PR target/47114
[official-gcc.git] / gcc / ChangeLog
blobba2531268ba98abbfad7edfa9079ad35cf38e5c5
1 2010-12-31  Ken Werner  <ken.werner@de.ibm.com>
3         * config/arm/sync.md (sync_clobber, sync_t2_reqd): New code attribute.
4         (arm_sync_old_<sync_optab>si, arm_sync_old_<sync_optab><mode>): Use
5         the sync_clobber and sync_t2_reqd code attributes.
6         * config/arm/arm.c (arm_output_sync_loop): Reverse the operation if
7         the t2 argument is NULL.
9 2010-12-31  Gerald Pfeifer  <gerald@pfeifer.com>
11         * doc/sourcebuild.texi (Top Level): Adjust link to libgo.
13 2010-12-31  Gerald Pfeifer  <gerald@pfeifer.com>
14         
15         * doc/install.texi (Specific): Remove reference to interix.com.
17 2010-12-31  Paul Koning  <ni1d@arrl.net>
19         * config/pdp11/pdp11.h (PRINT_OPERAND): Delete.
20         * config/pdp11/pdp11.c (TARGET_PRINT_OPERAND,
21         TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define
22         (pdp11_asm_print_operand, pdp11_asm_print_operand_punct_valid_p):
23         New function.
24         * config/pdp11/pdp11.md (tablejump): Fix generated assembly.
26 2010-12-31  Joern Rennecke  <amylaar@spamcop.net>
28         PR target/47111
29         * config/rtems.h (NO_IMPLICIT_EXTERN_C): Undef before defining.
31         PR target/47112
32         * config/mips/r3900.h: Update Copyright years.
33         (MIPS_CPU_STRING_DEFAULT): Undef before defining.
34         (MULTILIB_DEFAULTS, MIPS_ABI_DEFAULT, SUBTARGET_CC1_SPEC): Likewise.
36         PR target/47135
37         * config/pdp11/pdp11.c (pdp11_asm_print_operand_punct_valid_p): Change
38         type to match target.def .
40         PR target/47114
41         * config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor): Add
42         ATTRIBUTE_UNUSED to declaration.
43         (rs6000_elf_asm_out_destructor): Likewise.
45 2010-12-30  Mingjie Xing  <mingjie.xing@gmail.com>
47         * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change
48         TARGET_LOONGSON_2EF to TARGET_LOONGSON_VECTORS.
49         * config/mips/mips.c (mips_shift_truncation_mask): Likewise.
51 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
53         * config/openbsd.opt: New.
54         * config.gcc (alpha*-*-openbsd*,
55         i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123],
56         i[34567]86-*-openbsd*, m68k*-*-openbsd*, mips*-*-openbsd*,
57         sparc64-*-openbsd*, vax-*-openbsd*): Use openbsd.opt.
59 2010-12-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
61         * config/pa/pa.md: Add ",*" condition to 64-bit add/subtract boolean
62         patterns.
64 2010-12-30  Eric Botcazou  <ebotcazou@adacore.com>
66         PR target/47038
67         * config/sparc/sparc.c (sparc_file_end): Call resolve_unique_section
68         on the GOT helper if USE_HIDDEN_LINKONCE.
70 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
72         PR c/46889
73         * c-decl.c (detect_field_duplicates): Ensure hash is used for
74         finding duplicates when first field is anonymous.
76 2010-12-30  Nathan Froyd  <froydnj@codesourcery.com>
78         PR target/44606
79         * reload1.c (choose_reload_regs): Don't look for equivalences for
80         output reloads of constant loads.
82 2010-12-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
84         * emit-rtl.c (set_mem_attributes_minus_bitpos): Explicitly derive
85         default values from MEM mode if no memory attributes are present.
86         Do not use mode alignment, even on STRICT_ALIGNMENT targets, when
87         called with an expression (not a type).
89 2010-12-30  H.J. Lu  <hongjiu.lu@intel.com>
91         * config/i386/i386.c (upper_128bits_state): Remove comments.
92         (block_info_def): Add unchanged.
93         (move_or_delete_vzeroupper_2): Short circuit if upper 128bits
94         are unchanged in the block.
96 2010-12-30  H.J. Lu  <hongjiu.lu@intel.com>
98         PR target/46519
99         * config/i386/i386.c (block_info_def): Remove referenced, count
100         and rescanned.
101         (move_or_delete_vzeroupper_2): Updated.
102         (move_or_delete_vzeroupper_1): Rewritten to avoid recursive call.
103         (rescan_move_or_delete_vzeroupper): Removed.
104         (move_or_delete_vzeroupper): Repeat processing all basic blocks
105         until no basic block state is changed to used at exit.
107 2010-12-30  Paul Koning  <ni1d@arrl.net>
109         * config/pdp11/pdp11.md (movmemhi, movmemhi1): Correct
110         constraints. 
111         * config/pdp11/pdp11.c (output_block_move): Rewrite.
113 2010-12-30  Jakub Jelinek  <jakub@redhat.com>
115         PR tree-optimization/47060
116         * tree-parloops.c (reduction_phi): Return NULL if PHI is NULL.
118 2010-12-29  Paul Koning  <ni1d@arrl.net>
120         * config/pdp11/pdp11-protos.h (pdp11_asm_output_var): Declare.
121         * config/pdp11/pdp11.c (pdp11_asm_output_var): New function.
122         * config/pdp11/pdp11.h (ASM_OUTPUT_ALIGNED_COMMON,
123         ASM_OUTPUT_ALIGNED_LOCAL): New macros.
124         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
126 2010-12-30  Joern Rennecke  <amylaar@spamcop.net>
128         PR target/47129
129         * config/ia64/ia64.c: Include "dwarf2out.h" .
131         PR target/47063
132         * config/alpha/vms.h (MALLOC_ALIGNMENT): Don't undef / define.
133         (MALLOC_ABI_ALIGNMENT): Undef / define.
135         PR target/47101
136         * vmsdbgout.c (vmsdbgout_init): Rename main_input_filename to filename.
137         (vmsdbgout_finish): Likewise.
139         PR target/47097
140         * config/i386/lynx.h (DBX_REGISTER_NUMBER): Add cast to avoid
141         mixing signed and unsigned types in conditional expression.
143 2010-12-29  Jakub Jelinek  <jakub@redhat.com>
145         PR tree-optimization/47074
146         * gimple-fold.c (gimplify_and_update_call_from_tree): Call
147         pop_gimplify_context if returning early.
149 2010-12-28  Sebastian Pop  <sebastian.pop@amd.com>
151         * Makefile.in (graphite.o): Depends on DIAGNOSTIC_CORE_H.
152         (graphite-clast-to-gimple.o): Same.
153         (graphite-poly.o): Same.
154         * graphite-clast-to-gimple.c: Include diagnostic-core.h.
155         * graphite-poly.c: Same.
156         * graphite.c: Same.
158 2010-12-28  Richard Guenther  <rguenther@suse.de>
160         PR debug/46931
161         * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Update
162         SSA before removing dead stmts.
164 2010-12-28  H.J. Lu  <hongjiu.lu@intel.com>
165             Uros Bizjak  <ubizjak@gmail.com>
167         * config/i386/i386-builtin-types.def (PUSHORT): New.
168         (INT_FTYPE_PUSHORT): Likewise.
169         (INT_FTYPE_PUNSIGNED): Likewise.
170         (INT_FTYPE_PULONGLONG): Likewise.
171         Remove "DEF_FUNCTION_TYPE (UINT16)".
173         * config/i386/i386.c (ix86_builtins): Remove
174         IX86_BUILTIN_RDRAND16, IX86_BUILTIN_RDRAND32 and
175         IX86_BUILTIN_RDRAND64.  Add IX86_BUILTIN_RDRAND16_STEP,
176         IX86_BUILTIN_RDRAND32_STEP and IX86_BUILTIN_RDRAND64_STEP.
177         (bdesc_special_args): Remove IX86_BUILTIN_RDRAND16,
178         IX86_BUILTIN_RDRAND32 and IX86_BUILTIN_RDRAND64.
179         (ix86_init_mmx_sse_builtins): Handle IX86_BUILTIN_RDRAND16_STEP,
180         IX86_BUILTIN_RDRAND32_STEP and IX86_BUILTIN_RDRAND64_STEP.
181         (ix86_expand_builtin): Likewise.
182         (ix86_expand_special_args_builtin): Remove UINT16_FTYPE_VOID.
184         * config/i386/i386.md (UNSPEC_RDRAND): New.
185         (UNSPECV_RDRAND): Removed.
186         (rdrand<mode>): Likewise.
187         (rdrand<mode>_1): Also set FLAGS_REG.  Replace UNSPECV_RDRAND
188         with UNSPEC_RDRAND.
190         * config/i386/immintrin.h (_rdrand_u16): Removed.
191         (_rdrand_u32): Likewise.
192         (_rdrand_u64): Likewise.
193         (_rdrand16_step): New.
194         (_rdrand32_step): Likewise.
195         (_rdrand64_step): Likewise.
197         * doc/extend.texi (__builtin_ia32_rdrand16): Removed.
198         (__builtin_ia32_rdrand32): Likewise.
199         (__builtin_ia32_rdrand64): Likewise.
200         (__builtin_ia32_rdrand16_step): New.
201         (__builtin_ia32_rdrand32_step): Likewise.
202         (__builtin_ia32_rdrand64_step): Likewise.
204 2010-12-28  Sebastian Pop  <sebastian.pop@amd.com>
206         * Makefile.in (graphite.o): Add dependence on DIAGNOSTIC_H.
207         * graphite.c: Include diagnostic.h.
209 2010-12-28  Sebastian Pop  <sebastian.pop@amd.com>
211         * Makefile.in (TREE_VECTORIZER_H): Removed duplicate definition.
212         (tree-browser.o): Update dependences.
213         (omega.o): Same.
214         (tree-chrec.o): Same.
215         (tree-scalar-evolution.o): Same.
216         (tree-data-ref.o): Same.
217         (sese.o): Same.
218         (graphite.o): Same.
219         (graphite-blocking.o): Same.
220         (graphite-clast-to-gimple.o): Same.
221         (graphite-cloog-util.o): Same.
222         (graphite-dependences.o): Same.
223         (graphite-flattening.o): Same.
224         (graphite-interchange.o): Same.
225         (graphite-poly.o): Same.
226         (graphite-ppl.o): Same.
227         (graphite-scop-detection.o): Same.
228         (graphite-sese-to-poly.o): Same.
229         (tree-loop-linear.o): Same.
230         (tree-loop-distribution.o): Same.
231         (tree-parloops.o): Same.
232         (lambda-mat.o): Same.
233         (lambda-trans.o): Same.
234         (lambda-code.o): Same.
235         * tree-browser.o: Do not include unnecessary .h files.
236         * omega.o: Same.
237         * tree-chrec.o: Same.
238         * tree-scalar-evolution.o: Same.
239         * tree-data-ref.o: Same.
240         * sese.o: Same.
241         * graphite.o: Same.
242         * graphite-blocking.o: Same.
243         * graphite-clast-to-gimple.o: Same.
244         * graphite-cloog-util.o: Same.
245         * graphite-dependences.o: Same.
246         * graphite-flattening.o: Same.
247         * graphite-interchange.o: Same.
248         * graphite-poly.o: Same.
249         * graphite-ppl.o: Same.
250         * graphite-scop-detection.o: Same.
251         * graphite-sese-to-poly.o: Same.
252         * tree-loop-linear.o: Same.
253         * tree-loop-distribution.o: Same.
254         * tree-parloops.o: Same.
255         * lambda-mat.o: Same.
256         * lambda-trans.o: Same.
257         * lambda-code.o: Same.
258         * graphite.h: Removed.
260 2010-12-28  Paul Koning  <ni1d@arrl.net>
262         * config/pdp11/pdp11.md: Correct length attribute for float
263         literal case.
265 2010-12-28  Jie Zhang  <jie@codesourcery.com>
267         * builtins.c (SLOW_UNALIGNED_ACCESS): Remove.
269 2010-12-27  Joseph Myers  <joseph@codesourcery.com>
271         * config/freebsd.opt (assert=, defsym=, profile, pthread,
272         rpath-link=, rpath=, soname=): New Driver options.
274 2010-12-26  Martin Jambor  <mjambor@suse.cz>
276         * tree.c (get_binfo_at_offset): Use BINFO_TYPE instead of TREE_TYPE,
277         compare TYPE_MAIN_VARIANTs of types.
279 2010-12-26  Andreas Schwab  <schwab@linux-m68k.org>
281         * config/m68k/t-linux (M68K_MLIB_CPU): Only include 680x0 CPUs.
283 2010-12-24  Alexander Monakov  <amonakov@ispras.ru>
285         PR rtl-optimization/47036
286         * sel-sched-ir.c (fallthru_bb_of_jump): Remove special support for
287         unconditional jumps.
288         * sel-sched.c (moveup_expr): Ditto.
290 2010-12-23  Sebastian Pop  <sebastian.pop@amd.com>
291             Richard Guenther  <rguenther@suse.de>
293         PR tree-optimization/46758
294         * graphite-sese-to-poly.c (scan_tree_for_params_right_scev): Use
295         tree_int_to_gmp instead of int_cst_value.
296         (scan_tree_for_params_int): Same.
297         (scan_tree_for_params): Same.
298         (pdr_add_data_dimensions): Use ppl_set_inhomogeneous_tree.
300 2010-12-23  Sebastian Pop  <sebastian.pop@amd.com>
302         PR tree-optimization/47002
303         * tree-data-ref.c (compute_data_dependences_for_loop): Pass in a
304         pointer to the loop_nest.
305         (analyze_all_data_dependences): Initialize and free the loop_nest.
306         (free_dependence_relations): Do not free loop_nest.
307         (build_rdg): Pass in the loop_nest, datarefs, and dependence_relations.
308         (free_rdg): Also free the data on edges.
309         * tree-data-ref.h (build_rdg): Update declaration.
310         (compute_data_dependences_for_loop): Same.
311         * tree-if-conv.c (if_convertible_loop_p_1): Pass in the loop_nest.
312         (if_convertible_loop_p): Allocate and free loop_nest.
313         * tree-loop-distribution.c (rdg_flag_loop_exits): Free conds.
314         (free_rdg_components): VEC_free components.
315         (distribute_loop): Update call to build_rdg.  Allocate and free
316         loop_nest, datarefs, and dependence_relations.
317         * tree-loop-linear.c (linear_transform_loops): Allocate and free
318         loop_nest.
319         * tree-parloops.c (loop_parallel_p): Same.
320         * tree-predcom.c (tree_predictive_commoning_loop): Same.
321         * tree-vect-data-refs.c (vect_analyze_data_refs): Pass to
322         compute_data_dependences_for_loop a pointer to LOOP_VINFO_LOOP_NEST.
323         * tree-vect-loop.c (new_loop_vec_info): Initialize LOOP_VINFO_LOOP_NEST.
324         (destroy_loop_vec_info): Free LOOP_VINFO_MAY_ALIAS_DDRS and
325         LOOP_VINFO_LOOP_NEST.
326         * tree-vect-slp.c (destroy_bb_vec_info): Call free_data_refs and
327         free_dependence_relations.
328         * tree-vectorizer.h (struct _loop_vec_info): Add a field loop_nest.
329         (LOOP_VINFO_LOOP_NEST): New.
331 2010-12-23  Martin Jambor  <mjambor@suse.cz>
333         * ipa.c (cgraph_remove_unreachable_nodes): Update former_clone_of even
334         when not checking.
336 2010-12-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
338         * configure.ac (gcc_cv_ld_eh_frame_hdr): Only check GNU ld for
339         --eh-frame-hdr.  Check for working Sun ld version.
340         (HAVE_LD_EH_FRAME_HDR): Adapt comment.
341         (glibc_header_dir): Set only once.  Rename to ...
342         (target_header_dir): ... this.  Adapt users.
343         (gcc_cv_target_dl_iterate_frame_hdr): Check on *-*-solaris2*.
344         (TARGET_DL_ITERATE_PHDR): Define if present.
345         * configure: Regenerate.
346         * config.in: Likewise.
347         * config/t-sol2 (LIB2ADDEH, LIB2ADDEHDEP): Define.
348         * crtstuff.c (USE_PT_GNU_EH_FRAME): Define for recent Solaris 11
349         with linker support and dl_iterate_phdr.
350         * unwind-dw2-fde-glibc.c (USE_PT_GNU_EH_FRAME): Likewise.
351         (_Unwind_IteratePhdrCallback) [PT_SUNW_UNWIND]: Also accept
352         PT_SUNW_UNWIND .eh_frame_hdr sections.
353         [CRT_GET_RFIB_DATA && __i386__ && __sun__ && __svr4__]: Add
354         load_base to data->dbase.
355         [CRT_GET_RFIB_DATA && __x86_64__ && __sun__ && __svr4__]: Handle
356         64-bit Solaris 10+/x86.
357         * config/sol2-gld.h [TARGET_DL_ITERATE_PHDR && HAVE_LD_EH_FRAME_HDR]
358         (LINK_EH_SPEC): Define.
360 2010-12-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
362         * doc/extend.texi (Function Attributes, Volatiles): Fix typos.
363         * doc/install.texi (Prerequisites, Specific): Likewise.
364         * doc/invoke.texi (C Dialect Options, Debugging Options)
365         (Optimize Options, MicroBlaze Options)
366         (RS/6000 and PowerPC Options, RX Options, Code Gen Options): Likewise.
367         * doc/objc.texi (Method signatures)
368         (Fast enumeration protocol): Likewise.
369         * doc/tm.texi.in (Run-time Target, Register Arguments)
370         (Scheduling, Macros for Initialization, Misc): Likewise.
371         * doc/tm.texi: Renerate.
373 2010-12-23  Nicola Pero  <nicola.pero@meta-innovation.com>
375         * doc/objc.texi (Modern GNU Objective-C runtime API): Mention that
376         reference documentation for functions in the API is in the header
377         files.
378         (Messaging with the GNU Objective-C runtime, Dynamically
379         registering methods, Forwarding hook): New sections.
381 2010-12-22  Sebastian Pop  <sebastian.pop@amd.com>
383         PR tree-optimization/47019
384         * sese.h (scev_analyzable_p): Parameters of a SCoP are SCEV analyzable.
386 2010-12-22  Nathan Froyd  <froydnj@codesourcery.com>
388         * c-aux-info.c (gen_formal_list_for_type): Use prototype_p.
389         * c-decl.c (diagnose_arglist_conflict): Likewise.
390         (diagnose_mismatched_decls, merge_decls): Likewise.
391         (c_builtin_function, c_builtin_function_ext_scope): Likewise.
392         (start_decl, start_function): Likewise.
393         * c-tree.h (C_DECL_ISNT_PROTOTYPED): Likewise.
394         * config/ia64/ia64.h (INIT_CUMULATIVE_ARGS): Likewise.
395         * config/mep/mep.c (mep_validate_interrupt): Likewise.
396         * config/pa/pa.h (INIT_CUMULATIVE_ARGS): Likewise.
397         * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
398         * config/sh/sh.c (sh_init_cumulative_args): Likewise.
399         * config/sparc/sparc.c (init_cumulative_args): Likewise.
400         * dwarf2out.c (add_prototyped_attribute): Likewise.
401         (gen_subprogram_die): Likewise.
402         * ipa-type-escape.c (check_function_parameter_and_return_types):
403         Likewise.
404         (check_call): Likewise.
405         * tree-ssa.c (useless_type_conversion_p): Likewise.
407 2010-12-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
409         * config/spu/spu.md ("mov<mode>"): Use nonimmediate_operand
410         predicate for destination operand.
411         * config/spu/spu.c (spu_expand_mov): If move destination is an
412         invalid subreg, perform move in the subreg's inner mode instead.
414 2010-12-22  Martin Jambor  <mjambor@suse.cz>
416         PR tree-optimization/45934
417         PR tree-optimization/46302
418         PR tree-optimization/46987
419         * gimple-fold.c (get_base_binfo_for_type): Removed.
420         (gimple_get_relevant_ref_binfo): Likewise.
421         (gimple_fold_obj_type_ref_call): Dumb down to 4.5 functionality,
422         removed parameter inplace, updated the caller.
423         * gimple.h (gimple_get_relevant_ref_binfo): Remove declaration.
424         * ipa-cp.c (ipcp_propagate_types): Do not derive types from constants.
425         (ipcp_discover_new_direct_edges): Do not do devirtualization based on
426         constants.
427         * ipa-prop.c (compute_known_type_jump_func): Use
428         get_ref_base_and_extent and get_binfo_at_offset instead of
429         gimple_get_relevant_ref_binfo.
430         (compute_known_type_jump_func): Likewise.
431         (update_jump_functions_after_inlining): Do not derive types from
432         constants.
433         (try_make_edge_direct_virtual_call): Likewise.
434         * tree.c (get_binfo_at_offset): Get type from non-artificial fields.
436 2010-12-22  Joseph Myers  <joseph@codesourcery.com>
438         * config/svr4.h: Remove.
439         * system.h (USING_SVR4_H, SVR4_ASM_SPEC): Poison.
440         * config.gcc, config/bfin/bfin.h, config/cris/cris.h,
441         config/fr30/fr30.h, config/frv/frv.h, config/i386/openbsdelf.h,
442         config/i386/vx-common.h, config/ia64/elf.h, config/ia64/ia64.h,
443         config/ia64/sysv4.h, config/iq2000/iq2000.h, config/m68k/linux.h,
444         config/m68k/m68kelf.h, config/mips/mips.h, config/mips/vxworks.h,
445         config/moxie/moxie.h, config/netbsd-aout.h, config/openbsd.h,
446         config/rs6000/sysv4.h, config/sh/elf.h, config/sh/sh.h,
447         config/sol2.h, config/sparc/sysv4.h, config/stormy16/stormy16.h,
448         config/v850/v850.h, config/vxworks.h: Remove or update comments
449         referring to svr4.h.
451 2010-12-22  Andrey Belevantsev  <abel@ispras.ru>
453         PR rtl-optimization/45352
454         PR rtl-optimization/46521
455         PR rtl-optimization/46522
456         * sel-sched.c (reset_sched_cycles_in_current_ebb): Recheck the
457         DFA state on the last iteration of the advancing loop.
458         (sel_sched_region_1): Propagate the rescheduling bit to the next
459         block also for empty blocks.
461 2010-12-22  Alexandre Oliva  <aoliva@redhat.com>
463         PR debug/46724
464         * function.c (assign_parms_augmented_arg_list): Name and mark
465         DECL of result address as NAMELESS rather than IGNORED.
466         (assign_parms): Set DECL_VALUE_EXPR for indirect result.
467         * tree.h (tree_decl_common::decl_flag_2): Document RESULT_DECL.
468         (DECL_HAS_VALUE_EXPR_P): Accept RESULT_DECL.
469         * dwarf2out.c (loc_list_from_tree) <RESULT_DECL>: Use
470         DECL_VALUE_EXPR.
471         * dbxout.c (dbxout_expand_expr) <RESULT_DECL>: Likewise.
472         * var-tracking.c (vt_add_function_parameter): New, split out of...
473         (vt_add_function_parameters): ... this.  Handle incoming
474         pointer to hold result.
476 2010-12-22  Jie Zhang  <jie@codesourcery.com>
478         * config/arm/arm.c (output_move_double): Update the comment
479         above the function to reflect the current implementation.
481 2010-12-21  Steven Bosscher  <steven@gcc.gnu.org>
483         De-hookize profile infrastructure.
484         * value-prof.c (value_prof_hooks): Remove.
485         (struct value_prof_hooks): Remove.
486         (gimple_value_prof_hooks): Remove.
487         (gimple_register_value_prof_hooks): Remove.
488         (find_values_to_profile): Remove.
489         (value_profile_transformations): Remove.
490         (gimple_value_profile_transformations): No longer static.
491         (gimple_find_values_to_profile): Likewise.
492         * value-prof.h (gimple_register_value_prof_hooks): Remove prototype.
493         (find_values_to_profile): Likewise.
494         (value_profile_transformations): Likewise.
495         (tree_register_profile_hooks): Likewise.
496         (struct profile_hooks): Remove.
497         (tree_profile_hooks): Remove.
498         (gimple_find_values_to_profile): New protoype.
499         (gimple_value_profile_transformations): Likewise.
500         (gimple_init_edge_profiler): Likewise.
501         (gimple_gen_edge_profiler): Likewise.
502         (gimple_gen_interval_profiler): Likewise.
503         (gimple_gen_pow2_profiler): Likewise.
504         (gimple_gen_one_value_profiler): Likewise.
505         (gimple_gen_ic_profiler): Likewise.
506         (gimple_gen_ic_func_profiler): Likewise.
507         (gimple_gen_const_delta_profiler): Likewise.
508         (gimple_gen_average_profiler): Likewise.
509         (gimple_gen_ior_profiler): Likewise.
510         * profile.c (profile_hooks): Remove.
511         (instrument_edges): Call profiling functions directly instead
512         of through removed profile_hooks.
513         (instrument_values): Likewise.
514         (branch_prob): Call gimple_find_values_to_profile instead of
515         removed find_values_to_profile.
516         Call gimple_init_edge_profiler instead of removed hook.
517         (tree_register_profile_hooks): Remove.
518         * tree-profile.c (tree_init_ic_make_global_vars): Rename to
519         init_ic_make_global_vars.
520         (tree_init_edge_profiler): Rename to gimple_init_edge_profiler
521         and no longer static.
522         (tree_gen_edge_profiler, tree_gen_interval_profiler,
523         tree_gen_pow2_profiler, tree_gen_one_value_profiler,
524         tree_gen_ic_profiler, tree_gen_ic_func_profiler,
525         tree_gen_const_delta_profiler, tree_gen_average_profiler,
526         tree_gen_ior_profiler): Similarly renamed and no longer static.
527         (tree_profiling): Do not initialize tree profiling hooks.
528         (tree_profile_hooks): Remove.
530 2010-12-21  Jakub Jelinek  <jakub@redhat.com>
532         PR target/46880
533         * config/i386/sse.md (sse2_loadlpd, sse2_movsd): Fix shufpd source
534         operand.
536 2010-12-21  Ira Rosen  <irar@il.ibm.com>
538         PR tree-optimization/47001
539         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
540         the loads in reduction are different and there are no gaps between
541         them.
543 2010-12-21  Steven Bosscher  <steven@gcc.gnu.org>
545         PR middle-end/45310
546         * tree-ssa-phiprop.c (propagate_with_phi): Remove statement
547         completely from the function, including EH traces.
549 2010-12-21  Steven Bosscher  <steven@gcc.gnu.org>
551         PR rtl-optimization/46755
552         * ira.c (ira): If some dead edges were removed, find and delete
553         any blocks that might have become unreachable.
555 2010-12-21  Jakub Jelinek  <jakub@redhat.com>
557         PR rtl-optimization/47008
558         * postreload.c (reload_combine_note_store): Also handle
559         PRE_MODIFY and POST_MODIFY.
561 2010-12-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
563         * config/arm/arm.c (require_pic_register): Set INSN_LOCATOR for all
564         instructions injected into the prologue to prologue_locator.
566 2010-12-21  Jan Hubicka   <jh@suse.cz>
568         PR middle-end/47000
569         * tree-inline.c (estimate_operator_cost): Handle VIEW_CONVERT_EXPR.
571 2010-12-21  Jie Zhang  <jie@codesourcery.com>
573         * config/arm/arm-ldmstm.ml: Fix a typo in comment.
575 2010-12-21  Jakub Jelinek  <jakub@redhat.com>
577         PR middle-end/45852
578         * expr.c (store_expr): Ignore alt_rtl if equal to target,
579         but has side-effects.
581 2010-12-21  Anatoly Sokolov  <aesok@post.ru>
583         * config/sh/sh.h (PREFERRED_RELOAD_CLASS): Remove.
584         * config/sh/sh-protos.h (secondary_reload_info, sh_secondary_reload):
585         Remove forward declaration.
586         * config/sh/sh.c (sh_preferred_reload_class): New function.
587         (sh_secondary_reload): Make static.
588         (TARGET_PREFERRED_RELOAD_CLASS): Define.
590 2010-12-20  Joseph Myers  <joseph@codesourcery.com>
592         * config/alpha/linux.h (OPTION_GLIBC): Define differently if
593         SINGLE_LIBC.
594         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC):
595         Define differently if SINGLE_LIBC.
596         * config/rs6000/linux.h (OPTION_GLIBC): Define differently if
597         SINGLE_LIBC.
598         * config/rs6000/linux64.h (OPTION_GLIBC): Define differently if
599         SINGLE_LIBC.
600         * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
601         *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu): Define
602         SINGLE_LIBC instead of OPTION_GLIBC.
603         (*-*-uclinux*): Define DEFAULT_LIBC and SINGLE_LIBC.
604         (bfin*-uclinux*, moxie-*-uclinux*, m68k-*-uclinux*): Don't define
605         DEFAULT_LIBC or use linux.opt.
607 2010-12-20  Richard Henderson  <rth@redhat.com>
609         * config/mn10300/mn10300.c (mn10300_legitimize_pic_address): Generate
610         UNSPEC patterns by hand, with the proper mode; use gen_const_mem.
611         * config/mn10300/mn10300.md (call, call_value): Generate UNSPEC_PLT
612         by hand, with the proper mode.
613         (symGOT2reg, symGOT2reg_i, symGOTOFF2reg): Remove.
614         (symGOTOFF2reg_i, sym2PIC, sym2PLT): Remove.
616 2010-12-20  Sanjin Liu  <scliu@faraday-tech.com>
617             Mingfeng Wu  <mingfeng@faraday-tech.com>
619         * config/arm/arm-cores.def: Add Faraday CPU support -
620         fa526/fa626/fa606te/fa626te/fmp626/fa726te.
621         * config/arm/arm-tune.md: Regenerate.
622         * config/arm/arm.c (arm_fa726te_tune): New tune_params for fa726te
623         (fa726te_sched_adjust_cost): New cost function for fa726te.
624         (arm_issue_rate): Add fa726te.
625         * config/arm/arm.md (generic_sched): Add Faraday cores to generic_sched
626         and include machine description files.
627         * config/arm/bpabi.h (TARGET_FIX_V4BX_SPEC): Add fa526 and fa626.
628         * config/arm/t-arm (MD_INCLUDES): Include machine description files for
629         Faraday cores.
630         * config/arm/t-arm-elf: Add multilib option for Faraday cores.
631         * config/arm/t-linux-eabi: Add multilib option for Faraday cores except
632         fa526 and fa626.
633         * doc/invoke.texi: Document -mcpu for Faraday cores.
634         * config/arm/fa526.md: New file.
635         * config/arm/fa606te.md: New file.
636         * config/arm/fa626te.md: New file.
637         * config/arm/fmp626.md: New file.
638         * config/arm/fa726te.md: New file.
640 2010-12-20  Yvan Roux  <yvan.roux@st.com>
642         * config/arm/lib1funcs.asm (ARM_DIV_BODY case __OPTIMIZE_SIZE__): Fix
643         condition on IT instruction for early termination.
645 2010-12-20  Joseph Myers  <joseph@codesourcery.com>
647         * config/rs6000/freebsd.h (SVR4_ASM_SPEC): Don't define.
648         (DBX_REGISTER_NUMBER): Define.
649         * config/rs6000/lynx.h (DBX_REGISTER_NUMBER): Define.
650         * config/rs6000/netbsd.h (DBX_REGISTER_NUMBER): Define.
651         * config/rs6000/sysv4.h (SIZE_TYPE): Define.
652         (ASM_SPEC): Define without using SVR4_ASM_SPEC.
653         (DBX_REGISTER_NUMBER): Undefine.
654         * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
655         powerpc-*-eabisim*, powerpc-*-elf*, powerpc-*-eabialtivec*,
656         powerpc-xilinx-eabi*, powerpc-*-eabi*, powerpc-*-rtems*,
657         powerpc-*-linux* | powerpc64-*-linux*, powerpc64-*-gnu*,
658         powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
659         powerpc-wrs-vxworks|powerpc-wrs-vxworksae, powerpcle-*-elf*,
660         powerpcle-*-eabisim*, powerpcle-*-eabi*): Don't use svr4.h.
662 2010-12-20  Iain Sandoe  <iains@gcc.gnu.org>
663             Jan Hubicka  <jh@suse.cz>
665         PR middle-end/46916
666         * opts.c (finish_options): Enable -freorder-functions
667         when -freorder-blocks-and-partition is active.
669 2010-12-20  Iain Sandoe  <iains@gcc.gnu.org>
671         PR c++/46904
672         PR middle-end/46916
673         PR target/46950
674         * config/darwin.c (generating_for_darwin_version): New var.
675         (darwin_text_section): Remove.
676         (darwin_rodata_section): Do not check function section here.
677         (darwin_emit_unwind_label): Do not emit for Darwin >= 9.
678         Emit distinct labels for successive calls for the same decl.
679         (darwin_override_options): Set generating_for_darwin_version.
680         Add FIXME and disable -freorder-blocks-and-partition.
681         Suppress automatic asynchronous unwind tables for m32.
682         Switch off -freorder-blocks-and-partition when unwind tables
683         will be generated.  Update to use generating_for_darwin_version.
684         (darwin_function_section): Check for cases that need to be placed
685         in coalesced sections.
686         * config/darwin-sections.def: Define hot, cold, startup and
687         exit sections for both coalesced and regular code.
688         * config/darwin.h (USE_SELECT_SECTION_FOR_FUNCTIONS): Delete.
689         * config/darwin10.h (TARGET_ASM_EMIT_UNWIND_LABEL): Delete.
691 2010-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
693         * doc/cppopts.texi: Use @var when appropriate.
694         * doc/extend.texi (Structure-Packing Pragmas): Likewise.
695         * doc/gimple.texi (Logical Operators)
696         (Adding a new GIMPLE statement code): Likewise.
697         * doc/invoke.texi (Target Options, Precompiled Headers): Likewise.
698         * doc/plugins.texi (Plugins): Likewise.
700         * doc/install.texi (Configuration, Building, Testing, Specific):
701         Remove leading whitespace from examples.
703 2010-12-19  Andi Kleen  <ak@linux.intel.com>
705         PR lto/46905
706         * collect2.c (main): Handle -fno-lto.
707         * opts.c (common_handle_option): Handle -fno-lto.
709 2010-12-19  Eric Botcazou  <ebotcazou@adacore.com>
711         PR target/46729
712         * config/sparc/sparc.h (GLOBAL_OFFSET_TABLE_REGNUM): New macro.
713         (PIC_OFFSET_TABLE_REGNUM): Rewrite in terms of above macro.
714         * config/sparc/sparc.c (pic_helper_needed): Delete.
715         (global_offset_table): Likewise.
716         (pic_helper_symbol): Rename to...
717         (got_helper_rtx): ...this.
718         (global_offset_table_rtx): New global variable.
719         (sparc_got_symbol): Likewise.
720         (sparc_got): New static function.
721         (check_pic): Use local variable and call sparc_got.
722         (sparc_tls_symbol): Initialize to NULL_RTX.
723         (sparc_tls_got): In non-PIC mode, reload the GOT register for Sun TLS
724         and 32-bit ABI and copy the GOT symbol to a new register otherwise.
725         (get_pc_thunk_name): Rename local variable.
726         (gen_load_pcrel_sym): New wrapper around load_pcrel_sym{si,di}.
727         (load_pic_register): Rename to...
728         (load_got_register): ...this.  Adjust and call gen_load_pcrel_sym.
729         (sparc_expand_prologue): Do not test flag_pic.
730         (sparc_output_mi_thunk): Use pic_offset_table_rtx directly.
731         (sparc_file_end): Test got_helper_rtx instead of pic_helper_needed.
732         Rename local variable and do not call get_pc_thunk_name again.
733         * config/sparc/sparc.md (load_pcrel_sym): Add operand #3.
735 2010-12-19  Dave Korn  <dave.korn.cygwin@gmail.com>
737         PR middle-end/46674
738         PR middle-end/46221
739         * varasm.c (symbol_alias_set_t): New typedef for derived pointer_set
740         wrapper class.
741         (symbol_alias_set_create): New wrapper function.
742         (symbol_alias_set_destroy): Likewise.
743         (symbol_alias_set_contains): Likewise.
744         (symbol_alias_set_insert): Likewise.
745         (compute_visible_aliases): Use the above and return symbol_alias_set_t,
746         not a pointer_set.
747         (remove_unreachable_alias_pairs): Adjust likewise to match.
748         (finish_aliases_1): Likewise.
750 2010-12-19  Chung-Lin Tang  <cltang@codesourcery.com>
752         * config/arm/arm.c (arm_legitimate_index_p): Add VFP load/store
753         index range case. Change to SF/DFmode tests to avoid capturing HFmode.
754         (thumb2_legitimate_index_p): Same.
756 2010-12-18  Jakub Jelinek  <jakub@redhat.com>
758         PR tree-optimization/46969
759         * tree-parloops.c (struct reduction_info): Add reduc_version.
760         (reduction_info_hash): Return reduc_version field.
761         (reduction_phi): Set reduc_version to gimple_uid (phi).
762         (build_new_reduction): Set reduc_version to SSA_NAME_VERSION of
763         phi result.
764         (set_reduc_phi_uids): New function.
765         (gather_scalar_reductions): Call it at the end through htab_traverse.
767 2010-12-18  Nicola Pero  <nicola.pero@meta-innovation.com>
769         * c-parser.c (c_parser_objc_try_catch_finally_statement): Call
770         objc_maybe_warn_exceptions.
771         (c_parser_objc_synchronized_statement): Call
772         objc_maybe_warn_exceptions.
774 2010-12-18  Jakub Jelinek  <jakub@redhat.com>
776         PR tree-optimization/46985
777         * tree-scalar-evolution.c (instantiate_scev_r): If chrec is NULL,
778         return it immediately.
780 2010-12-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
782         PR target/46915
783         * config/pa/pa.c (branch_to_delay_slot_p): Use next_active_insn instead
784         of next_real_insn.  Search forward checking for both ASM_INPUT and
785         ASM_OPERANDS asms until exit condition is found.
786         (branch_needs_nop_p): Likewise.
787         (use_skip_p): New function.
788         (output_cbranch): Use use_skip_p.
789         (output_bb, output_bvb): Likewise.
791 2010-12-18  Kai Tietz  <kai.tietz@onevision.com>
793         PR target/36834
794         * config/i386/i386.c (ix86_keep_aggregate_return_pointer):
795         New local function.
796         (ix86_return_pops_args): Use ix86_keep_aggregate_return_pointer
797         function instead of KEEP_AGGREGATE_RETURN_POINTER.
798         (ix86_handle_callee_pop_aggregate_return): New handler.
799         (ix86_attribute_table): Add new attribute
800         callee_pop_aggregate_return.
801         * doc/extend.texi (callee_pop_aggregate_return): Add
802         attribute documentation.
804 2010-12-18  Iain Sandoe  <iains@gcc.gnu.org>
806         * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS):
807         Only set sjlj exceptions for NeXT/m32.
809 2010-12-18  Iain Sandoe  <iains@gcc.gnu.org>
811         * config/darwin.h (GCC_DRIVER_HOST_INITIALIZATION):
812         Only expose when not building for target.
814 2010-12-17  Joseph Myers  <joseph@codesourcery.com>
816         * config/netbsd.opt, config/netbsd-elf.opt: New files.
817         * config.gcc (alpha*-*-netbsd*, arm*-*-netbsdelf*, arm*-*-netbsd*,
818         i[34567]86-*-netbsdelf*, i[34567]86-*-netbsd*, x86_64-*-netbsd*,
819         m68k*-*-netbsdelf*, mips*-*-netbsd*, powerpc-*-netbsd*,
820         sh*-*-netbsd*, sparc-*-netbsdelf*, sparc64-*-netbsd*,
821         vax-*-netbsdelf*, vax-*-netbsd*): Use these .opt files.
823 2010-12-17  Richard Henderson  <rth@redhat.com>
825         * regcprop.c (find_oldest_value_reg): Continue search instead of
826         failing if an element in the copy chain is of the wrong regclass.
828 2010-12-17  Paolo Bonzini  <bonzini@gnu.org>
830         PR c/20385
831         * function.c (used_types_insert): Handle ERROR_MARK.
832         * c-decl.c (grokdeclarator): Handle ERROR_MARK.
833         (declspecs_add_type): Leave error_mark_node in specs->type.
834         (finish_declspecs): Change it to integer_type_node here.
835         * c-parser.c (c_parser_peek_2nd_token): Move earlier.
836         (enum c_lookahead_kind): New.
837         (c_parser_next_token_starts_typename): New name of
838         c_parser_next_tokens_start_typename.  Accept lookahead enum
839         and handle it here instead of...
840         (c_parser_next_tokens_start_declaration): ... here.  Call it.
841         (c_parser_declspecs): Accept another argument.  Do not exit
842         on C_ID_ID if it is guessed to be an unknown typename.
843         (c_parser_parms_declarator): Use 2nd token to distinguish a K&R
844         declaration from an ANSI declaration starting with an unknown
845         typename.
846         (c_parser_struct_declaration, c_parser_objc_type_name,
847         c_parser_typeof_specifier, c_parser_declarator,
848         c_parser_direct_declarator_inner): Adjust calls.
849         (c_parser_parameter_declaration): Likewise.
850         (c_parser_type_name): Pass back an error_mark_node to the caller.
851         (c_parser_postfix_expression): Do error recovery when
852         c_parser_type_name returns NULL.
854 2010-12-17  Joseph Myers  <joseph@codesourcery.com>
856         * config/i386/netware.h (ASM_SPEC, SIZE_TYPE, PTRDIFF_TYPE): Define.
857         * config/i386/nto.h (LIB_SPEC, ASM_SPEC): Define.
858         (DBX_REGISTER_NUMBER): Undefine.
859         * config/i386/sol2.h (SIZE_TYPE, PTRDIFF_TYPE): Define.
860         * config/i386/vxworksae.h (ASM_SPEC, SIZE_TYPE, PTRDIFF_TYPE):
861         Define.
862         * config.gcc (i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu |
863         i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* |
864         i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux* |
865         x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
866         i[3456x]86-*-netware*, i[34567]86-*-nto-qnx*,
867         i[34567]86-*-solaris2*,
868         i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae): Don't use svr4.h.
870 2010-12-17  H.J. Lu  <hongjiu.lu@intel.com>
872         * config/i386/i386.c (move_or_delete_vzeroupper_2): Replace
873         "BB [%i]" with "[bb %i]" in dump.
874         (move_or_delete_vzeroupper_1): Likewise.
875         (rescan_move_or_delete_vzeroupper): Likewise.  Always dump
876         upper 128bit state at exit.
878 2010-12-17  Joseph Myers  <joseph@codesourcery.com>
880         * config/interix.opt: New.
881         * config/interix.h (LINK_SPEC): Don't handle -soname*.
882         * config.gcc (i[34567]86-*-interix3*): Use interix.opt.
884 2010-12-17  Andrew Stubbs  <ams@codesourcery.com>
886         * config/arm/arm.md (maddhisi4, *maddhidi4): Use the canonical
887         operand order for plus.
888         Drop redundant % from constraints.
890 2010-12-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
892         * config/spu/t-spu-elf (LIB2FUNCS_EXCLUDE): Add _floattisf and
893         _floatunstisf.
894         * config/spu/spu.md ("floattisf2"): New expander.
895         ("floatunstisf2"): New insn pattern and splitter.
896         ("cgt_ti_m1"): New insn pattern.
898 2010-12-17  Bernd Schmidt  <bernds@codesourcery.com>
900         * config/arm/arm.c (arm_select_cc_mode): Before calling
901         arm_select_dominance_cc_mode for AND or IOR operations, ensure
902         that op is NE or EQ.
904 2010-12-17  Alexander Monakov  <amonakov@ispras.ru>
906         PR middle-end/46761
907         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Prefer
908         to use unadjusted UB.
910 2010-12-17  Dodji Seketeli  <dodji@redhat.com>
912         * dwarf2out.c (gen_type_die_with_usage): Do not try to emit debug
913         info for a redundant typedef that has DECL_ORIGINAL_TYPE set. Use
914         that underlying type instead.
916 2010-12-16  Jan Hubicka  <jh@suse.cz>
918         PR middle-end/44563
919         * ipa-inline.c: Update doplevel comment.
920         (cgraph_estimate_size_after_inlining): Remove times attribute.
921         (cgraph_mark_inline_edge): Update.
922         (cgraph_mark_inline): Remove.
923         (cgraph_estimate_growth): Update.
924         (cgraph_check_inline_limits): Remove one only argument.
925         (cgraph_edge_badness): Update.
926         (cgraph_decide_recursive_inlining): Update.
927         (cgraph_decide_inlining_of_small_function): Fix handling of
928         tree_can_inline_p  and call_stmt_cannot_inline_p.
929         (cgraph_flatten): Likewise.
930         (cgraph_decide_inlining): Update.
931         (cgraph_decide_inlining_incrementally): Fix handling of
932         call_stmt_cannot_inline_p.
934 2010-12-16  Joseph Myers  <joseph@codesourcery.com>
936         * config/darwin.opt (dylinker, headerpad_max_install_names,
937         keep_private_externs, nofixprebinding, nomultidefs, noprebind,
938         noseglinkedit, object, prebind, prebind_all_twolevel_modules,
939         preload, private_bundle, pthread, seglinkedit, twolevel_namespace,
940         twolevel_namespace_hints, whatsloaded, whyload, y, Mach, X): New
941         Driver options.
942         * config/darwin.h (LINK_SPEC): Remove '*' after
943         headerpad_max_install_names.
945 2010-12-16  Sebastian Pop  <sebastian.pop@amd.com>
947         PR tree-optimization/46924
948         * graphite-sese-to-poly.c (detect_commutative_reduction): Do not
949         detect reductions outside the current SESE region.
950         * sese.h (stmt_in_sese_p): New.
951         (defined_in_sese_p): Call stmt_in_sese_p.
953 2010-12-16  Jakub Jelinek  <jakub@redhat.com>
955         PR tree-optimization/46966
956         * graphite-sese-to-poly.c (build_scop_drs): Call free_gimple_bb for
957         for bbs that are removed from SCOP_BBS vector.
959 2010-12-16  Eric Botcazou  <ebotcazou@adacore.com>
961         * tree-ssa-sccvn.c (vn_reference_lookup_3): Always punt if the call to
962         get_ref_base_and_extent returns -1 as the max size.
964 2010-12-16  Konrad Eisele  <konrad@gaisler.com>
965             Eric Botcazou  <ebotcazou@adacore.com>
967         Support for LEON processor
968         * config.gcc (sparc-*-elf*): Deal with sparc-leon specifically.
969         (sparc-*-linux*): Likewise.
970         (sparc-*-rtems*): Remove Solaris left-overs.
971         (sparc*-*-*): Remove obsolete sparc86x setting.
972         (sparc-leon*): Default to --with-cpu=v8 and --with-tune=leon.
973         * doc/invoke.texi (SPARC Options): Document -mcpu/-mtune=leon.
974         * config/sparc/sparc.h (TARGET_CPU_leon): Define.
975         (TARGET_CPU_sparc86x): Delete.
976         (TARGET_CPU_cypress): Define as alias to TARGET_CPU_v7.
977         (TARGET_CPU_f930): Define as alias to TARGET_CPU_sparclite.
978         (TARGET_CPU_f934): Likewise.
979         (TARGET_CPU_tsc701): Define as alias to TARGET_CPU_sparclet.
980         (CPP_CPU_SPEC): Add entry for -mcpu=leon.
981         (enum processor_type): Add PROCESSOR_LEON.  Reorganize.
982         * config/sparc/sparc.c (leon_costs): New cost array.
983         (sparc_option_override): Add entry for TARGET_CPU_leon and -mcpu=leon.
984         Initialize cost array to leon_costs if -mtune=leon.
985         * config/sparc/sparc.md (cpu attribute): Add leon.  Reorganize.
986         Include leon.md scheduling description.
987         * config/sparc/leon.md: New file.
988         * config/sparc/t-elf: Do not assemble Solaris startup files.
989         * config/sparc/t-leon: New file.
990         * config/sparc/t-leon3: Likewise.
992 2010-12-16  Jakub Jelinek  <jakub@redhat.com>
994         PR tree-optimization/43655
995         * tree-ssa-ter.c (is_replaceable_p): Don't use
996         gimple_references_memory_p for -O0, instead check for load
997         by looking at rhs.
999 2010-12-16  Sebastian Pop  <sebastian.pop@amd.com>
1001         PR tree-optimization/46404
1002         * graphite-clast-to-gimple.c (gloog): Call scev_reset.
1004 2010-12-16  Anatoly Sokolov  <aesok@post.ru>
1006         * config/sh/sh.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
1007         * config/sh/sh.c (sh_asm_output_addr_const_extra): New function.
1008         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
1010 2010-12-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1012         * config/spu/t-spu-elf (LIB2_SIDITI_CONV_FUNC): Define.
1013         * config/spu/spu.h (MIN_UNITS_PER_WORD): Do not define.
1014         (LIBGCC2_UNITS_PER_WORD): Define if not already defined.
1016 2010-12-16  Jakub Jelinek  <jakub@redhat.com>
1018         PR debug/46893
1019         * cfgexpand.c (expand_debug_expr): If GET_MODE (op0) is VOIDmode,
1020         use TYPE_MODE (TREE_TYPE (tem)) instead of mode1.
1022 2010-12-16  Chung-Lin Tang  <cltang@codesourcery.com>
1024         PR target/46883
1025         * config/arm/arm.md
1026         (zero_extendhisi2 for register input splitter): Change
1027         "register_operand" to "s_register_operand".
1028         (zero_extendqisi2 for register input splitter): Same.
1030 2010-12-16  Jan Hubicka  <jh@suse.cz>
1032         PR middle-end/46939
1033         * predic.c (predict_paths_leading_to_edge): New function.
1034         (apply_return_prediction): Use it.
1035         (predict_paths_for_bb): Do not special case abnormals.
1037 2010-12-16  Joseph Myers  <joseph@codesourcery.com>
1039         * config.gcc (powerpc-*-lynxos*): Don't add lynx.opt to
1040         extra_options twice.
1042 2010-12-15  Joseph Myers  <joseph@codesourcery.com>
1044         * doc/tm.texi.in (US_SOFTWARE_GOFAST): Don't document.
1045         * doc/tm.texi: Regenerate.
1046         * system.h (US_SOFTWARE_GOFAST): Poison.
1047         * config.gcc (enable_gofast): Don't handle.
1048         * config/gofast.h: Remove.
1049         * config/mips/t-gofast: Remove.
1050         * config/fp-bit.c (US_SOFTWARE_GOFAST): Don't handle.
1051         * config/fp-bit.h (US_SOFTWARE_GOFAST): Don't handle.
1052         * config/mips/elforion.h: Don't mention GOFAST in comment.
1053         * config/mips/mips.c: Don't include gofast.h.
1054         (mips_init_libfuncs): Don't call gofast_maybe_init_libfuncs.
1055         * config/mips/t-sr71k (dp-bit.c, fp-bit.c): Don't define
1056         US_SOFTWARE_GOFAST.
1057         * config/sparc/sparc.c: Don't include gofast.h.
1058         (sparc_init_libfuncs): Don't call gofast_maybe_init_libfuncs.
1059         * config/spu/t-spu-elf (dp-bit.c, fp-bit.c): Don't undefine
1060         US_SOFTWARE_GOFAST.
1062 2010-12-14  Jan Hubicka  <jh@suse.cz>
1064         * config/darwin.opt (dylinker, headerpad_max_install_names,
1065         keep_private_externs, nofixprebinding, nomultidefs, noprebind,
1066         noseglinkedit, object, prebind, prebind_all_twolevel_modules,
1067         preload, private_bundle, pthread, seglinkedit, twolevel_namespace,
1068         twolevel_namespace_hints, whatsloaded, whyload, y, Mach, X): New
1069         Driver options.
1070         * config/darwin.h (LINK_SPEC): Remove '*' after
1071         headerpad_max_install_names.
1073 2010-12-14  Jan Hubicka  <jh@suse.cz>
1075         * tree.c (get_file_function_name): Avoid using random seed on
1076         GLOBAL_sub_I and GLOBAL_sub_D.
1078 2010-12-15  Martin Jambor  <mjambor@suse.cz>
1080         PR tree-optimization/46053
1081         PR middle-end/46287
1082         PR middle-end/46242
1083         * cgraph.h (cgraph_indirect_call_info): New field thunk_delta.
1084         * gimple.h (gimple_fold_obj_type_ref): Declaration removed.
1085         (gimple_fold_call): Declare.
1086         (gimple_adjust_this_by_delta): Likewise.
1087         * cgraph.c (cgraph_make_edge_direct): New parameter delta.  Updated
1088         all users.
1089         (cgraph_clone_edge): Create a copy of indirect_info also for direct
1090         edges.
1091         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Adjust this
1092         parameters.
1093         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Renamed to
1094         gimple_get_virt_mehtod_for_binfo, new parameter delta.  Do not search
1095         through thunks, in fact bail out if we encounter one, check that
1096         BINFO_VIRTUALS is not NULL.
1097         (gimple_adjust_this_by_delta): New function.
1098         (gimple_fold_obj_type_ref): Removed.
1099         (gimple_fold_obj_type_ref_call): New function.
1100         (fold_gimple_call): Renamed to gimple_fold_call, made external.
1101         Updated users.  Call gimple_fold_obj_type_ref_call instead of
1102         gimple_fold_obj_type_ref.
1103         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Process
1104         thunk deltas.
1105         (ipcp_discover_new_direct_edges): Likewise.
1106         * ipa-prop.c (ipa_make_edge_direct_to_target): New parameter delta.
1107         Updated callers.
1108         (ipa_write_indirect_edge_info): Stream thunk_delta.
1109         (ipa_read_indirect_edge_info): Likewise.
1110         * tree-ssa-ccp.c (ccp_fold_stmt): Use gimple_fold_call instead of
1111         gimple_fold_obj_type_ref.
1113 2010-12-15  Alexander Monakov  <amonakov@ispras.ru>
1115         PR rtl-optimization/46649
1116         * sel-sched-ir.c (purge_empty_blocks): Unconditionally skip the first
1117         basic block in the region.
1119 2010-12-15  Joseph Myers  <joseph@codesourcery.com>
1121         * config/stormy16/stormy16.h (LINK_SPEC, WCHAR_TYPE): Define.
1122         * config.gcc (xstormy16-*-elf): Don't use svr4.h.
1124 2010-12-15  Joseph Myers  <joseph@codesourcery.com>
1126         * config/rx/rx.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1127         * config.gcc (rx-*-elf*): Don't use svr4.h.
1129 2010-12-14  Sebastian Pop  <sebastian.pop@amd.com>
1131         PR tree-optimization/46845
1132         * sese.c (scalar_evolution_in_region): Handle scop parameters
1133         before scev analysis.
1135 2010-12-14  Sebastian Pop  <sebastian.pop@amd.com>
1137         PR tree-optimization/46928
1138         * tree-data-ref.c (analyze_overlapping_iterations): Handle A[p] == A[p]
1139         in data dependence analysis with p a parameter of the loop.
1141 2010-12-14  Sebastian Pop  <sebastian.pop@amd.com>
1143         PR tree-optimization/45948
1144         * tree-loop-distribution.c (ssa_name_has_uses_outside_loop_p): New.
1145         (stmt_has_scalar_dependences_outside_loop): New.
1146         (stmt_generated_in_another_partition): New.
1147         (add_scalar_computations_to_partition): New.
1148         (rdg_build_partitions): Call add_scalar_computations_to_partition.
1150 2010-12-14  Joseph Myers  <joseph@codesourcery.com>
1152         * config/arc/arc.h (LIB_SPEC): Define.
1153         * config.gcc (arc-*-elf*): Don't use svr4.h.
1155 2010-12-14  Joseph Myers  <joseph@codesourcery.com>
1157         * config/sh/elf.h (LIB_SPEC): Define.
1158         * config.gcc (sh-*-elf* | sh[12346l]*-*-elf* | sh-*-symbianelf* |
1159         sh[12346l]*-*-symbianelf* | sh-*-linux* | sh[2346lbe]*-*-linux* |
1160         sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* |
1161         sh5l*-*-netbsd* | sh64-*-netbsd* | sh64l*-*-netbsd*, sh-*-rtems*,
1162         sh-wrs-vxworks): Don't use svr4.h.
1164 2010-12-14  Jan Hubicka  <jh@suse.cz>
1166         PR lto/46940
1167         PR lto/44463
1168         * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Construct nodes
1169         for aliases when they are used.
1171 2010-12-14  Joseph Myers  <joseph@codesourcery.com>
1173         * config.gcc (sparc-*-elf*, sparc-*-rtems*, sparc-*-linux*,
1174         sparc-*-netbsdelf*, sparc*-*-solaris2*, sparc-wrs-vxworks,
1175         sparc64-*-elf*, sparc64-*-rtems*, sparc64-*-linux*,
1176         sparc64-*-netbsd*, sparc64-*-openbsd*): Don't use svr4.h.
1178 2010-12-14  Thomas Klein  <th.r.klein@web.de>
1180         * config/arm/arm.c (arm_expand_prologue): Report the static stack
1181         size if -fstack-usage is used.
1182         (thumb1_expand_prologue): Likewise.
1184 2010-12-14  Jakub Jelinek  <jakub@redhat.com>
1186         PR debug/46885
1187         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Use gsi_last_bb
1188         instead of gsi_last_nondebug_bb if bump_in_latch.
1190         PR tree-optimization/46909
1191         * gimple-fold.c (and_var_with_comparison_1): Save partial
1192         result even in the is_and case, if both partial results
1193         are the same, return it.
1194         (or_var_with_comparison_1): Use is_or predicate instead of
1195         innercode == TRUTH_OR_EXPR test.  Save partial result
1196         even in the is_or case, if both partial results are the
1197         same, return it.  In the !is_or case when both partial
1198         results are the same, return the partial result instead
1199         of boolean_true_node.
1201 2010-12-14  Jan Hubicka  <jh@suse.cz>
1203         PR middle-end/46667
1204         * varasm.c (assemble_start_function): Do not call
1205         resolve_unique_section.
1206         * cfgexpand.c (gimple_expand_cfg): Resolve it here.
1208 2010-12-14  Alexander Monakov  <amonakov@ispras.ru>
1210         PR rtl-optimization/46875
1211         * sched-vis.c (print_pattern): Dump "sequence" for ADDR_VECs.
1212         * sel-sched-ir.c (bb_has_removable_jump_to_p): Forbid table jumps.
1214 2010-12-14  Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1216         * config/h8300/h8300.md (define_split) : Add condition for
1217         "and with single_zero" splitter to handle 16-bit const operands.
1218         * config/h8300/h8300.md (define_split) : Add condition for
1219         "ior with single_one" splitter to handle 16-bit const operands.
1220         * config/h8300/h8300.md (define_split) : Add condition for
1221         "xor with single_one" splitter to handle 16-bit const operands.
1222         * testsuite/gcc.dg/h8300-bit-insn-ice.c: New.
1224 2010-12-13  Jan Hubicka  <jh@suse.cz>
1226         PR middle-end/45388
1227         * ipa.c (cgraph_build_static_cdtor_1): Break out from ...  Add FINAL
1228         parameter.
1229         (cgraph_build_static_cdtor): ... here.
1230         (build_cdtor): Use cgraph_build_static_cdtor_1.
1232 2010-12-13  Joseph Myers  <joseph@codesourcery.com>
1234         * config/m32c/m32c.h (ENDFILE_SPEC, LINK_SPEC, SIZE_TYPE,
1235         PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1236         * config.gcc (m32c-*-rtems*, m32c-*-elf*): Don't use svr4.h.
1238 2010-12-14  Bernd Schmidt  <bernds@codesourcery.com>
1240         PR rtl-optimization/44374
1241         Reapply patch with fixes.
1242         * basic-block.h (enum bb_flags): Add BB_MODIFIED.
1243         * df-core.c (df_set_bb_dirty): Set it.
1244         * ifcvt.c (find_memory): Remove function.
1245         (dead_or_predicable): Use can_move_insns_across.
1246         * df.h (can_move_insns_across): Declare function.
1247         * cfgcleanup.c (block_was_dirty): New static variable.
1248         (flow_find_head_matching_sequence): Test for epilogue notes.
1249         (try_crossjump_bb, try_forward_edges): Test BB_MODIFIED flag rather
1250         than df_get_bb_dirty.
1251         (try_head_merge_bb): New static function.
1252         (try_optimize_cfg): Call it.  Call df_analyze if block_was_dirty
1253         is set.
1254         * df-problems.c: Include "target.h"
1255         (df_simulate_find_uses): New static function.
1256         (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
1257         (find_memory, find_memory_store): New static functions.
1258         (can_move_insns_across): New function.
1259         * Makefile.in (df-problems.o): Update dependencies.
1261 2010-12-13  Joseph Myers  <joseph@codesourcery.com>
1263         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE): Define.
1264         (DBX_REGISTER_NUMBER): Undefine.
1265         * config/xtensa/linux.h (SIZE_TYPE, PTRDIFF_TYPE): Define.
1266         (DBX_REGISTER_NUMBER): Undefine.
1267         * config.gcc (xtensa*-*-elf*, xtensa*-*-linux*): Don't use svr4.h.
1269 2010-12-13  Jack Howarth <howarth@bromo.med.uc.edu>
1270             Joseph Myers <joseph@codesourcery.com>
1272         PR bootstrap/46650
1273         * system.h: Include cstring for cxx bootstrap.
1275 2010-12-13  Jakub Jelinek  <jakub@redhat.com>
1277         PR lto/46879
1278         * lto-streamer-out.c (output_gimple_stmt): Never replace first
1279         GIMPLE_DEBUG argument with MEM_REF.
1281         PR debug/46867
1282         * var-tracking.c (emitted_notes, string_pointer_flags): Removed.
1283         (emit_note_insn_var_location): Remove ENABLE_RTL_CHECKING verification.
1284         (vt_emit_notes): Don't initialize and destroy emitted_notes.
1286 2010-12-13  Nathan Froyd  <froydnj@codesourcery.com>
1288         PR target/46040
1289         * config.gcc (arm*-*-linux-*eabi): Use bpabi-lib.h.
1290         (arm*-*-uclinux*eabi, arm*-*-eabi*): Likewise.
1292 2010-12-13  Joseph Myers  <joseph@codesourcery.com>
1294         * config/v850/v850.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1295         WCHAR_TYPE_SIZE): Define.
1296         * config.gcc (v850e1-*-*, v850e-*-*, v850-*-*): Don't use svr4.h.
1298 2010-12-13  Joseph Myers  <joseph@codesourcery.com>
1300         * config.gcc (s390-*-linux*, s390x-*-linux*, s390x-ibm-tpf*):
1301         Don't use svr4.h.
1303 2010-12-13  Joseph Myers  <joseph@codesourcery.com>
1305         * config/mn10300/linux.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1306         WCHAR_TYPE_SIZE): Undefine.
1307         * config/mn10300/mn10300.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1308         WCHAR_TYPE_SIZE): Define.
1309         * config.gcc (mn10300-*-*): Don't use svr4.h.
1311 2010-12-13  Joseph Myers  <joseph@codesourcery.com>
1313         * config/m68k/linux.h (DBX_REGISTER_NUMBER): Undefine and redefine.
1314         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1315         * config.gcc (m68k-*-uclinux*, m68k-*-linux*): Don't use svr4.h.
1317 2010-12-13  Alexandre Oliva  <aoliva@redhat.com>
1319         PR debug/46756
1320         * jump.c (mark_all_labels): Skip debug insns.
1322 2010-12-13  Alexandre Oliva  <aoliva@redhat.com>
1324         PR debug/46782
1325         * cfgcleanup.c (try_forward_edges): Skip debug insns.
1327 2010-12-12  Jan Hubicka  <jh@suse.cz>
1328             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1330         * varasm.c (default_function_section): Check flag_reorder_functions
1331         and targetm.have_named_sections.
1332         * config/darwin.c (darwin_function_section): Check
1333         flag_reorder_functions.
1335 2010-12-12  Finn Thain  <fthain@telegraphics.com.au>
1337         PR target/46179
1338         * config/m68k/m68k.c (handle_move_double): Insert calls to
1339         m68k_final_prescan_insn to clean up @TLS operand syntax.
1341 2010-12-10  Sebastian Pop  <sebastian.pop@amd.com>
1343         PR tree-optimization/43023
1344         * tree-data-ref.c (mem_write_stride_of_same_size_as_unit_type_p):
1345         Removed.
1346         (stores_zero_from_loop): Call stmt_stores_zero.
1347         * tree-data-ref.h (stmt_stores_zero): New.
1348         * tree-loop-distribution.c (generate_memset_zero): Do not return a
1349         boolean.  Call gcc_assert on stride_of_unit_type_p.
1350         (generate_builtin): Call stmt_stores_zero.
1351         (rdg_flag_all_uses): Removed.
1352         (rdg_flag_similar_memory_accesses): Removed.
1353         (build_rdg_partition_for_component): Removed parameter
1354         other_stores.  Removed call to rdg_flag_similar_memory_accesses.
1355         (can_generate_builtin): New.
1356         (similar_memory_accesses): New.
1357         (fuse_partitions_with_similar_memory_accesses): New.
1358         (rdg_build_partitions): Call
1359         fuse_partitions_with_similar_memory_accesses.
1361 2010-12-10  Jakub Jelinek  <jakub@redhat.com>
1363         PR rtl-optimization/46804
1364         * regmove.c (optimize_reg_copy_3): Look for REG_EQUAL note
1365         on the setter of src_reg rather than on insn.  If it is
1366         equal to the setter's original SET_SRC, replace it with its
1367         zero or sign extension instead of dropping it.
1369 2010-12-10  Richard Guenther  <rguenther@suse.de>
1371         PR lto/46808
1372         * lto-symtab.c (lto_symtab_merge_decls_2): Avoid type warnings
1373         after errors.
1374         (lto_symtab_merge_decls_1): Adjust.
1376 2010-12-10  Dave Korn  <dave.korn.cygwin@gmail.com>
1378         PR middle-end/46674
1379         PR lto/43157
1380         * target.def (mangle_assembler_name): New target asm_out hook.
1381         * targhooks.c (default_mangle_assembler_name): Add default hook
1382         implementation.
1383         * targhooks.h (default_mangle_assembler_name): Add prototype.
1384         * lto-symtab.c (lto_symtab_register_decl): Use new hook when
1385         processing DECL_ASSEMBLER_NAMEs for lto symtabs.
1386         (lto_symtab_get_resolution): Likewise.
1387         (lto_cgraph_replace_node): Likewise.
1388         (lto_symtab_prevailing_decl): Likewise.
1389         * lto-streamer-out.c (write_symbol): Likewise.
1390         * doc/tm.texi.in (TARGET_MANGLE_ASSEMBLER_NAME): Add @hook directive.
1391         * doc/tm.texi: Regenerate.
1392         * config/i386/cygming.h (TARGET_MANGLE_ASSEMBLER_NAME): Define to
1393         point at i386_pe_mangle_assembler_name.
1394         * config/i386/winnt.c (i386_pe_mangle_assembler_name): New function.
1395         * config/i386/i386-protos.h (i386_pe_mangle_assembler_name): Add
1396         prototype.
1398 2010-12-10  Nathan Froyd  <froydnj@codesourcery.com>
1400         * c-typeck.c (readonly_error): Delete.
1402 2010-12-10  Jakub Jelinek  <jakub@redhat.com>
1404         PR rtl-optimization/46865
1405         * rtl.c (rtx_equal_p_cb, rtx_equal_p): For last operand of
1406         ASM_OPERANDS and ASM_INPUT if integers are different, call locator_eq.
1407         * jump.c (rtx_renumbered_equal_p): Likewise.
1409         PR tree-optimization/46864
1410         * tree-ssa-loop-im.c (loop_suitable_for_sm): Return false even
1411         when there are EDGE_EH exit edges.
1413 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1415         PR fortran/46540
1416         * configure.ac: Handle --disable-libquadmath-support.
1417         * doc/install.texi: Document --disable-libquadmath and
1418         --disable-libquadmath-support
1419         * configure: Regenerate.
1420         * config.in: Regenerate.
1422 2010-12-10  Jack Howarth  <howarth@bromo.med.uc.edu>
1423             Iain Sandoe  <iains@gcc.gnu.org>
1425         PR 43751/target
1426         * config/darwin9.h (DSYMUTIL_SPEC): Add fortran source types.
1428 2010-12-10  Iain Sandoe <iains@gcc.gnu.org>
1430         * config/rs6000/rs6000.c
1431         (rs6000_darwin64_record_arg_advance_recurse): Name register increment
1432         explicitly.  (rs6000_darwin64_record_arg_recurse): Make sure we split
1433         long doubles when we run out of regs.   Also flag that this requires
1434         stack and therefore cannot be returned by value.
1435         (rs6000_darwin64_record_arg): Update comment.
1436         (rs6000_function_value): Likewise.
1438 2010-12-10  Nicola Pero  <nicola.pero@meta-innovation.com>
1440         * c-parser.c (c_parser_objc_class_definition): Recognize
1441         Objective-C 2.0 class extensions.
1443 2010-12-10  Iain Sandoe <iains@gcc.gnu.org>
1445         * config/darwin.c: Remove c-tree.h and c-lang.h
1446         * config/t-darwin: Remove dependencies on c-tree.h and c-lang.h.
1448 2010-12-10  Joern Rennecke  <amylaar@spamcop.net>
1450         PR target/46881
1451         * doc/tm.texi: Regenerate.
1452         * target.def: Fix "preferred" spelling.  Refer to rclass by its
1453         exact name.
1454         * config/arm/arm.c (arm_preferred_rename_class): Rename parameter class
1455         to rclass.
1457 2010-12-09  Paul Koning  <ni1d@arrl.net>
1459         * config/pdp11/pdp11-protos.h (output_move_double,
1460         output_move_quad): Delete.
1461         (output_move_multiple, pdp11_expand_operands): New functions.
1462         (pdp11_action, pdp11_partorder): New enums.
1463         * config/pdp11/pdp11.md (movdi, movsi, movdf, movsf): Use
1464         output_move_multiple.
1465         (adddi3, subdi3, negdi2): New patterns.
1466         (addsi3, subsi3, negsi2): Use pdp11_expand_operands.
1467         (abshi2): Delete.
1468         (neghi2, negqi2): Use PDPint iterator.
1469         * config/pdp11/pdp11.c (find_addr_reg, output_move_double,
1470         output_move_quad): Delete.
1471         (pdp11_expand_operands, output_move_multiple): New functions.
1473 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1475         * config/vax/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1476         * config.gcc (vax-*-linux*): Don't use svr4.h.
1478 2010-12-09  Nathan Froyd  <froydnj@codesourcery.com>
1480         * c-typeck.c (build_indirect_ref): Call invalid_indirection_error.
1482 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1484         * doc/extend.texi (Attribute Syntax): Correct description of
1485         attributes in pointer declarators.
1487 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1489         * config/mips/vxworks.h (DBX_REGISTER_NUMBER): Undefine.
1490         * config.gcc (mips64*-*-linux* | mipsisa64*-*-linux*,
1491         mips*-*-linux*, mips-wrs-vxworks): Don't use svr4.h.
1493 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1495         * config/mep/mep.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1496         WCHAR_TYPE_SIZE): Define.
1497         * config.gcc (mep-*-*): Don't use svr4.h.
1499 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1501         * config/mcore/mcore.h (PTRDIFF_TYPE, WCHAR_TYPE,
1502         WCHAR_TYPE_SIZE): Define.
1503         * config/svr3.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1504         WCHAR_TYPE_SIZE): Don't define.
1505         * config.gcc (mcore-*-elf): Don't use svr4.h.
1507 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1509         * config.gcc (m32r-*-elf*, m32rle-*-elf*, m32r-*-rtems*,
1510         m32r-*-linux*, m32rle-*-linux*): Don't use svr4.h.
1512 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1514         * config/iq2000/iq2000.h (LINK_SPEC, SIZE_TYPE, PTRDIFF_TYPE,
1515         WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1516         * config.gcc (iq2000*-*-elf*): Don't use svr4.h.
1518 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1520         * config.gcc (ia64*-*-linux*, ia64*-*-hpux*): Don't use svr4.h.
1522 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1524         * config/pa/pa32-linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1525         * config.gcc (hppa*64*-*-linux*, hppa*-*-linux*): Don't use svr4.h.
1527 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1529         * config/moxie/moxie.h (LINK_SPEC, SIZE_TYPE, PTRDIFF_TYPE,
1530         WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1531         * config/moxie/rtems.h (LINK_SPEC, SIZE_TYPE, PTRDIFF_TYPE,
1532         WCHAR_TYPE, WCHAR_TYPE_SIZE): Undefine.
1533         * config.gcc (moxie-*-elf, moxie-*-uclinux*): Don't use svr4.h.
1535 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1537         * config/frv/frv.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1538         WCHAR_TYPE_SIZE): Define.
1539         * config.gcc (frv-*-elf, frv-*-*linux*): Don't use svr4.h.
1541 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1543         * config/fr30/fr30.h (LIB_SPEC, LINK_SPEC, SIZE_TYPE,
1544         PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1545         * config.gcc (fr30-*-elf): Don't use svr4.h.
1547 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1549         * config/cris/linux.h (SIZE_TYPE, PTRDIFF_TYPE): Define.
1550         * config.gcc (crisv32-*-linux* | cris-*-linux*): Don't use svr4.h.
1552 2010-12-09  Richard Guenther  <rguenther@suse.de>
1554         PR middle-end/46844
1555         * gimple-fold.c (canonicalize_constructor_val): Canonicalize addresses.
1557 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1559         * config/i386/netware.h (TARGET_POSIX_IO): Define.
1560         * config/i386/nto.h (TARGET_POSIX_IO): Define.
1561         * config/ia64/hpux.h (TARGET_POSIX_IO): Define.
1562         * config/moxie/moxie.h (TARGET_POSIX_IO): Don't undefine.
1563         * config/openbsd.h (TARGET_POSIX_IO): Define.
1564         * config/rtems.h (TARGET_POSIX_IO): Define.
1565         * config/sh/embed-elf.h (TARGET_POSIX_IO): Don't undefine.
1566         * config/sol2.h (TARGET_POSIX_IO): Define.
1567         * config/svr4.h (TARGET_POSIX_IO): Don't define.
1568         * config/vxworksae.h (TARGET_POSIX_IO): Define.
1570 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1572         * config/i386/nto.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
1573         * config/ia64/hpux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
1574         * config/linux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Don't
1575         undefine.
1576         * config/mips/linux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Don't
1577         undefine.
1578         * config/mips/netbsd.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
1579         Don't undefine.
1580         * config/rs6000/linux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
1581         Don't undefine.
1582         * config/rs6000/linux64.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
1583         Don't undefine.
1584         * config/sol2.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
1585         * config/sparc/netbsd-elf.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
1586         Don't undefine.
1587         * config/sparc/openbsd64.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
1588         Don't undefine.
1589         * config/sparc/sp64-elf.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
1590         Don't undefine.
1591         * config/svr4.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Don't define.
1592         * config/xtensa/elf.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Don't
1593         undefine.
1595 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1597         * config/ia64/hpux.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Define for
1598         non-GNU assembler.
1599         * config/m68k/netbsd-elf.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.
1600         * config/m68k/openbsd.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.
1601         * config/mips/openbsd.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.
1602         * config/sol2.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Define for
1603         non-GNU assembler.
1604         * config/sparc/sparc.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.
1605         * config/svr4.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.
1607 2010-12-09  Martin Jambor  <mjambor@suse.cz>
1609         * ipa-prop.c (compute_complex_ancestor_jump_func): Work also if the
1610         zero is the first phi parameter.
1612 2010-12-09  Martin Jambor  <mjambor@suse.cz>
1614         * ipa-prop.h (struct ipa_parm_adjustment): New field alias_ptr_type.
1615         * ipa-prop.c (ipa_modify_call_arguments): Use it.
1616         * tree-sra.c (splice_param_accesses): Test that all accesses have the
1617         same alias reference type.
1618         (turn_representatives_into_adjustments): Set alias_ptr_type of the
1619         adjustment.
1621 2010-12-09  Martin Jambor  <mjambor@suse.cz>
1623         PR middle-end/46734
1624         * tree-sra.c (splice_param_accesses): Check that there are not
1625         multiple ADDRESSABLE types.
1627 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1629         * config/arc/arc.h (ASM_SPEC): Remove %{v}.
1630         * config/bfin/bfin.h (ASM_SPEC): Remove %{v}.
1631         * config/cris/cris.h (ASM_SPEC): Remove %{v:-v}.
1632         * config/fr30/fr30.h (ASM_SPEC): Remove %{v}.
1633         * config/frv/frv.h (ASM_SPEC): Remove %{v}.
1634         * config/i386/linux.h (ASM_SPEC): Remove %{v}.
1635         * config/i386/linux64.h (ASM_SPEC): Remove %{v}.
1636         * config/i386/mingw-w64.h (ASM_SPEC): Remove %{v}.
1637         * config/i386/sol2-10.h (ASM_SPEC): Remove %{v}.
1638         * config/i386/vxworks.h (ASM_SPEC): Remove %{v}.
1639         * config/i386/x86-64.h (ASM_SPEC): Remove %{v}.
1640         * config/lm32/lm32.h (ASM_SPEC): Remove %{v}.
1641         * config/m32r/m32r.h (ASM_SPEC): Remove %{v}.
1642         * config/m68k/linux.h (ASM_SPEC): Remove %{v:-V}.
1643         * config/microblaze/microblaze.h (ASM_SPEC): Remove %{v}.
1644         * config/mips/mips.h (ASM_SPEC): Remove %{v}.
1645         * config/mips/vxworks.h (ASM_SPEC): Remove %{v}.
1646         * config/pa/pa-linux.h (ASM_SPEC): Remove %{v:-V}.
1647         * config/rs6000/freebsd.h (SVR4_ASM_SPEC): Remove %{v}.
1648         * config/rs6000/linux64.h (ASM_SPEC): Remove %{v:-V}.
1649         * config/rs6000/vxworks.h (ASM_SPEC): Remove %{v:-v}.
1650         * config/sparc/openbsd64.h (ASM_SPEC): Remove %{v:-V}.
1651         * config/svr4.h (SVR4_ASM_SPEC): Remove %{v:-V}.
1652         * config/xtensa/elf.h (ASM_SPEC): Remove %{v}.
1653         * config/xtensa/linux.h (ASM_SPEC): Remove %{v}.
1655 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1657         * config/i386/openbsdelf.h (LINK_SPEC): Use %{r:} not %{r*:}.
1658         * config/mips/openbsd.h (LINK_SPEC): Use %{r:} not %{r*:}.
1659         * config/netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): Use %{r:} not %{r*:}.
1660         * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Use %{r:} not %{r*:}.
1661         * config/sparc/openbsd64.h (LINK_SPEC): Use %{r:} not %{r*:}.
1662         * config/vax/netbsd-elf.h (LINK_SPEC): Use %{r:} not %{r*:}.
1664 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1666         * config/alpha/freebsd.h (LINK_SPEC): Don't use %{!dynamic-linker:}.
1667         * config/alpha/linux-elf.h (LINK_SPEC): Likewise.
1668         * config/arm/freebsd.h (LINK_SPEC): Likewise.
1669         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Likewise.
1670         * config/bfin/linux.h (LINK_SPEC): Likewise.
1671         * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Likewise.
1672         * config/frv/linux.h (LINK_SPEC): Likewise.
1673         * config/i386/freebsd.h (LINK_SPEC): Likewise.
1674         * config/i386/freebsd64.h (LINK_SPEC): Likewise.
1675         * config/i386/linux.h (LINK_SPEC): Likewise.
1676         * config/i386/linux64.h (LINK_SPEC): Likewise.
1677         * config/i386/openbsdelf.h (LINK_SPEC): Likewise.
1678         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
1679         * config/ia64/linux.h (LINK_SPEC): Likewise.
1680         * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
1681         * config/m32r/linux.h (LINK_SPEC): Likewise.
1682         * config/m68k/linux.h (LINK_SPEC): Likewise.
1683         * config/microblaze/linux.h (LINK_SPEC): Likewise.
1684         * config/mips/linux.h (LINK_SPEC): Likewise.
1685         * config/mips/linux64.h (LINK_SPEC): Likewise.
1686         * config/mips/openbsd.h (LINK_SPEC): Likewise.
1687         * config/mn10300/linux.h (LINK_SPEC): Likewise.
1688         * config/netbsd-elf.h (LINK_SPEC): Likewise.
1689         * config/pa/pa-linux.h (LINK_SPEC): Likewise.
1690         * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC32,
1691         LINK_OS_LINUX_SPEC64): Likewise.
1692         * config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC,
1693         LINK_OS_LINUX_SPEC, LINK_OS_GNU_SPEC, LINK_OS_NETBSD_SPEC): Likewise.
1694         * config/s390/linux.h (LINK_SPEC): Likewise.
1695         * config/sh/linux.h (SUBTARGET_LINK_SPEC): Likewise.
1696         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
1697         * config/sparc/linux.h (LINK_SPEC): Likewise.
1698         * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
1699         LINK_SPEC): Likewise.
1700         * config/sparc/openbsd64.h (LINK_SPEC): Likewise.
1701         * config/vax/linux.h (LINK_SPEC): Likewise.
1702         * config/xtensa/linux.h (LINK_SPEC): Likewise.
1704 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1706         * config/bfin/bfin.h (ASM_SPEC): Remove %{n} and %{T}.
1707         * config/frv/frv.h (ASM_SPEC): Likewise.
1708         * config/i386/sol2-10.h (ASM_SPEC): Likewise.
1709         * config/i386/sol2.h (ASM_SPEC): Likewise.
1710         * config/m68k/linux.h (ASM_SPEC): Likewise.
1711         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
1712         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
1713         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
1714         * config/sol2.h (ASM_SPEC): Likewise.
1715         * config/sparc/linux.h (ASM_SPEC): Likewise.
1716         * config/sparc/linux64.h (ASM_SPEC): Likewise.
1717         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
1718         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
1719         * config/svr4.h (SVR4_ASM_SPEC): Likewise.
1721 2010-12-09  Richard Guenther  <rguenther@suse.de>
1723         * reginfo.c (struct subregs_of_mode_node): Remove.
1724         (subregs_of_mode): Likewise.
1725         (som_hash): Likewise.
1726         (som_eq): Likewise.
1727         (invalid_mode_changes): New bitmap.
1728         (record_subregs_of_mode): Get subregs_of_mode argument.
1729         Fill in invalid_mode_changes bitmap.
1730         (find_subregs_of_mode): Get subregs_of_mode argument and pass
1731         it through.
1732         (init_subregs_of_mode): Adjust.
1733         (finish_subregs_of_mode): Likewise.
1734         (invalid_mode_change_p): Query invalid_mode_changes bitmap.
1736 2010-12-09  Richard Guenther  <rguenther@suse.de>
1738         * ira.c (ira): Do not call finish_subregs_of_mode.
1739         * ira-costs.c (finish_costs): Call finish_subregs_of_mode.
1741 2010-12-09  Richard Guenther  <rguenther@suse.de>
1743         * rtl.h (invalid_mode_change_p): Adjust prototype.
1744         * reginfo.c (invalid_mode_change_p): Remove from argument.
1745         * ira-costs.c (print_allocno_costs): Adjust callers.
1746         (find_costs_and_classes): Likewise.
1748 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
1750         * config/s390/s390.md (*mov<mode>cc): Change lgoc and stgoc to
1751         locg and stocg even in comment.
1752         (sync_old_<atomic><mode>): Give mode to UNSPEC_VOLATILE.
1754         PR target/41082
1755         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Use stvx
1756         instead of stve*x.
1757         (altivec_expand_stv_builtin): For op0 use mode of operand 1 instead
1758         of operand 0.
1759         * config/rs6000/altivec.md (VI_scalar): New mode attr.
1760         (altivec_stve<VI_char>x, *altivec_stvesfx): Use scalar instead of
1761         vector mode for operand 0, put operand 1 into UNSPEC.
1763 2010-12-09  Yao Qi  <yao@codesourcery.com>
1765         * config/arm/arm.c (arm_preferred_rename_class): Implement targethook
1766         PREFERRED_RENAME_CLASS.
1768 2010-12-08  Ian Lance Taylor  <iant@google.com>
1770         * doc/sourcebuild.texi (Front End): Remove reference to
1771         snapshot-README and snapshot-index.html.
1773 2010-12-08  Ian Lance Taylor  <iant@google.com>
1775         * doc/sourcebuild.texi (Texinfo Manuals): Change update_web_docs
1776         to update_web_docs_svn.
1777         (Front End): Likewise.
1779 2010-12-08  Iain Sandoe <iains@gcc.gnu.org>
1781         * gcc/config.gcc (with_cpu): Default i[34567]86-*-darwin* and
1782         x86_64-*-darwin* to with_cpu:-core2.
1783         * gcc/config/i386/mmx.md (*mov<mode>_internal_rex64): Replace movq
1784         with movd for darwin assembler.
1785         * gcc/config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
1786         (*vec_concatv2di_rex64_sse): Ditto.
1788 2010-12-08  Richard Guenther  <rguenther@suse.de>
1789             Sebastian Pop  <sebastian.pop@amd.com>
1791         PR tree-optimization/45230
1792         PR tree-optimization/45231
1793         PR tree-optimization/45370
1794         * sese.c (rename_uses): Returns a bool.  Call
1795         recompute_tree_invariant_for_addr_expr only on the RHS of a
1796         GIMPLE_ASSIGN.
1797         (graphite_copy_stmts_from_block): Call fold_stmt_inplace when
1798         rename_uses returns true.
1799         * tree-ssa-copy.c (replace_exp): Add a comment about calling
1800         fold_stmt_inplace after replace_exp.
1802 2010-12-08  Mike Stump  <mikestump@comcast.net>
1804         PR debug/46749
1805         * config/darwin.h (COLLECT_RUN_DSYMUTIL): Add.
1806         (DSYMUTIL_SPEC): Use `linker' flags instead to handle lto better.
1807         * config/darwin9.h (COLLECT_RUN_DSYMUTIL): Add.
1808         (DSYMUTIL_SPEC): Use `linker' flags instead to handle lto better.
1809         * collect2.c (post_ld_pass): Add.
1810         (process_args): Add.
1811         (maybe_run_lto_and_relink): Call post_ld_pass after ld.
1812         (main): Likewise.  Call process_args.
1814 2010-12-08  Jakub Jelinek  <jakub@redhat.com>
1816         PR middle-end/46844
1817         * regrename.c (check_new_reg_p): Add ATTRIBUTE_UNUSED to reg parameter.
1819 2010-12-08  Richard Earnshaw  <rearnsha@arm.com>
1821         PR target/46631
1822         * arm.c (thumb2_reorg): Also try to reduce <commutative_op> Rd, Rn, Rd
1823         into a 16-bit instruction.
1825 2010-12-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
1827         PR middle-end/42694
1828         * builtins.c (expand_builtin_pow_root): Don't optimize pow(x,y)
1829         where y is 0.25, 1./6., or 0.75 if the target does not have a sqrt
1830         instruction, but do optimize if y is 0.5 or 1./3. since that
1831         changes an expensive call into a cheaper one.
1833 2010-12-08  Richard Guenther  <rguenther@suse.de>
1835         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use a shift
1836         instead of a division to divide by BITS_PER_UNIT.
1838 2010-12-08  Richard Guenther  <rguenther@suse.de>
1840         * gimplify.c (gimple_tree_eq): Assert hashes are equal only
1841         when checking is enabled.
1843 2010-12-07  Andrey Belevantsev  <abel@ispras.ru>
1845         PR target/43603
1846         * haifa-sched.c (sched_create_recovery_edges): Update
1847         dominator info.
1848         * sel-sched-ir.c (maybe_tidy_empty_bb): Update dominator info
1849         after deleting an empty block.
1850         (tidy_control_flow): Also verify dominators.
1851         (sel_remove_bb): Update dominator info after removing a block.
1852         (sel_redirect_edge_and_branch_force): Assert that no unreachable
1853         blocks will be created. Update dominator info.
1854         (sel_redirect_edge_and_branch): Update dominator info when
1855         basic blocks do not become unreachable.
1856         (sel_remove_loop_preheader): Update dominator info.
1858 2010-12-07  Richard Guenther  <rguenther@suse.de>
1860         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
1861         Reset alignment information.
1862         (bump_vector_ptr): Likewise.
1864 2010-12-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1866         PR middle-end/46671
1867         PR target/46685
1868         * config/pa/pa.c (pa_function_section): New function.
1869         (TARGET_ASM_FUNCTION_SECTION): Define.
1871 2010-12-07  Ian Lance Taylor  <iant@google.com>
1872             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1874         PR bootstrap/46810
1875         * configure.ac: Disable AC_MSG_ERROR while looking for the C++
1876         preprocessor.
1877         * configure: Rebuild.
1879 2010-12-07  Paul Koning  <ni1d@arrl.net>
1881         * config/pdp11/pdp11.c (output_addr_const_pdp11): Output negative
1882         values with sign rather than as unsigned.
1884 2010-12-07  Paul Koning  <ni1d@arrl.net>
1886         * config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_SECTION): Define.
1887         (pdp11_function_section): New function.
1889 2010-12-07  Joseph Myers  <joseph@codesourcery.com>
1891         * config/mcore/mcore.c Don't include assert.h.
1892         (layout_mcore_frame, handle_structs_in_regs): Use gcc_assert.
1893         * config/spu/spu.c: Don't include assert.h.
1894         (spu_sms_res_mii): Use gcc_assert.
1896 2010-12-07  Sebastian Pop  <sebastian.pop@amd.com>
1898         PR tree-optimization/42327
1899         * tree-data-ref.c (omega_setup_subscript): Call build_int_cst
1900         instead of using integer_minus_one_node.
1902 2010-12-07  Nathan Froyd  <froydnj@codesourcery.com>
1904         PR c++/45330
1905         * params.def (CXX_MAX_NAMESPACES_FOR_DIAGNOSTIC_HELP): New parameter.
1906         * doc/invoke.texi (cxx-max-namespaces-for-diagnostic-help): Document.
1908 2010-12-07  Richard Guenther  <rguenther@suse.de>
1910         PR tree-optimization/46832
1911         * tree-ssa-math-opts.c (execute_optimize_widening_mul): Check
1912         that the call has a lhs.
1914 2010-12-07  Yao Qi  <yao@codesourcery.com>
1916         * Makefile.in: Add $(TARGET_H) to the regrename.o rule.
1917         * regrename.c (struct du_head): Add new element length.
1918         (sort_du_head, get_element, merge, merge_sort_comparison):
1919         New functions of merge sort implementation to du_head list.
1920         (regrename_optimize): Sort du_head linked list by length.
1921         Iterate registers in a preferred-register-first order.
1922         Move some code to ...
1923         (check_new_reg_p): here.  New function.
1924         (create_new_chain):  Initialize length.
1925         (scan_rtx_reg): Increase length for non-debug insns.
1926         * target.def: New hook preferred_rename_class.
1927         * targhook.c (default_preferred_rename_class): New.
1928         * targhook.h: Declare it.
1929         * doc/tm.texi.in: New hook TARGET_PREFERRED_RENAME_CLASS.
1930         * doc/tm.texi: Regenerate.
1932 2010-12-07  Jakub Jelinek  <jakub@redhat.com>
1934         PR debug/46799
1935         * tree-parloops.c (separate_decls_in_region): Use UNKNOWN_LOCATION
1936         instead of BUILTINS_LOCATION.
1937         (create_loop_fn): Add LOC argument, pass it to build_decl instead of
1938         BUILTINS_LOCATION.
1939         (create_parallel_loop): Add LOC argument, use it for OMP clauses
1940         and GIMPLE_*OMP* statements.
1941         (gen_parallel_loop): Determine locus for the parallel loop, pass it
1942         to create_loop_fn and create_parallel_loop.
1943         * cfgexpand.c (gimple_expand_cfg): For builtin functions, call
1944         set_curr_insn_source_location (UNKNOWN_LOCATION).
1946 2010-12-07  Joern Rennecke  <amylaar@spamcop.net>
1947             Richard Guenther  <rguenther@suse.de>
1949         PR target/46737
1950         * config/bfin/bfin.c (BB_AUX_INDEX): Cast to intptr_t.
1951         (bfin_reorder_loops): Change type of index to intptr_t.
1953 2010-12-07  Richard Guenther  <rguenther@suse.de>
1955         PR tree-optimization/46726
1956         * tree-inline.c (estimate_num_insns): Special case pow (x, 2.0).
1958 2010-12-07  Richard Guenther  <rguenther@suse.de>
1960         * tree-ssa-math-opts.c (execute_optimize_widening_mul): Unlink
1961         virtual operands.
1963 2010-12-07  Nicola Pero  <nicola.pero@meta-innovation.com>
1965         * c-parser.c (c_parser_typeof_specifier): Removed special
1966         treatment of objc_volatilized attribute for Objective-C.
1968 2010-12-06  Vladimir Makarov  <vmakarov@redhat.com>
1970         * ira.c (update_equiv_regs): Prohibit move insns if
1971         pressure-sensitive scheduling was done.
1973 2010-12-06  Nicola Pero  <nicola.pero@meta-innovation.com>
1975         * c-parser.c (c_parser_for_statement): Use c_fully_fold() instead
1976         of c_process_expr_stmt() for the iterating and collection
1977         expressions of an Objective-C fast enumeration loop.
1979 2010-12-06  Jakub Jelinek  <jakub@redhat.com>
1981         PR debug/45997
1982         * dwarf2out.c (modified_type_die): If both is_const_type and
1983         is_volatile_type is set, start with DW_TAG_const_type or
1984         DW_TAG_volatile_type depending on where we get qualified type
1985         in the recursive call.
1987         PR target/43897
1988         * config/ia64/ia64.c (rtx_needs_barrier): Handle asm CLOBBER
1989         as a store into that register.
1991         PR tree-optimization/46528
1992         PR debug/46338
1993         * profile.c (branch_prob): Make sure last is never set to a debug
1994         stmt.
1996         PR debug/46771
1997         * reginfo.c (init_subregs_of_mode): Don't call find_subregs_of_mode
1998         on DEBUG_INSNs.
2000         PR rtl-optimization/46777
2001         * cfglayout.c (duplicate_insn_chain): Avoid duplicating
2002         also barrier after tablejump.
2004 2010-12-06  Joern Rennecke  <amylaar@spamcop.net>
2005             Richard Henderson  <rth@redhat.com>
2007         PR target/46740
2008         * config/vax/vax.c (vax_output_int_move): Fold #if into if.
2010 2010-12-06  Eric Botcazou  <ebotcazou@adacore.com>
2012         * config/sparc/sol2.h (PUSHSECTION_FORMAT): Redefine unconditionally.
2013         * config/sparc/sol2-gas.h (PUSHSECTION_FORMAT): Redefine.
2015 2010-12-06  Joern Rennecke  <amylaar@spamcop.net>
2017         PR target/46735
2018         * config/frv/predicates.md (gpr_or_int12_operand): Use IN_RANGE.
2019         (gpr_fpr_or_int12_operand, gpr_or_int10_operand): Likewise.
2020         (int12_operand, int_2word_operand, uint16_operand): Likewise.
2021         (fpr_or_int6_operand, int6_operand, int5_operand): Likewise.
2022         (uint5_operand, uint4_operand): Likewise.
2023         * config/frv/frv.h (IN_RANGE_P): Delete.
2024         (GPR_P, FPR_P, CC_P, ICC_P, FCC_P, CR_P, ICR_P, FCR_P): Use IN_RANGE.
2025         (ACC_P, ACCG_P, SPR_P, CONST_OK_FOR_I, CONST_OK_FOR_J): Likewise.
2026         (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
2027         (CONST_OK_FOR_P): Likewise.
2028         * config/frv/frv.md (*movqicc_internal2_int): Likewise.
2029         (*movqicc_internal2_float, *movhicc_internal2_int): Likewise.
2030         (*movhicc_internal2_float, *movsicc_internal2_int): Likewise.
2031         (*movsicc_internal2_float, casesi): Likewise.
2032         * config/frv/frv.c (frv_frame_offset_rtx): Likewise.
2033         (frv_asm_output_mi_thunk, frv_legitimate_address_p_1): Likewise.
2034         (frv_emit_movsi, output_move_single, frv_emit_cond_move): Likewise.
2035         (frv_split_cond_move, frv_rtx_costs): Likewise.
2037         PR target/46739
2038         * config/mmix/mmix.c (mmix_intval): Split shift count.
2040 2010-12-06  H.J. Lu  <hongjiu.lu@intel.com>
2042         * config/i386/i386.c (m_COREI7): New.
2043         (initial_ix86_tune_features): Turn on
2044         X86_TUNE_SSE_UNALIGNED_LOAD_OPTIMAL and
2045         X86_TUNE_SSE_UNALIGNED_STORE_OPTIMAL for Core i7.
2047 2010-12-06  H.J. Lu  <hongjiu.lu@intel.com>
2049         * config.gcc: Allow corei7-avx for --with-arch/--with-cpu.
2051         * config/i386/driver-i386.c (host_detect_local_cpu): Support
2052         Sandy Bridge.
2054         * config/i386/i386.c (override_options): Handle "corei7-avx".
2056         * doc/invoke.texi: Document corei7-avx.
2058 2010-12-06  Richard Guenther  <rguenther@suse.de>
2060         PR tree-optimization/46806
2061         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Do not
2062         coalesce different types.
2064 2010-12-06  Richard Guenther  <rguenther@suse.de>
2066         PR tree-optimization/46785
2067         * tree-vect-loop.c (vect_is_simple_reduction_1): Also allow
2068         call statements as operand definition.
2070 2010-12-06  Mingjie Xing  <mingjie.xing@gmail.com>
2072         * doc/tm.texi.in: Fix typo.
2073         * doc/tm.texi: Regenerate.
2075 2010-12-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2077         * config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Fix typo in
2078         last change.
2080 2010-12-06  Nicola Pero  <nicola.pero@meta-innovation.com>
2082         * c-family/c-common.h: Removed the declarations of all the objc_
2083         callbacks, and moved them into c-objc.h.  Removed
2084         objc_ivar_visibility_kind and moved it into c-objc.h.
2085         * c-family/c-objc.h: New file.
2086         * c-family/c-common.c: Include c-objc.h.
2087         * c-family/c-format.c: Same change.
2088         * c-family/stub-objc.c: Same change.
2089         * c-decl.c: Include c-family/c-objc.h.
2090         * c-parser.c: Same change.
2091         * c-typeck.c: Same change.
2092         * c-config-lang.in (gtfiles): Added c-family/c-objc.h.
2093         * Makefile.in (c-decl.o): Depend on c-family/c-objc.h.
2094         (c-parser.o): same change.
2095         (c-typeck.o): Same change.
2096         (c-family/c-format.o): Same change.
2097         (c-family/stub-objc.o): Same change.
2098         (c-family/c-common.o): Same change.
2099         (PLUGIN_HEADERS): Added c-family/c-objc.h.
2101 2010-12-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2103         * config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]:  Ignore
2104         --with-dwarf2 option.
2106 2010-12-03  Jan Hubicka  <jh@suse.cz>
2108         * lto-streamer-in.c (input_cfg): Fix pasto.
2110 2010-12-03  Jan Hubicka  <jh@suse.cz>
2112         * ipa.c (cgraph_externally_visible_p): Do not localize builtins
2113         and functions with user asm defined names.
2114         (varpool_externally_visible_p): Do not localize vars with user
2115         asm defined names.
2117 2010-12-03  Jan Hubicka  <jh@suse.cz>
2119         * dwarf2asm.c (dw2_output_indirect_constant_1): Set DECL_ASSEMBLER_NAME
2120         to prevent mangling with lto frontend.
2122 2010-12-03  Jan Hubicka  <jh@suse.cz>
2124         * Makefile.in (LTO_STREAMER_H): Add GCOV_IO_H.
2125         * lto-cgraph.c (merge_profile_summaries): Fix thinko.
2127 2010-12-03  Jan Hubicka  <jh@suse.cz>
2129         PR tree-optimization/46760
2130         * cgraph.c (cgraph_create_node): Initialize count_materialization_scale.
2131         * cgraph.h (struct cgraph_node): Add count_materialization_scale.
2132         * lto-cgraph.c (lto_output_edge): Fix assert.
2133         (lto_output_node): Output count_materialization_scale.
2134         (output_profile_summary): Output only runs and sum_max.
2135         (input_node): Input count_materialization_scale.
2136         (input_profile_summary): Read data into file specific gcov summary.
2137         (merge_profile_summaries): New function.
2138         (input_cgraph): Update call of input_profile_summary;
2139         call merge_profile_summaries.
2140         * lto-streamer-in.c (input_cfg): Add count_materialization_scale arg;
2141         rescale counts at read in.
2142         (intput_bb): Likewise.
2143         (input_function): Update call of input_bb.
2144         (lto_read_body): Update call of input_cfg.
2145         * lto-streamer.h: Inlclude gcov-io.h
2146         (lto_file_decl_data): Add gcov_ctr_summary.
2148 2010-12-03  Dave Korn  <dave.korn.cygwin@gmail.com>
2150         * doc/tm.texi.in (Cond. Exec. Macros): Rename node from this ...
2151         (Cond Exec Macros): ... to this.
2152         * doc/tm.texi: Regenerate.
2154 2010-12-03  Jason Merrill  <jason@redhat.com>
2156         PR debug/46123
2157         * dwarf2out.c (gen_tagged_type_die): Don't put local types in
2158         a declaration DIE.
2160 2010-12-03  Nathan Froyd  <froydnj@codesourcery.com>
2162         * config/arm/arm.c (arm_legitimate_index_p): Split
2163         VALID_NEON_QREG_MODE and VALID_NEON_DREG_MODE cases.  Permit
2164         slightly larger constants in the latter case.
2165         (thumb2_legitimate_index_p): Likewise.
2167 2010-12-03  Joseph Myers  <joseph@codesourcery.com>
2169         * common.opt (N, Q, Qn, Qy, Z, n, r, s, t): New options.
2170         * gcc.c (cc1_options): Add %{Qy:}.
2172 2010-12-03  Joseph Myers  <joseph@codesourcery.com>
2174         * gcc.c (LINK_COMMAND_SPEC): Don't handle -A, -d or -m.
2175         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
2176         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
2178 2010-12-03  Alexander Monakov  <amonakov@ispras.ru>
2180         PR rtl-optimization/45354
2181         * sel-sched-ir.c (jump_leads_only_to_bb_p): Rename to ...
2182         (bb_has_removable_jump_to_p): This.  Update all callers. Make static.
2183         Allow BBs ending with a conditional jump.  Forbid EDGE_CROSSING jumps.
2184         * sel-sched-ir.h (jump_leads_only_to_bb_p): Delete prototype.
2186 2010-12-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2188         * basic-block.h (struct edge_prediction): Remove forward declaration.
2189         * tree-flow.h (struct edge_prediction): Move from here...
2190         * predict.c (struct edge_prediction): ...to here.
2191         * cselib.h (struct elt_list): Move from here...
2192         * cselib.c (struct elt_list): ...to here.
2194 2010-12-02  Ian Lance Taylor  <iant@google.com>
2196         * gcc.c (default_compilers): Add entry for ".go".
2197         * common.opt: Add -static-libgo as a driver option.
2198         * doc/install.texi (Configuration): Mention libgo as an option for
2199         --enable-shared.  Mention go as an option for --enable-languages.
2200         * doc/invoke.texi (Overall Options): Mention .go as a file name
2201         suffix.  Mention go as a -x option.
2202         * doc/frontends.texi (G++ and GCC): Mention Go as a supported language.
2203         * doc/sourcebuild.texi (Top Level): Mention libgo.
2204         * doc/standards.texi (Standards): Add section on Go language.
2205         Move references for other languages into their own section.
2206         * doc/contrib.texi (Contributors): Mention that I contributed the
2207         Go frontend.
2209 2010-12-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2211         * tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.
2212         (const_call_expr_arg_iterator_d): Likewise.
2213         (expanded_location): Likewise.
2214         * c-tree.h (struct c_arg_tag_d): Likewise.
2215         * dwarf2out.c (struct cfa_loc): Likewise.
2216         (struct skeleton_chain_struct): Likewise.
2217         * except.c (struct ttypes_filter): Likewise.
2218         * cselib.h (struct cselib_val_struct): Likewise.
2219         (elt_loc_list): Likewise.
2220         (elt_list): Likewise.
2221         * varasm.c (struct addr_const): Likewise.
2222         * tree-flow.h (struct edge_prediction): Likewise.
2223         (struct int_tree_map): Likewise.
2224         (struct _edge_var_map): Likewise.
2226 2010-12-02  H.J. Lu  <hongjiu.lu@intel.com>
2228         PR target/46768
2229         * config/i386/i386.c (initial_ix86_tune_features): Turn on
2230         X86_TUNE_INTER_UNIT_MOVES for Core 2 and Core i7.
2232 2010-12-02  H.J. Lu  <hongjiu.lu@intel.com>
2234         * config.gcc: Allow corei7 for --with-arch=/--with-cpu=.
2236 2010-12-02  Ian Lance Taylor  <iant@google.com>
2238         * configure.ac: AC_DEFINE ENABLE_BUILD_WITH_CXX.  Check for C++
2239         header files unordered_map, tr1/unordered_map, and ext/hash_map.
2240         * configure, config.in: Rebuild.
2242 2010-11-02  Eric Botcazou  <ebotcazou@adacore.com>
2244         PR target/46685
2245         * config/sparc/sparc.c (can_use_mov_pic_label_ref): New predicate.
2246         (sparc_expand_move): Call it to decide whether to emit the special
2247         mov{si,di}_pic_label_ref patterns.
2248         (sparc_legitimize_pic_address): Call it to decide whether to emit
2249         the regular PIC sequence for labels.  Fix long line.
2250         (sparc_file_end): Set is_thunk for the PIC helper.
2252 2010-12-02  Eric Botcazou  <ebotcazou@adacore.com>
2254         * tree.c (build_range_type_1): Do not SET_TYPE_STRUCTURAL_EQUALITY
2255         for a non-shared type.
2257 2010-12-02  Sebastian Pop  <sebastian.pop@amd.com>
2259         PR middle-end/45297
2260         * tree-scalar-evolution.c (interpret_rhs_expr): Handle ADDR_EXPR
2261         with MEM_REFs as POINTER_PLUS_EXPR.
2263 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
2265         * config/i386/linux.h, config/m32r/linux.h, config/m68k/linux.h,
2266         config/sparc/linux.h, config/sparc/linux64.h: Remove comments
2267         mentioning /lib/elf.
2269 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
2271         * config/bfin/bfin.h (LINK_SPEC): Remove %{b}.
2272         * config/frv/frv.h (LINK_SPEC): Remove %{b}.
2273         * config/i386/netware.h (LINK_SPEC): Remove %{b}.
2274         * config/i386/nto.h (LINK_SPEC): Remove %{b}.
2275         * config/lm32/uclinux-elf.h (LINK_SPEC): Remove %{b}.
2276         * config/sol2.h (LINK_SPEC): Remove %{b}.
2277         * config/svr4.h (LINK_SPEC): Remove %{b}.
2279 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
2281         * config/i386/freebsd.h (LINK_SPEC): Cut long comment.
2282         * config/i386/linux.h (LINK_SPEC): Cut long comment.
2283         * config/i386/netware.h (LINK_SPEC): Remove %{V}.
2284         * config/m32r/linux.h (LINK_SPEC): Cut long comment.
2285         * config/m68k/linux.h (LINK_SPEC): Cut long comment.
2286         * config/sparc/linux.h (LINK_SPEC): Cut long comment.
2287         (ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}.
2288         * config/sparc/linux64.h (LINK_SPEC): Cut long comment.
2289         (ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}.
2290         * config/sparc/netbsd-elf.h (ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}.
2292 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
2294         * gcc.c (trad_capable_cpp, default_compilers): Don't handle
2295         -ftraditional.
2297 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
2299         * config/alpha/freebsd.h (LINK_SPEC): Don't handle -Wl,.
2300         * config/bfin/bfin.h (ASM_SPEC): Don't handle -Wa,.
2301         * config/frv/frv.h (ASM_SPEC): Don't handle -Wa,.
2302         * config/lm32/uclinux-elf.h (LINK_SPEC): Don't handle -Wl,.
2303         * config/microblaze/microblaze.h (LINK_SPEC): Don't handle -Wl,.
2304         * config/mn10300/linux.h (ASM_SPEC): Don't handle -Wa,.
2305         * config/pa/pa-linux.h (ASM_SPEC): Don't handle -Wa,.
2306         * config/rs6000/freebsd.h (SVR4_ASM_SPEC): Don't handle -Wa,.
2307         * config/rs6000/linux64.h (ASM_SPEC_COMMON): Don't handle -Wa,.
2308         * config/rs6000/sysv4.h (LINK_SPEC): Don't handle -Wl,.
2309         * config/rs6000/vxworks.h (ASM_SPEC): Don't handle -Wa,.
2310         * config/sol2.h (ASM_SPEC): Don't handle -Wa,.
2311         * config/sparc/linux.h (ASM_SPEC): Don't handle -Wa,.
2312         * config/sparc/linux64.h (ASM_SPEC): Don't handle -Wa,.
2313         * config/sparc/sp-elf.h (ASM_SPEC): Don't handle -Wa,.
2314         * config/sparc/sysv4.h (ASM_SPEC): Don't handle -Wa,.
2315         * config/svr4.h (SVR4_ASM_SPEC): Don't handle -Wa,.
2316         * config/vxworks.h (VXWORKS_LINK_SPEC): Don't handle -Wl,.
2318 2010-12-02  Paul Koning  <ni1d@arrl.net>
2320         * config/pdp11/pdp11.c (output_jump): Map unsigned to signed
2321         opcodes if CC_NO_OVERFLOW is set.
2322         (notice_update_cc_on_set): Correct setting of CC0 as a side
2323         effect; set CC_NO_OVERFLOW for cases where C flag is not meaningful.
2325 2010-12-02  Ian Lance Taylor  <iant@google.com>
2327         * doc/install.texi (Configuration): Update default for
2328         --with-boot-ldflags.
2330 2010-12-02  Nathan Froyd  <froydnj@codesourcery.com>
2332         PR c/45062
2333         * c-decl.c (grokparms): Set arg_info->parms to NULL_TREE when
2334         !funcdef_flag.
2336 2010-12-02  Sebastian Pop  <sebastian.pop@amd.com>
2338         PR tree-optimization/45199
2339         * tree-data-ref.c (mem_write_stride_of_same_size_as_unit_type_p): New.
2340         (stores_zero_from_loop): Call
2341         mem_write_stride_of_same_size_as_unit_type_p.
2342         * tree-data-ref.h (stride_of_unit_type_p): New.
2343         * tree-loop-distribution.c (generate_memset_zero): Simplified.
2344         Call stride_of_unit_type_p.
2345         (build_rdg_partition_for_component): Do not call
2346         rdg_flag_similar_memory_accesses when
2347         flag_tree_loop_distribute_patterns is set.
2349 2010-12-02  Richard Guenther  <rguenther@suse.de>
2351         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Disregard
2352         sign-changing conversions for induction detection.
2354 2010-12-02  Richard Guenther  <rguenther@suse.de>
2356         PR tree-optimization/46723
2357         * tree-vect-loop.c (get_initial_def_for_induction): Strip
2358         conversions from the induction evolution and apply it to
2359         the result instead.
2360         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Handle
2361         assigns for induction defs.
2363 2010-12-02  Richard Guenther  <rguenther@suse.de>
2365         * value-prof.c (gimple_ic): Use stmt_ends_bb_p to detect
2366         the case we need to split the edge and not the block.
2368 2010-12-02  Bernd Schmidt  <bernds@codesourcery.com>
2370         DFA model for Core 2 and Core i7 scheduling.
2372         * config/i386/core2.md: New DFA model for Core 2 and Core i7.
2373         * config/i386/i386.c (ix86_option_override_internal): Update entries
2374         for Core 2 and Core i7.
2375         (ix86_issue_rate): Set issue rate to 3 [be realistic].
2376         * config/i386/i386.md: Include "core2.md".
2377         (define_attr cpu): Add "corei7".
2379 2010-12-02  Maxim Kuvyrkov  <maxim@codesourcery.com>
2381         Define tuning for Core 2 and Core i7.
2383         * config/i386/i386-c.c (ix86_target_macros_internal): Update.
2384         * config/i386/i386.c (core2_cost): Delete, use generic costs instead.
2385         (m_CORE2): Replace with m_CORE2_{32,64}.
2386         (m_CORE2I7{,_32,_64}): New macros.
2387         (m_GENERIC32, m_GENERIC64): Update.
2388         (initial_ix86_tune_features, x86_accumulate_outgoing_args,)
2389         (x86_arch_always_fancy_math_387): Set m_CORE2I7_32 iff m_GENERIC32 and
2390         set m_CORE2I7_64 iff m_GENERIC64.
2391         (processor_target_table): Use generic costs for Core 2 and Core i7.
2392         (ix86_option_override_internal): Update entries for Core 2 and Core i7.
2393         (ix86_issue_rate): Remove entry for Core 2.
2394         (ia32_multipass_dfa_lookahead, ix86_sched_init_global): Update.
2395         * config/i386/i386.h (TARGET_CORE2_32, TARGET_CORE2_64): New macros.
2396         (TARGET_CORE2): Update.
2397         (PROCESSOR_CORE2_32, PROCESSOR_CORE2_64): New constants.
2398         (PROCESSOR_CORE2): Remove.
2400 2010-12-02  Richard Guenther  <rguenther@suse.de>
2402         * lto-streamer.h (LTO_major_version): Bump to 2.
2404 2010-12-02  Richard Guenther  <rguenther@suse.de>
2406         PR lto/44871
2407         * gimple.c (canonical_type_hash_cache): New hashtable.
2408         (gimple_type_hash): Make a wrapper around ...
2409         (gimple_type_hash_1): ... this.  Take gtc_mode argument.
2410         (gimple_canonical_type_hash): Likewise.
2411         (gtc_visit): Take a gtc_mode argument.
2412         (gimple_types_compatible_p_1): Likewise. Do not compare struct
2413         tag names or field names when computing canonical types.
2414         (gimple_types_compatible_p): Adjust.
2415         (visit): Take a gtc_mode argument.
2416         (iterative_hash_gimple_type): Likewise.  Do not hash struct tag
2417         names or field names when computing hashes of canonical types.
2418         (gimple_register_canonical_type): Use gimple_canonical_type_hash
2419         for the hash.
2420         (print_gimple_types_stats): Dump stats of canonical_type_hash_cache.
2421         (free_gimple_type_tables): Free canonical_type_hash_cache.
2423 2010-12-02  Richard Guenther  <rguenther@suse.de>
2424             Ira Rosen  <irar@il.ibm.com>
2426         PR tree-optimization/46663
2427         * tree-vect-patterns.c (vect_recog_pow_pattern): Check that
2428         FUNCTION_DECL exists and that it's a builtin.
2430 2010-12-02  Jie Zhang  <jie@codesourcery.com>
2432         PR middle-end/46674
2433         * varasm.c (compute_visible_aliases): Handle user set assembler name.
2435 2010-12-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
2437         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
2438         thinko regarding setting -mno-<xxx> debug switches.
2439         (rs6000_rtx_costs): Add FMA.  Delete old rtl based FMA costs.
2441 2010-12-01  Joseph Myers  <joseph@codesourcery.com>
2443         * intl.c: Don't include tm.h.
2444         * Makefile.in (intl.o): Don't depend on $(TM_H).
2446 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2448         * graphite-sese-to-poly.c (analyze_drs_in_stmts): Fix set but
2449         unused warning.
2450         (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
2452 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2454         * graphite-sese-to-poly.c (analyze_drs): Removed.
2455         (build_scop_drs): Do not call analyze_drs.
2456         (analyze_drs_in_stmts): New.
2457         (insert_stmts): New.
2458         (insert_out_of_ssa_copy): Call analyze_drs_in_stmts.
2459         (insert_out_of_ssa_copy_on_edge): Same.
2460         (rewrite_close_phi_out_of_ssa): Call insert_stmts.
2461         (rewrite_phi_out_of_ssa): Same.
2462         (rewrite_cross_bb_scalar_dependence): Same.
2463         (split_reduction_stmt): Move data references in the new basic blocks.
2464         (translate_scalar_reduction_to_array_for_stmt): Call insert_stmts.
2466 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2468         * sese.c (rename_uses): Do not handle ADDR_EXPR in LHS of assignments.
2470 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2472         PR middle-end/45297
2473         * graphite-poly.c (new_poly_bb): Returns a poly_bb_p.  Do not take
2474         the reduction bool in parameter.  Clear PBB_IS_REDUCTION.  Set GBB_PBB.
2475         * graphite-poly.h (new_poly_bb): Update declaration.
2476         (gbb_from_bb): Moved here...
2477         (pbb_from_bb): New.
2478         * graphite-sese-to-poly.c (var_used_in_not_loop_header_phi_node):
2479         Removed.
2480         (graphite_stmt_p): Removed.
2481         (try_generate_gimple_bb): Returns a gimple_bb_p.  Do not pass in
2482         sbitmap reductions.  Always build a gimple_bb_p.  Do not call
2483         new_poly_bb.
2484         (build_scop_bbs_1): Do not pass in sbitmap reductions.
2485         (build_scop_bbs): Same.
2486         (gbb_from_bb): ... from here.
2487         (add_conditions_to_constraints): Moved up.
2488         (analyze_drs): New.
2489         (build_scop_drs): Call analyze_drs.  Remove all the PBBs that do
2490         not contain data references.
2491         (new_pbb_from_pbb): New.
2492         (insert_out_of_ssa_copy_on_edge): Call new_pbb_from_pbb after a
2493         block is split.
2494         (rewrite_close_phi_out_of_ssa): Update call to
2495         insert_out_of_ssa_copy_on_edge.
2496         (rewrite_reductions_out_of_ssa): Now static.
2497         (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
2498         (split_pbb): New.
2499         (split_reduction_stmt): Call split_pbb.
2500         (translate_scalar_reduction_to_array): Pass in the scop, do not
2501         pass in the sbitmap reductions.
2502         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
2503         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
2504         (rewrite_commutative_reductions_out_of_ssa): Same.
2505         (build_poly_scop): Call build_scop_bbs,
2506         rewrite_commutative_reductions_out_of_ssa,
2507         rewrite_reductions_out_of_ssa, and
2508         rewrite_cross_bb_scalar_deps_out_of_ssa.  Move build_scop_drs
2509         before scop_to_lst.
2510         * graphite-sese-to-poly.h (rewrite_commutative_reductions_out_of_ssa):
2511         Removed declaration.
2512         (rewrite_reductions_out_of_ssa): Same.
2513         (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
2514         (build_scop_bbs): Same.
2515         * graphite.c (graphite_transform_loops): Do not initialize reductions.
2516         Do not call build_scop_bbs,
2517         rewrite_commutative_reductions_out_of_ssa,
2518         rewrite_reductions_out_of_ssa, and
2519         rewrite_cross_bb_scalar_deps_out_of_ssa.
2520         * sese.h (struct gimple_bb): Add field pbb.
2521         (GBB_PBB): New.
2523 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2525         * graphite-sese-to-poly.c (handle_scalar_deps_crossing_scop_limits):
2526         New.
2527         (rewrite_cross_bb_scalar_deps): Pass in the scop.  Call
2528         handle_scalar_deps_crossing_scop_limits.
2529         (rewrite_cross_bb_scalar_deps_out_of_ssa): Create an empty BB
2530         after the scop.  Update call to rewrite_cross_bb_scalar_deps.
2532 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2534         * sese.c (rename_uses): Call recompute_tree_invariant_for_addr_expr
2535         when replacing a constant in an ADDR_EXPR.
2537 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2539         * graphite-blocking.c (lst_do_strip_mine_loop): Extra parameter
2540         for the stride.
2541         (lst_do_strip_mine): Same.
2542         (scop_do_strip_mine): Same.
2543         * graphite-poly.c (apply_poly_transforms): Update call to
2544         scop_do_strip_mine.
2545         * graphite-poly.h (scop_do_strip_mine): Update declaration.
2547 2010-12-01  Jan Hubicka  <jh@suse.cz>
2549         * tree.c (build_common_builtin_nodes): Do not initialize
2550         BUILT_IN_PROFILE_FUNC_ENTER and BUILT_IN_PROFILE_FUNC_EXIT.
2551         * builtins.c (expand_builtin_profile_func): Remove.
2552         (expand_builtin): Do not handle BUILT_IN_PROFILE_FUNC_ENTER and
2553         BUILT_IN_PROFILE_FUNC_EXIT.
2554         * builtins.def (profile_func_enter, profile_func_exit): Remove stubs.
2555         (__cyg_profile_func_enter, __cyg_profile_func_exit): New.
2556         * gimplify.c (gimplify_function_tree): Reorganize code calling
2557         profiling functions.
2559 2010-12-01  Joseph Myers  <joseph@codesourcery.com>
2561         * opts.c: Expand comment on tm.h include.
2563 2010-12-01  Yao Qi  <yao@codesourcery.com>
2565         * config/arm/predicates.md ("vfp_register_operand"): Return true for
2566         VFP_D0_D7_REGS classes.
2568 2010-12-01  Joseph Myers  <joseph@codesourcery.com>
2570         * common.opt (flag_stack_check): New Variable entry.
2571         (fcompare-debug-second): Use Var.
2572         * flags.h (flag_compare_debug, flag_stack_check): Remove.
2573         * opts.c (flag_compare_debug): Remove.
2574         (common_handle_option): Don't handle OPT_fcompare_debug_second.
2575         Set opts->x_flag_stack_check for OPT_fstack_check_.
2576         * toplev.c (flag_stack_check): Remove.
2578 2010-12-01  Joseph Myers  <joseph@codesourcery.com>
2580         * common.opt (main_input_filename, main_input_basename,
2581         main_input_baselength): New Variable entries.  From toplev.c.
2582         * final.c (output_quoted_string): Move from toplev.c.
2583         * output.h (output_quoted_string): Move from toplev.h.
2584         * opts-global.c (read_cmdline_options): Use gcc_options pointer to
2585         access main_input_filename, main_input_baselength and
2586         main_input_basename.
2587         * targhooks.c: Include intl.h and opts.h.
2588         (option_affects_pch_p, default_get_pch_validity): Move from toplev.c.
2589         * targhooks.h (option_affects_pch_p, default_get_pch_validity):
2590         Move from toplev.h.
2591         * toplev.c (main_input_filename, main_input_basename,
2592         main_input_baselength): Move to common.opt.
2593         (output_quoted_string): Move to final.c.
2594         (warn_deprecated_use): Move to tree.c.
2595         (option_affects_pch_p, default_get_pch_validity,
2596         pch_option_mismatch, default_pch_valid_p): Move to targhooks.c.
2597         * toplev.h (skip_leading_substring): Move to tree-dump.c.
2598         (warn_deprecated_use): Move to tree.h.
2599         (output_quoted_string): Move to output.h.
2600         (main_input_filename, main_input_basename, main_input_baselength):
2601         Move to common.opt.
2602         (default_get_pch_validity, default_pch_valid_p): Move to targhooks.c.
2603         * tree-dump.c (skip_leading_substring): Move from toplev.h.
2604         * tree.c (warn_deprecated_use): Move from toplev.c.
2605         * tree.h (warn_deprecated_use): Move from toplev.h.
2606         * c-typeck.c, config/alpha/alpha.c, config/arc/arc.c,
2607         config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
2608         config/cris/cris.c, config/crx/crx.c, config/fr30/fr30.c,
2609         config/frv/frv.c, config/h8300/h8300.c, config/ia64/ia64.c,
2610         config/iq2000/iq2000.c, config/lm32/lm32.c, config/m32c/m32c.c,
2611         config/m32r/m32r.c, config/m68hc11/m68hc11.c, config/m68k/m68k.c,
2612         config/mcore/mcore.c, config/mep/mep.c,
2613         config/microblaze/microblaze.c, config/mips/mips.c,
2614         config/mmix/mmix.c, config/mn10300/mn10300.c,
2615         config/moxie/moxie.c, config/pa/pa.c, config/pdp11/pdp11.c,
2616         config/picochip/picochip.c, config/s390/s390.c,
2617         config/score/score.c, config/sh/sh.c, config/sparc/sparc.c,
2618         config/spu/spu.c, config/stormy16/stormy16.c, config/v850/v850.c,
2619         config/vax/vax.c, config/xtensa/xtensa.c, gimple-low.c,
2620         graphite-sese-to-poly.c, plugin.c, tree-cfg.c, tree-inline.c,
2621         varasm.c, xcoffout.c: Don't include toplev.h.
2622         * Makefile.in (c-typeck.o, tree-inline.o, tree-cfg.o,
2623         gimple-low.o, graphite-sese-to-poly.o, targhooks.o, plugin.o,
2624         varasm.o, xcoffout.o): Update dependencies.
2625         * config/arm/t-arm (arm.o): Update dependencies.
2626         * config/spu/t-spu-elf (spu.o): Update dependencies.
2628 2010-12-01  Richard Guenther  <rguenther@suse.de>
2630         PR tree-optimization/46730
2631         * value-prof.c (gimple_ic): Always generate a separate merge BB.
2633 2010-11-30  Ian Lance Taylor  <iant@google.com>
2635         * config/i386/linux.h (ASM_SPEC): Pass -v as -v, not -V.  Remove
2636         all of %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}.
2637         * config/i386/linux64.h (ASM_SPEC): Likewise.
2638         * config/i386/mingw-w64.h (ASM_SPEC): Likewise.
2639         * config/i386/sol2-10.h (ASM_SPEC) [USE_GAS]: Likewise.
2640         * config/i386/vxworks.h (ASM_SPEC): Likewise.
2641         * config/i386/x86-64.h (ASM_SPEC): Likewise.
2642         * config/i386/sol2.h (ASM_SPEC): Remove %{Wa,*:%*}.
2643         * config/i386/sol2-10.h (ASM_SPEC) [!USE_GAS]: Likewise.
2645 2010-11-30  Nicola Pero  <nicola.pero@meta-innovation.com>
2647         * c-decl.c (finish_function): Call objc_finish_function in
2648         Objective-C.
2649         * c-typeck.c (convert_for_assignment): Do not call
2650         objc_type_quals_match().
2652 2010-11-30  Richard Guenther  <rguenther@suse.de>
2654         PR tree-optimization/46722
2655         * tree-ssa-math-opts.c (convert_mult_to_fma): Get multiplication
2656         operands as arguments.
2657         (execute_optimize_widening_mul): Also handle power of two as
2658         multiplication.
2660 2010-11-30  Dave Korn  <dave.korn.cygwin@gmail.com>
2662         PR middle-end/46709
2663         * cgraphunit.c (process_function_and_variable_attributes): Fix
2664         cut'n'pasteo.
2666 2010-11-30  Joseph Myers  <joseph@codesourcery.com>
2668         * hwint.c:  New.  Extracted from toplev.c.
2669         * hwint.h (clz_hwi, ctz_hwi, ffs_hwi, exact_log2, floor_log2):
2670         Move from toplev.h.
2671         * toplev.c (clz_hwi, ctz_hwi, ffs_hwi, exact_log2, floor_log2):
2672         Move to hwint.c.
2673         * toplev.h (clz_hwi, ctz_hwi, ffs_hwi, exact_log2, floor_log2):
2674         Move to hwint.h.
2675         * builtins.c, combine.c, config/i386/winnt.c, double-int.c,
2676         explow.c, expmed.c, fold-const.c, ggc-page.c, ggc-zone.c, ifcvt.c,
2677         ipa-struct-reorg.c, ira-color.c, matrix-reorg.c, omp-low.c,
2678         real.c, recog.c, reload.c, rtlanal.c, simplify-rtx.c,
2679         stor-layout.c, tree-dfa.c, tree-ssa-alias.c,
2680         tree-ssa-loop-niter.c, tree-vect-data-refs.c,
2681         tree-vect-loop-manip.c, tree-vect-loop.c, tree-vect-stmts.c,
2682         tree-vrp.c: Don't include toplev.h.
2683         * genattrtab.c, genconditions.c, genemit.c, genextract.c,
2684         genoutput.c, genpeep.c, genpreds.c, genrecog.c: Don't include
2685         toplev.h in generated output.
2686         * Makefile.in (OBJS-common): Add hwint.o.
2687         Dependencies for above files changed to remove toplev.h.
2688         (hwint.o): New.
2689         (insn-attrtab.o, insn-emit.o, insn-extract.o, insn-output.o,
2690         insn-peep.o, insn-preds.o, insn-recog.o): Don't depend on toplev.h.
2691         * config/i386/t-cygming (winnt.o): Don't depend on toplev.h.
2692         * config/i386/t-interix (winnt.o): Don't depend on toplev.h.
2694 2010-11-30  Richard Guenther  <rguenther@suse.de>
2696         PR tree-optimization/46717
2697         * value-prof.c (gimple_ic): Preserve EH edges of the indirect
2698         call.  Manually create EH edges for the direct call and update
2699         target PHI nodes.
2701 2010-11-30  Joseph Myers  <joseph@codesourcery.com>
2703         * diagnostic-core.h: Include bversion.h.
2704         * toplev.h: Don't include input.h or bversion.h.
2705         (parse_optimize_options): Don't declare here.
2706         * alias.c, auto-inc-dec.c, c-aux-info.c, c-convert.c, c-parser.c,
2707         caller-save.c, cfg.c, cfganal.c, cfgbuild.c, cfgcleanup.c,
2708         combine-stack-adj.c, config/arm/pe.c, config/darwin-c.c,
2709         config/host-darwin.c, config/i386/host-cygwin.c,
2710         config/i386/host-mingw32.c, config/i386/msformat-c.c,
2711         config/i386/netware.c, config/i386/nwld.c,
2712         config/i386/winnt-cxx.c, config/i386/winnt-stubs.c,
2713         config/ia64/ia64-c.c, config/m32c/m32c-pragma.c,
2714         config/mep/mep-pragma.c, config/microblaze/microblaze-c.c,
2715         config/rs6000/host-darwin.c, config/rs6000/rs6000-c.c,
2716         config/score/score3.c, config/score/score7.c,
2717         config/sh/symbian-base.c, config/sh/symbian-c.c,
2718         config/sh/symbian-cxx.c, config/sol2-c.c, config/sol2.c,
2719         config/v850/v850-c.c, config/vxworks.c, convert.c, cppbuiltin.c,
2720         cselib.c, dbgcnt.c, ddg.c, dfp.c, dominance.c, emit-rtl.c,
2721         fixed-value.c, fwprop.c, ggc-common.c, gimple.c, gimplify.c,
2722         graphite-blocking.c, graphite-clast-to-gimple.c,
2723         graphite-dependences.c, graphite-flattening.c,
2724         graphite-interchange.c, graphite-poly.c,
2725         graphite-scop-detection.c, graphite.c, haifa-sched.c,
2726         implicit-zee.c, integrate.c, ipa-pure-const.c, ipa-reference.c,
2727         ira-build.c, ira-conflicts.c, ira-costs.c, ira-lives.c, jump.c,
2728         lists.c, loop-doloop.c, loop-iv.c, lto-cgraph.c, lto-compress.c,
2729         lto-opts.c, lto-section-in.c, lto-section-out.c,
2730         lto-streamer-out.c, lto-symtab.c, modulo-sched.c, optabs.c,
2731         params.c, postreload-gcse.c, postreload.c, predict.c, profile.c,
2732         regcprop.c, reginfo.c, regmove.c, reorg.c, resource.c,
2733         sched-deps.c, sched-ebb.c, sched-rgn.c, sdbout.c,
2734         sel-sched-dump.c, sel-sched-ir.c, sese.c, stmt.c, targhooks.c,
2735         tree-cfgcleanup.c, tree-mudflap.c, tree-nomudflap.c,
2736         tree-object-size.c, tree-outof-ssa.c, tree-phinodes.c,
2737         tree-profile.c, tree-sra.c, tree-ssa-ccp.c, tree-ssa-coalesce.c,
2738         tree-ssa-live.c, tree-ssa-loop-prefetch.c, tree-ssa-loop.c,
2739         tree-ssa-operands.c, tree-ssa-structalias.c, tree-ssa-uninit.c,
2740         tree-vect-patterns.c, value-prof.c, var-tracking.c, web.c: Don't
2741         include toplev.h.
2742         * Makefile.in (TOPLEV_H): Remove.  All uses changed to use
2743         toplev.h.  Dependencies for above files and c-family files changed
2744         to remove $(TOPLEV_H) or toplev.h.
2745         (C_TREE_H): Don't include $(TOPLEV_H).
2746         (DIAGNOSTIC_CORE_H): Use $(INPUT_H) instead of input.h.  Add
2747         bversion.h.
2748         * config/arm/t-pe, config/arm/t-wince-pe, config/i386/t-cygming,
2749         config/ia64/t-ia64, config/mep/t-mep, config/score/t-score-elf,
2750         config/t-darwin, config/t-sol2,
2751         config/t-vxworks, config/v850/t-v850, config/v850/t-v850e:
2752         Dependencies for above files changed to remove $(TOPLEV_H) or
2753         toplev.h.
2755 2010-11-30  Richard Guenther  <rguenther@suse.de>
2757         PR lto/44986
2758         * gcc.c (main): Use the first input with a compiler as infile
2759         for link spec processing.
2761 2010-11-30  Richard Guenther  <rguenther@suse.de>
2763         PR lto/45949
2764         * cgraphunit.c (ipa_passes): Stop after errors from small IPA passes.
2766 2010-11-30  Mingjie Xing  <mingjie.xing@gmail.com>
2768         * gcc-plugin.h: Include coretypes.h.
2769         * Makefile.in (FUNCTION_H): Add hard-reg-set.h.
2771 2010-11-30  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2773         * ggc-zone.c (ggc_pch_read): Fix conditional compilation.
2774         * ggc-none.c (ggc_internal_alloc_zone_stat)
2775         (ggc_internal_cleared_alloc_zone_stat): New.
2777 2010-11-29  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
2779         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Check
2780         TARGET_SINGLE_PIC_BASE for RS6000_PIC_OFFSET_TABLE_REGNUM.
2781         (rs6000_emit_prologue): Don't set PIC register if
2782         TARGET_SINGLE_PIC_BASE.
2783         * config/rs6000/rs6000.opt (msingle-pic-base): New option.
2784         * doc/invoke.texi (msingle-pic-base): Document.
2786 2010-11-29  H.J. Lu  <hongjiu.lu@intel.com>
2788         PR driver/46712
2789         * exec-tool.in (id): New.
2790         Check and export LT_RCU_$id instead of LT_RCU.
2792 2010-11-29  Zdenek Dvorak  <rakdver@kam.uniff.cz>
2794         PR tree-optimization/46675
2795         * tree-ssa-loop-niter.c (split_to_var_and_offset): Avoid overflow
2796         in offset calculation.
2798 2010-11-29  Jan Hubicka  <jh@suse.cz>
2800         * collect2.c (main): Do not imply verbose output with
2801         LTO and linker plugin.
2803 2010-11-29  Dodji Seketeli  <dodji@redhat.com>
2805         * dwarf2out.c (print_die): Print the address of the current DIE or
2806         of any DIE referenced by the current one.
2808 2010-11-29  Dodji Seketeli  <dodji@redhat.com>
2810         PR debug/46101
2811         * dwarf2out.c (lookup_type_die_strip_naming_typedef): New function.
2812         (scope_die_for, gen_type_die_for_member): Replace uses of
2813         lookup_type_die with use of lookup_type_die_strip_naming_typedef.
2815 2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
2817         * config/darwin.c (darwin_mergeable_string_section): Remove blank line.
2818         (darwin_asm_declare_object_name): Correct spelling.
2819         (darwin_output_aligned_bss): Likewise.
2821 2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
2822             Mike Stump  <mrs@gcc.gnu.org>
2824         PR target/26427
2825         PR target/33120
2826         PR testsuite/35710
2827         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Remove
2828         (ASM_OUTPUT_LOCAL): Likewise.
2829         * config/darwin-protos.h (darwin_asm_declare_object_name): New.
2830         (darwin_output_aligned_bss): Likewise.
2831         (darwin_asm_output_aligned_decl_local): Likewise.
2832         (darwin_asm_output_aligned_decl_common): Likewise.
2833         (darwin_use_anchors_for_symbol_p): Likewise.
2834         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Remove.
2835         (TARGET_ASM_OUTPUT_ANCHOR): Define.
2836         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Define.
2837         (DARWIN_SECTION_ANCHORS): Set to 1.
2838         * config/darwin.c (emit_aligned_common): New var.
2839         (darwin_init_sections): Check that the Darwin private zero-size section
2840         marker is in range.
2841         (darwin_text_section): Check for zero-sized objects.
2842         (darwin_mergeable_string_section): Likewise.
2843         (darwin_mergeable_constant_section): Likewise.
2844         (machopic_select_section): Adjust to check for zero-sized objects.
2845         Assert that OBJC meta data are non-zero sized.
2846         (darwin_asm_declare_object_name): New.
2847         (darwin_asm_declare_constant_name): Adjust for zero-sized
2848         object sections.
2849         (BYTES_ZFILL): Define.
2850         (darwin_emit_weak_or_comdat): New.
2851         (darwin_emit_local_bss): New.
2852         (darwin_emit_common): New.
2853         (darwin_output_aligned_bss): New.
2854         (darwin_asm_output_aligned_decl_common): New.
2855         (darwin_asm_output_aligned_decl_local): New.
2856         (darwin_file_end): Disable subsections_via_symbols when section
2857         anchoring is active.
2858         (darwin_asm_output_anchor): Re-enable.
2859         (darwin_use_anchors_for_symbol_p): New.
2860         (darwin_override_options): Check for versions that can emit
2861         aligned common.  Update usage of flags to current.
2862         * config/darwin-sections.def: Update comments and flags for
2863         non-anchor sections.  zobj_const_section, zobj_data_section,
2864         zobj_bss_section, zobj_const_data_section: New.
2865         * config/darwin.h (ASM_DECLARE_OBJECT_NAME): Redefine.
2866         (ASM_OUTPUT_ALIGN): Make whitespace output consistent.
2867         (L2_MAX_OFILE_ALIGNMENT): Define.
2868         (ASM_OUTPUT_ALIGNED_BSS): Define.
2869         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
2870         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
2871         (SECTION_NO_ANCHOR): Define.
2872         (TARGET_ASM_OUTPUT_ANCHOR) Define with a default of NULL.
2873         (DARWIN_SECTION_ANCHORS): Define with a default of 0.
2875 2010-11-29  Joseph Myers  <joseph@codesourcery.com>
2877         * system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.
2878         Include <signal.h>, <sys/mman.h>, <sys/resource.h> and <sys/times.h>.
2879         (O_BINARY, SIGCHLD, MAP_FAILED, MAP_ANONYMOUS, kill):
2880         Conditionally define.
2881         (GET_ENVIRONMENT): Poison.
2882         * configure.ac: Don't test for mincore.
2883         * configure: Regenerate.
2884         * config.in: Regenerate.
2885         * collect2-aix.c: Don't include <sys/mman.h>.
2886         * collect2.c: Don't include <signal.h>.
2887         (SIGCHLD): Don't define.
2888         (prefix_from_env): Use getenv instead of GET_ENVIRONMENT.
2889         * config/alpha/alpha.c: Include "splay-tree.h" instead of
2890         <splay-tree.h>.
2891         * config/arm/arm.c (arm_target_help): Use getenv instead of
2892         GET_ENVIRONMENT.
2893         * config/avr/driver-avr.c: Don't include <stdlib.h>.
2894         * config/frv/frv.c: Don't include <ctype.h>.
2895         * config/host-darwin.c: Don't include <sys/mman.h>.
2896         * config/host-hpux.c: Don't include <sys/mman.h> or <unistd.h>.
2897         (MAP_FAILED): Don't define.
2898         * config/host-linux.c: Don't include <sys/mman.h> or <limits.h>.
2899         * config/host-solaris.c: Don't include <sys/mman.h>.
2900         * config/i386/cygming.h: Don't include <stdio.h>.
2901         * config/i386/driver-i386.c: Don't include <stdlib.h>.
2902         * config/i386/host-cygwin.c: Don't include <sys/mman.h>.
2903         * config/iq2000/iq2000.c: Don't include <signal.h>.
2904         * config/m32c/m32c-pragma.c: Don't include <stdio.h>.
2905         * config/m68hc11/m68hc11.c: Don't include <stdio.h>.
2906         * config/mep/mep-pragma.c: Don't include <stdio.h>.
2907         * config/microblaze/microblaze.c: Don't include <signal.h>.
2908         * config/mips/mips.c: Don't include <signal.h>.
2909         * config/rs6000/host-darwin.c: Don't include <signal.h>.
2910         * cppdefault.c (cpp_relocated): Use getenv instead of GET_ENVIRONMENT.
2911         * defaults.h (GET_ENVIRONMENT): Don't define.
2912         * et-forest.h: Don't include <ansidecl.h> or <stddef.h>.
2913         * gcc.c: Don't include <signal.h>, <sys/mman.h> or <sys/types.h>.
2914         (SIGCHLD, MAP_FAILED, kill): Don't define.
2915         (process_command): Use getenv instead of GET_ENVIRONMENT.
2916         * genhooks.c: Don't include <string.h>.
2917         * ggc-common.c: Don't include <sys/resource.h>, <sys/mman.h> or
2918         <sys/types.h>.
2919         (MAP_FAILED): Don't define.
2920         * ggc-page.c Don't include <sys/mman.h>.
2921         (MAP_ANONYMOUS, MAP_FAILED): Don't define.
2922         * ggc-zone.c: Don't include <sys/mman.h>.
2923         (MAP_ANONYMOUS, MAP_FAILED): Don't define.
2924         * graph.c: Include "config.h" instead of <config.h>.
2925         * incpath.c (add_env_var_paths): Use getenv instead of GET_ENVIRONMENT.
2926         * lto-wrapper.c: Don't include <errno.h>, <signal.h> or "libiberty.h".
2927         (SIGCHLD, kill): Don't define.
2928         * mips-tfile.c: Don't include <signal.h>.
2929         * opts.c: Don't include <signal.h> or <sys/resource.h>.
2930         (print_specific_help): Use getenv instead of GET_ENVIRONMENT.
2931         * passes.c: Don't include <signal.h>, <sys/resource.h> or
2932         <sys/times.h>.
2933         * sparseset.h: Don't include <assert.h>.
2934         * timevar.c: Don't include <sys/times.h> or <sys/resource.h>.
2935         * tlink.c: Don't include "libiberty.h".
2936         * toplev.c: Don't include <signal.h> or <sys/times.h>.
2937         * tree-mudflap.c: Include "demangle.h" instead of <demangle.h>.
2938         * tree-switch-conversion.c: Don't include <signal.h>.
2939         * vmsdbgout.c: Don't include <errno.h> or <string.h>.
2941 2010-11-29  Nicola Pero  <nicola.pero@meta-innovation.com>
2943         * c-parser.c (c_parser_objc_try_catch_statement): Renamed to
2944         c_parser_objc_try_catch_finally_statement for consistency with the
2945         C++ parser.  Parse @catch(...) and pass NULL_TREE to
2946         objc_begin_catch_clause() in that case.  Improved error recovery.
2947         Reorganized code to be almost identical to
2948         cp_parser_objc_try_catch_finally_statement.
2950 2010-11-29  Joern Rennecke  <amylaar@spamcop.net>
2952         PR tree-optimization/46621
2953         * gimple.h: Don't include tm.h or hard-reg-set.h .
2954         * Makefile.in (GIMPLE_H): Remove $(TM_H).
2956         PR bootstrap/44756
2957         * cppbuiltin.c: Include target.h .
2958         (define_builtin_macros_for_type_sizes):
2959         Use targetm.float_words_big_endian.
2961 2010-11-27  Jan Hubicka  <jh@suse.cz>
2963         * dwarf2out.c (dwarf2out_begin_function): Set cold_text_section
2964         and output cold_text_section_label.
2965         (dwarf2out_init): Don't do that there.
2966         (dwarf2out_finish): Handle cold section end label only if cold
2967         section was used.
2969 2010-11-27  Eric Botcazou  <ebotcazou@adacore.com>
2971         * tree-nested.c (remap_vla_decls): Fully expand value expressions of
2972         VLA variables.
2974 2010-11-27  Richard Guenther  <rguenther@suse.de>
2976         * gimple.c (gimple_assign_copy_p): Use gimple_assign_single_p.
2977         (gimple_assign_ssa_name_copy_p): Likewise.
2978         (gimple_assign_unary_nop_p): Use is_gimple_assign.
2979         (is_gimple_cast): Remove.
2980         (gimple_assign_single_p): Move ...
2981         * gimple.h (gimple_assign_single_p): ... here.
2982         (is_gimple_cast): Remove.
2983         (gimple_assign_rhs_code): Simplify.
2984         * gimple-fold.c (gimple_fold_builtin): Use CONVERT_EXPR_P
2985         instead of is_gimple_cast.
2986         * ipa-type-escape.c (look_for_casts): Likewise.
2988 2010-11-26  Joseph Myers  <joseph@codesourcery.com>
2990         * doc/options.texi (Enum, EnumValue): Document new record types.
2991         (Enum): Document new option flag.
2992         * opt-functions.awk
2993         * optc-gen.awk: Handle enumerated option arguments.
2994         * opth-gen.awk: Handle enumerated option arguments.
2995         * opts-common.c (enum_arg_ok_for_language, enum_arg_to_value,
2996         enum_value_to_arg): New.
2997         (decode_cmdline_option): Handle enumerated arguments.
2998         (read_cmdline_option): Handle CL_ERR_ENUM_ARG.
2999         (set_option, option_enabled, get_option_state): Handle CLVC_ENUM.
3000         * opts.c (print_filtered_help, print_specific_help): Take
3001         lang_mask arguments.
3002         (print_filtered_help): Handle printing values of enumerated
3003         options.  Print possible arguments for enumerated options.
3004         (print_specific_help): Update call to print_filtered_help.
3005         (common_handle_option): Update calls to print_specific_help.  Use
3006         value rather than arg for OPT_fdiagnostics_show_location_.  Don't
3007         handle OPT_ffp_contract_, OPT_fexcess_precision_,
3008         OPT_fvisibility_, OPT_ftls_model_, OPT_fira_algorithm_ or
3009         OPT_fira_region_ here.
3010         * opts.h (enum cl_var_type): Add CLVC_ENUM.
3011         (struct cl_option): Add var_enum.
3012         (CL_ENUM_CANONICAL, CL_ENUM_DRIVER_ONLY, struct cl_enum_arg,
3013         struct cl_enum, cl_enums, cl_enums_count): New.
3014         (CL_ERR_ENUM_ARG): Define.
3015         (CL_ERR_NEGATIVE): Update value.
3016         (enum_value_to_arg): Declare.
3017         * common.opt (flag_ira_algorithm, flag_ira_region,
3018         flag_fp_contract_mode, flag_excess_precision_cmdline,
3019         default_visibility, flag_tls_default): Remove Variable entries.
3020         (help_enum_printed): New Variable.
3021         (fdiagnostics-show-location=): Use Enum.  Add associated
3022         SourceInclude, Enum and EnumValue entries.
3023         (fexcess-precision=, ffp-contract=, fira-algorithm=, fira-region=,
3024         ftls-model=, fvisibility=): Use Enum, Var and Init.  Add
3025         associated Enum and EnumValue entries.
3027 2010-11-26  Joern Rennecke  <amylaar@spamcop.net>
3029         PR target/46623
3030         * config/microblaze/microblaze.c (microblaze_block_move_straight):
3031         Use XALLOCAVEC.
3032         (microblaze_option_override): Don't use C++ style comments.
3033         (save_restore_insns): Remove unused variable base_offset.
3034         (microblaze_expand_prologue): Remove unused variable insn.
3035         (microblaze_secondary_reload): Adjust type to match target.h .
3036         (microblaze_elf_in_small_data_p): Move declarations to start of block.
3037         (microblaze_expand_move): Likewise.
3038         * config/microblaze/microblaze.h (LARGE_INT):
3039         Avoid signed / unsigned comparisons.
3040         (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
3041         (ASM_FORMAT_PRIVATE_NAME): Make format specifier match printed data.
3042         (ASM_FINISH_DECLARE_OBJECT): Likewise.  Constify name.
3044 2010-11-26  Michael Matz  <matz@suse.de>
3046         * tree-ssa-copy.c (fini_copy_prop): Don't DCE when we have loops.
3048         * passes.c (init_optimization_passes): Remove superfluous
3049         copy-prop pass.
3051 2010-11-26  Richard Guenther  <rguenther@suse.de>
3053         PR lto/46648
3054         * gimple.c (gtc_visit): Do not return true for members of an
3055         SCC still being processed but the current lattice value of
3056         the member.  Treat SCC members comparison state as lattice,
3057         starting at equal, eventually dropping to unequal.
3058         (gimple_types_compatible_p_1): Likewise.
3060 2010-11-26  Richard Guenther  <rguenther@suse.de>
3062         PR middle-end/46559
3063         * dwarf2out.c (dwarf2out_finish): Use comp_unit_die as root
3064         for location list processing.
3066 2010-11-26  Richard Guenther  <rguenther@suse.de>
3068         PR lto/46560
3069         * cgraph.c (cgraph_clone_edge): Clone call_stmt dependent
3070         flags manually.
3072 2010-11-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3074         * config/s390/s390.c (print_operand_address): Replace assert with
3075         error message.
3076         (print_operand): Replace assertions, gcc_unreachable and
3077         fatal_insn with error messages.
3079 2010-11-26  Richard Guenther  <rguenther@suse.de>
3081         PR tree-optimization/46665
3082         * tree-ssa-structalias.c (pt_solution_set_var): Use DECL_PT_UID.
3084 2010-11-26  Ian Bolton  <ian.bolton@arm.com>
3086         * config/arm/arm.c (arm_option_override): enable loop array
3087         prefetching at -O3 for suitable targets, and configure params.
3088         * config/arm/arm-protos.h (struct tune_params): Add fields for
3089         configuring loop array prefetching.
3091 2010-11-26  Christian Borntraeger  <borntraeger@de.ibm.com>
3093         * config/s390/2817.md (z196_crack): Add z196_g3 as possible slot.
3095 2010-11-26  Richard Guenther  <rguenther@suse.de>
3097         PR tree-optimization/46664
3098         * tree-affine.c (aff_combination_to_tree): Add rest last.
3100 2010-11-26  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
3102         PR target/33637
3103         * configure.ac: Accept extra arguments for AS_FOR_TARGET,
3104         LD_FOR_TARGET, NM_FOR_TARGET, OBJDUMP_FOR_TARGET.
3105         * configure: Regenerated.
3106         * exec-tool.in: Not quoting command, may have extra arguments.
3108 2010-11-26  Richard Guenther  <rguenther@suse.de>
3110         PR tree-optimization/46528
3111         PR debug/46338
3112         * profile.c (branch_prob): Do not split blocks based on locations
3113         from debug statements.
3115 2010-11-26  Jakub Jelinek  <jakub@redhat.com>
3117         PR middle-end/46647
3118         * builtins.c (fold_builtin_memset): Check c is INTEGER_CST instead
3119         of host_integerp check.  Use TREE_INT_CST_LOW instead of tree_low_cst.
3121         PR bootstrap/45700
3122         * tree.h (build1_stat_loc, build2_stat_loc, build3_stat_loc,
3123         build4_stat_loc, build5_stat_loc, build6_stat_loc): New inlines.
3124         (build1_loc, build2_loc, build3_loc, build4_loc, build5_loc,
3125         build6_loc): Define.
3126         * fold-const.c (protected_set_expr_location_unshare): New inline.
3127         (fold_convert_loc, pedantic_non_lvalue_loc): Use it.
3128         (negate_expr, associate_trees, non_lvalue_loc, omit_one_operand_loc,
3129         pedantic_omit_one_operand_loc, omit_two_operands_loc,
3130         fold_truth_not_expr, invert_truthvalue_loc, make_bit_field_ref,
3131         optimize_bit_field_compare, make_range, fold_range_test, fold_truthop,
3132         build_fold_addr_expr_with_type_loc, fold_unary_loc, fold_binary_loc,
3133         fold_indirect_ref_1, build_fold_indirect_ref_loc): Use builN_loc
3134         instead of buildN followed by SET_EXPR_LOCATION or
3135         protected_set_expr_location.
3136         (fold_build1_stat_loc, fold_build2_stat_loc, fold_build3_stat_loc):
3137         Use buildN_stat_loc instead of buildN_stat followed by
3138         SET_EXPR_LOCATION.
3140 2010-11-26  Basile Starynkevitch  <basile@starynkevitch.net>
3142         * Makefile.in (s-tm-texi): Remove spurous tab.
3144 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
3146         PR debug/46258
3147         * tree-cfg.c (replace_uses_by): Don't mark BBs as altered on
3148         debug stmts.
3150 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
3152         * toplev.c (finalize): Add no_backend parameter.  Don't finish
3153         passes when preprocessing only.  Adjust...
3154         (do_compile): ... caller.
3156 2010-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3158         * config/pa/pa.md (negdf2): Condition on !flag_signed_zeros instead of
3159         flag_unsafe_math_optimizations.
3160         (negsf2): Likewise.
3161         Move fnegabs related patterns together.  Only use fmpynfadd instruction
3162         to negate a multiply if !flag_signed_zeros is true.
3164 2010-11-25  Uros Bizjak  <ubizjak@gmail.com>
3166         * gengtype-state.c (read_state_structures): Initialize "previous".
3168 2010-11-25  Basile Starynkevitch  <basile@starynkevitch.net>
3169             Jeremie Salvucci  <jeremie.salvucci@free.fr>
3171         * gengtype-state.c: Add new file.
3173         * gengtype.c (type count): New variable.
3174         (new_structure, find_param_structure, create_pointer)
3175         (create_array): Use it to set state_number in types.
3176         (dump_everything): Improve comment.
3177         (main): Call read_state and write_state. Print type_count.
3179         * gengtype.h (type_lineloc): New function.
3180         (read_state, write_state): New declarations.
3182         * Makefile.in (GENGTYPE_FLAGS): New variable.
3183         (s-gtype): Run gengtype twice and generate gtype.state.
3184         (build/gengtype-state.o): New rule.
3185         (build/gengtype$(build_exeext)): Link gengtype-state.o.
3186         (mostlyclean): Update comment.  Remove gtype.state.
3188 2010-11-25  Jakub Jelinek  <jakub@redhat.com>
3190         PR middle-end/46637
3191         * combine.c (try_combine): When substing i2dest for i2src, pass
3192         1 as last argument even if
3193         i0_feeds_i1_n && i1_feeds_i2_n && i0dest_in_i0src.
3195 2010-11-25  H.J. Lu  <hongjiu.lu@intel.com>
3197         PR middle-end/46647
3198         * builtins.c (target_char_cast): Check INTEGER_CST instead of
3199         host_integerp.  Replace tree_low_cst with TREE_INT_CST_LOW.
3201 2010-11-25  Joseph Myers  <joseph@codesourcery.com>
3203         * target.def (supports_split_stack, except_unwind_info): Take
3204         gcc_options parameters.
3205         * targhooks.c (default_except_unwind_info,
3206         dwarf2_except_unwind_info, sjlj_except_unwind_info): Take
3207         gcc_options parameters.
3208         * targhooks.h (default_except_unwind_info,
3209         dwarf2_except_unwind_info, sjlj_except_unwind_info): Update
3210         prototypes.
3211         * doc/tm.texi.in (TARGET_IRA_COVER_CLASSES,
3212         TARGET_HAVE_NAMED_SECTIONS, TARGET_UNWIND_TABLES_DEFAULT):
3213         Document that hooks must not be modified.
3214         (TARGET_EXCEPT_UNWIND_INFO): Refer to opts argument.
3215         * doc/tm.texi: Regenerate.
3216         * defaults.h (STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT): Pass
3217         &global_options to targetm.except_unwind_info.
3218         * dwarf2out.c (dwarf2out_do_frame, dwarf2out_do_cfi_asm,
3219         dwarf2out_begin_prologue, dwarf2out_frame_init,
3220         dwarf2out_frame_finish, dwarf2out_assembly_start): Pass
3221         &global_options to targetm.except_unwind_info.
3222         * except.c (init_eh, finish_eh_generation,
3223         gate_convert_to_eh_region_ranges,
3224         output_one_function_exception_table): Pass &global_options to
3225         targetm.except_unwind_info.
3226         * expr.c (build_personality_function): Pass &global_options to
3227         targetm.except_unwind_info.
3228         * function.c (expand_function_end): Pass &global_options to
3229         targetm.except_unwind_info.
3230         * hooks.c (hook_bool_bool_gcc_optionsp_false): New.
3231         * hooks.h (hook_bool_bool_gcc_optionsp_false): Declare.
3232         * opts.c (finish_options): Pass opts to targetm.except_unwind_info
3233         and targetm.supports_split_stack.  Remove assertions about opts
3234         and opts_set.
3235         (common_handle_option): Remove assertions about opts, opts_set and dc.
3236         * tree-tailcall.c (suitable_for_tail_call_opt_p): Pass
3237         &global_options to targetm.except_unwind_info.
3238         * tree.c (build_common_builtin_nodes: Pass &global_options to
3239         targetm.except_unwind_info.
3240         * config/arm/arm.c (arm_except_unwind_info): Add gcc_options parameter.
3241         (arm_compute_func_type, arm_expand_prologue, thumb_pushpop,
3242         thumb1_expand_prologue, thumb1_output_function_prologue,
3243         arm_unwind_emit, arm_output_fn_unwind): Update calls to
3244         arm_except_unwind_info.
3245         * config/i386/i386.c (ix86_supports_split_stack): Add gcc_options
3246         parameter.
3247         * config/ia64/ia64.c (ia64_except_unwind_info): Add gcc_options
3248         parameter.
3249         (ia64_output_function_prologue, ia64_add_bundle_selector_before,
3250         ia64_reorg, ia64_asm_unwind_emit): Update calls to
3251         ia64_except_unwind_info.
3252         * config/pa/pa.c (pa_option_override): Pass &global_options to
3253         targetm.except_unwind_info.
3254         * config/picochip/picochip-protos.h (picochip_except_unwind_info):
3255         Remove prototype.
3257 2010-11-25  Kai Tietz  <kai.tietz@onevision.com>
3259         * cgraphunit.c (process_function_and_variable_attributes):
3260         Mark dllexport-ed function/variables as needed.
3261         * ipa.c (cgraph_externally_visible_p): Make dllexport-ed
3262         as externally visible.
3264 2010-11-25  Alexander Monakov  <amonakov@ispras.ru>
3266         PR rtl-optimization/46585
3267         * sel-sched-ir.c (return_regset_to_pool): Verify that RS is not NULL.
3268         (vinsn_init): Skip computation of dependencies for local NOPs.
3269         (vinsn_delete): Don't try to free regsets for local NOPs.
3270         (setup_nop_and_exit_insns): Change definition of nop_pattern.
3272 2010-11-25  Alexander Monakov  <amonakov@ispras.ru>
3274         PR rtl-optimization/46602
3275         * sel-sched-ir.c (maybe_tidy_empty_bb): Move checking ...
3276         (tidy_control_flow): Here.
3278 2010-11-25  Joern Rennecke  <amylaar@spamcop.net>
3279             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3281         PR bootstrap/45888
3282         * Makefile.in (s-tm-texi): Remove \r occurences from tmp-tm.texi.
3283         Fix target.def pathname in timestamp comparison.
3285 2010-11-24  Richard Henderson  <rth@redhat.com>
3287         * config/ia64/predicates.md (pmpyshr_operand): New.
3288         * config/ia64/ia64.c (ia64_expand_unpack): New.
3289         (ia64_expand_widen_mul_v4hi): New.
3290         (ia64_expand_widen_sum): Update for pattern renames.
3291         (ia64_expand_dot_prod_v8qi): Likewise.
3292         * config/ia64/ia64-protos.h: Update.
3293         * config/ia64/vect.md (vecwider): New mode attribute.
3294         (vec_widen_umult_lo_v8qi, vec_widen_umult_hi_v8qi): New.
3295         (vec_widen_smult_lo_v8qi, vec_widen_smult_hi_v8qi): New.
3296         (pmpyshr2, pmpyshr2_u): New.
3297         (vec_widen_smult_lo_v4hi, vec_widen_smult_hi_v4hi): New.
3298         (vec_widen_umult_lo_v4hi, vec_widen_umult_hi_v4hi): New.
3299         (mulv2si3): New.
3300         (vec_pack_ssat_v4hi): Rename from pack2_sss.
3301         (vec_pack_usat_v4hi): Rename from *pack2_uss.
3302         (vec_pack_ssat_v2si): Rename from pack4_sss.
3303         (vec_interleave_lowv8qi): Rename from unpack1_l, use the correct
3304         vec_select operation.
3305         (vec_interleave_highv8qi): Similarly.
3306         (mux1_alt): Rename from *mux1_alt.
3307         (vec_extract_evenv8qi, vec_extract_oddv8qi): New.
3308         (vec_interleave_lowv4hi): Rename from unpack2_l.
3309         (vec_interleave_highv4hi): Rename from unpack2_h.
3310         (mix2_r): Rename from *mix2_r.
3311         (mix2_l): Similarly.
3312         (vec_extract_evenodd_helper): New.
3313         (vec_extract_evenv4hi, vec_extract_oddv4hi): New.
3314         (vec_interleave_lowv2si): Rename from *unpack4_l.
3315         (vec_interleave_highv2si): Rename from *unpack4_h.
3316         (vec_extract_evenv2si, vec_extract_oddv2si): New.
3317         (vec_interleave_lowv2sf): Rename from fmix_r.
3318         (vec_interleave_highv2sf): Rename from *fmix_l.
3319         (vec_extract_evenv2sf, vec_extract_oddv2sf): New.
3320         (vec_unpacku_lo_<VECINT12>, vec_unpacku_hi_<VECINT12>): New.
3321         (vec_unpacks_lo_<VECINT12>, vec_unpacks_hi_<VECINT12>): New.
3322         (vec_pack_trunc_v4hi, vec_pack_trunc_v2si): New.
3324 2010-11-24  Nathan Froyd  <froydnj@codesourcery.com>
3326         * targhooks.c (default_except_unwind_info): Remove
3327         MUST_USE_SJLJ_EXCEPTIONS case.
3328         * config/h8300/h8300.h (MUST_USE_SJLJ_EXCEPTIONS): Delete.
3329         * config/h8300/h8300.c (TARGET_EXCEPT_UNWIND_INFO): Define.
3330         * doc/tm.texi.in (MUST_USE_SJLJ_EXCEPTIONS): Delete.
3331         * doc/tm.texi: Regenerate.
3332         * system.h (MUST_USE_SJLJ_EXCEPTIONS): Poison.
3334 2010-11-24  Nathan Froyd  <froydnj@codesourcery.com>
3336         * cppbuiltin.c (define_builtin_macros_for_type_sizes): Define
3337         __FLOAT_WORD_ORDER__ according to FLOAT_WORDS_BIG_ENDIAN.
3338         * config/dfp-bit.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Delete.
3339         * doc/cpp.texi (__FLOAT_WORD_ORDER__): Document.
3340         * system.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Poison.
3342 2010-11-24  H.J. Lu  <hongjiu.lu@intel.com>
3344         PR target/46519
3345         * config/i386/i386.c (ix86_expand_call): Don't check
3346         TREE_THIS_VOLATILE.
3348 2010-11-24  H.J. Lu  <hongjiu.lu@intel.com>
3350         PR target/46519
3351         * config/i386/i386.c (upper_128bits_state): New.
3352         (block_info_def): Remove upper_128bits_set and done.  Add state,
3353         referenced, count, processed and rescanned.
3354         (check_avx256_stores): Updated.
3355         (move_or_delete_vzeroupper_2): Updated. Handle deleted BB_END.
3356         Call note_stores only if needed.  Set referenced and count.
3357         (move_or_delete_vzeroupper_1): Updated.  Set rescan_vzeroupper_p.
3358         (rescan_move_or_delete_vzeroupper): New.
3359         (move_or_delete_vzeroupper):  Process and rescan all all basic
3360         blocks instead of predecessor blocks of all exit points.
3361         (ix86_option_override_internal): Enable vzeroupper optimization
3362         only for -fexpensive-optimizations and not optimizing for size.
3363         (use_avx256_p): Removed.
3364         (init_cumulative_args): Don't set use_avx256_p.
3365         (ix86_function_arg): Likewise.
3366         (ix86_expand_move): Likewise.
3367         (ix86_expand_vector_move_misalign): Likewise.
3368         (ix86_local_alignment): Likewise.
3369         (ix86_minimum_alignment): Likewise.
3370         (ix86_expand_epilogue): Don't check use_avx256_p when generating
3371         vzeroupper.
3372         (ix86_expand_call): Likewise.
3374         * config/i386/i386.h (machine_function): Remove use_vzeroupper_p
3375         and use_avx256_p.  Add rescan_vzeroupper_p.
3377 2010-11-24  Joseph Myers  <joseph@codesourcery.com>
3379         * toplev.c: Include <signal.h>.
3381 2010-11-24  Richard Guenther  <rguenther@suse.de>
3383         PR lto/43218
3384         * lto-symtab.c (lto_cgraph_replace_node): Mark edges with
3385         conflicting function signatures as non-inlineable.
3387 2010-11-24  Jakub Jelinek  <jakub@redhat.com>
3389         PR rtl-optimization/46614
3390         * sched-deps.c (NON_FLUSH_JUMP_KIND, NON_FLUSH_JUMP_P): Define.
3391          (deps_analyze_insn): Mark JUMP_INSNs in
3392         last_pending_memory_flush that weren't added through
3393         flush_pending_lists with NON_FLUSH_JUMP_KIND.
3394         (sched_analyze_2, sched_analyze_insn): Check NON_FLUSH_JUMP_P
3395         on INSN_LIST instead of JUMP_P check on its operand.
3396         * sched-rgn.c (concat_INSN_LIST): Copy over REG_NOTE_KIND.
3398 2010-11-24  Richard Guenther  <rguenther@suse.de>
3400         * lto-streamer-in.c (input_gimple_stmt): Use types_compatible_p.
3402 2010-11-24  Richard Guenther  <rguenther@suse.de>
3404         PR lto/46606
3405         * lto-streamer-in.c (input_gimple_stmt): When we cannot find
3406         a FIELD_DECL that is type correct issue a warning and fixup
3407         with a VIEW_CONVERT_EXPR.
3409 2010-11-24  Basile Starynkevitch  <basile@starynkevitch.net>
3411         * doc/invoke.texi (Options for Debugging Your Program or GCC):
3412         Explain static numbering of dump files.
3414 2010-11-24  Joseph Myers  <joseph@codesourcery.com>
3416         * common.opt (user_vect_verbosity_level): New Variable entry.
3417         (ftree-vectorizer-verbose=): Mark as UInteger.
3418         * flag-types.h (enum vect_verbosity_levels): Move from enum
3419         verbosity_levels in tree-vectorizer.h.
3420         * opts.c: Don't include tree.h.
3421         (vect_set_verbosity_level): Move from tree-vectorizer.c.  Use
3422         gcc_options parameter; take integer option argument.
3423         (common_handle_option): Update call to vect_set_verbosity_level.
3424         * tree-vectorizer.c (user_vect_verbosity_level): Remove.
3425         (vect_set_verbosity_level): Move to opts.c.
3426         (vect_verbosity_level, vect_print_dump_info): Update for change of
3427         enum name.
3428         * tree-vectorizer.h (enum verbosity_levels): Move to flag-types.h.
3429         (vect_print_dump_info): Update for change of enum name.
3430         * tree.h (vect_set_verbosity_level): Remove.
3431         * Makefile.in (opts.o): Update dependencies.
3433 2010-11-24  Jakub Jelinek  <jakub@redhat.com>
3435         PR middle-end/46629
3436         * cfgexpand.c (maybe_cleanup_end_of_block): Test NEXT_INSN (insn)
3437         instead of insn with any_condjump_p.
3439 2010-11-24  Mingjie Xing  <mingjie.xing@gmail.com>
3441         * config/mips/loongson.md: Change the description comment of the file
3442         and update the copyright years.
3443         (define_insn "<u>div<mode>3): Add loongson3a support.
3444         (define_insn "<u>mod<mode>3"): Likewise.
3445         * config/mips/mips.md: Rename mul<mode>3_mul3_ls2ef to
3446         mul<mode>3_mul3_loongson.
3447         (define_expand "mul<mode>3"): Add TARGET_LOONGSON_3A.
3448         (define_insn "mul<mode>3_mul3_loongson"): Add loongson3a support.
3450 2010-11-23  Joseph Myers  <joseph@codesourcery.com>
3452         * common.opt (initial_max_fld_align, flag_debug_asm,
3453         flag_dump_rtl_in_asm, flag_dump_all_passed, rtl_dump_and_exit,
3454         flag_print_asm_name, graph_dump_format, help_printed,
3455         help_columns, flag_opts_finished): New Variable entries.
3456         (fdbg-cnt-list, fdbg-cnt=, fdebug-prefix-map=, frandom-seed,
3457         frandom-seed=): Mark deferred.
3458         (fsched-verbose=): Use UInteger and Var.
3459         * flags.h (set_struct_debug_option, flag_print_asm_name,
3460         rtl_dump_and_exit, flag_debug_asm, flag_dump_rtl_in_asm,
3461         graph_dump_format): Don't declare here.
3462         * haifa-sched.c (sched_verbose_param, fix_sched_param): Remove.
3463         * opts-global.c: Include dbgcnt.h and debug.h.
3464         (decode_options): Pass location to finish_options.
3465         (handle_common_deferred_options): Check flag_dump_all_passed.
3466         Handle OPT_fdbg_cnt_, OPT_fdbg_cnt_list, OPT_fdebug_prefix_map_,
3467         OPT_frandom_seed and OPT_frandom_seed_.  Don't assert on
3468         OPT_fstack_limit.
3469         * opts.c: Don't include toplev.h, dbgcnt.h or debug.h.
3470         (set_struct_debug_option): Add location_t parameter.  Update
3471         recursive call.  Use error_at.
3472         (default_options_optimization): Use error_at.
3473         (finish_options): Add location_t parameter.  Use
3474         opts->x_flag_opts_finished instead of first_time_p.  Use
3475         opts->x_optimize instead of optimize.  Use error_at.  Pass
3476         location to inform.
3477         (print_filtered_help): Use opts->x_help_printed to track what
3478         options have been printed.
3479         (print_specific_help): Use opts->x_help_columns to track number of
3480         columns.
3481         (common_handle_option): Pass locations and gcc_options pointers to
3482         more functions.  Use warning_at instead of fnotice and warning.
3483         Don't handle OPT_fdbg_cnt_, OPT_fdbg_cnt_list or
3484         OPT_fdebug_prefix_map_.  Use error_at.  Set
3485         opts->x_initial_max_fld_align; don't set maximum_field_alignment.
3486         Don't handle OPT_frandom_seed or OPT_frandom_seed_.  Don't handle
3487         OPT_fsched_verbose_.
3488         (handle_param): Add location_r parameter.  Use error_at.
3489         (set_debug_level): Add location_r parameter.  Use error_at and
3490         warning_at.
3491         (setup_core_dumping): Add diagnostic_context parameter.
3492         (decode_d_option): Add gcc_options, location_t and
3493         diagnostic_context parameters and use them instead of global
3494         state.  Use warning_at.
3495         (enable_warning_as_error): Use error_at.
3496         * opts.h (finish_options): Update prototype.
3497         (set_struct_debug_option): Declare here.
3498         * rtl.h (fix_sched_param): Remove.
3499         * stor-layout.c (initial_max_fld_align): Remove.
3500         * toplev.c (rtl_dump_and_exit, flag_print_asm_name,
3501         graph_dump_format, flag_debug_asm, flag_dump_rtl_in_asm): Remove.
3502         (process_options): Set maximum_field_alignment.
3503         * tree.h (initial_max_fld_align) Don't declare here.
3504         * Makefile.in (opts.o, opts-global.o): Update dependencies.
3506 2010-11-23  Joseph Myers  <joseph@codesourcery.com>
3508         * flag-types.h (struct visibility_flags): Don't declare here.
3509         * flags.h (strip_off_ending, fast_math_flags_set_p,
3510         fast_math_flags_struct_set_p): Declare here.
3511         (visibility_options): Don't declare here.
3512         * opts-common.c (option_enabled, get_option_state): Move from
3513         opts.c.
3514         * opts-global.c: Include diagnostic.h instead of
3515         diagnostic-core.h.  Include tree.h, langhooks.h, lto-streamer.h
3516         and toplev.h.
3517         (const_char_p, ignored_options, in_fnames, num_in_fnames,
3518         write_langs, complain_wrong_lang, postpone_unknown_option_warning,
3519         print_ignored_options, unknown_option_callback,
3520         post_handling_callback, lang_handle_option, add_input_filename,
3521         read_cmdline_options, initial_lang_mask, init_options_once,
3522         decode_cmdline_options_to_array_default_mask,
3523         set_default_handlers, decode_options): Move from opts.c.
3524         (print_ignored_options): Use warning_at instead of saving and
3525         restoring input_location.
3526         * opts.c: Include <signal.h> and <sys/resource.h>.  Include rtl.h
3527         instead of expr.h.  Don't include langhooks.h, except.h or
3528         lto-streamer.h.  Add more comments on includes.
3529         (strip_off_ending, setup_core_dumping, decode_d_option): Move from
3530         toplev.c.
3531         (visibility_options): Move to c-family/c-common.c.
3532         (const_char_p, ignored_options, in_fnames, num_in_fnames,
3533         write_langs, complain_wrong_lang, postpone_unknown_option_warning,
3534         print_ignored_options, unknown_option_callback,
3535         post_handling_callback, lang_handle_option, add_input_filename,
3536         read_cmdline_options, initial_lang_mask, init_options_once,
3537         decode_cmdline_options_to_array_default_mask,
3538         set_default_handlers, decode_options): Move to opts-global.c.
3539         (target_handle_option, default_options_optimization,
3540         finish_options, common_handle_option): Remove static.
3541         (option_enabled, get_option_state): Move to opts-common.c.
3542         * opts.h (common_handle_option, target_handle_option,
3543         finish_options, default_options_optimization): Declare.
3544         * toplev.c: Don't include <signal.h> or <sys/resource.h>.
3545         (setup_core_dumping, strip_off_ending, decode_d_option): Move to
3546         opts.c.
3547         * toplev.h (strip_off_ending, decode_d_option,
3548         fast_math_flags_set_p, fast_math_flags_struct_set_p): Don't
3549         declare here.
3550         * Makefile.in (opts.o, opts-global.o): Update dependencies.
3552 2010-11-23  Dave Korn  <dave.korn.cygwin@gmail.com>
3554         PR driver/42690
3555         * gcc.c (LINK_COMMAND_SPEC): Remove hard-coded pass-through plugin
3556         options, replace by call of pass-through-libs spec function to process
3557         link_gcc_c_sequence spec.
3558         (lto_libgcc_spec): Delete variable.
3559         (static_specs[]): Remove related entry.
3560         (static_spec_functions[]): Add new entry for pass-through-libs.
3561         (main): Don't generate deleted lto_libgcc_spec.
3562         (pass_through_libs_spec_func): New function to implement the new
3563         pass-through-libs spec function.
3564         * doc/invoke.texi (pass-through-libs): Document new spec function.
3566 2010-11-23  Joseph Myers  <joseph@codesourcery.com>
3568         * doc/options.texi (Warning, Optimization): Document.
3570 2010-11-23  Jan Hubicka  <jh@suse.cz>
3572         * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.
3573         (tree_decl_with_vis): Add implicit_section_name_p.
3574         * targhooks.h (default_function_section): Declare.
3575         * target.def (function_section): New hook.
3576         * defaults.h (HOT_TEXT_SECTION_NAME,
3577         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
3578         * predict.c (choose_function_section): Remove.
3579         (estimate_bb_frequencies): Do not use choose_function_section.
3580         * coretypes.h (enum node_frequency): Move here from cgraph.h
3581         * cgraph.h (enum node_frequency): Remove.
3582         * varasm.c (initialize_cold_section_name, unlikely_text_section,
3583         unlikely_text_section_p): Remove.
3584         (named_subsection_entry): New structure.
3585         (get_text_section): New function.
3586         (default_function_section): New function.
3587         (function_section_1): Break out from ...; handle profile info.
3588         (function_section): ... here.
3589         (unlikely_text_section): Remove.
3590         (unlikely_text_section_p): Use function_section_1.
3591         (assemble_start_function): Do not initialize cold section.
3592         (default_section_type_flags): Do not special case cold subsection.
3593         (switch_to_section): Likewise.
3594         * output.h (get_text_section): Define.
3595         * config/i386/winnt.c: Do not special case cold section.
3596         * config/darwin-protos.h (darwin_function_section): Declare.
3597         * config/microblaze/microblaze.h (HOT_TEXT_SECTION_NAME,
3598         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
3599         * config/ia64/hpux.h (HOT_TEXT_SECTION_NAME,
3600         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
3601         (TARGET_ASM_FUNCTION_SECTION): Define to ia64_hpux_function_section.
3602         * config/ia64/ia64.c (ia64_hpux_function_section): New function.
3603         * config/darwin.c (machopic_select_section): Use
3604         darwin_function_section.
3605         (darwin_function_section): New function.
3606         * config/darwin.h (HOT_TEXT_SECTION_NAME,
3607         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
3608         (TARGET_ASM_FUNCTION_SECTION): Define.
3609         * system.h (HOT_TEXT_SECTION_NAME,
3610         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Poison.
3612 2010-11-23  Iain Sandoe  <iains@gcc.gnu.org>
3614         * config/darwin.h (LINK_COMMAND_SPEC_A): Use %(link_gcc_c_sequence).
3615         LINK_GCC_C_SEQUENCE_SPEC: Define new macro.
3617 2010-11-23  Jakub Jelinek  <jakub@redhat.com>
3619         PR middle-end/46499
3620         * cfgexpand.c (maybe_cleanup_end_of_block): Remove also BARRIERs
3621         following unconditional jumps.
3623 2010-11-23  Richard Guenther  <rguenther@suse.de>
3625         * doc/md.texi (386 constraints): Clarify A constraint documentation.
3627 2010-11-23  Basile Starynkevitch  <basile@starynkevitch.net>
3628             Jeremie Salvucci  <jeremie.salvucci@free.fr>
3630         * gengtype.c (enum typekind, struct options)
3631         (struct nested_ptr_data, struct pair, NUM_PARAM)
3632         (enum gc_used_num, struct type, UNION_P, UNION_OR_STRUCT_P):
3633         Move to gengtype.h.
3634         (string_type, scalar_nonchar, scalar_nonchar, scalar_char):
3635         Remove static, add zero state_number.
3636         (typedefs, structures, param_structs, variables): Remove static.
3637         (create_option): Remove.
3638         (create_string_option, create_type_option, create_nested_option):
3639         New functions.
3640         (create_nested_ptr_option): Use create_nested_option.
3641         (note_variable, adjust_field_rtx_def, adjust_field_type): Call the
3642         new create*option functions.
3643         (process_gc_options): Adjust for discriminated option.
3644         (output_mangled_typename): Handle TYPE_NONE.
3645         (walk_type): Test option kinds.
3646         (write_types_process_field): Handle TYPE_NONE and TYPE_ARRAY.
3647         (write_func_for_structure, write_type, write_local, write_root)
3648         (write_roots, note_def_vec, dump_options): Adjust for
3649         discriminated option.
3651         * gengtype.h (typedefs, structures, param_structs, variables
3652         enum typekind): Move from gengtype.c
3653         (enum option_kind): New discriminating enumeration.
3654         (struct options): Becomes discriminated.
3655         (struct nested_ptr_data): Nove from gengtype.c
3656         (create_string_option, create_type_option, create_nested_option)
3657         (create_nested_ptr_option): New functions
3658         (struct pair, enum_gc_used_enum, NUM_PARAM, struct type, UNION_P)
3659         (UNION_OR_STRUCT_P): Move from gengtype.c
3661         * gengtype-parse.c (str_optvalue_opt, type_optvalue, option): Make
3662         discriminated options.
3664 2010-11-23  Richard Guenther  <rguenther@suse.de>
3666         * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid doing work
3667         twice.  Avoid re-allocating the ops vector all the time.
3669 2010-11-23  Richard Guenther  <rguenther@suse.de>
3671         * tree-ssa-alias.c (refs_may_alias_p_1): Avoid calls to
3672         is_gimple_min_invariant, group tree code checks to allow
3673         combining them.
3674         (stmt_may_clobber_ref_p_1): Check for SSA_NAME instead
3675         of is_gimple_reg.
3677 2010-11-23  Eric Botcazou  <ebotcazou@adacore.com>
3679         * config.gcc (sparc*-*-*): Reorder.
3681 2010-11-23  Basile Starynkevitch  <basile@starynkevitch.net>
3683         * gengtype.c (header_dot_h_frul, source_dot_c_frul):
3684         Remove ENABLE_CHECKING around DBGPRINTF.
3686 2010-11-22  Joseph Myers  <joseph@codesourcery.com>
3688         * common.opt (exit_after_options, write_symbols, debug_info_level,
3689         use_gnu_debug_info_extensions): New Variable entries.
3690         (fprofile-dir=): Use Var.
3691         * flag-types.h (enum debug_info_level): Rename to enum
3692         debug_info_levels.
3693         * flags.h (write_symbols, debug_info_level,
3694         use_gnu_debug_info_extensions): Remove declarations.
3695         * opts.c (exit_after_options, write_symbols, debug_info_level): Remove.
3696         (set_struct_debug_option): Make static variables const.
3697         (use_gnu_debug_info_extensions): Remove.
3698         (set_debug_level, print_filtered_help, print_specific_help,
3699         fast_math_flags_set_p): Take gcc_options parameters and use them
3700         in place of global variables.
3701         (print_filtered_help): Make new_help non-static.
3702         (print_specific_help): Update call to print_filtered_help.
3703         (common_handle_option): Update calls to print_specific_help.  Use
3704         gcc_options structure for more settings.  Make --help table
3705         const.  Don't handle OPT_fprofile_dir_ here.  Update calls to
3706         set_debug_level.
3707         * toplev.c (profile_data_prefix): Remove.
3708         * toplev.h (profile_data_prefix, exit_after_options): Remove
3709         declarations.
3710         (fast_math_flags_set_p): Update prototype.
3711         * cppbuiltin.c (define_builtin_macros_for_compilation_flags):
3712         Update call to fast_math_flags_set_p.
3714 2010-11-22  Richard Henderson  <rth@redhat.com>
3716         PR target/46434
3717         * config/crx/crx.c (crx_addr_reg): Rename from crx_addr_reg_p;
3718         return the address register extracted.
3719         (crx_decompose_address): Update the extracted address register.
3721 2010-11-22  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
3723         PR driver/43335
3724         * gcc.c (main): Don't crash when lto-wrapper program is not found.
3726 2010-11-22  Joern Rennecke  <amylaar@spamcop.net>
3728         PR target/46608
3729         * config/picochip/picochip.c (picochip_secondary_reload): Make static.
3730         * config/picochip/picochip-protos.h: Don't include "target.h" .
3731         (picochip_secondary_reload): Don't declare.
3733         PR target/46613
3734         * config/m32c/m32c-protos.h (m32c_conditional_register_usage): Declare.
3735         * config/m32c/m32c.c (m32c_conditional_register_usage): No longer
3736         static.
3738 2010-11-22  H.J. Lu  <hongjiu.lu@intel.com>
3740         PR bootstrap/46609
3741         * gengtype.c (header_dot_h_frul): Check ENABLE_CHECKING.
3742         (source_dot_c_frul): Likewise.
3744 2010-11-22  Basile Starynkevitch  <basile@starynkevitch.net>
3746         * gimple-pretty-print.c (dump_bb_header): Add check for cfun.
3748 2010-11-22  Paolo Bonzini  <bonzini@gnu.org>
3750         PR bootstrap/44970
3751         * Makefile.in (fwprop.o) Add sparseset.h.
3752         * fwprop.c: Include sparseset.h
3753         (struct find_occurrence_data, find_occurrence_callback,
3754         find_occurrence): Remove.
3755         (active_defs, active_defs_check, register_active_defs,
3756         update_df_init, update_uses): New.
3757         (update_df): Rewrite.
3758         (try_fwprop_subst, forward_propagate_asm): Add calls to
3759         update_df_init and update_df.
3760         (fwprop_init): Allocate active_defs and active_defs_check.
3761         (fwprop_done): Free them.
3762         (fwprop, fwprop_addr): Adjust comments.
3763         * df.h (df_uses_create): Declare.
3764         * df-scan.c (df_install_ref_incremental): Break out of df_ref_create.
3765         (df_ref_create): Return result of df_ref_create_structure directly.
3766         (df_ref_create_structure): Call df_install_ref_incremental when
3767         no collection_rec is passed.
3768         (df_ref_record): Do not create multiword hard reg info when no
3769         collection_rec is passed.
3770         (df_uses_create): New.
3772 2010-11-21  Uros Bizjak  <ubizjak@gmail.com>
3774         PR middle-end/43057
3775         * fold-const.c (pedantic_non_lvalue_loc): Unshare x before
3776         setting location.
3778 2010-11-22  Richard Guenther  <rguenther@suse.de>
3780         * gimple-fold.c (maybe_fold_reference): When canonicalizing
3781         MEM_REFs, preserve volatileness.
3782         * cgraphbuild.c (mark_address): Properly check for FUNCTION_DECL
3783         addresses.
3785 2010-11-22  Richard Guenther  <rguenther@suse.de>
3787         * tree-ssa-ccp.c (get_base_constructor): Remove superfluous breaks.
3789 2010-11-22  Alexander Monakov  <amonakov@ispras.ru>
3791         PR rtl-optimization/45652
3792         * alias.c (get_reg_base_value): New.
3793         * rtl.h (get_reg_base_value): Add prototype.
3794         * sel-sched.c (init_regs_for_mode): Use it.  Don't use registers with
3795         non-null REG_BASE_VALUE for renaming.
3797 2010-11-22  Jeremie Salvucci  <jeremie.salvucci@free.fr>
3798             Basile Starynkevitch  <basile@starynkevitch.net>
3800         * gengtype.c: Include xregex.h and obstack.h
3801         Added comments about role of get_output_file_with_visibility and
3802         our regexpr machinery.
3803         (frul_actionrout_t, struct file_rule_st): New.
3804         (hader_dot_h_frul, source_dot_c_frul): New functions.
3805         (NULL_REGEX,  NULL_FRULACT): New.
3806         (files_rules): New.
3807         (matching_file_name_substitute): New function.
3808         (get_output_file_with_visibility): Updated comments and rewritten
3809         to use the new files_rules machinery.
3811         * Makefile.in (XREGEX_H): Added variable.
3812         (build/gengtype.o): Added dependencies for xregex.h and obstack.h
3814 2010-11-21  Nathan Froyd  <froydnj@codesourcery.com>
3816         * system.h (FUNCTION_ARG_BOUNDARY): Really poison.
3818 2010-11-21  Nathan Froyd  <froydnj@codesourcery.com>
3820         * target.def (conditional_register_usage): Define.
3821         * reginfo.c (init_reg_sets_1): Call
3822         targetm.conditional_register_usage.
3823         * system.h (CONDITIONAL_REGISTER_USAGE): Poison.
3824         * doc/tm.texi.in (CONDITIONAL_REGISTER_USAGE): Adjust language
3825         for making it a hook.
3826         * doc/tm.texi: Regenerate.
3827         * config/alpha/alpha.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3828         * config/alpha/alpha.c (alpha_conditional_register_usage): ...here.
3829         New function.
3830         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3831         * config/arc/arc.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3832         * config/arc/arc.c (arc_conditional_register_usage): ...here.
3833         New function.
3834         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3835         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3836         * config/arm/arm.c (arm_conditional_register_usage): ...here.
3837         New function.
3838         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3839         * config/bfin/bfin.h (CONDITIONAL_REGISTER_USAGE): Delete.
3840         * config/bfin/bfin-protos.h (conditional_register_usage): Delete.
3841         * config/bfin/bfin.c (conditional_register_usage): Move code into...
3842         (bfin_conditional_register_usage): ...here.  New function.
3843         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3844         * config/cris/cris.h (CONDITIONAL_REGISTER_USAGE): Delete.
3845         * config/cris/cris-protos.h (cris_conditional_register_usage): Delete.
3846         * config/cris/cris.c (cris_conditional_register_usage): Make static.
3847         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3848         * config/fr30/fr30.h (FIXED_REGISTERS): Adjust comment.
3849         * config/frv/frv.h (CONDITIONAL_REGISTER_USAGE): Delete.
3850         * config/frv/frv-protos.h (frv_conditional_register_usage): Delete.
3851         * config/frv/frv.c (frv_conditional_register_usage): Make static.
3852         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3853         * config/h8300/h8300.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3854         * config/h8300/h8300.c (h8300_conditional_register_usage): ...here.
3855         New function.
3856         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3857         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Delete.
3858         * config/i386/i386-protos.h (ix86_conditional_register_usage): Delete.
3859         * config/i386/i386.c (ix86_conditional_register_usage): Make static.
3860         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3861         * config/m32c/m32c.h (CONDITIONAL_REGISTER_USAGE): Delete.
3862         * config/m32c/m32c-protos.h (m32c_conditional_register_usage): Delete.
3863         * config/m32c/m32c.c (m32c_conditional_register_usage): Make static.
3864         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3865         * config/m32r/m32r.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3866         * config/m32r/m32r.c (m32r_conditional_register_usage): ...here.
3867         New function.
3868         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3869         * config/m68hc11/m68hc11.h (CONDITIONAL_REGISTER_USAGE): Delete.
3870         * config/m68hc11/m68hc11-protos.h (m68hc11_conditional_register_usage):
3871         Delete.
3872         * config/m68hc11/m68hc11.c (m68hc11_conditional_register_usage): Make
3873         static.
3874         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3875         * config/mep/mep.h (CONDITIONAL_REGISTER_USAGE): Delete.
3876         * config/mep/mep-protos.h (mep_conditional_register_usage): Delete.
3877         * config/mep/mep.c (mep_conditional_register_usage): Make static.
3878         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3879         * config/mips/mips.h (CONDITIONAL_REGISTER_USAGE): Delete.
3880         * config/mips/mips-protos.h (mips_conditional_register_usage): Delete.
3881         * config/mips/mips.c (mips_conditional_register_usage): Make static.
3882         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3883         * config/mmix/mmix.h (CONDITIONAL_REGISTER_USAGE): Delete.
3884         * config/mmix/mmix-protos.h (mmix_conditional_register_usage): Delete.
3885         * config/mmix/mmix.c (mmix_conditional_register_usage): Make static.
3886         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3887         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3888         * config/mn10300/mn10300.c (mn10300_conditional_register_usage):
3889         ...here.  New function.
3890         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3891         * config/pa/pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3892         * config/pa/pa64-regs.h (CONDITIONAL_REGISTER_USAGE): ...with this...
3893         * config/pa/pa.c (pa_conditional_register_usage): ...here.
3894         New function.
3895         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3896         * config/pdp11/pdp11.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3897         * config/pdp11/pdp11.c (pdp11_conditional_register_usage): ...here.
3898         New function.
3899         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3900         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Delete.
3901         * config/rs6000/rs6000-protos.h (rs6000_conditional_register_usage):
3902         Delete.
3903         * config/rs6000/rs6000.c (rs6000_conditional_register_usage): Make
3904         static.
3905         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3906         * config/rx/rx.h (CONDITIONAL_REGISTER_USAGE): Delete.
3907         * config/rx/rx-protos.h (rx_conditional_register_usage): Delete.
3908         * config/rx/rx.c (rx_conditional_register_usage): Make static.
3909         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3910         * config/s390/s390.h (CONDITIONAL_REGISTER_USAGE): Delete.
3911         * config/s390/s390-protos.h (s390_conditional_register_usage): Delete.
3912         * config/s390/s390.c (s390_conditional_register_usage): Make static.
3913         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3914         * config/score/score.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3915         * config/score/score.c (score_conditional_register_usage): ...here.
3916         New function.
3917         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3918         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3919         * config/sh/sh.c (sh_conditional_register_usage): ...here.
3920         New function.
3921         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3922         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3923         * config/sparc/sparc.c (sparc_conditional_register_usage): ...here.
3924         New function.
3925         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3926         * config/spu/spu.h (CONDITIONAL_REGISTER_USAGE): Delete.
3927         * config/spu/spu-protos.h (spu_conditional_register_usage): Delete.
3928         * config/spu/spu.c (spu_conditional_register_usage): Make static.
3929         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3930         * config/v850/v850.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3931         * config/v850/v850.c (v850_conditional_register_usage): ...here.
3932         New function.
3933         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3935 2010-11-21  Jan Hubicka  <jh@suse.cz>
3936             Dominique d'Humieres <dominiq@lps.ens.ft>
3938         PR target/46510
3939         * tree-emutls.c (get_emutls_init_templ_addr, new_emutls_decl): Do not
3940         finalize external decls.
3942 2010-11-21  Joseph Myers  <joseph@codesourcery.com>
3944         * system.h (strerror): Poison.
3946 2010-11-21  Richard Henderson  <rth@redhat.com>
3948         * config/ia64/ia64.c (ia64_expand_builtin): Use the correct mode
3949         for infq/huge_valq.
3951 2010-11-21  Richard Henderson  <rth@redhat.com>
3953         PR rtl-optimization/46571
3954         * gcse.c (hash_scan_set): Use next_nonnote_nondebug_insn.
3955         (compute_hash_table_work): Use NONDEBUG_INSN_P.
3957 2010-11-21  Paul Koning  <ni1d@arrl.net>
3959         * config/mips/pdp11.md (negsi2): Fix wrong code.
3961 2010-11-21  Paul Koning  <ni1d@arrl.net>
3963         * config/mips/pdp11.c (pdp11_legitimate_address_p): New function.
3964         * config/mips/pdp11.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
3966 2010-11-21  Eric Botcazou  <ebotcazou@adacore.com>
3968         * config/mips/mips.c (machine_function): Rename load_label_length to
3969         load_label_num_insns.
3970         (mips_load_label_length): Rename to...
3971         (mips_load_label_num_insns): ...this.  Adjust to first renaming.
3972         (mips_adjust_insn_length): Adjust to second renaming.  Fix thinko.
3974 2010-11-21  Uros Bizjak  <ubizjak@gmail.com>
3976         PR target/46533
3977         * config/alpha/predicates.md (direct_call_operand): Return false
3978         for !TARGET_SMALL_TEXT targets.
3980 2010-11-20  Joseph Myers  <joseph@codesourcery.com>
3982         * doc/tm.texi.in (HANDLE_SYSV_PRAGMA,
3983         HANDLE_PRAGMA_PACK_PUSH_POP): Remove.
3984         (HANDLE_PRAGMA_PACK_WITH_EXPANSION): Don't refer to HANDLE_SYSV_PRAGMA.
3985         * doc/tm.texi: Regenerate.
3986         * system.h (HANDLE_PRAGMA_PACK_PUSH_POP, HANDLE_SYSV_PRAGMA,
3987         HANDLE_PRAGMA_WEAK): Poison.
3988         * config/alpha/elf.h (HANDLE_SYSV_PRAGMA): Don't define.
3989         * config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3990         * config/alpha/osf5.h (HANDLE_SYSV_PRAGMA): Don't define.
3991         * config/alpha/vms.h (HANDLE_SYSV_PRAGMA): Don't define.
3992         * config/arm/arm.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3993         * config/arm/netbsd.h (HANDLE_SYSV_PRAGMA): Don't define.
3994         * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3995         * config/darwin.h (HANDLE_SYSV_PRAGMA): Don't define.
3996         (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3997         * config/elfos.h (HANDLE_SYSV_PRAGMA): Don't define.
3998         * config/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3999         * config/frv/frv.h (HANDLE_SYSV_PRAGMA): Don't define.
4000         * config/i386/cygming.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4001         * config/i386/djgpp.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4002         * config/i386/i386-interix.h (HANDLE_SYSV_PRAGMA): Don't define.
4003         (HANDLE_PRAGMA_WEAK): Don't undefine.
4004         * config/i386/netware.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4005         * config/i386/vxworks.h (HANDLE_SYSV_PRAGMA): Don't define.
4006         * config/ia64/hpux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4007         * config/ia64/ia64.h (HANDLE_SYSV_PRAGMA): Don't define.
4008         * config/interix.h (HANDLE_SYSV_PRAGMA): Don't define.
4009         (HANDLE_PRAGMA_WEAK): Don't undefine.
4010         * config/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4011         * config/m32r/linux.h (HANDLE_SYSV_PRAGMA): Don't define.
4012         (HANDLE_PRAGMA_PACK): Don't undefine.
4013         * config/m32r/m32r.h (HANDLE_SYSV_PRAGMA): Don't undefine.
4014         * config/mep/mep.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4015         * config/mips/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4016         * config/mips/sde.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4017         * config/mmix/mmix.h (HANDLE_SYSV_PRAGMA): Don't define.
4018         * config/netbsd.h (HANDLE_SYSV_PRAGMA): Don't define.
4019         (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4020         * config/openbsd.h (HANDLE_SYSV_PRAGMA): Don't define.
4021         * config/pa/pa-hpux.h (HANDLE_SYSV_PRAGMA): Don't define.
4022         (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4023         * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Don't define.
4024         * config/rs6000/sysv4.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4025         * config/rx/rx.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4026         * config/score/elf.h (HANDLE_SYSV_PRAGMA): Don't define.
4027         * config/spu/spu.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4028         * config/stormy16/stormy16.h (HANDLE_SYSV_PRAGMA): Don't define.
4029         * config/xtensa/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4031 2010-11-20  Eric Botcazou  <ebotcazou@adacore.com>
4033         PR target/31100
4034         * config/sparc/sparc.h (ASM_OUTPUT_ALIGN_WITH_NOP): Move to...
4035         * config/sparc/sol2.h (ASM_OUTPUT_ALIGN_WITH_NOP): ...here.
4036         * config/sparc/sol2-gas.h (ASM_OUTPUT_ALIGN_WITH_NOP): Undefine.
4038 2010-11-20  Jan Hubicka  <jh@suse.cz>
4040         * cgraph.c (ld_plugin_symbol_resolution_names): New.
4041         (dump_cgraph_node): Dump resolution.
4042         * cgraph.h (ld_plugin_symbol_resolution_names): Declare.
4043         (cgraph_comdat_can_be_unshared_p): Dclare.
4044         * lto-streamer-out.c (produce_symtab): Use
4045         cgraph_comdat_can_be_unshared_p.
4046         * ipa.c (cgraph_address_taken_from_non_vtable_p): New function.
4047         (cgraph_comdat_can_be_unshared_p): New function based on logic
4048         in cgraph_externally_visible_p.
4049         (cgraph_externally_visible_p): Use it.
4050         (varpool_externally_visible_p): Virtual tables can be unshared.
4051         * varpool.c (dump_varpool_node): Dump resolution.
4053 2010-11-20  Jan Hubicka  <jh@suse.cz>
4055         * stmt.c (lshift_cheap_p): Support properly optimize_insn_for_speed_p.
4057 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4059         PR other/46202
4060         * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM): New variables.
4061         (AR_FOR_TARGET, RANLIB_FOR_TARGET, STRIP_FOR_TARGET): Fix
4062         shell quoting.
4063         (STRIP_FOR_TARGET): Look for in-tree strip under name strip-new.
4064         (install-strip): New target.
4065         (STRIPPROG): New variable, exported if STRIP is set.
4066         * doc/install.texi (Final install): Minor markup and code style
4067         fixes.  Document install-strip target.
4069 2010-11-20  Paul Koning  <ni1d@arrl.net>
4071         * config/pdp11/pdp11-protos.h (pdp11_initial_elimination_offset,
4072         pdp11_regno_reg_class): New functions.
4073         * config/pdp11/pdp11.md (define_constants): Add register numbers.
4074         * config/pdp11/pdp11.c (pdp11_regno_reg_class,
4075         pdp11_sp_frame_offset, pdp11_initial_elimination_offset): New
4076         functions.
4077         * config/pdp11/pdp11.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Add
4078         frame pointer and argument pointer pseudo-registers.
4079         (ARG_POINTER_REGNUM): Define.
4080         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Add frame pointer and
4081         argument pointer.
4082         (FIRST_PARM_OFFSET): Update for argument pointer.
4083         (INITIAL_FRAME_POINTER_OFFSET): Delete.
4084         (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET): New macros.
4085         (REGNO_OK_FOR_BASE_P, REGNO_OK_FOR_INDEX_P, REGISTER_NAMES): Add
4086         frame pointer and argument pointer.
4088 2010-11-20  Jakub Jelinek  <jakub@redhat.com>
4090         PR debug/46561
4091         * tree-parloops.c (try_create_redunction_list): Ignore debug stmts
4092         when looking for immediate uses.
4094         PR tree-optimization/45830
4095         * stmt.c (expand_switch_using_bit_tests_p): New function.
4096         (expand_case): Use it.
4097         * tree.h (expand_switch_using_bit_tests_p): New prototype.
4098         * tree-switch-conversion.c (struct switch_conv_info): Add
4099         bit_test_uniq, bit_test_count and bit_test_bb fields.
4100         (check_range): Fix a comment.
4101         (check_process_case): Compute bit_test_uniq and bit_test_count.
4102         (create_temp_arrays): Use XCNEWVEC, merge 3 arrays into one
4103         allocation.
4104         (free_temp_arrays): Use XDELETEVEC, adjust for the 3 arrays merging.
4105         (constructor_contains_same_values_p): Use FOR_EACH_VEC_ELT.
4106         (array_value_type): New function.
4107         (build_one_array): Use it, if it returned different type,
4108         fold_convert all constructor fields and convert back to the
4109         wider type in the generated code.
4110         (process_switch): Initialize bit_test_uniq, bit_test_count and
4111         bit_test_bb fields.  Don't optimize if expand_switch_using_bit_tests_p
4112         returned true.
4114 2010-11-19  Michael Matz  <matz@suse.de>
4116         PR tree-optimization/46077
4117         * tree-chrec.c (eq_evolutions_p): Accept some expressions.
4119 2010-11-19  Anatoly Sokolov  <aesok@post.ru>
4121         * config/mn10300/mn10300.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
4122         * config/mn10300/mn10300.c (mn10300_asm_output_addr_const_extra): New
4123         function.
4124         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
4126 2010-11-19  Uros Bizjak  <ubizjak@gmail.com>
4128         * mode-switching.c (optimize_mode_switching): Use
4129         FOR_BB_INSNS instead of open-coded loop.
4130         * cfgrtl.c (redirect_branch_edge): Ditto.
4132 2010-11-19  Joern Rennecke  <amylaar@spamcop.net>
4134         PR target/46436
4135         * config/m68hc11/m68hc11.c (m68hc11_gen_highpart): Split shift count
4136         to accomodate 32 bit HOST_WIDE_INT.
4137         (m68hc11_emit_logical): Remove unused variable insn.
4138         (m68hc11_check_z_replacement) <CLOBBER>: Set this_insn_uses_ix and
4139         this_insn_uses_iy before use.
4141         PR target/46434
4142         * config/crx/crx.c (crx_expand_epilogue): Remove unused variable.
4144 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
4146         PR c/46547
4147         * c-tree.h (in_late_binary_op): Move to c-family/c-common.h.
4148         * c-typeck.c (in_late_binary_op): Move to c-family/c-common.c.
4150 2010-11-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
4152         * doc/extend.texi (Function attributes): Document PowerPC target
4153         attributes that are supported.
4154         (Pragmas): Document that PowerPC now supports target pragmas.
4156         * doc/options.texi (TargetVariable): Document TargetVariable,
4157         HeaderInclude, and SourceInclude.
4159         * doc/invoke.texi (-mfused-madd): Document that -mfused-madd is
4160         mapped to -ffp-contract=fast, and -mno-fused-madd is mapped to
4161         -ffp-contract=off.
4163         * optc-gen.awk: Add support for TargetVariable, HeaderInclude, and
4164         SourceInclude directives.  Fix a cut+paste error with target save
4165         enum variables.  Sort enums in the structures after ints and
4166         before shorts.
4167         * opth-gen.awk: Ditto.
4169         * configure.ac: Add support for HeaderInclude and SourceInclude option
4170         directives to add the appropriate files to the dependency lists.
4171         * configure: Regenerate.
4172         * Makefile.in (OPTIONS_H_EXTRA): New variable for HeaderInclude.
4173         (OPTIONS_C_EXTRA): New variable for SourceInclude.
4174         (OPTIONS_H): Add $(OPTIONS_H_EXTRA).
4175         (options.o): Add $(OPTIONS_C_EXTRA) dependency.
4176         (gcc-options.o): Ditto.
4177         * opt-include.awk: New awk script to handle HeaderInclude and
4178         TargetInclude.
4180         * config/rs6000/aix.opt (-mxl-compat): Mark option as Save so it
4181         gets saved in the target options.
4182         * config/rs6000/linux64.opt (-mprofile-kernel): Ditto.
4183         * config/rs6000/sysv4.opt (-mbit-align): Ditto.
4184         (-mprototype): Ditto.
4185         (-mbit-word): ditto.
4186         (-mregnames): Ditto.
4187         (-msecure-plt): Ditto.
4188         (-mbss-plt): Ditto.
4189         * config/rs6000/rs6000.opt (-mpowerpc-gpopt): Ditto.
4190         (-mpowerpc-gfxopt): Ditto.
4191         (-mmfcrf): Ditto.
4192         (-mpopcntb): Ditto.
4193         (-mfprnd): Ditto.
4194         (-mcmpb): Ditto.
4195         (-mmmfpgpr): Ditto.
4196         (-maltivec): Ditto.
4197         (-mhard-dfp): Ditto.
4198         (-mmulhw): Ditto.
4199         (-mdlmzb): Ditto.
4200         (-mmultiple): Ditto.
4201         (-mstring): Ditto.
4202         (-mpopcntd): Ditto.
4203         (-mfriz): Ditto.
4204         (-mvsx): Ditto.
4205         (-mno-update): Ditto.
4206         (-mavoid-indexed-addresses): Ditto.
4207         (-mtls-markers): Ditto.
4208         (-msched-epilog): Ditto.
4209         (-msched-prolog): Ditto.
4210         (-maix-struct-return): Ditto.
4211         (-msvr4-struct-return): Ditto.
4212         (-mxl-compat): Ditto.
4213         (-mrecip-precision): Ditto.
4214         (-mfp-in-toc): Ditto.
4215         (-msum-in-toc): Ditto.
4216         (-mvrsave): Ditto.
4217         (-mblock-move-inline-limit=): Ditto.
4218         (-misel): Ditto.
4219         (-mpaired): Ditto.
4220         (-mlongcall): Ditto.
4221         (-mgen-cell-microcode): Ditto.
4222         (-mwarn-cell-microcode): Ditto.
4223         (-mwarn-altivec-long): Ditto.
4224         (-mprioritize-restricted-insns=): Ditto.
4225         (-msingle-float): Ditto.
4226         (-mdouble-float): Ditto.
4227         (-msimple-fpu): Ditto.
4228         (-mxilinx-fpu): Ditto.
4229         * config/rs6000/aix64.opt (-mpe): Ditto.
4231         * config/rs6000/rs6000.opt (HeaderInclude): Include rs6000-opts.h.
4232         (rs6000_cpu): Move variable to be a target variable.  Rename
4233         cmodel to rs6000_current_cmodel because of macro conflict.  Merge
4234         -mdebug=<xxx> variables into a single int.
4235         (rs6000_always_hint): Ditto.
4236         (rs6000_sched_groups): Ditto.
4237         (rs6000_align_branch_targets): Ditto.
4238         (rs6000_sched_costly_dep): Ditto.
4239         (rs6000_sched_insert_nops): Ditto.
4240         (rs6000_long_double_type_size): Ditto.
4241         (rs6000_ieeequad): Ditto.
4242         (rs6000_altivec_abi): Ditto.
4243         (rs6000_spe): Ditto.
4244         (rs6000_spe_abi): Ditto.
4245         (rs6000_float_gprs): Ditto.
4246         (rs6000_darwin64_abi): Ditto.
4247         (can_override_loop_align): Ditto.
4248         (rs6000_sdata): Ditto.
4249         (rs6000_tls_size): Ditto.
4250         (rs6000_current_abi): Ditto.
4251         (rs6000_traceback): Ditto.
4252         (rs6000_alignment_flags): Ditto.
4253         (rs6000_current_cmodel): Ditto.
4254         (rs6000_recip_control): Ditto.
4255         (rs6000_cpu_index): Ditto.
4256         (rs6000_tune_index): Ditto.
4257         (rs6000_debug): Ditto.
4258         (rs6000_target_flags_explict): Ditto.
4260         * config/rs6000/rs6000-protos.h (rs6000_pragma_target_parse): Add
4261         declaration.
4263         * config/rs6000/linux64.h (rs6000_current_cmode): Rename from
4264         cmodel.  Change all uses.
4266         * config/rs6000/rs6000.c (rs6000_always_hint): Move to
4267         rs6000.opt.  Combine -mdebug=<xxx> variables into a single int.
4268         Rename cmodel to rs6000_current_cmodel.
4269         (rs6000_sched_groups): Ditto.
4270         (rs6000_align_branch_targets): Ditto.
4271         (rs6000_sched_costly_dep): Ditto.
4272         (rs6000_sched_insert_nops): Ditto.
4273         (rs6000_long_double_type_size): Ditto.
4274         (rs6000_ieeequad): Ditto.
4275         (rs6000_altivec_abi): Ditto.
4276         (rs6000_spe): Ditto.
4277         (rs6000_spe_abi): Ditto.
4278         (rs6000_float_gprs): Ditto.
4279         (rs6000_darwin64_abi): Ditto.
4280         (can_override_loop_align): Ditto.
4281         (rs6000_sdata): Ditto.
4282         (rs6000_tls_size): Ditto.
4283         (rs6000_current_abi): Ditto.
4284         (rs6000_traceback): Ditto.
4285         (rs6000_alignment_flags): Ditto.
4286         (rs6000_current_cmodel): Ditto.
4287         (rs6000_recip_control): Ditto.
4288         (rs6000_cpu_index): Ditto.
4289         (rs6000_tune_index): Ditto.
4290         (rs6000_debug): Ditto.
4291         (rs6000_target_flags_explict): Ditto.
4292         (rs6000_sched_insert_nops_str): Make static.
4293         (rs6000_sched_costly_dep_str): Ditto.
4294         (rs6000_recip_name): Ditto.
4295         (rs6000_abi_name): Ditto.
4296         (rs6000_sdata_name): Ditto.
4297         (enum rs6000_traceback_name): Move to rs6000-opts.h.
4298         (rs6000_parse_tls_size_option): Delete.
4299         (rs6000_valid_attribute_p): New function for target attributes and
4300         pragmas.
4301         (rs6000_function_specific_save): Ditto.
4302         (rs6000_function_specific_restore): Ditto.
4303         (rs6000_function_specific_print): Ditto.
4304         (rs6000_can_inline_p): Ditto.
4305         (rs6000_set_current_function): Ditto.
4306         (rs6000_inner_target_options): Ditto.
4307         (rs6000_debug_target_options): Ditto.
4308         (rs6000_pragma_target_parse): Ditto.
4309         (TARGET_OPTION_VALID_ATTRIBUTE_P): Define target hooks for target
4310         attributes and pragmas.
4311         (TARGET_OPTION_SAVE): Ditto.
4312         (TARGET_OPTION_RESTORE): Ditto.
4313         (TARGET_OPTION_PRINT): Ditto.
4314         (TARGET_CAN_INLINE_P): Ditto.
4315         (TARGET_SET_CURRENT_FUNCTION): Ditto.
4316         (POWER_MASKS): Move to file level scope from the
4317         rs6000_option_override_internal function.
4318         (POWERPC_MASKS): Ditto.
4319         (ISA_*_MASKS): Ditto.
4320         (struct rs6000_ptt): Ditto.
4321         (processor_target_table): Ditto.
4322         (rs6000_cpu_name_lookup): Map cpu name to an index in
4323         processor_target_table.
4324         (rs6000_debug_reg_global): Print more information on processor
4325         options for -mdebug=reg.
4326         (rs6000_init_hard_regno_mode_ok): Add support for target
4327         attributes and pragmas.  Merge all -mdebug=<xxx> fields into one.
4328         Allow -mdebug=val1,val2.  Rename cmodel variable.
4329         (rs6000_option_override_internal): Ditto.
4330         (rs6000_option_override): Ditto.
4331         (rs6000_handle_option): Ditto.
4332         (rs6000_conditional_register_usage): Add debug trace message.
4333         (struct rs6000_opt_mask): New for target attribute/pragma support.
4334         (rs6000_opt_masks): Ditto.
4335         (struct rs6000_opt_var): Ditto.
4336         (rs6000_opt_vars): Ditto.
4337         (rs6000_previous_function): Ditto.
4339         * config/rs6000/rs6000.h (top level): Include rs6000-opts.h if it
4340         wasn't already included.
4341         (enum rs6000_cmodel): Move to rs6000-opts.h or rs6000.opt.
4342         (enum processor_type): Ditto.
4343         (rs6000_cpu): Ditto.
4344         (enum fpu_type_t): Ditto.
4345         (fpu_type): Ditto.
4346         (enum rs6000_dependence_cost): Ditto.
4347         (enum rs6000_nop_insertion): Ditto.
4348         (enum group_termination): Ditto.
4349         (rs6000_long_double_type_size): Ditto.
4350         (rs6000_ieeequad): Ditto.
4351         (rs6000_altivec_abi): Ditto.
4352         (rs6000_spe_abi): Ditto.
4353         (rs6000_spe): Ditto.
4354         (rs6000_float_gprs): Ditto.
4355         (rs6000_alignment_flags): Ditto.
4356         (rs6000_sched_insert_nops): Ditto.
4357         (enum rs6000_vector): Ditto.
4358         (enum rs6000_abi): Ditto.
4359         (rs6000_current_opt): Ditto.
4360         (rs6000_debug_*): Delete.
4361         (MASK_DEBUG*): Combine -mdebug=xxxx into one int.
4362         (TARGET_DEBUG*): Ditto.
4364         * config/rs6000/rs6000-opts.h: New header file to define the enums
4365         that are used in target variables that are now defined in rs6000.opt.
4367         * config/rs6000/sysv4.h (enum rs6000_sdata_type): Move to
4368         rs6000-opts.h.
4369         (rs6000_sdata): Ditto.
4370         (rs6000_abi_name): Delete.
4371         (rs6000_sdata_name): Ditto.
4372         (rs6000_tls_size_string): Ditto.
4374 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
4376         * common.opt (debug_struct_ordinary, debug_struct_generic): New
4377         Variable entries.
4378         * dwarf2out.c (matches_main_base, dump_struct_debug, DUMP_GSTRUCT,
4379         should_emit_struct_debug): Move from opts.c.
4380         * flag-types.h (enum debug_struct_file): Move from opts.c.
4381         * flags.h (should_emit_struct_debug): Remove.
4382         (base_of_path): Declare.
4383         (set_struct_debug_option): Add gcc_options parameter.
4384         * optc-gen.awk, opth-gen.awk: Handle array variables.
4385         * opts.c (enum debug_struct_file, debug_struct_ordinary,
4386         debug_struct_generic): Remove.
4387         (set_struct_debug_option): Add gcc_options parameter.
4388         (base_of_path): Remove static.
4389         (main_input_basename, main_input_baselength, matches_main_base,
4390         dump_struct_debug, DUMP_GSTRUCT, should_emit_struct_debug):
4391         Remove.
4392         * toplev.c (main_input_basename, main_input_baselength): Define
4393         here.
4394         * toplev.h (main_input_basename, main_input_baselength): Declare
4395         here.
4397 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
4399         * common.opt (flag_instrument_functions_exclude_functions,
4400         flag_instrument_functions_exclude_files): New Variable definitions.
4401         * flags.h (flag_instrument_functions_exclude_p): Don't declare.
4402         * gimplify.c (char_p): Declare type and vectors.
4403         (flag_instrument_functions_exclude_p): Moved from opts.c.  Make static.
4404         * opts.c (flag_instrument_functions_exclude_functions,
4405         flag_instrument_functions_exclude_files): Remove.
4406         (add_comma_separated_to_vector): Take void **.
4407         (flag_instrument_functions_exclude_p): Move to gimplify.c.
4408         (common_handle_option): Use options structure for
4409         -finstrument-functions-exclude- options.
4411 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
4413         * doc/options.texi (Var): Document effects of Defer.
4414         (Defer): Document.
4415         * opt-functions.awk (var_type, var_set): Handle deferred options.
4416         * opts-common.c (set_option): Handle CLVC_DEFER.
4417         * common.opt (fcall-saved-, fcall-used-, fdump-, ffixed-,
4418         fplugin=, fplugin-arg-, fstack-limit, fstack-limit-register=,
4419         fstack-limit-symbol=): Mark as deferred.
4420         * opts.c: Don't include rtl.h, ggc.h, output.h, tree-pass.h or
4421         plugin.h.
4422         (print_filtered_help): Don't report state of CLVC_DEFER options.
4423         (common_handle_option): Move code for OPT_fcall_used_,
4424         OPT_fcall_saved_, OPT_fdump_, OPT_ffixed_, OPT_fplugin_,
4425         OPT_fplugin_arg_, OPT_fstack_limit, OPT_fstack_limit_register_ and
4426         OPT_fstack_limit_symbol_ to opts-global.c.
4427         (option_enabled, get_option_state): Handle CLVC_DEFER.
4428         * opts.h: Include vec.h.
4429         (enum cl_var_type): Add CLVC_DEFER.
4430         (cl_deferred_option): Define type and vectors.
4431         (handle_common_deferred_options): Declare.
4432         * opts-global.c: New.
4433         * toplev.c (toplev_main): Call handle_common_deferred_options
4434         * Makefile.in (OPTS_H): Include $(VEC_H).
4435         (OBJS-common): Include opts-global.o.
4436         (opts.o): Update dependencies.
4437         (opts-global.o): Add dependencies.
4439 2010-11-19  Nicola Pero  <nicola.pero@meta-innovation.com>
4441         * c-parser.c (c_parser_objc_protocol_definition): Pass attributes
4442         to objc_declare_protocols.
4444 2010-11-19  Richard Guenther  <rguenther@suse.de>
4446         PR lto/45789
4447         * lto-streamer-out.c (lto_output_ts_common_tree_pointers): For
4448         IDENTIFIERs do not stream TREE_TYPE.
4449         * lto-streamer-in.c (lto_input_ts_common_tree_pointers): Likewise.
4451 2010-11-19  Christian Borntraeger  <borntraeger@de.ibm.com>
4453         * config/s390/s390.c (s390_function_arg_integer): Handle NULLPTR_TYPE.
4455 2010-11-19  Jakub Jelinek  <jakub@redhat.com>
4457         PR target/45870
4458         * dwarf2out.c (const_ok_for_output_1): Don't complain about
4459         non-delegitimized TLS UNSPECs.
4461 2010-11-18  Jack Howarth  <howarth@bromo.med.uc.edu>
4462             Ian Lance Taylor  <iant@google.com>
4464         * config/darwin-c.c (darwin_additional_format_types): Export.
4466 2010-11-18  Paul Koning  <ni1d@arrl.net>
4468         * config/pdp11/pdp11.h (FIRST_PARM_OFFSET): Fix case of no frame
4469         pointer.
4471 2010-11-18  Paul Koning  <ni1d@arrl.net>
4473         * config/pdp11/pdp11.md (abshi2): Delete TARGET_ABSHI_BUILTIN.
4474         * config/pdp11/pdp11.c (TARGET_DEFAULT_TARGET_FLAGS): Ditto.
4475         * config/pdp11/pdp11.opt (-mabshi): Delete.
4477 2010-11-19  Mingjie Xing  <mingjie.xing@gmail.com>
4479         * resource.h (struct resources): Fix typo in the comment.
4481 2010-11-19  Uros Bizjak  <ubizjak@gmail.com>
4483         PR target/46546
4484         * config/i386/i386.c (ix86_reorg): Call compute_bb_for_insn.
4486 2010-11-18  Richard Henderson  <rth@redhat.com>
4488         PR middle-end/46515
4489         * function.c (maybe_copy_prologue_epilogue_insn): Rename from
4490         maybe_copy_epilogue_insn; handle prologue insns as well.
4491         * rtl.h, cfglayout.c: Update for rename.
4492         * recog.c (peep2_attempt): Copy prologue/epilogue data for
4493         RTX_FRAME_RELATED_P insns.
4495 2010-11-18  Jakub Jelinek  <jakub@redhat.com>
4497         PR middle-end/46534
4498         * builtins.c (fold_builtin_printf): Don't copy and modify string
4499         before build_string_literal, instead modify what
4500         build_string_literal returned.
4502 2010-11-18  Nathan Froyd  <froydnj@codesourcery.com>
4504         PR c/33193
4505         * c-typeck.c (build_unary_op): Call build_real_imag_expr for
4506         REALPART_EXPR and IMAGPART_EXPR.
4508 2010-11-18  Richard Guenther  <rguenther@suse.de>
4510         PR tree-optimization/46172
4511         * tree-vect-loop-manip.c (remove_dead_stmts_from_loop): New
4512         function.
4513         (slpeel_tree_peel_loop_to_edge): Call it.
4515 2010-11-18  Jeff Law  <law@redhat.com>
4517         PR middle-end-optimization/46297
4518         * postreload.c (reload_combine_note_store): Deal with embedded
4519         side effects in MEM expressions.
4521 2010-11-18  Richard Guenther  <rguenther@suse.de>
4523         PR lto/45089
4524         * dwarf2out.c (add_AT_die_ref): Work around LTO losing types
4525         when checking is not enabled.
4527 2010-11-18  Richard Guenther  <rguenther@suse.de>
4529         PR lto/46525
4530         * gimple.c (gimple_register_type): Update TYPE_MAIN_VARIANT of
4531         type leaders.
4532         (gimple_register_canonical_type): Also cache the canoncial type
4533         for non type leaders.
4535 2010-11-18  Richard Guenther  <rguenther@suse.de>
4537         * lto-wrapper.c (run_gcc): Fix -flto=N parsing.
4539 2010-11-18  Alexander Monakov  <amonakov@ispras.ru>
4541         PR middle-end/46518
4542         * sel-sched-ir.c (init_expr): Use the correct type for
4543         target_available.
4544         * sel-sched.c (fill_vec_av_set): Use explicitly signed char type.
4546 2010-11-17  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
4548         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Support -fpic
4549         as well as -mrelocatable at the same time.
4551 2010-11-17  Quentin Neill  <quentin.neill.gnu@gmail.com>
4553         PR target/46422
4554         * config/i386/bmiintrin.h (__lzcnt_u16, __lzcnt_u32, __lzcnt_u64):
4555         Call the clz builtin.
4557 2010-11-17  Dinar Temirbulatov <dtemirbulatov@gmail.com>
4558             Steve Ellcey  <sje@cup.hp.com>
4560         PR middle-end/31490
4561         * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
4562         if section attribute used.
4564 2010-11-17  Jan Hubicka  <jh@suse.cz>
4566         * builtins.c (expand_builtin_mathfn_2, expand_builtin_mathfn): Do not
4567         expand errno setting variant when optimizing for size.
4569 2010-11-17  Eric Botcazou  <ebotcazou@adacore.com>
4571         * postreload.c (reload_combine): Call control_flow_insn_p only once.
4572         Reverse backward loop.  Fix formatting issues.
4574 2010-11-17  Paolo Bonzini  <bonzini@gnu.org>
4576         * c-parser.c (c_token_is_qualifier,
4577         c_parser_next_token_is_qualifier): New.
4578         (c_parser_declaration_or_fndef, c_parser_struct_declaration):
4579         Improve error message on specs->tagdef_seen_p.
4580         (c_parser_struct_or_union_specifier): Improve error recovery.
4581         (c_parser_declspecs): Move exit condition on C_ID_ID early.
4582         Reorganize exit condition for C_ID_TYPENAME/C_ID_CLASSNAME
4583         using c_parser_next_token_is_qualifier; extend it to cover
4584         a ctsk_tagdef typespec and !typespec_ok in general.
4586 2010-11-17  Richard Guenther  <rguenther@suse.de>
4588         * value-prof.c (gimple_divmod_fixed_value_transform): Update the stmt.
4589         (gimple_mod_pow2_value_transform): Likewise.
4590         (gimple_mod_subtract_transform): Likewise.
4592 2010-11-17  Richard Guenther  <rguenther@suse.de>
4594         PR lto/46504
4595         * gimple.c (gimple_register_canonical_type): Make sure to only
4596         make type leaders canonical types.
4598 2010-11-17  Michael Matz  <matz@suse.de>
4600         * timevar.def (TV_IPA_OPT, TV_EARLY_LOCAL, TV_OPTIMIZE,
4601         TV_POSTRELOAD, TV_REMOVE_UNUSED, TV_ADDRESS_TAKEN, TV_TODO,
4602         TV_VERIFY_LOOP_CLOSED, TV_VERIFY_RTL_SHARING,
4603         TV_REBUILD_FREQUENCIES, TV_REPAIR_LOOPS): New.
4604         * tree-into-ssa.c (rewrite_into_ssa): Don't push/pop timevar here ...
4605         (pass_build_ssa): ... but here.
4606         * cgraphbuild.c (pass_rebuild_cgraph): Use timevar.
4607         * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Use timevar.
4608         * tree-emutls.c (pass_ipa_lower_emutls): Ditto.
4609         * df-core.c (pass_df_initialize_opt, pass_df_initialize_no_opt): Ditto.
4610         * predict.c (rebuild_frequencies): Ditto.
4611         * tree-vectorizer.c (pass_ipa_increase_alignment): Ditto.
4612         * emit-rtl.c (verify_rtl_sharing): Ditto.
4613         * tree-cfgcleanup.c (repair_loop_structures): Ditto.
4614         * tree-ssa-live.c (remove_unused_locals): Ditto.
4615         * cfglayout.c (pass_into_cfg_layout, pass_outof_cfg_layout): Ditto.
4616         * tree-ssa.c (pass_early_warn_uninitialized,
4617         execute_update_addresses_taken, pass_update_address_taken): Ditto.
4618         * tree-optimize.c (pass_all_optimizations, pass_early_local_passes,
4619         pass_cleanup_cfg_post_optimizing, tree_rest_of_compilation): Ditto.
4620         * passes.c (pass_postreload, execute_todo): Ditto.
4621         * tree-ssanames.c (pass_release_ssa_names): Ditto.
4623 2010-11-17  Joseph Myers  <joseph@codesourcery.com>
4625         * doc/invoke.texi (-dy): Remove.
4626         * langhooks-def.h (lhd_do_nothing_i): Don't declare.
4627         (LANG_HOOKS_PARSE_FILE): Define to lhd_do_nothing.
4628         * langhooks.c (lhd_do_nothing_i): Remove.
4629         * langhooks.h (lang_hooks.parse_file): Take no arguments.
4630         * toplev.c (set_yydebug): Remove.
4631         (compile_file): Update call to lang_hooks.parse_file.
4632         (decode_d_option): Don't handle -dy.
4634 2010-11-17  Jakub Jelinek  <jakub@redhat.com>
4636         PR rtl-optimization/46440
4637         * combine.c (update_cfg_for_uncondjump): When changing
4638         an indirect jump into unconditional jump, remove BARRIERs
4639         from bb's footer.
4641 2010-11-17  Joseph Myers  <joseph@codesourcery.com>
4643         * opts.c (target_handle_option): Do not assert that loc ==
4644         UNKNOWN_LOCATION.
4646 2010-11-17  Jakub Jelinek  <jakub@redhat.com>
4647             Richard Guenther  <rguenther@suse.de>
4649         PR middle-end/45838
4650         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
4651         call_may_clobber_ref_p_1): Return true for __sync_* and some
4652         OpenMP builtins that act as threading barriers.
4654 2010-11-17  Richard Guenther  <rguenther@suse.de>
4656         PR tree-optimization/46498
4657         * tree-ssa-dce.c (perform_tree_ssa_dce): Compute dominator info.
4659 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4661         * config/xtensa/xtensa.c (function_arg_boundary): Really rename to...
4662         (xtensa_function_arg_boundary): ...this.
4663         * config/picochip/pichochip.c (picochip_function_arg_boundary): Fix
4664         thinko in declaration.
4665         (picochip_function_arg, picochip_arg_partial_bytes): Pass proper
4666         number of parameters to picochip_function_arg_boundary.
4667         (picochip_arg_advance): Likewise.
4669 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4671         PR target/46512
4672         * config/pa/pa.c (pa_function_arg_boundary): Move TYPE_SIZE accesses
4673         under check for type.
4675 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
4677         * ifcvt.c (dead_or_predicable): Fix typo.
4679 2010-11-16  Richard Henderson  <rth@redhat.com>
4681         * config.gcc [s390*-*] (extra_options): Add fused-madd.opt.
4682         * config/s390/s390.opt (mfused-madd): Remove.
4683         * config/s390/s390.c (s390_rtx_costs): Handle FMA.
4684         (TARGET_DEFAULT_TARGET_FLAGS): Remove MASK_FUSED_MADD.
4685         * config/s390/s390.md (fma<DSF>4): Rename from *fmadd<DSF>; use FMA.
4686         (fms<DSF>4): Rename from *fmsub<DSF>; use FMA.
4688 2010-11-16  Richard Henderson  <rth@redhat.com>
4690         * config.gcc [powerpc*, rs6000*] (extra_options): Add fused-madd.opt.
4691         * config/rs6000/rs6000.opt (mfused-madd): Remove.
4692         * config/rs6000/altivec.md (altivec_vmaddfp): Remove.
4693         (*altivec_vmaddfp_1): Remove.
4694         (*altivec_fmav4sf4): Rename from altivec_vmaddfp_2; use FMA.
4695         (altivec_mulv4sf3): Expand to FMA directly.
4696         (*altivec_vnmsubfp): Rename from altivec_vnmsubfp.
4697         (*altivec_vnmsubfp_1, *altivec_vnmsubfp_2): Remove.
4698         * config/rs6000/paired.md (paired_madds0): Use FMA.
4699         (paired_madds1): Likewise.
4700         (*paired_madd): Rename from paired_madd; use FMA.
4701         (*paired_msub, *paired_nmadd, *paired_nmsub): Similarly.
4702         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
4703         consider TARGET_FUSED_MADD wrt rs6000_recip_control.
4704         (bdesc_3arg): Update CODE_FOR_* for pattern renames.
4705         (rs6000_emit_madd): Use fma_optab.
4706         (rs6000_emit_msub): Use fms_optab.
4707         (rs6000_emit_nmsub): Expand the FMA pattern directly.
4708         * config/rs6000/rs6000.md (FMA_F): New mode iterator.
4709         (*fmasf4_fpr): Rename from fmasf4_fpr.
4710         (*nfmasf4_fpr): Rename from *fnmasf4_fpr.
4711         (*nfmssf4_fpr): Rename from *fnmssf4_fpr.
4712         (*fmaddsf4_powerpc, *fmaddsf4_power, *fmsubsf4_powerpc): Remove.
4713         (*fmsubsf4_power, *fnmaddsf4_powerpc_1, *fnmaddsf4_powerpc_2): Remove.
4714         (*fnmaddsf4_power_1, *fnmaddsf4_power_2, *fnmsubsf4_powerpc_1): Remove.
4715         (*fnmsubsf4_powerpc_2, *fnmsubsf4_power_1, *fnmsubsf4_power_2): Remove.
4716         (*fmadf4_fpr): Rename from fmadf4_fpr.
4717         (*nfmadf4_fpr): Rename from *fnmadf4_fpr.
4718         (*nfmsdf4_fpr): Rename from *fnmsdf4_fpr.
4719         (*fmadddf4_fpr, *fmsubdf4_fpr, *fnmadddf4_fpr_1): Remove.
4720         (*fnmadddf4_fpr_2, *fnmsubdf4_fpr_1, *fnmsubdf4_fpr_2): Remove.
4721         (fmasf4, fmadf4): Macroize into...
4722         (fma<FMA_F>4): ... here.
4723         (fms<FMA_F>4, fnma<FMA_F>4, fnms<FMA_F>4): New.
4724         (nfma<FMA_F>4, nfms<FMA_F>4): New.
4725         * config/rs6000/vector.md (mul<VEC_F>3): Do not depend on
4726         TARGET_FUSED_MADD.
4727         * config/rs6000/vsx.md (vsx_fmadd<VSX_B>4): Remove.
4728         (*vsx_fmadd<mode>4_1): Remove.
4729         (vsx_fmsub<mode>4, *vsx_fmsub<mode>4_1): Remove.
4730         (vsx_fnmadd<mode>4_1, vsx_fnmadd<mode>4_2): Remove.
4731         (vsx_fnmsub<mode>4_1, vsx_fnmsub<mode>4_2): Remove.
4732         (*vsx_fma<mode>4): Rename from vsx_fmadd<mode>4_2.
4733         (*vsx_fms<mode>4): Rename from vsx_fmsub<mode>4_2.
4734         (*vsx_nfma<mode>4): Rename from vsx_fnmadd<mode>4.
4735         (*vsx_nfms<mode>4): Rename from vsx_fnmsub<mode>4.
4737 2010-11-16  Richard Henderson  <rth@redhat.com>
4739         * config/pa/pa.md (fmadf4): Rename from unnamed; use FMA.
4740         (fmasf4, fnmadf4, fnmasf4): Likewise.
4741         (unnamed plus+mult insns and splitters): Delete.
4743 2010-11-16  Richard Henderson  <rth@redhat.com>
4745         * config/spu/spu.md (fma<VSF>4): Rename from fma_<VSF>.
4746         (fnma<VSF>4): Rename from fnms_<VSF>.
4747         (fms<VSF>4): Rename from fms_<VSF>.
4748         (fma<VDF>4): Rename from fma_<VDF>.
4749         (fms<VDF>4): Rename from fms_<VDF>.
4750         (nfma<VDF>4): Rename from fnma_<VDF>.
4751         (nfms<VDF>4): Rename from fnms_<VDF>.
4752         (fnma<VDF>4, fnms<VDF>4): New expanders.
4753         (floatunsdisf2): Update for the renames.
4754         (*div<VSF>3_fast, *div<VSF>3_adjusted): Likewise.
4755         * config/spu/spu-builtins.def: Update CODE_FOR_* for the renames.
4757 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
4759         PR rtl-optimization/46490
4760         * combine.c (expand_compound_operation): Fix thinko.
4762 2010-11-16  Richard Henderson  <rth@redhat.com>
4764         PR target/46470
4765         * recog.c (peep2_attempt): Convert frame-related info when possible.
4766         (peep2_fill_buffer): Allow frame-related insns into the buffer.
4767         (peephole2_optimize): Allow peep2_attempt to fail.
4769 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
4771         PR rtl-optimization/46315
4772         * rtl.h (remove_reg_equal_equiv_notes_for_regno): Declare.
4773         * rtlanal.c (remove_reg_equal_equiv_notes_for_regno): New function
4774         extracted from...
4775         * dce.c (delete_corresponding_reg_eq_notes): ...here.  Rename into...
4776         (remove_reg_equal_equiv_notes_for_defs): ...this.
4777         (delete_unmarked_insns): Adjust to above renaming.
4778         * ifcvt.c (dead_or_predicable): Remove REG_EQUAL and REG_EQUIV notes
4779         referring to registers set in the insns being moved, if any.
4781         * df-core.c (df_ref_dump): New function extracted from...
4782         (df_refs_chain_dump): ...here.  Call it.
4783         (df_regs_chain_dump): Likewise.
4784         * df-problems.c (df_chain_dump): Print 'e' for uses in notes.
4785         * df-scan.c (df_scan_start_dump): Likewise.  Fix long line.
4787 2010-11-16  Andreas Schwab  <schwab@linux-m68k.org>
4789         PR rtl-optimization/46395
4790         * postreload.c (reload_combine): Invalidate register use
4791         information on all control flow insns.
4793         * config/m68k/m68k.c (m68k_delegitimize_address): Also expect
4794         LABEL_REF in UNSPEC operand.
4796 2010-11-16  Jan Hubicka  <jh@suse.cz>
4798         * cgraph.h (+varpool_can_remove_if_no_refs): Move here from ...;
4799         when !flag_toplevel_reorder do not remove unless variable is
4800         COMDAT or ARTIFICIAL.
4801         * ipa.c (varpool_can_remove_if_no_refs): ... here.
4802         (cgraph_remove_unreachable_nodes): Only analyzed nodes needs to stay.
4803         * cgraphunit.c (cgraph_analyze_functions): Dump varpool, too.
4804         * varpool.c (decide_is_variable_needed): Do not handle visibility
4805         issues.
4806         (varpool_finalize_decl): Likewise.
4807         (varpool_remove_unreferenced_decls): Use varpool_mark_needed_node;
4808         update outdated comment on DECL_RTL_SET_P check.
4810 2010-11-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4812         * config/sol2.h (NM_FLAGS): Define.
4813         * doc/tm.texi.in (Macros for Initialization, NM_FLAGS): Document.
4814         * doc/tm.texi: Update.
4816 2010-11-16  Nick Clifton  <nickc@redhat.com>
4818         * config/v850/v850.md (maddsf4): Rename to fmasf4 and use fma rtx_code.
4819         (msubsf4): Rename to fmssf4, and use fma.
4820         (nmaddsf4): Rename to fnmasf4 and use fma.
4821         (nmsubsf4): Rename to fnmssf4 and use fma.
4823 2010-11-16  Joern Rennecke  <amylaar@spamcop.net>
4825         PR target/44762
4826         * config/score/score3.c (score3_return_in_memory): Constify arguments.
4827         (score3_in_small_data_p, score3_function_value): Likewise.
4828         (score3_trampoline_init): Use LCT_NORMAL.
4829         (score3_print_operand): Initialize code as UNKNOWN.
4830         * config/score/predicates.md (score_load_multiple_operation):
4831         Remove unused variable.
4832         (score_store_multiple_operation): Likewise.
4833         * config/score/score7.c (score7_return_in_memory): Constify arguments.
4834         (score7_in_small_data_p, score7_function_value): Likewise.
4835         (score7_trampoline_init): Use LCT_NORMAL.
4836         (score7_print_operand): Initialize code as UNKNOWN.
4837         * config/score/score3.h (score3_return_in_memory): Update prototype.
4838         (score3_in_small_data_p, score3_function_value): Likewise.
4839         * config/score/score-protos.h (score_function_value): Likewise.
4840         * config/score/score7.h (score7_return_in_memory): Update prototype.
4841         (score7_in_small_data_p, score7_function_value): Likewise.
4842         * config/score/score.c (TARGET_PROMOTE_PROTOTYPES): Constify.
4843         (score_return_in_memory, score_pass_by_reference): Constify arguments.
4844         (score_output_mi_thunk, score_function_prologue): Don't return a value.
4845         (score_function_epilogue, score_in_small_data_p): Likewise.
4846         (score_option_override, score_asm_trampoline_template): Likewise.
4847         (score_trampoline_init, score_print_operand): Likewise.
4848         (score_print_operand_address, score_prologue): Likewise.
4849         (score_epilogue, score_call, score_call_value): Likewise.
4850         (score_movsicc, score_movdi, score_zero_extract_andi): Likewise.
4851         (score_function_arg_advance): Likewise. Make static.
4852         (score_asm_file_end): Mark parameter value with ATTRIBUTE_UNUSED.
4853         (score_function_arg, score_legitimate_address_p): Make static.
4854         (score_function_value): Mark parameter func with ATTRIBUTE_UNUSED.
4855         * config/score/score.h (REGNO_REG_CLASS): Cast value to enum reg_class.
4856         * config/score/score-conv.h (UIMM_IN_RANGE, SIMM_IN_RANGE):
4857         Allow (W) == HOST_BITS_PER_WIDE_INT.
4859         PR java/46386
4860         * config/pdp11/t-pdp11 (java/constants.o-warn): Remove.
4861         * config/t-pnt16-warn (java/constants.o-warn): Likewise.
4863 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4865         * config/arc/arc.c: Delete pasto.
4866         * config/pa/pa.c (pa_function_arg_boundary): Add missing comparison.
4868 2010-11-16  Anatoly Sokolov  <aesok@post.ru>
4870         * config/mn10300/mn10300.h (PREFERRED_RELOAD_CLASS,
4871         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
4872         * config/mn10300/mn10300.c (TARGET_PREFERRED_RELOAD_CLASS,
4873         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
4874         (mn10300_preferred_reload_class,
4875         mn10300_preferred_output_reload_class): New functions.
4877 2010-11-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4879         * gensupport.c (MNEMONIC_ATTR_NAME, MNEMONIC_HTAB_SIZE): New macros.
4880         (htab_eq_string, add_mnemonic_string, gen_mnemonic_setattr)
4881         (mnemonic_htab_callback, gen_mnemonic_attr): New functions.
4882         (init_rtx_reader_args_cb): Invoke gen_mnemonic_attr.
4884 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4886         * builtins.c (std_gimplify_va_arg_expr): Use
4887         targetm.calls.function_arg_boundary.
4888         * function.c (assign_parms, locate_and_pad_parm): Likewise.
4889         * calls.c (struct arg_data): Update comment.
4890         * defaults.h (FUNCTION_ARG_BOUNDARY): Delete.
4891         * target.def (function_arg_boundary): Define.
4892         * targhooks.h (default_function_arg_boundary): Declare.
4893         * targhooks.c (default_function_arg_boundary): Define.
4894         * doc/tm.texi.in (FUNCTION_ARG_PADDING): Use
4895         TARGET_FUNCTION_ARG_BOUNDARY.
4896         (FUNCTION_ARG_BOUNDARY): Delete.
4897         (TARGET_FUNCTION_ARG_BOUNDARY): New.
4898         * doc/tm.texi: Regenerate.
4899         * system.h (FUNCTION_ARG_BOUNDARY): Poison.
4900         * config/arc/arc.h (FUNCTION_ARG_BOUNDARY): Delete.
4901         * config/arc/arc.c (arc_function_arg_boundary): Define.
4902         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4903         * config/arm/arm.h (FUNCTION_ARG_BOUNDARY): Delete.
4904         * config/arm/arm-protos.h (arm_needs_doubleword_align): Delete.
4905         * config/arm/arm.c (arm_needs_doubleword_align): Make static.
4906         (arm_function_arg_boundary): Define.
4907         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4908         * config/frv/frv.h (FUNCTION_ARG_BOUNDARY): Delete.
4909         * config/frv/frv-protos.h (frv_function_arg_boundary): Delete.
4910         * config/frv/frv.c (frv_function_arg_boundary): Make static.
4911         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4912         * config/i386/i386.h (FUNCTION_ARG_BOUNDARY): Delete.
4913         * config/i386/i386-protos.h (ix86_function_arg_boundary): Delete.
4914         * config/i386/i386.c (ix86_function_arg_boundary): Make static.
4915         (ix86_compat_function_arg_boundary): Take and return unsigned int.
4916         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4917         * config/ia64/ia64.h (FUNCTION_ARG_BOUNDARY): Delete.
4918         * config/ia64/ia64-protos.h (ia64_function_arg_boundary): Delete.
4919         * config/ia64/ia64.c (ia64_function_arg_boundary): Make static.
4920         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4921         * config/m32c/m32c.h (FUNCTION_ARG_BOUNDARY): Delete.
4922         * config/m32c/m32c.c (m32c_function_arg_boundary): Define.
4923         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4924         * config/m32r/m32r.h (FUNCTION_ARG_BOUNDARY): Delete.
4925         * config/mcore/mcore.h (FUNCTION_ARG_BOUNDARY): Delete.
4926         * config/mcore/mcore.c (mcore_function_arg_boundary): Define.
4927         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4928         * config/mips/mips.h (FUNCTION_ARG_BOUNDARY): Delete.
4929         * config/mips/mips-protos.h (mips_function_arg_boundary): Delete.
4930         * config/mips/mips.c (mips_function_arg_boundary): Make static.
4931         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4932         * config/pa/pa.h (FUNCTION_ARG_BOUNDARY): Delete.
4933         * config/pa/pa.c (pa_function_arg_boundary): Define.
4934         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4935         * config/picochip/picochip.h (FUNCTION_ARG_BOUNDARY): Delete.
4936         * config/picochip/picochip-protos.h
4937         (picochip_get_function_arg_boundary): Delete.
4938         * config/picochip/picochip.c (picochip_get_function_arg_boundary):
4939         Rename to...
4940         (picochip_function_arg_boundary): ...this.  Make static.
4941         (picochip_function_arg, picochip_arg_partial_bytes): Adjust.
4942         (picochip_arg_advance): Adjust.
4943         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4944         * config/rs6000/rs6000.h (FUNCTION_ARG_BOUNDARY): Delete.
4945         * config/rs6000/rs6000-protos.h (function_arg_boundary): Delete.
4946         * config/rs6000/rs6000.c (function_arg_boundary): Rename to...
4947         (rs6000_function_arg_boundary): ...this.  Make static.
4948         (rs6000_parm_start, rs6000_gimplify_va_arg): Adjust.
4949         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4950         * config/rx/rx.h (FUNCTION_ARG_BOUNDARY): Delete.
4951         * config/rx/rx.c (rx_function_arg_boundary): Define.
4952         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4953         * config/sparc/sparc.h (FUNCTION_ARG_BOUNDARY): Delete.
4954         * config/sparc/sparc.c (sparc_function_arg_boundary): Define.
4955         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4956         * config/xtensa/xtensa.h (FUNCTION_ARG_BOUNDARY): Delete.
4957         * config/xtensa/xtensa-protos.h (function_arg_boundary): Delete.
4958         * config/xtensa/xtensa.c (function_arg_boundary): Rename to...
4959         (xtensa_function_arg_boundary): ...this.  Make static.
4960         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4962 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4964         * expr.c (alignment_for_piecewise_move): New function.
4965         (widest_int_mode_for_size): New function.
4966         (move_by_pieces, move_by_pieces_ninsns): Call them.
4967         (can_store_by_pieces, store_by_pieces_1): Likewise.
4969 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4971         * gcc.c (char_p): Define.  Define a VEC of it.
4972         (n_linker_options, n_assembler_options, n_preprocessor_options):
4973         Delete.
4974         (linker_options, assembler_options, preprocessor_options): Convert
4975         to a VEC.
4976         (add_preprocessor_option): Adjust.
4977         (add_assembler_option): Adjust.
4978         (add_linker_option): Adjust.
4979         (do_specs_vec): New function.
4980         (do_spec_1): Call it.  Adjust for new types.
4982 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4984         * Makefile.in (bitmap.o, ebitmap.o, et-forest.o): Update dependencies.
4985         (sreal.o, statistics.o, stringpool.o): Likewise.
4987 2010-11-16  Richard Guenther  <rguenther@suse.de>
4989         PR tree-optimization/44545
4990         * tree-ssa-reassoc.c (linearize_expr_tree): Possibly throwing
4991         statements are not reassociatable.
4992         (reassociate_bb): Likewise.
4994 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4996         * bitmap.c: Delete unnecessary includes.
4997         * ebitmap.c: Likewise.
4998         * et-forest.c: Likewise.
4999         * sreal.c: Likewise.
5000         * statistics.c: Likewise.
5001         * stringpool.c: Likewise.
5002         * double-int.c: Add comment for inclusion of tm.h.
5004 2010-11-16  Richard Guenther  <rguenther@suse.de>
5006         * tree-ssa-sccvn.c (visit_unary_op): Rename to ...
5007         (visit_nary_op): ... this.
5008         (visit_binary_op): Remove.
5009         (visit_use): Adjust and handle GIMPLE_TERNARY_RHS.
5011 2010-11-16  Richard Guenther  <rguenther@suse.de>
5013         PR middle-end/45172
5014         * tree-eh.c (cleanup_empty_eh_unsplit): Avoid creating duplicate edges.
5016 2010-11-16  Nick Clifton  <nickc@redhat.com>
5018         * config/rx/rx.c (rx_is_ms_bitfield_layout): Return false if the
5019         record is packed.
5021 2010-11-15  Richard Henderson  <rth@redhat.com>
5023         * fold-const.c (operand_equal_for_comparison_p): Handle FMA_EXPR,
5024         WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR, VEC_COND_EXPR and
5025         DOT_PROD_EXPR.
5027 2010-11-15  Richard Henderson  <rth@redhat.com>
5029         * config/mn10300/mn10300.md (fmasf4, fmssf4, fnmasf4, fnmssf4): Rename
5030         from fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4 respectively.  Use
5031         fma rtx_code.
5033 2010-11-15  Richard Henderson  <rth@redhat.com>
5035         * config/frv/frv.md (fmasf4, fmssf4): Rename from *muladdsf4
5036         and *mulsubsf4 respectively.  Use fma rtx_code.
5038 2010-11-15  Joseph Myers  <joseph@codesourcery.com>
5040         * gcc.c: Include "vec.h".
5041         (argbuf): Make into a VEC.
5042         (argbuf_length, argbuf_index): Remove.
5043         (alloc_args, clear_args, store_arg, execute, insert_wrapper,
5044         do_spec, do_self_spec, do_spec_1, eval_spec_function, main,
5045         compare_debug_dump_opt_spec_function: Use VEC interfaces on argbuf.
5046         * Makefile.in (GCC_OBJS): Add vec.o and ggc-none.o.
5047         (gcc.o): Depend on $(VEC_H).
5049 2010-11-15  Richard Henderson  <rth@redhat.com>
5051         * loop-unroll.c (analyze_insn_to_expand_var): Accept accumulation
5052         via FMA if unsafe math.
5053         (insert_var_expansion_initialization): Handle FMA.
5054         (combine_var_copies_in_loop_exit): Likewise.
5056 2010-11-15  Richard Henderson  <rth@redhat.com>
5058         * config.gcc [ia64-*] (extra_options): Add fused-madd.opt.
5059         * config/ia64/ia64.opt: Remove mfused-madd.
5060         * config/ia64/ia64.c (ia64_rtx_costs): Handle FP MULT, PLUS, FMA.
5061         * config/ia64/vms.h (TARGET_DEFAULT): Remove MASK_FUSED_MADD.
5062         * config/ia64/vms64.h (TARGET_DEFAULT): Likewise.
5063         * config/ia64/ia64.h (TARGET_DEFAULT): Likewise.
5064         * config/ia64/hpux.h (TARGET_DEFAULT): Likewise.
5065         * config/ia64/vect.md (addv2sf3, subv2sf3): Generate FMA.
5066         (*addv2sf3_1, *addv2sf3_2, *subv2sf3_1, *subv2sf3_2): Remove.
5067         (fmav2sf4): Rename from fpma; use FMA code.
5068         (fmsv2sf4): Rename from fpms; use FMA code.
5069         (fnmav2sf4): Rename from *fpnma; use FMA code.
5070         * config/ia64/ia64.md (MODE_SDF): New iterator.
5071         (suffix): New mode attribute.
5072         (*maddsf4, *msubsf4, *nmaddsf4): Remove.
5073         (fmssf4): Rename from *fmssf4.
5074         (fnmasf4): Rename from *nfmasf4.
5075         (*madddf4, *madddf4_trunc, *msubdf4, *msubdf4_trunc): Remove.
5076         (*nmadddf4, *nmadddf4_truncsf): Remove.
5077         (fmsdf4): Rename from *fmsdf4.
5078         (fnmadf4): Rename from *nfmadf4.
5079         (*fmadf_trunc_sf, *fmsdf_trunc_sf, *fnmadf_trunc_sf): New.
5080         (*maddxf4, *maddxf4_truncsf, *maddxf4_truncdf): Remove.
5081         (*msubxf4, *msubxf4_truncsf, *msubxf4_truncdf): Remove.
5082         (*nmaddxf4, *nmaddxf4_truncsf, *nmaddxf4_truncdf): Remove.
5083         (fmsxf4): Rename from *fmsxf4.
5084         (fnmaxf4): Rename from *nfmaxf4.
5085         (*fmaxf_trunc_<MODE_SDF>, *fmsxf_trunc_<MODE_SDF>): New.
5086         (*fnmaxf_trunc_<MODE_SDF>): New.
5088 2010-11-15  Jakub Jelinek  <jakub@redhat.com>
5090         PR tree-optimization/46461
5091         * tree-ssa-forwprop.c (simplify_builtin_call): Ensure ptr1 is
5092         a gimple val.
5094 2010-11-15  Ian Lance Taylor  <iant@google.com>
5096         * godump.c: New file.
5097         * common.opt (fdump-go-spec=): New option.
5098         * tree.h: Add comments for TYPE_SYMTAB_ADDRESS and friends.
5099         (TYPE_SYMTAB_IS_ADDRESS, TYPE_SYMTAB_IS_POINTER): Define.
5100         (TYPE_SYMTAB_IS_DIE): Define.
5101         (struct tree_type): Change GTY for symtab field to use
5102         TYPE_SYMTAB_IS_ADDRESS and friends and to use a debug_hooks field
5103         to pick the union field.
5104         * debug.h (struct gcc_debug_hooks): Add tree_type_symtab_field.
5105         (dump_go_spec_init): Declare.
5106         * toplev.c (process_options): Handle flag_dump_go_spec.
5107         * debug.c: Include "tree.h".
5108         (do_nothing_debug_hooks): Set tree_type_symtab_field.
5109         * dwarf2out.c (dwarf2_debug_hooks): Likewise.
5110         * dbxout.c (dbx_debug_hooks): Likewise.
5111         (xcoff_debug_hooks): Likewise.
5112         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
5113         * sdbout.c (sdb_debug_hooks): Likewise.  Do not define if
5114         SDB_DEBUGGING_INFO is not defined.
5115         * doc/invoke.texi (Option Summary): Mention -fdump-go-spec.
5116         (Overall Options): Document -fdump-go-spec.
5117         * Makefile.in (OBJS-common): Add godump.o.
5118         (debug.o): Add dependency on $(TREE_H).
5119         (godump.o): New target.
5120         (GTFILES): Add $(srcdir)/godump.c.
5122 2010-11-15  Jakub Jelinek  <jakub@redhat.com>
5124         PR debug/46095
5125         * config/i386/i386.c (pro_epilogue_adjust_stack): Instead of
5126         marking r11 set RTX_FRAME_RELATED_P if offset is too large for
5127         style < 0, add REG_FRAME_RELATED_EXPR.
5129         PR debug/46387
5130         * rtl.h (vt_equate_reg_base_value): New prototype.
5131         * alias.c (vt_equate_reg_base_value): New function.
5132         * var-tracking.c (vt_init_cfa_base): Use it.
5134 2010-11-15  Jan Hubicka  <jh@suse.cz>
5135             Diego Novillo  <dnovillo@google.com>
5137         PR lto/41528
5138         * doc/lto.texi: Add.
5139         * doc/gccint.texi: Add reference to lto.texi.
5140         * doc/invoke.texi: Update user documentation for LTO.
5141         Move internal flags to lto.texi
5143 2010-11-15  Nicola Pero  <nicola.pero@meta-innovation.com>
5145         * c-typeck.c (build_unary_op): Use
5146         objc_build_incr_expr_for_property_ref to build the pre/post
5147         increment/decrement of an Objective-C property ref, and skip the
5148         lvalue_or_else check in that case.
5150 2010-11-15  Martin Jambor  <mjambor@suse.cz>
5152         PR tree-optimization/46349
5153         * tree-sra.c (contains_bitfld_comp_ref_p): New function.
5154         (contains_vce_or_bfcref_p): Likewise.
5155         (sra_modify_assign): Use them.
5157 2010-11-15  Richard Guenther  <rguenther@suse.de>
5159         PR tree-optimization/46467
5160         * tree-ssa-structalias.c (do_structure_copy): Properly treat
5161         variables without subvars.
5163 2010-11-15  Hariharan Sandanagobalane  <hariharan@picochip.com>
5165         * config/picochip/picochip.c (file header): Picochip name change.
5166         * config/picochip/picochip.md (file header): Likewise.
5167         * config/picochip/predicates.md (file header): Likewise.
5168         * config/picochip/dfa_space.md (file header): Likewise.
5169         * config/picochip/dfa_speed.md (file header): Likewise.
5170         * config/picochip/picochip.h(file header): Likewise.
5171         * config/picochip/constraints.md (file header): Likewise.
5172         * config/picochip/picochip-protos.h (file header): Likewise.
5173         * config/picochip/libgccExtras/setjmp.asm (file header): Likewise.
5174         * config/picochip/libgccExtras/divmodsi4.asm (file header): Likewise.
5175         * config/picochip/libgccExtras/ashlsi3.asm (file header): Likewise.
5176         * config/picochip/libgccExtras/longjmp.asm (file header): Likewise.
5177         * config/picochip/libgccExtras/ashlsi3.c (file header): Likewise.
5178         * config/picochip/libgccExtras/popcounthi2.asm (file header): Likewise.
5179         * config/picochip/libgccExtras/parityhi2.asm (file header): Likewise.
5180         * config/picochip/libgccExtras/udivmodhi4.asm (file header): Likewise.
5181         * config/picochip/libgccExtras/ashrsi3.asm (file header): Likewise.
5182         * config/picochip/libgccExtras/ashrsi3.c (file header): Likewise.
5183         * config/picochip/libgccExtras/ucmpsi2.asm (file header): Likewise.
5184         * config/picochip/libgccExtras/divmodhi4.asm (file header): Likewise.
5185         * config/picochip/libgccExtras/lshrsi3.asm (file header): Likewise.
5186         * config/picochip/libgccExtras/subdi3.asm (file header): Likewise.
5188 2010-11-15  Richard Guenther  <rguenther@suse.de>
5190         PR bootstrap/46474
5191         * tree-ssa-math-opts.c (convert_mult_to_fma): Disregard debug stmts.
5193 2010-11-15  Nick Clifton  <nickc@redhat.com>
5195         * config/stormy16/stormy16.c (direct_return): Do not generate a
5196         direct return for interrupt handlers.
5198 2010-11-15  Joern Rennecke  <amylaar@spamcop.net>
5200         * Makefile.in (tm.texi): Replace with rule for:
5201         ($(srcdir)/doc/tm.texi).
5202         (s-tm-texi): Depend on $(srcdir)/doc/../doc/tm.texi instead of on
5203         $(srcdir)/doc/tm.texi .
5204         (TEXI_GCCINT_FILES): Depend on $(srcdir)/doc/tm.texi instead of on
5205         tm.texi .
5207         PR target/46427
5208         * config/m32r/m32r.c: Remove unused variables frame_size and insn.
5210         PR bootstrap/45444
5211         * config/arm/arm.c (locate_neon_builtin_icode): Initialize key.
5212         (arm_output_asm_insn) Add ATTRIBUTE_PRINTF_4.
5214         PR target/46432
5215         * config/v850/v850.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
5217 2010-11-15  Richard Guenther  <rguenther@suse.de>
5219         PR lto/44150
5220         * lto-opts.c (lto_write_options): Write -fexceptions even if
5221         not set by the user.
5223 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
5225         PR c/46462
5226         * c-decl.c (declspecs_add_type): Make variables with error types
5227         integers.
5228         * c-parser.c (c_parser_next_tokens_start_declaration): Two IDs
5229         do not start a declaration before an Objective-C foreach.
5230         (c_parser_declaration_or_fndef): Improve recovery after unknown
5231         type name.
5232         (c_parser_for_statement): Hoist entrance of "foreach context"
5233         before ifs, add corresponding reset where it was missing.  Do
5234         not set objc_could_be_foreach_context for C.
5236 2010-11-14  Eric Botcazou  <ebotcazou@adacore.com>
5238         PR tree-optimization/45722
5239         * tree-sra.c (build_ref_for_model): Always build a COMPONENT_REF if
5240         this is a reference to a component.
5241         * ipa-prop.c (ipa_get_member_ptr_load_param): Accept COMPONENT_REF.
5242         (ipa_note_param_call): Adjust comment.
5244 2010-11-14  Richard Sandiford  <rdsandiford@googlemail.com>
5246         * config/mips/mips.c (machine_function): Remove
5247         initialized_mips16_gp_pseudo_p.
5248         (mips16_gp_pseudo_reg): Use cfun->machine->mips16_gp_pseudo_rtx to
5249         detect whether a pseudo has already been created.  Unconditionally
5250         create a new one if not.
5251         (mips_pic_base_register): Only call mips16_gp_pseudo_reg when
5252         expanding to rtl.  Create a new pseudo otherwise, if allowed.
5254 2010-11-13  Richard Earnshaw  <rearnsha@arm.com>
5256         PR target/43440
5257         * tm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new macro.
5258         * tm.texi: Regenerated.
5259         * output.h (decode_reg_name_and_count): Declare.
5260         * varasm.c (decode_reg_name_and_count): New function.
5261         (decode_reg_name): Reimplement using decode_reg_name_and_count.
5262         * reginfo.c (fix_register): Use decode_reg_name_and_count and
5263         iterate over all regs used.
5264         * stmt.c (expand_asm_operands): Likewise.
5265         * arm/aout.h (OVERLAPPING_REGISTER_NAMES): Define.
5266         (ADDITIONAL_REGISTER_NAMES): Remove aliases that overlap
5267         multiple machine registers.
5269 2010-11-13  Eric Botcazou  <ebotcazou@adacore.com>
5271         * stor-layout.c (place_union_field): Do not put location information
5272         on offset expressions.
5273         (place_field): Likewise.
5274         (finalize_record_size): Likewise on size expressions.
5275         (finalize_type_size): Likewise.
5276         (layout_type): Likewise.
5278 2010-11-13  Alexandre Oliva  <aoliva@redhat.com>
5280         PR debug/42889
5281         * df-scan.c (df_insn_rescan): Don't mark BBs upon debug insns.
5282         * df-core.c (df_set_bb_dirty_nonrl): Remove.
5283         * df.h (df_set_bb_dirty_nonlr): Likewise.
5285 2010-11-13  Uros Bizjak  <ubizjak@gmail.com>
5287         * config/mips/mips.md (call_internal): Pass curr_insn to
5288         mips_split_call.
5289         (call_internal_direct): Ditto.
5290         (call_value_internal): Ditto.
5291         (call_value_internal_direct): Ditto.
5292         (call_value_multiple_internal): Ditto.
5293         * config/mips/mips.c (mips_split_call): Do not copy
5294         CALL_INSN_FUNCTION_USAGE here.
5296 2010-11-13  Mingming Sun  <mingm.sun@gmail.com>
5298         * doc/invoke.texi (MIPS Options): Add loongson3a processor.
5299         * config/mips/mips.md (define_attr "cpu"): Add loongson_3a.
5300         (define_insn "prefetch"): Add TARGET_LOONGSON_3A.
5301         * config/mips/mips.h (TARGET_LOONGSON_3A): Define.
5302         (TUNE_LOONGSON_3A): Define.
5303         (TARGET_LOONGSON_VECTORS): Add TARGET_LOONGSON_3A.
5304         (MIPS_ISA_LEVEL_SPEC): Add loongson3a.
5305         * config/mips/mips.c (mips_cpu_info_table): Add loongson3a.
5306         (mips_issue_rate): Add PROCESSOR_LOONGSON_3A.
5307         (mips_rtx_cost_data): Add Loongson-3A.
5309 2010-11-13  Iain Sandoe  <iains@gcc.gnu.org>
5311         * config/darwin.h (LINK_COMMAND_SPEC_A): Update for changes to lto
5312         switches.
5314 2010-11-13  Iain Sandoe  <iains@gcc.gnu.org>
5316         * dwarf2out.c (macinfo_entry): New struct.
5317         (output_comp_unit): Emit the section start label here and flag that we
5318         will emit an info section.
5319         (dwarf2out_start_source_file): Save data in a macinfo entry rather than
5320         emitting directly.
5321         (dwarf2out_end_source_file): Likewise.
5322         (dwarf2out_define): Likewise.
5323         (dwarf2out_undef): Likewise.
5324         (output_macinfo): New.
5325         (dwarf2out_init): Do not emit debug section switches here, allocate a
5326         vec for macinfo, when required.
5327         (dwarf2out_finish): First switch to debug_abbrev_section here.
5328         debug_line_section,  debug_macinfo_section, Likewise.
5329         Check that the pubtypes table has at least one unpruned entry before
5330         trying to emit it.
5332 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
5334         PR c/20385
5335         * c-parser.c (c_parser_next_token_starts_declaration): Rename to...
5336         (c_parser_next_tokens_start_declaration): ... this.  Handle 2nd
5337         token lookahead.
5338         (c_parser_compound_statement_nostart, c_parser_label,
5339         c_parser_for_statement, c_parser_omp_for_loop): Adjust calls.
5340         (c_parser_declaration_or_fndef): Detect the case now matched by
5341         c_parser_next_tokens_start_declaration, give error and correct it.
5343 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
5345         * c-tree.h (enum c_typespec_kind): Add ctsk_none.
5346         (struct c_declspecs): Replace tagdef_seen_p and type_seen_p
5347         with typespec_kind.
5348         * c-decl.c (build_null_declspecs): Initialize typespec_kind.
5349         (shadow_tag_warned, check_compound_literal_type): Adjust
5350         uses of tag_defined_p.
5351         (declspecs_add_type): Set typespec_kind.
5352         * c-parser.c (c_parser_declaration_or_fndef,
5353         c_parser_declspecs, c_parser_struct_declaration,
5354         c_parser_parameter_declaration, c_parser_type_name,
5355         c_parser_objc_diagnose_bad_element_prefix): Adjust uses
5356         of type_seen_p.
5357         * c-typeck.c (c_cast_expr): Use typespec_kind instead of
5358         tag_defined_p, pass ctsk_firstref through.
5360 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
5362         * c-format.c (enum format_specifier_kind, kind_descriptions): New.
5363         (struct format_wanted_type): Replace field "name" with "kind", add
5364         "format_start" and "format_length".
5365         (check_format_info_main): Fill in new fields.  Fill in
5366         FORMAT_WANTED_TYPES even for missing arguments.  Move checks
5367         after the final NUL outside the while loop.  Do not include
5368         width and precision modifiers in the format_start/format_length
5369         of the main format.
5370         (check_format_types): Remove FORMAT_START and FORMAT_LENGTH
5371         arguments.  Compute WANTED_TYPE first so that format_type_warning
5372         can be called for missing arguments.  Adjust calls to
5373         format_type_warning.
5374         (format_type_warning): Fetch as much information as possible
5375         from format_wanted_type.  Adjust printing now that every
5376         warning has a "descr", as well as for missing argument warnings
5377         and to include % sign for format specifiers.
5379 2010-11-12  Alexander Monakov  <amonakov@ispras.ru>
5381         PR rtl-optimization/46204
5382         * sel-sched-ir.c (maybe_tidy_empty_bb): Remove second argument.
5383         Update all callers.  Do not recompute topological order.  Adjust
5384         fallthrough edges following a degenerate conditional jump.
5386 2010-11-12  Joseph Myers  <joseph@codesourcery.com>
5388         * opts-common.c (control_warning_option): New.
5389         * opts.c (set_default_handlers): New.
5390         (decode_options): Use set_default_handlers and
5391         control_warning_option.
5392         (common_handle_option): Update call to enable_warning_as_error.
5393         (enable_warning_as_error): Take gcc_options parameters.  Use
5394         control_warning_option.
5395         * opts.h (set_default_handlers, control_warning_option): Declare.
5397 2010-11-12  Joseph Myers  <joseph@codesourcery.com>
5399         * Makefile.in (OPTS_H): Define.
5400         (c-decl.o, c-family/c-common.o, c-family/c-opts.o,
5401         c-family/c-pch.o, c-family/c-pragma.o, gcc.o, gccspec.o,
5402         cppspec.o, options.o, gcc-options.o, lto-opts.o, opts.o,
5403         opts-common.o, toplev.o, passes.o, matrix-reorg.o,
5404         ipa-struct-reorg.o, PLUGIN_HEADERS): Use $(OPTS_H).
5405         * gcc.c (driver_handle_option): Take location_t parameter.
5406         (process_command, do_self_spec): Update calls to
5407         read_cmdline_option.
5408         * langhooks-def.h (lhd_handle_option): Take location_t parameter.
5409         * langhooks.c (lhd_handle_option): Take location_t parameter.
5410         * langhooks.h (handle_option): Take location_t parameter.
5411         * lto-opts.c (lto_reissue_options): Update call to set_option.
5412         * opts-common.c (handle_option): Make static.  Take location_t
5413         parameter and pass it to other functions.
5414         (handle_generated_option): Take location_t parameter and pass it
5415         to other functions.
5416         (read_cmdline_option): Take location_t parameter and pass it to
5417         other functions.  Use warning_at and error_at.
5418         (set_option): Take location_t parameter and pass it to other
5419         functions.
5420         * opts.c (common_handle_option): Take location_t parameter and
5421         pass it to other functions.
5422         (enable_warning_as_error): Make static.  Take location_t parameter
5423         and pass it to other functions.
5424         (lang_handle_option): Take location_t parameter and pass it to
5425         other functions.
5426         (target_handle_option): Take location_t parameter.
5427         (read_cmdline_options, maybe_default_option,
5428         maybe_default_options, default_options_optimization,
5429         decode_options): Take location_t parameter and pass it to other
5430         functions.
5431         * opts.h: Include input.h.
5432         (struct cl_option_handler_func, decode_options, set_option,
5433         handle_generated_option, read_cmdline_option): Take location_t
5434         parameters.
5435         (handle_option, enable_warning_as_error): Remove.
5436         * toplev.c (toplev_main): Update call to decode_options.
5438 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5440         * graphite-cloog-util.c (oppose_constraint,
5441         cloog_matrix_to_ppl_constraint,
5442         new_Constraint_System_from_Cloog_Matrix): Explicitly cast to int as
5443         CLooG isl uses unsigned integers.  This triggered a warning.
5445 2010-11-12  Joern Rennecke  <amylaar@spamcop.net>
5447         PR target/46438
5448         * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Use LCT_NORMAL.
5449         (xtensa_setup_frame_addresses, xtensa_trampoline_init): Likewise.
5450         (xtensa_function_arg_1): De-constify cum.
5451         (xtensa_expand_prologue): Use add_reg_note.
5453         PR target/46435
5454         * config/cris/cris.c (saved_regs_mentioned): Delete.
5455         (cris_reload_address_legitimized): Cast itype to enum reload_type.
5456         Remove unused variable op0p.
5457         (cris_rtx_costs): Cast argument 2 to rtx_cost to enum rtx_code.
5458         (cris_emit_movem_store): Use add_reg_note.
5460         PR bootstrap/46456
5461         * cppbuiltin.c (define_builtin_macros_for_type_sizes): Split assert.
5463 2010-11-12  Eric Botcazou  <ebotcazou@adacore.com>
5465         * function.c (expand_function_end): Set the locator of the prologue on
5466         the stack checking insns.
5468 2010-11-12  Richard Henderson  <rth@redhat.com>
5470         * config.gcc [xtensa] (extra_options): Add fused-madd.opt.
5471         * config/xtensa/xtensa.opt (mfused-madd): Remove.
5472         * config/xtensa/xtensa.c (TARGET_DEFAULT_TARGET_FLAGS): Remove
5473         MASK_FUSED_MADD.
5474         * config/xtensa/xtensa.md (fmasf4): Rename from muladdsf3; use fma.
5475         (fnmasf4): Rename from mulsubsf3; use fma.
5477 2010-11-12  Joern Rennecke  <amylaar@spamcop.net>
5478             Richard Henderson  <rth@redhat.com>
5480         PR target/46428
5481         * config/moxie/moxie.c (moxie_expand_prologue): Remove unused variables.
5482         * config/moxie/moxie.h (HARD_REGNO_OK_FOR_BASE_P): Use unsigned
5483         comparison.
5485 2010-11-12  Pat Haugen  <pthaugen@us.ibm.com>
5487         * opts-common.c (decode_cmdline_option): Initialize separate_args.
5489 2010-11-12  Jan Hubicka  <jh@suse.cz>
5491         * doc/invoke.texi (early-inlining-insns): Update default.
5492         * params.def (early-inlining-insns): Default to 10.
5494 2010-11-12  Olivier Hainque  <hainque@adacore.com>
5496         * config/rs6000/aix.h: #undef TARGET_AIX_OS before #define.
5498 2010-11-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5500         * config/mips/iris6.h [!IRIX_USING_GNU_LD]
5501         (SUPPORTS_INIT_PRIORITY): Define.
5503 2010-11-12  Joern Rennecke  <amylaar@spamcop.net>
5505         PR target/46430
5506         * config/avr/avr-protos.h (avr_return_addr_rtx): Update prototype.
5507         * config/avr/driver-avr.c (avr_device_to_arch): Always return value.
5508         (avr_device_to_data_start, avr_device_to_startfiles): Likewise.
5509         (avr_device_to_devicelib): Likewise.
5510         * config/avr/avr.md (zero_extendqihi2): Put variable declarations
5511         into block.
5512         (zero_extendqisi2, zero_extendhisi2, zero_extendqidi2): Likewise.
5513         (zero_extendhidi2, zero_extendsidi2): Likewise.
5514         * config/avr/avr.c (avr_num_arg_regs): Constify type.
5515         (avr_return_addr_rtx): De-constify tem.
5516         (avr_rotate_bytes): Move declarations to start of block.
5517         Don't use variable length array.  Put nested if/else into block.
5519         PR rtl-optimization/46433
5520         * var-tracking.c: Include tm_p.h .
5522         PR bootstrap/44756
5523         PR build/44767
5524         * doc/tm.texi.in (LOCAL_ALIGNMENT): State that the type, if any,
5525         should be unsigned.
5526         (STACK_SLOT_ALIGNMENT, LOCAL_DECL_ALIGNMENT, PUSH_ROUNDING): Likewise.
5527         * doc/tm.texi: Regenerate.
5529         PR target/46412
5530         * config/bfin/bfin-protos.h (bfin_local_alignment): Update prototype.
5531         * config/bfin/bfin.c: Include sel-sched.h .
5532         (bfin_cpus): Use BFIN_CPU_UNKNOWN for last initializer element.
5533         (expand_interrupt_handler_prologue): Remove unused variable insn.
5534         (bfin_load_pic_reg): Likewise.
5535         (bfin_rtx_costs): Make code / outer_code variables of type
5536         enum rtx_code, copied from re-named parameters.
5537         (bfin_local_alignment): Change align argument and return type
5538         to unsigned.
5539         (bfin_adjust_cost): Remove unused variable insn_type.
5540         Declare variables at start of block.
5541         (struct loop_info): Rename to...
5542         (struct loop_info_d).
5543         (workaround_rts_anomaly): Change type of icode to int.
5544         (harmless_null_pointer_p): Cast REGNO (..) to int before comparison
5545         with int-typed variable.
5546         (note_np_check_stores): Likewise.
5547         (trapping_loads_p): Remove unused variable pat.
5548         (bfin_expand_binop_builtin): Use expand_normal.
5549         (bfin_expand_unop_builtin): Likewise.
5550         (bfin_expand_builtin): Likewise.  Set tmode before use.
5552         PR middle-end/44769
5553         * final.c (split_double): Don't use BITS_PER_WORD directly in
5554         shift count.
5556         PR target/46431
5557         * config/fr30/fr30.md (*movsf_constant_store): Remove duplicated
5558         assignment.
5560         PR target/46450
5561         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
5562         Use add_reg_note.
5563         (xstormy16_function_arg): Dereference cum.
5564         (xstormy16_expand_builtin): Use expand_normal.
5565         Change type of omode to enum machine_mode.
5566         (combine_bnp): Rename and to and_insn.
5568         PR target/46437
5569         * config/mcore/mcore.c (layout_mcore_frame): Remove unused variable
5570         localreg.
5572 2010-11-12  Eric Botcazou  <ebotcazou@adacore.com>
5574         PR debug/46375
5575         * emit-rtl.c (remove_insn): Do not mark BBs upon debug insns.
5577 2010-11-11  Rodrigo Rivas Costa  <rodrigorivascosta@gmail.com>
5579         PR lto/46376
5580         * lto-symtab.c (lto_symtab_resolve_replaceable_p): Use DECL_ONE_ONLY.
5582 2010-11-11  Nathan Froyd  <froydnj@codesourcery.com>
5584         PR c/44782
5585         * common.opt (fmax-errors=): New option.
5586         * opts.c (common_handle_option) [OPT_fmax_errors_]: Handle it.
5587         * diagnostic.h (struct diagnostic_context): Add max_errors field.
5588         * diagnostic.c (diagnostic_initialize): Initialize it.
5589         (diagnostic_action_after_output): Exit if more than max_errors
5590         have been output.
5591         * doc/invoke.texi (Warning Options): Add -fmax-errors.
5592         (-fmax-errors): Document.
5594 2010-11-11  Richard Henderson  <rth@redhat.com>
5596         * optabs.c (init_optabs): Init {fma,fms,fnma,fnms}_optab properly.
5598 2010-11-11  Richard Henderson  <rth@redhat.com>
5600         * config/fused-madd.opt: New file.
5601         * config.gcc [i386-*, x86_64-*] (extra_options): Use it.
5602         * config/i386/i386.c (ix86_extra_costs): Handle FMA.
5603         (TARGET_DEFAULT_TARGET_FLAGS): Remove MASK_FUSED_MADD.
5604         * config/i386/i386.opt (mfused-madd): Remove.
5605         * config/i386/sse.md (split_fma): Remove.
5606         (split_fms, split_fnma, split_fnms): Remove.
5608 2010-11-12  Jakub Jelinek  <jakub@redhat.com>
5610         PR target/46088
5611         * config/i386/i386.md (*ashl<mode>3_cconly,
5612         *<shiftrt_insn><mode>3_cconly): Don't use ix86_binary_operator_ok,
5613         change nonimmediate_operand predicate to register_operand.
5615 2010-11-11  Paolo Bonzini  <bonzini@gnu.org>
5617         * Makefile.in (gengtype-lex.c): Include bconfig.h first.
5619 2010-11-11  Jan Hubicka  <jh@suse.cz>
5621         * opts.c (finish_options): Do not error on -flto-partition alone.
5623         * doc/invoke.texi (-fwhopr): Merge into -flto section.
5624         (-flto-partition): Document none.
5625         * gcc.c (LINK_COMMAND_SPEC): Remove -fwhopr.
5626         * lto-wrapper.c: Update comment.
5627         (run_gcc): Update LTO option parsing.
5628         * opts.c (finish_options): add support -flto-partition=none
5629         (common_handle_option): Remove fwhopr.
5630         * common.opt: Turn fwhopr into flto.
5631         * collect2.c (main): Update option handling.
5632         * cgraphunit.c (cgraph_decide_is_function_needed): Remove flag_whopr.
5633         * ipa-split.c (execute_split_functions): Remove flag_whopr.
5634         * ipa.c (function_and_variable_visibility): Remove flag_whopr.
5635         * ipa-prop.c (ipa_compute_jump_functions): Remove flag_whopr.
5636         * varpool.c (decide_is_variable_needed): Remove flag_whopr.
5638 2010-11-11  Jan Hubicka  <jh@suse.cz>
5640         PR tree-optimize/40436
5641         * ipa-inline.c (likely_eliminated_by_inlining_p): Rename to ...
5642         (eliminated_by_inlining_prob): ... this one; return 50% probability
5643         for SRA.
5644         (estimate_function_body_sizes): Update use of
5645         eliminated_by_inlining_prob; estimate static function size
5646         for 2 instructions.
5648 2010-11-11  Joern Rennecke  <amylaar@spamcop.net>
5650         PR target/44749
5651         * config/mep/mep-protos.h (mep_legitimize_reload_address): Always
5652         declare.  Change type of argument four to type int.
5653         (mep_secondary_input_reload_class): Returns enum reg_class.
5654         (mep_secondary_output_reload_class): Likewise.
5655         (mep_function_value): Change types of arguments to cont_tree.
5656         * config/mep/mep.c (mep_legitimize_reload_address): Change type of
5657         argument four to type int.
5658         (mep_secondary_input_reload_class): Returns enum reg_class.
5659         (mep_secondary_output_reload_class): Likewise.
5660         (mep_function_value): Change types of arguments to cont_tree.
5661         * config/mep/mep.h (REGNO_REG_CLASS): Cast return value of
5662         mep_regno_reg_class to enum reg_class.
5664 2010-11-11  Richard Henderson  <rth@redhat.com>
5666         * tree-ssa-math-opts.c (convert_mult_to_fma): Do not verify
5667         that the target has the exact fma operation that we matched.
5669 2010-11-11  Joseph Myers  <joseph@codesourcery.com>
5671         * reginfo.c (fix_register): Avoid inserting English word in
5672         diagnostic sentence.  Use %qs for quoting and %'.
5674 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
5676         * config/i386/driver-i386.c (host_detect_local_cpu): Support
5677         Intel processor family 6, model 0x2c.
5679 2010-11-11  Joseph Myers  <joseph@codesourcery.com>
5681         * opts.c (warning_as_error_callback,
5682         register_warning_as_error_callback): Remove.
5683         (enable_warning_as_error): Don't use warning_as_error_callback.
5684         * opts.h (register_warning_as_error_callback): Remove.
5686 2010-11-11  Richard Henderson  <rth@redhat.com>
5688         * tree-ssa-math-opts.c (convert_mult_to_fma): Handle a NEGATE_EXPR
5689         in between the MULT and the PLUS/MINUS.
5691 2010-11-11  Jakub Jelinek  <jakub@redhat.com>
5693         PR middle-end/46388
5694         * expr.c (expand_assignment): If to_rtx is a VOIDmode MEM, use
5695         BLKmode mode for it.
5696         (expand_expr_real_1): Similarly for op0.
5698 2010-11-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5700         * doc/sourcebuild.texi (LTO Testing, dg-suppress-ld-options):
5701         Document optional target selector.
5703 2010-11-11  Dave Korn  <dave.korn.cygwin@gmail.com>
5705         * lto-streamer-out.c (write_symbol): Use int_size_in_bytes rather than
5706         assembling high and low parts of size if not using 32-bit HWINT; else
5707         use DECL_SIZE_UNITS, not DECL_SIZE.
5709 2010-11-11  Martin Jambor  <mjambor@suse.cz>
5711         PR tree-optimization/46383
5712         * ipa-prop.c (compute_complex_assign_jump_func): Ignore negative
5713         offsets.
5714         (compute_complex_ancestor_jump_func): Likewise.
5715         * tree.c (get_binfo_at_offset): Return NULL_TREE if offset is negative.
5717 2010-11-11  Jakub Jelinek  <jakub@redhat.com>
5719         PR debug/46150
5720         * tree-ssa-loop-ivopts.c (htab_inv_expr_eq): Don't return
5721         true if expr1->hash != expr2->hash.
5723 2010-11-10  Joseph Myers  <joseph@codesourcery.com>
5725         * cfgloop.c (verify_loop_structure): Use %' in diagnostics.  Start
5726         diagnostics with lowercase letters.
5727         * cgraphunit.c (verify_cgraph_node): Start diagnostics with
5728         lowercase letters.
5729         * collect2.c (maybe_run_lto_and_relink): Remove trailing '.' from
5730         diagnostic.
5731         * config/alpha/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
5732         * config/arm/arm.c (arm_get_pcs_model): Start diagnostics with
5733         lowercase letters.
5734         * config/arm/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
5735         Remove trailing ' ' from diagnostic.
5736         * config/avr/avr.c (print_operand_address): Start diagnostic with
5737         a lowercase letter and remove trailing '.'.
5738         * config/avr/avr.opt (mpmem-wrap-around): Fix typo in help text.
5739         * config/bfin/bfin.c (bfin_option_override): Start diagnostics
5740         with lowercase letters.  Use %' in diagnostics.  Remove trailing
5741         '.' from diagnostics.
5742         (bfin_handle_longcall_attribute): Use %' in diagnostic.
5743         * config/cris/cris.c (cris_split_movdx,
5744         cris_expand_pic_call_address): Start diagnostics with lowercase
5745         letters.
5746         (cris_asm_output_label_ref): Use %' in diagnostic.
5747         * config/cris/cris.h (ASM_SPEC): Start diagnostic with a lowercase
5748         letter.
5749         * config/crx/crx.h (FUNCTION_PROFILER): Start diagnostic with a
5750         lowercase letter.
5751         * config/darwin-c.c (version_as_macro): Start diagnostic with a
5752         lowercase letter.
5753         * config/darwin-driver.c (darwin_default_min_version): Use %' in
5754         diagnostic.
5755         * config/host-darwin.c (darwin_gt_pch_use_address): Use %' in
5756         diagnostic.
5757         * config/i386/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
5758         * config/i386/host-cygwin.c (cygwin_gt_pch_get_address): Use %' in
5759         diagnostics.
5760         * config/i386/i386.c (ix86_option_override_internal): Write
5761         diagnostic as a single sentence without trailing '.'.  Use %' in
5762         diagnostics.
5763         (ix86_function_sseregparm, classify_argument): Start diagnostics
5764         with lowercase letters.
5765         (ix86_expand_prologue): Use %' in diagnostic.
5766         * config/i386/i386.h (CC1_CPU_SPEC_1): Remove trailing '.' from
5767         diagnostic.
5768         * config/i386/nwld.h (LINK_SPEC): Start diagnostic with a
5769         lowercase letter.
5770         * config/i386/winnt.c (i386_pe_determine_dllimport_p): Use %' in
5771         diagnostic.
5772         * config/ia64/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
5773         * config/ia64/ia64.opt (msched-max-memory-insns-hard-limit): Avoid
5774         '`' in help text.
5775         * config/lm32/lm32.c (lm32_print_operand): Start diagnostic with a
5776         lowercase letter.
5777         * config/mep/mep.c (mep_validate_vliw): Start diagnostics with
5778         lowercase letters.
5779         * config/microblaze/microblaze.c (microblaze_handle_option):
5780         Remove trailing '.' from diagnostic.
5781         (print_operand): Start diagnostic with a lowercase letter.
5782         * config/pa/pa-hpux10.h (LINK_SPEC): Start diagnostics with
5783         lowercase letters.  Avoid '`' in diagnostics.
5784         * config/pa/pa-hpux11.h (LINK_SPEC): Start diagnostics with
5785         lowercase letters.  Avoid '`' in diagnostics.
5786         * config/pa/pa64-hpux.h (LINK_SPEC): Start diagnostics with
5787         lowercase letters.  Avoid '`' in diagnostics.
5788         * config/picochip/picochip.c (picochip_option_override,
5789         picochip_emit_save_register, picochip_function_arg,
5790         picochip_output_label, picochip_output_internal_label,
5791         picochip_asm_output_opcode, picochip_output_cbranch,
5792         picochip_output_compare, picochip_output_branch,
5793         picochip_get_vliw_alu_id): Remove trailing '.' and '\n' from
5794         diagnostics. Start diagnostics with lowercase letters.  Use %' in
5795         diagnostics.
5796         * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
5797         "SPE" capitalization.  Start diagnostic with a lowercase letter.
5798         (rs6000_handle_option): Start diagnostics with lowercase letters.
5799         (def_builtin): Remove trailing '.' from diagnostic.
5800         (rs6000_savres_routine_name): Start diagnostic with a lowercase
5801         letter.
5802         * config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC): Avoid '`' in
5803         diagnostic.
5804         * config/rx/rx.c (rx_handle_option): Start diagnostic with a
5805         lowercase letter.
5806         * config/s390/s390.c (s390_option_override) Start diagnostics with
5807         lowercase letters.  Use %' in diagnostic.
5808         * config/sh/sh.c (sh_output_mi_thunk): Start diagnostics with
5809         lowercase letters.
5810         * config/sh/symbian-base.c (sh_symbian_mark_dllimport): Use %' in
5811         diagnostic.
5812         * config/sh/symbian-c.c (sh_symbian_is_dllimported): Use %' in
5813         diagnostic.
5814         * config/sh/symbian-cxx.c (sh_symbian_is_dllimported): Use %' in
5815         diagnostic.
5816         * config/sparc/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
5817         * config/spu/spu.c (spu_option_override): Start diagnostics with
5818         lowercase letters.  Use %qs for quoting in diagnostics.
5819         (spu_check_builtin_parm): Remove trailing '.' from diagnostics.
5820         Use %wd instead of HOST_WIDE_INT_PRINT_DEC in diagnostic .
5821         * config/v850/v850.c (construct_save_jarl): Remove trailing '\n'
5822         from diagnostic.
5823         * convert.c (convert_to_integer, convert_to_vector): Use %' in
5824         diagnostics.
5825         * dbgcnt.c (dbg_cnt_process_opt): Start diagnostic with lowercase
5826         letter and use "cannot" spelling.
5827         * expmed.c (extract_fixed_bit_field): Start diagnostic with
5828         lowercase letter and format as a single sentence without '.'.
5829         * ggc-common.c (write_pch_globals, gt_pch_save, gt_pch_restore):
5830         Use %' in diagnostics.
5831         * ggc-page.c (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read):
5832         Use %' in diagnostics.
5833         * ggc-zone.c (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read):
5834         Use %' in diagnostics.
5835         * graph.c (clean_graph_dump_file): Use %' in diagnostic.
5836         * graphite-poly.c (graphite_read_scop_file): Start diagnostics
5837         with lowercase letters and remove tailing '.' and '\n'.
5838         * lto-cgraph.c (input_profile_summary): Start diagnostic with
5839         lowercase letter and remove trailing '.'.
5840         (input_cgraph): Start diagnostics with lowercase letters and
5841         remove trailing '\n'.
5842         * opts.c (finish_options, common_handle_option): Start diagnostics
5843         with lowercase letters and remove trailing '.'.  Fix typo in
5844         diagnostic.
5845         * passes.c (position_pass): Start diagnostic with lowercase letter.
5846         * plugin.c (add_new_plugin, parse_plugin_arg_opt,
5847         register_callback, try_init_one_plugin): Start diagnostics with
5848         lowercase letters.
5849         * reload1.c (spill_failure): Use %' in diagnostic.
5850         (gen_reload): Start diagnostic with a lowercase letter.
5851         * stor-layout.c (place_field): Start diagnostic with a lowercase
5852         letter.
5853         * toplev.c (open_auxiliary_file): Use %' in diagnostic.
5854         * tree-cfg.c (verify_expr, verify_types_in_gimple_reference,
5855         verify_gimple_call, verify_gimple_phi, verify_eh_throw_stmt_node):
5856         Start diagnostics with lowercase letters, remove trailing '.' and
5857         use %' in diagnostics.
5858         * tree-ssa.c (verify_def): Remove trailing '.' from diagnostic.
5859         (verify_ssa): Don't split diagnostic across two error calls.
5860         Spell out "number" and use %' in diagnostic.
5861         * value-prof.c (visit_hist, check_counter): Start diagnostics with
5862         lowercase letters.
5864 2010-11-10  Uros Bizjak  <ubizjak@gmail.com>
5866         PR middle-end/46419
5867         * config/i386/xmmintrin.h (_mm_cvtpi16_ps): Swap __hisi and __losi.
5868         (_mm_cvtpu16_ps): Ditto.
5870 2010-11-10  Joseph Myers  <joseph@codesourcery.com>
5872         * common.opt (flag_excess_precision_cmdline, flag_generate_lto,
5873         warn_larger_than, larger_than_size, warn_frame_larger_than,
5874         frame_larger_than_size, flag_gen_aux_info, flag_shlib,
5875         default_visibility, flag_tls_default): New Variable declarations.
5876         (aux-info, auxbase, dumpbase, dumpdir, falign-functions=,
5877         falign-jumps=, falign-labels=, falign-loops=, o, v): Use Var.
5878         (v): Declare as Common and document here.
5879         * flags.h (default_visibility, flag_generate_lto,
5880         warn_larger_than, larger_than_size, warn_frame_larger_than,
5881         frame_larger_than_size, flag_gen_aux_info, flag_pedantic_errors,
5882         flag_shlib, flag_excess_precision_cmdline): Remove.
5883         (set_Wstrict_aliasing): Update prototype.
5884         * gcc.c (verbose_flag): Remove.
5885         (driver_handle_option): Add diagnostic_context parameter.  Don't
5886         handle OPT_v explicitly here.  Set verbose_flag to 1 rather than
5887         incrementing it.
5888         * opts-common.c (handle_option): Pass dc to handler.
5889         * opts.c (warn_larger_than, larger_than_size,
5890         warn_frame_larger_than, frame_larger_than_size,
5891         default_visibility): Remove.
5892         (common_handle_option): Add diagnostic_context parameter.
5893         (set_fast_math_flags, set_unsafe_math_optimizations_flags): Add
5894         gcc_options parameters.
5895         (lang_handle_option, target_handle_option, read_cmdline_options,
5896         decode_options): Add diagnostic_context parameters.
5897         (finish_options): Access option state through opts pointer where
5898         possible.
5899         (common_handle_option): Access option state through opts pointer
5900         where possible.  Do not set local static variable verbose.  Do not
5901         explicitly handle OPT_v, OPT_Wstrict_aliasing_,
5902         OPT_Wstrict_overflow_, OPT_Wunused, OPT_auxbase, OPT_dumpbase,
5903         OPT_dumpdir, OPT_falign_functions_, OPT_falign_jumps_,
5904         OPT_falign_labels_, OPT_falign_loops_, OPT_fira_verbose_, OPT_o or
5905         OPT_fwhopr_.  Do not explicitly set .opt file variables for
5906         OPT_aux_info or OPT_pedantic_errors.  Use dc for diagnostic context.
5907         (set_Wstrict_aliasing): Add gcc_options parameter.
5908         * opts.h (struct cl_option_handler_func): Add diagnostic_context
5909         parameter to handler.
5910         (decode_options): Add diagnostic_context parameter.
5911         * toplev.c (dump_base_name, dump_dir_name, aux_base_name,
5912         asm_file_name, flag_generate_lto, flag_gen_aux_info,
5913         aux_info_file_name, flag_shlib, flag_tls_default,
5914         flag_excess_precision_cmdline, flag_pedantic_errors): Remove.
5915         (toplev_main): Pass global_dc to decode_options.
5916         * toplev.h (dump_base_name, dump_dir_name, aux_base_name,
5917         aux_info_file_name, asm_file_name): Remove.
5918         * tree.h (flag_tls_default): Remove.
5920 2010-11-10  Eric Botcazou  <ebotcazou@adacore.com>
5922         PR target/45986
5923         * config/sparc/sparc.c (sparc_delegitimize_address): New function.
5924         (TARGET_DELEGITIMIZE_ADDRESS): Define to above.
5926 2010-11-10  Quentin Neill  <quentin.neill.gnu@gmail.com>
5928         * config.gcc (i[34567]86-*-*): Include tbmintrin.h.
5929         (x86_64-*-*): Likewise.
5930         * config/i386/cpuid.h: Define TBM bit.
5931         * config/i386/driver-i386.c (host_detect_local_cpu): Define
5932         and set has_tbm.
5933         * config/i386/i386-c.c (ix86_target_macros_internal): Check
5934         isa_flag for TBM.
5935         * config/i386/i386.c (OPTION_MASK_ISA_TBM_SET): New.
5936         (OPTION_MASK_ISA_TBM_UNSET): New.
5937         (ix86_handle_option): Handle -mtbm.
5938         (isa_opts): Add -mtbm.
5939         (enum pta_flags): Add PTA_TBM.
5940         (ix86_option_override_internal): Add TBM support.
5941         (ix86_valid_target_attribute_inner_p): Handle -mtbm.
5942         (IX86_BUILTIN_BEXTRI32): New for TBM intrinsic.
5943         (IX86_BUILTIN_BEXTRI64): Likewise.
5944         (bdesc_args): Add TBM intrinsics.
5945         (ix86_expand_builtin): Add TBM specific case.
5946         * config/i386/i386.h (TARGET_TBM): New for TBM.
5947         * config/i386/i386.md (UNSPEC_BEXTRI): New for TBM.
5948         (tbm_bextri_<mode>): Likewise.
5949         (*tbm_blcfill_<mode>): Likewise.
5950         (*tbm_blci_<mode>): Likewise.
5951         (*tbm_blcic_<mode>): Likewise.
5952         (*tbm_blcmsk_<mode>): Likewise.
5953         (*tbm_blcs_<mode>): Likewise.
5954         (*tbm_blsfill_<mode>): Likewise.
5955         (*tbm_blsic_<mode>): Likewise.
5956         (*tbm_t1mskc_<mode>): Likewise.
5957         (*tbm_tzmsk_<mode>): Likewise.
5958         * config/i386/i386.opt: Add -mtbm.
5959         * config/i386/tbmintrin.h (__bextri_u32): New.
5960         (__blcfill_u32): Likewise.
5961         (__blci_u32): Likewise.
5962         (__blcic_u32): Likewise.
5963         (__blcmsk_u32): Likewise.
5964         (__blcs_u32): Likewise.
5965         (__blsfill_u32): Likewise.
5966         (__blsic_u32): Likewise.
5967         (__t1mskc_u32): Likewise.
5968         (__tzmsk_u32): Likewise.
5969         (__bextri_u64): Likewise.
5970         (__blcfill_u64): Likewise.
5971         (__blci_u64): Likewise.
5972         (__blcic_u64): Likewise.
5973         (__blcmsk_u64): Likewise.
5974         (__blcs_u64): Likewise.
5975         (__blsfill_u64): Likewise.
5976         (__blsic_u64): Likewise.
5977         (__t1mskc_u64): Likewise.
5978         (__tzmsk_u64): Likewise.
5979         * config/i386/x86intrin.h: Add TBM check and tbmintrin.h.
5980         * doc/invoke.texi: Document -mtbm.
5981         * doc/extend.texi: Document TBM built-in functions.
5983 2010-11-10  Quentin Neill  <quentin.neill.gnu@gmail.com>
5985         * config.gcc (i[34567]86-*-*): Include bmiintrin.h.
5986         (x86_64-*-*): Likewise.
5987         * config/i386/cpuid.h: Define BMI bit.
5988         * config/i386/driver-i386.c (host_detect_local_cpu): Define
5989         and set has_bmi.
5990         * config/i386/i386-c.c (ix86_target_macros_internal): Check
5991         isa_flag for BMI.
5992         * config/i386/i386.c (OPTION_MASK_ISA_BMI_SET): New.
5993         (OPTION_MASK_ISA_BMI_UNSET): New.
5994         (ix86_handle_option): Handle -mbmi.
5995         (isa_opts): Add -mbmi.
5996         (enum pta_flags): Add PTA_BMI.
5997         (ix86_option_override_internal): Add BMI support.
5998         (ix86_valid_target_attribute_inner_p): Handle -mbmi.
5999         (IX86_BUILTIN_BEXTR32): New for BMI intrinsic.
6000         (IX86_BUILTIN_BEXTR64): Likewise.
6001         (IX86_BUILTIN_CTZS): Likewise.
6002         (bdesc_args): Add BMI intrinsics.
6003         (ix86_expand_args_builtin): Add BMI specific cases.
6004         * config/i386/i386.h (TARGET_BMI): New for BMI.
6005         (CTZ_DEFINED_VALUE_AT_ZERO): Likewise.
6006         (CLZ_DEFINED_VALUE_AT_ZERO): Likewise.
6007         * config/i386/i386.md (UNSPEC_BEXTR): New for BMI.
6008         (UNSPEC_TZCNT): Likewise.
6009         (ctz<mode>2): Add tzcnt, and handle 16 bit operands.
6010         (bmi_andn_<mode>): New for BMI.
6011         (bmi_bextr_<mode>): Likewise.
6012         (bmi_blsi_<mode>): Likewise.
6013         (bmi_blsmsk_<mode>): Likewise.
6014         (bmi_blsr_<mode>): Likewise.
6015         * config/i386/i386.opt: Add -mbmi.
6016         * config/i386/x86intrin.h: Add BMI check and bmiintrin.h.
6017         * config/i386/bmiintrin.h (__lzcnt_u16): New.
6018         (__tzcnt_u16): Likewise.
6019         (__andn_u32): Likewise.
6020         (__bextr_u32): Likewise.
6021         (__blsi_u32): Likewise.
6022         (__blsmsk_u32): Likewise.
6023         (__blsr_u32): Likewise.
6024         (__lzcnt_u32): Likewise.
6025         (__tzcnt_u32): Likewise.
6026         (__andn_u64): Likewise.
6027         (__bextr_u64): Likewise.
6028         (__blsi_u64): Likewise.
6029         (__blsmsk_u64): Likewise.
6030         (__blsr_u64): Likewise.
6031         (__lzcnt_u64): Likewise.
6032         (__tzcnt_u64): Likewise.
6033         * doc/invoke.texi: Document -mbmi and -mno-bmi.
6034         * doc/extend.texi: Document BMI built-in functions.
6036 2010-11-10  Jan Hubicka  <jh@suse.cz>
6038         PR tree-optimize/46228
6039         * doc/invoke.texi (comdat-sharing-probability): Document.
6040         * ipa-inline.c (cgraph_estimate_growth): Handle COMDATs
6041         * params.def (PARAM_COMDAT_SHARING_PROBABILITY): New param.
6043 2010-11-10  Jan Hubicka  <jh@suse.cz>
6045         PR tree-optimize/46228
6046         * cgraph.c (cgraph_propagate_frequency): Fix typo.
6048 2010-11-10  H.J. Lu  <hongjiu.lu@intel.com>
6050         PR tree-optimization/46414
6051         * tree-inline.c (estimate_move_cost): Check preferred vector
6052         mode for vector type.
6054 2010-11-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6056         * config/alpha/osf5.h (ASM_SPEC): Remove -nocpp.
6058 2010-11-10  Sebastian Pop  <sebastian.pop@amd.com>
6060         PR tree-optimization/45971
6061         * tree-if-conv.c (predicate_scalar_phi): Do not generate a COND_EXPR
6062         for phi nodes analyzable by scev.
6064 2010-11-10  Richard Guenther  <rguenther@suse.de>
6066         PR tree-optimization/44964
6067         * ipa-inline.c (cgraph_flatten): Check that SSA form matches.
6069 2010-11-10  Martin Jambor  <mjambor@suse.cz>
6071         PR tree-optimization/46351
6072         PR tree-optimization/46377
6073         * tree-sra.c (type_internals_preclude_sra_p): Disqualify types with
6074         aggregate bit-fields.
6076 2010-11-10  Joseph Myers  <joseph@codesourcery.com>
6078         * doc/tm.texi.in (TARGET_OPTION_TRANSLATE_TABLE): Remove.
6079         * doc/tm.texi: Regenerate.
6080         * opts-common.c (tm.h): Don't include.
6081         (target_option_translations): Remove.
6082         (decode_cmdline_options_to_array): Don't handle translating options.
6083         * system.h (TARGET_OPTION_TRANSLATE_TABLE): Poison.
6084         * config/darwin-driver.c: Don't condition includes on
6085         CROSS_DIRECTORY_STRUCTURE.
6086         (darwin_default_min_version): Make static.
6087         (darwin_driver_init): New.  Call darwin_default_min_version if not
6088         CROSS_DIRECTORY_STRUCTURE.
6089         * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Remove.
6090         (DRIVER_SELF_SPECS, DARWIN_CC1_SPEC): Define.
6091         (ASM_SPEC): Add %{static}.
6092         (darwin_default_min_version): Don't declare.
6093         (darwin_driver_init): Declare.
6094         (GCC_DRIVER_HOST_INITIALIZATION): Define to call
6095         darwin_driver_init, independent of CROSS_DIRECTORY_STRUCTURE.
6096         * config/darwin.opt (all_load, allowable_client,
6097         arch_errors_fatal, bind_at_load, bundle, bundle_loader,
6098         dead_strip, dependency-file, dylib_file, dynamic, dynamiclib,
6099         exported_symbols_list, filelist, findirect-virtual-calls,
6100         flat_namespace, force_cpusubtype_ALL, force_flat_namespace,
6101         framework, fterminated-vtables, gfull, gused, image_base, init,
6102         install_name, multi_module, multiply_defined,
6103         multiply_defined_unused, no_dead_strip_inits_and_terms,
6104         seg_addr_table, seg_addr_table_filename, segaddr,
6105         segs_read_only_addr, segs_read_write_addr, single_module,
6106         umbrella, unexported_symbols_list, weak_reference_mismatches,
6107         Zall_load, Zarch_errors_fatal, Zbind_at_load, Zbundle,
6108         Zdead_strip, Zdynamic, Zdynamiclib, Zflat_namespace,
6109         Zforce_cpusubtype_ALL, Zforce_flat_namespace, Zmulti_module,
6110         Zno_dead_strip_inits_and_terms, Zsingle_module): New.
6111         * config/i386/darwin.h (CC1_SPEC): Add DARWIN_CC1_SPEC.
6112         (ASM_SPEC): Add %{static}.
6113         (SUBTARGET_OPTION_TRANSLATE_TABLE): Remove.
6114         * config/mep/mep.h (TARGET_OPTION_TRANSLATE_TABLE): Remove.
6115         (DRIVER_SELF_SPECS): Handle options formerly in
6116         TARGET_OPTION_TRANSLATE_TABLE.
6117         * config/mep/mep.opt (mfar): New.
6118         * config/picochip/picochip.h (TARGET_OPTION_TRANSLATE_TABLE): Remove.
6119         (DRIVER_SELF_SPECS): Define.  Handle options formerly in
6120         TARGET_OPTION_TRANSLATE_TABLE.
6121         * config/rs6000/darwin.h (CC1_SPEC): Handle -faltivec and -fno-altivec.
6122         (SUBTARGET_OPTION_TRANSLATE_TABLE): Remove.
6123         * config/rs6000/darwin.opt (Waltivec-long-deprecated, faltivec,
6124         ffix-and-continue, findirect-data): New.
6125         * config/rx/rx.h (TARGET_OPTION_TRANSLATE_TABLE): Remove.
6126         * config/rx/rx.opt (nofpu): Make into alias of mnofpu.
6127         (mnofpu): Define mask and use Report here.
6129 2010-11-10  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6131         * config/s390/s390.c (s390_emit_prologue): Report the stack
6132         size if -fstack-usage is used.
6134 2010-11-10  Richard Guenther  <rguenther@suse.de>
6136         PR tree-optimization/46398
6137         * tree-ssa-sccvn.c (process_scc): Iterate for all PHIs.
6139 2010-11-10  Joern Rennecke  <amylaar@spamcop.net>
6141         PR target/44760
6142         * config/iq2000/iq2000.h (REGISTER_NAMES): Remove trailing semicolon.
6143         (REGNO_MODE_OK_FOR_BASE_P): Cast REGNO to int before passing it to
6144         GP_REG_OR_PSEUDO_STRICT_P.
6145         * config/iq2000/iq2000.md (andsi3+1): Add gcc_unreachable for
6146         unexpected alternative.
6147         (*movsf_internal): Likewise.
6148         (indirect_jump): Replace call to non-existant function with call to
6149         internal_error.
6150         (tablejump): Likewise.
6151         * config/iq2000/iq2000.c: Include df.h .
6152         (iq2000_function_arg_advance): Use CONST_CAST2.
6153         (compute_frame_size, iq2000_expand_prologue): Remove unused variables.
6154         (iq2000_can_eliminate): Call leaf_function_p instead of testing for
6155         a non-zero function address.
6156         (iq2000_initial_elimination_offset): Add gcc_unreachable for
6157         unexpected value of FROM.
6158         (symbolic_expression_p): Delete.
6159         (iq2000_function_value): Constify func.
6160         (expand_one_builtin): Use expand_normal.
6161         (iq2000_print_operand): Don't print VALUE if calculating it failed.
6163         PR rtl-optimization/44764
6164         * addresses.h (ok_for_base_p_1): Mark regno with ATTRIBUTE_UNUSED.
6166         PR target/46407
6167         * config/rx/rx.h (REGISTER_NAMES): Remove trailing semicolon.
6168         * config/rx/rx.c (rx_promote_function_mode): Mark punsignedp
6169         with ATTRIBUTE_UNUSED.
6170         (valid_psw_flag): Constify parameter which.
6171         (rx_memory_move_cost): Change type of parameter regclass to reg_class_t.
6173         PR target/46415
6174         * config/mmix/mmix-protos.h (mmix_local_alignment): Update prototype.
6175         (mmix_dbx_register_number): Likewise.
6176         * config/mmix/mmix.c: Include df.h .
6177         (mmix_local_alignment): Change argument basic_align and return type
6178         to unsigned.
6179         (mmix_dbx_register_number): Change argument and return type to
6180         unsigned.
6181         (mmix_expand_prologue): Use add_reg_note.
6183         PR target/46417
6184         * config/spu/spu.c (spu_expand_insv): Remove unused variables.
6185         (spu_split_store): Use aform.
6186         (spu_function_profiler): Mark parameter labelno with ATTRIBUTE_UNUSED.
6188 2010-11-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6190         PR/46268
6191         * doc/gty.texi (GTY Options): Clarify that variable_size produces
6192         allocators taking size in bytes, compare with length option.  Add
6193         size calculation example.
6194         (Invoking the garbage collector): Ensure that sentences are
6195         followed by two spaces.  Describe that pointer fields must be
6196         initialized at ggc_collect call.
6197         (Troubleshooting): New section.
6199 2010-11-09  Jan Hubicka  <jh@suse.cz>
6201         PR tree-optimization/40436
6202         * ipa-inline.c (leaf_node_p): Implement using is_inexpensive_builtin.
6203         * tree-inline.c (estimate_num_insns): Inexpensive builtins are like
6204         normal instructions; be sure bultin is not implemented in this file;
6205         compute non-zero return cost.
6206         (init_inline_once): Reduce builtin_call_cost to 1; set return cost.
6207         * tree-inline.h (eni_weights_d): Add return cost.
6209 2010-11-09  Joseph Myers  <joseph@codesourcery.com>
6211         * c-parser.c (c_parser_struct_declaration): Handle declaration
6212         specifiers followed by CPP_CLOSE_BRACE.
6214 2010-11-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
6216         * config/rs6000/rs6000.md (floatsi<mode>2_lfiwax): Rewrite so
6217         split occurs before reload, and we allocate memory at the time of
6218         the split, not during expansion.  Add attributes.
6219         (floatsi<mode>2_lfiwax_mem): Ditto.
6220         (floatunssi<mode>2_lfiwzx): Ditto.
6221         (floatunssi<mode>2_lfiwzx_mem): Ditto.
6222         (floatsidf2): Ditto.
6223         (floatunssisf2): Ditto.
6224         (floatunssidf2): Ditto.
6225         (fix_trunc<mode>si2): Ditto.
6226         (fix_trunc<mode>si2_stfiwx): Ditto.
6227         (fix_trunc<mode>si2_internal): Ditto.
6228         (fix_trunc<mode>si2): Ditto.
6229         (fix_trunc<mode>di2): Ditto.
6230         (fixuns_trunc<mode>si2_stfiwx): Ditto.
6231         (floatsisf2): Ditto.
6232         (floatdidf2_mem): Ditto.
6233         (floatunsdidf2_mem): Ditto.
6234         (floatunsdidf2): Ditto.
6235         (floatdisf2_internal1): Ditto.
6236         (floatdisf2_mem): Ditto.
6237         (floatunsdisf2_mem): Ditto.
6238         (floatsi<mode>2_lfiwax_mem2): Delete.
6239         (floatunssi<mode>2_lfiwzx_mem2): Ditto.
6240         (fix_trunc<mode>si2_mem): Ditto.
6241         (fixuns_trunc<mode>si2_mem): Ditto.
6242         (round32<mode>2_fprs): New combiner insn to combine (double)(int)
6243         type operations to reduce copying the values to multiple memory slots.
6244         (roundu32<mode>2_fprs): Ditto.
6246         * config/rs6000/rs6000.c (rs6000_address_for_fpconvert): Handle
6247         PRE_INC, PRE_DEC, PRE_MODIFY.
6248         (rs6000_expand_convert_si_to_sfdf): Delete, no longer used.
6250         * config/rs6000/rs6000-protos.h (rs6000_expand_convert_si_to_sfdf):
6251         Delete prototype.
6253 2010-11-09  Jakub Jelinek  <jakub@redhat.com>
6255         PR target/43808
6256         * cfgexpand.c (partition_stack_vars): Call
6257         update_alias_info_with_stack_vars unconditionally.
6258         (update_alias_info_with_stack_vars): Allow unused
6259         unreferenced vars when not optimizing.
6261 2010-11-09  Sebastian Pop  <sebastian.pop@amd.com>
6263         PR tree-optimization/46036
6264         * tree-if-conv.c (predicate_bbs): Call unshare_expr before
6265         add_to_dst_predicate_list.
6267 2010-11-09  Jakub Jelinek  <jakub@redhat.com>
6269         PR debug/46171
6270         * df-problems.c (struct dead_debug_use, struct dead_debug): Move
6271         earlier.
6272         (df_set_unused_notes_for_mw, df_create_unused_note): Add DEBUG
6273         argument, call dead_debug_reset when adding REG_UNUSED note.
6274         (dead_debug_reset): New function.
6275         (df_note_bb_compute): Adjust df_set_unused_notes_for_mw and
6276         df_create_unused_note callers.
6278 2010-11-09  Anatoly Sokolov  <aesok@post.ru>
6280         * config/fr30/fr30.c: Include "df.h".
6282 2010-11-09  Richard Guenther  <rguenther@suse.de>
6284         PR tree-optimization/46355
6285         * tree-loop-distribution.c (tree_loop_distribution): Do not
6286         distribute loops without a single exit.
6288 2010-11-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6290         PR rtl-optimization/46237
6291         * ira-conflicts.c (ira_build_conflicts): Record conflicts for call
6292         saved hard regs if they might get partially clobbered.
6294 2010-11-09  Paul Koning  <ni1d@arrl.net>
6296         * config/pdp11/pdp11.md (lshrsi3, lshrhi3): Use add for decrement.
6298 2010-11-09  Richard Guenther  <rguenther@suse.de>
6300         PR tree-optimization/46177
6301         * tree-loop-distribution.c (prop_phis): Remove.
6302         (generate_builtin): Re-use the old loop exit edge to avoid
6303         needing to update PHI nodes.
6305 2010-11-09  Joern Rennecke  <amylaar@spamcop.net>
6307         * config/i386/i386.c (ix86_expand_split_stack_prologue): Change
6308         type of args_size to unsigned HOST_WIDE_INT.
6310         PR target/44755
6311         * config.gcc (picochip-*): Add t-pnt16-warn to tmake_file.
6312         * config/t-pnt16-warn: New file.
6313         * config/picochip/picochip.c (picochip_emit_stack_allocate):
6314         Use add_reg_note.
6315         (picochip_emit_save_register): Likewise.
6316         (picochip_emit_restore_register): Remove variable insn.
6317         (picochip_legitimize_address): Don't use C++ style comments.
6318         (picochip_legitimize_reload_address): Likewise.
6319         (reorder_var_tracking_notes): Remove variable vliw_start.
6320         (picochip_reorg): Cast first arguemnt to emit_note_after to
6321         enum insn_note.
6322         (picochip_expand_builtin_2op): Use EXPAND_NORMAL.
6323         (picochip_expand_builtin_3op): Likewise.
6324         (picochip_expand_builtin_2opvoid): Likewise.
6325         (picochip_expand_array_get, picochip_expand_array_put): Likewise.
6326         (picochip_expand_array_testport): Likewise.
6327         (picochip_init_builtins): Remove unused variables.
6328         * config/picochip/picochip.h (ASM_FORMAT_PRIVATE_NAME): Cast LABELNO
6329         to unsigned long, and output it as such.
6330         (ASM_OUTPUT_SKIP): Use HOST_WIDE_INT_PRINT_UNSIGNED.
6331         * config/picochip/picochip.md (movhicc): Remove nonsense statement.
6332         (schedType): Cast result of picochip_schedule_type to
6333         enum attr_schedType.
6335         PR target/44759
6336         * config/mn10300/mn10300.c (SIZE_FMOV_LIMIT): Promote all arms of
6337         conditional to type of S.
6338         (mn10300_function_arg): Remove unused variable align.
6339         (mn10300_arg_partial_bytes): Likewise.
6340         * config/mn10300/mn10300.md (attribute cpu): Cast value to
6341         enum attr_cpu.
6343 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
6345         PR bootstrap/46392
6346         * gengtype-parse.c (type): Call get_input_file_name to get file name.
6348 2010-11-09  Eric Botcazou  <ebotcazou@adacore.com>
6350         * tree.h (contains_placeholder_p): Fix comment.
6351         (type_contains_placeholder_p): Adjust comment.
6352         * tree.c (contains_placeholder_p): Fix comment.
6353         (type_contains_placeholder_1): Do not recurse on pointed-to types and
6354         adjust comment.
6355         (type_contains_placeholder_p): Add comment.
6357 2010-11-09  Paul Koning  <ni1d@arrl.net>
6359         * config/pdp11/pdp11.c (pdp11_assemble_integer): Clean up fix for
6360         output of byte values.
6362 2010-11-09  Jakub Jelinek  <jakub@redhat.com>
6364         PR middle-end/46360
6365         * tree-ssa-propagate.c (update_call_from_tree): Fix for use
6366         not in SSA mode.
6368 2010-11-09  Richard Guenther  <rguenther@suse.de>
6370         PR middle-end/46221
6371         * varasm.c (compute_visible_aliases): New function.
6372         (remove_unreachable_alias_pairs): Aliases make a target available
6373         even though we reclaimed the cgraph node.
6374         (finish_aliases_1): Likewise.
6375         * Makefile.in (varasm.o): Add pointer-set.h dependency.
6377 2010-11-09  Nick Clifton  <nickc@redhat.com>
6379         * config/mn10300/mn10300-modes.def: New file.
6381 2010-11-09  Basile Starynkevitch  <basile@starynkevitch.net>
6382             Jeremie Salvucci  <jeremie.salvucci@free.fr>
6384         * gengtype.c (get_output_file_name): Declaration moved to gengtype.h.
6385         (plugin_files, get_file_basename, get_file_realbasename)
6386         (get_file_langdir, error_at_line, gt_files, this_file)
6387         (system_h_file, read_input_list, create_field_all)
6388         (get_file_srcdir_relative_path, get_file_basename)
6389         (get_file_langdir, get_file_gtfilename)
6390         (get_output_file_with_visibility, get_output_file_name)
6391         (struct flist, put_mangled_filename, walk_type)
6392         (put_mangled_filename, finish_root_table, write_roots): Use
6393         input_file-s.
6394         (lang_dir_names, num_lang_dirs): Remove static.
6395         (get_lang_bitmap, set_lang_bitmap): Moved to gengtype.h.
6396         (main): Use input_file-s.
6398         * gengtype.h: (struct input_file_st, input_file): New type.
6399         (struct fileloc): Use it.
6400         (gt_files, num_gt_files, this_file, system_h_file)
6401         (input_file_by_name, get_file_srcdir_relative_path): Use input_file.
6402         (get_input_file_name): New function.
6403         (get_lang_bitmap, set_lang_bitmap): Moved from gengtype.c and
6404         use input_file.
6405         (lang_dir_names, num_lang_dirs, get_output_file_with_visibility)
6406         (get_output_file_name): Ditto.
6408         * gengtype-lex.l (yybegin): Use input_file.
6410         * gengtype-parse.c (parse_error): Use input_file.
6412 2010-11-08  Xinliang David Li  <davidxl@google.com>
6414         PR tree-optimization/46316
6415         * tree-vrp.c (adjust_range_with_scev): Check double_int overflow.
6416         * double-int.h (double_int_mul_with_sign): New function.
6417         * double-int.c (double_int_mul_with_sign): New function.
6419 2010-11-08  Paul Koning  <ni1d@arrl.net>
6421         * config/pdp11/pdp11.md (lshrsi3, lshrhi3): Fix wrong code.
6423 2010-11-08  Paul Koning  <ni1d@arrl.net>
6425         * config/pdp11/pdp11.md (negsi2): Fix wrong code.
6427 2010-11-08  Paul Koning  <ni1d@arrl.net>
6429         * config/pdp11/pdp11.c (pdp11_assemble_integer): Mask byte values
6430         to 8 bits.
6432 2010-11-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
6434         PR target/46378
6435         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
6436         turn on ISA 2.04 rounding instructions for power5.
6438         * config/rs6000/rs6000.md (friz): Friz is an ISA 2.04 instruciton,
6439         not ISA 2.02.
6441         PR target/45585
6442         * config/rs6000/darwin.md (movdi_low): Allow DImode values to be
6443         in FPR registers.
6444         (movdi_low_st): Ditto.
6446 2010-11-08  Joern Rennecke  <amylaar@spamcop.net>
6447             Richard Henderson  <rth@redhat.com>
6449         PR target/44758
6450         * config/frv/frv.md (attribute cpu): Cast value to enum attr_cpu.
6451         (attribute acc_group): Cast value to enum attr_acc_group.
6452         (*movdi_nodouble+6): Use gen_int_mode.
6453         * config/frv/frv-protos.h (frv_trampoline_size): Declare no matter
6454         if RTX_CODE is defined or not.
6455         * config/frv/frv.c (enum frv_io_type): New enum, broken out of
6456         struct frv_io.
6457         (frv_handle_option): Mark parameter value with ATTRIBUTE_UNUSED.
6458         (frv_frame_access, frv_expand_prologue): Remove unused variables.
6459         (frv_expand_block_clear): Likewise.
6460         (frv_trampoline_init): Use LCT_NORMAL.
6461         (struct frv_packet_group): New struct, broken out of type of
6462         frv_packet.
6463         (frv_start_packet, frv_reorder_packet): Initialize group to GROUP_I,
6464         use cast in loop counter increment.
6465         (frv_extract_membar): Cast HOST_WIDE_INT to enum frv_io_type before
6466         assigning to io->type.
6467         (bdesc_set): Use rtx_code UNKNOWN in initializer.
6468         (bdesc_1arg, bdesc_2arg, bdesc_int_void2arg): Likewise.
6469         (bdesc_prefetches, bdesc_cut, bdesc_2argimm, bdesc_void2arg): Likewise.
6470         (bdesc_void3arg, bdesc_voidacc, bdesc_loads, bdesc_stores): Likewise.
6471         (frv_read_argument): Use expand_normal.
6473         PR target/44757
6474         * config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Call
6475         lm32_legitimate_constant_p.
6476         * config/lm32/lm32.md (ashlsi3): Remove unused variable.
6477         * config/lm32/lm32.c (gen_int_relational): Make new block for
6478         LE / LT / LEU / LTU case.  Declare variables at start of block.
6479         (lm32_block_move_inline): Use XALLOCAVEC.
6481 2010-11-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6483         * config/i386/i386.c (ix86_function_arg_boundary): Fix warning message.
6485 2010-11-08  Basile Starynkevitch  <basile@starynkevitch.net>
6487         * gengtype (get_output_file_for_structure): Ensure type is union
6488         or struct.
6489         (write_splay_tree_allocator_def): Use
6490         get_output_file_with_visibility.
6492 2010-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6494         * config/s390/s390.c (s390_handle_arch_option): Set type and flags
6495         to defined values in case of an error.
6496         (s390_option_override): Skip further processing if the -march
6497         parameter wasn't recognized.
6499 2010-11-08  Joern Rennecke  <amylaar@spamcop.net>
6501         * caller-save.c (reg_save_code): After HARD_REGNO_MODE_OK check fails,
6502         assert that REG is a hard register number before using it as an index.
6504         PR bootstrap/46358
6505         * config/i386/i386.c (ix86_expand_split_stack_prologue):
6506         Avoid warnings when HOST_WIDE_INT is 32 bit.
6508 2010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
6510         PR target/46208
6511         * config/sparc/sparc.c (TARGET_PROMOTE_PROTOTYPES): Delete.
6512         (sparc_promote_prototypes): Likewise.
6513         (sparc_promote_function_mode): Promote in 32-bit mode as well.
6514         (sparc_return_in_memory): Remove superfluous parentheses.
6515         (sparc_struct_value_rtx): Fix long lines.
6516         (sparc_function_value_1): Promote in 32-bit mode as well.
6518 2010-11-08  Andrey Belevantsev  <abel@ispras.ru>
6520         PR rtl-optimization/45352
6521         * sel-sched.c (find_best_expr): Do not set pneed_stall when
6522         the variable_issue hook is not implemented.
6523         (fill_insns): Remove dead variable stall_iterations.
6524         (init_seqno_1): Force EBB start for resetting sched cycles on any
6525         successor blocks of the rescheduled region.
6526         (sel_sched_region_1): Use bitmap_bit_p instead of bitmap_clear_bit.
6527         (reset_sched_cycles_in_current_ebb): Add debug printing.
6528         New variable issued_insns.  Advance state when we have issued
6529         issue_rate insns.
6531 2010-11-08  Basile Starynkevitch  <basile@starynkevitch.net>
6533         * gengtype (main): Get here's position using POS_HERE macro for
6534         do*typedef calls.
6536 2010-11-07  Ian Lance Taylor  <iant@google.com>
6538         PR target/46089
6539         * config/i386/i386.c (split_stack_fn_large): New static variable.
6540         (ix86_expand_split_stack_prologue): Handle large model.
6542 2010-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6544         * config/m68k/m68k.c (m68k_delegitimize_address): Update to handle
6545         all possible addressing modes.
6547 2010-11-07  Uros Bizjak  <ubizjak@gmail.com>
6549         PR tree-optimization/46346
6550         * tree-ssa-forwprop.c (rhs_to_tree): Handle GIMPLE_TERNARY_RHS.
6552 2010-11-07  Richard Sandiford  <rdsandiford@googlemail.com>
6554         * config/mips/mips.c: Revert previous patch.
6555         * config/mips/mips.md: Likewise.
6557 2010-11-07  Richard Sandiford  <rdsandiford@googlemail.com>
6559         * config/mips/mips.c (mips_rtx_costs): Handle FMA.
6560         * config/mips/mips.md (*madd4<mode>, *madd3<mode>, *msub4<mode>)
6561         (*msub3<mode>, *nmadd4<mode>_fastmath, *nmadd3<mode>_fastmath)
6562         (*nmsub4<mode>_fastmath, *nmsub3<mode>_fastmath): Delete.
6563         (*nmadd4<mode>, *nmadd3<mode>. *nmsub4<mode>, *nmsub3<mode>): Redefine
6564         to use FMA.
6565         (fma<mode>4, *fma<mode>4_madd3, *fma<mode>4_madd4): New patterns.
6566         (fms<mode>4, *fms<mode>4_msub3, *fms<mode>4_msub4): Likewise.
6567         (fnms<mode>4, *fnms<mode>4_nmadd3, *fnms<mode>4_nmadd4): Likewise.
6568         (fnma<mode>4, *fnma<mode>4_nmsub3, *fnma<mode>4_nmsub4): Likewise.
6570 2010-11-06  Simon Martin  <simartin@users.sourceforge.net>
6572         PR c/43384
6573         * c-decl.c (lookup_label): Labels can only be referenced in a
6574         function's scope.
6575         (store_parm_decls_oldstyle): Skip erroneous parameters.
6577 2010-11-06  Anatoly Sokolov  <aesok@post.ru>
6579         * config/fr30/fr30.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
6580         LIBCALL_VALUE): Remove macros.
6581         * config/fr30/fr30.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
6582         TARGET_FUNCTION_VALUE_REGNO_P): Define.
6583         (fr30_function_value_regno_p, fr30_function_value,
6584         fr30_libcall_value): New functions.
6586 2010-11-06  Joern Rennecke  <amylaar@spamcop.net>
6588         PR middle-end/46314
6589         * target.def (generate_internal_label): New asm_out hook.
6590         * output.h (default_generate_internal_label): Declare.
6591         * varasm.c (default_generate_internal_label): Define.
6593 2010-11-06  Iain Sandoe  <iains@gcc.gnu.org>
6595         PR target/44981
6596         * doc/extend.tex (format): Document NSString extension.
6597         (format_arg): Likewise.
6598         (Darwin Format Checks): New section.
6599         * doc/tm.texi: Document string object hooks (generated).
6600         * doc/tm.texi.in (TARGET_OBJC_CONSTRUCT_STRING_OBJECT) Rename.
6601         (TARGET_STRING_OBJECT_REF_TYPE_P): New.
6602         (TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): New.
6603         * target.def (objc_construct_string_object): Rename, amend
6604         documentation.
6605         (string_object_ref_type_p): New hook.
6606         (check_string_object_format_arg): New hook.
6607         * c-parser.c (c_parser_attributes): Allow objective-c class names as
6608         attribute identifiers.
6609         * config/darwin-c.c (darwin_cfstring_ref_p): New.
6610         (darwin_check_cfstring_format_arg): New.
6611         (darwin_additional_format_types): New.
6612         * config/darwin-protos.h (darwin_cfstring_ref_p) New.
6613         (darwin_check_cfstring_format_arg): New.
6614         * config/darwin.h (TARGET_OBJC_CONSTRUCT_STRING_OBJECT) Renamed.
6615         (TARGET_STRING_OBJECT_REF_TYPE_P): New.
6616         (TARGET_N_FORMAT_TYPES): New.
6617         (TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): New.
6619 2010-11-06  Eric Botcazou  <ebotcazou@adacore.com>
6620             Pascal Obry  <obry@adacore.com>
6622         * config/i386/cygming.h (DWARF_FRAME_REGISTERS): Redefine.  Use 33
6623         in 64-bit mode and 17 otherwise.
6625 2010-11-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6627         PR debug/45939
6628         * var-tracking.c (emit_note_insn_var_location): Make sure that
6629         call related var location notes come before the normal ones.
6631 2010-11-05  H.J. Lu  <hongjiu.lu@intel.com>
6633         PR target/46326
6634         * config/i386/i386.c (ix86_delegitimize_address): Fix a typo
6635         in the last change.
6637 2010-11-05  Ian Lance Taylor  <iant@google.com>
6639         * explow.c (allocate_dynamic_stack_space): Check MALLOC_ABI_ALIGNMENT.
6641 2010-11-05  Jakub Jelinek  <jakub@redhat.com>
6643         PR c/44772
6644         * c-decl.c (warn_cxx_compat_finish_struct): Don't call
6645         pointer_set_contains if DECL_NAME is NULL.
6647 2010-11-05  Ian Lance Taylor  <iant@google.com>
6649         PR target/46084
6650         * explow.c (allocate_dynamic_stack_space): If flag_split_stack,
6651         request enough additional space for alignment, and force alignment.
6653 2010-11-05  Kai Tietz  <kai.tietz@onevision.com>
6655         * config/i386/i386.c (legitimate_pic_address_disp_p):
6656         Handle UNSPEC_PCREL.
6657         (ix86_legitimate_address_p): Likewise.
6658         (legitimize_pic_address): Likewise.
6659         (output_pic_addr_const): Likewise.
6660         (ix86_delegitimize_address): Likewise.
6661         (ix86_find_base_term): Likewise.
6662         (memory_address_length): Likewise.
6663         (x86_output_mi_thunk): Handle special case x64
6664         for non local binding.
6665         * config/i386/i386.md (UNSPEC_PCREL): New.
6666         * config/i386/winnt.c (i386_pe_binds_local_p):
6667         Allow weak symbol for x64 windows with non-local binding.
6669 2010-11-05  Jakub Jelinek  <jakub@redhat.com>
6671         PR target/45670
6672         * expr.c (expand_expr_real_1) <case MEM_REF>: Use EXPAND_SUM
6673         instead of EXPAND_NORMAL for base expansion.
6675 2010-11-05  Uros Bizjak  <ubizjak@gmail.com>
6677         * config.gcc: Support --with-fpmath=avx for x86.
6678         * config/i386/avxmath.h: New.
6679         * doc/install.texi (--with-fpmath=): Document --with-fpmath=avx.
6681 2010-11-05  Ian Lance Taylor  <iant@google.com>
6683         * tree.h (struct tree_type): Don't use descbits in GTY annotation.
6684         * gengtype.c (walk_type): Don't recognize descbits option.
6686 2010-11-05  Joseph Myers  <joseph@codesourcery.com>
6688         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG,
6689         WORD_SWITCH_TAKES_ARG): Remove.
6690         * doc/options.texi (Args): Document.
6691         * doc/tm.texi.in (WORD_SWITCH_TAKES_ARG): Remove.
6692         * doc/tm.texi: Regenerate.
6693         * opt-functions.awk (switch_flags): Handle Args.
6694         * opts-common.c: Update comment on tm.h include.
6695         (decode_cmdline_option): Handle options with multiple arguments.
6696         Don't check WORD_SWITCH_TAKES_ARG for unknown options.
6697         * opts.h (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK): Define.
6698         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
6699         CL_COMMON): Update values.
6700         * system.h (WORD_SWITCH_TAKES_ARG): Poison.
6701         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Remove.
6702         * config/darwin.opt (Zsegaddr, sectalign, sectcreate,
6703         sectobjectsymbols, sectorder, segcreate, segprot): New.
6705 2010-11-05  H.J. Lu  <hongjiu.lu@intel.com>
6706             Uros Bizjak  <ubizjak@gmail.com>
6708         * config/i386/i386.c (ix86_expand_move): Set use_avx256_p if
6709         256bit AVX register is used.
6710         (ix86_expand_vector_move_misalign): Likewise.
6711         (ix86_expand_vector_move): Replace use_avx256_p with
6712         VALID_AVX256_REG_MODE.
6714 2010-11-05  Joern Rennecke  <amylaar@spamcop.net>
6716          PR target/44750
6717         * config/pdp11/t-pdp11 (dwarf2out.o, java/constants.o): Undo last
6718         change.  Set $@-warn.o to -Wno-error.
6720         PR bootstrap/44756
6721         * expr.c (emit_push_insn): Cast value of PUSH_ROUNDING before
6722         comparing it to a signed value.
6724         PR middle-end/44766
6725         * expr.c (can_store_by_pieces): Add ATTRIBUTE_UNUSED to cst.
6726         PR bootstrap/44770
6727         * haifa-sched.c (initiate_bb_reg_pressure_info): Add ATTRIBUTE_UNUSED
6728         to i.
6730         PR target/44754
6731         * config/m32c/m32c.c (m32_function_arg): Rename declaration to...
6732         (m32c_function_arg).  Add comma between arguments two and three.
6733         (m32c_promote_prototypes): Remove declaration.
6734         (current_function_special_page_vector): Likewise.
6735         (m32c_regno_reg_class): Change return type to enum reg_class.
6736         (m32c_pushm_popm): Use add_reg_note.
6737         (m32c_push_rounding): Change return type to unsigned int.
6738         (m32c_legitimize_reload_address): Cast argument 11 to push_reload to
6739         enum reload_type.
6740         (m32c_insert_attributes): Constify variable name.
6741         (m32c_output_aligned_common): Add ATTRIBUTE_UNUSED to argument decl.
6742         (m32c_prepare_shift): Remove variable lref.
6743         (m32c_expand_movcc): Remove variable cmp.
6744         (m32c_expand_insv): Fix check of op0 rtx_code to use GET_CODE.
6745         (m32c_compare_redundant): Remove variable op2.
6746         * config/m32c/m32c-pragma.c ("c-family/c-common.h"): Include.
6747         (m32c_pragma_memregs): Assign the number to target_memregs.
6748         (m32c_pragma_address): Remove variable var_str.
6749         * config/m32c/m32c.h (REG_CLASS_FROM_CONSTRAINT): Case value to
6750         enum reg_class.
6751         (LIMIT_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Likewise.
6752         * config/m32c/bitops.md (andsi3): Add default case to switch.
6753         (iorsi3, xorsi3): Likewise.
6754         * config/m32c/addsub.md (addsi3_1, subsi3_1): Likewise.
6755         * config/m32c/jump.md (call, call_value): Likewise.
6756         * config/m32c/m32c-protos.h (m32c_push_rounding): Update prototype.
6757         (m32c_regno_reg_class): Likewise.
6758         (current_function_special_page_vector): Declare.
6760 2010-11-05  Jakub Jelinek  <jakub@redhat.com>
6762         * cfgexpand.c (expand_debug_expr): Handle MEM_REF with non-zero offset.
6764         PR tree-optimization/46099
6765         * tree-parloops.c (take_address_of): Add GSI argument.  Return NULL
6766         if it is NULL and uid wasn't found in the hash table.  Just fold the
6767         result if it is NULL otherwise.  Insert other potentially needed
6768         stmts right before current stmt instead of on the entry edge.
6769         (struct elv_data): Add gsi and reset fields.
6770         (eliminate_local_variables_1): Adjust caller.  If take_address_of
6771         failed for debug stmt, set dta->reset and return.
6772         (eliminate_local_variables_stmt): Change STMT argument for GSI,
6773         pass GSI through to the callback, handle resetting of debug stmts.
6774         (eliminate_local_variables): Adjust caller.  Process debug stmts
6775         in second phase.
6777         PR middle-end/43690
6778         * gimplify.c (gimplify_asm_expr): If a "m" input is a
6779         {pre,post}{in,de}crement, fail.
6781         PR debug/46307
6782         * tree-ssa-operands.c (get_expr_operands): Handle FMA_EXPR.
6783         * tree-pretty-print.c (dump_generic_node): Likewise.
6784         (op_code_prio): Likewise.
6785         * cfgexpand.c (expand_debug_expr): Likewise.
6787 2010-11-04  Paul Koning  <ni1d@arrl.net>
6789         * doc/md.texi (Machine Constraints): Correct formatting in PDP-11
6790         constraints.
6792 2010-11-04  Chao-ying Fu  <fu@mips.com>
6794         * configure.ac: Test assembler support for DSP Rev1 mult.
6795         * configure: Regenerate.
6796         * config.in: Regenerate.
6797         * config/mips/mips.h (ISA_HAS_DSP_MULT): New define.
6798         * config/mips/mips.c (CODE_FOR_mips_mult): New define.
6799         (CODE_FOR_mips_multu): New define.
6800         (mips_builtins): Move madd, maddu, msub, msubu, mult, multu from
6801         dspr2_32 to dsp_32.
6802         (mips_mulsidi3_gen_fn): Test (TARGET_FIX_R4000 && !ISA_HAS_DSP).
6803         Delete returns when ISA_HAS_DSPR2 because the old patterns are deleted.
6804         * config/mips/mips-dsp.md (mips_madd<u>, mips_msub<u>):
6805         New define_expand patterns.
6806         * config/mips/constraints.md (ka): Update the constraint to test
6807         ISA_HAS_DSP_MULT instead of ISA_HAS_DSPR2.
6808         * config/mips/mips-dspr2.md (mips_madd<u>, mips_msub<u>, mips_mult,
6809         mips_multu): Delete.
6810         * config/mips/mips.md (<u>mulsidi3_32bit): Add comments.
6811         Change target constraint to "ka".
6812         Use (!TARGET_FIX_R4000 || ISA_HAS_DSP), instead of
6813         (!TARGET_FIX_R4000 && !ISA_HAS_DSPR2).
6814         Emit the accumulator destination when ISA_HAS_DSP_MULT.
6815         (<u>msubsidi4): Add comments.  Test ISA_HAS_DSP.
6816         Emit the accumulator destination when ISA_HAS_DSP_MULT.
6817         (<u>maddsidi4): Likewise.
6818         * doc/extend.texi (MIPS DSP Built-in Functions): Move madd, maddu,
6819         msub, msubu, mult, multu built-in functions from DSP r2 to DSP r1.
6821 2010-11-04  Paul Koning  <ni1d@arrl.net>
6823         * doc/md.texi (Machine Constraints): Add PDP-11 constraints.
6825 2010-11-04  Paul Koning  <ni1d@arrl.net>
6827         * doc/invoke.texi (PDP-11 Options): Delete -msplit, -mno-split.
6829 2010-11-04  Nicola Pero  <nicola.pero@meta-innovation.com>
6831         Fixed using the Objective-C 2.0 dot-syntax with class names.
6832         * c-parser.c (c_parser_next_token_starts_declspecs): In
6833         Objective-C, detect Objective-C 2.0 dot-syntax with a class name.
6834         (c_parser_next_token_starts_declaration): Same.
6835         (c_parser_postfix_expression): Parse the Objective-C 2.0
6836         dot-syntax with a class name.
6838 2010-11-04  Pat Haugen  <pthaugen@us.ibm.com>
6840         * final.c (compute_alignments): Compute/free loop info all the time.
6841         * config/rs6000/rs6000.h (LOOP_ALIGN): Define.
6842         * config/rs6000/rs6000-protos.h (rs6000_loop_align): Declare.
6843         * config/rs6000/t-rs6000 (rs6000.o): Add cfgloop.h.
6844         * config/rs6000/rs6000.c (cfgloop.h): Include.
6845         (can_override_loop_align): New.
6846         (rs6000_option_override_internal): Set it.
6847         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define target hook.
6848         (rs6000_loop_align): New function.
6849         (rs6000_loop_align_max_skip): Likewise.
6851 2010-11-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6853         PR driver/45703
6854         * collect2.c (main): Print --help output to stdout.  Do not
6855         exit right away, so ld --help is appended.  Add empty lines
6856         to separate output suitably.
6858 2010-11-04  Jakub Jelinek  <jakub@redhat.com>
6860         PR tree-optimization/46233
6861         * ipa-pure-const.c (local_pure_const): Do noreturn discovery
6862         after calling analyze_function, not before.
6864         PR target/46234
6865         * config/rs6000/rs6000.c (rs6000_va_start): Use build_simple_mem_ref
6866         instead of build_va_arg_indirect_ref.
6867         * config/spu/spu.c (spu_va_start): Likewise.
6868         * config/s390/s390.c (s390_va_start): Likewise.
6870 2010-11-03  Uros Bizjak  <ubizjak@gmail.com>
6872         PR middle-end/46292
6873         * lower-subreg.c (simplify_subreg_concatn): For VOIDmode elements,
6874         if the innermode is not vector mode, determine the mode of a subreg
6875         by using mode_for_size of inner_size.
6877 2010-11-04  Richard Guenther  <rguenther@suse.de>
6879         PR rtl-optimization/46183
6880         * gcse.c (execute_rtl_cprop): Cleanup the CFG if something changed.
6881         (execute_rtl_pre): Likewise.
6882         (execute_rtl_hoist): Likewise.
6884 2010-11-04  Richard Guenther  <rguenther@suse.de>
6886         PR tree-optimization/46068
6887         * ipa-split.c (consider_split): Remove gcc_unreachable.
6889 2010-11-04  Richard Guenther  <rguenther@suse.de>
6891         * tree-nested.c (build_addr): Use build_fold_addr_expr.
6893 2010-11-04  Richard Guenther  <rguenther@suse.de>
6895         PR tree-optimization/45991
6896         * gimplify.c (force_gimple_operand_1): Use the provded test
6897         function in the initial test.
6899 2010-11-04  Jeff Law  <law@redhat.com>
6901         * ira.c (validate_equiv_mem): Remove code to avoid invalidation
6902         of readonly memory equivalances for const/pure calls.
6904 2010-11-04  Richard Guenther  <rguenther@suse.de>
6906         PR tree-optimization/45733
6907         * tree-vect-stmts.c (reverse_vec_elements): Honor the
6908         permute builtins function return type.
6910 2010-11-04  Joern Rennecke  <amylaar@spamcop.net>
6912         PR middle-end/44765
6913         * emit-rtl.c (gen_rtx_REG): Before using PIC_OFFSET_TABLE_REGNUM
6914         as an index, check it is not INVALID_REGNUM.
6916         PR bootstrap/44756
6917         * ifcvt.c (noce_emit_cmove): Add ATTRIBUTE_UNUSED to target and
6918         unsignedp.
6919         * reload1.c (set_reload_reg): Add ATTRIBUTE_UNUSED to regno.
6921         PR bootstrap/44756
6922         * function.c (thread_prologue_and_epilogue_insns): Add
6923         ATTRIBUTE_UNUSED to seq, epilogue_end and entry_edge.
6925         PR bootstrap/44756
6926         * varasm.c (asm_output_bss): Add ATTRIBUTE_UNUSED to function.
6928         PR target/44750
6929         * config/pdp11/pdp11.c: (pdp11_secondary_reload): Now static.
6930         (pdp11_preferred_reload_class): Rename class to rclass.
6931         (pdp11_preferred_output_reload_class): Likewise.
6932         * config/pdp11/t-pdp11 (dwarf2out.o): Add -Wno-error=type-limits to
6933         ALL_COMPILERFLAGS .
6934         (java/constants.o): Add -Wno-error to ALL_COMPILERFLAGS.
6936         PR bootstrap/44756
6937         * genopinit.c (main) [FIXUNS_TRUNC_LIKE_FIX_TRUNC]: Cast
6938         iteration variables to enum machine_mode.
6940         PR target/44751
6941         * config/h8300/h8300.c: Include df.h.
6942         (push, pop): Use add_reg_note.
6943         (compute_plussi_cc, compute_logical_op_cc): Return enum attr_c.
6944         (compute_a_shift_cc): Likewise.
6945         (expand_a_shift): Argument code has type enum rtx_code.
6946         (struct shift_insn): Member cc_valid has type enum attr_cc.
6947         (struct shift_info) <cc_inline, cc_special>: Likewise.
6948         enum attr_cc.
6949         * config/h8300/h8300-protos.h (compute_plussi_cc): Update prototype.
6950         (compute_a_shift_cc, compute_logical_op_cc, expand_a_shift): Likewise.
6952 2010-11-04  Ira Rosen  <irar@il.ibm.com>
6954         PR tree-optimization/46213
6955         * tree-vect-loop.c (vect_is_simple_reduction_1): Handle
6956         MINUS_EXPR only if the first operand is reduction operand.
6958 2010-11-04  Richard Guenther  <rguenther@suse.de>
6959             Richard Henderson  <rth@redhat.com>
6961         * tree.def (FMA_EXPR): New tree code.
6962         * expr.c (expand_expr_real_2): Add FMA_EXPR expansion code.
6963         * gimple.c (gimple_rhs_class_table): FMA_EXPR is a GIMPLE_TERNARY_RHS.
6964         * tree-cfg.c (verify_gimple_assign_ternary): Verify FMA_EXPR types.
6965         * tree-inline.c (estimate_operator_cost): Handle FMA_EXPR.
6966         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
6967         * tree-ssa-math-opts.c (convert_mult_to_fma): New function.
6968         (execute_optimize_widening_mul): Call it.  Reorganize to allow
6969         dead stmt removal.  Move TODO flags ...
6970         (pass_optimize_widening_mul): ... here.
6971         * flag-types.h (enum fp_contract_mode): New enum.
6972         * common.opt (flag_fp_contract_mode): New variable.
6973         (-ffp-contract): New option.
6974         * opts.c (common_handle_option): Handle it.
6975         * doc/invoke.texi (-ffp-contract): Document.
6976         * tree.h (fold_fma): Declare.
6977         * builtins.c (fold_fma): New function.
6978         (fold_builtin_fma): Likewise.
6979         (fold_builtin_3): Call it for fma.
6980         * fold-const.c (fold_ternary_loc): Fold FMA_EXPR.
6981         * optabs.c (optab_for_tree_code): Handle FMA_EXPR.
6982         * config/i386/sse.md (fms<mode>4, fnma<mode>, fnms<mode>4):
6983         New expanders.
6984         * doc/md.texi (fms<mode>4, fnma<mode>, fnms<mode>4): Document new
6985         named patterns.
6986         * genopinit.c (optabs): Initialize fms_optab, fnma_optab and fnms_optab.
6987         * optabs.h (enum optab_index): Add OTI_fms, OTI_fnma and OTI_fnms.
6988         (fms_optab, fnma_optab, fnms_optab): New defines.
6989         * gimplify.c (gimplify_expr): Handle binary truth expressions
6990         explicitly.  Handle FMA_EXPR.
6991         * tree-vect-stmts.c (vectorizable_operation): Handle ternary
6992         operations.
6994 2010-11-04  Artjoms Sinkarovs  <artyom.shinakroff@gmail.com>
6995             Richard Guenther  <rguenther@suse.de>
6997         * passes.c (init_optimization_passes): Move veclower after SSA.
6998         * tree-vect-generic.c (uniform_vector_p): New function.
6999         (expand_vector_operations_1): Handle conversion.
7000         (pass_lower_vector): Update SSA form.
7002 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
7004         * configure.ac: Filter -mdynamic-no-pic from CFLAGS when testing for
7005         plugin capabilities.
7006         * configure: Regenerate.
7008 2010-11-03  Xinliang David Li  <davidxl@google.com>
7010         PR target/46200
7011         * tree-ssa-loop-ivopts.c (get_computation_cost_at):
7012         Adjust cbase if the use stmt is after iv update.
7014 2010-11-03  Kaz Kojima  <kkojima@gcc.gnu.org>
7016         * config.gcc (sh64*) <tm_file>: Add newlib-stdint.h for newlib targets.
7018 2010-11-03  Kaz Kojima  <kkojima@gcc.gnu.org>
7020         * config/sh/sh.c (sh_expand_prologue): Remove unnecessary
7021         comment.  Pass true to the last argument of output_stack_adjust.
7023 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
7025         PR target/46295
7026         * config/i386/i386.c (ix86_expand_vector_move): Set use_avx256_p
7027         if 256bit AVX register is used.
7029 2010-11-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
7031         * config/rs6000/rs6000.c (rs6000_emit_minmax): Add support to use
7032         xsmindp/xsmaxdp on VSX for single precision min/max.
7033         * config/rs6000/vsx.md (vsx_smaxsf3): Ditto.
7034         (vsx_sminsf3): Ditto.
7036 2010-11-03  Eric Botcazou  <ebotcazou@adacore.com>
7038         * combine.c (try_combine): Fix formatting issues, improve comments and
7039         fix a pasto.
7041 2010-11-03  Eric Botcazou  <ebotcazou@adacore.com>
7043         * tree-tailcall.c (find_tail_calls): Convert the operands to the type
7044         of the result before building binary expressions.
7046 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
7048         PR rtl-optimization/45865
7049         * Makefile.in (df-problems.o): Revert revision 164552.
7050         * basic-block.h (enum bb_flags): Likewise.
7051         * cfgcleanup.c (block_was_dirty): Likewise.
7052         (try_forward_edges): Likewise.
7053         (try_crossjump_bb): Likewise.
7054         (try_head_merge_bb): Likewise.
7055         (try_optimize_cfg): Likewise.
7056         (cleanup_cfg): Likewise.
7057         * df-core.c (df_set_bb_dirty): Likewise.
7058         * df-problems.c: Likewise.
7059         (df_simulate_find_uses): Likewise.
7060         (MEMREF_NORMAL, MEMREF_VOLATILE): Likewise.
7061         (find_memory, find_memory_store): Likewise.
7062         (can_move_insns_across): Likewise.
7063         * df.h (can_move_insns_across): Likewise.
7064         * ifcvt.c (find_memory): Likewise.
7065         (dead_or_predicable): Likewise.
7067 2010-11-03  Richard Guenther  <rguenther@suse.de>
7069         PR middle-end/46288
7070         * predict.c (strip_predict_hints): Simply DCE builtin expect if
7071         the result is unused.
7073 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
7075         PR tree-optimization/46009
7076         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Call
7077         cond_if_else_store_replacement if bb1 and bb2 have the same
7078         single successor.
7079         (cond_store_replacement): Use gimple_assign_single_p, don't
7080         check if rhs is SSA_NAME or invariant.  Call release_defs for
7081         assign.
7082         (cond_if_else_store_replacement): New function.
7084 2010-11-03  Richard Guenther  <rguenther@suse.de>
7086         * opts.c (finish_options): Properly check for all WHOPR
7087         flags before complaining about -flto-partition.
7089 2010-11-04  Alan Modra  <amodra@gmail.com>
7091         * config/rs6000/rs6000.c (rs6000_pic_labelno): Make static.
7092         (rs6000_emit_load_toc_table): Don't use rs6000_pic_labelno when
7093         TARGET_SECURE_PLT.
7094         * config/rs6000/sysv4.h (rs6000_pic_labelno): Don't declare.
7095         * config/rs6000/rs6000.md (load_toc_v4_PIC_3b): Use "b" constraint
7096         on input, "r" on output.
7098 2010-11-03  Nicola Pero  <nicola.pero@meta-innovation.com>
7100         Implemented -fobjc-std=objc1 flag.
7101         * doc/invoke.texi (Option Summary): Document -fobjc-std=objc1
7102         option.
7103         * doc/standards.texi (Standards): Updated the section on
7104         Objective-C; mention support for Objective-C 2.0 features and the
7105         new -fstd-objc=objc1 flag to disable them.
7107 2010-11-03  Richard Guenther  <rguenther@suse.de>
7109         PR middle-end/46241
7110         * dwarf2out.c (scope_die_for): Properly detect global scope.
7112 2010-11-03  Richard Guenther  <rguenther@suse.de>
7114         PR tree-optimization/46190
7115         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
7116         Properly compute peel iterations.
7118 2010-11-03  Richard Guenther  <rguenther@suse.de>
7120         PR tree-optimization/46286
7121         * tree-ssa-structalias.c (get_constraint_for_1): Avoid referencing
7122         re-allocated vector data.
7124 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
7126         PR target/46285
7127         * config/i386/i386.c (ix86_expand_call): Conditionally decorate
7128         calls with UNSPEC_CALL_NEEDS_VZEROUPPER unspec before reload
7129         is completed.
7131 2010-11-03  Richard Guenther  <rguenther@suse.de>
7133         PR tree-optimization/46217
7134         * tree-ssa.c (non_rewritable_mem_ref_base): Check if volatile
7135         flag matches.
7136         (execute_update_addresses_taken): Likewise.
7138 2010-11-03  Joern Rennecke  <joern.rennecke@embecosm.com>
7140         PR bootstrap/44335
7141         * targhooks.c (targhook_words_big_endian): New function.
7142         (targhook_float_words_big_endian): Likewise.
7143         * targhooks.h (targhook_words_big_endian): Declare.
7144         (targhook_float_words_big_endian): Likewise.
7145         * target.def (words_big_endian, float_words_big_endian): New hooks.
7147 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
7149         PR tree-optimization/46165
7150         * tree-ssa-pre.c (eliminate): Return TODO_cleanup_cfg if changing
7151         a normal call into noreturn call.
7153 2010-11-03  Richard Guenther  <rguenther@suse.de>
7155         PR middle-end/46251
7156         * builtins.c (expand_builtin_sincos): Properly build MEM_REFs,
7157         not INDIRECT_REFs.
7159 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
7161         PR tree-optimization/46107
7162         * cfgloopmanip.c (loop_version): Set irred_flag back into entry->flags
7163         if cfg_hook_duplicate_loop_to_header_edge failed.
7165 2010-11-03  Ian Lance Taylor  <iant@google.com>
7167         PR lto/46273
7168         * config.gcc: Don't set lto_binary_reader.
7169         * doc/install.texi (Prerequisites): Remove libelf paragraphs.
7170         (Configuration): Mention --disable-lto.  Remove --with-libelf
7171         paragraph.
7173 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
7175         PR debug/46252
7176         * reload1.c (delete_dead_insn): Use prev_active_insn instead of
7177         prev_real_insn.
7178         * gcse.c (insert_insn_end_basic_block): Likewise.
7180         PR rtl-optimization/46034
7181         PR rtl-optimization/46212
7182         PR rtl-optimization/46248
7183         * combine.c (try_combine): If added_sets_2 where i0dest_in_i0src
7184         and i0 feeds i1 and i1 feeds i2 or i0 feeds i2, make a copy of i1src
7185         before i0dest -> i0src substitution and pass 1 instead of 0 as last
7186         argument to subst on i2pat.
7188 2010-11-02  Ian Lance Taylor  <iant@google.com>
7190         * configure.ac: Use AC_SYS_LARGEFILE.
7191         * configure: Rebuild.
7192         * config.in: Rebuild.
7194 2010-11-02  Nathan Froyd  <froydnj@codesourcery.com>
7196         * builtins.c (fold_builtin_signbit): Use build_zero_cst instead of
7197         fold_convert.
7198         * c-typeck.c (build_function_call_vec): Likewise.
7199         * cfgexpand.c (expand_debug_expr): Likewise.
7200         * cgraphunit.c (assemble_thunk): Likewise.
7201         * config/sparc/sparc.c (sparc_fold_builtin): Likewise.
7202         * fold-const.c (fold_unary_loc, fold_mult_zconjz): Likewise.
7203         (fold_binary_loc, fold_ternary_loc): Likewise.
7204         * gimple-fold.c (get_symbol_constant_value): Likewise.
7205         * gimple-low.c (lower_builtin_setjmp): Likewise.
7206         * gimple.c (gimple_cond_get_ops_from_tree): Likewise.
7207         * gimplify.c (gimplify_init_constructor): Likewise.
7208         * lambda.h (build_linear_expr): Likewise.
7209         * omp-low.c (omp_reduction_init): Likewise.
7210         * tree-inline.c (remap_ssa_name): Likewise.
7211         * tree-object-size.c (compute_object_sizes): Likewise.
7212         * tree-sra.c (init_subtree_with_zero): Likewise.
7213         (sra_ipa_modify_assign): Likewise.
7214         * tree-ssa-copy.c (propagate_tree_value_into_stmt): Likewise.
7215         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Likewise.
7216         (eliminate_plus_minus_pair, eliminate_not_pairs): Likewise.
7217         (undistribute_ops_list): Likewise.
7218         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
7219         * tree-vect-stmts.c (vectorizable_call): Likewise.
7220         * tree.c (build_vector_from_ctor, build_one_cst): Likewise.
7221         (build_zero_cst): Handle more cases directly.  Update comment.
7223 2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
7225         * config/i386/i386-protos.h (ix86_split_call_pop_vzeroupper): Removed.
7226         * config/i386/i386.c (ix86_split_call_pop_vzeroupper): Likewise.
7228         * config/i386/i386.md (*call_pop_0_vzeroupper): Use parallel
7229         and call ix86_split_call_vzeroupper instead of
7230         ix86_split_call_pop_vzeroupper.
7231         (*call_pop_1_vzeroupper): Likewise.
7232         (*sibcall_pop_1_vzeroupper): Likewise.
7233         (*call_value_pop_0_vzeroupper): Likewise.
7234         (*call_value_pop_1_vzeroupper): Likewise.
7235         (*sibcall_value_pop_1_vzeroupper): Likewise.
7237 2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
7239         * config/i386/i386.md (*sibcall_1_rex64_vzeroupper): Fix a typo.
7241 2010-11-02  Eric Botcazou  <ebotcazou@adacore.com>
7243         * basic-block.h (insert_insn_end_bb_new): Delete.
7244         * cfgrtl.c (insert_insn_end_bb_new): Likewise.
7246 2010-11-02  Uros Bizjak  <ubizjak@gmail.com>
7247             H.J. Lu  <hongjiu.lu@intel.com>
7249         * config/i386/i386-protos.h (ix86_split_call_vzeroupper): New.
7250         (ix86_split_call_pop_vzeroupper): Likewise.
7252         * config/i386/i386.c (move_or_delete_vzeroupper_2): Rewrite the loop.
7253         (ix86_expand_call): Conditionally decorate calls with
7254         UNSPEC_CALL_NEEDS_VZEROUPPER unspec.
7255         (ix86_split_call_vzeroupper): New.
7256         (ix86_split_call_pop_vzeroupper): Likewise.
7258         * config/i386/i386.md (UNSPEC_CALL_NEEDS_VZEROUPPER): New.
7259         (*call_pop_0_vzeroupper): New insn_and_split pattern.
7260         (*call_pop_1_vzeroupper): Likewise.
7261         (*sibcall_pop_1_vzeroupper): Likewise.
7262         (*call_0_vzeroupper): Likewise.
7263         (*call_1_vzeroupper): Likewise.
7264         (*sibcall_1_vzeroupper): Likewise.
7265         (*call_1_rex64_vzeroupper): Likewise.
7266         (*call_1_rex64_ms_sysv_vzeroupper): Likewise.
7267         (*call_1_rex64_large_vzeroupper): Likewise.
7268         (*sibcall_1_rex64_vzeroupper): Likewise.
7269         (*call_value_pop_0_vzeroupper): Likewise.
7270         (*call_value_pop_1_vzeroupper): Likewise.
7271         (*sibcall_value_pop_1_vzeroupper): Likewise.
7272         (*call_value_0_vzeroupper): Likewise.
7273         (*call_value_0_rex64_vzeroupper): Likewise.
7274         (*call_value_0_rex64_ms_sysv_vzeroupper): Likewise.
7275         (*call_value_1_vzeroupper): Likewise.
7276         (*sibcall_value_1_vzeroupper): Likewise.
7277         (*call_value_1_rex64_vzeroupper): Likewise.
7278         (*call_value_1_rex64_ms_sysv_vzeroupper): Likewise.
7279         (*call_value_1_rex64_large_vzeroupper): Likewise.
7280         (*sibcall_value_1_rex64_vzeroupper): Likewise.
7282 2010-11-02  Ian Lance Taylor  <iant@google.com>
7284         PR lto/46273
7285         * config.gcc: Revert last patch: set lto_binary_reader.
7287 2010-11-02  Richard Guenther  <rguenther@suse.de>
7289         PR tree-optimization/46149
7290         * tree-ssa-structalias.c (get_constraint_fop_1): Properly handle
7291         non-indirect MEM_REF variants.
7293 2010-11-02  Richard Guenther  <rguenther@suse.de>
7295         PR tree-optimization/46216
7296         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_vars):
7297         Check if we can propagate from a POINTER_PLUS_EXPR before doing so.
7299 2010-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7301         * configure.ac (*-*-irix6*): Disable set_have_as_tls.
7302         (*-*-osf*): Likewise.
7303         * configure: Regenerate.
7305 2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
7307         * config/i386/driver-i386.c (host_detect_local_cpu): Updated
7308         for Intel Core 2 and Core i7.
7310 2010-11-02  Maxim Kuvyrkov  <maxim@codesourcery.com>
7312         Model decoder of Core 2/i7 for multipass scheduling.
7314         * config/i386/i386-protos.h (struct ix86_first_cycle_multipass_data_):
7315         New type to hold target-specific data for multipass scheduling.
7316         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DATA_T): Define.
7317         * config/i386/i386.c (ia32_multipass_dfa_lookahead): Update for
7318         Core 2/i7.
7319         (core2i7_secondary_decoder_max_insn_size,)
7320         (core2i7_secondary_ifetch_block_size, core2i7_ifetch_block_max_insns):
7321         New static variables.
7322         ([const_]ix86_first_cycle_multipass_data_t): New typedefs.
7323         ([_]ix86_first_cycle_multipass_data): New static variable.
7324         (core2i7_first_cycle_multipass_init, core2i7_dfa_poast_advance_cycle):
7325         Implement targetm.sched hooks.
7326         (core2i7_first_cycle_multipass_filter_ready_try): New static subroutine
7327         of ...
7328         (core2i7_first_cycle_multipass_{begin, issue, backtrack, end, fini}):
7329         Implement new targetm.sched hooks.
7330         (ix86_sched_init_global, TARGET_SCHED_INIT_GLOBAL): Define
7331         targetm.sched hook to install multipass scheduling hooks on demand.
7333         * doc/tm.texi.in: Document new targetm.sched hooks.
7334         * doc/tm.texi: Regenerate.
7336         * haifa-sched.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DATA_T): Define.
7337         (first_cycle_multipass_data_t): New typedef.
7338         (struct choice_entry: target_data): New field.
7339         (max_issue): Add first_cycle_insn_p parameter.  Call new target hooks
7340         to allow target model restrictions not represented in DFA.
7341         (choose_ready, schedule_block): Update.
7342         (sched_extend_ready_list, sched_finish_ready_list): Call new target
7343         hooks to initialize target-specific data for multipass scheduling.
7344         * sched-int.h (max_issue): Update declaration.
7345         * sel-sched.c (choose_best_insn): Update.
7346         * target.def (first_cycle_multipass_{begin, issue, backtrack},)
7347         (first_cycle_multipass_{init, fini}): Define and document new
7348         targetm.sched hooks.
7350 2010-11-02  Richard Guenther  <rguenther@suse.de>
7352         PR tree-optimization/46184
7353         * tree-vect-loop.c (vectorizable_reduction): Try to obtain the
7354         input vector type from the reduction operand as well.
7356 2010-11-02  Richard Guenther  <rguenther@suse.de>
7358         PR tree-optimization/46177
7359         * tree-loop-distribution.c (prop_phis): Use
7360         mark_virtual_phi_result_for_renaming.
7362 2010-11-02  Martin Jambor  <mjambor@suse.cz>
7364         PR middle-end/46120
7365         * tree.c (get_binfo_at_offset): Bail out on artificial
7366         fields.  Identify primary bases according to their offsets.
7368 2010-11-02  Martin Jambor  <mjambor@suse.cz>
7370         PR tree-optimization/45875
7371         * gimple-fold.c (get_first_base_binfo_with_virtuals): Removed.
7372         (gimple_get_relevant_ref_binfo): Detect primary bases according to
7373         their field offset.
7375 2010-11-02  Ian Lance Taylor  <iant@google.com>
7377         * doc/install.texi (Configuration): Note in two places that Java
7378         is not enabled by default.
7380 2010-11-02  Ian Lance Taylor  <iant@google.com>
7382         * doc/install.texi (Prerequisites): Remove libelf paragraphs.
7383         (Configuration): Mention --disable-lto.  Remove --with-libelf
7384         paragraph.
7386 2010-11-02  Ian Lance Taylor  <iant@google.com>
7388         * configure.ac: Remove elf_getshdrstrndx test.  Don't substitute
7389         LTO_BINARY_READER or LTO_USE_LIBELF.  Remove LIBELFLIBS and
7390         LIBELFINC.  Remove HAVE_libelf.
7391         * config.gcc: Don't set lto_binary_reader.
7392         * Makefile.in (LIBELFLIBS, LIBELFINC): Remove variables.
7393         (LTO_BINARY_READER, LTO_USE_LIBELF): Remove variables.
7394         (LIBS): Remove $(LIBELFLIBS).
7395         (INCLUDES): Remove $(LIBELFINC).
7396         * configure: Rebuild.
7397         * config.in: Rebuild.
7399 2010-11-02  Nathan Froyd  <froydnj@codesourcery.com>
7401         * config/microblaze/microblaze-protos.h (function_arg): Delete.
7402         (function_arg_advance): Delete.
7403         * config/microblaze/microblaze.h (FUNCTION_ARG_ADVANCE): Delete.
7404         (FUNCTION_ARG): Delete.
7405         * config/microblaze/microblaze.c (function_arg_advance): Rename to...
7406         (microblaze_function_arg_advance): ...this.  Make static.  Take a
7407         const_tree and a bool.
7408         (function-arg): Rename to...
7409         (microblaze_function_arg): ...this.  Make static.  Take a const_tree
7410         and a bool.
7411         (microblaze_expand_prologue): Call targetm.calls.function_arg and
7412         targetm.calls.function_arg_advance.
7413         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7415 2010-11-02  Iain Sandoe  <iains@gcc.gnu.org>
7417         Merge from FSF "apple/trunk" branch.
7419         * config/rs6000/darwin.opt (mdynamic-no-pic): move from here ...
7420         * config/darwin.opt: .. to here.
7421         (matt-stubs): New option.
7422         * config/i386/darwin.opt: Delete.
7423         * config/i386/i386.h (MACHOPIC_ATT_STUB): New.
7424         (MACHO_DYNAMIC_NO_PIC_P): New.
7425         (MACHOPIC_INDIRECT): New.
7426         (MACHOPIC_PURE): New.
7427         * config/i386/darwin.h (DARWIN_X86) Define to 1.
7428         (MACHOPIC_ATT_STUB): New.
7429         (CC1_SPEC): Do not remove mdynamic-no-pic.
7430         Move HOT_TEXT_SECTION_NAME: move to config/darwin.h
7431         UNLIKELY_EXECUTED_TEXT_SECTION_NAME: Likewise.
7432         (FUNCTION_PROFILER): Correct over-length line.
7433         (SUBTARGET_OVERRIDE_OPTIONS): New.
7434         (MACHOPIC_NL_SYMBOL_PTR_SECTION): New.
7435         * config/i386/i386.c (config/i386/i386.c): Darwin has no PLT.
7436         (legitimate_constant_p): Handle mdynamic-no-pic.
7437         (ix86_legitimate_address_p): Likewise.
7438         (ix86_legitimize_address): Likewise.
7439         (ix86_expand_move): Likewise.
7440         (machopic_output_stub): Update for ATT-style stubs and
7441         mdynamic-no-pic.
7442         * config/darwin-protos.h (machopic_symbol_defined_p): New.
7443         * config/rs6000/darwin.h (DARWIN_PPC): Define to 1.
7444         TARGET_DYNAMIC_NO_PIC: Remove.
7445         Move HOT_TEXT_SECTION_NAME: move to config/darwin.h
7446         UNLIKELY_EXECUTED_TEXT_SECTION_NAME: Likewise.
7447         * config/rs6000/rs6000.c (darwin_rs6000_override_options):
7448         Remove handling of mdynamic-no-pic.
7449         * config/darwin.c (HAVE_lo_sum, gen_macho_high, gen_macho_low):
7450         Define if required.
7451         (machopic_symbol_defined_p): Do not try to use current_function_decl
7452         when generating _get_pc thunks within stubs.
7453         (machopic_indirect_data_reference): Rework for direct conditionals
7454         rather than #ifdefs, add x86 mdynamic-no-pic
7455         (machopic_legitimize_pic_address): Update to use HAVE_lo_sum with a
7456         defined value.
7457         (darwin_override_options): Handle mdynamic-no-pic here.
7458         * config/darwin-sections.def (machopic_lazy_symbol_ptr2_section): New.
7459         (machopic_lazy_symbol_ptr3_section): New.
7460         (machopic_picsymbol_stub2_section): New.
7461         (machopic_picsymbol_stub3_section): New.
7462         * config/darwin.h (DARWIN_X86, DARWIN_PPC): Define to 0.
7463         (MACHOPIC_NL_SYMBOL_PTR_SECTION): New.
7464         (HOT_TEXT_SECTION_NAME, UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
7465         Moved common definition from x86 and rs6000.
7466         (MACHO_DYNAMIC_NO_PIC_P): Override value.
7467         (MACHOPIC_INDIRECT): Likewise.
7468         (MACHOPIC_PURE): Likewise.
7469         * config.gcc (x86-darwin-*): Remove darwin.opt.
7471 2010-11-02  Jakub Jelinek  <jakub@redhat.com>
7473         PR debug/46255
7474         * tree-cfg.c (gimple_flow_call_edges_add): Use gsi_last_nondebug_bb
7475         instead of gsi_last_bb.
7477 2010-11-02  Bernd Schmidt  <bernds@codesourcery.com>
7478             Maxim Kuvyrkov  <maxim@codesourcery.com>
7480         * config/i386/i386.c (cpu_names): Add "corei7".
7481         * config/i386/i386.h (enum target_cpu_default): Add entry for Core i7.
7483 2010-11-02  Bernd Schmidt  <bernds@codesourcery.com>
7484             Maxim Kuvyrkov  <maxim@codesourcery.com>
7486         Tune alignment for Intel Core i7
7488         * config/i386.h (TARGET_COREI7{_32,_64,}): New macros.
7489         (enum processor_type): Update comment.  Add entries for Core i7.
7490         * config/i386-c.c (ix86_target_macros_internal): Update.
7491         * config/i386.c (m_COREI7{_32,_64}): New macros.
7492         (m_GENERIC32, m_GENERIC64): Use generic tuning for Core i7.
7493         (processor_target_table): Tune alignment for Core i7.
7494         (ix86_option_override_internal): Use PROCESSOR_COREI7_*.
7496         * doc/invoke.texi: Document "corei7" option value.
7498 2010-11-02  Bernd Schmidt  <bernds@codesourcery.com>
7499             Maxim Kuvyrkov  <maxim@codesourcery.com>
7500             H.J. Lu  <hjl.tools@gmail.com>
7502         Basic support for Intel Core i7
7504         * i386.c (ix86_option_override_internal): Add entry for corei7, use
7505         generic tuning.  Use generic32 when compiling for 32-bit ABI.
7507 2010-11-02  Iain Sandoe  <iains@gcc.gnu.org>
7509         * config/darwin.c (darwin_asm_named_section): Check for __DWARF
7510         sections and call darwin_asm_dwarf_section() to handle them.
7511         (darwin_asm_dwarf_section): New.
7512         (darwin_file_start): Remove code emitting dwarf section symbols.
7514 2010-11-02  Chung-Lin Tang  <cltang@codesourcery.com>
7516         * Makefile.in (LIBGCC2_CFLAGS): Add -fno-stack-protector, to
7517         explicitly disable stack protection when building libgcc.
7518         (CRTSTUFF_CFLAGS): Same, for crtbegin/end.
7520 2010-11-01  Jason Merrill  <jason@redhat.com>
7522         * fold-const.c (fold_indirect_ref_1): Handle folding
7523         POINTER_PLUS_EXPR to ARRAY_REF.
7525 2010-11-01  Kaz Kojima  <kkojima@gcc.gnu.org>
7527         * config/sh/sh.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
7528         (sh_delegitimize_address): New function.
7530 2010-11-01  Joseph Myers  <joseph@codesourcery.com>
7532         * config/alpha/alpha.h (WORD_SWITCH_TAKES_ARG): Remove.
7533         * config/cris/cris.h (WORD_SWITCH_TAKES_ARG): Remove.
7534         (CC1_SPEC): Don't handle -target.
7535         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Remove single-argument
7536         options.
7537         * config/darwin.opt (Zallowable_client, Zbundle_loader,
7538         Zdylib_file, Zexported_symbols_list, Zfn_seg_addr_table_filename,
7539         Zimage_base, Zinit, Zinstall_name, Zmultiply_defined,
7540         Zmultiplydefinedunused, Zseg_addr_table, Zsegs_read_only_addr,
7541         Zsegs_read_write_addr, Zumbrella, Zunexported_symbols_list,
7542         Zweak_reference_mismatches, client_name, compatibility_version,
7543         current_version, dylinker_install_name, pagezero_size,
7544         read_only_relocs, seg1addr, segs_read_only_addr,
7545         segs_read_write_addr, sub_library, sub_umbrella): New.
7546         * config/freebsd-spec.h (BSD_WORD_SWITCH_TAKES_ARG): Remove.
7547         * config/freebsd.h (WORD_SWITCH_TAKES_ARG): Remove.
7548         * config/freebsd.opt: New.
7549         * config/interix.h (WORD_SWITCH_TAKES_ARG): Remove.
7550         * config/mips/iris6.h (WORD_SWITCH_TAKES_ARG): Remove.
7551         * config/rpath.opt: New.
7552         * config.gcc (*-*-freebsd*): Use rpath.opt and freebsd.opt.
7553         (alpha*-dec-osf5.1*, i[34567]86-*-interix3*, mips-sgi-irix6.5*):
7554         Use rpath.opt.
7556 2010-11-01  Joseph Myers  <joseph@codesourcery.com>
7558         * common.opt (R, T, Tbss, Tdata, Ttext, h, z): New.
7559         * defaults.h (DEFAULT_SWITCH_TAKES_ARG, SWITCH_TAKES_ARG): Remove.
7560         (DEFAULT_WORD_SWITCH_TAKES_ARG): Define to 0.
7561         * doc/tm.texi.in (SWITCH_TAKES_ARG): Remove.
7562         (WORD_SWITCH_TAKES_ARG): Don't refer to SWITCH_TAKES_ARG.
7563         Document that options in .opt files do not need to be included.
7564         * doc/tm.texi: Regenerate.
7565         * gcc.c (LINK_COMMAND_SPEC): Don't include %{x}.
7566         * opts-common.c: Update comment on tm.h include.
7567         (decode_cmdline_option): Don't use SWITCH_TAKES_ARG.
7568         * system.h (SWITCH_TAKES_ARG): Poison.
7569         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Remove.
7570         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Remove options included
7571         in darwin.opt.
7572         (LINK_COMMAND_SPEC_A): Don't include %{x}.
7573         * config/fr30/fr30.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
7574         * config/freebsd-spec.h (FBSD_SWITCH_TAKES_ARG): Remove.
7575         * config/freebsd.h (SWITCH_TAKES_ARG): Remove.
7576         * config/frv/frv.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
7577         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Don't include %{x}.
7578         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Remove.
7579         * config/interix.h (WORD_SWITCH_TAKES_ARG): Don't handle -T options.
7580         * config/lm32/lm32.h (SWITCH_TAKES_ARG): Remove.
7581         * config/m32r/m32r.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
7582         * config/microblaze/microblaze.h (SWITCH_TAKES_ARG): Remove.
7583         * config/mips/mips.h (SWITCH_TAKES_ARG): Remove.
7584         * config/mips/netbsd.h (SWITCH_TAKES_ARG): Remove.
7585         * config/mips/vxworks.h (SWITCH_TAKES_ARG): Remove.
7586         * config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove.
7587         * config/netbsd-elf.h (SWITCH_TAKES_ARG): Remove.
7588         * config/openbsd.h (SWITCH_TAKES_ARG): Remove.
7589         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Remove.
7590         * config/score/score.h (SWITCH_TAKES_ARG): Remove.
7591         * config/sol2.h (SWITCH_TAKES_ARG): Remove.
7592         * config/sparc/sp-elf.h (SWITCH_TAKES_ARG): Remove.
7593         * config/sparc/sp64-elf.h (SWITCH_TAKES_ARG): Remove.
7594         * config/sparc/sparc.h (ASM_SPEC): Don't include %{R}.
7595         * config/svr4.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
7597 2010-11-01  Paul Koning  <ni1d@arrl.net>
7599         * config/pdp11/pdp11.md: Use iterators.
7600         (addqi3, subqi3, iorsi3, xorsi3): Delete.
7602 2010-11-01  Steve Ellcey  <sje@cup.hp.com>
7604         * defaults.h (TARGET_VTABLE_USES_DESCRIPTORS): Move under ifdef
7605         GCC_INSN_FLAGS_H.
7606         * libgcov.c (__gcov_indirect_call_profiler): Set
7607         VTABLE_USES_DESCRIPTORS if TARGET_VTABLE_USES_DESCRIPTORS is
7608         defined and use in place of TARGET_VTABLE_USES_DESCRIPTORS.
7610 2010-11-01  Nathan Froyd  <froydnj@codesourcery.com>
7612         PR tree-optimization/46259
7614         Revert:
7615         2010-10-30  Nathan Froyd  <froydnj@codesourcery.com>
7616         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
7617         build_vector_from_val.
7619 2010-11-01  DJ Delorie  <dj@redhat.com>
7621         * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Add define for RX610
7622         as well as an assertion.
7624 2010-11-01  Paul Koning  <ni1d@arrl.net>
7626         * config/pdp11/pdp11.c (pdp11_return_in_memory): Return vector and
7627         complex modes in memory.
7629 2010-11-01  Nathan Froyd  <froydnj@codesourcery.com>
7631         * tree.c (build_vector_from_val): Use useless_type_conversion_p.
7633 2010-11-01  Jakub Jelinek  <jakub@redhat.com>
7635         PR target/45250
7636         * var-tracking.c (cfa_base_rtx): Move definition earlier in the file.
7637         (cfa_base_offset): New variable.
7638         (compute_cfa_pointer): Use cfa_base_rtx and cfa_base_offset.
7639         (adjust_mems): Don't do any sp or hfp replacements if cfa_base_rtx
7640         is NULL.
7641         (vt_init_cfa_base): Initialize cfa_base_offset.
7643 2010-11-01  Alan Modra  <amodra@gmail.com>
7645         PR target/46030
7646         * config/rs6000/rs6000.c (struct rs6000_stack): Add reload_completed
7647         and savres_strategy.
7648         (stack_info): New file scope var.
7649         (rs6000_init_machine_status): Init stack_info.
7650         (SAVRES_INLINE_FPRS, SAVRES_INLINE_GPRS,
7651         SAVRES_NOINLINE_GPRS_SAVES_LR, SAVRES_NOINLINE_FPRS_SAVES_LR,
7652         SAVRES_NOINLINE_FPRS_DOESNT_RESTORE_LR): Replace with..
7653         (SAVE_INLINE_FPRS, SAVE_INLINE_GPRS, REST_INLINE_FPRS, REST_INLINE_GPRS,
7654         SAVE_NOINLINE_GPRS_SAVES_LR, SAVE_NOINLINE_FPRS_SAVES_LR
7655         REST_NOINLINE_FPRS_DOESNT_RESTORE_LR): ..this.  Update all refs.
7656         (rs6000_savres_strategy): Rewrite.
7657         (rs6000_stack_info): Use "stack_info" in place of local "info".
7658         Return cached stack info when reload_completed unless ENABLE_CHECKING
7659         in which case confirm newly calculated stack info matches old info.
7660         Delay calculation of lr_save_p, set it for out of line gp save/restore
7661         as well as fp.  Call rs6000_savres_strategy from here..
7662         (rs6000_emit_prologue, rs6000_emit_epilogue): ..rather than here.
7663         (rs6000_output_function_prologue): Use info->savres_strategy to
7664         determine whether fp save/restore externs need to be emitted.
7666 2010-10-31  Jason Merrill  <jason@redhat.com>
7668         * tree.h (EXPR_LOC_OR_HERE): New macro.
7669         * builtins.c (c_strlen): Use it.
7670         * c-decl.c (build_enumerator): Likewise.
7671         * gimplify.c (internal_get_tmp_var): Likewise.
7672         (shortcut_cond_expr): Likewise.
7673         (gimplify_one_sizepos): Likewise.
7675 2010-10-31  Richard Henderson  <rth@redhat.com>
7677         * config/i386/cygming.h (TARGET_SEH): New.
7678         (MAX_STACK_ALIGNMENT): New.  Disable alignment for SEH.
7679         (TARGET_ASM_UNWIND_EMIT, TARGET_ASM_UNWIND_EMIT_BEFORE_INSN,
7680         TARGET_ASM_FUNCTION_END_PROLOGUE, SUBTARGET_ASM_UNWIND_INIT): New.
7681         (TARGET_OS_CPP_BUILTINS): Define __SEH__ as needed.
7682         (ASM_DECLARE_FUNCTION_NAME): Use i386_pe_start_function.
7683         (ASM_DECLARE_FUNCTION_SIZE): New.
7684         * config/i386/i386-protos.h: Update.
7685         * config/i386/i386.c (ix86_option_override_internal): Enable
7686         flag_unwind_tables with flag_asynchronous_unwind_tables immediately;
7687         restrict -mpreferred-stack-boundary for SEH; enable flag_fentry.
7688         (ix86_asm_output_function_label): Use SUBTARGET_ASM_UNWIND_INIT.
7689         (ix86_compute_frame_layout): For SEH, disable
7690         use_fast_prologue_epilogue, move frame pointer to the end of
7691         the frame.  Initialize hfp_save_offset.
7692         (ix86_expand_prologue): Honor hfp_save_offset.  Emit blockage
7693         at end of prologue for SEH.
7694         (ix86_expand_epilogue): For SEH, use pops, emit a nop if needed,
7695         emit blockage at beginning of epilogue.
7696         (ix86_expand_binary_operator): After reload, emit LEA if needed.
7697         (ix86_output_call_insn): New.
7698         * config/i386/i386.h (TARGET_SEH): New.
7699         (struct machine_function): Add member seh.
7700         * config/i386/i386.md (all call patterns): Use ix86_output_call_insn.
7701         * config/i386/winnt.c (struct seh_frame_state): New.
7702         (i386_pe_seh_init, i386_pe_seh_end_prologue, i386_pe_seh_fini,
7703         seh_emit_push, seh_emit_save, seh_emit_stackalloc, seh_cfa_adjust_cfa,
7704         seh_cfa_offset, seh_frame_related_expr, i386_pe_seh_unwind_emit,
7705         i386_pe_start_function, i386_pe_end_function): New.
7707         * dwarf2out.c (dwarf2out_frame_debug_expr): Accept CFA as well
7708         as CFA_STORE in rules 12 and 13.
7710 2010-10-31  Uros Bizjak  <ubizjak@gmail.com>
7712         PR tree-optimization/46142
7713         * tree-vect-stmts.c (vectorizable_call): Enlarge dt array to
7714         accommodate third function argument.
7716 2010-10-30  Nathan Froyd  <froydnj@codesourcery.com>
7718         * tree-ssa-loop-im.c (rewrite_reciprocal): Use build_one_cst.
7720 2010-10-30  Nathan Froyd  <froydnj@codesourcery.com>
7722         * fold-const.c (build_zero_vector): Use build_vector_from_val.
7723         * tree-vect-loop.c (get_initial_def_for_induction): Likewise.
7724         (get_initial_def_for_reduction): Likewise.
7725         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
7726         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Likewise.
7727         * tree.c (build_one_cst): Likewise.
7728         (build_vector_from_val): Use types_compatible_p for assert.
7730 2010-10-30  Nathan Froyd  <froydnj@codesourcery.com>
7732         * emit-rtl.c (mark_used_flags): New function.
7733         (set_used_flags, reset_used_flags): Call it.
7735 2010-10-30  Uros Bizjak  <ubizjak@gmail.com>
7737         PR middle-end/44569
7738         * lower-suberg.c (simplify_subreg_concatn): For VOIDmode elements,
7739         determine the mode of a subreg by GET_MODE_INNER of CONCATN RTX.
7741 2010-10-30  H.J. Lu  <hongjiu.lu@intel.com>
7743         PR target/46195
7744         * config/i386/i386.c (contains_aligned_value_p): Renamed to ...
7745         (ix86_compat_aligned_value_p): This.
7746         (ix86_old_function_arg_boundary): Renamed to ...
7747         (ix86_compat_function_arg_boundary): This.  Updated.
7748         (ix86_contains_aligned_value_p): New.
7749         (ix86_function_arg_boundary): Align long double parameters on
7750         stack to 4byte in 32bit.
7752 2010-10-30  Nicola Pero  <nicola.pero@meta-innovation.com>
7754         Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
7755         * c-parser.c (c_parser_objc_at_property_declaration): Removed
7756         parsing of RID_COPIES and RID_IVAR.  Updated call to
7757         objc_add_property_declaration.
7758         * c-typecheck.c (build_component_ref): Call
7759         objc_maybe_build_component_ref instead of objc_build_setter_call.
7760         Use objc_is_property_ref to improve Objective-C checks.
7761         (cp_build_modify_expr): Call objc_maybe_build_modify_expr instead
7762         of objc_build_getter_call.
7764 2010-10-29  Paul Koning  <ni1d@arrl.net>
7766         * doc/tm.texi.in (REGNO_OK_FOR_BASE_P, REGNO_MODE_OK_FOR_BASE_P,
7767         REGNO_MODE_OK_FOR_REG_BASE, REGNO_MODE_CODE_OK_FOR_BASE_P,
7768         REGNO_OK_FOR_INDEX_P): Delete non-strict variant.
7769         (REG_OK_STRICT): Move description.
7771 2010-10-29  Paul Koning  <ni1d@arrl.net>
7773         * config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>.
7775 2010-10-29  Paul Koning  <ni1d@arrl.net>
7777         * config/pdp11/pdp11.md (divhi3, modhi3, divmodhi3): Fix ICE.
7779 2010-10-29  Paul Koning  <ni1d@arrl.net>
7781         PR/41822
7782         * config/pdp11/pdp11.md (andhi3, andqi3): Fix wrong code error.
7784 2010-10-29  Richard Henderson  <rth@redhat.com>
7786         PR rtl-opt/46226
7787         * stmt.c (expand_asm_operands): Call do_pending_stack_adjust
7788         for asm goto.
7790 2010-10-29  Paul Koning  <ni1d@arrl.net>
7792         * config/pdp11/pdp11.c (output_move_quad): Fix ICE for CPU
7793         register to register move.
7795 2010-10-29  Paul Koning  <ni1d@arrl.net>
7797         * config/pdp11/pdp11.c (print_operand_address): Correct handling
7798         of integer constant addresses, delete vax-only logic.
7800 2010-10-11  Hariharan Sandanagobalane  <hariharan@picochip.com>
7802         * config/picochip/picochip.c (picochip_is_short_branch): Simplify
7803         a conditional expression.
7805 2010-10-29  Paul Koning  <ni1d@arrl.net>
7807         * config/pdp11/pdp11.c (pdp11_trampoline_init): Correct
7808         instruction encoding.
7810 2010-10-29  Artjoms Sinkarovs  <artyom.shinakroff@gmail.com>
7811             Andrew Pinski  <pinskia@gmail.com>
7813         * tree.h (build_vector_from_val): Declare.
7814         * tree.c (build_vector_from_val): New function.
7815         * c-typeck.c (build_binary_op): Handle vector shifting.
7816         * doc/extend.texi: Description of the vector shifting operation.
7818 2010-10-29  Paul Koning  <pkoning@equallogic.com>
7820         * config/pdp11/pdp11-protos.h (pdp11_cannot_change_mode_class,
7821         pdp11_secondary_memory_needed): Declare.
7822         * config/pdp11/predicates.md (float_operand): New predicate.
7823         * config/pdp11/pdp11.md (RETVAL_REGNUM): New constant.
7824         (cbranchdf4, movdf): Change predicate.
7825         (movsf): Handle FPU register case.
7826         (truncdfsf2, extendsfdf2): Add FPU register case.
7827         * config/pdp11/pdp11.c (TARGET_SECONDARY_RELOAD,
7828         TARGET_REGISTER_MOVE_COST, TARGET_PREFERRED_RELOAD_CLASS,
7829         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
7830         (pdp11_register_move_cost): Update cost matrix.
7831         (pdp11_cannot_change_mode_class, pdp11_preferred_reload_class,
7832         pdp11_preferred_output_reload_class, pdp11_secondary_reload,
7833         pdp11_secondary_memory_needed): New function.
7834         (pdp11_return_in_memory): Add other float types.
7835         * config/pdp11/pdp11.h (HARD_REGNO_MODE_OK): Add other float types.
7836         (SECONDARY_MEMORY_NEEDED, CANNOT_CHANGE_MODE_CLASS): Define.
7837         (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS,
7838         REGISTER_MOVE_COST): Delete.
7839         (BASE_RETURN_VALUE_REG): Add other float types.
7841 2010-10-29  Nick Clifton  <nickc@redhat.com>
7843         * doc/invoke.texi: Document -mam34 and -mtune options.
7844         * config/mn10300/mn10300.c (mn10300_tune_string): New variable.
7845         (mn10300_tune_cpu): New variable.
7846         (mn10300_handle_option): Handle -mam34 and -mtune options.
7847         (mn10300_option_override): Convert tune string into tune cpu variable.
7848         (mn10300_legitimate_constant_p): Delete unused local variable.
7849         (is_load_insn): New function.
7850         (is_store_insn): New function.
7851         (mn10300_adjust_schedule_cost): New function.
7852         (TARGET_SCHED_ADJUST_COST): Define.
7853         * config/mn10300/mn10300.opt (mam34): New option.
7854         (mtune): New option.
7855         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add AM34 support.
7856         (enum processor_type): Add AM34.
7857         (TARGET_AM34): Define.
7858         * config/mn10300/mn10300.md (attr cpu): Add am34.
7859         Add pipeline description.
7860         (movqi, movhi, movsi, movsf, movdf, movdi): Fix predicates.
7861         Remove unneeded alternatives.  Add timing attribute.
7862         (pop_pic_reg, am33_addsi3, mn10300_addsi3, am33_subsi3,
7863         mn10300_subsi3, mulsidi3, umulsidi3, am33_mulsi3,
7864         mn10300_mulsi3, udivmodsi4_am33, divmodsi4, am33_andsi3,
7865         mn10300_andsi3, am33_iorsi3, mn10300_iorsi3, am33_xorsi3,
7866         mn10300_xorsi3, byte_clear, byte_set, bit_clear1, bit_clear2,
7867         bit_set, am33_iorqi3, mn10300_iorqi3, test_byte_bitfield,
7868         bit_test, subreg_bit_test, cmpsi, am33_cmpsf, am33_subsi3,
7869         float_conditional_branch, jump, indirect_jump, tablejump,
7870         call_internal, call_value_internal, zero_extendqisi2_am33,
7871         zero_extendqisi2_mn10300, zero_extendhisi2_am33,
7872         zero_extendhisi2_mn10300, extendqisi2_am33, extendqisi2_mn10300,
7873         extendhisi2_am33, extendhisi2_mn10300, am33_ashlsi3,
7874         mn10300_ashlsi3, am33_lshrsi3, mn10300_lshrsi3, am33_ashrisi3,
7875         mn10300_ashrsi3, abssf2_am33_2, negsf2_am33_2, rsqrtsf2,
7876         addsf3_internal, subsf3_internal, mulsf3_internal, divsf3,
7877         fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4, return_internal,
7878         return_internal_regs, store_movm, return, call_next_insn):
7879         Add timing attribute.
7880         (am33_subsi3): Add missing clobber of CC_REG.
7881         (am33_andsi3, mn10300_andsi3): Fix compile time warnings.
7882         (udivmodsi4, udivmodsi4_insn, divmodsi4, test_byte_bitfield,
7883         subreg_bit_test, zero_extendqisi2, zero_extendhisi2,
7884         extendqisi2): Fix predicates.
7885         (call_internal, call_internal_value): Separate alternatives.
7886         * config/mn10300/t-mn10300: Add AM34 multilib.
7888 2010-10-29  Paolo Bonzini  <bonzini@gnu.org>
7890         * config/sh/sh.c (sh_promote_function_mode): Use
7891         default_promote_function_mode if !sh_promote_prototypes.
7893 2010-10-28  Paolo Bonzini  <bonzini@gnu.org>
7895         * recog.c (split_all_insns): Remove dead code.
7897 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7899         * score.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7901 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7903         * config/cris/cris.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Delete.
7904         (FUNCTION_ARG_ADVANCE): Delete.
7905         * config/cris/cris.c (cris_function_arg_1, cris_function_arg): New
7906         functions.
7907         (cris_function_incoming_arg, cris_function_arg_advance): New functions.
7908         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
7909         (TARGET_FUNCTION_ARG_ADVANCE): Define.
7911 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7913         * config/lm32/lm32-protos.h (lm32_function_arg): Delete.
7914         * config/lm32/lm32.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7915         * config/mcore/mcore.c (mcore_function_arg): Declare.  Make static.
7916         Take a const_tree and a bool.
7917         (mcore_function_arg_advance): New function.
7918         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7920 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7922         * config/mcore/mcore-protos.h (mcore_function_arg): Delete.
7923         * config/mcore/mcore.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7924         * config/mcore/mcore.c (mcore_function_arg): Declare.  Make static.
7925         Take a const_tree and a bool.
7926         (mcore_function_arg_advance): New function.
7927         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7929 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7931         * config/h8300/h8300-protos.h (function_arg): Delete.
7932         * config/h8300/h8300.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7933         * config/h8300/h8300.c (function_arg): Rename to...
7934         (h8300_function_arg): ...this.  Make static.  Take a const_tree and
7935         a bool.
7936         (h8300_function_arg_advance): New function.
7937         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7939 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7941         * config/arc/arc.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move code
7942         to...
7943         * config/arc/arc.c (arc_function_arg): ...here and...
7944         (arc_function_arg_advance): ...here.  New functions.
7945         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7947 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7949         * config/crx/crx-protos.h (crx_function_arg): Delete.
7950         (crx_function_arg_advance): Delete.
7951         * config/crx/crx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7952         * config/crx/crx.c (crx_function_arg): Make static.  Take a
7953         const_tree and a bool.
7954         (crx_function_arg_advance): Make static.  Take a const_tree and a bool.
7955         (enough_regs_for_param): Take a const_tree.
7956         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7958 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7960         * config/m68hc11/m68hc11-protos.h (m68hc11_function_arg): Delete.
7961         (m68hc11_function_arg_advance): Delete.
7962         * config/m68hc11/m68hc11.h (FUNCTION_ARG): Delete.
7963         (FUNCTION_ARG_ADVANCE): Delete.
7964         * config/m68hc11/m68hc11.c (m68hc11_function_arg): Make static.
7965         Take a const_tree and a bool.
7966         (m68hc11_function_arg_advance): Likewise.
7967         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7969 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7971         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): Delete.
7972         (xstormy16_function_arg_advance): Delete.
7973         * config/stormy16/stormy16.h (FUNCTION_ARG): Delete.
7974         (FUNCTION_ARG_ADVANCE): Delete.
7975         * config/stormy16/stormy16.c (xstormy16_function_arg): Make static.
7976         Take a const_tree and a bool.
7977         (xstormy16_function_arg_advance): Likewise.  Return void, updating
7978         the CUM parameter instead.
7979         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7981 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7983         * config/moxie/moxie-protos.h (moxie_function_arg): Delete.
7984         * config/moxie/moxie.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7985         (MOXIE_FUNCTION_ARG_SIZE): Move to...
7986         * config/moxie/moxie.c (MOXIE_FUNCTION_ARG_SIZE): ...here.
7987         (moxie_function_arg): Make static.  Take a const_tree and a bool.
7988         (moxie_function_arg_advance): New function.
7989         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7991 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7993         * config/mn10300/mn10300-protos.h (function_arg): Delete.
7994         * config/mn10300/mn10300.h (FUNCTION_ARG): Delete.
7995         (FUNCTION_ARG_ADVANCE): Delete.
7996         * config/mn10300/mn10300.c (function_arg): Rename to...
7997         (mn10300_function_arg): ...this.  Make static.  Take a const_tree
7998         and a bool.
7999         (mn10300_function_arg_advance): New function.
8000         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8002 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
8004         * config/iq2000/iq2000-protos.h (function_arg): Delete.
8005         (function_arg_advance): Delete.
8006         * config/iq2000/iq2000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8007         * config/iq2000/iq2000.c (function_arg): Rename to...
8008         (iq2000_function_arg): ...this.  Make static.  Take a const_tree and
8009         a bool.
8010         (function_arg_advance): Rename to...
8011         (iq2000_function_arg_advance): ...this.  Make static.  Take a
8012         const_tree and a bool.
8013         (iq2000_expand_prologue): Call iq2000_function_arg_advance and
8014         iq2000_function_arg.
8015         (iq2000_pass_by_reference): Call iq2000_function_arg).
8016         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8018 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
8020         * config/fr30/fr30-protos.h (fr30_num_arg_regs): Delete.
8021         * config/fr30/fr30.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8022         * config/fr30/fr30.c (fr30_num_arg_regs): Make static.  Take a
8023         const_tree.
8024         (fr30_function_arg): New function.
8025         (fr30_function_arg_advance): New function.
8026         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8028 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
8030         * config/frv/frv-protos.h (frv_function_arg): Delete.
8031         (frv_function_arg_advance): Delete.
8032         * config/frv/frv.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8033         * config/frv/frv.c (frv_function_arg): Rename to...
8034         (frv_function_arg_1): Make static.  Take const_tree and bool arguments.
8035         (frv_function_arg, frv_function_incoming_arg): New functions.
8036         (frv_function_arg_advance): Make static.  Take a const_tree and a bool.
8037         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
8038         (TARGET_FUNCTION_ARG_ADVANCE): Define.
8040 2010-10-28  Uros Bizjak  <ubizjak@gmail.com>
8042         PR target/46153
8043         * config/i386/sse.md (sse_movhlps_exp): Use destination
8044         returned from ix86_fixup_binary_operands to expand insn.
8045         (sse_movlhps_exp): Ditto.
8046         (sse_loadhps_exp): Ditto.
8047         (sse_loadlps_exp): Ditto.
8048         (sse2_loadhpd_exp): Ditto.
8049         (sse2_loadlpd_exp): Ditto.
8051 2010-10-28  Andrew Stubbs  <ams@codesourcery.com>
8053         * config/arm/arm.c (const_ok_for_arm): Support 0xXY00XY00 pattern
8054         constants in thumb2.
8056 2010-10-28  Eric Botcazou  <ebotcazou@adacore.com>
8058         * combine.c (set_nonzero_bits_and_sign_copies): Use unsigned
8059         arithmetics in masking operations.
8060         (contains_muldiv): Likewise.
8061         (try_combine): Likewise.
8062         (find_split_point): Likewise.
8063         (combine_simplify_rtx): Likewise.
8064         (simplify_if_then_else): Likewise.
8065         (simplify_set): Likewise.
8066         (expand_compound_operation): Likewise.
8067         (expand_field_assignment): Likewise.
8068         (make_extraction): Likewise.
8069         (extract_left_shift): Likewise.
8070         (make_compound_operation): Likewise.
8071         (force_to_mode): Likewise.
8072         (make_field_assignment): Likewise.
8073         (reg_nonzero_bits_for_combine): Likewise.
8074         (simplify_shift_const_1): Likewise.
8075         (simplify_comparison): Likewise.
8077 2010-10-27  Nathan Froyd  <froydnj@codesourcery.com>
8079         * config/ia64/ia64-protos.h (ia64_function_arg): Delete.
8080         (ia64_function_arg_advance): Delete.
8081         * config/ia64/ia64.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Delete.
8082         (FUNCTION_ARG_ADVANCE): Delete.
8083         * config/ia64/ia64.c (ia64_function_arg): Rename to...
8084         (ia64_function_arg_1): ...this.  Make static.  Take const_tree and
8085         bool arguments.
8086         (ia64_function_arg, ia64_function_incoming_arg): New functions.
8087         (ia64_function_arg_advance): Make static.  Take a const_tree and
8088         a bool.
8089         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
8090         (TARGET_FUNCTION_ARG_ADVANCE): Define.
8092 2010-10-27  Steve Ellcey  <sje@cup.hp.com>
8094         * doc/tm.texi.in (TARGET_GET_RAW_RESULT_MODE): New.
8095         (TARGET_GET_RAW_ARG_MODE): New.
8096         * doc/tm.texi: Regenerate.
8097         * target.def (get_raw_result_mode): New.
8098         (get_raw_arg_mode): New.
8099         * targhooks.c (default_get_reg_raw_mode): New.
8100         * targhooks.h (default_get_reg_raw_mode): New.
8101         * builtins.c (apply_args_size): Use targetm.calls.get_raw_arg_mode.
8102         (apply_result_size): Ditto.
8103         * config/ia64/ia64.c (ia64_get_reg_raw_mode): New.
8104         (TARGET_GET_RAW_RESULT_MODE): Define.
8105         (TARGET_GET_RAW_ARG_MODE): Ditto.
8107 2010-10-27  Eric Botcazou  <ebotcazou@adacore.com>
8109         * config/sparc/sol2-unwind.h (sparc64_fallback_frame_state): Adjust
8110         for newer Solaris 10 release.
8111         (sparc_fallback_frame_state): Likewise.
8113 2010-10-27  Jason Merrill  <jason@redhat.com>
8115         * gimplify.c (gimplify_decl_expr): Handle anonymous artificial
8116         variables sooner.
8118 2010-10-27  Jie Zhang  <jie@codesourcery.com>
8119             Maxim Kuvyrkov  <maxim@codesourcery.com>
8121         * haifa-sched.c (ISSUE_POINTS): Remove.
8122         (max_issue): Don't issue more than issue_rate instructions.
8124 2010-10-27  Ian Lance Taylor  <iant@google.com>
8126         PR target/46197
8127         * config/i386/i386.md (UNSPECV_SPLIT_STACK_RETURN): New.
8128         (split_stack_return): Replace UNSPEC_STACK_CHECK with
8129         UNSPECV_SPLIT_STACK_RETURN.
8131 2010-10-27  H.J. Lu  <hongjiu.lu@intel.com>
8133         * config/i386/i386-protos.h (init_cumulative_args): Add an int.
8135         * config/i386/i386.c (block_info): New.
8136         (BLOCK_INFO): Likewise.
8137         (call_avx256_state): Likewise.
8138         (check_avx256_stores): Likewise.
8139         (move_or_delete_vzeroupper_2): Likewise.
8140         (move_or_delete_vzeroupper_1): Likewise.
8141         (move_or_delete_vzeroupper): Likewise.
8142         (use_avx256_p): Likewise.
8143         (function_pass_avx256_p): Likewise.
8144         (flag_opts): Add -mvzeroupper.
8145         (ix86_option_override_internal): Turn on MASK_VZEROUPPER by
8146         default for TARGET_AVX.  Turn off MASK_VZEROUPPER if TARGET_AVX
8147         is disabled.
8148         (ix86_function_ok_for_sibcall): Disable sibcall if we need to
8149         generate vzeroupper.
8150         (init_cumulative_args): Add an int to indicate caller.  Set
8151         use_avx256_p, callee_return_avx256_p and caller_use_avx256_p
8152         based on return type.
8153         (ix86_function_arg): Set use_avx256_p, callee_pass_avx256_p and
8154         caller_pass_avx256_p based on argument type.
8155         (ix86_expand_epilogue): Emit vzeroupper if 256bit AVX register
8156         is used, but not returned by caller.
8157         (ix86_expand_call): Emit vzeroupper if 256bit AVX register is used.
8158         (ix86_local_alignment): Set use_avx256_p if 256bit AVX register
8159         is used.
8160         (ix86_minimum_alignment): Likewise.
8161         (ix86_expand_special_args_builtin): Set target to
8162         GEN_INT (vzeroupper_intrinsic) for CODE_FOR_avx_vzeroupper.
8163         (ix86_reorg): Run the vzeroupper optimization if needed.
8165         * config/i386/i386.h (ix86_args): Add caller.
8166         (INIT_CUMULATIVE_ARGS): Updated.
8167         (machine_function): Add use_vzeroupper_p, use_avx256_p,
8168         caller_pass_avx256_p, caller_return_avx256_p,
8169         callee_pass_avx256_p and callee_return_avx256_p.
8171         * config/i386/i386.opt (-mvzeroupper): New.
8173         * config/i386/predicates.md (vzeroupper_operation): Removed.
8175         * config/i386/sse.md (avx_vzeroupper): Removed.
8176         (*avx_vzeroupper): Removed.
8177         (avx_vzeroupper): New.
8179         * doc/invoke.texi: Document -mvzeroupper.
8181 2010-10-27  Eric Botcazou  <ebotcazou@adacore.com>
8183         * config/i386/t-mingw32 (SHLIB_LC): Add -lmingwthrd.
8184         * config/i386/t-mingw-w32 (SHLIB_LC): Likewise.
8185         * config/i386/t-mingw-w64 (SHLIB_LC): Likewise.
8187 2010-10-27  Eric Botcazou  <ebotcazou@adacore.com>
8188             Olivier Hainque  <hainque@adacore.com>
8190         * config/i386/w32-unwind.h (i386_w32_fallback_frame_state): Fix regnum
8191         of EBP.  Do not restore reg #9.  Remove +1 adjustment to EIP and set
8192         fs->signal_frame instead.
8194 2010-10-27  Nicola Pero  <nicola.pero@meta-innovation.com>
8196         * c-parser.c (cp_parser_objc_at_property_declaration): Removed
8197         parsing of RID_COPIES and RID_IVAR.
8199 2010-10-27  Nicola Pero  <nicola.pero@meta-innovation.com>
8201         * c-parser.c (c_parser_objc_at_property_declaration): Recognize
8202         RID_ASSIGN, RID_COPY, RID_RETAIN, RID_READWRITE and RID_NONATOMIC.
8203         Do not use objc_set_property_attr, but use local variables
8204         instead.  Detect repeated usage of setter, getter and ivar
8205         attributes.  Improved error processing when a setter name does not
8206         end in ':'.  Do not check for CPP_CLOSE_PAREN after we determined
8207         that the token is a keyword.  Updated call to
8208         objc_add_property_declaration.
8210 2010-10-27  Nicola Pero  <nicola.pero@meta-innovation.com>
8212         * c-parser.c (c_parser_objc_at_property): Renamed to
8213         c_parser_objc_at_property_declaration.  Updated calls to
8214         objc_add_property_variable, now objc_add_property_declaration.
8215         Code rewritten to be much more robust in recovering from syntax
8216         errors.  Added comments.
8217         (c_parser_objc_property_attrlist): Removed.
8218         (c_parser_external_declaration): Updated calls to
8219         c_parser_objc_at_property, now
8220         c_parser_objc_at_property_declaration.
8221         (c_parser_objc_methodprotolist): Same change.
8223 2010-10-26  H.J. Lu  <hongjiu.lu@intel.com>
8225         * config/i386/i386.md (split_stack_return): Put back unspec_volatile.
8227 2010-10-26  Jan Hubicka  <jh@suse.cz>
8229         * ipa.c (process_references): Enqueue all referenced nodes;
8230         mark as reachable only non-external nodes.
8231         (cgraph_remove_unreachable_nodes): All referenced nodes should
8232         be enqueued; remove bogues node->needed check.
8234 2010-10-26  Jan Hubicka  <jh@suse.cz>
8236         * cgraphbuild.c (build_cgraph_edges): Use ipa-reference
8237         to represent OMP.
8239 2010-10-26  H.J. Lu  <hongjiu.lu@intel.com>
8241         * config/i386/i386.md (split_stack_return): Replace
8242         unspec_volatile with unspec.
8244 2010-10-26  Jonathan Wakely  <jwakely.gcc@gmail.com>
8246         * doc/install.texi: Fix typo in --with-sysroot description.
8248 2010-10-26  Jan Hubicka  <jh@suse.cz>
8250         * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p):
8251         Use info provided by linker plugin.
8253 2010-10-26  Jason Merrill  <jason@redhat.com>
8255         * varasm.c (constructor_static_from_elts_p): Don't require a
8256         CONSTRUCTOR to have elements to be suitable for static
8257         initialization.  Allow ARRAY_TYPE as well.
8259 2010-10-26  Jan Hubicka  <jh@suse.cz>
8261         PR middle-end/45736
8262         * cgraph.c (cgraph_set_readonly_flag): Rename to...
8263         (cgraph_set_const_flags) ... this one; get also looping argument;
8264         clear constructor/destructor flags.
8265         (cgraph_set_pure_flag): Likewise.
8266         (cgraph_set_looping_const_or_pure_flag): Remove.
8267         (cgraph_can_remove_if_no_direct_calls_and_refs): Do not try
8268         to optimize away static ctors/dtors; it does not work on inline clones;
8269         external functions can always be rmeoved.
8270         (cgraph_will_be_removed_from_program_if_no_direct_calls): Assert on
8271         inline clones; in LTO external functions always can go.
8272         (cgraph_used_from_object_file_p): Handle EXTERNAL functions correctly.
8273         (cgraph_mark_address_taken_node): Assert that we are not taking
8274         address of inline clone.
8275         (cgraph_can_remove_if_no_direct_calls_p): We always eventually remove
8276         external functions.
8277         * ipa-cp.c (ipcp_cloning_candidate_p): Do not clone functions with
8278         address taken.
8279         (ipcp_initialize_node_lattices): Only local functions can be
8280         handled without cloning.
8281         * cgraph.h (cgraph_set_readonly_flag,
8282         cgraph_set_looping_const_or_pure_flag): Remove.
8283         (cgraph_set_const_flag): Declare.
8284         (cgraph_set_pure_flag): Update.
8285         * ipa-pure-const (propagate_pure_const, local_pure_const): Update
8286         flags setting code.
8287         * ipa.c (cgraph_remove_unreachable_nodes): Fix formating; do not
8288         look at inline clones; fix handling of external definitions.
8289         (cgraph_postorder): Do not look at inline clones in the first pass.
8290         (function_and_variable_visibility): Drop constructors/destructor
8291         flags at pure and const functions.
8292         * tree-profile.c (tree_profiling): Update.
8293         * ipa-inline.c (cgraph_clone_inlined_nodes): Always clone functions with
8294         address taken; external functions do not account to whole program size.
8295         (cgraph_decide_inlining): Likewise; do not try to inline
8296         functions already inlined.
8298 2010-10-26  Jie Zhang  <jie@codesourcery.com>
8300         * doc/invoke.texi: Improve documentation of
8301         -fstrict-volatile-bitfields.
8303 2010-10-26  Ira Rosen  <irar@il.ibm.com>
8305         PR tree-optimization/46167
8306         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Check that there
8307         is basic block for the statement.
8309 2010-10-26  Paul Koning  <ni1d@arrl.net>
8311         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Update to
8312         current definition of struct_real_format.
8314 2010-10-26  H.J. Lu  <hongjiu.lu@intel.com>
8316         PR target/44948
8317         * config/i386/i386.c (ix86_old_function_arg_boundary): New.
8318         (ix86_function_arg_boundary): Always align parameters on stack
8319         in 64bit and align parameters with alignment >= 16byte on stack
8320         in 32bit.  Warn alignment change.
8322 2010-10-26  Ian Lance Taylor  <iant@google.com>
8324         PR middle-end/45687
8325         * ipa-prop.c (ipa_modify_call_arguments): Correct type of MEM_REF
8326         offset.
8328 2010-10-25  Rodrigo Rivas Costa  <rodrigorivascosta@gmail.com>
8330         Implement opaque-enum-specifiesr for C++0x
8331         * tree.h (ENUM_IS_OPAQUE): New.
8332         * dwarf2out.c (gen_enumeration_type_die): Use ENUM_IS_OPAQUE.
8334 2010-10-26  Jie Zhang  <jie@codesourcery.com>
8336         * stor-layout.c (layout_decl): Use the field's type to
8337         determine the mode and keep DECL_BIT_FIELD for a volatile bit-field.
8338         * config/arm/arm.c (arm_override_options): Default to
8339         -fstrict-volatile-bitfields.
8341 2010-10-25  Paul Koning  <ni1d@arrl.net>
8343         * config/pdp11/pdp11.md: Add define_constants for register
8344         numbers, branch offset limits.
8345         * config/pdp11/pdp11.c: Use named constants instead of numbers.
8346         * config/pdp11.pdp11.h: Ditto.
8348 2010-10-25  Eric Botcazou  <ebotcazou@adacore.com>
8350         * configure.ac: Use $cpu_type instead of $target to define the nop.
8351         * configure: Regenerate.
8353 2010-10-25  Jie Zhang  <jie@codesourcery.com>
8355         * combine.c (try_combine): If insns need to be kept around, check that
8356         they can be copied in the merged instruction.
8358 2010-10-24  Eric Botcazou  <ebotcazou@adacore.com>
8360         * reg-stack.c (convert_regs_1): Return boolean value, true if the CFG
8361         has been modified.
8362         (convert_regs_2): Likewise.  Adjust calls to convert_regs_1.
8363         (convert_regs): Adjust calls to convert_regs_2.  Clean up the CFG if
8364         it has been modified.
8366 2010-10-24  Eric Botcazou  <ebotcazou@adacore.com>
8368         * config/sparc/sparc.c (sparc_type_code) <NULLPTR_TYPE>: New case.
8370 2010-10-24  Paul Koning  <ni1d@arrl.net>
8372         * config/pdp11/pdp11.md: Change length attribute to be in bytes.
8373         * config/pdp11/pdp11.c (output_jump): Ditto.
8375 2010-10-24  Ian Lance Taylor  <iant@google.com>
8377         * config/i386/i386.c (ix86_va_start): Remove extraneous blank line.
8379 2010-10-24  Eric Botcazou  <ebotcazou@adacore.com>
8381         * cfglayout.c (fixup_reorder_chain): When ensuring that there is at
8382         least one insn with a locus corresponding to an edge's goto_locus,
8383         disregard non-fallthru edges to the exit block and merge the blocks
8384         created for the same goto_locus.
8386 2010-10-23  Joseph Myers  <joseph@codesourcery.com>
8388         * gcc.c (n_switches_alloc_debug_check): New.
8389         (set_option_handlers): New.
8390         (process_command): Use set_option_handlers.
8391         (do_self_spec): Pass spec-generated options through option handlers.
8392         (main): Also save and restore n_switches_alloc when swapping
8393         switch arrays.
8395 2010-10-23  Richard Henderson  <rth@redhat.com>
8397         PR target/46144
8398         * config/i386/sse.md (*avx_absneg<AVXMODEF2P>2): New.
8399         (*sse_absneg<SSEMODEF2P>2): Rename from *absneg<VEC_FLOAT_MODE>2.
8400         Honor matching operands when splitting to XOR.
8402 2010-10-23  Ian Lance Taylor  <iant@google.com>
8404         * tree-vrp.c (extract_range_from_binary_expr): If
8405         flag_non_call_exceptions don't eliminate division by zero.
8406         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
8408 2010-10-23  Nathan Froyd  <froydnj@codesourcery.com>
8410         * cppbuiltin.c (define_builtin_macros_for_type_sizes): Define
8411         __BYTE_ORDER__, __ORDER_LITTLE_ENDIAN__, __ORDER_BIG_ENDIAN__, and
8412         __ORDER_PDP_ENDIAN__.
8413         * libgcc2.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8414         (struct DWstruct): Define based on __BYTE_ORDER__.
8415         * config/fixed-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8416         (struct INTstruct): Define based on __BYTE_ORDER__.
8417         * config/dfp-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8418         (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
8419         * system.h (LIBGCC2_WORDS_BIG_ENDIAN): Poison identifier.
8420         * config/arc/arc.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8421         * config/arm/arm.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8422         * config/ia64/ia64.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8423         * config/iq2000/iq2000.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8424         * config/lm32/lm32.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8425         * config/m32r/m32r.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8426         * config/mcore/mcore.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8427         * config/mep/mep.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8428         * config/mips/mips.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8429         * config/rs6000/sysv4.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8430         * config/rx/rx.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8431         * config/score/score.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8432         * config/sh/sh.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8433         * config/sparc/sparc.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8434         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8435         * doc/tm.texi.in (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8436         * doc/tm.texi: Regenerate.
8437         * doc/cpp.texi (__BYTE_ORDER__, __ORDER_LITTLE_ENDIAN__): Document.
8438         (__ORDER_BIG_ENDIAN__, __ORDER_PDP_ENDIAN__): Likewise.
8440 2010-10-23  Jie Zhang  <jie@codesourcery.com>
8442         PR rtl-optimization/37360
8443         * config/mips/mips.c (cached_can_issue_more): New local variable.
8444         (mips_sched_reorder_1): New.
8445         (mips_sched_reorder): Use mips_sched_reorder_1.
8446         (mips_sched_reorder2): New.
8447         (mips_variable_issue): Set cached_can_issue_more.
8448         (TARGET_SCHED_REORDER2): Define to mips_sched_reorder2
8449         instead of mips_sched_reorder.
8451         Revert:
8452         2008-09-09  Andrey Belevantsev  <abel@ispras.ru>
8453         PR rtl-optimization/37360
8454         * haifa-sched.c (max_issue): Do not assert that we never issue more
8455         insns than issue_rate.  Add comment.
8457 2010-10-22  Eric Botcazou  <ebotcazou@adacore.com>
8459         * gimplify.c (gimplify_variable_sized_compare): Preserve the source
8460         location info of the expression.
8462 2010-10-22  DJ Delorie  <dj@redhat.com>
8464         * doc/extend.texi (Named Address Spaces): Document the M32C named
8465         address space.
8467         * config/m32c/m32c-pragma.c (m32c_register_pragmas): Register the
8468         __far address space.
8469         * config/m32c/m32c.h (ADDR_SPACE_FAR): New.  Add support for
8470         "__far" address space for R8C and M16C processor variants.
8471         * config/m32c/m32c.c (m32c_addr_space_legitimate_address_p): New.
8472         (far_addr_space_p): New.
8473         (encode_pattern_1): Add sign and zero extend support.
8474         (m32c_hard_regno_nregs_1): Large pointers in A16 mode are SImode.
8475         (m32c_extra_constraint_p2): Add SF constraint.
8476         (m32c_legitimate_address_p): Support __far addresses.
8477         (m32c_addr_space_pointer_mode): New.
8478         (m32c_addr_space_address_mode): New.
8479         (m32c_addr_space_legitimate_address_p): New.
8480         (m32c_addr_space_legitimize_address): New.
8481         (m32c_addr_space_subset_p): New.
8482         (m32c_addr_space_convert): New.
8483         (conversions): Add __far operand patterns.
8484         (m32c_prepare_move): Force constants into registers for __far moves.
8485         (m32c_split_move): __far moves are always split.
8486         * config/m32c/addsub.md (addsi3_1): Support SImode symbols.
8487         * config/m32c/mov.md (mov<mode>_far_op1): New.
8488         (mov<mode>_far_op2): New.
8489         (movqi_op): Add __far (SF) support.
8490         (movhi_op): Likewise.
8491         (movsi_splittable): Split A1A0 also.
8493 2010-10-22  Artjoms Sinkarovs  <artyom.shinakroff@gmail.com>
8494             Andrew Pinski  <pinskia@gmail.com>
8496         * c-typeck.c (build_array_ref): Handle subscripting of vectors.
8497         * doc/extend.texi: New paragraph
8499 2010-10-22  Paul Koning  <ni1d@arrl.net>
8501         * config.pdp11/pdp11.h (DBX_DEBUGGING_INFO): Define.
8503 2010-10-22  DJ Delorie  <dj@redhat.com>
8505         * config/m32c/m32c-lib1.S (m32c_jsri16): Make reentrant.
8507 2010-10-22  Paul Koning  <ni1d@arrl.net>
8509         * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Define.
8511 2010-10-22  Richard Henderson  <rth@redhat.com>
8513         * config/i386/i386.c (ix86_builtin_vectorized_function): Add
8514         cases for __builtin_fma and __builtin_fmaf.
8516 2010-10-22  Richard Henderson  <rth@redhat.com>
8518         * config/i386/i386.c (ix86_expand_fp_absneg_operator): Produce
8519         NEG+USE for vectors as well.
8520         * config/i386/i386.md (*absneg<VEC_FLOAT_MODE>2): New pattern
8521         and splitter.
8523 2010-10-22  Joseph Myers  <joseph@codesourcery.com>
8525         * gcc.c (DEFAULT_SWITCH_CURTAILS_COMPILATION,
8526         SWITCH_CURTAILS_COMPILATION): Remove.
8527         * doc/tm.texi.in (SWITCH_CURTAILS_COMPILATION): Remove documentation.
8528         * doc/tm.texi: Regenerate.
8529         * system.h (SWITCH_CURTAILS_COMPILATION): Poison.
8531 2010-10-22  Changpeng Fang  <changpeng.fang@amd.com>
8533         * config/i386/bdver1.md: New file.
8534         * config/i386/i386.md (include "bdver1.md"): Invoke the
8535         pipeline description for bdver1.
8536         (x86_sahf_1): Add "bdver1_decode" attribute.
8537         (*cmpfp_i_mixed): Likewise.
8538         (*cmpfp_i_sse): Likewise.
8539         (*cmpfp_i_i387): Likewise.
8540         (*cmpfp_iu_mixed): Likewise.
8541         (*cmpfp_iu_sse): Likewise.
8542         (*cmpfp_iu_387): Likewise.
8543         (*swap<mode>,*swap<mode>_1): Likewise.
8544         (fixuns_trunc<mode>hi2): Likewise.
8545         (fix_trunc<mode>si_sse): Likewise.
8546         (x86_fnstcw_1): Likewise.
8547         (x86_fldcw_1): Likewise.
8548         (*floatsi<mode>2_vector_mixed_with_temp): Likewise.
8549         (*floatsi<mode>2_vector_mixed): Likewise.
8550         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_with_temp): Likewise.
8551         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit): Likewise.
8552         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit): Likewise.
8553         (*floatsi<mode>2_vector_sse_with_temp): Likewise.
8554         (*floatsi<mode>2_vector_sse): Likewise.
8555         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_with_temp): Likewise.
8556         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit): Likewise.
8557         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit): Likewise.
8558         (*mul<mode>3_1): Likewise.
8559         (*mulsi3_1_zext): Likewise.
8560         (*mulhi3_1): Likewise.
8561         (*mulqi3_1): Likewise.
8562         (*<u>mul<mode><dwi>3_1): Likewise.
8563         (*<u>mulqihi3_1): Likewise.
8564         (*<s>muldi3_highpart_1): Likewise.
8565         (*<s>mulsi3_highpart_1): Likewise.
8566         (*<s>mulsi3_highpart_zext): Likewise.
8567         (x86_64_shld): Likewise.
8568         (x86_shld): Likewise.
8569         (x86_64_shrd): Likewise.
8570         (x86_shrd): Likewise.
8571         (sqrtxf2): Likewise.
8572         (sqrt_extend<mode>xf2_i387): Likewise.
8573         (*sqrt<mode>2_sse): Likewise.
8574         * config/i386/sse.md (sse_cvtsi2ss): Add "bdver1_decode" attribute.
8575         (sse_cvtsi2ssq): Likewise.
8576         (sse_cvtss2si): Likewise.
8577         (sse_cvtss2si_2): Likewise.
8578         (sse_cvtss2siq): Likewise.
8579         (sse_cvtss2siq_2): Likewise.
8580         (sse_cvttss2si): Likewise.
8581         (sse_cvttss2siq): Likewise.
8582         (sse2_cvtpi2pd): Likewise.
8583         (sse2_cvttpd2pi): Likewise.
8584         (sse2_cvtsi2sd): Likewise.
8585         (sse2_cvtsi2sdq): Likewise.
8586         (sse2_cvtsd2si): Likewise.
8587         (sse2_cvtsd2si_2): Likewise.
8588         (sse2_cvtsd2siq): Likewise.
8589         (sse2_cvtsd2siq_2): Likewise.
8590         (sse2_cvttsd2si): Likewise.
8591         (sse2_cvttsd2siq): Likewise.
8592         (*sse2_cvtpd2dq): Likewise.
8593         (*sse2_cvttpd2dq): Likewise.
8594         (sse2_cvtsd2ss): Likewise.
8595         (sse2_cvtss2sd): Likewise.
8596         (*sse2_cvtpd2ps): Likewise.
8597         (sse2_cvtps2pd): Likewise.
8599 2010-10-22  Richard Guenther  <rguenther@suse.de>
8601         PR middle-end/46137
8602         * gimple-fold.c (gimplify_and_update_call_from_tree): Properly
8603         remove the virtual operands if they are not needed.
8605 2010-10-22  Changpeng Fang  <changpeng.fang@amd.com>
8607         * config/i386/i386.c (processor_costs bdver1_cost): Update
8608         insn costs and architectural parameters for bdver1.
8610 2010-10-22  Richard Guenther  <rguenther@suse.de>
8612         * gimple.h (gimple_register_canonical_type): Declare.
8613         * gimple.c (gimple_canonical_types): New global hashtable.
8614         (struct gimple_type_leader_entry_s): New type.
8615         (gimple_type_leader): New global cache.
8616         (gimple_lookup_type_leader): New function.
8617         (gtc_visit): Query the proper cache.
8618         (gimple_types_compatible_p): Likewise.
8619         (gimple_register_type): Use the new cache instead of TYPE_CANONICAL.
8620         (gimple_canonical_type_eq): New function.
8621         (gimple_register_canonical_type): Likewise.
8622         (print_gimple_types_stats): Adjust for gimple_canonical_types.
8623         (free_gimple_type_tables): Likewise.  Free gimple_type_leader.
8624         * tree-ssa.c (useless_type_conversion_p): Do not dispatch to
8625         gimple_types_compatible_p for LTO.
8627 2010-10-22  Uros Bizjak  <ubizjak@gmail.com>
8629         PR target/46098
8630         * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
8631         Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
8632         (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
8633         (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
8634         (<sse>_movu<ssemodesuffix>): New expander.
8635         (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
8636         (avx_movdqu<avxmodesuffix>): New expander.
8637         (*sse2_movdqu): Rename from sse2_movdqu.
8638         (sse2_movdqu): New expander.
8640 2010-10-22  Richard Guenther  <rguenther@suse.de>
8642         PR tree-optimization/45720
8643         * tree-vect-data-refs.c (vect_update_misalignment_for_peel):
8644         Handle negative step.
8645         (vect_enhance_data_refs_alignment): Likewise.
8646         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Likewise.
8647         (vect_create_cond_for_align_checks): Likewise.
8648         (vect_create_cond_for_alias_checks): Likewise.
8650 2010-10-22  Ira Rosen  <irar@il.ibm.com>
8652         PR tree-optimization/46126
8653         * tree-vect-stmts.c (vect_analyze_stmt): Pass NODE to
8654         vectorizable_shift in case of basic block vectorization.
8656 2010-10-22  Joseph Myers  <joseph@codesourcery.com>
8658         * target.h (enum opt_levels, struct default_options): New.
8659         * target.def (handle_ofast): Remove hook.
8660         (target_option.optimization): Change to
8661         target_option.optimization_table.
8662         * doc/tm.texi.in (TARGET_OPTION_OPTIMIZATION): Change to
8663         TARGET_OPTION_OPTIMIZATION_TABLE.
8664         (CAN_DEBUG_WITHOUT_FP): Remove.
8665         * doc/tm.texi: Regenerate.
8666         * opts.c (maybe_default_option, maybe_default_options,
8667         default_options_table): New.
8668         (default_options_optimization): Take extra parameters.  Don't
8669         assert that global_options and global_options_set are in use.  Use
8670         maybe_default_options.
8671         (decode_options): Pass extra parameters to
8672         default_options_optimization.
8673         * common.opt (falign-loops): Use value 0 with Var.
8674         (frerun-cse-after-loop, ftree-ter): Remove Init.
8675         * system.h (CAN_DEBUG_WITHOUT_FP, TARGET_HANDLE_OFAST,
8676         TARGET_OPTION_OPTIMIZATION): Remove.
8677         * targhooks.c (empty_optimization_table): New.
8678         * targhooks.h (empty_optimization_table): Declare.
8679         * toplev.c (process_options): Don't set flag_rerun_cse_after_loop.
8680         * config/alpha/alpha.c (alpha_option_optimization_table,
8681         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8682         * config/alpha/alpha.h (CAN_DEBUG_WITHOUT_FP): Remove.
8683         * config/arm/arm.c (arm_option_optimization: Change to
8684         arm_option_optimization_table.
8685         (TARGET_OPTION_OPTIMIZATION): Change to
8686         TARGET_OPTION_OPTIMIZATION_TABLE.
8687         * config/arm/arm.h (CAN_DEBUG_WITHOUT_FP): Remove.
8688         * config/avr/avr.c (avr_option_optimization_table,
8689         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8690         * config/avr/avr.h (CAN_DEBUG_WITHOUT_FP): Remove.
8691         * config/cris/cris.c (cris_option_optimization): Change to
8692         cris_option_optimization_table.
8693         (TARGET_OPTION_OPTIMIZATION): Change to
8694         TARGET_OPTION_OPTIMIZATION_TABLE.
8695         * config/crx/crx.c (crx_option_optimization): Change to
8696         crx_option_optimization_table.
8697         (TARGET_OPTION_OPTIMIZATION): Change to
8698         TARGET_OPTION_OPTIMIZATION_TABLE.
8699         * config/crx/crx.h (CAN_DEBUG_WITHOUT_FP): Remove.
8700         * config/fr30/fr30.c (fr30_option_optimization_table,
8701         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8702         * config/fr30/fr30.h (CAN_DEBUG_WITHOUT_FP): Remove.
8703         * config/frv/frv.c (frv_option_optimization_table,
8704         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8705         * config/frv/frv.h (CAN_DEBUG_WITHOUT_FP): Remove.
8706         * config/h8300/h8300.c (h8300_option_optimization): Change to
8707         h8300_option_optimization_table.
8708         (TARGET_OPTION_OPTIMIZATION): Change to
8709         TARGET_OPTION_OPTIMIZATION_TABLE.
8710         * config/h8300/h8300.h (CAN_DEBUG_WITHOUT_FP): Remove.
8711         * config/i386/i386.c (ix86_option_optimization): Change to
8712         ix86_option_optimization_table.
8713         (TARGET_OPTION_OPTIMIZATION): Change to
8714         TARGET_OPTION_OPTIMIZATION_TABLE.
8715         * config/i386/sol2-10.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
8716         as initializer.
8717         * config/ia64/ia64.c (ia64_option_optimization): Change to
8718         ia64_option_optimization_table.
8719         (TARGET_OPTION_OPTIMIZATION): Change to
8720         TARGET_OPTION_OPTIMIZATION_TABLE.
8721         * config/ia64/ia64.h (CAN_DEBUG_WITHOUT_FP): Remove.
8722         * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define as
8723         initializer.
8724         * config/iq2000/iq2000.c (iq2000_option_optimization_table,
8725         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8726         * config/iq2000/iq2000.h (CAN_DEBUG_WITHOUT_FP): Remove.
8727         * config/lm32/lm32.c (lm32_option_optimization_table,
8728         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8729         * config/lm32/lm32.h (CAN_DEBUG_WITHOUT_FP): Remove.
8730         * config/m32r/m32r.c (m32r_option_optimization): Change to
8731         m32r_option_optimization_table.
8732         (TARGET_OPTION_OPTIMIZATION): Change to
8733         TARGET_OPTION_OPTIMIZATION_TABLE.
8734         * config/m32r/m32r.h (SUBTARGET_OPTIMIZATION_OPTIONS,
8735         CAN_DEBUG_WITHOUT_FP): Remove.
8736         * config/mcore/mcore.c (mcore_option_optimization): Change to
8737         mcore_option_optimization_table.
8738         (TARGET_OPTION_OPTIMIZATION): Change to
8739         TARGET_OPTION_OPTIMIZATION_TABLE.
8740         * config/mep/mep.c (mep_option_optimization): Change to
8741         mep_option_optimization_table.
8742         (TARGET_OPTION_OPTIMIZATION): Change to
8743         TARGET_OPTION_OPTIMIZATION_TABLE.
8744         * config/mep/mep.h (CAN_DEBUG_WITHOUT_FP): Remove.
8745         * config/microblaze/microblaze.c
8746         (microblaze_option_optimization_table,
8747         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8748         * config/microblaze/microblaze.h (CAN_DEBUG_WITHOUT_FP): Remove.
8749         * config/mips/mips.c (mips_option_optimization_table,
8750         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8751         * config/mips/mips.h (CAN_DEBUG_WITHOUT_FP): Remove.
8752         * config/mmix/mmix.c (mmix_option_optimization): Change to
8753         mmix_option_optimization_table.
8754         (TARGET_OPTION_OPTIMIZATION): Change to
8755         TARGET_OPTION_OPTIMIZATION_TABLE.
8756         * config/mmix/mmix.h (CAN_DEBUG_WITHOUT_FP): Remove.
8757         * config/mn10300/mn10300.c (mn10300_option_optimization_table,
8758         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8759         * config/mn10300/mn10300.h (CAN_DEBUG_WITHOUT_FP): Remove.
8760         * config/pa/pa.c (pa_option_optimization_table,
8761         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8762         * config/pa/pa.h (CAN_DEBUG_WITHOUT_FP): Remove.
8763         * config/pdp11/pdp11.c (pdp11_option_optimization): Change to
8764         pdp11_option_optimization_table.
8765         (TARGET_OPTION_OPTIMIZATION): Change to
8766         TARGET_OPTION_OPTIMIZATION_TABLE.
8767         * config/picochip/picochip.c (picochip_option_optimization_table,
8768         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8769         * config/picochip/picochip.h (CAN_DEBUG_WITHOUT_FP): Remove.
8770         * config/rs6000/rs6000.c (rs6000_option_optimization_table,
8771         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8772         * config/rs6000/rs6000.h (CAN_DEBUG_WITHOUT_FP): Remove.
8773         * config/rx/rx.c (rx_option_optimization_table,
8774         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8775         * config/rx/rx.h (CAN_DEBUG_WITHOUT_FP): Remove.
8776         * config/s390/s390.c (s390_option_optimization): Change to
8777         s390_option_optimization_table.
8778         (s390_option_override): Update comment.
8779         (TARGET_OPTION_OPTIMIZATION): Change to
8780         TARGET_OPTION_OPTIMIZATION_TABLE.
8781         * config/s390/s390.h (CAN_DEBUG_WITHOUT_FP): Remove.
8782         * config/score/score.c (score_option_optimization_table,
8783         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8784         * config/score/score.h (CAN_DEBUG_WITHOUT_FP): Remove.
8785         * config/sh/sh.c (sh_option_optimization): Change to
8786         sh_option_optimization_table.
8787         (TARGET_OPTION_OPTIMIZATION): Change to
8788         TARGET_OPTION_OPTIMIZATION_TABLE.
8789         (sh_option_override): Set MASK_SAVE_ALL_TARGET_REGS here.
8790         (sh_option_override, expand_block_move, multcosts, find_barrier,
8791         barrier_align): Use optimize_size instead of TARGET_SMALLCODE.
8792         * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Remove.
8793         (LOOP_ALIGN, TRAMPOLINE_ALIGNMENT, MOVE_BY_PIECES_P,
8794         STORE_BY_PIECES_P, SH_DYNAMIC_SHIFT_COST): Use optimize_size
8795         instead of TARGET_SMALLCODE.
8796         * config/sh/sh.opt (mspace): Make into an alias for -Os.
8797         * config/sparc/sparc.c (sparc_option_optimization_table,
8798         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8799         * config/sparc/sparc.h (CAN_DEBUG_WITHOUT_FP): Remove.
8800         * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
8801         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8802         * config/stormy16/stormy16.h (CAN_DEBUG_WITHOUT_FP): Remove.
8803         * config/v850/v850.c (v850_option_optimization): Change to
8804         v850_option_optimization_table.
8805         (TARGET_OPTION_OPTIMIZATION): Change to
8806         TARGET_OPTION_OPTIMIZATION_TABLE.
8807         * config/v850/v850.h (CAN_DEBUG_WITHOUT_FP): Remove.
8808         * config/xtensa/xtensa.c (xtensa_option_optimization): Change to
8809         xtensa_option_optimization_table.
8810         (TARGET_OPTION_OPTIMIZATION): Change to
8811         TARGET_OPTION_OPTIMIZATION_TABLE.
8812         * config/xtensa/xtensa.h (CAN_DEBUG_WITHOUT_FP): Remove.
8814 2010-10-21  Iain Sandoe  <iains@gcc.gnu.org>
8816         Based on the CFString implementation in FSF apple/trunk branch.
8818         * target.def (objc_construct_string): New Hook.
8819         * doc/tm.texi (objc_construct_string): Document.
8820         * doc/tm.texi.in (TARGET_OBJC_CONSTRUCT_STRING): New.
8821         * config/t-darwin: Amend build rules for darwin.o.
8822         * config/darwin.opt: Add cfstrings flags.
8823         * config/darwin-c.c: Define __CONSTANT_CFSTRINGS__.
8824         (darwin_objc_construct_string): New.
8825         * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Define.
8826         * config/i386/i386.c (ix86_init_builtins): Add SUBTARGET_INIT_BUILTINS.
8827         * config/darwin-protos.h (darwin_init_cfstring_builtins): New prototype.
8828         (darwin_fold_builtin): Likewise.
8829         (darwin_build_constant_cfstring): Likewise.
8830         (darwin_objc_construct_string): Likewise.
8831         (darwin_cfstring_p): Likewise.
8832         (darwin_enter_string_into_cfstring_table): Likewise.
8833         * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS) Update for CFString.
8834         * config/darwin.c (darwin_running_cxx): New var.
8835         (machopic_select_section): Return cfstring_constant_object_section.
8836         (darwin_override_options): Set darwin_running_cxx.
8837         (add_builtin_field_decl): New.
8838         (darwin_init_cfstring_builtins): New.
8839         (darwin_build_constant_cfstring): New.
8840         (darwin_fold_builtin): New.
8841         (cfstring_hash): New.
8842         (cfstring_eq): New.
8843         (darwin_enter_string_into_cfstring_table): New.
8844         * config/darwin-sections.def (cfstring_constant_object_section): New.
8845         * config/darwin.h (TARGET_FOLD_BUILTIN): Define.
8846         (TARGET_OBJC_CONSTRUCT_STRING): Define.
8848 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
8850         * config/alpha/alpha.c (alpha_build_builtin_va_list): Use
8851         TYPE_STUB_DECL instead of TREE_CHAIN.
8852         * config/i386/i386.c (ix86_build_builtin_va_list_abi): Likewise.
8853         * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Likewise.
8854         * config/s390/s390.c (s390_build_builtin_va_list): Likewise.
8855         * config/sh/sh.c (sh_build_builtin_va_list): Likewise.
8856         * config/spu/spu.c (spu_build_builtin_va_list): Likewise.
8857         * config/stormy16/stormy16.c (xstormy16_build_builtin_va_list):
8858         Likewise.
8859         * config/xtensa/xtensa.c (xtensa_build_builtin_va_list): Likewise.
8861 2010-10-22  Jie Zhang  <jie@codesourcery.com>
8863         * expr.c (emit_group_load_1): Update calls to extract_bit_field.
8864         (copy_blkmode_from_reg): Likewise.
8865         (read_complex_part): Likewise.
8866         (expand_expr_real_1): Calculate packedp and pass it to
8867         extract_bit_field.
8868         * expr.h (extract_bit_field): Update declaration.
8869         * calls.c (store_unaligned_arguments_into_pseudos): Update call
8870         to extract_bit_field.
8871         * expmed.c (extract_fixed_bit_field): Update calls to
8872         extract_fixed_bit_field.
8873         (store_split_bit_field): Likewise.
8874         (extract_bit_field_1): Add new argument packedp.
8875         (extract_bit_field): Add new argument packedp.
8876         (extract_fixed_bit_field): Add new argument packedp and let
8877         packed attribute override volatile.
8878         * stmt.c (expand_return): Update call to extract_bit_field.
8880 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
8882         * config/spu/spu.c (spu_function_arg): Dereference CUM parameter.
8884 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
8886         * ddg.c (add_cross_iteration_register_deps): Call gcc_assert instead
8887         of gcc_checking_assert.
8888         * sel-sched.c (code_motion_process_successors): Likewise.
8890 2010-10-21  Eric Botcazou  <ebotcazou@adacore.com>
8892         * cfgcleanup.c (try_forward_edges): Do not throw away previous steps
8893         when stopping because of a different locus on edge or insn.
8894         (try_optimize_cfg): Add comment.
8895         * cfgrtl.c (rtl_merge_blocks): Tweak log message.  If the destination
8896         block is a forwarder block, propagate locus on the edge.
8897         (cfg_layout_merge_blocks): Likewise.
8899 2010-10-21  Uros Bizjak  <ubizjak@gmail.com>
8901         PR target/45946
8902         * config/i386/i386.md (*pushti2): New insn pattern.
8903         (pushti2 splitter): New insn splitter.
8904         (*push<mode>2): Macroize insn pattern from *push{di,ti}2 using
8905         DWI mode iterator.
8907 2010-10-21  Paul Koning  <ni1d@arrl.net>
8909         * config/pdp11/pdp11-protos.md (arith_operand,
8910         const_immediate_operand, expand_shift_operand,
8911         immediate15_operand): Delete
8912         * config/pdp11/pdp11.c: Ditto.
8913         * config/pdp11/pdp11.h (REG_CLASS_FROM_LETTER,
8914         CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
8915         EXTRA_CONSTRAINT): Delete.
8916         * config/pdp11/pdp11.md (various): Use standard constraints
8917         instead of removed ones.
8918         * config/pdp11/constraints.md: New file.
8919         * config/pdp11/predicates.md: New file.
8921 2010-10-21  Bingfeng Mei  <bmei@broadcom.com>
8923         PR c/45834
8924         * alias.c (true_dependence_1): Remove obsolete check for QImode.
8925         (may_alias_p): Ditto.
8927 2010-10-21  Martin Jambor  <mjambor@suse.cz>
8929         PR tree-optimization/45875
8930         * tree.c (get_binfo_at_offset): Remove initial zero offset test.
8932 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
8934         * tree-into-ssa.c (rewrite_update_enter_block): Remove unused
8935         variables.
8936         (create_new_def_for): Likewise.
8938 2010-10-21  Nick Clifton  <nickc@redhat.com>
8940         * config/mn10300/mn10300.c: Fold code to 80-character width.
8941         Replace GET_CODE (foo) == REG with REG_P (foo).  Likewise for
8942         MEM, CONST_INT and CONST_DOUBLE.
8943         (targetm): Move initialization to end of file.
8944         (print_operand): Rename to mn10300_print_operand.
8945         (print_operand_address): Rename to mn10300_print_operand_address.
8946         (can_use_return_insn): Rename to mn10300_can_use_return_insn.
8947         (expand_prologue): Rename to mn10300_expand_prologue.
8948         (expand_epilogue): Rename to mn10300_expand_epilogue.
8949         (initial_offset): Rename to mn10300_initial_offset.
8950         (function_arg): Rename to mn10300_function_arg.
8951         (mask_ok_for_mem_btst): Rename to mn10300_mask_ok_for_mem_btst.
8952         (symbolic_operand): Rename to mn10300_symbolic_operand.
8953         (legitimize_pic_address): Rename to mn10300_legitimize_pic_address.
8954         (legitimate_pic_operand_p): Rename to mn10300_legitimate_pic_operand_p.
8955         * config/mn10300/mn10300-protos.h: Update prototypes.
8956         * config/mn10300/mn10300.h: Fold code to 80-character width.
8957         Replace GET_CODE (foo) == REG with REG_P (foo).  Likewise for
8958         MEM, CONST_INT and CONST_DOUBLE.
8959         (CPP_SPEC): Move to...
8960         (TARGET_CPU_CPP_BUILTINS): ... here.
8961         * config/mn10300/mn10300.md: Fold code to 80-character width.
8962         Replace GET_CODE (foo) == REG with REG_P (foo).  Likewise for
8963         MEM, CONST_INT and CONST_DOUBLE.
8965 2010-10-21  Ira Rosen  <irar@il.ibm.com>
8967         PR tree-optimization/46049
8968         PR tree-optimization/46052
8969         * tree-vectorizer.h (enum stmt_vec_info_type): Add new value for shift.
8970         (vect_get_slp_defs): Add arguments.
8971         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass scalar
8972         operands to vect_get_slp_defs.
8973         (vectorizable_reduction): Fix comment, pass scalar operands to
8974         vect_get_slp_defs.
8975         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use operand's
8976         type to determine number of units in the created vector.
8977         (vect_get_vec_defs): Pass scalar operands to vect_get_slp_defs.
8978         (vectorizable_conversion): Fix comment.
8979         (vectorizable_shift): New function.
8980         (vectorizable_operation): Move code that handles shifts to
8981         vectorizable_shift.
8982         (vectorizable_type_demotion): Fix comment, pass scalar operands to
8983         vect_get_slp_defs.
8984         (vectorizable_type_promotion, vectorizable_store): Likewise.
8985         (vectorizable_condition): Fix comment.
8986         (vect_analyze_stmt): Call vectorizable_shift.
8987         (vect_transform_stmt): Likewise.
8988         * tree-vect-slp.c (vect_get_constant_vectors): Add new argument.
8989         Use it as the operand to create vectors for, except reduction
8990         initial definition and store.  Use operands type.
8991         (vect_get_slp_defs): Add new arguments.  Pass them to
8992          vect_get_constant_vectors.
8994 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
8996         * basic-block.h (single_succ_edge): Use gcc_checking_assert.
8997         (single_pred_edge, ei_container, ei_next, ei_prev): Likewise.
8998         * cfghooks.c (fixup_reorder_chain): Likewise.
8999         * cfgrtl.c (cfg_layout_merge_blocks): Likewise.
9000         * cgraph.c (cgraph_add_thunk): Likewise.
9001         (cgraph_create_edge_1): Likewise.
9002         (cgraph_create_virtual_clone): Likewise.
9003         * ddg.c (add_cross_iteration_register_deps): Likewise.
9004         * dwarf2out.c (modified_type_die): Likewise.
9005         * emit-rtl.c (set_mem_alias_set): Likewise.
9006         * ggc-zone.c (zone_allocate_marks): Likewise.
9007         * gimple-iterator.c (gsi_move_to_bb_end): Likewise.
9008         * gimple.c (iterative_hash_gimple_type): Likewise.
9009         * graphite-scop-detection.c (create_single_entry_edge): Likewise.
9010         (create_single_exit_edge): Likewise.
9011         * haifa-sched.c (choose_ready): Likewise.
9012         * lto-streamer-in.c (input_gimple_stmt): Likewise.
9013         * passes.c (execute_todo): Likewise.
9014         * sched-ebb.c (begin_schedule_ready): Likewise.
9015         * sel-sched.c (code_motion_process_successors): Likewise.
9016         * tree-call-cdce.c (gen_conditions_for_pow): Likewise.
9017         * tree-cfg-cleanup.c (tree_forwarder_block_p): Likewise.
9018         * tree-flow-inline.h (link_imm_use, move_use_after_head): Likewise.
9019         (phi_arg_index_from_use, phi_ssa_name_p): Likewise.
9020         * tree-into-ssa.c (insert_updated_phi_nodes_for): Likewise.
9021         * tree-ssa-coalesce.c (ssa_conflicts_test_p): Likewise.
9022         (ssa_conflicts_add): Likewise.
9023         * tree-ssa-copy.c (replace_exp): Likewise.
9024         * tree-ssa-dom.c (eliminate_redundant_computations): Likewise.
9025         * tree-ssa-forwprop.c (simple_gimple_switch): Likewise.
9026         * tree-ssa-math-opts.c (execute_cse_reciprocals): Likewise.
9027         * tree-ssa-pre.c (bitmap_value_insert_into_set): Likewise.
9028         (compute_antic): Likewise.
9029         * tree-ssa-ter.c (add_to_partition_kill_list): Likewise.
9030         (add_dependence): Likewise.
9031         (process_replaceable, kill_expr, find_replaceable_exprs): Likewise.
9032         * tree-vrp.c (supports_overflow_infinity): Likewise.
9033         (make_overflow_infinity, negative_overflow_infinity): Likewise.
9034         (avoid_overflow_infinity, register_new_assert_for): Likewise.
9035         (process_assert_insertions_for): Likewise.
9036         * var-tracking.c (dv_is_value_p, dv_as_decl, dv_from_decl): Likewise.
9037         (dv_from_value, variable_union, find_loc_in_1pdv): Likewise.
9038         (intersect_loc_chains, variable_merge_over_cur): Likewise.
9040 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
9042         * cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.
9043         * reload1.c (has_nonexceptional_receiver): Likewise.
9044         * tree-into-ssa.c (rewrite_update_enter_block): Likewise.
9045         (create_new_def_for): Likewise.
9046         * tree-cfgcleanup.c (remove_forwarder_block): Likewise.
9047         (merge_phi_nodes): Likewise.
9048         (has_abnormal_incoming_edge_p): Delete.
9050 2010-10-21  H.J. Lu  <hongjiu.lu@intel.com>
9052         * config/i386/sse.md (ssescalarmodesuffix): Add V8SI and V4DI.
9054 2010-10-21  Richard Guenther  <rguenther@suse.de>
9055             Michael Matz  <matz@suse.de>
9057         PR tree-optimization/45764
9058         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
9059         Adjust initial misalignment for negative DR_STEP.
9060         (vect_find_same_alignment_drs): Two DRs with different DR_STEP
9061         do not have the same alignment over the whole iteration domain.
9063 2010-10-21  Richard Guenther  <rguenther@suse.de>
9065         PR tree-optimization/46111
9066         * tree-parloops.c (take_address_of): Re-organize for MEM_REF.
9068 2010-10-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9070         * config/s390/s390.md (*xordi3_cc): Mark xgrk as z196 only.
9072 2010-10-21  Tristan Gingold  <gingold@adacore.com>
9074         * config/vms/vms-crtl.h (CRTL_NAMES): Add new translations.
9075         * config/vms/vms-crtl-64.h (CRTL_NAMES): Ditto.
9077 2010-10-21  Tristan Gingold  <gingold@adacore.com>
9079         * config/alpha/vms-unwind.h (alpha_vms_fallback_frame_state): Set
9080         signal_frame.
9081         * config/alpha/alpha.c (alpha_function_arg): Adjust call.
9083 2010-10-21  Tristan Gingold  <gingold@adacore.com>
9085         * config/ia64/vms64.h (TARGET_DEFAULT): Add MASK_FUSED_MADD.
9086         * config/ia64/vms.h (TARGET_DEFAULT): Ditto.
9088 2010-10-20  Nathan Froyd  <froydnj@codesourcery.com>
9090         * basic-block.h (find_fallthru_edge): Define.
9091         * cfgcleanup.c (merge_blocks_move): Use it.
9092         (try_crossjump_bb): Likewise.
9093         * cfglayout.c (fixup_reorder_chains): Likewise.
9094         (fixup_fallthru_exit_predecessor): Likewise.
9095         * cfgrtl.c (rtl_split_edge): Likewise.
9096         (rtl_verify_flow_info): Likewise.
9097         * function.c (thread_prologue_and_epilogue_insns): Likewise.
9098         * gimple-pretty-print.c (dump_implicit_edges): Likewise.
9099         * ifcvt.c (block_fallthru): Likewise.
9100         * reload1.c (fixup_abnormal_edges): Likewise.
9101         * sched-ebb.c (being_schedule_ready): Likewise.
9102         (schedule_ebb): Likwise.
9103         * sched-rgn.c (find_single_block_region): Likewise.
9104         * sel-sched-ir.c (bb_ends_ebb_p): Likewise.
9105         * tree-complex.c (expand_complex_move): Likewise.
9106         * sched-int.h (find_fallthru_edge): Rename to...
9107         (find_fallthru_edge_from): ...this.
9108         * haifa-sched.c (find_fallthru_edge): Rename to...
9109         (find_fallthru_edge_from): ...this.  Use new find_fallthru_edge.
9110         (init_before_recovery): Call find_fallthru_edge_from.
9111         * sel-sched-ir.c (merge_fences): Likewise.
9112         * sel-sched.c (in_fallthru_bb_p): Likewise.
9113         (move_cond_jump): Likewise.
9115 2010-10-20  Paul Koning  <ni1d@arrl.net>
9117         * config/pdp11/pdp11.md (various): Fix conditions on a number of
9118         insn to check for target 11/40 or higher.
9120 2010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
9122         * parser.c (c_parser_objc_method_type): Mark inline.  Return a
9123         bool instead of a tree.
9124         (c_parser_objc_method_decl): Added bool argument.  Updated call to
9125         objc_build_method_signature.
9126         (c_parser_objc_method_definition): Do not call
9127         objc_set_method_type.  Updated calls to c_parser_objc_method_type,
9128         c_parser_objc_method_decl and objc_start_method_definition.
9129         (c_parser_objc_methodproto): Do not call objc_set_method_type.
9130         Updated calls to c_parser_objc_method_type,
9131         c_parser_objc_method_decl and objc_add_method_declaration.
9133 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
9135         PR tree-optimization/45919
9136         * tree-ssa-ccp.c (fold_nonarray_ctor_reference): Handle flexible
9137         array members.
9139         PR tree-optimization/46066
9140         * tree-parloops.c (create_parallel_loop): Use gsi_last_nondebug_bb
9141         instead of gsi_last_bb.
9143 2010-10-20  DJ Delorie  <dj@redhat.com>
9145         * config/m32c/m32c.c (m32c_option_override): Always disable
9146         function-cse in 16-bit mode.  Indirect calls are always worse than
9147         direct calls as there is no 16-bit indirect call opcode.
9148         (m32c_override_options_after_change): New, likewise.
9150 2010-10-20  Nathan Froyd  <froydnj@codesourcery.com>
9152         * ifcvt.c (noce_emit_cmove): If both of the values are SUBREGs, try
9153         emitting the conditional move in the inner mode of the SUBREG.
9155 2010-10-20  Anatoly Sokolov  <aesok@post.ru>
9157         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Remove macros.
9158         * config/ia64/ia64-protos.h (ia64_preferred_reload_class): Remove.
9159         * config/ia64/ia64.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
9160         (ia64_preferred_reload_class): Make static.  Change rclass argument
9161         and result types from enum reg_class to reg_class_t.
9163 2010-10-20  Pat Haugen  <pthaugen@us.ibm.com>
9165         * tree-ssa-ter.c (find_replaceable_in_bb): Allow replacement over
9166         call for single operand expression.
9168 2010-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9170         * tree-optimize.c (execute_fixup_cfg): Purge dead abnormal call edges
9171         if there is a call statement to pure or const function in the block.
9173 2010-10-20  Paul Koning  <pkoning@equallogic.com>
9175         Fix several build errors for pdp11 target.
9176         * config/pdp11/pdp11.md (*cmpdf): Fix tstd operands.
9177         (cbranchdf4): Conditional on TARGET_FPU.
9178         (movdf): Ditto; correct alternatives check.
9179         (movmemhi): Fix predicate and constraint.
9180         * config/pdp11/pdp11.h (HARD_REGNO_MODE_OK): Handle 64 bit mode.
9182 2010-10-20  Richard Guenther  <rguenther@suse.de>
9184         PR lto/45667
9185         * lto-streamer-out.c (output_gimple_stmt): Fix typo.
9186         * tree-cfg.c (verify_gimple_call): Properly get the call fndecl.
9187         (verify_gimple_assign_single): Disable ADDR_EXPR type check
9188         when in LTO.
9190 2010-10-20  Vladimir Makarov  <vmakarov@redhat.com>
9192         PR fortran/42169
9193         * ira-emit.c (store_can_be_removed_p): Return false instead of
9194         gcc_unreachable.
9196 2010-10-20  Dmitry Melnik  <dm@ispras.ru>
9198         * fold-const.c (fold_binary_loc): New transformation.
9200 2010-10-20  H.J. Lu  <hongjiu.lu@intel.com>
9202         PR target/46085
9203         * config/i386/sse.md (reduc_splus_v8sf): Updated.
9204         (reduc_splus_v4df): Likewise.
9206 2010-10-20  Richard Guenther  <rguenther@suse.de>
9208         PR tree-optimization/45860
9209         * tree-ssa-phiopt.c (cond_store_replacement): Do not do
9210         conditional store replacement for non-register type stores.
9212 2010-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9214         * stor-layout.c (skip_simple_constant_arithmetic): New function.
9215         (self_referential_size): Use it instead of skip_simple_arithmetic.
9217 2010-10-20  Olivier Hainque  <hainque@adacore.com>
9219         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p):
9220         If the current function calls eh_return, claim live all registers
9221         that we need to check for liveness otherwise.
9223 2010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
9225         * c-decl.c (c_write_global_declarations): Call
9226         objc_write_global_declarations when compiling Objective-C.
9227         * c-lang.c (finish_file): Removed.
9229 2010-10-19  DJ Delorie  <dj@redhat.com>
9231         * doc/tm.texi.in (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): New.
9232         (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Change to hook.
9233         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Likewise.
9234         (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Likewise.
9235         * doc/tm.texi: Regenerate.
9236         * targhooks.h (default_label_align_after_barrier_max_skip,
9237         default_loop_align_max_skip, default_label_align_max_skip,
9238         default_jump_align_max_skip): Declare.
9239         * target.def (label_align_after_barrier_max_skip): New.
9240         (loop_align_max_skip): New.
9241         (label_align_max_skip): New.
9242         (jump_align_max_skip): New.
9243         * system.h (poison): Add those macros to the list.
9244         * final.c (LABEL_ALIGN_MAX_SKIP): Remove.
9245         (LOOP_ALIGN_MAX_SKIP): Remove.
9246         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Remove.
9247         (JUMP_ALIGN_MAX_SKIP): Remove.
9248         (default_label_align_after_barrier_max_skip): New.
9249         (default_loop_align_max_skip): New.
9250         (default_label_align_max_skip): New.
9251         (default_jump_align_max_skip): New.
9252         (compute_alignments): Use the new hooks.
9253         (shorten_branches): Likewise.
9255 2010-10-19  Richard Henderson  <rth@redhat.com>
9257         * config/i386/i386.c (bdesc_multi_arg): Use fma4i_fmadd_<mode>.
9258         * config/i386/sse.md (fma<mode>4): Enable for FMA & SSE_MATH.
9259         (fma4i_fmadd_<mode>): New.
9260         (*split_fma, *split_fms, *split_fnma, *split_fnms): Rename from
9261         fma4_fm*_<mode> and adjust to be pre-reload splitters to the
9262         standard fma patterns.
9263         (fmaddsub_<mode>): Rename from fma4i_fmaddsub_<mode> and
9264         enable for FMA.
9265         (*fma_fmadd_<mode>, *fma_fmsub_<mode>): New.
9266         (*fma_fmadd_<mode>, *fma_fmsub_<mode>): New.
9267         (*fma_fmaddsub_<mode>, *fma_fmsubadd_<mode>): New.
9269 2010-10-19  Paul Koning  <pkoning@equallogic.com>
9271         * lower-subreg.c (resolve_shift_zext): Delete conditional code for
9272         WORDS_BIG_ENDIAN != BYTES_BIG_ENDIAN.
9274 2010-10-19  Richard Henderson  <rth@redhat.com>
9276         * config/ia64/ia64.md (fmasf4, *fmssf4, *nfmasf4): New.
9277         (fmadf4, *fmsdf4, *nfmadf4): New.
9278         (fmaxf4, *fmsxf4, *nfmaxf4): New.
9280 2010-10-19  Michael Eager  <eager@eagercon.com>
9282         * config/microblaze/microblaze.c (TARGET_EXCEPT_UNWIND_INFO):
9283         Use sjlj unwind info for exceptions.
9285 2010-10-19  Francois-Xavier Coudert<fxcoudert@gcc.gnu.org>
9287         PR fortran/43414
9288         * dwarf2out.c (add_calling_convention_attribute): Flag main
9289         Fortran subroutine with DW_AT_main_subprogram.
9291 2010-10-19  Nick Clifton  <nickc@redhat.com>
9293         * config/rx/rx.c (rx_function_value): Small integer types are
9294         promoted to SImode.
9295         (rx_promote_function_mode): New function.
9296         (TARGET_PROMOTE_FUNCTION_MODE): Define.
9298 2010-10-19  Nick Clifton  <nickc@redhat.com>
9300         * config/mep/mep.c (mep_print_operand): Use
9301         targetm.strip_name_encoding.
9302         (mep_output_aligned_common): Likewise.
9304 2010-10-19  Basile Starynkevitch  <basile@starynkevitch.net>
9306         * gengtype.c (new_structure): Remove ad-hoc "location_s" processing.
9308 2010-10-18  Richard Henderson  <rth@redhat.com>
9310         * simplify-rtx.c (simplify_ternary_operation) [FMA]: Simplify
9311         (fma (neg a) (neg b) c) and (fma a (neg b) c).
9313 2010-10-18  Richard Henderson  <rth@redhat.com>
9315         * config/i386/i386.c (IX86_BUILTIN_VFMSUBSS, IX86_BUILTIN_VFMSUBSD,
9316         IX86_BUILTIN_VFMSUBPS, IX86_BUILTIN_VFMSUBPD,
9317         IX86_BUILTIN_VFMSUBADDPS, IX86_BUILTIN_VFMSUBADDPD,
9318         IX86_BUILTIN_VFNMADDSS, IX86_BUILTIN_VFNMADDSD,
9319         IX86_BUILTIN_VFNMADDPS, IX86_BUILTIN_VFNMADDPD,
9320         IX86_BUILTIN_VFNMSUBSS, IX86_BUILTIN_VFNMSUBSD,
9321         IX86_BUILTIN_VFNMSUBPS, IX86_BUILTIN_VFNMSUBPD,
9322         IX86_BUILTIN_VFMSUBADDPS256, IX86_BUILTIN_VFMSUBADDPD256,
9323         IX86_BUILTIN_VFNMADDPS256, IX86_BUILTIN_VFNMADDPD256,
9324         IX86_BUILTIN_VFNMSUBPS256, IX86_BUILTIN_VFNMSUBPD256): Remove.
9325         (bdesc_multi_arg): Remove the corresponding builtins.
9326         * config/i386/i386.md (UNSPEC_FMA4_INTRINSIC): Remove.
9327         (UNSPEC_FMA4_FMSUBADD): Remove.
9328         (UNSPEC_FMADDSUB): Rename from UNSPEC_FMA4_FMADDSUB.
9329         * config/i386/sse.md (FMA4MODEF4): Remove.
9330         (FMAMODE): Add.
9331         (fma<mode>4): New expander.
9332         (*fma4i_fmadd_<mode>): Macroize from fma4i_fmadd<mode>4 patterns,
9333         and use FMA rtx code instead of UNSPEC_FMA4_INTRINSIC.
9334         (*fma4i_fmsub_<mode>): Similarly.
9335         (*fma4i_fnmadd_<mode>): Similarly.
9336         (*fma4i_fnmsub_<mode>): Similarly.
9337         (fma4i_vmfmadd_<mode>): Scalar patterns zero-extend, not merge
9338         with the first operand.
9339         (fma4i_fmaddsub_<mode>): Represent with UNSPEC_FMADDSUB instead
9340         of explicit arithmetic.  Macroize with AVXMODEF2P.
9341         (*fma4i_fmsubadd_<mode>): Represent with UNSPEC_FMADDSUB + NEG.
9342         (xop_frcz<mode>2): Macroize with FMAMODE.
9343         (xop_vmfrcz<mode>2): Scalar patterns zero-extend, not merge with
9344         the first operand.
9345         * config/i386/fma4intrin.h (_mm_msub_ps): Use vfmadd intrinsic with
9346         extra negations.
9347         (_mm_msub_pd, _mm_msub_ss, _mm_msub_sd): Likewise.
9348         (_mm_nmacc_ps, _mm_nmacc_pd, _mm_nmacc_ss, _mm_nmacc_sd): Likewise.
9349         (_mm_nmsub_ps, _mm_nmsub_pd, _mm_nmsub_ss, _mm_nmsub_sd): Likewise.
9350         (_mm256_msub_ps, _mm256_msub_pd): Likewise.
9351         (_mm256_nmacc_ps, _mm256_nmacc_pd): Likewise.
9352         (_mm256_nmsub_ps, _mm256_nmsub_pd): Likewise.
9353         (_mm_msubadd_ps): Use vfmaddsub intrinsic with extra negation.
9354         (_mm_msubadd_pd, _mm256_msubadd_ps, _mm256_msubadd_pd): Likewise.
9356 2010-10-18  Bernd Schmidt  <bernds@codesourcery.com>
9358         PR rtl-optimization/45966
9359         * combine.c (try_combine): If added_sets_2, deal with the case
9360         where i0 feeds i1 and i1 feeds i2.
9362 2010-10-18  Jan Hubicka  <jh@suse.cz>
9364         * ipa.c (cgraph_externally_visible_p): Handle externally visible and
9365         preserve flags before trying to guess on visibility.
9366         (varpool_externally_visible_p): New function.
9367         (function_and_variable_visibility): Use it.
9369 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
9371         Implemented parsing @synthesize and @dynamic for Objective-C.
9372         * c-parser.c (c_parser_external_declaration): Recognize
9373         RID_AT_SYNTHESIZE and RID_AT_DYNAMIC.
9374         (c_parser_objc_at_synthesize_declaration): New.
9375         (c_parser_objc_at_dynamic_declaration): New.
9377 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
9379         * c-parser.c (c_parser_objc_class_declaration): After finding an
9380         error, parse the whole declaration then reset parser->error.
9382 2010-10-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
9384         PR target/46041
9385         * tree.h (mode_has_fma): Delete, move to c-cppbuiltins.c.
9386         * builtins.c (mode_has_fma): Ditto.
9388 2010-10-18  Steve Ellcey  <sje@cup.hp.com>
9390         PR target/36898
9391         PR middle-end/43760
9392         * config/ia64/ia64.c (rws_access_regno): Remove predicate check.
9394 2010-10-18  Joseph Myers  <joseph@codesourcery.com>
9396         * config/i386/i386.c (ix86_option_override_internal): Define and
9397         use USE_X86_64_FRAME_POINTER for 64-bit flag_omit_frame_pointer
9398         default.
9399         * config/i386/sol2-10.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
9400         (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Define.
9402 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
9404         Merge from 'apple/trunk' branch on FSF servers.
9405         * c-parser.c (c_parser_objc_type_name): Adapted to new parser the
9406         following Objective-C change:
9408         2005-10-10  Fariborz Jahanian  <fjahanian@apple.com>
9410         Radar 4301047
9411         * c-parse.in (objc_quals): Build objc qualifier list same way
9412         as gcc-3.3
9414 2010-10-18  Jan Hubicka  <jh@suse.cz>
9416         * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p,
9417         function_and_variable_visibility): Revert accidental commit.
9419 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
9421         Merge from 'apple/trunk' branch on FSF servers.
9422         * c-parser.c (c_parser_typeof_specifier): Adapted to new parser
9423         the following Objective-C change:
9425         2005-10-07  Fariborz Jahanian  <fjahanian@apple.com>
9427         Radar 4204796
9428         * c-parse.in (typespec_nonreserved_nonattr): Remove volatile from
9429         'volatilized' type used in a typeof operator.
9431 2010-10-18  Eric Botcazou  <ebotcazou@adacore.com>
9433         * tree-flow.h (gimple_purge_all_dead_abnormal_call_edges): Declare.
9434         * tree-cfg.c (gimple_purge_dead_abnormal_call_edges): Move around and
9435         rewrite modelled on gimple_purge_dead_eh_edges.
9436         (gimple_purge_all_dead_abnormal_call_edges): New function.
9437         * tree-inline.c (expand_call_inline): Call gimple_purge_dead_eh_edges
9438         directly instead of through gimple_purge_dead_abnormal_call_edges.
9439         * tree-ssa-pre.c (need_ab_cleanup): New static variable.
9440         (eliminate): Set bit in need_ab_cleanup for the basic block if we have
9441         removed AB side-effects from one of its statements.
9442         (init_pre): Initialize need_ab_cleanup.
9443         (fini_pre): Purge dead abnormal call edges and clean up the CFG if bits
9444         are set in need_ab_cleanup.  Free need_ab_cleanup afterward.
9446 2010-10-18  Jakub Jelinek  <jakub@redhat.com>
9448         PR c/46015
9449         * c-parser.c (c_parser_statement_after_labels): Call mark_exp_read
9450         on computed goto argument.
9452 2010-10-18  Richard Guenther  <rguenther@suse.de>
9454         PR tree-optimization/45967
9455         * tree-ssa-structalias.c (type_could_have_pointers): Remove.
9456         (could_have_pointers): Likewise.
9457         (handle_rhs_call, handle_const_call, handle_pure_call,
9458         find_func_aliases, intra_create_variable_infos): Remove calls to them.
9459         (struct fieldoff): Add must_have_pointers field.
9460         (type_must_have_pointers): New function.
9461         (field_must_have_pointers): Likewise.
9462         (push_fields_onto_fieldstack): Remove must_have_pointers_p argument.
9463         Adjust field merging.
9464         (create_function_info_for): May-have-pointers of varinfo is
9465         almost always true.
9466         (create_variable_info_for_1): Likewise.
9468 2010-10-18  Tejas Belagod  <tejas.belagod@arm.com>
9470         * config/arm/neon.md (neon_move_hi_quad_<mode>): Fix the order
9471         of operands to vec_concat.
9473 2010-10-18  Richard Guenther  <rguenther@suse.de>
9475         PR lto/44950
9476         * tree.c (free_lang_data_in_decl): As we clear TYPE_METHODS
9477         also clear references to entries of it.
9479 2010-10-18  Andi Kleen  <ak@linux.intel.com>
9481         PR other/43448
9482         * gccbug.in: Remove.
9483         * Makefile.in (GCCBUG_INSTALL_NAME, gccbug): Remove
9484         (doc, distclean, install-common): Remove reference to gccbug.
9485         * configure: Regenerate.
9486         * configure.ac (all_outputs): Remove gccbug.
9487         * doc/configfiles.texi: Remove references to gccbug.
9488         * doc/sourcebuild.texi: Dito.
9490 2010-10-18  Jakub Jelinek  <jakub@redhat.com>
9492         PR middle-end/46019
9493         * fold-const.c (fold_binary_loc): If integer_pow2p has
9494         TREE_INT_CST_LOW zero, look at TREE_INT_CST_HIGH.
9496 2010-10-18  Basile Starynkevitch  <basile@starynkevitch.net>
9497             Jeremie Salvucci  <jeremie.salvucci@free.fr>
9499         * gengtype.c (verbosity_level): Add variable.
9500         (set_gc_used): Count variables for verbosity.
9501         (close_output_files): Backing up files, counting written ones
9502         verbosily.
9503         (write_types): Count emitted functions for verbosity. Added
9504         debug messages.
9505         (write_enum_defn): Count structures for verbosity. Added debug
9506         messages.
9507         (gengtype_long_options): Add "verbose" & "backupdir".
9508         (print_usage): Ditto.
9509         (main): Verbose display of parsed files.
9511         * gengtype.h (verbosity_level): Add declaration.
9513 2010-10-18  Basile Starynkevitch  <basile@starynkevitch.net>
9515         * gengtype.c (parse_program_options): Add allocation of
9516         plugin_files, and correct test on nb_plugin_files.
9518 2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
9520         Merge from 'apple/trunk' branch on FSF servers.
9522         2006-03-27 Fariborz Jahanian  <fjahanian@apple.com>
9524         Radar 4133425
9525         * c-decl.c (undeclared_variable): Issue diagnostic on
9526         private 'ivar' access.
9528 2010-10-17  Uros Bizjak  <ubizjak@gmail.com>
9530         PR target/46051
9531         * config/i386/sse.md (vec_interleave_highv4df): Fix third RTX of
9532         generated sequence to match *avx_vperm2f128<mode>_nozero.
9533         (vec_interleave_lowv4df): Ditto.
9534         (vec_interleave_highv8sf): Ditto.
9535         (vec_interleave_lowv8sf): Ditto.
9537 2010-10-17  Kai Tietz  <kai.tietz@onevision.com>
9539         * libgcov.c (create_file_directory): Enable it for win32 case.
9540         (gcov_exit): De-couple GCOV_PREFIX and GCOV_PREFIX_STRIP.
9541         * doc/gcov.texi (GCOV_PREFIX): Adjusted.
9542         (GCOV_PREFIX_SKIP): Likewise.
9544 2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
9546         * doc/objc.texi (GNU Objective-C runtime API): New section.
9547         (Modern GNU Objective-C runtime API): New section.
9548         (Traditional GNU Objective-C runtime API): New section.
9549         (Executing code before main): Mention that this section is
9550         specific to the GNU Objective-C runtime.
9551         (Garbage Collection): Same.
9553 2010-10-17  Uros Bizjak  <ubizjak@gmail.com>
9555         * c-parser.c (c_parser_for_statement): Move initialization of
9556         cond and incr before if.
9558 2010-10-17  Anatoly Sokolov  <aesok@post.ru>
9560         * target.def (preferred_output_reload_class): New hook.
9561         * doc/tm.texi.in (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Document.
9562         * doc/tm.texi: Regenerate.
9563         * targhooks.c (default_preferred_output_reload_class): New function.
9564         * targhooks.h (default_preferred_output_reload_class): Declare.
9565         * reload.c (find_dummy_reload): Change rclass argument type from
9566         enum reg_class to reg_class_t. Change this_alternative array type
9567         from enum reg_class to reg_class_t.
9568         Use TARGET_PREFERRED_OUTPUT_RELOAD_CLASS target hook.
9569         (push_reload): Change preferred_class variable type to reg_class_t.
9570         Use TARGET_PREFERRED_OUTPUT_RELOAD_CLASS target hook.
9571         * recog.c (reg_fits_class_p): Change result type to bool. Change cl
9572         argument type from enum reg_class to reg_class_t. Use
9573         HARD_REGISTER_NUM_P predicate.
9574         * recog.h (reg_fits_class_p): Update prototype.
9576         * config/i386/i386.h (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
9577         * config/i386/i386-protos.h (ix86_preferred_output_reload_class):
9578         Remove.
9579         * config/i386/i386.c (ix86_preferred_output_reload_class): Make
9580         static. Change regclass argument and result types from enum reg_class
9581         to reg_class_t.
9582         (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
9584 2010-10-17  Iain Sandoe  <iains@gcc.gnu.org>
9586         * c-parser.c (c_parser_objc_class_instance_variables): Update to use
9587         visibility enum, and handle @package.
9589 2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
9591         * doc/objc.texi (What you can and what you cannot do in +load):
9592         Document that sending messages to constant string objects in +load
9593         is not guaranteed to work.
9595 2010-10-16  Jan Hubicka  <jh@suse.cz>
9597         PR middle-end/44206
9598         * ipa.c (cgraph_remove_unreachable_nodes): Cleanup; check
9599         existence of refrences before removing the function.
9601 2010-10-16  Jan Hubicka  <jh@suse.cz>
9603         * cgraph.c (dump_cgraph_node): Dump same_comdat_group,
9604         only_called_at_startup and only_called_at_exit.
9605         (cgraph_propagate_frequency): Compute only_called_at_startup and
9606         only_called_at_exit.
9607         * cgraph.h (struct cgraph_node): New fileds only_called_at_startup and
9608         only_called_at_exit.
9609         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream the new
9610         flags.
9611         * predict.c (compute_function_frequency): Initialize the new flags.
9613 2010-10-16  Eric Botcazou  <ebotcazou@adacore.com>
9615         * gimplify.c (gimplify_type_sizes) <ARRAY_TYPE>: If the type is to be
9616         ignored for debug info purposes, do not clear the DECL_IGNORED_P flag
9617         on the bounds of its domain.
9618         * tree.h (DECL_IGNORED_P): Document effect on TYPE_DECL specifically.
9620 2010-10-16  Anatoly Sokolov  <aesok@post.ru>
9622         * config/avr/avr.h (PREFERRED_RELOAD_CLASS): Remove.
9623         * config/avr/avr-protos.h (preferred_reload_class): Remove.
9624         * config/avr/avr.c (preferred_reload_class): Remove.
9625         * config/pa/pa.h (PREFERRED_RELOAD_CLASS): Remove.
9626         * config/pa/pa.c (emit_move_sequence): Update comment
9627         * config/arc/arc.h (PREFERRED_RELOAD_CLASS): Remove.
9628         * config/crx/crx.h (PREFERRED_RELOAD_CLASS): Remove.
9629         * config/fr30/fr30.h (PREFERRED_RELOAD_CLASS): Remove.
9630         * config/frv/frv.h (PREFERRED_RELOAD_CLASS): Remove.
9631         * config/h8300/h8300.h (PREFERRED_RELOAD_CLASS): Remove.
9632         * config/lm32/lm32.h (PREFERRED_RELOAD_CLASS): Remove.
9633         * config/m32r/m32r.h (PREFERRED_RELOAD_CLASS): Remove.
9634         * config/moxie/moxie.h (PREFERRED_RELOAD_CLASS): Remove.
9635         * config/picochip/picochip.h (PREFERRED_RELOAD_CLASS): Remove.
9636         * config/rx/rx.h (PREFERRED_RELOAD_CLASS): Remove.
9637         * config/spu/spu.h (PREFERRED_RELOAD_CLASS): Remove.
9638         * config/v850/v850.h (PREFERRED_RELOAD_CLASS): Remove.
9639         * config/vax/vax.h (PREFERRED_RELOAD_CLASS): Remove.
9641 2010-10-16  Joseph Myers  <joseph@codesourcery.com>
9643         * opts.c (set_fast_math_flags,
9644         set_unsafe_math_optimizations_flags): Make static.
9645         * toplev.h (set_fast_math_flags,
9646         set_unsafe_math_optimizations_flags): Remove prototypes.
9648 2010-10-16  Joseph Myers  <joseph@codesourcery.com>
9650         * config/arm/arm.c (arm_option_optimization): Set
9651         flag_section_anchors to 1 not 2.
9652         * config/i386/i386.c (ix86_option_override_internal): Check
9653         global_options_set.x_flag_zee and
9654         global_options_set.x_flag_omit_frame_pointer.
9655         (ix86_option_optimization): Don't set flag_omit_frame_pointer and
9656         flag_zee to 2.
9657         * config/i386/sol2-10.h (SUBTARGET_OVERRIDE_OPTIONS): Check
9658         global_options_set.x_flag_omit_frame_pointer.
9659         * config/rs6000/rs6000.c (rs6000_option_init_struct): Set
9660         opts->x_flag_section_anchors to 1 not 2.
9661         * config/sh/sh.c (sh_option_optimization): Don't set
9662         flag_schedule_insns to 2.
9663         (sh_option_override): Check
9664         global_options_set.x_flag_schedule_insns.
9665         * opts.c (finish_options): Check opts_set->x_flag_section_anchors.
9667 2010-10-16  Kai Tietz  <kai.tietz@onevision.com>
9669         * configure.ac: Make sure inhibit_libc remains false for mingw targets
9670         as cross.
9671         * configure: Regenerated.
9673 2010-10-15  Xinliang David Li  <davidxl@google.com>
9675         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths): New
9676         function.
9677         (use_pred_not_overlap_with_undef_path_pred): Outline phi arg pruning
9678         into a recursive function.
9680 2010-10-15  Uros Bizjak  <ubizjak@gmail.com>
9682         * config/i386/i386.md (*movdfcc_1_rex64): Correct mode attribute.
9683         (*movdfcc_1): ditto.
9685 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
9687         * target.def (target_option.init_struct): New hook.
9688         * doc/tm.texi.in (TARGET_OPTION_INIT_STRUCT): New @hook.
9689         * doc/tm.texi: Regenerate.
9690         * hooks.c (hook_void_gcc_optionsp): New.
9691         * hooks.h (hook_void_gcc_optionsp): Declare.
9692         * langhooks-def.h (lhd_init_options_struct): Remove.
9693         (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define to hook_void_gcc_optionsp.
9694         * langhooks.c (lhd_init_options_struct): Remove.
9695         * opts.c (init_options_struct): Also call
9696         targetm.target_option.init_struct.
9697         * config/i386/i386.c (ix86_option_init_struct,
9698         TARGET_OPTION_INIT_STRUCT): New.
9699         (ix86_option_optimization): Move some settings to
9700         ix86_option_init_struct.
9701         * config/pdp11/pdp11.c (pdp11_option_init_struct,
9702         TARGET_OPTION_INIT_STRUCT): New.
9703         (pdp11_option_optimization): Move some settings to
9704         pdp11_option_init_struct.
9705         * config/rs6000/rs6000.c (rs6000_option_optimization): Replace by
9706         rs6000_option_init_struct.  Use options structure pointer.
9707         (TARGET_OPTION_OPTIMIZATION): Replace by TARGET_OPTION_INIT_STRUCT.
9708         * config/s390/s390.c (s390_option_init_struct,
9709         TARGET_OPTION_INIT_STRUCT): New.
9710         (s390_option_optimization): Don't set
9711         flag_asynchronous_unwind_tables here.
9712         * config/sh/sh.c (sh_option_init_struct,
9713         TARGET_OPTION_INIT_STRUCT): New.
9714         (sh_option_optimization): Don't set flag_finite_math_only here.
9715         * config/spu/spu.c (spu_option_optimization): Replace by
9716         spu_option_optimization.  Use options structure pointer.
9717         (TARGET_OPTION_OPTIMIZATION): Replace by TARGET_OPTION_INIT_STRUCT.
9719 2010-10-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
9721         * doc/md.texi (Standard Names): Add fma@var{m}4 documentation.
9723         * doc/rtl.texi (RTX_TERNARY): Document FMA is ternary.  Add
9724         SIGN_EXTRACT and ZERO_EXTRACT which were missing.
9725         (Standard names): Document fma.
9727         * doc/cpp.texi (Common Predefined Macros): Document __FP_FAST_FMA,
9728         __FP_FAST_FMAF, __FP_FAST_FMAL.
9730         * builitns.c (expand_builtin_mathfn_ternary): New function for
9731         expanding ternary math functions, like fma.
9732         (expand_builtin): Call it for the fma builtins.
9734         * simplify-rtx.c (simplify_ternary_operation): Don't simplify FMA
9735         ops at present.
9737         * tree-vect-stmts.c (vectorizable_call): Allow 3 argument
9738         vectorizable functions to support vectorizing fma.
9740         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
9741         Handle fma builtins.
9743         * config/rs6000/vsx.md (UNSPEC_VSX_MADD): Delete.
9744         (UNSPEC_VSX_MSUB): Ditto.
9745         (UNSPEC_VSX_NMADD): Ditto.
9746         (UNSPEC_VSX_NMSUB): Ditto.
9747         (vsx_fmadd<mode>4*): Rewrite to use FMA rtl in some cases instead
9748         of UNSPEC. Renumber combiner patterns.
9749         (vsx_fmsub<mode>4*): Ditto.
9750         (vsx_fnmadd<mode>4*): Ditto.
9751         (vsx_fnmsub<mode>4*): Ditto.
9753         * config/rs6000/altivec.md (UNSPEC_VNMSUBFP): Delete.
9754         (altivec_vmaddfp): Rewrite to use FMA rtl if no fused
9755         multiply/add.  Rename combiner pattern, and add TARGET_FUSED_MADD test.
9756         (altivec_vmaddfp_1): Ditto.
9757         (altivec_vmaddfp_2): Ditto.
9758         (atlivec_mulv4sf3): Ditto.
9759         (altivec_vnmsubfp): Ditto.
9760         (altivec_vnmsubfp_1): Ditto.
9761         (altivec_vnmsubfp_2): Ditto.
9762         (altivec_vnmsubfp_3): Delete.
9764         * config/rs6000/rs6000.md (fmasf4): New insns for fma builtin support.
9765         (fmasf4_fpr): Ditto.
9766         (fmssf4_fpr): Ditto.
9767         (fnmasf4_fpr): Ditto.
9768         (fnmssf4_fpr): Ditto.
9769         (fmadf4): Ditto.
9770         (fmadf4_fpr): Ditto.
9771         (fmsdf4_fpr): Ditto.
9772         (fnmadf4_fpr): Ditto.
9773         (fnmsdf4_fpr): Ditto.
9775         * optabs.h (OTI_fma): Add fma optab.
9776         (fma_optab): Ditto.
9778         * genopinit.c (optabs): Set fma optab.
9780         * rtl.def (FMA): Add FMA rtl.
9782         * tree.h (mode_has_fma): New function to return if MODE supports a
9783         fast multiply and add instruction.
9784         * builtins.c (mode_has_fma): Ditto.
9786 2010-10-15  Jan Hubicka  <jh@suse.cz>
9788         * lto-streamer-out.c (write_symbol): Use pointer set of seen
9789         objects instead of bitmap.
9790         (produce_symtab): Likewise; output defined symbols first.
9792 2010-10-15  Jie Zhang  <jie@codesourcery.com>
9794         * doc/invoke.texi: Add -fstrict-volatile-bitfields to
9795         Option Summary and Index.
9797 2010-10-15  Richard Guenther  <rguenther@suse.de>
9799         * tree.c (free_lang_data_in_decl): Clear DECL_INITIAL
9800         for automatic variables again.
9802 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
9804         * doc/extend.texi (Variable Length): Don't refer to VLAs not
9805         conforming to C99.
9807 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
9809         * config/rx/rx.c (rx_option_optimization): Change to
9810         rx_override_options_after_change.  Don't change
9811         flag_lto_compression_level.  Don't check for changes to whether
9812         FPU instructions can be used.  Check and set only
9813         flag_finite_math_only, not other fast-math flags.
9814         (rx_option_override): Call rx_override_options_after_change.
9815         (TARGET_OPTION_OPTIMIZATION): Remove.
9816         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
9818 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
9820         * config/rs6000/rs6000.c (rs6000_option_optimization): Don't
9821         disable section anchors for lang_hooks.name[4] != 'O'.
9823 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
9825         * config/frv/frv.c (frv_option_optimization,
9826         TARGET_OPTION_OPTIMIZATION): Remove.
9827         * config/frv/frv.h (RCSP_SOFTWARE_PIPELINING): Remove.
9829 2010-10-15  Michael Matz  <matz@suse.de>
9831         * cgraphunit.c (clone_of_p): Define unconditionally.
9833 2010-10-15  Richard Guenther  <rguenther@suse.de>
9835         PR lto/45957
9836         * tree.c (free_lang_data_in_decl): Do not clear DECL_INITIAL of vars.
9838 2010-10-15  Chung-Lin Tang  <cltang@codesourcery.com>
9840         * ifcvt.c (find_active_insn_before): New function.
9841         (find_active_insn_after): New function.
9842         (cond_exec_process_if_block): Use new functions to replace
9843         prev_active_insn() and next_active_insn().
9845 2010-10-14  Yao Qi  <yao@codesourcery.com>
9847         PR target/45447
9848         * config/arm/arm.c (arm_build_builtin_va_list): Assign
9849         va_list_name to TYPE_STUB_DECL (va_list_type).
9851 2010-10-14  Jan Hubicka  <jh@suse.cz>
9853         PR middle-end/45621
9854         * cgraph.c (cgraph_update_edges_for_call_stmt_node): When new call is
9855         redirected to clone, be happy.
9856         * cgraph.h (cgraph node): Enable former_clone_of unconditinally.
9857         * cgraphunit.c (verify_cgraph_node, cgraph_materialize_clone): Handle
9858         former_clone_of unconditionally.
9860 2010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
9862         Merge from FSF apple 'trunk' branch.
9863         2006 Fariborz Jahanian  <fjahanian@apple.com>
9865         Radars 4436866, 4505126, 4506903, 4517826
9866         * c-parser.c (c_parser, objc_property_attr_context) New flag.
9867         (c_lex_one_token): Handle property attributes.
9868         (c_parser_external_declaration): Handle @property.
9869         (c_parser_declaration_or_fndef): Warn on invalid attributes before
9870         @alias, @class, @end and @property objc keywords.
9871         (c_parser_objc_methodprotolist): Handle @property.
9872         (c_parser_objc_property_attrlist): New.
9873         (c_parser_objc_at_property): New.
9874         * c-typeck.c (build_component_ref): Handle CLASS.property syntax.
9875         (build_modify_expr): Likewise.
9877 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
9879         PR tree-optimization/46008
9880         * tree-if-conv.c (predicate_bbs): Try to canonicalize c2 if possible.
9882 2010-10-14  Richard Guenther  <rguenther@suse.de>
9884         PR tree-optimization/44913
9885         * tree-data-ref.c (disjoint_objects_p): Remove.
9886         (dr_may_alias_p): Simplify.  Only hand the base object to
9887         the alias-oracle.
9888         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
9889         some more trees, bail out instead of asserting.
9890         (ptr_derefs_may_alias_p): Likewise.  Export.
9891         (refs_may_alias_p_1): Handle STRING_CSTs.
9892         * tree-ssa-alias.h (ptr_derefs_may_alias_p): Declare.
9894 2010-10-14  Joseph Myers  <joseph@codesourcery.com>
9896         PR c/45969
9897         * c-typeck.c (build_binary_op): Don't try to compute a semantic
9898         type with excess precision for boolean operations.
9900 2010-10-14  Jeremie Salvucci  <jeremie.salvucci@free.fr>
9901             Basile Starynkevitch  <basile@starynkevitch.net>
9903         * gengtype.c:  Include getopt.h and version.h.
9905         (lang_bitmap, struct outf, outf_p)
9906         (get_output_file_with_visibility, oprintf): Definitions moved to
9907         gengtype.h
9908         (output_files, header_file, srcdir, srcdir_len, this_file)
9909         (do_dump): No more static variables.
9910         (do_debug): New.
9911         (dbgprint_count_type_at): Added new function.
9912         (gengtype_long_options): New.
9913         (print_usage, print_version, parse_program_options): New.
9914         (main): Call parse_program_options, and removed old option
9915         handling code.  Added some debug output.
9917         * gengtype.h:  Updated copyright year.
9918         (lang_bitmap, struct outf, outf_p, header_file, oprintf)
9919         (get_output_file_with_visibility, srcdir, srcdir_len, do_dump):
9920         Moved from gengtype.c to here.
9921         (do_debug, read_state_filename, write_state_filename): New variables.
9922         (DBGPRINTF, DBGPRINT_COUNT_TYPE): New macros.
9924         * Makefile.in:
9925         (REVISION): Always defined.
9926         (version.o): Removed ifdef REVISION_c.
9927         (s-gtype): Pass arguments to build/gengtype program.
9928         (build/version.o): Added building rule.
9929         (build/gengtype$(build_exeext)): Added build/version.o.
9931 2010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
9933         Partial merge of 'ObjC GC' from FSF apple 'trunk' branch.
9934         * config/darwin-c.c (darwin_cpp_builtins): Define __weak and
9935         __strong macros.
9937 2010-10-14  Eric Botcazou  <ebotcazou@adacore.com>
9939         * sched-deps.c (sched_insn_is_legitimate_for_speculation): Invoke
9940         may_trap_or_fault_p instead of may_trap_p predicate.
9941         * tree.c (substitute_in_expr): Propagate the TREE_THIS_NOTRAP flag.
9942         (substitute_placeholder_in_expr): Likewise.
9943         * tree-inline.c (remap_gimple_op_r): Propagate the TREE_THIS_NOTRAP
9944         flag on MEM_REF nodes.
9945         (copy_tree_body_r): Propagate the TREE_READONLY and TREE_THIS_NOTRAP
9946         flags on INDIRECT_REF nodes.
9948 2010-10-14  Nathan Froyd  <froydnj@codesourcery.com>
9950         * config.gcc (arm*-*-linux-*eabi) <tm_file>: Add bpabi.h from libgcc.
9951         (arm*-*-uclinux*eabi) <tm_file>: Likewise.
9952         (arm*-*-eabi*) <tm_file>: Likewise.
9953         (frv-*-elf) <tm_file>: Add frv-abi.h from libgcc.
9954         (frv-*-*linux*) <tm_file>: Likewise.
9955         * config/arm/bpabi.h: Delete DECLARE_LIBRARY_RENAMES stanzas
9956         and associated helper macros.
9957         * config/frv/frv-abi.h: Delete.
9959 2010-10-14  Richard Guenther  <rguenther@suse.de>
9961         PR lto/44561
9962         * tree.def (NULLPTR_TYPE): New tree code.
9963         * dbxout.c (dbxout_type): Handle NULLPTR_TYPE.
9964         * dwarf2out.c (is_base_type): Likewise.
9965         (gen_type_die_with_usage): Likewise.
9966         * sdbout.c (plain_type_1): Likewise.
9967         * tree.c (build_int_cst_wide): Likewise.
9968         * gimple.c (gimple_types_compatible_p_1): NULLPTR_TYPE types are equal.
9970 2010-10-14  Joseph Myers  <joseph@codesourcery.com>
9972         * params.c (params_finished): New.
9973         (add_params): Assert !params_finished.
9974         (finish_params): New.
9975         (set_param_value_internal): Take params and params_set
9976         parameters.  Assert params_finished.
9977         (set_param_value, maybe_set_param_value): Take params and
9978         params_set parameters.  Update calls to set_param_value_internal.
9979         (set_default_param_value): Assert !params_finished.  Don't use
9980         set_param_value_internal.
9981         (default_param_value, init_param_values): New.
9982         * params.h (struct param_info): Change value to default_value.
9983         Remove set.
9984         (set_param_value, maybe_set_param_value): Add params and
9985         params_set parameters.
9986         (PARAM_VALUE): Get parameters from global_options.
9987         (PARAM_SET_P): Remove.
9988         (finish_params, default_param_value, init_param_values): New.
9989         * common.opt (param_values): New Variable.
9990         * config/arm/arm.c (arm_option_override): Pass extra arguments to
9991         maybe_set_param_value.
9992         * config/i386/i386.c (ix86_option_override_internal): Pass extra
9993         arguments to maybe_set_param_value.
9994         * config/picochip/picochip.c (picochip_option_override): Pass
9995         extra arguments to maybe_set_param_value.
9996         * config/rs6000/rs6000.c (rs6000_option_override_internal): Pass
9997         extra arguments to maybe_set_param_value.
9998         * config/s390/s390.c (s390_option_override): Use
9999         maybe_set_param_value instead of set_param_value.  Pass extra
10000         arguments to maybe_set_param_value.
10001         * config/sparc/sparc.c (sparc_option_override): Pass extra
10002         arguments to maybe_set_param_value.
10003         * config/spu/spu.c (spu_option_override): Pass extra arguments to
10004         maybe_set_param_value.
10005         * opts.c (handle_param): Take opts and opts_set parameters.
10006         Update call to set_param_value.
10007         (initial_min_crossjump_insns, initial_max_fields_for_field_sensitive,
10008         initial_loop_invariant_max_bbs_in_loop): Remove.
10009         (init_options_once): Don't set them.
10010         (init_options_struct): Initialize parameters structures.
10011         (default_options_optimization): Use default_param_value when
10012         restoring defaults.  Update calls to maybe_set_param_value.
10013         (finish_options): Update calls to maybe_set_param_value.
10014         (common_handle_option): Update calls to handle_param and
10015         set_param_value.
10016         * toplev.c (DEFPARAM): Update definition for changes to param_info.
10017         (general_init): Call finish_params.
10019 2010-10-14  Nick Clifton  <nickc@redhat.com>
10021         * config/mn10300/mn10300.h (CONSTANT_ALIGNMENT): Define.
10022         (DATA_ALIGNMENT, LOCAL_ALIGNMENT): Define.
10023         (FIRST_PSEUDO_REGISTER): Increase by one.
10024         (FIXED_REGISTERS, CALL_USED_REGISTERS): Update with CC_REG.
10025         (HARD_REGNO_MODE_OK): Call mn10300_hard_regno_mode_ok.
10026         (MODES_TIEABLE): Call mn10300_modes_tieable.
10027         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS): Add CC_REGS.
10028         (LEGITIMATE_CONSTANT_P): Call mn10300_legitimate_constant_p.
10029         (CC_OVERFLOW_UNUSABLE, CC_NO_CARRY, NOTICE_UPDATE_CC)
10030         (SELECT_CC_MODE, REVERSIBLE_CC_MODE): Delete.
10031         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Add CC register.
10032         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
10033         (mn10300_cc_status_mdep): Delete.
10034         (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Delete.
10035         * config/mn10300/mn10300 (mn10300_option_override): Stop disabling
10036         the combine-stack-adjust pass.
10037         (print_operand): Use the mode of the comparison operation to
10038         select the comparison suffix.
10039         (notice_update_cc): Delete.
10040         (mn10300_secondary_reload_class): Remove test for stack pointer
10041         based arithmetic.
10042         (output_tst): Rename to mn10300_output_cmp.
10043         (impossible_plus_operand): Move into predicates.md.
10044         (mn10300_legitimize_address): Make static.
10045         (mn10300_legitimate_address_p): Make static.  Only allow SI sized
10046         constant pic operands.
10047         (mn10300_legitimate_constant_p): New function.
10048         (mn10300_case_values_threshold): Make static.
10049         (mn10300_hard_regno_mode_ok): New function.
10050         (mn10300_modes_tieable): New function.
10051         (mn10300_select_cc_mode): New function.
10052         * config/mn10300/predicates.md (impossible_plus_operand): Define.
10053         * config/mn10300/mn10300-protos.h: Tidy.
10054         (mn10300_legitimate_constant_p, mn10300_modes_tieable)
10055         (mn10300_hard_regno_mode_ok, mn10300_select_cc_mode): Prototype.
10056         * config/mn10300/mn10300.md (cc attribute): Delete.  Replace
10057         with clobbers or sets of CC_REG.
10058         (CC_REG): Define.
10059         (mov*): Remove use of CLR instruction.
10060         (cbranch_si4_<code>): New pattern/split.
10061         (integer_conditional_branch): New pattern.
10062         (cbranch_sf4_<code>): New pattern/split.
10063         (float_conditional_branch): New pattern.
10064         (casesi): Use addsi3 pattern instead of movsi pattern to add and
10065         move a value at the same time.
10066         (cc0 peepholes): Remove.
10068 2010-10-14  Andrey Belevantsev  <abel@ispras.ru>
10070         * sel-sched-ir.c (init_global_and_expr_for_insn): Set CANT_MOVE
10071         on RTX_FRAME_RELATED_P insns and the insn to which
10072         NOTE_INSN_EPILOGUE_BEG is attached.
10073         * sched-vis.c (print_value): Allow NULL value.
10075 2010-10-14  Andrey Belevantsev  <abel@ispras.ru>
10077         PR rtl-optimization/45570
10078         * sel-sched-ir.c (cfg_preds_1): When walking out of the region,
10079         assert that we are pipelining outer loops.  Allow returning
10080         zero predecessors.
10082 2010-10-14  Andrey Belevantsev  <abel@ispras.ru>
10084         * sel-sched-ir.c (maybe_tidy_empty_bb): Simplify comment.
10085         (tidy_control_flow): Tidy vertical space.
10086         (sel_remove_bb): New variable idx.  Use it to remember the basic
10087         block index before deleting the block.
10088         (sel_remove_empty_bb): Remove dead code, simplify and insert to ...
10089         (sel_merge_blocks): ... here.
10090         * sel-sched-ir.h (sel_remove_empty_bb): Remove prototype.
10092 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
10094         * cse.c (is_dead_reg): Change into inline function that is not
10095         called through for_each_rtx.
10096         (set_live_p): Adjust caller.
10097         (insn_live_p): Don't reset DEBUG_INSNs here.
10098         (struct dead_debug_insn_data): New data.
10099         (count_stores, is_dead_debug_insn, replace_dead_reg): New functions.
10100         (delete_trivially_dead_insns): If there is just one setter for the
10101         dead reg that is referenced by some DEBUG_INSNs, create a DEBUG_EXPR
10102         and add DEBUG_INSN for it right before the removed setter and
10103         use the DEBUG_EXPR instead of the dead pseudo.
10105 2010-10-14  Zdenek Dvorak  <rakdver@kam.uniff.cz>
10107         * et-forest.c (et_nca): Return NULL immediately when
10108         the dominance forest has disjoint components.
10110 2010-10-13  Vladimir Makarov  <vmakarov@redhat.com>
10112         * ira.c (setup_class_hard_regs): Fix typo in indexing
10113         ira_non_ordered_class_hard_regs and ira_class_hard_reg_index.
10115 2010-10-14  Tijs Wiebe Lefering  <twlevo@gmail.com>
10117         * graph.c (inbb): New variable.
10118         (start_bb): Set inbb to 1 if output is inside of a building block.
10119         (end_bb): Check if output is inside of a building block.
10121 2010-10-13  Eric Botcazou  <ebotcazou@adacore.com>
10123         PR rtl-optimization/45912
10124         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Test the
10125         regno of registers instead of their index to compute the alignment.
10127 2010-10-13  H.J. Lu  <hongjiu.lu@intel.com>
10129         * config/i386/i386.c (ix86_build_const_vector): Check vector
10130         mode instead of scalar mode.
10131         (ix86_build_signbit_mask): Likewise.
10132         (ix86_expand_fp_absneg_operator): Updated.
10133         (ix86_expand_copysign): Likewise.
10134         (ix86_expand_int_vcond): Likewise.
10135         (ix86_emit_swdivsf): Likewise.
10136         (ix86_sse_copysign_to_positive): Likewise.
10137         (ix86_expand_sse_fabs): Likewise.
10138         * config/i386/i386.md (fixuns_trunc<mode>si2): Likewise.
10139         * config/i386/sse.md (copysign<mode>3): Likewise.
10140         (sse2_cvtudq2ps): Likewise.
10141         (vec_unpacku_float_hi_v4si): Likewise.
10142         (vec_unpacku_float_lo_v4si): Likewise.
10144         * config/i386/i386.c (ix86_builtins): Add
10145         IX86_BUILTIN_CPYSGNPS256 and IX86_BUILTIN_CPYSGNPD256.
10146         (bdesc_args): Likewise.
10147         (ix86_builtin_vectorized_function): Support
10148         IX86_BUILTIN_CPYSGNPS256, IX86_BUILTIN_CPYSGNPD256,
10149         IX86_BUILTIN_SQRTPD256, IX86_BUILTIN_SQRTPS_NR256,
10150         and IX86_BUILTIN_CVTPS2DQ256.
10151         (ix86_builtin_reciprocal): Support IX86_BUILTIN_SQRTPS_NR256.
10153         * config/i386/sse.md (STORENT_MODE): New.
10154         (VEC_FLOAT_MODE): Likewise.
10155         (VEC_EXTRACT_MODE): Likewise.
10156         (*avx_cvtdq2pd256_2): Likewise.
10157         (vec_pack_trunc_v4df): Likewise.
10158         (vec_interleave_highv8sf): Likewise.
10159         (vec_interleave_lowv8sf): Likewise.
10160         (storent<mode>): Macroized.
10161         (<code><mode>2: absneg): Likewise.
10162         (copysign<mode>3): Likewise.
10163         (vec_extract<mode>): Likewise.
10165         PR target/44180
10166         * config/i386/i386.c (expand_vec_perm_even_odd_1): Rewritten
10167         for V8SFmode.
10169 2010-10-13  Richard Guenther  <rguenther@suse.de>
10170             H.J. Lu  <hongjiu.lu@intel.com>
10172         * config/i386/sse.md (reduc_splus_v8sf): Add.
10173         (reduc_splus_v4df): Likewise.
10174         (vec_unpacks_hi_v8sf): Likewise.
10175         (vec_unpacks_lo_v8sf): Likewise.
10176         (*avx_cvtps2pd256_2): Likewise.
10177         (vec_unpacks_float_hi_v8si): Likewise.
10178         (vec_unpacks_float_lo_v8si): Likewise.
10179         (vec_interleave_highv4df): Likewise.
10180         (vec_interleave_lowv4df): Likewise.
10182 2010-10-13  Richard Guenther  <rguenther@suse.de>
10184         PR objc/45878
10185         * gimple-fold.c (gimple_fold_obj_type_ref): Leave OBJ_TYPE_REFs
10186         alone if there are no virtual methods.
10188 2010-10-13  Richard Henderson  <rth@redhat.com>
10190         * expr.c (build_personality_function): Take parameter LANG instead
10191         of parameter NAME.  Build the name based on the lang prefix and the
10192         unwind method in use.
10193         * tree.c (lhd_gcc_personality): Update call to
10194         build_personality_function.
10196 2010-10-13  Richard Guenther  <rguenther@suse.de>
10198         PR objc/45878
10199         * tree-ssa-ccpc (ccp_fold_stmt): Use gimple_fold_obj_type_ref.
10201 2010-10-13  Eric Botcazou  <ebotcazou@adacore.com>
10203         * cse.c (cse_insn): Fix thinko in the canonicalization of USE insns.
10204         Canonicalize input operands of ASM_OPERANDS insns.
10206 2010-10-13  Richard Guenther  <rguenther@suse.de>
10208         PR tree-optimization/45788
10209         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Delay
10210         EH update until fixup-cfg.
10212 2010-10-13  Julian Brown  <julian@codesourcery.com>
10214         * config/arm/arm.h (REG_CLASS_CONTENTS): Remove soft frame pointer
10215         from CORE_REGS and GENERAL_REGS classes.
10216         * config/arm/arm.md (*thumb1_movsi_insn): Ignore all parts of
10217         final constraint for register preferencing.
10219 2010-10-13  Richard Guenther  <rguenther@suse.de>
10221         PR tree-optimization/45970
10222         * tree-ssa-alias.h (stmt_kills_ref_p): Declare.
10223         * tree-ssa-alias.c (stmt_kills_ref_p_1): New function.
10224         (stmt_kills_ref_p): Likewise.
10225         * tree-ssa-dse.c (dse_optimize_stmt): Use it.
10227 2010-10-13  Richard Guenther  <rguenther@suse.de>
10229         PR tree-optimization/45982
10230         * tree-ssa-structalias.c (make_constraints_to): New function.
10231         (make_constraint_to): Implement in terms of make_constraints_to.
10232         (find_func_aliases): Properly make return values of pure/const
10233         functions escape if they assign to sth that is not a pointer.
10235 2010-10-13  Richard Guenther  <rguenther@suse.de>
10237         PR middle-end/45874
10238         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
10239         Fixup the CFG when EH was fixed up.
10241 2010-10-13  Ira Rosen  <irar@il.ibm.com>
10243         * tree-vect-slp.c (vect_get_constant_vectors): Fix comment.
10244         Use operand's type for POINTER_PLUS_EXPR.
10246 2010-10-13  Alexandre Oliva  <aoliva@redhat.com>
10248         * c-parser.c (c_parser_for_statement): Initialize incr.
10250 2010-10-12  Xinliang David Li  <davidxl@google.com>
10252         PR tree-optimization/45972
10253         * tree-ssa-uninit.c (compute_uninit_opnds_pos): Skip phis
10254         with too many arguments.
10256 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
10258         PR fortran/45636
10259         * tree-ssa-forwprop.c: Include expr.h.
10260         (constant_pointer_difference, simplify_builtin_call): New functions.
10261         (tree_ssa_forward_propagate_single_use_vars): Call
10262         simplify_builtin_call on builtin calls.
10264 2010-10-12  Eric Botcazou  <ebotcazou@adacore.com>
10266         * config/sparc/sparc.md (*adddi3_insn_sp32): Rename.
10267         (*adddi3_extend_sp32): Likewise.
10268         (*subdi3_insn_sp32): Likewise.
10269         (*subdi3_extend_sp32): Likewise.
10270         (*negdi2_sp32): Use negative test for consistency.
10272 2010-10-12  Nathan Froyd  <froydnj@codesourcery.com>
10274         * libgcc2.h: Use __SIZEOF_DOUBLE__ instead of LIBGCC2_DOUBLE_TYPE_SIZE.
10275         (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
10276         * config/fixed-bit.h: Likewise.
10277         * config/rx/rx.h (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
10278         * config/sh/sh.h (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
10279         * system.h (LIBGCC2_DOUBLE_TYPE_SIZE): Poison.
10280         * doc/tm.texi.in (LIBGCC2_HAS_DF_MODE): Use DOUBLE_TYPE_SIZE.
10281         (DF_SIZE): Likewise.
10282         * doc/tm.texi: Regenerate.
10284 2010-10-12  Nathan Froyd  <froydnj@codesourcery.com>
10286         * config/rs6000/predicates.md (scc_rev_comparison_operator): New.
10287         * config/rs6000/rs6000.md (*isel_reversed_signed_<mode>): New.
10288         (*isel_reversed_unsigned_<mode>): New.
10289         * config/rs6000/rs6000.c (output_isel): Accept GE/GEU/LE/LEU/NE
10290         as valid comparisons and adjust operands and output appropriately.
10291         (rs6000_rtx_costs) <CONST_INT>: Accept NE as a cost-0 outer_code.
10293 2010-10-12  Chung-Lin Tang  <cltang@codesourcery.com>
10295         * config/arm/arm.h (ARM_EXPAND_ALIGNMENT): Rename from
10296         DATA_ALIGNMENT and add COND parameter. Update comments above.
10297         (DATA_ALIGNMENT): Use ARM_EXPAND_ALIGNMENT, with !optimize_size.
10298         (LOCAL_ALIGNMENT): Use ARM_EXPAND_ALIGNMENT, with !flag_conserve_stack.
10300 2010-10-12  H.J. Lu  <hongjiu.lu@intel.com>
10302         PR bootstrap/45958
10303         * exec-tool.in: Support '-plugin' as the second option to the linker.
10305 2010-10-12  Richard Henderson  <rth@redhat.com>
10307         PR middle-end/45962
10308         * cfgexpand.c (add_stack_var): Ensure every variable has 1 byte.
10309         (expand_stack_vars): Assert large base allocated when used.
10311 2010-10-12  Richard Guenther  <rguenther@suse.de>
10313         * tree-ssa-structalias.c (get_constraint_for_1): Constants
10314         only point to nonlocal, not anything.
10316 2010-10-11  Hariharan Sandanagobalane  <hariharan@picochip.com>
10318         * config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj
10319         unwind info for exceptions.
10321 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10323         PR testsuite/45851
10324         * doc/sourcebuild.texi (LTO Testing, dg-extra-ld-options):
10325         Document optional target selector.
10327 2010-10-12  Joseph Myers  <joseph@codesourcery.com>
10329         * flag-types.h: New.
10330         * Makefile.in (TH_H): Include $(OPTIONS_H) instead of $(FLAGS_H).
10331         (FLAGS_H): Include flag-types.h.  Include $(OPTIONS_H) instead of
10332         options.h.
10333         (OPTIONS_H): Define.
10334         (c-family/c-opts.o, lto-opts.o, opts.o): Use $(OPTIONS_H) instead
10335         of options.h.
10336         * configure.ac (tm_include_list): Include options.h not flags.h.
10337         * configure: Regenerate.
10338         * flags.h: Include flag-types.h.  Include options.h at top of file
10339         again.
10340         (enum debug_info_type, enum debug_info_level, enum
10341         debug_info_usage, enum symbol_visibility, struct visibility_flags,
10342         enum ira_algorithm, enum ira_region, enum excess_precision, enum
10343         graph_dump_types, enum stack_check_type,
10344         enum warn_strict_overflow_code): Move to flag-types.h
10345         * opth-gen.awk: Include flag-types.h in options.h.
10347 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
10349         * expr.c (store_expr): Share code for STRING_CST and
10350         MEM_REF of &STRING_CST cases.  Don't require BLKmode, instead
10351         check if target is a MEM.
10353         * rtl.h: Include hashtab.h.
10354         (iterative_hash_rtx): New prototype.
10355         * rtl.c (iterative_hash_rtx): New function.
10356         * dwarf2out.c (dw_loc_list_node): Add hash and emitted fields.
10357         (output_loc_list): Return immediately if emitted is set, set it.
10358         (hash_loc_operands, hash_locs, hash_loc_list,
10359         compare_loc_operands, compare_locs, loc_list_hash, loc_list_eq,
10360         optimize_location_lists_1, optimize_location_lists): New function.
10361         (dwarf2out_finish): Call optimize_location_lists.
10362         * Makefile.in (RTL_BASE_H): Depend on $(HASHTAB_H).
10364 2010-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10366         PR testsuite/45974
10367         Revert:
10368         * Makefile.in ($(lang_checks_parallel))
10369         ($(lang_checks_parallelized)): Use single quotes for
10370         $(RUNTESTFLAGS), to allow passing quoted content.
10372 2010-10-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10374         * config/pa/linux-atomic.c (__sync_val_compare_and_swap_4): Return
10375         actual_oldval.  Use __builtin_expect.
10376         (SUBWORD_VAL_CAS): Likewise.
10378 2010-10-11  Nathan Froyd  <froydnj@codesourcery.com>
10380         * recog.c (nonmemory_operand): Call immediate_operand for
10381         CONSTANT_P operands.
10383 2010-10-11  Uros Bizjak  <ubizjak@gmail.com>
10385         * config/i386/i386.md (movmem<mode>): Macroize expander from
10386         movmem{si,di} using SWI48 mode iterator.
10387         (*strmovsi_1): Macroize insn pattern from *strmovsi_1 and
10388         *strmovsi_rex_1 using P mode iterator.
10389         (*strmovhi_1): Ditto from *strmovhi_1 and *strmovhi_rex_1.
10390         (*strmovqi_1): Ditto from *strmovqi_1 and *strmovqi_rex_1.
10391         (*rep_movsi): Ditto from *rep_movsi and *rep_movsi_rex64.
10392         (*rep_movqi): Ditto from *rep_movqi and *rep_movqi_rex64.
10393         (setmem<mode>): Macroize expander from setmem{si,di} using
10394         SWI48 mode iterator.
10395         (*strsetsi_1): Macroize insn pattern from *strsetsi_1 and
10396         *strsetsi_rex_1 using P mode iterator.
10397         (*strsethi_1): Ditto from *strsethi_1 and *strsethi_rex_1.
10398         (*strsetqi_1): Ditto from *strsetqi_1 and *strsetqi_rex_1.
10399         (*rep_stossi): Ditto from *rep_stossi and *rep_stossi_rex64.
10400         (*rep_stosqi): Ditto from *rep_stosqi and *rep_stosqi_rex64.
10401         (*cmpstrnqi_nz_1): Ditto from *cmpstrnqi_nz_1 and *cmpstrnqi_nz_rex_1.
10402         (*cmpstrnqi_1): Ditto from *cmpstrnqi_1 and *cmpstrnqi_rex_1.
10403         (strlen<mode>): Macroize expander from strlen{si,di} using SWI48x
10404         mode iterator.
10405         (*strlenqi_1): Macroize insn pattern from *strlenqi_1 and
10406         *strlenqi_rex_1 using P mode iterator.
10408 2010-10-11  Bernd Schmidt  <bernds@codesourcery.com>
10410         PR bootstrap/45445
10411         * ira-lives.c (mark_pseudo_reg_live, mark_pseudo_reg_dead): New
10412         static functions.
10413         (mark_ref_live, mark_ref_dead): Use them.
10414         (make_pseudo_conflict): New arg ORIG_DREG.  All callers changed.
10415         Save the original reg, and use the new functions.
10416         (check_and_make_def_use_conflict): New arg ORIG_DREG.  All callers
10417         changed.
10418         (check_and_make_def_conflict): Save the original reg.
10420 2010-10-11  Martin Jambor  <mjambor@suse.cz>
10422         PR middle-end/45699
10423         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Choose among
10424         thunks.
10426 2010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10428         * Makefile.in ($(lang_checks_parallel))
10429         ($(lang_checks_parallelized)): Use single quotes for
10430         $(RUNTESTFLAGS), to allow passing quoted content.
10432         PR bootstrap/35855
10433         * opt-functions.awk (BEGIN): New section.
10434         (lower, upper, digit, alnum): New variables.
10435         (static_var, opt_sanitized_name): Use alnum instead of character
10436         classes, for non-C locale.
10437         * optc-gen.awk: Likewise.
10438         * opth-gen.awk: Likewise.
10440 2010-10-11  Anatoly Sokolov  <aesok@post.ru>
10442         * target.def (preferred_reload_class): New hook.
10443         * doc/tm.texi.in (TARGET_PREFERRED_RELOAD_CLASS): Document.
10444         * doc/tm.texi: Regenerate.
10445         * targhooks.c (default_preferred_reload_class): New function.
10446         * targhooks.h (default_preferred_reload_class): Declare.
10447         * reload.c (find_dummy_reload): Change preferred_class variable type
10448         from enum reg_class to reg_class_t. Use TARGET_PREFERRED_RELOAD_CLASS
10449         target hook.
10450         (find_reloads): Change goal_alternative array type from int to
10451         reg_class_t. Use TARGET_PREFERRED_RELOAD_CLASS target hook.
10452         (push_reload, find_reloads_address_part): Use
10453         TARGET_PREFERRED_RELOAD_CLASS target hook.
10454         * reload1.c (emit_input_reload_insns): Ditto.
10455         * ira-costs.c (copy_cost): Use TARGET_PREFERRED_RELOAD_CLASS target
10456         hook. Change rclass argument and secondary_class variable types from
10457         'enum reg_class' to reg_class_t.
10459         * config/i386/i386.h (PREFERRED_RELOAD_CLASS): Remove.
10460         * config/i386/i386-protos (ix86_preferred_reload_class): Remove.
10461         * config/i386/i386.c (ix86_preferred_reload_class): Make static.
10462         Change regclass argument and result types from enum reg_class to
10463         reg_class_t.
10464         (TARGET_PREFERRED_RELOAD_CLASS): Define.
10466 2010-10-11  Eric Botcazou  <ebotcazou@adacore.com>
10468         * simplify-rtx.c (simplify_unary_operation_1): Use unsigned arithmetics
10469         in masking operations.
10470         (simplify_const_unary_operation): Likewise.
10471         (simplify_binary_operation_1): Likewise.
10472         (simplify_const_binary_operation): Likewise.
10473         (simplify_const_relational_operation): Likewise.
10474         (simplify_ternary_operation): Likewise.
10475         (simplify_immed_subreg): Likewise.
10477 2010-10-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10479         PR middle-end/45862
10480         * doc/tm.texi.in (SUPPORTS_WEAK): Update.
10481         (TARGET_SUPPORTS_WEAK): New.
10482         * doc/tm.texi: Regenerate.
10483         * defaults.h (SUPPORTS_WEAK): Update comment.
10484         (TARGET_SUPPORTS_WEAK): New.
10485         * dwarf2asm.c (USE_LINKONCE_INDIRECT): Update define.
10486         * varasm.c (assemble_external): Use TARGET_SUPPORTS_WEAK instead of
10487         SUPPORTS_WEAK.
10488         (merge_weak, declare_weak, do_assemble_alias, supports_one_only,
10489         make_decl_one_only): Likewise.
10490         * config/pa/som.h (SUPPORTS_WEAK): Rename defines to
10491         TARGET_SUPPORTS_WEAK.
10492         (SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY): Use TARGET_SUPPORTS_WEAK
10493         instead of SUPPORTS_WEAK.
10495 2010-10-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10497         * config/sparc/gmon-sol2.c: Don't include coretypes.h, tm.h.
10499 2010-10-11  Nathan Froyd  <froydnj@codesourcery.com>
10501         * vec.h (VEC_qsort): Define.
10502         * dbxout.c (output_used_types): Use it.
10503         * df-scan.c (df_sort_and_compress_refs): Likewise.
10504         (df_sort_and_compress_mws): Likewise.
10505         * genautomata.c (uniq_sort_alt_states): Likewise.
10506         (evaluate_equiv_classes): Likewise.
10507         (output_trans_table): Likewise.
10508         (output_state): Likewise.
10509         * gimplify.c (compare_case_labels): Likewise.
10510         * graphite-sese-to-poly.c (graphite_sort_dominated_info): Likewise.
10511         * ipa.c (build_cdtor_fns): Likewise.
10512         * lto.c (lto_wpa_write_files): Likewise.
10513         * sel-sched.c (fill_vec_av_set): Likewise.
10514         * tree-predcom.c (determine_roots_comp): Likewise.
10515         * tree-sra.c (sort_and_spliace_var_accesses): Likewise.
10516         (splice_param_accesses): Likewise.
10517         * tree-ssa-live.c (dump_enumerated_decls): Likewise.
10518         * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
10519         (reassociate_bb): Likewise.
10520         * tree-ssa-sccvn.c (sort_scc): Likewise.
10521         * tree-ssa-structalias.c (sort_fieldstack): Likewise.
10523 2010-10-11  Ian Lance Taylor  <iant@google.com>
10525         * tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.
10526         * emit-rtl.c (set_mem_attributes_minus_bitpos): Only check
10527         TREE_THIS_NOTRAP when appropriate.
10528         (get_spill_slot_decl): Don't set TREE_THIS_NOTRAP on the new VAR_DECL.
10529         * gimplify.c (gimplify_expr): Copy NOTRAP from INDIRECT_REF to
10530         newly created MEM_REF.
10532 2010-10-11  Hariharan Sandanagobalane  <hariharan@picochip.com>
10534         Nathan Froyds patch to hooks FUNCTION_ARG etc.
10535         * config/picochip/picochip-protos.h (picochip_function_arg): Delete.
10536         (picochip_incoming_function_arg): Delete.
10537         (picochip_arg_advance): Delete.
10538         * config/picochip/picochip.h (FUNCTION_ARG): Delete.
10539         (FUNCTION_INCOMING_ARG): Delete.
10540         (FUNCTION_ARG_ADVANCE): Delete.
10541         * config/picochip/picochip.c (picochip_function_arg): Take a
10542         const_tree and a bool.
10543         (picochip_incoming_function_arg): Likewise.
10544         (picochip_arg_advance): Likewise.
10545         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
10546         (TARGET_FUNCTION_ARG_ADVANCE): Define.
10548 2010-10-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10550         PR middle-end/45955
10551         * ipa.c (build_cdtor): Delete endless loop.
10553 2010-10-07  Andi Kleen  <ak@linux.intel.com>
10555         * Makefile.in (MOSTLYCLEANFILES): Remove cc1*dummy, add
10556         checksum-options.
10557         (checksum-options): Add.
10558         (cc1-dummy): Remove.
10559         (cc1-checksum): Change to run checksum over object files
10560         and options only.
10561         * dummy-checksum.c: Remove.
10562         * genchecksum.c: Update copyright.
10563         (usage): Allow multiple arguments.
10564         (BLOCKSIZE): Add.
10565         (dosum): Change for incremental checksum. Remove C output.
10566         (main): Iterate over all argument files. Add C output.
10568 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
10570         * params.c (set_param_value_internal): New.
10571         (set_param_value): Use set_param_value_internal.
10572         (maybe_set_param_value, set_default_param_value): New.
10573         * params.h (PARAM_VALUE, PARAM_SET_P): Make into rvalues.
10574         (maybe_set_param_value, set_default_param_value): Declare.
10575         * config/arm/arm.c (arm_option_override): Use maybe_set_param_value.
10576         * config/i386/i386.c (ix86_option_override_internal): Use
10577         maybe_set_param_value.
10578         * config/ia64/ia64.c (ia64_option_default_params,
10579         TARGET_OPTION_DEFAULT_PARAMS): New.
10580         (ia64_option_optimization): Move some code to
10581         ia64_option_default_params.
10582         * config/picochip/picochip.c (picochip_option_override): Use
10583         maybe_set_param_value.
10584         * config/rs6000/rs6000.c (rs6000_option_default_params,
10585         TARGET_OPTION_DEFAULT_PARAMS): New.
10586         (rs6000_option_override_internal): Use maybe_set_param_value.
10587         (rs6000_option_optimization): Move some code to
10588         rs6000_option_default_params.
10589         * config/s390/s390.c (s390_option_override): Use maybe_set_param_value.
10590         * config/sh/sh.c (sh_option_default_params,
10591         TARGET_OPTION_DEFAULT_PARAMS): New.
10592         (sh_option_optimization): Move some code to sh_option_default_params.
10593         * config/sparc/sparc.c (sparc_option_override): Use
10594         maybe_set_param_value.
10595         * config/spu/spu.c (spu_option_default_params,
10596         TARGET_OPTION_DEFAULT_PARAMS): New.
10597         (spu_option_optimization): Move some code to spu_option_default_params.
10598         (spu_option_override): Use maybe_set_param_value.
10599         * doc/tm.texi.in (TARGET_OPTION_DEFAULT_PARAMS): New @hook.
10600         * doc/tm.texi: Regenerate.
10601         * ggc-common.c (init_ggc_heuristics): Use set_default_param_value.
10602         * opts.c (init_options_once): Use PARAM_VALUE not direct access to
10603         compiler_params.
10604         (default_options_optimization): Use maybe_set_param_value.
10605         (finish_options): Use maybe_set_param_value.
10606         * target.def (target_option.default_params): New hook.
10607         * toplev.c (general_init): Call targetm.target_option.default_params.
10609 2010-10-11  Ira Rosen  <irar@il.ibm.com>
10611         PR tree-optimization/45902
10612         * tree-vect-slp.c (vect_get_constant_vectors): Use statement's
10613         vector type for constants, unless it's a pointer.
10615 2010-10-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10617         * config/s390/s390.md (*mov<mode>cc): lgoc -> locg and stgoc -> stocg.
10619 2010-10-11  Jakub Jelinek  <jakub@redhat.com>
10621         PR target/45870
10622         * config/i386/i386.c (ix86_delegitimize_tls_address): New function.
10623         (ix86_delegitimize_address): Use it.
10625 2010-10-10  Eric Botcazou  <ebotcazou@adacore.com>
10627         * opt-functions.awk (opt_sanitized_name): Remove gdwarf+ handling.
10629 2010-10-10  Uros Bizjak  <ubizjak@gmail.com>
10631         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Pass pointer
10632         to cum struct in the call to function_arg_advance.
10633         (alpha_function_arg_advance): Mark named as unused.
10635 2010-10-10  Richard Sandiford  <rdsandiford@googlemail.com>
10637         * config/mips/mips.c (mips_handle_option): Make "value" with
10638         ATTRIBUTE_UNUSED.
10640 2010-10-09  Richard Henderson  <rth@redhat.com>
10642         PR rtl-opt/33721
10643         * explow.c (allocate_dynamic_stack_space): Add REQUIRED_ALIGN parm,
10644         remove TARGET parm, convert KNOWN_ALIGN parm to SIZE_ALIGN.  Honor
10645         required_align, tidy the code a bit.  Emit split_stack code in the
10646         right place.  Mark the return value with the alignment properly.
10647         * expr.h (allocate_dynamic_stack_space): Update decl.
10648         * builtins.c (expand_builtin_apply): Update call to
10649         allocate_dynamic_stack_space.
10650         (expand_builtin_alloca): Likewise.  Remove TARGET parameter.
10651         * calls.c (initialize_argument_information): Update call to
10652         allocate_dynamic_stack_space.
10653         (expand_call): Likewise.
10655         * cfgexpand.c (get_decl_align_unit): Don't limit alignment.
10656         Don't update_stack_alignment here.
10657         (alloc_stack_frame_space): Make ALIGN unsigned.
10658         (stack_var_cmp): Sort by alignment too.
10659         (partition_stack_vars): Don't merge large and small alignment vars.
10660         (expand_one_stack_var_at): Add BASE and BASE_ALIGN parameters.
10661         Take care when BASE is not virtual_stack_vars_rtx.
10662         (expand_stack_vars): Allocate dynamic stack space for large
10663         alignment variables.
10664         (expand_one_stack_var): Update all to expand_one_stack_var_at.
10665         (defer_stack_allocation): True for large alignment vars.
10666         (update_stack_alignment): Merge into ...
10667         (expand_one_var): ... here.
10668         (gimple_expand_cfg): Place code from expand_stack_vars.
10670 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10672         * config/pdp11/pdp11.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10673         * config/pdp11/pdp11.c (pdp11_function_arg): New function.
10674         (pdp11_function_arg_advance): New function.
10675         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10677 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10679         * libgcc2.h: Use __SIZEOF_LONG_LONG__ instead of LONG_LONG_TYPE_SIZE.
10680         * libgcc2.c: Likewise.
10682 2010-10-09  Richard Guenther  <rguenther@suse.de>
10684         PR lto/45956
10685         * lto-streamer-in.c (lto_register_var_decl_in_symtab):
10686         Properly check if a decl is an automatic var.
10688 2010-10-09  Richard Guenther  <rguenther@suse.de>
10690         PR lto/45947
10691         * tree.c (free_lang_data_in_cgraph): Properly walk the varpool.
10693 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10695         * config/mmix/mmix-protos.h (mmix_function_arg): Delete.
10696         * config/mmix/mmix.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10697         * config/mmix/mmix.c (mmix_function_arg): Rename to...
10698         (mmix_function_arg_1): ...this.  Make static.  Take a const_tree and
10699         bool arguments.
10700         (mmix_function_arg): New function.
10701         (mmix_function_incoming_arg): New function.
10702         (mmix_function_arg_advance): New function.
10703         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
10704         (TARGET_FUNCTION_ARG_ADVANCE): Define.
10706 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10708         * config/vax/vax.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10709         * config/vax/vax.c (vax_function_arg): New function.
10710         (vax_function_arg_advance): New function.
10711         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10713 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10715         * config/pa/pa-protos.h (function_arg): Delete.
10716         * config/pa/pa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10717         * config/pa/pa.c (function_arg): Rename to...
10718         (pa_function_arg): ...this.  Make static.  Take a const_tree and
10719         a bool.
10720         (pa_function_arg_advance): New function.
10721         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10723 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10725         * config/m68k/m68k.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10726         * config/m68k/m68k.c (m68k_function_arg): New function.
10727         (m68k_function_arg_advance): New function.
10728         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10730 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10732         * config/avr/avr-protos.h (function_arg): Delete.
10733         (function_arg_advance): Delete.
10734         * config/avr/avr.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10735         * config/avr/avr.c (function_arg): Rename to...
10736         (avr_function_arg): ...this.  Make static.  Take a const_tree and
10737         a bool.
10738         (function_arg_advance): Rename to...
10739         (avr_function_arg_advance): ...this.  Make static.  Take a
10740         const_tree and a bool.
10741         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10743 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10745         * config/alpha/alpha-protos.h (function_arg): Delete.
10746         * config/alpha/alpha.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10747         * config/alpha/vms.h (FUNCTION_ARG_ADVANCE): Delete.
10748         * config/alpha/alpha.c (function_arg): Rename to...
10749         (alpha_function_arg): ...this.  Make static.  Take a const_tree and
10750         a bool.  Delete TARGET_ABI_UNICOSMK code.
10751         (alpha_function_arg_advance): New function.
10752         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10754 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10756         * config/mep/mep-protos.h (mep_function_arg): Delete.
10757         (mep_function_arg_advance): Delete.
10758         * config/mep/mep.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10759         * config/mep/mep.c (mep_function_arg): Make static.  Take a
10760         const_tree and a bool.
10761         (mep_function_arg_advance): Likewise.
10762         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10764 2010-10-09  Richard Guenther  <rguenther@suse.de>
10766         PR tree-optimization/45945
10767         * tree-ssa.c (execute_update_addresses_taken): Fixup LHS scanning.
10769 2010-10-09  Eric Botcazou  <ebotcazou@adacore.com>
10771         PR tree-optimization/45612
10772         * ipa-split.c (test_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.
10773         Test LABEL_DECLs as well.  Fix formatting issues.
10774         (verify_non_ssa_vars): Return false for a GIMPLE_LABEL statement
10775         whose label is present in NON_SSA_VARS.
10776         (mark_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.  Handle LABEL_DECLs
10777         as well.  Fix formatting issues.
10778         (visit_bb): Fix typos and formatting issue.
10780 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10782         PR tree-optimization/45950
10783         * tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): Consult length
10784         before initializing vno->op.
10786 2010-10-09  Ralf Corsépius  <ralf.corsepius@rtems.org>
10788         * config.gcc (bfin*-rtems*): Add newlib-stdint.h.
10789         * config.gcc (lm32*-rtems*): Add newlib-stdint.h.
10791 2010-10-08  H.J. Lu  <hongjiu.lu@intel.com>
10793         PR target/45913
10794         * config/i386/i386.c (ix86_binary_operator_ok): Support
10795         "andhi/andsi/anddi" as a zero-extending move.
10797 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10799         * builtins.c (fold_call_stmt): Don't copy gimple call arguments
10800         into a temporary array.
10802 2010-10-08  Jakub Jelinek  <jakub@redhat.com>
10804         PR tree-optimization/45903
10805         * simplify-rtx.c (simplify_subreg): Optimize lowpart SUBREG
10806         of {A,L}SHIFTRT of MEM.
10808 2010-10-08  Richard Guenther  <rguenther@suse.de>
10810         * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
10811         Re-construct BLOCK_VARS.
10812         (lto_input_ts_block_tree_pointers): Do not stream BLOCK_VARS.
10813         * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
10814         * tree.c (free_lang_data_in_block): Remove.
10815         (free_lang_data_in_decl): Do not touch DECL_CONTEXT of non-PARM_DECLs.
10816         Do not touch the BLOCK tree.
10817         * expr.c (expand_expr_real_1): Allow externals.
10819 2010-10-08  Richard Guenther  <rguenther@suse.de>
10821         * lto-streamer-out.c (lto_output_ts_block_tree_pointers):
10822         Do not output BLOCK_SUBBLOCKS.
10823         * lto-streamer-in.c (lto_input_ts_block_tree_pointers):
10824         Reserve exact space needed for BLOCK_NONLOCALIZED_VARS.
10825         Re-construct BLOCK_SUBBLOCKS of parent block.
10826         (lto_input_ts_binfo_tree_pointers): Reserve exact space needed
10827         for BINFO_BASE_ACCESSES.
10829 2010-10-08  Joseph Myers  <joseph@codesourcery.com>
10831         * Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.
10832         (TREE_H): Include $(FLAGS_H) instead of options.h.
10833         (opts-common.o): Depend on $(FLAGS_H) instead of options.h.
10834         * c-objc-common.h (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
10835         * common.opt (flag_complex_method, flag_evaluation_order,
10836         flag_ira_algorithm, flag_ira_region, flag_warn_unused_result): New
10837         Variable declarations.
10838         * configure.ac (tm_include_list): Include flags.h instead of options.h.
10839         * configure: Regenerate.
10840         * flags.h: Condition out contents for target libraries.  Include
10841         options.h at end of file.
10842         (flag_complex_method, flag_ira_algorithm, flag_ira_region,
10843         flag_evaluation_order, flag_warn_unused_result): Remove.
10844         * gcc.c (main): Intialize global_options with global_options_init.
10845         * langhooks-def.h (lhd_init_options_struct): Declare.
10846         (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
10847         (LANG_HOOKS_INITIALIZER): Include LANG_HOOKS_INIT_OPTIONS_STRUCT.
10848         * langhooks.c (lhd_init_options_struct): New.
10849         * langhooks.h (struct lang_hooks): Add init_options_struct.
10850         Update comment on init_options.
10851         * optc-gen.awk: Generate initializer for global_options_init, not
10852         global_options.
10853         * opth-gen.awk: Condition out structure declarations for target
10854         libraries.  Declare global_options_init.
10855         * opts-common.c: Include flags.h instead of options.h.
10856         * opts.c (flag_warn_unused_result): Remove.
10857         (read_cmdline_options): Take gcc_options parameters.  Pass them to
10858         read_cmdline_option.
10859         (initial_lang_mask, initial_min_crossjump_insns,
10860         initial_max_fields_for_field_sensitive,
10861         initial_loop_invariant_max_bbs_in_loop): Define at file scope.
10862         (init_options_once): New.  Split out of decode_options.
10863         (init_options_struct): New.  Split out of decode_options.
10864         (decode_cmdline_options_to_array_default_mask): New.
10865         (default_options_optimization): New.  Split out of decode_options.
10866         (decode_options): Move most code to other functions.  Update call
10867         to read_cmdline_options.
10868         (finish_options): New.  Split out of decode_options.
10869         * opts.h (decode_options): Add gcc_options parameters.
10870         (init_options_once, init_options_struct,
10871         decode_cmdline_options_to_array_default_mask): New.
10872         * toplev.c (flag_complex_method, flag_ira_algorithm,
10873         flag_ira_region, flag_evaluation_order): Remove.
10874         (general_init): Use global_options_init for initial flag values
10875         for global_dc.
10876         (toplev_main): Call init_options_once, init_options_struct,
10877         lang_hooks.init_options_struct,
10878         decode_cmdline_options_to_array_default_mask and
10879         lang_hooks.init_option before decode_options.  Update arguments to
10880         decode_options.
10881         * tree.h: Include flags.h instead of options.h.
10883 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10885         * config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
10887 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10889         * config/sparc/sparc-protos.h (function_arg_advance, function-arg):
10890         Delete.
10891         * config/sparc/sparc.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
10892         (FUNCTION_INCOMING_ARG): Delete.
10893         * config/sparc/sparc.c (scan_record_type): Const-ify tree argument.
10894         (function_arg_slotno): Likewise.  Take bool arguments.
10895         (sparc_arg_partial_bytes): Update call to it.
10896         (function_arg): Rename to...
10897         (sparc_function_arg_1): ...this.  Take bool arguments.
10898         (sparc_function_arg, sparc_function_incoming_arg): New functions.
10899         (function_arg_advance): Rename to...
10900         (sparc_function_arg_advance): ...this.  Take bool argument.
10901         (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG): Define.
10902         (TARGET_FUNCTION_INCOMING_ARG): Define.
10904 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10906         * config/bfin/bfin-protos.h (function_arg, function_arg_advance):
10907         Delete.
10908         * config/bfin/bfin.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10909         * config/bfin/bfin.c (function_arg_advance): Rename to...
10910         (bfin_function_arg_advance): ...this.  Make static.  Take const_tree
10911         and bool arguments.
10912         (function_arg): Rename to...
10913         (bfin_function_arg): ...this.  Make static.  Take const_tree and bool
10914         arguments.
10915         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10917 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10919         * config/score/score-protos.h (score_function_arg): Delete.
10920         (score_function_arg_advance): Delete.
10921         * config/score/score3.h (score3_function_arg_advance): Take a
10922         const_tree and a bool.
10923         (score3_function_arg): Likewise.
10924         * config/score/score7.h (score7_function_arg_advance): Likewise.
10925         (score7_function_arg): Likewise.
10926         * config/score/score3.c (score3_classify_arg): Likewise.
10927         (score3_function_arg_advance, score3_function_arg): Likewise.
10928         * config/score/score7.c (score7_classify_arg): Likewise.
10929         (score7_function_arg_advance, score7_function_arg): Likewise.
10930         * config/score/score.c (score_function_arg_advance): Likewise.
10931         (score_function_arg): Likewise.  De-const-ify `cum' argument.
10932         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10934 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10936         * config/s390/s390-protos.h (s390_function_arg_advance): Delete.
10937         (s390_function_arg): Delete.
10938         * config/s390/s390.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10939         * config/s390/s390.c (s390_function_arg_float): Take a const_tree.
10940         (s390_function_arg_integer): Likewise.
10941         (s390_function_arg_advance): Make static.  Take a const_tree and
10942         a bool.
10943         (s390_function_arg): Likewise.
10944         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10946 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10948         * config/spu/spu-protos.h (spu_function_arg): Delete.
10949         * config/spu/spu.h (FUNCTION_ARG): Delete.
10950         (FUNCTION_ARG_ADVANCE): Move code to ...
10951         * config/spu/spu.c (spu_function_arg_advance): New function.
10952         (spu_function_arg): Make static.  Take a const_tree and a bool.
10953         (spu_setup_incoming_varargs): Call spu_function_arg_advance.
10954         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10956 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10958         * config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
10960 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10962         * tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): New function.
10963         (init_vn_nary_op_from_op): New function.
10964         (init_vn_nary_op_from_stmt): New function.
10965         (vn_nary_op_lookup_1): New function.
10966         (sizeof_vn_nary_op): New function.
10967         (alloc_vn_nary_op_noinit): New function.
10968         (alloc_vn_nary_op): New function.
10969         (vn_nary_op_insert_into): New function.
10970         (vn_nary_op_lookup_pieces): Rewrite to use new helper functions.
10971         (vn_nary_op_lookup): Likewise.
10972         (vn_nary_op_lookup_stmt): Likewise.
10973         (vn_nary_op_insert_pieces): Likewise.
10974         (vn_nary_op_insert): Likewise.
10975         (vn_nary_op_insert_stmt): Likewise.
10976         (copy_nary): Likewise.
10977         (set_value_id_for_result): New function.
10978         (set_hashtable_value_ids): Call it.
10980 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10982         * config/fr30/fr30.c (TARGET_EXCEPT_UNWIND_INFO): Define.
10983         * config/fr30/fr30.md (leave_func): Rewrite without post_inc.
10985 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10987         * config/mcore/mcore.h (INCOMING_RETURN_ADDR_RTX): Define.
10988         * config/mcore/mcore.c (TARGET_EXCEPT_UNWIND_INFO): Define.
10990 2010-10-08  Alexandre Oliva  <aoliva@redhat.com>
10992         PR debug/45656
10993         * cse.c (cse_extended_basic_block): Preserve cc0 info across
10994         debug isnsn.  Skip them when searching for cc0 setter.
10995         (set_live_p): Skip debug insns when searching for cc0 user.
10997 2010-10-08  Alexandre Oliva  <aoliva@redhat.com>
10999         PR debug/45673
11000         PR debug/45604
11001         PR debug/45419
11002         PR debug/45408
11003         * tree-pretty-print.c (dump_generic_node): Explicitly dump the
11004         type of MEM_REFs to INTEGER_CSTs.
11006 2010-10-07  Nathan Froyd  <froydnj@codesourcery.com>
11008         * config/m68hc11/m68hc11.c (m68hc11_print_operand): Call
11009         m68hc11_print_operand_address.
11011 2010-10-07  Nathan Froyd  <froydnj@codesourcery.com>
11013         * builtins.c (rewrite_call_expr): Move code to...
11014         (rewrite_call_expr_valist): ...here.  Call build_call_expr_loc_array.
11015         (rewrite_call_expr_array): New function.
11016         (fold_builtin_sprintf_chk_1): New function.
11017         (fold_builtin_sprintf_chk): Call it.
11018         (gimple_fold_builtin_sprintf_chk): Likewise.
11019         (fold_builtin_snprintf_chk_1): New function.
11020         (fold_builtin_snprintf_chk): Call it.
11021         (gimple_fold_builtin_snprintf_chk): Likewise.
11022         (gimple_rewrite_call_expr): Delete.
11024 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
11026         * config.host: Update copyright year.
11028 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
11030         * config.host (host_lto_plugin_soname): New shell variable.
11031         * configure.ac (LTOPLUGINSONAME): Add an AC_DEFINE for the above.
11032         * config.in: Regenerate.
11033         * configure: Regenerate.
11034         * gcc.c (main): Use LTOPLUGINSONAME instead of hard-coding name of
11035         LTO plugin shared library.
11037 2010-10-07  Richard Henderson  <rth@redhat.com>
11039         * target.h (enum unwind_info_type): Move ...
11040         * coretypes.h: ... here.
11042 2010-10-07  Nicola Pero  <nicola.pero@meta-innovation.com>
11044         * doc/objc.texi (Fast enumeration protocol): Mention that
11045         'unsigned int' can also be used instead of 'unsigned long' in
11046         countByEnumeratingWithState:objects:count:.
11048 2010-10-07  Martin Jambor  <mjambor@suse.cz>
11050         * tree-sra.c (struct access): New field grp_assignment_write.
11051         (dump_access): Dump grp_assignment_write.
11052         (build_accesses_from_assign): Set grp_assignment_write.
11053         (sort_and_splice_var_accesses): Aggregate grp_assignment_write.
11054         (mark_read_status): Renamed to mark_rw_status, individual values
11055         renamed too.
11056         (analyze_access_subtree): Changed type of mark_write to
11057         mark_read_status.  Fixed propagating of mark_read and
11058         mark_write.  Changed benefit estimate.  Updated comment.
11060 2010-10-07  Tejas Belagod  <tejas.belagod@arm.com>
11062         PR Tree-Vect/45847
11063         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Add NULL
11064         check for vectype_out returned by get_vectype_for_scalar_type().
11066 2010-10-07  Tejas Belagod  <tejas.belagod@arm.com>
11068         PR target/45805
11069         * config/arm/neon.md (neon_unpack<US>_<mode>): Add 'w' to
11070         constraint, add register specifier in instruction template.
11071         (neon_vec_pack_trunc_<mode>): Likewise.
11072         (neon_vec_<US>mult_<mode>): Add register specifier to
11073         instruction template.
11075 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
11077         * config.gcc (c_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add
11078         cygwin2.o.
11079         (cxx_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Likewise.
11080         (extra_gcc_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add cygwin1.o.
11081         * config/i386/t-cygwin (cygwin1.o): Delete build rule.
11082         (cygwin2.o): Likewise.
11083         * config/i386/cygwin1.c: Delete file.
11084         * config/i386/cygwin2.c: Likewise.
11085         * config/i386/cygwin.h (CPP_SPEC): Remove all %{mno-cygwin} specs and
11086         make all {%!mno-cygwin} ones unconditional.
11087         (STARTFILE_SPEC): Likewise.
11088         (REAL_LIBGCC_SPEC): Likewise.
11089         (LIB_SPEC): Likewise.
11090         (CXX_WRAP_SPEC): Likewise.
11091         (LINK_SPEC): Likewise.
11092         (CYGWIN_MINGW_SUBDIR): Delete now-unused macro definition.
11093         (CYGWIN_MINGW_SUBDIR_LEN): Likewise.
11094         (cygwin_gplusplus_include_dir): Delete now-unused array.
11095         (GPLUSPLUS_INCLUDE_DIR): Don't redefine to point to it.
11096         (cygwin_gplusplus_tool_include_dir): Delete now-unused array.
11097         (GPLUSPLUS_TOOL_INCLUDE_DIR): Don't redefine to point to it.
11098         (cygwin_gplusplus_backward_include_dir): Delete now-unused array.
11099         (GPLUSPLUS_BACKWARD_INCLUDE_DIR): Don't redefine to point to it.
11100         (cygwin_local_include_dir): Delete now-unused array.
11101         (LOCAL_INCLUDE_DIR): Don't redefine to point to it.
11102         (cygwin_cross_include_dir): Delete now-unused array.
11103         (CROSS_INCLUDE_DIR): Don't redefine to point to it.
11104         (cygwin_tool_include_dir): Delete now-unused array.
11105         (TOOL_INCLUDE_DIR): Don't redefine to point to it.
11106         (cygwin_standard_include_dir): Delete now-unused array.
11107         (STANDARD_INCLUDE_DIR): Don't redefine to point to it.
11108         (GEN_CVT_ARRAY): Delete now-unused macro definition.
11109         (cvt_to_mingw): Delete now-unused array.
11110         (mingw_scan): Remove prototype of deleted function.
11111         (GCC_DRIVER_HOST_INITIALIZATION): Don't define now-unused target macro.
11112         * config/i386/cygming.opt (mcygwin): Delete target-specific option.
11113         * doc/invoke.texi (-mcygwin): Don't document removed option.
11114         (-mno-cygwin): Likewise.
11116 2010-10-07  Richard Guenther  <rguenther@suse.de>
11118         * machmode.h (mode_for_vector): Declare.
11119         * stor-layout.c (mode_for_vector): New function, split out from ...
11120         (layout_type): ... here.
11121         * tree-vectorizer.h (current_vector_size): Declare.
11122         * tree-vect-stmts.c (perm_mask_for_reverse): Check if the
11123         mask vector type is available.
11124         (get_vectype_for_scalar_type): Rename to ...
11125         (get_vectype_for_scalar_type_and_size): ... this.  Get a vector
11126         size argument.
11127         (get_vectype_for_scalar_type): New wrapper around
11128         get_vectype_for_scalar_type_and_size using current_vector_size.
11129         (get_same_sized_vectype): Use get_vectype_for_scalar_type_and_size.
11130         * tree-vect-loop.c (vect_analyze_loop_2): Split out core part
11131         of vect_analyze_loop here.
11132         (vect_analyze_loop): Loop over vector sizes calling vect_analyze_loop_3.
11133         * tree-vect-slp.c (vect_slp_analyze_bb): Set current_vector_size
11134         to autodetect.
11135         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Fix
11136         V8SF to V8SI conversion builtin.
11138 2010-10-07  Richard Guenther  <rguenther@suse.de>
11140         * target.def (autovectorize_vector_sizes): New target hook.
11141         * targhooks.c (default_autovectorize_vector_sizes): New function.
11142         * targhooks.h (default_autovectorize_vector_sizes): Declare.
11143         * doc/tm.texi.in (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES):
11144         Document.
11145         * doc/tm.texi: Update.
11146         * config/i386/i386.c (ix86_autovectorize_vector_sizes): New function.
11147         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
11149 2010-10-07  Richard Guenther  <rguenther@suse.de>
11151         * target.def (units_per_simd_word): Rename to ...
11152         (preferred_simd_mode): ... this.  Return mode instead of size.
11153         * targhooks.c (default_units_per_simd_word): Rename to ...
11154         (default_preferred_simd_mode): ... this.  Return word_mode.
11155         * targhooks.h (default_preferred_simd_mode): Declare.
11156         * config/arm/arm.c (arm_units_per_simd_word): Rename to ...
11157         (arm_preferred_simd_mode): ... this.  Re-implement.
11158         * config/i386/i386.c (ix86_units_per_simd_word): Rename to ...
11159         (ix86_preferred_simd_mode): ... this.  Re-implement.
11160         * config/sparc/sparc.c (sparc_units_per_simd_word): Rename to ...
11161         (sparc_preferred_simd_mode): ... this.  Re-implement.
11162         * config/mips/mips.c (mips_units_per_simd_word): Rename to ...
11163         (mips_preferred_simd_mode): ... this.  Re-implement.
11164         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Rename to ...
11165         (rs6000_preferred_simd_mode): ... this.  Re-implement.
11166         * tree-vect-stmts.c (get_vectype_for_scalar_type): Adjust.
11167         * doc/tm.texi.in (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Remove.
11168         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Document.
11169         * doc/tm.texi: Update.
11171 2010-10-07  Richard Guenther  <rguenther@suse.de>
11173         PR middle-end/45869
11174         * tree-cfg.c (verify_gimple_assign_binary): Allow vector shifts
11175         of pointers.
11177 2010-10-07  Alan Modra  <amodra@gmail.com>
11179         * config/rs6000/rs6000.c (rs6000_emit_prologue): Use gen_int_mode
11180         rather than sign extension by hand.
11182 2010-10-07  Jan Hubicka  <jh@suse.cz>
11184         PR middle-end/45926
11185         * ipa.c (cgraph_remove_unreachable_nodes): Revert my previous patch.
11187 2010-10-07  Richard Guenther  <rguenther@suse.de>
11189         PR bootstrap/45914
11190         * configure.ac: Fix typo.
11191         * configure: Regenerated.
11193 2010-10-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
11195         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Don't use
11196         define_builtin_std where it's unnecessary.
11197         * config/i386/nto.h (TARGET_OS_CPP_BUILTINS): Likewise.
11199 2010-10-06  Anatoly Sokolov  <aesok@post.ru>
11201         * doc/tm.texi.in (CLASS_LIKELY_SPILLED_P): Remove documentation.
11202         * doc/tm.texi.in: Regenerate.
11203         * system.h (CLASS_LIKELY_SPILLED_P): Poison.
11204         * targhooks.c (default_class_likely_spilled_p): Don't use the
11205         CLASS_LIKELY_SPILLED_P macro.
11207         * config/arm/arm.md: Update comment.
11209 2010-10-06  Jan Hubicka  <jh@suse.cz>
11211         * ipa.c (cgraph_remove_unreachable_nodes): External references can
11212         always be removed.
11213         (cgraph_externally_visible_p): We can not bring local comdats that
11214         are known to linker; fix handling of internal visibility.
11215         (function_and_variable_visibility): Likewise.
11217 2010-10-06  Eric Botcazou  <ebotcazou@adacore.com>
11219         PR rtl-optimization/45394
11220         * combine.c (cleanup_auto_inc_dec): Remove AFTER parameter and adjust.
11221         (struct rtx_subst_pair): Remove AFTER field.
11222         (propagate_for_debug_subst): Adjust call to cleanup_auto_inc_dec.
11223         (propagate_for_debug): Remove MOVE parameter and adjust.
11224         (try_combine): In the special case where I2 is a PARALLEL, combine only
11225         destinations of SETs and set I2SRC to the I2 source.
11226         Adjust calls to propagate_for_debug throughout.
11227         * reload1.c (eliminate_regs_1) <ASM_OPERANDS>: Do not abort for debug
11228         insns.
11230 2010-10-06  Olivier Hainque  <hainque@adacore.com>
11232         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Rewrite
11233         switch on insn codes as sequence of ifs.
11235 2010-10-06  Hariharan Sandanagobalane  <hariharan@picochip.com>
11237         * config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Define it to
11238         be UI_NONE for picochip.
11239         (picochip_option_override): Do not disable exception flags.
11240         * config/picochip/picochip-protos.h (picochip_except_unwind_info):
11241         Declare.
11243 2010-10-06  Richard Guenther  <rguenther@suse.de>
11245         * Makefile.in (regmove.o): Depend on $(TARGET_H).
11247 2010-10-06  Nicola Pero  <nicola.pero@meta-innovation.com>
11249         Implemented fast enumeration for Objective-C.
11250         * c-parser.c (objc_could_be_foreach_context): New.
11251         (c_lex_one_token): Recognize RID_IN keyword in a potential
11252         Objective-C foreach context.
11253         (c_parser_declaration_or_fndef): Added parameter.  Accept
11254         Objective-C RID_IN keyword as terminating a declaration; in that
11255         case, return the declaration in the new parameter.
11256         (c_parser_extenral_declaration): Updated calls to
11257         c_parser_declaration_or_fndef.
11258         (c_parser_declaration_or_fndef): Same change.
11259         (c_parser_compound_statement_nostart): Same change.
11260         (c_parser_label): Same change.
11261         (c_parser_objc_methodprotolist): Same change.
11262         (c_parser_omp_for_loop): Same change.
11263         (c_parser_for_statement): Detect and parse Objective-C foreach
11264         statements.
11265         (c_parser_omp_for_loop): Updated call to check_for_loop_decls().
11266         * c-decl.c (check_for_loop_decls): Added parameter to allow ObjC
11267         fast enumeration parsing code to turn off the c99 error but still
11268         perform checks on the loop declarations.
11269         * c-tree.h (check_for_loop_decls): Updated declaration.
11270         * doc/objc.texi: Document fast enumeration.
11272 2010-10-06  Nick Clifton  <nickc@redhat.com>
11274         * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Increment by one.
11275         (MDR_REGNUM): Define.
11276         (FIXED_REGISTERS, CALL_USED_REGISTERS): Add MDR as a fixed register.
11277         (REG_CLASS_CONTENTS): Add MDR to ALL_REGS.
11278         (INCOMING_RETURN_ADDR_RTX): Define in terms of MDR.
11279         (REGISTER_NAMES): Add MDR.
11280         (DWARF2_DEBUGGING_INFO): Define to 1.
11281         * config/mn10300/mn10300.c (TARGET_EXCEPT_UNWIND_INFO): Define.
11282         (F): New function.  Sets RTX_FRAME_RELATED_P.
11283         (mn10300_gen_multiple_store): Use F.
11284         (expand_prologue): Use F.  Use gen_movsf() to push floating
11285         point registers.
11286         (expand_epilogue): Use gen_movsf() to pop floating point registers.
11287         (mn10300_option_override): Disable combine stack adjust pass.
11289 2010-10-06  Thomas Schwinge  <thomas@schwinge.name>
11291         PR target/45901
11292         * config/alpha/gnu.h (TARGET_OS_CPP_BUILTINS): Refer to
11293         LINUX_TARGET_OS_CPP_BUILTINS instead of HURD_TARGET_OS_CPP_BUILTINS.
11295 2010-10-06  Jakub Jelinek  <jakub@redhat.com>
11297         * builtins.def (BUILT_IN_CALLOC, BUILT_IN_REALLOC,
11298         BUILT_IN_ISALNUM, BUILT_IN_ISALPHA, BUILT_IN_ISASCII,
11299         BUILT_IN_ISBLANK, BUILT_IN_ISCNTRL, BUILT_IN_ISDIGIT,
11300         BUILT_IN_ISGRAPH, BUILT_IN_ISLOWER, BUILT_IN_ISPRINT,
11301         BUILT_IN_ISPUNCT, BUILT_IN_ISSPACE, BUILT_IN_ISUPPER,
11302         BUILT_IN_ISXDIGIT, BUILT_IN_TOASCII, BUILT_IN_TOLOWER,
11303         BUILT_IN_TOUPPER): Mark as leaf.
11305         PR middle-end/45838
11306         * omp-builtins.def (BUILT_IN_GOMP_PARALLEL_LOOP_STATIC_START,
11307         BUILT_IN_GOMP_PARALLEL_LOOP_DYNAMIC_START,
11308         BUILT_IN_GOMP_PARALLEL_LOOP_GUIDED_START,
11309         BUILT_IN_GOMP_PARALLEL_LOOP_RUNTIME_START,
11310         BUILT_IN_GOMP_PARALLEL_START, BUILT_IN_GOMP_TASK,
11311         BUILT_IN_GOMP_PARALLEL_SECTIONS_START): Use
11312         Revert back to ATTR_NOTHROW_LIST instead of ATTR_NOTHROW_LEAF_LIST.
11314 2010-10-05  Anatoly Sokolov  <aesok@post.ru>
11316         * config/m68hc11/m68hc11.h (CLASS_LIKELY_SPILLED_P): Remove.
11317         * config/m68hc11/m68hc11.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
11318         (m68hc11_class_likely_spilled_p): New function.
11320 2010-10-05  Nicola Pero  <nicola.pero@meta-innovation.com>
11322         * c-parser.c (c_parser_objc_method_definition): Updated comment.
11324 2010-10-05  Jan Hubicka  <jh@suse.cz>
11326         * doc/invoke.texi (-flto-partition, lto-partitions, lto-minpartition):
11327         Document.
11328         * opts.c (decode_options): Handle lto partitions.
11329         * common.opt (flto-partition=1to1, flto-partition=balanced): New.
11330         * params.def (PARAM_LTO_PARTITIONS, MIN_PARTITION_SIZE): New.
11332 2010-10-05  Jan Hubicka  <jh@suse.cz>
11334         * cgraphunit.c (assemble_function): Output thunks and aliases before
11335         the function itself.
11337 2010-09-29  Hariharan Sandanagobalane  <hariharan@picochip.com>
11339         * config/picochip/picochip.c (picochip_option_override): Disable
11340         exception flags for picochip.
11342 2010-10-05  Joseph Myers  <joseph@codesourcery.com>
11344         * opts-common.c (handle_option, handle_generated_option,
11345         read_cmdline_option, set_option): Add diagnostic_context
11346         parameter.  Update calls among these functions.
11347         (set_option): Don't use global_dc.
11348         * opts.c (read_cmdline_options): Pass global_dc to read_cmdline_option.
11349         (decode_options): Pass global_dc to enable_warning_as_error.
11350         (common_handle_option): Pass global_dc to enable_warning_as_error.
11351         (enable_warning_as_error): Add diagnostic_context parameter.
11352         Document parameters.  Don't use global_dc.  Pass
11353         diagnostic_context parameter to handle_generated_option.
11354         * opts.h (set_option, handle_option, handle_generated_option,
11355         read_cmdline_option, enable_warning_as_error): Add
11356         diagnostic_context parameter.
11357         * Makefile.in (lto-opts.o): Update dependencies.
11358         * coretypes.h (struct diagnostic_context, diagnostic_context):
11359         Declare here.
11360         * diagnostic.h (diagnostic_context): Don't declare typedef here.
11361         * gcc.c (process_command): Pass global_dc to read_cmdline_option.
11362         * langhooks-def.h (struct diagnostic_context): Don't declare here.
11363         (lhd_print_error_function, lhd_initialize_diagnostics): Declare
11364         using diagnostic_context typedef.
11365         * langhooks.c (lhd_initialize_diagnostics): Declare using
11366         diagnostic_context typedef.
11367         * langhooks.h (struct diagnostic_context): Don't declare here.
11368         (initialize_diagnostics, print_error_function): Declare using
11369         diagnostic_context typedef.
11370         * lto-opts.c: Include diagnostic.h.
11371         (lto_reissue_options): Pass global_dc to set_option.  Pass
11372         DK_UNSPECIFIED not 0.
11373         * plugin.c (plugins_internal_error_function): Declare using
11374         diagnostic_context typedef.
11375         * plugin.h (struct diagnostic_context): Don't declare here.
11376         (plugins_internal_error_function): Declare using
11377         diagnostic_context typedef.
11379 2010-10-05  Olivier Hainque  <hainque@adacore.com>
11380             Nicolas Roche  <roche@adacore.com>
11382         * config/vxworksae.h: Add missing VXWORKS_OS_CPP_BUILTINS.
11383         * config/rs6000/vxworks.h: Remove redundant CPP builtin definitions.
11385 2010-10-05  Ira Rosen  <irar@il.ibm.com>
11387         PR tree-optimization/45752
11388         * tree-vect-slp.c (vect_get_mask_element): Remove static
11389         variables, make them function arguments.
11390         (vect_transform_slp_perm_load): Pass new arguments to
11391         vect_get_mask_element.
11393 2010-10-05  Richard Guenther  <rguenther@suse.de>
11395         * value-prof.c (gimple_divmod_fixed_value): Work on SSA form.
11396         (gimple_mod_pow2): Likewise.
11397         (gimple_mod_subtract): Likewise.
11398         (gimple_ic): Likewise.
11399         (gimple_stringop_fixed_value): Likewise.
11400         * tree-profile.c (tree_init_edge_profiler): Mark profile
11401         functions nothrow and leaf.
11402         (add_abnormal_goto_call_edges): Remove.
11403         (tree_gen_edge_profiler): Work on SSA form.
11404         (tree_gen_ic_profiler): Likewise.  Simplify.
11405         (do_tree_profiling): Update SSA form.
11406         (pass_tree_profile): Remove.
11407         (do_tree_profiling): Likewise.
11408         (gate_tree_profile_ipa): New function.
11409         (pass_ipa_tree_profile): New.
11410         (tree_profiling): Re-write as IPA pass.  Properly drop const/pure
11411         state of instrumented functions.
11412         * passes.c (init_optimization_passes): Remove early non-SSA
11413         inlining.  Move profiling after early optimizations.
11414         * ipa-inline.c (cgraph_gate_ipa_early_inlining): Remove.
11415         (pass_ipa_early_inline): Likewise.
11416         * tree-pass.h (pass_ipa_early_inline): Remove.
11417         (pass_tree_profile): Likewise.
11418         (pass_ipa_tree_profile): Declare.
11420 2010-10-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11421             Christian Borntraeger  <Christian.Borntraeger@de.ibm.com>
11423         * config/s390/s390.c (z196_cost): New.
11424         (s390_handle_arch_option): Add -march=z196.
11425         (s390_option_override): Use the new cost function and use the z10
11426         defaults also for z196.
11427         (legitimate_reload_constant_p): Adjust comment.
11428         (legitimate_reload_fp_constant_p): New function.
11429         (s390_preferred_reload_class): Distingiush between FP and Int constants.
11430         (preferred_la_operand_p): Avoid la with index on z196.
11431         (s390_adjust_priority): Trigger also for z196.
11432         (s390_issue_rate): Issue rate for z196 is 3.
11433         (s390_z10_fix_long_loop_prediction): Rename to ...
11434         (s390_fix_long_loop_prediction): ... this.
11435         (s390_reorg): Apply the z10 adjustments also for z196.
11436         (s390_loop_unroll_adjust): Do this also for z196.
11437         * config/s390/s390.h (enum processor_type): Add PROCESSOR_2817_Z196.
11438         (enum processor_flags): Add PF_Z196.
11439         (TARGET_AVOID_CMP_AND_BRANCH): New macro.
11440         (TARGET_CPU_Z196, TARGET_Z196): New macros.
11441         * config.gcc: Enable z196 for --with-arch.
11442         * config/s390/2817.md: New file.
11443         * config/s390/2084.md: New type for multiply and add.
11444         * config/s390/2097.md: Likewise.
11445         * config/s390/s390.md (UNSPEC_POPCNT, UNSPEC_COPYSIGN)
11446         (UNSPECV_ATOMIC_OP): New constants.
11447         (fmadddf, fmaddsf): New values for type attribute.
11448         (z196prop): New insn attribute.
11449         (cpu, cpu_facility): Add z196.
11450         (ATOMIC_Z196): New code iterator.
11451         (noxa): New code attribute.
11452         (gk): New mode attribute.
11453         (*mov<mode>_64, *mov<mode>_31, *mov<mode>_64dfp, mov<mode>):
11454         Support load zero for fp constants.
11455         (fixuns_truncdddi2, fixuns_trunctddi2)
11456         (fixuns_trunc<BFP:mode><GPR:mode>2): Use the standard rtx pattern
11457         for z196.
11458         (fixuns_trunc<mode>si2, mov<mode>cc, popcountdi2, popcountsi2)
11459         (popcounthi2, popcountqi2): New expander.
11460         (*fixuns_trunc<FP:mode><GPR:mode>2_z196, floatsi<mode>2)
11461         (floatuns<GPR:mode><FP:mode>2, *mov<mode>cc, sync_<atomic><mode>)
11462         (sync_old_<atomic><mode>, *popcount<mode>, copysign<mode>3): New
11463         insn definition.
11464         (add<mode>3, *add<mode>3_carry1_cc, *add<mode>3_carry1_cconly)
11465         (*add<mode>3_carry2_cc, *add<mode>3_carry2_cconly, *add<mode>3_cc)
11466         (*add<mode>3_cconly, *add<mode>3_cconly2, *add<mode>3_imm_cc)
11467         (*sub<mode>3, *sub<mode>3_borrow_cc, *sub<mode>3_borrow_cconly)
11468         (*sub<mode>3_cc, *sub<mode>3_cc2, *sub<mode>3_cconly)
11469         (*sub<mode>3_cconly2, *anddi3_cc, *anddi3_cconly, *anddi3, *andsi3_cc)
11470         (*andsi3_cconly, *andsi3_zarch, *andsi3_esa, *andhi3_zarch
11471         (*andqi3_zarch, *iordi3_cc, *iordi3_cconly, *iordi3, *iorsi3_cc)
11472         (*iorsi3_cconly, *iorsi3_zarch, *iorhi3_zarch, *iorqi3_zarch)
11473         (*xordi3_cc, *xordi3_cconly, *xordi3, *xorsi3_cc, *xorsi3_cconly)
11474         (*xorsi3, *xorhi3, *xorqi3, *<shift><mode>3, *<shift><mode>3_and)
11475         (*ashr<mode>3_cc, *ashr<mode>3_cconly, *ashr<mode>3)
11476         (*ashr<mode>3_cc_and, *ashr<mode>3_cconly_and, *ashr<mode>3_and):
11477         Support new z196 instructions.
11479 2010-10-05  Richard Guenther  <rguenther@suse.de>
11481         PR middle-end/45877
11482         * gimple-fold.c (gimplify_and_update_call_from_tree): Handle
11483         case where gimplification optimizes away the stmt.
11485 2010-10-04  Jakub Jelinek  <jakub@redhat.com>
11487         PR debug/45849
11488         * var-tracking.c (strip_pointer_flags): New function.
11489         (emit_note_insn_var_location): If rtx_equal_p check failed,
11490         retry on locations simplified with simplify_replace_fn_rtx
11491         and strip_pointer_flags as its callback.
11493 2010-10-04  Jan Hubicka  <jh@suse.cz>
11495         * gimple-fold.c (static_object_in_other_unit_p): Rename to...
11496         (can_refer_decl_in_current_unit_p): ... this one; reverse return
11497         value; handle comdats too.
11498         (canonicalize_constructor_val): Use it; handle function_decls
11499         correctly.
11500         (gimple_fold_obj_type_ref_known_binfo): Likewise.
11501         * gimple.c (get_base_address): Accept all kinds of decls.
11503 2010-10-04  Joseph Myers  <joseph@codesourcery.com>
11505         * flags.h (g_switch_value, g_switch_set): Remove.
11506         * opts.c (g_switch_value, g_switch_set): Remove.
11507         * config/g.opt (G): Add Var(g_switch_value).
11508         * config/alpha/alpha.c (alpha_handle_option): Don't handle -G here.
11509         (alpha_option_override): Check global_options_set.x_g_switch_value
11510         instead of g_switch_set.
11511         (alpha_in_small_data_p): Remove cast in comparison with
11512         g_switch_value.
11513         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
11514         g_switch_value to unsigned HOST_WIDE_INT.
11515         * config/frv/frv.c (frv_const_unspec_p): Remove cast in comparison
11516         with g_switch_value.
11517         (frv_handle_option): Don't handle -G here.
11518         (frv_option_override): Check global_options_set.x_g_switch_value
11519         instead of g_switch_set.  Don't modify g_switch_set.
11520         (frv_in_small_data_p): Remove cast in comparison with g_switch_value.
11521         * config/frv/frv.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Cast
11522         g_switch_value to unsigned HOST_WIDE_INT.
11523         * config/ia64/ia64.c (ia64_handle_option): Don't handle -G here.
11524         (ia64_option_override): Check global_options_set.x_g_switch_value
11525         instead of g_switch_set.
11526         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION):
11527         Remove.
11528         (lm32_in_small_data_p): Remove cast in comparison with
11529         g_switch_value.
11530         * config/lm32/lm32.h (ASM_OUTPUT_ALIGNED_LOCAL,
11531         ASM_OUTPUT_ALIGNED_COMMON): Cast g_switch_value to unsigned
11532         HOST_WIDE_INT.
11533         * config/m32r/m32r.c (m32r_handle_option): Don't handle -G here.
11534         (m32r_init): Check global_options_set.x_g_switch_value instead of
11535         g_switch_set.
11536         (m32r_in_small_data_p): Remove cast in comparison with
11537         g_switch_value.
11538         (m32r_file_start): Format g_switch_value with %d.
11539         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_COMMON,
11540         ASM_OUTPUT_ALIGNED_BSS): Cast g_switch_value to unsigned HOST_WIDE_INT.
11541         * config/microblaze/microblaze.c (microblaze_handle_option): Don't
11542         handle -G here.
11543         (microblaze_option_override): Check
11544         global_options_set.x_g_switch_value instead of g_switch_set.
11545         * config/mips/mips.c (mips_handle_option): Don't handle -G here.
11546         (mips_option_override): Check global_options_set.x_g_switch_value
11547         instead of g_switch_set.
11548         * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle -G here.
11549         (rs6000_file_start): Format g_switch_value with %d.
11550         (small_data_operand, rs6000_elf_in_small_data_p): Remove casts in
11551         comparisons with g_switch_value.
11552         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Check
11553         global_options_set.x_g_switch_value instead of g_switch_set.
11554         * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
11555         global_options_set.x_g_switch_value instead of g_switch_set.
11556         * config/score/score.c (score_handle_option): Don't handle -G here.
11557         * config/score/score3.c (score3_option_override): Check
11558         global_options_set.x_g_switch_value instead of g_switch_set.
11559         * config/score/score7.c (score7_option_override): Check
11560         global_options_set.x_g_switch_value instead of g_switch_set.
11562 2010-10-04  Vladimir Makarov  <vmakarov@redhat.com>
11564         * common.opt (fira-coalesce): Remove.
11566         * doc/invoke.texi (flag_ira_coalesce): Remove.
11568         * ira-color.c (allocno_coalesced_p): Move before
11569         copy_freq_compare_func.
11570         processed_coalesced_allocno_bitmap): Ditto.
11571         (update_conflict_hard_regno_costs): Don't use
11572         ALLOCNO_FIRST_COALESCED_ALLOCNO.
11573         (allocno_cost_compare_func, print_coalesced_allocno): Remove.
11574         (assign_hard_reg): Assume no coalesced allocnos.
11575         (get_coalesced_allocnos_attributes): Remove.
11576         (bucket_allocno_compare_func): Assume no coalesced allocnos.
11577         (push_allocno_to_stack): Ditto.
11578         (remove_allocno_from_bucket_and_push): Use
11579         ira_print_expanded_allocno instead of print_coalesced_allocno.
11580         (push_allocnos_to_stack): Assume uncoalesced allocnos.
11581         (all_conflicting_hard_regs_coalesced): Ditto.  Rename to
11582         all_conflicting_hard_regs.
11583         (setup_allocno_available_regs_num): Assume uncoalesced allocnos.
11584         (setup_allocno_left_conflicts_size): Ditto.
11585         (put_allocno_into_bucket): Ditto.
11586         (copy_freq_compare_func): Remove.
11587         (copy_freq_compare_func, merge_allocnos): Move before
11588         coalesced_pseudo_reg_freq_compare.
11589         coalesced_allocno_conflict_p): Ditto.
11590         (coalesced_allocno_conflict_p, coalesce_allocnos): Ditto.  Remove
11591         parameter.  Assume it true.
11592         (color_allocnos): Assume uncoalesced allocnos.  Use
11593         ira_print_expanded_allocno instead of print_coalesced_allocno.
11594         (ira_sort_regnos_for_alter_reg): Call coalesce_allocnos without
11595         parameter.
11597         * ira.c: Remove comment about coalescing.
11599 2010-10-04  Joseph Myers  <joseph@codesourcery.com>
11601         * config/mips/mips.h (target_flags_explicit): Declare for
11602         GENERATOR_FILE.
11604 2010-10-04  Andi Kleen  <ak@linux.intel.com>
11606         * Makefile.in (xgcc, cpp, cc1, collect2, lto-wrapper, gcov,
11607         gcov-dump, cc1-dummy, genprog, build/gcov-iov): Add + to build rule.
11609 2010-10-04  Matthias Klose  <doko@ubuntu.com>
11611         * config/sparc/t-linux64 (MULTILIB_OSDIRNAMES): Use ../lib32 as the
11612         multilib osdirname if it exists.
11613         * config/s390/t-linux64 (MULTILIB_OSDIRNAMES): Likewise.
11615 2010-10-04  Jakub Jelinek  <jakub@redhat.com>
11617         PR middle-end/45876
11618         * fold-const.c (fold_binary_loc) <case BIT_AND_EXPR>: Use
11619         arg0's type or its unsigned counterpart as utype.  Convert
11620         arg1 to utype unconditionally.
11622 2010-10-04  Julian Brown  <julian@codesourcery.com>
11624         * expr.c (expand_assignment): Add assertion to prevent emitting
11625         null rtx for movmisalign pattern.
11626         (expand_expr_real_1): Likewise.
11627         * config/arm/arm.c (arm_builtin_support_vector_misalignment): New.
11628         (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT): New. Use above.
11629         (arm_vector_alignment_reachable): New.
11630         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): New. Use above.
11631         (neon_vector_mem_operand): Disallow PRE_DEC for misaligned loads.
11632         (arm_print_operand): Include alignment qualifier in %A.
11633         * config/arm/neon.md (UNSPEC_MISALIGNED_ACCESS): New constant.
11634         (movmisalign<mode>): New expander.
11635         (movmisalign<mode>_neon_store, movmisalign<mode>_neon_load): New
11636         insn patterns.
11638 2010-10-04  Joseph Myers  <joseph@codesourcery.com>
11640         * optc-gen.awk: Define global_options_set.  Don't define
11641         target_flags_explicit.
11642         * opth-gen.awk: Declare global_options_set.  Define
11643         target_flags_explicit as macro.
11644         * opts-common.c (handle_option): Take opts_set and generated_p
11645         parameters.
11646         (handle_generated_option, read_cmdline_option, set_option): Take
11647         opts_set parameter.
11648         (set_option): Use opts_set instead of hardcoding target_flags and
11649         target_flags_explicit.
11650         * opts.c (sel_sched_switch_set, profile_arc_flag_set,
11651         flag_profile_values_set, flag_unroll_loops_set, flag_tracer_set,
11652         flag_value_profile_transformations_set, flag_peel_loops_set,
11653         flag_branch_probabilities_set, flag_inline_functions_set,
11654         flag_ipa_cp_set, flag_ipa_cp_clone_set,
11655         flag_predictive_commoning_set, flag_unswitch_loops_set,
11656         flag_gcse_after_reload_set): Remove.
11657         (common_handle_option, lang_handle_option, target_handle_option):
11658         Take opts_set parameter.  Assert that it is &global_options_set.
11659         (common_handle_option): Don't set _set variables.  Check opts_set
11660         instead of such variables.
11661         (enable_warning_as_error): Pass &global_options_set to
11662         handle_generated_option.
11663         * opts.h (cl_option_handler_func.handler, set_option,
11664         handle_option, handle_generated_option, read_cmdline_option): Add
11665         opts_set parameters.
11666         (handle_option): Add generated_p parameter.
11667         * config/i386/i386.c (ix86_function_specific_save,
11668         ix86_function_specific_restore): Updat for renaming of
11669         target_flags_explicit field.
11670         * config/i386/i386.opt (target_flags_explicit): Rename to
11671         ix86_target_flags_explicit.
11672         * config/ia64/ia64.c (ia64_override_options_after_change): Check
11673         global_options_set.x_flag_selective_scheduling and
11674         global_options_set.x_flag_selective_scheduling2, not
11675         sel_sched_switch_set.
11676         * flags.h (sel_sched_switch_set,
11677         flag_speculative_prefetching_set): Remove.
11678         * gcc.c (driver_handle_option): Take opts_set parameter.  Assert
11679         that it is &global_options_set.
11680         (process_command): Pass &global_options_set to read_cmdline_option.
11681         * lto-opts.c (lto_reissue_options): Pass &global_options_set to
11682         set_option.
11683         * toplev.c (target_flags_explicit): Remove.
11685 2010-10-04  Jan Hubicka  <jh@suse.cz>
11687         PR middle-end/45871
11688         * tree-ssa-ccp.c (get_base_constructor): Take HOST_WIDE_INT offset;
11689         use get_ref_base_and_offset to handle references.
11690         (fold_const_aggregate_ref): Update.
11692 2010-10-04  Martin Jambor  <mjambor@suse.cz>
11694         PR tree-optimization/45572
11695         * ipa-prop.c (ipa_make_edge_direct_to_target): Call
11696         ipa_check_create_node_params.
11697         * ipa-inline.c (add_new_edges_to_heap): Do not insert inlined edges.
11699 2010-10-04  Yao Qi  <yao@codesourcery.com>
11701         * doc/passes.texi: Clean up.
11703 2010-10-03  Ian Lance Taylor  <iant@google.com>
11705         * c-typeck.c (lookup_field): If -fplan9-extensions, permit
11706         referring to a field using a typedef name.
11707         (find_anonymous_field_with_type): New static function.
11708         (convert_to_anonymous_field): New static function.
11709         (convert_for_assignment): If -fplan9-extensions, permit converting
11710         pointer to struct to pointer to anonymous field.
11711         * c-decl.c (grokfield): If -fplan9-extensions, permit anonymous fields.
11712         (is_duplicate_field): New static function.
11713         (detect_field_duplicates_hash): If -fplan9-extensions, check for
11714         typedef names duplicating field names.
11715         (detect_field_duplicates): Likewise.
11716         * doc/invoke.texi (Option Summary): Mention -fplan9-extensions.
11717         (C Dialect Options): Document -fplan9-extensions.
11718         * doc/extend.texi (Unnamed Fields): Document -fplan9-extensions.
11720 2010-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11722         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Revert
11723         revision 164914.
11724         (vect_create_data_ref_ptr): Likewise.
11725         * tree-vect-stmts.c (vectorizable_store): Likewise.
11726         (perm_mask_for_reverse): Likewise.
11727         (reverse_vec_elements): Likewise.
11728         (vectorizable_load): Likewise.
11730 2010-10-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
11732         * cppbuiltin.c: New file.
11733         * cppbuiltin.h: New file.
11734         * Makefile.in: Take into account cppbuiltin.{h,c}.
11736 2010-10-03  Andi Kleen  <ak@linux.intel.com>
11738         * lto-cgraph.c (input_cgraph): Check for missing sections.
11740 2010-10-03  Uros Bizjak  <ubizjak@gmail.com>
11742         * config/i386/i386.md (*ashl<mode>3_mask): Change operand 2 predicate
11743         to nonimmediate_operand.  Force operand 2 to register when allowed.
11744         (*<shiftrt_insn><mode>3_mask): Ditto.
11745         (*<rotate_insn><mode>3_mask): Ditto.
11747 2010-10-02  H.J. Lu  <hongjiu.lu@intel.com>
11749         PR tree-optimization/45720
11750         PR tree-optimization/45764
11751         * tree-vect-data-refs.c (vect_analyze_data_ref_access):
11752         Don't accept backwards consecutive accesses.
11753         (vect_create_data_ref_ptr): Disallow negative steps.
11755         * tree-vect-stmts.c (vectorizable_store): Allow negative steps.
11756         (perm_mask_for_reverse): Removed.
11757         (reverse_vec_elements): Likewise.
11758         (vectorizable_load): Don't handle negative steps.
11760 2010-10-02  Jan Hubicka  <jh@suse.cz>
11762         * tree-ssa-ccp.c (ccp_fold_stmt): Fold away OBJ_TYPE_REF when
11763         call destination is known.
11765 2010-10-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11767         PR target/45820
11768         * config/pa/pa.c (pa_secondary_reload): Handle symbolic operands
11769         earlier.
11771 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11773         * doc/install.texi (Configuration): Document build_configargs,
11774         host_configargs, target_configargs.
11776 2010-10-01  Uros Bizjak  <ubizjak@gmail.com>
11778         * config/i386/i386.md (*ashl<mode>3_mask): New insn_and_split pattern.
11779         (*<shiftrt_insn><mode>3_mask): Ditto.
11780         (*<rotate_insn><mode>3_mask): Ditto.
11782 2010-10-01  Steve Ellcey  <sje@cup.hp.com>
11784         PR tree-optimization/44716
11785         * config/ia64/hpux.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
11786         (HOT_TEXT_SECTION_NAME): Define.
11788 2010-10-01  Nick Clifton  <nickc@redhat.com>
11790         * common.opt: Add -fcombine-stack-adjustments.
11791         * opts.c (decode_options): Enable -fcombine-stack-adjustments at -O1.
11792         * combine-stack-adj.c (gate_handle_stack_adjustments): Check
11793         flag_combine_stack_adjustments.
11794         * doc/invoke.texi: Document the new option.
11796 2010-10-01  Richard Guenther  <rguenther@suse.de>
11798         PR tree-optimization/45854
11799         * tree-eh.c (cleanup_empty_eh): Avoid degenerate case.
11801 2010-10-01  Anthony Green  <green@moxielogic.com>
11803         * config.gcc: Fix moxie-*-rtems* configuration.
11805 2010-10-01  Richard Guenther  <rguenther@suse.de>
11807         * dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P.
11808         (gen_decl_die): Likewise.
11810 2010-10-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11812         * config/spu/spu.c (spu_init_builtins): No longer add END_BUILTINS
11813         to the function code for SPU MD builtins.
11814         (spu_expand_builtin): Update.
11815         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Update.
11817 2010-10-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11819         * config/spu/spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to
11820         sjlj_except_unwind_info.
11822 2010-10-01  Tristan Gingold  <gingold@adacore.com>
11824         * configure.ac: Define the nop insn for avr*-*-*
11825         * configure: Regenerate.
11827 2010-10-01  Alan Modra  <amodra@gmail.com>
11829         PR target/45807
11830         * config/rs6000/rs6000.c (rs6000_emit_prologue): Properly sign
11831         extend toc_restore_insn.
11833 2010-09-30  Richard Guenther  <rguenther@suse.de>
11835         PR tree-optimization/43959
11836         * function.c (gimplify_parameters): Use create_tmp_reg instead of
11837         create_tmp_var.
11839 2010-09-30  Kaz Kojima  <kkojima@gcc.gnu.org>
11841         * config/sh/sh.c (sh_expand_prologue): Set
11842         current_function_static_stack_size.
11844 2010-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11846         * configure.ac: Check for Solaris 8 ld with .hidden support.
11847         * configure: Regenerate.
11849 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11851         PR middle-end/45758
11852         * graphite.c (graphite_initialize): Call scev_reset.
11854 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11856         * sese.h (scev_analyzable_p): Return false for real or floating
11857         point.  Only handle INTEGRAL_TYPE_P and POINTER_TYPE_P.
11859 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11861         * graphite-clast-to-gimple.c (compute_bounds_for_level): Free le
11862         and ps.
11863         * graphite-poly.c (pbb_number_of_iterations_at_time): Free le and
11864         domain.
11865         * graphite-sese-to-poly.c (add_upper_bounds_from_estimated_nit):
11866         Do not allocate ub_expr, it is passed in initialized.
11868 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
11870         * graphite-clast-to-gimple.c (init_cloog_input_file): New.
11871         (build_cloog_prog): Dump CLooG input file when
11872         flag_graphite_dump_cloog is set.  This is disabled on trunk.
11873         * graphite-cloog-compat.h (cloog_program_dump_cloog): New.
11875 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11877         * graphite-clast-to-gimple.c (graphite_verify): Remove call to
11878         verify_dominators for CDI_POST_DOMINATORS.
11879         * sese.h: Remove comment about CDI_POST_DOMINATORS.
11880         (recompute_all_dominators): Remove call to free_dominance_info
11881         for CDI_POST_DOMINATORS.  Remove call to calculate_dominance_info
11882         for CDI_POST_DOMINATORS.
11884 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11886         * graphite-poly.c (pbb_number_of_iterations_at_time): Only iterate
11887         over pbb_dim_iter_domain.
11889 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11891         * graphite-flattening.c: Fix comments.
11893 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11895         * Makefile.in (OBJS-common): Add graphite-flattening.o.
11896         (graphite-flattening.o): New rule.
11897         * common.opt (floop-flatten): New flag.
11898         * doc/invoke.texi (-floop-flatten): Documented.
11899         * graphite-flattening.c: New.
11900         * graphite-poly.c (apply_poly_transforms): Call flatten_all_loops.
11901         * graphite-poly.h (flatten_all_loops): Declared.
11902         (lst_remove_loop_and_inline_stmts_in_loop_father): New.
11903         * tree-ssa-loop.c (gate_graphite_transforms): When flag_loop_flatten
11904         is set, also set flag_graphite.
11906 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11908         * graphite-poly.c (cloog_checksum): New.
11909         * graphite-poly.h (cloog_checksum): Declared.
11911 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11913         * graphite-poly.c (pbb_number_of_iterations): Removed.
11914         (pbb_number_of_iterations_at_time): Correctly compute the number
11915         of iterations in the transformed loop.
11916         * graphite-poly.h (pbb_number_of_iterations): Removed.
11918 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11920         * graphite-poly.h (lst_update_scattering_seq): Removed.
11921         (lst_update_scattering): Correctly handle outermost loop dewey
11922         renumbering.
11924 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11926         * graphite-blocking.c (pbb_strip_mine_profitable_p): Renamed
11927         lst_strip_mine_profitable_p.  Call lst_niter_for_loop.
11928         * graphite-poly.h (lst_niter_for_loop): New.
11930 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11932         * graphite-poly.c (apply_poly_transforms): Do not abort when the
11933         transform read from disk is not legal.  Call fatal_error instead.
11935 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11937         * graphite-poly.c (print_pbb_body): Add missing closing parenthesis.
11938         (print_scop_header): Removed.  Inlined in the only call place...
11939         (print_scop): ... here.
11941 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11943         * graphite-poly.h (lst_dewey_number): Use FOR_EACH_VEC_ELT.
11945 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11947         * graphite-poly.c (graphite_read_scop_file): Fix uninitialize warning.
11949 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11951         * graphite-dependences.c (dot_deps): Avoid set but not used warning.
11952         (dot_deps_stmt): Same.
11953         * graphite-poly.c (dot_lst): Same.
11955 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11957         * graphite-blocking.c (scop_do_strip_mine): Do not call
11958         graphite_legal_transform.
11959         (scop_do_block): Same.
11961 2010-09-30  Vladimir Kargov  <kargov@gmail.com>
11963         * graphite-scop-detection.c (graphite_can_represent_loop): Correct the
11964         description.
11966 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11968         * tree-scalar-evolution.c (instantiate_array_ref): New.
11969         (instantiate_scev_r): Also handle ARRAY_REFs.
11971 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11973         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
11974         Do not check for VAR_DECL, PARM_DECL, FUNCTION_DECL, LABEL_DECL,
11975         RESULT_DECL, and FIELD_DECL.  Return false for an
11976         SSA_NAME_IS_DEFAULT_DEF.
11977         (compute_scalar_evolution_in_loop): Do not further analyze the
11978         scalar evolution when no_evolution_in_loop_p returns true.
11980 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11982         * tree-chrec.h (evolution_function_is_affine_p): Do not check
11983         whether CHREC_LEFT is invariant.  A function is affine when
11984         CHREC_RIGHT is invariant.
11986 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11988         * graphite-sese-to-poly.c (reduction_phi_p): Remove check for
11989         is_gimple_reg.
11990         (rewrite_degenerate_phi): Same.
11991         (rewrite_reductions_out_of_ssa): Add check for is_gimple_reg.
11993 2010-09-30  Vladimir Kargov  <kargov@gmail.com>
11995         * graphite-scop-detection.c (graphite_can_represent_scev,
11996         graphite_can_represent_expr, stmt_has_simple_data_refs_p,
11997         graphite_can_represent_loop): Remove outermost_loop.
11999 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
12001         PR middle-end/45229
12002         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Do not
12003         handle GIMPLE_CALLs with no LHS.
12005 2010-09-30  Riyadh Baghdadi  <baghdadi.mr@gmail.com>
12007         * graphite-poly.c (init_graphite_out_file): New.
12008         (init_graphite_in_file): New.
12009         (apply_poly_transforms): Updated to enable reading and writing of
12010         multiple scop files.
12012 2010-09-30  Tobias Grosser  <grosser@fim.uni-passau.de>
12014         * graphite-scop-detection.c (graphite_can_represent_scev): Remove
12015         redundant checks.
12017 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
12019         * graphite-clast-to-gimple.c (precision_for_value): Adjust
12020         computation of precision by 1.
12022 2010-09-30  Riyadh Baghdadi  <baghdadi.mr@gmail.com>
12024         * graphite-cloog-util.c (openscop_read_cloog_matrix): New.
12025         (openscop_read_polyhedron_matrix): New.
12026         * graphite-cloog-util.h (openscop_read_polyhedron_matrix): Declared.
12027         (openscop_read_N_int): Same.
12028         * graphite-poly.c (openscop_read_N_int): New.
12029         (openscop_read_one_int): New.
12030         (openscop_read_N_string): New.
12031         (openscop_read_one_string): New.
12032         (openscop_read_powerset_matrix): New.
12033         (graphite_read_transforms): Remove.
12034         (graphite_read_scatt): New.
12035         (graphite_read_scop_file): New.
12036         (apply_poly_transforms): Updated to call graphite_read_scop_file.
12038 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
12040         * graphite-poly.c: Change include order.
12042 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
12044         * graphite-cloog-compat.h (cloog_matrix_ncolumns): New.
12045         (cloog_matrix_nrows): New.
12047 2010-09-30  Riyadh Baghdadi  <baghdadi.mr@gmail.com>
12049         * graphite-cloog-util.c (openscop_print_cloog_matrix): Remove spaces
12050         from matrix lines.
12051         * graphite-poly.c (openscop_print_scattering_function_1): Same.
12052         (print_scattering_function_1): Same.
12053         (openscop_print_pbb_domain): Same.
12054         (openscop_print_scop_context): Same.
12055         (print_scop_context): Same.
12057 2010-09-30  Riyadh Baghdad  <baghdadi.mr@gmail.com>
12059         * graphite-poly.c (openscop_print_pdr_polyhedron): Fix indentation.
12060         (openscop_print_pdr_polyhedron): Print pph.
12062 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
12064         * graphite-clast-to-gimple.c (gcc_type_for_interval): Generate in
12065         priority signed types.
12067 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
12069         * graphite-clast-to-gimple.c (max_signed_precision_type): Remove
12070         the call to lang_hooks.types.type_for_size.  Call
12071         build_nonstandard_integer_type.
12073 2010-09-30  Riyadh Baghdadi  <baghdadi.mr@gmail.com>
12075         * graphite-cloog-util.c (openscop_print_cloog_matrix): New.
12076         (openscop_print_polyhedron_matrix): New.
12077         * graphite-cloog-util.h (openscop_print_polyhedron_matrix): Declared.
12078         * graphite-poly.c (openscop_print_pdr_polyhedron): Same.
12079         (openscop_print_pdr_powerset): New.
12080         (openscop_print_powerset_matrix): New.
12081         (openscop_print_scattering_function_1): New.
12082         (print_scattering_function): Add support for scattering names and
12083         OpenScop format.
12084         (graphite_write_transforms): Remove.
12085         (print_pdr_access_layout): Updated to support OpenScop format.
12086         (print_pdr): Same.
12087         (openscop_print_pbb_domain): New.
12088         (print_pbb_body): Added a parameter to allow indicating that pbb_body
12089         is not provided.
12090         (print_pbb): Updated to call the new print_pbb_body.
12091         (openscop_print_scop_context): New.
12092         (print_scop_header): New.
12093         (print_scop): Updated to call print_scop_header.
12094         * graphite-poly.h: Document OpenScop format.
12096 2010-09-30  Anatoly Sokolov  <aesok@post.ru>
12098         * config/cris/m32c.c (cris_memory_move_cost): New.
12099         (cris_register_move_cost): Make static. Change arguments type from
12100         enum reg_class to reg_class_t.
12101         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
12102         * config/cris/cris.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
12103         * config/cris/cris-protos.h (cris_register_move_cost): Remove.
12105 2010-09-30  Jakub Jelinek  <jakub@redhat.com>
12107         PR target/45843
12108         * config/i386/i386.c (ix86_gimplify_va_arg): Use
12109         INTVAL (XEXP (slot, 1)) as prev_size.
12111 2010-09-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
12113         PR target/45837
12114         * config/rs6000/aix.h (TARGET_AIX_OS): Define to be 1.
12115         * config/rs6000/rs6000.h (TARGET_AIX_OS): Define to be 0 if not
12116         defined.
12117         * config/rs6000/option-defaults.h (toplevel): Change #if
12118         TARGET_AIX to TARGET_AIX_OS to allow compiler to build after
12119         global option changes.
12121 2010-09-30  Jakub Jelinek  <jakub@redhat.com>
12123         * dwarf2out.c (mem_loc_descriptor): Handle IF_THEN_ELSE.
12125         PR tree-optimization/31261
12126         * fold-const.c (fold_binary): Optimize ((A & N) + B) & M
12127         for constants M and N, M == (1LL << cst) - 1 && (N & M) == M.
12129 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12131         PR bootstrap/45796
12132         * Makefile.in (build/gen%$(build_exeext)): Move rule after all
12133         special-casing for generators and turn into ...
12134         ((genprog:%=build/gen%$(build_exeext))): ... this static pattern
12135         rule, for better error messages in case of toplevel dependency errors.
12136         (genprog): Add hooks, rename to ...
12137         (genprogerr): ... this, and let genprog also contain check,
12138         checksum, condmd.
12139         ((genprog:%=build/gen%$(build_exeext))): Rename to ...
12140         ((genprogerr:%=build/gen%$(build_exeext))): ... this.
12141         (build/genhooks$(build_exeext)): Remove now-unneeded dependency.
12143 2010-09-30  Jonathan Wakely  <jwakely.gcc@gmail.com>
12144             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12146         * doc/install.texi: Suggest using LD_LIBRARY_PATH to find libs
12147         for GMP, MPFR and MPC.
12149 2010-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12151         * config/sparc/sparc.opt (mimpure-text): Move ...
12152         * config/sol2.opt: ... here.  Correct description.
12153         * config.gcc (*-*-solaris2*): Add sol2.opt to extra_options.
12154         * doc/invoke.texi (Option Summary, SPARC Options): Move
12155         -mimpure-text, -mno-impure-text, -threads, -pthreads, -pthread ...
12156         (Option Summary, Solaris 2 Options): ... here.
12157         (Submodel Options, Solaris 2 Options): New menu entry.
12158         (SPARC Options): Move -mimpure-text, -threads, -pthreads, -pthread ...
12159         (Solaris 2 Options): ... here.
12161 2010-09-30  Michael Eager  <eager@eagercon.com>
12163         * extend.texi (interrupt_handler): Add MicroBlaze to list.
12164         (save_volatiles): Describe option for MicroBlaze.
12165         * invoke.texi: Add MicroBlaze Options.
12166         * contrib.texi: Add acknowledgment.
12167         * md.texi: Add MicroBlaze d and z constraints.
12168         * install.texi: Add microblaze-*-elf.
12169         * configure.ac: Add microblaze-*-* to target list.
12170         * configure: Regenerate.
12171         * config.gcc: Add microblaze*-*-*, microblaze*-linux*.
12172         * config/microblaze/microblaze-protos.h: New.
12173         * config/microblaze/crti.s: New.
12174         * config/microblaze/predicates.md: New.
12175         * config/microblaze/linux.h: New.
12176         * config/microblaze/microblaze.md: New.
12177         * config/microblaze/constraints.md: New.
12178         * config/microblaze/crtn.s: New.
12179         * config/microblaze/microblaze.opt: New.
12180         * config/microblaze/microblaze-c.c: New.
12181         * config/microblaze/t-microblaze: New.
12182         * config/microblaze/microblaze.c: New.
12183         * config/microblaze/microblaze.h: New.
12185 2010-09-30  Iain Sandoe  <iains@gcc.gnu.org>
12187         * c-parser.c (c_parser_objc_methodprotolist): Amend preceding comment,
12188         parse @optional/@required and set the flags as appropriate.
12190 2010-09-30  Nathan Froyd  <froydnj@codesourcery.com>
12192         * config/iq2000/t-iq2000 (TARGET_LIBGCC2_CFLAGS): Delete.
12194 2010-09-30  Joseph Myers  <joseph@codesourcery.com>
12196         * opt-functions.awk (static_var): Update comment.
12197         (var_ref): Return offsetof expression or -1, not variable address.
12198         * optc-gen.awk: Generate structure field initializers instead of
12199         static variables.  Expect -1 for missing variables instead of null
12200         pointer.  Add gcc_options parameters to generated functions.
12201         * opth-gen.awk: Generate structure fields for static variables.
12202         Add gcc_options parameters to generated functions.
12203         * common.opt (optimize, optimize_size): Add variables.
12204         * config/i386/i386-c.c (ix86_pragma_target_parse): Pass
12205         &global_options to cl_target_option_restore.
12206         * config/i386/i386.c (ix86_valid_target_attribute_p): Pass
12207         &global_options to cl_optimization_restore, cl_target_option_save
12208         and cl_target_option_restore.
12209         (ix86_set_current_function): Pass &global_options to
12210         cl_target_option_restore.
12211         * config/pdp11/pdp11.h (optimize): Remove.
12212         * config/rs6000/rs6000.h (optimize): Remove.
12213         * config/sh/sh.h (optimize): Remove.
12214         * config/xtensa/xtensa.h (optimize): Remove.
12215         * coretypes.h (struct gcc_options): Declare.
12216         * diagnostic.c (diagnostic_initialize): Initialize
12217         context->option_state.
12218         (diagnostic_report_diagnostic): Pass option_state to
12219         option_enabled hook.
12220         * diagnostic.h (diagnostic_context.option_enabled): Add void *
12221         parameter.
12222         (diagnostic_context.option_state): New field.
12223         * final.c (final_start_function, final, final_scan_insn): Rename
12224         optimize parameter to optimize_p.
12225         * flags.h (optimize, optimize_size): Remove.
12226         * function.c (invoke_set_current_function_hook): Pass
12227         &global_options to cl_optimization_restore.
12228         * gcc.c (driver_handle_option): Take gcc_options parameter.
12229         Assert that it is &global_options.
12230         (process_command): Pass &global_options to read_cmdline_option.
12231         * ipa-pure-const.c (suggest_attribute): Pass &global_options to
12232         option_enabled.
12233         * lto-opts.c (lto_reissue_options): Use option_flag_var.  Pass
12234         &global_options to set_option.
12235         * opts-common.c (handle_option, handle_generated_option,
12236         read_cmdline_option, set_option): Take explicit gcc_options
12237         parameters.  Use option_flag_var.
12238         (option_flag_var): New.
12239         * opts.c (common_handle_option, lang_handle_option,
12240         target_handle_option): Take gcc_options parameter.  Assert that it
12241         is &global_options.
12242         (read_cmdline_options): Pass &global_options to read_cmdline_option.
12243         (print_filtered_help): Use option_flag_var.  Pass &global_options
12244         to option_enabled.
12245         (common_handle_option): Use option_flag_var.
12246         (option_enabled): Take opts parameter.  Use option_flag_var.
12247         (get_option_state): Take gcc_options parameter.  Use
12248         option_flag_var.  Pass gcc_options parameter to option_enabled.
12249         (enable_warning_as_error): Pass &global_options to
12250         handle_generated_option.
12251         * opts.h (struct cl_option): Change flag_var to flag_var_offset.
12252         (cl_option_handler_func.handler): Take gcc_options parameter.
12253         (option_enabled, get_option_state, set_option, handle_option,
12254         handle_generated_option, read_cmdline_option): Take gcc_options
12255         parameters.
12256         * toplev.c (optimize, optimize_size): Remove.
12257         (print_switch_values): Pass &global_options to option_enabled.
12258         (option_affects_pch_p): Use option_flag_var.  Pass &global_options
12259         to get_option_state.
12260         (general_init): Initialize global_dc->option_state.
12261         * tree.c (build_optimization_node): Pass &global_options to
12262         cl_optimization_save.
12263         (build_target_option_node): Pass &global_options to
12264         cl_target_option_save.
12266 2010-09-30  Martin Jambor  <mjambor@suse.cz>
12268         * tree-sra.c (type_consists_of_records_p): Do not check for trailing
12269         zero sized bit-fields.
12271 2010-09-30  Nicola Pero  <nicola.pero@meta-innovation.com>
12273         * c-parser.c (c_lex_one_token): When finding a CPP_AT_NAME
12274         Objective-C token, map RID_CLASS to RID_AT_CLASS and similar.
12275         (c_parser_external_declaration): Use RID_AT_CLASS instead of RID_CLASS.
12276         (c_parser_objc_class_declaration): Same change.
12277         (c_parser_objc_try_catch_statement): Use RID_AT_TRY instead of
12278         RID_TRY and RID_AT_CATCH instead of RID_CATCH.
12279         (c_parser_objc_class_instance_variables): Use RID_AT_PRIVATE
12280         instead of RID_PRIVATE, RID_AT_PROTECTED instead of RID_PROTECTED
12281         and RID_AT_PUBLIC instead of RID_PUBLIC.
12282         (c_parser_statement_after_labels): Use RID_AT_TRY instead of
12283         RID_TRY and RID_AT_CATCH instead of RID_CATCH.
12285 2010-09-30  Tom G. Christensen  <tgc@jupiterrise.com>
12287         * doc/install.texi (Binaries): Update link to HP-UX porting centre.
12288         Add links to current providers of packages for Solaris and IRIX.
12290 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
12292         Merge from 'apple/trunk' branch on FSF servers.
12293         * c-parser.c: Applied change originally in c-parse.in.
12295         2005-10-04  Fariborz Jahanian  <fjahanian@apple.com>
12297         Radar 4281748
12298         * c-decl.c (start_decl): Check for redeclaration of class name.
12299         * c-parse.in (after_type_declarator): Recognize CLASSNAME.
12301 2010-09-29  Steve Ellcey  <sje@cup.hp.com>
12303         * config/ia64/ia64.c (ia64_builtin_decl): New.
12304         (TARGET_BUILTIN_DECL): Define.
12305         (ia64_builtins): New.
12306         (ia64_init_builtins): Save decls in ia64_builtins.
12308 2010-09-29  Bernd Schmidt  <bernds@codesourcery.com>
12310         PR target/40457
12311         * postreload.c (move2add_use_add2_insn): Use full_costs for comparison.
12312         (move2add_use_add3_insn): Likewise.
12313         (reload_cse_move2add): Likewise.
12314         * rtlanal.c (get_full_rtx_cost): New function.
12315         * rtl.h (struct full_rtx_costs): New.
12316         (init_costs_to_max, init_costs_to_zero, costs_lt_p,
12317         costs_add_n_insns): New inline functions.
12318         (get_full_rtx_cost): Declare.
12320         PR c/45054
12321         * reload1.c (replace_pseudos_in): Use eliminate_regs_1, allowing
12322         invariants.  Check for reg_equiv_invariant.
12323         (reload): Assert that spilled_pseudos is empty when returning.
12325 2010-09-29  Kai Tietz  <kai.tietz@onevision.com>
12327         * config/i386/mingw32.h (TARGET_64BIT): replaced by
12328         TARGET_64BIT_DEFAULT in #if check.
12330 2010-09-29  Jack Howarth  <howarth@bromo.med.uc.edu>
12332         * varasm.c (assemble_alias): Add error message for unsupported ifunc.
12334 2010-09-29  Mike Stump  <mikestump@comcast.net>
12336         * config/darwin.h (flag_mkernel): Remove.
12337         (flag_apple_kext): Likewise.
12339 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
12340             Jack Howarth  <howarth@bromo.med.uc.edu>
12342         * config/darwin.opt (undefined): Add.
12344 2010-09-29  Nathan Sidwell  <nathan@codesourcery.com>
12346         PR testsuite/45664
12347         * configure.ac: Add --enable-indirect-function option.
12348         * config.gcc: Add default_gnu_indirect_function.
12349         * config.in (HAVE_GAS_INDIRECT_FUNCTION): Rename to ...
12350         (HAVE_GNU_INDIRECT_FUNCTION): ... this.
12351         * varasm.c (do_assemble_alias): Adjust for macro name change.
12352         * configure: Rebuilt.
12353         * doc/install.texi: Document --enable-indirect-function.
12355 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
12357         * doc/options.texi (Variable, Var, Init): Update documentation
12358         without reference to VarExists.
12359         (VarExists): Remove.
12360         * common.opt, config/i386/i386.opt, config/linux.opt,
12361         config/rs6000/rs6000.opt, config/sh/sh.opt, config/spu/spu.opt:
12362         Don't use VarExists.
12364 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
12366         * optc-gen.awk: Generate global_options initializer instead of
12367         individual variables.  Add x_ prefix to names of structure members.
12368         * opth-gen.awk: Generate gcc_options structure.  Add x_ prefix to
12369         names of structure members.
12370         * doc/tm.texi.in (HARD_FRAME_POINTER_IS_FRAME_POINTER,
12371         HARD_FRAME_POINTER_IS_ARG_POINTER): Document.
12372         * doc/tm.texi: Regenerate.
12373         * alias.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
12374         * builtins.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
12375         * c-parser.c (disable_extension_diagnostics,
12376         restore_extension_diagnostics): Update names of cpp_options members.
12377         * combine.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
12378         * common.opt (fcompare-debug-second): Don't use Var.
12379         * config/alpha/alpha.h (target_flags): Remove.
12380         * config/arm/arm.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
12381         HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
12382         * config/bfin/bfin.h (target_flags): Remove.
12383         * config/cris/cris.h (target_flags): Remove.
12384         * config/i386/i386-c.c (ix86_pragma_target_parse): Update names of
12385         cl_target_option members.
12386         * config/i386/i386.c (ix86_force_align_arg_pointer): Remove.
12387         (ix86_function_specific_print, ix86_valid_target_attribute_tree,
12388         ix86_can_inline_p): Update names of cl_target_option members.
12389         * config/i386/i386.h (ix86_isa_flags): Remove.
12390         * config/lm32/lm32.h (target_flags): Remove.
12391         * config/mcore/mcore.h (mcore_stack_increment): Remove.
12392         * config/mcore/mcore.md (addsi3): Remove extern declaration of
12393         flag_omit_frame_pointer.
12394         * config/mep/mep.h (target_flags): Remove.
12395         * config/mips/mips.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
12396         HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
12397         * config/mmix/mmix.h (target_flags): Remove.
12398         * config/rs6000/rs6000.h (rs6000_xilinx_fpu, flag_pic,
12399         flag_expensive_optimizations): Remove.
12400         * config/s390/s390.h (flag_pic): Remove.
12401         * config/score/score-conv.h (target_flags): Remove.
12402         * config/sh/sh.h (sh_fixed_range_str): Remove.
12403         * config/spu/spu.h (target_flags, spu_fixed_range_string): Remove.
12404         * dbxout.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
12405         * df-scan.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
12406         * diagnostic.c (diagnostic_initialize): Update names of
12407         diagnostic_context members.
12408         * diagnostic.h (diagnostic_context): Rename inhibit_warnings and
12409         warn_system_headers.
12410         (diagnostic_report_warnings_p): Update for new names.
12411         * dwarf2out.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
12412         * emit-rtl.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER and
12413         HARD_FRAME_POINTER_IS_ARG_POINTER.
12414         * flags.h (flag_compare_debug): Declare.
12415         * ira.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
12416         * opts.c (flag_compare_debug): Define.
12417         (common_handle_option): Update names of diagnostic_context
12418         members.  Handle -fcompare-debug-second.
12419         (fast_math_flags_struct_set_p): Update names of cl_optimization
12420         members.
12421         * reginfo.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
12422         * regrename.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
12423         * reload.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
12424         * reload1.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
12425         * resource.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
12426         * rtl.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
12427         HARD_FRAME_POINTER_IS_ARG_POINTER): Define and use.
12428         * sel-sched.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
12429         * stmt.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
12431 2010-09-29  Hariharan Sandanagobalane  <hariharan@picochip.com>
12433         * config/picochip/picochip.c (picochip_output_internal_label):
12434         This function can now be called for debug CFI labels, which can come
12435         in the middle of a vliw instruction.  Postpone until end of vliw.
12437 2010-09-29  Richard Guenther  <rguenther@suse.de>
12439         * tree.h (SCOPE_FILE_SCOPE_P): New macro.
12440         (DECL_FILE_SCOPE_P): Use it.
12441         (TYPE_FILE_SCOPE_P): New macro.
12443 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
12445         * c-parser.c (c_lex_one_token): In Objective-C, when dealing with
12446         a CPP_NAME which is a reserved word, clearly separate cases for
12447         OBJC_IS_PQ_KEYWORD, OBJC_IS_AT_KEYWORD and OBJC_IS_CXX_KEYWORD.
12449 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
12451         * c-parser.c (c_lex_one_token): In Objective-C, do not replace
12452         token->value with the canonical spelling.  Do exactly like C and
12453         C++ and leave it as it is.
12455 2010-09-28  Richard Henderson  <rth@redhat.com>
12457         * config/alpha/alpha.c (alpha_builtins): New.
12458         (alpha_builtin_decl, TARGET_BUILTIN_DECL): New.
12459         (alpha_builtin_function): New.
12460         (alpha_add_builtins, alpha_init_builtins): Use it.
12462 2010-09-28  Nicola Pero  <nicola.pero@meta-innovation.com>
12464         * doc/standards.texi (Standards): Expanded the section on
12465         Objective-C and Objective-C++.
12467 2010-09-28  DJ Delorie  <dj@redhat.com>
12469         PR target/45800
12470         * config/m32c/m32c.c (m32c_subreg): Force adjustment of subregs of
12471         volatile MEMs.
12473 2010-09-28  Iain Sandoe  <iains@gcc.gnu.org>
12475         * c-parser.c (c_parser_declaration_or_fndef): Diagnose incorrect prefix
12476         attributes on methods.
12477          (c_parser_objc_method_definition): Handle attributes.
12478         (c_parser_objc_methodproto): Likewise.
12479         (c_parser_objc_maybe_method_attributes): New.
12480         (c_parser_objc_method_decl): Handle attributes, add a diagnostic for a
12481         missing definition, similar to that in ObjC++.
12483 2010-09-28  Richard Henderson  <rth@redhat.com>
12485         * defaults.h (DWARF2_UNWIND_INFO): Don't depend on TARGET_UNWIND_INFO.
12486         (MUST_USE_SJLJ_EXCEPTIONS): Remove.
12487         (CONFIG_SJLJ_EXCEPTIONS): Remove.
12488         (STACK_OLD_CHECK_PROTECT): Use targetm.except_unwind_info.
12489         (STACK_CHECK_PROTECT): Likewise.
12490         * dwarf2out.c (DWARF2_UNWIND_INFO, DWARF2_FRAME_INFO): Poison.
12491         (dwarf2out_do_frame): Use debug_unwind_info and except_unwind_info.
12492         (dwarf2out_do_cfi_asm, dwarf2out_begin_prologue): Likewise.
12493         (dwarf2out_frame_init, dwarf2out_frame_finish): Likewise.
12494         (dwarf2out_assembly_start): Likewise.
12495         * except.c (init_eh): Use targetm.except_unwind_info.
12496         (finish_eh_generation, gate_convert_to_eh_region_ranges): Likewise.
12497         (output_one_function_exception_table): Likewise.
12498         * final.c: Unconditionally include dwarf2out.h.
12499         (final_start_function): Unconditionally call dwarf2out routines.
12500         (final_end_function, final_scan_insn): Likewise.
12501         * function.c (expand_function_end): Use targetm.except_unwind_info.
12502         * opts.c (decode_options): Use targetm.except_unwind_info.
12503         * system.h (USING_SJLJ_EXCEPTIONS, TARGET_UNWIND_INFO): Poison.
12504         * target.def (debug_unwind_info, except_unwind_info): New.
12505         * target.h (enum unwind_info_type): New.
12506         * targhooks.c (default_debug_unwind_info): New.
12507         (default_except_unwind_info): New.
12508         (dwarf2_except_unwind_info, sjlj_except_unwind_info): New.
12509         * targhooks.h: Declare them.
12510         * tree-tailcall.c: Include "target.h"
12511         (suitable_for_tail_call_opt_p): Use targetm.except_unwind_info.
12512         * Makefile.in (tree-tailcall.o): Update.
12513         * tree.c (build_common_builtin_nodes): Use targetm.except_unwind_info.
12514         (lhd_gcc_personality): Likewise.
12516         * doc/tm.texi.in (TARGET_UNWIND_INFO): Remove.
12517         (TARGET_EXCEPT_UNWIND_INFO): New.
12518         (DWARF2_UNWIND_INFO): Update.
12519         (TARGET_DEBUG_UNWIND_INFO): New.
12520         * doc/tm.texi: Rebuild.
12522         * c-family/c-cppbuiltin.c (c_cpp_builtins): Use
12523         targetm.except_unwind_info.
12525         * config/arm/arm.c (TARGET_EXCEPT_UNWIND_INFO): New.
12526         (arm_except_unwind_info): New.
12527         (arm_compute_func_type): Use it.
12528         (arm_expand_prologue, thumb_pushpop): Likewise.
12529         (thumb1_expand_prologue, thumb1_output_function_prologue): Likewise.
12530         (arm_unwind_emit, arm_output_fn_unwind): Likewise.
12531         * config/arm/bpabi.h (ARM_UNWIND_INFO): Rename from TARGET_UNWIND_INFO.
12532         * config/arm/arm.h (ARM_UNWIND_INFO): Likewise.
12533         (DWARF2_UNWIND_INFO): Remove.
12534         (MUST_USE_SJLJ_EXCEPTIONS): Remove.
12535         (ARM_EABI_UNWIND_TABLES): Remove.
12537         * config/ia64/ia64.c (ia64_debug_unwind_info): New.
12538         (TARGET_DEBUG_UNWIND_INFO, TARGET_EXCEPT_UNWIND_INFO): New.
12539         (ia64_except_unwind_info): New.
12540         (ia64_output_function_prologue): Use it.
12541         (ia64_add_bundle_selector_before): Likewise.
12542         (ia64_reorg, ia64_asm_unwind_emit): Likewise.
12543         * config/ia64/ia64.h (DWARF2_FRAME_INFO): Remove.
12544         (TARGET_UNWIND_INFO): Remove.
12546         * config/pa/pa.c (pa_option_override): Use targetm.except_unwind_info.
12548 2010-09-28  Iain Sandoe  <iains@gcc.gnu.org>
12550         * c-parser.c (c_parser_objc_class_definition): Adjust prototype.
12551         (c_parser_objc_protocol_definition): Likewise.
12552         (c_parser_external_declaration): Provide dummy attribute arguments.
12553         (c_parser_declaration_or_fndef): Parse prefix attributes for ObjC.
12554         (c_parser_objc_class_definition): Handle attributes.
12555         (c_parser_objc_protocol_definition): Likewise.
12557 2010-09-28  Tobias Burnus  <burnus@net-b.de>
12559         PR fortran/40569
12560         PR fortran/40568
12561         * toplev.h (save_decoded_options, save_decoded_options_count):
12562         New global variables.
12563         * toplev.c (save_decoded_options, save_decoded_options_count):
12564         Export variables.
12566 2010-09-28  Ian Lance Taylor  <iant@google.com>
12568         * config/i386/i386.c (ix86_supports_split_stack): Test
12569         HAVE_GAS_CFI_PERSONALITY_DIRECTIVE rather than dwarf2out_do_cfi_asm.
12571 2010-09-28  Ian Lance Taylor  <iant@google.com>
12573         PR target/45815
12574         * opts.c (decode_options): Don't test whether the target supports
12575         split stack if flag_split_stack == 0.
12577 2010-09-28  Jan Hubicka  <jh@suse.cz>
12579         * builtin-attrs.def (ATTR_LEAF): New attribute.
12580         (ATTR_NOVOPS_LEAF_LIST, ATTR_LEAF_LIST, ATTR_NOTHROW_LEAF_LIST,
12581         ATTR_CONST_NOTHROW_LEAF_LIST, ATTR_PURE_NOTHROW_LEAF_LIST,
12582         ATTR_PURE_NOTHROW_NOVOPS_LEAF_LIST, ATTR_NORETURN_NOTHROW_LEAF_LIST,
12583         ATTR_MALLOC_NOTHROW_LEAF_LIST, ATTR_SENTINEL_NOTHROW_LEAF_LIST,
12584         ATTR_NOTHROW_NONNULL_LEAF, ATTR_CONST_NOTHROW_NONNULL_LEAF,
12585         ATTR_CONST_NOTHROW_TYPEGENERIC_LEAF, ATTR_PURE_NOTHROW_NONNULL_LEAF,
12586         ATTR_MALLOC_NOTHROW_NONNULL_LEAF): New attribute lists.
12587         * sync-builtins.def: Annotate all builtins by leaf.
12588         * omp-builtins.def: Annotate all builtins by leaf.
12589         * builtins.def: Annotate relevant builtins with leaf attribute.
12590         (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
12591         ATTR_MATHFN_FPROUNDING_ERRNO, ATTR_MATHFN_FPROUNDING_STORE): Make
12592         leaf.
12594 2010-09-28  Jan Hubicka  <jh@suse.cz>
12596         * tree-ssa-ccp.c (fold_ctor_reference): New function.
12597         (fold_const_aggregate_ref): Use it.
12598         * fold-const.c (canonicalize_constructor_val): Check that we don't fold
12599         into external static.
12601 2010-09-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12603         PR target/44452
12604         * config/i386/i386.opt (mvect8-ret-in-mem): Define.
12605         * config/i386/i386.c (ix86_target_string): Handle -mvect8-ret-in-mem.
12606         (ix86_solaris_return_in_memory): Remove.
12607         * config/i386/i386-protos.h (ix86_solaris_return_in_memory): Remove.
12608         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
12609         (TARGET_SUBTARGET_DEFAULT): Redefine.
12610         * config/i386/sol2-10.h (TARGET_SUBTARGET_DEFAULT): Update comment.
12611         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
12612         (TARGET_SUBTARGET_DEFAULT): Redefine.
12613         * doc/invoke.texi (Option Summary, i386 and x86-64 Options): Add
12614         -mvect8-ret-in-mem.
12615         (i386 and x86-64 Options): Document -mvect8-ret-in-mem.
12617 2010-09-29  Alan Modra  <amodra@gmail.com>
12619         PR target/45807
12620         * config/rs6000/aix.h (SETUP_FRAME_ADDRESSES): Delete.
12621         * config/rs6000/linux64.h (SETUP_FRAME_ADDRESSES): Delete.
12622         * config/rs6000/rs6000-protos.h (rs6000_aix_emit_builtin_unwind_init):
12623         Delete.
12624         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init): Delete.
12625         (rs6000_emit_prologue): Don't just create frame save info for r2,
12626         actually save r2.
12628 2010-09-28  Richard Henderson  <rth@redhat.com>
12630         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Output 8 bytes
12631         when 8 bytes are requested.
12633 2010-09-28  Tristan Gingold  <gingold@adacore.com>
12635         * config/avr/avr.c (expand_prologue): Set
12636         current_function_static_stack_size.
12638 2010-09-28  Tristan Gingold  <gingold@adacore.com>
12640         * config/alpha/alpha.md: Change the initial condition of the
12641         probing loop.
12643 2010-09-28  Uros Bizjak  <ubizjak@gmail.com>
12645         * config/i386/sse.md (*avx_<umaxmin:code><mode>3):
12646         Split from *avx_<maxmin:code><mode>3.
12647         (*avx_<smaxmin:code><mode>3): Ditto.
12648         * config/i386/i386.md (maxmin): Remove code iterator.
12650 2010-09-27  Ian Lance Taylor  <iant@google.com>
12652         * config/i386/i386.c (ix86_supports_split_stack): -fsplit-stack
12653         requires assembler support for CFI directives.
12655 2010-09-27  Richard Henderson  <rth@redhat.com>
12657         * dwarf2out.c (dwarf2out_cfi_label): Use ASM_OUTPUT_DEBUG_LABEL.
12659 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
12661         * emit-rtl.c (reorder_insns_nobb) [ENABLE_CHECKING]: Sanity-check
12662         that AFTER is not in the range FROM..TO, inclusive.
12664 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
12665             Bernd Schmidt  <bernds@codesourcery.com>
12667         PR rtl-optimization/45792
12668         * cfgcleanup.c (try_head_merge_bb): New rtx vector nextptr.
12669         If not all insns are to be merged, for each edge, stash the
12670         next candidate after the to-be-merged insns before doing the
12671         merge, and use them for the retry at the new insertion point.
12672         Handle CC0 targets when retrying.
12674 2010-09-27  Ian Lance Taylor  <iant@google.com>
12676         * common.opt (fsplit-stack): New option.
12677         * opts.c (decode_options): Set flag_split_stack to final value.
12678         * target.def (supports_split_stack): New hook.
12679         * gcc.c (STACK_SPLIT_SPEC): Define.
12680         (LINK_COMMAND_SPEC): Use STACK_SPLIT_SPEC.
12681         * doc/invoke.texi (Option Summary): Mention -fsplit-stack.
12682         (Code Gen Options): Document -fsplit-stack.
12683         * doc/extend.texi (Function Attributes): Mention no_split_stack.
12684         (Function Attributes): Document no_split_stack.
12685         * doc/tm.texi.in (Stack Smashing Protection): Add @hook
12686         TARGET_SUPPORTS_SPLIT_STACK.
12687         * doc/tm.texi: Rebuild.
12688         * function.c (thread_prologue_and_epilogue_insns): If
12689         flag_split_stack, add split stack prologue.
12690         * explow.c (allocate_dynamic_stack_space): Support -fsplit-stack.
12691         * varasm.c (saw_no_split_stack): New static variable.
12692         (assemble_start_function): Set saw_no_split_stack if the function
12693         has the no_split_stack attribute.
12694         (file_end_indicate_split_stack): New function.
12695         * output.h (file_end_indicate_split_stack): Declare.
12696         * libgcc-std.ver (GCC_4.6.0): Add -fsplit-stack support variables
12697         and function.
12698         * doc/libgcc.texi (Miscellaneous routines): Document -fsplit-stack
12699         routines.
12700         * config/i386/i386.c (ix86_option_override_internal): Don't set
12701         expand_builtin_va_start to NULL if -fsplit-stack.
12702         (ix86_function_regparm): Reduce local regparm by 1 for 32-bit
12703         -fsplit-stack.
12704         (ix86_va_start): If -fsplit-stack, get overflow pointer from
12705         scratch register set by prologue.
12706         (ix86_code_end): If -fsplit-stack, call
12707         file_end_indicate_split_stack.
12708         (ix86_supports_split_stack): New static function.
12709         (SPLIT_STACK_AVAILABLE): Define.
12710         (split_stack_prologue_scratch_regno): New static function.
12711         (split_stack_fn): New static variable.
12712         (ix86_expand_split_stack_prologue): New function.
12713         (ix86_live_on_entry): New static function.
12714         (ix86_legitimate_address_p): Handle UNSPEC_STACK_CHECK.
12715         (output_pic_addr_const): Likewise.
12716         (i386_asm_output_addr_const_extra): Likewise.
12717         (ix86_expand_call): Change return type to rtx.  Return the new
12718         call instruction.
12719         (TARGET_SUPPORTS_SPLIT_STACK): Define.
12720         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
12721         * config/i386/i386.md (UNSPEC_STACK_CHECK): Define.
12722         (split_stack_prologue, split_stack_return): New insns.
12723         (split_stack_space_check): New insn.
12724         * config/i386/i386.h (struct machine_function): Add
12725         split_stack_varargs_pointer field.
12726         * config/i386/linux.h (TARGET_CAN_SPLIT_STACK): Define.
12727         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
12728         * config/i386/linux64.h (TARGET_CAN_SPLIT_STACK): Define.
12729         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
12730         * config/i386/i386-protos.h (ix86_expand_split_stack_prologue):
12731         Declare.
12732         (ix86_expand_call): Update declaration.
12734 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
12736         * doc/objc.texi (Type encoding): Added the new 'long double' (D)
12737         code.  Added byref, which was missing in the list of codes.
12738         Explain that enumeration values are encoded as the integer type
12739         that the compiler uses to store them.  Explain and make examples
12740         of how 'const' interacts with pointers, and the complication of
12741         the encoding of 'const char *'.
12742         (Legacy type encoding): New subsection, explaining that GCC emits
12743         incorrect type encodings for the NeXT runtime for compatibility
12744         reasons.
12745         (@@encode): New subsection, explaining @encode and particularly
12746         that protocol qualifiers are not recognized inside an @encode()
12747         expression.
12748         (Method signatures): New subsection, explaining how method
12749         signatures are encoded.
12751 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
12753         Merge from 'apple/trunk' branch on FSF servers.  Removed small
12754         change in build_conditional_expr that had been added when fixing
12755         PR objc/27377 and which did the same check in a less complete way.
12757         2005-12-15  Fariborz Jahanian  <fjahanian@apple.com>
12759         Radar 4229905
12760         * c-typeck.c (build_conditional_expr): Call objc_have_common_type when
12761         looking for objective-c common pointer types.
12763         2005-06-22  Ziemowit Laski  <zlaski@apple.com>
12765         Radar 4154928
12766         * c-typeck.c (build_conditional_expr): For two ObjC pointer types,
12767         use their ObjC common type.
12769 2010-09-27  Richard Guenther  <rguenther@suse.de>
12771         * dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P.
12773 2010-09-27  Jie Zhang  <jie@codesourcery.com>
12775         * print-tree.c (print_node): Print in-constant-pool.
12777 2010-09-27  Uros Bizjak  <ubizjak@gmail.com>
12779         * config/i386/i386.h (CLASS_MAX_NREGS): Also handle XCmode.
12780         (UNITS_PER_WORD): Define only when IN_LIBGCC2 is undefined.
12781         (MOVE_MAX_PIECES): Redefine using UNITS_PER_WORD.
12782         (ASM_OUTPUT_AVX_PREFIX): Simplify pointer addition.
12784 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
12786         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_add): Merge
12787         from pro_epilogue_adjust_stack_<mode>_{1,2}.
12788         (pro_epilogue_adjust_stack_<mode>_add): Rename from
12789         pro_epilogue_adjust_stack_<mode>_3.
12790         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for
12791         renamed pro_epilogue_adjust_stack_{si,di}_add.
12792         (ix86_expand_prologue): Use indirect functions.  Update for renamed
12793         pro_epilogue_adjust_stack_{si,di}_sub.
12795 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
12797         * config/i386/i386.md (movmsk_df): New insn.
12798         (signbitdf): Split out of signbit<mode>2.  Generate movmsk_df
12799         sequence for TARGET_SSE_MATH.
12801 2010-09-26  Richard Sandiford  <rdsandiford@googlemail.com>
12803         * config/mips/mips.c (mips_builtin_decls): Declare.
12804         (mips_init_builtins): Store function declarations in
12805         mips_builtin_decls.
12806         (mips_builtin_decl): New function.
12807         (TARGET_BUILTIN_DECL): Define.
12809 2010-09-25  Kai Tietz  <kai.tietz@onevision.com>
12810             Richard Henderson  <rth@redhat.com>
12812         * config/i386/cygwin.asm: Include auto-host.h.
12813         (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
12814         cfi_def_cfa_register, cfi_register, cfi_push, cfi_pop): New macros.
12815         (__chkstk, __alloca): Annotate for dwarf2 unwind info.  Drop
12816         alignment code from the 64-bit path.  Use gas local labels.
12817         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_2): Macroize
12818         from _di_2.  Remove the useless constant integer argument.
12819         (pro_epilogue_adjust_stack_<mode>_3): New.
12820         (allocate_stack_worker_probe_<mode>): Macroize from
12821         allocate_stack_worker_{32,64}.  Use __chkstk_ms.  Update all users.
12822         * config/i386/i386.c (ix86_expand_prologue): Use __chkstk_ms;
12823         use gen_pro_epilogue_adjust_stack_*_3 and annotate it.
12824         (__chkstk_ms): New function.
12825         * config/i386/t-cygming (LIB1ASMFUNCS): Add _chkstk_ms.
12826         * config/i386/t-interix: Likewise.
12827         * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Export for target.
12828         (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): Likewise.
12829         (HAVE_GAS_CFI_SECTIONS_DIRECTIVE): Likewise.
12830         * configure, config.in: Rebuild.
12832 2010-09-25  Eric Botcazou  <ebotcazou@adacore.com>
12834         * tree-inline.c (copy_bb): Use GSI_CONTINUE_LINKING when inserting new
12835         statements because of the return slot optimization.
12837 2010-09-25  Anatoly Sokolov  <aesok@post.ru>
12839         * config/avr/avr.h (CLASS_LIKELY_SPILLED_P): Remove.
12840         * config/avr/avr-protos.h (class_likely_spilled_p): Remove.
12841         * config/avr/avr.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
12842         (class_likely_spilled_p): Rename to...
12843         (avr_class_likely_spilled_p): ...this. Make static. Change argument
12844         type to reg_class_t.
12846 2010-09-24  Jan Hubicka  <jh@suse.cz>
12848         * lto-symtab.c (lto_symtab_entry_def): Add guessed field.
12849         (lto_symtab_resolve_symbols): Set it.
12850         (lto_symtab_merge_decls_1): Do not compute used_from_object_file;
12851         store resolution field in cgraph/varpool.
12852         * cgraph.c (cgraph_same_body_alias, cgraph_add_thunk): Return node.
12853         (cgraph_get_node_or_alias, cgraph_get_node_or_alias): Constify.
12854         (cgraph_dump_node): Drop used_from_object_file.
12855         (cgraph_clone_node, cgraph_create_virtual_clone): Likewise.
12856         (cgraph_function_body_availability): Use decl_replaceable_p.
12857         (cgraph_make_node_local): Set resolution to LDPR_PREVAILING_DEF_IRONLY.
12858         (cgraph_can_remove_if_no_direct_calls_and_refs): Use
12859         cgraph_used_from_object_file_p.
12860         (cgraph_will_be_removed_from_program_if_no_direct_calls): Use
12861         cgraph_used_from_object_file_p.
12862         (resolution_used_from_other_file_p): New functoin.
12863         (cgraph_used_from_object_file_p): New predicate.
12864         * cgraph.h: Include plugin-api.h
12865         (struct cgraph_local_info): Remove used_from_object_file.
12866         (struct cgraph_node): Add resolution field.
12867         (struct varpool_node): Likewise; remove used_from_object_file;
12868         reove const_value_known.
12869         (cgraph_get_node, cgraph_get_node_or_alias, cgraph_node,
12870         cgraph_same_body_alias, cgraph_add_thunk): Update prototypes.
12871         (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
12872         varpool_used_from_object_file_p): Declare.
12873         (varpool_get_node, varpool_extra_name_alias): Update prototype.
12874         * tree.h (DECL_REPLACEABLE_P): Remove.
12875         (decl_replaceable_p, decl_binds_to_current_def_p): Declare.
12876         * final.c (rest_of_clean_state): Use decl_binds_to_current_def_p.
12877         * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
12878         input_overwrite_node, input_node, input_varpool_node): Stream
12879         resolution.
12880         * expr.c (expand_expr_real_1): Use const_value_known_p
12881         * ipa.c (ipa_discover_readonly_nonaddressable_var): Do not set
12882         const_value_known.
12883         (cgraph_externally_visible_p): Use cgraph_used_from_object_file_p.
12884         (function_and_variable_visibility): Set resolution for local vars
12885         and functions; use varpool_used_from_object_file_p.
12886         * varasm.c (resolution_to_local_definition_p, resolution_local_p): New
12887         static functions.
12888         (default_binds_local_p_1): Use resolutoin info.
12889         (decl_binds_to_current_def_p, decl_replaceable_p): New functions.
12890         * varpool.c (varpool_get_node): Constify.
12891         (const_value_known_p): Do not use vnode->const_value_known;
12892         use decl_replaceable_p.
12893         (varpool_finalize_decl): Do not set const_value_known.
12894         (cgraph_variable_initializer_availability): Use decl_replaceable_p
12895         (varpool_extra_name_alias): Return new node.
12896         (varpool_used_from_object_file_p): New function.
12898 2010-09-24  Richard Henderson  <rth@redhat.com>
12900         * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): New.
12901         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): New.
12902         (do_spill): Use REG_CFA_OFFSET.
12903         (ia64_expand_prologue): Use REG_CFA_ADJUST_CFA and REG_CFA_REGISTER
12904         as appropriate.
12905         (ia64_expand_epilogue): Likewise.
12906         (process_set): Split into ...
12907         (process_cfa_adjust_cfa): this,
12908         (process_cfa_register): this,
12909         (process_cfa_offset): and this new function.
12910         (ia64_asm_unwind_emit): Use them.  Expect REG_CFA_* notes
12911         instead of REG_FRAME_RELATED_EXPR.
12913 2010-09-24  Olivier Hainque  <hainque@adacore.com>
12915         * config/i386/vx-common.h (DBX_REGISTER_NUMBER): Reinstate.
12917 2010-09-24  Jan Hubicka  <jh@suse.cz>
12919         * doc/extend.texi: (attribute leaf): Document.
12920         * tree.c (local_define_builtin): Handle ECF_LEAF.
12921         (build_common_builtin_nodes): Set ECF_LEAF where needed.
12922         * tree.h (ECF_LEAF): New.
12923         * ipa-reference.c (propagate_bits): For leaf calls propagate ever
12924         overwrittable and unavailable functions.
12925         (ipa_init): Put all_module_statics into optimization_summary_obstack.
12926         (copy_global_bitmap): Do not copy all_module_statics.
12927         (read_write_all_from_decl): Use cgraph_node argument; handle ECF_LEAF.
12928         (propagate): Handle overwritable and unavailable leaf functions;
12929         initialize global info for overwritable and unavailable leaf functions;
12930         do not free all module statics.
12931         (ipa_reference_get_not_{read,written}_global): Leaf calls don't clobber
12932         local statics.
12933         * calls.c (flags_from_decl_or_type): Handle leaf.
12934         * tree-cfg.c (stmt_can_make_abnormal_goto): Leaf functions can't do
12935         abnormal gotos.
12937 2010-09-24  Basile Starynkevitch  <basile@starynkevitch.net>
12939         * gengtype.c: Reindented.
12940         * gengtype.h: Reindented.
12941         * gengtype-parse.c: Reindented.
12943 2010-09-24  Jan Hubicka  <jh@suse.cz>
12945         PR tree-optimization/45738
12946         PR tree-optimization/45741
12947         * expr.c (string_constant): Allow CONST_DECL too;
12948         check that DECL_INITIAL is set.
12949         * varpool.c (const_value_known_p): Only look into VAR_DECL
12950         and CONST_DECL.
12952 2010-09-24  Joseph Myers  <joseph@codesourcery.com>
12954         * common.opt (undef): New.
12956 2010-09-24  Jakub Jelinek  <jakub@redhat.com>
12958         PR middle-end/45234
12959         * rtl.h (enum global_rtl_index): Add
12960         GR_VIRTUAL_PREFERRED_STACK_BOUNDARY.
12961         (LAST_VIRTUAL_POINTER_REGISTER): Define.
12962         (virtual_preferred_stack_boundary_rtx,
12963         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM): Define.
12964         (LAST_VIRTUAL_REGISTER): Increase by one.
12965         (REGNO_PTR_FRAME_P): Use LAST_VIRTUAL_POINTER_REGISTER
12966         instead of LAST_VIRTUAL_REGISTER.
12967         * function.c (instantiate_new_reg): Handle
12968         virtual_preferred_stack_boundary_rtx.
12969         * emit-rtl.c (init_virtual_regs): Handle
12970         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
12971         (init_emit_regs): Initialize virtual_preferred_stack_boundary_rtx.
12972         * explow.c (round_push): If crtl->preferred_stack_boundary
12973         is smaller than MAX_SUPPORTED_STACK_ALIGNMENT, use
12974         virtual_preferred_stack_boundary_rtx alignment instead of
12975         crtl->preferred_stack_boundary alignment.
12976         (allocate_dynamic_stack_space): Use CONST_INT_P and REG_P
12977         macros.  Never decrease crtl->preferred_stack_boundary,
12978         use crtl->preferred_stack_boundary or MAX_SUPPORTED_STACK_ALIGNMENT
12979         instead of PREFERRED_STACK_BOUNDARY.  Don't modify
12980         stack_pointer_delta in dynamic allocation, even when size
12981         is constant.
12982         (probe_stack_range, anti_adjust_stack_and_probe): Use CONST_INT_P
12983         macro.
12984         * print-rtl.c (print_rtx): Handle
12985         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
12986         * config/alpha/alpha.h (NONSTRICT_REG_OK_FP_BASE_P): Use
12987         LAST_VIRTUAL_POINTER_REGISTER instead of LAST_VIRTUAL_REGISTER.
12988         * config/frv/frv.c (frv_emit_movsi): Likewise.
12989         * config/arm/arm.c (thumb1_legitimate_address_p): Likewise.
12990         * config/rs6000/rs6000.c (virtual_stack_registers_memory_p):
12991         Likewise.
12993         Revert:
12994         2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
12996         PR middle-end/45234
12997         * calls.c (expand_call): Make sure that all variable sized
12998         adjustments are multiple of preferred stack boundary after
12999         stack alignment.
13001 2010-09-24  Iain Sandoe  <iains@gcc.gnu.org>
13002             Dominique Dhumieres  <dominiq@lps.ens.fr>
13004         PR bootstrap/45751
13005         * config/darwin-driver.c (darwin_default_min_version):
13006         Adjust size passed to memcpy in two places.
13008 2010-09-24  Richard Guenther  <rguenther@suse.de>
13010         * c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
13011         Make sure to not call set_type_context with error_mark_node.
13012         * langhooks.c (lhd_set_decl_assembler_name): Use DECL_FILE_SCOPE_P.
13014 2010-09-24  Richard Guenther  <rguenther@suse.de>
13016         * Makefile.in (OBJS-onestep): Remove.
13017         (ALL_HOST_BACKEND_OBJS): Remove libbackend.o.
13018         (libbackend.a): Remove onestep support.
13019         (libbackend.o): Remove.
13020         * configure.ac (--enable-intermodule): Remove.
13021         * configure: Regenerate.
13023 2010-09-24  Bernd Schmidt  <bernds@codesourcery.com>
13025         * cfgcleanup.c (flow_find_head_matching_sequence): Terminate when
13026         reaching the end of a block if it occurs at a DEBUG_INSN.
13028 2010-09-09  Tristan Gingold  <gingold@adacore.com>
13030         PR target/44242
13031         * config/vms/vms-crt0-64.c: Removed.
13032         * config/vms/vms-crt0.c: Removed.
13033         * config/vms/vms-psxcrt0-64.c: Removed.
13034         * config/vms/vms-psxcrt0.c: Removed.
13035         * config/vms/vms-ucrt0.c: New file.
13036         * config/vms/t-vms64: Removed.
13037         * config/vms/t-vms (VMS_EXTRA_PARTS): Uncomment it.  Remove DECC.
13038         Use $(GCC_FOR_TARGET) to build pcrt0.o and vcrt0.o
13039         * config.gcc (alpha-dec-vms): Use t-vms.
13041 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
13043         * doc/invoke.texi (-fno-nil-receivers): Tidied up line to remove
13044         underfull hbox in DVI output.
13045         (-fobjc-class-cxx-cdtors): Same change.
13046         (-fobjc-exceptions): Tidied up documentation.  Explain what the
13047         option does, but moved the (lenghty) description of the exception
13048         syntax into objc.texi.
13049         (-fobjc-gc): Explain that the option is not useful with the GNU
13050         runtime.
13051         (-fzero-link): Explain that the GNU runtime always works in
13052         "zero-link" mode.
13053         * doc/objc.texi: All sections: simplified @node declarations
13054         removing specification of next, previous, up node.
13055         (Objective-C): Updated introduction.
13056         (Garbage Collection): Updated.  The bohem-gc library is now
13057         included in gcc itself.  Mention that this section only applies to
13058         the GNU Objective-C runtime.
13059         (compatibility_alias): Small tidy up.
13060         (Exceptions): New section mostly containing text previously in the
13061         description of the -fobjc-exception command-line option.
13062         (Synchronization): Same.
13064 2010-09-24  Uros Bizjak  <ubizjak@gmail.com>
13066         * config/i386/i386.md (ix86_code_end): Move the initialization of
13067         xops array near the consumer.  Use AX_REG and SP_REG instead of
13068         numerical constants.
13070 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
13072         * c-typeck.c (convert_arguments): Use warning 'too many arguments to
13073         method [methodname]' for an Objective-C method instead of the less
13074         satisfactory 'too many arguments to function' (with no method name).
13076 2010-09-23  Eric Botcazou  <ebotcazou@adacore.com>
13078         * tree-flow.h (execute_update_addresses_taken): Remove parameter.
13079         * tree-ssa.c (maybe_optimize_var): Tweak comment and dump messages.
13080         (execute_update_addresses_taken): Remove parameter.  Execute the
13081         optimization unconditionally.
13082         * passes.c (execute_function_todo): Call execute_update_addresses_taken
13083         unconditionally if TODO_rebuild_alias is set, else only when optimizing
13084         if TODO_update_address_taken is set.
13086 2010-09-23  Anatoly Sokolov  <aesok@post.ru>
13088         * config/arm/arm.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
13089         * config/arm/arm-protos.h (arm_output_addr_const_extra): Remove.
13090         * config/arm/arm.c (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
13091         (arm_output_addr_const_extra): Make static.
13093 2010-09-23  Uros Bizjak  <ubizjak@gmail.com>
13095         * config/i386/i386.md (UNSPECV_NOPS): Rename from UNSPEC_NOPS and
13096         define as unspec_volatile.
13097         ("nops"): Define as unspec_volatile. Use fputs to write to
13098         asm_out_file directly.  Output NOPs on separate lines using while loop.
13099         * config/i386/i386.c (ix86_code_end): Use fputs to write to
13100         asm_out_file directly.  Output NOPs on separate lines using while loop.
13102 2010-09-23  Richard Guenther  <rguenther@suse.de>
13104         PR tree-optimization/45565
13105         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
13106         Make sure to adjust the fndecl before replacing the stmt.
13108 2010-09-23  Richard Guenther  <rguenther@suse.de>
13110         PR middle-end/45750
13111         * gimplify.c (gimplify_expr): Properly pass on GS_ERROR when
13112         gimplifying MEM_REF.
13114 2010-09-23  Alan Modra  <amodra@gmail.com>
13116         * config/rs6000/rs6000.c (toc_relative_ok): Delete.
13117         (rs6000_emit_move): Use SYMBOL_REF_LOCAL_P instead.
13119 2010-09-23  Bernd Schmidt  <bernds@codesourcery.com>
13121         PR rtl-optimization/44374
13122         * basic-block.h (enum bb_flags): Add BB_MODIFIED.
13123         * df-core.c (df_set_bb_dirty): Set it.
13124         * ifcvt.c (find_memory): Remove function.
13125         (dead_or_predicable): Use can_move_insns_across.
13126         * df.h (can_move_insns_across): Declare function.
13127         * cfgcleanup.c (block_was_dirty): New static variable.
13128         (try_crossjump_bb, try_forward_edges): Test BB_MODIFIED flag rather
13129         than df_get_bb_dirty.
13130         (try_head_merge_bb): New static function.
13131         (try_optimize_cfg): Call it.  Call df_analyze if block_was_dirty
13132         is set.
13133         * df-problems.c: Include "target.h"
13134         (df_simulate_find_uses): New static function.
13135         (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
13136         (find_memory, find_memory_store): New static functions.
13137         (can_move_insns_across): New function.
13138         * Makefile.in (df-problems.o): Update dependencies.
13140 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
13142         PR java/44095
13143         * config/sparc/linux.h (ASM_SPEC): Pass -K PIC if -findirect-dispatch
13144         is specified and the suffix of the file isn't ".c".
13145         * config/sparc/linux64.h (ASM_SPEC): Likewise.
13147 2010-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13149         * doc/contrib.texi (Contributors): Allow URL to wrap in PDF output.
13150         * doc/cppopts.texi: Fix markup of index entry.
13151         * doc/extend.texi (Constructing Calls): Fix markup of
13152         __builtin_va_arg_pack and __builtin_va_arg_pack_len definition.
13153         (Conditionals, C++ Comments, Pragmas, Unnamed Fields, Thread-Local)
13154         (Vague Linkage, C++ Attributes): Fix markup of index entries and
13155         keywords.
13156         * doc/invoke.texi (Option Summary): Fix spacing.  Rewrap to
13157         avoid long lines.
13158         (C Dialect Options, C++ Dialect Options, Warning Options)
13159         (Debugging Options, Spec Files, Darwin Options)
13160         (i386 and x86-64 Options, MIPS Options)
13161         (RS/6000 and PowerPC Options, Code Gen Options): Fix markup of
13162         index entries, avoid abbreviations, allow URLs to wrap, avoid
13163         long lines, avoid overlong pages from long @itemx lists.
13164         * doc/objc.texi (Garbage Collection): Allow URLs to wrap.
13165         * doc/standards.texi (Standards): Likewise.
13166         * doc/trouble.texi (Incompatibilities): Fix markup of index entry.
13168 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
13170         * opts-common.c (prune_options): Make static.  Work with decoded
13171         options.
13172         (decode_cmdline_options_to_array): Call prune_options.  Don't
13173         resize option array here.
13174         * opts.h (prune_options): Remove prototype.
13175         * gcc.c (process_command): Take decoded options; don't call
13176         decode_cmdline_options_to_array here.  Use decoded options for argv[0].
13177         (main): Call decode_cmdline_options_to_array here instead of
13178         prune_options.  Update call to process_command.
13179         * config/darwin-driver.c: Include opts.h.
13180         (darwin_default_min_version): Work with decoded options.  Don't
13181         handle -b or -V here.
13182         * config/darwin.h (darwin_default_min_version): Update prototype.
13183         (GCC_DRIVER_HOST_INITIALIZATION): Update call to
13184         darwin_default_min_version.
13185         * config/i386/cygwin.h (mingw_scan): Update prototype.
13186         (GCC_DRIVER_HOST_INITIALIZATION): Update call to mingw_scan.
13187         * config/i386/cygwin1.c: Include opts.h.
13188         (mingw_scan): Work with decoded options.
13189         * config/i386/t-cygwin (cygwin1.o): Update dependencies.
13190         * config/t-darwin (darwin-driver.o): Update dependencies.
13192 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
13194         * common.opt (-assemble, -compile, -coverage, -debug, -dump,
13195         -dump=, -dumpbase, -dumpdir, -entry, -entry=, -extra-warnings,
13196         -for-assembler, -for-assembler=, -for-linker, -for-linker=,
13197         -force-link, -force-link=, -language, -language=,
13198         -library-directory, -library-directory=, -no-canonical-prefixes,
13199         -no-standard-libraries, -no-warnings, -optimize, -output,
13200         -output=, -pass-exit-codes, -pedantic, -pedantic-errors, -pie,
13201         -pipe, -prefix, -prefix=, -preprocess, -print-file-name,
13202         -print-file-name=, -print-libgcc-file-name,
13203         -print-multi-directory, -print-multi-lib,
13204         -print-multi-os-directory, -print-prog-name, -print-prog-name=,
13205         -print-search-dirs, -print-sysroot, -print-sysroot-headers-suffix,
13206         -profile, -save-temps, -shared, -specs, -specs=, -static,
13207         -symbolic, -time, -verbose, -param=, -sysroot, coverage, e, u,
13208         symbolic): New.
13209         (fhelp, fhelp=, ftarget-help, fversion): Make into aliases.
13210         * gcc.c (A Short Introduction to Adding a Command-Line Option):
13211         Remove comment.
13212         (cc1_options): Correct specs for passing down --help,
13213         --target-help and --help=*.  Add spec for passing down --version.
13214         (struct option_map, option_map, target_option_translations,
13215         translate_options): Remove.
13216         (driver_handle_option): Handle OPT__version, OPT__help, OPT__help_
13217         and OPT__target_help instead of OPT_fversion, OPT_fhelp,
13218         OPT_fhelp_ and OPT_ftarget_help.
13219         (process_command): Don't call translate_options.  Call
13220         decode_cmdline_options_to_array before checking for
13221         -no-canonical-prefixes using decoded options.
13222         * opts-common.c (tm.h): Update comment on #include.
13223         (find_opt): Allow abbreviations of long options.
13224         (struct option_map, option_map): New.
13225         (decode_cmdline_option): Use them instead of hardcoding -Wno, -fno
13226         and -mno handling.
13227         (target_option_translations): New.
13228         (decode_cmdline_options_to_array): Handle
13229         TARGET_OPTION_TRANSLATE_TABLE in driver.
13230         * opts.c (common_handle_option): Don't handle OPT_fhelp,
13231         OPT_ftarget_help, OPT_fhelp_ or OPT_fversion.
13233 2010-09-22  Richard Guenther  <rguenther@suse.de>
13235         * tree-inline.c (optimize_inline_calls): Schedule cleanups
13236         only if we inlined something.  Block compaction and conditional
13237         folding are done by cfg cleanup.  Schedule update-address-taken.
13238         (tree_function_versioning): Remove redundant call to number_blocks.
13239         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Conditional
13240         folding is done by cfg cleanup.
13241         * passes.c (init_optimization_passes): Remove update-address-taken
13242         pass after IPA inlining.
13244 2010-09-22  Chung-Lin Tang  <cltang@codesourcery.com>
13246         * postreload.c (move2add_note_store): Add reg_symbol_ref[] checks
13247         to update conditions. Fix reg_mode[] check.
13249 2010-09-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
13251         * config/picochip/picochip.md (movhicc): Use expand to check whether
13252         movhicc is available and split it after reload.
13254 2010-09-22  Richard Guenther  <rguenther@suse.de>
13256         * tree-ssanames.c (release_dead_ssa_names): Do not remove
13257         callee edges here.
13258         * passes.c (init_optimization_passes): Remove early CFG cleanup.
13259         * tree-optimize.c (execute_cleanup_cfg_pre_ipa): Remove.
13260         (pass_cleanup_cfg): Likewise.
13261         (execute_fixup_cfg): Cleanup.
13262         * tree-pass.h (pass_cleanup_cfg): Remove.
13264 2010-09-22  Martin Jambor  <mjambor@suse.cz>
13266         * gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold
13267         builtins if it is true.
13268         (fold_stmt_1): Call, fold_gimple_call always, pass inplace as a
13269         parameter.
13271 2010-09-22  Martin Jambor  <mjambor@suse.cz>
13273         * tree-sra.c (struct access): New field grp_no_warning.
13274         (create_access_replacement): Set TREE_NO_WARNING according to
13275          grp_no_warning.
13276         (create_artificial_child_access): Use build_ref_for_model and set
13277         grp_no_warning if build_user_friendly_ref_for_offset fails.
13278         (propagate_subaccesses_across_link): Likewise.
13280 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
13282         PR target/35664
13283         * config/sparc/constraints.md ('e'): Return NO_REGS if !TARGET_FPU.
13284         ('f'): Likewise.
13286 2010-09-22  Tristan Gingold  <gingold@adacore.com>
13288         * config/alpha/alpha.c (alpha_use_linkage): Initialize target field.
13290 2010-09-22  Uros Bizjak  <ubizjak@gmail.com>
13292         * config/i386/i386.h (MAX_STRINGOP_ALGS): Fix typo in the name.
13293         * config/i386/i386.c (decide_alg): Update for rename.
13295 2010-09-22  Jakub Jelinek  <jakub@redhat.com>
13297         PR rtl-optimization/45739
13298         * simplify-rtx.c (simplify_binary_operation_1): Optimize even
13299         vector mode | CONST0_RTX (mode) and ^ CONST0_RTX (mode).
13301 2010-09-21  Anatoly Sokolov  <aesok@post.ru>
13303         * config/rs6000/rs6000.h (OUTPUT_ADDR_CONST_EXTRA): Remove macros.
13304         * config/rs6000/rs6000-protos.h (rs6000_output_addr_const_extra):
13305         Remove.
13306         * config/rs6000/rs6000.c (rs6000_output_addr_const_extra): Make static.
13307         (TTARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
13309 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
13311         PR objc/23710
13312         * c-parser.c (c_parser_objc_method_definition): Check the return
13313         value of objc_start_method_definition and if false is returned,
13314         parse the method definition but emit no code.
13316 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
13318         PR objc/25965
13319         * c-decl.c (detect_field_duplicates): If compiling Objective-C,
13320         call objc_get_interface_ivars ().
13322 2010-09-21  Kai Tietz  <kai.tietz@onevision.com>
13324         PR target/45694
13325         * config/i386/i386.c (ix86_expand_prologue): Save r10 in case that
13326         static chain-register is used for 64-bit.
13328 2010-09-21  Richard Guenther  <rguenther@suse.de>
13330         * dwarf2out.c (is_cu_die): New function.
13331         (add_pubtype): Use it.
13332         (gen_subprogram_die): Likewise.
13333         (gen_struct_or_union_type_die): Likewise.
13334         (dwarf2out_finish): Likewise.
13335         (comp_unit_die): Rename to ...
13336         (single_comp_unit_die): ... this.
13337         (comp_unit_die): New function lazily constructing and
13338         returning single_comp_unit_die.
13339         (is_cxx, is_fortran, is_ada, debug_dwarf, break_out_comdat_types,
13340         base_type_die, subrange_type_die, modified_type_die,
13341         lower_bound_default, add_bound_info, add_prototyped_attribute,
13342         dwarf2out_vms_debug_main_pointer, scope_die_for, retry_incomplete_types,
13343         dwarf2out_abstract_function, gen_type_die_with_usage, get_context_die,
13344         force_decl_die, gen_namespace_die, dwarf2out_decl,
13345         dwarf2out_start_source_file, dwarf2out_end_source_file,
13346         prune_unused_types, dwarf2out_finish): Use it.
13347         (gen_compile_unit_die): For GNU GIMPLE derive DW_AT_language from
13348         the global list of translation-unit decls.
13349         (dwarf2out_init): Do not create single_comp_unit_die here.
13350         (force_decl_die): Handle TRANSLATION_UNIT_DECL.
13352 2010-09-21  Richard Guenther  <rguenther@suse.de>
13354         * dwarf2out.c (dwarf2out_decl): Do not always generate a DIE
13355         for bool for C++.
13357 2010-09-21  Bernd Schmidt  <bernds@codesourcery.com>
13359         * config/arm/iterators.md (qhs_extenddi_op): New mode_attr.
13360         (qhs_extenddi_cstr): Likewise.
13361         * config/arm/arm.md (zero_extend<mode>di2, extend<mode>di2): Use
13362         them for the source operand.
13364 2010-09-21  Uros Bizjak  <ubizjak@gmail.com>
13366         * config/i386/i386.c (ix86_split_ashl): Rename single_width variable
13367         to half_width.  Use GET_MODE_BITSIZE to calculate mode size.
13368         (ix86_split_ashr): Ditto.
13369         (ix86_split_lshr): Ditto.
13371 2010-09-21  Richard Guenther  <rguenther@suse.de>
13373         PR tree-optimization/45580
13374         * tree-ssa-propagate.c (substitute_and_fold): Always replace
13375         regular uses.
13376         * gimple-fold.c (gimple_fold_obj_type_ref): For a BINFO without
13377         virtuals fold the call into a regular indirect one.
13379 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
13381         PR rtl-optimization/42775
13382         * cfgrtl.c (rest_of_pass_free_cfg): Recompute notes if delay slot
13383         scheduling is enabled.
13385 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
13387         PR rtl-optimization/45728
13388         * expr.c (expand_expr_real_1): If op0 isn't REG or MEM, try
13389         gen_lowpart_common first and if that fails, force_reg first
13390         before calling gen_lowpart.
13392         PR middle-end/45678
13393         * cfgexpand.c (expand_one_stack_var_at): Use
13394         crtl->max_used_stack_slot_alignment as max_align, instead
13395         of maximum of that and PREFERRED_STACK_BOUNDARY.
13396         Don't call update_stack_alignment.
13398 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
13400         * langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
13401         * langhooks-def.h (LANG_HOOKS_HASH_TYPES): Delete.
13402         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_HASH_TYPES.
13403         * system.h (LANG_HOOKS_HASH_TYPES): Poison.
13404         * tree.c (type_hash_canon): Do not test lang_hooks.types.hash_types.
13405         (build_nonstandard_integer_type): Likewise.
13406         (build_range_type_1): New function, built from...
13407         (build_range_type): ...this.  Call build_range_type_1.
13408         (build_nonshared_range_type): New function.
13409         (build_array_type_1): New function, built from...
13410         (build_array_type: ...this.  Call build_array_type_1.
13411         (build_nonshared_array_type): New function.
13412         * tree.h (build_nonshared_range_type): Declare.
13413         (build_nonshared_array_type): Likewise.
13415 2010-09-20  Anatoly Sokolov  <aesok@post.ru>
13417         * config/arm/arm.h (CLASS_LIKELY_SPILLED_P): Remove.
13418         * config/arm/arm.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
13419         (arm_class_likely_spilled_p): New function.
13421 2010-09-20  Uros Bizjak  <ubizjak@gmail.com>
13423         * config/i386/i386.c (ix86_expand_ashl_const): Rewrite using
13424         indirect functions.
13425         (ix86_split_ashl): Ditto.
13426         (ix86_split_ashr): Ditto.
13427         (ix86_split_lshr): Ditto.
13428         (ix86_adjust_counter): Ditto.
13430 2010-09-20  Nicola Pero  <nicola.pero@meta-innovation.com>
13432         * c-family/c-common.h (constant_string_class): Documented with
13433         comment identical to the one already in c-common.c.
13435 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
13437         * dwarf2out.c (any_cfis_emitted): New static variable.
13438         (add_fde_cfi): Set it.
13439         (dwarf2out_frame_debug): Clear it before processing,
13440         if it is set afterwards, flush any queued reg saves.
13442         PR debug/45124
13443         * dwarf2out.c (add_accessibility_attribute): Assume
13444         DW_ACCESS_private as the default for dwarf_version > 2
13445         and DW_TAG_class_type parent.
13446         (gen_inheritance_die): Assume DW_ACCESS_public as the default
13447         for dwarf_version > 2 and parent other than DW_TAG_class_type.
13449 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
13451         PR target/45726
13452         * arm.md (arm_movt): Only enable on machines with MOVT.
13454 2010-09-20  Jie Zhang  <jie@codesourcery.com>
13456         * config/arm/arm.c (arm_address_offset_is_imm): New.
13457         (arm_early_store_addr_dep): New.
13458         (arm_early_load_addr_dep): New.
13459         * config/arm/arm-protos.h (arm_early_store_addr_dep): Declare.
13460         (arm_early_load_addr_dep): Declare.
13461         (arm_address_offset_is_imm): Declare.
13462         * config/arm/cortex-m4.md: New file.
13463         * config/arm/cortex-m4-fpu.md: New file.
13464         * config/arm/arm.md: Include cortex-m4.md and cortex-m4-fpu.md.
13465         (attr generic_sched): Exclude cortexm4.
13466         (attr generic_vfp): Exclude cortexm4.
13468 2010-09-20  Richard Guenther  <rguenther@suse.de>
13470         PR middle-end/45704
13471         * gimplify.c (gimplify_modify_expr_rhs): Preserve volatileness.
13473 2010-09-20  Jan Hubicka  <jh@suse.cz>
13475         PR tree-optimize/45605
13476         * cgraph.h (const_value_known_p): Declare.
13477         (varpool_decide_const_value_known): Remove.
13478         * tree-ssa-ccp.c (get_base_constructor): Use it.
13479         * lto-cgraph.c (compute_ltrans_boundary): Likewise.
13480         * expr.c (string_constant): Likewise.
13481         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Likewise.
13482         * ipa.c (ipa_discover_readonly_nonaddressable_var,
13483         function_and_variable_visibility): Likewise.
13484         * gimplify.c (gimplify_call_expr): Likewise.
13485         * gimple-fold.c (get_symbol_constant_value): Likewise.
13486         * varpool.c (varpool_decide_const_value_known): Replace by...
13487         (const_value_known_p): ... this one; handle other kinds of DECLs
13488         too and work for automatic vars.
13489         (varpool_finalize_decl): Use const_value_known_p.
13491 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
13493         PR target/45726
13494         * arm.md (arm_movtas_ze): Only enable on machine with MOVT.
13496 2010-09-20  Richard Guenther  <rguenther@suse.de>
13498         PR tree-optimization/45705
13499         * tree-ssa-dom.c (optimize_stmt): Perform redundant store elimination.
13501 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
13503         PR rtl-optimization/45695
13504         * combine.c (try_combine): When splitting a two set pattern,
13505         make sure the pattern which will be put into i2 doesn't use REGs
13506         or MEMs set by insns in between i2 and i3.
13508 2010-09-19  Jan Hubicka  <jh@suse.cz>
13510         PR lto/44246
13511         * lto-cgraph.c (input_cgraph_1, input_varpool_1): Avoid
13512         processing same node twice.
13514 2010-09-19  Anatoly Sokolov  <aesok@post.ru>
13516         * config/bfin/bfin.h (CLASS_LIKELY_SPILLED_P): Remove.
13517         * config/bfin/bfin.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
13518         (bfin_class_likely_spilled_p): New function
13520 2010-09-19  Ira Rosen  <irar@il.ibm.com>
13522         PR tree-optimization/45714
13523         * tree-vect-stmts.c (vect_transform_stmt): Use a dummy statement
13524         created in vectorizable_call instead of the original statement in
13525         def stmt updates.
13527 2010-09-19  Uros Bizjak  <ubizjak@gmail.com>
13529         * config/i386/i386-protos.h (split_double_mode): New prototype.
13530         (split_di, split_ti): Remove prototypes.
13531         * config/i386/i386.c (split_double_mode): New function.
13532         (split_di, split_ti): Remove.
13533         (ix86_expand_branch): Use split_double_mode.
13534         (ix86_split_to_parts): Ditto.
13535         (ix86_split_ashl): Ditto.
13536         (ix86_split_ashr): Ditto.
13537         (ix86_split_lshr): Ditto.
13538         (ix86_force_to_memory): Ditto.
13539         * config/i386/i386.md: Use split_double_mode in double-mode splitters.
13541 2010-09-18  Jan Hubicka  <jh@suse.cz>
13543         PR tree-optimization/45453
13544         * cgraphunit.c (cgraph_finalize_function): Consider comdat & external
13545         virtual functions are reachable.
13546         * ipa-inline.c (cgraph_clone_inlined_nodes): Likewise.
13547         * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
13548         * ipa-prop.c (ipa_modify_formal_parameters): Clear DECL_VIRTUAL_P
13549         when modifying function.
13551 2010-09-18  Jan Hubicka  <jh@suse.cz>
13553         PR tree-optimization/45605
13554         * cgraphunit.c (cgraph_analyze_functions): Allocate bitmap obstack.
13555         * gimple-fold.c (static_object_in_other_unit_p): New function.
13556         (canonicalize_constructor_val): Use it.
13557         (get_symbol_constant_value): Be reaqdy for canonicalize_constructor_val
13558         returning NULL.
13559         (gimple_fold_obj_type_ref_known_binfo): Use
13560         static_object_in_other_unit_p.
13562 2010-09-18  Richard Guenther  <rguenther@suse.de>
13564         PR tree-optimization/45709
13565         * tree-inline.c (copy_phis_for_bb): Delay commit of edge
13566         insertions until after all PHI nodes of the block are processed.
13568 2010-09-18  Tijl Coosemans  <tijl@coosemans.org>
13570         * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
13572 2010-09-18  Kai Tietz  <kai.tietz@onevision.com>
13574         * config.gcc (*-w64-mingw*): Correct typo about t-dfprules.
13576 2010-09-18  Richard Guenther  <rguenther@suse.de>
13578         PR tree-optimization/45709
13579         * tree-inline.c (copy_phis_for_bb): Fixup new_edge when we splitted it.
13581 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
13583         * graphite-dependences.c (dot_deps): Add DEBUG_FUNCTION.
13584         (dot_deps_stmt): Same.
13585         * graphite-poly.c (dot_lst): Same.
13586         * graphite-scop-detection.c (dot_all_scops): Same.
13587         (dot_scop): Same.
13589 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
13591         Revert:
13592         2009-12-16  Ben Elliston  <bje@au.ibm.com>
13594         * tree-data-ref.c (dot_rdg_1): Added back.
13595         (dot_rdg): Same.  Added "#if 0" around system call.
13597 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
13598             Richard Henderson  <rth@redhat.com>
13600         * config/i386/i386.c (initial_ix86_tune_features): Add
13601         X86_TUNE_PAD_SHORT_FUNCTION.
13602         (ix86_code_end): Pad with 8 NOPs for TARGET_PAD_SHORT_FUNCTION.
13603         (ix86_count_insn): New.
13604         (ix86_pad_short_function): Likewise.
13605         (ix86_reorg): Support TARGET_PAD_SHORT_FUNCTION.
13607         * config/i386/i386.h (ix86_tune_indices): Add
13608         X86_TUNE_PAD_SHORT_FUNCTION.
13609         (TARGET_PAD_SHORT_FUNCTION): New.
13611         * config/i386/i386.md (UNSPEC_NOPS): New.
13612         (nops): Likewise.
13614 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
13616         PR middle-end/45234
13617         * calls.c (expand_call): Make sure that all variable sized
13618         adjustments are multiple of preferred stack boundary after
13619         stack alignment.
13621 2010-09-17  DJ Delorie  <dj@redhat.com>
13623         * config/rx/rx.c (rx_print_operand): If __builtin_rx_setpsw() is
13624         passed an invalid value, print an error instead of ICEing.
13625         (valid_psw_flag): New.
13626         (rx_expand_builtin): Call it for setpsw/clrpsw.
13627         (rx_expand_builtin_mvtipl): Pass an integer to IN_RANGE, not an RTX.
13629         * config/rx/rx.md (bitclr): Don't mark the output as early-clobber.
13630         (bitclr_in_memory): Likewise.
13631         (clrspw, setpsw, mvfc, mvtc, mvtipl): Make volatile.
13633 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
13635         PR middle-end/45678
13636         * cfgexpand.c (update_stack_alignment): New.
13637         (get_decl_align_unit): Use it.
13638         (expand_one_stack_var_at): Call update_stack_alignment.
13640 2010-09-17  Richard Guenther  <rguenther@suse.de>
13642         * lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers):
13643         Properly copy the read string.
13645 2010-09-17  Joseph Myers  <joseph@codesourcery.com>
13647         * doc/options.texi (Variable): Document.
13648         * optc-gen.awk, opth-gen.awk: Handle Variable records.  Don't
13649         generate target_flags declarations explicitly.  Don't define
13650         VarExists variables for the driver.
13651         * common.opt (target_flags): New Variable record.
13652         (flag_dump_unnumbered, flag_dump_unnumbered_links,
13653         flag_var_tracking, flag_var_tracking_assignments,
13654         flag_var_tracking_assignments_toggle): Don't mark variables with
13655         VarExists.
13656         * config/i386/i386.c (ix86_isa_flags): Don't define here.
13657         * config/i386/i386.opt (ix86_isa_flags): Define here.
13658         * config/mcore/mcore.c (mcore_stack_increment): Don't define here.
13659         * config/mcore/mcore.opt (mcore_stack_increment): Don't mark with
13660         VarExists.
13661         * flags.h (flag_dump_unnumbered, flag_var_tracking): Remove.
13662         * print-rtl.c (flag_dump_unnumbered, flag_dump_unnumbered_links):
13663         Only define for generator programs.
13664         * rtlanal.c (target_flags): Remove.
13665         * toplev.c (flag_var_tracking, flag_var_tracking_assignments,
13666         flag_var_tracking_assignments_toggle): Remove.
13668 2010-09-17  Michael Matz  <matz@suse.de>
13670         PR tree-optimization/43432
13671         * tree-vect-data-refs.c (vect_analyze_data_ref_access):
13672         Accept backwards consecutive accesses.
13673         (vect_create_data_ref_ptr): If step is negative generate
13674         decreasing IVs.
13675         * tree-vect-stmts.c (vectorizable_store): Reject negative steps.
13676         (perm_mask_for_reverse, reverse_vec_elements): New functions.
13677         (vectorizable_load): Handle loads with negative steps when easily
13678         possible.
13680 2010-09-03  Jan Hubicka  <jh@suse.cz>
13682         * lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.
13684 2010-09-03  Naveen H.S  <naveen.S@kpitcummins.com>
13686         * config/v850/v850.c (v850_function_value_regno_p): Make static.
13687         Adjust comments. Declare.
13688         (TARGET_FUNCTION_VALUE_REGNO_P): Define.
13689         * config/v850/v850.h (FUNCTION_VALUE_REGNO_P): Delete.
13691 2010-09-17  Richard Guenther  <rguenther@suse.de>
13693         * common.opt (combine): Remove.
13694         * gcc.c (default_compilers): Remove specs testing combine.
13695         The C compilers no longer can combine.
13696         (option_map): Remove -combine.
13697         (display_help): Remove -combine.
13698         (driver_handle_option): Remove OPT_combine handling.
13699         (compile_input_file_p): Remove.
13700         (do_spec): Remove code concerning combine.
13701         (main): Likewise.
13702         * doc/invoke.texi: Remove traces of -combine.
13703         * lto-wrapper.c (run_gcc): Do not pass -combine to the compiler driver.
13705 2010-09-17  Richard Guenther  <rguenther@suse.de>
13707         PR middle-end/45678
13708         * builtins.c (fold_builtin_memory_op): Always properly adjust
13709         alignment of memory accesses.
13711 2010-09-16  Jan Hubicka  <jh@suse.cz>
13713         * lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when
13714         processing clone.
13716 2010-09-16  H.J. Lu  <hongjiu.lu@intel.com>
13718         * config/i386/i386-protos.h (ix86_split_idivmod): New prototype.
13720         * config/i386/i386.c (predict_jump): Add prototype.
13721         (flag_opts): Add -m8bit-idiv.
13722         (ix86_split_idivmod): New.
13724         * config/i386/i386.md (UNSPEC_DIV_ALREADY_SPLIT): New.
13725         Add 2 splitters for SI/DI mode divide.
13726         (divmod<mode>4_1): New pattern.
13727         (udivmod<mode>4_1): Likewise.
13728         (testdi_ccno_1): Likewise.
13730         * config/i386/i386.opt (m8bit-idiv): New.
13732         * doc/invoke.texi: Document -m8bit-idiv.
13734 2010-09-16  Reza Yazdani  <reza.yazdani@amd.com>
13736         PR bootstrap/45680
13737         * config/i386/i386.c (min_insn_size): Moved out of the
13738         ASM_OUTPUT_MAX_SKIP_PAD ifdef.
13740 2010-09-16  Jan Hubicka  <jh@suse.cz>
13742         * lto-cgraph.c (lto_output_node): Fix handling of clones.
13743         * ipa.c (cgraph_remove_unreachabloe_nodes): Fix handling of
13744         unreachable clones with reachable clones.
13745         * tree-inline.c (copy_bb): Fix sanity checking when producing
13746         unreachable clone.
13748 2010-09-16  Anatoly Sokolov  <aesok@post.ru>
13750         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Remove.
13751         (TARGET_MEMORY_MOVE_COST): Define.
13752         (m32r_function_arg): Annotate argument 'type' with ATTRIBUTE_UNUSED.
13754 2010-09-16  Alexander Monakov  <amonakov@ispras.ru>
13756         * sel-sched.c (move_cond_jump): Use tidy_control_flow instead of
13757         maybe_tidy_empty_bb.
13759         Revert:
13760         2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
13761         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
13763 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
13765         * target.def (target_option.optimization): New hook.
13766         * doc/tm.texi.in (OPTIMIZATION_OPTIONS): Change to
13767         TARGET_OPTION_OPTIMIZATION hook.
13768         * doc/tm.texi: Regenerate.
13769         * hooks.c (hook_void_int_int): New.
13770         * hooks.h (hook_void_int_int): Declare.
13771         * opts.c: Don't include tm_p.h.
13772         (decode_options): Use targetm.target_option.optimization instead
13773         of OPTIMIZATION_OPTIONS.
13774         * system.h (OPTIMIZATION_OPTIONS): Poison.
13775         * config/arm/arm-protos.h (arm_optimization_options): Remove.
13776         * config/arm/arm.c (TARGET_OPTION_OPTIMIZATION): Define.
13777         (arm_optimization_options): Rename to arm_option_optimization.
13778         Make static.
13779         * config/arm/arm.h (OPTIMIZATION_OPTIONS): Remove.
13780         * config/cris/cris.c (TARGET_OPTION_OPTIMIZATION): Define.
13781         (cris_option_optimization): New.
13782         * config/cris/cris.h (OPTIMIZATION_OPTIONS): Remove.
13783         * config/crx/crx.c (TARGET_OPTION_OPTIMIZATION): Define.
13784         (crx_option_optimization): New.
13785         * config/crx/crx.h (OPTIMIZATION_OPTIONS): Remove.
13786         * config/frv/frv-protos.h (frv_optimization_options): Remove.
13787         * config/frv/frv.c (TARGET_OPTION_OPTIMIZATION): Define.
13788         (frv_optimization_options): Rename to frv_option_optimization.
13789         Make static.
13790         * config/frv/frv.h (OPTIMIZATION_OPTIONS): Remove.
13791         * config/h8300/h8300.c (h8300_option_optimization): New.
13792         (TARGET_OPTION_OPTIMIZATION): Define.
13793         * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): Remove.
13794         * config/i386/i386-protos.h (optimization_options): Remove.
13795         * config/i386/i386.c (optimization_options): Rename to
13796         ix86_option_optimization.  Make static.
13797         (TARGET_OPTION_OPTIMIZATION): Define.
13798         * config/i386/i386.h (OPTIMIZATION_OPTIONS): Remove.
13799         * config/ia64/ia64-protos.h (ia64_optimization_options): Remove.
13800         * config/ia64/ia64.c (TARGET_OPTION_OPTIMIZATION): Define.
13801         (ia64_optimization_options): Rename to ia64_option_optimization.
13802         Make static.  Call SUBTARGET_OPTIMIZATION_OPTIONS.
13803         * config/ia64/ia64.h (OPTIMIZATION_OPTIONS): Remove.  Remove
13804         commented-out definition.
13805         * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
13806         instead of OPTIMIZATION_OPTIONS.
13807         * config/m32r/m32r.c (TARGET_OPTION_OPTIMIZATION): Define.
13808         (m32r_option_optimization): New.
13809         * config/m32r/m32r.h (OPTIMIZATION_OPTIONS): Remove.
13810         * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options):
13811         Remove.
13812         * config/mcore/mcore.c (TARGET_OPTION_OPTIMIZATION): Define.
13813         (mcore_option_optimization): New.
13814         * config/mcore/mcore.h (OPTIMIZATION_OPTIONS): Remove.
13815         * config/mep/mep-protos.h (mep_optimization_options): Remove.
13816         * config/mep/mep.c (TARGET_OPTION_OPTIMIZATION): Define.
13817         (mep_optimization_options): Rename to mep_option_optimization.
13818         Make static.  Take unused level and size parameters.
13819         * config/mep/mep.h (OPTIMIZATION_OPTIONS): Remove.
13820         * config/mmix/mmix.c (TARGET_OPTION_OPTIMIZATION): Define.
13821         (mmix_option_optimization): New.
13822         * config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove.
13823         * config/pdp11/pdp11.c (TARGET_OPTION_OPTIMIZATION): Define.
13824         (pdp11_option_optimization): New.
13825         * config/pdp11/pdp11.h (OPTIMIZATION_OPTIONS): Remove.
13826         * config/rs6000/rs6000-protos.h (optimization_options): Remove.
13827         * config/rs6000/rs6000.c (TARGET_OPTION_OPTIMIZATION): Define.
13828         (optimization_options): Rename to rs6000_option_optimization.
13829         Make static.
13830         * config/rs6000/rs6000.h (OPTIMIZATION_OPTIONS): Remove.
13831         * config/rx/rx-protos.h (rx_set_optimization_options): Remove.
13832         * config/rx/rx.c (rx_set_optimization_options): Rename to
13833         rx_option_optimization.  Make static.  Take unused level and size
13834         parameters.
13835         (TARGET_OPTION_OPTIMIZATION): Define.
13836         * config/rx/rx.h (OPTIMIZATION_OPTIONS): Remove.
13837         * config/s390/s390-protos.h (optimization_options): Remove.
13838         * config/s390/s390.c (optimization_options): Rename to
13839         s390_option_optimization.  Make static.  Don't mark size parameter
13840         unused.
13841         (TARGET_OPTION_OPTIMIZATION): Define.
13842         * config/s390/s390.h (OPTIMIZATION_OPTIONS): Remove.
13843         * config/sh/sh-protos.h (sh_optimization_options): Remove.
13844         * config/sh/sh.c (TARGET_OPTION_OPTIMIZATION): Define.
13845         (sh_optimization_options): Rename to sh_option_optimization.  Make
13846         static.  Don't mark parameters unused.
13847         * config/sh/sh.h (OPTIMIZATION_OPTIONS): Remove.
13848         * config/spu/spu-protos.h (spu_optimization_options): Remove.
13849         * config/spu/spu.c (TARGET_OPTION_OPTIMIZATION): Define.
13850         (spu_optimization_options): Rename to spu_option_optimization.
13851         Make static.
13852         * config/spu/spu.h (OPTIMIZATION_OPTIONS): Remove.
13853         * config/v850/v850.c (TARGET_OPTION_OPTIMIZATION): Define.
13854         (v850_option_optimization): New.
13855         * config/v850/v850.h (OPTIMIZATION_OPTIONS): Remove.
13856         * config/xtensa/xtensa.c (TARGET_OPTION_OPTIMIZATION): Define.
13857         (xtensa_option_optimization): New.
13858         * config/xtensa/xtensa.h (OPTIMIZATION_OPTIONS): Remove.
13860 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
13862         * doc/tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
13863         (C_COMMON_OVERRIDE_OPTIONS): Don't refer to OVERRIDE_OPTIONS.
13864         * doc/tm.texi: Regenerate.
13865         * system.h (OVERRIDE_OPTIONS): Poison.
13866         * target.def (override): Default to hook_void_void.
13867         * targhooks.c (default_target_option_override): Remove.
13868         * genmodes.c, machmode.def: Update comments mentioning
13869         OVERRIDE_OPTIONS.
13870         * config/alpha/alpha-modes.def: Update comment mentioning
13871         alpha_override_options.
13872         * config/alpha/alpha-protos.h (override_options): Remove.
13873         * config/alpha/alpha.c (override_options): Rename to
13874         alpha_option_override.  Call SUBTARGET_OVERRIDE_OPTIONS.  Make static.
13875         (TARGET_OPTION_OVERRIDE): Define.
13876         * config/alpha/alpha.h (OVERRIDE_OPTIONS): Remove.
13877         * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead
13878         of OVERRIDE_OPTIONS.
13879         * config/arc/arc-protos.h (arc_init): Remove.
13880         * config/arc/arc.c (TARGET_OPTION_OVERRIDE): Define.
13881         (arc_init): Rename to arc_option_override.  Make static.
13882         * config/arc/arc.h (ARC_EXTENSION_CPU): Correct comment.
13883         (OVERRIDE_OPTIONS): Remove.
13884         * config/arm/arm-protos.h (arm_override_options): Remove.
13885         * config/arm/arm.c (TARGET_OPTION_OVERRIDE): Define.
13886         (arm_override_options): Rename to arm_option_override.  Make
13887         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
13888         * config/arm/arm.h (OVERRIDE_OPTIONS): Remove.
13889         * config/arm/arm.md: Update comment referring to arm_override_options.
13890         * config/arm/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
13891         instead of OVERRIDE_OPTIONS.
13892         * config/avr/avr-protos.h (avr_override_options): Remove.
13893         * config/avr/avr.c (TARGET_OPTION_OVERRIDE): Define.
13894         (avr_override_options): Rename to avr_option_override.  Make static.
13895         * config/avr/avr.h (OVERRIDE_OPTIONS): Remove.
13896         * config/bfin/bfin-protos.h (override_options): Remove (twice).
13897         * config/bfin/bfin.c (override_options): Rename to
13898         bfin_option_override.  Make static.
13899         (TARGET_OPTION_OVERRIDE): Define.
13900         * config/bfin/bfin.h (OVERRIDE_OPTIONS): Remove.
13901         * config/cris/cris-protos.h (cris_override_options): Remove.
13902         * config/cris/cris.c (TARGET_OPTION_OVERRIDE): Define.
13903         (cris_override_options): Rename to cris_option_override.  Make static.
13904         * config/cris/cris.h (OVERRIDE_OPTIONS): Remove.
13905         * config/frv/frv-protos.h (frv_override_options): Remove.
13906         * config/frv/frv.c (TARGET_OPTION_OVERRIDE): Define.
13907         (frv_override_options): Rename to frv_option_override.  Make static.
13908         * config/frv/frv.h (OVERRIDE_OPTIONS): Remove.
13909         * config/h8300/h8300-protos.h (h8300_init_once): Remove.
13910         * config/h8300/h8300.c (h8300_init_once): Rename to
13911         h8300_option_override.  Make static.
13912         (TARGET_OPTION_OVERRIDE): Define.
13913         * config/h8300/h8300.h (OVERRIDE_OPTIONS): Remove.
13914         * config/i386/i386-protos.h (override_options): Remove.
13915         * config/i386/i386.c (override_options): Rename to
13916         ix86_option_override_internal.  Make static.  Comments referring
13917         to this function and callers changed.
13918         (ix86_option_override): New.
13919         (TARGET_OPTION_OVERRIDE): Define.
13920         * config/i386/i386.h (OVERRIDE_OPTION): Remove.
13921         * config/i386/linux64.h (DEFAULT_PCC_STRUCT_RETURN): Update comment.
13922         * config/ia64/ia64.c (ia64_file_start): Update comment referring
13923         to ia64_override_options.
13924         * config/iq2000/iq2000-protos.h (override_options): Remove.
13925         * config/iq2000/iq2000.c (TARGET_OPTION_OVERRIDE): Define.
13926         (override_options): Rename to iq2000_option_override.  Make static.
13927         * config/iq2000/iq2000.h (OVERRIDE_OPTIONS): Remove.
13928         * config/lm32/lm32-protos.h (lm32_override_options): Remove.
13929         * config/lm32/lm32.c (TARGET_OPTION_OVERRIDE): Define.
13930         (lm32_override_options): Rename to lm32_option_override.  Make static.
13931         * config/lm32/lm32.h (OVERRIDE_OPTIONS): Remove.
13932         * config/m32r/m32r.c (TARGET_OPTION_OVERRIDE): Define.
13933         (m32r_option_override): New.
13934         (m32r_init): Update comment.
13935         * config/m32r/m32r.h (OVERRIDE_OPTIONS): Remove.
13936         * config/m68hc11/m68hc11-protos.h (m68hc11_override_options): Remove.
13937         * config/m68hc11/m68hc11.c (TARGET_OPTION_OVERRIDE): Define.
13938         (m68hc11_override_options): Rename to m68hc11_option_override.
13939         Make static.  Return void.
13940         * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove.
13941         * config/m68k/m68k-protos.h (override_options): Remove.
13942         * config/m68k/m68k.c (TARGET_OPTION_OVERRIDE): Define.
13943         (override_options): Rename to m68k_option_override.  Make static.
13944         * config/m68k/m68k.h (OVERRIDE_OPTIONS): Remove.
13945         * config/mcore/mcore-protos.h (mcore_override_options): Remove.
13946         * config/mcore/mcore.c (TARGET_OPTION_OVERRIDE): Define.
13947         (mcore_override_options): Rename to mcore_option_override.  Make
13948         static.
13949         * config/mcore/mcore.h (OVERRIDE_OPTIONS): Remove.
13950         * config/mep/mep-protos.h (mep_override_options): Remove.
13951         * config/mep/mep.c (TARGET_OPTION_OVERRIDE): Define.
13952         (mep_override_options): Rename to mep_option_override.  Make static.
13953         * config/mep/mep.h (OVERRIDE_OPTIONS): Remove.
13954         * config/mmix/mmix-protos.h (mmix_override_options): Remove.
13955         * config/mmix/mmix.c (TARGET_OPTION_OVERRIDE): Define.
13956         (mmix_override_options): Rename to mmix_option_override.  Make static.
13957         * config/mmix/mmix.h (OVERRIDE_OPTIONS): Remove.
13958         * config/mn10300/mn10300-protos.h (mn10300_override_options): Remove.
13959         * config/mn10300/mn10300.c (TARGET_OPTION_OVERRIDE): Define.
13960         (mn10300_override_options): Rename to mn10300_option_override.
13961         Make static.
13962         * config/mn10300/mn10300.h (OVERRIDE_OPTIONS): Remove.
13963         * config/moxie/moxie-protos.h (moxie_override_options): Remove.
13964         * config/moxie/moxie.c (moxie_override_options): Rename to
13965         moxie_option_override.  Make static.
13966         (TARGET_OPTION_OVERRIDE): Define.
13967         * config/moxie/moxie.h (OVERRIDE_OPTIONS): Remove.
13968         * config/picochip/picochip-protos.h (picochip_override_options):
13969         Remove.  Update comment referring to picochip_override_options.
13970         * config/picochip/picochip.c (TARGET_OPTION_OVERRIDE): Define.
13971         (picochip_override_options): Rename to picochip_option_override.
13972         Make static.  Update comment and definition of
13973         TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE.
13974         * config/picochip/picochip.h (OVERRIDE_OPTIONS): Remove.
13975         * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
13976         * config/rs6000/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
13977         * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
13978         * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
13979         * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
13980         * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Define
13981         instead of OVERRIDE_OPTIONS.
13982         * config/rs6000/rs6000-modes.def: Update comment referring to
13983         rs6000_override_options.
13984         * config/rs6000/rs6000-protos.h (rs6000_override_options): Remove.
13985         * config/rs6000/rs6000.c (TARGET_OPTION_OVERRIDE): Define.
13986         (rs6000_override_options): Rename to
13987         rs6000_option_override_internal.  Make static.  Commented
13988         referring to rs6000_override_options and OVERRIDE_OPTIONS updated.
13989         (rs6000_option_override): New.
13990         * config/rs6000/rs6000.h (OPTION_TARGET_CPU_DEFAULT): Define
13991         instead of OVERRIDE_OPTIONS.
13992         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
13993         * config/s390/s390-protos.h (override_options): Remove.
13994         * config/s390/s390.c (override_options): Rename to
13995         s390_option_override.  Make static.
13996         (TARGET_OPTION_OVERRIDE): Define.
13997         * config/s390/s390.h (OVERRIDE_OPTIONS): Remove.
13998         * config/score/score-protos.h (score_override_options): Remove.
13999         * config/score/score.c (TARGET_OPTION_OVERRIDE): Define.
14000         (score_override_options): Rename to score_option_override.  Make
14001         static.
14002         * config/score/score.h (OVERRIDE_OPTIONS): Remove.
14003         Update comment referring to override_options.
14004         * config/score/score3.c (score3_override_options): Rename to
14005         score3_option_override.
14006         * config/score/score3.h (score3_override_options): Rename to
14007         score3_option_override.
14008         * config/score/score7.c (score7_override_options): Rename to
14009         score7_option_override.
14010         * config/score/score7.h (score7_override_options): Rename to
14011         score7_option_override.
14012         * config/sh/sh.c: Update comments referring to OVERRIDE_OPTIONS.
14013         * config/sparc/sparc.c (TARGET_OPTION_OVERRIDE): Define.
14014         (sparc_override_options): Rename to sparc_option_override.  Make
14015         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
14016         * config/sparc/sparc.h (OVERRIDE_OPTIONS): Remove.
14017         * config/sparc/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
14018         instead of OVERRIDE_OPTIONS.
14019         * config/spu/spu-protos.h (spu_override_options): Remove.
14020         * config/spu/spu.c (TARGET_OPTION_OVERRIDE): Define.
14021         (spu_override_options): Rename to spu_option_override.  Make
14022         static.
14023         * config/spu/spu.h (OVERRIDE_OPTIONS): Remove.
14024         * config/vax/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead of
14025         OVERRIDE_OPTIONS.
14026         * config/vax/vax-protos.h (override_options): Remove.
14027         * config/vax/vax.c (TARGET_OPTION_OVERRIDE): Define.
14028         (override_options): Rename to vax_option_override.  Make static.
14029         Call SUBTARGET_OVERRIDE_OPTIONS.
14030         * config/vax/vax.h (OVERRIDE_OPTIONS): Remove.
14031         * config/vxworks.c: Update comment referring to OVERRIDE_OPTIONS.
14032         * config/vxworks.h: Update comment referring to OVERRIDE_OPTIONS.
14033         * config/xtensa/xtensa-protos.h (override_options): Remove.
14034         * config/xtensa/xtensa.c (TARGET_OPTION_OVERRIDE): Define.
14035         (override_options): Rename to xtensa_option_override.  Make static.
14036         * config/xtensa/xtensa.h (OVERRIDE_OPTIONS): Remove.
14038 2010-09-16  Richard Guenther  <rguenther@suse.de>
14040         PR tree-optimization/45623
14041         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Adjust.
14042         (get_constraint_for_component_ref): If computing a constraint
14043         for the rhs handle type punning through unions.
14044         (get_constraint_for_address_of): Adjust.
14045         (get_constraint_for_1): Likewise.
14046         (get_constraint_for): Likewise.
14047         (get_constraint_for_rhs): New function.
14048         (do_structure_copy): Adjust.
14049         (make_constraint_to): Likewise.
14050         (handle_const_call): Likewise.
14051         (find_func_aliases): Likewise.
14052         (process_ipa_clobber): Likewise.
14053         (create_variable_info_for): Likewise.
14055 2010-09-16  Ira Rosen  <irar@il.ibm.com>
14057         * tree-vectorizer.c: Fix documentation.
14058         * tree-vectorizer.h (vinfo_for_stmt): Add documentation.
14059         (set_vinfo_for_stmt, get_earlier_stmt, get_later_stmt,
14060         is_pattern_stmt_p, is_loop_header_bb_p,
14061         stmt_vinfo_set_inside_of_loop_cost,
14062         stmt_vinfo_set_outside_of_loop_cost, vect_pow2, aligned_access_p,
14063         known_alignment_for_access_p): Likewise.
14064         * tree-vect-loop.c: Fix documentation.
14065         (vect_get_cost): Start function name from new line.
14066         * tree-vect-data-refs.c: Fix documentation.
14067         * tree-vect_stmts.c: Likewise.
14068         (vect_create_vectorized_promotion_stmts): Always free vec_tmp.
14069         (vectorizable_store): Free vec_oprnds if allocated.
14070         (vectorizable_condition): Initialize several variables to avoid
14071         warnings.
14072         * tree-vect-slp.c: Fix documentation.
14074 2010-09-16  Richard Guenther  <rguenther@suse.de>
14076         * tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL
14077         is TS_TRANSLATION_UNIT_DECL.
14078         (initialize_tree_contains_struct): Adjust.
14079         (all_translation_units): New global vector.
14080         (build_translation_unit_decl): New function.
14081         * tree.h (TRANSLATION_UNIT_LANGUAGE): New macro.
14082         (struct tree_translation_unit_decl): New.
14083         (all_translation_units): Declare.
14084         (union tree_node): Add translation_unit_decl member.
14085         (build_translation_unit_decl): Declare.
14086         * treestruct.def (TS_TRANSLATION_UNIT_DECL): New.
14087         * lto-streamer-out.c (pack_ts_translation_unit_decl_value_fields):
14088         New function.
14089         (pack_value_fields): Call it.
14090         (lto_output_tree_ref): Handle references to TRANSLATION_UNIT_DECL.
14091         (lto_output_ts_translation_unit_decl_tree_pointers): New function.
14092         (lto_output_tree_pointers): Call it.
14093         * lto-streamer-in.c (lto_input_tree_ref): Handle references
14094         to TRANSLATION_UNIT_DECL.
14095         (unpack_ts_translation_unit_decl_value_fields): New function.
14096         (unpack_value_fields): Call it.
14097         (lto_input_ts_translation_unit_decl_tree_pointers): New function.
14098         (lto_input_tree_pointers): Call it.
14099         * lto-streamer.c (check_handled_ts_structures): Adjust.
14100         * lto-streamer.h (enum LTO_tags): Add LTO_translation_unit_decl_ref.
14101         * c-decl.c (all_translation_units): Remove.
14102         (pop_scope): Use build_translation_unit_decl.
14103         (collect_all_refs): Adjust.
14104         (for_each_global_decl): Likewise.
14105         (c_write_global_declarations): Likewise.
14107 2010-09-16  Jakub Jelinek  <jakub@redhat.com>
14109         PR bootstrap/45686
14110         * fold-const.c (fold_checksum_tree): Change slot from const void **
14111         to void **, use CONST_CAST_TREE to store into *slot.
14113 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
14115         * config/i386/i386.md: Remove unneeded empty conditions and
14116         preparation statements from expanders.
14117         * config/i386/mmx.md: Ditto.
14118         * config/i386/sse.md: Ditto.
14120 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
14122         * config/i386/i386.h (PUSH_ROUNDING): Redefine using UNITS_PER_WORD.
14124 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
14126         PR rtl-optimization/45593
14127         * reorg.c (relax_delay_slots): Use emit_copy_of_insn_after to re-emit
14128         insns that were in delay slots as stand-alone insns.
14130 2010-09-15  Ian Lance Taylor  <iant@google.com>
14132         * incpath.c (remove_duplicates): If name is not a directory, issue
14133         a warning rather than an error.
14135 2010-09-15  Martin Jambor  <mjambor@suse.cz>
14137         PR middle-end/45644
14138         * tree-sra.c (create_access): Check for bit-fields directly.
14140 2010-09-15  Jakub Jelinek  <jakub@redhat.com>
14142         PR tree-optimization/45633
14143         * tree-cfg.c (verify_gimple_assign_binary): Allow
14144         MINUS_EXPR with lhs and rhs1 pointer vector and
14145         rhs2 sizetype vector.
14146         * expr.c (expand_expr_real_2) <case PLUS_EXPR>: For pointer
14147         or vector pointer use TER to optimize pointer subtraction.
14149 2010-09-15  Jie Zhang  <jie@codesourcery.com>
14151         * config/arm/vfp.md (cmpsf_trap_vfp): Change type from
14152         fcmpd to fcmps.
14154 2010-09-15  Ian Lance Taylor  <iant@google.com>
14156         * config/i386/i386.md (truncxf<mode>2): Fix indentation.
14158 2010-09-15  Ian Lance Taylor  <iant@google.com>
14160         * function.c (get_arg_pointer_save_area): Set
14161         arg_pointer_save_area_init to true.
14163 2010-09-15  Martin Jambor  <mjambor@suse.cz>
14165         * tree-sra.c (generate_subtree_copies): Updated comment.
14166         (handle_unscalarized_data_in_subtree): Removed parameter lhs which is
14167         obtained from the statement iterator instead.
14168         (load_assign_lhs_subreplacements): Removed parameters lhs and
14169         right_offset, which is obtained from top_racc instead.  Parameter lacc
14170         is now expected to be the root of the processed tree rather than root's
14171         first child.  Updated all callers.
14173 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
14175         * config/pdp11/pdp11.c (register_move_cost): Rename to
14176         pdp11_register_move_cost.
14177         * config/pdp11/pdp11-protos.h (register_move_cost): Rename to
14178         pdp11_register_move_cost.
14179         * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Call
14180         pdp11_register_move_cost instead of register_move_cost.
14182 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
14184         * config/arm/neon.md (vec_pack_trunc_<mode>): Instruction
14185         pattern for vmovn. Expansion in case of non
14186         -mvectorize-with-neon-quad.
14187         (neon_vec_pack_trunc_<mode>): Instruction pattern for vmovn for
14188         non- -mvectorize-with-neon-quad case.
14189         (move_lo_quad_<mode>): New expansion to vmov into low part.
14190         (move_hi_quad_<mode>): New expansion to vmov into high part.
14191         (move_lo_quad_v4si): Refactor to move_lo_quad_<mode> expansion.
14192         (move_lo_quad_v4sf): Likewise.
14193         (move_lo_quad_v8hi): Likewise.
14194         (neon_move_lo_quad_<mode>): Instruction pattern for vmov into
14195         low part.
14196         (neon_move_hi_quad_<mode>): Instruction pattern for vmov into
14197         high part.
14198         * config/arm/iterators.md (ANY128): New mode iterator.
14199         (V_narrow_pack): New mode attribute.
14200         (V_HALF): Add attribute.
14201         (V_DOUBLE): Add attribute.
14202         (V_mode_nunits): Add attribute.
14204 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
14206         * config/alpha/alpha.c (alpha_expand_prologue): If stack checking
14207         is enabled, probe up to frame_size + STACK_CHECK_PROTECT bytes.
14209 2010-09-15  Olivier Hainque  <hainque@adacore.com>
14210             Jose Ruiz  <ruiz@adacore.com>
14212         * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Define.
14213         * config/alpha/osf5-unwind.h: New file.
14215 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
14217         PR bootstrap/45672
14218         * config/mips/mips.c (mips_units_per_simd_word): Correct return type.
14219         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
14220         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
14222 2010-09-15  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
14224         * c-lang.h (struct lang_type): Add variable_size GTY option.
14226 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
14228         PR bootstrap/45672
14229         * config/rs6000/rs6000.c (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
14231 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
14233         * config/i386/i386.c (ix86_lea_for_add_ok): Return false if
14234         result isn't used in memory address.
14236 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
14238         * defaults.h (UNITS_PER_SIMD_WORD): Removed.
14239         * config/arm/arm.h (UNITS_PER_SIMD_WORD): Likewise.
14240         * config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
14241         * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
14242         * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
14243         * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
14245         * target.def: Add units_per_simd_word to vectorize.
14247         * targhooks.c (default_units_per_simd_word): New.
14248         * targhooks.h (default_units_per_simd_word): Likewise.
14249         * config/arm/arm.c (arm_units_per_simd_word): Likewise.
14250         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
14251         * config/mips/mips.c (mips_units_per_simd_word): Likewise.
14252         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
14253         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
14254         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
14255         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
14256         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
14258         * tree-vect-loop.c: Replace UNITS_PER_SIMD_WORD with
14259         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD in comments.
14261         * tree-vect-stmts.c: Don't include "tm_p.h".
14262         (get_vectype_for_scalar_type): Replace UNITS_PER_SIMD_WORD
14263         with targetm.vectorize.units_per_simd_word.
14265         * system.h (UNITS_PER_SIMD_WORD): Poisoned.
14267         * config/i386/i386-protos.h (ix86_units_per_simd_word): Removed.
14269         * config/i386/i386.c (ix86_units_per_simd_word): Make it static.
14270         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
14272         * doc/tm.texi.in: Remove UNITS_PER_SIMD_WORD.  Add
14273         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD.
14275         * doc/tm.texi: Regenerated.
14277 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
14279         * tree-vect-stmts.c: Include "tm_p.h".
14281         * config/i386/i386-protos.h (ix86_units_per_simd_word): Moved
14282         out of RTX_CODE.
14284 2010-09-14  Martin Jambor  <mjambor@suse.cz>
14286         * tree-sra.c (build_ref_for_offset): Loc made a parameter.  Set the
14287         location of generated statement.  Changed all callers.
14288         (build_ref_for_model): New parameter loc which used to set location of
14289         all generated expressions.  Changed all callers.
14290         (generate_subtree_copies): Likewise.
14291         (init_subtree_with_zero): Likewise.
14292         (sra_modify_expr): Set locations of all generated statements and
14293         expressions to the location the original statement.
14294         (handle_unscalarized_data_in_subtree): Likewise.
14295         (load_assign_lhs_subreplacements): Likewise.
14296         (sra_modify_constructor_assign): Likewise.
14297         (sra_modify_assign): Likewise.
14299 2010-09-14  Eric Botcazou  <ebotcazou@adacore.com>
14301         PR target/45277
14302         PR target/45363
14303         PR target/45407
14304         * doc/install.texi (sparc*-*-*): New section.
14305         (sparc-sun-solaris2*): Mention MPC alongside GMP and MPFR.
14307 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
14309         PR middle-end/45567
14310         * builtins.c (expand_builtin_interclass_mathfn, expand_builtin_cexpi,
14311         expand_builtin_powi): Remove subtarget argument, pass NULL_RTX instead.
14312         (expand_builtin): Adjust caller.
14313         (expand_builtin_unop): Only use subtarget if it has the right mode.
14315 2010-09-14  Tristan Gingold  <gingold@adacore.com>
14317         * configure.ac (plugins): Fix typos.
14318         * configure: Regenerate.
14320 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
14322         PR debug/45660
14323         * dwarf2out.c (gen_decl_die): Call gen_type_die for origin before
14324         gen_type_die for function/method return type.
14326 2010-09-14  Ira Rosen  <irar@il.ibm.com>
14328         PR tree-optimization/45470
14329         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
14330         can throw an exception.
14331         * tree-vect-stmts.c (vectorizable_call): Likewise.
14333 2010-09-14  DJ Delorie  <dj@redhat.com>
14335         PR target/44749
14336         * config/mep/mep-protos.h (mep_save_register_info,
14337         mep_reinit_regs, mep_init_regs): Declare.
14339         * config/mep/mep.c: Move all target definitions to the end of the
14340         file to avoid the need for duplicate declarations.
14341         (mep_save_register_info, mep_reinit_regs, mep_init_regs): New.
14342         (mep_reorg_erepeat): Remove unused variables.
14343         (mep_expand_builtin): Likewise.
14345         * config/mep/mep-pragma.c: Don't include rtl.h.
14346         (INVALID_REGNUM): New.
14347         (mep_pragma_coprocessor_which): Call mep-specific rtl-layer bridge
14348         functions.
14349         (mep_pragma_coprocessor_subclass): Rename "class" to "rclass".
14350         Avoid enum/integer math.
14352 2010-09-13  Joseph Myers  <joseph@codesourcery.com>
14354         PR target/44749
14355         * config/mep/t-mep (GTM_H): Add insn-constants.h.
14356         * config/mep/mep.c (mep_conditional_register_usage): Take no
14357         parameters.
14358         * config/mep/mep-protos.h (mep_conditional_register_usage): Update
14359         prototype.
14360         * config/mep/mep-pragma.c (CONDITIONAL_REGISTER_USAGE): Update
14361         call to mep_conditional_register_usage.
14363 2010-09-13  Eric Botcazou  <ebotcazou@adacore.com>
14365         PR debug/43937
14366         * varasm.c (output_constant_def_contents): Set TREE_ASM_WRITTEN on
14367         the DECL as well.
14369 2010-09-13  Jakub Jelinek  <jakub@redhat.com>
14371         PR rtl-optimization/45617
14372         * combine.c (simplify_comparison): Optimize (X >> N) {>,>=,<,<=} C
14373         even if low N bits of X aren't known to be zero.
14375 2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
14377         * config/i386/i386-protos.h (ix86_units_per_simd_word): New.
14379         * config/i386/i386.c (initial_ix86_tune_features): Add
14380         X86_TUNE_VECTORIZE_DOUBLE.
14381         (ix86_units_per_simd_word): New.
14383         * config/i386/i386.h (ix86_tune_indices): Add
14384         X86_TUNE_VECTORIZE_DOUBLE.
14385         (TARGET_VECTORIZE_DOUBLE): New.
14386         (UNITS_PER_SIMD_WORD): Defined with ix86_units_per_simd_word.
14388 2010-09-13  Pat Haugen  <pthaugen@us.ibm.com>
14390         * tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
14391         (new_temp_expr_table): Allocate call_cnt vector.
14392         (free_temp_expr_table): Free it.
14393         (process_replaceable): Add call_cnt parm and set in vector.
14394         (find_replaceable_in_bb): Skip replacement if def/use span a call.
14395         (debug_ter): Dump call_cnt value, remove stderr uses.
14397 2010-09-13  Jan Hubicka  <jh@suse.cz>
14399         * tree.c (build_zero_cst): New.
14400         * tree.h (build_zero_cst): Declare.
14401         * tree-ssa-ccp.c (get_constant_value): Accept general operands.
14402         (get_base_constructor): Break out from ...
14403         (fold_const_aggregate_ref): Here; handle empty constructors.
14405 2010-09-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14407         * config/arm/arm.md: (define_attr "conds"): Update comment.
14408         * config/arm/sync.md (arm_sync_compare_and_swapsi): Change
14409         conds attribute to clob.
14410         (arm_sync_compare_and_swapsi): Likewise.
14411         (arm_sync_compare_and_swap<mode>): Likewise.
14412         (arm_sync_lock_test_and_setsi): Likewise.
14413         (arm_sync_lock_test_and_set<mode>): Likewise.
14414         (arm_sync_new_<sync_optab>si): Likewise.
14415         (arm_sync_new_nandsi): Likewise.
14416         (arm_sync_new_<sync_optab><mode>): Likewise.
14417         (arm_sync_new_nand<mode>): Likewise.
14418         (arm_sync_old_<sync_optab>si): Likewise.
14419         (arm_sync_old_nandsi): Likewise.
14420         (arm_sync_old_<sync_optab><mode>): Likewise.
14421         (arm_sync_old_nand<mode>): Likewise.
14423 2010-09-13  Olivier Hainque  <hainque@adacore.com>
14425         * fwprop.c (forward_propagate_and_simplify): Only attach a
14426         REG_EQUAL note to an insn if the destination is a register.
14427         * gcse.c (try_replace_reg): Likewise.
14429 2010-09-13  Richard Guenther  <rguenther@suse.de>
14431         PR tree-optimization/45611
14432         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Fix typo.
14433         (copy_ref_info): Likewise.
14435 2010-09-13  Alexandre Oliva  <aoliva@redhat.com>
14437         PR debug/45604
14438         PR debug/45419
14439         PR debug/45408
14440         * tree-pretty-print.c (dump_generic_node): Disregard top-level
14441         types of MEM_REF pointer types to the same type.
14443 2010-09-13  Hans-Peter Nilsson  <hp@axis.com>
14445         PR rtl-optimization/41087
14446         * ifcvt.c (noce_get_condition): Don't allow conditions with
14447         side-effects.
14449 2010-09-12  Anatoly Sokolov  <aesok@post.ru>
14451         * config/frv/frv.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
14452         * config/frv/frv-protos.h (frv_register_move_cost): Remove.
14453         * config/frv/frv.c (frv_register_move_cost): Make static. Change
14454         arguments type to reg_class_t. Add mode argument.
14455         (frv_memory_move_cost): New.
14456         (TARGET_REGISTER_MOVE_COSTS, TARGET_MEMORY_MOVE_COSTS): Define.
14458 2010-09-12  Bernd Schmidt  <bernds@codesourcery.com>
14460         * config/arm/arm.md (arm_ashldi3_1bit, arm_ashrdi3_1bit,
14461         arm_lshrdi3_1bit): Put earlyclobber on the right alternative.
14463 2010-09-10  Jan Hubicka  <jh@suse.cz>
14465         * tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.
14467 2010-09-10  Richard Guenther  <rguenther@suse.de>
14469         * tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.
14470         * tree.h (TYPE_DEBUG_REPRESENTATION_TYPE): Remove.
14471         * lto-streamer-out.c (lto_output_ts_type_tree_pointers): Do
14472         not stream TYPE_DEBUG_REPRESENTATION_TYPE.
14473         * lto-streamer-in.c (lto_input_ts_type_tree_pointers): Likewise.
14475 2010-09-10  Richard Guenther  <rguenther@suse.de>
14477         * dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type
14478         for VECTOR_TYPEs using TYPE_VECTOR_SUBPARTS.
14479         * dbxout.c (dbxout_type): Manually deal with VECTOR_TYPE
14480         using TYPE_VECTOR_SUBPARTS, not TYPE_DEBUG_REPRESENTATION_TYPE.
14482 2010-09-10  H.J. Lu  <hongjiu.lu@intel.com>
14484         PR middle-end/45634
14485         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result
14486         of string folding is of integral type.
14488 2010-09-10  Ryan Mansfield  <rmansfield@qnx.com>
14490         * doc/invoke.texi (-x): Fix typo.
14492 2010-09-10  Richard Guenther  <rguenther@suse.de>
14494         PR debug/44115
14495         * tree.c (free_lang_data_in_decl): Do not clear DECL_DEBUG_EXPR.
14496         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
14497         Output DECL_DEBUG_EXPR.
14498         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
14499         Input DECL_DEBUG_EXPR.
14501 2010-09-10  Richard Guenther  <rguenther@suse.de>
14503         * tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.
14504         (build_index_type): Implement in terms of build_range_type.
14505         (build_range_type): Do not allow NULL_TREE type, improve
14506         hashing to cover more cases.  Set TYPE_STRUCTURAL_EQUALITY_P
14507         if we didn't hash.
14508         * c-decl.c (grokdeclarator): When modifying TYPE_SIZE manually
14509         create a distinct copy of the type.
14511 2010-09-10  Kai Tietz  <kai.tietz@onevision.com>
14513         * configure: Regenerated.
14514         * config.gcc: Add for x86_64 and i?86 mingw t-dfprule.
14516 2010-09-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14518         * config/arm/neon-schedgen.ml (allCores): Add support for Cortex-A9.
14519         * config/arm/cortex-a9-neon.md: New and partially generated.
14520         * config/arm/cortex-a9.md (cortex_a9_dp): Adjust for Neon.
14522 2010-09-10  Richard Guenther  <rguenther@suse.de>
14524         * tree.h (build_index_2_type): Remove.
14525         * tree.c (build_index_2_type): Remove.
14527 2010-09-10  Jakub Jelinek  <jakub@redhat.com>
14529         PR bootstrap/45630
14530         * dwarf2out.c (get_ref_die_offset_label): Use %ld instead of
14531         HOST_WIDE_INT_PRINT_DEC to print ref->die_offset.
14532         (implicit_ptr_descriptor): Return NULL if dwarf_strict.
14534 2010-09-10  Martin Jambor  <mjambor@suse.cz>
14536         PR tree-optimization/44972
14537         * tree-sra.c: Include toplev.h.
14538         (build_ref_for_offset): Entirely reimplemented.
14539         (build_ref_for_model): New function.
14540         (build_user_friendly_ref_for_offset): New function.
14541         (analyze_access_subtree): Removed build_ref_for_offset check.
14542         (propagate_subaccesses_across_link): Likewise.
14543         (create_artificial_child_access): Use
14544         build_user_friendly_ref_for_offset.
14545         (propagate_subaccesses_across_link): Likewise.
14546         (ref_expr_for_all_replacements_p): Removed.
14547         (generate_subtree_copies): Updated comment.  Use build_ref_for_model.
14548         (sra_modify_expr): Use build_ref_for_model.
14549         (load_assign_lhs_subreplacements): Likewise.
14550         (sra_modify_assign): Removed ref_expr_for_all_replacements_p checks,
14551         checks for return values of build_ref_for_offset.
14552         * ipa-cp.c (ipcp_lattice_from_jfunc): No need to check return value of
14553         build_ref_for_offset.
14554         * ipa-prop.h: Include gimple.h
14555         * ipa-prop.c (ipa_compute_jump_functions): Update to look for MEM_REFs.
14556         (ipa_analyze_indirect_call_uses): Update comment.
14557         * Makefile.in (tree-sra.o): Add $(GIMPLE_H) to dependencies.
14558         (IPA_PROP_H): Likewise.
14560 2010-09-10  Martin Jambor  <mjambor@suse.cz>
14562         PR tree-optimization/44972
14563         * ipa-prop.c (ipa_modify_call_arguments): Build MEM_REF instead of
14564         calling build_ref_for_offset.
14566 2010-09-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14568         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle Cortex-a15.
14569         * config/arm/arm-cores.def (cortex-a15): New core. Treat it as a v7-a.
14570         * config/arm/arm-tune.md: Regenerate.
14571         * doc/invoke.texi (ARM Options): Document it.
14573 2010-09-09  Reza Yazdani  <reza.yazdani@amd.com>
14575         * config/i386/i386.c: Include sched-int.h.
14576         (TARGET_SCHED_DISPATCH): Defined.
14577         (TARGET_SCHED_DISPATCH_DO): Defined.
14578         (DISPATCH_WINDOW_SIZE): Defined.
14579         (MAX_DISPATCH_WINDOWS): Defined.
14580         (MAX_INSN): Defined.
14581         (MAX_IMM): Defined.
14582         (MAX_IMM_SIZE): Defined.
14583         (MAX_IMM_32): Defined.
14584         (MAX_IMM_64): Defined.
14585         (MAX_LOAD): Defined.
14586         (MAX_STORE): Defined.
14587         (BIG): Defined.
14588         (dispatch_group): New.
14589         (num_allowable_groups): New.
14590         (group_name): New.
14591         (sched_insn_info_s): New.
14592         (dispatch_windows_s): New.
14593         (imm_info_s): New.
14594         (dispatch_window_list): New.
14595         (dispatch_window_list1): New.
14596         (get_mem_group): New.
14597         (is_cmp): New.
14598         (dispatch_violation): New.
14599         (is_branch): New.
14600         (is_prefetch): New.
14601         (init_window): New.
14602         (allocate_window): New.
14603         (init_dispatch_sched): New.
14604         (is_end_basic_block): New.
14605         (process_end_window): New.
14606         (allocate_next_window): New.
14607         (find_constant_1): New.
14608         (find_constant): New.
14609         (get_num_immediates): New.
14610         (has_immediate): New.
14611         (get_insn_path): New.
14612         (get_insn_group): New.
14613         (count_num_restricted): New.
14614         (fits_dispatch_window): New.
14615         (add_insn_window): New.
14616         (add_to_dispatch_window): New.
14617         (debug_dispatch_window_file): New.
14618         (debug_dispatch_window): New.
14619         (debug_insn_dispatch_info_file): New.
14620         (debug_ready_dispatch): New.
14621         (do_dispatch): New.
14622         (has_dispatch): New.
14623         * config/i386/i386.h (debug_ready_dispatch): Declared.
14624         (debug_dispatch_window): Declared.
14625         * config/i386/i386.opt (mdispatch-scheduler): New flag.
14626         * doc/tm.texi.in (TARGET_SCHED_DISPATCH): New.
14627         (TARGET_SCHED_DISPATCH_DO): New.
14628         * doc/tm.texi: Regererated.
14629         * haifa-sched.c (choose_ready): Call targetm.sched.dispatch and
14630         ready_remove_first_dispatch
14631         (schedule_block): Call targetm.sched.dispatch and
14632         targetm.sched.dispatch_do.
14633         (sched_init): Call targetm.sched.dispatch and
14634         targetm.sched.dispatch_do.
14635         (ready_remove_first_dispatch): New.
14636         (number_in_ready): New.
14637         (get_ready_element): New.
14638         * hooks.c (hook_bool_rtx_int_false): New.
14639         (hook_void_rtx_int): New.
14640         * hooks.h (hook_bool_rtx_int_false): Declared.
14641         (hook_void_rtx_int): Declared.
14642         * sched-int.h (IS_DISPATCH_ON): Defined.
14643         (IS_CMP): Defined.
14644         (DISPATCH_VIOLATION): Defined.
14645         (FITS_DISPATCH_WINDOW): Defined.
14646         (DISPATCH_INIT): Defined.
14647         (ADD_TO_DISPATCH_WINDOW): Defined.
14648         (get_ready_element): Declared.
14649         (number_in_ready): Declared.
14650         * target.def (dispatch): Defined.
14651         (dispatch_do): Defined.
14653 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
14655         PR middle-end/45312
14656         * reload1.c (merge_assigned_reloads): Remove.
14657         (reload_as_needed): Don't call it.
14659 2010-09-09  Anatoly Sokolov  <aesok@post.ru>
14661         * config/m32r/m32r.c (m32r_mode_dependent_address_p): New functions.
14662         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
14663         * config/m32r/m32r.h: (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
14665 2010-09-09  Matthias Klose  <doko@ubuntu.com>
14667         PR bootstrap/43847
14668         * configure.ac (--enable-plugin): Enhance for cross builds.
14669         * configure: Regenerate.
14671 2010-09-09  Jan Hubicka  <jh@suse.cz>
14673         PR tree-optimization/45598
14674         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result of
14675         string folding is of integral type.
14677 2010-09-09  Nathan Sidwell  <nathan@codesourcery.com>
14679         * configure.ac (gnu_indirect_function): New test.
14680         * configure: Rebuilt.
14681         * config.in (HAVE_GAS_INDIRECT_FUNCTION): New.
14682         * defaults.h (IFUNC_ASM_TYPE): Provide default.
14684         * doc/extend.texi (Function Attributes): Document ifunc.
14685         * varasm.c (do_assemble_alias): Deal with ifuncs too.
14687 2010-09-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
14689         * config/picochip/picochip.c (picochip_reorg): Check for note_p for
14690         epilogue instruction move.
14692 2010-09-09  Jan Hubicka  <jh@suse.cz>
14694         * collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld
14695         command line to allow more partitions than input files.
14697 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
14699         PR middle-end/44554
14700         * ira.c (ira): Switch off sharing spill slots if setjmp is called.
14702 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
14704         PR middle-end/40386
14705         * ira.c (pseudo_for_reload_consideration_p): Don't use
14706         flag_ira_share_spill_slots.
14708 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14710         * config/s390/s390.c (legitimate_reload_constant_p): Accept floating-
14711         point zero operands that fit into a single GPR.
14712         (s390_preferred_reload_class): Ensure we only return general-purpose
14713         register classes.
14714         * config/s390/s390.md ("*mov<mode>_64dfp"): Use lghi to load
14715         floating-point zero operands into GPRs.
14716         ("*mov<mode>_64"): Likewise.
14717         ("mov<mode>"): Likewise using lhi.
14719 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14721         * config/s390/s390.c (s390_symref_operand_p): Return false for
14722         literal pool references.
14723         (s390_check_qrst_address): Update caller.
14725 2010-09-09  Uros Bizjak  <ubizjak@gmail.com>
14727         * config/i386/predicates.md (ext_register_operand): Check that
14728         SUBREG_REG is really a register before looking for REGNO.
14729         (reg_not_xmm0_operand): Handle SUBREGs correctly.
14730         (nonimm_not_xmm0_operand): Call reg_not_xmm0_operand.
14732 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
14734         * rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
14735         * rtl.h (DEBUG_IMPLICIT_PTR_DECL): Define.
14736         * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle DEBUG_IMPLICIT_PTR.
14737         * print-rtl.c (print_rtx): Likewise.
14738         * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
14739         * cfgexpand.c (expand_debug_expr): Generate DEBUG_IMPLICIT_PTR
14740         for ADDR_EXPR with non-addressable object.
14741         * dwarf2out.c (enum dw_val_class): Add dw_val_class_decl_ref.
14742         (struct dw_val_struct): Add v.val_decl_ref.
14743         (dwarf_stack_op_name, output_loc_operands, output_loc_operands_raw):
14744         Handle DW_OP_GNU_implicit_pointer.
14745         (size_of_loc_descr): Likewise.  Fix up DW_OP_call_ref size.
14746         (get_ref_die_offset_label): New function.
14747         (implicit_ptr_descriptor): New function.
14748         (mem_loc_descriptor): Handle DEBUG_IMPLICIT_PTR.
14749         (loc_descriptor): Likewise.
14750         (gen_variable_die): Put even definitions into decl_die_table.
14751         (resolve_addr_in_expr): Resolve still unresolved
14752         DW_OP_GNU_implicit_pointer operands, if it can't be resolved
14753         return false.
14754         (dwarf2out_finish): Call output_location_lists after outputting
14755         .debug_info and .debug_abbrev instead of before.
14757 2010-09-09  Roland McGrath  <roland@redhat.com>
14759         * dwarf2out.c (DWARF_REF_SIZE): Define.
14760         (size_of_loc_descr): Use it for DW_OP_call_ref.
14762 2010-09-09  Alan Modra  <amodra@gmail.com>
14764         * doc/invoke.text: Reinstate mcmodel=medium.
14765         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
14766         CMODEL_MEDIUM as default.
14767         * config/rs6000/rs6000.h (enum rs6000_cmodel): Add CMODEL_MEDIUM.
14768         * config/rs6000/rs6000.c (rs6000_handle_option): Add mcmodel=medium.
14769         (toc_relative_ok, offsettable_ok_by_alignment): New functions.
14770         (rs6000_emit_move): Reinstate mcmodel=medium optimization.
14772 2010-09-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14774         PR target/45250
14775         * config/pa/pa.md (nonlocal_goto): Restore hard frame pointer using
14776         hard_frame_pointer_rtx instead of virtual_stack_vars_rtx.
14777         (builtin_longjmp): Likewise.
14778         (allocate_stack): Use hard_frame_pointer_rtx instead of
14779         frame_pointer_rtx.
14780         * config/pa/pa-protos.h (pa_initial_elimination_offset): Declare.
14781         * config/pa/pa.c (pa_internal_arg_pointer): Declare.
14782         (pa_can_eliminate): Likewise.
14783         (TARGET_INTERNAL_ARG_POINTER): Define.
14784         (TARGET_CAN_ELIMINATE): Define.
14785         (hppa_expand_prologue): Use hard frame pointer instead of soft frame
14786         pointer.
14787         (hppa_expand_epilogue, pa_eh_return_handler_rtx): Likewise.
14788         (pa_internal_arg_pointer, pa_can_eliminate,
14789         pa_initial_elimination_offset): New.
14790         * config/pa/pa.h (FRAME_POINTER_REGNUM): Set to new general register.
14791         (HARD_FRAME_POINTER_REGNUM): Set to register three.
14792         (INITIAL_FRAME_POINTER_OFFSET): Delete.
14793         (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET, DWARF_FRAME_REGISTERS):
14794         Define.
14795         (DWARF_ALT_FRAME_RETURN_COLUMN, REGNO_OK_FOR_INDEX_P,
14796         REGNO_OK_FOR_BASE_P): Update to include soft frame pointer.
14797         * config/pa/pa32-regs.h (FIRST_PSEUDO_REGISTER): Increase by one.
14798         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
14799         REG_CLASS_CONTENTS, REGNO_REG_CLASS, REGISTER_NAMES): Update to include
14800         new soft frame pointer.
14801         * config/pa/pa64-regs.h: Likewise.
14803 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
14805         * config/i386/i386.h (EH_RETURN_DATA_REGNO) Use DX_REG instead of
14806         numerical constant.
14807         (EH_RETURN_STACKADJ_RTX): Use CX_REG insted of numerical constant.
14809 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
14811         PR debug/45531
14812         * cfglayout.c (fixup_reorder_chain): Skip debug insns.
14814 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
14816         PR debug/45419
14817         PR debug/45408
14818         * tree-pretty-print.c (dump_generic_node): Disregard top-level
14819         qualifiers in otherwise equal MEM_REF pointer types.
14820         * fold-const.c (operand_equal_p): Compare pointer type of MEM_REFs.
14821         * tree.c (iterative_hash_expr): Hash the pointer type of MEM_REFs.
14823 2010-09-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14825         PR target/44392
14826         * config/arm/arm.md (bswapsi2): Handle condition correctly
14827         for armv6 and optimize_size.
14829 2010-09-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
14831         PR other/18555
14832         * doc/cppopts.texi (-isysroot): Document Darwin behaviour.
14834 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
14836         * config/i386/i386-protos.h (ix86_can_use_return_insn_p,
14837         symbolic_reference_mentioned_p, ix86_expand_movmem, ix86_expand_setmem,
14838         ix86_expand_strlen, legitimate_pic_address_disp_p,
14839         ix86_binary_operator_ok, ix86_unary_operator_ok, ix86_match_ccmode,
14840         ix86_expand_int_movcc, ix86_expand_fp_movcc, ix86_expand_int_addcc,
14841         ix86_check_movabs, ix86_secondary_memory_needed): Change function
14842         prototype to bool.
14843         * config/i386/i386.c (return_in_memory_32, return_in_memory_64,
14844         return_in_memory_ms_64, ix86_check_movabs,
14845         symbolic_reference_mentioned_p, ix86_can_use_return_insn_p,
14846         legitimate_pic_address_disp_p, ix86_binary_operator_ok,
14847         ix86_unary_operator_ok, ix86_match_ccmode, ix86_expand_int_movcc,
14848         ix86_expand_fp_movcc, ix86_expand_int_addcc, ix86_expand_movmem,
14849         ix86_expand_setmem, ix86_expand_strlen, inline_secondary_memory_needed,
14850         ix86_secondary_memory_needed): Change to bool.  Return
14851         "true" and "false" values.
14852         * config/i386/i386.md: Return "true" and "false" values.
14854 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14856         * doc/sourcebuild.texi (Effective-Target Keywords): Document
14857         run_expensive_tests.
14859 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14861         * toplev.c (output_stack_usage): Use lbasename instead of basename.
14863 2010-09-08  Martin Jambor  <mjambor@suse.cz>
14865         PR other/45443
14866         * doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
14867         at -O3.
14869 2010-09-08  Richard Guenther  <rguenther@suse.de>
14871         * gimple.c (gimple_types, type_hash_cache): Move to GC memory.
14872         (visit): Adjust.
14873         (iterative_hash_gimple_type): Likewise.
14874         (gimple_type_hash): Likewise.
14875         (gimple_register_type): Likewise.
14876         (print_gimple_types_stats): Likewise.
14877         (free_gimple_type_tables): Likewise.
14879 2010-09-08  Michael Matz  <matz@suse.de>
14881         PR tree-optimization/43430
14882         * tree-vect-stmts.c (vectorizable_condition): Support multiple
14883         copies for conditional statements if it's not part of a reduction.
14885 2010-09-08  Michael Matz  <matz@suse.de>
14887         PR tree-optimization/33244
14888         * tree-ssa-sink.c (statement_sink_location): Don't sink into
14889         empty loop latches.
14891 2010-09-08  Richard Guenther  <rguenther@suse.de>
14893         PR tree-optimization/45578
14894         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr):
14895         Be more careful when transfering alignment information to
14896         the new induction variable.
14897         (copy_ref_info): Likewise.
14899 2010-09-08  Richard Guenther  <rguenther@suse.de>
14901         * tree.h (TYPE_ORIG_SIZE_TYPE): Remove.
14902         * c-typeck.c (comptypes_internal): Remove TYPE_ORIG_SIZE_TYPE checks.
14904 2010-09-08  Arnaud Charlet  <charlet@adacore.com>
14906         * c-tree.h, c-decl.c (build_enumerator): Add location parameter.
14907         * c-parser.c (c_parser_enum_specifier): Adjust call to build_enumerator.
14909 2010-09-08  Kenneth Zadeck  <zadeck@naturalbridge.com>
14911         PR doc/45587
14912         * doc/md.texi: Fixed modes on several standard pattern names.
14914 2010-09-08  Mingjie Xing  <mingjie.xing@gmail.com>
14916         * config/mips/loongson.md (loongson_psll<V_suffix>): Rename to...
14917         (ashl<mode>3): ...this.
14918         (loongson_psra<V_suffix>): Rename to...
14919         (ashr<mode>3): ...this.
14920         (loongson_psrl<V_suffix>): Rename to...
14921         (lshr<mode>3): ...this.
14922         * config/mips/mips.c (CODE_FOR_loongson_psllh): Define.
14923         (CODE_FOR_loongson_psllw): Define.
14924         (CODE_FOR_loongson_psrlh): Define.
14925         (CODE_FOR_loongson_psrlw): Define.
14926         (CODE_FOR_loongson_psrah): Define.
14927         (CODE_FOR_loongson_psraw): Define.
14929 2010-09-07  Richard Henderson  <rth@redhat.com>
14931         * tree-vect-data-refs.c: Include tm_p.h.
14932         * Makefile.in (tree-vect-data-refs.o): Update deps.
14933         * config/i386/i386-protos.h (ix86_cfun_abi, ix86_function_type_abi):
14934         Move delarations outside #ifdef RTX_CODE.
14936 2010-09-07  Richard Henderson  <rth@redhat.com>
14938         * final.c (rest_of_handle_final): Unconditionally do
14939         output_function_exception_table before assemble_end_function.
14941 2010-09-07  Jan Hubicka  <jh@suse.cz>
14943         * tree-inline.c (tree_inlinable_function_p): Do not test
14944         DECL_REPLACEABLE_P.
14945         * ipa-inline.c (cgraph_default_inline_p, update_caller_keys,
14946         update_callee_keys, cgraph_decide_inlining): Test function availability.
14947         * cif-code.def (OVERWRITABLE): New code.
14949 2010-09-07  H.J. Lu  <hjl.tools@gmail.com>
14950             Jack Howarth  <howarth@bromo.med.uc.edu>
14952         PR target/36502
14953         PR target/42313
14954         PR target/44651
14955         * config/i386/darwin.h (STACK_BOUNDARY): Redefine as 128 for
14956         profiling or 64-bit MS_ABI and as BITS_PER_WORD otherwise.
14957         (PREFERRED_STACK_BOUNDARY): Replace STACK_BOUNDARY with 128 in
14958         MAX macro.
14960 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
14962         * unwind-dw2-fde-glibc.c: Include <elf.h> for DT_CONFIG.
14963         Include <link.h> only if USE_PT_GNU_EH_FRAME is defined.
14965 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
14967         * config.gcc: Don't append t-android for Android targets.
14969         * config/t-android: Removed.
14971 2010-09-07  Richard Henderson  <rth@redhat.com>
14973         * target.def (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): New hook.
14974         * doc/tm.texi.in: Add doc marker.
14975         * doc/tm.texi: Rebuild.
14976         * except.c (switch_to_exception_section): Always build.
14977         (output_one_function_exception_table): Move section switch,
14978         personality output, and label output ...
14979         (output_function_exception_table): ... here.  Use the new
14980         personality hook.
14982         * config/ia64/ia64.c (ia64_asm_emit_except_personality,
14983         ia64_asm_init_sections, TARGET_ASM_EMIT_EXCEPT_PERSONALITY,
14984         TARGET_ASM_INIT_SECTIONS): New.
14985         (ia64_asm_unwind_emit): Rename from process_for_unwind_directive,
14986         make static.
14987         (TARGET_ASM_UNWIND_EMIT): Update to match.
14988         * config/ia64/ia64-protos.h (process_for_unwind_directive): Remove.
14990         * config/arm/arm.c (arm_asm_emit_except_personality): New.
14991         (arm_asm_init_sections): New.
14992         (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): New.
14994 2010-09-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14996         * config/arm/arm.md: Remove unused variable.
14998 2010-09-07  Anatoly Sokolov  <aesok@post.ru>
15000         * config/m32r/m32r.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
15001         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Define.
15002         (m32r_memory_move_cost): New function.
15004 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
15006         * config.gcc: Append t-android for Android targets.
15008         * config/t-android: New.
15010 2010-09-07  Richard Henderson  <rth@redhat.com>
15012         * target.def (unwind_emit_before_insn): New hook.
15013         * doc/tm.texi.in: Add @hook marker for it.
15014         * doc/tm.texi: Rebuild.
15015         * final.c (final_scan_insn): Respect unwind_emit_before_insn.
15017 2010-09-07  Martin Jambor  <mjambor@suse.cz>
15019         PR fortran/43665
15020         * ipa-cp.c (ipcp_versionable_function_p): Return false if there
15021         are any type attributes.
15023 2010-09-07  Jan Hubicka  <jh@suse.cz>
15025         * tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of
15026         array_ref_low_bound in string access folding.
15028 2010-09-07  Uros Bizjak  <ubizjak@gmail.com>
15030         PR target/45206
15031         * config/i386/i386.c (ix86_expand_epilogue): Mark SP as valid after
15032         eh_return fixup sequence.
15034 2010-09-07  Jan Hubicka  <jh@suse.cz>
15036         * gimple-fold.c (maybe_fold_reference): Verify that operand is
15037         gimple_min_invariant.
15039 2010-09-07  Richard Guenther  <rguenther@suse.de>
15041         PR middle-end/45569
15042         * tree-eh.c (operation_could_trap_helper_p): Neither COMPLEX_EXPR
15043         nor CONSTRUCTOR can trap.
15044         * tree-complex.c (update_complex_assignment): Update EH info.
15046 2010-09-07  Richard Guenther  <rguenther@suse.de>
15048         PR middle-end/45569
15049         * tree-cfg.c (build_gimple_cfg): Remove redundant stmt verification.
15050         * passes.c (execute_function_todo): Do not verify anything if
15051         we saw errors.
15053 2010-09-07  Richard Guenther  <rguenther@suse.de>
15055         * tree-pretty-print.c (dump_generic_node): Dump void types as void.
15057 2010-09-07  Bernd Schmidt  <bernds@codesourcery.com>
15059         PR target/43137
15060         * config/arm/iterators.md (qhs_zextenddi_cond, qhs_sextenddi_cond):
15061         New define_mode_attrs.
15062         * config/arm/arm.md (zero_extendsidi2, arm_zero_extendsidi2,
15063         arm_exxtendsidi2, arm_extendsidi2): Delete patterns.
15064         (zero_extend<mode>di2, extend<mode>di2 and related splits): New.
15065         (thumb1_zero_extendhisi2): Remove code to handle LABEL_REFs.
15066         Remove pool_range attribute.
15067         (arm_zero_extendhisi2, arm_zero_extendhisi2_v6, arm_zero_extendqisi2,
15068         arm_zero_extendqisi2_v6, thumb1_zero_extendqisi2_v6): Remove
15069         pool_range and neg_pool_range attributes.
15070         * config/arm/thumb2.md (thumb2_zero_extendsidi2,
15071         thumb2_zero_extendhidi2, thumb2_zero_extendqidi2, thumb2_extendsidi2,
15072         thumb2_extendhidi2, thumb2_extendqidi2): Delete.
15074 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
15076         * config/i386/linux-unwind.h (x86_fallback_frame_state): Properly
15077         check glibc.
15079 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
15081         PR target/22152
15082         * config/i386/mmx.md (*mov<mode>_internal_rex64,
15083         *mov<mode>_internal_avx, *mov<mode>_internal,
15084         *movv2sf_internal_rex64_avx, *movv2sf_internal_rex64,
15085         *movv2sf_internal_avx, *movv2sf_internal): Split out !y-!y alternative.
15087 2010-09-06  Mark Mitchell  <mark@codesourcery.com>
15089         * c-typeck.c (do_warn_double_promotion): Remove.
15090         * doc/invoke.texi (-Wdouble-promotion): Note available for C++ and
15091         Objective-C++ too.
15093 2010-09-06  Anatoly Sokolov  <aesok@post.ru>
15095         * config/frv/frv.h (CLASS_LIKELY_SPILLED_P): Remove.
15096         * config/frv/frv-protos.h (frv_class_likely_spilled_p): Remove.
15097         * config/frv/frv.c (frv_class_likely_spilled_p): Make static. Change
15098         argument type to reg_class_t. Change result type to bool.
15099         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
15101 2010-09-06  Nicola Pero  <nicola.pero@meta-innovation.com>
15103         PR libobjc/19850
15104         * gthr-posix.h (__gthread_objc_thread_detach): Use
15105         _objc_thread_attribs when detaching a thread.
15106         * gthr-posix95.h (__gthread_objc_thread_detach): Same change.
15108 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
15110         PR target/45524
15111         * configure.ac (enable_decimal_float): Set to $default_decimal_float.
15112         * configure: Regenerated.
15114 2010-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15116         * combine.c (try_combine): Set subst_low_luid to i0.
15118 2010-09-06  Richard Guenther  <rguenther@suse.de>
15120         * tree.def (MISALIGNED_INDIRECT_REF): Remove.
15121         * tree.h (INDIRECT_REF_P): Only check for INDIRECT_REF.
15122         (build_aligned_type): Declare.
15123         * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
15124         (check_aligned_type): New function.
15125         (build_aligned_type): Likewise.
15126         * expr.c (expand_assignment): Handle misaligned stores via
15127         TARGET_MEM_REF and MEM_REF using movmisalign_optab.
15128         (expand_expr_real_1): Likewise.
15129         (safe_from_p): Remove MISALIGNED_INDIRECT_REF handling.
15130         * tree-vect-stmts.c (vectorizable_store): Do not build
15131         MISALIGNED_INDIRECT_REF but initialize alignment information.
15132         (vectorizable_load): Likewise.
15133         * builtins.c (get_object_alignment): Remove MISALIGNED_INDIRECT_REF
15134         handling.
15135         * cfgexpand.c (expand_debug_expr): Likewise.
15136         * dwarf2out.c (loc_list_from_tree): Likewise.
15137         * fold-const.c (maybe_lvalue_p): Likewise.
15138         (operand_equal_p): Likewise.
15139         (build_fold_addr_expr_with_type_loc): Likewise.
15140         * gimplify.c (gimplify_addr_expr): Likewise.
15141         (gimplify_expr): Likewise.
15142         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
15143         (verify_gimple_assign_single): Likewise.
15144         * tree-dump.c (dequeue_and_dump): Likewise.
15145         (tree_could_trap_p): Likewise.
15146         * tree-predcom.c (ref_at_iteration): Likewise.
15147         * tree-pretty-print.c (dump_generic_node): Likewise.
15148         (op_code_prio): Likewise.
15149         (op_symbol_code): Likewise.
15150         * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
15151         * tree-ssa-loop-im.c (for_each_index): Likewise.
15152         (gen_lsm_tmp_name): Likewise.
15153         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
15154         (find_interesting_uses_address): Likewise.
15155         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
15156         * tree-ssa-operands.c (get_expr_operands): Likewise.
15157         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
15158         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
15159         (ao_ref_init_from_vn_reference): Likewise.
15160         * tree.c (staticp): Likewise.
15161         (build1_stat): Likewise.
15162         (reference_alias_ptr_type): Likewise.
15163         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
15164         * config/rs6000/rs6000.c (rs6000_check_sdmode): Remove
15165         MISALIGNED_INDIRECT_REF handling.
15167 2010-09-06  Richard Guenther  <rguenther@suse.de>
15169         PR tree-optimization/45534
15170         * tree-ssa-address.c (create_mem_ref_raw): Add verify parameter.
15171         (create_mem_ref): Do verify the created TARGET_MEM_REF is valid
15172         on the target.
15173         (maybe_fold_tmr): Do not verify the created TARGET_MEM_REF is
15174         valid on the target.
15176 2010-09-06  Andreas Schwab  <schwab@redhat.com>
15178         * configure.ac: Quote argument of AC_MSG_WARN.
15179         * configure: Regenerate.
15181 2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
15183         * sel-sched.c (move_cond_jump): Correct arguments to
15184         maybe_tidy_empty_bb.
15185         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
15187 2010-09-06  Andrey Belevantsev  <abel@ispras.ru>
15189         PR rtl-optimization/44919
15190         * sel-sched.c (move_cond_jump): Remove assert, check that
15191         the several blocks case can only happen with mutually exclusive
15192         insns instead.  Rewrite the movement code to support moving through
15193         several basic blocks.
15195 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
15197         * config/i386/i386.md (iptrsize): New mode attribute.
15198         (tp_seg): Ditto.
15199         (*load_tp_<mode>): Macroize insn from *load_tp_{si,di} using P
15200         mode iterator.
15201         (*add_tp_<mode>): Ditto from *add_tp_{si,di}.
15202         (stack_protect_set_<mode>): Ditto from stack_protect_set_{si,di}.
15203         (stack_protect_test_<mode>): Ditto from stack_protect_test_{si,di}.
15204         (stack_tls_protect_set_<mode>): Ditto from
15205         stack_tls_protect_set_{si,di}.  Use %@ to output segment register
15206         of thread base pointer load.
15207         (stack_tls_protect_test_<mode>): Ditto from
15208         stack_tls_protect_test_{si,di}.  Use %@ to output segment register
15209         of thread base pointer load.
15210         (stack_protect_set): Rewrite using indirect functions.
15211         (stack_protect_test): Ditto.
15212         * config/i386/i386.c (ix86_print_operand_punct_valid): Add '@'.
15213         (ix86_print_operand): Handle '@'.
15215 2010-09-05  Giuseppe Scrivano  <gscrivano@gnu.org>
15217         * tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and
15218         MINUS_EXPR.
15220 2010-09-05  Mark Mitchell  <mark@codesourcery.com>
15222         * doc/invoke.texi: Document -Wdouble-promotion.
15223         * c-typeck.c (convert_arguments): Check for implicit conversions
15224         from float to double.
15225         (do_warn_double_promotion): New function.
15226         (build_conditional_expr): Use it.
15227         (build_binary_op): Likewise.
15229 2010-09-05  Richard Guenther  <rguenther@suse.de>
15231         PR tree-optimization/45535
15232         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
15233         handle TMR_INDEX2.  Make sure TMR_INDEX is not NULL before
15234         dereferencing it.
15235         (indirect_refs_may_alias_p): Likewise.
15237 2010-09-05  Naveen H.S  <naveen.S@kpitcummins.com>
15239         * config/sh/sh.c (sh_option_override): Make static.
15240         Adjust comments.  Declare.
15241         (sh_function_value_regno_p): Likewise.
15242         (sh_register_move_cost): Modify the arguments, make static.
15243         Adjust comments.  Declare.
15244         (TARGET_OPTION_OVERRIDE, TARGET_REGISTER_MOVE_COST
15245         TARGET_FUNCTION_VALUE_REGNO_P): Define.
15246         * config/sh/sh.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P
15247         REGISTER_MOVE_COST): Delete.
15248         * config/sh/sh-protos.h (sh_override_options): Delete.
15249         (sh_register_move_cost): Delete.
15250         (sh_function_value_regno_p): Delete.
15252 2010-09-04  Anatoly Sokolov  <aesok@post.ru>
15254         * config/m32r/m32r.c (m32r_function_value, m32r_libcall_value,
15255         m32r_function_value_regno_p): New functions.
15256         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
15257         TARGET_FUNCTION_VALUE_REGNO_P): Declare.
15258         * config/m32r/m32r.h: (FUNCTION_VALUE, LIBCALL_VALUE,
15259         FUNCTION_VALUE_REGNO_P): Remove.
15261 2010-09-04  Jan Hubicka  <jh@suse.cz>
15263         * gimple-fold.c (maybe_fold_reference): Use fold_const_aggregate_ref.
15264         * tree-ssa-ccp.c (fold_const_aggregate_ref): Use
15265         fold_read_from_constant_string.
15267         * gimple.h (canonicalize_constructor_val): Declare.
15268         * gimple-fold.c (canonicalize_constructor_val): New function.
15269         (get_symbol_constant_value):Use it.
15270         * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
15272 2010-09-04  Jan Hubicka  <jh@suse.cz>
15274         * tree-switch-conversion.c (build_one_array): Set constructor to be
15275         static.
15276         * varpool.c (varpool_finalize_decl): Compute const_value_known.
15278 2010-09-04  Richard Guenther  <rguenther@suse.de>
15280         PR bootstrap/45519
15281         * tree-flow.h (force_gimple_operand_1): Declare.
15282         (force_gimple_operand_gsi_1): Likewise.
15283         * gimplify.c (force_gimple_operand_1): New worker taking a
15284         gimple predicate for ...
15285         (force_gimple_operand): ... which now wraps it.
15286         (force_gimple_operand_gsi_1, force_gimple_operand_gsi): Likewise.
15287         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Revert
15288         last change.
15289         * tree-ssa-address.c (gimplify_mem_ref_parts): Use
15290         force_gimple_operand_gsi_1 with is_gimple_mem_ref_addr.
15291         (create_mem_ref): Likewise.
15293 2010-09-04  Uros Bizjak  <ubizjak@gmail.com>
15295         * config/i386/predicates.md (sse_reg_operand): New predicate.
15296         * config/i386/i386.md (TFmode push splitter): Use sse_reg_operand
15297         predicate for operand 1.
15298         (XFmode push splitter): Use fp_register_operand predicate
15299         for operand 1.
15300         (*dummy_extendsfdf2, *dummy_extendsfxf2): Remove disabled patterns.
15301         (SF-DF float_extend push splitter): Add reload_completed insn
15302         predicate.
15303         ({SF,DF}-XF float_extend_push splitter): Macroize splitter using
15304         MODEF mode macro.  Add reload_completed insn predicate.
15306 2010-09-04  Paolo Bonzini  <bonzini@gnu.org>
15308         * df.h (enum df_ref_class): Remove DF_REF_EXTRACT.
15309         (struct df_extract_ref): Remove.
15310         (union df_ref_d): Remove extract_ref member.
15311         (df_ref_create): Remove last three arguments.
15312         (DF_REF_LOC): Remove DF_REF_EXTRACT case.
15313         * df-scan.c (df_ref_record): Remove last three arguments, do not
15314         pass them to df_ref_create_structure.
15315         (df_uses_record): Remove first and last three arguments.  Replace
15316         first argument with DF_REF_REGULAR, adjust calls to remove the
15317         width, offset and mode.  Always call recursively on the second
15318         and third argument of ZERO_EXTRACT and SIGN_EXTRACT.
15319         (df_ref_create_structure): Remove first argument.
15320         (struct df_scan_problem_data): Remove ref_extract_pool.
15321         (df_scan_free_internal): Do not free it.
15322         (df_scan_alloc): Do not allocate it.
15323         (df_ref_create): Remove last three arguments, do not pass them to
15324         df_ref_create_structure.
15325         (df_free_ref): Remove DF_REF_EXTRACT case.
15326         (df_notes_rescan): Adjust call to df_uses_record.
15327         (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
15328         Remove DF_REF_EXTRACT case.
15329         (df_def_record_1): Do not special case class for a ZERO_EXTRACT lhs.
15330         Adjust calls to df_ref_record, using DF_REF_REGULAR for all REG
15331         and SUBREG definitions.
15332         (df_get_conditional_uses): Remove references to width/offset/mode,
15333         adjust call to df_ref_create_structure.
15334         (df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
15335         df_entry_block_defs_collect, df_exit_block_uses_collect): Adjust
15336         calls to df_uses_record and df_ref_record.
15337         * fwprop.c (update_df): Remove references to width/offset/mode,
15338         adjust call to df_ref_create.
15340 2010-09-03  Jan Hubicka  <jh@suse.cz>
15342         * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.
15343         (build_cdtor_fns): Update use of build_cdtor.
15345 2010-09-03  Joseph Myers  <joseph@codesourcery.com>
15347         * doc/options.texi (SeparateAlias): Document.
15348         * opt-functions.awk (switch_flags): Handle SeparateAlias.
15349         * opth-gen.awk: Generate enumeration names for options marked
15350         SeparateAlias, but not for those marked Ignore.
15351         * opts-common.c (generate_canonical_option): Don't output separate
15352         argument for options marked CL_SEPARATE_ALIAS.
15353         (decode_cmdline_option): Handle CL_SEPARATE_ALIAS.
15354         * opts.h (CL_SEPARATE_ALIAS): New.
15355         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
15356         CL_COMMON): Adjust definitions.
15357         * config/i386/darwin.opt, config/mips/sde.opt: New.
15358         * common.opt (fdump-final-insns): New.
15359         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
15360         i386/darwin.opt.
15361         (mips*-sde-elf*): Add mips/sde.opt.
15362         * config/mips/sde.h (DRIVER_SELF_SPECS): Don't handle
15363         -mno-data-in-code and -mcode-xonly here.
15364         * defaults.h (DEFAULT_SWITCH_TAKES_ARG): Add 'd'.
15365         * gcc.c (option_map): Add "j" to --dump entry.
15366         (translate_options): Don't translate -d to -foutput-class-dir= here.
15368 2010-09-03  Sebastian Pop  <sebastian.pop@amd.com>
15370         * tree-data-ref.c (dr_may_alias_p): Replace !DR_IS_READ with
15371         DR_IS_WRITE.
15372         (compute_all_dependences): Same.
15373         (create_rdg_edge_for_ddr): Same.
15374         * tree-data-ref.h (DR_IS_WRITE): New.
15375         (ddr_is_anti_dependent): Replace !DR_IS_READ with DR_IS_WRITE.
15376         * tree-if-conv.c (write_memrefs_written_at_least_once): Same.
15377         (write_memrefs_written_at_least_once): Same.
15378         * tree-predcom.c (suitable_component_p): Same.
15379         (determine_roots_comp): Same.
15380         (execute_load_motion): Same.
15381         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Same.
15382         (vect_enhance_data_refs_alignment): Same.
15383         (vect_analyze_group_access): Same.
15385 2010-09-03  Joern Rennecke  <joern.rennecke@embecosm.com>
15387         PR testsuite/42843
15388         * Makefile.in (PLUGINCC): Define in terms of @CC@ / @CXX@
15389         (PLUGINCFLAGS): Define in terms of @CFLAGS@ / @CXXFLAGS@
15391 2010-09-03  Marcin Baczynski  <marbacz@gmail.com>
15393         * dwarf2out.c (file scope): Remove #if0'd code.
15394         (gen_subprogram_die): Same.
15396 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
15398         PR middle-end/45484
15399         * dwarf2out.c (flush_queued_reg_saves): Rename to...
15400         (dwarf2out_flush_queued_reg_saves): ... this.  No longer static.
15401         (dwarf2out_frame_debug_expr, dwarf2out_frame_debug): Adjust callers.
15402         * dwarf2out.h (dwarf2out_flush_queued_reg_saves): New prototype.
15403         * config/i386/i386.c (output_set_got): Call it.
15405 2010-09-03  Michael Matz  <matz@suse.de>
15407         PR middle-end/45415
15408         * tree-sra.c (sra_modify_assign): If we modify the statement,
15409         say so.
15411         * tree-ssa.c (verify_ssa): Check number of operands and links
15412         per statement to agree.
15414 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
15415             Iain Sandoe  <iains@gcc.gnu.org>
15417         PR target/45476
15418         * config/i386/t-darwin (LIB2FUNCS_EXCLUDE): New.
15419         * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE,
15420         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
15422 2010-09-03  Richard Guenther  <rguenther@suse.de>
15424         * lto-streamer-out.c (output_function): Output function
15425         start and end loci.
15426         * lto-streamer-in.c (input_function): Input function start
15427         and end loci.
15429 2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15431         * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
15432         * Makefile.in: Add aclocal.m4 dependency to dfp.m4.
15433         * configure: Regenerate.
15434         * aclocal.m4: Regenerate.
15436 2010-09-03  Jan Hubicka  <jh@suse.cz>
15438         PR lto/44812
15439         * lto-cgraph.c (intput_node, input_varpool_node): Set DECL_EXTERNAL
15440         on functions/variables in other partition.
15442 2010-09-03  Jan Hubicka  <jh@suse.cz>
15444         * cgraph.h (struct varpool_node): Add const_value_known.
15445         (varpool_decide_const_value_known): Declare.
15446         * tree-ssa-ccp.c (fold_const_aggregate_ref): Update initializer folding.
15447         * lto-cgraph.c (lto_output_varpool_node): Store const_value_known.
15448         (input_varpool_node): Restore const_value_known.
15449         * tree-ssa-loop-ivcanon (constant_after_peeling): Check varpool for
15450         initializer folding.
15451         * ipa.c (ipa_discover_readonly_nonaddressable_var,
15452         function_and_variable_visibility): Compute const_value_known.
15453         * gimple-fold.c (get_symbol_constant_value): Use varpool for
15454         initializer folding.
15455         * varpool.c (varpool_decide_const_value_known): New function.
15457 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
15459         * config/i386/i386.md: Remove empty preparation statements
15460         from splitters.
15462 2010-09-03  Jan Hubicka  <jh@suse.cz>
15464         * passes.c (rest_of_decl_compilation): Do not add local vars into
15465         varpool.
15466         * varpool.c (varpool_get_node, varpool_node): Sanity check that only
15467         static or extern vars are in varpool.
15468         (varpool_finalize_decl): Sanity check that only static vars are
15469         finalized.
15471 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
15473         PR debug/45500
15474         * dwarf2out.c (rtl_for_decl_init): Give up for all generic vectors,
15475         not just generic vectors with BLKmode.
15477 2010-09-03  Richard Guenther  <rguenther@suse.de>
15479         * tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
15480         Move TMR_OFFSET to second operand.  Add TMR_INDEX2.
15481         * tree.h (TMR_SYMBOL): Remove.
15482         (TMR_BASE, TMR_OFFSET): Adjust.
15483         (TMR_INDEX2): New.
15484         * alias.c (ao_ref_from_mem): Use TMR_BASE.
15485         * builtins.c (get_object_alignment): Merge TMR_BASE and
15486         TMR_SYMBOL handling.
15487         * cfgexpand.c (expand_debug_expr): Use TMR_BASE.
15488         * gimple.c (get_base_address): Merge MEM_REF and TARGET_MEM_REF
15489         handling.  Also allow TARGET_MEM_REF as base address.
15490         (walk_stmt_load_store_addr_ops): TMR_BASE is always non-NULL.
15491         * gimplify.c (gimplify_expr): Gimplify TMR_BASE like MEM_REF
15492         base.  Gimplify TMR_INDEX2.
15493         * tree-cfg.c (verify_types_in_gimple_reference): Adjust.
15494         * tree-dfa.c (get_ref_base_and_extent): Likewise.
15495         (get_addr_base_and_unit_offset): Likewise.
15496         * tree-eh.c (tree_could_trap_p): Likewise.
15497         * tree-pretty-print.c (dump_generic_node): Likewise.
15498         * tree-ssa-address.c (tree_mem_ref_addr): Simplify.  Handle TMR_INDEX2.
15499         (create_mem_ref_raw): Merge symbol and base.  Move 2ndary
15500         base to index2.
15501         (get_address_description): Reconstruct addres description
15502         from merged TMR_BASE and TMR_INDEX2.
15503         (maybe_fold_tmr): Fold propagated addresses.
15504         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Merge
15505         MEM_REF and TARGET_MEM_REF paths.
15506         (indirect_refs_may_alias_p): Likewise.
15507         * tree-ssa-live.c (mark_all_vars_used_1): Handle TMR_INDEX2
15508         instead of TMR_SYMBOL.
15509         * tree-ssa-operands.c (get_tmr_operands): Simplify.
15510         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Adjust
15511         according to changes ...
15512         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): ... here.
15513         Split TARGET_MEM_REF into two fields plus the base.
15514         * tree.c (mem_ref_offset): Simplify.
15515         * tree-ssa-loop-im.c (for_each_index): Handle TMR_INDEX2.
15516         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
15517         Strip NOPs when folding MEM_REF addresses.
15518         * tree-ssa-sink.c (is_hidden_global_store): Handle TARGET_MEM_REF.
15519         * gimple-fold.c (maybe_fold_reference): Fold TARGET_MEM_REF here ...
15520         (fold_gimple_assign): ... not here.
15522 2010-09-03  Mingjie Xing  <mingjie.xing@gmail.com>
15524         * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change the definition.
15525         * config/mips/mips.c (mips_shift_truncation_mask): New function.
15526         (TARGET_SHIFT_TRUNCATION_MASK): Define.
15528 2010-09-02  Richard Henderson  <rth@redhat.com>
15530         * configure.ac (gcc_cv_as_cfi_advance_working): Use objdump
15531         instead of readelf in the test.
15532         (gcc_cv_as_cfi_sections_directive): Check for correct relocation
15533         in the .debug_frame section for coff targets.
15534         * configure: Rebuild.
15536 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
15538         * config/m32c/m32c.h (CLASS_LIKELY_SPILLED_P): Remove.
15539         * config/m32c/m32c-protos.h (m32c_class_likely_spilled_p): Remove.
15540         * config/m32c/m32c.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
15541         (m32c_class_likely_spilled_p): Make static. Change argument type to
15542         reg_class_t. Change result type to bool.
15544 2010-09-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
15546         * config/rs6000/rs6000.opt (-mfriz): New switch to control whether
15547         to convert (double)(long) into a single FRIZ instruction or not
15548         when -ffast-math is used.
15550         * config/rs6000/vsx.md (VSX_DF): New iterator for DF/V2DF modes.
15551         (vsx_float_fix_<mode>2): Optimize (double)(long) into X{S,V}RDPIZ
15552         or FRIZ instruction if -ffast-math.
15553         * config/rs6000/rs6000.md (friz): Ditto.
15555         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mfriz.
15557 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
15559         * opth-gen.awk (quote, comma): Remove unused variables.
15561 2010-09-02  Ryan Mansfield  <rmansfield@qnx.com>
15563         * arm.c (arm_override_options): Correct fall-back code to use
15564         SUBTARGET_CPU_DEFAULT.
15566 2010-09-02  Julian Brown  <julian@codesourcery.com>
15568         * config/arm/neon.md (UNSPEC_VCLE, UNSPEC_VCLT): New constants for
15569         unspecs.
15570         (vcond<mode>, vcondu<mode>): New expanders.
15571         (neon_vceq<mode>, neon_vcge<mode>, neon_vcgt<mode>): Support
15572         comparisons with zero.
15573         (neon_vcle<mode>, neon_vclt<mode>): New patterns.
15574         * config/arm/constraints.md (Dz): New constraint.
15576 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
15578         * target.def (class_likely_spilled_p): New hook.
15579         * doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Document.
15580         * doc/tm.texi: Regenerate.
15581         * targhooks.c (default_class_likely_spilled_p): New function.
15582         * targhooks.h (default_class_likely_spilled_p): Declare.
15583         * regs.h (CLASS_LIKELY_SPILLED_P): Remove.
15584         * combine.c (cant_combine_insn_p, likely_spilled_retval_p): Use
15585         TARGET_CLASS_LIKELY_SPILLED_P target hook. Use HARD_REGISTER_P macro.
15586         Use fixed_reg_set instead of fixed_regs.
15587         * cse.c (hash_rtx_cb): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
15588         * calls.c (avoid_likely_spilled_reg): Ditto.
15589         * ira-conflicts.c (ira_build_conflicts): Ditto.
15590         * ira.c (update_equiv_regs): Ditto.
15591         * mode-switching.c (create_pre_exit): Ditto.
15592         * regmove.c (find_matches): Ditto.
15593         (regclass_compatible_p): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
15594         * reload.c (SMALL_REGISTER_CLASS_P): Remove macro.
15595         (small_register_class_p): New inline function.
15596         (push_secondary_reload, find_reusable_reload, find_reloads): Use
15597         small_register_class_p instead of SMALL_REGISTER_CLASS_P.
15599         * config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Remove.
15600         * config/i386/i386.c (ix86_class_likely_spilled_p): New.
15601         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
15603 2010-09-02  Richard Guenther  <rguenther@suse.de>
15605         PR tree-optimization/44937
15606         PR tree-optimization/45412
15607         * ipa-split.c (split_function): Properly remove PHI nodes.
15609 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
15611         * opts.h (struct cl_option): Add warn_message field.
15612         (struct cl_decoded_option): Add warn_message field.
15613         * doc/options.texi (Ignore, Warn): Document.
15614         * opt-functions.awk (needs_state_p): Don't consider aliases or
15615         ignored options to need state saved.
15616         * optc-gen.awk: Handle Warn and Ignore.
15617         * opth-gen.awk: Output OPT_SPECIAL_ignore.
15618         * opts-common.c (decode_cmdline_option): Set warn_message field.
15619         Handle ignored options.
15620         (decode_cmdline_options_to_array, generate_option,
15621         generate_option_input_file): Set warn_message field.
15622         (read_cmdline_option): Generate warnings from warn_message field.
15623         Handle ignored options.
15624         * common.opt (Wunreachable-code, fargument-alias,
15625         fargument-noalias, fargument-noalias-global,
15626         fargument-noalias-anything, fcse-skip-blocks, fforce-addr,
15627         floop-optimize, frerun-loop-opt, fsched2-use-traces, fsee,
15628         fstrength-reduce, ftree-store-ccp, ftree-store-copy-prop,
15629         ftree-salias): Mark Ignore.
15630         * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -mcpu,
15631         -mintel-syntax and -mno-intel-syntax here.
15632         * config/i386/i386.opt (mcpu=, mintel-syntax): Define as aliases
15633         using Warn.
15634         * opts.c (common_handle_option): Don't handle options marked as
15635         ignored.
15636         (enable_warning_as_error): Handle ignored options.
15638 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
15640         PR driver/44076
15641         * opts.h (struct cl_option): Add alias_arg, neg_alias_arg and
15642         alias_target fields.
15643         * opt-functions.awk (opt_sanitized_name): Don't handle
15644         finline-limit=, Wlarger-than= and ftemplate-depth= specially.
15645         * optc-gen.awk: Generate alias fields.
15646         * opth-gen.awk: Explicitly give values for OPT_* enum constants.
15647         Don't generate such constants for aliases.
15648         * opts-common.c (generate_canonical_option): New.
15649         (decode_cmdline_option): Handle aliases.  Use
15650         generate_canonical_option for known options instead of copying the
15651         input option text.
15652         * doc/options.texi (Alias): Document.
15653         * common.opt (W, Wlarger-than-, aux-info=, finline-limit-,
15654         fstack-check, specs): Mark as aliases.
15655         * gcc.c (driver_handle_option): Canonicalize -L options to joined
15656         arguments.
15657         (driver_handle_option): Don't handle OPT_specs.
15658         * opts.c (common_handle_option): Don't handle options marked as
15659         aliases.
15660         (enable_warning_as_error): Handle aliases.
15661         * stor-layout.c (layout_decl): Use OPT_Wlarger_than_ instead of
15662         OPT_Wlarger_than_eq.
15663         * tree-optimize.c (tree_rest_of_compilation): Use
15664         OPT_Wlarger_than_ instead of OPT_Wlarger_than_eq.
15666 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
15668         * config/i386/i386.md (nonmemory_operand): New mode attribute.
15669         (push memory peephole2): Macroize peepholes using SWI mode iterator.
15670         (move immediate to memory peephole2): Macroize peepholes using
15671         SWI124 mode iterator.
15672         (non-pairable NOT peephole2): Macroize peepholes using SWI124
15673         mode iterator.
15674         (simple lea add peephole2): Macroize peepholes using SWI48
15675         mode iterator.
15676         (simple lea mult peephole2): Ditto.
15677         (imul by 3,5,9 to lea peephole2): Ditto.
15678         (mov $-1, reg peephole2): Macroize peepholes using SWI248
15679         mode iterator.
15680         (imul $32bit_imm,mem,reg peephole2): Ditto.
15681         (imul $8/16bit_imm,regmem,reg peephole2): Ditto.
15683 2010-09-02  Ian Bolton  <ian.bolton@arm.com>
15685         * tree-ssa-loop-prefetch.c: Fix comment at head of file.
15687 2010-09-02  Olivier Hainque  <hainque@adacore.com>
15689         PR middle-end/44763
15690         * ira-color.c (SORTGT): New macro, helper for qsort callbacks.
15691         (allocno_priority_compare_func): Use it instead of a straight
15692         difference computation over priorities.
15694 2010-09-02  Andi Kleen  <ak@linux.intel.com>
15696         * opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_ handling.
15698 2010-09-02  Ira Rosen  <irar@il.ibm.com>
15700         * tree-vectorizer.h (get_later_stmt): New function.
15701         (vect_analyze_data_ref_dependences): Add argument.
15702         * tree-vect-loop.c (vect_analyze_loop): Update call to
15703         vect_analyze_data_ref_dependences.
15704         * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block):
15705         New function.
15706         (vect_analyze_data_ref_dependence): Add argument for basic block
15707         dependencies. Check dependencies in basic block vectorization.
15708         (vect_analyze_data_ref_dependences): Add argument and update call to
15709         vect_analyze_data_ref_dependences.
15710         * tree-vect-slp.c (vect_find_last_store_in_slp_instance): New.
15711         (vect_bb_vectorizable_with_dependencies): New.
15712         (vect_slp_analyze_bb): Check dependencies in basic block.
15713         (vect_schedule_slp_instance): Insert stores before the last store in
15714         SLP instance.
15716 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
15718         PR target/45476
15719         * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE,
15720         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
15722 2010-09-01  Jakub Jelinek  <jakub@redhat.com>
15724         PR middle-end/45458
15725         * bb-reorder.c (add_labels_and_missing_jumps): Treat
15726         bbs ending with throwing insns like blocks ending with a call.
15727         (fix_up_fall_thru_edges): Likewise.
15729 2010-09-01  Nathan Froyd  <froydnj@codesourcery.com>
15731         * config/m32c/m32c-protos.h (m32c_function_arg): Delete.
15732         (m32c_function_arg_advance): Delete.
15733         * config/m32c/m32c.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
15734         * config/m32c/m32c.c (m32c_function_arg): Make static.  Adjust
15735         comments.  Take a const_tree and a bool.  Declare.
15736         (m32c_function_arg_advance): Likewise.
15737         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
15739 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
15741         PR target/45476
15742         * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
15743         LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
15744         * config/i386/mingw32.h: ... here.
15746 2010-09-01  Andi Kleen  <ak@linux.intel.com>
15748         PR lto/45475
15749         * lto-streamer-in.c (lto_input_ts_target_option): Add.
15750         (lto_input_tree_pointers): Call lto_input_ts_target_option.
15751         * lto-streamer-out (lto_output_ts_target_option): Add.
15752         (lto_output_tree_pointers): Call lto_output_ts_target_option.
15754 2010-09-01  Kai Tietz  <kai.tietz@onevision.com>
15756         PR/target 45452
15757         * config/i386/cygwin.h: Change order of specified import libraries.
15758         * config/i386/mingw32.h: Likewise.
15759         * config/i386/t-cygwin: Likewise.
15760         * config/i386/t-mingw32: Likewise.
15761         * config/i386/t-mingw-w32: Likewise.
15762         * config/i386/t-mingw-w64: Likewise.
15764 2010-09-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
15766         * config/arm/neon-schedgen.ml (core): New type.
15767         (allCores): List of supported cores.
15768         (availability_table): Add supported cores.
15769         (collate_bypasses): Accept core as a parameter.
15770         (worst_case_latencies_and_bypasses): Accept core as a parameter.
15771         (emit_insn_reservations): Accept core as a parameter.  Use tuneStr
15772         and coreStr to get tune attribute and prefix for functional units.
15773         (emit_bypasses): Accept core name and use it.
15774         (calculate_per_core_availability_table): New.
15775         (filter_core): New.
15776         (calculate_core_availability_table): New.
15777         (main): Use calculate_core_availablity_table.
15778         * config/arm/cortex-a8-neon.md: Update copyright year.
15779         Regenerated from ml file and merged in.
15780         (neon_mrrc, neon_mrc): Rename to cortex_a8_neon_mrrc and
15781         cortex_a8_neon_mrc.
15783 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
15785         * Makefile.in (tree-switch-conversion.o): Update dependencies.
15787 2010-09-01  Richard Guenther  <rguenther@suse.de>
15789         * alias.c (ao_ref_from_mem): Adjust.
15790         * builtins.c (get_object_alignment): Likewise.
15791         * cfgexpand.c (expand_debug_expr): Likewise.
15792         * gimple.c (get_base_address): Likewise.
15793         * tree-dfa.c (get_ref_base_and_extent): Likewise.
15794         (get_addr_base_and_unit_offset): Likewise.  Fix for
15795         both TMR_SYMBOL and TMR_BASE being set.
15796         * tree-eh.c (tree_could_trap_p): Likewise.
15797         * gimplify.c (gimplify_expr): Do not attempt to gimplify
15798         TMR_SYMBOL.  Always gimplify TMR_BASE.
15799         * tree-cfg.c (verify_types_in_gimple_reference): Verify
15800         TMR_BASE if there is a TMR_SYMBOL.
15801         * tree-pretty-print.c (dump_generic_node): Adjust.
15802         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
15803         (tree_mem_ref_addr): Likewise.
15804         (create_mem_ref_raw): Likewise.
15805         (move_fixed_address_to_symbol): Likewise.
15806         (create_mem_ref): Likewise.
15807         (dump_mem_address): Likewise.
15808         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Adjust.
15809         Fix for both TMR_SYMBOL and TMR_BASE being set.
15810         (indirect_refs_may_alias_p): Likewise.
15811         * tree-ssa-operands.c (get_tmr_operands): Adjust.
15812         * tree.def (TARGET_MEM_REF): Adjust documentation.
15814 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
15816         * config/i386/i386.h (enum ix86_tune_indices) <X86_TUNE_SINGLE_POP>:
15817         Rename from X86_TUNE_ADD_ESP_4.
15818         <IX86_TUNE_DOUBLE_POP>: Rename from X86_TUNE_ADD_ESP_8.
15819         <IX86_TUNE_SINGLE_PUSH>: Rename from X86_TUNE_SUB_ESP_4.
15820         <IX86_TUNE_DOUBLE_PUSH>: Rename from X86_TUNE_SUB_ESP_8.
15821         (TARGET_SINGLE_POP): Rename from TARGET_ADD_ESP_4.
15822         (TARGET_DOUBLE_POP): Rename from TARGET_ADD_ESP_8.
15823         (TARGET_SINGLE_PUSH): Rename from TARGET_SUB_ESP_4.
15824         (TARGET_DOUBLE_POP): Rename from TARGET_SUB_ESP_8.
15825         * config/i386/i386.c (initial_ix86_tune_features)
15826         <X86_TUNE_SINGLE_POP>: Invert members.
15827         <X86_TUNE_DOUBLE_POP>: Ditto.
15828         <X86_TUNE_SINGLE_PUSH>: Ditto.
15829         <X86_TUNE_DOUBLE_PUSH>: Ditto.
15830         * config/i386/i386.md (*pop<mode>1): Rename from pop<mode>1.
15831         No longer exported.
15832         (push peephole2 patterns): Macroize peepholes using P mode iterator.
15833         Adjust for renamed TARGET_{SINGLE,DOUBLE}_PUSH defines.
15834         (pop peephole2 patterns): Macroize peepholes using P mode iterator.
15835         Adjust for renamed TARGET_{SINGLE,DOUBLE}_POP defines.
15837 2010-09-01  Eric Botcazou  <ebotcazou@adacore.com>
15839         * gimplify.c (gimplify_init_constructor): Do not create a temporary for
15840         a volatile LHS if the constructor has only one element.
15842 2010-09-01  Mikael Pettersson  <mikpe@it.uu.se>
15844         PR bootstrap/45321
15845         * tree.c (stdarg_p): Make fntype parameter const.
15846         * tree.h (stdarg_p): Likewise.
15847         (function_args_iterator): Remove unused fntype field.
15848         (function_args_iter_init): Do not initialize fntype
15849         field.  Make fntype parameter const.
15851 2010-09-01  Richard Guenther  <rguenther@suse.de>
15853         * tree-vrp.c (adjust_range_with_scev): Use number of iteration
15854         estimate.
15855         (vrp_visit_phi_node): Delay using SCEV till we balloon the range.
15856         (execute_vrp): Compute number of iteration estimates.
15857         * cfgloop.h (estimate_numbers_of_iterations_loop): Adjust prototype.
15858         * tree-flow.h (estimate_numbers_of_iterations): Likewise.
15859         * tree-data-ref.c (estimated_loop_iterations): Adjust.
15860         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
15861         Infer loop bounds from undefined behavior based on a new parameter.
15862         (estimate_numbers_of_iterations): Likewise.
15863         (scev_probably_wraps_p): Adjust.
15864         * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
15866 2010-09-01  Nick Clifton  <nickc@redhat.com>
15868         * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
15869         where appropriate.
15870         (xstormy16_legitimate_address_p): Use true and false instead of 1
15871         and 0.
15872         (xstormy16_expand_prologue): Delete unused local variable 'insn'.
15873         (xstormy16_function_arg): Use FIRST_ARGUMENT_REGNUM in place of
15874         magic constant 2.
15875         (xstormy16_expand_call): Fix comment at start of function.
15877 2010-09-01  Nick Clifton  <nickc@redhat.com>
15879         * config/rx/rx.c (rx_expand_prologue): Do not adjust frame size
15880         when pushing accumulator register.
15881         (rx_get_stack_layout): Always save call clobbered registers inside
15882         interrupt handlers.
15883         * config/rx/rx-modes.def: Fix descriptive comment at start of file.
15885 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
15887         * config.gcc (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
15888         i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
15890         * libgcc-std.ver (GCC_4.6.0): Define version.
15892 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
15894         * tree-nested.c (convert_all_function_calls): Iterate until after the
15895         sum of static chains in the nest doesn't change.
15897 2010-08-31  Anatoly Sokolov  <aesok@post.ru>
15899         * config/m32c/m32c.c (classes_intersect): Remove.
15900         (m32c_preferred_reload_class, m32c_secondary_reload_class): Use
15901         reg_classes_intersect_p instead of classes_intersect.
15902         (class_can_hold_mode): Change arguments type from enum reg_class to
15903         reg_class_t.  Use reg_class_contents instead of class_contents.
15904         (m32c_register_move_cost): Make static. Change arguments type from
15905         enum reg_class to reg_class_t. Use reg_classes_intersect_p instead of
15906         classes_intersect. Use reg_class_contents instead of class_contents.
15907         (m32c_memory_move_cost): Make static. Change arguments type from
15908         enum reg_class to reg_class_t.
15909         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
15910         * config/m32c/m32c.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
15911         * config/m32c/m32c-protos.h (m32c_register_move_cost,
15912         m32c_memory_move_cost): Remove.
15914 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
15916         * config/arm/arm-protos.h (arm_function_arg_advance): Delete.
15917         (arm_function_arg): Delete.
15918         (arm_needs_doubleword_align): Take a const_tree.
15919         * config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
15920         * config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
15921         (aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
15922         (arm_function_arg): Make static.  Take a const_tree and a bool.
15923         (arm_function_arg_advance): Likewise.
15924         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
15926 2010-08-31  Andi Kleen  <ak@linux.intel.com>
15928         * common.opt (fwhopr=): Update for -fwhopr=jobserver
15929         * doc/invoke.texi (fwhopr): Document -fwhopr=jobserver.
15930         * lto-wrapper.c (run_gcc): Add jobserver mode.
15931         * opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
15932         argument.
15934 2010-08-31  Uros Bizjak  <ubizjak@gmail.com>
15936         * config/i386/i386.md (popdi1): Rewrite using POST_INC memory operand.
15937         (popsi1): Ditto.
15938         (*popdi1_epilogue): Ditto.
15939         (*popsi1_epilogue): Ditto.
15940         (popsi, popdi peephole2 patterns): Update peepholes for changed
15941         pop{si,di}1 and *pop{si,di}1_epilogue patterns.
15943         (pop<mode>1): Macroize insn from pop{si,di}1 using P code iterator.
15944         (*pop<mode>1_epilogue): Ditto from *pop{si,di}1_epilogue.
15946         * config/i386/i386.c (*ix86_gen_pop1): Remove indirect function.
15947         (override_options): Do not initialize removed ix86_gen_pop1.
15948         (gen_pop): New static function.
15949         (ix86_expand_prologue): Use gen_pop instead of ix86_gen_pop1.
15950         (release_scratch_register_on_entry): Ditto.
15951         (ix86_restore_reg_using_pop): Ditto.
15952         (ix86_expand_epilogue): Ditto.
15954 2010-08-31  Jakub Jelinek  <jakub@redhat.com>
15956         PR middle-end/45461
15957         * builtins.c (dummy_object): Return a MEM_REF instead of INDIRECT_REF.
15959 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
15961         * config/fr30/fr30.c (fr30_move_double): Delete `dregno' and extra
15962         semicolons.
15964 2010-08-31  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
15966         * doc/extend.texi: Fix documentation of the return value of
15967         __builtin_choose_expr.
15969 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
15971         * config/v850/v850-protos.h (function_arg): Delete.
15972         * config/v850/v850.h (FUNCTION_ARG): Delete.
15973         (FUNCTION_ARG_ADVANCE): Move code to...
15974         * config/v850/v850.c (v850_function_arg_advance): ...here.
15975         (v850_function_arg): Make static.  Take a const_tree and a bool.
15976         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
15978 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
15980         * config/m32r/m32r.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move
15981         these...
15982         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
15983         ...and these...
15984         * config/m32r/m32r.c (m32r_function_arg, m32r_function_arg_advance):
15985         ..to here..
15986         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
15987         ...and here.
15988         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
15990 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
15992         * config/rx/rx-protos.h (rx_function_arg, rx_function_arg_size):
15993         Delete.
15994         * config/rx/rx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
15995         * config/rx/rx.c (rx_function_arg_size): Make static.
15996         (rx_function_arg): Likewise.
15997         (rx_function_arg_advance): New function.
15998         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
16000 2010-08-31  John Tytgat  <John.Tytgat@aaug.net>
16002         * config/arm/arm.c (arm_override_options): Remove superfluous test.
16003         Fix indentation.
16005 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
16007         * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
16008         (dwarf2out_decl) <CONST_DECL>: Likewise.
16010 2010-08-30  Eric Botcazou  <ebotcazou@adacore.com>
16012         Stack usage support
16013         * common.opt (-fstack-usage): New option.
16014         * doc/invoke.texi (Debugging options): Document it.
16015         * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
16016         allocate_dynamic_stack_space.
16017         (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
16018         and propagate it to allocate_dynamic_stack_space.
16019         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
16020         * calls.c (initialize_argument_information): Pass TRUE as 4th
16021         argument to allocate_dynamic_stack_space.
16022         (expand_call): Set current_function_has_unbounded_dynamic_stack_size
16023         to 1 when pushing a variable-sized argument onto the stack.  Pass
16024         TRUE as 4th argument to allocate_dynamic_stack_space.
16025         Update current_function_pushed_stack_size.
16026         (emit_library_call_value_1): Likewise.
16027         * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
16028         CANNOT_ACCUMULATE.  If flag_stack_usage, look into the size and
16029         attempt to find an upper bound.  Remove redundant code for the
16030         SETJMP_VIA_SAVE_AREA case.
16031         * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
16032         * function.h (struct stack_usage): New structure.
16033         (current_function_static_stack_size): New macro.
16034         (current_function_dynamic_stack_size): Likewise.
16035         (current_function_pushed_stack_size): Likewise.
16036         (current_function_dynamic_alloc_count): Likewise.
16037         (current_function_has_unbounded_dynamic_stack_size): Likewise.
16038         (current_function_allocates_dynamic_stack_space): Likewise.
16039         (struct function): Add new field 'su'.
16040         * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
16041         add the value of the dynamic offset to the dynamic stack usage.
16042         (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
16043         for variable-sized objects.
16044         (prepare_function_start): Allocate cfun->su if flag_stack_usage.
16045         (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
16046         * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
16047         BUILT_IN_ALLOCA for variable-sized objects.
16048         * output.h (output_stack_usage): Declare.
16049         * toplev.c (stack_usage_file): New file pointer.
16050         (output_stack_usage): New function.
16051         (open_auxiliary_file): Likewise.
16052         (lang_dependent_init): Open file if flag_stack_usage is set.
16053         (finalize): Close file if stack_usage_file is not null.
16054         * tree.h (ALLOCA_FOR_VAR_P): New macro.
16055         * config/alpha/alpha.c (compute_frame_size): New function.
16056         (alpha_expand_prologue): Use it.
16057         (alpha_start_function): Likewise.
16058         (alpha_expand_epilogue): Likewise.  Set stack usage info.
16059         * config/i386/i386.c (ix86_expand_prologue): Likewise.
16060         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
16061         * config/mips/mips.c (mips_expand_prologue): Likewise.
16062         * config/pa/pa.c (hppa_expand_prologue): Likewise.
16063         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
16064         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
16066 2010-08-30  Zdenek Dvorak  <ook@ucw.cz>
16068         PR tree-optimization/45427
16069         * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
16070         Handle the case that the exit is never taken correctly.
16071         (number_of_iterations_ne): Pass exit_must_be_taken to
16072         number_of_iterations_ne_max.
16074 2010-08-30  Catherine Moore  <clm@codesourcery.com>
16076         * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
16077         Infer -mdspr2 for the the 74K.
16079 2010-08-30  Jakub Jelinek  <jakub@redhat.com>
16081         PR debug/45419
16082         * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
16084         PR middle-end/45423
16085         * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
16086         and TRUTH_{AND,OR,XOR}_EXPR.
16087         * c-parser.c (c_parser_omp_atomic): Handle boolean
16088         {PRE,POST}_{INC,DEC}REMENT.
16090 2010-08-30  Nathan Froyd  <froydnj@codesourcery.com>
16092         * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
16093         (function_arg): Delete.
16094         * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
16095         (FUNCTION_INCOMING_ARG): Delete.
16096         * config/xtensa/xtensa.c (function_arg_advance): Rename to...
16097         (xtensa_function_arg_advance): ...this.  Make static. Take a const_tree
16098         and a bool.
16099         (function_arg): Rename to...
16100         (xtensa_function_arg_1): ...this.  Make static.  Take a const_tree and
16101         a bool.
16102         (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
16103         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
16104         (TARGET_FUNCTION_INCOMING_ARG): Define.
16106 2010-08-30  Richard Guenther  <rguenther@suse.de>
16108         PR tree-optimization/21602
16109         * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
16110         using points-to information.
16112 2010-08-30  H.J. Lu  <hongjiu.lu@intel.com>
16114         * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
16116 2010-08-30  Richard Guenther  <rguenther@suse.de>
16118         PR tree-optimization/45449
16119         * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
16120         variables.
16122 2010-08-30  Joseph Myers  <joseph@codesourcery.com>
16124         * opts.h (CL_ERR_NEGATIVE): Define.
16125         * opts.c (unknown_option_callback): Don't postpone warnings for
16126         options marked with CL_ERR_NEGATIVE.
16127         * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
16128         for negative versions of CL_REJECT_NEGATIVE options.
16130 2010-08-30  Uros Bizjak  <ubizjak@gmail.com>
16132         * config/i386/i386.md (zero_extendsidi2_1): Rename from
16133         zero_extendsidi2_32.
16134         (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
16135         using SWI12 mode iterator.
16136         (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
16137         to define_insn_and_split pattern.
16138         (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
16139         using SWI24 mode iterator.
16140         (*zero_extendqi<mode>2_and): Macroize insn from
16141         *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
16142         (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
16143         *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
16144         SWI24 mode iterator.
16145         (*zero_extendqi<mode>2_movzbl): Ditto from
16146         *zero_extendqi{hi,si}2_movzbl.
16147         (extendsidi2_1): Rename from extendsidi2_32.
16148         (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
16149         SWI12 mode iterator.
16151 2010-08-29  Eric Botcazou  <ebotcazou@adacore.com>
16153         * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
16154         general purpose registers.
16155         (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
16156         * config/ia64/ia64.md (*movcci): Change to named pattern.  Deal
16157         with general purpose registers and memory operands.  Add associated
16158         CCImode post-reload splitter.
16159         * config/ia64/div.md: Change BImode to CCImode throughout.
16161 2010-08-28  Eric Botcazou  <ebotcazou@adacore.com>
16163         * config/ia64/ia64.md (cstorebi4): Fix thinko.
16165 2010-08-28  Hariharan Sandanagobalane  <hariharan@picochip.com>
16167         * config/picochip/picochip.c (reorder_var_tracking_notes): This
16168         function was dropping debug insns which caused PR45299.
16170 2010-08-28  Uros Bizjak  <ubizjak@gmail.com>
16172         * config/i386/sse.md (extsuffix): New code attribute.
16173         (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
16174         and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
16175         (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
16176         and sse4_1_zero_extendv4qiv4si2.
16177         (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
16178         and sse4_1_zero_extendv2qiv2di2.
16179         (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
16180         and sse4_1_zero_extendv4hiv4si2.
16181         (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
16182         and sse4_1_zero_extendv2hiv2di2.
16183         (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
16184         and sse4_1_zero_extendv2siv2di2
16186         (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
16187         using any_extend code iterator.
16188         (*avx_<s>mulv8hi3_highpart): Macroize insn from
16189         *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
16190         (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
16192         * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
16193         gen_sse4_1_sign_extend* functions.
16194         (struct builtin_description bdesc_args): Ditto.
16196 2010-08-27  Xinliang David Li  <davidxl@google.com>
16198         PR/45422
16199         * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
16200         (iv_ca_set_no_cp): Update used inv expr count.
16201         (iv_ca_set_cp): Ditto.
16202         (iv_ca_new): Initialize new member.
16203         (iv_ca_free): Free memory.
16205 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
16207         * config/sh/sh-protos.h (sh_function_arg): Delete.
16208         (sh_function_arg_advance): Delete.
16209         * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
16210         (PASS_IN_REG_P): Eliminate cast.
16211         * config/sh/sh.c (sh_function_arg_advance): Make static.  Take a
16212         const_tree and a bool.
16213         (sh_function_arg): Likewise.
16214         (sh_output_mi_thunk): Call sh_function_arg_advance) and
16215         sh_function_arg.
16216         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
16218 2010-08-27  Naveen H.S  <naveen.S@kpitcummins.com>
16219             Kaz Kojima  <kkojima@gcc.gnu.org>
16221         * config/sh/sh.c (push_regs): Emit movml for interrupt handler
16222         when possible.
16223         (sh_expand_epilogue): Likewise.
16224         * config/sh/sh.md (movml_push_banked): New insn.
16225         (movml_pop_banked): Likewise.
16227 2010-08-28  Bernd Schmidt  <bernds@codesourcery.com>
16229         * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
16230         gen_regexp_oneof, gen_regexp_sequence): Use the string found
16231         in vector element 0 rather than the original string when there's
16232         only one element.
16233         (gen_regexp): Remove extra semicolon.
16235         * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
16236         thumb2_movsf_vfp): Set attribute "insn".
16237         * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
16238         not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
16239         thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
16240         arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
16241         arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
16242         thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
16243         thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
16244         movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
16245         if_not_move, if_shift_move, if_move_shift, if_shift_shift,
16246         if_not_arith, if_arith_not, cond_move_not): Likewise.
16248 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
16250         * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
16251         New declaration.
16252         (rs6000_allocate_stack_temp): Ditto.
16253         (rs6000_expand_convert_si_to_sfdf): Ditto.
16255         * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
16256         line.  Update the options set if power6 or power7 server/embedded
16257         type options are used.  If we give a warning for no vsx under
16258         -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
16259         (rs6000_allocate_stack_temp): New function to allocate a stack
16260         tempoary and adjust the address so it meets either REG+OFFSET or
16261         REG+REG addressing requirements.
16262         (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
16263         that they can be used with the LFIWAX/LFIWZX instrucitons.
16264         (rs6000_expand_convert_si_to_sfdf): New helper funciton for
16265         converting signed/unsigned SImode to either SFmode/DFmode.
16267         * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
16268         whether certain instructions can be generated.
16269         (TARGET_FCTIDZ): Ditto.
16270         (TARGET_STFIWX): Ditto.
16271         (TARGET_LFIWAX): Ditto.
16272         (TARGET_LFIWZX): Ditto.
16273         (TARGET_FCFIDS): Ditto.
16274         (TARGET_FCFIDU): Ditto.
16275         (TARGET_FCFIDUS): Ditto.
16276         (TARGET_FCTIDUZ): Ditto.
16277         (TARGET_FCTIWUZ): Ditto.
16279         * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
16280         (UNSPEC_FCTID): Ditto.
16281         (UNSPEC_LFIWAX): Ditto.
16282         (UNSPEC_LFIWZX): Ditto.
16283         (UNSPEC_FCTIWUZ): Ditto.
16284         (rreg): Use correct constraints.
16285         (SI_CONVERT_FP): New mode attribute for floating point conversion
16286         tests.
16287         (E500_CONVERT): Ditto.
16288         (lfiwax): New insns for converting from integer to floating point
16289         utilizing newer instructions.  Attempt to optimize conversions
16290         that come from memory so that we don't load the value into a GPR,
16291         spill it to the stack and reload it into a FPR.
16292         (floatsi<mode>2_lfiwax): Ditto.
16293         (floatsi<mode>2_lfiwax_mem): Ditto.
16294         (floatsi<mode>2_lfiwax_mem2): Ditto.
16295         (lfiwzx): Ditto.
16296         (floatunssi<mode>2_lfiwzx): Ditto.
16297         (floatunssi<mode>2_lfiwzx_mem): Ditto.
16298         (floatunssi<mode>2_lfiwzx_mem2): Ditto.
16299         (floatdidf2_mem): Ditto.
16300         (floatunsdidf2_fcfidu): Ditto.
16301         (floatunsdidf2_mem): Ditto.
16302         (floatunsdisf2): Ditto.
16303         (floatunsdisf2_fcfidus): Ditto.
16304         (floatunsdisf2_mem): Ditto.
16305         (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
16306         Use FCFID on 32-bit hosts that support it.
16307         (floatsidf2_internal): Ditto.
16308         (floatunssisf2): Ditto.
16309         (floatunssidf2): Ditto.
16310         (floatunssidf2_internal): Ditto.
16311         (floatsisf2): Ditto.
16312         (floatdidf2): Ditto.
16313         (floatdidf2_fpr): Ditto.
16314         (floatunsdidf2): Ditto.
16315         (floatdisf2): Ditto.
16316         (floatdisf2_fcfids): Ditto.
16317         (floatdisf2_internal1): Ditto.
16318         (fixuns_truncsfsi2): Delete, merge into common pattern for both
16319         SF/DF.  Add power7 support.
16320         (fix_truncsfsi2): Ditto.
16321         (fixuns_truncdfsi2): Ditto.
16322         (fixuns_truncdfdi2): Ditto.
16323         (fix_truncdfsi2): Ditto.
16324         (fix_truncdfsi2_internal): Ditto.
16325         (fix_truncdfsi2_internal_gfxopt): Ditto.
16326         (fix_truncdfsi2_mfpgpr): Ditto.
16327         (fctiwz): Ditto.
16328         (btruncdf2): Ditto.
16329         (btruncdf2_fpr): Ditto.
16330         (btructsf2): Ditto.
16331         (ceildf2): Ditto.
16332         (ceildf2_fpr): Ditto.
16333         (ceilsf2): Ditto.
16334         (floordf2): Ditto.
16335         (floordf2_fpr): Ditto.
16336         (floorsf2): Ditto.
16337         (rounddf2): Ditto.
16338         (rounddf2_fpr): Ditto.
16339         (roundsf2): Ditto.
16340         (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
16341         (fix_trunc<mode>di2): Ditto.
16342         (fixuns_trunc<mode>si2): Ditto.
16343         (fixuns_trunc<mode>di2): Ditto.
16344         (fctiwz_<mode>): Ditto.
16345         (btrunc<mode>2): Ditto.
16346         (btrunc<mode>2_fpr): Ditto.
16347         (ceil<mode>2): Ditto.
16348         (ceil<mode>2_fpr): Ditto.
16349         (floor<mode>2): Ditto.
16350         (float<mode>2_fpr): Ditto.
16351         (round<mode>2): Ditto.
16352         (round<mode>2_fpr): Ditto.
16353         (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
16354         (fixuns_trunc<mode>si2_stfiwx): Ditto.
16355         (fix_truncdfsi2_internal): Ditto.
16356         (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
16357         converted value on stack, loaded into GPR, and then stored into
16358         the final destination.
16359         (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
16360         FCTIDZ.
16361         (lrint<mode>di2): New insn, provide the lrint builtin functions.
16362         (ftruncdf2): Delete, unused.
16363         (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
16365         * config/rs6000/vsx.md (toplevel): Update copyright year.
16366         (VSr2): Use "ws" contraint for DFmode, not "!r#r".
16367         (VSr3): Ditto.
16369 2010-08-27  Basile Starynkevitch  <basile@starynkevitch.net>
16370             Jeremie Salvucci  <jeremie.salvucci@free.fr>
16372         * gengtype.c (output_type_enum): Test the right union member.
16374 2010-08-27  Uros Bizjak  <ubizjak@gmail.com>
16376         PR target/41484
16377         * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
16378         operands for operand 1.
16379         (sse4_1_extendv4qiv4si2): Ditto.
16380         (sse4_1_extendv2qiv2di2): Ditto.
16381         (sse4_1_extendv4hiv4si2): Ditto.
16382         (sse4_1_extendv2hiv2di2): Ditto.
16383         (sse4_1_extendv2siv2di2): Ditto.
16384         (sse4_1_zero_extendv8qiv8hi2): Ditto.
16385         (sse4_1_zero_extendv4qiv4si2): Ditto.
16386         (sse4_1_zero_extendv2qiv2di2): Ditto.
16387         (sse4_1_zero_extendv4hiv4si2): Ditto.
16388         (sse4_1_zero_extendv2hiv2di2): Ditto.
16389         (sse4_1_zero_extendv2siv2di2): Ditto.
16390         (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
16391         (*sse4_1_extendv4qiv4si2): Ditto.
16392         (*sse4_1_extendv2qiv2di2): Ditto.
16393         (*sse4_1_extendv4hiv4si2): Ditto.
16394         (*sse4_1_extendv2hiv2di2): Ditto.
16395         (*sse4_1_extendv2siv2di2): Ditto.
16396         (*sse4_1_zero_extendv8qiv8hi2): Ditto.
16397         (*sse4_1_zero_extendv4qiv4si2): Ditto.
16398         (*sse4_1_zero_extendv2qiv2di2): Ditto.
16399         (*sse4_1_zero_extendv4hiv4si2): Ditto.
16400         (*sse4_1_zero_extendv2hiv2di2): Ditto.
16401         (*sse4_1_zero_extendv2siv2di2): Ditto.
16403 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
16405         * config/mips/mips-protos.h (mips_function_arg_advance): Delete
16406         (mips_function_arg): Delete.
16407         (mips_function_arg_boundary): Take a const_tree.
16408         * config/mips/mips.c (mips_function_arg_boundary): Likewise.
16409         (mips_arg_info): Likewise.
16410         (mips_setup_incoming_varargs): Call mips_function_arg_advance
16411         instead of FUNCTION_ARG_ADVANCE.
16412         (mips_function_arg_advance): Adjust prototype.  Make static.
16413         (mips_function_arg): Likewise.
16414         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
16415         * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
16417 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
16419         * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
16420         * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
16421         (function_arg): Delete.
16422         (function_arg_boundary): Take a const_tree.
16423         * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
16424         (rs6000_spe_function_arg): Likewise.
16425         (rs6000_parm_start): Likewise.
16426         (rs6000_arg_size): Likewise.
16427         (rs6000_darwin64_record_arg_advance_recurse): Likewise.
16428         (rs6000_darwin64_record_arg): Likewise.  Take a bool instead of an int.
16429         (rs6000_mixed_function_arg): Likewise.
16430         (function_arg): Rename to...
16431         (rs6000_function_arg): ...this.
16432         (function_arg_advance): Rename to...
16433         (rs6000_function_arg_advance_1): ...this
16434         (rs6000_function_arg_advance): New function.  Call it.
16435         (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
16436         (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
16437         (rs6000_function_value): Likewise.
16438         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
16440 2010-08-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16442         * config/arm/arm.md (enabled): Test the value of arch_enabled
16443         rather than just using it.
16445 2010-08-27  Olivier Hainque  <hainque@adacore.com>
16446             Eric Botcazou  <ebotcazou@adacore.com>
16448         * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
16449         cover all the possible offsets from this base.
16450         (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
16452 2010-08-26  Jakub Jelinek  <jakub@redhat.com>
16454         PR tree-optimization/44485
16455         * calls.c (flags_from_decl_or_type): For const or pure
16456         noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
16457         together with ECF_CONST resp. ECF_PURE.
16458         * builtins.c (expand_builtin): Use flags_from_decl_or_type
16459         instead of querying flags directly.
16460         * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
16461         * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
16463 2010-08-26  Richard Guenther  <rguenther@suse.de>
16465         PR tree-optimization/45255
16466         * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
16467         and externals are also invariant.
16469 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
16471         PR rtl-optimization/44858
16472         * combine.c (try_combine): If recog_for_combine added CLOBBERs to
16473         newi2pat, make sure they don't affect newpat.
16475         PR rtl-optimization/45400
16476         * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
16477         SUBREG_REG if both modes are of MODE_INT class.
16479 2010-08-25  Julian Brown  <julian@codesourcery.com>
16481         * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
16482         * config/arm/arm.md (generic_sched): No for Cortex-A5.
16483         (generic_vfp): Likewise.
16484         (cortex-a5.md): Include.
16485         * config/arm/cortex-a5.md: New.
16487 2010-08-25  Richard Guenther  <rguenther@suse.de>
16489         * alias.c (get_alias_set): Assign a single alias-set to all pointers.
16490         * gimple.c (gimple_get_alias_set): Remove special handling
16491         for pointers.
16493 2010-08-25  Bernd Schmidt  <bernds@codesourcery.com>
16495         PR middle-end/45355
16496         * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
16497         dead_or_set_p when computing i0_feeds_i2_n.
16499         * combine.c (find_split_point): Undo canonicalization of multiply-add
16500         to (minus x (mult)) when it seems likely that this will increase the
16501         chances of a split.
16503 2010-08-25  Richard Guenther  <rguenther@suse.de>
16505         PR lto/44562
16506         * lto-streamer.c (lto_record_common_node): Do not mess with
16507         TYPE_CANONICAL when not in lto.
16508         * gimple.c (gimple_register_type): Likewise.
16510 2010-08-25  Richard Guenther  <rguenther@suse.de>
16512         PR tree-optimization/45316
16513         * tree-ssa-pre.c (eliminate): Properly clean EH info.
16515 2010-08-25  Richard Guenther  <rguenther@suse.de>
16517         PR tree-optimization/45393
16518         * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
16519         and clean EH info.  Avoid SSA update.
16520         (execute_cse_sincos): Cleanup the CFG if it has changed.
16522 2010-08-25  Richard Guenther  <rguenther@suse.de>
16524         PR middle-end/45379
16525         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
16526         TARGET_MEM_REF in alignment computation.
16528 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
16530         PR tree-optimization/45059
16531         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
16532         type conversions from newop{1,2}.  Assert t is a comparison and
16533         newop{1,2} after the stripping are gimple vals.
16535 2010-08-25  Tejas Belagod  <tejas.belagod@arm.com>
16537         * config/arm/iterators.md (VU, SE, V_widen_l): New.
16538         (V_unpack, US): New.
16539         * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
16540         (vec_unpack<US>_lo_<mode>): Likewise.
16541         (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
16542         (neon_vec_unpack<US>_lo_<mode>): Likewise.
16543         (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
16544         (vec_widen_<US>mult_hi_<mode>): Likewise.
16545         (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
16546         (neon_vec_<US>mult_hi_<mode>"): Likewise.
16547         (neon_unpack<US>_<mode>): Widening move intermediate step for
16548         vectorizing without -mvectorize-with-neon-quad.
16549         (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
16550         for vectorizing without -mvectorize-with-neon-quad.
16551         * config/arm/predicates.md (vect_par_constant_high): Check for
16552         high-half lanes of a vector.
16553         (vect_par_constant_low): Check for low-half lanes of a vector.
16555 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
16557         * tree-if-conv.c (struct ifc_dr): New.
16558         (IFC_DR): New.
16559         (DR_WRITTEN_AT_LEAST_ONCE): New.
16560         (DR_RW_UNCONDITIONALLY): New.
16561         (memref_read_or_written_unconditionally): Use the cached values
16562         when possible.
16563         (write_memref_written_at_least_once): Same.
16564         (if_convertible_loop_p): Initialize and free DR->aux fields.
16566 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
16568         * gimple.c (gimple_could_trap_p_1): Not static anymore.
16569         Pass an extra bool parameter include_mem.
16570         (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
16571         (gimple_assign_rhs_could_trap_p): Same.
16572         * gimple.h (gimple_could_trap_p_1): Declared.
16573         * tree-data-ref.h (same_data_refs_base_objects): New.
16574         (same_data_refs): New.
16575         * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
16576         (write_memrefs_written_at_least_once): New.
16577         (ifcvt_memrefs_wont_trap): New.
16578         (operations_could_trap): New.
16579         (ifcvt_could_trap_p): New.
16580         (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
16581         Gets a vector of data refs.
16582         (if_convertible_stmt_p): Same.
16583         (if_convertible_loop_p_1): New.
16584         (if_convertible_loop_p): Call if_convertible_loop_p_1.
16586 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
16588         * common.opt (ftree-loop-if-convert-stores): New flag.
16589         * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
16590         * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI.  Insert
16591         the created statement before GSI.
16592         (if_convertible_phi_p): Allow virtual phi nodes when
16593         flag_loop_if_convert_stores is set.
16594         (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
16595         Do not handle types that do not match is_gimple_reg_type.
16596         Remove loop and bb parameters.  Call gimple_could_trap_p instead of
16597         when flag_loop_if_convert_stores is set, as LHS can contain
16598         memory refs.
16599         (if_convertible_stmt_p): Remove loop and bb parameters.  Update calls
16600         to if_convertible_gimple_assign_stmt_p.
16601         (if_convertible_loop_p): Update call to if_convertible_stmt_p.
16602         (replace_phi_with_cond_gimple_assign_stmt): Renamed
16603         predicate_scalar_phi.  Do not handle virtual phi nodes.
16604         (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
16605         Call predicate_scalar_phi.
16606         (insert_gimplified_predicates): Insert the gimplified predicate of a BB
16607         just after the labels for flag_loop_if_convert_stores, otherwise
16608         insert the predicate in the end of the BB.
16609         (predicate_mem_writes): New.
16610         (combine_blocks): Call predicate_all_scalar_phis.  When
16611         flag_loop_if_convert_stores is set, call predicate_mem_writes.
16612         (tree_if_conversion): Call mark_sym_for_renaming when
16613         flag_loop_if_convert_stores is set.
16614         (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
16615         flag_loop_if_convert_stores is set.
16617 2010-08-24  Anatoly Sokolov  <aesok@post.ru>
16619         * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
16620         pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
16621         (pa_function_value): Make static.
16622         (override_options): Rename to...
16623         (pa_option_override): ...this. Make static.
16624         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
16625         TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
16626         TARGET_OPTION_OVERRIDE): Define.
16627         * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
16628         LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
16629         Remove.
16630         * config/pa/pa-protos.h (override_options): Remove.
16632 2010-08-24  Richard Guenther  <rguenther@suse.de>
16634         PR middle-end/45379
16635         * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
16636         if addr->index is NULL or zero.
16637         * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
16638         TARGET_MEM_REF more properly.
16639         (indirect_ref_may_alias_decl_p): Likewise.
16640         * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
16641         * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
16643 2010-08-23  Anatoly Sokolov  <aesok@post.ru>
16645         * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
16646         (m32c_override_options): Rename to...
16647         (m32c_option_override): ...this. Make static.
16648         (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
16649         * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
16650         Remove.
16651         * config/m32c/m32c-protos.h (m32c_override_options,
16652         m32c_function_value_regno_p): Remove.
16654 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
16656         * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
16657         Fix a typo in a previous commit.
16659 2010-08-23  Kai Tietz  <kai.tietz@onevision.com>
16661         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
16662         Pre-initialize innerloop_iters to one.
16664 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
16666         * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
16667         existing static function global.
16669         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
16670         is changed to global.
16672         * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
16673         may_be_nonaddressable_p on base, and don't collect this reference
16674         if the address of the base could not be taken.
16676 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
16678         * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
16679         enable the compiler to autovectorize mathmetical functions for
16680         power7 using the Mathematical Acceleration Subsystem library.
16682         * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
16683         handle which vector math library we have.
16684         (rs6000_override_options): Add -mveclibabi=mass support.
16685         (rs6000_builtin_vectorized_libmass): New function to handle auto
16686         vectorizing math functions that are in the MASS library.
16687         (rs6000_builtin_vectorized_function): Call it.
16689         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
16690         -mveclibabi=mass.
16692 2010-08-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16694         PR boehm-gc/34544
16695         * gthr-posix.h (__gthread_active_init): Delete.
16696         (__gthread_active_p): Do activity check here.
16697         Don't include errno.h on hppa-hpux.  Update comment.
16698         * gthr-posix95.h (__gthread_active_init): Delete.
16699         (__gthread_active_p): Do activity check here.
16700         Don't include errno.h on hppa-hpux.  Update comment.
16701         * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
16702         * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
16703         add -lpthread when -mt or -pthread is specified.
16704         * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
16705         (LINK_GCC_C_SEQUENCE_SPEC): Define.
16706         * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
16707         (stublib.c, pthread_default_stacksize_np-stub.o,
16708         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
16709         $(T)libgcc_stub.a): Add methods.
16710         * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
16711         (stublib.c, pthread_default_stacksize_np-stub.o,
16712         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
16713         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
16714         pthread_mutex_unlock): New stubs.
16716 2010-08-22  Joseph Myers  <joseph@codesourcery.com>
16718         * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
16719         * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
16720         options.
16721         * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
16722         * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
16723         * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
16724         * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
16725         * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
16726         "-l".
16727         * cppspec.c: Include opts.h.
16728         (lang_specific_driver): Use cl_decoded_option structures.
16729         * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
16730         * doc/tm.texi: Regenerate.
16731         * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
16732         (driver_handle_option): Allow driver options needing no special
16733         processing.
16734         (process_command): Decode options before call to
16735         lang_specific_driver.  Pass decoded options to
16736         lang_specific_driver.
16737         * gcc.h (lang_specific_driver): Update prototype.
16738         * gccspec.c: Include opts.h.
16739         (lang_specific_driver): Use cl_decoded_option structures.
16740         * opts-common.c (option_ok_for_language, generate_option,
16741         generate_option_input_file): New.
16742         (decode_cmdline_option): Use option_ok_for_language.
16743         (decode_cmdline_options_to_array): Use generate_option_input_file.
16744         (handle_generated_option): Use generate_option.
16745         * opts.h (generate_option, generate_option_input_file): Declare.
16747 2010-08-22  Anatoly Sokolov  <aesok@post.ru>
16749         * config/mips/mips.c (mips_override_options): Rename to...
16750         (mips_option_override): ...this. Make static.
16751         (TARGET_OPTION_OVERRIDE): Define.
16752         (mips_in_small_data_p): Update comment.
16753         * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
16754         (FIXED_REGISTERS): Update comment.
16755         * config/mips/mips-protos.h (mips_override_options): Remove.
16757 2010-08-21  Olivier Hainque  <hainque@adacore.com>
16759         * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
16761 2010-08-21  Olivier Hainque  <hainque@adacore.com>
16763         * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
16764         ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
16766 2010-08-20  Jan Hubicka  <jh@suse.cz>
16768         * tree-pass.h (pass_ipa_cdtor_merge): New function.
16769         * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
16770         heap allocated.
16771         (record_cdtor_fn): Move to ipa.c; do not test for
16772         have_ctors_dtors.
16773         (build_cdtor): Move to ipa.c; add code avoiding construction
16774         when target have ctors/dtors and there is only one ctor/dtor at given
16775         priority.
16776         (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
16777         sort; reverse order of constructors.
16778         (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
16779         (cgraph_finalize_function): Do not call record_cdtor_fn.
16780         (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
16781         (cgraph_build_static_cdtor): Move to ipa.c.
16782         * ipa.c: Include target.h and tree-iterator.h.
16783         (cgraph_build_static_cdtor, static_ctors, static_dtors,
16784         record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
16785         build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
16786         pass_ipa_cdtor_merge): New.
16787         * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
16788         * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
16789         bounds access.
16791 2010-08-20  Jan Hubicka  <jh@suse.cz>
16793         PR c++/45307
16794         PR c++/17736
16795         * cgraph.h (cgraph_only_called_directly_p,
16796         cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
16797         static cdtors.
16798         * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
16799         are not needed.
16800         (cgraph_finalize_function): Static cdtors are reachable.
16801         (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
16803 2010-08-20  Jan Hubicka  <jh@suse.cz>
16805         * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
16806         flag_wpa.
16807         * lto-streamer-out.c (lto_output): Likewise.
16808         * passes.c (ipa_write_optimization_summaries): Initialize statement
16809         uids.
16811 2010-08-20  Olivier Hainque  <hainque@adacore.com>
16813         * tree.h (alias_diag_flags): New enum.
16814         (alias_pair): Add an 'emitted_diags' field.
16815         * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
16816         (assemble_alias): Initialize emitted_diags of new pairs.
16818 2010-08-20  Eric Botcazou  <ebotcazou@adacore.com>
16820         * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
16821         * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
16822         * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
16823         (STACK_CHECK_PROTECT): Define.
16824         * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
16825         (output_probe_stack_range): Likewise.
16826         (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
16827         builtin stack checking is enabled.
16828         * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
16829         * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
16830         (probe_stack_range): New insn.
16832 2010-08-20  H.J. Lu  <hongjiu.lu@intel.com>
16834         PR target/45336
16835         * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
16836         short first.
16838         * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
16839         char first.
16841 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
16843         PR target/45336
16844         * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
16845         to cover zero extension into 64-bit register.
16846         (*sse2_pextrw): Likewise.
16847         (*sse4_1_pextrd_zext): New insn.
16849 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
16851         revert r163410, partially revert r163267.
16852         * config/rs6000/darwin.h (LIB_SPEC): Remove.
16853         * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
16854         Darwin versions.
16856 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
16858         PR middle-end/44974
16859         * builtins.c (expand_builtin): Don't optimize away
16860         calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
16862 2010-08-20  Uros Bizjak  <ubizjak@gmail.com>
16864         * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
16865         (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
16866         alternative 1 of operand 2.
16868 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
16869             Paolo Bonzini  <bonzini@gnu.org>
16871         * simplify-rtx.c (simplify_unary_operation_1): Optimize
16872         (sign_extend (zero_extend (...)) and
16873         ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
16875 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
16877         PR rtl-optimization/45353
16878         * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
16879         after bb_note is a BARRIER.
16881 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
16883         * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
16884         linking libgcc.a.
16886 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
16887             Michael Matz  <matz@suse.de>
16889         * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
16891 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
16893         * ggc-common.c (ggc_mark_root_tab): New function, split out from...
16894         (ggc_mark_roots): ...here.
16896 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
16898         * vec.h (FOR_EACH_VEC_ELT): Define.
16899         * c-decl.c: Use it.
16900         * cfgloop.c: Likewise.
16901         * cfgloopmanip.c: Likewise.
16902         * cgraph.c: Likewise.
16903         * cgraphunit.c: Likewise.
16904         * combine.c: Likewise.
16905         * config/bfin/bfin.c: Likewise.
16906         * config/mips/mips.c: Likewise.
16907         * config/rs6000/rs6000.c: Likewise.
16908         * dbxout.c: Likewise.
16909         * df-scan.c: Likewise.
16910         * dominance.c: Likewise.
16911         * dse.c: Likewise.
16912         * dwarf2out.c: Likewise.
16913         * except.c: Likewise.
16914         * expr.c: Likewise.
16915         * function.c: Likewise.
16916         * gcse.c: Likewise.
16917         * genattr.c: Likewise.
16918         * ggc-common.c: Likewise.
16919         * gimplify.c: Likewise.
16920         * graphite-blocking.c: Likewise.
16921         * graphite-clast-to-gimple.c: Likewise.
16922         * graphite-dependences.c: Likewise.
16923         * graphite-interchange.c: Likewise.
16924         * graphite-poly.c: Likewise.
16925         * graphite-scop-detection.c: Likewise.
16926         * graphite-sese-to-poly.c: Likewise.
16927         * graphite.c: Likewise.
16928         * haifa-sched.c: Likewise.
16929         * ifcvt.c: Likewise.
16930         * implicit-zee.c: Likewise.
16931         * ipa-prop.c: Likewise.
16932         * ipa-struct-reorg.c: Likewise.
16933         * ipa.c: Likewise.
16934         * ira-build.c: Likewise.
16935         * ira-color.c: Likewise.
16936         * ira-emit.c: Likewise.
16937         * lambda-code.c: Likewise.
16938         * loop-invariant.c: Likewise.
16939         * loop-unroll.c: Likewise.
16940         * lower-subreg.c: Likewise.
16941         * lto-cgraph.c: Likewise.
16942         * lto-opts.c: Likewise.
16943         * lto-streamer-in.c: Likewise.
16944         * lto-streamer-out.c: Likewise.
16945         * lto-streamer.c: Likewise.
16946         * lto-symtab.c: Likewise.
16947         * matrix-reorg.c: Likewise.
16948         * opts.c: Likewise.
16949         * predict.c: Likewise.
16950         * print-tree.c: Likewise.
16951         * sdbout.c: Likewise.
16952         * sel-sched-dump.c: Likewise.
16953         * sel-sched-ir.c: Likewise.
16954         * sel-sched.c: Likewise.
16955         * sese.c: Likewise.
16956         * stor-layout.c: Likewise.
16957         * tree-cfg.c: Likewise.
16958         * tree-cfgcleanup.c: Likewise.
16959         * tree-chrec.c: Likewise.
16960         * tree-data-ref.c: Likewise.
16961         * tree-emutls.c: Likewise.
16962         * tree-inline.c: Likewise.
16963         * tree-into-ssa.c: Likewise.
16964         * tree-loop-distribution.c: Likewise.
16965         * tree-loop-linear.c: Likewise.
16966         * tree-mudflap.c: Likewise.
16967         * tree-outof-ssa.c: Likewise.
16968         * tree-parloops.c: Likewise.
16969         * tree-predcom.c: Likewise.
16970         * tree-pretty-print.c: Likewise.
16971         * tree-scalar-evolution.c: Likewise.
16972         * tree-ssa-live.c: Likewise.
16973         * tree-ssa-loop-im.c: Likewise.
16974         * tree-ssa-loop-ivcanon.c: Likewise.
16975         * tree-ssa-loop-ivopts.c: Likewise.
16976         * tree-ssa-loop-manip.c: Likewise.
16977         * tree-ssa-loop-niter.c: Likewise.
16978         * tree-ssa-loop-prefetch.c: Likewise.
16979         * tree-ssa-phiprop.c: Likewise.
16980         * tree-ssa-pre.c: Likewise.
16981         * tree-ssa-reassoc.c: Likewise.
16982         * tree-ssa-sccvn.c: Likewise.
16983         * tree-ssa-structalias.c: Likewise.
16984         * tree-ssa.c: Likewise.
16985         * tree-vect-data-refs.c: Likewise.
16986         * tree-vect-loop-manip.c: Likewise.
16987         * tree-vect-loop.c: Likewise.
16988         * tree-vect-patterns.c: Likewise.
16989         * tree-vect-slp.c: Likewise.
16990         * tree-vect-stmts.c: Likewise.
16991         * tree-vrp.c: Likewise.
16992         * tree.c: Likewise.
16993         * value-prof.c: Likewise.
16994         * var-tracking.c: Likewise.
16995         * varasm.c: Likewise.
16996         * vmsdbgout.c: Likewise.
16998 2010-08-19  Nathan Sidwell  <nathan@codesourcery.com>
16999             Richard Guenther  <richard.guenther@gmail.com>
17001         * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
17002         copy the src value and return a copy.
17003         * doc/extend.texi (Volatiles): Move from C++ to C and expand.
17004         (C++ Volatiles): Adjust to describe C++ semantics only.
17006 2010-08-20  Joseph Myers  <joseph@codesourcery.com>
17008         * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
17009         be zero or nonzero.
17010         * doc/tm.texi: Regenerate.
17011         * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
17012         * df-scan.c (df_get_exit_block_use_set), reginfo.c
17013         (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
17014         Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
17015         * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
17016         to 1.
17018 2010-08-20  Olivier Hainque  <hainque@adacore.com>
17020         * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
17021         an extra nop past a sibling call at the very end.
17023 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
17025         PR bootstrap/45350
17026         * combine.c (try_combine): Initialize i1_is_used and i2_is_used.  Fix
17027         a comment.
17029 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
17031         * target.def (function_arg, function_incoming_arg): Remove const
17032         qualifier on CUMULATIVE_ARGS parameter.
17033         * targhooks.h (default_function_arg, default_function_incoming_arg):
17034         Likewise.
17035         * targhooks.c (default_function_arg, default_function_incoming_arg):
17036         Likewise.
17037         * config/i386/i386.c (ix86_function_arg): Likewise.
17039 2010-08-19  Jakub Jelinek  <jakub@redhat.com>
17041         PR target/45336
17042         * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
17043         SIGN_EXTENDs or ZERO_EXTENDs.
17045 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
17047         PR target/42172
17048         * combine.c (combine_validate_cost): New arg I0.  All callers changed.
17049         Take its cost into account if nonnull.
17050         (insn_a_feeds_b): New static function.
17051         (combine_instructions): Look for four-insn combinations.
17052         (can_combine_p): New args PRED2, SUCC2.  All callers changed.  Take
17053         them into account when computing all_adjacent and looking for other
17054         uses.
17055         (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC.  All callers
17056         changed.  Treat them like I1DEST and I1_NOT_IN_SRC.
17057         (try_combine): New arg I0.  Handle four-insn combinations.
17058         (distribute_notes): New arg ELIM_I0.  All callers changed.  Treat it
17059         like ELIM_I1.
17061 2010-08-19  Jason Merrill  <jason@redhat.com>
17063         PR c++/45307
17064         * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
17065         if ctor is empty.
17066         (gimplify_modify_expr_rhs): Adjust.
17068 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
17070         * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
17071         bitmap_bit_p.
17072         * config/bfin/bifn.c (bfin_discover_loop): Likewise.
17073         * dominance.c (iterate_fix_dominators): Likewise.
17074         * dse.c (set_usage_bits): Likewise.
17075         (set_position_unneeded, record_store): Likewise.
17076         * gimple-fold.c (get_maxval_strlen): Likewise.
17077         * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
17078         * ipa-inline.c (update_caller_keys): Likewise.
17079         * ipa-split.c (verify_non_ssa_vars): Likewise.
17080         * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
17081         (close_type_exposed_parameter, close_type_full_escape): Likewise.
17082         (close_addressof_down): Likewise.
17083         * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
17084         (setup_allocno_left_conflicts_size): Likewise.
17085         (ira_reassign_conflict_allocnos): Likewise.
17086         (ira_reassign_pseudos): Likewise.
17087         * ira-emit.c (change_loop): Likewise.
17088         * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
17089         * lto-streamer-out.c (write_symbol): Likewise.
17090         * predict.c (expr_expected_value_1): Likewise.
17091         * regstat.c (regstat_bb_compute_ri): Likewise.
17092         * sel-sched.c (create_block_for_bookkeeping): Likewise.
17093         (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
17094         * stmt.c (expand_case): Likewise.
17095         * tree-eh.c (emit_eh_dispatch): Likewise.
17096         * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
17097         * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
17098         Likewise.
17099         (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
17100         (rdg_build_components): Likewise.
17101         * tree-object-size.c (collect_object_sizes_for): Likewise.
17102         * tree-sra.c (convert_callers): Likewise.
17103         * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
17104         * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
17105         * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
17107 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
17109         * config/i386/i386.md (*lea_1): Use P mode iterator.
17110         (lea add splitter): Also handle DImode operands.
17111         (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
17112         predicate.  Do not use ix86_lea_for_add_ok.
17113         (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
17114         (lea ashift splitter): Also handle DImode operands.
17115         (DImode lea ashift splitter): Remove splitter.
17117 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
17119         * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
17120         ix86_binary_operator_ok.
17122 2010-08-19  Andrey Belevantsev  <abel@ispras.ru>
17124         PR rtl-optimization/44691
17125         * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
17126         is not a register.
17128 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
17130         PR target/45070
17131         * config/arm/arm.c (arm_output_epilogue): Ensure that return
17132          value of size 1-3 is handled correctly.
17134 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
17136         * tree-switch-conversion.c (gen_inbound_check): Ensure that the
17137         type for the conditional has wide enough range.
17139 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
17141         PR target/45327
17142         * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
17143         ix86_binary_operator_ok.
17145 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
17147         * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
17148         <default>:  Swap operands 1 and 2 for alternative 2 to use existing
17149         code to output insn mnemonic.  Fix comment.
17150         (*addsi_1_zext): Add r-r-0 alternative 1.
17151         <TYPE_LEA>: Split insn to lea.
17152         <default>: Handle alternative 1.
17153         (*addhi_1_lea): Add r-r-0 alternative 2.  Use cond RTX instead of
17154         multi-level if_then_else RTX to set "type" attribute.
17155         <default>: Handle alternative 2.
17156         (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
17157         Use cond RTX instead of multi-level if_then_else RTX to set
17158         "type" attribute.
17159         <default>: Handle alternatives 2 and 4.
17160         (lea splitters): Update calls to ix86_lea_for_add_ok.
17162         * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
17163         argument.
17164         * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
17166 2010-08-18  Richard Guenther  <rguenther@suse.de>
17168         * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
17169         use operand helpers.
17171 2010-08-18  Paolo Bonzini  <bonzini@gnu.org>
17173         PR middle-end/45292
17174         * optabs.c (expand_bool_compare_and_swap): Expand pending
17175         pops before trying the optab.
17177 2010-08-18  Yao Qi  <yao@codesourcery.com>
17179         PR target/45094
17180         * config/arm/arm.c (output_move_double): Fix typo generating
17181         instructions ('ldr'->'str').
17183 2010-08-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
17185         PR rtl-optimization/42575
17186         * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
17187         live ranges.
17189 2010-08-18  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17191         * config/arm/arm-protos.h (arm_expand_sync): New.
17192         (arm_output_memory_barrier, arm_output_sync_insn): New.
17193         (arm_sync_loop_insns): New.
17194         * config/arm/arm.c (FL_ARCH7): New.
17195         (FL_FOR_ARCH7): Include FL_ARCH7.
17196         (arm_arch7): New.
17197         (arm_print_operand): Support %C markup.
17198         (arm_legitimize_sync_memory): New.
17199         (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
17200         (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
17201         (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
17202         (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
17203         (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
17204         (arm_process_output_sync_insn, arm_output_sync_insn): New.
17205         (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
17206         * config/arm/arm.h (struct arm_sync_generator): New.
17207         (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
17208         (TARGET_HAVE_MEMORY_BARRIER): New.
17209         (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
17210         * config/arm/arm.md: Include sync.md.
17211         (UNSPEC_MEMORY_BARRIER): New.
17212         (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
17213         (VUNSPEC_SYNC_OP):New.
17214         (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
17215         (sync_result, sync_memory, sync_required_value): New attributes.
17216         (sync_new_value, sync_t1, sync_t2): Likewise.
17217         (sync_release_barrier, sync_op): Likewise.
17218         (length): Add logic to length attribute defintion to call
17219         arm_sync_loop_insns when appropriate.
17220         * config/arm/sync.md: New file.
17222 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
17224         * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
17225         ENABLE_TREE_CHECKING.
17226         (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
17227         and GCC >= 4.3.
17229 2010-08-17  H.J. Lu  <hongjiu.lu@intel.com>
17231         * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
17232         or optimizing for size, always avoid lea if possible.
17234         * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
17236 2010-08-17  Iain Sandoe  <iains@gcc.gnu.org>
17238         * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
17239         Dunmmy function with NULL return unless the target is
17240         OSX >= 10.6 (Darwin10).
17242 2010-08-17  Jack Howarth  <howarth@bromo.med.uc.edu>
17244         * gcc.c (spec_function): Add remove-outfile.
17245         (remove_outfile_spec_function): New function.
17246         * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
17247         * invoke.texi (replace-outfile): Document.
17249 2010-08-17  Uros Bizjak  <ubizjak@gmail.com>
17251         PR target/45296
17252         * reginfo.c (globalize_reg): Reject stack registers.
17254 2010-08-17  Richard Guenther  <rguenther@suse.de>
17256         * tree-ssa-dom.c (struct edge_info): Use a VEC for the
17257         list of conditional equivalences.
17258         (free_all_edge_infos): Adjust.
17259         (record_equivalences_from_incoming_edge): Likewise.
17260         (record_cond): Likewise.
17261         (build_and_record_new_cond): Likewise.
17262         (record_conditions): Likewise.
17263         (dom_opt_leave_block): Likewise.
17265 2010-08-17  Kai Tietz  <kai.tietz@onevision.com>
17267         * doc/invoke.texi (ms-extension): Add documentation.
17269 2010-08-17  Richard Guenther  <rguenther@suse.de>
17271         * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
17273 2010-08-17  Shujing Zhao  <pearly.zhao@oracle.com>
17275         PR c/40563
17276         * c-decl.c (diagnose_uninitialized_cst_member): New function.
17277         (finish_decl): Use it to issue a -Wc++-compat warning about
17278         uninitialized const field in struct or union.
17280         (finish_struct): Use strip_array_types.
17282 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
17284         * function.c (block_fragments_nreverse, blocks_nreverse_all): New
17285         functions.
17286         (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
17287         (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL.  Don't
17288         call block_nreverse here.
17289         (blocks_nreverse): Rename decl temporary to block.
17291 2010-08-16  Bernd Schmidt  <bernds@codesourcery.com>
17293         * config/arm/thumb2.md (thumb2_notsi_shiftsi,
17294         thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
17295         thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
17296         thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
17297         thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
17298         thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
17299         thumb2_iorsi3): Delete.
17300         (orsi_notsi_si): No longer a named pattern.
17301         (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
17302         * config/arm/predicates.md (shift_amount_operand): New.
17303         (mult_operator): New.
17304         * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
17305         attr enabled): New.
17306         (iorsi3_insn): Renamed from arm_iorsi3.  Handle a new alternative if
17307         arch matches t2.
17308         (not_shiftsi): Renamed from arm_notsi_shiftsi.  Handle Thumb2 variant.
17309         (not_shiftsi_compare0): Likewise, renamed from
17310         arm_notsi_shiftsi_compare0.
17311         (not_shiftsi_compare0_scratch): Likweise, renamed from
17312         arm_notsi_shiftsi_compare0_scratch.
17313         (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
17314         (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
17315         (arith_shiftsi): Handle Thumb2 variant.  Set insn_enabled attribute
17316         so that the register alternative is disabled when the shift_operator
17317         is MULT.  Use "M" as the constraint for constants.
17318         (arith_shiftsi splitter): Enable for TARGET_32BIT.
17319         (arith_shiftsi_compare0): Handle Thumb2 variant.  Use "M" as the
17320         constraint for constants.
17321         (arith_shiftsi_compare0_scratch): Likewise.
17322         (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
17323         Handle Thumb2 alternative.
17325 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
17327         * doc/options.texi (NoDriverArg): Document.
17328         * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
17329         -MDX and -MMDX.
17330         * opt-functions.awk (switch_flags): Handle NoDriverArg.
17331         * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
17332         marking for CL_NO_DRIVER_ARG options when in the driver.
17333         * opts.h (CL_NO_DRIVER_ARG): Define.
17334         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
17335         CL_COMMON): Update values.
17337 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
17339         * common.opt: Add driver options.
17340         (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
17341         * doc/options.texi (Driver, RejectDriver): Document.
17342         * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
17343         print_prog_name, print_multi_directory, print_sysroot,
17344         print_multi_os_directory, print_multi_lib,
17345         print_sysroot_headers_suffix, report_times, combine_flag,
17346         use_pipes, wrapper_string): Remove.
17347         (save_switch, driver_unknown_option_callback,
17348         driver_wrong_lang_callback, driver_post_handling_callback,
17349         driver_handle_option): New.
17350         (spec_lang, last_language_n_infiles): Make file-scope static
17351         instead of local to process_command.
17352         (process_command): Use decode_cmdline_options_to_array and
17353         read_cmdline_option for option processing.  Compute have_c in
17354         prescan of decoded options.
17355         * opt-functions.awk (switch_flags): Handle Driver and
17356         RejectDriver.
17357         (var_type, var_type_struct): Handle Separate options as generating
17358         const char * variables.
17359         * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
17360         CL_TARGET to be passed by caller if required.
17361         (decode_cmdline_options_to_array): Update comment.
17362         * opts.c (complain_wrong_lang): Handle options only valid for the
17363         driver.
17364         (decode_options): Update call to decode_cmdline_options_to_array.
17365         (print_filtered_help): Ignore driver-only options.
17366         (print_specific_help): Ignore CL_DRIVER.
17367         (common_handle_option): Don't call print_specific_help for CL_DRIVER.
17368         * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
17369         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
17370         Update values.
17372 2010-08-16  Richard Guenther  <rguenther@suse.de>
17374         * tree-cfg.c (verify_types_in_gimple_reference): Verify
17375         TARGET_MEM_REF a bit.
17376         * tree-ssa-address.c (addr_for_mem_ref): Adjust.
17377         (create_mem_ref_raw): Always create TMR_OFFSET, store the
17378         alias pointer type via it.
17379         (copy_mem_ref_info): Adjust.
17380         (maybe_fold_tmr): Likewise.
17381         * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
17382         (reference_alias_ptr_type): Likewise.
17383         * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
17384         adjust documentation of TMR_OFFSET operand.
17385         * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
17386         use the alias pointer type.
17387         * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
17388         initialize mem attrs but the TMR itself.
17389         * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
17390         similar to MEM_REF.
17391         * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
17392         * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
17393         (unshare_and_remove_ssa_names): Likewise.
17394         (copy_ref_info): Adjust.
17395         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
17396         TARGET_MEM_REF case.
17397         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
17398         at TMR_ORIGINAL.
17399         * tree.h (TMR_ORIGINAL): Remove.
17400         * gimple.c (get_base_address): For TARGET_MEM_REF with a
17401         symbol return that.
17402         * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
17403         with a symbol.
17404         (get_addr_base_and_unit_offset): Likewise.
17405         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
17406         TARGET_MEM_REFs.
17407         (indirect_ref_may_alias_decl_p): Likewise.
17408         (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
17410 2010-08-15  Uros Bizjak  <ubizjak@gmail.com>
17412         * doc/invoke.texi (-fomit-frame-pointer): Document that starting
17413         with GCC version 4.6, the default setting (when not optimizing
17414         for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
17415         been changed to -fomit-frame-pointer.
17417 2010-08-15  Iain Sandoe  <iains@gcc.gnu.org>
17419         * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
17420         Darwin10.  Do not link libgcc.a for Darwin >= 9.
17422 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
17424         * doc/invoke.texi (Warning Options): Fix terminology and markup
17425         in the description of how unknown warning options are handled.
17427 2010-08-15  Ira Rosen  <irar@il.ibm.com>
17429         * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
17430         in basic blocks.
17431         (vect_supportable_dr_alignment): Check alignment for basic blocks.
17432         * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
17433         data references.
17434         (vect_bb_vectorization_profitable_p): New function.
17435         (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
17436         check if it's worthwhile to vectorize the basic block.
17438 2010-08-14  Anatoly Sokolov  <aesok@post.ru>
17440         * reload.h (register_move_cost, memory_move_secondary_cost,
17441         secondary_reload_class): Adjust prototype.
17442         * rtl.h (reg_class_subset_p): Adjust prototype.
17443         * reload.c (secondary_reload_class): Change arguments type from
17444         enum reg_class to reg_class_t. Change result type to reg_class_t.
17445         * reginfo.c (register_move_cost, reg_class_subset_p): Change
17446         arguments type from enum reg_class to reg_class_t.
17447         (memory_move_secondary_cost): Change arguments type from
17448         enum reg_class to reg_class_t. Change type of saved_flags to
17449         reg_class_t.
17451         * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
17452         Remove macros.
17453         (mips_cost): Remove.
17454         (struct mips_rtx_cost_data): Moved to mips.c.
17455         * config/mips/mips-protos.h (mips_register_move_cost): Remove.
17456         * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
17457         (mips_cost): Make static.
17458         (mips_canonicalize_move_class): Change argument type to reg_class_t.
17459         Change result type to reg_class_t.
17460         (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
17461         type from enum reg_class to reg_class_t.
17462         (mips_register_move_cost): Make static. Change arguments
17463         type from enum reg_class to reg_class_t.
17464         (mips_memory_move_cost): New function.
17465         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
17467 2010-08-14  Richard Sandiford  <rdsandiford@googlemail.com>
17469         PR rtl-optimization/43358
17470         * ira-lives.c (process_single_reg_class_operands): Adjust the costs
17471         of a single hard register, using simplify_subreg_regno to decide
17472         what that register should be.
17474 2010-08-14  Mingjie Xing  <mingjie.xing@gmail.com>
17476         * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
17477         * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
17478         (loongson_pmull<V_suffix>): Rename to...
17479         (mul<mode>3): ...this and use MULT instead of an UNSPEC.
17481 2010-08-13  Jack Howarth  <howarth@bromo.med.uc.edu>
17483         * configure.ac: Enable -fomit-frame-pointer on darwin
17484         which support dwarf2.
17485         * config/i386/i386.c (override_options): Same.
17487 2010-08-13  Jie Zhang  <jie@codesourcery.com>
17489         * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
17491 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
17493         * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
17494         -MMD.
17496 2010-08-12  Changpeng Fang  <changpeng.fang@amd.com>
17498         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
17499         up dot_prod pattern searching if a stmt is outside the loop.
17501 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
17502             Uros Bizjak  <ubizjak@gmail.com>
17504         * config.gcc: Handle --enable-frame-pointer.
17506         * configure.ac: Add --enable-frame-pointer.
17507         * configure: Regenerated.
17509         * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
17510         (override_options): If not configured with --enable-frame-pointer,
17511         enable -fomit-frame-pointer (but not for TARGET_MACHO or when
17512         optimizing for size), -fasynchronous-unwind-tables and
17513         -maccumulate-outgoing-args by default.
17515 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
17517         * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
17519         PR middle-end/45262
17520         * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
17521         -a overflows.  Normalize the range.
17523 2010-08-12  Richard Guenther  <rguenther@suse.de>
17525         PR tree-optimization/45232
17526         * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
17527         for types with undefined overflow.
17528         (reassociate_bb): Allow re-associating of bit and min/max
17529         operations for types with undefined overflow.
17530         * tree-ssa-forwprop.c (associate_plusminus): New function.
17531         (tree_ssa_forward_propagate_single_use_vars): Call it.
17533 2010-08-12  Richard Guenther  <rguenther@suse.de>
17535         * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
17536         * tree-ssa-alias.c (get_ptr_info): Move ...
17537         * tree-ssanames.c (get_ptr_info): ... here.  Initialize
17538         align and misalign fields conservatively.
17539         * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
17540         derive alignment information.
17541         (evaluate_stmt): Derive alignment information from memory
17542         allocation functions.
17543         * tree.h (get_pointer_alignment): Make unsigned.
17544         * builtins.c (get_object_alignment): Use alignment information we
17545         have computed for pointers.
17546         (get_pointer_alignment): Likewise.  Make conservative, return
17547         and unsigned value.
17548         (expand_builtin_strlen): Adjust.
17549         (expand_builtin_memcmp): Likewise.
17550         (expand_builtin_strcmp): Likewise.
17551         (expand_builtin_strncmp): Likewise.
17552         (get_builtin_sync_mem): Use at least mode alignment.
17553         (fold_builtin_memset): Adjust.
17554         (fold_builtin_memory_op): Likewise.
17555         * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
17556         information also dump pointer alignment knowledge.
17557         (dump_gimple_stmt): Likewise.
17559 2010-08-12  Uros Bizjak  <ubizjak@gmail.com>
17561         * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
17562         (EMPTY_FIELD_BOUNDARY): Remove.
17563         * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
17565 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
17567         PR debug/45259
17568         * caller-save.c (save_call_clobbered_regs): Only swap notes with
17569         DEBUG_INSNs if n_regs_saved.
17571 2010-08-12  Wei Guozhi  <carrot@google.com>
17573         PR target/44999
17574         * config/arm/arm.md (andsi3): Change to zero extension if possible.
17575         * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
17577 2010-08-11  Vladimir Makarov  <vmakarov@redhat.com>
17579         * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
17581         * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
17583 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17585         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
17586         the case removed in the previous patch, when the only phi argument
17587         is defined in the same loop as the phi node itself.  Handle it
17588         separately from the invariant case by both propagating it outside
17589         the region and replacing the phi node with an assign.
17591 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17593         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
17594         constant phi nodes with one argument are is_gimple_min_invariant
17595         and SSA_NAME_IS_DEFAULT_DEF.
17597 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17599         * graphite-cloog-util.c (oppose_constraint):
17600         Extend loop counter's value range (CLOOG_ORG).
17601         (cloog_matrix_to_ppl_constraint): Same.
17602         (new_Constraint_System_from_Cloog_matrix): Same.
17603         * graphite-cloog-compat.h (matrix_num_type): New.
17605 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17607         * graphite.c (graphite_initialize): Do not initialize
17608         CLooG and initialize the Parma Polyhedra Library
17609         manually when using CLOOG_ORG.
17610         (graphite_finalize): Do not finalize CLooG and finalize
17611         the Parma Polyhedra Library manually when using CLOOG_ORG.
17612         * graphite-cloog-compat.h (cloog_initialize): Hide function
17613         when using CLOOG_ORG.
17614         (cloog_finalize): Same.
17616 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17618         * graphite-clast-to-gimple.c (free_scattering): Change
17619         CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
17620         (CLOOG_ORG).
17621         (build_cloog_prog): Same.
17622         * graphite-cloog-compat.h (cloog_domain): Removed.
17623         (cloog_scattering): New.
17624         (cloog_set_domain): Removed.
17625         (cloog_set_scattering): New.
17626         (cloog_next_domain): Removed.
17627         (cloog_next_scattering): New.
17628         (cloog_set_next_domain): Removed.
17629         (cloog_set_next_scattering): New.
17630         (CloogScatteringList): New.
17631         (CloogScattering): New.
17632         (cloog_scattering_free): New.
17633         (new_Cloog_Scattering_from_ppl_Polyhedron): New.
17634         * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
17635         New.
17637 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17639         * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
17640         CloogState.
17641         (set_cloog_options): Same.
17642         (print_clast_stmt): Same.
17643         (scop_to_clast): Same.
17644         (print_generated_program): Same.
17645         (gloog): Same.
17646         * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
17647         (scop_to_clast): Extend with CloogState.
17648         * graphite-cloog-util.c: Include graphite-cloog-compat.h
17649         (new_Cloog_Domain_from_ppl_Polyhedron):
17650         Extend with CloogState.  Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
17651         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
17652         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
17653         * graphite-cloog-util.h (build_cloog_prog): Same.
17654         * graphite-cloog-copat.h (build_cloog_prog): New.
17655         (CloogState): New.
17656         (cloog_state_malloc): New.
17657         (cloog_state_free): New.
17658         (cloog_loop_malloc): New.
17659         (cloog_options_malloc): New.
17660         (cloog_statement_alloc): New.
17661         (cloog_domain_from_cloog_matrix): New.
17662         (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
17663         (new_Cloog_Domain_from_ppl_Polyhedron): New.
17665 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17667         * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
17668         type of NAME now depends on used CLooG version.
17669         (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
17670         (gcc_type_for_clast_expr): Same.
17671         (print_clast_stmt): Replace pprint with clast_pprint.
17672         * graphite-cloog-compat.h: Provide compatibility macros for
17673         CLooG Legacy.
17674         (clast_name_p): New.
17675         (clast_expr_term): New.
17676         (clast_expr_red): New.
17677         (clast_expr_bin): New.
17678         (clast_pprint): New.
17680 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17682         * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
17683         compatible to newer CLooG releases (CLOOG_ORG).
17684         (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
17685         (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
17686         * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
17687         (build_cloog_prog) : New.
17688         (cloog_program_extract_scalars): New.
17689         (cloog_program_scatter): New.
17691 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17693         * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
17694         conditionally (CLOOG_ORG).
17695         * graphite-cloog-compat.h: New.  Include graphite-cloog-compat.h.
17696         (cloog_statement_usr): New.
17697         (cloog_domain): Same.
17698         (cloog_set_domain): Same.
17699         (cloog_next_domain): Same.
17700         (cloog_set_next_domain): Same.
17701         (cloog_program_nb_scattdims): Same.
17702         (cloog_program_set_nb_scattdims): Same.
17703         (cloog_program_names): Same.
17704         (cloog_program_set_names): Same.
17705         (cloog_program_set_context): Same.
17706         (cloog_program_set_loop): Same.
17707         (cloog_program_blocklist): Same.
17708         (cloog_program_set_blocklist): Same.
17709         (cloog_program_scaldims): Same.
17710         (cloog_program_set_scaldims): Same.
17711         (cloog_names_nb_parameters): Same.
17712         (cloog_names_set_nb_parameters): Same.
17713         (cloog_names_parameters): Same.
17714         (cloog_names_set_parameters): Same.
17715         (cloog_names_set_nb_iterators): Same.
17716         (cloog_names_set_iterators): Same.
17717         (cloog_names_set_nb_scattering): Same.
17718         (cloog_names_set_scattering): Same.
17719         (cloog_statement_set_usr): Same.
17720         (cloog_loop_set_next): Same.
17721         (cloog_loop_set_domain): Same.
17722         (cloog_loop_set_block): Same.
17723         (cloog_block_list_next): Same.
17724         (cloog_block_list_set_next):
17725         (cloog_block_list_set_block): Same.
17727 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17729         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
17730         a bool.
17731         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
17732         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
17733         (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
17734         when something has been changed.
17735         (rewrite_commutative_reductions_out_of_ssa): Same.
17737 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17739         * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
17740         handle the case when def is in the sese region.
17741         (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
17742         for invariant expressions.
17743         (rewrite_cross_bb_phi_deps): Removed.
17744         (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
17745         (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
17746         rewrite_cross_bb_phi_deps.
17748 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17750         * graphite-sese-to-poly.c
17751         (rewrite_commutative_reductions_out_of_ssa_loop): Call
17752         scev_analyzable_p only on is_gimple_reg
17754 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17756         * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
17757         (rewrite_close_phi_out_of_ssa): Propagate constant values or
17758         parametric expressions outside the scop region.
17759         (rewrite_cross_bb_scalar_deps): Same.
17760         * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
17762 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17764         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
17765         SSA_NAME_DEF_STMT only on SSA_NAMEs.
17767 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17769         * tree-scalar-evolution.c (instantiate_scev_name): Do not
17770         instantiate default definitions.
17772 2010-08-11  Vladimir Kargov  <kargov@gmail.com>
17773             Sebastian Pop  <sebastian.pop@amd.com>
17775         * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
17776         (loop_exits_from_bb_p): New.
17777         * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
17778         (loop_exits_from_bb_p): Declared.
17779         * graphite-scop-detection.c (scopdet_basic_block_info): Call
17780         loop_exits_to_bb_p.
17782 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17784         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
17785         extra parameter for the region.  Call scev_analyzable_p.
17786         (rewrite_reductions_out_of_ssa): Update call to
17787         rewrite_close_phi_out_of_ssa.
17788         (rewrite_cross_bb_phi_deps): Same.
17789         (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
17790         parameter for the region.  Call scev_analyzable_p.
17791         (rewrite_commutative_reductions_out_of_ssa): Update call to
17792         rewrite_commutative_reductions_out_of_ssa_loop.
17794 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17796         * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
17798 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17800         * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
17801         SSA scalar phi nodes that can be scev_analyzable_p.
17803 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17805         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
17806         handle SSA_NAME_IS_DEFAULT_DEF.
17808 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17810         * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
17812 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17814         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
17815         case non close-phi nodes with one argument.
17817 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17819         * sese.h (scev_analyzable_p): Scevs could be expressions without
17820         chrecs and still be scev_analyzable_p.
17822 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17824         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
17826 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17828         * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
17829         * cfgloop.h (struct loop): Remove single_iv field.
17830         * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
17831         (scop_canonicalize_loops): Removed.
17832         (scop_ivs_can_be_represented): Do not use loop->single_iv.  Iterate
17833         over all the loop phi nodes in loop->header.
17834         (build_poly_scop): Remove use of scop_canonicalize_loops.
17836 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17838         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
17839         handle GIMPLE_CALL.
17841 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17843         * tree-chrec.c (chrec_apply): Should only apply to the specified
17844         variable.  Also handle multivariate chains of recurrences that
17845         satisfy evolution_function_is_affine_p.  Also handle CASE_CONVERT.
17847 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17849         * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
17850         (debug_clast_name_indexes_1): Removed.
17851         (debug_clast_name_indexes): Removed.
17852         (pbb_to_depth_to_oldiv): Removed.
17853         (build_iv_mapping): Replace the use of rename_map with iv_map.
17854         (translate_clast_user): Remove uses of rename_map.  Allocate and
17855         free iv_map.
17856         (translate_clast_for_loop): Remove uses of rename_map.
17857         (translate_clast_for): Same.
17858         (translate_clast_guard): Same.
17859         (translate_clast): Same.
17860         (gloog): Same.
17861         * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
17862         * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
17863         * sese.c (set_rename): Now static.
17864         (rename_variables_in_stmt): Removed.
17865         (rename_uses): New.
17866         (is_parameter): Removed.
17867         (is_iv): Removed.
17868         (expand_scalar_variables_call): Removed.
17869         (expand_scalar_variables_ssa_name): Removed.
17870         (expand_scalar_variables_expr): Removed.
17871         (expand_scalar_variables_stmt): Removed.
17872         (expand_scalar_variables): Removed.
17873         (rename_variables): Removed.
17874         (remove_condition): Removed.
17875         (get_true_edge_from_guard_bb): Removed.
17876         (get_false_edge_from_guard_bb): Removed.
17877         (struct igp): Removed.
17878         (default_before_guard): Removed.
17879         (convert_for_phi_arg): Removed.
17880         (add_guard_exit_phis): Removed.
17881         (insert_guard_phis): Removed.
17882         (graphite_copy_stmts_from_block): Now also uses iv_map and a
17883         region.  Do not copy conditions.  Do not copy induction variables.
17884         Call rename_uses.
17885         (copy_bb_and_scalar_dependences): Allocate a local rename_map for
17886         the translated statement.  Use the iv_map for the induction
17887         variable renaming.
17888         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
17889         (set_rename): Removed declaration.
17890         (scev_analyzable_p): ...here.
17891         * tree-chrec.c (chrec_apply_map): New.
17892         * tree-chrec.h (chrec_apply_map): Declared.
17894 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17896         * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
17897         insert_loop_close_phis.
17898         * sese.c (name_defined_in_loop_p): Removed.
17899         (expr_defined_in_loop_p): Removed.
17900         (alive_after_loop): Removed.
17901         (close_phi_not_yet_inserted_p): Removed.
17902         (struct alep): Removed.
17903         (add_loop_exit_phis): Removed.
17904         (insert_loop_close_phis): Removed.
17906 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17908         * graphite-cloog-util.c
17909         (cloog_matrix_to_ppl_constraint): Fix flipped condition.
17910         * graphite-poly.c
17911         (psct_scattering_dim_for_loop_depth): Same.
17913 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17915         * graphite-cloog-util.h: Added cloog.h.
17916         * graphite-blocking.c: Removed cloog.h.
17917         * graphite-dependences.c: Same.
17918         * graphite-interchange.c: Same.
17919         * graphite-poly.c: Same.
17920         * graphite-ppl.c: Same.
17921         * graphite-scop-detection.c: Same.
17922         * graphite-sese-to-poly.c:
17923         Removed cloog.h.
17924         Removed graphite-clast-to-gimple.h.
17925         (check_poly_representation): Removed (unused).
17926         * graphite-sese-to-poly.h
17927         (check_poly_representation): Removed (unused).
17929 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17931         * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
17932         (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
17933         (graphite-cloog-util.o): New.
17934         (graphite-ppl.o): Added graphite-cloog-util.h.
17935         * graphite-clast-to-gimple.c:
17936         Added graphite-cloog-util.h to include statements.
17937         * graphite-cloog-util.c: New.
17938         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
17939         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
17940         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
17941         (new_C_Polyhedron_from_Cloog_Matrix): Same.
17942         (insert_constraint_into_matrix): Same.
17943         (ppl_Constrain_System_number_of_constraints): Same.
17944         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
17945         (oppose_constraint): Same.
17946         (cloog_matrix_to_ppl_constraint): Same.
17947         (new_Constraint_System_from_Cloog_Matrix): Same.
17948         * graphite-cloog-util.h: New.
17949         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
17950         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
17951         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
17952         (new_C_Polyhedron_from_Cloog_Matrix): Same.
17953         (insert_constraint_into_matrix): Same.
17954         * graphite-ppl.c:
17955         Added graphite-cloog-util.h to include statements.
17956         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
17957         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
17958         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
17959         (new_C_Polyhedron_from_Cloog_Matrix): Same.
17960         (insert_constraint_into_matrix): Same.
17961         (ppl_Constrain_System_number_of_constraints): Same.
17962         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
17963         (oppose_constraint): Same.
17964         (cloog_matrix_to_ppl_constraint): Same.
17965         (new_Constraint_System_from_Cloog_Matrix): Same.
17966         * graphite-ppl.h:
17967         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
17968         graphite-cloog-util.h.
17969         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
17970         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
17971         (new_C_Polyhedron_from_Cloog_Matrix): Same.
17972         (insert_constraint_into_matrix): Same.
17974 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17976         * graphite-clast-to-gimple.c
17977         (precision_for_value): Resolve value_* calls to matching mpz_* calls.
17978         (precision_for_interval): Same.
17979         (gcc_type_for_interval): Same.
17980         (compute_type_for_level): Same.
17981         * graphite-interchange.c
17982         (lst_interchange_profitable_p): Same.
17983         * graphite-poly.c
17984         (psct_scattering_dim_for_loop_depth): Same.
17985         * graphite-ppl.c
17986         (ppl_max_for_le_pointset): Same.
17987         (ppl_min_for_le_pointset): Same.
17989 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17991         * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
17992         (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
17994 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17996         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
17997         rewrite_close_phi_out_of_ssa.
17999 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18001         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
18003 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18005         * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
18006         rename_map.
18007         * sese.c (debug_rename_map): Same.
18008         (get_rename): Same.
18009         (set_rename): Same.
18010         (rename_variables_in_stmt): Same.
18011         (expand_scalar_variables_call): Same.
18012         (expand_scalar_variables_ssa_name): Same.
18013         (expand_scalar_variables_expr): Same.
18014         (expand_scalar_variables_stmt): Same.
18015         (expand_scalar_variables): Same.
18016         (rename_variables): Same.
18017         (graphite_copy_stmts_from_block): Same.
18018         (copy_bb_and_scalar_dependences): Same.
18020 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18022         * graphite-clast-to-gimple.c (copy_renames): Removed.
18023         (translate_clast_for): Do not call copy_renames.
18024         (translate_clast_guard): Same.
18026 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18028         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
18029         (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
18030         (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
18031         before rewrite_cross_bb_scalar_deps.
18033 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18035         * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
18036         Early return in when flag_associative_math is not set.
18038 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18040         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
18041         of SSA copies on edges except for loop->latch.
18043 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18045         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
18046         Split out of rewrite_reductions_out_of_ssa.
18047         * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
18048         Declared.
18049         * graphite.c (graphite_transform_loops): Call it.
18051 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18053         * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
18055 2010-08-11  Alexander Monakov  <amonakov@ispras.ru>
18057         * dbgcnt.def (graphite_scop): New counter.
18058         * graphite.c: Include dbgcnt.h.
18059         (graphite_transform_loops): Use new counter to limit transformations.
18060         * Makefile.in (graphite.o): Depend on DBGCNT_H.
18062 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18064         * passes.c (init_optimization_passes): Add pass_graphite.
18065         Schedule a pass_copy_prop before pass_graphite_transforms.
18066         * timevar.def (TV_GRAPHITE): Declared.
18067         * tree-pass.h (pass_graphite): Declared.
18068         * tree-ssa-loop.c (pass_graphite): New.
18070 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18072         * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
18073         Remove calls to rename_nb_iterations and rename_sese_parameters.
18074         * graphite-clast-to-gimple.h (gloog): Update declaration.
18075         * graphite.c (graphite_transform_loops): Update call to gloog.
18076         * sese.c (rename_variables_in_expr): Removed.
18077         (rename_nb_iterations): Removed.
18078         (rename_sese_parameters): Removed.
18079         * sese.h (rename_nb_iterations): Removed.
18080         (rename_sese_parameters): Removed.
18082 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18084         * graphite-clast-to-gimple.c (gloog): Remove call to
18085         sese_adjust_liveout_phis.
18086         * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
18087         SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
18088         (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
18089         rewrite_phi_out_of_ssa.
18090         * sese.c (get_vdef_before_sese): Removed.
18091         (sese_adjust_vphi): Removed.
18092         (sese_adjust_liveout_phis): Removed.
18093         * sese.h (sese_adjust_liveout_phis): Removed.
18095 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18097         * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
18098         argument for the place after which to insert the out of SSA copy.
18099         (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
18100         (rewrite_phi_out_of_ssa): Same.
18101         (rewrite_cross_bb_scalar_deps): Same.
18102         (insert_copyout): Removed.
18103         (insert_copyin): Removed.
18104         (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
18105         insert_out_of_ssa_copy_on_edge instead of insert_copyout and
18106         insert_copyin.
18108 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18110         * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
18111         (rewrite_reductions_out_of_ssa): Same.
18112         (rewrite_commutative_reductions_out_of_ssa): Same.
18113         (build_poly_scop): Do not call these functions.
18114         * graphite-sese-to-poly.h (build_poly_scop): Declared.
18115         (rewrite_reductions_out_of_ssa): Declared.
18116         (rewrite_commutative_reductions_out_of_ssa): Declared.
18117         * graphite.c (graphite_transform_loops): Call on every scop
18118         rewrite_commutative_reductions_out_of_ssa before calling
18119         rewrite_reductions_out_of_ssa and build_scop_bbs.
18121 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18123         * graphite-dependences.c (dot_deps): Make system call to dotty run
18124         in background.
18125         (dot_deps_stmt): Same.
18126         * graphite-poly.c (dot_lst): Same.
18128 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18130         * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
18131         phi_arg_in_outermost_loop.
18132         (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
18133         (remove_invariant_phi): Same.
18135 2010-08-11  Anatoly Sokolov  <aesok@post.ru>
18137         * target.def (output_addr_const_extra): New hook.
18138         * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
18139         * doc/tm.texi: Regenerate.
18140         * targhooks.c (default_asm_output_addr_const_extra): New function.
18141         * targhooks.h (default_asm_output_addr_const_extra): Declare.
18142         * final.c (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
18143         target hook.
18145         * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
18146         * config/i386/i386-protos.h (output_addr_const_extra): Remove.
18147         * config/i386/i386.h (output_addr_const_extra): Rename to...
18148         (i386_asm_output_addr_const_extra): ...this. Make static.
18149         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
18151 2010-08-11  Richard Henderson  <rth@redhat.com>
18153         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
18155 2010-08-11  Nick Clifton  <nickc@redhat.com>
18157         * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
18158         * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
18159         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
18160         stormy16-lib2-cmpsi.c.
18162         * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
18163         -O2.
18165 2010-08-11  Joseph Myers  <joseph@codesourcery.com>
18167         * opts.h (struct cl_option_handler_func): Make handler take
18168         cl_decoded_option structure as parameter, not individual elements.
18169         (struct cl_option_handlers): Make callbacks take cl_decoded_option
18170         structure as parameter, not individual elements.
18171         (handle_option): Take cl_decoded_option structure as parameter,
18172         not individual elements.
18173         (handle_generated_option): Declare.
18174         * opts-common.c (handle_option): Take cl_decoded_option structure
18175         as parameter, not individual elements.  Update calls to callback
18176         and handler functions.
18177         (handle_generated_option): New.
18178         (read_cmdline_option): Update calls to callback functions and
18179         handle_option.
18180         * opts.c (common_handle_option, complain_wrong_lang,
18181         unknown_option_callback, post_handling_callback,
18182         lang_handle_option, target_handle_option): Take cl_decoded_option
18183         structure as parameter, not individual elements.
18184         (lang_handle_option, target_handle_option, common_handle_option):
18185         Assert option has at most one argument.
18186         (enable_warning_as_error): Call handle_generated_option instead of
18187         handle_option.  Do not pass -Werror argument as argument of
18188         generated option.
18190 2010-08-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18192         * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
18193         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
18194         (SUBWORD_BOOL_CAS): Likewise.
18195         (SUBWORD_SYNC_OP): Likewise.
18196         (SUBWORD_TEST_AND_SET): Likewise.
18197         (FETCH_AND_OP_WORD): Parenthesise INF_OP
18198         (SUBWORD_SYNC_OP): Likewise.
18199         (OP_AND_FETCH_WORD): Likewise.
18201 2010-08-10  Xinliang David Li  <davidxl@google.com>
18203         * tree-ssa-loop-ivopts.c (get_address_cost): Properly
18204         compute max/min offset in address.
18206 2010-08-10  Vladimir Makarov  <vmakarov@redhat.com>
18208         * ira-live.c: Include sbitmap.h.
18209         (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
18210         Compress live ranges even more.
18212 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
18214         * coverage.c (ctr_labels): Delete.
18216 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
18218         PR bootstrap/45177
18219         * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
18220         test here from arm_gen_load_multiple_1.
18221         (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
18222         multiple_operation_profitable_p.
18224 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
18226         * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
18227         (fini_pre): Call free_aux_for_blocks.  Delete unused bb variable.
18229 2010-08-10  Richard Henderson  <rth@redhat.com>
18231         * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
18232         after saving registers.  Assert that SSE registers are only saved
18233         with a sufficiently aligned frame.
18234         (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
18235         remove stack_realign_fp handling.
18236         (ix86_expand_prologue): Save int registers before stack_realign_fp,
18237         and do not mark the stack alignment as frame related.
18238         (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
18240         * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
18241         saves when re-aligning the stack.
18243 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
18245         * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
18246         * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
18247         (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
18249 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
18251         * dwarf2out.c (struct die_struct): Move die_tag to the end.
18253 2010-08-09  Sofiane Naci  <sofiane.naci@arm.com>
18255         * config/arm/iterators.md: New file.
18256         * config/arm/arm.md: Include iterators.md.
18257         (QHSI): Move to new file.
18258         (LTUGEU, cnb, optab, ior_xor): Likewise.
18259         * config/arm/iwmmxt.md (VMMX): Move to new file.
18260         (VSHFT, MMX_char): Likewise.
18261         * config/arm/neon.md (VD): Move to new file.
18262         (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
18263         (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
18264         (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
18265         (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
18266         (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
18267         (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
18268         (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
18269         (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
18270         (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
18271         (Is_d_reg, V_mode_nunits): Likewise.
18272         * config/arm/vec-common.md (VALL): Move to new file.
18273         (VALLW, VINT, VINTW): Likewise.
18275 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
18277         PR middle-end/45182
18278         * combine.c (make_compound_operation): Don't try to convert
18279         shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
18281 2010-08-10  Richard Guenther  <rguenther@suse.de>
18283         * tree.h (get_object_alignment): Adjust prototype.
18284         * builtins.c (get_object_alignment): Return unsigned int,
18285         drop the align parameter.  Handle MEM_REF, MISALIGNED_INDIRECT_REF
18286         and TARGET_MEM_REF properly.
18287         (get_pointer_alignment): Adjust.
18288         * emit-rtl.c (get_mem_align_offset): Adjust comment.
18289         (set_mem_attributes_minus_bitpos): Adjust.
18290         * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
18292 2010-08-10  Richard Guenther  <rguenther@suse.de>
18294         * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
18295         (copy_prop_visit_assignment): Simplify.
18296         (copy_prop_visit_stmt): Also visit assignments from
18297         constants.
18298         (copy_prop_visit_phi_node): Use operand_equal_p.
18300 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
18302         * ipa-split.c (find_split_points): Free stack.
18304 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
18306         * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
18307         * tree.c (tree_node_kind): Delete corresponding entries.
18309 2010-08-09  H.J. Lu  <hongjiu.lu@intel.com>
18311         * alias.c (may_alias_p): Remove unused ret.
18313 2010-08-09  Bingfeng Mei  <bmei@broadcom.com>
18315         * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
18316         alias_sets_conflict_p.
18317         (walk_mems_1): Moved from alias.c.
18318         (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
18319         in alias.c.
18320         (add_inter_loop_mem_dep): Use insns_may_alias_p now.
18321         * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
18322         * alias.c (walk_mems_2): Moved to ddg.c.
18323         (walk_mems_1): Ditto.
18324         (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
18325         to ddg.c.
18326         (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
18327         disambiguation.
18328         *(may_alias_p): New function to check whether two memory expression
18329         may alias or not. Currently used in buidling inter-iteration memory
18330         dependence.
18331         *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
18332         (insn_alias_sets_conflict_p): Removed
18333         *rtl.h (may_alias_p): New function prototype.
18335 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
18337         * tree.c (nreverse): Assert that we don't have a BLOCK.
18339 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
18341         * builtins.c (fold_builtin_next_arg): Use stdarg_p.
18342         * config/arm/arm.c (arm_get_pcs_model): Likewise.
18343         * config/avr/avr.c (init_cumulative_args): Likewise.
18344         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
18345         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
18346         * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
18347         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
18348         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
18349         * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
18350         * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
18351         * dwarf2out.c (gen_subprogram_die): Likewise.
18352         * function.c (allocate_struct_function): Likewise.
18353         * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
18354         (deserves_ellipsis): Delete.
18356 2010-08-09  Richard Guenther  <rguenther@suse.de>
18358         * tree-ssa-copy.c (cached_last_copy_of): Remove.
18359         (valueize_val): New function.
18360         (get_last_copy_of): Remove.
18361         (set_copy_of_val): Simplify.
18362         (dump_copy_of): Likewise.
18363         (copy_prop_visit_cond_stmt): Use valueize_val.
18364         (copy_prop_visit_phi_node): Properly handle unvisited names.
18365         Drop code managing copy-of chains.
18366         (init_copy_prop): Adjust.
18367         (fini_copy_prop): Likewise.
18368         (execute_copy_prop): Remove obsolete comment.
18370 2010-08-09  Richard Guenther  <rguenther@suse.de>
18372         PR middle-end/44632
18373         * function.c (gimplify_parameters): Do not clear addressable
18374         bit of the original parameter.
18376 2010-08-09  Richard Guenther  <rguenther@suse.de>
18378         PR middle-end/45212
18379         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
18380         alignment from MEM_REF offset only if we took it from the
18381         base object.
18383 2010-08-09  Eric Fisher  <joefoxreal@gmail.com>
18385         * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
18387 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
18389         * c-tree.h (build_arg_info): Declare.
18390         * c-decl.c (build_arg_info): Define.
18391         (get_parm_info): Call it.  Delete initialization code.
18392         * c-parser.c (c_parser_parms_declarator): Likewise.
18393         (c_parser_parms_list_declaractor): Likewise.
18395 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
18397         * c-tree.h (c_arg_tag): Define.  Define a VEC containing it.
18398         (struct c_arg_info): Change type of tags field.
18399         * c-decl.c (grokdeclarator): Update for changed type of tags field.
18400         (get_parm_info): Likewise.
18401         (store_parm_decls_newstyle): Likewise.
18403 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
18405         * config/rs6000/rs6000.c (branch_island): Define.  Define a VEC of it.
18406         (branch_island_list): Delete.
18407         (branch_islands): Declare.
18408         (add_compiler_branch_island): Adjust for branch_islands instead of
18409         branch_island_list.
18410         (macho_branch_islands): Likewise.
18411         (no_previous_def): Likewise.
18412         (get_prev_label): Likewise.
18414 2010-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18416         PR boehm-gc/34544
18417         * gthr-posix.h (__gthread_start): Delete.
18418         (__gthread_active_init): Use pthread_default_stacksize_np instead of
18419         pthread_create to determine if hpux pthreads are active.
18420         * gthr-posix95.h (__gthread_start): Delete.
18421         (__gthread_active_init): Likewise use pthread_default_stacksize_np.
18423 2010-08-08  Kai Tietz  <kai.tietz@onevision.com>
18425         * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
18426         _WIN64 not expanded.
18428 2010-08-07  Uros Bizjak  <ubizjak@gmail.com>
18429             H.J. Lu  <hongjiu.lu@intel.com>
18431         PR target/45213
18432         * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
18433         to output 32bit SFmode immediate as 8 byte sign extended value.
18435 2010-08-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18437         * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
18438         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
18439         (SUBWORD_BOOL_CAS): Likewise.
18440         (SUBWORD_SYNC_OP): Likewise.
18441         (SUBWORD_TEST_AND_SET): Likewise.
18442         (FETCH_AND_OP_WORD): Parenthesise INF_OP
18443         (SUBWORD_SYNC_OP): Likewise.
18444         (OP_AND_FETCH_WORD): Likewise.
18446 2010-08-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
18448         * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
18449         * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
18450         (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
18451         (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
18452         generic part.
18453         (cortex_a9_sched_adjust_cost): New function.
18454         (xscale_sched_adjust_cost): New function.
18455         * config/arm/arm-protos.h (struct tune_params): New field
18456         sched_adjust_cost.
18457         * config/arm/arm-cores.def: Adjust costs for cortex-a9.
18459 2010-08-06  Eric Botcazou  <ebotcazou@adacore.com>
18461         PR target/44942
18462         * config/sparc/sparc.c (function_arg_advance): Always take into account
18463         the padding, if any.
18465 2010-08-06  Richard Guenther  <rguenther@suse.de>
18467         * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
18468         (dump_lattice_value): Dump it.
18469         (get_default_value): Adjust.
18470         (get_constant_value): Likewise.
18471         (set_value_varying): Likewise.
18472         (set_lattice_value): Make sure to not go up the lattice
18473         with bitwise constant values.
18474         (get_value_for_expr): Handle ADDR_EXPRs.
18475         (value_to_double_int): New function.
18476         (get_value_from_alignment): Likewise.
18477         (do_dbg_cnt): Adjust.
18478         (ccp_lattice_meet): Handle partially constant values.
18479         (bit_value_unop_1): New function.
18480         (bit_value_binop_1): Likewise.
18481         (bit_value_unop): Likewise.
18482         (bit_value_binop): Likewise.
18483         (evaluate_stmt): Track partially constant values if
18484         flag_tree_bit_ccp is set.
18485         (ccp_fold_stmt): Dump if we folded a predicate.
18486         (ccp_visit_stmt): Adjust.
18487         * common.opt (ftree-bit-ccp): New flag.
18488         * doc/invoke.texi (ftree-bit-ccp): Document.
18489         * opts.c (decode_options): Enable bit-CCP at -O1.
18491 2010-08-06  Alan Modra  <amodra@gmail.com>
18493         * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
18494         and -mrelocatable-lib description.
18496 2010-08-05  Bernd Schmidt  <bernds@codesourcery.com>
18498         From Martin Thuresson  <martint@google.com>
18499         * postreload.c (reload_cse_simplify_operands): Use
18500         SET_REGNO_RAW instead of SET_REGNO.
18501         * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
18502         SET_REGNO.
18503         * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
18504         instead of SET_REGNO.
18505         * rtl.h (SET_REGNO_RAW): New macro.
18507 2010-08-05  Eric Botcazou  <ebotcazou@adacore.com>
18509         * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
18510         computations.  Fix formatting issues.
18511         (num_sign_bit_copies1): Likewise.
18512         (canonicalize_condition): Likewise.
18514 2010-08-05  Richard Henderson  <rth@redhat.com>
18516         * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
18517         (floor_log2): Use clz_hwi.
18518         (exact_log2): Use ctz_hwi.
18519         * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
18520         * builtins.c (fold_builtin_bitop): Use them.
18521         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
18522         * combine.c (get_pos_from_mask): Use ctz_hwi.
18523         * double-int.c (double_int_ctz): Likewise.
18524         * explow.c (force_reg): Likewise.
18525         * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
18527 2010-08-05  Richard Henderson  <rth@redhat.com>
18529         PR target/45189
18530         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
18531         the alignment constant is properly sign-extended.
18533 2010-08-05  Richard Guenther  <rguenther@suse.de>
18535         * expr.c (store_expr): Use emit_block_move only if both
18536         source and target are MEMs.  Use store_bit_field if only
18537         the target is a MEM.
18539 2010-08-05  Richard Henderson  <rth@redhat.com>
18541         PR debug/45188
18542         * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
18543         (INCOMING_RETURN_ADDR_RTX): Likewise.
18544         (dwarf2out_do_frame): Remove conditional compilation.
18545         (dwarf2out_frame_init): Likewise.
18547 2010-08-05  Nicolas Setton  <setton@adacore.com>
18549         * gcov.c (flag_display_progress): New static variable.
18550         (main): Display progress info on standard output if requested.
18551         (options): Add -d/--display-progress.
18552         (print_usage): Print them.
18553         (process_args): Handle them.
18554         * doc/gcov.texi: Document them.
18556 2010-08-05  Martin Jambor  <mjambor@suse.cz>
18558         * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
18559         (ipcp_insert_stage): Redirect only edges not flagged with
18560         indirect_inlining_edge.  Call ipcp_discover_new_direct_edges for all
18561         discovered constants.
18563 2010-08-05  Martin Jambor  <mjambor@suse.cz>
18565         * ipa-prop.h (enum ipa_lattice_type): Changed comments.
18566         (struct ipa_param_descriptor): New fields types and
18567         cannot_devirtualize.
18568         (ipa_param_cannot_devirtualize_p): New function.
18569         (ipa_param_types_vec_empty): Likewise.
18570         (ipa_make_edge_direct_to_target): Declare.
18571         * ipa-cp.c: Fixed first stage driver name in initial comment,
18572         described devirtualization there too.
18573         (ipcp_analyze_node): Call ipa_analyze_params_uses.
18574         (ipcp_print_all_lattices): Print devirtualization info.
18575         (ipa_set_param_cannot_devirtualize): New function.
18576         (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
18577         lattice to BOTTOM.
18578         (ipcp_init_stage): Merged into...
18579         (ipcp_generate_summary): ...its caller.
18580         (ipcp_change_tops_to_bottom): Also process type lists.
18581         (ipcp_add_param_type): New function.
18582         (ipcp_copy_types): Likewise.
18583         (ipcp_propagate_types): Likewise.
18584         (ipcp_propagate_stage): Also propagate types.
18585         (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
18586         Also return true if propagated types require it.
18587         (ipcp_update_callgraph): Dump redirection info.
18588         (ipcp_process_devirtualization_opportunities): New function.
18589         (ipcp_const_param_count): Include known type information.
18590         (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
18591         on new node.  Fixed formatting.
18592         * ipa-prop.c (make_edge_direct_to_target): Renamed to
18593         ipa_make_edge_direct_to_target and changed all callers.  Made
18594         externally visible.
18595         (ipa_node_duplication_hook): Duplicate types vector.
18596         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
18597         redirect outgoing calls for which we can't get a decl from the
18598         statement.  Check that we can get a decl from the call statement.
18599         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
18600         ipa_analyze_params_uses only when ipa-cp is disabled.
18601         * tree-inline.c (get_indirect_callee_fndecl): Removed.
18602         (expand_call_inline): Do not call get_indirect_callee_fndecl.
18603         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
18604         * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
18606 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
18608         * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
18609         temporary. Emit move from temporary to accum, so REG_EQUAL note will
18610         be attached to this insn in correct mode.
18612 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
18614         * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
18615         using REGNO of base_reg directly.
18617 2010-08-05  Jie Zhang  <jie@codesourcery.com>
18619         PR tree-optimization/45144
18620         * tree-sra.c (type_consists_of_records_p): Return false
18621         if the record contains bit-field.
18623 2010-08-04  Richard Henderson  <rth@redhat.com>
18625         * config/i386/i386.c (struct ix86_frame): Remove padding and
18626         to_allocate members.
18627         (ix86_compute_frame_layout): Don't store them.
18628         (ix86_can_use_return_insn_p): Use a more direct and more obviously
18629         correct condition for the position of the stack pointer.
18630         (ix86_expand_prologue): Compute remaining stack allocation based
18631         on the ultimate stack pointer offset.
18632         (ix86_expand_epilogue): Use more obvious expressions testing for
18633         the stack pointer already pointing to the saved registers.
18635         * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
18636         duplication deconstructing the frame pointer.  Simplify
18637         deallocation of the local stack frame.
18639         * reg-notes.def (CFA_EXPRESSION): New.
18640         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
18641         (dwarf2out_frame_debug_cfa_expression): New.
18642         (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
18644         * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
18645         * config/i386/i386.c (ix86_expand_prologue): Set it.
18646         (ix86_expand_epilogue): Clear it.
18647         (ix86_emit_save_reg_using_mov): For registers saved in a realigned
18648         context, add REG_CFA_EXPRESSION notes.
18650         * config/i386/i386.h (struct machine_frame_state): Rename from
18651         machine_cfa_state.  Add members tracking SP and FP regardless
18652         of the current CFA register.
18653         (ix86_cfa_state): Remove.
18654         * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
18655         and sse_reg_save_offset members.
18656         (ix86_compute_frame_layout): Set them.
18657         (gen_push): Increment sp_offset too.
18658         (choose_baseaddr_len, choose_baseaddr): New.
18659         (ix86_emit_save_reg_using_mov): New.
18660         (ix86_emit_save_regs_using_mov): Use it.
18661         (ix86_emit_save_sse_regs_using_mov): Likewise.
18662         (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
18663         compare vs the saved red_zone_offset.
18664         (pro_epilogue_adjust_stack): Adjust sp_offset.
18665         (ix86_adjust_stack_and_probe): Likewise.
18666         (ix86_expand_prologue): Set up, use, and validate the new
18667         frame_state_info members.  Use gen_frame_mem.
18668         (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
18669         (ix86_emit_restore_reg_using_pop): Likewise.  Use and update the
18670         new frame_state_info members.
18671         (ix86_emit_leave): Likewise.
18672         (ix86_emit_restore_regs_using_mov): Likewise.  Don't check for
18673         out-of-range stack pointer offsets here.
18674         (ix86_emit_restore_sse_regs_using_mov): Likewise.
18675         (ix86_expand_epilogue): Use and validate the new frame_state_info
18676         members.  Break up and simplify the logic selecting the
18677         restore_regs_via_mov code path.  Ensure that there will be no
18678         out-of-range stack pointer offsets.
18680         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
18682         * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
18683         argument name to reflect the expected tree; fix indentation.
18684         (ix86_asm_output_function_label): Output the entire 32-bit
18685         ms_hook here as bytes ...
18686         (ix86_expand_prologue): ... not here as insns.  Attach the
18687         unwind info for the ms_hook to a blockage insn.
18688         (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
18689         (ix86_ms_bitfield_layout_p): Fix indentation.
18690         * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
18692         * config/i386/i386.c (ix86_using_red_zone): New.
18693         (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
18694         ix86_expand_prologue, ix86_force_to_memory): Use it.
18696         * config/i386/i386.c (ix86_expand_prologue): Simplify logic
18697         saving the int registers.
18699         * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
18700         and DWARF2_UNWIND_INFO conditional compilation.
18702 2010-08-04  Richard Henderson  <rth@redhat.com>
18704         PR debug/45171
18705         * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
18706         an is_naming_typedef_decl.
18708 2010-08-04  Bernd Schmidt  <bernds@codesourcery.com>
18710         PR rtl-optimization/45162
18711         * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
18712         * dce.c (word_dce_process_block): Likewise.
18714 2010-08-04  Steve Ellcey  <sje@cup.hp.com>
18716         PR target/44583
18717         * config/ia64/constraints.md (Z): New.
18718         * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
18719         (xfreg_or_signed_fp01_operand): New.
18720         * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
18721         with fr_reg_or_signed_fp01_operand and constraint G with Z.
18722         (subsf3): Ditto.
18723         (*maddsf4): Ditto.
18724         (*msubsf4): Ditto.
18725         (adddf3): Ditto.
18726         (adddf3_trunc): Ditto.
18727         (subdf3): Ditto.
18728         (*subdf3_trunc): Ditto.
18729         (*madddf4): Ditto.
18730         (*madddf4_trunc): Ditto.
18731         (*msubdf4): Ditto.
18732         (*msubdf4_trunc): Ditto.
18733         (addxf3): Replace xfreg_or_fp01_operand with
18734         xfreg_or_signed_fp01_operand and constraint G with Z.
18735         (*addxf3_truncsf): Ditto.
18736         (*addxf3_truncdf): Ditto.
18737         (subxf3): Ditto.
18738         (*subxf3_truncsf): Ditto.
18739         (*subxf3_truncdf): Ditto.
18740         (*maddxf4): Ditto.
18741         (*maddxf4_truncsf): Ditto.
18742         (*maddxf4_truncdf): Ditto.
18743         (*msubxf4): Ditto.
18744         (*msubxf4_truncsf): Ditto.
18745         (*msubxf4_truncdf): Ditto.
18747 2010-08-04  Richard Guenther  <rguenther@suse.de>
18749         * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
18750         if either alias-set is zero.
18752 2010-08-04  Richard Guenther  <rguenther@suse.de>
18754         * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
18755         * tree-ssa-ccp.c: ... here.
18756         * tree-ssa-copy.c: ... and here.
18757         * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
18758         value_range_t): Move ...
18759         * tree-vrp.c: ... here.
18760         * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
18761         (substitute_and_fold): Adjust prototype.
18762         * tree-ssa-propagate.c (replace_uses_in): Adjust.
18763         (replace_phi_args_in): Likewise.
18764         (substitute_and_fold): Take callback to query lattice instead
18765         of pointer to lattice.  Replace SSA name defs with lattice
18766         values first.
18767         * tree-ssa-ccp.c (ccp_finalize): Adjust.
18768         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
18769         (get_value): New function.
18770         (fini_copy_prop): Adjust.
18771         * tree-vrp.c (vrp_finalize): Adjust.
18773 2010-08-04  Richard Guenther  <rguenther@suse.de>
18775         PR middle-end/45176
18776         * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
18777         points-to set for original MEM_REF.
18779 2010-08-04  Richard Guenther  <rguenther@suse.de>
18781         * tree-ssa-ccp.c (get_constant_value): New function.
18782         (get_rhs_assign_op_for_ccp): Remove.
18783         (valueize_op): New function.
18784         (ccp_fold): Use get_constant_value and valueize_op.
18785         (fold_const_aggregate_ref): Likewise.
18786         (ccp_fold_stmt): Likewise.
18787         (visit_assignment): Simplify.
18789 2010-08-04  Richard Guenther  <rguenther@suse.de>
18791         * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
18792         * double-int.h (double_int_ctz): Declare.
18793         * double-int.c (double_int_ctz): New function.
18795 2010-08-04  Hariharan Sandanagobalane  <hariharan@picochip.com>
18797         * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
18798         Define.
18799         picochip_expand_movmemhi : Expand movmem pattern.
18800         * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
18801         Declare.
18802         * config/picochip/picochip.md (movmemhi) : New pattern.
18804 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
18806         * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
18808 2010-08-03  Bernd Schmidt  <bernds@codesourcery.com>
18810         * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
18811         NEG as operand of a MULT by merging it with the other operand.
18812         * combine.c (make_compound_operation): Use trunc_int_for_mode when
18813         generating a MULT with constant.  Canonicalize PLUS and MINUS involving
18814         MULT.
18815         * config/arm/constraints.md (M): Examine only 32 bits of a
18816         HOST_WIDE_INT.
18817         * config/arm/predicates.md (power_of_two_operand): Likewise.
18819 2010-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18821         * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
18822         non-NOTE insns.
18824 2010-08-03  Jan Hubicka  <jh@suse.cz>
18826         * ipa-split.c (struct split_point): Add split_part_set_retval.
18827         (find_retval): Forward declare.
18828         (test_nonssa_use, mark_nonssa_use): Special case return by reference.
18829         (consider_split): Compute current->split_part_set_retval.
18830         (visit_bb): Do not look into return value.
18831         (split_function): Handle !split_part_set_retval
18833 2010-08-03  Martin Jambor  <mjambor@suse.cz>
18835         * tree-sra.c (completely_scalarize_record): New parameter REF, create
18836         its own access->expr intead of using build_ref_for_offset.
18838 2010-08-03  Joseph Myers  <joseph@codesourcery.com>
18840         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
18841         * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
18842         * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
18843         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
18844         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
18845         * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
18846         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
18847         DEFAULT_SWITCH_TAKES_ARG.
18848         * config/rx/rx.opt (-patch=): Remove option.
18849         * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
18850         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
18851         * doc/invoke.texi (RX Options): Remove -patch=.
18852         * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
18853         (option_map): Remove --profile-blocks, --quiet and --silent.
18855 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
18857         * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
18858         * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
18859         (ix86_expand_branch): Add op0 and op1 arguments.  Do not access
18860         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
18861         Update calls to ix86_expand_compare and ix86_expand_branch.
18862         (ix86_expand_setcc): Add op0 and op1 arguments.  Update calls to
18863         ix86_expand_compare.
18864         (ix86_expand_compare): Add op0 and op1 arguments.  Do not access
18865         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
18866         Make static.
18867         (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
18868         and ix86_compare_op1.  Update calls to ix86_expand_compare.
18869         (ix86_expand_int_movcc): Ditto.
18870         (ix86_expand_fp_movcc): Ditto.  Update calls to ix86_expand_setcc.
18871         * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
18872         (ix86_expand_setcc): Ditto.
18873         (ix86_expand_compare): Remove prototype.
18874         * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
18875         ix86_compare_op0 and ix86_compare_op1.  Update calls
18876         to ix86_expand_branch to directly pass operands[1] and operands[2].
18877         (cbranchxf4): Ditto.
18878         (cbranch<MODEF:mode>4): Ditto.
18879         (cbranchcc4): Ditto.
18880         (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
18881         Update calls to ix86_expand_setcc to directly pass operands[2] and
18882         operands[3].
18883         (cstorexf4): Ditto.
18884         (cstore<MODEF:mode>4): Ditto.
18885         (cstorecc4): Ditto.
18887 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
18889         PR target/45063
18890         * caller-save.c (save_call_clobbered_regs): Remove regs from
18891         hard_regs_saved when they are set.
18893 2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
18895         PR target/41089
18896         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
18897         as volatile.
18899 2010-08-02  Sebastian Pop  <sebastian.pop@amd.com>
18901         * common.opt (ftree-loop-distribute-patterns): New.
18902         * invoke.texi (-ftree-loop-distribute-patterns): Documented.
18903         * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
18904         at -O3.
18905         * tree-data-ref.c (stores_zero_from_loop): New.
18906         * tree-data-ref.h (stores_zero_from_loop): Declared.
18907         * tree-loop-distribution.c (tree_loop_distribution): Call
18908         stores_zero_from_loop.
18909         (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
18911 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
18913         * postreload.c (reload_cse_simplify_operands): Take attribute enabled
18914         into account.
18916         * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
18917         * config/arm/arm.c (thumb1_code): New variable.
18918         (arm_override_options): Set it.
18919         (thumb1_final_prescan_insn): Keep track of condition code status.
18920         (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
18921         jumps that depend on them.
18922         * config/arm/arm.h (thumb1_code): Declare variable.
18923         (struct machine_function): Guard with #ifndef GENERATOR_FILE.  Add
18924         members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
18925         thumb1_cc_mode.
18926         (CC_STATUS_INIT): New macro.
18927         * config/arm/constraints.md (Pd): New constraint.
18928         * config/arm/predicates.md (noov_comparison_operator): New predicate.
18929         * config/arm/arm.md (is_thumb1): New define_attr.
18930         (conds): Set default to "clob" when generating Thumb1 code.
18931         (thumb1_bicsi3): Renamed from bicsi3.  All uses changed.  Condition
18932         code are set.  Use two-operand assembly syntax.
18933         (thumb1_subsi3_insn): Condition codes are set.  Now a properly named
18934         pattern.
18935         (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
18936         codes are set.  Use two-operand assembly syntax.
18937         (zero_extendhisi splitter): Remove constraints.
18938         (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
18939         thumb1_movsf_insn): Set conds attribute as appropriate.
18940         (cbranchsi4_insn): Use condition code status from struct
18941         machine_function to determine whether the comparison can be eliminated.
18942         Discourage the alternative using high registers.
18943         (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
18944         orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
18945         bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
18946         subsi3_cbranch): Delete.
18947         (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
18948         one subtract and one cbranch insn.
18950         * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
18951         thumb2_movdf_soft_insn): Delete patterns.
18952         * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
18953         arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
18954         (pool_range, neg_pool_range): Use them to define defaults.
18955         (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
18956         and allow for TARGET_32BIT.
18958         PR target/40457
18959         * config/arm/arm.h (arm_regs_in_sequence): Declare.
18960         * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
18961         load_multiple_sequence, store_multiple_sequence): Delete
18962         declarations.
18963         (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
18964         declarations.
18965         * config/arm/ldmstm.md: New file.
18966         * config/arm/arm.c (arm_regs_in_sequence): New array.
18967         (load_multiple_sequence): Now static.  New args SAVED_ORDER,
18968         CHECK_REGS.  All callers changed.
18969         If SAVED_ORDER is nonnull, copy the computed order into it.
18970         If CHECK_REGS is false, don't sort REGS.  Handle Thumb mode.
18971         (store_multiple_sequence): Now static.  New args NOPS_TOTAL,
18972         SAVED_ORDER, REG_RTXS and CHECK_REGS.  All callers changed.
18973         If SAVED_ORDER is nonnull, copy the computed order into it.
18974         If CHECK_REGS is false, don't sort REGS.  Set up REG_RTXS just
18975         like REGS.  Handle Thumb mode.
18976         (arm_gen_load_multiple_1): New function, broken out of
18977         arm_gen_load_multiple.
18978         (arm_gen_store_multiple_1): New function, broken out of
18979         arm_gen_store_multiple.
18980         (arm_gen_multiple_op): New function, with code from
18981         arm_gen_load_multiple and arm_gen_store_multiple moved here.
18982         (arm_gen_load_multiple, arm_gen_store_multiple): Now just
18983         wrappers around arm_gen_multiple_op.  Remove argument UP, all callers
18984         changed.
18985         (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
18986         * config/arm/predicates.md (commutative_binary_operator): New.
18987         (load_multiple_operation, store_multiple_operation): Handle more
18988         variants of these patterns with different starting offsets.  Handle
18989         Thumb-1.
18990         * config/arm/arm.md: Include "ldmstm.md".
18991         (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
18992         ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
18993         stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
18994         peepholes): Delete.
18995         * config/arm/ldmstm.md: New file.
18996         * config/arm/arm-ldmstm.ml: New file.
18998         * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
18999         if statement which adds extra costs to frame-related expressions.
19001 2010-08-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
19003         * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
19005 2010-08-01  Uros Bizjak  <ubizjak@gmail.com>
19007         PR target/45142
19008         * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
19009         alternative 2.
19010         (vec_set<mode>_0 splitter): Use SSEMODE4S mode iterator to also
19011         split V4SI operands.
19013 2010-08-01  Anatoly Sokolov  <aesok@post.ru>
19015         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
19016         * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
19017         * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
19018         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
19020 2010-07-31  Kai Tietz  <kai.tietz@onevision.com>
19022         * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
19023         LOCAL_INCLUDE_DIR.
19025 2010-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
19027         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
19028         used in the call to optab_for_tree_code.  Fix the second
19029         is_widening_mult_p call.  Check that both unwidened operands
19030         have the same sign.
19032 2010-07-31  John Tytgat  <John.Tytgat@aaug.net>
19034         * config/arm/arm.c (arm_function_arg): Remove superfluous test.
19036 2010-07-31  Anatoly Sokolov  <aesok@post.ru>
19038         * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
19040 2010-07-30  DJ Delorie  <dj@redhat.com>
19042         * config/rx/predicates.md (rx_constshift_operand): New.
19043         * config/rx/rx.md (zs_cond): New.
19044         (cbranchsi4): Remove mode.
19045         (*cbranchsi4_<code>): Likewise.
19046         (*tstbranchsi4_<code>): New.
19047         (*tstbranchsi4r_<code>): New.
19048         (*tstbranchsi4m_eq): New.
19049         (*tstbranchsi4m_ne): New.
19050         (cbranchsf4): Remove mode.
19051         (*cbranchsf4_<code>): Likewise.
19053 2010-07-30  Bernd Schmidt  <bernds@codesourcery.com>
19055         * rtlanal.c (simplify_subreg_regno): Don't treat
19056         HARD_FRAME_POINTER_REGNUM specially.
19058 2010-07-30  Joseph Myers  <joseph@codesourcery.com>
19060         * common.opt (-G): Don't define option here.
19061         * config/g.opt: New.
19062         * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
19063         rs6000/powerpc and score targets.
19064         * opts.c (common_handle_option): Don't handle -G here.
19065         * config/alpha/alpha.c (alpha_handle_option): Handle -G.
19066         * config/frv/frv.c (frv_handle_option): Handle -G.
19067         * config/ia64/ia64.c (ia64_handle_option): Handle -G.
19068         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
19069         * config/m32r/m32r.c (m32r_handle_option): Handle -G.
19070         * config/mips/mips.c (mips_handle_option): Handle -G.
19071         * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
19072         * config/score/score.c (score_handle_option): Handle -G.
19074 2010-07-30  Anatoly Sokolov  <aesok@post.ru>
19076         * config/mmix/mmix.c: Include basic-block.h.
19078 2010-07-30  Jakub Jelinek  <jakub@redhat.com>
19080         PR debug/45055
19081         PR rtl-optimization/45137
19082         * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
19083         prototypes.
19084         * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
19085         New functions.
19086         * combine.c (next_nonnote_nondebug_insn): Removed.
19087         * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
19088         * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
19089         * sched-deps.c (sched_analyze_insn): Likewise.
19090         (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
19091         * rtlanal.c (canonicalize_condition): Likewise.
19092         * postreload.c (reload_combine_recognize_pattern): Likewise.
19093         (reload_cse_move2add): Use next_nonnote_nondebug_insn.
19095 2010-07-29  Uros Bizjak  <ubizjak@gmail.com>
19097         * config/i386/i386.md (int_cond): Remove code iterator.
19098         (fp_cond): Ditto.
19099         (cbranch<mode>4): Use ordered_comparison_operator predicate
19100         for operator0.
19101         (cstore<mode>4): Ditto for operator1.
19102         (mov<SWIM:mode>cc and corresponding splitter): Ditto.
19103         (add<mode>cc): ditto.
19105 2010-07-30  Richard Guenther  <rguenther@suse.de>
19107         PR middle-end/45141
19108         * expr.c (expand_expr_real_1): Check for not handled base address.
19110 2010-07-30  Richard Guenther  <rguenther@suse.de>
19112         * ipa-prop.c (ipa_modify_formal_parameters): Use
19113         build_distinct_type_copy.
19115 2010-07-30  Anthony Green  <green@moxielogic.com>
19117         * config/moxie/rtems.h: New file.
19118         * config.gcc: Add moxie-rtems support.
19120 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
19122         * dce.c (run_word_dce): Take flag_dce into account.  Clear and restore
19123         df flags as in run_fast_df_dce.
19125 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
19127         Revert:
19128         2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
19130         * rtl.def (NOTE): Swap operands 4 and 5.
19131         * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
19132         NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
19133         Adjust accordingly.
19134         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
19136 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
19138         PR debug/45110
19139         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
19140         (gen_formal_types_die): Add DW_AT_object_pointer in methods.
19141         (gen_subprogram_die): Likewise.  Remove it when removing declaration's
19142         formal parameters.
19143         (gen_decl_die): Change return type to dw_die_ref, return what
19144         gen_formal_parameter_die returned.
19146 2010-07-29  Martin Jambor  <mjambor@suse.cz>
19148         * dbgcnt.def (eipa_sra): New counter.
19149         * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
19151 2010-07-29  Xinliang David Li  <davidxl@google.com>
19153         PR bootstrap/45119
19154         * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
19155         in revision 162652.
19157 2010-07-29  Richard Guenther  <rguenther@suse.de>
19159         * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
19160         (TV_TREE_STORE_CCP): Likewise.
19161         (TV_TREE_REDPHI): Likewise.
19163 2010-07-29  Richard Guenther  <rguenther@suse.de>
19165         * double-int.h (double_int_and_not): New function.
19166         * combine.c (try_combine): Use it.
19167         * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
19169 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
19171         PR rtl-optimization/42575
19172         * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
19173         Argument AU removed.  All callers changed.  Ignore artificial refs.
19174         Use return value of df_word_lr_simulate_defs to decide whether an insn
19175         is necessary.
19176         (fast_dce): Rename arg to WORD_LEVEL.
19177         (run_word_dce): Renamed from rest_of_handle_fast_byte_dce.  No longer
19178         static.
19179         (pass_fast_rtl_byte_dce): Delete.
19180         * dce.h (run_word_dce): Declare.
19181         * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
19182         All callers changed.  Simplify code to only deal with two-word regs.
19183         * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
19184         (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
19185         (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
19186         (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
19187         (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
19188         (df_word_lr_mark_ref): Declare.
19189         (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
19190         df_word_lr_simulate_uses): Declare or rename from byte variants.
19191         (df_byte_lr_simulate_artificial_refs_at_top,
19192         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
19193         df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
19194         declarations.
19195         (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
19196         (enum df_mm): Delete.
19197         * df-byte-scan.c: Delete file.
19198         * df-problems.c (df_word_lr_problem_data): Renamed from
19199         df_byte_lr_problem_data, all members deleted except for
19200         WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS.  Uses changed.
19201         (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
19202         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
19203         df_byte_lr_get_regno_len, df_byte_lr_check_regs,
19204         df_byte_lr_confluence_0): Delete functions.
19205         (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
19206         callers changed.
19207         (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
19208         Don't initialize members that were deleted, don't try to discover data
19209         about registers.  Ignore hard regs.
19210         (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
19211         (df_word_lr_mark_ref): New function.
19212         (df_word_lr_bb_local_compute): Renamed from
19213         df_byte_bb_lr_local_compute; all callers changed.  Use
19214         df_word_lr_mark_ref.  Assert that artificial refs don't include
19215         pseudos.  Ignore hard registers.
19216         (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
19217         Assert that exit block uses don't contain pseudos.
19218         (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
19219         (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
19220         callers changed.  Ignore hard regs.
19221         (df_word_lr_transfer_function): Renamed from
19222         df_byte_lr_transfer_function; all callers changed.
19223         (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
19224         (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
19225         changed.
19226         (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
19227         callers changed.
19228         (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
19229         confluence operator 0 set to NULL.
19230         (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
19231         callers changed.
19232         (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
19233         Return bool, true if bitmap changed or insn otherwise necessary.
19234         All callers changed.  Simplify using df_word_lr_mark_ref.
19235         (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
19236         all callers changed.  Simplify using df_word_lr_mark_ref.
19237         * lower-subreg.c: Include "dce.h"
19238         (decompose_multiword_subregs): Call run_word_dce if df available.
19239         * Makefile.in (lower-subreg.o): Adjust dependencies.
19240         (df-byte-scan.o): Delete.
19241         * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
19243 2010-07-29  Richard Guenther  <rguenther@suse.de>
19245         * tree.c (build_vector): Assert that the vector constant
19246         has enough elements.
19247         (build_vector_from_ctor): Pad with trailing zeros.
19249 2010-07-29  Richard Guenther  <rguenther@suse.de>
19251         PR tree-optimization/45120
19252         * tree-ssa-structalias.c (get_constraint_for_component_ref):
19253         Handle offset in DEREFs properly.
19254         (get_constraint_for_1): Handle MEM_REF offset properly.
19256 2010-07-29  Richard Guenther  <rguenther@suse.de>
19258         PR middle-end/45034
19259         * convert.c (convert_to_integer): Always use an unsigned
19260         type for narrowed negate and bitwise not.
19262 2010-07-29  Ira Rosen  <irar@il.ibm.com>
19264         * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
19265         to outer loop when creating reduction epilogue for double reduction,
19266         and switch back to the inner loop when updating the phi nodes.
19267         Update uses of outer loop exit phi nodes in double reduction (instead
19268         of uses of reduction).
19270 2010-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
19272         * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
19273         popcount on power7 and parity on power6 systems.
19274         (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
19275         (rs6000_emit_parity): Add support for power6 prtyd/prtyw
19276         instructions.
19278         * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
19279         (UNSPEC_PARITY): Ditto.
19280         (SFDF): New iterator for SF/DF.
19281         (rreg2): New mode attribute for floating register constraint.
19282         (TARGET_FLOAT): New mode attribute for whether single/double float
19283         is supported.
19284         (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
19285         pattern.
19286         (parity<mode>2_cmpb): New insn for parity on power6 and newer
19287         machines.
19288         (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
19289         pattern.  Add support for fcpsgn instruction added in power6.
19290         (copysignsf3): Delete.
19291         (copysigndf3): Delete.
19292         (copysign<mode>3_fcpsgn): New insn to generate fcpsgn.  Use UNSPEC
19293         instead of if_then_else in RTL to avoid problems with -0.
19295         * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
19296         of if_then_else to mirror scalar code.
19297         (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
19298         rs6000.md.
19300         * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
19301         instead of if_then_else.
19303 2010-07-28  Xinliang David Li  <davidxl@google.com>
19305         * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
19306         (dump_cand): Dump var_before/after.
19307         (htab_inv_expr_eq): New function.
19308         (htab_inv_expr_hash): New function.
19309         (tree_ssa_iv_optimize_init): Support pseudo invariants.
19310         (add_candidate_1): consider base type precision.
19311         (set_use_iv_cost): New parameter.
19312         (adjust_setup_cost): Use profile information.
19313         (get_address_cost): Do not hard code width in computing address
19314         offset limits.
19315         (compare_aff_trees): New function.
19316         (get_loop_invariant_expr_id): New function.
19317         (get_computation_cost_at): New parameter and use profile information.
19318         (get_computation_cost): New parameter.
19319         (determine_use_iv_cost_generic): Pass new parameter.
19320         (determine_use_iv_cost_address): Ditto.
19321         (determine_use_iv_cost_condition): Ditto.
19322         (autoinc_possible_for_pair): Ditto.
19323         (determine_use_iv_costs): More dumps.
19324         (iv_ca_get_num_inv_exprs): New function.
19325         (iv_ca_recount_cost): Consider loop invariants in register pressure
19326         cost.
19327         (iv_ca_add_use): New parameter.
19328         (iv_ca_dump): Better dumping.
19329         (iv_ca_extend): New parameter.
19330         (try_add_cand_for): Attempt to get better partial solution.
19331         (try_improve_iv_set): Pass new parameter to iv_ca_extend.
19332         (create_new-ivs): More dumps.
19333         (rewrite_use_compare): Ditto.
19334         (free_loop_data): More cleanup.
19335         (treee_ssa_iv_optimize_finalize): Ditto.
19337 2010-07-28  Kai Tietz  <kai.tietz@onevision.com>
19339         * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
19340         * config/i386/i386.c (ix86_profile_before_prologue): New.
19341         (override_options): Add special handling for -mfentry.
19342         (ix86_function_regparm): Likewise.
19343         (ix86_function_sseregparm): Likewise.
19344         (ix86_frame_pointer_required): Likewise.
19345         (ix86_expand_prologue): Check for ms_hook_prologue.
19346         (x86_function_profiler): Adjust mcount output.
19347         (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
19348         * config/i386/i386.opt (mfentry): New.
19349         * doc/invoke.texi (mfentry): Add documentation.
19350         * doc/tm.texi: Regenerated..
19351         * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
19352         * final.c (final_start_function): Replace macro
19353         PROFILE_BEFORE_PROLOGUE by target hook.
19354         * function.c (thread_prologue_and_epilogue_insns): Likewise.
19355         * target.def (profile_before_prologue): New hook.
19356         * targhooks.c (default_profile_before_prologue): New.
19357         * targhooks.h (default_profile_before_prologue): New.
19359 2010-07-28  Jakub Jelinek  <jakub@redhat.com>
19361         PR debug/45105
19362         * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
19364         PR debug/45103
19365         * dwarf2out.c (dwarf2out_var_location): Always consider
19366         NOTE_DURING_CALL_P notes, even when not followed by real instructions.
19368 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
19370         PR rtl-optimization/45107
19371         * gcse.c (hash_scan_set): Use max_distance for gcse-las.
19373 2010-07-28  Richard Guenther  <rguenther@suse.de>
19375         * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
19376         (set_lattice_value): Do not query an old default value.
19377         (get_value_for_expr): New function.  Properly canonicalize
19378         float values.
19379         (ccp_visit_phi_node): Use it.
19381 2010-07-28  Chung-Lin Tang  <cltang@codesourcery.com>
19383         * config/arm/arm.c (arm_pcs_default): Remove static.
19384         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
19385         __ARM_PCS_VFP to indicate soft/hard-float calling convention.
19386         (arm_pcs_default): Declare.
19388 2010-07-28  Iain Sandoe  <iains@gcc.gnu.org>
19390         * config/rs6000/rs6000.c (rs6000_override_options):
19391         Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
19392         ... to darwin_rs6000_override_options.
19393         (rs6000_return_in_memory): Update preceding comment for darwin
19394         64 bit ABI.  Use TARGET_MACHO inline.
19395         (rs6000_darwin64_struct_check_p): New.
19396         (function_arg_advance): Use rs6000_darwin64_struct_check_p.
19397         (function_arg): Likewise.
19398         (rs6000_arg_partial_bytes): Likewise.
19399         (rs6000_function_value): Likewise.
19401 2010-07-28  Andi Kleen  <ak@linux.intel.com>
19403         * lto-opts.c (lto_file_read_options): Add loop over all inputs.
19405 2010-07-28  Richard Guenther  <rguenther@suse.de>
19407         PR middle-end/44903
19408         * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
19409         targets try harder to not generate unaligned accesses.
19411 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
19413         PR rtl-optimization/45101
19414         * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
19415         for gcse-las.
19417 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
19419         PR tree-optimization/44885
19420         * tree-sra.c (find_param_candidates): Skip pointer types to arrays
19421         with non-aliased component.
19423 2010-07-28  Joseph Myers  <joseph@codesourcery.com>
19425         * config/darwin-driver.c (SWITCH_TAKES_ARG,
19426         WORD_SWITCH_TAKES_ARG): Remove.
19427         * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
19428         * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
19429         DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
19430         (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
19431         definitions from gcc.c.
19432         * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
19433         defaults.h.
19434         * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
19435         Move to defaults.h.
19436         * opts-common.c: Include tm.h.
19437         (decode_cmdline_option): Use SWITCH_TAKES_ARG and
19438         WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
19439         Handle more than one argument.  Set canonical_option_num_elements.
19440         (decode_cmdline_options_to_array): Set
19441         canonical_option_num_elements and trailing elements of
19442         canonical_option.
19443         * opts.h (struct cl_decoded_option): Allow four elements in
19444         canonical_option.  Add field canonical_option_num_elements.
19445         * Makefile.in (opts-common.o): Update dependencies.
19447 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
19449         PR middle-end/44790
19450         PR middle-end/44993
19451         * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change.  Make
19452         sure the base has address_mode before adding the offset.
19454 2010-07-27  Xinliang David Li  <davidxl@google.com>
19456         * tree-flow.h (create_mem_ref): Add one new parameter.
19457         * tree-ssa-address.c (create_mem_ref): New parameter.
19458         (addr_to_parts): Ditto.
19459         (move_variant_to_index): New function.
19460         * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
19462 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
19464         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
19465         4 and 5.
19466         * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
19467         NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
19468         NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
19469         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
19470         CODE_LABELs and NOTEs.
19471         * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
19472         * combine.c (try_combine): Likewise.
19473         * ira.c (setup_prohibited_mode_move_regs): Likewise.
19474         * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
19476 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
19478         * coretypes.h (struct cl_option_handlers): Declare.
19479         * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
19480         * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
19481         * langhooks-def.h (lhd_handle_option): Declare.
19482         (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
19483         * langhooks.c (lhd_handle_option): New.
19484         * langhooks.h (struct lang_hooks): Update prototype and return
19485         value type of handle_option hook.
19486         * optc-gen.awk: Generate target_flags_explicit definition for the
19487         driver.
19488         * opts-common.c: Include diagnostic.h.
19489         (handle_option): Move from opts.c.  Update prototype and return
19490         value type.  Use handlers structure.
19491         (read_cmdline_option): Move from opts.c.  Update prototype.  Use
19492         handlers structure.
19493         (set_option): Move from opts.c.
19494         * opts.c (common_handle_option): Update prototype and return value
19495         type.  Update calls to handle_option and enable_warning_as_error.
19496         (unknown_option_callback, post_handling_callback,
19497         lang_handle_option, target_handle_option): New.
19498         (handle_option, read_cmdline_option): Move to opts-common.c.
19499         (read_cmdline_options): Update prototype.  Update call to
19500         read_cmdline_option.
19501         (decode_options): Initialize and use handlers structure.
19502         (set_option): Move to opts-common.c.
19503         (enable_warning_as_error): Update prototype.  Update call to
19504         handle_option.
19505         * opts.h (struct cl_option_handler_func, struct
19506         cl_option_handlers): New.
19507         (handle_option, enable_warning_as_error): Update prototypes.
19508         (read_cmdline_option): Declare.
19509         * Makefile.in (opts-common.o): Update dependencies.
19511 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19513         * config/arm/arm.c (params.h): Include.
19514         (arm_override_options): Tune gcse-unrestricted-cost.
19515         * config/arm/t-arm (arm.o): Define dependencies.
19517 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19519         PR target/42495
19520         PR middle-end/42574
19521         * basic-block.h (get_dominated_to_depth): Declare.
19522         * dominance.c (get_dominated_to_depth): New function, use
19523         get_all_dominated_blocks as a base.
19524         (get_all_dominated_blocks): Use get_dominated_to_depth.
19526         * gcse.c (occr_t, VEC (occr_t, heap)): Define.
19527         (hoist_exprs): Remove.
19528         (alloc_code_hoist_mem, free_code_hoist_mem): Update.
19529         (compute_code_hoist_vbeinout): Add debug print outs.
19530         (hoist_code): Partially rewrite, simplify.  Use get_dominated_to_depth.
19532         * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
19533         quadratic behavior.
19534         * params.h (MAX_HOIST_DEPTH): New macro.
19535         * doc/invoke.texi (max-hoist-depth): Document.
19537 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19539         PR rtl-optimization/40956
19540         * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
19541         constants.
19543 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19545         PR target/42495
19546         PR middle-end/42574
19547         * config/arm/arm.c (legitimize_pic_address): Use
19548         gen_calculate_pic_address pattern to emit calculation of PIC address.
19549         (will_be_in_index_register): New function.
19550         (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
19551         (thumb1_legitimate_address_p): Use it provided !strict_p.
19552         * config/arm/arm.md (calculate_pic_address): New expand and split.
19554 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19556         PR target/42495
19557         PR middle-end/42574
19558         * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
19559         * config/arm/arm.md (define_split "J", define_split "K"): Make
19560         IRA/reload friendly.
19562 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19564         * gcse.c (insert_insn_end_basic_block): Update signature, remove
19565         unused checks.
19566         (pre_edge_insert, hoist_code): Update.
19568 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19570         PR target/42495
19571         PR middle-end/42574
19572         * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
19574 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19576         * gcse.c (hoist_code): Generate new pseudo for every new set insn.
19578 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19580         PR rtl-optimization/40956
19581         PR target/42495
19582         PR middle-end/42574
19583         * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
19584         for hoisting.
19585         (hoist_code): Count occurences in current block too.
19587 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19589         * gcse.c (struct expr:max_distance): New field.
19590         (doing_code_hoisting_p): New static variable.
19591         (want_to_gcse_p): Change signature.  Allow constrained hoisting of
19592         simple expressions, don't change behavior for PRE.  Set max_distance.
19593         (insert_expr_in_table): Set new max_distance field.
19594         (hash_scan_set): Update.
19595         (hoist_expr_reaches_here_p): Stop search after max_distance
19596         instructions.
19597         (find_occr_in_bb): New static function.  Use it in ...
19598         (hoist_code): Calculate sizes of basic block before any changes are
19599         done.  Pass max_distance to hoist_expr_reaches_here_p.
19600         (one_code_hoisting_pass): Set doing_code_hoisting_p.
19602         * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
19603         (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
19604         * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
19605         macros.
19606         * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
19607         Document.
19609 2010-07-27  Jeff Law  <law@redhat.com>
19610             Maxim Kuvyrkov  <maxim@codesourcery.com>
19612         * gcse.c (compute_transpout, transpout): Remove, move logic
19613         to prune_expressions.
19614         (compute_pre_data): Move pruning of trapping expressions ...
19615         (prune_expressions): ... here.  New static function.
19616         (compute_code_hoist_data): Use it.
19617         (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
19619 2010-07-27  Xinliang David Li  <davidxl@google.com>
19621         * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
19622         (rewrite_use_address): Adjust iv update position when needed.
19624 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19626         * dbgcnt.def (hoist_insn): New debug counter.
19627         * gcse.c (hoist_code): Use it.
19629 2010-07-27  Xinliang David Li  <davidxl@google.com>
19631         * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
19632         (niter_for_single_dom_exit): Passes additional parameter.
19633         (iv_period): Fix comments.
19634         (may_eliminate_iv): Handles multiple exit loops properly.
19635         (free_tree_niter_desc): New function.
19636         (free_loop_data): Frees up loop iteration descriptors.
19638 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
19640         PR target/44542
19641         * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
19642         of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
19643         instead of MAX_SUPPORTED_STACK_ALIGNMENT.
19644         (expand_one_var): Don't consider DECL_ALIGN for variables for
19645         which expand_one_stack_var_at has been already called.
19647         PR testsuite/44701
19648         * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
19649         constraints on IA-64.
19651 2010-07-27  Jie Zhang  <jie@codesourcery.com>
19653         PR target/44290
19654         Revert:
19655         2010-07-23  Jie Zhang  <jie@codesourcery.com>
19657         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
19658         false if ! tree_versionable_function_p.
19660 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
19662         * dwarf2out.c (add_data_member_location_attribute): Use
19663         add_AT_unsigned instead of add_AT_int if offset is non-negative.
19665 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
19667         * postreload.c (try_replace_in_use): New static function.
19668         (reload_combine_recognize_const_pattern): Use it here.  Allow
19669         substituting into a final add insn, and substituting into a memory
19670         reference in an insn that sets the reg.
19672 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
19674         * common.opt (o): Add MissingArgError.
19675         * doc/options.texi (MissingArgError): Document.
19676         * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
19677         * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
19678         * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
19679         (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
19680         * langhooks.h (struct lang_hooks): Remove missing_argument.
19681         * optc-gen.awk: Handle MissingArgError and output new structure
19682         field initializers.
19683         * opts.c (read_cmdline_option): Use missing_argument_error field
19684         instead of missing_argument langhook.
19685         * opts.h (struct cl_option): Add missing_argument_error field.
19686         * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
19688 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
19690         PR target/29090
19691         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
19692         Darwin64 ABI, for zero-sized objects.
19694 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
19696         PR target/35491
19697         PR target/29090
19699         Merge from Apple local 4.2.1.
19700         2005-05-11  Stan Shebs  <shebs@apple.com>
19701         Fix 64-bit varargs for Darwin (Radar 4028089).
19702         * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
19703         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
19704         Add argument, add case for 8-byte register half-filled with a float.
19705         (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
19706         single-precision floats specially.
19708 2010-07-27  Ira Rosen  <irar@il.ibm.com>
19710         PR tree-optimization/44152
19711         * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
19712         complex numbers for further check.
19713         (vect_supported_load_permutation_p): Check nodes with
19714         complex numbers.
19716 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
19718         * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
19719         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
19720         (LANG_HOOKS_INIT_OPTIONS): Update default definition.
19721         (LANG_HOOKS_INITIALIZER): Add new hooks.
19722         * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
19723         * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
19724         and complain_wrong_lang_p.  Update init_options prototype.
19725         * c-objc-common.c (c_initialize_diagnostics): First call
19726         c_common_initialize_diagnostics.
19727         * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
19728         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
19729         * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
19730         * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
19731         (hook_uint_void_0): New.
19732         * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
19733         (hook_uint_void_0): New.
19734         * opts-common.c (decode_cmdline_option,
19735         decode_cmdline_options_to_array): Also fill in canonical_option field.
19736         * opts.c (complain_wrong_lang): Use langhook to determine whether
19737         to complain instead of special-casing LTO.
19738         (decode_options): Separate lang_mask determination with
19739         option_lang_mask hook from call of init_options hook.
19740         * opts.h (struct cl_decoded_option): Add canonical_option.
19742 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
19744         PR tree-optimization/45083
19745         * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
19747 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
19749         * postreload.c (reload_combine_recognize_const_pattern): Move test
19750         for limiting the insn movement to the right scope.
19752         PR rtl-optimization/45051
19753         * reload1.c (delete_output_reload): Use refers_to_regno_p rather
19754         than reg_mentioned_p.
19756 2010-07-26  Richard Henderson  <rth@redhat.com>
19758         PR target/44132
19759         * tree-emutls.c: New file.
19760         * Makefile.in (OBJS-common): Add it.
19761         * tree-pass.h (pass_ipa_lower_emutls): Declare.
19762         * passes.c (init_optimization_passes): Add it.
19764         * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
19765         pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
19766         * expr.c (emutls_var_address): Delete.
19767         (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
19768         * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
19769         (emutls_finish): Delete.
19770         * toplev.c (compile_file): Don't call it.
19771         * tree.h (emutls_decl): Delete.
19772         * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
19773         (emutls_finish, emutls_finalize_control_var): Delete.
19774         (emutls_object_type): Move to tree-emutls.c.
19775         (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
19776         default_emutls_var_fields, get_emutls_object_type,
19777         get_emutls_init_templ_addr, emutls_decl, emutls_common_1
19778         default_emutls_var_init): Likewise.
19779         (get_variable_section): Don't special case emutls.
19780         (assemble_variable, do_assemble_alias, categorize_decl_for_section,
19781         default_elf_select_section, default_unique_section,
19782         default_encode_section_info): Likewise.
19783         * varpool.c (decide_is_variable_needed): Likewise.
19784         * gimple-iterator.c (update_call_edge_frequencies): New
19785         (gsi_insert_on_edge_immediate): Use it.
19786         (gsi_insert_seq_on_edge_immediate): Likewise.
19787         (gsi_commit_one_edge_insert): Likewise.
19789         * config/i386/i386.c (x86_64_elf_select_section): Don't handle
19790         SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
19791         (x86_64_elf_unique_section): Likewise.
19793 2010-07-26  Jan Hubicka  <jh@suse.cz>
19795         * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
19796         GTY((skip)).
19798 2010-07-26  Anatoly Sokolov  <aesok@post.ru>
19800         * target.def (output_source_filename): New hook.
19801         * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
19802         * doc/tm.texi: Regenerate.
19803         * toplev.c (output_file_directive) Remove function.
19804         * toplev.h (output_file_directive) Remove.
19805         * output.h (default_asm_output_source_filename,
19806         output_file_directive): Declare.
19807         * varasm.h (default_asm_output_source_filename,
19808         output_file_directive): New functions.
19810         * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
19811         * config/mips/mips-protos.h (mips_output_filename): Remove.
19812         * config/mips/mips.c (mips_output_filename): Make Static.
19813         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
19815 2010-07-26  Richard Guenther  <rguenther@suse.de>
19817         PR tree-optimization/43784
19818         * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
19819         if the destination is used by the call.
19821 2010-07-26  Richard Guenther  <rguenther@suse.de>
19823         PR middle-end/45073
19824         * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
19825         SSA updating on being in SSA form.
19827 2010-07-26  Richard Guenther  <rguenther@suse.de>
19829         PR middle-end/45056
19830         * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
19832 2010-07-26  Richard Guenther  <rguenther@suse.de>
19834         PR tree-optimization/45071
19835         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
19836         adjust op->opcode.
19838 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
19840         * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
19841         save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
19842         save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
19843         save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
19844         save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
19845         save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
19846         save_r31, return_r31, save_interrupt, return_interrupt,
19847         save_all_interrupt, return_all_interrupt, L_save_r2_r31,
19848         L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
19849         L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
19850         new ABI requirements.
19851         (save_r6_r9, L_callt_save_r6_r9): Remove.
19852         * config/v850/predicates.md (even_reg_operand, disp23_operand,
19853         const_float_1_operand const_float_0_operand): New Predicates.
19854         (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
19855         pattern_is_ok_for_epilogue): Update as per the ABI requirements.
19856         * config/v850/t-v850: Update multilibs for new target variants.
19857         (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
19858         * config/v850/t-v850e: Likewise.
19859         * config/v850/v850.c (v850_issue_rate): New.
19860         (v850_strict_argument_naming): New.
19861         (function_arg): Modify to generate a different ABI.
19862         (print_operand): Update case 'z' to support float modes.
19863         (output_move_single): Modify to generate appropriate and better
19864         assembly.
19865         (v850_float_z_comparison_operator, v850_select_cc_mode,
19866         v850_float_nz_comparison_operator,  v850_gen_float_compare,
19867         v850_gen_compare): New functions to support comparison of float values.
19868         (ep_memory_offset): Add support for V850E2 targets.
19869         (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
19870         (INTERRUPT_REGPARM_NUM): Remove.
19871         (compute_register_save_size): Add extra case to save/restore long call.
19872         (use_prolog_function): New function to support prologue.
19873         (expand_prologue): Add support for V850E2 targets and modified
19874         as per the current ABI requirements.
19875         (expand_epilogue): Likewise.
19876         (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
19877         (construct_save_jarl): Likewise.
19878         (construct_dispose_instruction): Update as per the current ABI
19879         requirements.
19880         (construct_prepare_instruction): Likewise.
19881         * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
19882         (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
19883         (CPP_SPEC): Updated to support v850e2 targets.
19884         (STRICT_ALIGNMENT): Modified.
19885         (FIRST_PSEUDO_REGISTER): Updated to add even registers.
19886         (FIXED_REGISTERS): Likewise.
19887         (CALL_USED_REGISTERS): Likewise.
19888         (CONDITIONAL_REGISTER_USAGE): Updated.
19889         (HARD_REGNO_MODE_OK): Updated.
19890         (reg_class): Updated to add even registers.
19891         (REG_CLASS_NAMES): Likewise.
19892         (REG_CLASS_CONTENTS): Likewise.
19893         (REGNO_REG_CLASS): Updated for CC registers.
19894         (REG_CLASS_FROM_LETTER): Added support for even registers.
19895         (REGNO_OK_FOR_BASE_P): Updated for CC registers.
19896         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
19897         ARG_POINTER_REGNUM): Updated.
19898         (FUNCTION_ARG_ADVANCE): Define.
19899         (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
19900         (OUTGOING_REG_PARM_STACK_SPACE): Remove.
19901         (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
19902         (GO_IF_LEGITIMATE_ADDRESS): Updated.
19903         (SELECT_CC_MODE): Define.
19904         (REGISTER_NAMES): Updated to add psw and fcc registers.
19905         (ADDITIONAL_REGISTER_NAMES): Updated.
19906         (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
19907         (JUMP_TABLES_IN_TEXT_SECTION): Updated.
19908         * config/v850/v850.md (define_constants): Define new constants.
19909         (type): Update store,bit1,macc,div,fpu and single attributes.
19910         (cpu): New attribute.
19911         (cc): Add set_z attribute.
19912         (unsign23byte_load, sign23byte_load, unsign23hword_load,
19913         sign23hword_load, 23word_load, 23byte_store, 23hword_store,
19914         23word_store): New instructions for 23-bit displacement load and store.
19915         (movqi_internal, movhi_internal): Update the attributes.
19916         (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
19917         (movsi_internal_v850e, movsi_internal, movsf_internal): Update
19918         the attributes.
19919         (v850_tst1): Modified using CC_REGNUM.
19920         (tstsi): Remove.
19921         (cmpsi): Modified as define_expand from define_insn.
19922         (cmpsi_insn, cmpsf, cmpdf): New instructions.
19923         (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
19924         udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
19925         v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
19926         one_cmplsi2): Clobber the CC_REGNUM register.
19927         (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
19928         v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
19929         v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
19930         (setf_insn, set_z_insn, set_nz_insn): New instructions for
19931         v850e2v3 target.
19932         (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
19933         (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
19934         targets.
19935         (sasf_1, sasf_2): Remove.
19936         (sasf): New instruction.
19937         (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
19938         targets. CC_REGNUM register is clobbered and attributes are
19939         updated.
19940         (branch_z_normal, branch_z_invert, branch_nz_normal,
19941         branch_nz_invert): New branch related instructions.
19942         (jump): Updated the attributes.
19943         (switch): Update to support new targets. CC_REGNUM register is
19944         clobbered and attributes are updated.
19945         (call_internal_short, call_internal_long, call_value_internal_short,
19946         call_value_internal_long): Updated the attributes.
19947         (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
19948         clobbered and attributes are updated.
19949         (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
19950         Update to support new targets. CC_REGNUM register is clobbered.
19951         (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
19952         instructions.
19953         (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
19954         are updated.
19955         (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
19956         divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
19957         negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
19958         floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
19959         rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
19960         cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
19961         cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
19962         cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
19963         movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
19964         movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
19965         point instructions defined for V850e2v3 target.
19966         (callt_save_interrupt, callt_return_interrupt, return_interrupt):
19967         Add support for V850E2 targets and CC_REGNUM register is clobbered.
19968         (callt_save_all_interrupt, callt_restore_all_interrupt): Add
19969         support for new targets.
19970         * config/v850/v850-modes.def: New file.
19971         * config/v850/v850.opt(mstrict-align): Remove.
19972         (mno-strict-align, mjump-tables-in-data-section, mv850e2,
19973         mv850e2v3): New command line options for V850.
19974         * config.gcc: Update the newly added files.
19975         * doc/invoke.texi: Update the newly added command line options for
19976         V850 target.
19978 2010-07-26  Richard Guenther  <rguenther@suse.de>
19980         PR tree-optimization/45052
19981         * ipa-pure-const.c (check_stmt): Check volatileness.
19983 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
19985         PR target/44707
19986         * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
19987         * config/sparc/sparc.c: Include reload.h.
19988         (legitimize_tls_address): Rename into...
19989         (sparc_legitimize_tls_address): ...this.
19990         (legitimize_pic_address): Rename into...
19991         (sparc_legitimize_pic_address): ...this.
19992         (sparc_expand_move): Adjust to above renaming.
19993         (sparc_tls_referenced_p): Likewise.
19994         (sparc_legitimize_tls_address): Likewise.
19995         (sparc_legitimize_pic_address): Likewise.
19996         (sparc_legitimize_address): Likewise.
19997         (sparc_output_mi_thunk): Likewise.
19998         (sparc_legitimize_reload_address): New global function.  Recognize
19999         (lo_sum (high ...) ...) patterns generated by earlier passes.
20000         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
20002 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
20004         PR target/44484
20005         * config/sparc/predicates.md (memory_reg_operand): Delete.
20006         * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
20007         (*sync_compare_and_swap): Encode the address form in the pattern.
20008         (*sync_compare_and_swapdi_v8plus): Likewise.
20010 2010-07-24  Gerald Pfeifer  <gerald@pfeifer.com>
20012         * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
20013         Streamline paragraph on compatibility with the system compiler.
20015 2010-07-24  Steven Bosscher  <steven@gcc.gnu.org>
20017         PR middle-end/45035
20018         * alias.c (true_dependence_1): Fix thinko in merge of old
20019         true_dependence and canon_true_dependence.
20021 2010-07-23  Jan Hubicka  <jh@suse.cz>
20023         * lto-streamer-out.c (write_symbol): Fix visibilities of external
20024         references.
20026 2010-07-23  Le-Chun Wu  <lcwu@google.com>
20028         * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
20029         * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
20030         and an unnecessary assignment.
20031         * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
20032         self-assign warning.
20033         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
20034         unnecessary self-init.
20036 2010-07-23  Richard Guenther  <rguenther@suse.de>
20038         PR lto/43071
20039         * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
20040         for -flto and -fwhopr.
20042 2010-07-23  Kai Tietz  <kai.tietz@onevision.com>
20044         PR target/41943
20045         * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
20046         (stmp-int-hdrs): Prefix/postfix headers by include_next.
20047         * config.gcc (user_headers_inc_next_pre): New.
20048         (user_headers_inc_next_post): Likewise.
20049         (*-w64-mingw*): Use for float.h post-fixing, and for
20050         stddef.h/stdarg.h pre-fixing by include_next.
20051         * configure.ac (user_headers_inc_next_post): New.
20052         (user_headers_inc_next_pre): New.
20053         * configure: Regenerated.
20055 2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20057         * configure.ac: Don't disable TLS on Solaris 8/9 by default
20058         Set tga_func for Solaris 2/x86 resp. SPARC.
20059         Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
20060         (LIB_THREAD_LDFLAGS_SPEC): Define.
20061         (LIB_TLS_SPEC): Define.  Check for required Sun ld version.
20062         * configure: Regenerate.
20063         * config.in: Regenerate.
20064         * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
20065         -pthread, -threads, LIB_TLS_SPEC with -pthread.
20066         * doc/install.texi (Specific, *-*-solaris2*): Document use of
20067         alternate thread libraries on Solaris 8.
20068         Document TLS patch requirements.
20069         * doc/sourcebuild.texi (Add Options): Sort alphabetically.
20070         Document tls.
20072         PR target/18788
20073         * config/sol2.h (LIB_SPEC): Link with thread libraries even with
20074         -shared.
20076 2010-07-23  Jakub Jelinek  <jakub@redhat.com>
20078         * tree.h (struct tree_base): Add nameless_flag bitfield.
20079         (TYPE_NAMELESS, DECL_NAMELESS): Define.
20080         * omp-low.c (create_omp_child_function, scan_omp_parallel,
20081         scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
20082         DECL_ARTIFICIAL where needed.
20083         * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
20084         (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
20085         has DECL_NAMELESS set.
20087 2010-07-23  Martin Jambor  <mjambor@suse.cz>
20089         PR tree-optimization/44915
20090         * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
20091         * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
20092         (analyze_function): Likewise.
20094 2010-07-23  Martin Jambor  <mjambor@suse.cz>
20096         PR tree-optimization/44914
20097         * tree-sra.c (sra_modify_function_body): Return true if CFG was
20098         changed, add purging dead eh edges.
20099         (ipa_sra_modify_function_body): Return true if CFG was changed,
20100         simplify purging dead eh edges.
20101         (modify_function): Return true if CFG was changed.
20102         (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
20103         was changed.
20104         (ipa_early_sra): Likewise.
20106 2010-07-23  Jie Zhang  <jie@codesourcery.com>
20108         PR target/44290
20109         * attribs.c (decl_attributes): Insert "noinline" and "noclone"
20110         if "naked".
20111         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
20112         false if ! tree_versionable_function_p.
20114 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
20116         * builtins.def (BUILT_IN_ARGS_INFO): Remove.
20117         * ipa-pure-const.c (special_builtlin_state): Remove
20118         BUILT_IN_ARGS_INFO case.
20119         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
20120         * builtins.c (expand_builtin): Likewise.
20121         (expand_builtin_args_info): Remove.
20122         * doc/tm.texi (__builtin_args_info): Remove.
20123         (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
20124         * doc/tm.text.in: Likewise.
20126 2010-07-23  Richard Guenther  <rguenther@suse.de>
20128         * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
20129         (lto_symtab_merge_decls_2): Likewise.
20130         * tree-ssa.c (useless_type_conversion_p): Likewise.
20131         * lto-streamer-in.c (input_gimple_stmt): Likewise.
20132         * gimple.c (gtc_visited2, gtc_ob2): Remove.
20133         (struct type_pair_d): Make same_p an array indexed by mode.
20134         Update comment.
20135         (lookup_type_pair): Update initialization.
20136         (struct sccs): Adjust same_p type.
20137         (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
20138         Adjust.
20139         (print_gimple_types_stats): Likewise.
20140         * gimple.h (enum gtc_mode): New.
20141         (gimple_types_compatible_p): Adjust prototype.
20143 2010-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
20145         * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
20146         again after processing insn.
20148 2010-07-23  Jie Zhang  <jie@codesourcery.com>
20150         * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
20151         proper words when !tree_versionable_function_p.
20153 2010-07-23  Richard Guenther  <rguenther@suse.de>
20155         PR tree-optimization/45037
20156         * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
20158 2010-07-23  Jie Zhang  <jie@codesourcery.com>
20160         * doc/extend.texi: Remove IP2K from the description of naked attribute.
20161         Add MCORE instead.
20163 2010-07-10  Andi Kleen  <ak@linux.intel.com>
20165         PR lto/44992
20166         * lto-opts.c (lto_write_options): Add NULL file_data argument to
20167         lto_get_section_name.
20168         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
20169         * lto-streamer-out.c (produce_asm): Likewise.
20170         (copy_function): Likewise.
20171         (produce_symtab): Likewise.
20172         (produce_asm_for_decls): Likewise.
20173         * lto-streamer.c (lto_get_section_name): Add file_data argument.
20174         Rewrite to add random postfix to LTO sections.
20175         * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
20176         (lto_get_section_name): Add file_data argument to prototype.
20178 2010-07-10  Andi Kleen  <ak@linux.intel.com>
20180         * lto-section-in.c (lto_section_name): Synchronize names
20181         with lto_get_section_name.
20183 2010-07-10  Andi Kleen  <ak@linux.intel.com>
20185         * lto-opts.c (lto_read_file_options): Check for missing section.
20187 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
20189         * ira.c (check_allocation): Correctly handle the case where an allocno
20190         with two objects was allocated to a single reg.
20192 2010-07-22  Richard Sandiford  <rdsandiford@googlemail.com>
20194         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
20195         (is_widening_mult_p): Likewise.
20196         (convert_to_widen): Use them.
20197         (convert_plusminus_to_widen): Likewise.  Handle fixed-point types as
20198         well as integer ones.
20200 2010-07-22  Steven Bosscher  <steven@gcc.gnu.org>
20202         * alias.c (true_dependence_1): New function, merged version of
20203         true_dependence and canon_true_dependence.
20204         (true_dependence): Simplify.
20205         (canon_true_dependence): Simplify.
20207 2010-07-22  Richard Henderson  <rth@redhat.com>
20209         PR target/45027
20210         * config/i386/i386.c (setup_incoming_varargs_64): Force the use
20211         of V4SFmode for the SSE saves; increase stack alignment if needed.
20212         (ix86_gimplify_va_arg): Don't increase stack alignment here.
20214 2010-07-22  Jakub Jelinek  <jakub@redhat.com>
20216         PR bootstrap/45028
20217         * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
20218         call cprop_find_used_regs again via note_uses.
20220 2010-07-22  Eric Botcazou  <ebotcazou@adacore.com>
20222         * alias.c (get_alias_set): Fix formatting issues.
20224 2010-07-22  Steve Ellcey  <sje@cup.hp.com>
20226         PR middle-end/44878
20227         * stmt.c (expand_value_return):  Call promote_function_mode with
20228         a for_return argument of 2 when returning by reference.
20230 2010-07-22  Dodji Seketeli  <dodji@redhat.com>
20232         PR debug/45024
20233         * dwarf2out.c (scope_die_for): Don't fall back to the compilation
20234         unit DIE if we can find the scope DIE.
20236 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
20238         * ira-build.c (ira_create_object): New arg SUBWORD; all callers
20239         changed.  Initialize OBJECT_SUBWORD.
20240         (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
20241         (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
20242         all callers changed.
20243         (merge_hard_reg_conflicts): Iterate over allocno subobjects.
20244         (finish_allocno): Likewise.
20245         (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
20246         (remove_low_level_allocnos): Likewise.
20247         (update_bad_spill_attribute): Likewise.
20248         (setup_min_max_allocno_live_range_point): Likewise.
20249         (sort_conflict_id_map): Likewise.
20250         (ira_flattening): Likewise.  Use ior_hard_reg_conflicts.
20251         (ior_hard_reg_conflicts): New function.
20252         (ior_allocate_object_conflicts): Renamed first argument to OBJ.
20253         (compress_conflict_vecs): Iterate over objects, not allocnos.
20254         (ira_add_live_range_to_object): New function.
20255         (object_range_compare_func): Renamed from allocno_range_compare_func.
20256         All callers changed.
20257         (setup_min_max_conflict_allocno_ids): For allocnos with multiple
20258         subobjects, widen the min/max range of the lowest-order object to
20259         potentially include all other such low-order objects.
20260         * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
20261         (check_allocation): Likewise.  Use more fine-grained tests for register
20262         conflicts.
20263         * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
20264         allocno subobjects.
20265         (assign_hard_reg): Keep multiple sets of conflicts.  Make finer-grained
20266         choices about which bits to set in each set.  Don't use
20267         ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
20268         using the multiple sets we computed.
20269         (push_allocno_to_stack): Iterate over allocno subobjects.
20270         (all_conflicting_hard_regs_coalesced): New static function.
20271         (setup_allocno_available_regs_num): Use it.
20272         (setup_allocno_left_conflicts_size): Likewise.  Iterate over allocno
20273         subobjects.
20274         (coalesced_allocno_conflict): Test subobject 0 in each allocno.
20275         (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
20276         by ALLOCNO_NUM_OBJECTS.
20277         (calculate_spill_cost): Likewise.
20278         (color_pass): Express if statement in a more normal way.
20279         (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
20280         (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
20281         (setup_slot_coalesced_allocno_live_ranges): Likewise.
20282         (allocno_reload_assign): Likewise.
20283         (ira_reassign_pseudos): Likewise.
20284         (fast_allocation): Likewise.
20285         * ira-conflicts.c (build_conflict_bit_table): Likewise.
20286         (print_allocno_conflicts): Likewise.
20287         (ira_build_conflicts): Likewise.
20288         (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p.  All
20289         callers changed.  Test subword 0 of each allocno for conflicts.
20290         (build_object_conflicts): Renamed from build_allocno_conflicts.  All
20291         callers changed.  Iterate over allocno subobjects.
20292         * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
20293         * ira-int.h (struct ira_allocno): New member: num_objects.
20294         Rename object to objects and change it into an array.
20295         (ALLOCNO_OBJECT): Add new argument N.
20296         (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
20297         (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
20298         (ior_hard_reg_conflicts): Declare.
20299         (ira_add_live_range_to_object): Declare.
20300         (ira_allocno_object_iterator): New.
20301         (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
20302         (FOR_EACH_ALLOCNO_OBJECT): New macro.
20303         * ira-lives.c (objects_live): Renamed from allocnos_live; all
20304         uses changed.
20305         (allocnos_processed): New sparseset.
20306         (make_object_born): Renamed from make_allocno_born; take an
20307         ira_object_t argument.  All callers changed.
20308         (make_object_dead): Renamed from make_allocno_dead; take an
20309         ira_object_t argument.  All callers changed.
20310         (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
20311         All callers changed.
20312         (mark_pseudo_regno_live): Iterate over allocno subobjects.
20313         (mark_pseudo_regno_dead): Likewise.
20314         (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
20315         functions.
20316         (mark_ref_live): Detect subword accesses and call
20317         mark_pseudo_regno_subword_live as appropriate.
20318         (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
20319         (process_bb_nodes_live): Deal with object-related updates first; set
20320         and test bits in allocnos_processed to avoid computing allocno
20321         statistics more than once.
20322         (create_start_finish_chains): Iterate over objects, not allocnos.
20323         (print_object_live_ranges): New function.
20324         (print_allocno_live_ranges): Use it.
20325         (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
20326         and objects_live.
20328 2010-07-22  Richard Guenther  <rguenther@suse.de>
20330         PR lto/42451
20331         * gimple.c (gtc_next_dfs_num): New global.
20332         (struct sccs): Make value a union, add integer same_p member.
20333         (gtc_visit): New function.
20334         (gimple_types_compatible_p_1): New function, split out from ...
20335         (gimple_types_compatible_p): ... here.  Start a DFS walk here.
20336         (iterative_hash_gimple_type): Adjust for sccs change.
20338 2010-07-22  Martin Jambor  <mjambor@suse.cz>
20340         PR tree-optimization/44891
20341         * tree-sra.c: Include gimple-pretty-print.h.
20342         (replace_uses_with_default_def_ssa_name): Renamed to
20343         get_repl_default_def_ssa_name, return the new SSA name instead of
20344         replacing the old one.
20345         (sra_modify_assign): Dump a message when removing a load, if the LHS
20346         is an SSA_NAME, do not do any propagation, just set the RHS to a
20347         default definition SSA NAME, type convert if necessary.
20348         * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
20350 2010-07-22  Richard Guenther  <rguenther@suse.de>
20352         PR tree-optimization/45017
20353         * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
20354         TYPE_PRECISION of integral types in addition to size.
20356 2010-07-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
20358         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
20359         when no C library is specified.
20361 2010-07-22  Martin Jambor  <mjambor@suse.cz>
20363         * ipa-prop.h (struct ipa_node_params): Updated comment.
20364         (struct ipa_edge_args): Likewise.
20365         * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
20367 2010-07-22  Martin Jambor  <mjambor@suse.cz>
20369         * cgraphunit.c (verify_edge_count_and_frequency): New function.
20370         (verify_cgraph_node): Verify frequencies of indirect edges.
20371         * tree-inline.c (tree_function_versioning): Update frequencies of
20372         indirect edges.
20374 2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20376         PR target/43698
20377         * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
20378         Set *arm_rev to be predicable.
20380 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
20382         * config/darwin.h (LINK_COMMAND_SPEC): Split into...
20383         (LINK_COMMAND_SPEC_A): New.
20384         (DSYMUTIL): New.
20385         (DSYMUTIL_SPEC): New.
20386         * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
20387         (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
20389 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
20391         * calls.c (load_register_parameters): Move check for zero
20392         sized items so that only the call to
20393         mem_overlaps_already_clobbered_arg_p () is protected.
20395 2010-07-22  Jan Hubicka  <jh@suse.cz>
20397         * ipa-pure-const.c (varying_state): Break out from ...
20398         (get_function_state): ... here; always return varying_state
20399         when state would be NULL otherwise.
20400         (remove_node_data): Do not free varying state.
20402 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
20404         PR bootstrap/44970
20405         PR middle-end/45009
20406         * postreload.c: Include "target.h".
20407         (reload_combine_closest_single_use): Don't take DEBUG_INSNs
20408         into account.
20409         (fixup_debug_insns): Don't copy the rtx.
20410         (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
20411         Don't copy when replacing.  Call fixup_debug_insns in the case where
20412         we merged one add with another.
20413         (reload_combine_recognize_pattern): Fail if there aren't any uses.
20414         Try harder to determine whether we're picking a valid index register.
20415         Don't set store_ruid for an insn we're going to scan in the
20416         next iteration.
20417         (reload_combine): Remove unused code.
20418         (reload_combine_note_use): When updating use information for
20419         an old insn, ignore a use that occurs after store_ruid.
20420         * Makefile.in (postreload.o): Update dependencies.
20422         * function.c (record_hard_reg_sets): Restrict the previous change
20423         to cases where the incoming nominal mode is the same as the
20424         incoming promoted mode and everything happens in MODE_INT.
20426 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
20428         PR debug/45015
20429         * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
20430         ASM_OPERANDS_OUTPUT_IDX.
20431         (adjust_insn): For inline asm with multiple sets ensure first
20432         ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
20433         the insn.
20435 2010-07-21  Richard Henderson  <rth@redhat.com>
20437         * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
20438         comparison for avoiding xmm register saves.  Emit the xmm register
20439         saves explicitly.
20440         * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
20441         (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
20442         (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
20443         Remove patterns and the associated splitters.
20445 2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>
20447         * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
20448         and imagine parts of a complex, so that they can have the same
20449         base and fall into the same group.
20451 2010-07-21  Richard Guenther  <rguenther@suse.de>
20453         PR lto/45018
20454         * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
20455         of TYPE_DECLs.  Do not follow TYPE_NEXT_VARIANT,
20456         TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
20458 2010-07-21  Martin Jambor  <mjambor@suse.cz>
20460         PR tree-optimization/44900
20461         * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
20462         (sra_modify_assign): Move gsi to the next statmenent unconditionally.
20464 2010-07-21  Bernd Schmidt  <bernds@codesourcery.com>
20466         PR middle-end/44738
20467         * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
20469 2010-07-21  Richard Guenther  <rguenther@suse.de>
20471         PR middle-end/45013
20472         * tree-ssa.c (useless_type_conversion_p): Dispatch to
20473         gimple_types_compatible_p only when in lto.
20474         * gimple.c (gimple_types_compatible_p): Use canonical types
20475         to speed up comparison.
20477 2010-07-21  Richard Guenther  <rguenther@suse.de>
20479         * tree-flow.h (referenced_var): Move define ...
20480         * tree-flow-inline.h (referenced_var): ... here as an inline
20481         function.  Assert here ...
20482         * tree-dfa.c (referenced_var_lookup): ... instead of here.
20483         * tree-ssa.c (maybe_optimize_var): Check if the variable
20484         is in referenced vars.
20485         (execute_update_addresses_taken): Remove old broken check.
20486         * gimple-pretty-print.c (pp_points_to_solution): Use
20487         referenced_var_lookup.
20488         * tree-into-ssa.c (dump_decl_set): Likewise.
20490 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
20492         PR debug/45003
20493         * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
20494         * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
20495         ZERO_EXTEND here.
20497 2010-07-20  Richard Henderson  <rth@redhat.com>
20499         * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
20501 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
20503         * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
20504         computing the sum of the stack pointer and a large constant.
20505         * config/arm/constraints.md (M): Remove superfluous parentheses.
20506         (Pc): New constraint.
20508 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
20510         PR debug/45006
20511         * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
20512         operand's type if exp is tcc_unary class tree.
20514 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
20516         * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
20517         Reverse sense of if_then_else condition.
20519 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
20521         * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
20522         * config/rs6000/rs6000.c (rs6000_override_options): Set
20523         rs6000_block_move_inline_limit appropriately.
20524         (expand_block_move): Use rs6000_block_move_inline_limit.
20525         * doc/invoke.texi (mblock-move-inline-limit): Document.
20527 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
20529         * postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
20530         FROM and TO.  All callers changed.  Don't look for tracked uses,
20531         just scan the RTL for DEBUG_INSNs and substitute.
20532         (reload_combine_recognize_pattern): Call fixup_debug_insns.
20533         (reload_combine): Ignore DEBUG_INSNs.
20535 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
20537         * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
20538         depth to 8 from 5.
20540         PR debug/45003
20541         * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
20542         or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
20543         instead of the result's type.
20545 2010-07-20  Richard Guenther  <rguenther@suse.de>
20547         PR tree-optimization/44977
20548         * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
20549         SSA form.
20551 2010-07-20  Richard Guenther  <rguenther@suse.de>
20553         * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
20554         (lto_symtab_merge_decls_2): Likewise.
20555         * gimple.h (gimple_types_compatible_p): Declare.
20556         * gimple.c (gimple_queue_type_fixup): Remove.
20557         (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
20558         (gimple_compatible_complete_and_incomplete_type_p): New function.
20559         (gimple_types_compatible_p): Adjust.
20560         (gimple_register_type): Remove type fixup code.
20561         (print_gimple_types_stats): Adjust.
20562         (free_gimple_type_tables): Likewise.
20563         * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
20564         * tree-ssa.c (useless_type_conversion_p): Likewise.
20566 2010-07-20  Richard Guenther  <rguenther@suse.de>
20568         PR middle-end/44971
20569         PR middle-end/44988
20570         * tree-ssa.c (maybe_optimize_var): New function split out from ...
20571         (execute_update_addresses_taken): ... here.
20572         (non_rewritable_mem_ref_base): Likewise.
20573         (execute_update_addresses_taken): Do not iterate over all referenced
20574         vars but just all local decls and parms.
20575         Properly check call and asm arguments and rewrite call arguments.
20577 2010-07-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
20579         * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
20580         to top level.
20581         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
20582         definitions ...
20583         * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
20584         New macro.
20585         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
20587 2010-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
20589         * gengtype.c (start_root_entry): New function, split out from
20590         write_root.  Check whether V is null and raise an error if so.
20591         (write_field_root): Check for V being null.  Don't raise an error here;
20592         set V to null instead.
20593         (write_root): Update comment above function.  Use start_root_entry.
20595 2010-07-19  Xinliang David Li  <davidxl@google.com>
20597         PR testsuite/44932
20598         * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
20599         def edges.
20600         (find_uninit_use): Add dump.
20601         (is_use_properly_guarded): Ditto.
20602         (warn_uninitialized_phi): Ditto.
20603         (execute_late_warn_uninitialized): Ditto.
20605 2010-07-19  Richard Guenther  <rguenther@suse.de>
20607         PR middle-end/44941
20608         * expr.c (emit_block_move_hints): Move zero size check first.
20609         Move asserts to more useful places.
20610         * calls.c (load_register_parameters): Check for zero size.
20612 2010-07-19  Richard Henderson  <rth@redhat.com>
20614         * tree-optimize.c (execute_all_early_local_passes): New.  Change
20615         cgraph_state here ...
20616         (execute_early_local_optimizations): ... not here.  Remove.
20617         (pass_early_local_passes, pass_all_early_optimizations): Update.
20619 2010-07-19  Bernd Schmidt  <bernds@codesourcery.com>
20621         * postreload.c (reload_combine_closest_single_use): Ignore the
20622         number of uses for DEBUG_INSNs.
20623         (fixup_debug_insns): New static function.
20624         (reload_combine_recognize_const_pattern): Use it.  Don't let the
20625         main loop be affected by DEBUG_INSNs.
20626         Really disallow moving adds past a jump insn.
20627         (reload_combine_recognize_pattern): Don't update use_ruid here.
20628         (reload_combine_note_use): Do it here.
20629         (reload_combine): Use control_flow_insn_p rather than JUMP_P.
20631 2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
20633         * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
20634         of a loop.
20635         * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
20637 2010-07-19  Iain Sandoe  <iains@gcc.gnu.org>
20639         * config/i386/darwin.h: Define darwin_emit_branch_islands.
20640         (TARGET_MACHO_BRANCH_ISLANDS): New.
20641         (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
20642         * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
20643         default value.
20644         * config/i386/i386.c (output_pic_addr_const): Do not emit
20645         branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
20646         (x86_output_mi_thunk): Adjust symbol creation.
20647         * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
20648         Remove out of date comment.
20649         * config/rs6000/rs6000.c (print_operand): Adjust symbol.
20650         (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
20651         (DARWIN_GENERATE_ISLANDS): Ditto.
20652         (output_call):  Do not emit branch islands unless
20653         darwin_emit_branch_islands is set.
20654         * config/darwin.c: Declare darwin_emit_branch_islands.
20655         (machopic_indirect_data_reference): Do not emit unless
20656         darwin_emit_branch_islands is set.
20657         (darwin_override_options): Set darwin_emit_branch_islands
20658         where it is needed.
20659         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
20661 2010-07-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20663         * doc/sourcebuild.texi (Effective-Target Keywords): Document
20664         sse_runtime, sse2_runtime.
20666 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
20668         * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
20669         low half of a single-register SCmode return value before ORing
20670         it with the high half.
20671         * config/mips/mips16.S (MERGE_GPRf): Likewise.
20673 2010-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20675         PR target/44805
20676         * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
20677         on all targets.
20679 2010-07-17  Bernd Schmidt  <bernds@codesourcery.com>
20681         PR target/42235
20682         * postreload.c (reload_cse_move2add): Return bool, true if anything.
20683         changed.  All callers changed.
20684         (move2add_use_add2_insn): Likewise.
20685         (move2add_use_add3_insn): Likewise.
20686         (reload_cse_regs): If reload_cse_move2add changed anything, rerun
20687         reload_combine.
20688         (RELOAD_COMBINE_MAX_USES): Bump to 16.
20689         (last_jump_ruid): New static variable.
20690         (struct reg_use): New members CONTAINING_MEM and RUID.
20691         (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
20692         (reload_combine_split_one_ruid, reload_combine_split_ruids,
20693         reload_combine_purge_insn_uses, reload_combine_closest_single_use
20694         reload_combine_purge_reg_uses_after_ruid,
20695         reload_combine_recognize_const_pattern): New static functions.
20696         (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
20697         is true for our reg and that we have available index regs.
20698         (reload_combine_note_use): New args RUID and CONTAINING_MEM.  All
20699         callers changed.  Use them to initialize fields in struct reg_use.
20700         (reload_combine): Initialize last_jump_ruid.  Be careful when to
20701         take PREV_INSN of the scanned insn.  Update REAL_STORE_RUID fields.
20702         Call reload_combine_recognize_const_pattern.
20703         (reload_combine_note_store): Update REAL_STORE_RUID field.
20705 2010-07-16  Jason Merrill  <jason@redhat.com>
20707         * Makefile.in (opts-common.o): Depend on options.h.
20709 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
20711         * tree.c (build_common_builtin_nodes): Use build_function_type_list
20712         instead of build_function_type.
20713         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
20714         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
20716 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
20718         * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
20719         do all the work.
20720         (rs6000_emit_int_cmove): Use function pointers for insn generation.
20721         Don't force values into registers unnecessarily.
20722         (output_isel): Assert that we're not given conditions we can't handle.
20723         Delete corresponding code.
20724         * config/rs6000/rs6000.md (isel_signed_<mode>): Use
20725         scc_comparison_operator constraint.  Permit 0 for the consequent
20726         operand.  Permit any GPR for the alternative operand.
20727         (isel_unsigned_<mode>): Likewise.
20729 2010-07-16  Jakub Jelinek  <jakub@redhat.com>
20731         PR target/44942
20732         * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
20733         argument to const_tree.
20734         * config/i386/i386.c (function_arg_advance): If padding needs to be
20735         inserted before argument, increment cum->words by number of padding
20736         words as well.
20737         (contains_aligned_value_p): Change argument to const_tree.
20738         (ix86_function_arg_boundary): Change second argument to const_tree.
20740 2010-07-16  Bernd Schmidt  <bernds@codesourcery.com>
20742         PR target/42235
20743         * function.c (record_hard_reg_sets): New static function.
20744         (assign_parm_setup_reg): If an optab for extending exists and the
20745         generated code clobbbers no hard regs, emit the insn directly and
20746         create a REG_EQUIV note.
20748 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
20750         * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
20751         TREE_CHAIN.
20752         * c-typeck.c (push_init_level): Likewise.
20753         (process_init_element): Likewise.
20755 2010-07-15  Anatoly Sokolov  <aesok@post.ru>
20757         * tree.h (enum tree_index): Add TI_INTEGER_THREE.
20758         (integer_three_node): Add.
20759         * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
20760         NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
20761         * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
20762         of call build_int_cst.
20763         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
20764         * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
20765         (find_interesting_uses_address): Ditto.
20766         * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
20767         * tree-eh.c (lower_eh_constructs_2): Ditto.
20768         * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
20769         * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
20770         * expmed.c (expand_divmod): Ditto.
20771         * tree-mudflap.c (mx_register_decls): Ditto.
20772         * varasm.c (array_size_for_constructor): Ditto.
20773         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
20774         * c-parser.c (c_parser_postfix_expression): Ditto.
20776 2010-07-15  Bernd Schmidt  <bernds@codesourcery.com>
20778         * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
20779         New static variables.
20780         (reload_combine_recognize_pattern): New static function, broken out
20781         of reload_combine.
20782         (reload_combine): Use it.  Only initialize first_index_reg and
20783         last_index_reg once.
20785 2010-07-15  Richard Henderson  <rth@redhat.com>
20787         * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
20788         when done.
20790 2010-07-15  Jan Hubicka  <jh@suse.cz>
20792         * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
20793         comdats for broken gold.
20794         (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
20796 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
20798         * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
20800 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
20802         * tree.h (DECL_CHAIN): Define.
20803         * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
20804         * c-decl.c: Likewise.
20805         * c-parser.c: Likewise.
20806         * c-typeck.c: Likewise.
20807         * cfgexpand.c: Likewise.
20808         * cgraph.c: Likewise.
20809         * cgraphunit.c: Likewise.
20810         * combine.c: Likewise.
20811         * config/alpha/alpha.c: Likewise.
20812         * config/arm/arm.c: Likewise.
20813         * config/frv/frv.c: Likewise.
20814         * config/i386/i386.c: Likewise.
20815         * config/i386/winnt-cxx.c: Likewise.
20816         * config/ia64/ia64.c: Likewise.
20817         * config/iq2000/iq2000.c: Likewise.
20818         * config/mep/mep.c: Likewise.
20819         * config/mips/mips.c: Likewise.
20820         * config/pa/som.h: Likewise.
20821         * config/rs6000/rs6000.c: Likewise.
20822         * config/s390/s390.c: Likewise.
20823         * config/sh/sh.c: Likewise.
20824         * config/sh/symbian-cxx.c: Likewise.
20825         * config/sparc/sparc.c: Likewise.
20826         * config/spu/spu.c: Likewise.
20827         * config/stormy16/stormy16.c: Likewise.
20828         * config/vxworks.c: Likewise.
20829         * config/xtensa/xtensa.c: Likewise.
20830         * coverage.c: Likewise.
20831         * dbxout.c: Likewise.
20832         * dwarf2out.c: Likewise.
20833         * emit-rtl.c: Likewise.
20834         * expr.c: Likewise.
20835         * function.c: Likewise.
20836         * gimple-low.c: Likewise.
20837         * gimple-pretty-print.c: Likewise.
20838         * gimplify.c: Likewise.
20839         * integrate.c: Likewise.
20840         * ipa-inline.c: Likewise.
20841         * ipa-prop.c: Likewise.
20842         * ipa-split.c: Likewise.
20843         * ipa-struct-reorg.c: Likewise.
20844         * ipa-type-escape.c: Likewise.
20845         * langhooks.c: Likewise.
20846         * lto-cgraph.c: Likewise.
20847         * omp-low.c: Likewise.
20848         * stor-layout.c: Likewise.
20849         * tree-cfg.c: Likewise.
20850         * tree-complex.c: Likewise.
20851         * tree-dfa.c: Likewise.
20852         * tree-dump.c: Likewise.
20853         * tree-inline.c: Likewise.
20854         * tree-mudflap.c: Likewise.
20855         * tree-nested.c: Likewise.
20856         * tree-object-size.c: Likewise.
20857         * tree-pretty-print.c: Likewise.
20858         * tree-sra.c: Likewise.
20859         * tree-ssa-live.c: Likewise.
20860         * tree-ssa-loop-niter.c: Likewise.
20861         * tree-ssa-math-opts.c: Likewise.
20862         * tree-ssa-reassoc.c: Likewise.
20863         * tree-ssa-sccvn.c: Likewise.
20864         * tree-ssa-structalias.c: Likewise.
20865         * tree-tailcall.c: Likewise.
20866         * tree-vrp.c: Likewise.
20867         * tree.c: Likewise.
20868         * var-tracking.c: Likewise.
20869         * varasm.c: Likewise.
20871 2010-07-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20873         PR target/44877
20874         * config/spu/spu.c (spu_expand_builtin_1): Allow references
20875         (as well as pointers) as argument to mask_for_load builtins.
20877 2010-07-15  Richard Guenther  <rguenther@suse.de>
20879         PR tree-optimization/44946
20880         * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
20881         with accessing only padding properly.
20883 2010-07-15  Jan Hubicka  <jh@suse.cz>
20885         * ipa.c (function_and_variable_visibility): Variables marked as used
20886         should not be localized.
20888 2010-07-15  Jan Hubicka  <jh@suse.cz>
20890         * cgraph.c: Include lto-streamer.h
20891         (change_decl_assembler_name): Work when assembler name hash is at place.
20892         (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
20893         be sure to rename it to avoid name clash.
20894         * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
20895         Localize hidden symbols only when locally defined.
20897 2010-07-15  Uros Bizjak  <ubizjak@gmail.com>
20899         * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
20901 2010-07-15  Magnus Granberg  <zorry@gentoo.org>
20902             Kevin F. Quinn  <kevquinn@gentoo.org>
20904         * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
20905         * common.opt: Add -Wtrampolines.
20906         * doc/invoke.texi: Add -Wtrampolines.
20908 2010-07-15  Jie Zhang  <jie@codesourcery.com>
20910         * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
20911         cortex_a8_issue_ls.
20913 2010-07-15  Dave Korn  <dave.korn.cygwin@gmail.com>
20915         * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
20916         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
20918 2010-07-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20920         * config/spu/spu.c (reg_names): Remove prototype.
20921         (call_used_regs): Likewise.
20923 2010-07-14  Dave Korn  <dave.korn.cygwin@gmail.com>
20925         * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
20926         "unused" with attribute "used".
20927         (__JCR_END__): Likewise.
20928         * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
20929         "used" attribute.
20930         (__JCR_LIST__): Replace attribute "unused" with attribute "used".
20932 2010-07-14  Richard Guenther  <rguenther@suse.de>
20934         * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
20935         (maybe_fixup_decls): Likewise.
20936         (input_gimple_stmt): Do not fixup anything.
20937         * lto-streamer-out.c (output_gimple_stmt): Make sure all
20938         non-automatic variable uses are wrapped inside a MEM_REF.
20940 2010-07-14  Richard Henderson  <rth@redhat.com>
20942         * passes.c (rest_of_decl_compilation): Do not call assemble_variable
20943         for functions.
20944         * varasm.c (assemble_variable): Remove early exit for functions;
20945         assert that we're given a variable.
20947 2010-07-14  Jie Zhang  <jie@codesourcery.com>
20949         * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
20950         cortex_a8_default when neon_type is not none.
20952 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
20954         * lower-subreg.c (subreg_context): New static bitmap.
20955         (decompose_multiword_subregs): Allocate and free it.
20956         (find_decomposable_subregs): Set a bit in it for a register that
20957         occurs in a subreg that changes mode but not size.
20958         (can_decompose_p): Test it instead of non_decomposable_context.
20960 2010-07-14  Richard Guenther  <rguenther@suse.de>
20962         PR tree-optimization/44824
20963         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
20964         is_gimple_mem_ref_addr.
20965         (tree_ssa_forward_propagate_single_use_vars): Do not propagate
20966         non-decl_address_invariant_p addresses.
20968 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
20970         * reload.c (find_reloads): Revert code to penalize small register
20971         classes that was brought in with the IRA merge.
20973 2010-07-14  Richard Guenther  <rguenther@suse.de>
20975         * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
20976         as base of ARRAY_REFs.
20978 2010-07-14  Richard Guenther  <rguenther@suse.de>
20980         PR middle-end/44930
20981         * tree-pretty-print.c (do_niy): Do not print a newline.
20983 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
20985         * ira-int.h (struct ira_object): New.
20986         (ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
20987         (struct ira_allocno): Remove members min, max,
20988         conflict_allocno_array, conflict_id, conflict_allocno_array_size,
20989         conflict_allocnos_num and conflict_vec_p.  Add new member object.
20990         (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
20991         OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
20992         OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
20993         OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
20994         ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
20995         ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
20996         ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
20997         ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
20998         an ira_object_t rather than ira_allocno_t.  All uses changed.
20999         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
21000         contains a vector of ira_object_t; all uses changed.
21001         (ira_objects_num): Declare variable.
21002         (ira_create_allocno_object): Declare function.
21003         (ira_conflict_vector_profitable_p): Adjust prototype.
21004         (ira_allocate_conflict_vec): Renamed from
21005         ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
21006         (ira_allocate_object_conflicts): Renamed from
21007         ira_allocate_allocno_conflicts; first arg now ira_object_t.
21008         (struct ira_object_iterator): New.
21009         (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
21010         (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
21011         to conflict_vec_p.  All uses changed.
21012         (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
21013         Changed to take into account that conflicts are now tracked for
21014         objects.
21015         * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
21016         Args changed to accept ira_object_t.  All uses changed.
21017         (allocnos_conflict_p): New static function.
21018         (collected_conflict_objects): Renamed from collected_allocno_objects;
21019         now a vector of ira_object_t.  All uses changed.
21020         (build_conflict_bit_table): Changed to take into account that
21021         conflicts are now tracked for objects.
21022         (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
21023         (print_allocno_conflicts, ira_build_conflicts): Likewise.
21024         * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
21025         setup_allocno_left_conflicts_size, allocno_reload_assign,
21026         fast_allocation): Likewise.
21027         * ira-lives.c (make_hard_regno_born, make_allocno_born)
21028         process_single_reg_class_operands, process_bb_node_lives): Likewise.
21029         * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
21030         Likewise.
21031         * ira-build.c (ira_objects_num): New variable.
21032         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
21033         contains a vector of ira_object_t; all uses changed.
21034         (ira_object_id_map_vec): Corresponding change.
21035         (object_pool): New static variable.
21036         (initiate_allocnos): Initialize it.
21037         (finish_allocnos): Free it.
21038         (ira_create_object, ira_create_allocno_object, create_allocno_objects):
21039         New functions.
21040         (ira_create_allocno): Don't set members that were removed.
21041         (ira_set_allocno_cover_class): Don't change conflict hard regs.
21042         (merge_hard_reg_conflicts): Changed to take into account that
21043         conflicts are now tracked for objects.
21044         (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
21045         allocate_conflict_bit_vec, ira_allocate_object_conflicts,
21046         compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
21047         setup_min_max_allocno_live_range_point, allocno_range_compare_func,
21048         setup_min_max_conflict_allocno_ids, ):  Likewise.
21049         (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
21050         to ira_object_t; all callers changed.
21051         (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
21052         to ira_object_t, all callers changed.
21053         (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
21054         to ira_object_t, all callers changed.
21055         (conflict_check, curr_conflict_check_tick): Renamed from
21056         allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
21057         changed.
21058         (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
21059         arg changed to ira_object_t, all callers changed.
21060         (create_cap_allocno): Call ira_create_allocno_object.
21061         (finish_allocno): Free the corresponding object.
21062         (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
21063         callers changed.  Adjusted for dealing with objects.
21064         (ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
21065         dealing with objects.
21066         * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
21068         * ira-int.h (struct live_range): Rename allocno member to object
21069         and change type to ira_object_t.
21070         (struct ira_object): New member live_ranges.
21071         (struct ira_allocno): Remove member live_ranges.
21072         (ALLOCNO_LIVE_RANGES): Remove.
21073         (OBJECT_LIVE_RANGES): New macro.
21074         (ira_create_live_range, ira_copy_live_range_list,
21075         ira_merge_live_range_list, ira_live_ranges_intersect_p,
21076         ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
21077         * ira-build.c (ira_create_object): Initialize live ranges here.
21078         (ira_create_allocno): Not here.
21079         (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
21080         changed to ira_object_t, all callers changed.
21081         (copy_live_range): Rename from copy_allocno_live_range, all callers
21082         changed.
21083         (ira_copy_live_range_list): Rename from
21084         ira_copy_allocno_live_range_list, all callers changed.
21085         (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
21086         all callers changed.
21087         (ira_live_ranges_intersect_p): Rename from
21088         ira_allocno_live_ranges_intersect_p, all callers changed.
21089         (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
21090         callers changed.
21091         (ira_finish_live_range_list): Rename from
21092         ira_finish_allocno_live_range_list, all callers changed.
21093         (change_object_in_range_list): Rename from change_allocno_in_range_list,
21094         last arg changed to ira_object_t, all callers changed.
21095         (finish_allocno): Changed to expect live ranges in the allocno's object.
21096         (move_allocno_live_ranges, copy_allocno_live_ranges,
21097         update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
21098         ira_flattening, ira_build): Likewise.
21099         * ira-color.c (allocnos_have_intersected_live_ranges_p,
21100         slot_coalesced_allocno_live_ranges_intersect,
21101         setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
21102         * ira-conflicts.c (build_conflict_bit_table): Likewise.
21103         * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
21104         * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
21105         make_allocno_dead, create_start_finish_chains,
21106         remove_some_program_points_and_update_live_ranges,
21107         ira_debug_live_range_list): Likewise.
21109         * ira-int.h (ira_object_conflict_iterator): Rename from
21110         ira_allocno_conflict_iterator.
21111         (ira_object_conflict_iter_init): Rename from
21112         ira_allocno_conflict_iter_init, second arg changed to
21113         * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
21114         FOR_EACH_ALLOCNO_CONFLICT.
21115         * ira-color.c (assign_hard_reg, push_allocno_to_stack)
21116         setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
21117         ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
21118         * ira-conflicts.c (print_allocno_conflicts): Likewise.
21120 2010-07-13  Joern Rennecke  <joern.rennecke@embecosm.com>
21122         PR other/44874
21123         * tree-dump.c (dump_options): Add enumerate_locals entry.
21124         Add TDF_NOID exclusion to all entry.
21125         * tree-dump.h (dump_enumerated_decls): Declare.
21126         * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
21127         Don't display type uid.
21128         (print_declaration): Don't crash on TREE_TYPE (t) == 0.
21129         * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
21130         * tree-ssa-live.c: Include gimple.h.
21131         (numbered_tree_d): New struct.
21132         (numbered_tree): New typedef.
21133         (DEF_VEC_O (numbered_tree): New.
21134         (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
21135         (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
21136         (dump_enumerated_decls): Likewise.
21137         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
21138         debug info and flag_dump_final_insns, call dump_enumerated_decls.
21139         * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
21140         * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
21142 2010-07-13  Richard Sandiford  <rdsandiford@googlemail.com>
21144         * expmed.h (MAX_BITS_PER_WORD): Move to...
21145         * defaults.h (MAX_BITS_PER_WORD): ...here.
21147 2010-07-13  DJ Delorie  <dj@redhat.com>
21149         * config/h8300/h8300.c (h8300_init_once): Default to
21150         -fstrict_volatile_bitfields.
21152         * config/sh/sh.c (sh_override_options): Default to
21153         -fstrict_volatile_bitfields.
21155         * config/rx/rx.c (rx_option_override): New.
21157         * config/m32c/m32c.c (m32c_override_options): Default to
21158         -fstrict_volatile_bitfields.
21160 2010-07-13  Nathan Froyd  <froydnj@codesourcery.com>
21162         * tree.h (build_function_call_expr): Delete.
21163         (build_call_expr_loc_array): New function.
21164         (build_call_expr_loc_vec): New function.
21165         * tree-flow.h (struct omp_region): Change type of ws_args field
21166         to a VEC.
21167         * builtins.c (build_function_call_expr): Delete.
21168         (build_call_expr_loc_array): New function.
21169         (build_call_expr_loc): Call it.  Use XALLOCAVEC.
21170         (build_call_expr): Likewise.
21171         (build_call_expr_loc_vec): New function.
21172         * cgraphunit.c (build_cdtor): Call build_call_expr instead of
21173         build_function_call_expr.
21174         * expr.c (emutls_var_address): Likewise.
21175         * varasm.c (emutls_common_1): Likewise.
21176         * omp-low.c (expand_omp_atomic_mutex): Likewise.
21177         (expand_omp_taskreg): Adjust for new type of region->ws_args.
21178         (get_ws_args_for): Return a VEC instead of a tree.
21179         (expand_parallel_call): Call build_call_expr_loc_vec instead of
21180         build_function_call_expr.
21181         * stor-layout.c (self_referential_size): Likewise.
21183 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
21185         PR testsuite/44701
21186         * recog.c (constrain_operands): Allow side-effects in memory
21187         operands if either < or > constraint is used, rather than if
21188         both < and > is used.
21190 2010-07-13  Richard Guenther  <rguenther@suse.de>
21192         PR middle-end/44911
21193         * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
21194         MEM_REF pointer type dumping.  Avoid recursing for TYPE_DECLs
21195         without name.
21197 2010-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
21199         PR target/44761
21200         * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
21201         to variable emited.
21202         * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
21203         * config/sh/sh.md (symGOT_load): Likewise.
21204         (symDTPOFF2reg): Likewise.
21205         (symTPOFF2reg): Likewise.
21207 2010-07-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21209         * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
21210         * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
21212 2010-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21214         * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
21215         explanation.
21216         Find ucontext_t * on Solaris 11.
21217         (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
21218         Handle new Solaris 11 __sighndlr patterns.
21220 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
21222         PR debug/44901
21223         * vec.h (VEC_block_remove): Fix comment.
21224         * tree-ssa-live.c (remove_unused_locals): Don't use
21225         VEC_unordered_remove on local_decls, instead replace a single
21226         vector element in each iteration if at least one element had
21227         to be removed and VEC_truncate at the end.
21228         * omp-low.c (expand_omp_taskreg): Likewise.
21230 2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21232         * c-decl.c (finish_function): Fix typo in comment.
21234 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
21236         PR bootstrap/44921
21237         * postreload.c (move2add_use_add3_insn): Silence gcc warning
21238         on min_regno.
21240 2010-07-12  Jakub Jelinek  <jakub@redhat.com>
21242         * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
21243         (simplify_stmt_using_ranges): Use it.
21245 2010-07-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21247         * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
21248         member.  Do not mark as GTY(()).
21249         * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
21250         (spu_builtin_decls): New static variable.
21251         (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
21252         (spu_init_builtins): Likewise.
21253         (spu_builtin_mul_widen_even): Likewise.
21254         (spu_builtin_mul_widen_odd): Likewise.
21255         (spu_builtin_mask_for_load): Likewise.
21256         (spu_builtin_vec_perm): Likewise.
21257         * config/spu/spu-c.c: Include "target.h".
21258         (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
21259         of using spu_builtins[].fndecl.
21261 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21263         * config/mips/mips.c (mips_override_options): Make -mflip-mips16
21264         imply -minterlink-mips16.
21266 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21268         * config/mips/mips.h (mips16_globals): Declare.
21269         (SWITCHABLE_TARGET): Define.
21270         * config/mips/mips.c: Include target-globals.h.
21271         (mips16_globals): New variable.
21272         (mips_set_mips16_mode): Use save_target_globals and
21273         restore_target_globals instead of target_reinit.
21275 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21277         * reginfo.c (init_reg_sets): Don't zero globals here.  Update comment
21278         to say that the function can be called more than once.
21279         * target-globals.c (save_target_globals): Call init_reg_sets.
21281 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21283         * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
21284         * bb-reorder.h: New file.
21285         * bb-reorder.c (default_target_bb_reorder): New variable.
21286         (this_target_bb_reorder): New conditional variable.
21287         (uncond_jump_length): Redefine as a macro.
21288         * target-globals.h (this_target_bb_reorder): Declare.
21289         (target_globals): Add a bb_reorder field.
21290         (restore_target_globals): Copy the bb_reorder field to
21291         this_target_bb-reorder.
21292         * target-globals.c: Include bb-reorder.h.
21293         (default_target_globals): Initialize the bb_reorder field.
21294         (save_target_globals): Likewise.
21296 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21298         * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
21299         * gcse.h: New file.
21300         * gcse.c: Include gcse.h.
21301         (default_target_gcse): New variable.
21302         (this_target_gcse): New conditional variable.
21303         (can_copy): Redefine as a macro.
21304         (can_copy_init_p): New macro.
21305         (can_copy_p): Remove can_copy_init_p.
21306         * target-globals.h (this_target_gcse): Declare.
21307         (target_globals): Add a gcse field.
21308         (restore_target_globals): Copy the gcse field to this_target_gcse.
21309         * target-globals.c: Include gcse.h.
21310         (default_target_globals): Initialize the gcse field.
21311         (save_target_globals): Likewise.
21313 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21315         * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
21316         and x_ira_prohibited_mode_move_regs_initialized_p.
21317         (ira_prohibited_mode_move_regs): Redefine as a macro.
21318         * ira.c (ira_prohibited_mode_move_regs): Delete.
21319         (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
21321 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21323         * reload.h (target_reload): Add x_cached_reg_save_code and
21324         x_cached_reg_restore_code.
21325         * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
21326         Redefine as macros.
21328 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21330         * Makefile.in (target-globals.o): Depend on builtins.h.
21331         * builtins.h: New file.
21332         * builtins.c: Include builtins.h.
21333         (default_target_builtins): New variable.
21334         (this_target_builtins): New conditional variable.
21335         (apply_args_mode, apply_result_mode): Redefine as macros.
21336         * target-globals.h (this_target_builtins): Declare.
21337         (target_globals): Add a builtins field.
21338         (restore_target_globals): Copy the builtins field to
21339         this_target_builtins.
21340         * target-globals.c: Include builtins.h.
21341         (default_target_globals): Initialize the builtins field.
21342         (save_target_globals): Likewise.
21344 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21346         * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
21347         (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
21348         from expmed.c.
21349         (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
21350         (alg_hash, alg_hash_used_p): New macros.
21351         * expmed.c (init_expmed): Clear alg_hash if reinitializing.
21352         (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
21353         (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
21355 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21357         * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
21358         x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
21359         * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
21360         (this_op_costs, costs_classes): Redefine as macros.
21361         (record_reg_classes): Don't take op_costs as a parameter.
21362         (record_operand_costs): Likewise.  Update calls to record_reg_classes.
21363         (scan_one_insn): Update call to record_operand_costs.
21365 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21367         * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
21368         * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
21369         (target_ira_int): New structure.
21370         (default_target_ira_int): Declare.
21371         (this_target_ira_int): Declare as a variable or define as a macro.
21372         (ira_reg_mode_hard_regset, ira_register_move_cost)
21373         (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
21374         (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
21375         (prohibited_class_mode_regs, ira_important_classes_num)
21376         (ira_important_classes, ira_reg_class_intersect)
21377         (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
21378         (ira_reg_class_union): Redefine as macros.
21379         * ira.h (target_ira): New structure.
21380         (default_target_ira): Declare.
21381         (this_target_ira): Declare as a variable or define as a macro.
21382         (ira_available_class_regs, ira_hard_regno_cover_class)
21383         (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
21384         (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
21385         (ira_class_hard_regs_num): Redefine as macros.
21386         * ira.c (default_target_ira, default_target_ira_int): New variables.
21387         (this_target_ira, this_target_ira_int): New conditional variables.
21388         (ira_reg_mode_hard_regset, ira_memory_move_cost)
21389         (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
21390         (ira_class_subset_p): Delete.
21391         (no_unit_alloc_regs): Redefine as a macro.
21392         (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
21393         (ira_class_hard_regs_num, ira_class_hard_reg_index)
21394         (ira_available_class_regs): Delete.
21395         (alloc_reg_class_subclasses): Redefine as a macro.
21396         (ira_reg_class_cover_size, ira_reg_class_cover)
21397         (ira_important_classes_num, ira_important_classes)
21398         (ira_important_class_nums, ira_class_translate): Delete.
21399         (cover_class_order): Document the variable's lifetime.
21400         (reorder_important_classes): Don't set ira_important_class_nums.
21401         (ira_reg_class_intersect, ira_reg_classes_intersect_p)
21402         (ira_reg_class_super_classes, ira_reg_class_union)
21403         (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
21404         Delete.
21405         (setup_reg_class_nregs): Don't set ira_max_regs.
21406         (prohibited_class_mode_regs): Delete.
21407         * target-globals.h (this_target_ira, this_target_ira_int): Declare.
21408         (target_globals): Add ira and ira_int fields.
21409         (restore_target_globals): Copy the ira field to this_target_ira
21410         and the ira_int field to this_target_ira_int.
21411         * target-globals.c: Include ira-int.h.
21412         (default_target_globals): Initialize the ira and ira_int fields.
21413         (save_target_globals): Likewise.
21415 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21417         * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
21418         * cfgloop.h (target_cfgloop): New structure.
21419         (default_target_cfgloop): Declare.
21420         (this_target_cfgloop): Declare as a variable or define as a macro.
21421         (target_avail_regs, target_clobbered_regs, target_res_regs)
21422         (target_reg_cost, target_spill_cost): Redefine as macros.
21423         * cfgloopanal.c (default_target_cfgloop): New variable.
21424         (this_target_cfgloop): New conditional variable.
21425         (target_avail_regs, target_clobbered_regs, target_res_regs)
21426         (target_reg_cost, target_spill_cost): Delete.
21427         * target-globals.h (this_target_cfgloop): Declare.
21428         (target_globals): Add a cfgloop field.
21429         (restore_target_globals): Copy the cfgloop field to
21430         this_target_cfgloop.
21431         * target-globals.c: Include cfgloop.h.
21432         (default_target_globals): Initialize the cfgloop field.
21433         (save_target_globals): Likewise.
21435 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21437         * regs.h (target_regs): Add x_direct_load, x_direct_store and
21438         x_float_extend_from_mem.
21439         (direct_load, direct_store, float_extend_from_mem): New macros.
21440         * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
21442 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21444         * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
21445         (target-globals.o): Depend on $(LIBFUNCS_H).
21446         * libfuncs.h: Include hashtab.h.
21447         (libfunc_entry): Moved from optabs.c.
21448         (target_libfuncs): New structure.
21449         (default_target_libfuncs): Declare.
21450         (this_target_libfuncs): Declare as a variable or define as a macro.
21451         (libfunc_table): Redefine as a macro.
21452         * optabs.c (default_target_libfuncs): New variable.
21453         (this_target_libfuncs): New conditional variable.
21454         (libfunc_table): Delete.
21455         (libfunc_entry): Moved to optabs.h.
21456         (libfunc_hash): Redefine as a macro.
21457         (hash_libfunc, eq_libfunc): Fix comments.
21458         (init_optabs): Use libfunc_hash to detect cases where the function
21459         has already been called.  Clear the hash table instead of
21460         recreating it.
21461         * target-globals.h (this_target_libfuncs): Declare.
21462         (target_globals): Add a libfuncs field.
21463         (restore_target_globals): Copy the libfuncs field to
21464         this_target_libfuncs.
21465         * target-globals.c: Include libfuncs.h.
21466         (default_target_globals): Initialize the libfuncs field.
21467         (save_target_globals): Likewise.
21469 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21471         * Makefile.in (LIBFUNCS_H): New variable.  Use instead of libfuncs.h
21472         in all dependency lists.
21474 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21476         * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
21477         * optabs.h (target_optabs): New structure.
21478         (default_target_optabs): Declare.
21479         (this_target_optabs): Declare as a variable or define as a macro.
21480         (optab_table, convert_optab_table, direct_optab_table): Redefine
21481         as macros.
21482         * optabs.c (default_target_optabs): New variable.
21483         (this_target_optabs): New conditional variable.
21484         (optab_table, convert_optab_table, direct_optab_table): Delete.
21485         * target-globals.h (this_target_optabs): Declare.
21486         (target_globals): Add a optabs field.
21487         (restore_target_globals): Copy the optabs field to
21488         this_target_optabs.
21489         * target-globals.c: Include expr.h and optabs.h.
21490         (default_target_globals): Initialize the optabs field.
21491         (save_target_globals): Likewise.
21493 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21495         * flags.h (target_flagstate): Add x_flag_excess_precision.
21496         (flag_excess_precision): Redefine as a macro.
21497         * toplev.c (flag_excess_precision): Delete.
21499 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21501         * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
21502         * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
21503         * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
21504         (no_caller_save_reg_set): Redefine as a macro.
21505         * reload.h (target_reload): Add x_caller_save_initialized_p and
21506         x_regno_save_mode.
21507         (caller_save_initialized_p): Redefine as a macro.
21508         * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
21509         (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
21510         (regno_save_mode): Redefine as a macro.
21512 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21514         * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
21515         * expmed.h: New file.
21516         * expmed.c (default_target_costs): New variable.
21517         (this_target_costs): New conditional variable.
21518         (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
21519         (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
21520         (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
21521         * target-globals.h (this_target_expmed): Declare.
21522         (target_globals): Add a expmed field.
21523         (restore_target_globals): Copy the expmed field to
21524         this_target_expmed.
21525         * target-globals.c: Include expmed.h.
21526         (default_target_globals): Initialize the expmed field.
21527         (save_target_globals): Likewise.
21529 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21531         * Makefile.in (target-globals.o): Depend on reload.h.
21532         * reload.h (target_reload): New structure.
21533         (default_target_reload): Declare.
21534         (this_target_reload): Declare as a variable or define as a macro.
21535         (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
21536         * reload1.c (default_target_reload): New variable
21537         (this_target_reload): New conditional variable.
21538         (indirect_symref_ok, double_reg_address_ok): Delete.
21539         (spill_indirect_levels): Redefine as a macro.
21540         * target-globals.h (this_target_reload): Declare.
21541         (target_globals): Add a reload field.
21542         (restore_target_globals): Copy the reload field to
21543         this_target_reload.
21544         * target-globals.c: Include hard-reg-set.h.
21545         (default_target_globals): Initialize the reload field.
21546         (save_target_globals): Likewise.
21548 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21550         * rtl.h (target_rtl): Add x_static_reg_base_value.
21551         * alias.c (static_reg_base_value): Redefine as a macro.
21553 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21555         * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
21556         (GTFILES): Remove reginfo.c.
21557         * rtl.h (target_rtl): Add x_top_of_stack.
21558         (top_of_stack): New macro.
21559         * reginfo.c: Don't include ggc.h or gt-reginfo.h.
21560         (top_of_stack): Delete.
21562 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21564         * regs.h (target_regs): Add x_hard_regs_of_mode,
21565         x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
21566         x_may_move_out_cost and x_last_mode_for_init_move_cost.
21567         (have_regs_of_mode, contains_reg_of_mode, move_cost)
21568         (may_move_in_cost, may_move_out_cost): Redefine as macros.
21569         * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
21570         (may_move_in_cost, may_move_out_cost): Delete.
21571         (last_mode_for_init_move_cost): Redefine as a macro.
21573 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21575         * hard-reg-set.h (target_hard_regs): New structure.
21576         (default_target_hard_regs): Declare.
21577         (this_target_hard_regs): Declare as a variable or define as a macro.
21578         (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
21579         (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
21580         (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
21581         (reg_class_size, reg_class_subclasses, reg_class_subunion)
21582         (reg_class_superunion, reg_names): Redefine as macros.
21583         * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
21584         (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
21585         (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
21586         (reg_class_contents, reg_class_size, reg_class_subclasses)
21587         (reg_class_subunion, reg_class_superunion, reg_names): Delete.
21588         (default_target_hard_regs): New variable
21589         (this_target_hard_regs, initial_call_really_used_regs)
21590         (initial_reg_alloc_order): New conditional variables.
21591         (initial_reg_names): New variable.
21592         (init_reg_sets): Assert that initial_call_really_used_regs,
21593         initial_reg_alloc_order and initial_reg_names
21594         are all the same size as their variable counterparts.  Use them to
21595         initialize those counterparts.
21596         * target-globals.h (this_target_hard_regs): Declare.
21597         (target_globals): Add a hard_regs field.
21598         (restore_target_globals): Copy the hard_regs field to
21599         this_target_hard_regs.
21600         * target-globals.c: Include hard-reg-set.h.
21601         (default_target_globals): Initialize the hard_regs field.
21602         (save_target_globals): Likewise.
21604 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21606         * Makefile.in (target-globals.o): Depend on $(RTL_H).
21607         * rtl.h (target_rtl): New structure.
21608         (default_target_rtl): Declare.
21609         (this_target_rtl): Declare as a variable or define as a macro.
21610         (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
21611         Redefine as macros.
21612         * emit-rtl.c (default_target_rtl): New variable.
21613         (this_target_rtl): New conditional variable.
21614         (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
21615         (return_address_pointer_rtx): Delete.
21616         (initial_regno_reg_rtx): New macro.
21617         (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
21618         (init_emit_regs): Likewise.
21619         * target-globals.h (this_target_rtl): Declare.
21620         (target_globals): Add a rtl field.
21621         (restore_target_globals): Copy the rtl field to this_target_rtl.
21622         * target-globals.c: Include rtl.h.
21623         (default_target_globals): Initialize the rtl field.
21624         (save_target_globals): Likewise.
21626 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21628         * Makefile.in (target-globals.o): Depend on $(REGS_H).
21629         * regs.h (target_reg_modes): New structure.
21630         (default_target_reg_modes): Declare.
21631         (this_target_reg_modes): Declare as a variable or define as a macro.
21632         (hard_regno_nregs, reg_raw_mode): Redefine as macros.
21633         * reginfo.c (default_target_reg_modes): New variable.
21634         (this_target_reg_modes): New conditional variable.
21635         (hard_regno_nregs, reg_raw_mode): Delete.
21636         * target-globals.h (this_target_regs): Declare.
21637         (target_globals): Add a regs field.
21638         (restore_target_globals): Copy the regs field to this_target_regs.
21639         * target-globals.c: Include regs.h.
21640         (default_target_globals): Initialize the regs field.
21641         (save_target_globals): Likewise.
21643 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21645         * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
21646         * doc/tm.texi: Regenerate.
21647         * Makefile.in (OBJS-common): Add target-globals.o.
21648         (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
21649         and target-globals.h.
21650         (target-globals.o): New rule.
21651         (GTFILES): Include $(srcdir)/target-globals.h.
21652         * defaults.h (SWITCHABLE_TARGET): Define.
21653         * gengtype.c (open_base_files): Add target-globals.h to the
21654         list of includes.
21655         * target-globals.h: New file.
21656         * target-globals.c: Likewise.
21658         * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
21659         * flags.h (target_flag_state): New structure.
21660         (default_target_flag_state): Declare.
21661         (this_target_flag_state): Declare as a variable or define as a macro.
21662         (align_loops_log): Redefine as a macro.
21663         (align_loops_max_skip, align_jumps_log): Likewise.
21664         (align_jumps_max_skip, align_labels_log): Likewise.
21665         (align_labels_max_skip, align_functions_log): Likewise.
21666         * toplev.c (default_target_flag_state): New variable.
21667         (this_target_flag_state): New conditional variable.
21668         (align_loops_log): Delete.
21669         (align_loops_max_skip, align_jumps_log): Likewise.
21670         (align_jumps_max_skip, align_labels_log): Likewise.
21671         (align_labels_max_skip, align_functions_log): Likewise.
21672         * target-globals.h (this_target_flag_state): Declare.
21673         (target_globals): Add a flag_state field.
21674         (restore_target_globals): Copy the flag_state field to
21675         this_target_flag_state.
21676         * target-globals.c: Include flags.h.
21677         (default_target_globals): Initialize the flag_state field.
21678         (save_target_globals): Likewise.
21680 2010-07-12  Jie Zhang  <jie@codesourcery.com>
21682         * postreload.c (reg_symbol_ref[]): New.
21683         (move2add_use_add2_insn): New.
21684         (move2add_use_add3_insn): New.
21685         (reload_cse_move2add): Handle SYMBOL + OFFSET case.
21686         (move2add_note_store): Likewise.
21688 2010-07-12  Joern Rennecke  <joern.rennecke@embecosm.com>
21690         PR rtl-optimization/44752
21691         * genautomata.c (main): Don't emit an empty file even if there
21692         is no automaton.
21694 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21696         * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
21697         ix86_solaris_return_in_memory.
21698         * config/i386-protos.h: Reflect this.
21699         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
21700         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
21701         Move ...
21702         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
21704 2010-07-12  Jie Zhang  <jie@codesourcery.com>
21706         * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
21707         align the stack when it's going to be saved.
21709 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21711         PR pch/14940
21712         * config/host-solaris.c (mmap_fixed): New function.
21713         (sol_gt_pch_get_address): Use it.
21714         (sol_gt_pch_use_address): Likewise.
21716 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21718         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
21719         pentiumpro on Solaris 8 and 9/x86.
21720         * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
21721         Document SSE/SSE2 support.
21722         * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
21724 2010-07-12  Andi Kleen  <ak@linux.intel.com>
21726         * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
21727         instead of gcc_assert to print better error message for multiple
21728         prevailing defs.
21730 2010-07-12  Uros Bizjak  <ubizjak@gmail.com>
21732         * config/i386/i386.c (ix86_asm_output_function_label): Change format
21733         string placeholder from 0x%x to %#x.
21734         (ix86_code_end): Use putc to output '\n'.
21735         (ix86_print_operand) <case ';'>: Use putc to output ';'.
21737 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
21739         * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
21740         in directive -export.
21742 2010-07-10  Anatoly Sokolov  <aesok@post.ru>
21744         * reginfo.h (reg_classes_intersect_p): Change arguments type to
21745         reg_class_t.
21746         * rtl.h (reg_classes_intersect_p): Adjust prototype.
21748         * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
21749         Remove macros.
21750         * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
21751         rs6000_memory_move_cost): Remove
21752         * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
21753         TARGET_MEMORY_MOVE_COST): Define.
21754         (rs6000_register_move_cost): Make static. Change arguments type from
21755         enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
21756         (rs6000_memory_move_cost): Make static. Change arguments type from
21757         'enum reg_class' to reg_class_t.
21759 2010-07-10  Sandra Loosemore  <sandra@codesourcery.com>
21761         PR middle-end/42505
21762         * tree-inline.c (estimate_num_insns): Refactor builtin complexity
21763         lookup code into....
21764         * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
21765         new functions.
21766         * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
21767         * cfgloopanal.c (target_clobbered_regs): Define.
21768         (init_set_costs): Initialize target_clobbered_regs.
21769         (estimate_reg_pressure_cost): Add call_p argument.  When true,
21770         adjust the number of available registers to exclude the
21771         call-clobbered registers.
21772         * cfgloop.h (target_clobbered_regs): Declare.
21773         (estimate_reg_pressure_cost): Adjust declaration.
21774         * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
21775         (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
21776         (determine_set_costs): Dump target_clobbered_regs.
21777         (loop_body_includes_call): New function.
21778         (tree_ssa_iv_optimize_loop): Use it to initialize new field.
21779         * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
21780         call_p flag through.
21781         (best_gain_for_invariant): Likewise.
21782         (find_invariants_to_move): Likewise.
21783         (move_single_loop_invariants): Likewise, using already-computed
21784         has_call field.
21786 2010-07-10  Richard Guenther  <rguenther@suse.de>
21787             Joern Rennecke  <joern.rennecke@embecosm.com>
21789         PR debug/44832
21790         * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
21791         (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
21792         unless they have DECL_IGNORED_P set.
21794 2010-07-10  Richard Guenther  <rguenther@suse.de>
21796         PR lto/44889
21797         * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
21798         helper function.
21799         (gimple_types_compatible_p): Similar to pointed-to
21800         types allow and merge a mix of complete and incomplete aggregate.
21801         Use gimple_fixup_complete_and_incomplete_subtype_p for that.
21802         (iterative_hash_gimple_type): Adjust for that.
21804 2010-07-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
21806         * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
21808 2010-07-10  Iain Sandoe  <iains@gcc.gnu.org>
21810         PR objc/44140
21811         * config/darwin.c (output_objc_section_asm_op): Save and restore
21812         section when outputting ObjC section list.
21814 2010-07-09  Jan Hubicka  <jh@suse.cz>
21816         * lto-streamer-out.c (produce_symtab): Do not write alias
21817         cgraph/varpool nodes.
21819 2010-07-09  Jan Hubicka  <jh@suse.cz>
21821         * tree-inline.c (declare_return_variable): Fix ICE while
21822         inlining DECL_BY_VALUE function not in SSA form
21824 2010-07-09  Changpeng Fang  <changpeng.fang@amd.com>
21826         PR tree-optimization/44576
21827         * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
21828         New.  Pull out from is_loop_prefetching_profitable to implement
21829         the trip count to ahead ratio heuristic.
21830         (mem_ref_count_reasonable_p): New.  Pull out from
21831         is_loop_prefetching_profitable to implement the instruction to
21832         memory reference ratio heuristic.  Also consider not reasonable if
21833         the memory reference count is above a threshold (to avoid
21834         explosive compilation time.
21835         (insn_to_prefetch_ratio_too_small_p): New.  Pull out from
21836         is_loop_prefetching_profitable to implement the instruction to
21837         prefetch ratio heuristic.
21838         (is_loop_prefetching_profitable): Removed.
21839         (loop_prefetch_arrays): Distribute the cost analysis across the
21840         function to allow early exit of the prefetch analysis.
21841         is_loop_prefetching_profitable is splitted into three functions,
21842         with each one called as early as possible.
21843         (PREFETCH_MAX_MEM_REFS_PER_LOOP): New.  Threshold above which the
21844         number of memory references in a loop is considered too many.
21846 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
21848         * reload.c (find_reloads): Don't clear badop if we have a winreg
21849         alternative, but not win, and the class only has fixed regs.
21850         * hard-reg-set.h (class_only_fixed_regs): Declare.
21851         * reginfo.c (class_only_fixed_regs): New array.
21852         (init_reg_sets_1): Initialize it.
21853         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
21854         discourage alternatives using the stack pointer.
21856         * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
21858         * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
21860         * config/arm/arm.md (cbranchqi4): Fix array size.
21861         (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
21862         calculating length.
21864 2010-07-09  Richard Guenther  <rguenther@suse.de>
21866         * gimple.c (struct type_fixup_s): New struct and VEC type.
21867         (gimple_register_type_fixups): New static global.
21868         (gimple_queue_type_fixup): New function.
21869         (gimple_types_compatible_p): Queue type fixups instead of
21870         applying them here.
21871         (gimple_register_type): Apply queued fixups for the
21872         canonical type.  Empty the type fixup queue.
21874 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
21876         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
21877         * configure: Regenerate.
21878         * config.in: Ditto.
21880 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
21881             Denys Vlasenko  <dvlasenk@redhat.com>
21882             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
21884         PR tree-optimization/28632
21885         * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
21886         (extract_range_from_binary_expr): Further optimize
21887         BIT_AND_EXPR and BIT_IOR_EXPR.
21889 2010-07-09  Sebastian Pop  <sebastian.pop@amd.com>
21891         * tree-if-conv.c (fold_or_predicates): New.
21892         (add_to_predicate_list): Call it.
21894 2010-07-09  Richard Guenther  <rguenther@suse.de>
21896         PR middle-end/44890
21897         * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
21898         if base is a pointer.
21899         * tree-cfg.c (verify_expr): Update MEM_REF checking.
21901 2010-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
21903         PR target/44877
21904         * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
21905         POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
21906         builtin mask for load/store builtins.
21908 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
21910         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
21911         for "lock addl".
21912         * configure: Regenerate.
21913         * config/i386/i386.c (ix86_print_operand) <case ';'>:
21914         Remove TARGET_MACHO.
21916 2010-07-09  Peter Bergner  <bergner@vnet.ibm.com>
21918         * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
21919         default ISA flags.
21920         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
21922 2010-07-09  Tom de Vries  <tjvries@xs4all.nl>
21924         * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
21926 2010-07-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
21928         * config/picochip/picochip.md (commsTestPort): Emit more
21929         efficient sequence for tstport instruction.
21931 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
21933         * config/i386/i386.c (ix86_veclib_handler): Make static.
21935 2010-07-09  Richard Guenther  <rguenther@suse.de>
21937         PR tree-optimization/44852
21938         * tree-ssa-alias.c: Include toplev.h for exact_log2.
21939         (indirect_ref_may_alias_decl_p): Properly handle negative offsets
21940         in MEM_REF.
21941         (indirect_refs_may_alias_p): Likewise.
21942         * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
21944 2010-07-09  Richard Guenther  <rguenther@suse.de>
21946         PR tree-optimization/44882
21947         * tree-vect-stmts.c (vectorizable_store): Do not assert alias
21948         sets do conflict.
21949         (vectorizable_load): Likewise.
21951 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
21953         PR target/40657
21954         * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
21955         All callers changed.
21956         Handle the case when we're called for the epilogue.
21957         (thumb_unexpanded_epilogue): Use it.
21958         (thumb1_expand_epilogue): Likewise.
21960 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
21962         * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
21963         both ranges are range_int_cst_p with non-negative minimum,
21964         try harder to derive smaller range.
21966 2010-07-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21968         * genrecog.c: Include diagnostic-core.h before toplev.h.
21969         * genoutput.c: Likewise.
21970         * genextract.c: Likewise.
21971         * genautomata.c: Likewise.
21972         * genemit.c: Likewise.
21973         * genpeep.c: Likewise.
21974         * genattrtab.c: Likewise.
21975         * genconditions.c: Likewise.
21976         * genpreds.c: Likewise.
21978 2010-07-08  Andi Kleen  <ak@linux.intel.com>
21980         * lto-section-in.c (lto_section_name): Add missing comma.
21982 2010-07-08  Anatoly Sokolov  <aesok@post.ru>
21984         * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
21985         * config/ia64/ia64-protos.h (ia64_override_options): Remove.
21986         * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
21987         (ia64_override_options): Rename to...
21988         (ia64_option_override): ... this one. Make static.
21990 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
21992         PR middle-end/44843
21993         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
21994         pointed-to type of the offset in a MEM_REF to compute the alignment.
21996 2010-07-08  Kai Tietz  <kai.tietz@onevision.com>
21998         * final.c (final_scan_insn): Replace
21999         TARGET_UNWIND_INFO macro check by unwind_emit
22000         hook NULL check.
22001         * targhooks.c (default_unwind_emit): Removed.
22002         * targhooks.h (default_unwind_emit): Likewise.
22003         * target.def (unwind_emit): Set default value to NULL.
22005         * config/i386/i386-protos.h (ix86_asm_output_function_label):
22006         New prototype.
22007         * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
22008         for NULL fntype argument and allow 64-bit targets.
22009         (ix86_asm_output_function_label): New function.
22010         (ix86_expand_prologue): Handle 64-bit ms hook prologue.
22011         (ix86_handle_fndecl_attribute): Likewise.
22012         * doc/extend.texi (ms_hook_prologue): Adjust documentation.
22013         * doc/doc/tm.texi: Regenerated.
22014         * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
22015         (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
22016         * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
22017         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
22018         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
22019         * config/elfos.h: Likewise.
22020         * config/i386/cygming.h: Likewise.
22021         * config/netbsd-aout.h: Likewise.
22022         * config/openbsd.h: Likewise.
22023         * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
22024         by ix86_asm_output_function_label function call.
22025         * varasm.c (assemble_start_function): Use
22026         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
22028 2010-07-08  Jan Hubicka  <jh@suse.cz>
22030         * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
22031         New function.
22032         * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
22033         Declare.
22034         * ipa-cp.c (ipcp_estimate_growth): Use it.
22035         * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
22036         Likewise.
22038 2010-07-08  Jan Hubicka  <jh@suse.cz>
22040         * tree-inline.c (declare_return_variable): Allocate annotation for new
22041         temporary.
22043 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
22045         PR tree-optimization/44710
22046         * tree-if-conv.c (parse_predicate): New.
22047         (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
22048         Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
22050 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
22052         * common.opt (ftree-loop-if-convert): New flag.
22053         * doc/invoke.texi (ftree-loop-if-convert): Documented.
22054         * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
22055         when flag_tree_loop_if_convert is set.
22057 2010-07-08  Uros Bizjak  <ubizjak@gmail.com>
22059         * config/i386/i386.c: Use short syntax for function calls
22060         through function pointers.
22061         * config/i386/i386.md: Ditto.
22063 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
22065         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
22067 2010-07-08  Richard Guenther  <rguenther@suse.de>
22069         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
22070         stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
22072 2010-07-08  Jakub Jelinek  <jakub@redhat.com>
22074         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
22075         instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
22076         (loc_list_from_tree): Likewise.
22077         (output_loc_operands): Handle outputting DW_OP_const[48]u
22078         with loc->dtprel set.
22079         (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
22081 2010-07-08  Jan Hubicka  <jh@suse.cz>
22083         * ipa.c: Include pointer-set.h
22084         (cgraph_externally_visible_p): New attribute ALIASED;
22085         when in LTO, hidden symbols are local unless they are aliased.
22086         (function_and_variable_visibility): Compute aliased nodes;
22087         handle LTO and hidden symbol on functions and vars.
22088         * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
22089         for COMDAT symbols; handle COMDAT_GROUPS also at vars.
22091 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
22093         * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
22094         * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
22095         * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
22096         * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
22097         * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
22098         * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
22099         (ix86_gen_probe_stack_range): Likewise.
22100         (override_options): Set them.
22101         (ix86_target_stack_probe): New function.
22102         (ix86_compute_frame_layout): Force use of push instructions to
22103         save registers if stack checking with probes is enabled.
22104         (get_scratch_register_on_entry): New function.
22105         (release_scratch_register_on_entry): Likewise.
22106         (ix86_adjust_stack_and_probe): Likewise.
22107         (output_adjust_stack_and_probe): Likewise.
22108         (ix86_emit_probe_stack_range): Likewise.
22109         (output_probe_stack_range): Likewise.
22110         (ix86_expand_prologue): Emit stack checking code if static built-in
22111         stack checking is enabled.
22112         Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
22113         * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
22114         (output_adjust_stack_and_probe): Likewise.
22115         (output_probe_stack_range): Likewise.
22116         * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
22117         (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
22118         TARGET_STACK_PROBE.
22119         (allocate_stack_worker_64): Likewise.
22120         (allocate_stack): Likewise.
22121         (adjust_stack_and_probe): New insn.
22122         (probe_stack_range): Likewise.
22124 2010-07-08  Richard Guenther  <rguenther@suse.de>
22126         PR tree-optimization/44831
22127         * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
22128         a MEM_REF preserving TBAA info of the original dereference.
22129         Dereference the original pointer if the address is not invariant.
22130         (propagate_with_phi): Fixup type checks wrt MEM_REFs.  Require
22131         at least one invariant address that we are going to dereference.
22133 2010-07-08  Richard Guenther  <rguenther@suse.de>
22135         PR tree-optimization/44861
22136         * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
22137         information when building MEM_REFs.
22138         (vectorizable_load): Likewise.
22139         * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
22141 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
22143         * config/sol2-c.c: Do not include diagnostic-core.h.
22145 2010-07-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22147         PR bootstrap/44768
22148         * cfgexpand.c (estimated_stack_frame_size): Make self-contained
22149         with respect to current_function_decl. Pass decl of the function.
22150         * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
22151         * ipa-inline.c (compute_inline_parameters): Pass decl to
22152         estimated_stack_frame_size.
22154 2010-07-08  Richard Guenther  <rguenther@suse.de>
22156         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
22157         New function.
22158         (valueize_refs): Call it.
22160 2010-07-08  Richard Guenther  <rguenther@suse.de>
22162         PR rtl-optimization/44838
22163         * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
22164         SSA form do not use pointer equivalence.
22166 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
22168         * dwarf2out.c (AT_linkage_name): Delete.
22169         (add_linkage_attr): New function.
22170         (add_linkage_name): Call it to emit the linkage attribute.
22171         (dwarf2out_finish): Likewise.
22172         (move_linkage_attr): Explicitly accept both attribute variants.
22174 2010-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22176         * toplev.h: Do not include diagnostic-core.h.
22177         Include diagnostic-core.h in every file that includes toplev.h.
22178         * c-tree.h: Do not include toplev.h.
22179         * pretty-print.h: Update comment.
22180         * Makefile.in: Update dependencies.
22181         * alias.c: Include diagnostic-core.h in every file that includes
22182         toplev.h.
22183         * attribs.c: Likewise.
22184         * auto-inc-dec.c: Likewise.
22185         * bb-reorder.c: Likewise.
22186         * bt-load.c: Likewise.
22187         * caller-save.c: Likewise.
22188         * calls.c: Likewise.
22189         * cfg.c: Likewise.
22190         * cfganal.c: Likewise.
22191         * cfgbuild.c: Likewise.
22192         * cfgcleanup.c: Likewise.
22193         * cfghooks.c: Likewise.
22194         * cfgloop.c: Likewise.
22195         * combine.c: Likewise.
22196         * config/alpha/alpha.c: Likewise.
22197         * config/arc/arc.c: Likewise.
22198         * config/arm/arm.c: Likewise.
22199         * config/arm/pe.c: Likewise.
22200         * config/avr/avr.c: Likewise.
22201         * config/bfin/bfin.c: Likewise.
22202         * config/cris/cris.c: Likewise.
22203         * config/crx/crx.c: Likewise.
22204         * config/darwin-c.c: Likewise.
22205         * config/darwin.c: Likewise.
22206         * config/fr30/fr30.c: Likewise.
22207         * config/frv/frv.c: Likewise.
22208         * config/h8300/h8300.c: Likewise.
22209         * config/host-darwin.c: Likewise.
22210         * config/i386/i386.c: Likewise.
22211         * config/i386/netware.c: Likewise.
22212         * config/i386/nwld.c: Likewise.
22213         * config/i386/winnt-cxx.c: Likewise.
22214         * config/i386/winnt-stubs.c: Likewise.
22215         * config/i386/winnt.c: Likewise.
22216         * config/ia64/ia64-c.c: Likewise.
22217         * config/ia64/ia64.c: Likewise.
22218         * config/iq2000/iq2000.c: Likewise.
22219         * config/lm32/lm32.c: Likewise.
22220         * config/m32c/m32c-pragma.c: Likewise.
22221         * config/m32c/m32c.c: Likewise.
22222         * config/m32r/m32r.c: Likewise.
22223         * config/m68hc11/m68hc11.c: Likewise.
22224         * config/m68k/m68k.c: Likewise.
22225         * config/mcore/mcore.c: Likewise.
22226         * config/mep/mep-pragma.c: Likewise.
22227         * config/mep/mep.c: Likewise.
22228         * config/mmix/mmix.c: Likewise.
22229         * config/mn10300/mn10300.c: Likewise.
22230         * config/moxie/moxie.c: Likewise.
22231         * config/pa/pa.c: Likewise.
22232         * config/pdp11/pdp11.c: Likewise.
22233         * config/picochip/picochip.c: Likewise.
22234         * config/rs6000/rs6000-c.c: Likewise.
22235         * config/rs6000/rs6000.c: Likewise.
22236         * config/rx/rx.c: Likewise.
22237         * config/s390/s390.c: Likewise.
22238         * config/score/score.c: Likewise.
22239         * config/score/score3.c: Likewise.
22240         * config/score/score7.c: Likewise.
22241         * config/sh/sh.c: Likewise.
22242         * config/sh/symbian-base.c: Likewise.
22243         * config/sh/symbian-c.c: Likewise.
22244         * config/sh/symbian-cxx.c: Likewise.
22245         * config/sol2-c.c: Likewise.
22246         * config/sol2.c: Likewise.
22247         * config/sparc/sparc.c: Likewise.
22248         * config/spu/spu.c: Likewise.
22249         * config/stormy16/stormy16.c: Likewise.
22250         * config/v850/v850-c.c: Likewise.
22251         * config/v850/v850.c: Likewise.
22252         * config/vax/vax.c: Likewise.
22253         * config/vxworks.c: Likewise.
22254         * config/xtensa/xtensa.c: Likewise.
22255         * convert.c: Likewise.
22256         * cse.c: Likewise.
22257         * cselib.c: Likewise.
22258         * dbgcnt.c: Likewise.
22259         * dbxout.c: Likewise.
22260         * ddg.c: Likewise.
22261         * dominance.c: Likewise.
22262         * emit-rtl.c: Likewise.
22263         * explow.c: Likewise.
22264         * expmed.c: Likewise.
22265         * fixed-value.c: Likewise.
22266         * fold-const.c: Likewise.
22267         * fwprop.c: Likewise.
22268         * gcse.c: Likewise.
22269         * ggc-common.c: Likewise.
22270         * ggc-page.c: Likewise.
22271         * ggc-zone.c: Likewise.
22272         * gimple-low.c: Likewise.
22273         * gimplify.c: Likewise.
22274         * graph.c: Likewise.
22275         * haifa-sched.c: Likewise.
22276         * ifcvt.c: Likewise.
22277         * implicit-zee.c: Likewise.
22278         * integrate.c: Likewise.
22279         * ira-build.c: Likewise.
22280         * ira-color.c: Likewise.
22281         * ira-conflicts.c: Likewise.
22282         * ira-costs.c: Likewise.
22283         * ira-lives.c: Likewise.
22284         * ira.c: Likewise.
22285         * lists.c: Likewise.
22286         * loop-doloop.c: Likewise.
22287         * loop-iv.c: Likewise.
22288         * lto-opts.c: Likewise.
22289         * lto-symtab.c: Likewise.
22290         * main.c: Likewise.
22291         * modulo-sched.c: Likewise.
22292         * optabs.c: Likewise.
22293         * params.c: Likewise.
22294         * plugin.c: Likewise.
22295         * postreload-gcse.c: Likewise.
22296         * postreload.c: Likewise.
22297         * predict.c: Likewise.
22298         * profile.c: Likewise.
22299         * real.c: Likewise.
22300         * regcprop.c: Likewise.
22301         * reginfo.c: Likewise.
22302         * regmove.c: Likewise.
22303         * reorg.c: Likewise.
22304         * resource.c: Likewise.
22305         * rtl.c: Likewise.
22306         * rtlanal.c: Likewise.
22307         * sched-deps.c: Likewise.
22308         * sched-ebb.c: Likewise.
22309         * sched-rgn.c: Likewise.
22310         * sdbout.c: Likewise.
22311         * sel-sched-dump.c: Likewise.
22312         * sel-sched-ir.c: Likewise.
22313         * simplify-rtx.c: Likewise.
22314         * stmt.c: Likewise.
22315         * stor-layout.c: Likewise.
22316         * store-motion.c: Likewise.
22317         * targhooks.c: Likewise.
22318         * tree-cfg.c: Likewise.
22319         * tree-cfgcleanup.c: Likewise.
22320         * tree-dump.c: Likewise.
22321         * tree-eh.c: Likewise.
22322         * tree-inline.c: Likewise.
22323         * tree-nomudflap.c: Likewise.
22324         * tree-object-size.c: Likewise.
22325         * tree-optimize.c: Likewise.
22326         * tree-outof-ssa.c: Likewise.
22327         * tree-phinodes.c: Likewise.
22328         * tree-profile.c: Likewise.
22329         * tree-ssa-ccp.c: Likewise.
22330         * tree-ssa-coalesce.c: Likewise.
22331         * tree-ssa-live.c: Likewise.
22332         * tree-ssa-loop-niter.c: Likewise.
22333         * tree-ssa-loop-prefetch.c: Likewise.
22334         * tree-ssa-loop.c: Likewise.
22335         * tree-ssa-structalias.c: Likewise.
22336         * tree-ssa-uninit.c: Likewise.
22337         * tree-ssa.c: Likewise.
22338         * tree-vect-data-refs.c: Likewise.
22339         * tree-vect-loop-manip.c: Likewise.
22340         * tree-vect-loop.c: Likewise.
22341         * tree-vect-patterns.c: Likewise.
22342         * tree-vect-stmts.c: Likewise.
22343         * tree-vrp.c: Likewise.
22344         * varasm.c: Likewise.
22345         * vec.c: Likewise.
22346         * web.c: Likewise.
22347         * xcoffout.c: Likewise.
22349 2010-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
22351         * gengtype.c (write_field_root): New function.
22352         (write_root): Use it.
22354 2010-07-07  Wei Guozhi  <carrot@google.com>
22356         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
22357         of lowest bits to lshift/compare): Add a missing line.
22359 2010-07-07  Wei Guozhi  <carrot@google.com>
22361         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
22362         of lowest bits to lshift/compare): New.
22364 2010-07-07  Tom Tromey  <tromey@redhat.com>
22366         * doc/tm.texi: Update.
22367         * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
22368         Add @hook.
22369         * target.def (want_debug_pub_sections): New hook.
22370         * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
22371         * dwarf2out.c (add_pubname_string): Check
22372         targetm.want_debug_pub_sections.
22373         (add_pubname): Likewise.
22374         (add_pubtype): Likewise.
22376 2010-07-07  Jie Zhang  <jie@codesourcery.com>
22378         * genautomata.c (output_automata_list_min_issue_delay_code):
22379         Correctly decompress min_issue_delay.
22381 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
22383         PR rtl-optimization/44404
22384         * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
22385         possible, use reg_overlap_mentioned_p instead.
22387 2010-07-07  Duncan Sands  <baldrick@free.fr>
22389         PR middle-end/41355
22390         * tree.c (build_function_type_skip_args): Copy the original type using
22391         build_distinct_type_copy rather than copy_node.
22393 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
22395         PR target/44850
22396         * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
22397         revision 161876.
22398         (ix86_expand_prologue): Likewise.
22399         (ix86_handle_fndecl_attribute): Likewise.
22400         (ix86_asm_declare_function_name): Likewise.
22401         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
22402         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
22403         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
22404         * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
22405         * doc/extend.texi: Likewise.
22407 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
22409         PR target/44844
22410         * config/i386/i386.md (rdrand<mode>): Changed to expand to
22411         retry if the carry flag isn't valid.
22412         (rdrand<mode>_1): New.
22414 2010-07-07  Richard Guenther  <rguenther@suse.de>
22416         PR middle-end/44790
22417         * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
22418         for expanding the constant offset for MEM_REFs.
22420 2010-07-07  Richard Guenther  <rguenther@suse.de>
22422         * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
22423         * tree-ssa-propagate.c (valid_gimple_call_p): Make static.  Fix.
22424         * gimple.h (is_gimple_operand): Remove.
22425         * gimple.c (is_gimple_operand): Likewise.
22426         (walk_gimple_op): Fix wi->val_only setting for calls.
22427         * tree-cfg.c (verify_gimple_call): Fix argument validation.
22428         * tree-profile.c (tree_gen_ic_func_profiler): Do not create
22429         invalid gimple calls.
22431 2010-07-06  Jan Hubicka  <jh@suse.cz>
22433         * lto-cgraph.c (output_cgraph): Add missing declaration.
22435 2010-07-06  Jan Hubicka  <jh@suse.cz>
22437         * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
22438         partition.
22440 2010-07-06  Alexandre Oliva  <aoliva@redhat.com>
22442         * doc/gimple.texi (GIMPLE_DEBUG): Document.
22443         * doc/rtl.texi (Debug Information): New node.
22444         (NOTE_INSN_VAR_LOCATION): Document.
22445         (debug_insn): Likewise.
22446         * doc/generic.texi (DEBUG_EXPR_DECL): Document.
22448 2010-07-07  Jan Hubicka  <jh@suse.cz>
22450         With parts by Richard Guenther.
22452         PR middle-end/44813
22453         * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
22454         for functions passed by reference.
22455         * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
22456         in memory when passed by reference.
22457         * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
22458         beggining.
22459         * ipa-split.c (split_function): Cleanup way return value is passed;
22460         handle SSA DECL_BY_REFERENCE retvals.
22461         * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
22462         DECL_BY_REFERENCE is set.
22463         * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
22464         find_what_p_points_to): Handle RESULT_DECL.
22465         * tree-inline.c (declare_return_variable): Get new entry_block argument;
22466         when passing by reference ensure that RESULT_DECL is gimple_val.
22467         (remap_gimple_op_r): Remap RESULT_DECL ssa name.
22468         (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
22470 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
22472         PR rtl-optimization/44787
22473         * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
22474         * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
22476 2010-07-06  Jan Hubicka  <jh@suse.cz>
22478         * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
22479         (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
22480         with body can prevail.
22481         (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
22482         (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
22483         * cgraph.c (cgraph_get_node_or_alias): New function.
22484         * cgraph.h (cgraph_get_node_or_alias): Declare.
22486 2010-07-06  Kai Tietz  <kai.tietz@onevision.com>
22488         * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
22489         support.
22490         (ix86_expand_prologue): Likewise.
22491         (ix86_handle_fndecl_attribute): Likewise.
22492         (ix86_asm_declare_function_name): New function for
22493         ASM_DECLARE_FUNCTION_NAME.
22494         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
22495         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
22496         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
22497         * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
22498         * doc/extend.texi: Adjust documentation about ms_hook_prologue
22499         attribute.
22501 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
22503         * config/i386/i386.md (immediate_operand): New mode attribute.
22505         (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
22506         pro_epilogue_adjust_stack  and pro_epilogue_adjust_stack_rex64
22507         using P mode iterator.
22508         (pro_epilogue_adjust_stack_di_2): Rename from
22509         pro_epilogue_adjust_stack_rex64_2.
22511         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
22513 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
22515         * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
22516         through gen_mov_insv_1 function pointer.
22517         (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
22518         gen_truncxf<mode>2 through gen_truncxf function pointer.
22519         (remainder<mode>3): Ditto.
22520         (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
22521         (allocate_stack): Call gen_allocate_stack_worker_64 or
22522         gen_allocate_stack_worker_32 through gen_allocate_stack_worker
22523         function pointer.
22524         (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
22525         function pointer.
22527 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
22529         * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
22530         operand constraint instead of <r><i>m.
22532 2010-07-06  Richard Guenther  <rguenther@suse.de>
22534         PR middle-end/44828
22535         * convert.c (convert_to_integer): Watch out for overflowing
22536         MULT_EXPR as well.
22538 2010-07-05  Jan Hubicka  <jh@suse.cz>
22540         * lto-streamer.c (write_symbol_vec): Rename to ...
22541         (write_symbol) ... this one; write only symbol given and when
22542         present in cache. Sanity check that what is defined is present
22543         in cgraph/varpool with body/finalized decl.
22544         (write_symbols_of_kind): Remove.
22545         (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
22546         pairs to produce symtab.
22547         (produce_asm_for_decls): Update call of produce_symtab; don't do so
22548         when doing WPA streaming.
22550 2010-07-05  Jan Hubicka  <jh@suse.cz>
22552         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
22553         function is still available to fold into.
22555 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
22557         * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
22558         * function.h (struct_function): Change type of local_decls field
22559         to a VEC.
22560         (add_local_decl): New function.
22561         (FOR_EACH_LOCAL_DECL): New macro.
22562         * cfgexpand.c (init_vars_expansion): Adjust for new type of
22563         cfun->local_decls.
22564         (estimated_stack_frame_size): Likewise.
22565         (expand_used_vars): Likewise.
22566         * cgraphbuild.c (build_cgraph_edges): Likewise.
22567         * function.c (instantiate_decls_1): Likewise.
22568         * ipa-struct-reorg.c (build_data_structure): Likewise.
22569         * ipa-type-escape.c (analyze_function): Likewise.
22570         * lto-streamer-in.c (input_function): Likewise.
22571         * lto-streamer-out.c (output_function): Likewise.
22572         * tree-ssa-live.c (remove_unused_locals): Likewise.
22573         * tree.c (free_lang_data_in_decl): Likewise.
22574         (find_decls_types_in_node): Likewise.
22575         * omp-low.c (remove_exit_barrier): Likewise.
22576         (expand_omp_taskreg): Likewise.
22577         (list2chain): Rename to...
22578         (vec2chain): ...this.  Adjust.
22579         * cgraphunit.c (assemble_thunk): Call add_local_decl.
22580         * tree-cfg.c (replace_by_duplicate_decl): Likewise.
22581         * gimple-low.c (record_vars_into): Likewise.
22582         * tree-inline.c (remap_decls): Likewise.
22583         (declare_return_variable): Likewise.
22584         (declare_inline_vars): Likewise.
22585         (copy_forbidden): Adjust for new type of cfun->local_decls.
22586         (add_local_variables): New function.
22587         (expand_call_inline): Call it.
22588         (tree_function_versioning): Likewise.
22590 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
22592         AVX Programming Reference (June, 2010)
22593         * config/i386/cpuid.h (bit_F16C): New.
22594         (bit_RDRND): Likewise.
22595         (bit_FSGSBASE): Likewise.
22597         * config/i386/i386-builtin-types.def: Add
22598         "DEF_FUNCTION_TYPE (UINT16)", function types for
22599         float16 <-> float conversions and
22600         "DEF_FUNCTION_TYPE (VOID, UINT64)".
22602         * config/i386/i386-c.c (ix86_target_macros_internal): Support
22603         OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
22604         OPTION_MASK_ISA_F16C.
22606         * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
22607         (OPTION_MASK_ISA_RDRND_SET): Likewise.
22608         (OPTION_MASK_ISA_F16C_SET): Likewise.
22609         (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
22610         (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
22611         (OPTION_MASK_ISA_F16C_UNSET): Likewise.
22612         (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
22613         (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
22614         (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
22615         (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
22616         (override_options): Handle them.
22617         (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
22618         (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
22619         IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
22620         IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
22621         IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
22622         IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
22623         IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
22624         IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
22625         IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
22626         (bdesc_args): Likewise.
22627         (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
22628         V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
22629         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
22630         VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
22631         Handle non-memory store.
22633         * config/i386/i386.h (TARGET_FSGSBASE): New.
22634         (TARGET_RDRND): Likewise.
22635         (TARGET_F12C): Likewise.
22637         * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
22638         (UNSPEC_VCVTPS2PH): Likewise.
22639         (UNSPECV_RDFSBASE): Likewise.
22640         (UNSPECV_RDGSBASE): Likewise.
22641         (UNSPECV_WRFSBASE): Likewise.
22642         (UNSPECV_WRGSBASE): Likewise.
22643         (UNSPECV_RDRAND): Likewise.
22644         (rdfsbase<mode>): Likewise.
22645         (rdgsbase<mode>): Likewise.
22646         (wrfsbase<mode>): Likewise.
22647         (wrgsbase<mode>): Likewise.
22648         (rdrand<mode>): Likewise.
22650         * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
22652         * config/i386/immintrin.h (_rdrand_u16): New.
22653         (_rdrand_u32): Likewise.
22654         (_readfsbase_u32): Likewise.
22655         (_readfsbase_u64): Likewise.
22656         (_readgsbase_u32): Likewise.
22657         (_readgsbase_u64): Likewise.
22658         (_writefsbase_u32): Likewise.
22659         (_writefsbase_u64): Likewise.
22660         (_writegsbase_u32): Likewise.
22661         (_writegsbase_u64): Likewise.
22662         (_rdrand_u64): Likewise.
22663         (_cvtsh_ss): Likewise.
22664         (_mm_cvtph_ps): Likewise.
22665         (_mm256_cvtph_ps): Likewise.
22666         (_cvtss_sh): Likewise.
22667         (_mm_cvtps_ph): Likewise.
22668         (_mm256_cvtps_ph): Likewise.
22670         * config/i386/sse.md (vcvtph2ps): New.
22671         (*vcvtph2ps_load): Likewise.
22672         (vcvtph2ps256): Likewise.
22673         (vcvtps2ph): Likewise.
22674         (*vcvtps2ph): Likewise.
22675         (*vcvtps2ph_store): Likewise.
22676         (vcvtps2ph256): Likewise.
22678         * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
22680         * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
22682 2010-07-05  Joern Rennecke  <joern.rennecke@embecosm.com>
22684         PR bootstrap/44512
22685         * genenums.c (main): Output include of insn-constants.h
22686         * Makefile.in (insn-enums.o): Depend on insn-constants.h.
22688 2010-07-05  Uros Bizjak  <ubizjak@gmail.com>
22690         * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
22691         (override_options): Initialize it.
22692         (ix86_expand_prologue): Use it.
22694 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
22696         * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
22698 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
22700         * double-int.h (fit_double_type): Remove declaration.
22701         * double-int.c (fit_double_type): Remove function.
22702         * tree.h (int_fits_type_p): Adjust prototype.
22703         * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
22704         instead of fit_double_type.
22705         (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
22706         instead of fit_double_type and build_int_cst_wide.
22707         * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
22708         instead of fit_double_type and build_int_cst_wide.
22709         (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
22710         of fit_double_type.
22712 2010-07-05  Jan Hubicka  <jh@suse.cz>
22714         * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
22715         in_other_partition.
22716         * lto-cgraph.c (referenced_from_other_partition_p,
22717         reachable_from_other_partition_p): Use in_other_partition flags.
22718         (output_node, output_varpool_node): COMDAT nodes always have private
22719         copies and thus are never used from other partition.
22721 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
22723         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
22724         * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
22725         * config/ia64/ia64.c Include reload.h.
22726         (ia64_memory_move_cost): New function.
22727         (TARGET_MEMORY_MOVE_COST): Define.
22728         (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
22729         memory_move_cost.
22731 2010-07-05  Sandra Loosemore  <sandra@codesourcery.com>
22733         PR middle-end/42505
22734         * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
22735         comments about cost model.
22736         (try_add_cand_for):  Add second strategy for choosing initial set
22737         based on original IVs, controlled by ORIGINALP argument.
22738         (get_initial_solution): Add ORIGINALP argument.
22739         (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
22740         (find_optimal_iv_set): Try two different strategies for choosing
22741         the IV set, and return the one with lower cost.
22743 2010-07-05  Richard Guenther  <rguenther@suse.de>
22745         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
22747 2010-07-05  Richard Guenther  <rguenther@suse.de>
22749         * tree.c (reference_alias_ptr_type): New function.
22750         * tree.h (reference_alias_ptr_type): Declare.
22751         * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
22752         allow non-TARGET_MEM_REF new refs.
22753         (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
22754         * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
22755         Build a MEM_REF instead of a TARGET_MEM_REF if possible.
22756         (create_mem_ref): Get alias pointer type.  Adjust calls to
22757         create_mem_ref_raw.
22758         (maybe_fold_tmr): Likewise.
22759         * tree-flow.h (create_mem_ref): Adjust prototype.
22761 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
22763         PR c++/44808
22764         * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
22765         *from_p is VAR_DECL.
22767 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
22769         * tree.h (build_call_list): Remove.
22770         * tree.c (build_call_list): Remove.
22772 2010-07-05  Richard Guenther  <rguenther@suse.de>
22774         * double-int.h (double_int_sub): Declare.
22775         * double-int.c (double_int_sub): New function.
22776         * dwarf2out.c (field_byte_offset): Use it.
22777         * fixed-value.c (do_fixed_add): Likewise.
22778         (do_fixed_multiply): Likewise.
22779         (do_fixed_divide): Likewise.
22780         * tree-predcom.c (add_ref_to_chain): Likewise.
22781         (determine_roots_comp): Likewise.
22782         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
22784 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
22786         * vec.h (VEC_splice, VEC_safe_splice): New macros.  Add function
22787         implementations.
22789 2010-07-05  Bernd Schmidt  <bernds@codesourcery.com>
22791         * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
22792         * arm-modes.def (CC_NOTB): Don't define.
22793         * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
22794         (adddi_sesidi_di, adddi_zesidi_di): Likewise.
22795         (LTUGEU): New code_iterator.
22796         (cnb, optab): New corresponding code_attrs.
22797         (addsi3_carryin_<optab>): Renamed from addsi3_carryin.  Change pattern
22798         to canonical form.  Operands 1 and 2 are commutative.  Parametrize
22799         using LTUGEU.
22800         (addsi3_carryin_shift_<optab>): Likewise.
22801         (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
22802         Operands 1 and 2 are commutative.  Parametrize using LTUGEU.
22803         (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
22804         (subsi3_compare): Renamed from subsi3_compare0_c.
22805         Change CC_NOTB to CC.
22806         (arm_subsi3_insn): Allow constants for operand 0.
22807         (compare_scc peephole for eq case): New.
22808         (compare_scc splitters): Change CC_NOTB to CC.
22810 2010-07-05  Richard Guenther  <rguenther@suse.de>
22812         * tree-ssa-loop-im.c (for_each_index): Do not handle
22813         ALIGN_INDIRECT_REF.
22814         (gen_lsm_tmp_name): Likewise.
22815         * tree-dump.c (dequeue_and_dump): Likewise.
22816         * tree-pretty-print.c (dump_generic_node): Likewise.
22817         (op_code_prio): Likewise.
22818         (op_symbol_code): Likewise.
22819         * tree.c (staticp): Likewise.
22820         (build1_stat): Likewise.
22821         * tree.h (INDIRECT_REF_P): Likewise.
22822         * fold-const.c (maybe_lvalue_p): Likewise.
22823         (operand_equal_p): Likewise.
22824         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
22825         (ao_ref_init_from_vn_reference): Likewise.
22826         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
22827         (find_interesting_uses_address): Likewise.
22828         * dwarf2out.c (loc_list_from_tree): Likewise.
22829         * gimplify.c (gimplify_expr): Likewise.
22830         * tree-eh.c (tree_could_trap_p): Likewise.
22831         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
22832         * cfgexpand.c (expand_debug_expr): Likewise.
22833         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
22834         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
22835         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
22836         * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
22837         * tree-ssa-operands.c (get_expr_operands): Likewise.
22838         * expr.c (safe_from_p): Likewise.
22839         (expand_expr_real_1): Likewise.  TER BIT_AND_EXPRs into MEM_REFs.
22840         * tree-vect-data-refs.c (vect_setup_realignment): Build
22841         BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
22842         * tree-vect-stmts.c (vectorizable_load): Likewise.
22843         * tree.def (ALIGN_INDIRECT_REF): Remove.
22845 2010-07-05  Richard Guenther  <rguenther@suse.de>
22847         PR tree-optimization/44784
22848         * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
22849         for inserted stmts.
22850         (find_or_generate_expression): Fix SCCVN insertion check.
22852 2010-07-05  Nathan Sidwell  <nathan@codesourcery.com>
22854         * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
22855         * config/rs6000/e500crtsav64gprctr.asm: Likewise.
22856         * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
22857         directives.
22859 2010-07-05  Ira Rosen  <irar@il.ibm.com>
22861         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
22862         statements that are not vectorized.
22863         * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
22864         in INSIDE_COST.
22866 2010-07-05  Mikael Pettersson  <mikpe@it.uu.se>
22868         PR bootstrap/44820
22869         * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
22871 2010-07-05  Richard Guenther  <rguenther@suse.de>
22873         * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
22874         RESULT_DECLs properly.
22876 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
22878         PR rtl-optimization/44695
22879         * config/i386/i386.md (extract_code): Removed.
22880         (<u>divmodqi4): Likewise.
22881         (divmodqi4): New.
22882         (udivmodqi4): Likewise.
22883         (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
22884         (udivmodhiqi3): Likewise.
22886 2010-07-04  Jan Hubicka  <jh@suse.cz>
22888         * lto-cgraph.c (input_edge): Do not care about resolution decisions.
22890 2010-07-04  Jan Hubicka  <jh@suse.cz>
22892         * cgraphunit.c (init_cgraph): Only initialize dump file if it
22893         is not already initialized.
22895 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
22897         * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
22898         (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
22899         (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
22900         (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
22901         (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
22902         (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
22903         (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
22904         (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
22905         (sync_new_nand_optab): Redefine as macros.
22906         (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
22907         Delete.
22908         (direct_optab_index): New enum.
22909         (direct_optab_d): New structure.
22910         (direct_optab): New typedef.
22911         (direct_optab_table): Declare.
22912         (direct_optab_handler, set_direct_optab_handler): New functions.
22913         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
22914         (sync_lock_release_optab): New macros.
22915         * optabs.c (direct_optab_table): New variable.
22916         (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
22917         (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
22918         cmpstr_optab and cmpstrn_optab.
22919         (emit_conditional_move): Likewise for movcc_optab.
22920         (can_conditionally_move_p): Likewise for movcc_gen_code.
22921         (init_insn_codes): Clear direct_optab_table.
22922         (init_optabs): Don't initialize the new "direct optabs" here.
22923         (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
22924         vcond_gen_code.
22925         (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
22926         (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
22927         (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
22928         (expand_sync_operation): Likewise other sync_*_optabs.
22929         (expand_sync_fetch_operation): Likewise.  Rename sync_compare_and_swap
22930         to sync_compare_and_swap_optab.
22931         (expand_sync_lock_test_and_set): Use direct_optab_handler for
22932         sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
22933         to the names of both.
22934         * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
22935         cmpstr_optab and cmpstrn_optab.
22936         (expand_builtin_lock_release): Likewise sync_lock_release.
22937         * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
22938         (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
22939         (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
22940         (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
22941         (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
22942         (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
22943         (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
22944         (sync_lock_test_and_set, sync_lock_release): Delete.
22945         (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
22946         (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
22947         * genopinit.c (optabs): Use set_direct_optab_handler for the new
22948         macro optabs.
22949         * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
22950         the "optab" local variable.  Use direct_optab_handler for optab and
22951         sync_compare_and_swap_optab.
22952         * reload1.c (reload_in_optab, reload_out_optab): Delete.
22953         * targhooks.c (default_secondary_reload): Use direct_optab_handler for
22954         reload_in_optab and reload_out_optab.
22955         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
22956         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
22957         * config/pa/pa.c (pa_secondary_reload): Likewise.
22958         * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
22959         for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
22960         (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
22961         (VMSupportsCS8_builtin): Likewise.
22963 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
22965         * optabs.h (optab_handlers): Change type of insn_code to int.
22966         (optab_handler, set_optab_handler, convert_optab_handler)
22967         (set_convert_optab_handler): Treat the insn_code field as "insn_code -
22968         CODE_FOR_nothing".
22969         * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
22970         (init_insn_codes): Zero both the above arrays.
22971         (init_optabs): Never call init_insn_codes first time around.
22973 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
22975         * optabs.h (optab_handler, convert_optab_handler): Turn into
22976         inline functions that return an insn code.
22977         (set_optab_handler, set_convert_optab_handler): New functions.
22978         * builtins.c: Replace optab_handler(X)->insn_code with
22979         optab_handler or set_optab_handler thoughout.  Likewise
22980         convert_optab_handler(X)->insn_code with convert_optab_handler
22981         and set_convert_optab_handler.
22982         * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
22983         reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
22984         tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
22985         tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
22986         tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
22987         config/spu/spu.c: Likewise.
22989 2010-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
22991         PR target/44531
22992         * config.gcc (sh*-*-*): Use regular expressions instead of
22993         the 'i' modifier for sed substitutions.
22995 2010-07-04  Jeremie Salvucci  <jeremie.salvucci@free.fr>
22997         * gimple.c (gimple_body): Comments added.
22999 2010-07-04  Richard Guenther  <rguenther@suse.de>
23001         PR middle-end/44809
23002         * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
23003         of an INDIRECT_REF.
23005 2010-07-04  Richard Guenther  <rguenther@suse.de>
23007         PR tree-optimization/44479
23008         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
23009         extra SSA name copy statements which preserves points-to
23010         information.
23011         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
23012         Copy points-to information for all pointers.  Properly handle
23013         MEM_REFs.
23014         (vect_create_data_ref_ptr): Likewise.  Avoid extra SSA name
23015         copy statements.
23016         * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
23017         dependency.
23019 2010-07-04  Richard Guenther  <rguenther@suse.de>
23021         PR middle-end/44785
23022         * tree-inline.c (initialize_inlined_parameters): Do not
23023         re-use pointer-map slot over remap_type call.
23025 2010-07-04  Richard Guenther  <rguenther@suse.de>
23027         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
23029 2010-07-04  Richard Guenther  <rguenther@suse.de>
23031         PR tree-optimization/44656
23032         * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
23033         again after value-replacing in the defintions lhs.
23035 2010-07-04  Ira Rosen  <irar@il.ibm.com>
23036             Revital Eres  <eres@il.ibm.com>
23038         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
23039         Document new arguments.
23040         * doc/tm.texi: Regenerate.
23041         * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
23042         Handle unaligned store.
23043         * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
23044         * target.def (builtin_vectorization_cost): Add new arguments.
23045         * target.h (enum vect_cost_for_stmt): Add unaligned_store.
23046         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
23047         of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
23048         (vect_vfa_segment_size): Fix indentation.
23049         * tree-vectorizer.h (struct _vect_peel_info): New.
23050         (struct _vect_peel_extended_info): New.
23051         (struct _loop_vec_info): Add new field for peeling hash table and a
23052         macro for its access.
23053         (VECT_MAX_COST): Define.
23054         (vect_get_load_cost): Declare.
23055         (vect_get_store_cost, vect_get_known_peeling_cost,
23056         vect_get_single_scalar_iteraion_cost): Likewise.
23057         (vect_supportable_dr_alignment): Add new argument.
23058         * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
23059         field.
23060         (destroy_loop_vec_info): Free peeling hash table.
23061         (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
23062         (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
23063         vect_analyze_slp. Fix indentation.
23064         (vect_get_single_scalar_iteraion_cost): New function.
23065         (vect_get_known_peeling_cost): Likewise.
23066         (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
23067         Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
23068         statement. Move outside cost calculation inside unknown peeling case.
23069         Call vect_get_known_peeling_cost for known amount of peeling.
23070         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
23071         reference to the print message of forced alignment.
23072         (vect_verify_datarefs_alignment): Update call to
23073         vect_supportable_dr_alignment.
23074         (vect_get_data_access_cost): New function.
23075         (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
23076         vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
23077         vect_peeling_hash_choose_best_peeling): Likewise.
23078         (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
23079         to store all the accesses in the loop and find best possible access to
23080         align using peeling for known alignment case. For unknown alignment
23081         check if stores are preferred or if peeling is worthy.
23082         (vect_find_same_alignment_drs): Analyze pairs of loads too.
23083         (vect_supportable_dr_alignment): Add new argument and check aligned
23084         accesses according to it.
23085         * tree-vect-stmts.c (vect_get_stmt_cost): New function.
23086         (cost_for_stmt): Call vect_get_stmt_cost.
23087         (vect_model_simple_cost): Likewise.
23088         (vect_model_store_cost): Call vect_get_stmt_cost. Call
23089         vect_get_store_cost to calculate the cost of the statement.
23090         (vect_get_store_cost): New function.
23091         (vect_model_load_cost): Call vect_get_stmt_cost. Call
23092         vect_get_load_cost to calculate the cost of the statement.
23093         (vect_get_load_cost): New function.
23094         (vectorizable_store): Update call to vect_supportable_dr_alignment.
23095         (vectorizable_load): Likewise.
23096         * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
23097         * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
23098         arguments. Handle unaligned store.
23099         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
23100         (rs6000_builtin_support_vector_misalignment): Return true for word and
23101         double word alignments for VSX.
23102         * tree-vect-slp.c (vect_build_slp_tree): Update calls to
23103         vect_supportable_dr_alignment and builtin_vectorization_cost.
23105 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
23107         PR target/44597
23108         * config/pa/predicates.md (prefetch_cc_operand): Remove.
23109         (prefetch_nocc_operand): Likewise.
23110         * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
23111         (prefetch_20): New insn.
23112         (prefetch_cc): Remove.
23113         (prefetch_nocc): Likewise.
23115 2010-07-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
23117         * expr.c (vector_mode_valid_p): Move to c-common.c.
23118         * expr.h (vector_mode_valid_p): Do not declare here.
23119         * system.h: Poison GCC_EXPR_H in front-ends.
23120         * Makefile.in: Update dependencies.
23122 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
23124         PR target/44705
23125         * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
23127 2010-07-03  Jan Hubicka  <jh@suse.cz>
23129         * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
23130         TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
23131         * cfgexpand.c (gimple_expand_cfg): Use new timevars.
23132         * var-tracking.c (vt_find_locations, variable_tracking_main_1):
23133         Likewise.
23135         * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
23136         Update timevars.V
23137         * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
23138         (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
23139         TV_IPA_LTO_DECL_OUT): New.
23140         * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
23142 2010-07-03  Jan Hubicka  <jh@suse.cz>
23144         * ipa-inline.c (update_edge_key): Break out from ...
23145         update_callers_keys): ... here;
23146         (update_callee_keys): Update only the edges from caller to callee.
23147         (update_all_calle_keys): Do what update_calle_keys did.
23148         (decide_inlining_of_small_functions): Avoid recomputing of all
23149         callees when badness increase.
23151 2010-07-03  Jie Zhang  <jie@codesourcery.com>
23153         * config/arm/arm.c (arm_attr_length_move_neon): New.
23154         * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
23155         * config/arm/neon.md (define_mode_attr V_slen): Remove.
23156         (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
23157         to compute length attribute.
23159 2010-07-03  Jie Zhang  <jie@codesourcery.com>
23161         * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
23162         as predicate for operand 1 and remove its constraint.
23163         * config/arm/predicates.md (vfp_register_operand): New.
23164         * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
23165         (*push_fp_multi): Likewise.
23167 2010-07-03  Eric Botcazou  <ebotcazou@adacore.com>
23169         * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
23171 2010-07-03  Jan Hubicka  <jh@suse.cz>
23173         * config/i386/i386.c (override_options): Revert accidental commit.
23175 2010-07-02  Le-Chun Wu  <lcwu@google.com>
23177         PR c++/44128
23178         * doc/invoke.texi: Update documentation of -Wshadow.
23180 2010-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
23181             Julian Brown  <julian@codesourcery.com>
23182             Sandra Loosemore  <sandra@codesourcery.com>
23184         * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
23185         comparisons.  Adjust to take both operands.
23186         (arm_select_cc_mode): Handle DImode comparisons.
23187         (arm_gen_compare_reg): Generate a scratch register for DImode
23188         comparisons which require one.  Use xor for Thumb equality checks.
23189         (arm_const_double_by_immediates): New.
23190         (arm_print_operand): Allow 'Q' and 'R' for constants.
23191         (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
23192         * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
23193         arm_canonicalize_comparison.
23194         * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
23195         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
23196         prototype.
23197         (arm_const_double_by_immediates): Declare.
23198         * config/arm/constraints.md (Di): New constraint.
23199         * config/arm/predicates.md (arm_immediate_di_operand)
23200         (arm_di_operand, cmpdi_operand): New.
23201         * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
23202         (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
23203         (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
23204         (cstoredi4): Handle non-Cirrus also.
23206 2010-07-02  Julian Brown  <julian@codesourcery.com>
23207             Sandra Loosemore  <sandra@codesourcery.com>
23209         PR target/43703
23210         * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
23211         (smax<mode>3): Disable for NEON float modes when
23212         flag_unsafe_math_optimizations is false.
23213         * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
23214         (*mul<mode>3_neon)
23215         (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
23216         (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
23217         for NEON float modes when flag_unsafe_math_optimizations is false.
23218         (quad_halves_<code>v4sf): Only enable if
23219         flag_unsafe_math_optimizations is true.
23220         * doc/invoke.texi (ARM Options): Add note about floating point
23221         vectorization requiring -funsafe-math-optimizations.
23223 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
23224             Julian Brown  <julian@codesourcery.com>
23226         * config/arm/neon.md (UNSPEC_VABA): Delete.
23227         (UNSPEC_VABAL): Delete.
23228         (UNSPEC_VABS): Delete.
23229         (UNSPEC_VMUL_N): Delete.
23230         (adddi3_neon): New.
23231         (subdi3_neon): New.
23232         (mul<mode>3add<mode>_neon): Make the pattern named.
23233         (mul<mode>3neg<mode>add<mode>_neon): Likewise.
23234         (neon_vadd<mode>): Replace with define_expand, and move the remaining
23235         unspec parts...
23236         (neon_vadd<mode>_unspec): ...to this.
23237         (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
23238         (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
23239         (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
23240         (neon_vaba<mode>): Rewrite in terms of vabd.
23241         (neon_vabal<mode>): Rewrite in terms of vabdl.
23242         (neon_vabs<mode>): Rewrite without unspec.
23243         * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
23244         (*arm_subdi3): Likewise.
23245         * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
23246         No_op attribute to disable assembly output checks.
23247         * config/arm/arm_neon.h: Regenerated.
23248         * doc/arm-neon-intrinsics.texi: Regenerated.
23250 2010-07-02  Jan Hubicka  <jh@suse.cz>
23252         * ipa-split.c (split_function): For aggregate values, set the return
23253         slot optimization bit.  When passing DECL_BY_REFERENCE, produce
23254         *<retval> = fncall.part ().
23255         (execute_split_functions): Do not care about DECL_BY_REFERENCE.
23257 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
23259         * config/arm/neon.md (UNSPEC_VAND): Delete.
23260         (UNSPEC_VBIC): Delete.
23261         (UNSPEC_VCLZ): Delete.
23262         (UNSPEC_VCNT): Delete.
23263         (UNSPEC_VEOR): Delete.
23264         (UNSPEC_VORN): Delete.
23265         (UNSPEC_VORR): Delete.
23266         (iordi3_neon): Rewrite RTL without unspec.  Add alternatives to handle
23267         core registers too.
23268         (anddi3_neon): Likewise.
23269         (orndi3_neon): Likewise.
23270         (bicdi3_neon): Likewise.
23271         (xordi3_neon): Likewise.
23272         (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
23273         rid of unspec and handle unused operand.
23274         (neon_vcnt<mode>): Similarly, with popcount<mode>2.
23275         * config/arm/predicates.md (imm_for_neon_logic_operand):
23276         Require TARGET_NEON.
23277         (imm_for_neon_inv_logic_operand): Likewise.
23278         * config/arm/arm.md (define_split for logical_binary_operator):
23279         Disable for NEON registers.
23280         (anddi3): Add new define_expand, and rename the insn.  Disable
23281         this insn for NEON, where anddi3_neon now applies.
23282         (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
23283         (iordi3): As for anddi3.
23284         (xordi3): Likewise.
23285         * config/arm/neon.ml (Vand): Split DImode variants and mark them
23286         as No_op to disable testing for exact instruction match.
23287         (Vorr): Likewise.
23288         (Veor): Likewise.
23289         (Vbic): Likewise.
23290         (Vorn): Likewise.
23291         * config/arm/arm_neon.h: Regenerated.
23292         * doc/arm-neon-intrinsics.texi: Regenerated.
23294 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
23296         * expr.h (emit_stack_probe): Declare.
23297         * explow.c (emit_stack_probe): Make global.
23298         (anti_adjust_stack_and_probe): Fix comments.
23299         * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
23300         * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
23301         * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
23302         * config/sparc/sparc.c: Include except.h.
23303         (sparc_emit_probe_stack_range): New function.
23304         (output_probe_stack_range): Likewise.
23305         (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
23306         built-in stack checking is enabled.
23307         * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
23308         * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
23309         (probe_stack_range): New insn.
23311 2010-07-02  Richard Guenther  <rguenther@suse.de>
23313         PR target/43958
23314         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
23315         for argument alignment.
23317 2010-07-02  Jan Hubicka  <jh@suse.cz>
23319         * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
23320         walk backwards from entry_bb to check only those basic block of header
23321         that might lead to execution of split part.
23322         (consider_split) ... here.
23323         (find_return_bb): Allow assignment in return BB.
23324         (find_retval): New.
23325         (split_function): Fix name of cloned function; take care of updating
23326         return value in return_bb containing move.
23328 2010-07-02  Andreas Schwab  <schwab@linux-m68k.org>
23330         PR target/44771
23331         * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
23332         used variable insn.
23334 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
23336         * implicit-zee.c (combine_reaching_defs): Fix long lines.
23337         (is_set_with_extension_DI): Delete.
23338         (struct zero_extend_info): New structure.
23339         (add_removable_zero_extend): New function.
23340         (find_removable_zero_extends): Use note_stores to find SETs.
23341         (find_and_remove_ze): Fix long line, remove superfluous parentheses.
23343 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
23345         * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
23346         is_miss_rate_acceptable. Pull total_positions computation
23347         out of the loops.  Early return if miss_positions exceeds
23348         the acceptable threshold.
23349         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
23350         is_miss_rate_acceptable after renaming of compute_miss_rate.
23352 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
23354         PR middle-end/44576
23355         * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
23356         of 1000) for miss rate if the address diference is greater than or
23357         equal to the cache line size (the two reference will never hit the
23358         same cache line).
23360 2010-07-02  Bernd Schmidt  <bernds@codesourcery.com>
23362         PR target/42835
23363         * config/arm/arm-modes.def (CC_NOTB): New mode.
23364         * config/arm/arm.c (get_arm_condition_code): Handle it.
23365         * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
23366         * config/arm/arm.md (subsi3_compare0_c): New pattern.
23367         (compare_scc): Now a define_and_split.  Add a number of extra
23368         splitters before it.
23370         PR target/42172
23371         * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
23372         and ZERO_EXTEND.
23373         (arm_rtx_costs_1): Likewise.
23374         (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
23375         * config/arm/arm.md (is_arch6): New attribute.
23376         (zero_extendhisi2, zero_extendqisi2, extendhisi2,
23377         extendqisi2): Tighten the code somewhat, avoiding invalid
23378         RTL to occur in the expander patterns.
23379         (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
23380         (thumb1_zero_extendhisi2_v6): Delete.
23381         (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
23382         (thumb1_extendhisi2_v6): Delete.
23383         (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
23384         (thumb1_extendqisi2_v6): Delete.
23385         (zero_extendhisi2 for register input splitter): New.
23386         (zero_extendqisi2 for register input splitter): New.
23387         (thumb1_extendhisi2 for register input splitter): New.
23388         (extendhisi2 for register input splitter): New.
23389         (extendqisi2 for register input splitter): New.
23390         (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
23391         (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
23392         and add support for a register alternative requiring a split.
23393         (thumb1_zero_extendqisi2): Likewise.
23394         (arm_zero_extendqisi2): Likewise.
23395         (arm_extendhisi2): Likewise.
23396         (arm_extendqisi2): Likewise.
23398 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
23400         * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
23401         instead of an unspec.
23402         (neon_expand_vector_init): Likewise.
23403         * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
23404         (UNSPEC_VDUP_LANE): Delete.
23405         (UNSPEC VDUP_N): Delete.
23406         (UNSPEC_VGET_HIGH): Delete.
23407         (UNSPEC_VGET_LANE): Delete.
23408         (UNSPEC_VGET_LOW): Delete.
23409         (UNSPEC_VMVN): Delete.
23410         (UNSPEC_VSET_LANE): Delete.
23411         (V_double_vector_mode): New.
23412         (vec_set<mode>_internal): Make code emitted match that for the
23413         corresponding intrinsics.
23414         (vec_setv2di_internal): Likewise.
23415         (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
23416         (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
23417         (neon_vset_lane<mode>): Combine double and quad patterns and
23418         expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
23419         (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
23420         (neon_vdup_n<mode>): Rewrite RTL without unspec.
23421         (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
23422         (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
23423         with neon_vdup_lanev2di, adjusting the pattern from the latter
23424         to be predicable for consistency.
23425         (neon_vdup_lane<mode>_internal): New.
23426         (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
23427         to avoid using an unspec.
23428         (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
23429         (neon_vdup_lanev2di): Turn into a define_expand.
23430         (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
23431         (neon_vget_high<mode>): Replace with....
23432         (neon_vget_highv16qi): New pattern using canonical RTL.
23433         (neon_vget_highv8hi): Likewise.
23434         (neon_vget_highv4si): Likewise.
23435         (neon_vget_highv4sf): Likewise.
23436         (neon_vget_highv2di): Likewise.
23437         (neon_vget_low<mode>): Replace with....
23438         (neon_vget_lowv16qi): New pattern using canonical RTL.
23439         (neon_vget_lowv8hi): Likewise.
23440         (neon_vget_lowv4si): Likewise.
23441         (neon_vget_lowv4sf): Likewise.
23442         (neon_vget_lowv2di): Likewise.
23444         * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
23445         test for this emitting vmov.
23446         (Vset_lane): Likewise.
23447         (Vdup_n): Likewise.
23448         (Vmov_n): Likewise.
23450         * doc/arm-neon-intrinsics.texi: Regenerated.
23452 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
23454         * config/arm/neon.md (vec_extractv2di): Correct error in register
23455         numbering to reconcile with neon_vget_lanev2di.
23457 2010-07-02  Richard Guenther  <rguenther@suse.de>
23459         * tree-ssa-structalias.c (pt_solution_set_var): New function.
23460         * tree-ssa-alias.h (pt_solution_set_var): Declare.
23461         * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
23462         points-to information.
23464 2010-07-02  Christian Borntraeger  <borntraeger@de.ibm.com>
23466         * config/s390/s390.c (override_options): Adopt prefetching
23467         at -O3 to handle flag_prefetch_loop_arrays as a tristate.
23469 2010-07-02  Jan Hubicka  <jh@suse.cz>
23471         * df-problems.c (df_kill_notes): Do not collect dead  notes.
23472         (df_set_note): Just call add_reg_note.
23473         (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
23474         df_create_unused_note): Do not deal with lists of old notes.
23475         (df_note_bb_compute): Likewise.
23477 2010-07-02  Richard Guenther  <rguenther@suse.de>
23479         * tree-ssa-structalias.c (find_func_aliases): Handle
23480         pointer alignment via BIT_AND_EXPR.
23481         * tree-vrp.c (extract_range_from_binary_expr): Likewise.
23483 2010-07-02  Richard Guenther  <rguenther@suse.de>
23485         * tree-data-ref.c (initialize_data_dependence_relation): Handle
23486         mismatching number of dimensions properly.
23488 2010-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23490         PR target/44707
23491         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
23492         (lo_sum (high ...) ...) patterns generated by earlier passes.
23494 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23496         * doc/install.texi (Prerequisites): Document Perl requirement on
23497         Solaris 2.
23498         (Specific, *-*-solaris2*): Document GNU c++filt requirement.
23500 2010-07-02  Richard Guenther  <rguenther@suse.de>
23502         PR middle-end/44777
23503         * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
23505 2010-07-02  Jan Hubicka  <jh@suse.cz>
23507         PR middle-end/44706
23508         * predict.c (predict_paths_for_bb): Handle case when control dependence
23509         BB has only abnormal edges.
23511 2010-07-02  Richard Guenther  <rguenther@suse.de>
23513         PR tree-optimization/44748
23514         * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
23515         the embedded conversion in MEM_REFs.
23517 2010-07-01  López-Ibáñez  <manu@gcc.gnu.org>
23519         * reload.c: Include toplev.h.
23520         * recog.c:  Likewise.
23521         * Makefile.in: Adjust dependencies.
23523 2010-07-01  Jakub Jelinek  <jakub@redhat.com>
23525         PR debug/44694
23526         * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
23527         or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
23529 2010-07-01  Richard Guenther  <rguenther@suse.de>
23531         * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
23532         types for offsets.
23534 2010-07-01  Joern Rennecke  <joern.rennecke@embecosm.com>
23536         PR target/44732
23537         * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
23538         Fix argument types.
23540 2010-07-01  Bernd Schmidt  <bernds@codesourcery.com>
23542         PR target/44727
23543         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
23544         Make sure operand 0 dies.
23546 2010-07-01  Richard Guenther  <rguenther@suse.de>
23548         PR middle-end/42834
23549         PR middle-end/44468
23550         * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
23551         * doc/generic.texi (References to storage): Document MEM_REF.
23552         * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
23553         (print_call_name): Likewise.
23554         * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
23555         (build_simple_mem_ref_loc): New function.
23556         (mem_ref_offset): Likewise.
23557         * tree.h (build_simple_mem_ref_loc): Declare.
23558         (build_simple_mem_ref): Define.
23559         (mem_ref_offset): Declare.
23560         * fold-const.c: Include tree-flow.h.
23561         (operand_equal_p): Handle MEM_REF.
23562         (build_fold_addr_expr_with_type_loc): Likewise.
23563         (fold_comparison): Likewise.
23564         (fold_unary_loc): Fold
23565         VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
23566         (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
23567         fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
23568         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
23569         (ptr_deref_may_alias_ref_p_1): Likewise.
23570         (ao_ref_base_alias_set): Properly differentiate base object for
23571         offset and TBAA.
23572         (ao_ref_init_from_ptr_and_size): Use MEM_REF.
23573         (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
23574         (indirect_refs_may_alias_p): Likewise.
23575         (refs_may_alias_p_1): Likewise.  Remove pointer SSA name def
23576         chasing code.
23577         (ref_maybe_used_by_call_p_1): Handle MEM_REF.
23578         (call_may_clobber_ref_p_1): Likewise.
23579         * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
23580         * expr.c (expand_assignment): Handle MEM_REF.
23581         (store_expr): Handle MEM_REFs from STRING_CSTs.
23582         (store_field): If expanding a MEM_REF of a non-addressable
23583         decl use bitfield operations.
23584         (get_inner_reference): Handle MEM_REF.
23585         (expand_expr_addr_expr_1): Likewise.
23586         (expand_expr_real_1): Likewise.
23587         * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
23588         * alias.c (ao_ref_from_mem): Handle MEM_REF.
23589         (get_alias_set): Likewise.  Properly handle VIEW_CONVERT_EXPRs.
23590         * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
23591         (dr_analyze_indices): Likewise.
23592         (dr_analyze_alias): Likewise.
23593         (object_address_invariant_in_loop_p): Likewise.
23594         * gimplify.c (mark_addressable): Handle MEM_REF.
23595         (gimplify_cond_expr): Build MEM_REFs.
23596         (gimplify_modify_expr_to_memcpy): Likewise.
23597         (gimplify_init_ctor_preeval_1): Handle MEM_REF.
23598         (gimple_fold_indirect_ref): Adjust.
23599         (gimplify_expr): Handle MEM_REF.  Gimplify INDIRECT_REF to MEM_REF.
23600         * tree.def (MEM_REF): New tree code.
23601         * tree-dfa.c: Include toplev.h.
23602         (get_ref_base_and_extent): Handle MEM_REF.
23603         (get_addr_base_and_unit_offset): New function.
23604         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
23605         * gimple-fold.c (may_propagate_address_into_dereference): Handle
23606         MEM_REF.
23607         (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
23608         accesses if the array has just one dimension.  Remove always true
23609         parameter.  Do not require type compatibility here.
23610         (maybe_fold_offset_to_component_ref): Remove.
23611         (maybe_fold_stmt_indirect): Remove.
23612         (maybe_fold_reference): Remove INDIRECT_REF handling.
23613         Fold back to non-MEM_REF.
23614         (maybe_fold_offset_to_address): Simplify.  Deal with type
23615         mismatches here.
23616         (maybe_fold_reference): Likewise.
23617         (maybe_fold_stmt_addition): Likewise.  Also handle
23618         &ARRAY + I in addition to &ARRAY[0] + I.
23619         (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
23620         (gimple_get_relevant_ref_binfo): Handle MEM_REF.
23621         * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
23622         * tree-ssa.c (useless_type_conversion_p): Make most pointer
23623         conversions useless.
23624         (warn_uninitialized_var): Handle MEM_REF.
23625         (maybe_rewrite_mem_ref_base): New function.
23626         (execute_update_addresses_taken): Implement re-writing of MEM_REFs
23627         to SSA form.
23628         * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
23629         INDIRECT_REF handling.
23630         (copy_tree_body_r): Handle MEM_REF.
23631         * gimple.c (is_gimple_addressable): Adjust.
23632         (is_gimple_address): Likewise.
23633         (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
23634         invariant base are invariant.
23635         (is_gimple_min_lval): Adjust.
23636         (is_gimple_mem_ref_addr): New function.
23637         (get_base_address): Handle MEM_REF.
23638         (count_ptr_derefs): Likewise.
23639         (get_base_loadstore): Likewise.
23640         * gimple.h (is_gimple_mem_ref_addr): Declare.
23641         (gimple_call_fndecl): Handle invariant MEM_REF addresses.
23642         * tree-cfg.c (verify_address): New function, split out from ...
23643         (verify_expr): ... here.  Use for verifying ADDR_EXPRs and
23644         the address operand of MEM_REFs.  Verify MEM_REFs.  Reject
23645         INDIRECT_REFs.
23646         (verify_types_in_gimple_min_lval): Handle MEM_REF.  Disallow
23647         INDIRECT_REF.  Allow conversions.
23648         (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
23649         a register does not change its size.
23650         (verify_types_in_gimple_reference): Verify MEM_REF.
23651         (verify_gimple_assign_single): Disallow INDIRECT_REF.
23652         Handle MEM_REF.
23653         * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
23654         New.
23655         (mark_address_taken): Handle MEM_REF.
23656         (get_indirect_ref_operands): Pass through opf_not_non_addressable.
23657         (get_asm_expr_operands): Pass opf_not_non_addressable.
23658         (get_expr_operands): Handle opf_[not_]non_addressable.
23659         Handle MEM_REF.  Remove INDIRECT_REF handling.
23660         * tree-vrp.c (check_array_ref): Handle MEM_REF.
23661         (search_for_addr_array): Likewise.
23662         (check_array_bounds): Likewise.
23663         (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
23664         * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
23665         (ref_always_accessed_p): Likewise.
23666         (gen_lsm_tmp_name): Likewise.  Handle ADDR_EXPR.
23667         * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
23668         Handle MEM_REF.
23669         * cgraphbuild.c (mark_load): Properly check for NULL result
23670         from get_base_address.
23671         (mark_store): Likewise.
23672         * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
23673         * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
23674         handling for MEM_REF.
23675         * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
23676         &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
23677         * builtins.c (stabilize_va_list_loc): Use the function ABI
23678         valist type if we couldn't canonicalize the argument type.
23679         Always dereference with the canonical va-list type.
23680         (maybe_emit_free_warning): Handle MEM_REF.
23681         (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
23682         memmove to memcpy.
23683         * builtins.c (fold_builtin_memory_op): Use ref-all types
23684         for all memcpy foldings.
23685         * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
23686         (build_outer_var_ref): Likewise.
23687         (scan_omp_1_op): Likewise.
23688         (lower_rec_input_clauses): Likewise.
23689         (lower_lastprivate_clauses): Likewise.
23690         (lower_reduction_clauses): Likewise.
23691         (lower_copyprivate_clauses): Likewise.
23692         (expand_omp_atomic_pipeline): Likewise.
23693         (expand_omp_atomic_mutex): Likewise.
23694         (create_task_copyfn): Likewise.
23695         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
23696         Remove old union trick.  Initialize constant offsets.
23697         (ao_ref_init_from_vn_reference): Likewise.  Do not handle
23698         INDIRECT_REF.  Init base_alias_set properly.
23699         (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
23700         (vn_reference_fold_indirect): Adjust for MEM_REFs.
23701         (valueize_refs): Fold MEM_REFs.  Re-evaluate constant offset
23702         for ARRAY_REFs.
23703         (may_insert): Remove.
23704         (visit_reference_op_load): Do not test may_insert.
23705         (run_scc_vn): Remove parameter, do not fiddle with may_insert.
23706         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
23707         a field to store the constant offset this op applies.
23708         (run_scc_vn): Adjust prototype.
23709         * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
23710         * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
23711         MEM_REF.  Propagate &foo + CST as &MEM[&foo, CST].  Do not
23712         bother about volatile qualifiers on pointers.
23713         (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
23714         * tree-ssa-loop-ivopts.c
23715         * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
23716         (strip_offset_1): Likewise.
23717         (find_interesting_uses_address): Replace INDIRECT_REF handling with
23718         MEM_REF handling.
23719         (get_computation_cost_at): Likewise.
23720         * ipa-pure-const.c (check_op): Handle MEM_REF.
23721         * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
23722         * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
23723         and constants.
23724         * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
23725         * tree-parloops.c (take_address_of): Adjust for MEM_REF.
23726         (eliminate_local_variables_1): Likewise.
23727         (create_call_for_reduction_1): Likewise.
23728         (create_loads_for_reductions): Likewise.
23729         (create_loads_and_stores_for_name): Likewise.
23730         * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
23731         (ssa_accessed_in_tree): Handle MEM_REF.
23732         (ssa_accessed_in_assign_rhs): Likewise.
23733         (update_type_size): Likewise.
23734         (analyze_accesses_for_call_stmt): Likewise.
23735         (analyze_accesses_for_assign_stmt): Likewise.
23736         (transform_access_sites): Likewise.
23737         (transform_allocation_sites): Likewise.
23738         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
23739         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
23740         not handle INDIRECT_REF.
23741         * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
23742         (cond_store_replacement): Likewise.
23743         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
23744         MEM_REF, no not handle INDIRECT_REFs.
23745         (insert_into_preds_of_block): Properly initialize avail.
23746         (phi_translate_1): Fold MEM_REFs.  Re-evaluate constant offset
23747         for ARRAY_REFs.  Properly handle reference lookups that
23748         require a bit re-interpretation.
23749         (can_PRE_operation): Do not handle INDIRECT_REF.  Handle MEM_REF.
23750         * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
23751         (build_ref_for_offset_1): Remove.
23752         (build_ref_for_offset): Build MEM_REFs.
23753         (gate_intra_sra): Disable for now.
23754         (sra_ipa_modify_expr): Handle MEM_REF.
23755         (ipa_early_sra_gate): Disable for now.
23756         * tree-sra.c (create_access): Swap INDIRECT_REF handling for
23757         MEM_REF handling.
23758         (disqualify_base_of_expr): Likewise.
23759         (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
23760         MEM_REF handling.
23761         (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
23762         Use mem_ref_offset.  Remove bogus folding.
23763         (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
23764         (make_fancy_name_1): Add support for MEM_REF.
23765         * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
23766         * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
23767         * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
23768         (compute_complex_ancestor_jump_func): Likewise.
23769         (ipa_analyze_virtual_call_uses): Likewise.
23770         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
23771         INDIRECT_REF folding with more generalized MEM_REF folding.
23772         (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
23773         (forward_propagate_addr_into_variable_array_index): Also handle
23774         &ARRAY + I in addition to &ARRAY[0] + I.
23775         * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
23776         * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
23777         creates assignments with overlap.
23778         * tree-nested.c (get_static_chain): Adjust for MEM_REF.
23779         (get_frame_field): Likewise.
23780         (get_nonlocal_debug_decl): Likewise.
23781         (convert_nonlocal_reference_op): Likewise.
23782         (struct nesting_info): Add mem_refs pointer-set.
23783         (create_nesting_tree): Allocate it.
23784         (convert_local_reference_op): Insert to be folded mem-refs.
23785         (fold_mem_refs): New function.
23786         (finalize_nesting_tree_1): Perform defered folding of mem-refs
23787         (free_nesting_tree): Free the pointer-set.
23788         * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
23789         (vectorizable_load): Likewise.
23790         * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
23791         (propagate_with_phi): Likewise.
23792         * tree-object-size.c (addr_object_size): Handle MEM_REFs
23793         instead of INDIRECT_REFs.
23794         (compute_object_offset): Handle MEM_REF.
23795         (plus_stmt_object_size): Handle MEM_REF.
23796         (collect_object_sizes_for): Dispatch to plus_stmt_object_size
23797         for &MEM_REF.
23798         * tree-flow.h (get_addr_base_and_unit_offset): Declare.
23799         (symbol_marked_for_renaming): Likewise.
23800         * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
23801         (fold-const.o): Add $(TREE_FLOW_H).
23802         * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
23803         (find_func_clobbers): Likewise.
23804         * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
23805         (decompose_access): Likewise.
23806         (replace_field_acc): Likewise.
23807         (replace_field_access_stmt): Likewise.
23808         (insert_new_var_in_stmt): Likewise.
23809         (get_stmt_accesses): Likewise.
23810         (reorg_structs_drive): Disable.
23811         * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
23812         (ix86_canonical_va_list_type): Likewise.
23814 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
23816         PR other/44566
23817         * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
23818         * target.def (struct gcc_target): Replace enum reg_class with
23819         reg_class_t in hook argument / return types.
23820         * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
23821         (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
23822         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
23823         * targhooks.h (default_branch_target_register_class): Likewise.
23824         (default_ira_cover_classes, default_secondary_reload): Likewise.
23825         (default_memory_move_cost, default_register_move_cost): Likewise.
23826         * targhooks.c (default_branch_target_register_class): Likewise.
23827         (default_ira_cover_classes, default_secondary_reload): Likewise.
23828         (default_memory_move_cost, default_register_move_cost): Likewise.
23829         * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
23830         * bt-load.c (branch_target_load_optimize): Likewise.
23831         * ira.c (setup_cover_and_important_classes): Likewise.
23832         * ira-costs.c (copy_cost): Likewise.
23833         * reload1.c (emit_input_reload_insns): Likewise.
23834         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
23835         * config/frv/frv.c (frv_secondary_reload): Likewise.
23836         * config/s390/s390.c (s390_secondary_reload): Likewise.
23837         * config/i386/i386.c (i386_ira_cover_classes): Likewise.
23838         (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
23839         (ix86_register_move_cost): Likewise.
23840         * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
23841         * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
23842         * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
23843         * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
23844         * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
23845         (rs6000_ira_cover_classes): Likewise.
23846         * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
23847         * config/picochip/picochip-protos.h (picochip_secondary_reload):
23848         Likewise.
23849         * config/pa/pa.c (pa_secondary_reload): Likewise.
23850         * config/mips/mips.c (mips_ira_cover_classes): Likewise.
23851         * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
23852         * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
23853         * doc/tm.texi: Regenerate.
23855 2010-06-30  Sebastian Pop  <sebastian.pop@amd.com>
23857         PR bootstrrap/44726
23858         * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
23859         use.
23860         (build_alias_set_optimal_p): Likewise.
23861         (build_base_obj_set_for_drs): Likewise.
23863 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
23865         * target.def: Remove comment about licensing problems of function
23866         declarations.
23868         * target.def (declare_constant_name): Change exp to expr.  Use DEFHOOK.
23869         * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
23870         * doc/tm.texi: Regenerate.
23872         * target.def (builtin_reciprocal): Change tm_fn to md_fn.  Use DEFHOOK.
23873         * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
23875         * target.def (enum_va_list_p): Use DEFHOOK.
23876         * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
23877         Rename ptype to ptree.
23878         * doc/tm.texi: Regenerate.
23880         * target.def (fold_builtin): Rename nargs to n_args.  Use DEFHOOK.
23881         * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
23882         * doc/tm.texi: Regenerate.
23884         * target.def (memory_move_cost): Use DEFHOOK.
23885         * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
23886         Rename regclass AKA class to rclass.
23887         * doc/tm.texi: Regenerate.
23889         * target.def (pragma_parse): Use DEFHOOK.
23890         * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
23891         s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
23892         * doc/tm.texi: Regenerate.
23894         * target.def (pass_by_reference): Use DEFHOOK.
23895         * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
23896         * doc/tm.texi: Regenerate.
23898         * target.def (resolve_overloaded_builtin): Rename params to arglist.
23899         Use DEFHOOK.
23900         * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
23901         * doc/tm.texi: Regenerate.
23903         * target.def (return_pops_args): Use DEFHOOK.
23904         * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
23905         Rename stack-size to size.
23906         * doc/tm.texi: Regenerate.
23908         * target.def (dfa_new_cycle): Use DEFHOOK.  Rename dump_file to dump,
23909         last-sched_cycle to last_clock, cur_cycle to clock.
23910         * doc/tm.texi.in: Use @hook.
23911         * doc/tm.texi: Regenerate.
23913         * target.def (print_operand, print_operand_address): Update comment.
23914         (print_operand_punct_valid_p): Likewise.
23916 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
23918         * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
23919         to rtl.h.
23920         (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
23921         * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
23922         * rtl-error.h: New.
23923         * regrename.c: Do not include toplev.h. Include rtl-error.h.
23924         * rtl-error.c: Likewise.
23925         * reload.c: Likewise.
23926         * recog.c:  Likewise.
23927         * sel-sched.c: Likewise.
23928         * function.c: Likewise.
23929         * reg-stack.c: Likewise.
23930         * cfgrtl.c: Likewise.
23931         * reload1.c: Likewise.
23932         * final.c: Include rtl-error.
23933         * Makefile.in: Adjust dependencies.
23935 2010-06-30  Jan Hubicka  <jh@suse.cz>
23937         PR middle-end/PR44706
23938         * ipa-split (split_function): Refine conditions when to use DECL_RESULT
23939         to return the value.
23941 2010-06-30  Michael Matz  <matz@suse.de>
23943         PR bootstrap/44699
23944         * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
23945         * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
23946         a gimple reg, attach the original VDEF to the last store in the
23947         sequence.
23949 2010-06-30  Iain Sandoe  <iains@gcc.gnu.org>
23951         PR other/44034
23952         * config/darwin.c (darwin_override_options): Use renamed
23953         targetm.asm_out.emit_unwind_label.
23955 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
23957         PR tree-optimization/39799
23958         * tree-inline.c (remap_ssa_name): Initialize variable only if
23959         SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
23961 2010-06-30  Nathan Froyd  <froydnj@codesourcery.com>
23963         * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
23965 2010-06-30  Richard Guenther  <rguenther@suse.de>
23967         PR target/44722
23968         * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
23969         against oscillation with reverse peephole2.
23971 2010-06-30  H.J. Lu  <hongjiu.lu@intel.com>
23973         PR target/44721
23974         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
23975         Fix last commit.
23977 2010-06-30  Nick Clifton  <nickc@redhat.com>
23979         * config/rx/rx-modes.def: New file.
23980         * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
23981         (CC_REGNUM): Define.
23982         (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
23983         register.
23984         (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
23985         (SELECT_CC_MODE): Define.
23986         * config/rx/rx.md (CC_REG): Define.  Update all patterns to use
23987         (reg:CC CC_REG) instead of (cc0).
23988         (attr "cc"): Delete.
23989         (cbranchsi4): Do not split compare and branch here. Instead move
23990         it to...
23991         (cbranchsi4_<code>): ... here.  New patterns.
23992         (cmpsi): Call rx-compare_redundant to find out if it is necessary
23993         to emit the compare instruction.
23994         * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
23995         cc_status flags.
23996         (rx_get_stack_layout): Iterate up to before CC_REGNUM not
23997         FIRST_PSEUDO_REGNUM.
23998         (rx_expand_prologue, rx_expand_epilogue): Likewise.
23999         (rx_notice_update_cc): Delete.
24000         (rx_cc_modes_compatible): New function.
24001         (flags_needed_for_conditional): New function.
24002         (flags_from_mode): New function.
24003         (rx_compare_redundant): New function - scans backwards through
24004         insn list to find out if condition flags are already set correctly.
24005         (TARGET_CC_MODES_COMPATIBLE): Define.
24006         * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
24008         * config/rx/rx.h (BRANCH_COST): Define.
24009         (REGISTER_MOVE_COST): Define.
24010         * config/rx/predicates (rx_source_operand): Allow all constant types.
24011         * config/rx/rx.md (addsi3): Add alternative for swapped operands.
24012         (tstsi4): New pattern.
24013         * config/rx/rx.c (rx_memory_move_cost): Define.
24014         (TARGET_MEMORY_MOVE_COST): Define.
24016 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
24018         * tree.h (block_may_fallthru): Declare here.
24019         * tree-flow.h (block_may_fallthru): Do not declare here.
24020         * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
24021         bitmap.h
24022         * Makefile.in (c-typeck.o): Update dependencies.
24024 2010-06-30  Jakub Jelinek  <jakub@redhat.com>
24026         PR debug/44694
24027         * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
24028         * cselib.c (cfa_base_preserved_regno): New static variable.
24029         (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
24030         of REGNO (cfa_base_preserved_val->locs->loc).
24031         (cselib_preserve_cfa_base_value): Add regno argument, set
24032         cfa_base_preserved_regno to it.
24033         (cselib_invalidate_regno): Allow removal of registers other than
24034         cfa_base_preserved_regno from cfa_base_preserved_val.
24035         (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
24036         * var-tracking.c (adjust_mems): Replace sp or hfp even outside
24037         of MEM addresses, if not on LHS.
24038         (reverse_op): Don't add reverse ops for cfa_base_rtx.
24039         (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
24041 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
24043         * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
24044         static variables.
24045         (peep2_buf_position): New static function.
24046         (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
24047         peephole2_optimize): Use it.
24048         (peep2_attempt, peep2_update_life): New static functions, broken out
24049         of peephole2_optimize.
24050         (peep2_fill_buffer): New static function.
24051         (peephole2_optimize): Change the main loop to try to fill the buffer
24052         with the maximum number of insns before matching them against
24053         peepholes.  Use a forward scan.  Remove special case for targets with
24054         conditional execution.
24055         * genrecog.c (change_state): Delete dead code.
24056         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
24057         Rewrite so as not to expect the second insn to have had a peephole
24058         applied yet.
24060 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
24062         * genhooks.c (emit_findices): Cast field precision to int.
24063         (emit_documentation): Likewise.
24065 2010-06-29  Jakub Jelinek  <jakub@redhat.com>
24067         PR tree-optimization/43801
24068         * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
24069         if old_decl was DECL_ONE_ONLY.
24071         PR debug/44668
24072         * dwarf2out.c (add_accessibility_attribute): New function.
24073         (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
24074         instead of adding DW_AT_accessibility manually.
24075         (gen_enumeration_type_die, gen_struct_or_union_type_die,
24076         gen_typedef_die): Use it.
24078 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
24080         * vmsdbgout.c (full_name): Just output the file name if not native.
24082 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
24084         * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
24085         (funcnam_table): New static table.
24086         (funcnum_table): New static table.
24087         (write_rtnbeg): Write value saved in funcnum_table.
24088         (write_rtnend): Write value saved in funcnum_table.
24089         (vmsdbgout_begin_function): Save current function info in
24090         (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
24091         (vmsdbgout_finish): Iterate over funcnum_table.
24093 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
24095         * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
24096         (vmsdbgout_type_decl): Declare
24097         (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
24098         (FUNC_EPILOGUE_LABEL): New macro
24099         (vmsdbgout_begin_epilogue): New function.
24100         (vmsdbgout_type_decl): New function.
24102 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
24104         * vmsdbg.h: Update copyright.
24106 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
24108         * vmsdbg.h (DST_K_TBG): New DST constant.
24109         * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
24110         (write_modbeg): Cast module_language to avoid warning.
24111         (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
24113 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
24115         PR other/44034
24116         * target.def, doc/tm.texi.in, genhooks.c: New files.
24117         * target.h: Instead of defining individual hook members,
24118         define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
24119         include target.def.
24120         * target-def.h: Instead of defining individual hook initializers,
24121         include target-hooks-def.h.
24122         * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
24123         targetm.live_on_entry -> targetm.extra_live_on_entry
24124         targetm.sched.md_finish ->targetm.sched.finish
24125         targetm.sched.md_init -> targetm.sched.init
24126         targetm.sched.md_init_global -> targetm.sched.init_global
24127         targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
24128         targetm.asm_out.except_table_label ->
24129           targetm.asm_out.emit_except_table_label
24130         targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
24131         targetm.target_help -> targetm.help
24132         targetm.vectorize.builtin_support_vector_misalignment ->
24133           targetm.vectorize.support_vector_misalignment
24134         targetm.file_start_app_off -> targetm.asm_file_start_app_off
24135         targetm.file_start_file_directive ->
24136          targetm.asm_file_start_file_directive
24137         * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
24138         * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
24139         * config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
24140         TARGET_VECTOR_ALIGNMENT_REACHABLE ->
24141           TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
24142         TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
24143           TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
24144         TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
24145         * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
24146         * Makefile.in (TARGET_H): Depend on target.def.
24147         (TARGET_DEF_H): Depend on target-hooks-def.h.
24148         (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
24149         (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
24150         * doc/tm.texi: Regenerate.
24152         * Makefile.in (s-tm-texi): Remove stray tab / rule.
24154         * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
24155         (targetm.sched.init): Likewise.
24157 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
24159         PR bootstrap/44713
24160         * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
24161         (function_arg_advance_32): Const-ify TYPE parameter.
24162         (function_arg_advance_64): Likewise.  Change type of NAMED to bool.
24163         (ix86_function_arg_advance): Change type of NAMED to bool.
24164         (function_arg_32): Const-ify CUM and TYPE parameters.
24165         (function_arg_64): Likewise.  Change type of NAMED to bool.
24166         (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
24167         to bool.
24168         (ix86_function_arg): Change type of NAMED to bool.
24169         (ix86_setup_incoming_varargs): Call ix86_function_arg_advance.  Pass
24170         last argument as a bool.
24172 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
24174         * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
24175         (OVERRIDE_OPTIONS): Add note of obsolescence.
24176         Replace references with references to TARGET_OPTION_OVERRIDE.
24177         (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
24178          the macro).
24179         * targhooks.c (default_target_option_override): New function.
24180         * targhooks.h (default_target_option_override): Declare.
24181         * target.h (struct gcc_target): Add override member to
24182         target_option member.
24183         * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
24184         targetm.target_option.override call.
24185         * target-def.h (TARGET_OPTION_OVERRIDE): Define.
24186         (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
24188 2010-06-29  Jan Hubicka  <jh@suse.cz>
24190         * tree-inline.c: Replace incomming by incomin and clonning by cloning.
24192 2010-06-29  Jan Hubicka  <jh@suse.cz>
24194         * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
24195         unreachable.
24196         (rebuild_frequencies): New function.
24197         * predict.h (rebuild_frequencies): Declare.
24198         * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
24199         entry block and edge reaching new_entry.
24200         (tree_function_versioning): When doing partial cloning, rebuild
24201         frequencies when done.
24202         * passes.c (execute_function_todo): Use rebild_frequencies.
24204 2010-06-29  Richard Guenther  <rguenther@suse.de>
24206         * tree-dfa.c (dump_variable): Remove noalias_state dumping.
24207         * tree-flow.h (enum noalias_state): Remove.
24208         (struct var_ann_d): Remove noalias_state member.
24210 2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
24212         PR target/43902
24213         * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
24214         (maddhisi4): Renamed from mulhisi3addsi.  Operands renumbered.
24215         (maddhidi4): Likewise.
24217         Revert parts of the change for PR25130.
24218         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
24219         MEM_ALIAS_SET.
24221 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
24223         * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
24224         targetm.calls.function_incoming_arg, and
24225         targetm.calls.function_arg_advance instead of FUNCTION_ARG,
24226         FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
24227         * target.h (struct gcc_target): Add function_arg_advance,
24228         function_arg, and function_incoming_arg fields.
24229         * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
24230         (TARGET_FUNCTION_INCOMING_ARG): Define.
24231         (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
24232         and TARGET_FUNCTION_INCOMING_ARG.
24233         * targhooks.h (default_function_arg_advance): Declare.
24234         (default_function_arg, default_function_incoming_arg): Declare.
24235         * targhooks.c (default_function_arg_advance): New function.
24236         (default_function_arg, default_function_incoming_arg): New function.
24237         * config/i386/i386.c (function_arg_advance): Rename to...
24238         (ix86_function_arg_advance): ...this.  Make static.
24239         (function_arg): Rename to...
24240         (ix86_function_arg): ...this.  Make static.
24241         (TARGET_FUNCTION_ARG_ADVANCE): Define.
24242         (TARGET_FUNCTION_ARG): Define.
24243         * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
24244         (FUNCTION_ARG): Delete.
24245         * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
24246         (function_arg): Delete prototype.
24248 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
24250         * reginfo.c (init_reg_sets_1): Adjust comments.
24251         * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
24252         * calls.c (prepare_call_address): Likewise.
24253         (emit_call_1): Use targetm.calls.return_pops_args.
24254         (expand_call): Likewise.
24255         * function.c (assign_parms): Likewise.
24256         * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
24257         * target.h (struct gcc_target) [struct calls]: Add
24258         return_pops_args field.
24259         * targhooks.h (default_return_pops_args): Declare.
24260         * targhooks.c (default_return_pops_args): Define.
24261         * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
24262         (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
24263         * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
24264         (TARGET_RETURN_POPS_ARGS): ...this.  Use deftypefn.  Adjust
24265         documentation.
24266         * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
24267         * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
24268         * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
24269         * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
24270         * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
24271         * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
24272         * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
24273         * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
24274         * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
24275         * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
24276         * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
24277         * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
24278         * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
24279         * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
24280         * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
24281         * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
24282         * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
24283         * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
24284         * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
24285         * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
24286         * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
24287         * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
24288         * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
24289         * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
24290         * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
24291         * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
24292         * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
24293         * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
24294         * config/score/score.h (RETURN_POPS_ARGS): Likewise.
24295         * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
24296         * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
24297         * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
24298         * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
24299         * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
24300         * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
24301         * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
24302         * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
24303         * config/i386/i386.c (ix86_return_pops_args): Make static.
24304         Constify arguments.
24305         (TARGET_RETURN_POPS_ARGS): Define.
24306         * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
24307         * config/m68k/m68k.c (m68k_return_pops_args): ...here.  New function.
24308         (TARGET_RETURN_POPS_ARGS): Define.
24309         * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
24310         * config/vax/vax.c (vax_return_pops_args): ...here.  New function.
24311         (TARGET_RETURN_POPS_ARGS): Define.
24313 2010-06-29  Richard Guenther  <rguenther@suse.de>
24315         PR middle-end/44667
24316         * tree-inline.c (initialize_inlined_parameters): Make sure
24317         to remap the inlined parameter variable substitutions types.
24319 2010-06-29  Eric Botcazou  <ebotcazou@adacore.com>
24321         PR rtl-optimization/44659
24322         * combine.c (make_compound_operation) <SUBREG>: Do not return the
24323         result of force_to_mode if it partially re-expanded the compound.
24325 2010-06-28  Jan Hubicka  <jh@suse.cz>
24327         PR middle-end/44671
24328         * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
24329         RESULT_DECL.
24331 2010-06-28  Anatoly Sokolov  <aesok@post.ru>
24333         * double-int.h (force_fit_type_double): Remove declaration.
24334         * double-int.c (force_fit_type_double): Move to tree.c.
24335         * tree.h (force_fit_type_double): Declare.
24336         * tree.h (force_fit_type_double): Moved from double-int.c. Use
24337         double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
24338         double_int_to_tree instead of fit_double_type and build_int_cst_wide.
24339         * convert.c (convert_to_pointer): Adjust call to
24340         force_fit_type_double.
24341         * tree-vrp.c (extract_range_from_assert,
24342         extract_range_from_unary_expr): Adjust call to force_fit_type_double.
24343         * fold-const.c: Update comment.
24344         (int_const_binop, fold_convert_const_int_from_int,
24345         fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
24346         extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
24347         fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
24348         round_up_loc): Adjust call to force_fit_type_double.
24350 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
24352         * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
24354 2010-06-28  Martin Jambor  <mjambor@suse.cz>
24356         * tree-sra.c (convert_callers): New parameter, change fndecls of
24357         recursive calls.
24358         (modify_function): Pass the old decl to convert_callers.
24360 2010-06-28  Martin Jambor  <mjambor@suse.cz>
24362         * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
24363         ipa_check_create_node_params and ipa_initialize_node_params with
24364         checking asserts they are not necessary.
24366 2010-06-28  Jan Hubicka  <jh@suse.cz>
24368         PR tree-optimization/44687
24369         * ipa-split.c (split_function): Use DECL_RESULT to store return value.
24371 2010-06-28  Martin Jambor  <mjambor@suse.cz>
24373         PR c++/44535
24374         * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
24375         (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
24376         instead of BINFO_BASE_BINFO.
24378 2010-06-28  Michael Matz  <matz@suse.de>
24380         PR middle-end/44592
24381         * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
24382         proper VDEF chain for intermediate stores in the sequence.
24384 2010-06-28  Jan Hubicka  <jh@suse.cz>
24386         PR tree-optimization/44357
24387         * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
24388         uninlinable functions.
24390 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
24392         * config.gcc (powerpc*-*-*): Handle titan.
24393         * config/rs6000/rs6000.c (titan_cost): New costs.
24394         (rs6000_override_options): Add "titan" to processor_target_table.
24395         Add Titan to branch alignment logic.
24396         Correctly set rs6000_cost for titan.
24397         * config/rs6000/rs6000.md (cpu): Add titan.  Include "titan.md".
24398         * config/rs6000/titan.md: New file.
24399         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
24401 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24403         * tree-browser.c (TB_history_stack): Convert to a VEC.
24404         (TB_SET_HEAD): Adjust for new type of TB_history_stack.
24405         (TB_history_prev): Likewise.
24407 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24409         * vec.h (vec_heap_free): Add parentheses around free.
24411 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
24413         * system.h: Poison GCC_EXCEPT_H for front-end files.
24415         * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
24416         langhook.
24417         * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
24418         Define to NULL by default.
24419         * except.h: Define GCC_EXCEPT_H.
24420         (doing_eh): Remove prototype.
24421         (init_eh, init_eh_for_function): Move prototypes to toplev.h.
24422         (lang_protect_cleanup_actions): Remove.
24423         * except.c (lang_protect_cleanup_actions): Remove.
24424         (doing_eh): Remove.
24425         (gen_eh_region): Don't check doing_eh here.
24426         * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
24427         * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
24428         instead of lang_protect_cleanup_actions.
24429         * omp-low.c (maybe_catch_exception): Likewise.
24430         * Makefile.in: Update dependencies.
24432 2010-06-28  Bingfeng Mei  <bmei@broadcom.com>
24434         * cgraph.h (struct varpool_node): new used_from_object_file flag.
24435         (struct cgraph_local_info): new used_from_object_file flag.
24436         * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
24437         (cgraph_clone_node): initialize used_from_object_file.
24438         (cgraph_create_virtual_clone): initialize used_from_object_file.
24439         * lto-symbtab.c (lto_symtab_merge_decls_1): Set
24440         used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
24441         when compiling with -fwhole-program.
24442         (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
24443         internal resolver.
24444         * ipa.c (function_and_variable_visibility): Set externally_visible
24445         flag of varpool_node if used_from_object_file flag is set.
24446         (cgraph_externally_visible_p): check used_from_object_file flag.
24447         * doc/invoke.texi (-fwhole-program option): Change description of
24448         externally_visible attribute accordingly.
24449         * doc/extend.texi (externally_visible): Ditto.
24451 2010-06-27  Jan Hubicka  <jh@suse.cz>
24453         * params.def (max-inline-insns-auto): Default to 40.
24454         * doc/invoke.texi (max-inline-insns-auto): Document the change.
24456 2010-06-27  Jan Hubicka  <jh@suse.cz>
24458         PR middle-end/44671
24459         PR middle-end/44686
24460         * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
24461         signature change.
24462         * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
24463         * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
24465 2010-06-27  Anatoly Sokolov  <aesok@post.ru>
24467         * target.h (struct gcc_target): Add register_move_cost field.
24468         * target-def.h (TARGET_REGISTER_MOVE_COST): New.
24469         (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
24470         * targhooks.c (default_register_move_cost): New function.
24471         * targhooks.h (default_register_move_cost): Declare function.
24472         * defaults.h (REGISTER_MOVE_COST): Delete.
24473         * ira-int.h (ira_register_move_cost): Update comment.
24474         * ira.c (ira_register_move_cost): Update comment.
24475         * reload.h (register_move_cost): Declare.
24476         * reginfo.c (register_move_cost): New function.
24477         (move_cost): Update comment.
24478         (init_move_cost, memory_move_secondary_cost): Replace
24479         REGISTER_MOVE_COST with register_move_cost.
24480         * postreload.c (reload_cse_simplify_set): (Ditto.).
24481         * reload.c (find_valid_class, find_reloads): (Ditto.).
24482         * reload1.c (choose_reload_regs): (Ditto.).
24483         * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
24484         (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
24485         * doc/md.texi (can_create_pseudo_p): Update documentation.
24487         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
24488         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
24489         * config/i386/i386.h (ix86_memory_move_cost): Make static.
24490         (TARGET_MEMORY_MOVE_COST): Define.
24492         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
24493         * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
24494         * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
24495         (TARGET_MEMORY_MOVE_COST): Define.
24497 2010-06-27  Richard Guenther  <rguenther@suse.de>
24499         PR tree-optimization/44683
24500         * tree-ssa-dom.c (record_edge_info): Record equivalences for the
24501         false edge from the inverted condition.
24503 2010-06-27  Richard Guenther  <rguenther@suse.de>
24505         PR middle-end/44684
24506         * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
24507         (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
24508         for register LHS.  Or non-store assignments.
24510 2010-06-26  Eric Botcazou  <ebotcazou@adacore.com>
24512         * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
24513         (sparc_emit_set_const64): Likewise.  Remove disabled code.
24514         * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
24515         (sparc_emit_set_const64): Likewise.
24517 2010-06-26  Catherine Moore  <clm@codesourcery.com>
24519         * config/mips/mips.md (alu_type): New attribute.
24520         (type): Infer type from alu_type.
24521         (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
24522         *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
24523         *subsi3_extended, negsi2, negdi2, *low<mode>,
24524         *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
24525         xor<mode>3, *nor<mode>3,
24526         *zero_extend<GPR:mode>_trunc<SHORT:mode>,
24527         *zero_extendhi_truncqi):  Set alu_type instead of type.
24529 2010-06-26  Douglas B Rupp  <rupp@gnat.com>
24531         * config/alpha/alpha.c (alpha_need_linkage): Adjust
24532         splay_tree_new_ggc call.
24533         (alpha_use_linkage): Likewise.
24535 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
24537         * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
24538         * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
24539         * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
24540         (static_specs): Remove switches_need_spaces.
24541         (process_command, do_self_spec): Hardcode handling "-o" instead of
24542         checking switches_need_spaces.
24543         * system.h (SWITCHES_NEED_SPACES): Poison.
24545 2010-06-26  Richard Guenther  <rguenther@suse.de>
24547         PR tree-optimization/44393
24548         * tree-loop-distribution.c (generate_loops_for_partition): Fix
24549         stmt removal and VOP renaming.
24550         (generate_memset_zero): Remove redundant stmt updating.
24551         * tree-flow.h (mark_virtual_ops_in_bb): Remove.
24552         * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
24554 2010-06-26  Jan Hubicka  <jh@suse.cz>
24556         * ipa-split.c (consider_split): PHI in entry block is OK as long as all
24557         edges comming from header are equivalent.
24558         (visit_bb): Handle PHIs correctly.
24559         * tree-inline.c (copy_phis_for_bb): Be able to copy
24560         PHI from entry edge.
24561         (copy_cfg_body): Produce edge from entry BB before copying PHIs.
24563 2010-06-26  Richard Guenther  <rguenther@suse.de>
24565         PR middle-end/44674
24566         * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
24567         decls.  Handle LABEL_DECLs like FUNCTION_DECLs.
24569 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
24571         * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
24572         add_infile, alloc_switch): New.
24573         (process_command): Remove variable lang_n_infiles.  Process
24574         options in a single pass.  Use new functions for allocating
24575         infiles and switches arrays.  Properly skip operands of
24576         -Xpreprocessor and -Xassembler.
24578 2010-06-26  Jan Hubicka  <jh@suse.cz>
24580         PR middle-end/44671
24581         * cgraphunit.c (cgraph_function_versioning): Remove wrong
24582         cgraph_make_decl_local call; fix typo copying RTL data.
24584 2010-06-25  DJ Delorie  <dj@redhat.com>
24586         * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
24587         (m32c_output_aligned_common): Likewise.
24588         * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
24589         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
24590         * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
24591         (m32c_register_pragmas): Register it.
24592         * config/m32c/m32c.c (m32c_get_pragma_address): New.
24593         (m32c_insert_attributes): Set #pragma address decls volatile.
24594         (pragma_entry_eq): New.
24595         (pragma_entry_hash): New.
24596         (m32c_note_pragma_address): New.
24597         (m32c_get_pragma_address): New.
24598         (m32c_output_aligned_common): New.
24599         * doc/extend.texi: Document the new pragma.
24601         * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
24602         also.
24603         * config/m32c/predicates.md (m32c_any_operand): Check the code
24604         instead of memory_operand so as to allow matching volatile MEMs.
24605         (m32c_nonimmediate_operand): Likewise.
24606         (mra_operand): Allow volatiles.
24608 2010-06-25  Alexandre Oliva  <aoliva@redhat.com>
24610         PR debug/44610
24611         * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
24612         address if the offset is unknown.
24614 2010-06-25  Douglas B Rupp  <rupp@gnat.com>
24616         * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
24617         * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
24618         * config/ia64/ia64-protos.h (ia64_start_function): Declare.
24619         * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
24620         to ia64_start_function. Invoke it.
24621         * config/ia64/ia64.c (ia64_start_function): Call new function
24622         dwarf2out_vms_debug_main_pointer.
24624 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
24626         * tree-if-conv.c (insert_gimplified_predicates): Do not insert
24627         statements computing the true predicate.
24629 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
24631         * tree-if-conv.c (init_bb_predicate): Initialize the predicate
24632         to boolean_true_node.
24633         (reset_bb_predicate): New.
24634         (predicate_bbs): Call reset_bb_predicate.
24636 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
24638         * tree-if-conv.c (combine_blocks): Remove FIXME comment.
24639         (tree_if_conversion): Returns true when something has been changed.
24640         (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
24641         changed something.
24643 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
24645         * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
24646         * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
24647         * tree-if-conv.c: Include dbgcnt.h.
24648         (tree_if_conversion): Use if_conversion_tree to count the number of
24649         if-convertible loops.
24651 2010-06-25  Changpeng Fang  <changpeng.fang@amd.com>
24653         * common.opt (fprefetch-loop-arrays): Re-define
24654         -fprefetch-loop-arrays as a tri-state option with the initial
24655         value of -1.
24656         * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
24657         pass only when flag_prefetch_loop_arrays > 0.
24658         * toplev.c (process_options): Note that, with tri-states,
24659         flag_prefetch_loop_arrays>0 means prefetching is enabled.
24660         * config/i386/i386.c (override_options): Enable prefetching at -O3
24661         for a set of CPUs that sw prefetching is helpful.
24662         (software_prefetching_beneficial_p): New.  Return TRUE if software
24663         prefetching is beneficial for the given CPU.
24665 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
24667         PR rtl-optimization/44326
24668         * implicit-zee.c (find_removable_zero_extends): Replace
24669         INSN_P with NONDEBUG_INSN_P.
24671 2010-06-25  Martin Jambor  <mjambor@suse.cz>
24673         * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
24674         (struct ipa_node_params): Removed the modification_analysis_done flag.
24675         (ipa_is_param_modified): Removed.
24676         (ipa_analyze_node): Declare.
24677         (ipa_compute_jump_functions): Remove declaration.
24678         (ipa_count_arguments): Likewise.
24679         (ipa_detect_param_modifications): Likewise.
24680         (ipa_analyze_params_uses): Likewise.
24681         * ipa-prop.c (struct param_analysis_info): New type.
24682         (visit_store_addr_for_mod_analysis): Removed.
24683         (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
24684         moved down in the file.
24685         (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
24686         (ipa_count_arguments): Made static.
24687         (mark_modified): New function.
24688         (is_parm_modified_before_call): New function.
24689         (compute_pass_through_member_ptrs): New parameter parms_info, call
24690         is_parm_modified_before_call instead of ipa_is_param_modified.
24691         (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
24692         it to compute_pass_through_member_ptrs.
24693         (ipa_compute_jump_functions): New parameter parms_info, pass it to
24694         ipa_compute_jump_functions_for_edge.  Call ipa_initialize_node_params
24695         on the callee if it is analyzed.  Made static.
24696         (ipa_analyze_indirect_call_uses): New parameter parms_info, call
24697         is_parm_modified_before_call instead of ipa_is_param_modified.
24698         (ipa_analyze_call_uses): New parameter parms_info, pass it to
24699         ipa_analyze_indirect_call_uses.
24700         (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
24701         ipa_analyze_call_uses.
24702         (ipa_analyze_params_uses): New parameter parms_info, pass it to
24703         ipa_analyze_stmt_uses.  Also perform the used analysis.  Made static.
24704         (ipa_analyze_node): New function.
24705         (ipa_print_node_params): Do not dump the modified flag.
24706         (ipa_write_node_info): Assert uses_analysis_done rather than streaming
24707         it.  Do not stream the modified parameter flag.
24708         (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
24709         it.  Do not stream the modified parameter flag.
24710         * ipa-cp.c (ipcp_analyze_node): Removed.
24711         (ipcp_init_stage): Iterate only once over the nodes, analyze each one
24712         with only a call to ipa_analyze_node.
24713         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
24714         node with only a call to ipa_analyze_node.
24716 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
24718         * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
24720 2010-06-25  Jan Hubicka  <jh@suse.cz>
24722         * tree-pass.h (pass_split_functions): Declare.
24723         * opts.c (decode_options): Enable function splitting at -O2
24724         * timevar.def (TV_IPA_FNSPLIT): New macro.
24725         * ipa-split.c: New file.
24726         * common.opt (-fpartial-inlining): New flag.
24727         * Makefile.in (ipa-split.o): New object file.
24728         * passes.c (init_optimization_passes): Add ipa-split.
24729         * params.def (partial-inlining-entry-probability): New parameters.
24730         * doc/invoke.texi (-fpartial-inlining): New.
24732 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
24734         PR 44665
24735         * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
24736         * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
24737         (gimplify_expr): Likewise.
24739 2010-06-25  Martin Jambor  <mjambor@suse.cz>
24741         * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
24742         statements instead of bailing out on them.
24743         (ipa_analyze_indirect_call_uses): Do not require that loads from the
24744         parameter are in the same BB as the condition.  Update comments.
24746 2010-06-25  Jakub Jelinek  <jakub@redhat.com>
24748         PR middle-end/43866
24749         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
24750         true or always false, return NULL_TREE.
24751         (tree_unswitch_single_loop): Optimize conditions even when reaching
24752         max-unswitch-level parameter.  If num > 0, optimize first all conditions
24753         using entry checks, then do still reachable block discovery and consider
24754         only conditions in still reachable basic blocks in the loop.
24756         PR tree-optimization/44539
24757         * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
24758         the call doesn't have LHS, but has VDEF.
24760 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
24762         * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
24763         * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
24764         * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
24765         (process_command): Remove code conditional on MODIFY_TARGET_NAME.
24766         * system.h (MODIFY_TARGET_NAME): Poison.
24768 2010-06-25  Alan Modra  <amodra@gmail.com>
24770         * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
24771         * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
24772         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
24773         CMODEL_LARGE as default.
24774         * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
24775         (offsettable_ok_by_alignment): Delete.
24776         (rs6000_emit_move): Remove mcmodel=medium optimization.
24778 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
24780         With large parts from Jim Wilson:
24781         PR target/43902
24782         * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
24783         WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
24784         * optabs.c (optab_for_tree_code): Likewise.
24785         (expand_widen_pattern_expr): Likewise.
24786         * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
24787         out of execute_optimize_widening_mul.
24788         (convert_plusminus_to_widen): New function.
24789         (execute_optimize_widening_mul): Use the two new functions.
24790         * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
24791         Remove code to generate widening multiply-accumulate.  Add support
24792         for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
24793         * gimple-pretty-print.c (dump_ternary_rhs): New function.
24794         (dump_gimple_assign): Call it when appropriate.
24795         * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
24796         * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
24797         (expand_gimple_stmt_1): Likewise.
24798         (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
24799         WIDEN_MULT_MINUS_EXPR.
24800         * tree-ssa-operands.c (get_expr_operands): Likewise.
24801         * tree-inline.c (estimate_operator_cost): Likewise.
24802         * gimple.c (extract_ops_from_tree_1): Renamed from
24803         extract_ops_from_tree.  Add new arg for a third operand; fill it.
24804         (gimple_build_assign_stat): Support operations with three operands.
24805         (gimple_build_assign_with_ops_stat): Likewise.
24806         (gimple_assign_set_rhs_from_tree): Likewise.
24807         (gimple_assign_set_rhs_with_ops_1): Renamed from
24808         gimple_assign_set_rhs_with_ops.  Add new arg for a third operand.
24809         (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
24810         (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
24811         WIDEN_MULT_MINUS_EXPR.
24812         * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
24813         (extract_ops_from_tree_1): Adjust declaration.
24814         (gimple_assign_set_rhs_with_ops_1): Likewise.
24815         (gimple_build_assign_with_ops): Pass NULL for last operand.
24816         (gimple_build_assign_with_ops3): New macro.
24817         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
24818         gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
24819         functions.
24820         * tree-cfg.c (verify_gimple_assign_ternary): New static function.
24821         (verify_gimple_assign): Call it.
24822         * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
24823         (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
24824         functions for dealing with three-operand statements.
24825         * tree.c (commutative_ternary_tree_code): New function.
24826         * tree.h (commutative_ternary_tree_code): Declare it.
24827         * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
24828         ternary statements.
24829         (gimple_assign_nonzero_warnv_p): Likewise.
24830         * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
24831         * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
24832         (ccp_fold): Use it.  Handle GIMPLE_TERNARY_RHS.
24833         * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
24834         (struct hashtable_expr): New member ternary in the union.
24835         (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
24836         (hashable_expr_equal_p): Fix indentation.  Handle EXPR_TERNARY.
24837         (iterative_hash_hashable_expr): Likewise.
24838         (print_expr_hash_elt): Handle EXPR_TERNARY.
24839         * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
24840         * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
24841         statements.  Handle GIMPLE_TERNARY_RHS.
24843 2010-06-25  Jan Hubicka  <jh@suse.cz>
24845         * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
24847 2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
24849         PR c/44517
24850         * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
24851         parameters are not good.
24852         (c_parser_parameter_declaration): Error unknown type name if the type
24853         name can't start declaration specifiers.
24855 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
24857         * gcc.c (translate_options): Don't mention +e in comment.
24858         (process_command): Don't handle +e specially.
24860 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
24862         * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
24864         * ira-build.c (merge_hard_reg_conflicts): New function.
24865         (create_cap_allocno, copy_info_to_removed_store_destinations,
24866         propagate_some_info_from_allocno, propagate_allocno_info): Use it.
24867         (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
24868         (remove_unnecessary_allocnos, remove_low_level_allocnos)
24869         copy_nifo_to_removed_store_destination): Use them.
24870         * ira-lives.c (make_hard_regno_born): New function, split out of
24871         make_regno_born.
24872         (make_allocno_born): Likewise.
24873         (make_hard_regno_dead): New function, split out of make_regno_dead.
24874         (make_allocno_dead): Likewise.
24875         (inc_register_pressure): New function, split out of set_allocno_live.
24876         (dec_register_pressure): New function, split out of clear_allocno_live.
24877         (mark_pseudo_regno_live): New function, split out of mark_reg_live.
24878         (mark_hard_reg_live): Likewise.  Use inc_register_pressure.
24879         (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
24880         (mark_hard_reg_dead): Likewise.  Use dec_register_pressure.
24881         (make_pseudo_conflict): Use mark_pseudo_regno_dead and
24882         mark_pseudo_regno_live.
24883         (process_bb_node_lives): Use mark_pseudo_regno_live,
24884         make_hard_regno_born and make_allocno_dead.
24885         (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
24886         set_allocno_live, clear_allocno_live): Delete functions.
24888         * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
24889         * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
24890         functions.
24891         (ira_flattening): Use ira_parent_allocno.
24892         * ira-conflicts.c (process_regs_for_copy, propagate_copies)
24893         build_allocno_conflicts): Use ira_parent_or_cap_allocno.
24895         * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
24896         statement.
24898         * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
24899         TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
24900         minmax_set_iter_cond, minmax_set_iter_next,
24901         FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
24902         CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
24903         ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
24904         ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET.  All
24905         uses changed.
24907         * ira-int.h (struct live_range, live_range_t): Renamed from struct
24908         ira_allocno_live_range and allocno_live_range_t; all uses changed.
24909         * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
24910         All uses changed.
24912 2010-06-24  Richard Earnshaw  <rearnsha@arm.com>
24914         * thumb2.md (thumb2_tlobits_cbranch): Delete.
24915         (peephole2 to convert zero_extract/compare of single bit to
24916          lshift/compare): New.
24918 2010-06-24  Anatoly Sokolov  <aesok@post.ru>
24920         * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
24921         recursive call and call to 'int_const_binop'.
24922         (build_range_check, fold_cond_expr_with_comparison, unextend,
24923         fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
24924         multiple_of_p): Adjust call to const_binop.
24926 2010-06-24  Uros Bizjak  <ubizjak@gmail.com>
24928         * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
24929         determine size of XFmode operand.
24930         (XFmode extended DFmode push splitter): Ditto.
24931         (XFmode extended SFmode push splitter): Ditto.
24933 2010-06-24  H.J. Lu  <hongjiu.lu@intel.com>
24935         PR target/44588
24936         * config/i386/i386.md (extract_code): New.
24937         (<u>divmodqi4): Likewise.
24938         (divmodhiqi3): Likewise.
24939         (udivmodhiqi3): Likewise.
24940         (<u>divqi3): Remvoved.
24942 2010-06-24  Jakub Jelinek  <jakub@redhat.com>
24944         PR middle-end/44492
24945         * recog.h (struct recog_data): Add is_asm field.
24946         * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
24947         present in constraints of inline-asm operand and memory operand
24948         contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
24949         (extract_insn): Initialize recog_data.is_asm.
24950         * doc/md.texi (Constraints): Document operand side-effect rules.
24952 2010-06-24  Andi Kleen  <ak@linux.intel.com>
24954         * c-parser.c (c_parser_conditional_expression): Call
24955         warn_for_omitted_condop.
24956         * doc/invoke.texi: Document omitted condop warning.
24958 2010-06-24  Nick Clifton<nickc@redhat.com>
24960         * loop-unswitch.c (compare_and_jump_seq): Assert that the last
24961         insn in the sequence is a jump insn before setting its label.
24963 2010-06-24  Alan Modra  <amodra@gmail.com>
24965         * collect2.c (main): Match exactly --version and --help.
24967 2010-06-24  DJ Delorie  <dj@redhat.com>
24969         * config/m32c/m32c-pragma.c: Don't include rtl.h.
24971 2010-06-23  Uros Bizjak  <ubizjak@gmail.com>
24973         * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
24974         using X87MODEF mode iterator.
24975         (pushsf splitter): Macroize splitter using P mode iterator.
24976         (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
24977         mode iterator.
24979         (*movxf_internal): Rename from *movxf_integer.
24980         (*movxf_internal_nointeger): Rename from *movxf_nointeger.
24981         (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
24982         (*movdf_internal): Rename from *movdf_integer.
24983         (*movdf_internal_nointeger): Rename from *movdf_nointeger.
24984         (*movsf_internal): Rename from *movdf_1.
24986 2010-06-23  Basile Starynkevitch  <basile@starynkevitch.net>
24988         * coretypes.h (gimple_seq_node_d, gimple_seq_node)
24989         (const_gimple_seq_node): Removed typedefs.
24991         * gimple.h (gimple_seq_node_d, gimple_seq_node)
24992         (const_gimple_seq_node): Added typedefs moved from coretypes.h.
24994 2010-06-23  H.J. Lu  <hongjiu.lu@intel.com>
24996         * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
24997         CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
24998         CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
24999         and CODE_FOR_vec_extract_lo_v4df.
25001         * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
25002         Changed to define_insn_and_split.
25003         (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
25004         (vec_extract_lo_v16hi): Likewise.
25005         (vec_extract_lo_v32qi): Likewise.
25006         (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
25007         (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
25009 2010-06-23  Joern Rennecke  <joern.rennecke@embecosm.com>
25011         PR target/44640
25012         * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
25013         * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
25014         (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
25015         (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
25016         (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
25018         PR target/44640
25019         * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
25021         PR other/44644
25022         * df-core.c (struct df): Rename to df_d.
25023         * df.h (struct df): Likewise.
25024         * dse.h (struct df): Remove forward declaration.
25025         * recog.h (struct insn_data): Rename to:
25026         (struct_insn_data_d).  Adjusted all users.
25028 2010-06-23  Arnaud Charlet  <charlet@adacore.com
25030         PR ada/22220
25031         * doc/install.texi: Update requirements to build GNAT.
25033 2010-06-22  Andreas Schwab  <schwab@linux-m68k.org>
25035         * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
25036         enum type.
25037         (m68k_sched_attr_opx_type): Remove unreachable return.
25038         (m68k_sched_attr_opy_type): Likewise.
25039         (m68k_sched_attr_size): Likewise.
25040         (sched_get_opxy_mem_type): Likewise.
25041         (m68k_sched_attr_op_mem): Likewise.
25043 2010-06-22  Eric Botcazou  <ebotcazou@adacore.com>
25045         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
25046         new statement and adjust VDEF only if necessary.  Remove superfluous
25047         call to maybe_clean_or_replace_eh_stmt.
25048         * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
25049         copy the flags.
25050         * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
25051         * tree-inline.c (copy_bb): ...and not there.
25053 2010-06-22  Cary Coutant  <ccoutant@google.com>
25055         * dwarf2out.c (is_nested_in_subprogram): New function.
25056         (should_move_die_to_comdat): Use it.
25057         (copy_ancestor_tree): Don't mark DIEs here.
25058         (copy_decls_walk): Start walk from root of newly-added tree;
25059         mark DIEs here instead.
25061 2010-06-22  H.J. Lu  <hongjiu.lu@intel.com>
25063         * config/i386/i386.md (unit): Also check sseishft1.
25065 2010-06-22  Jan Hubicka  <jh@suse.cz>
25067         * gimple.h (gimple_expr_code): Do checking on when gimple checking is
25068         enabled.
25070 2010-06-22  Jan Hubicka  <jh@suse.cz>
25072         * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
25073         df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
25074         Return true if something changed.
25075         * df.h (df_confluence_function_n): Return bool.
25076         * df-core.c (df_worklist_propagate_forward,
25077         df_worklist_propagate_backward): Track changes and ages.
25078         (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
25079         track ages.
25080         * dse.c (dse_confluence_n): Return always true.
25082 2010-06-22  Jan Hubicka  <jh@suse.cz>
25084         * bitmap.c (bitmap_clear_bit): Micro optimize.
25086 2010-06-22  Uros Bizjak  <ubizjak@gmail.com>
25088         * config/i386/i386.md (SWI1248x): New mode iterator.
25089         (SWI48x): Ditto.
25090         (SWI12): Ditto.
25091         (SWI24): Ditto.
25093         (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
25094         SWI1248x mode iterator.
25095         (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
25096         using SWI124 mode iterator.
25097         (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
25098         mode iterator.
25099         (*push<mode>2_prologue): Macroize insn from  *pushsi2_prologue and
25100         *pushdi2_prologue_rex64 using P mode iterator.
25101         (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
25102         using SWI48 mode iterator.
25103         (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
25104         (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
25105         using SWI1248x mode iterator.
25106         (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
25107         (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
25108         SWI48 mode iterator.
25109         (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
25110         iterator.
25111         (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
25112         (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
25113         SWI12 mode iterator.
25114         (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
25115         SWI12 mode iterator.
25116         (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
25117         (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
25118         SWI24 mode iterator.
25119         (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
25120         SWI48 mode iterator.
25121         (mov<mode>_insn_1): New expander.
25122         (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
25123         using SWI48x mode iterator.
25125         (*movoi_internal_avx): Rename from *movoi_internal.
25126         (*movti_internal_rex64): Rename from *movti_rex64.
25127         (*movti_internal_sse): Rename from *movti_sse.
25128         (*movdi_internal_rex64): Rename from *movdi_1_rex64.
25129         (*movdi_internal): Rename from *movdi_2.
25130         (*movsi_internal): Rename from *movsi_1.
25131         (*movhi_internal): Rename from *movhi_1.
25132         (*movqi_internal): Rename from *movqi_1.
25134         (insv): Update the call to gen_movsi_insv_1 for rename.
25135         * config/i386/i386.c (promote_duplicated_reg): Ditto.
25137 2010-06-22  Jan Hubicka  <jh@suse.cz>
25139         * passes.c (execute_function_todo): Move call of statistics_fini_pass
25140         to ...
25141         (execute_todo) ... this one.
25143 2010-06-22  Alan Modra  <amodra@gmail.com>
25145         PR target/44364
25146         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
25147         * caller-save.c (insert_restore, insert_save): Use non-validate
25148         form of adjust_address.
25150 2010-06-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
25152         PR target/39690
25153         * config/pa/pa.c (override_options): Disable
25154         -freorder-blocks-and-partition.
25156 2010-06-21  H.J. Lu  <hongjiu.lu@intel.com>
25158         PR target/44615
25159         * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
25161         * config/i386/i386.md (type): Add sseishft1
25163         * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
25164         (ppro_insn_load): Likewise.
25165         (ppro_insn_store): Likewise.
25166         (ppro_insn_both): Likewise.
25168         * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
25169         (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
25170         for type.
25171         (*vec_extractv2di_1_avx): Likewise.
25172         (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
25173         type.  Remove atom_unit.
25174         (*vec_extractv2di_1_sse2): Likewise.
25176 2010-06-21  DJ Delorie  <dj@redhat.com>
25178         * diagnostic.h (diagnostic_classification_change_t): New.
25179         (diagnostic_context): Add history and push/pop list.
25180         (diagnostic_push_diagnostics): Declare.
25181         (diagnostic_pop_diagnostics): Declare.
25182         * diagnostic.c (diagnostic_classify_diagnostic): Store changes
25183         from pragmas in a history chain instead of the global table.
25184         (diagnostic_push_diagnostics): New.
25185         (diagnostic_pop_diagnostics): New.
25186         (diagnostic_report_diagnostic): Scan history chain to find state
25187         of diagnostics as of the diagnostic location.
25188         * opts.c (set_option): Pass UNKNOWN_LOCATION to
25189         diagnostic_classify_diagnostic.
25190         (enable_warning_as_error): Likewise.
25191         * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
25192         use in the history chain.
25193         * doc/extend.texi: Document pragma GCC diagnostic changes.
25195 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
25197         * dwarf2out.c (add_linkage_name): New function.  Don't add
25198         anything to DW_TAG_member DIEs.
25199         (add_name_and_src_coords_attributes): Use it.
25200         (gen_variable_die): Call it for C++ static data members if
25201         specification is DW_TAG_member.
25203         * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
25204         C++ char16_t and char32_t.
25206         * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
25207         * genattrtab.c: Include vecprim.h.
25208         (cached_attrs, cached_attr_count, attrs_seen_once,
25209         attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
25210         attrs_cached_after): New variables.
25211         (find_attrs_to_cache): New function.
25212         (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
25213         (write_test_expr): Add attrs_cached argument, return it too,
25214         attempt to cache non-const attributes used more than once in
25215         a single case handling.
25216         (write_attr_get): Use find_attrs_to_cache, for caching candidates
25217         emit cached_* variables.  Adjust write_attr_set callers.
25218         (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
25219         to find attributes that should be cached in this block.  Adjust
25220         write_test_expr callers.
25221         (write_attr_case): Clear attrs_to_cache.  Adjust write_attr_set
25222         callers.
25223         (make_automaton_attrs): Adjust write_test_expr caller.
25225         * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
25226         * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
25227         (make_automaton_attrs): If find_tune_attr returns non-NULL,
25228         write separate internal_dfa_insn_code_* and insn_default_latency_*
25229         functions for each attribute's value and emit init_sched_attrs
25230         function and function pointers.
25231         * genattr.c (const_attrs, reservations): New variables.
25232         (gen_attr): Add const attributes to const_attrs vector.
25233         (check_tune_attr, find_tune_attr): New functions.
25234         (main): Add reservations to reservations vector.  If find_tune_attr
25235         returns true, add prototype for init_sched_attrs and make
25236         internal_dfa_insn_code and insn_default_latency function pointers,
25237         otherwise define init_sched_attrs as dummy macro.
25238         * cfgexpand.c: Include insn-attr.h.
25239         (gimple_expand_cfg): Call init_sched_attrs.
25241         * stmt.c (resolve_asm_operand_names): Fix handling of %%.
25243         PR target/44575
25244         * config/i386/i386.c (ix86_gimplify_va_arg): When copying
25245         va_arg from a set of register save slots into a temporary,
25246         if the container is bigger than type size, do the copying
25247         using smaller mode or using memcpy.
25249         PR bootstrap/44426
25250         * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
25251         prototype.
25252         (sel_print_to_dot): Remove macro.
25253         (sel_print): Likewise.  New prototype.
25254         * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
25255         (sel_print): New function.
25257 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25259         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
25260         __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
25262 2010-06-21  Nick Clifton  <nickc@redhat.com>
25264         * config/rx/rx.h (PTRDIFF_TYPE): Define.
25265         (SMALL_REGISTER_CLASS): Define (to zero).
25266         (PRINT_OPERAND): Delete.
25267         (PRINT_OPERAND_ADDRESS): Delete.
25268         * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
25269         (rx_print_operand_address): Delete prototype.
25270         * config/rx/rx.c (rx_print_operand): Make static.
25271         Allow %H and %L to handle CONST_DOUBLEs.
25272         (rx_print_operand_address): Make static.
25273         (rx_gen_move_template): Rename local variable 'template' to
25274         out_template.
25275         (rx_function_arg): Do not pass unknown sized objects in registers.
25276         (TARGET_PRINT_OPERAND): Define.
25277         (TARGET_PRINT_OPERAND_ADDRESS): Define.
25279 2010-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
25281         * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
25283 2010-06-21  Kai Tietz  <kai.tietz@onevision.com>
25285         * config/i386/i386.c (ix86_compute_frame_layout): Avoid
25286         stack-alignment for simple leaf-functions.
25288 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
25290         * doc/install.texi: Document bootstrap-lto.
25292 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
25294         PR debug/44248
25295         * lto-streamer-in.c (input_bb): Leave debug stmts alone.
25296         (input_function): Drop them here, if VTA is disabled.
25298 2010-06-20  Uros Bizjak  <ubizjak@gmail.com>
25300         PR target/44546
25301         * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
25302         New predicate.
25303         * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
25304         ix86_swapped_fp_comparsion_operator instead of
25305         ix86_fp_comparison_operator.
25307         (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
25308         (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
25309         (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
25310         (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
25311         (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
25312         (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
25314 2010-06-20  Joseph Myers  <joseph@codesourcery.com>
25316         PR other/32998
25317         * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
25318         OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
25319         * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
25320         (decode_cmdline_option): Update for this return value.  Set
25321         orig_option_with_args_text field.  Set arg field for unknown
25322         options.  Make static.
25323         (decode_cmdline_options_to_array): New.
25324         (prune_options): Update handling of find_opt return value.
25325         * opts.c (read_cmdline_option): Take decoded option.  Return void.
25326         (read_cmdline_options): Take decoded options.
25327         (decode_options): Add parameters for decoded options.  Use
25328         decode_cmdline_options_to_array.  Use decoded options for -O
25329         scan.  Use integral_argument for -O parameters.  Update call to
25330         read_cmdline_options.
25331         (enable_warning_as_error): Update handling of find_opt return value.
25332         * opts.h: Update comment on unknown options.
25333         (struct cl_decoded_option): Update comments on opt_index and arg.
25334         Add orig_option_with_args_text.
25335         (decode_cmdline_option): Remove.
25336         (decode_cmdline_options_to_array): Declare.
25337         (decode_options): Update prototype.
25338         * toplev.c (save_argv): Remove.
25339         (save_decoded_options, save_decoded_options_count): New.
25340         (read_integral_parameter): Remove.
25341         (print_switch_values): Use decoded options.
25342         (toplev_main): Don't set save_argv.  Update call to decode_options.
25343         * toplev.h (read_integral_parameter): Remove.
25344         * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
25346 2010-06-19  Richard Earnshaw  <rearnsha@arm.com>
25348         PR target/44072
25349         * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
25350         immediate.
25351         * constraints.md (Pw, Px): New constraints.
25352         * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
25354 2010-06-19  H.J. Lu  <hongjiu.lu@intel.com>
25356         * config/i386/sse.md (fma4modesuffixf4): Removed.
25357         (ssemodesuffixf2s): Likewise.
25358         (ssemodesuffixf4): Likewise.
25359         (ssemodesuffixf2c): Likewise.
25360         (ssescalarmodesuffix2s): Likewise.
25361         (avxmodesuffixf2c): Likewise.
25362         (ssemodesuffix): New.
25363         (ssescalarmodesuffix): Likewise.
25364         Update patterns with ssemodesuffix and ssescalarmodesuffix.
25366 2010-06-19  Philip Herron  <herron.philip@googlemail.com>
25368         * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
25370 2010-06-18  H.J. Lu  <hongjiu.lu@intel.com>
25372         * stor-layout.c (debug_rli): Remove unused local variables.
25374 2010-06-18  Eric Botcazou  <ebotcazou@adacore.com>
25376         PR rtl-optimization/40900
25377         * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line.  Save the
25378         original expression for later reuse.
25379         <expand_decl_rtl>: Use promote_function_mode to compute the signedness
25380         of the promoted RTL for a SSA_NAME on the LHS of a call statement.
25382 2010-06-18  Anatoly Sokolov  <aesok@post.ru>
25384         * double-int.h (double_int_to_shwi, double_int_to_uhwi,
25385         double_int_fits_in_uhwi_p): Implement as static inline.
25386         (double_int_xor): New inline function.
25387         (double_int_lrotate, double_int_rrotate, double_int_max,
25388         double_int_umax, double_int_smax, double_int_min, double_int_umin,
25389         double_int_smin): Declare.
25390         (lrotate_double, rrotate_double): Remove declaration.
25391         * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
25392         double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
25393         (double_int_lrotate, double_int_rrotate, double_int_max,
25394         double_int_umax, double_int_smax, double_int_min, double_int_umin,
25395         double_int_smin): New function.
25396         * fold-const.c (int_const_binop): Clean up, use double_int_*
25397         functions.
25398         * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
25399         double_int_* and immed_double_int_const functions.
25401 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
25403         * function.h (types_used_by_cur_var_decl): Change type to a VEC.
25404         * function.c (types_used_by_cur_var_decl): Likewise.
25405         (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
25407 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
25409         * tree.h (record_layout_info): Change type of pending_statics field
25410         to a VEC.
25411         * stor-layout.c (start_record_layout): Store NULL into
25412         pending_statics.
25413         (debug_rli): Call debug_vec_tree instead of debug_tree.
25414         (place_field): Likewise.
25415         (finish_record_layout): Likewise.
25417 2010-06-18  Alan Modra  <amodra@gmail.com>
25419         * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
25421 2010-06-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
25423         PR target/43740
25424         * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
25425         for SET source operand from SET destination operand.
25427 2010-06-17  Bernd Schmidt  <bernds@codesourcery.com>
25429         PR rtl-optimization/39871
25430         * reload1.c (init_eliminable_invariants): For flag_pic, disable
25431         equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
25432         (function_invariant_p): Rule out a plus of frame or arg pointer with
25433         a SYMBOL_REF.
25434         * ira.c (find_reg_equiv_invariant_const): Likewise.
25436 2010-06-17  Gunther Nikl  <gnikl@users.sourceforge.net>
25438         * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
25439         print_operand_address and puts to output the operand for CONST.
25441 2010-06-17  Jakub Jelinek  <jakub@redhat.com>
25443         PR debug/44572
25444         * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
25445         hook.
25447 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25449         * v850-protos.h (print_operand): Delete.
25450         (print_operand_address): Delete.
25451         * v850.h (PRINT_OPERAND): Delete.
25452         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25453         (PRINT_OPERAND_ADDRESS): Delete.
25454         * v850.c (print_operand_address): Rename to...
25455         (v850_print_operand_address): ...this.  Make static. Call
25456         v850_print_operand.
25457         (print_operand): Rename to...
25458         (v850_print_operand): ...this.  Make static.  Call
25459         v850_print_operand_address.
25460         (v850_print_operand_punct_valid_p): New function.
25461         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
25462         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
25464 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25466         * config/sh/sh-protos.h (print_operand): Delete.
25467         (print_operand_address): Delete.
25468         * config/sh/sh.h (PRINT_OPERAND): Delete.
25469         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25470         (PRINT_OPERAND_ADDRESS): Delete.
25471         * config/sh/sh.c (sh_print_operand_address): Make static.
25472         (sh_print_operand): Make static.  Call sh_print_operand_address
25473         and sh_print_operand.
25474         (sh_print_operand_punct_valid_p): New function.
25475         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
25476         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
25478 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25480         * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
25481         (mcore_print_operand_address): Delete.
25482         * config/mcore/mcore.h (PRINT_OPERAND): Delete.
25483         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25484         (PRINT_OPERAND_ADDRESS): Delete.
25485         * config/mcore/mcore.c (mcore_print_operand_address): Make static.
25486         (mcore_print_operand): Make static.
25487         (mcore_print_operand_punct_valid_p): New function.
25488         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
25489         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
25491 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25493         * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
25494         (print_operand_address): Delete.
25495         * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
25496         (PRINT_OPERAND_ADDRESS): Delete.
25497         * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
25498         static.
25499         (m68hc11_print_operand): Make static.
25500         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
25502 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25504         * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
25505         (m32r_print_operand_address): Delete.
25506         * config/m32r/m32r.h (m32r_punct_chars): Delete.
25507         (PRINT_OPERAND): Delete.
25508         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25509         (PRINT_OPERAND_ADDRESS): Delete.
25510         * config/m32r/m32r.c (m32r_punct_chars): Make static.
25511         (m32r_print_operand_address): Make static.
25512         (m32r_print_operand): Make static.
25513         (m32r_print_operand_punct_valid_p): New function.
25514         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
25515         (TARGET_PRINT_OPERAND_ADDRESS): Define.
25517 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25519         * config/iq2000/iq2000-protos.h (print_operand): Delete.
25520         (print_operand_address): Delete.
25521         * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
25522         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25523         (PRINT_OPERAND_ADDRESS): Delete.
25524         (iq2000_print_operand_punct): Delete.
25525         * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
25526         (iq2000_print_operand_address): Make static.
25527         (iq2000_print_operand): Make static.
25528         (iq2000_print_operand_punct_valid_p): New function.
25529         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
25530         (TARGET_PRINT_OPERAND_ADDRESS): Define.
25532 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25534         * config/frv/frv-protos.h (frv_print_operand): Delete.
25535         (frv_print_operand_address): Delete.
25536         * config/frv/frv.h (PRINT_OPERAND): Delete.
25537         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25538         (PRINT_OPERAND_ADDRESS): Delete.
25539         * config/frv/frv.c (frv_print_operand_address): Make static.
25540         (frv_print_operand): Make static.
25541         (frv_print_operand_punct_valid_p): New function.
25542         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
25543         (TARGET_PRINT_OPERAND_ADDRESS): Define.
25545 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25547         * tree.h (vec_member): Declare.
25548         * tree.c (vec_member): Define.
25550 2010-06-17  Richard Guenther  <rguenther@suse.de>
25552         * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
25553         * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
25555 2010-06-17  Richard Guenther  <rguenther@suse.de>
25557         * tree-inline.c (declare_return_variable): Remove bogus code.
25559 2010-06-17  Richard Guenther  <rguenther@suse.de>
25561         * gimplify.c (gimplify_bind_expr): Always promote complex
25562         and vector variables to registers if possible.
25564 2010-06-17  Richard Guenther  <rguenther@suse.de>
25566         * expr.c (get_inner_reference): Use double_int for bit_offset
25567         calculation.
25569 2010-06-16  DJ Delorie  <dj@redhat.com>
25571         * common.opt (-fstrict-volatile-bitfields): new.
25572         * doc/invoke.texi: Document it.
25573         * fold-const.c (optimize_bit_field_compare): For volatile
25574         bitfields, use the field's type to determine the mode, not the
25575         field's size.
25576         * expr.c (expand_assignment): Likewise.
25577         (get_inner_reference): Likewise.
25578         (expand_expr_real_1): Likewise.
25579         * expmed.c (store_fixed_bit_field): Likewise.
25580         (extract_bit_field_1): Likewise.
25581         (extract_fixed_bit_field): Likewise.
25583 2010-06-16  Richard Guenther  <rguenther@suse.de>
25585         * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
25587 2010-06-16  Douglas B Rupp  <rupp@gnat.com>
25589         * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
25590         (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
25591         * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
25592         * debug.c: Likewise.
25593         * sdbout.c: Likewise.
25594         * vmsdbgout.c: Likewise.
25595         * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
25596         * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
25597         * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
25598         (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
25599         * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
25600         * dwarf2out.c (dw_fde_struct): New fields
25601         dw_fde_vms_{end,begin}_prologue.
25602         (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
25603         (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
25604         (dwarf2out_vms_end_prologue): New function.
25605         (dwarf2out_vms_begin_epilogue): New function.
25606         (dw_val_struct): New value dw_val_class_vms_delta.
25607         (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
25608         begin_epilogue for VMS.
25609         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
25610         new static functions.
25611         (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
25612         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
25613         static functions.
25614         (print_die): New case dw_val_class_vms_delta.
25615         (attr_checksum): Likewise.
25616         (same_dw_val_p: Likewise.
25617         (size_of_die): Likewise.
25618         (value_format): Likewise.
25619         (output_die): Likewise.
25620         (gen_subprogram_die): Call add_AT_vms_delta on VMS.
25621         (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
25622         * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
25623         dwarf2out_cfi_begin_epilogue
25624         * final.c (final_scan_insn): Likewise. Call begin_epilogue.
25626 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
25628         * config/cris/cris-protos.h (cris_print_operand): Delete.
25629         (cris_print_operand_address): Delete.
25630         * config/cris/cris.h (PRINT_OPERAND): Delete.
25631         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25632         (PRINT_OPERAND_ADDRESS): Delete.
25633         * config/cris/cris.c (cris_print_operand_address): Make static.
25634         (cris_print_operand): Make static.
25635         (cris_print_operand_punct_valid_p): New function.
25636         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
25637         (TARGET_PRINT_OPERAND_ADDRESS): Define.
25639 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
25641         * config/arm/arm-protos.h (arm_print_operand): Delete.
25642         (arm_print_operand_address): Delete.
25643         * config/arm/arm.h (PRINT_OPERAND): Delete.
25644         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25645         (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
25646         (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
25647         * config/arm/arm.c (arm_print_operand_address): ...here.  New function.
25648         (arm_print_operand): Make static.
25649         (arm_print_operand_punct_valid_p): New function.
25650         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
25651         (TARGET_PRINT_OPERAND_ADDRESS): Define.
25653 2010-06-16  Nick Clifton  <nickc@redhat.com>
25655         * config/rx/constraints.md (NEGint4): New constraint.
25656         * config/rx/rx.md (attr cc): Add set_zsc.
25657         (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
25658         initialised.
25659         (cmpsf): Likewise.
25660         (call_internal): Clobber the cc0 register.
25661         (call_value_internal): Likewise.
25662         (cstoresi4): Likewise.
25663         (movsieq): Likewise.
25664         (movsine): Likewise.
25665         (addsi3): Add alternative to handle small negative constants.
25666         (sunsi3): Likewise.
25667         (addsi3): Do not set the O bit in the cc0 register.
25668         (adddi3): Likewise.
25669         (subsi3): Likewise.
25670         (subdi3): Likewise.
25671         (andsi3): Reorder alternatives to prefer shorter forms.
25672         (mulsi3): Likewise.
25673         (iorsi3): Likewise.
25674         (negsi2): Note that the cc0 flags are set.
25675         (rotlsi3): Note that only the Z and S bits are set in cc0.
25676         (lshrsi3): Likewise.
25677         (ashlsi3): Likewise.
25678         (subsf3): Use %Q for the MEM operand.
25679         (fix_truncsfsi2): Likewise.
25680         (floatsisf2): Likewise.
25681         (bitset): Remove early clobber from destination.
25682         (bitset_in_memory): Likewise.
25683         (lrintsf2): Clobber the cc0 register.
25684         * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
25685         (rx_print_operand): Handle %N.
25687 2010-06-16  Jan Hubicka  <jh@suse.cz>
25689         * df-core.c (df_compact_blocks): Free problem_temps vector.
25691 2010-06-16  Martin Jambor  <mjambor@suse.cz>
25693         PR tree-optimization/43905
25694         * tree-sra.c: Include tree-inline.h.
25695         (create_abstract_origin): Removed.
25696         (modify_function): Version the call graph node instead of creating
25697         abstract origins and dealing with same_body aliases.
25698         * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
25699         function is versionable.
25700         * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
25702 2010-06-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
25704         * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
25705         (CHOOSE_DYNAMIC_LINKER): Update.
25707 2010-06-15  Uros Bizjak  <ubizjak@gmail.com>
25709         * config/i386/i386.c (*prefetch_sse_<mode>):  Macroize insn from
25710         *prefetch_sse and *prefetch_sse_rex using P mode iterator.
25711         (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
25712         *prefetch_3dnow_rex.
25714 2010-06-15  Anatoly Sokolov  <aesok@post.ru>
25716         * target.h (struct asm_out):Add declare_constant_name field.
25717         * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
25718         (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
25719         * output.h (default_asm_declare_constant_name): Declare.
25720         (assemble_label): Update prototype.
25721         * varasm.c (assemble_constant_contents): Use
25722         targetm.asm_out.declare_constant_name target hook.
25723         (assemble_label): Add 'file' argument.
25724         (default_asm_declare_constant_name): New function.
25725         * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
25726         * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
25727         (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
25729         * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
25730         * config/darwin.c (darwin_asm_declare_constant_name): New function.
25731         (machopic_output_indirection): Update assemble_label argument list.
25732         * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
25733         (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
25735 2010-06-15  Sebastian Pop  <sebastian.pop@amd.com>
25737         PR middle-end/44391
25738         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
25739         size_one_node for pointer types.  Do not call gmp_cst_to_tree.
25741 2010-06-15  Richard Guenther  <rguenther@suse.de>
25743         * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
25745 2010-06-15  Paul Brook  <paul@codesourcery.com>
25747         * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
25748         hard-float ABI.
25750 2010-06-15  Alexandre Oliva  <aoliva@redhat.com>
25752         * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
25753         don't get a vector type for output.
25755 2010-06-15  Jakub Jelinek  <jakub@redhat.com>
25757         PR fortran/44536
25758         * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
25759         * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
25760         (LANG_HOOKS_DECLS): Add it.
25761         * gimplify.c (omp_notice_variable): Call
25762         lang_hooks.decls.omp_report_decl.
25764 2010-06-15  Martin Jambor  <mjambor@suse.cz>
25766         PR lto/44464
25767         * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
25768         on the newly dead SSA name.
25770 2010-06-15  Alan Modra  <amodra@gmail.com>
25772         * doc/invoke.texi: Add mcmodel to powerpc options.
25773         * configure.ac: Add HAVE_LD_LARGE_TOC test.
25774         * configure: Regenerate.
25775         * config.in: Regenerate.
25776         * config/rs6000/linux64.opt (mcmodel): New.
25777         * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
25778         (TARGET_CMODEL, SET_CMODEL): Define.
25779         (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
25780         select CMODEL_MEDIUM default.
25781         * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
25782         (TARGET_CMODEL): Define default.
25783         * config/rs6000/rs6000.c (cmodel): New variable.
25784         (rs6000_explicit_options): Add cmodel field.
25785         (rs6000_handle_option): Handle -mcmodel.
25786         (create_TOC_reference): Add largetoc_reg param.  Generate high,
25787         lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE.  Update all callers.
25788         (rs6000_delegitimize_address): Recognise new toc reference rtl
25789         and minimal-toc rtl.
25790         (rs6000_legitimize_reload_address): Handle new toc references.
25791         (print_operand_address): Handle legitimate_constant_pool_address_p
25792         match before lo_sum.
25793         (rs6000_eliminate_indexed_memrefs): Tidy.
25794         (rs6000_emit_move): Tweak threshold for inlining constants.
25795         Keep rs6000_emit_allocate_stack large stack frame offsets
25796         loaded into r0 inline.
25797         (rs6000_generate_compare <cmptf_internal2>): One more clobber.
25798         (tocrel_base, tocrel_offset): New variables.
25799         (toc_relative_expr_p): Set them here.
25800         (print_operand_address): Skip over any offset on constant pool address.
25801         (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
25802         (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
25803         (offsettable_ok_by_alignment): New function.
25804         (rs6000_emit_move): Address suitably aligned local symbol_refs
25805         relative to the toc pointer for -mcmodel=medium.
25806         (legitimate_constant_pool_address_p): Make param const_rtx.  Add
25807         strict param.  Allow lo_sum version of addressing.  Verify reg
25808         used for -mminimal-toc and -mcmodel != small.  Update all callers.
25809         * config/rs6000/constraints.md: Update for above change.
25810         * config/rs6000/predicates.md: Likewise.
25811         * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
25812         code.
25813         (tls_gd): Split for -mcmodel=medium/large.
25814         (tls_gd_high, tls_gd_low): New.
25815         (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
25816         (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
25817         (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
25818         (largetoc_high, largetoc_low): New.
25819         (cmptf_internal2): Add clobber.
25820         * config/rs6000/rs6000-protos.h: Update.
25822 2010-06-14  Changpeng Fang  <changpeng.fang@amd.com>
25824         * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New.  Return
25825         true if no prefetch is going to be generated for a given group.
25826         (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
25827         estimate the prefetch_count.
25828         (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
25829         prefetch count by considering the unroll_factor and prefetch_mod
25830         for is_loop_prefetching_profitable.
25832 2010-06-14  Andreas Schwab  <schwab@linux-m68k.org>
25834         * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
25835         anything if the argument is not a MEM.
25837 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
25839         PR debug/43650
25840         PR debug/44181
25841         PR debug/44247
25842         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
25843         debug stmts.
25844         (canonicalize_loop_ivs): Likewise.
25846 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
25848         PR debug/43656
25849         * haifa-sched.c (setup_insn_reg_pressure_info,
25850         update_register_pressure): Reject debug insns.
25851         (ready_sort): Don't setup reg pressure for debug insns.
25852         (schedule_insn): Don't update reg pressure for debug insns.
25854 2010-06-14  Richard Guenther  <rguenther@suse.de>
25856         * lto-streamer.c (cached_bp): Remove.
25857         (bitpack_delete): Likewise.
25858         (bitpack_create): Likewise.
25859         (bp_get_next_word): Likewise.
25860         (bp_pack_value, bp_unpack_value): Move ...
25861         * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
25862         Re-implement.
25863         (struct bitpack_d): Likewise.
25864         (bitpack_create, lto_output_bitpack, lto_input_bitpack):
25865         New inline functions.
25866         * lto-streamer-out.c (lto_output_bitpack): Remove.
25867         (pack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
25868         (pack_value_fields): Adjust.
25869         (lto_write_tree): Likewise.
25870         (output_gimple_stmt): Likewise.
25871         (output_function): Likewise.
25872         * lto-streamer-in.c (input_gimple_stmt): Adjust.
25873         (input_function): Likewise.
25874         (unpack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
25875         (lto_input_bitpack): Remove.
25876         (lto_materialize_tree): Adjust.
25877         * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
25878         * lto-cgraph.c (lto_output_edge): Adjust.
25879         (lto_output_node): Likewise.
25880         (lto_output_varpool_node): Likewise.
25881         (lto_output_ref): Likewise.
25882         (input_node): Likewise.
25883         (input_varpool_node): Likewise.
25884         (input_ref): Likewise.
25885         (input_edge): Likewise.
25886         (output_node_opt_summary): Likewise.
25887         (input_node_opt_summary): Likewise.
25888         * ipa-pure-const.c (pure_const_write_summary): Likewise.
25889         (pure_const_read_summary): Likewise.
25890         * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
25891         (ipa_read_indirect_edge_info): Likewise.
25892         (ipa_write_node_info): Likewise.
25893         (ipa_read_node_info): Likewise.
25895 2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>
25897         PR target/44534
25898         * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
25899         (vec_extract_lo_v16hi): Likewise.
25900         (vec_extract_lo_v32qi): Likewise.
25902 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
25904         PR bootstrap/44426
25905         * tree.h (build_call_expr): Don't define as vararg macro, instead
25906         add a prototype.
25907         * builtins.c (build_call_nofold): Remove.
25908         (expand_builtin_int_roundingfn, expand_builtin_pow,
25909         expand_builtin_mempcpy_args, expand_builtin_stpcpy,
25910         expand_builtin_memset_args, expand_builtin_strcmp,
25911         expand_builtin_strncmp, expand_builtin_memory_chk): Use
25912         build_call_nofold_loc instead of build_call_nofold.
25913         (build_call_expr): New function.
25915         PR tree-optimization/44508
25916         * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
25917         * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
25918         don't eliminate trivially dead stmts.
25919         * tree-vrp.c (vrp_finalize): Pass false as last argument
25920         to substitute_and_fold.
25921         * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
25922         to substitute_and_fold.
25923         * tree-ssa-ccp.c (ccp_finalize): Likewise.
25925         PR bootstrap/44509
25926         * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
25928 2010-06-14  Ira Rosen  <irar@il.ibm.com>
25930         PR tree-optimization/44507
25931         * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
25932         to build initial vector for BIT_AND_EXPR.
25933         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
25935 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
25937         * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
25938         adjust z10prop set_attr.
25940 2010-06-13  Jan Hubicka  <jh@suse.cz>
25942         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
25943         bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
25944         bitmap_ior_into, bitmap_xor, bitmap_xor_into,
25945         bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
25946         datastructure checks into checking asserts.
25947         * rtlanal.c (find_reg_note): Use gcc_checking_assert.
25948         * tree-ssa-sccvn.c (VN_INFO): Likewise.
25949         * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
25950         df_ref_create_structure): Likewise.
25951         * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
25952         pool_free): Use gcc_checking_assert.
25953         * alias.c (get_alias_set): Likewise.
25954         * var-tracking.c (variable_htab_free, shared_hash_copy,
25955         canonicalize_values_mark, variable_merge_over_cur): Likewise.
25956         * lto-streamer.c (bp_unpack_value): Likewise.
25958 2010-06-13  Richard Guenther  <rguenther@suse.de>
25960         * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
25961         Do not stream but initialize TYPE_CANONICAL to NULL.
25962         (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
25963         * gimple.c (gimple_types_compatible_p): Disregard
25964         TYPE_STRUCTURAL_EQUALITY_P.
25965         (gimple_register_type): Use TYPE_CANONICAL as cache.
25966         * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
25967         before registering common types.
25968         * config/i386/i386.c (ix86_function_arg_boundary): Do not
25969         use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
25970         * tree.h (TYPE_CANONICAL): Clarify documentation.
25972 2010-06-13  Anatoly Sokolov  <aesok@post.ru>
25974         * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
25975         LIBCALL_VALUE): Remove macros.
25976         * config/ia64/ia64-protos.h (ia64_function_value): Remove.
25977         * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
25978         TARGET_FUNCTION_VALUE_REGNO_P): Define.
25979         (ia64_libcall_value, ia64_function_value_regno_p): New functions.
25980         (ia64_function_value): Make static. Handle receiving the function
25981         type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
25983 2010-06-12  Jan Hubicka  <jh@suse.cz>
25985         * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
25986         at correct place.
25988 2010-06-12  Bernd Schmidt  <bernds@codesourcery.com>
25990         * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
25992 2010-06-12  Jan Hubicka  <jh@suse.cz>
25994         * df-core.c (df_clear_bb_info): New function.
25995         (df_set_blocks): bb_info is always allocated.
25996         (df_get_bb_info): Use block_info_elt_size.
25997         (df_set_bb_info): Likewise.
25998         (df_compact_blocks): Update for new block_info.
25999         (grow_bb_info): New function.
26000         * df-problems.c (df_grow_bb_info): Move to df-core.c
26001         (df_rd_set_bb_info): Remove.
26002         (df_rd_free_bb_info): Do not free block pool.
26003         (df_rd_alloc): Do not create pool, use check for
26004         obstack presence instead of NULL pointer for new blocks.
26005         (df_rd_free): DO not free alloc pool; clear block_info.
26006         (problem_RD): Add size of block info structure.
26007         (df_lr_set_bb_info): Remove.
26008         (df_lr_free_bb_info): Do not free block pool.
26009         (df_lr_alloc): Do not create pool, use check for
26010         obstack presence instead of NULL pointer for new blocks.
26011         (df_lr_free): DO not free alloc pool; clear block_info.
26012         (problem_LR): Add size of block info structure.
26013         (df_live_set_bb_info): Remove.
26014         (df_live_free_bb_info): Do not free block pool.
26015         (df_live_alloc): Do not create pool, use check for
26016         obstack presence instead of NULL pointer for new blocks.
26017         (df_live_free): DO not free alloc pool; clear block_info.
26018         (problem_LIVE): Add size of block info structure.
26019         (problem_CHAIN): Add size of block info structure.
26020         (df_byte_lr_set_bb_info): Remove.
26021         (df_byte_lr_free_bb_info): Do not free block pool.
26022         (df_byte_lr_alloc): Do not create pool, use check for
26023         obstack presence instead of NULL pointer for new blocks.
26024         (df_byte_lr_free): DO not free alloc pool; clear block_info.
26025         (problem_BYTE_LR): Add size of block info structure.
26026         (problem_NOTE): Add size of block info structure.
26027         (df_byte_MD_set_bb_info): Remove.
26028         (df_byte_MD_free_bb_info): Do not free block pool.
26029         (df_byte_MD_alloc): Do not create pool, use check for
26030         obstack presence instead of NULL pointer for new blocks.
26031         (df_byte_MD_free): DO not free alloc pool; clear block_info.
26032         (problem_BD): Add size of block info structure.
26033         * df-scan.c (df_scan_free_internal): Free block pool.
26034         (df_scan_set_bb_info): Remove.
26035         (df_scan_free_bb_info): Check for artificial_defs instead
26036         of bb_info being non-NULL.
26037         (df_scan_alloc): DO not create df_scan_block pool.
26038         (problem_SCAN): Set size of block info.
26039         (df_bb_refs_record): Do not allocate bb_info.
26040         * df.h (df_problem): Add block_info_elt_size.
26041         (struct dataflow): Change block_info to void *.
26042         (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
26043         df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
26044         in-line structures.
26046 2010-06-12  Jan Hubicka  <jh@suse.cz>
26048         PR tree-optimize/44485
26049         * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
26050         containing use of return value of noreturn function.
26052 2010-06-12  Anatoly Sokolov  <aesok@post.ru>
26054         * targhooks.c (default_function_value): Don't use
26055         FUNCTION_OUTGOING_VALUE.
26056         * system.h (FUNCTION_OUTGOING_VALUE): Poison.
26057         * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
26059 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
26061         * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
26062         Add crtfastmath.o to extra_parts.
26063         * config/mips/crtfastmath.c: New.
26064         * config/mips/linux.h (ENDFILE_SPEC): New.
26066 2010-06-12  Sebastian Pop  <sebastian.pop@amd.com>
26068         * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
26069         old_type in parameter.
26070         (gcc_type_for_value): Update call to gcc_type_for_interval.
26071         (compute_type_for_level_1): Renamed compute_type_for_level.
26072         Update call to gcc_type_for_interval.
26074 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
26076         * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
26077         flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
26079 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
26081         * opts-common.c: Include options.h.
26082         (integral_argument): Move from opts.c.
26083         (decode_cmdline_option): New.  Based on read_cmdline_option.
26084         * opts.c (integral_argument): Move to opts-common.c.
26085         (read_cmdline_option): Move most contents to
26086         decode_cmdline_option.  Use %qs in diagnostics.
26087         * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
26088         CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
26089         decode_cmdline_option): New.
26091 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
26093         PR target/44481
26094         * config/i386/i386.md (UNSPEC_PARITY): New unspec.
26095         (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
26096         (partiysi2_cmp): Ditto.
26097         (*partiyhi2_cmp): Ditto.
26098         (*parityqi2_cmp): Remove.
26100 2010-06-11  Jan Hubicka  <jh@suse.cz>
26102         * bitmap.h (bmp_iter_next_bit): New.
26103         (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
26105 2010-06-11  Sandra Loosemore  <sandra@codesourcery.com>
26106             Eric Botcazou  <ebotcazou@adacore.com>
26108         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
26109         computed cost.
26111 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
26113         * config/i386/i386.md (unspec): New define_c_enum.
26114         (unspecv): Ditto.
26116 2010-06-10  Jakub Jelinek  <jakub@redhat.com>
26118         * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
26120 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
26122         PR middle-end/44483
26123         * tree-if-conv.c (bb_predicate_s): New struct.
26124         (bb_predicate_p): New.
26125         (bb_has_predicate): New.
26126         (bb_predicate): New.
26127         (set_bb_predicate): New.
26128         (bb_predicate_gimplified_stmts): New.
26129         (set_bb_predicate_gimplified_stmts): New.
26130         (add_bb_predicate_gimplified_stmts): New.
26131         (init_bb_predicate): New.
26132         (free_bb_predicate): New.
26133         (is_predicated): Use bb_predicate.
26134         (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
26135         (predicate_bbs): Same.  Gimplify the condition of the basic blocks
26136         before processing their successors.
26137         (clean_predicate_lists): Removed.
26138         (find_phi_replacement_condition): Use bb_predicate.
26139         (process_phi_nodes): Renamed ifconvert_phi_nodes.  Avoid useless
26140         computations.
26141         (insert_gimplified_predicates): New.
26142         (combine_blocks): Call insert_gimplified_predicates.
26143         (tree_if_conversion): Call free_bb_predicate instead of
26144         clean_predicate_lists.
26146 2010-10-11  Paul Brook  <paul@codesourcery.com>
26148         * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
26149         * config/arm/arm.c (all_architectures): Change v7e-m default to
26150         cortexm4.
26151         * config/arm/arm-cores.def: Add cortex-m4.
26152         * config/arm/arm-tune.md: Regenerate.
26154 2010-06-11  Jan Hubicka  <jh@suse.cz>
26156         * ipa-pure-const.c (special_builtlin_state): New function.
26157         (check_call): Use it instead of special casign BUILT_IN_RETURN.
26158         (propagate_pure_const): Use it.
26160 2010-06-11  Jan Hubicka  <jh@suse.cz>
26162         * df-problems.c (df_live_scratch): Convert to bitmap_head.
26163         (df_live_alloc): Initialize df_live_scratch when initializing
26164         problem_data.
26165         (df_live_transfer_function): Update uses of df_live_scratch.
26166         (df_live_free): Free problem_data; clear df_live_scratch before
26167         releasing the obstack.
26168         (df_md_free): Free problem data.
26170 2010-06-11  Jan Hubicka  <jh@suse.cz>
26172         * doc/invoke.texi (Wsuggest-attribute): Document.
26173         (Wmissing-noreturn): Remove.
26174         * ipa-pure-const.c (warn_function_noreturn): New function.
26175         * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
26176         warn_missing_noreturn.
26177         * common.opt (Wsuggest-attribute=noreturn): New.
26178         * tree-flow.h (warn_function_noreturn): Declare.
26179         * tree-cfg.c (execute_warn_function_noreturn): Use
26180         warn_function_noreturn.
26181         (gate_warn_function_noreturn): New.
26182         (pass_warn_function_noreturn): Update.
26184 2010-06-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
26186         * c-typeck.c (handle_warn_cast_qual): Add loc
26187         parameter. Improve warning message.
26188         (build_c_cast): Pass location to handle_warn_cast_qual.
26190 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
26192         * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
26193         that operand 0 == operand 1.  Use x86_maybe_negate_const_int to output
26194         insn mnemonic.
26195         (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
26197 2010-06-10  Dodji Seketeli  <dodji@redhat.com>
26199         Fix bootstap on mips
26200         * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
26201         be naming typedefs.
26203 2010-06-11  Kai Tietz  <kai.tietz@onevision.com>
26205         * system.h (helper_const_non_const_cast): New inline for
26206         gcc version <= 4.0.
26207         (CONST_CAST2): For gcc version <= 4.0 use
26208         new helper to do const/non-const casting.
26210 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26212         * doc/md.texi: Document the "unspec" and "unspecv" enum names.
26213         * Makefile.in (OBJS-common): Include insn-enums.o.
26214         (insn-enums.o): New rule.
26215         (simple_generated_c): Add insn-enums.c.
26216         (build/genenums.o): New rule.
26217         (genprogmd): Add "enums".
26218         * genconstants.c (print_enum_type): Declare a C string array
26219         for each enum.
26220         * genenums.c: New file.
26221         * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
26222         for UNSPEC_VOLATILE.  If defined, use the "unspec" enum for both
26223         UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
26225 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26227         * doc/md.texi (define_enum_attr): Document.
26228         * rtl.def (DEFINE_ENUM_ATTR): New rtx.
26229         * read-md.h (lookup_enum_type): Declare.
26230         * read-md.c (lookup_enum_type): New function.
26231         * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
26232         * genattrtab.c (attr_desc): Add an enum_name field.
26233         (evaluate_eq_attr): Take the associated attribute as argument.
26234         Get the enum prefix from the enum_name field, if defined.
26235         Use ACONCAT rather than a fixed-length buffer.  Update recursive calls.
26236         (simplify_test_exp): Pass attr to evaluate_eq_attr.
26237         (add_attr_value): New function, split out from...
26238         (gen_attr): ...here.  Handle DEFINE_ENUM_ATTR.
26239         (write_test_expr): Pass attr to evaluate_eq_attr.
26240         (write_attr_get): Use the enum_name as the enum tag, if defined.
26241         (write_attr_valueq): Use the enum_name as a prefix, if defined.
26242         (find_attr): Initialize enum_name.
26243         (main): Handle DEFINE_ENUM_ATTR.
26244         * gensupport.c (process_rtx): Likewise.
26245         * config/mips/mips.h (mips_tune_attr): Delete.
26246         * config/mips/mips.md (cpu): Use define_attr_enum.
26248 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26250         * doc/md.texi (define_c_enum, define_enum): Document.
26251         * read-md.h (md_constant): Add a parent_enum field.
26252         (enum_value, enum_type): New structures.
26253         (upcase_string, traverse_enum_types): Declare.
26254         * read-md.c (enum_types): New variable.
26255         (upcase_string, add_constant): New functions.
26256         (handle_constants): Don't create the hash table here.
26257         Use add_constant.
26258         (traverse_md_constants): Don't check for a null md_constants.
26259         (decimal_string, handle_enum, traverse_enum_types): New functions.
26260         (read_md_files): Initialize md_constants and md_enums.
26261         * genconstants.c (print_md_constant): Ignore info argument.
26262         Only print constants that belong to no enum.
26263         (print_enum_type): New function.
26264         (main): Don't pass stdout to print_md_constant.  Call print_enum_type
26265         for each defined enum type.
26266         * config/mips/mips.md (processor): New define_enum.
26267         (unspec): New define_c_enum.
26268         (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
26269         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
26270         (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
26271         (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
26272         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
26273         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
26274         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
26275         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
26276         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
26277         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
26278         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
26279         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
26280         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
26281         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
26282         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
26283         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
26284         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
26285         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
26286         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
26287         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
26288         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
26289         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
26290         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
26291         (UNSPEC_RDDSP): Move to mips-dsp.md.
26292         (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
26293         (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
26294         (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
26295         (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
26296         (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
26297         (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
26298         (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
26299         (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
26300         (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
26301         (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
26302         (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
26303         (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
26304         (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
26305         Moved to mips-dspr2.md.
26306         (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
26307         (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
26308         (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
26309         (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
26310         (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
26311         (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
26312         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
26313         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
26314         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
26315         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
26316         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
26317         UNSPEC_LOONGSON_PSADBH)
26318         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
26319         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
26320         (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
26321         (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
26322         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
26323         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
26324         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
26325         (cpu): Update comment.
26326         * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
26327         (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
26328         (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
26329         (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
26330         * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
26331         UNSPEC_LOONGSON_PCMPEQ)
26332         (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
26333         UNSPEC_LOONGSON_PINSR_0)
26334         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
26335         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
26336         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
26337         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
26338         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
26339         UNSPEC_LOONGSON_PSADBH)
26340         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
26341         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
26342         (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
26343         * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
26344         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
26345         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
26346         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
26347         * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
26348         (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
26349         (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
26350         (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
26351         (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
26352         (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
26353         (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
26354         (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
26355         (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
26356         (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
26357         (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
26358         (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
26359         (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
26360         (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
26361         (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
26362         (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
26363         (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
26364         (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
26365         (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
26366         (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
26367         (UNSPEC_RDDSP): Moved from mips.md.
26368         * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
26369         (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
26370         (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
26371         (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
26372         (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
26373         (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
26374         (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
26375         (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
26376         (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
26377         (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
26378         (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
26379         (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
26380         (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
26381         (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
26382         * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
26383         (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
26384         (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
26385         (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
26386         (UNSPEC_SCC): Moved from mips.md.
26387         * config/mips/mips.c (mips_arch, mips_tune): Change enum from
26388         "processor_type" to "processor".
26389         (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
26390         * config/mips/mips.h (processor_type): Delete.
26391         (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
26392         "processor_type" to "processor".
26394 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26396         * configure.ac (tm_include_list): Add insn-constants.h.
26397         * configure: Regenerate.
26398         * Makefile.in (GTM_H): Move insn-constants.h here from...
26399         (TM_H): ...here.
26400         * mkconfig.sh: Remove special handling for insn-constants.h.
26402 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26404         * Makefile.in (BUILD_RTL): Move build/read-md.o to...
26405         (BUILD_MD): ...this new variable.
26406         (simple_generated_rtl_h, simple_generated_rtl_c): New variables
26407         that include the old contents of simple_generated_h and
26408         simple_generated_c.
26409         (simple_generated_h, simple_generated_c): Include them.  Add
26410         insn-constants.h.
26411         (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
26412         and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
26413         Remove these dependencies from the main rule and include
26414         insn-conditions.md in the command line only if it appears
26415         in the dependency list.
26416         (insn-constants.h, s-constants): Delete.
26417         (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
26418         or gensupport.h.
26419         (build/genmddeps.o): Likewise.
26420         (genprogrtl): New variable that contains everything from genprogmd
26421         except mddeps and constants.
26422         (genprogmd): Redefine in terms of genprogrtl.  Make these programs
26423         depend on $(BUILD_MD)
26424         (genprog): New variable.  Make these programs depend on
26425         $(BUILD_ERRORS).
26426         * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
26427         (main): Use read_md_files instead of init_rtx_reader_args.
26428         * genconstants.c: As for genmddeps.c.
26429         * read-md.h (read_skip_construct): Declare.
26430         * read-md.c (read_skip_construct): New function.
26431         (handle_file): Allow a null handle_directive, skipping the
26432         construct if so.
26433         (parse_include): Update the comment accordingly.
26435 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26437         * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
26438         * genmddeps.c: Include read-md.h.
26439         (main): Call init_rtx_reader_args instead of init_md_reader_args.
26440         * genattr.c (main): Likewise.
26441         * genattrtab.c (main): Likewise.
26442         * genautomata.c (main): Likewise.
26443         * gencodes.c (main): Likewise.
26444         * genconditions.c (main): Likewise.
26445         * genconfig.c (main): Likewise.
26446         * genconstants.c (main): Likewise.
26447         * genemit.c (main): Likewise.
26448         * genextract.c (main): Likewise.
26449         * genflags.c (main): Likewise.
26450         * genopinit.c (main): Likewise.
26451         * genoutput.c (main): Likewise.
26452         * genpeep.c (main): Likewise.
26453         * genrecog.c (main): Likewise.
26454         * genpreds.c (main): Likewise.
26455         * gensupport.h (in_fname): Move to read-md.h.
26456         (init_md_reader_args_cb): Rename to...
26457         (init_rtx_reader_args_cb): ...this and return a bool.
26458         (init_md_reader_args): Rename to...
26459         (init_rtx_reader_args): ...this and return a bool.
26460         (include_callback): Move to read-md.h.
26461         * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
26462         (file_name_list, first_dir_md_include): Move to read-md.c
26463         (first_bracket_include): Delete unused variable.
26464         (last_dir_md_include): Move to read-md.c.
26465         (process_include): Delete, moving code to read-md.c:handle_include.
26466         (process_rtx): Don't handle INCLUDE.
26467         (save_string): Delete.
26468         (rtx_handle_directive): New function.
26469         (init_md_reader_args_cb): Rename to...
26470         (init_rtx_reader_args_cb): ...this and return a boolean success value.
26471         Use read_md_args.
26472         (init_md_reader_args): Rename to...
26473         (init_rtx_reader_args): ...this and return a boolean success value.
26474         * rtl.def (INCLUDE): Delete.
26475         * rtl.h (read_rtx): Remove "int *" argument.  Add "const char *"
26476         argument.
26477         * read-rtl.c (read_conditions): Don't gobble ')' here.
26478         (read_mapping): Likewise.
26479         (read_rtx): Remove LINENO argument.  Add RTX_NAME argument.
26480         Handle top-level non-rtx constructs here rather than in read_rtx_1.
26481         Store the whole queue in *X.  Remove call to init_md_reader.
26482         (read_rtx_1): Rename to...
26483         (read_rtx_code): ...this.  Call read_nested_rtx to read subrtxes.
26484         Don't handle top-level non-rtx constructs here.  Don't handle (nil)
26485         here.
26486         (read_nested_rtx): New function.  Handle (nil) here rather than
26487         in read_rtx_code.
26488         (read_rtx_variadic): Call read_nested_rtx to read subrtxes.  Don't
26489         gobble ')' here.
26490         * read-md.h (directive_handler_t): New type.
26491         (in_fname, include_callback): Moved from read-md.h.
26492         (read_constants, init_md_reader): Delete.
26493         (read_md_files): Declare.
26494         * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
26495         (last_dir_md_include_ptr, include_callback, max_include_len): Moved
26496         from gensupport.c.
26497         (read_constants): Rename to...
26498         (handle_constants): ...this.  Don't gobble ')' here.
26499         (handle_include, handle_file, handle_toplevel_file)
26500         (parse_include): New functions, mostly taken from gensupport.c.
26501         (init_md_reader): Subsume into...
26502         (read_md_files): ...this new function.
26504 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26506         * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
26507         (unread_char): Decrement read_md_lineno after putting back '\n'.
26508         * read-md.c (fatal_with_file_and_line): Push back any characters
26509         that we decide not to add to the context.
26510         (read_skip_spaces): Don't increment read_md_lineno here.  Avoid using
26511         fatal_expected_char in cases where '/' ends a line (for example).
26512         (read_name): Don't increment read_md_lineno here.
26513         (read_escape): Likewise.
26514         (read_quoted_string): Likewise.
26515         (read_braced_string): Likewise.
26517 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26519         * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
26520         (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
26521         * genconstants.c: Include read-md.h.
26522         * read-rtl.c (md_constants): Move to read-md.c.
26523         (md_name): Move to read-md.h.
26524         (initialize_iterators): Use leading_string_hash instead of def_hash
26525         and leading_string_eq_p instead of def_name_eq_p.
26526         (read_name): Move to read-md.c.
26527         (def_hash, def_name_eq_p): Delete.
26528         (read_constants, traverse_md_constants): Move to read-md.c.
26529         * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
26530         * read-md.h: Include hashtab.h.
26531         (md_name): Moved from read-rtl.c.
26532         (md_constant): Moved from read-md.h.
26533         (leading_string_hash, leading_string_eq_p, read_name)
26534         (read_constants, traverse_md_constants): Declare.
26535         * read-md.c (md_constants): Moved from read-rtl.c.
26536         (leading_string_hash, leading_string_eq_p): New functions.
26537         (read_name, read_constants, traverse_md_constants): Moved from
26538         read-rtl.c.
26540 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26542         * read-rtl.c (md_name): New structure.
26543         (read_name): Take an md_name instead of a buffer pointer.
26544         Use the "string" field instead of strcpy when expanding constants.
26545         (read_constants): Remove the tmp_char argument.  Update the calls
26546         to read_name, using two local name buffers instead of the tmp_char
26547         argument.  Merge the constant-creation code.
26548         (read_conditions): Remove the tmp_char argument.  Update the calls
26549         to read_name, using a local name buffer instead of the tmp_char
26550         argument.
26551         (read_mapping): Replace tmp_char variable with a local name buffer.
26552         Update the calls to read_name.
26553         (read_rtx_1): Likewise.  Update the calls to read_constants and
26554         read_conditions.
26556 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26558         * Makefile.in (build/read-md.o): Depend on errors.h.
26559         * read-md.h (error_with_line): Declare.
26560         * read-md.c: Include errors.h.
26561         (message_with_line_1): New function, extracted from...
26562         (message_with_line): ...here.
26563         (error_with_line): New function.
26564         * genattrtab.c: If a call to message_with_line is followed by
26565         "have_error = 1;", replace both statements with a call to
26566         error_with_line.
26567         * genoutput.c: Likewise.
26568         * genpreds.c: Likewise.
26569         * genrecog.c: If a call to message_with_line is followed by
26570         "error_count++;", replace both statements with a call to
26571         error_with_line.
26572         (errorcount): Delete.
26573         (main): Don't check it.
26574         * gensupport.c: If a call to message_with_line is followed by
26575         "errors = 1;", replace both statements with a call to error_with_line.
26576         (errors): Delete.
26577         (process_define_cond_exec): Check have_error instead of errors.
26578         (init_md_reader_args_cb): Likewise.  Don't set errors.
26580 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26582         * read-md.h (read_md_file): Declare.
26583         (read_char, unread_char): New functions.
26584         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
26585         (read_quoted_string, read_string): Remove FILE * argument.
26586         * read-md.c (read_md_file): New variable.
26587         (read_md_filename, read_md_lineno): Update comments and remove
26588         unnecessary initialization.
26589         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
26590         (read_escape, read_quoted_string, read_braced_string, read_string):
26591         Remove FILE * argument.  Update calls accordingly, using read_char
26592         and unread_char instead of getc and ungetc.
26593         * rtl.h (read_rtx): Remove FILE * argument.
26594         * read-rtl.c (iterator_group): Remove FILE * argument from
26595         "find_builtin".
26596         (iterator_traverse_data): Remove "infile" field.
26597         (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
26598         (add_mapping, read_name, read_constants, read_conditions)
26599         (validate_const_int, find_iterator, read_mapping, check_code_iterator)
26600         (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
26601         Remove file arguments from all calls, using read_char and unread_char
26602         instead of getc and ungetc.
26603         * gensupport.c (process_include): Preserve read_md_file around
26604         the include.  Set read_md_file to the handle of the included file.
26605         Update call to read_rtx.
26606         (init_md_reader_args_cb): Set read_md_file to the handle of the file
26607         and remove local FILE *.  Update calls to read_rtx.
26609 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26611         * read-md.h (read_rtx_lineno): Rename to...
26612         (read_md_lineno): ...this.
26613         (read_rtx_filename): Rename to...
26614         (read_md_filename): ...this.
26615         (copy_rtx_ptr_loc): Rename to...
26616         (copy_md_ptr_loc): ...this.
26617         (print_rtx_ptr_loc): Rename to...
26618         (print_md_ptr_loc): ...this.
26619         * read-md.c: Likewise.  Update references after renaming.
26620         (string_obstack): Replace RTL with MD in comment.
26621         (set_rtx_ptr_loc): Rename to...
26622         (set_md_ptr_loc): ...this.
26623         (get_rtx_ptr_loc): Rename to...
26624         (get_md_ptr_loc): ...this.
26625         * genconditions.c: Update references after renaming.
26626         * genemit.c: Likewise.
26627         * genoutput.c: Likewise.
26628         * genpreds.c: Likewise.
26629         * gensupport.c: Likewise.
26630         * read-rtl.c: Likewise.
26632 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26634         * Makefile.in (READ_MD_H): New variable.
26635         (BUILD_RTL): Add build/read-md.o.
26636         (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
26637         (build/gensupport.o, build/read-rtl.o, build/genattr.o)
26638         (build/genattrtab.o, build/genconditions.o build/genemit.o)
26639         (build/genextract.o, build/genflags.o, build/genoutput.o)
26640         (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
26641         (build/read-md.o): New rule.
26642         * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
26643         (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
26644         * coretypes.h: ...here.
26645         * lto-wrapper.c: Include coretypes.h instead of defaults.h.
26646         * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
26647         * genattr.c: Include read-md.h.
26648         * genattrtab.c: Likewise.
26649         * genconditions.c: Likewise.
26650         * genemit.c: Likewise.
26651         * genextract.c: Likewise.
26652         * genflags.c: Likewise.
26653         * genoutput.c: Likewise.
26654         * genpreds.c: Likewise.
26655         * genrecog.c: Likewise.
26656         * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
26657         (join_c_conditions, print_c_condition, read_rtx_filename)
26658         (read_rtx_lineno): Move to read-md.h.
26659         * read-rtl.c: Include read-md.h.
26660         (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
26661         (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
26662         (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
26663         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
26664         (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
26665         (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
26666         (read_braced_string, read_string): Move to read-md.c.
26667         (read_rtx): Move some initialization to init_md_reader and call
26668         init_md_reader here.
26669         * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
26670         Move to read-md.h.
26671         * gensupport.c: Include read-md.h.
26672         (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
26673         * read-md.h, read-md.c: New files.
26675 2010-06-10  Anatoly Sokolov  <aesok@post.ru>
26677         * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
26678         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
26679         * config/moxie/moxie-protos.h (moxie_function_value): Remove.
26680         * config/moxie/moxie.c (moxie_function_value): Make static.
26681         (moxie_libcall_value, moxie_function_value_regno_p): New functions.
26682         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
26684 2010-06-10  Martin Jambor  <mjambor@suse.cz>
26686         * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
26687         * dbgcnt.def (tree_sra): New counter.
26688         * tree-sra.c: Include dbgcnt.h.
26689         (gate_intra_sra): Check tree_sra debug counter.
26691 2010-06-10  Martin Jambor  <mjambor@suse.cz>
26693         PR tree-optimization/44258
26694         * tree-sra.c (build_access_subtree): Return false iff there is a
26695         partial overlap.
26696         (build_access_trees): Likewise.
26697         (analyze_all_variable_accesses): Disqualify candidates if
26698         build_access_trees returns true for them.
26700 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
26702         PR debug/41371
26703         * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
26704         tail-recurse into canonical node.  Fast-forward over
26705         non-canonical VALUEs.
26707 2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
26709         PR boostrap/44470
26710         * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
26711         (*addsi_1_zext) <TYPE_LEA>: Likewise.
26712         (add lea splitter): Likewise.
26713         (add_zext lea splitter): Likewise.
26715 2010-06-10  Joseph Myers  <joseph@codesourcery.com>
26717         * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
26719 2010-06-10  Jan Hubicka  <jh@suse.cz>
26721         * df-problems.c (df_live_problem_data): Add live_bitmaps.
26722         (df_live_alloc): Initialize problem data and live_osbtacks.
26723         (df_live_finalize): Remove obstack, problem data; do not
26724         clear all bitmaps.
26725         (df_live_top_dump, df_live_bottom_dump): Do not dump old
26726         data when not allocated.
26727         (df_live_verify_solution_start): Do not allocate problem data.
26728         (df_live_verify_solution_end): Check if out is allocated.
26729         (struct df_md_problem_data): New structure.
26730         (df_md_alloc): Allocate problem data.
26731         (df_md_free): Free problem data; do not clear bitmaps.
26733 2010-06-10  Jan Beulich  <jbeulich@novell.com>
26735         PR bootstrap/37304
26736         * configure.ac: Replace $() with ${} when intending to expand
26737         variables rather than invoking commands.
26738         * configure: Re-generate.
26740 2010-06-10  Jan Hubicka  <jh@suse.cz>
26742         PR rtl-optimization/44460
26743         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
26744         TYPE_NEEDS_CONSTRUCTING sanity check.
26746 2010-06-10  Gerald Pfeifer  <gerald@pfeifer.com>
26748         * doc/include/fdl.texi: Move to GFDL version 1.3.
26750         * doc/cpp.texi: Move to GFDL version 1.3.
26751         * doc/gcc.texi: Move to GFDL version 1.3.  Fix copyright years.
26752         * doc/gccint.texi: Move to GFDL version 1.3.
26753         * doc/gcov.texi: Move to GFDL version 1.3.  Update copyright years.
26754         * doc/install.texi: Move to GFDL version 1.3.  Fix copyright years.
26755         * doc/invoke.texi: Move to GFDL version 1.3.
26757 2010-06-09  Jan Hubicka  <jh@suse.cz>
26759         * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
26760         Break out from ...
26761         (propagate) ... here; swap the order.
26763 2010-06-09  Jan Hubicka  <jh@suse.cz>
26765         * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
26766         bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
26767         bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
26768         bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
26770 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
26772         * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
26773         Do not the gather memory reference in the outer loop if the step
26774         is not a constant.
26776 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
26778         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
26779         Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
26780         8 to 4.  Minor change of the related comments.
26782 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
26784         * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
26785         the scev analysis when the variable is not used outside the loop
26786         in a close phi node: call compute_overall_effect_of_inner_loop.
26788 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
26790         * graphite-sese-to-poly.c (single_pred_cond): Renamed
26791         single_pred_cond_non_loop_exit.  Return NULL for loop exit edges.
26792         (build_sese_conditions_before): Renamed call to single_pred_cond.
26793         (build_sese_conditions_after): Same.
26795 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
26797         * graphite-poly.h: Fix comments and indentation.
26798         * graphite-sese-to-poly.c: Same.
26799         (build_sese_conditions_before): Compute stmt and gbb only when needed.
26800         * tree-chrec.c: Fix comments and indentation.
26801         (tree-ssa-loop-niter.c): Same.
26803 2010-06-09  Eric Botcazou  <ebotcazou@adacore.com>
26805         PR rtl-optimization/42461
26806         * dce.c (deletable_insn_p): Return true for const or pure calls again.
26807         * except.c (insn_could_throw_p): Return false if !flag_exceptions.
26809 2010-06-09  Jan Hubicka  <jh@suse.cz>
26811         * bitmap.c (bitmap_and): Walk array forward.
26812         (bitmap_and_compl_into): Likewise.
26813         (bitmap_xor): Likewise.
26814         (bitmap_xor_into):  Likewise.
26815         (bitmap_equal_p): Likewise.
26816         (bitmap_intersect_p): Likewise.
26817         (bitmap_intersect_compl_p): Likewise.
26818         (bitmap_ior_and_into): Likewise.
26819         (bitmap_elt_copy): Likewise.
26820         (bitmap_and_compl): Likewise.
26821         (bitmap_elt_ior): Likewise.
26823 2010-06-09  Dave Korn  <dave.korn.cygwin@gmail.com>
26825         * opts-common.c (prune_options): Ensure replacement argv array
26826         is correctly terminated by a NULL entry.
26828 2010-06-09  Jan Hubicka  <jh@suse.cz>
26830         * cgraph.h (varpool_first_static_initializer,
26831         varpool_next_static_initializer): Make checking only when
26832         checking enabled.
26833         * tree-vectorizer.h (vinfo_for_stmt): Remove check.
26834         (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
26835         gcc_assert to gcc_checking_assert.
26836         * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
26837         phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
26838         op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
26839         op_iter_init_phiuse, op_iter_init_phidef,
26840         array_ref_contains_indirect_ref, ref_contains_array_ref): Use
26841         gcc_checking_assert.
26842         * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
26843         * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
26844         partition_is_global, live_on_entry, live_on_exit,
26845         live_merge_and_clear): Likewise.
26846         * system.h (gcc_checking_assert): New macro.
26847         * gimple.h (set_bb_seq): Use gcc_checking_assert.
26849 2010-06-09  Jason Merrill  <jason@redhat.com>
26851         * Makefile.in (TAGS): Collect tags info from c-family.
26853 2010-06-09  Jan Hubicka  <jh@suse.cz>
26855         * gimple.h (gcc_gimple_checking_assert): New macro.
26856         (gimple_set_def_ops, gimple_set_use_ops,
26857         gimple_set_vuse, gimple_set_vdef,
26858         gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
26859         gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
26860         gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
26861         gimple_asm_output_op, gimple_asm_output_op_ptr,
26862         gimple_asm_set_output_op, gimple_asm_clobber_op,
26863         gimple_asm_set_clobber_op, gimple_asm_label_op,
26864         gimple_asm_set_label_op, gimple_try_set_kind,
26865         gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
26866         gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
26867         gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
26868         gimple_omp_for_index_ptr, gimple_omp_for_set_index,
26869         gimple_omp_for_initial, gimple_omp_for_initial_ptr,
26870         gimple_omp_for_set_initial, gimple_omp_for_final,
26871         gimple_omp_for_final_ptr, gimple_omp_for_set_final,
26872         gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
26873         gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
26874         conditional with ENABLE_GIMPLE_CHECKING.
26875         (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
26877 2010-06-09  Sandra Loosemore  <sandra@codesourcery.com>
26879         * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
26880         (get_computation_cost_at): Use it.
26881         (determine_use_iv_cost_condition): Likewise.
26882         (determine_iv_cost): Likewise.
26884 2010-06-09  Richard Guenther  <rguenther@suse.de>
26886         * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
26887         replace constants.
26889 2010-06-09  Kai Tietz  <kai.tietz@onevision.com>
26891         * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
26893 2010-06-09  Martin Jambor  <mjambor@suse.cz>
26895         PR tree-optimization/44423
26896         * tree-sra.c (dump_access): Dump also grp_assignment_read.
26897         (analyze_access_subtree): Pass negative allow_replacements to children
26898         if the current type is scalar.
26900 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
26902         PR testsuite/42843
26903         * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
26904         * doc/plugins.texi (Plugin license check): Update information
26905         on type of plugin_is_GPL_compatible.
26906         * Makefile.in (PLUGINCC): Define as $(COMPILER).
26907         (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
26909 2010-06-09  Bernd Schmidt  <bernds@codesourcery.com>
26911         * config/arm/arm.c (thumb2_reorg): New function.
26912         (arm_reorg): Call it.
26913         * config/arm/thumb2.md (define_peephole2 for flag clobbering
26914         arithmetic operations): Delete.
26916 2010-06-09  Edmar Wienskoski  <edmar@freescale.com>
26918         PR target/44067
26919         * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
26920         e500v2 target.
26922 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
26924         PR plugins/44459
26925         * gcc-plugin.h: Encapsulate all declarations in extern "C".
26927 2010-06-08  Jan Hubicka  <jh@suse.cz>
26929         * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
26930         ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
26932 2010-06-08  Sandra Loosemore  <sandra@codesourcery.com>
26934         PR tree-optimization/39874
26935         PR middle-end/28685
26936         * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
26937         Declare.
26938         * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
26939         same_bool_result_p): New.
26940         (and_var_with_comparison, and_var_with_comparison_1,
26941         and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
26942         (or_var_with_comparison, or_var_with_comparison_1,
26943         or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
26944         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
26945         maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
26946         of combine_comparisons.
26947         * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
26949 2010-06-08  Anatoly Sokolov  <aesok@post.ru>
26951         * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
26952         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
26953         * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
26954         pdp11_function_value_regno_p): New functions.
26955         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
26956         TARGET_FUNCTION_VALUE_REGNO_P): Define.
26958 2010-06-08  Kazu Hirata  <kazu@codesourcery.com>
26960         * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
26961         Thumb-2 in the MINUS case.
26963 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
26965         * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
26967         * doc/gty.texi (GTY Options): Document typed GC allocation and
26968         variable_size GTY option.
26970         * ggc-internal.h: New.
26972         * ggc.h: Update copyright year.
26973         (digit_string): Move to stringpool.c.
26974         (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
26975         (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
26976         (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
26977         (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
26978         (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
26979         (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
26980         (ggc_force_collect, ggc_get_size, ggc_statistics)
26981         (ggc_print_common_statistics): Move to ggc-internal.h.
26982         (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
26983         (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
26984         (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
26985         (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
26986         (ggc_min_heapsize_heuristic, ggc_alloc_zone)
26987         (ggc_alloc_zone_pass_stat): Remove.
26988         (ggc_internal_alloc_stat, ggc_internal_alloc)
26989         (ggc_internal_cleared_alloc_stat): New.
26990         (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
26991         (ggc_internal_vec_alloc_stat)
26992         (ggc_internal_cleared_vec_alloc_stat)
26993         (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
26994         (ggc_alloc_atomic_stat, ggc_alloc_atomic)
26995         (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
26996         (ggc_cleared_alloc_ptr_array_two_args): New.
26997         (htab_create_ggc, splay_tree_new_ggc): Redefine.
26998         (ggc_splay_alloc): Change the type of the first argument to
26999         enum gt_types_enum.
27000         (ggc_alloc_string): Make macro.
27001         (ggc_alloc_string_stat): New.
27002         (ggc_strdup): Redefine.
27003         (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
27004         (ggc_alloc_rtvec_sized): New.
27005         (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
27006         (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
27007         (ggc_internal_cleared_alloc_zone_stat)
27008         (ggc_internal_zone_alloc_stat)
27009         (ggc_internal_zone_cleared_alloc_stat)
27010         (ggc_internal_zone_vec_alloc_stat)
27011         (ggc_alloc_zone_rtx_def_stat)
27012         (ggc_alloc_zone_tree_node_stat)
27013         (ggc_alloc_zone_cleared_tree_node_stat)
27014         (ggc_alloc_cleared_gimple_statement_d_stat): New.
27016         * ggc-common.c: Include ggc-internal.h.
27017         (ggc_internal_cleared_alloc_stat): Rename from
27018         ggc_alloc_cleared_stat.
27019         (ggc_realloc_stat): Use ggc_internal_alloc_stat.
27020         (ggc_calloc): Remove.
27021         (ggc_cleared_alloc_htab_ignore_args): New.
27022         (ggc_cleared_alloc_ptr_array_two_args): New.
27023         (ggc_splay_alloc): Add obj_type parameter.
27024         (init_ggc_heuristics): Formatting fixes.
27026         * ggc-none.c: Update copyright year.
27027         (ggc_alloc_stat): Rename to ggc_alloc_stat.
27028         (ggc_alloc_cleared_stat): Rename to
27029         ggc_internal_cleared_alloc_stat.
27030         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
27032         * ggc-page.c: Update copyright year.  Include ggc-internal.h.
27033         Remove references to ggc_alloc in comments.
27034         (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
27035         (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
27036         (new_ggc_zone, destroy_ggc_zone): Remove.
27037         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
27039         * ggc-zone.c: Include ggc-internal.h.  Remove references to
27040         ggc_alloc in comments.
27041         (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
27042         (ggc_internal_alloc_zone_pass_stat): New.
27043         (ggc_internal_cleared_alloc_zone_stat): New.
27044         (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
27045         (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
27046         (new_ggc_zone, destroy_ggc_zone): Remove.
27048         * stringpool.c: Update copyright year.  Include ggc-internal.h
27049         (digit_vector): Make static.
27050         (digit_string): Moved from ggc.h.
27051         (stringpool_ggc_alloc): Use ggc_alloc_atomic.
27052         (ggc_alloc_string): Rename to ggc_alloc_string_stat.
27054         * Makefile.in (GGC_INTERNAL_H): New.
27055         (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
27056         $(GGC_INTERNAL_H) to dependencies.
27058         * gengtype.c: Update copyright year.
27059         (walk_type): Accept variable_size GTY option.
27060         (USED_BY_TYPED_GC_P): New macro.
27061         (write_enum_defn): Use USED_BY_TYPED_GC_P.  Do not output
27062         whitespace at the end of strings.
27063         (get_type_specifier, variable_size_p): New functions.
27064         (alloc_quantity, alloc_zone): New enums.
27065         (write_typed_alloc_def): New function.
27066         (write_typed_struct_alloc_def): Likewise.
27067         (write_typed_typed_typedef_alloc_def): Likewise.
27068         (write_typed_alloc_defns): Likewise.
27069         (output_typename, write_splay_tree_allocator_def): Likewise.
27070         (write_splay_tree_allocators): Likewise.
27071         (main): Call write_typed_alloc_defns and
27072         write_splay_tree_allocators.
27074         * lto-streamer.h (lto_file_decl_data_ptr): New.
27076         * passes.c (order): Define using cgraph_node_ptr.
27078         * strinpool.c (struct string_pool_data): Declare nested_ptr using
27079         ht_identifier_ptr.
27081         * gimple.h (union gimple_statement_d): Likewise.
27083         * rtl.h (struct rtx_def): Likewise.
27084         (struct rtvec_def): Likewise.
27086         * tree.h (union tree_node): Likewise.
27088         * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
27090         * cfgloop.c (record_loop_exits): Use htab_create_ggc.
27092         * tree-scalar-evolution.c (scev_initialize): Likewise.
27094         * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
27096         * dwarf2asm.c (dw2_force_const_mem): Likewise.
27098         * omp-low.c (lower_omp_critical): Likewise.
27100         * bitmap.h (struct bitmap_head_def): Update comment to not
27101         reference ggc_alloc.
27103         * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
27105         * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
27107         * ipa-prop.c (duplicate_ggc_array): Rename to
27108         duplicate_ipa_jump_func_array.  Use typed GC allocation.
27109         (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
27111         * gimple.c (gimple_alloc_stat): Use
27112         ggc_alloc_cleared_gimple_statement_d_stat.
27114         * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
27116         * tree.c (make_node_stat): Use
27117         ggc_alloc_zone_cleared_tree_node_stat.
27118         (make_tree_vec_stat): Likewise.
27119         (build_vl_exp_stat): Likewise.
27120         (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
27121         (make_tree_binfo_stat): Likewise.
27122         (tree_cons_stat): Likewise.
27124         * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
27125         (shallow_copy_rtx_stat): Likewise.
27126         (make_node_stat): Likewise.
27128         * lto-symtab.c: Fix comment.
27130         * tree-cfg.c (create_bb): Update comment to not reference
27131         ggc_alloc_cleared.
27132         * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
27134         * varpool.c (varpool_node): Use typed GC allocation.
27135         (varpool_extra_name_alias): Likewise.
27137         * varasm.c (emutls_decl): Likewise.
27138         (get_unnamed_section): Likewise.
27139         (get_noswitch_section): Likewise.
27140         (get_section): Likewise.
27141         (get_block_for_section): Likewise.
27142         (build_constant_desc): Likewise.
27143         (create_constant_pool): Likewise.
27144         (force_const_mem): Likewise.
27146         * tree.c (build_vl_exp_stat): Likewise.
27147         (build_real): Likewise.
27148         (build_string): Likewise.
27149         (decl_debug_expr_insert): Likewise.
27150         (decl_value_expr_insert): Likewise.
27151         (type_hash_add): Likewise.
27152         (build_omp_clause): Likewise.
27154         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
27156         * tree-ssa.c (init_tree_ssa): Likewise.
27158         * tree-ssa-structalias.c (heapvar_insert): Likewise.
27160         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
27162         * tree-ssa-loop-niter.c (record_estimate): Likewise.
27164         * tree-ssa-alias.c (get_ptr_info): Likewise.
27166         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
27168         * tree-phinodes.c (allocate_phi_node): Likewise.
27170         * tree-iterator.c (tsi_link_before): Likewise.
27171         (tsi_link_after): Likewise.
27173         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
27175         * tree-dfa.c (create_var_ann): Likewise.
27177         * tree-cfg.c (create_bb): Likewise.
27179         * toplev.c (alloc_for_identifier_to_locale): Likewise.
27180         (general_init): Likewise.
27182         * stringpool.c (stringpool_ggc_alloc): Likewise.
27183         (gt_pch_save_stringpool): Likewise.
27185         * sese.c (if_region_set_false_region): Likewise.
27187         * passes.c (do_per_function_toporder): Likewise.
27189         * optabs.c (set_optab_libfunc): Likewise.
27190         (set_conv_libfunc): Likewise.
27192         * lto-symtab.c (lto_symtab_register_decl): Likewise.
27194         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
27195         (input_eh_region): Likewise.
27196         (input_eh_lp): Likewise.
27197         (make_new_block): Likewise.
27198         (unpack_ts_real_cst_value_fields): Likewise.
27200         * lto-section-in.c (lto_new_in_decl_state): Likewise.
27202         * lto-cgraph.c (input_node_opt_summary): Likewise.
27204         * loop-init.c (loop_optimizer_init): Likewise.
27206         * lambda.h (lambda_vector_new): Likewise.
27208         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
27210         * ira.c (update_equiv_regs): Likewise.
27212         * ipa.c (cgraph_node_set_new): Likewise.
27213         (cgraph_node_set_add): Likewise.
27214         (varpool_node_set_new): Likewise.
27215         (varpool_node_set_add): Likewise.
27217         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
27218         (duplicate_ipa_jump_func_array): Likewise.
27219         (ipa_read_node_info): Likewise.
27221         * ipa-cp.c (ipcp_create_replace_map): Likewise.
27223         * integrate.c (get_hard_reg_initial_val): Likewise.
27225         * gimple.c (gimple_alloc_stat): Likewise.
27226         (gimple_build_omp_for): Likewise.
27227         (gimple_seq_alloc): Likewise.
27228         (gimple_copy): Likewise.
27230         * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
27231         (gsi_insert_after_without_update): Likewise.
27233         * function.c (add_frame_space): Likewise.
27234         (insert_temp_slot_address): Likewise.
27235         (assign_stack_temp_for_type): Likewise.
27236         (allocate_struct_function): Likewise.
27237         (types_used_by_var_decl_insert): Likewise.
27239         * except.c (init_eh_for_function): Likewise.
27240         (gen_eh_region): Likewise.
27241         (gen_eh_region_catch): Likewise.
27242         (gen_eh_landing_pad): Likewise.
27243         (add_call_site): Likewise.
27245         * emit-rtl.c (get_mem_attrs): Likewise.
27246         (get_reg_attrs): Likewise.
27247         (start_sequence): Likewise.
27248         (init_emit): Likewise.
27250         * dwarf2out.c (new_cfi): Likewise.
27251         (queue_reg_save): Likewise.
27252         (dwarf2out_frame_init): Likewise.
27253         (new_loc_descr): Likewise.
27254         (find_AT_string): Likewise.
27255         (new_die): Likewise.
27256         (add_var_loc_to_decl): Likewise.
27257         (clone_die): Likewise.
27258         (clone_as_declaration): Likewise.
27259         (break_out_comdat_types): Likewise.
27260         (new_loc_list): Likewise.
27261         (loc_descriptor): Likewise.
27262         (add_loc_descr_to_each): Likewise.
27263         (add_const_value_attribute): Likewise.
27264         (tree_add_const_value_attribute): Likewise.
27265         (add_comp_dir_attribute): Likewise.
27266         (add_name_and_src_coords_attributes): Likewise.
27267         (lookup_filename): Likewise.
27268         (store_vcall_insn): Likewise.
27269         (dwarf2out_init): Likewise.
27271         * dbxout.c (dbxout_init): Likewise.
27273         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
27275         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
27277         * config/score/score7.c (score7_output_external): Likewise.
27279         * config/score/score3.c (score3_output_external): Likewise.
27281         * config/s390/s390.c (s390_init_machine_status): Likewise.
27283         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
27284         (rs6000_init_machine_status): Likewise.
27285         (output_toc): Likewise.
27287         * config/pa/pa.c (pa_init_machine_status): Likewise.
27288         (get_deferred_plabel): Likewise.
27290         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
27292         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
27294         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
27296         * config/mep/mep.c (mep_init_machine_status): Likewise.
27297         (mep_note_pragma_flag): Likewise.
27299         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
27301         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
27303         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
27305         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
27306         (i386_pe_maybe_record_exported_symbol): Likewise.
27308         * config/i386/i386.c (get_dllimport_decl): Likewise.
27309         (ix86_init_machine_status): Likewise.
27310         (assign_386_stack_local): Likewise.
27312         * config/frv/frv.c (frv_init_machine_status): Likewise.
27314         * config/darwin.c (machopic_indirection_name): Likewise.
27316         * config/cris/cris.c (cris_init_machine_status): Likewise.
27318         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
27320         * config/avr/avr.c (avr_init_machine_status): Likewise.
27322         * config/arm/arm.c (arm_init_machine_status): Likewise.
27324         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
27325         (alpha_need_linkage): Likewise.
27326         (alpha_use_linkage): Likewise.
27328         * cgraph.c (cgraph_allocate_node): Likewise.
27329         (cgraph_create_edge_1): Likewise.
27330         (cgraph_create_indirect_edge): Likewise.
27331         (cgraph_add_asm_node): Likewise.
27333         * cfgrtl.c (init_rtl_bb_info): Likewise.
27335         * cfgloop.c (alloc_loop): Likewise.
27336         (rescan_loop_exit): Likewise.
27338         * cfg.c (init_flow): Likewise.
27339         (alloc_block): Likewise.
27340         (unchecked_make_edge): Likewise.
27342         * c-parser.c (c_parse_init): Likewise.
27343         (c_parse_file): Likewise.
27345         * c-decl.c (bind): Likewise.
27346         (record_inline_static): Likewise.
27347         (push_scope): Likewise.
27348         (make_label): Likewise.
27349         (lookup_label_for_goto): Likewise.
27350         (finish_struct): Likewise.
27351         (finish_enum): Likewise.
27352         (c_push_function_context): Likewise.
27354         * bitmap.c (bitmap_element_allocate): Likewise.
27355         (bitmap_gc_alloc_stat): Likewise.
27357         * alias.c (record_alias_subset): Likewise.
27358         (init_alias_analysis): Likewise.
27360 2010-06-08  Shujing Zhao  <pearly.zhao@oracle.com>
27362         * fold-const.c (fold_comparison): Remove redundant parenthesis.
27363         * tree-inline.c (expand_call_inline): Pass translated return value of
27364         cgraph_inline_failed_string to diagnostic function.
27366 2010-06-08  Andrew Pinski  <pinskia@gmail.com>
27367             Shujing Zhao  <pearly.zhao@oracle.com>
27369         PR c/37724
27370         * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
27371         implicit bad conversions is initialization.
27372         (error_init): Use gmsgid instead of msgid for argument name and change
27373         the call for error.
27374         (pedwarn_init): Use gmsgid instead of msgid for argument name and
27375         change the call for pedwarn.
27376         (warning_init): Use gmsgid instead of msgid for argument name and
27377         change the call for warning.
27379 2010-06-07  Nathan Froyd  <froydnj@codesourcery.com>
27381         * config/mips/mips-protos.h (mips_print_operand): Delete.
27382         (mips_print_operand_address): Delete.
27383         * config/mips/mips.h (mips_print_operand_punct): Delete.
27384         (PRINT_OPERAND): Delete.
27385         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
27386         (PRINT_OPERAND_ADDRESS): Delete.
27387         * config/mips/mips.c (mips_print_operand_punct): Make static.
27388         (mips_print_operand_address): Make static.
27389         (mips_print_operand): Make static.  Call
27390         mips_print_operand_punct_valid_p.
27391         (mips_print_operand_punct_valid_p): New function.
27392         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
27393         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
27395 2010-06-07  Jan Hubicka  <jh@suse.cz>
27397         PR middle-end/44454
27398         (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
27399         are allocated.
27401 2010-06-07  Kaz Kojima  <kkojima@gcc.gnu.org>
27403         * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
27404         name of RECORD.
27406 2010-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27408         * doc/sourcebuild.texi (Effective-Target Keywords, Other
27409         attributes): Document gas.
27411 2010-06-07  Uros Bizjak  <ubizjak@gmail.com>
27413         * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
27414         <TYPE_LEA>: Split instruction.
27415         <default>: Remove alternative 2 handling.
27416         (*addsi_1_zext) <TYPE_LEA>: Split instruction.
27417         (add lea splitter): Generate SImode lea for mode sizes <= SImode.
27418         (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
27420         (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
27421         (ashift_zext lea splitter): Use DImode for multiplication.
27423         * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
27424         to generate addition.
27426 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
27428         * common.opt (fira-verbose): Use Var.
27429         (fpcc-struct-return): Use Init instead of VarExists.
27430         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
27431         toplev.c.
27432         * flags.h (flag_signed_char, flag_short_enums,
27433         flag_pcc_struct_return, flag_ira_verbose,
27434         flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
27435         * toplev.c (flag_detailed_statistics, flag_signed_char,
27436         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
27437         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
27438         * toplev.h (flag_crossjumping, flag_if_conversion,
27439         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
27440         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
27441         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
27442         flag_cprop_registers, time_report, flag_ira_loop_pressure,
27443         flag_ira_coalesce, flag_ira_move_spills,
27444         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
27446 2010-06-07  Jan Hubicka  <jh@suse.cz>
27448         * df-core.c (df_analyze_problem): Do verification after allocation.
27450         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
27451         (df_lr_alloc): Initialize problem data; move bitmaps to
27452         lr_bitmaps obstack.
27453         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
27454         (df_lr_verify_solution_start): Do not initialize problem data;
27455         allocate bitmaps in lr_bitmaps.
27456         (df_lr_verify_solution_end): Do not free problem data.
27458 2010-06-07  Jan Hubicka  <jh@suse.cz>
27460         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
27461         if caller is noreturn.
27462         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
27463         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
27464         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
27465         * ipa-pure-const.c (check_decl): Add IPA parameter.
27466         (state_from_flags): New function.
27467         (better_state, worse_state): New functions.
27468         (check_call): When in IPA mode, do not care about callees.
27469         (check_load, check_store): Update.
27470         (check_ipa_load, check_ipa_store): New.
27471         (check_stmt): When in IPA mode, use IPA checkers.
27472         (analyze_function): Use state_from_flags.
27473         (propagate): Check indirect edges and references.
27475 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
27477         PR rtl-optimization/44404
27478         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
27479         of count_occurrences to see if it's safe to modify mem_insn.
27481 2010-06-07  Richard Guenther  <rguenther@suse.de>
27483         * gimplify.c (gimplify_cleanup_point_expr): For empty body
27484         and EH-only cleanup drop the cleanup instead of inserting it
27485         unconditionally.
27487 2010-06-07  Ira Rosen  <irar@il.ibm.com>
27489         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
27490         documentation.
27491         * targhooks.c (default_builtin_vectorization_cost): New function.
27492         * targhooks.h (default_builtin_vectorization_cost): Declare.
27493         * target.h (enum vect_cost_for_stmt): Define.
27494         (builtin_vectorization_cost): Change argument and comment.
27495         * tree-vectorizer.h: Remove cost model macros.
27496         * tree-vect-loop.c: Include target.h.
27497         (vect_get_cost): New function.
27498         (vect_estimate_min_profitable_iters): Replace cost model macros with
27499         calls to vect_get_cost.
27500         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
27501         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
27502         default implementation.
27503         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
27504         calls to target hook builtin_vectorization_cost.
27505         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
27506         Likewise.
27507         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
27508         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
27509         implementation to return costs.
27510         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
27511         * config/spu/spu.h: Remove vectorizer cost model macros.
27512         * config/i386/i386.h: Likewise.
27513         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
27514         a call to target hook builtin_vectorization_cost.
27516 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
27518         PR target/44319
27519         * config/i386/i386.c (override_options): Turn zee pass on for level 2
27520         and above and defer till target is known.
27521         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
27522         turn off otherwise.
27524 2010-05-25  Jan Hubicka  <jh@suse.cz>
27526         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
27527         (df_compact_blocks): Likewise.
27528         * df.h (struct df): Turn hardware_regs_used,
27529         regular_block_artificial_uses, eh_block_artificial_uses,
27530         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
27531         bitmap_head.
27532         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
27533         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
27534         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
27535         df_scan_blocks, df_insn_delete, df_insn_rescan,
27536         df_insn_rescan_debug_internal, df_insn_rescan_all,
27537         df_process_deferred_rescans, df_process_deferred_rescans,
27538         df_notes_rescan, df_get_call_refs, df_get_call_refs,
27539         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
27540         df_record_entry_block_defs, df_record_exit_block_uses,
27541         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
27542         df_scan_verify): Update.
27544 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
27546         PR c++/44188
27547         * c-common.c (is_typedef_decl): Move this definition ...
27548         * tree.c (is_typedef_decl): ... here.
27549         (typdef_variant_p): Move definition here from cp/tree.c.
27550         * c-common.h (is_typedef_decl): Move this declaration ...
27551         * tree.h (is_typedef_decl): ... here.
27552         (typedef_variant_p): Move declaration here from cp/cp-tree.h
27553         * dwarf2out.c (is_naming_typedef_decl): New function.
27554         (gen_tagged_type_die): Split out of ...
27555         (gen_type_die_with_usage): ... this function. When an anonymous
27556         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
27557         is emitted for the typedef.
27558         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
27559         anonymous tagged types.
27561 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27563         PR c/20000
27564         * c-decl.c (grokdeclarator): Delete warning.
27566 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
27568         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
27569         newly built CALL_EXPR.
27570         * tree-profile.c (tree_profiling): Don't profile functions produced
27571         for built-in stuff.
27573 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
27575         PR bootstrap/44427
27576         PR bootstrap/44428
27577         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
27578         endianness-independent.
27580 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
27582         * c-common.c: Move to c-family/.
27583         * c-common.def: Likewise.
27584         * c-common.h: Likewise.
27585         * c-cppbuiltin.c: Likewise.
27586         * c-dump.c: Likewise.
27587         * c-format.c: Likewise.
27588         * c-format.h : Likewise.
27589         * c-gimplify.c: Likewise.
27590         * c-lex.c: Likewise.
27591         * c-omp.c: Likewise.
27592         * c.opt: Likewise.
27593         * c-opts.c: Likewise.
27594         * c-pch.c: Likewise.
27595         * c-ppoutput.c: Likewise.
27596         * c-pragma.c: Likewise.
27597         * c-pragma.h: Likewise.
27598         * c-pretty-print.c: Likewise.
27599         * c-pretty-print.h: Likewise.
27600         * c-semantics.c: Likewise.
27601         * stub-objc.c: Likewise.
27603         * gengtype.c (get_file_langdir): Special-case files in c-family/.
27604         (get_output_file_with_visibility): Fix name for c-common.h.
27605         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
27607         * c-tree.h: Update include path for moved files.
27608         * c-lang.c: Likewise.
27609         * c-lang.h: Likewise.
27610         * c-parser.c: Likewise.
27611         * c-convert.c: Likewise.
27612         * c-decl.c: Likewise.
27613         * c-objc-common.c: Likewise.
27614         * configure.ac: Make sure c-family/ exists in the build directory.
27615         * configure: Regenerate.
27616         * Makefile.in: Update paths for moved files.  Regroup files per
27617         location and update dependencies.  Move generated_files down after
27618         ALL_GTFILES_H.
27620         * config/spu/spu-c.c: Update paths for moved files.
27621         * config/mep/mep-pragma.c: Likewise.
27622         * config/darwin-c.c: Likewise.
27623         * config/i386/msformat-c.c: Likewise.
27624         * config/i386/i386-c.c: Likewise.
27625         * config/avr/avr-c.c: Likewise.
27626         * config/sol2-c.c: Likewise.
27627         * config/ia64/ia64-c.c: Likewise.
27628         * config/rs6000/rs6000-c.c: Likewise.
27629         * config/arm/arm.c: Likewise.
27630         * config/arm/arm-c.c: Likewise.
27631         * config/h8300/h8300.c: Likewise.
27632         * config/v850/v850-c.c: Likewise.
27634         * config/t-darwin: Fix dependencies for moved files.
27635         * config/t-sol2: Fix dependencies for moved files.
27636         * config/mep/t-mep: Fix dependencies for moved files.
27637         * config/ia64/t-ia64: Fix dependencies for moved files.
27638         * config/rs6000/t-rs6000: Fix dependencies for moved files.
27639         * config/v850/t-v850: Fix dependencies for moved files.
27640         * config/v850/t-v850e: Fix dependencies for moved files.
27642         * config/m32c/m32c-pragma.c
27644         * po/exgettext: Look in c-family/ also.
27646 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
27648         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
27649         (mark_control_dependent_edges_necessary): Call it instead of marking
27650         the last statement manually.
27651         (propagate_necessity): Likewise.
27653 2010-06-05  Jan Hubicka  <jh@suse.cz>
27655         * basic-block.h (compute_dominance_frontiers): Updated.
27656         (compute_idf): Likewise.
27658         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
27659         for dominance frontiers.
27660         (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
27661         (insert_updated_phi_nodes_for): Likewise.
27662         (update_ssa): Likewise.
27663         * cfganal.c (compute_dominance_frontiers_1): Likewise.
27664         (compute_dominance_frontiers): Likewise.
27665         (compute_idf): Likewise.
27666         * df-problems.c (df_md_local_compute): Likewise.
27668 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
27670         * target.h (struct gcc_target): Add memory_move_cost field.
27671         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
27672         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
27673         * targhooks.c (default_memory_move_cost): New function.
27674         * targhooks.h (default_memory_move_cost): Declare function.
27675         * reload.h (memory_move_cost): Declare.
27676         (memory_move_secondary_cost): Change type of 'in' argument to bool.
27677         * reginfo.c (memory_move_cost): New function.
27678         (memory_move_secondary_cost): Change type of 'in' argument to bool.
27679         * ira.h (ira_memory_move_cost): Update comment.
27680         * ira.c (ira_memory_move_cost): Update comment.
27681         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
27682         with memory_move_cost.
27683         * postreload.c (reload_cse_simplify_set): (Ditto.).
27684         * reload1.c (choose_reload_regs): (Ditto.).
27685         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
27686         (MEMORY_MOVE_COST):  Revise documentation.
27688         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
27689         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
27690         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
27691         type of 'in' argument to bool.
27692         (TARGET_MEMORY_MOVE_COST): Define.
27694 2010-06-05  Jan Hubicka  <jh@suse.cz>
27696         * ipa-pure-const.c (propagate): Fix typo in handling of functions
27697         that cannot return.  Be more careful when merging the results with
27698         previously known ones.
27700 2010-06-05  Matthias Klose  <doko@ubuntu.com>
27702         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
27703         function to add the -iplugindir option.
27704         (find_plugindir_spec_function): Add new declaration and function.
27705         (static_spec_func): Use it for "find-plugindir".
27707 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
27709         PR c++/44361
27710         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
27711         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
27712         statement expression.
27714 2010-06-05  Jan Hubicka  <jh@suse.cz>
27716         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
27717         (df_rd_problem_data): Convert sparse_invalidated_by_call,
27718         dense_invalidated_by_call to bitmap head.
27719         (df_rd_alloc, df_rd_bb_local_compute_process_def,
27720         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
27721         df_rd_start_dump, df_lr_verify_transfer_functions,
27722         df_live_verify_transfer_functions, df_chain_create_bb,
27723         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
27724         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
27725         df_simulate_one_insn_forwards, df_md_alloc,
27726         df_md_bb_local_compute_process_def,
27727         df_md_bb_local_compute_process_def, df_md_local_compute,
27728         df_md_transfer_function df_md_free): Update.
27730 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
27732         PR c/44322
27733         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
27734         target type for ADDR_EXPR; require no changes to qualifiers except
27735         for function types.
27736         * c-tree.h (c_build_type_variant): Remove.
27738 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
27740         * genautomata.c (get_excl_set): Do work per element, not per char.
27741         (check_presence_pattern_sets): Similar.
27742         (check_absence_pattern_sets): Similar.
27744 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
27746         * genautomata.c (curr_state_pass_num): Delete.
27747         (min_issue_delay_pass_states): Delete.
27748         (min_issue_delay): Delete.
27749         (initiate_min_issue_delay_pass_states): Delete.
27750         (output_min_issue_delay_table): Compute min_issue_delay_vect
27751         using a breadth-first search variant.
27752         (output_tables): Don't call initiate_min_issue_delay_pass_states.
27754 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
27756         PR boostrap/44421
27757         * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
27758         (df_byte_lr_bb_local_compute): Likewise.
27760 2010-06-03  Jason Merrill  <jason@redhat.com>
27762         Implement noexcept operator (5.3.7)
27763         * c-common.c (c_common_reswords): Add noexcept.
27764         * c-common.h (enum rid): Add RID_NOEXCEPT.
27766 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
27768         * config/darwin-driver.c (darwin_default_min_version): Use
27769         GCC-specific formats in diagnostics.
27770         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
27771         diagnostics.
27772         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
27773         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
27774         eval_spec_function, handle_braces, process_brace_body, main,
27775         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
27776         getenv_spec_function, compare_version_strings,
27777         version_compare_spec_function): Use GCC-specific formats in
27778         diagnostics.
27780 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
27782         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
27783         that operand 0 and operand 1 are equal.
27784         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
27785         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
27786         and operand 1 are equal.
27787         <default>: Ditto.  Remove ??? comment.
27788         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
27789         and operand 1 are equal.
27790         <default>: Ditto.  Remove ??? comment.
27791         (*adddi_4) <default>: Remove assert that operand 0 and operand 1
27792         are equal.
27793         (*add<mode>_4) <default>: Ditto.
27794         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
27796 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
27798         * config/i386/i386-protos.h (ix86_print_operand): Declare.
27799         * config/i386/i386.c (ix86_print_operand): Make non-static.
27800         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
27801         * output.h (output_operand): Declare.
27802         * final.c (output_operand): Make non-static.
27804 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
27806         PR rtl-optimization/44013
27807         * sched-deps.c (add_dependence_list_and_free): Don't free lists
27808         when processing debug insns.
27810         PR debug/41371
27811         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
27812         recursing.  Check that recursion is bounded.  Rename inner var
27813         to avoid hiding incoming argument.
27815 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
27817         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
27818         operands[2] == 255.
27819         (*addqi_3): Ditto.
27820         (*addqi_4): Ditto.
27821         (*addqi_5): Ditto.
27822         (*addqi_ext_1_rex64): Ditto.
27823         (*addqi_ext_1): Ditto.
27825         (*addqi_4): Check for incdec_operand in QImode.
27827         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
27828         using SWI mode iterator.
27829         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
27830         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
27831         mode iterator.
27832         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
27833         using SWI mode iterator.
27835 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27837         PR c/25880
27838         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
27839         * c-format.c (gcc_diag_flag_specs): Add hash.
27840         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
27841         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
27842         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
27843         pp_c_cv_qualifiers. Handle qualifiers spelling here.
27844         (pp_c_type_qualifier_list): Call the function above.
27845         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
27846         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
27847         (WARN_FOR_QUALIFIERS): New macro.
27848         (convert_for_assignment): Use it.
27850 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
27852         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
27854 2010-06-04  Jan Hubicka  <jh@suse.cz>
27856         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
27857         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
27858         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
27859         DF_BYTE_LR_OUT): Update for embedded bitmaps.
27860         * fwprop.c (single_def_use_enter_block): Likewise.
27861         * ddg.c (create_ddg_dep_from_intra_loop_link,
27862         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
27863         * loop-iv.c (latch_dominating_def): Likewise.
27864         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
27865         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
27866         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
27867         df_rd_transfer_function, df_rd_top_dump,
27868         df_rd_bottom_dump): Update.
27869         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
27870         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
27871         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
27872         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
27873         df_lr_verify_solution_start, df_lr_verify_solution_end,
27874         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
27875         df_live_free_bb_info, df_live_alloc, df_live_reset,
27876         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
27877         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
27878         df_live_verify_solution_start, df_live_verify_solution_end,
27879         df_live_verify_transfer_functions, df_chain_create_bb,
27880         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
27881         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
27882         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
27883         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
27884         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
27885         df_byte_lr_transfer_function, df_byte_lr_top_dump,
27886         df_byte_lr_bottom_dump, df_create_unused_note,
27887         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
27888         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
27889         df_md_transfer_function, df_md_init, df_md_confluence_0,
27890         df_md_confluence_n,
27891         df_md_top_dump, df_md_bottom_dump): Update.
27892         (struct df_lr_problem_data): Embedd bitmap headers.
27894 2010-06-04  Jan Hubicka  <jh@suse.cz>
27896         * dce.c (dce_process_block): Do not re-scan already marked
27897         instructions.
27899 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
27901         PR rtl-optimization/39871
27902         PR rtl-optimization/40615
27903         PR rtl-optimization/42500
27904         PR rtl-optimization/42502
27905         * ira.c (init_reg_equiv_memory_loc: New function.
27906         (ira): Call it twice.
27907         * reload.h (calculate_elim_costs_all_insns): Declare.
27908         * ira-costs.c: Include "reload.h".
27909         (regno_equiv_gains): New static variable.
27910         (init_costs): Allocate it.
27911         (finish_costs): Free it.
27912         (ira_costs): Call calculate_elim_costs_all_insns.
27913         (find_costs_and_classes): Take estimated elimination costs
27914         into account.
27915         (ira_adjust_equiv_reg_cost): New function.
27916         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
27917         * reload1.c (init_eliminable_invariants, free_reg_equiv,
27918         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
27919         (elim_bb): New static variable.
27920         (reload): Move code out of here into init_eliminable_invariants and
27921         free_reg_equiv.  Call them.
27922         (calculate_elim_costs_all_insns): New function.
27923         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
27924         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
27925         but call note_reg_elim_costly if we turned a valid memory address
27926         into an invalid one.
27927         * Makefile.in (ira-costs.o): Depend on reload.h.
27929 2010-06-04  Julian Brown  <julian@codesourcery.com>
27931         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
27932         for pool ranges.
27934 2010-06-04  Richard Guenther  <rguenther@suse.de>
27936         PR lto/41584
27937         * cgraph.h (struct varpool_node): Add lto_file_data field.
27938         * lto-cgraph.c (input_varpool_node): Initialize it.
27940 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
27942         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
27943         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
27944         predicate in "type" attribute calculation.
27945         (*addsi_1_zext): Ditto.
27946         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
27947         (*addsi_2_zext): Ditto.
27948         (*add<mode>_3): Ditto.
27949         (*addsi_3_zext): Ditto.
27950         (*add<mode>_5): Ditto.
27952 2010-06-03  Jan Hubicka  <jh@suse.cz>
27954         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
27955         of bitmap_bit_p.
27956         * cfganal.c (compute_dominance_frontiers_1): Likewise.
27958 2010-06-03  Jan Hubicka  <jh@suse.cz>
27960         * df-problems.c (df_create_unused_note, df_note_bb_compute):
27961         micro-optimize the checks when to add new note.
27963 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
27965         * final.c (output_asm_insn): Call
27966         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
27967         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
27968         (output_address): Call targetm.asm_out.print_operand_address.
27969         Update comments.
27970         * target.h (struct gcc_target): Add print_operand,
27971         print_operand_address, and print_operand_punct_valid_p fields.
27972         * targhooks.h (default_print_operand): Declare.
27973         (default_print_operand_address): Declare.
27974         (default_print_operand_punct_valid_p): Declare.
27975         * targhooks.c (default_print_operand): Define.
27976         (default_print_operand_address): Define.
27977         (default_print_operand_punct_valid_p): Define.
27978         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
27979         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
27980         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
27981         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
27982         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
27983         * vmsdbgout.c (addr_const_to_string): Update comment.
27984         * config/i386/i386.c (print_operand): Rename to...
27985         (ix86_print_operand): ...this.  Make static.
27986         (print_operand_address): Rename to...
27987         (ix86_print_operand_address): ...this.  Make static.  Call
27988         ix86_print_operand instead of PRINT_OPERAND.
27989         (ix86_print_operand_punct_valid_p): New function.
27990         (TARGET_PRINT_OPERAND): Define.
27991         (TARGET_PRINT_OPERAND_ADDRESS): Define.
27992         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
27993         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
27994         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
27995         (PRINT_OPERAND): Delete.
27996         (PRINT_OPERAND_ADDRESS): Delete.
27997         * config/i386/i386-protos.h (print_operand): Delete prototype.
27998         (print_operand_address): Delete prototype.
28000 2010-06-03  Richard Guenther  <rguenther@suse.de>
28002         PR tree-optimization/44403
28003         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
28004         Preserve pointer qualifiers.
28005         (vect_create_data_ref_ptr): Likewise.
28007 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
28009         PR c++/44294
28010         * defaults.h (MAX_FIXED_MODE_SIZE): New.
28012         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
28014 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
28016         PR debug/44375
28017         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
28018         return false if merging the bbs would lead to goto_locus
28019         location being lost from the IL.
28021 2010-06-03  Jan Hubicka  <jh@suse.cz>
28022             Jakub Jelinek  <jakub@redhat.com>
28024         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
28025         set->regs[i] is NULL or has just one entry.
28027 2010-06-03  Jan Hubicka  <jh@suse.cz>
28029         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
28030         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
28032 2010-06-03  Paul Brook  <paul@codesourcery.com>
28034         * config/arm/arm.c (FL_TUNE): Define.
28035         (arm_default_cpu, arm_cpu_select): Remove.
28036         (all_cores): Populate core field.
28037         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
28038         (arm_find_cpu): New function.
28039         (arm_handle_option): Lookup cpu/architecture names.
28040         (arm_override_options): Cleanup mcpu/march/mtune handling.
28041         (arm_file_start): Ditto.
28043 2010-06-03  Alan Modra  <amodra@gmail.com>
28045         PR target/44169
28046         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
28047         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
28048         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
28049         (rs6000_emit_load_toc_table): Likewise.
28051 2010-06-02  Jan Hubicka  <jh@suse.cz>
28053         * passes.c (init_optimization_passes): Put ipa reference
28054         after ipa pure-const.
28056 2010-06-02  Jan Hubicka  <jh@suse.cz>
28058         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
28059         calls_read_all and calls_write_all.
28060         (get_reference_optimization_summary): Fix formatting.
28061         (is_proper_for_analysis): Check that decl is not readonly.
28062         (propagate_bits): Check CONST/PURE/noreturn flags.
28063         (ipa_init): Move all_module_statics to optimization_summary_obstack.
28064         (analyze_function): Ignore indirect edges.
28065         (copy_global_bitmap): For all module statics, do nothing.
28066         (generate_summary): Do not print calls_read_all/calls_write_all.
28067         (read_write_all_from_decl): Take node as argument; check
28068         cgraph_node_cannot_return.
28069         (propagate): Reorganize read_all/write_all computation;
28070         check indirect edges; check ecf flags; use all_module_statics
28071         in the results; do not free all_module_statics.
28072         (stream_out_bitmap): Handle all_module_statics.
28073         (ipa_reference_write_optimization_summary): Likewise; use
28074         varpool/cgraph encoders to get boundaries.
28075         (ipa_reference_read_optimization_summary): Read in all_module_statics;
28076         use it when possible.
28078 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
28080         PR target/44218
28081         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
28082         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
28084         * doc/extend.texi (powerpc builtins): Document vec_recip,
28085         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
28087         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
28088         (rs6000_emit_swrsqrt): Ditto.
28089         (rs6000_emit_swdivsf): Delete.
28090         (rs6000_emit_swdivdf): Ditto.
28091         (rs6000_emit_swrsqrtsf): Ditto.
28093         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
28094         describe the reciprocal estimate support for each type.
28095         (recip_options): Map -mrecip=<opt> into option bits.
28096         (gen_2arg_fn_t): New typedef for binary rtx gen function.
28097         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
28098         reciprocal estimate instructions.
28099         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
28100         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
28101         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
28102         cost information if -mdebug=cost or -mdebug=reg.
28103         (rs6000_override_options): Set -mrecip-precision for power6, and
28104         power7 machines.  If -mvsx or -mdfp, enable various options that
28105         came in previous instruction set ISAs, unless the option was
28106         explicitly disabled by the command line option.  Parse
28107         -mrecip=<opt> options.
28108         (rs6000_builtin_vectorized_function): Add support for vectorizing
28109         the reciprocal estimate builtins and expansions.
28110         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
28111         (bdesc_2arg): Add reciprocal estimate builtins.
28112         (bdesc_1arg): Add reciprocal square root estimate builtins.
28113         (rs6000_expand_builtin): Rewrite to use a switch statement,
28114         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
28115         (rs6000_init_builtins): Create declarations for reciprocal
28116         estimate builtins.
28117         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
28118         sized, prefer traditional floating point registers, if integer
28119         vector types, prefer altivec registers.  Don't actually look at
28120         the memory address any more.
28121         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
28122         builtins.
28123         (rs6000_load_constant_and_splat): New helper function to load up
28124         the constant for reciprocal estimate instructions.
28125         (rs6000_emit_madd): New helper function for generating
28126         multiply/add type instructions, based on the current switches.
28127         (rs6000_emit_msub): Ditto.
28128         (rs6000_emit_mnsub): Ditto.
28129         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
28130         replace a divide with a reciprocal estimate and fixup, adding
28131         support for machines with high precision and vectors.
28132         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
28133         low precision machines.
28134         (rs6000_emit_swdiv): New common function to be called to replace a
28135         division with reciprocal estimate and fixup.
28136         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
28137         for double and vector types.  Add support for high precision machines.
28139         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
28140         the reciprocal estimate instructions can be generated.
28141         (TARGET_FRE): Ditto.
28142         (TARGET_FRSQRTES): Ditto.
28143         (TARGET_FRSQRTE): Ditto.
28144         (RS6000_RECIP_*): New macros for reciprocal estimate support.
28146         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
28147         square root estimate on vectors.
28148         (re<mode>2): New insn for reciprocal division estimate on vectors.
28150         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
28151         New builtin.
28152         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
28153         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
28154         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
28155         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
28156         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
28157         (RS6000_BUILTIN_RSQRT): Ditto.
28158         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
28159         floating point builtin.
28161         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
28162         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
28163         __RECIP_PRECISION__ based on the command line switches.
28164         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
28166         * config/rs6000/rs6000.opt (-mrecip): Document add support for
28167         replacing division instructions with reciprocal estimate and fixup.
28168         (-mrecip=<opt>): New option.
28169         (-mrecip-precision): Ditto.
28171         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
28172         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
28173         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
28174         precision scalar.
28176         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
28177         (UNSPEC_VREFP): Ditto.
28178         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
28179         conterparts with regard to support of -mno-fused-madd and -ffast-math.
28180         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
28181         reciprocal estimate instructions to be generated.
28182         (altivec_vrefp): Ditto.
28184         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
28185         estimate support.
28186         (rreg): New mode attribute for reciprocal estimate support.
28187         (recip<mode>3): New insn for division using reciprocal estimate
28188         and fixup builtins.
28189         (divide define_split): New define_split to convert floating point
28190         division to use reciprocal estimate if the user used the
28191         appropriate options and the split is run when we can add new
28192         pseudo registers for the fixup.
28193         (rsqrt<mode>2): New insn for reciprocal square root support.
28194         (recipsf3): Move into recip<mode>3.
28195         (recipdf3): Ditto.
28196         (fres): Use TARGET_FRES.
28197         (rsqrtsf2): Move into rsqrt<mode>2.
28198         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
28199         (copysignsf3): Add support for VSX.
28200         (fred): Use TARGET_FRE.
28201         (fred_fpr): Ditto.
28202         (rsqrtdf_internal1): New function for frsqrte instruciton.
28204         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
28205         (vec_rsqrt): Ditto.
28207 2010-06-03  Richard Guenther  <rguenther@suse.de>
28209         PR middle-end/44291
28210         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
28211         (set_user_assembler_libfunc): Likewise.
28213 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
28215         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
28216         defaults.h.
28217         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
28218         to defaults.h
28219         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
28220         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
28221         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
28222         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
28223         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
28224         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
28225         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
28226         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
28227         * defaults.h: Updated for above mentioned changes.
28229 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
28231         * c-common.c: Remove header include of tm_p.h.
28232         * Makefile.in (c-common.o): Remove TM_P_H dependency.
28234 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
28236         * tree.h (struct tree_decl_map): New type.
28237         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
28238         (tree_decl_map_hash): New prototype.
28239         (debug_expr_for_decl, value_expr_for_decl): Change into
28240         tree_decl_map hashtab from tree_map.
28241         (init_ttree): Adjust initialization.
28242         (tree_decl_map_hash): New function.
28243         (decl_debug_expr_lookup, decl_debug_expr_insert,
28244         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
28246 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28248         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
28249         linker emulations.
28250         * configure: Regenerate.
28251         * config.in: Regenerate.
28253         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
28254         (X86_64_EMULATION): Define.
28255         (TARGET_LD_EMULATION): Use them.
28257         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
28258         (SPARC64_EMULATION): Define.
28259         (LINK_ARCH_SPEC): Use them.
28261 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
28263         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
28264         smallest_mode_for_size for computing the precision types of new
28265         graphite IVs.  Do not call lang_hooks.types.type_for_size.
28267 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
28269         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
28270         information.
28271         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
28273 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
28275         PR middle-end/44363
28276         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
28277         return false instead.
28279 2010-06-02  Jan Hubicka  <jh@suse.cz>
28281         PR middle-end/44295
28282         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
28283         create new cgraph node to check callee.
28285 2010-06-02  Richard Guenther  <rguenther@suse.de>
28287         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
28289 2010-06-02  Richard Guenther  <rguenther@suse.de>
28291         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
28292         (lto_wrapper_cleanup): ... this.  Do not exit.
28293         (fatal): Adjust.  Exit here.
28294         (fatal_perror): Likewise.
28295         (fatal_signal): New function.
28296         (main): Set up signal handlers to cleanup temporary files.
28297         * Makefile.in (lto-wrapper.o): Adjust dependencies.
28299 2010-06-02  Richard Guenther  <rguenther@suse.de>
28301         PR tree-optimization/44377
28302         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
28304 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28306         * config/s390/2097.md (z10_fhex): Remove insn reservation.
28307         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
28308         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
28309         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
28310         instruction.
28311         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
28313 2010-06-02  Jan Hubicka  <jh@suse.cz>
28315         * bitmap.c (bitmap_descriptor): Add search_iter.
28316         (bitmap_find_bit): Increment it.
28317         (print_statistics): Print it.
28319 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
28321         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
28322         instead of gimple_build_call_vec.  Delete unnecessary local variable.
28324 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
28326         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
28327         change from yesterday.
28329 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
28331         * c-ada-spec.c: Clean up redundant includes.
28333 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
28335         * gimplify.c: Do not include except.h and optabs.h.
28336         (gimplify_body): Do not initialize RTL profiling.
28337         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
28338         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
28339         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
28340         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
28341         langhooks.h.
28343         * tree-pretty-print.h: Include pretty-print.h.
28344         * gimple-pretty-print.h: Include pretty-print.h.
28346         * tree-pretty-print.c: Do not include diagnostic.h.
28347         * tree-vrp.c: Likewise.
28348         * tree-tailcall.c: Likewise
28349         * tree-scalar-evolution.c: Likewise
28350         * tree-ssa-dse.c: Likewise
28351         * tree-chrec.c: Likewise
28352         * tree-ssa-sccvn.c: Likewise
28353         * tree-ssa-copyrename.c: Likewise
28354         * tree-nomudflap.c: Likewise
28355         * tree-call-cdce.c: Likewise
28356         * tree-stdarg.c: Likewise
28357         * tree-ssa-math-opts.c: Likewise
28358         * tree-nrv.c: Likewise
28359         * tree-ssa-sink.c: Likewise
28360         * tree-browser.c: Likewise
28361         * tree-ssa-loop-ivcanon.c: Likewise
28362         * tree-ssa-loop.c: Likewise
28363         * tree-parloops.c: Likewise
28364         * tree-ssa-address.c: Likewise
28365         * tree-ssa-ifcombine.c: Likewise
28366         * tree-if-conv.c: Likewise
28367         * tree-data-ref.c: Likewise
28368         * tree-affine.c: Likewise
28369         * tree-ssa-phiopt.c: Likewise
28370         * tree-ssa-coalesce.c: Likewise
28371         * tree-ssa-pre.c: Likewise
28372         * tree-ssa-live.c: Likewise
28373         * tree-predcom.c: Likewise
28374         * tree-ssa-forwprop.c: Likewise
28375         * tree-ssa-dce.c: Likewise
28376         * tree-ssa-ter.c: Likewise
28377         * tree-ssa-loop-prefetch.c: Likewise
28378         * tree-optimize.c: Likewise
28379         * tree-ssa-phiprop.c: Likewise
28380         * tree-object-size.c: Likewise
28381         * tree-outof-ssa.c: Likewise
28382         * tree-ssa-structalias.c: Likewise
28383         * tree-switch-conversion.c: Likewise
28384         * tree-ssa-reassoc.c: Likewise
28385         * tree-ssa-operands.c: Likewise
28386         * tree-vectorizer.c: Likewise
28387         * tree-vect-data-refs.c: Likewise
28388         * tree-vect-generic.c: Likewise
28389         * tree-vect-stmts.c: Likewise
28390         * tree-vect-patterns.c: Likewise
28391         * tree-vect-slp.c: Likewise
28392         * tree-vect-loop.c: Likewise
28393         * tree-ssa-loop-ivopts.c: Likewise
28394         * tree-ssa-loop-im.c: Likewise
28395         * tree-ssa-loop-niter.c: Likewise
28396         * tree-ssa-loop-unswitch.c: Likewise
28397         * tree-ssa-loop-manip.c: Likewise
28398         * tree-ssa-loop-ch.c: Likewise
28399         * tree-dump.c: Likewise
28400         * tree-complex.c: Likewise
28402         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
28403         * tree-ssa-uninit.c: Likewise
28404         * tree-ssa-threadupdate.c: Likewise
28405         * tree-ssa-uncprop.c: Likewise
28406         * tree-ssa-ccp.c: Likewise
28407         * tree-ssa-dom.c: Likewise
28408         * tree-ssa-propagate.c: Likewise
28409         * tree-ssa-alias.c: Likewise
28410         * tree-dfa.c: Likewise
28411         * tree-cfgcleanup.c: Likewise
28412         * tree-sra.c: Likewise
28413         * tree-ssa-copy.c: Likewise
28414         * tree-ssa.c: Likewise
28415         * tree-profile.c: Likewise
28416         * tree-cfg.c: Likewise
28417         * tree-ssa-threadedge.c: Likewise
28418         * tree-vect-loop-manip.c: Likewise
28420         * tree-inline.c: Do not include diagnostic.h and expr.h.
28421         Include rtl.h.
28422         (copy_decl_for_dup_finish): Do not use NULL_RTX.
28424         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
28425         * tree-loop-distribution.c: Likewise.
28427 2010-06-01  Jan Hubicka  <jh@suse.cz>
28429         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
28431 2010-06-01  Jan Hubicka  <jh@suse.cz>
28433         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
28434         remove return value.
28435         (split_bbs_on_noreturn_calls) .... here.
28436         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
28437         * tree-flow.h (fixup_noreturn_call): New.
28439 2010-06-01  Jan Hubicka  <jh@suse.cz>
28441         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
28443 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
28445         * tree.h (build_nt_call_list): Delete.
28446         * tree.c (build_nt_call_list): Delete.
28448 2010-06-01  Jan Hubicka  <jh@suse.cz>
28450         * fwprop.c: Make emit-rtl.h include last.
28451         * rtlanal.c: Include emit-rtl.h.
28452         * genautomata.c: Output emit-rtl include into insn-automata.c
28453         * df-scan.c: Include emit-rtl.h.
28454         * haifa-sched.c: Indlude emit-rtl.h.
28455         * mode-switching.c: Indlude emit-rtl.h.
28456         * graph.c: Indlude emit-rtl.h.
28457         * sel-sched.c: Include emit-rtl.h.
28458         * sel-sched-ir.c: Include emit-rtl.h.
28459         * ira-build.c: Include emit-rtl.h.
28460         * emit-rtl.c (first_insn, last_insn): Remove defines.
28461         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
28462         Move to emit-rtl.h.
28463         (set_new_first_and_last_insn, get_last_insn_anywhere,
28464         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
28465         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
28466         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
28467         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
28468         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
28469         Use accessor functions.
28470         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
28471          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
28472         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
28473         mem_expr_equal_p): Move here from rtl.h.
28474         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
28475         Move here from emit-rtl.c; make inline.
28476         * cfglayout.h: Include emit-rtl.h.
28477         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
28478          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
28479         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
28480         mem_expr_equal_p, get_insns, set_first-insn,
28481         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
28482         * reg-stack.c: Include emit-rtl.h.
28483         * dce.c: Likewise.
28485 2010-06-01  Jan Hubicka  <jh@suse.cz>
28487         * cgraph.h (tree_function_versioning): Update prototype.
28488         (cgraph_function_versioning): Update prototype.
28489         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
28490         bitmap.
28491         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
28492         (cgraph_materialize_clone, save_inline_function_body): Update use of
28493         tree_function_versioning.
28494         * tree-inline.c (copy_bb): Look for previous copied block to link
28495         after; fix debug output.
28496         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
28497         (copy_body): Likewise.
28498         (expand_call_inline): Update use of copy_body.
28499         (tree_function_versioning): Update use of copy body; accept
28500         blocks_to_copy and new_entry.
28502 2010-06-01  Jan Hubicka  <jh@suse.cz>
28504         * gegenrtl.c: Remove unnecesary prototypes.
28505         (gendecl): Remove.
28506         (gendef): Produce static inline.
28507         (gencode): Remove.
28508         (main): Do not decode parameters; generate header only.
28509         * Makefile.in (genrtl.c): Remove.
28511 2010-06-01  Jan Hubicka  <jh@suse.cz>
28513         * tree-switch-conversion.c (build_one_array): Make it readonly.
28515 2010-06-01  Richard Guenther  <rguenther@suse.de>
28517         * optabs.c (init_optabs): Guard all accesses to reinit.
28518         * ipa-pure-const.c (propagate): Fix another typo.
28519         * opts.c (common_handle_option): Split assignment to bool.
28520         * c-opts.c (c_common_handle_option): Likewise.
28522 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
28523             Matthew Gingell  <gingell@adacore.com>
28525         * doc/invoke.texi: Mention -fdump-ada-spec.
28526         * tree-dump.c (dump_files): Add ada-spec.
28527         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
28528         * tree-pass.h (tree_dump_index): Add TDI_ada.
28529         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
28530         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
28531         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
28532         * c-decl.c: Include c-ada-spec.h.
28533         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
28534         functions.
28535         (c_write_global_declarations): Add handling of -fdump-ada-spec.
28536         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
28537         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
28538         * c-ada-spec.h, c-ada-spec.c: New files.
28540 2010-06-01  Richard Guenther  <rguenther@suse.de>
28542         PR lto/43853
28543         * ipa-pure-const.c (get_function_state): Hand back varying state
28544         if we do not have one.
28545         (has_function_state): New function.
28546         (duplicate_node_data): Adjust.
28547         (remove_node_data): Likewise.
28548         (pure_const_write_summary): Likewise.
28549         (propagate): Likewise.  Fix typo.
28551 2010-06-01  Jan Hubicka  <jh@suse.cz>
28553         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
28554         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
28555         (execute_all_ipa_transforms): Do not play with the states.
28557 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
28559         * config/arm/t-linux-androideabi: New.
28560         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
28562 2010-06-01  Jan Hubicka  <jh@suse.cz>
28564         * tree-inline.c (estimate_num_insns): For stdarg functions look
28565         into call statement to count cost of argument passing.
28567 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
28569         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
28570         argument for fprintf.
28571         (ix86_output_addr_diff_elt): Likewise.
28572         (x86_function_profiler): Likewise.
28573         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
28574         (LPREFIX): Likewise.
28575         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
28577 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
28579         PR target/44338
28580         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
28581         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
28582         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
28583         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
28584         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
28585         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
28586         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
28587         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
28588         TARGET_FUSED_MADD.
28590 2010-05-31  Jan Hubicka  <jh@suse.cz>
28592         * tree.h (tree_range_check_failed): Declare noreturn.
28594 2010-05-31  Jan Hubicka  <jh@suse.cz>
28596         * gimple.c (gimple_call_builtin_p): New function.
28597         * gimple.h (gimple_call_builtin_p): Declare.
28598         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
28599         to exit.
28600         (execute_warn_function_return): BUILT_IN_RETURN is return.
28601         (split_critical_edges): Return edges are not critical.
28602         (is_ctrl_altering_stmt): Builtin_in_return is altering.
28603         (gimple_verify_flow_info): Handle built_in_return.
28604         (execute_warn_function_return): Handle built_in_return.
28605         * ipa-pure-const.c (check_call): Ignore builtin_return.
28607 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
28609         PR middle-end/44337
28610         * expr.c (expand_assignment): Don't store anything for out-of-bounds
28611         array accesses with non-MEM.
28613         PR tree-optimization/44182
28614         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
28615         newly needs to end a bb is followed by debug stmts, instead return
28616         true from the function at the end.
28617         (maybe_move_debug_stmts_to_successors): New function.
28618         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
28620 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
28622         PR target/44161
28623         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
28625 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
28627         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
28628         for nested functions in non-optimized compilation.
28630 2010-05-31  Richard Guenther  <rguenther@suse.de>
28632         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
28634 2010-05-30  Jan Hubicka  <jh@suse.cz>
28636         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
28638 2010-05-30  Richard Guenther  <rguenther@suse.de>
28640         PR lto/42975
28641         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
28642         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
28643         no longer needed.
28645 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
28647         * config/darwin.c (output_objc_section_asm_op): Add comment.
28648         (name_needs_quotes): Add '_' to list of valid comment chars.
28649         (machopic_output_function_base_name): Remove unneeded quotes.
28650         (darwin_encode_section_info): Adjust asm whitespace.
28651         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
28652         (ASM_OUTPUT_LOCAL): Ditto.
28653         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
28654         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
28655         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
28657 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
28659         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
28660         RS6000_OUTPUT_BASENAME unconditionally.
28661         (rs6000_output_function_epilogue): Likewise.
28663 2010-05-30  Jan Hubicka  <jh@suse.cz>
28665         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
28666         nodes.
28668 2010-05-30  Richard Guenther  <rguenther@suse.de>
28670         * tree-cfg.c (verify_gimple_assign_single): Implement
28671         verification for COND_EXPR rhs.
28673 2010-05-30  Jan Hubicka  <jh@suse.cz>
28675         * cgraph.h (cgraph_dump_file): Declare.
28676         * cgraphunit.c (cgraph_dump_file): Export.
28677         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
28679 2010-05-30  Jan Hubicka  <jh@suse.cz>
28681         * dwarf2out.c (reference_to_unused,
28682         premark_types_used_by_global_vars_helper): Avoid creation of new
28683         varpool nodes.
28685 2010-05-30  Jan Hubicka  <jh@suse.cz>
28687         * cgraph.h (cgraph_node_cannot_return,
28688         cgraph_edge_cannot_lead_to_return): New functions.
28689         * cgraph.c (cgraph_node_cannot_return,
28690         cgraph_edge_cannot_lead_to_return): Use them.
28691         * ipa-pure-const.c (pure_const_names): New static var.
28692         (check_call): Handle calls not leading to return.
28693         (pure_const_read_summary): Dump info read.
28694         (propagate): Dump info about propagation process; ignore side effects
28695         of functions not leading to exit; fix handling of pure functions.
28697 2010-05-30  Jan Hubicka  <jh@suse.cz>
28699         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
28700         for tail call epilogues.
28702 2010-05-30  Jan Hubicka  <jh@suse.cz>
28704         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
28705         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
28706         dump files.
28708 2010-05-29  Jan Hubicka  <jh@suse.cz>
28710         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
28711         node; remove references in node we no longer keep in cgrpah but need
28712         body of.
28714 2010-05-29  Jan Hubicka  <jh@suse.cz>
28716         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
28718 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
28720         PR target/44165
28721         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
28723 2010-05-29  Jan Hubicka  <jh@suse.cz>
28725         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
28726         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
28727         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
28728         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
28729         debug_names_replaced_by, debug_update_ssa): Likewise.
28730         * sbitmap.c (debug_sbitmap): Likewise.
28731         * genrecog.c (debug_decision, debug_decision_list): Likewise.
28732         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
28733         debug_tree_chain): Likewise.
28734         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
28735         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
28736         * optabs.c (debug_optab_libfuncs): Likewise.
28737         (verify_loop_closed_ssa): Likewise.
28738         * value-prof.c (verify_histograms): Likewise.
28739         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
28740         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
28741         * cfghooks.c (verify_flow_info): Likewise.
28742         * fold-const.c (debug_fold_checksum): Likewise.
28743         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
28744         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
28745         Likewise.
28746         * omega.c (debug_omega_problem): Likewise.
28747         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
28748         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
28749         * dominance.c (verify_dominators, debug_dominance_info,
28750         debug_dominance_tree): Likewise.
28751         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
28752         * df_regno_debug, df_ref_debug,
28753         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
28754         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
28755         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
28756         * sel-sched.c (debug_state): Likewise.
28757         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
28758         Likewise.
28759         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
28760         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
28761         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
28762         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
28763         Likewise.
28764         * c-pretty-print.c (debug_c_tree): Likewise.
28765         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
28766         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
28767         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
28768         * ebitmap.c (debug_ebitmap): Likewise.
28769         * function.c (debug_find_var_in_block_tree): Likewise.
28770         * print-rtl.c (debug_rtx): Likewise.
28771         (debug_rtx_count): Likewise.
28772         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
28773         * stor-layout.c (debug_rli): Likewise.
28774         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
28775         * tree-data-ref.c (debug_data_references,
28776         debug_data_dependence_relations, debug_data_reference,
28777         debug_data_dependence_relation, debug_rdg_vertex,
28778         debug_rdg_component, debug_rdg): Likewise.
28779         * tree-affine.c (debug_aff): Likewise.
28780         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
28781         Likewise.
28782         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
28783         * emit-rtl.c (verify_rtl_sharing): Likewise.
28784         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
28785         debug_value_expressions): Likewise.
28786         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
28787         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
28788         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
28789         * cfglayout.c (verify_insn_chain): Likewise.
28790         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
28791         debug_clast_stmt, debug_generated_program): Likewise.
28792         * ggc-page.c (debug_print_page_list): Likewise.
28793         * tree-ssa-ter.c (debug_ter): Likewise.
28794         * graphite-dependences.c (debug_pddr): Likewise.
28795         * sched-deps.c (debug_ds): Likewise.
28796         * tree-ssa.c (verify_ssa): Likewise.
28797         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
28798         debug_scattering_functions, debug_iteration_domains, debug_pdr,
28799         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
28800         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
28801         * tree-inline.c (debug_find_tree): Likewise.
28802         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
28803         debug_ppl_powerset_matrix): Likewise.
28804         * var-tracking.c (debug_dv): Likewise.
28805         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
28806         * cfgloop.c (verify_loop_structure): Likewise.
28807         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
28808         * c-common.c (verify_sequence_points): Likewise.
28809         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
28810         debug_candidates, debug_rgn_dependencies): Likewise.
28811         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
28812         * debug_constraint_graph, debug_solution_for_var,
28813         debug_sa_points_to_info): Likewise.
28814         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
28815         Likewie.
28816         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
28817         debug_loops, debug_loop, debug_loop_num): Likewise.
28818         * passes.c (debug_pass): Likewise.
28819         (dump_properties): Likewise; add cfglayout property.
28820         (debug_properties): Likewise.
28821         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
28822         * varpool.c (debug_varpool): Likewise.
28823         * regcprop.c (debug_value_data): Likewise.
28824         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
28825         debug_immediate_uses_for): Likewise.
28827 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
28829         PR bootstrap/44315
28830         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
28831         Filter out insn-flags.h.
28833 2010-05-29  Jan Hubicka  <jh@suse.cz>
28835         * cgraph.h (struct varpool_node_set_def,
28836         struct cgraph_node_set_def): Remove unused AUX pointer.
28837         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
28838         VEC_empty macro.
28840 2010-05-29  Jan Hubicka  <jh@suse.cz>
28842         PR middle-end/44324
28843         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
28845 2010-05-29  Richard Guenther  <rguenther@suse.de>
28847         * lto-streamer.c (cached_bp): New global variable.
28848         (bitpack_create): Return the cached bitpack, if available.
28849         (bitpack_delete): Clear and cache the bitpack, if appropriate.
28850         (bp_pack_value): Remove redundant asserts.
28852 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
28854         PR middle-end/44306
28855         * tree-if-conv.c (is_true_predicate): New.
28856         (is_predicated): Use is_true_predicate.
28857         (add_to_predicate_list): Same.  Do not use unshare_expr.
28858         (add_to_dst_predicate_list): Same.
28860 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
28862         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
28863         field on edges.
28864         (predicate_bbs): Same.
28865         (clean_predicate_lists): Same.
28866         (find_phi_replacement_condition): Do not AND the predicate from
28867         edge->aux.
28869 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
28871         PR bootstrap/44315
28872         * Makefile.in (build/gencondmd.o): Add a missing `\'.
28874 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
28876         PR target/44261
28877         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
28878         (negdf2): Adjust expander pattern and use negdf2_slow.
28879         (negsf2): Likewise.
28881 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
28883         * basic-block.h (struct control_flow_graph): Move last_label_uid field
28884         up.
28885         * df.h (struct df_base_ref): Move regno field up.
28886         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
28887         * expr.h (struct separate_ops): Move location field up.
28888         * optabs.h (struct optab_d): Move libcall_basename field down.
28889         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
28890         * config/i386/i386.h (struct machine_function): Convert call_abi field
28891         into a bitfield.  Move cfa field to the end of the structure.
28893 2010-05-29  Jan Hubicka  <jh@suse.cz>
28895         * varpool.c (varpool_get_node): Fix lookup.
28897 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
28899         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
28900         RTL specific prototypes with #ifdef RTX_CODE.
28901         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
28902         * config/spu/t-spu-elf: Fix dependencies.
28904         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
28906 2010-05-29  Mike Stump  <mikestump@comcast.net>
28908         PR bootstrap/44315
28909         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
28910         TM_H when building to avoid dependency loops.
28912 2010-05-29  Jan Hubicka  <jh@suse.cz>
28914         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
28915         refs and body; not the whole node for masters of materialized clones.
28917 2010-05-29  Mike Stump  <mikestump@comcast.net>
28919         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
28921 2010-05-29  Jan Hubicka  <jh@suse.cz>
28923         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
28924         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
28925         use of clone_function_name.
28926         * cgraph.h (cgraph_create_virtual_clone,
28927         cgraph_function_versioning): update prototypes.
28928         (clone_function_name): Declare.
28929         * ipa-cp.c (ipcp_insert_stage): Update call of
28930         cgraph_create_virtual_clone.
28931         * omp-low.c (create_omp_child_function_name): Use
28932         cgraph_create_virtual_clone.
28933         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
28934         (cgraph_function_versioning): Take SUFFIX argument; produce new name
28935         and make decl local.
28937 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
28939         * vec.h: Include statistics.h
28940         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
28941         with VEC_H.
28943 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
28945         * c-lex.c: Do not include c-tree.h.
28946         * c-pretty-print.c: Likewise.
28947         * c-opts.c: Likewise.
28948         * c-gimplify.c: Likewise.
28949         * c-common.c: Likewise.
28950         * c-dump.c: Likewise.  Include c-common.h.
28952 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
28954         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
28955         before including diagnostic-core.h.
28956         (c_cpp_error): New prototype moved from c-tree.h.
28957         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
28958         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
28959         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
28960         (c_cpp_error): Prototype moved to c-common.h.
28961         * Makefile.in: Update dependency for C_COMMON_H.
28963 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
28965         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
28966         * c-common.c (c_register_addr_space): Remove here.
28967         * c-decl.c (c_register_addr_space): Re-add here.
28969 2010-05-28  Mike Stump  <mikestump@comcast.net>
28971         * config/darwin-c.c: Remove c-tree.h include.
28973 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
28975         * gcc.c: Include diagnostic.h.
28976         (error_count): Remove.  All users changed to use errorcount.
28977         (programname): Remove.  All users changed to use progname.
28978         (fancy_abort, internal_error, fatal_error, error, warning, inform,
28979         fnotice): Remove.
28980         (execute): Don't include "Internal error" and bug reporting
28981         information in argument of internal_error call.
28982         (process_command): Don't increment error_count after calling
28983         perror_with_name.
28984         (input_filename): Rename to gcc_input_filename.  All users
28985         changed.
28986         (main): Call diagnostic_initialize.  Register delete_temp_files
28987         with atexit.  Use seen_error to test for errors.
28988         * gcc.h: Include diagnostic-core.h.
28989         (fatal_error, error, warning): Remove.
28990         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
28991         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
28992         (gcc.o): Update dependencies.
28994 2010-05-28  Jeff Law  <law@redhat.com>
28996         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
28997         functions.
28998         * ira.h (ira_bad_reload_regno): Declare
28999         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
29001         * ira-color.c (update_curr_costs): Free updated hard reg costs.
29002         (ira_reassign_conflict_allocnos): Remove bogus asserts.
29003         (allocno_reload_assign): Likewise.
29005 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
29007         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
29008         build1_stat.
29010 2010-05-28  Richard Guenther  <rguenther@suse.de>
29012         PR lto/44312
29013         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
29014         Stream fixed-point constants mode.
29015         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
29016         and TYPE_PRECISION.
29017         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
29018         Stream fixed-point constants mode.
29019         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
29020         and TYPE_PRECISION.
29022 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
29024         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
29025         only place it was called from.
29026         (number_of_latch_executions): Do not return chrec_dont_know when the
29027         may_be_zero is a runtime condition: instead, return a COND_EXPR
29028         including the may_be_zero condition.
29029         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
29030         of nb_iterations.
29031         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
29032         COND_EXPRs.
29034 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
29036         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
29037         generate COND_EXPRs for degenerate_phi_result.
29039 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
29041         PR middle-end/44293
29042         * tree-if-conv.c (if_convertible_loop_p): Check the
29043         if-convertibility of phi nodes in non predicated BBs.
29045 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
29047         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
29049 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
29051         PR driver/15303
29052         * gcc.c (inform, warning, inform): New functions.
29053         (fatal_ice): Rename to internal_error; change cmsgid parameter to
29054         gmsgid.  All callers changed.
29055         (notice): Rename to fnotice; add parameter fp.  All callers changed.
29056         (fatal_error): Rename to fatal_signal.  All users changed.
29057         (fatal): Rename to fatal_error; change cmsgid parameter to
29058         gmsgid.  All callers changed.
29059         (process_command): Use warning instead of error for warnings.
29060         (end_going_arg): Don't use _() around argument of error.
29061         (do_spec_1): Use inform for message from %n specs.  Use warning
29062         instead of error for warnings.
29063         (main): Use inform for comparison messages.  Use warning for
29064         message about unused linker input.
29065         (error): Increment error_count.  Print "error: ".
29066         * gcc.h (fatal): Change to fatal_error.
29067         (warning): Declare.
29068         * config/darwin-driver.c (darwin_default_min_version): Use warning
29069         instead of fprintf for warnings.
29070         * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
29072 2010-05-28  Julian Brown  <julian@codesourcery.com>
29074         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
29075         (*thumb2_addsi3_compare0_scratch): New.
29076         * config/arm/constraints.md (Pv): New.
29077         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
29078         for ARM mode only.
29079         (*addsi3_compare0_scratch): Likewise.
29081 2010-05-28  Jan Hubicka  <jh@suse.cz>
29083         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
29084         check.
29085         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
29086         only on local statics.
29088 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
29090         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
29092 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
29094         PR bootstrap/44314
29095         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
29096         (OPTION_GLIBC): Define.
29098 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
29100         PR debug/41048
29101         * dwarf2out.c (double_int_type_size_in_bits): New function.
29102         (round_up_to_align): Change first argument and return value to
29103         double_int.
29104         (field_byte_offset): Work internally on double_ints.
29106         PR target/43636
29107         * builtins.c (expand_movstr): Use a temporary pseudo instead
29108         of target even when target is not NULL and not const0_rtx, but
29109         fails movstr predicate.
29110         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
29112 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
29114         * final.c (rest_of_clean_state): Use %m in errors instead of
29115         strerror (errno).
29116         * gengtype.c (read_input_list, close_output_files): Use xstrerror
29117         instead of strerror.
29118         * toplev.c (process_options): Use %m in errors instead of strerror
29119         (errno).
29120         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
29121         (errno).
29123 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
29125         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
29126         (ix86_canonical_va_list_type): Make static.  Add declaration.
29127         (ix86_enum_va_list): Make static.  Reindent.
29128         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
29129         (ix86_canonical_va_list_type): Ditto.
29130         (ix86_enum_va_list): Ditto.
29132 2010-05-28  Richard Guenther  <rguenther@suse.de>
29134         * lto-wrapper.c (run_gcc): With -save-temps generate a
29135         user-visible ltrans filename.  Fixup ltrans unit numbering.
29137 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
29139         * c-common.c (c_common_nodes_and_builtins): Replace use
29140         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
29141         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
29142         to ix86_enum_va_list.
29143         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
29144         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
29145         (TARGET_ENUM_VA_LIST_P): Add hook description.
29146         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
29147         * target.h (gcc_target): Add enum_va_list hook.
29149         PR bootstrap/44299
29150         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
29151         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
29152         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
29154 2010-05-28  Alan Modra  <amodra@gmail.com>
29156         PR target/44266
29157         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
29158         emit_library_call machinery to set up __tls_get_addr calls.
29160 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29162         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
29164 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
29166         Revert fix for PR c++/44188
29167         * c-common.c (is_typedef_decl): Revert the moving of  this
29168         definition ...
29169         * tree.c (is_typedef_decl): ... here.
29170         (typdef_variant_p): Revert the moving of this  definition
29171         here from cp/tree.c.
29172         * c-common.h (is_typedef_decl): Revert the moving of this
29173         declaration ...
29174         * tree.h (is_typedef_decl): ... here.
29175         (typedef_variant_p): Revert the moving of this  declaration here
29176         from cp/cp-tree.h
29177         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
29178         (gen_tagged_type_die): Revert the splitting out of ...
29179         (gen_type_die_with_usage): ... this function. Revert the anonymous
29180         tagged type handling.
29181         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
29182         typedefs naming anonymous tagged types.
29184 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
29186         * config/rs6000/rs6000-modes.def (PSImode): Delete.
29188 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
29190         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
29191         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
29192         throughout.
29193         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
29194         "xer" to "ca".
29195         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
29196         XER_REGS to CA_REGS throughout.
29197         * config/rs6000/rs6000.h: Same.
29198         (ADDITIONAL_REGISTER_NAMES): Add "xer".
29199         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
29200         that mode_iterator "P" is the size for arithmetic carries as well.
29201         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
29203 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
29205         PR bootstrap/44255
29206         * combine.c (struct rtx_subst_pair): Define unconditionally.
29207         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
29208         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
29209         Call make_compound_operation on pair->to.
29210         (propagate_for_debug): Don't call make_compound_operation here.
29211         Always use simplify_replace_fn_rtx.
29213 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
29215         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
29216         * config/xtensa/xtensa.c (override_options): Check
29217           TARGET_FORCE_NO_PIC and set flag_pic.
29218         * config/xtensa/xtensa.opt: Document -mforce-no-pic
29220 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
29222         PR bootstrap/44299
29223         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
29224         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
29226 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
29228         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
29229         toplev.h.
29230         * diagnostic.c: Don't include toplev.h.
29231         (progname): Define.  Moved from toplev.c.
29232         (seen_error): New function.
29233         * diagnostic.h: Include diagnostic-core.h.
29234         (diagnostic_t, emit_diagnostic): Don't declare here.
29235         * toplev.c (progname): Move to toplev.c.
29236         (emit_debug_global_declarations, compile_file, finalize,
29237         do_compile, toplev_main): Use seen_error.
29238         * toplev.h: Include diagnostic-core.h.
29239         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
29240         internal_error, warning, warning_at, error, error_n, error_at,
29241         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
29242         verbatim, fnotice, progname): Move to diagnostic-core.h.
29243         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
29244         (expand_builtin_expect): Use seen_error.
29245         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
29246         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
29247         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
29248         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
29249         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
29250         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
29251         errorcount for errors.
29252         * c-opts.c (c_common_finish): Use seen_error.
29253         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
29254         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
29255         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
29256         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
29257         (get_coverage_counts): Use seen_error.
29258         * dwarf2out.c (dwarf2out_finish): Use seen_error.
29259         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
29260         gimplify_body): Use seen_error.
29261         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
29262         * ipa-pure-const.c (gate_pure_const): Use seen_error.
29263         * ipa-reference.c (gate_reference): Use seen_error.
29264         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
29265         * lambda-code.c: Include diagnostic-core.h instead of
29266         diagnostic.h.
29267         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
29268         * lto-compress.c: Include diagnostic-core.h instead of
29269         diagnostic.h.
29270         * lto-section-in.c: Include diagnostic-core.h instead of
29271         diagnostic.h.
29272         * lto-streamer-out.c: Include diagnostic-core.h instead of
29273         diagnostic.h.
29274         * lto-streamer.c: Include diagnostic-core.h instead of
29275         diagnostic.h.
29276         (gate_lto_out): Use seen_error.
29277         * matrix-reorg.c: Include diagnostic-core.h instead of
29278         diagnostic.h.
29279         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
29280         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
29281         (gate_expand_omp, lower_omp_1): Use seen_error.
29282         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
29283         (rest_of_decl_compilation, rest_of_type_compilation,
29284         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
29285         * tree-cfg.c (label_to_block_fn): Use seen_error.
29286         * tree-inline.c (optimize_inline_calls): Use seen_error.
29287         * tree-mudflap.c (mudflap_finish_file): Use
29288         seen_error.
29289         * tree-optimize.c (gate_all_optimizations,
29290         gate_all_early_local_passes, gate_all_early_optimizations): Use
29291         seen_error.
29292         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
29293         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
29294         (varpool_remove_unreferenced_decls,
29295         varpool_assemble_pending_decls): Use seen_error.
29296         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
29297         (TOPLEV_H, DIAGNOSTIC_H): Update.
29298         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
29299         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
29300         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
29301         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
29302         coverage.o, lambda-code.o): Update dependencies.
29304 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
29306         PR c++/44188
29307         * c-common.c (is_typedef_decl): Move this definition ...
29308         * tree.c (is_typedef_decl): ... here.
29309         (typdef_variant_p): Move definition here from cp/tree.c.
29310         * c-common.h (is_typedef_decl): Move this declaration ...
29311         * tree.h (is_typedef_decl): ... here.
29312         (typedef_variant_p): Move declaration here from cp/cp-tree.h
29313         * dwarf2out.c (is_naming_typedef_decl): New function.
29314         (gen_tagged_type_die): Split out of ...
29315         (gen_type_die_with_usage): ... this function. When an anonymous
29316         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
29317         is emitted for the typedef.
29318         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
29319         anonymous tagged types.
29321 2010-05-27  Jason Merrill  <jason@redhat.com>
29323         * print-tree.c (debug_vec_tree): New fn.
29324         (print_vec_tree): New fn.
29325         * tree.h: Declare them.
29326         * gdbinit.in (pvt): New command.
29328         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
29330         * gdbinit.in (pdd): New command.
29332 2010-05-27  Jan Hubicka  <jh@suse.cz>
29334         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
29335         (update_caller_keys): Return early if there are no callers;
29336         only update fibheap when decresing the key.
29337         (update_callee_keys): Avoid recursion.
29338         (decide_inlining_of_small_functions): When badness does not match;
29339         re-insert into fibheap.
29341 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
29343         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
29344         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
29345         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
29346         (ALL_HOST_OBJS): Now a union of the above two.
29347         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
29348         all files in ALL_HOST_FRONTEND_OBJS.
29349         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
29351         * c-common.c: Pretend to be a backend file by undefining
29352         IN_GCC_FRONTEND (still need rtl.h here).
29354 2010-05-27  Jan Hubicka  <jh@suse.cz>
29356         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
29357         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
29359 2010-05-27  Jan Hubicka  <jh@suse.cz>
29361         * sched-ebb.c: Rename struct deps to struct deps_desc.
29362         * ddg.c: Likewise.
29363         * sel-sched-ir.c: Likewise.
29364         * sched-deps.c: Likewise.
29365         * sched-int.h: Likewise.
29366         * sched-rgn.c: Likewise.
29368 2010-05-27  Jon Beniston  <jon@beniston.com>
29370         PR 43726
29371         * config/lm32/lm32.h: Remove definition of
29372         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
29374 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
29376         PR lto/44230
29377         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
29379 2010-05-27  Richard Guenther  <rguenther@suse.de>
29381         PR tree-optimization/44284
29382         * tree-vect-stmts.c (vectorizable_assignment): Handle
29383         sign-changing conversions as simple copy.
29385 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
29387         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
29388         Bionic C library.
29389         (__gthread_active_p): Check for pthread_create if compiling against
29390         Bionic C library.
29392 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
29394         Support compilation for Android platform.  Reimplement -mandroid.
29396         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
29397         (*android*): Set ANDROID_DEFAULT.
29398         (arm*-*-linux*): Include linux-android.h.
29399         (arm*-*-eabi*): Don't include previous -mandroid implementation.
29400         * config/arm/eabi.h: Remove, move Android-specific parts ...
29401         * config/linux-android.h: ... here.  New file.
29402         * config/arm/eabi.opt: Rename to ...
29403         * config/linux-android.opt: ... this.
29404         (mandroid): Allow -mno-android option.  Initialize based on
29405         ANDROID_DEFAULT.
29406         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
29407         Move logic to corresponding LINUX_TARGET_* macros.
29408         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
29409         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
29410         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
29411         Android definitions.
29412         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
29413         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
29414         Document.
29416 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
29418         Add support for Bionic C library
29420         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
29421         macro.
29422         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
29423         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
29425         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
29426         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
29427         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
29428         to support multiple C libraries.  Handle Bionic.
29429         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
29430         (BIONIC_DYNAMIC_LINKER64): Define.
29431         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
29432         Update.
29433         (TARGET_HAS_SINCOS): Enable for Bionic.
29435         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
29436         the last option specified on command line take effect.
29437         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
29438         (mbionic): New.
29439         (mglibc, muclibc): Update.
29441         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
29442         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
29443         DEFAULT_LIBC.
29445         * doc/invoke.texi (-mglibc, -muclibc): Update.
29446         (-mbionic): Document.
29448 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
29450         * c-common.h (c_register_addr_space): Add prototype.
29451         (ADDR_SPACE_KEYWORD): Remove.
29452         * c-common.c (c_register_addr_space): New function.
29453         (c_addr_space_name): Reimplement.
29454         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
29456         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
29457         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
29459         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
29460         Remove TARGET_ADDR_SPACE_KEYWORDS.
29462 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
29464         * input.c: New file.
29465         * input.h (main_input_filename): Move declaration to toplev.h.
29466         * toplev.c (input_location, line_table): Move to input.c
29467         * toplev.h (main_input_filename): Move declaration from input.h.
29468         * tree.c (expand_location): Move to input.c.
29469         * Makefile.in (OBJS-common): Add input.o.
29470         (input.o): Add dependencies.
29472 2010-05-27  Richard Guenther  <rguenther@suse.de>
29474         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
29475         for non-existant files.
29476         (fork_execute): Mark args_name file as deleted.
29478 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
29480         PR bootstrp/44287
29481         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
29482         (narrow_signed_type): Likewise.
29484 2010-05-26  Jan Hubicka  <jh@suse.cz>
29486         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
29487         edge only when checking is enabled; check using former_clone_of;
29488         check inline clones too.
29489         (cgraph_materialize_clone): Record former_clone_of pointer.
29490         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
29491         combining redirections; dump args_to_skip bitmap
29492         (cgraph_materialize_all_clones): Do no redirection here.
29493         * ipa-inline.c (inline_transform): Do redirection here.
29494         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
29495         cheking only).
29497 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
29499         * config/avr/avr-c.c: Do not include regs.h.
29500         Include cpplib.h for cpp_define and tree.h for c-common.h.
29501         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
29502         * config/avr/t-avr: Fix dependencies for avr-c.o.
29504 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
29506         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
29507         string instead of SYMBOL_REF rtx.
29508         * rtl.h (set_stack_check_libfunc): Move prototype from here...
29509         * libfuncs.h: ...to here.  Adjust for explow.c change.
29511 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
29513         * pretty-print.c: Don't include ggc.h.
29514         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
29515         (identifier_to_locale): Use them for allocation.
29516         * pretty-print.h (identifier_to_locale_alloc,
29517         identifier_to_locale_free): Declare.
29518         * toplev.c (alloc_for_identifier_to_locale): New.
29519         (general_init): Set identifier_to_locale_alloc and
29520         identifier_to_locale_free.
29521         * Makefile.in (pretty-print.o): Update dependencies.
29523 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
29525         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
29526         pointer types if they have different alignment or mode.
29528 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
29530         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
29531         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
29532         * config/sparc/sparc-protos.h (function_value): Remove declaration.
29533         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
29534         sparc_function_value_regno_p): New functions.
29535         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
29536         TARGET_FUNCTION_VALUE_REGNO_P): Define.
29537         (function_value): Rename to...
29538         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
29539         argument to 'outgoing'.
29540         (function_arg_record_value, function_arg_union_value,
29541         function_arg_vector_value): Update comment.
29543 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
29545         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
29546         (fde_needed_for_eh_p): New predicate.
29547         (output_call_frame_info): Use it throughout to decide whether FDEs
29548         are needed for EH purpose.
29549         (dwarf2out_begin_prologue): Reorder assignments.
29551 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29553         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
29554         special case loop->header.
29555         (is_predicated): New.
29556         (if_convertible_loop_p): Call it.
29558 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29560         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
29561         iterator in parameter.  Do not generate code during the analysis.
29562         (tree_if_convert_cond_stmt): Removed.
29563         (tree_if_convert_stmt): Removed.
29564         (predicate_bbs): New.
29565         (if_convertible_loop_p): Call predicate_bbs.
29566         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
29567         now contains all the analysis part.
29569 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29571         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
29572         statements in the analysis part.
29573         (tree_if_convert_stmt): Update comment.
29574         (remove_conditions_and_labels): New.
29575         (combine_blocks): Call remove_conditions_and_labels.
29576         (tree_if_conversion): Update comment.
29578 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29580         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
29581         than 2 predecessors or more than 2 successors.
29583 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29585         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
29586         of loops in which the data dependence analysis fails.
29588 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29590         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
29591         CDI_POST_DOMINATORS.
29592         (tree_if_conversion): Same.
29594 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29596         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
29598 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29600         * tree-if-conv.c: Update copyright years.  Fix comments.
29601         Fix indentation.
29603 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
29605         * builtin-types.def (BT_INT128): New primitive type.
29606         (BT_UINT128): Likewise.
29607         * c-common.c (c_common_r): Add __int128 keyword.
29608         (c_common_type_for_size): Handle __int128.
29609         (c_common_type_for_mode): Likewise.
29610         (c_common_signed_or_unsigned_type): Likewise.
29611         (c_common_nodes_and_builtins): Add builtin type
29612         if target supports 128-bit integer scalar.
29613         * c-common.h (enum rid): Add RID_INT128.
29614         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
29615         if target supports 128-bit integer scalar.
29616         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
29617         (finish_declspecs): Likewise.
29618         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
29619         (c_token_starts_declspecs): Likewise.
29620         (c_parser_declspecs): Likewise.
29621         (c_parser_attributes): Likewise.
29622         (c_parser_objc_selector): Likewise.
29623         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
29624         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
29625         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
29626         * tree.c (make_or_reuse_type): Likewise.
29627         (make_unsigned_type): Likewise.
29628         (build_common_tree_nodes_2): Likewise.
29629         * tree.h (enum integer_type_kind): Add itk_int128 and
29630         itk_unsigned_int128.
29631         (int128_integer_type_node): New define.
29632         (int128_unsigned_type_node): New define.
29633         * doc/extend.texi: Add documentation about __int128 type.
29635 2010-05-26  Richard Guenther  <rguenther@suse.de>
29637         * tree-ssa-sccvn.c (copy_nary): Adjust.
29638         (copy_phis): Rename to ...
29639         (copy_phi): ... this.  Adjust.
29640         (copy_references): Rename to ...
29641         (copy_reference): ... this.  Adjust.
29642         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
29643         result into the valid table.
29645 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
29647         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
29648         insn-config.h, insn-codes.h, recog.h, and optabs.h.
29650 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
29652         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
29654 2010-05-26  Richard Guenther  <rguenther@suse.de>
29656         * opts.c (common_handle_option): Handle OPT_Ofast.
29658 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
29660         * diagnostic.c: Don't include opts.h.
29661         (permissive_error_option): Define.
29662         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
29663         for classify_diagnostic.  Don't use memset for
29664         classify_diagnostic.  Initialize new and recently added fields.
29665         (diagnostic_classify_diagnostic): Use context->n_opts instead of
29666         N_OPTS.
29667         (diagnostic_report_diagnostic): Pass context parameter to
29668         diagnostic_report_warnings_p.  Use option_enabled and option_name
29669         hooks from context.
29670         (emit_diagnostic): Use permissive_error_option.
29671         (permerror): Likewise.
29672         * diagnostic.h: Don't include options.h.
29673         (struct diagnostic_context): Add n_opts, opt_permissive,
29674         inhibit_warnings, warn_system_headers, option_enabled and
29675         option_name fields.  Change classify_diagnostic to a pointer.
29676         * opts-diagnostic.h: New file.
29677         * opts.c: Include opts-diagnostic.h.
29678         (common_handle_option): Set global_dc fields for -Wfatal-errors,
29679         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
29680         (option_name): New function.
29681         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
29682         (c_common_handle_option): Set global_dc->permissive for
29683         -fpermissive.
29684         * c-common.c (c_cpp_error): Save and restore
29685         global_dc->warn_system_headers, not variable warn_system_headers.
29686         * toplev.c: Include opts-diagnostic.h.
29687         (general_init): Update call to diagnostic_initialize.  Set
29688         global_dc->show_column, global_dc->option_enabled and
29689         global_dc->option_name.
29690         (process_options): Don't set global_dc fields here.
29691         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
29692         (diagnostic.o, opts.o, toplev.o): Update dependencies.
29694 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
29696         * config/picochip/picochip.md (movsi): Split a movsi from a
29697         const after reload.
29699 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
29701         * ggc-zone.c: Update copyright year.
29702         (poison_region): Mark memory for Valgrind as undefined before
29703         memset () call and inaccessible afterwards.
29704         (ggc_pch_total_size): Change type of i to int.
29706 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
29708         * ggc-common.c (ggc_free_overhead): Allow empty slot.
29710 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
29712         * ggc-common.c: Update copyright year.
29713         (ggc_rlimit_bound): Remove prototype.  Compile only if
29714         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
29715         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
29716         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
29717         (ggc_min_heapsize_heuristic): Likewise.
29719 2010-05-26  Richard Guenther  <rguenther@suse.de>
29721         PR rtl-optimization/44164
29722         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
29723         no-common access-path disambiguation.
29724         (indirect_ref_may_alias_decl_p): Adjust.
29725         (indirect_refs_may_alias_p): Likewise.
29726         (refs_may_alias_p_1): Likewise.
29728 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
29730         * c-typeck.c: Do not include expr.h.
29732 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
29734         * rtl.h (decl_default_tls_model): Move prototype from here...
29735         * output.h: ...to here.
29736         * c-decl.c: Do not include rtl.h.
29737         * c-pragma.c: Likewise.
29738         * c-parser.c: Likewise.
29739         * c-gimplify.c: Likewise.  And also not hard-reg-set.
29740         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
29741         FIXME note for it.  Add a FIXME note for expr.h.
29742         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
29743         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
29744         defined.
29746 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
29748         PR target/44199
29749         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
29750         or total_size is larger than red zone size for non-V4 ABI, emit a
29751         stack_tie resp. frame_tie insn before stack pointer restore.
29752         * config/rs6000/rs6000.md (frame_tie): New insn.
29754 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
29756         * function.h (struct function): Add can_throw_non_call_exceptions bit.
29757         * lto-streamer-in.c (input_function): Stream it in.
29758         * lto-streamer-out.c (output_function): Stream it out.
29759         * function.c (allocate_struct_function): Set it.
29760         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
29761         for flag_non_call_exceptions.
29762         * cfgbuild.c (control_flow_insn_p): Likewise.
29763         (make_edges): Likewise.
29764         * cfgexpand.c (expand_stack_alignment): Likewise.
29765         * combine.c (distribute_notes): Likewise.
29766         * cse.c (cse_extended_basic_block): Likewise.
29767         * except.c (insn_could_throw_p): Likewise.
29768         * gcse.c (simple_mem): Likewise.
29769         * ipa-pure-const.c (check_call): Likewise.
29770         (check_stmt ): Likewise.
29771         * lower-subreg.c (lower-subreg.c): Likewise.
29772         * optabs.c (emit_libcall_block): Likewise.
29773         (prepare_cmp_insn): Likewise.
29774         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
29775         * postreload.c (rest_of_handle_postreload): Likewise.
29776         * reload1.c (reload_as_needed): Likewise.
29777         (emit_input_reload_insns): Likewise.
29778         (emit_output_reload_insns): Likewise.
29779         (fixup_abnormal_edges): Likewise.
29780         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
29781         * store-motion.c (find_moveable_store): Likewise.
29782         * tree-eh.c (stmt_could_throw_p): Likewise.
29783         (tree_could_throw_p): Likewise.
29784         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
29785         * config/arm/arm.c (arm_expand_prologue): Likewise.
29786         (thumb1_expand_prologue): Likewise.
29787         * config/rx/rx.md (cbranchsf4): Likewise.
29788         (cmpsf): Likewise.
29789         * config/s390/s390.c (s390_emit_prologue): Likewise.
29790         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
29791         (inline_forbidden_into_p): New predicate.
29792         (expand_call_inline): Use it to forbid inlining.
29793         (tree_can_inline_p): Likewise.
29795 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
29797         * config/i386/i386-c.c: Do not include rtl.h.
29798         * config/i386/t-i386: Update dependencies.
29800 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
29802         * attribs.c: Do not include rtl.h.
29803         * Makefile.in: Update dependencies.
29805 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
29807         * double-int.h (double_int_and): New.
29808         * combine.c (try_combine): Clean up, use double_int_* and
29809         immed_double_int_const functions.
29811 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
29813         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
29814         stderr to /dev/null instead of grep -q.
29815         * configure: Regenerate.
29817 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
29819         * Makefile.in (EXCEPT_H): Fix typo.
29821 2010-05-25  Vladimir Makarov  <vmakarov@redhat.com>
29823         * ira-build.c (update_conflict_hard_reg_costs): New.
29824         (ira_build): Call update_conflict_hard_reg_costs.
29826 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
29828         PR debug/41371
29829         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
29830         ENABLE_CHECKING.
29831         (intersect_loc_chains): Walk the s2var's loc_chain together
29832         with s1node chain as long as the locations are equal, don't
29833         call find_loc_in_1pdv in that case.
29835         PR debug/42801
29836         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
29837         (copy_bind_expr): ... instead of here.
29838         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
29839         if the block hasn't been remapped.
29840         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
29841         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
29843 2010-05-25  Richard Guenther  <rguenther@suse.de>
29845         PR middle-end/44069
29846         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
29847         out-of-bounds array accesses.
29849 2010-05-25  Richard Guenther  <rguenther@suse.de>
29851         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
29852         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
29853         (run_gcc): Re-organize to make cleanup easier.
29855 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29857         * config/s390/s390.c (optimization_options): Fix and move the
29858         flag_prefetch_loop_arrays override ...
29859         (override_options): ... here.
29861 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
29863         * diagnostic.c: Don't include plugin.h.
29864         (diagnostic_report_diagnostic): Don't handle plugins specially
29865         here.  Pass context to internal_error callback.
29866         * diagnostic.h (struct diagnostic_context): Add context parameter
29867         to internal_error callback.
29868         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
29869         * plugin.h (struct diagnostic_context): Declare.
29870         (warn_if_plugins, plugins_internal_error_function): Declare.
29871         * toplev.c (general_init): Set global_dc->internal_error.
29872         * Makefile.in (diagnostic.o): Update dependencies.
29874 2010-05-25  Iain Sandoe  <iains@gcc.gnu.org>
29876         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
29877         * config/rs6000/t-darwin64: New.
29878         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
29879         build crt2.
29881 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
29883         PR 44203
29884         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
29885         match the original (and intended) behaviour before r159557.  This
29886         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
29887         in two ways.
29889 2010-05-25  Richard Guenther  <rguenther@suse.de>
29891         * doc/invoke.texi: Document -Ofast.
29892         * target.h (struct gcc_target): Add handle_ofast.
29893         * target-def.h (TARGET_HANDLE_OFAST): Add.
29894         (TARGET_INITIALIZER): Adjust.
29895         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
29896         * common.opt (Ofast): Add.
29898 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
29900         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
29901         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
29903 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
29905         PR target/43610
29906         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
29907         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
29908         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
29909         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
29911 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
29913         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
29914         DW_OP_minus with negated offset instead of DW_OP_plus.
29915         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
29917 2010-05-25  Wei Guozhi  <carrot@google.com>
29919         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
29920         tst instruction and a new alternative.
29921         * config/arm/constraints.md (Pu): New constraint.
29923 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
29925         * function.c (assign_stack_local_1): Initialize variable
29926         to avoid warning when bootstrapping at -O3.
29928 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
29930         * configure.ac (all_lang_makefiles): Remove everything related to it.
29931         * configure: Regenerate.
29932         * Makefile.in: Fix reference to ada Make-lang.in.
29933         Remove support for LANG_MAKEFILES.
29935 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
29936             Sandra Loosemore  <sandra@codesourcery.com>
29938         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
29939         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
29940         description.  Add arm_neon_fp16_ok.
29941         (Add Options): Add arm_neon and arm_neon_fp16.
29943 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
29945         * diagnostic.c: Don't include flags.h.
29946         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
29947         context parameters.  Check flags in the context passed as a parameter.
29948         (diagnostic_build_prefix): Add context parameter.  Check
29949         show_column flag in context.
29950         (diagnostic_action_after_output): Check fatal_errors flag in context.
29951         (diagnostic_report_current_module): Check show_column flag in context.
29952         (default_diagnostic_starter): Update call to
29953         diagnostic_build_prefix.
29954         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
29955         (emit_diagnostic): Pass context to permissive_error_kind.
29956         (permerror): Pass context to permissive_error_kind.
29957         * diagnostic.h (struct diagnostic_context): Add show_column,
29958         pedantic_errors, permissive and fatal_errors fields.
29959         (diagnostic_build_prefix): Update prototype.
29960         * langhooks.c
29961         * toplev.c (process_options): Set flags in global_dc from
29962         flag_show_column, flag_pedantic_errors, flag_permissive,
29963         flag_fatal_errors.
29964         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
29965         to diagnostic_build_prefix.
29966         * Makefile.in (diagnostic.o): Update dependencies.
29968 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
29970         * config/i386/ia32intrin.h (__crc32q): Define only if
29971         __SSE4_2__ is defined.
29973 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
29975         PR target/44132
29976         PR middle-end/43602
29977         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
29978         DECL_VISIBILITY_SPECIFIED.
29979         (emutls_decl): Set DECL_PRESERVE_P and copy
29980         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
29981         (emutls_finalize_control_var): New callback.
29982         (emutls_finish): Finalize emutls control variables.
29983         * toplev.c (compile_file): Move the call to emutls_finish ()
29984         before varpool_assemble_pending_decls ().
29986 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
29988         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
29989         added to the preprocessor condition.
29991 2010-05-24  Paul Brook  <paul@codesourcery.com>
29993         * gengtype-lex.l: Add HARD_REG_SET.
29994         * expr.c (expand_expr_real_1): Record writes to hard registers.
29995         * function.c (rtl_data): Add asm_clobbers.
29996         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
29997         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
29998         Use crtl->asm_clobbers.
30000 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30002         * doc/makefile.texi (Makefile): Mention stages 'profile'
30003         and 'feedback' for profiledbootstrap.
30005 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
30007         PR target/44245
30008         * config/i386/i386.c (def_builtin): Properly check
30009         OPTION_MASK_ISA_64BIT.
30011 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
30013         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
30014         typedefs with different but compatible types.  Allow duplicate
30015         typedefs with the same type except for pedantic non-C1X, but give
30016         warning for variably modified types.
30017         * c-typeck.c (tagged_types_tu_compatible_p,
30018         function_types_compatible_p, type_lists_compatible_p,
30019         comptypes_internal): Add parameter different_types_p; set
30020         *different_types_p for different but compatible types.  All
30021         callers changed.
30022         (comptypes_check_different_types): New.
30023         * c-tree.h (comptypes_check_different_types): Declare.
30025 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
30027         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
30028         * jump.c: Include basic-block.h.
30029         * profile.c: Likewise.
30030         * tree-profile.c: Likewise.
30031         * coverage.c: Likewise.
30032         * basic-block.h (optimize_function_for_size_p): Move to function.h.
30033         (optimize_function_for_speed_p): Likewise.
30034         * function.h (optimize_function_for_size_p,
30035         optimize_function_for_speed_p): Moved here from basic-block.h.
30036         * Makefile.in: Update dependencies.
30038 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30040         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
30041         before calling make; allow override through $MAKE.
30042         * doc/invoke.texi (Optimize Options): Document override.
30044 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
30046         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
30047         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
30048         (rs6000_mode_dependent_address_ptr): Make static.
30049         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
30050         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
30051         Remove.
30053 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
30055         PR target/43869
30056         * config/i386/i386.c: Make sure that the correct regparm is passed.
30058 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
30060         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
30061         * sbitmap.c: ...to here to internalize sbitmap element access.
30062         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
30063         Explain why basic-block.h is included.
30064         * function.h: Include tm.h for CUMULATIVE_ARGS.
30065         * Makefile.in: Update dependencies.
30067 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
30069         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
30070         New core types.
30071         * sbitmap.h (struct sbitmap_def): Do not typedef here.
30072         * sbitmap.c: Include sbitmap.h.
30073         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
30074         hard-reg-set.h.  Split everything related to regsets out from here...
30075         * regset.h: ...to here.  New file.
30076         * df.h: Include regset.h and sbitmap.h.
30077         * tree-flow.h: Likewise.
30078         * cfgloop.h: Likewise.
30079         * except.h: Do not include sbitmap.h.  Include hashtab.h.
30080         * cgraph.h: Include vec.h and function.h.
30081         * reload.h (struct insn_chain): Change types of live_throughout
30082         and dead_or_set from regset_head to bitmap_head.
30083         (compute_use_by_pseudos): Be defined also if regset.h is not included.
30084         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
30085         spilled_regs from regset_head to bitmap_head to avoid dependency
30086         in regset.h.
30087         * sel-sched-ir.h: Include regset.h.
30088         * reload.c: Include df.h before reload.h.
30089         * caller-save.c: Likewise.
30090         * reload1.c: Likewise.
30091         * ira.c: Likewise.
30092         (mark_elimination): Update type of r to bitmap, consistent with
30093         DF_LR_IN.
30094         * dominance.c: Include bitmap.h.
30095         * modulo-sched.c: Include df.h.
30096         * cfganal.c: Include bitmap.h and sbitmap.h.
30097         * cfgbuild.c: Include sbitmap.h.
30098         * lcm.c: Include sbitmap.h.
30099         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
30100         * domwalk.c: Include sbitmap.h, exclude ggc.h.
30101         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
30102         * cselib.c: Include bitmap.h.
30103         * tree-optimize.c: Include regset.h.
30104         * stmt.c: Include bitmap.h.
30105         * Makefile.in: Update dependencies.
30107 2010-05-22  Jan Hubicka  <jh@suse.cz>
30109         * cgraph.h (struct varpool_node): Add same_comdat_group.
30110         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
30111         pointer.
30112         (output_varpool): Update call of lto_output_varpool_node.
30113         (input_varpool): Read same_comdat_group pointer.
30114         (input_varpool_1): Fixup same_comdat_group pointer.
30115         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
30116         group is needed, all are.
30117         * varpool.c (varpool_remove_node): Remove node from same comdat group
30118         linklist too.
30119         (varpool_analyze_pending_decls): Walk same comdat groups.
30121 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
30123         * rtl.h (union rtunion_def): Remove rt_bit member.
30124         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
30125         * print-rtl (print_rtx): Do not print the member.
30126         * gengtype.c (adjust_field_rtx_def): Do not handle it.
30127         * gengenrtl.c (type_from_format): Likewise.
30128         (accessor_from_format): Likewise.
30130 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
30132         * dbgcnt.c: Include toplev.h instead of errors.h.
30133         * ira-emit.c: Don't include errors.h.
30134         * ira.c: Include toplev.h instead of errors.h.
30135         * lto-compress.c: Include toplev.h instead of errors.h.
30136         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
30137         ira.o, dbgcnt.o): Update dependencies.
30139 2010-05-22  Richard Guenther  <rguenther@suse.de>
30141         * gimple.c (gimple_types_compatible_p): Check type qualifications
30142         before merging pointer to complete and pointer to incomplete type.
30143         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
30144         we use our own resolution algorithm.  The gold linker plugin
30145         doesn't do the job we want it to do here.
30147 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
30149         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
30150         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
30151         (sparc_mode_dependent_address_p): New function.
30153 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
30155         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
30157         * timevar.c: Do not include any core headers.
30158         (timevar_print): De-i18n-ize.
30159         (print_time): Likewise.
30160         * timevar.h (timevar_push, timevar_pop): Make inline functions.
30162 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
30164         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
30165         langhooks-def.h.
30166         (diagnostic_initialize): Initialize x_data not last_function.
30167         (diagnostic_report_current_function): Move to tree-diagnostic.c.
30168         (default_diagnostic_starter): Call
30169         diagnostic_report_current_module not
30170         diagnostic_report_current_function.
30171         (diagnostic_report_diagnostic): Initialize x_data not
30172         abstract_origin.
30173         (verbatim): Likewise.
30174         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
30175         x_data.
30176         (struct diagnostic_context): Change last_function to x_data.
30177         (diagnostic_auxiliary_data): Replace with
30178         diagnostic_context_auxiliary_data and
30179         diagnostic_info_auxiliary_data.
30180         (diagnostic_last_function_changed, diagnostic_set_last_function,
30181         diagnostic_report_current_function): Move to tree-diagnostic.h.
30182         (print_declaration, dump_generic_node, print_generic_stmt,
30183         print_generic_stmt_indented, print_generic_expr,
30184         print_generic_decl, debug_c_tree, dump_omp_clauses,
30185         print_call_name, debug_generic_expr, debug_generic_stmt,
30186         debug_tree_chain, default_tree_printer): Move to
30187         tree-pretty-print.h.
30188         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
30189         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
30190         gimple-pretty-print.h.
30191         * pretty-print.c: Don't include tree.h
30192         (pp_base_format): Don't handle %K here.
30193         (pp_base_tree_identifier): Move to tree-pretty-print.c.
30194         * pretty-print.h (text_info): Change abstract_origin to x_data.
30195         (pp_tree_identifier, pp_unsupported_tree,
30196         pp_base_tree_identifier): Move to tree-pretty-print.h.
30197         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
30198         tree-pretty-print.h: New files.
30199         * tree-pretty-print.c: Include tree-pretty-print.h.
30200         (percent_K_format): New.  Moved from pretty-print.c.
30201         (pp_base_tree_identifier): Move from pretty-print.c.
30202         * c-objc-common.c: Include tree-pretty-print.h.
30203         (c_tree_printer): Handle %K here.
30204         * langhooks.c: Include tree-diagnostic.h.
30205         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
30206         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
30207         (default_tree_printer): Handle %K using percent_K_format.
30208         (general_init): Use default_tree_diagnostic_starter.
30209         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
30210         (free_lang_data): Use default_tree_diagnostic_starter.
30211         * c-pretty-print.c: Include tree-pretty-print.h.
30212         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
30213         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
30214         * dwarf2out.c: Include tree-pretty-print.h.
30215         * except.c: Include tree-pretty-print.h.
30216         * gimple-pretty-print.c: Include tree-pretty-print.h and
30217         gimple-pretty-print.h.
30218         * gimplify.c: Include tree-pretty-print.h.
30219         * graphite-poly.c: Include tree-pretty-print.h and
30220         gimple-pretty-print.h.
30221         * ipa-cp.c: Include tree-pretty-print.h.
30222         * ipa-inline.c: Include gimple-pretty-print.h.
30223         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
30224         * ipa-pure-const.c: Include gimple-pretty-print.h.
30225         * ipa-struct-reorg.c: Include tree-pretty-print.h and
30226         gimple-pretty-print.h.
30227         * ipa-type-escape.c: Include tree-pretty-print.h.
30228         * print-rtl.c: Include tree-pretty-print.h.
30229         * print-tree.c: Include gimple-pretty-print.h.
30230         * sese.c: Include tree-pretty-print.h.
30231         * tree-affine.c: Include tree-pretty-print.h.
30232         * tree-browser.c: Include tree-pretty-print.h.
30233         * tree-call-cdce.c: Include gimple-pretty-print.h.
30234         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
30235         * tree-chrec.c: Include tree-pretty-print.h.
30236         * tree-data-ref.c: Include tree-pretty-print.h and
30237         gimple-pretty-print.h.
30238         * tree-dfa.c: Include tree-pretty-print.h.
30239         * tree-if-conv.c: Include tree-pretty-print.h and
30240         gimple-pretty-print.h.
30241         * tree-inline.c: Include tree-pretty-print.h.
30242         * tree-into-ssa.c: Include tree-pretty-print.h and
30243         gimple-pretty-print.h.
30244         * tree-nrv.c: Include tree-pretty-print.h.
30245         * tree-object-size.c: Include tree-pretty-print.h and
30246         gimple-pretty-print.h.
30247         * tree-outof-ssa.c: Include tree-pretty-print.h and
30248         gimple-pretty-print.h.
30249         * tree-parloops.c: Include tree-pretty-print.h and
30250         gimple-pretty-print.h.
30251         * tree-predcom.c: Include tree-pretty-print.h and
30252         gimple-pretty-print.h.
30253         * tree-scalar-evolution.c: Include tree-pretty-print.h and
30254         gimple-pretty-print.h.
30255         * tree-sra.c: Include tree-pretty-print.h.
30256         * tree-ssa-address.c: Include tree-pretty-print.h.
30257         * tree-ssa-alias.c: Include tree-pretty-print.h.
30258         * tree-ssa-ccp.c: Include tree-pretty-print.h and
30259         gimple-pretty-print.h.
30260         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
30261         * tree-ssa-copy.c: Include tree-pretty-print.h and
30262         gimple-pretty-print.h.
30263         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
30264         * tree-ssa-dce.c: Include tree-pretty-print.h and
30265         gimple-pretty-print.h.
30266         * tree-ssa-dom.c: Include tree-pretty-print.h and
30267         gimple-pretty-print.h.
30268         * tree-ssa-dse.c: Include gimple-pretty-print.h.
30269         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
30270         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
30271         * tree-ssa-live.c: Include tree-pretty-print.h and
30272         gimple-pretty-print.h.
30273         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
30274         gimple-pretty-print.h.
30275         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
30276         gimple-pretty-print.h.
30277         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
30278         gimple-pretty-print.h.
30279         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
30280         gimple-pretty-print.h.
30281         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
30282         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
30283         * tree-ssa-operands.c: Include tree-pretty-print.h and
30284         gimple-pretty-print.h.
30285         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
30286         gimple-pretty-print.h.
30287         * tree-ssa-pre.c: Include tree-pretty-print.h and
30288         gimple-pretty-print.h.
30289         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
30290         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
30291         gimple-pretty-print.h.
30292         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
30293         gimple-pretty-print.h.
30294         * tree-ssa-sink.c: Include gimple-pretty-print.h.
30295         * tree-ssa-ter.c: Include tree-pretty-print.h and
30296         gimple-pretty-print.h.
30297         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
30298         * tree-ssa.c: Include tree-pretty-print.h and
30299         gimple-pretty-print.h.
30300         * tree-stdarg.c: Include gimple-pretty-print.h.
30301         * tree-switch-conversion.c: Include gimple-pretty-print.h.
30302         * tree-tailcall.c: Include tree-pretty-print.h and
30303         gimple-pretty-print.h.
30304         * tree-vect-data-refs.c: Include tree-pretty-print.h and
30305         gimple-pretty-print.h.
30306         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
30307         gimple-pretty-print.h.
30308         * tree-vect-loop.c: Include tree-pretty-print.h and
30309         gimple-pretty-print.h.
30310         * tree-vect-patterns.c: Include gimple-pretty-print.h.
30311         * tree-vect-slp.c: Include tree-pretty-print.h and
30312         gimple-pretty-print.h.
30313         * tree-vect-stmts.c: Include tree-pretty-print.h and
30314         gimple-pretty-print.h.
30315         * tree-vectorizer.c: Include tree-pretty-print.h.
30316         * tree-vrp.c: Include tree-pretty-print.h and
30317         gimple-pretty-print.h.
30318         * value-prof.c: Include tree-pretty-print.h and
30319         gimple-pretty-print.h.
30320         * var-tracking.c: Include tree-pretty-print.h.
30321         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
30322         (tree-diagnostic.o): New dependencies.
30323         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
30324         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
30325         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
30326         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
30327         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
30328         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
30329         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
30330         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
30331         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
30332         tree-ssa-address.o, tree-ssa-loop-niter.o,
30333         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
30334         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
30335         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
30336         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
30337         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
30338         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
30339         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
30340         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
30341         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
30342         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
30343         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
30344         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
30345         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
30346         tree-switch-conversion.o, var-tracking.o, value-prof.o,
30347         cfgexpand.o, pretty-print.o): Update dependencies.
30349 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
30351         * tree-ssa-structalias.c: Remove tm_p.h from include.
30353 2010-05-21  Jeff Law  <law@redhat.com>
30355         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
30357 2010-05-21  Jason Merrill  <jason@redhat.com>
30359         * tree-eh.c (cleanup_is_dead_in): New.
30360         (lower_try_finally): Don't generate a dead cleanup region.
30361         (lower_cleanup): Likewise.
30363 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
30365         PR debug/44223
30366         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
30367         unchain each use from the cyclic next_regno_use chain first.
30369 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
30371         * real: Do not include gmp.h, mpfr.h, and mpc.h.
30372         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
30373         (real_value_negate, real_value_abs): New prototypes.
30374         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
30375         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
30376         new include file for interface between MPFR and REAL_VALUE_TYPE.
30377         * real.c: Include realmpfr.h.
30378         (real_arithmetic2): Remove legacy function.
30379         (real_value_negate): New.
30380         (real_value_abs): New.
30381         (mfpr_from_real, real_from_mpfr): Move from here...
30382         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
30383         * builtins.c: Include realmpfr.h.
30384         * fold-const.c: Include realmpfr.h.
30385         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
30386         (fold_negate_const): Likewise.
30387         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
30388         * toplev.c: Include realmpfr.h.
30389         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
30390         and real_value_negate.
30391         * fixed-value.c (check_real_for_fixed_mode): Likewise.
30392         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
30393         (vfp3_const_double_index): Likewise.
30394         (arm_print_operand): Likewise.
30395         * Makefile.in: Update dependencies.
30397 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30399         * config/s390/s390.c (override_options): Increase the default
30400         of max-completely-peel-times.
30402 2010-05-21  Julian Brown  <julian@codesourcery.com>
30403             Mark Mitchell  <mark@codesourcery.com>
30405         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
30406         sibling calls for Thumb-1.
30407         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
30408         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
30409         Thumb-2.
30410         (*call_insn, *call_value_insn): Don't use for Thumb-2.
30411         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
30412         for Thumb-2.
30413         (return): New expander.
30414         (*arm_return): New name for ARM return insn.
30415         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
30417 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
30419         * config.gcc (sparc64-*-rtems*): New target.
30421 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
30423         * tree.c (build_function_decl_skip_args): Fix grammar.
30424         (build_function_type_list_1): Fix typos, adjust formatting.
30426 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
30428         * tree.h: Include real.h and fixed-value.h as basic datatypes.
30429         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
30430         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
30431         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
30432         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
30433         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
30434         tree-pretty-print.c, tree-loop-distribution.c,
30435         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
30436         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
30437         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
30438         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
30439         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
30440         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
30441         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
30442         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
30443         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
30444         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
30445         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
30446         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
30447         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
30448         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
30449         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
30450         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
30451         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
30452         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
30453         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
30454         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
30455         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
30456         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
30457         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
30458         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
30459         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
30460         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
30461         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
30462         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
30463         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
30464         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
30465         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
30466         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
30467         config/score/score7.c, config/score/score.c, config/arm/arm.c,
30468         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
30469         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
30470         config/bfin/bfin.c: Clean up redundant includes.
30471         * Makefile.in: Update accordingly.
30473 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
30475         PR middle-end/44204
30476         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
30477         statement has no arguments.
30479 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
30481         PR/44139
30482         * varasm.c (emutls_decl): Merge attributes to new decl.
30484 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
30486         PR middle-end/44101
30487         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
30488         around the uniquized constructor if its type requires a conversion.
30490 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
30492         PR debug/44205
30493         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
30494         at -O0 goto_locus of any of the incoming edges differs from
30495         goto_locus of outgoing edge, or gimple_location of any of the
30496         labels differs.
30498 2009-09-14  Vladimir Makarov  <vmakarov@redhat.com>
30500         * ira.c (ira_non_ordered_class_hard_regs): Define.
30501         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
30502         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
30503         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
30504         cost of unaligned hard regs when allocating multi-reg pseudos.
30506 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
30508         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
30509         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
30510         for TARGET_NO_FLOAT.
30511         * config/mips/mips.c (mips_file_start): Expand conditional expression
30512         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
30513         (mips_override_options): Move -mno-float override -msoft-float and
30514         -mhard-float.
30515         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
30516         Condition(TARGET_SUPPORTS_NO_FLOAT).
30517         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
30518         __mips_no_float here.
30519         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
30520         (TARGET_SUPPORTS_NO_FLOAT): Define.
30521         * config/mips/sdemtk.opt: Delete.
30523 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
30525         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
30527 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
30529         PR target/43733
30530         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
30531         * configure: Regenerate.
30532         * config.in: Regenerate.
30533         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
30534         instead of sahf only for 64bit targets.
30536 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
30538         PR debug/44178
30539         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
30540         setup_ref_regs for DEBUG_INSNs.
30542 2010-05-20  Jan Hubicka  <jh@suse.cz>
30544         PR middle-end/44197
30545         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
30547 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
30549         PR bootstrap/43870
30550         * df-scan.c (df_ref_compare): Stabilize sort.
30552 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
30554         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
30555         argument.  Don't use DW_OP_piece if offset is non-zero,
30556         put offset into second DW_OP_bit_piece argument.
30557         (dw_sra_loc_expr): Adjust callers.  For memory expressions
30558         compute offset.
30560 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
30562         PR target/44202
30563         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
30564         settings for 16-bit-constant "addo" alternative.
30566 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
30568         * config/mips/mips-dsp.md (add<DSPV:mode>3,
30569         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
30571         PR target/43764
30572         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
30573         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
30574         Use it.
30576 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
30578         * diagnostic.c (FLOAT, FFS): Don't undefine.
30579         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
30580         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
30581         include ordering.
30583 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
30585         * combine.c (propagate_for_debug): Call make_compound_operation
30586         on the source value.
30587         (try_combine): When implementing a split chosen by find_split_point,
30588         either copy i2src or set it to null.  Assert that i2src is not null
30589         before substituting into CALL_INSN_FUNCTION_USAGE.
30591 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
30593         * double-int.h (double_int_ior): New function.
30594         * tree.h (build_int_cst_wide_type): Remove.
30595         * tree.c (build_int_cst_wide_type): Remove.
30596         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
30597         of build_int_cst_wide_type.
30598         * stor-layout.c (set_sizetype): (Ditto.).
30599         * dojump.c (do_jump): Use build_int_cstu instead of
30600         build_int_cst_wide_type.
30602 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
30604         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
30605         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
30606         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
30607         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
30608         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
30609         propagate the 'data' argument to copy_tree_r.
30610         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
30611         Propagate 'data' argument to walk_tree.
30612         (copy_if_shared): New function.
30613         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
30614         (unmark_visited): New function.
30615         (unshare_body): Call copy_if_shared instead of doing it manually.
30616         (unvisit_body): Call unmark_visited instead of doing it manually.
30618 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
30620         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
30621         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
30622         * hooks.c: Likewise.
30623         * target-def.h (TARGET_FOLD_BUILTIN): Define to
30624         hook_tree_tree_int_treep_bool_null.
30625         * target.h (struct gcc_target): Update signature of fold_builtin
30626         field.
30627         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
30628         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
30629         instead of the call expression.
30630         (fold_builtin_call_array): Pass n and argarray directly.
30631         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
30632         consing a list.
30633         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
30634         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
30635         `i' and use it in place of `arity'.
30636         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
30637         Dereference `args' directly.
30638         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
30640 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30642         * doc/sourcebuild.texi (Effective-Target Keywords): Document
30643         3dnow, sse3, sse2.
30644         (Directives): Document optional dg-require-effective-target
30645         selector.
30647 2010-05-19  Richard Guenther  <rguenther@suse.de>
30649         PR lto/44196
30650         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
30652 2010-05-19  Richard Guenther  <rguenther@suse.de>
30654         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
30655         * common.opt (fwhopr=): New.
30656         * opts.c (common_handle_option): Handle OPT_fwhopr.
30657         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
30658         * collect2.c (main): Match -fwhopr*.
30659         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
30660         Execute ltrans stage in parallel when jobs is bigger than 1.
30662 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30664         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
30665         pentiumpro on Solaris 8/x86 with Sun as.
30666         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
30667         hidden alias bug.
30668         (gcc_cv_as_ix86_quad): Check for .quad directive.
30669         * configure: Regenerate.
30670         * config.in: Regenerate.
30671         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
30673 2010-05-19  Martin Jambor  <mjambor@suse.cz>
30675         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
30676         also for indirect edges.  Actual printing moved...
30677         (ipa_print_node_jump_functions_for_edge): ...here.
30678         (ipa_compute_jump_functions): Renamed to
30679         ipa_compute_jump_functions_for_edge and made static.
30680         (ipa_compute_jump_functions): New function.
30681         (make_edge_direct_to_target): Check if the number of arguments on
30682         the newly direct edge is the same as the number of parametrs of
30683         the callee.
30684         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
30685         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
30686         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
30687         analysis functions unconditionally, call the new
30688         ipa_analyze_params_uses on the node instead of every edge.
30690 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
30692         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
30693         to tree.
30694         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
30695         also checks for a constant int vs.  non-constant but
30696         loop-invariant steps.
30697         (find_or_create_group): Change the sort algorithm to only consider
30698         steps that are constant ints.
30699         (idx_analyze_ref): Adopt code to handle a tree instead of a
30700         HOST_WIDE_INT for step.
30701         (gather_memory_references_ref): Handle tree instead of int and be
30702         prepared to see a NULL_TREE.
30703         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
30704         prefetches if the step cannot be calculated at compile time.
30705         (issue_prefetch_ref): Issue prefetches for non-constant but
30706         loop-invariant steps.
30708 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
30710         Revert:
30711         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
30713         * tree.h (build_call_list): Remove.
30714         * tree.c (build_call_list): Remove.
30716 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
30718         * tree.h (build_call_list): Remove.
30719         * tree.c (build_call_list): Remove.
30721 2010-05-18  Jan Hubicka  <jh@suse.cz>
30723         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
30725 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
30727         PR rtl-optimization/43332
30728         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
30730 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
30732         * tree.h (build_int_cstu): Implement as static inline.
30733         * tree.c (build_int_cstu): Remove function.
30734         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
30735         sign extended.
30737 2010-05-18  Richard Guenther  <rguenther@suse.de>
30739         PR lto/44143
30740         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
30741         (debug): Initialize from -save-temps.
30742         (collect_execute): Print command-line when verbose.
30743         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
30744         for ltrans invocation.  Produce -dumpbase flag again.
30745         (process_args): Remove.
30746         (main): Simplify.
30747         * collect2.c (maybe_run_lto_and_relink): Only pass object
30748         files to lto-wrapper.
30749         * gcc.c (LINK_COMMAND_SPEC): Likewise.
30751 2010-05-18  Jan Hubicka  <jh@suse.cz>
30753         * opts.c (decode_options): Do not disable whopr at ipa_cp.
30754         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
30756 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
30758         PR lto/44184
30759         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
30760         in a GIMPLE_ASM.
30761         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
30762         in a GIMPLE_ASM.
30764 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
30766         PR debug/41371
30767         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
30768         rtx_equal_p inline.
30770 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
30772         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
30773         lto-macho as lto_binary_reader.
30775         * darwin.c (darwin_asm_named_section): Do not add assembler comment
30776         after .section directive; just print it before the directive instead.
30778 2010-05-17  Jan Hubicka  <jh@suse.cz>
30780         * cgraph.c (cgraph_create_virtual_clone): Only check
30781         versionable_function_p when not in wpa and checking is enabled.
30782         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
30783         there are no more functions to materialize.
30785 2010-05-17  Jan Hubicka  <jh@suse.cz>
30787         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
30788         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
30789         New functions.
30790         (output_cgraph): Call output_cgraph_opt_summary.
30791         (input_cgrpah): Call input_cgraph_opt_summary.
30792         (output_cgraph_opt_summary_p, output_node_opt_summary,
30793         input_node_opt_summary, input_cgraph_opt_section): New functions.
30794         * lto-section-in.c (lto_section_name): Add cgraphopt.
30795         * tree-inline.c (tree_function_versioning): Handle parm_num.
30796         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
30797         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
30799 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
30801         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
30802         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
30803         the insn to prefetch ratio heuristic to loops with known trip count.
30805 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
30807         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
30808         (schedule_prefetches): Do not generate a prefetch if the unroll factor
30809         is far from what is required by the prefetch.
30811 2010-05-17  Jan Hubicka  <jh@suse.cz>
30813         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
30814         (ipcp_estimate_growth): Likewise.
30815         (ipcp_const_param_count): Likewise.
30816         (ipcp_insert_stage): Likewise.
30817         * ipa-prop.c (visit_load_for_mod_analysis): New function.
30818         (visit_store_addr_for_mod_analysis): Set used flag.
30819         (ipa_detect_param_modifications): Set used flag for SSE params;
30820         update use of walk_stmt_load_store_addr_ops.
30821         (ipa_print_node_params): Print used flag.
30822         (ipa_write_node_info): Stream used flag.
30823         (ipa_read_node_info): Likewise.
30824         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
30825         (ipa_is_param_used): New function.
30826         (lto_ipa_fixup_call_notes): Remove unused declaration.
30828 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30830         PR target/44074
30831         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
30832         * configure: Regenerate.
30833         * config.in: Regenerate.
30834         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
30835         !HAVE_AS_IX86_REP_LOCK_PREFIX.
30836         Don't emit whitespace.
30837         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
30838         (*rep_movsi): Likewise.
30839         (*rep_movsi_rex64): Likewise.
30840         (*rep_movqi): Likewise.
30841         (*rep_movqi_rex64): Likewise.
30842         (*rep_stosdi_rex64): Likewise.
30843         (*rep_stossi): Likewise.
30844         (*rep_stossi_rex64): Likewise.
30845         (*rep_stosqi): Likewise.
30846         (*rep_stosqi_rex64): Likewise.
30847         (*cmpstrnqi_nz_1): Use {%;} after repz.
30848         (*cmpstrnqi_nz_rex_1): Likewise.
30849         (*cmpstrnqi_1): Likewise.
30850         (*cmpstrnqi_rex_1): Likewise.
30851         (*strlenqi_1): Use {%;} after repnz.
30852         (*strlenqi_rex_1): Likewise.
30853         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
30854         (*sync_compare_and_swap<mode>): Likewise.
30855         (sync_double_compare_and_swap<mode>): Likewise.
30856         (*sync_double_compare_and_swapdi_pic): Likewise.
30857         (sync_old_add<mode>): Likewise.
30858         (sync_add<mode>): Likewise.
30859         (sync_sub<mode>): Likewise.
30860         (sync_<code><mode>): Likewise.
30862 2010-05-17  Martin Jambor  <mjambor@suse.cz>
30864         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
30865         otr_token and polymorphic.
30866         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
30867         (cgraph_clone_edge): Copy the above fields.
30868         * tree.c (get_binfo_at_offset): New function.
30869         * tree.h (get_binfo_at_offset): Declare.
30870         * ipa-prop.h (enum jump_func_type): Added known_type jump function
30871         type, reordered items, updated comments.
30872         (union jump_func_value): Added base_type field, reordered fields.
30873         (enum ipa_lattice_type): Moved down in the file.
30874         (struct ipa_param_descriptor): New field polymorphic.
30875         (ipa_is_param_polymorphic): New function.
30876         * ipa-prop.c: Include gimple.h and gimple-fold.h.
30877         (ipa_print_node_jump_functions): Print known type jump functions.
30878         (compute_complex_pass_through): Renamed to...
30879         (compute_complex_assign_jump_func): this.
30880         (compute_complex_ancestor_jump_func): New function.
30881         (compute_known_type_jump_func): Likewise.
30882         (compute_scalar_jump_functions): Create known type and complex ancestor
30883         jump functions.
30884         (ipa_note_param_call): New parameter polymorphic, set the corresponding
30885         flag in the call note accordingly.
30886         (ipa_analyze_call_uses): Renamed to...
30887         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
30888         variable var only in the block where it is used.
30889         (ipa_analyze_virtual_call_uses): New function.
30890         (ipa_analyze_call_uses): Likewise.
30891         (combine_known_type_and_ancestor_jfs): Likewise.
30892         (update_jump_functions_after_inlining): Implemented handling of a
30893         number of new jump function types combination.
30894         (print_edge_addition_message): Removed.
30895         (make_edge_direct_to_target): New function.
30896         (try_make_edge_direct_simple_call): Likewise.
30897         (try_make_edge_direct_virtual_call): Likewise.
30898         (update_call_notes_after_inlining): Renamed to...
30899         (update_indirect_edges_after_inlining): this.  Moved edge creation for
30900         indirect calls to try_make_edge_direct_simple_call, also calls
30901         try_make_edge_direct_virtual_call for virtual calls.
30902         (ipa_print_node_params): Changed the header message.
30903         (ipa_write_jump_function): Stream also known type jump functions.
30904         (ipa_read_jump_function): Likewise.
30905         (ipa_write_indirect_edge_info): Stream new fields in
30906         cgraph_indirect_call_info.
30907         (ipa_read_indirect_edge_info): Likewise.
30908         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
30909         GIMPLE_FOLD_H.
30911 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30913         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
30915 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
30917         * tree.h (CALL_EXPR_ARGS): Delete.
30918         (call_expr_arglist): Delete.
30919         * tree.c (call_expr_arglist): Delete.
30920         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
30921         targetm.fold_builtin.
30922         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
30923         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
30924         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
30925         arglist parameter.  Use CALL_EXPR_ARG.
30926         (picochip_expand_builtin_3op): Likewise.
30927         (picochip_expand_builtin_2opvoid): Likewise.
30928         (picochip_expand_array_get): Likewise.
30929         (picochip_expand_array_put): Likewise.
30930         (picochip_expand_array_testport): Likewise.
30931         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
30932         rather than arglist.
30933         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
30934         CALL_EXPR_ARGS.
30935         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
30936         than TREE_VALUE and TREE_CHAIN.
30937         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
30938         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
30939         the arglist.
30941 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
30943         PR bootstrap/42347
30944         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
30945         to have no fallthru edge.
30947         PR middle-end/44102
30948         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
30949         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
30950         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
30951         add BARRIER after previous bb if needed.
30953 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
30955         * tree.c (build_function_type_list_1): Remove bogus assert condition.
30957 2010-05-17  Alan Modra  <amodra@gmail.com>
30959         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
30960         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
30961         with copy_reg rtx param.
30962         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
30963         Correct cases where code for ABI_V4 did not initialise the reg
30964         used to access frame.  Also leave frame_reg_rtx as sp for large
30965         frames that save no regs.
30967 2010-05-17  Martin Jambor  <mjambor@suse.cz>
30969         PR middle-end/44133
30970         * tree-sra.c (create_access_replacement): New parameter rename, mark
30971         the replaement for renaming only when it is true.
30972         (get_access_replacement): Pass true in the rename parameter of
30973         create_access_replacement.
30974         (get_unrenamed_access_replacement): New function.
30975         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
30976         replacement declaration from it.
30978 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
30980         * function.c (try_fit_stack_local, add_frame_space): New static
30981         functions.
30982         (assign_stack_local_1): Use them.  Look for opportunities to use
30983         space previously wasted on alignment.
30984         * function.h (struct frame_space): New.
30985         (struct rtl_data): Add FRAME_SPACE_LIST member.
30986         * reload1.c (something_was_spilled): New static variable.
30987         (alter_reg): Set it.
30988         (reload): Test it in addition to testing if the frame size changed.
30990 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
30992         * config/s390/s390.c: Define sane prefetch settings and activate
30993         flag_prefetch_loop_arrays on -O3.
30994         * config/s390/s390.h: Declare that read can use write prefetch.
30996 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
30998         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
30999         build.
31001 2010-05-16  Jan Hubicka  <jh@suse.cz>
31003         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
31004         function body; do not check stdarg field of struct function.
31006 2010-05-16  Jan Hubicka  <jh@suse.cz>
31008         * cgraph.c (dump_cgraph_node): Dump versionable flag.
31009         * cgraph.h (cgraph_local_info): Add versionable flag.
31010         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
31011         (ipcp_versionable_function_p): Use it.
31012         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
31013         versionable flag.
31015 2010-05-16  Jan Hubicka  <jh@suse.cz>
31017         * cgraph.c (cgraph_clone_node): Take decl argument and insert
31018         clone into hash when it is different from orig.
31019         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
31020         * cgraph.h (cgraph_clone_node): Update prototype.
31021         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
31022         (lto_cgraph_encoder_delete): Delete body map.
31023         (lto_cgraph_encoder_size): Move to header.
31024         (lto_cgraph_encoder_encode_body_p,
31025         lto_set_cgraph_encoder_encode_body): New.
31026         (lto_output_node): Do not take written_decls argument; output clone_of
31027         pointer.
31028         (add_node_to): Add include_body_argument; call
31029         lto_set_cgraph_encoder_encode_body on master of the clone.
31030         (add_references): Update use of add_node_to.
31031         (compute_ltrans_boundary): Likewise.
31032         (output_cgraph): Do not create written_decls bitmap.
31033         (input_node): Take nodes argument; stream in clone_of correctly.
31034         (input_cgraph_1): Update use of input_node.
31035         * lto-streamer-out.c (lto_output): Use encoder info to decide
31036         what bodies to output.
31037         * ipa-inline.c (cgraph_clone_inlined_nodes,
31038         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
31039         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
31040         (lto_cgraph_encoder_size): Define here.
31041         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
31042         Declare.
31044 2010-05-16  Richard Guenther  <rguenther@suse.de>
31046         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
31047         -fipa-type-escape.
31048         * ipa-type-escape.c (gate_type_escape_vars): Run when
31049         -fipa-struct-reorg runs.
31050         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
31051         * common.opt (fipa-type-escape): Remove.
31053 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
31055         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
31056         (decode_options): Likewise.
31057         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
31059 2010-05-16  Jan Hubicka  <jh@suse.cz>
31061         * ipa.c (function_and_variable_visibility): Also bring local all
31062         aliases.
31064 2010-05-16  Richard Guenther  <rguenther@suse.de>
31066         * alias.c (nonoverlapping_memrefs_p): Remove use of
31067         IPA type-escape information.
31069 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
31071         * c-common.c (c_common_reswords): Add _Static_assert for C.
31072         * c-parser.c (c_token_starts_declaration,
31073         c_parser_next_token_starts_declaration,
31074         c_parser_static_assert_declaration_no_semi,
31075         c_parser_static_assert_declaration): New.
31076         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
31077         Handle static assertions if static_assert_ok.
31078         (c_parser_external_declaration, c_parser_declaration_or_fndef,
31079         c_parser_compound_statement_nostart, c_parser_label,
31080         c_parser_for_statement, c_parser_objc_methodprotolist,
31081         c_parser_omp_for_loop): All callers of
31082         c_parser_declaration_or_fndef changed.
31083         (c_parser_struct_declaration): Handle static assertions.
31084         (c_parser_compound_statement_nostart): Use
31085         c_parser_next_token_starts_declaration and
31086         c_token_starts_declaration to detect start of declarations.
31087         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
31088         Likewise.
31090 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
31092         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
31093         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
31094         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
31095         TARGET_FUNCTION_VALUE_REGNO_P): Define.
31096         (mmix_function_outgoing_value): Rename to...
31097         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
31098         (mmix_function_value_regno_p): Make static.
31099         (mmix_libcall_value): New function.
31100         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
31101         mmix_function_value_regno_p): Remove declaration.
31103 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
31105         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
31106         BUILT_IN_ALLOCA if stack checking is enabled.
31108 2010-05-16  Richard Guenther  <rguenther@suse.de>
31110         * var-tracking.c (vars_copy_1): Inline ...
31111         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
31112         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
31113         (variable_merge_over_cur): Adjust.  Merge asserts.
31114         (variable_merge_over_src): Likewise.
31115         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
31116         (variable_post_merge_new_vals): Merge asserts.
31117         (variable_post_merge_perm_vals): Likewise.
31118         (find_mem_expr_in_1pdv): Likewise.
31119         (dataflow_set_different_value): Remove.
31120         (onepart_variable_different_p): Merge asserts.
31121         (variable_different_p): Likewise.
31122         (dataflow_set_different_1): Inline ...
31123         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
31124         (emit_notes_for_differences_1): Merge asserts.
31126 2010-05-16  Richard Guenther  <rguenther@suse.de>
31128         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
31129         * optabs.c (libfunc_decl_hash): Likewise.
31130         * varasm.c (emutls_decl): Likewise.
31132 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
31134         * c-decl.c: Don't include gimple.h.
31135         (merge_decls): Do not copy gimple_body.
31137 2010-05-15  Jason Merrill  <jason@redhat.com>
31139         * c.opt: Add -fnothrow-opt.
31141 2010-05-15  Jan Hubicka  <jh@suse.cz>
31143         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
31144         analyzed.
31145         * passes.c (ipa_write_summaries): Write all analyzed nodes.
31147 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
31149         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
31150         * Makefile.in: Add it.
31151         Fix all other Makefile dependencies for changes below.
31152         * tree.h: Include it instead of defining VEC primitives here.
31153         * gimple.h: Likewise.
31154         * rtl.h: Likewise.
31155         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
31156         * except.h: Include vecir.h, break dependence on tree.h.
31158         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
31159         Move from here...
31160         * tree-iterator.c: ...to here.
31161         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
31163         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
31164         tm_p.h.
31165         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
31166         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
31167         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
31168         tree-mudflap.h, and target.h.
31169         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
31170         predict.h, tree-inline.h, gimple.h, and langhooks.h.
31171         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
31172         Add FIXME for why gimple.h is still included (should be unnecessary
31173         since GCC 4.5 gimplification unit-at-a-time).
31174         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
31175         * c-pragma.c: Add FIXME for why function.h needs to be included just
31176         for cfun, at front-end level.
31177         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
31178         Do not include ggc.h, but include vecprim.h for VEC(char).
31179         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
31180         Explain why target.h is included.
31181         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
31182         Explain why gimple.h is included.
31183         * c-ppoutput.c: Do not include tm.h.
31184         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
31185         * c-parses.c: Explain why rtl.h is included, and that this (and only
31186         this) is also why tm.h must be included.
31187         Do not include except.h.
31188         * c-lang.c: Do not include ggc.h.
31190 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
31192         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
31194 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
31196         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
31197         unions by default if those structs and unions have no tags.  Do
31198         not condition anonymous struct and unions handling on flag_iso.
31199         Allow anonymous structs and unions for C1X.
31200         (finish_struct): Do not diagnose lack of named fields when
31201         anonymous structs and unions present for C1X.  Accept flexible
31202         array members in structure with anonymous structs or unions but no
31203         directly named fields.
31204         * doc/extend.texi (Unnamed Fields): Update.
31206 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
31208         * gimple.h (compare_field_offset): Rename into...
31209         (gimple_compare_field_offset): ...this.
31210         * gimple.c (compare_field_offset): Rename into...
31211         (gimple_compare_field_offset): ...this.  Compare the full access if
31212         the offset is self-referential.
31213         (gimple_types_compatible_p): Adjust for above renaming.
31214         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
31215         DECL_NONADDRESSABLE_P flag of fields before merging them.
31217 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
31219         * tree.h (ctor_to_list): Delete.
31220         * tree.c (ctor_to_list): Delete.
31222 2010-05-15  Jan Hubicka  <jh@suse.cz>
31224         * ipa-reference.c: Include toplev.h
31225         (is_proper_for_analysis): Only add to all_module_statics
31226         if it is allocated.
31227         (write_node_summary_p, stream_out_bitmap,
31228         ipa_reference_write_optimization_summary,
31229         ipa_reference_read_optimization_summary): New.
31230         (struct ipa_opt_pass_d pass_ipa_reference): Add
31231         optimization summary streaming.
31232         * lto-cgraph.c (referenced_from_this_partition_p,
31233         reachable_from_this_partition_p): New functions.
31234         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
31235         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
31236         * opts.c (decode_options): Enable ipa_reference.
31237         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
31238         * lto-streamer.h (referenced_from_this_partition_p,
31239         reachable_from_this_partition_p): Declare.
31241 2010-05-15  Richard Guenther  <rguenther@suse.de>
31243         PR tree-optimization/44038
31244         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
31245         taking the address of a V_C_E of a constant.
31247 2010-05-14  Jan Hubicka  <jh@suse.cz>
31249         * tree.h (memory_identifier_string): Remove.
31250         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
31251         (ipa_reference_global_vars_info_d): Remove statics_not_read and
31252         statics_not_written.
31253         (ipa_reference_optimization_summary_d): New structure.
31254         (ipa_reference_optimization_summary_t): New type and vector.
31255         (ipa_reference_vars_info_d): Embedd structures instead of using
31256         pointers.
31257         (reference_vars_to_consider): Remove out of GGC space.
31258         (module_statics_escape): Remove.
31259         (global_info_obstack): Rename to ...
31260         (optimization_summary_obstack): ... this one.
31261         (initialization_status_t): Remove.
31262         (memory_identifier_string): Remove.
31263         (get_reference_vars_info): Fix indenting.
31264         (set_reference_vars_info): Likewise.
31265         (get_reference_optimization_summary): New.
31266         (set_reference_optimization_summary): New.
31267         (get_global_reference_vars_info): Remove.
31268         (ipa_reference_get_read_global): Remove.
31269         (ipa_reference_get_written_global): Remove.
31270         (ipa_reference_get_not_read_global): Update.
31271         (ipa_reference_get_not_written_global): Update.
31272         (is_proper_for_analysis): Outlaw addressable.
31273         (propagate_bits): Update for new datastructures.
31274         (analyze_variable): Remove.
31275         (init_function_info): Update for new datastructures.
31276         (clean_function_local_data): Remove.
31277         (clean_function): Remove.
31278         (copy_global_bitmap): Use optimizations_summary_obstack.
31279         (duplicate_node_data): Duplicate optimization summary only.
31280         (remove_node_data): Remove optimization summary only.
31281         (generate_summary): Do not analyze variables; do not compute
31282         module_statics_escape; do not prune solutions by it.
31283         (read_write_all_from_decl): Fix typos in comments.
31284         (propagate): Doscover readonly and nonaddressable first;
31285         update for new datastructures; share global bitmaps.
31286         * ipa-reference.h (ipa_reference_get_read_global,
31287         ipa_reference_get_written_global): Remove.
31288         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
31289         * Makefile.in: Remove ipa-refereference from GT files.
31291 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
31293         PR debug/44112
31294         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
31295         for all SYMBOL_REF_DECLs.
31297 2010-05-14  Jan Hubicka  <jh@suse.cz>
31299         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
31300         (varpool_all_refs_explicit_p): New inline function.
31301         * ipa-reference.c: Update comment.
31302         (module_statics_written): Remove.
31303         (get_static_decl): Remove.
31304         (ipa_init): Do not initialize module_statics_written.
31305         (analyze_function): Likewise.
31306         (generate_summary): Likewise; do not compute module_statics_readonly
31307         and do not update variable flags.
31308         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
31309         * ipa.c: Inlucde flags.h
31310         (cgraph_local_node_p): New.
31311         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
31312         promote functions to local.
31313         (ipa_discover_readonly_nonaddressable_vars): New function.
31314         (function_and_variable_visibility): Use cgraph_local_node_p.
31315         * varpool.c (varpool_finalize_decl): Set force_output for
31316         DECL_PRESERVE_P vars.
31318 2010-05-14  Jan Hubicka  <jh@suse.cz>
31320         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
31322 2010-05-14  Richard Guenther  <rguenther@suse.de>
31324         PR tree-optimization/44119
31325         * tree-ssa-pre.c (eliminate): Properly mark replacement of
31326         a PHI node necessary.
31328 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
31330         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
31332 2010-05-14  Jason Merrill  <jason@redhat.com>
31334         PR c++/44127
31335         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
31336         (gimple_call_set_nothrow): New.
31337         * gimple.c (gimple_build_call_from_tree): Call it.
31338         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
31340         PR c++/44127
31341         * gimplify.c (gimplify_seq_add_stmt): No longer static.
31342         * gimple.h: Declare it.
31343         * gimple.c (gimple_build_eh_filter): No ops.
31345 2010-05-14  Jan Hubicka  <jh@suse.cz>
31347         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
31348         nodes already in queue.
31349         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
31350         re-enqueueing node.
31352 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
31354         PR debug/44136
31355         * cfgexpand.c (expand_debug_expr): If non-memory op0
31356         has BLKmode, return NULL.
31358 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
31360         * config.gcc: Add support for --with-cpu option for bdver1.
31361         * config/i386/i386.h (TARGET_BDVER1): New macro.
31362         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
31363         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
31364         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
31365         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
31366         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
31367         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
31368         (processor_type): Add PROCESSOR_BDVER1.
31369         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
31370         processor_type in config/i386/i386.h.
31371         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
31372         movaps <reg, reg> instead of movapd <reg, reg> when replacing
31373         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
31374         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
31375         to emit packed xor instead of packed double/packed integer
31376         xor for SSE and AVX when moving a zero value.
31377         * config/i386/sse.md: Add check for
31378         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
31379         movapd/movdqa for SSE and AVX.
31380         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
31381         single logical operations i.e and, or and xor instead of packed double
31382         logical operations for SSE and AVX.
31383         * config/i386/i386-c.c (ix86_target_macros_internal):
31384         Add PROCESSOR_BDVER1.
31385         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
31386         (has_fma4, has_xop): New.
31387         * config/i386/i386.c (bdver1_cost): New variable.
31388         (m_BDVER1): New macro.
31389         (m_AMD_MULTIPLE): Add m_BDVER1.
31390         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
31391         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
31392         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
31393         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
31394         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
31395         x86_tune_sse_partial_reg_dependency,
31396         x86_tune_sse_unaligned_load_optimal,
31397         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
31398         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
31399         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
31400         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
31401         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
31402         Enable/disable for bdver1.
31403         (processor_target_table): Add bdver1_cost.
31404         (cpu_names): Add bdver1.
31405         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
31406          processor_alias_table.
31407         (ix86_expand_vector_move_misalign): Change.
31408         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
31409         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
31410         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
31411         of movupd/movdqu for SSE and AVX.
31412         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
31413         (ix86_tune_adjust_cost): Add code for bdver1.
31414         (standard_sse_constant_opcode): Add check for
31415         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
31416         of packed double xor for SSE and AVX.
31418 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
31420         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
31421         result to unsigned.
31423 2010-05-14  Tristan Gingold  <gingold@adacore.com>
31425         * toplev.c (default_debug_hooks): Remove this variable.
31426         (process_options): Remove assignments to default_debug_hooks.
31428 2010-05-14  Martin Jambor  <mjambor@suse.cz>
31430         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
31431         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
31432         * langhooks.h (struct lang_hooks_for_decls): Removed field
31433         fold_obj_type_ref.
31434         * tree.c (free_lang_data): Remove assignment to
31435         lang_hooks.fold_obj_type_ref.
31436         * tree.def (OBJ_TYPE_REF): Update comment.
31438 2010-05-14  Richard Guenther  <rguenther@suse.de>
31440         PR tree-optimization/44124
31441         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
31443 2010-05-14  Alan Modra  <amodra@gmail.com>
31445         PR target/44075
31446         * config/rs6000/rs6000.c (struct machine_function): Reorder
31447         fields for better packing.  Add lr_save_state.
31448         (rs6000_ra_ever_killed): Return lr_save_state if set.
31449         (rs6000_emit_eh_reg_restore): Set lr_save_state.
31451 2010-05-13  Jan Hubicka  <jh@suse.cz>
31453         * varpool.c (decide_is_variable_needed): Drop code checking
31454         TREE_SYMBOL_REFERENCED.
31456 2010-05-13  Jan Hubicka  <jh@suse.cz>
31458         * final.c (output_addr_const): Do not call mark_decl_referenced.
31459         * cgraphunit.c (process_function_and_variable_attributes): Use
31460         mark_needed_node dirrectly.
31461         (assemble_thunk): Do not call mark_decl_referenced.
31463 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
31465         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
31467 2010-05-13  Jeff Law  <law@redhat.com>
31469         * ira-conflicts.c (print_allocno_conflicts): New function broken out
31470         from...
31471         (print_conflicts): Call print_allocno_conflicts.
31473 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
31475         PR debug/44104
31476         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
31477         if it is NULL.
31479 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
31481         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
31482         t-mingw-w64 or t-mingw-w32 for multilib configuration.
31483         * config/i386/t-mingw-w32: New.
31484         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
31486 2010-05-13  Martin Jambor  <mjambor@suse.cz>
31488         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
31489         gimple-fold.c).
31490         * gimple-fold.c (get_base_binfo_for_type): New function.
31491         (gimple_get_relevant_ref_binfo): Likewise.
31492         (gimple_fold_obj_type_ref_known_binfo): Likewise.
31493         (gimple_fold_obj_type_ref): Likewise.
31494         (fold_gimple_call): Simplify condition for folding virtual calls
31495         and call gimple_fold_obj_type_ref.
31496         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
31497         (gimple_fold_obj_type_ref_known_binfo): Likewise.
31499 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
31501         * config/rs6000/rs6000-protos.h
31502         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
31503         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
31504         (rs6000_debug_mode_dependent_address)
31505         (rs6000_mode_dependent_address_ptr): Likewise.
31507 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
31509         PR debug/43983
31510         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
31511         by SRA.
31512         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
31513         * tree-sra.c (create_access_replacement): Call unshare_expr before
31514         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
31515         * dwarf2out.c: Include tree-flow.h.
31516         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
31517         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
31518         Handle DW_OP_bit_piece.
31519         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
31520         construct_piece_list, adjust_piece_list): New functions.
31521         (add_var_loc_to_decl): Handle SRA optimized variables.
31522         Adjust for var_loc_note to loc field renaming.
31523         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
31524         in VAR_LOCATION note.
31525         (new_loc_descr_op_bit_piece): New function.
31526         (dw_sra_loc_expr): New function.
31527         (dw_loc_list): Use it.  Don't handle the last range after the
31528         loop, handle it inside of the loop.  Adjust for var_loc_note
31529         to loc field renaming.
31530         (add_location_or_const_value_attribute): Only special case
31531         single entry loc lists if loc is NOTE_P.  Adjust for
31532         var_loc_note to loc field renaming.
31533         (dwarf2out_var_location): Don't set newloc->var_loc_note
31534         and newloc->next here.
31536 2010-05-12  Jan Hubicka  <jh@suse.cz>
31538         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
31539         flag.
31540         * cgraph.h (cgraph_only_called_directly_p,
31541         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
31542         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
31543         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
31544         (assemble
31545         * ipa.c (cgraph_remove_unreachable_nodes): Use
31546         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
31547         flags.
31548         * tree-inline.c (copy_bb): Check address_taken flag.
31549         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
31550         externally_visible flag.
31552 2010-05-12  Jason Merrill  <jason@redhat.com>
31554         PR bootstrap/44048
31555         PR target/44099
31556         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
31557         * sdbout.c (plain_type_1): Likewise.
31558         * dwarf2out.c (is_base_type): Likewise.
31559         (gen_type_die_with_usage): Likewise.  Generate
31560         DW_TAG_unspecified_type for any LANG_TYPE.
31562 2010-05-12  Jan Hubicka  <jh@suse.cz>
31564         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
31565         indrect edges too.
31566         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
31567         (cgraph_clone_edge): Update.
31568         (cgraph_node_remove_callees): Remove indirect calls too.
31569         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
31570         (cgraph_create_indirect_edge): Update prototype.
31571         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
31572         is_proper_for_analysis.
31573         (add_new_function, visited_nodes, function_insertion_hook_holder,
31574         get_local_reference_vars_info, mark_address_taken, mark_address,
31575         mark_load, mark_store, check_asm_memory_clobber, check_call,
31576         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
31577         (ipa_init): Do not initialize visited_nodes;
31578         function_insertion_hook_holder.
31579         (analyze_variable): Rewrite.
31580         (analyze_function): Rewrite.
31581         (copy_local_bitmap): Remove.
31582         (duplicate_node_dat): Do not duplicate local info.
31583         (generate_summary): Simplify to only walk cgraph.
31584         (write_node_summary_p, ipa_reference_write_summary,
31585         ipa_reference_read_summary): Remove.
31586         (propagate): Do not remove function insertion;
31587         generate summary.
31588         (pass_ipa_reference): NULLify summary handling fields.
31589         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
31590         (input_edge): Input ecf_flags.
31591         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
31592         (update_indirect_edges_after_inlining): Ignore edges with unknown
31593         param.
31595 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
31597         * implicit-zee.c: New file.
31598         * tree-pass.h (pass_implicit_zee): Declare.
31599         * passes.c (init_optimization_passes): Add zee pass.
31600         * common.opt (fzee): New flag.
31601         * timevar.def (TV_ZEE): Define.
31602         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
31603         and beyond.
31604         * Makefile.in (implicit-zee.o): Add new build file.
31606 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
31607             Nathan Froyd  <froydnj@codesourcery.com>
31609         * c-common.c (sync_resolve_params): Remove write-only variable.
31611 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
31613         * target.h (struct gcc_target): Add mode_dependent_address_p field.
31614         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
31615         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
31616         * targhooks.c (default_mode_dependent_address_p): New function.
31617         * targhooks.h (default_mode_dependent_address_p): Declare function.
31618         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
31619         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
31620         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
31621         target hook. Change return type to bool.
31622         * recog.h (mode_dependent_address_p): Change return type to bool.
31624 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
31625             Nathan Froyd  <froydnj@codesourcery.com>
31627         * tree-mudflap.c (build_function_type_0, build_function_type_1,
31628         build_function_type_2, build_function_type_3): Remove.
31629         (mudflap_init): Use build_function_type_list.
31631 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
31632             Nathan Froyd  <froydnj@codesourcery.com>
31634         * coverage.c (build_fn_info_value): Call build_constructor instead of
31635         build_constructor_from_list.
31636         (build_ctr_info_value): Likewise.
31637         (build_gcov_info): Likewise.
31639 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
31641         * tree.c (build_constructor): Compute TREE_CONSTANT for the
31642         resultant constructor.
31643         (build_constructor_single): Don't set TREE_CONSTANT.
31644         (build_constructor_from_list): Don't compute TREE_CONSTANT.
31646 2010-05-12  Jan Hubicka  <jh@suse.cz>
31648         * cgraph.h (struct varpool_node): Add aux.
31649         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
31650         * varpool.c (varpool_remove_node): Do not remove initializer.
31651         (varpool_reset_queue): Export.
31652         (varpool_finalize_decl): Volatile vars are forced to be output.
31653         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
31654         replaced decl.
31655         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
31656         process_references, varpool_can_remove_if_no_refs): New functions.
31657         (cgraph_remove_unreachable_nodes): Handle variables too.
31659 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
31661         PR target/44088
31662         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
31664 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
31666         PR middle-end/44085
31667         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
31668         change value of ORT_TASK.
31669         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
31670         (omp_notice_threadprivate_variable): New function.
31671         (omp_notice_variable): Call it for threadprivate variables.
31672         If enclosing ctx is a task, print enclosing task rather than
31673         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
31674         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
31675         if task has untied clause.
31677         PR debug/42278
31678         * dwarf2out.c (base_type_die): Don't add name attribute here.
31679         (modified_type_die): Instead of sizetype use
31680         its underlying original type.  If a DW_TAG_base_type doesn't
31681         have name added, add __unknown__.
31682         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
31683         always call force_type_die instead.
31685 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
31687         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
31688         for __stack_chk_guard.
31690 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
31692         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
31693         don't call start_source_file debug hook here...
31694         (finish_options): ... but here, after outputting predefined and
31695         command line defines and undefs.
31697         PR middle-end/44071
31698         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
31699         no fallthru edge.
31700         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
31701         optimizing away empty bb with no successors, move over its
31702         footer chain to fallthru predecessor.
31703         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
31704         (rtl_split_edge): For asm goto call patch_jump_insn even if
31705         splitting fallthru edge.
31707         PR c++/44059
31708         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
31709         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
31710         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
31711         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
31712         on DW.ref.* decls.
31714         PR c++/44062
31715         * c-parser.c (c_parser_expression): Mark LHS of a comma
31716         expression as read if it is a decl, handled component or
31717         COMPOUND_EXPR with that on the RHS.
31718         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
31719         if it is a decl or handled component.
31721 2010-05-11  Jan Hubicka  <jh@suse.cz>
31723         * lto-symtab.c (lto_symtab_free): New function.
31724         * lto-streamer.h (lto_symtab_free): Declare.
31726 2010-05-11  Jan Hubicka  <jh@suse.cz>
31728         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
31729         that if function is needed it is reachable.
31730         (lto_output_node): See if it the function is reachable or referenced.
31731         (output_cgraph): Update call of lto_output_node.
31732         * lto-streamer.h (reachable_from_other_partition_p): Declare.
31734 2010-05-11  Jan Hubicka  <jh@suse.cz>
31736         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
31737         Mark as used.
31739 2010-05-11  Jan Hubicka  <jh@suse.cz>
31741         PR tree-optimize/44063
31742         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
31743         queue.
31744         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
31745         limits.
31746         (estimate_function_body_sizes): Compute sizes even when disregarding.
31748 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
31750         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
31752 2010-05-11  Jan Hubicka  <jh@suse.cz>
31754         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
31755         into every boundary.
31757 2010-05-11  Jan Hubicka  <jh@suse.cz>
31759         * matrix-reorg.c (matrix_reorg): Rebuild edges.
31761 2010-05-11  Jan Hubicka  <jh@suse.cz>
31763         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
31764         lto_streamer_cache_delete): Put nodes into heap.
31765         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
31766         heap.
31768 2010-05-11  Jan Hubicka  <jh@suse.cz>
31770         * cgraphbuild.c (cgraph_rebuild_references): New.
31771         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
31772         out extern inlines.
31773         * cgraph.h (cgraph_rebuild_references): Declare.
31774         * tree-inline.c (tree_function_versioning): Use it.
31775         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
31777 2010-05-11  Jan Hubicka  <jh@suse.cz>
31779         * cgraph.c: Include ipa-utils.h
31780         (cgraph_create_virtual_clone): Update references.
31781         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
31783 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
31785         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
31786         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
31787         cache size.
31789 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
31791         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
31793 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
31795         * gcc.c (execute): For -### don't quote arguments that
31796         contain just alphanumerics and _/-. characters.
31797         * doc/invoke.texi: Document that change for -###.
31799         PR debug/44023
31800         * df-problems.c (struct dead_debug): Add to_rescan field.
31801         (dead_debug_init): Clear to_rescan field.
31802         (dead_debug_finish): Rescan all debug insns in to_rescan
31803         bitmap and free the bitmap.
31804         (dead_debug_insert_before): Instead of rescanning debug insns
31805         immediately queue their rescanning until dead_debug_finish.
31806         (df_note_bb_compute): After dead_debug_add do continue instead
31807         of break.
31809 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
31811         PR debug/44028
31812         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
31813         clear also INSN_REG_USE_LIST.
31815 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31817         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
31819 2010-05-10  Jan Hubicka  <jh@suse.cz>
31821         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
31822         commited change.
31824 2010-05-10  Jan Hubicka  <jh@suse.cz>
31826         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
31827         Allocate encoders.
31828         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
31829         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
31830         (lto_streamer_cache_create): Init alloc pool.
31831         (lto_streamer_cache_delete): Free alloc pool.
31832         * lto-streamer.h: Include alloc pool.
31833         (lto_streamer_cache_d): Use alloc pool.
31834         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
31836 2010-05-10  Jan Hubicka  <jh@suse.cz>
31838         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
31839         * cgraphbuild.c: Include except.h
31840         (record_type_list, record_eh_tables): New function.
31841         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
31843 2010-05-10  Jan Hubicka  <jh@suse.cz>
31845         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
31846         __frame_dummy_init_array_entry, force_to_data): Attribute as used
31847         rather than unused.
31849 2010-05-10  Michael Matz  <matz@suse.de>
31851         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
31852         (can_reassociate_p): Use FLOAT_TYPE_P.
31853         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
31854         (vect_force_simple_reduction): ... this.
31855         * tree-parloops.c (gather_scalar_reductions): Use
31856         vect_force_simple_reduction.
31857         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
31858         vect_is_simple_reduction, add modify argument, if true rewrite
31859         "a-b" into "a+(-b)".
31860         (vect_is_simple_reduction, vect_force_simple_reduction): New
31861         functions.
31862         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
31864 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
31865             Vladimir Makarov  <vmakarov@redhat.com>
31867         PR rtl-optimization/44012
31868         * ira-build.c (remove_unnecessary_allocnos): Nullify
31869         regno_allocno_map of the removed allocno.
31871 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31873         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
31874         to /dev/null.
31875         * configure: Regenerate.
31877 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31879         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
31880         unused.
31881         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
31882         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
31883         support in Sun ld.
31884         * configure: Regenerate.
31886 2010-05-10  Richard Guenther  <rguenther@suse.de>
31888         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
31889         marked if the entry identifier is marked.
31891 2010-05-10  Richard Guenther  <rguenther@suse.de>
31893         * c-common.c (struct c_common_attributes): Add fnspec attribute.
31894         (handle_fnspec_attribute): New function.
31895         * gimple.h (gimple_call_return_flags): Declare.
31896         (gimple_call_arg_flags): Likewise.
31897         * gimple.c (gimple_call_arg_flags): New function.
31898         (gimple_call_return_flags): Likewise.
31899         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
31900         New argument flags.
31901         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
31902         return value flags.
31903         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
31904         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
31905         main work to ...
31906         (make_heapvar_for): ... this new function.
31907         (handle_rhs_call): Handle fnspec attribute argument specifiers.
31908         (handle_lhs_call): Likewise.
31909         (find_func_aliases): Adjust.
31911 2010-05-10  Richard Guenther  <rguenther@suse.de>
31913         PR tree-optimization/44050
31914         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
31916 2010-05-10  Wei Guozhi  <carrot@google.com>
31918         PR target/42879
31919         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
31921 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
31923         PR c/10676
31924         * c-typeck.c (lookup_field): Take a type directly.  Update
31925         recursive calls.
31926         (build_component_ref): Update call to lookup_field.
31927         (set_init_label): Use lookup_field to find initialized field.
31928         Handle returned list of fields like a sequence of designators.
31930 2010-05-09  Richard Guenther  <rguenther@suse.de>
31932         PR middle-end/44024
31933         * fold-const.c (tree_single_nonzero_warnv_p): Properly
31934         handle &FUNCTION_DECL.
31936 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
31938         PR c/4784
31939         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
31940         structures and unions recursively.
31941         (detect_field_duplicates): Move duplicate detection with a hash to
31942         detect_field_duplicates_hash.  Always use a hash if anonymous
31943         structures or unions are present.
31944         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
31945         give errors.
31947 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
31949         PR target/44046
31950         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
31951         detect Atom, Core 2 and Core i7.
31953 2010-05-09  Richard Guenther  <rguenther@suse.de>
31955         * gcc.c (store_arg): Handle temporary file deletion for
31956         joined arguments.
31958 2010-05-09  Richard Guenther  <rguenther@suse.de>
31960         PR middle-end/44043
31961         * ipa-inline.c (estimate_function_body_sizes): Return after
31962         disregarding inline limits.
31964 2010-05-09  Richard Guenther  <rguenther@suse.de>
31966         * gcc.c (store_arg): Revert last change.
31968 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
31970         PR middle-end/28685
31971         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
31972         (optimize_ops_list): Call it.
31974 2010-05-08  Richard Guenther  <rguenther@suse.de>
31976         PR tree-optimization/44030
31977         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
31978         NECESSARY flag if we propagate from a inserted expression.
31980 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
31982         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
31983         domain types as equal if they are both PLACEHOLDER_EXPRs.
31985 2010-05-08  Richard Guenther  <rguenther@suse.de>
31987         * lto-wrapper.c (run_gcc): Remove linker output from
31988         command line for LTRANS invocation.
31990 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
31992         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
31993         lto-macho as lto_binary_reader.
31994         * target.h (struct gcc_target): New hooks lto_start and lto_end.
31995         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
31996         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
31997         in lto_start and lto_end calls.
31998         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
31999         magic numbers.
32000         (scan_prog_file): Update is_elf_or_coff call.
32001         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
32003         * collect2.c (main): Fix enum comparison.
32005         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
32006         Add prototypes.
32007         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
32008         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
32009         and TARGET_ASM_LTO_END.
32010         * darwin.c: Include obstack.h and lto-streamer.h.
32011         (lto_section_names_offset, lto_section_names_obstack,
32012         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
32013         global variables.
32014         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
32015         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
32016         to a temporary file.
32017         (darwin_asm_lto_end): New function.  Restore asm_out_file.
32018         (darwin_asm_named_section): For LTO sections, replace the name with
32019         the offset of the section name in a string table, and build this
32020         table.
32021         (darwin_file_start): Initialize global vars for LTO support.
32022         (darwin_file_end): If output to asm_out_file was redirected, append it
32023         to the proper asm_out_file here.  Add the section names section.
32025 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
32027         * c-pragma.c (pending_weak_d, pending_weak): New.
32028         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
32029         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
32030         handle_pragma_weak): Update the uses of pending_weaks.
32032 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32034         PR documentation/44016
32035         * doc/standards.texi (Standards): Link to unversioned
32036         cxx0x_status.html page.
32038 2010-05-07  Iain Sandoe  <iains@gcc.gnu.org>
32040         PR target/43708
32041         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
32042         in addition to TREE_USED, to avoid "set but unused" warnings.
32044 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
32046         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
32047         (is_loop_prefetching_profitable): Do not insert prefetches
32048         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
32049         times the prefetch ahead distance.
32051 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
32053         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
32054         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
32055         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
32056         the unroll_factor.
32058 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
32060         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
32061         a diagnostic info when the insn-to-mem ratio is too small.
32063 2010-05-07  Richard Guenther  <rguenther@suse.de>
32065         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
32066         the linker plugin.
32067         (store_arg): Queue temp_filename for deletion instead of
32068         the whole argument.
32070 2010-05-07  Richard Guenther  <rguenther@suse.de>
32072         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
32073         (run_gcc): Handle LTRANS phase invocation.
32074         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
32076 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
32078         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
32079         this is also meaningful on PARM_DECLs and RESULT_DECLs.
32081 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32083         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
32085 2010-05-07  Richard Guenther  <rguenther@suse.de>
32087         PR tree-optimization/44020
32088         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
32089         code when PRE is not yet initialized.
32091 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32093         * config/mips/dbxmdebug.h: Remove.
32094         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
32096 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
32098         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
32099         with null pointer and also warn about ordered comparison of zero with
32100         pointer if -Wextra.
32102 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
32104         * graphite-blocking.c
32105         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
32106         * graphite-clast-to-gimple.c
32107         (clast_to_gcc_expression): Same.
32108         (precision_for_value): Same.
32109         (precision_for_interval): Same.
32110         (gcc_type_for_interval): Same.
32111         (graphite_create_new_guard): Same.
32112         (compute_bounds_for_level): Same.
32113         (graphite_create_new_loop_guard): Same.
32114         * graphite-interchange.c
32115         (build_linearized_memory_access): Same.
32116         (pdr_stride_in_loop): Same.
32117         (memory_strides_in_loop_1): Same.
32118         (memory_strides_in_loop): Same.
32119         (extend_scattering): Same.
32120         (psct_scattering_dim_for_loop_depth): Same.
32121         (pbb_number_of_iterations): Same.
32122         * graphite-poly.h
32123         (debug_iteration_domains): Same.
32124         * graphite-ppl.c
32125         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
32126         (ppl_set_inhomogeneous_gmp): Same.
32127         (ppl_strip_loop): Same.
32128         (ppl_lexico_compare_linear_expressions): Same.
32129         (ppl_read_polyhedron_matrix): Same.
32130         (ppl_max_for_le_pointset): Same.
32131         * graphite-ppl.h
32132         (ppl_read_polyhedron_matrix): Same.
32133         (tree_int_to_gmp): Same.
32134         (gmp_cst_to_tree): Same.
32135         (ppl_set_inhomogeneous): Same.
32136         (ppl_set_inhomogeneous_tree): Same.
32137         (ppl_set_coef): Same.
32138         (ppl_set_coef_tree): Same.
32139         * graphite-sese-to-poly.c
32140         (build_pbb_scattering_polyhedrons): Same.
32141         (build_scop_scattering): Same.
32142         (scan_tree_for_params_right_scev): Same.
32143         (scan_tree_for_params): Same.
32144         (find_params_in_bb): Same.
32145         (find_scop_parameters): Same.
32146         (add_upper_bounds_from_estimated_nit): Same.
32147         (build_loop_iteration_domains): Same.
32148         (add_condition_to_domain): Same.
32149         (pdr_add_memory_accesses): Same.
32151 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
32153         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
32154         CLooG's value_* macros to their respective mpz_* counterparts.
32155         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
32156         (graphite_create_new_loop_guard): Same.
32157         * graphite-interchange.c (build_linearized_memory_access): Same.
32158         (pdr_stride_in_loop): Same.
32159         (memory_strides_in_loop_1): Same.
32160         (1st_interchange_profitable_p): Same.
32161         * graphite-poly.c (extend_scattering): Same.
32162         (psct_scattering_dim_for_loop_depth): Same.
32163         (pbb_number_of_iterations): Same.
32164         (pbb_number_of_iterations_at_time): Same.
32165         * graphite-poly.h (new_1st_loop): Same.
32166         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
32167         (oppose_constraint): Same.
32168         (insert_constraint_into_matrix): Same.
32169         (ppl_set_inhomogeneous_gmp): Same.
32170         (ppl_set_coef_gmp): Same.
32171         (ppl_strip_loop): Same.
32172         (ppl_lexico_compare_linear_expressions): Same.
32173         (ppl_max_for_le_pointset): Same.
32174         (ppl_min_for_le_pointset): Same.
32175         (ppl_build_realtion): Same.
32176         * graphite-ppl.h (gmp_cst_to_tree): Same.
32177         (ppl_set_inhomogeneous): Same.
32178         (ppl_set_inhomogeneous_tree): Same.
32179         (ppl_set_coef): Same.
32180         (ppl_set_coef_tree): Same.
32181         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
32182         (build_scop_scattering): Same.
32183         (add_value_to_dim): Same.
32184         (scan_tree_for_params_right_scev): Same.
32185         (scan_tree_for_params_int): Same.
32186         (scan_tree_for_params): Same.
32187         (find_params_in_bb): Same.
32188         (find_scop_parameters): Same.
32189         (add_upper_bounds_from_estimated_nit): Same.
32190         (build_loop_iteration_domains): Same.
32191         (create_linear_expr_from_tree): Same.
32192         (add_condition_to_domain): Same.
32193         (pdr_add_memory_accesses): Same.
32195 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
32196             Jason Merrill  <jason@redhat.com>
32198         * c-common.c (c_common_reswords): Add nullptr.
32199         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
32200         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
32201         (gen_type_die_with_usage): Likewise.
32202         * dbxout.c (dbxout_type): Likewise.
32203         * sdbout.c (plain_type_1): Likewise.
32205 2010-05-06  Jason Merrill  <jason@redhat.com>
32207         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
32208         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
32209         ret appropriately.
32210         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
32212         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
32213         stripping WITH_SIZE_EXPR.
32214         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
32215         change.
32217 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32219         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
32220         list of obsolete configurations.
32221         Disabled check for obsolete configurations.
32222         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
32223         Removed support for previous versions.
32224         * config/mips/iris.h: Removed.
32225         * config/mips/iris5.h: Removed.
32226         * config/mips/iris6.h: Merged old iris.h contents.
32227         (TARGET_IRIX): Removed.
32228         (DRIVER_SELF_SPECS): Removed mabi=32.
32229         (IDENT_ASM_OP): Removed undef.
32230         (STARTFILE_SPEC): Removed mabi=32.
32231         (ENDFILE_SPEC): Likewise.
32232         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
32233         (MACHINE_TYPE): Update for IRIX 6.5.
32234         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
32235         TARGET_IRIX by TARGET_IRIX6.
32236         (mips_file_start): Likewise.
32237         (mips_output_external): Remove IRIX 5/6 O32 support.
32238         (mips_output_function_prologue): Likewise.
32239         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
32240         TARGET_IRIX6.
32241         (TARGET_CPU_CPP_BUILTINS): Likewise.
32242         (TARGET_IRIX): Removed.
32243         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
32244         (MULTILIB_DIRNAMES): Removed 32.
32245         (MULTILIB_OSDIRNAMES): Removed ../lib.
32246         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
32247         (Specific, mips-sgi-irix5): Document removal.
32248         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
32249         Remove references to older IRIX 6 releases and the O32 ABI.
32251 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
32253         PR bootstrap/43994
32254         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
32255         instead of DF_REF_REAL_REG.
32257 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
32259         PR target/43888
32260         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
32261         handling to still return true for x64 targets.
32263 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32265         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
32267 2010-05-06  Jan Hubicka  <jh@suse.cz>
32269         PR tree-optimization/43791
32270         * ipa-inline.c (update_caller_keys): Remove bogus
32271         disregard_inline_limits check.
32273 2010-05-06  Michael Matz  <matz@suse.de>
32275         PR tree-optimization/43984
32276         * tree-ssa-pre.c (inserted_phi_names): Remove.
32277         (inserted_exprs): Change to bitmap.
32278         (create_expression_by_pieces): Set bits, don't append to vector.
32279         (insert_into_preds_of_block): Don't handle inserted_phi_names.
32280         (eliminate): Don't look at inserted_phi_names, remove deleted
32281         insns from inserted_exprs.
32282         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
32283         (init_pre, fini_pre): Allocate and free bitmaps.
32284         (execute_pre): Insert insns on edges before elimination.
32286 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32288         * tree.c (initializer_zerop): Handle STRING_CST.
32290 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
32292         PR 40989
32293         * doc/invoke.texi (Wimplicit): Document as C only.
32294         * opts.c (common_handle_option): Add argument kind.
32295         (handle_option): Rename as read_cmdline_option. Factor out code to...
32296         (handle_option): ... here. New.
32297         (handle_options): Rename as read_cmdline_options.
32298         (decode_options): Update call.
32299         (set_option): Use option index instead of option pointer. Classify
32300         diagnostics correctly.
32301         (enable_warning_as_error): Call handle_option.
32302         * opts.h (set_option): Update declaration.
32303         (handle_option): Declare.
32304         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
32305         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
32306         * c-opts.c (set_Wimplicit): Delete.
32307         (c_family_lang_mask): New static constant.
32308         (c_common_handle_option): Add argument kind. Use handle_option
32309         instead of set_Wimplicit.
32310         (c_common_post_options): warn_implicit and warn_implicit_int
32311         are disabled by default.
32312         * c-common.c (warn_implicit): Do not define here.
32313         * c-common.h (warn_implicit): Do not declare here.
32314         (c_common_handle_option): Update declaration.
32315         * lto-opts.c (lto_reissue_options): Update call to set_option.
32317 2010-05-06  Richard Guenther  <rguenther@suse.de>
32319         PR tree-optimization/43571
32320         * domwalk.c (walk_dominator_tree): Walk the dominator
32321         sons in more optimal order.
32323 2010-05-06  Richard Guenther  <rguenther@suse.de>
32325         PR tree-optimization/43934
32326         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
32327         (stmt_cost): Likewise.
32328         (extract_true_false_args_from_phi): New helper.
32329         (determine_max_movement): For PHI nodes verify we can hoist them
32330         and compute their cost.
32331         (determine_invariantness_stmt): Handle PHI nodes.
32332         (move_computations_stmt): Likewise.  Hoist PHI nodes in
32333         if-converted form using COND_EXPRs.
32334         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
32335         (tree_ssa_lim): Likewise.
32336         * tree-flow.h (tree_ssa_lim): Adjust prototype.
32337         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
32339 2010-05-06  Richard Guenther  <rguenther@suse.de>
32341         PR tree-optimization/43987
32342         * tree-ssa-structalias.c (could_have_pointers): For possibly
32343         address-taken variables force pointers to be recorded.
32344         (create_variable_info_for_1): Likewise.
32345         (push_fields_onto_fieldstack): Pass in wheter all fields
32346         must have pointers.
32347         (find_func_aliases): Query types instead of vars whether
32348         they contain pointers where appropriate.
32350 2010-05-06  Jan Hubicka  <jh@suse.cz>
32352         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
32353         (record_reference, mark_address, mark_load, mark_store): Record
32354         references.
32355         (record_references_in_initializer): Update call of record_references.
32356         (rebuild_cgraph_edges): Remove all references before rebuiding.
32357         * cgraph.c (cgraph_create_node): Clear ref list.
32358         (cgraph_remove_node): Remove references.
32359         (dump_cgraph_node): Dump references.
32360         (cgraph_clone_node): Clone references.
32361         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
32362         (struct cgraph_node, varpool_node): Add ref_lst.
32363         * ipa-ref.c: New file.
32364         * ipa-ref.h: New file.
32365         * ipa-ref-inline.h: New file.
32366         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
32367         (referenced_from_other_partition_p): New function.
32368         (lto_output_varpool_node): Take set arugment; call
32369         referenced_from_other_partition.
32370         (lto_output_ref): New.
32371         (add_references): New.
32372         (output_refs): New.
32373         (output_cgraph): Compute boundary based on references; output refs.
32374         (output_varpool): Accept cgraph_node_set argument.
32375         (input_ref): New.
32376         (input_refs): New.
32377         (input_cgraph): Call input_refs.
32378         * lto-section-in.c (lto_section_name): Add refs.
32379         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
32380         (ipa-ref.o): New file.
32381         * varpool.c (varpool_node): Clear ipa ref list.
32382         (varpool_remove_node): Remove references.
32383         (dump_varpool_node): Dump references.
32384         (varpool_assemble_decl): Only compile finalized ones.
32385         (varpool_extra_name_alias): Initialize ref list.
32386         * lto-streamer.c (lto-get_section_name): Add .refs section.
32387         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
32388         (referenced_from_other_partition_p): Declared.
32390 2010-05-06  Ira Rosen  <irar@il.ibm.com>
32392         PR tree-optimization/43901
32393         * tree-vect-stmts.c (vectorizable_call): Assert that vector
32394         type is not NULL if it's transformation phase, and return
32395         FALSE if it's analysis.
32396         (vectorizable_conversion, vectorizable_operation,
32397         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
32399 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
32401         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
32402         Delete.
32403         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
32404         New define.
32405         * config/mips/mips-protos.h
32406         (mips_small_register_classes_for_mode_p): Delete prototype.
32408 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
32410         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
32411         * config/arm/arm.c (multiple_operation_profitable_p,
32412         compute_offset_order): New static functions.
32413         (load_multiple_sequence, store_multiple_sequence): Use them.
32414         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
32415         memory offsets, not register numbers.
32416         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
32418 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
32420         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
32421         (get_pending_sizes, put_pending_size, put_pending_sizes):
32422         Update the uses of pending_sizes.
32423         * c-decl.c (store_parm_decls): Likewise.
32424         * c-tree.h (struct c_arg_info): Likewise.
32425         * tree.h: Update the prototype for get_pending_sizes and
32426         put_pending_sizes.
32428 2010-05-05  Jason Merrill  <jason@redhat.com>
32430         PR debug/43370
32431         * c-common.c (handle_aligned_attribute): Respect
32432         ATTR_FLAG_TYPE_IN_PLACE.
32434         PR testsuite/43758
32435         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
32436         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
32437         (TARGET_INITIALIZER): Use it.
32438         * c-common.c (attribute_takes_identifier_p): Call it.
32439         * c-common.h: Update prototype.
32440         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
32441         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
32443 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
32445         PR debug/43950
32446         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
32447         DW_ID_down_case for Fortran compilation units.
32449 2010-05-05  Jan Hubicka  <jh@suse.cz>
32451         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
32452         handle aliases.
32454 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
32456         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
32457         a variable-sized RESULT_DECL.
32459 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
32461         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
32463 2010-05-05  Jason Merrill  <jason@redhat.com>
32465         PR c++/43787
32466         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
32467         returns GS_OK.
32468         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
32470 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
32471             Jakub Jelinek  <jakub@redhat.com>
32473         PR debug/43478
32474         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
32475         (dead_debug_init, dead_debug_finish): New functions.
32476         (dead_debug_add, dead_debug_insert_before): Likewise.
32477         (df_note_bb_compute): Initialize a dead_debug object, add dead
32478         debug uses to it, insert debug bind insns before death insns,
32479         reset debug insns that refer to pending uses at the end.
32480         * rtl.h (make_debug_expr_from_rtl): New prototype.
32481         * varasm.c (make_debug_expr_from_rtl): New function.
32483 2010-05-05  Jan Hubicka  <jh@suse.cz>
32485         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
32486         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
32487         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
32488         lto_varpool_encoder_deref, lto_varpool_encoder_size,
32489         lto_varpool_encoder_encode_initializer_p,
32490         lto_set_varpool_encoder_encode_initializer): New functions.
32491         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
32492         call output_varpool.
32493         (input_varpool_node): Do not always set analyzed.
32494         (input_cgraph_1): Return vector of cgraph nodes.
32495         (input_varpool_1): Return vector of varpools.
32496         (input_cgraph): Free the vectors.
32497         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
32498         output only initializers needed.
32499         (lto_output): Only call output_cgraph.
32500         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
32501         * lto-section-out.c (lto_new_out_decl_state): Initialize
32502         state->varpool_node_encoder.
32503         * lto-streamer.h (lto_varpool_encoder_d): New.
32504         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
32505         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
32506         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
32507         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
32508         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
32509         Declare.
32510         (output_varpool, input_varpool): Remove declarations.
32512 2010-05-05  Jan Hubicka  <jh@suse.cz>
32514         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
32515         with body can prevail.
32517 2010-05-05  Jan Hubicka  <jh@suse.cz>
32519         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
32520         size.
32522 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
32524         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
32526         * gengtype.h (erro_at_line): Constify pos argument.
32528         * gengtype.c: Include hashtab.h.
32529         (enum gc_used): Document GC_MAYBE_POINTED_TO.
32530         (error_at_line): Constify pos argument.
32531         (do_typedef): Initialize p->opt field.
32532         (get_file_gtfilename): Fix comment typo.
32533         (struct walk_type_data): Constify line field.
32534         (get_output_file_for_structure): New function.
32535         (write_local_func_for_structure): Constify orig_s argument.
32536         Use get_output_file_for_structure.
32537         (write_func_for_structure): Use get_output_file_for_structure.
32538         (INDENT): New define.
32539         (dump_pair, dump_type, dump_type_list, dump_typekind)
32540         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
32541         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
32542         functions.
32543         (seen_types): New variable.
32544         (main): New variable do_dump.  Process "-d" command line option.
32545         Call dump_everything if dump requested.
32547 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
32549         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
32550         in a temporary instead of invoking the macro multiple times.
32551         (track_expr_p): Likewise.
32553 2010-05-04  Neil Vachharajani  <nvachhar@google.com>
32555         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
32556         per new semantics.
32557         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
32558         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
32559         conditions for printing notes.
32560         * common.opt (-Wcoverage-mismatch): Allow negative, default to
32561         true, update documentation.
32562         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
32564 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
32566         PR c/43981
32567         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
32568         on dimen.
32570 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
32572         PR target/43799
32573         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
32574         (*sse_prologue_save_insn1): Likewise.
32575         (SSE prologue save splitter): Likewise.
32577 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
32579         * tree.c (free_lang_data_in_one_sizepos): New inline function.
32580         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
32581         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
32582         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
32583         all decls.  Call it on DECL_FIELD_OFFSET of fields.
32584         (find_decls_types_r): Follow DECL_VALUE_EXPR.
32585         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
32587 2010-05-04  Martin Jambor  <mjambor@suse.cz>
32589         * tree-sra.c (build_access_from_expr_1): The first parameter type
32590         changed to simple tree.
32591         (build_access_from_expr): Likewise, gsi parameter was eliminated.
32592         (scan_assign_result): Renamed to assignment_mod_result, enum elements
32593         renamed as well.
32594         (build_accesses_from_assign): Removed all parameters except for a
32595         simple gimple statement.  Now returns a simple bool.
32596         (scan_function): All non-analysis parts moved to separate functions
32597         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
32598         parameters and updated both callers.
32599         (sra_modify_expr): Removed parameter data.
32600         (sra_modify_function_body): New function.
32601         (perform_intra_sra): Call sra_modify_function_body to modify the
32602         function body.
32603         (replace_removed_params_ssa_names): Parameter data changed into
32604         adjustments vector.
32605         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
32606         changed the parameter dont_convert to convert with the opposite
32607         meaning.
32608         (sra_ipa_modify_assign): Parameter data changed into adjustments
32609         vector, return value changed to bool.
32610         (ipa_sra_modify_function_body): New function.
32611         (sra_ipa_reset_debug_stmts): Updated a comment.
32612         (modify_function): Use ipa_sra_modify_function_body to modify function
32613         body.
32615 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
32617         PR middle-end/43671
32618         * alias.c (true_dependence): Handle the same VALUE in x and mem.
32619         (canon_true_dependence): Likewise.
32620         (write_dependence_p): Likewise.
32622 2010-05-04  Jan Hubicka  <jh@suse.cz>
32624         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
32625         * cgraphbuild.c: Include ipa-utils.h
32626         (record_reference_ctx): New struct.
32627         (record_reference): Simplify to work on initializers; not statements.
32628         (mark_address, mark_load, mark_store): New.
32629         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
32630         walk PHI nodes too.
32631         (record_references_in_initializer): Update use of record_reference.
32632         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
32633         walk PHI nodes too.
32635 2010-05-04  Jan Hubicka  <jh@suse.cz>
32637         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
32638         node will be removed anyway.
32639         (lto_varpool_replace_node): Allow also unanalyzed nodes;
32640         relink aliases of node into prevailing node.
32641         * varpool.c (varpool_remove_node): Remove aliases properly;
32642         when removing node, remove all its aliases too; remove DECL_INITIAL
32643         of removed node; ggc_free the varpool node.
32645 2010-05-04  Richard Guenther  <rguenther@suse.de>
32647         PR tree-optimization/43879
32648         * tree-ssa-structalias.c (alias_get_name): Use
32649         DECL_ASSEMBLER_NAME if available.
32650         (create_function_info_for): Return the varinfo node.
32651         (ipa_pta_execute): Associate same-body aliases and extra names
32652         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
32654 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
32656         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
32658 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
32660         PR bootstrap/43964
32661         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
32662         only if HONOR_REG_ALLOC_ORDER is not defined.
32664 2010-05-04  Richard Guenther  <rguenther@suse.de>
32666         PR tree-optimization/43949
32667         * tree-vrp.c (extract_range_from_binary_expr): Only handle
32668         TRUNC_MOD_EXPR.
32670 2010-04-26  Jason Merrill  <jason@redhat.com>
32672         * c.opt (-fstrict-enums): New.
32673         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
32675 2010-05-03  David Ung  <davidu@mips.com>
32676             James E. Wilson  <wilson@codesourcery.com>
32678         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
32679         emit the trap instruction before the divide for TUNE_74K.
32681 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
32683         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
32684         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
32685         based on the above, for new target hook.
32687         * hooks.c (hook_bool_mode_true): New generic hook.
32688         * hooks.h (hook_bool_mode_true): Add prototype.
32690         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
32691         target hook.
32692         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
32693         target hook, set to hook_bool_mode_false.
32694         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
32695         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
32696         with targetm.small_register_classes_for_mode_p.
32697         (find_reusable_reload): Likewise.
32698         (combine_reloads): Likewise.
32699         * reload1.c (reload_as_needed): Likewise.
32700         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
32701         * ifcvt.c (noce_process_if_block, check_cond_move_block,
32702         dead_or_predicable): Likewise.
32703         * regmove.c (optimize_reg_copy_1): Likewise.
32704         * calls.c (prepare_call_address): Likewise.
32705         (precompute_register_parameters): Likewise.
32707         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
32708         hook definition.
32709         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
32710         implementation of the hook that considers all register classes
32711         small except for SH64.
32712         (sh_override_options): Use the new hook.
32713         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
32714         Add prototype.
32716         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
32717         hook definition.
32718         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
32719         implementation of the hook that considers all register classes
32720         small for THUMB1.
32721         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
32722         Add prototype.
32724         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
32725         hook definition.
32726         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
32727         implementation of the hook that considers all register classes
32728         small for MIPS16.
32729         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
32730         Add prototype.
32732         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
32733         hook definition.
32734         * config/m32c/m32c.h: Likewise.
32735         * config/pdp11/pdp11.h: Likewise.
32736         * config/avr/avr.h: Likewise.
32737         * config/xtensa/xtensa.h: Likewise.
32738         * config/m68hc11/m68hc11.h: Likewise.
32739         * config/mn10300/mn10300.h: Likewise.
32740         * config/mcore/mcore.h: Likewise.
32741         * config/h8300/h8300.h: Likewise.
32742         * config/bfin/bfin.h: Likewise.
32744         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
32745         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
32747 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
32749         * double-int.h (tree_to_double_int): Remove macro.
32750         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
32751         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
32752         (tree_to_double_int): New function.
32753         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
32754         Move ...
32755         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
32757 2010-05-03  Richard Guenther  <rguenther@suse.de>
32759         PR tree-optimization/43971
32760         * tree-ssa-structalias.c (get_constraint_for_1): Fix
32761         constraints in the !flag_delete_null_pointer_checks case.
32763 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
32765         PR debug/43972
32766         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
32767         result mode matches original rtl mode.
32769 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
32771         PR target/43888
32772         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
32774 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
32776         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
32777         when processing flag options.
32779 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
32781         * gcov-iov.c (main): Change format string placeholder
32782         from %#08x to 0x%08x.
32783         * genchecksum.c (dosum): Change format string placeholder
32784         from %#02x to 0x%02x.
32786 2010-05-02  Richard Guenther  <rguenther@suse.de>
32788         PR tree-optimization/43879
32789         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
32791 2010-05-02  Bruno Haible  <bruno@clisp.org>
32793         * doc/extend.texi (Function Attributes): Fix a typo.
32795 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
32797         Revert:
32798         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
32799         placeholder from 0x%x to %#x.
32800         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
32801         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
32802         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
32803         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
32804         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
32805         * config/i386/i386.c (ix86_target_string): Ditto.
32806         * config/i386/i386.c (output_pic_addr_const): Ditto.
32807         (print_operand): Ditto.
32809 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
32811         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
32812         placeholder from 0x%x to %#x.
32813         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
32814         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
32815         (ASM_OUTPUT_DEBUG_DATA): Ditto.
32816         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
32817         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
32818         * optc-gen.awk: Ditto.
32819         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
32820         (HOST_WIDE_INT_PRINT_HEX): Ditto.
32821         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
32822         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
32824 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
32826         * target.h (struct calls): Add function_value_regno_p field.
32827         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
32828         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
32829         * targhooks.c (default_function_value_regno_p): New function.
32830         * targhooks.h (default_function_value_regno_p): Declare function.
32831         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
32832         * builtins.c. (apply_result_size): (Ditto.).
32833         * combine.c. (likely_spilled_retval_p): (Ditto.).
32834         * mode-switching.c. Include 'target.h'.
32835         (create_pre_exit): Use function_value_regno_p hook.
32836         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
32837         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
32838         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
32840         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
32841         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
32842         (ix86_function_value_regno_p): Declare as static, change argument
32843         type to const unsigned int.
32844         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
32846 2010-05-01  Richard Guenther  <rguenther@suse.de>
32848         PR tree-optimization/43949
32849         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
32850         types.
32851         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
32853 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
32855         * rtl.h (CONST_DOUBLE_P): Define.
32856         (rtx_to_double_int): Declare.
32857         * emit-rtl.c (rtx_to_double_int): New function.
32858         * dwarf2out.c (insert_double): New function.
32859         (loc_descriptor, add_const_value_attribute): Clean up, use
32860         rtx_to_double_int and insert_double functions.
32862 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
32864         * doc/extend.texi (Inline): Add missing return keyword to examples.
32865         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
32866         "command-line".
32868 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
32870         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
32871         the variable part of the offset as well.  Use highest_pow2_factor for
32872         all alignment checks.
32874 2010-04-30  Richard Guenther  <rguenther@suse.de>
32876         PR tree-optimization/43879
32877         * tree-ssa-structalias.c (type_could_have_pointers): Functions
32878         can have pointers.
32880 2010-04-30  Jan Hubicka  <jh@suse.cz>
32882         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
32883         varpool.
32884         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
32886 2010-04-30  Jan Hubicka  <jh@suse.cz>
32888         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
32889         New.
32890         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
32891         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
32892         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
32893         cgraph_node_set_needs_ltrans_p): Remove.
32895 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
32897         * sdbout.c: Include vec.h, do not include varray.h.
32898         (deferred_global_decls, sdbout_global_decl,
32899         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
32900         * toplev.c: Do not include varray.h.
32901         (dump_memory_report): Do not dump VARRAY statistics.
32902         * gengtype.c (open_base_file): Ignore varray.h.
32903         * Makefile.in: Update for abovementioned changes.
32904         Remove all traces of varray.c and varray.h.
32905         * varray.c: Remove file.
32906         * varray.h: Remove file.
32908 2010-04-30  Jan Hubicka  <jh@suse.cz>
32910         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
32911         references.
32913 2010-04-30  Jan Hubicka  <jh@suse.cz>
32915         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
32916         needed.
32918 2010-04-30  Richard Guenther  <rguenther@suse.de>
32920         * tree-ssa-structalias.c (get_constraint_for_1): Generate
32921         constraints for CONSTRUCTOR.
32923 2010-04-30  Richard Guenther  <rguenther@suse.de>
32925         PR lto/43946
32926         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
32927         first after all lowering passes.
32929 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
32931         * toplev.c: Include varray.h for statistics dumping.
32932         * tree.h: Do not declare varray_head_tag.
32933         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
32934         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
32935         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
32936         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
32937         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
32938         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
32939         c-common.c, c-common.h, reg-stack.c, basic-block.h,
32940         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
32941         include varray.h.
32942         * Makefile.in: Update for abovementioned changes.
32944 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
32946         PR debug/43942
32947         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
32949 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
32951         * config/picochip/picochip.c (picochip_legitimize_address): Define.
32952         Use this function to do machine-specific conversion.
32953         (picochip_legitimize_reload_address): Likewise.
32954         (picochip_legitimate_address_p): Check valid base register only if
32955         strict.
32956         (picochip_check_conditional_copy): Check for modw only if opnd is
32957         register.
32958         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
32959         to call the function in c.
32960         * config/picochip/picochip-protos.h
32961         (picochip_legitimize_reload_address): Define.
32962         * config/picochip/picochip.md (supported_compare1): Define.
32964 2010-04-30  Jan Hubicka  <jh@suse.cz>
32966         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
32967         (cgraph_global_info): Remove inlined.
32968         (LTO_cgraph_tag_names): Remove.
32969         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
32970         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
32971         simplify cgraph tags and document.
32972         (lto_output_node): Use only LTO_cgraph_unavail_node and
32973         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
32974         for_functions_valid, global info, process and output flags.
32975         (input_overwrite_node): Initialize estimated stack size and
32976         estimated growth.  Do not read flags we no longer store.
32977         (input_node): Likewise do not read info no longer stored.
32978         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
32979         flag.
32981 2010-04-30  Richard Guenther  <rguenther@suse.de>
32983         PR tree-optimization/43879
32984         * tree-ssa-structalias.c (get_constraint_for_1): Properly
32985         handle non-zero initializers.
32987 2010-04-30  Richard Guenther  <rguenther@suse.de>
32989         * builtins.c (fold_builtin_1): Delete free (0).
32991 2010-04-29  Jan Hubicka  <jh@suse.cz>
32993         * gengtype.c (open_base_files): Add lto-streamer.h
32994         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
32995         (pass_ipa_cp): GGC collect.
32996         * toplev. (compile_file): Do not output symbols.
32997         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
32998         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
32999         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
33000         * lto-section-in.c: Include ggc.h
33001         (lto_new_in_decl_state): Alloc in GGC.
33002         (lto_delete_in_decl_state): Likewise.
33003         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
33004         Collect.
33006 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
33008         PR target/42895
33009         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
33010         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
33011         (HONOR_REG_ALLOC_ORDER): Describe new macro.
33012         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
33013         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
33014         account only if HONOR_REG_ALLOC_ORDER is not defined.
33015         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
33016         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
33018 2010-04-29  Jon Grant  <04@jguk.org>
33020         * collect2.c (vflag): Change type from int to bool.
33021         (debug): Likewise.
33022         (helpflag): New global bool.
33023         (main): Set vflag and debug with boolean, not integer truth values.
33024         Accept new "--help" option and output usage text if found.
33025         * collect2.h (vflag): Update prototype.
33026         (debug): Likewise.
33028 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
33030         PR bootstrap/43936
33031         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
33033 2010-04-29  Richard Guenther  <rguenther@suse.de>
33035         PR bootstrap/43935
33036         * plugin.h (invoke_plugin_callbacks): Annotate arguments
33037         with ATTRIBUTE_UNUSED.
33039 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
33041         PR target/43921
33042         * config/i386/i386.c (get_some_local_dynamic_name): Replace
33043         INSN_P with NONDEBUG_INSN_P.
33044         (distance_non_agu_define): Likewise.
33045         (distance_agu_use): Likewise.
33047 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
33049         From Dominique d'Humieres  <dominiq@lps.ens.fr>
33050         PR bootstrap/43858
33051         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
33052         test_set.
33054 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
33056         * plugin.h (invoke_plugin_callbacks): New inline function.
33057         * plugin.c (flag_plugin_added): New global flag.
33058         (add_new_plugin): Initialize above flag.
33059         (invoke_plugin_callbacks): Rename to ...
33060         (invoke_plugin_callbacks_full): ... this.
33062 2010-04-28  Jan Hubicka  <jh@suse.cz>
33064         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
33065         (lto_varpool_replace_node): New.
33066         (lto_symtab_resolve_symbols): Resolve varpool nodes.
33067         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
33068         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
33069         * cgraph.h (varpool_node_ptr): New type.
33070         (varpool_node_ptr): New vector.
33071         (varpool_node_set_def): New structure.
33072         (varpool_node_set): New type.
33073         (varpool_node_set): New vector.
33074         (varpool_node_set_element_def): New structure.
33075         (varpool_node_set_element, const_varpool_node_set_element): New types.
33076         (varpool_node_set_iterator): New type.
33077         (varpool_node): Add prev pointers, add used_from_other_partition,
33078         in_other_partition.
33079         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
33080         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
33081         varpool_get_node, varpool_remove_node): Declare.
33082         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
33083         varpool_node_set_size): New inlines.
33084         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
33085         * tree-pass.h (varpool_node_set_def): Forward declare.
33086         (ipa_opt_pass_d): Summary writting takes vnode sets too.
33087         (ipa_write_optimization_summaries): Update prototype.
33088         * ipa-cp.c (ipcp_write_summary): Update.
33089         * ipa-reference.c (ipa_reference_write_summary): Update.
33090         * lto-cgraph.c (lto_output_varpool_node): New static function.
33091         (output_varpool): New function.
33092         (input_varpool_node): New static function.
33093         (input_varpool_1): New function.
33094         (input_cgraph): Input varpool.
33095         * ipa-pure-const.c (pure_const_write_summary): Update.
33096         * lto-streamer-out.c (lto_output): Update, output varpool too.
33097         (write_global_stream): Kill WPA hack.
33098         (produce_asm_for_decls): Update.
33099         (output_alias_pair_p): Handle variables.
33100         (output_unreferenced_globals): Output only needed partition of varpool.
33101         * ipa-inline.c (inline_write_summary): Update.
33102         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
33103         cgraph.
33104         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
33105         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
33106         varpool_node_set_new, varpool_node_set_add,
33107         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
33108         debug_varpool_node_set): New functions.
33109         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
33110         (execute_one_pass): Process new decls too.
33111         (ipa_write_summaries_2): Pass around vsets.
33112         (ipa_write_summaries_1): Likewise.
33113         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
33114         to add.
33115         (ipa_write_optimization_summaries_1): Pass around vsets.
33116         (ipa_write_optimization_summaries): Likewise.
33117         * varpool.c (varpool_get_node): New.
33118         (varpool_node): Update doubly linked lists.
33119         (varpool_remove_node): New.
33120         (dump_varpool_node): More dumping.
33121         (varpool_enqueue_needed_node): Update doubly linked lists.
33122         (decide_is_variable_needed): Kill ltrans hack.
33123         (varpool_finalize_decl): Kill lto hack.
33124         (varpool_assemble_decl): Skip decls in other partitions.
33125         (varpool_assemble_pending_decls): Update doubly linkes lists.
33126         (varpool_empty_needed_queue): Likewise.
33127         (varpool_extra_name_alias): Likewise.
33128         * lto-streamer.c (lto_get_section_name): Add vars section.
33129         * lto-streamer.h (lto_section_type): Update.
33130         (output_varpool, input_varpool): Declare.
33132 2010-04-28  Mike Stump  <mikestump@comcast.net>
33134         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
33136 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
33138         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
33139         record or union type with RECORD_OR_UNION_TYPE_P predicate.
33140         (lto_input_ts_type_tree_pointers): Likewise.
33141         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
33142         (lto_output_ts_type_tree_pointers): Likewise.
33144 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
33146         Uniquization of constants at the Tree level
33147         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
33148         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
33149         bit to the end.
33150         (tree_output_constant_def): Declare.
33151         * gimplify.c (gimplify_init_constructor): When using block copy, first
33152         uniquize the constant constructor on the RHS.
33153         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
33154         DECL_IN_CONSTANT_POOL flag.
33155         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
33156         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
33157         constant pool.
33158         (assemble_variable): Deal with symbols belonging to the tree constant
33159         pool.
33160         (get_constant_section): Add ALIGN parameter and simplify.
33161         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
33162         (assemble_constant_contents): Use the expression of the VAR_DECL.
33163         (output_constant_def_contents): Use the alignment of the VAR_DECL.
33164         (tree_output_constant_def): New global function.
33165         (mark_constant): Use the expression of the VAR_DECL.
33166         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
33167         its expression.
33168         (output_object_block): Likewise and assemble the expression.
33170 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
33172         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
33173         hash_tree, eq_tree): New tree hash table.
33174         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
33175         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
33176         lto_orig_address_remove): Reimplement.
33178 2010-04-28  Xinliang David Li  <davidxl@google.com>
33180         PR c/42643
33181         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
33182         (compute_uninit_opnds_pos): New function.
33183         (is_non_loop_exit_postdominating): New function.
33184         (compute_control_dep_chain): New function.
33185         (find_pdom): New function.
33186         (convert_control_dep_chain_into_preds): New function.
33187         (find_predicates): New function.
33188         (find_control_equiv_block): New function.
33189         (collect_phi_def_edges): New function.
33190         (find_def_preds): New function.
33191         (find_dom): New function.
33192         (dump_predicates): New function.
33193         (get_cmp_code): New function.
33194         (is_value_included_in): New function.
33195         (find_matching_predicate_in_rest_chains): New function.
33196         (use_pred_not_overlap_with_undef_path_pred): New function.
33197         (is_use_properly_guarded): New function.
33198         (normalize_cond_1): New function.
33199         (is_and_or_or): New function.
33200         (normalize_cond): New function.
33201         (is_gcond_subset_of): New function.
33202         (is_subset_of_any): New function.
33203         (is_or_set_subset_of): New function.
33204         (is_and_set_subset_of): New function.
33205         (is_norm_cond_subset_of): New function.
33206         (is_pred_expr_subset_of): New function.
33207         (is_pred_chain_subset_of): New function.
33208         (is_included_in): New function.
33209         (is_superset_of): New function.
33210         (find_uninit_use): New function.
33211         (warn_uninitialized_phi): New function.
33212         (compute_possibly_undefined_names): New function.
33213         (ssa_undefined_value_p): New function.
33214         (execute_late_warn_uninitialized): New function.
33215         * tree-ssa.c (ssa_undefined_value_p): Removed.
33216         (warn_uninit): Changed to extern.
33217         (warn_uninitialized_phi): Removed.
33218         (warn_uninitialized_vars): Changed to extern.
33219         (execute_late_warn_uninitialized): Removed
33220         * tree-flow.h: Add new prototypes.
33221         * timevar.def: Add new time variable.
33222         * Makefile.in: Add new build file.
33224 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
33226         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
33227         type if available.
33229 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33231         PR target/22224
33232         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
33234 2010-04-28  Martin Jambor  <mjambor@suse.cz>
33236         * cgraph.h (struct cgraph_node): New field indirect_calls.
33237         (struct cgraph_indirect_call_info): New type.
33238         (struct cgraph_edge): Removed field indirect_call. New fields
33239         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
33240         (cgraph_create_indirect_edge): Declare.
33241         (cgraph_make_edge_direct): Likewise.
33242         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
33243         * ipa-prop.h (struct ipa_param_call_note): Removed.
33244         (struct ipa_node_params): Removed field param_calls.
33245         (ipa_create_all_structures_for_iinln): Declare.
33246         * cgraph.c: Described indirect edges and uids in initial comment.
33247         (cgraph_add_edge_to_call_site_hash): New function.
33248         (cgraph_edge): Search also among the indirect edges, use
33249         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
33250         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
33251         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
33252         site hash.
33253         (initialize_inline_failed): Assign a reason to indirect edges.
33254         (cgraph_create_edge_1): New function.
33255         (cgraph_create_edge): Moved some functionality to
33256         cgraph_create_edge_1.
33257         (cgraph_create_indirect_edge): New function.
33258         (cgraph_edge_remove_callee): Add an assert checking for
33259         non-indirectness.
33260         (cgraph_edge_remove_caller): Special-case indirect edges.
33261         (cgraph_remove_edge): Likewise.
33262         (cgraph_set_edge_callee): New function.
33263         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
33264         (cgraph_make_edge_direct): New function.
33265         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
33266         the declaration of the call statement matches.
33267         (cgraph_node_remove_callees): Special-case indirect edges.
33268         (cgraph_clone_edge): Likewise.
33269         (cgraph_clone_node): Clone also the indirect edges.
33270         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
33271         indirect_call, dump count of indirect_calls edges.
33272         * ipa-prop.c (iinlining_processed_edges): New variable.
33273         (ipa_note_param_call): Create indirect edges instead of
33274         creating notes.  New parameter node.
33275         (ipa_analyze_call_uses): New parameter node, pass it on to
33276         ipa_note_param_call.
33277         (ipa_analyze_stmt_uses): Likewise.
33278         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
33279         (print_edge_addition_message): Work on edges rather than on notes.
33280         (update_call_notes_after_inlining): Likewise, renamed to
33281         update_indirect_edges_after_inlining.
33282         (ipa_create_all_structures_for_iinln): New function.
33283         (ipa_free_node_params_substructures): Do not free notes.
33284         (ipa_edge_duplication_hook): Propagate bits within
33285         iinlining_processed_edges bitmap.
33286         (ipa_node_duplication_hook): Do not duplicate notes.
33287         (free_all_ipa_structures_after_ipa_cp): Renamed to
33288         ipa_free_all_structures_after_ipa_cp.
33289         (free_all_ipa_structures_after_iinln): Renamed to
33290         ipa_free_all_structures_after_iinln.
33291         (ipa_write_param_call_note): Removed.
33292         (ipa_read_param_call_note): Removed.
33293         (ipa_write_indirect_edge_info): New function.
33294         (ipa_read_indirect_edge_info): Likewise.
33295         (ipa_write_node_info): Do not stream notes, do stream information
33296         in indirect edges.
33297         (ipa_read_node_info): Likewise.
33298         (lto_ipa_fixup_call_notes): Removed.
33299         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
33300         * ipa-inline.c (pass_ipa_inline): Likewise.
33301         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
33302         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
33303         * tree-inline.c (copy_bb): Removed an unnecessary double check for
33304         is_gimple_call.
33305         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
33306         edges.
33307         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
33308         (output_cgraph): Stream also indirect edges.
33309         (lto_output_edge): Added capability to stream indirect edges.
33310         (input_edge): Likewise.
33311         (input_cgraph_1): Likewise.
33312         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
33313         of indirect edges.
33315 2010-04-28  Richard Guenther  <rguenther@suse.de>
33317         PR tree-optimization/43879
33318         PR tree-optimization/43909
33319         * tree-ssa-structalias.c (struct variable_info): Add
33320         only_restrict_pointers flag.
33321         (new_var_info): Initialize it.  Increment stats.total_vars here.
33322         (create_function_info_for): Do not increment stats.total_vars here.
33323         (get_function_part_constraint): Fix build with C++.
33324         (insert_into_field_list): Remove.
33325         (push_fields_onto_fieldstack): Properly merge fields.
33326         (create_variable_info_for): Split and simplify.
33327         (create_variable_info_for_1): New piece.
33328         (intra_create_variable_infos): Properly make restrict constraints
33329         from parameters.
33331 2010-04-28  Richard Guenther  <rguenther@suse.de>
33333         PR c++/43880
33334         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
33336 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33337             Jan Hubicka  <hubicka@ucw.cz>
33339         * doc/invoke.texi (-Wsuggest-attribute=const,
33340         -Wsuggest-attribute=pure): Document.
33341         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
33342         (function_always_visible_to_compiler_p,
33343         suggest_attribute, warn_function_pure, warn_function_const):
33344         New functions.
33345         (check_call): Improve debug info.
33346         (analyze_function): Do not check availability.
33347         (add_new_function): Check availability.
33348         (propagate): Output warnings.
33349         (skip_function_for_local_pure_const): New function.
33350         (local_pure_const): Use it; output warnings.
33351         * common.opt (Wsuggest-attribute=const,
33352         Wsuggest-attribute=pure): New.
33354 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
33356         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
33357         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
33358         or DW_CFA_def_cfa_offset{,_sf}.
33360 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
33362         * tree.h: Fix truncated long macros.
33364 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
33366         * collect2.c (TARGET_64BIT): Redefine to target's default.
33367         * tlink.c: Likewise.
33368         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
33369         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
33370         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
33371         for underscoring __USER_LABEL_PREFIX__.
33372         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
33373         (SUB_LINK_ENTRY32): New.
33374         (SUB_LINK_ENTRY64): New.
33375         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
33376         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
33377         (SUB_LINK_ENTRY64): New.
33378         (SUB_LINK_ENTRY): New.
33379         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
33380         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
33381         x64 target is choosen.
33382         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
33383         * configure: Regenerated.
33384         * configure.ac (leading-mingw64-underscores): Option added.
33386 2010-04-27  Jan Hubicka  <jh@suse.cz>
33388         * doc/invoke.texi (-fipa-profile): Document.
33389         * opts.c (decode_options): Enable ipa-profile at -O1.
33390         * timevar.def (TV_IPA_PROFILE): Define.
33391         * common.opt (fipa-profile): Add.
33392         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
33393         flag for clones.
33394         (cgraph_propagate_frequency): Handle only local ones.
33395         * tree-pass.h (pass_ipa_profile): Declare.
33396         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
33397         (pass_ipa_profile): Use TV_IPA_PROFILE.
33398         * ipa.c (ipa_profile): New function.
33399         (gate_ipa_profile): Likewise.
33400         (pass_ipa_profile): New global variable.
33401         * passes.c (pass_ipa_profile): New.
33403 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
33405         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
33407 2010-04-27  Martin Jambor  <mjambor@suse.cz>
33409         PR middle-end/43812
33410         * ipa.c (dissolve_same_comdat_group_list): New function.
33411         (function_and_variable_visibility): Call
33412         dissolve_same_comdat_group_list when comdat group contains external or
33413         newly local nodes.
33414         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
33415         lists are circular and that they contain only DECL_ONE_ONLY nodes.
33417 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
33419         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
33420         (const_hash_1) <VECTOR_CST>: New case.
33421         (compare_constant) <VECTOR_CST>: Likewise.
33422         <ADDR_EXPR>: Deal with LABEL_REFs.
33423         (copy_constant) <VECTOR_CST>: New case.
33425 2010-04-27  Jan Hubicka  <jh@suse.cz>
33427         * cgraph.c (cgraph_propagate_frequency): New function.
33428         * cgraph.h (cgraph_propagate_frequency): Declare.
33429         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
33430         cgraph_propagate_frequency.
33432 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
33434         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
33436 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
33438         PR target/40657
33439         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
33440         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
33441         here to determine which regs to push and how much stack to reserve.
33443 2010-04-27  Jie Zhang  <jie@codesourcery.com>
33445         * doc/gimple.texi (gimple_statement_with_ops): Remove
33446         addresses_taken field.
33447         (gimple_statement_with_memory_ops): Likewise.
33449 2010-04-27  Jan Hubicka  <jh@suse.cz>
33451         * tree-inline.c (eni_inlining_weights): Remove.
33452         (estimate_num_insns): Special case more builtins.
33454 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
33456         PR c/32207
33457         * c-typeck.c (build_binary_op): Move forward check for comparison
33458         pointer with null pointer constant and adjust the diagnostic message.
33460 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
33462         PR lto/42776
33463         * configure.ac (gcc_cv_as_section_has_align): Set if installed
33464         binutils supports extended .section directive needed by LTO, or
33465         warn if older binutils found.
33466         (LTO_BINARY_READER): New AC_SUBST'd variable.
33467         (LTO_USE_LIBELF): Likewise.
33468         * config.gcc (lto_binary_reader): New target-specific configure
33469         variable.
33470         * Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
33471         (LTO_USE_LIBELF): Likewise.
33472         * configure: Regenerate.
33474         * collect2.c (is_elf): Rename from this ...
33475         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
33476          object files in addition to ELF-formatted ones.
33477         (scan_prog_file): Caller updated.  Also allow for LTO info marker
33478         symbol to be prefixed or not by an extra underscore.
33480         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
33481         * config/i386/winnt.c: Also #include lto-streamer.h
33482         (i386_pe_asm_named_section): Specify 1-byte section alignment for
33483         LTO named sections.
33484         (i386_pe_asm_output_aligned_decl_common): Add comment.
33485         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
33487 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
33489         PR target/43889
33490         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
33491         Add missing earlyclobber for second alternative.
33493 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
33495         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
33496         bits for artificial defs at the top of the block.
33497         * fwprop.c (single_def_use_enter_block): Don't call it.
33499 2010-04-26  Jack Howarth  <howarth@bromo.med.uc.edu>
33501         PR 43715
33502         * configure.ac: Use "$gcc_cv_nm -g" on darwin
33503         instead of "$gcc_cv_objdump -T".
33504         Use "-undefined dynamic_lookup" on darwin.
33505         * configure: Regenerate.
33507 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
33509         PR c/43893
33510         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
33512 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
33514         * c-parser.c (struct c_token): Move location field up.
33515         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
33516         (struct c_declspecs): Convert typespec_word, storage_class, and
33517         default_int_p into bitfields.
33518         (struct c_declarator): Move loc field up.
33520 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
33522         * cfgloop.h (struct loop): Move can_be_parallel field up.
33523         * ipa-prop.h (struct ip_node_params): Move bitfields up.
33524         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
33525         down.
33526         (struct iv_cand): Convert pos field into a bitfield.
33527         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
33528         field up.
33529         (struct _stmt_vec_info): Shuffle fields for better packing.
33531 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
33533         * varasm.c (IN_NAMED_SECTION): Remove guard.
33534         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
33535         (IN_NAMED_SECTION_P): ...this.
33536         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
33537         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
33539 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
33541         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
33542         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
33543         of shadowing it.  Fix comments.
33545 2010-04-26  Jan Hubicka  <jh@suse.cz>
33547         * cgraph.c (cgraph_create_node): Set node frequency to normal.
33548         (cgraph_clone_node): Copy function frequency.
33549         * cgraph.h (node_frequency): New enum
33550         (struct cgraph_node): Add.
33551         * final.c (rest_of_clean_state): Update.
33552         * lto-cgraph.c (lto_output_node): Output node frequency.
33553         (input_overwrite_node): Input node frequency.
33554         * tre-ssa-loop-ivopts (computation_cost): Update.
33555         * lto-streamer-out.c (output_function): Do not output function
33556         frequency.
33557         * predict.c (maybe_hot_frequency_p): Update and handle functions
33558         executed once.
33559         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
33560         attribute lookup.
33561         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
33562         (compute_function_frequency): Set noreturn functions to be executed
33563         once.
33564         (choose_function_section): Update.
33565         * lto-streamer-in.c (input_function): Do not input function frequency.
33566         * function.c (allocate_struct_function): Do not initialize function
33567         frequency.
33568         * function.h (function_frequency): Remove.
33569         (struct function): Remove function frequency.
33570         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
33571         (try_update): Update.
33572         * tree-inline.c (initialize_cfun): Do not update function frequency.
33573         * passes.c (pass_init_dump_file): Update.
33574         * i386.c (ix86_compute_frame_layout): Update.
33575         (ix86_pad_returns): Update.
33577 2010-04-26  Jie Zhang  <jie@codesourcery.com>
33579         PR tree-optimization/43833
33580         * tree-vrp.c (range_int_cst_p): New.
33581         (range_int_cst_singleton_p): New.
33582         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
33583         when both operands are constants.  Use range_int_cst_p in
33584         BIT_IOR_EXPR case.
33586 2010-04-26  Jan Hubicka  <jh@suse.cz>
33588         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
33590 2010-04-26  Richard Guenther  <rguenther@suse.de>
33592         PR lto/43080
33593         * gimple.c (gimple_decl_printable_name): Deal gracefully
33594         with a NULL DECL_NAME.
33596 2010-04-26  Richard Guenther  <rguenther@suse.de>
33598         PR lto/42425
33599         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
33600         if emitting debug information and it is either a function
33601         or a namespace decl.
33603 2010-04-26  Ira Rosen  <irar@il.ibm.com>
33605         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
33606         determine if the statement is vectorizable, and a macro to access it.
33607         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
33608         Skip statements that can't be vectorized. If the analysis fails,
33609         mark the statement as unvectorizable if vectorizing basic block.
33610         (vect_compute_data_refs_alignment): Likewise.
33611         (vect_verify_datarefs_alignment): Skip statements marked as
33612         unvectorizable. Add print.
33613         (vect_analyze_group_access): Skip statements that can't be
33614         vectorized. If the analysis fails, mark the statement as
33615         unvectorizable if vectorizing basic block.
33616         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
33617         * tree-vect-stmts.c (vectorizable_store): Fix the number of
33618         generated stmts for SLP.
33619         (new_stmt_vec_info): Initialize the new field.
33620         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
33621         statements marked as unvectorizable.
33623 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
33625         * c-common.c (flag_isoc1x): New.
33626         (flag_isoc99): Update comment.
33627         * c-common.h (flag_isoc1x): New.
33628         (flag_isoc99): Update comment.
33629         * c-cppbuiltin.c (builtin_define_float_constants): Also define
33630         __<type>_DECIMAL_DIG__.
33631         * c-opts.c (set_std_c1x): New.
33632         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
33633         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
33634         * c.opt (-std=c1x, -std=gnu1x): New options.
33635         * doc/cpp.texi: Mention -std=c1x.
33636         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
33637         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
33638         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
33639         * doc/standards.texi: Mention C1X.
33640         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
33641         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
33642         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
33643         Define for C1X.
33645 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
33647         * config/i386/gmon-sol2.c (_mcleanup): Change format string
33648         placeholder from 0x%x to %#x.
33649         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
33650         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
33651         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
33652         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
33653         * config/i386/i386.c (ix86_target_string): Ditto.
33654         (output_pic_addr_const): Ditto.
33655         (print_operand): Ditto.
33657 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
33659         * combine.c (find_split_point): Add third argument.  Use it
33660         to find nested multiply-accumulate instructions.  Adjust calls.
33661         (try_combine): Adjust call to find_split_point.
33663 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
33665         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
33667 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
33669         PR tree-optimization/41442
33670         * fold-const.c (merge_truthop_with_opposite_arm): New function.
33671         (fold_binary_loc): Call it.
33673 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33675         * toplev.c (general_init): Set default for fdiagnostics-show-option.
33676         * opts.c (common_handle_option): Allow disabling it.
33677         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
33679 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
33681         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
33682         between modes if both types are integral.
33684 2010-04-23  Richard Guenther  <rguenther@suse.de>
33686         PR tree-optimization/43572
33687         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
33689 2010-04-23  Richard Guenther  <rguenther@suse.de>
33691         PR lto/43455
33692         * tree-inline.c (tree_can_inline_p): Also check compatibility
33693         of return types.
33695 2010-04-23  Martin Jambor  <mjambor@suse.cz>
33697         PR tree-optimization/43846
33698         * tree-sra.c (struct access): New flag grp_assignment_read.
33699         (build_accesses_from_assign): Set grp_assignment_read.
33700         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
33701         (enum mark_read_status): New type.
33702         (analyze_access_subtree): Propagate grp_assignment_read, create
33703         accesses also if both direct_read and root->grp_assignment_read.
33705 2010-04-23  Martin Jambor  <mjambor@suse.cz>
33707         PR middle-end/43835
33708         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
33709         function does not have type attributes.
33711 2010-04-23  Richard Guenther  <rguenther@suse.de>
33713         PR lto/42653
33714         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
33715         of FUNCTION_DECLs.
33717 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
33719         * sese.h (create_if_region_on_edge): Remove.
33721         * sese.c (create_if_region_on_edge): Make static.
33723         * tree-inline.c: Do not include ggc.h.
33725         * expr.c: Do not include ggc.h.
33727         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
33728         dependencies.
33730 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
33732         PR target/43744
33733         * config/sh/sh.c (find_barrier): Don't emit a constant pool
33734         in the middle of insns for casesi_worker_2.
33736 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
33738         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
33740 2010-04-22  Ira Rosen  <irar@il.ibm.com>
33742         PR tree-optimization/43842
33743         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
33744         loop unrolling in update of exit phis. Fix comment.
33745         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
33746         least two reduction statements in the loop before starting SLP
33747         analysis.
33749 2010-04-22  Nick Clifton  <nickc@redhat.com>
33751         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
33753 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
33755         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
33756         to simplify a + ~a.
33758 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
33760         * tree-parloops.c (loop_parallel_p): New argument
33761         parloop_obstack.  Pass it down.
33762         (parallelize_loops): New variable parloop_obstack.  Initialize it,
33763         pass it down, free it.
33765         * tree-loop-linear.c (linear_transform_loops): Pass down
33766         lambda_obstack.
33768         * tree-data-ref.h (lambda_compute_access_matrices): New argument
33769         of type struct obstack *.
33771         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
33772         scratch_obstack.  Initialize it, pass down, free it.
33774         * lambda.h (lambda_loop_new): Remove.
33775         (lambda_matrix_new, lambda_matrix_inverse)
33776         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
33777         argument of type struct obstack *.
33779         * lambda-trans.c (lambda_trans_matrix_new): New argument
33780         lambda_obstack.  Pass it down, use obstack allocation for ret.
33781         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
33782         it down.
33784         * lambda-mat.c (lambda_matrix_get_column)
33785         (lambda_matrix_project_to_null): Remove.
33786         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
33787         allocation for mat.
33788         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
33789         lambda_obstack.
33791         * lambda-code.c (lambda_loop_new): New function.
33792         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
33793         (lambda_compute_auxillary_space, lambda_compute_target_space)
33794         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
33795         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
33796         (build_access_matrix): New argument lambda_obstack.  Use obstack
33797         allocation for am.
33798         (lambda_compute_step_signs, lambda_compute_access_matrices): New
33799         argument lambda_obstack.  Pass it down.
33801 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
33803         * optabs.h (expand_widening_mult): Declare.
33805 2010-04-22  Richard Guenther  <rguenther@suse.de>
33807         PR tree-optimization/43845
33808         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
33809         lookup the CALL_EXPR function and arguments.
33811 2010-04-22  Nick Clifton  <nickc@redhat.com>
33813         * config/stormy16/stormy16.c
33814         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
33815         * config/stormy16/stormy16.h: Tidy up formatting.
33816         (DONT_USE_BUILTIN_SETJMP): Remove definition.
33817         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
33818         (ineqbranchsi): Delete pattern.
33819         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
33820         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
33821         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
33822         stormy16-lib2-ucmpsi2.c.
33824 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
33826         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
33827         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
33828         extra set merge_set_noclobber, and use it to relax the final test
33829         slightly.
33830         * df.h (df_simulate_find_noclobber_defs): Declare.
33831         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
33832         conditional defs.
33833         (df_simulate_find_noclobber_defs): New function.
33835 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
33837         * config/i386/i386.md: Use {} around multi-line preparation statements.
33839 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
33841         * c-tree.h (push_init_level, pop_init_level, set_init_index)
33842         (process_init_element): New argument of type struct obstack *.
33844         * c-typeck.c (push_init_level, pop_init_level, set_designator)
33845         (set_init_index, set_init_label, set_nonincremental_init)
33846         (set_nonincremental_init_from_string, find_init_member)
33847         (output_init_element, output_pending_init_elements)
33848         (process_init_element): New argument braced_init_obstack.  Pass it
33849         down.
33850         (push_range_stack, add_pending_init): New argument
33851         braced_init_obstack.  Use obstack allocation.
33853         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
33854         braced_init_obstack.  Pass it down.
33855         (c_parser_braced_init): New variables ret, braced_init_obstack.
33856         Initialize obstack, pass it down and finally free it.
33858 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
33860         PR middle-end/29274
33861         * tree-pass.h (pass_optimize_widening_mul): Declare.
33862         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
33863         gate_optimize_widening_mul): New static functions.
33864         (pass_optimize_widening_mul): New.
33865         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
33866         <case MULT_EXPR>: Remove support for widening multiplies.
33867         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
33868         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
33869         simplify_gen_unary rather than directly building extensions.
33870         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
33871         WIDEN_MULT_EXPR.
33872         * expmed.c (expand_widening_mult): New function.
33873         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
33875 2010-04-21  Jan Hubicka  <jh@suse.cz>
33877         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
33878         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
33879         * lto-wpa-fixup.c: Remove.
33880         * Makefile.in (lto-wpa-fixup.o): Remove.
33881         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
33882         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
33883         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
33885 2010-04-21  Jan Hubicka  <jh@suse.cz>
33887         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
33888         add write_optimization_summary, read_optimization_summary.
33889         (ipa_write_summaries_of_cgraph_node_set): Remove.
33890         (ipa_write_optimization_summaries): Declare.
33891         (ipa_read_optimization_summaries): Declare.
33892         * ipa-cp.c (pass_ipa_cp): Update.
33893         * ipa-reference.c (pass_ipa_reference): Update.
33894         * ipa-pure-const.c (pass_ipa_pure_const): Update.
33895         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
33896         Update.
33897         * ipa-inline.c (pass_ipa_inline): Update.
33898         * ipa.c (pass_ipa_whole_program): Update.
33899         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
33900         * passes.c (ipa_write_summaries_1): Do not test wpa.
33901         (ipa_write_optimization_summaries_1): New.
33902         (ipa_write_optimization_summaries): New.
33903         (ipa_read_summaries): Do not test ltrans.
33904         (ipa_read_optimization_summaries_1): New.
33905         (ipa_read_optimization_summaries): New.
33907 2010-04-21  Jan Hubicka  <jh@suse.cz>
33909         * lto-cgraph.c (lto_output_node): Do not output comdat groups
33910         for boundary nodes.
33911         (output_cgraph): Do not arrange comdat groups for boundary nodes.
33913 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
33915         PR debug/40040
33916         * dwarf2out.c (add_name_and_src_coords_attributes): Add
33917         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
33919 2010-04-21  Jan Hubicka  <jh@suse.cz>
33921         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
33923 2010-04-21  Jan Hubicka  <jh@suse.cz>
33925         * varpool.c (decide_is_variable_needed): Variable is always needed
33926         during ltrans.
33928 2010-04-21  Jan Hubicka  <jh@suse.cz>
33930         * opts.c (decode_options): Enable pure-const pass for whopr.
33932 2010-04-21  Jan Hubicka  <jh@suse.cz>
33934         * cgraph.c (dump_cgraph_node): Dump also assembler name.
33935         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
33936         at WPA dumping.
33937         (cgraph_decide_inlining): Do not expect callee to be removed in all
33938         cases.
33940 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
33942         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
33944 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
33946         * config/i386/i386.md (x86_shrd): Add athlon_decode and
33947         amdfam10_decode attributes.
33949 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
33951         PR middle-end/43570
33952         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
33953         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
33954         (lower_copyprivate_clauses): Use private var in outer
33955         context instead of original var.  Make sure the types
33956         are correct for VLAs.
33958 2010-04-21  Richard Guenther  <rguenther@suse.de>
33960         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
33961         to non-pointer objects.
33963 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
33965         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
33966         last chain entry if it starts with the still current label.
33967         (add_location_or_const_value_attribute): Check that
33968         loc_list->first->next is NULL instead of comparing ->first with ->last.
33969         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
33970         to add_var_loc_to_decl.
33972         * dwarf2out.c (output_call_frame_info): For dw_cie_version
33973         >= 4 add also address size and segment size fields into CIE header.
33975         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
33976         long as address size is the same as sizeof (void *) and
33977         segment size is 0.
33978         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
33979         address size or segment size is unexpected, return DW_EH_PE_omit.
33980         (classify_object_over_fdes): If get_cie_encoding returned
33981         DW_EH_PE_omit, return -1.
33982         (init_object): If classify_object_over_fdes returned -1,
33983         pretend there were no FDEs at all.
33985 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
33987         * config/i386/i386.md (bswap<mode>2): Macroize expander from
33988         bswap{si,di}2 using SWI48 mode iterator.
33989         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
33990         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
33991         set modrm attribute of bswap insn to 0 and remove length attribute.
33992         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
33993         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
33994         set mode attribute to <MODE> and remove length attribute.
33996 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
33998         PR rtl-optimization/43520
33999         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
34000         zero available registers.
34002 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
34004         * builtins.c (fold_builtin_cproj): Fold more cases.
34006 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
34008         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
34009         (fold_builtin_1): Fold builtin cproj.
34010         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
34011         Use ATTR_CONST_NOTHROW_LIST.
34013 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
34015         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
34016         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
34017         ffsi2_no_cmove for !TARGET_CMOVE.
34018         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
34019         (ffssi2): Remove expander.
34020         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
34021         mode iterator.
34022         (ctz<mode>2): Ditto from ctz{si,di}2.
34023         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
34024         mode iterator.
34025         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
34026         mode iterator.
34028 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
34030         * dwarf2out.c (AT_linkage_name): Define.
34031         (clone_as_declaration): Handle DW_AT_linkage_name.
34032         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
34033         of DW_AT_MIPS_linkage_name.
34034         (move_linkage_attr): Likewise.
34035         (dwarf2out_finish): Likewise.
34037 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
34039         PR middle-end/41952
34040         * fold-const.c (fold_comparison): New folding rule.
34042 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
34044         * double-int.h (double_int_setbit): Declare.
34045         * double-int.c (double_int_setbit): New function.
34046         * rtl.h (immed_double_int_const): Declare.
34047         * emit-rtl.c (immed_double_int_const): New function.
34048         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
34049         and immed_double_int_const functions.
34050         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
34051         expand_copysign_bit): (Ditto.).
34052         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
34053         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
34054         * dojump.c (prefer_and_bit_test): (Ditto.).
34055         * expr.c (convert_modes, reduce_to_bit_field_precision,
34056         const_vector_from_tree): (Ditto.).
34057         * expmed.c (mask_rtx, lshift_value): (Ditto.).
34059 2010-04-20  Jan Hubicka  <jh@suse.cz>
34061         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
34062         (dump_cgraph_node): Dump new flags.
34063         * cgraph.h (struct cgraph_node): Add flags
34064         reachable_from_other_partition and in_other_partition.
34065         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
34066         other partition can not be removed.
34067         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
34068         the other partition must be output; silence sanity checking on
34069         leaking functions bodies from other paritition.
34070         * lto-cgraph.c (reachable_from_other_partition_p): New function.
34071         (lto_output_node): Output new flags; do not sanity check that inline
34072         clones are output; drop lto_forced_extern_inline_p code; do not mock
34073         visibility flags at partition boundaries.
34074         (add_node_to): New function.
34075         (output_cgraph): Use it to sort functions so masters appear before
34076         clones.
34077         (input_overwrite_node): Input new flags.
34078         * passes.c (ipa_write_summaries): Do not call
34079         lto_new_extern_inline_states.
34080         * lto-section-out.c (forced_extern_inline,
34081         lto_new_extern_inline_states lto_delete_extern_inline_states,
34082         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
34083         * lto-streamer.h (lto_new_extern_inline_states,
34084         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
34085         lto_forced_extern_inline_p): Kill.
34087 2010-04-20  Richard Guenther  <rguenther@suse.de>
34089         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
34090         from vars that can have pointers.
34091         (process_constraint): Dump useless constraints.
34093 2010-04-20  Richard Guenther  <rguenther@suse.de>
34095         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
34096         (dump_sa_points_to_info): Remove asserts.
34097         (init_base_vars): nothing_id isn't an escape point nor does it
34098         have pointers.
34100 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
34102         * tree.h (TYPE_REF_IS_RVALUE): Define.
34103         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
34104         should_move_die_to_comdat, prune_unused_types_walk): Handle
34105         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
34106         (modified_type_die, gen_reference_type_die): Emit
34107         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
34108         if TYPE_REF_IS_RVALUE and -gdwarf-4.
34110 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34112         PR target/43635
34113         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
34114         calls for -fpic -m31 if they have been sibcall optimized.
34116 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
34118         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
34119         ar.lc fixed and call-used.
34121         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
34123 2010-04-19  Jan Hubicka  <jh@suse.cz>
34125         * opts.c (decode_options): Disable whpr incompatible passes.
34126         * lto/lto.c (lto_1_to_1_map): Skip clones.
34127         (read_cgraph_and_symbols): Do not mark everything as needed.
34128         (do_whole_program_analysis): Do map only after optimizing;
34129         set proper cgraph_state; use passmanager.
34131 2010-04-19  DJ Delorie  <dj@redhat.com>
34133         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
34134         POINTER_PLUS_EXPR and fix them.
34136 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
34138         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
34139         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
34140         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
34141         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
34142         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
34143         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
34144         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
34145         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
34146         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
34147         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
34148         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
34150 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
34152         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
34153         (check_cond_move_block): Likewise.
34154         (cond_move_process_if_block): Likewise.
34155         (noce_find_if_block): Improve formatting.
34156         (find_if_header): Pass 0 to memset and tweak conditions.
34157         (cond_exec_find_if_block): Fix long lines and tweak conditions.
34159 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
34161         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
34162         for -gdwarf-4.
34164         PR middle-end/43337
34165         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
34166         with non-local decl doesn't need chain.
34168 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
34170         * ira-color.c (allocno_reload_assign): Avoid accumulating
34171         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
34173 2010-04-19  Martin Jambor  <mjambor@suse.cz>
34175         * gimple.h (create_tmp_reg): Declare.
34176         * gimplify.c (create_tmp_reg): New function.
34177         (gimplify_return_expr): Use create_tmp_reg.
34178         (gimplify_omp_atomic): Likewise.
34179         (gimple_regimplify_operands): Likewise.
34180         * tree-dfa.c (make_rename_temp): Likewise.
34181         * tree-predcom.c (predcom_tmp_var): Likewise.
34182         (reassociate_to_the_same_stmt): Likewise.
34183         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
34184         (get_replaced_param_substitute): Likewise.
34185         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
34186         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
34187         * tree-ssa-pre.c (get_representative_for): Likewise.
34188         (create_expression_by_pieces): Likewise.
34189         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
34190         (create_tailcall_accumulator): Likewise.
34192 2010-04-19  Martin Jambor  <mjambor@suse.cz>
34194         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
34195         new_stmt.
34196         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
34198 2010-04-19  Richard Guenther  <rguenther@suse.de>
34200         PR tree-optimization/43796
34201         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
34202         from SCEV in the lattice.
34203         (vrp_visit_phi_node): Dump change.
34205 2010-04-19  Richard Guenther  <rguenther@suse.de>
34207         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
34208         * configure: Re-generated.
34210 2010-04-19  Richard Guenther  <rguenther@suse.de>
34212         PR tree-optimization/43783
34213         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
34214         constant ARRAY_REF operands two and three if possible.
34216 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
34218         PR target/43766
34219         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
34221 2010-04-19  Jie Zhang  <jie@codesourcery.com>
34223         PR target/43662
34224         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
34226 2010-04-19  Ira Rosen  <irar@il.ibm.com>
34228         PR tree-optimization/37027
34229         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
34230         and macro to access it.
34231         (vectorizable_reduction): Add argument.
34232         (vect_get_slp_defs): Likewise.
34233         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
34234         statements for possible use in SLP.
34235         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
34236         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
34237         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
34238         add new argument.
34239         (vectorizable_reduction): Likewise.
34240         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
34241         vect_get_slp_defs.
34242         (vectorizable_type_demotion, vectorizable_type_promotion,
34243         vectorizable_store): Likewise.
34244         (vect_analyze_stmt): Update call to vectorizable_reduction.
34245         (vect_transform_stmt): Likewise.
34246         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
34247         (vect_build_slp_tree): Fix indentation. Check that there are no loads
34248         from different interleaving chains in same node.
34249         (vect_slp_rearrange_stmts): New function.
34250         (vect_supported_load_permutation_p): Allow load permutations for
34251         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
34252         inside SLP nodes if necessary.
34253         (vect_analyze_slp_instance): Handle reductions.
34254         (vect_analyze_slp): Try to build SLP instances originating from groups
34255         of reductions.
34256         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
34257         (vect_get_constant_vectors): Create initial vectors for reductions
34258         according to reduction code. Add new argument.
34259         (vect_get_slp_defs): Add new argument, pass it to
34260         vect_get_constant_vectors.
34261         (vect_schedule_slp_instance): Remove SLP tree root statements.
34263 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
34265         * tree.h (ENUM_IS_SCOPED): Define.
34266         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
34267         for ENUM_IS_SCOPED enums.
34269 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
34271         * fold-const.c (fold_comparison): Use ssizetype.
34272         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
34273         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
34274         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
34275         * tree-object-size.c (compute_object_sizes): Use size_type_node.
34277         * tree.h (initialize_sizetypes): Remove parameter.
34278         (build_common_tree_nodes): Remove second parameter.
34279         * stor-layout.c (initialize_sizetypes): Remove parameter.
34280         Always create an unsigned type.
34281         (set_sizetype): Assert that the passed type is unsigned and simplify.
34282         * tree.c (build_common_tree_nodes): Remove second parameter.
34283         Adjust call to initialize_sizetypes.
34284         * c-decl.c (c_init_decl_processing): Remove second argument in call to
34285         build_common_tree_nodes.
34287 2010-04-18  Matthias Klose  <doko@ubuntu.com>
34289         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
34291 2010-04-18  Ira Rosen  <irar@il.ibm.com>
34293         PR tree-optimization/43771
34294         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
34295         load permutation doesn't have gaps.
34297 2010-04-18  Jan Hubicka  <jh@suse.cz>
34299         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
34300         (sse_prologue_save_insn expander): Use new pattern.
34301         (sse_prologue_save_insn1): New pattern and splitter.
34302         (sse_prologue_save_insn): Update to deal also with 64bit aligned
34303         blocks.
34304         * i386.c (setup_incoming_varargs_64): Do not compute jump
34305         destination here.
34306         (ix86_gimplify_va_arg): Update alignment needed.
34307         (ix86_local_alignment): Do not align all local arrays to 128bit.
34309 2010-04-17  Jan Hubicka  <jh@suse.cz>
34311         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
34313 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
34315         * arm.md (negdi2): Remove redundant code to force values into a
34316         register.
34318 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
34320         * arm/bpabi.S: Add EABI alignment attributes to objects.
34321         * arm/bpabi-v6m.S: Likewise.
34322         * arm/crti.asm: Likewise.
34323         * arm/crtn.asm: Likewise.
34324         * arm/lib1funcs.asm: Likewise.
34325         * arm/libunwind.S: Likewise.
34327 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
34329         * arm-protos.h (tune_params): New structure.
34330         * arm.c (current_tune): New variable.
34331         (arm_constant_limit): Delete.
34332         (struct processors): Add pointer to the tune parameters.
34333         (arm_slowmul_tune): New tuning option.
34334         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
34335         (all_cores): Adjust to pick up the tuning model.
34336         (arm_constant_limit): New function.
34337         (arm_override_options): Select the appropriate tuning model.  Delete
34338         initialization of arm_const_limit.
34339         (arm_split_constant): Use the new constant-limit model.
34340         (arm_rtx_costs): Pick up the current tuning model.
34341         * arm.md (is_strongarm, is_xscale): Delete.
34342         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
34343         for Xscale variant architectures.
34344         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
34346 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
34348         * config/arm/arm.c (arm_gen_constant): Remove unused variable
34349         can_shift.
34350         (arm_rtx_costs_1): Remove unused variable extra_cost.
34351         (arm_unwind_emit_set): Use variable offset.
34352         (thumb1_output_casesi): Remove unused variable flags.
34354 2010-04-16  Jeff Law  <law@redhat.com>
34356         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
34357         needing assignment rather than doing a two-phase assignment.  Remove
34358         unused variable 'm'.
34360 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
34362         PR bootstrap/43767
34363         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
34365 2010-04-16  Doug Kwan  <dougkwan@google.com>
34367         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
34368         (next_operand_entry_id): New static variable.
34369         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
34370         (add_to_ops_vec): Assigned unique ID to operand entry.
34371         (struct oecount_s): New field ID.
34372         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
34373         (undistribute_ops_list): Assign unique IDs to oecounts.
34374         (init_reassoc): reset next_operand_entry_id.
34376 2010-04-16  Doug Kwan  <dougkwan@google.com>
34378         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
34379         missing left parenthesis.
34381 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
34383         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
34384         *btdi_rex64 using SWI48 mode iterator.
34385         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
34386         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
34387         *jcc_btdi_mask_rex64.
34389 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
34391         * double-int.h (tree_to_double_int): Convert to macro.
34392         * double-int.c (tree_to_double_int): Remove.
34394 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
34396         PR debug/43762
34397         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
34398         with want_address 2 and in case a single element list might be
34399         possible, call it again with want_address 0.
34401 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
34403         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
34404         case 'W' print operands for HI mode.
34405         * config/h8300/h8300.h (Y0, Y2) : New constraints.
34406         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
34407         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
34408         * config/h8300/predicate.md (bit_register_indirect_operand): New.
34410         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
34412         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
34413         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
34414         #xx:3 and #xx:4 mode.
34416         * config/h8300/h8300.md (inverted load with HImode dest): Add
34417         support for H8300SX.
34419         * config/h8300/predicate.md (bit_operand): Allow immediate values that
34420         satisfy 'U' constraint.
34422 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34424         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
34425         * configure: Regenerate.
34426         * config.in: Regenerate.
34427         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
34428         works.
34430 2010-04-16  Richard Guenther  <rguenther@suse.de>
34432         * tree.h (struct tree_decl_minimal): Move pt_uid ...
34433         (struct tree_decl_common): ... here.
34434         (DECL_PT_UID): Adjust.
34435         (SET_DECL_PT_UID): Likewise.
34436         (DECL_PT_UID_SET_P): Likewise.
34438 2010-04-16  Richard Guenther  <rguenther@suse.de>
34440         PR tree-optimization/43572
34441         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
34442         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
34443         * tree-flow.h (is_call_clobbered): Remove.
34444         * tree-flow-inline.h (is_call_clobbered): Likewise.
34445         * tree-dfa.c (dump_variable): Do not dump call clobber state.
34446         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
34447         (execute_return_slot_opt): Adjust.
34448         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
34449         check for call clobbered vars here.
34450         (find_tail_calls): Move tailcall verification to the
34451         proper place.
34453 2010-04-16  Diego Novillo  <dnovillo@google.com>
34455         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
34457 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
34459         PR target/40603
34460         * config/arm/arm.md (cbranchqi4): New pattern.
34461         * config/arm/predicates.md (const0_operand,
34462         cbranchqi4_comparison_operator): New predicates.
34464 2010-04-16  Richard Guenther  <rguenther@suse.de>
34466         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
34467         (dump_gimple_stmt): Likewise.
34469 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
34471         * recog.h (struct recog_data): New field is_operator.
34472         (struct insn_operand_data): New field is_operator.
34473         * recog.c (extract_insn): Set recog_data.is_operator.
34474         * genoutput.c (output_operand_data): Emit code to set the
34475         is_operator field.
34476         * reload.c (find_reloads): Use it rather than testing for an
34477         empty constraint string.
34479         PR target/41514
34480         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
34481         If the previous insn is a cbranchsi4_insn with the same arguments,
34482         omit the compare instruction.
34484         * config/arm/arm.md (addsi3_cbranch): If destination is a high
34485         register, inputs must be low registers and we need a low register
34486         scratch.  Handle alternative 2 like alternative 3.
34488 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
34490         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
34491         don't call get_addr on both.  If one expression is a VALUE and
34492         the other a REG, check VALUE's locs if the REG isn't among them.
34494 2010-04-16  Christian Bruel  <christian.bruel@st.com>
34496         * config/sh/sh.h (sh_frame_pointer_required): New function.
34497         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
34498         (flag_omit_frame_pointer) Set.
34499         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
34500         (rounded_frame_size): Adjust size with outgoing_args_size.
34501         (sh_set_return_address): Must return from stack pointer.
34502         * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
34503         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
34504         (ACCUMULATE_OUTGOING_ARGS): Define.
34505         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
34506         * config/sh/sh.opt (maccumulate-outgoing-args): New option.
34508 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
34510         PR target/43471
34511         * config/sh/sh.c (sh_legitimize_reload_address): Use
34512         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
34513         Remove a unneeded check for offset_base.
34515 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
34517         * configure: Regenerated.
34519 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34521         * config/s390/s390.c (s390_call_save_register_used): Switch back
34522         to HARD_REGNO_NREGS.
34524 2010-04-15  Richard Guenther  <rguenther@suse.de>
34526         * alias.c (alias_set_subset_of): Handle alias-set zero
34527         child properly.
34529 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
34530             Julian Brown  <julian@codesourcery.com>
34532         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
34533         alternatives according to use of high and low regs.
34534         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
34535         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
34536         optimizing for size on Thumb-2.
34538 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
34540         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
34542 2010-04-15  Richard Guenther  <rguenther@suse.de>
34544         * tree-ssa-structalias.c (struct variable_info): Add
34545         is_fn_info flag.
34546         (new_var_info): Initialize it.
34547         (dump_constraints): Support printing last added constraints.
34548         (debug_constraints): Adjust.
34549         (dump_constraint_graph): Likewise.
34550         (make_heapvar_for): Check for NULL cfun.
34551         (get_function_part_constraint): New function.
34552         (get_fi_for_callee): Likewise.
34553         (find_func_aliases): Properly implement IPA PTA constraints.
34554         (process_ipa_clobber): New function.
34555         (find_func_clobbers): Likewise.
34556         (insert_into_field_list_sorted): Remove.
34557         (create_function_info_for): Properly allocate vars for IPA mode.
34558         Do not use insert_into_field_list_sorted.
34559         (create_variable_info_for): Properly generate constraints for
34560         global vars in IPA mode.
34561         (dump_solution_for_var): Always dump the solution.
34562         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
34563         (find_what_var_points_to): Adjust.
34564         (pt_solution_set): Change.
34565         (pt_solution_ior_into): New function.
34566         (pt_solution_empty_p): Export.
34567         (pt_solution_includes_global): Adjust.
34568         (pt_solution_includes_1): Likewise.
34569         (pt_solutions_intersect_1): Likewise.
34570         (dump_sa_points_to_info): Check some invariants.
34571         (solve_constraints): Move constraint dumping ...
34572         (compute_points_to_sets): ... here.
34573         (ipa_pta_execute): ... and here.
34574         (compute_may_aliases): Do not re-compute points-to info
34575         locally if IPA info is available.
34576         (ipa_escaped_pt): New global var.
34577         (ipa_pta_execute): Properly implement IPA PTA.
34578         * tree-into-ssa.c (dump_decl_set): Support dumping
34579         decls not in referenced-vars.
34580         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
34581         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
34582         (dump_points_to_solution): Likewise.
34583         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
34584         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
34585         (remap_gimple_stmt): Reset call clobber/use information if necessary.
34586         (copy_decl_to_var): Copy DECL_PT_UID.
34587         (copy_result_decl_to_var): Likewise.
34588         * tree.c (make_node_stat): Initialize DECL_PT_UID.
34589         (copy_node_stat): Copy it.
34590         * tree.h (DECL_PT_UID): New macro.
34591         (SET_DECL_PT_UID): Likewise.
34592         (DECL_PT_UID_SET_P): Likewise.
34593         (struct tree_decl_minimal): Add pt_uid member.
34594         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
34595         (pt_solution_empty_p): Declare.
34596         (pt_solution_set): Adjust.
34597         (ipa_escaped_pt): Declare.
34598         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
34599         * gimple-pretty-print.c (pp_points_to_solution): New function.
34600         (dump_gimple_call): Dump call clobber/use information.
34601         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
34602         * tree-pass.h (TDF_ALIAS): New dump option.
34603         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
34604         * doc/invoke.texi (-fipa-pta): Update documentation.
34606 2010-04-15  Richard Guenther  <rguenther@suse.de>
34608         * Makefile.in (OBJS-common): Add gimple-fold.o.
34609         (gimple-fold.o): New rule.
34610         * tree.h (maybe_fold_offset_to_reference,
34611         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
34612         prototypes ...
34613         * gimple.h: ... here.
34614         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
34615         may_propagate_address_into_dereference): Move prototypes ...
34616         * gimple.h: ... here.
34617         * tree-ssa-ccp.c (get_symbol_constant_value,
34618         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
34619         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
34620         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
34621         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
34622         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
34623         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
34624         gimplify_and_update_call_from_tree): Move ...
34625         * gimple-fold.c: ... here.  New file.
34626         (ccp_fold_builtin): Rename to ...
34627         (gimple_fold_builtin): ... this.
34628         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
34630 2010-04-15  Richard Guenther  <rguenther@suse.de>
34632         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
34633         fit_double_type, force_fit_type_double, add_double_with_sign,
34634         neg_double, mul_double_with_sign, lshift_double, rshift_double,
34635         lrotate_double, rrotate_double, div_and_round_double): Move ...
34636         * double-int.c: ... here.
34637         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
34638         add_double, neg_double, mul_double_with_sign, mul_double,
34639         lshift_double, rshift_double, lrotate_double, rrotate_double,
34640         div_and_round_double): Move prototypes ...
34641         * double-int.h: ... here.
34643 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
34645         PR target/43742
34646         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
34647         matching constraints to ensure inputs match the output.
34649 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
34651         PR target/43742
34652         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
34653         in an input-only operand.
34655 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
34657         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
34658         (double_int_not, double_int_lshift, double_int_rshift): Declare.
34659         (double_int_negative_p): Convert to static inline function.
34660         * double-int.c (double_int_lshift, double_int_lshift): New functions.
34661         (double_int_negative_p): Remove.
34662         * tree.h (lshift_double, rshift_double):
34663         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
34664         * fold-const.c (fold_convert_const_int_from_real,
34665         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
34666         (lshift_double): Change type of arith argument to bool.
34667         (rshift_double): Change type of arith argument to bool. Correct
34668         comment.
34669         * expmed.c (mask_rtx, lshift_value): (Ditto.).
34671 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
34673         PR target/21803
34674         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
34675         at the start and end of the then/else blocks, and omit them from the
34676         conversion.
34677         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
34678         argument; all callers changed.  Pass zero to old_insns_match_p instead.
34679         (flow_find_head_matching_sequence): New function.
34680         (old_insns_match_p): Check REG_EH_REGION notes for calls.
34681         * basic-block.h (flow_find_cross_jump,
34682         flow_find_head_matching_sequence): Declare functions.
34684 2010-04-14  Jason Merrill  <jason@redhat.com>
34686         PR c++/36625
34687         * c-common.c (attribute_takes_identifier_p): New fn.
34688         * c-common.h: Declare it.
34690 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
34692         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
34693         splitter condition.
34694         (*udivmod<mode>4): Ditto.
34696 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
34698         * config/i386/i386.md (maxmin_int): Rename code attribute from
34699         maxminiprefix and update all users.
34700         (maxmin_float): Ditto from maxminfprefix.
34701         (logic): Ditto from logicprefix.
34702         (absneg_mnemonic): Ditto from absnegprefix.
34703         * config/i386/mmx.md: Update all users of maxminiprefix,
34704         maxminfprefix and logicprefix for rename.
34705         * config/i386/sse.md: Ditto.
34706         * config/i386/sync.md (sync_<code><mode>): Update for
34707         logicprefix rename.
34709 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
34711         PR 42966
34712         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
34713         warnings converted to errors.
34715 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
34717         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
34718         used insn_type variable.
34719         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
34720         to avoid set-but-not-used warning.
34722 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
34724         * df-core.c (df_ref_debug): Change format string placeholder
34725         from 0x%x to %#x.
34726         * dwarf2asm.c (dw2_asm_output_data_raw,
34727         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
34728         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
34729         * dwarf2out.c (output_cfi, output_cfi_directive,
34730         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
34731         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
34732         Ditto.
34733         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
34734         * print-rtl.c (print_rtx): Ditto.
34736 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
34738         PR middle-end/42694
34739         * builtins.c (expand_builtin_pow_root): New function to expand pow
34740         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
34741         series of sqrt and cbrt calls under -ffast-math.
34742         (expand_builtin_pow): Call it.
34744 2010-04-14  Michael Matz  <matz@suse.de>
34746         PR tree-optimization/42963
34747         * tree-cfg.c (touched_switch_bbs): New static variable.
34748         (group_case_labels_stmt): New function broken out from ...
34749         (group_case_labels): ... here, use the above.
34750         (start_recording_case_labels): Allocate touched_switch_bbs.
34751         (end_recording_case_labels): Deallocate it, call
34752         group_case_labels_stmt.
34753         (gimple_redirect_edge_and_branch): Remember index of affected BB.
34755 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
34757         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
34758         from insn template.
34760 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
34762         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
34764 2010-04-13  Jan Hubicka  <jh@suse.cz>
34766         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
34767         of optimized out static functions.
34768         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
34769         cost computation.  Also sanity check for overflows.
34770         (update_caller_keys): Update cgraph_edge_badness call; properly
34771         update fibheap and sanity check that it is up to date.
34772         (add_new_edges_to_heap): Update cgraph_edge_badness.
34773         (cgraph_decide_inlining_of_small_function): Likewise;
34774         add sanity checking that badness in heap is up to date;
34775         improve dumping of reason; Update badness of calls to the
34776         offline copy of function currently inlined; dump badness
34777         of functions not inlined because of unit growth limits.
34779 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
34781         PR middle-end/32628
34782         * c-common.c (pointer_int_sum): Disregard overflow that occured only
34783         because of sign-extension change when converting to sizetype here...
34784         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
34786         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
34787         the folding to constants.  Remove redundant final conversion.
34788         (fold_binary) <associate>: Do not associate if the re-association of
34789         constants alone overflows.
34790         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
34791         to the end of the list.
34792         (multiple_of_p) <COND_EXPR>: New case.
34794 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
34796         * opt-functions.awk (opt_sanitized_name): New.
34797         (opt_enum): New.
34798         * optc-gen.awk: Use it
34799         * opth-gen.awk: Use it.
34801 2010-04-13  Martin Jambor  <mjambor@suse.cz>
34803         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
34804         (sra_modify_assign): Delete stmts loading dead data even if racc has no
34805         children.  Call replace_uses_with_default_def_ssa_name to handle
34806         SSA_NAES on lhs.
34808 2010-04-13  Michael Matz  <matz@suse.de>
34810         PR middle-end/43730
34811         * builtins.c (expand_builtin_interclass_mathfn): Also create
34812         a register if the predicate doesn't match.
34814 2010-04-13  Diego Novillo  <dnovillo@google.com>
34816         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
34817         * c-pch.c: Include timevar.h.
34818         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
34819         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
34820         * ggc-common.c: Include timevar.h.
34821         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
34822         * timevar.def (TV_PCH_SAVE): Define.
34823         (TV_PCH_CPP_SAVE): Define.
34824         (TV_PCH_PTR_REALLOC): Define.
34825         (TV_PCH_PTR_SORT): Define.
34826         (TV_PCH_RESTORE): Define.
34827         (TV_PCH_CPP_RESTORE): Define.
34829 2010-04-13  Michael Matz  <matz@suse.de>
34831         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
34832         into MINUS_EXPRs.
34833         (can_reassociate_p): New function.
34834         (break_up_subtract_bb, reassociate_bb): Use it.
34836 2010-04-13  Richard Guenther  <rguenther@suse.de>
34838         PR bootstrap/43737
34839         * builtins.c (c_readstr): Fix assert.
34841 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
34843         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
34844         when generating cltd insn.
34846         (*ashl<mode>3_1): Remove special handling for register operand 2.
34847         (*ashlsi3_1_zext): Ditto.
34848         (*ashlhi3_1): Ditto.
34849         (*ashlhi3_1_lea): Ditto.
34850         (*ashlqi3_1): Ditto.
34851         (*ashlqi3_1_lea): Ditto.
34852         (*<shiftrt_insn><mode>3_1): Ditto.
34853         (*<shiftrt_insn>si3_1_zext): Ditto.
34854         (*<shiftrt_insn>qi3_1_slp): Ditto.
34855         (*<rotate_insn><mode>3_1): Ditto.
34856         (*<rotate_insn>si3_1_zext): Ditto.
34857         (*<rotate_insn>qi3_1_slp): Ditto.
34859 2010-04-13  Richard Guenther  <rguenther@suse.de>
34861         * tree-ssa-structalias.c (callused_id): Remove.
34862         (call_stmt_vars): New.
34863         (get_call_vi): Likewise.
34864         (lookup_call_use_vi): Likewise.
34865         (lookup_call_clobber_vi): Likewise.
34866         (get_call_use_vi): Likewise.
34867         (get_call_clobber_vi): Likewise.
34868         (make_transitive_closure_constraints): Likewise.
34869         (handle_const_call): Adjust to do per-call call-used handling.
34870         (handle_pure_call): Likewise.
34871         (find_what_var_points_to): Remove general callused handling.
34872         (init_base_vars): Likewise.
34873         (init_alias_vars): Initialize call_stmt_vars.
34874         (compute_points_to_sets): Process call-used and call-clobbered
34875         vars for call statements.
34876         (delete_points_to_sets): Free call_stmt_vars.
34878 2010-04-13  Richard Guenther  <rguenther@suse.de>
34880         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
34881         Only add RW dependence for dependence distance zero.
34882         Adjust maximal vectorization factor according to dependences.
34883         Move alignment handling ...
34884         (vect_find_same_alignment_drs): ... here.  New function.
34885         (vect_analyze_data_ref_dependences): Adjust.
34886         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
34887         (vect_analyze_data_refs): Adjust minimal vectorization factor
34888         according to data references.
34889         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
34890         dependences before determining the vectorization factor.
34891         Analyze alignment after determining the vectorization factor.
34892         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
34893         dependences before alignment.
34894         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
34895         Adjust prototype.
34896         (vect_analyze_data_refs): Likewise.
34897         (MAX_VECTORIZATION_FACTOR): New define.
34899 2010-04-13  Duncan Sands  <baldrick@free.fr>
34901         * except.h (lang_eh_type_covers): Remove.
34902         * except.c (lang_eh_type_covers): Likewise.
34904 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34905             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
34907         * config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
34908         * config/s390/s390.c: Replace UNTIS_PER_WORD with
34909         UNITS_PER_LONG where it is ABI relevant.
34910         (s390_return_addr_rtx): Likewise.
34911         (s390_back_chain_rtx): Likewise.
34912         (s390_frame_area): Likewise.
34913         (s390_frame_info): Likewise.
34914         (s390_initial_elimination_offset): Likewise.
34915         (save_gprs): Likewise.
34916         (s390_emit_prologue): Likewise.
34917         (s390_emit_epilogue): Likewise.
34918         (s390_function_arg_advance): Likewise.
34919         (s390_function_arg): Likewise.
34920         (s390_va_start): Likewise.
34921         (s390_gimplify_va_arg): Likewise.
34922         (s390_function_profiler): Likewise.
34923         (s390_optimize_prologue): Likewise.
34924         (s390_rtx_costs): Likewise.
34925         (s390_secondary_reload): Likewise.
34926         (s390_promote_function_mode): Likewise.
34927         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
34928         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
34929         registers available.
34930         (s390_unwind_word_mode): New function.
34931         (s390_function_value): Split 64 bit values into register pair if
34932         used as return value.
34933         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
34934         function call parameters.  Handle parallels.
34935         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
34936         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
34937         (DWARF_CIE_DATA_ALIGNMENT): New macro.
34938         (s390_expand_setmem): Remove unused variable src_addr.
34939         * longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
34940         deal with 64 bit registers.
34941         * config/s390/s390.h: Define __zarch__ predefined macro.
34942         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
34943         (UNITS_PER_LONG): New macro.
34944         * libjava/include/s390-signal.h: Define extended ucontext
34945         structure containing the upper halfs of the 64 bit registers.
34947 2010-04-13  Simon Baldwin  <simonb@google.com>
34949         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
34951 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
34953         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
34954         rvalue on the RHS if the LHS is of a non-renamable type.
34955         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
34957 2010-04-13  Matthias Klose  <doko@ubuntu.com>
34959         * gcc.c (cc1_options): Handle -iplugindir before processing
34960         the cc1 spec. Only add -iplugindir once.
34961         (cpp_unique_options): Add -iplugindir option if -fplugin* options
34962         found.
34963         * common.opt (iplugindir): Remove `Separate' property, initialize.
34964         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
34965         option.
34966         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
34967         (distclean): Remove plugin dir.
34968         * doc/invoke.texi: Document -iplugindir.
34970 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
34972         * doc/plugins.texi (Loading Plugins): Document short
34973         -fplugin=foo option.
34974         (Plugin API): Mention default_plugin_dir_name function.
34976         * gcc.c (find_file_spec_function): Add new declaration.
34977         (static_spec_func): Use it for "find-file".
34978         (find_file_spec_function): Add new function.
34979         (cc1_options): Add -iplugindir option if -fplugin* options found.
34981         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
34983         * plugin.c (add_new_plugin): Updated comment, and handle short
34984         plugin name.
34985         (default_plugin_dir_name): Added new function.
34987         * common.opt (iplugindir): New option to set the plugin directory.
34989 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
34991         * config/i386/i386.md (any_rotate): New code iterator.
34992         (rotate_insn): New code attribute.
34993         (rotate): Ditto.
34994         (SWIM124): New mode iterator.
34995         (<rotate_insn>ti3): New expander.
34996         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
34997         any_rotate code iterator.
34998         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
34999         using any_rotate code iterator and SWIM124 mode iterator.
35000         (ix86_rotlti3): New insn_and_split pattern.
35001         (ix86_rotrti3): Ditto.
35002         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
35003         ix86_rotl{di,ti}3 patterns.
35004         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
35005         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
35006         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
35007         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
35008         code iterator and SWI mode iterator.
35009         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
35010         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
35011         code iterator.
35012         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
35013         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
35014         (bswap rotatert splitter): Add splitter.
35015         (bswap splitter): Macroize splitter using any_rotate code iterator.
35016         Add insn predicate to split only for TARGET_USE_XCHGB or when
35017         optimizing function for size.
35019 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
35021         * config/pa/pa.c (emit_move_sequence): Remove use of
35022         deleted variable flag_argument_noalias.
35024 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35026         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
35027         configurations.
35028         Add to unsupported targets list.
35029         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
35030         sparc*-sun-solaris2.[567]* from target lists.
35031         * configure: Regenerate.
35032         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
35033         removal.
35034         Remove Solaris 7 patch references.
35035         (Specific, sparc-sun-solaris2.7): Removed.
35036         (sparc-sun-solaris2*): Update Solaris 7 example.
35037         (sparc64-*-solaris2*): Likewise.
35039 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35041         * config.build (alpha*-dec-osf4*): Remove.
35042         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
35043         of obsolete configurations.
35044         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
35045         support.
35046         * config/alpha/t-osf4: Renamed to ...
35047         * config/alpha/t-osf5: ... this.
35048         * config/alpha/osf.h: Renamed to ...
35049         * config/alpha/osf5.h: ... this.
35050         Merged old osf5.h contents.
35051         Update comments.
35052         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
35053         (EXTRA_SPECS): Removed.
35054         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
35055         reflect removal of Tru64 UNIX V4.0/V5.0 support.
35056         Document that.
35058 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35060         * doc/contrib.texi (Contributors, Rainer Orth): Update.
35062 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
35064         PR/43702
35065         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
35066         __thiscall convention.
35068 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
35070         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
35071         orig_base.
35072         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
35074 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
35076         * function.c (assign_parms_initialize_all): Add unused attribute
35077         to fntype.
35079 2010-04-12  Richard Guenther  <rguenther@suse.de>
35081         * gsstruct.def (GSS_CALL): New.
35082         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
35083         * gimple.h: Include tree-ssa-alias.h.
35084         (struct gimple_statement_call): New.
35085         (union gimple_statement_struct_d): Add gimple_call member.
35086         (gimple_call_reset_alias_info): Declare.
35087         (gimple_call_use_set): New function.
35088         (gimple_call_clobber_set): Likewise.
35089         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
35090         * gimple.c (gimple_call_reset_alias_info): New function.
35091         (gimple_build_call_1): Call it.
35092         * lto-streamer-in.c (input_gimple_stmt): Likewise.
35093         * tree-inline.c (remap_gimple_stmt): Likewise.
35094         (expand_call_inline): Remove callused handling.
35095         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
35096         * tree-dfa.c (dump_variable): Likewise.
35097         * tree-parloops.c (parallelize_loops): Likewise.
35098         * tree-ssa.c (init_tree_ssa): Likewise.
35099         (delete_tree_ssa): Likewise.
35100         * tree-flow-inline.h (is_call_used): Remove.
35101         * tree-flow.h (struct gimple_df): Remove callused member.
35102         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
35103         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
35104         (ref_maybe_used_by_call_p_1): Simplify.
35105         (call_may_clobber_ref_p_1): Likewise.
35106         * tree-ssa-structalias.c (compute_points_to_sets): Set
35107         the call stmt used and clobbered sets.
35108         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
35109         (find_tail_calls): Verify the tail call.
35111 2010-04-12  Richard Guenther  <rguenther@suse.de>
35113         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
35114         single-iteration always-inline inlining.
35115         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
35116         (cgraph_decide_inlining): Do not handle always-inline specially.
35117         (try_inline): Remove always-inline cycle detection special case.
35118         Do not recurse on always-inlines.
35119         (cgraph_early_inlining): Do not iterate if not optimizing.
35120         (cgraph_gate_early_inlining): remove.
35121         (pass_early_inline): Run unconditionally.
35122         (gate_cgraph_decide_inlining): New function.
35123         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
35124         not inlining or optimizing.
35125         (cgraph_decide_inlining_of_small_functions): Also consider
35126         always-inline functions.
35127         (cgraph_default_inline_p): Return true for nodes which should
35128         disregard inline limits.
35129         (estimate_function_body_sizes): Assume zero size and time for
35130         nodes which are marked as disregarding inline limits.
35131         (cgraph_decide_recursive_inlining): Do not perform recursive
35132         inlining on always-inline nodes.
35134 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
35136         PR bootstrap/43699
35137         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
35138         for exprs satisfying handled_component_p.
35140 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
35142         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
35143         non-constant aggregate elements.
35145         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
35146         is a real initialization.
35148 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
35150         PR c/36774
35151         * c-decl.c (start_function): Move forward check for nested function.
35153 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
35155         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
35156         * config/sh/sh.c: Include reload.h.
35157         (sh_legitimize_reload_address): New.
35158         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
35159         sh_legitimize_reload_address.
35161 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
35163         * config/sh/sh.md (*movqi_pop): New insn pattern.
35164         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
35166 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
35168         * config/i386/i386.md (any_shiftrt): New code iterator.
35169         (shiftrt_insn): New code attribute.
35170         (shiftrt): Ditto.
35171         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
35172         using any_shiftrt code iterator.
35173         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
35174         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
35175         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
35176         pattern from corresponding peephole2 patterns.
35177         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
35178         using any_shiftrt code iterator.
35179         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
35180         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
35181         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
35182         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
35183         *{ashr,lshr}<mode>3_cmp_zext.
35184         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
35186 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
35188         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
35189         scratch register.
35190         (*lshr<mode>3_cconly): Ditto.
35192 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
35194         * config/i386/i386.md (lshr<mode>3): Macroize expander from
35195         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
35196         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
35197         pattern from *lshr{di,ti}3_1 and corresponding splitters using
35198         DWI mode iterator.
35199         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
35200         from corresponding peephole2 patterns.
35201         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
35202         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
35203         and *lshrdi3_1_rex64 using SWI mode iterator.
35204         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
35205         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
35206         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
35207         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
35208         and *lshrdi3_cmp_rex64 using SWI mode iterator.
35209         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
35210         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
35211         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
35212         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
35213         SWI mode iterator.
35215 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
35217         * config/i386/i386.md (ashr<mode>3): Macroize expander from
35218         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
35219         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
35220         pattern from *ashr{di,ti}3_1 and corresponding splitters using
35221         DWI mode iterator.
35222         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
35223         from corresponding peephole2 patterns.
35224         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
35225         (ashrsi3_cvt): Rename from ashrsi3_31.
35226         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
35227         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
35228         and x86_64_shift_adj_3 using SWI48 mode iterator.
35229         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
35230         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
35231         and *ashrdi3_1_rex64 using SWI mode iterator.
35232         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
35233         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
35234         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
35235         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
35236         and *ashrdi3_cmp_rex64 using SWI mode iterator.
35237         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
35238         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
35239         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
35240         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
35241         SWI mode iterator.
35242         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
35243         * config/i386/i386.c (ix86_split_ashr): Update for renamed
35244         x86_shift<mode>_adj_3 expanders.
35246 2010-04-10  Wei Guozhi  <carrot@google.com>
35248         PR target/42601
35249         * config/arm/arm.c (arm_pic_static_addr): New function.
35250         (legitimize_pic_address): Call arm_pic_static_addr when it detects
35251         a static symbol.
35252         (arm_output_addr_const_extra): Output expression for new pattern.
35253         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
35255 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
35257         * ira-costs.c (record_reg_classes): Ignore alternatives that are
35258         not enabled.
35260         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
35261         * web.c: Include "insn-config.h" and "recog.h".
35262         (union_match_dups): New function.
35263         (web_main): Call it.
35264         (union_defs): Don't try to recognize match_dups.
35266         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
35267         if doing so would replace the entire pattern.
35269 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
35271         PR target/43707
35272         PR target/43709
35273         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
35274         and splitter pattern.  Change splitter operand 1 predicate to
35275         nonmemory_operand.
35277 2010-04-09  Martin Jambor  <mjambor@suse.cz>
35279         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
35280         lattices are addresses of CONST_DECLs with the same initial value.
35281         (ipcp_print_all_lattices): Print values of CONST_DECLs.
35282         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
35284 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
35285             Bernd Schmidt  <bernds@codesourcery.com>
35287         * loop-invariant.c (replace_uses): New static function.
35288         (move_invariant_reg): Use it to ensure we can replace the uses.
35290 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
35292         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
35293         function template.
35294         (picochip_override_options): Enable section anchors only above -O1.
35295         (picochip_reorg): Fixed a couple of build warnings.
35297 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35299         * configure.ac (plugin -rdynamic test): Log result.
35300         * configure: Regenerate.
35301         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
35302         (RDYNAMIC_SPEC): Define.
35303         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
35305 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35307         * configure.ac: Determine Sun ld version numbers.
35308         (comdat_group): Restrict GNU ld version checks to gld.
35309         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
35310         (enable_comdat): Support --enable-comdat.
35311         * configure: Regenerate.
35312         * doc/install.texi (Configuration): Document --enable-comdat.
35314 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35316         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
35317         * config/sol2-gld.h: ... here.
35318         * config.gcc (sparc*-*-solaris2*): Reflect this.
35319         (i[34567]86-*-solaris2*): Use it.
35321 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
35323         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
35324         setup_clocks_p.
35325         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
35327 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
35329         PR 42965
35330         * diagnostic.c (diagnostic_initialize): Initialize
35331         some_warnings_are_errors.
35332         (diagnostic_finish): New.
35333         (diagnostic_action_after_output): Call it before exiting.
35334         (diagnostic_report_diagnostic): Do not print message here. Set
35335         some_warnings_are_errors.
35336         * diagnostic.h (diagnostic_context): Delete
35337         issue_warnings_are_errors_message. Add some_warnings_are_errors.
35338         (diagnostic_finish): Declare.
35339         * toplev.c (toplev_main): Call it before exit.
35341 2010-04-09  Jason Merrill  <jason@redhat.com>
35343         PR c++/42623
35344         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
35345         for incomplete type.
35347         PR c++/41788
35348         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
35349         based on a warning flag.
35351 2010-04-09  Richard Guenther  <rguenther@suse.de>
35353         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
35355 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
35357         PR bootstrap/43684
35358         * varasm.c (default_assemble_visibility): Wrap vars that are
35359         set, but unused, by targets without GAS.
35360         * config/rs6000/rs6000.c (paired_emit_vector_compare):
35361         Remove set, but unused, vars.
35362         (rs6000_legitimize_tls_address): Likewise.
35363         (altivec_expand_dst_builtin): Likewise.
35364         * config/darwin.c (machopic_classify_symbol): Likewise.
35365         (machopic_indirection_name): Likewise.
35367 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
35369         * config/i386/i386.md (DWI): New mode iterator.
35370         (S): New mode attribute.
35371         (shift_operand): Ditto.
35372         (shift_immediate_operand): Ditto.
35373         (ashl_input_operand): Ditto.
35374         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
35375         using SDWIM mode iterator.
35376         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
35377         pattern from *ashl{di,ti}3_1 and corresponding splitters using
35378         DWI mode iterator.
35379         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
35380         from corresponding peephole2 patterns.
35381         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
35382         and x86_64_shift_adj_1 using SWI48 mode iterator.
35383         (x86_shift<mode>_adj_2): Ditto.
35384         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
35385         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
35386         using SWI48 mode iterator.
35387         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
35388         *ashldi3_cmp_rex64 using SWI mode iterator.
35389         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
35390         *ashldi3_cconly_rex64 using SWI mode iterator.
35391         * config/i386/i386.c (ix86_split_ashl): Update for renamed
35392         x86_shift<mode>_adj_{1,2}.
35393         (ix86_split_ashr): Ditto.
35394         (ix86_split_lshr): Ditto.
35396 2010-04-09  Richard Guenther  <rguenther@suse.de>
35398         * target.h (builtin_conversion): Pass in input and output types.
35399         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
35400         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
35401         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
35402         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
35404         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
35405         Handle AVX modes.
35406         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
35408 2010-04-09  Richard Guenther  <rguenther@suse.de>
35410         PR target/43152
35411         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
35413 2010-04-09  Richard Guenther  <rguenther@suse.de>
35415         * tree-vectorizer.h (struct _stmt_vec_info): Document
35416         that vectype is the type of the LHS.
35417         (supportable_widening_operation, supportable_narrowing_operation):
35418         Get both input and output vector types as arguments.
35419         (vect_is_simple_use_1): Declare.
35420         (get_same_sized_vectype): Likewise.
35421         * tree-vect-loop.c (vect_determine_vectorization_factor):
35422         Set STMT_VINFO_VECTYPE to the vector type of the def.
35423         (vectorizable_reduction): Adjust.
35424         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
35425         Adjust.  Specify the output vector type.
35426         (vect_pattern_recog_1): Adjust.
35427         * tree-vect-stmts.c (get_same_sized_vectype): New function.
35428         (vectorizable_call): Adjust.
35429         (vectorizable_conversion): Likewise.
35430         (vectorizable_operation): Likewise.
35431         (vectorizable_type_demotion): Likewise.
35432         (vectorizable_type_promotion): Likewise.
35433         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
35434         the def.
35435         (vect_is_simple_use_1): New function.
35436         (supportable_widening_operation): Get both input and output
35437         vector types.
35438         (supportable_narrowing_operation): Likewise.
35439         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
35441 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
35443         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
35444         __thiscall and _thiscall as predefined macros.
35445         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
35446         thiscall attribute handling.
35447         (ix86_comp_type_attributes): Likewise.
35448         (ix86_function_regparm): Likewise.
35449         (ix86_return_pops_args): Likewise.
35450         (init_cumulative_args): Likewise.
35451         (find_drap_reg): Likewise.
35452         (ix86_static_chain): Likewise.
35453         (x86_this_parameter): Likewise.
35454         (x86_output_mi_thunk): Likewise.
35455         (ix86_attribute_table): Add description for thiscall attribute.
35456         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
35457         * doc/extend.texi: Add documentation for thiscall.
35459 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
35461         PR c++/28584
35462         * c.opt (Wint-to-pointer-cast): Available in C++.
35463         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
35465 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
35467         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
35468         * calls.c (expand_call): Pass the function type to aggregate_value_p.
35469         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
35470         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
35471         function type instead.  Reorder and simplify checks.
35473         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
35475 2010-04-08  Jing Yu  <jingyu@google.com>
35476             Zdenek Dvorak  <ook@ucw.cz>
35478         PR tree-optimization/42720
35479         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
35480         loop unswitch conditions here from ...
35481         (tree_unswitch_single_loop): ... here.
35483 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
35485         * tree-if-conv.c: Fix comments and simplify logic.
35487 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
35489         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
35490         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
35491         (main_tree_if_conversion): Update call to tree_if_conversion.
35493 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
35495         PR 42485
35496         * doc/invoke.texi (-b,-V): Delete.
35497         * doc/tm.texi: Do not mention -b.
35498         * gcc.c (display_help): Delete -b and -V.
35499         (process_command): Delete -b and -V.
35500         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
35502 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
35503             Wolfgang Gellerich  <gellerich@de.ibm.com>
35505         Implement target hook for loop unrolling
35506         * target.h (loop_unroll_adjust): Add a new target hook function.
35507         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
35508         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
35509         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
35510         (s390_loop_unroll_adjust): Implement the new target hook for s390.
35511         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
35512         target hook.
35513         (decide_unroll_stupid): Likewise.
35515 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35517         PR target/43643
35518         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
35520 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35522         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
35523         (Specific, *-*-solaris2*): Likewise.
35524         Don't prefer Sun as over GNU as.
35526 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
35528         * config/s390/s390.c (override_options): Adjust the z10 defaults
35529         for max-unroll-times, max-completely-peeled-insns
35530         and max-completely-peel-times.
35532 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35534         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
35535         instructions for z10.
35536         (s390_expand_setmem): Likewise.
35537         (s390_expand_cmpmem): Likewise.
35539 2010-04-08  Richard Guenther  <rguenther@suse.de>
35541         PR tree-optimization/43679
35542         * tree-ssa-pre.c (eliminate): Only propagate copies.
35544 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
35546         PR bootstrap/43681
35547         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
35548         set but not used variable warning.
35550 2010-04-08  Wei Guozhi  <carrot@google.com>
35552         PR target/41653
35553         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
35554         (arm_size_rtx_costs): Call the new function when optimized for size.
35556 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
35558         PR debug/43670
35559         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
35560         op0 is not a MEM, just return NULL instead of assertion
35561         failure.
35562         (discover_nonconstant_array_refs): Don't walk debug stmts.
35564 2010-04-08  Doug Kwan  <dougkwan@google.com>
35566         * configure.ac: Recognize gold and do not use its version number
35567         to test ld features.
35568         * configure: Regenerate.
35570 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
35572         PR middle-end/40815
35573         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
35574         (negate_value): Move code to push elements to broken_up_substracts ...
35575         (eliminate_plus_minus_pair): ... here.  Push operands that have no
35576         negative pair to plus_negates.
35577         (repropagate_negates, init_reassoc, fini_reassoc): Update.
35579 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35581         * doc/install.texi (Configuration): Move description of
35582         --enable-lto, --with-libelf*, --enable-gold from Java section to
35583         general section.
35585         * doc/generic.texi (Working with declarations)
35586         (Function Properties, C and C++ Trees): Fix typos.
35587         * doc/sourcebuild.texi (Top Level): Likewise.
35589 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
35591         PR c/18624
35592         * tree.h (DECL_READ_P): Define.
35593         (struct tree_decl_common): Add decl_read_flag.
35594         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
35595         a set but not used warning.
35596         (merge_decls): Merge DECL_READ_P flag.
35597         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
35598         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
35599         * c-common.c (handle_used_attribute, handle_unused_attribute):
35600         Likewise.
35601         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
35602         New prototypes.
35603         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
35604         New functions.
35605         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
35606         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
35607         c_parser_binary_expression, c_parser_cast_expression,
35608         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
35609         Call default_function_array_read_conversion instead of
35610         default_function_array_conversion where needed.
35611         (c_parser_unary_expression, c_parser_conditional_expression,
35612         c_parser_postfix_expression_after_primary, c_parser_initelt):
35613         Likewise.  Call mark_exp_read where needed.
35614         (c_parser_statement_after_labels, c_parser_asm_operands,
35615         c_parser_typeof_specifier, c_parser_sizeof_expression,
35616         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
35617         where needed.
35618         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
35619         New.
35620         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
35621         (warn_unused_but_set_parameter): Default to warn_unused
35622         && extra_warnings.
35623         * doc/invoke.texi: Document -Wunused-but-set-variable and
35624         -Wunused-but-set-parameter.
35626         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
35627         used count variable.
35628         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
35629         when operandN variables aren't used in the body of the expander
35630         or splitter.
35631         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
35632         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
35633         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
35634         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
35635         FOR_EACH_IMM_USE_ON_STMT): Likewise.
35636         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
35637         * tree.c (PROCESS_ARG): Likewise.
35639 2010-04-07  Simon Baldwin  <simonb@google.com>
35641         * diagnostic.h (diagnostic_override_option_index): New macro to
35642         set a diagnostic's option_index.
35643         * c-tree.h (c_cpp_error): Add warning reason argument.
35644         * opts.c (_warning_as_error_callback): New.
35645         (register_warning_as_error_callback): Store callback for
35646         warnings enabled via enable_warning_as_error.
35647         (enable_warning_as_error): Call callback, minor code tidy.
35648         * opts.h (register_warning_as_error_callback): Declare.
35649         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
35650         response to -Werror=.
35651         (c_common_init_options): Register warning_as_error_callback in opts.c.
35652         * common.opt: Add -Wno-cpp option.
35653         * c-common.c (struct reason_option_codes_t): Map cpp warning
35654         reason codes to gcc option indexes.
35655         * (c_option_controlling_cpp_error): New function, lookup the gcc
35656         option index for a cpp warning reason code.
35657         * (c_cpp_error): Add warning reason argument, call
35658         c_option_controlling_cpp_error for diagnostic_override_option_index.
35659         * doc/invoke.texi: Document -Wno-cpp.
35661 2010-04-07  Richard Guenther  <rguenther@suse.de>
35663         * ipa-reference.c (mark_load): Use get_base_address.
35664         (mark_store): Likewise.
35666         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
35667         inserting GIMPLE_NOPs into the IL.
35668         * tree-ssa-structalias.c (get_constraint_for_component_ref):
35669         Explicitly strip handled components and indirect references.
35671         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
35672         folding address expressions.
35673         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
35674         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
35675         operand_equal_p to compare decls.
35676         (ptr_deref_may_alias_decl_p): Likewise.
35677         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
35678         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
35679         Handle reversed comparison ops.
35680         * tree-sra.c (asm_visit_addr): Use get_base_address.
35681         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
35682         * ipa-reference.c (mark_address): Use get_base_address.
35684 2010-04-07  Richard Guenther  <rguenther@suse.de>
35686         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
35687         Propagate constants everywhere.
35689 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
35691         PR debug/43516
35692         * tree.c (MAX_INT_CACHED_PREC): Define.
35693         (nonstandard_integer_type_cache): New array.
35694         (build_nonstandard_integer_type): Cache results for precision
35695         <= MAX_INT_CACHED_PREC.
35697 2010-04-07  Richard Guenther  <rguenther@suse.de>
35699         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
35700         -fargument-noalias-global, -fargument-noalias-anything): Remove.
35701         * common.opt: Likewise.
35702         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
35703         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
35704         (nonoverlapping_memrefs_p): Likewise.
35705         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
35706         * opts.c (common_handle_option): Handle OPT_fargument_alias,
35707         OPT_fargument_noalias, OPT_fargument_noalias_anything and
35708         OPT_fargument_noalias_global for backward compatibility.
35710 2010-04-07  Richard Guenther  <rguenther@suse.de>
35712         PR tree-optimization/43270
35713         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
35714         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
35715         * tree-ssa-pre.c (phi_translate_1): Adjust.
35716         (fully_constant_expression): Split out vn_reference handling to ...
35717         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
35718         Fold reads from constant strings.
35719         (vn_reference_lookup): Handle fully constant references.
35720         (vn_reference_lookup_pieces): Likewise.
35721         * Makefile.in (expmed.o-warn): Add -Wno-error.
35723 2010-04-07  Martin Jambor  <mjambor@suse.cz>
35725         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
35727 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
35729         PR driver/41594
35730         * gcc.c: Add -static-libstdc++ to list of recognized options.
35732 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35734         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
35736 2010-04-07  Richard Guenther  <rguenther@suse.de>
35738         PR middle-end/42617
35739         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
35740         bases build simple mem attributes to retain points-to information.
35742 2010-04-07  Richard Guenther  <rguenther@suse.de>
35744         PR middle-end/42617
35745         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
35746         preserve points-to related information.
35748 2010-04-07  Richard Guenther  <rguenther@suse.de>
35750         PR middle-end/42617
35751         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
35752         discard plain indirect references.
35753         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
35754         * tree.c (tree_nop_conversion): Likewise.
35756 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
35758         PR debug/43628
35759         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
35761 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
35763         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
35764         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
35766 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
35768         * tree-if-conv.c: Fix indentation and comments.
35770 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
35772         * tree-if-conv.c: Sort static functions in topological order.
35774 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
35776         * tree-if-conv.c: Fix indentation and comments.
35778 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
35780         PR middle-end/43519
35781         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
35782         lang_hooks.types.type_for_size instead of
35783         build_nonstandard_integer_type.
35784         When converting an unsigned type to signed, double its precision.
35785         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
35786         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
35787         (graphite_create_new_loop_guard): When ub + 1 wraps around,
35788         use lb <= ub.
35790 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
35792         PR middle-end/43519
35793         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
35794         POINTER_PLUS_EXPR for pointer types.
35796 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
35798         PR middle-end/43519
35799         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
35800         * graphite-clast-to-gimple.c: Include langhooks.h.
35801         (max_signed_precision_type): New.
35802         (max_precision_type): Takes two types as arguments.
35803         (precision_for_value): New.
35804         (precision_for_interval): New.
35805         (gcc_type_for_interval): New.
35806         (gcc_type_for_value): New.
35807         (gcc_type_for_clast_term): New.
35808         (gcc_type_for_clast_red): New.
35809         (gcc_type_for_clast_bin): New.
35810         (gcc_type_for_clast_expr): Split up into several functions.
35811         (gcc_type_for_clast_eq): Rewritten.
35812         (compute_bounds_for_level): New.
35813         (compute_type_for_level_1): New.
35814         (compute_type_for_level): New.
35815         (gcc_type_for_cloog_iv): Removed.
35816         (gcc_type_for_iv_of_clast_loop): Rewritten.
35817         (graphite_create_new_loop): Compute the lower and upper bound types
35818         with gcc_type_for_clast_expr.
35819         (graphite_create_new_loop_guard): Same.
35820         (find_cloog_iv_in_expr): Removed.
35821         (compute_cloog_iv_types_1): Removed.
35822         (compute_cloog_iv_types): Removed.
35823         (gloog): Do not call compute_cloog_iv_types.
35824         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
35825         GBB_CLOOG_IV_TYPES.
35826         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
35827         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
35828         (GBB_CLOOG_IV_TYPES): Removed.
35830 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
35832         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
35833         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
35834         (detect_commutative_reduction): Same.
35836 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
35838         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
35839         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
35840         argument.
35841         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
35842         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
35843         (rewrite_commutative_reductions_out_of_ssa): Same.
35844         * passes.c (execute_function_todo): Call verify_ssa for every pass
35845         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
35846         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
35847         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
35848         with an extra argument.
35849         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
35850         verify_ssa only when the extra argument is true.
35851         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
35852         with an extra argument.
35853         (tree_transform_and_unroll_loop): Same.
35855 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
35857         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
35858         for all the passes of the LNO having LOOP_CLOSED_SSA.
35859         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
35860         * tree-loop-distribution.c (pass_loop_distribution): Same.
35861         * tree-pass.h (TODO_verify_loops): Removed.
35862         * tree-ssa-loop.c (pass_tree_loop_init): Same.
35863         (pass_lim): Same.
35864         (pass_tree_unswitch): Same.
35865         (pass_predcom): Same.
35866         (pass_vectorize): Same.
35867         (pass_linear_transform): Same.
35868         (pass_graphite_transforms): Same.
35869         (pass_iv_canon): Same.
35870         (pass_complete_unroll): Same.
35871         (pass_complete_unrolli): Same.
35872         (pass_parallelize_loops): Same.
35873         (pass_loop_prefetch): Same.
35874         (pass_iv_optimize): Same.
35876 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
35878         PR middle-end/32824
35879         * passes.c (init_optimization_passes): Move pass_lim before
35880         pass_copy_prop and pass_dce_loop.
35882 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
35884         PR target/43667
35885         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
35886         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
35887         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
35888         MULTI_* defines for 4 argument vpermil2p* builtins.
35890 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
35892         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
35893         * config/i386/i386.c (x86_maybe_negate_const_int): New.
35894         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
35895         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
35896         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
35897         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
35898         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
35899         Use x86_maybe_negate_const_int to output insn mnemonic.
35900         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
35901         check from instruction predicate.  Update comments.
35902         * config/i386/sync.md (sync_add<mode>): Use
35903         x86_maybe_negate_const_int to output insn mnemonic.
35905 2010-04-06  Jan Hubicka  <jh@suse.cz>
35907         PR tree-optimization/42906
35908         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
35909         IGNORE_SELF argument.  Set visited_control_parents for fully
35910         processed BBs.
35911         (find_obviously_necessary_stmts): Update call of
35912         mark_control_dependent_edges_necessary.
35913         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
35915 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
35917         * config/i386/i386.md: Remove comment about 'e' and 'E'
35918         operand modifier.
35920 2010-04-06  Richard Guenther  <rguenther@suse.de>
35922         PR tree-optimization/43627
35923         * tree-vrp.c (extract_range_from_unary_expr): Widenings
35924         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
35925         not varying.
35927 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
35929         * BASE-VER: Change to 4.6.0.
35931         PR target/43638
35932         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
35933         handling.
35935 2010-04-06  Richard Guenther  <rguenther@suse.de>
35937         PR middle-end/43661
35938         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
35940 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35942         * doc/invoke.texi (Optimize Options): Document that LTO
35943         won't remove object access purely due to incompatible
35944         declarations.
35946 2010-04-04  Matthias Klose  <doko@ubuntu.com>
35948         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
35949         Initialize variable.
35951 2010-04-03  Richard Guenther  <rguenther@suse.de>
35953         PR middle-end/42509
35954         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
35955         require a non-NULL MEM_OFFSET.
35957 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
35959         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
35960         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
35961         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
35962         config/alpha/predicates.md, config/arm/arm.md,
35963         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
35964         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
35965         config/darwin9.h, config/darwin.c, config/darwin.h,
35966         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
35967         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
35968         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
35969         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
35970         config/mips/mips.md, config/mn10300/mn10300.c,
35971         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
35972         config/rs6000/aix.h, config/rs6000/dfp.md,
35973         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
35974         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
35975         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
35976         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
35977         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
35978         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
35979         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
35980         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
35981         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
35982         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
35983         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
35984         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
35985         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
35986         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
35987         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
35988         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
35989         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
35990         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
35991         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
35992         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
35993         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
35994         opt-functions.awk, opth-gen.awk, params.def, passes.c,
35995         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
35996         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
35997         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
35998         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
35999         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
36000         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
36001         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
36002         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
36003         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
36004         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
36005         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
36006         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
36007         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
36008         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
36010 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36012         PR other/43620
36013         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
36014         * aclocal.m4: Regenerate.
36016 2010-04-02  Richard Guenther  <rguenther@suse.de>
36018         PR tree-optimization/43629
36019         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
36020         if we have seen a constant value.
36022 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
36024         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
36026 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
36028         PR target/43469
36029         * arm.c (legitimize_tls_address): Adjust call to
36030         gen_tls_load_dot_plus_four.
36031         (arm_note_pic_base): New function.
36032         (arm_cannot_copy_insn_p): Use it.
36033         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
36034         constraint.
36036 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36038         PR bootstrap/43531
36040         Revert:
36041         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36043         * Makefile.in ($(out_object_file)): Depend on
36044         gt-$(basename $(notdir $(out_file))).h.
36046 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
36048         * config.gcc (lm32-*-rtems*): Add t-lm32.
36050 2010-04-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
36052         * config.gcc: Add lm32-*-rtems*.
36053         * config/lm32/rtems.h: New file.
36055 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
36057         PR target/42609
36058         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
36060 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
36062         * dwarf2out.c (output_compilation_unit_header): For
36063         -gdwarf-4 use version 4 instead of version 3.
36064         (output_line_info): For version 4 and above emit additional
36065         maximum ops per insn header field.
36066         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
36068         * dwarf2out.c (is_c_family, is_java): Remove.
36069         (lower_bound_default): New function.
36070         (add_bound_info, gen_descr_array_type_die): Use it.
36072 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
36074         PR debug/43325
36075         * dwarf2out.c (gen_variable_die): Allow debug info for variable
36076         re-declaration when it happens in a function.
36078 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
36080         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
36081         (cgraph_remove_function_insertion_hook): Same.
36082         (cgraph_call_function_insertion_hooks): Same.
36084 2010-04-01  Richard Guenther  <rguenther@suse.de>
36086         PR middle-end/43614
36087         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
36088         and TREE_THIS_VOLATILE.
36089         (copy_ref_info): Likewise.
36090         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
36091         * tree.c (build6_stat): Ignore side-effects of all but arg5
36092         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
36093         TARGET_MEM_REF.
36095 2010-04-01  Richard Guenther  <rguenther@suse.de>
36097         PR tree-optimization/43607
36098         * ipa-type-escape.c (check_call): Do not access non-existing
36099         arguments.
36101 2010-04-01  Richard Guenther  <rguenther@suse.de>
36103         PR middle-end/43602
36104         Revert
36105         2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
36106                     Jack Howarth  <howarth@bromo.med.uc.edu>
36108         * tree-profile.c (tree_init_ic_make_global_vars): Make static
36109         variables TLS.
36111 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36113         * doc/install.texi (Prerequisites): Document libelf usability on
36114         IRIX 5/6 and Solaris 2.
36115         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
36116         Update GNU as, GNU ld requirements.
36117         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
36118         Document Sun Studio compiler download.
36119         Update and simplify as, ld recommendations.
36120         (Specific, *-*-solaris2.7): Note obsoletion, removal.
36122 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36124         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
36125         with_tune_32 to pentium4.
36127 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
36129         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
36131 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36133         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
36134         obsoletion, removal.
36135         Update IDO URL.
36136         Document GNU as requirement.
36137         Update configure requirements.
36138         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
36139         Recomment IRIX 6.5.18+.
36140         Document IDF/IDL requirement.
36141         Document GNU as requirement.
36142         Document GNU ld bootstrap failure.
36143         Remove freeware.sgi.com reference.
36145 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36147         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
36148         UNIX V4.0, V5.0 obsoletion, removal.
36149         Remove --with-gc=simple reference.
36150         Update VM requirements during bootstrap.
36151         Remove -oldas bootstrap description.
36152         Update binutils reference.
36153         Remove comparison failure note.
36155 2010-03-31  Richard Guenther  <rguenther@suse.de>
36156             Zdenek Dvorak  <ook@ucw.cz>
36157             Sebastian Pop  <sebastian.pop@amd.com>
36159         PR middle-end/43464
36160         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
36161         with multiple arguments.
36162         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
36164 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
36166         * graphite-dependences.c (print_pddr): Call print_pdr with an
36167         extra argument.
36168         * graphite-poly.c (debug_pdr): Add an extra argument for the
36169         verbosity level.
36170         (print_pdr): Same.
36171         (print_pbb_domain): Same.
36172         (print_pbb): Same.
36173         (print_scop_context): Same.
36174         (print_scop): Same.
36175         (print_cloog): Same.
36176         (debug_pbb_domain): Same.
36177         (debug_pbb): Same.
36178         (print_pdrs): Same.
36179         (debug_pdrs): Same.
36180         (debug_scop_context): Same.
36181         (debug_scop): Same.
36182         (debug_cloog): Same.
36183         (print_scop_params): Same.
36184         (debug_scop_params): Same.
36185         (print_iteration_domain): Same.
36186         (print_iteration_domains): Same.
36187         (debug_iteration_domain): Same.
36188         (debug_iteration_domains): Same.
36189         (print_scattering_function): Same.
36190         (print_scattering_functions): Same.
36191         (debug_scattering_function): Same.
36192         (debug_scattering_functions): Same.
36193         * graphite-poly.h (debug_pdr): Update declaration.
36194         (print_pdr): Same.
36195         (print_pbb_domain): Same.
36196         (print_pbb): Same.
36197         (print_scop_context): Same.
36198         (print_scop): Same.
36199         (print_cloog): Same.
36200         (debug_pbb_domain): Same.
36201         (debug_pbb): Same.
36202         (print_pdrs): Same.
36203         (debug_pdrs): Same.
36204         (debug_scop_context): Same.
36205         (debug_scop): Same.
36206         (debug_cloog): Same.
36207         (print_scop_params): Same.
36208         (debug_scop_params): Same.
36209         (print_iteration_domain): Same.
36210         (print_iteration_domains): Same.
36211         (debug_iteration_domain): Same.
36212         (debug_iteration_domains): Same.
36213         (print_scattering_function): Same.
36214         (print_scattering_functions): Same.
36215         (debug_scattering_function): Same.
36216         (debug_scattering_functions): Same.
36218 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
36220         * graphite-poly.c (print_scattering_function_1): New.
36221         (print_scattering_function): Call it.
36222         (print_scop_params): Remove spaces at the end of lines.
36223         (print_cloog): New.
36224         (debug_cloog): New.
36225         * graphite-poly.h (print_cloog): Declared.
36226         (debug_cloog): Declared.
36228 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
36230         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
36231         in loop->header.
36232         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
36233         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
36234         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
36235         to switch between adding the IV bump in loop->latch or in loop->header.
36237 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
36239         * graphite-poly.c (print_scattering_function): Pretty print following
36240         the scoplib format.
36241         (print_pdr): Same.
36242         (print_pbb_domain): Same.
36243         (dump_gbb_cases): Same.
36244         (dump_gbb_conditions): Same.
36245         (print_pdrs): Same.
36246         (print_pbb): Same.
36247         (print_scop_params): Same.
36248         (print_scop_context): Same.
36249         (print_scop): Same.
36250         (print_pbb_body): New.
36251         (lst_indent_to): New.
36252         (print_lst): Start new lines with a #.
36253         * graphite-poly.h (pbb_bb): New.
36254         (pbb_index): Use pbb_bb.
36255         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
36256         disjuncts.
36257         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
36259 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
36261         * dwarf2out.c (size_of_die): For -gdwarf-4 use
36262         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
36263         and 0 instead of 1 for dw_val_class_flag.
36264         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
36265         dw_val_class_range_list, dw_val_class_loc_list,
36266         dw_val_class_lineptr and dw_val_class_macptr, use
36267         DW_FORM_flag_present for dw_val_class_flag and
36268         DW_FORM_exprloc for dw_val_class_loc.
36269         (output_die): For -gdwarf-4 print dw_val_class_loc
36270         size as uleb128 instead of 1 or 2 bytes and don't print
36271         anything for dw_val_class_flag.
36273         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
36274         instead of cselib_lookup following by tweaking locs->setting_insn.
36276         PR bootstrap/43596
36277         * cselib.c (cselib_process_insn): Clear cselib_current_insn
36278         even before returning from label, setjmp call or volatile asm
36279         handling.
36281 2010-03-31  Richard Guenther  <rguenther@suse.de>
36283         PR middle-end/43600
36284         * cgraphunit.c (cgraph_output_in_order): Do not allocate
36285         temporary data on stack.
36287 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36289         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
36290         (PUSHSECTION_ASM_OP): Remove.
36291         (POPSECTION_ASM_OP): Remove.
36292         (PUSHSECTION_FORMAT): Remove.
36293         * config/sol2.h (PUSHSECTION_FORMAT): Define.
36294         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
36295         * config/sol2.c (solaris_output_init_fini): Use it.
36297 2010-03-31  Jie Zhang  <jie@codesourcery.com>
36299         PR 43574
36300         * opt-functions.awk (var_type_struct): Use signed char type
36301         for simple variables.
36303 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36305         * config/sol2.c: Include output.h.
36306         (solaris_assemble_visibility): New function.
36307         * config/t-sol2 (sol2.o): Add output.h dependency.
36308         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
36309         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
36310         Redefine.
36312 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
36314         PR target/43580
36315         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
36316         V2SImode or XFmode on PRE_DEC.
36318         PR debug/43557
36319         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
36320         BLKmode.
36322 2010-03-31  Jie Zhang  <jie@codesourcery.com>
36324         PR 43562
36325         * reload.h (caller_save_initialized_p): Declare.
36326         * toplev.c (backend_init_target): Don't call
36327         init_caller_save but set caller_save_initialized_p to false.
36328         * caller-save.c (caller_save_initialized_p): Define.
36329         (init_caller_save): Check caller_save_initialized_p.
36330         * ira.c (ira): Call init_caller_save if flag_caller_saves.
36332 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36334         PR target/39048
36335         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
36336         and soft-fp/t-softfp to tmake_file.
36337         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
36338         (LIBGCC2_TF_CEXT): Define.
36339         (TF_SIZE): Define.
36341 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
36343         PR debug/42977
36344         * cselib.c (n_useless_values): Document handling of debug locs.
36345         (n_useless_debug_values, n_debug_values): New variables.
36346         (new_elt_loc_list): Don't add to debug values, keep count.
36347         (promote_debug_loc): New.
36348         (cselib_reset_table): Zero new variables.
36349         (entry_and_rtx_equal_p): Promote debug locs.
36350         (discard_useless_locs): Increment n_useless_debug_values for
36351         debug values.
36352         (remove_useless_values): Adjust n_useless_values and n_debug_values
36353         with n_useless_debug_values.
36354         (add_mem_for_addr): Promote debug locs.
36355         (cselib_lookup_mem): Likewise.
36356         (cselib_lookup_addr): Renamed to...
36357         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
36358         (cselib_log_lookup): ... this.  Turn into...
36359         (cselib_lookup_addr): ... new wrapper.
36360         (cselib_lookup_from_insn): New.
36361         (cselib_invalidate_regno): Increment n_useless_debug_values for
36362         debug values.
36363         (cselib_invalidate_mem): Likewise.
36364         (cselib_process_insn): Take n_deleted and n_debug_values into
36365         account to guard remove_useless_value call.
36366         (cselib_finish): Zero n_useless_debug_values.
36367         * cselib.h (cselib_lookup_from_insn): Declare.
36368         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
36369         (sched_analyze_2): Likewise.
36371 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
36373         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
36374         functions.
36375         (adjust_mems): Replace narrowing SUBREG of expression containing
36376         just PLUS, MINUS, MULT and ASHIFT of registers and constants
36377         with operations in the narrower mode.
36379         PR debug/43593
36380         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
36381         regs_invalidated_by_call instead all call_used_reg_set registers.
36383 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
36385         PR middle-end/43430
36386         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
36387         pointer comparisons with types_compatible_p.
36388         * tree-vect-stmts.c (vectorizable_call): Same.
36389         (vectorizable_condition): Same.
36391 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36393         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
36394         stack check if the mask would be zero.
36396 2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
36397             Jack Howarth  <howarth@bromo.med.uc.edu>
36399         * tree-profile.c (tree_init_ic_make_global_vars): Make static
36400         variables TLS.
36402 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
36404         PR other/25232
36405         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
36406         and __unordtf2.
36407         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
36408         Include ___unordxf2 and ___unordtf2.
36409         * config/i386/libgcc-glibc.ver: Do not define inheritance from
36410         GCC_4.4.0 here.
36412 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
36414         * config/lm32/t-lm32: New file.
36415         * config.gcc: Use the above file when targetting lm32.
36417 2010-03-28  Duncan Sands  <baldrick@free.fr>
36419         * Makefile.in (PLUGIN_HEADERS): Add except.h.
36421 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
36423         PR middle-end/43431
36424         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
36425         Improve vectorization cost model diagnostic.
36427 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
36429         PR middle-end/43436
36430         * tree-vect-data-refs.c (vect_analyze_data_refs): When
36431         compute_data_dependences_for_loop returns false, early exit
36432         and output an extra diagnostic for the failed data reference
36433         analysis.
36435 2010-03-29  Richard Guenther  <rguenther@suse.de>
36437         PR tree-optimization/43560
36438         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
36439         (can_sm_ref_p): Treat stores to readonly locations as trapping.
36441 2010-03-29  Jie Zhang  <jie@codesourcery.com>
36443         PR 43564
36444         * toplev.c (process_options): Set optimization_default_node
36445         and optimization_current_node.
36446         * opts.c (decode_options): Don't set optimization_default_node
36447         and optimization_current_node.
36449 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
36451         * config/rtems.h: Abandon -qrtems_debug.
36453 2010-03-28  Jan Hubicka  <jh@suse.cz>
36455         PR tree-optimization/43505
36456         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
36457         map should not be copied.
36459 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
36461         PR middle-end/41674
36462         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
36463         cdtors, set DECL_PRESERVE_P.
36464         * ipa.c (cgraph_externally_visible_p): Return true if declaration
36465         should be preseved.
36467 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
36469         PR tree-optimization/43528
36470         * stor-layout.c (place_field): Check that constant fits into
36471         unsigned HWI when skipping calculation of MS bitfield layout.
36473 2010-03-27  Jan Hubicka  <jh@suse.cz>
36475         PR middle-end/43391
36476         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
36477         notice_global_symbol work.
36479 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
36481         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
36482         instead of dwarf2out_decl.
36483         (struct var_loc_node): Remove section_label field.
36484         (dwarf2out_function_decl): New function.
36485         (dwarf2out_var_location): Don't set section_label field.
36486         (dwarf2out_begin_function): Don't empty decl_loc_table here.
36488 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
36490         PR tree-optimization/43544
36491         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
36492         First argument for builtin vectorized function hook is now a
36493         tree to be able to distinguish between machine specific and
36494         standard builtins.
36495         * targhooks.c (default_builtin_vectorized_function): Ditto.
36496         * targhooks.h (default_builtin_vectorized_function): Ditto.
36497         * target.h (struct gcc_target): Ditto.
36498         * tree-vect-stmts.c (vectorizable_function): Ditto.
36499         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
36500         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
36501         Ditto.
36503 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
36505         PR c/43381
36506         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
36507         nested binding iff it is a FUNCTION_DECL.
36508         (store_parm_decls_newstyle): Pass nested=true to bind for
36509         FUNCTION_DECLs amongst parameters.
36511 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
36513         * var-tracking.c (vt_expand_loc_callback): Don't run
36514         cselib_expand_value_rtx_cb in dummy mode if
36515         cselib_dummy_expand_value_rtx_cb returned false.
36517         * var-tracking.c (emit_note_insn_var_location): For one part
36518         notes with offset 0, don't add EXPR_LIST around the location.
36519         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
36520         add_location_or_const_value_attribute): Adjust for that change.
36522         PR debug/43540
36523         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
36524         into first operand and location into second.
36525         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
36526         dw_cfi_oprnd_loc for DW_CFA_expression.
36527         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
36528         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
36529         assume first argument is regnum and second argument is location.
36531 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
36533         PR target/42113
36534         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
36535         of scratch register to DImode.  Split to DImode comparison operator.
36536         Use SImode subreg of scratch register in the multiplication.
36537         (*cmp_sadd_sidi): Ditto.
36538         (*cmp_ssub_si): Ditto.
36539         (*cmp_ssub_sidi): Ditto.
36541 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
36543         PR target/43524
36544         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
36545         Remove invalid assert and wrong comment.
36547 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
36549         PR debug/43516
36550         * flags.h (final_insns_dump_p): New extern.
36551         * final.c (final_insns_dump_p): New variable.
36552         (rest_of_clean_state): Set it before -fdump-final-insns=
36553         dumping, clear afterwards.
36554         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
36555         MEM_ALIAS_SET on MEMs.
36557 2010-03-26  David S. Miller  <davem@davemloft.net>
36559         * configure.ac: Fix sparc GOTDATA_OP bug check.
36560         * configure: Rebuild.
36562 2010-03-26  Alan Modra  <amodra@gmail.com>
36564         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
36566 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36568         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
36569         TLS_SECTION_ASM_FLAG.
36571 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
36573         PR bootstrap/43511
36574         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
36575         Clear first_function_block_is_cold.
36577         PR c/43385
36578         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
36579         argument if the argument is truth_value_p.
36581 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
36583         * config/rs6000/constraints.md: Update copyright year for my changes.
36585         PR target/43484
36586         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
36587         used in reg+reg addressing, swap registers.
36589 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
36591         PR debug/43293
36592         * target.h (struct gcc_target): Add code_end hook.
36593         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
36594         if not yet defined.
36595         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
36596         * toplev.c (compile_file): Call targetm.asm_out.code_end
36597         hook before unwind info/debug info output.
36598         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
36599         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
36600         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
36601         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
36602         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
36603         * config/i386/i386.c (ix86_file_end): Renamed to...
36604         (ix86_code_end): ... this.  Make static.  Don't call
36605         file_end_indicate_exec_stack.  Emit unwind info using
36606         final_start_function/final_end_function.
36607         (darwin_x86_file_end): Remove.
36608         (TARGET_ASM_CODE_END): Define.
36609         * config/i386/i386.h (TARGET_ASM_FILE_END,
36610         NEED_INDICATE_EXEC_STACK): Don't define.
36611         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
36612         (TARGET_ASM_FILE_END): Define to darwin_file_end.
36613         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
36614         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
36616         PR target/43498
36617         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
36618         at the beginning and final_end_function at the end.
36619         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
36621 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36623         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
36624         and Sun as TLS syntax.
36625         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
36626         * configure: Regenerate.
36627         * config.in: Regenerate.
36628         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
36629         (default_elf_asm_named_section): Use it.
36630         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
36631         (i386_output_dwarf_dtprel): Likewise.
36632         (output_addr_const_extra): Likewise.
36633         (output_pic_addr_const): Lowercase @GOTTPOFF.
36634         (output_addr_const_extra): Likewise.
36635         (output_pic_addr_const): Lowercase @GOTNTPOFF.
36636         (output_addr_const_extra): Likewise.
36637         (output_pic_addr_const): Lowercase @INDNTPOFF.
36638         (output_addr_const_extra): Likewise.
36639         (output_pic_addr_const): Lowercase @NTPOFF.
36640         (output_addr_const_extra): Likewise.
36641         (output_pic_addr_const): Lowercase @TPOFF.
36642         (output_addr_const_extra): Likewise.
36643         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
36644         (*tls_global_dynamic_64): Likewise.
36645         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
36646         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
36648         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
36649         (ASM_OUTPUT_TLS_COMMON): Use it.
36650         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
36652         PR target/38118
36653         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
36654         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
36655         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
36656         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
36657         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
36658         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
36660 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36662         * config/i386/i386.c (override_options): Don't accept
36663         -mtls-dialect=sun any longer.
36664         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
36665         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
36666         (*tls_local_dynamic_base_32_sun): Likewise.
36667         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
36669 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
36671         PR debug/43508
36672         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
36673         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
36675         PR debug/43479
36676         * ira.c (adjust_cleared_regs): New function.
36677         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
36679         PR debug/19192
36680         PR debug/43479
36681         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
36682         from gimple_block.
36683         * expr.c (expand_expr_real): Restore previous
36684         curr_insn_source_location and curr_insn_block after
36685         expand_expr_real_1 call.
36686         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
36687         instead of expand_expr_real_1.
36689 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
36691         PR rtl-optimization/43413
36692         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
36693         hard regs too.
36695 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
36697         PR target/43348
36698         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
36699         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
36701 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
36703         * config/i386/i386.c (ix86_target_string): Add -mfma.
36704         Fix a typo in comment.
36706 2010-03-22  Mike Stump  <mikestump@comcast.net>
36708         PR target/23071
36709         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
36710         Don't overly align based upon packed packed fields.
36712 2010-03-22  Jason Merrill  <jason@redhat.com>
36714         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
36715         Use () rather than [], and move before the element type.
36717 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36719         * doc/configfiles.texi (Configuration Files): Removed
36720         fixinc/Makefile*, intl/Makefile.*.
36721         * doc/makefile.texi: Fixed markup. Abstract from version
36722         control system used.
36723         (Makefile): Removed obsolete java/parse.y example.
36724         * doc/sourcebuild.texi: Likewise.
36725         (Top Level): Added config, gnattools, libdecnumber, libgcc,
36726         libgomp, libssp.  Removed fastjar.
36727         (Miscellaneous Docs): Clarify location.
36728         Added COPYING3, COPYING3.LIB.
36729         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
36731 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36733         PR target/38085
36734         * config/i386/i386.c (x86_function_profiler)
36735         [!NO_PROFILE_COUNTERS]: Fix typo.
36736         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
36737         instead of callq.
36739 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
36740             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36742         * doc/sourcebuild.texi (Test Directives): Split into six
36743         subsections, with most of the current text in new subsections
36744         Directives, Selectors, and Final Actions.
36745         (Directives): Split list of test directives into multiple
36746         subsubsections.
36747         (Selectors): Describe use and syntax of selectors.
36748         (Effective-Target Keywords): Describe all existing keywords.
36749         (Add Options): Describe features for dg-add-options.
36750         (Require Support): Describe variants of dg-require-support.
36751         (Final Actions): Describe commands to use in dg-final.
36753 2010-03-22  Michael Matz  <matz@suse.de>
36755         PR middle-end/43475
36756         * recog.c (validate_replace_rtx_group): Replace also in
36757         REG_EQUAL and REG_EQUIV notes.
36759 2010-03-22  Richard Guenther  <rguenther@suse.de>
36761         PR tree-optimization/43390
36762         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
36763         sure vector extracts are type correct.
36765 2010-03-22  Richard Guenther  <rguenther@suse.de>
36767         PR middle-end/40106
36768         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
36769         x * sqrt (x) even when optimizing for size if the target
36770         has native support for sqrt.
36772 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
36774         * varasm.c (make_decl_rtl_for_debug): Also clear
36775         flag_mudflap for the duration of make_decl_rtl call.
36777         PR debug/43443
36778         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
36779         locs from preserved VALUEs.
36781 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
36783         PR middle-end/42718
36784         * pa.md (movmemsi): Set align to one if zero.
36785         (movmemdi): Likewise.
36787 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
36789         PR target/42321
36790         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
36791         with their corresponding prologue pushes.
36793 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
36795         PR target/43156
36796         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
36797         at the begining or end.
36798         (spu_expand_epilogue): Likewise.
36800 2010-03-20  Richard Guenther  <rguenther@suse.de>
36802         PR rtl-optimization/43438
36803         * combine.c (make_extraction): Properly zero-/sign-extend an
36804         extraction of the low part of a CONST_INT.  Also handle
36805         CONST_DOUBLE.
36807 2010-03-19  Mike Stump  <mikestump@comcast.net>
36809         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
36810         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
36811         (override_options): Use SUBTARGET32_DEFAULT_CPU.
36813 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
36815         PR c/43211
36816         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
36817         an error.
36819 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
36821         PR rtl-optimization/42258
36822         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
36823         use that may match DEF.
36825         PR target/40697
36826         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
36827         the cost of loading the constant rather than assuming
36828         COSTS_N_INSNS (1).
36829         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
36830         outer code is AND, do the same tests as the andsi3 expander and
36831         return COSTS_N_INSNS (1) if and is cheap.
36833         * optabs.c (avoid_expensive_constant): Fix formatting.
36835 2010-03-19  Michael Matz  <matz@suse.de>
36837         PR c++/43116
36838         * attribs.c (decl_attributes): When rebuilding a function pointer
36839         type use the same qualifiers as the original pointer type.
36841 2010-03-19  Martin Jambor  <mjambor@suse.cz>
36843         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
36844         and is_gimple_ip_invariant_address.
36846 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
36848         Revert
36849         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
36851         * config/arm/arm.c (arm_override_options): Turn off
36852         flag_dwarf2_cfi_asm for AAPCS variants.
36854 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
36856         PR target/43399
36857         * config/arm/arm.c (emit_multi_reg_push): Update comments.
36858         Use PRE_MODIFY instead of PRE_DEC.
36859         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
36860         (vfp_emit_fstmd): Likewise.
36862 2010-03-19  Michael Matz  <matz@suse.de>
36864         PR target/43305
36865         * builtins.c (expand_builtin_interclass_mathfn,
36866         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
36867         if that fails.
36869 2010-03-19  Richard Guenther  <rguenther@suse.de>
36871         PR tree-optimization/43415
36872         * tree-ssa-pre.c (phi_translate): Split out worker to ...
36873         (phi_translate_1): ... this.
36874         (phi_translate): Move all caching here.  Cache all NARY
36875         and REFERENCE translations.
36877 2010-03-19  David S. Miller  <davem@davemloft.net>
36879         With help from Eric Botcazou.
36880         * config/sparc/sparc.c: Include dwarf2out.h.
36881         (emit_pic_helper): Delete.
36882         (pic_helper_symbol_name): Delete.
36883         (pic_helper_emitted_p): Delete.
36884         (pic_helper_needed): New.
36885         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
36886         (get_pc_thunk_name): New.
36887         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
36888         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
36889         Set pic_helper_needed to true.  Don't call emit_pic_helper.
36890         (sparc_expand_prologue): Update load_pic_register call.
36891         (sparc_output_mi_thunk): Likewise.
36892         (sparc_file_end): Emit a hidden comdat symbol for the PIC
36893         thunk if possible.  Output CFI information as needed.
36895 2010-03-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
36896             Jack Howarth  <howarth@bromo.med.uc.edu>
36898         PR target/36399
36899         * config/i386/i386.h: Fix ABI on darwin x86-32.
36901 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
36903         * tree.h: Declare make_decl_rtl_for_debug.
36904         * varasm.c (make_decl_rtl_for_debug): New.
36905         * dwarf2out.c (rtl_for_decl_location): Call it.
36906         * cfgexpand.c (expand_debug_expr): Call it.
36908 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
36910         PR bootstrap/43399
36911         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
36912         mem_mode.
36914         PR bootstrap/43403
36915         * var-tracking.c (vt_init_cfa_base): Do nothing if
36916         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
36918 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
36920         PR debug/42873
36921         * var-tracking.c (canonicalize_vars_star): New.
36922         (dataflow_post_merge_adjust): Use it.
36924 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
36926         PR debug/43058
36927         * var-tracking.c (non_suitable_const): New function.
36928         (add_uses): For DEBUG_INSNs with constants, don't record any
36929         value, instead just the constant value itself.
36930         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
36931         is not VAR_LOC_UNKNOWN_P, set var to the constant.
36932         (emit_notes_in_bb): Likewise.
36933         (emit_note_insn_var_location): For onepart variables if
36934         cur_loc is a VOIDmode constant, use DECL_MODE.
36936 2010-03-18  Martin Jambor  <mjambor@suse.cz>
36938         PR middle-end/42450
36939         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
36940         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
36941         all non-clones.  Moved call redirection...
36942         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
36943         (cgraph_materialize_all_clones): Dispose of all
36944         combined_args_to_skip bitmaps.
36945         (verify_cgraph_node): Do not check for edges pointing to wrong
36946         nodes in inline clones.
36947         * tree-inline.c (copy_bb): Call
36948         cgraph_redirect_edge_call_stmt_to_callee.
36949         * ipa.c (cgraph_remove_unreachable_nodes): Call
36950         cgraph_node_remove_callees even when there are used clones.
36952 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
36954         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
36956 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
36958         PR target/43383
36959         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
36960         for 32bit.
36962 2010-03-18  Michael Matz  <matz@suse.de>
36964         PR middle-end/43419
36965         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
36966         into sqrt(x) if we need to preserve signed zeros.
36968 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
36969             Eric Botcazou  <ebotcazou@adacore.com>
36971         PR rtl-optimization/43360
36972         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
36973         note if we don't know its invariant status.
36975 2010-03-18  Michael Matz  <matz@suse.de>
36977         PR tree-optimization/43402
36978         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
36979         PHI chains of ssa names registered for update.
36981 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
36983         PR target/42427
36984         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
36985         non-offsettable and pre_modify update addressing.
36986         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
36987         and "2" alternatives "#".
36988         (*movdd_softfloat32): Make all alternatives "#";
36989         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
36990         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
36991         (*movdf_softfloat32): Make all alternatives "#";
36992         (movdi): Use the new DIFD mode iterator to create a common splitter
36993         for movdi, movdf and movdd patterns.
36995 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
36997         * common.opt (dumpdir): Remove redundant tab.
36999 2010-03-17  Martin Jambor  <mjambor@suse.cz>
37001         PR tree-optimization/43347
37002         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
37003         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
37005 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
37007         PR rtl-optimization/42216
37008         * regrename.c (create_new_chain): New function, broken out from...
37009         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
37010         appending a use to an empty chain.
37011         (build_def_use): Remove previous changes that convert OP_INOUT to
37012         OP_OUT operands; instead detect the case where an OP_INOUT operand
37013         uses a previously untracked register and create an empty chain for it.
37015 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37017         * doc/extend.texi (Function Attributes): Rewrite unfinished
37018         sentence in ms_abi documentation.
37020 2010-03-17  Alan Modra  <amodra@gmail.com>
37022         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
37023         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
37024         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
37025         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
37027 2010-03-16  Richard Henderson  <rth@redhat.com>
37029         PR middle-end/43365
37030         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
37031         (lower_try_finally): Save and restore eh_seq around the expansion
37032         of the try-finally.
37034 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
37036         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
37037         statements before splitting block.
37039 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37041         * doc/sourcebuild.texi (Testsuites): Fix markup.
37042         Use pathnames relative to gcc/testsuite.
37043         (Test Directives): Move description of how timeout is determined.
37044         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
37045         (C Tests): Correct gcc.misc-tests directory.
37046         Framework tests now live in gcc.test-framework.
37048 2010-03-16  Richard Guenther  <rguenther@suse.de>
37050         PR middle-end/43379
37051         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
37052         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
37054 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
37055             Alexandre Oliva  <aoliva@redhat.com>
37057         PR tree-optimization/42917
37058         * lambda-code.c (remove_iv): Skip debug statements.
37059         (lambda_loopnest_to_gcc_loopnest): Likewise.
37060         (not_interesting_stmt): Debug statements are not interesting.
37062 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
37064         PR debug/43051
37065         PR debug/43092
37066         * cselib.c (cselib_preserve_constants,
37067         cfa_base_preserved_val): New static variables.
37068         (preserve_only_constants): New function.
37069         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
37070         clear its REG_VALUES.  If cselib_preserve_constants, don't
37071         empty the whole hash table, but preserve there VALUEs with constants,
37072         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
37073         (cselib_preserve_cfa_base_value): New function.
37074         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
37075         (cselib_init): Change argument to int bitfield.  Set
37076         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
37077         is in it.
37078         (cselib_finish): Clear cselib_preserve_constants and
37079         cfa_base_preserved_val.
37080         * cselib.h (enum cselib_record_what): New enum.
37081         (cselib_init): Change argument to int.
37082         (cselib_preserve_cfa_base_value): New prototype.
37083         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
37084         * dse.c (dse_step1): Likewise.
37085         * cfgcleanup.c (thread_jump): Likewise.
37086         * sched-deps.c (sched_analyze): Likewise.
37087         * gcse.c (local_cprop_pass): Likewise.
37088         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
37089         If FN is non-NULL, call the callback always and whenever it returns
37090         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
37091         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
37092         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
37093         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
37094         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
37095         * var-tracking.c: Include recog.h.
37096         (bb_stack_adjust_offset): Remove.
37097         (vt_stack_adjustments): Don't call it, instead just gather the
37098         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
37099         (adjust_stack_reference): Remove.
37100         (compute_cfa_pointer): New function.
37101         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
37102         (struct adjust_mem_data): New type.
37103         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
37104         functions.
37105         (get_address_mode): New function.
37106         (replace_expr_with_values): Use it.
37107         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
37108         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
37109         (adjust_sets): Remove.
37110         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
37111         Use get_address_mode.
37112         (get_adjusted_src): Remove.
37113         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
37114         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
37115         (add_with_sets): Don't call adjust_sets.
37116         (fp_setter, vt_init_cfa_base): New functions.
37117         (vt_initialize): Change return type to bool.  Move most of pool etc.
37118         initialization to the beginning of the function from end.  Pass
37119         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
37120         If !frame_pointer_needed, call vt_stack_adjustment before mos
37121         vector is filled, call vt_init_cfa_base if argp/framep has been
37122         eliminated to sp.  If frame_pointer_needed and argp/framep has
37123         been eliminated to hard frame pointer, set
37124         hard_frame_pointer_adjustment and call vt_init_cfa_base after
37125         encountering fp setter in the prologue.  For MO_ADJUST, call
37126         log_op_type before pusing the op into mos vector, not afterwards.
37127         Call adjust_insn before cselib_process_insn/add_with_sets,
37128         call cancel_changes (0) afterwards.
37129         (variable_tracking_main_1): Adjust for vt_initialize calling
37130         vt_stack_adjustments and returning whether it succeeded or not.
37132 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
37134         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
37135         debug statements.
37137 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
37139         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
37140         has been set.
37141         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
37142         drap_reg has not been set.
37144 2010-03-15  Michael Matz  <matz@suse.de>
37146         PR middle-end/43300
37147         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
37148         use it to expand block copies.
37149         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
37150         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
37151         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
37153 2010-03-15  Richard Guenther  <rguenther@suse.de>
37155         PR tree-optimization/43367
37156         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
37157         elimination check.
37159 2010-03-15  Richard Guenther  <rguenther@suse.de>
37161         PR tree-optimization/43317
37162         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
37164 2010-03-15  Martin Jambor  <mjambor@suse.cz>
37166         PR tree-optimization/43141
37167         * tree-sra.c (create_abstract_origin): New function.
37168         (modify_function): Call create_abstract_origin.
37170 2010-03-15  Chris Demetriou  <cgd@google.com>
37172         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
37173         wasn't copied.
37175 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37177         PR middle-end/43354
37178         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
37179         call insert_out_of_ssa_copy for default definitions.
37181 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37183         * graphite-clast-to-gimple.c (my_long_long): Defined.
37184         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
37185         * graphite-sese-to-poly.c (my_long_long): Defined.
37186         (scop_ivs_can_be_represented): Use it.
37188 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37190         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
37191         graphite-max-bbs-per-function, and loop-block-tile-size.
37192         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
37193         with "maximum".
37194         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
37196 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37198         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
37199         forward declaration.
37200         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
37201         (add_upper_bounds_from_estimated_nit): New.
37202         (build_loop_iteration_domains): Use it.
37204 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37206         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
37208 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37210         PR middle-end/43306
37211         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
37212         should be an INTEGER_CST.  Also handle CASE_CONVERT.
37214 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37216         * graphite.c (graphite_initialize): To bound the number of bbs per
37217         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
37218         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
37219         * doc/invoke.texi: Document it.
37221 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37223         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
37224         * graphite-sese-to-poly.h (build_poly_scop): Same.
37226 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37228         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
37229         the number of parameters in the scop.  Use as an upper bound
37230         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
37231         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
37232         * doc/invoke.texi: Document it.
37234 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
37236         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
37237         * doc/c-tree.texi: Remove.
37238         * doc/generic.texi: Merge c-tree.texi here.
37239         * doc/gccint.texi (Trees): Remove menu entry.
37240         (c-tree.texi): Remove @include.
37241         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
37242         * doc/languages.texi (Reading RTL): Ditto.
37244 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
37246         PR target/42869
37247         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
37249 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
37251         PR middle-end/42431
37252         * config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
37253         code added to work around reload clobbering CONST insns.
37255 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
37257         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
37258         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
37259         (cselib_preserve_only_values): Remove retain argument, don't
37260         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
37261         * cselib.h (cselib_preserve_only_values): Remove retain argument.
37262         * var-tracking.c (micro_operation): Move insn field before union.
37263         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
37264         (struct variable_tracking_info_def): Remove n_mos field, change
37265         mos into a vector of micro_operations.
37266         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
37267         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
37268         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
37269         changing into a vector.
37270         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
37271         come before all other uops generated by add_stores.
37272         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
37273         argument removal.
37274         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
37275         a vector.  Run just one pass over the bbs instead of separate counting
37276         and computation phase.
37277         (vt_finalize): Free VTI (bb)->mos vector instead of array.
37279         PR debug/43329
37280         * tree-inline.c (remap_decls): Put old_var rather than origin_var
37281         into *nonlocalized_list vector.
37282         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
37283         even if origin is non-NULL.
37284         (gen_variable_die): Likewise.
37285         (process_scope_var): Don't change origin.
37286         (gen_decl_die): Likewise.
37287         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
37288         before adding new edges instead of after it, fix moving over
37289         debug stmts.
37291 2010-03-11  David S. Miller  <davem@davemloft.net>
37293         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
37294         of four.
37295         * configure: Rebuild.
37297 2010-03-11  Martin Jambor  <mjambor@suse.cz>
37299         PR tree-optimization/43257
37300         * tree.c (assign_assembler_name_if_neeeded): New function.
37301         (free_lang_data_in_cgraph): Assembler name assignment moved to the
37302         above new function.
37303         * tree.h (assign_assembler_name_if_neeeded): Declare.
37304         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
37305         the function if needed.
37307 2010-03-11  Chris Demetriou  <cgd@google.com>
37309         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
37310         include/stdint-gcc.h, and include/stdint.h world-readable.
37312 2010-03-11  Richard Guenther  <rguenther@suse.de>
37314         PR tree-optimization/43255
37315         * tree-vrp.c (process_assert_insertions_for): Do not insert
37316         asserts for trivial conditions.
37318 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37320         PR tree-optimization/43280
37321         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
37322         generation.  Move calculation of size out of the if branch.
37323         (find_bswap): Modify compare number generation.
37325 2010-03-11  Richard Guenther  <rguenther@suse.de>
37327         PR lto/43200
37328         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
37329         (input_gimple_stmt): Fixup handled component types during
37330         operand read.  Also fix up decls in ADDR_EXPRs.
37332 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
37334         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
37335         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
37337 2010-03-10  Jan Hubicka  <jh@suse.cz>
37339         PR c/43288
37340         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
37341         * varasm.c (get_variable_section): Don't do that here...
37342         (make_decl_rtl): ... and here.
37343         (do_assemble_alias): Produce decl RTL.
37344         (assemble_alias): Likewise.
37346 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
37348         PR debug/43290
37349         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
37350         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
37351         of fde->vdrap_reg.
37352         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
37353         (based_loc_descr): Only express drap or vdrap regno based expressions
37354         using DW_OP_fbreg when not optimizing.
37355         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
37356         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
37357         REG_CFA_SET_VDRAP note.
37359 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
37361         PR tree-optimization/43236
37362         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
37363         error in calculation of base address in reverse iteration case.
37364         (generate_builtin): Take number of latch executions if the statement
37365         is in the latch.
37367 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
37369         PR middle-end/42859
37370         * tree-eh.c: Include pointer-set.h.
37371         (lower_eh_dispatch): Filter out duplicate case labels and
37372         remove the unneeded edge when the label is unused.  Return
37373         true when some edges are removed.
37374         (execute_lower_eh_dispatch): When any lowering resulted in
37375         removing an edge, also delete unreachable blocks.
37377 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
37379         PR bootstrap/43287
37380         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
37381         UNSPEC_MACHOPIC_OFFSET.
37383 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
37385         PR target/43294
37386         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
37387         (m68k_delegitimize_address): New function.
37389 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
37391         PR debug/43299
37392         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
37394         PR debug/43299
37395         * var-tracking.c (adjust_sets): New function.
37396         (count_with_sets, add_with_sets): Use it.
37397         (get_adjusted_src): New inline function.
37398         (add_stores): Use it.
37400         PR debug/43304
37401         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
37402         call cselib_dummy_expand_value_rtx_cb instead of
37403         cselib_expand_value_rtx_cb.
37405         PR debug/43293
37406         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
37407         * config/i386/i386.c: Include debug.h and dwarf2out.h.
37408         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
37409         and .cfi_endproc around the pic thunks.
37410         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
37411         all queued unwind info register saves are saved before the call.
37412         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
37413         considered as sp-=4 for unwind info and the pop as sp+=4 which
37414         also clobbers dest, but doesn't actually restore it.
37416         PR debug/43290
37417         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
37418         RTX_FRAME_RELATED_P.
37420 2010-03-09  Jie Zhang  <jie@codesourcery.com>
37422         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
37423         whitespaces in output template.
37425 2010-03-09  Jie Zhang  <jie@codesourcery.com>
37427         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
37428         out array boundary.
37430 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
37432         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
37433         builtins.exp in a separate job.
37435 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37437         * graphite-sese-to-poly.c (add_param_constraints): Use
37438         lower_bound_in_type and upper_bound_in_type.
37440 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37442         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
37443         instead of unsigned_type_node.
37445 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37446             Reza Yazdani  <reza.yazdani@amd.com>
37448         PR middle-end/43065
37449         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
37450         on pointer type parameters.
37452 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
37454         PR middle-end/42644
37455         PR middle-end/42130
37456         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
37457         handle conversions from pointer to integers.
37458         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
37459         induction variable, to be able to work with code generated by CLooG.
37460         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
37461         (build_poly_scop): Bail out if we cannot codegen a loop.
37463 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
37465         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
37466         code generation with gloog_error.
37468 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37470         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
37471         Call fold_convert on all the returned values.
37472         (expand_scalar_variables_expr): Pass to
37473         expand_scalar_variables_ssa_name the type of the resulting expression.
37475 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37477         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
37478         ppl_min_for_le_pointset.
37479         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
37480         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
37482 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37484         * graphite-dependences.c (map_into_dep_poly): Removed.
37485         (dependence_polyhedron_1): Use combine_context_id_scat.
37487 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37489         * graphite-poly.h (struct poly_scattering): Add layout documentation.
37490         (struct poly_bb): Same.
37491         (combine_context_id_scat): New.
37493 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37495         PR middle-end/42326
37496         * sese.c (name_defined_in_loop_p): Return false for default
37497         definitions.
37499 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37501         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
37502         and clean up the logic.
37504 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37506         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
37507         early return.
37509 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
37511         * var-tracking.c (remove_cselib_value_chains): Define only for
37512         ENABLE_CHECKING.
37513         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
37514         delete_slot_part, emit_notes_for_differences_1): Don't call
37515         remove_cselib_value_chains here.
37516         (set_slot_part, emit_notes_for_differences_2): Don't call
37517         add_cselib_value_chains here.
37518         (preserved_values): New vector.
37519         (preserve_value): New function.
37520         (add_uses, add_stores, vt_add_function_parameters): Use it
37521         instead of cselib_preserve_value.
37522         (changed_values_stack): New vector.
37523         (check_changed_vars_0): New function.
37524         (check_changed_vars_1, check_changed_vars_2): Use it.
37525         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
37526         changed_values_stack VALUEs.
37527         (vt_emit_notes): For all preserved_values call
37528         add_cselib_value_chains.  If ENABLE_CHECKING call
37529         remove_cselib_value_chains before verifying value_chains is empty.
37530         Initialize and free changed_values_stack.
37531         (vt_initialize): Initialize preserved_values.
37532         (vt_finalize): Free preserved_values.
37534 2010-03-08  Richard Guenther  <rguenther@suse.de>
37536         PR tree-optimization/43269
37537         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
37538         region detection.
37540 2010-03-08  Martin Jambor  <mjambor@suse.cz>
37542         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
37543         (ipa_is_param_called): Removed.
37544         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
37545         (ipa_print_node_params): Do not print the called flag.
37546         (ipa_write_node_info): Do not stream the called flag.
37547         (ipa_read_node_info): Likewise.
37549 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
37551         PR debug/43176
37552         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
37553         * cselib.c (struct expand_value_data): Add dummy field.
37554         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
37555         dummy to false.
37556         (cselib_dummy_expand_value_rtx_cb): New function.
37557         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
37558         any rtl.
37559         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
37560         * var-tracking.c: Include pointer-set.h.
37561         (variable): Change n_var_parts to char from int.  Add
37562         cur_loc_changed and in_changed_variables fields.
37563         (variable_canonicalize): Remove.
37564         (shared_var_p): New inline function.
37565         (unshare_variable): Maintain cur_loc_changed and
37566         in_changed_variables fields.  If var was in changed_variables,
37567         replace it there with new_var.  Just copy cur_loc instead of
37568         resetting it to something else.
37569         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
37570         (dataflow_set_union): Don't call variable_canonicalize.
37571         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
37572         of their DEBUG_EXPR_TREE_DECLs.
37573         (canonicalize_loc_order_check): Verify that cur_loc is NULL
37574         and in_changed_variables and cur_loc_changed is false.
37575         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
37576         and cur_loc_changed.  Don't update cur_loc here.
37577         (variable_merge_over_src): Don't call variable_canonicalize.
37578         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
37579         removing loc that is equal to cur_loc, clear cur_loc,
37580         set cur_loc_changed and ensure variable_was_changed is called.
37581         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
37582         compare pointers in cur_loc check, if it is equal to loc,
37583         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
37584         (variable_different_p): Remove compare_current_location argument,
37585         don't compare cur_loc.
37586         (dataflow_set_different_1): Adjust variable_different_p caller.
37587         (variable_was_changed): If dv had some var in changed_variables
37588         already, reset in_changed_variables flag for it and propagate
37589         cur_loc_changed over to the new variable.  On empty var
37590         always set cur_loc_changed.  Set in_changed_variables on whatever
37591         var is added to changed_variables.
37592         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
37593         Use shared_var_p.  When removing loc that is equal to cur_loc,
37594         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
37595         end, don't set it to something else, just call variable_was_changed.
37596         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
37597         loc being removed, clear cur_loc and set cur_loc_changed.
37598         Set cur_loc_changed if all locations have been removed.
37599         (struct expand_loc_callback_data): New type.
37600         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
37601         allocated.  Always create SUBREGs if simplify_subreg failed.
37602         Prefer to use cur_loc, when that fails and still in
37603         changed_variables (and seen first time) recompute it.  Set
37604         cur_loc_changed of variables which had to change cur_loc and
37605         compute elcd->cur_loc_changed if any of the subexpressions used
37606         had to change cur_loc.
37607         (vt_expand_loc): Adjust to pass arguments in
37608         expand_loc_callback_data structure.
37609         (vt_expand_loc_dummy): New function.
37610         (emitted_notes): New variable.
37611         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
37612         that weren't used for any other decl in current
37613         emit_notes_for_changes call call vt_expand_loc_dummy to update
37614         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
37615         first loc_chain location if NULL before.  Always use just
37616         cur_loc instead of first loc_chain location.  When cur_loc_changed
37617         is false, when not --enable-checking=rtl just don't emit any note.
37618         When rtl checking, compute the note and assert it is the same
37619         as previous note.  Clear cur_loc_changed and in_changed_variables
37620         at the end before removing from changed_variables.
37621         (check_changed_vars_3): New function.
37622         (emit_notes_for_changes): Traverse changed_vars to call
37623         check_changed_vars_3 on each changed var.
37624         (emit_notes_for_differences_1): Clear cur_loc_changed and
37625         in_changed_variables.  Recompute cur_loc of new_var.
37626         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
37627         (vt_emit_notes): Initialize and destroy emitted_notes.
37629 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
37631         PR rtl-optimization/42220
37632         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
37633         Use verify_reg_tracked to determine if we should use OP_OUT rather
37634         than OP_INOUT.
37635         (build_def_use): If we see an in-out operand for a register that we
37636         know nothing about, treat is an output if possible, fail the block if
37637         not.
37639 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
37641         PR debug/42897
37642         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
37643         permanently.
37645 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
37647         PR debug/42897
37648         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
37649         uses of relevant DEFs that are dead outside the loop too.
37651 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
37653         * var-tracking.c (dataflow_set_merge): Swap src and src2.
37654         Reverted:
37655         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
37656         PR debug/41371
37657         * var-tracking.c (values_to_unmark): New variable.
37658         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
37659         values_to_unmark vector.  Moved body to...
37660         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
37661         instead queue it into values_to_unmark vector.
37662         (vt_find_locations): Free values_to_unmark vector.
37664 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
37666         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
37667         (site.exp): Export them when plugins are enabled.
37669 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
37671         PR middle-end/42326
37672         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
37673         that contain scevs.
37674         (chrec_fold_multiply): Same.
37676 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
37678         PR c/43248
37679         * c-decl.c (build_compound_literal): Return early if init is
37680         an error_mark_node.
37682 2010-03-04  Martin Jambor  <mjambor@suse.cz>
37684         PR tree-optimization/43164
37685         PR tree-optimization/43191
37686         * tree-sra.c (type_consists_of_records_p): Reject records with
37687         zero-size bit-fields at the end.
37689 2010-03-04  Mike Stump  <mikestump@comcast.net>
37691         * Makefile.in (TAGS): Remove *.y.
37693 2010-03-04  Richard Guenther  <rguenther@suse.de>
37695         PR tree-optimization/40761
37696         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
37697         in reverse order.
37698         (my_rev_post_order_compute): New function.
37699         (init_pre): Call it.
37701 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
37703         PR middle-end/43209
37704         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
37705         decrease the cost of an IV candidate when the cost is infinite.
37707 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37709         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
37710         Use '3DNow!' for the extension of that name, ensure normal space
37711         after the string.
37712         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
37714 2010-03-03  Jeff Law  <law@redhat.com>
37716         * PR middle-end/32693
37717         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
37718         than gen_rtx_SUBREG.
37719         (extract_bit_field_1): Likewise.
37721 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
37723         * doc/sourcebuild.texi (Test directives): Document that arguments
37724         include-opts and exclude-opts are now optional for dg-skip-if,
37725         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
37727 2010-03-03  Jason Merrill  <jason@redhat.com>
37729         PR c++/12909
37730         * cgraph.h (varpool_node): Add extra_name field.
37731         * varpool.c (varpool_extra_name_alias): New.
37732         (varpool_assemble_decl): Emit extra name aliases.
37733         (varpool_mark_needed_node): Look past an extra name alias.
37734         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
37735         * lto-streamer-in.c (lto_input_tree): Read it.
37736         * lto-streamer-out.c (output_unreferenced_globals): Write it.
37738 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
37740         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
37741         (sparc*-*-solaris2*): ...this.
37743 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
37745         PR debug/43229
37746         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
37747         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
37748         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
37749         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
37751         PR debug/43237
37752         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
37753         fallthrough to default handling, just with want_address 0 instead of 2.
37754         For single element lists, add_AT_loc directly, otherwise create an
37755         artificial variable DIE and stick location list to it.
37757         PR debug/43177
37758         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
37759         (VAL_EXPR_HAS_REVERSE): Define.
37760         (reverse_op): New function.
37761         (add_stores): For reversible operations add an extra MO_VAL_USE.
37763 2010-03-02  Jason Merrill  <jason@redhat.com>
37765         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
37767 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
37769         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
37770         (sparc64-*-linux*): Likewise.
37771         (sparc64-*-solaris2*): Include assembler files before linker ones.
37772         (sparc-*-solaris2*): Simplify and reorder to match previous case.
37773         * config/sparc/gas.h: Delete.
37774         * config/sparc/sol2-64.h: Add copyright notice.
37775         * config/sparc/sol2-gas-bi.h: Likewise.
37776         * config/sparc/sol2-gld.h: Likewise.
37777         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
37778         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
37779         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
37780         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
37781         (sparc_elf_asm_named_section): Rename into...
37782         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
37784 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
37786         * config/alpha/alpha.c (override_options): Fix -mtune error message.
37788 2010-03-02  Jeff Law  <law@redhat.com>
37790         PR middle-end/42431
37791         * reload1.c (rtx_p, substitute_stack): Declare.
37792         (substitute): Record addresses of changed rtxs.
37793         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
37794         Restore the original rtx when complete.
37795         (reload): Free subsitute_stack when complete.
37797 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
37799         * doc/gccint.texi (menu): Add Testsuites as a chapter.
37800         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
37801         new chapter.
37802         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
37803         LTO Testing, gcov Testing, profopt Testing, compat Testing,
37804         Torture Tests): Change from subsection to section.
37806 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
37807             Steven Bosscher  <steven@gcc.gnu.org>
37809         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
37810         instead of bb.
37812 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
37814         PR middle-end/42640
37815         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
37816         the assignment from the new induction variable to the assignment
37817         of the value from the original loop PHI function.
37819 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
37820             Daniel Jacobowitz  <dan@codesourcery.com>
37822         * doc/sourcebuild.texi (Test directives): Clarify options to
37823         dg-skip-if.
37825 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37827         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
37828         Disable cfi directives unless GCC and gas agree on using read-only
37829         .eh_frame sections for 64-bit.
37830         * configure: Regenerate.
37832 2010-03-01  Richard Guenther  <rguenther@suse.de>
37834         PR tree-optimization/43220
37835         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
37836         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
37838 2010-03-01  Richard Guenther  <rguenther@suse.de>
37839             Martin Jambor  <mjambor@suse.cz>
37841         PR middle-end/41250
37842         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
37843         gimplified parameters.
37845 2010-03-01  Christian Bruel  <christian.bruel@st.com>
37847         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
37849 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
37851         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
37853 2010-03-01  Richard Guenther  <rguenther@suse.de>
37855         PR middle-end/43213
37856         * expr.c (expand_assignment): Use the alias-oracle to tell
37857         if the rhs aliases the result decl.
37859 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37861         PR pch/14940
37862         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
37863         to sol_gt_pch_get_address.
37864         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
37865         64-bit, SPARC and x86.
37866         (sol_gt_pch_get_address): New function.
37868 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
37870         * toplev.h (inform_n, error_n): Declare.
37871         * diagnostic.c (inform_n, error_n): New function.
37873 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
37875         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
37876         has no rtl yet when processing local_decls, queue it and recheck
37877         if deferred stack allocation hasn't assigned it rtl.
37879 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
37881         * config/sh/sh.c (unspec_bbr_uid): New.
37882         (gen_block_redirect): Use it instead of INSN_UID.
37883         (gen_far_branch): Likewise.
37885 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
37887         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
37888         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
37890 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37892         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
37893         (Warning Options): -Wno-conversion-null is valid for
37894         Objective-C++ as well.
37895         * doc/tm.texi (Named Address Spaces): Likewise.
37896         * doc/plugins.texi (Plugins): Replace TABs with spaces.
37897         * doc/tree-ssa.texi (Tree SSA): Likewise.
37899 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
37901         PR bootstrap/43202
37902         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
37903         by default.  Don't set the default arch for
37904         i[34567]86-*-darwin*|x86_64-*-darwin*.
37906 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
37908         PR bootstrap/43202
37909         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
37910         default.  Set the default 32bit/64bit archs with $with_arch
37911         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
37913 2010-02-27  Richard Guenther  <rguenther@suse.de>
37915         PR tree-optimization/43186
37916         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
37917         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
37918         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
37919         unroller iterations.
37921 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
37923         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
37924         required and i[34567]86-*-* targets don't support 64bit ISA.
37926 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
37928         PR ada/43096
37929         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
37930         the same alias set.
37932 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
37934         * config.gcc: Set the default arch at least to Prescott for
37935         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
37936         if SSE math is enabled.
37938 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
37940         * diagnostic.c (diagnostic_initialize): Update.
37941         (diagnostic_report_diagnostic): Test inhibit_notes_p for
37942         informative notes.
37943         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
37944         (diagnostic_inhibit_notes): New.
37945         * toplev.c (process_options): inhibit notes with -fcompare-debug.
37947 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
37949         PR c/20631
37950         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
37951         * doc/standards.texi: Likewise.
37952         * doc/extend.texi: Likewise.
37953         * doc/trouble.texi: Likewise.
37954         * doc/cppopts.texi: Likewise.
37955         * doc/install.texi: Likewise.
37956         * c.opt (std=c90,std=gnu90): New options.
37957         * c-opts.c (c_common_handle_option): Handle them.
37959 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
37961         PR c/24577
37962         * c-decl.c (undeclared_variable): Use an informative note.
37964 2010-02-26  Richard Guenther  <rguenther@suse.de>
37966         PR tree-optimization/43186
37967         * gimple.h (gimple_fold): Remove.
37968         * gimple.c (gimple_fold): Remove.  Inline into single user ...
37969         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
37970         Try harder for conditions.
37972 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
37974         PR debug/43190
37975         * function.c (used_types_insert): Don't skip through named pointer
37976         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
37977         and it is different from the main variant's type.
37979 2010-02-26  Nick Clifton  <nickc@redhat.com>
37981         * config/rx/rx.md (sminsi3): Remove bogus alternative.
37983 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
37985         * config.gcc: Support --with-fpmath=sse for x86.
37987         * config/i386/ssemath.h: New.
37989         * doc/install.texi (--with-fpmath=sse): Documented.
37991 2010-02-26  Richard Guenther  <rguenther@suse.de>
37993         PR tree-optimization/43188
37994         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
37995         vector types of over-aligned element type.
37997 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
37999         PR target/43175
38000         * config/i386/i386.c (expand_vec_perm_blend): Use correct
38001         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
38003 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
38005         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
38007 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
38009         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
38010         * var-tracking.c: Include diagnostic.h.
38011         (debug_dv): New function.
38012         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
38014         PR debug/43160
38015         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
38016         (add_value_chain, add_value_chains, remove_value_chain,
38017         remove_value_chains): Handle DEBUG_EXPRs.
38018         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
38020         PR debug/43161
38021         * regcprop.c (struct queued_debug_insn_change): New type.
38022         (struct value_data_entry): Add debug_insn_changes field.
38023         (struct value_data): Add n_debug_insn_changes field.
38024         (debug_insn_changes_pool): New variable.
38025         (free_debug_insn_changes, apply_debug_insn_changes,
38026         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
38027         (kill_value_one_regno): Call free_debug_insn_changes if needed.
38028         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
38029         fields.
38030         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
38031         changes for them.
38032         (copyprop_hardreg_forward_1): Don't call apply_change_group for
38033         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
38034         changes, call cprop_find_used_regs via note_stores.
38035         (copyprop_hardreg_forward): When copying vd from predecessor
38036         which has any queued DEBUG_INSN changes, make sure the pointers are
38037         cleared.  At the end call df_analyze and then if there are any
38038         DEBUG_INSN changes queued at the end of some basic block for still
38039         live registers, apply them.
38040         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
38042 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
38044         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
38045         (arm*-*-*): Ditto.
38047 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
38049         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
38050         targets.  Set the default with_cpu/with_arch from arch/cpu.
38051         Allow x86-64 and native for with_cpu/with_arch.
38053 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
38055         * ebitmap.c: Change calls to verify_popcount with calls to
38056         sbitmap_verify_popcount.
38057         (ebitmap_clear_bit): Fixed map->cacheindex test and
38058         map>cache update when bit clearing results in an empty
38059         element.
38061 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
38063         PR target/43154
38064         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
38065         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
38066         and support both V2DF and V2DI modes.
38067         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
38068         support both V2DF and V2DI modes.
38069         (general): Delete trailing whitespace from a few patterns.
38071         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
38072         V2DF/V2DI interleave high/low builtins.
38074         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
38075         new VSX builtins.
38077         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
38078         interleave high/low functions.
38080 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
38082         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
38083         #pragma extern_prefix.
38085 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
38087         PR debug/43166
38088         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
38089         BLKmode, assert op0 is a MEM and just adjust its mode.
38091         PR debug/43165
38092         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
38093         if bitpos isn't multiple of mode's bitsize.
38095 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38097         * c.opt (-ftemplate-depth=): New.
38098         (-ftemplate-depth-): Deprecate.
38099         * optc-gen.awk: Handle -ftemplate-depth=.
38100         * opth-gen.awk: Likewise.
38101         * c-opts.c (c_common_handle_option): Likewise.
38102         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
38104 2010-02-24  Jason Merrill  <jason@redhat.com>
38106         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
38108 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
38110         * cfg.c (alloc_aux_for_block): Remove inline.
38111         (alloc_aux_for_edge): Likewise.
38113 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
38115         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
38117 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
38119         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
38120         * config/i386/sol2-gas.h: New file.
38121         * config.gcc (i[34567]86-*-solaris2*): Use it.
38123 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38125         PR c/43128
38126         * c-typeck.c (ep_convert_and_check): New.
38127         (build_conditional_expr): Use it.
38128         (build_binary_op): Likewise.
38130 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
38132         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
38134         PR debug/43150
38135         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
38136         bounds even for -O+.
38137         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
38138         expr needs to have DECL_NAME set.
38140 2010-02-24  Nick Clifton  <nickc@redhat.com>
38142         * config/mep/mep.c: Include gimple.h.
38143         (mep_function_uses_sp): Delete unused function.
38144         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
38145         parameters.  Use unsigned integers to count args.  Return a
38146         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
38148 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
38150         PR target/43107
38151         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
38152         greater or equal to nelt instead of 2 * nelt.
38153         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
38154         with nelt - 1.
38156 2010-02-23  Jason Merrill  <jason@redhat.com>
38158         PR debug/42800
38159         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
38160         in cfun->local_decls even if they have register types.
38162         PR c++/42837
38163         * stor-layout.c (place_field): Don't warn about unnecessary
38164         DECL_PACKED if the type is packed.
38166 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
38168         PR target/43139
38169         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
38170         GOTOFF relocs, even when the base reg isn't pic pointer.
38172 2010-02-23  Michael Matz  <matz@suse.de>
38174         PR debug/43077
38175         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
38176         (expand_gimple_basic_block): Generate and use debug temps if there
38177         are debug uses left after the last real use of TERed ssa names.
38178         Unlink debug immediate uses when they are expanded.
38180 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38182         PR 43123
38183         * config/i386/i386.c (override_options): Reorganise to provide
38184         better error messages.
38186 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
38188         PR middle-end/43083
38189         * graphite-scop-detection.c (create_single_exit_edge): Move
38190         the call to find_single_exit_edge to....
38191         (create_sese_edges): ...here.  Don't handle multiple edges
38192         exiting the function.
38193         (build_graphite_scops): Don't handle multiple edges
38194         exiting the function.
38196 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
38198         PR middle-end/43097
38199         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
38200         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
38202 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
38204         PR middle-end/43026
38205         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
38207 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38209         PR c++/43126
38210         * c-typeck.c (convert_arguments): Print declaration location.
38211         * c-common.c (validate_nargs): Rename as
38212         builtin_function_validate_nargs.
38213         (check_builtin_function_arguments): Update.
38215 2010-02-22  Richard Guenther  <rguenther@suse.de>
38217         PR lto/43045
38218         * tree-inline.c (declare_return_variable): Use the type of
38219         the call stmt lhs if available.
38221 2010-02-22  Duncan Sands  <baldrick@free.fr>
38223         * passes.c (register_pass): Always consider all pass lists when
38224         ref_pass_instance_number is zero.
38226 2010-02-22  Richard Guenther  <rguenther@suse.de>
38228         PR tree-optimization/42749
38229         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
38230         parameter.  Do arithmetic in the original type.
38231         (update_accumulator_with_ops): Likewise.
38232         (adjust_accumulator_values): Adjust.
38234 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38236         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
38237         (QI to BLKmode splitter): New splitter.
38239 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
38241         * config/i386/i386.c (initial_ix86_tune_features): Turn on
38242         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
38244 2010-02-22  Richard Guenther  <rguenther@suse.de>
38246         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
38248 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
38250         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
38251         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
38252         ($(T)crti.o, $(T)crtn.o): Remove rules.
38254 2010-02-21  Tobias Burnus  <burnus@net-b.de>
38256         PR fortran/35259
38257         * doc/invoke.texi (-fassociative-math): Document that this
38258         option is automatically enabled for Fortran.
38260 2010-02-20  David S. Miller  <davem@davemloft.net>
38262         * configure.ac: Test if linker and assembler properly support
38263         GOTDATA_OP relocations.
38264         * configure: Rebuild.
38265         * config.in: Likewise.
38266         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
38267         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
38268         (movsi_high_pic): Likewise.
38269         (movdi_lo_sum_pic): Likewise.
38270         (movdi_high_pic): Likewise.
38271         (movsi_pic_gotdata_op): New pattern.
38272         (movdi_pic_gotdata_op): Likewise.
38273         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
38274         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
38276 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
38278         PR target/43067
38279         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
38280         attribute to ssemul.
38281         (xop_mulv2div2di3_high): Ditto.
38283 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38285         PR c++/35669
38286         * c.opt (Wconversion-null): New option.
38287         * doc/invoke.texi (Wconversion-null): Document.
38289 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38291         * common.opt (Wlarger-than-): Add Undocumented.
38293 2010-02-19  Mike Stump  <mikestump@comcast.net>
38295         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
38297 2010-02-19  Jason Merrill  <jason@redhat.com>
38299         PR target/40332
38300         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
38301         * configure: Likewise.
38303 2010-02-20  Alan Modra  <amodra@gmail.com>
38305         PR middle-end/42344
38306         * cgraph.h (cgraph_make_decl_local): Declare.
38307         * cgraph.c (cgraph_make_decl_local): New function.
38308         (cgraph_make_node_local): Use it.
38309         * cgraphunit.c (cgraph_function_versioning): Likewise.
38310         * ipa.c (function_and_variable_visibility): Likewise.
38312 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
38314         PR bootstrap/43121
38315         * except.c (sjlj_emit_function_enter): Don't call
38316         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
38317         directly.
38318         * rtl.h (add_reg_br_prob_note): Remove prototype.
38320 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38322         PR 41779
38323         * c-common.c (conversion_warning): Remove widening conversions
38324         before checking the conversion of integers to reals.
38326 2010-02-19  Mike Stump  <mikestump@comcast.net>
38328         PR middle-end/43125
38329         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
38331         PR objc/43061
38332         * cgraphunit.c (process_function_and_variable_attributes): Check
38333         DECL_PRESERVE_P instead of looking up attribute "used".
38334         * ipa-pure-const.c (check_decl): Likewise.
38335         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
38336         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
38337         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
38338         instead of attribute "used".
38339         * config/sol2-c.c (solaris_pragma_init): Likewise.
38340         (solaris_pragma_fini): Likewise.
38342 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
38344         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
38345         Use XCNEW instead of xcalloc.
38346         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
38347         XNEW instead of xmalloc.
38348         (get_fields): Use XNEWVEC instead of xmalloc.
38350         PR debug/43084
38351         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
38352         populate vars array.
38353         (create_new_general_access): For debug stmts just reset value.
38354         (get_stmt_accesses): For accesses within debug stmts just record them
38355         using add_access_to_acc_sites instead of preventing the peeling or
38356         counting them as accesses.
38358         PR middle-end/42233
38359         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
38361 2010-02-19  Richard Guenther  <rguenther@suse.de>
38363         PR tree-optimization/42916
38364         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
38365         instructions.
38367 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
38369         * configure.ac: Replace all uses of changequote in macro arguments
38370         with proper quoting.
38372 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
38374         PR middle-end/42233
38375         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
38377 2010-02-19  Richard Guenther  <rguenther@suse.de>
38379         PR tree-optimization/42944
38380         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
38381         test for aliasing with errno.
38383 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
38385         PR middle-end/42233
38386         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
38387         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
38388         * dojump.c: Include output.h.
38389         (inv): New inline function.
38390         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
38391         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
38392         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
38393         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
38394         argument, pass it down to other calls.
38395         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
38396         add REG_BR_PROB note to the conditional jump.
38397         * cfgexpand.c (add_reg_br_prob_note): Removed.
38398         (expand_gimple_cond): Don't call it, add the probability
38399         as last argument to jumpif_1/jumpifnot_1.
38400         * Makefile.in (dojump.o): Depend on output.h.
38401         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
38402         callers.
38403         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
38404         * stmt.c (do_jump_if_equal): Likewise.
38405         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
38406         * loop-unswitch.c (compare_and_jump_seq): Likewise.
38407         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
38408         Likewise.
38409         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
38410         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
38411         jumpifnot_1 callers.
38412         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
38413         callers.
38414         (store_expr): Adjust jumpifnot caller.
38415         (store_constructor): Adjust jumpif caller.
38417         PR middle-end/42233
38418         * gimplify.c (gimple_boolify): For __builtin_expect call
38419         gimple_boolify also on its first argument.
38421 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
38423         * configure.ac (gnu-unique-object): Wrap regexps using [] in
38424         changequote block.
38425         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
38426         * configure: Regenerated.
38428 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
38430         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
38431         lang_hooks.types_compatible_p instead of comptypes.
38433 2010-02-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
38435         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
38436         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
38437         if __prefer_thumb__ is defined.
38439 2010-02-18  Martin Jambor  <mjambor@suse.cz>
38441         PR tree-optimization/43066
38442         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
38443         array with zero-sized element type.
38445 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
38447         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
38448         rtx, allocate struct var_loc_node here and return it to the
38449         caller, and only if it is actually needed.
38450         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
38451         move it earlier and return immediately if it returns NULL.
38453 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
38455         * config/sparc/gas.h: New file.  Restore
38456         TARGET_ASM_NAMED_SECTION to its ELF default.
38457         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
38458         check !HAVE_GNU_AS.
38459         * config/sparc/sparc.c (sparc_elf_asm_named_section):
38460         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
38461         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
38462         after sparc/sysv4.h.
38464 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
38466         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
38468 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
38470         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
38471         patterns from predicated pattern.
38473 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
38475         PR target/43103
38476         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
38477         for insn mnemonic suffix.
38479 2010-02-17  Richard Guenther  <rguenther@suse.de>
38481         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
38482         to loop PHI nodes.
38484 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
38486         PR debug/42918
38487         * caller-save.c (save_call_clobbered_regs): If BB ends with
38488         a DEBUG_INSN, move any notes in between last real insn and the last
38489         DEBUG_INSN after the last DEBUG_INSN.
38491 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
38493         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
38494         Fix return type.  Fix argument type.  Explain meaning of return value.
38496 2010-02-16  Richard Guenther  <rguenther@suse.de>
38498         PR tree-optimization/41043
38499         * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
38500         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
38501         statements ...
38502         (vrp_visit_phi_node): ... but only for loop PHI nodes.
38504 2010-02-16  Ira Rosen  <irar@il.ibm.com>
38506         PR tree-optimization/43074
38507         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
38508         * tree-vect-loop.c (vect_analyze_loop_operations): Add
38509         vectorizable cycles in hybrid SLP check.
38510         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
38512 2010-02-16  Richard Guenther  <rguenther@suse.de>
38514         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
38515         (true_dependence): If memrefs_conflict_p computes must-alias
38516         trust it.  Move TBAA check after offset-based disambiguation.
38517         (canon_true_dependence): Likewise.
38519 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
38521         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
38522         * doc/invoke.texi: Document it.
38523         * var-tracking.c: Include toplev.h and params.h.
38524         (vt_find_locations): Return bool indicating success.  Compute
38525         hash sizes unconditionally.  Check new parameter, report.
38526         (variable_tracking_main_1): Check vt_find_locations results and
38527         retry.  Renamed from...
38528         (variable_tracking_main): ... this.  New wrapper to preserve
38529         flag_var_tracking_assignments.
38530         * Makefile.in (var-tracking.o): Adjust dependencies.
38532 2010-02-16  Jack Howarth  <howarth@bromo.med.uc.edu>
38533             Jakub Jelinek  <jakub@redhat.com>
38535         PR target/42854
38536         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
38537         if weak_import attribute is present.
38538         * config/darwin.c (machopic_select_section): Likewise.
38540 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
38542         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
38543         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
38544         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
38545         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
38547         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
38548         types.
38550         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
38551         Fix argument types.
38553         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
38554         Rewrite text to refer to the names.
38556 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
38558         * config/i386/i386-builtin-types.def
38559         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
38560         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
38561         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
38562         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
38563         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
38564         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
38565         IX86_BUILTIN_VPERMIL2PS256.
38566         (MULTI_ARG_4_DF2_DI_I): Defined.
38567         (MULTI_ARG_4_DF2_DI_I1): Defined.
38568         (MULTI_ARG_4_SF2_SI_I): Defined.
38569         (MULTI_ARG_4_SF2_SI_I1): Defined.
38570         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
38571         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
38572         __builtin_ia32_vpermil2ps256.
38573         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
38574         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
38575         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
38576         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
38577         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
38578         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
38579         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
38580         CODE_FOR_xop_vpermil2v8sf3.
38581         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
38582         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
38583         * config/i386/xopintrin.h (_mm_permute2_pd): New.
38584         (_mm256_permute2_pd): New.
38585         (_mm_permute2_ps): New.
38586         (_mm256_permute2_ps): New.
38588 2010-02-15  Nick Clifton  <nickc@redhat.com>
38590         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
38591         boolean parameters.  Use emit_jump_insn when emitting a pop
38592         instruction containing a return insn.
38593         (push): Use 'true' rather than '1' as second parameter to F.
38594         (h8300_expand_prologue): Likewise.
38595         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
38596         (h8300_expand_epilogue): Likewise.
38598 2010-02-15  Richard Guenther  <rguenther@suse.de>
38600         PR middle-end/43068
38601         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
38602         if that is zero.
38604 2010-02-15  Nick Clifton  <nickc@redhat.com>
38606         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
38607         delta.
38609 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
38611         * intl.c (fake_ngettext): New function.
38612         * intl.h (fake_ngettext): Declare.
38613         (ngettext): Define macro.
38614         * collect2.c (notice_translated): New function.
38615         (main): Use notice_translated and ngettext.
38616         * collect2.h (notice_translated): Declare.
38618 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
38620         * reorg.c (delete_computation): Comment fixes.
38621         * caller-save.c (setup_save_areas): Idem.
38622         * sel-sched-dump.c (dump_lv_set): Idem.
38623         * rtl.def: Idem.
38625 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38627         * config/s390/s390.c (s390_sched_init): New function.
38628         (TARGET_SCHED_INIT): Target hook defined.
38630 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
38631             Jack Howarth  <howarth@bromo.med.uc.edu>
38632             Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
38634         PR target/42982
38635         Partial revert of unintended change in fix for PR41605.
38636         * config/darwin.h: Fix typo.
38637         * config/darwin9.h: Same.
38639 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
38641         * c-pch.c (pch_init): Clear v.
38643 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
38645         PR middle-end/42930
38646         * graphite-scop-detection.c (graphite_can_represent_scev): Call
38647         graphite_can_represent_init for MULT_EXPR.
38649 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
38651         PR middle-end/42914
38652         PR middle-end/42530
38653         * graphite-sese-to-poly.c (remove_phi): New.
38654         (translate_scalar_reduction_to_array): Call remove_phi.
38656 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
38658         PR middle-end/42771
38659         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
38660         * graphite-clast-to-gimple.h (gloog): Update declaration.
38661         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
38662         * graphite-poly.h (struct poly_bb): Add missing comments.
38663         (struct scop): Add poly_scop_p field.
38664         (POLY_SCOP_P): New.
38665         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
38666         * graphite.c (graphite_transform_loops): Build the polyhedral
38667         representation for each scop before code generation.
38668         * sese.c (rename_variables_in_operand): Removed.
38669         (rename_variables_in_expr): Return the renamed expression.
38670         (rename_sese_parameters): New.
38671         * sese.h (rename_sese_parameters): Declared.
38673 2010-02-11  Richard Guenther  <rguenther@suse.de>
38675         PR tree-optimization/42998
38676         * tree-ssa-pre.c (create_expression_by_pieces): Treat
38677         POINTER_PLUS_EXPR properly.
38679 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
38680             Changpeng Fang  <changpeng.fang@amd.com>
38682         PR middle-end/40886
38683         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
38684         the cost of an IV candidate when the IV is used in a test against zero.
38686         * gcc.dg/tree-ssa/ivopts-3.c: New.
38688 2010-02-11  Richard Guenther  <rguenther@suse.de>
38690         PR lto/41664
38691         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
38692         pointer-vs-decl case by swapping refs.  Handle some cases
38693         of pointer-vs-decl disambiguations more conservatively.
38694         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
38695         to false after expanding.
38697 2010-02-11  Richard Guenther  <rguenther@suse.de>
38699         PR driver/43021
38700         * gcc.c (process_command): Handle LTO file@offset case more
38701         appropriately.
38703 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
38705         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
38706         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
38707         of DEBUG_INSNs.
38708         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
38710         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
38711         if MEM's mode size isn't DWARF2_ADDR_SIZE.
38712         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
38713         Optimize eq/ne comparisons when both arguments are known to be
38714         zero-extended.
38715         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
38716         Don't mask operands unnecessarily if they are known to be already
38717         zero-extended.
38719 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
38721         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
38722         instead of loop.
38724 2010-02-10  Richard Guenther  <rguenther@suse.de>
38726         PR tree-optimization/43017
38727         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
38728         for wrapping signed arithmetic.
38730 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
38732         PR debug/43010
38733         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
38734         if no debug info should be emitted for it.
38736 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
38738         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
38739         note when flag_exceptions is set.
38741 2010-02-10  Duncan Sands  <baldrick@free.fr>
38743         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
38745 2010-02-10  Richard Guenther  <rguenther@suse.de>
38747         PR c/43007
38748         * tree.c (get_unwidened): Handle constants.
38749         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
38751 2010-02-10  Martin Jambor  <mjambor@suse.cz>
38753         PR lto/42985
38754         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
38755         check for variable argument counts independently.
38757 2010-02-10  Christian Bruel  <christian.bruel@st.com>
38759         PR target/42841
38760         * config/sh/sh.c (find_barrier): Increase length for non delayed
38761         conditional branches.
38763 2010-02-10  Christian Bruel  <christian.bruel@st.com>
38765         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
38767 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
38769         * builtins.c (set_builtin_user_assembler_name): Also handle
38770         ffs if int is smaller than word.
38772 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
38774         PR middle-end/42973
38775         * ira-conflicts.c (get_dup): Remove.
38776         (process_reg_shuffles): Add new parameter.  Use it as an
38777         additional guard for copy generation.
38778         (add_insn_allocno_copies): Rewrite.
38780 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
38782         * common.opt (fsched2-use-traces): Preserved for backward
38783         compatibility.
38784         * doc/invoke.texi: Remove the documentation about option
38785         -fsched2-use-traces.
38786         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
38787         flag_sched2_use_traces.
38788         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
38789         the backward compatibility flag section.
38791 2010-02-09  Richard Guenther  <rguenther@suse.de>
38793         PR tree-optimization/43008
38794         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
38795         make HEAP variables initialized from global memory if they
38796         are not known builtin functions.
38797         (find_func_aliases): Adjust.
38799 2010-02-09  Richard Guenther  <rguenther@suse.de>
38801         PR tree-optimization/43000
38802         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
38803         arithmetic manually.
38805 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
38807         PR tree-optimization/42931
38808         * tree-loop-linear.c (try_interchange_loops): Don't call
38809         double_int_mul if estimated_loop_iterations failed.
38811 2010-02-08  Martin Jambor  <mjambor@suse.cz>
38813         PR middle-end/42898
38814         * tree-sra.c (build_accesses_from_assign): Do not mark in
38815         should_scalarize_away_bitmap if stmt has volatile ops.
38816         (sra_modify_assign): Do not process assigns piecemeal if if stmt
38817         has volatile ops.
38819 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
38821         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
38823 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
38825         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
38826         before the pattern.
38828 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
38830         PR middle-end/42946
38831         * df-core.c (df_finish_pass): Change type of saved_flags to int.
38833 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
38835         PR middle-end/42988
38836         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
38837         to unknown_dependence.
38838         (graphite_legal_transform_dr): Handle the unknown_dependence.
38839         (graphite_carried_dependence_level_k): Same.
38841 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
38843         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
38845 2010-02-07  Richard Guenther  <rguenther@suse.de>
38847         PR middle-end/42991
38848         * expr.c (get_inner_reference): Always initialize *pbitsize.
38850 2010-02-07  Richard Guenther  <rguenther@suse.de>
38852         PR middle-end/42956
38853         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
38854         new ARRAY_REFs on variable size element or minimal index arrays.
38855         Complete.
38856         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
38857         gimple_fold_indirect_ref.
38859 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
38861         PR target/42957
38862         * arm.c (arm_override_options): Just return if the user has specified
38863         an invalid fpu name.
38865 2010-02-03  Jason Merrill  <jason@redhat.com>
38867         PR c++/42870
38868         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
38869         i386_pe_maybe_record_exported_symbol.
38871 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
38873         PR target/42924
38874         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
38875         (pa_delegitimize_address): New function.
38877 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
38879         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
38880         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
38882 2010-02-05  Richard Guenther  <rguenther@suse.de>
38884         PR lto/42762
38885         * lto-streamer-in.c (get_resolution): Deal with references
38886         to undefined functions.
38888 2010-02-05  Richard Guenther  <rguenther@suse.de>
38890         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
38891         (fold_const_aggregate_ref): Likewise.
38892         (ccp_fold_stmt): Substitute loads.
38893         (maybe_fold_reference): Verify types before substituting.
38894         Unshare properly.
38895         (fold_gimple_assign): Unshare properly.
38896         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
38898 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
38900         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
38901         for rs6000_gen_cell_microcode.
38903 2010-02-04  Richard Guenther  <rguenther@suse.de>
38905         PR rtl-optimization/42952
38906         * dse.c (const_or_frame_p): Remove MEM handling.
38908 2010-02-04  Nick Clifton  <nickc@redhat.com>
38910         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
38911         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
38912         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
38913         (mn10300_asm_output_mi_thunk): New function.
38914         (mn10300_can_output_mu_thunk): New function.
38915         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
38916         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
38917         (FUNCTION_ARG): Delete incorrect comment.
38919 2010-02-03  Jason Merrill  <jason@redhat.com>
38921         PR c++/40138
38922         * fold-const.c (operand_equal_p): Handle erroneous types.
38924 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
38926         * config/h8300/h8300.md (can_delay): Fix attibute condition.
38928 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
38930         PR rtl-optimization/42941
38931         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
38932         of xmalloc.
38934 2010-02-03  Jason Merrill  <jason@redhat.com>
38936         PR c++/35652
38937         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
38939 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
38941         PR debug/42896
38942         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
38943         (cselib_reset_table): Renamed from...
38944         (cselib_reset_table_with_next_value): ... this.
38945         (cselib_get_next_uid): Renamed from...
38946         (cselib_get_next_unknown_value): ... this.
38947         * cselib.c (next_uid): Renamed from...
38948         (next_unknown_value): ... this.
38949         (cselib_clear_table): Adjust.
38950         (cselib_reset_table): Adjust.  Renamed from...
38951         (cselib_reset_table_with_next_value): ... this.
38952         (cselib_get_next_uid): Adjust.  Renamed from...
38953         (cselib_get_next_unknown_value): ... this.
38954         (get_value_hash): Use hash.
38955         (cselib_hash_rtx): Likewise.
38956         (new_cselib_val): Adjust.  Set and dump uid.
38957         (cselib_lookup_mem): Pass next_uid as hash.
38958         (cselib_subst_to_values): Likewise.
38959         (cselib_log_lookup): Dump uid.
38960         (cselib_lookup): Pass next_uid as hash.  Adjust.
38961         (cselib_process_insn): Adjust.
38962         (cselib_init): Initialize next_uid.
38963         (cselib_finish): Adjust.
38964         (dump_cselib_table): Likewise.
38965         * dse.c (canon_address): Dump value uid.
38966         * print-rtl.c (print_rtx): Print value uid.
38967         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
38968         (dvuid): New type.
38969         (dv_uid): New function, sort of renamed from...
38970         (dv_htab_hash): ... this, reimplemented in terms of it and...
38971         (dv_uid2hash): ... this.  New.
38972         (variable_htab_eq): Drop excess assertions.
38973         (tie_break_pointers): Removed.
38974         (canon_value_cmp): Compare uids.
38975         (variable_post_merge_New_vals): Print uids.
38976         (vt_add_function_parameters): Adjust.
38977         (vt_initialize): Reset table.  Adjust.
38979 2010-02-03  Richard Guenther  <rguenther@suse.de>
38981         PR tree-optimization/42944
38982         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
38983         (call_may_clobber_ref_p_1): Likewise.  Properly handle
38984         malloc and calloc clobbering errno.
38986 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
38988         * doc/invoke.texi: Fix name of sched1 dump.
38990         * opts.c (decode_options): Set flag_tree_switch_conversion
38991         only conditionally on optimize >= 2.
38993         * gcse.c: Assorted comment fixes in pass description.
38995 2010-02-03  Anthony Green  <green@moxielogic.com>
38997         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
38998         nop padding in order to maintain alignment of storage location of
38999         target function address.
39000         (moxie_trampoline_init): Store target function address at newly
39001         aligned location.
39002         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
39003         to 32.
39004         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
39006 2010-02-03  Richard Guenther  <rguenther@suse.de>
39008         PR middle-end/42927
39009         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
39011 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39013         * config.gcc: Reenable check for obsolete targets.
39014         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
39015         mips-sgi-irix6.[0-4]*.
39017 2010-02-02  Nick Clifton  <nickc@redhat.com>
39019         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
39020         constant size of 4 as being the same as 0.
39021         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
39022         can take values in the range 0..4.
39024 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
39026         PR java/41991
39027         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
39028         as _darwin10_Unwind_FindEnclosingFunction().
39029         * libgcc-libsystem.ver: New.
39031 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
39033         PR target/41399
39034         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
39035         implicitly set registers.
39037 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
39039         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
39040         (arm_override_options): Allow automatic selection of the thread
39041         pointer register if thumb2.
39042         (legitimize_pic_address): Improve code sequences for Thumb2.
39043         (arm_call_tls_get_addr): Likewise.
39044         (legitimize_tls_address): Likewise.
39045         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
39046         (pic_load_addr_32bit): ... this.  New named pattern.
39047         * thumb2.md (pic_load_addr_thumb2): Delete.
39048         (pic_load_dot_plus_four): Delete.
39049         (tls_load_dot_plus_four): New named pattern.
39051 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39053         PR libgomp/29986
39054         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
39055         Document fix for TLS bug.
39057 2010-01-31  Richard Guenther  <rguenther@suse.de>
39059         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
39060         conservatively correct.
39062 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
39064         PR target/42850
39065         Revert:
39066         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
39068         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
39070 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
39072         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
39074 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
39076         * config.gcc: Adjust order of makefile fragments for mingw targets.
39078 2010-01-31  Richard Guenther  <rguenther@suse.de>
39080         PR middle-end/42898
39081         * gimplify.c (gimplify_init_constructor): For volatile LHS
39082         initialize a temporary.
39084 2010-01-31  Matthias Klose  <doko@ubuntu.com>
39086         * configure.ac: Fix __stack_chk_fail check for cross builds configured
39087         --with-headers
39088         * configure: Regenerate.
39090 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
39092         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
39093         the same alias set and their sizes different constantness.
39094         (aliasing_component_refs_p): Revert 2009-10-24 change.
39096 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39098         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
39099         unused.
39101 2010-01-29  Richard Guenther  <rguenther@suse.de>
39103         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
39104         Assert we successfully updated the call.
39106 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
39108         PR rtl-optimization/42889
39109         * df.h (df_set_bb_dirty_nonlr): New prototype.
39110         * df-core.c (df_set_bb_dirty_nonlr): New function.
39111         * df-scan.c (df_insn_rescan): Call it instead of
39112         df_set_bb_dirty for DEBUG_INSNs.
39114 2010-01-29  Richard Guenther  <rguenther@suse.de>
39116         PR middle-end/37448
39117         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
39118         quadratic behavior in most cases.
39120 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
39122         PR target/42891
39123         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
39124         in the call to gen_x86_movsicc_0_m1.
39126 2010-01-28  Richard Guenther  <rguenther@suse.de>
39128         PR tree-optimization/42871
39129         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
39131 2010-01-28  Richard Guenther  <rguenther@suse.de>
39133         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
39134         into call arguments.
39136 2010-01-28  Richard Guenther  <rguenther@suse.de>
39138         PR middle-end/42883
39139         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
39140         the forwarder if the destination is an EH landing pad.
39142 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
39144         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
39145         block list passed to gimple_duplicate_sese_tail.
39146         (parallelize_loops): Avoid parallelization when the function
39147         has_nonlocal_label.
39148         Avoid parallelization when the preheader is IRREDUCIBLE.
39149         Try to optimize when estimated_loop_iterations_int is unresolved.
39150         Add the loop's location to the dump file.
39151         * tree-cfg.c (add_phi_args_after_redirect): Remove.
39152         (gimple_duplicate_sese_tail): Remove the check for the latch.
39153         Redirect nexits to the exit block.
39154         Remove handling of the incoming edges to the latch.
39155         Redirect the backedge from the copied latch to the exit bb.
39157 2010-01-28  Michael Matz  <matz@suse.de>
39159         PR target/42881
39160         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
39161         Wrap force_reg into a sequence, emit it before user.
39163 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
39165         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
39166         (arm_rev): New.
39167         (arm_legacy_rev): Likewise.
39168         (thumb_legacy_rev): Likewise.
39170 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
39172         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
39173         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
39174         on MEM's address failed, try avoid_constant_pool_reference and
39175         recurse if it returned something different.
39176         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
39177         address, try avoid_constant_pool_reference and recurse if it
39178         returned something different.
39179         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
39180         address and avoid_constant_pool_reference returned something
39181         different, don't set have_address.
39183 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
39185         PR debug/42861
39186         * var-tracking.c (val_store): Add modified argument, obey it.
39187         Adjust callers.
39188         (count_uses): Move down logging of main.
39189         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
39190         don't need resolution.
39191         (emit_notes_in_bb): Likewise.
39193 2010-01-27  Richard Guenther  <rguenther@suse.de>
39195         PR middle-end/42878
39196         * tree-inline.c (remap_decl): Delay remapping of SSA name
39197         default definitions until we need them.
39199 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
39201         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
39202         (rs6000_delegitimize_address): New function.
39204         * config/s390/s390.c (s390_delegitimize_address): Call
39205         delegitimize_mem_from_attrs.
39207         PR middle-end/42874
39208         * tree-inline.c (cannot_copy_type_1): Removed.
39209         (copy_forbidden): Don't forbid copying of functions containing
39210         records/unions with variable length fields.
39212 2010-01-27  Christian Bruel  <christian.bruel@st.com>
39214         Revert:
39215         PR target/42841
39216         * config/sh/sh.c (find_barrier): Increase length for non delayed
39217         conditional branches.
39219 2010-01-27  Matthias Klose  <doko@ubuntu.com>
39221         * configure.ac (gnu-unique-object): Fix ldd version check.
39222         * configure: Regenerate.
39224 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39226         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
39227         HAVE_GNU_AS value.
39228         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
39229         Test for HAVE_GNU_AS value.
39231 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39233         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
39234         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
39235         INT64_TYPE): Define.
39236         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
39237         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
39238         INT_LEAST64_TYPE): Define.
39239         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
39240         UINT_LEAST64_TYPE): Define.
39241         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
39242         INT_FAST64_TYPE): Define.
39243         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
39244         UINT_FAST64_TYPE): Define.
39245         (INTMAX_TYPE, UINTMAX_TYPE): Define.
39246         (INTPTR_TYPE, UINTPTR_TYPE): Define.
39247         (SIG_ATOMIC_TYPE): Define.
39249 2010-01-26  Richard Guenther  <rguenther@suse.de>
39251         * df-scan.c (df_scan_set_bb_info): Remove assert.
39252         (df_insn_rescan_debug_internal): Merge asserts.
39253         (df_install_ref): Likewise.
39254         (df_mark_reg): Use bitmap_set_range.
39255         (df_hard_reg_used_p): Remove assert.
39256         (df_hard_reg_used_count): Likewise.
39258 2010-01-26  Richard Guenther  <rguenther@suse.de>
39260         PR rtl-optimization/42685
39261         * web.c (web_main): Ignore DEBUG_INSNs.
39263 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
39265         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
39267         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
39268         Fix types of fndecl and arglist parameters.
39270 2010-01-26  Richard Guenther  <rguenther@suse.de>
39272         PR middle-end/42806
39273         * tree-eh.c (unsplit_eh): Skip debug insns.
39275 2010-01-26  Richard Guenther  <rguenther@suse.de>
39277         PR tree-optimization/42250
39278         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
39280 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
39282         PR fortran/42866
39283         * omp-low.c (expand_omp_sections): Only use single_pred if
39284         l2_bb is single_pred_p.
39286 2010-01-25  Christian Bruel  <christian.bruel@st.com>
39288         PR target/42841
39289         * config/sh/sh.c (find_barrier): Increase length for non delayed
39290         conditional branches.
39291         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
39293 2010-01-24  David S. Miller  <davem@davemloft.net>
39295         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
39296         define if not using GAS.
39297         * config/sparc/sparc.c (sparc_elf_asm_named_section):
39298         Likewise.  Delete SECTION_MERGE code, which is only applicable
39299         when using GAS.
39301 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
39303         PR c++/42748
39304         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
39305         mangling of va_list in system headers.
39307 2010-01-23  Toon Moene  <toon@moene.org>
39309         * tree-predcom.c (combine_chains): Return NULL, not false.
39311 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
39313         * tree-loop-distribution.c (distribute_loop): Fix declaration and
39314         initialization of variable res to agree with return type.
39316 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
39318         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
39319         * tree-sra.c: Add include of expr.h.
39321 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
39323         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
39324         insert the debug stmt on the single non-EH edge from the stmt.
39326 2010-01-22  Richard Henderson  <rth@redhat.com>
39328         PR tree-opt/42833
39329         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
39330         the RHS until after generate_subtree_copies has insertted its
39331         code before the current statement.
39333 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
39335         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
39337         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
39339 2010-01-21  Martin Jambor  <mjambor@suse.cz>
39341         PR tree-optimization/42585
39342         * tree-sra.c (struct access): New field grp_total_scalarization.
39343         (dump_access): Dump the new field.
39344         (should_scalarize_away_bitmap): New variable.
39345         (cannot_scalarize_away_bitmap): Likewise.
39346         (sra_initialize): Allocate new bitmaps.
39347         (sra_deinitialize): Free new bitmaps.
39348         (create_access_1): New function.
39349         (create_access): Parts moved to create_access_1.
39350         (type_consists_of_records_p): New function.
39351         (completely_scalarize_record): Likewise.
39352         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
39353         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
39354         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
39355         access.
39356         (analyze_all_variable_accesses): Completely scalarize small eligible
39357         records.
39359 2010-01-21  Martin Jambor  <mjambor@suse.cz>
39361         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
39363 2010-01-21  Andrew Haley  <aph@redhat.com>
39365         * gcc.c (process_command): Move lang_specific_driver before
39366         setting cc_libexec_prefix.
39368 2010-01-21  Richard Guenther  <rguenther@suse.de>
39370         PR middle-end/19988
39371         * fold-const.c (negate_expr_p): Pretend only negative
39372         real constants are easily negatable.
39374 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
39375             Jason Merrill  <jason@redhat.com>
39377         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
39378         (TYPE_TRANSPARENT_AGGR): this, for union and record.
39379         * calls.c (initialize argument_information): Handle it.
39380         * c-common.c (handle_transparent_union_attribute): Use new name.
39381         * c-decl.c (finish_struct): Ditto.
39382         * c-typeck.c (type_lists_compatible_p): Ditto.
39383         (convert_for_assignment): Use new name and also handle record.
39384         * function.c (aggregate_value_p): Handle it.
39385         (pass_by_reference): Ditto.
39386         (assign_parm_data_types): Ditto.
39387         * print-tree.c (print_node): Ditto.
39388         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
39389         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
39390         * tree.c (first_field): New fn.
39392 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
39394         PR target/42818
39395         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
39396         even when linking statically, for now.
39398 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
39400         PR debug/42715
39401         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
39402         without a cselib val.
39403         (count_uses): Accept MO_VAL_SET with no val on stores.
39404         (add_stores): Likewise.
39406 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
39408         * var-tracking.c (check_value_val): Add a compile time assertion.
39409         (dv_is_decl_p): Simplify.
39410         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
39411         gcc_assert if ENABLE_CHECKING.
39413 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
39415         PR debug/42782
39416         * var-tracking.c: Include tree-flow.h.
39417         (mem_dies_at_call): New.
39418         (dataflow_set_preserve_mem_locs): Use it.
39419         (dataflow_set_remove_mem_locs): Likewise.
39420         (dump_var): Renamed from dump_variable.  Adjust all callers.
39421         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
39422         * Makefile.in (var-tracking.o): Adjust deps.
39424 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
39426         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
39428 2010-01-20  Richard Guenther  <rguenther@suse.de>
39430         PR tree-optimization/42717
39431         * tree-ssa-dce.c (get_live_post_dom): Remove.
39432         (forward_edge_to_pdom): Take an arbitrary edge to copy
39433         degenerate PHI args from.
39434         (remove_dead_stmt): Use the first post-dominator even if it
39435         does not contain live statements as redirection destination.
39437 2010-01-20  Richard Guenther  <rguenther@suse.de>
39439         * tree-inline.c (estimate_num_insns): Handle EH builtins.
39441 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
39443         * sel-sched.c (create_speculation_check): Remove set but not used
39444         variable twin.
39445         (try_transformation_cache): Remove set but not used variable ds.
39446         (calculate_privileged_insns): Remove set but not used variables
39447         cur_insn and min_spec_insn.
39448         (find_best_expr): Remove set but not used variable avail_n.
39449         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
39450         variable e.
39451         * cgraphunit.c (assemble_thunk): Remove set but not used variable
39452         false_label.
39453         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
39454         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
39455         new_scop_exit_edge.
39457 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
39459         PR bootstrap/42786
39460         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
39461         cpu types.  Add support for *-sse3 cpu types.
39462         (x86_64-*-*): Ditto.
39464 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
39466         PR middle-end/42803
39467         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
39468         argument, call initializer_constant_valid_p_1 instead of
39469         initializer_constant_valid_p, pass CACHE to it, return NULL
39470         immediately if first call returns NULL.
39471         (initializer_constant_valid_p_1): New function.
39472         (initializer_constant_valid_p): Use it.
39474 2010-01-20  Thomas Quinot  <quinot@adacore.com>
39476         * tree.def (PLACEHOLDER_EXPR): Fix comment.
39478 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
39480         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
39481         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
39482         (loc_list_from_tree): Don't handle unsigned division.  Handle
39483         signed modulo using DW_OP_{over,over,div,mul,minus}.
39484         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
39485         modulo instead of signed.
39487 2010-01-20  DJ Delorie  <dj@redhat.com>
39489         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
39490         (Fpa): Pass it
39491         (h8300_emit_stack_adjustment): Propogate it.
39492         (push): Pass it.
39493         (h8300_expand_prologue): Likewise.
39494         (h8300_expand_epilogue): Likewise.
39496 2010-01-19  Michael Matz  <matz@suse.de>
39498         PR tree-optimization/41783
39499         * tree-data-ref.c (toplevel): Include flags.h.
39500         (dump_data_dependence_relation):  Also dump the inputs if the
39501         result will be unknown.
39502         (split_constant_offset_1): Look through some conversions.
39503         * tree-predcom.c (determine_roots_comp): Restart a new chain if
39504         the offset from last element is too large.
39505         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
39506         (reassociate_to_the_same_stmt): Handle vector registers.
39507         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
39508         (e.g. conversions).
39509         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
39510         wide_prolog_niters argument, emit widening instructions.
39511         (vect_do_peeling_for_alignment): Adjust caller, use widened
39512         variant of the iteration cound.
39513         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
39515 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
39517         PR target/38697
39518         * config/arm/neon-testgen.m (emit_automatics): New parameter
39519         features. Adjust for Fixed_return_reg feature.
39520         (test_intrinsic): Call emit_automatics with new feature.
39521         * config/arm/neon.ml: Update copyright years.
39522         (features): New Fixed_return_reg feature.
39523         (ops): Update feature for Vget_low.
39525 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
39527         PR tree-optimization/42719
39528         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
39529         stmt uses.
39531         PR debug/42728
39532         * fwprop.c (all_uses_available_at): Return false if def_set dest
39533         is a REG that is used in def_insn.
39535 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
39537         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
39539         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
39540         Add argument names.
39542         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
39544         * target.h (struct gcc_target) <secondary_reload>: Change type
39545         of last argument to secondary_reload_info *.
39547 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
39549         PR target/42774
39550         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
39551         memory references with unaligned offsets.  Remove CQImode handling.
39552         (unaligned_memory_operand): Return 1 for memory references with
39553         unaligned offsets.  Remove CQImode handling.
39555 2010-01-18  Richard Guenther  <rguenther@suse.de>
39557         PR middle-end/39954
39558         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
39559         builtin calls.
39561 2010-01-18  Richard Guenther  <rguenther@suse.de>
39563         PR tree-optimization/42781
39564         * tree-ssa-structalias.c (find_what_var_points_to): Skip
39565         restrict processing only if the original variable was artificial.
39567 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
39569         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
39570         find number of popped argument bytes.
39572         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
39573         Fix the text that describes the return value for invalid insns.
39575         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
39577         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
39578         Clarify what 'cost of the -dependence' is.  Fix quoting.
39580         * toplev.c (default_get_pch_validity): Rename argument to "sz".
39581         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
39583 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
39585         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
39586         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
39588 2010-01-17  Richard Guenther  <rguenther@suse.de>
39590         PR middle-end/42248
39591         * function.c (split_complex_args): Take a VEC to modify.
39592         (assign_parms_augmented_arg_list): Build a VEC instead of
39593         a chain of PARM_DECLs.
39594         (assign_parms_unsplit_complex): Take a VEC of arguments.
39595         Do not fixup unmodified parms.
39596         (assign_parms): Deal with the VEC.
39597         (gimplify_parameters): Likewise.
39599 2010-01-17  Richard Guenther  <rguenther@suse.de>
39601         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
39602         node existence check.
39603         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
39604         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
39605         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
39606         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
39607         (gimple_execute_on_growing_pred): Likewise.
39609 2010-01-17  Richard Guenther  <rguenther@suse.de>
39611         PR tree-optimization/42773
39612         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
39613         (compute_antic_aux): Likewise.
39614         (compute_partial_antic_aux): Likewise.
39616 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
39618         PR debug/42767
39619         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
39620         and US_TRUNCATE.
39622 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
39624         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
39625         appearance.
39627         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
39628         Fix markup for strict argument.
39630         (TARGET_SCHED_REORDER2): Fix argument types.
39632         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
39633         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
39635         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
39636         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
39638         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
39639         Add argument name.
39641         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
39642         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
39643         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
39644         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
39645         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
39647         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
39649         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
39651         (TARGET_ASM_RELOC_RW_MASK): Add return type.
39652         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
39654         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
39656         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
39657         Use prototype.
39659         (TARGET_ASM_NAMED_SECTION): Fix argument list.
39661         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
39662         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
39664         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
39666         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
39668         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
39669         referring to it.  Fix language.
39671         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
39673         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
39675         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
39677         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
39679         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
39680         '@var{stream}.  Remove stray 'and'.
39682         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
39684         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
39686         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
39688         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
39689         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
39691         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
39692         Fix description of return value.
39693         Rename argument "sz" to "len."
39695         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
39696         Clarify meaning of 'true' return value.
39698         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
39700         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
39701         rep_mode versus mode_rep.
39703         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
39705         (TARGET_BUILTIN_DECL): Fix name.
39707         (TARGET_COMMUTATIVE_P): Fix type of first argument.
39709         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
39711         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
39713         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
39715         (TARGET_RELAXED_ORDERING): Use @deftypevr.
39717         (TARGET_GET_DRAP_RTX): Note that this is a hook.
39718         Clarify language.
39720         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
39721         Rename argument tm_fn to md_fn.
39723         (TARGET_OPTION_PRINT): Fix argument list.
39725 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
39727         PR target/42664
39728         * config/i386/i386.c (ix86_fixup_binary_operands):
39729         Revert FMA4 fixup of operands.
39731 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39733         PR other/42525
39734         * Makefile.in (write_entries_to_file, install-plugin):
39735         Use \012 instead of \n with tr.
39737 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
39739         * configure.ac (HAVE_AS_REF): New C macro.
39740         * configure: Regenerate.
39741         * config.in: Likewise.
39742         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
39743         if HAVE_AS_REF.
39744         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
39745         if HAVE_AS_REF.
39747 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
39749         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
39751         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
39753         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
39755         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
39757         (TARGET_IN_SMALL_DATA_P): Fix argument type.
39759         (TARGET_BINDS_LOCAL_P): Fix argument type.
39761         (TARGET_ASM_FILE_END): Use prototype.
39763         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
39765         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
39767         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
39769         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
39771         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
39772         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
39774         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
39775         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
39777         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
39778         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
39779         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
39780         (TARGET_ADDR_SPACE_CONVERT): Likewise.
39782         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
39784         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
39786         (TARGET_INIT_BUILTINS): Use prototype.
39788         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
39789         Put 'const char *' in braces.  Fix parameter types.
39790         (TARGET_INVALID_CONVERSION): Fix parameter types.
39791         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
39792         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
39794         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
39795         Fix argument type.
39797         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
39799         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
39801 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
39803         * doc/tm.texi (TARGET_HELP): Fix return type.
39805         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
39806         in braces.  Fix argument types.
39808         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
39810         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
39812         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
39814         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
39815         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
39817         (TARGET_MANGLE_TYPE): Fix argument types.
39819         (TARGET_IRA_COVER_CLASSES): Use prototype.
39821         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
39823         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
39825         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
39827         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
39829         (TARGET_CALLEE_COPIES): Fix argument types.
39831         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
39833         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
39835         (TARGET_FUNCTION_VALUE): Fix argument types.
39837         (TARGET_RETURN_IN_MSB): Fix argument type.
39839         (TARGET_RETURN_IN_MEMORY): Fix argument types.
39841         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
39843         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
39845         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
39846         agree with return type.
39848         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
39850 2010-01-15  Jing Yu  <jingyu@google.com>
39852         PR rtl-optimization/42691
39853         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
39854         a pseudo to a constant and are merged, and adjust comments.
39856 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
39858         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
39860 2010-01-15  Richard Guenther  <rguenther@suse.de>
39862         PR middle-end/42739
39863         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
39864         labels of computed or non-local gotos to the destination.
39865         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
39866         landing pad label is the first label.
39868 2010-01-15  Richard Guenther  <rguenther@suse.de>
39870         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
39872 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
39874         PR target/42747
39875         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
39876         to allow generation of the xssqrtdp instruction on power7.
39877         (sqrtdf2_fpr): Ditto.
39879 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
39881         PR middle-end/42674
39882         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
39883         functions with noreturn attribute.
39885         PR c++/42608
39886         * varasm.c (declare_weak): Add weak attribute to decl if it
39887         doesn't have one already.
39888         (assemble_external): Only add decls to weak_decls if they also
39889         have weak attribute.
39891 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
39893         * var-tracking.c (var_reg_delete): Don't delete the association
39894         between REGs and values or one-part variables if the register
39895         isn't clobbered.
39897 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
39899         PR debug/42657
39900         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
39901         because its first operand is a non-localized variable.
39903 2010-01-14  Martin Jambor  <mjambor@suse.cz>
39905         PR tree-optimization/42706
39906         * tree-sra.c (encountered_recursive_call): New variable.
39907         (encountered_unchangable_recursive_call): Likewise.
39908         (sra_initialize): Initialize both new variables.
39909         (callsite_has_enough_arguments_p): New function.
39910         (scan_function): Call decl and flags check only for IPA-SRA, check
39911         whether there is a recursive call and whether it has enough arguments.
39912         (all_callers_have_enough_arguments_p): New function.
39913         (convert_callers): Look for recursive calls only when
39914         encountered_recursive_call is set.
39915         (ipa_early_sra): Bail out either if
39916         !all_callers_have_enough_arguments_p or
39917         encountered_unchangable_recursive_call.
39919 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
39921         * sel-sched.c: Add 2010 to copyright years.
39922         * sel-sched-ir.c: Likewise.
39923         * sel-sched-ir.h: Likewise.
39925 2010-01-14  Martin Jambor  <mjambor@suse.cz>
39927         PR tree-optimization/42714
39928         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
39929         constructors specially.
39931 2010-01-14  Andi Kleen  <ak@linux.intel.com>
39933         * config/i386/drivers-i386.c (detect_caches_intel):
39934         Add l2sizekb parameter and fill in.
39935         (host_detect_local_cpu): Add l2sizekb, fill in.
39936         Add Atom small cache heuristic.
39938 2010-01-14  Andi Kleen  <ak@linux.intel.com>
39940         * config/i386/drivers-i386.c (detect_caches_cpuid4):
39941         Add level3 parameter and fill in.
39942         (detect_caches_intel): Handle level3 cache.
39944 2010-01-14  Andi Kleen  <ak@linux.intel.com>
39946         * config/i386/drivers-i386.c (host_detect_local_cpu):
39947         Fix core duo detection.
39949 2010-01-14  Andi Kleen  <ak@linux.intel.com>
39951         * config/i386/drivers-i386.c (host_detect_local_cpu):
39952         Fix Atom detection.
39954 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
39956         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
39957         (rs6000_variable_issue_1): this.  Use...
39958         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
39960 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
39962         * sel-sched-ir.c (sel_restore_other_notes): Rename to
39963         sel_restore_notes.  Update all callers.  Call reemit_notes
39964         for all insns.
39966 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
39968         PR rtl-optimization/42246
39969         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
39970         loops.
39972 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
39974         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
39975         all successors is the same as number of successors in current region.
39977 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
39979         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
39980         to rename is not separable.  Otherwise check that its LHS is not NULL.
39982 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
39984         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
39986 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
39988         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
39989         available registers when failed to discover LHS register class.
39990         Fix indentation.  Update comment.
39992 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
39993             Alexander Monakov  <amonakov@ispras.ru>
39995         PR rtl-optimization/42389
39996         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
39997         to can_issue_more.
39998         (advance_state_on_fence): Likewise.
39999         (sel_target_adjust_priority): Print debug output only when
40000         sched_verbose >= 4, not 2.
40001         (get_expr_cost): Do not issue all unique insns on the next cycle.
40002         (fill_insns): Initialize can_issue_more from the value saved
40003         with the fence.
40004         * sel-sched-ir.c (flist_add): New parameter issue_more.
40005         Init FENCE_ISSUE_MORE with it.
40006         (merge_fences): Likewise.
40007         (init_fences): Update call to flist_add.
40008         (add_to_fences, add_clean_fence_to_fences)
40009         (add_dirty_fence_to_fences): Likewise.
40010         (move_fence_to_fences): Update call to merge_fences.
40011         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
40012         sched groups.
40013         * sel-sched-ir.h (struct _fence): New field issue_more.
40014         (FENCE_ISSUE_MORE): New accessor macro.
40016 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
40018         PR rtl-optimization/42388
40019         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
40020         that have no predecessors nor successors.  Do not call move_bb_info
40021         for empty blocks outside of current region.
40023 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
40025         PR rtl-optimization/42294
40026         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
40027         * sel-sched.c (move_exprs_to_boundary): Transitively add all
40028         originators' originators.
40030 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
40032         PR rtl-optimization/39453
40033         PR rtl-optimization/42246
40034         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
40035         for pipelining_p.
40036         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
40038 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
40039             Alexander Monakov  <amonakov@ispras.ru>
40041         PR middle-end/42245
40042         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
40043         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
40044         argument.  Update all callers.
40045         (tidy_control_flow): ... and here.  Recompute topological order
40046         of basic blocks in region if necessary.
40047         (sel_redirect_edge_and_branch): Change return type.  Return true
40048         if topological order might have been invalidated.
40049         (purge_empty_blocks): Export and move from...
40050         * sel-sched.c (purge_empty_blocks): ... here.
40051         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
40052         (maybe_tidy_empty_bb): Delete prototype.
40053         (purge_empty_blocks): Declare.
40055 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
40057         PR rtl-optimization/42249
40058         * sel-sched.c (try_replace_dest_reg): When chosen register
40059         and original register is the same, do not bail out early, but
40060         still check all original insns for validity of replacing destination
40061         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
40062         in this case.
40064 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
40066         PR c/42721
40067         Port from no-undefined-overflow branch:
40068         2009-03-09  Richard Guenther  <rguenther@suse.de>
40070         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
40072 2010-01-14  Richard Guenther  <rguenther@suse.de>
40074         PR lto/42665
40075         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
40077 2010-01-14  Ira Rosen  <irar@il.ibm.com>
40079         PR tree-optimization/42709
40080         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
40081         as scalar type in creation of constant vector operand.
40083 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40085         PR testsuite/42414
40086         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
40087         (check-parallel-%): Match `testsuite' directory component only
40088         at the end.
40090 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
40092         PR translation/39521
40093         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
40094         strings with _().
40096 2010-01-13  Richard Guenther  <rguenther@suse.de>
40098         PR tree-optimization/42730
40099         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
40100         offset zero.
40102 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
40104         PR target/pr42542
40105         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
40106         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
40107         them signed.
40109 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
40111         * config/bfin/libgcc-bfin.ver: Regenerate based on current
40112         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
40113         ___umulsi3_highpart.
40115         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
40116         rather than schedule_insns if the pass is enabled.
40118 2010-01-13  Martin Jambor  <mjambor@suse.cz>
40120         PR tree-optimization/42704
40121         * tree-sra.c (sra_modify_assign): Do not delete assignments to
40122         SSA_NAMEs.
40124 2010-01-13  Martin Jambor  <mjambor@suse.cz>
40126         PR tree-optimization/42703
40127         * tree-sra.c (analyze_access_subtree): Check that we can build a
40128         reference to the original data within the aggregate.
40130 2010-01-13  Richard Guenther  <rguenther@suse.de>
40132         PR tree-optimization/42705
40133         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
40135 2010-01-13  Richard Guenther  <rguenther@suse.de>
40137         PR middle-end/42716
40138         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
40140 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
40142         PR debug/41371
40143         * var-tracking.c (values_to_unmark): New variable.
40144         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
40145         values_to_unmark vector.  Moved body to...
40146         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
40147         instead queue it into values_to_unmark vector.
40148         (vt_find_locations): Free values_to_unmark vector.
40150 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
40152         * config/s390/s390.c (override_options): Set
40153         default of max-pending-list-length to 256
40155 2010-01-13  Richard Guenther  <rguenther@suse.de>
40157         PR lto/42678
40158         * tree-pass.h (PROP_gimple_lcx): New.
40159         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
40160         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
40161         before the final cleanup_eh.
40162         (dump_properties): Dump PROP_gimple_lcx.
40163         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
40164         (tree_lower_complex_O0): Remove.
40165         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
40166         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
40167         tree_lower_complex, schedule TODO_update_ssa.
40168         * lto-streamer-out.c (output_function): Stream the functions
40169         properties.
40170         * lto-streamer-in.c (input_function): Likewise.
40171         (lto_read_body): Do not override them here.
40173 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
40175         PR c/42708
40176         * c-typeck.c (build_c_cast): Fold value cast to union type before
40177         wrapping it in a CONSTRUCTOR.
40179 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
40181         PR rtl-optimization/42699
40182         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
40183         involved.
40185 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
40187         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
40188         SUBTARGET_WARN_UNUSED_SPEC): Move ...
40189         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
40190         SUBTARGET_WARN_UNUSED_SPEC): ... here
40191         * config/mips/iris5.h (LIBGCC_SPEC): Define.
40193 2010-01-12  Julian Brown  <julian@codesourcery.com>
40195         * config/arm/neon-schedgen.ml (Utils): Don't try to
40196         open missing module.
40197         (find_with_result): New.
40199 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
40201         PR debug/42662
40202         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
40203         sharing when canonicalizing ({lt,ge}u (plus a b) b).
40205         PR tree-optimization/42645
40206         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
40207         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
40208         decl_map, set processing_debug_stmt to -1 and return name without
40209         any remapping.
40211 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
40213         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
40214         binutils version, and reword target configuration description.
40216 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
40218         * config/avr/avr.h (LINKER_NAME): Remove.
40220 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
40222         PR target/42416
40223         * config/rs6000/rs6000.c (rs6000_override_options): On targets
40224         that support VSX, warn for -mno-altivec if vsx is not disabled,
40225         and disable vsx.
40227 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
40228             Shujing Zhao  <pearly.zhao@oracle.com>
40230         PR translation/42469
40231         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
40232         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
40233         character between option name and help text.
40234         * c.opt (imultilib): Likewise.
40236 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
40238         * lto-streamer-out.c (output_unreferenced_globals): Output static
40239         variables.
40241 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
40243         PR rtl-optimization/42621
40244         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
40245         optimizing for size.
40246         (duplicate_computed_gotos): Remove now-redundant check.
40248 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
40250         PR target/37454
40251         * configure.ac: Save and restore LDFLAGS and LIBS
40252         * configure: Regenerate.
40254 2010-01-10  Richard Guenther  <rguenther@suse.de>
40256         PR middle-end/42667
40257         * builtins.c (fold_builtin_strlen): Add type argument and
40258         convert the resulting length to it.
40259         (fold_builtin_1): Adjust.
40261 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
40263         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
40264         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
40265         1 insn.
40266         (num_insns_constant_wide): Adjust for that change.
40268 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40270         PR debug/42631
40271         * web.c (union_defs): Add used argument, to combine uses of
40272         uninitialized regs.
40273         (entry_register): Adjust type and tests of used argument.
40274         (web_main): Widen used for new use.  Pass it to union_defs.
40275         * df.h (union_defs): Adjust prototype.
40277 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40279         PR debug/42630
40280         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
40281         uses in new incoming argument.  Free body.
40282         (reset_debug_uses_in_loop): New.
40283         (analyze_insn_to_expand_var): Call the latter if the former found
40284         anything.  Fix whitespace.  Reject invalid dest overlaps before
40285         going through all insns in the loop.
40287 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40289         PR debug/42629
40290         * haifa-sched.c (dying_use_p): Debug insns don't count.
40292 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40294         PR middle-end/42363
40295         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
40296         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
40297         (verify_gimple_call): Reject LHS in noreturn calls.
40299 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40301         PR debug/42604
40302         PR debug/42395
40303         * tree-vect-loop-manip.c (adjust_info): New type.
40304         (adjust_vec): New pointer to vector.
40305         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
40306         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
40307         (slpeel_update_phis_for_duplicate_loop): Use them.
40308         (slpeel_update_phi_nodes_for_guard1): Likewise.
40309         (slpeel_update_phi_nodes_for_guard2): Likewise.
40310         (slpeel_tree_peel_loop_to_edge): Likewise.
40311         (vect_update_ivs_after_vectorizer): Likewise.
40313 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40315         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
40316         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
40318 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40320         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
40321         bogus uninitialized warning.
40323 2010-01-09  Richard Guenther  <rguenther@suse.de>
40325         PR middle-end/42512
40326         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
40327         the evolution is compatible with the initial condition.
40329 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
40331         * gcc.c (process_command): Update copyright notice dates.
40332         * gcov.c (print_version): Likewise.
40333         * gcov-dump.c (print_version): Likewise.
40334         * mips-tfile.c (main): Likewise.
40335         * mips-tdump.c (main): Likewise.
40337 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
40339         PR target/41885
40340         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
40341         (rotlhi3): Delete.
40342         (rotlhi3_8): Delete.
40343         (rotlsi3): Delete.
40344         (rotlsi3_8): Delete.
40345         (rotlsi3_16): Delete.
40346         (rotlsi3_24): Delete.
40347         (rotl<mode>3): New.
40348         (*rotw<mode>3): New.
40349         (*rotb<mode>3): New.
40350         * config/avr/avr.c (avr_rotate_bytes): New function.
40351         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
40353 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
40355         PR target/37454
40356         * configure.ac: Modify -rdynamic check.
40357         * configure: Regenerate.
40359 2010-01-08  DJ Delorie  <dj@redhat.com>
40361         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
40362         register popping order.
40364 2010-01-08  Richard Guenther  <rguenther@suse.de>
40366         PR lto/42528
40367         * c.opt (fsigned-char): Also let LTO handle this option.
40368         (funsigned-char): Likewise.
40370 2010-01-07  Richard Guenther  <rguenther@suse.de>
40372         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
40373         (gimple_op): Likewise.
40374         (gimple_op_ptr): Likewise.
40375         (gimple_assign_set_lhs): Remove gcc_assert.
40376         (gimple_assign_set_rhs1): Likewise.
40377         (gimple_assign_set_rhs2): Likewise.
40378         (gimple_call_set_lhs): Likewise.
40379         (gimple_call_set_fn): Likewise.
40380         (gimple_call_set_fndecl): Likewise.
40381         (gimple_call_fndecl): Likewise.
40382         (gimple_call_return_type): Likewise.
40383         (gimple_call_set_chain): Likewise.
40384         (gimple_call_num_args): Likewise.
40385         (gimple_call_set_arg): Likewise.
40386         (gimple_cond_set_code): Likewise.
40387         (gimple_cond_set_lhs): Likewise.
40388         (gimple_cond_set_rhs): Likewise.
40389         (gimple_cond_set_true_label): Likewise.
40390         (gimple_cond_set_false_label): Likewise.
40391         (gimple_label_set_label): Likewise.
40392         (gimple_goto_set_dest): Likewise.
40393         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
40394         (gimple_debug_bind_get_value): Likewise.
40395         (gimple_debug_bind_get_value_ptr): Likewise.
40396         (gimple_debug_bind_set_var): Likewise.
40397         (gimple_debug_bind_set_value): Likewise.
40398         (gimple_debug_bind_reset_value): Likewise.
40399         (gimple_debug_bind_has_value_p): Likewise.
40400         (gimple_return_retval_ptr): Remove gcc_assert.
40401         (gimple_return_retval): Likewise.
40402         (gimple_return_set_retval): Likewise.
40403         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
40404         (safe_referenced_var_iterator): Remove.
40405         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
40406         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
40407         (fill_referenced_var_vec): Remove.
40408         (first_readonly_imm_use): Remove redundant gcc_assert.
40409         (phi_arg_index_from_use): Combine gcc_asserts.
40410         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
40411         (first_imm_use_stmt): Remove redundant gcc_assert.
40412         * tree-cfg.c (verify_gimple_call): Verify function and chain
40413         operands.  Verify arguments.
40414         (verify_types_in_gimple_stmt): Verify condition code and labels.
40416 2010-01-07  Richard Guenther  <rguenther@suse.de>
40418         PR tree-optimization/42641
40419         * sese.c (rename_map_elt_info): Use the SSA name version, do
40420         not hash pointers.
40422 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
40424         PR tree-optimization/42625
40425         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
40426         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
40428 2010-01-07  Duncan Sands  <baldrick@free.fr>
40430         * Makefile.in (PLUGIN_HEADERS): Add version.h.
40432 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
40434         PR target/42511
40435         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
40436         note itself is not function_invariant_p.
40438 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
40440         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
40441         Do not add the DF_NOTE problem.
40442         * store-motion.c (execute_rtl_store_motion): Likewise.
40444 2010-01-07  Martin Jambor  <mjambor@suse.cz>
40446         PR tree-optimization/42157
40447         * tree-sra.c (compare_access_positions): Stabilize sort if both
40448         accesses have integer types, return zero immediately if they are the
40449         same.
40451 2010-01-06  Richard Henderson  <rth@redhat.com>
40453         PR middle-end/41883
40454         * haifa-sched.c (add_to_note_list): Merge into ...
40455         (concat_note_lists): ... here, and ...
40456         (unlink_other_notes, rm_other_notes): Merge into...
40457         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
40458         NOTE_INSN_EPILOGUE_BEG.
40460 2010-01-06  Richard Guenther  <rguenther@suse.de>
40462         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
40463         not inline regular functions into always-inline functions.
40465 2010-01-06  Nick Clifton  <nickc@redhat.com>
40467         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
40468         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
40469         used together.
40470         (OVERRIDE_OPTIONS): Delete.
40471         (OPTIMIZATION_OPTIONS): Define.
40472         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
40473         * config/rx/rx.c (rx_handle_option): Issue an error message if
40474         -mcpu=rx200 and -fpu are used together.
40475         (rx_set_optimization_options): New function.  Issue an error
40476         message if an optimization attribute attempts to reset the FPU/
40477         math optimization pairing.
40478         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
40479         * config/rx/rx.opt: Set the default to 32-bit doubles.
40480         * config/rx/t-rx: Add multilibs for -nofpu option.
40481         * doc/invoke.texi: Update documentation of RX options.
40483 2010-01-06  Richard Guenther  <rguenther@suse.de>
40485         * tree-ssa-pre.c (name_to_id): New global.
40486         (alloc_expression_id): Simplify SSA name handling.
40487         (lookup_expression_id): Likewise.
40488         (init_pre): Zero name_to_id.
40489         (fini_pre): Free it.
40491 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
40493         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
40495 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
40497         PR target/42542
40498         * config/i386/sse.md (smaxv2di3): New.
40499         (umaxv2di3): Likewise.
40500         (sminv2di3): Likewise.
40501         (uminv2di3): Likewise.
40503 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
40505         PR target/42564
40506         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
40507         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
40508         (legitimize_tls_address): Likewise.
40509         (sparc_tls_referenced_p): Likewise.
40510         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
40511         and adjust calls to legitimize_pic_address.
40512         (legitimate_constant_p) Use sparc_tls_referenced_p.
40513         (legitimate_pic_operand_p): Likewise.
40514         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
40515         (sparc_tls_symbol_ref_1): Delete.
40516         (sparc_tls_referenced_p): Make static, recognize specific patterns.
40517         (legitimize_tls_address): Make static, handle CONST patterns.
40518         (legitimize_pic_address): Make static, remove unused parameter and
40519         adjust recursive calls.
40520         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
40521         and adjust call to legitimize_pic_address.
40522         (sparc_output_mi_thunk): Likewise.
40524 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
40525             H.J. Lu  <hongjiu.lu@intel.com>
40527         PR target/42542
40528         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
40529         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
40530         operands to make them signed.
40532         Revert:
40533         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
40535         PR target/42542
40536         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
40537         GTU to GT for V4SI and V2DI.
40539         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
40540         (umin<mode>3): Removed.
40541         (uminv8hi3): New.
40542         (uminv4si3): Likewise.
40544 2010-01-05  Martin Jambor  <mjambor@suse.cz>
40546         PR tree-optimization/42462
40547         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
40548         current_function_decl to helper functions and macros.
40550 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
40552         PR bootstrap/41771
40553         * flags.h: Don't include real.h.
40554         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
40555         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
40556         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
40557         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
40558         * dominance.c: Update copyright.
40559         * gimple.c (walk_gimple_op): Remove inline.
40560         * tree-ssa-reassoc.c: Include real.h.
40561         * Makefile.in (FLAGS_H): Remove $(REAL_H).
40562         (tree-ssa-reassoc.o): Depend on $(REAL_H).
40564 2010-01-05  Nick Clifton  <nickc@redhat.com>
40566         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
40567         register to push into the stack frame when the accumulator has to
40568         be saved during interrupts.
40570 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
40572         * doc/invoke.texi: Remove the documentation about option
40573         -Wunreachable-code.
40574         * common.opt (Wunreachable-code):  Preserved for backward
40575         compatibility.
40576         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
40577         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
40578         the backward compatibility flag section.
40580 2010-01-05  Richard Guenther  <rguenther@suse.de>
40582         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
40584 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
40586         PR other/42611
40587         * cfgexpand.c (expand_one_var): Diagnose too large variables.
40589         PR tree-optimization/42508
40590         * tree-sra.c (convert_callers): Check for recursive call
40591         by comparing cgraph nodes instead of decls.
40592         (modify_function): Call ipa_modify_formal_parameters also
40593         on all same_body aliases.
40595         * cgraphunit.c (cgraph_materialize_all_clones): Compare
40596         cgraph nodes when checking for same_body aliases.
40598 2010-01-05  Richard Guenther  <rguenther@suse.de>
40600         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
40601         allocation and lookup.
40602         (get_or_alloc_expr_for_constant): Likewise.
40603         (phi_translate): Sink allocation.
40605 2010-01-04  Richard Guenther  <rguenther@suse.de>
40607         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
40608         a new entry only if needed.
40609         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
40610         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
40611         hashtable lookup.
40612         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
40613         the result array.
40614         (phi_translate): Handle CONSTANTs early.
40616 2010-01-04  Martin Jambor  <mjambor@suse.cz>
40618         PR tree-optimization/42398
40619         * tree-sra.c (struct access): Removed flag grp_different_types.
40620         (dump_access): Do not dump the removed flag.
40621         (sort_and_splice_var_accesses): Do not set the removed flag.
40622         (sra_modify_expr): Check for type compatibility directly.
40624 2010-01-04  Martin Jambor  <mjambor@suse.cz>
40626         PR tree-optimization/42366
40627         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
40628         edges with variable number of parameters.
40629         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
40630         flag instead of asserting it.
40631         (ipa_read_node_info): Read uses_analysis_done flag.
40633 2010-01-04  Richard Guenther  <rguenther@suse.de>
40635         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
40636         iterative_hash_* as intended.
40637         (vn_reference_compute_hash): Likewise.  Simplify hashing
40638         SSA names.
40639         (vn_reference_lookup_2): Likewise.
40640         (vn_nary_op_compute_hash): Likewise.
40641         (vn_phi_compute_hash): Likewise.
40642         (expressions_equal_p): Remove strange code.
40643         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
40644         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
40645         (bitmap_insert_into_set_1): Take value-id as parameter.
40646         (add_to_value): Pass it.
40647         (bitmap_insert_into_set): Likewise.
40648         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
40650 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
40652         PR driver/42442
40653         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
40654         (do_self_spec): For switches with SWITCH_IGNORE set set also
40655         SWITCH_IGNORE_PERMANENTLY.
40656         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
40657         of SWITCH_IGNORE.
40659 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
40661         * lto-streamer-out.c (output_unreferenced_globals): Output the full
40662         tree of an unreferenced global var.
40664 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
40666         PR target/42542
40667         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
40668         GTU to GT for V4SI and V2DI.
40670         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
40671         (umin<mode>3): Removed.
40672         (uminv8hi3): New.
40673         (uminv4si3): Likewise.
40675 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
40677         PR lto/42581
40678         * collect2.c (main): Turn on trace in collect2 if -v is passed
40679         to gcc with LTO.
40681 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
40683         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
40684         description of expression operand.
40686 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
40688         * configure.ac: Add install-html to target_list for Make-hooks.
40689         * configure: Regenerate.
40690         * fortran/Make-lang.in (F95_HTMLFILES): New.
40691         (fortran.html): Use it.
40692         (fortran.install-html): New.
40693         * Makefile.in (install-html): Add lang.install-html.
40694         * java/Make-lang.in (JAVA_HTMLFILES): New.
40695         (java.html): Use it.
40696         (java.install-html): New.
40697         * objc/Make-lang.in (objc.install-html): New.
40698         * objcp/Make-lang.in (obj-c++.install-html): New.
40699         * cp/Make-lang.in (c++.install-html): New.
40700         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
40701         * lto/Make-lang.in (lto.install-html): New.
40703 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
40705         PR lto/42520
40706         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
40708 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
40710         PR rtl-optimization/41862
40711         * store-motion.c (store_killed_in_insn, compute_store_table,
40712         remove_reachable_equiv_notes, replace_store_insn,
40713         build_store_vectors): Ignore all DEBUG_INSNs.
40715 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
40717         PR lto/41564
40718         * common.opt: Add dumpdir.
40720         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
40721         isn't specified.
40722         (option_map): Add --dumpdir.
40724         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
40726         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
40728         * opts.c (decode_options): Try dump_dir_name first if
40729         dump_base_name isn't an absolute path.
40730         (common_handle_option): Handle OPT_dumpdir.
40732         * toplev.c (dump_dir_name): New.
40733         (print_switch_values): Also ignore -dumpdir.
40735         * toplev.h (dump_dir_name): New.
40737 2010-01-03  Richard Guenther  <rguenther@suse.de>
40739         PR tree-optimization/42589
40740         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
40741         double-word expansion of bswap32.
40743 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
40745         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
40746         with BLOCK_FOR_INSN.
40747         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
40748         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
40749         noce_process_if_block): Likewise.
40750         * gcse.c (compute_local_properties, insert_expr_in_table,
40751         insert_set_in_table, canon_list_insert, find_avail_set,
40752         pre_insert_copy_insn): Likewise.
40754         * basic-block.h (BLOCK_NUM): Move from here...
40755         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
40757 2010-01-03  Richard Guenther  <rguenther@suse.de>
40759         PR tree-optimization/42438
40760         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
40761         contains_may_not_return_call flag.
40762         (BB_MAY_NOTRETURN): New.
40763         (valid_in_sets): Trapping nary operations are not valid
40764         in blocks that may not return.
40765         (insert_into_preds_of_block): Remove check for trapping expressions.
40766         (compute_avail): Compute also BB_MAY_NOTRETURN.
40768 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
40770         * doc/invoke.texi: Add 2010 to copyright years.
40772 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
40774         * config/sparc/sparc.c: Fix formatting nits.
40776 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
40777             Alexander Monakov  <amonakov@ispras.ru>
40779         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
40781 2010-01-02  Richard Guenther  <rguenther@suse.de>
40783         PR middle-end/42577
40784         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
40785         (simplify_switch_using_ranges): Mark to be removed edges
40786         as non-executable.
40788 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
40790         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
40792         * collect2.c (scan_libraries): Add missing argument in call to
40793         scan_prog_file.
40795 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
40797         PR target/42448
40798         * config/alpha/predicates.md (aligned_memory_operand): Return false
40799         for CQImode.
40800         (unaligned_memory_operand): Return true for CQImode.
40801         * config/alpha/alpha.c (get_aligned_mem): Assert that location
40802         doesn not cross aligned SImode word boundary.
40804 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
40806         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
40807         Remove.
40808         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
40809         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
40811 2010-01-02  Richard Guenther  <rguenther@suse.de>
40813         PR lto/41597
40814         * toplev.c (compile_file): Emit LTO marker properly.  Change
40815         it to __gnu_lto_v1.
40816         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
40818 2010-01-01  Richard Guenther  <rguenther@suse.de>
40820         PR debug/42455
40821         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
40823 2010-01-01  Richard Guenther  <rguenther@suse.de>
40825         PR c/42570
40826         * c-decl.c (grokdeclarator): For zero-size arrays force
40827         structural equality checks as layout_type does.
40829 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
40831         * builtins.c: Update copyright to 2010.
40833 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
40835         PR lto/42531
40836         * lto-streamer-out.c (produce_asm): Revert the last change.
40837         (copy_function): Likewise.
40839         * lto-streamer.c (lto_get_section_name): Skip any leading
40840         asterisk in name.
40842 2010-01-01  Richard Guenther  <rguenther@suse.de>
40844         PR middle-end/42559
40845         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
40846         for LABEL_DECLs.
40849 Copyright (C) 2010 Free Software Foundation, Inc.
40851 Copying and distribution of this file, with or without modification,
40852 are permitted in any medium without royalty provided the copyright
40853 notice and this notice are preserved.