* config/i386/sse.md (reduc_umin_v8hi): New pattern.
[official-gcc.git] / gcc / ChangeLog
blobc5567d16cecda5e2053adde492b454de20f27ae6
1 2011-10-13  Jakub Jelinek  <jakub@redhat.com>
3         * config/i386/sse.md (reduc_umin_v8hi): New pattern.
4         * config/i386/i386.c (ix86_build_const_vector): Handle
5         also V32QI, V16QI, V16HI and V8HI modes.
6         (emit_reduc_half): New function.
7         (ix86_expand_reduc): Use phminposuw insn for V8HImode UMIN.
8         Use emit_reduc_half helper function.
10 2011-10-13   Lawrence Crowl  <crowl@google.com>
11              Diego Novillo  <dnovillo@google.com>
13         * lto-streamer-in.c (input_struct_function_base): Factor out of ...
14         (input_function): ... here.
15         * lto-streamer-out.c (output_struct_function_base): Factor out of ...
16         (output_function): ... here.
18 2011-10-13  Gabriel Charette  <gchare@google.com>
19             Diego Novillo  <dnovillo@google.com>
21         * streamer-hooks.h (struct streamer_hooks): Add hooks
22         input_location and output_location.
23         * lto-streamer-in.c (lto_input_location): Use
24         streamer_hooks.input_location, if set.
25         * lto-streamer-out.c (lto_output_location): Use
26         streamer_hooks.output_location, if set.
28 2011-10-13  Richard Guenther  <rguenther@suse.de>
30         PR tree-optimization/50712
31         * ipa-split.c (split_function): Always re-gimplify parameters
32         when they are not gimple vals before passing them.  Properly
33         check for type compatibility.
35 2011-10-13  Tom de Vries  <tom@codesourcery.com>
37         * function.c (gimplify_parameters): Set number of arguments of call to
38         BUILT_IN_ALLOCA_WITH_ALIGN to 2.
40 2011-10-13  Tom de Vries  <tom@codesourcery.com>
42         * emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_READONLY_P
43         for static const strings.
44         * varasm.c (build_constant_desc): Generate the memory location of the
45         constant using gen_const_mem.
47 2011-10-13  Richard Guenther  <rguenther@suse.de>
49         PR tree-optimization/50698
50         * tree-data-ref.c (split_constant_offset_1): Also process
51         offsets of &MEM.
53 2011-10-12  David S. Miller  <davem@davemloft.net>
55         * config/sparc/sparc.h: Do not force TARGET_VIS3 and TARGET_FMAF
56         to zero when assembler lacks support for such instructions.
57         * config/sparc/sparc.c (sparc_option_override): Clear MASK_VIS3
58         and MASK_FMAF in defaults when assembler lacks necessary support.
60 2011-10-12  Jakub Jelinek  <jakub@redhat.com>
62         * config/i386/sse.md (vec_unpacks_lo_<mode>,
63         vec_unpacks_hi_<mode>, vec_unpacku_lo_<mode>,
64         vec_unpacku_hi_<mode>): Change VI124_128 mode to
65         VI124_AVX2.
66         * config/i386/i386.c (ix86_expand_sse_unpack): Handle
67         V32QImode, V16HImode and V8SImode for TARGET_AVX2.
69         * config/i386/sse.md (vec_avx2): New mode_attr.
70         (mulv16qi3): Macroize to cover also mulv32qi3 for
71         TARGET_AVX2 into ...
72         (mul<mode>3): ... this.
74         * config/i386/i386.md (UNSPEC_VPERMDI): Remove.
75         * config/i386/i386.c (ix86_expand_vec_perm): Handle
76         V16QImode and V32QImode for TARGET_AVX2.
77         (MAX_VECT_LEN): Increase to 32.
78         (expand_vec_perm_blend): Add support for 32-byte integer
79         vectors with TARGET_AVX2.
80         (valid_perm_using_mode_p): New function.
81         (expand_vec_perm_pshufb): Add support for 32-byte integer
82         vectors with TARGET_AVX2.
83         (expand_vec_perm_vpshufb2_vpermq): New function.
84         (expand_vec_perm_vpshufb2_vpermq_even_odd): New function.
85         (expand_vec_perm_even_odd_1): Handle 32-byte integer vectors
86         with TARGET_AVX2.
87         (ix86_expand_vec_perm_builtin_1): Try expand_vec_perm_vpshufb2_vpermq
88         and expand_vec_perm_vpshufb2_vpermq_even_odd.
89         * config/i386/sse.md (VEC_EXTRACT_EVENODD_MODE): Add for TARGET_AVX2
90         32-byte integer vector modes.
91         (vec_pack_trunc_<mode>): Use VI248_AVX2 instead of VI248_128.
92         (avx2_interleave_highv32qi, avx2_interleave_lowv32qi): Remove pasto.
93         (avx2_pshufdv3, avx2_pshuflwv3, avx2_pshufhwv3): Generate
94         4 new operands.
95         (avx2_pshufd_1, avx2_pshuflw_1, avx2_pshufhw_1): Don't use
96         match_dup, instead add 4 new operands and require they have
97         right cross-lane values.
98         (avx2_permv4di): Change into define_expand.
99         (avx2_permv4di_1): New instruction.
100         (avx2_permv2ti): Use nonimmediate_operand instead of register_operand
101         for "xm" constrained operand.
102         (VEC_PERM_AVX2): Add V32QI and V16QI for TARGET_AVX2.
104         * config/i386/sse.md (avx2_gathersi<mode>,
105         avx2_gatherdi<mode>, avx2_gatherdi<mode>256): Add clobber of
106         match_scratch, change memory_operand to register_operand,
107         add (mem:BLK (scratch)) use.
108         (*avx2_gathersi<mode>, *avx2_gatherdi<mode>,
109         *avx2_gatherdi<mode>256): Add clobber of match_scratch,
110         add earlyclobber to the output operand and match_scratch,
111         add (mem:BLK (scratch)) use, change the other mem to match_operand.
112         Use %p6 instead of %c6 in the pattern.
113         * config/i386/i386.c (ix86_expand_builtin): Adjust for
114         operand 2 being a Pmode register_operand instead of memory_operand.
116 2011-10-12  Kai Tietz  <ktietz@redhat.com>
118         * config/i386/i386.md (simple_return): Disable
119         if TARGET_SEH is active.
121 2011-10-12  Steve Ellcey  <sje@cup.hp.com>
123         * config/ia64/ia64.c (ia64_init_builtins): Fix unbalanced parentheses.
125 2011-10-12  Richard Guenther  <rguenther@suse.de>
127         * tree-ssa-alias.c (maybe_skip_until): Cache also at the point
128         of the first store we visit in a basic-block.
129         (get_continuation_for_phi): Search for a candidate VUSE that
130         might dominates all others.  Do pairwise disambiguation against
131         that candidate.
133 2011-10-12  Paul Koning  <pkoning@gcc.gnu.org>
135         PR tree-optimization/50189
136         * tree-vrp.c (extract_range_from_assert): Use the type of
137         the variable, not the limit.
139 2011-10-12  Richard Guenther  <rguenther@suse.de>
141         PR tree-optimization/50700
142         * tree-object-size.c (addr_object_size): Simplify and treat
143         MEM_REF bases consistently.
145 2011-10-12  Bernd Schmidt  <bernds@codesourcery.com>
147         * function.c (prepare_shrink_wrap, bb_active_p): New function.
148         (thread_prologue_and_epilogue_insns): Use bb_active_p.
149         Call prepare_shrink_wrap, then recompute bb_active_p for the
150         last block.
152 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
154         PR c/50565
155         * convert.c (convert_to_integer): Do not narrow operands of
156         pointer subtraction.
158 2011-10-12  Nick Clifton  <nickc@redhat.com>
160         * config/arm/arm.h (EMIT_EABI_ATTRIBUTE): New macro.  Used to
161         emit a .eabi_attribute assembler directive, possibly with a
162         comment attached.
163         * config/arm/arm.c (arm_file_start): Use the new macro.
164         * config/arm/arm-c.c (arm_output_c_attributes): Likewise.
166 2011-10-12  Georg-Johann Lay  <avr@gjlay.de>
168         PR target/49939
169         * config/avr/avr.md (*movqi): Rename to movqi_insn.
170         (*call_insn): Rename to call_insn.
171         (*call_value_insn): Rename to call_value_insn.
172         * config/avr/avr.c (avr_2word_insn_p): New static function.
173         (jump_over_one_insn_p): Use it.
175 2011-10-12  Richard Sandiford  <richard.sandiford@linaro.org>
177         * expr.h (copy_blkmode_to_reg): Declare.
178         * expr.c (copy_blkmode_to_reg): New function.
179         (expand_assignment): Don't expand register RESULT_DECLs before
180         the lhs.  Use copy_blkmode_to_reg to copy BLKmode values into a
181         RESULT_DECL register.
182         (expand_expr_real_1): Handle BLKmode decls when looking for promotion.
183         * stmt.c (expand_return): Move BLKmode-to-register code into
184         copy_blkmode_to_reg.
186 2011-10-11  Eric Botcazou  <ebotcazou@adacore.com>
188         PR target/49965
189         * config/sparc/sparc.md (mov<I:mode>cc): Do not save comparison code.
190         (mov<F:mode>cc): Likewise.
192 2011-10-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
194         * tree-ssa-address.c (copy_ref_info): Remove copy of TREE_THIS_NOTRAP.
196 2011-10-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
198         * tree.h (built_in_decls): Delete old interface with two parallel
199         arrays to hold standard builtin declarations, and replace it with
200         a function based interface that can support creating builtins on
201         the fly in the future.  Change all uses, and poison the old
202         names.  Make sure 0 is not a legitimate builtin index.
203         (implicit_built_in_decls): Ditto.
204         (built_in_info): Ditto.
205         (BUILTIN_VALID_P): Ditto.
206         (builtin_decl_explicit): Ditto.
207         (builtin_decl_implicit): Ditto.
208         (set_builtin_decl): Ditto.
209         (set_builtin_decl_implicit_p): Ditto.
210         (builtin_decl_explicit_p): Ditto.
211         (builtin_decl_implicit_p): Ditto.
212         * tree-complex.c (expand_complex_libcall): Ditto.
213         * tree-loop-distribution.c (generate_memset_zero): Ditto.
214         * tree-ssa-strlen.c (get_string_length): Ditto.
215         (handle_builtin_strcpy): Ditto.
216         (handle_builtin_strcat): Ditto.
217         * tree.c (iterative_hash_expr): Ditto.
218         (local_define_builtin): Ditto.
219         (build_common_builtin_nodes): Ditto.
220         * builtins.c (built_in_decls): Ditto.
221         (implicit_built_in_decls): Ditto.
222         (built_in_info): Ditto
223         (expand_builtin_classify_type): Ditto.
224         (mathfn_built_in_1): Ditto.
225         (expand_builtin_cexpi): Ditto.
226         (expand_builtin_mempcpy_args): Ditto.
227         (expand_builtin_stpcpy): Ditto.
228         (gimplify_va_arg_expr): Ditto.
229         (expand_builtin_sync_operation): Ditto.
230         (build_builtin_expect_predicate): Ditto.
231         (fold_builtin_memory_op): Ditto.
232         (fold_builtin_strcpy): Ditto.
233         (fold_builtin_stpcpy): Ditto.
234         (fold_builtin_strncpy): Ditto.
235         (fold_builtin_interclass_mathfn): Ditto.
236         (fold_builtin_classify): Ditto.
237         (fold_builtin_2): Ditto.
238         (fold_builtin_strstr): Ditto.
239         (fold_builtin_strrchr): Ditto.
240         (fold_builtin_strpbrk): Ditto.
241         (fold_builtin_strcat): Ditto.
242         (fold_builtin_strncat): Ditto.
243         (fold_builtin_strcspn): Ditto.
244         (fold_builtin_fputs): Ditto.
245         (fold_builtin_sprintf): Ditto.
246         (fold_builtin_snprintf): Ditto.
247         (expand_builtin_memory_chk): Ditto.
248         (fold_builtin_memory_chk): Ditto.
249         (fold_builtin_stxcpy_chk): Ditto.
250         (fold_builtin_strncpy_chk): Ditto.
251         (fold_builtin_strcat_chk): Ditto.
252         (fold_builtin_strncat_chk): Ditto.
253         (fold_builtin_sprintf_chk_1): Ditto.
254         (fold_builtin_snprintf_chk_1): Ditto.
255         (fold_builtin_printf): Ditto.
256         (fold_builtin_fprintf): Ditto.
257         (fold_call_stmt): Ditto.
258         (set_builtin_user_assembler_name): Ditto.
259         * tree-emutls.c (emutls_common_1): Ditto.
260         * omp-low.c (scan_omp): Ditto.
261         (lower_rec_input_clauses): Ditto.
262         (lower_reduction_clauses): Ditto.
263         (expand_parallel_call): Ditto.
264         (expand_task_call): Ditto.
265         (maybe_catch_exception): Ditto.
266         (optimize_omp_library_calls): Ditto.
267         (expand_omp_for_generic): Ditto.
268         (expand_omp_for_static_nochunk): Ditto.
269         (expand_omp_for_static_chunk): Ditto.
270         (expand_omp_sections): Ditto.
271         (expand_omp_atomic_fetch_op): Ditto.
272         (expand_omp_atomic_pipeline): Ditto.
273         (expand_omp_atomic_mutex): Ditto.
274         (lower_omp_single_simple): Ditto.
275         (lower_omp_single_copy): Ditto.
276         (lower_omp_master): Ditto.
277         (lower_omp_ordered): Ditto.
278         (lower_omp_critical): Ditto.
279         * tree-ssa-ccp.c (optimize_stdarg_builtin): Ditto.
280         * builtins.c (DEF_BUILTIN_STUB): Ditto.
281         (BUILT_IN_NONE): Ditto.
282         * tree-ssa-math-opts.c (execute_optimize_bswap): Ditto.
283         * gimple-low.c (lower_function_body): Ditto.
284         (lower_builtin_setjmp): Ditto.
285         * c-decl.c (merge_decls): Ditto.
286         * tree-eh.c (lower_resx): Ditto.
287         (lower_resx): Ditto.
288         (lower_eh_dispatch): Ditto.
289         * function (gimplify_parameters): Ditto.
290         * c-typeck.c (build_function_call_vec): Ditto.
291         * gimplify.c (build_stack_save_restore): Ditto.
292         (gimplify_vla_decl): Ditto.
293         (gimplify_modify_expr_to_memcpy): Ditto.
294         (gimplify_modify_expr_to_memset): Ditto.
295         (gimplify_variable_sized_compare): Ditto.
296         (gimplify_function_tree): Ditto.
297         * calls.c (emit_call_1): Ditto.
298         * tree-ssa-forprop.c (simplify_builtin_call): Ditto.
299         * tree-nested.c (convert_nl_goto_reference): Ditto.
300         (convert_tramp_reference_op): Ditto.
301         (finalize_nesting_tree_1): Ditto.
302         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
303         (tree_ssa_prefetch_arrays): Ditto.
304         * tree-streamer-in.c (streamer_get_builtin_tree): Ditto.
305         * system.h (built_in_decls): Ditto.
306         (implicit_built_in_decls): Ditto.
307         * tree-vect-generic.c (expand_vector_operations_1): Ditto.
308         * config/sparc/sparc.c (sparc_gimplify_va_arg): Ditto.
309         * config/i386/i386.c (ix86_gimplify_va_arg): Ditto.
310         (ix86_veclibabi_svml): Ditto.
311         (ix86_veclibabi_acml): Ditto.
312         * config/vms/vms.c (vms_patch_builtins): Ditto.
313         * config/ia64/ia64.c (ia64_init_builtins): Ditto.
314         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Ditto.
315         (rs6000_builtin_vectorized_libmass): Ditto.
316         (rs6000_init_builtins): Ditto.
317         * config/darwin.c (darwin_override_options): Ditto.
318         (darwin_patch_builtin): Ditto.
319         (darwin_rename_builtins): Ditto.
320         * config/pa/pa.c (pa_init_builtins): Ditto.
322 2011-10-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
324         * tree.h (copy_ref_info): Expose existing function.
325         * tree-ssa-loop-ivopts.c (copy_ref_info): Move function to...
326         * tree-ssa-address.c (copy_ref_info): ...here, and remove static token.
328 2011-10-11  Georg-Johann Lay  <avr@gjlay.de>
330         * config/avr/avr-protos.h (avr_mode_code_base_reg_class): New prototype.
331         (avr_regno_mode_code_ok_for_base_p): New prototype.
332         * config/avr/avr.h (BASE_REG_CLASS): Remove.
333         (REGNO_OK_FOR_BASE_P): Remove.
334         (REG_OK_FOR_BASE_NOSTRICT_P): Remove.
335         (REG_OK_FOR_BASE_STRICT_P): Remove.
336         (MODE_CODE_BASE_REG_CLASS): New define.
337         (REGNO_MODE_CODE_OK_FOR_BASE_P): New define.
338         * config/avr/avr.c (avr_mode_code_base_reg_class): New function.
339         (avr_regno_mode_code_ok_for_base_p): New function.
340         (avr_reg_ok_for_addr_p): New static function.
341         (avr_legitimate_address_p): Use it.  Beautify.
343 2011-10-11  Georg-Johann Lay  <avr@gjlay.de>
345         PR target/50447
346         * config/avr/avr.md (cc): Add out_plus attribute alternative.
347         (addsi3): Use it.  Adapt avr_out_plus to new prototype.  Use
348         avr_out_plus for all CONST_INT addends.
349         * config/avr/avr-protos.h (avr_out_plus): Change prototype.
350         * config/avr/avr.c (notice_update_cc): Call avr_out_plus on
351         CC_OUT_PLUS.
352         (avr_out_plus_1): Change prototype and report effect on cc0.
353         (avr_out_plus): Ditto.
354         (adjust_insn_length): Adapt call to avr_out_plus to new prototype.
356 2011-10-11  H.J. Lu  <hongjiu.lu@intel.com>
358         * config/i386/i386.c (ix86_expand_special_args_builtin): Remove
359         the extra break.
361 2011-10-11  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
363         * doc/invoke.texi: Document new warning.
364         * common.opt (Wvector-operation-performance): Define new warning.
365         * tree-vect-generic.c (expand_vector_piecewise): Warn about expanded
366         vector operation.
367         (exapnd_vector_parallel): Warn about expanded vector operation.
368         (lower_vec_shuffle): Warn about expanded vector operation.
369         * c-typeck.c (c_build_vec_perm_expr): Store correct location
370         when creating VEC_PERM_EXPR.
372 2011-10-11  Richard Guenther  <rguenther@suse.de>
374         PR tree-optimization/50204
375         * tree-ssa-alias.c (get_continuation_for_phi_1): Split out
376         two argument handling from ...
377         (get_continuation_for_phi): ... here.  Handle arbitrary number
378         of PHI args.
380 2011-10-11  Paolo Carlini  <paolo.carlini@oracle.com>
382         PR c++/33067
383         * c-family/c-pretty-print.c (pp_c_floating_constant): Output
384         max_digits10 (in the ISO C++ WG N1822 sense) decimal digits.
386 2011-10-11  Richard Sandiford  <richard.sandiford@linaro.org>
388         * modulo-sched.c: Fix comment typo.  Mention the possibility
389         of using scheduling windows of II+1 cycles.
391 2011-10-11  Tristan Gingold  <gingold@adacore.com>
393         * doc/invoke.texi (C Dialect Options): Document
394         -fallow-parameterless-variadic-functions.
395         * c-parser.c (c_parser_parms_list_declarator): Handle it.
397 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
399         * config/avr/avr.c (avr_option_override): Set
400         flag_omit_frame_pointer to 0 if frame pointer is needed for
401         unwinding.
403 2011-10-10  Uros Bizjak  <ubizjak@gmail.com>
405         PR bootstrap/50665
406         * optabs.h (DOI_vec_perm): Rename from OTI_vec_perm.  Move from enum
407         optab_index to enum direct_optab_index.
408         (vec_perm_optab): Update.
410 2011-10-10  Anatoly Sokolov  <aesok@post.ru>
412         * config/cris/cris.c (cris_preferred_reload_class): New function.
413         (TARGET_PREFERRED_RELOAD_CLASS): Define.
414         * config/cris/cris.h (PREFERRED_RELOAD_CLASS): Remove.
416 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
418         * config/avr/avr.md (*tablejump_rjmp): Change insn condition to
419         !AVR_HAVE_JMP_CALL.
420         (*tablejump_lib): Change insn condition to AVR_HAVE_JMP_CALL.
421         (*tablejump_enh, *tablejump): Remove insns.
422         * config/avr/libgcc.S (__tablejump__): Use RET instead of EIND +
423         EIJMP for indirect jump.  Use LPM Z+ where available.
425 2011-10-10  Richard Henderson  <rth@redhat.com>
427         * doc/md.texi (vec_perm_const): Fix typo in cindex.
429 2011-10-10  Kirill Yukhin  <kirill.yukhin@intel.com>
430             Yakovlev Vladimir  <vladimir.b.yakovlev@intel.com>
432         * config/i386/sse.md (fma_fnmsub_<mode>): Fix a typo.
434 2011-10-10  Richard Guenther  <rguenther@suse.de>
436         PR middle-end/50389
437         * gimple-fold.c (gimplify_and_update_call_from_tree): Do not
438         mark symbols for renaming.  Append the VUSE to all statements
439         that possibly can have one.
441 2011-10-10  Richard Guenther  <rguenther@suse.de>
443         * ipa-split.c (pass_split_functions): Add verification TODOs.
444         (pass_feedback_split_functions): Likewise.
446 2011-10-10  Richard Guenther  <rguenther@suse.de>
448         PR middle-end/50195
449         * fold-const.c (fold_binary_loc): Canonicalize x*x to pow (x, 2)
450         only when optimizing.
452 2011-10-10  Nick Clifton  <nickc@redhat.com>
454         PR middle-end/49801
455         * compare-elim.c (find_comparisons_in_bb): Use df_get_live_in and
456         df_get_live_out instead of accessing the bitmaps directly.
457         (execute_compare_elim_after_reload): Remove calls to df_set_flags,
458         df_live_add_problem and df_analyze.
460 2011-10-10  Michael Matz  <matz@suse.de>
462         PR middle-end/50638
463         * tree-emutls.c (gen_emutls_addr): Call add_referenced_var.
465 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
467         * modulo-sched.c (ps_reg_move_info): Add num_consecutive_stages.
468         (SCHED_FIRST_REG_MOVE, SCHED_NREG_MOVES): Delete.
469         (node_sched_params): Remove first_reg_move and nreg_moves.
470         (ps_num_consecutive_stages, extend_node_sched_params): New functions.
471         (update_node_sched_params): Move up file.
472         (print_node_sched_params): Print the stage.  Don't dump info related
473         to first_reg_move and nreg_moves.
474         (set_columns_for_row): New function.
475         (set_columns_for_ps): Move up file and use set_columns_for_row.
476         (schedule_reg_move): New function.
477         (schedule_reg_moves): Call extend_node_sched_params and
478         schedule_reg_move.  Extend size of uses bitmap.  Initialize
479         num_consecutive_stages.  Return false if a move could not be
480         scheduled.
481         (apply_reg_moves): Don't emit moves here.
482         (permute_partial_schedule): Handle register moves.
483         (duplicate_insns_of_cycles): Remove for_prolog.  Emit moves according
484         to the same stage-count test as ddg nodes.
485         (generate_prolog_epilog): Update calls accordingly.
486         (sms_schedule): Allow move-scheduling to add a new first stage.
488 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
490         * modulo-sched.c (ps_insn): Adjust comment.
491         (ps_reg_move_info): New structure.
492         (partial_schedule): Add reg_moves field.
493         (SCHED_PARAMS): Use node_sched_param_vec instead of node_sched_params.
494         (node_sched_params): Turn first_reg_move into an identifier.
495         (ps_reg_move): New function.
496         (ps_rtl_insn): Cope with register moves.
497         (ps_first_note): Adjust comment and assert that the instruction
498         isn't a register move.
499         (node_sched_params): Replace with...
500         (node_sched_param_vec): ...this vector.
501         (set_node_sched_params): Adjust accordingly.
502         (print_node_sched_params): Take a partial schedule instead of a ddg.
503         Use ps_rtl_insn and ps_reg_move.
504         (generate_reg_moves): Rename to...
505         (schedule_reg_moves): ...this.  Remove rescan parameter.  Record each
506         move in the partial schedule, but don't emit it here.  Don't perform
507         register substitutions here either.
508         (apply_reg_moves): New function.
509         (duplicate_insns_of_cycles): Use register indices directly,
510         rather than finding instructions using PREV_INSN.  Use ps_reg_move.
511         (sms_schedule): Call schedule_reg_moves before committing to
512         a partial schedule.   Try the next ii if the schedule fails.
513         Use apply_reg_moves instead of generate_reg_moves.  Adjust
514         call to print_node_sched_params.  Free node_sched_param_vec
515         instead of node_sched_params.
516         (create_partial_schedule): Initialize reg_moves.
517         (free_partial_schedule): Free reg_moves.
519 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
521         * modulo-sched.c (ps_insn): Replace node field with an identifier.
522         (SCHED_ASAP): Replace with..
523         (NODE_ASAP): ...this macro.
524         (SCHED_PARAMS): New macro.
525         (SCHED_TIME, SCHED_FIRST_REG_MOVE, SCHED_NREG_MOVES, SCHED_ROW)
526         (SCHED_STAGE, SCHED_COLUMN): Redefine using SCHED_PARAMS.
527         (node_sched_params): Remove asap.
528         (ps_rtl_insn, ps_first_note): New functions.
529         (set_node_sched_params): Use XCNEWVEC.  Don't copy across the
530         asap values.
531         (print_node_sched_params): Use SCHED_PARAMS and NODE_ASAP.
532         (generate_reg_moves): Pass ids to the SCHED_* macros.
533         (update_node_sched_params): Take a ps insn identifier rather than
534         a node as parameter.  Use ps_rtl_insn.
535         (set_columns_for_ps): Update for above field and SCHED_* macro changes.
536         (permute_partial_schedule): Use ps_rtl_insn and ps_first_note.
537         (optimize_sc): Update for above field and SCHED_* macro changes.
538         Update calls to try_scheduling_node_in_cycle and
539         update_node_sched_params.
540         (duplicate_insns_of_cycles): Adjust for above field and SCHED_*
541         macro changes.  Use ps_rtl_insn and ps_first_note.
542         (sms_schedule): Pass ids to the SCHED_* macros.
543         (get_sched_window): Adjust for above field and SCHED_* macro changes.
544         Use NODE_ASAP instead of SCHED_ASAP.
545         (try_scheduling_node_in_cycle): Remove node parameter.  Update
546         call to ps_add_node_check_conflicts.  Pass ids to the SCHED_*
547         macros.
548         (sms_schedule_by_order): Update call to try_scheduling_node_in_cycle.
549         (ps_insert_empty_row): Adjust for above field changes.
550         (compute_split_row): Use ids rather than nodes.
551         (verify_partial_schedule): Adjust for above field changes.
552         (print_partial_schedule): Use ps_rtl_insn.
553         (create_ps_insn): Take an id rather than a node.
554         (ps_insn_find_column): Adjust for above field changes.
555         Use ps_rtl_insn.
556         (ps_insn_advance_column): Adjust for above field changes.
557         (add_node_to_ps): Remove node parameter.  Update call to
558         create_ps_insn.
559         (ps_has_conflicts): Use ps_rtl_insn.
560         (ps_add_node_check_conflicts): Replace node parameter than an id.
562 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
564         * modulo-sched.c (undo_replace_buff_elem): Delete.
565         (generate_reg_moves): Don't build and return an undo list.
566         (free_undo_replace_buff): Delete.
567         (sms_schedule): Adjust call to generate_reg_moves.
568         Don't call free_undo_replace_buff.
570 2011-10-10  Matthias Klose <doko@ubuntu.com>
572         * common/config/m32c: Remove empty directory.
574 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
576         * config/avr/avr.md (*mulhi3_enh): Treat squaring smarter.
578 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
580         PR target/50652
581         * config/avr/avr-mcus.def (AVR_MCU): Set .data_section_start of
582         atmega164a to 0x100.
584 2011-10-09  Eric Botcazou  <ebotcazou@adacore.com>
586         * tree-ssa-forwprop.c (forward_propagate_into_comparison): Do not make
587         the replacement if the conversion to the LHS type is not useless.
589 2011-10-09  Ira Rosen  <ira.rosen@linaro.org>
591         PR tree-optimization/50635
592         * tree-vect-patterns.c (vect_handle_widen_mult_by_const): Add
593         DEF_STMT to the list of statements to be replaced by the
594         pattern statements.
595         (vect_handle_widen_mult_by_const): Don't check TYPE_OUT.
597 2011-10-09  Anatoly Sokolov  <aesok@post.ru>
599         * system.h: Commit forgotten hunk in previous patch.
600         (OUTPUT_ADDR_CONST_EXTRA): Poison.
602 2011-10-08  Nicola Pero  <nicola.pero@meta-innovation.com>
604         PR libobjc/50428
605         * doc/objc.texi (Garbage Collection): Updated example to protect
606         +initialize against execution in subclasses.
608 2011-10-07  Richard Henderson  <rth@redhat.com>
610         * doc/extend.texi (__builtin_shuffle): Improve the description to
611         include the modulus of the selector.  Mention OpenCL.
612         * doc/md.texi (vec_perm, vec_perm_const): Document named patterns.
614         * tree.def (VEC_PERM_EXPR): Rename from VEC_SHUFFLE_EXPR.
615         * genopinit.c (optabs): Rename vshuffle to vec_perm.
616         * c-typeck.c (c_build_vec_perm_expr): Rename from
617         c_build_vec_shuffle_expr.  Update for name changes.
618         * optabs.c (expand_vec_perm_expr_p): Rename from
619         expand_vec_shuffle_expr_p.
620         (expand_vec_perm_expr): Rename from expand_vec_shuffle_expr.
621         * optabs.h (OTI_vec_perm): Rename from DOI_vshuffle.
622         (vec_perm_optab): Rename from vshuffle_optab.
623         * expr.c, gimple-pretty-print.c, gimple.c, gimplify.c,
624         c-tree.h, c-parser.c, tree-cfg.c, tree-inline.c, tree-pretty-print.c,
625         tree-ssa-operands.c, tree-vect-generic.c: Update for name changes.
627         * config/i386/i386.c (ix86_expand_vec_perm): Rename from
628         ix86_expand_vshuffle.
629         * config/i386/i386-protos.h: Update.
630         * config/i386/sse.md (VEC_PERM_AVX2): Rename from VSHUFFLE_AVX2.
631         (vec_perm<VEC_PERM_AVX2>): Rename from vshuffle<VSHUFFLE_AVX2>.
633 2011-10-07  Richard Henderson  <rth@redhat.com>
635         * config/i386/predicates.md (avx2_pblendw_operand): New.
636         * config/i386/sse.md (sse4_1_pblendw): Un-macroize.
637         (avx2_pblendw, *avx2_pblendw): New expander and insn.
639 2011-10-07  Richard Henderson  <rth@redhat.com>
641         * config/i386/i386.c (bdesc_args): Update code for
642         __builtin_ia32_palignr256.  Change type of __builtin_ia32_pslldqi256,
643         and __builtin_ia32_psrldqi256 to V4DI_FTYPE_V4DI_INT_CONVERT.
644         (ix86_expand_args_builtin): Handle V4DI_FTYPE_V4DI_INT_CONVERT.
645         * config/i386/sse.md (mode iterator V16): Add V2TI.
646         (mode iterator SSESCALARMODE): Use V2TI not V4DI.
647         (mode attr ssse3_avx2): Add V2TI.
648         (avx2_lshrqv4di3, avx2_lshlqv4di3): Remove.
650 2011-10-07  David S. Miller  <davem@davemloft.net>
652         PR 50655
653         * configure.ac: Add .register directives to VIS3 test.
654         * configure: Regenerate.
656 2011-10-07  Richard Henderson  <rth@redhat.com>
658         * config.gcc (x86_64-*): Add core-avx-i, core-avx2 for with_cpu.
660 2011-10-07  Richard Henderson  <rth@redhat.com>
662         PR 49752
663         * fold-const.c (fold_checksum_tree): Remove out-of-date assert.
665 2011-10-07  Andrew Stubbs  <ams@codesourcery.com>
667         * config/arm/predicates.md (shift_amount_operand): Remove constant
668         range check.
669         (shift_operator): Check range of constants for all shift operators.
671 2011-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
673         * config/s390/s390.c (s390_emit_tls_call_insn): Remove assertion.
674         Load GOT pointer for non-pic builds.
675         (s390_load_got): Replace pic_offset_table_rtx with hardcoded r12.
676         (s390_emit_call): Likewise.
678 2011-10-07  Tom de Vries  <tom@codesourcery.com>
680         PR middle-end/50527
681         * tree.c (build_common_builtin_nodes): Add local_define_builtin for
682         BUILT_IN_ALLOCA_WITH_ALIGN.  Mark that BUILT_IN_ALLOCA_WITH_ALIGN can
683         throw.
684         * builtins.c (expand_builtin_alloca): Handle BUILT_IN_ALLOCA_WITH_ALIGN
685         arglist.  Set align for BUILT_IN_ALLOCA_WITH_ALIGN.
686         (expand_builtin): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
687         (is_inexpensive_builtin): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
688         * tree-ssa-ccp.c (evaluate_stmt): Set align for
689         BUILT_IN_ALLOCA_WITH_ALIGN.
690         (fold_builtin_alloca_for_var): Rename to ...
691         (fold_builtin_alloca_with_align): Set DECL_ALIGN from 2nd
692         BUILT_IN_ALLOCA_WITH_ALIGN argument.
693         (ccp_fold_stmt): Try folding BUILT_IN_ALLOCA_WITH_ALIGN using
694         fold_builtin_alloca_with_align.
695         (optimize_stack_restore): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
696         * builtins.def (BUILT_IN_ALLOCA_WITH_ALIGN): Declare using
697         DEF_BUILTIN_STUB.
698         * ipa-pure-const.c (special_builtin_state): Handle
699         BUILT_IN_ALLOCA_WITH_ALIGN.
700         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1)
701         (call_may_clobber_ref_p_1): Same.
702         * function.c (gimplify_parameters): Lower vla to
703         BUILT_IN_ALLOCA_WITH_ALIGN.
704         * gimplify.c (gimplify_vla_decl): Same.
705         * cfgexpand.c (expand_call_stmt): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
706         * tree-mudflap.c (mf_xform_statements): Same.
707         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary)
708         (mark_all_reaching_defs_necessary_1, propagate_necessity): Same.
709         * varasm.c (incorporeal_function_p): Same.
710         * tree-object-size.c (alloc_object_size): Same.
711         * gimple.c (gimple_build_call_from_tree): Same.
713 2011-10-07  Bernd Schmidt  <bernds@codesourcery.com>
715         * function.c (frame_required_for_rtx): Remove function.
716         (requires_stack_frame_p): New arg set_up_by_prologue.  All callers
717         changed.  Compute a set of mentioned registers and compare against
718         the new arg rather than calling frame_required_for_rtx.
719         (thread_prologue_and_epilogue_insns): Compute the set_up_by_prologue
720         reg set.  Convert the unconverted_simple_returns mechanism to store
721         jump insns rather than their basic blocks.  Also check the
722         orig_entry_edge destination for new blocks.
724 2011-10-07  Jakub Jelinek  <jakub@redhat.com>
726         PR tree-optimization/50650
727         * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern): Don't
728         call vect_is_simple_cond here, instead fail if cond_expr isn't
729         COMPARISON_CLASS_P or if get_vectype_for_scalar_type returns NULL
730         for cond_expr's first operand.
731         * tree-vect-stmts.c (vect_is_simple_cond): Static again.
732         * tree-vectorizer.h (vect_is_simple_cond): Remove prototype.
734 2011-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
736         * config/s390/s390.md (DWH, dwh): New mode macros.
737         ("umulsidi3"): Extend to support "umulditi3" as well.
739 2011-10-07  Uros Bizjak  <ubizjak@gmail.com>
740             H.J. Lu  <hongjiu.lu@intel.com>
742         PR target/50603
743         * config/i386/i386.c (ix86_fixup_binary_operands): Force src2 of
744         integer PLUS RTX to a register to improve address combine.
746 2011-10-06  Richard Henderson  <rth@redhat.com>
748         * combine-stack-adjust.c (maybe_move_args_size_note): Add after
749         parameter; use it to decide whether to merge two notes.
750         (combine_stack_adjustments_for_block): Use maybe_move_args_size_note
751         for the deallocation case as well.
753 2011-10-06  Anatoly Sokolov  <aesok@post.ru>
755         * system.h (OUTPUT_ADDR_CONST_EXTRA): Poison.
756         * doc/tm.texi.in (OUTPUT_ADDR_CONST_EXTRA): Remove documentation.
757         * doc/tm.texi: Regenerate.
758         * target.def (output_addr_const_extra): Use
759         hook_bool_FILEptr_rtx_false.
760         * targhooks.c (default_asm_output_addr_const_extra): Remove.
761         * targhooks.h (default_asm_output_addr_const_extra): Remove.
762         * hooks.c (hook_bool_FILEptr_rtx_false): New functions.
763         * hooks.h (hook_bool_FILEptr_rtx_false): Declare.
765 2011-10-06  David S. Miller  <davem@davemloft.net>
767         * config/sparc/sparc.md (popcount<mode>2, clz<mode>2): Split up into...
768         (popcountdi2, popcountsi2, clzdi2, clzsi2): Explicit expanders, in the
769         SI mode 64-bit code gen case explicitly zero-extend and truncate.
770         (*popcount<mode>_sp64): Split up into...
771         (*popcountdi_sp64, *popcountsi_64): Explicit instantiations, and in the
772         SImode case use truncate.
773         (*clzsi_sp64): Rewrite to use truncate, and let the expander emit the
774         subtract so the compiler can optimize it.
775         (SIDI): Remove unused mode iterator.
777 2011-10-06  Bernd Schmidt  <bernds@codesourcery.com>
779         * function.c (thread_prologue_and_epilogue_insns): Emit split prologue
780         on the orig_entry_edge. Don't account for it in prologue_clobbered.
782 2011-10-06  Jakub Jelinek  <jakub@redhat.com>
784         PR tree-optimization/50596
785         * tree-vectorizer.h (vect_is_simple_cond): New prototype.
786         (NUM_PATTERNS): Change to 6.
787         * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern): New
788         function.
789         (vect_vect_recog_func_ptrs): Add vect_recog_mixed_size_cond_pattern.
790         (vect_mark_pattern_stmts): Don't create stmt_vinfo for def_stmt
791         if it already has one, and don't set STMT_VINFO_VECTYPE in it
792         if it is already set.
793         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Handle
794         COND_EXPR in pattern stmts.
795         (vect_is_simple_cond): No longer static.
797 2001-10-06  Richard Henderson  <rth@redhat.com>
799         * config/i386/i386.c (ix86_expand_vshuffle): Add AVX2 support.
800         * config/i386/sse.md (sseshuffint): Remove.
801         (sseintvecmode): Support V16HI, V8HI, V32QI, V16QI.
802         (VSHUFFLE_AVX2): New mode iterator.
803         (vshuffle<mode>): Use it.
804         (avx_vec_concat<V_256>): Rename from *vec_concat<V_256>_avx.
806         * config/i386/i386.c (ix86_expand_sse_movcc): Use correct mode
807         for vector_all_ones_operand.
808         (ix86_expand_int_vcond): Distinguish between comparison mode
809         and data mode.  Allow them to differ.
810         (ix86_expand_vshuffle): Don't force data mode to match maskmode.
812 2001-10-06  Richard Henderson  <rth@redhat.com>
814         * optabs.c (expand_vec_shuffle_expr): Use the proper mode for the
815         mask operand.  Tidy the code.
817 2011-10-06  Jakub Jelinek  <jakub@redhat.com>
819         * tree-vect-patterns.c (vect_pattern_recog_1): Use
820         vect_recog_func_ptr typedef for the first argument.
821         (vect_pattern_recog): Rename vect_recog_func_ptr variable
822         to vect_recog_func, use vect_recog_func_ptr typedef for it.
824         PR tree-optimization/49279
825         * tree-ssa-structalias.c (find_func_aliases): Don't handle
826         CAST_RESTRICT.
827         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Allow
828         restrict propagation.
829         * tree-ssa.c (useless_type_conversion_p): Don't return false
830         if TYPE_RESTRICT differs.
832 2011-10-06  Bernd Schmidt  <bernds@codesourcery.com>
834         * function.c (thread_prologue_and_epilogue_insns): Build a vector
835         of unconverted simple return blocks rather than trying to
836         recompute them later based on bb_flags bitmap tests.
838 2011-10-06  Michael Matz  <matz@suse.de>
840         * tree-flow.h (get_var_ann): Don't declare.
841         * tree-flow-inline.h (get_var_ann): Remove.
842         (set_is_used): Use var_ann, not get_var_ann.
843         * tree-dfa.c (add_referenced_var): Inline body of get_var_ann.
844         * tree-profile.c (gimple_gen_edge_profiler): Call
845         find_referenced_var_in.
846         (gimple_gen_interval_profiler): Ditto.
847         (gimple_gen_pow2_profiler): Ditto.
848         (gimple_gen_one_value_profiler): Ditto.
849         (gimple_gen_average_profiler): Ditto.
850         (gimple_gen_ior_profiler): Ditto.
851         (gimple_gen_ic_profiler): Ditto plus call add_referenced_var.
852         (gimple_gen_ic_func_profiler): Call add_referenced_var.
853         * tree-mudflap.c (execute_mudflap_function_ops): Call
854         add_referenced_var.
856 2011-10-06  Jakub Jelinek  <jakub@redhat.com>
858         * tree-vect-patterns.c (vect_handle_widen_mult_by_const): For lhs
859         don't set SSA_NAME_DEF_STMT that has been already set by
860         gimple_build_assign_with_ops.
861         (vect_recog_pow_pattern, vect_recog_widen_sum_pattern,
862         vect_operation_fits_smaller_type, vect_recog_over_widening_pattern):
863         Likewise.
865         * tree.h (avoid_folding_inline_builtin): New prototype.
866         * builtins.c (avoid_folding_inline_builtin): No longer static.
867         * gimple-fold.c (gimple_fold_builtin): Give up if
868         avoid_folding_inline_builtin returns true.
870 2011-10-06  Richard Guenther  <rguenther@suse.de>
872         * tree-vect-generic.c (vector_element): Look at previous
873         generated results.
875 2011-10-06  David Edelsohn  <dje.gcc@gmail.com>
877         PR target/39950
878         * config/rs6000/aix.h (TARGET_OS_AIX_CPP_BUILTINS): Define
879         __powerpc__, __PPC__, __unix__.
881 2011-10-06  Michael Matz  <matz@suse.de>
883         * i386/i386.opt (recip_mask, recip_mask_explicit,
884         x_recip_mask_explicit): New variables and cl_target member.
885         (mrecip=): New option.
886         * i386/i386.h (RECIP_MASK_DIV, RECIP_MASK_SQRT, RECIP_MASK_VEC_DIV,
887         RECIP_MASK_VEC_SQRT, RECIP_MASK_ALL, RECIP_MASK_NONE): New bitmasks.
888         (TARGET_RECIP_DIV, TARGET_RECIP_SQRT, TARGET_RECIP_VEC_DIV,
889         TARGET_RECIP_VEC_SQRT): New tests.
890         * i386/i386.md (divsf3): Check TARGET_RECIP_DIV.
891         (sqrt<mode>2): Check TARGET_RECIP_SQRT.
892         * i386/sse.md (div<mode>3): Check TARGET_RECIP_VEC_DIV.
893         (sqrt<mode>2): Check TARGET_RECIP_VEC_SQRT.
894         * i386/i386.c (ix86_option_override_internal): Set recip_mask
895         for -mrecip and -mrecip=options.
896         (ix86_function_specific_save): Save recip_mask_explicit.
897         (ix86_function_specific_restore): Restore recip_mask_explicit.
899         * doc/invoke.texi (ix86 Options): Document the new option.
901 2011-10-06  Bernd Schmidt  <bernds@codesourcery.com>
903         PR target/49049
904         * config/arm/arm.md (arm_subsi3_insn): Lose the last alternative.
906 2011-10-06  Ulrich Weigand  <ulrich.weigand@linaro.org>
908         PR target/50305
909         * config/arm/arm.c (arm_legitimize_reload_address): Recognize
910         output of a previous pass through legitimize_reload_address.
911         Do not attempt to optimize addresses if the base register is
912         equivalent to a constant.
914 2011-10-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
916         * function.c (thread_prologue_and_epilogue_insns): Mark
917         last_bb_active as possibly unused.  It is unused for targets which
918         do neither have "return" nor "simple_return" expanders.
920 2011-10-06  Richard Guenther  <rguenther@suse.de>
922         * fold-const.c (fold_ternary_loc): Also fold non-constant
923         vector CONSTRUCTORs.  Make more efficient.
924         * tree-ssa-dom.c (cprop_operand): Don't handle virtual operands.
925         (cprop_into_stmt): Don't propagate into virtual operands.
926         (optimize_stmt): Really dump original statement.
928 2011-10-06  Nick Clifton  <nickc@redhat.com>
930         * config/rx/rx.md (smin3): Revert previous delta.
932 2011-10-06  Richard Guenther  <rguenther@suse.de>
934         PR tree-optimization/38884
935         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle partial
936         reads from aggregate SSA names.
938 2011-10-05  Jakub Jelinek  <jakub@redhat.com>
940         * tree-vect-patterns.c (vect_pattern_recog_1): Add stmts_to_replace
941         argument, truncate it at the beginning instead of allocating there
942         and freeing at the end.
943         (vect_pattern_recog): Allocate stmts_to_replace here and free at end,
944         pass its address to vect_pattern_recog_1.
946 2011-10-05  David S. Miller  <davem@davemloft.net>
948         * config/sparc/sparc.opt (POPC): New option.
949         * doc/invoke.texi: Document it.
950         * config/sparc/sparc.c (sparc_option_override): Enable MASK_POPC by
951         default on Niagara-2 and later.
952         * config/sparc/sparc.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
953         * config/sparc/sparc.md (SIDI): New mode iterator.
954         (ffsdi2): Delete commented out pattern and comments.
955         (popcount<mode>2, clz<mode>2): New expanders.
956         (*popcount<mode>_sp64, popcountsi_v8plus, popcountdi_v8plus,
957         *clzdi_sp64, clzdi_v8plus, *clzsi_sp64, clzsi_v8plus): New insns.
959 2011-10-06  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
961         PR middle-end/50607
962         * c-tree.h (c_expr_t): New typedef for struct c_expr.
963         (C_EXPR_APPEND): New macro.
964         * c-parser.c (c_parser_get_builtin_args): Preserve
965         original_tree_code of c_expr structure.
966         (c_parser_postfix_expression): Adjust to the new function.
968 2011-10-05  Bernd Schmidt  <bernds@codesourcery.com>
970         * function.c (thread_prologue_and_epilogue_insns): Don't shrink-wrap
971         if profiling after the prologue.
973 2011-10-05  Jakub Jelinek  <jakub@redhat.com>
975         PR tree-optimization/50613
976         * tree-ssa-strlen.c (find_equal_ptrs): If CASE_CONVERT
977         operand is ADDR_EXPR, fallthru into ADDR_EXPR handling,
978         and if it is neither that not SSA_NAME, give up.
980 2011-10-05  Richard Henderson  <rth@redhat.com>
982         * tree-vect-generic.c (vector_element): Never fail.  Use
983         build_zero_cst.  Tidy up type references.
984         (lower_vec_shuffle): Never fail.  Mask shuffle indicies.  Reduce
985         code duplication.  Do update_stmt here ...
986         (expand_vector_operations_1): ... not here.
988         * config/i386/i386.c (ix86_expand_vshuffle): Never fail.  Handle
989         TARGET_XOP.  Fix pshufb constant vector creation.  Reduce code
990         duplication.  Handle V2DI without SSE4.1.
991         * config/i386/i386-protos.h (ix86_expand_vshuffle): Update decl.
992         * config/i386/i386.md (vshuffle<V_128>): Remove assert for ok.
994 2011-10-05  Uros Bizjak  <ubizjak@gmail.com>
996         * config/i386/i386.c (distance_non_agu_define): Simplify calculation
997         of "found".  Simplify return value calculation.
998         (distance_agu_use): Ditto.
1000 2011-10-05  Bernd Schmidt  <bernds@codesourcery.com>
1002         PR bootstrap/50621
1003         * config/i386/i386.c (ix86_add_cfa_restore_note): Omit notes only
1004         if the function was not shrink-wrapped.
1005         (ix86_expand_epilogue): Ensure queued cfa_adjust notes are attached
1006         to an insn.
1007         * function.c (thread_prologue_and_epilogue_insns): Make sure the
1008         shrink_wrapped flag is set even if there is no dump file.
1010 2011-10-05  DJ Delorie  <dj@redhat.com>
1011             Nick Clifton  <nickc@redhat.com>
1013         * config/rx/rx.opt (mpid): Define.
1014         * config/rx/t-rx (MULTILIB_OPTIONS): Add -mpid
1015         (MULTILIB_DIRNAMES): Add pid.
1016         * config/rx/rx.c (rx_gp_base_regnum_val, rx_pid_base_regnum_val)
1017         (rx_num_interrupt_regs): New variable.
1018         (rx_gp_base_regnum): New function.  Returns the number of the
1019         small data area register.
1020         (rx_pid_base_regnum): New function.  Returns the number of the pid
1021         base register.
1022         (rx_decl_for_addr): New function.  Returns the symbolic part of a MEM.
1023         (rx_pid_data_operand): New function.  Returns whether an object is
1024         in the position independent data area.
1025         (rx_legitimize_address): New function.  Puts undecided PID
1026         objects in the PID data area.
1027         (rx_is_legitimate_address): Add support for PID operands.
1028         (rx_print_operand_address): Likewise.
1029         (rx_print_operand): Likewise.
1030         (rx_maybe_pidify_operand): New function.  Determine if an operand
1031         is suitable for PID addressing.
1032         (rx_gen_move_template): Add PID support.
1033         (rx_conditional_register_usage): Likewise.
1034         (rx_option_override): Initialise rx_num_interrupt_regs.
1035         (rx_is_legitimate_constant): Add support for PID constants.
1036         (TARGET_LEGITIMIZE_ADDRESS): Define.
1037         * config/rx/constraints.md (Rpid): Define.
1038         (Rpda): Define.
1039         * config/rx/rx.md (UNSPEC_PID_ADDR): Define.
1040         (tablejump): Add PID support.
1041         (mov<>): Likewise.
1042         (mov<>_internal): Likewise.
1043         (addsi3): Convert to an expander.  Add PID support.
1044         (pid_addr): New pattern.
1045         * config/rx/rx.h (CPP_SPEC): Define.
1046         (ASM_SPEC): Pass -mpid and -mint-register on to assembler.
1047         (CASE_VECTOR_PC_RELATIVE): Define.
1048         (JUMP_TABLES_IN_TEXT_SECTION): Enable for PID mode.
1049         * config/rx/rx-protos.h (rx_maybe_pidify_operand): Prototype.
1050         * doc/invoke.texi (RX Options): Document -mpid command line option.
1052 2011-10-05  Richard Guenther  <rguenther@suse.de>
1054         PR tree-optimization/38885
1055         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle partial reads
1056         from constants.
1058 2011-10-05  Bernd Schmidt  <bernds@codesourcery.com>
1060         * doc/invoke.texi (-fshrink-wrap): Document.
1061         * opts.c (default_options_table): Add it.
1062         * common.opt (fshrink-wrap): Add.
1063         * function.c (emit_return_into_block): Remove useless declaration.
1064         (record_hard_reg_uses_1, record_hard_reg_uses, frame_required_for_rtx,
1065         requires_stack_frame_p, gen_return_pattern): New static functions.
1066         (emit_return_into_block): New arg simple_p.  All callers changed.
1067         Use gen_return_pattern.
1068         (thread_prologue_and_epilogue_insns): Implement shrink-wrapping.
1069         * config/i386/i386.md (return): Expand into a simple_return.
1070         (simple_return): New expander):
1071         (simple_return_internal, simple_return_internal_long,
1072         simple_return_pop_internal_long, simple_return_indirect_internal):
1073         Renamed from return_internal, return_internal_long,
1074         return_pop_internal_long and return_indirect_internal; changed to use
1075         simple_return.
1076         * config/i386/i386.c (ix86_expand_epilogue): Adjust to expand
1077         simple returns.
1078         (ix86_pad_returns): Likewise.
1079         * function.h (struct rtl_data): Add member shrink_wrapped.
1080         * cfgcleanup.c (outgoing_edges_match): If shrink-wrapped, edges that
1081         are not jumps or sibcalls can't be compared.
1083 2011-10-05  Richard Guenther  <rguenther@suse.de>
1085         * tree-ssa-sccvn.c (vn_get_expr_for): Handle CONSTRUCTOR of
1086         vector type.
1087         (simplify_unary_expression): Handle BIT_FIELD_REFs.
1088         (try_to_simplify): Handle BIT_FIELD_REFs.
1090 2011-10-05  Georg-Johann Lay  <avr@gjlay.de>
1092         * config/avr/avr-protos.h (avr_out_addto_sp): New prototype.
1093         * config/avr/avr.c (avr_out_addto_sp): New function.
1094         (adjust_insn_length): Handle ADJUST_LEN_ADDTO_SP.
1095         * config/avr/avr.md (adjust_len): Add "addto_sp".
1096         (*movhi_sp): Remove insn.
1097         (*addhi3_sp_R_pc2, *addhi3_sp_R_pc3): Merge to *addhi3_sp_R.
1099 2011-10-05  Richard Guenther  <rguenther@suse.de>
1101         * gimple-fold.c (gimple_fold_stmt_to_constant_1): For ternary ops
1102         with an embedded expression valueize and fold that as well.
1103         * tree-ssa-sccvn.c (try_to_simplify): Also allow SSA name
1104         results from gimple_fold_stmt_to_constant_1.
1106 2011-10-05  Nick Clifton  <nickc@redhat.com>
1108         * config/rx/rx.md (tablejump): Add missing label.
1109         (adddi3_internal): Mark operand 0 as early-clobbered.
1110         (smaxsi3): Revert previous delta.
1111         (adc_internal): Fix whitespace in generated asm.
1112         (adc_flags): Likewise.
1114 2011-10-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1116         * expmed.c (expand_mult_highpart_optab): Replace optab_handler
1117         with the new widening_optab_handler.
1119 2011-10-05  Richard Guenther  <rguenther@suse.de>
1121         PR tree-optimization/50609
1122         * gimple-fold.c (fold_array_ctor_reference): Also handle
1123         vector typed constructors.
1124         (fold_ctor_reference): Dispatch to fold_array_ctor_reference
1125         for vector typed constructors.
1127 2011-10-05  Uros Bizjak  <ubizjak@gmail.com>
1129         * config/i386/i386.c (ix86_emit_binop): New static function.
1130         (ix86_split_lea_for_addr): Use ix86_emit_binop to emit add and shl
1131         instructions.
1132         (x86_output_mi_thunk): Use ix86_emit_binop to emit add instructions.
1134 2011-10-04  David S. Miller  <davem@davemloft.net>
1136         * config/sparc/sparc.md (UNSPEC_FHADD, UNSPEC_FHSUB,
1137         UNSPEC_XMUL): New unspecs.
1138         (muldi3_v8plus): Use output_v8plus_mult.
1139         (*naddsf3, *nadddf3, *nmulsf3, *nmuldf3, *nmuldf3_extend):
1140         New VIS 3.0 combiner patterns.
1141         (fhaddsf_vis, fhadddf_vis, fhsubsf_vis, fhsubdf_vis,
1142         fnhaddsf_vis, fnhaddf_vis, umulxhi_vis, *umulxhi_sp64,
1143         umulxhi_v8plus, xmulx_vis, *xmulx_sp64, xmulx_v8plus,
1144         xmulxhi_vis, *xmulxhi_sp64, xmulxhi_v8plus): New VIS 3.0
1145         builtins patterns.
1146         * config/sparc/sparc.c (sparc_vis_init_builtins): Emit new builtins.
1147         (output_v8plus_mult): New function.
1148         * config/sparc/sparc-protos.h: Declare it.
1149         * config/sparc/visintrin.h (__vis_fhadds, __vis_fhaddd,
1150         __vis_fhsubs, __vis_fhsubd, __vis_fnhadds, __vis_fnhaddd,
1151         __vis_umulxhi, __vis_xmulx, __vis_xmulxhi): New intrinsics.
1152         * doc/extend.texi: Document new builtins.
1154 2011-10-04  Richard Henderson  <rth@redhat.com>
1156         * c-typeck.c (c_build_vec_shuffle_expr): Fix uninitialized variable.
1157         Avoid save_expr unless two_arguments.
1159 2011-10-04  Ozkan Sezer  <sezeroz@gmail.com>
1161         * config/i386/mingw-w64.h (CPP_SPEC): Rename _REENTRANCE to _REENTRANT.
1162         * config/i386/mingw32.h (CPP_SPEC): Likewise.
1164 2011-10-04  David S. Miller  <davem@davemloft.net>
1166         * config/sparc/driver-sparc.c (cpu_names): Fix string for supersparc
1167         under Linux.
1169 2011-10-04  Jakub Jelinek  <jakub@redhat.com>
1171         PR tree-optimization/50604
1172         * builtins.c (fold_builtin_strcpy, fold_builtin_stpcpy,
1173         fold_builtin_strncpy, fold_builtin_stxcpy_chk): Ensure
1174         last argument to memcpy has size_type_node type instead of ssizetype.
1175         * tree-ssa-strlen.c (handle_builtin_memcpy): Use size_type_node
1176         instead of TREE_TYPE (len) as type for newlen.
1178         PR tree-optimization/50522
1179         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Don't test
1180         TYPE_RESTRICT.
1181         (ptr_derefs_may_alias_p): Call pt_solutions_same_restrict_base
1182         unconditionally.
1184         * fold-const.c (fold_unary_loc): Don't optimize
1185         POINTER_PLUS_EXPR casted to TYPE_RESTRICT pointer by
1186         casting the inner pointer if it isn't TYPE_RESTRICT.
1187         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Don't through
1188         casts from non-TYPE_RESTRICT pointer to TYPE_RESTRICT pointer.
1190 2011-10-04  Joseph Myers  <joseph@codesourcery.com>
1192         * config.gcc (i[34567]86-*-elf*, x86_64-*-elf*): Use i386/t-crtstuff.
1194 2011-10-04  Jan Hubicka  <jh@suse.cz>
1196         * lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.
1197         * lto-streamer-in.c (lto_input_toplevel_asms): Stream in order.
1198         * lto-streamer-out.c (lto_output_toplevel_asms): Stream out order.
1199         * lto-cgraph.c (order_base): New static var.
1200         (lto_output_node): Stream in order.
1201         (lto_output_varpool_node): Stream out order.
1202         (input_node): Stream in order.
1203         (input_varpool_node): Stream out order.
1204         (input_cgraph_1): Initialize order base; update call of
1205         lto_input_toplevel_asms.
1207 2011-10-04  Georg-Johann Lay  <avr@gjlay.de>
1209         PR target/50566
1210         * config/avr/avr-protos.h (avr_legitimize_reload_address): New
1211         prototype.
1212         * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Copy worker code
1213         from here...
1214         * config/avr/avr.c (avr_legitimize_reload_address) ...to this new
1215         function.  Log if avr_log.legitimize_reload_address.
1217 2011-10-04  Eric Botcazou  <ebotcazou@adacore.com>
1219         * config/sparc/sparc.c (sparc_fold_builtin): Use a sequence of tests.
1221 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1223         * longlong.h (smul_ppmm, sdiv_qrnnd): Add underscores to the local
1224         variables.  Fix second operand of DR.  Swap inputs for sdiv_qrnnd.
1226 2011-10-03  David S. Miller  <davem@davemloft.net>
1228         * config/sparc/sparc.md (fpack16_vis, fpackfix_vis, fpack32_vis): Make
1229         GSR_REG an input operand to UNSPEC instead of a parallel USE.
1230         (faligndata<V64I:mode>_vis): Likewise and use DI mode.
1231         (alignaddrsi_vis, alignaddrdi_vis, alignaddrlsi_vis, alignaddrldi_vis):
1232         Reference GSR_REG in DI mode, simplify convoluted expressions by using
1233         zero_extract.
1234         (bshuffle<V64I:mode>_vis): Reference GSR_REG in DI mode.
1236 2011-10-03  Maxim Kuvyrkov  <maxim@codesourcery.com>
1238         * tree-eh.c (remove_unreachable_handlers): Obvious cleanup.
1240 2011-10-03  Jakub Jelinek  <jakub@redhat.com>
1241             Ian Lance Taylor  <iant@google.com>
1243         * godump.c (go_output_typedef): Support printing enum values that
1244         don't fit in a signed HOST_WIDE_INT.
1246 2011-10-03  Anatoly Sokolov  <aesok@post.ru>
1248         * config/cris/cris.c (cris_output_addr_const_extra): Make static.
1249         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
1250         * config/cris/cris.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
1251         * config/cris/cris-protos.h (cris_output_addr_const_extra): Remove.
1253 2011-10-03  Anatoly Sokolov  <aesok@post.ru>
1255         * config/m68k/m68k.c (m68k_output_addr_const_extra): Make static.
1256         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
1257         * config/m68k/m68k.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
1258         * config/m68k/m68k-protos.h (m68k_output_addr_const_extra): Remove.
1260 2011-10-03  Steve Ellcey  <sje@cup.hp.com>
1262         PR target/49967
1263         * configure.ac (gcc_cv_ld_static_dynamic): Define for *-*-hpux*.
1264         (gcc_cv_ld_static_option): Ditto.
1265         (gcc_cv_ld_dynamic_option): Ditto.
1266         * configure: Regenerate.
1268 2011-10-03  David S. Miller  <davem@davemloft.net>
1270         * config/sparc/sparc.md (bmask<P:mode>_vis): Split into explicit 'di'
1271         and 'si' patterns which describe the GSR changes explicitly in the
1272         RTL using zero_extract.
1273         (bshuffle<V64I:mode>_vis): Put the GSR use inside of the unspec.
1275         * config/sparc/sparc.md (bshuffle<V64I:mode>_vis): Don't wrap
1276         GSR_REG in a USE, since it's now a true arg to the UNSPEC.
1278 2011-10-03  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
1280         * optabs.c (expand_vec_shuffle_expr_p): New function. Checks
1281         if given expression can be expanded by the target.
1282         (expand_vec_shuffle_expr): New function. Expand VEC_SHUFFLE_EXPR
1283         using target vector instructions.
1284         * optabs.h: New optab vshuffle.
1285         (expand_vec_shuffle_expr_p): New prototype.
1286         (expand_vec_shuffle_expr): New prototype.
1287         (vshuffle_optab): New optab.
1288         * genopinit.c: Adjust to support vecshuffle.
1289         * c-tree.h (c_build_vec_shuffle_expr): New prototype.
1290         * expr.c (expand_expr_real_2): Adjust.
1291         * c-typeck.c: (c_build_vec_shuffle_expr): Build a VEC_SHUFFLE_EXPR
1292         recognizing the cases of two and three arguments.
1293         (convert_arguments) (build_binary_op)
1294         (scalar_to_vector) (build_array_ref): Spurious whitespace.
1295         * gimplify.c (gimplify_exp): Adjusted to support VEC_SHUFFLE_EXPR.
1296         * tree.def: New tree code VEC_SHUFFLE_EXPR.
1297         * tree-inline.c (estimate_operator_cost): Recognize VEC_SHUFFLE_EXPR.
1298         * tree-vect-generic.c (vector_element): New function. Returns an
1299         element of the vector at the given position.
1300         (lower_vec_shuffle): Checks if VEC_SHUFLLE_EXPR is supported
1301         by the backend or expand an expression piecewise.
1302         (expand_vector_operations_1): Adjusted.
1303         (gate_expand_vector_operations_noop): New gate function.
1304         * Makefile.in (tree-vect-generic.o): New include.
1305         * gimple.c (get_gimple_rhs_num_ops): Adjust.
1306         * tree-cfg.c (verify_gimple_assign_trenary): Verify VEC_SHUFFLE_EXPR.
1307         * passes.c: Move veclower down.
1308         * tree-pretty-print.c (dump_generic_node): Recognize
1309         VEC_SHUFFLE_EXPR as valid expression.
1310         * c-parser.c (c_parser_get_builtin_args): Helper function for the
1311         builtins with variable number of arguments.
1312         (c_parser_postfix_expression): Use a new helper function for
1313         RID_CHOOSE_EXPR, RID_BUILTIN_COMPLEX and RID_BUILTIN_SHUFFLE.
1314         * tree-ssa-operands: Adjust.
1315         * c-family/c-common.c: New __builtin_shuffle keyword.
1316         * c-family/c-common.h: New __builtin_shuffle keyword.
1317         * gcc/doc/extend.texi: Adjust.
1319         * gcc/config/i386/sse.md: (sseshuffint) New mode_attr.  Correspondence
1320         between the vector and the type of the mask when shuffling.
1321         (vecshuffle<mode>): New expansion.
1322         * gcc/config/i386/i386-protos.h (ix86_expand_vshuffle): New prototype.
1323         * gcc/config/i386/i386.c (ix86_expand_vshuffle): New function.
1324         (ix86_vectorize_builtin_vec_perm_ok): Adjust.
1326 2011-10-03  Jakub Jelinek  <jakub@redhat.com>
1328         PR tree-optimization/50587
1329         * tree-ssa-reassoc.c (init_range_entry): Stop iterating when
1330         arg0 is not a SSA_NAME.
1332 2011-10-03  Richard Sandiford  <rdsandiford@googlemail.com>
1334         * ipa-inline-analysis.c (MAX_TIME): Update comment.
1336 2011-10-02  Richard Henderson  <rth@redhat.com>
1337             David S. Miller  <davem@davemloft.net>
1339         * config/sparc/sparc.md (ashlsi3, *ashldi3_sp64): Remove
1340         conditional insn type setting, we always emit a shift.
1341         (*ashlsi3_extend, *lshrsi3_extend0): New patterns.
1342         (*lshrsi3_extend): Rename to *lshrsi3_extend1.
1343         * config/sparc/predicates.md (const_one_operand): Delete.
1345 2011-10-02  Gerald Pfeifer  <gerald@pfeifer.com>
1347         * invoke.texi (SPARC Options): Refer to GNU/Linux.
1349 2011-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
1351         * config/mips/mips.c (mips_frame_barrier): New function.
1352         (mips_expand_prologue): Call it after allocating stack space.
1353         (mips_deallocate_stack): New function.
1354         (mips_expand_epilogue): Call mips_frame_barrier and
1355         mips_deallocate_stack.
1357 2011-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
1359         PR target/49696
1360         * config/mips/sync.md (sync_<optab>_12): Allow zero operands.
1361         (sync_old_<optab>_12, sync_new_<optab>_12, sync_nand_12): Likewise.
1362         (sync_old_nand_12, sync_new_nand_12, test_and_set_12): Likewise.
1364 2011-10-02  Jan Hubicka  <jh@suse.cz>
1366         * cgraphunit.c (verify_edge_count_and_frequency): Bounds check.
1368         * cgraphunit.c (ipa_passes): Remove unrechable nodes.
1369         * lto-streamer-out.c (produce_symtab): Skip unused extern declarations.
1370         * ipa.c (cgraph_remove_unreachable_nodes): Do not assume that external
1371         functions are reachable when address is taken.
1372         * tree-sra.c (modify_function): Free dominance info.
1374 2011-10-02  Jan Hubicka  <jh@suse.cz>
1376         * ipa-inline-analysis.c (inline_summary_alloc): Bounds check.
1378         * ipa-inline-analysis.c (reset_inline_edge_summary): New function.
1379         (reset_inline_summary): New function.
1380         (compute_inline_parameters, inline_node_removal_hook,
1381         inline_edge_removal_hook): Use it.
1382         (inline_free_summary): Reset holders correctly.
1383         (inline_generate_summary): Free summary before computing it.
1385 2011-10-02  Paolo Carlini  <paolo.carlini@oracle.com>
1387         PR preprocessor/36819
1388         * incpath.c (merge_include_chains): Call free_path on
1389         heads[QUOTE] and tails[QUOTE].
1391 2011-10-02  Jan Hubicka  <jh@suse.cz>
1393         PR lto/47247
1394         * lto-symtab.c (lto_symtab_resolve_symbols): Do not resolve
1395         when resolution is already availbale from plugin.
1396         (lto_symtab_merge_decls_1): Handle LDPR_PREVAILING_DEF_IRONLY_EXP.
1397         * cgraph.c (ld_plugin_symbol_resolution): Add
1398         prevailing_def_ironly_exp.
1399         * lto-cgraph.c (LDPR_NUM_KNOWN): Update.
1400         * ipa.c (varpool_externally_visible_p): IRONLY variables are never
1401         externally visible.
1402         * varasm.c (resolution_to_local_definition_p): Add
1403         LDPR_PREVAILING_DEF_IRONLY_EXP.
1404         (resolution_local_p): Likewise.
1406 2011-10-01  David S. Miller  <davem@davemloft.net>
1408         * config/sparc/sparc.opt (VIS3): New option.
1409         * doc/invoke.texi: Document it.
1410         * config/sparc/sparc.h: Force TARGET_VIS3 to zero if assembler is
1411         not capable of such instructions.
1412         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__
1413         to 0x300 when TARGET_VIS3.
1414         * config/sparc/sparc-modes.def: Create 16-byte vector modes.
1415         * config/sparc/sparc.md (UNSPEC_CMASK8, UNSPEC_CMASK16, UNSPEC_CMASK32,
1416         UNSPEC_FCHKSM16, UNSPEC_PDISTN, UNSPC_FUCMP): New unspecs.
1417         (V64N8, VASS): New mode iterators.
1418         (vis3_shift, vis3_addsub_ss): New code iterators.
1419         (vbits, vconstr): New mode attributes.
1420         (vis3_shift_insn, vis3_addsub_ss_insn): New code attributes.
1421         (cmask8<P:mode>_vis, cmask16<P:mode>_vis, cmask32<P:mode>_vis,
1422         fchksm16_vis, <vis3_shift_insn><vbits>_vis, pdistn<mode>_vis,
1423         fmean16_vis, fpadd64_vis, fpsub64_vis,
1424         <vis3_addsub_ss_insn><vbits>_vis, fucmp<code>8<P:mode>_vis): New
1425         VIS 3.0 instruction patterns.
1426         * config/sparc/sparc.c (sparc_option_override): Set MASK_VIS3 by
1427         default when targetting capable cpus.  TARGET_VIS3 implies
1428         TARGET_VIS2 and TARGET_VIS, and clear them when TARGET_FPU is disabled.
1429         (sparc_vis_init_builtins): Emit new VIS 3.0 builtins.
1430         (sparc_fold_builtin): Do not eliminate cmask{8,16,32} when result
1431         is ignored.
1432         * config/sparc/visintrin.h (__vis_cmask8, __vis_cmask16,
1433         __vis_cmask32, __vis_fchksm16, __vis_fsll16, __vis_fslas16,
1434         __vis_fsrl16, __vis_fsra16, __vis_fsll32, __vis_fslas32,
1435         __vis_fsrl32, __vis_fsra32, __vis_pdistn, __vis_fmean16,
1436         __vis_fpadd64, __vis_fpsub64, __vis_fpadds16, __vis_fpadds16s,
1437         __vis_fpsubs16, __vis_fpsubs16s, __vis_fpadds32, __vis_fpadds32s,
1438         __vis_fpsubs32, __vis_fpsubs32s, __vis_fucmple8, __vis_fucmpne8,
1439         __vis_fucmpgt8, __vis_fucmpeq8): New VIS 3.0 interfaces.
1440         * doc/extend.texi: Document new VIS 3.0 builtins.
1442 2011-10-01  Eric Botcazou  <ebotcazou@adacore.com>
1444         * ira-color.c (assign_hard_reg): Fix typo.
1446 2011-09-30  H.J. Lu  <hongjiu.lu@intel.com>
1448         * doc/extend.texi: Add missing ','.
1450 2011-09-30  Bernd Schmidt  <bernds@codesourcery.com>
1452         * common/config/c6x/c6x-common.c (c6x_option_optimization_table):
1453         Enable -fmodulo-sched at -O2 and above.
1454         * config/c6x/c6x.md (doloop_end): New expander.
1455         (mvilc, sploop, spkernel, loop_end): New patterns.
1456         (loop_end with memory destination splitter): New.
1457         * config/c6x/c6x.c: Include "hw-doloop.h".
1458         (enum unitreqs): New.
1459         (unit_req_table): New typedef.
1460         (unit_reqs): New static variable.
1461         (unit_req_factor, get_unit_reqs, count_unit_reqs, merge_unit_reqs,
1462         res_mii, split_delayed_nonbranch, undo_split_delayed_nonbranch,
1463         hwloop_pattern_reg, bb_earliest_end_cycle, filter_insns_above,
1464         hwloop_optimize, hwloop_fail, c6x_hwloops): New static functions.
1465         (struct c6x_sched_context): New member last_scheduled_iter0.
1466         (init_sched_state): Initialize it.
1467         (c6x_variable_issue): Update it.
1468         (sploop_max_uid_iter0): New static variable.
1469         (c6x_sched_reorder_1): Be careful about issuing sploop.
1470         (c6x_reorg): Call c6x_hwlooops before the final schedule.
1472 2011-09-30  Georg-Johann Lay  <avr@gjlay.de>
1474         PR target/50566
1475         * config/avr/avr-protos.h (avr_log_t): New field address_cost.
1476         * config/avr/avr.c (avr_address_cost): Use it.
1477         * config/avr/avr-log.c (avr_log_set_avr_log): Initialize it.
1478         (avr_log_vadump): Unknown %-codes finish printing.
1480 2011-09-30  Jakub Jelinek  <jakub@redhat.com>
1482         PR inline-asm/50571
1483         * gimple-fold.c (fold_stmt_1) <case GIMPLE_ASM>: If
1484         input constraints allow mem and not reg, pass true instead of
1485         false as second argument to maybe_fold_reference.
1487         PR tree-optimization/46309
1488         * fold-const.c (make_range, merge_ranges): Remove prototypes.
1489         (make_range_step): New function.
1490         (make_range): Use it.
1491         * tree.h (make_range_step): New prototypes.
1492         * Makefile.in (tree-ssa-reassoc.o): Depend on $(DIAGNOSTIC_CORE_H).
1493         * tree-ssa-reassoc.c: Include diagnostic-core.h.
1494         (struct range_entry): New type.
1495         (init_range_entry, range_entry_cmp, update_range_test,
1496         optimize_range_tests): New functions.
1497         (reassociate_bb): Call optimize_range_tests.
1499 2011-09-30  Jakub Jelinek  <jakub@redhat.com>
1500             Richard Guenther  <rguenther@suse.de>
1502         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle
1503         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
1504         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.  Fix
1505         handling of BUILT_IN_STRNCAT and BUILT_IN_STRNCAT_CHK.
1506         (ref_maybe_used_by_call_p_1): Fix handling of BUILT_IN_STRCAT,
1507         BUILT_IN_STRNCAT, BUILT_IN_STRCAT_CHK and BUILT_IN_STRNCAT_CHK.
1509 2011-09-30  Jan Beulich  <jbeulich@suse.com>
1511         * lto-cgraph.c (output_cgraph): Remove processing of
1512         'cgraph_asm_nodes', call lto_output_toplevel_asms() instead.
1513         (input_cgraph_1): Remove loop calling cgraph_add_asm_node(), call
1514         lto_input_toplevel_asms() instead.
1515         * lto-section-in.c (lto_section_name): Add "asm" entry.
1516         * lto-streamer-in.c (lto_input_toplevel_asms): New.
1517         * lto-streamer-out.c (lto_output_toplevel_asms): New.
1518         * lto-streamer.h (LTO_minor_version): Bump.
1519         (enum lto_section_type): Add LTO_section_asm.
1520         (struct lto_asm_header): New.
1521         (lto_input_toplevel_asms, lto_output_toplevel_asms): Declare.
1522         * tree-streamer.h (streamer_write_string_cst): Declare.
1523         * tree-streamer-out.c (write_string_cst): Rename to
1524         streamer_write_string_cst and make global. Handle incoming string
1525         being NULL.
1526         (streamer_write_tree_header): Adjust call to renamed function.
1528 2011-09-30  Bernd Schmidt  <bernds@codesourcery.com>
1530         * haifa-sched.c (modulo_ii, modulo_max_states, modulo_n_insns,
1531         modulo_insns_scheduled, modulo_iter0_max_uid, modulo_backtracks_left,
1532         modulo_last_stage): New static variables.
1533         (set_modulo_params, discard_delay_pairs_above): New functions.
1534         (struct delay_pair): New member stages.
1535         (htab_i2_traverse, htab_i1_traverse): New static functions.
1536         (record_delay_slot_pair): New arg stages.  All callers changed.
1537         Record it.
1538         (pair_delay): Take stages into account.
1539         (add_delay_dependencies): Don't do so for stage pairs.
1540         (struct sched_block_state): New member modulo_epilogue.
1541         (save_backtrack_point): Don't set SHADOW_P for stage pairs.
1542         (unschedule_insns_until): Decrease modulo_insns_scheduled.
1543         Set HARD_DEP without using or.
1544         (resolve_dependencies): New static function.
1545         (prune_ready_list): New arg modulo_epilogue_p.  All callers changed.
1546         If it is true, allow only insns with INSN_EXACT_TICK set.
1547         (schedule_block): Return bool, always true for normal scheduling,
1548         true or false depending on modulo scheduling success otherwise.
1549         Add bookkeeping for modulo scheduling, and call resolve_dependencies
1550         on everything left over after a modulo schedule.
1551         (haifa_sched_init): Remove check_cfg call.  Clear modulo_ii.
1552         * sched-int.h (schedule_block, record_delay_slot_pair): Adjust
1553         declarations.
1554         (set_modulo_params, discard_delay_pairs_above): Declare.
1555         * params.def (PARAM_MAX_MODULO_BACKTRACK_ATTEMPS): New.
1556         * doc/invoke.texi (--param): Document it.
1558         * sched-ebb.c (schedule_ebb): No longer static.  Remove declaration.
1559         New arg modulo_scheduling.  All callers changed.  Move note handling
1560         code here from schedule_ebbs.
1561         (schedule_ebbs_finish, schedule_ebbs_init): New functions, broken
1562         out of schedule_ebbs.
1563         (schedule_ebbs): Call them.  Remove note handling code moved to
1564         schedule_ebb.
1565         * sched-int.h (schedule_ebb, schedule_ebbs_init,
1566         schedule_ebbs_finish): Declare.
1568 2011-09-30  Richard Guenther  <rguenther@suse.de>
1570         PR middle-end/50574
1571         * tree-cfg.c (verify_gimple_comparison): Compare component
1572         mode sizes for vector comparisons.
1574 2011-09-30  Revital Eres  <revital.eres@linaro.org>
1576         * ddg.c (autoinc_var_is_used_p): New function.
1577         (create_ddg_dep_from_intra_loop_link,
1578         add_cross_iteration_register_deps): Call it.
1579         * ddg.h (autoinc_var_is_used_p): Declare.
1580         * modulo-sched.c (generate_reg_moves): Call autoinc_var_is_used_p.
1581         (sms_schedule): Handle instructions with REG_INC.
1583 2011-09-30  Revital Eres  <revital.eres@linaro.org>
1585         * modulo-sched.c (generate_reg_moves): Skip instructions that
1586         do not set a register and verify no regmoves are created for
1587         !single_set instructions.
1589 2011-09-30  Bernd Schmidt  <bernds@codesourcery.com>
1591         * hw-doloop.c (scan_loop): Compute register usage only for non-debug
1592         insns.
1594 2011-09-30  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
1596         PR target/50099
1597         * config/arm/iterators.md (qhs_zextenddi_cstr): New.
1598         (qhs_zextenddi_op): New.
1599         * config/arm/arm.md ("zero_extend<mode>di2"): Use them.
1600         * config/arm/predicates.md ("arm_extendqisi_mem_op"):
1601         Distinguish between ARM and Thumb2 states.
1603 2011-09-30  David S. Miller  <davem@davemloft.net>
1605         * config/sparc/sparc.opt (VIS2): New option.
1606         * doc/invoke.texi: Document it.
1607         * config/sparc/sparc.md (UNSPEC_EDGE8N, UNSPEC_EDGE8LN,
1608         UNSPEC_EDGE16N, UNSPEC_EDGE16LN, UNSPEC_EDGE32N,
1609         UNSPEC_EDGE32LN, UNSPEC_BSHUFFLE): New unspecs.
1610         (define_attr type): New insn type 'edgen'.
1611         (bmask<P:mode>_vis, bshuffle<V64I:mode>_vis, edge8n<P:mode>_vis,
1612         edge8ln<P:mode>_vis, edge16n<P:mode>_vis, edge16ln<P:mode>_vis,
1613         edge32n<P:mode>_vis, edge32ln<P:mode>_vis): New insn VIS 2.0
1614         patterns.
1615         * niagara.md: Handle edgen.
1616         * niagara2.md: Likewise.
1617         * ultra1_2.md: Likewise.
1618         * ultra3.md: Likewise.
1619         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__
1620         to 0x200 when TARGET_VIS2.
1621         * config/sparc/sparc.c (sparc_option_override): Set MASK_VIS2 by
1622         default when targetting capable cpus.  TARGET_VIS2 implies
1623         TARGET_VIS, clear and it when TARGET_FPU is disabled.
1624         (sparc_vis_init_builtins): Emit new VIS 2.0 builtins.
1625         (sparc_expand_builtin): Fix predicate indexing when builtin returns
1626         void.
1627         (sparc_fold_builtin): Do not eliminate bmask when result is ignored.
1628         * config/sparc/visintrin.h (__vis_bmask, __vis_bshuffledi,
1629         __vis_bshufflev2si, __vis_bshufflev4hi, __vis_bshufflev8qi,
1630         __vis_edge8n, __vis_edge8ln, __vis_edge16n, __vis_edge16ln,
1631         __vis_edge32n, __vis_edge32ln): New VIS 2.0 interfaces.
1632         * doc/extend.texi: Document new VIS 2.0 builtins.
1634 2011-09-29  Nick Clifton  <nickc@redhat.com>
1635             Bernd Schmidt  <bernds@codesourcery.com>
1637         * config/frv/frvbegin.c: Fix location of unwind-dw2-fde.h header file.
1638         * config/frv/frvend.c: Likewise.
1639         * config/frv/frv.c (frv_function_prologue): Move misplaced
1640         CALL_ARG_LOCATION notes back to their proper locations.
1642 2011-09-29  Georg-Johann Lay  <avr@gjlay.de>
1644         PR target/50566
1645         * config/avr/avr-log.c (avr_log_vadump): Use %b to print bool.
1646         * config/avr/avr.c (avr_rtx_costs_1): New static function, renamed
1647         from avr_rtx_costs.
1648         (avr_legitimate_address_p): Use avr_edump to print log information
1649         filtered by avr_log.
1650         (extra_constraint_Q): Ditto.
1651         (avr_legitimize_address): Ditto.
1652         (avr_rtx_costs): Ditto.  Rewrite as wrapper for avr_rtx_costs_1.
1653         (final_prescan_insn): Use avr_log.rtx_costs as filter.
1655 2011-09-29  Richard Sandiford  <richard.sandiford@linaro.org>
1657         * config/arm/arm-protos.h (arm_modes_tieable_p): Declare.
1658         * config/arm/arm.h (MODES_TIEABLE_P): Use it.
1659         * config/arm/arm.c (arm_modes_tieable_p): New function.  Allow
1660         NEON vector and structure modes to be tied.
1662 2011-09-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1664         * graphite-scop-detection.c (make_close_phi_nodes_unique):  New
1665         forward declaration.
1666         (remove_duplicate_close_phi): Detect and repair creation of
1667         duplicate close-phis for a containing loop.
1669 2011-09-27   Andi Kleen <ak@linux.intel.com>
1671         * gcc.c (get_local_tick). Rename to get_random_number.  Read from
1672         /dev/urandom.  Add getpid call.
1673         (compare_debug_dump_opt_spec_function): Drop getpid call.
1675 2011-09-26   Andi Kleen <ak@linux.intel.com>
1677         * toplev.c (init_local_tick): Try reading random seed
1678         from /dev/urandom.
1680 2011-09-26   Andi Kleen <ak@linux.intel.com>
1682         * hwint.h (HOST_WIDE_INT_PRINT_HEX_PURE): Add.
1683         * lto-streamer.c (lto_get_section_name): Remove crc32_string.
1684         Handle numerical random seed.
1685         * lto-streamer.h (lto_file_decl_data): Change id to
1686         unsigned HOST_WIDE_INT.
1687         * toplev.c (random_seed): Add.
1688         (init_random_seed): Change for numerical random seed.
1689         (get_random_seed): Return as HOST_WIDE_INT.
1690         (set_random_seed): Crc32 existing string.
1691         * toplev.h (get_random_seed): Change to numercal return.
1692         * tree.c (get_file_function_name): Remove CRC. Handle
1693         numerical random seed.
1695 2011-09-29  Georg-Johann Lay  <avr@gjlay.de>
1697         PR target/50566
1698         * config.gcc (extra_objs): Add avr-log.o for $target in:
1699         avr-*-rtems*, avr-*-*.
1700         * config/avr/t-avr (avr-log.o): New rule to compile...
1701         * config/avr/avr-log.c: ...this new file.
1702         * config/avr/avr.opt (mlog=): New option.
1703         * config/avr/avr-protos.h (avr_edump, avr_fdump): New macros.
1704         (avr_log_set_caller_e, avr_log_set_caller_f): New prototypes.
1705         (avr_log_set_avr_log): New prototype.
1706         (avr_log_t): New typedef.
1707         (avr_log): New declaration.
1708         * config/avr/avr.c (avr_option_override): Call avr_log_set_avr_log.
1710 2011-09-29  Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
1712         * expr.c (do_store_flag): Expand vector comparison by
1713         building an appropriate VEC_COND_EXPR.
1714         * c-typeck.c (build_binary_op): Typecheck vector comparisons.
1715         (c_objc_common_truthvalue_conversion): Adjust.
1716         * tree-vect-generic.c (do_compare): Helper function.
1717         (expand_vector_comparison): Check if hardware supports
1718         vector comparison of the given type or expand vector piecewise.
1719         (expand_vector_operation): Treat comparison as binary
1720         operation of vector type.
1721         (expand_vector_operations_1): Adjust.
1723 2011-09-29  Richard Guenther  <rguenther@suse.de>
1725         * tree.c (build_opaque_vector_type): Make opaque vectors
1726         variant types of the corresponding non-opaque type.  Make
1727         sure to share opaque vector types properly.
1729 2011-09-29  David S. Miller  <davem@davemloft.net>
1731         * config/sparc/sparc.md (UNSPEC_ARRAY8, UNSPEC_ARRAY16,
1732         UNSPEC_ARRAY32): New unspec.
1733         (define_attr type): New type 'array'.
1734         (array{8,16,32}<P:mode>_vis): New patterns.
1735         * config/sparc/ultra1_2.md: Add reservations for 'array'.
1736         * config/sparc/ultra3.md: Likewise.
1737         * config/sparc/niagara.md: Likewise.
1738         * config/sparc/niagara2.md: Likewise.
1739         * config/sparc/sparc.c (sparc_vis_init_builtins): Build new
1740         array builtins.
1741         * config/sparc/visintrin.h (__vis_array8, __vis_array16,
1742         __vis_array32): New.
1743         * doc/extend.texi: Document new VIS builtins.
1745         * config/sparc/sparc.md (gcond_name): Delete unnecessary code attr.
1746         (VIS pixel-compare insn): Just use <gcond:name>.
1748         * config/sparc/sparc.md (VIS pixel-compare insn): There is only one
1749         code iterator used, so just use <code>.  There are two mode iterators
1750         so explicitly use <GCM:gcm_name>.
1752 2011-09-29  Iain Sandoe  <iains@gcc.gnu.org>
1754         * config/darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for
1755         Darwin >= 9.
1757 2011-09-28  David S. Miller  <davem@davemloft.net>
1759         * config/sparc/sparc.md (UNSPEC_FCMPLE, UNSPEC_FCMPNE,
1760         UNSPEC_FCMPGT, UNSPEC_FCMPEQ): Delete and reduce to...
1761         (UNSPEC_FCMP): New unspec.
1762         (gcond): New code iterator.
1763         (gcond_name): New code attr.
1764         (GCM): New mode iterator.
1765         (gcm_name): New mode attr.
1766         (fcmp{le,ne,gt,eq}{16,32}_vis): Reimplement using iterators.
1768 2011-09-28  Oleg Endo  <oleg.endo@t-online.de>
1770         PR target/49486
1771         * config/sh/sh.md (negdi2): Move expansion into split to
1772         allow more combination options.  Add T_REG clobber.
1773         (abssi2): New expander.
1774         (*negdi2, *abssi2, *negabssi2): New insns.
1775         (cneg): Change from insn to insn_and_split.  Rename to
1776         negsi_cond.  Add alternative for non-SH4.
1778 2011-09-28  Richard Sandiford  <richard.sandiford@linaro.org>
1780         * config/arm/neon.md (neon_move_lo_quad_<mode>): Delete.
1781         (neon_move_hi_quad_<mode>): Likewise.
1782         (move_hi_quad_<mode>, move_lo_quad_<mode>): Use subreg moves.
1784 2011-09-28  Nick Clifton  <nickc@redhat.com>
1786         * config/rx/predicates.md (rx_minmax_operand): New predicate.
1787         Accepts immediates and a restricted subset of MEMs.
1788         * config/rx/rx.md (int_modes): New iterator.
1789         (smaxsi3, sminsi3): Delete and replace with...
1790         (smax<int_mode>3, smin<int_mode>3): New patterns.
1791         (umax<>3_u, umax<>3_ur, umax<>3, umin<>3): New patterns.
1793 2011-09-28  Richard Guenther  <rguenther@suse.de>
1795         PR middle-end/50460
1796         * fold-const.c (try_move_mult_to_index): Handle &a.array the
1797         same as &a.array[0].
1799 2011-09-28  Kai Tietz  <ktietz@redhat.com>
1801         * configure.ac: Add test for new section attribute
1802         specifier "e" via define HAVE_GAS_SECTION_EXCLUDE.
1803         * config.in: Regenerated.
1804         * configure: Regenerated.
1805         * config/i386/winnt.c (i386_pe_asm_named_section): Emit
1806         new section flag "e" for excluded sections, if supported.
1807         Otherwise we mark section withc SECTION_EXCLUDE flag as never-load.
1809 2011-09-28  Richard Sandiford  <rdsandiford@googlemail.com>
1811         * config/m32r/m32r.md: Use match_test rather than eq/ne symbol_ref
1812         throughout file.
1814 2011-09-28  Richard Sandiford  <rdsandiford@googlemail.com>
1816         * config/iq2000/iq2000.md: Use match_test rather than eq/ne symbol_ref
1817         throughout file.
1819 2011-09-27  Sriraman Tallam  <tmsriram@google.com>
1821         * output.h (SECTION_EXCLUDE): New macro.
1822         * varasm.c (default_elf_asm_named_section): Check for SECTION_EXCLUDE.
1824 2011-09-27  Richard Sandiford  <rdsandiford@googlemail.com>
1826         * fwprop.c (forward_propagate_and_simplify): After checking
1827         reg/subreg combinations, check whether the modes are the same.
1829 2011-09-27  Bernd Schmidt  <bernds@codesourcery.com>
1830             Richard Sandiford  <rdsandiford@googlemail.com>
1832         * config/mips/mips.c (mips_add_cfa_restore): New function.
1833         (mips16e_save_restore_reg): Use it.
1834         (mips_restore_reg): Likewise.  Split double FPRs for
1835         REG_CFA_RESTORE notes.
1837 2011-09-27  Richard Sandiford  <rdsandiford@googlemail.com>
1839         PR middle-end/50386
1840         PR middle-end/50326
1841         * tree-sra.c (build_ref_for_model): Use the type of the field as
1842         the type of the COMPONENT_REF.
1844 2011-09-27  Jeff Law  <law@redhat.com>
1846         * ifcvt.c (cheap_bb_rtx_cost_p): Add SCALE argument.  Scale
1847         non-jumping insns by REG_BR_PROB_BASE and the maximum cost by SCALE.
1848         (find_if_case_1): Use the probability of the THEN clause when
1849         determining if speculation is profitable.
1850         (find_if_case_2): Similarly for the ELSE clause.
1852 2011-09-27  Jakub Jelinek  <jakub@redhat.com>
1854         * common.opt: Add -foptimize-strlen option.
1855         * Makefile.in (OBJS): Add tree-ssa-strlen.o.
1856         (tree-sssa-strlen.o): Add dependencies.
1857         * opts.c (default_options_table): Enable -foptimize-strlen
1858         by default at -O2 if not -Os.
1859         * passes.c (init_optimization_passes): Add pass_strlen
1860         after pass_object_sizes.
1861         * timevar.def (TV_TREE_STRLEN): New timevar.
1862         * params.def (PARAM_MAX_TRACKED_STRLENS): New parameter.
1863         * tree-pass.h (pass_strlen): Declare.
1864         * tree-ssa-strlen.c: New file.
1865         * c-decl.c (merge_decls): If compatible stpcpy prototype
1866         is seen, set implicit_built_in_decls[BUILT_IN_STPCPY].
1868 2011-09-27  Tom de Vries  <tom@codesourcery.com>
1870         PR middle-end/43864
1871         * tree-ssa-tail-merge.c: New file.
1872         (struct same_succ_def): Define.
1873         (same_succ, const_same_succ): New typedef.
1874         (struct bb_cluster_def): Define.
1875         (bb_cluster, const_bb_cluster): New typedef.
1876         (struct aux_bb_info): Define.
1877         (BB_SIZE, BB_SAME_SUCC, BB_CLUSTER, BB_VOP_AT_EXIT): Define.
1878         (gvn_uses_equal): New function.
1879         (same_succ_print, same_succ_print_traverse, update_dep_bb)
1880         (stmt_update_dep_bb, local_def, same_succ_hash)
1881         (inverse_flags, same_succ_equal, same_succ_alloc, same_succ_delete)
1882         (same_succ_reset): New function.
1883         (same_succ_htab, same_succ_edge_flags)
1884         (deleted_bbs, deleted_bb_preds): New var.
1885         (debug_same_succ): New function.
1886         (worklist): New var.
1887         (print_worklist, add_to_worklist, find_same_succ_bb, find_same_succ)
1888         (init_worklist, delete_worklist, delete_basic_block_same_succ)
1889         (same_succ_flush_bbs, purge_bbs, update_worklist): New function.
1890         (print_cluster, debug_cluster, update_rep_bb)
1891         (add_bb_to_cluster, new_cluster, delete_cluster): New function.
1892         (all_clusters): New var.
1893         (alloc_cluster_vectors, reset_cluster_vectors, delete_cluster_vectors)
1894         (merge_clusters, set_cluster): New function.
1895         (gimple_equal_p, gsi_advance_bw_nondebug_nonlocal, find_duplicate)
1896         (same_phi_alternatives_1, same_phi_alternatives, bb_has_non_vop_phi)
1897         (deps_ok_for_redirect_from_bb_to_bb, deps_ok_for_redirect)
1898         (find_clusters_1, find_clusters): New function.
1899         (update_vuses, vop_phi, vop_at_entry, replace_block_by): New function.
1900         (update_bbs): New var.
1901         (apply_clusters): New function.
1902         (update_debug_stmt, update_debug_stmts): New function.
1903         (tail_merge_optimize): New function.
1904         tree-pass.h (tail_merge_optimize): Declare.
1905         * tree-ssa-pre.c (execute_pre): Use tail_merge_optimize.
1906         * Makefile.in (OBJS-common): Add tree-ssa-tail-merge.o.
1907         (tree-ssa-tail-merge.o): New rule.
1908         * opts.c (default_options_table): Set OPT_ftree_tail_merge by
1909         default at OPT_LEVELS_2_PLUS.
1910         * tree-ssa-sccvn.c (vn_valueize): Move to ...
1911         * tree-ssa-sccvn.h (vn_valueize): Here.
1912         * timevar.def (TV_TREE_TAIL_MERGE): New timevar.
1913         * common.opt (ftree-tail-merge): New switch.
1914         * params.def (PARAM_MAX_TAIL_MERGE_COMPARISONS)
1915         (PARAM_MAX_TAIL_MERGE_ITERATIONS): New parameter.
1916         * doc/invoke.texi (Optimization Options, -O2): Add -ftree-tail-merge.
1917         (-ftree-tail-merge, max-tail-merge-comparisons)
1918         (max-tail-merge-iterations): New item.
1920 2011-09-27  Jan Hubicka  <jh@suse.cz>
1922         * ipa-inline-analysis.c (MAX_TIME): Reduce to avoid overflows.
1924 2011-09-27  Jan Hubicka  <jh@suse.cz>
1926         * ipa-inline-analysis.c (eliminated_by_inlining_prob): Handle
1927         parameters passed by reference; handle loads from non-SSA scalars
1928         and update comments.
1930 2011-09-27  Bernd Schmidt  <bernds@codesourcery.com>
1932         PR rtl-optimization/50249
1933         * reload1.c (reload_reg_reaches_end_p): Accept a reloadnum argument
1934         instead of opnum and type.  All callers changed.  Remove useless
1935         declaration.
1936         Search forward for other reloads of the same type for the same operand
1937         using the same register; if any are found, return false.
1938         (reload_regs_reach_end_p): Same argument changes; all callers changed.
1940 2011-09-27  Andi Kleen  <ak@linux.intel.com>
1941             Jan Hubicka  <jh@suse.cz>
1943         * doc/invoke.texi (ffat-lto-objects): Document.
1944         * toplev.c (compile_file): Do not output assembly when doing slim lto;
1945         Output __gnu_slim_lto when doing slim lto.
1946         * cgraphunit.c (ipa_passes): Do only analysis when producing slim lto.
1947         (cgraph_optimize): Return early when doing slim lto.
1948         * opts.c (finish_options): Complain about lack of linker plugin
1949         when doing slim lto.
1950         * common.opt (ffat-lto-objects): New.
1952 2011-09-27  Richard Sandiford  <richard.sandiford@linaro.org>
1954         * ipa-inline-analysis.c (predicate_probability): Avoid comparison
1955         between signed and unsigned.
1957 2011-09-27  Ira Rosen  <ira.rosen@linaro.org>
1959         * tree-vect-stmts.c (vectorizable_type_demotion): Handle basic block
1960         vectorization.
1961         (vectorizable_type_promotion): Likewise.
1962         (vect_analyze_stmt): Call vectorizable_type_demotion and
1963         vectorizable_type_promotion for basic blocks.
1964         (supportable_widening_operation): Don't assume loop vectorization.
1965         * tree-vect-slp.c (vect_build_slp_tree): Allow multiple types for
1966         basic blocks.  Update vectorization factor for basic block
1967         vectorization.
1968         (vect_analyze_slp_instance): Allow multiple types for basic block
1969         vectorization.  Recheck unrolling factor after construction of SLP
1970         instance.
1972 2011-09-27  Richard Guenther  <rguenther@suse.de>
1974         * tree-object-size.c (compute_object_sizes): Fix dumping of
1975         folded statement.
1977 2011-09-27  Richard Guenther  <rguenther@suse.de>
1979         PR tree-optimization/50363
1980         * tree-ssa-pre.c (create_expression_by_pieces): Handle
1981         pointer conversions in POINTER_PLUS_EXPRs properly.
1983 2011-09-27  Richard Sandiford  <richard.sandiford@linaro.org>
1985         * config/arm/neon.md (neon_vget_highv16qi, neon_vget_highv8hi)
1986         (neon_vget_highv4si, neon_vget_highv4sf, neon_vget_highv2di)
1987         (neon_vget_lowv16qi, neon_vget_lowv8hi, neon_vget_lowv4si)
1988         (neon_vget_lowv4sf, neon_vget_lowv2di): Turn into define_expands
1989         that produce subreg moves.  Define using VQX iterators.
1991 2011-09-27  Georg-Johann Lay  <avr@gjlay.de>
1993         * config/avr/avr.md (ashrqi3): Split alternative "n"
1994         into its remaining parts C03, C04, C05, C06, C07 and describe
1995         impact in CC by attribute "cc" appropriately.
1996         * config/avr/avr.c (notice_update_cc): Clean-up: Don't patch CC0
1997         by digging RTX.
1999 2011-09-27  Jakub Jelinek  <jakub@redhat.com>
2001         * rtl.h (const_tiny_rtx): Change into array of 4 x MAX_MACHINE_MODE
2002         from 3 x MAX_MACHINE_MODE.
2003         (CONSTM1_RTX): Define.
2004         * emit-rtl.c (const_tiny_rtx): Change into array of
2005         4 x MAX_MACHINE_MODE from 3 x MAX_MACHINE_MODE.
2006         (gen_rtx_CONST_VECTOR): Use CONSTM1_RTX if all inner constants are
2007         CONSTM1_RTX.
2008         (init_emit_once): Initialize CONSTM1_RTX for MODE_INT and
2009         MODE_VECTOR_INT modes.
2010         * simplify-rtx.c (simplify_binary_operation_1) <case IOR, XOR, AND>:
2011         Optimize if one operand is CONSTM1_RTX.
2012         * config/i386/i386.c (ix86_expand_sse_movcc): Optimize mask ? -1 : x
2013         into mask | x.
2015 2011-09-26  David S. Miller  <davem@davemloft.net>
2017         * config/sparc/sparc.md (edge{8,16,32}{,l}): Return Pmode.
2018         (fcmp{le,ne,gt,eq}{16,32}): Likewise.
2019         * config/sparc/visintrin.h: Update edge and pixel-compare
2020         intrinsics to return 'long' instead of 'int'.
2021         * doc/extend.texi: Update documentation to match.
2022         * config/sparc/sparc.c (eligible_for_return_delay): When leaf or
2023         flat, allow any instruction.  Otherwise, when V9 allow parallels
2024         which consist only of sets to registers outside of %o0 to %o5.
2025         (sparc_vis_init_builtins): Update VIS builtin types for edge
2026         and pixel-compare.
2028         * config/sparc/sparc.c (sparc_conditional_register_usage): When VIS
2029         is enabled, mark %gsr as global.
2030         * config/sparc/sparc.md (UNSPEC_WRGSR): Delete.
2031         (wrgsr_vis, *wrgsr_sp64, wrgsr_v8plus): Don't wrap in an unspec.
2033         * config/sparc/sparc-c.c: New file implementing sparc_target_macros,
2034         which will now define __VIS and __VIS__ when -mvis is enabled.
2035         * config/sparc/t-sparc: Likewise.
2036         * config.gcc: Add sparc-c.o to c_target_objs and cxx_target_objs,
2037         and add t-sparc to tmake_file for all sparc targets.
2038         * config/sparc/sparc-protos.h (sparc_target_macros): Declare.
2039         * config/sparc/sparc.h (TARGE_CPU_CPP_BUILTINS): Call it.
2041         * config/sparc/sparc.c (sparc_vis_init_builtins): Add explicit
2042         builtins for VIS vector addition and subtraction.
2043         * config/sparc/visintrin.h (__vis_fpadd16, __vis_fpadd16s,
2044         __vis_fpadd32, __vis_fpadd32s, __vis_fpsub16, __vis_fpsub16s,
2045         __vis_fpsub32, __vis_fpsub32s): New.
2046         * doc/extend.texi: Document new VIS intrinsics.
2048 2011-09-26  Georg-Johann Lay  <avr@gjlay.de>
2050         * config/avr/avr.md (peephole casesi+2): Use -1 instead of 65536.
2051         * config/avr/avr.c (avr_out_compare): Print shorter sequence for
2052         EQ/NE comparisons against +/-1 in the case of unused-after,
2053         non-ld-regs target.
2055 2011-09-26  Jakub Jelinek  <jakub@redhat.com>
2057         * gimple-fold.c (gimplify_and_update_call_from_tree): Set
2058         gctx.into_ssa after push_gimplify_context.
2060         * gimple.c (gimple_build_call_valist): New function.
2061         * gimple.h (gimple_build_call_valist): New prototype.
2062         * tree-ssa-propagate.c (finish_update_gimple_call): New function.
2063         (update_gimple_call): Likewise.
2064         (update_call_from_tree): Use finish_update_gimple_call.
2065         * tree-ssa-propagate.h (update_gimple_call): New prototype.
2067 2011-09-26  Richard Guenther  <rguenther@suse.de>
2069         PR tree-optimization/50472
2070         * gimple-fold.c (fold_const_aggregate_ref_1): Do not fold
2071         volatile references.
2073 2011-09-26  Bingfeng Mei <bmei@broadcom.com>
2075         * doc/tm.texi: Correct documentation for TARGET_ADDR_SPACE_SUBSET_P.
2076         * target.def: (addr_space_subset_p): Likewise.
2078 2011-09-26  Tom de Vries  <tom@codesourcery.com>
2080         * tree-ssa-alias.h (pt_solution_singleton_p): Declare.
2081         * tree-ssa-structalias.c (pt_solution_singleton_p): New function.
2082         * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Set points-to solution
2083         of new var.
2085 2011-09-26  Georg-Johann Lay  <avr@gjlay.de>
2087         PR target/50465
2088         * config/avr/avr-protos.h (output_reload_insisf): Don't pass insn.
2089         * config/avr/avr.md (*reload_insi, *reload_insf): Change call to
2090         output_reload_insisf.
2091         (adjust_len): Set default to "no".
2092         Remove alternative "yes".  Add alternatives: "mov8", "mov16",
2093         "mov32", "ashlqi", "ashrqi", "lshrqi", "ashlhi", "ashrhi",
2094         "lshrhi", "ashlsi, "ashrsi", "lshrsi".
2095         (*movqi, *movhi, *movsi, *ashlqi3, ashlhi3, ashlsi3,
2096         *ashlhi3_const, *ashlsi3_const, ashrqi3, ashrhi3, ashrsi3,
2097         *ashrhi3_const, *ashrsi3_const, *lshrqi3, lshrhi3, *lshrhi3_const,
2098         *lshrsi3_const): Set attribute "adjust_len".
2099         * config/avr/avr.c (output_reload_insisf): Remove parameter "insn".
2100         (output_movsisf): Don't pass insn to output_reload_insisf.
2101         (adjust_insn_length): Handle new alternatives to adjust_len.
2102         Remove handling of ADJUST_LEN_YES.  Clean-up code.
2104 2011-09-26  Eric Botcazou  <ebotcazou@adacore.com>
2106         * ifcvt.c (noce_try_cmove_arith): Use may_trap_or_fault_p in lieu of
2107         may_trap_p to detect loads that may trap of fault.
2109 2011-09-26  Georg-Johann Lay  <avr@gjlay.de>
2111         * config/avr/avr-protos.h (output_reload_inhi): Change prototype.
2112         * config/avr/avr.md (adjust_len): Add "reload_in16" alternative.
2113         (*reload_inhi): Use it.  Adapt call to output_reload_inhi to new
2114         prototype.
2115         (*movhi): Split constraint alternative "r,rL" into "r,r" and "r,L".
2116         * config/avr/avr.c: Rename output_reload_insisf_1 to
2117         output_reload_in_const.
2118         (avr_popcount_each_byte): Handle SFmode, too.
2119         (output_reload_in_const): Change so it can handle HI loads, too.
2120         Use avr_popcount_each_byte to work out if scratch register must be
2121         created on the fly.
2122         (output_reload_inhi): Rewrite using output_reload_in_const and...
2123         (output_movhi): ...use it to print constants' loads.
2124         (adjust_insn_length): New case ADJUST_LEN_RELOAD_IN16. Cleanup code.
2126 2011-09-25  David S. Miller  <davem@davemloft.net>
2128         * config/sparc/constraints.md (C, P, Z): New constraints for
2129         const_doube, const_int, and const_vector "all ones" values.
2130         Make unused constraint letters comment match reality.
2131         * config/sparc/predicates.md (const_all_ones_operand,
2132         register_or_zero_or_all_ones_operand): New predicates.
2133         * config/sparc/sparc.c (sparc_expand_move): Allow all ones
2134         as well as zero constants when VIS.
2135         (sparc_legitimate_constant_p): Likewise.
2136         * config/sparc/sparc.md (movsi_insn): Add fones alternative.
2137         (movsf_insn): Likewise
2138         (movdi_insn_sp64): Add fone alternative.
2139         (movdf_insn_sp32_v9): Likewise.
2140         (movdf_insn_sp64): Likewise.
2142         * configure.ac: Add feature check to make sure the assembler
2143         supports the FMAF, HPC, and VIS 3.0 instructions found on
2144         Niagara-3 and later cpus.
2145         * configure: Rebuild.
2146         * config.in: Likewise.
2147         * config/sparc/sparc.opt: New option '-mfmaf'.
2148         * config/sparc/sparc.md: Add float fused multiply-add patterns.
2149         * config/sparc/sparc.h (AS_NIAGARA3_FLAG): New macro.
2150         (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC): Use it, as needed.
2151         * config/sparc/sol2.h (ASM_CPU32_DEFAULT_SPEC,
2152         ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC): Likewise.
2153         * config/sparc/sparc.c (sparc_option_override): Turn MASK_FMAF on
2154         by default for Niagara-3 and later.  Turn it off if TARGET_FPU is
2155         disabled.
2156         (sparc_rtx_costs): Handle 'FMA'.
2157         * doc/invoke.texi: Document -mfmaf.
2159 2011-09-25  Jakub Jelinek  <jakub@redhat.com>
2161         * tree-ssa-structalias.c (intra_create_variable_infos): Treat
2162         TYPE_RESTRICT REFERENCE_TYPE parameters like restricted
2163         DECL_BY_REFERENCE parameters.
2165 2011-09-25  Eric Botcazou  <ebotcazou@adacore.com>
2167         * tree-eh.c (cleanup_empty_eh): Allow a call to __builtin_stack_restore
2168         if there is no outgoing edge.
2170         * tree-scalar-evolution.c (simple_iv): Accept all kinds of pointer and
2171         integral types.
2173 2011-09-25  Ira Rosen  <ira.rosen@linaro.org>
2175         * tree-vect-slp.c (vect_slp_analyze_bb_1): Split out core part
2176         of vect_analyze_bb here.
2177         (vect_analyze_bb): Loop over vector sizes calling vect_analyze_bb_1.
2179 2011-09-25  Ira Rosen  <ira.rosen@linaro.org>
2181         * tree-data-ref.c (dr_analyze_innermost): Add new argument.
2182         Allow not simple iv if analyzing basic block.
2183         (create_data_ref): Update call to dr_analyze_innermost.
2184         (stmt_with_adjacent_zero_store_dr_p, ref_base_address): Likewise.
2185         * tree-loop-distribution.c (generate_memset_zero): Likewise.
2186         * tree-predcom.c (find_looparound_phi): Likewise.
2187         * tree-data-ref.h (dr_analyze_innermost): Add new argument.
2189 2011-09-24  David S. Miller  <davem@davemloft.net>
2191         * config/sparc/sparc.h (FIRST_PSEUDO_REGISTER): Bump to 103.
2192         (SPARC_GSR_REG): Define.
2193         (FIXED_REGISTERS): Mark GSR as fixed.
2194         (CALL_USED_REGISTERS): Mark GSR as call used.
2195         (HARD_REGNO_NREGS): GSR is always 1 register.
2196         (REG_CLASS_CONTENTS): Add GSR to ALL_REGS.
2197         (REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER): Add GSR to the end.
2198         (REGISTER_NAMES): Add "%gsr".
2199         * config/sparc/sparc.md (UNSPEC_ALIGNADDR, UNSPEC_ALIGNADDRL): Delete.
2200         (UNSPEC_WRGSR): New unspec.
2201         (GSR_REG): New constant.
2202         (type): Add new insn type 'gsr'.
2203         (fpack16_vis, fpackfix_vis, fpack32_vis,
2204         faligndata<V64I:MODE>_vis)): Add use of GSR_REG.
2205         (wrgsr_vis, *wrgsr_sp64, wrgsr_v8plus, rdgsr_vis, *rdgsr_sp64,
2206         rdgsr_v8plus): New expanders and insns.
2207         (alignaddr<P:mode>_vis, alignaddrl<P:mode>_vis): Reimplement
2208         using patterns which show that this is a plus in addition to a
2209         modification of GSR_REG, instead of an unspec.
2210         * config/sparc/ultra1_2.md: Handle 'gsr'.
2211         * config/sparc/ultra3.md: Likewise.
2212         * config/sparc/niagara.md: Likewise.
2213         * config/sparc/niagara2.md: Likewise.
2214         * config/sparc/sparc.c (leaf_reg_remap, sparc_leaf_regs): Fill out
2215         end of table.
2216         (sparc_option_override): Make -mvis imply -mv8plus.
2217         (hard_32bit_mode_classes, hard_64bit_mode_classes): Add entries
2218         for %gsr.
2219         (sparc_vis_init_builtins): Build __builtin_vis_write_gsr and
2220         __builtin_vis_read_gsr.
2221         (sparc_expand_buildin): Handle builtins that take one argument and
2222         return void.
2223         (sparc_fold_builtin): Never fold writes to %gsr.
2224         * config/sparc/visintrin.h (__vis_write_gsr, __vis_read_gsr): New.
2225         * doc/extend.texi: Document new VIS intrinsics.
2227 2011-09-23  Jan Hubicka  <jh@suse.cz>
2229         * ipa-inline-transform.c (inline_call): Add comment.
2230         * ipa-inline.h (inline_param_summary): New structure and vector.
2231         (struct inline_edge_summary): Add param field.
2232         * ipa-inline-analysis.c (CHANGED): New constant.
2233         (add_clause): Handle CHANGED and NOT_CONSTANT.
2234         (predicate_probability): New function.
2235         (dump_condition): Dump CHANGED predicate.
2236         (evaluate_conditions_for_known_args): Handle ERROR_MARK as marker
2237         of unknown function wide invariant.
2238         (evaluate_conditions_for_edge): Handle change probabilities.
2239         (inline_edge_duplication_hook): Copy param summaries.
2240         (inline_edge_removal_hook): Free param summaries.
2241         (dump_inline_edge_summary): Fix dumping of indirect edges and callee
2242         sizes; dump param summaries.
2243         (will_be_nonconstant_predicate): Use CHANGED predicate.
2244         (record_modified_bb_info): New structure.
2245         (record_modified): New function.
2246         (param_change_prob): New function.
2247         (estimate_function_body_sizes): Compute param summaries.
2248         (estimate_edge_size_and_time): Add probability argument.
2249         (estimate_node_size_and_time): Add inline_param_summary argument;
2250         handle predicate probabilities.
2251         (remap_predicate): Fix formating.
2252         (remap_edge_change_prob): New function.
2253         (remap_edge_summaries): Rename from ...; use remap_edge_change_prob.
2254         (remap_edge_predicates): ... this one.
2255         (inline_merge_summary): Remap edge summaries; handle predicate
2256         probabilities; remove param summaries after we are done.
2257         (do_estimate_edge_time): Update.
2258         (do_estimate_edge_growth): Update.
2259         (read_inline_edge_summary): Read param info.
2260         (inline_read_summary): Fix formating.
2261         (write_inline_edge_summary): Write param summaries.
2263 2011-09-23  Jakub Jelinek  <jakub@redhat.com>
2265         * config/i386/i386.c (ix86_print_operand): Handle %~.
2266         (ix86_print_operand_punct_valid_p): Return true also for '~'.
2267         * config/i386/sse.md (i128): New mode_attr.
2268         (vec_extract_hi_<mode>, vec_extract_hi_<mode>,
2269         avx_vbroadcastf128_<mode>, *avx_vperm2f128<mode>_full,
2270         *avx_vperm2f128<mode>_nozero, vec_set_lo_<mode>,
2271         vec_set_hi_<mode>, *vec_concat<mode>_avx): Use <i128> in the
2272         patterns, use "<sseinsnmode>" for "mode" attribute.
2273         (vec_extract_hi_v16hi, vec_extract_hi_v32qi, vec_set_lo_v16hi,
2274         vec_set_hi_v16hi, vec_set_lo_v32qi, vec_set_hi_v32qi): Use
2275         %~128 in the patterns, use "OI" for "mode" attribute.
2277 2011-09-23  Georg-Johann Lay  <avr@gjlay.de>
2279         PR target/50447
2280         * config/avr/avr.md (adjust_len): Add alternatives "tsthi",
2281         "tstsi", "compare".
2282         (*cmpqi_sign_extend): Use s8_operand.
2283         (*cmphi, *cmpsi): Rewrite using avr_out_compare.
2284         * config/avr/avr-protos.h (compare_diff_p, compare_eq_p): Remove
2285         prototypes.
2286         (out_tsthi, out_tstsi): Remove prototypes.
2287         (avr_out_tsthi, avr_out_tstsi): New prototypes.
2288         * config/avr/avr.c (out_tsthi, out_tstsi): Remove functions.
2289         (avr_asm_len): Negative length now sets *plen to -length.
2290         (compare_sign_p): Return bool instead of int.
2291         (compare_diff_p, compare_eq_p): Ditto and make static.
2292         (avr_out_tsthi): New function.
2293         (avr_out_tstsi): New function.
2294         (avr_out_compare): New function.
2295         (adjust_insn_length): Handle ADJUST_LEN_TSTHI, ADJUST_LEN_TSTSI,
2296         ADJUST_LEN_COMPARE.
2298 2011-09-23  Georg-Johann Lay  <avr@gjlay.de>
2300         PR target/50447
2301         * config/avr/avr.md: (adjust_len): Add alternative "out_plus".
2302         (addsi3): Rewrite using QI scratch register.  Adjust text
2303         peepholes using plus:SI.
2304         (*addsi3_zero_extend.hi): New insn.
2305         (*subsi3_zero_extend.hi): New insn.
2306         (*subhi3_zero_extend1): Set attribute "cc" to "set_czn".
2307         (*subsi3_zero_extend): Ditto.
2308         (subsi3): Change predicate #2 to register_operand.
2309         * config/avr/avr-protos.h (avr_out_plus): New prototype.
2310         (avr_out_plus_1): New static function.
2311         (avr_out_plus): New function.
2312         (adjust_insn_length): Handle ADJUST_LEN_OUT_PLUS.
2314 2011-09-23  Jakub Jelinek  <jakub@redhat.com>
2316         * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): For
2317         GE/GT/UNLE/UNLT swap arguments and condition even for TARGET_AVX.
2319 2011-09-23  Ian Lance Taylor  <iant@google.com>
2321         * godump.c (go_define): Treat a single character in single quotes,
2322         or a string, as an operand.
2324 2011-09-23  Martin Jambor  <mjambor@suse.cz>
2326         * ipa-prop.h (jump_func_type): Updated comments.
2327         (ipa_known_type_data): New type.
2328         (ipa_jump_func): Use it to describe known type jump functions.
2329         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Updated to
2330         reflect the new known type jump function contents.
2331         (compute_known_type_jump_func): Likewise.
2332         (combine_known_type_and_ancestor_jfs): Likewise.
2333         (try_make_edge_direct_virtual_call): Likewise.
2334         (ipa_write_jump_function): Likewise.
2335         (ipa_read_jump_function): Likewise.
2336         * ipa-cp.c (ipa_value_from_known_type_jfunc): New function.
2337         (ipa_value_from_jfunc): Use ipa_value_from_known_type_jfunc.
2338         (propagate_accross_jump_function): Likewise.
2340 2011-09-23  Georg-Johann Lay  <avr@gjlay.de>
2342         PR target/50446
2343         * config/avr/avr.md (rotlqi3): Support all offsets 0..7.
2344         (rotlqi3_4): Turn insn into expander.
2345         (*rotlqi3): New insn.
2346         (rotlhi3, rotlsi3): Support rotate left/right by 1.
2347         (*rotlhi2.1, *rotlhi2.15): New insns.
2348         (*rotlsi2.1, *rotlsi2.31): New insns.
2349         * config/avr/constraints.md (C03, C05, C06, C07): New constraints.
2351 2011-09-23  Bin Cheng  <bin.cheng@arm.com>
2353         * config/arm/bpabi.h (BE8_LINK_SPEC): Add cortex-m arch and processors.
2355 2011-09-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
2357         * ipa-prop.c (ipa_print_node_jump_functions): Fix typos.
2359 2011-09-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2361         * reload.c (find_reloads): Set operand_mode to Pmode for address
2362         operands consisting of just a CONST_INT.
2364 2011-09-22  Uros Bizjak  <ubizjak@gmail.com>
2366         PR target/50482
2367         * config/i386/i386.c (ix86_expand_sse_movcc): When generating
2368         blendv, force op_true to register if it doesn't satisfy
2369         nonimmediate_operand predicate.
2371 2011-09-22  Richard Sandiford  <rdsandiford@googlemail.com>
2373         PR middle-end/50113
2374         PR middle-end/50061
2375         * calls.c (emit_library_call_value_1): Use BLOCK_REG_PADDING to
2376         get the locate.where_pad value for register-only arguments.
2377         * config/arm/arm.c (arm_pad_arg_upward): Remove HFmode handling.
2378         (arm_pad_reg_upward): Handle null types.
2380 2011-09-22  Jan Hubicka  <jh@suse.cz>
2382         * ipa-inline-analysis.c: Fix overly long lines.
2384 2011-09-22  Jan Hubicka  <jh@suse.cz>
2386         * ipa-inline-transform.c (inline_call): Always update jump functions
2387         after inlining.
2388         * ipa-inline.c (ipa_inline): Likewise; do not call
2389         ipa_create_all_structures_for_iinln.
2390         (ipa_inline): Always free jump functions.
2391         * ipa-inline-analysis.c (evaluate_conditions_for_edge): Remove hack.
2392         (remap_edge_predicates): Fix pasto.
2393         (inline_merge_summary): Remove nlined edge predicate; remove hack.
2394         (inline_analyze_function): Always initialize jump functions.
2395         (inline_generate_summary): Likewise.
2396         (inline_write_summary): Always write jump functions when ipa-cp
2397         is not doing that.
2398         (inline_read_summary): Always read jump functions when ipa-cp
2399         is not doing that.
2400         * ipa-prop.c (iinlining_processed_edges): Remove.
2401         (update_indirect_edges_after_inlining): Do not use
2402         iinlining_processed_edges; instead set param_index to -1.
2403         (propagate_info_to_inlined_callees): Only try to indirect inlining
2404         when asked to do so; update jump functions of indirect calls, too;
2405         remove jump functions of the inlined edge.
2406         (ipa_edge_duplication_hook): Do not copy iinlining_processed_edges.
2407         (ipa_create_all_structures_for_iinln): Remove.
2408         (ipa_free_all_structures_after_iinln): Do not free
2409         iinlining_processed_edges.
2410         * ipa-prop.h (ipa_create_all_structures_for_iinln): Remove.
2412 2011-09-22  Richard Sandiford  <richard.sandiford@linaro.org>
2414         * config/arm/predicates.md (expandable_comparison_operator): New
2415         predicate, extracted from...
2416         (arm_comparison_operator): ...here.
2417         * config/arm/arm.md (cbranchsi4, cbranchsf4, cbranchdf4, cbranchdi4)
2418         (cstoresi4, cstoresf4, cstoredf4, cstoredi4, movsicc, movsfcc)
2419         (movdfcc): Use expandable_comparison_operator.
2421 2011-09-22  Georg-Johann Lay  <avr@gjlay.de>
2423         PR target/50447
2424         PR target/50465
2425         * config/avr/avr-protos.h (avr_out_bitop): New prototype.
2426         (avr_popcount_each_byte): New prototype.
2427         * config/avr/avr.c (avr_popcount): New static function.
2428         (avr_popcount_each_byte): New function.
2429         (avr_out_bitop): New function.
2430         (adjust_insn_length): ADJUST_LEN_OUT_BITOP dispatches to
2431         avr_out_bitop.  Cleanup code.
2432         * config/avr/constraints.md (Ca2, Co2, Cx2): New constraints.
2433         (Ca4, Co4, Cx4): New constraints.
2434         * config/avr/avr.md (adjust_len): Add "out_bitop" insn attribute
2435         alternative.
2436         (andhi3, iorhi3, xorhi3): Rewrite insns using avr_out_bitop.
2437         (andsi3, iorsi3, xorsi3): Ditto.
2438         (*iorhi3_clobber, *iorsi3_clobber): Remove insns.
2440 2011-09-22  Ira Rosen  <ira.rosen@linaro.org>
2442         PR tree-optimization/50451
2443         * tree-vect-slp.c (vect_get_constant_vectors): Don't fail for
2444         constant operands in reduction.
2445         (vect_get_slp_defs): Don't create vector operand for NULL scalar
2446         operand.
2448 2011-09-22  David S. Miller  <davem@davemloft.net>
2450         * config/sparc/sparc.c (sparc_vis_init_builtins): Do not mark
2451         fpack16, fpack32, fpackfix as const.
2453         * config/sparc/sparc.md (G[0-7]_REG, O[0-7]_REG, L[0-7]_REG,
2454         I[0-7]_REG, F[0-62]_REG, FCC[0-3]_REG, CC_REG, SFP_REG): New
2455         constants.  Use them everywhere.
2457 2011-09-22  Oleg Endo  <oleg.endo@t-online.de>
2459         * config/sh/sh.c (andcosts): Renamed to and_xor_ior_costs.
2460         Added AND special case.  Adapted comments.
2461         (sh_rtx_costs): Added XOR and IOR case.
2463 2011-09-21  Jan Hubicka  <jh@suse.cz>
2465         * ipa-inline-analsis.c (compute_inline_parameters): Set
2466         cfun and current_function_decl.
2468 2011-09-21  Jan Hubicka  <jh@suse.cz>
2470         * ipa-inline-analysis.c (set_cond_stmt_execution_predicate): Allow
2471         handled components in parameter of builtin_constant_p.
2472         (will_be_nonconstant_predicate): Allow loads of non-SSA parameters.
2474 2011-09-21  Jan Hubicka  <jh@suse.cz>
2476         * ipa-inline.c (relative_time_benefit): Fix wrong bracketting.
2477         * ipa-inline.h (estimate_edge_time): Fix pasto.
2478         * ipa-inline-analysis.c (do_estiamte_edge_time): Remove capping.
2480 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
2482         * config/i386/i386.c (ix86_expand_sse_movcc): Use
2483         blendvps, blendvpd and pblendvb if possible.
2485 2011-09-21  Uros Bizjak  <ubizjak@gmail.com>
2487         PR target/50464
2488         * config/i386/sse.md (xop_pcmov_<mode><avxsizesuffix>): Change
2489         operand 1 predicate to register_operand and operand 2 predicate
2490         to nonimmediate_operand.
2491         * config/i386/i386.c (ix86_expand_sse_movcc): When generating
2492         xop_pcmov, force op_true to register.  Also, force op_false to
2493         register if it doesn't satisfy nonimmediate_operand predicate.
2495 2011-09-21  Kirill Yukhin  <kirill.yukhin@intel.com>
2497         * config/i386/bmi2intrin.h (_mulx_u64): New.
2498         (_mulx_u32): Ditto.
2500 2011-09-21  Jan Hubicka  <jh@suse.cz>
2502         PR tree-optimization/50433
2503         * ipa-inline-analysis.c (eliminated_by_inlining_prob):
2504         Use get_base_address.
2506 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
2508         * config/i386/sse.md (<code><mode>3 smaxmin:VI124_128 expander): Use
2509         nonimmediate_operand instead of register_operand predicate for operands
2510         1 and 2, force them into registers if expanding them as comparison.
2511         (<code><mode>3 umaxmin:VI124_128 expander): Similarly.  For UMAX
2512         V8HImode force into register just operand 1.
2514 2011-09-21  Georg-Johann Lay  <avr@gjlay.de>
2516         PR target/45099
2517         * config/avr/avr.c (avr_function_arg_advance): Change error to
2518         warning if a fixed register is needed as function argument.
2520 2011-09-21  Georg-Johann Lay  <avr@gjlay.de>
2522         PR target/50449
2523         PR target/50465
2524         * config/avr/avr.md (adjust_len): New insn attribute.
2525         (*reload_insi, *reload_insf): Use it.
2526         (*movsi, *movsf): Use new interface of output_movsisf.
2527         * config/avr/avr-protos.h (output_movsisf): Change prototype.
2528         * config/avr/avr.c (output_movsisf): Ditto.
2529         (adjust_insn_length): Use insn attribute "adjust_len" to adjust
2530         lengths of insns *reload_insi, *reload_insf.
2531         (output_reload_insisf_1): New static function.
2532         (output_reload_insisf): Use it.
2534 2011-09-21  David S. Miller  <davem@davemloft.net>
2536         * config/sparc/sparc.c (def_builtin): Change from macro into function.
2537         (def_builtin_const): New.
2538         (sparc_vis_init_builtins): Use def_builtin_const for all VIS builtins
2539         other than alignaddr and falignaddr.
2541         * config/sparc/sparc.md (UNSPEC_FCMPLE, UNSPEC_FCMPNE, UNSPEC_FCMPGT,
2542         UNSPEC_FCMPEQ): New unspec codes.
2543         (fcmple16_vis, fcmple32_vis, fcmpne16_vis, fcmpne32_vis, fcmpgt16_vis,
2544         fcmpgt32_vis, fcmpeq16_vis, fcmpeq32_vis): New patterns.
2545         * config/sparc/sparc.c (sparc_vis_init_builtins): Create builtins for
2546         new pixel compare VIS patterns.
2547         * config/sparc/visintrin.h (__vis_fcmple16, __vis_fcmple32,
2548         __vis_fcmpne16, __vis_fcmpne32, __vis_fcmpgt16, __vis_fcmpgt32,
2549         __vis_fcmpeq16, __vis_fcmpeq32): New.
2550         * doc/extend.texi: Document new pixel compare VIS intrinsics.
2552 2011-09-21  Tom de Vries  <tom@codesourcery.com>
2554         * final.c (final): Handle if JUMP_LABEL is not LABEL_P.
2556 2011-09-20  David S. Miller  <davem@davemloft.net>
2558         * config/sparc/sparc.md (UNSPEC_ALIGNADDRL): New unspec.
2559         (aligneddrl<P:mode>_vis): New pattern.
2560         (edge8_vis, edge8l_vis, edge16_vis, edge16l_vis, edge32_vis,
2561         edge32l_vis): Adjust to take Pmode arguments, and return SImode.
2562         * config/sparc/sparc.c (sparc_vis_init_builtins): Handle new
2563         alignaddrl insn, and adjust edge operations for updated types.
2564         * config/sparc/visintrin.h: Likewise.
2565         * doc/extend.texi: Make typing in VIS documentation match reality.
2567 2011-09-20  Terry Guo  <terry.guo@arm.com>
2569         * config/arm/arm-arches.def: Add armv6s-m.
2570         * config/arm/arm-tables.opt: Regenerate.
2572 2011-09-20  Wei Guozhi  <carrot@google.com>
2574         PR rtl-optimization/49452
2575         * postreload.c (reload_combine): Invalidate use information when across
2576         volatile insn.
2578 2011-09-19  Maxim Kuvyrkov  <maxim@codesourcery.com>
2580         * haifa-sched.c (has_edge_p, prev_non_location_insn, check_cfg):
2581         Remove maintenance overhead.
2582         (haifa_sched_init, sched_finish): Update.
2584 2011-09-19  Uros Bizjak  <ubizjak@gmail.com>
2586         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use if_then_else RTX
2587         to calculate unit, prefix_rep and prefix_data16 attributes.
2588         (*mov<mode>_internal): Ditto for unit attribute.
2589         (*movv2sf_internal_rex64): Ditto for unit and prefix_rep attributes.
2590         (*movv2sf_internal): Ditto.
2591         * config/i386/sse.md (VI1248_256): Remove mode iterator.
2592         (avx2_eq<mode>3): Use VI_256 instead of VI1248_256.
2593         (*avx2_eq<mode>3): Ditto.
2594         (avx2_gt<mode>3): Ditto.
2596 2011-09-19  Uros Bizjak  <ubizjak@gmail.com>
2598         * config/i386/i386.md (maxmin): New code iterator.
2599         * config/i386/sse.md (<maxmin:code><mode>3): Macroize expander
2600         from <umaxmin:code><mode>3 and <smaxmin:code><mode>3 using maxmin
2601         code iterator.
2602         (*avx2_<maxmin:code><mode>3): Macroize isn from
2603         *avx2_<umaxmin:code><mode>3 and *avx2_<smaxmin:code><mode>3 using
2604         maxmin code iterator.
2605         (<smaxmin:code><VI124_128:mode>3): Merge with <smaxmin:code>v8hi3.
2606         (<umaxmin:code><VI124_128:mode>3): Merge with umaxv4si3 and
2607         <umaxmin:code>v16qi3.
2609 2011-09-19  Alan Modra  <amodra@gmail.com>
2610             Michael Meissner  <meissner@linux.vnet.ibm.com>
2612         PR target/50341
2613         * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Do not
2614         split the load of the indirect function's TOC from the call to
2615         prevent the compiler from moving the load of the new TOC above
2616         code that references the current function's TOC.
2617         (call_indirect_aix<ptrsize>_internal): Ditto.
2618         (call_indirect_aix<ptrsize>_nor11): Ditto.
2619         (call_indirect_aix<ptrsize>_internal2): Ditto.
2620         (call_value_indirect_aix<ptrsize>): Ditto.
2621         (call_value_indirect_aix<ptrsize>_internal): Ditto.
2622         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
2623         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
2625 2011-09-19  Jakub Jelinek  <jakub@redhat.com>
2627         * config/i386/sse.md (*sse4_1_extractps): Change into
2628         define_insn_and_split, add =x 0 n and =x x n alternatives
2629         and split them after reload.
2631 2011-09-19  Alexandre Oliva  <aoliva@redhat.com>
2633         * tree.h (TREE_NOT_CHECK4): Rename from bogus NON_TREE_CHECK4.
2635 2011-09-19  Alexandre Oliva  <aoliva@redhat.com>
2637         * emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs.
2639 2011-09-19  Ira Rosen  <ira.rosen@linaro.org>
2641         PR tree-optimization/50413
2642         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail to vectorize
2643         a basic block if one of its data-refs can't be analyzed.
2645 2011-09-19  Paul Brook  <paul@codesourcery.com>
2647         * config/arm/predicates.md (shift_amount_operand): Check constant
2648         shift count is in range.
2649         (const_shift_operand): Remove.
2651 2011-09-18  Eric Botcazou  <ebotcazou@adacore.com>
2652             Iain Sandoe  <developer@sandoe-acoustics.co.uk>
2654         PR target/50091
2655         * config/rs6000/rs6000.md (probe_stack): Use explicit operand.
2656         * config/rs6000/rs6000.c (output_probe_stack_range): Likewise.
2658 2011-09-18  H.J. Lu  <hongjiu.lu@intel.com>
2660         * config/i386/bmiintrin.h: Remove tmp.
2661         * config/i386/tbmintrin.h: Likewise.
2663 2011-09-18  Ira Rosen  <ira.rosen@linaro.org>
2665         PR tree-optimization/50414
2666         * tree-vect-slp.c (vect_get_constant_vectors): Handle MAX_EXPR and
2667         MIN_EXPR.
2669 2011-09-18  Ira Rosen  <ira.rosen@linaro.org>
2671         PR tree-optimization/50412
2672         * tree-vect-data-refs.c (vect_analyze_group_access): Fail for
2673         acceses that require epilogue loop if vectorizing outer loop.
2675 2011-09-17  David S. Miller  <davem@davemloft.net>
2677         * config/sparc/sparc.md (UNSPEC_EDGE8, UNSPEC_EDGE8L,
2678         UNSPEC_EDGE16, UNSPEC_EDGE16L, UNSPEC_EDGE32, UNSPEC_EDGE32L):
2679         New unspecs.
2680         (define_attr type): New type 'edge'.
2681         (edge8_vis, edge8l_vis, edge16_vis, edge16l_vis, edge32_vis,
2682         edge32l_vis): New patterns.
2683         * config/sparc/ultra1_2.md: Add insn reservation for 'edge'.
2684         * config/sparc/ultra3.md: Likewise.
2685         * config/sparc/niagara.md: Likewise.
2686         * config/sparc/niagara2.md: Likewise.
2687         * config/sparc/sparc.d (sparc_vis_init_builtins): Generate
2688         builtins for VIS edge instructions.
2689         * config/sparc/visintrin.h (__vis_edge8, __vis_edge8l)
2690         (__vis_edge16, __vis_edge16l, __vis_edge32, __vis_edge32l): New
2691         intrinsics.
2692         (__v8qi, __v4qi): Make unsigned.
2693         (__vis_faligndatadi, ___vis_faligndatav2si, __vis_faligndatav4hi,
2694         __vis_faligndatav8qi, __vis_fmul8x16au, __vis_fmul8x16al,
2695         __vis_fpack32): Fix types.
2696         * doc/extend.texi: Document new 'edge' VIS intrinsics.
2698         * gcc/config/sparc/sparc.c (niagara2_costs): Adjust integer
2699         divide costs.
2700         (niagara3_costs): New.
2701         (sparc_option_override): Use it.
2702         * gcc/config/sparc/niagara2.md: Adjust with more accurate
2703         Niagara-3 reservations.
2705 2011-09-17  Jakub Jelinek  <jakub@redhat.com>
2707         * config/i386/sse.md (VIMAX_AVX2): Change V4DI to V2TI.
2708         (sse2_avx, sseinsnmode): Add V2TI.
2709         (REDUC_SMINMAX_MODE): New mode iterator.
2710         (reduc_smax_v4sf, reduc_smin_v4sf, reduc_smax_v8sf,
2711         reduc_smin_v8sf, reduc_smax_v4df, reduc_smin_v4df): Remove.
2712         (reduc_<code>_<mode>): New smaxmin and umaxmin expanders.
2713         (sse2_lshrv1ti3): Rename to...
2714         (<sse2_avx2>_lshr<mode>3): ... this.  Use VIMAX_AVX2 mode
2715         iterator.  Move before umaxmin expanders.
2716         * config/i386/i386.h (VALID_AVX256_REG_MODE,
2717         SSE_REG_MODE_P): Accept V2TImode.
2718         * config/i386/i386.c (ix86_expand_reduc): Handle V32QImode,
2719         V16HImode, V8SImode and V4DImode.
2721         * config/i386/i386.c (ix86_build_const_vector): Handle V8SImode
2722         and V4DImode.
2723         (ix86_build_signbit_mask): Likewise.
2724         (ix86_expand_int_vcond): Likewise.  Handle V16HImode and V32QImode.
2725         (bdesc_args): Use CODE_FOR_{s,u}m{ax,in}v{32q,16h,8s}i3
2726         instead of CODE_FOR_avx2_{s,u}m{ax,in}v{32q,16h,8s}i3.
2727         * config/i386/sse.md (avx2_<code><mode>3 umaxmin expand): Rename to...
2728         (<code><mode>3) ... this.
2729         (avx2_<code><mode>3 smaxmin expand): Rename to...
2730         (<code><mode>3) ... this.
2731         (smax<mode>3, smin<mode>3): Macroize using smaxmin code iterator.
2732         (smaxv2di3, sminv2di3): Macroize using smaxmin code iterator and
2733         VI8_AVX2 mode iterator.
2734         (umaxv2di3, uminv2di3): Macroize using umaxmin code iterator and
2735         VI8_AVX2 mode iterator.
2736         (vcond<V_256:mode><VI_256:mode>, vcondu<V_256:mode><VI_256:mode>):
2737         New expanders.
2739 2011-09-17  Richard Sandiford  <rdsandiford@googlemail.com>
2741         * config/ia64/itanium2.md: Use match_test rather than eq/ne symbol_ref
2742         throughout file.
2744 2011-09-16  David S. Miller  <davem@davemloft.net>
2746         * config/sparc/visintrin.h: New file.
2747         * config.gcc: Add it to extra_headers on sparc.
2749 2011-09-16  Jakub Jelinek  <jakub@redhat.com>
2751         * config/i386/i386.c (ix86_expand_reduc_v4sf): Rename to ...
2752         (ix86_expand_reduc): ... this.  Handle also V8SFmode and V4DFmode.
2753         * config/i386/sse.md (reduc_splus_v4sf, reduc_smax_v4sf,
2754         reduc_smin_v4sf): Adjust callers.
2755         (reduc_smax_v8sf, reduc_smin_v8sf, reduc_smax_v4df, reduc_smin_v4df):
2756         New expanders.
2758         * config/i386/sse.md (vec_extract_hi_<mode>,
2759         vec_extract_hi_v16hi, vec_extract_hi_v32qi): Use
2760         vextracti128 instead of vextractf128 for -mavx2 and
2761         integer vectors.  For V4DFmode fix up mode attribute.
2762         (VEC_EXTRACT_MODE): For TARGET_AVX add 32-byte vectors.
2763         (vec_set_lo_<mode>, vec_set_hi_<mode>): For VI8F_256 modes use V4DF
2764         instead of V8SF mode attribute.
2765         (avx2_extracti128): Change into define_expand.
2766         * config/i386/i386.c (ix86_expand_vector_extract): Handle
2767         32-byte vector modes if TARGET_AVX.
2769 2011-09-16  Georg-Johann Lay  <avr@gjlay.de>
2771         * config/avr/avr.md: (umulqihi3, mulqihi3): Write as one pattern.
2772         (umulqi3_highpart, smulqi3_highpart): Ditto.
2773         (*maddqihi4.const, *umaddqihi4.uconst): Ditto.
2774         (*msubqihi4.const, *umsubqihi4.uconst): Ditto.
2775         (*muluqihi3.uconst, *mulsqihi3.sconst): Ditto.
2777 2011-09-16  Georg-Johann Lay  <avr@gjlay.de>
2779         PR target/50358
2780         * config/avr/avr.md (*ashiftqihi2.signx.1): New insn.
2781         (*maddqi4, *maddqi4.const): New insns.
2782         (*msubqi4, *msubqi4.const): New insns.
2783         * config/avr/avr.c (avr_rtx_costs): Record costs of above in cases
2784         PLUS:QI and MINUS:QI.  Increase costs of multiply-add/-sub for
2785         HImode by 1 in the case of multiplying with a CONST_INT.
2786         Record cost of *ashiftqihi2.signx.1 in case ASHIFT:QI.
2788 2011-09-15   Jan Hubicka  <jh@suse.cz>
2790         PR lto/50430
2791         * gimple-fold.c (gimple_get_virt_method_for_binfo): Do not ICE on
2792         error_mark_node in the DECL_INITIAL of vtable.
2794 2011-09-15   Diego Novillo  <dnovillo@google.com>
2796         * Makefile.in (SYSROOT_CFLAGS_FOR_TARGET): Define from
2797         @SYSROOT_CFLAGS_FOR_TARGET@.
2798         * configure.ac (SYSROOT_CFLAGS_FOR_TARGET): Set from build-sysroot.
2799         * configure: Regenerate.
2800         (site.exp): Add definition of TEST_ALWAYS_FLAGS.
2801         Remove setting of GCC_UNDER_TEST.
2803 2011-09-15  Uros Bizjak  <ubizjak@gmail.com>
2805         * config/i386/i386.c (output_fp_compare): Return %v prefixed
2806         instruction mnemonics for TARGET_AVX.
2808         * config/i386/i386.md (*movdf_internal_rex64): use cond RTX in
2809         "type" attribute calculation.
2810         (*movdf_internal): Ditto.
2811         (*movsf_internal): Ditto.
2813 2011-09-15  James Greenhalgh  <james.greenhalgh@arm.com>
2815         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): New builtin macro.
2817 2011-09-15  Jason Merrill  <jason@redhat.com>
2819         PR c++/50361
2820         * expr.c (count_type_elements): Handle NULLPTR_TYPE.
2822 2011-09-15  Jan Hubicka  <jh@suse.cz>
2824         * ipa-inline-analysis.c (add_condition): Add conditions parameter;
2825         simplify obviously true clauses.
2826         (and_predicates, or_predicates): Add conditions parameter.
2827         (inline_duplication_hoook): Update.
2828         (mark_modified): New function.
2829         (unmodified_parm): New function.
2830         (eliminated_by_inlining_prob, (set_cond_stmt_execution_predicate,
2831         set_switch_stmt_execution_predicate, will_be_nonconstant_predicate):
2832         Use unmodified_parm.
2833         (estimate_function_body_sizes): Update.
2834         (remap_predicate): Update.
2836 2011-09-15  Ira Rosen  <ira.rosen@linaro.org>
2838         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Allow
2839         read-after-read dependencies in basic block SLP.
2841 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
2843         * config/sparc/sparc.md: Use match_test rather than eq/ne symbol_ref
2844         throughout file.
2846 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
2848         * config/sh/sh.md: Use match_test rather than eq/ne symbol_ref
2849         throughout file.
2851 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
2853         * config/s390/s390.md: Use match_test rather than eq/ne symbol_ref
2854         throughout file.
2856 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
2858         * config/rs6000/rs6000.md: Use match_test rather than eq/ne symbol_ref
2859         throughout file.
2860         * config/rs6000/constraints.md: Likewise.
2862 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
2864         * config/microblaze/microblaze.md: Use match_test rather than
2865         eq/ne symbol_ref throughout file.
2867 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
2869         * config/bfin/bfin.md: Use match_test rather than eq/ne symbol_ref
2870         throughout file.
2872 2011-09-14  Tom de Vries  <tom@codesourcery.com>
2874         PR middle-end/50251
2875         * explow.c (emit_stack_restore): Set crtl->need_drap if
2876         stack_restore is emitted.
2878 2011-09-14  Julian Brown  <julian@codesourcery.com>
2880         * config/arm/arm.c (arm_override_options): Add unaligned_access
2881         support.
2882         (arm_file_start): Emit attribute for unaligned access as appropriate.
2883         * config/arm/arm.md (UNSPEC_UNALIGNED_LOAD)
2884         (UNSPEC_UNALIGNED_STORE): Add constants for unspecs.
2885         (insv, extzv): Add unaligned-access support.
2886         (extv): Change to expander. Likewise.
2887         (extzv_t1, extv_regsi): Add helpers.
2888         (unaligned_loadsi, unaligned_loadhis, unaligned_loadhiu)
2889         (unaligned_storesi, unaligned_storehi): New.
2890         (*extv_reg): New (previous extv implementation).
2891         * config/arm/arm.opt (munaligned_access): Add option.
2892         * config/arm/constraints.md (Uw): New constraint.
2893         * expmed.c (store_bit_field_1): Adjust bitfield numbering according
2894         to size of access, not size of unit, when BITS_BIG_ENDIAN !=
2895         BYTES_BIG_ENDIAN. Don't use bitfield accesses for
2896         volatile accesses when -fstrict-volatile-bitfields is in effect.
2897         (extract_bit_field_1): Likewise.
2899 2011-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
2901         * simplify-rtx.c (simplify_subreg): Check that the inner mode is
2902         a scalar integer before applying integer-only optimisations to
2903         inner arithmetic.
2905 2011-09-14  Bernd Schmidt  <bernds@codesourcery.com>
2907         * config/mips/mips.c (mips_expand_epilogue): Generate a
2908         simple_return only if the return address is in r31.
2910 2011-09-13  Bernd Schmidt  <bernds@codesourcery.com>
2912         * cfgcleanup.c (try_head_merge_bb): If get_condition returns
2913         NULL for a jump that is a cc0 insn, pick the previous insn for
2914         move_before.
2916 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
2918         * config/v850/v850.md: Use match_test rather than eq/ne symbol_ref
2919         throughout file.
2921 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
2923         * config/pa/pa.md: Use match_test rather than eq/ne symbol_ref
2924         throughout file.
2926 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
2928         * config/mn10300/mn10300.md: Use match_test rather than eq/ne
2929         symbol_ref throughout file.
2931 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
2933         * config/m68k/m68k.md: Use match_test rather than eq/ne symbol_ref
2934         throughout file.
2936 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
2938         * config/h8300/h8300.md: Use match_test rather than eq/ne symbol_ref
2939         throughout file.
2941 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
2943         * config/arm/arm.md: Use match_test rather than eq/ne symbol_ref
2944         throughout file.
2945         * config/arm/neon.md: Likewise.
2946         * config/arm/vfp.md: Likewise.
2947         * config/arm/thumb2.md: Likewise.
2948         * config/arm/cortex-m4.md: Likewise.
2950 2011-09-13  Sevak Sargsyan <sevak.sargsyan@ispras.ru>
2952         * config/arm/neon.md (neon_vabd<mode>_2, neon_vabd<mode>_3): New
2953         define_insn patterns for combine.
2955 2011-09-13  Giuseppe Scrivano  <gscrivano@gnu.org>
2957         * reorg.c: Always define make_return_insns.
2959 2011-09-13  Jan Hubicka  <jh@suse.cz>
2961         PR other/49533
2962         * cgraphunit.c (assemble_thunks_and_aliases): Force alias to be output.
2964 2011-09-13  Jan Hubicka  <jh@suse.cz>
2966         PR other/49533
2967         * ipa-inline-transform.c (can_remove_node_now_p): Fix thunkos.
2969 2011-09-13  Paul Brook  <paul@codesourcery.com>
2971         * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
2972         (ARM_TARGET2_DWARF_FORMAT): Provide default definition.
2973         * config/arm/linux-eabi.h (ARM_TARGET2_DWARF_FORMAT): Define.
2974         * config/arm/symbian.h (ARM_TARGET2_DWARF_FORMAT): Define.
2975         * config/arm/uclinux-eabi.h(ARM_TARGET2_DWARF_FORMAT): Define.
2976         * config/arm/t-bpabi (EXTRA_HEADERS): Add unwind-arm-common.h.
2977         * config/arm/t-symbian (EXTRA_HEADERS): Add unwind-arm-common.h.
2978         * config/c6x/c6x.c (c6x_output_file_unwind): Don't rely on dwarf2 code
2979         enabling unwind tables.
2980         (c6x_debug_unwind_info): New function.
2981         (TARGET_ARM_EABI_UNWINDER): Define.
2982         (TARGET_DEBUG_UNWIND_INFO): Define.
2983         * config/c6x/c6x.h (DWARF_FRAME_RETURN_COLUMN): Define.
2984         (TARGET_EXTRA_CFI_SECTION): Remove.
2985         * config/c6x/t-c6x-elf (EXTRA_HEADERS): Set.
2986         * ginclude/unwind-arm-common.h: New file.
2988 2011-09-13  Georg-Johann Lay  <avr@gjlay.de>
2990         PR target/50358
2991         * config/avr/predicates.md (const_1_to_6_operand): New predicate.
2992         * config/avr/avr.md: (extend_s): New code attribute.
2993         (mul_r_d): New code attribute.
2994         (*maddqihi4, *umaddqihi4): New insns.
2995         (*msubqihi4, *umsubqihi4): New insns.
2996         (*usmaddqihi4, *sumaddqihi4): New insns.
2997         (*usmsubqihi4, *susubdqihi4): New insns.
2998         (*umaddqihi4.uconst, *maddqihi4.sconst): New insn-and-splits.
2999         (*umsubqihi4.uconst, *msubqihi4.sconst): New insn-and-splits.
3000         (*umsubqihi4.uconst.ashift): New insn-and-split.
3001         (*msubqihi4.sconst.ashift): New insn-and-split.
3002         (*sumaddqihi4.uconst): New insn-and-split.
3003         (*sumsubqihi4.uconst): New insn-and-split.
3004         * config/avr/avr.c (avr_rtx_costs): Report costs of above in case
3005         PLUS:HI and MINUS:HI.
3007 2011-09-13  Revital Eres  <revital.eres@linaro.org>
3009         modulo-sched.c (remove_node_from_ps): Return void instead of bool.
3010         (optimize_sc): Adjust call to remove_node_from_ps.
3011         (sms_schedule): Add print info.
3013 2011-09-13  Bernd Schmidt  <bernds@codesourcery.com>
3015         * rtl.c (copy_rtx): Do not handle frame_related, jump or call
3016         flags specially.
3018 2011-09-12  Jakub Jelinek  <jakub@redhat.com>
3020         PR bootstrap/50010
3021         * dwarf2cfi.c (add_cfis_to_fde): Ignore non-active insns in between
3022         NOTE_INSN_CFI notes, with the exception of
3023         NOTE_INSN_SWITCH_TEXT_SECTIONS.
3025 2011-09-12  Bernd Schmidt  <bernds@codesourcery.com>
3026             Richard Sandiford  <rdsandiford@googlemail.com>
3028         * config/mips/mips.c (mips_epilogue): New structure.
3029         (mips16e_save_restore_reg): Queue REG_CFA_RESTORE notes when
3030         restoring registers.
3031         (mips_epilogue_emit_cfa_restores): New function.
3032         (mips_epilogue_set_cfa): Likewise.
3033         (mips_restore_reg): Queue REG_CFA_RESTORE notes.  When restoring
3034         the current CFA register from the stack, redefine the CFA in terms
3035         of the stack pointer.
3036         (mips_expand_epilogue): Set up mips_epilogue.  Attach CFA information
3037         to the epilogue instructions.
3039 2011-09-12  Richard Sandiford  <rdsandiford@googlemail.com>
3041         * config/mips/mips.c (mips16e_save_restore_reg): Add a reg_parm_p
3042         argument.
3043         (mips16e_build_save_restore): Update accordingly.
3045 2011-09-12  Jakub Jelinek  <jakub@redhat.com>
3047         PR rtl-optimization/50212
3048         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
3049         Skip also lps with NULL landing_pad or non-LABEL_P landing_pad.
3051         PR debug/50299
3052         * calls.c (load_register_parameters): Use use_reg_mode instead
3053         of use_reg when adding a single register CALL_INSN_FUNCTION_USAGE
3054         entry.
3055         (expand_call): Set EXPR_LIST mode to TYPE_MODE of the argument
3056         for stack CALL_INSN_FUNCTION_USAGE uses.
3057         * expr.h (use_reg_mode): New prototype.
3058         (use_reg): Changed into inline around use_reg_mode.
3059         * expr.c (use_reg): Renamed to...
3060         (use_reg_mode): ... this.  Added MODE argument, set EXPR_LIST
3061         mode to that mode instead of VOIDmode.
3062         * var-tracking.c (prepare_call_arguments): Don't track parameters
3063         whose EXPR_LIST mode is VOIDmode, BLKmode or X mode isn't convertible
3064         to it using lowpart_subreg.  Convert VALUE and REG/MEM to the
3065         EXPR_LIST mode.
3067 2011-09-12  Georg-Johann Lay  <avr@gjlay.de>
3069         PR target/43746
3070         * config/avr/avr.c (AVR_SECTION_PROGMEM): New Define.
3071         (progmem_section): New Variable.
3072         (avr_asm_init_sections): Initialize it.
3073         (TARGET_ASM_SELECT_SECTION): Define to...
3074         (avr_asm_select_section): ... this new Function.
3075         (avr_replace_prefix): New Function.
3076         (avr_asm_function_rodata_section): Use it.
3077         (avr_insert_attributes): Don't add section attribute for PROGMEM.
3078         (avr_section_type_flags): Use avr_progmem_p instead of section
3079         name to detect if object is in PROGMEM.
3080         (avr_asm_named_section): Set section name prefix for objects in
3081         PROGMEM.
3083 2011-09-12  Jakub Jelinek  <jakub@redhat.com>
3085         PR bootstrap/50352
3086         * config/arm/arm.md (*push_fp_multi): Add % before %( and %) in the
3087         sprintf format string.
3089 2011-09-12  Richard Guenther  <rguenther@suse.de>
3091         PR tree-optimization/50343
3092         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Check
3093         that the reduction is over an SSA name before checking its definition.
3095 2011-09-11  Richard Sandiford  <rdsandiford@googlemail.com>
3097         * config/cris/cris.md: Use match_test rather than eq/ne symbol_ref
3098         throughout file.
3100 2011-09-11  Richard Sandiford  <rdsandiford@googlemail.com>
3102         * config/mips/mips.md: Use match_test rather than eq/ne symbol_ref
3103         throughout file.
3104         * config/mips/sb1.md: Likewise.
3105         * config/mips/predicates.md: Replace (match_test "!...")
3106         with (not (match_test "..."))
3107         * config/mips/constraints.md: Likewise.
3109 2011-09-09  Andrew Stubbs  <ams@codesourcery.com>
3111         * config/arm/arm-cores.def (generic-armv7-a): New architecture.
3112         * config/arm/arm-tables.opt: Regenerate.
3113         * config/arm/arm-tune.md: Regenerate.
3114         * config/arm/arm.c (arm_file_start): Output .arch directive when
3115         user passes -mcpu=generic-*.
3116         (arm_issue_rate): Add genericv7a support.
3117         * config/arm/arm.h (EXTRA_SPECS): Add asm_cpu_spec.
3118         (ASM_CPU_SPEC): New define.
3119         * config/arm/elf.h (ASM_SPEC): Use %(asm_cpu_spec).
3120         * config/arm/semi.h (ASM_SPEC): Likewise.
3121         * doc/invoke.texi (ARM Options): Document -mcpu=generic-*
3122         and -mtune=generic-*.
3124 2011-09-09  Richard Guenther  <rguenther@suse.de>
3126         PR tree-optimization/50328
3127         * tree-vect-loop.c (vect_is_simple_reduction_1): Allow one
3128         constant or default-def operand.
3130 2011-09-09  Richard Guenther  <rguenther@suse.de>
3132         * tree-ssa-pre.c (create_expression_by_pieces): Fold the
3133         last statement.
3135 2011-09-09  Richard Guenther  <rguenther@suse.de>
3137         * gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator
3138         instead of a statement.
3139         * gimple-fold.c (fold_stmt_inplace): Likewise.
3140         * sese.c (graphite_copy_stmts_from_block): Adjust.
3141         * tree-ssa-dom.c (propagate_rhs_into_lhs): Likewise.
3142         * tree-ssa-forwprop.c (forward_propagate_into_comparison): Use
3143         fold_stmt.
3144         (forward_propagate_addr_into_variable_array_index): Likewise.
3145         (forward_propagate_addr_expr_1): adjust.
3146         (associate_plusminus): Likewise.
3147         (ssa_forward_propagate_and_combine): Likewise.
3148         * tree-ssa-mathopts.c (replace_reciprocal): Adjust.
3149         (execute_cse_reciprocals): Likewise.
3150         * tree-ssa.c (insert_debug_temp_for_var_def): Adjust.
3152 2011-09-09  Nick Clifton  <nickc@redhat.com>
3154         * config/mn10300/mn10300.c (mn10300_split_and_operand_count):
3155         Return a positive value to indicate that the bits at the
3156         bottom of the register should be cleared.
3158 2011-09-09  Richard Guenther  <rguenther@suse.de>
3160         * tree-ssa-operands.c (swap_tree_operands): Always adjust
3161         existing operand positions.
3163 2011-09-09  Richard Guenther  <rguenther@suse.de>
3165         PR middle-end/50333
3166         * tree-data-ref.c (split_constant_offset): Do not try to handle
3167         ternary ops.
3169 2011-09-08  Andrew Stubbs  <ams@codesourcery.com>
3171         PR tree-optimization/50318
3172         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Correct
3173         typo in use of mult_rhs1 and mult_rhs2.
3175 2011-09-08  Uros Bizjak  <ubizjak@gmail.com>
3177         * config/i386/i386.c (standard_sse_constant_p): Handle AVX2 modes.
3178         (standard_sse_constant_opcode) <case 2>: Change vpcmpeqd template.
3180 2011-09-08  Bernd Schmidt  <bernds@codesourcery.com>
3182         * config/arm/arm.md (push_multi): Emit predicates.
3183         (push_fp_multi): Likewise.
3184         * config/arm/arm.c (vfp_output_fstmd): Likewise.
3186 2011-09-08  Dodji Seketeli  <dodji@redhat.com>
3188         PR c++/33255 - Support -Wunused-local-typedefs warning
3189         * c-decl.c (lookup_name): Use the new maybe_record_typedef_use.
3190         (pushdecl): Use the new record_locally_defined_typedef.
3191         (store_parm_decls): Allocate cfun->language.
3192         (finish_function): Use the new maybe_warn_unused_local_typedefs,
3193         and free cfun->language.
3194         (c_push_function_context): Allocate cfun->language here only if needed.
3195         (c_pop_function_context): Likewise, mark cfun->language
3196         for collection only when it should be done.
3197         * c-common.c (handle_used_attribute): Don't ignore TYPE_DECL nodes.
3198         * c-typeck.c (c_expr_sizeof_type, c_cast_expr): Use the new
3199         maybe_record_local_typedef_use.
3200         * doc/invoke.texi: Update documentation for
3201         -Wunused-local-typedefs.
3203 2011-09-08  Enkovich Ilya  <ilya.enkovich@intel.com>
3205         * config/i386/i386-protos.h (ix86_lea_outperforms): New.
3206         (ix86_avoid_lea_for_add): Likewise.
3207         (ix86_avoid_lea_for_addr): Likewise.
3208         (ix86_split_lea_for_addr): Likewise.
3210         * config/i386/i386.c (LEA_MAX_STALL): New.
3211         (increase_distance): Likewise.
3212         (insn_defines_reg): Likewise.
3213         (insn_uses_reg_mem): Likewise.
3214         (distance_non_agu_define_in_bb): Likewise.
3215         (distance_agu_use_in_bb): Likewise.
3216         (ix86_lea_outperforms): Likewise.
3217         (ix86_ok_to_clobber_flags): Likewise.
3218         (ix86_avoid_lea_for_add): Likewise.
3219         (ix86_avoid_lea_for_addr): Likewise.
3220         (ix86_split_lea_for_addr): Likewise.
3221         (distance_non_agu_define): Search in pred BBs added.
3222         (distance_agu_use): Search in succ BBs added.
3223         (IX86_LEA_PRIORITY): Value changed from 2 to 0.
3224         (LEA_SEARCH_THRESHOLD): Now depends on LEA_MAX_STALL.
3225         (ix86_lea_for_add_ok): Use ix86_lea_outperforms to make decision.
3227         * config/i386/i386.md: Split added to transform non destructive
3228         add into move and add.
3229         (lea_1): transformed into insn_and_split to avoid AGU stalls.
3230         (lea<mode>_2): Likewise.
3232 2011-09-08  Martin Jambor  <mjambor@suse.cz>
3234         PR tree-optimization/50287
3235         * ipa-split.c (split_function): Do not create SSA names for
3236         non-gimple-registers.
3238 2011-09-08  Richard Guenther  <rguenther@suse.de>
3240         PR tree-optimization/19831
3241         * tree-ssa-dce.c (mark_all_reaching_defs_necessary_1): Also
3242         skip builtins with vdefs that do not really store something.
3243         (propagate_necessity): For calls to free that we can associate
3244         with an allocation function do not mark the freed pointer
3245         definition necessary.
3246         (eliminate_unnecessary_stmts): Remove a call to free if
3247         the associated call to an allocation function is not necessary.
3249 2011-09-08  Richard Guenther  <rguenther@suse.de>
3251         PR tree-optimization/19831
3252         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Do not mark
3253         allocation functions as necessary.
3255 2011-09-08  Iain Sandoe  <iains@gcc.gnu.org>
3257         * config/darwin-driver.c (darwin_find_version_from_kernel): New routine
3258         cut from ...
3259         (darwin_default_min_version): Amended to provide defaults
3260         for the cross directory case.
3261         (darwin_driver_init): call darwin_default_min_version unconditionally.
3262         * config/darwin.h (DEF_MIN_OSX_VERSION): New.
3263         * config/darwin9.h: Likewise.
3264         * config/darwin10.h: Likewise.
3265         * config/rs6000/darwin7.h: Likewise.
3267 2011-09-08  Jakub Jelinek  <jakub@redhat.com>
3269         PR target/50310
3270         * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Return
3271         code early if TARGET_AVX.
3272         (ix86_expand_fp_vcond): Handle LTGT and UNEQ.
3274 2011-09-07  Jakub Jelinek  <jakub@redhat.com>
3276         * config/i386/sse.md (sseinsnmode): Remove 32-byte integer vector
3277         duplicates.
3279         PR target/50310
3280         * config/i386/sse.md (*andnot<mode>3, *<code><mode>3): Fix up
3281         "mode" attribute computation.
3283 2011-09-07  Bernd Schmidt  <bernds@codesourcery.com>
3285         * regrename.c (struct du_head): Make nregs signed.
3286         (closed_chains): Remove.
3287         (create_new_chain): Return the new chain.
3288         (chain_from_id): New static function.
3289         (dump_def_use_chain): Change argument to be an int, indicating
3290         the first ID to print.  All callers changed.
3291         (merge_overlapping_regs): Use chain_from_id.  Assert that
3292         chains don't conflict with themselves.
3293         (rename_chains): Take no argument.  Iterate over id_to_chain
3294         rather to find chains to rename.  Clear tick before the main loop.
3295         (struct incoming_reg_info): New struct.
3296         (struct bb_rename_info): New struct.
3297         (init_rename_info, set_incoming_from_chain, merge_chains): New
3298         static functions.
3299         (regrename_analyze): New static function, broken out of
3300         regrename_optimize.  Record and make use of open chain information
3301         at basic block boundaries, and merge chains where possible.
3302         (scan_rtx_reg): Make this_nregs signed.  Don't update
3303         closed_chains.
3304         (build_def_use): Return a bool to indicate success.  All callers
3305         changed.  Don't initialize global data here.
3306         (regrename_optimize): Move most code out of here into
3307         regrename_analyze.
3308         * regs.h (add_range_to_hard_reg_set, remove_range_from_hard_reg_set,
3309         range_overlaps_hard_reg_set_p, range_in_hard_reg_set_p): New
3310         static inline functions.
3311         * vec.h (FOR_EACH_VEC_ELT_FROM): New macro.
3313         * bb-reorder.c (insert_section_boundary_note): Don't check
3314         optimize_function_for_speed_p.
3315         (gate_handle_partition_blocks): Do it here instead.
3316         (gate_handle_reorder_blocks): Move preliminary checks here ...
3317         (rest_of_handle_reorder_blocks): ... from here.
3319 2011-09-07  Martin Jambor  <mjambor@suse.cz>
3321         PR middle-end/50301
3322         * ipa-cp.c (find_more_values_for_callers_subset): Check jump
3323         function index bounds.
3324         (perhaps_add_new_callers): Likewise.
3326 2011-09-07  Martin Jambor  <mjambor@suse.cz>
3328         PR tree-optimization/49911
3329         * tree-sra.c (analyze_access_subtree): Change type of to-be-replaced
3330         enumerations to the corresponding plain integer type.
3332 2011-09-07  Richard Guenther  <rguenther@suse.de>
3334         PR tree-optimization/50319
3335         * tree-if-conv.c (set_bb_predicate): Assert we only set
3336         canonical predicates.
3337         (add_to_predicate_list): Simplify.  Allow TRUTH_NOT_EXPR
3338         around canonical predicates.
3339         (predicate_bbs): Do not re-gimplify already canonical
3340         predicates.  Properly unshare them though.
3341         (find_phi_replacement_condition): Simplify.
3343 2011-09-07  Richard Sandiford  <richard.sandiford@linaro.org>
3345         PR target/49030
3346         * config/arm/arm-protos.h (maybe_get_arm_condition_code): Declare.
3347         * config/arm/arm.c (maybe_get_arm_condition_code): New function,
3348         reusing the old code from get_arm_condition_code.  Return ARM_NV
3349         for invalid comparison codes.
3350         (get_arm_condition_code): Redefine in terms of
3351         maybe_get_arm_condition_code.
3352         * config/arm/predicates.md (arm_comparison_operator): Use
3353         maybe_get_arm_condition_code.
3355 2011-09-07  Richard Guenther  <rguenther@suse.de>
3357         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
3358         Canonicalize negated predicates by swapping edges.
3359         (forward_propagate_into_cond): Likewise.
3361 2011-09-07  Richard Guenther  <rguenther@suse.de>
3363         PR tree-optimization/50213
3364         * tree-flow.h (simple_iv_increment_p): Declare.
3365         * tree-ssa-dom.c (simple_iv_increment_p): Export.  Also handle
3366         POINTER_PLUS_EXPR.
3367         * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Do
3368         not propagate simple IV counter increments.
3370 2011-09-07  Eric Botcazou  <ebotcazou@adacore.com>
3371             Iain Sandoe  <iains@gcc.gnu.org>
3373         * config/rs6000/rs6000.c (compute_save_world_info): Test
3374         cfun->has_nonlocal_label to determine if the out-of-line save
3375         world call may be used.
3377 2011-09-07  Nick Clifton  <nickc@redhat.com>
3379         * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Set the jump
3380         label on the parallel part of the insn.
3382 2011-09-07  Jakub Jelinek  <jakub@redhat.com>
3384         PR debug/50191
3385         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Try
3386         avoid_constant_pool_reference first instead of last.
3388 2011-09-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
3390         * doc/configfiles.texi (Configuration Files): Update documentation
3391         about tm_p.h and remove FIXME comment.
3393 2011-09-06  Uros Bizjak  <ubizjak@gmail.com>
3395         * config/i386/i386.c (ix86_function_value_regno_p): Use AX_REG.
3396         (function_value_32): Do not check TARGET_MMX, TARGET_SSE or TARGET_AVX.
3398 2011-09-06  Iain Sandoe  <iains@gcc.gnu.org>
3400         * config/darwin10.h Remove duplicate LIB_SPEC.
3402 2011-09-06  Enkovich Ilya  <ilya.enkovich@intel.com>
3404         PR middle-end/44382
3405         * target.def (reassociation_width): New hook.
3407         * doc/tm.texi.in (reassociation_width): Likewise.
3409         * doc/tm.texi (reassociation_width): Likewise.
3411         * doc/invoke.texi (tree-reassoc-width): New param documented.
3413         * hooks.h (hook_int_uint_mode_1): New default hook.
3415         * hooks.c (hook_int_uint_mode_1): Likewise.
3417         * config/i386/i386.h (ix86_tune_indices): Add
3418         X86_TUNE_REASSOC_INT_TO_PARALLEL and X86_TUNE_REASSOC_FP_TO_PARALLEL.
3420         (TARGET_REASSOC_INT_TO_PARALLEL): New.
3421         (TARGET_REASSOC_FP_TO_PARALLEL): Likewise.
3423         * config/i386/i386.c (initial_ix86_tune_features): Add
3424         X86_TUNE_REASSOC_INT_TO_PARALLEL and X86_TUNE_REASSOC_FP_TO_PARALLEL.
3426         (ix86_reassociation_width): New function.
3428         * params.def (PARAM_TREE_REASSOC_WIDTH): New param added.
3430         * tree-ssa-reassoc.c (get_required_cycles): New function.
3431         (get_reassociation_width): Likewise.
3432         (swap_ops_for_binary_stmt): Likewise.
3433         (rewrite_expr_tree_parallel): Likewise.
3435         (rewrite_expr_tree): Refactored.  Part of code moved into
3436         swap_ops_for_binary_stmt.
3438         (reassociate_bb): Now checks reassociation width to be used and
3439         call rewrite_expr_tree_parallel instead of rewrite_expr_tree if needed.
3441 2011-09-06  Richard Guenther  <rguenther@suse.de>
3443         PR tree-optimization/47025
3444         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): BUILT_IN_VA_END
3445         uses nothing.
3446         (call_may_clobber_ref_p_1): BUILT_IN_VA_END is a barrier like
3447         BUILT_IN_FREE.
3448         (stmt_kills_ref_p_1): BUILT_IN_VA_END kills what its argument
3449         definitely points to.
3450         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
3451         BUILT_IN_VA_START doesn't let its va_list argument escape.
3452         * tree-ssa-dce.c (propagate_necessity): BUILT_IN_VA_END does
3453         not make any previous stores necessary.
3455 2011-09-06  Martin Jambor  <mjambor@suse.cz>
3457         * ipa-inline.h (struct inline_summary): Move versionable flag...
3458         * cgraph.h (struct cgraph_local_info): ...here
3459         * ipa-cp.c (determine_versionability): Use the new versionable flag.
3460         (determine_versionability): Likewise.
3461         (ipcp_versionable_function_p): Likewise.
3462         (ipcp_generate_summary): Likewise.
3463         * ipa-inline-analysis.c (dump_inline_summary): Do not dump the
3464         versionable flag.
3465         (compute_inline_parameters): Do not clear the versionable flag.
3466         (inline_read_section): Do not stream the versionable flag.
3467         (inline_write_summary): Likewise.
3468         * lto-cgraph.c (lto_output_node): Stream the versionable flag.
3469         (input_overwrite_node): Likewise.
3471 2011-09-06  Richard Guenther  <rguenther@suse.de>
3473         PR tree-optimization/48149
3474         * tree-ssa-sccvn.c (vn_get_expr_for): Simplify.  Fix tuplification bug.
3475         (vn_valueize): Move earlier.
3476         (valueize_expr): Use vn_valueize.
3477         (simplify_binary_expression): Simplify, also combine COMPLEX_EXPR
3478         operands.
3479         (simplify_unary_expression): Simplify.
3481 2011-09-06  Richard Guenther  <rguenther@suse.de>
3483         PR tree-optimization/48317
3484         * tree-ssa-sccvn.h (struct vn_nary_op_s): Make op a true
3485         trailing array.
3486         (sizeof_vn_nary_op): New inline function.
3487         (vn_nary_op_lookup_pieces): Adjust.
3488         (vn_nary_op_insert_pieces): Likewise.
3489         * tree-ssa-sccvn.c (vn_nary_op_eq): Also compare the length.
3490         (init_vn_nary_op_from_pieces): Adjust signature.  Deal with
3491         any number of operands.
3492         (vn_nary_length_from_stmt): New function.
3493         (init_vn_nary_op_from_stmt): Adjust for CONSTRUCTOR handling.
3494         (vn_nary_op_lookup_pieces): Adjust signature and allocate properly
3495         sized temporary.
3496         (vn_nary_op_lookup): Likewise.
3497         (vn_nary_op_lookup_stmt): Likewise.
3498         (vn_nary_op_insert_into): Likewise.
3499         (vn_nary_op_insert_stmt): Likewise.
3500         (visit_use): Handle CONSTRUCTOR as nary.
3501         * tree-ssa-pre.c (phi_translate_1): Adjust.
3502         (create_expression_by_pieces): Likewise.
3503         (compute_avail): Likewise.
3505 2011-09-06  Ira Rosen  <ira.rosen@linaro.org>
3507          * config/arm/arm.c (arm_preferred_simd_mode): Check
3508         TARGET_NEON_VECTORIZE_DOUBLE instead of
3509         TARGET_NEON_VECTORIZE_QUAD.
3510         (arm_autovectorize_vector_sizes): Likewise.
3511         * config/arm/arm.opt (mvectorize-with-neon-quad): Make inverse
3512         mask of mvectorize-with-neon-double.  Add RejectNegative.
3513         (mvectorize-with-neon-double): New.
3515 2011-09-06  Richard Guenther  <rguenther@suse.de>
3517         * tree-ssa-sccvn.c (visit_use): CSE stmt pieces and simplify matching.
3519 2011-09-06  Tom de Vries  <tom@codesourcery.com>
3521         * recog.c (asm_labels_ok): New function.
3522         (check_asm_operands): Use asm_labels_ok.
3524 2011-09-05  Richard Sandiford  <rdsandiford@googlemail.com>
3526         PR target/49606
3527         * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): Check Pmode.
3528         (PMODE_INSN): New macro.
3529         * config/mips/mips.c (gen_load_const_gp): Use PMODE_INSN.
3530         (mips_got_load, mips_expand_synci_loop): Likewise.
3531         (mips_save_gp_to_cprestore_slot): Handle SImode and DImode
3532         cprestore patterns.
3533         (mips_emit_loadgp): Use PMODE_INSN.  Handle SImode and DImode
3534         copygp_mips16 patterns.
3535         (mips_expand_prologue): Handle SImode and DImode potential_cprestore
3536         and use_cprestore patterns.
3537         (mips_override_options): Check for incompatible -mabi and -mlong
3538         combinations.
3539         * config/mips/mips.md (unspec_got<mode>): Rename to...
3540         (unspec_got_<mode>): ...this.
3541         (copygp_mips16): Use the Pmode iterator.
3542         (potential_cprestore, cprestore, use_cprestore): Likewise.
3543         (clear_cache, indirect_jump): Use PMODE_INSN.
3544         (indirect_jump<mode>): Rename to...
3545         (indirect_jump_<mode>): ...this.
3546         (tablejump): Use PMODE_INSN.
3547         (tablejump<mode>): Rename to...
3548         (tablejump_<mode>): ...this.
3549         (exception_receiver): Handle restore_gp_si and restore_gp_di.
3550         (restore_gp): Use the Pmode iterator.
3551         * config/mips/mips-dsp.md (mips_lbux, mips_lhx, mips_lwx): Use
3552         PMODE_INSN.
3554 2011-09-05  Richard Sandiford  <rdsandiford@googlemail.com>
3556         * config/mips/mips.c (mips_gimplify_va_arg_expr): Unshare off.
3557         Fix the type of the BIT_AND_EXPR.
3559 2011-09-05  David S. Miller  <davem@davemloft.net>
3561         * config.host: Add driver-sparc.o and sparc/x-sparc on
3562         native sparc*-*-linux* builds.
3563         * config/sparc/driver-sparc.c: Correct Linux strings.
3564         * config/sparc/linux.h: Add DRIVER_SELF_SPECS.
3565         * config/sparc/linux64.h: Likewise.
3566         * doc/invoke.texi: Document that Linux also supports
3567         -mcpu=native and -mtune=native on sparc.
3569         * config/sparc/sparc-opts.h (PROCESSOR_NIAGARA3,
3570         PROCESSOR_NIAGARA4): New.
3571         * config/sparc/sparc.opt: Handle new processor types.
3572         * config/sparc/sparc.md: Add to "cpu" attribute.
3573         * config/sparc/sparc.h (TARGET_CPU_niagara3,
3574         TARGET_CPU_niagara4): New, treat as niagara2.
3575         * config/sparc/linux64.h: Handle niagara3 and niagara4 like niagara2.
3576         * config/sparc/sol2.h: Likewise.
3577         * config/sparc/niagara2.md: Schedule niagara3 like niagara2.
3578         * config/sparc/sparc.c (sparc_option_override): Add
3579         niagara3 and niagara4 handling.
3580         (sparc32_initialize_trampoline): Likewise.
3581         (sparc64_initialize_trampoline): Likewise.
3582         (sparc_use_sched_lookahead): Likewise.
3583         (sparc_issue_rate): Likewise.
3584         (sparc_register_move_cost): Likewise.
3585         * config/sparc/driver-sparc.c (cpu_names): Use niagara3
3586         and niagara4 as appropriate.
3587         * doc/invoke.texi: Document new processor types.
3588         * config.gcc: Recognize niagara3 and niagara4 in --with-cpu
3589         and --with-tune options.
3591         * config/sparc/sol2-64.h: Move ...
3592         * config/sparc/default-64.h: ... to here.  Update comment.
3593         * config.gcc: Update Solaris sparc to use default-64.h, also
3594         prefix this header into the list on sparc64-*-linux.
3595         * config/sparc/linux64.h (TARGET_DEFAULT): Only override if
3596         TARGET_64BIT_DEFAULT is defined.  Remove commented out reference
3597         to MASK_HARD_QUAD.
3599 2011-09-05  Georg-Johann Lay  <avr@gjlay.de>
3601         PR target/50289
3602         * config/avr/avr.c (sequent_regs_live): Don't recognize sequences
3603         that contain global register variable.
3605 2011-09-05  Richard Guenther  <rguenther@suse.de>
3607         * tree-cfg.c (replace_uses_by): Use fold_stmt, not fold_stmt_inplace.
3609 2011-09-05  Richard Guenther  <rguenther@suse.de>
3611         * stor-layout.c (layout_type): Use size_binop for array size
3612         calculations.
3614 2011-09-05  Georg-Johann Lay  <avr@gjlay.de>
3616         * config/avr/avr.h (progmem_section): Remove Declaration.
3617         * config/avr/avr.c (progmem_section): Make static and rename to
3618         progmem_swtable_section.
3619         (avr_output_addr_vec_elt): No need to switch sections.
3620         (avr_asm_init_sections): Use output_section_asm_op as section
3621         callback for progmem_swtable_section.
3622         (avr_output_progmem_section_asm_op): Remove Function.
3623         (TARGET_ASM_FUNCTION_RODATA_SECTION): New Define.
3624         (avr_asm_function_rodata_section): New static Function.
3625         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Output
3626         alignment 2**1 for jump tables.
3628 2011-09-04  Jan Hubicka  <jh@suse.cz>
3630         * ipa-inline-analysis.c (set_cond_stmt_execution_predicate): Check that
3631         parameter is SSA name.
3633 2011-09-04  Richard Guenther  <rguenther@suse.de>
3635         Revert
3636         2011-08-31  Richard Guenther  <rguenther@suse.de>
3638         * fold-const.c (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE
3639         special-casing.
3641 2011-09-04  Iain Sandoe  <iains@gcc.gnu.org>
3643         PR debug/49901
3644         * config/darwin.h (DEBUG_MACRO_SECTION): New macro.
3646 2011-09-04  Jakub Jelinek  <jakub@redhat.com>
3647             Ira Rosen  <ira.rosen@linaro.org>
3649         PR tree-optimization/50208
3650         * tree-vect-patterns.c (vect_handle_widen_mult_by_const): Add an
3651         argument.  Check that def_stmt is inside the loop.
3652         (vect_recog_widen_mult_pattern): Update calls to
3653         vect_handle_widen_mult_by_cons.
3654         (vect_operation_fits_smaller_type): Check that def_stmt is
3655         inside the loop.
3657 2011-09-04  Ira Rosen  <ira.rosen@linaro.org>
3659         * tree-vectorizer.c (vect_print_dump_info): Print line
3660         number when dumping to a file.
3661         (vectorize_loops): Add new messages to dump file.
3663 2011-09-03  Martin Jambor  <mjambor@suse.cz>
3665         * ipa-prop.h (ipa_jump_func_t): New typedef.
3666         (struct ipa_edge_args): Removed field argument_count, field
3667         jump_functions turned into a vector.
3668         (ipa_set_cs_argument_count): Removed.
3669         (ipa_get_cs_argument_count): Updated to work on vectors.
3670         (ipa_get_ith_jump_func): Likewise.
3671         * ipa-prop.c (ipa_count_arguments): Removed.
3672         (compute_scalar_jump_functions): Use ipa_get_ith_jump_func to access
3673         jump functions.  Update caller.
3674         (compute_pass_through_member_ptrs): Likewise.
3675         (compute_cst_member_ptr_arguments): Likewise.
3676         (ipa_compute_jump_functions_for_edge): Get number of arguments from
3677         the statement, allocate vector.
3678         (ipa_compute_jump_functions): Do not call ipa_count_arguments.
3679         (duplicate_ipa_jump_func_array): Removed.
3680         (ipa_edge_duplication_hook): Use VEC_copy, do not copy argument count.
3681         (ipa_read_node_info): Allocate vector.
3683 2011-09-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3685         PR middle-end/50232
3686         * config/pa/pa.md (return): Define "return" insn pattern.
3687         (epilogue): Use it when no epilogue is needed.
3688         * config/pa/pa.c (pa_can_use_return_insn): New function.
3689         * config/pa/pa-protos.h (pa_can_use_return_insn): Declare.
3691 2011-09-03  Eric Botcazou  <ebotcazou@adacore.com>
3693         * cfgexpand.c (add_stack_var): Assert that the alignment is not zero.
3694         * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Revert latest change.
3695         Force at least BITS_PER_UNIT alignment on the new variable.
3697 2011-09-02  Gary Funck <gary@intrepid.com>
3699         * opts.c (print_specific_help): Fix off-by-one compare in
3700         assertion check.
3701         * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
3702         CL_TARGET, CL_COMMON, CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED):
3703         Increase by +5 to allow for more languages.
3704         * optc-gen.awk: Generate #if that ensures that the number of
3705         languages is within the implementation-defined limit.
3707 2011-09-02  Michael Matz  <matz@suse.de>
3709         PR middle-end/50260
3710         * ipa-split.c (split_function): Call add_referenced_var.
3712         * tree-ssa-phiopt.c (cond_store_replacement): Don't call get_var_ann.
3713         (cond_if_else_store_replacement_1): Ditto.
3714         * tree-ssa-pre.c (get_representative_for): Ditto.
3715         (create_expression_by_pieces): Ditto.
3716         (insert_into_preds_of_block): Ditto.
3717         * tree-sra.c (create_access_replacement): Ditto.
3718         (get_replaced_param_substitute): Ditto.
3720 2011-09-02  Bernd Schmidt  <bernds@codesourcery.com>
3722         * config/c6x/c6x.md (collapse-ndfa, no-comb-vect): New
3723         automata_options.
3724         (d1, l1, s1, m1, d2, l2, s2, m2): Changed to define_query_cpu_unit.
3725         (l1w, s1w, l2w, s2w): Define in the main automaton.
3726         (fps1, fpl1, adddps1, adddpl1, fps2, fpl2, adddps2, adddpl2): New
3727         units.
3728         * config/c6x/c6x.c (c6x_sched_insn_info): Add unit_mask member.
3729         (c6x_unit_names): Add the new units.
3730         (c6x_unit_codes): New static array.
3731         (UNIT_QID_D1, UNIT_QID_L1, UNIT_QID_S1, UNIT_QID_M1, UNIT_QID_FPS1,
3732         UNIT_QID_FPL1, UNIT_QID_ADDDPS1, UNIT_QID_ADDDPL1,
3733         UNIT_QID_SIDE_OFFSET): New macros.
3734         (RESERVATION_S2): Adjust value.
3735         (c6x_option_override): Compute c6x_unit_codes.
3736         (assign_reservations): Take the unit_mask of the last instruction
3737         into account.  Detect floating point reservations by looking for
3738         the new units.  Don't assign reservations if the field is already
3739         nonzero.
3740         (struct c6x_sched_context): Add member prev_cycle_state_ctx.
3741         (init_sched_state): Initialize it.
3742         (c6x_clear_sched_context): Free it.
3743         (insn_set_clock): Clear reservation.
3744         (prev_cycle_state): New static variable.
3745         (c6x_init_sched_context): Save it.
3746         (c6x_sched_init): Allocate space for it and clear it.
3747         (c6x_sched_dfa_pre_cycle_insn): New static function.
3748         (c6x_dfa_new_cycle): Save state at the start of a new cycle.
3749         (c6x_variable_issue): Only record units in the unit_mask that
3750         were not set at the start of the cycle.
3751         (c6x_variable_issue): Compute and store the unit_mask from the
3752         current state.
3753         (reorg_split_calls): Ensure the new information remains correct.
3754         (TARGET_SCHED_DFA_NEW_CYCLE, TARGET_SCHED_CLEAR_SCHED_CONTEXT,
3755         TARGET_SCHED_DFA_PRE_CYCLE_INSN): Define.
3756         * config/c6x/c6x.h (CPU_UNITS_QUERY): Define.
3757         * config/c6x/c6x-sched.md.in (fp4_ls_N__CROSS_, adddp_ls_N__CROSS_):
3758         Add special reservations.
3759         * config/c6x/c6x-sched.md: Regenerate.
3761 2011-09-02  Martin Jambor  <mjambor@suse.cz>
3763         * ipa-prop.h (ipa_node_params): Removed fields
3764         called_with_var_arguments and node_versionable.
3765         (ipa_set_called_with_variable_arg): Removed.
3766         (ipa_is_called_with_var_arguments): Likewise.
3767         * ipa-cp.c (ipa_get_lattice): Fixed index check in an assert.
3768         (determine_versionability): Do not check for type attributes and va
3769         builtins.  Record versionability into inline summary.
3770         (initialize_node_lattices): Do not check
3771         ipa_is_called_with_var_arguments.
3772         (propagate_constants_accross_call): Likewise, ignore arguments we do
3773         not have PARM_DECLs for, set variable flag for parameters that were
3774         not passed a value.
3775         (create_specialized_node): Dump info that we cannot change signature.
3776         * ipa-prop.c (ipa_compute_jump_functions): Do not care about variable
3777         number of arguments.
3778         (ipa_make_edge_direct_to_target): Likewise.
3779         (ipa_update_after_lto_read): Likewise.
3780         (ipa_node_duplication_hook): Do not copy called_with_var_arguments flag.
3781         * tree-inline.c (copy_arguments_for_versioning): Copy PARM_DECLs if
3782         they were remapped.
3784 2011-09-02  Richard Guenther  <rguenther@suse.de>
3786         PR tree-optimization/27460
3787         PR middle-end/29269
3788         * doc/md.texi (vcond): Document.
3789         * genopinit.c (optabs): Turn vcond{,u}_optab into a conversion
3790         optab with two modes.
3791         * optabs.h (enum convert_optab_index): Add COI_vcond, COI_vcondu.
3792         (enum direct_optab_index): Remove DOI_vcond, DOI_vcondu.
3793         (vcond_optab): Adjust.
3794         (vcondu_optab): Likewise.
3795         (expand_vec_cond_expr_p): Adjust prototype.
3796         * optabs.c (get_vcond_icode): Adjust.
3797         (expand_vec_cond_expr_p): Likewise.
3798         (expand_vec_cond_expr): Likewise.
3799         * tree-vect-stmts.c (vect_is_simple_cond): Return the comparison
3800         vector type.
3801         (vectorizable_condition): Allow differing types for comparison
3802         and result.
3803         * config/i386/i386.c (ix86_expand_sse_cmp): Use proper mode
3804         for the comparison.
3805         * config/i386/sse.md (vcond<mode>): Split to
3806         vcond<V_256:mode><VF_256:mode>, vcond<V_128:mode><VF_128:mode>,
3807         vcond<V_128:mode><VI124_128:mode> and
3808         vcondu<V_128:mode><VI124_128:mode>.
3809         (vcondv2di): Change to vcond<VI8F_128:mode>v2di.
3810         (vconduv2di): Likewise.
3811         * config/arm/neon.md (vcond<mode>): Change to vcond*<mode><mode>.
3812         (vcondu<mode>): Likewise.
3813         * config/ia64/vect.md (vcond<mode>): Likewise.
3814         (vcondu<mode>): Likewise.
3815         (vcondv2sf): Likewise.
3816         * config/mips/mips-ps-3d.md (vcondv2sf): Likewise.
3817         * config/rs6000/paired.md (vcondv2sf): Likewise.
3818         * config/rs6000/vector.md (vcond<mode>): Likewise.
3819         (vcondu<mode>): Likewise.
3820         * config/spu/spu.md (vcond<mode>): Likewise.
3821         (vcondu<mode>): Likewise.
3823 2011-09-02  Richard Guenther  <rguenther@suse.de>
3825         * pretty-print.h (pp_unsigned_wide_integer): New.
3826         * tree-pretty-print.c (dump_generic_node): Print unsigned
3827         host-wide-int fitting INTEGER_CSTs with pp_unsigned_wide_integer.
3829 2011-09-02  Richard Sandiford  <richard.sandiford@linaro.org>
3831         PR target/49987
3832         * config/rs6000/rs6000.c (paired_expand_vector_init): Check for
3833         valid CONST_VECTOR operands.
3834         (rs6000_expand_vector_init): Likewise.
3836 2011-09-02  Martin Jambor  <mjambor@suse.cz>
3838         * cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.
3839         * gimple-fold.c (gimple_get_virt_method_for_binfo): Rewritten to use
3840         BINFO_VTABLE.  Parameter delta removed, all callers updated.
3841         * tree.c (free_lang_data_in_binfo): Clear BINFO_VIRTUALs instead
3842         BINFO_VTABLE.
3843         * cgraph.c (cgraph_make_edge_direct): Removed parameter delta, updated
3844         all calls.
3845         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Removed
3846         handling of thunk_delta.
3847         * ipa-cp.c (get_indirect_edge_target): Removed parameter delta.
3848         (devirtualization_time_bonus): Do not handle thunk deltas.
3849         (ipcp_discover_new_direct_edges): Likewise.
3850         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
3851         (try_make_edge_direct_simple_call): Likewise.
3852         (try_make_edge_direct_virtual_call): Likewise.
3853         * lto-cgraph.c (output_cgraph_opt_summary_p): Likewise.  Mark
3854         parameter set as unused.
3855         (output_edge_opt_summary): Likewise.  Mark both parameters as unused.
3856         * lto-cgraph.c (output_cgraph_opt_summary_p): Likewise.  Mark
3857         parameter set as unused.
3858         (output_edge_opt_summary): Likewise.  Mark both parameters as unused.
3859         (input_edge_opt_summary): Likewise.
3860         * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not stream
3861         BINFO_VIRTUALS at all.
3862         * lto-streamer-in.c (lto_input_ts_binfo_tree_pointers): Likewise.
3864 2011-09-02  Richard Guenther  <rguenther@suse.de>
3866         * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Do not fold alloca (0).
3867         (ccp_fold_stmt): Continue replacing args when folding alloca fails.
3869 2011-08-31  Richard Guenther  <rguenther@suse.de>
3871         * expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR
3872         handling here, from ...
3873         (expand_expr_real_1): ... here.
3874         * gimple-pretty-print.c (dump_ternary_rhs): Handle COND_EXPR
3875         and VEC_COND_EXPR.
3876         * gimple.c (gimple_rhs_class_table): Make COND_EXPR and VEC_COND_EXPR
3877         a GIMPLE_TERNARY_RHS.
3878         * tree-cfg.c (verify_gimple_assign_ternary): Handle COND_EXPR
3879         and VEC_COND_EXPR here ...
3880         (verify_gimple_assign_single): ... not here.
3881         * gimple-fold.c (fold_gimple_assign): Move COND_EXPR folding.
3882         * tree-object-size.c (cond_expr_object_size): Adjust.
3883         (collect_object_sizes_for): Likewise.
3884         * tree-scalar-evolution.c (interpret_expr): Don't handle ternary RHSs.
3885         * tree-ssa-forwprop.c (forward_propagate_into_cond): Fix and simplify.
3886         (ssa_forward_propagate_and_combine): Adjust.
3887         * tree-ssa-loop-im.c (move_computations_stmt): Build the COND_EXPR
3888         as ternary.
3889         * tree-ssa-threadedge.c (fold_assignment_stmt): Adjust.
3890         * tree-vect-loop.c (vect_is_simple_reduction_1): Likewise.
3891         * tree-vect-stmt.c (vectorizable_condition): Likewise.
3892         * tree-vrp.c (extract_range_from_cond_expr): Likewise.
3893         (extract_range_from_assignment): Likewise.
3895 2011-08-31  Richard Sandiford  <rdsandiford@googlemail.com>
3897         * config/i386/i386.md: Use (match_test ...) for attribute tests.
3898         * config/i386/mmx.md: Likewise.
3899         * config/i386/sse.md: Likewise.
3900         * config/i386/predicates.md (call_insn_operand): Use
3901         (not (match_test "...")) instead of (match_test "!...")
3902         * config/i386/constraints.md (w): Likewise.
3904 2011-08-31  Richard Sandiford  <rdsandiford@googlemail.com>
3906         * doc/md.texi: Describe the use of match_tests in attribute tests.
3907         * rtl.def (MATCH_TEST): Update commentary.
3908         * genattrtab.c (attr_copy_rtx, check_attr_test, clear_struct_flag)
3909         (write_test_expr, walk_attr_value): Handle MATCH_TEST.
3911 2011-08-31  Richard Sandiford  <rdsandiford@googlemail.com>
3913         * genattrtab.c (attr_rtx_1): Hash SYMBOL_REFs.
3914         (attr_string): Use copy_md_ptr_loc.
3916 2011-08-31  Martin Jambor  <mjambor@suse.cz>
3918         PR middle-end/49886
3919         * ipa-inline-analysis.c (compute_inline_parameters): Set
3920         can_change_signature of noes with typde attributes.
3921         * ipa-split.c (split_function): Do not skip any arguments if
3922         can_change_signature is set.
3924 2011-08-31  Martin Jambor  <mjambor@suse.cz>
3926         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Alias
3927         check removed.
3929 2011-08-31  Richard Guenther  <rguenther@suse.de>
3931         * fold-const.c (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE
3932         special-casing.
3934 2011-08-31  Marc Glisse  <marc.glisse@inria.fr>
3936         * doc/generic.texi (Types for C++): CP_TYPE_QUALS -> cp_type_quals.
3938 2011-08-31  Tom de Vries  <tom@codesourcery.com>
3940         PR middle-end/43513
3941         * Makefile.in (tree-ssa-ccp.o): Add $(PARAMS_H) to rule.
3942         * tree-ssa-ccp.c (params.h): Include.
3943         (fold_builtin_alloca_for_var): New function.
3944         (ccp_fold_stmt): Use fold_builtin_alloca_for_var.
3946 2011-08-30  Uros Bizjak  <ubizjak@gmail.com>
3948         * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
3949         Handle FMA option.
3951 2011-08-30  Andrew Stubbs  <ams@codesourcery.com>
3953         * config/arm/arm.c (optimal_immediate_sequence_1): Make b1, b2,
3954         b3 and b4 unsigned.
3956 2011-08-30  Andrew Stubbs  <ams@codesourcery.com>
3958         * config/arm/arm.c (arm_gen_constant): Set can_negate correctly
3959         when code is SET.
3961 2011-08-30  Richard Guenther  <rguenther@suse.de>
3963         PR middle-end/48571
3964         * gimple.h (maybe_fold_offset_to_address): Remove.
3965         (maybe_fold_offset_to_reference): Likewise.
3966         (maybe_fold_stmt_addition): Likewise.
3967         (may_propagate_address_into_dereference): Likewise.
3968         * tree-inline.c (remap_gimple_op_r): Do not reconstruct
3969         array references.
3970         * gimple-fold.c (canonicalize_constructor_val): Likewise.
3971         Canonicalize invariant POINTER_PLUS_EXPRs to invariant MEM_REF
3972         addresses instead.
3973         (may_propagate_address_into_dereference): Remove.
3974         (maybe_fold_offset_to_array_ref): Likewise.
3975         (maybe_fold_offset_to_reference): Likewise.
3976         (maybe_fold_offset_to_address): Likewise.
3977         (maybe_fold_stmt_addition): Likewise.
3978         (fold_gimple_assign): Do not reconstruct array references but
3979         instead canonicalize invariant POINTER_PLUS_EXPRs to invariant
3980         MEM_REF addresses.
3981         (gimple_fold_stmt_to_constant_1): Likewise.
3982         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
3983         * gimplify.c (gimplify_conversion): Likewise.
3984         (gimplify_expr): Likewise.
3986 2011-08-30  Ilya Tocar  <ilya.tocar@intel.com>
3988         * config/i386/fmaintrin.h: New.
3989         * config.gcc: Add fmaintrin.h.
3990         * config/i386/i386.c
3991         (enum ix86_builtins) <IX86_BUILTIN_VFMADDSS3>: New.
3992         <IX86_BUILTIN_VFMADDSD3>: Likewise.
3993         * config/i386/sse.md (fmai_vmfmadd_<mode>): New.
3994         (*fmai_fmadd_<mode>): Likewise.
3995         (*fmai_fmsub_<mode>): Likewise.
3996         (*fmai_fnmadd_<mode>): Likewise.
3997         (*fmai_fnmsub_<mode>): Likewise.
3998         * config/i386/immintrin.h: Add fmaintrin.h.
4000 2011-08-30  Bernd Schmidt  <bernds@codesourcery.com>
4002         * genautomata.c (NO_COMB_OPTION): New macro.
4003         (no_comb_flag): New static variable.
4004         (gen_automata_option): Handle NO_COMB_OPTION.
4005         (comb_vect_p): False if no_comb_flag.
4006         (add_vect): Move computation of min/max values.  Return early if
4007         no_comb_flag.
4008         * doc/md.texi (automata_option): Document no-comb-vect.
4010         * config/i386/i386.c (get_pc_thunk_name): Change prefix to
4011         "__x86.get_pc_thunk".
4013         * bb-reorder.c (insert_section_boundary_note): Only do it if
4014         we reordered the blocks; i.e. not if !optimize_function_for_speed_p.
4016 2011-08-30  Christian Bruel  <christian.bruel@st.com>
4018         * coverage.c (coverage_init): Check flag_branch_probabilities instead of
4019         flag_profile_use.
4021 2011-08-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
4023         * config/rs6000/rs6000.opt (-msave-toc-indirect): Change default
4024         to off.  Document switch.
4025         * doc/invoke.texi (-msave-toc-indirect): Ditto.
4027 2011-08-29  Jakub Jelinek  <jakub@redhat.com>
4029         * gthr-posix.h (__gthread_active_p): Do not use preprocessor
4030         conditionals and comments inside macro arguments.
4032 2011-08-29  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
4033             Richard Guenther  <rguenther@suse.de>
4035         * tree.h (constant_boolean_node): Adjust prototype.
4036         * fold-const.c (fold_convert_loc): Move aggregate conversion
4037         leeway down.
4038         (constant_boolean_node): Make value parameter boolean, add
4039         vector type handling.
4040         (fold_unary_loc): Use constant_boolean_node.
4041         (fold_binary_loc): Preserve types properly when folding
4042         COMPLEX_EXPR <__real x, __imag x>.
4043         * gimplify.c (gimplify_expr): Handle vector comparison.
4044         * tree.def (EQ_EXPR, ...): Document behavior on vector typed
4045         comparison.
4046         * tree-cfg.c (verify_gimple_comparison): Verify vector typed
4047         comparisons.
4049 2011-08-29  Jakub Jelinek  <jakub@redhat.com>
4051         PR middle-end/48722
4052         * emit-rtl.c (unshare_all_rtl_again): For CALL_INSNs,
4053         reset_used_flags also in CALL_INSN_FUNCTION_USAGE.
4054         (verify_rtl_sharing): Likewise and verify_rtx_sharing
4055         in there too.
4056         (unshare_all_rtl_in_chain): For CALL_INSNs
4057         copy_rtx_if_shared also CALL_INSN_FUNCTION_USAGE.
4059 2011-08-29  Richard Guenther  <rguenther@suse.de>
4061         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Set a location
4062         on the built ADDR_EXPR.
4064 2011-08-29  Jakub Jelinek  <jakub@redhat.com>
4066         PR debug/50215
4067         * var-tracking.c (create_entry_value): Call cselib_lookup_from_insn
4068         before adding ENTRY_VALUE to val->locs.
4070 2011-08-28  Mikael Pettersson  <mikpe@it.uu.se>
4072         PR bootstrap/50218
4073         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Initialize
4074         comp.
4076 2011-08-27  Bernd Schmidt  <bernds@codesourcery.com>
4078         * doc/rtl.texi (simple_return): Document.
4079         (parallel, PATTERN): Here too.
4080         * doc/md.texi (return): Mention it's allowed to expand to simple_return
4081         in some cases.
4082         (simple_return): Document standard pattern.
4083         * gengenrtl.c (special_rtx): SIMPLE_RETURN is special.
4084         * final.c (final_scan_insn): Use ANY_RETURN_P on body.
4085         * reorg.c (function_return_label, function_simple_return_label):
4086         New static variables, replacing...
4087         (end_of_function_label): ... this.
4088         (simplejump_or_return_p): New static function.
4089         (optimize_skip, steal_delay_list_from_fallthrough,
4090         fill_slots_from_thread): Use it.
4091         (relax_delay_slots): Likewise.  Use ANY_RETURN_P on body.
4092         (rare_destination, follow_jumps): Use ANY_RETURN_P on body.
4093         (find_end_label): Take a new arg which is one of the two return
4094         rtxs.  Depending on which, set either function_return_label or
4095         function_simple_return_label.  All callers changed.
4096         (make_return_insns): Make both kinds.
4097         (dbr_schedule): Adjust for two kinds of end labels.
4098         * function.c (emit_return_into_block): Set JUMP_LABEL properly.
4099         * genemit.c (gen_exp): Handle SIMPLE_RETURN.
4100         (gen_expand, gen_split): Use ANY_RETURN_P.
4101         * df-scan.c (df_uses_record): Handle SIMPLE_RETURN.
4102         * rtl.def (SIMPLE_RETURN): New code.
4103         * ifcvt.c (find_if_case_1): Be more careful about
4104         redirecting jumps to the EXIT_BLOCK.
4105         * jump.c (condjump_p, condjump_in_parallel_p, any_condjump_p,
4106         returnjump_p_1): Handle SIMPLE_RETURNs.
4107         * print-rtl.c (print_rtx): Likewise.
4108         * rtl.c (copy_rtx): Likewise.
4109         * bt-load.c (compute_defs_uses_and_gen): Use ANY_RETURN_P.
4110         * combine.c (simplify_set): Likewise.
4111         * resource.c (find_dead_or_set_registers, mark_set_resources):
4112         Likewise.
4113         * emit-rtl.c (verify_rtx_sharing, classify_insn, copy_insn_1,
4114         copy_rtx_if_shared_1, mark_used_flags): Handle SIMPLE_RETURNs.
4115         (init_emit_regs): Initialize simple_return_rtx.
4116         * cfglayout.c (fixup_reorder_chain): Pass a JUMP_LABEL to
4117         force_nonfallthru_and_redirect.
4118         * rtl.h (ANY_RETURN_P): Allow SIMPLE_RETURN.
4119         (GR_SIMPLE_RETURN): New enum value.
4120         (simple_return_rtx): New macro.
4121         * basic-block.h (force_nonfallthru_and_redirect): Adjust
4122         declaration.
4123         * cfgrtl.c (force_nonfallthru_and_redirect): Take a new jump_label
4124         argument.  All callers changed.  Be careful about what kinds of
4125         returnjumps to generate.
4126         * config/i386/3i86.c (ix86_pad_returns, ix86_count_insn_bb,
4127         ix86_pad_short_function): Likewise.
4128         * config/arm/arm.c (arm_final_prescan_insn): Handle both kinds
4129         of return.
4130         * config/mips/mips.md (any_return): New code_iterator.
4131         (optab): Add cases for return and simple_return.
4132         (return): Expand to a simple_return.
4133         (simple_return): New pattern.
4134         (*<optab>, *<optab>_internal for any_return): New patterns.
4135         (return_internal): Remove.
4136         * config/mips/mips.c (mips_expand_epilogue): Make the last insn
4137         a simple_return_internal.
4139 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
4141         * config/i386/sse.md (*absneg<mode>2): Fix split condition.
4142         (vec_extract_lo_<mode>): Prevent both operands in memory.
4143         (vec_extract_lo_v16hi): Ditto.
4144         (*vec_extract_v4sf_mem): Add TARGET_SSE insn constraint.
4146 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
4148         * config/i386/sse.md (mulv16qi3): Attach REG_EQUAL note.
4149         (*sse2_mulv4si3): Ditto.
4150         (mulv2di3): Ditto.
4151         * config/i386/i386.c (legitimize_tls_address): Change REG_EQIV
4152         notes to REG_EQUAL.
4154 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
4156         PR target/50202
4157         * config/i386/sse.md (sse4_2_pcmpestr): Emit NOTE_INSN_DELETED note
4158         when all outputs are unused.
4159         (sse4_2_pcmpistr): Ditto.
4161 2011-08-26  Uros Bizjak  <ubizjak@gmail.com>
4163         * config/i386/i386.md (round<mode>2): New expander.
4164         * config/i386/i386.c (enum ix86_builtins): Add
4165         IX86_BUILTIN_ROUND{PS,PD}_AZ{,256}.
4166         (struct builtin_description): Add __builtin_ia32_round{ps,pd}_az{,256}
4167         descriptions.
4168         (ix86_builtin_vectorized_function): Handle BUILT_IN_ROUND{,F} builtins.
4169         (ix86_build_const_vector): Rewrite using loop with RTVEC_ELT accessor.
4171 2011-08-26  Uros Bizjak  <ubizjak@gmail.com>
4173         PR middle-end/50083
4174         * convert.c (convert_to_integer) <BUIT_IN_ROUND{,F,L}>: Convert
4175         only when TARGET_C99_FUNCTIONS.
4176         <BUILT_IN_NEARBYINT{,F,L}>: Ditto.
4177         <BUILT_IN_RINT{,F,L}>: Ditto.
4179 2011-08-26  Michael Matz  <matz@suse.de>
4180             Jakub Jelinek  <jakub@redhat.com>
4182         PR lto/50165
4183         * lto-streamer-in.c (canon_file_name): Initialize new_slot->len;
4184         don't call strlen twice, use memcpy.
4186 2011-08-26  H.J. Lu  <hongjiu.lu@intel.com>
4188         * config/i386/bmi2intrin.h: Allow in <immintrin.h>.
4189         * config/i386/bmiintrin.h: Likewise.
4190         * config/i386/lzcntintrin.h: Likewise.
4192         * config/i386/immintrin.h: Include <lzcntintrin.h>,
4193         <bmiintrin.h> and <bmi2intrin.h>.
4195 2011-08-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4197         PR target/50166
4198         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Check count in main.
4199         * configure: Regenerate.
4201 2011-08-26  Jakub Jelinek  <jakub@redhat.com>
4203         PR c/50179
4204         * c-typeck.c (c_process_expr_stmt): Skip over nops and
4205         call mark_exp_read even if exprv is ADDR_EXPR.
4207 2011-08-26  Richard Sandiford  <richard.sandiford@linaro.org>
4209         * df-problems.c (df_note_bb_compute): Pass uses rather than defs
4210         to df_set_dead_notes_for_mw.
4212 2011-08-26  Richard Guenther  <rguenther@suse.de>
4214         * varasm.c (decode_addr_const): Handle MEM_REF[&X, OFF].
4216 2011-08-26  Zdenek Dvorak  <ook@ucw.cz>
4217             Tom de Vries  <tom@codesourcery.com>
4219         * tree-ssa-loop-ivopts.c (struct cost_pair): Add comp field.
4220         (struct ivopts_data): Add loop_single_exit_p field.
4221         (niter_for_exit): Change parameter desc_p into return value.  Return
4222         desc if desc->may_be_zero.  Free desc if unused.
4223         (niter_for_single_dom_exit): Change return type.
4224         (find_induction_variables): Handle changed return type of
4225         niter_for_single_dom_exit.  Dump may_be_zero.
4226         (add_candidate_1): Keep original base and step type for IP_ORIGINAL.
4227         (set_use_iv_cost): Add and handle comp parameter.
4228         (determine_use_iv_cost_generic, determine_use_iv_cost_address): Add
4229         comp argument to set_use_iv_cost.
4230         (strip_wrap_conserving_type_conversions, expr_equal_p)
4231         (difference_cannot_overflow_p, iv_elimination_compare_lt): New function.
4232         (may_eliminate_iv): Add comp parameter.  Handle new return type of
4233         niter_for_exit.  Use loop_single_exit_p.  Use iv_elimination_compare_lt.
4234         (determine_use_iv_cost_condition): Add comp argument to set_use_iv_cost
4235         and may_eliminate_iv.
4236         (rewrite_use_compare): Move call to iv_elimination_compare to ...
4237         (may_eliminate_iv): Here.
4238         (tree_ssa_iv_optimize_loop): Initialize loop_single_exit_p.
4240 2011-08-26  Tom de Vries  <tom@codesourcery.com>
4242         * tree-pretty-print (dump_generic_node): Test for NULL_TREE before
4243         accessing TREE_TYPE.
4245 2011-08-26  Jiangning Liu  <jiangning.liu@arm.com>
4247         * config/arm/arm.md (*ior_scc_scc): Enable for Thumb2 as well.
4248         (*ior_scc_scc_cmp): Likewise
4249         (*and_scc_scc): Likewise.
4250         (*and_scc_scc_cmp): Likewise.
4251         (*and_scc_scc_nodom): Likewise.
4252         (*cmp_ite0, *cmp_ite1, *cmp_and, *cmp_ior): Handle Thumb2.
4254 2011-08-26  Jakub Jelinek  <jakub@redhat.com>
4256         * rtlanal.c (nonzero_bits1): Handle CLRSB.
4258 2011-08-26  Richard Guenther  <rguenther@suse.de>
4260         * expr.c (string_constant): Handle &MEM_REF.
4262 2011-08-26  Andrew Stubbs  <ams@codesourcery.com>
4264         * config/arm/arm.c (struct four_ints): New type.
4265         (count_insns_for_constant): Delete function.
4266         (find_best_start): Delete function.
4267         (optimal_immediate_sequence): New function.
4268         (optimal_immediate_sequence_1): New function.
4269         (arm_gen_constant): Move constant splitting code to
4270         optimal_immediate_sequence.
4271         Rewrite constant negation/invertion code.
4273 2011-08-26  Andrew Stubbs  <ams@codesourcery.com>
4275         * config/arm/arm-protos.h (const_ok_for_op): Add prototype.
4276         * config/arm/arm.c (const_ok_for_op): Add support for addw/subw.
4277         Remove prototype. Remove static function type.
4278         * config/arm/arm.md (*arm_addsi3): Add addw/subw support.
4279         Add arch attribute.
4280         * config/arm/constraints.md (Pj, PJ): New constraints.
4282 2011-08-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4284         * config/arm/cortex-a9.md ("cortex_a9_mult_long"): New.
4285         ("cortex_a9_multiply_long"): New and use above.  Handle all
4286         long multiply cases.
4287         ("cortex_a9_multiply"): Handle smmul and smmulr.
4288         ("cortex_a9_mac"): Handle smmla.
4290 2011-08-25  Richard Henderson  <rth@redhat.com>
4292         PR 50132
4293         PR 49864
4294         * cfgcleanup.c (old_insns_match_p): Don't allow cross-jump for
4295         non-constant stack adjutment.
4296         * expr.c (find_args_size_adjust): Break out from ...
4297         (fixup_args_size_notes): ... here.
4298         * rtl.h (find_args_size_adjust): Declare.
4300 2011-08-25  Uros Bizjak  <ubizjak@gmail.com>
4302         * config/i386/i386.md (isa): Add sse2, sse2_noavx, sse3,
4303         sse4 and sse4_noavx.
4304         (enabled): Handle sse2, sse2_noavx, sse3, sse4 and sse4_noavx.
4305         (*pushdf_rex64): Change Y2 register constraint to x.
4306         (*movdf_internal_rex64): Ditto.
4307         (*zero_extendsidi2_rex64): Ditto.
4308         (*movdi_internal): Change Y2 register constraint to x
4309         and update "isa" attribute.
4310         (*pushdf): Ditto.
4311         (*movdf internal): Ditto.
4312         (zero_extendsidi2_1): Ditto.
4313         (*truncdfdf_mixed): Ditto.
4314         (*truncxfdf2_mixed): Ditto.
4315         * config/i386/mmx.md (*mov<mode>_internal_rex64): Change Y2
4316         register constraint to x.
4317         (*movv2sf_internal_rex64): Ditto.
4318         (*mov<mode>_internal): Change Y2 register constraint to x
4319         and add "isa" attribute.
4320         (*movv2sf_internal): Ditto.
4321         (*vec_extractv2si_1): Ditto.
4322         * config/i386/sse.md ("vec_set<mode>_0): Change Y2 and Y4 register
4323         constraints to x and update "isa" attribute.
4324         (*vec_interleave_highv2df): Change Y3 registerconstraint
4325         to x and update "isa" attribute.
4326         (*vec_interleave_lowv2df): Ditto.
4327         (*vec_concatv2df): Change Y2 register constraint to x and
4328         update "isa" attribute.
4329         (sse2_loadld): Ditto.
4330         (*vec_extractv2di_1): Ditto.
4331         (*vec_dupv4si): Ditto.
4332         (*vec_dupv2di): Ditto.
4333         (*vec_concatv4si): Ditto.
4334         (vec_concatv2di): Ditto.
4335         * config/i386/constraints.md (Y2): Remove.
4336         (Y3): Ditto.
4337         (Y4): Ditto.
4339 2011-08-25  Bernd Schmidt  <bernds@codesourcery.com>
4341         * regrename.c (scan_rtx_reg, scan_rtx_address, build_def_use,
4342         dump_def_use_chain): Don't declare.
4343         (mark_conflict, create_new_chain): Move before users.
4344         (regrename_optimize): Move to near end of file.
4346 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
4348         * config/avr-protos.h (byte_immediate_operand): Remove Prototype.
4349         (secondary_input_reload_class): Remove Prototype.
4350         * config/avr/avr.c (byte_immediate_operand): Remove Function.
4351         * config/avr/avr.md (setmemhi): Use u8_operand.
4352         (strlenhi): Use const0_rtx for comparison.
4353         * config/avr/avr.h (avr_reg_order): Remove Declaration.
4355 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
4357         * config/avr/avr.c (reg_class_tab): Make local to
4358         avr_regno_reg_class.  Return smallest register class available.
4360 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
4362         * config/avr/avr.c (STR_PREFIX_P): New Define.
4363         (avr_asm_declare_function_name): Use it.
4364         (avr_asm_named_section): Use it.
4365         (avr_section_type_flags): Use it.
4367 2011-08-25  Bernd Schmidt  <bernds@codesourcery.com>
4369         * doc/md.texi (automata_option): Document collapse-ndfa.
4370         * genautomata.c (COLLAPSE_OPTION): New macro.
4371         (collapse_flag): New static variable.
4372         (struct description): New member normal_decls_num.
4373         (struct automaton): New members advance_ainsn and collapse_ainsn.
4374         (gen_automata_option): Check for COLLAPSE_OPTION.
4375         (collapse_ndfa_insn_decl): New static variable.
4376         (add_collapse_ndfa_insn_decl, special_decl_p): New functions.
4377         (find_arc): If insn is the collapse-ndfa insn, accept any arc we find.
4378         (transform_insn_regexps): Call add_collapse_ndfa_insn_decl if
4379         necessary.  Use normal_decls_num rather than decls_num, remove
4380         test for special decls.
4381         (create_alt_states, form_ainsn_with_same_reservs): Use special_decl_p.
4382         (make_automaton); Likewise.  Use the new advance_cycle_insn member
4383         of struct automaton.
4384         (create_composed_state): Disallow advance-cycle arcs if collapse_flag
4385         is set.
4386         (NDFA_to_DFA): Don't create composed states for the collapse-ndfa
4387         transition.  Create the necessary transitions for it.
4388         (create_ainsns): Return void.  Take an automaton_t argument, and
4389         update its ainsn_list, advance_ainsn and collapse_ainsn members.  All
4390         callers changed.
4391         (COLLAPSE_NDFA_VALUE_NAME): New macro.
4392         (output_tables): Output code to define it.
4393         (output_internal_insn_code_evaluation): Output code to accept
4394         const0_rtx as collapse-ndfa transition.
4395         (output_default_latencies, output_print_reservation_func,
4396         output_print_description): Reorganize loops to use normal_decls_num
4397         as loop bound; remove special case for advance_cycle_insn_decl.
4398         (initiate_automaton_gen): Handle COLLAPSE_OPTION.
4399         (check_automata_insn_issues): Check for collapse_ainsn.
4400         (expand_automate): Allocate sufficient space.  Initialize
4401         normal_decls_num.
4403 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
4405         * config/avr/avr.md: Fix indentation from r177991.
4407 2011-08-25  Bernd Schmidt  <bernds@codesourcery.com>
4409         * regrename.c (struct du_head): Remove member terminated.
4410         (create_new_chain): Don't initialize it.
4411         (scan_rtx_reg): Don't set or test it, test the open_chains_set
4412         bitmap instead.
4413         (tick, this_tick): New global variables, moved out of
4414         regrename_optimize.
4415         (current_id, open_chains, closed_chains, open_chains_set,
4416         live_in_chains, live_hard_regs): Reorder declarations.
4417         (dump_def_use_chain): Move function earlier in the file.
4418         (rename_chains): New static function, broken out of
4419         regrename_optimize.
4420         (regrename_optimize): Use it.  Remove #if 0'ed code.
4422 2011-08-25  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4424         * varasm.c: (default_binds_local_p_1): Commentary typo fix.
4426 2011-08-24  H.J. Lu  <hongjiu.lu@intel.com>
4428         PR target/50172
4429         * config/i386/i386.c (ix86_expand_builtin): Convert to Pmode if needed.
4431 2011-08-24  Richard Guenther  <rguenther@suse.de>
4433         * tree-data-ref.c (dr_analyze_indices): Avoid unsharing the
4434         ref in the basic-block case.  Move stripping array-refs
4435         to the place we create an access-function for it.  Remove
4436         bogus stripping down a MEM_REF to its base.
4438 2011-08-24  Richard Guenther  <rguenther@suse.de>
4440         * fold-const.c (fold_comparison): Fold &a < &a + 4 even
4441         with -fno-strict-overflow.
4443 2011-08-24  Richard Guenther  <rguenther@suse.de>
4445         * tree-vectorizer.c (vect_print_dump_info): Avoid the
4446         file and location clutter when dumping to dump files.
4448 2011-08-24  Simon Baldwin  <simonb@google.com>
4450         * gengtype-state.c (write_state): Remove timestamped header line.
4452 2011-08-24  Joseph Myers  <joseph@codesourcery.com>
4454         * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)
4455         (CFLAGS-c-family/c-pch.o, CFLAGS-prefix.o, CFLAGS-version.o)
4456         (CFLAGS-lto-compress.o, CFLAGS-toplev.o, CFLAGS-intl.o)
4457         (CFLAGS-cppbuiltin.o, CFLAGS-cppdefault.o): New.
4458         (collect2.o, c-family/c-cppbuiltin.o, c-family/c-opts.o)
4459         (c-family/c-pch.o, prefix.o, version.o, lto-compress.o, toplev.o)
4460         (intl.o, cppbuiltin.o, cppdefault.o): Remove explicit compilation
4461         rules.
4462         (lto-wrapper$(exeext)): Use $(LINKER) not $(COMPILER).
4464 2011-08-24  Joseph Myers  <joseph@codesourcery.com>
4466         * Makefile.in (ALL_CXXFLAGS): Include $(CFLAGS-$@).
4468 2011-08-24  Richard Guenther  <rguenther@suse.de>
4470         PR tree-optimization/50067
4471         * tree-data-ref.c (dr_analyze_indices): Do not add an access
4472         function for a MEM_REF base that has no evolution in the loop
4473         nest or that is not analyzable.
4475 2011-08-23  Vladimir Makarov  <vmakarov@redhat.com>
4477         * ira.c (ira_init_register_move_cost): Check small subclasses
4478         through ira_reg_class_max_nregs and ira_available_class_regs.
4480 2011-08-23  Uros Bizjak  <ubizjak@gmail.com>
4482         * config/i386/constraints.md (Yp): New register constraint.
4483         * config/i386/i386.md (*addhi_1): Merge with *addhi_1_lea using
4484         Yp register constraint.
4485         (*addqi_1): Merge with *addqi_1_lea using Yp register constraint.
4486         (*ashlhi3_1): Merge with *ashlhi3_1_lea using Yp register constraint.
4487         (*ashlqi3_1): Merge with *ashlqi3_1_lea using Yp register constraint.
4489 2011-08-23  Kirill Yukhin  <kirill.yukhin@intel.com>
4491         * config/i386/sse.md (<s>mul<mode>3_highpart): Update.
4493 2011-08-23  Mark Heffernan  <meheff@google.com>
4495         PR middle-end/38509
4496         * common.opt (Wfree-nonheap-object): New option.
4497         * doc/invoke.texi (Warning options): Document -Wfree-nonheap-object.
4498         * builtins.c (maybe_emit_free_warning): Add OPT_Wfree_nonheap_object
4499         to warning.
4500         (expand_builtin): Make warning conditional.
4502 2011-08-23  Uros Bizjak  <ubizjak@gmail.com>
4504         * config/i386/i386.md (type): Add imulx, ishiftx and rotatex.
4505         (length_immediate): Handle imulx, ishiftx and rotatex.
4506         (imm_disp): Ditto.
4507         (isa): Add bmi2.
4508         (enabled): Handle bmi2.
4509         (*mul<mode><dwi>3): Split from *<u>mul<mode><dwi>3.
4510         (*umul<mode><dwi>3): Ditto.  Add imulx BMI2 alternative.
4511         (*bmi2_umulditi3_1): New insn pattern.
4512         (*bmi2_umulsidi3_1): Ditto.
4513         (*umul<mode><dwi>3 splitter): New splitter to avoid flags dependency.
4514         (*bmi2_ashl<mode>3_1): New insn pattern.
4515         (*ashl<mode>3_1): Add ishiftx BMI2 alternative.
4516         (*ashl<mode>3_1 splitter): New splitter to avoid flags dependency.
4517         (*bmi2_ashlsi3_1_zext): New insn pattern.
4518         (*ashlsi3_1_zext): Add ishiftx BMI2 alternative.
4519         (*ashlsi3_1_zext splitter): New splitter to avoid flags dependency.
4520         (*bmi2_<shiftrt_insn><mode>3_1): New insn pattern.
4521         (*<shiftrt_insn><mode>3_1): Add ishiftx BMI2 alternative.
4522         (*<shiftrt_insn><mode>3_1 splitter): New splitter to avoid
4523         flags dependency.
4524         (*bmi2_<shiftrt_insn>si3_1_zext): New insn pattern.
4525         (*<shiftrt_insn>si3_1_zext): Add ishiftx BMI2 alternative.
4526         (*<shiftrt_insn>si3_1_zext splitter): New splitter to avoid
4527         flags dependency.
4528         (*bmi2_rorx<mode>3_1): New insn pattern.
4529         (*<rotate_insn><mode>3_1): Add rotatex BMI2 alternative.
4530         (*rotate<mode>3_1 splitter): New splitter to avoid flags dependency.
4531         (*rotatert<mode>3_1 splitter): Ditto.
4532         (*bmi2_rorxsi3_1_zext): New insn pattern.
4533         (*<rotate_insn>si3_1_zext): Add rotatex BMI2 alternative.
4534         (*rotatesi3_1_zext splitter): New splitter to avoid flags dependency.
4535         (*rotatertsi3_1_zext splitter): Ditto.
4537 2011-08-23  Kirill Yukhin  <kirill.yukhin@intel.com>
4539         * common/config/i386/i386-common.c (OPTION_MASK_ISA_BMI2_SET): New.
4540         (OPTION_MASK_ISA_BMI2_UNSET): Likewise.
4541         (ix86_handle_option): Handle OPT_mbmi2 case.
4542         * config.gcc (i[34567]86-*-*): Add bmi2intrin.h.
4543         (x86_64-*-*): Likewise.
4544         * config/i386/bmi2intrin.h: New file.
4545         * config/i386/cpuid.h (bit_BMI2): New.
4546         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
4547         BMI2 feature.
4548         * config/i386/i386-c.c (ix86_target_macros_internal):
4549         Conditionally define __BMI2__.
4550         * config/i386/i386.c (ix86_option_override_internal): Define PTA_BMI2.
4551         Handle BMI2 option.
4552         (ix86_valid_target_attribute_inner_p): Handle BMI2 option.
4553         (print_reg): New code.
4554         (ix86_print_operand): Likewise.
4555         (ix86_builtins): Add IX86_BUILTIN_BZHI32, IX86_BUILTIN_BZHI64,
4556         IX86_BUILTIN_PDEP32, IX86_BUILTIN_PDEP64, IX86_BUILTIN_PEXT32,
4557         IX86_BUILTIN_PEXT64.
4558         (bdesc_args): Add IX86_BUILTIN_BZHI32, IX86_BUILTIN_BZHI64,
4559         IX86_BUILTIN_PDEP32, IX86_BUILTIN_PDEP64, IX86_BUILTIN_PEXT32,
4560         IX86_BUILTIN_PEXT64.
4561         * config/i386/i386.h (TARGET_BMI2): New.
4562         * config/i386/i386.md (UNSPEC_PDEP): New.
4563         (UNSPEC_PEXT): Likewise.
4564         (*bmi2_bzhi_<mode>3): Likewise.
4565         (*bmi2_pdep_<mode>3): Likewise.
4566         (*bmi2_pext_<mode>3): Likewise.
4567         * config/i386/i386.opt (mbmi2): New.
4568         * config/i386/x86intrin.h: Include bmi2intrin.h when __BMI2__
4569         is defined.
4570         * doc/extend.texi: Document BMI2 built-in functions.
4571         * doc/invoke.texi: Document -mbmi2.
4573 2011-08-23  Jakub Jelinek  <jakub@redhat.com>
4575         PR middle-end/50161
4576         * simplify-rtx.c (simplify_const_unary_operation): If
4577         op is CONST_INT, don't look at op_mode, but use instead mode.
4578         * optabs.c (add_equal_note): For FFS, CLZ, CTZ,
4579         CLRSB, POPCOUNT, PARITY and BSWAP use operand mode for
4580         operation and TRUNCATE/ZERO_EXTEND if needed.
4581         * doc/rtl.texi (ffs, clrsb, clz, ctz, popcount, parity, bswap):
4582         Document that operand mode must be same as operation mode,
4583         or VOIDmode.
4584         * config/avr/avr.md (paritysi2, *parityqihi2.libgcc,
4585         *paritysihi2.libgcc, popcountsi2, *popcountsi2.libgcc,
4586         *popcountqihi2.libgcc, clzsi2, *clzsihi2.libgcc, ctzsi2,
4587         *ctzsihi2.libgcc, ffssi2, *ffssihi2.libgcc): For unary ops
4588         use the mode of operand for the operation and add truncate
4589         or zero_extend around if needed.
4590         * config/c6x/c6x.md (ctzdi2): Likewise.
4591         * config/bfin/bfin.md (clrsbsi2, signbitssi2): Likewise.
4593 2011-08-12  Michael Matz  <matz@suse.de>
4595         * cfgexpand.c (expand_one_register_var): Use get_pointer_alignment.
4596         (gimple_expand_cfg): Merge alignment info for coalesced pointer
4597         SSA names.
4599 2011-08-23  Richard Guenther  <rguenther@suse.de>
4601         * Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.
4602         * tree-affine.h (aff_comb_cannot_overlap_p): Declare.
4603         * tree-affine.c (aff_comb_cannot_overlap_p): New function, moved
4604         from ...
4605         * tree-ssa-loop-im.c (cannot_overlap_p): ... here.
4606         (mem_refs_may_alias_p): Adjust.
4607         * tree-data-ref.h (dr_may_alias_p): Adjust.
4608         * tree-data-ref.c: Include tree-affine.h.
4609         (dr_analyze_indices): Do nothing for the non-loop case.
4610         (dr_may_alias_p): Distinguish loop and non-loop case.  Disambiguate
4611         more cases in the non-loop case.
4612         * graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): Adjust
4613         calls to dr_may_alias_p.
4614         (write_alias_graph_to_ascii_ecc): Likewise.
4615         (write_alias_graph_to_ascii_dot): Likewise.
4616         (build_alias_set_optimal_p): Likewise.
4618 2011-08-23  Richard Guenther  <rguenther@suse.de>
4620         PR tree-optimization/50162
4621         * tree-vect-stmts.c (vectorizable_call): Fix argument lookup.
4623 2011-08-23  Richard Guenther  <rguenther@suse.de>
4625         * tree-data-ref.c (dr_analyze_indices): Add comments, handle
4626         REALPART_EXPR and IMAGPART_EXPR similar to ARRAY_REFs.
4627         (create_data_ref): Also dump access functions for the created data-ref.
4629 2011-08-22  Uros Bizjak  <ubizjak@gmail.com>
4630             Kirill Yukhin  <kirill.yukhin@intel.com>
4632         PR target/50155
4633         * config/i386/sse.md (VI_AVX2): New.
4634         (<plusminus_insn><mode>3): Use VI_AVX2 mode iterator.
4635         (*<plusminus_insn><mode>3): Ditto.
4636         (<sse2_avx2>_andnot<mode>3): Ditto.
4637         (*andnot<mode>3): Fix order of cond operands.
4638         Add asserts for correct TARGET_xxx.
4639         (*<any_logic:code><mode>3): Ditto.
4641 2011-08-22  Anatoly Sokolov  <aesok@post.ru>
4643         * config/m32c/m32c.h (CLASS_MAX_NREGS): Remove macro.
4644         * config/m32c/m32c-protos.h (m32c_class_max_nregs): Remove.
4645         * config/m32c/m32c.c (m32c_class_max_nregs): Make static. Change
4646         regclass argument type to reg_class_t. Change 'max' and 'v' vars
4647         and return types to unsigned char. Use reg_class_contents instead
4648         of class_contents.
4649         (TARGET_CLASS_MAX_NREGS): Define.
4651 2011-08-22  Bernd Schmidt  <bernds@codesourcery.com>
4653         * config/c6x/c6x.md (indirect_jump_shadow): Tweak representation
4654         to make computed_jump_p return true.
4656 2011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4658         * configure.ac (GCC_PICFLAG_FOR_TARGET): Call it.
4659         (PICFLAG_FOR_TARGET): Substitute.
4660         * aclocal.m4: Regenerate.
4661         * configure: Regenerate.
4663 2011-08-22  Dodji Seketeli  <dodji@redhat.com>
4665         * c-family/c-pch.c (c_common_read_pch): Re-set line table right
4666         after reading in the pch.
4668 2011-08-22  H.J. Lu  <hongjiu.lu@intel.com>
4670         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Error if __ELF__ isn't defined.
4671         * configure: Regenerated.
4673 2011-08-22  Jakub Jelinek  <jakub@redhat.com>
4675         PR tree-optimization/50133
4676         * tree-vect-stmts.c (vect_finish_stmt_generation): Copy location
4677         from stmt instead of some statement around gsi.
4679         PR middle-end/50141
4680         * expr.c (get_bit_range): Only use DECL_THREAD_LOCAL_P if
4681         innerdecl is a VAR_DECL.
4683 2011-08-22  Kirill Yukhin  <kirill.yukhin@intel.com>
4685         * config/i386/avx2intrin.h: New file.
4686         * config/i386/i386-builtin-types.def (PCINT, PCINT64, PV4SI,
4687         PV8SI, V32QI_FTYPE_V32QI, V32QI_FTYPE_V16QI, V16HI_FTYPE_V16HI,
4688         V16HI_FTYPE_V8HI, V8SI_FTYPE_V8SI, V16HI_FTYPE_V16QI,
4689         V8SI_FTYPE_V16QI, V4DI_FTYPE_V16QI, V8SI_FTYPE_V8HI,
4690         V4DI_FTYPE_V8HI, V4DI_FTYPE_V4SI, V4DI_FTYPE_PV4DI,
4691         V4DI_FTYPE_V2DI, V2DI_FTYPE_PCV2DI_V2DI, V4SI_FTYPE_PCV4SI_V4SI,
4692         V32QI_FTYPE_V16HI_V16HI, V16HI_FTYPE_V8SI_V8SI,
4693         V32QI_FTYPE_V32QI_V32QI, V16HI_FTYPE_V32QI_V32QI,
4694         V16HI_FTYPE_V16HI_V8HI, V16HI_FTYPE_V16HI_V16HI,
4695         V16HI_FTYPE_V16HI_INT, V16HI_FTYPE_V16HI_SI,
4696         V16HI_FTYPE_V16HI_V16HI_INT, V32QI_FTYPE_V32QI_V32QI_INT,
4697         V8SI_FTYPE_V8SI_V4SI, V8SI_FTYPE_V8SI_V8SI,
4698         V8SI_FTYPE_V16HI_V16HI, V8SI_FTYPE_V8SI_INT, V8SI_FTYPE_V8SI_SI,
4699         V8SI_FTYPE_PCV8SI_V8SI, V4DI_FTYPE_V4DI_V4DI,
4700         V4DI_FTYPE_V8SI_V8SI, V4DI_FTYPE_V4DI_V2DI,
4701         V4DI_FTYPE_PCV4DI_V4DI, V4DI_FTYPE_V4DI_INT,
4702         V2DI_FTYPE_V4DI_INT, V4DI_FTYPE_V4DI_V4DI_INT,
4703         V4DI_FTYPE_V4DI_V2DI_INT, VOID_FTYPE_PV2DI_V2DI_V2DI,
4704         VOID_FTYPE_PV4DI_V4DI_V4DI, VOID_FTYPE_PV4SI_V4SI_V4SI,
4705         VOID_FTYPE_PV8SI_V8SI_V8SI,
4706         V2DF_FTYPE_V2DF_PCDOUBLE_V4SI_V2DF_INT,
4707         V4DF_FTYPE_V4DF_PCDOUBLE_V4SI_V4DF_INT,
4708         V2DF_FTYPE_V2DF_PCDOUBLE_V2DI_V2DF_INT,
4709         V4DF_FTYPE_V4DF_PCDOUBLE_V4DI_V4DF_INT,
4710         V4SF_FTYPE_V4SF_PCFLOAT_V4SI_V4SF_INT,
4711         V8SF_FTYPE_V8SF_PCFLOAT_V8SI_V8SF_INT,
4712         V4SF_FTYPE_V4SF_PCFLOAT_V2DI_V4SF_INT,
4713         V4SF_FTYPE_V4SF_PCFLOAT_V4DI_V4SF_INT,
4714         V2DI_FTYPE_V2DI_PCINT64_V4SI_V2DI_INT,
4715         V4DI_FTYPE_V4DI_PCINT64_V4SI_V4DI_INT,
4716         V2DI_FTYPE_V2DI_PCINT64_V2DI_V2DI_INT,
4717         V4DI_FTYPE_V4DI_PCINT64_V4DI_V4DI_INT,
4718         V4SI_FTYPE_V4SI_PCINT_V4SI_V4SI_INT,
4719         V8SI_FTYPE_V8SI_PCINT_V8SI_V8SI_INT,
4720         V4SI_FTYPE_V4SI_PCINT_V2DI_V4SI_INT,
4721         V4SI_FTYPE_V4SI_PCINT_V4DI_V4SI_INT,
4722         V16HI_FTYPE_V16HI_SI_COUNT, V16HI_FTYPE_V16HI_V8HI_COUNT,
4723         V8SI_FTYPE_V8SI_SI_COUNT, V8SI_FTYPE_V8SI_V4SI_COUNT,
4724         V4DI_FTYPE_V4DI_INT_COUNT, V4DI_FTYPE_V4DI_V2DI_COUNT,
4725         V4DI_FTYPE_V4DI_INT_CONVERT,
4726         V4DI_FTYPE_V4DI_V4DI_INT_CONVERT): New.
4727         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MPSADBW256,
4728         IX86_BUILTIN_PABSB256, IX86_BUILTIN_PABSW256,
4729         IX86_BUILTIN_PABSD256, IX86_BUILTIN_PACKSSDW256,
4730         IX86_BUILTIN_PACKSSWB256, IX86_BUILTIN_PACKUSDW256,
4731         IX86_BUILTIN_PACKUSWB256, IX86_BUILTIN_PADDB256,
4732         IX86_BUILTIN_PADDW256, IX86_BUILTIN_PADDD256,
4733         IX86_BUILTIN_PADDQ256, IX86_BUILTIN_PADDSB256,
4734         IX86_BUILTIN_PADDSW256, IX86_BUILTIN_PADDUSB256,
4735         IX86_BUILTIN_PADDUSW256, IX86_BUILTIN_PALIGNR256,
4736         IX86_BUILTIN_AND256I, IX86_BUILTIN_ANDNOT256I,
4737         IX86_BUILTIN_PAVGB256, IX86_BUILTIN_PAVGW256,
4738         IX86_BUILTIN_PBLENDVB256, IX86_BUILTIN_PBLENDVW256,
4739         IX86_BUILTIN_PCMPEQB256, IX86_BUILTIN_PCMPEQW256,
4740         IX86_BUILTIN_PCMPEQD256, IX86_BUILTIN_PCMPEQQ256,
4741         IX86_BUILTIN_PCMPGTB256, IX86_BUILTIN_PCMPGTW256,
4742         IX86_BUILTIN_PCMPGTD256, IX86_BUILTIN_PCMPGTQ256,
4743         IX86_BUILTIN_PHADDW256, IX86_BUILTIN_PHADDD256,
4744         IX86_BUILTIN_PHADDSW256, IX86_BUILTIN_PHSUBW256,
4745         IX86_BUILTIN_PHSUBD256, IX86_BUILTIN_PHSUBSW256,
4746         IX86_BUILTIN_PMADDUBSW256, IX86_BUILTIN_PMADDWD256,
4747         IX86_BUILTIN_PMAXSB256, IX86_BUILTIN_PMAXSW256,
4748         IX86_BUILTIN_PMAXSD256, IX86_BUILTIN_PMAXUB256,
4749         IX86_BUILTIN_PMAXUW256, IX86_BUILTIN_PMAXUD256,
4750         IX86_BUILTIN_PMINSB256, IX86_BUILTIN_PMINSW256,
4751         IX86_BUILTIN_PMINSD256, IX86_BUILTIN_PMINUB256,
4752         IX86_BUILTIN_PMINUW256, IX86_BUILTIN_PMINUD256,
4753         IX86_BUILTIN_PMOVMSKB256, IX86_BUILTIN_PMOVSXBW256,
4754         IX86_BUILTIN_PMOVSXBD256, IX86_BUILTIN_PMOVSXBQ256,
4755         IX86_BUILTIN_PMOVSXWD256, IX86_BUILTIN_PMOVSXWQ256,
4756         IX86_BUILTIN_PMOVSXDQ256, IX86_BUILTIN_PMOVZXBW256,
4757         IX86_BUILTIN_PMOVZXBD256, IX86_BUILTIN_PMOVZXBQ256,
4758         IX86_BUILTIN_PMOVZXWD256, IX86_BUILTIN_PMOVZXWQ256,
4759         IX86_BUILTIN_PMOVZXDQ256, IX86_BUILTIN_PMULDQ256,
4760         IX86_BUILTIN_PMULHRSW256, IX86_BUILTIN_PMULHUW256,
4761         IX86_BUILTIN_PMULHW256, IX86_BUILTIN_PMULLW256,
4762         IX86_BUILTIN_PMULLD256, IX86_BUILTIN_PMULUDQ256,
4763         IX86_BUILTIN_POR256, IX86_BUILTIN_PSADBW256,
4764         IX86_BUILTIN_PSHUFB256, IX86_BUILTIN_PSHUFD256,
4765         IX86_BUILTIN_PSHUFHW256, IX86_BUILTIN_PSHUFLW256,
4766         IX86_BUILTIN_PSIGNB256, IX86_BUILTIN_PSIGNW256,
4767         IX86_BUILTIN_PSIGND256, IX86_BUILTIN_PSLLDQI256,
4768         IX86_BUILTIN_PSLLWI256, IX86_BUILTIN_PSLLW256,
4769         IX86_BUILTIN_PSLLDI256, IX86_BUILTIN_PSLLD256,
4770         IX86_BUILTIN_PSLLQI256, IX86_BUILTIN_PSLLQ256,
4771         IX86_BUILTIN_PSRAWI256, IX86_BUILTIN_PSRAW256,
4772         IX86_BUILTIN_PSRADI256, IX86_BUILTIN_PSRAD256,
4773         IX86_BUILTIN_PSRLDQI256, IX86_BUILTIN_PSRLWI256,
4774         IX86_BUILTIN_PSRLW256, IX86_BUILTIN_PSRLDI256,
4775         IX86_BUILTIN_PSRLD256, IX86_BUILTIN_PSRLQI256,
4776         IX86_BUILTIN_PSRLQ256, IX86_BUILTIN_PSUBB256,
4777         IX86_BUILTIN_PSUBW256, IX86_BUILTIN_PSUBD256,
4778         IX86_BUILTIN_PSUBQ256, IX86_BUILTIN_PSUBSB256,
4779         IX86_BUILTIN_PSUBSW256, IX86_BUILTIN_PSUBUSB256,
4780         IX86_BUILTIN_PSUBUSW256, IX86_BUILTIN_PUNPCKHBW256,
4781         IX86_BUILTIN_PUNPCKHWD256, IX86_BUILTIN_PUNPCKHDQ256,
4782         IX86_BUILTIN_PUNPCKHQDQ256, IX86_BUILTIN_PUNPCKLBW256,
4783         IX86_BUILTIN_PUNPCKLWD256, IX86_BUILTIN_PUNPCKLDQ256,
4784         IX86_BUILTIN_PUNPCKLQDQ256, IX86_BUILTIN_PXOR256,
4785         IX86_BUILTIN_MOVNTDQA256, IX86_BUILTIN_VBROADCASTSS_PS,
4786         IX86_BUILTIN_VBROADCASTSS_PS256,
4787         IX86_BUILTIN_VBROADCASTSD_PD256,
4788         IX86_BUILTIN_VBROADCASTSI256, IX86_BUILTIN_PBLENDD256,
4789         IX86_BUILTIN_PBLENDD128, IX86_BUILTIN_PBROADCASTB256,
4790         IX86_BUILTIN_PBROADCASTW256, IX86_BUILTIN_PBROADCASTD256,
4791         IX86_BUILTIN_PBROADCASTQ256, IX86_BUILTIN_PBROADCASTB128,
4792         IX86_BUILTIN_PBROADCASTW128, IX86_BUILTIN_PBROADCASTD128,
4793         IX86_BUILTIN_PBROADCASTQ128, IX86_BUILTIN_VPERMVARSI256,
4794         IX86_BUILTIN_VPERMDF256, IX86_BUILTIN_VPERMVARSF256,
4795         IX86_BUILTIN_VPERMDI256, IX86_BUILTIN_VPERMTI256,
4796         IX86_BUILTIN_VEXTRACT128I256, IX86_BUILTIN_VINSERT128I256,
4797         IX86_BUILTIN_MASKLOADD, IX86_BUILTIN_MASKLOADQ,
4798         IX86_BUILTIN_MASKLOADD256, IX86_BUILTIN_MASKLOADQ256,
4799         IX86_BUILTIN_MASKSTORED, IX86_BUILTIN_MASKSTOREQ,
4800         IX86_BUILTIN_MASKSTORED256, IX86_BUILTIN_MASKSTOREQ256,
4801         IX86_BUILTIN_PSLLVV4DI, IX86_BUILTIN_PSLLVV2DI,
4802         IX86_BUILTIN_PSLLVV8SI, IX86_BUILTIN_PSLLVV4SI,
4803         IX86_BUILTIN_PSRAVV8SI, IX86_BUILTIN_PSRAVV4SI,
4804         IX86_BUILTIN_PSRLVV4DI, IX86_BUILTIN_PSRLVV2DI,
4805         IX86_BUILTIN_PSRLVV8SI, IX86_BUILTIN_PSRLVV4SI,
4806         IX86_BUILTIN_GATHERSIV2DF, IX86_BUILTIN_GATHERSIV4DF,
4807         IX86_BUILTIN_GATHERDIV2DF, IX86_BUILTIN_GATHERDIV4DF,
4808         IX86_BUILTIN_GATHERSIV4SF, IX86_BUILTIN_GATHERSIV8SF,
4809         IX86_BUILTIN_GATHERDIV4SF, IX86_BUILTIN_GATHERDIV8SF,
4810         IX86_BUILTIN_GATHERSIV2DI, IX86_BUILTIN_GATHERSIV4DI,
4811         IX86_BUILTIN_GATHERDIV2DI, IX86_BUILTIN_GATHERDIV4DI,
4812         IX86_BUILTIN_GATHERSIV4SI, IX86_BUILTIN_GATHERSIV8SI,
4813         IX86_BUILTIN_GATHERDIV4SI, IX86_BUILTIN_GATHERDIV8SI.
4814         (bdesc_special_args): Add IX86_BUILTIN_MOVNTDQA256,
4815         IX86_BUILTIN_MASKLOADD, IX86_BUILTIN_MASKLOADQ,
4816         IX86_BUILTIN_MASKLOADD256, IX86_BUILTIN_MASKLOADQ256,
4817         IX86_BUILTIN_MASKSTORED, IX86_BUILTIN_MASKSTOREQ,
4818         IX86_BUILTIN_MASKSTORED256, IX86_BUILTIN_MASKSTOREQ256.
4819         (bdesc_args): Add  IX86_BUILTIN_MPSADBW256,
4820         IX86_BUILTIN_PABSB256, IX86_BUILTIN_PABSW256,
4821         IX86_BUILTIN_PABSD256, IX86_BUILTIN_PACKSSDW256,
4822         IX86_BUILTIN_PACKSSWB256, IX86_BUILTIN_PACKUSDW256,
4823         IX86_BUILTIN_PACKUSWB256, IX86_BUILTIN_PADDB256,
4824         IX86_BUILTIN_PADDW256, IX86_BUILTIN_PADDD256,
4825         IX86_BUILTIN_PADDQ256, IX86_BUILTIN_PADDSB256,
4826         IX86_BUILTIN_PADDSW256, IX86_BUILTIN_PADDUSB256,
4827         IX86_BUILTIN_PADDUSW256, IX86_BUILTIN_PALIGNR256,
4828         IX86_BUILTIN_AND256I, IX86_BUILTIN_ANDNOT256I,
4829         IX86_BUILTIN_PAVGB256, IX86_BUILTIN_PAVGW256,
4830         IX86_BUILTIN_PBLENDVB256, IX86_BUILTIN_PBLENDVW256,
4831         IX86_BUILTIN_PCMPEQB256, IX86_BUILTIN_PCMPEQW256,
4832         IX86_BUILTIN_PCMPEQD256, IX86_BUILTIN_PCMPEQQ256,
4833         IX86_BUILTIN_PCMPGTB256, IX86_BUILTIN_PCMPGTW256,
4834         IX86_BUILTIN_PCMPGTD256, IX86_BUILTIN_PCMPGTQ256,
4835         IX86_BUILTIN_PHADDW256, IX86_BUILTIN_PHADDD256,
4836         IX86_BUILTIN_PHADDSW256, IX86_BUILTIN_PHSUBW256,
4837         IX86_BUILTIN_PHSUBD256, IX86_BUILTIN_PHSUBSW256,
4838         IX86_BUILTIN_PMADDUBSW256, IX86_BUILTIN_PMADDWD256,
4839         IX86_BUILTIN_PMAXSB256, IX86_BUILTIN_PMAXSW256,
4840         IX86_BUILTIN_PMAXSD256, IX86_BUILTIN_PMAXUB256,
4841         IX86_BUILTIN_PMAXUW256, IX86_BUILTIN_PMAXUD256,
4842         IX86_BUILTIN_PMINSB256, IX86_BUILTIN_PMINSW256,
4843         IX86_BUILTIN_PMINSD256, IX86_BUILTIN_PMINUB256,
4844         IX86_BUILTIN_PMINUW256, IX86_BUILTIN_PMINUD256,
4845         IX86_BUILTIN_PMOVMSKB256, IX86_BUILTIN_PMOVSXBW256,
4846         IX86_BUILTIN_PMOVSXBD256, IX86_BUILTIN_PMOVSXBQ256,
4847         IX86_BUILTIN_PMOVSXWD256, IX86_BUILTIN_PMOVSXWQ256,
4848         IX86_BUILTIN_PMOVSXDQ256, IX86_BUILTIN_PMOVZXBW256,
4849         IX86_BUILTIN_PMOVZXBD256, IX86_BUILTIN_PMOVZXBQ256,
4850         IX86_BUILTIN_PMOVZXWD256, IX86_BUILTIN_PMOVZXWQ256,
4851         IX86_BUILTIN_PMOVZXDQ256, IX86_BUILTIN_PMULDQ256,
4852         IX86_BUILTIN_PMULHRSW256, IX86_BUILTIN_PMULHUW256,
4853         IX86_BUILTIN_PMULHW256, IX86_BUILTIN_PMULLW256,
4854         IX86_BUILTIN_PMULLD256, IX86_BUILTIN_PMULUDQ256,
4855         IX86_BUILTIN_POR256, IX86_BUILTIN_PSADBW256,
4856         IX86_BUILTIN_PSHUFB256, IX86_BUILTIN_PSHUFD256,
4857         IX86_BUILTIN_PSHUFHW256, IX86_BUILTIN_PSHUFLW256,
4858         IX86_BUILTIN_PSIGNB256, IX86_BUILTIN_PSIGNW256,
4859         IX86_BUILTIN_PSIGND256, IX86_BUILTIN_PSLLDQI256,
4860         IX86_BUILTIN_PSLLWI256, IX86_BUILTIN_PSLLW256,
4861         IX86_BUILTIN_PSLLDI256, IX86_BUILTIN_PSLLD256,
4862         IX86_BUILTIN_PSLLQI256, IX86_BUILTIN_PSLLQ256,
4863         IX86_BUILTIN_PSRAWI256, IX86_BUILTIN_PSRAW256,
4864         IX86_BUILTIN_PSRADI256, IX86_BUILTIN_PSRAD256,
4865         IX86_BUILTIN_PSRLDQI256, IX86_BUILTIN_PSRLWI256,
4866         IX86_BUILTIN_PSRLW256, IX86_BUILTIN_PSRLDI256,
4867         IX86_BUILTIN_PSRLD256, IX86_BUILTIN_PSRLQI256,
4868         IX86_BUILTIN_PSRLQ256, IX86_BUILTIN_PSUBB256,
4869         IX86_BUILTIN_PSUBW256, IX86_BUILTIN_PSUBD256,
4870         IX86_BUILTIN_PSUBQ256, IX86_BUILTIN_PSUBSB256,
4871         IX86_BUILTIN_PSUBSW256, IX86_BUILTIN_PSUBUSB256,
4872         IX86_BUILTIN_PSUBUSW256, IX86_BUILTIN_PUNPCKHBW256,
4873         IX86_BUILTIN_PUNPCKHWD256, IX86_BUILTIN_PUNPCKHDQ256,
4874         IX86_BUILTIN_PUNPCKHQDQ256, IX86_BUILTIN_PUNPCKLBW256,
4875         IX86_BUILTIN_PUNPCKLWD256, IX86_BUILTIN_PUNPCKLDQ256,
4876         IX86_BUILTIN_PUNPCKLQDQ256, IX86_BUILTIN_PXOR256,
4877         IX86_BUILTIN_VBROADCASTSS_PS, IX86_BUILTIN_VBROADCASTSS_PS256,
4878         IX86_BUILTIN_VBROADCASTSD_PD256,
4879         IX86_BUILTIN_VBROADCASTSI256, IX86_BUILTIN_PBLENDD256,
4880         IX86_BUILTIN_PBLENDD128, IX86_BUILTIN_PBROADCASTB256,
4881         IX86_BUILTIN_PBROADCASTW256, IX86_BUILTIN_PBROADCASTD256,
4882         IX86_BUILTIN_PBROADCASTQ256, IX86_BUILTIN_PBROADCASTB128,
4883         IX86_BUILTIN_PBROADCASTW128, IX86_BUILTIN_PBROADCASTD128,
4884         IX86_BUILTIN_PBROADCASTQ128, IX86_BUILTIN_VPERMVARSI256,
4885         IX86_BUILTIN_VPERMDF256, IX86_BUILTIN_VPERMVARSF256,
4886         IX86_BUILTIN_VPERMDI256, IX86_BUILTIN_VPERMTI256,
4887         IX86_BUILTIN_VEXTRACT128I256, IX86_BUILTIN_VINSERT128I256,
4888         IX86_BUILTIN_PSLLVV4DI, IX86_BUILTIN_PSLLVV2DI,
4889         IX86_BUILTIN_PSLLVV8SI, IX86_BUILTIN_PSLLVV4SI,
4890         IX86_BUILTIN_PSRAVV8SI, IX86_BUILTIN_PSRAVV4SI,
4891         IX86_BUILTIN_PSRLVV4DI, IX86_BUILTIN_PSRLVV2DI,
4892         IX86_BUILTIN_PSRLVV8SI, IX86_BUILTIN_PSRLVV4SI.
4893         (ix86_init_mmx_sse_builtins): Add IX86_BUILTIN_GATHERSIV2DF,
4894         IX86_BUILTIN_GATHERSIV4DF, IX86_BUILTIN_GATHERDIV2DF,
4895         IX86_BUILTIN_GATHERDIV4DF, IX86_BUILTIN_GATHERSIV4SF,
4896         IX86_BUILTIN_GATHERSIV8SF, IX86_BUILTIN_GATHERDIV4SF,
4897         IX86_BUILTIN_GATHERDIV8SF, IX86_BUILTIN_GATHERSIV2DI,
4898         IX86_BUILTIN_GATHERSIV4DI, IX86_BUILTIN_GATHERDIV2DI,
4899         IX86_BUILTIN_GATHERDIV4DI, IX86_BUILTIN_GATHERSIV4SI,
4900         IX86_BUILTIN_GATHERSIV8SI, IX86_BUILTIN_GATHERDIV4SI,
4901         IX86_BUILTIN_GATHERDIV8SI.
4902         (ix86_preferred_simd_mode): Support AVX2 modes.
4903         (ix86_expand_args_builtin): Support AVX2 builtins.
4904         (ix86_expand_special_args_builtin): Likewise.
4905         (ix86_expand_builtin): Likewise.
4906         * config/i386/i386.md (UNSPEC_VPERMSI): New.
4907         (UNSPEC_VPERMDF): Likewise.
4908         (UNSPEC_VPERMSF): Likewise.
4909         (UNSPEC_VPERMDI): Likewise.
4910         (UNSPEC_VPERMTI): Likewise.
4911         (UNSPEC_GATHER): Likewise.
4912         (ssemodesuffix): Extend.
4913         * config/i386/immintrin.h: Include avx2intrin.h when __AVX2__
4914         is defined.
4915         * config/i386/predicates.md (const1248_operand): New.
4916         * config/i386/sse.md (VI1_AVX2): New mode iterator.
4917         (VI2_AVX2): Likewise.
4918         (VI4_AVX2): Likewise.
4919         (VI8_AVX2): Likewise.
4920         (VIMAX_AVX2): Likewise.
4921         (SSESCALARMODE): Likewise.
4922         (VI12_AVX2): Likewise.
4923         (VI24_AVX2): Likewise.
4924         (VI124_AVX2): Likewise.
4925         (VI248_AVX2): Likewise.
4926         (VI48_AVX2): Likewise.
4927         (VI4SD_AVX2): Likewise.
4928         (V48_AVX2): Likewise.
4929         (AVX256MODE2P): Likewise.
4930         (AVXMODE48P_DI): Likewise.
4931         (sse2_avx2): New mode attribute.
4932         (ssse3_avx2): Likewise.
4933         (sse4_1_avx2): Likewise.
4934         (avx_avx2): Likewise.
4935         (ssebytemode): Likewise.
4936         (AVXTOSSEMODE): Likewise.
4937         (AVXMODE48P_DI): Likewise.
4938         (gthrfirstp): Likewise.
4939         (gthrlastp): Likewise.
4940         (lshift): New code_iterator
4941         (lshift): New code attribute.
4942         (lshift): Likewise.
4943         (ssescalarmodesuffix): Update.
4944         (sseunpackmode): Likewise.
4945         (ssepackmode): Likewise.
4946         (avx2_vec_dupv4sf): New insn pattern.
4947         (avx2_vec_dupv8sf): Likewise.
4948         (avx2_interleave_highv4di): Likewise.
4949         (avx2_interleave_lowv4di): Likewise.
4950         (avx2_umulv4siv4di3): Likewise
4951         (*avx2_umulv4siv4di3): Likewise
4952         (avx2_pmaddwd): Likewise.
4953         (*avx2_pmaddwd): Likewise.
4954         (avx2_lshrqv4di3): Likewise.
4955         (avx2_lshlqv4di3): Likewise.
4956         (avx2_lshl<mode>3): Likewise.
4957         (avx2_<umaxmin:code><mode>3): Likewise.
4958         (*avx2_<umaxmin:code><mode>3): Likewise.
4959         (avx2_<smaxmin:code><mode>3): Likewise.
4960         (*avx2_<smaxmin:code><mode>3): Likewise.
4961         (avx2_eq<mode>3): Likewise.
4962         (*avx2_eq<mode>3): Likewise.
4963         (avx2_gt<mode>3): Likewise.
4964         (avx2_interleave_highv32qi): New.
4965         (avx2_interleave_lowv32qi): Likewise.
4966         (avx2_interleave_highv16hi): Likewise.
4967         (avx2_interleave_lowv16hi): Likewise.
4968         (avx2_interleave_highv8si): Likewise.
4969         (avx2_interleave_lowv8si): Likewise.
4970         (avx2_pshufd): Likewise.
4971         (avx2_pshufd_1): Likewise.
4972         (avx2_pshuflwv3): Likewise.
4973         (avx2_pshuflw_1): Likewise.
4974         (avx2_pshufhwv3): Likewise.
4975         (avx2_pshufhw_1): Likewise.
4976         (avx2_uavgv32qi3): Likewise.
4977         (*avx2_uavgv32qi3): Likewise.
4978         (avx2_uavgv16hi3): Likewise.
4979         (*avx2_uavgv16hi3): Likewise.
4980         (avx2_pmovmskb): Likewise.
4981         (avx2_phaddwv16hi3): Likewise.
4982         (avx2_phadddv8si3): Likewise.
4983         (avx2_phaddswv16hi3): Likewise.
4984         (avx2_phsubwv16hi3): Likewise.
4985         (avx2_phsubdv8si3): Likewise.
4986         (avx2_phsubswv16hi3): Likewise.
4987         (avx2_pmaddubsw256): Likewise.
4988         (avx2_umulhrswv16hi3): Likewise.
4989         (*avx2_umulhrswv16hi3): Likewise.
4990         (avx2_packusdw): Likewise.
4991         (avx2_pblendd<mode>): Likewise.
4992         (avx2_<code>v16qiv16hi2): Likewise.
4993         (avx2_<code>v8qiv8si2): Likewise.
4994         (avx2_<code>v8hiv8si2): Likewise.
4995         (avx2_<code>v4qiv4di2): Likewise.
4996         (avx2_<code>v4hiv4di2): Likewise.
4997         (avx2_<code>v4siv4di2): Likewise.
4998         (avx2_pbroadcast<mode>): Likewise.
4999         (avx2_permvarv8si): Likewise.
5000         (avx2_permv4df): Likewise.
5001         (avx2_permvarv8sf): Likewise.
5002         (avx2_permv4di): Likewise.
5003         (avx2_permv2ti): Likewise.
5004         (avx2_vec_dupv4df): Likewise.
5005         (avx2_vbroadcasti128_<mode>): Likewise.
5006         (avx2_vec_set_lo_v4di): Likewise.
5007         (avx2_vec_set_hi_v4di): Likewise.
5008         (*avx2_maskmov<avx2modesuffix><avxmodesuffix>): Likewise.
5009         (avx2_extracti128): Likewise.
5010         (avx2_inserti128): Likewise.
5011         (avx2_ashrvv8si): Likewise.
5012         (avx2_ashrvv4si): Likewise.
5013         (avx2_<lshift>vv8si): Likewise.
5014         (avx2_<lshift>v<mode>): Likewise.
5015         (avx2_<lshift>vv2di): Likewise.
5016         (avx2_gathersi<mode>): Likewise.
5017         (*avx2_gathersi<mode>): Likewise.
5018         (avx2_gatherdi<mode>): Likewise.
5019         (*avx2_gatherdi<mode>): Likewise.
5020         (avx2_gatherdi<mode>256): Likewise.
5021         (*avx2_gatherdi<mode>256): Likewise.
5022         (<plusminus_insn><mode>3): Use VI mode iterator.
5023         (*<plusminus_insn><mode>3): Use VI mode iterator.
5024         (<sse2_avx2>_<plusminus_insn><mode>3): Rename from
5025         sse2_<plusminus_insn><mode>3.  Use VI12_AVX2 mode iterator.
5026         (*<sse2_avx2>_<plusminus_insn><mode>3): Rename from
5027         *sse2_<plusminus_insn><mode>3.  Use VI12_AVX2 mode iterator.
5028         (mul<mode>3): Rename from mulv8hi3.  Use VI2_AVX2 mode iterator.
5029         (*mul<mode>3): Rename from *mulv8hi3.  Use VI2_AVX2 mode iterator.
5030         (<s>mul<mode>3_highpart): Rename from <s>mulv8hi3_highpart.
5031         Use VI2_AVX2 mode iterator.
5032         (*<s>mul<mode>3_highpart): Rename from *<s>mulv8hi3_highpart.
5033         Use VI2_AVX2 mode iterator.
5034         (mul<mode>3): Rename from mulv4si3.  Use VI4_AVX2 mode iterator.
5035         (*mul<mode>3): Rename from *mulv4si3.  Use VI4_AVX2 mode iterator.
5036         (*<sse4_1_avx2>_mulv2siv2di3): Rename from *sse4_1_mulv4si3.
5037         Use VI4_AVX2 mode iterator.
5038         (ashr<mode>3): Use VI24_AVX2 mode iterator.
5039         (lshr<mode>3): Use VI248_AVX2 mode iterator.
5040         (<sse2_avx2>_ashl<mode>3): Rename from sse2_ashlv1ti3.
5041         Use VIMAX_AVX2 mode iterator.
5042         (<sse2_avx2>_andnot<mode>3): Rename from sse2_andnot<mode>3.
5043         Use VI mode iterator.
5044         (*andnot<mode>3): Update for AVX2.
5045         (*<any_logic:code><mode>3): Likewise.
5046         (<sse2_avx2>_packsswb): Rename from sse2_packsswb.
5047         Use VI1_AVX mode iterator.
5048         (<sse2_avx2>_packssdw):  Rename from sse2_packssdw.
5049         Use VI2_AVX mode iterator.
5050         (<sse2_avx2>_packuswb): Rename from sse2_packsswb.
5051         Use VI1_AVX mode iterator.
5052         (<sse2_avx2>_psadbw): Rename from sse2_psadbw.
5053         Use VI8_AVX2 mode iterator.
5054         (<ssse3_avx2>_pshufb<mode>3): Rename from ssse3_pshufbv16qi3.
5055         Use VI1_AVX2 mode iterator.
5056         (<ssse3_avx2>_psign<mode>3): Rename from ssse3_psign<mode>3.
5057         Use VI124_AVX2 mode iterator.
5058         (<ssse3_avx2>_palignr<mode>): Rename from ssse3_palignrti.
5059         Use SSESCALARMODE mode iterator.
5060         (abs<mode>2): Use VI124_AVX2 mode iterator.
5061         (<sse4_1_avx2>_movntdqa): Rename from sse4_1_movntdqa.
5062         Use VI8_AVX2 mode iterator.
5063         (<sse4_1_avx2>_mpsadbw): Rename from sse4_1_mpsadbw.
5064         Use VI1_AVX2 mode iterator.
5065         (<sse4_1_avx2>_pblendvb): Rename from sse4_1_pblendvb.
5066         Use VI1_AVX2 mode iterator.
5067         (<sse4_1_avx2>_pblendw): Rename from sse4_1_pblendvb.
5068         Use VI2_AVX2 mode iterator.
5069         (<avx_avx2>_maskload<avx2modesuffix><avxmodesuffix>): Rename from
5070         avx_maskload<ssemodesuffix><avxsizesuffix>. Use V48_AVX2 mode iterator.
5071         (<avx_avx2>_maskstore<avx2modesuffix><avxmodesuffix>): Rename from
5072         avx_maskstore<ssemodesuffix><avxsizesuffix>.
5073         Use V48_AVX2 mode iterator.
5074         * doc/extend.texi: Document AVX2 built-in functions.
5075         * doc/invoke.texi: Document -mavx2.
5077 2011-08-22  Matthias Klose <doko@debian.org>
5079         Revert:
5080         2011-07-11  Arthur Loiret  <aloiret@debian.org>
5081                     Matthias Klose <doko@debian.org>
5082         * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
5083         tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
5084         convention.
5085         * config.gcc (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
5087 2011-08-22  Mikael Pettersson  <mikpe@it.uu.se>
5089         PR bootstrap/50146
5090         * ira-color.c (assign_hard_reg): Move saved_nregs declaration
5091         to #ifndef HONOR_REG_ALLOC_ORDER block.
5093 2011-08-21  Richard Henderson  <rth@redhat.com>
5095         * rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.
5096         * dwarf2cfi.c (scan_trace): Test JUMP_P before INSN_ANNULLED_BRANCH_P.
5097         * resource.c (next_insn_no_annul): Likewise.
5098         (mark_set_resources): Likewise.
5099         * reorg.c (delete_from_delay_slot): Likewise.
5100         (dbr_schedule, redundant_insn, try_merge_delay_insns): Likewise.
5101         (get_branch_condition): Test pc_rtx and LABEL_REF before dereferencing.
5103 2011-08-21  Uros Bizjak  <ubizjak@gmail.com>
5105         * config/i386/i386.md (any_div): Remove.
5106         (sgnprefix): Update for removal.
5107         (u): Ditto.
5109 2011-08-20  Vladimir Makarov  <vmakarov@redhat.com>
5111         * ira-lives.c (mark_pseudo_regno_subword_live): Use allocno class
5112         for ira_reg_class_max_nregs.  Increase pressure by 1.
5113         (mark_pseudo_regno_subword_dead): Use allocno class
5114         for ira_reg_class_max_nregs.
5116 2011-08-20  Richard Henderson  <rth@redhat.com>
5118         * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
5119         config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
5120         config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
5121         config/c6x/ltf.c: Adjust include path for soft-fp.
5123 2011-08-20  H.J. Lu  <hongjiu.lu@intel.com>
5125         PR other/46770
5126         * config.gcc (tm_file): Add initfini-array.h if
5127         .init_arrary/.fini_array are supported.
5129         * crtstuff.c: Don't generate .ctors nor .dtors sections if
5130         USE_INITFINI_ARRAY is defined.
5132         * output.h (default_elf_init_array_asm_out_constructor): New.
5133         (default_elf_fini_array_asm_out_destructor): Likewise.
5134         * varasm.c (elf_init_array_section): Likewise.
5135         (elf_fini_array_section): Likewise.
5136         (get_elf_initfini_array_priority_section): Likewise.
5137         (default_elf_init_array_asm_out_constructor): Likewise.
5138         (default_elf_fini_array_asm_out_destructor): Likewise.
5140         * config/initfini-array.h: New.
5142 2011-08-20  Richard Sandiford  <rdsandiford@googlemail.com>
5144         * config/mips/mips.c (mips_class_max_nregs): Check that the mode is
5145         OK for ST_REGS and FP_REGS before taking those classes into account.
5147 2011-08-20  Richard Sandiford  <rdsandiford@googlemail.com>
5149         * config/mips/mips.c (mips_reorg_process_insns): Check for jumps
5150         before checking for annulled branches.
5152 2011-08-20  Uros Bizjak  <ubizjak@gmail.com>
5154         * config/i386/i386.c (ix86_binary_operator_ok): Use
5155         satisfies_constraint_L.
5157 2011-08-20  Uros Bizjak  <ubizjak@gmail.com>
5158             Michael Matz  <matz@suse.de>
5160         * config/i386/i386.c (ix86_expand_round_sse4): Expand as
5161         trunc (a + copysign (nextafter (0.5, 0.0), a)).
5163 2011-08-20  Anatoly Sokolov  <aesok@post.ru>
5165         * doc/tm.texi.in (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
5166         * doc/tm.texi: Regenerate.
5167         * targhooks.c (default_preferred_output_reload_class): Don't use
5168         PREFERRED_OUTPUT_RELOAD_CLASS macro.
5169         * system.h (PREFERRED_OUTPUT_RELOAD_CLASS): Poison.
5171 2011-08-20  Jakub Jelinek  <jakub@redhat.com>
5173         PR tree-optimization/48739
5174         * tree-ssa.c: Include cfgloop.h.
5175         (execute_update_addresses_taken): When updating ssa, if in loop closed
5176         SSA form, call rewrite_into_loop_closed_ssa instead of update_ssa.
5177         * Makefile.in (tree-ssa.o): Depend on $(CFGLOOP_H).
5179 2011-08-19  Vladimir Makarov  <vmakarov@redhat.com>
5181         PR rtl-optimization/49936
5182         * ira.c (ira_init_register_move_cost): Ignore too small subclasses
5183         for calculation of max register move costs.
5185 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
5187         * c-parser.c (c_parser_postfix_expression): Convert operands of
5188         __builtin_complex to their semantic types.
5190 2011-08-19  H.J. Lu  <hongjiu.lu@intel.com>
5192         PR middle-end/49721
5193         * explow.c (convert_memory_address_addr_space): Also permute the
5194         conversion and addition of constant for zero-extend.
5196 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
5198         * c-parser.c (c_parser_postfix_expression): Handle RID_BUILTIN_COMPLEX.
5199         * doc/extend.texi (__builtin_complex): Document.
5201 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
5203         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Handle constants
5204         beyond conversions.
5205         (convert_mult_to_widen): Convert constant inputs to the right type.
5206         (convert_plusminus_to_widen): Don't automatically reject inputs that
5207         are not an SSA_NAME.
5208         Convert constant inputs to the right type.
5210 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
5212         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Convert add_rhs
5213         to the correct type.
5215 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
5217         * tree-ssa-math-opts.c (convert_mult_to_widen): Better handle
5218         unsigned inputs of different modes.
5219         (convert_plusminus_to_widen): Likewise.
5221 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
5223         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Add new argument
5224         'type'.
5225         Use 'type' from caller, not inferred from 'rhs'.
5226         Don't reject non-conversion statements. Do return lhs in this case.
5227         (is_widening_mult_p): Add new argument 'type'.
5228         Use 'type' from caller, not inferred from 'stmt'.
5229         Pass type to is_widening_mult_rhs_p.
5230         (convert_mult_to_widen): Pass type to is_widening_mult_p.
5231         (convert_plusminus_to_widen): Likewise.
5233 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
5235         * tree-ssa-math-opts.c (is_widening_mult_p): Remove FIXME.
5236         Ensure the the larger type is the first operand.
5238 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
5240         * tree-ssa-math-opts.c (convert_mult_to_widen): Convert
5241         unsupported unsigned multiplies to signed.
5242         (convert_plusminus_to_widen): Likewise.
5244 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
5246         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Permit a single
5247         conversion statement separating multiply-and-accumulate.
5249 2011-08-19  Richard Guenther  <rguenther@suse.de>
5251         PR tree-optimization/50067
5252         * tree-data-ref.c (dr_analyze_indices): Simplify, strip MEM_REF
5253         offset only if we accounted for it.
5255 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
5257         * config/arm/arm.md (maddhidi4): Remove '*' from name.
5258         * expr.c (expand_expr_real_2): Use find_widening_optab_handler.
5259         * optabs.c (find_widening_optab_handler_and_mode): New function.
5260         (expand_widen_pattern_expr): Use find_widening_optab_handler.
5261         (expand_binop_directly): Likewise.
5262         (expand_binop): Likewise.
5263         * optabs.h (find_widening_optab_handler): New macro define.
5264         (find_widening_optab_handler_and_mode): New prototype.
5265         * tree-cfg.c (verify_gimple_assign_binary): Adjust WIDEN_MULT_EXPR
5266         type precision rules.
5267         (verify_gimple_assign_ternary): Likewise for WIDEN_MULT_PLUS_EXPR.
5268         * tree-ssa-math-opts.c (build_and_insert_cast): New function.
5269         (is_widening_mult_rhs_p): Allow widening by more than one mode.
5270         Explicitly disallow mis-matched input types.
5271         (convert_mult_to_widen): Use find_widening_optab_handler, and cast
5272         input types to fit the new handler.
5273         (convert_plusminus_to_widen): Likewise.
5275 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
5277         * expr.c (expand_expr_real_2): Use widening_optab_handler.
5278         * genopinit.c (optabs): Use set_widening_optab_handler for $N.
5279         (gen_insn): $N now means $a must be wider than $b, not consecutive.
5280         * optabs.c (widened_mode): New function.
5281         (expand_widen_pattern_expr): Use widening_optab_handler.
5282         (expand_binop_directly): Likewise.
5283         (expand_binop): Likewise.
5284         * optabs.h (widening_optab_handlers): New struct.
5285         (optab_d): New member, 'widening'.
5286         (widening_optab_handler): New function.
5287         (set_widening_optab_handler): New function.
5288         * tree-ssa-math-opts.c (convert_mult_to_widen): Use
5289         widening_optab_handler.
5290         (convert_plusminus_to_widen): Likewise.
5292 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
5294         * c-decl.c (grokdeclarator): Diagnose _Noreturn for non-C1X if
5295         pedantic.
5296         * c-parser.c (c_parser_declspecs): Include _Noreturn in syntax comment.
5297         * ginclude/stdnoreturn.h (noreturn): Don't define for C++.
5299 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
5301         * opth-gen.awk: Do not declare target save/restore structures and
5302         functions if IN_RTS defined.
5304 2011-08-19  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5306         PR target/49437
5307         * config/arm/arm.c (arm_output_epilogue): Properly handle epilogue
5308         when stack was realigned in interrupt handler prologue.
5310 2011-08-18  Joseph Myers  <joseph@codesourcery.com>
5312         * c-decl.c (shadow_tag_warned): Check for _Noreturn.
5313         (quals_from_declspecs): Assert _Noreturn not present.
5314         (grokdeclarator): Handle _Noreturn.
5315         (build_null_declspecs): Initialize noreturn_p.
5316         (declspecs_add_scspec): Handle RID_NORETURN.
5317         * c-parser.c (c_token_starts_declspecs, c_parser_declspecs)
5318         (c_parser_attributes): Handle RID_NORETURN.
5319         * c-tree.h (struct c_declspecs): Add noreturn_p.
5320         * ginclude/stdnoreturn.h: New.
5321         * Makefile.in (USER_H): Add stdnoreturn.h.
5323 2011-08-18  Kirill Yukhin  <kirill.yukhin@intel.com>
5325         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX2_SET): New.
5326         (OPTION_MASK_ISA_AVX_UNSET): Update.
5327         (OPTION_MASK_ISA_AVX2_UNSET): New.
5328         (ix86_handle_option): Handle OPT_mavx2 case.
5329         * config/i386/cpuid.h (bit_AVX2): New.
5330         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
5331         AVX2 feature.
5332         * config/i386/i386-c.c (ix86_target_macros_internal):
5333         Conditionally define __AVX2__.
5334         * config/i386/i386.c (ix86_option_override_internal): Define PTA_AVX2.
5335         Define "core-avx2" processor alias.  Handle avx2 option.
5336         (ix86_valid_target_attribute_inner_p): Handle avx2 option.
5337         * config/i386/i386.h (TARGET_AVX2): New.
5338         * config/i386/i386.opt (mavx2): New.
5339         * doc/invoke.texi: Document -mavx2.
5341 2011-08-18  Vladimir Makarov  <vmakarov@redhat.com>
5343         PR rtl-optimization/49890
5344         * ira-costs.c (setup_regno_cost_classes_by_aclass): Don't exclude
5345         subclasses of class which is superset of a pressure class.
5347 2011-08-18  H.J. Lu  <hongjiu.lu@intel.com>
5348             Igor Zamyatin <igor.zamyatin@intel.com>
5350         * config/i386/i386-c.c (ix86_target_macros_internal): Replace int
5351         with HOST_WIDE_INT for isa_flag.
5352         (ix86_pragma_target_parse): Replace int with HOST_WIDE_INT for
5353         isa variables.
5355         * config/i386/i386.c (ix86_target_string): Replace int with
5356         HOST_WIDE_INT for isa.  Use HOST_WIDE_INT_PRINT to print isa.
5357         (ix86_target_opts): Replace int with HOST_WIDE_INT on mask.
5358         (pta_flags): Removed.
5359         (PTA_XXX): Redefined as (HOST_WIDE_INT_1 << X).
5360         (pta): Use HOST_WIDE_INT on flags.
5361         (builtin_isa): Use HOST_WIDE_INT on isa.
5362         (ix86_add_new_builtins): Likewise.
5363         (def_builtin): Use HOST_WIDE_INT on mask.
5364         (def_builtin_const): Likewise.
5365         (builtin_description): Likewise.
5367         * config/i386/i386.opt (ix86_isa_flags): Replace int with
5368         HOST_WIDE_INT.
5369         (ix86_isa_flags_explicit): Likewise.
5370         (x_ix86_isa_flags_explicit): Likewise.
5372 2011-08-17  Vladimir Makarov  <vmakarov@redhat.com>
5374         PR rtl-optimization/50107
5375         * ira-int.h (ira_hard_reg_not_in_set_p): Remove.
5376         (ira_hard_reg_in_set_p): New.
5378         * ira-color.c (calculate_saved_nregs): New.
5379         (assign_hard_reg): Use it.  Set up allocated_hard_reg_p for all
5380         hard regs.
5381         (allocno_reload_assign, fast_allocation): Use
5382         ira_hard_reg_set_intersection_p instead of
5383         ira_hard_reg_not_in_set_p.
5385         * ira.c (setup_reg_renumber): Use
5386         ira_hard_reg_set_intersection_p instead of
5387         ira_hard_reg_not_in_set_p.
5388         (setup_allocno_assignment_flags, calculate_allocation_cost): Use
5389         ira_hard_reg_in_set_p instead of ira_hard_reg_not_in_set_p.
5391         * ira-costs.c (ira_tune_allocno_costs): Use
5392         ira_hard_reg_set_intersection_p instead of
5393         ira_hard_reg_not_in_set_p.
5395 2011-08-18  H.J. Lu  <hongjiu.lu@intel.com>
5396             Igor Zamyatin <igor.zamyatin@intel.com>
5398         * hwint.h (HOST_WIDE_INT_1): New.
5400         * opt-functions.awk (switch_bit_fields): Initialize the
5401         host_wide_int field.
5402         (host_wide_int_var_name): New.
5403         (var_type_struct): Check and return HOST_WIDE_INT.
5405         * opt-read.awk: Handle HOST_WIDE_INT for "Variable".
5407         * optc-save-gen.awk: Support HOST_WIDE_INT on var_target_other.
5409         * opth-gen.awk: Use HOST_WIDE_INT_1 on HOST_WIDE_INT.  Properly
5410         check masks for HOST_WIDE_INT.
5412         * opts-common.c (set_option): Support HOST_WIDE_INT flag_var.
5413         (option_enabled): Likewise.
5414         (get_option_state): Likewise.
5416         * opts.h (cl_option): Add cl_host_wide_int.  Change var_value
5417         to HOST_WIDE_INT.
5419 2011-08-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5420             Marc Glisse  <marc.glisse@normalesup.org>
5422         PR libstdc++-v3/1773
5423         * target.def (decl_mangling_context): New C++ hook.
5424         * doc/tm.texi: Regenerate.
5425         * config/sol2-cxx.c, config/sol2-stubs.c: New files.
5426         * config/sol2-protos.h: Group by source file.
5427         (solaris_cxx_decl_mangling_context): Declare.
5428         * config/sol2.h (TARGET_CXX_DECL_MANGLING_CONTEXT): Define.
5429         * config/t-sol2 (sol2-cxx.o, sol2-stubs.o): New targets.
5430         Use $<.
5431         * config.gcc (*-*-solaris2*): Add sol2-cxx.o to cxx_target_objs.
5432         Add sol2-stubs.o to extra_objs.
5434 2011-08-18  Jakub Jelinek  <jakub@redhat.com>
5436         PR target/50009
5437         * stor-layout.c (update_alignment_for_field): Don't ICE on
5438         packed flexible array members if ms_bitfield_layout_p.
5440         PR target/50092
5441         * config/i386/i386.c (assign_386_stack_local): Call validize_mem
5442         on the result before returning it.
5444         PR debug/50017
5445         * tree-vect-stmts.c (vect_finish_stmt_generation): If gsi_stmt (*gsi)
5446         is a debug stmt, use location of the first non-debug stmt after it.
5448 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
5450         * config/arm/arm.c (arm_rtx_costs_1): Don't modify the costs of SET.
5451         (arm_size_rtx_costs): Likewise.
5453 2011-08-18  Richard Guenther  <rguenther@suse.de>
5455         * tree.h (tree_int_cst_msb): Remove.
5456         * tree.c (tree_int_cst_msb): Likewise.
5457         (tree_int_cst_sign_bit): Move from ...
5458         * tree-ssa-loop-ivopts.c (tree_int_cst_sign_bit): ... here.
5460 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
5462         * doc/tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.
5463         * doc/tm.texi: Regenerate.
5464         * target.def (rtx_costs): Add an opno parameter.
5465         * hooks.h (hook_bool_rtx_int_int_intp_bool_false): Replace with...
5466         (hook_bool_rtx_int_int_int_intp_bool_false): ...this.
5467         * hooks.c (hook_bool_rtx_int_int_intp_bool_false): Replace with...
5468         (hook_bool_rtx_int_int_int_intp_bool_false): ...this.
5469         * cse.c (COST_IN): Add an opno parameter.
5470         (notreg_cost): Likewise.  Update call to rtx_cost.
5471         (COST, fold_rtx): Update accordingly.
5472         * dojump.c (prefer_and_bit_test): Update call to rtx_cost.
5473         * expmed.c (emit_store_flag): Likewise.
5474         * optabs.c (avoid_expensive_constant): Add an opno parameter.
5475         Update call to rtx_cost.
5476         (expand_binop_directly, expand_binop): Likewise.
5477         (expand_twoval_binop, prepare_cmp_insn): Likewise.
5478         * rtl.h (rtx_cost, get_full_rtx_cost): Add opno parameters.
5479         (set_src_cost, get_full_set_src_cost): Update accordingly.
5480         * rtlanal.c (rtx_cost): Add an opno parameter.  Update call
5481         to target hook.
5482         (get_full_rtx_cost): Add an opno paramter.  Update calls to rtx_cost.
5483         (default_adress_cost): Update calls to rtx_cost.
5485         * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs)
5486         (arm_slowmul_rtx_costs): Adjust calls to rtx_cost.
5487         (arm_rtx_costs): Add an opno parameter.
5488         * config/alpha/alpha.c (alpha_rtx_costs): Add an opno parameter and
5489         adjust any recursive rtx-cost calls.
5490         * config/avr/avr.c (avr_operand_rtx_cost, avr_rtx_costs): Likewise.
5491         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
5492         * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
5493         * config/cris/cris.c (cris_rtx_costs): Likewise.
5494         * config/frv/frv.c (frv_rtx_costs): Likewise.
5495         * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
5496         * config/i386/i386.c (ix86_rtx_costs): Likewise.
5497         * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
5498         * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
5499         * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
5500         * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
5501         * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
5502         * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
5503         * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
5504         * config/mep/mep.c (mep_rtx_cost): Likewise.
5505         * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
5506         * config/mips/mips.c (mips_binary_cost): Update call to rtx_cost.
5507         (mips_zero_extend_cost): Add an opno parameter.
5508         * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
5509         * config/mn10300/mn10300.c (mn10300_address_cost): Update call
5510         to rtx_cost.
5511         (mn10300_rtx_costs): Add an opno parameter and adjust any recursive
5512         rtx-cost calls.
5513         * config/pa/pa.c (hppa_rtx_costs): Likewise.
5514         * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
5515         * config/picochip/picochip.c (picochip_rtx_costs): Likewise.
5516         * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
5517         (rs6000_debug_rtx_costs): Likewise.
5518         * config/s390/s390.c (s390_rtx_costs): Likewise.
5519         * config/score/score-protos.h (score_rtx_costs): Likewise.
5520         * config/score/score.c (score_rtx_costs): Likewise.
5521         * config/sh/sh.c (andcosts): Update call to rtx_cost.
5522         (sh_rtx_costs): Add an opno parameter.
5523         * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
5524         * config/spu/spu.c (spu_rtx_costs): Likewise.
5525         * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
5526         * config/v850/v850.c (v850_rtx_costs): Likewise.
5527         * config/vax/vax.c (vax_rtx_costs): Likewise.
5528         * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
5530 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
5532         * rtl.h (set_src_cost, get_full_set_src_cost): New functions.
5533         * auto-inc-dec.c (attempt_change): Use set_src_cost instead of
5534         rtx_cost.
5535         * calls.c (precompute_register_parameters): Likewise.
5536         * combine.c (expand_compound_operation, make_extraction): Likewise.
5537         (force_to_mode, distribute_and_simplify_rtx): Likewise.
5538         * dse.c (find_shift_sequence): Likewise.
5539         * expmed.c (init_expmed, expand_mult, expand_smod_pow2): Likewise.
5540         * expr.c (compress_float_constant): Likewise.
5541         * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
5542         * gcse.c (want_to_gcse_p): Likewise.
5543         * ifcvt.c (noce_try_sign_mask): Likewise.
5544         * loop-doloop.c (doloop_optimize): Likewise.
5545         * loop-invariant.c (create_new_invariant): Likewise.
5546         * optabs.c (avoid_expensive_constant): Likewise.
5547         * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands)
5548         (try_replace_in_use, reload_cse_move2add): Likewise.
5549         * reload1.c (calculate_elim_costs_all_insns): Likewise.
5550         (note_reg_elim_costly): Likewise.
5551         * rtlanal.c (insn_rtx_cost): Likewise.
5552         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
5553         * stmt.c (lshift_cheap_p): Likewise.
5554         * tree-ssa-loop-ivopts.c (seq_cost, computation_cost): Likewise.
5555         * config/avr/avr.c (final_prescan_insn): Likewise.
5556         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
5557         * config/mips/mips.c (mips_binary_cost, mips_rtx_costs): Likewise.
5559 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
5561         * rtl.h (set_rtx_cost, get_full_set_rtx_cost): New functions.
5562         * auto-inc-dec.c (attempt_change): Use set_rtx_cost.
5563         * cfgloopanal.c (seq_cost): Likewise.
5564         * loop-invariant.c (create_new_invariant): Likewise.
5565         * postreload.c (move2add_use_add2_insn, move2add_use_add3_insn)
5566         (reload_cse_move2add): Use get_full_set_rtx_cost.
5568 2011-08-18  Richard Guenther  <rguenther@suse.de>
5570         * expr.c (get_inner_reference): Fix typo in last change.
5572 2011-08-18  Paolo Carlini  <paolo.carlini@oracle.com>
5573             Joseph Myers  <joseph@codesourcery.com>
5575         PR tree-optimization/49963
5576         * hwint.c (absu_hwi): Define.
5577         * hwint.h (absu_hwi): Declare.
5578         * fold-const.c (fold_plusminus_mult_expr): Use absu_hwi instead
5579         of abs_hwi.
5580         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
5581         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
5583 2011-08-18  Richard Guenther  <rguenther@suse.de>
5585         * expr.c (get_inner_reference): Sign-extend the constant
5586         twos-complement offset before doing arbitrary precision
5587         arithmetic on it.
5588         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
5589         (get_constraint_for_1): Pass the offset of a MEM_REF unchanged
5590         to get_constraint_for_ptr_offset.
5592 2011-08-17  Kaz Kojima  <kkojima@gcc.gnu.org>
5594         PR target/50068
5595         * config/sh/sh.c (sh_output_mi_thunk): Don't call dbr_schedule.
5597 2011-08-17  Richard Guenther  <rguenther@suse.de>
5599         * tree.h (convert_to_ptrofftype_loc): New function.
5600         (convert_to_ptrofftype): Define.
5601         * builtins.c (expand_builtin_bzero): Use size_type_node.
5602         (fold_builtin_bzero): Likewise.
5603         (std_gimplify_va_arg_expr): Build the BIT_AND_EXPR on the pointer.
5604         * c-typeck.c (build_unary_op): Use convert_to_ptrofftype_loc.
5605         * cgraphunit.c (thunk_adjust): Use fold_build_pointer_plus_loc.
5606         (cgraph_redirect_edge_call_stmt_to_callee): Use size_int.
5607         * expr.c (expand_expr_addr_expr_1): Use fold_build_pointer_plus.
5608         * fold-const.c (build_range_check): Negate using the original type.
5609         (fold_unary_loc): Use fold_build_pointer_plus_loc.
5610         * gimple-fold.c (gimple_adjust_this_by_delta): Use
5611         convert_to_ptrofftype.
5612         * gimplify.c (gimplify_self_mod_expr): Likewise.
5613         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Likewise.
5614         (graphite_create_new_loop_guard): Likewise.
5615         * graphite-sese-to-poly.c (my_long_long): Remove.
5616         (scop_ivs_can_be_represented): Adjust.
5617         * tree-cfg.c (verify_gimple_assign_unary): Use ptrofftype_p.
5618         * tree-chrec.c (chrec_fold_plus_1): Use fold_build_pointer_plus.
5619         * tree-loop-distribution.c (build_size_arg_loc): Use
5620         size_type_node.
5621         (generate_memset_zero): Simplify.
5622         * tree-mudflap.c: Use fold_convert, not convert.
5623         * tree-predcom.c (suitable_reference_p): Expand DR_OFFSET in
5624         its own type.
5625         (determine_offset): Likewise for DR_STEP.
5626         (valid_initializer_p): Likewise.
5627         * tree-profile.c (prepare_instrumented_value): Convert the pointer
5628         to an integer type of same size.
5629         * tree-scalar-evolution.c (interpret_rhs_expr): Do not refer
5630         to sizetype without need.
5631         * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
5632         * tree-ssa-loop-ivopts.c (find_bivs): Use convert_to_ptrofftype.
5633         * tree-ssa-loop-manip.c (create_iv): Likewise.
5634         (determine_exit_conditions): Adjust comment.
5635         * tree-ssa-pre.c (create_expression_by_pieces): Use
5636         convert_to_ptrofftype.
5637         * tree-ssa-structalias.c (get_constraint_for_1): Likewise.
5638         * varasm.c (array_size_for_constructor): Compute using double_ints.
5640 2011-08-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5642         * config/spu/spu.c (spu_emit_branch_or_set): Avoid reverse tests
5643         when generating an integer result where possible.  Short-cut
5644         comparison against 0 also for QImode.
5646 2011-08-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5648         * config/spu/spu.h (LEGITIMIZE_RELOAD_ADDRESS): New macro.
5649         * config/spu/spu-protos.h (spu_legitimize_reload_address): Add
5650         prototype.
5651         * config/spu/spu.c (spu_legitimize_reload_address): New function.
5652         (spu_legitimate_address_p): Do not check displacement if the base
5653         is an eliminable stack register.
5655 2011-08-16  Anatoly Sokolov  <aesok@post.ru>
5657         * config/m32c/m32c.h (PREFERRED_RELOAD_CLASS,
5658         PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
5659         * config/m32c/m32c-protos.h (m32c_preferred_reload_class,
5660         m32c_preferred_output_reload_class): Remove.
5661         * config/m32c/m32c.c (m32c_preferred_reload_class): Make static.
5662         Change rclass argument and return types to reg_class_t. Use
5663         reg_class_subset_p instead of class_sizes.
5664         (m32c_preferred_output_reload_class): Make static. Change rclass
5665         argument and return types to reg_class_t.
5666         (TARGET_PREFERRED_RELOAD_CLASS,
5667         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
5669 2011-08-16  Kai Tietz  <ktietz@redhat.com>
5671         * config/i386/mingw32.h (GOMP_SELF_SPEC): Add -pthread option.
5673 2011-08-16  Richard GUenther  <rguenther@suse.de>
5675         PR tree-optimization/50082
5676         * tree-ssa-forwprop.c (combine_cond_expr_cond): Handle overflow
5677         warnings here, instead of ...
5678         (ssa_forward_propagate_and_combine): ... here.
5679         (forward_propagate_into_comparison_1): Adjust.
5680         (forward_propagate_into_comparison): Likewise.
5681         (forward_propagate_into_gimple_cond): Likewise.
5682         (forward_propagate_into_cond): Likewise.
5684 2011-08-16  Andreas Schwab  <schwab@redhat.com>
5686         * ggc.h (ggc_alloc_rtvec_sized): Use ggc_alloc_zone_rtvec_def
5687         instead of ggc_alloc_zone_vec_rtvec_def.
5689 2011-08-16  Richard Guenther  <rguenther@suse.de>
5691         * tree.h (ptrofftype_p): New helper function.
5692         * tree-cfg.c (verify_expr): Use ptrofftype_p for POINTER_PLUS_EXPR
5693         offset verification.
5694         (verify_gimple_assign_binary): Likewise.
5695         * tree.c (build2_stat): Likewise.
5696         * tree-chrec.c (chrec_fold_plus_poly_poly): Likewise.
5697         (reset_evolution_in_loop): Likewise.
5698         * tree-chrec.h (build_polynomial_chrec): Likewise.
5700 2011-08-16  Liang Wang  <lwang1@marvell.com>
5702         * ggc.h (ggc_alloc_rtvec_sized): Change arguments of
5703         ggc_alloc_zone_vec_rtvec_def.
5705 2011-08-16  Richard Guenther  <rguenther@suse.de>
5707         * tree-vrp.c (extract_range_from_multiplicative_op_1): New
5708         helper factored out from ...
5709         (extract_range_from_binary_expr_1): ... here.  Re-structure
5710         to not glob handling too different tree codes.
5712 2011-08-15  Richard Henderson  <rth@redhat.com>
5714         PR middle-end/50006
5715         * explow.c (allocate_dynamic_stack_space): Move suppress_reg_args_size
5716         setting out to include allocate_stack named pattern as well.
5717         * builtins.c (expand_builtin_apply): Add ARG_SIZE 0 note.
5718         * stmt.c (expand_stack_restore): Likewise.
5720 2011-08-15  Richard Guenther  <rguenther@suse.de>
5722         PR middle-end/50082
5723         * fold-const.c (maybe_canonicalize_comparison_1): Properly
5724         convert the modified operand to the other operand type.
5725         (fold_comparison): Call maybe_canonicalize_comparison_1 with
5726         useless conversions stripped from comparison operands.
5728 2011-08-15  Richard Guenther  <rguenther@suse.de>
5730         * tree-vrp.c (value_range_nonnegative_p): Fix anti-range case.
5731         (extract_range_from_unary_expr_1): Restructure.
5733 2011-08-15  Richard Guenther  <rguenther@suse.de>
5735         PR tree-optimization/50058
5736         * tree-ssa-sccvn.c (vn_reference_lookup_3): Relax aggregate
5737         copy matching.
5739 2011-08-15  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
5741         PR target/50022
5742         * config/arm/arm.c (output_move_double): Add 2 parameters
5743         to count the number of insns emitted and whether to emit or not.
5744         Use the flag to decide when to emit and count number of instructions
5745         that will be emitted.
5746         Handle case where output_move_double might be called for calculating
5747         lengths with an invalid constant.
5748         (arm_count_output_move_double_insns): Define.
5749         * config/arm/arm-protos.h (arm_count_output_move_double_insns): Declare.
5750         (output_move_double): Adjust prototype.
5751         * config/arm/vfp.md ("*movdi_vfp"): Adjust call to
5752         output_move_double.
5753         ("*movdi_vfp_cortexa8"): Likewise and add attribute
5754         for ce_count.
5755         * config/arm/arm.md ("*arm_movdi"): Adjust call to output_move_double.
5756         ("*movdf_soft_insn"): Likewise.
5757         * config/arm/cirrus.md ("*cirrus_arm_movdi"): Likewise.
5758         ("*cirrus_thumb2_movdi"): Likewise.
5759         ("*thumb2_cirrus_movdf_hard_insn"): Likewise.
5760         ("*cirrus_movdf_hard_insn"): Likewise.
5761         * config/arm/neon.md (*neon_mov<mode> VD): Likewise.
5762         * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Likewise.
5763         ("mov<mode>_internal VMMX"): Likewise.
5764         * config/arm/fpa.md (*movdf_fpa, *thumb2_movdf_fpa): Likewise.
5766 2011-08-14  Uros Bizjak  <ubizjak@gmail.com>
5768         * config/i386/i386.c (ix86_expand_round_sse4): New function.
5769         * config/i386/i386-protos.h (ix86_expand_round_sse4): New prototype.
5770         * config/i386/i386.md (round<mode>2): Use ix86_expand_round_sse4
5771         for TARGET_ROUND.
5773         (rint<mode>2): Simplify TARGET_ROUND check.
5774         (floor<mode>2): Ditto.
5775         (ceil<mode>2): Ditto.
5776         (btrunc<mode>2): Ditto.
5778 2011-08-14  Anatoly Sokolov  <aesok@post.ru>
5780         * config/mmix/mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine
5781         as mmix_preferred_output_reload_class.
5783 2011-08-14  Georg-Johann Lay  <avr@gjlay.de>
5785         * PR target/49903
5786         * config/avr/avr.md (UNSPEC_IDENTITY): New c_enum.
5787         (branch_unspec): New insn.
5788         (branch): Beauty farm.
5789         * config/avr/avr.c (compare_condition): Use JUMP_P.  Test SET_SRC
5790         to be IF_THEN_ELSE.
5791         (avr_compare_pattern, avr_reorg_remove_redundant_compare):
5792         New static functions.
5793         (avr_reorg): Use them.  Use next_real_insn instead of NEXT_INSN.
5794         Use CONST_INT_P.  Beauty.
5796 2011-08-12  Richard Henderson  <rth@redhat.com>
5798         PR rtl-opt/49994
5799         * sched-init.h (struct deps_desc): Add sched_before_next_jump.
5800         * sched-deps.c (init_deps): Clear it.
5801         (deps_analyze_insn): Consume it.
5802         (sched_analyze_insn): Fill it.
5804 2011-08-12  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
5806         PR target/48328
5807         * config/arm/arm.h (CASE_VECTOR_SHORTEN_MODE): Fix distance
5808         for tbh instructions.
5810 2011-08-12  Diego Novillo  <dnovillo@google.com>
5812         * data-streamer.h (streamer_write_zero): Rename from output_zero.
5813         (streamer_write_uhwi): Rename from lto_output_uleb128.
5814         (streamer_write_hwi): Rename from output_sleb128.
5815         (streamer_write_string): Rename from lto_output_string.
5816         (streamer_string_index): Rename from lto_string_index.
5817         (streamer_write_string_with_length): Rename from
5818         lto_output_string_with_length.
5819         (streamer_write_uhwi_stream): Rename from lto_output_uleb128_stream.
5820         (streamer_write_hwi_stream): Rename from lto_output_sleb128_stream.
5821         (streamer_read_string): Rename from lto_input_string.
5822         (streamer_read_indexed_string): Rename from input_string_internal.
5823         (streamer_read_uhwi): Rename from lto_input_uleb128.
5824         (streamer_read_hwi): Rename from lto_input_sleb128.
5825         (streamer_write_hwi_in_range): Rename from lto_output_int_in_range.
5826         (streamer_read_hwi_in_range): Rename from lto_input_int_in_range.
5827         (streamer_write_enum): Rename from lto_output_enum.
5828         (streamer_read_enum): Rename from lto_input_enum.
5829         (streamer_write_record_start): Rename from output_record_start.
5830         (streamer_read_record_start): Rename from input_record_start.
5831         (streamer_write_bitpack): Rename from lto_output_bitpack.
5832         (streamer_read_bitpack): Rename from lto_input_bitpack.
5833         (streamer_write_char_stream): Rename from lto_output_1_stream.
5834         (streamer_read_uchar): Rename from lto_input_1_unsigned.
5835         * tree-streamer.h (streamer_cache_d): Rename from lto_streamer_cache_d.
5836         (streamer_handle_as_builtin_p): Rename from lto_stream_as_builtin_p.
5837         (streamer_read_string_cst): Rename from input_string_cst.
5838         (streamer_read_chain): Rename from lto_input_chain.
5839         (streamer_alloc_tree): Rename from lto_materialize_tree.
5840         (streamer_read_tree_body): Rename from lto_input_tree_pointers.
5841         (streamer_get_pickled_tree): Rename from lto_get_pickled_tree.
5842         (streamer_get_builtin_tree): Rename from lto_get_builtin_tree.
5843         (streamer_read_integer_cst): Rename from lto_input_integer_cst.
5844         (streamer_read_tree_bitfields): Rename from tree_read_bitfields.
5845         (streamer_write_chain): Rename from lto_output_chain.
5846         (streamer_write_tree_header): Rename from lto_output_tree_header.
5847         (streamer_pack_tree_bitfields): Rename from pack_value_fields.
5848         (streamer_write_tree_body): Rename from lto_output_tree_pointers.
5849         (streamer_write_integer_cst): Rename from lto_output_integer_cst.
5850         (streamer_write_builtin): Rename from lto_output_builtin_tree.
5851         (streamer_check_handled_ts_structures): Rename from
5852         check_handled_ts_structures.
5853         (streamer_tree_cache_insert): Rename from lto_streamer_cache_insert.
5854         (streamer_tree_cache_insert_at): Rename from
5855         lto_streamer_cache_insert_at.
5856         (streamer_tree_cache_append): Rename from lto_streamer_cache_append.
5857         (streamer_tree_cache_lookup): Rename from lto_streamer_cache_lookup.
5858         (streamer_tree_cache_get): Rename from lto_streamer_cache_get.
5859         (streamer_tree_cache_create): Rename from lto_streamer_cache_create.
5860         (streamer_tree_cache_delete): Rename from lto_streamer_cache_delete.
5861         * tree-streamer-out.c (write_string_cst): Rename from output_string_cst.
5862         (write_identifier): Rename from output_identifier.
5863         (write_ts_common_tree_pointers): Rename from
5864         lto_output_ts_common_tree_pointers.
5865         (write_ts_vector_tree_pointers): Rename from
5866         lto_output_ts_vector_tree_pointers.
5867         (write_ts_complex_tree_pointers): Rename from
5868         lto_output_ts_complex_tree_pointers.
5869         (write_ts_decl_minimal_tree_pointers): Rename from
5870         lto_output_ts_decl_minimal_tree_pointers.
5871         (write_ts_decl_common_tree_pointers): Rename from
5872         lto_output_ts_decl_common_tree_pointers.
5873         (write_ts_decl_non_common_tree_pointers): Rename from
5874         lto_output_ts_decl_non_common_tree_pointers.
5875         (write_ts_decl_with_vis_tree_pointers): Rename from
5876         lto_output_ts_decl_with_vis_tree_pointers.
5877         (write_ts_field_decl_tree_pointers): Rename from
5878         lto_output_ts_field_decl_tree_pointers.
5879         (write_ts_function_decl_tree_pointers): Rename from
5880         lto_output_ts_function_decl_tree_pointers.
5881         (write_ts_type_common_tree_pointers): Rename from
5882         lto_output_ts_type_common_tree_pointers.
5883         (write_ts_type_non_common_tree_pointers): Rename from
5884         lto_output_ts_type_non_common_tree_pointers.
5885         (write_ts_list_tree_pointers): Rename from
5886         lto_output_ts_list_tree_pointers.
5887         (write_ts_vec_tree_pointers): Rename from
5888         lto_output_ts_vec_tree_pointers.
5889         (write_ts_exp_tree_pointers): Rename from
5890         lto_output_ts_exp_tree_pointers.
5891         (write_ts_block_tree_pointers): Rename from
5892         lto_output_ts_block_tree_pointers.
5893         (write_ts_binfo_tree_pointers): Rename from
5894         lto_output_ts_binfo_tree_pointers.
5895         (write_ts_constructor_tree_pointers): Rename from
5896         lto_output_ts_constructor_tree_pointers.
5897         (write_ts_target_option): Rename from lto_output_ts_target_option.
5898         (write_ts_translation_unit_decl_tree_pointers): Rename from
5899         lto_output_ts_translation_unit_decl_tree_pointers.
5900         * tree-streamer.c (streamer_tree_cache_add_to_node_array):
5901         Rename from lto_streamer_cache_add_to_node_array.
5902         (streamer_tree_cache_insert_1): Rename from lto_streamer_cache_insert_1.
5903         (record_common_node): Rename from lto_record_common_node.
5905         * streamer-hooks.h (bitpack_d, lto_streamer_cache_d): Remove forward
5906         declarations.
5907         * data-streamer-in.c (lto_input_widest_uint_uleb128): Remove unused
5908         function.
5909         * data-streamer-out.c (lto_output_widest_uint_uleb128_stream): Remove
5910         unused function.
5911         * Makefile.in (lto-section-out.o): Add dependency on DATA_STREAMER_H.
5912         (ipa-reference.o): Likewise.
5913         * lto-section-out.c: Include data-streamer.h.
5914         * ipa-reference.c: Include data-streamer.h.
5916 2011-08-12  Nick Clifton  <nickc@redhat.com>
5918         * builtins.c (expand_builtin_memcmp): Do not use cmpstrnsi pattern.
5919         * doc/md.texi (cmpstrn): Note that the comparison stops if both
5920         fetched bytes are zero.
5921         (cmpstr): Likewise.
5922         (cmpmem): Note that the comparison does not stop if both of the
5923         fetched bytes are zero.
5925 2011-08-12  Uros Bizjak  <ubizjak@gmail.com>
5927         * builtins.def (BUILT_IN_ICEIL{,F,L}, BUILT_IN_IFLOOR{,F,L}
5928         BUILT_IN_IRINT{,F,L}, BUILT_IN_IROUND{,F,L}: New builtin definitions.
5929         * convert.c (convert_to_integer): Convert to BUILT_IN_ICEIL,
5930         BUILT_IN_IFLOOR, BUILT_IN_IRINT or BUILT_INT_IROUND when converting
5931         to integer_type_node.
5932         * fold-const.c (tree_call_nonnegative_warnv_p): Handle BUILT_IN_ICEIL,
5933         BUILT_IN_IFLOOR, BUILT_IN_IRINT and BUILT_INT_IROUND.
5934         * builtins.c (expand_builtin_in): Ditto.
5935         (mathfn_built_in_1): Ditto.
5936         (expand_builtin_int_roundingfn): Handle BUILT_IN_ICEIL and
5937         BUILT_IN_IFLOOR.
5938         (expand_builtin_int_roundingfn_2): Handle BUILT_IN_IRINT and
5939         BUILT_IN_IROUND.
5940         (fold_fixed_mathfn): Canonicalize BUILT_IN_ICEIL, BUILTIN_IN_IFLOOR
5941         BUILT_IN_IRINT and BUILT_IN_IROUND to BUILT_IN_LCEIL,
5942         BUILTIN_IN_LFLOOR, BUILT_IN_LRINT and BUILT_IN_LROUND on ILP32 targets.
5944 2011-08-12  Richard Guenther  <rguenther@suse.de>
5946         * tree-vrp.c (extract_range_from_unary_expr_1): Implement -X as 0 - X.
5948 2011-08-12  Romain Geissler  <romain.geissler@gmail.com>
5950         * Makefile.in (PLUGIN_HEADERS): Add C_TREE_H.
5952 2011-08-12  Richard Sandiford  <rdsandiford@googlemail.com>
5954         * config/arm/arm.c (get_label_padding): New function.
5955         (create_fix_barrier, arm_reorg): Use it.
5957 2011-08-11  Uros Bizjak  <ubizjak@gmail.com>
5959         PR target/49781
5960         * config/i386/i386.md (*lea_5_zext): New.
5961         (*lea_6_zext): Ditto.
5962         * config/i386/predicates.md (const_32bit_mask): New predicate.
5963         (lea_address_operand): Reject AND.
5964         * config/i386/i386.c (ix86_decompose_address): Allow Dimode AND with
5965         const_32bit_mask immediate.
5966         (ix86_print_operand_address): Handle AND.
5967         (memory_address_length): Ditto.
5969 2011-08-11  Romain Geissler  <romain.geissler@gmail.com>
5970             Brian Hackett  <bhackett1024@gmail.com>
5972         * plugin.def: Add event for finish_decl.
5973         * plugin.c (register_callback, invoke_plugin_callbacks): Same.
5974         * c-decl.c (finish_decl): Invoke callbacks on above event.
5975         * doc/plugins.texi: Document above event.
5977 2011-08-11  Richard Guenther  <rguenther@suse.de>
5979         * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid redundant
5980         lookups, make looking through aggregate copies stronger.
5982 2011-08-11  Richard Henderson  <rth@redhat.com>
5984         PR bootstrap/50018
5985         * expr.c (fixup_args_size_notes): Accept and ignore normal calls.
5987 2011-08-11  Richard Guenther  <rguenther@suse.de>
5989         * lto-cgraph.c (input_node): Use DECL_BUILT_IN.
5990         * tree-vrp.c (stmt_interesting_for_vrp): Likewise.
5991         (vrp_visit_stmt): Likewise.
5993 2011-08-11  Richard Guenther  <rguenther@suse.de>
5995         PR middle-end/50040
5996         * gimplify.c (gimplify_modify_expr_complex_part): Mark the
5997         load of the other piece with TREE_NO_WARNING.
5998         * tree-flow.h (warn_uninit): Adjust prototype.
5999         * tree-ssa.c (warn_uninit): Take uninitialized SSA name,
6000         the base variable and the expression that is used separately.
6001         Properly query all TREE_NO_WARNING flags.
6002         (struct walk_data): Remove.
6003         (warn_uninitialized_var): Likewise.
6004         (warn_uninitialized_vars): Do not walk gimple pieces but simply
6005         look at all SSA uses of the statement.  Handle unused memory
6006         separately.
6007         * tree-ssa-uninit.c (warn_uninitialized_phi): Adjust.
6009 2011-08-11   Kazuhiro Inaoka  <kazuhiro.inaoka.ud@renesas.com>
6011         * config/rx/rx.md (movsicc): Allow register to register transfers.
6012         (*movsicc): Likewise.
6013         (*stcc): Restrict this pattern to EQ and NE compares.
6014         (*stcc_reg): New pattern.  Works for any comparison but only for
6015         register transfers.
6017 2011-08-11   Diego Novillo  <dnovillo@google.com>
6019         * tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers):
6020         Call stream_write_tree instead of output_record_start.
6021         (lto_output_ts_binfo_tree_pointers): Likewise.
6023         * streamer-hooks.h (stream_write_tree): Move from tree-streamer.h.
6024         Convert it to a macro.
6025         (stream_read_tree): Likewise.
6027         * lto-streamer.h (lto_stream_as_builtin_p): Move ...
6028         * tree-streamer.h (lto_stream_as_builtin_p): ... here.
6030         * lto-streamer-in.c (lto_read_tree): Call lto_streamer_cache_append
6031         and tree_read_bitfields.
6032         * lto-streamer-out.c (lto_is_streamable): Move from lto-streamer.c
6033         (lto_write_tree): Call it.
6034         * lto-streamer.c (lto_is_streamable): Move to lto-streamer-out.c
6035         * streamer-hooks.h (struct streamer_hooks): Remove fields
6036         name, is_streamable and alloc_tree. Update all users.
6037         * tree-streamer-in.c (tree_read_bitfields): Factor out of ...
6038         (lto_materialize_tree): ... here.
6039         Handle CALL_EXPR codes.
6040         Remove call to lto_streamer_cache_append.
6041         * tree-streamer-out.c (lto_output_tree_header): Handle CALL_EXPR nodes.
6042         * tree-streamer.h (tree_read_bitfields): Declare.
6044         * Makefile.in (TREE_STREAMER_H): Add STREAMER_HOOKS_H.
6045         (gimple-streamer-in.o): Add dependency on TREE_STREAMER_H.
6046         * tree-streamer.h (stream_read_tree): New.  Replace all calls
6047         to lto_input_tree with it.
6048         (stream_write_tree): New.  Replace all calls to lto_output_tree,
6049         lto_output_tree_ref and lto_output_tree_or_ref with it.
6050         * lto-streamer-in.c (lto_read_tree): Inline code from
6051         lto_streamer_read_tree.
6052         (lto_input_tree): Move from tree-streamer-in.c.
6053         * lto-streamer-out.c (lto_output_tree_ref): Make static.
6054         Remove handling of NULL values for EXPR.
6055         Do not handle EXPRs that are not indexable.
6056         (lto_write_tree): Move from tree-streamer-out.c.
6057         Inline lto_streamer_write_tree.
6058         (lto_output_tree): Move from tree-streamer-out.c.
6059         If REF_P is true and EXPR is indexable, call lto_output_tree_ref.
6060         * lto-streamer.c (lto_record_common_node): Move to tree-streamer.c.
6061         (lto_preload_common_nodes): Likewise.
6062         Remove assertions and adjustments for nodes
6063         main_identifier_node, ptrdiff_type_node and fileptr_type_node.
6064         (lto_streamer_hooks_init): Set streamer_hooks.write_tree to
6065         lto_output_tree and streamer_hooks.read_tree to lto_input_tree.
6066         * lto-streamer.h (lto_input_tree): Declare.
6067         (lto_output_tree_ref): Remove.
6068         * streamer-hooks.h (struct streamer_hooks): Remove fields
6069         preload_common_nodes, indexable_with_decls_p,
6070         pack_value_fields, unpack_value_fields and output_tree_header.
6071         Update all users.
6072         * tree-streamer-in.c (lto_materialize_tree): Make extern.
6073         (lto_input_tree_pointers): Likewise.
6074         (lto_read_tree): Move to lto-streamer-in.c.
6075         (lto_input_integer_cst): Make extern.
6076         (lto_get_pickled_tree): Likewise.
6077         (lto_get_builtin_tree): Likewise.
6078         (lto_input_tree): Move to lto-streamer-in.c.
6079         * tree-streamer-out.c (pack_value_fields): Make extern.
6080         (lto_output_tree_or_ref): Remove.  Replace all callers with
6081         calls to stream_write_tree.
6082         (lto_output_builtin_tree): Make extern.
6083         (lto_streamer_write_tree): Inline into lto_write_tree.
6084         (lto_output_tree_pointers): Make extern.
6085         (lto_output_tree_header): Likewise.
6086         (lto_output_integer_cst): Likewise.
6087         (lto_write_tree): Move to lto-streamer-out.c.
6088         (lto_output_tree): Likewise.
6089         * tree-streamer.c (lto_record_common_node): Move from lto-streamer.c
6090         (preload_common_nodes): Likewise.
6091         (lto_streamer_cache_create): Call it.
6092         * tree-streamer.h: Include streamer-hooks.h.
6093         (stream_write_tree): New.
6094         (stream_read_tree): New.
6095         (lto_input_tree): Remove.
6096         (lto_materialize_tree): Declare.
6097         (lto_input_tree_pointers): Declare.
6098         (lto_get_pickled_tree): Declare.
6099         (lto_get_builtin_tree): Declare.
6100         (lto_input_integer_cst): Declare.
6101         (lto_output_tree_header): Declare.
6102         (pack_value_fields): Declare.
6103         (lto_output_tree_pointers): Declare.
6104         (lto_output_integer_cst): Declare.
6105         (lto_output_builtin_tree): Declare.
6107 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
6109         * sel-sched-ir.c (has_dependence_note_reg_use): Call ds_full_merge
6110         only if producer writes to the register given by regno.
6112 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
6113             Alexander Monakov  <amonakov@ispras.ru>
6115         * sched-deps.c (sched_get_condition_with_rev): Rename to ...
6116         (sched_get_condition_with_rev_uncached): ... this.  Factor out
6117         condition caching logic into ...
6118         (sched_get_condition_with_rev): ... this.  Reimplement.  Do not
6119         attempt to use cache for instructions with zero luid.
6120         (sched_analyze_insn): Use INSN_CACHED_COND instead of INSN_COND.
6121         * sched-int.h (INSN_COND): Rename to INSN_CACHED_COND.
6123 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
6125         * sel-sched-ir.c (get_seqno_of_a_pred): Rename to
6126         get_seqno_for_a_jump.  Update the caller.
6127         (get_seqno_by_succs): New.  Use it ...
6128         (get_seqno_for_a_jump): ... here to find a seqno if looking at
6129         predecessors was not sufficient.
6130         (get_seqno_by_preds): Include head in iteration range, exclude insn.
6132 2011-08-11  Dmitry Melnik  <dm@ispras.ru>
6134         * sel-sched-ir.c (invalidate_av_set): Remove the assert.
6136 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
6138         * sel-sched-ir.h (register_unavailable_p): Declare.
6139         * sel-sched-ir.c (register_unavailable_p): New.  Use it...
6140         (set_unavailable_target_for_expr): ... here to properly test
6141         availability of a register.
6142         (speculate_expr): Ditto.
6143         * sel-sched.c (substitute_reg_in_expr): Ditto.
6144         (av_set_could_be_blocked_by_bookkeeping_p): Ditto.
6146 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
6148         * sel-sched.c (verify_target_availability): Fix usage of
6149         hard_regno_nregs.
6151 2011-08-11  Dmitry Melnik  <dm@ispras.ru>
6153         * sel-sched-ir.c (init_global_and_expr_for_insn): Forbid copying of
6154         recognized by cannot_copy_insn_p hook and volatile instructions.
6156 2011-08-11  Dmitry Melnik  <dm@ispras.ru>
6158         * sel-sched-ir.c (merge_expr_data): Take maximum spec.
6160 2011-08-11  Richard Sandiford  <richard.sandiford@linaro.org>
6162         * doc/md.texi (define_bypass): Say that the instruction names can
6163         be filename-style globs.
6164         * Makefile.in (FNMATCH_H): Define.
6165         (build/genattrtab.o, build/genautomata.o): Depend on $(FNMATCH_H).
6166         * genattrtab.c: Include fnmatch.h.
6167         (bypass_list): Change field name from "insn" to "pattern".
6168         (gen_bypass_1): Update accordingly.
6169         (process_bypasses): Use fnmatch to check for matches between
6170         insn reservations and define_bypasses.
6171         * genautomata.c: Include fnmatch.h.
6172         (bypass_decl): Rename in_insn_name and out_insn_name to in_pattern
6173         and out_pattern respectively.
6174         (gen_bypass, insert_bypass): Update accordingly.
6175         (for_each_matching_insn, process_bypass_2, process_bypass_1)
6176         (process_bypass): New functions.
6177         (process_decls): Use process_bypass.  Update after field name changes.
6179 2011-08-11  Georg-Johann Lay  <avr@gjlay.de>
6181         PR target/49687
6182         * config/avr/avr.md (smulqi3_highpart): New insn.
6183         (umulqi3_highpart): New insn.
6184         (*subqi3.ashiftrt7): New insn.
6185         (smulhi3_highpart): New expander.
6186         (umulhi3_highpart): Nex expander.
6187         (*smulhi3_highpart_call): New insn.
6188         (*umulhi3_highpart_call): New insn.
6189         (extend_u): New code attribute.
6190         (extend_prefix): Rename code attribute to extend_su.
6191         * config/avr/avr.c (avr_rtx_costs): Report costs of highpart of
6192         widening QI/HI multiply.
6194 2011-08-11  Ira Rosen  <ira.rosen@linaro.org>
6196         PR tree-optimization/50039
6197         * tree-vect-patterns.c (vect_operation_fits_smaller_type): Check
6198         that DEF_STMT has a stmt_vec_info.
6200 2011-08-10  Richard Guenther  <rguenther@suse.de>
6202         * tree.h (can_trust_pointer_alignment): Remove.
6203         * builtins.c (can_trust_pointer_alignment): Remove.
6205 2011-08-10  Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
6207         * c-typeck.c (scalar_to_vector): New function. Try scalar to
6208         vector conversion.
6209         (stv_conv): New enum for scalar_to_vector return type.
6210         (build_binary_op): Adjust.
6211         * doc/extend.texi: Description of scalar to vector expansion.
6213 2011-08-10  Richard Guenther  <rguenther@suse.de>
6215         * tree.h (get_pointer_alignment): Remove max-align argument.
6216         (get_object_alignment): Likewise.
6217         * builtins.c (get_object_alignment_1): Adjust.
6218         (get_object_alignment): Remove max-align argument.
6219         (get_pointer_alignment): Likewise.
6220         (expand_builtin_strlen): Adjust.
6221         (expand_builtin_memcpy): Likewise.
6222         (expand_builtin_mempcpy_args): Likewise.
6223         (expand_builtin_strncpy): Likewise.
6224         (expand_builtin_memset_args): Likewise.
6225         (expand_builtin_memcmp): Likewise.
6226         (expand_builtin_strcmp): Likewise.
6227         (expand_builtin_strncmp): Likewise.
6228         (get_builtin_sync_mem): Likewise.
6229         (fold_builtin_memset): Likewise.
6230         (fold_builtin_memory_op): Likewise.
6231         (expand_builtin_memory_chk): Likewise.
6232         * emit-rtl.c (get_mem_align_offset): Likewise.
6233         (set_mem_attributes_minus_bitpos): Likewise.
6234         * expr.c (expand_assignment): Likewise.
6235         (expand_expr_real_1): Likewise.
6236         * tree-sra.c (tree_non_mode_aligned_mem_p): Likewise.
6237         * tree-ssa-forwprop.c (simplify_builtin_call): Likewise.
6238         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Likewise.
6239         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
6240         * value-prof.c (gimple_stringops_transform): Likewise.
6242 2011-08-10  Paulo J. Matos  <paulo.matos@csr.com>
6244         * doc/tm.texi.in (CLASS_MAX_NREGS): Fix typo.
6245         * doc/tm.texi: Regenerate.
6247 2011-08-10  Georg-Johann Lay  <avr@gjlay.de>
6249         PR target/29560
6250         * config/avr/avr.md (*ashlhiqi3): New insn-and-split.
6251         (*ashl<extend_prefix>qihiqi3): New insn-and-splits.
6252         (*ashl<extend_prefix>qihiqi3.mem): New insn-and-splits.
6253         Add peephole2 to map ashlhi3 to ashlqi3 if high part of
6254         shift target is unused.
6256 2011-08-10  Richard Guenther  <rguenther@suse.de>
6258         PR tree-optimization/49937
6259         * tree-ssa-ccp.c (get_value_from_alignment): Re-implement
6260         using get_object_alignment_1.
6262 2011-08-09  Uros Bizjak  <ubizjak@gmail.com>
6264         * config/i386/i386.c (ix86_emit_i387_round): New function.
6265         * config/i386/i386-protos.h (ix86_emit_i387_round): Declare.
6266         * config/i386/i386.md (round<mode>2): Use X87MODEF mode iterator.
6267         Use ix86_emit_i387_round to expand round function for i387 math.
6268         (lround<X87MODEF:mode><SWI248x:mode>2): Use X87MODEF mode iterator.
6269         Use ix86_emit_i387_round to expand {l,ll}round function for i387 math.
6271 2011-08-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6273         * config/sync.c: Move to ../libgcc.
6274         * Makefile.in (libgcc.mvars): Remove LIBGCC_SYNC, LIBGCC_SYNC_CFLAGS.
6275         * config/mips/t-libgcc-mips16 (LIBGCC_SYNC, LIBGCC_SYNC_CFLAGS):
6276         Remove.
6278 2011-08-09  Anatoly Sokolov  <aesok@post.ru>
6280         * config/mmix/mmix.h (REGISTER_MOVE_COST): Remove macro.
6281         * config/mmix/mmix-protos.h (mmix_register_move_cost): Remove.
6282         * config/mmix/mmix.c (mmix_register_move_cost): Make static.
6283         Change 'from' and 'to' arguments type to reg_class_t.
6284         (TARGET_REGISTER_MOVE_COST): Define.
6286 2011-08-09  Vladimir Makarov  <vmakarov@redhat.com>
6288         PR target/50026
6289         Revert:
6290         PR rtl-optimization/49990
6291         * ira-costs.c (print_allocno_costs, print_pseudo_costs): Don't
6292         ignore classes which can not change mode.
6293         (find_costs_and_classes): Ditto.
6295 2011-08-09  Richard Guenther  <rguenther@suse.de>
6297         * tree-vrp.c (zero_nonzero_bits_from_vr): Also return precise
6298         information for ranges with only negative values.
6299         (extract_range_from_binary_expr_1): Adjust BIT_IOR_EXPR and
6300         BIT_AND_EXPR handling to handle ranges with negative values.
6302 2011-08-09  Kirill Yukhin  <kirill.yukhin@intel.com>
6304         * config/i386/i386.c: Remove traling spaces.
6305         * config/i386/sse.md: Likewise.
6306         (*fma_fmadd_<mode>): Fix insn alternative 1 mnemonic.
6307         (*fma_fmsub_<mode>): Likewise.
6308         (*fma_fnmadd_<mode>): Likewise.
6309         (*fma_fnmsub_<mode>): Likewise.
6311 2011-08-09  Nick Clifton  <nickc@redhat.com>
6313         * config/rx/rx.md: Disable extender peepholes at -O3.
6315 2011-08-09  Uros Bizjak  <ubizjak@gmail.com>
6317         PR target/49781
6318         * config/i386/i386.md (reload_noff_load): New.
6319         (reload_noff_store): Ditto.
6320         * config/i386/i386.c (ix86_secondary_reload): Use
6321         CODE_FOR_reload_noff_load and CODE_FOR_reload_noff_store to handle
6322         double-word moves from/to non-offsetable addresses instead of
6323         generating XMM temporary.
6325 2011-08-09  Anatoly Sokolov  <aesok@post.ru>
6327         * config/mmix/mmix.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Remove.
6329 2011-08-09  Ira Rosen  <ira.rosen@linaro.org>
6331         PR tree-optimization/50014
6332         * tree-vect-loop.c (vectorizable_reduction): Get def type before
6333         calling vect_get_vec_def_for_stmt_copy ().
6335 2011-08-08  Vladimir Makarov  <vmakarov@redhat.com>
6337         PR rtl-optimization/49990
6338         * ira-costs.c (print_allocno_costs, print_pseudo_costs): Don't
6339         ignore classes which can not change mode.
6340         (find_costs_and_classes): Ditto.
6342 2011-08-08  Richard Henderson  <rth@redhat.com>
6344         PR middle-end/49990
6345         * config/i386/i386.c (ix86_expand_prologue): Call
6346         for SEH target gen_prologue_use instead of gen_blockage
6347         at prologue's end.
6349 2011-08-08  Martin Jambor  <mjambor@suse.cz>
6351         PR middle-end/49923
6352         * tree-sra.c (access_precludes_ipa_sra_p): Also check access
6353         memory alignment.
6355 2011-08-08   Diego Novillo  <dnovillo@google.com>
6357         * Makefile.in (LTO_STREAMER_H): Add DIAGNOSTIC_H.
6358         (DATA_STREAMER_H): New.
6359         (GIMPLE_STREAMER_H): New.
6360         (TREE_STREAMER_H): New.
6361         (STREAMER_HOOKS_H): New.
6362         (OBJS): Add data-streamer.o, data-streamer-in.o, data-streamer-out.o,
6363         gimple-streamer-in.o, gimple-streamer-out.o, streamer-hooks.o,
6364         tree-streamer.o, tree-streamer-in.o and tree-streamer-out.o.
6365         (data-streamer.o): New.
6366         (data-streamer-in.o): New.
6367         (data-streamer-out.o): New.
6368         (gimple-streamer-in.o): New.
6369         (gimple-streamer-out.o): New.
6370         (streamer-hooks.o): New.
6371         (tree-streamer.o): New.
6372         (tree-streamer-in.o): New.
6373         (tree-streamer-out.o): New.
6374         (lto-cgraph.o): Add dependency on DATA_STREAMER_H and TREE_STREAMER_H.
6375         (lto-streamer-in.o): Add dependency on DATA_STREAMER_H,
6376         GIMPLE_STREAMER_H and TREE_STREAMER_H.
6377         (lto-streamer-out.o): Add dependency on DATA_STREAMER_H,
6378         GIMPLE_STREAMER_H and TREE_STREAMER_H.
6379         (lto-streamer.o): Add dependency on STREAMER_HOOKS_H.
6380         (ipa-prop.o): Add dependency on DATA_STREAMER_H and TREE_STREAMER_H.
6381         (ipa-inline-analysis.o): Likewise.
6382         (ipa-pure-const.o): Likewise.
6383         * data-streamer-in.c: New.
6384         * data-streamer-out.c: New.
6385         * data-streamer.c: New.
6386         * data-streamer.h: New.
6387         * gimple-streamer-in.c: New.
6388         * gimple-streamer-out.c: New.
6389         * gimple-streamer.h: New.
6390         * ipa-inline-analysis.c: Include data-streamer.h.
6391         * ipa-prop.c: Include data-streamer.h.
6392         * ipa-pure-const.c: Include data-streamer.h.
6393         * lto-cgraph.c: Include data-streamer.h.
6394         * lto-section-in.c (lto_input_uleb128): Move to data-streamer-in.c.
6395         (lto_input_widest_uint_uleb128): Likewise.
6396         (lto_input_sleb128): Likewise.
6397         (bp_unpack_var_len_unsigned): Likewise.
6398         (bp_unpack_var_len_int): Likewise.
6399         * lto-section-out.c (lto_output_uleb128_stream): Move to
6400         data-streamer-out.c.
6401         (lto_output_widest_uint_uleb128_stream): Likewise.
6402         (lto_output_sleb128_stream): Likewise.
6403         (bp_pack_var_len_unsigned): Likewise.
6404         (bp_pack_var_len_int): Likewise.
6405         * lto-streamer-in.c: Include data-streamer.h and gimple-streamer.h.
6406         (struct string_slot): Remove.  Update all users.
6407         (lto_tag_check_set): Make extern.
6408         (lto_tag_check_range): Move to lto-streamer.h.
6409         (lto_tag_check): Likewise.
6410         (hash_string_slot_node): Remove.  Update all users.
6411         (eq_string_slot_node): Remove.  Update all users.
6412         (string_for_index): Move to data-streamer-in.c
6413         (input_string_internal): Likewise.
6414         (input_string_cst): Move to tree-streamer-in.c.
6415         (input_identifier): Likewise.
6416         (lto_input_string): Move to data-streamer-in.c
6417         (input_record_start): Move to data-streamer.h
6418         (canon_file_name): Use new definition of struct string_slot
6419         from data-streamer.h.  Set S_SLOT.LEN.
6420         (lto_input_location): Make extern.
6421         (lto_input_chain): Move to tree-streamer-in.c.
6422         (lto_init_eh): Make extern.
6423         (input_phi): Move to gimple-streamer-in.c.
6424         (input_gimple_stmt): Likewise.
6425         (input_bb): Likewise.
6426         (unpack_ts_base_value_fields): Move to tree-streamer-in.c.
6427         (unpack_ts_real_cst_value_fields): Likewise.
6428         (unpack_ts_fixed_cst_value_fields): Likewise.
6429         (unpack_ts_decl_common_value_fields): Likewise.
6430         (unpack_ts_decl_wrtl_value_fields): Likewise.
6431         (unpack_ts_decl_with_vis_value_fields): Likewise.
6432         (unpack_ts_function_decl_value_fields): Likewise.
6433         (unpack_ts_type_common_value_fields): Likewise.
6434         (unpack_ts_block_value_fields): Likewise.
6435         (unpack_ts_translation_unit_decl_value_fields): Likewise.
6436         (unpack_value_fields): Likewise.
6437         (lto_materialize_tree): Likewise.
6438         (lto_input_ts_common_tree_pointers): Likewise.
6439         (lto_input_ts_vector_tree_pointers): Likewise.
6440         (lto_input_ts_complex_tree_pointers): Likewise.
6441         (lto_input_ts_decl_minimal_tree_pointers): Likewise.
6442         (lto_input_ts_decl_common_tree_pointers): Likewise.
6443         (lto_input_ts_decl_non_common_tree_pointers): Likewise.
6444         (lto_input_ts_decl_with_vis_tree_pointers): Likewise.
6445         (lto_input_ts_field_decl_tree_pointers): Likewise.
6446         (lto_input_ts_function_decl_tree_pointers): Likewise.
6447         (lto_input_ts_type_common_tree_pointers): Likewise.
6448         (lto_input_ts_type_non_common_tree_pointers): Likewise.
6449         (lto_input_ts_list_tree_pointers): Likewise.
6450         (lto_input_ts_vec_tree_pointers): Likewise.
6451         (lto_input_ts_exp_tree_pointers): Likewise.
6452         (lto_input_ts_block_tree_pointers): Likewise.
6453         (lto_input_ts_binfo_tree_pointers): Likewise.
6454         (lto_input_ts_constructor_tree_pointers): Likewise.
6455         (lto_input_ts_target_option): Likewise.
6456         (lto_input_ts_translation_unit_decl_tree_pointers): Likewise.
6457         (lto_input_tree_pointers): Likewise.
6458         (lto_get_pickled_tree): Likewise.
6459         (lto_get_builtin_tree): Likewise.
6460         (lto_read_tree): Likewise.
6461         (lto_input_integer_cst): Likewise.
6462         (lto_input_tree): Likewise.
6463         * lto-streamer-out.c: Include data-streamer.h,
6464         gimple-streamer.h and streamer-hooks.h.
6465         (struct string_slot): Move to data-streamer.h.
6466         (hash_string_slot_node): Likewise.
6467         (eq_string_slot_node): Likewise.
6468         (lto_string_index): Move to data-streamer-out.c.
6469         (lto_output_string_with_length): Likewise.
6470         (lto_output_string): Likewise.
6471         (output_string_cst): Move to tree-streamer-out.c.
6472         (output_identifier): Likewise.
6473         (output_zero): Move to data-streamer-out.c
6474         (output_uleb128): Likewise.
6475         (output_sleb128): Likewise.
6476         (output_record_start): Move to data-streamer.h
6477         (pack_ts_base_value_fields): Move to tree-streamer-out.c.
6478         (pack_ts_real_cst_value_fields): Likewise.
6479         (pack_ts_fixed_cst_value_fields): Likewise.
6480         (pack_ts_decl_common_value_fields): Likewise.
6481         (pack_ts_decl_wrtl_value_fields): Likewise.
6482         (pack_ts_decl_with_vis_value_fields): Likewise.
6483         (pack_ts_function_decl_value_fields): Likewise.
6484         (pack_ts_type_common_value_fields): Likewise.
6485         (pack_ts_block_value_fields): Likewise.
6486         (pack_ts_translation_unit_decl_value_fields): Likewise.
6487         (pack_value_fields): Likewise.
6488         (lto_output_chain): Likewise.
6489         (lto_output_ts_common_tree_pointers): Likewise.
6490         (lto_output_ts_vector_tree_pointers): Likewise.
6491         (lto_output_ts_complex_tree_pointers): Likewise.
6492         (lto_output_ts_decl_minimal_tree_pointers): Likewise.
6493         (lto_output_ts_decl_common_tree_pointers): Likewise.
6494         (lto_output_ts_decl_non_common_tree_pointers): Likewise.
6495         (lto_output_ts_decl_with_vis_tree_pointers): Likewise.
6496         (lto_output_ts_field_decl_tree_pointers): Likewise.
6497         (lto_output_ts_function_decl_tree_pointers): Likewise.
6498         (lto_output_ts_type_common_tree_pointers): Likewise.
6499         (lto_output_ts_type_non_common_tree_pointers): Likewise.
6500         (lto_output_ts_list_tree_pointers): Likewise.
6501         (lto_output_ts_vec_tree_pointers): Likewise.
6502         (lto_output_ts_exp_tree_pointers): Likewise.
6503         (lto_output_ts_block_tree_pointers): Likewise.
6504         (lto_output_ts_binfo_tree_pointers): Likewise.
6505         (lto_output_ts_constructor_tree_pointers): Likewise.
6506         (lto_output_ts_target_option): Likewise.
6507         (lto_output_ts_translation_unit_decl_tree_pointers): Likewise.
6508         (lto_output_tree_pointers): Likewise.
6509         (lto_output_tree_header): Likewise.
6510         (lto_output_builtin_tree): Likewise.
6511         (lto_write_tree): Likewise.
6512         (lto_output_integer_cst): Likewise.
6513         (lto_output_tree): Likewise.
6514         (output_phi): Move to gimple-streamer-out.c.
6515         (output_gimple_stmt): Likewise.
6516         (output_bb): Likewise.
6517         * lto-streamer.c: Include tree-streamer.h and streamer-hooks.h.
6518         (streamer_hooks): Move to streamer-hooks.c.
6519         (check_handled_ts_structures): Move to tree-streamer.c
6520         (lto_streamer_cache_add_to_node_array): Likewise.
6521         (lto_streamer_cache_insert_1): Likewise.
6522         (lto_streamer_cache_insert): Likewise.
6523         (lto_streamer_cache_insert_at): Likewise.
6524         (lto_streamer_cache_append): Likewise.
6525         (lto_streamer_cache_lookup): Likewise.
6526         (lto_streamer_cache_get): Likewise.
6527         (lto_record_common_node): Likewise.
6528         (lto_preload_common_nodes): Likewise.
6529         (lto_streamer_cache_create): Likewise.
6530         (lto_streamer_cache_delete): Likewise.
6531         (streamer_hooks_init): Move to streamer-hooks.c.
6532         * lto-streamer.h: Include diagnostic.h
6533         (struct output_block, struct lto_input_block,
6534         struct data_in, struct bitpack_d): Remove forward declarations.
6535         (struct bitpack_d): Move to data-streamer.h.
6536         (struct lto_streamer_cache_d): Move to tree-streamer.h.
6537         (struct streamer_hooks): Move to streamer-hooks.h.
6538         (bp_pack_var_len_unsigned): Move to data-streamer.h.
6539         (bp_pack_var_len_int): Likewise.
6540         (bp_unpack_var_len_unsigned): Likewise.
6541         (bp_unpack_var_len_int): Likewise.
6542         (lto_input_location): Declare.
6543         (lto_tag_check_set): Declare.
6544         (lto_init_eh): Declare.
6545         (lto_output_tree_ref): Declare.
6546         (lto_output_location): Declare.
6547         (bitpack_create): Move to data-streamer.h.
6548         (bp_pack_value): Likewise.
6549         (lto_output_bitpack): Likewise.
6550         (lto_input_bitpack): Likewise.
6551         (bp_unpack_value): Likewise.
6552         (lto_output_1_stream): Likewise.
6553         (lto_input_1_unsigned): Likewise.
6554         (lto_output_int_in_range): Likewise.
6555         (lto_input_int_in_range): Likewise.
6556         (bp_pack_int_in_range): Likewise.
6557         (bp_unpack_int_in_range): Likewise.
6558         (lto_output_enum): Likewise.
6559         (lto_input_enum): Likewise.
6560         (bp_pack_enum): Likewise.
6561         (bp_unpack_enum): Likewise.
6562         * streamer-hooks.c: New.
6563         * streamer-hooks.h: New.
6564         * tree-streamer-in.c: New.
6565         * tree-streamer-out.c: New.
6566         * tree-streamer.c: New.
6567         * tree-streamer.h: New.
6569 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6571         * gthr-posix95.h: Remove.
6572         * gthr.h [_PTHREADS95]: Remove.
6573         * configure.ac (enable_threads): Remove posix95.
6574         * configure: Regenerate.
6575         * doc/install.texi (Configuration, --enable-threads): Remove posix95.
6577 2011-08-08  Uros Bizjak  <ubizjak@gmail.com>
6579         PR target/49781
6580         * config/i386/i386.c (ix86_decompose_address): Allow zero-extended
6581         SImode addresses.
6582         (ix86_print_operand_address): Handle zero-extended addresses.
6583         (memory_address_length): Add length of addr32 prefix for
6584         zero-extended addresses.
6585         (ix86_secondary_reload): Handle moves to/from double-word general
6586         registers from/to zero-extended addresses.
6587         * config/i386/predicates.md (lea_address_operand): Reject
6588         zero-extended operands.
6590 2011-08-08  H.J. Lu  <hongjiu.lu@intel.com>
6592         PR other/48007
6593         * config.gcc (libgcc_tm_file): Add i386/value-unwind.h for Linux/x86.
6595         * system.h (REG_VALUE_IN_UNWIND_CONTEXT): Poisoned.
6596         (ASSUME_EXTENDED_UNWIND_CONTEXT): Likewise.
6598         * unwind-dw2.c (ASSUME_EXTENDED_UNWIND_CONTEXT): New.
6599         (_Unwind_Context_Reg_Val): Likewise.
6600         (_Unwind_Get_Unwind_Word): Likewise.
6601         (_Unwind_Get_Unwind_Context_Reg_Val): Likewise.
6602         (_Unwind_Context): Use _Unwind_Context_Reg_Val on the reg field.
6603         (_Unwind_IsExtendedContext): Check ASSUME_EXTENDED_UNWIND_CONTEXT
6604         for EXTENDED_CONTEXT_BIT.
6605         (__frame_state_for): Likewise.
6606         (uw_init_context_1): Likewise.
6607         (_Unwind_GetGR): Updated.
6608         (_Unwind_SetGR): Likewise.
6609         (_Unwind_GetGRPtr): Likewise.
6610         (_Unwind_SetGRPtr): Likewise.
6611         (_Unwind_SetGRValue): Likewise.
6612         (_Unwind_GRByValue): Likewise.
6613         (uw_install_context_1): Likewise.
6615         * doc/tm.texi.in: Document REG_VALUE_IN_UNWIND_CONTEXT and
6616         ASSUME_EXTENDED_UNWIND_CONTEXT.
6617         * doc/tm.texi: Regenerated.
6619 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6621         * Makefile.in (gengtype$(exeext)): Add $(LDFLAGS).
6623 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6625         * doc/invoke.texi (DEC Alpha Options, -mcpu): native support isn't
6626         Linux/GNU-specific.
6627         (DEC Alpha Options, -mtune): Likewise.
6628         (MIPS Options, -march): native is supported on IRIX.
6630 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6632         * config/sparc/driver-sparc.c: New file.
6633         * config/sparc/x-sparc: New file.
6634         * config.host: Use driver-sparc.o, sparc/x-sparc on sparc*-*-solaris2*.
6635         * config/sparc/sparc.opt (native): New value for enum processor_type.
6636         * config/sparc/sparc-opts.h (PROCESSOR_NATIVE): Declare.
6637         * config/sparc/sparc.c (sparc_option_override): Abort if
6638         PROCESSOR_NATIVE gets here.
6639         * config/sparc/sol2.h [__sparc__] (host_detect_local_cpu): Declare.
6640         (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS,
6641         DRIVER_SELF_SPECS): Define.
6642         * doc/invoke.texi (SPARC Options, -mcpu): Document native.
6643         (SPARC Options, -mtune): Likewise.
6644         * configure.ac (EXTRA_GCC_LIBS): Check for libkstat.
6645         Substitute result.
6646         * configure: Regenerate.
6647         * Makefile.in (EXTRA_GCC_LIBS): Set.
6648         (xgcc$(exeext)): Add $(EXTRA_GCC_LIBS).
6649         (cpp$(exeext)): Likewise.
6651 2011-08-08  Richard Guenther  <rguenther@suse.de>
6653         * tree-vrp.c (extract_range_from_unary_expr_1): New function,
6654         split out from ...
6655         (extract_range_from_unary_expr): ... here.  Handle BIT_NOT_EXPR
6656         by composition.
6658 2011-08-08  Mikael Pettersson  <mikpe@it.uu.se>
6660         PR tree-optimization/50005
6661         * ipa-inline-analysis (remap_predicate): Add cast to
6662         silence signed/unsigned comparison warning.
6664 2011-08-08  Richard Sandiford  <richard.sandiford@linaro.org>
6666         * modulo-sched.c (get_sched_window): Use a table for the debug output.
6667         Print the current ii.
6668         (sms_schedule_by_order): Reduce whitespace in dump line.
6670 2011-08-08  Richard Sandiford  <richard.sandiford@linaro.org>
6672         * modulo-sched.c (get_sched_window): Use just one loop for predecessors
6673         and one loop for successors.  Fix upper bound of memory range.
6675 2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
6677         PR target/50001
6678         * config/alpha/alpha.c (alpha_instantiate_decls): New function.
6679         (TARGET_INSTANTIATE_DECLS): New define.
6681 2011-08-06  Paolo Bonzini  <bonzini@gnu.org>
6682             Mikael Morin   <mikael.morin@sfr.fr>
6684         * Makefile.in (INCLUDES_FOR_TARGET): New.
6685         (LIBGCC2_CFLAGS): Use it.
6686         (CRTSTUFF_CFLAGS): Use it instead of INCLUDES.
6688 2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
6690         * config/i386/i386.c (ix86_compute_frame_layout): Simplify
6691         frame->save_regs_using_mov calculation.
6693 2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
6695         * config/i386/i386.md (ssemodesuffix): Remove V8SI mode.
6696         * config/i386/sse.md (castmode): New mode attribute.
6697         (avx_<castmode><avxsizesuffix>_<castmode>): Rename from
6698         avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>.
6700 2011-08-05  Jan Hubicka  <jh@suse.cz>
6702         PR middle-end/49494
6703         * ipa-inline-analysis.c (remap_predicate): Add bounds check.
6705 2011-08-05  Jan Hubicka  <jh@suse.cz>
6707         PR middle-end/49500
6708         * tree-emultls.c (new_emutls_decl):Add alias_of parameter;
6709         handle aliases.
6710         (create_emultls_var):New function.
6711         (ipa_lower_emutls): Handle aliases correctly.
6713 2011-08-05  Jan Hubicka  <jh@suse.cz>
6715         PR middle-end/49735
6716         * ipa-inline.c (recursive_inlining): Look through aliases.
6718 2011-08-05  Jason Merrill  <jason@redhat.com>
6720         * config/i386/i386.c (setup_incoming_varargs_ms_64): Move
6721         declarations to beginning of function.
6723 2011-08-05  Bernd Schmidt  <bernds@codesourcery.com>
6725         PR rtl-optimization/49900
6726         * sched-ebb.c (add_deps_for_risky_insns): Also add dependencies to
6727         ensure basic blocks stay in the same order.
6729 2011-08-05  Aldy Hernandez  <aldyh@redhat.com>
6731         * config/s390/s390.c (s390_expand_cs_hqi): Add new arguments to
6732         store_bit_field.
6733         (s390_expand_atomic): Same.
6735 2011-08-05  Richard Henderson  <rth@redhat.com>
6737         PR rtl-opt/49977
6738         * dwarf2cfi.c (scan_insn_after): Split out of ...
6739         (scan_trace): ... here.  Correctly place notes wrt sequences.
6741 2011-08-05  Kaz Kojima  <kkojima@gcc.gnu.org>
6742             Richard Henderson  <rth@redhat.com>
6744         PR rtl-opt/49982
6745         * expr.c (fixup_args_size_notes): Look through no-op moves.
6747 2011-08-05  Uros Bizjak  <ubizjak@gmail.com>
6749         * config/i386/i386.md (*push<mode>2): Use "o" constraint instead
6750         of "m" for operand 0.  Add type and mode attribute.
6751         (*pushxf_nointeger"): Use "<" constraint for operand 0.
6752         (*pushdf_rex64): New pattern, split out of *pushdf.  Use "m"
6753         constraint instead of "o" for opreand 1.
6754         (*pushdf): Disable for TARGET_64BIT.  Correct mode attribute.
6755         (*movdi_internal_rex64): Use "!o" constraint instead of "!m" for
6756         operand 0, alternative 4.
6757         (*movdf_internal_rex64): Ditto for operand 0, alernative 6.
6759 2011-08-05  Uros Bizjak  <ubizjak@gmail.com>
6761         * config/i386/predicates.md (lea_address_operand): Rename from
6762         no_seg_address_operand.
6763         * config/i386/i386.md (*lea_1): Update operand 1 predicate for rename.
6764         (*lea_1_zext): Ditto.
6765         (*lea_2): Ditto.
6766         (*lea_2_zext): Ditto.
6768 2011-08-05  Uros Bizjak  <ubizjak@gmail.com>
6770         * config/i386/i386.c (ix86_print_operand_address): Handle SUBREGs of
6771         parts.base and parts.index.
6772         * config/i386/predicates.md (aligned_operand): Ditto.
6773         (cmpxchg8b_pic_memory_operand): Ditto.
6775 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6777         * config/soft-fp: Move to ../libgcc.
6778         * Makefile.in (SFP_MACHINE): Remove.
6779         (libgcc-support): Remove $(SFP_MACHINE) dependency.
6780         * config/arm/sfp-machine.h: Move to ../libgcc/config/arm.
6781         * config/arm/t-arm-softfp: Move to
6782         ../libgcc/config/arm/t-softfp.
6783         * config/c6x/sfp-machine.h: Move to ../libgcc/config/c6x.
6784         * config/c6x/t-c6x-softfp: Remove.
6785         * config/i386/sfp-machine.h: Move to ../libgcc/config/i386.
6786         * config/i386/t-fprules-softfp: Move to
6787         ../libgcc/config/t-softfp-tf.
6788         * config/ia64/sfp-machine.h: Move to ../libgcc/config/ia64.
6789         * config/ia64/t-fprules-softfp: Remove.
6790         * config/lm32/sfp-machine.h: Move to ../libgcc/config/lm32.
6791         * config/lm32/t-fprules-softfp: Remove.
6792         * config/moxie/sfp-machine.h: Remove.
6793         * config/moxie/t-moxie-softfp: Remove.
6794         * config/rs6000/darwin-ldouble-format: Move to
6795         ../libgcc/config/rs6000/ibm-ldouble-format.
6796         * config/rs6000/darwin-ldouble.c: Move to
6797         ../libgcc/config/rs6000/ibm-ldouble.c
6798         * config/rs6000/libgcc-ppc-glibc.ver: Move to ../libgcc/config/rs6000.
6799         * config/rs6000/libgcc-ppc64.ver: Likewise.
6800         * config/rs6000/sfp-machine.h: Likewise.
6801         * config/rs6000/t-aix43 (SHLIB_MAPFILES): Remove
6802         $(srcdir)/config/rs6000/libgcc-ppc64.ver.
6803         (LIB2FUNCS_EXTRA): Remove.
6804         (TARGET_LIBGCC2_CFLAGS): Remove.
6805         * config/rs6000/t-aix52: Likewise
6806         * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
6807         $(srcdir)/config/rs6000/darwin-ldouble.c.
6808         (SHLIB_MAPFILES): Remove.
6809         * config/rs6000/t-darwin64 (LIB2FUNCS_EXTRA): Remove
6810         $(srcdir)/config/rs6000/darwin-ldouble.c.
6811         * config/rs6000/t-fprules-softfp: Move to
6812         ../libgcc/config/t-softfp-sfdf.
6813         * config/rs6000/t-freebsd: Move to ../libgcc/config/rs6000.
6814         * config/rs6000/t-linux64 (softfp_wrap_start, softfp_wrap_end): Remove.
6815         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Remove
6816         $(srcdir)/config/rs6000/darwin-ldouble.c.
6817         * config/score/sfp-machine.h: Move to ../libgcc/config/score.
6818         * config/score/t-score-softfp: Remove.
6819         * config.gcc (arm*-*-linux*): Remove arm/t-arm-softfp,
6820         soft-fp/t-softfp from tmake_file.
6821         (arm*-*-uclinux*): Likewise.
6822         (arm*-*-ecos-elf): Likewise.
6823         (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
6824         (arm*-*-rtems*): Likewise.
6825         (arm*-*-elf): Likewise.
6826         (moxie-*-elf): Remove moxie/t-moxie-softfp, soft-fp/t-softfp from
6827         tmake_file.
6828         (moxie-*-uclinux*): Likewise.
6829         (moxie-*-rtems*): Likewise.
6830         (lm32-*-elf*): Remove lm32/t-fprules-softfp, soft-fp/t-softfp from
6831         tmake_file.
6832         (lm32-*-rtems*): Likewise.
6833         (lm32-*-uclinux*): Likewise.
6834         (powerpc-*-freebsd*): Remove rs6000/t-freebsd,
6835         rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
6836         (powerpc-*-linux*, powerpc64-*-linux*): Remove
6837         rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
6838         (score-*-elf): Remove score/t-score-softfp, soft-fp/t-softfp from
6839         tmake_file.
6840         (tic6x-*-elf): Remove c6x/t-c6x-softfp, soft-fp/t-softfp from
6841         tmake_file.
6842         (tic6x-*-uclinux): Likewise.
6843         (i[34567]86-*-darwin*, x86_64-*-darwin*): Remove i386/t-fprules-softfp,
6844         soft-fp/t-softfp from tmake_file.
6845         (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
6846         (x86_64-*-kfreebsd*-gnu, i[34567]86-*-gnu*): Likewise.
6847         (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Likewise.
6848         (i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
6849         (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Likewise.
6851 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6853         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): Remove.
6854         (libgcc-support): Remove $(FPBIT), $(DPBIT), $(TPBIT) dependencies.
6855         (libgcc.mvars): Remove FPBIT, FPBIT_FUNCS, DPBIT, DPBIT_FUNCS,
6856         TPBIT, TPBIT_FUNCS.
6857         * config/fp-bit.c, config/fp-bit.h: Move to ../libgcc.
6858         * config/arm/t-strongarm-elf (FPBIT, DPBIT, dp-bit.c, fp-bit.c):
6859         Remove.
6860         * config/arm/t-vxworks: Likewise.
6861         * config/arm/t-wince-pe: Likewise.
6862         * config/avr/t-avr (fp-bit.c, FPBIT): Remove.
6863         * config/bfin/t-bfin (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6864         * config/bfin/t-bfin-elf: Likewise.
6865         * config/bfin/t-bfin-linux: Likewise.
6866         * config/bfin/t-bfin-uclinux: Likewise.
6867         * config/cris/t-cris (FPBIT, DPBIT, dp-bit.c, tmplibgcc_fp_bit.c):
6868         Remove.
6869         * config/fr30/t-fr30: Likewise.
6870         * config/frv/t-frv: Likewise.
6871         * config/h8300/t-h8300 (FPBIT, fp-bit.c): Remove.
6872         * config/iq2000/t-iq2000 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6873         * config/m32c/t-m32c: Likewise.
6874         * config/m32r/t-linux: (LIB2FUNCS_EXTRA, fp-bit.c, dp-bit.c): Remove.
6875         * config/m32r/t-m32r (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6876         * config/mcore/t-mcore: Likewise.
6877         * config/mep/t-mep: Likewise.
6878         * config/microblaze/t-microblaze: Likewise.
6879         * config/mips/t-linux64 (TPBIT, tp-bit.c): Remove.
6880         * config/mips/t-mips (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6881         * config/mips/t-sdemtk (FPBIT, DPBIT): Remove.
6882         * config/mips/t-sr71k (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6883         * config/mn10300/t-linux: Remove.
6884         * config/mn10300/t-mn10300 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6885         * config/pdp11/t-pdp11: Likewise.
6886         * config/picochip/t-picochip (FPBIT, fp-bit.c): Remove.
6887         * config/rs6000/ppc64-fp.c: Move to ../libgcc/config/rs6000.
6888         * config/rs6000/t-aix43 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6889         (LIB2FUNCS_EXTRA): Remove $(srcdir)/config/rs6000/ppc64-fp.c.
6890         * config/rs6000/t-aix52: Likewise.
6891         * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
6892         $(srcdir)/config/rs6000/ppc64-fp.c.
6893         * config/rs6000/t-fprules-fpbit: Remove.
6894         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Remove.
6895         * config/rs6000/t-lynx (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6896         * config/sh/t-netbsd (FPBIT, DPBIT): Remove.
6897         * config/sh/t-sh (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6898         * config/sparc/t-elf: Likewise.
6899         * config/sparc/t-leon: Likewise.
6900         * config/sparc/t-leon3: Likewise.
6901         * config/spu/t-spu-elf: Likewise.
6902         (DPBIT_FUNCS): Remove.
6903         * config/stormy16/t-stormy16 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6904         * config/v850/t-v850: Likewise.
6905         * config.gcc (avr-*-rtems*): Add avr/avr-lib.h to libgcc_tm_file.
6906         (avr-*-*): Likewise.
6907         (h8300-*-rtems*): Set libgcc_tm_file.
6908         (h8300-*-elf*): Likewise.
6909         (powerpc-*-eabisimaltivec*): Remove rs6000/t-fprules-fpbit from
6910         tmake_file.
6911         (powerpc-*-eabisim*): Likewise.
6912         (powerpc-*-elf*): Likewise.
6913         (powerpc-*-eabialtivec*): Likewise.
6914         (powerpc-xilinx-eabi*): Likewise.
6915         (powerpc-*-eabi*): Likewise.
6916         (powerpc-*-rtems*): Likewise.
6917         (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Likewise.
6918         (powerpcle-*-elf*): Likewise.
6919         (powerpcle-*-eabisim*): Likewise.
6920         (powerpcle-*-eabi*): Likewise.
6921         (rx-*-elf*): Add rx/rx-lib.h to libgcc_tm_file.
6922         (am33_2.0-*-linux*): Remove mn10300/t-linux from tmake_file.
6923         * doc/fragments.texi (Target Fragment, Floating Point Emulation):
6924         Remove.
6926 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6928         * Makefile.in (UNWIND_H): Remove.
6929         (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Move to
6930         ../libgcc/Makefile.in.
6931         (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): Likewise.
6932         (LIBUNWINDDEP): Remove.
6933         (libgcc-support): Remove LIB2ADDEH, $(srcdir)/emutls.c dependencies.
6934         (libgcc.mvars): Remove LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED,
6935         LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL.
6936         (stmp-int-hdrs): Remove $(UNWIND_H) dependency.
6937         Don't copy $(UNWIND_H).
6938         * config.gcc (ia64*-*-linux*): Remove with_system_libunwind handling.
6939         * configure.ac (GCC_CHECK_UNWIND_GETIPINFO): Remove.
6940         * aclocal.m4: Regenerate.
6941         * configure: Regenerate.
6942         * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
6943         unwind-dw2-fde-compat.c, unwind-dw2-fde-glibc.c, unwind-dw2-fde.c,
6944         unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
6945         unwind-pe.h, unwind-sjlj.c, unwind.inc: Move to ../libgcc.
6946         * unwind-dw2-fde-darwin.c: Move to ../libgcc/config.
6947         * config/arm/libunwind.S, config/arm/pr-support.c,
6948         config/arm/unwind-arm.c, config/arm/unwind-arm.h: Move to
6949         ../libgcc/config/arm.
6950         * config/arm/t-bpabi (UNWIND_H, LIB2ADDEH): Remove.
6951         * config/arm/t-symbian (UNWIND_H, LIB2ADDEH): Remove.
6952         * config/frv/t-frv ($(T)frvbegin$(objext)): Use
6953         $(srcdir)/../libgcc to refer to unwind-dw2-fde.h.
6954         ($(T)frvend$(objext)): Likewise.
6955         * config/ia64/t-glibc (LIB2ADDEH): Remove.
6956         * config/ia64/t-glibc-libunwind: Move to ../libgcc/config/ia64.
6957         * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
6958         config/ia64/unwind-ia64.c, config/ia64/unwind-ia64.h: Move to
6959         ../libgcc/config/ia64.
6960         * config/ia64/t-hpux (LIB2ADDEH): Remove.
6961         * config/ia64/t-ia64 (LIB2ADDEH): Remove.
6962         * config/ia64/t-vms (LIB2ADDEH): Remove.
6963         * config/ia64/vms.h (UNW_IVMS_MODE,
6964         MD_UNW_COMPATIBLE_PERSONALITY_P): Remove.
6965         * config/picochip/t-picochip (LIB2ADDEH): Remove.
6966         * config/rs6000/aix.h (R_LR, MD_FROB_UPDATE_CONTEXT): Remove.
6967         * config/rs6000/t-darwin (LIB2ADDEH): Remove.
6968         * config/rs6000/darwin-fallback.c: Move to ../libgcc/config/rs6000.
6969         * config/sh/t-sh ($(T)unwind-dw2-Os-4-200.o): Use
6970         $(srcdir)/../libgcc to refer to unwinder sources.
6971         * config/spu/t-spu-elf (LIB2ADDEH): Remove.
6972         * config/t-darwin (LIB2ADDEH): Remove.
6973         * config/t-freebsd (LIB2ADDEH): Remove.
6974         * config/t-libunwind (LIB2ADDEH, LIB2ADDEHSTATIC): Remove.
6975         * config/t-libunwind-elf: Move to ../libgcc/config.
6976         * config/t-linux (LIB2ADDEH): Remove.
6977         * config/t-sol2 (LIB2ADDEH): Remove.
6978         * config/xtensa/t-xtensa (LIB2ADDEH): Remove.
6979         * system.h (MD_FROB_UPDATE_CONTEXT): Poison.
6981 2011-08-05  H.J. Lu  <hongjiu.lu@intel.com>
6983         * config/i386/i386.c (processor_alias_table): Add core-avx-i.
6985         * doc/invoke.texi: Document core-avx-i.
6987 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6989         * tsystem.h (CONST_CAST2, CONST_CAST): Define.
6991 2011-08-05  Ira Rosen  <ira.rosen@linaro.org>
6993         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use the
6994         result of multiple results reduction when extracting the final
6995         value using scalar code.
6997 2011-08-05  Richard Guenther  <rguenther@suse.de>
6999         PR tree-optimization/49984
7000         * tree-vrp.c (extract_range_from_binary_expr_1): Handle BIT_XOR_EXPR.
7002 2011-08-05  Richard Guenther  <rguenther@suse.de>
7004         * tree-vrp.c (zero_nonzero_bits_from_vr): Make sure to always
7005         return true for constant integer ranges.
7006         (extract_range_from_binary_expr_1): Simplify BIT_AND_EXPR and
7007         BIT_IOR_EXPR handling.
7009 2011-08-04  Kai Tietz  <ktietz@redhat.com>
7011         * config/i386/i386.c (setup_incoming_varargs_ms_64): Set
7012         ix86_varargs_gpr_size and ix86_varargs_fpr_size to zero.
7014 2011-08-04  Ira Rosen  <ira.rosen@linaro.org>
7016         * tree-vectorizer.h (struct _stmt_vec_info): Add new field for
7017         pattern def statement, and its access macro.
7018         (NUM_PATTERNS): Set to 5.
7019         * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
7020         pattern def statement.
7021         (vect_transform_loop): Likewise.
7022         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add new
7023         function vect_recog_over_widening_pattern ().
7024         (vect_operation_fits_smaller_type): New function.
7025         (vect_recog_over_widening_pattern, vect_mark_pattern_stmts):
7026         Likewise.
7027         (vect_pattern_recog_1): Move the code that marks pattern
7028         statements to vect_mark_pattern_stmts (), and call it.  Update
7029         documentation.
7030         * tree-vect-stmts.c (vect_supportable_shift): New function.
7031         (vect_analyze_stmt): Handle pattern def statement.
7032         (new_stmt_vec_info): Initialize pattern def statement.
7034 2011-08-04  Richard Henderson  <rth@redhat.com>
7036         PR target/49964
7037         * config/i386/i386.c (ix86_expand_call): Don't create nested
7038         PARALLELs for TARGET_VZEROUPPER.
7039         (ix86_split_call_vzeroupper): Fix extraction of the original call.
7040         * config/i386/i386.md (*call_rex64_ms_sysv_vzeroupper): Don't
7041         recognize nested PARALLELs.
7042         (*call_pop_vzeroupper, *sibcall_pop_vzeroupper,
7043         *call_value_rex64_ms_sysv_vzeroupper, *call_value_pop_vzeroupper,
7044         *sibcall_value_pop_vzeroupper): Likewise.
7046 2011-08-04  Richard Henderson  <rth@redhat.com>
7048         PR middle-end/49968
7049         * calls.c (expand_call): Use fixup_args_size_notes for
7050         emit_stack_restore.
7051         * expr.c (fixup_args_size_notes): Allow STACK_POINTER_REGNUM sets
7052         in non-standard modes.
7054 2011-08-04  Jakub Jelinek  <jakub@redhat.com>
7056         * gcc.c (self_spec): New variable.
7057         (static_specs): Add self_spec.
7058         (main): Call do_self_spec on "self_spec" specs after reading
7059         user specs files.  Move compare_debug handling right after that.
7061 2011-08-04  Richard Guenther  <rguenther@suse.de>
7063         * tree-vrp.c (vrp_expr_computes_nonnegative): Remove.
7064         (value_range_nonnegative_p): New function.
7065         (ssa_name_nonnegative_p): Use it.
7066         (value_range_constant_singleton): New function.
7067         (op_with_constant_singleton_value_range): Use it.
7068         (extract_range_from_binary_expr_1): New function, split out from ...
7069         (extract_range_from_binary_expr): ... this.  Remove fallback
7070         constant folding done here.
7072 2011-08-04  Richard Guenther  <rguenther@suse.de>
7074         PR tree-optimization/49806
7075         * tree-vrp.c (op_with_boolean_value_range_p): New function.
7076         (simplify_truth_ops_using_ranges): Simplify.  Allow inserting
7077         a new statement for a final conversion to bool.
7079 2011-08-04  Romain Geissler  <romain.geissler@gmail.com>
7081         * gengtype-state.c: Include "bconfig.h" if
7082         GENERATOR_FILE is defined, "config.h" otherwise.
7083         * gengtype.c: Likewise.
7084         * gengtype-lex.l: Likewise.
7085         * gengtype-parse.c: Likewise.
7086         * Makefile.in (gengtype-lex.o-warn): New variable.
7087         (plugin_resourcesdir): Likewise.
7088         (plugin_bindir): Likewise.
7089         (plugin_includedir): Use $(plugin_resourcesdir) as prefix base.
7090         (MOSTLYCLEANFILES): Add gengtype$(exeext).
7091         (native): Depend on gengtype$(exeext) is $enable_plugin
7092         is set to "yes".
7093         (gtype.state): Depend on s-gtype. Use temporary file.
7094         (gengtype-lex.o): New rule.
7095         (gengtype-parse.o): Likewise.
7096         (gengtype-state.o): Likewise.
7097         (gengtype$(exeext)): Likewise.
7098         (install-gengtype): Likewise.
7099         (gengtype.o): Likewise.
7100         (build/gengtype.o): Depend on version.h.
7101         (build/gengtype-state): Depend on double-int.h, version.h,
7102         $(HASHTAB_H), $(OBSTACK_H), $(XREGEX_H) and build/errors.o.
7103         (install-plugin): Depend on install-gengtype.
7105 2011-08-04  Jakub Jelinek  <jakub@redhat.com>
7107         PR middle-end/49905
7108         * tree.h (init_attributes): New prototype.
7109         * attribs.c (init_attributes): No longer static.
7111 2011-08-04  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
7113         * config/arm/arm.c (arm_set_fixed_optab_libfunc): Constify
7114         maybe_suffix.
7116 2011-08-03   David Li  <davidxl@google.com>
7118         * tree-optimize.c (execute_fixup_cfg): Fix up entry
7119         outgoing edge counts after inlining.
7121 2011-08-03   David Li  <davidxl@google.com>
7123         * profile.c (compute_branch_probabilities): Compute
7124         function frequency after profile annotation.
7126 2011-08-04  Alan Modra  <amodra@gmail.com>
7128         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Simplify
7129         use_backchain_to_restore_sp initialisation.
7130         (rs6000_legitimate_offset_address_p): Simplify offset test.
7132 2011-08-03  Richard Henderson  <rth@redhat.com>
7134         * config/spu/spu.md: Use define_c_enum instead of define_constants.
7135         (UNSPECV_BLOCKAGE, UNSPECV_LNOP, UNSPECV_SYNC): Rename from UNSPEC_*.
7136         (UNSPECV_NOP): New.
7138 2011-08-03  Richard Henderson  <rth@redhat.com>
7140         PR target/34888
7141         * config/avr/avr.md: New splitter for REG_ARGS_SIZE 0.
7143 2011-08-03  Jakub Jelinek  <jakub@redhat.com>
7145         PR tree-optimization/49948
7146         * gimple.c (walk_stmt_load_store_addr_ops): Walk CONSTRUCTOR elements.
7148 2011-08-03  Anatoly Sokolov  <aesok@post.ru>
7150         * config/m32c/m32c.c (class_sizes): Remove.
7151         (reduce_class): Change arguments and return type to reg_class_t.
7152         Change type cc var to HARD_REG_SET. Change type best var to
7153         reg_class_t. Change type best_size var to unsigned int. Remove
7154         initialization class_sizes var. Use reg_class_size array instead
7155         of class_sizes. Use reg_class_contents array instead
7156         of class_contents.
7158 2011-08-03  Richard Guenther  <rguenther@suse.de>
7160         PR middle-end/49958
7161         * fold-const.c (fold_binary_loc): Only associate
7162         (+ (+ (* a b) c) (* d e)) as (+ (+ (* a b) (* d e)) c) if
7163         overflow wraps.
7165 2011-08-03  Alan Modra  <amodra@gmail.com>
7167         PR rtl-optimization/49941
7168         * jump.c (mark_jump_label): Comment.
7169         (mark_jump_label_1): Set JUMP_LABEL for return jumps.
7170         * emit-rtl.c (copy_rtx_if_shared_1, copy_insn_1): Leave RETURN shared.
7171         (mark_used_flags): Don't mark RETURN.
7173 2011-08-03  Richard Guenther  <rguenther@suse.de>
7175         PR tree-optimization/49938
7176         * tree-scalar-evolution.c (interpret_loop_phi): Gracefully
7177         deal with a POLYNOMIAL_CHREC.
7179 2011-08-03  Revital Eres  <revital.eres@linaro.org>
7181         * modulo-sched.c (calculate_stage_count,
7182         calculate_must_precede_follow, get_sched_window,
7183         try_scheduling_node_in_cycle, remove_node_from_ps): Add
7184         declaration.
7185         (update_node_sched_params, set_must_precede_follow, optimize_sc):
7186         New functions.
7187         (reset_sched_times): Call update_node_sched_params.
7188         (sms_schedule): Call optimize_sc.
7189         (get_sched_window): Change function arguments.
7190         (sms_schedule_by_order): Update call to get_sched_window.
7191         Call set_must_precede_follow.
7192         (calculate_stage_count): Add function argument.
7194 2011-08-02  Richard Henderson  <rth@redhat.com>
7196         PR target/49864
7197         PR target/49879
7198         * reg-notes.def (REG_ARGS_SIZE): New.
7199         * calls.c (emit_call_1): Emit REG_ARGS_SIZE for call_pop.
7200         (expand_call): Add REG_ARGS_SIZE to emit_stack_restore.
7201         * cfgcleanup.c (old_insns_match_p): Don't allow cross-jumping to
7202         different stack levels.
7203         * combine-stack-adj.c (adjust_frame_related_expr): Remove.
7204         (maybe_move_args_size_note): New.
7205         (combine_stack_adjustments_for_block): Use it.
7206         * combine.c (distribute_notes): Place REG_ARGS_SIZE.
7207         * dwarf2cfi.c (dw_cfi_row_struct): Remove args_size member.
7208         (dw_trace_info): Add beg_true_args_size, end_true_args_size,
7209         beg_delay_args_size, end_delay_args_size, eh_head, args_size_undefined.
7210         (cur_cfa): New.
7211         (queued_args_size): Remove.
7212         (add_cfi_args_size): Assert size is non-negative.
7213         (stack_adjust_offset, dwarf2out_args_size): Remove.
7214         (dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust): Remove.
7215         (notice_args_size, notice_eh_throw): New.
7216         (dwarf2out_frame_debug_def_cfa): Use cur_cfa.
7217         (dwarf2out_frame_debug_adjust_cfa): Likewise.
7218         (dwarf2out_frame_debug_cfa_offset): Likewise.
7219         (dwarf2out_frame_debug_expr): Likewise.  Don't stack_adjust_offset.
7220         (dwarf2out_frame_debug): Don't handle non-frame-related-p insns.
7221         (change_cfi_row): Don't emit args_size.
7222         (maybe_record_trace_start_abnormal): Split out from ...
7223         (maybe_record_trace_start): Here.  Set args_size_undefined.
7224         (create_trace_edges): Update to match.
7225         (scan_trace): Handle REG_ARGS_SIZE.
7226         (connect_traces): Connect args_size between EH insns.
7227         * emit-rtl.c (try_split): Handle REG_ARGS_SIZE.
7228         * explow.c (suppress_reg_args_size): New.
7229         (adjust_stack_1): Split out from ...
7230         (adjust_stack): ... here.
7231         (anti_adjust_stack): Use it.
7232         (allocate_dynamic_stack_space): Suppress REG_ARGS_SIZE.
7233         * expr.c (mem_autoinc_base): New.
7234         (fixup_args_size_notes): New.
7235         (emit_single_push_insn_1): Rename from emit_single_push_insn.
7236         (emit_single_push_insn): New.  Generate REG_ARGS_SIZE.
7237         * recog.c (peep2_attempt): Handle REG_ARGS_SIZE.
7238         * reload1.c (reload_as_needed): Likewise.
7239         * rtl.h (fixup_args_size_notes): Declare.
7241 2011-08-02  Paolo Carlini  <paolo.carlini@oracle.com>
7243         PR bootstrap/49914
7244         * fold-const.c (fold_plusminus_mult_expr): Use abs_hwi instead
7245         of abs.
7246         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
7247         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
7249 2011-08-02  Richard Henderson  <rth@redhat.com>
7251         * config/h8300/h8300.c (push, pop): Return the insn.
7252         (h8300_swap_into_er6): Generate correct unwind info.
7253         (h8300_swap_out_of_er6): Likewise.
7254         * dwarf2cfi.c (def_cfa_1): Clear cfa_cfi if we no longer have a
7255         complex cfa expression.
7256         (dwarf2out_frame_debug_def_cfa): Allow (plus (mem) (const_int)) too.
7258 2011-08-02  H.J. Lu  <hongjiu.lu@intel.com>
7260         * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
7262 2011-08-02  Richard Henderson  <rth@redhat.com>
7264         PR target/49878
7265         * config/h8300/h8300.c (h8300_move_ok): New.
7266         * config/h8300/h8300-protos.h: Declare it.
7267         * config/h8300/h8300.md (P): New mode iterator.
7268         (*movqi_h8300, *movqi_h8300hs, movqi): Use h8300_move_ok.
7269         (*movqi_h8sx, *movhi_h8300, *movhi_h8300hs, movhi): Likewise.
7270         (movsi, *movsi_h8300, *movsi_h8300hs): Likewise.
7271         (*pushqi1_h8300): Rename from pushqi1_h8300; use PRE_MODIFY.
7272         (*pushqi1_h8300hs_<P>): Macroize from pushqi1_h8300hs_advanced
7273         and pushqi1_h8300hs_normal; use PRE_MODIFY and
7274         register_no_sp_elim_operand.
7275         (*pushhi1_h8300hs_<P>): Similarly.
7276         (pushqi1, pushhi1, pushhi1_h8300): Remove.
7277         * config/h8300/predicates.md (register_no_sp_elim_operand): New.
7279 2011-08-02  Richard Henderson  <rth@redhat.com>
7281         PR target/49881
7282         * config/avr/avr.md (push<MPUSH>1): Don't constrain the operand.
7284 2011-08-02  Jakub Jelinek  <jakub@redhat.com>
7286         * c-parser.c (enum c_parser_prec): New enum, moved from within
7287         c_parser_binary_expression.
7288         (c_parser_binary_expression): Add PREC argument.  Stop parsing
7289         if operator has lower or equal precedence than PREC.
7290         (c_parser_conditional_expression, c_parser_omp_for_loop): Adjust
7291         callers.
7292         (c_parser_omp_atomic): Handle parsing OpenMP 3.1 atomics.
7293         Adjust c_finish_omp_atomic caller.
7294         (c_parser_omp_taskyield): New function.
7295         (c_parser_pragma): Handle PRAGMA_OMP_TASKYIELD.
7296         (c_parser_omp_clause_name): Handle final and mergeable clauses.
7297         (c_parser_omp_clause_final, c_parser_omp_clause_mergeable): New
7298         functions.
7299         (c_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_FINAL
7300         and PRAGMA_OMP_CLAUSE_MERGEABLE.
7301         (OMP_TASK_CLAUSE_MASK): Allow final and mergeable clauses.
7302         (c_parser_omp_clause_reduction): Handle min and max.
7303         * c-typeck.c (c_finish_omp_clauses): Don't complain about
7304         const qualified predetermined vars in firstprivate clause.
7305         andle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
7306         Handle MIN_EXPR and MAX_EXPR.
7307         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_FINAL
7308         and OMP_CLAUSE_MERGEABLE.
7309         (dump_generic_node): Handle OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD
7310         and OMP_ATOMIC_CAPTURE_NEW.
7311         * tree.c (omp_clause_num_ops): Add OMP_CLAUSE_FINAL and
7312         OMP_CLAUSE_MERGEABLE.
7313         (omp_clause_code_name): Likewise.
7314         (walk_tree_1): Handle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
7315         * tree.h (enum omp_clause_code): Add OMP_CLAUSE_FINAL
7316         and OMP_CLAUSE_MERGEABLE.
7317         (OMP_CLAUSE_FINAL_EXPR): Define.
7318         * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE_FINAL and
7319         OMP_CLAUSE_MERGEABLE.
7320         (expand_task_call): Likewise.
7321         (expand_omp_atomic_load, expand_omp_atomic_store): New functions.
7322         (expand_omp_atomic_fetch_op): Handle cases where old or new
7323         value is needed afterwards.
7324         (expand_omp_atomic): Call expand_omp_atomic_load resp.
7325         expand_omp_atomic_store.
7326         * gimplify.c (gimplify_omp_atomic, gimplify_expr): Handle
7327         OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD and OMP_ATOMIC_CAPTURE_NEW.
7328         (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
7329         OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
7330         * tree-nested.c (convert_nonlocal_omp_clauses,
7331         convert_local_omp_clauses): Likewise.
7332         * tree.def (OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD,
7333         OMP_ATOMIC_CAPTURE_NEW): New.
7334         * gimple.h (GF_OMP_ATOMIC_NEED_VALUE): New.
7335         (gimple_omp_atomic_need_value_p, gimple_omp_atomic_set_need_value):
7336         New inlines.
7337         * omp-builtins.def (BUILT_IN_GOMP_TASKYIELD): New builtin.
7338         * doc/generic.texi: Mention OMP_CLAUSE_COLLAPSE,
7339         OMP_CLAUSE_UNTIED, OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
7341 2011-08-02  Kai Tietz  <ktietz@redhat.com>
7343         * gimple.c (canonicalize_cond_expr_cond): Handle cast from
7344         boolean-type.
7345         (ssa_forward_propagate_and_combine): Interprete result of
7346         forward_propagate_comparison.
7347         * gcc/gimple-fold.c (fold_gimple_assign): Add canonicalization for
7348         boolean-typed operands for comparisons.
7350 2011-08-02  Georg-Johann Lay  <avr@gjlay.de>
7352         * config/avr/libgcc.S: Gather related function in the
7353         same input section.
7354         (__mulqihi3, __mulqihi3, __divmodqi4, __divmodhi4, __udivmodsi4,
7355         __divmodsi4): Use XCALL/XJMP instead of rcall/rjmp for external
7356         references.
7357         (__udivmodqi4, __divmodqi4, __udivmodhi4, __divmodhi4,
7358         __udivmodsi4, __divmodsi4, __prologue_saves__,
7359         __epilogue_restores__, _exit, __tablejump2__, __tablejump__,
7360         __do_copy_data, __do_clear_bss, __do_global_ctors,
7361         __do_global_dtors, __tablejump_elpm__): Enclose in DEFUN/ENDF.
7363 2011-08-02  Uros Bizjak  <ubizjak@gmail.com>
7365         PR target/47766
7366         * doc/md.texi (stack_protect_set): The pattern moves ptr_mode value.
7367         (stack_protect_test): The pattern compares ptr_mode value.
7369 2011-08-02  Alan Modra  <amodra@gmail.com>
7371         * config/rs6000/rs6000.c (rs6000_emit_prologue): Add REG_CFA_RESTORE
7372         note for save_LR_around_toc_setup sequence.
7374 2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
7376         * config/i386/lzcntintrin.h (__lzcnt64): Replace long with long long.
7378 2011-08-01  Sebastian Pop  <sebastian.pop@amd.com>
7379             Joseph Myers  <joseph@codesourcery.com>
7381         * Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H.
7382         * hwint.c: Include diagnostic-core.h.
7383         (abs_hwi): New.
7384         (gcd): Moved here...
7385         (pos_mul_hwi): New.
7386         (mul_hwi): New.
7387         (least_common_multiple): Moved here...
7388         * hwint.h (gcd): ... from here.
7389         (least_common_multiple): ... from here.
7390         (HOST_WIDE_INT_MIN): New.
7391         (HOST_WIDE_INT_MAX): New.
7392         (abs_hwi): Declared.
7393         (gcd): Declared.
7394         (pos_mul_hwi): Declared.
7395         (mul_hwi): Declared.
7396         (least_common_multiple): Declared.
7397         * omega.c (check_pos_mul): Removed.
7398         (check_mul): Removed.
7399         (omega_solve_geq): Use pos_mul_hwi instead of check_pos_mul and
7400         mul_hwi instead of check_mul.
7402 2011-08-01  Richard Henderson  <rth@redhat.com>
7404         PR target/49881
7405         * config/avr/avr.h (PUSH_ROUNDING): New.
7406         * config/avr/avr.md (pushqi1): Rename from *pushqi.
7407         (*pushhi, *pushsi, *pushsf): Remove.
7408         (MPUSH): New mode iterator.
7409         (push<MPUSH>1): New expander.
7411 2011-08-01  Anatoly Sokolov  <aesok@post.ru>
7413         * config/mmix/mmix.h (PREFERRED_RELOAD_CLASS,
7414         PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
7415         * config/mmix/mmix-protos.h (mmix_preferred_reload_class,
7416         mmix_preferred_output_reload_class): Remove.
7417         * config/mmix/mmix.c (mmix_preferred_reload_class,
7418         mmix_preferred_output_reload_class): Make static. Change rclass
7419         argument and return type to reg_class_t.
7420         (TARGET_PREFERRED_RELOAD_CLASS,
7421         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
7423 2011-08-01  Joern Rennecke  <joern.rennecke@embecosm.com>
7425         * mode-switching.c (optimize_mode_switching): Fix bug in MODE_AFTER
7426         handling.
7428 2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
7430         PR target/47766
7431         * config/i386/i386.md (PTR): New.
7432         (stack_protect_set: Check TARGET_LP64 instead of TARGET_64BIT.
7433         (stack_protect_test): Likewise.
7434         (stack_protect_set_<mode>): Replace ":P" with ":PTR".
7435         (stack_tls_protect_set_<mode>): Likewise.
7436         (stack_tls_protect_test_<mode>): Likewise.
7438 2011-08-01  Uros Bizjak  <ubizjak@gmail.com>
7440         PR target/49927
7441         * config/i386/i386.c (ix86_address_subreg_operand): New.
7442         (ix86_decompose_address): Use ix86_address_subreg_operand.
7443         (ix86_legitimate_address_p): Do not assert that subregs satisfy
7444         register_no_elim_operand in DImode.
7446 2011-08-01  Ira Rosen  <ira.rosen@linaro.org>
7448         PR tree-optimization/49926
7449         * tree-vect-loop.c (vect_is_slp_reduction): Check that a statement
7450         in a chain doesn't have uses both inside and outside the loop.
7452 2011-08-01  Georg-Johann Lay  <avr@gjlay.de>
7454         * config/avr/avr.h (mcu_type_s): Add errata_skip field.
7455         * config/avr/avr-devices.c (avr_mcu_types): Use it.
7456         * config/avr/avr-mcus.def (AVR_MCU): Use it.
7457         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it to builtin
7458         define __AVR_ERRATA_SKIP__ and __AVR_ERRATA_SKIP_JMP_CALL__.
7459         * config/avr/libgcc.S (__mulshisi3, __ffshi2, __fmulsu_exit):
7460         Use __AVR_ERRATA_SKIP_JMP_CALL__ instead of __AVR_HAVE_JMP_CALL__
7461         to detect if XJMP must not be skipped.
7463 2011-08-02  Alan Modra  <amodra@gmail.com>
7465         * config/rs6000/rs6000-protos.h (rs6000_save_toc_in_prologue_p):
7466         Delete.
7467         * config/rs6000/rs6000.c (rs6000_save_toc_in_prologue_p): Make static.
7468         (rs6000_emit_prologue): Don't prematurely return when
7469         TARGET_SINGLE_PIC_BASE.  Don't emit eh_frame info in
7470         save_toc_in_prologue case.
7471         (rs6000_call_indirect_aix): Only disallow save_toc_in_prologue for
7472         calls_alloca.
7474 2011-08-01  Georg-Johann Lay  <avr@gjlay.de>
7476         * config/avr/avr-devices.c: Delete SVN property svn:executable.
7477         * config/avr/predicates.md: Ditto.
7478         * config/avr/driver-avr.c: Ditto.
7479         * config/avr/genopt.sh: Set SVN property svn:executable to *.
7481 2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
7483         * calls.c (emit_library_call_value_1): Declare size only if
7484         BLOCK_REG_PADDING is defined.
7486 2011-08-01  Kirill Yukhin  <kirill.yukhin@intel.com>
7488         PR target/49547
7489         * config.gcc (i[34567]86-*-*): Replace abmintrin.h with lzcntintrin.h.
7490         (x86_64-*-*): Likewise.
7491         * config/i386/i386.opt (mlzcnt): New.
7492         * config/i386/abmintrin.h: File removed.
7493         (__lzcnt_u16, __lzcnt, __lzcnt_u64): Moved to ...
7494         * config/i386/lzcntintrin.h: ... here.  New file.
7495         (__lzcnt): Rename to ...
7496         (__lzcnt32): ... this.
7497         * config/i386/bmiintrin.h (head): Update copyright year.
7498         (__lzcnt_u16): Removed.
7499         (__lzcnt_u32): Likewise.
7500         (__lzcnt_u64): Likewise.
7501         * config/i386/x86intrin.h: Include lzcntintrin.h when __LZCNT__
7502         is defined, remove abmintrin.h.
7503         * config/i386/cpuid.h (bit_LZCNT): New.
7504         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
7505         LZCNT feature.
7506         * config/i386/i386-c.c (ix86_target_macros_internal): Define
7507         __LZCNT__ if needed.
7508         * config/i386/i386.c (ix86_target_string): New option -mlzcnt.
7509         (ix86_option_override_internal): Handle LZCNT option.
7510         (ix86_valid_target_attribute_inner_p): Likewise.
7511         (struct builtin_description bdesc_args) <IX86_BUILTIN_CLZS>: Update.
7512         * config/i386/i386.h (TARGET_LZCNT): New.
7513         (CLZ_DEFINED_VALUE_AT_ZERO): Update.
7514         * config/i386/i386.md (clz<mode>2): Update insn constraint.
7515         (clz<mode>2_lzcnt): Likewise.
7516         * doc/invoke.texi: Mention -mlzcnt option.
7517         * doc/extend.texi: Likewise.
7519 2011-08-01  Julian Brown  <julian@codesourcery.com>
7521         * configure.ac (fixed-point): Add ARM support.
7522         * configure: Regenerate.
7523         * config/arm/arm.c (arm_fixed_mode_set): New struct.
7524         (arm_set_fixed_optab_libfunc): New.
7525         (arm_set_fixed_conv_libfunc): New.
7526         (arm_init_libfuncs): Initialise fixed-point helper libfuncs with
7527         ARM-specific names.
7528         (aapcs_libcall_value): Return sub-word-size fixed-point libcall
7529         return values in SImode.
7530         (arm_return_in_msb): Return fixed-point types in the msb.
7531         (arm_pad_reg_upwards, arm_pad_arg_upwards): Pad fixed-point types
7532         upwards.
7533         (arm_scalar_mode_supported_p): Support fixed-point modes.
7534         (arm_vector_mode_supported_p): Support vector fixed-point modes.
7535         * config/arm/arm.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE)
7536         (LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE)
7537         (SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE)
7538         (LONG_LONG_ACCUM_TYPE_SIZE, MAX_FIXED_MODE_SIZE): Define.
7539         * config/arm/iterators.md (FIXED, ADDSUB, UQADDSUB, QADDSUB, QMUL):
7540         New mode iterators.
7541         (qaddsub_suf): New mode attribute.
7542         * config/arm/arm-modes.def (FRACT, UFRACT, ACCUM, UACCUM): Declare
7543         vector modes.
7544         * config/arm/predicates.md (sat_shift_operator): New predicate.
7545         * config/arm/arm-fixed.md: New.
7546         * config/arm/arm.md: Include arm-fixed.md.
7547         * config/arm/t-arm (MD_INCLUDES): Add arm-fixed.md.
7549 2011-08-01  Julian Brown  <julian@codesourcery.com>
7551         * calls.c (emit_library_call_value_1): Support padding for libcall
7552         arguments and return values.
7553         * config/arm/arm.c (arm_pad_arg_upward): Pad half-float values
7554         downwards in big-endian mode.
7556 2011-08-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7558         PR debug/49887
7559         * config/sol2.c (solaris_code_end): Rename to solaris_file_end.
7560         * config/sol2-protos.h: Likewise.
7561         * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Don't call
7562         solaris_code_end.
7563         * config/i386/sol2.h [!USE_GAS] (TARGET_ASM_FILE_END): Redefine.
7564         * config/sparc/sparc.c (sparc_file_end) [TARGET_SOLARIS]: Call
7565         solaris_file_end.
7566         * config/sparc/sol2.h (TARGET_ASM_CODE_END): Remove.
7568 2011-08-01  Julian Brown  <julian@codesourcery.com>
7570         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Support FIXED_CST.
7572 2011-08-01  Julian Brown  <julian@codesourcery.com>
7574         * final.c (output_addr_const): Print fixed-point constants as
7575         decimal not hex.
7577 2011-08-01  Richard Guenther  <rguenther@suse.de>
7579         * stor-layout.c (initialize_sizetypes): Properly sign-extend
7580         bitsiztype TYPE_MAX_VALUE.
7582 2011-08-01  Julian Brown  <julian@codesourcery.com>
7584         * optabs.c (prepare_cmp_insn): Use correct biasing for fixed-point
7585         comparison helpers.
7587 2011-07-31  Richard Henderson  <rth@redhat.com>
7589         * config/h8300/crti.asm: Add flags to .section directive.
7590         * config/h8300/crtn.asm: Likewise.
7592 2011-07-31  Richard Henderson  <rth@redhat.com>
7594         * stor-layout.c (initialize_sizetypes): Handle unsigned short.
7595         * tree.c (build_common_tree_nodes): Likewise.
7597 2011-07-31  Kaz Kojima  <kkojima@gcc.gnu.org>
7599         PR target/49880
7600         * config/sh/sh.md (udivsi3_i1): Enable for TARGET_DIVIDE_CALL_DIV1.
7601         (divsi3_i1): Likewise.
7603 2011-07-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7605         PR tree-optimization/49749
7606         * tree-ssa-reassoc.c (get_rank): New forward declaration.
7607         (PHI_LOOP_BIAS): New macro.
7608         (phi_rank): New function.
7609         (loop_carried_phi): Likewise.
7610         (propagate_rank): Likewise.
7611         (get_rank): Add calls to phi_rank and propagate_rank.
7613 2011-07-31  H.J. Lu  <hongjiu.lu@intel.com>
7615         * config/i386/x86-64.h (SIZE_TYPE): Check TARGET_LP64 instead
7616         of TARGET_64BIT.
7617         (PTRDIFF_TYPE): Likewise.
7619 2011-07-31  Uros Bizjak  <ubizjak@gmail.com>
7621         PR target/49920
7622         * config/i386/i386.md (strset): Do not expand strset_singleop
7623         when %eax or $edi are fixed.
7624         (*strsetdi_rex_1): Disable when %eax or %edi are fixed.
7625         (*strsetsi_1): Ditto.
7626         (*strsethi_1): Ditto.
7627         (*strsetqi_1): Ditto.
7628         (*rep_stosdi_rex64): Disable when %eax, %ecx or %edi are fixed.
7629         (*rep_stossi): Ditto.
7630         (*rep_stosqi): Ditto.
7631         (*strlenqi_1): Ditto.
7632         (cmpstrnsi): Also fail when %ecx is fixed.
7633         (*cmpstrnqi_nz_1): Disable when %ecx, %esi or %edi are fixed.
7634         (*cmpstrnqi_1): Ditto.
7635         (*strmovdi_rex_1): Disable when %esi or %edi are fixed.
7636         (*strmovsi_1): Ditto.
7637         (*strmovhi_1): Ditto.
7638         (*strmovqi_1): Ditto.
7639         (*rep_movdi_rex64): Disable when %ecx, %esi or %edi are fixed.
7640         (*rep_movsi): Ditto.
7641         (*rep_movqi): Ditto.
7643 2011-07-31  Mikael Pettersson  <mikpe@it.uu.se>
7645         PR target/47908
7646         * config/m68k/m68k.c (m68k_override_options_after_change): New function.
7647         Disable instruction scheduling for non-ColdFire targets.
7648         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
7650 2011-07-31  Revital Eres  <revital.eres@linaro.org>
7652         * ddg.c (create_ddg_dep_from_intra_loop_link): Remove the creation
7653         of anti-dep edge from a branch.
7654         (add_cross_iteration_register_deps): Create anti-dep edge from
7655         a branch.
7657 2011-07-31  Revital Eres  <revital.eres@linaro.org>
7659         * modulo-sched.c: Change comment.
7660         (reset_sched_times): Fix print message.
7661         (print_partial_schedule): Add print info.
7663 2011-07-31  Tom de Vries  <tom@codesourcery.com>
7665         PR middle-end/43513
7666         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Use max of
7667         get_object_alignment and TYPE_ALIGN.
7669 2011-07-30  Tom de Vries  <tom@codesourcery.com>
7671         PR middle-end/43513
7672         * tree-ssa-dce.c (ref_may_be_aliased): Add assert.
7673         (propagate_necessity): Handle WITH_SIZE_EXPR call arg.
7675 2011-07-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7677         * config/mips/driver-native.c [__sgi__]: Include <invent.h>,
7678         <sys/sbd.h>.
7679         (cpu_types): New array.
7680         (cputype): New function.
7681         (host_detect_local_cpu): Only define buf, f if !__sgi__.
7682         Use scaninvent instead of /proc/cpuinfo if __sgi__.
7683         * config.host: Also use driver-native.o, mips/x-native on
7684         mips-sgi-irix*.
7685         * config/mips/iris6.h [__mips__] (host_detect_local_cpu): Declare.
7686         (EXTRA_SPEC_FUNCTIONS, MARCH_MTUNE_NATIVE_SPECS): Define.
7687         (DRIVER_SELF_SPECS): Add MARCH_MTUNE_NATIVE_SPECS.
7689 2011-07-29  Jakub Jelinek  <jakub@redhat.com>
7691         PR middle-end/49897
7692         PR middle-end/49898
7693         * omp-low.c (use_pointer_for_field): If disallowing copy-in/out
7694         in nested parallel and outer is a gimple_reg, mark it as addressable
7695         and set its bit in task_shared_vars bitmap too.
7697 2011-07-29  Uros Bizjak  <ubizjak@gmail.com>
7699         * config/i386/predicates.md (tp_or_register_operand): Remove predicate.
7701 2011-07-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7703         * config/alpha/driver-alpha.c (IMPLVER_EV4_FAMILY,
7704         IMPLVER_EV5_FAMILY, IMPLVER_EV6_FAMILY, IMPLVER_EV7_FAMILY): Define.
7705         (AMASK_BWX, AMASK_FIX, AMASK_CIX, AMASK_MVI, AMASK_PRECISE,
7706         AMASK_LOCKPFTCHOK): Define.
7707         (host_detect_local_cpu): Remove buf, f, cpu_names.
7708         Define cpu_types, implver, amask.
7709         Use __builtin_alpha_implver, __builtin_alpha_amask to determine
7710         native CPU.
7711         * config.host: Also use driver-alpha.o, alpha/x-alpha on
7712         alpha*-dec-osf*.
7713         * config/alpha/osf5.h [__alpha__ || __alpha]
7714         (host_detect_local_cpu): Declare.
7715         (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS)
7716         (DRIVER_SELF_SPECS): Define.
7718 2011-07-29  Uros Bizjak  <ubizjak@gmail.com>
7720         PR target/47715
7721         * config/i386/i386.md (*load_tp_x32): New.
7722         (*load_tp_x32_zext): Ditto.
7723         (*add_tp_x32): Ditto.
7724         (*add_tp_x32_zext): Ditto.
7725         (*load_tp_<mode>): Disable for TARGET_X32 targets.
7726         (*add_tp_<mode>): Ditto.
7727         * config/i386/i386.c (get_thread_pointer): Load thread pointer in
7728         ptr_mode and convert to Pmode if needed.
7730 2011-07-29  Georg-Johann Lay  <avr@gjlay.de>
7732         PR target/49687
7733         * config/avr/avr.md (mulsi3, *mulsi3, mulu<mode>si3,
7734         muls<mode>si3, mulohisi3, mulhisi3, umulhisi3, usmulhisi3,
7735         *<any_extend:extend_prefix><any_extend2:extend_prefix>mul<QIHI:mode><QIHI2:mode>si3):
7736         Add X to register footprint: Clobber r26/r27.
7738 2011-07-29  Richard Guenther  <rguenther@suse.de>
7740         * builtins.c (fold_builtin_signbit): Build the comparison
7741         with a proper type.
7743 2011-07-29  Richard Guenther  <rguenther@suse.de>
7745         PR tree-optimization/49893
7746         * tree-predcom.c (suitable_reference_p): Volatile references
7747         are not suitable.
7749 2011-07-29  Georg-Johann Lay  <avr@gjlay.de>
7751         PR target/49313
7752         * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
7753         (__ctzsi2): Result for 0 may be undefined.
7754         (__ctzhi2): Result for 0 may be undefined.
7755         (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
7756         (__popcountsi2): Ditto. And don't clobber r26.
7757         (__popcountdi2): Ditto. And don't clobber r27.
7758         * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
7759         (parityhi2): New expand.
7760         (paritysi2): New expand.
7761         (popcounthi2): New expand.
7762         (popcountsi2): New expand.
7763         (clzhi2): New expand.
7764         (clzsi2): New expand.
7765         (ctzhi2): New expand.
7766         (ctzsi2): New expand.
7767         (ffshi2): New expand.
7768         (ffssi2): New expand.
7769         (copysignsf3): New insn.
7770         (bswapsi2): New expand.
7771         (*parityhi2.libgcc): New insn.
7772         (*parityqihi2.libgcc): New insn.
7773         (*paritysihi2.libgcc): New insn.
7774         (*popcounthi2.libgcc): New insn.
7775         (*popcountsi2.libgcc): New insn.
7776         (*popcountqi2.libgcc): New insn.
7777         (*popcountqihi2.libgcc): New insn-and-split.
7778         (*clzhi2.libgcc): New insn.
7779         (*clzsihi2.libgcc): New insn.
7780         (*ctzhi2.libgcc): New insn.
7781         (*ctzsihi2.libgcc): New insn.
7782         (*ffshi2.libgcc): New insn.
7783         (*ffssihi2.libgcc): New insn.
7784         (*bswapsi2.libgcc): New insn.
7786 2011-07-29  Richard Guenther  <rguenther@suse.de>
7788         * tree-vrp.c (get_value_range): Only set parameter default
7789         definitions to varying, leave others at undefined.
7790         (extract_range_from_binary_expr): Fix undefined handling.
7791         (vrp_visit_phi_node): Handle merged undefined state.
7793 2011-07-29  Wei Guozhi  <carrot@google.com>
7795         PR rtl-optimization/49799
7796         * combine.c (make_compound_operation): Check if the bit field is valid
7797         before change it to bit field extraction.
7799 2011-07-29  Bernd Schmidt  <bernds@codesourcery.com>
7801         PR rtl-optimization/49891
7802         * cfgrtl.c (force_nonfallthru_and_redirect): Set JUMP_LABEL for
7803         newly created returnjumps.
7805 2011-07-28  DJ Delorie  <dj@redhat.com>
7807         * expr.c (expand_expr_addr_expr_1): Detect a user request for a
7808         local frame in a naked function, and produce a suitable error for
7809         that specific case.
7811         * config/m32c/m32c.c (m32c_secondary_reload_class): Allow PSI
7812         registers to be reloaded in HI classes when the target is HI.
7814 2011-07-28  Sebastian Pop  <sebastian.pop@amd.com>
7816         * graphite-clast-to-gimple.c: Replace v1, v2, lb, ub with
7817         bound_one, bound_two.
7819 2011-07-28  Sebastian Pop  <sebastian.pop@amd.com>
7821         PR middle-end/48648
7822         * graphite-clast-to-gimple.c (clast_get_body_of_loop): Handle
7823         CLAST assignments.
7824         (translate_clast): Same.
7825         (translate_clast_assignment): New.
7827 2011-07-28  Sebastian Pop  <sebastian.pop@amd.com>
7829         PR tree-optimization/49876
7830         * sese.c (rename_uses): Do not return false on gloog_error: set
7831         the new_expr to integer_zero_node and continue code generation.
7832         (graphite_copy_stmts_from_block): Remove early exit on gloog_error.
7834 2011-07-28  Jakub Jelinek  <jakub@redhat.com>
7836         PR debug/49846
7837         * var-tracking.c (prepare_call_arguments): For non-MODE_INT stack
7838         arguments also check if they aren't initialized with a MODE_INT
7839         mode of the same size.
7841 2011-07-28  Aldy Hernandez  <aldyh@redhat.com>
7843         * expr.c (get_bit_range): Handle *MEM_REF's.
7845 2011-07-28  Bernd Schmidt  <bernds@codesourcery.com>
7847         * rtlanal.c (tablejump_p): False for returns.
7848         * reorg.c (first_active_target_insn): New static function.
7849         (find_end_label): Set JUMP_LABEL for a new returnjump.
7850         (optimize_skip, get_jump_flags, rare_destination,
7851         mostly_true_jump, get_branch_condition,
7852         steal_delay_list_from_target, own_thread_p,
7853         fill_simple_delay_slots, follow_jumps, fill_slots_from_thread,
7854         fill_eager_delay_slots, relax_delay_slots, make_return_insns,
7855         dbr_schedule): Adjust to handle ret_rtx in JUMP_LABELs.
7856         * jump.c (delete_related_insns): Likewise.
7857         (jump_to_label_p): New function.
7858         (redirect_target): New static function.
7859         (redirect_exp_1): Use it.  Adjust to handle ret_rtx in JUMP_LABELS.
7860         (redirect_jump_1): Assert that the new label is nonnull.
7861         (redirect_jump): Likewise.
7862         (redirect_jump_2): Check for ANY_RETURN_P rather than NULL labels.
7863         * ifcvt.c (find_if_case_1): Take care when redirecting jumps to the
7864         exit block.
7865         (dead_or_predicable): Change NEW_DEST arg to DEST_EDGE.  All callers
7866         changed.  Ensure that the right label is passed to redirect_jump.
7867         * function.c (emit_return_into_block,
7868         thread_prologue_and_epilogue_insns): Ensure new returnjumps have
7869         ret_rtx in their JUMP_LABEL.
7870         * print-rtl.c (print_rtx): Handle ret_rtx in a JUMP_LABEL.
7871         * emit-rtl.c (skip_consecutive_labels): Allow the caller to
7872         pass ret_rtx as label.
7873         * cfglayout.c (fixup_reorder_chain): Use
7874         force_nonfallthru_and_redirect rather than force_nonfallthru.
7875         (duplicate_insn_chain): Copy JUMP_LABELs for returns.
7876         * rtl.h (ANY_RETURN_P): New macro.
7877         (jump_to_label_p): Declare.
7878         * resource.c (find_dead_or_set_registers): Handle ret_rtx in
7879         JUMP_LABELs.
7880         (mark_target_live_regs): Likewise.
7881         * basic-block.h (force_nonfallthru_and_redirect): Declare.
7882         * cfgrtl.c (force_nonfallthru_and_redirect): No longer static.
7883         * config/alpha/alpha.c (alpha_tablejump_addr_vec,
7884         alpha_tablejump_best_label): Remove functions.
7885         * config/alpha/alpha-protos.c (alpha_tablejump_addr_vec,
7886         alpha_tablejump_best_label): Remove declarations.
7887         * config/sh/sh.c (barrier_align, split_branches): Adjust for
7888         ret_rtx in JUMP_LABELs.
7889         * config/arm/arm.c (is_jump_table): Likewise.
7891 2011-07-28  Uros Bizjak  <ubizjak@gmail.com>
7893         * config/i386/predicates.md (pic_32bit_opreand): Do not define as
7894         special predicate.  Remove explicit mode checks.
7896 2011-07-28  Jakub Jelinek  <jakub@redhat.com>
7898         * dwarf2out.c (resolve_addr): For -gdwarf-2 don't optimize
7899         DW_AT_data_member_location containing just DW_OP_plus_uconst.
7901         PR debug/49871
7902         * dwarf2out.c (size_of_die, value_format, output_die): Use
7903         DW_FORM_udata instead of DW_FORM_data[48] for
7904         dw_val_class_unsigned_const DW_AT_data_member_location for DWARF 3.
7906 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
7908         * config/i386/i386.md (*tls_global_dynamic_64): Update
7909         length attribute.
7911 2011-07-28  Uros Bizjak  <ubizjak@gmail.com>
7913         PR target/47715
7914         * config/i386/i386.md (*tls_global_dynamic_64): Remove mode from
7915         tls_symbolic_operand check.  Update code sequence for TARGET_X32.
7916         (tls_global_dynamic_64): Remove mode from tls_symbolic_operand check.
7917         (tls_dynamic_gnu2_64): Ditto.
7918         (*tls_dynamic_gnu2_lea_64): Ditto.
7919         (*tls_dynamic_gnu2_call_64): Ditto.
7920         (*tls_dynamic_gnu2_combine_64): Ditto.
7922 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
7924         * config.gcc: Set need_64bit_hwint to yes for x86 targets.
7926 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
7928         PR target/47364
7929         * config/i386/i386.md (strlen<mode>): Replace SWI48x with P.
7931 2011-07-28  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
7933         * config/arm/vfp.md ("*movdf_vfp"): Handle the VFP constraints
7934         before the core constraints. Adjust attributes.
7935         ("*thumb2_movdf_vfp"): Likewise.
7937 2011-07-28  Kai Tietz  <ktietz@redhat.com>
7939         * tree-vrp.c (simplify_stmt_using_ranges): Remove TRUTH_NOT_EXPR case.
7940         (simplify_truth_ops_using_ranges): Likewise.
7941         (build_assert_expr_for): Likewise.
7942         (build_assert_expr_for_1): Remove TRUTH_NOT_EXPR case
7943         and handle BIT_NOT_EXPR for truth-operation.
7945 2011-07-28  Georg-Johann Lay  <avr@gjlay.de>
7947         PR target/49313
7948         Undo r176835 from trunk
7949         2011-07-27  Georg-Johann Lay
7951 2011-07-28  Georg-Johann Lay  <avr@gjlay.de>
7953         PR target/49687
7954         * config/avr/t-avr (LIB1ASMFUNCS): Remove _xmulhisi3_exit.
7955         Add _muluhisi3, _mulshisi3, _usmulhisi3.
7956         * config/avr/libgcc.S (__mulsi3): Rewrite.
7957         (__mulhisi3): Rewrite.
7958         (__umulhisi3): Rewrite.
7959         (__usmulhisi3): New.
7960         (__muluhisi3): New.
7961         (__mulshisi3): New.
7962         (__mulohisi3): New.
7963         (__mulqi3, __mulqihi3, __umulqihi3, __mulhi3): Use DEFUN/ENDF to
7964         declare.
7965         * config/avr/predicates.md (pseudo_register_operand): Rewrite.
7966         (pseudo_register_or_const_int_operand): New.
7967         (combine_pseudo_register_operand): New.
7968         (u16_operand): New.
7969         (s16_operand): New.
7970         (o16_operand): New.
7971         * config/avr/avr.c (avr_rtx_costs): Handle costs for mult:SI.
7972         * config/avr/avr.md (QIHI, QIHI2): New mode iterators.
7973         (any_extend, any_extend2): New code iterators.
7974         (extend_prefix): New code attribute.
7975         (mulsi3): Rewrite. Turn insn to expander.
7976         (mulhisi3): Ditto.
7977         (umulhisi3): Ditto.
7978         (usmulhisi3): New expander.
7979         (*mulsi3): New insn-and-split.
7980         (mulu<mode>si3): New insn-and-split.
7981         (muls<mode>si3): New insn-and-split.
7982         (mulohisi3): New insn-and-split.
7983         (*uumulqihisi3, *uumulhiqisi3, *uumulhihisi3, *uumulqiqisi3,
7984         *usmulqihisi3, *usmulhiqisi3, *usmulhihisi3, *usmulqiqisi3,
7985         *sumulqihisi3, *sumulhiqisi3, *sumulhihisi3, *sumulqiqisi3,
7986         *ssmulqihisi3, *ssmulhiqisi3, *ssmulhihisi3, *ssmulqiqisi3): New
7987         insn-and-split.
7988         (*mulsi3_call): Rewrite.
7989         (*mulhisi3_call): Rewrite.
7990         (*umulhisi3_call): Rewrite.
7991         (*usmulhisi3_call): New insn.
7992         (*muluhisi3_call): New insn.
7993         (*mulshisi3_call): New insn.
7994         (*mulohisi3_call): New insn.
7995         (extendqihi2): Use combine_pseudo_register_operand as predicate
7996         for operand 1.
7997         (extendqisi2): Ditto.
7998         (zero_extendqihi2): Ditto.
7999         (zero_extendqisi2): Ditto.
8000         (zero_extendhisi2): Ditto.
8001         (extendhisi2): Ditto. Don't early-clobber operand 0.
8003 2011-07-28  Uros Bizjak  <ubizjak@gmail.com>
8005         * config/i386/i386.c (add->lea splitter): Add SWI mode to PLUS RTX.
8007 2011-07-27  Sebastian Pop  <sebastian.pop@amd.com>
8009         PR tree-optimization/49471
8010         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Build an unsigned
8011         iv only when the largest type is unsigned.  Do not call
8012         lang_hooks.types.type_for_size.
8014 2011-07-27  Sebastian Pop  <sebastian.pop@amd.com>
8016         PR middle-end/45450
8017         * graphite-poly.c (apply_poly_transforms): Disable legality check
8018         after an openscop read.
8020 2011-07-27  Sebastian Pop  <sebastian.pop@amd.com>
8022         PR middle-end/47691
8023         * graphite-clast-to-gimple.c (translate_clast_user): Update use of
8024         copy_bb_and_scalar_dependences.
8025         * sese.c (rename_uses): Do not call gcc_assert.  Set gloog_error.
8026         (graphite_copy_stmts_from_block): Update call to rename_uses.
8027         (copy_bb_and_scalar_dependences): Update call to
8028         graphite_copy_stmts_from_block.
8029         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
8031 2011-07-27  Georg-Johann Lay  <avr@gjlay.de>
8033         PR target/49313
8034         * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
8035         (__ctzsi2): Result for 0 may be undefined.
8036         (__ctzhi2): Result for 0 may be undefined.
8037         (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
8038         (__popcountsi2): Ditto. And don't clobber r26.
8039         (__popcountdi2): Ditto. And don't clobber r27.
8040         * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
8041         (parityhi2): New expand.
8042         (paritysi2): New expand.
8043         (popcounthi2): New expand.
8044         (popcountsi2): New expand.
8045         (clzhi2): New expand.
8046         (clzsi2): New expand.
8047         (ctzhi2): New expand.
8048         (ctzsi2): New expand.
8049         (ffshi2): New expand.
8050         (ffssi2): New expand.
8051         (copysignsf3): New insn.
8052         (bswapsi2): New expand.
8053         (*parityhi2.libgcc): New insn.
8054         (*parityqihi2.libgcc): New insn.
8055         (*paritysihi2.libgcc): New insn.
8056         (*popcounthi2.libgcc): New insn.
8057         (*popcountsi2.libgcc): New insn.
8058         (*popcountqi2.libgcc): New insn.
8059         (*popcountqihi2.libgcc): New insn-and-split.
8060         (*clzhi2.libgcc): New insn.
8061         (*clzsihi2.libgcc): New insn.
8062         (*ctzhi2.libgcc): New insn.
8063         (*ctzsihi2.libgcc): New insn.
8064         (*ffshi2.libgcc): New insn.
8065         (*ffssihi2.libgcc): New insn.
8066         (*bswapsi2.libgcc): New insn.
8068 2011-07-27  Uros Bizjak  <ubizjak@gmail.com>
8070         * config/i386/i386.c (ix86_expand_move): Do not explicitly check
8071         the mode of symbolic_opreand RTXes.
8073 2011-07-27  Uros Bizjak  <ubizjak@gmail.com>
8075         * config/i386/predicates.md (x86_64_movabs_operand): Return false
8076         for pic_32bit_operand RTXes.
8077         * config/i386/i386.c (ix86_expand_move): Check x86_64_movabs_operand
8078         in DImode.
8080 2011-07-27  Kai Tietz  <ktietz@redhat.com>
8082         * config/i386/i386.c (ix86_option_override_internal): Allow -mabi
8083         for 32-bit, too.
8084         (ix86_handle_abi_attribute): Allow function attributes
8085         ms_abi/sysv_abi in 32-bit mode, too.
8086         * doc/extend.texi: Adjust attribute documentation.
8088         * gimple-fold.c (or_comparisons_1): Remove TRUTH_AND/OR
8089         expression handling.
8090         (and_var_with_comparison_1): Likewise.
8092 2011-07-27  Aldy Hernandez  <aldyh@redhat.com>
8094         * params.h (ALLOW_STORE_DATA_RACES): New.
8095         * params.def (PARAM_ALLOW_STORE_DATA_RACES): New.
8096         * Makefile.in (expr.o): Depend on PARAMS_H.
8097         * machmode.h (get_best_mode): Add argument.
8098         * fold-const.c (optimize_bit_field_compare): Add argument to
8099         get_best_mode.
8100         (fold_truthop): Same.
8101         * ifcvt.c (noce_emit_move_insn): Add argument to store_bit_field.
8102         * expr.c (emit_group_store): Same.
8103         (copy_blkmode_from_reg): Same.
8104         (write_complex_part): Same.
8105         (optimize_bitfield_assignment_op): Add argument.
8106         Add argument to get_best_mode.
8107         (get_bit_range): New.
8108         (expand_assignment): Calculate maxbits and pass it down accordingly.
8109         (store_field): New argument.
8110         (expand_expr_real_2): New argument to store_field.  Include params.h.
8111         * expr.h (store_bit_field): New argument.
8112         * stor-layout.c (get_best_mode): Restrict mode expansion by taking
8113         into account maxbits.
8114         * calls.c (store_unaligned_arguments_into_pseudos): New argument
8115         to store_bit_field.
8116         * expmed.c (store_bit_field_1): New argument.  Use it.
8117         (store_bit_field): Same.
8118         (store_fixed_bit_field): Same.
8119         (store_split_bit_field): Same.
8120         (extract_bit_field_1): Pass new argument to get_best_mode.
8121         (extract_bit_field): Same.
8122         * stmt.c (store_bit_field): Pass new argument to store_bit_field.
8123         * doc/invoke.texi: Document parameter allow-store-data-races.
8125 2011-07-27  Jakub Jelinek  <jakub@redhat.com>
8127         * dwarf2out.c (gen_producer_string): Ignore also -fverbose-asm option.
8129 2011-07-27  Kai Tietz  <ktietz@redhat.com>
8131         * tree-vrp.c (extract_range_from_binary_expr): Remove
8132         TRUTH-binary cases and add new bitwise-cases.
8133         (extract_range_from_assignment): Likewise.
8134         (register_edge_assert_for_1): Likeiwise.
8135         (register_edge_assert_for): Likewise.
8136         (simplify_truth_ops_using_ranges): Likewise.
8137         (simplify_stmt_using_ranges): Likewise.
8139 2011-07-26  H.J. Lu  <hongjiu.lu@intel.com>
8141         PR target/47372
8142         * config/i386/i386.c (ix86_delegitimize_address): Call
8143         simplify_gen_subreg for PIC with mode of x only if modes of
8144         x and orig_x are different.
8146 2011-07-26  Jakub Jelinek  <jakub@redhat.com>
8148         * dwarf2out.c (output_macinfo_op): Ensure fd->filename points
8149         to GC allocated copy of the string.
8150         (dwarf2out_finish): Emit .debug_macinfo or .debug_macro sections
8151         before .debug_line, not after it.
8153 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
8155         PR middle-end/47046
8156         * tree-chrec.h (evolution_function_is_affine_p): Recursively call
8157         evolution_function_is_affine_p on CHREC_RIGHT.
8159 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
8161         * tree-data-ref.c (max_stmt_executions_tree): Do not call
8162         lang_hooks.types.type_for_size.
8164 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
8166         PR middle-end/47653
8167         * graphite-scop-detection.c (graphite_can_represent_loop): Discard
8168         loops using wrapping semantics.
8170 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
8172         PR middle-end/48805
8173         * tree-scalar-evolution.c (instantiate_scev_r): Return
8174         chrec_dont_know for ADDR_EXPR.
8176 2011-07-26  Uros Bizjak  <ubizjak@gmail.com>
8177             H.J. Lu  <hongjiu.lu@intel.com>
8179         PR target/47369
8180         PR target/49853
8181         * config/i386/i386.c (ix86_expand_move): Call convert_to_mode
8182         if legitimize_tls_address returned operand in wrong mode. Allow
8183         SImode and DImode symbolic operand for PIC.  Call convert_to_mode
8184         if legitimize_pic_address returned operand in wrong mode.
8186 2011-07-26  Martin Jambor  <mjambor@suse.cz>
8188         * tree-sra.c (tree_non_mode_aligned_mem_p): Strip conversions and
8189         return false for invariants.
8191 2011-07-26  Uros Bizjak  <ubizjak@gmail.com>
8193         * config/i386/i386.md (add->lea splitter): Implement using SWI
8194         mode iterator.  Change operand 2 predicate to <nonmemory_operand>.
8195         (add->lea zext splitter): Change operand 2 predicate to
8196         x86_64_nonmemory_operand.
8198 2011-07-26  Richard Guenther  <rguenther@suse.de>
8200         * predict.c (maybe_hot_frequency_p): Make sure a zero entry-block
8201         frequency makes everything hot.
8203 2011-07-26  Richard Guenther  <rguenther@suse.de>
8205         PR tree-optimization/49840
8206         * tree-vrp.c (range_fits_type_p): Properly handle full
8207         double-int precision.
8209 2011-07-26  Martin Jambor  <mjambor@suse.cz>
8211         PR bootstrap/49786
8212         * ipa-cp.c (update_profiling_info): Avoid overflow when updating
8213         counts.
8214         (update_specialized_profile): Likewise.
8216 2011-07-26  Uros Bizjak  <ubizjak@gmail.com>
8217             H.J. Lu  <hongjiu.lu@intel.com>
8219         PR target/47381
8220         PR target/49832
8221         PR target/49833
8222         * config/i386/i386.md (i): Change SImode attribute to "e".
8223         (g): Change SImode attribute to "rme".
8224         (di): Change SImode attribute to "nF".
8225         (general_operand): Change SImode attribute to x86_64_general_operand.
8226         (general_szext_operand): Change SImode attribute to
8227         x86_64_szext_general_operand.
8228         (immediate_operand): Change SImode attribute to
8229         x86_64_immediate_operand.
8230         (nonmemory_operand): Change SImode attribute to
8231         x86_64_nonmemory_operand.
8232         (*movdi_internal_rex64): Remove mode from pic_32bit_operand check.
8233         (*movsi_internal): Ditto.  Use "e" constraint in alternative 2.
8234         (*lea_1): Use SWI48 mode iterator.
8235         (*lea_1_zext): New insn pattern.
8236         (testsi_ccno_1): Use x86_64_nonmemory_operand predicate for operand 2.
8237         (*bt<mode>): Ditto.
8238         (*add<mode>1): Use x86_64_general_operand predicate for operand 2.
8239         Update operand constraints.
8240         (addsi_1_zext): Ditto.
8241         (*add<mode>2): Ditto.
8242         (*addsi_3_zext): Ditto.
8243         (*subsi_1_zext): Ditto.
8244         (*subsi_2_zext): Ditto.
8245         (*subsi_3_zext): Ditto.
8246         (*addsi3_carry_zext): Ditto.
8247         (*<plusminus_insn>si3_zext_cc_overflow): Ditto.
8248         (*mulsi3_1_zext): Ditto.
8249         (*andsi_1): Ditto.
8250         (*andsi_1_zext): Ditto.
8251         (*andsi_2_zext): Ditto.
8252         (*<any_or:code>si_1_zext): Ditto.
8253         (*<any_or:code>si_2_zext): Ditto.
8254         (*test<mode>_1): Use <general_operand> predicate for operand 1.
8255         (*and<mode>_2): Ditto.
8256         (mov<mode>cc): Use  <general_operand> predicate for operands 1 and 2.
8257         (add->lea splitter): Check operand modes in insn constraint.  Extend
8258         operands less than SImode wide to SImode.
8259         (add->lea zext splitter): Do not extend input operands to DImode.
8260         (*lea_general_1): Handle only QImode and HImode operands.
8261         (*lea_general_2): Ditto.
8262         (*lea_general_3): Ditto.
8263         (*lea_general_1_zext): Remove.
8264         (*lea_general_2_zext): Ditto.
8265         (*lea_general_3_zext): Ditto.
8266         (*lea_general_4): Check operand modes in insn constraint.  Extend
8267         operands less than SImode wide to SImode.
8268         (ashift->lea splitter): Ditto.
8269         * config/i386/i386.c (ix86_print_operand_address): Print address
8270         registers with 'q' modifier on 64bit targets.
8271         * config/i386/predicates.md (pic_32bit_opreand): Define as special
8272         predicate.  Reject non-SI and non-DI modes.
8274 2011-07-25  Andrew Pinski  <apinski@cavium.com>
8276         PR tree-opt/49671
8277         * tree-inline.c (remap_gimple_op_r): Copy TREE_THIS_VOLATILE and
8278         TREE_THIS_NOTRAP into the inner most MEM_REF.
8279         Always copy TREE_THIS_VOLATILE.
8280         * tree-sra.c (ptr_parm_has_direct_uses): Check that the lhs, rhs and
8281         arguments are not volatile references.
8283 2011-07-25  Richard Henderson  <rth@redhat.com>
8285         * insn-notes.def (NOTE_INSN_CFA_RESTORE_STATE): Remove.
8286         * final.c (final_scan_insn): Don't test for it.
8287         (rest_of_clean_state): Likewise.
8289 2011-07-25  Richard Henderson  <rth@redhat.com>
8291         PR debug/49841
8292         * config/rs6000/rs6000.c (rs6000_frame_related): Return the insn.
8293         (emit_frame_save): Likewise.
8294         (rs6000_emit_prologue): Move the FRAME_RELATED_EXPR from the save
8295         insn onto a dummy blockage insn after the join label.
8297 2011-07-25  Richard Henderson  <rth@redhat.com>
8299         * dwarf2cfi.c (dw_trace_info): Add ID member.
8300         (get_trace_index): Remove.  Change users to use ID member.
8301         (before_next_cfi_note): New.
8302         (connect_traces): Remove unreachable traces before the main loop.
8303         Look across one trace and generate remember/restore_state if needed.
8305 2011-07-25  Richard Henderson  <rth@redhat.com>
8307         * dwarf2cfi.c (dump_cfi_row, debug_cfi_row): New.
8309 2011-07-25  Joern Rennecke  <joern.rennecke@embecosm.com>
8311         * genattr.c (write_upcase, gen_attr <enum definition writing>):
8312         Move to ...
8313         * genattr-common.c ... here.
8314         (main): Call gen_attr.
8315         * optc-gen.awk: Make generated program include insn-attr-common.h .
8316         * Makefile.in (oprions.o): Depend on insn-attr-common.h
8318 2011-07-25  Anatoly Sokolov  <aesok@post.ru>
8320         * config/m32c/m32c.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
8321         PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
8322         * config/m32c/m32c-protos.h (m32c_print_operand_punct_valid_p,
8323         m32c_print_operand, m32c_print_operand_address): Remove.
8324         * config/m32c/m32c.c (m32c_print_operand_punct_valid_p): Make static.
8325         Change return type to bool. Change argument type to bool.
8326         (m32c_print_operand, m32c_print_operand_address): Make static.
8327         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
8328         TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
8330 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8332         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
8333         attributes): Document mmap.
8335 2011-07-25  Anatoly Sokolov  <aesok@post.ru>
8337         * config/mmix/mmix.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
8338         PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
8339         * config/mmix/mmix-protos.h (mmix_print_operand_punct_valid_p,
8340         mmix_print_operand, mmix_print_operand_address): Remove.
8341         * config/mmix/mmix.c (mmix_print_operand_punct_valid_p): Make static.
8342         Change return type to bool. Change argument type to bool.
8343         (mmix_print_operand, mmix_print_operand_address): Make static.
8344         (mmix_intval, mmix_output_condition): Change 'x' argument type
8345         to const_rtx.
8346         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
8347         TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
8349 2011-07-25  Georg-Johann Lay  <avr@gjlay.de>
8351         PR target/39386
8352         * config/avr/avr.c (out_shift_with_cnt): Use tmp_reg as
8353         shift counter for x << x and x >> x shifts.
8355 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8357         PR target/47124
8358         * config.gcc: Reject *-*-solaris2 configuration.
8360 2011-07-25  Richard Sandiford  <richard.sandiford@linaro.org>
8362         PR tree-optimization/49809
8363         * tree-ssa-phiopt.c (cond_if_else_store_replacement): Use
8364         gimple_get_lhs instead of gimple_assign_lhs.
8366 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8368         * system.h [__cplusplus]: Wrap C function declarations in extern "C".
8370 2011-07-25  Richard Guenther  <rguenther@suse.de>
8372         PR tree-optimization/49822
8373         * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
8374         more.  Make sure to preserve stmts with side-effects.  Properly
8375         handle virtual defs, follow a longer def chain.
8377 2011-07-22  Romain Geissler  <romain.geissler@gmail.com>
8379         PR plugins/45348
8380         PR plugins/48425
8381         PR plugins/46577
8382         * Makefile.in: Do not flatten c-family directory when installing
8383         plugin headers.
8385 2011-07-25  Eric Botcazou  <ebotcazou@adacore.com>
8387         * ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION of
8388         original nodes if we are dealing with virtual clones.
8390 2011-07-25  Bernd Schmidt  <bernds@codesourcery.com>
8392         * common/config/c6x/c6x-common.c: New file.
8394 2011-07-25  Roman Zhuykov  <zhroma@ispras.ru>
8396         * tree-flow.h (tree_ssa_loop_version): Remove unused declaration.
8398 2011-07-25  Richard Guenther  <rguenther@suse.de>
8400         PR tree-optimization/49715
8401         * tree-vrp.c: Include expr.h and optabs.h.
8402         (range_fits_type_): New function.
8403         (simplify_float_conversion_using_ranges): Likewise.
8404         (simplify_stmt_using_ranges): Call it.
8405         * Makefile.in (tree-vrp.o): Add $(EXPR_H) and $(OPTABS_H) dependencies.
8406         * optabs.c (can_float_p): Export.
8407         * optabs.h (can_float_p): Declare.
8409 2011-07-25  Richard Guenther  <rguenther@suse.de>
8411         * tree-vrp.c (num_vr_values, values_propagated): New global vars.
8412         (get_value_range): For out-of-range SSA names or names created
8413         after propagation return a read-only varying range.
8414         (dump_all_value_ranges): Adjust.
8415         (vrp_initialize): Likewise.
8416         (vrp_finalize): Likewise.
8418 2011-07-24  Richard Henderson  <rth@redhat.com>
8420         PR debug/49831
8421         * dwarf2cfi.c (connect_traces): Allow unvisited traces.  Skip
8422         them entirely.
8424 2011-07-24  Richard Henderson  <rth@redhat.com>
8426         PR debug/49825
8427         * dwarf2cfi.c (dwarf2out_stack_adjust): Move A_O_A test earlier.
8428         (dwarf2out_notice_stack_adjust): Use args_size from call_insn.
8430 2011-07-24  Richard Henderson  <rth@redhat.com>
8432         PR debug/49827
8433         * dwarf2cfi.c (create_trace_edges): Handle sequences properly.
8435 2011-07-24  Richard Henderson  <rth@redhat.com>
8437         * dwarf2cfi.c (maybe_record_trace_start): Add abnormal parameter.
8438         Zero args_size for abnormal edges.  Adjust all callers.
8440 2011-07-24  Richard Henderson  <rth@redhat.com>
8442         PR debug/49825
8443         * dwarf2cfi.c (cfi_row_equal_p): Don't compare args_size.
8445 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
8447         PR bootstrap/49835
8448         * collect2.c (demangle_flag): Removed.
8450 2011-07-24  Sandra Loosemore  <sandra@codesourcery.com>
8452         * configure.ac (demangler_in_ld): Default to yes.
8453         * configure: Regenerated.
8454         * collect2.c (main): When HAVE_LD_DEMANGLE is defined, don't
8455         mess with COLLECT_NO_DEMANGLE, and just pass --demangle and
8456         --no-demangle options straight through to ld.  When
8457         HAVE_LD_DEMANGLE is not defined, set COLLECT_NO_DEMANGLE in a
8458         way that has the intended effect on Windows.
8460 2011-07-23  Richard Henderson  <rth@redhat.com>
8462         * dwarf2cfi.c: Include basic-block.h.
8463         (dw_label_info): Remove.
8464         (trace_work_list, trace_index): New.
8465         (remember_row, emit_cfa_remember): Remove.
8466         (dw_trace_info_hash, dw_trace_info_eq): New.
8467         (get_trace_index, get_trace_info): New.
8468         (save_point_p): New.
8469         (free_cfi_row): Remove.
8470         (add_cfi): Do not emit DW_CFA_remember_state.
8471         (cfa_row_equal_p): New.
8472         (barrier_args_size): Remove.
8473         (compute_barrier_args_size_1, compute_barrier_args_size): Remove.
8474         (dwarf2out_notice_stack_adjust): Don't compute_barrier_args_size.
8475         (maybe_record_trace_start, create_trace_edges, scan_trace): New.
8476         (dwarf2out_cfi_begin_epilogue): Remove.
8477         (dwarf2out_frame_debug_restore_state): Remove.
8478         (connect_traces, create_pseudo_cfg): New.
8479         (create_cfi_notes, execute_dwarf2_frame): Rewrite using traces.
8480         * Makefile.in (dwarf2cfi.o): Update.
8482 2011-07-23  Richard Henderson  <rth@redhat.com>
8484         * dwarf2cfi.c (dw_trace_info): New.
8485         (dw_label_info): New.
8486         (cie_return_save): New.
8487         (cur_trace): New.
8488         (queued_args_size): Rename from args_size.  Update all users.
8489         (cfa_store, cfa_temp, regs_saved_in_regs): Remove.
8490         (def_cfa_1): Use cur_trace instead of cfa_*.
8491         (dwarf2out_stack_adjust, record_reg_saved_in_reg): Likewise.
8492         (clobbers_queued_reg_save, reg_saved_in): Likewise.
8493         (dwarf2out_frame_debug_expr): Likewise.
8494         (create_cie_data): Split out from ...
8495         (execute_dwarf2_frame): ... here.  Initialize cur_trace.
8497 2011-07-23  Richard Henderson  <rth@redhat.com>
8499         * dwarf2cfi.c (regs_saved_in_regs): Allocate from heap, not gc.
8500         Update all users to match.
8501         (execute_dwarf2_frame): Free reg_saved_in_data.
8503 2011-07-23  Richard Henderson  <rth@redhat.com>
8505         * dwarf2cfi.c (queued_reg_save): Reorder for packing.  Don't GTY.
8506         (queued_reg_saves): Don't GTY.  Change to a VEC.
8507         (queue_reg_save): Update to match.
8508         (dwarf2out_flush_queued_reg_saves): Likewise.
8509         (clobbers_queued_reg_save): Likewise.
8510         (reg_saved_in): Likewise.
8511         (execute_dwarf2_frame): Free queued_reg_saves.
8513 2011-07-23  Richard Henderson  <rth@redhat.com>
8515         * dwarf2cfi.c (dw_cfi_row_ref): Remove.  Update all users.
8517 2011-07-23  Richard Henderson  <rth@redhat.com>
8519         * dwarf2cfi.c (add_cfi_args_size): Split out from...
8520         (dwarf2out_args_size): ... here.
8521         (add_cfi_restore): Split out from ...
8522         (dwarf2out_frame_debug_cfa_restore): ... here.
8523         (def_cfa_0): Split out from ...
8524         (def_cfa_1): ... here.
8525         (cfi_oprnd_equal_p, cfi_equal_p): New.
8526         (change_cfi_row): New.
8527         (add_cfis_to_fde): Set fde->dw_fde_switch_cfi_index.
8528         (create_cfi_notes): Use change_cfi_row at SWITCH_TEXT note.
8529         (output_cfis): Remove.
8530         * dwarf2out.c (output_fde): Simplify output_cfi loop.
8531         (dwarf2out_switch_text_section): Don't call output_cfis.
8532         (dw_val_equal_p, loc_descr_equal_p_1, loc_descr_equal_p): New.
8533         * dwarf2out.h: Update decls.
8534         (enum dw_val_class): Add dw_val_class_none.
8536 2011-07-23  Richard Henderson  <rth@redhat.com>
8538         * dwarf2cfi.c (update_row_reg_save): New.
8539         (dwarf2out_frame_debug_cfa_expression): Use it.
8540         (dwarf2out_frame_debug_cfa_restore): Likewise.
8541         (reg_save): Likewise.  Do not emit DW_CFA_same_value.
8543 2011-07-23  Richard Henderson  <rth@redhat.com>
8545         * dwarf2cfi.c (add_cfi_insn): Rename from cfi_insn.  Update all users.
8547 2011-07-23  Richard Henderson  <rth@redhat.com>
8549         * dwarf2cfi.c (dw_cfi_row, dw_cfi_row_ref): New.
8550         (cie_cfi_row): New.
8551         (new_cfi_row, copy_cfi_row, free_cfi_row): New.
8552         (cfa, old_cfa, cfa_remember, old_cfa_remember, old_args_size): Remove.
8553         (cur_row, remember_row): New.
8554         (def_cfa_1): Use cur_row instead of the old_* variables.
8555         (dwarf2out_frame_debug_restore_state): Similarly.
8556         (dwarf2out_args_size, dwarf2out_notice_stack_adjust): Likewise.
8557         (dwarf2out_frame_debug_def_cfa): Use a local variable instead of cfa.
8558         (dwarf2out_frame_debug_adjust_cfa): Likewise.
8559         (dwarf2out_frame_debug_cfa_offset): Likewise.
8560         (dwarf2out_frame_debug_expr): Likewise.
8561         (execute_dwarf2_frame): Set up cur_row.
8562         * dwarf2out.h (struct cfa_loc): Mark for GTY.
8564 2011-07-23  Richard Henderson  <rth@redhat.com>
8566         * basic-block.h (EDGE_PRESERVE): New.
8567         (EDGE_ALL_FLAGS, EDGE_COMPLEX): Include it.
8568         * bb-reorder.c: Include except.h.
8569         (fix_up_crossing_landing_pad): New.
8570         (find_rarely_executed_basic_blocks_and_crossing_edges): Place
8571         landing pads in the right partition.  Duplicate as necessary.
8572         (partition_hot_cold_basic_blocks): Fix up DF info after
8573         duplicating landing pads.
8574         * cfg.c (dump_edge_info): Add crossing and preserve to bitnames.
8575         * cfgrtl.c (rtl_verify_flow_info_1): Validate that EDGE_CROSSING
8576         is set properly.  Validate that EH edges are not CROSSING.
8577         * except.c (expand_dw2_landing_pad_for_region): Split out from ...
8578         (dw2_build_landing_pads): ... here.
8579         (convert_to_eh_region_ranges): Remove code to fixup crossing
8580         landing pads.
8581         * except.h (expand_dw2_landing_pad_for_region): Declare.
8582         * tree-cfg.c (gimple_can_merge_blocks_p): Don't merge PRESERVE edges.
8584 2011-07-23  Richard Earnshaw  <rearnsha@arm.com>
8586         PR target/49816
8587         * arm.c (aapcs_vfp_allocate_return_reg): Return NULL on failure.
8589 2011-07-22  Jason Merrill  <jason@redhat.com>
8591         * doc/invoke.texi (C++ Dialect Options): Document -Wno-narrowing.
8593 2011-07-22  Richard Henderson  <rth@redhat.com>
8595         * bb-reorder.c (gate_handle_partition_blocks): Honor optimize.
8597 2011-07-22  Richard Henderson  <rth@redhat.com>
8599         * jump.c (maybe_propagate_label_ref): Split out of...
8600         (mark_all_labels): ... here.  Do not attempt label_ref
8601         propagation while in cfglayout mode.
8603 2011-07-22  Jakub Jelinek  <jakub@redhat.com>
8605         * dwarf2out.c (struct macinfo_struct): Change code to unsigned char.
8606         (DEBUG_MACRO_SECTION, DEBUG_MACRO_SECTION_LABEL): Define.
8607         (dwarf_attr_name): Handle DW_AT_GNU_macros.
8608         (dwarf2out_define): If the vector is empty and
8609         lineno is 0, emit a dummy entry first.
8610         (dwarf2out_undef): Likewise.  Remove redundant semicolon.
8611         (htab_macinfo_hash, htab_macinfo_eq, output_macinfo_op,
8612         optimize_macinfo_range): New functions.
8613         (output_macinfo): Use them.  If !dwarf_strict and .debug_str is
8614         mergeable, optimize longer strings using
8615         DW_MACRO_GNU_{define,undef}_indirect and if HAVE_COMDAT_GROUP,
8616         optimize longer sequences of define/undef ops from headers
8617         using DW_MACRO_GNU_transparent_include.  For !dwarf_strict
8618         emit a section headers.
8619         (dwarf2out_init): For !dwarf_strict set debug_macinfo_section
8620         and macinfo_section_label to DEBUG_MACRO_SECTION
8621         resp. DEBUG_MACRO_SECTION_LABEL.
8622         (dwarf2out_finish): For !dwarf_strict emit DW_AT_GNU_macros
8623         instead of DW_AT_macro_info.
8625         PR other/32998
8626         * common.opt (grecord-gcc-switches, gno-record-gcc-switches): New
8627         options.
8628         * dwarf2out.c: Include opts.h.
8629         (dchar_p): New typedef.  Define heap VEC for it.
8630         (producer_string): New variable.
8631         (gen_producer_string): New function.
8632         (gen_compile_unit_die): Use it.
8633         (dwarf2out_finish): Fix up comp_unit_die () DW_AT_producer if needed.
8634         * Makefile.in (dwarf2out.o): Depend on $(OPTS_H).
8635         * doc/invoke.texi: Document -grecord-gcc-switches and
8636         -gno-record-gcc-switches, add a -grecord-gcc-switches reference
8637         to -frecord-gcc-switches description.
8639 2011-07-22  Jason Merrill  <jason@redhat.com>
8641         PR c++/30112
8642         * c-decl.c (c_linkage_bindings): Define.
8644 2011-07-22  Eric Botcazou  <ebotcazou@adacore.com>
8646         PR debug/49815
8647         * var-tracking.c (vt_finalize): Always free windowed_parm_regs.
8649 2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>
8651         * config/i386/i386.c (ix86_option_override_internal): Disallow
8652         MS ABI in x32 mode.
8653         (ix86_init_builtins): Call ix86_init_builtins_va_builtins_abi
8654         only for TARGET_LP64.
8655         (ix86_handle_abi_attribute): Check TARGET_LP64 instead of TARGET_64BIT.
8657 2011-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
8659         * config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): Rewrite to
8660         avoid warnings when GCC is built with a C++ compiler.
8662 2011-07-22  Martin Jambor  <mjambor@suse.cz>
8664         PR lto/49796
8665         * cgraphunit.c (verify_edge_corresponds_to_fndecl): Return false
8666         if decl node is in another partition, call cgraph_get_node only once.
8668 2011-07-22  Uros Bizjak  <ubizjak@gmail.com>
8670         * config.gcc (x86_64-*-linux*): Set
8671         default_gnu_indirect_function to yes.
8673 2011-07-22  Richard Guenther  <rguenther@suse.de>
8675         PR tree-optimization/45819
8676         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
8677         preserve volatile and notrap flags.
8679 2011-07-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8680             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8682         PR bootstrap/49794
8683         * configure.ac: Test AM_ICONV with CXX.
8684         * configure: Regenerate.
8685         * config/sol2-c.c (solaris_format_types): Use EXPORTED_CONST.
8687 2011-07-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8689         PR bootstrap/49797
8690         * graphite-clast-to-gimple.c (CLOOG_LANGUAGE_C): Provide if missing.
8691         (set_cloog_options): Use it.
8693 2011-07-22  Jakub Jelinek  <jakub@redhat.com>
8695         PR c++/49756
8696         * gcc.c (main): Call stack_limit_increase (64MB).
8697         * toplev.c (toplev_main): Likewise.
8699 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
8701         * config/i386/i386.c (ix86_expand_call): Call copy_to_mode_reg
8702         instead of force_reg.
8704 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
8706         * config/i386/i386.c (ix86_expand_move): Convert to Pmode if
8707         needed and use force_reg after convert.
8708         (ix86_expand_call): Likewise.
8709         (ix86_expand_special_args_builtin): Likewise.
8710         (ix86_expand_builtin): Likewise.
8712 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
8714         PR middle-end/47654
8715         PR middle-end/49649
8716         * graphite-clast-to-gimple.c (type_for_clast_term): Pass v1 and v2
8717         in parameter.  Initialize v1 and v2 based on the values returned
8718         by clast_name_to_lb_ub.
8719         (type_for_clast_red): Pass v1 and v2 in parameter, and set their
8720         values.
8721         (type_for_clast_bin): Same.
8722         (type_for_clast_expr): Same.
8723         (type_for_clast_eq): Update calls to type_for_clast_expr.
8724         (type_for_clast_for): Same.
8725         (build_iv_mapping): Same.
8726         * graphite-ppl.h (value_min): New.
8728 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
8730         * graphite-clast-to-gimple.c (type_for_interval): Generate signed
8731         types whenever possible.
8733 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
8735         * graphite-clast-to-gimple.c (struct clast_name_index): Add lb
8736         and ub fields.
8737         (new_clast_name_index): Add lb and ub parameters.
8738         (free_clast_name_index): New.
8739         (clast_name_to_lb_ub): New.
8740         (save_clast_name_index): Add lb and ub parameters.
8741         (compute_bounds_for_param): New.
8742         (type_for_level): Removed.
8743         (type_for_clast_for): Removed level parameter.  Do not call
8744         type_for_level.
8745         (graphite_create_new_loop): Store the lb and ub for the clast_name
8746         of the iterator of the loop that has been generated.
8747         (graphite_create_new_loop_guard): Remove parameter level.
8748         (create_params_index): Store the lb and ub of each parameter.
8749         (gloog): Use free_clast_name_index.  Pass to create_params_index
8750         the current scop.
8752 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
8754         * graphite-clast-to-gimple.c (max_signed_precision_type): Removed.
8755         (max_precision_type): Inline max_signed_precision_type.
8756         (type_for_clast_red): Use max_precision_type.
8757         (type_for_clast_bin): Same.
8758         (type_for_clast_for): Same.
8760 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
8762         * graphite-clast-to-gimple.c (gcc_type_for_interval): Renamed
8763         type_for_interval.
8764         (gcc_type_for_value): Renamed type_for_value.
8765         (gcc_type_for_clast_term): Renamed type_for_clast_term.
8766         (gcc_type_for_clast_expr): Renamed type_for_clast_expr.
8767         (gcc_type_for_clast_red): Renamed type_for_clast_red.
8768         (gcc_type_for_clast_bin): Renamed type_for_clast_bin.
8769         (gcc_type_for_clast_eq): Renamed type_for_clast_eq.
8770         (graphite_translate_clast_equation): Update calls.
8771         (compute_type_for_level): Renamed type_for_level.
8772         (gcc_type_for_iv_of_clast_loop): Renamed type_for_clast_for.
8773         (build_iv_mapping): Update calls.
8774         (graphite_create_new_loop_guard): Same.
8776 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
8778         * graphite-clast-to-gimple.c (clast_get_body_of_loop): Add fixme
8779         comment.
8781 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
8783         * graphite-clast-to-gimple.c (struct ivs_params): New.
8784         (clast_name_to_gcc): Use ivs_params to pass around parameters.
8785         (clast_to_gcc_expression): Same.
8786         (clast_to_gcc_expression_red): Same.
8787         (gcc_type_for_clast_term): Same.
8788         (gcc_type_for_clast_expr): Same.
8789         (gcc_type_for_clast_red): Same.
8790         (gcc_type_for_clast_bin): Same.
8791         (gcc_type_for_clast_eq): Same.
8792         (graphite_translate_clast_equation): Same.
8793         (graphite_create_guard_cond_expr): Same.
8794         (graphite_create_new_guard): Same.
8795         (graphite_create_new_loop): Same.
8796         (build_iv_mapping): Same.
8797         (translate_clast_user): Same.
8798         (graphite_create_new_loop_guard): Same.
8799         (translate_clast): Same.
8800         (translate_clast_for_loop): Same.
8801         (translate_clast_for): Same.
8802         (translate_clast_guard): Same.
8803         (initialize_cloog_names): Fix typo.
8804         (gloog): Initialize an ivs_params struct, pass it to translate_clast.
8806 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
8808         * graphite-clast-to-gimple.c (struct clast_name_index): Add level.
8809         (new_clast_name_index): Add level parameter.
8810         (clast_name_to_level): New.
8811         (save_clast_name_index): Add level parameter.
8812         (newivs_to_depth_to_newiv): Removed.
8813         (clast_name_to_gcc): Inlined newivs_to_depth_to_newiv.
8814         (graphite_create_new_loop): Add level parameter.  Pass level to
8815         save_clast_name_index.
8816         (translate_clast_for_loop): Pass level to graphite_create_new_loop.
8817         (create_params_index): Pass level to save_clast_name_index.
8819 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
8821         * graphite-clast-to-gimple.c (graphite_create_new_loop): Do not
8822         recompute type, lb, and ub.  Get them from...
8823         (graphite_create_new_loop_guard): ...here.  Pass in parameter
8824         pointers to type, lb, and ub.
8825         (translate_clast_for_loop): Update function calls.
8826         (translate_clast_for): Same.
8828 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
8830         * graphite-clast-to-gimple.c (compute_bounds_for_level): Call
8831         psct_dynamic_dim.
8832         (translate_clast_for_loop): Pass loop level to dependency_in_loop_p.
8833         (gcc_type_for_iv_of_clast_loop): Update use of level.
8834         (gloog): Start counting nesting level from 0.
8835         * graphite-clast-to-gimple.h (get_scattering_level): Removed.
8836         * graphite-dependences.c (graphite_carried_dependence_level_k): Call
8837         psct_dynamic_dim on level.
8839 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
8841         * config/i386/i386.c (ix86_legitimize_address): Convert to
8842         Pmode if needed.
8844 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
8846         * config/i386/i386.c (function_value_64): Always return pointers
8847         in Pmode.
8848         (ix86_promote_function_mode): New.
8849         (TARGET_PROMOTE_FUNCTION_MODE): Likewise.
8851 2011-07-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8853         PR tree-optimization/49749
8854         * tree-ssa-reassoc.c (get_rank): Fix operand scan conditions and
8855         remove no-longer-used maxrank variable.
8857 2011-07-21  Georg-Johann Lay  <avr@gjlay.de>
8859         * config/avr/avr.c (final_prescan_insn): Fix printing of rtx_costs.
8861 2011-07-21  Jason Merrill  <jason@redhat.com>
8863         * system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.
8864         * recog.h (struct insn_data_d): Check it instead of
8865         HAVE_DESIGNATED_INITIALIZERS.
8866         * genoutput.c (output_insn_data): Likewise.
8868 2011-07-21  Richard Guenther  <rguenther@suse.de>
8870         PR tree-optimization/49770
8871         * tree-ssa-sccvn.c (valueize_refs_1): Return whether we
8872         valueized any operand.  Renamed from ...
8873         (valueize_refs): ... this.  New wrapper around valueize_refs_1.
8874         (valueize_shared_reference_ops_from_ref): Return whether we
8875         valueized any operand.
8876         (vn_reference_lookup): Only when we valueized any operand
8877         use the valueized reference for alias analysis.  Do not preserve
8878         the original reference tree in this case.
8880 2011-07-21  Uros Bizjak  <ubizjak@gmail.com>
8882         * config/i386/i386.c (ix86_decompose_address): Reject all but
8883         register operands and subregs of DImode hard registers in index.
8885 2011-07-21  Kai Tietz  <ktietz@redhat.com>
8887         * fold-const.c (fold_unary_loc): Preserve indirect
8888         comparison cast to none-boolean type.
8889         * tree-ssa.c (useless_type_conversion_p): Preserve cast
8890         from/to boolean-type.
8891         * gimplify.c (gimple_boolify): Handle boolification of comparisons.
8892         (gimplify_expr): Boolifiy non aggregate-typed comparisons.
8893         * tree-cfg.c (verify_gimple_comparison): Check result
8894         type of comparison expression.
8895         * tree-ssa-forwprop.c (forward_propagate_comparison): Adjust test
8896         of condition result and disallow type-cast sinking into comparison.
8898 2011-07-21  Richard Guenther  <rguenther@suse.de>
8900         * tree-ssa-forwprop.c (combine_conversions): Return whether
8901         we have to run cfg-cleanup.  Properly remove dead stmts.
8902         (ssa_forward_propagate_and_combine): Adjust.
8904 2011-07-21  Richard Sandiford  <richard.sandiford@linaro.org>
8906         * regcprop.c (maybe_mode_change): Check HARD_REGNO_MODE_OK.
8908 2011-07-21  Kai Tietz  <ktietz@redhat.com>
8910         * tree-ssa-propagate.c (substitute_and_fold): Use
8911         do_dce flag to deside, if BB's statements are scanned
8912         in last to first, or first to last order.
8914 2011-07-21  Georg-Johann Lay  <avr@gjlay.de>
8916         * config/avr/avr.c (avr_rtx_costs): Set cost of CONST, LABEL_REF to 0.
8918 2011-07-20  H.J. Lu  <hongjiu.lu@intel.com>
8919             Uros Bizjak  <ubizjak@gmail.com>
8920             Richard Henderson  <rth@redhat.com>
8922         * config/i386/constraints.md (w): New.
8924         * config/i386/i386.c (ix86_output_addr_vec_elt): Check
8925         TARGET_LP64 instead of TARGET_64BIT for ASM_QUAD.
8927         * config/i386/i386.h (CASE_VECTOR_MODE): Check TARGET_LP64
8928         instead of TARGET_64BIT.
8930         * config/i386/i386.md (indirect_jump): Replace
8931         nonimmediate_operand with indirect_branch_operand.
8932         (*indirect_jump): Likewise.  Replace constraint "m" with "w".
8933         (tablejump): Replace nonimmediate_operand with indirect_branch_operand.
8934         Convert operand 0 to Pmode for x32 if not PIC.
8935         (*tablejump_1): Replace nonimmediate_operand with
8936         indirect_branch_operand.  Replace constraint "m" with "w".
8937         (*call_vzeroupper): Replace constraint "m" with "w".
8938         (*call): Likewise.
8939         (*call_rex64_ms_sysv_vzeroupper): Likewise.
8940         (*call_rex64_ms_sysv): Likewise.
8941         (*call_value_vzeroupper): Likewise.
8942         (*call_value): Likewise.
8943         (*call_value_rex64_ms_sysv_vzeroupper): Likewise.
8944         (*call_value_rex64_ms_sysv): Likewise.
8945         (set_got_offset_rex64): Check TARGET_LP64 instead of TARGET_64BIT.
8947         * config/i386/predicates.md (indirect_branch_operand): New.
8948         (call_insn_operand): Support x32.
8950 2011-07-20  Michael Eager  <eager@eagercon.com>
8952         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
8954 2011-07-20  Richard Henderson  <rth@redhat.com>
8956         * cfg.c (dump_bb_info): Dump basic_block->flags.
8957         * cfgrtl.c (print_rtl_with_bb): Use dump_bb_info.
8959 2011-07-20  Uros Bizjak  <ubizjak@gmail.com>
8961         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
8962         of DImode hard registers in index.
8963         (ix86_legitimate_address_p): Allow subregs of base and index to span
8964         more than a word.  Assert that subregs of base and index satisfy
8965         register_no_elim_operand predicates.  Reject addresses where
8966         base and index have different modes.
8968 2011-07-20  Robert Millan  <rmh@gnu.org>
8970         * config.gcc (mips*-*-linux*): Remove redundant tm_file entry.
8972 2011-07-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8974         * bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
8975         removing now-unnecessary assignment.
8977 2011-07-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8979         * emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
8980         memory address space to the type's address space.
8982 2011-07-20  Georg-Johann Lay  <avr@gjlay.de>
8984         PR target/36467
8985         PR target/49687
8986         * config/avr/avr.md (mulhi3): Use register_or_s9_operand for operand2
8987         and expand appropriately if there is a CONST_INT in operand2.
8988         (usmulqihi3): New insn.
8989         (*sumulqihi3): New insn.
8990         (*osmulqihi3): New insn.
8991         (*oumulqihi3): New insn.
8992         (*muluqihi3.uconst): New insn_and_split.
8993         (*muluqihi3.sconst): New insn_and_split.
8994         (*mulsqihi3.sconst): New insn_and_split.
8995         (*mulsqihi3.uconst): New insn_and_split.
8996         (*mulsqihi3.oconst): New insn_and_split.
8997         (*ashifthi3.signx.const): New insn_and_split.
8998         (*ashifthi3.signx.const7): New insn_and_split.
8999         (*ashifthi3.zerox.const): New insn_and_split.
9000         (mulsqihi3): New insn.
9001         (muluqihi3): New insn.
9002         (muloqihi3): New insn.
9003         * config/avr/predicates.md (const_2_to_7_operand): New.
9004         (const_2_to_6_operand): New.
9005         (u8_operand): New.
9006         (s8_operand): New.
9007         (o8_operand): New.
9008         (s9_operand): New.
9009         (register_or_s9_operand): New.
9011 2011-07-20  Kai Tietz  <ktietz@redhat.com>
9013         * builtins.c (fold_builtin_expect): See through the cast
9014         from truthvalue_type_node to long.
9016 2011-07-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
9018         * config/rs6000/vsx.md (vsx_fma*): Use 4 argument fma instructions
9019         where we can use them from the standard and altivec instruction
9020         sets, instead of always using the 3 operand VSX forms that require
9021         the destination to overlap one of the inputs.
9022         (vsx_fms*): Ditto.
9023         (vsx_fnma*): Ditto.
9024         (vsx_fnms*): Ditto.
9026         * config/rs6000/rs6000.md (fmadf4_fpr): Set fp_type fp_maddsub_d
9027         for DF types.
9028         (fmsdf4_fpr): Ditto.
9029         (nfmadf4_fpr): Ditto.
9030         (nfmsdf4_fpr): Ditto.
9032 2011-07-20  Sandra Loosemore  <sandra@codesourcery.com>
9034         * genrecog.c (make_insn_sequence): Correct position numbering
9035         when filtering out match_scratch and match_dup.
9037 2011-07-20  Richard Guenther  <rguenther@suse.de>
9039         * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
9040         against already removed statements.
9041         (forward_propagate_into_comparison): Remove dead defining stmts.
9042         (forward_propagate_into_gimple_cond): Likewise.
9043         (forward_propagate_into_cond): Simplify.
9044         (ssa_forward_propagate_and_combine): Handle changed cfg from
9045         forward_propagate_into_comparison.
9046         * tree-ssa-phiopt.c (conditional_replacement): Use proper
9047         locations for newly built statements.
9049 2011-07-20  Georg-Johann Lay  <avr@gjlay.de>
9051         * config/avr/avr.c (avr_rtx_costs): Set cost of SYMBOL_REF to 0.
9053 2011-07-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9055         * config/s390/s390.c (s390_class_max_nregs): Fix return type.
9056         * config/s390/s390-protos.h (s390_class_max_nregs): Likewise.
9058 2011-07-20  Richard Guenther  <rguenther@suse.de>
9060         PR middle-end/18908
9061         * tree.c (integer_all_onesp): Use TYPE_PRECISION, not mode precision.
9062         * tree-ssa-forwprop.c (simplify_bitwise_binary): Remove bogus
9063         ADDR_EXPR folding.  Canonicalize X ^ ~0 as ~X.
9065 2011-07-20  Vladimir Makarov  <vmakarov@redhat.com>
9067         * config/frv/frv.c (frv_register_move_cost): Define explicitly
9068         costs for subclasses of GR_REGS.
9070 2011-07-20  Uros Bizjak  <ubizjak@gmail.com>
9072         PR target/49780
9073         * config/i386/predicates.md (no_seg_addres_operand): No more special.
9074         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
9075         of DImode hard registers in base.
9076         (ix86_legitimate_address_p): Allow SImode and DImode base and index
9077         registers.
9079 2011-07-20  Richard Guenther  <rguenther@suse.de>
9081         * tree-ssa-structalias.c (new_var_info): Allocate oldsolution lazily.
9082         (unify_nodes): Deal with that.
9083         (solve_graph): Likewise.
9085 2011-07-20  Chung-Lin Tang  <cltang@codesourcery.com>
9087         * config/arm/arm.c (arm_canonicalize_comparison): Add case to
9088         canonicalize left operand from ZERO_EXTEND to AND.
9090 2011-07-20  Anatoly Sokolov  <aesok@post.ru>
9092         * target.def (class_max_nregs): New hook.
9093         * doc/tm.texi.in (TARGET_CLASS_MAX_NREGS): Document.
9094         * doc/tm.texi: Regenerate.
9095         * targhooks.c (default_class_max_nregs): New function.
9096         * targhooks.h (default_class_max_nregs): Declare.
9097         * ira.h (target_ira): Change type x_ira_reg_class_max_nregs and
9098         x_ira_reg_class_min_nregs arrays to unsigned char.
9099         * ira.c (setup_reg_class_nregs): Use TARGET_CLASS_MAX_NREGS target
9100         hook instead of CLASS_MAX_NREGS macro.
9101         * reginfo.c (restore_register_info): Ditto.
9102         * ira-conflicts.c (process_regs_for_copy): Use
9103         ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
9104         Change type rclass and aclass vars to reg_class_t.
9105         * ira-costs.c (record_reg_classes): Use ira_reg_class_max_nregs
9106         array instead of CLASS_MAX_NREGS macro. Change type rclass var to
9107         reg_class_t.
9108         * reload.c (combine_reloads, find_reloads, find_reloads_address_1):
9109         Use ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
9111         * config/i386/i386.h (CLASS_MAX_NREGS): Remove.
9112         * config/i386/i386.c (ix86_class_max_nregs): New function.
9113         (ix86_register_move_cost): Use TARGET_CLASS_MAX_NREGS target hook
9114         instead of CLASS_MAX_NREGS macro.
9115         (TARGET_CLASS_MAX_NREGS): Define.
9116         * config/avr/avr.h (CLASS_MAX_NREGS): Remove.
9117         * config/avr/avr-protos.h (class_max_nregs): Remove declaration.
9118         * config/avr/avr.c (class_max_nregs): Remove function.
9119         * config/alpha/alpha.h (CLASS_MAX_NREGS): Remove.
9120         * config/spu/spu.h (CLASS_MAX_NREGS): Remove.
9121         * config/mep/mep.h (CLASS_MAX_NREGS): Remove.
9122         * config/m32r/m32r.h (CLASS_MAX_NREGS): Remove.
9123         * config/microblaze/microblaze.h (CLASS_MAX_NREGS): Remove.
9124         * config/xtensa/xtensa.h (CLASS_MAX_NREGS): Remove.
9125         * config/stormy16/stormy16.h (CLASS_MAX_NREGS): Remove.
9126         * config/lm32/lm32.h (CLASS_MAX_NREGS): Remove.
9127         * config/moxie/moxie.h (CLASS_MAX_NREGS): Remove.
9128         * config/iq2000/iq2000.h (CLASS_MAX_NREGS): Remove.
9129         * config/mn10300/mn10300.h (CLASS_MAX_NREGS): Remove.
9130         * config/score/score.h (CLASS_MAX_NREGS): Remove.
9131         * config/vax/vax.h (CLASS_MAX_NREGS): Remove.
9132         * config/h8300/h8300.h (CLASS_MAX_NREGS): Remove.
9133         * config/v850/v850.h (CLASS_MAX_NREGS): Remove.
9135 2011-07-19  Eric Botcazou  <ebotcazou@adacore.com>
9137         * cif-code.def (OVERWRITABLE): Fix typo and move around.
9138         (TARGET_OPTIMIZATION_MISMATCH): Delete.
9139         (EH_PERSONALITY): Fix typo.
9140         (NON_CALL_EXCEPTIONS): Fix message.
9141         (OPTIMIZATION_MISMATCH): Adjust message.
9142         * ipa-inline.c (can_inline_edge_p): Use CIF_OPTIMIZATION_MISMATCH.
9144 2011-07-19  Ian Lance Taylor  <iant@google.com>
9146         * doc/install.texi (Configuration): Document
9147         --enable-build-poststage1-with-cxx.
9149 2011-07-19  Robert Millan  <rmh@gnu.org>
9151         * config/mips/gnu-user.h: Copy from linux.h.  Update comments.
9152         (GLIBC_DYNAMIC_LINKER): Remove.
9154         * config/mips/gnu-user64.h: Copy from linux64.h.  Update comments.
9155         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
9156         (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
9157         (BIONIC_DYNAMIC_LINKERN32, GNU_USER_DYNAMIC_LINKERN32): Remove.
9158         (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32,
9159         GNU_USER_DYNAMIC_LINKER64 and GNU_USER_LINK_EMULATIONN32.
9161         * config/mips/linux.h: Remove everything except for ...
9162         (GLIBC_DYNAMIC_LINKER): ... this macro.
9164         * config/mips/linux64.h: Remove everything except for ...
9165         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
9166         (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
9167         (BIONIC_DYNAMIC_LINKERN32): ... these macros.
9168         (GNU_USER_LINK_EMULATION32, GNU_USER_LINK_EMULATION64)
9169         (GNU_USER_LINK_EMULATIONN32): New macros.
9171         * config.gcc (mips64*-*-linux* | mipsisa64*-*-linux* | mips-*-linux*):
9172         Use the new headers.
9174 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
9176         * rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs.
9177         Add offset_known_p and size_known_p fields.
9178         (MEM_OFFSET_KNOWN_P): Update accordingly.
9179         (MEM_OFFSET, MEM_SIZE_KNOWN_P, MEM_SIZE): Likewise.
9180         * emit-rtl.c (mem_attrs_htab_hash): Update after mem_attrs changes.
9181         (mem_attrs_eq_p, set_mem_attributes_minus_bitpos, set_mem_offset)
9182         (clear_mem_offset, set_mem_size, clear_mem_size, change_address)
9183         (adjust_address_1, widen_memory_access, set_mem_attrs_for_spill)
9184         (init_emit_regs): Likewise.
9186 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
9188         * doc/rtl.texi (MEM_OFFSET_KNOWN_P): Document.
9189         (MEM_OFFSET): Change from returning an rtx to returning a
9190         HOST_WIDE_INT.
9191         * rtl.h (MEM_OFFSET_KNOWN_P): New macro.
9192         (MEM_OFFSET): Return a HOST_WIDE_INT rather than an rtx.
9193         * emit-rtl.h (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
9194         (clear_mem_offset): Declare.
9195         * alias.c (ao_ref_from_mem): Adjust uses of MEM_OFFSET, using
9196         MEM_OFFSET_KNOWN_P to test whether the offset is known, and
9197         MEM_OFFSET to get a HOST_WIDE_INT offset.
9198         (nonoverlapping_memrefs_p): Likewise.  Adjust calls to...
9199         (adjust_offset_for_component_ref): Take a bool "known_p"
9200         parameter and a HOST_WIDE_INT "offset" parameter.
9201         * builtins.c (get_memory_rtx): As for ao_ref_from_mem.
9202         Adjust calls to set_mem_offset, passing a HOST_WIDE_INT rather
9203         than an rtx.  Use clear_mem_offset to clear the offset.
9204         * cfgcleanup.c (merge_memattrs): Likewise.
9205         * dwarf2out.c (tls_mem_loc_descriptor): Likewise.
9206         * function.c (assign_parm_find_stack_rtl): Likewise.
9207         (assign_parm_setup_stack): Likewise.
9208         * print-rtl.c (print_rtx): Likewise.
9209         * reload.c (find_reloads_subreg_address): Likewise.
9210         * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
9211         * var-tracking.c (INT_MEM_OFFSET): Likewise.
9212         * emit-rtl.c (set_reg_attrs_from_value): Likewise.
9213         (get_mem_align_offset): Likewise.
9214         (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
9215         (clear_mem_offset): New function.
9216         * config/mips/mips.c (r10k_safe_mem_expr_p): Take a HOST_WIDE_INT
9217         offset rather than an rtx.  Assume both the expressio and offset
9218         are available.
9219         (r10k_needs_protection_p_1): Update accordingly, checking the
9220         expression and offset availability here instead.
9222 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
9224         * doc/rtl.texi (MEM_SIZE_KNOWN_P): Document.
9225         (MEM_SIZE): Change from returning an rtx to returning a HOST_WIDE_INT.
9226         * rtl.h (MEM_SIZE_KNOWN_P): New macro.
9227         (MEM_SIZE): Return a HOST_WIDE_INT rather than an rtx.
9228         * emit-rtl.h (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
9229         (clear_mem_size): Declare.
9230         * emit-rtl.c (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
9231         (clear_mem_size): New function.
9232         * alias.c (ao_ref_from_mem): Adjust uses of MEM_SIZE, using
9233         MEM_SIZE_KNOWN_P to test whether the size is known, and MEM_SIZE
9234         to get a HOST_WIDE_INT size.  Adjust calls to set_mem_size,
9235         passing a HOST_WIDE_INT rather than an rtx.  Use clear_mem_size
9236         to clear the size.
9237         (nonoverlapping_memrefs_p): Likewise.
9238         * builtins.c (get_memory_rtx, expand_builtin_memcmp): Likewise.
9239         (expand_builtin_init_trampoline): Likewise.
9240         * calls.c (compute_argument_addresses): Likewise.
9241         * cfgcleanup.c (merge_memattrs): Likewise.
9242         * dce.c (find_call_stack_args): Likewise.
9243         * dse.c (record_store, scan_insn): Likewise.
9244         * dwarf2out.c (dw_sra_loc_expr): Likewise.
9245         * expr.c (emit_block_move_hints): Likewise.
9246         * function.c (assign_parm_find_stack_rtl): Likewise.
9247         * print-rtl.c (print_rtx): Likewise.
9248         * reload.c (find_reloads_subreg_address): Likewise.
9249         * rtlanal.c (may_trap_p_1): Likewise.
9250         * var-tracking.c (track_expr_p): Likewise.
9251         * varasm.c (assemble_trampoline_template): Likewise.
9252         * config/arm/arm.c (arm_print_operand): Likewise.
9253         * config/h8300/h8300.c (h8sx_emit_movmd): Likewise.
9254         * config/i386/i386.c (expand_movmem_via_rep_mov): Likewise.
9255         (expand_setmem_via_rep_stos, expand_constant_movmem_prologue)
9256         (expand_constant_setmem_prologue): Likewise.
9257         * config/mips/mips.c (mips_get_unaligned_mem): Likewise.
9258         * config/rs6000/rs6000.c (expand_block_move): Likewise.
9259         (adjacent_mem_locations): Likewise.
9260         * config/s390/s390.c (s390_expand_setmem): Likewise.
9261         (s390_expand_insv): Likewise.
9262         * config/s390/s390.md (*extzv<mode>, *extv<mode>): Likewise.
9263         (*extendqi<mode>2_short_displ): Likewise.
9264         * config/sh/sh.c (expand_block_move): Likewise.
9265         * config/sh/sh.md (extv, extzv): Likewise.
9267 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
9269         * emit-rtl.c (mem_attrs_eq_p): New function, split out from...
9270         (mem_attrs_htab_eq): ...here.
9271         (find_mem_attrs): Replace with...
9272         (set_mem_attrs): ...this function.  Take a mem_attrs structure
9273         rather than individual fields.
9274         (set_mem_attributes_minus_bitpos, set_mem_alias_set)
9275         (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
9276         (set_mem_size, change_address, adjust_address_1, offset_address)
9277         (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
9278         Update accordingly.
9280 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
9282         * rtl.h (MEM_ALIAS_SET, MEM_EXPR, MEM_OFFSET, MEM_ADDR_SPACE)
9283         (MEM_SIZE, MEM_ALIGN): Redefine in terms of get_mem_attrs.
9284         Provide a dummy definition of MEM_ADDR_SPACE for generators.
9285         (target_rtl): Add x_mode_mem_attrs.
9286         (mode_mem_attrs): New macro.
9287         (get_mem_attrs): New function.
9288         * emit-rtl.c (get_mem_attrs): Rename to...
9289         (find_mem_attrs): ...this.
9290         (set_mem_attributes_minus_bitpos, set_mem_alias_set)
9291         (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
9292         (set_mem_size, change_address, adjust_address_1, offset_address)
9293         (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
9294         Update accordingly.
9295         (init_emit_regs): Initialize mode_mem_attrs.
9297 2011-07-19  Richard Guenther  <rguenther@suse.de>
9299         * tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove
9300         TRUTH_*_EXPR handling.
9301         * tree-ssa-operands.c (get_expr_operands): Likewise.
9302         * tree-ssa-pre.c (fully_constant_expression): Likewise.
9303         * tree-ssa-uninit.c (use_pred_not_overlap_with_undef_path_pre):
9304         Likewise.
9305         (is_and_or_or): Likewise.
9306         (is_norm_cond_subset_of): Likewise.
9308 2011-07-19  Richard Guenther  <rguenther@suse.de>
9310         * tree.h (fold_build_pointer_plus_loc): New helper function.
9311         (fold_build_pointer_plus_hwi_loc): Likewise.
9312         (fold_build_pointer_plus): Define.
9313         (fold_build_pointer_plus_hwi): Likewise.
9314         * builtins.c (std_gimplify_va_arg_expr): Use fold_build_pointer_plus.
9315         (fold_builtin_memory_op): Likewise.
9316         (fold_builtin_stpcpy): Likewise.
9317         (fold_builtin_memchr): Likewise.
9318         (fold_builtin_strstr): Likewise.
9319         (fold_builtin_strchr): Likewise.
9320         (fold_builtin_strrchr): Likewise.
9321         (fold_builtin_strpbrk): Likewise.
9322         (fold_builtin_strcat): Likewise.
9323         (expand_builtin_memory_chk): Likewise.
9324         (fold_builtin_memory_chk): Likewise.
9325         * c-typeck.c (build_unary_op): Likewise.
9326         * cgraphunit.c (thunk_adjust): Likewise.
9327         * fold-const.c (build_range_check): Likewise.
9328         (fold_binary_loc): Likewise.
9329         * omp-low.c (extract_omp_for_data): Likewise.
9330         (expand_omp_for_generic): Likewise.
9331         (expand_omp_for_static_nochunk): Likewise.
9332         (expand_omp_for_static_chunk): Likewise.
9333         * tree-affine.c (add_elt_to_tree): Likewise.
9334         * tree-data-ref.c (split_constant_offset_1): Likewise.
9335         * tree-loop-distribution.c (generate_memset_zero): Likewise.
9336         * tree-mudflap.c (mf_xform_derefs_1): Likewise.
9337         * tree-predcom.c (ref_at_iteration): Likewise.
9338         * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
9339         (add_to_parts): Likewise.
9340         (create_mem_ref): Likewise.
9341         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
9342         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Likewise.
9343         (number_of_iterations_le): Likewise.
9344         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Likewise.
9345         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
9346         (vect_create_addr_base_for_vector_ref): Likewise.
9347         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Likewise.
9348         (vect_create_cond_for_alias_checks): Likewise.
9349         * tree-vrp.c (extract_range_from_assert): Likewise.
9350         * config/alpha/alpha.c (alpha_va_start): Likewise.
9351         (alpha_gimplify_va_arg_1): Likewise.
9352         * config/i386/i386.c (ix86_va_start): Likewise.
9353         (ix86_gimplify_va_arg): Likewise.
9354         * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
9355         * config/mep/mep.c (mep_expand_va_start): Likewise.
9356         (mep_gimplify_va_arg_expr): Likewise.
9357         * config/mips/mips.c (mips_va_start): Likewise.
9358         (mips_gimplify_va_arg_expr): Likewise.
9359         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
9360         * config/rs6000/rs6000.c (rs6000_va_start): Likewise.
9361         (rs6000_gimplify_va_arg): Likewise.
9362         * config/s390/s390.c (s390_va_start): Likewise.
9363         (s390_gimplify_va_arg): Likewise.
9364         * config/sh/sh.c (sh_va_start): Likewise.
9365         (sh_gimplify_va_arg_expr): Likewise.
9366         * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
9367         * config/spu/spu.c (spu_va_start): Likewise.
9368         (spu_gimplify_va_arg_expr): Likewise.
9369         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
9370         Likewise.
9371         (xstormy16_gimplify_va_arg_expr): Likewise.
9372         * config/xtensa/xtensa.c (xtensa_va_start): Likewise.
9373         (xtensa_gimplify_va_arg_expr): Likewise.
9375 2011-07-19  Richard Guenther  <rguenther@suse.de>
9377         * expr.c (expand_expr_real_2): Remove TRUTH_*_EXPR handling.
9378         (expand_expr_real_1): Remove TRUTH_*IF_EXPR and STATEMENT_LIST
9379         handling.
9381         PR middle-end/18908
9382         * expr.c (expand_expr_real_2): Do not unnecessarily truncate the
9383         result of BIT_*_EXPR to bitfield precision.
9385 2011-07-19  Richard Sandiford  <richard.sandiford@linaro.org>
9387         PR tree-optimization/49742
9388         * tree-data-ref.c (get_references_in_stmt): Treat the lhs of a call
9389         as a potential write.
9391 2011-07-19  Richard Guenther  <rguenther@suse.de>
9393         * Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.
9394         * tree-ssa-forwprop.c: Include gimple-pretty-print.h.
9395         (forward_propagate_comparison): Simplify, remove obsolete code.
9397 2011-07-19  Richard Guenther  <rguenther@suse.de>
9399         * gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as
9400         BIT_XOR_EXPR, same as the RTL expander does.
9401         * tree-cfg.c (verify_expr): Disallow TRUTH_NOT_EXPR in the gimple IL.
9402         (verify_gimple_assign_unary): Likewise.
9403         * tree-ssa-propagate.c (valid_gimple_rhs_p): Disallow TRUTH_*_EXPR.
9404         * tree-ssa-forwprop.c (forward_propagate_comparison): Handle
9405         BIT_NOT_EXPR and BIT_XOR_EXPR instead of TRUTH_NOT_EXPR.
9407 2011-07-19  Jakub Jelinek  <jakub@redhat.com>
9409         PR tree-optimization/49768
9410         * gimple-fold.c (fold_nonarray_ctor_reference): Return NULL
9411         if offset is smaller than bitoffset, but offset+size is bigger
9412         than bitoffset.
9414 2011-07-19  Ira Rosen  <ira.rosen@linaro.org>
9416         PR tree-optimization/49771
9417         * tree-vect-loop-manip.c (vect_vfa_segment_size): In case of
9418         zero step, set segment length to the size of the data-ref's type.
9420 2011-07-18  Martin Jambor  <mjambor@suse.cz>
9422         * ipa-prop.h: Include alloc-pool.h, all sorts of updates to general
9423         comments.
9424         (ipcp_values_pool): Declare.
9425         (ipcp_sources_pool): Likewise.
9426         (ipcp_lattice): Changed to forward declaration.
9427         (ipa_param_descriptor): Removed fields ipcp_lattice, types and
9428         cannot_devirtualize.
9429         (ipa_node_params): New fields descriptors, lattices, known_vals,
9430         clone_for_all_contexts and node dead, removed fields params and
9431         count_scale.
9432         (ipa_set_param_count): Removed.
9433         (ipa_get_param_count): Made to work with descriptors vector.
9434         (ipa_get_param): Updated.
9435         (ipa_param_cannot_devirtualize_p): Removed.
9436         (ipa_param_types_vec_empty): Likewise.
9437         (ipa_set_param_used): New function.
9438         (ipa_get_param_used): Updated to use descriptors vector.
9439         (ipa_func_list): Removed.
9440         (ipa_init_func_list): Removed declaration.
9441         (ipa_push_func_to_list_1): Likewise.
9442         (ipa_pop_func_from_list): Likewise.
9443         (ipa_push_func_to_list): Removed.
9444         (ipa_lattice_from_jfunc): Remove declaration.
9445         (ipa_get_jf_pass_through_result): Declare.
9446         (ipa_get_jf_ancestor_result): Likewise.
9447         (ipa_value_from_jfunc): Likewise.
9448         (ipa_get_lattice): Update.
9449         (ipa_lat_is_single_const): New function.
9450         * ipa-prop.c (ipa_push_func_to_list_1): Removed.
9451         (ipa_init_func_list): Likewise.
9452         (ipa_pop_func_from_list): Likewise.
9453         (ipa_get_param_decl_index): Fix coding style.
9454         (count_formal_params): Removed.
9455         (count_formal_params_1): Renamed to count_formal_params.
9456         (ipa_populate_param_decls): Update to use descriptors vector.
9457         (ipa_initialize_node_params): Likewise.
9458         (visit_ref_for_mod_analysis): Use ipa_set_param_used.
9459         (ipa_analyze_params_uses): Likewise.
9460         (ipa_free_node_params_substructures): Likewise and free also lattices
9461         and known values.
9462         (duplicate_array): Removed.
9463         (ipa_edge_duplication_hook): Add the new edge to the list of edge
9464         clones.
9465         (ipa_node_duplication_hook): Update to use new lattices.
9466         (ipa_free_all_structures_after_ipa_cp): Free alloc pools.
9467         (ipa_free_all_structures_after_iinln): Likewise.
9468         (ipa_write_node_info): Update to use new lattices.
9469         (ipa_read_node_info): Likewise.
9470         (ipa_get_jf_pass_through_result): New function.
9471         (ipa_get_jf_ancestor_result): Likewise.
9472         (ipa_value_from_jfunc): Likewise.
9473         (ipa_cst_from_jfunc): Reimplemented using ipa_value_from_jfunc.
9474         * ipa-cp.c: Reimplemented.
9475         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): Removed.
9476         (PARAM_IPA_CP_VALUE_LIST_SIZE): New parameter.
9477         (PARAM_IPA_CP_EVAL_THRESHOLD): Likewise.
9478         * Makefile.in (IPA_PROP_H): Added alloc-pool.h to dependencies.
9479         * doc/invoke.texi (devirt-type-list-size): Removed description.
9480         (ipa-cp-value-list-size): Added description.
9482 2011-07-18  Richard Henderson  <rth@redhat.com>
9484         * bb-reorder.c (fix_crossing_conditional_branches): Emit all insns
9485         before calling create_basic_block.
9487 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
9489         PR middle-end/49675
9490         * tree.c (build_common_builtin_nodes): Register
9491         __builtin_return_address, __cyg_profile_func_enter
9492         and __cyg_profile_func_exit.
9494 2011-07-18  Richard Henderson  <rth@redhat.com>
9496         * bb-reorder.c (emit_barrier_after_bb): Split out of ...
9497         (add_labels_and_missing_jumps): ... here.
9498         (fix_up_fall_thru_edges, fix_crossing_conditional_branches): Use it.
9500 2011-07-18  Uros Bizjak  <ubizjak@gmail.com>
9502         PR target/47744
9503         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
9504         of DImode hard registers in PLUS address chains.
9506 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9508         PR bootstrap/49769
9509         * config.gcc (alpha*-*-linux*): Add crtfastmath.o to extra_parts.
9510         (alpha*-*-freebsd*): Likewise.
9511         (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
9512         i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
9513         i[34567]86-*-kopensolaris*-gnu): Add crtprec32.o, crtprec64.o,
9514         crtprec80.o, crtfastmath.o to extra_parts for all targets.
9515         (ia64*-*-elf*): Remove extra_parts.
9516         (sparc-*-linux*): Add crtfastmath.o to extra_parts.
9517         (sparc64-*-linux*): Likewise.
9518         (sparc64-*-freebsd*): Likewise.
9520         Revert:
9521         * config.gcc (ia64*-*-freebsd*): Remove crtfastmath.o from extra_parts.
9522         (ia64*-*-linux*): Likewise.
9523         (mips64*-*-linux*): Likewise.
9524         (mips*-*-linux*): Likewise.
9526 2011-07-18  David Edelsohn  <dje.gcc@gmail.com>
9528         * doc/install.texi (Specific, *-ibm-aix*): AIX assembler bug.
9530 2011-07-18  Richard Guenther  <rguenther@suse.de>
9532         * gimplify.c (gimplify_expr): Use input_location, not saved_location
9533         when building new trees.
9535 2011-07-18  Richard Guenther  <rguenther@suse.de>
9537         * expr.c (expand_expr_real_2): Properly truncate the BIT_NOT_EXPR
9538         expansion result to bitfield precision if required.
9540 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9542         * config.gcc (i[3456x]86-*-netware*): Remove.
9544         * gthr-nks.h: Remove.
9545         * configure.ac (enable_threads): Remove nks.
9546         * configure: Regenerate.
9548         * config/i386/i386.c (ix86_encode_section_info): Remove netware
9549         reference.
9550         * config/i386/i386.h (KEEP_AGGREGATE_RETURN_POINTER): Remove
9551         <netware.h> reference.
9553         * config/i386/netware-libgcc.c,
9554         gcc/config/i386/netware-libgcc.def,
9555         gcc/config/i386/netware-libgcc.exp, gcc/config/i386/netware.c,
9556         gcc/config/i386/netware.h, gcc/config/i386/netware.opt,
9557         gcc/config/i386/nwld.c, gcc/config/i386/nwld.h,
9558         gcc/config/i386/t-netware, gcc/config/i386/t-nwld: Remove
9560         * doc/extend.texi (Function Attributes,
9561         callee_pop_aggregate_return): Remove i?86-netware reference.
9562         * doc/install.texi (Configuration, --enable-threads): Remove nks.
9564 2011-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9566         PR target/49746
9567         Revert:
9568         2010-12-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9570         * config/pa/pa.md: Add ",*" condition to 64-bit add/subtract boolean
9571         patterns.
9573 2011-07-17  Eric Botcazou  <ebotcazou@adacore.com>
9575         PR middle-end/49732
9576         * tree.c (walk_tree_1) <DECL_EXPR>: Do not walk a pointed-to type.
9578 2011-07-16  Matthias Klose  <doko@ubuntu.com>
9580         * doc/install.texi: Document --enable-static-libjava.
9582 2011-07-15  Richard Henderson  <rth@redhat.com>
9584         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
9585         Replace all three arguments by returning a VEC of edges.
9586         (add_labels_and_missing_jumps): Accept a VEC of edges, not bare
9587         pointers and counts.
9588         (fix_edges_for_rarely_executed_code): Merge ...
9589         (rest_of_handle_partition_blocks): ... into...
9590         (partition_hot_cold_basic_blocks): ... here.  Return todo items if
9591         any work was performed.
9592         (pass_partition_blocks): Clear todo_flags_finish.
9594 2011-07-15  Paolo Carlini  <paolo.carlini@oracle.com>
9595             Jakub Jelinek  <jakub@redhat.com>
9596             Jonathan Wakely  <jwakely.gcc@gmail.com>
9598         PR libstdc++/49745
9599         * gthr-posix.h: Do not include <unistd.h> unconditionally; use
9600         _GTHREADS_USE_MUTEX_TIMEDLOCK instead of _POSIX_TIMEOUTS.
9602 2011-07-15  Jason Merrill  <jason@redhat.com>
9604         PR testsuite/49741
9605         * Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts
9606         rather than --tool_opts.
9608 2011-07-15  Basile Starynkevitch  <basile@starynkevitch.net>
9610         * doc/plugins.texi (Building GCC plugins): gengtype needs its
9611         corresponding gtype.state.
9613 2011-07-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9615         PR target/49723
9616         * config/pa/pa.md (casesi): Use gen_int_mode instead of GEN_INT.
9618 2011-07-15  Eric Botcazou  <ebotcazou@adacore.com>
9620         PR target/48220
9621         * doc/md.texi (Standard Names): Document window_save.
9622         * cfgexpand.c (expand_debug_parm_decl): New function extracted from
9623         expand_debug_expr and expand_debug_source_expr.  If the target has
9624         a window_save instruction, adjust the ENTRY_VALUE_EXP.
9625         (expand_debug_expr) <SSA_NAME>: Call expand_debug_parm_decl if the
9626         SSA_NAME_VAR is a parameter.
9627         (expand_debug_source_expr) <PARM_DECL>: Call expand_debug_parm_decl.
9628         * var-tracking.c (parm_reg_t): New type and associated vector type.
9629         (windowed_parm_regs): New variable.
9630         (adjust_insn): If the target has a window_save instruction and this
9631         is the instruction, make its effect on parameter registers explicit.
9632         (next_non_note_insn_var_location): New function.
9633         (emit_notes_in_bb): Use it instead of NEXT_INSN throughout.
9634         (vt_add_function_parameter): If the target has a window_save insn,
9635         adjust the incoming RTL and record that in windowed_parm_regs.
9636         (vt_finalize): Free windowed_parm_regs.
9638 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
9640         * doc/invoke.texi (C6X Options): New section.
9641         * doc/md.texi (TI C6X family): New section.
9642         * config.gcc: Handle tic6x, in particular tic6x-*-elf and
9643         tic6x-*-uclinux.
9644         * longlong.h (add_ssaaaa, __umulsidi3, umul_ppmm,
9645         count_leading_zeros, count_trailing_zeros, UMUL_TIME, UDIV_TIME):
9646         Provide C6X definitions.
9647         * config/c6x/c6x.md: New file.
9648         * config/c6x/constraints.md: New file.
9649         * config/c6x/predicates.md: New file.
9650         * config/c6x/c6x-sched.md.in: New file.
9651         * config/c6x/c6x-sched.md: New file.
9652         * config/c6x/gensched.sh: New file.
9653         * config/c6x/c6x-mult.md.in: New file.
9654         * config/c6x/genmult.sh: New file.
9655         * config/c6x/c6x-mult.md: New file.
9656         * config/c6x/sync.md: New file.
9657         * config/c6x/c6x-protos.h: New file.
9658         * config/c6x/sfp-machine.h: New file.
9659         * config/c6x/c6x.c: New file.
9660         * config/c6x/c6x.h: New file.
9661         * config/c6x/crti.s: New file.
9662         * config/c6x/crtn.s: New file.
9663         * config/c6x/lib1funcs.asm: New file.
9664         * config/c6x/c6x-modes.def: New file.
9665         * config/c6x/genopt.sh: New file.
9666         * config/c6x/c6x.opt: New file.
9667         * config/c6x/c6x-tables.opt: New file.
9668         * config/c6x/c6x-opts.h: New file.
9669         * config/c6x/c6x-isas.def: New file.
9670         * config/c6x/elf.h: New file.
9671         * config/c6x/elf-common.h: New file.
9672         * config/c6x/uclinux-elf.h: New file.
9673         * config/c6x/t-c6x: New file.
9674         * config/c6x/t-c6x-elf: New file.
9675         * config/c6x/t-c6x-uclinux: New file.
9676         * config/c6x/t-c6x-softfp: New file.
9677         * config/c6x/gtd.c: New file.
9678         * config/c6x/gtf.c: New file.
9679         * config/c6x/ltd.c: New file.
9680         * config/c6x/ltf.c: New file.
9681         * config/c6x/ged.c: New file.
9682         * config/c6x/gef.c: New file.
9683         * config/c6x/led.c: New file.
9684         * config/c6x/lef.c: New file.
9685         * config/c6x/eqd.c: New file.
9686         * config/c6x/eqf.c: New file.
9687         * config/c6x/libgcc-c6xeabi.ver: New file.
9689         Revert
9690         2003-07-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
9691         PR rtl-optimization/11320
9692         * sched-int.h (struct deps) [reg_conditional_sets]: New field.
9693         (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
9694         * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
9695         current_sched_info->compute_jump_reg_dependencies. Record which
9696         registers are used and which registers are set by the jump.
9697         Clear deps->reg_conditional_sets after a barrier.
9698         Set deps->reg_conditional_sets if the insn is a COND_EXEC.
9699         Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
9700         (init_deps): Initialize reg_conditional_sets.
9701         (free_deps): Clear reg_conditional_sets.
9702         * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
9703         Mark registers live on entry of the fallthrough block and conditionally
9704         set as set by the jump. Mark registers live on entry of non-fallthrough
9705         blocks as used by the jump.
9706         * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
9707         Mark new parameters as unused.
9709 2011-07-14  Andrew Pinski  <pinskia@gmail.com>
9711         PR tree-opt/49309
9712         * tree-mudflap.c (mf_xform_derefs_1 <case MEM_REF>):
9713         Use fold_build2_loc instead of build2.
9714         Use the correct type for the new tree.
9716 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
9718         PR rtl-optimization/11320
9719         * config/ia64/ia64.md (load_symptr_low): Show a MEM.
9720         * config/ia64/ia64.c (ia64_expand_load_address): Generate it.
9722 2011-07-14  Georg-Johann Lay  <avr@gjlay.de>
9724         PR target/49487
9725         * config/avr/avr.md (rotl<mode>3): Generate SCRATCH instead
9726         of REG.
9727         (*rotw<mode>): Use const_int_operand for operand2.
9728         Use match_scatch for operand3.
9729         (*rotb<mode>): Ditto
9730         * config/avr/avr.c (avr_rotate_bytes): Treat SCRATCH.
9732 2011-07-14  Richard Guenther  <rguenther@suse.de>
9734         PR tree-optimization/49651
9735         * tree-ssa-structalias.c (get_constraint_for_1): Properly
9736         handle dereferences with subvariables.
9738 2011-07-14  Richard Guenther  <rguenther@suse.de>
9740         * gimple-fold.c (fold_gimple_assign): Remove operand swapping.
9741         (fold_stmt_1): Do it here directly on gimple and as a first thing.
9743 2011-07-14  Richard Guenther  <rguenther@suse.de>
9745         * fold-const.c (fold_binary_loc): Convert the !bool_var result,
9746         not bool_var when folding bool_var != 1 or bool_var == 0.
9748 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
9750         * haifa-sched.c (schedule_insns): Remove outdated comment.
9751         (schedule_block): When computing a known value for TODO_SPEC,
9752         just set it rather than using logical operations.
9753         (try_ready): Likewise.  Use a local variable rather than a
9754         pointer to TODO_SPEC.  Reorder an if statement to move the
9755         easy case to the then block.
9756         * sched-deps.c (dep_spec_p): New static function.
9757         (update_dep): Use it to decide whether to call
9758         change_spec_dep_to_hard.
9759         (get_back_and_forw_lists): Use it.
9760         (sd_resolve_dep): Likewise.
9761         (init_dep): If !USE_DEPS_LIST, use zero to initialize status.
9762         (haifa_note_mem_dep): Likewise.
9763         (check_dep): Likewise.
9764         (sd_add_dep): Also clear SPECULATIVE bits if not DO_SPECULATION.
9765         (sched_free_deps): Free in two passes.
9767 2011-07-14  Richard Sandiford  <richard.sandiford@linaro.org>
9769         PR middle-end/49736
9770         * expr.c (all_zeros_p): Undo bogus part of last change.
9772 2011-07-14  Matthias Klose <doko@ubuntu.com>
9774         * doc/extend.texi (optimize attribute): Fix typo.
9776 2011-07-14  Richard Guenther  <rguenther@suse.de>
9778         * gimplify.c (gimplify_expr): Only do required conversions.
9780 2011-07-14  Georg-Johann Lay  <avr@gjlay.de>
9782         PR target/43746
9783         * config/avr/elf.h (TARGET_ASM_SELECT_SECTION): Remove,
9784         i.e. use default_elf_select_section.
9785         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Remove.
9786         (READONLY_DATA_SECTION_ASM_OP): Remove.
9787         (TARGET_ASM_NAMED_SECTION): Move from here...
9788         * config/avr/avr.c: ...to here.
9789         (avr_asm_init_sections): Set unnamed callback of readonly_data_section.
9790         (avr_asm_named_section): Make static.
9792 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9794         PR bootstrap/49739
9795         * config.gcc (extra_parts): Add crtprec32.o crtprec64.o crtprec80.o
9796         and crtfastmath.o for Linux/x86.
9798 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
9800         * haifa-sched.c: Include "hashtab.h"
9801         (sched_no_dce): New global variable.
9802         (INSN_EXACT_TICK, INSN_TICK_ESTIMATE, FEEDS_BACKTRACK_INSN,
9803         SHADOW_P): New macros.
9804         (last_clock_var, cycle_issued_insns): Move declarations.
9805         (must_backtrack): New static variable.
9806         (struct delay_pair): New structure.
9807         (delay_htab, delay_htab_i2): New static variables.
9808         (delay_hash_i1, delay_hash_i2, delay_i1_eq, delay_i2_eq,
9809         record_delay_slot_pair, pair_delay, add_delay_dependencies): New
9810         functions.
9811         (dep_cost_1): If delay pairs exist, try to look up the insns and
9812         use the correct pair delay if we find them.
9813         (rank-for_schedule): Tweak priority for insns that must be scheduled
9814         soon to avoid backtracking.
9815         (queue_insn): Detect conditions which force backtracking.
9816         (ready_add): Likewise.
9817         (struct sched_block_state): Add member shadows_only_p.
9818         (struct haifa_save_data): New structure.
9819         (backtrack_queue): New static variable.
9820         (mark_backtrack_feeds, copy_insn_list, save_backtrack_point,
9821         unschedule_insns_until, restore_last_backtrack_point,
9822         free_topmost_backtrack_point, free_backtrack_queue,
9823         estimate_insn_tick, estimate_shadow_tick): New functions.
9824         (prune_ready_list): New arg shadows_only_p.  All callers changed.
9825         If true, remove everything that isn't SHADOW_P.  Look up delay
9826         pairs and estimate ticks to avoid scheduling the first insn too early.
9827         (verify_shadows): New function.
9828         (schedule_block): Add machinery to enable backtracking.
9829         (sched_init): Take sched_no_dce into account when setting
9830         DF_LR_RUN_DCE.
9831         (free_delay_pairs): New function.
9832         (init_h_i_d): Initialize INSN_EXACT_TICK.
9833         * Makefile.in (haifa-sched.o): Add $(HASHTAB_H).
9834         * sched-deps.c (sd_unresolve_dep): New function.
9835         * sched-int. (struct haifa_sched_info): New fields save_state
9836         and restore_state.
9837         (struct _haifa_insn_data): New fields exact_tick, tick_estimate,
9838         feeds_backtrack_insn and shadow_p.
9839         (DO_BACKTRACKING): New value in enum SCHED_FLAGS.
9840         (sched_no_dce): Declare variable.
9841         (record_delay_slot_pair, free_delay_pairs, add_delay_dependencies,
9842         sd_unresolve_dep): Declare functions.
9843         * modulo-sched.c (sms_sched_info): Clear the two new fields.
9844         * sched-rgn.c (rgn_const_sched_info): Likewise.
9845         * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
9846         * sched-ebb.c (save_ebb_state, restore_ebb_state): New functions.
9847         (ebb_sched_info): Add them for the two new fields.
9848         (add_deps_for_risky_insns): Call add_delay_dependencies.
9850 2011-07-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
9852         * config/rs6000/rs6000.opt (-mpointers-to-nested-functions):
9853         Rename -mr11.
9854         * config/rs6000/rs6000.c (rs6000_trampoline_init): Ditto.
9855         (rs6000_call_indirect_aix): Ditto.
9856         * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Ditto.
9857         (call_indirect_aix<ptrsize>_internal): Ditto.
9858         (call_indirect_aix<ptrsize>_nor11): Ditto.
9859         (call_indirect_aix<ptrsize>_internal2): Ditto.
9860         (call_value_indirect_aix<ptrsize>): Ditto.
9861         (call_value_indirect_aix<ptrsize>_internal): Ditto.
9862         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
9863         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
9864         * doc/invoke.texi (RS/6000 and PowerPC Options): Ditto.
9866 2011-07-13  Jason Merrill  <jason@redhat.com>
9868         * Makefile.in ($(lang_checks_parallelized)): Allow --tool_opts.
9870 2011-07-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9872         * config/spu/spu.c (spu_init_libfuncs): Install __clrsbdi2.
9873         * config/spu/spu.md ("clrsb<mode>2"): New expander.
9875 2011-07-13  Thomas Schwinge  <thomas@schwinge.name>
9877         * acinclude.m4 (gcc_GAS_CHECK_FEATURE): Use AS_ECHO instead of echo.
9878         * configure: Regenerate.
9880 2011-07-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9882         * config/spu/spu.c (TARGET_ASM_FILE_START): Do not define.
9883         (asm_file_start): Remove.
9884         (spu_machine_dependent_reorg): Call compute_bb_for_insn and
9885         free_bb_for_insn around code that modifies insns before
9886         restarting df analysis.
9888 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9890         PR target/49541
9891         * config/sol2.h (LIB_SPEC): Simplify.  Move LIB_THREAD_LDFLAGS_SPEC ...
9892         (LINK_SPEC): ... here.
9894 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
9896         * haifa-sched.c (struct sched_block_state): New.
9897         (schedule_block): Move some local variables into such a structure.
9899 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9901         * config/i386/crtprec.c: Move to ../libgcc/config/i386.
9902         * config/i386/t-crtpc: Remove.
9903         * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
9904         * config.gcc (i[34567]86-*-darwin*): Remove i386/t-crtpc from
9905         tmake_file.
9906         (x86_64-*-darwin*): Likewise.
9907         (i[34567]86-*-linux*): Likewise.
9908         (x86_64-*-linux*): Likewise.
9910         * config/i386/sol2.h (ENDFILE_SPEC): Redefine.
9911         Handle -mpc32, -mpc64, -mpc80.
9913 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9915         * config/alpha/crtfastmath.c: Move to ../libgcc/config/alpha.
9916         * config/alpha/t-crtfm: Remove.
9917         * config/i386/crtfastmath.c: Move to ../libgcc/config/i386.
9918         * config/i386/t-crtfm: Remove.
9919         * config/ia64/crtfastmath.c: Move to ../libgcc/config/ia64.
9920         * config/mips/crtfastmath.c: Move to ../libgcc/config/mips.
9921         * config/sparc/crtfastmath.c: Move to ../libgcc/config/sparc.
9922         * config/sparc/t-crtfm: Remove.
9924         * config.gcc (alpha*-*-linux*): Remove alpha/t-crtfm from tmake_file.
9925         (alpha*-*-freebsd*): Likewise.
9926         (i[34567]86-*-darwin*): Remove i386/t-crtfm from tmake_file.
9927         (x86_64-*-darwin*): Likewise.
9928         (i[34567]86-*-linux*): Likewise.
9929         (x86_64-*-linux*): Likewise.
9930         (x86_64-*-mingw*): Likewise.
9931         (ia64*-*-elf*): Remove crtfastmath.o from extra_parts.
9932         (ia64*-*-freebsd*): Likewise.
9933         (ia64*-*-linux*): Likewise.
9934         (mips64*-*-linux*): Likewise.
9935         (mips*-*-linux*): Likewise.
9936         (sparc-*-linux*): Remove sparc/t-crtfm from tmake_file.
9937         (sparc64-*-linux*): Likewise.
9938         (sparc64-*-freebsd*): Likewise.
9940 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9942         * config/darwin-crt2.c: Move to ../libgcc/config/rs6000.
9943         * config/darwin-crt3.c: Move to ../libgcc/config.
9944         * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
9945         ($(T)crt3$(objext)): Remove.
9946         * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Remove.
9947         ($(T)crt2$(objext)): Remove.
9948         * config.gcc (powerpc-*-darwin*): Remove extra_parts.
9949         (powerpc64-*-darwin*): Likewise.
9951 2011-07-13  H.J. Lu  <hongjiu.lu@intel.com>
9953         * config/i386/i386.c (x86_output_mi_thunk): Support ptr_mode != Pmode.
9955         * config/i386/i386.md (*addsi_1_zext): Renamed to ...
9956         (addsi_1_zext): This.
9958 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
9960         * doc/tm.texi.in (TARGET_ASM_MERGEABLE_RODATA_PREFIX): Add hook.
9961         * doc/tm.texi: Regenerate.
9962         * target.def (mergeable_rodata_prefix): New defhookpod.
9963         * varasm.c (mergeable_string_section, mergeable_constant_section):
9964         Use it. Allocate name with alloca.
9966 2011-07-13  H.J. Lu  <hongjiu.lu@intel.com>
9968         * doc/invoke.texi (x86): Remove -mfused-madd and add -mfma.
9970 2011-07-13  Richard Sandiford  <richard.sandiford@linaro.org>
9972         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Tighten
9973         overlap check.
9975 2011-07-13  Richard Sandiford  <richard.sandiford@linaro.org>
9977         * tree.h (categorize_ctor_elements): Remove comment.  Fix long line.
9978         (count_type_elements): Delete.
9979         (complete_ctor_at_level_p): Declare.
9980         * expr.c (flexible_array_member_p): New function, split out from...
9981         (count_type_elements): ...here.  Make static.  Replace allow_flexarr
9982         parameter with for_ctor_p.  When for_ctor_p is true, return the
9983         number of elements that should appear in the top-level constructor,
9984         otherwise return an estimate of the number of scalars.
9985         (categorize_ctor_elements): Replace p_must_clear with p_complete.
9986         (categorize_ctor_elements_1): Likewise.  Use complete_ctor_at_level_p.
9987         (complete_ctor_at_level_p): New function, borrowing union logic
9988         from old categorize_ctor_elements_1.
9989         (mostly_zeros_p): Return true if the constructor is not complete.
9990         (all_zeros_p): Update call to categorize_ctor_elements.
9991         * gimplify.c (gimplify_init_constructor): Update call to
9992         categorize_ctor_elements.  Don't call count_type_elements.
9993         Unconditionally prevent clearing for variable-sized types,
9994         otherwise rely on categorize_ctor_elements to detect
9995         incomplete initializers.
9997 2011-07-13  Richard Guenther  <rguenther@suse.de>
9999         * tree-vrp.c (simplify_conversion_using_ranges): Make sure
10000         the final type is integral.
10002 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
10004         * sched-int.h (struct _dep): Add member cost.
10005         (DEP_COST, UNKNOWN_DEP_COST): New macros.
10006         * sched-deps.c (init_dep_1): Initialize DEP_COST.
10007         * haifa-sched.c (dep_cost_1): Use and set DEP_COST.
10008         (sched_change_pattern): Reset it for dependent insns.
10010 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10012         * Makefile.in (CRT0STUFF_T_CFLAGS): Remove.
10013         ($(T)crt0.o, $(T)mcrt0.o, s-crt0): Remove.
10014         * config/i386/netware-crt0.c: Move to ../libgcc/config/i386.
10015         * config/i386/t-nwld (CRTSTUFF_T_CFLAGS, CRT0STUFF_T_CFLAGS): Remove.
10016         (CRT0_S, MCRT0_S): Remove.
10017         ($(T)libgcc.def, $(T)libc.def, $(T)libcpre.def, $(T)posixpre.def):
10018         Remove.
10019         (s-crt0): Remove.
10020         * config.gcc (i[3456x]86-*-netware*): Remove extra_parts.
10022 2011-07-12  Eric Botcazou  <ebotcazou@adacore.com>
10024         * cse.c (insert_with_costs): Put semi-colon after empty loop body
10025         on the next line.
10026         * emit-rtl.c (push_to_sequence): Likewise.
10027         * haifa-sched.c (max_issue): Likewise.
10028         * matrix-reorg.c (add_allocation_site): Likewise.
10029         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
10030         * reload.c (alternative_allows_const_pool_ref): Likewise.
10031         * sched-rgn.c (rgn_add_block): Likewise.
10032         (rgn_fix_recovery_cfg): Likewise.
10033         * tree.c (attribute_list_contained): Likewise.
10035 2011-07-12  Uros Bizjak  <ubizjak@gmail.com>
10037         * config/i386/i386.c: Tidy processor feature bitmasks.
10038         (m_P4_NOCONA): New.
10040 2011-07-12  Andrew Pinski  <pinskia@gmail.com>
10042         PR rtl-opt/49474
10043         * cprop.c (find_implicit_sets): Correct the condition.
10045 2011-07-12  Richard Henderson  <rth@redhat.com>
10047         PR target/49713
10048         * dwarf2out.h (dwarf_frame_regnum): Remove.
10049         * dwarf2out.c (based_loc_descr): Revert last change.  Initialize regno
10050         earlier from DWARF_FRAME_REGNUM.  Never use dbx_reg_number.
10051         * dwarf2cfi.c (dw_stack_pointer_regnum, dw_frame_pointer_regnum): New.
10052         (execute_dwarf2_frame): Initialize them.
10053         (DW_STACK_POINTER_REGNUM, DW_FRAME_POINTER_REGNUM): Remove; replace
10054         users of the macros with the variables.
10055         (expand_builtin_dwarf_sp_column): Revert last change.
10056         (expand_builtin_init_dwarf_reg_sizes): Likewise.  Compute the
10057         result of DWARF_FRAME_REGNUM into a local variable.
10059 2011-07-12  Richard Henderson  <rth@redhat.com>
10061         PR target/49714
10062         * config/i386/i386.c (x86_output_mi_thunk): Use
10063         machopic_indirect_call_target instead of machopic_indirection_name
10064         directly.
10066 2011-07-12  Laurent GUERBY  <laurent@guerby.net>
10067             Eric Botcazou  <ebotcazou@adacore.com>
10069         * prefix.h: Wrap up in extern "C" block.
10071 2011-07-12  Harsha Jagasia  <harsha.jagasia@amd.com>
10073         AMD bdver2 Enablement
10074         * config.gcc (i[34567]86-*-linux* | ...): Add bdver2.
10075         (case ${target}): Add bdver2.
10076         * config/i386/driver-i386.c (host_detect_local_cpu): Let
10077         -march=native recognize bdver2 processors.
10078         * config/i386/i386-c.c (ix86_target_macros_internal): Add
10079         bdver2 def_and_undef
10080         * config/i386/i386.c (struct processor_costs bdver2_cost): New
10081         bdver2 cost table.
10082         (m_BDVER2): New definition.
10083         (m_AMD_MULTIPLE): Includes m_BDVER2.
10084         (initial_ix86_tune_features): Add bdver2 tuning.
10085         (processor_target_table): Add bdver2 entry.
10086         (static const char *const cpu_names): Add bdver2 entry.
10087         (ix86_option_override_internal): Add bdver2 instruction sets.
10088         (ix86_issue_rate): Add bdver2.
10089         (ix86_adjust_cost): Add bdver2.
10090         (has_dispatch): Add bdver2.
10091         * config/i386/i386.h (TARGET_BDVER2): New definition.
10092         (enum target_cpu_default): Add TARGET_CPU_DEFAULT_bdver2.
10093         (enum processor_type): Add PROCESSOR_BDVER2.
10094         * config/i386/i386.md (define_attr "cpu"): Add bdver2.
10095         * config/i386/i386.opt ( mdispatch-scheduler): Add bdver2 to
10096         description.
10098 2011-07-12  Richard Henderson  <rth@redhat.com>
10100         PR target/49714
10101         * config/i386/i386.c (x86_output_mi_thunk): Fix mode for
10102         destination address in memory on some paths.
10104 2011-07-12  Bernd Schmidt  <bernds@codesourcery.com>
10106         * doc/tm.texi.in (FUNCTION_ARG_PADDING): Mention
10107         TARGET_FUNCTION_ARG_ROUND_BOUNDARY.
10108         (TARGET_FUNCTION_ARG_ROUND_BOUNDARY): Add hook.
10109         * function.c (locate_and_pad_parm): Take it into account.
10110         * target.def (function_arg_round_boundary): New hook.
10111         * targhooks.c (default_function_arg_round_boundary): New function.
10112         * targhooks.h (default_function_arg_round_boundary): Declare.
10113         * doc/tm.texi: Regenerate.
10115 2011-07-12  Richard Guenther  <rguenther@suse.de>
10117         * tree-ssa-copyrename.c (rename_ssa_copies): Zero statistics.
10118         Do not perform no-op changes.
10120 2011-07-12  Richard Sandiford  <richard.sandiford@linaro.org>
10122         * config/arm/predicates.md (neon_struct_operand): Make a normal
10123         predicate.
10124         (neon_struct_or_register_operand): New predicate.
10125         * config/arm/neon.md (movmisalign<mode>): Replace predicates
10126         with neon_struct_or_register_operand.
10127         (*movmisalign<mode>_neon_store, *movmisalign<mode>_neon_load): Use
10128         neon_struct_operand instead of memory_operand.
10130 2011-07-12  Martin Jambor  <mjambor@suse.cz>
10132         * cgraph.h (cgraph_get_node_or_alias): Removed declaration.
10133         * cgraph.c (cgraph_get_node_or_alias): Removed.
10134         (change_decl_assembler_name): Changed all calls to
10135         cgraph_get_node_or_alias to a call to cgraph_get_node.
10136         (cgraph_make_decl_local): Likewise.
10137         * lto-symtab.c (lto_symtab_resolve_symbols): Likewise.
10138         * varasm.c (default_binds_local_p_1): Likewise.
10139         (decl_binds_to_current_def_p): Likewise.
10141 2011-07-12  Jakub Jelinek  <jakub@redhat.com>
10143         PR tree-optimization/49712
10144         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Handle TARGET_MEM_REF.
10146 2011-07-11  Bernd Schmidt  <bernds@codesourcery.com>
10148         * genautomata.c (add_arc): Return void.  All callers changed.
10149         (make_automaton): Remove dead code.
10151 2011-07-11  Richard Henderson  <rth@redhat.com>
10153         * dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.
10154         (DW_FRAME_POINTER_REGNUM): New.
10155         (expand_builtin_init_dwarf_reg_sizes): Use unsigned for rnum.
10156         (def_cfa_1): Do not convert reg to DWARF_FRAME_REGNUM here.
10157         (dwf_regno): New.
10158         (dwarf2out_flush_queued_reg_saves, dwarf2out_frame_debug_def_cfa,
10159         dwarf2out_frame_debug_adjust_cfa, dwarf2out_frame_debug_cfa_register,
10160         dwarf2out_frame_debug_cfa_expression, dwarf2out_frame_debug_expr):
10161         Use it.
10162         * dwarf2out.c (based_loc_descr): Use dwarf_frame_regnum.
10163         * dwarf2out.h (dwarf_frame_regnum): New.
10164         (struct cfa_loc): Document the domain of the reg member.
10166 2011-07-11  Uros Bizjak  <ubizjak@gmail.com>
10168         * config/i386/i386.c (ix86_trampoline_init): Switch arms of if expr.
10169         Use offset everywhere.  Always assert that offset <= TRAMPOLINE_SIZE.
10171 2011-07-11  Jakub Jelinek  <jakub@redhat.com>
10173         PR debug/49676
10174         * dwarf2out.c (int_shift_loc_descriptor): New function.
10175         (int_loc_descriptor): If shorter, emit i as
10176         (i >> shift), shift, DW_OP_shl for suitable shift value.
10177         Similarly, try to optimize large negative values using
10178         DW_OP_neg of a positive value if shorter.
10179         (size_of_int_shift_loc_descriptor): New function.
10180         (size_of_int_loc_descriptor): Adjust to match int_loc_descriptor
10181         changes.
10182         (mem_loc_descriptor) <case CONST_INT>: Emit zero-extended constants
10183         that fit into DWARF2_ADDR_SIZE bytes as int_loc_descriptor +
10184         DW_OP_GNU_convert instead of DW_OP_GNU_const_type if the former
10185         is shorter.
10186         (resolve_addr_in_expr): Optimize DW_OP_plus_uconst with a large
10187         addend as added DW_OP_plus if it is shorter.
10189 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10191         * config/i386/sol2.h [!USE_GLD] (CTORS_SECTION_ASM_OP): Define.
10192         (DTORS_SECTION_ASM_OP): Define.
10194 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10196         * config/dfp-bit.c, config/dfp-bit.h: Move to ../libgcc.
10197         * config/t-dfprules: Move to ../libgcc/config.
10198         * config.gcc (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
10199         i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
10200         i[34567]86-*-kopensolaris*-gnu): Remove t-dfprules from tmake_file.
10201         (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
10202         Likewise.
10203         (i[34567]86-*-cygwin*): Likewise.
10204         (i[34567]86-*-mingw*,  x86_64-*-mingw*): Likewise.
10205         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
10206         * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): Remove.
10207         (libgcc.mvars): Remove DFP_ENABLE, DFP_CFLAGS, D32PBIT_FUNCS,
10208         D64PBIT_FUNCS, D128PBIT_FUNCS.
10210 2011-07-11  Richard Guenther  <rguenther@suse.de>
10212         * tree-vrp.c (simplify_conversion_using_ranges): Manually
10213         translate the source value-range through the conversion chain.
10215 2011-07-11  Richard Sandiford  <richard.sandiford@linaro.org>
10217         * expr.c (expand_expr_real_1): Use expand_insn for movmisalign.
10219 2011-07-11  Arthur Loiret  <aloiret@debian.org>
10221         * config.gcc (s390-*-linux*): If 'enabled_targets' is 'all', build
10222         a bi-arch compiler defaulting to 31-bit. In this case:
10223         (tmake_file): Add s390/t-linux64.
10224         * doc/install.texi: Add s390-linux to the list of targets supporting
10225         --enable-targets=all.
10227 2011-07-11  Arthur Loiret  <aloiret@debian.org>
10228             Matthias Klose <doko@debian.org>
10230         * config.gcc (mips*-*-linux*): If 'enabled_targets' is 'all', build
10231         a tri-arch compiler defaulting to 32-bit (ABI o32). In this case:
10232         (tm_file): Add mips/linux64.h.
10233         (tmake_file): Add mips/t-linux64.
10234         (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
10235         * config/mips/linux64.h (DRIVER_SELF_SPECS): Use MULTILIB_ABI_DEFAULT
10236         instead of hardcoded mabi=n32.
10237         * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
10238         tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
10239         convention.
10241 2011-07-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10243         * passes.c (init_optimization_passes): Add invariant motion pass
10244         after induction variable optimization.
10246 2011-07-11  Georg-Johann Lay  <avr@gjlay.de>
10248         PR target/39633
10249         * config/avr/avr.c (notice_update_cc): For ashiftrt:QI, only
10250         offsets 1..5 set cc0 in a usable way.
10252 2011-07-11  Romain Geissler  <romain.geissler@gmail.com>
10254         * tree.h (call_expr_arg): Remove.
10255         (call_expr_argp): Likewise.
10257 2011-07-11  Eric Botcazou  <ebotcazou@adacore.com>
10259         * config/sparc/sparc.md (save_register_window_1): Rename to...
10260         (window_save): ...this.
10261         * config/sparc/sparc.c (emit_save_register_window): Rename to...
10262         (emit_window_save): ...this.
10263         (sparc_expand_prologue): Adjust to above renaming.
10265 2011-07-10  H.J. Lu  <hongjiu.lu@intel.com>
10267         * config/i386/i386.c (ix86_trampoline_init): Use movl instead
10268         of movabs for x32.
10270 2011-07-10  Richard Henderson  <rth@redhat.com>
10272         * config/i386/i386.c (x86_output_mi_thunk): Generate rtl and
10273         run final, instead of emitting text directly.
10275 2011-07-10  H.J. Lu  <hongjiu.lu@intel.com>
10277         * config/i386/i386.c (ix86_option_override_internal): Turn on
10278         OPTION_MASK_ISA_64BIT for TARGET_X32.  Only allow small and
10279         small PIC models for TARGET_X32.
10281 2011-07-10  Hans-Peter Nilsson  <hp@axis.com>
10283         PR target/49684
10284         * config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Don't include
10285         $(LIBGCC2_CFLAGS).
10287         PR bootstrap/49680
10288         * config/cris/cris.c (cris_asm_output_case_end): Robustify against
10289         stray notes and debug insns by using prev_nonnote_nondebug_insn
10290         instead of PREV_INSN.
10292 2011-07-09  Richard Henderson  <rth@redhat.com>
10294         * defaults.h (DWARF2_ADDR_SIZE, DWARF_OFFSET_SIZE,
10295         DWARF_TYPE_SIGNATURE_SIZE): Move from ...
10296         * dwarf2out.c: ... here.
10297         (output_all_cfis): Remove.
10298         (dwarf2out_switch_text_section): Use output_cfis directly.
10299         (size_of_locs): Export.
10300         (output_loc_sequence, output_loc_sequence_raw): Export.
10301         (div_data_align, need_data_align_sf_opcode, dwarf_cfi_name, output_cfi,
10302         output_cfi_directive, dwarf2out_emit_cfi, output_cfis, output_cfa_loc,
10303         output_cfa_loc_raw): Move to ...
10304         * dwarfcfi.c: ... here.
10305         * dwarf2out.h: Update decls.
10307 2011-07-09  Richard Henderson  <rth@redhat.com>
10309         * defaults.h (DWARF_CIE_DATA_ALIGNMENT, DWARF_FRAME_RETURN_COLUMN,
10310         DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Move from ...
10311         * dwarf2cfi.c: ... here.
10312         (PTR_SIZE, DWARF_OFFSET_SIZE, DWARF_INITIAL_LENGTH_SIZE): Remove.
10313         (DWARF_ROUND, DWARF_CIE_ID): Remove.
10314         * dwarf2out.c (INCOMING_RETURN_ADDR_RTX): Remove.
10315         (DWARF2_FRAME_REG_OUT, DWARF_CIE_DATA_ALIGNMENT): Remove.
10316         (DWARF_FRAME_RETURN_COLUMN, DWARF_FRAME_REGNUM): Remove.
10318 2011-07-09  Richard Henderson  <rth@redhat.com>
10320         * dwarf2cfi.c (cie_return_save): New.
10321         (queue_reg_save): Use compare_reg_or_pc.
10322         (dwarf2out_flush_queued_reg_saves): Handle pc_rtx as return column.
10323         (dwarf2out_frame_debug_expr): Likewise.
10324         (dwarf2out_frame_debug_cfa_register): Record saved reg for pc too.
10325         (initial_return_save): Likewise.
10326         (execute_dwarf2_frame): Save and restore initial return save from
10327         the cie to the fde.
10328         * config/mips/mips.c (mips_frame_set): Remove special case for
10329         DWARF_FRAME_RETURN_COLUMN.
10331 2011-07-09  Richard Henderson  <rth@redhat.com>
10333         * dwarf2cfi.c (lookup_cfa): Remove.
10334         (execute_dwarf2_frame): Assert queues are empty on entry.
10335         Setup initial cfa directly, not via lookup_cfa.
10336         Don't clear args_size state here.
10338 2011-07-09  Richard Henderson  <rth@redhat.com>
10340         * dwarf2cfi.c (add_cfi_vec): New.
10341         (add_cfi): Rename from add_fde_cfi.  Add the element to add_cfi_vec.
10342         (def_cfa_1, reg_save): Remove for_cie argument.  Update all callers.
10343         (execute_dwarf2_frame): Set add_cfi_vec.
10345 2011-07-09  Richard Henderson  <rth@redhat.com>
10347         * defaults.h (ASM_COMMENT_START): Move here...
10348         * dwarf2asm.c: ... from here.
10349         * dwarf2out.c, final.c, vmsdbgout.c: Remove duplicates.
10350         * toplev.c: Remove ifndef tests of ASM_COMMENT_START.
10351         * varasm.c: Likewise.
10353 2011-07-09  Richard Henderson  <rth@redhat.com>
10355         PR debug/49686
10356         * dwarf2cfi.c (dwarf2out_frame_debug): Don't set cfi_insn here...
10357         (create_cfi_notes): ... do it here instead.
10359 2011-07-09  Jakub Jelinek  <jakub@redhat.com>
10361         PR debug/49676
10362         * dwarf2out.c (size_of_int_loc_descriptor): New function.
10363         (address_of_int_loc_descriptor): Use it.
10364         (scompare_loc_descriptor): Optimize EQ/NE comparison with constant.
10366 2011-07-09  Richard Henderson  <rth@redhat.com>
10368         * config/pdp11/pdp11.md (define_c_enum "unspecv"): New.
10369         (prologue, epilogue): New.
10370         (return, *rts): New.
10371         (blockage, setd, seti): New.
10372         * config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
10373         (TARGET_ASM_FUNCTION_EPILOGUE): Remove.
10374         (pdp11_saved_regno): New.
10375         (pdp11_expand_prologue): Rename from pdp11_output_function_prologue;
10376         generate rtl instead of text.
10377         (pdp11_expand_epilogue): Similarly from pdp11_output_function_epilogue.
10378         (pdp11_sp_frame_offset): Export.  Use pdp11_saved_regno.
10379         * config/pdp11/pdp11-protos.h: Update.
10381 2011-07-09  Richard Henderson  <rth@redhat.com>
10383         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Don't
10384         try to insert an rtl prologue here.
10385         (rs6000_output_function_epilogue): Similarly.
10386         * config/rs6000/rs6000.md (prologue): Emit a barrier to
10387         satisfy !TARGET_SCHED_PROLOG.
10388         (epilogue, sibcall_epilogue): Likewise.
10390 2011-07-09  Eric Botcazou  <ebotcazou@adacore.com>
10392         * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Move around.
10393         (FP_REG_P): Delete.
10394         (IN_OR_GLOBAL_P): Likewise.
10396 2011-07-08  Jason Merrill  <jason@redhat.com>
10398         PR c++/45437
10399         * gimplify.c (goa_stabilize_expr): Handle RHS preevaluation in
10400         compound assignment.
10402         * cgraph.c (cgraph_add_to_same_comdat_group): New.
10403         * cgraph.h: Declare it.
10404         * ipa.c (function_and_variable_visibility): Make sure thunks
10405         have the right visibility.
10407 2011-07-08  Richard Henderson  <rth@redhat.com>
10409         PR bootstrap/49680
10410         * dwarf2cfi.c (dwarf2out_frame_debug): Insert cfi notes after
10411         any tablejump vector.
10413         PR bootstrap/49680
10414         * dwarf2cfi.c (create_cfi_notes): Flush queued saves at the
10415         end of the prologue.
10417 2011-07-08  Jakub Jelinek  <jakub@redhat.com>
10419         PR target/49621
10420         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Use
10421         CONST0_RTX (dest_mode) instead of const0_rtx as second operand of NE.
10422         * config/rs6000/vector.md (vector_select_<mode>,
10423         vector_select_<mode>_uns): Change second operand of NE to
10424         CONST0_RTX (<MODE>mode) instead of const0_rtx.
10425         * config/rs6000/altivec.md (*altivec_vsel<mode>,
10426         *altivec_vsel<mode>_uns): Expect second operand of NE to be
10427         zero_constant of the corresponding vector mode.
10428         * config/rs6000/vsx.md (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns):
10429         Likewise.
10431 2011-07-08  Sebastian Pop  <sebastian.pop@amd.com>
10433         * graphite-dependences.c (build_alias_set_powerset): Remove
10434         continue from loop, add one more assert.
10436 2011-07-08  Georg-Johann Lay  <avr@gjlay.de>
10438         PR target/46779
10439         * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
10440         In particular, allow 8-bit values in r28 and r29.
10441         (avr_hard_regno_scratch_ok): Disallow any register that might be
10442         part of the frame pointer.
10443         (avr_hard_regno_rename_ok): Same.
10444         (avr_legitimate_address_p): Don't allow SUBREGs.
10446 2011-07-08  Julian Brown  <julian@codesourcery.com>
10448         * config/arm/neon.md (vec_shr_<mode>, vec_shl_<mode>): Disable in
10449         big-endian mode.
10450         (reduc_splus_<mode>, reduc_uplus_<mode>, reduc_smin_<mode>)
10451         (reduc_smax_<mode>, reduc_umin_<mode>, reduc_umax_<mode>)
10452         (neon_vec_unpack<US>_lo_<mode>, neon_vec_unpack<US>_hi_<mode>)
10453         (vec_unpack<US>_hi_<mode>, vec_unpack<US>_lo_<mode>)
10454         (neon_vec_<US>mult_lo_<mode>, vec_widen_<US>mult_lo_<mode>)
10455         (neon_vec_<US>mult_hi_<mode>, vec_widen_<US>mult_hi_<mode>)
10456         (vec_pack_trunc_<mode>, neon_vec_pack_trunc_<mode>): Disable for Q
10457         registers in big-endian mode.
10459 2011-07-08  Bernd Schmidt  <bernds@codesourcery.com>
10461         * genattrtab.c (evaluate_eq_attr): Allow an attribute to be defined
10462         in terms of another.
10463         (write_attr_value): Write a cast if necessary.
10465         * defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.
10466         * doc/tm.texi.in (WORDS_BIG_ENDIAN): Mention REG_WORDS_BIG_ENDIAN.
10467         (REG_WORDS_BIG_ENDIAN): Document.
10468         * doc/tm.texi: Regenerate.
10469         * reload.c (operands_match_p): Take it into account.
10470         (reload_adjust_reg_for_mode): Likewise.
10471         * rtlanal.c (subreg_get_info): Likewise.
10473 2011-07-08  Richard Guenther  <rguenther@suse.de>
10475         * fold-const.c (fold_binary_loc): Remove index +p PTR -> PTR +p index
10476         folding.
10478 2011-07-08  Kai Tietz  <ktietz@redhat.com>
10480         * fold-const.c (fold_truth_andor): Factored out truth_andor
10481         label from fold_binary as function.
10482         (fold_binary_loc): Replace truth_andor lable
10483         by function fold_truth_andor.
10485 2011-07-08  Kirill Yukhin  <kirill.yukhin@intel.com>
10487         PR middle-end/49519
10488         * calls.c (mem_overlaps_already_clobbered_arg_p): Additional
10489         check if address is stored in register. If so - give up.
10490         (check_sibcall_argument_overlap_1): Do not perform check of
10491         overlapping when it is call to address.
10493 2011-07-08  Georg-Johann Lay  <avr@gjlay.de>
10495         * config/avr/avr.c (output_reload_insisf): Use 'REG_Z+1' instead
10496         of magic '31'.
10498 2011-07-08  Bernd Schmidt  <bernds@codesourcery.com>
10500         * optabs.c (expand_binop): Use GET_MODE_PRECISION instead of
10501         GET_MODE_BITSIZE where appropriate.
10502         (widen_leading, expand_parity, expand_ctz, expand_ffs,
10503         expand_unop, expand_abs_nojump, expand_one_cmpl_abs_nojump,
10504         expand_float, expand_fix): Likewise.
10505         * expr.c (convert_move, convert_modes, expand_expr_real_2,
10506         expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
10507         * stor-layout.c (get_mode_bounds): Likewise.
10508         * cfgexpand.c (convert_debug_memory_address, expand_debug_expr):
10509         Likewise.
10510         * convert.c (convert_to_integer): Likewise.
10511         * expmed.c (expand_shift_1): Likewise.
10513         * rtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE against
10514         a bitsize.
10516         * optabs.c (expand_binop): Tighten conditions for doubleword
10517         expansions.
10518         (widen_bswap): Assert that mode bitsize and precision are the same.
10519         * stor-layout.c (get_best_mode): Skip modes that have lower
10520         precision than bitsize.
10521         * recog.c (simplify_while_replacing): Assert that bitsize and
10522         precision are the same.
10524 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10526         * Makefile.in (LIBGCOV): Remove.
10527         (libgcc.mvars): Remove LIBGCOV.
10528         * libgov.c: Move to ../libgcc.
10530 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10532         * config/fixed-bit.c, config/fixed-bit.h: Move to ../libgcc.
10534 2011-07-08  Martin Jambor  <mjambor@suse.cz>
10536         * tree-sra.c (analyze_all_variable_accesses): Dump that a struture
10537         is too big for total scalarization.
10539 2011-07-07  Richard Henderson  <rth@redhat.com>
10541         * config/alpha/elf.h (MIPS_DEBUGGING_INFO): Undef.
10542         (DBX_DEBUGGING_INFO): Undef.
10544 2011-07-07  Richard Henderson  <rth@redhat.com>
10546         * dwarf2out.c (output_cfi_directive): Export.  Add FILE parameter.
10547         Handle some opcodes specially for debugging.
10548         * print-rtl.c: Include dwarf2out.h
10549         (print_rtx): Handle NOTE_INSN_CFI.
10550         * Makefile.in (print-rtl.o): Update.
10552 2011-07-07  Richard Henderson  <rth@redhat.com>
10554         * tree-pass.h (pass_dwarf2_frame): Declare.
10555         * passes.c (init_optimization_passes): Add it.
10556         * dwarf2cfi.c (dwarf2out_frame_debug): Make static.
10557         (create_cfi_notes): Rename from dwarf2out_frame_debug_after_prologue;
10558         make static, do not call add_cfis_to_fde.
10559         (dwarf2out_frame_debug_init, dwarf2cfi_function_init,
10560         dwarf2out_frame_init): Merge into...
10561         (execute_dwarf2_frame): ... here.  New function.
10562         (dwarf2out_do_frame, dwarf2out_do_cfi_asm): Make boolean.  Change
10563         saved_do_cfi_asm to a tri-state variable.
10564         (gate_dwarf2_frame, pass_dwarf2_frame): New.
10565         * dwarf2out.c (dwarf2out_begin_prologue): Only allocate the fde
10566         if it has yet to be done.  Don't call dwarf2cfi_function_init.
10567         * dwarf2out.h, debug.h: Update decls.
10568         * final.c (final_start_function): Don't call
10569         dwarf2out_frame_debug_init or dwarf2out_frame_debug_after_prologue.
10570         * lto-streamer-in.c (lto_init_eh): Don't call dwarf2out_frame_init.
10571         * toplev.c (lang_dependent_init): Likewise.
10573 2011-07-07  Richard Henderson  <rth@redhat.com>
10575         * dwarf2out.c (fde_table, fde_table_allocated, fde_table_in_use,
10576         FDE_TABLE_INCREMENT): Replace with...
10577         (fde_vec): ... this, a new vector.
10578         (current_fde): Remove.  Replace all users with cfun->fde.
10579         (output_call_frame_info): Use FOR_EACH_VEC_ELT over fde_vec.
10580         (size_of_aranges, dwarf2out_finish): Likewise.
10581         (dwarf2out_alloc_current_fde): Break out from ...
10582         (dwarf2out_begin_prologue): ... here.
10583         (dwarf2out_frame_init): Remove.
10584         * dwarf2cfi.c: Update all users of current_fde.
10585         (dwarf2out_frame_init): Rename from dwarf2cfi_frame_init.
10586         * dwarf2out.h: Update decls.
10587         (dw_fde_node): Add fde_index member.
10588         * function.h (struct function): Add fde member.
10590 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
10591             Richard Henderson  <rth@redhat.com>
10593         * dwarf2cfi.c (add_cfi): Remove.
10594         (dwarf2out_cfi_label): Remove force argument.  Only generate the
10595         label name.
10596         (add_fde_cfi): Simplify the different code paths.
10597         (add_cie_cfi): New.
10598         (old_cfa, old_cfa_remember): New.
10599         (def_cfa_1, reg_save): Remove label, add for_cie parameter.
10600         (last_reg_save_label): Remove.
10601         (dwarf2out_args_size, dwarf2out_stack_adjust, queue_reg_save,
10602         dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
10603         dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
10604         dwarf2out_frame_debug_cfa_expression,
10605         dwarf2out_frame_debug_cfa_restore,
10606         dwarf2out_frame_debug_cfa_window_save,
10607         dwarf2out_frame_debug_expr): Remove label parameter.
10608         (cfi_label_required_p, add_cfis_to_fde): New.
10609         (dwarf2out_frame_debug_after_prologue): New.
10610         (dwarf2cfi_frame_init): Initialize old_cfa.
10611         (dwarf2out_frame_debug_restore_state): Likewise.
10612         * dwarf2out.c (dwarf2out_emit_cfi): Only do output for cfi_asm.
10613         (dwarf2out_switch_text_section): Don't clear dw_fde_current_label here.
10614         * final.c (final_start_function): Call
10615         dwarf2out_frame_debug_after_prologue.
10617 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
10618             Richard Henderson  <rth@redhat.com>
10620         * dwarf2cfi.c (cfi_insn): New.
10621         (dwarf2out_cfi_label): Don't emit cfi label here.
10622         (add_fde_cfi): Create a NOTE_INSN_CFI.
10623         (dwarf2out_frame_debug): Setup cfi_insn.
10624         (dwarf2out_frame_debug_init): Loop over insns creating CFI notes.
10625         (dwarf2out_cfi_begin_epilogue): Make static.
10626         (dwarf2out_frame_debug_restore_state): Make static.
10627         * dwarf2out.c (output_cfi_directive): Make static.
10628         (dwarf2out_emit_cfi): New.
10629         * dwarf2out.h: Update.
10630         * final.c (final): Remove CFI notes.
10631         (final_scan_insn): Don't call dwarf2out_cfi_begin_epilogue,
10632         dwarf2out_frame_debug_restore_state, dwarf2out_frame_debug.
10633         Handle NOTE_INSN_CFI and NOTE_INSN_CFI_LABEL.
10634         * insn-notes.def (NOTE_INSN_CFI): New.
10635         (NOTE_INSN_CFI_LABEL): New.
10636         * rtl.h (union rtunion_def): Add rt_cfi member.
10637         (XCFI, XCCFI, NOTE_CFI, NOTE_LABEL_NUMBER): New.
10639 2011-07-07  Richard Henderson  <rth@redhat.com>
10641         * dwarf2cfi.c: New file.
10642         * Makefile.in (OBJS): Add it.
10643         (GTFILES): Add dwarf2cfi.c and dwarf2out.h.
10644         * gengtype.c (open_base_files): Include dwarf2out.h.
10645         * coretypes.h (enum var_init_status): Move from ...
10646         * rtl.h: ... here.
10647         * dwarf2out.c (saved_do_cfi_asm, dwarf2out_do_frame,
10648         dwarf2out_do_cfi_asm, cie_cfi_vec, dwarf2out_cfi_label_num,
10649         expand_builtin_dwarf_sp_column, init_return_column_size,
10650         expand_builtin_init_dwarf_reg_sizes, new_cfi, add_cfi,
10651         dwarf2out_cfi_label, emit_cfa_remember, any_cfis_emitted, add_fde_cfi,
10652         lookup_cfa_1, lookup_cfa, cfa, cfa_store, cfa_remember, args_size,
10653         old_args_size, cfa_equal_p, def_cfa_1, reg_save, initial_return_save,
10654         stack_adjust_offset, barrier_args_size, compute_barrier_args_size_1,
10655         compute_barrier_args_size, dwarf2out_args_size,
10656         dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust,
10657         queued_reg_saves, reg_saved_in_data, regs_saved_in_regs,
10658         compare_reg_or_pc, record_reg_saved_in_reg, last_reg_save_label,
10659         queue_reg_save, dwarf2out_flush_queued_reg_saves,
10660         clobbers_queued_reg_save, reg_saved_in, cfa_temp,
10661         dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
10662         dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
10663         dwarf2out_frame_debug_cfa_expression,
10664         dwarf2out_frame_debug_cfa_restore,
10665         dwarf2out_frame_debug_cfa_window_save, dwarf2out_frame_debug_expr,
10666         dwarf2out_frame_debug, dwarf2out_frame_debug_init,
10667         dwarf2out_cfi_begin_epilogue, dwarf2out_frame_debug_restore_state,
10668         get_cfa_from_loc_descr): Move to dwarf2cfi.c.
10669         (dw_cfi_ref, dw_fde_ref, dw_cfi_oprnd_ref, enum dw_cfi_oprnd_type,
10670         dw_cfi_oprnd, dw_cfi_node, cfi_vec, dw_cfa_location, dw_fde_node,
10671         dw_val_ref, dw_die_ref, const_dw_die_ref, dw_loc_descr_ref,
10672         dw_loc_list_ref, enum dw_val_class, dw_vec_const, dw_val_node,
10673         dw_loc_descr_node): Move to dwarf2out.h.
10674         (current_fde, output_cfi_directive, build_cfa_loc, get_address_mode,
10675         mem_loc_descriptor): Export.
10676         (build_cfa_aligned_loc): Export.  Take CFA as a parameter.
10677         (dwarf2out_frame_init): Extract CIE generation code to
10678         dwarf2cfi_frame_init.
10680 2011-07-07  Eric Botcazou  <ebotcazou@adacore.com>
10682         PR target/49660
10683         * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Add
10684         MASK_V8PLUS, remove commented out flag and reorder.
10686 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
10688         PR c/49644
10689         * c-typeck.c (build_binary_op): For MULT_EXPR and TRUNC_DIV_EXPR with
10690         one non-complex and one complex argument, call c_save_expr on both
10691         operands.
10693 2011-07-07  Martin Jambor  <mjambor@suse.cz>
10695         PR middle-end/49495
10696         * cgraphunit.c (verify_edge_corresponds_to_fndecl): New function.
10697         (verify_cgraph_node): Some functinality moved to
10698         verify_edge_corresponds_to_fndecl, call it.
10700 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
10702         * config.gcc (*local*): Remove.
10703         * doc/install-old.texi: Don't mention local configurations.
10705 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
10707         PR debug/49522
10708         * df-problems.c (dead_debug_reset): Remove dead_debug_uses
10709         referencing debug insns that have been reset.
10710         (dead_debug_insert_before): Don't assert reg is non-NULL,
10711         instead return immediately if it is NULL.
10713 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
10715         * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: Remove.
10717 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
10719         * hw-doloop.c: New file.
10720         * hw-doloop.h: New file.
10721         * Makefile.in (OBJS): Add hw-doloop.o.
10722         (hw-doloop.o): New rule.
10723         ($(obj_out_file)): Add hw-doloop.h dependency.
10724         * config/bfin/bfin.c: Include "hw-doloop.h".
10725         (loop_info, DEF_VEC_P for loop_info, loop_info_d): Remove.
10726         (bfin_dump_loops, bfin_bb_in_loop, bfin_scan_loop): Remove.
10727         (hwloop_optimize): Renamed from bfin_optimize_loop.  Argument
10728         type changed to hwloop_info.  Return bool, true if the loop was
10729         successfully optimized.  Remove code that was moved to
10730         hw-doloop.c, and adjust other parts.
10731         (hwloop_fail): New static function, containing parts that used
10732         to be in bfin_optimize_loop.
10733         (bfin_discover_loop, bfin_discover_loops, free_loops,
10734         bfin_reorder_loops): Remove.
10735         (hwloop_pattern_reg): New static function.
10736         (bfin_doloop_hooks): New variable.
10737         (bfin_reorg_loops): Remove most code, call reorg_loops.
10738         * config/bfin/bfin.md (doloop_end splitter): Also enable if
10739         loop counter is a memory_operand.
10741 2011-07-07  H.J. Lu  <hongjiu.lu@intel.com>
10743         * config.gcc: Support --with-multilib-list for x86 Linux targets.
10745         * configure.ac: Mention x86-64 for --with-multilib-list.
10746         * configure: Regenerated.
10748         * config/i386/gnu-user64.h (SPEC_64): Support x32.
10749         (SPEC_32): Likewise.
10750         (ASM_SPEC): Likewise.
10751         (LINK_SPEC): Likewise.
10752         (TARGET_THREAD_SSP_OFFSET): Likewise.
10753         (TARGET_THREAD_SPLIT_STACK_OFFSET): Likewise.
10754         (SPEC_X32): New.
10756         * config/i386/i386.h (TARGET_X32): New.
10757         (TARGET_LP64): New.
10758         (LONG_TYPE_SIZE): Likewise.
10759         (POINTER_SIZE): Likewise.
10760         (POINTERS_EXTEND_UNSIGNED): Likewise.
10761         (OPT_ARCH64): Support x32.
10762         (OPT_ARCH32): Likewise.
10764         * config/i386/i386.opt (mx32): New.
10766         * config/i386/kfreebsd-gnu64.h (GNU_USER_LINK_EMULATIONX32): New.
10767         (GLIBC_DYNAMIC_LINKERX32): Likewise.
10768         * config/i386/linux64.h (GNU_USER_LINK_EMULATIONX32): Likewise.
10769         (GLIBC_DYNAMIC_LINKERX32): Likewise.
10771         * config/linux.h (UCLIBC_DYNAMIC_LINKERX32): New.
10772         (BIONIC_DYNAMIC_LINKERX32): Likewise.
10773         (GNU_USER_DYNAMIC_LINKERX32): Likewise.
10775         * config/i386/t-linux64: Support TM_MULTILIB_CONFIG.
10777         * doc/install.texi: Document --with-multilib-list for Linux/x86-64.
10779         * doc/invoke.texi: Document -mx32.
10781 2011-07-07  Richard Sandiford  <richard.sandiford@linaro.org>
10783         * doc/invoke.texi (mwords-little-endian): Deprecate.
10784         * config/arm/arm.opt (mwords-little-endian): Likewise.
10785         * config/arm/arm.c (arm_option_override): Warn about the deprecation
10786         of -mwords-little-endian.
10788 2011-07-07  Richard Sandiford  <richard.sandiford@linaro.org>
10790         * reload1.c (choose_reload_regs): Use mode sizes to check whether
10791         an old reload register completely defines the required value.
10793 2011-07-07  Richard Guenther  <rguenther@suse.de>
10795         * fold-const.c (fold_unary_loc): Do not strip sign-changes
10796         for NEGATE_EXPR.
10798 2011-07-07  Richard Guenther  <rguenther@suse.de>
10800         * tree-vrp.c (simplify_conversion_using_ranges): New function.
10801         (simplify_stmt_using_ranges): Call it.
10803 2011-07-07  Kai Tietz  <ktietz@redhat.com>
10805         * tree-ssa-forwprop.c (truth_valued_ssa_name): New function.
10806         (lookup_logical_inverted_value): Likewise.
10807         (simplify_bitwise_binary_1): Likewise.
10808         (simplify_bitwise_binary): Use simplify_bitwise_binary_1.
10810 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
10812         * gcc.c (%[Spec]): Don't document.
10813         (struct spec_list): Update comment.
10814         (do_spec_1): Don't handle %[Spec].
10815         * doc/invoke.texi (%[@var{name}]): Remove documentation of spec.
10817 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
10819         * common/common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't
10820         default based on TARGET_ASM_NAMED_SECTION.
10821         * common/common-target.def (have_named_sections): Default to true.
10822         * common/config/default-common.c: Don't include tm.h.
10823         * common/config/picochip/picochip-common.c
10824         (TARGET_HAVE_NAMED_SECTIONS): Don't define.
10825         * common/config/m32c/m32c-common.c: Remove.
10826         * config.gcc (m32c*-*-*): Set target_has_targetm_common=no.
10827         * config/alpha/osf5.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
10828         * config/i386/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
10829         * config/m68k/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
10830         * config/pa/som.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
10831         * config/pdp11/pdp11.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
10832         * config/vax/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
10834 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
10836         PR middle-end/49640
10837         * gimplify.c (gimplify_compound_lval): For last 2 ARRAY_*REF operands
10838         and last COMPONENT_REF operand call gimplify_expr on it if non-NULL.
10840 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10842         PR libmudflap/49550
10843         * gcc.c (MFWRAP_SPEC): Also wrap mmap64.
10845 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10847         PR target/39150
10848         * configure.ac (gcc_cv_as_hidden): Also accept
10849         x86_64-*-solaris2.1[0-9]*.
10850         (gcc_cv_as_cfi_directive): Likewise.
10851         (gcc_cv_as_comdat_group_group): Likewise.
10852         (set_have_as_tls): Likewise.
10853         * configure: Regenerate.
10854         * config.gcc (i[34567]86-*-solaris2*): Also handle
10855         x86_64-*-solaris2.1[0-9]*.
10856         * config.host (i[34567]86-*-solaris2*): Likewise.
10857         * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
10858         * config/sol2-bi.h (ASM_CPU_DEFAULT_SPEC): Redefine.
10859         [USE_GLD] (ARCH_DEFAULT_EMULATION): Define.
10860         (TARGET_LD_EMULATION): Use it.
10861         * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC): Define.
10862         (SUBTARGET_CPU_EXTRA_SPECS): Add asm_cpu_default.
10863         * config/i386/sol2-bi.h (ASM_CPU32_DEFAULT_SPEC): Define.
10864         (ASM_CPU64_DEFAULT_SPEC): Define.
10865         (ASM_CPU_SPEC): Use %(asm_cpu_default).
10866         (ASM_SPEC): Redefine.
10867         (DEFAULT_ARCH32_P): Define using TARGET_64BIT_DEFAULT.
10868         * config/host-solaris.c [__x86_64__] (TRY_EMPTY_VM_SPACE): Reduce.
10869         * doc/install.texi (Specific, amd64-*-solaris2.1[0-9]*): Document.
10870         (Specific, i?86-*-solaris2.10): Mention x86_64-*-solaris2.1[0-9]*
10871         configuration.
10872         (Specific, x86_64-*-solaris2.1[0-9]*): Document.
10874 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10876         * config/sol2.h (ASM_SPEC): Split into ...
10877         (ASM_SPEC_BASE, ASM_PIC_SPEC): ... this.
10878         * config/i386/sol2.h (ASM_SPEC): Define using ASM_SPEC_BASE.
10879         * config/i386/sol2-bi.h (ASM_CPU_SPEC): Redefine.
10880         (ASM_SPEC): Use ASM_SPEC_BASE.
10881         * config/sparc/sol2.h (ASM_SPEC): Redefine.
10883 2011-07-07  Georg-Johann Lay  <avr@gjlay.de>
10885         * config/avr/avr.md (*reload_insi): Change predicate #1 to
10886         const_int_operand.  Ditto for peep2 producing this insn.
10887         Add argument to output_reload_insisf call.
10888         (*movsi,*movsf): Add argument to output_movsisf call.
10889         (*reload_insf): New insn and new peep2 to produce it.
10890         * config/avr/avr-protos.h (output_movsisf): Change prototype.
10891         (output_reload_insisf): Change prototype.
10892         * config/avr/avr.c (avr_asm_len): New function.
10893         (output_reload_insisf): Rewrite.
10894         (output_movsisf): Change prototype.  output_reload_insisf for
10895         all CONST_INT and CONST_DOUBLE.  ALlow moving 0.0f to memory.
10896         (adjust_insn_length): Add argument to output_movsisf and
10897         output_reload_insisf call.
10899 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
10901         * emit-rtl.c (paradoxical_subreg_p): New function.
10902         * rtl.h (paradoxical_subreg_p): Declare.
10903         * combine.c (set_nonzero_bits_and_sign_copies, get_last_value,
10904         apply_distributive_law, simplify_comparison, simplify_set): Use it.
10905         * cse.c (record_jump_cond, cse_insn): Likewise.
10906         * expr.c (force_operand): Likewise.
10907         * rtlanal.c (num_sign_bit_copies1): Likewise.
10908         * reload1.c (eliminate_regs_1, strip_paradoxical_subreg): Likewise.
10909         * reload.c (push_secondary_reload, find_reloads_toplev): Likewise.
10910         (push_reload): Use precision to check for paradoxical subregs.
10911         * expmed.c (extract_bit_field_1): Likewise.
10913         * machmode.h (HWI_COMPUTABLE_MODE_P): New macro.
10914         * combine.c (set_nonzero_bits_and_sign_copies): Use it.
10915         (find_split-point, combine_simplify_rtx, simplify_if_then_else,
10916         simplify_set, simplify_logical, expand_compound_operation,
10917         make_extraction, force_to_mode, if_then_else_cond, extended_count,
10918         try_widen_shift_mode, simplify_shift_const_1, simplify_comparison,
10919         record_value_for_reg): Likewise.
10920         * expmed.c (expand_widening_mult, expand_mult_highpart): Likewise.
10921         * simplify-rtx. c (simplify_unary_operation_1,
10922         simplify_binary_operation_1, simplify_const_relational_operation):
10923         Likewise.
10925         * explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION
10926         instead of GET_MODE_BITSIZE where appropriate.
10927         * rtlanal.c (subreg_lsb_1, subreg_get_info, nonzero_bits1,
10928         num_sign_bit_copies1, canonicalize_condition, low_bitmask_len,
10929         init_num_sign_bit_copies_in_rep): Likewise.
10930         * cse.c (fold_rtx, cse_insn): Likewise.
10931         * loop-doloop.c (doloop_modify, doloop_optimize): Likewise.
10932         * simplify-rtx.c (simplify_unary_operation_1,
10933         simplify_const_unary_operation, simplify_binary_operation_1,
10934         simplify_const_binary_operation, simplify_ternary_operation,
10935         simplify_const_relational_operation, simplify_subreg): Likewise.
10936         * combine.c (try_combine, find_split_point, combine_simplify_rtx,
10937         simplify_if_then_else, simplify_set, expand_compound_operation,
10938         expand_field_assignment, make_extraction, if_then_else_cond,
10939         make_compound_operation, force_to_mode, make_field_assignment,
10940         reg_nonzero_bits_for_combine, reg_num_sign_bit_copies_for_combine,
10941         extended_count, try_widen_shift_mode, simplify_shift_const_1,
10942         simplify_comparison, record_promoted_value, simplify_compare_const,
10943         record_dead_and_set_regs_1): Likewise.
10945         Revert:
10946         * simplify-rtx.c (simplify_const_binary_operation): Use the
10947         shift_truncation_mask hook instead of performing modulo by width.
10948         Compare against mode precision, not bitsize.
10949         * combine.c (combine_simplify_rtx, simplify_shift_const_1):
10950         Use shift_truncation_mask instead of constructing the value manually.
10952 2011-07-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
10954         * config/rs6000/rs6000-protos.h (rs6000_call_indirect_aix): New
10955         declaration.
10956         (rs6000_save_toc_in_prologue_p): Ditto.
10958         * config/rs6000/rs6000.opt (-mr11): New switch to disable loading
10959         up the static chain (r11) during indirect function calls.
10960         (-msave-toc-indirect): New undocumented debug switch.
10962         * config/rs6000/rs6000.c (struct machine_function): Add
10963         save_toc_in_prologue field to note whether the prologue needs to
10964         save the TOC value in the reserved stack location.
10965         (rs6000_emit_prologue): Use TOC_REGNUM instead of 2.  If we need
10966         to save the TOC in the prologue, do so.
10967         (rs6000_trampoline_init): Don't allow creating AIX style
10968         trampolines if -mno-r11 is in effect.
10969         (rs6000_call_indirect_aix): New function to create AIX style
10970         indirect calls, adding support for -mno-r11 to suppress loading
10971         the static chain, and saving the TOC in the prologue instead of
10972         the call body.
10973         (rs6000_save_toc_in_prologue_p): Return true if we are saving the
10974         TOC in the prologue.
10976         * config/rs6000/rs6000.md (STACK_POINTER_REGNUM): Add more fixed
10977         register numbers.
10978         (TOC_REGNUM): Ditto.
10979         (STATIC_CHAIN_REGNUM): Ditto.
10980         (ARG_POINTER_REGNUM): Ditto.
10981         (SFP_REGNO): Delete, unused.
10982         (TOC_SAVE_OFFSET_32BIT): Add constants for AIX TOC save and
10983         function descriptor offsets.
10984         (TOC_SAVE_OFFSET_64BIT): Ditto.
10985         (AIX_FUNC_DESC_TOC_32BIT): Ditto.
10986         (AIX_FUNC_DESC_TOC_64BIT): Ditto.
10987         (AIX_FUNC_DESC_SC_32BIT): Ditto.
10988         (AIX_FUNC_DESC_SC_64BIT): Ditto.
10989         (ptrload): New mode attribute for the appropriate load of a pointer.
10990         (call_indirect_aix32): Delete, rewrite AIX indirect function calls.
10991         (call_indirect_aix64): Ditto.
10992         (call_value_indirect_aix32): Ditto.
10993         (call_value_indirect_aix64): Ditto.
10994         (call_indirect_nonlocal_aix32_internal): Ditto.
10995         (call_indirect_nonlocal_aix32): Ditto.
10996         (call_indirect_nonlocal_aix64_internal): Ditto.
10997         (call_indirect_nonlocal_aix64): Ditto.
10998         (call): Rewrite AIX indirect function calls.  Add support for
10999         eliminating the static chain, and for moving the save of the TOC
11000         to the function prologue.
11001         (call_value): Ditto.
11002         (call_indirect_aix<ptrsize>): Ditto.
11003         (call_indirect_aix<ptrsize>_internal): Ditto.
11004         (call_indirect_aix<ptrsize>_internal2): Ditto.
11005         (call_indirect_aix<ptrsize>_nor11): Ditto.
11006         (call_value_indirect_aix<ptrsize>): Ditto.
11007         (call_value_indirect_aix<ptrsize>_internal): Ditto.
11008         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
11009         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
11010         (call_nonlocal_aix32): Relocate in the rs6000.md file.
11011         (call_nonlocal_aix64): Ditto.
11013         * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mr11 and
11014         -mno-r11 documentation.
11016 2011-07-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
11018         PR other/49658
11019         * doc/extend.texi (Compound Literals): Fix typo.
11021 2011-07-06  James Greenhalgh  <james.greenhalgh@arm.com>
11023         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add __ARM_FEATURE_DSP.
11025 2011-07-06  Basile Starynkevitch  <basile@starynkevitch.net>
11027         * configure.ac (plugin-version.h): Generate
11028         GCCPLUGIN_VERSION_MAJOR, GCCPLUGIN_VERSION_MINOR,
11029         GCCPLUGIN_VERSION_PATCHLEVEL, GCCPLUGIN_VERSION constant integer
11030         macros.
11032         * configure: Regenerate.
11034         * doc/plugins.texi (Building GCC plugins): Mention
11035         GCCPLUGIN_VERSION ... constant macros in plugin-version.h.
11037 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
11039         * machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.
11040         * combine.c (make_extraction, gen_lowpart_or_truncate,
11041         apply_distributive_law, simplify_comparison,
11042         reg_truncated_to_mode, record_truncated_value): Use it.
11043         * cse.c (notreg_cost): Likewise.
11044         * expmed.c (store_bit_field_1, extract_bit_field_1): Likewise.
11045         * expr.c (convert_move, convert_modes): Likewise.
11046         * optabs.c (expand_binop, expand_unop): Likewise.
11047         * postreload.c (move2add_last_label): Likewise.
11048         * regmove.c (optimize_reg_copy_3): Likewise.
11049         * rtlhooks.c (gen_lowpart_general): Likewise.
11050         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
11052 2011-07-06  Joseph Myers  <joseph@codesourcery.com>
11054         * config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.
11056 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
11058         * cse.c (find_comparison_args): Use val_mode_signbit_set_p.
11059         * simplify-rtx.c (mode_signbit_p): Use GET_MODE_PRECISION.
11060         (val_mode_signbit_p, val_mode_signbit_set_p): New functions.
11061         (simplify_const_unary_operation, simplify_binary_operation_1,
11062         simplify_const_binary_operation, simplify_const_relational_operation):
11063         Use them.  Use GET_MODE_MASK for masking and sign-extensions.
11064         * combine.c (set_nonzero_bits_and_sign_copies, simplify_set,
11065         combine_simplify_rtx, force_to_mode, reg_nonzero_bits_for_combine,
11066         simplify_shift_const_1, simplify_comparison): Likewise.
11067         * expr.c (convert_modes): Likewise.
11068         * rtlanal.c (nonzero_bits1, canonicalize_condition): Likewise.
11069         * expmed.c (emit_cstore, emit_store_flag_1, emit_store_flag): Likewise.
11070         * rtl.h (val_mode_signbit_p, val_mode_signbit_set_p): Declare.
11072         * simplify-rtx.c (simplify_ternary_operation): Remove dead code.
11074 2011-07-06  Richard Guenther  <rguenther@suse.de>
11076         PR tree-optimization/49645
11077         * c-decl.c (finish_decl): Also set DECL_HARD_REGISTER for global
11078         register variables.
11079         * tree-ssa-sccvn.c (vn_reference_op_eq): Disregard differences
11080         in type qualification here ...
11081         (copy_reference_ops_from_ref): ... not here.
11082         (vn_reference_lookup_3): ... or here.
11083         (copy_reference_ops_from_ref): Record decl bases as MEM[&decl].
11084         (vn_reference_lookup): Do the lookup with a valueized ao-ref.
11086 2011-07-06  Ian Lance Taylor  <iant@google.com>
11088         * doc/install.texi (Configuration): It's
11089         --enable-gnu-indirect-function, not --enable-indirect-function.
11091 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
11093         * simplify-rtx.c (simplify_const_binary_operation): Use the
11094         shift_truncation_mask hook instead of performing modulo by width.
11095         Compare against mode precision, not bitsize.
11096         * combine.c (combine_simplify_rtx, simplify_shift_const_1):
11097         Use shift_truncation_mask instead of constructing the value manually.
11099 2011-07-06  H.J. Lu  <hongjiu.lu@intel.com>
11101         PR middle-end/47383
11102         * tree-ssa-address.c (addr_for_mem_ref): Use pointer_mode for
11103         address computation and convert to address_mode if needed.
11105 2011-07-06  Richard Guenther  <rguenther@suse.de>
11107         * tree.c (build_common_tree_nodes_2): Merge with
11108         build_common_tree_nodes.
11109         * tree.h (build_common_tree_nodes): Adjust prototype.
11110         (build_common_tree_nodes_2): Remove.
11111         * doc/tm.texi.in (lang_hooks.builtin_function): Adjust.
11112         * doc/tm.texi (lang_hooks.builtin_function): Regenerate.
11114 2011-07-05  Jakub Jelinek  <jakub@redhat.com>
11116         PR tree-optimization/49618
11117         * tree-eh.c (tree_could_trap_p) <case CALL_EXPR>: For DECL_WEAK
11118         t recurse on the decl.
11119         <case FUNCTION_DECL, case VAR_DECL>: For DECL_WEAK decls
11120         return true if expr isn't known to be defined in current
11121         TU or some other LTO partition.
11123 2011-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
11125         * params.def (PARAM_CASE_VALUES_THRESHOLD): New parameter to
11126         override CASE_VALUES_THRESHOLD.
11128         * stmt.c (toplevel): Include params.h.
11129         (case_values_threshold): Use the --param case-values-threshold
11130         value if non-zero, otherwise use machine dependent value.
11131         (expand_case): Use case_values_threshold.
11133         * Makefile.in (stmt.o): Add $(PARAMS_H) dependency.
11135         * doc/invoke.texi (--param case-values-threshold): Document.
11137 2011-07-05  Richard Henderson  <rth@redhat.com>
11139         * dwarf2out.c (dwarf2out_cfi_label): Make static.
11140         (dwarf2out_flush_queued_reg_saves): Make static.
11141         (dwarf2out_reg_save): Remove.
11142         (dwarf2out_return_save): Remove.
11143         (dwarf2out_return_reg): Remove.
11144         (dwarf2out_reg_save_reg): Remove.
11145         (dwarf2out_def_cfa): Merge into ...
11146         (dwarf2out_frame_init): ... here.
11147         * dwarf2out.h, tree.h: Remove declarations as necessary.
11149 2011-07-05  Richard Henderson  <rth@redhat.com>
11151         * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): Remove.
11152         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
11153         (ia64_expand_epilogue): Emit an empty FRAME_RELATED_EXPR for
11154         the alloc insn.
11156         * config/ia64/ia64.c (ia64_emit_deleted_label_after_insn): Remove.
11157         (IA64_CHANGE_CFA_IN_EPILOGUE): Remove.
11158         (process_epilogue): Don't call dwarf2out_def_cfa.
11160         * config/ia64/ia64.c (ia64_expand_prologue): Use pc_rtx to
11161         indicate the return address save.
11162         (process_cfa_register): Likewise.
11164         * config/ia64/ia64.c (ia64_dwarf2out_def_steady_cfa): Remove.
11165         (process_cfa_adjust_cfa, ia64_asm_unwind_emit): Don't call it.
11167         * config/ia64/ia64.c (ia64_expand_prologue): Emit REG_CFA_REGISTER
11168         for ar.pfs save at alloc insn.
11170 2011-07-05  Richard Henderson  <rth@redhat.com>
11172         * config/arm/arm.c (arm_dwarf_handle_frame_unspec): Remove.
11173         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
11174         (arm_expand_prologue): Use REG_CFA_REGISTER to mark the
11175         stack pointer save.
11176         (arm_unwind_emit_set): Don't recognize UNSPEC_STACK_ALIGN.
11177         (arm_unwind_emit): Walk REG_NOTES for unwinding notes.  Emit
11178         proper unwind info for a REG_CFA_REGISTER save of stack pointer.
11179         * config/arm/arm.md (UNSPEC_STACK_ALIGN): Remove.
11181 2011-07-05  Richard Henderson  <rth@redhat.com>
11183         * config/vax/vax.md (define_c_enum unspecv): New.  Define the
11184         VUNSPEC_* constants here instead of via define_constants.
11185         (VUNSPEC_PEM): New constant.
11186         (procedure_entry_mask): New insn.
11187         (prologue): New expander.
11188         * config/vax/vax.c (vax_add_reg_cfa_offset): New.
11189         (vax_expand_prologue): Rename from vax_output_function_prologue;
11190         emit rtl instead of text.
11191         (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
11192         (print_operand): Add 'x' prefix.
11194 2011-07-05  H.J. Lu  <hongjiu.lu@intel.com>
11196         PR middle-end/47715
11197         * calls.c (precompute_register_parameters): Promote the function
11198         argument before checking non-legitimate constant.
11200 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
11202         PR tree-optimization/47654
11203         * graphite-blocking.c (pbb_strip_mine_time_depth): Do not return bool.
11204         (lst_do_strip_mine_loop): Return an int.
11205         (lst_do_strip_mine): Same.
11206         (scop_do_strip_mine): Same.
11207         (scop_do_block): Loop blocking should strip-mine at least two loops.
11208         * graphite-interchange.c (lst_interchange_select_outer): Return an int.
11209         (scop_do_interchange): Same.
11210         * graphite-poly.h (scop_do_interchange): Update declaration.
11211         (scop_do_strip_mine): Same.
11213 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
11215         * graphite-clast-to-gimple.c (precision_for_value): Removed.
11216         (precision_for_interval): Removed.
11217         (gcc_type_for_interval): Use mpz_sizeinbase.
11219 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
11221         * graphite-ppl.h (value_max): Correct computation of max.
11223 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
11225         * graphite-clast-to-gimple.c (clast_name_to_index): Add missing space.
11227 2011-07-05  Richard Guenther  <rguenther@suse.de>
11229         * c-decl.c (c_init_decl_processing): Defer building common
11230         tree nodes to c_common_nodes_and_builtins.
11232 2011-07-05  Razya Ladelsky  <razya@il.ibm.com>
11234         PR tree-optimization/49580
11235         * tree-cfg.c (gimple_duplicate_sese_tail): Remove handling of
11236         the loop's number of iterations.
11237         * tree-parloops.c (transform_to_exit_first_loop): Add the
11238         handling of the loop's number of iterations before the call
11239         to gimple_duplicate_sese_tail.
11240         Insert the stmt caclculating the new rhs of the loop's
11241         condition stmt to the preheader instead of iters_bb.
11243 2011-07-05  H.J. Lu  <hongjiu.lu@intel.com>
11245         PR rtl-optimization/47449
11246         * fwprop.c (forward_propagate_subreg): Don't propagate hard
11247         register nor zero/sign extended hard register.
11249 2011-07-05  Richard Guenther  <rguenther@suse.de>
11251         PR tree-optimization/49518
11252         PR tree-optimization/49628
11253         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Skip
11254         irrelevant and invariant data-references.
11255         (vect_analyze_data_ref_access): For invariant loads clear the
11256         group association.
11258 2011-07-04  Jakub Jelinek  <jakub@redhat.com>
11260         PR rtl-optimization/49619
11261         * combine.c (combine_simplify_rtx): In PLUS -> IOR simplification
11262         pass VOIDmode as op0_mode to recursive call, and return temp even
11263         when different from tor, just if it is not IOR of the original
11264         PLUS arguments.
11266         PR rtl-optimization/49472
11267         * simplify-rtx.c (simplify_unary_operation_1) <case NEG>: When
11268         negating MULT, negate the second operand instead of first.
11269         (simplify_binary_operation_1) <case MULT>: If one operand is
11270         a NEG and the other is MULT, don't attempt to optimize by negation
11271         of the MULT operand if it only moves the NEG operation around.
11273         PR debug/49602
11274         * tree-into-ssa.c (rewrite_debug_stmt_uses): Disregard
11275         get_current_def return value if it can't be trusted to be
11276         the current value of the variable in the current bb.
11278 2011-07-04  Uros Bizjak  <ubizjak@gmail.com>
11280         PR target/49600
11281         * config/i386/i386.md (SSE2 int->float split): Push operand 1 in
11282         general register to memory for !TARGET_INTER_UNIT_MOVES.
11284 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
11286         PR target/44643
11287         * config/avr/avr.c (avr_insert_attributes): Use TYPE_READONLY
11288         instead of TREE_READONLY.
11290 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
11292         * doc/extend.texi (AVR Built-in Functions): Update documentation
11293         of __builtin_avr_fmul*.
11294         * config/avr/avr.c (avr_init_builtins): Don't depend on AVR_HAVE_MUL.
11295         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Ditto.
11296         * config/avr/avr.md (fmul): Rename to fmul_insn.
11297         (fmuls): Rename to fmuls_insn.
11298         (fmulsu): Rename to fmulsu_insn.
11299         (fmul,fmuls,fmulsu): New expander.
11300         (*fmul.call,*fmuls.call,*fmulsu.call): New Insn.
11301         * config/avr/t-avr (LIB1ASMFUNCS): Add _fmul, _fmuls, _fmulsu.
11302         * config/avr/libgcc.S (__fmul): New function.
11303         (__fmuls): New function.
11304         (__fmulsu,__fmulsu_exit): New function.
11306 2011-07-04  Richard Guenther  <rguenther@suse.de>
11308         PR tree-optimization/49615
11309         * tree-cfgcleanup.c (split_bbs_on_noreturn_calls): Fix
11310         basic-block index check.
11312 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
11314         * longlong.h (count_leading_zeros, count_trailing_zeros,
11315         COUNT_LEADING_ZEROS_0): Define for target avr if W_TYPE_SIZE is 16
11316         resp. 64.
11318 2011-07-03  Ira Rosen  <ira.rosen@linaro.org>
11320         PR tree-optimization/49610
11321         * tree-vect-loop.c (vect_is_slp_reduction): Check that DEF_STMT has
11322         a basic block.
11324 2011-07-02  Eric Botcazou  <ebotcazou@adacore.com>
11325             Olivier Hainque  <hainque@adacore.com>
11326             Nicolas Setton  <setton@adacore.com>
11328         * tree.h (TYPE_ARTIFICIAL): New flag.
11329         * dwarf2out.c (modified_type_die): Add a DW_AT_artificial attribute to
11330         the DIE of the type if it is artificial.
11331         (gen_array_type_die): Likewise.
11332         (gen_enumeration_type_die): Likewise.
11333         (gen_struct_or_union_type_die): Likewise.
11334         * lto-streamer-in.c (unpack_ts_base_value_fields): Use TYPE_ARTIFICIAL.
11335         * lto-streamer-out.c (pack_ts_base_value_fields): Likewise.
11337 2011-07-01  Jakub Jelinek  <jakub@redhat.com>
11339         * tree-object-size.c (pass_through_call): Handle
11340         BUILT_IN_ASSUME_ALIGNED.
11342 2011-07-01  Martin Jambor  <mjambor@suse.cz>
11344         * tree-sra.c (tree_non_mode_aligned_mem_p): Also ignore MEM_REFs.
11346 2011-07-01  H.J. Lu  <hongjiu.lu@intel.com>
11348         PR middle-end/48016
11349         * explow.c (update_nonlocal_goto_save_area): Use proper mode
11350         for stack save area.
11351         * function.c (expand_function_start): Likewise.
11353 2011-07-01  Richard Guenther  <rguenther@suse.de>
11355         PR middle-end/49596
11356         * cgraph.h (varpool_all_refs_explicit_p): Not analyzed nodes
11357         may have unknown refs.
11359 2011-07-01  Kai Tietz  <ktietz@redhat.com>
11361         * tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.
11363 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11365         * config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5.
11366         * doc/install.texi (Specific, alpha*-dec-osf5.1): Document it.
11367         (Specific, mips-sgi-irix6): Likewise.
11369 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11371         PR libmudflap/49549
11372         * doc/sourcebuild.texi (Effective-Target Keywords): Document gld.
11374 2011-07-01  Jakub Jelinek  <jakub@redhat.com>
11376         * tree-pretty-print.c (dump_generic_code) <case CONSTRUCTOR>: Print
11377         [idx]= and [idx1 ... idx2]= before initializers if needed for
11378         array initializers.
11380 2011-07-01  Chen Liqin  <liqin.gcc@gmail.com>
11382         * config.gcc (score-*-elf): Remove score7.o.
11383         * config/score/t-score-elf: Likewise.
11384         * config/score/score.c: Merge score7 to score.c and
11385         remove forwarding functions.
11386         * config/score/score7.c: Deleted.
11387         * config/score/score7.h: Deleted.
11389 2011-07-01  Richard Guenther  <rguenther@suse.de>
11391         PR tree-optimization/49603
11392         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary assert.
11394 2011-06-30  Martin Jambor  <mjambor@suse.cz>
11396         * tree-sra.c (struct access): Rename total_scalarization to
11397         grp_total_scalarization
11398         (completely_scalarize_var): New function.
11399         (sort_and_splice_var_accesses): Set total_scalarization in the
11400         representative access.
11401         (analyze_access_subtree): Propagate total scalarization accross the
11402         tree, no holes in totally scalarized trees, simplify coverage
11403         computation.
11404         (analyze_all_variable_accesses): Call completely_scalarize_var instead
11405         of completely_scalarize_record.
11407 2011-06-30  Richard Henderson  <rth@redhat.com>
11409         * config/i386/i386.h (X86_TUNE_DEEP_BRANCH_PREDICTION): Remove.
11410         (TARGET_DEEP_BRANCH_PREDICTION): Remove.
11411         * config/i386/i386.c: Don't include dwarf2out.h.
11412         (initial_ix86_tune_features): Remove X86_TUNE_DEEP_BRANCH_PREDICTION.
11413         (output_set_got): Don't test TARGET_DEEP_BRANCH_PREDICTION, delete
11414         all code dead thereafter.  Don't do dwarf2out_flush_queued_reg_saves.
11415         (ix86_expand_prologue): Set REG_CFA_FLUSH_QUEUE on set_got insn.
11416         (machopic_output_stub): Don't test TARGET_DEEP_BRANCH_PREDICTION.
11418 2011-06-30  Richard Henderson  <rth@redhat.com>
11420         * reg-notes.def (REG_CFA_FLUSH_QUEUE): New.
11421         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
11422         * final.c (final_scan_insn): Look for it, and invoke
11423         dwarf2out_frame_debug before the insn if found.
11425 2011-06-30  Richard Henderson  <rth@redhat.com>
11427         * dwarf2out.c (dwarf2out_frame_debug_cfa_offset): Allow PC_RTX
11428         as a source, and interpret that as DWARF_FRAME_RETURN_COLUMN.
11430 2011-06-30  Richard Henderson  <rth@redhat.com>
11432         * dwarf2out.c (struct reg_saved_in_data): Provide a typedef.
11433         Define a vector of this type.
11434         (regs_saved_in_regs): Use a VEC.
11435         (num_regs_saved_in_regs): Remove.
11436         (compare_reg_or_pc): New.
11437         (record_reg_saved_in_reg): Split out from...
11438         (dwarf2out_flush_queued_reg_saves): ... here.
11439         (clobbers_queued_reg_save): Update for VEC.
11440         (reg_saved_in): Likewise.
11441         (dwarf2out_frame_debug_init): Likewise.
11442         (dwarf2out_reg_save_reg): Use record_reg_saved_in_reg.
11443         (dwarf2out_frame_debug_cfa_register): Likewise.
11445 2011-06-30  Eric Botcazou  <ebotcazou@adacore.com>
11447         PR tree-optimization/49572
11448         * tree-ssa-dom.c (initialize_hash_element) <GIMPLE_SINGLE_RHS>: Use the
11449         type of the RHS instead of that of the LHS for the expression type.
11451 2011-06-30  Eric Botcazou  <ebotcazou@adacore.com>
11453         * df-scan.c (df_get_entry_block_def_set): Use INCOMING_REGNO macro
11454         unconditionally.
11456 2011-06-30  Richard Guenther  <rguenther@suse.de>
11458         * opts.c (finish_options): Do not disable IPA-PTA during ltrans.
11459         * tree-ssa-structalias.c (create_variable_info_for): Do not
11460         add initial constraints for non-var-decls.  Properly handle
11461         globals in other ltrans partitions.
11462         (intra_create_variable_infos): Manually create constraints for
11463         the fake no-alias parameter.
11464         (ipa_pta_execute): Dump the cgraph, handle ltrans partitions properly
11465         and assert there are no clones.
11467 2011-06-30  Richard Guenther  <rguenther@suse.de>
11469         PR tree-optimization/46787
11470         * tree-data-ref.c (dr_address_invariant_p): Remove.
11471         (find_data_references_in_stmt): Invariant accesses are ok now.
11472         * tree-vect-stmts.c (vectorizable_load): Handle invariant loads.
11473         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
11474         invariant loads.
11476 2011-06-30  Martin Jambor  <mjambor@suse.cz>
11478         PR tree-optimization/49094
11479         * tree-sra.c (tree_non_mode_aligned_mem_p): New function.
11480         (build_accesses_from_assign): Use it.
11482 2011-06-30  Jakub Jelinek  <jakub@redhat.com>
11484         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
11485         handling of BUILT_IN_ASSUME_ALIGNED.
11487         PR debug/49364
11488         * dwarf2out.c (output_abbrev_section): Don't return early
11489         if abbrev_die_table_in_use is 1.
11490         (dwarf2out_finish): Instead don't call output_abbrev_section
11491         nor emit abbrev_section_label in that case.
11493 2011-06-30  Nick Clifton  <nickc@redhat.com>
11495         * config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling
11496         for the V850E.
11498 2011-06-30  Jakub Jelinek  <jakub@redhat.com>
11500         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
11501         handling of BUILT_IN_MEMPCPY_CHK and BUILT_IN_STPCPY_CHK.
11503 2011-06-30  Ira Rosen  <ira.rosen@linaro.org>
11505         * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
11506         both pattern and original statements if necessary.
11507         (vect_transform_loop): Likewise.
11508         * tree-vect-patterns.c (vect_pattern_recog): Update documentation.
11509         * tree-vect-stmts.c (vect_mark_relevant): Add new argument.
11510         Mark the pattern statement only if the original statement doesn't
11511         have its own uses.
11512         (process_use): Call vect_mark_relevant with additional parameter.
11513         (vect_mark_stmts_to_be_vectorized): Likewise.
11514         (vect_get_vec_def_for_operand): Use vectorized pattern statement.
11515         (vect_analyze_stmt): Handle both pattern and original statements
11516         if necessary.
11517         (vect_transform_stmt): Don't store vectorized pattern statement
11518         in the original statement.
11519         (vect_is_simple_use_1): Use related pattern statement only if the
11520         original statement is irrelevant.
11521         * tree-vect-slp.c (vect_get_and_check_slp_defs): Likewise.
11523 2011-06-29  Changpeng Fang  <changpeng.fang@amd.com>
11525         * config/i386/i386.opt (mprefer-avx128): Redefine the flag as a Mask
11526         option.
11527         * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_AVX128_OPTIMAL
11528         entry.
11529         (TARGET_AVX128_OPTIMAL): New definition.
11530         * config/i386/i386.c (initial_ix86_tune_features): Initialize
11531         X86_TUNE_AVX128_OPTIMAL entry.
11532         (ix86_option_override_internal): Enable the generation
11533         of the 128-bit instructions when TARGET_AVX128_OPTIMAL is set.
11534         (ix86_preferred_simd_mode): Use TARGET_PREFER_AVX128.
11535         (ix86_autovectorize_vector_sizes): Use TARGET_PREFER_AVX128.
11537 2011-06-29  Eric Botcazou  <ebotcazou@adacore.com>
11539         PR tree-optimization/49539
11540         * tree-ssa-forwprop.c (can_propagate_from): Check for abnormal SSA
11541         names by means of stmt_references_abnormal_ssa_name.
11542         (associate_plusminus): Call can_propagate_from before propagating
11543         from definition statements.
11544         (ssa_forward_propagate_and_combine): Remove superfluous newline.
11546 2011-06-29  Richard Guenther  <rguenther@suse.de>
11548         * doc/invoke.texi: Document -scev dump modifier.
11549         * tree-pass.h (TDF_SCEV): New dump flag.
11550         * tree-dump.c (dump_option_value_in): Add scev.
11551         * tree-chrec.c: Replace all TDF_DETAILS checks with TDF_SCEV.
11552         * tree-scalar-evolution.c: Likewise.
11554 2011-06-29  Nathan Sidwell  <nathan@codesourcery.com>
11556         * config/arm/unwind-arm.c (enum __cxa_type_match_result): New.
11557         (cxa_type_match): Correct declaration.
11558         (__gnu_unwind_pr_common): Reconstruct additional indirection
11559         when __cxa_type_match returns succeeded_with_ptr_to_base.
11561 2011-06-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11563         PR rtl-optimization/49114
11564         * reload.c (struct replacement): Remove SUBREG_LOC member.
11565         (push_reload): Do not set it.
11566         (push_replacement): Likewise.
11567         (subst_reload): Remove dead code.
11568         (copy_replacements): Remove assertion.
11569         (copy_replacements_1): Do not handle SUBREG_LOC.
11570         (move_replacements): Likewise.
11571         (find_replacement): Remove dead code.  Use reload_adjust_reg_for_mode.
11572         Detect subregs via recursive descent instead of via SUBREG_LOC.
11574 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
11576         * config/avr/avr.c (avr_encode_section_info): Dispatch to
11577         default_encode_section_info.
11579 2011-06-29  Richard Sandiford  <richard.sandiford@linaro.org>
11581         PR tree-optimization/49545
11582         * builtins.c (get_object_alignment_1): Update function comment.
11583         Do not use DECL_ALIGN for functions, but test
11584         TARGET_PTRMEMFUNC_VBIT_LOCATION instead.
11585         * fold-const.c (get_pointer_modulus_and_residue): Don't check
11586         for functions here.
11587         * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
11589 2011-06-29  Jakub Jelinek  <jakub@redhat.com>
11591         PR debug/49567
11592         * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTEND>: Give up for
11593         non-MODE_INT modes instead of asserting the mode has MODE_INT class.
11595 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
11597         PR target/34734
11598         * config/avr/avr.c (avr_handle_progmem_attribute): Move warning
11599         about uninitialized data attributed 'progmem' from here...
11600         (avr_encode_section_info): ...to this new function.
11601         (TARGET_ENCODE_SECTION_INFO): New define.
11602         (avr_section_type_flags): For data in ".progmem.data", remove
11603         section flag SECTION_WRITE.
11605 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
11607         * config/avr/t-avr (LIB1ASMFUNCS): Add _mulhisi3, _umulhisi3,
11608         _xmulhisi3_exit.
11609         * config/avr/libgcc.S (_xmulhisi3_exit): New Function.
11610         (__mulhisi3): Optimize if have MUL*.  Use XJMP instead of rjmp.
11611         (__umulhisi3): Ditto.
11612         * config/avr/avr.md (mulhisi3): New insn expender.
11613         (umulhisi3): New insn expender.
11614         (*mulhisi3_call): New insn.
11615         (*umulhisi3_call): New insn.
11617 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
11619         * Makefile.in (LIBGCC2_CFLAGS): Remove -D__GCC_FLOAT_NOT_NEEDED.
11621 2011-06-28  Richard Henderson  <rth@redhat.com>
11623         * config/arm/arm.c (thumb_pop): Rename from thumb_pushpop.  Delete
11624         all code and arguments that handled pushes.  Update all callers.
11626 2011-06-28  Richard Henderson  <rth@redhat.com>
11628         * config/arm/arm.c (arm_output_function_prologue): Don't call
11629         thumb1_output_function_prologue.
11630         (arm_expand_prologue): Avoid dead store.
11631         (number_of_first_bit_set): Use ctz_hwi.
11632         (thumb1_emit_multi_reg_push): New.
11633         (thumb1_expand_prologue): Merge thumb1_output_function_prologue
11634         to emit the entire prologue as rtl.
11635         (thumb1_output_interwork): Split out from
11636         thumb1_output_function_prologue.
11637         (thumb1_output_function_prologue): Remove.
11638         (arm_attr_length_push_multi): Handle thumb1.
11639         * config/arm/arm.md (VUNSPEC_THUMB1_INTERWORK): New.
11640         (prologue_thumb1_interwork): New.
11641         (*push_multi): Allow thumb1; use push_mult_memory_operand.
11642         * config/arm/predicates.md (push_mult_memory_operand): New.
11644 2011-06-28  Eric Botcazou  <ebotcazou@adacore.com>
11646         * config/sparc/sync.md (*stbar): Delete.
11647         (*membar_v8): New insn to implement UNSPEC_MEMBAR in SPARC-V8.
11649 2011-06-28  Eric Botcazou  <ebotcazou@adacore.com>
11651         * tree-ssa-dom.c (initialize_hash_element): Fix oversight.
11653 2011-06-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11655         * config/sparc/sol2-64.h (TARGET_DEFAULT): Remove.
11656         (TARGET_64BIT_DEFAULT): Define.
11657         * config.gcc (sparc*-*-solaris2*): Move sparc/sol2-64.h to front
11658         of tm_file.
11659         * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Define.
11661 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
11663         * common.opt (in_lto_p): New Variable entry.
11664         * flags.h (in_lto_p): Move to common.opt.
11665         * gcc.c: Include params.h.
11666         (set_option_handlers): Also use common_handle_option and
11667         target_handle_option.
11668         (main): Call global_init_params, finish_params and init_options_struct.
11669         * opts.c (debug_type_names): Move from toplev.c.
11670         (print_filtered_help): Access quiet_flag through opts pointer.
11671         (common_handle_option): Return early in the driver for some options.
11672         Access in_lto_p, dwarf_version and warn_maybe_uninitialized through
11673         opts pointer.
11674         * toplev.c (in_lto_p): Move to common.opt.
11675         (debug_type_names): Move to opts.c.
11676         * Makefile.in (OBJS): Remove opts.o.
11677         (OBJS-libcommon-target): Add opts.o.
11678         (gcc.o): Update dependencies.
11680 2011-06-28  Kai Tietz  <ktietz@redhat.com>
11682         * tree-ssa-forwprop.c (simplify_bitwise_binary): Improve type sinking.
11684 2011-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
11686         * config/arm/vfp.md ("*divsf3_vfp"): Replace '+' constraint modifier
11687         with '=' constraint modifier.
11688         (*divdf3_vfp): Likewise.
11689         ("*mulsf3_vfp"): Likewise.
11690         ("*muldf3_vfp"): Likewise.
11691         ("*mulsf3negsf_vfp"): Likewise.
11692         ("*muldf3negdf_vfp"): Likewise.
11694 2011-06-28  Nick Clifton  <nickc@redhat.com>
11696         * config/mn10300/mn10300.h (LINK_SPEC): Do not use linker
11697         relaxation when performing an incremental link.
11699 2011-06-28  Kai Tietz  <ktietz@redhat.com>
11701         * tree-ssa-math-opts.c (execute_optimize_bswap): Search
11702         within BB from last to first.
11704 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
11706         * genattr-common.c: New.  Based on genattr.c.
11707         * Makefile.in (INSN_ATTR_H): Include insn-attr-common.h.
11708         (MOSTLYCLEANFILES): Add insn-attr-common.h.
11709         (opts.o): Update dependencies.
11710         (.PRECIOUS): Add insn-attr-common.h.
11711         (simple_rtl_generated_h): Add insn-attr-common.h.
11712         (build/genattr-common.o): New.
11713         (genprogrtl): Add attr-common.
11714         * genattr.c (main): Include insn-attr-common.h.  Don't generate
11715         definitions of DELAY_SLOTS or INSN_SCHEDULING.
11716         * opts.c: Include insn-attr-common.h instead of rtl.h and insn-attr.h.
11718 2011-06-28  Georg-Johann Lay  <avr@gjlay.de>
11720         * config.gcc (tm_file): Add elfos.h and avr/elf.h for
11721         avr-*-* and avr-*-rtems* targets.
11723         * config/avr/elf.h: New file.
11724         (ASM_OUTPUT_BEFORE_CASE_LABEL): Define.
11725         (TARGET_ASM_SELECT_SECTION): Define.
11726         (INIT_SECTION_ASM_OP): Undefine.
11727         (FINI_SECTION_ASM_OP): Undefine.
11728         (READONLY_DATA_SECTION_ASM_OP): Undefine.
11729         (PCC_BITFIELD_TYPE_MATTERS): Undefine.
11730         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Undefine.
11731         * config/avr/avr.h:
11732         (PREFERRED_DEBUGGING_TYPE): Move to elf.h.
11733         (TARGET_ASM_NAMED_SECTION): Move to elf.h.
11734         (MAX_OFILE_ALIGNMENT): Move to elf.h.
11735         (STRING_LIMIT): Move to elf.h.
11736         (ASM_DECLARE_FUNCTION_NAME): Move to elf.h.
11737         (ASM_DECLARE_OBJECT_NAME): Remove.
11738         (ESCAPES): Remove.
11739         (ASM_OUTPUT_SKIP): Remove.
11740         (DWARF2_DEBUGGING_INFO): Remove.
11741         (OBJECT_FORMAT_ELF): Remove.
11742         (USER_LABEL_PREFIX): Remove.
11743         (ASM_OUTPUT_EXTERNAL): Remove.
11744         (ASM_OUTPUT_ASCII): Remove.
11745         (TYPE_ASM_OP): Remove.
11746         (SIZE_ASM_OP): Remove.
11747         (WEAK_ASM_OP): Remove.
11748         (STRING_ASM_OP): Remove.
11749         (SET_ASM_OP): Remove.
11750         (ASM_WEAKEN_LABEL): Remove.
11751         (TYPE_OPERAND_FMT): Remove.
11752         (ASM_DECLARE_FUNCTION_SIZE): Remove.
11753         (ASM_FINISH_DECLARE_OBJECT): Remove.
11754         (NO_DOLLAR_IN_LABEL): Remove.
11755         (ASM_GENERATE_INTERNAL_LABEL): Remove.
11756         (ASM_OUTPUT_CASE_LABEL): Remove.
11757         * config/avr/avr.c (avr_asm_output_aligned_decl_common): Use
11758         ASM_OUTPUT_ALIGNED_LOCAL, ASM_OUTPUT_ALIGNED_COMMON.
11759         (gas_output_ascii): Remove.
11760         (gas_output_limited_string): Remove.
11761         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
11762         * config/avr/avr-protos.h
11763         (gas_output_ascii): Remove prototye.
11764         (gas_output_limited_string): Remove prototype.
11766 2011-06-27  Richard Earnshaw  <rearnsha@arm.com>
11768         PR target/48637
11769         * arm.c (arm_print_operand): Allow sym+offset.  Don't abort on invalid
11770         asm operands.
11772 2011-06-27  Jan Hubicka  <jh@suse.cz>
11774         * ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of
11775         node instead of references in node.
11777 2011-06-27  Richard Henderson  <rth@redhat.com>
11779         * config/alpha/alpha.c (vms_patch_builtins): Provide dummy definition.
11780         * config/ia64/ia64.c (ia64_init_builtins): Call vms_patch_builtins
11781         inside ifdef.
11783 2011-06-27  Jakub Jelinek  <jakub@redhat.com>
11785         * c-decl.c (union lang_tree_node): Use it in chain_next expression.
11787         * builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
11788         * builtins.def (BUILT_IN_ASSUME_ALIGNED): New builtin.
11789         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call,
11790         find_func_clobbers): Handle BUILT_IN_ASSUME_ALIGNED.
11791         * tree-ssa-ccp.c (bit_value_assume_aligned): New function.
11792         (evaluate_stmt, execute_fold_all_builtins): Handle
11793         BUILT_IN_ASSUME_ALIGNED.
11794         * tree-ssa-dce.c (propagate_necessity): Likewise.
11795         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
11796         call_may_clobber_ref_p_1): Likewise.
11797         * builtins.c (is_simple_builtin, expand_builtin): Likewise.
11798         (expand_builtin_assume_aligned): New function.
11799         * doc/extend.texi (__builtin_assume_aligned): Document.
11801         PR debug/49544
11802         * cselib.c (promote_debug_loc): If cselib_preserve_constants
11803         and l has two DEBUG_INSN owned locs instead of just one, adjust
11804         the second location's setting_insn too.
11806 2011-06-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11808         PR libmudflap/38738
11809         * config/sol2.h [!USE_GLD] (MFLIB_SPEC): Define.
11811 2011-06-27  Nick Clifton  <nickc@redhat.com>
11813         * config/mn10300/mn10300.md (clzsi2): Use XOR after BSCH to convert
11814         bit position of highest bit set into a count of the high zero bits.
11816 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
11818         * dwarf2out.c (TYPE_DECL_IS_STUB): Extend mechanism to all types.
11820 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
11822         PR lto/48492
11823         * dwarf2out.c (dwarf2out_finish): Do not attach a DIE on the limbo list
11824         to a NULL parent.
11826 2011-06-27  Richard Guenther  <rguenther@suse.de>
11828         PR tree-optimization/49394
11829         * passes.c (execute_one_pass): Restore current_pass after
11830         applying IPA transforms.
11832 2011-06-27  Kai Tietz  <ktietz@redhat.com>
11834         * tree-ssa-math-opts.c (do_shift_rotate): Zero bits
11835         out of type precision after operation.
11836         (find_bswap): Take for limit value the integer auto-promotion
11837         into account.
11839 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
11841         * reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the
11842         forward scan as well.
11844 2011-06-27  Tristan Gingold  <gingold@adacore.com>
11846         PR target/44241
11847         * config/vms/vms-protos.h: New file.
11848         * config/vms/vms-crtlmap.map: New file.
11849         * config/vms/vms.c: New file.
11850         * config/vms/make-crtlmap.awk: New file.
11851         * config/vms/vms-crtl.h: File removed.
11852         * config/vms/vms-crtl-64.h: File removed.
11853         * config/vms/t-vms (vms-crtlmap.h, vms.o): New targets.
11854         * config/alpha/vms64.h: Do not include vms-crtl-64.h
11855         * config/alpha/alpha.c (alpha_init_builtins): Remove code to
11856         clear some builtins on VMS.  Calls vms_patch_builtins.
11857         (avms_asm_output_external): Remove.
11858         * config/alpha/vms.h (ASM_OUTPUT_EXTERNAL): Remove.
11859         (struct crtl_name_spec): Remove
11860         (DO_CTRL_NAMES): Remove.
11861         * config/ia64/vms.h (struct crtl_name_spec): Remove
11862         (DO_CTRL_NAMES): Remove.
11863         * config/ia64/ia64.c (alpha_init_builtins): Remove code to
11864         clear some builtins on VMS.  Calls vms_patch_builtins.
11865         (ia64_asm_output_external): Remove DO_CRTL_NAME.
11866         * config/ia64/vms64.h: Do not include vms-crtl-64.h
11867         * config.gcc (*-*-*vms*): Define extra_objs, target_gtfiles, tm_p_file.
11869 2011-06-27  Tristan Gingold  <gingold@adacore.com>
11871         * config/alpha/alpha.c (alpha_end_function): Always generate .end
11872         directive on VMS.
11874 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
11876         * config/sparc/sparc.c (sparc_frame_pointer_required): Return true if
11877         the function receives nonlocal gotos.
11879 2011-06-27  Richard Guenther  <rguenther@suse.de>
11881         PR tree-optimization/49536
11882         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
11883         For non-scalar inner types use a scalar type according to
11884         the scalar inner mode.
11886 2011-06-27  Richard Guenther  <rguenther@suse.de>
11888         PR tree-optimization/49365
11889         * params.def (min-insn-to-prefetch-ratio): Reduce from 10 to 9.
11891 2011-06-27  Richard Guenther  <rguenther@suse.de>
11893         PR tree-optimization/49169
11894         * fold-const.c (get_pointer_modulus_and_residue): Don't rely on
11895         the alignment of function decls.
11897 2011-06-26  Iain Sandoe  <iains@gcc.gnu.org>
11899         PR target/47997
11900         * config/darwin.c (darwin_mergeable_string_section): Place string
11901         constants in '.cstring' rather than '.const' when CF/NSStrings are
11902         active.
11904 2011-06-26  Eric Botcazou  <ebotcazou@adacore.com>
11906         * config/sparc/sparc.c (save_local_or_in_reg_p): Adjust comment.
11907         (emit_save_register_window): Likewise.
11908         (sparc_expand_prologue): Use SIZE_INT_RTX and SIZE_RTX variables.
11909         (sparc_flat_expand_prologue): Add comment.  Always emit blockage.
11910         Swap back %o7/%i7 in register naming.
11912 2011-06-25  Iain Sandoe  <iains@gcc.gnu.org>
11914         PR driver/49371
11915         * config/darwin.c (darwin_override_options): Improve warning when
11916         mdynamic-no-pic is given together with fPIC/fpic, also warn when it
11917         is given with fpie/fPIE.
11918         * config/darwin.h (PIE_SPEC): New, (LINK_SPEC): Use PIE_SPEC.
11919         * config/darwin9.h (PIE_SPEC): New.
11921 2011-06-25  Basile Starynkevitch  <basile@starynkevitch.net>
11923         * timevar.c (timevar_print): Increase width for display of timevar
11924         name.
11926 2011-06-24  Jakub Jelinek  <jakub@redhat.com>
11928         PR c++/46400
11929         * c-decl.c (union lang_tree_node): Use TYPE_NEXT_VARIANT
11930         instead of TYPE_CHAIN for chain_next for types.
11932 2011-06-24  Richard Henderson  <rth@redhat.com>
11934         * config/sparc/sparc.md (create_flat_frame_1<P:mode>): Remove.
11935         (create_flat_frame_2<P:mode>, create_flat_frame_3<P:mode>): Remove.
11936         * config/sparc/sparc.c (gen_create_flat_frame_1): Remove.
11937         (gen_create_flat_frame_2, gen_create_flat_frame_3): Remove.
11938         (sparc_flat_expand_prologue): Emit individual instructions
11939         instead of one of the above.
11941 2011-06-24  Easwaran Raman  <eraman@google.com>
11943         PR rtl-optimization/49429
11944         PR target/49454
11945         * expr.c (emit_block_move_hints):  Mark MEM_EXPR(x) and
11946         MEM_EXPR(y) addressable if emit_block_move_via_libcall is
11947         used to copy y into x.
11948         * calls.c (initialize_argument_information): Mark
11949         an argument addressable if it is passed by invisible reference.
11950         (emit_library_call_value_1): Mark  MEM_EXPR (val) addressable
11951         if it is passed by reference.
11953 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
11955         PR rtl-optimization/49504
11956         * rtlanal.c (nonzero_bits1): Properly handle addition or
11957         subtraction of a pointer in Pmode if pointers extend unsigned.
11958         (num_sign_bit_copies1): Likewise.
11960 2011-06-24  Martin Jambor  <mjambor@suse.cz>
11962         PR tree-optimizations/49516
11963         * tree-sra.c (sra_modify_assign): Choose the safe path for
11964         aggregate copies if we also did scalar replacements.
11966 2011-06-24  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
11968         PR target/49335
11969         * config/arm/predicates.md (add_operator): New.
11970         * config/arm/arm.md ("*arith_shiftsi"): Fix for SP reg usage in Thumb2.
11972 2011-06-24  Andi Kleen  <ak@linux.intel.com>
11974         * tree-sra.c (type_internals_preclude_sra_p): Add msg
11975         parameter. Split up ifs and report reason in *msg.
11976         (reject): Add.
11977         (find_var_candiate): Add msg variable.
11978         Split up ifs and report reason to reject.
11979         (find_param_candidates): Add msg variable.
11980         Pass msg to type_internals_preclude_sra_p.
11982 2011-06-23  Jeff Law  <law@redhat.com>
11984         PR middle-end/48770
11985         * reload.h (reload): Change to return a bool.
11986         * ira.c (ira): If requested by reload, run a fast DCE pass after
11987         reload has completed.  Fix comment typo.
11988         * reload1.c (need_dce): New file scoped static.
11989         (reload): Set reload_completed here.  Return whether or not a DCE
11990         pass after reload is needed.
11991         (delete_dead_insn): Set need_dce as needed.
11993         PR middle-end/49465
11994         * tree-ssa-threadupate.c (fix_duplicate_block_edges): Fix condition
11995         to detect threading through joiner block.  If there was already
11996         an edge to the new target, then do not change the PHI nodes.
11998 2011-06-23  Jakub Jelinek  <jakub@redhat.com>
12000         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
12001         get_pointer_alignment to see if base isn't sufficiently aligned.
12003 2011-06-23  Jan Hubicka  <jh@suse.cz>
12005         PR tree-optimize/49373
12006         * tree-pass.h (all_late_ipa_passes): Declare.
12007         * cgraphunit.c (init_lowered_empty_function): Fix properties.
12008         (cgraph_optimize): Execute late passes; remove unreachable funcions
12009         after materialization.
12010         * ipa-inline.c (gate_ipa_inline): Enable only when optimizing or
12011         LTOing.
12012         * passes.c (all_late_ipa_passes): Declare.
12013         (dump_passes, register_pass): Handle late ipa passes.
12014         (init_optimization_passes): Move ipa_pta to late passes; schedule
12015         fixup_cfg at beggining of all_passes.
12016         (apply_ipa_transforms): New function.
12017         (execute_one_pass): When doing simple ipa pass, apply all transforms.
12019 2011-06-23  Joseph Myers  <joseph@codesourcery.com>
12021         * params.c: Include common/common-target.h.  Don't include tm.h.
12022         (lang_independent_params): Move from toplev.c.
12023         (global_init_params): New.
12024         * params.h (global_init_params): Declare.
12025         * target.def (default_params): Move to common-target.def.
12026         * toplev.c (lang_independent_options): Remove.
12027         (lang_independent_params): Move to params.c.
12028         (general_init): Use global_init_params.
12029         * common/common-target.def (option_default_params): Move from
12030         target.def.
12031         * common/config/ia64/ia64-common.c: Include params.h.
12032         (ia64_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
12033         from ia64.c.
12034         * common/config/rs6000/rs6000-common.c: Include params.h.
12035         (rs6000_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
12036         from rs6000.c.
12037         * common/config/sh/sh-common.c: Include params.h.
12038         (sh_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
12039         from sh.c.
12040         * common/config/spu/spu-common.c: Include params.h.
12041         (spu_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
12042         from spu.c.
12043         * config/ia64/ia64.c (ia64_option_default_params,
12044         TARGET_OPTION_DEFAULT_PARAMS): Move to ia64-common.c.
12045         * config/rs6000/rs6000.c (rs6000_option_default_params,
12046         TARGET_OPTION_DEFAULT_PARAMS): Move to rs6000-common.c.
12047         * config/sh/sh.c (sh_option_default_params,
12048         TARGET_OPTION_DEFAULT_PARAMS): Move to sh-common.c.
12049         * config/spu/spu.c (spu_option_default_params,
12050         TARGET_OPTION_DEFAULT_PARAMS): Move to spu-common.c.
12051         * Makefile.in (OBJS): Remove params.o.
12052         (OBJS-libcommon-target): Add params.o.
12053         (params.o, $(common_out_object_file)): Update dependencies.
12054         * doc/tm.texi: Regenerate.
12056 2011-06-23  Alan Modra  <amodra@gmail.com>
12058         PR bootstrap/49383
12059         * config/rs6000/rs6000.c (call_ABI_of_interest): Adjust cgraph
12060         invocation for 2011-06-09 changes.
12062 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
12064         PR libgomp/49490
12065         * omp-low.c (expand_omp_for_static_nochunk): Only
12066         use n ceil/ nthreads size for the first n % nthreads threads in the
12067         team instead of all threads except for the last few ones which
12068         get less work or none at all.
12070         PR debug/49496
12071         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Ignore debug
12072         uses.
12074 2011-06-22  Richard Guenther  <rguenther@suse.de>
12076         PR tree-optimization/49493
12077         * tree-ssa-structalias.c (get_constraint_for_ssa_var):
12078         Refer to the alias target of variables.
12079         (associate_varinfo_to_alias_1): Remove.
12080         (ipa_pta_execute): Do not associate aliases with anything.
12081         * cgraph.h (varpool_alias_aliased_node): Fix cut&paste errors.
12082         (cgraph_function_node): Likewise.
12083         (cgraph_function_or_thunk_node): Likewise.
12084         (varpool_variable_node): Likewise.
12086 2011-06-22  Nathan Sidwell  <nathan@codesourcery.com>
12088         * config/arm/arm.h (OPTION_DEFAULT_SPECS): Fix -mtls-dialect typo.
12089         * config.gcc (arm*-*-linux*): Default to gnu tls.
12090         (arm*-*-*): Add --with-tls option.
12091         (all_defaults): Add 'tls'.
12093 2011-06-22  Richard Henderson  <rth@redhat.com>
12095         * reg-notes.def (REG_CFA_WINDOW_SAVE): New.
12096         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
12097         (dwarf2out_frame_debug_cfa_window_save): Rename from
12098         dwarf2out_window_save; make static.
12099         * tree.h (dwarf2out_window_save): Don't declare.
12101         * config/sparc/sparc.c (sparc_dwarf_handle_frame_unspec): Remove.
12102         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
12103         (emit_save_register_window): Rename from gen_save_register_window;
12104         emit the insn and add REG_CFA_* notes.
12105         (sparc_expand_prologue): Update to match.
12106         * config/sparc/sparc.md (save_register_window_1): Simplify from
12107         save_register_window<P:mode>.
12109 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
12111         PR target/49497
12112         * config/i386/i386.md (*lea_general_2): Always allow SImode.
12113         (*lea_general_2_zext): Likewise.
12114         (imul to lea peepholes): Use const359_operand and check
12115         TARGET_PARTIAL_REG_STALL.
12117         * config/i386/predicates.md (const359_operand): New.
12119 2011-06-22  Michael Matz  <matz@suse.de>
12121         * cgraphunit.c (assemble_thunk): Use correct return type.
12123 2011-06-22  Dmitry Plotnikov  <dplotnikov@ispras.ru>
12124             Dmitry Melnik  <dm@ispras.ru>
12126         * config/arm/arm.c (neon_immediate_valid_for_shift): New function.
12127         (neon_output_shift_immediate): Ditto.
12128         * config/arm/arm-protos.h (neon_immediate_valid_for_shift): New
12129         prototype.
12130         (neon_output_shift_immediate): Ditto.
12131         * config/arm/neon.md (vashl<mode>3): Modified constraint.
12132         (vashr<mode>3_imm): New insn pattern.
12133         (vlshr<mode>3_imm): Ditto.
12134         (vashr<mode>3): Modified constraint.
12135         (vlshr<mode>3): Ditto.
12136         * config/arm/predicates.md (imm_for_neon_lshift_operand): New
12137         predicate.
12138         (imm_for_neon_rshift_operand): Ditto.
12139         (imm_lshift_or_reg_neon): Ditto.
12140         (imm_rshift_or_reg_neon): Ditto.
12142         * optabs.c (init_optabs): Init optab codes for vashl, vashr, vlshr.
12144 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
12146         * tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for
12147         builtin calls even if likelyvalue is not CONSTANT.
12148         Handle BUILT_IN_STRDUP and BUILT_IN_STRNDUP like BUILT_IN_MALLOC.
12149         Return get_value_for_expr of first operand
12150         for BUILT_IN_{MEM{CPY,MOVE,SET},STR{,N}CPY}{,_CHK}.
12151         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
12152         BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK like
12153         their non-checking counterparts.
12154         (call_may_clobber_ref_p_1): Likewise.
12155         (stmt_kills_ref_p_1): Handle BUILT_IN_MEM{{,P}CPY,MOVE,SET}_CHK
12156         like their non-checking counterparts.
12157         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
12158         Handle BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK
12159         like their non-checking counterparts.
12160         (find_func_clobbers): Likewise.
12161         * tree-ssa-dce.c (propagate_necessity): Handle BUILT_IN_MEMSET_CHK
12162         like BUILT_IN_MEMSET and BUILT_IN_CALLOC like BUILT_IN_MALLOC.
12164         * dwarf2out.c (size_of_loc_descr, output_loc_operands,
12165         mark_base_types, hash_loc_operands, compare_loc_operands): Allow
12166         DW_OP_GNU_convert and DW_OP_GNU_reinterpret to use constant instead
12167         of base type reference as argument.
12168         (resolve_addr_in_expr): Likewise.  Fix keep computation.
12169         (convert_descriptor_to_signed): Renamed to...
12170         (convert_descriptor_to_mode): ... this.  For wider types convert to
12171         unsigned instead of signed, for <= DWARF2_ADDR_SIZE convert to untyped.
12172         (typed_binop): New function.
12173         (scompare_loc_descriptor, ucompare_loc_descriptor,
12174         minmax_loc_descriptor, mem_loc_descriptor): For wider integer modes
12175         default to unsigned type instead of signed.
12177         PR debug/47858
12178         * gimple.h (enum gimple_debug_subcode): Add GIMPLE_DEBUG_SOURCE_BIND.
12179         (gimple_build_debug_source_bind_stat): New prototype.
12180         (gimple_build_debug_source_bind): Define.
12181         (gimple_debug_source_bind_p, gimple_debug_source_bind_get_var,
12182         gimple_debug_source_bind_get_value,
12183         gimple_debug_source_bind_get_value_ptr,
12184         gimple_debug_source_bind_set_var,
12185         gimple_debug_source_bind_set_value): New inlines.
12186         * gimple.c (gimple_build_debug_source_bind_stat): New function.
12187         * gimple-pretty-print.c (dump_gimple_debug): Handle
12188         GIMPLE_DEBUG_SOURCE_BIND.
12189         * sese.c (rename_uses): Handle gimple_debug_source_bind_p.
12190         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
12191         * tree-parloops.c (eliminate_local_variables,
12192         separate_decls_in_region): Likewise.
12193         (separate_decls_in_region_debug): Renamed from
12194         separate_decls_in_region_debug_bind.  Handle
12195         gimple_debug_source_bind_p.
12196         * tree.h (decl_debug_args_lookup, decl_debug_args_insert): New
12197         prototypes.
12198         (DECL_HAS_DEBUG_ARGS_P): Define.
12199         (struct tree_function_decl): Add has_debug_args_flag field.
12200         * tree.c (debug_args_for_decl): New variable.
12201         (decl_debug_args_lookup, decl_debug_args_insert): New functions.
12202         * tree-into-ssa.c (mark_def_sites): Handle uses in debug stmts.
12203         (rewrite_debug_stmt_uses): New function.
12204         (rewrite_stmt): Use it to rewrite debug stmt uses.
12205         * rtl.def (DEBUG_PARAMETER_REF): New.
12206         * rtl.h (DEBUG_PARAMETER_REF_DECL): Define.
12207         * cselib.c (rtx_equal_for_cselib_1, cselib_hash_rtx): Handle
12208         DEBUG_PARAMETER_REF.
12209         * rtl.c (rtx_equal_p_cb, rtx_equal_p, iterative_hash_rtx): Likewise.
12210         * print-rtl.c (print_rtx): Likewise.
12211         * tree-sra.c (sra_ipa_reset_debug_stmts): Prefer replacing of
12212         SSA_NAMEs with DEBUG_EXPR_DECLs initialized in source bind
12213         debug stmts in the first bb.
12214         * tree-inline.c (remap_ssa_name): If remapping default def
12215         of a PARM_DECL fails, map to a DEBUG_EXPR_DECL set in
12216         a source bind debug stmt.
12217         (remap_gimple_stmt): Handle gimple_debug_source_bind_p.
12218         (maybe_move_debug_stmts_to_successors): Likewise.
12219         (copy_debug_stmt): Likewise.  Avoid shadowing a variable.
12220         (tree_function_versioning): If DECL_HAS_DEBUG_ARGS_P, copy
12221         debug args vector from old_decl to new_decl.
12222         * ipa-prop.c (ipa_modify_call_arguments): For optimized away
12223         or modified parameters, add debug bind stmts before call
12224         setting DEBUG_EXPR_DECL which is remembered in debug args vector.
12225         * cfgexpand.c (expand_call_stmt): Call expand_debug_expr
12226         on DECL_DEBUG_EXPRs from debug args vector.
12227         (expand_debug_source_expr): New function.
12228         (expand_debug_locations): Use it for source bind insns.
12229         (expand_gimple_basic_block): Handle gimple_debug_source_bind_p.
12230         * var-tracking.c (prepare_call_arguments): Add debug args
12231         to call_arguments if any.
12232         * dwarf2out.c (dwarf_stack_op_name, size_of_loc_descr,
12233         output_loc_operands, output_loc_operands_raw, resolve_addr_in_expr,
12234         compare_loc_operands): Handle DW_OP_GNU_parameter_ref.
12235         (get_ref_die_offset, parameter_ref_descriptor): New functions.
12236         (mem_loc_descriptor): Handle DEBUG_PARAMETER_REF.
12237         (gen_subprogram_die): Handle parameters identified by
12238         DEBUG_PARAMETER_REF.
12240 2011-06-22  Nathan Sidwell  <nathan@codesourcery.com>
12242         * doc/invoke.texi (ARM Options): Document -mtls-dialect option.
12243         * doc/install.texi (Configuration): Document --with-tls.
12244         * config/arm/arm.c (enum tls_reloc): Add TLS_DESCSEQ.
12245         (arm_call_tls_get_addr): Clean up. Assert not tls descriptor.
12246         (arm_tls_descseq_addr): New.
12247         (legitimize_tls_address): Add tlsdesc support.
12248         (arm_cannot_copy_insn_p): Check for tlscall.
12249         (arm_emit_tls_decoration): Likewise.
12250         * config/arm/arm.h (TARGET_GNU2_TLS): New.
12251         (OPTION_DEFAULT_SPECS): Add with-tls support.
12252         * config/arm/arm.md (R1_REGNUM): Define.
12253         (tlscall): New.
12254         * config/arm/arm.opt (tls_type): New enumeration type and values.
12255         (mtls-dialect): New switch.
12256         * config/arm/arm-opts.h (enum tls_type): New.
12258 2011-06-21  Nicola Pero  <nicola.pero@meta-innovation.com>
12260         * attribs.c (register_attribute): Added assert to check that all
12261         attribute specs are registered with a name that is not empty and
12262         does not start with '_'.
12263         (decl_attributes): Avoid the lookup of the "naked" attribute spec
12264         if the function has no attributes.
12265         * tree.c (is_attribute_with_length_p): Removed.
12266         (is_attribute_p): Removed.
12267         (private_is_attribute_p): New.
12268         (private_lookup_attribute): New.
12269         (lookup_attribute): Removed.
12270         (lookup_ident_attribute): New.
12271         (remove_attribute): Require the first argument to be in the form
12272         'text', not '__text__'.  Updated asserts.
12273         (merge_attributes): Use lookup_ident_attributes instead of
12274         lookup_attribute.
12275         (merge_dllimport_decl_attributes): Use remove_attribute.
12276         (attribute_list_contained): Likewise.
12277         (attribute_list_equal): Immediately return 1 if the arguments are
12278         identical pointers.
12279         * tree.h (is_attribute_p): Made inline.  Return a 'bool', not an
12280         'int'.  Require the first argument to be in the form 'text', not
12281         '__text__'.  Require the second argument to be an identifier.
12282         (lookup_attribute): Made inline.  Require the first argument to be
12283         in the form 'text', not '__text__'.
12284         (private_is_attribute_p, private_lookup_attribute): New.
12285         Updated comments.
12287 2011-06-21  Andrew MacLeod  <amacleod@redhat.com>
12289         * builtins.c: Add sync_ or SYNC__ to builtin names.
12290         * sync-builtins.def: Add sync_ or SYNC__ to builtin names.
12291         * omp-low.c: Add sync_ or SYNC__ to builtin names.
12293 2011-06-21  Georg-Johann Lay  <avr@gjlay.de>
12295         PR target/33049
12296         * config/avr/avr.md (extzv): New expander.
12297         (*extzv): New insn.
12298         (*extzv.qihi1, *extzv.qihi2): New insn-and-split.
12299         * config/avr/constraints.md (C04): New constraint.
12300         * doc/md.texi (Machine Constraints): Document it.
12302 2011-06-21  Jakub Jelinek  <jakub@redhat.com>
12304         PR middle-end/49489
12305         * builtins.c (expand_builtin_unop): Call expand_unop with 0 as
12306         unsignedp argument instead of 1 for clrsb_optab.
12307         (fold_builtin_bitop): Fix masking for width > HOST_BITS_PER_WIDE_INT
12308         and < 2 * HOST_BITS_PER_WIDE_INT.  Optimize BUILT_IN_CLRSB*.
12309         (fold_builtin_1): Call fold_builtin_binop for BUILT_IN_CLRSB*.
12310         * optabs.c (widen_leading): Call widen_operand and expand_unop
12311         with 0 as unsignedp argument instead of 1 for clrsb_optab.
12312         (expand_unop): Subtract difference of mode sizes also for clrsb_optab.
12314 2011-06-21  Georg-Johann Lay  <avr@gjlay.de>
12316         * config/avr/avr.md (*jcindirect_jump): Fix build warning.
12318 2011-06-21  Bernd Schmidt  <bernds@codesourcery.com>
12320         * gensupport.c (add_define_attr): New static function.
12321         (is_predicable): Allow multi-alternative lists for the "predicable"
12322         attribute.
12323         (modify_attr_enabled_ce, alter_attrs_for_insn): New static functions.
12324         (process_one_cond_exec): Call alter_attrs_for_insn.
12325         * doc/md.texi (Defining Attributes): Mention some standard names.
12326         (Conditional Execution): Update documentation for "predicable".
12328         * doc/extend.texi (__builtin_clrsb, __builtin_clrsbl,
12329         __builtin_clrsbll): Document.
12330         * doc/rtl.texi (clrsb): New entry.
12331         * optabs.c (widen_leading): Renamed from widen_clz.  New argument
12332         UNOPTAB.  All callers changed.  Use UNOPTAB instead of clz_optab.
12333         (expand_unop): Handle clrsb_optab.
12334         (init_optabs): Initialize it.
12335         * optabs.h (enum optab_index): New entry OTI_clrsb.
12336         (clrsb_optab): Define.
12337         * genopinit.c (optabs): Add an entry for it.
12338         * builtins.c (expand_builtin): Handle clrsb builtin functions.
12339         * builtins.def (BUILT_IN_CLRSB, BUILT_IN_CLRSBIMAX, BUILT_IN_CLRSBL,
12340         BUILT_IN_CLRSBLL): New.
12341         * rtl.def (CLRSB): New code.
12342         * dwarf2out.c (mem_loc_descriptor): Handle it.
12343         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
12344         Use op_mode rather than mode when optimizing ffs, clz, ctz, parity
12345         and popcount.
12346         * libgcc2.c (__clrsbSI2, __clrsbDI2): New functions.
12347         * libgcc2.h (__clrsbSI2, __clrsbDI2): Define and declare.
12348         (__ctzDI2): Move declaration.
12349         * config/bfin/bfin.md (clrsbsi2): New expander.
12350         (signbitssi2): Use the CLRSB rtx.
12351         (clrsbhi2): Renamed from signbitshi2.  Use the CLRSB rtx.
12352         * config/bfin/bfin.c (bdesc_1arg): Changed accordingly.
12354 2011-06-21  Richard Guenther  <rguenther@suse.de>
12356         * ipa-inline-transform.c (inline_transform): Fix previous change.
12358 2011-06-21  Ira Rosen  <ira.rosen@linaro.org>
12360         PR tree-optimization/49478
12361         * tree-vect-loop.c (vectorizable_reduction): Handle DOT_PROD_EXPR
12362         with constant operand.
12364 2011-06-21  Richard Guenther  <rguenther@suse.de>
12366         * ipa-inline-transform.c (inline_transform): Fix typo.
12368 2011-06-21  Richard Guenther  <rguenther@suse.de>
12370         PR tree-optimization/49483
12371         * tree-vect-stmts.c (vectorizable_assignment): Also handle
12372         VIEW_CONVERT_EXPR conversions.
12374 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
12376         * config/avr/avr-mcus.def, config/avr/genopt.sh: New files.
12377         * config/avr/avr-tables.opt: New file (generated).
12378         * config.gcc (avr-*-*): Use avr/avr-tables.opt.
12379         * config/avr/avr-devices.c (avr_mcu_types): Move contents to
12380         avr-mcus.def.
12381         * config/avr/avr.c (avr_help, TARGET_HELP): Remove.
12382         (avr_option_override): Don't process -mmcu= argument here.  Set
12383         avr_current_device using avr_mcu_index.
12384         (avr_file_start): Use avr_current_device->name instead of avr_mcu_name.
12385         * config/avr/avr.opt (mmcu=): Use Enum.
12386         * config/avr/t-avr (avr-devices.o): Update dependencies.
12387         ($(srcdir)/config/avr/avr-tables.opt): New.
12388         * target.def (help): Remove.
12389         * doc/tm.texi.in (TARGET_HELP): Remove.
12390         * doc/tm.texi: Regenerate.
12391         * opts.c: Don't include target.h.
12392         (common_handle_option): Don't call targetm.help.
12393         * system.h (TARGET_HELP): Poison.
12394         * Makefile.in (opts.o): Update dependencies.
12396 2011-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12398         * config/usegld.h: New file.
12399         * config/sol2.h (PREFERRED_DEBUGGING_TYPE): Remove.
12400         (CPP_SUBTARGET_SPEC): Remove -compat-bsd support.
12401         (LIB_SPEC): Likewise.  Search /lib.
12402         (LINK_ARCH32_SPEC_BASE): Remove -compat-bsd support.
12403         (RDYNAMIC_SPEC): Handle GNU ld.
12404         [HAVE_LD_EH_FRAME_HDR && TARGET_DL_ITERATE_PHDR] (LINK_EH_SPEC):
12405         Define.
12406         (SUPPORTS_INIT_PRIORITY): Only disable for Sun ld.
12407         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Define.
12408         [!USE_GAS] (NO_DBX_BNSYM_ENSYM): Redefine.
12409         (STACK_CHECK_STATIC_BUILTIN): Define.
12410         * config/sol2.opt (compat-bsd): Remove.
12411         * config/sol2-10.h (TARGET_C99_FUNCTIONS): Remove undef.
12412         * config/sol2-bi.h: New file.
12413         * config/sol2-gld.h: Remove.
12414         * config/i386/sol2.h (TLS_COMMON_ASM_OP): Only define if !USE_GAS.
12415         (NO_DBX_BNSYM_ENSYM): Remove.
12416         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
12417         (STACK_CHECK_STATIC_BUILTIN): Remove.
12418         Test USE_GLD instead of TARGET_GNU_LD.
12419         * config/i386/sol2-10.h: Rename to ...
12420         * config/i386/sol2-bi.h .. this.
12421         (SUBTARGET_EXTRA_SPECS): Redefine.
12422         (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Remove.
12423         (MULTILIB_DEFAULTS): Remove.
12424         (DEFAULT_ARCH32_P): Define.
12425         (LINK_ARCH64_SPEC_BASE, LINK_ARCH64_SPEC): Remove.
12426         (ARCH64_SUBDIR): Define.
12427         Test USE_GLD instead of TARGET_GNU_LD.
12428         (I386_EMULATION): Rename to ...
12429         (ARCH32_EMULATION): ... this.
12430         (X86_64_EMULATION): Rename to ...
12431         (ARCH64_EMULATION): ... this.
12432         (TARGET_LD_EMULATION): Remove.
12433         (LINK_ARCH_SPEC): Remove.
12434         * config/i386/sol2-gas.h: Remove.
12435         * config/i386/t-sol2-10: Rename to ...
12436         * config/i386/t-sol2-64: ... this.
12437         * config/sparc/sol2.h (SPARC_DEFAULT_CMODEL): Redefine.
12438         (AS_SPARC64_FLAG): Define.
12439         (ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC): Redefine.
12440         (CPP_CPU64_DEFAULT_SPEC, ASM_CPU32_DEFAULT_SPEC): Redefine
12441         depending on TARGET_CPU_DEFAULT.
12442         (CPP_CPU_SPEC): Redefine.
12443         (ASM_CPU_SPEC): Handle DEFAULT_ARCH32_P.
12444         (CPP_CPU_DEFAULT_SPEC, ASM_CPU_DEFAULT_SPEC): Redefine.
12445         (CPP_ARCH32_SPEC, CPP_ARCH64_SPEC, CPP_ARCH_SPEC): Redefine.
12446         (ASM_ARCH_SPEC, ASM_ARCH32_SPEC, ASM_ARCH64_SPEC,
12447         ASM_ARCH_DEFAULT_SPEC): Redefine.
12448         (SUBTARGET_EXTRA_SPECS): Add LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
12449         LINK_ARCH_DEFAULT_SPEC.
12450         [USE_GLD] (ARCH32_EMULATION, ARCH64_EMULATION): Define.
12451         [USE_GLD] (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC): Redefine.
12452         (ARCH64_SUBDIR): Define.
12453         (LINK_ARCH64_SPEC): Redefine.
12454         (CC1_SPEC): Redefine.
12455         (OPTION_DEFAULT_SPECS): Redefine.
12456         (MULTILIB_DEFAULTS): Define.
12457         (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Redefine.
12458         [USE_GAS && HAVE_AS_TLS] (TARGET_SUN_TLS, TARGET_GNU_TLS): Redefine.
12459         [USE_GLD] (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undef.
12460         (NO_DBX_BNSYM_ENSYM): Remove.
12461         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
12462         (ASM_OUTPUT_ALIGN_WITH_NOP): Only define if !USE_GAS.
12463         (TARGET_ASM_NAMED_SECTION): Likewise.
12464         (STACK_CHECK_STATIC_BUILTIN): Remove.
12465         * config/sparc/sol2-bi.h: Remove.
12466         * config/sparc/sol2-gas-bi.h: Remove.
12467         * config/sparc/sol2-gas.h: Remove.
12468         * config/sparc/sol2-gld-bi.h: Remove.
12469         * config.gcc (i[34567]86-*-solaris2*, sparc*-*-solaris2*): Move
12470         common parts ...
12471         (*-*-solaris2*): ... here.
12473 2011-06-21  Christian Bruel  <christian.bruel@st.com>
12475         PR other/43564
12476         * ipa-inline.c (can_inline_edge_p): Check
12477         !DECL_DISREGARD_INLINE_LIMITS.
12479 2011-06-21  Christian Bruel  <christian.bruel@st.com>
12481         PR middle-end/49139
12482         * cgraphunit.c (process_function_and_variable_attributes): warn when
12483         always_inline functions that are not inline.
12484         * ipa-inline-transform.c (inline_transform): Always call
12485         optimize_inline.
12486         * tree-inline.c (tree_inlinable_function_p): Use error instead
12487         of sorry.
12488         (expand_call_inline): Likewise.
12490 2011-06-21  Jakub Jelinek  <jakub@redhat.com>
12492         * Makefile.in (dg_target_exps): Set.
12493         (check_gcc_parallelize): Parallelize gcc testing into 10 jobs
12494         instead of 7, try to divide it more evenly.
12496 2011-06-20  Changpeng Fang  <changpeng.fang@amd.com>
12498         PR target/49089
12499         * config/i386/i386.c (avx256_split_unaligned_load): New definition.
12500         (avx256_split_unaligned_store): New definition.
12501         (ix86_option_override_internal): Enable avx256 unaligned load/store
12502         splitting only when avx256_split_unaligned_load/store is set.
12504 2011-06-20  Bernd Schmidt  <bernds@codesourcery.com>
12506         * regrename.c (scan_rtx_reg): Handle the case where we write to an
12507         open chain in a smaller mode without failing the entire block.
12509 2011-06-21  Alan Modra  <amodra@gmail.com>
12511         * config/rs6000/rs6000.c (rs6000_cannot_force_const_mem): Match
12512         CONST high part large-toc address.
12513         (rs6000_tls_referenced_p): Make static.
12514         * config/rs6000/rs6000-protos.h (rs6000_tls_referenced_p): Delete.
12516 2011-06-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
12518         PR target/49385
12519         * config/arm/thumb2.md (*thumb2_movhi_insn): Make sure atleast
12520         one of the operands is a register.
12522 2011-06-20  Kai Tietz  <ktietz@redhat.com>
12524         * fold-const.c (fold_binary_loc): Add missing folding for truth-not
12525         operations in combination with binary and.
12527 2011-06-20  Bernd Schmidt  <bernds@codesourcery.com>
12529         * regrename.c (do_replace): Don't update notes.
12531 2011-06-20  Alan Modra  <amodra@gmail.com>
12533         * config/rs6000/rs6000.c (create_TOC_reference): Wrap high part
12534         of toc-relative address in CONST.
12535         (rs6000_delegitimize_address): Recognize changed address.
12536         (rs6000_legitimize_reload_address): Likewise.
12537         (rs6000_emit_move): Don't force these constants to memory.
12538         * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Wrap high part of
12539         toc-relative address in CONST.
12540         (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
12541         (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
12543 2011-06-18  H.J. Lu  <hongjiu.lu@intel.com>
12545         * longlong.h (count_leading_zeros): Use long long builtin for x86-64.
12546         (count_trailing_zeros): Likewise.
12548 2011-06-18  H.J. Lu  <hongjiu.lu@intel.com>
12550         PR other/49325
12551         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Properly check if
12552         .init_array can be used with .ctors on targets.
12553         * configure: Regenerated.
12555 2011-06-18  Eric Botcazou  <ebotcazou@adacore.com>
12557         * tree-sra.c (type_internals_preclude_sra_p) <ARRAY_TYPE>: Return true
12558         if the element type is volatile.
12560 2011-06-18  Jan Hubicka  <jh@suse.cz>
12562         * lto-symtab.c (lto_varpool_replace_node): Remove code handling
12563         extra name aliases.
12564         (lto_symtab_resolve_can_prevail_p): Likewise.
12565         (lto_symtab_merge_cgraph_nodes): Update alias_of pointers.
12566         * cgraphbuild.c (record_reference): Remove extra body alias code.
12567         (mark_load): Likewise.
12568         (mark_store): Likewise.
12569         * cgraph.h (varpool_node): Remove extra_name filed;
12570         add alias_of and extraname_alias.
12571         (varpool_create_variable_alias, varpool_for_node_and_aliases): Declare.
12572         (varpool_alias_aliased_node): New inline function.
12573         (varpool_variable_node): New function.
12574         * cgraphunit.c (handle_alias_pairs): Handle also variable aliases.
12575         * ipa-ref.c (ipa_record_reference): Allow aliases on variables.
12576         * lto-cgraph.c (lto_output_varpool_node): Update streaming.
12577         (input_varpool_node): Likewise.
12578         * lto-streamer-out.c (produce_symtab): Remove extra name aliases.
12579         (varpool_externally_visible_p): Remove extra body alias code.
12580         (function_and_variable_visibility): Likewise.
12581         * tree-ssa-structalias.c (associate_varinfo_to_alias_1): New function.
12582         (ipa_pta_execute): Use it.
12583         * varpool.c (varpool_remove_node): Remove extra name alias code.
12584         (varpool_mark_needed_node): Likewise.
12585         (varpool_analyze_pending_decls): Analyze aliases.
12586         (assemble_aliases): New functoin.
12587         (varpool_assemble_decl): Use it.
12588         (varpool_create_variable_alias): New function.
12589         (varpool_extra_name_alias): Rewrite.
12590         (varpool_for_node_and_aliases): New function.
12592 2011-06-18  Jakub Jelinek  <jakub@redhat.com>
12594         PR target/49411
12595         * config/i386/i386.c (ix86_expand_multi_arg_builtins): If
12596         last_arg_constant and last argument doesn't match its predicate,
12597         for xop_vpermil2<mode>3 error out and for xop_rotl<mode>3
12598         if it is CONST_INT, mask it, otherwise expand using rotl<mode>3.
12599         (ix86_expand_sse_pcmpestr, ix86_expand_sse_pcmpistr): Fix
12600         spelling of error message.
12601         * config/i386/sse.md (sse4a_extrqi, sse4a_insertqi,
12602         vcvtps2ph, *vcvtps2ph, *vcvtps2ph_store, vcvtps2ph256): Use
12603         const_0_to_255_operand instead of const_int_operand.
12605         Revert:
12606         2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
12608         * config/i386/sse.md (blendbits): Remove mode attribute.
12609         (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
12610         instead of const_0_to_<blendbits>_operand for operand 3 predicate.
12611         Check integer value of operand 3 in insn constraint.
12613 2011-06-17  Hans-Peter Nilsson  <hp@axis.com>
12615         PR rtl-optimization/48542
12616         * reload.c (find_equiv_reg): Stop looking when finding a
12617         setjmp-type call.
12618         * reload1.c (reload_as_needed): Invalidate all reload
12619         registers when crossing a setjmp-type call.
12621 2011-06-16  Jeff Law  <law@redhat.com>
12623         * tree-ssa-threadupdate.c (struct redirection_data): New field
12624         intermediate_edge.
12625         (THREAD_TARGET2): Define.
12626         (redirection_data_eq): Also check that the intermediate edge is equal.
12627         (lookup_redirection_data): Drop useless argument.  Extract the
12628         outgoing_edge and intermediate edge from E.  Callers updated.
12629         (copy_phi_args, update_destination_phis): New functions.
12630         (fix_duplicate_block_edges): Likewise.
12631         (create_edge_and_update_destination_phis): Duplicate all the edges
12632         hung off e->aux.  Use copy_phi_args.
12633         (create_duplicates): Use fix_duplicate_block_edges.
12634         (fixup_template_block): Likewise.
12635         (redirect_edges): If necessary, redirect the joiner block's incoming
12636         edge to the duplicate of the joiner block.
12637         (thread_block): Don't muck up loops when threading through a joiner
12638         block.
12639         (thread_through_loop_header): Handle threading through a joiner block.
12640         (mark_threaded_blocks, register_jump_thread): Likewise.
12641         * tree-flow.h (register_jump_thread): Add new argument.  Callers
12642         updated.
12643         * tree-ssa-threadedge.c (phi_args_equal_on_edges): New function.
12644         (thread_across_edge): Handle threading through a joiner block.
12646 2011-06-16  Martin Jambor  <mjambor@suse.cz>
12648         PR tree-optimization/49343
12649         * tree-sra.c (build_ref_for_model): Use component_ref_field_offset to
12650         calculate offset, provide 2nd operand for the new COMPONENT_REF.
12652 2011-06-16  Iain Sandoe  <iains@gcc.gnu.org>
12654         * config/darwin-protos.h (machopic_select_rtx_section): Move to
12655         inside RTX_CODE ifdef.
12657 2011-06-16  Tom de Vries  <tom@codesourcery.com>
12659         PR target/45098
12660         * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith):
12661         Disallow NULL pointer for pointer arithmetic.
12663 2011-06-16  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
12665         PR target/49398
12666         Revert.
12667         2011-06-10  Wei Guozhi  <carrot@google.com>
12669         PR target/45335
12670         * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
12671         stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
12672         (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
12673         related peephole2.
12674         (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
12675         related peephole2.
12676         * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
12677         (arm_legitimate_ldrd_p): New prototype.
12678         (arm_output_ldrd): New prototype.
12679         * config/arm/arm.c (arm_check_ldrd_operands): New function.
12680         (arm_legitimate_ldrd_p): New function.
12681         (arm_output_ldrd): New function.
12683 2011-06-16  Joern Rennecke  <joern.rennecke@embecosm.com>
12685         PR middle-end/46500
12686         * doc/tm.texi.in: Update Copyright date.
12687         * doc/tm.texi: Regenerate.
12688         * targhooks.c (default_setup_incoming_varargs): Replace
12689         CUMULATIVE_ARGS* argument type with cumulative_args_t.
12690         (default_pretend_outgoing_varargs_named): Likewise.
12691         (hook_pass_by_reference_must_pass_in_stack): Likewise.
12692         (hook_callee_copies_named): Likewise.
12693         (default_function_arg_advance): Likewise.
12694         (default_function_arg): Likewise.
12695         (default_function_incoming_arg): Likewise.
12696         (hook_bool_CUMULATIVE_ARGS_false): Likewise.
12697         (hook_bool_CUMULATIVE_ARGS_true): Likewise.
12698         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
12699         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
12700         (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
12701         * targhooks.h (default_setup_incoming_varargs): Likewise.
12702         (default_pretend_outgoing_varargs_named): Likewise.
12703         (hook_pass_by_reference_must_pass_in_stack): Likewise.
12704         (hook_callee_copies_named): Likewise.
12705         (default_function_arg_advance): Likewise.
12706         (default_function_arg): Likewise.
12707         (default_function_incoming_arg): Likewise.
12708         (hook_bool_CUMULATIVE_ARGS_false): Likewise.
12709         (hook_bool_CUMULATIVE_ARGS_true): Likewise.
12710         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
12711         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
12712         (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
12713         * target.def (pass_by_reference): Likewise.
12714         (setup_incoming_varargs, strict_argument_naming): Likewise.
12715         (pretend_outgoing_varargs_named, callee_copies): Likewise.
12716         (arg_partial_bytes, function_arg_advance, function_arg): Likewise.
12717         (function_incoming_arg): Likewise.
12718         * target.h: Don't include "tm.h" .
12719         (cumulative_args_t): New typedef.
12720         [GCC_TM_H] (get_cumulative_args): New static inline function.
12721         [GCC_TM_H] (pack_cumulative_args): Likewise.
12722         * config/alpha/alpha.c (alpha_function_arg): Replace CUMULATIVE_ARGS*
12723         argument type with cumulative_args_t.
12724         (alpha_function_arg_advance, alpha_arg_partial_bytes): Likewise.
12725         (alpha_pass_by_reference, alpha_setup_incoming_varargs): Likewise.
12726         * config/frv/frv.c (frv_setup_incoming_varargs): Likewise.
12727         (frv_arg_partial_bytes, frv_function_arg): Likewise.
12728         (frv_function_incoming_arg, frv_function_arg_advance): Likewise.
12729         (frv_function_arg_1): Likewise.
12730         * config/s390/s390.c (s390_pass_by_reference): Likewise.
12731         (s390_function_arg_advance, s390_function_arg): Likewise.
12732         * config/m32c/m32c.c (m32c_function_arg): Likewise.
12733         (m32c_pass_by_reference, m32c_function_arg_advance): Likewise.
12734         (m32c_strict_argument_naming): Likewise.
12735         * config/spu/spu.c (spu_pass_by_reference, spu_function_arg): Likewise.
12736         (spu_function_arg_advance): Likewise.
12737         (spu_setup_incoming_varargs): Likewise.  Make static.
12738         * config/spu/spu-protos.h (spu_setup_incoming_varargs):
12739         Remove prototype.
12740         * config/sparc/sparc.c (sparc_strict_argument_naming): Replace
12741         CUMULATIVE_ARGS* argument type with cumulative_args_t.
12742         (sparc_pass_by_reference, sparc_function_arg_advance): Likewise.
12743         (sparc_function_arg, sparc_function_incoming_arg): Likewise.
12744         (sparc_arg_partial_bytes, sparc_function_arg_1): Likewise.
12745         * config/mep/mep.c (mep_setup_incoming_varargs): Likewise.
12746         (mep_pass_by_reference, mep_function_arg): Likewise.
12747         (mep_function_arg_advance): Likewise.
12748         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
12749         (m32r_pass_by_reference, m32r_arg_partial_bytes): Likewise.
12750         (m32r_function_arg, m32r_function_arg_advance): Likewise.
12751         * config/rx/rx.c (rx_function_arg, rx_function_arg_advance): Likewise.
12752         * config/i386/i386.c (ix86_function_arg_advance): Likewise.
12753         (ix86_function_arg, ix86_pass_by_reference): Likewise.
12754         (ix86_setup_incoming_varargs): Likewise.
12755         * config/sh/sh.c (sh_setup_incoming_varargs): Likewise.
12756         (sh_strict_argument_naming): Likewise.
12757         (sh_pretend_outgoing_varargs_named, sh_pass_by_reference): Likewise.
12758         (sh_callee_copies, sh_arg_partial_bytes): Likewise.
12759         (sh_function_arg_advance, sh_function_arg): Likewise.
12760         * config/pdp11/pdp11.c (pdp11_function_arg): Likewise.
12761         (pdp11_function_arg_advance): Likewise.
12762         * config/microblaze/microblaze.c (microblaze_function_arg_advance):
12763         Likewise.
12764         (microblaze_function_arg, function_arg_partial_bytes): Likewise.
12765         * config/avr/avr.c (avr_function_arg): Likewise.
12766         (avr_function_arg_advance): Likewise.
12767         * config/xtensa/xtensa.c (xtensa_function_arg_advance): Likewise.
12768         (xtensa_function_arg, xtensa_function_incoming_arg): Likewise.
12769         (xtensa_function_arg_1): Likewise.
12770         * config/stormy16/stormy16.c (xstormy16_function_arg_advance):
12771         Likewise.
12772         (xstormy16_function_arg): Likewise.
12773         * config/fr30/fr30.c (fr30_setup_incoming_varargs): Likewise.
12774         (fr30_arg_partial_bytes, fr30_function_arg): Likewise.
12775         (fr30_function_arg_advance): Likewise.
12776         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
12777         (lm32_function_arg, lm32_function_arg_advance): Likewise.
12778         * config/moxie/moxie.c (moxie_setup_incoming_varargs): Likewise.
12779         (moxie_function_arg, moxie_function_arg_advance): Likewise.
12780         (moxie_pass_by_reference, moxie_arg_partial_bytes): Likewise.
12781         * config/cris/cris.c (cris_setup_incoming_varargs): Likewise.
12782         (cris_pass_by_reference, cris_arg_partial_bytes): Likewise.
12783         (cris_function_arg, cris_function_incoming_arg): Likewise.
12784         (cris_function_arg_advance, cris_function_arg_1): Likewise.
12785         * config/iq2000/iq2000.c (iq2000_setup_incoming_varargs): Likewise.
12786         (iq2000_pass_by_reference, iq2000_arg_partial_bytes): Likewise.
12787         (iq2000_function_arg, iq2000_function_arg_advance): Likewise.
12788         * config/mn10300/mn10300.c (mn10300_pass_by_reference): Likewise.
12789         (mn10300_function_arg, mn10300_function_arg_advance): Likewise.
12790         (mn10300_arg_partial_bytes): Likewise.
12791         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Likewise.
12792         (ia64_arg_partial_bytes, ia64_function_arg): Likewise.
12793         (ia64_function_incoming_arg, ia64_function_arg_advance): Likewise.
12794         (ia64_function_arg_1): Likewise.
12795         * config/m68k/m68k.c (m68k_function_arg_advance): Likewise.
12796         (m68k_function_arg): Likewise.
12797         * config/rs6000/rs6000.c (rs6000_function_arg_advance): Likewise.
12798         (rs6000_function_arg, setup_incoming_varargs): Likewise.
12799         (rs6000_pass_by_reference, rs6000_arg_partial_bytes): Likewise.
12800         * config/picochip/picochip.c (picochip_arg_partial_bytes): Likewise.
12801         (picochip_function_arg, picochip_incoming_function_arg): Likewise.
12802         (picochip_arg_advance): Likewise.
12803         * config/mcore/mcore.c (mcore_setup_incoming_varargs): Likewise.
12804         (mcore_arg_partial_bytes, mcore_function_arg): Likewise.
12805         (mcore_function_arg_advance): Likewise.
12806         * config/score/score.c (score_pass_by_reference): Likewise.
12807         (score_function_arg_advance): Likewise.
12808         (score_arg_partial_bytes): Likewise.  Make static.
12809         * config/score/score-protos.h (score_arg_partial_bytes): Don't declare.
12810         * config/arm/arm.c (arm_arg_partial_bytes): Replace
12811         CUMULATIVE_ARGS* argument type with cumulative_args_t.
12812         (arm_function_arg, arm_function_arg_advance): Likewise.
12813         (arm_setup_incoming_varargs, arm_pass_by_reference): Likewise.
12814         * config/pa/pa.c (pa_pass_by_reference): Likewise.
12815         (pa_arg_partial_bytes, pa_function_arg_advance): Likewise.
12816         (pa_function_arg): Likewise.
12817         * config/mips/mips.c (mips_strict_argument_naming): Likewise.
12818         (mips_function_arg, mips_function_arg_advance): Likewise.
12819         (mips_arg_partial_bytes, mips_pass_by_reference): Likewise.
12820         (mips_callee_copies, mips_setup_incoming_varargs): Likewise.
12821         * config/vax/vax.c (vax_function_arg): Likewise.
12822         (vax_function_arg_advance): Likewise.
12823         * config/h8300/h8300.c (h8300_function_arg): Likewise.
12824         (h8300_function_arg_advance): Likewise.
12825         * config/v850/v850.c (v850_pass_by_reference): Likewise.
12826         (v850_strict_argument_naming, v850_function_arg): Likewise.
12827         (v850_arg_partial_bytes, v850_function_arg_advance): Likewise.
12828         (v850_setup_incoming_varargs): Likewise.
12829         * config/mmix/mmix.c (mmix_setup_incoming_varargs): Likewise.
12830         (mmix_function_arg_advance, mmix_function_incoming_arg): Likewise.
12831         (mmix_function_arg, mmix_pass_by_reference): Likewise.
12832         (mmix_function_arg_1): Replace const CUMULATIVE_ARGS* argument type
12833         with const void *.
12834         * config/bfin/bfin.c (setup_incoming_varargs): Replace
12835         CUMULATIVE_ARGS* argument type with cumulative_args_t.
12836         (bfin_function_arg_advance, bfin_function_arg): Likewise.
12837         (bfin_arg_partial_bytes, bfin_pass_by_reference): Likewise.
12838         * calls.c (emit_call_1): Change type of args_so_far to
12839         cumulative_args_t.  Changed all callers.
12840         (initialize_argument_information): Likewise.
12841         (expand_call, emit_library_call_value_1): Use pack_cumulative_args.
12842         * dse.c (get_call_args): Likewise.
12843         * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
12844         * function.c (pass_by_reference, reference_callee_copied): Likewise.
12845         (struct assign_parm_data_all): Rename args_so_far to args_so_far_v.
12846         New member args_so_far_v.  Changed all users.
12847         * var-tracking.c (prepare_call_arguments): Use pack_cumulative_args.
12848         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
12849         * config/mips/mips.c (mips_output_args_xfer): Likewise.
12850         * config/s390/s390.c (s390_call_saved_register_used): Likewise.
12851         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
12852         * config/microblaze/microblaze.c (microblaze_expand_prologue):
12853         Likewise.
12854         * config/m32r/m32r.c (m32r_return_in_memory): Adjust for changed
12855         m32r_pass_by_reference.
12857 2011-06-16  Ira Rosen  <ira.rosen@linaro.org>
12859         * tree-vectorizer.h (vect_recog_func_ptr): Change the first
12860         argument to be a VEC of statements.
12861         * tree-vect-loop.c (vect_determine_vectorization_factor): Remove the
12862         assert that pattern statements have to have their vector type set.
12863         * tree-vect-patterns.c (vect_recog_widen_sum_pattern):
12864         Change the first argument to be a VEC of statements.  Update
12865         documentation.
12866         (vect_recog_dot_prod_pattern, vect_recog_pow_pattern): Likewise.
12867         (vect_handle_widen_mult_by_const): New function.
12868         (vect_recog_widen_mult_pattern):  Change the first argument to be a
12869         VEC of statements.  Update documentation.  Check that the constant is
12870         INTEGER_CST.  Support multiplication by a constant that fits an
12871         intermediate type - call vect_handle_widen_mult_by_const.
12872         (vect_pattern_recog_1): Update vect_recog_func_ptr and its
12873         call.  Handle additional pattern statements if necessary.
12875 2011-06-16  Nick Clifton  <nickc@redhat.com>
12877         PR target/49427
12878         * config.gcc: Set cpu_type to v850 for any V850 architecture.
12879         (v850*-*-*): Delete explicit setting of tm_p_file, tmake_file,
12880         md_file, extra_modes, out_file and extra_options are these are all
12881         deduced from cpu_type.
12883 2011-06-16  Georg-Johann Lay  <avr@gjlay.de>
12885         * config/avr/libgcc.S (__ashldi3, __ashrdi3, __lshrdi3): Set shift
12886         truncation mask to 63.
12888 2011-06-16  Georg-Johann Lay  <avr@gjlay.de>
12890         PR target/49313
12891         PR target/29524
12892         * longlong.h: Add AVR support:
12893         (count_leading_zeros): New macro.
12894         (count_trailing_zeros): New macro.
12895         (COUNT_LEADING_ZEROS_0): New macro.
12896         * config/avr/t-avr (LIB1ASMFUNCS): Add _ffssi2, _ffshi2, _loop_ffsqi2,
12897         _ctzsi2, _ctzhi2, _clzdi2, _clzsi2, _clzhi2, _paritydi2, _paritysi2,
12898         _parityhi2, _popcounthi2,_popcountsi2, _popcountdi2, _popcountqi2,
12899         _bswapsi2, _bswapdi2, _ashldi3, _ashrdi3, _lshrdi3.
12900         (LIB2FUNCS_EXCLUDE): Add _clz.
12901         * config/avr/libgcc.S (XCALL): Move up in file.
12902         (XJMP): New C Macro.
12903         (DEFUN): New asm macro.
12904         (ENDF): New asm macro.
12905         (__ffssi2): New function.
12906         (__ffshi2): New function.
12907         (__loop_ffsqi2): New function.
12908         (__ctzsi2): New function.
12909         (__ctzhi2): New function.
12910         (__clzdi2): New function.
12911         (__clzsi2): New function.
12912         (__clzhi2): New function.
12913         (__paritydi2): New function.
12914         (__paritysi2): New function.
12915         (__parityhi2): New function.
12916         (__parityqi2): New function.
12917         (__popcounthi2): New function.
12918         (__popcountsi2): New function.
12919         (__popcountdi2): New function.
12920         (__popcountqi2): New function.
12921         (__bswapsi2): New function.
12922         (__bswapdi2): New function.
12923         (__ashldi3): New function.
12924         (__ashrdi3): New function.
12925         (__lshrdi3): New function.
12926         Fix suspicous lines.
12928 2011-06-16  Richard Guenther  <rguenther@suse.de>
12930         * gimple.c (canonicalize_cond_expr_cond): (bool)x is not
12931         the same as x != 0.
12932         * fold-const.c (fold_binary_loc): Do not fold X & 1 != 0
12933         to (bool) X & 1.
12934         * ipa-prop.c (ipa_analyze_indirect_call_uses): Also allow
12935         equality compares against zero for the lower bit.
12937 2011-06-16  Jakub Jelinek  <jakub@redhat.com>
12939         PR tree-optimization/49419
12940         * tree-vrp.c (execute_vrp): Call init_range_assertions
12941         before estimate_numbers_of_iterations, call
12942         free_number_of_iterations_estimates before calling
12943         remove_range_assertions.
12945 2011-06-16  Revital Eres  <revital.eres@linaro.org>
12947         * modulo-sched.c (struct ps_insn): Remove row_rest_count field.
12948         (struct partial_schedule): Add rows_length field.
12949         (verify_partial_schedule): Check rows_length.
12950         (ps_insert_empty_row): Handle rows_length.
12951         (create_partial_schedule): Likewise.
12952         (free_partial_schedule): Likewise.
12953         (reset_partial_schedule): Likewise.
12954         (create_ps_insn): Remove rest_count argument.
12955         (remove_node_from_ps): Update rows_length.
12956         (add_node_to_ps): Update rows_length and call create_ps_insn
12957         without passing row_rest_count.
12958         (rotate_partial_schedule): Update rows_length.
12960 2011-06-16  Revital Eres  <revital.eres@linaro.org>
12962         * ddg.c (add_intra_loop_mem_dep): New function.
12963         (build_intra_loop_deps): Call it.
12965 2011-06-13  Jeff Law  <law@redhat.com>
12967         * df-problems.c (df_lr_local_compute): Manually CSE
12968         PIC_OFFSET_TABLE_REGNUM.
12969         * df-scan.c (df_get_regular_block_artificial_uses): Likewise.
12970         (df_get_entry_block_def_set, df_get_exit_block_use_set): Likewise.
12972 2011-06-13  Jan Hubicka  <jh@suse.cz>
12974         * cgraphunit.c (handle_alias_pairs): New function.
12975         (cgraph_finalize_compilation_unit): Use it.
12976         * ipa.c (cgraph_externally_visible_p): Remove hack marking asm names
12977         as externally visible.
12979 2011-06-15  Richard Guenther  <rguenther@suse.de>
12981         * expr.c (expand_expr_real_2): Reduce all integral types to
12982         bitfield precision.
12983         (expand_expr_real_1): Likewise.
12985 2011-06-15  Martin Jambor  <mjambor@suse.cz>
12987         PR tree-optimization/48613
12988         * ipa-prop.c (ipa_prop_write_jump_functions): Return immediately if
12989         ipa_node_params_vector is NULL.
12991 2011-06-15  Jakub Jelinek  <jakub@redhat.com>
12993         PR debug/49382
12994         * dwarf2out.c (dw_loc_list_node): Add force field.
12995         (add_var_loc_to_decl): For PARM_DECL, attempt to keep the incoming
12996         location in the list, even if it is modified before first real insn.
12997         (output_loc_list): Emit empty ranges with force flag set.
12998         (dw_loc_list): If first range of a PARM_DECL is empty, set force flag.
13000 2011-06-15  Alexander Monakov  <amonakov@ispras.ru>
13002         PR target/49349
13003         * sel-sched.c (find_place_for_bookkeeping): Add new parameter
13004         (fence_to_rewind).  Use it to notice when bookkeeping will be placed
13005         above a fence.  Update comments.
13006         (generate_bookkeeping_insn): Rewind fence when bookkeeping code is
13007         placed just above it.  Do not allow NULL place_to_insert.
13009 2011-06-15  Ira Rosen  <ira.rosen@linaro.org>
13011         * tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.
13012         (slpeel_tree_peel_loop_to_edge): Don't call
13013         remove_dead_stmts_from_loop.
13014         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
13015         remove irrelevant pattern statements.  For irrelevant statements
13016         check if it is the last statement of a detected pattern, use
13017         corresponding pattern statement instead.
13018         (destroy_loop_vec_info): No need to remove pattern statements,
13019         only free stmt_vec_info.
13020         (vect_transform_loop): For irrelevant statements check if it is
13021         the last statement of a detected pattern, use corresponding
13022         pattern statement instead.
13023         * tree-vect-patterns.c (vect_pattern_recog_1): Don't insert
13024         pattern statements.  Set basic block for the new statement.
13025         (vect_pattern_recog): Update documentation.
13026         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Scan
13027         operands of pattern statements.
13028         (vectorizable_call): Fix printing.  In case of a pattern statement
13029         use the lhs of the original statement when creating a dummy
13030         statement to replace the original call.
13031         (vect_analyze_stmt): For irrelevant statements check if it is
13032         the last statement of a detected pattern, use corresponding
13033         pattern statement instead.
13034         * tree-vect-slp.c (vect_schedule_slp_instance): For pattern
13035         statements use gsi of the original statement.
13037 2011-06-14  Joseph Myers  <joseph@codesourcery.com>
13039         * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
13040         common/common-target-def.h.
13041         * target.def (default_target_flags, handle_option,
13042         supports_split_stack, optimization_table, init_struct,
13043         except_unwind_info, unwind_tables_default, have_named_sections):
13044         Move to common/common-target.def.
13045         * target.h (enum opt_levels, struct default_options): Move to
13046         common/common-target.h.
13047         * targhooks.c (default_except_unwind_info,
13048         dwarf2_except_unwind_info, sjlj_except_unwind_info,
13049         default_target_handle_option, empty_optimization_table): Move to
13050         common/common-targhooks.c.
13051         * targhooks.h (default_except_unwind_info,
13052         dwarf2_except_unwind_info, sjlj_except_unwind_info,
13053         default_target_handle_option, empty_optimization_table): Move to
13054         common/common-targhooks.h.
13055         * common/common-target-def.h: Include common/common-targhooks.h.
13056         (TARGET_HAVE_NAMED_SECTIONS): Define if TARGET_ASM_NAMED_SECTION
13057         defined.
13058         * common/common-target.def (handle_option, option_init_struct,
13059         option_optimization_table, default_target_flags,
13060         except_unwind_info, supports_split_stack, unwind_tables_default,
13061         have_named_sections): Move from target.def.
13062         (HOOK_PREFIX): Undefine at end of file.
13063         * common/common-target.h: Include input.h.
13064         (enum opt_levels, struct default_options): Move from target.h.
13065         * common/common-targhooks.c, common/common-targhooks.h: New.
13066         * config.gcc (target_has_targetm_common): Default to yes.
13067         (moxie*): Set target_has_targetm_common=no.
13068         (hppa*-*-*): Don't set target_has_targetm_common=yes.
13069         * doc/tm.texi: Regenerate.
13070         * Makefile.in (COMMON_TARGET_H): Add $(INPUT_H).
13071         (C_TARGET_DEF_H): Add common/common-targhooks.h.
13072         (GCC_OBJS): Remove vec.o.
13073         (OBJS): Remove hooks.o and vec.o.
13074         (OBJS-libcommon-target): Add vec.o, hooks.o and
13075         common/common-targhooks.o.
13076         (c-family/c-common.o, c-family/c-cppbuiltin.o, lto-opts.o, tree.o,
13077         tree-tailcall.o, opts.o, toplev.o, varasm.o, function.o, except.o,
13078         expr.o, explow.o, dbxout.o, dwarf2out.o, cfgrtl.o, haifa-sched.o,
13079         cfglayout.o, $(out_object_file), $(common_out_object_file)):
13080         Update dependencies.
13081         (common/common-targhooks.o): New.
13082         * common/config/default-common.c: Include tm.h.  Add FIXME comment.
13083         * common/config/pa/pa-common.c: Include more headers.  Take
13084         copyright dates from pa.c.
13085         (pa_option_optimization_table, pa_handle_option,
13086         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS,
13087         TARGET_HANDLE_OPTION): Move from pa.c.
13088         * common/config/alpha/alpha-common.c,
13089         common/config/arm/arm-common.c, common/config/avr/avr-common.c,
13090         common/config/bfin/bfin-common.c,
13091         common/config/cris/cris-common.c,
13092         common/config/fr30/fr30-common.c, common/config/frv/frv-common.c,
13093         common/config/h8300/h8300-common.c,
13094         common/config/i386/i386-common.c,
13095         common/config/ia64/ia64-common.c,
13096         common/config/iq2000/iq2000-common.c,
13097         common/config/lm32/lm32-common.c,
13098         common/config/m32c/m32c-common.c,
13099         common/config/m32r/m32r-common.c,
13100         common/config/m68k/m68k-common.c,
13101         common/config/mcore/mcore-common.c,
13102         common/config/mep/mep-common.c,
13103         common/config/microblaze/microblaze-common.c,
13104         common/config/mips/mips-common.c,
13105         common/config/mmix/mmix-common.c,
13106         common/config/mn10300/mn10300-common.c,
13107         common/config/pdp11/pdp11-common.c,
13108         common/config/picochip/picochip-common.c,
13109         common/config/rs6000/rs6000-common.c,
13110         common/config/rx/rx-common.c, common/config/s390/s390-common.c,
13111         common/config/score/score-common.c, common/config/sh/sh-common.c,
13112         common/config/sparc/sparc-common.c,
13113         common/config/spu/spu-common.c, common/config/v850/v850-common.c,
13114         common/config/vax/vax-common.c,
13115         common/config/xstormy16/xstormy16-common.c,
13116         common/config/xtensa/xtensa-common.c: New.
13117         * config/alpha/alpha.c: Include common/common-target.h.
13118         (alpha_option_optimization_table, alpha_handle_option,
13119         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
13120         TARGET_OPTION_OPTIMIZATION_TABLE): Move to alpha-common.c.
13121         * config/arm/arm-protos.h (arm_except_unwind_info): Declare.
13122         * config/arm/arm.c (arm_option_optimization_table,
13123         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
13124         TARGET_EXCEPT_UNWIND_INFO, arm_except_unwind_info): Move to
13125         arm-common.c.
13126         * config/avr/avr.c (avr_option_optimization_table,
13127         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
13128         to avr-common.c.
13129         * config/bfin/bfin.c (struct bfin_cpu): Move to bfin.h.
13130         (bfin_cpus, bfin_handle_option, TARGET_HANDLE_OPTION,
13131         TARGET_DEFAULT_TARGET_FLAGS): Move to bfin-common.c.
13132         * config/bfin/bfin.h struct bfin_cpu): Move from bfin.c.
13133         * config/cris/cris.c (cris_option_optimization_table,
13134         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
13135         TARGET_OPTION_OPTIMIZATION_TABLE, cris_handle_option): Move to
13136         cris-common.c.
13137         * config/fr30/fr30.c (fr30_option_optimization_table,
13138         TARGET_EXCEPT_UNWIND_INFO, TARGET_OPTION_OPTIMIZATION_TABLE): Move
13139         to fr30-common.c.
13140         * config/frv/frv.c (frv_option_optimization_table,
13141         MASK_DEFAULT_ALLOC_CC, TARGET_DEFAULT_TARGET_FLAGS,
13142         TARGET_OPTION_OPTIMIZATION_TABLE): Move to frv-common.c.
13143         * config/h8300/h8300.c (h8300_option_optimization_table,
13144         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
13145         TARGET_EXCEPT_UNWIND_INFO): Move to h8300-common.c.
13146         * config/i386/i386-protos.h (ix86_handle_option): Declare.
13147         * config/i386/i386.c: Include common/common-target.h.
13148         (OPTION_MASK_ISA_MMX_SET, OPTION_MASK_ISA_3DNOW_SET,
13149         OPTION_MASK_ISA_SSE_SET, OPTION_MASK_ISA_SSE2_SET,
13150         OPTION_MASK_ISA_SSE3_SET, OPTION_MASK_ISA_SSSE3_SET,
13151         OPTION_MASK_ISA_SSE4_1_SET, OPTION_MASK_ISA_SSE4_2_SET,
13152         OPTION_MASK_ISA_AVX_SET, OPTION_MASK_ISA_FMA_SET,
13153         OPTION_MASK_ISA_SSE4_SET, OPTION_MASK_ISA_SSE4A_SET,
13154         OPTION_MASK_ISA_FMA4_SET, OPTION_MASK_ISA_XOP_SET,
13155         OPTION_MASK_ISA_LWP_SET, OPTION_MASK_ISA_AES_SET,
13156         OPTION_MASK_ISA_PCLMUL_SET, OPTION_MASK_ISA_ABM_SET,
13157         OPTION_MASK_ISA_BMI_SET, OPTION_MASK_ISA_TBM_SET,
13158         OPTION_MASK_ISA_POPCNT_SET, OPTION_MASK_ISA_CX16_SET,
13159         OPTION_MASK_ISA_SAHF_SET, OPTION_MASK_ISA_MOVBE_SET,
13160         OPTION_MASK_ISA_CRC32_SET, OPTION_MASK_ISA_FSGSBASE_SET,
13161         OPTION_MASK_ISA_RDRND_SET, OPTION_MASK_ISA_F16C_SET,
13162         OPTION_MASK_ISA_MMX_UNSET, OPTION_MASK_ISA_3DNOW_UNSET,
13163         OPTION_MASK_ISA_3DNOW_A_UNSET, OPTION_MASK_ISA_SSE_UNSET,
13164         OPTION_MASK_ISA_SSE2_UNSET, OPTION_MASK_ISA_SSE3_UNSET,
13165         OPTION_MASK_ISA_SSSE3_UNSET, OPTION_MASK_ISA_SSE4_1_UNSET,
13166         OPTION_MASK_ISA_SSE4_2_UNSET, OPTION_MASK_ISA_AVX_UNSET,
13167         OPTION_MASK_ISA_FMA_UNSET, OPTION_MASK_ISA_SSE4_UNSET,
13168         OPTION_MASK_ISA_SSE4A_UNSET, OPTION_MASK_ISA_FMA4_UNSET,
13169         OPTION_MASK_ISA_XOP_UNSET, OPTION_MASK_ISA_LWP_UNSET,
13170         OPTION_MASK_ISA_AES_UNSET, OPTION_MASK_ISA_PCLMUL_UNSET,
13171         OPTION_MASK_ISA_ABM_UNSET, OPTION_MASK_ISA_BMI_UNSET,
13172         OPTION_MASK_ISA_TBM_UNSET, OPTION_MASK_ISA_POPCNT_UNSET,
13173         OPTION_MASK_ISA_CX16_UNSET, OPTION_MASK_ISA_SAHF_UNSET,
13174         OPTION_MASK_ISA_MOVBE_UNSET, OPTION_MASK_ISA_CRC32_UNSET,
13175         OPTION_MASK_ISA_FSGSBASE_UNSET, OPTION_MASK_ISA_RDRND_UNSET,
13176         OPTION_MASK_ISA_F16C_UNSET, ix86_handle_option,
13177         ix86_option_optimization_table, ix86_option_init_struct,
13178         ix86_supports_split_stack, TARGET_DEFAULT_TARGET_FLAGS,
13179         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
13180         TARGET_OPTION_INIT_STRUCT, TARGET_SUPPORTS_SPLIT_STACK): Move to
13181         i386-common.c.
13182         * config/i386/t-i386 (i386.o): Update dependencies.
13183         * config/ia64/ia64-protos.h (ia64_except_unwind_info): Declare.
13184         * config/ia64/ia64.c (ia64_option_optimization_table,
13185         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
13186         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
13187         ia64_handle_option): Move to ia64-common.c.
13188         * config/iq2000/iq2000.c (iq2000_option_optimization_table,
13189         TARGET_OPTION_OPTIMIZATION_TABLE): Move to iq2000-common.c.
13190         * config/lm32/lm32.c (lm32_option_optimization_table,
13191         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
13192         to lm32-common.c.
13193         * config/m32c/m32c.c (TARGET_HAVE_NAMED_SECTIONS): Move to
13194         m32c-common.c.
13195         * config/m32r/m32r.c (m32r_option_optimization_table,
13196         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
13197         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
13198         m32r_handle_option): Move to m32r-common.c.
13199         (m32r_memory_move_cost): Remove comment referring to
13200         TARGET_HANDLE_OPTION.
13201         * config/m68k/m68k.c (TARGET_HANDLE_OPTION, m68k_handle_option):
13202         Move to m68k-common.c.
13203         * config/mcore/mcore.c (mcore_option_optimization_table,
13204         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
13205         TARGET_EXCEPT_UNWIND_INFO): Move to mcore-common.c.
13206         * config/mep/mep.c (mep_option_optimization_table,
13207         mep_handle_option, TARGET_HANDLE_OPTION,
13208         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS):
13209         Move to mep-common.c.
13210         * config/microblaze/microblaze.c
13211         (microblaze_option_optimization_table,
13212         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
13213         TARGET_EXCEPT_UNWIND_INFO): Move to microblaze-common.c.
13214         * config/mips/mips.c (mips_handle_option,
13215         mips_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
13216         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Move to
13217         mips-common.c.
13218         * config/mmix/mmix.c (mmix_option_optimization_table,
13219         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
13220         Move to mmix-common.c.
13221         * config/mn10300/mn10300.c (mn10300_option_optimization_table,
13222         mn10300_handle_option, TARGET_EXCEPT_UNWIND_INFO,
13223         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
13224         TARGET_OPTION_OPTIMIZATION_TABLE): Move to mn10300-common.c.
13225         * config/pa/pa.c: Include common/common-target.h.
13226         (pa_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
13227         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
13228         pa_handle_option): Move to pa-common.c.
13229         (pa_option_override): Use targetm_common.except_unwind_info.
13230         (pa_asm_output_mi_thunk, pa_function_section): Use
13231         targetm_common.have_named_sections.
13232         * config/pdp11/pdp11.c (pdp11_option_optimization_table,
13233         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
13234         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
13235         pdp11_handle_option, pdp11_option_init_struct): Move to
13236         pdp11-common.c.
13237         * config/picochip/picochip.c (picochip_option_optimization_table,
13238         TARGET_HAVE_NAMED_SECTIONS, TARGET_OPTION_OPTIMIZATION_TABLE,
13239         TARGET_EXCEPT_UNWIND_INFO): Move to picochip-common.c.
13240         * config/rs6000/rs6000.c: Include common/common-target.h.
13241         (rs6000_option_optimization_table, TARGET_HANDLE_OPTION,
13242         TARGET_OPTION_INIT_STRUCT, TARGET_OPTION_OPTIMIZATION_TABLE,
13243         TARGET_DEFAULT_TARGET_FLAGS, rs6000_option_init_struct,
13244         rs6000_handle_option): Move to rs6000-common.c.
13245         * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
13246         * config/rx/rx.c (rx_handle_option, rx_option_optimization_table,
13247         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
13248         TARGET_EXCEPT_UNWIND_INFO): Move to rx-common.c.
13249         * config/s390/s390.c (processor_flags_table,
13250         s390_option_optimization_table, s390_option_init_struct,
13251         s390_handle_option, TARGET_DEFAULT_TARGET_FLAGS,
13252         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
13253         TARGET_OPTION_INIT_STRUCT): Move to s390-common.c.
13254         * config/s390/s390.h (processor_flags_table): Declare.
13255         * config/score/score.c (score_option_optimization_table,
13256         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
13257         TARGET_OPTION_OPTIMIZATION_TABLE, MASK_ALL_CPU_BITS,
13258         score_handle_option): Move to score-common.c.
13259         * config/sh/sh.c (sh_option_optimization_table,
13260         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
13261         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
13262         sh_handle_option, sh_option_init_struct): Move to sh-common.c.
13263         * config/sparc/sparc.c: Include common/common-target.h.
13264         (sparc_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
13265         TARGET_OPTION_OPTIMIZATION_TABLE): Move to sparc-common.c.
13266         * config/spu/spu.c (TARGET_DEFAULT_TARGET_FLAGS,
13267         TARGET_OPTION_INIT_STRUCT, TARGET_EXCEPT_UNWIND_INFO,
13268         spu_option_init_struct): Move to spu-common.c.
13269         * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
13270         TARGET_OPTION_OPTIMIZATION_TABLE): Move to xstormy16-common.c.
13271         * config/v850/v850.c (small_memory_physical_max,
13272         v850_handle_memory_optionn v850_handle_option,
13273         v850_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
13274         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE): Move to
13275         v850-common.c.
13276         * config/vax/vax.c (TARGET_DEFAULT_TARGET_FLAGS): Move to vax-common.c.
13277         * config/xtensa/xtensa.c (xtensa_option_optimization_table,
13278         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
13279         Move to xtensa-common.c.
13280         * cfglayout.c: Include common/common-target.h.
13281         (fixup_reorder_chain): Use targetm_common.have_named_sections.
13282         * cfgrtl.c: Include common/common-target.h.
13283         (force_nonfallthru_and_redirect, commit_one_edge_insertion): Use
13284         targetm_common.have_named_sections.
13285         * dbxout.c: Include common/common-target.h.
13286         (dbxout_function_end): Use targetm_common.have_named_sections.
13287         * defaults.h (STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT): Use
13288         targetm_common.except_unwind_info.
13289         * dwarf2out.c: Include common/common-target.h.
13290         (dwarf2out_do_frame, dwarf2out_do_cfi_asm,
13291         dwarf2out_begin_prologue, dwarf2out_frame_init,
13292         dwarf2out_frame_finish, dwarf2out_assembly_start): Use
13293         targetm_common.except_unwind_info.
13294         * except.c: Include common/common-target.h.
13295         (init_eh, finish_eh_generation,
13296         output_one_function_exception_table): Use
13297         targetm_common.except_unwind_info.
13298         (switch_to_exception_section): Use targetm_common.have_named_sections.
13299         * explow.c: Include common/common-target.h.
13300         * expr.c: Include common/common-target.h.
13301         (build_personality_function): Use targetm_common.except_unwind_info.
13302         * function.c: Include common/common-target.h.
13303         (expand_function_end): Use targetm_common.except_unwind_info.
13304         * haifa-sched.c: Include common/common-target.h.
13305         (sched_create_recovery_edges): Use targetm_common.have_named_sections.
13306         * lto-opts.c: Include common/common-target.h instead of target.h.
13307         (lto_reissue_options): Use targetm_common.handle_option.
13308         * opts.c: Include common/common-target.h.
13309         (target_handle_option): Use targetm_common.handle_option.
13310         (init_options_struct): Update comment referring to
13311         targetm.target_option.optimization.  Use
13312         targetm_common.default_target_flags,
13313         targetm_common.unwind_tables_default and
13314         targetm_common.option_init_struct.
13315         (default_options_optimization): Use
13316         targetm_common.option_optimization_table.
13317         (finish_options): Use targetm_common.except_unwind_info,
13318         targetm_common.unwind_tables_default,
13319         targetm_common.have_named_sections and
13320         targetm_common.supports_split_stack.
13321         * toplev.c: Include common/common-target.h.
13322         (process_options): Use targetm_common.have_named_sections.
13323         * tree-tailcall.c: Include common/common-target.h.
13324         (suitable_for_tail_call_opt_p): Use targetm_common.except_unwind_info.
13325         * tree.c: Include common/common-target.h.
13326         (build_common_builtin_nodes): Use targetm_common.except_unwind_info.
13327         * varasm.c: Include common/common-target.h.
13328         (resolve_unique_section, hot_function_section,
13329         default_function_section): Use targetm_common.have_named_sections.
13331 2011-06-14  Easwaran Raman  <eraman@google.com>
13333         PR rtl-optimization/44194
13334         * dse.c: Include tree-flow.h
13335         (insn_info): Add new field non_frame_wild_read.
13336         (group_info): Add new fields escaped_n and escaped_p.
13337         (kill_on_calls): New variable.
13338         (get_group_info): Initialize gi->escaped_n and gi->escaped_p.
13339         (dse_step0): Initialize kill_on_calls.
13340         (can_escape): New function.
13341         (set_usage_bits): Add additional parameter; record information
13342         about escaped locations.
13343         (record_store): Pass EXPR corresponding to MEM to set_usage_bits.
13344         (dse_step2_nospill): Set kill_on_calls based on
13345         group->escaped_n and group->escaped_n.
13346         (add_wild_read): Refactor into...
13347         (reset_active_stores): ... New function, and
13348         (free_read_records): ... New function.
13349         (add_non_frame_wild_read): New function.
13350         (scan_insn): Call add_non_frame_wild_read on non-const calls.
13351         (scan_reads_nospill): Handle instructions with non_frame_wild_read.
13352         (dse_step5_nospill): Call scan_reads_nospill for instructions
13353         marked as non_frame_wild_read.
13354         (dse_step7): Free escaped_n, escaped_p and kill_on_calls bitmaps.
13356 2011-06-14  Joseph Myers  <joseph@codesourcery.com>
13358         * common/common-target-def.h, common/common-target.def,
13359         common/common-target.h, common/config/default-common.c,
13360         common/config/pa/pa-common.c: New files.
13361         * Makefile.in (common_out_file, common_out_object_file,
13362         COMMON_TARGET_H, COMMON_TARGET_DEF_H): New.
13363         (OBJS-libcommon-target): Include $(common_out_object_file).
13364         (prefix.o): Update dependencies.
13365         ($(common_out_object_file), common/common-target-hooks-def.h,
13366         s-common-target-hooks-def-h): New.
13367         (s-tm-texi): Also check timestamp on common-target.def.
13368         (build/genhooks.o): Update dependencies.
13369         * config.gcc (common_out_file, target_has_targetm_common): Define.
13370         * config/pa/som.h (ALWAYS_STRIP_DOTDOT): Replace with
13371         TARGET_ALWAYS_STRIP_DOTDOT.
13372         * configure.ac (common_out_object_file): Define.
13373         (common_out_file, common_out_object_file): Substitute.
13374         (common): Create directory.
13375         * configure: Regenerate.
13376         * doc/tm.texi.in (targetm_common): Document.
13377         (TARGET_ALWAYS_STRIP_DOTDOT): Add @hook entry.
13378         * doc/tm.texi: Regenerate.
13379         * genhooks.c (hook_array): Also include common/common-target.def.
13380         * prefix.c (tm.h): Don't include.
13381         (common/common-target.h): Include.
13382         (ALWAYS_STRIP_DOTDOT): Don't define.
13383         (update_path): Use targetm_common.always_strip_dotdot instead of
13384         ALWAYS_STRIP_DOTDOT.
13385         * system.h (ALWAYS_STRIP_DOTDOT): Poison.
13387 2011-06-14  David Li  <davidxl@google.com>
13389         * passes.c (execute_function_todo): Remove TODO_dump_func.
13390         (execute_one_pass): Remove TODO_dump_func.
13391         (execute_function_dump): New function.
13392         * tree-vrp.c: Remove TODO_dump_func.
13393         * regrename.c: Remove TODO_dump_func.
13394         * fwprop.c: Remove TODO_dump_func.
13395         * tree-into-ssa.c: Remove TODO_dump_func.
13396         * tree-complex.c: Remove TODO_dump_func.
13397         * tracer.c: Remove TODO_dump_func.
13398         * tree-loop-distribution.c: Remove TODO_dump_func.
13399         * postreload-gcse.c: Remove TODO_dump_func.
13400         * postreload.c: Remove TODO_dump_func.
13401         * tree-ssa-loop-ch.c: Remove TODO_dump_func.
13402         * tree-tailcall.c: Remove TODO_dump_func.
13403         * ipa-cp.c: Remove TODO_dump_func.
13404         * final.c: Remove TODO_dump_func.
13405         * tree-emutls.c: Remove TODO_dump_func.
13406         * omp-low.c: Remove TODO_dump_func.
13407         * tree-ssa-dse.c: Remove TODO_dump_func.
13408         * tree-ssa-uncprop.c: Remove TODO_dump_func.
13409         * auto-inc-dec.c: Remove TODO_dump_func.
13410         * reorg.c: Remove TODO_dump_func.
13411         * tree-ssa-copyrename.c: Remove TODO_dump_func.
13412         * tree-ssa-ccp.c: Remove TODO_dump_func.
13413         * compare-elim.c: Remove TODO_dump_func.
13414         * mode-switching.c: Remove TODO_dump_func.
13415         * modulo-sched.c: Remove TODO_dump_func.
13416         * tree-call-cdce.c: Remove TODO_dump_func.
13417         * cse.c: Remove TODO_dump_func.
13418         * web.c: Remove TODO_dump_func.
13419         * tree-stdarg.c: Remove TODO_dump_func.
13420         * lto-streamer-out.c: Remove TODO_dump_func.
13421         * tree-ssa-math-opts.c: Remove TODO_dump_func.
13422         * tree-ssa-dom.c: Remove TODO_dump_func.
13423         * tree-nrv.c: Remove TODO_dump_func.
13424         * loop-init.c: Remove TODO_dump_func.
13425         * gimple-low.c: Remove TODO_dump_func.
13426         * ipa-inline.c: Remove TODO_dump_func.
13427         * tree-ssa-sink.c: Remove TODO_dump_func.
13428         * jump.c: Remove TODO_dump_func.
13429         * ifcvt.c: Remove TODO_dump_func.
13430         * tree-ssa-loop.c: Remove TODO_dump_func.
13431         * recog.c: Remove TODO_dump_func.
13432         * dse.c: Remove TODO_dump_func.
13433         * tree-ssa-ifcombine.c: Remove TODO_dump_func.
13434         * matrix-reorg.c: Remove TODO_dump_func.
13435         * tree-eh.c: Remove TODO_dump_func.
13436         * regmove.c: Remove TODO_dump_func.
13437         * function.c: Remove TODO_dump_func.
13438         * tree-vectorizer.c: Remove TODO_dump_func.
13439         * ipa-split.c: Remove TODO_dump_func.
13440         * gcse.c: Remove TODO_dump_func.
13441         * tree-if-conv.c: Remove TODO_dump_func.
13442         * init-regs.c: Remove TODO_dump_func.
13443         * tree-ssa-phiopt.c: Remove TODO_dump_func.
13444         * implicit-zee.c: Remove TODO_dump_func.
13445         * lower-subreg.c: Remove TODO_dump_func.
13446         * bt-load.c: Remove TODO_dump_func.
13447         * tree-dfa.c: Remove TODO_dump_func.
13448         * except.c: Remove TODO_dump_func.
13449         * emit-rtl.c: Remove TODO_dump_func.
13450         * store-motion.c: Remove TODO_dump_func.
13451         * cfgexpand.c: Remove TODO_dump_func.
13452         * tree-cfgcleanup.c: Remove TODO_dump_func.
13453         * cfgcleanup.c: Remove TODO_dump_func.
13454         * tree-ssa-pre.c: Remove TODO_dump_func.
13455         * tree-sra.c: Remove TODO_dump_func.
13456         * tree-mudflap.c: Remove TODO_dump_func.
13457         * tree-ssa-copy.c: Remove TODO_dump_func.
13458         * cfglayout.c: Remove TODO_dump_func.
13459         * tree-ssa-forwprop.c: Remove TODO_dump_func.
13460         * tree-ssa-dce.c: Remove TODO_dump_func.
13461         * ira.c: Remove TODO_dump_func.
13462         * tree-ssa.c: Remove TODO_dump_func.
13463         * integrate.c: Remove TODO_dump_func.
13464         * tree-optimize.c: Remove TODO_dump_func.
13465         * tree-ssa-phiprop.c: Remove TODO_dump_func.
13466         * tree-object-size.c: Remove TODO_dump_func.
13467         * combine.c: Remove TODO_dump_func.
13468         * bb-reorder.c: Remove TODO_dump_func.
13469         * cprop.c: Remove TODO_dump_func.
13470         * var-tracking.c: Remove TODO_dump_func.
13471         * tree-profile.c: Remove TODO_dump_func.
13472         * tree-vect-generic.c: Remove TODO_dump_func.
13473         * reg-stack.c: Remove TODO_dump_func.
13474         * sched-rgn.c: Remove TODO_dump_func.
13475         * tree-ssa-structalias.c: Remove TODO_dump_func.
13476         * tree-switch-conversion.c: Remove TODO_dump_func.
13477         * tree-cfg.c: Remove TODO_dump_func.
13478         * tree-ssa-reassoc.c: Remove TODO_dump_func.
13479         * combine-stack-adj.c: Remove TODO_dump_func.
13480         * dce.c: Remove TODO_dump_func.
13481         * tree-ssanames.c: Remove TODO_dump_func.
13482         * regcprop.c: Remove TODO_dump_func.
13484 2011-06-14  H.J. Lu  <hongjiu.lu@intel.com>
13486         PR middle-end/47364
13487         * builtins.c (expand_builtin_strlen): Expand strlen to Pmode
13488         and properly handle result not in Pmode.
13490 2011-06-14  Robert Millan  <rmh@gnu.org>
13492         * config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'.
13493         * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with
13494         `config/linux.h'.
13496         * config/i386/kfreebsd-gnu64.h: New file.
13497         * config.gcc (x86_64-*-kfreebsd*-gnu): Replace `i386/kfreebsd-gnu.h'
13498         with `i386/kfreebsd-gnu64.h'.
13500         * config/i386/linux64.h (GNU_USER_LINK_EMULATION32)
13501         (GNU_USER_LINK_EMULATION64): New macros.
13502         * config/i386/gnu-user64.h (LINK_SPEC): Rely on
13503         `GNU_USER_LINK_EMULATION32' and `GNU_USER_LINK_EMULATION64' instead
13504         of hardcoding `elf_i386' and `elf_x86_64'.
13506 2011-06-14  Nick Clifton  <nickc@redhat.com>
13508         PR target/49403
13509         * config/v850/v850.c (v850_memory_move_cost): Add reg_class_t parameter.
13511         PR target/49402
13512         * config.gcc(v850*-*-*): Avoid duplication of v850.opt.
13514 2011-06-14  Jakub Jelinek  <jakub@redhat.com>
13516         PR fortran/49103
13517         * tree.h (DECL_NONSHAREABLE): Define.
13518         (struct tree_decl_common): Change decl_common_unused to
13519         decl_nonshareable_flag.
13520         * cfgexpand.c (expand_used_vars_for_block, clear_tree_used):
13521         Ignore vars with DECL_NONSHAREABLE bit set.
13522         * tree-cfg.c (gimple_duplicate_bb): Set DECL_NONSHAREABLE
13523         on stores to automatic aggregate vars.
13525         PR rtl-optimization/49390
13526         Revert:
13527         2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
13529         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
13530         MEM_ALIAS_SET.
13532 2011-06-14  Zdenek Dvorak  <ook@ucw.cz>
13533             Tom de Vries  <tom@codesourcery.com>
13535         PR target/45098
13536         * cfgloop.h (nb_iterations_upper_bound, nb_iterations_estimate):
13537         Document changed semantics.
13538         (max_stmt_executions, max_stmt_executions_int): Declare.
13539         * tree-data-ref.c (estimated_loop_iterations)
13540         (estimated_loop_iterations_int): Move functions...
13541         * tree-ssa-loop-niter.c (estimated_loop_iterations)
13542         (estimated_loop_iterations_int): here.
13543         (record_estimate): Change nb_iterations_upper_bound and
13544         nb_iterations_estimate semantics.
13545         (max_stmt_executions, max_stmt_executions_int): New function.
13546         * tree-data-ref.c (estimated_loop_iterations_tree): Rename to ...
13547         (max_stmt_executions_tree): this.
13548         (analyze_miv_subscript): Use max_stmt_executions_tree instead of
13549         estimated_loop_iterations_tree.
13550         tree-ssa-loop-ivopts.c (avg_loop_niter): Use
13551         max_stmt_executions_int instead of estimated_loop_iterations_int.
13552         * predict.c (predict_loops): Idem.
13553         * tree-parloops.c (parallelize_loops): Idem.
13554         * tree-data-ref.c (analyze_siv_subscript_cst_affine)
13555         (compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine)
13556         (init_omega_for_ddr_1): Idem.
13557         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse)
13558         (loop_prefetch_arrays): Idem
13559         * graphite-sese-to-poly.c (build_loop_iteration_domains): Use
13560         max_stmt_executions instead of estimated_loop_iterations.
13561         * tree-data-ref.c (estimated_loop_iterations_tree): Idem.
13562         * tree-vrp.c (adjust_range_with_scev): Use estimated_loop_iterations
13563         instead of nb_iterations_upper_bound.
13565 2011-06-13  Jan Hubicka  <jh@suse.cz>
13567         * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.
13569 2011-06-14  Richard Henderson  <rth@redhat.com>
13571         PR debug/48459
13572         * dwarf2out.c (frame_pointer_fb_offset_valid): New.
13573         (based_loc_descr): Assert it's true.
13574         (compute_frame_pointer_to_fb_displacement): Set it, rather than
13575         aborting immediately.
13577 2011-06-14  Sanjin Liu  <scliu@faraday-tech.com>
13578             Mingfeng Wu  <mingfeng@faraday-tech.com>
13580         * doc/invoke.texi: Re-add missing -mcpu docs for Faraday cores.
13582 2011-06-13  Jan Hubicka  <jh@suse.cz>
13584         * ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
13586 2011-06-13  Jan Hubicka  <jh@suse.cz>
13588         * cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY
13589         similarly to DECL_COMDAT.
13590         * cgraphunit.c (cgraph_analyze_function): Likewise.
13591         * ipa.c (function_and_variable_visibility): Likewise.
13593 2011-06-13  Jan Hubicka  <jh@suse.cz>
13595         * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not output
13596         BINFO_VIRTUALS when streaming for ltrans unit.
13598 2011-06-13  David Edelsohn  <dje.gcc@gmail.com>
13600         * config/rs6000/rs6000.md (movdi_mfpgpr): Remove POWER mnemonic.
13601         (movdi_internal64): Same.
13603 2011-06-13  Edmar Wienskoski  <edmar@freescale.com>
13605         PR target/44618
13606         * config/rs6000/rs6000.md (save_gpregs_<mode>): Replaced pattern with
13607         a set of similar patterns, where the MATCH_OPERAND for the function
13608         argument is replaced with individual references to hardware registers.
13609         (save_fpregs_<mode>): Ditto
13610         (restore_gpregs_<mode>): Ditto
13611         (return_and_restore_gpregs_<mode>): Ditto
13612         (return_and_restore_fpregs_<mode>): Ditto
13613         (return_and_restore_fpregs_aix_<mode>): Ditto
13615 2011-06-13  Jan Hubicka  <jh@suse.cz>
13617         * ipa-utils.c (postorder_stack): New structure.
13618         (ipa_reverse_postorder): Handle aliases.
13620 2011-06-13  Jan Hubicka  <jh@suse.cz>
13622         * ipa-inline.c (reset_edge_caches): Walk aliases.
13623         (update_caller_keys): Do not test inlinability of aliases.
13624         * ipa-inline-analysis.c (do_estimate_edge_time): Look through alias.
13625         (do_estimate_growth): Fix typo.
13627 2011-06-13  Jan Hubicka  <jh@suse.cz>
13629         * ipa-inline-transform.c (+can_remove_node_now_p_1): Break out from...
13630         (can_remove_node_now_p): ... here; handle same comdat groups.
13631         (clone_inlined_nodes): Update use of can_remove_node_now_p add TODO.
13632         (inline_call): Update use of can_remove_node_now_p.
13634 2011-06-13  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
13636         * config/h8300/h8300.md (bsetqi_msx, bclrqi_msx, bnotqi_msx): Added
13637         condition to disallow non-identical memory locations.
13638         (*andqi3_2, andqi3_1, iorqi3_1, xorqi3_1): Reorder insn to give
13639         preference to bit manipulation instructions.
13641 2011-06-13  Jan Hubicka  <jh@suse.cz>
13643         * cgraph.c (cgraph_for_node_thunks_and_aliases,
13644         cgraph_for_node_and_aliases): Fix thinko in recursive walking.
13645         (nonremovable_p): New function.
13646         (cgraph_can_remove_if_no_direct_calls_p): New function.
13647         (used_from_object_file_p): New functoin.
13648         (cgraph_will_be_removed_from_program_if_no_direct_calls): Look for
13649         references from aliases.
13650         * cgraph.h (cgraph_can_remove_if_no_direct_calls_p): Bring offline.
13651         * ipa-inline.c (check_caller_edge): New function.
13652         (want_inline_function_called_once_p): Use it; accept aliases called
13653         once, too.
13654         * ipa-inline-analysis.c (do_estimate_growth): Remove FIXME.
13656 2011-06-13  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
13658         PR target/48454
13659         * config/arm/neon.md (vec_pack_trunc): Set the lengths
13660         correctly for the case with Quad vectors.
13662 2011-06-13 Jakub Jelinek  <jakub@redhat.com>
13663            Ira Rosen  <ira.rosen@linaro.org>
13665         PR tree-optimization/49352
13666         * tree-vect-loop.c (vect_is_slp_reduction): Don't count debug uses at
13667         all, make sure loop_use_stmt after the loop is a def stmt of a used
13668         SSA_NAME that is the only one defined inside of the loop.  Don't
13669         check for COND_EXPR and GIMPLE_BINARY_RHS.
13670         (vect_is_simple_reduction_1): Call vect_is_slp_reduction only if
13671         check_reduction is true.
13673 2011-06-11  Jan Hubicka  <jh@suse.cz>
13675         PR middle-end/49373
13676         * ipa.c (cgraph_externally_visible_p): Check resolution info.
13678 2011-06-11  Jan Hubicka  <jh@suse.cz>
13680         PR middle-end/48836
13681         * ipa-inline-transform.c: Include tree-pass.h
13682         (inline_transform): Set TODO_update_ssa_only_virtuals.
13683         * Makefile.in (ipa-inline-transform.o): Add tree-pass.h.
13685 2011-06-11  Jan Hubicka  <jh@suse.cz>
13687         PR middle-end/49378
13688         * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p): Rule out
13689         aliases and thunks.
13691 2011-06-12  Ira Rosen  <ira.rosen@linaro.org>
13693         * tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent):
13694         Take number of iterations to peel into account for equally frequent
13695         misalignment values.
13697 2011-06-11  Jan Hubicka  <jh@suse.cz>
13699         * lto-streamer-out.c (produce_symtab): Stream out the newly
13700         represented aliases.
13702 2011-06-11  Jan Hubicka  <jh@suse.cz>
13704         * ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting
13705         varying args.
13706         (ipa_update_after_lto_read): Likewise.
13707         (ipa_write_node_info): Do not sream call_with_var_arguments.
13708         (ipa_read_node_info): Likewise.
13710 2011-06-11  Jan Hubicka  <jh@suse.cz>
13712         * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.
13714 2011-06-11  Jan Hubicka  <jh@suse.cz>
13716         * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.
13717         (lto_symtab_resolve_can_prevail_p): Likewise.
13718         (lto_symtab_merge_cgraph_nodes): Update merging of aliases.
13719         * cgraph.c (same_body_aliases_done): New global var.
13720         (cgraph_same_body_alias_1): Rename to ...
13721         (cgraph_create_function_alias): ... this one; reorg to new
13722         representation.
13723         (cgraph_same_body_alias): Use cgraph_create_function_alias;
13724         record references when asked to.
13725         (cgraph_add_thunk): Fix formating.
13726         (cgraph_get_node): Kill same body alias code.
13727         (cgraph_node_for_asm): Likewise.
13728         (cgraph_remove_same_body_alias): Remove.
13729         (cgraph_remove_node): Kill same body alias code.
13730         (cgraph_mark_address_taken_node): Mark also the aliased function
13731         as having address taken.
13732         (dump_cgraph_node): Dump same body aliases.
13733         (cgraph_for_node_thunks_and_aliases): Update for new alias
13734         representation.
13735         (cgraph_for_node_and_aliases): Likewise.
13736         * cgraph.h (same_body): Kll pointer.
13737         (same_body_alias): Update comment.
13738         (same_body_aliases_done): Declare.
13739         (cgraph_remove_same_body_alias): Remove declaration.
13740         (cgraph_create_function_alias): Declare.
13741         (cgraph_process_same_body_aliases): Declare.
13742         (cgraph_function_with_gimple_body_p): Check for alias.
13743         (cgraph_can_remove_if_no_direct_calls_p): Look for aliases.
13744         (cgraph_alias_aliased_node): New function.
13745         (cgraph_function_node): Update for new aliases.
13746         (cgraph_function_or_thunk_node): Likewise.
13747         * ipa-inline-transform.c (can_remove_node_now_p): Look for aliases.
13748         (inline_call): Remove dead aliases.
13749         * cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler
13750         name hack for same body aliases.
13751         (clone_of_p): Look through aliases.
13752         (verify_cgraph_node): Verify aliases.
13753         (cgraph_analyze_function): Analyze aliases; fixup C++ bugs.
13754         (cgraph_process_same_body_aliases): New function.
13755         (process_function_and_variable_attributes): Disable weakref warning on
13756         alias.
13757         (cgraph_analyze_functions): Handle aliases.
13758         (cgraph_mark_functions_to_output): Handle aliases same way as thunks.
13759         (assemble_thunks): Rename to ...
13760         (assemble_thunks_and_aliases): ... this one; handle aliases, too.
13761         (cgraph_expand_function): Remove alias output code.
13762         (cgraph_output_in_order): Skip aliases.
13763         (cgraph_preserve_function_body_p): Aliases don't need preserving.
13764         * ipa-ref.c (ipa_ref_use_name): Add alias reference.
13765         (ipa_record_reference): Do not assert on alias references.
13766         (ipa_ref_has_aliases_p): New function.
13767         * ipa-ref.h (enum ipa_ref_use): Add IPA_REF_ALIAS.
13768         (ipa_ref_has_aliases_p): Declare.
13769         * lto-cgraph.c (lto_output_node): Handle aliases.
13770         (input_node): Likewise.
13771         * lto-streamer-out.c (lto_output): Skip aliases.
13772         (produce_symtab): Kill same_body_alias code.
13773         * ipa-utils.c (ipa_reverse_postorder): Add FIXME.
13774         (ipa_reverse_postorder): Use cgraph_only_called_directly_or_aliased_p.
13775         * ipa-inline.c (update_caller_keys): Walk aliases.
13776         (inline_small_functions): Fix thinko in previous patch.
13777         * ipa.c (cgraph_externally_visible_p): Do not walk aliases.
13778         (function_and_variable_visibility): Do not walk same body aliases.
13779         * tree-ssa-structalias.c (associate_varinfo_to_alias): New function.
13780         (ipa_pta_execute): Use it.
13782 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
13784         * config/i386/sse.md (vec_dupv4sf): Correct mode of forced register.
13785         (*vec_dupv2df): Rename from vec_dupv2df.
13786         (vec_dupv2df): New expander.
13788 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
13790         * config/i386/sse.md (AVX_VEC_DUP_MODE): Rename from AVX256MODE24P.
13792 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
13794         * config/i386/i386.md: Use default value in "isa" attribute.
13795         * config/i386/sse.md: Ditto.
13796         * config/i386/mmx.md: Ditto.
13798 2011-06-10  Wei Guozhi  <carrot@google.com>
13800         PR target/45335
13801         * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
13802         stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
13803         (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
13804         related peephole2.
13805         (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
13806         related peephole2.
13807         * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
13808         (arm_legitimate_ldrd_p): New prototype.
13809         (arm_output_ldrd): New prototype.
13810         * config/arm/arm.c (arm_check_ldrd_operands): New function.
13811         (arm_legitimate_ldrd_p): New function.
13812         (arm_output_ldrd): New function.
13814 2011-06-10  David Li  <davidxl@google.com>
13816         * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
13817         * passes.c (passr_eq): New function.
13818         (create_pass_tab): New function.
13819         (pass_traverse): New function.
13820         (dump_one_pass): New function.
13821         (dump_pass_list): New function.
13822         (dump_passes): New function.
13824 2011-06-10  Jan Hubicka  <jh@suse.cz>
13826         * cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after
13827         setting the nothrow flag.
13828         * ipa-reference.c (propagate): Skip aliases.
13829         * ipa-pure-const.c (propagate_pure_const): Skip aliases.
13830         (propagate_nothrow): Skip aliases; do not update cgraph.
13831         (local_pure_const): Do not update cgraph.
13832         * tree-profile.c (tree_profiling): Do fixup_cfg.
13834 2011-06-10  Jan Hubicka  <jh@suse.cz>
13836         * ipa.c (cgraph_non_local_node_p_1): Break out from ...;
13837         (cgraph_local_node_p): ... here; handle aliases.
13838         (has_addr_references_p): Break out from ...;
13839         (cgraph_remove_unreachable_nodes) ... here.
13841 2011-06-10  Jan Hubicka  <jh@suse.cz>
13843         * opts.c (default_options): Enlist OPT_finline_functions_called_once.
13844         * common.opt (flag_inline_functions_called_once): Do not
13845         initialize to 1.
13847 2011-06-10  Jan Hubicka  <jh@suse.cz>
13849         * ipa-cp.c (ipcp_versionable_function_p): Thunks are not versionable.
13850         (ipcp_initialize_node_lattices): Do not deal with aliases;
13851         Do not try to propagate through thunks.
13852         (ipcp_change_tops_to_bottom): Do not deal with aliases.
13854 2011-06-10  Jan Hubicka  <jh@suse.cz>
13856         * ipa-prop.c (ipa_write_node_info): Stream jump functions
13857         for indirect calls.
13858         (ipa_read_node_info): Likewise.
13860 2011-06-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13862         PR lto/49302
13863         * tree-ssa-math-opts.c (powi_as_mults): Minor cleanup.
13864         (build_and_insert_call): Likewise.
13865         (build_and_insert_ref): New.
13866         (gimple_expand_builtin_pow): Minor cleanup.
13867         (gimple_expand_builtin_cabs): New.
13868         (execute_cse_sincos): Add case for BUILT_IN_CABS.
13870 2011-06-10  Jan Hubicka  <jh@suse.cz>
13872         * ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.
13873         (ipcp_cloning_candidate_p): Aliases are not clonning candidates.
13874         (ipcp_initialize_node_lattices): We don't propagate through an aliases.
13875         (ipcp_propagate_stage): Skip aliases when propagating.
13876         (ipcp_need_redirect_p): Skip aliases.
13877         (ipcp_insert_stage): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY and
13878         collect_callers_of_node.
13879         * ipa-prop.c (ipa_init_func_list): Do not analyze datastructures
13880         for aliases.
13881         (ipa_compute_jump_functions): Look through aliases.
13883 2011-06-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13885         * doc/sourcebuild.texi (Effective-Target Keywords, pie): Document it.
13887 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
13889         * ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.
13890         Adjust comments.
13891         * system.h (FORBIDDEN_INC_DEC_CLASSES): Poison.
13893 2011-06-10  Jan Hubicka  <jh@suse.cz>
13895         * ipa-cp.c (ipcp_process_devirtualization_opportunities):
13896         Update call of gimple_get_virt_method_for_binfo.
13897         * gimple-fold.c (gimple_get_virt_method_for_binfo): Remove
13898         refuse_thunks parameter.
13899         (gimple_fold_call): Update.
13900         * ipa-prop.c (try_make_edge_direct_virtual_call): Update.
13902 2011-06-10  Jan Hubicka  <jh@suse.cz>
13904         * tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...
13905         (not_all_callers_have_enough_arguments_p): ... this one; turn into
13906         worker for cgraph_for_node_and_aliases.
13907         (convert_callers_for_node): Break out from ...
13908         (convert_callers): ... here.
13909         (modify_function): Use collect_callers_of_node.
13910         (ipa_early_sra): Use cgraph_for_node_and_aliases.
13912 2011-06-10  Richard Guenther  <rguenther@suse.de>
13914         PR tree-optimization/49361
13915         * fold-const.c (fold_binary_loc): Only fold x * x to pow (x, 2.0)
13916         when not already in gimple form.
13918 2011-06-10  Richard Guenther  <rguenther@suse.de>
13920         PR bootstrap/49344
13921         * tree-ssa-math-opts.c (convert_mult_to_fma): Use
13922         FOR_EACH_PHI_OR_STMT_USE.
13924 2011-06-10  Jan Hubicka  <jh@suse.cz>
13926         * ipa-inline-transform.c (can_remove_node_now_p): Move out of...
13927         (clone_inlined_nodes): ... here.
13928         (inline_call): Use cgraph_function_or_thunk_node; redirect edge
13929         to real destination prior inlining.
13930         * ipa-inline.c (caller_growth_limits, can_inline_edge_p,
13931         can_early_inline_edge_p, want_early_inline_function_p,
13932         want_early_inline_function_p, want_inline_small_function_p,
13933         want_inline_self_recursive_call_p, want_inline_function_called_once_p,
13934         edge_badness, update_all_callee_keys, lookup_recursive_calls,
13935         add_new_edges_to_heap, inline_small_functions, flatten_function,
13936         inline_always_inline_functions, early_inline_small_functions): Use
13937         cgraph_function_or_thunk_node.
13938         * ipa-inline-analysis.c (evaluate_conditions_for_edge,
13939         dump_inline_edge_summary, estimate_function_body_sizes): Likewise.
13940         (do_estimate_edge_growth_1): Break out from ...
13941         (do_estimate_growth) ... here; walk aliases.
13942         (inline_generate_summary): Skip aliases.
13944 2011-06-10  Richard Guenther  <rguenther@suse.de>
13946         * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts
13947         forward when combining, visit inserted stmts when a stmt was changed.
13949 2011-06-10  Paolo Carlini  <paolo.carlini@oracle.com>
13951         * tree.h (error_operand_p): Add.
13952         * dbxout.c (dbxout_type_fields): Use the latter.
13953         * c-decl.c (add_stmt): Likewise.
13954         * gimplify.c (omp_add_variable, omp_notice_variable,
13955         gimplify_scan_omp_clauses): Likewise.
13957 2011-06-10  Georg-Johann Lay  <avr@gjlay.de>
13959         * config/avr/avr.c (avr_function_arg_advance): Fix thinko about
13960         when a value is actually passed in regs.
13962 2011-06-10  Eric Botcazou  <ebotcazou@adacore.com>
13963             Laurent Rougé  <laurent.rouge@menta.fr>
13965         * doc/invoke.texi (SPARC options): Add -mflat.
13966         * config/sparc/sparc.opt: Likewise.
13967         * config/sparc/sparc-protos.h (sparc_expand_epilogue): Add parameter.
13968         (sparc_flat_expand_prologue): Declare.
13969         (sparc_flat_expand_epilogue): Likewise.
13970         * config/sparc/sparc.h (CPP_CPU_SPEC): Do not handle -msoft-float.
13971         (CPP_ENDIAN_SPEC): Replace with...
13972         (CPP_OTHER_SPEC): ...this.  Also handle -mflat and -msoft-float.
13973         (CPP_SPEC): Adjust to above change.
13974         (EXTRA_SPECS): Likewise.
13975         (SPARC_INCOMING_INT_ARG_FIRST): Add TARGET_FLAT handling.
13976         (INCOMING_REGNO): Likewise.
13977         (OUTGOING_REGNO): Likewise.
13978         (LOCAL_REGNO): Likewise.
13979         (SETUP_FRAME_ADDRESSES): Likewise.
13980         (FIXED_REGISTERS): Set 0 for %fp.
13981         (CALL_USED_REGISTERS): Likewise.
13982         (INITIAL_ELIMINATION_OFFSET): Pass current_function_is_leaf.
13983         (EXIT_IGNORE_STACK): Define to 1 unconditionally.
13984         (RETURN_ADDR_REGNUM): Define.
13985         (RETURN_ADDR_RTX): Use it.
13986         (INCOMING_RETURN_ADDR_REGNUM): Define.
13987         (INCOMING_RETURN_ADDR_RTX): Use it.
13988         (DWARF_FRAME_RETURN_COLUMN): Likewise.
13989         (EH_RETURN_REGNUM): Define.
13990         (EH_RETURN_STACKADJ_RTX): Use it.
13991         (EH_RETURN_HANDLER_RTX): Delete.
13992         (EPILOGUE_USES): Use them and add TARGET_FLAT handling.
13993         * config/sparc/sparc.c (apparent_fsize, actual_fsize, num_gfregs):
13994         Delete.
13995         (struct machine_function): Add frame_size, apparent_frame_size,
13996         frame_base_reg, frame_base_offset, n_global_fp_regs and
13997         save_local_in_regs_p fields.
13998         (sparc_frame_size, sparc_apparent_frame_size, sparc_frame_base_reg,
13999         sparc_frame_base_offset, sparc_n_global_fp_regs,
14000         sparc_save_local_in_regs_p): New macros.
14001         (sparc_option_override): Error out if -fcall-saved-REG is specified
14002         for Out registers.
14003         (eligible_for_restore_insn): Fix formatting.
14004         (eligible_for_return_delay): Likewise.  Add TARGET_FLAT handling.
14005         (eligible_for_sibcall_delay): Likewise.
14006         (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Add MODE parameter.
14007         (sparc_legitimate_address_p): Adjust to above change.
14008         (save_global_or_fp_reg_p): New predicate.
14009         (return_addr_reg_needed_p): Likewise.
14010         (save_local_or_in_reg_p): Likewise.
14011         (sparc_compute_frame_size): Use them.  Add TARGET_FLAT handling.
14012         (SORR_SAVE, SORR_RESTORE): Delete.
14013         (sorr_pred_t): New typedef.
14014         (sorr_act_t): New enum.
14015         (save_or_restore_regs): Rename to...
14016         (emit_save_or_restore_regs): ...this.  Change type of LOW and HIGH
14017         parameters, remove ACTION parameter, add LEAF_FUNCTION_P, SAVE_P,
14018         ACTION_TRUE and ACTION_FALSE parameters.  Implement more general
14019         mechanism.  Add CFI information for double-word saves in 32-bit mode.
14020         (emit_adjust_base_to_offset): New function extracted from...
14021         (emit_save_or_restore_regs): ...this.  Rename the rest to...
14022         (emit_save_or_restore_regs_global_fp_regs): ...this.
14023         (emit_save_or_restore_regs_local_in_regs): New function.
14024         (gen_create_flat_frame_[123]): New functions.
14025         (sparc_expand_prologue): Use SIZE local variable.  Adjust.
14026         (sparc_flat_expand_prologue): New function.
14027         (sparc_asm_function_prologue): Add TARGET_FLAT handling.
14028         (sparc_expand_epilogue): Use SIZE local variable.  Adjust.
14029         (sparc_flat_expand_epilogue): New function.
14030         (sparc_can_use_return_insn_p): Add TARGET_FLAT handling.
14031         (output_return): Likewise.
14032         (output_sibcall): Likewise.
14033         (sparc_output_mi_thunk): Likewise.
14034         (sparc_frame_pointer_required): Likewise.
14035         (sparc_conditional_register_usage): If TARGET_FLAT, disable the leaf
14036         function optimization.
14037         * config/sparc/sparc.md (flat): New attribute.
14038         (prologue): Add TARGET_FLAT handling.
14039         (save_register_window): Disable if TARGET_FLAT.
14040         (create_flat_frame_[123]): New patterns.
14041         (epilogue): Add TARGET_FLAT handling.
14042         (sibcall_epilogue): Likewise.
14043         (eh_return): New expander.
14044         (eh_return_internal): New insn and splitter.
14045         (return_internal): Add TARGET_FLAT handling.
14046         (untyped_return): Remove bogus test and use RETURN_ADDR_REGNUM.
14047         (save_stack_nonlocal): Use RETURN_ADDR_REGNUM.
14048         (nonlocal_goto): Add TARGET_FLAT handling.
14049         * config/sparc/t-elf: Add -mflat multilib.
14050         * config/sparc/t-leon: Likewise.
14052 2011-06-10  Jan Hubicka  <jh@suse.cz>
14054         * ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.
14055         * ipa-pure-const.c (analyze_function): Aliases don't need analysis.
14056         (self_recursive_p): Use cgraph_function_node.
14057         (propagate_pure_const): Likewise.
14058         (propagate_nothrow): Likewise.
14059         * ipa-reference.c (ipa_reference_get_not_read_global): Use
14060         cgraph_function_node.
14061         (propagate_bits): Likewise.
14062         (propagate): Likewise.
14064 2011-06-10  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
14065             Richard Earnshaw  <rearnsha@arm.com>
14067         * config/arm/arm.c (const_ok_for_op): Check to see if mvn can be used.
14068         * config/arm/vfp.md (*arm_movdi_vfp): Delete.
14069         (*thumb2_movdi_vfp): Delete.
14070         (*arm_movdi_vfp_cortexa8): Delete.
14071         (*movdi_vfp): Consolidate from *arm_movdi_vfp and *thumb2_movdi_vfp.
14072         (*movdi_vfp_cortexa8): Likewise.
14074 2011-06-10  Richard Guenther  <rguenther@suse.de>
14076         * stor-layout.c (initialize_sizetypes): Give names to all
14077         sizetype kinds.
14079 2011-06-10  Ira Rosen  <ira.rosen@linaro.org>
14081         PR tree-optimization/49318
14082         * tree-vect-loop.c (vect_determine_vectorization_factor): Remove
14083         irrelevant pattern statements.
14085 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
14087         * system.h (SETJMP_VIA_SAVE_AREA): Poison.
14089         PR bootstrap/49354
14090         * ira-costs.c (setup_regno_cost_classes_by_mode): Add missing cast
14091         to last assignment.
14093 2011-06-09  Jan Hubicka  <jh@suse.cz>
14095         * cgraphunit.c (cgraph_reset_node): Do not set redefined_extern_inline;
14096         do not recompute reachable flag.
14097         (cgraph_finalize_function, cgraph_analyze_functions): Set
14098         redefined_extern_inline here.
14100 2011-06-09  Jan Hubicka  <jh@suse.cz>
14102         * cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...
14103         (cgraph_only_called_directly_p): ... this one; bring offline.
14104         (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
14105         varpool_used_from_object_file_p): Drop names from the declaratoin.
14106         (cgraph_for_node_thunks_and_aliases, cgraph_for_node_and_aliases,
14107         collect_callers_of_node): New.
14108         (cgraph_function_node, cgraph_function_or_thunk_node): New functions.
14109         (cgraph_edge_recursive_p): Use cgraph_function_node.
14110         * cgraph.c (cgraph_add_thunk): Check that thunk is not already alias.
14111         (cgraph_node_cannot_be_local_p_1): Break out from ...
14112         (cgraph_node_can_be_local_p): ... here; walk aliases.
14113         (cgraph_for_node_thunks_and_aliases): New function.
14114         (cgraph_for_node_and_aliases): New function.
14115         (cgraph_make_node_local_1): Break out from ...
14116         (cgraph_make_node_local) ... here; use
14117         cgraph_for_node_thunks_and_aliases.
14118         (cgraph_set_nothrow_flag_1): Break out from ...
14119         (cgraph_set_nothrow_flag) ... here;
14120         use cgraph_for_node_thunks_and_aliases.
14121         (cgraph_set_const_flag_1): Break out from ...
14122         (cgraph_set_const_flag) ... here;
14123         use cgraph_for_node_thunks_and_aliases.
14124         (cgraph_set_pure_flag_1): Break out from ...
14125         (cgraph_set_pure_flag) ... here;
14126         use cgraph_for_node_thunks_and_aliases.
14127         (cgraph_propagate_frequency_1): Break out from ...
14128         (cgraph_propagate_frequency) ... here; use
14129         cgraph_for_node_thunks_and_aliases.
14130         (cgraph_used_from_object_file_p): Do not care about aliases.
14131         (cgraph_not_only_called_directly_p_1, cgraph_only_called_directly_p):
14132         New functions.
14133         (collect_callers_of_node_1, collect_callers_of_node): New functions.
14135 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
14137         PR rtl-optimization/49154
14138         * config/cris/cris.h (FIXED_REGISTERS): Include CRIS_CC0_REGNUM.
14139         (enum reg_class): Add SRP_REGS and MOF_SRP_REGS.
14140         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
14141         (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Adjust to fit.
14142         * config/cris/cris.h (cris_register_move_cost): Remove
14143         !TARGET_V32 code.  Tweak comments.
14145 2011-06-09  Jan Hubicka  <jh@suse.cz>
14147         * cgraphbuild.c (record_eh_tables): Mark personality function as having
14148         address taken.
14150 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
14152         PR rtl-optimization/49154
14153         * ira-costs.c (setup_regno_cost_classes_by_mode): If there already
14154         is a matching slot in the hashtable, assign it to classes_ptr.
14156         PR rtl-optimization/49154
14157         * doc/tm.texi.in (Register Classes): Document rule for the narrowest
14158         register classes.
14159         * doc/tm.texi: Regenerate.
14161 2011-06-09  Kaz Kojima  <kkojima@gcc.gnu.org>
14163         PR target/49307
14164         * config/sh/sh.md (UNSPEC_CHKADD): New.
14165         (chk_guard_add): New define_insn_and_split.
14166         (symGOT_load): Use chk_guard_add instead of blockage.
14168 2011-06-09  Kai Tietz  <ktietz@redhat.com>
14170         * libgcc2.c (L_trampoline): Include windows.h for mingw targets.
14172 2011-06-09  Eric Botcazou  <ebotcazou@adacore.com>
14174         * config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
14176 2011-06-09  Wei Guozhi  <carrot@google.com>
14178         PR target/46975
14179         * config/arm/arm.md (*addsi3_carryin_compare0_<optab>): New pattern.
14180         (peephole2 for conditional move): Generate 16 bit instructions.
14182 2011-06-09  Uros Bizjak  <ubizjak@gmail.com>
14184         * config/i386/i386.md (*movdi_internal_rex64): Merge
14185         alternatives 6 and 8.
14187 2011-06-09  David Li  <davidxl@google.com>
14189         * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
14190         * passes.c (passr_eq): New function.
14191         (create_pass_tab): New function.
14192         (pass_traverse): New function.
14193         (dump_one_pass): New function.
14194         (dump_pass_list): New function.
14195         (dump_passes): New function.
14197 2011-06-09  David Li  <davidxl@google.com>
14199         * tree-complex.c (tree_lower_complex): Gate cleanup.
14200         * tree-stdarg.c (check_all_va_list_escapes): Ditto.
14201         (execute_optimize_stdarg): Ditto.
14202         * tree-eh.c (execute_lower_eh_dispatch): Ditto.
14203         (execute_cleanup_eh_1): Ditto.
14204         (execute_cleanup_eh): Ditto.
14205         * gcse.c (gate_rtl_pre): Ditto.
14206         (execute_rtl_pre): Ditto.
14207         * except.c (finish_eh_generation): Ditto.
14208         (convert_to_eh_region_ranges): Ditto.
14209         * cprop.c (one_cprop_pass): Ditto.
14211 2011-06-09  Bernd Schmidt  <bernds@codesourcery.com>
14213         PR target/48673
14214         * config/ia64/ia64.c (ia64_reorg): Clear BB_DISABLE_SCHEDULE flag
14215         in all basic blocks.
14217 2011-06-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14219         * config/alpha/netbsd.h (ENABLE_EXECUTE_STACK): Remove.
14220         (HAVE_ENABLE_EXECUTE_STACK): Define.
14221         * config/alpha/osf5.h (ENABLE_EXECUTE_STACK): Remove.
14222         (HAVE_ENABLE_EXECUTE_STACK): Define.
14223         * config/darwin.h (ENABLE_EXECUTE_STACK): Remove.
14224         (HAVE_ENABLE_EXECUTE_STACK): Define.
14225         * config/i386/mingw32.h (MINGW_ENABLE_EXECUTE_STACK): Remove.
14226         (ENABLE_EXECUTE_STACK): Remove.
14227         (HAVE_ENABLE_EXECUTE_STACK): Define.
14228         [IN_LIBGCC2]: Don't include <windows.h>.
14229         * config/i386/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
14230         (HAVE_ENABLE_EXECUTE_STACK): Define.
14231         * config/i386/netbsd64.h (ENABLE_EXECUTE_STACK): Remove.
14232         (HAVE_ENABLE_EXECUTE_STACK): Define.
14233         * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Remove.
14234         * config/openbsd.h (ENABLE_EXECUTE_STACK): Remove.
14235         (HAVE_ENABLE_EXECUTE_STACK): Define.
14236         * config/sol2.h (ENABLE_EXECUTE_STACK): Remove.
14237         (HAVE_ENABLE_EXECUTE_STACK): Define.
14238         * config/sparc/freebsd.h (ENABLE_EXECUTE_STACK): Remove.
14239         (HAVE_ENABLE_EXECUTE_STACK): Define.
14240         * config/sparc/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
14241         (HAVE_ENABLE_EXECUTE_STACK): Define.
14242         * config/alpha/alpha.c (alpha_trampoline_init): Test
14243         HAVE_ENABLE_EXECUTE_STACK.
14244         * config/i386/i386.c (ix86_trampoline_init): Likewise.
14245         * config/sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
14246         (sparc64_initialize_trampoline): Likewise.
14247         * libgcc2.c [L_enable_execute_stack]: Remove.
14248         * system.h (ENABLE_EXECUTE_STACK): Poison.
14249         * doc/tm.texi.in (Trampolines, ENABLE_EXECUTE_STACK): Remove.
14250         * doc/tm.texi: Regenerate.
14251         * Makefile.in (LIBGCC2_CFLAGS): Add -fbuilding-libgcc.
14253 2011-06-09  Jakub Jelinek  <jakub@redhat.com>
14255         PR middle-end/49308
14256         * dce.c (reset_unmarked_insns_debug_uses): Avoid shadowing insn
14257         variable.  After resetting and rescanning insn continue with previous
14258         statement.
14260 2011-06-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14262         * configure.ac (gcc_cv_as_hidden): Enable on *-*-darwin*.
14263         (gcc_cv_ld_hidden): Likewise.
14264         * configure: Regenerate.
14265         * config/i386/i386.c (USE_HIDDEN_LINKONCE): Remove TARGET_MACHO.
14266         (ix86_stack_protect_fail): Mark unused.
14267         (TARGET_STACK_PROTECT_FAIL) [TARGET_MACHO]: Don't redefine.
14268         * config/rs6000/rs6000.c (rs6000_assemble_visibility)
14269         [TARGET_MACHO]: Don't define.
14270         (TARGET_ASM_ASSEMBLE_VISIBILITY): Likewise.
14271         (TARGET_STACK_PROTECT_FAIL): Likewise.
14272         (rs6000_stack_protect_fail): Mark unused.
14273         * dwarf2asm.c (dw2_output_indirect_constant_1): Mark decl hidden if
14274         USE_LINKONCE_INDIRECT.  Don't emit .hidden expicitly.
14276 2011-06-08  Andi Kleen  <ak@linux.intel.com>
14278         * varasm.c (get_section): Print location of other conflict
14279         for section conflicts.
14281 2011-06-08  Andi Kleen  <ak@linux.intel.com>
14283         * config/i386/driver-i386.c (host_detect_local_cpu):
14284         Add model 0x2d Intel CPU.
14286 2011-06-08  Andi Kleen  <ak@linux.intel.com>
14288         * reginfo.c (global_regs_decl): Add.
14289         (globalize_reg): Add decl parameter. Compute location.  Pass location
14290         to warnings and add inform. Store decl in global_regs_decl.
14291         * rtl.h (globalize_reg): Update prototype.
14292         * varasm.c (make_decl_rtl): Pass decl to globalize_reg().
14294 2011-06-09  Mingjie Xing  <mingjie.xing@gmail.com>
14296         * treestruct.def (TS_TYPE_DECL): Fix the printable name typo.
14298 2011-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
14300         PR target/49305
14301         * config/sh/predicates.md (general_movsrc_operand): Check
14302         mode for memory with indexed address for QI and HImode.
14303         (general_movdst_operand): Likewise.
14305 2011-06-09  Nicola Pero  <nicola.pero@meta-innovation.com>
14307         * doc/objc.texi (Traditional GNU Objective-C runtime API): Updated.
14309 2011-06-08  Alexandre Oliva  <aoliva@redhat.com>
14311         * tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
14312         (num_ssa_operands): Likewise.
14313         (op_iter_init_phiuse): Forward-declare.
14314         (delink_stmt_imm_use): Iterate with FOR_EACH_PHI_OR_STMT_USE.
14316 2011-06-08  Nick Clifton  <nickc@redhat.com>
14318         * doc/invoke.texi (ARM Options): Update description of
14319         -mthumb-interwork.
14321 2011-06-08  H.J. Lu  <hongjiu.lu@intel.com>
14323         * config/i386/driver-i386.c (host_detect_local_cpu): Support
14324         unknown Intel family 0x6 CPUs.
14326 2011-06-08  Martin Jambor  <mjambor@suse.cz>
14328         * tree-sra.c (mark_rw_status): Removed.
14329         (analyze_access_subtree): New parameter parent instead of
14330         mark_read and mark_write, propagate from that.
14332 2011-06-08  Julian Brown  <julian@codesourcery.com>
14334         * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
14335         for double-precision helper functions in hard-float mode if only
14336         single-precision arithmetic is supported in hardware.
14338 2011-06-08  Alexander Monakov  <amonakov@ispras.ru>
14340         PR rtl-optimization/49303
14341         * sel-sched.c (move_op): Use correct type for 'res'.  Verify that
14342         code_motion_path_driver returned 0 or 1.
14343         (sel_region_finish): Clear h_d_i_d.
14345 2011-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
14347         * config/sh/sh.c (prepare_move_operands): Set pic register
14348         appropriately for global and local dynamic tls models even
14349         if flag_pic is unset.
14351 2011-06-07  Jason Merrill  <jason@redhat.com>
14353         * pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.
14355 2011-06-07  Xinliang David Li  <davidxl@google.com>
14356         * passes.c (enable_disable_pass): Handle assembler name.
14357         (is_pass_explicitly_enabled_or_disabled): Ditto.
14359 2011-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14361         PR tree-optimization/48497
14362         * doc/sourcebuild.texi (Directives, dg-additional-options): Document.
14364 2011-06-07  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14366         PR tree-optimization/46728
14367         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Change FIXME
14368         to use gimple_val_nonnegative_real_p.
14369         * gimple-fold.c (gimple_val_nonnegative_real_p): New function.
14370         * gimple.h (gimple_val_nonnegative_real_p): New declaration.
14372 2011-06-07  H.J. Lu  <hongjiu.lu@intel.com>
14374         * config/i386/i386.md (*movsf_internal): Optimize AVX check.
14376 2011-06-07  Sergey Grechanik  <mouseentity@ispras.ru>
14378         * config/arm/arm.c (coproc_secondary_reload_class): Return NO_REGS for
14379         constant vectors.
14381 2011-06-07  Richard Guenther  <rguenther@suse.de>
14383         * stor-layout.c (initialize_sizetypes): Initialize all
14384         sizetypes based on target definitions.
14385         (set_sizetype): Remove.
14386         * tree.c (build_common_tree_nodes): Do not call set_sizetype.
14387         * tree.h (set_sizetype): Remove.
14389 2011-06-07  Nick Clifton  <nickc@redhat.com>
14391         * config.gcc: Unify V850 architecture options and add support for
14392         newer V850 architectures.
14393         * config/v850/t-v850e: Delete.
14395 2011-06-07  Richard Guenther  <rguenther@suse.de>
14397         * tree.c (build_common_tree_nodes): Also initialize size_type_node.
14398         Call set_sizetype from here.
14400 2011-06-07  Andrew Stubbs  <ams@codesourcery.com>
14402         * config/arm/arm.md (*maddhidi4tb, *maddhidi4tt): New define_insns.
14403         (*maddhisi4tb, *maddhisi4tt): New define_insns.
14405 2011-06-07  Bernd Schmidt  <bernds@codesourcery.com>
14406             Andrew Stubbs  <ams@codesourcery.com>
14408         * simplify-rtx.c (simplify_unary_operation_1): Canonicalize widening
14409         multiplies.
14410         * doc/md.texi (Canonicalization of Instructions): Document widening
14411         multiply canonicalization.
14413 2011-06-07  Jakub Jelinek  <jakub@redhat.com>
14415         PR gcov-profile/49299
14416         * value-prof.c (gimple_ic): Don't assume icall has a fallthru edge.
14418 2011-06-07  Ira Rosen  <ira.rosen@linaro.org>
14420         * tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be
14421         a pointer.
14422         * tree-vect-patterns.c (vect_recog_widen_sum_pattern,
14423         vect_recog_widen_mult_pattern, vect_recog_dot_prod_pattern,
14424         vect_recog_pow_pattern): Likewise.
14425         (vect_pattern_recog_1): Remove declaration.
14426         (widened_name_p): Remove declaration.  Add new argument to specify
14427         whether to check that both types are either signed or unsigned.
14428         (vect_recog_widen_mult_pattern): Update documentation.  Handle
14429         unsigned patterns and multiplication by constants.
14430         (vect_pattern_recog_1): Update vect_recog_func references.  Use
14431         statement information from the statement returned from pattern
14432         detection functions.
14433         (vect_pattern_recog): Update vect_recog_func reference.
14434         * tree-vect-stmts.c (vectorizable_type_promotion): For widening
14435         multiplication by a constant use the type of the other operand.
14437 2011-06-06  Richard Sandiford  <rdsandiford@googlemail.com>
14439         PR rtl-optimization/49145
14440         * combine.c (make_compound_operation): Handle ZERO_EXTEND specially.
14442 2011-06-06  Jakub Jelinek  <jakub@redhat.com>
14444         PR debug/49262
14445         * dwarf2out.c (native_encode_initializer): Decrement count in each
14446         iteration.
14448         PR debug/49294
14449         * dwarf2out.c (mem_loc_descriptor) <do_shift>: Give up for
14450         non-MODE_INT modes.
14452         PR c++/49264
14453         * gimple-fold.c (fold_stmt_1): Don't try to fold *& on the lhs
14454         if stmt folded into nothing.
14455         * tree-inline.c (fold_marked_statements): If a builtin at the end of
14456         a bb folded into nothing, just update cgraph edges and move to next bb.
14457         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Allow new_stmt
14458         to be NULL.  Don't compute count and frequency if new_call is NULL.
14460 2011-06-04  Diego Novillo  <dnovillo@google.com>
14462         * Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.
14463         (cgraph.o): Likewise.
14464         (cgraphunit.o): Likewise.
14465         * cgraphunit.c: Include lto-streamer.h
14466         (cgraph_finalize_compilation_unit): Call lto_streamer_hooks_init
14467         if LTO is enabled.
14468         * lto-streamer-in.c (unpack_value_fields): Call
14469         streamer_hooks.unpack_value_fields if set.
14470         (lto_materialize_tree): For unhandled nodes, first try to
14471         call lto_streamer_hooks.alloc_tree, if it exists.
14472         (lto_input_ts_decl_common_tree_pointers): Move reading of
14473         DECL_INITIAL to lto_streamer_read_tree.
14474         (lto_read_tree): Call lto_streamer_hooks.read_tree if set.
14475         (lto_streamer_read_tree): New.
14476         (lto_reader_init): Rename from lto_init_reader.
14477         Move initialization code to lto/lto.c.
14478         * lto-streamer-out.c (pack_value_fields): Call
14479         streamer_hooks.pack_value_fields if set.
14480         (lto_output_tree_ref): For tree nodes that are not normally indexable,
14481         call streamer_hooks.indexable_with_decls_p before giving up.
14482         (lto_output_ts_decl_common_tree_pointers): Move handling
14483         for FUNCTION_DECL and TRANSLATION_UNIT_DECL to lto_streamer_write_tree.
14484         (lto_output_tree_header): Call streamer_hooks.is_streamable instead of
14485         lto_is_streamable.  Call lto_streamer_hooks.output_tree_header if set.
14486         (lto_write_tree): Call lto_streamer_hooks.write_tree if set.
14487         (lto_streamer_write_tree): New.
14488         (lto_output): Call lto_streamer_init directly.
14489         (lto_writer_init): Remove.
14490         * lto-streamer.c (streamer_hooks): New.
14491         (lto_streamer_cache_create): Call streamer_hooks.preload_common_nodes
14492         instead of lto_preload_common_nodes.
14493         (lto_is_streamable): Move from lto-streamer.h
14494         (lto_streamer_hooks_init): New.
14495         (streamer_hooks): New.
14496         (streamer_hooks_init): New.
14497         * lto-streamer.h (struct output_block): Forward declare.
14498         (struct lto_input_block): Likewise.
14499         (struct data_in): Likewise.
14500         (struct bitpack_d): Likewise.
14501         (struct streamer_hooks): Declare.
14502         (streamer_hooks): Declare.
14503         (lto_streamer_hooks_init): Declare.
14504         (lto_streamer_write_tree): Declare.
14505         (lto_streamer_read_tree): Declare.
14506         (streamer_hooks_init): Declare.
14507         (lto_is_streamable): Move to lto-streamer.c
14509 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14511         * longlong.h (smul_ppmm): The resulting register pair contains the
14512         higher order word first.
14514 2011-06-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14516         PR tree-optimization/46728
14517         * builtins.c (powi_table): Remove.
14518         (powi_lookup_cost): Remove.
14519         (powi_cost): Remove.
14520         (expand_powi_1): Remove.
14521         (expand_powi): Remove.
14522         (expand_builtin_pow_root): Remove.
14523         (expand_builtin_pow): Remove.
14524         (expand_builtin_powi): Eliminate handling of constant exponent.
14525         (expand_builtin): Use expand_builtin_mathfn_2 for BUILT_IN_POW.
14527 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
14529         * cprop.c (local_cprop_pass): Don't set changed for debug insns.
14531 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
14533         * dce.c (reset_unmarked_insns_debug_uses): New.
14534         (delete_unmarked_insns): Skip debug insns.
14535         (prescan_insns_for_dce): Likewise.
14536         (rest_of_handle_ud_dce): Reset debug uses of removed sets.
14537         * reg-stack.c (subst_stack_regs_in_debug_insn): Signal when no
14538         active reg can be found.
14539         (subst_all_stack_regs_in_debug_insn): New.  Reset debug insn then.
14540         (convert_regs_1): Use it.
14542 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
14544         * tree-pretty-print.c (dump_function_header): Add flags.
14545         Don't dump decl_uid with nouid.
14546         * tree-pretty-print.h (dump_function_header): Adjust.
14547         * final.c (rest_of_clean_state): Pass dump_flags on, with nouid.
14548         * passes.c (pass_init_dump_file): Pass dump_flags on.
14549         * tree-cfg.c (gimple_dump_cfg): Pass flags on.
14551 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
14553         PR bootstrap/49270
14554         * ipa-inline-analysis.c (read_predicate): Initialize all clauses.
14556 2011-06-06  Mikael Pettersson  <mikpe@it.uu.se>
14558         PR tree-optimization/49243
14559         * calls.c (setjmp_call_p): Also check if fndecl has the
14560         returns_twice attribute.
14562 2011-06-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14564         * config/mips/iris6.h (ENDFILE_SPEC): Use crtfastmath.o if
14565         -ffast-math etc.
14567 2011-06-06  Richard Henderson  <rth@redhat.com>
14568             Georg-Johann Lay  <avr@gjlay.de>
14570         PR target/42210
14571         * config/avr/predicates.md (const1_operand, const_0_to_7_operand):
14572         New predicates.
14573         * config/avr/avr.md ("insv"): New insn expander.
14574         ("*movbitqi.1-6.a", "*movbitqi.1-6.b", "*movbitqi.0", "*insv.io",
14575         "*insv.not.io", "*insv.reg"): New insns.
14577 2011-06-06  Hans-Peter Nilsson  <hp@bitrange.com>
14579         PR target/49285
14580         * config/mmix/mmix.md ("truncdfsf2", "extendsfdf2"): Correct predicate
14581         to nonimmediate_operand from memory_operand for the operand that is to
14582         be forced to memory by the expander.  Lose the constraints.
14584 2011-06-05  Eric Botcazou  <ebotcazou@adacore.com>
14586         * config/sparc/sparc.c (output_return): Fix thinko in the output of an
14587         EH return when delayed branches are disabled.
14589 2011-06-05  Uros Bizjak  <ubizjak@gmail.com>
14591         * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>:
14592         Remove MODE_TI handling.  Remove SSE1 handling in attribute "mode"
14593         calculation.
14594         (*movdf_internal_rex64) <case 6,7,8>: Remove MODE_TI handling.
14595         Simplify MODE_V1DF and MODE_V2SF handling.
14596         (*movsf_internal): Remove x constraint from alternative 7 of operand 1.
14597         Simplify MODE_SF handling.
14599 2011-06-04  Jan Hubicka  <jh@suse.cz>
14601         PR tree-optimization/48893
14602         PR tree-optimization/49091
14603         PR tree-optimization/49179
14604         * ipa-inline-analysis.c (evaluate_conditions_for_known_args):
14605         Bounds check.
14607 2011-06-04  Jan Hubicka  <jh@suse.cz>
14609         PR lto/48954
14610         * lto-cgraph.c (output_node_opt_summary): Handle NULL skip args
14611         bitmaps.
14613 2011-06-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
14615         * doc/invoke.texi: Document -Wdelete-non-virtual-dtor.
14617 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
14619         PR target/49281
14620         * config/i386/i386.md (*lea_general_4): Require INTVAL (operands[3])
14621         to be strictly smaller than 1 << shiftcount.
14623 2011-06-04  Jan Hubicka  <jh@suse.cz>
14625         PR tree-optimize/48929
14626         * ipa-inline-analysis.c (remap_edge_predicates): Fix handling
14627         of empty predicate.
14629 2011-06-04  Alexandre Oliva  <aoliva@redhat.com>
14631         PR debug/48333
14632         * calls.c (emit_call_1): Prefer the __builtin declaration of
14633         builtin functions.
14635 2011-06-03   Diego Novillo  <dnovillo@google.com>
14637         * lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.
14638         (lto_input_tree_pointers): Likewise.
14639         * lto-streamer-out.c (pack_value_fields): Likewise.
14640         (lto_output_tree_pointers): Likewise.
14641         * lto-streamer.h (lto_is_streamable): Add check for OMP_CLAUSE
14642         and OPTIMIZATION_NODE.
14644 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14646         * config/alpha/linux.h (MD_UNWIND_SUPPORT): Remove.
14647         * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Remove.
14648         * config/alpha/vms.h (MD_UNWIND_SUPPORT): Remove.
14649         * config/bfin/linux.h (MD_UNWIND_SUPPORT): Remove.
14650         * config/bfin/uclinux.h (MD_UNWIND_SUPPORT): Remove.
14651         * config/i386/linux.h (MD_UNWIND_SUPPORT): Remove.
14652         * config/i386/linux64.h (MD_UNWIND_SUPPORT): Remove.
14653         * config/i386/sol2.h (MD_UNWIND_SUPPORT): Remove.
14654         * config/i386/mingw32.h (MD_UNWIND_SUPPORT): Remove.
14655         * config/ia64/linux.h (MD_UNWIND_SUPPORT): Remove.
14656         * config/ia64/vms.h (MD_UNWIND_SUPPORT): Remove.
14657         * config/m68k/linux.h (MD_UNWIND_SUPPORT): Remove.
14658         * config/mips/linux.h (MD_UNWIND_SUPPORT): Remove.
14659         * config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): Remove.
14660         * config/pa/pa32-linux.h (MD_UNWIND_SUPPORT): Remove.
14661         * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Remove.
14662         * config/rs6000/linux.h (MD_UNWIND_SUPPORT): Remove.
14663         * config/rs6000/linux64.h (MD_UNWIND_SUPPORT): Remove.
14664         * config/s390/linux.h (MD_UNWIND_SUPPORT): Remove.
14665         * config/s390/tpf.h (MD_UNWIND_SUPPORT): Remove.
14666         * config/sh/linux.h (MD_UNWIND_SUPPORT): Remove.
14667         * config/sparc/linux.h (MD_UNWIND_SUPPORT): Remove.
14668         * config/sparc/linux64.h (MD_UNWIND_SUPPORT): Remove.
14669         * config/sparc/sol2.h (MD_UNWIND_SUPPORT): Remove.
14670         * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Remove.
14671         * config/alpha/linux-unwind.h: Move to ../libgcc/config/alpha.
14672         * config/alpha/osf5-unwind.h: Move to ../libgcc/config/alpha.
14673         * config/alpha/vms-unwind.h: Move to ../libgcc/config/alpha.
14674         * config/bfin/linux-unwind.h: Move to ../libgcc/config/bfin.
14675         * config/i386/linux-unwind.h: Move to ../libgcc/config/i386.
14676         * config/i386/sol2-unwind.h: Move to ../libgcc/config/i386.
14677         * config/i386/w32-unwind.h: Move to ../libgcc/config/i386.
14678         * config/ia64/linux-unwind.h: Move to ../libgcc/config/ia64.
14679         * config/ia64/vms-unwind.h: Move to ../libgcc/config/ia64.
14680         * config/m68k/linux-unwind.h: Move to ../libgcc/config/m68k.
14681         * config/mips/linux-unwind.h: Move to ../libgcc/config/mips.
14682         * config/pa/hpux-unwind.h: Move to ../libgcc/config/pa.
14683         * config/pa/linux-unwind.h: Move to ../libgcc/config/pa.
14684         * config/rs6000/darwin-unwind.h: Move to ../libgcc/config/rs6000.
14685         * config/rs6000/linux-unwind.h: Move to ../libgcc/config/rs6000.
14686         * config/s390/linux-unwind.h: Move to ../libgcc/config/s390.
14687         * config/s390/tpf-unwind.h: Move to ../libgcc/config/s390.
14688         * config/sh/linux-unwind.h: Move to ../libgcc/config/sh.
14689         * config/sparc/linux-unwind.h: Move to ../libgcc/config/sparc.
14690         * config/sparc/sol2-unwind.h: Move to ../libgcc/config/sparc.
14691         * config/xtensa/linux-unwind.h: Move to ../libgcc/config/xtensa.
14692         * config/darwin9.h (DARWIN_LIBSYSTEM_HAS_UNWIND): Remove.
14693         * system.h (MD_UNWIND_SUPPORT): Poison.
14694         * doc/tm.texi.in (Exception Handling, MD_UNWIND_SUPPORT): Remove.
14695         * doc/tm.texi: Regenerate.
14696         * unwind-dw2.c: Include md-unwind-support.h instead of
14697         MD_UNWIND_SUPPORT.
14698         * config/ia64/unwind-ia64.c: Likewise.
14699         * config/xtensa/unwind-dw2-xtensa.c: Likewise.
14701 2011-06-03  Jack Howarth  <howarth@bromo.med.uc.edu>
14703         * varpool.c (varpool_extra_name_alias): Return NULL, not false.
14705 2011-06-03  Richard Henderson  <rth@redhat.com>
14706             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14708         * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
14709         (sigill_hdlr): Correct insn, insn size.
14710         (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Use movaps.
14712 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14714         * config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6
14715         t-slibgcc-dummy.
14716         * config/mips/irix-crti.asm: Move to ../libgcc/config/mips/irix-crti.S.
14717         * config/mips/irix-crtn.asm: Move to ../libgcc/config/mips/irix-crtn.S.
14718         * config/mips/t-iris: Remove.
14719         * config/mips/t-irix6: New file.
14720         * config/mips/t-slibgcc-irix: Move to ../libgcc/config/mips.
14722 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14724         * Makefile.in (LIB2ADDEHDEP): Remove.
14725         * config/arm/t-bpabi (LIB2ADDEHDEP): Remove.
14726         * config/arm/t-symbian (LIB2ADDEHDEP): Remove.
14727         * config/picochip/t-picochip (LIB2ADDEHDEP): Remove.
14728         * config/t-darwin (LIB2ADDEHDEP): Remove.
14729         * config/t-freebsd (LIB2ADDEHDEP): Remove.
14730         * config/t-linux (LIB2ADDEHDEP): Remove.
14732 2011-06-03  Diego Novillo  <dnovillo@google.com>
14734         * lto-streamer-in.c (get_resolution): Move to lto/lto.c.
14735         (lto_register_var_decl_in_symtab): Likewise.
14736         (lto_register_function_decl_in_symtab): Likewise.
14737         (lto_read_tree): Move VAR_DECL and FUNCTION_DECL registration
14738         logic to uniquify_nodes.
14740 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14742         * config/alpha/t-osf5: Remove.
14743         * config/alpha/t-osf-pthread: Remove.
14744         * config.gcc (alpha*-dec-osf5.1*): Set tmake_file to t-slibgcc-dummy.
14745         * mkmap-flat.awk: Handle osf_export for Tru64 UNIX linker -input file.
14747 2011-06-03  Julian Brown  <julian@codesourcery.com>
14749         * config/arm/arm-cores.def (strongarm, strongarm110, strongarm1100)
14750         (strongarm1110): Use strongarm tuning.
14751         * config/arm/arm-protos.h (tune_params): Add max_insns_skipped field.
14752         * config/arm/arm.c (arm_strongarm_tune): New.
14753         (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
14754         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a5_tune)
14755         (arm_cortex_a9_tune, arm_fa726te_tune): Add max_insns_skipped field
14756         setting, using previous defaults or 1 for Cortex-A5.
14757         (arm_option_override): Set max_insns_skipped from current tuning.
14759 2011-06-03  Nathan Sidwell  <nathan@codesourcery.com>
14761         * doc/install.texi (Options specification): Document --with-specs.
14763 2011-06-02  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
14765         * config/arm/neon.md (orndi3_neon): Actually split it.
14767 2011-06-02  Alexandre Oliva  <aoliva@redhat.com>
14769         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10.
14770         * var-tracking.c (reverse_op): Limite recurse depth to 5.
14772 2011-06-02  Alexandre Oliva  <aoliva@redhat.com>
14774         PR debug/47590
14775         * target.def (delay_sched2, delay_vartrack): New.
14776         * doc/tm.texi.in: Update.
14777         * doc/tm.texi: Rebuild.
14778         * sched-rgn.c (gate_handle_sched2): Fail if delay_sched2.
14779         * var-tracking.c (gate_handle_var_tracking): Likewise.
14780         * config/bfin/bfin.c (bfin_flag_schedule_insns2): Drop.
14781         (bfin_flag_var_tracking): Drop.
14782         (output_file_start): Don't save and override flag_var_tracking.
14783         (bfin_option_override): Ditto flag_schedule_insns_after_reload.
14784         (bfin_reorg): Test original variables.
14785         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
14786         * config/ia64/ia64.c (ia64_flag_schedule_insns2): Drop.
14787         (ia64_flag_var_tracking): Drop.
14788         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
14789         (ia64_file_start): Don't save and override flag_var_tracking.
14790         (ia64_override_options_after_change): Ditto
14791         flag_schedule_insns_after_reload.
14792         (ia64_reorg): Test original variables.
14793         * config/picochip/picochip.c (picochip_flag_schedule_insns2): Drop.
14794         (picochip_flag_var_tracking): Drop.
14795         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
14796         (picochip_option_override): Don't save and override
14797         flag_schedule_insns_after_reload.
14798         (picochip_asm_file_start): Ditto flag_var_tracking.
14799         (picochip_reorg): Test original variables.
14800         * config/spu/spu.c (spu_flag_var_tracking): Drop.
14801         (TARGET_DELAY_VARTRACK): Define.
14802         (spu_var_tracking): New.
14803         (spu_machine_dependent_reorg): Call it.
14804         (asm_file_start): Don't save and override flag_var_tracking.
14806 2011-06-02  Kaz Kojima  <kkojima@gcc.gnu.org>
14808         PR target/49163
14809         * config/sh/predicates.md (general_movsrc_operand): Return 0
14810         for memory and memory subreg of which address is an invalid
14811         indexed address for QI and HImode.
14812         (general_movdst_operand): Likewise.
14814 2011-06-02  Eric Botcazou  <ebotcazou@adacore.com>
14816         * cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL
14817         edges only, when there is a non-local label in the function.
14818         * postreload-gcse.c (bb_has_well_behaved_predecessors): Likewise.
14820 2011-06-02  Uros Bizjak  <ubizjak@gmail.com>
14822         * config/i386/constraints.md (Y3): New register constraint.
14823         * config/i386/sse.md (*vec_interleave_highv2df): Merge with
14824         *sse3_interleave_highv2df and *sse2_interleave_highv2df.
14825         (*vec_interleave_lowv2df): Merge with *sse3_interleave_lowv2df and
14826         *sse2_interleave_lowv2df.
14828 2011-06-02  Julian Brown  <julian@codesourcery.com>
14830         * config/arm/arm-cores.def (cortex-a5): Use cortex_a5 tuning.
14831         * config/arm/arm.c (arm_cortex_a5_branch_cost): New.
14832         (arm_cortex_a5_tune): New.
14834 2011-06-02  Julian Brown  <julian@codesourcery.com>
14836         * config/arm/arm-protos.h (tune_params): Add branch_cost hook.
14837         * config/arm/arm.c (arm_default_branch_cost): New.
14838         (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
14839         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a9_tune)
14840         (arm_fa726_tune): Set branch_cost field using
14841         arm_default_branch_cost.
14842         * config/arm/arm.h (BRANCH_COST): Use branch_cost hook from
14843         current_tune structure.
14844         * dojump.c (tm_p.h): Include file.
14846 2011-06-02  Julian Brown  <julian@codesourcery.com>
14848         * config/arm/arm-cores.def (arm1156t2-s, arm1156t2f-s): Use v6t2
14849         tuning.
14850         (cortex-a5, cortex-a8, cortex-a15, cortex-r4, cortex-r4f, cortex-m4)
14851         (cortex-m3, cortex-m1, cortex-m0): Use cortex tuning.
14852         * config/arm/arm-protos.h (tune_params): Add prefer_constant_pool
14853         field.
14854         * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune)
14855         (arm_xscale_tune, arm_9e_tune, arm_cortex_a9_tune)
14856         (arm_fa726te_tune): Add prefer_constant_pool setting.
14857         (arm_v6t2_tune, arm_cortex_tune): New.
14858         * config/arm/arm.h (TARGET_USE_MOVT): Make dependent on
14859         prefer_constant_pool setting.
14861 2011-06-02  Uros Bizjak  <ubizjak@gmail.com>
14863         * config/i386/i386.c (standard_sse_constant_p) <case 1>: Simplify
14864         switch statement.
14865         * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>: Ditto.
14866         (*movdf_internal) <case 6,7,8>: Ditto.
14868         * config/i386/constraints.md (Y4): New register constraint.
14869         * config/i386/sse.md (vec_set<mode>_0): Merge with
14870         *vec_set<mode>_0_sse4_1 and *vec_set<mode>_0_sse2.
14871         (*vec_extractv2di_1): Merge from *vec_extractv2di_1_sse2 and
14872         *vec_extractv2di_1_sse.
14873         (*vec_concatv2di_rex64): Merge from *vec_concatv2di_rex64_sse4_1
14874         and *vec_concatv2di_rex64_sse.
14876 2011-06-02  Stuart Henderson  <shenders@gcc.gnu.org>
14878         PR target/48807
14879         * config/bfin/bfin.c (bfin_function_ok_for_sibcall): Check return value
14880         of cgraph_local_info for null before attempting to use it.
14882 2011-06-02  Eric Botcazou  <ebotcazou@adacore.com>
14884         * function.h (struct stack_usage): Remove dynamic_alloc_count field.
14885         (current_function_dynamic_alloc_count): Delete.
14886         * builtins.c (expand_builtin_setjmp_setup): Do not set calls_setjmp.
14887         (expand_builtin_nonlocal_goto): Remove obsolete comment.
14888         (expand_builtin_update_setjmp_buf): Remove dead code.
14889         * cse.c (cse_find_path): Do not follow a single abnormal incoming edge.
14890         * explow.c (allocate_dynamic_stack_space): Remove SETJMP_VIA_SAVE_AREA
14891         support.
14892         * function.c (instantiate_virtual_regs): Likewise.
14893         * postreload-gcse.c (bb_has_well_behaved_predecessors): Return false
14894         for a block with a single abnormal incoming edge.
14895         * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Define.
14896         (SETJMP_VIA_SAVE_AREA): Delete.
14897         * config/sparc/sparc-protos.h (load_got_register): Declare.
14898         * config/sparc/sparc.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Define.
14899         (load_got_register): Make global.
14900         (sparc_frame_pointer_required): Add 'static'.
14901         (sparc_can_eliminate): Likewise.  Call sparc_frame_pointer_required.
14902         (sparc_builtin_setjmp_frame_value): New function.
14903         * config/sparc/sparc.md (UNSPECV_SETJMP): Remove.
14904         (save_stack_nonlocal): New expander.
14905         (restore_stack_nonlocal): Likewise.
14906         (nonlocal_goto): Remove modes, adjust predicates and reimplement.
14907         (nonlocal_goto_internal): New insn.
14908         (goto_handler_and_restore): Delete.
14909         (builtin_setjmp_setup): Likewise.
14910         (do_builtin_setjmp_setup): Likewise.
14911         (setjmp): Likewise.
14912         (builtin_setjmp_receiver): New expander.
14914 2011-06-01  David Li  <davidxl@google.com>
14916         PR middle-end/49261
14917         * tree-pretty-print.c (dump_function_header): Format cleanup.
14919 2011-06-01  Kaz Kojima  <kkojima@gcc.gnu.org>
14921         PR target/49238
14922         * config/sh/sh.c (expand_cbranchdi4): Use a scratch register if
14923         needed when original operands are used for msw_skip comparison.
14925 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
14927         PR debug/49250
14928         * var-tracking.c (add_uses, add_stores): Don't call
14929         cselib_subst_to_values on ENTRY_VALUE.
14931 2011-06-01  Diego Novillo  <dnovillo@google.com>
14933         * lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call
14934         output_record_start with LTO_null instead of output_zero.
14935         (lto_output_ts_binfo_tree_pointers): Likewise.
14936         (lto_output_tree): Likewise.
14937         (output_eh_try_list): Likewise.
14938         (output_eh_region): Likewise.
14939         (output_eh_lp): Likewise.
14940         (output_eh_regions): Likewise.
14941         (output_bb): Likewise.
14942         (output_function): Likewise.
14943         (output_unreferenced_globals): Likewise.
14944         * lto-streamer.h (enum LTO_tags): Reserve MAX_TREE_CODES
14945         instead of NUM_TREE_CODES.
14946         (lto_tag_is_tree_code_p): Check max value against MAX_TREE_CODES.
14947         (lto_output_int_in_range): Change << to >> when shifting VAL.
14949 2011-06-01  Diego Novillo  <dnovillo@google.com>
14951         * lto-streamer-out.c (lto_output_ts_decl_non_common_tree_pointers):
14952         Remove assertion for DECL_SAVED_TREE in FUNCTION_DECL nodes.
14954 2011-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
14956         PR target/45074
14957         * optabs.h (valid_multiword_target_p): Declare.
14958         * expmed.c (extract_bit_field_1): Check valid_multiword_target_p when
14959         doing multi-word operations.
14960         * optabs.c (expand_binop): Likewise.
14961         (expand_doubleword_bswap): Likewise.
14962         (expand_absneg_bit): Likewise.
14963         (expand_unop): Likewise.
14964         (expand_copysign_bit): Likewise.
14965         (multiword_target_p): New function.
14967 2011-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
14969         PR rtl-optimization/48830
14970         PR rtl-optimization/48808
14971         PR rtl-optimization/48792
14972         * reload.c (push_reload): Check contains_reg_of_mode.
14973         * reload1.c (strip_paradoxical_subreg): New function.
14974         (gen_reload_chain_without_interm_reg_p): Use it to handle
14975         paradoxical subregs.
14976         (emit_output_reload_insns, gen_reload): Likewise.
14978 2011-06-01  David Li  <davidxl@google.com>
14980         * predict.c : Change pass name
14981         * ipa.c: Ditto.
14982         * dce.c: Ditto.
14983         * tree-profile.c: Ditto.
14984         * except.c: Ditto.
14986 2011-06-01  David Li  <davidxl@google.com>
14988         * tree-pretty-print.c (dump_function_header): New function.
14989         * final.c (rest_of_clean_state): Use header dumper.
14990         * tree-cfg.c (gimple_dump_cfg): Use header dumper.
14991         * passes.c (pass_init_dump_file): Use header dumper.
14993 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
14995         * dwarf2out.c (compare_loc_descriptor, scompare_loc_descriptor,
14996         ucompare_loc_descriptor, minmax_loc_descriptor, clz_loc_descriptor,
14997         popcount_loc_descriptor, bswap_loc_descriptor, rotate_loc_descriptor):
14998         New functions.
14999         (mem_loc_descriptor): Use them.
15001         * var-tracking.c (create_entry_value): New function.
15002         (vt_add_function_parameter): Use it.
15004 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15006         * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]:
15007         Include <signal.h>, <ucontext.h>.
15008         (sigill_caught): Define.
15009         (sigill_hdlr): New function.
15010         (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Check if SSE
15011         insns can be executed.
15012         * config/sol2.h (ENDFILE_SPEC): Use crtfastmath.o if -ffast-math etc.
15013         * config/sparc/sol2.h (ENDFILE_SPEC): Remove.
15015 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15017         * config/t-slibgcc-darwin: Move to ...
15018         * config/t-slibgcc-dummy: ... this.  Clarify comments.
15019         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*,
15020         powerpc-*-darwin*, powerpc64-*-darwin*): Reflect this.
15021         (i[3456x]86-*-netware*): Add t-slibgcc-dummy to tmake_file.
15022         (i[34567]86-*-rtems*): Remove extra_parts.  Use i386/t-rtems.
15023         Remove i386/t-crtstuff from tmake_file.
15024         (i[34567]86-*-solaris2*): Remove t-svr4,
15025         t-slibgcc-elf-ver, t-slibgcc-sld from tmake_file, add
15026         t-slibgcc-dummy.
15027         (sparc-*-elf*, sparc64-*-elf*): Remove tmake_file, extra_parts.
15028         (sparc-*-rtems*, sparc64-*-rtems*): Remove sparc/t-crtin,
15029         sparc/t-crtfm from tmake_file.
15030         (sparc*-*-solaris2*): Remove sparc/t-sol2, sparc/t-crtfm,
15031         t-slibgcc-elf-ver, t-slibgcc-sld, add t-slibgcc-dummy.
15032         Remove extra_parts.
15033         * config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define.
15034         * config/i386/t-nwld (SHLIB_LINK): Remove.
15035         * config/i386/t-rtems-i386: Rename to ...
15036         * config/i386/t-rtems: ... this.
15037         ($(T)crti.o, $(T)crtn.o): Remove.
15038         (FPBIT, DPBIT, LIB2FUNCS_EXTRA): Remove.
15039         (dp-bit.c, fp-bit.c, xp-bit.c): Remove.
15040         (EXTRA_MULTILIB_PARTS, LIBGCC, INSTALL_LIBGCC): Remove.
15041         * config/i386/t-sol2-10 (LIBGCC, INSTALL_LIBGCC,
15042         EXTRA_MULTILIB_PARTS): Remove.
15043         * config/sparc/t-sol2-64: Likewise.
15044         * config/sparc/t-sol2: Remove.
15045         * config/sparc/t-crtin: Remove.
15046         * config/sparc/gmon-sol2.c: Move to ../libgcc/config.
15047         * config/i386/gmon-sol2.c: Remove.
15048         * config/i386/sol2-c1.asm: Move to ../libgcc/config/i386/sol2-c1.S.
15049         * config/i386/sol2-ci.asm: Move to ../libgcc/config/i386/sol2-ci.S.
15050         * config/i386/sol2-cn.asm: Move to ../libgcc/config/i386/sol2-cn.S.
15051         * config/i386/sol2-gc1.asm: Remove.
15052         * config/sparc/sol2-c1.asm: Move to ../libgcc/config/sparc/sol2-c1.S.
15053         * config/sparc/sol2-ci.asm: Move to ../libgcc/config/sparc/sol2-ci.S.
15054         * config/sparc/sol2-cn.asm: Move to ../libgcc/config/sparc/sol2-cn.S.
15055         * config/t-slibgcc-sld: Remove.
15057 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
15059         * dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
15060         base_type_for_mode with op_mode instead of mode.
15062 2011-06-01  Paul Brook  <paul@cpodesourcery.com>
15064         * config/arm/arm-cores.def: Add cortex-r5.  Add DIV flags to
15065         Cortex-A15.
15066         * config/arm/arm-tune.md: Regenerate.
15067         * config/arm/arm-tables.opt: Regenerate.
15068         * config/arm/arm.c (FL_DIV): Rename...
15069         (FL_THUMB_DIV): ... to this.
15070         (FL_ARM_DIV): Define.
15071         (FL_FOR_ARCH7R, FL_FOR_ARCH7M): Use FL_THUMB_DIV.
15072         (arm_arch_hwdiv): Remove.
15073         (arm_arch_thumb_hwdiv, arm_arch_arm_hwdiv): New variables.
15074         (arm_issue_rate): Add cortexr5.
15075         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Set
15076         __ARM_ARCH_EXT_IDIV__.
15077         (TARGET_IDIV): Define.
15078         (arm_arch_hwdiv): Remove.
15079         (arm_arch_arm_hwdiv, arm_arch_thumb_hwdiv): New prototypes.
15080         * config/arm/arm.md (tune_cortexr4): Add cortexr5.
15081         (divsi3, udivsi3): New patterns.
15082         * config/arm/thumb2.md (divsi3, udivsi3): Remove.
15083         * doc/invoke.texi: Document ARM -mcpu=cortex-r5
15085 2011-06-01  Martin Jambor  <mjambor@suse.cz>
15087         * ipa-utils.c (ipa_dfs_info): New field scc_no.
15088         * ipa-utils.c (searchc): Set scc_no.
15090 2011-06-01  Martin Jambor  <mjambor@suse.cz>
15092         * ipa-utils.c (searchc_env): New field allow_overwritable.
15093         (searchc): do not ignore edges to overwritable nodes if indicated
15094         by env->allow_overwritable.
15095         (ipa_reduced_postorder): Set env.allow_overwritable.
15097 2011-06-01  Richard Guenther  <rguenther@suse.de>
15099         * tree.c (free_lang_data): Do not reset boolean_type_node nor
15100         char_type_node.
15101         * lto-streamer.c (lto_record_common_node): Take node pointer,
15102         do not register types.
15103         (lto_preload_common_nodes): Explicitly skip preloading nodes
15104         that differ between frontends.
15106 2011-05-31  Pat Haugen  <pthaugen@us.ibm.com>
15108         * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Remove vr0..vr2 from
15109         NON_FLOAT_REGS.
15111 2011-05-31  Pat Haugen  <pthaugen@us.ibm.com>
15113         * config/rs6000/rs6000.c (rs6000_register_move_cost): Preserve from
15114         parameter value for dump. Dump cost on outermost call only.
15115         (rs6000_memory_move_cost): Dump cost on outermost call only.
15117 2011-05-31  Jakub Jelinek  <jakub@redhat.com>
15119         * dwarf2out.c (resolve_addr_in_expr): Optimize away redundant
15120         DW_OP_GNU_convert ops.
15122         * cselib.c (promote_debug_loc): Allow l->next non-NULL for
15123         cselib_preserve_constants.
15124         (cselib_lookup_1): If cselib_preserve_constants,
15125         a new VALUE is being created for REG and there is a VALUE for the
15126         same register in wider mode, add another loc with lowpart SUBREG of
15127         the wider VALUE.
15128         (cselib_subst_to_values): Handle ENTRY_VALUE.
15129         * var-tracking.c  (replace_expr_with_values): Return NULL for
15130         ENTRY_VALUE too.
15131         * dwarf2out.c (convert_descriptor_to_signed): New function.
15132         (mem_loc_descriptor) <case ZERO_EXTEND>: Optimize using DW_OP_and
15133         instead of two shifts.
15134         (mem_loc_descriptor) <do_shift>: ZERO_EXTEND second argument to
15135         the right mode if needed.
15136         (mem_loc_descriptor) <case MOD>: For typed ops just use DW_OP_mod.
15137         (mem_loc_descriptor) <case UNSIGNED_FIX>: Use
15138         convert_descriptor_to_signed.
15139         (mem_loc_descriptor) <case UDIV, CLZ, CTZ, FFS, POPCOUNT, PARITY,
15140         BSWAP, ROTATE, ROTATERT>: Handle these rtls.
15142         PR target/48688
15143         * config/i386/i386.md (*lea_general_4): New define_insn_and_split.
15145 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
15147         * config/i386/i386.md: Use SWI248x instead of X87MODEI, SWI24 instead
15148         of X87MODEI12 and SWI48x instead of SSEMODEI24.
15149         (SWI248x): New mode iterator, rename from X87MODEI.
15150         (X87MODEI): Remove mode iterator.
15151         (X87MODEI12): Ditto.
15152         (SSEMODEI24): Ditto.
15154 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
15156         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): New.
15157         * doc/invoke.texi: Document max-vartrack-expr-depth.
15158         * var-tracking.c (EXPR_DEPTH): New.
15159         (reverse_op, vt_expand_loc, vt_expand_loc_dummy): Use it.
15161 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
15163         * config/i386/i386.c (ix86_rtx_costs): Drop NEG from sub for FMA.
15164         * config/i386/sse.md: Add n to negated FMA pattern names.
15166 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
15168         * gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.
15170 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
15172         * gengtype-state.c (read_state_params_structs): Initialize previous.
15174 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
15176         * config/i386/i386.md (*pushxf_nointeger): Merge alternatives 1 and 2.
15177         (FP push_operand splitters): Merge {TF,XF,DF}mode splitters.
15179 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
15181         * config/i386/i386.md (*movtf_internal): Avoid allocating general
15182         registers.  Penalize F*r->o alternative to prevent partial memory
15183         stalls.  Slightly penalize *roF->*r alternative.  Generate SSE
15184         CONST_DOUBLE immediates when optimizing function for size.  Do not move
15185         CONST_DOUBLEs directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
15186         (*movxf_internal): Slightly penalize Yx*roF->Yx*r alternative.
15187         (*movdf_internal): Slightly penalize Yd*roF->Yd*r alternative.
15188         (*movdf_internal_rex64): Slightly penalize rm->r, F->m and r->m
15189         alternatives.
15190         (*movsf_internal): Slightly penalize rmF->r and Fr->m alternatives.
15192         (fp_register_operand splitters): Use fp_register_operand
15193         constraint.  Do not use FP_REG_P in insn condition.
15194         (any_fp_register_operand splitters): Use any_fp_register_operand
15195         constraint.  Do not use ANY_FP_REG_P in insn condition.
15197 2011-05-31  Jan Hubicka  <jh@suse.cz>
15199         * cgraph.h (cgraph_inline_failed_t): Give enum a name
15200         * lto-cgraph.c (LDPR_NUM_KNOWN): New macro.
15201         (LTO_cgraph_tags): Add LTO_cgraph_last_tag.
15202         (lto_output_edge): Use output_enum and var_len_unsigned.
15203         (lto_output_varpool_node): Likewise.
15204         (input_overwrite_node): Do not take resolution parameter;
15205         extract it from a bitpack.
15206         (input_node): Do not read resolution; use input_enum and
15207         var_len_unsigned.
15208         (input_varpool_node): Likewise.
15209         (input_edge): Likewise.
15210         (input_cgraph_1): Likewise.
15212 2011-05-31  Richard Guenther  <rguenther@suse.de>
15214         * gimple.c (gimple_register_canonical_type): Do not register
15215         any types via gimple_register_type.
15217 2011-05-31  Jan Hubicka  <jh@suse.cz>
15219         * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias decl
15220         of thunks.
15222 2011-05-31  Jakub Jelinek  <jakub@redhat.com>
15224         PR rtl-optimization/49235
15225         * tree-ssa-address.c (gen_addr_rtx): Ignore base if it is const0_rtx.
15226         (create_mem_ref_raw): Create MEM_REF even if base is INTEGER_CST.
15228 2011-05-31  Ira Rosen  <ira.rosen@linaro.org>
15230         PR tree-optimization/49093
15231         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail for volatile
15232         data references.
15234 2011-05-31  Dodji Seketeli  <dodji@redhat.com>
15236         PR debug/49047
15237         * dwarf2out.c (gen_subprogram_die): Emit linkage name attribute
15238         for concrete functions containing the code of cloned functions.
15240 2011-05-31  Richard Guenther  <rguenther@suse.de>
15242         * tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename
15243         to ...
15244         (forward_propagate_into_comparison_1): ... this.
15245         (forward_propagate_comparison): Rename to ...
15246         (forward_propagate_into_comparison): ... this.  Split out
15247         real forward propagation code to ...
15248         (forward_propagate_comparison): ... this.
15249         (forward_propagate_into_gimple_cond): Remove looping.
15250         (forward_propagate_into_cond): Likewise.
15251         (simplify_not_neg_expr): Return whether we have done something.
15252         (simplify_gimple_switch): Likewise.
15253         (tree_ssa_forward_propagate_single_use_vars): Rename to ...
15254         (ssa_forward_propagate_and_combine): ... this.  Re-structure
15255         to do a forward forward-propagation walk on BBs and a backward
15256         stmt combining walk on BBs.  Consistently re-scan changed statements.
15257         (pass_forwprop): Adjust.
15259 2011-05-30  Ian Lance Taylor  <iant@google.com>
15261         * godump.c (go_format_type): Correct length of name added to
15262         obstack for anonymous field.
15264 2011-05-30  Kaz Kojima  <kkojima@gcc.gnu.org>
15266         PR target/49186
15267         * config/sh/sh.c (expand_cbranchdi4): Set msw_skip when the high
15268         part of the second operand is 0.
15270 2011-05-30  Uros Bizjak  <ubizjak@gmail.com>
15272         * config/i386/i386.md (*movxf_internal): Penalize FYx*r->o alternative
15273         to prevent partial memory stalls.  Do not move CONST_DOUBLEs directly
15274         to memory for !TARGET_MEMORY_MISMATCH_STALL.
15275         (*movdf_internal_rex64): Do not penalize F->r alternative.
15276         (*movdf_internal): Penalize FYd*r->o alternative to prevent partial
15277         memory stalls.  Generate SSE and x87 CONST_DOUBLE immediates only
15278         when optimizing function for size.  Do not move CONST_DOUBLEs
15279         directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
15280         (FP move splitters): Merge {TF,XF,DF}mode splitters.  Do not handle
15281         SUBREGs.  Do not check for MEM_P operands in the insn condition,
15282         check for ANY_FP_REGNO_P instead.
15283         * config/i386/constraints.md (Yd): Enable GENERAL_REGS for
15284         TARGET_64BIT and for TARGET_INTEGER_DFMODE_MOVES when optimizing
15285         function for speed.
15286         * config/i386/i386.c (ix86_option_override_internal): Do not
15287         set TARGET_INTEGER_DFMODE_MOVES here.
15289 2011-05-30  H.J. Lu  <hongjiu.lu@intel.com>
15291         PR target/49168
15292         * config/i386/i386.md (*movtf_internal): Handle misaligned load/store.
15294 2011-05-30  Jakub Jelinek  <jakub@redhat.com>
15296         * dwarf2out.c (modified_type_die, gen_reference_type_die): Use
15297         DW_TAG_rvalue_reference_type even for
15298         -gdwarf-4 -fno-debug-types-section.
15300 2011-05-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15302         PR tree-optimization/46728
15303         * tree-ssa-math-opts.c (build_and_insert_call): Reorder parms.
15304         (build_and_insert_binop): New.
15305         (gimple_expand_builtin_pow): Reorder args for
15306         build_and_insert_call; use build_and_insert_binop; add more
15307         optimizations for fractional exponents.
15309 2011-05-30  Nathan Froyd  <froydnj@gcc.gnu.org>
15311         PR bootstrap/49190
15313         Revert:
15314         2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
15316         * tree.h (struct tree_identifier): Inherit from tree_typed, not
15317         tree_common.
15318         (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
15319         * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
15320         TS_BASE instead of TS_COMMON.
15321         * varasm.c (assemble_name): Remove assert.
15323 2011-05-30  Richard Sandiford  <rdsandiford@googlemail.com>
15325         * config.gcc: Keep obselete list sorted.
15327 2011-05-30  Jakub Jelinek  <jakub@redhat.com>
15328             Eric Botcazou  <ebotcazou@adacore.com>
15330         * var-tracking.c (vt_add_function_parameter): Remap incoming MEMs with
15331         crtl->args.internal_arg_pointer based address to arg_pointer_rtx if
15332         there is a DRAP register and arg_pointer_rtx is the CFA pointer.
15333         (vt_init_cfa_base): Don't equate cfa_base_rtx if stack was realigned.
15334         (vt_initialize): Initialize cfa_base_rtx if there is a DRAP register.
15336 2011-05-30  Richard Guenther  <rguenther@suse.de>
15338         * gimple.c (gimple_types_compatible_p_1): Compare record
15339         and union type members properly.
15341 2011-05-30  Richard Guenther  <rguenther@suse.de>
15343         PR tree-optimization/49210
15344         * ipa-split.c (split_function): Care for the case where the call
15345         result is not trivially convertible to the result holding variable.
15347 2011-05-30  Richard Guenther  <rguenther@suse.de>
15349         PR tree-optimization/49218
15350         * tree-vrp.c (adjust_range_with_scev): Properly check whether
15351         overflow occured.
15353 2011-05-30  Richard Guenther  <rguenther@suse.de>
15355         * tree-ssa-forwprop.c (forward_propagate_into_comparison):
15356         New function split out from ...
15357         (forward_propagate_into_gimple_cond): ... here.  Adjust.
15358         (forward_propagate_into_cond): Likewise.
15359         (forward_propagate_comparison): Also propagate into
15360         comparisons on assignment RHS.  Change return value to
15361         behave similar to forward_propagate_into_cond.
15362         (tree_ssa_forward_propagate_single_use_vars): Handle
15363         strict-overflow warnings properly for forward_propagate_comparison.
15365 2011-05-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15367         * configure.ac (gcc_cv_lto_plugin): Determine lto plugin support
15368         from plugin linker.
15369         * configure: Regenerate.
15371 2011-05-30  Ira Rosen  <ira.rosen@linaro.org>
15373         PR tree-optimization/49199
15374         * tree-vect-loop.c (vect_is_slp_reduction): Check that the
15375         non-reduction operands are either defined in the loop or by induction.
15377 2011-05-29  Xinliang David Li  <davidxl@google.com>
15379         * opts-global.c (handle_common_deferred_options): Handle new options.
15380         * passes.c (register_one_dump_file): Call register_pass_name.
15381         (execute_one_pass): Check explicit enable/disable flag.
15382         (passr_hash): New function.
15383         (passr_eq): Ditto.
15384         (register_pass_name): Ditto.
15385         (get_pass_by_name): Ditto.
15386         (pass_hash): Ditto.
15387         (pass_eq): Ditto.
15388         (enable_pass): Ditto.
15389         (disable_pass): Ditto.
15390         (is_pass_explicitly_enabled_or_disabled): Ditto.
15392 2011-05-29  Uros Bizjak  <ubizjak@gmail.com>
15394         * config/i386/i386.md (*movoi_internal_avx): Use
15395         standard_sse_constant_opcode for alternative 0.
15396         (*movti_internal_sse): Ditto.
15397         (*movti_internal_rex64): Use standard_sse_constant_opcode for
15398         alternative 2.
15399         (*movdi_internal_rex64): Use standard_sse_constant_opcode for
15400         sselog1 type moves.
15401         (*movsi_internal): Ditto.
15402         (*movdi_internal): Ditto.  Add ssecvt type moves.
15404 2011-05-29  Eric Botcazou  <ebotcazou@adacore.com>
15406         PR target/48830
15407         * rtlanal.c (simplify_subreg_regno): Adjust comment.
15409 2011-05-29  Jakub Jelinek  <jakub@redhat.com>
15411         PR rtl-optimization/49095
15412         * config/i386/predicates.md (plusminuslogic_operator): New predicate.
15413         * config/i386/i386.md: Add peepholes for mem {+,-,&,|,^}= x; mem != 0.
15415 2011-05-29  Richard Sandiford  <rdsandiford@googlemail.com>
15417         PR target/43995
15418         * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
15419         recurse_p argument.  Only follow register copies if it is set,
15420         and prevent mips_find_pic_call_symbol from recursing.
15421         (mips_find_pic_call_symbol): Add a recurse_p argument.
15422         Pass it to mips_pic_call_symbol_from_set.
15423         (mips_annotate_pic_calls): Update accordingly.
15425 2011-05-29  Richard Sandiford  <rdsandiford@googlemail.com>
15427         * emit-rtl.c (try_split): Use a loop to search for
15428         NOTE_INSN_CALL_ARG_LOCATIONs.
15430 2011-05-29  Richard Guenther  <rguenther@suse.de>
15432         PR tree-optimization/49217
15433         * ipa-pure-const.c (propagate_pure_const): Fix typos.
15435 2011-05-28  Jan Hubicka  <jh@suse.cz>
15437         * lto-streamer-out.c (hash_string_slot_node): Hash string based on its
15438         length.
15439         (string_slot_free): Remove
15440         (create_output_block): Initialize obstack.
15441         (destroy_output_block): Free obstack.
15442         (lto_string_index): Add PERSISTENT parameter; do not duplicate
15443         the string unless it needs to be added into the hash.
15444         (lto_output_string_with_length): Add persistent attribute;
15445         handle NULL strings.
15446         (lto_output_string): Add PERSISTENT parameter.
15447         (output_string_cst, output_identifier): Simplify.
15448         (lto_output_location_bitpack): Update.
15449         (lto_output_builtin_tree): Update.
15450         * lto-streamer.h (struct output_block): Add obstack.
15451         (lto_output_string, lto_output_string_with_length): Remove
15452         declarations; functions are static now.
15454 2011-05-28  Jan Hubicka  <jh@suse.cz>
15456         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields,
15457         pack_ts_decl_common_value_fields, pack_ts_decl_with_vis_value_fields,
15458         pack_ts_function_decl_value_fields, lto_output_builtin_tree,
15459         output_cfg, output_gimple_stmt): Use enum and variable length i/o.
15460         * lto-streamer-in.c (input_cfg, input_gimple_stmt,
15461         unpack_ts_fixed_cst_value_fields, unpack_ts_decl_common_value_fields,
15462         unpack_ts_decl_with_vis_value_fields,
15463         unpack_ts_type_common_value_fields, unpack_ts_block_value_fields,
15464         lto_get_builtin_tree): Use enum and variable length i/o.
15465         * basic-block.h (profile_status_d): Add PROFILE_LAST.
15466         * lto-streamer.h (bp_pack_int_in_range, bp_unpack_int_in_range):
15467         New functions.
15468         (bp_pack_enum, bp_unpack_enum): New macros.
15470 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
15472         * genrecog.c: Remove redundant forward declarations.
15474 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
15476         * config.gcc: Deprecate mips*-*-openbsd*.
15478 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
15480         PR bootstrap/49195
15481         * genrecog.c (add_to_sequence): Use XEXP rather than XVECEXP
15482         for match_op_dup.
15484 2011-05-27  Andrew Pinski  <pinskia@gmail.com>
15486         PR middle-end/48981
15487         * gengtype.c (vec_prefix_type): New function.
15488         (note_def_vec): Use vec_prefix_type and change the length
15489         attribute to be based on the prefix.
15490         * vec.c: Include coretypes.h before vec.h.
15491         (struct vec_prefix): Remove.
15492         (vec_gc_p_reserve): Change the offsetof to sizeof.
15493         (vec_gc_p_reserve_exact): Likewise.
15494         (vec_heap_p_reserve): Likewise.
15495         (vec_heap_p_reserve_exact): Likewise.
15496         (vec_stack_o_reserve_1): Copy from +1 instead of from vec.
15497         (vec_stack_p_reserve): Change the offsetof to sizeof.
15498         (vec_stack_p_reserve_exact): Likewise.
15499         * vec.h (struct vec_prefix): New struct definition.
15500         (VEC_T(T,B)): Use vec_prefix instead of having num/alloc fields.
15501         (VEC_T_GTY(T,B)): Likewise.
15502         (DEF_VEC_FUNC_P(T)): Use prefix field.
15503         (DEF_VEC_NONALLOC_FUNCS_O(T,A)): Likewise.
15504         (DEF_VEC_NONALLOC_FUNCS_I(T,A)): Likewise.
15506 2011-05-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15508         PR tree-optimization/46728
15509         * tree-ssa-math-opts.c (powi_as_mults_1): Add gimple_set_location.
15510         (powi_as_mults): Add gimple_set_location.
15511         (build_and_insert_call): New.
15512         (gimple_expand_builtin_pow): Add handling for pow(x,y) when y is
15513         0.5, 0.25, 0.75, 1./3., or 1./6.
15515 2011-05-27  Alexander Monakov  <amonakov@ispras.ru>
15517         * doc/contrib.texi: Update copyright years.
15518         (Contributors): Add Zdenek Sojka.
15520 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
15522         * c-decl.c (c_push_function_context): Copy the current statement
15523         list stack.
15524         (add_stmt): Check building_stmt_list_p and push_stmt if necessary.
15525         (finish_struct): Call building_stmt_list_p instead of checking
15526         cur_stmt_list.
15527         * c-parser.c (c_parser_postfix_expression): Likewise.
15528         * c-typeck.c (c_end_compound_stmt): Likewise.
15529         * print-tree.c (print_node) [STATEMENT_LIST]: Don't print TREE_CHAIN.
15530         * tree-iterator.c (stmt_list_cache): Change to a VEC.
15531         (alloc_stmt_list): Adjust for stmt_list_cache's new type.
15532         (free_stmt_list): Likewise.
15533         * tree.h (struct tree_statement_list): Include typed_tree instead
15534         of tree_common.
15535         * tree.c (initialize_tree_contains_struct): Mark TS_STATEMENT_LIST
15536         as TS_TYPED instead of TS_COMMON.
15538 2011-05-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15539             Uros Bizjak  <ubizjak@gmail.com>
15541         * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check for @tlsgdplt
15542         (HAVE_AS_IX86_TLSGDPTL): Define.
15543         (gcc_cv_as_ix86_tlsldmplt): Check for @tlsldmplt.
15544         (HAVE_AS_IX86_TLSLDMPLT): Define.
15545         * configure: Regenerate.
15546         * config.in: Regenerate.
15547         * config/i386/i386.c (ix86_print_operand): Handle code 'p'.
15548         * config/i386/i386.md (*tls_global_dynamic_32_gnu): If
15549         TARGET_SUN_TLS, use @tlsgdplt or @plt.
15550         (*tls_global_dynamic_64): Use @plt if TARGET_SUN_TLS.
15551         (*tls_local_dynamic_base_32_gnu): If TARGET_SUN_TLS, use
15552         @tlsldmplt or @plt.
15553         (*tls_local_dynamic_base_64): Use @plt if TARGET_SUN_TLS.
15555 2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
15557         * sched-int.h (struct _haifa_deps_insn_data): New members cond
15558         and reverse_cond.
15559         (INSN_COND, INSN_REVERSE_COND): New macros.
15560         * sched-deps.c (deps_analyze_insn): Call sched_get_condition_with_rev
15561         once.
15562         (sched_get_condition_with_rev): Cache the results, and look them up
15563         if possible.
15564         (sched_analyze_insn): Destroy INSN_COND of previous insns if they
15565         are clobbered by the current insn.
15566         * target.def (exposed_pipline): New sched data hook.
15567         * doc/tm.texi.in: TARGET_SCHED_EXPOSED_PIPELINE: Add hook.
15568         * doc/tm.texi: Regenerate.
15570 2011-05-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15572         PR tree-optimization/49170
15573         * tree-ssa-math-opts.c (execute_cse_sincos):  Add checks for
15574         sincos or cexp.
15576 2011-05-27  Richard Guenther  <rguenther@suse.de>
15578         PR middle-end/49189
15579         * fold-const.c (fold_unary_loc): Do not re-fold folding conversions
15580         of comparisons.
15582 2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
15584         * haifa-sched.c (sched_scan_info): Remove.
15585         (schedule_block): Call sched_extend_luids rather than sched_init_luids
15586         with NULL args.
15587         (extend_bb, init_bb, extend_insn, init_insn, init_insns_in_bb):
15588         Remove functions.
15589         (sched_scan): Remove.
15590         (sched_extend_luids): Renamed from luids_extend_insn and no longer
15591         static.  All callers changed.
15592         (sched_init_insn_luid): Renamed from luids_init_insn and no longer
15593         static.  All callers changed.
15594         (sched_init_luids): Remove all arguments except the first.  All
15595         callers changed.  Don't use sched_scan.
15596         (haifa_init_h_i_d): Likewise.
15597         (haifa_init_insn): Call sched_extend_luids and sched_init_insn_luid
15598         manually rather than using sched_init_luids.  Likewise with
15599         extend_h_i_d, init_h_i_d and haifa_init_h_i_d.
15600         * sel-sched.c (sel_region_target_finish): Call sched_extend_luids
15601         rather than sched_init_luids with NULL args.
15602         * sel-sched-ir.c (new_insns): Remove variable.
15603         (sched_scan): New static function, previously in haifa-sched.c.  Remove
15604         all arguments but the first two; all callers changed.
15605         (sel_init_new_insn): Call sched_extend_luids and sched_init_insn_luid
15606         rather than sched_init_luids.
15607         (sel_init_bbs): Remove second argument.  All callers changed.
15608         (sel_add_bb): Call sched_extend_luids rather than sched_init_luids
15609         with NULL arguments.
15610         (create_insn_rtx_from_pattern): Likewise.
15611         * sel-sched-ir.h (sel_init_bbs): Adjust declaration.
15612         * sched-int.h (sched_init_luids, haifa_init_h_i_d): Likewise.
15613         (sched_init_insn_luid, sched_extend_luids): Declare.
15614         (sched_scan_info_def, sched_scan_info, sched_scan): Remove
15615         declarations.
15617 2011-05-27  Richard Guenther  <rguenther@suse.de>
15619         PR middle-end/49177
15620         * fold-const.c (fold_unary_loc): Fold (T)(A CMP B) to
15621         A CMP B ? (T) true : (T) false for non-integral types T again.
15623 2011-05-27  Jan Hubicka  <jh@suse.cz>
15625         * lto-streamer-out.c (lto_string_index): break out from...; offset by 1
15626         so 0 means NULL string.
15627         (lto_output_string_with_length): ... here.
15628         (lto_output_string, output_string_cst, output_identifier): Update
15629         handling of NULL strings.
15630         (lto_output_location_bitpack): New function.
15631         (lto_output_location): Use it.
15632         (lto_output_tree_ref): Use output_record_start.
15633         (pack_ts_type_common_value_fields): Pack aliagn & alias set in var
15634         len values.
15635         * lto-streamer-in.c (string_for_index): Break out from ...; offset
15636         values by 1.
15637         (input_string_internal): ... here;
15638         (input_string_cst, input_identifier, lto_input_string): Update handling
15639         of NULL strings.
15640         (lto_input_location_bitpack): New function
15641         (lto_input_location): Use it.
15642         (unpack_ts_type_common_value_fields): Pack align & alias in var len
15643         values.
15644         * lto-streamer.h (bp_pack_val_len_unsigned, bp_pack_val_len_int,
15645         bp_unpack_val_len_unsigned, bp_unpack_val_len_int): Declare.
15646         (bp_pack_value): Sanity check the value range.
15647         * lto-section-in.c (bp_unpack_val_len_unsigned, bp_unpack_val_len_int):
15648         New functions.
15649         * lto-section-out.h (bp_pack_val_len_unsigned, bp_pack_val_len_int):
15650         New functions.
15652 2011-05-27  Hariharan Sandanagobalane  <hariharan@picochip.com>
15654         * config/picochip/picochip.c (reorder_var_tracking_notes): Drop
15655         call_arg_location instructions down the floor.
15657 2011-05-26  Vladimir Makarov  <vmakarov@redhat.com>
15659         PR rtl-optimization/49154
15660         * ira.c (setup_pressure_classes): Process class without sublcasses
15661         as a candidate for pressure classes.
15663 2011-05-26  Richard Sandiford  <rdsandiford@googlemail.com>
15665         PR rtl-optimization/48575
15666         * genrecog.c (position_type): New enum.
15667         (position): New structure.
15668         (decision): Use position structure instead of a string.
15669         (root_pos, peep2_insn_pos_list): New variables.
15670         (next_position, compare_positions): New functions.
15671         (new_decision): Use position structures instead of strings.
15672         (maybe_both_true): Likewise.
15673         (change_state): Likewise.
15674         (write_tree): Likewise.
15675         (make_insn_sequence): Likewise.
15677 2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
15679         * tree.c (initialize_tree_contains_struct): Mark TS_BLOCK as
15680         TS_BASE instead of TS_COMMON.
15681         (find_decls_types_r): Check for TS_TYPED structure before looking at
15682         TREE_TYPE.
15683         * tree.h (struct tree_block): Inherit from tree_base, not tree_common.
15684         Add chain field.
15685         (BLOCK_CHAIN): Use new chain field.
15687 2011-05-26  Pat Haugen  <pthaugen@us.ibm.com>
15689         * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
15690         moves expensive on Power7 also.
15692 2011-05-26  Richard Guenther  <rguenther@suse.de>
15694         * fold-const.c (fold_unary_loc): Remove bogus code.
15696 2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
15698         * tree.h (struct tree_identifier): Inherit from tree_typed, not
15699         tree_common.
15700         (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
15701         * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
15702         TS_BASE instead of TS_COMMON.
15703         * varasm.c (assemble_name): Remove assert.
15705 2011-05-26  Bernd Schmidt  <bernds@codesourcery.com>
15707         * Makefile.in (srcdirify): Change order so that libgcc_objdir is
15708         substituted first.
15709         * libgcc-std.ver: Delete file.
15711 2011-05-26  Richard Guenther  <rguenther@suse.de>
15713         PR tree-optimization/48702
15714         * tree-ssa-address.c (create_mem_ref_raw): Create MEM_REFs
15715         only when we know the base address is within bounds.
15716         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Do not
15717         assume the base address of TARGET_MEM_REFs is in bounds.
15719 2011-05-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15721         PR target/49099
15722         * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Wrap
15723         declaration in TARGET_SOLARIS.
15725 2011-05-26  Hariharan Sandanagobalane  <hariharan@picochip.com>
15727         * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
15728         The instruction is then expanded explicitly.
15729         (supported_compare): Callable instruction.
15730         (compare): Likewise.
15732 2011-05-26  Jakub Jelinek  <jakub@redhat.com>
15734         PR c++/49165
15735         * gimplify.c (shortcut_cond_r): Don't special case
15736         COND_EXPRs if they have void type on one of their arms.
15738 2011-05-26  Bernd Schmidt  <bernds@codesourcery.com>
15740         * haifa-sched.c (schedule-block): Reorder the inner scheduling loop
15741         to reduce duplication, and to achieve a slightly more logical order
15742         of operations.
15744 2011-05-26  Jakub Jelinek  <jakub@redhat.com>
15746         PR tree-optimization/49161
15747         * tree-vrp.c (struct case_info): New type.
15748         (compare_case_labels): Sort case_info structs instead of
15749         trees, and not primarily by CASE_LABEL uids but by
15750         label_for_block indexes.
15751         (find_switch_asserts): Put case labels into struct case_info
15752         array instead of TREE_VEC, adjust sorting, compare label_for_block
15753         values instead of CASE_LABELs.
15755 2011-05-26  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
15757         * config/arm/neon.md ("orn<mode>3_neon"): Canonicalize not.
15758         ("orndi3_neon"): Likewise.
15759         ("bic<mode>3_neon"): Likewise.
15761 2011-05-26  Ira Rosen  <ira.rosen@linaro.org>
15763         PR tree-optimization/49038
15764         * tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
15765         Ensure at least one epilogue iteration if required by data
15766         accesses with gaps.
15767         * tree-vectorizer.h (struct _loop_vec_info): Add new field
15768         to mark loops that require peeling for gaps.
15769         * tree-vect-loop.c (new_loop_vec_info): Initialize new field.
15770         (vect_get_known_peeling_cost): Take peeling for gaps into
15771         account.
15772         (vect_transform_loop): Generate epilogue if required by data
15773         access with gaps.
15774         * tree-vect-data-refs.c (vect_analyze_group_access): Mark the
15775         loop as requiring an epilogue if there are gaps in the end of
15776         the strided group.
15778 2011-05-25  Ian Lance Taylor  <iant@google.com>
15780         * godump.c (go_format_type): Output the first field with a usable
15781         Go type, if any.
15783 2011-05-25  Ian Lance Taylor  <iant@google.com>
15785         * godump.c (go_format_type): Check for invalid type names, pointer
15786         target types, and struct field types.
15788 2011-05-25  Jason Merrill  <jason@redhat.com>
15790         * print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.
15792 2011-05-25  Uros Bizjak  <ubizjak@gmail.com>
15794         * config/i386/sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.
15796 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
15798         * config/i386/i386.md (*movqi_extv_1)): Put back
15799         "register_operand" check in "type" calculation.
15800         (*movqi_extzv_2): Likewise.
15802 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
15804         * doc/extend.texi (X86 Built-in Functions): Update pause intrinsic.
15806 2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
15808         PR bootstrap/49160
15809         * libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2,
15810         __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3,
15811         __divxc3, __divtc3): Wrap definitions in #ifndef.
15813 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
15815         PR target/49142
15816         * config/i386/i386.md (*movqi_extv_1_rex64): Remove
15817         "register_operand" check and replace q_regs_operand with
15818         QIreg_operand in "type" calculation.
15819         (*movqi_extv_1): Likewise.
15820         (*movqi_extzv_2_rex64): Likewise.
15821         (*movqi_extzv_2): Likewise.
15823         * config/i386/predicates.md (QIreg_operand): New.
15825 2011-05-25  Richard Guenther  <rguenther@suse.de>
15827         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix
15828         type-based offset disambiguation, streamline MEM_REF and
15829         TARGET_MEM_REF handling.
15831 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
15833         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_PAUSE.
15834         (bdesc_special_args): Add pause intrinsic.
15836         * config/i386/i386.md (UNSPEC_PAUSE): New.
15837         (pause): Likewise.
15838         (*pause): Likewise.
15839         * config/i386/ia32intrin.h (__pause): Likewise.
15841         * doc/extend.texi (X86 Built-in Functions): Add documentation for
15842         pause intrinsic.
15844 2011-05-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15846         PR tree-optimization/46728
15847         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): New.
15848         (execute_cse_sincos): Add switch case for BUILT_IN_POW.
15850 2011-05-25  Nathan Froyd  <froydnj@codesourcery.com>
15852         * tree.h (struct tree_exp): Inherit from struct tree_typed.
15853         * tree.c (initialize_tree_contains_struct): Mark TS_EXP as TS_TYPED
15854         instead of TS_COMMON.
15856 2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
15858         * libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if
15859         LIBGCC2_GNU_PREFIX is defined.
15860         (__N): New macro.
15861         (__powisf2, __powidf2, __powitf2, __powixf2, __bswapsi2, __bswapdi2,
15862         __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3, __divxc3,
15863         __divtc3, __udiv_w_sdiv, __clear_cache, __enable_execute_stack,
15864         __clz_tab): Define using __N.
15865         (__absvsi2, __negvsi2, __addvsi3, __subvsi3, __mulvsi3): Likewise if
15866         COMPAT_SIMODE_TRAPPING_ARITHMETIC.
15867         * target.def (libfunc_gnu_prefix): New hook.
15868         * doc/tm.texi.in (LIBGCC2_GNU_PREFIX): Document.
15869         (TARGET_LIBFUNC_GNU_PREFIX): Add hook.
15870         * doc/tm.texi: Regenerate.
15871         * system.h (LIBGCC2_GNU_PREFIX): Poison.
15872         * optabs.c (gen_libfunc): Take the libfunc_gnu_prefix hook into
15873         account.
15874         (gen_interclass_conv_libfunc, gen_intraclass_conv_libfunc): Likewise.
15875         (init_optabs): Likewise for the bswap libfuncs.
15876         * tree.c (build_common_builtin_nodes): Likewise for complex multiply
15877         and divide.
15878         * config/t-slibgcc-elf-ver (SHLIB_MAPFILES): Use $$(libgcc_objdir).
15879         * config/t-slibgcc-sld (SHLIB_MAPFILES): Likewise.
15880         * libgcc-std.ver: Remove.
15881         * Makefile.in (srcdirify): Handle $$(libgcc_objdir).
15882         * config/frv/t-linux (SHLIB_MAPFILES): Use $$(libgcc_objdir) for
15883         libgcc-std.ver.
15884         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
15885         * config/mips/t-slibgcc-irix (SHLIB_MAPFILES): Likewise.
15886         * config/rs6000/t-aix43 (SHLIB_MAPFILES): Likewise.
15887         * config/rs6000/t-aix52 (SHLIB_MAPFILES): Likewise.
15888         * config/sparc/t-linux (SHLIB_MAPFILES): Likewise.
15889         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
15890         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
15891         * config/fixed-bit.h (FIXED_OP): Define differently depending on
15892         LIBGCC2_GNU_PREFIX. All uses changed not to pass leading underscores.
15893         (FIXED_CONVERT_OP, FIXED_CONVERT_OP2): Likewise.
15895 2011-05-25  Jan Hubicka  <jh@suse.cz>
15897         * lto-streamer-out.c (output_record_start): Use lto_output_enum
15898         (lto_output_tree): Use output_record_start.
15899         * lto-streamer-in.c (input_record_start): Use lto_input_enum
15900         (lto_get_pickled_tree): Use input_record_start.
15901         * lto-section-in.c (lto_section_overrun): Turn into fatal error.
15902         (lto_value_range_error): New function.
15903         * lto-streamer.h (lto_value_range_error): Declare.
15904         (lto_output_int_in_range, lto_input_int_in_range): New functions.
15905         (lto_output_enum, lto_input_enum): New macros.
15907 2011-05-25  Eric Botcazou  <ebotcazou@adacore.com>
15909         * common.opt (flag_stack_usage_info): New variable.
15910         (-Wstack-usage): New option.
15911         * doc/invoke.texi (Warning options): Document -Wstack-usage.
15912         * opts.c (common_handle_option) <OPT_Wstack_usage_>: New case.
15913         <OPT_fstack_usage>: Likewise.
15914         * toplev.c (output_stack_usage): Handle -Wstack-usage.
15915         * calls.c (expand_call): Test flag_stack_usage_info variable instead
15916         of flag_stack_usage.
15917         (emit_library_call_value_1): Likewise.
15918         * explow.c (allocate_dynamic_stack_space): Likewise.
15919         * function.c (instantiate_virtual_regs ): Likewise.
15920         (prepare_function_start): Likewise.
15921         (rest_of_handle_thread_prologue_and_epilogue): Likewise.
15922         * config/alpha/alpha.c (alpha_expand_prologue): Likewise.
15923         * config/arm/arm.c (arm_expand_prologue): Likewise.
15924         (thumb1_expand_prologue): Likewise.
15925         * config/avr/avr.c (expand_prologue): Likewise.
15926         * config/i386/i386.c (ix86_expand_prologue): Likewise.
15927         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
15928         * config/m68k/m68k.c (m68k_expand_prologue): Likewise.
15929         * config/mips/mips.c (mips_expand_prologue): Likewise.
15930         * config/pa/pa.c (hppa_expand_prologue): Likewise.
15931         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
15932         * config/s390/s390.c (s390_emit_prologue): Likewise.
15933         * config/sh/sh.c (sh_expand_prologue): Likewise.
15934         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
15935         * config/spu/spu.c (spu_expand_prologue): Likewise.
15937 2011-05-25  Richard Guenther  <rguenther@suse.de>
15939         * gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.
15940         (gimple_canonical_types_compatible_p): Likewise.
15942 2011-05-25  Jan Hubicka  <jh@suse.cz>
15944         PR middle-end/49062
15945         * ipa.c (function_and_variable_visibility): Only add to same
15946         comdat group list if DECL_ONE_ONLY.
15948 2011-05-25  Andrey Belevantsev  <abel@ispras.ru>
15950         PR rtl-optimization/49014
15951         * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.
15953 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
15955         PR target/49128
15956         * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
15958 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
15960         PR rtl-optimization/48757
15961         * ira-build.c (loop_with_eh_edge_p): Rename to
15962         loop_with_complex_edge_p, check edges on complexity, make function
15963         conditional.
15964         (mark_loops_for_removal): Make call of loop_with_complex_edge_p
15965         conditional.
15967 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
15969         * config/sparc/sparc.c (sparc_option_override): If not set by the user,
15970         force flag_ira_share_save_slots to 0.
15972 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
15974         * var-tracking.c (compute_cfa_pointer): Adjust head comment.
15975         (vt_initialize): Set PROLOGUE_BB unconditionally.
15976         Add block comment about CFA_BASE_RTX machinery.
15977         Reset FP_CFA_OFFSET to -1 on all invalid paths.
15978         Call vt_init_cfa_base only if FP_CFA_OFFSET isn't equal to -1.
15980 2011-05-24  Nicola Pero  <nicola.pero@meta-innovation.com>
15982         PR objc/48187
15983         * c-parser.c (c_parser_objc_class_instance_variables): More robust
15984         parsing of syntax error in ObjC instance variable lists.  In
15985         particular, avoid an infinite loop if there is a stray ']'.
15986         Updated error message.
15988 2011-05-24  Ian Lance Taylor  <iant@google.com>
15990         * godump.c (go_define): Don't accept a string immediately after
15991         another operand.
15993 2011-05-24  Ian Lance Taylor  <iant@google.com>
15995         * godump.c (struct godump_container): Add invalid_hash field.
15996         (go_format_type): Return false if type is found in invalid_hash.
15997         (go_output_typedef): Add invalid type to invalid_hash.
15998         (go_finish): Create and delete invalid_hash.
16000 2011-05-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16002         PR tree-optimization/46728
16003         * tree-ssa-math-opts.c (powi_table): New.
16004         (powi_lookup_cost): New.
16005         (powi_cost): New.
16006         (powi_as_mults_1): New.
16007         (powi_as_mults): New.
16008         (gimple_expand_builtin_powi): New.
16009         (execute_cse_sincos): Add switch case for BUILT_IN_POWI.
16010         (gate_cse_sincos): Remove sincos/cexp restriction.
16012 2011-05-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16014         PR target/3746
16015         * config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile,
16016         mips-tdump native.
16017         * mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling.
16018         * mips-tdump.c: Likewise.
16020 2011-05-24  H.J. Lu  <hongjiu.lu@intel.com>
16022         PR target/49128
16023         * config/i386/driver-i386.c (host_detect_local_cpu): Always
16024         add -mno-XXX.  Handle FMA.
16026 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
16028         PR rtl-optimization/48633
16029         * ira-build.c (loop_with_eh_edge_p): New function.
16030         (mark_loops_for_removal): Use it.
16032 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
16034         PR rtl-optimization/48971
16035         * ira.c (setup_pressure_classes): Don't check register move cost
16036         for classes with one registers.  Don't add pressure class if there
16037         is a pressure class with the same available hard registers.
16038         Check contains_reg_of_mode.  Fix a typo in collecting
16039         temp_hard_regset.  Ignore hard registers not belonging to a class.
16041 2011-05-24  Uros Bizjak  <ubizjak@gmail.com>
16043         PR target/49133
16044         * config/i386/sse.md (sse2_loadhpd): Remove shufpd alternative.
16046 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
16047             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16049         PR gcov-profile/48845
16050         * config/sol2.h (LIB_SPEC): Link TLS support for tree profiling.
16052 2011-05-24  Richard Guenther  <rguenther@suse.de>
16054         * gimple.c (compare_type_names_p): Remove for_completion_p arg.
16055         (gimple_compatible_complete_and_incomplete_subtype_p): Remove.
16056         (gimple_types_compatible_p_1): Adjust.
16057         (iterative_hash_canonical_type): Do not bother about complete vs.
16058         incomplete types.
16059         (gimple_canonical_types_compatible_p): Likewise.
16061 2011-05-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16063         * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Remove.
16065 2011-05-24  Richard Guenther  <rguenther@suse.de>
16067         PR bootstrap/49078
16068         * gimple.c (gimple_register_canonical_type): Revert
16069         previous change.
16070         * alias.c (get_alias_set): Only assert that TYPE_CANONICAL
16071         does not for a tree for the case where it matters.  Cache
16072         pointer-type alias-sets.
16074 2011-05-24  Joseph Myers  <joseph@codesourcery.com>
16076         * Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
16077         (OBJS): Remove options.o, opts-common.o and prefix.o.
16078         (OBJS-libcommon-target): New.
16079         (ALL_HOST_BACKEND_OBJS): Include $(OBJS-libcommon-target).
16080         (BACKEND): Include libcommon-target.a.
16081         (MOSTLYCLEANFILES): Include libcommon-target.a.
16082         (libcommon-target.a): New.
16083         (xgcc$(exeext), cpp$(exeext)): Use libcommon-target.a instead of
16084         prefix.o.
16086 2011-05-23  Joseph Myers  <joseph@codesourcery.com>
16088         * optc-save-gen.awk: New.  Based on optc-gen.awk.  Don't generate
16089         parts of output shared with the driver.
16090         * optc-gen.awk: Don't generate parts of output not shared with the
16091         driver.
16092         * opth-gen.awk: Remove GCC_DRIVER conditionals.
16093         * doc/options.texi (SourcerInclude): Mention options-save.c.
16094         * Makefile.in (GCC_OBJS): Use options.o instead of gcc-options.o.
16095         (OBJS): Add options-save.o.
16096         (options-save.c, options-save.o): New.
16097         (options.o): Update dependencies.
16098         (gcc-options.o): Remove.
16099         (mostlyclean): Remove options-save.c.
16101 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
16103         PR debug/49032
16104         * dbxout.c: Include cgraph.h.
16105         (dbxout_expand_expr): If a VAR_DECL is TREE_STATIC, not written
16106         and without value expr, return NULL if no varpool node exists for
16107         it or if it is not needed.
16108         * Makefile.in (dbxout.o): Depend on $(CGRAPH_H).
16110         PR c/49120
16111         * c-decl.c (start_decl): Convert expr to void_type_node.
16113 2011-05-23  Richard Sandiford  <rdsandiford@googlemail.com>
16115         PR rtl-optimization/48826
16116         * emit-rtl.c (try_split): When splitting a call that is followed
16117         by a NOTE_INSN_CALL_ARG_LOCATION, move the note after the new call.
16119 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
16121         * cfgexpand.c (expand_debug_expr): For unused non-addressable
16122         parameters passed in memory prefer using DECL_INCOMING_RTL over
16123         the pseudos it will be copied into.
16125 2011-05-23  H.J. Lu  <hongjiu.lu@intel.com>
16127         PR target/47315
16128         * config/i386/i386.c (ix86_option_override_internal): Save the
16129         initial options after checking vzeroupper.
16131 2011-05-23  David Li  <davidxl@google.com>
16133         PR tree-optimization/48988
16134         * tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
16135         Initialize has_valid_pred for each pred chain.
16137 2011-05-23  Richard Guenther  <rguenther@suse.de>
16139         * gimple.c (gimple_types_compatible_p_1): Always compare type names.
16140         (iterative_hash_gimple_type): Always hash type names.
16142 2011-05-23  Nathan Froyd  <froydnj@codesourcery.com>
16144         * c-typeck.c (build_function_call_vec): Tweak call to
16145         check_function_arguments.
16147 2011-05-23  Richard Guenther  <rguenther@suse.de>
16149         PR tree-optimization/49115
16150         * tree-ssa-alias.c (stmt_kills_ref_p_1): If the assignment
16151         is not necessarily carried out, do not claim it kills the ref.
16152         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
16154 2011-05-23  Richard Guenther  <rguenther@suse.de>
16156         PR middle-end/15419
16157         * builtins.c (fold_builtin_memory_op): Be less restrictive about
16158         what pointer types we accept for folding.
16160 2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16162         * gthr-gnat.c: Remove.
16163         * gthr-gnat.h: Remove.
16164         * Makefile.in (LIB2ADDEH): Remove $(srcdir)/gthr-gnat.c.
16165         * config/t-freebsd (LIB2ADDEH): Likewise.
16166         * config/t-linux (LIB2ADDEH): Likewise.
16167         * config/t-sol2 (LIB2ADDEH): Likewise.
16168         * config/ia64/t-vms (LIB2ADDEH): Likewise.
16169         * configure.ac (target_thread_file): Remove gnat handling.
16170         * configure: Regenerate.
16171         * doc/install.texi (Configuration, --enable-threads): Remove gnat.
16173 2011-05-23  Tristan Gingold  <gingold@adacore.com>
16174             Eric Botcazou  <ebotcazou@adacore.com>
16176         * gcov.c (create_file_names): If no object directory is specified,
16177         keep the directory of the file.
16179 2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16181         * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
16182         * configure: Regenerate.
16184 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
16186         PR middle-end/48973
16187         * expr.c (expand_expr_real_2) <case LT_EXPR>: If do_store_flag
16188         failed and the comparison has a single bit signed type, use
16189         constm1_rtx instead of const1_rtx for true value.
16190         (do_store_flag): If ops->type is single bit signed type, disable
16191         signel bit test optimization and pass -1 instead of 1 as last
16192         parameter to emit_store_flag_force.
16194 2011-05-23  Tom de Vries  <tom@codesourcery.com>
16196         PR target/45098
16197         * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): New
16198         function.
16199         (infer_loop_bounds_from_undefined): Use new function.
16201 2011-05-22  Richard Sandiford  <rdsandiford@googlemail.com>
16203         * config/mips/mips.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Delete.
16204         (ASM_SPEC): Add a -O* option here.  Pass -O0 for -noasmopt,
16205         -O1 for -fno-delayed-branch, -O2 if optimization is enabled,
16206         and -O0 otherwise.
16207         (EXTRA_SPECS): Remove subtarget_asm_optimizing_spec.
16209 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
16211         * cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.
16212         (try_optimize_cfg): Update BB_FORWARDER_BLOCK if try_forward_edges
16213         returns true.
16215 2011-05-22  Richard Sandiford  <rdsandiford@googlemail.com>
16217         * config/mips/mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT.
16219 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
16221         * config/sparc/sparc.c (sparc_delegitimize_address): Handle
16222         UNSPEC_MOVE_PIC pattern.
16224 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
16226         * config.gcc (sparc-*-elf*): Add sparc/t-crtin.
16227         (sparc-*-rtems*): Likewise.
16228         (sparc64-*-elf*): Likewise.
16229         (sparc64-*-rtems*): Likewise.
16230         (sparc*-*-solaris2*): Likewise.  Remove crti.o crtn.o extra parts.
16231         * config/sparc/t-crtin: New file.
16232         * config/sparc/t-sol2 (crti.o): Delete rule.
16233         (crtn.o): Likewise.
16234         * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Delete.
16235         * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Likewise.
16236         * config/sparc/sp64-elf.h (STARTFILE_SPEC): Tidy and add crti.o.
16237         (ENDFILE_SPEC): Add crtn.o.
16239 2011-05-22  Tom de Vries  <tom@codesourcery.com>
16241         PR middle-end/48689
16242         * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with
16243         CODE_CONTAINS_STRUCT (TS_COMMON).
16245 2011-05-22  Jakub Jelinek  <jakub@redhat.com>
16247         PR middle-end/49029
16248         * expmed.c (extract_fixed_bit_field): Test whether target can be used
16249         only after deciding which mode to use.
16251 2011-05-22  Tom de Vries  <tom@codesourcery.com>
16253         PR target/45098
16254         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fix const test
16255         for call to get_shiftadd_cost.
16257 2011-05-22  Uros Bizjak  <ubizjak@gmail.com>
16259         PR target/49104
16260         * config/i386/cpuid.h (bit_MMXEXT): New define.
16262 2011-05-22  Nick Clifton  <nickc@redhat.com>
16264         * config/stormy16/stormy16.c (xstormy16_init_builtins): prevent
16265         initialisation of non-existant args[2] element.  Use args[] array
16266         not arg[] array to pass arguments to build_function_type_list.
16268 2011-05-22  Ira Rosen  <ira.rosen@linaro.org>
16270         PR tree-optimization/49087
16271         * tree-vect-loop.c (vect_is_slp_reduction): Fail if LHS has no uses.
16273 2011-05-21  Jason Merrill  <jason@redhat.com>
16275         PR c++/49092
16276         * dwarf2out.c (tree_add_const_value_attribute_for_decl): Check for
16277         static storage duration.
16279 2011-05-21  Eric Botcazou  <ebotcazou@adacore.com>
16281         * config/sparc/sparc.md (setjmp): Handle PIC mode and use the hard
16282         frame pointer.
16284 2011-05-21  Eric Botcazou  <ebotcazou@adacore.com>
16286         * config/sparc/sparc.c (eligible_for_return_delay): Do not return
16287         false if there are call-saved registers here...
16288         (sparc_can_use_return_insn_p): ...but here instead.
16289         (save_or_restore_regs): Fix thinko.
16290         (sparc_expand_prologue): Use current_function_is_leaf.
16291         (sparc_frame_pointer_required): Likewise.
16293 2011-05-21  Nick Clifton  <nickc@redhat.com>
16295         PR target/49098
16296         * config/rx/rx.c (rx_memory_move_cost): Note unused parameters.
16298 2011-05-21  Nicola Pero  <nicola.pero@meta-innovation.com>
16300         * gengtype.c (walk_type): Implemented "atomic" GTY option.
16301         * doc/gty.texi (GTY Options): Document "atomic" GTY option.
16303 2011-05-21  Joseph Myers  <joseph@codesourcery.com>
16305         * opt-read.awk: New.  Split out of optc-gen.awk and opth-gen.awk.
16306         * optc-gen.awk: Move common code to opt-read.awk.
16307         * opth-gen.awk: Likewise.
16308         * Makefile.in (options.c, s-options-h): Update to use opt-read.awk.
16310 2011-05-20  Nathan Froyd  <froydnj@codesourcery.com>
16312         * godump.c (go_format_type): Don't use TYPE_ARG_TYPES.
16314 2011-05-20  Tom de Vries  <tom@codesourcery.com>
16316         PR target/45098
16317         * tree-ssa-loop-ivopts.c: Include expmed.h.
16318         (get_shiftadd_cost): New function.
16319         (force_expr_to_var_cost): Declare forward.  Use get_shiftadd_cost.
16321 2011-05-20  Jakub Jelinek  <jakub@redhat.com>
16323         PR bootstrap/49086
16324         * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL
16325         for PHI args that are SSA_NAME_IS_DEFAULT_DEF.
16327 2011-05-20  Joseph Myers  <joseph@codesourcery.com>
16329         * Makefile.in: Update comment referring to $(OBJS-common).
16331 2011-05-20  Ian Lance Taylor  <iant@google.com>
16333         * godump.c (go_output_typedef): Put enum constants in the macro
16334         hash table to avoid duplicate Go const definitions.
16336 2011-05-20  Joseph Myers  <joseph@codesourcery.com>
16338         * Makefile.in (LIBDEPS): Add libcommon.a.
16339         (LIBS): Likewise.
16340         (GCC_OBJS): Remove diagnostic.o, pretty-print.o and input.o.
16341         (OBJS-common): Remove diagnostic.o, input.o, intl.o,
16342         pretty-print.o and version.o.
16343         (OBJS-libcommon): New.
16344         (ALL_HOST_BACKEND_OBJS): Add $(OBJS-libcommon).
16345         (BACKEND): Add libcommon.a.
16346         (MOSTLYCLEANFILES): Likewise.
16347         (libcommon.a): New.
16348         (xgcc$(exeext)): Don't explicitly use version.o and intl.o.
16349         (cpp$(exeext)): Likewise.
16350         (COLLECT2_OBJS): Remove intl.o, version.o, diagnostic.o,
16351         pretty-print.o and input.o.
16352         (lto-wrapper$(exeext)): Don't explicitly use intl.o.
16353         (lto-wrapper.o): Depend on $(DIAGNOSTIC_H).
16354         (errors.o): Remove.
16355         (mips-tfile): Don't explicitly use version.o.
16356         (mips-tdump): Likewise.
16357         (gcov.o): Depend on $(DIAGNOSTIC_H).
16358         (gcov-dump.o): Depend on intl.h and $(DIAGNOSTIC_H).
16359         (GCOV_OBJS): Remove intl.o, version.o and errors.o.
16360         (GCOV_DUMP_OBJS): Remove version.o and errors.o.
16361         * gcov-dump.c: Include intl.h and diagnostic.h.
16362         (main): Initialize diagnostics.
16363         * gcov.c: Include diagnostic.h.
16364         (fnotice): Remove.
16365         (main): Initialize diagnostics.
16366         * lto-wrapper.c: Include diagnostic.h.
16367         (main): Initialize diagnostics.
16369 2011-05-20  Michael Matz  <matz@suse.de>
16371         * Makefile.in (OBJS-common, OBJS-md, OBJS-archive): Merge into OBJS.
16373 2011-05-20  Michael Matz  <matz@suse.de>
16374             Richard Guenther  <rguenther@suse.de>
16376         * lto-streamer.c (lto_record_common_node): Don't track seen nodes,
16377         use lto_streamer_cache_append directly instead of returning a VEC.
16378         (preload_common_node): Remove.
16379         (lto_get_common_nodes): Rename to lto_preload_common_nodes, don't
16380         track seen nodes.
16381         (lto_streamer_cache_create): Call lto_preload_common_nodes.
16383 2011-05-20  Richard Guenther  <rguenther@suse.de>
16385         PR tree-optimization/49079
16386         * tree-dfa.c (get_ref_base_and_extent): Handle view-converting
16387         MEM_REFs correctly for the trailing array access detection.
16388         Special case constants the same way as decls for overall size
16389         constraining.
16391 2011-05-20  Uros Bizjak  <ubizjak@gmail.com>
16393         * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Fix macro
16394         argument expansion.
16396 2011-05-20  Jakub Jelinek  <jakub@redhat.com>
16398         PR tree-optimization/49073
16399         * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL if
16400         PHI argument is SSA_NAME, whose def_stmt is dominated by the PHI.
16401         * tree-ssa-ifcombine.c (tree_ssa_ifcombine): Calculate dominators.
16403 2011-05-20  Richard Guenther  <rguenther@suse.de>
16405         PR middle-end/48849
16406         * gimple.c (gimple_register_canonical_type): Compute TYPE_CANONICAL
16407         of pointer types the same way the middle-end does.
16409 2011-05-20  Richard Guenther  <rguenther@suse.de>
16411         * gimple.c (gimple_register_type_1): Do not fiddle with main-variant
16412         or pointer-to chains.  Delay all fixup to uniquify_nodes.
16414 2011-05-19  Quentin Neill  <quentin.neill@amd.com>
16416         * config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
16417         (fma4_fmaddsub): Likewise
16419 2011-05-19  Jan Hubicka  <jh@suse.cz>
16421         * gimple.c (gtc_visited, gtc_ob, type_pair_hash, type_pair_eq): Remove.
16422         (GIMPLE_TYPE_PAIR_SIZE): New macro.
16423         (type_pair_cache): New static var.
16424         (lookup_type_pair): Use fixed sized custom hash; make inline.
16425         (gtc_visit, gimple_types_compatible_p, gimple_register_type_1): Update
16426         calls of lookup_type_pair.
16427         (print_gimple_types_stats): Remove cache stats.
16428         (free_gimple_type_tables): Free type_pair_cache instead of gtc_visited
16429         and gtc_ob.
16431 2011-05-19  Uros Bizjak  <ubizjak@gmail.com>
16433         * config/i386/i386.c (option_override_internal): Enable TARGET_CMOVE
16434         when TARGET_RDRND is active.
16435         (ix86_expand_builtin) <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>:
16436         Generate dummy SImode target register when target is NULL.
16438 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
16440         * config/arm/arm-fpus.def: New.
16441         * config/arm/genopt.sh: Generate Enum and EnumValue entries from
16442         arm-fpus.def.
16443         * config/arm/arm-tables.opt: Regenerate.
16444         * config/arm/arm.c (all_fpus): Move contents to arm-fpus.def.
16445         (arm_option_override): Don't decode FPU name to string here.
16446         * config/arm/arm.opt (mfpu=): Use Enum.
16447         * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt, arm.o):
16448         Update dependencies.
16450 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
16452         * collect2.c: Include diagnostic.h.
16453         (fatal_perror, fatal, error, fancy_abort): Remove.
16454         (main): Set progname.  Call xmalloc_set_program_name and
16455         diagnostic_initialize.
16456         (maybe_run_lto_and_relink, main, collect_execute, scan_prog_file,
16457         scan_libraries, resolve_lib_name): Call fatal_error instead of
16458         fatal and fatal_perror.
16459         * collect2.h (error, fatal, fatal_perror): Don't declare.
16460         * tlink.c: Include diagnostic-core.h.
16461         (recompile_files): Call fatal_error instead of fatal_perror.
16462         * Makefile.in (COLLECT2_OBJS): Include diagnostic.o,
16463         pretty-print.o and input.o.
16464         (collect2.o, tlink.o): Update dependencies.
16466 2011-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16468         * config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.
16470 2011-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16472         PR target/40483
16473         * configure.ac (gcc_cv_as_comdat_group_group): Check for Sun as
16474         COMDAT group syntax, both SPARC and x86 variants.
16475         (HAVE_COMDAT_GROUP): Also define if gcc_cv_as_comdat_group_group.
16476         * configure: Regenerate.
16477         * config/sol2.h (TARGET_SOLARIS): Define.
16478         (PUSHSECTION_FORMAT): Remove.
16479         (SECTION_NAME_FORMAT): Define.
16480         * config/sol2.c: Include hashtab.h.
16481         (solaris_output_init_fini): Replace PUSHSECTION_FORMAT by its
16482         expansion, using SECTION_NAME_FORMAT.
16483         (solaris_comdat_htab): New variable.
16484         (struct comdat_entry): Define.
16485         (comdat_hash): New function.
16486         (comdat_eq): New function.
16487         (solaris_elf_asm_comdat_section): New function.
16488         (solaris_define_comdat_signature): New function.
16489         (solaris_code_end): New function.
16490         * config/sol2-protos.h (solaris_elf_asm_comdat_section): Declare.
16491         (solaris_code_end): Declare.
16492         * config/t-sol2 (sol2.o): Add $HASHTAB_H dependency.
16493         * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Call
16494         solaris_code_end.
16495         (i386_solaris_elf_named_section): Wrap in TARGET_SOLARIS.
16496         Remove ATTRIBUTE_UNUSED.
16497         [!USE_GAS]: Call solaris_elf_asm_comdat_section for
16498         SECTION_LINKONCE sections if HAVE_COMDAT_GROUP.
16499         * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Likewise.
16500         * config/i386/sol2-10.h (TARGET_ASM_NAMED_SECTION): Moved ...
16501         * config/i386/sol2.h (TARGET_ASM_NAMED_SECTION): ... here.
16502         * config/sparc/sol2.h (TARGET_ASM_CODE_END): Redefine.
16503         (PUSHSECTION_FORMAT): Remove.
16504         (SECTION_NAME_FORMAT): Redefine.
16506 2011-05-19  Kai Tietz  <ktietz@redhat.com>
16508         * tree-cfg.c (verify_gimple_assign_binary): Barf on
16509         TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
16510         (gimplify_expr): Move TRUTH_AND|OR|XOR_EXPR to its binary form.
16512 2011-05-19  Anatoly Sokolov  <aesok@post.ru>
16513             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16515         * config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
16517 2011-05-19  Richard Guenther  <rguenther@suse.de>
16519         PR middle-end/48985
16520         * tree-object-size.c (addr_object_size): If the pointed-to
16521         variable is a decl use DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT.
16523 2011-05-19  Richard Guenther  <rguenther@suse.de>
16525         * gimple.c (gimple_types_compatible_p_1): Compare names of
16526         the types themselves.
16527         (iterative_hash_gimple_type): And hash them that way.
16528         (gimple_register_type_1): If we register a main variant properly
16529         initialize the leader to ourselves.
16531 2011-05-19  Tom de Vries  <tom@codesourcery.com>
16533         PR target/45098
16534         * tree-ssa-loop-ivopts.c (get_expr_id): Factored new function out of
16535         get_loop_invariant_expr_id.
16536         (get_loop_invariant_expr_id): Use get_expr_id.
16537         (parm_decl_cost): New function.
16538         (determine_use_iv_cost_condition): Use get_expr_id and parm_decl_cost.
16539         Improve bound cost estimation.  Use different inv_expr_id for elim and
16540         express cases.
16542 2011-05-19  Tom de Vries  <tom@codesourcery.com>
16544         PR target/45098
16545         * tree-ssa-loop-ivopts.c (determine_iv_cost): Prevent
16546         cost_base.cost == 0.
16548 2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>
16550         PR target/49002
16551         * config/i386/sse.md
16552         (avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>): Properly handle
16553         load cast.
16555 2011-05-18  Jakub Jelinek  <jakub@redhat.com>
16557         PR tree-optimization/49039
16558         * tree-vrp.c (extract_range_from_binary_expr): For
16559         MIN_EXPR <~[a, b], ~[c, d]> and MAX_EXPR <~[a, b], ~[c, d]>
16560         return ~[MAX_EXPR <a, c>, MIN_EXPR <b, d>].
16562 2011-05-18  Tom de Vries  <tom@codesourcery.com>
16564         PR target/45098
16565         * tree-ssa-loop-ivopts.c (computation_cost): Prevent cost of 0.
16567 2011-05-18  Uros Bizjak  <ubizjak@gmail.com>
16569         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Split asm template.
16570         (*tls_global_dynamic_64): Ditto.
16571         (*tls_local_dynamic_base_32_gnu): Ditto.
16572         (*tls_local_dynamic_base_64): Ditto.
16573         (tls_initial_exec_64_sun): Ditto.
16575 2011-05-18  Stuart Henderson  <shenders@gcc.gnu.org>
16577         * doc/invoke.texi (Blackfin Options): -mcpu accepts bf592.
16578         * config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
16579         bf592-none.
16580         * config/bfin/t-bfin-linux (MULTILIB_MATCHES): Likewise.
16581         * config/bfin/t-bfin-uclinux (MULTILIB_MATCHES): Likewise.
16582         * config/bfin/bfin.c (bfin_cpus): Add bf592.
16583         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
16584         __ADSPBF592__ and __ADSPBF59x__ for BFIN_CPU_BF592.
16585         * config/bfin/bfin-opts.h (bfin_cpu_type): Add BFIN_CPU_BF592.
16586         * config/bfin/elf.h (LIB_SPEC): Add bf592.
16588 2011-05-18  Joseph Myers  <joseph@codesourcery.com>
16590         * config/arm/arm-opts.h (enum arm_fp16_format_type, enum
16591         arm_abi_type, enum float_abi_type, enum arm_tp_type): Move from arm.h.
16592         * config/arm/arm.c (arm_float_abi, arm_fp16_format, arm_abi,
16593         target_thread_pointer, arm_structure_size_boundary, struct
16594         float_abi, all_float_abis, struct fp16_format, all_fp16_formats,
16595         struct abi_name, arm_all_abis): Remove.
16596         (arm_option_override) Don't process most enumerated option values here.
16597         Don't process target_fpe_name here.  Work with integer not string for
16598         structure size boundary; use separate diagnostics for each case.
16599         * config/arm/arm.h (enum float_abi_type, enum
16600         arm_fp16_format_type, enum arm_abi_type, enum arm_tp_type): Move
16601         to arm-opts.h.
16602         (arm_float_abi, arm_fp16_format, arm_abi, target_thread_pointer,
16603         arm_structure_size_boundary): Remove.
16604         * config/arm/arm.opt (mabi=): Use Enum and Init.
16605         (arm_abi_type): New Enum and EnumValue entries.
16606         (mfloat-abi=): Use Enum and Init.
16607         (float_abi_type): New Enum and EnumValue entries.
16608         (mfp=, mfpe=): Replace by separate Alias entries for each argument.
16609         (mfp16-format=): Use Enum and Init.
16610         (arm_fp16_format_type): New Enum and EnumValue entries.
16611         (mstructure-size-boundary=): Use UInteger and Init.
16612         (mtp=): Use Enum and Init.
16613         (arm_tp_type): New Enum and EnumValue entries.
16615 2011-05-18  Richard Guenther  <rguenther@suse.de>
16617         PR tree-optimization/49018
16618         * gimple.c (gimple_has_side_effects): Volatile asms have side-effects.
16619         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Use
16620         gimple_has_side_effects.
16622 2011-05-18  Richard Guenther  <rguenther@suse.de>
16624         * gimple.c (gimple_register_type_1): New function, split out from ...
16625         (gimple_register_type): ... here.  Avoid infinite recursion.
16627 2011-05-18  Ira Rosen  <ira.rosen@linaro.org>
16629         PR tree-optimization/41881
16630         * tree-vectorizer.h (struct _loop_vec_info): Add new field
16631         reduction_chains along with a macro for its access.
16632         * tree-vect-loop.c (new_loop_vec_info): Initialize reduction chains.
16633         (destroy_loop_vec_info): Free reduction chains.
16634         (vect_analyze_loop_2): Return false if vect_analyze_slp() returns false.
16635         (vect_is_slp_reduction): New function.
16636         (vect_is_simple_reduction_1): Call vect_is_slp_reduction.
16637         (vect_create_epilog_for_reduction): Support SLP reduction chains.
16638         * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow different
16639         definition types for reduction chains.
16640         (vect_supported_load_permutation_p): Don't allow permutations for
16641         reduction chains.
16642         (vect_analyze_slp_instance): Support reduction chains.
16643         (vect_analyze_slp): Try to build SLP instance from reduction chains.
16644         (vect_get_constant_vectors):  Handle reduction chains.
16645         (vect_schedule_slp_instance): Mark the first statement of the
16646         reduction chain as reduction.
16648 2011-05-18  Ira Rosen  <ira.rosen@linaro.org>
16650         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new
16651         names for group elements access.
16652         * tree-vectorizer.h (struct _stmt_vec_info): Use interleaving info for
16653         reduction chains as well.  Remove data reference and interleaving
16654         related words from the fields names.
16655         * tree-vect-loop.c (vect_transform_loop): Use new names for group
16656         elements access.
16657         * tree-vect-data-refs.c (vect_get_place_in_interleaving_chain,
16658         vect_insert_into_interleaving_chain, vect_update_interleaving_chain,
16659         vect_update_interleaving_chain, vect_same_range_drs,
16660         vect_analyze_data_ref_dependence, vect_update_misalignment_for_peel,
16661         vect_verify_datarefs_alignment, vector_alignment_reachable_p,
16662         vect_peeling_hash_get_lowest_cost, vect_enhance_data_refs_alignment,
16663         vect_analyze_group_access, vect_analyze_data_ref_access,
16664         vect_create_data_ref_ptr, vect_transform_strided_load,
16665         vect_record_strided_load_vectors): Likewise.
16666         * tree-vect-stmts.c (vect_model_simple_cost, vect_model_store_cost,
16667         vect_model_load_cost, vectorizable_store, vectorizable_load,
16668         vect_remove_stores, new_stmt_vec_info): Likewise.
16669         * tree-vect-slp.c (vect_build_slp_tree,
16670         vect_supported_slp_permutation_p, vect_analyze_slp_instance): Likewise.
16672 2011-05-18  Richard Guenther  <rguenther@suse.de>
16674         PR middle-end/48989
16675         * tree-cfg.c (verify_gimple_assign_unary): Adjust TRUTH op
16676         operand verification.
16677         (verify_gimple_assign_binary): Likewise.
16678         * tree-ssa.c (useless_type_conversion_p): Preserve conversions
16679         to non-1-precision BOOLEAN_TYPEs.
16681 2011-05-18  Tom de Vries  <tom@codesourcery.com>
16683         PR target/45098
16684         * tree-ssa-loop-ivopts.c (seq_cost): Fix call to rtx_cost.
16686 2011-05-18  Jakub Jelinek  <jakub@redhat.com>
16688         PR tree-optimization/49000
16689         * tree-ssa.c (execute_update_addresses_taken): Call
16690         maybe_rewrite_mem_ref_base on debug stmt value.  If it couldn't
16691         be rewritten and decl has been marked for renaming, reset
16692         the debug stmt.
16694 2011-05-17  Joseph Myers  <joseph@codesourcery.com>
16696         * config/i386/i386.c (ix86_valid_target_attribute_tree): Use
16697         enum_opts_set when testing if attributes have set -mfpmath=.
16699 2011-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
16701         * config/mips/mips.c (mips_handle_option): Remove unused variable.
16703 2011-05-17  Uros Bizjak  <ubizjak@gmail.com>
16705         * ipa-inline-analysis.c (inline_node_duplication_hook): Initialize
16706         info->entry with 0
16707         * tree-inline.c (maybe_inline_call_in_expr):  Initialize
16708         id.transform_lang_insert_block with NULL.
16710 2011-05-17  Uros Bizjak  <ubizjak@gmail.com>
16712         * config/i386/i386-protos.h (output_fix_trunc): Change arg 3 to bool.
16713         (output_fp_compare): Change args 3 and 4 to bool.
16714         (ix86_expand_call): Change arg 6 to bool.
16715         (ix86_attr_length_immediate_default): Change arg 2 to bool.
16716         (ix86_attr_length_vex_default): Change arg 3 to bool.
16717         * config/i386/i386.md: Update all uses.
16718         * config/i386/i386.c: Ditto.
16719         (ix86_flags_dependent): Change return type to bool.
16721 2011-05-17  Richard Guenther  <rguenther@suse.de>
16723         * gimple.c (type_hash_pair_compare): Fix comparison.
16725 2011-05-17  Richard Guenther  <rguenther@suse.de>
16727         * gimple.c (iterative_hash_gimple_type): Simplify singleton
16728         case some more, fix final hash value of the non-singleton case.
16730 2011-05-17  Richard Guenther  <rguenther@suse.de>
16732         PR bootstrap/49013
16733         Revert
16734         2011-05-16  Richard Guenther  <rguenther@suse.de>
16736         * gimple.c (gimple_types_compatible_p_1): Use names of the
16737         type itself, not its main variant.
16738         (iterative_hash_gimple_type): Likewise.
16740 2011-05-17  Richard Guenther  <rguenther@suse.de>
16742         * gimple.c (gimple_register_canonical_type): Use the main-variant
16743         leader for computing the canonical type.
16745 2011-05-17  Nick Clifton  <nickc@redhat.com>
16747         * config/rx/rx.c (rx_memory_move_cost): Include cost of register
16748         moves.
16750         * config/rx/rx.md: Add peephole to remove redundant extensions
16751         after loads.
16752         (bitset_in_memory): Use rx_restricted_mem_operand.
16753         (bitinvert_in_memory): Likewise.
16754         (bitclr_in_memory): Likewise.
16756 2011-05-17  Kazuhio Inaoka  <kazuhiro.inaoka.ud@renesas.com>
16757             Nick Clifton  <nickc@redhat.com>
16759         * config/rx/rx.md: Add peepholes to match a register move followed
16760         by a comparison of the moved register.  Replace these with an
16761         addition of zero that does both actions in one instruction.
16763 2011-05-17  Jakub Jelinek  <jakub@redhat.com>
16765         PR target/48986
16766         * config/i386/sync.md (sync_old_add<mode>): Relax operand 2
16767         predicate to allow CONST_INT.
16768         (*sync_old_add_cmp<mode>): New insn and peephole2 for it.
16770 2011-05-16  Joseph Myers  <joseph@codesourcery.com>
16772         * opts-common.c (opt_enum_arg_to_value): New.
16773         * opts.h (opt_enum_arg_to_value): Declare.
16774         * config/i386/i386.opt (fpmath): Remove.
16775         (mfpmath=): Use Enum, Init and Save.
16776         (fpmath_unit): New Enum and EnumValue entries.
16777         * config/i386/i386-c.c (ix86_pragma_target_parse): Update field
16778         name for function fpmath state.
16779         * config/i386/i386-opts.h (enum fpmath_unit): Move from i386.h.
16780         * config/i386/i386.c: Include diagnostic.h.
16781         (ix86_fpmath, IX86_FUNCTION_SPECIFIC_FPMATH): Remove.
16782         (ix86_target_string): Take enum fpmath_unit value instead of string.
16783         (ix86_debug_options): Update call to ix86_target_string.
16784         (ix86_option_override_internal): Don't process fpmath strings here.
16785         (x86_function_specific_save, ix86_function_specific_restore):
16786         Don't handle fpmath state specially.
16787         (ix86_function_specific_print): Pass fpmath state to
16788         ix86_target_string instead of printing in this function.
16789         (ix86_valid_target_attribute_inner_p): Take gcc_options pointer.
16790         Handle enum attributes.
16791         (IX86_ATTR_ENUM, ix86_opt_enum): New.
16792         (ix86_valid_target_attribute_tree): Update option_strings
16793         handling.  Handle fpmath as enum option.
16794         (ix86_can_inline_p): Update field names for function fpmath state.
16795         (ix86_expand_builtin): Update call to ix86_target_string.
16796         * config/i386/i386.h (enum fpmath_unit): Move to i386-opts.h.
16797         (ix86_fpmath): Remove.
16798         * config/i386/t-i386 (i386.o): Update dependencies.
16800 2011-05-16  Joseph Myers  <joseph@codesourcery.com>
16802         PR preprocessor/48677
16803         * cppspec.c (lang_specific_driver): Set new_decoded_options[0]
16804         from decoded_options[0], not from itself.
16806 2011-05-16  Uros Bizjak  <ubizjak@gmail.com>
16808         * config/i386/constraints.md (z): New constraint.
16809         * config/i386/i386.c (c): New mode attribute.
16810         (*call): Merge insn pattern from *call_0, *call_1, *call_1_rex64 and
16811         *call_1_rex64_large patterns using "P" mode iterator. Use "<c>zm"
16812         constraint for operand 0.
16813         (*call_vzeroupper): Ditto.
16814         (*call_rex64_ms_sysv): Ditto.  Use "rzm" constraint for operand 0.
16815         (*call_rex64_ms_sysv_vzeroupper): Ditto.
16816         (*call_pop): Merge insn pattern from *call_pop_0 and *call_pop_1.
16817         Use "lzm" constraint for operand 0.
16818         (*call_pop_vzeroupper): Ditto.
16819         (*sibcall): Merge insn pattern from *sibcall_0, *sibcall_1 and
16820         *sibcall_1_rex64 patterns using "P" mode iterator.  Use "Uz"
16821         constraint for operand 0.
16822         (*sibcall_vzeroupper): Ditto.
16823         (*sibcall_rex64_ms_sysv): Ditto.
16824         (*sibcall_rex64_ms_sysv_vzeroupper): Ditto.
16825         (*sibcall_pop): Merge insn pattern from *sibcall_pop_0 and
16826         *sibcall_pop_1.  Use "Uz" constraint for operand 0.
16827         (*sibcall_pop_vzeroupper): Ditto.
16828         (*call_value): Merge insn pattern from *call_value_0, *call_value_1,
16829         *call_value_1_rex64 and *call_value_1_rex64_large patterns using "P"
16830         mode iterator.  Use "<c>zm" constraint for operand 1.
16831         (*call_value_vzeroupper): Ditto.
16832         (*call_value_rex64_ms_sysv): Ditto.  Use "rzm" constraint
16833         for operand 1.
16834         (*call_value_rex64_ms_sysv_vzeroupper): Ditto.
16835         (*call_value_pop): Merge insn pattern from *call_value_pop_0 and
16836         *call_value_pop_1.  Use "lzm" constraint for operand 1.
16837         (*call_value_pop_vzeroupper): Ditto.
16838         (*sibcall_value): Merge insn pattern from *sibcall_value_0,
16839         *sibcall_value_1 and *sibcall_value_1_rex64 patterns using "P"
16840         mode iterator.  Use "Uz" constraint for operand 1.
16841         (*sibcall_value_vzeroupper): Ditto.
16842         (*sibcall_value_rex64_ms_sysv): Ditto.
16843         (*sibcall_value_rex64_ms_sysv_vzeroupper): Ditto.
16844         (*sibcall_value_pop): Rename from *sibcall_pop_1.  Use "Uz"
16845         constraint for operand 1.
16846         (*sibcall_value_pop_vzeroupper): Ditto.
16847         (*tls_global_dynamic_64): Use constant_call_address_operand predicate
16848         and "z" constraint for operand 2.
16849         (*tls_global_dynamic_32_gnu): Ditto.
16850         (*tls_local_dynamic_base_32_gnu): Ditto.
16851         (*tls_local_dynamic_base_64): Ditto.
16852         (*tls_local_dynamic_32_once): Ditto.
16853         * config/i386/i386.c (ix86_output_call_insn): Remove int_addr argument.
16854         Update all callers.
16855         * config/i386/i386-protos.h (ix86_output_call_insn): Update prototype.
16857 2011-05-16  Richard Guenther  <rguenther@suse.de>
16859         * gimple.c (gimple_types_compatible_p_1): Use names of the
16860         type itself, not its main variant.
16861         (iterative_hash_gimple_type): Likewise.
16863 2011-05-16  Richard Guenther  <rguenther@suse.de>
16865         * gimple.c (iterative_hash_gimple_type): Re-instantiate change to
16866         always visit pointer target and function result and argument types.
16868 2011-05-16  Jason Merrill  <jason@redhat.com>
16870         PR c++/48999
16871         * tree-inline.c (copy_statement_list): Put back recursion.
16873 2011-05-16  Georg-Johann Lay  <avr@gjlay.de>
16875         PR target/27663
16876         PR target/41076
16877         * config/avr/predicates.md (const_8_16_24_operand): New predicate.
16878         * config/avr/avr.md ("*ior<mode>qi.byte0",
16879         "*ior<mode>qi.byte1-3"): New define_insn_and_split patterns.
16881 2011-05-16  Georg-Johann Lay  <avr@gjlay.de>
16883         PR target/45099
16884         * config/avr/avr.c (avr_function_arg_advance): Error if a fixed
16885         register is needed for a function argument.
16887 2011-05-16  Richard Guenther  <rguenther@suse.de>
16889         * gimple.c (struct type_hash_pair): New type.
16890         (type_hash_pair_compare): New function.
16891         (iterative_hash_gimple_type): Mix in SCC member hashes in hash-order.
16893 2011-05-16  Revital Eres  <revital.eres@linaro.org>
16895         * modulo-sched.c (doloop_register_get): Check !DEBUG_INSN_P first.
16897 2011-05-15  Uros Bizjak  <ubizjak@gmail.com>
16899         * config/i386/i386.md (floating point move splitters): Fix
16900         usage of standard_80387_constant_p.
16901         * config/i386/i386.c (ix86_preferred_reload_class): Ditto.
16903 2011-05-15  Uros Bizjak  <ubizjak@gmail.com>
16905         * config/i386/i386.md (*movdf_internal): Simplify insn condition.
16907 2011-05-14  Eric Botcazou  <ebotcazou@adacore.com>
16909         * tree-ssa-loop-im.c (SET_ALWAYS_EXECUTED_IN): New macro.
16910         (fill_always_executed_in): Use [SET_]ALWAYS_EXECUTED_IN.
16911         (tree_ssa_lim_finalize): Likewise.
16913 2011-05-14  Uros Bizjak  <ubizjak@gmail.com>
16915         * config/i386/constraint.md (Yd, Yx): New register constraints.
16916         * config/i386/i386.md (*pushdf): Merge with *pushdf_nointeger.  Use
16917         Yd conditional register constraint.
16918         (*movtf_internal): Use standard_sse_constant_opcode.
16919         (*movxf_internal): Merge with *movxf_internal_nointeger.  Use
16920         Yx conditional register constraint.
16921         (*movdf_internal): Merge with *movdf_internal_nointeger.  Use
16922         Yd conditional register constraint.  Use standard_sse_constant_p to
16923         check for valid SSE constants and call standard_sse_constant_opcode to
16924         output SSE insn.
16925         (*movsf_internal): Use standard_sse_constant_p to check for valid SSE
16926         constants and call standard_sse_constant_opcode to output SSE insn.
16927         * config/i386/i386.c (ix86_option_ovverride_internal): Set
16928         TARGET_INTEGER_DFMODE_MOVES for 64bit targets.  Clear it when
16929         optimize_size is set.
16930         (standard_sse_constant_opcode): Output conditional AVX insn templates.
16932 2011-05-14  Tobias Burnus  <burnus@net-b.de>
16934         * doc/invoke.texi (-Ofast): Also enables -fstack-arrays.
16936 2011-05-13  Martin Jambor  <mjambor@suse.cz>
16938         * ipa-prop.c (ipa_cst_from_jfunc): New function.
16939         * ipa-prop.h (ipa_cst_from_jfunc): Declare.
16940         * ipa-inline-analysis.c (evaluate_conditions_for_edge): Use it.
16941         (evaluate_conditions_for_ipcp_clone): Removed.
16942         (estimate_ipcp_clone_size_and_time): Accept vector of known constants.
16943         * ipa-cp.c (ipcp_estimate_growth): Build vector of known constants.
16944         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update.
16946 2011-05-13  Eric Botcazou  <ebotcazou@adacore.com>
16948         * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.
16949         * regcprop.c (copyprop_hardreg_forward): Test MAY_HAVE_DEBUG_INSNS in
16950         lieu of MAY_HAVE_DEBUG_STMTS.
16951         * tree-cfgcleanup.c (remove_forwarder_block): Do not attempt to move
16952         debug statements if !MAY_HAVE_DEBUG_STMTS.
16954 2011-05-13  Martin Thuresson  <martint@google.com>
16956         PR gcov-profile/47793
16957         * libgcov.c (gcov_exit): Support relative profile paths.
16958         * doc/invoke.texi (-fprofile-dir): Update for above change.
16960 2011-05-13  Richard Guenther  <rguenther@suse.de>
16962         * gimple.c (gimple_canonical_types_compatible_p): Do not use
16963         type-pair caching, do not compare hashes.
16965 2011-05-13  Nathan Froyd  <froydnj@codesourcery.com>
16967         PR middle-end/48965
16968         * tree-cfg.c (edge_to_cases_cleanup): Return true.
16969         (verify_expr) [CASE_LABEL_EXPR]: Add checking.
16971 2011-05-13  Kai Tietz  <ktietz@redhat.com>
16973         * gimplify.c (gimplify_expr): Make sure operand is boolified.
16974         * tree-cfg.c (verify_gimple_assign_unary): Check for boolean
16975         compatible type for TRUTH_NOT_EXPR.
16977 2011-05-13  H.J. Lu  <hongjiu.lu@intel.com>
16979         * config/i386/i386.c (ix86_save_reg): Change return type to bool.
16980         (ix86_hard_regno_mode_ok): Change return value to bool.  Use
16981         can_create_pseudo_p ().
16983 2011-05-13  Richard Guenther  <rguenther@suse.de>
16985         PR lto/48978
16986         * gimple.c (iterative_hash_gimple_type): Revert change in
16987         pointer target and function result and argument hashing.
16989 2011-05-13  Uros Bizjak  <ubizjak@gmail.com>
16991         * config/i386/i386.md (*movxf_internal): Use !can_create_pseudo ().
16992         (*movxf_internal_nointeger): Ditto.
16993         (*movdf_internal_rex64): Ditto.
16994         (*movdf_internal): Ditto.
16995         (*movdf_internal_nointeger): Ditto.
16996         (*movsf_internal): Ditto.
16997         (sincos splitters): Use can_create_pseudo ().
16999 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
17001         * config/i386/i386-opts.h: New.
17002         * gcc/config/i386/i386.c (stringop_alg, ix86_cmodel,
17003         ix86_asm_dialect, ix86_regparm, ix86_abi, ix86_branch_cost,
17004         ix86_section_threshold): Remove.
17005         (ix86_handle_option): Move MAX_CODE_ALIGN define here.  Handle
17006         OPT_malign_loops_, OPT_malign_jumps_, OPT_malign_functions_ and
17007         OPT_mbranch_cost_.
17008         (ix86_option_override_internal): Don't decode strings for options
17009         other than -march=, -mtune= and -mfpmath=.  Don't allow for
17010         __attribute__ uses in remaining diagnostics for options with
17011         string arguments.  Don't check for integer arguments being negative.
17012         * gcc/config/i386/i386.h (enum stringop_alg, enum calling_abi,
17013         enum tls_dialect, enum cmodel, enum asm_dialect): Move to i386-opts.h.
17014         (ix86_abi, ix86_tls_dialect, ix86_cmodel, ix86_asm_dialect,
17015         ix86_branch_cost, ix86_section_threshold): Remove.
17016         * gcc/config/i386/i386.opt (config/i386/i386-opts.h): New
17017         HeaderInclude.
17018         (malign-functions=, malign-jumps=, malign-loops=): Use UInteger
17019         but not Var.
17020         (masm=): Use Enum and Init.
17021         (asm_dialect): New Enum and EnumValue entries.
17022         (mbranch-cost=): Use UInteger.
17023         (mlarge-data-threshold=): Use UInteger and Init.
17024         (mcmodel=): Use Enum and Init.
17025         (cmodel): New Enum and EnumValue entries.
17026         (mpc): Replace with separate mpc32, mpc64 and mpc80 entries.
17027         (mpreferred-stack-boundary=, mincoming-stack-boundary=,
17028         mregparm=): Use UInteger.
17029         (mstringop-strategy=): Use Enum and Init.
17030         (stringop_alg): New Enum and EnumValue entries.
17031         (mtls-dialect=): Use Enum and Init.
17032         (tls_dialect): New Enum and EnumValue entries.
17033         (mabi=): Use Enum and Init.
17034         (calling_abi): New Enum and EnumValue entries.
17035         (mveclibabi=): Use Enum and Init.
17036         (ix86_veclibabi): New Enum and EnumValue entries.
17038 2011-05-13  Nick Clifton  <nickc@redhat.com>
17040         * config/rx/rx.md (mov expander): Fix use of rx_legitimate_constant_p.
17041         * config/rx/rx-protos.h (rx_legitimate_constant_p): Rename prototype.
17043 2011-05-13  Kai Tietz  <ktietz@redhat.com>
17045         PR middle-end/48984
17046         * gimplify.c (gimplify_expr): Check for boolean_type_node instead
17047         for BOOLEAN_TYPE for TRUTH-NOT/AND/OR/XOR.
17048         (gimple_boolify): Check for cast for boolean_type_node instead for
17049         BOOLEAN_TYPE.
17051 2011-05-13  Richard Guenther  <rguenther@suse.de>
17053         PR tree-optimization/48172
17054         * tree-vect-loop-manip.c (vect_vfa_segment_size): Avoid
17055         multiplying by number of iterations for equal step.
17056         (vect_create_cond_for_alias_checks): Likewise.
17058 2011-05-13  Andreas Schwab  <schwab@redhat.com>
17060         * configure.ac: Use AS_HELP_STRING throughout.
17061         * configure: Regenerate.
17063 2011-05-12  H.J. Lu  <hongjiu.lu@intel.com>
17065         * config/i386/i386.c (ix86_save_reg): Change maybe_eh_return to bool.
17066         (ix86_emit_restore_regs_using_mov): Likewise.
17067         (ix86_emit_restore_sse_regs_using_mov): Likewise.
17069 2011-05-12  Anatoly Sokolov  <aesok@post.ru>
17071         * config/sparc/sparc.h (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P,
17072         SYMBOLIC_CONST, RTX_OK_FOR_BASE_P, RTX_OK_FOR_INDEX_P): Remove.
17073         (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Move to...
17074         * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P,
17075         RTX_OK_FOR_OLO10_P): ...here.
17076         (sparc_mode_dependent_address_p): Use symbolic_operand instead of
17077         SYMBOLIC_CONST.
17079 2011-05-12  Kai Tietz  <ktietz@redhat.com>
17081         * gimplify.c (gimple_boolify): Re-boolify expression
17082         arguments even if expression type is of kind BOOLEAN_TYPE.
17083         (gimplify_boolean_expr): Removed.
17084         (gimplify_expr): Boolify truth opcodes AND, ANDIF, OR, ORIF,
17085         and XOR. Additional take care that we keep expression's type.
17086         * tree-cfg.c (verify_gimple_assign_binary): Adjust check for type
17087         of TRUTH_AND|OR|XOR_EXPR.
17089 2011-05-12  Jakub Jelinek  <jakub@redhat.com>
17091         PR tree-optimization/48975
17092         * tree-if-conv.c (combine_blocks): Call free_bb_predicate
17093         on all bbs here and free and clear ifc_bbs at the end.
17095 2011-05-12  Richard Guenther  <rguenther@suse.de>
17097         * gimple.c (gtc_visit): Compare TREE_ADDRESSABLE, handle
17098         NULLPTR_TYPE similar to VOID_TYPE.  Defer type-leader lookup
17099         until after simple checks.
17100         (gimple_types_compatible_p): Likewise.
17101         (iterative_hash_gimple_type): Always hash pointer targets
17102         and function return and argument types.
17103         (iterative_hash_canonical_type): Do not hash TYPE_QUALS,
17104         hash TYPE_ALIGN.  Do not hash TYPE_MIN/MAX_VALUE.
17105         (gimple_canonical_types_compatible_p): Compare TREE_ADDRESSABLE,
17106         handle NULLPTR_TYPE similar to VOID_TYPE.  Handle non-aggregates
17107         completely in the simple compare section.
17108         (gimple_register_canonical_type): Query the cache again after
17109         registering.
17111 2011-05-12  Richard Guenther  <rguenther@suse.de>
17113         PR tree-optimization/48172
17114         * tree-vect-loop-manip.c (vect_vfa_segment_size): Do not exclude
17115         the number of iterations from the segment size calculation.
17116         (vect_create_cond_for_alias_checks): Adjust.
17118 2011-05-12  Jakub Jelinek  <jakub@redhat.com>
17120         PR debug/48967
17121         * var-tracking.c (use_narrower_mode_test) <case REG>: Return 1
17122         if validate_subreg fails.
17124 2011-05-12  Hariharan Sandanagobalane  <hariharan@picochip.com>
17126         * ira.c (clarify_prohibited_class_mode_regs): Prevent the function from
17127         accessing beyond the end of REGNO_REG_CLASS array by stopping the loop
17128         early.
17130 2011-05-12  DJ Delorie  <dj@redhat.com>
17132         * config/rx/rx.c (rx_builtins): New arrays - holds builtin functions.
17133         (ADD_RX_BUILTIN1, ADD_RX_BUILTIN2, ADD_RX_BUILTIN3): Install
17134         created builtin into rx_builtins array.
17135         (rx_builtin_decl): New function.
17136         (TARGET_BUITLIN_DECL): Define.  Include gt-rx.h.
17138 2011-05-12  DJ Delorie  <dj@redhat.com>
17139             Nick Clifton  <nickc@redhat.com>
17141         * config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo.
17142         * config/rx/rx.c (CC_FLAG_FP): Fix comment.
17143         (rx_is_legitimate_address): Add pre-decrement and post-increment
17144         addressing in HImode and QImode.  Fix test for out of range
17145         REG+INT addressing.
17146         (rx_legitimate_constant_p): Rename to rx_is_legitimate_constant.
17147         (rx_align_for_label): Test label before extracting its usage count.
17148         (rx_adjust_insn_lengths): Fix selection of insn codes.
17149         (TARGET_LEGITIMATE_CONSTANT_P): Use renamed function.
17151 2011-05-11  Jason Merrill  <jason@redhat.com>
17153         * tree.c (type_hash_canon): Use struct tree_type_non_common.
17155 2011-05-11  Eric Botcazou  <ebotcazou@adacore.com>
17157         * cfgrtl.c (commit_one_edge_insertion): Remove always-true test and
17158         reindent the subsequent block.
17160 2011-05-11  Satoru Takabayashi  <satorux@google.com>
17161             Paul Pluzhnikov  <ppluzhnikov@google.com>
17163         * doc/install.texi (Configuration): Document --with-linker-hash-style.
17164         * gcc.c (init_spec): Handle LINKER_HASH_STYLE.
17165         * config.in: Add LINKER_HASH_STYLE.
17166         * configure.ac: Add --with-linker-hash-style.
17167         * configure: Regenerate.
17169 2011-05-11  Richard Guenther  <rguenther@suse.de>
17171         PR middle-end/48964
17172         * gimple.c (iterative_hash_canonical_type): Fix typo.
17174 2011-05-11  Uros Bizjak  <ubizjak@gmail.com>
17176         * config/i386/i386.c (legitimize_tls_address)
17177         <case TLS_MODEL_GLOBAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
17178         expanders directly for TARGET_GNU2_TLS.  Determine pic and
17179         __tls_get_addr symbol reference here.  Update call to
17180         gen_tls_global_dynamic_{32,64} for added arguments.
17181         <case TLS_MODEL_LOCAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
17182         expanders directly for TARGET_GNU2_TLS.  Determine
17183         __tls_get_addr symbol reference here.  Update call to
17184         gen_tls_local_dynamic_base_{32,64} for added arguments.  Attach
17185         unique UNSPEC REG_EQUIV to libcall block.
17186         (ix86_tls_get_addr): Declare static.
17187         * config/i386/i386-protos.h (ix86_tls_get_addr): Remove declaration.
17188         * config/i386/i386.md (tls_global_dynamic_32): Add operand 2 and 3.
17189         Do not determine pic and __tls_get_addr symbol reference here. Do not
17190         call gen_tls_dynamic_gnu2_32 for TARGET_GNU2_TLS.
17191         (tls_local_dynamic_base_32): Ditto for operands 1 and 2.
17192         (tls_global_dynamic_64): Add operand 2.  Do not determine
17193         __tls_get_addr symbol reference here.  Do not call
17194         gen_tls_dynamic_gnu2_64 for TARGET_GNU2_TLS here.
17195         (tls_local_dynamic_base64): Ditto for operand 1.
17197 2011-05-11  Eric Botcazou  <ebotcazou@adacore.com>
17199         * function.c (expand_function_start): Initialize stack_check_probe_note
17200         only if the generic stack checking mechanism is used.
17202 2011-05-11  Richard Guenther  <rguenther@suse.de>
17204         PR tree-optimization/15256
17205         * tree-ssa-forwprop.c (simplify_bitwise_binary): Canonicalize
17206         (A & B) | C, combine (A op CST1) op CST2.
17207         (tree_ssa_forward_propagate_single_use_vars): Only bother to
17208         visit assigns that have uses.
17210 2011-05-11  Nathan Froyd  <froydnj@codesourcery.com>
17212         * ggc-page.c (extra_order_size_table): Use struct tree_type_non_common.
17213         * lto-streamer-in.c (unpack_ts_type_value_fields): Rename to...
17214         (unpack_ts_type_common_value_fields): ...this.  Update comment.
17215         (unpack_value_fields): Adjust for renaming.
17216         (lto_input_ts_type_tree_pointers): Split into...
17217         (lto_input_ts_type_common_tree_pointer): ...this and...
17218         (lto_input_ts_type_non_common_tree_pointers): ...this.
17219         (lto_input_tree_pointers): Adjust for above split.
17220         * lto-streamer-out.c (pack_ts_type_value_fields): Rename to...
17221         (pack_ts_type_common_value_fields): ...this.  Update comment.
17222         (lto_output_ts_type_tree_pointers): Split into...
17223         (lto_output_ts_type_common_tree_pointers): ...this and...
17224         (lto_output_ts_type_non_common_tree_pointers): ...this.
17225         (lto_output_tree_pointers): Adjust for above split.
17226         * lto-streamer.c (check_handled_ts_structures): Mark TS_TYPE_COMMON,
17227         TS_TYPE_WITH_LANG_SPECIFIC, and TS_TYPE_NON_COMMON as handled.
17228         * stor-layout.c (vector_type_mode): Adjust location of mode field.
17229         * tree.h (MARK_TS_TYPE_COMMON, MARK_TS_TYPE_WITH_LANG_SPECIFIC):
17230         Define.
17231         (struct tree_type): Split into...
17232         (struct tree_type_common: ...this and...
17233         (struct tree_type_with_lang_specific): ...this and...
17234         (struct tree_type_non_common): ...this.  Adjust accessor macros
17235         accordingly.
17236         (TYPE_VALUES_RAW): Define.
17237         (union tree_node): Update for above changes.
17238         * tree.c (tree_node_structure_for_code) [tcc_type]: Return
17239         TS_TYPE_NON_COMMON.
17240         (initialize_tree_contains_struct) [TS_TYPE]: Use TS_TYPE_COMMON.
17241         Add TS_TYPE_WITH_LANG_SPECIFIC and TS_TYPE_NON_COMMON.
17242         (tree_code_size) [tcc_type]: Use struct tree_type_non_common.
17243         * treestructu.def (TS_TYPE): Remove.
17244         (TS_TYPE_COMMON, TS_TYPE_WITH_LANG_SPECIFIC, TS_TYPE_NON_COMMON):
17245         Define.
17247 2011-05-11  Jakub Jelinek  <jakub@redhat.com>
17249         PR debug/48159
17250         * tree-ssa.c (reset_debug_uses): New function.
17251         * tree-flow.h (reset_debug_uses): New prototype.
17252         * tree-data-ref.c (stmts_from_loop): Ignore debug stmts.
17253         * tree-loop-distribution.c (generate_loops_for_partition): Call
17254         reset_debug_uses on the stmts that will be removed.  Keep around
17255         all debug stmts, don't count them as bits in partition bitmap.
17256         (generate_builtin): Don't count debug stmts or labels as bits in
17257         partition bitmap.
17259 2011-05-11  Richard Guenther  <rguenther@suse.de>
17261         * gimple.c (gimple_type_hash_1): Merge with ...
17262         (gimple_type_hash): ... this.
17263         (gtc_visit): Remove mode parameter and simplify accordingly.
17264         (gimple_types_compatible_p_1): Likewise.
17265         (gimple_types_compatible_p): Likewise.
17266         (iterative_hash_gimple_type): Likewise.
17267         (visit): Likewise.
17268         (gimple_type_eq): Adjust.
17270 2011-05-11  Revital Eres  <revital.eres@linaro.org>
17272         * ddg.c (create_ddg_dep_from_intra_loop_link): If a true dep edge
17273         enters the branch create an anti edge in the opposite direction
17274         to prevent the creation of reg-moves.
17275         * modulo-sched.c: Adjust comment to reflect the fact we are
17276         scheduling closing branch.
17277         (PS_STAGE_COUNT): Rename to CALC_STAGE_COUNT and redefine.
17278         (stage_count): New field in struct partial_schedule.
17279         (calculate_stage_count): New function.
17280         (normalize_sched_times): Rename to reset_sched_times and handle
17281         incrementing the sched time of the nodes by a constant value
17282         passed as parameter.
17283         (duplicate_insns_of_cycles): Skip closing branch.
17284         (sms_schedule_by_order): Schedule closing branch.
17285         (ps_insn_find_column): Handle closing branch.
17286         (sms_schedule): Call reset_sched_times and adjust the code to
17287         support scheduling of the closing branch.
17288         (ps_insert_empty_row): Update calls to normalize_sched_times
17289         and rotate_partial_schedule functions.
17291 2011-05-11  Richard Guenther  <rguenther@suse.de>
17293         PR middle-end/48953
17294         * tree-inline.c (remap_gimple_op_r): Also remap types of MEM_REFs.
17296 2011-05-11  Joseph Myers  <joseph@codesourcery.com>
17298         * opts.c (finish_options): Move warning settings from process_options.
17299         * toplev.c (process_options): Move warning settings to finish_options.
17301 2011-05-11  Richard Guenther  <rguenther@suse.de>
17303         PR tree-optimization/18041
17304         * tree-ssa-forwprop.c (simplify_bitwise_and): Rename to ...
17305         (simplify_bitwise_binary): ... this.  Handle operand conversions
17306         by applying them to the result instead.
17307         (tree_ssa_forward_propagate_single_use_vars): Adjust.  CSE tree code.
17309 2011-05-11  Richard Guenther  <rguenther@suse.de>
17311         * gimple.c (gimple_canonical_types_compatible_p): Split out
17312         from gimple_types_compatible_p and friends.  Do not recurse
17313         to pointed-to types.
17314         (gimple_canonical_type_eq): Use it.
17315         (iterative_hash_canonical_type): Split out from
17316         iterative_hash_gimple_type and friends.  Do not recurse
17317         to pointed-to types.
17318         (gimple_canonical_type_hash): Use it, allocate the hash here.
17320 2011-05-11  Revital Eres  <revital.eres@linaro.org>
17322         * modulo-sched.c (doloop_register_get): Ignore DEBUG_INSNs while
17323         recognizing doloop.
17325 2011-05-11  Revital Eres  <revital.eres@linaro.org>
17327         * loop-doloop.c (doloop_condition_get): Use prev_nondebug_insn
17328         instead of PREV_INSN.
17330 2011-05-11  Revital Eres  <revital.eres@linaro.org>
17332         * modulo-sched.c (sms_schedule): Support new form of doloop pattern
17333         * loop-doloop.c (doloop_condition_get): Likewise.
17334         * config/arm/thumb2.md (*thumb2_addsi3_compare0): Remove "*".
17335         (doloop_end): New.
17336         * config/arm/arm.md (*addsi3_compare0): Remove "*".
17338 2011-05-10  Nathan Froyd  <froydnj@codesourcery.com>
17340         * tree.def (CASE_LABEL_EXPR): Add an operand.
17341         * tree.h (CASE_CHAIN): Use TREE_OPERAND instead of TREE_CHAIN.
17343 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
17345         * c-decl.c (c_override_global_bindings_to_false): Remove.
17346         (global_bindings_p): Don't check
17347         c_override_global_bindings_to_false.
17348         * c-tree.h (c_override_global_bindings_to_false): Remove.
17349         * c-typeck.c (composite_type): Don't set
17350         c_override_global_bindings_to_false.
17352 2011-05-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
17354         PR target/48857, 48495
17355         * config/rs6000/rs6000.h (VSX_SCALAR_MODE): Delete.
17356         (VSX_MODE): Ditto.
17357         (VSX_MOVE_MODE): Ditto.
17358         (ALTIVEC_OR_VSX_VECTOR_MODE): New macro, combine all Altivec and
17359         VSX vector types.  Add V2DImode.
17360         (HARD_REGNO_CALLER_SAVE_MODE): Use it instead of
17361         ALTIVEC_VECTOR_MODE and VSX_VECTOR_MODE calls.
17362         (MODES_TIEABLE_P): Ditto.
17364         * config/rs6000/rs6000.c (rs6000_emit_move): Use
17365         ALTIVEC_OR_VSX_MODE instead of ALTIVEC_VECTOR_MODE and
17366         VSX_VECTOR_MODE.
17367         (init_cumulative_args): Ditto.
17368         (rs6000_function_arg_boundary): Ditto.
17369         (rs6000_function_arg_advance_1): Ditto.
17370         (rs6000_function_arg): Ditto.
17371         (rs6000_function_ok_for_sibcall): Ditto.
17372         (emit_frame_save): Ditto.
17373         (rs6000_function_value): Ditto.
17374         (rs6000_libcall_value): Ditto.
17376 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
17378         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
17379         i386/darwin-lib.h to $libgcc_tm_file.
17380         * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Remove.
17382 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
17384         * doc/sourcebuild.texi (Back End): Mention contrib/config-list.mk.
17386 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
17388         * config/rs6000/genopt.sh, config/rs6000/rs6000-cpus.def: New files.
17389         * config/rs6000/rs6000-tables.opt: New file (generated).
17390         * config.gcc (powerpc*-*-*, rs6000*-*-*): Add
17391         rs6000/rs6000-tables.opt to extra_options.
17392         * config/rs6000/rs6000-opts.h (RS6000_CPU_OPTION_NATIVE): Define.
17393         * config/rs6000/rs6000.c (rs6000_select): Remove.
17394         (processor_target_table): Move contents to rs6000-cpus.def.
17395         (darwin_rs6000_override_options): Check
17396         global_options_set.x_rs6000_cpu_index instead of
17397         rs6000_select[1].string.
17398         (rs6000_option_override_internal): Likewise.
17399         (rs6000_handle_option): Don't assert that global structures are in
17400         use.  Don't handle OPT_mcpu_ and OPT_mtune_ here.
17401         (rs6000_default_cpu): New variable.
17402         (rs6000_file_start): Set it instead of local default_cpu.  Check
17403         rs6000_default_cpu, global_options_set.x_rs6000_cpu_index and
17404         global_options_set.x_rs6000_tune_index instead of rs6000_select.
17405         (rs6000_darwin_file_start): Check rs6000_default_cpu and
17406         global_options_set.x_rs6000_cpu_index instead of rs6000_select.
17407         * config/rs6000/rs6000.h (struct rs6000_cpu_select,
17408         rs6000_select): Remove.
17409         * config/rs6000/rs6000.opt (rs6000_cpu_index, rs6000_tune_index):
17410         Remove.
17411         (mcpu=, mtune=): Use Var, Init, Enum and Save.
17412         * config/rs6000/t-rs6000
17413         ($(srcdir)/config/rs6000/rs6000-tables.opt): New.
17414         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
17415         global_options_set.x_rs6000_cpu_index instead of
17416         rs6000_select[1].string.
17417         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
17418         global_options_set.x_rs6000_cpu_index instead of
17419         rs6000_select[1].string.
17421 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
17423         * config.gcc (libgcc_tm_file): Define instead of including files
17424         from ../../libgcc/config/ in tm_file.
17425         * configure.ac (libgcc_tm_file_list, libgcc_tm_include_list): Define.
17426         * configure: Regenerate.
17427         * Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list,
17428         libgcc_tm.h, cs-libgcc_tm.h): New.
17429         (TM_H): Include libgcc_tm.h and $(libgcc_tm_file_list).
17430         (clean): Remove libgcc_tm.h.
17431         * config/arm/symbian.h (RENAME_LIBRARY): Remove.
17432         * mkconfig.sh: Include libgcc_tm.h in tm.h if USED_FOR_TARGET.
17433         * system.h (DECLARE_LIBRARY_RENAMES): Poison.
17435 2011-05-10  Georg-Johann Lay  <avr@gjlay.de>
17437         PR target/48896
17438         * config/avr/avr.c (avr_ret_register): Return unsigned int
17439         instead of int.
17440         (avr_function_value): Mark fn_decl_or_type as unused, don't pass
17441         it to avr_libcall_value.
17442         avr_expand_builtin): Use EXPAND_NORMAL as arg 4 in calls to
17443         expand_expr.
17444         (avr_expand_binop_builtin): Ditto.
17445         (avr_expand_unop_builtin): Ditto.
17447 2011-05-10  DJ Delorie  <dj@redhat.com>
17449         * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
17450         (LABEL_ALIGN_AFTER_BARRIER): Pass label to rx_align_for_label
17451         * config/rx/rx.c (rx_align_for_label): Add label and
17452         uses_threshold parameters.  Do not align when the label is not
17453         used enough.
17454         * config/rx/rx-protos.h (rx_align_for_label): Update prototype.
17456 2011-05-10  Richard Guenther  <rguenther@suse.de>
17458         * tree-ssa-forwprop.c (combine_conversions): Pattern-match
17459         a series of conversions and apply foldings similar to what
17460         fold-const does.
17461         (tree_ssa_forward_propagate_single_use_vars): Call it.
17463 2011-05-10  Jakub Jelinek  <jakub@redhat.com>
17465         PR tree-optimization/48611
17466         PR tree-optimization/48794
17467         * tree-eh.c (remove_unreachable_handlers): Don't remove regions
17468         referenced from RESX or EH_DISPATCH arguments.
17470         PR debug/48928
17471         * dfp.c (decimal_to_decnumber): Handle conversion from
17472         dconst{1,2,m1,half}.
17474 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
17476         * config/i386/i386.c (ix86_autovectorize_vector_sizes): Return 0
17477         for !flag_prefer_avx128.
17478         (ix86_preferred_simd_mode): Return word_mode for DFmode without SSE2.
17480 2011-05-09  Eric Botcazou  <ebotcazou@adacore.com>
17482         * fold-const.c (fold_range_test): Pass LOC to build_range_check.
17483         (fold_ternary_loc): Use expr_location_or.
17485 2011-05-09  H.J. Lu  <hongjiu.lu@intel.com>
17487         PR debug/48853
17488         * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: If
17489         POINTERS_EXTEND_UNSIGNED is defined, don't give up if mode is
17490         Pmode and mem_mode is not VOIDmode.
17492 2011-05-09  Ville Voutilainen  <ville.voutilainen@gmail.com>
17494         * tree.h (TYPE_UNQUALIFIED, TYPE_QUAL_CONST, TYPE_QUAL_VOLATILE,
17495         TYPE_QUAL_RESTRICT): Convert to enum.
17497 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
17499         * config/i386/predicates.md (const_pow2_1_to_2_operand): Remove.
17500         (const_pow2_1_to_8_operand): Ditto.
17501         (const_pow2_1_to_128_operand): Ditto.
17502         (const_pow2_1_to_32768_operand): Ditto.
17503         * config/i386/mmx.md (*mmx_pinsrw): Use const_int_operand instead of
17504         const_pow2_1_to_8_operand for operand 3 predicate.  Use exact_log2
17505         in insn constraint to check integer value of operand 3.
17506         * config/i386/sse.md (*vec_setv4sf_sse4_1): Ditto.
17508         (PINSR_MODE): New mode iterator.
17509         (sse2p4_1): New mode attribute.
17510         (<sse2p4_1>_pinsr<ssemodesuffix>): Merge insn from sse4_1_pinsrb,
17511         sse2_pinsrw, sse4_1_pinsrd and sse4_1_pinsrq using PINSR_MODE mode
17512         iterator.  Use const_int_operand instead of
17513         const_pow2_1_to_{2,8,128,32768}_operand for operand 3 predicate.  Use
17514         exact_log2 in insn constraint to check integer value of operand 3.
17516 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
17518         * config/i386/sse.md (blendbits): Remove mode attribute.
17519         (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
17520         instead of const_0_to_<blendbits>_operand for operand 3 predicate.
17521         Check integer value of operand 3 in insn constraint.
17523 2011-05-09  Richard Guenther  <rguenther@suse.de>
17525         * lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p
17526         for diagnostics.
17527         (lto_symtab_merge): Likewise.  Do not register types here.
17528         (lto_symtab_merge_decls_2): Likewise.
17529         (lto_symtab_merge_decls_1): Likewise.
17530         * gimple.h (enum gtc_mode, gimple_types_compatible_p): Do not declare.
17531         * gimple.c (enum gtc_mode): Declare.
17532         (gimple_types_compatible_p): Make static.
17534 2011-05-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17536         * config/s390/s390.md (TD/TF mem to reg move splitter): Make the
17537         temporary register to match Pmode.
17539 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
17541         * config/i386/sse.md (*vec_concatv4si): Merge from *vec_concatv4si_1
17542         and *vec_concatv4si_1_avx.
17544 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
17546         PR rtl-optimization/48927
17547         * ira-conflicts.c (commutative_constraint_p): Use
17548         recog_data.alternative_enabled_p to disable alternatives where
17549         "enabled" attribute is false.
17550         (get_dup_num): Ditto.
17551         * ira-lives.c (single_reg_class): Ditto.
17552         (ira_implicitly_set_insn_hard_regs): Ditto.
17554 2011-05-09  Eric Botcazou  <ebotcazou@adacore.com>
17556         * var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.
17557         (dataflow_set_preserve_mem_locs): Likewise.
17559 2011-05-09  Philipp Thomas  <pth@suse.de>
17561         * config/mep/mep.c (mep_validate_vliw): Syntax description
17562         should not be translated.
17564 2011-05-09  Joseph Myers  <joseph@codesourcery.com>
17566         * config/mips/genopt.sh, config/mips/mips-cpus.def: New files.
17567         * config/mips/mips-tables.opt: New file (generated).
17568         * config.gcc (mips*-*-*): Add mips/mips-tables.opt to extra_options.
17569         * config/mips/mips-opts.h (MIPS_ARCH_OPTION_FROM_ABI,
17570         MIPS_ARCH_OPTION_NATIVE): Define.
17571         * config/mips/mips.c (mips_cpu_info_table): Move contents to
17572         mips-cpus.def.
17573         (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p,
17574         mips_parse_cpu): Remove.
17575         (mips_cpu_info_from_opt, mips_default_arch): New.
17576         (mips_handle_option): Don't assert that global structures are in
17577         use.  Don't handle OPT_march_, OPT_mtune_ and OPT_mips here.
17578         (mips_option_override): Use new variables and functions to set
17579         state of these options.  Use strcmp to check for individual CPU names.
17580         * config/mips/mips.h (MIPS_CPU_STRING_DEFAULT): Remove default
17581         definition.
17582         * config/mips/mips.opt (march=): Use ToLower and Enum.
17583         (mips): Use ToLower, Enum and Var.
17584         (mtune=): Use ToLower and Enum.
17585         * config/mips/t-mips ($(srcdir)/config/mips/mips-tables.opt): New.
17587 2011-05-08  Jan Hubicka  <jh@suse.cz>
17589         * gimple.c (type_pair_hash, type_pair_eq, lookup_type_pair):
17590         Arrange type pairs to be UID ordered.
17591         (gimple_lookup_type_leader): Make inline.
17593 2011-05-09  Nick Clifton  <nickc@redhat.com>
17595         PR target/48899
17596         * config/iq2000/iq2000.opt (iq2000_tune): Initialise to
17597         PROCESSOR_DEFAULT.
17599         PR target/48897
17600         * config/mn10300/mn10300.c (extract_bundle): Remove spurious local
17601         variable 's'.
17603 2011-05-08  Chung-Lin Tang  <cltang@codesourcery.com>
17605         * combine.c (simplify_comparison): Abstract out parts into...
17606         (simplify_compare_const): ... new function.
17607         (try_combine): Generalize parallel arithmetic/compare combining
17608         to call simplify_compare_const() and CANONICALIZE_COMPARE().
17610 2011-05-08  Jan Hubicka  <jh@suse.cz>
17612         * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
17613         (cgraph_create_virtual_clone): Call hooks once virtual clone
17614         is finished.
17615         * cgraph.h (cgraph_clone_node): Update prototype.
17616         * ipa-cp.c (ipcp_estimate_growth): Use
17617         estimate_ipcp_clone_size_and_time.
17618         * ipa-inline-transform.c (clone_inlined_nodes): Update.
17619         * lto-cgraph.c (input_node): Update.
17620         * ipa-inline.c (recursive_inlining): Update.
17621         * ipa-inline.h (estimate_ipcp_clone_size_and_time): New function.
17622         (evaluate_conditions_for_known_args): Break out from ...
17623         (evaluate_conditions_for_edge): ... here.
17624         (evaluate_conditions_for_ipcp_clone): New function.
17625         (inline_node_duplication_hook): Update clone summary based
17626         on parameter map.
17627         (estimate_callee_size_and_time): Rename to ...
17628         (estimate_node_size_and_time): take NODE instead of EDGE;
17629         take POSSIBLE_TRUTHS as argument.
17630         (estimate_callee_size_and_time): Update.
17631         (estimate_ipcp_clone_size_and_time): New function.
17632         (do_estimate_edge_time): Update.
17634 2011-05-08  Richard Guenther  <rguenther@suse.de>
17636         PR middle-end/48908
17637         PR middle-end/48905
17638         * expmed.c (expand_shift_1): Compute adjusted constant shift
17639         amount manually.
17641 2011-05-08  Eric Botcazou  <ebotcazou@adacore.com>
17643         * config/avr/avr.c (print_operand_address): Fix invalid RTL access.
17645 2011-05-08  Eric Botcazou  <ebotcazou@adacore.com>
17647         * config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
17649 2011-05-08  Jonathan Wakely  <jwakely.gcc@gmail.com>
17651         * doc/invoke.texi (-fuse-linker-plugin): Improve grammar.
17653 2011-05-07  Jan Hubicka  <jh@suse.cz>
17655         * ipa-inline-transform.c (inline_call): Account when program size
17656         decreases.
17657         * ipa-inline.c (relative_time_benefit): New function.
17658         (edge_badness): Reorganize to be power 2 based; fix thinko when
17659         computing badness for negative growth; update comments to match
17660         reality; better dumps.
17662 2011-05-07  Eric Botcazou  <ebotcazou@adacore.com>
17664         * langhooks.h (lang_hooks_for_types): Change global_bindings_p's return
17665         type to bool and adjust comment.
17666         * fold-const.c (fold_range_test): Adjust call to global_bindings_p.
17667         (fold_mathfn_compare): Remove calls to global_bindings_p.
17668         (fold_inf_compare): Likewise.
17669         * stor-layout.c (variable_size): Adjust call to global_bindings_p.
17670         * c-tree.h (global_bindings_p): Adjust prototype.
17671         * c-decl.c (global_bindings_p): Return bool and simplify.
17673 2011-05-07  Zdenek Dvorak  <ook@ucw.cz>
17675         PR tree-optimization/48837
17676         * tree-tailcall.c (tree_optimize_tail_calls_1): Do not mark tailcalls
17677         when accumulator transformation is performed.
17679 2011-05-06  Jan Hubicka  <jh@suse.cz>
17681         * i386.h (ix86_tune_indices): Add
17682         X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL.
17683         (TARGET_SOFTWARE_PREFETCHING_BENEFICIAL): New macro.
17684         * i386.c (initial_ix86_tune_features): Add
17685         X86_SOFTARE_PREFETCHING_BENEFICIAL.
17686         (software_prefetching_beneficial_p): Remove predicate.
17687         (ix86_option_override_internal): Use new macro.
17689 2011-05-06  Jan Hubicka  <jh@suse.cz>
17691         * ipa-inline.c (update_callee_keys): Don't reset node growth cache.
17693 2011-05-06  Jan Hubicka  <jh@suse.cz>
17695         * cgraph.c (cgraph_add_thunk): Create real function node instead
17696         of alias node; finalize it and mark needed/reachale; arrange visibility
17697         to be right and add it into the corresponding same comdat group list.
17698         (dump_cgraph_node): Dump thunks.
17699         * cgraph.h (cgraph_first_defined_function, cgraph_next_defined_function,
17700         cgraph_function_with_gimple_body_p,
17701         cgraph_first_function_with_gimple_body,
17702         cgraph_next_function_with_gimple_body): New functions.
17703         (FOR_EACH_FUNCTION_WITH_GIMPLE_BODY, FOR_EACH_DEFINED_FUNCTION):
17704         New macros.
17705         * ipa-cp.c (ipcp_need_redirect_p): Thunks can't be redirected.
17706         (ipcp_generate_summary): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
17707         * cgraphunit.c (cgraph_finalize_function): Only look into possible
17708         devirtualization when optimizing.
17709         (verify_cgraph_node): Verify thunks.
17710         (cgraph_analyze_function): Analyze thunks.
17711         (cgraph_mark_functions_to_output): Output thunks only in combination
17712         with function they are assigned to.
17713         (assemble_thunk): Turn thunk into non-thunk; don't try to turn
17714         alias into normal node.
17715         (assemble_thunks): New functoin.
17716         (cgraph_expand_function): Use it.
17717         * lto-cgraph.c (lto_output_node): Stream thunks.
17718         (input_overwrite_node): Stream in thunks.
17719         * ipa-pure-const.c (analyze_function): Thunks do nothing interesting.
17720         * lto-streamer-out.c (lto_output): Do not try to output thunk's body.
17721         * ipa-inline.c (inline_small_functions): Use FOR_EACH_DEFINED_FUNCTION.
17722         * ipa-inline-analysis.c (compute_inline_parameters): "Analyze" thunks.
17723         (inline_analyze_function): Do not care about thunk jump functions.
17724         (inline_generate_summary):Use FOR_EACH_DEFINED_FUNCTION.
17725         * ipa-prop.c (ipa_prop_write_jump_functions): Use
17726         cgraph_function_with_gimple_body_p.
17727         * passes.c (do_per_function_toporder): Use
17728         cgraph_function_with_gimple_body_p.
17729         (execute_one_pass);Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
17730         (ipa_write_summaries): Use cgraph_function_with_gimple_body_p.
17731         (function_called_by_processed_nodes_p): Likewise.
17733 2011-05-06  Joseph Myers  <joseph@codesourcery.com>
17735         * config/rs6000/rs6000.opt (rs6000_ieeequad, rs6000_altivec_abi,
17736         rs6000_spe_abi, rs6000_darwin64_abi): Remove TargetVariable
17737         entries.
17738         (mabi=): Replace with separate entries for mabi=altivec,
17739         mabi=no-altivec, mabi=spe, mabi=no-spe, mabi=d64, mabi=d32,
17740         mabi=ieeelongdouble and mabi=ibmlongdouble.
17741         * config/rs6000/rs6000.c (rs6000_option_override_internal): Move
17742         check for -mabi=spe without SPE ABI support here.
17743         (rs6000_handle_option): Replace OPT_mabi_ handling with
17744         OPT_mabi_altivec and OPT_mabi_spe handling.
17746 2011-05-06  Cary Coutant  <ccoutant@google.com>
17748         * dwarf2out.c (contains_subprogram_definition): New function.
17749         (should_move_die_to_comdat): Call it.
17751 2011-05-06  Jeff Law  <law@redhat.com>
17753         * tree-ssa-threadupdate.c (create_block_for_threading): Do not call
17754         remove_ctrl_stmt_and_useless_edges.
17755         (create_duplicates): Call remove_ctrl_stmt_and_useless_edges.
17756         (fixup_template_block, thread_single_edge): Likewise.
17757         (mark_threaded_blocks): Use THREAD_TARGET.
17759 2011-05-06  Alan Modra  <amodra@gmail.com>
17761         PR target/48900
17762         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
17763         const0_rtx as the arg to the dummy __tls_get_addr libcall.
17765 2011-05-06  Uros Bizjak  <ubizjak@gmail.com>
17767         * config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
17768         constraint modifier to "r".
17770 2011-05-06  Joseph Myers  <joseph@codesourcery.com>
17772         * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
17773         fall through for OPT_mcmodel_.
17775 2011-05-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17777         * config/s390/s390.c (s390_asm_trampoline_template): Comment
17778         instruction sizes.
17779         (s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
17781 2011-05-06  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
17783         PR target/47930
17784         * config/arm/arm.opt (marm): Document it.
17785         (mthumb): Reject negative variant.
17787 2011-05-06  Uros Bizjak  <ubizjak@gmail.com>
17789         PR target/48898
17790         * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
17791         Fix typo in "ccvt" variable name.
17793 2011-05-06  Tristan Gingold  <gingold@adacore.com>
17795         PR target/48895
17796         * config/vms/vms-ar.c (main): Remove cwd variable.
17798 2011-05-06  Jakub Jelinek  <jakub@redhat.com>
17800         PR debug/48902
17801         * var-tracking.c (prepare_call_arguments): Move else before #endif.
17803 2011-05-05  Nathan Froyd  <froydnj@codesourcery.com>
17805         * except.c (sjlj_emit_dispatch_table): Call build_case_label.
17806         * gimplify.c (gimplify_switch_expr): Likewise.
17807         * omp-low.c (expand_omp_sections): Likewise.
17808         * tree-eh.c (lower_try_finally_switch): Likewise.
17809         (lower_eh_dispatch): Likewise.
17810         * tree.h (build_case_label): Declare.
17811         * tree.c (build_case_label): Define.
17813 2011-05-05  Jason Merrill  <jason@redhat.com>
17815         PR c++/40975
17816         * tree-inline.c (copy_tree_r): Use copy_statement_list.
17817         (copy_statement_list): Don't recurse.
17818         * stor-layout.c (copy_self_referential_tree_r): Don't allow
17819         STATEMENT_LIST.
17821 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
17823         * config/rs6000/rs6000.c (rs6000_handle_option): Don't fall
17824         through from -mfpu= handling.
17825         * config/rs6000/rs6000.opt (mfpu=): Use Var and Init.
17827 2011-05-05  Bernd Schmidt  <bernds@codesourcery.com>
17829         * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 10]: Handle
17830         POST_MODIFY.
17832 2011-05-05  Steve Ellcey  <sje@cup.hp.com>
17834         * config.gcc (hppa*64*-*-hpux11*): Modify tm_file and extra_options
17835         for 11.31.
17836         (hppa[12]*-*-hpux11*): Ditto.
17837         (ia64*-*-hpux*): Add ia64/hpux-unix2003.h to tm_file.
17838         * config/ia64/hpux-unix2003.h: New.
17839         * config/pa/pa-hpux1131.opt: New.
17840         * config/pa/pa-hpux1131.h: New.
17841         * config/pa/pa64-hpux.h (STARTFILE_SPEC): Use unix2003.o if requested.
17842         * config/pa/pa-hpux.opt (flag_pa_unix): Check TARGET_HPUX_11_31 value.
17843         * config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
17845 2011-05-05  Jakub Jelinek  <jakub@redhat.com>
17847         PR debug/48853
17848         * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: Pass mem_mode
17849         instead of mode as 3rd argument to recursive call.
17850         (mem_loc_descriptor) <case REG>: If POINTERS_EXTEND_UNSIGNED, don't
17851         emit DW_OP_GNU_regval_type if mode is Pmode and mem_mode is not
17852         VOIDmode.
17853         (mem_loc_descriptor) <case SYMBOL_REF>: If POINTERS_EXTEND_UNSIGNED,
17854         don't give up if mode is Pmode and mem_mode is not VOIDmode.
17855         (mem_loc_descriptor) <case CONST_INT>: If POINTERS_EXTEND_UNSIGNED,
17856         use int_loc_descriptor if mode is Pmode and mem_mode is not VOIDmode.
17858 2011-05-05  Julian Brown  <julian@codesourcery.com>
17860         * config/arm/neon.md (vec_set<mode>_internal): Fix misplaced
17861         parenthesis in D-register case.
17863 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
17865         * opt-functions.awk (var_type_struct): Handle Enum options.
17866         * optc-gen.awk: Don't check range of variables of character type.
17867         * config/rs6000/rs6000.c (rs6000_sched_insert_nops_str,
17868         rs6000_sched_costly_dep_str, rs6000_recip_name, rs6000_abi_name,
17869         rs6000_sdata_name, rs6000_explicit_options): Remove.
17870         (rs6000_option_override_internal): Check for -malign-power here.
17871         Use global_options_set instead of rs6000_explicit_options.
17872         (rs6000_parse_fpu_option): Remove.
17873         (rs6000_handle_option): Access variables via opts and opts_set
17874         pointers.  Use error_at and warning_at.  Add fall-through
17875         comments.  Don't handle OPT_mcmodel_, OPT_maix_struct_return,
17876         OPT_msvr4_struct_return, OPT_mvrsave, OPT_mspe, OPT_mcall_,
17877         OPT_msdata_, OPT_mtls_size_, OPT_mtraceback_, OPT_mfloat_gprs_,
17878         OPT_msched_costly_dep_, OPT_malign_ or OPT_mrecip_ explicitly
17879         here.  Don't use rs6000_parse_fpu_option.
17880         * config/rs6000/rs6000.h (fpu_type): Remove declaration.
17881         * config/rs6000/rs6000.opt (rs6000_long_double_type_size,
17882         rs6000_spe, rs6000_float_gprs): Remove TargetVariable entries.
17883         (mrecip=): Use Var.
17884         (mspe): Use Var and Save.
17885         (mtraceback=): Use Enum and Var.
17886         (rs6000_traceback_type): New Enum and EnumValue entries.
17887         (mfloat-gprs=): Use Enum, Var and Save.
17888         (rs6000_float_gprs): New Enum and EnumValue entries.
17889         (mlong-double-): use Var and Save.
17890         (msched-costly-dep=, minsert-sched-nops=): Use Var.
17891         (malign-): Use Enum and Var.
17892         (rs6000_alignment_flags): New Enum and EnumValue entries.
17893         (mfpu=): Use Enum.
17894         (fpu_type_t): New Enum and EnumValue entries.
17895         * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Use
17896         global_options_set instead of rs6000_explicit_options.
17897         * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Use
17898         global_options_set instead of rs6000_explicit_options.
17899         * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Use
17900         global_options_set instead of rs6000_explicit_options.
17901         * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Use
17902         global_options_set instead of rs6000_explicit_options.
17903         * config/rs6000/e500-double.h (SUB3TARGET_OVERRIDE_OPTIONS): Use
17904         global_options_set instead of rs6000_explicit_options.
17905         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
17906         global_options_set instead of rs6000_explicit_options.
17907         (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Remove commented-out
17908         definition.
17909         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
17910         global_options_set instead of rs6000_explicit_options.
17911         * config/rs6000/linux64.opt (mcmodel=): Use Enum and Var.
17912         (rs6000_cmodel): New Enum and EnumValue entries.
17913         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
17914         global_options_set instead of rs6000_explicit_options.
17915         * config/rs6000/sysv4.opt (mcall-, msdata=): Use Var.
17916         (mtls-size=): Use Enum and Var.
17917         (rs6000_tls_size): New Enum and EnumValue entries.
17919 2011-05-05  Michael Matz  <matz@suse.de>
17921         * config/alpha/elf.h (ENDFILE_SPEC): Add Ofast.
17922         * config/alpha/osf5.h (ENDFILE_SPEC): Add Ofast.
17923         * config/alpha/netbsd.h (ENDFILE_SPEC): Add Ofast.
17924         * config/sparc/linux.h (ENDFILE_SPEC): Add Ofast.
17925         * config/sparc/sp64-elf.h (ENDFILE_SPEC): Add Ofast.
17926         * config/sparc/sp-elf.h (ENDFILE_SPEC): Add Ofast.
17927         * config/sparc/linux64.h (ENDFILE_SPEC): Add Ofast.
17928         * config/sparc/freebsd.h (ENDFILE_SPEC): Add Ofast.
17929         * config/sparc/sol2.h (ENDFILE_SPEC): Add Ofast.
17930         * config/i386/cygwin.h (ENDFILE_SPEC): Add Ofast.
17931         * config/i386/gnu-user.h (ENDFILE_SPEC): Add Ofast.
17932         * config/i386/gnu-user64.h (ENDFILE_SPEC): Add Ofast.
17933         * config/i386/darwin.h (ENDFILE_SPEC): Add Ofast.
17934         * config/i386/mingw32.h (ENDFILE_SPEC): Add Ofast.
17935         * config/ia64/linux.h (ENDFILE_SPEC): Add Ofast.
17936         * config/mips/linux.h (ENDFILE_SPEC): Add Ofast.
17938 2011-05-05  Richard Guenther  <rguenther@suse.de>
17940         * expmed.c (expand_variable_shift): Rename to ...
17941         (expand_shift_1): ... this.  Take an expanded shift amount.
17942         For rotates recurse directly not building trees for the shift amount.
17943         (expand_variable_shift): Wrap around expand_shift_1.
17944         (expand_shift): Adjust.
17946 2011-05-05  Jakub Jelinek  <jakub@redhat.com>
17948         * gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
17950 2011-05-05  Eric Botcazou  <ebotcazou@adacore.com>
17952         * tree.h (get_pending_sizes): Remove prototype.
17953         (put_pending_size): Likewise.
17954         (put_pending_sizes): Likewise.
17955         * stor-layout.c (pending_sizes): Delete.
17956         (get_pending_sizes): Likewise.
17957         (put_pending_size): Likewise.
17958         (put_pending_sizes): Likewise.
17959         (variable_size): Do not call put_pending_size and tidy up.
17960         * function.h (struct function): Remove dont_save_pending_sizes_p.
17961         * lto-streamer-in.c (input_function): Do not stream it.
17962         * lto-streamer-out.c (output_function): Likewise.
17963         * tree-inline.c (initialize_cfun): Do not copy it.
17964         * c-decl.c (store_parm_decls): Do not set it.
17965         * omp-low.c (create_task_copyfn): Likewise.
17966         * tree-optimize.c (tree_rest_of_compilation): Likewise.
17968 2011-05-05  Uros Bizjak  <ubizjak@gmail.com>
17970         * config/i386/i386.md (*movdf_internal_rex64): Simplify nested "if"
17971         conditions.
17972         (*movdf_internal): Ditto.
17973         (*movdf_internal_nointeger): Ditto.
17974         (*movsf_internal): Ditto.
17976 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
17978         * c-decl.c (finish_decl): Don't call get_pending_sizes.
17979         (grokparm): Add parameter expr.  Pass it to grokdeclarator.
17980         (push_parm_decl): Add parameter expr.  Pass it to grokdeclarator.
17981         (c_variable_size): Remove.
17982         (grokdeclarator): Use save_expr instead of c_variable_size.  Don't
17983         call put_pending_sizes.
17984         (get_parm_info): Add parameter expr.  Use it to set
17985         arg_info->pending_sizes.
17986         (store_parm_decls): Use arg_info->pending_sizes instead or calling
17987         get_pending_sizes.
17988         * c-parser.c (c_parser_parms_declarator): Update call to
17989         c_parser_parms_list_declarator.
17990         (c_parser_parms_list_declarator): Take parameter expr.  Update
17991         call to push_parm_decl.  Update recursive call.  Don't call
17992         get_pending_sizes.  Update calls to get_parm_info.
17993         (c_parser_objc_method_definition): Update calls to
17994         c_parser_objc_method_decl and objc_start_method_definition.
17995         (c_parser_objc_methodproto): Update call to c_parser_objc_method_decl.
17996         (c_parser_objc_method_decl): Add parameter expr.  Update call to
17997         grokparm.
17998         (c_parser_objc_try_catch_finally_statement): Update call to grokparm.
17999         * c-tree.h (struct c_arg_info.pending_sizes): Change to a tree.
18000         (get_parm_info, grokparm, push_parm_decl): Update prototypes.
18002 2011-05-05  Michael Hope  <michael.hope@linaro.org>
18004         PR pch/45979
18005         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
18006         __ARM_EABI__ hosts.
18008 2011-05-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18010         * config/spu/spu.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
18011         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
18012         (spu_output_mi_thunk): New function.
18014 2011-05-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18016         * config/sparc/sol2.h (ASM_OUTPUT_CALL): Use
18017         targetm.asm_out.print_operand.
18018         * config/sol2.c: Include target.h.
18020 2011-05-04  Jan Hubicka  <jh@suse.cz>
18022         * ipa-inline.c (reset_edge_caches): New function.
18023         (update_caller_keys): Add check_inlinablity_for; do not
18024         reset edge caches; remove now unnecesary loop.
18025         (update_callee_keys): Add comments; reset node_growth_cache of callee.
18026         (update_all_callee_keys): Likewise.
18027         (inline_small_functions): Sanity check cache; update code
18028         recomputing it.
18030 2011-05-04  Bernd Schmidt  <bernds@codesourcery.com>
18032         PR rtl-optimization/47612
18033         * df-problems.c (can_move_insns_across): Don't pick a cc0 setter
18034         as the last insn of the sequence to be moved.
18036 2011-05-04  Tobias Burnus  <burnus@net-b.de>
18038         PR fortran/48864
18039         * doc/invoke.texi (Ofast): Document that it
18040         enables Fortran's -fno-protect-parens.
18042 2011-05-04  Uros Bizjak  <ubizjak@gmail.com>
18044         * config/i386/i386.c (ix86_reorg): Run move_or_delete_vzeroupper first.
18046 2011-05-04  Eric Botcazou  <ebotcazou@adacore.com>
18048         * stor-layout.c (variable_size): Do not issue errors.
18050 2011-05-04  Richard Guenther  <rguenther@suse.de>
18052         * coverage.c (tree_coverage_counter_ref): Use integer_type_node
18053         for array-ref indices.
18054         (tree_coverage_counter_addr): Likewise.
18055         (build_fn_info_type): Use size_int for index types.
18056         (build_gcov_info): Likewise.
18058 2011-05-04  Richard Guenther  <rguenther@suse.de>
18060         * c-decl.c (check_bitfield_type_and_width): Do not pass NULL
18061         to build_int_cst.
18062         * c-typeck.c (really_start_incremental_init): Use bitsize_int
18063         for constructor indices.
18064         (push_init_level): Likewise.
18066 2011-05-04  Richard Guenther  <rguenther@suse.de>
18068         * explow.c (promote_mode): Move variable declarations before code.
18070 2011-05-04  Nathan Froyd  <froydnj@codesourcery.com>
18072         * tree.h (build_function_type_array): Declare.
18073         (build_varargs_function_type_array): Declare.
18074         (build_function_type_vec, build_varargs_function_type_vec): Define.
18075         * tree.c (build_function_type_array_1): New function.
18076         (build_function_type_array): New function.
18077         (build_varargs_function_type_array): New function.
18079 2011-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
18081         * tree-vect-loop.c (vectorizable_reduction): Check reduction cost
18082         before setting STMT_VINFO_TYPE.
18084 2011-05-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18086         * config/spu/spu.c (spu_gimplify_va_arg_expr): Call pass_by_reference
18087         instead of spu_pass_by_reference.
18089 2011-05-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18091         * calls.c (emit_library_call_value_1): Invoke
18092         promote_function_mode hook on libcall arguments.
18093         * explow.c (promote_function_mode, promote_mode): Handle TYPE
18094         argument being NULL.
18095         * targhooks.c (default_promote_function_mode): Lisewise.
18096         * config/s390/s390.c (s390_promote_function_mode): Likewise.
18097         * config/sparc/sparc.c (sparc_promote_function_mode): Likewise.
18099         * doc/tm.texi: Document that TYPE argument might be NULL.
18101 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
18103         * config/bfin/bfin.c (bfin_cpus): Update silicon revisions.
18105 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
18107         From Bernd Schmidt
18108         * config/bfin/bfin.md (addsi3): Add an alternative for IREGS.
18110 2011-05-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18112         * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)
18113         (MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE, ALIGN_SYMTABLE_OFFSET):
18114         Move ...
18115         * mips-tfile.c: ... here.
18116         Don't include coretypes.h, tm.h, filenames.h.
18117         (saber_stop): Remove definition and all calls.
18118         [__SABER__]: Remove.
18119         (__LINE__): Remove default.
18120         (Size_t, Ptrdiff_t): Remove definitions.
18121         Replace by size_t, ptrdiff_t.
18122         [!MIPS_DEBUGGING_INFO]: Remove.
18123         (SHASH_SIZE, THASH_SIZE): Remove defaults.
18124         (progname): Add const.
18125         (STATIC): Remove.
18126         Replace all uses by static.
18127         (ALIGN_SYMTABLE_OFFSET): Remove default.
18128         * mips-tdump.c: Don't include coretypes.h, tm.h.
18129         Remove !MIPS_IS_STAB guard.
18130         * Makefile.in (mips-tfile.o): Remove $(RTL_H), coretypes.h,
18131         $(TM_H), filenames.h dependencies.
18132         (mips-tdump.o): Remove $(RTL_H), coretypes.h, $(TM_H) dependencies.
18134 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
18136         From Jie Zhang
18137         *config/bfin/bfin.c (bfin_extra_live_on_entry): New.
18138         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
18140 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
18142         From Bernd Schmidt
18143         * config/bfin/bfin.h (FUNCTION_PROFILER): Take TARGET_LONG_CALLS into
18144         account and save/restore RETS.
18145         (PROFILE_BEFORE_PROLOGUE): Define.
18146         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add tab character.  Correct
18147         the push insn to use predecrement.
18149 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
18151         From Jie Zhang
18152         * config/bfin/bfin.c (bfin_expand_prologue): Don't clobber P2.
18154 2011-05-04  Nick Clifton  <nickc@redhat.com>
18156         * config/mn10300/mn10300.c: Include cfgloop.h.
18157         (DUMP): New macro.
18158         (mn10300_insert_setlb_lcc): New function.  Inserts a SETLB and a
18159         Lcc or a FLcc insn into the instruction stream.
18160         (mn10300_block_contains_call): New function.  Returns true if the
18161         given basic block contains a CALL insn.
18162         (mn10300_loop_contains_call_insn): New function.  Returns true if
18163         the given loop contains a CALL insn.
18164         (mn10300_scan_for_setlb_lcc): New function.  Finds opportunities
18165         to use the SETLB and Lcc or FLcc insns.
18166         (mn10300_reorg): Invoke mn10300_scan_for_setlb_lcc when optimizing.
18167         (TARGET_FLAGS): Add MASK_ALLOW_SETLB.
18168         * config/mn10300/mn10300.opt (msetlb): New option.  Used to
18169         disable the SETLB optimization.
18170         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add
18171         __SETLB__ or __NO_SETLB__.
18172         * config/mn10300/mn10300.md (UNSPEC_SETLB): New constant.
18173         (movsf_internal): Handle MDR register.
18174         (cmpsi): Make visible.
18175         (setlb): New pattern.
18176         (Lcc): New pattern.
18177         (FLcc): New pattern.
18179 2011-05-04  Uros Bizjak  <ubizjak@gmail.com>
18181         PR target/48860
18182         * config/i386/i386.md (*movdi_internal_rex64) Use %vmovd
18183         for reg<->xmm moves.
18184         * config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
18185         (vec_concatv2di_rex64_sse): Ditto.
18186         (*sse2_storeq_rex64): Do not emit %v prefix for mov{q} mnemonic.
18187         (*vec_extractv2di_1_rex64): Ditto.
18189         Revert:
18190         2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
18192         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
18193         reg<->xmm moves.
18194         (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.
18196 2011-05-04  Richard Guenther  <rguenther@suse.de>
18198         * tree.h (int_const_binop): Remove notrunc argument.
18199         * fold-const.c (int_const_binop): Remove notrunc argument.  Always
18200         create integer constants that are properly truncated.
18201         (extract_muldiv_1): Expand one notrunc int_const_binop caller.
18202         (const_binop): Remove zero notrunc argument to int_const_binop.
18203         (size_binop_loc): Likewise.
18204         (fold_div_compare): Likewise.
18205         (maybe_canonicalize_comparison_1): Likewise.
18206         (fold_comparison): Likewise.
18207         (fold_binary_loc): Likewise.
18208         (multiple_of_p): Likewise.
18209         * expr.c (store_constructor): Likewise.
18210         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
18211         (maybe_fold_stmt_addition): Likewise.
18212         * ipa-prop.c (ipa_modify_call_arguments): Likewise.
18213         * stor-layout.c (layout_type): Likewise.
18214         * tree-data-ref.c (tree_fold_divides_p): Likewise.
18215         * tree-sra.c (build_ref_for_offset): Likewise.
18216         (build_user_friendly_ref_for_offset): Likewise.
18217         * tree-ssa-address.c (maybe_fold_tmr): Likewise.
18218         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
18219         * tree-ssa-loop-niter.c (inverse): Likewise.
18220         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
18221         * tree-ssa.c (maybe_rewrite_mem_ref_base): Likewise.
18222         * tree-switch-conversion.c (check_range): Likewise.
18223         (build_constructors): Likewise.
18224         * tree-vect-generic.c (expand_vector_piecewise): Likewise.
18225         * tree-vrp.c (set_and_canonicalize_value_range): Likewise.
18226         (extract_range_from_assert): Likewise.
18227         (vrp_int_const_binop): Likewise.
18228         (extract_range_from_binary_expr): Likewise.
18229         (extract_range_from_unary_expr): Likewise.
18230         (check_array_ref): Likewise.
18231         (find_case_label_range): Likewise.
18232         (simplify_div_or_mod_using_ranges): Likewise.
18233         * tree-cfg.c (group_case_labels_stmt): Use double-ints for
18234         comparing case labels for merging.
18236 2011-05-03  Mark Wielaard  <mjw@redhat.com>
18238         * dwarf2out.c (debug_str_hash_forced): Removed.
18239         (gen_label_for_indirect_string): Removed.
18240         (get_debug_string_label): Removed.
18241         (AT_string_form): Generate label directly.
18242         (output_indirect_string): Test indirect_string_node for
18243         DW_FORM_strp instead of checking label and refcount.
18244         (prune_indirect_string): Removed.
18245         (prune_unused_types): Don't check debug_str_hash_forced or
18246         call prune_indirect_string.
18248 2011-05-04  Alexandre Oliva  <aoliva@redhat.com>
18250         PR other/48093
18251         * doc/invoke.texi: Document -mtls-dialect and GCC_COMPARE_DEBUG.
18253 2011-05-04  Alexandre Oliva  <aoliva@redhat.com>
18255         PR debug/47994
18256         PR debug/47919
18257         * combine.c (try_combine): Skip debug insns at m_split tests.
18259 2011-04-26  Mark Wielaard  <mjw@redhat.com>
18261         PR42288
18262         * dwarf2out.c (dwarf2out_finish): Always call output_aranges ()
18263         when info_section_emitted.
18265 2011-05-03  Joseph Myers  <joseph@codesourcery.com>
18267         * config/mips/mips-opts.h: New.
18268         * config/mips/mips.c (enum mips_r10k_cache_barrier_setting): Move
18269         to mips-opts.h.
18270         (mips_abi, mips_code_readable, mips_r10k_cache_barriee): Remove.
18271         (mips_handle_option): Don't handle OPT_mabi_, OPT_mcode_readable_
18272         or OPT_mr10k_cache_barrier_ here.  Access mips_cache_flush_func
18273         via opts pointer.
18274         * config/mips/mips.h (enum mips_code_readable_setting): Move to
18275         mips-opts.h.
18276         (mips_abi, mips_code_readable): Don't declare.
18277         * config/mips/mips.opt (config/mips/mips-opts.h): New HeaderInclude.
18278         (mabi=): Use Enum and Var.
18279         (mips_abi): New Enum and EnumValue entries.
18280         (mcode-readable=): Use Enum and Var.
18281         (mips_code_readable_setting): New Enum and EnumValue entries.
18282         (mr10k-cache-barrier=): Use Enum and Var.
18283         (mips_r10k_cache_barrier_setting): New Enum and EnumValue entries.
18285 2011-05-03  Jan Hubicka  <jh@suse.cz>
18287         * cgraph.h (cgraph_node_set_def, varpool_node_set_def): Move out of GTY;
18288         replace hash by pointer map.
18289         (cgraph_node_set_element_def, cgraph_node_set_element,
18290         const_cgraph_node_set_element, varpool_node_set_element_def,
18291         varpool_node_set_element, const_varpool_node_set_element): Remove.
18292         (free_cgraph_node_set, free_varpool_node_set): New function.
18293         (cgraph_node_set_size, varpool_node_set_size): Use vector size.
18294         * tree-emutls.c: Free varpool node set.
18295         * ipa-utils.c (cgraph_node_set_new, cgraph_node_set_add,
18296         cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
18297         debug_cgraph_node_set, free_cgraph_node_set, varpool_node_set_new,
18298         varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
18299         dump_varpool_node_set, free_varpool_node_set, debug_varpool_node_set):
18300         Move here from ipa.c; implement using pointer_map
18301         * ipa.c (cgraph_node_set_new, cgraph_node_set_add,
18302         cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
18303         debug_cgraph_node_set, varpool_node_set_new,
18304         varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
18305         dump_varpool_node_set, debug_varpool_node_set):
18306         Move to ipa-uitls.c.
18307         * passes.c (ipa_write_summaries): Update.
18309 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
18311         From Mike Frysinger:
18312         * config/bfin/bfin.c (bfin_cpus[]): Add 0.4 for
18313         bf542/bf544/bf547/bf548/bf549.
18315 2011-05-03  Uros Bizjak  <ubizjak@gmail.com>
18317         * expmed.c (extract_bit_field_1): Remove write-only variable "icode".
18319 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
18321         From Bernd Schmidt:
18322         * config/bfin/bfin.md (MOVCC): New mode_macro.
18323         (mov<mode>cc_insn1, mov<mode>cc_insn2, mov<mode>cc): Renamed from
18324         movsicc_insn1, movsicc_insn2 and movsicc and macroized.  Remove
18325         comments from generated assembly.
18327 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
18329         From Bernd Schmidt
18330         * config/bfin/t-bfin (LIB1ASMFUNCS): Add muldi3 and umulsi3_highpart.
18331         * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add muldi3.
18332         * config/bfin/t-bfin-linux (LIB1ASMFUNCS): Add muldi3.
18333         * config/bfin/t-bfin-uclinux (LIB1ASMFUNCS): Add muldi3.
18334         * config/bfin/lib1funcs.asm (___muldi3): New function.
18336 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
18338         * config/stormy16/stormy16 (xstormy16_init_builtins): Call
18339         build_function_type_list instead of build_function_type.
18340         Rearrange initialization of `args' to do so.
18342 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
18344         * config/i386/i386.c (ix86_code_end): Call build_function_type_list
18345         instead of build_function_type.
18347 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
18349         * config/rs6000/rs6000.c (spe_init_builtins): Call
18350         build_function_type_list instead of build_function_type.
18351         (paired_init_builtins, altivec_init_builtins): Likewise.
18352         (builtin_function_type): Likewise.
18354 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
18356         * config/sh/sh.c (sh_media_init_builtins): Call
18357         build_function_type_list instead of build_function_type.
18359 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
18361         * config/sparc/sparc.c (sparc_file_end): Call
18362         build_function_type_list instead of build_function_type.
18364 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
18366         * config/alpha/alpha.c (alpha_init_builtins): Call
18367         build_function_type_list instead of build_function_type.
18369 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
18371         * config/xtensa/xtensa.c (xtensa_init_builtins): Call
18372         build_function_type_list instead of build_function_type.
18374 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
18376         * config/iq2000/i2000.c (iq2000_init_builtins): Call
18377         build_function_type_list instead of build_function_type.
18378         Delete `endlink' variable.
18380 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
18382         * config/avr/avr.c (avr_init_builtins): Call
18383         build_function_type_list instead of build_function_type.
18385 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
18387         * config/picochip/picochip.c (picochip_init_builtins): Call
18388         build_function_type_list instead of build_function_type.
18389         Delete `endlink' variable.
18391 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
18393         * config/bfin/bfin.c (bfin_init_builtins): Call
18394         build_function_type_list instead of build_function_type.
18396 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
18398         From Bernd Schmidt
18399         * config/bfin/bfin.md (rotrsi, rotlsi): Don't take INTVAL of anything
18400         that's not CONST_INT.  Seemingly redundant check is due to PR39768.
18402 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
18404         From Jie Zhang:
18405         * config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
18406         libbffastfp overrides libgcc when -mfast-fp.
18408 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
18410         Originally from Bernd Schmidt
18411         * config/bfin/uclinux.h (SUBTARGET_FDPIC_NOT_SUPPORTED): New macro.
18412         * config/bfin/bfin.c (override_options): Test it and error if
18413         TARGET_FDPIC.
18415 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
18417         Originally From Bernd Schmidt
18418         * config/bfin/bfin.c (override_options): Disable -fstack-limit for
18419         FD-PIC.
18421 2011-05-03  Jeff Law  <law@redhat.com>
18423         * tree-ssa-threadupdate.c (THREAD_TARGET): define.
18424         (remove_ctrl_stmt_and_useless_edges): Clear AUX field of outgoing edges.
18425         (craete_edge_and_update_destination_phis): Use THREAD_TARGET rather
18426         than accessing AUX field directly.  Free the AUX field before
18427         clearing it.
18428         (thread_block, thread_through_loop_header): Likewise.
18429         (thread_single_edge, mark_threaded_blocks): Likewise.
18430         (redirect_edges): Delay clearing the AUX field.  Free the AUX field.
18431         (register_jump_thread): Do not attempt to thread to a NULL edge.
18433 2011-05-03  Bernd Schmidt  <bernds@codesourcery.com>
18435         * function.c (init_function_start): Call decide_function_section.
18436         * varasm.c (decide_function_section): New function.
18437         (assemble_start_function): When not using
18438         flag_reorder_blocks_and_partition, don't compute in_cold_section_p
18439         or first_function_block_is_cold.
18440         * rtl.h (decide_function_section): Declare.
18442 2011-05-03  Uros Bizjak  <ubizjak@gmail.com>
18443             Jakub Jelinek  <jakub@redhat.com>
18445         PR target/48774
18446         * config/i386/i386.c (ix86_match_ccmode): For CC{A,C,O,S}mode
18447         only succeed if req_mode is the same as set_mode.
18449 2011-05-03  Bernd Schmidt  <bernds@codesourcery.com>
18451         * gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.
18452         * genemit.c (gen_exp): Handle RETURN.
18453         * emit-rtl.c (verify_rtx_sharing): Likewise.
18454         (init_emit_regs): Create pc_rtx, ret_rtx and cc0_rtx specially.
18455         * rtl.c (copy_rtx): RETURN is shared.
18456         * rtl.h (enum global_rtl_index): Add GR_RETURN.
18457         (ret_rtx): New.
18458         * jump.c (redirect_exp_1): Don't use gen_rtx_RETURN.
18459         * config/s390/s390.c (s390_emit_epilogue): Likewise.
18460         * config/rx/rx.c (gen_rx_rtsd_vector): Likewise.
18461         * config/cris/cris.c (cris_expand_return): Likewise.
18462         * config/m68k/m68k.c (m68k_expand_epilogue): Likewise.
18463         * config/rs6000/rs6000.c (rs6000_make_savres_rtx,
18464         rs6000_emit_epilogue, rs6000_output_mi_thunk): Likewise.
18465         * config/picochip/picochip.c (picochip_expand_epilogue): Likewise.
18466         * config/h8300/h8300.c (h8300_push_pop, h8300_expand_epilogue):
18467         Likewise.
18468         * config/v850/v850.c (expand_epilogue): Likewise.
18469         * config/bfin/bfin.c (bfin_expand_call): Likewise.
18470         * config/arm/arm.md (epilogue): Likewise.
18471         * config/mn10300/mn10300.c (mn10300_expand_epilogue): Likewise.
18472         * config/sparc/sparc.c (sparc_struct_value_rtx): Rename ret_rtx
18473         variable to ret_reg.
18475 2011-05-03  Richard Guenther  <rguenther@suse.de>
18477         PR lto/48846
18478         * lto-streamer-in.c (unpack_ts_decl_common_value_fields):
18479         Stream decl_common.off_align instead of the derived DECL_OFFSET_ALIGN.
18480         * lto-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
18482 2011-05-03  Richard Guenther  <rguenther@suse.de>
18484         * c-decl.c (grokdeclarator): Instead of looking at
18485         TREE_OVERFLOW check if the constant fits in the index type.
18487 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
18489         * config/arm/neon.md (vec_load_lanes<mode><mode>): New expanders,
18490         (vec_store_lanes<mode><mode>): Likewise.
18492 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
18494         * doc/md.texi (vec_load_lanes, vec_store_lanes): Document.
18495         * optabs.h (COI_vec_load_lanes, COI_vec_store_lanes): New
18496         convert_optab_index values.
18497         (vec_load_lanes_optab, vec_store_lanes_optab): New convert optabs.
18498         * genopinit.c (optabs): Initialize the new optabs.
18499         * internal-fn.def (LOAD_LANES, STORE_LANES): New internal functions.
18500         * internal-fn.c (get_multi_vector_move, expand_LOAD_LANES)
18501         (expand_STORE_LANES): New functions.
18502         * tree.h (build_array_type_nelts): Declare.
18503         * tree.c (build_array_type_nelts): New function.
18504         * tree-vectorizer.h (vect_model_store_cost): Add a bool argument.
18505         (vect_model_load_cost): Likewise.
18506         (vect_store_lanes_supported, vect_load_lanes_supported)
18507         (vect_record_strided_load_vectors): Declare.
18508         * tree-vect-data-refs.c (vect_lanes_optab_supported_p)
18509         (vect_store_lanes_supported, vect_load_lanes_supported): New functions.
18510         (vect_transform_strided_load): Split out statement recording into...
18511         (vect_record_strided_load_vectors): ...this new function.
18512         * tree-vect-stmts.c (create_vector_array, read_vector_array)
18513         (write_vector_array, create_array_ref): New functions.
18514         (vect_model_store_cost): Add store_lanes_p argument.
18515         (vect_model_load_cost): Add load_lanes_p argument.
18516         (vectorizable_store): Try to use store-lanes functions for
18517         interleaved stores.
18518         (vectorizable_load): Likewise load-lanes and loads.
18519         * tree-vect-slp.c (vect_get_and_check_slp_defs): Update call
18520         to vect_model_store_cost.
18521         (vect_build_slp_tree): Likewise vect_model_load_cost.
18523 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
18525         * hooks.h (hook_bool_mode_uhwi_false): Declare.
18526         * hooks.c (hook_bool_mode_uhwi_false): New function.
18527         * target.def (array_mode_supported_p): New hook.
18528         * doc/tm.texi.in (TARGET_ARRAY_MODE_SUPPORTED_P): Add @hook.
18529         * doc/tm.texi: Regenerate.
18530         * stor-layout.c (mode_for_array): New function.
18531         (layout_type): Use it.
18532         * config/arm/arm.c (arm_array_mode_supported_p): New function.
18533         (TARGET_ARRAY_MODE_SUPPORTED_P): Define.
18535 2011-05-03  Eric Botcazou  <ebotcazou@adacore.com>
18537         PR target/48723
18538         * config/i386/i386.c (ix86_expand_prologue): Do not probe the stack
18539         for -fstack-check if the size to allocate is negative.
18541 2011-05-02  Lawrence Crowl  <crowl@google.com>
18543         * timevar.h (timevar_cond_start): Remove unused POP_TIMEVAR_AND_RETURN.
18544         (timevar_cond_start): New for starting a timer only when it is not
18545         already running.
18546         (timevar_cond_stop): New for stopping a timer when it was not already
18547         running.
18549         * timevar.c (timevar_stop): Enable start/stop timers to start again.
18550         (timevar_cond_start): New as above.
18551         (timevar_cond_stop): New as above.
18553         * timevar.def: Add start/stop timers for compiler phases,
18554         TV_PHASE_SETUP, TV_PHASE_PARSING, TV_PHASE_DEFERRED, TV_PHASE_CGRAPH,
18555         TV_PHASE_DBGINFO (C), TV_PHASE_CHECK_DBGINFO (C++), TV_PHASE_GENERATE,
18556         and TV_PHASE_FINALIZE.
18557         Change push/pop timer TV_PARSE to TV_PARSE_GLOBAL.
18558         Add push/pop timers TV_PARSE_STRUCT, TV_PARSE_ENUM, TV_PARSE_FUNC,
18559         TV_PARSE_INLINE, TV_PARSE_INMETH, TV_TEMPLATE_INST.
18560         Change push/pop timer TV_NAME_LOOKUP into a start/stop timer.
18561         Make unused TV_OVERLOAD into a start/stop timer.
18563         Remove unused timers TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION.
18564         Mark the strings for TV_NAME_LOOKUP and TV_OVERLOAD with a "|"
18565         to indicate that they are start/stop timers.
18567         * toplev.c (compile_file): Change TV_PARSE to TV_PARSE_GLOBAL.
18568         Add start/stop timers TV_PHASE_PARSING and TV_PHASE_GENERATE.
18569         Move initialization to do_compile.
18570         (do_compile): Add initialization from above.
18571         Add start/stop timers TV_PHASE_SETUP and TV_PHASE_FINALIZE.
18573         * c-decl.c (c_write_global_declarations): Add start/stop of
18574         TV_PHASE_DEFERRED, TV_PHASE_CGRAPH, TV_PHASE_DBGINFO.
18576         * c-parser.c (c_parser_declaration_or_fndef): Push/pop TV_PARSE_FUNC
18577         or TV_PARSE_INLINE, as appropriate.
18578         (c_parser_enum_specifier): Push/pop TV_PARSE_ENUM.
18579         (c_parser_struct_or_union_specifier): Push/pop TV_PARSE_STRUCT.
18581 2011-05-02  Jason Merrill  <jason@redhat.com>
18583         PR c++/40975
18584         * tree-inline.c (copy_tree_r): Handle STATEMENT_LIST.
18586 2011-05-02  Simon Martin  <simartin@users.sourceforge.net>
18588         PR c/35445
18589         * c-decl.c (finish_decl): Only create a composite if the types are
18590         compatible.
18592 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
18594         * config/fr30/fr30-protos.h (Mmode): Don't define.
18595         * config/m32r/m32r-protos.h (Mmode): Don't define.  Expand
18596         definition where used.
18597         * config/mn10300/mn10300-protos.h (Mmode, Cstar, Rclas): Don't
18598         define.  Expand definitions where used.
18599         * config/rx/rx-protos.h (Mmode, Fargs, Rcode): Don't define.
18600         Expand definitions where used.
18601         * config/rx/rx.c (rx_is_legitimate_address, rx_function_arg_size,
18602         rx_function_arg, rx_function_arg_advance,
18603         rx_function_arg_boundary): Expand definitions of those macros.
18604         * config/v850/v850-protos.h (Mmode): Don't define.  Expand
18605         definition where used.
18607 2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
18609         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
18610         reg<->xmm moves.
18611         (*mov<mode>_internal): Merge with *mov<mode>_internal_avx.
18612         (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.  Merge
18613         with *movv2sf_internal_rex64_avx.
18614         (*movv2sf_internal): Merge with *movv2sf_internal_avx.
18615         * config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
18616         Use %v prefix in insn mnemonic to handle TARGET_AVX.
18617         (*movdi_internal): Add "isa" attribute.  Use "maybe_vex" instead of
18618         "vex" in "prefix" attribute calculation.
18619         (*movdf_internal): Output AVX mnemonics.  Add "prefix" attribute.
18621 2011-05-02  Stuart Henderson  <shenders@gcc.gnu.org>
18623         PR target/47951
18624         * config/bfin/bfin.md (loop_end): Use matching constraints to ensure
18625         inputs match the output.
18627 2011-05-02  Andreas Schwab  <schwab@linux-m68k.org>
18629         PR target/47955
18630         * config/m68k/m68k.c (m68k_expand_prologue): Set
18631         current_function_static_stack_size.
18633 2011-05-02   Jan Hubicka  <jh@suse.cz>
18635         * lto-streamer.c (lto_streamer_cache_insert_1,
18636         lto_streamer_cache_lookup, lto_streamer_cache_create,
18637         lto_streamer_cache_delete): Use pointer map instead of hashtable.
18638         * lto-streamer.h (lto_streamer_cache_d): Turn node_map into pointer_map.
18640 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
18642         * config/m68k/genopt.sh, config/m68k/m68k-isas.def,
18643         config/m68k/m68k-microarchs.def, config/m68k/m68k-opts.h,
18644         config/m68k/t-opts: New files.
18645         * config/m68k/m68k-tables.opt: New file (generated).
18646         * config.gcc (fido-*-*, m68k-*-*): Add m68k/m68k-tables.opt to
18647         extra_options and m68k/t-opts to tmake_file.
18648         * config/m68k/m68k.c (m68k_library_id_string): More to m68k.opt.
18649         (all_isas): Initialize using m68k-isas.def.
18650         (all_microarchs): Initialize using m68k-microarchs.def.
18651         (m68k_find_selection): Remove.
18652         (m68k_handle_option): Don't assert that global structures are in
18653         use.  Use error_at.  Access variables via opts pointer.  Don't
18654         handle -march=, -mcpu= and -mtune= here.  Set gcc_options fields
18655         directly for -m68020-40 and -m68020-60.
18656         (m68k_option_override): Set m68k_arch_entry, m68k_cpu_entry and
18657         m68k_tune_entry here.
18658         * config/m68k/m68k.h (enum uarch_type, enum target_device): Move
18659         to m68k-opts.h.
18660         (m68k_library_id_string): Remove declaration.
18661         * config/m68k/m68k.opt (config/m68k/m68k-opts.h): New HeaderInclude.
18662         (m68k_library_id_string): New Variable.
18663         (march=, mcpu=, mtune=): Use Enum and Var.
18665 2011-05-02  Richard Guenther  <rguenther@suse.de>
18667         * varasm.c (output_constructor_regular_field): Compute zero-based
18668         index with double-ints.  Make sure to ICE instead of producing
18669         wrong code.
18670         * cgraph.c (cgraph_add_thunk): Do not create new tree nodes
18671         in asserts.  Properly use a signed type.
18673 2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
18675         * config/i386/sse.md (V): New mode iterator.
18676         (V_128): Rename from SSEMODE.  Make V2DF mode conditional on
18677         TARGET_SSE2.
18678         (V_256): Rename from AVX256MODE.
18679         (VF): Make V4SF mode unconditional.  Add TARGET_SSE instruction
18680         condition to all users.
18681         (VF1): Ditto.
18682         (VF2): Make V2DF mode unconditional.  Add TARGET_SSE2 instruction
18683         condition to all users.
18684         (VF_128): Make V4SF mode unconditional.
18685         (VF_256): Rename from AVX256MODEF2P.
18686         (VI4F_128): Rename from SSEMODE4S.
18687         (VI8F_128): Rename from SSEMODE2D.
18688         (VI4F_256): Rename from AVX256MODE8P.
18689         (VI8F_256): Rename from AVX256MODE4P.
18690         (avxsizesuffix): Add V16HI, V4DI, V8HI and V2DI modes.
18691         (ssescalarmodesuffix): Remove SF and DF modes.
18692         (SSEMODE124): Remove.
18693         (SSEMODE1248): Ditto.
18694         (SSEMODEF2P): Ditto.
18695         (AVXMODEF2P): Ditto.
18696         (AVXMODEFDP): Ditto.
18697         (AVXMODEFSP): Ditto.
18698         (VEC_EXTRACT_MODE): Make V16QI, V8HI, V4SI, V2DI, V4SF and V2DF modes
18699         unconditional.
18700         (VEC_EXTRACT_EVENODD_MODE): Rename from SSEMODE_EO.  Make V4SF mode
18701         unconditional.
18702         (xop_pcmov_<mode><avxsizesuffix>): Merge from xop_pcmov_<mode> and
18703         xop_pcmov_<mode>256.  Use V mode iterator.
18705         Adjust RTX patterns globally for renamed mode attributes.
18707 2011-05-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18709         * haifa-sched.c (sched_emit_insn): Emit insn before first
18710         non-scheduled insn.  Inform back-end about new insn.  Add
18711         new insn to scheduled_insns list.
18713 2011-05-02  Richard Guenther  <rguenther@suse.de>
18715         PR tree-optimization/48822
18716         * tree-ssa-sccvn.c (set_ssa_val_to): Never go up the lattice.
18717         (process_scc): Indicate which iteration we start.
18719 2011-05-02  Jan Hubicka  <jh@suse.cz>
18721         * lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.h
18722         (lto_section_overrun): New.
18723         * lto-section-out.c (append_block): Rename to ...
18724         (lto_append_block): ... this one; export.
18725         (lto_output_1_stream): Move lto lto-streamer.h
18726         (lto_output_data_stream): Update.
18727         * lto-streamer.h (lto_section_overrun, lto_append_block): Declare.
18728         (lto_output_1_stream, lto_input_1_unsigned): Turn into inline
18729         functions.
18731 2011-05-02  Richard Guenther  <rguenther@suse.de>
18733         * tree.c (tree_code_counts): New global array.
18734         (record_node_allocation_statistics): Count individual tree codes.
18735         (dump_tree_statistics): Dump individual code stats.
18737 2011-05-01  Jan Hubicka  <jh@suse.cz>
18739         * ipa-inline.c (caller_growth_limits): Fix thinko when
18740         looking for largest stack frame.
18741         * ipa-inline.h (dump_inline_summary): Declare.
18742         * ipa-inline-analysis.c (dump_inline_edge_summary): Dump info
18743         on stack usage.
18744         (dump_inline_summary): Export.
18745         (debug_inline_summary): Declare as DEBUG_FUNCTION.
18747 2011-05-01  Anatoly Sokolov  <aesok@post.ru>
18749         * reginfo.c (memory_move_cost): Change rclass argument type form
18750         'enum reg_class' to reg_class_t.
18751         * reload.h (memory_move_cost): Update prototype.
18752         * postreload.c reload_cse_simplify_set): Change type dclass var to
18753         reg_class_t.
18754         * ira-int.h (ira_allocate_cost_vector, ira_free_cost_vector):
18755         Update prototype.
18756         (ira_allocate_and_set_costs): Change aclass argument type form
18757         'enum reg_class' to reg_class_t.
18758         * ira-build.c (ira_allocate_cost_vector, ira_free_cost_vector):
18759         Change aclass argument type to reg_class_t.
18760         (update_conflict_hard_reg_costs): Change type aclass and pref vars
18761         to reg_class_t.
18762         * gcc/ira.c (setup_class_subset_and_memory_move_costs): Adjust
18763         memory_move_cost call.
18765         * config/ia64/ia64.c (ia64_register_move_cost): Remove 'from' and
18766         'to' local var. Rename from_i and to_i arguments to 'from' and 'to'.
18767         Change type tmp var to reg_class_t.
18769 2011-04-30  Jan Hubicka  <jh@suse.cz>
18771         * ipa-inline.c (can_inline_edge_p): Disregard limits when
18772         inlining into function with flatten attribute.
18773         (want_inline_small_function_p): Be more realistic about inlining
18774         cold calls where callee size grows.
18776 2011-04-30  Jan Hubicka  <jh@suse.cz>
18778         * cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor
18779         flags.
18781 2011-04-30  Anatoly Sokolov  <aesok@post.ru>
18783         * config/sparc/sparc.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
18784         PRINT_OPERAND_PUNCT_VALID_P): Remove.
18785         * config/sparc/sparc-protos.h (print_operand): Remove declaration.
18786         * config/sparc/sparc.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P,
18787         TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
18788         (print_operand): Rename to...
18789         (sparc_print_operand): ...this. Make static. Adjust
18790         sparc_print_operand function call.
18791         (sparc_print_operand_punct_valid_p, sparc_print_operand_address): New
18792         functions.
18794 2011-04-30  Jan Hubicka  <jh@suse.cz>
18796         PR middle-end/48752
18797         * ipa-inline.c (early_inliner): Disable when doing late
18798         addition of function.
18800 2011-04-30  Jakub Jelinek  <jakub@redhat.com>
18802         * dwarf2out.c (get_address_mode): New inline.
18803         (mem_loc_descriptor): Add MEM_MODE parameter, adjust recursive calls,
18804         if not dwarf_strict emit
18805         DW_OP_GNU_{{const,regval,deref}_type,convert,reinterpret} when
18806         desirable.  Handle FLOAT_EXTEND, FLOAT_TRUNCATE, FLOAT,
18807         UNSIGNED_FLOAT, FIX and UNSIGNED_FIX.  Just return NULL for
18808         FMA, STRICT_LOW_PART, CONST_VECTOR and CONST_FIXED.
18809         (dwarf2out_frame_debug_cfa_expression, reg_loc_descriptor,
18810         dw_loc_list_1, cst_pool_loc_descr, loc_list_from_tree): Adjust
18811         mem_loc_descriptor callers.
18812         (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
18813         output_loc_operands_raw, hash_loc_operands, compare_loc_operands):
18814         Handle DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
18815         DW_OP_GNU_deref_type, DW_OP_GNU_convert and DW_OP_GNU_reinterpret.
18816         (base_types): New variable.
18817         (get_base_type_offset, calc_base_type_die_sizes,
18818         base_type_for_mode, mark_base_types, base_type_cmp,
18819         move_marked_base_types): New functions.
18820         (calc_die_sizes): Assert that die_offset is 0 or equal to
18821         next_die_offset.
18822         (loc_descriptor): Only handle here lowpart SUBREGs of REG, for
18823         others defer to mem_loc_descriptor.  Adjust mem_loc_descriptor
18824         callers.  If not dwarf_strict, call mem_loc_descriptor even for
18825         non-MODE_INT modes or MODE_INT modes larger than DWARF2_ADDR_SIZE.
18826         (gen_subprogram_die): Don't give up on call site parameters
18827         with non-integral or large integral modes.  Adjust
18828         mem_loc_descriptor callers.
18829         (prune_unused_types): Call prune_unused_types_mark on base_types
18830         vector entries.
18831         (resolve_addr): Call mark_base_types.
18832         (dwarf2out_finish): Call move_marked_base_types.
18834         PR tree-optimization/48809
18835         * tree-switch-conversion.c (build_arrays): Compute tidx in unsigned
18836         type.
18837         (gen_inbound_check): Don't compute index_expr - range_min in utype
18838         again, instead reuse SSA_NAME initialized in build_arrays.
18839         Remove two useless gsi_for_stmt calls.
18841 2011-04-29  Jeff Law  <law@redhat.com>
18843         * tree-ssa-threadedge.c (thread_across_edge): Add missing return.
18845 2011-04-29  Martin Jambor  <mjambor@suse.cz>
18847         * cgraph.h (cgraph_postorder): Remove declaration.
18848         * ipa-utils.h (ipa_free_postorder_info): Declare.
18849         (ipa_reverse_postorder): Likewise.
18850         * cgraphunit.c: Include ipa-utils.h.
18851         (cgraph_expand_all_functions): Update call to ipa_reverse_postorder.
18852         * ipa-inline.c: Include ipa-utils.h.
18853         (ipa_inline): Update call to ipa_reverse_postorder.
18854         * ipa-pure-const.c (propagate_pure_const): Update call to
18855         ipa_reduced_postorder and ipa_print_order.  Call
18856         ipa_free_postorder_info to clean up.
18857         (propagate_nothrow): Likewise.
18858         * ipa-reference.c (propagate): Removed a useless call to
18859         ipa_utils_reduced_inorder, updated a call to ipa_reduced_postorder
18860         and ipa_print_order.  Call ipa_free_postorder_info to clean up.
18861         * ipa.c: Include ipa-utils.h.
18862         (ipa_profile): Update call to ipa_reverse_postorder.
18863         (cgraph_postorder): Moved to...
18864         * ipa-utils.c (ipa_reverse_postorder): ...here and renamed.
18865         (ipa_utils_print_order): Renamed to ipa_print_order.
18866         (ipa_utils_reduced_inorder): Renamed to ipa_reduced_postorder. Updated
18867         comments.
18868         (ipa_free_postorder_info): New function.
18869         * passes.c: Include ipa-utils.h.
18870         (do_per_function_toporder): Update call to ipa_reverse_postorder.
18871         (ipa_write_summaries): Likewise.
18872         * Makefile.in (passes.o): Add IPA_UTILS_H to dependencies.
18873         (cgraphunit.o): Likewise.
18874         (ipa.o): Likewise.
18875         (ipa-inline.o): Likewise.
18877 2011-04-29  Jan Hubicka  <jh@suse.cz>
18879         * gcc.dg/tree-ssa/inline-10.c: New testcase.
18880         * gcc.dg/tree-ssa/inline-9.c: Disable partial inlining.
18881         * ipa-inline.h (clause_t): Turn into unsigned int.
18882         * ipa-inline-analysis.c (add_clause): Do more simplification.
18883         (and_predicates): Shortcut more cases.
18884         (predicates_equal_p): Move forward; check that clauses are properly
18885         ordered.
18886         (or_predicates): Shortcut more cases.
18887         (edge_execution_predicate): Rewrite as...
18888         (set_cond_stmt_execution_predicate): ... this function; handle
18889         __builtin_constant_p.
18890         (set_switch_stmt_execution_predicate): New .
18891         (compute_bb_predicates): New.
18892         (will_be_nonconstant_predicate): Update TODO.
18893         (estimate_function_body_sizes): Use compute_bb_predicates
18894         and free them later, always try to estimate if stmt is constant.
18895         (estimate_time_after_inlining, estimate_size_after_inlining):
18896         Gracefully handle optimized out edges.
18897         (read_predicate): Fix off by one error.
18899 2011-04-29  Nicola Pero  <nicola.pero@meta-innovation.com>
18901         * Makefile.in (ENABLE_MAINTAINER_RULES): New.
18903 2011-04-27  Xinliang David Li  <davidxl@google.com>
18905         * tree-profile.c (init_ic_make_global_vars): Set
18906         tls attribute on ic vars.
18907         * coverage.c (coverage_end_function): Initialize
18908         function_list with zero.
18910 2011-04-29  Richard Guenther  <rguenther@suse.de>
18912         * builtins.c (fold_builtin_classify_type): Use integer_type_node
18913         for the type of the result.
18914         (fold_builtin_isascii): Likewise.
18915         (fold_builtin_toascii): Use integer_type_node where appropriate.
18916         (fold_builtin_logb): Likewise.
18917         (fold_builtin_frexp): Likewise.
18918         (fold_builtin_strstr): Likewise.
18919         (fold_builtin_strpbrk): Likewise.
18920         (fold_builtin_fputs): Likewise.
18921         (fold_builtin_sprintf): Likewise.
18922         (fold_builtin_snprintf): Likewise.
18923         (fold_builtin_printf): Likewise.
18924         (do_mpfr_remquo): Use a proper type for the assigned constant.
18925         (do_mpfr_lgamma_r): Likewise.
18926         * dwarf2out.c (resolve_one_addr): Use size_int.
18927         * except.c (init_eh): Likewise.
18928         (assign_filter_values): Use integer_type_node for filter values.
18929         (sjlj_emit_dispatch_table): Use integer_type_node for dispatch
18930         indices.
18931         * tree-cfg.c (move_stmt_eh_region_tree_nr): Use integer_type_node
18932         for EH region numbers.
18933         * tree-vrp.c (simplify_div_or_mod_using_ranges): Use integer_type_node
18934         for the shift amount.
18936 2011-04-29  Richard Guenther  <rguenther@suse.de>
18938         * expr.h (expand_shift): Rename to ...
18939         (expand_variable_shift): ... this.
18940         (expand_shift): Take a constant shift amount.
18941         * expmed.c (expand_shift): Rename to ...
18942         (expand_variable_shift): ... this.
18943         (expand_shift): New wrapper around expand_variable_shift.
18944         * expr.c (convert_move, emit_group_load_1, emit_group_store,
18945         optimize_bitfield_assignment_op, store_field, expand_expr_real_2,
18946         expand_expr_real_1, reduce_to_bit_field_precision): Adjust.
18947         * expmed.c (store_fixed_bit_field, extract_bit_field_1,
18948         extract_fixed_bit_field, extract_split_bit_field, expand_mult_const,
18949         expand_mult, expand_widening_mult, expand_mult_highpart_adjust,
18950         extract_high_half, expand_sdiv_pow2, expand_divmod, emit_cstore,
18951         emit_store_flag_1, emit_store_flag): Likewise.
18952         * builtins.c (expand_builtin_signbit): Likewise.
18953         * calls.c (load_register_parameters): Likewise.
18954         * function.c (assign_parm_setup_block): Likewise.
18955         * lower-subreg.c (resolve_shift_zext): Likewise.
18956         * optabs.c (widen_bswap, expand_abs_nojump,
18957         expand_one_cmpl_abs_nojump, expand_float): Likewise.
18958         * spu/spu.c (spu_expand_extv): Likewise.
18959         * sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
18961 2011-04-29  Richard Guenther  <rguenther@suse.de>
18963         * tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node
18964         for the remapped region number.
18965         * predict.c (build_predict_expr): Use integer_type_node for the
18966         predict kind.
18967         * fold-const.c (fold_binary_loc): Use integer_type_node for
18968         the shift amount.  Use a proper type for the PLUS_EXPR operand.
18970 2011-04-29  Michael Matz  <matz@suse.de>
18972         * lto-streamer.c (lto_streamer_cache_insert_1): Accept to override
18973         other trees that just builtins.
18974         (lto_record_common_node): Don't leave NULL TYPE_CANONICAL.
18976 2011-04-29  Richard Guenther  <rguenther@suse.de>
18978         * tree-nested.c (get_trampoline_type): Use size_int.
18979         (get_nl_goto_field): Likewise.
18980         * tree-eh.c (lower_try_finally_switch): Use integer_type_node
18981         for all indexes.
18982         (lower_eh_constructs_2): Likewise.
18983         (lower_resx): Likewise.
18984         (lower_eh_dispatch): Likewise.
18985         * tree-mudflap.c (mf_build_string): Use size_int.
18986         (mudflap_register_call): Use integer_type_node for the flag.
18987         (mudflap_enqueue_constant): Use size_int.
18988         * tree-chrec.c (reset_evolution_in_loop): Copy CHREC_VAR
18989         instead of rebuilding it.
18991 2011-04-29  Richard Guenther  <rguenther@suse.de>
18993         * tree-ssa-structalias.c (get_fi_for_callee): Restructure.
18994         Handle OBJ_TYPE_REF.
18995         (find_func_aliases_for_call): Use it more consistently.
18997 2011-04-29  Alexandre Oliva  <aoliva@redhat.com>
18999         * haifa-sched.c (last_nondebug_scheduled_insn): New.
19000         (rank_for_schedule): Use it.
19001         (schedule_block): Set it.
19003 2011-04-28  David Li  <davidxl@google.com>
19005         * tree.c (crc32_string): Use crc32_byte.
19006         (crc32_byte): New function.
19007         * tree.h (crc32_byte): New function.
19008         * gcov.c (read_graph_file): Handle new cfg_cksum.
19009         (read_count_file): Ditto.
19010         * profile.c (instrument_values): Ditto.
19011         (get_exec_counts): Ditto.
19012         (read_profile_edge_counts): Ditto.
19013         (compute_branch_probabilities): Ditto.
19014         (compute_value_histograms): Ditto.
19015         (branch_prob): Ditto.
19016         (end_branch_prob): Ditto.
19017         * coverage.c (read_counts_file): Ditto.
19018         (get_coverage_counts): Ditto.
19019         (tree_coverage_counter_addr): Ditto.
19020         (coverage_checksum_string): Ditto.
19021         (coverage_begin_output): Ditto.
19022         (coverage_end_function): Ditto.
19023         (build_fn_info_type): Ditto.
19024         (build_fn_info_value): Ditto.
19025         * libgcov.c (gcov_exit): Ditto.
19026         * gcov-dump.c (tag_function): Ditto.
19027         (compute_checksum): Remove.
19029 2011-04-29  Alan Modra  <amodra@gmail.com>
19031         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
19032         unspec plus offset.  Tidy macho code.
19034 2011-04-29  Martin Jambor  <mjambor@suse.cz>
19036         * cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph
19037         node instead of a decl.  Update all callers.
19038         * cgraph.h: Update declaration.
19040 2011-04-28  Ira Rosen  <ira.rosen@linaro.org>
19042         PR tree-optimization/48765
19043         * tree-vectorizer.h (vect_make_slp_decision): Return bool.
19044         * tree-vect-loop.c (vect_analyze_loop_operations): Add new argument
19045         to indicate if loop aware SLP is being used.  Scan the statements
19046         and update the vectorization factor according to the type of
19047         vectorization before statement analysis.
19048         (vect_analyze_loop_2): Get a return value from vect_make_slp_decision,
19049         pass it to vect_analyze_loop_operations.
19050         (vectorizable_reduction): Set number of copies to 1 in case of pure
19051         SLP statement.
19052         * tree-vect-stmts.c (vectorizable_conversion,
19053         vectorizable_assignment, vectorizable_shift,
19054         vectorizable_operation, vectorizable_type_demotion,
19055         vectorizable_type_promotion, vectorizable_store, vectorizable_load):
19056         Likewise.
19057         (vectorizable_condition): Move the check that it is not SLP
19058         vectorization before the number of copies check.
19059         * tree-vect-slp.c (vect_make_slp_decision): Return TRUE if decided
19060         to vectorize the loop using SLP.
19062 2011-04-28  Jakub Jelinek  <jakub@redhat.com>
19064         PR middle-end/48597
19065         * final.c (final_scan_insn): Call dwarf2out_frame_debug even for
19066         inline asm.
19068 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
19070         * config.gcc (*-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* |
19071         *-*-kopensolaris*-gnu): Don't define SINGLE_LIBC.
19072         (i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
19073         i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
19074         x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Don't use
19075         linux*.h headers.
19076         * config/gnu-user.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Define.
19077         * config/i386/gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
19078         * config/i386/kfreebsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
19079         * config/i386/knetbsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
19080         * config/i386/kopensolaris-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
19081         * config/i386/linux-unwind.h (x86_fallback_frame_state): Don't use
19082         REG_NAME.
19083         * config/i386/linux.h (REG_NAME): Don't define.
19084         * config/i386/linux64.h (REG_NAME): Don't define.
19085         * config/linux.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS):
19086         Undefine before defining.
19088 2011-04-28  Jan Hubicka  <jh@suse.cz>
19090         * ipa-inline-analysis.c (will_be_nonconstant_predicate): Take
19091         nonconstant_names array.
19092         (estimate_function_body_sizes): Build nonconstant_names array; handle
19093         BUILT_IN_CONSTANT_P.
19095 2011-04-28  Richard Guenther  <rguenther@suse.de>
19097         PR bootstrap/48804
19098         Revert
19099         2011-04-28  Richard Guenther  <rguenther@suse.de>
19101         * tree-ssa-structalias.c (solve_constraints): Build succ graph
19102         as late as possible.
19104 2011-04-28  Richard Guenther  <rguenther@suse.de>
19106         * tree-ssa-structalias.c (dump_constraint): Don't end the line.
19107         (debug_constraint): Do it here.
19108         (dump_constraints): And here.
19109         (rewrite_constraints): And here.
19110         (dump_constraint_edge): Remove.
19111         (dump_constraint_graph): Rewrite to produce DOT output.
19112         (solve_constraints): Build succ graph as late as possible.
19113         Dump constraint graphs before and after solving.
19115 2011-04-28  Richard Guenther  <rguenther@suse.de>
19117         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
19118         New function split out from ...
19119         (find_func_aliases): ... here.  Call it.
19120         (find_func_aliases_for_call): Likewise.
19122 2011-04-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
19124         * internal-fn.h (internal_fn_name_array): Declare.
19125         (internal_fn_flags_array): Likewise.
19127 2011-04-27  Uros Bizjak  <ubizjak@gmail.com>
19129         * config/i386/i386.md (ssemodesuffix):  Merge with ssevecsize,
19130         ssemodefsuffix, ssescalarmodesuffix and avxmodesuffixp.
19131         Move from sse.md.
19132         (ssemodefsuffix): Remove.
19133         (ssevecmodesuffix): New mode attribute.
19134         (fix_trunc<mode>di_sse, fix_trunc<mode>si_sse,
19135         *float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit,
19136         *float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit,
19137         *float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit,
19138         *float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit, setcc_<mode>_sse,
19139         *sqrt<mode>2_sse, sse4_1_round<mode>2, <smaxmin:code><mode>3,
19140         *ieee_smin<mode>3, *ieee_smax<mode>3): Adjust assembler templates for
19141         ssemodesuffix mode attribute.
19142         (float splitters): Use ssevecmodesuffix mode attribute.
19143         * config/i386/sse.md (ssescalarmode): Merge with avxscalarmode.
19144         (sseinsmode): Rename from avxvecmode.
19145         (avxsizesuffix): Rename from avxmodesuffix.
19146         (sseintvecmode): Rename from avxpermvecmode.
19147         (ssedoublevecmode): Rename from ssedoublesizemode.
19148         (ssehalfvecmode): Rename from avxhalfvecmode.
19149         (ssescalarmode): Rename from avxscalarmode.
19150         (<sse>_comi, <sse>_ucomi, sse4a_movnt<mode>): Adjust assembler
19151         templates for ssemodesuffix mode attribute.
19152         (*andnot<mode>3, *<any_logic:code><mode>3): Use ssevecmodesuffix
19153         mode attribute.
19155         Adjust RTX patterns globally for renamed mode attributes.
19157 2011-04-27  Jan Hubcika  <jh@suse.cz>
19159         * ipa-inline.h (struct inline_edge_summary): Add predicate pointer.
19160         * ipa-inline-analysis.c: Include alloc-pool.h.
19161         (edge_predicate_pool): New.
19162         (trye_predicate_p): New function
19163         (false_predicate_p): New function.
19164         (add_clause): Sanity check that false clauses are "optimized";
19165         never add clauses to predicate that is already known to be false.
19166         (and_predicate): Use flase_predicate_p.
19167         (evaulate_predicate): Rename to ...
19168         (evaluate_predicate): ... this one; update all callers; assert
19169         that false is not listed among possible truths.
19170         (dump_predicate): Use true_predicate_p.
19171         (account_size_time): Use false_predicate_p.
19172         (evaulate_conditions_for_edge): Rename to ...
19173         (evaluate_conditions_for_edge) ... this one.
19174         (edge_set_predicate): New function.
19175         (inline_edge_duplication_hook): Duplicate edge predicates.
19176         (inline_edge_removal_hook): Free edge predicates.
19177         (dump_inline_edge_summary): Add INFO parameter; dump edge predicates.
19178         (dump_inline_summary): Update.
19179         (estimate_function_body_sizes): Set edge predicates.
19180         (estimate_calls_size_and_time): Handle predicates.
19181         (estimate_callee_size_and_time): Update.
19182         (remap_predicate): Add toplev_predicate; update comment.
19183         (remap_edge_predicates): New function.
19184         (inline_merge_summary): Compute toplev predicate; update.
19185         (read_predicate): New function.
19186         (read_inline_edge_summary): Use it.
19187         (inline_read_section): Likewise.
19188         (write_predicate): New function.
19189         (write_inline_edge_summary): Use it.
19190         (inline_write_summary): Likewise.
19191         (inline_free_summary): Free alloc pool and edge summary vec.
19193 2011-04-27  Richard Guenther  <rguenther@suse.de>
19195         * tree-ssa-structalias.c (changed_count): Remove.
19196         (changed): Use a bitmap.
19197         (unify_nodes): Adjust.
19198         (do_sd_constraint): Likewise.
19199         (do_ds_constraint): Likewise.
19200         (do_complex_constraint): Likewise.
19201         (solve_graph): Likewise.
19203 2011-04-27  Jan Hubicka  <jh@suse.cz>
19205         * cgraphunit.c (cgraph_process_new_functions): Fix ordering issue.
19207 2011-04-27  Uros Bizjak  <ubizjak@gmail.com>
19209         * config/i386/predicates.md (avx_vpermilp_*_operand): Remove.
19210         (avx_vperm2f128_*_operand): Ditto.
19211         * config/i386/sse.md (*avx_vpermilp<mode>): Remove operand2 predicate.
19212         Use avx_vpermilp_parallel in insn condition.
19213         (*avx_vperm2f128<mode>_nozero): Remove operand3 predicate.
19214         Use avx_vperm2f128_parallel in insn condition.
19216 2011-04-27  Richard Guenther  <rguenther@suse.de>
19218         * Makefile.in (tree-ssa-structalias.o): Remove
19219         gt-tree-ssa-structalias.h dependency.
19220         (GTFILES): Remove tree-ssa-structalias.c.
19221         * tree.c (allocate_decl_uid): New function.
19222         (make_node_stat): Use it.
19223         (copy_node_stat): Likewise.
19224         * tree.h (allocate_decl_uid): Declare.
19225         * tree-ssa-alias.h (delete_alias_heapvars): Remove.
19226         * tree-ssa.c (delete_tree_ssa): Do not call delete_alias_heapvars.
19227         * tree-flow.h (struct var_ann_d): Remove is_heapvar flag.
19228         * tree-ssa-live.c (remove_unused_locals): Do not check is_heapvar flag.
19229         * tree-ssa-structalias.c (heapvar_for_stmt): Remove.
19230         (struct heapvar_map): Likewise.
19231         (heapvar_map_eq, heapvar_map_hash, heapvar_lookup,
19232         heapvar_insert): Likewise.
19233         (make_heapvar_for): Rename to ...
19234         (make_heapvar): ... this.  Simplify.
19235         (fake_var_decl_obstack): New global var.
19236         (build_fake_var_decl): New function.
19237         (make_constraint_from_heapvar): Adjust.
19238         (handle_lhs_call): Likewise.
19239         (create_function_info_for): Likewise.
19240         (intra_create_variable_infos): Likewise.
19241         (init_alias_vars): Allocate fake_var_decl_obstack.
19242         (init_alias_heapvars, delete_alias_heapvars): Remove.
19243         (compute_points_to_sets): Do not call init_alias_heapvars.
19244         (ipa_pta_execute): Likewise.
19245         (delete_points_to_sets): Free fake_var_decl_obstack.
19247 2011-04-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19249         * config/spu/divmovti4.c (union qword_UTItype): New data type.
19250         (si_from_UTItype, si_to_UTItype): New functions.
19251         (__udivmodti4): Use them to implement type-punning.
19252         * config/spu/multi3.c (union qword_TItype): New data type.
19253         (si_from_TItype, si_to_TItype): New functions.
19254         (__multi3): Use them to implement type-punning.
19256 2011-04-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19258         * config/spu/spu.c (spu_expand_epilogue): Do not emit barrier.
19260 2011-04-27  Jan Hubicka  <jh@suse.cz>
19262         * ipa-prop.c (function_insertion_hook_holder): New holder.
19263         (ipa_add_new_function): New function.
19264         (ipa_register_cgraph_hooks, ipa_unregister_cgraph_hooks):
19265         Register/deregister holder.
19267 2011-04-27  Richard Guenther  <rguenther@suse.de>
19269         PR tree-optimization/48772
19270         * tree-ssa-pre.c (eliminate): Update call stmts after elimination only.
19272 2011-04-27  Richard Guenther  <rguenther@suse.de>
19274         * tree-ssa-alias.c (indirect_refs_may_alias_p): Fix
19275         TARGET_MEM_REF handling.
19277 2011-04-27  Nick Clifton  <nickc@redhat.com>
19279         * config/frv/frv.h (enum reg_class): Delete EVEN_ACC_REGS,
19280         ACC_REGS, FEVEN_REGS, FPR_REGS, EVEN_REGS.
19281         (REG_CLASS_NAMES): Likewise.
19282         (REG_CLASS_CONTENTS): Likewise.
19283         (EVEN_ACC_REGS): New macro.  Alias for QUAD_ACC_REGS.
19284         (ACC_REGS): New macro.  Alias for QUAD_ACC_REGS.
19285         (FEVEN_REGS): New macro.  Alias for QUAD_ACC_REGS.
19286         (FPR_REGS): New macro.  Alias for QUAD_ACC_REGS.
19287         (EVEN_REGS): New macro.  Alias for QUAD_REGS.
19288         * config/frv/frv.c (frv_secondary_reload_class): Remove use of
19289         duplicate register classes.
19290         (frv_class_likely_spilled_p): Likewise.
19291         (frv_register_move_cost): Likewise.
19293         * config/mcore/mcore.h (REGNO_REG_CLASS): Do not index beyond the
19294         end of the regno_reg_class array.
19296 2011-04-27  Jakub Jelinek  <jakub@redhat.com>
19298         PR c/48742
19299         * c-typeck.c (build_binary_op): Don't wrap arguments if
19300         int_operands is true.
19302 2011-04-26  Kaz Kojima  <kkojima@gcc.gnu.org>
19304         PR target/48767
19305         * config/sh/sh.c (sh_gimplify_va_arg_expr): Don't call
19306         targetm.calls.must_pass_in_stack for void type.
19308 2011-04-26  Jan Hubicka  <jh@suse.cz>
19310         * cgraphbuild.c (build_cgraph_edges): Update call
19311         of cgraph_create_edge and cgraph_create_indirect_edge.
19312         * cgraph.c (cgraph_create_edge_including_clones,
19313         cgraph_create_edge_1, cgraph_allocate_init_indirect_info,
19314         cgraph_update_edges_for_call_stmt_node): Do not take nest
19315         argument; do not initialize call_stmt_size/time.
19316         (dump_cgraph_node): Do not dump nest.
19317         (cgraph_clone_edge): Do not take loop_nest argument;
19318         do not propagate it; do not clone call_stmt_size/time.
19319         (cgraph_clone_node): Likewise.
19320         (cgraph_create_virtual_clone): Update.
19321         * cgraph.h (struct cgraph_edge): Remove
19322         call_stmt_size/call_stmt_time/loop_nest.
19323         (cgraph_create_edge, cgraph_create_indirect_edge,
19324         cgraph_create_edge_including_clones, cgraph_clone_node): Update
19325         prototype.
19326         * tree-emutls.c (gen_emutls_addr): Update.
19327         * ipa-inline-transform.c (update_noncloned_frequencies): Do not handle
19328         loop_nest; handle indirect calls, too.
19329         (clone_inlined_nodes): Do not care about updating inline summaries.
19330         * cgraphunit.c (cgraph_copy_node_for_versioning): Update.
19331         * lto-cgraph.c (lto_output_edge, input_node, input_edge): Do not
19332         stream call_stmt_size/call_stmt_time/loop_nest.
19333         * ipa-inline.c (edge_badness): Update.
19334         (ipa_inline): dump summaries after inlining.
19335         * ipa-inline.h (struct inline_edge_summary, inline_edge_summary_t):
19336         New.
19337         (inline_edge_summary): New function.
19338         * ipa-inline-analysis.c (edge_duplication_hook_holder): New holder.
19339         (inline_edge_removal_hook): Handle edge summaries.
19340         (inline_edge_duplication_hook): New hook.
19341         (inline_summary_alloc): Alloc hooks.
19342         (initialize_growth_caches): Do not register removal hooks.
19343         (free_growth_caches); Do not free removal hook.
19344         (dump_inline_edge_summary): New function.
19345         (dump_inline_summary): Use it.
19346         (estimate_function_body_sizes, estimate_edge_size_and_time): Update.
19347         (inline_update_callee_summaries): New function.
19348         (inline_merge_summary): Use it.
19349         (do_estimate_edge_time, do_estimate_edge_growth): Update.
19350         (read_inline_edge_summary): New function.
19351         (inline_read_section): Use it.
19352         (write_inline_edge_summary): New function.
19353         (inline_write_summary): Use it.
19354         (inline_free_summary): Free edge new holders.
19355         * tree-inline.c (copy_bb): Update.
19357 2011-04-26  Jason Merrill  <jason@redhat.com>
19359         * tree-eh.c (lower_try_finally_switch): Create the label along with
19360         the CASE_LABEL_EXPR.
19362 2011-04-26  David S. Miller  <davem@davemloft.net>
19363             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19365         * configure.ac (gcc_cv_as_sparc_gotdata_op): Specify alignment.
19366         * configure: Regenerate.
19368 2011-04-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
19370         PR target/48258
19371         * config/rs6000/vector.md (UNSPEC_REDUC): New unspec for vector
19372         reduction.
19373         (VEC_reduc): New code iterator and splitters for vector reduction.
19374         (VEC_reduc_name): Ditto.
19375         (VEC_reduc_rtx): Ditto.
19376         (reduc_<VEC_reduc_name>_v2df): Vector reduction expanders for VSX.
19377         (reduc_<VEC_reduc_name>_v4sf): Ditto.
19379         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
19380         support for extracting SF on VSX.
19382         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): New insn for
19383         generating xscvspdp.
19384         (vsx_extract_v4sf): New insn to extract SF from V4SF vector.
19385         (vsx_reduc_<VEC_reduc_name>_v2df): New insns and splitters for
19386         double add, minimum, maximum vector reduction.
19387         (vsx_reduc_<VEC_reduc_name>_v4sf): Ditto.
19388         (vsx_reduc_<VEC_reduc_name>_v2df2_scalar): New combiner insn to
19389         optimize double vector reduction.
19390         (vsx_reduc_<VEC_reduc_name>_v4sf_scalar): Ditto.
19392 2011-04-26  Joseph Myers  <joseph@codesourcery.com>
19394         * config/fr30/fr30.h (inhibit_libc): Don't define.
19395         * config/m32r/m32r-protos.h: Correct comment.
19396         * config/v850/v850.h (GHS_default_section_names,
19397         GHS_current_section_names): Use tree, not union tree_node *.
19399 2011-04-26  Xinliang David Li  <davidxl@google.com>
19401         * tree-ssa-uninit.c (warn_uninitialized_phi): Pass warning code.
19402         * c-family/c-opts.c (c_common_handle_option): Set
19403         warn_maybe_uninitialized.
19404         * opts.c (common_handle_option): Ditto.
19405         * common.opt:  New option.
19406         * tree-ssa.c (warn_uninit): Add one more parameter.
19407         (warn_uninitialized_var): Pass warning code.
19408         * tree-flow.h: Interface change.
19410 2011-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19412         * config/mips/iris6.h (LOCAL_LABEL_PREFIX): Don't test TARGET_NEWABI.
19413         (WINT_TYPE_SIZE): Use INT_TYPE_SIZE.
19414         (TARGET_OS_CPP_BUILTINS): Remove TARGET_IRIX6 guards.
19416 2011-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19418         * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
19419         * config/mips/mips.opt (mmips-tfile): Remove.
19421         * doc/install.texi (Specific, mips-*-*): Move mips-tfile,
19422         mips-tdump reference to ...
19423         (Specific, alpha*-dec-osf5.1): ... here.  Adapt for Tru64 UNIX.
19424         * doc/trouble.texi (Cross-Compiler Problems): Replace MIPS
19425         reference by Tru64 UNIX.
19427 2011-04-26  Jakub Jelinek  <jakub@redhat.com>
19429         PR debug/48768
19430         * tree-ssa.c (insert_debug_temp_for_var_def): If degenerate_phi_result
19431         is error_mark_node, set value to NULL.
19433         PR tree-optimization/48734
19434         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Give up
19435         if return value from maybe_fold_*_comparsions isn't something
19436         the code is prepared to handle.
19438 2011-04-26  Uros Bizjak  <ubizjak@gmail.com>
19440         * config/i386/predicates.md (ext_QIreg_operand): Remove extra
19441         mode check.
19442         (ext_QIreg_nomode_operands): Remove.
19443         * config/i386/i386.md (*anddi_1): Use ext_QIreg_operand.
19444         (*andsi_1): Ditto.
19445         (*andhi_1): Ditto.
19447 2011-04-26  Andrew Stubbs  <ams@codesourcery.com>
19449         * config/arm/arm.c (arm_gen_constant): Remove can_negate_initial.
19451 2011-04-26  Richard Guenther  <rguenther@suse.de>
19453         * c-typeck.c (build_unary_op): Do not expand array-refs via
19454         pointer arithmetic.  Only adjust qualifiers for function types.
19456 2011-04-26  Richard Guenther  <rguenther@suse.de>
19458         PR middle-end/48694
19459         * tree.h (OEP_CONSTANT_ADDRESS_OF): New operand_equal_flag.
19460         * fold-const.c (operand_equal_p): For TREE_CONSTANT ADDR_EXPRs
19461         compare the operands with OEP_CONSTANT_ADDRESS_OF.  Treat trees
19462         with TREE_SIDE_EFFECTS equal when OEP_CONSTANT_ADDRESS_OF is set.
19464 2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
19466         * doc/extend.texi: Document __underlying_type.
19468 2011-04-25  Segher Boessenkool  <segher@kernel.crashing.org>
19470         * config/rs6000/titan.md (automata_option "progress"): Remove.
19472 2011-04-25  Jeff Law  <law@redhat.com>
19474         * tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.
19476 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
19478         * system.h (ENUM_BITFIELD): Remove.
19480 2011-04-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
19481             Eric Botcazou  <ebotcazou@adacore.com>
19483         * combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals
19484         for STORE_FLAG_VALUE==-1 case.
19486 2011-04-24  Richard Sandiford  <richard.sandiford@linaro.org>
19488         PR target/43804
19489         * config/m68k/constraints.md (T): Allow PIC operands that satisfy
19490         LEGITIMATE_PIC_OPERAND_P.
19492 2011-04-24  Jan Hubicka  <jh@suse.cz>
19494         * ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette
19495         WPA hack.
19496         * ipa-prop.h (ipa_get_param, ipa_is_param_used,
19497         ipa_param_cannot_devirtualize_p, ipa_param_types_vec_empty,
19498         ipa_get_ith_jump_func, ipa_get_lattice): Fortify array bounds.
19499         * ipa-inline-analysis.c (add_clause): Fix clause ordering.
19500         (and_predicates, or_predicates, predicates_equal_p, evaulate_predicate):
19501         Sanity check predicate length.
19502         (remap_predicate): Likewise; sanity check jump functions.
19503         (inline_read_section, inline_write_summary): Sanity check
19504         predicate length.
19506 2011-04-24  Paolo Carlini  <paolo.carlini@oracle.com>
19508         PR other/48748
19509         * doc/extend.texi (Type Traits): Document __is_standard_layout,
19510         __is_literal_type, and __is_trivial; update throughout about
19511         possibly cv-qualified void types.
19513 2011-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
19515         * doc/sourcebuild.texi (Ada Tests): Adjust reference to ACATS
19516         testsuite and make it version agnostic.
19518 2011-04-22  Jan Hubicka  <jh@suse.cz>
19520         * ipa-inline-analysis.c (inline_write_summary): Fix thinko.
19522 2011-04-23  Jakub Jelinek  <jakub@redhat.com>
19524         PR c/48685
19525         * fold-const.c (fold_convert_loc): Add NOP_EXPR when casting
19526         to VOID_TYPE even around MODIFY_EXPR.
19528 2011-04-22  Mike Stump  <mikestump@comcast.net>
19530         * gensupport.c (read_md_rtx): Fix typo in comment.
19531         * config/cris/cris.opt (moverride-best-lib-options): Fix typo in
19532         comment.
19534 2011-04-22  Jan Hubicka  <jh@suse.cz>
19536         * gengtype.c (open_base_files): Add ipa-inline.h include.
19537         * ipa-cp.c (ipcp_get_lattice, ipcp_lattice_from_jfunc): Move to
19538         ipa-prop.c; update all uses.
19539         * ipa-prop.c: (ipa_get_lattice, ipa_lattice_from_jfunc): ... here.
19540         * ipa-inline-transform.c (inline_call): Use inline_merge_summary to
19541         merge summary of inlined function into former caller.
19542         * ipa-inline.c (max_benefit): Remove.
19543         (edge_badness): Compensate for removal of benefits.
19544         (update_caller_keys): Use
19545         reset_node_growth_cache/reset_edge_growth_cache.
19546         (update_callee_keys): Likewise.
19547         (update_all_callee_keys): Likewise.
19548         (inline_small_functions): Do not collect max_benefit; do not reset
19549         estimated_growth; call free_growth_caches and initialize_growth_caches.
19550         * ipa-inline.h (struct condition, type clause_t, struct predicate,
19551         struct size_time_entry): New structures.
19552         (INLINE_SIZE_SCALE, INLINE_TIME_SCALE, MAX_CLAUSES): New constants.
19553         (inline_summary): Remove size_inlining_benefit, time_inlining_benefit
19554         and estimated_growth.
19555         (edge_growth_cache_entry): New structure.
19556         (node_growth_cache, edge_growth_cache): New global vars.
19557         (estimate_growth): Turn into inline.
19558         (inline_merge_summary, do_estimate_edge_growth, do_estimate_edge_time,
19559         initialize_growth_caches, free_growth_caches): Declare.
19560         (estimate_edge_growth): Rewrite.
19561         (estimate_edge_time): Implement as inline cache lookup.
19562         (reset_node_growth_cache, reset_edge_growth_cache): New inline
19563         functions.
19564         (MAX_TIME): Reduce to allow multiplicatoin by INLINE_SIZE_SCALE.
19565         (NUM_CONDITIONS): New constant.
19566         (predicate_conditions): New enum.
19567         (IS_NOT_CONSTANT): New constant.
19568         (edge_removal_hook_holder): New var.
19569         (node_growth_cache, edge_growth_cache): New global vars.
19570         (true_predicate, single_cond_predicate, false_predicate,
19571         not_inlined_predicate, add_condition, add_clause, and_predicates,
19572         or_predicates, predicates_equal_p, evaulate_predicate, dump_condition,
19573         dump_clause, dump_predicate, account_size_time,
19574         evaulate_conditions_for_edge): New functions.
19575         (inline_summary_alloc): Move to heap.
19576         (inline_node_removal_hook): Clear condition and entry vectors.
19577         (inline_edge_removal_hook): New function.
19578         (initialize_growth_caches, free_growth_caches): New function.
19579         (dump_inline_summary): Update.
19580         (edge_execution_predicate): New function.
19581         (will_be_nonconstant_predicate): New function.
19582         (estimate_function_body_sizes): Compute BB and constantness predicates.
19583         (compute_inline_parameters): Do not clear estimated_growth.
19584         (estimate_edge_size_and_time): New function.
19585         (estimate_calls_size_and_time): New function.
19586         (estimate_callee_size_and_time): New function.
19587         (remap_predicate): New function.
19588         (inline_merge_summary): New function.
19589         (do_estimate_edge_time): New function based on...
19590         (estimate_edge_time): ... this one.
19591         (do_estimate_edge_growth): New function.
19592         (do_estimate_growth): New function based on....
19593         (estimate_growth): ... this one.
19594         (inline_analyze_function): Analyze after deciding on jump functions.
19595         (inline_read_section): New function.
19596         (inline_read_summary): Use it.
19597         (inline_write_summary): Write all the new data.
19598         * ipa-prop.c (ipa_get_param_decl_index): Export.
19599         (ipa_lattice_from_jfunc): Move here from ipa-cp.c
19600         * ipa-prop.h (ipa_get_param_decl_index, ipa_lattice_from_jfunc):
19601         Declare.
19602         (ipa_get_lattice): Move here from ipa-cp.c
19603         * Makefile.in (GTFILES): Add ipa-inline.h and ipa-inline-analysis.c
19604         * params.def (PARAM_EARLY_INLINING_INSNS): Set to 11.
19605         * cgraph.h (cgraph_clone_inlined_nodes, compute_inline_parameters,
19606         cgraph_edge_inlinable_p): Remove.
19607         * cgraphunit.c: Include ipainline.h
19608         (cgraph_process_new_functions): Update call of
19609         compute_inline_parameters.
19611 2011-04-22  Richard Guenther  <rguenther@suse.de>
19613         * tree.c (build_int_cst): Properly create canonicalized integer
19614         constants.
19615         (build_int_cst_type): Remove scary comments.
19617 2011-04-22  Xinliang David Li  <davidxl@google.com>
19619         * toplev.c (process_options): Enable -Werror=coverage-mismatch
19620         by default when -Wno-error is not specified.
19621         * opts-global.c (decode_options): Remove call to
19622         control_warning_options.
19624 2011-04-22  Jakub Jelinek  <jakub@redhat.com>
19626         PR tree-optimization/48717
19627         * tree-ssa-forwprop.c (associate_plusminus): For A + ~A and
19628         ~A + A optimizations use build_int_cst_type instead of build_int_cst.
19630 2011-04-22  Joseph Myers  <joseph@codesourcery.com>
19632         * config/bfin/bfin-protos.h (Mmode): Don't define.  Expand
19633         definition where used.
19635 2011-04-22  Jakub Jelinek  <jakub@redhat.com>
19637         PR c/48716
19638         * gimplify.c (gimplify_bind_expr): Mark as GOVD_LOCAL also
19639         TREE_STATIC variables declared inside of some OpenMP construct.
19641 2011-04-22  Martin Jambor  <mjambor@suse.cz>
19643         PR middle-end/48585
19644         * tree-inline.c (copy_bb): Create new edges only for analyzed nodes.
19646 2011-04-22  Alexander Monakov  <amonakov@ispras.ru>
19648         PR c/36750
19649         * c-typeck.c (pop_init_level): Do not warn about initializing
19650         with ` = {0}'.
19652 2011-04-22  Alan Modra  <amodra@gmail.com>
19654         * config/rs6000/rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL
19655         when returning call_cookie.
19656         (rs6000_function_ok_for_sibcall): Allow sibcalls via function
19657         pointers, to functions with no more vector args than the current
19658         function, and some non-local calls for ABI_V4.
19659         * config/rs6000/rs6000.md (sibcall_nonlocal_aix32,
19660         sibcall_nonlocal_aix64): Combine to ..
19661         (sibcall_nonlocal_aix<mode>): ..this.  Handle function pointer calls.
19662         (sibcall_value_nonlocal_aix32, sibcall_value_nonlocal_aix64): Combine..
19663         (sibcall_value_nonlocal_aix<mode>): ..likewise.
19664         (*sibcall_nonlocal_sysv<mode>): Handle function pointer calls.
19665         (sibcall_value_nonlocal_sysv<mode>): Likewise.  Correct call cookie
19666         operand.
19667         * config/rs6000/darwin.md (sibcall_nonlocal_darwin64,
19668         sibcall_value_nonlocal_darwin64, sibcall_symbolic_64,
19669         sibcall_value_symbolic_64): Delete.
19671 2011-04-21  Xinliang David Li  <davidxl@google.com>
19673         * cgraph.h: Remove pid.
19674         * cgraph.c: Remove pid.
19675         * value-prof.c (init_node_map): New function.
19676         (del_node_map): New function.
19677         (find_func_by_funcdef_no): New function.
19678         (gimple_ic_transform): Call new function.
19679         * cgraphunit.c (cgraph_finalize_function): Remove pid.
19680         * function.c (get_last_funcdef_no): New function.
19681         * function.h (get_last_funcdef_no): New function.
19682         * tree-profile.c (gimple_gen_ic_func_profiler): Pass funcdef_no
19683         to libgcov function.
19684         (tree-profiling): Call node map init and delete function.
19686 2011-04-21  Ian Lance Taylor  <iant@google.com>
19688         * godump.c (go_format_type): Use exported Go name for anonymous
19689         field name.
19691 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
19693         * config/frv/frv.c (frv_init_builtins): Delete `endlink' variable.
19694         Call builtin_function_type_list instead of builtin_function_type.
19695         (UNARY, BINARY, TRINARY, QUAD): Likewise.
19697 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
19699         * config/arm/arm.c (arm_init_iwmmxt_builtins): Call
19700         build_function_type_list instead of build_function_type.
19701         Delete variable `endlink'.
19703 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
19705         * config/s390/s390.c (s390_init_builtins): Call
19706         build_function_type_list instead of build_function_type.
19708 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
19710         * config/ia64/ia64.c (ia64_init_builtins): Call
19711         build_function_type_list instead of builtin_function_type.
19713 2011-04-21  Easwaran Raman  <eraman@google.com>
19715         * cfgexpand.c (stack_var): Remove OFFSET...
19716         (add_stack_var): ...and its reference here...
19717         (expand_stack_vars): ...and here.
19718         (stack_var_cmp): Sort by descending order of size.
19719         (partition_stack_vars): Change heuristic.
19720         (union_stack_vars): Fix to reflect changes in partition_stack_vars.
19721         (dump_stack_var_partition): Add newline after each partition.
19723 2011-04-21  Dimitrios Apostolou  <jimis@gmx.net>
19724             Jeff Law  <law@redhat.com>
19726         * gengtype-state.c (read_a_state_token): Fix argument to obstack_free.
19727         * gengtype.c (matching_file_name_substitute): Likewise.
19729 2011-04-21  Richard Guenther  <rguenther@suse.de>
19731         PR lto/48703
19732         * tree.c (free_lang_data_in_decl): Do not zero TREE_TYPE of DECL_NAME.
19734 2011-04-21  Eric Botcazou  <ebotcazou@adacore.com>
19736         * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.
19738 2011-04-21  Richard Guenther  <rguenther@suse.de>
19740         * Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary
19741         file name.
19743 2011-04-21  Richard Guenther  <rguenther@suse.de>
19745         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
19746         MEM_REF and TARGET_MEM_REF, do not care about INDIRECT_REFs.
19747         Use DECL_P, not SSA_VAR_P.
19748         (ptr_derefs_may_alias_p): Likewise.
19749         (ptr_deref_may_alias_ref_p_1): Likewise.
19750         (decl_refs_may_alias_p): Likewise.
19751         (refs_may_alias_p_1): Likewise.
19752         (ref_maybe_used_by_call_p_1): Likewise.
19753         (call_may_clobber_ref_p_1): Likewise.
19754         (indirect_ref_may_alias_decl_p): Assume indirect refrences
19755         are either MEM_REF or TARGET_MEM_REF.
19756         (indirect_refs_may_alias_p): Likewise.
19757         * calls.c (emit_call_1): Build a MEM_REF instead of an INDIRECT_REF
19758         for MEM_EXPR of indirect calls.
19760 2011-04-21  Tristan Gingold  <gingold@adacore.com>
19762         * vmsdbgout.c (write_srccorr): Compute file length from the string.
19763         (dst_file_info_struct): Remove flen field.
19764         (lookup_filename): Remove code that set flen field.
19766 2011-04-21  Tristan Gingold  <gingold@adacore.com>
19768         * config/ia64/ia64.c (ia64_start_function): Add a guard.
19770 2011-04-21  Uros Bizjak  <ubizjak@gmail.com>
19772         PR target/48708
19773         * config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate
19774         vec_extract and vec_concat for non-SSE4_1 targets.
19776 2011-04-21  Richard Guenther  <rguenther@suse.de>
19778         * tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle
19779         return statements.
19781 2011-04-21  Joseph Myers  <joseph@codesourcery.com>
19783         * config/i386/cygming.h (union tree_node, TREE): Don't define or
19784         undefine.
19785         (FILE): Don't undefine.
19787 2011-04-21  Joseph Myers  <joseph@codesourcery.com>
19789         * config/alpha/alpha.c (struct machine_function): Use rtx, not
19790         struct rtx_def *.
19791         * config/bfin/bfin.h (bfin_cc_rtx, bfin_rets_rtx): Use rtx, not
19792         struct rtx_def *.
19793         * config/cris/cris-protos.h (STDIO_INCLUDED): Don't define.
19794         * config/h8300/h8300.h (struct cum_arg): Use rtx, not struct rtx_def *.
19795         * config/iq2000/iq2000.h (struct iq2000_args): Use rtx, not struct
19796         rtx_def *.
19797         * config/m32c/m32c-protos.h (MM, UINT): Don't define.  Expand
19798         definitions where used.
19799         * config/microblaze/microblaze.h (struct microblaze_args): Use
19800         rtx, not struct rtx_def *.
19801         * config/pa/pa-protos.h (return_addr_rtx): Use rtx, not struct
19802         rtx_def *.
19803         * config/pa/pa.h (hppa_pic_save_rtx): Use rtx, not struct rtx_def *.
19804         * config/pdp11/pdp11.h (cc0_reg_rtx): Use rtx, not struct rtx_def *.
19805         * config/sh/sh-protos.h (sfunc_uses_reg, get_fpscr_rtx): Use rtx,
19806         not struct rtx_def *.
19807         * config/sh/sh.h (sh_compare_op0, sh_compare_op1): Use rtx, not
19808         struct rtx_def *.
19809         * config/spu/spu-protos.h (spu_float_const): Use rtx, not struct
19810         rtx_def *.
19811         * config/spu/spu.c (spu_float_const): Use rtx, not struct rtx_def *.
19813 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
19815         * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block): Use
19816         operand_equal_p to compare DR_BASE_ADDRESSes.
19817         (vect_check_interleaving): Likewise.
19819 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
19821         PR target/46329
19822         * config/arm/arm.c (arm_legitimate_constant_p_1): Return false
19823         for all Neon struct constants.
19825 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
19827         * target.def (legitimate_constant_p): New hook.
19828         * doc/tm.texi.in (LEGITIMATE_CONSTANT_P): Replace with...
19829         (TARGET_LEGITIMATE_CONSTANT_P): ...this.
19830         * doc/tm.texi: Regenerate.
19831         * hooks.h (hook_bool_mode_rtx_true): Declare.
19832         * hooks.c (hook_bool_mode_rtx_true): Define.
19833         * system.h (LEGITIMATE_CONSTANT_P): Poison.
19834         * calls.c (precompute_register_parameters): Replace uses of
19835         LEGITIMATE_CONSTANT_P with targetm.legitimate_constant_p.
19836         (emit_library_call_value_1): Likewise.
19837         * expr.c (move_block_to_reg, can_store_by_pieces, emit_move_insn)
19838         (compress_float_constant, emit_push_insn, expand_expr_real_1): Likewise.
19839         * ira-costs.c (scan_one_insn): Likewise.
19840         * recog.c (general_operand, immediate_operand): Likewise.
19841         * reload.c (find_reloads_toplev, find_reloads_address_part): Likewise.
19842         * reload1.c (init_eliminable_invariants): Likewise.
19844         * config/alpha/alpha-protos.h (alpha_legitimate_constant_p): Add a
19845         mode argument.
19846         * config/alpha/alpha.h (LEGITIMATE_CONSTANT_P): Delete.
19847         * config/alpha/alpha.c (alpha_legitimate_constant_p): Add a mode
19848         argument.
19849         (TARGET_LEGITIMATE_CONSTANT_P): Define.
19850         * config/alpha/predicates.md (input_operand): Update call to
19851         alpha_legitimate_constant_p.
19853         * config/arm/arm-protos.h (arm_cannot_force_const_mem): Delete.
19854         * config/arm/arm.h (ARM_LEGITIMATE_CONSTANT_P): Likewise.
19855         (THUMB_LEGITIMATE_CONSTANT_P, LEGITIMATE_CONSTANT_P): Likewise.
19856         * config/arm/arm.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19857         (arm_legitimate_constant_p_1, thumb_legitimate_constant_p)
19858         (arm_legitimate_constant_p): New functions.
19859         (arm_cannot_force_const_mem): Make static.
19861         * config/avr/avr.h (LEGITIMATE_CONSTANT_P): Delete.
19863         * config/bfin/bfin-protos.h (bfin_legitimate_constant_p): Delete.
19864         * config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Delete.
19865         * config/bfin/bfin.c (expand_move): Use targetm.legitimate_constant_p
19866         instead of bfin_legitimate_constant_p.
19867         (bfin_legitimate_constant_p): Make static.  Add a mode argument.
19868         (TARGET_LEGITIMATE_CONSTANT_P): Define.
19870         * config/cris/cris.h (LEGITIMATE_CONSTANT_P): Delete.
19872         * config/fr30/fr30.h (LEGITIMATE_CONSTANT_P): Delete.
19874         * config/frv/frv-protos.h (frv_legitimate_constant_p): Delete.
19875         * config/frv/frv.h (LEGITIMATE_CONSTANT_P): Delete.
19876         * config/frv/frv.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19877         (frv_legitimate_constant_p): Make static.  Add a mode argument.
19879         * config/h8300/h8300-protos.h (h8300_legitimate_constant_p): Delete.
19880         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Likewise.
19881         * config/h8300/h8300.c (h8300_legitimate_constant_p): Likewise.
19883         * config/i386/i386-protos.h (legitimate_constant_p): Delete.
19884         * config/i386/i386.h (LEGITIMATE_CONSTANT_P): Likewise.
19885         * config/i386/i386.c (legitimate_constant_p): Rename to...
19886         (ix86_legitimate_constant_p): ...this.  Make static.  Add a mode
19887         argument.
19888         (ix86_cannot_force_const_mem): Update accordingly.
19889         (ix86_legitimate_address_p): Likewise.
19890         (TARGET_LEGITIMATE_CONSTANT_P): Define.
19891         * config/i386/i386.md: Update commentary.
19893         * config/ia64/ia64-protos.h (ia64_legitimate_constant_p): Delete.
19894         * config/ia64/ia64.h (LEGITIMATE_CONSTANT_P): Likewise.
19895         * config/ia64/ia64.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19896         (ia64_legitimate_constant_p): Make static.  Add a mode argument.
19898         * config/iq2000/iq2000.h (LEGITIMATE_CONSTANT_P): Delete.
19900         * config/lm32/lm32-protos.h (lm32_legitimate_constant_p): Delete.
19901         * config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Likewise.
19902         * config/lm32/lm32.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19903         (lm32_legitimate_constant_p): Make static.  Add a mode argument.
19905         * config/m32c/m32c-protos.h (m32c_legitimate_constant_p): Delete.
19906         * config/m32c/m32c.h (LEGITIMATE_CONSTANT_P): Likewise.
19907         * config/m32c/m32c.c (m32c_legitimate_constant_p): Likewise.
19909         * config/m32r/m32r.h (LEGITIMATE_CONSTANT_P): Delete.
19910         * config/m32r/m32r.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19911         (m32r_legitimate_constant_p): New function.
19913         * config/m68k/m68k-protos.h (m68k_legitimate_constant_p): Declare.
19914         * config/m68k/m68k.h (CONSTANT_ADDRESS_P): Call it instead of
19915         LEGITIMATE_CONSTANT_P.
19916         (LEGITIMATE_CONSTANT_P): Delete.
19917         * config/m68k/m68k.c (m68k_expand_prologue): Call
19918         m68k_legitimate_constant_p instead of LEGITIMATE_CONSTANT_P.
19919         (m68k_legitimate_constant_p): New function.
19920         * config/m68k/m68k.md: Update comments.
19922         * config/mcore/mcore.h (LEGITIMATE_CONSTANT_P): Delete.
19923         * config/mcore/mcore.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19924         (mcore_legitimate_constant_p): New function.
19926         * config/mep/mep-protos.h (mep_legitimate_constant_p): Delete.
19927         * config/mep/mep.h (LEGITIMATE_CONSTANT_P): Likewise.
19928         * config/mep/mep.c (mep_legitimate_constant_p): Make static.
19929         Add a mode argument.
19930         (mep_legitimate_address): Update accordingly.
19931         (TARGET_LEGITIMATE_CONSTANT_P): Define.
19933         * config/microblaze/microblaze-protos.h (microblaze_const_double_ok):
19934         Delete.
19935         * config/microblaze/microblaze.h (LEGITIMATE_CONSTANT_P): Likewise.
19936         * config/microblaze/microblaze.c (microblaze_const_double_ok): Make
19937         static.  Check OP's mode for VOIDmode.
19938         (microblaze_legitimate_constant_p): New function.
19939         (TARGET_LEGITIMATE_CONSTANT_P): Define.
19941         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Delete.
19942         * config/mips/mips.c (mips_legitimate_constant_p): New function.
19943         (mips_cannot_force_const_mem): Use it instead of LEGITIMATE_CONSTANT_P.
19944         (TARGET_LEGITIMATE_CONSTANT_P): Define.
19945         * config/mips/predicates.md: Update comments.
19947         * config/mmix/mmix-protos.h (mmix_legitimate_constant_p): Delete.
19948         * config/mmix/mmix.h (LEGITIMATE_CONSTANT_P): Likewise.
19949         * config/mmix/mmix.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19950         (mmix_legitimate_constant_p): Make static, return a bool, and take
19951         a mode argument.
19952         (mmix_print_operand_address): Update accordingly.
19954         * config/mn10300/mn10300-protos.h (mn10300_legitimate_constant_p):
19955         Delete.
19956         * config/mn10300/mn10300.h (LEGITIMATE_CONSTANT_P): Likewise.
19957         * config/mn10300/mn10300.c (mn10300_legitimate_constant_p): Make
19958         static.  Add a mode argument.
19959         (TARGET_LEGITIMATE_CONSTANT_P): Define.
19961         * config/moxie/moxie.h (LEGITIMATE_CONSTANT_P): Delete.
19963         * config/pa/pa.h (LEGITIMATE_CONSTANT_P): Delete.
19964         * config/pa/pa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19965         (pa_legitimate_constant_p): New function.
19967         * config/picochip/picochip.h (LEGITIMATE_CONSTANT_P): Delete.
19969         * config/pdp11/pdp11.h (LEGITIMATE_CONSTANT_P): Delete.
19970         * config/pdp11/pdp11.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19971         (pdp11_legitimate_constant_p): New function.
19973         * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Delete.
19974         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19975         (rs6000_legitimate_constant_p): New function.
19977         * config/rx/rx-protos.h (rx_is_legitimate_constant): Replace with...
19978         (rx_legitimate_constant_p): ...this.
19979         * config/rx/rx.h (LEGITIMATE_CONSTANT_P): Delete.
19980         * config/rx/rx.c (rx_is_legitimate_constant): Replace with...
19981         (rx_legitimate_constant_p): ...this.
19982         (TARGET_LEGITIMATE_CONSTANT_P): Define.
19983         * config/rx/rx.md (mov<register_modes:mode>): Update accordingly.
19985         * config/s390/s390-protos.h (legitimate_constant_p): Delete.
19986         * config/s390/s390.h (LEGITIMATE_CONSTANT_P): Likewise.
19987         * config/s390/s390.c (legitimate_constant_p): Rename to...
19988         (s390_legitimate_constant_p): ...this.  Make static, return a bool,
19989         and add a mode argument.
19990         (TARGET_LEGITIMATE_CONSTANT_P): Define.
19992         * config/score/score.h (LEGITIMATE_CONSTANT_P): Delete.
19994         * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Delete.
19995         * config/sh/sh.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19996         (sh_legitimate_constant_p): New function.
19998         * config/sparc/sparc-protos.h (legitimate_constant_p): Delete.
19999         * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Delete.
20000         * config/sparc/sparc.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
20001         (legitimate_constant_p): Rename to...
20002         (sparc_legitimate_constant_p): ...this.  Make static.  Add a mode
20003         argument.
20004         (constant_address_p): Update accordingly.
20006         * config/spu/spu-protos.h (spu_legitimate_constant_p): Add a mode
20007         argument and return a bool.
20008         * config/spu/spu.h (LEGITIMATE_CONSTANT_P): Delete.
20009         * config/spu/spu.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
20010         (spu_legitimate_constant_p): Add a mode argument and return a bool.
20011         (spu_rtx_costs): Update accordingly.
20012         * config/spu/predicates.md (vec_imm_operand): Likewise.
20014         * config/stormy16/stormy16.h (LEGITIMATE_CONSTANT_P): Delete.
20016         * config/v850/v850.h (LEGITIMATE_CONSTANT_P): Delete.
20017         * config/v850/v850.c (v850_legitimate_constant_p): New function.
20018         (TARGET_LEGITIMATE_CONSTANT_P): Define.
20020         * config/vax/vax-protos.h (legitimate_constant_p): Delete.
20021         * config/vax/vax.h (LEGITIMATE_CONSTANT_P): Likewise.
20022         * config/vax/vax.c (legitimate_constant_p): Likewise.
20024         * config/xtensa/xtensa.h (LEGITIMATE_CONSTANT_P): Delete.
20025         * config/xtensa/xtensa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
20026         (xtensa_legitimate_constant_p): New function.
20028 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
20030         * target.def (cannot_force_const_mem): Add a mode argument.
20031         * doc/tm.texi.in (TARGET_CANNOT_FORCE_CONST_MEM): Update accordingly.
20032         * doc/tm.texi: Regenerate.
20033         * hooks.h (hook_bool_mode_rtx_false): Declare.
20034         * hooks.c (hook_bool_mode_const_rtx_false): Fix commentary.
20035         (hook_bool_mode_const_rtx_true): Likewise.
20036         (hook_bool_mode_rtx_false): New function.
20037         * reload.c (CONST_POOL_OK_P): Take a mode argument and require it
20038         to be non-VOID.  Update call to cannot_force_const_mem.
20039         (find_reloads): Update accordingly.
20040         * varasm.c (force_const_mem): Update call to cannot_force_const_mem.
20041         * config/alpha/alpha.c (alpha_cannot_force_const_mem): Add a mode
20042         argument.
20043         * config/arm/arm-protos.h (arm_cannot_force_const_mem): Likewise.
20044         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Update call.
20045         * config/arm/arm.c (arm_cannot_force_const_mem): Add a mode argument.
20046         * config/bfin/bfin.c (bfin_cannot_force_const_mem): Likewise.
20047         * config/frv/frv.c (frv_cannot_force_const_mem): Likewise.
20048         * config/i386/i386.c (ix86_cannot_force_const_mem): Likewise.
20049         * config/ia64/ia64.c (ia64_cannot_force_const_mem): Likewise.
20050         * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
20051         (m68k_cannot_force_const_mem): ...this new function.
20052         * config/mips/mips.c (mips_cannot_force_const_mem): Add a mode
20053         argument.
20054         (mips_const_insns, mips_legitimize_const_move): Update calls.
20055         (mips_secondary_reload_class): Likewise.
20056         * config/pa/pa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
20057         (pa_cannot_force_const_mem): ...this new function.
20058         * config/rs6000/rs6000.c (TARGET_CANNOT_FORCE_CONST_MEM): Reefine to...
20059         (rs6000_cannot_force_const_mem): ...this new function.
20060         * config/s390/s390.c (s390_cannot_force_const_mem): Add a mode
20061         argument.
20062         * config/sparc/sparc.c (sparc_cannot_force_const_mem): Likewise.
20063         * config/xtensa/xtensa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine
20064         to...
20065         (xtensa_cannot_force_const_mem): ...this new function.
20067 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
20069         * config/mips/mips.c (mips16_build_function_stub): Call
20070         build_function_type_list instead of build_function_type.
20071         (mips16_build_call_stub): Likewise.
20073 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
20075         * config/mep/mep.c (mep_init_builtins): Call build_function_type_list
20076         instead of build_function_type.
20078 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
20080         * config/pa/pa.c (pa_init_builtins): Call build_function_type_list
20081         instead of build_function_type.
20083 2011-04-20  Uros Bizjak  <ubizjak@gmail.com>
20085         PR target/48678
20086         * config/i386/i386.md (insv): Change operand 0 constraint to
20087         "register_operand".  Change operand 1 and 2 constraint to
20088         "const_int_operand".  Expand to pinsr{b,w,d,q} * when appropriate.
20089         * config/i386/sse.md (sse4_1_pinsrb): Export.
20090         (sse2_pinsrw): Ditto.
20091         (sse4_1_pinsrd): Ditto.
20092         (sse4_1_pinsrq): Ditto.
20093         * config/i386/i386-protos.h (ix86_expand_pinsr): Add prototype.
20094         * config/i386/i386.c (ix86_expand_pinsr): New.
20096 2011-04-20  Easwaran Raman  <eraman@google.com>
20098         * cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable
20099         containing union type only with -fstrict-aliasing.
20101 2011-04-20  Jim Meyering  <meyering@redhat.com>
20103         Remove useless if-before-free tests.
20104         * calls.c (expand_call, save_area): Likewise.
20105         * cfgcleanup.c (try_forward_edges): Likewise.
20106         * collect2.c (collect_execute): Likewise.
20107         * config/i386/i386.c (ix86_valid_target_attribute_tree): Likewise.
20108         * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
20109         * coverage.c (coverage_checksum_string): Likewise.
20110         * cse.c (init_cse_reg_info, delete_trivially_dead_insns): Likewise.
20111         * cselib.c (cselib_init): Likewise.
20112         * df-core.c (rest_of_handle_df_finish, df_analyze): Likewise.
20113         (df_set_clean_cfg): Likewise.
20114         * function.c (free_after_compilation): Likewise.
20115         * gcc.c (do_spec_1, main): Likewise.
20116         * gcov.c (create_file_names): Likewise.
20117         * gensupport.c (identify_predicable_attribute): Likewise.
20118         * graphite-clast-to-gimple.c (save_clast_name_index): Likewise.
20119         * graphite-sese-to-poly.c (free_data_refs_aux): Likewise.
20120         * haifa-sched.c (haifa_finish_h_i_d): Likewise.
20121         * ipa-prop.c (ipa_free_node_params_substructures): Likewise.
20122         * ipa-pure-const.c (local_pure_const): Likewise.
20123         * ipa-reference.c (propagate): Likewise.
20124         * ira-costs.c (free_ira_costs): Likewise.
20125         * ira.c (free_register_move_costs, build_insn_chain): Likewise.
20126         * matrix-reorg.c (mat_free): Likewise.
20127         * prefix.c (get_key_value): Likewise.
20128         * profile.c (compute_value_histograms): Likewise.
20129         * reload1.c (free_reg_equiv): Likewise.
20130         * sched-deps.c (free_deps): Likewise.
20131         * sel-sched-ir.c (fence_clear): Likewise.
20132         * sese.c (set_rename, if_region_set_false_region): Likewise.
20133         * tree-data-ref.c (free_rdg): Likewise.
20134         * tree-eh.c (lower_try_finally): Likewise.
20135         * tree-ssa-coalesce.c (delete_coalesce_list): Likewise.
20136         * tree-ssa-live.c (delete_var_map): Likewise.
20137         * tree-ssa-loop-ivopts.c (free_loop_data): Likewise.
20138         * tree-ssa-pre.c (phi_trans_add): Likewise.
20140 2011-04-20  Jakub Jelinek  <jakub@redhat.com>
20142         PR tree-optimization/48611
20143         * tree-eh.c (note_eh_region_may_contain_throw): Don't propagate
20144         beyond ERT_MUST_NOT_THROW region.
20146 2011-04-20  Catherine Moore  <clm@codesourcery.com>
20148         * config/mips/mips.opt (mfix-24k): New.
20149         * config/mips/mips.h (ASM_SPEC): Handle -mfix-24k.
20150         * config/mips/mips.md (length): Increase by 4 for stores if
20151         fixing 24K errata.
20152         * config/mips/mips.c (mips_reorg_process_insns): Do not allow
20153         all noreorder if fixing 24K errata.
20154         * doc/invoke.texi: Document mfix-24k.
20156 2011-04-20  Chung-Lin Tang  <cltang@codesourcery.com>
20158         * config/arm/arm.c (arm_legitimize_reload_address): For NEON
20159         quad-word modes, reduce to 9-bit index range when above 1016 limit.
20161 2011-04-20  Andrew Stubbs  <ams@codesourcery.com>
20163         * config/arm/arm.c (arm_gen_constant): Move movw support ....
20164         (const_ok_for_op): ... to here.
20166 2011-04-20  Kai Tietz  <ktietz@redhat.com>
20168         * fold-const.c (fold_binary_loc): Add handling for (X & ~Y) | (~X & Y)
20169         and (X && !Y) | (!X && Y) optimization to (X ^ Y).
20171 2011-04-20  Andrew Stubbs  <ams@codesourcery.com>
20173         * config/arm/arm.c (arm_gen_constant): Remove redundant can_invert.
20175 2011-04-20  Richard Guenther  <rguenther@suse.de>
20177         PR tree-optimization/47892
20178         * tree-if-conv.c (if_convertible_stmt_p): Const builtins
20179         are if-convertible.
20181 2011-04-20  Eric Botcazou  <ebotcazou@adacore.com>
20183         * config/alpha/vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.
20185 2011-04-20  Tristan Gingold  <gingold@adacore.com>
20187         * config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.
20189 2011-04-20  Georg-Johann Lay  <avr@gjlay.de>
20191         PR target/18145
20193         * config/avr/avr.h (TARGET_ASM_INIT_SECTIONS): Delete.
20194         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
20195         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
20196         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
20197         (TARGET_ASM_NAMED_SECTION): Change to avr_asm_named_section.
20199         * config/avr/avr-protos.h (avr_asm_output_aligned_common):
20200         New prototype.
20202         * config/avr/avr.c (TARGET_ASM_INIT_SECTIONS): Define.
20203         (avr_asm_named_section, avr_asm_output_aligned_common,
20204         avr_output_data_section_asm_op, avr_output_bss_section_asm_op):
20205         New functions to update...
20206         (avr_need_clear_bss_p, avr_need_copy_data_p): ...these new variables.
20207         (avr_asm_init_sections): Overwrite section callbacks for
20208         data_section, bss_section.
20209         (avr_file_start): Move output of __do_copy_data, __do_clear_bss
20210         from here to...
20211         (avr_file_end): ...here.
20213 2011-04-20  Richard Guenther  <rguenther@suse.de>
20215         PR middle-end/48695
20216         * tree-ssa-alias.c (aliasing_component_refs_p): Compute base
20217         objects and types here.  Adjust for their offset before comparing.
20219 2011-04-20  Richard Sandiford  <richard.sandiford@linaro.org>
20221         * tree-vect-stmts.c (vectorizable_store): Only chain one related
20222         statement per copy.
20224 2011-04-20  Richard Sandiford  <richard.sandiford@linaro.org>
20226         * Makefile.in (INTERNAL_FN_DEF, INTERNAL_FN_H): Define.
20227         (GIMPLE_H): Include $(INTERNAL_FN_H).
20228         (OBJS-common): Add internal-fn.o.
20229         (internal-fn.o): New rule.
20230         * internal-fn.def: New file.
20231         * internal-fn.h: Likewise.
20232         * internal-fn.c: Likewise.
20233         * gimple.h: Include internal-fn.h.
20234         (GF_CALL_INTERNAL): New gf_mask.
20235         (gimple_statement_call): Put fntype into a union with a new
20236         internal_fn field.
20237         (gimple_build_call_internal): Declare.
20238         (gimple_build_call_internal_vec): Likewise.
20239         (gimple_call_same_target_p): Likewise.
20240         (gimple_call_internal_p): New function.
20241         (gimple_call_internal_fn): Likewise.
20242         (gimple_call_fntype): Return null for internal calls.
20243         (gimple_call_set_fntype): Assert that the function is not internal.
20244         (gimple_call_set_fn): Likewise.
20245         (gimple_call_set_fndecl): Likewise.
20246         (gimple_call_set_internal_fn): New function.
20247         (gimple_call_addr_fndecl): Handle null functions.
20248         (gimple_call_return_type): Likewise null types.
20249         * gimple.c (gimple_build_call_internal_1): New function.
20250         (gimple_build_call_internal): Likewise.
20251         (gimple_build_call_internal_vec): Likewise.
20252         (gimple_call_same_target_p): Likewise.
20253         (gimple_call_flags): Handle calls to internal functions.
20254         (gimple_call_fnspec): New function.
20255         (gimple_call_arg_flags, gimple_call_return_flags): Use it.
20256         (gimple_has_side_effects): Handle null functions.
20257         (gimple_rhs_has_side_effects): Likewise.
20258         (gimple_call_copy_skip_args): Handle calls to internal functions.
20259         * cfgexpand.c (expand_call_stmt): Likewise.
20260         * expr.c (expand_expr_real_1): Assert that the call isn't internal.
20261         * gimple-fold.c (gimple_fold_call): Handle null functions.
20262         (gimple_fold_stmt_to_constant_1): Don't fold
20263         calls to internal functions.
20264         * gimple-low.c (gimple_check_call_args): Handle calls to internal
20265         functions.
20266         * gimple-pretty-print.c (dump_gimple_call): Likewise.
20267         * ipa-prop.c (ipa_analyze_call_uses): Handle null functions.
20268         * tree-cfg.c (verify_gimple_call): Handle calls to internal functions.
20269         (do_warn_unused_result): Likewise.
20270         * tree-eh.c (same_handler_p): Use gimple_call_same_target_p.
20271         * tree-ssa-ccp.c (ccp_fold_stmt): Handle calls to internal functions.
20272         * tree-ssa-dom.c (hashable_expr): Use the gimple statement to record
20273         the target of a call.
20274         (initialize_hash_element): Update accordingly.
20275         (hashable_expr_equal_p): Use gimple_call_same_target_p.
20276         (iterative_hash_hashable_expr): Handle calls to internal functions.
20277         (print_expr_hash_elt): Likewise.
20278         * tree-ssa-pre.c (can_value_number_call): Likewise.
20279         (eliminate): Handle null functions.
20280         * tree-ssa-sccvn.c (visit_use): Handle calls to internal functions.
20281         * tree-ssa-structalias.c (get_fi_for_callee): Likewise.
20282         (find_func_aliases): Likewise.
20283         * value-prof.c (gimple_ic_transform): Likewise.
20284         (gimple_indirect_call_to_profile): Likewise.
20285         * lto-streamer-in.c (input_gimple_stmt): Likewise.
20286         * lto-streamer-out.c (output_gimple_stmt): Likewise.
20288 2011-04-19  Jan Hubicka  <jh@suse.cz>
20290         * ipa-inline-transform.c (save_inline_function_body): Add comments.
20291         * ipa-inline.c (inline_small_functions): Compute summaries first,
20292         populate heap later.
20294 2011-04-19  Jan Hubicka  <jh@suse.cz>
20296         * cgraph.h (save_inline_function_body): Remove.
20297         * ipa-inline-transform.c: New file, broke out of...
20298         * ipa-inline.c: ... this one; Update toplevel comment.
20299         (ncalls_inlined, nfunctions_inlined): Move to ipa-inline-transform.c;
20300         make global.
20301         (update_noncloned_frequencies): Move to ipa-inline-transform.c
20302         (cgraph_mark_inline_edge): Rename to inline_call; move to
20303         ipa-inline-transform.c.
20304         (cgraph_clone_inlined_nodes): Rename to clone_inlined_nodes;
20305         move to ipa-inline-transform.c
20306         (recursive_inlining, inline_small_functions, flatten_function,
20307         ipa_inline, inline_always_inline_functions,
20308         early_inline_small_functions): Update.
20309         (inline_transform): Move to ipa-inline-transform.c.
20310         * ipa-inline.h (inline_call, inline_transform, clone_inlined_nodes):
20311         Declare.
20312         * Makefile.in (ipa-inline-transform.o): New file.
20313         * cgraphunit.c (save_inline_function_body): Move to
20314         ipa-inline-transform.c
20316 2011-04-19  DJ Delorie  <dj@redhat.com>
20318         * config/m32c/m32c.c (m32c_emit_epilogue): Don't try to push
20319         registers if we already know there aren't any.
20320         (m32c_emit_epilogue): Don't emit a barrier here.
20321         (m32c_emit_eh_epilogue): Likewise.
20322         * config/m32c/blkmov.md (movstr): Don't fail on wrong-type
20323         operands at expand time.
20324         * config/m32c/m32c.h (WCHAR_TYPE_SIZE): Change to 4 to match "long
20325         int" wchar type.
20326         (REG_CLASS_CONTENTS, reg_class, REG_CLASS_NAMES): Remove
20327         duplicates.  Provide aliases instead.
20328         * config/m32c/prologue.md (eh_return): Emit a barrier here.
20329         (eh_epilogue): Add a "(return)" here as a hint to other parts of
20330         the compiler.
20332 2011-04-19  Anatoly Sokolov  <aesok@post.ru>
20334         * config/sparc/sparc.h (GENERAL_OR_I64, REGISTER_MOVE_COST): Remove.
20335         * config/sparc/sparc.c (TARGET_REGISTER_MOVE_COST): Define.
20336         (general_or_i64_p, sparc_register_move_cost): New function.
20338 2011-04-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20340         * doc/install.texi (Configuration, --enable-threads): Remove mach.
20341         Add lynx, mipssde.  Sort table.
20343 2011-04-19  Xinliang David Li  <davidxl@google.com>
20345         * ipa-cp.c (ipcp_update_profiling): Assert that scale_completement is
20346         not negative.
20348 2011-04-19  Jakub Jelinek  <jakub@redhat.com>
20350         PR target/48678
20351         * config/i386/i386.md (movstrict<mode>): FAIL if operands[0]
20352         is a SUBREG with non-MODE_INT mode inside of it.
20354 2011-04-19  Martin Jambor  <mjambor@suse.cz>
20356         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize
20357         also according to actual contants.
20358         * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): New function.
20359         (gimple_fold_call): Use it.
20360         * gimple.h (gimple_extract_devirt_binfo_from_cst): Declare.
20362 2011-04-19  Martin Jambor  <mjambor@suse.cz>
20364         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar
20365         non-pointer assignments.
20367 2011-04-19  Martin Jambor  <mjambor@suse.cz>
20369         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into
20370         account anc_offset and otr_type from the indirect edge info.
20371         * ipa-prop.c (get_ancestor_addr_info): New function.
20372         (compute_complex_ancestor_jump_func): Assignment analysis moved to
20373         get_ancestor_addr_info, call it.
20374         (ipa_note_param_call): Do not initialize information about polymorphic
20375         calls, return the indirect call graph edge.  Remove the last
20376         parameter, adjust all callers.
20377         (ipa_analyze_virtual_call_uses): Process also calls to ancestors of
20378         parameters.  Initialize polymorphic information in the indirect edge.
20380 2011-04-19  Eric Botcazou  <ebotcazou@adacore.com>
20382         PR lto/48148
20383         * gimple.c (gimple_types_compatible_p_1) <ENUMERAL_TYPE>: Do not merge
20384         the types if they have different enumeration identifiers.
20386 2011-04-19  Jan Hubicka  <jh@suse.cz>
20388         * cgraph.h (cgraph_optimize_for_size_p): Declare.
20389         * ipa-cp.c (ipcp_insert_stage): Use cgraph_optimize_for_size_p.
20390         * predict.c (cgraph_optimize_for_size_p): Break out from ...
20391         (optimize_function_for_size_p) ... here.
20393 2011-04-19  Richard Guenther  <rguenther@suse.de>
20395         PR lto/48207
20396         * tree.c (free_lang_data): Do not reset the decl-assembler-name
20397         langhook.
20399 2011-04-19  Eric Botcazou  <ebotcazou@adacore.com>
20401         * tree-inline.c (expand_call_inline): Do not issue a -Winline warning
20402         if DECL_NO_INLINE_WARNING_P is set on the function.
20404 2011-04-19  Bernd Schmidt  <bernds@codesourcery.com>
20406         PR fortran/47976
20407         * reload1.c (inc_for_reload): Return void. All callers changed.
20408         (emit_input_reload_insns): Don't try to delete previous output
20409         reloads to a register, or record spill_reg_store for autoincs.
20411 2011-04-19  Basile Starynkevitch  <basile@starynkevitch.net>
20413         * gengtype.h: Updated copyright year.
20414         (struct input_file_st): Add inpisplugin field.
20415         (type_fileloc): New function.
20416         * gengtype.c
20417         (write_typed_struct_alloc_def): Add gcc_assert.
20418         (write_typed_alloc_defns): Ditto. Don't output for plugin files.
20419         (write_typed_alloc_defns): Don't output for plugin files.
20420         (input_file_by_name): Clear inpisplugin field.
20421         (main): Set inpisplugin field for plugin files.
20423 2011-04-19  Nicola Pero  <nicola.pero@meta-innovation.com>
20425         * gengtype-state.c (string_eq): New.
20426         (read_state): Use string_eq instead of strcmp when creating the
20427         state_ident_tab.
20429 2011-04-19  Wei Guozhi  <carrot@google.com>
20431         PR target/47855
20432         * config/arm/arm-protos.h (thumb1_legitimate_address_p): New prototype.
20433         * config/arm/arm.c (thumb1_legitimate_address_p): Remove the static
20434         linkage.
20435         * config/arm/constraints.md (Uu): New constraint.
20436         * config/arm/arm.md (*arm_movqi_insn): Compute attr "length".
20438 2011-04-19  Tristan Gingold  <gingold@adacore.com>
20440         * config.gcc (-*-*-*vms): Added.
20441         (alpha64-dec-*vms*,alpha*-dec-*vms*, ia64-hp-*vms*): Common
20442         definitions moved.
20443         * config/vms/vms-ld.c: New file.
20444         * config/vms/vms-ar.c: New file.
20445         * config/vms/t-vmsnative: New file.
20447 2011-04-18  Xinliang David Li  <davidxl@google.com>
20449         * final.c (dump_basic_block_info): Use ASM_COMMENT_START.
20451 2011-04-18  Jakub Jelinek  <jakub@redhat.com>
20453         PR middle-end/48661
20454         * gimple-fold.c (gimple_get_virt_method_for_binfo): Return NULL
20455         if TREE_TYPE (v) is non-NULL.
20457         * gimple-fold.c (gimple_get_virt_method_for_binfo): Renamed from
20458         gimple_get_virt_mehtod_for_binfo.
20459         * gimple.h (gimple_get_virt_method_for_binfo): Likewise.
20460         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Adjust
20461         callers.
20462         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
20464 2011-04-18  Michael Matz  <matz@suse.de>
20465             Steve Ellcey  <sje@cup.hp.com>
20467         * expr.c (expand_expr_real_2) <CASE_CONVERT>: If OP0 is a constant,
20468         use its mode as source mode if it isn't VOIDmode.
20470 2011-04-18  Dennis, CHENG Renquan  <crquan@fedoraproject.org>
20472         * doc/passes.texi: Fill crossref nodes.
20474 2011-04-18  Jim Meyering  <meyering@redhat.com>
20476         Fix doubled-word typos in comments and strings
20477         * config/alpha/vms-unwind.h: s/for for/for/
20478         * config/arm/unwind-arm.h: Likewise.
20479         * config/microblaze/microblaze.c: Likewise.
20480         * config/sh/constraints.md: s/in in/in/
20481         * tree-cfg.c (verify_types_in_gimple_reference): Likewise.
20483 2011-04-18  Uros Bizjak  <ubizjak@gmail.com>
20485         * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): Remove.
20486         (AVX_FLOAT_MODE_P): Ditto.
20487         (AVX128_VEC_FLOAT_MODE_P): Ditto.
20488         (AVX256_VEC_FLOAT_MODE_P): Ditto.
20489         (AVX_VEC_FLOAT_MODE_P): Ditto.
20490         * config/i386/i386.md (UNSPEC_MASKLOAD): Remove.
20491         (UNSPEC_MASKSTORE): Ditto.
20492         * config/i386/sse.md (<sse>_movmsk<ssemodesuffix><avxmodesuffix>):
20493         Merge from <sse>_movmsk<ssemodesuffix> and
20494         avx_movmsk<ssemodesuffix>256.  Use VF mode iterator.
20495         (*sse2_maskmovdqu): Merge with *sse2_maskmovdqu_rex64.  Use P mode
20496         iterator.
20497         (avx_maskload<ssemodesuffix><avxmodesuffix>): New expander.
20498         (avx_maskstore<ssemodesuffix><avxmodesuffix>): Ditto.
20499         (*avx_maskmov<ssemodesuffix><avxmodesuffix>): New insn.
20501 2011-04-18  Jan Hubicka  <jh@suse.cz>
20503         * ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
20505         * ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
20506         (want_inline_function_called_once_p): Break out the logic from
20507         ipa_inline.
20508         (edge_badness): Ensure that profile is not misupdated.
20509         (lookup_recursive_calls): Prioritize by call frequencies.
20510         (inline_small_functions): Move program size estimates here;
20511         actually process whole queue even when unit growth has been
20512         met. (to properly compute inline_failed reasons and for the
20513         case unit size decrease.) Revisit comments on recursive inlining.
20514         (ipa_inline): Remove unit summary code; first inline hot calls
20515         of functions called once, cold calls next.
20516         (order, nnodes): Remove unused variables.
20517         * Makefile.in (ipa-inline.o): No longer depent on ggc files.
20518         (GTFILES): Remove ipa-inline.c
20519         * sel-sched.c (fill_insns): Silence uninitialized var warning.
20521 2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
20523         * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
20525 2011-04-18  Jie Zhang  <jie@codesourcery.com>
20526             Richard Earnshaw  <rearnsha@arm.com>
20528         * arm.c (neon_builtin_type_bits): Remove.
20529         (typedef enum neon_builtin_mode): New.
20530         (T_MAX): Don't define.
20531         (typedef enum neon_builtin_datum): Remove bits, codes[],
20532         num_vars and base_fcode.  Add mode, code and fcode.
20533         (VAR1, VAR2, VAR3, VAR4, VAR5, VAR6, VAR7, VAR8, VAR9
20534         VAR10): Change accordingly.
20535         (neon_builtin_data[]): Change accordingly
20536         (arm_init_neon_builtins): Change accordingly.
20537         (neon_builtin_compare): Remove.
20538         (locate_neon_builtin_icode): Remove.
20539         (arm_expand_neon_builtin): Change accordingly.
20541         * arm.h (enum arm_builtins): Move to ...
20542         * arm.c (enum arm_builtins): ... here; and rearrange builtin code.
20544         * arm.c (arm_builtin_decl): Declare.
20545         (TARGET_BUILTIN_DECL): Define.
20546         (enum arm_builtins): Correct ARM_BUILTIN_MAX.
20547         (arm_builtin_decls[]): New.
20548         (arm_init_neon_builtins): Store builtin declarations in
20549         arm_builtin_decls[].
20550         (arm_init_tls_builtins): Likewise.
20551         (arm_init_iwmmxt_builtins): Likewise.  Refactor initialization code.
20552         (arm_builtin_decl): New.
20554 2011-04-18  Richard Guenther  <rguenther@suse.de>
20556         * tree.c (upper_bound_in_type): Build properly canonicalized
20557         INTEGER_CSTs.
20558         (lower_bound_in_type): Likewise.
20560 2011-04-18  Richard Guenther  <rguenther@suse.de>
20562         * gimple.h (gimple_call_addr_fndecl): New function.
20563         (gimple_call_fndecl): Use it.
20564         * gimple-fold.c (gimple_fold_call): Fold away OBJ_TYPE_REFs
20565         for direct calls.
20566         * tree-ssa-ccp.c (ccp_fold_stmt): Remove OBJ_TYPE_REF folding.
20567         * tree-ssa-pre.c (eliminate): Also simplify indirect OBJ_TYPE_REFs.
20569 2011-04-18  Richard Guenther  <rguenther@suse.de>
20571         PR middle-end/48650
20572         * tree.c (build_string): STRING_CST is now derived from tree_typed.
20574 2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
20576         PR lto/48492
20577         * cfgexpand.c (expand_debug_expr) <VAR_DECL>: Return NULL for a
20578         DECL_IN_CONSTANT_POOL without RTL.
20580 2011-04-18  Ulrich Weigand  <ulrich.weigand@linaro.org>
20581             Ira Rosen  <ira.rosen@linaro.org>
20583         PR target/48252
20584         * config/arm/arm.c (neon_emit_pair_result_insn): Swap arguments
20585         to match neon_vzip/vuzp/vtrn_internal.
20586         * config/arm/neon.md (neon_vtrn<mode>_internal): Make both
20587         outputs explicitly dependent on both inputs.
20588         (neon_vzip<mode>_internal, neon_vuzp<mode>_internal): Likewise.
20590 2011-04-18  Jakub Jelinek  <jakub@redhat.com>
20592         PR tree-optimization/48616
20593         * tree-vect-stmts.c (vectorizable_shift): If SLP, determine
20594         whether the shift is by scalar or vector based on whether all SLP
20595         scalar stmts have the same rhs.
20597 2011-04-17  Chung-Lin Tang  <cltang@codesourcery.com>
20599         * config/arm/arm.c (neon_struct_mem_operand): Support POST_INC/PRE_DEC
20600         memory operands.
20602 2011-04-17  Richard Sandiford  <rdsandiford@googlemail.com>
20604         PR target/43700
20605         * config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
20606         registers.
20608 2011-04-17  Jan Hubicka  <jh@suse.cz>
20610         * cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.
20611         * cgrpahunit.c (cgraph_finalize_function): Do not set
20612         finalized_by_frontend.
20613         * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
20614         finalized_by_frontend.
20616 2011-04-17  Jan Hubicka  <jh@suse.cz>
20618         * cgraph.c (cgraph_clone_node): Do not handle vtable_method
20619         * cgraph.h (struct cgraph_local_info): Drop vtable_method.
20620         * cgraphunit.c (cgraph_copy_node_for_versioning): Drop vtable_method.
20621         * lto-cgraph.c (lto_output_node, input_overwrite_node): Drop vtable
20622         method.
20623         * gimple-fold.c (can_refer_decl_in_current_unit_p): Mention PR20991 in
20624         gimple-fold.c
20625         * varasm.c (mark_decl_referenced): Drop vtable_method handling code.
20627 2011-04-17  Eric Botcazou  <ebotcazou@adacore.com>
20629         PR lto/48538
20630         * lto-cgraph.c (merge_profile_summaries): Check that lto_file_data
20631         is non-null before accessing it.
20632         (input_cgraph): Remove trailing spaces.
20634 2011-04-17  Revital Eres  <revital.eres@linaro.org>
20636         * params.def (sms-min-sc): New param flag.
20637         * modulo-sched.c (sms_schedule): Use it.
20638         * doc/invoke.texi (sms-min-sc): Document it.
20640 2011-04-17  Jan Hubicka  <jh@suse.cz>
20642         * lto-symtab.c (lto_cgraph_replace_node): When call statement is
20643         present, also set gimple_call_set_cannot_inline.
20644         * ipa-inline.c: Update toplevel comment.
20645         (MAX_TIME): Remove.
20646         (cgraph_clone_inlined_nodes): Fix linebreaks.
20647         (cgraph_check_inline_limits): Restructure to ...
20648         (caller_growth_limits): ... this one; be more tolerant
20649         on growth in nested inline chains; add explanatory comment;
20650         fix stack accounting thinko introduced by previous patch.
20651         (cgraph_default_inline_p): Remove.
20652         (report_inline_failed_reason): New function.
20653         (can_inline_edge_p): New function.
20654         (can_early_inline_edge_p): New function.
20655         (leaf_node_p): Move upwards in file.
20656         (want_early_inline_function_p): New function.
20657         (want_inline_small_function_p): New function.
20658         (want_inline_self_recursive_call_p): New function.
20659         (cgraph_edge_badness): Rename to ...
20660         (edge_badness) ... this one; fix linebreaks.
20661         (update_edge_key): Update call of edge_baddness; add
20662         detailed dump about queue updates.
20663         (update_caller_keys): Use can_inline_edge_p and
20664         want_inline_small_function_p.
20665         (cgraph_decide_recursive_inlining): Rename to...
20666         (recursive_inlining): Use can_inline_edge_p and
20667         want_inline_self_recursive_call_p; simplify and remove no longer
20668         valid FIXME.
20669         (cgraph_set_inline_failed): Remove.
20670         (add_new_edges_to_heap): Use can_inline_edge_p and
20671         want_inline_small_function_p.
20672         (cgraph_decide_inlining_of_small_functions): Rename to ...
20673         (inline_small_functions): ... this one; cleanup; use
20674         can/want predicates; cleanup debug ouput; work edges till fibheap
20675         is exhausted and do not stop once unit growth is reached; remove
20676         later loop processing remaining edges.
20677         (cgraph_flatten): Rename to ...
20678         (flatten_function): ... this one; use can_inline_edge_p
20679         and can_early_inline_edge_p predicates.
20680         (cgraph_decide_inlining): Rename to ...
20681         (ipa_inline): ... this one; remove unreachable nodes before
20682         inlining functions called once; simplify the pass.
20683         (cgraph_perform_always_inlining): Rename to ...
20684         (inline_always_inline_functions): ... this one; use
20685         DECL_DISREGARD_INLINE_LIMITS; use can_inline_edge_p predicate.
20686         (cgraph_decide_inlining_incrementally): Rename to ...
20687         (early_inline_small_functions): ... this one; simplify
20688         using new predicates; cleanup; make dumps prettier.
20689         (cgraph_early_inlining): Rename to ...
20690         (early_inliner): newer inline regular functions into always-inlines;
20691         fix updating of call stmt summaries.
20692         (pass_early_inline): Update for new names.
20693         (inline_transform): Fix formating.
20694         (gate_cgraph_decide_inlining): Rename to ...
20695         (pass_ipa_inline): ... this one.
20696         * ipa-inline.h (inline_summary): Remove disregard_inline_limits.
20697         * ipa-inline-analysis.c (dump_inline_summary): Update.
20698         (compute_inline_parameters): Do not compute disregard_inline_limits;
20699         look for mismatching arguments.
20700         (estimate_growth): Fix handlig of non-trivial self recursion.
20701         (inline_read_summary): Do not read info->disregard_inline_limits.
20702         (inline_write_summary): Do not write info->disregard_inline_limits.
20703         * tree-inline.c (inline_forbidden_into_p, tree_can_inline_p): Remove
20704         and move all checks into can_inline_edge_p predicate; re-enable code
20705         comparing optimization levels.
20706         (expand_call_inline): Do not test inline_forbidden_into_p.
20707         * Makefile.in (ipa-inline.o): Update arguments.
20709 2011-04-17  Revital Eres  <revital.eres@linaro.org>
20711         * ddg.c (free_ddg_all_sccs): Free sccs field in struct ddg_all_sccs.
20713 2011-04-17  Revital Eres  <revital.eres@linaro.org>
20715         * modulo-sched.c (sms_schedule): Avoid unfreed memory when SMS fails.
20717 2011-04-17  Michael Matz  <matz@suse.de>
20719         PR tree-optimization/48622
20720         PR lto/48645
20721         * ipa-inline-analysis.c (inline_read_summary): Read size/time
20722         in same order as they're written.
20724 2011-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20726         * config/pa/predicates.md: Reorganize and simplify predicates.
20727         Eliminate duplicate code checks.
20728         (arith_operand): Rename to arith14_operand
20729         (reg_or_ior_operand): Rename to reg_or_cint_ior_operand.
20730         * config/pa/pa.md: Use renamed operands.
20731         * config/pa/pa-protos.h (symbolic_operand): Delete declaration.
20732         (tls_symbolic_operand, function_label_operand, lhs_lshift_cint_operand,
20733         arith11_operand, adddi3_operand, indexed_memory_operand,
20734         symbolic_memory_operand, int11_operand, reg_or_cint_move_operand,
20735         arith5_operand, uint5_operand, pic_label_operand, plus_xor_ior_operator,
20736         borx_reg_operand, shadd_operand, arith_operand, read_only_operand,
20737         move_dest_operand, move_src_operand, prefetch_cc_operand,
20738         prefetch_nocc_operand, and_operand, ior_operand, arith32_operand,
20739         uint32_operand, reg_before_reload_operand, reg_or_0_operand,
20740         reg_or_0_or_nonsymb_mem_operand, pre_cint_operand, post_cint_operand,
20741         div_operand, int5_operand, movb_comparison_operator,
20742         ireg_or_int5_operand, call_operand_address, ior_operand, fp_reg_operand,
20743         arith_double_operand, ireg_operand, lhs_lshift_operand,
20744         pc_or_label_operand, non_hard_reg_operand, eq_neq_comparison_operator,
20745         integer_store_memory_operand): Likewise.
20746         * config/pa/pa.c (adddi3_operand): Move to predicates.md.
20747         (integer_store_memory_operand, read_only_operand,
20748         function_label_operand, borx_reg_operand,
20749         non_hard_reg_operand): Likewise.
20750         (eq_neq_comparison_operator): Delete unused operator.
20751         (legitimize_pic_address): Use VOIDmode for mode argument in calls to
20752         function_label_operand.
20753         (emit_move_sequence): Likewise.
20755 2011-04-16  Uros Bizjak  <ubizjak@gmail.com>
20757         * config/i386/sse.md (sseunpackmode): New mode attribute.
20758         (ssepackmode): Ditto.
20759         (vec_pack_trunc_<mode>): Macroize expander from
20760         vec_pack_trunc_{v8hi,v4si,v2di} using VI248_128 mode iterator.
20761         (vec_unpacks_lo_<mode>): Macroize expander from
20762         vec_unpacks_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
20763         (vec_unpacks_hi_<mode>): Macroize expander from
20764         vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
20765         (vec_unpacku_lo_<mode>): Macroize expander from
20766         vec_unpacku_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
20767         (vec_unpacku_hi_<mode>): Macroize expander from
20768         vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
20769         * config/i386/i386.c (ix86_expand_sse_unpack): Merge with
20770         ix86_expand_sse4_unpack.
20771         * config/i386/i386-protos.h (ix86_expand_sse4_unpack): Remove.
20773 2011-04-16  Jan Hubicka  <jh@suse.cz>
20775         * cgraphbuild.c: Include ipa-inline.h.
20776         (reset_inline_failed): Use initialize_inline_failed.
20777         * cgraph.c: Include ipa-inline.h.
20778         (cgraph_create_node_1): Do not initialize estimated_growth.
20779         (initialize_inline_failed): More to ipa-inline-analysis.c
20780         (dump_cgraph_node): Do not dump inline flags.
20781         * cgraph.h (cgraph_local_info): Remove inlineable, versionable
20782         and disregard_inline_limits flags.
20783         (cgrpah_global_info): Remove estimated_stack_size, stack_frame_offset,
20784         time, size, estimated_growth.
20785         * ipa-cp.c (ipcp_versionable_function_p, ipcp_generate_summary):
20786         Update.
20787         * cgraphunit.c (cgraph_decide_is_function_needed): Use
20788         DECL_DISREGARD_INLINE_LIMITS.
20789         (cgraph_analyze_function): Do not initialize
20790         node->local.disregard_inline_limits.
20791         * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
20792         inlinable, versionable and disregard_inline_limits.
20793         * ipa-inline.c (cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
20794         cgraph_check_inline_limits, cgraph_default_inline_p,
20795         cgraph_edge_badness, update_caller_keys, update_callee_keys,
20796         add_new_edges_to_heap): Update.
20797         (cgraph_decide_inlining_of_small_function): Update; set
20798         CIF_FUNCTION_NOT_INLINABLE for uninlinable functions.
20799         (cgraph_decide_inlining, cgraph_edge_early_inlinable_p,
20800         cgraph_decide_inlining_incrementally): Update.
20801         * ipa-inline.h (inline_summary): Add inlinable, versionable,
20802         disregard_inline_limits, estimated_stack_size, stack_frame_offset,
20803         time, size and estimated_growth parameters.
20804         (estimate_edge_growth): Update.
20805         (initialize_inline_failed): Declare.
20806         * ipa-split.c: Include ipa-inline.h
20807         (execute_split_functions): Update.
20808         * ipa.c (cgraph_postorder): Use DECL_DISREGARD_INLINE_LIMITS.
20809         (cgraph_remove_unreachable_nodes): Do not clear inlinable flag.
20810         (record_cdtor_fn): Use DECL_DISREGARD_INLINE_LIMITS.
20811         * ipa-inline-analysis.c (inline_node_removal_hook): Update; set
20812         estimated_growth to INT_MIN.
20813         (inline_node_duplication_hook): Likewise.
20814         (dump_inline_summary): Dump new fields.
20815         (compute_inline_parameters): Update.
20816         (estimate_edge_time, estimate_time_after_inlining,
20817         estimate_size_after_inlining, estimate_growth, inline_read_summary,
20818         inline_write_summary):
20819         (initialize_inline_failed): Move here from cgraph.c.
20820         * tree-sra.c: Include ipa-inline.h.
20821         (ipa_sra_preliminary_function_checks): Update.
20822         * Makefile.in (cgraph.o, cgraphbuild.o): Add dependency on
20823         ipa-inline.h.
20825 2011-04-16  Uros Bizjak  <ubizjak@gmail.com>
20827         * config/i386/sse.md (V16): New mode iterator.
20828         (VI1, VI8): Ditto.
20829         (AVXMODEQI, AVXMODEDI): Remove.
20830         (sse2, sse3): New mode attribute.
20831         (mov<mode>): Use V16 mode iterator.
20832         (*mov<mode>_internal): Merge with *avx_mov<mode>_internal.
20833         (push<mode>1): Use V16 mode iterator.
20834         (movmisalign<mode>): Ditto.
20835         (<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
20836         <sse>_movu<ssemodesuffix> and avx_movu<ssemodesuffix><avxmodesuffix>.
20837         (*<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
20838         *<sse>_movu<ssemodesuffix> and *avx_movu<ssemodesuffix><avxmodesuffix>.
20839         (<sse2>_movdqu<avxmodesuffix>): Merge from sse2_movdqu and
20840         avx_movdqu<avxmodesuffix>.
20841         (*<sse2>_movdqu<avxmodesuffix>): Merge from *sse2_movdqu and
20842         *avx_movdqu<avxmodesuffix>.
20843         (<sse3>_lddqu<avxmodesuffix>) Merge from sse3_lddqu and
20844         avx_lddqu<avxmodesuffix>.
20845         (<sse>_movnt<mode>): Merge with avx_movnt<AVXMODEF2P:mode>.
20846         (<sse2>_movnt<mode>): Merge from sse2_movntv2di and
20847         avx_movnt<AVXMODEDI:mode>.
20848         * config/i386/i386.c (ix86_expand_vector_move_misalign): Update for
20849         renamed sse_movups, sse2_movupd and sse2_movdqu patterns.
20851 2011-04-16  Bernd Schmidt  <bernds@codesourcery.com>
20853         PR target/48629
20854         * haifa-sched.c (prune_ready_list, schedule_block): Use
20855         sched_pressure_p rather than flag_sched_pressure.
20857 2011-04-15  Pat Haugen  <pthaugen@us.ibm.com>
20859         * config/rs6000/rs6000.c (call_ABI_of_interest): Call
20860         cgraph_get_node instead of cgraph_get_create_node.
20862 2011-04-15  Jakub Jelinek  <jakub@redhat.com>
20864         * cfgexpand.c (expand_debug_expr): Use
20865         simplify_gen_{unary,binary,ternary} instead of gen_rtx_*.
20867 2011-04-15  Michael Matz  <matz@suse.de>
20869         * tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
20870         * builtins.c (expand_builtin): Use CALL_ALLOCA_FOR_VAR_P.
20871         * function.c (gimplify_parameters): Ditto.
20872         * gimplify.c (gimplify_vla_decl): Ditto.
20874         * gimple.h (enum gf_mask): Add GF_CALL_ALLOCA_FOR_VAR.
20875         (gimple_call_set_alloca_for_var): New inline function.
20876         (gimple_call_alloca_for_var_p): Ditto.
20877         * gimple.c (gimple_build_call_from_tree): Remember
20878         CALL_ALLOCA_FOR_VAR_P state.
20879         * cfgexpand.c (expand_call_stmt): Restore CALL_ALLOCA_FOR_VAR_P state.
20881         * tree-inline.c (inline_forbidden_p_stmt): Don't reject alloca
20882         calls if they were for VLA objects.
20884 2011-04-15  Martin Jambor  <mjambor@suse.cz>
20886         * ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling
20887         of ADR_EXPRs.
20889 2011-04-15  Martin Jambor  <mjambor@suse.cz>
20891         PR middle-end/48601
20892         * tree-emutls.c (lower_emutls_function_body): Call
20893         cgraph_get_create_node instead of cgraph_get_node.  Do not assert the
20894         result is non-NULL.
20896 2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>
20898         * c-decl.c (detect_field_duplicates): Call
20899         objc_detect_field_duplicates instead of objc_get_interface_ivars.
20901 2011-04-15  Nathan Froyd  <froydnj@codesourcery.com>
20903         * gimple.h (gimple_asm_clobbers_memory_p): Declare.
20904         * gimple.c (gimple_asm_clobbers_memory_p): Define.
20905         * ipa-pure-const.c (check_stmt): Call it.
20906         * tree-ssa-operands.c (get_asm_expr_operands): Likewise.
20908 2011-04-15  Richard Guenther  <rguenther@suse.de>
20910         PR tree-optimization/48290
20911         * tree-ssa-copy.c (copy_prop_visit_phi_node): Propagate constants.
20912         Properly decide inhibiting propagation based on the valueized
20913         operand.  Do loop-closed SSA form preserving here ...
20914         (init_copy_prop): ... not here.
20916 2011-04-15  H.J. Lu  <hongjiu.lu@intel.com>
20918         PR target/48612
20919         * config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
20920         (*ieee_smax<mode>3): Likewise.
20922 2011-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20924         * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
20925         Replace match_operand with match_dup for the third operand in
20926         these expanders.
20928 2011-04-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
20930         * combine.c (subst, combine_simlify_rtx): Add new argument, use it
20931         to track processing of conditionals.  Update all callers.
20932         (try_combine, simplify_if_then_else): Update.
20934 2011-04-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
20936         * config/m68k/m68k.c (m68k_sched_variable_issue): Handle
20937         -fsched-pressure.
20939 2011-04-15  Georg-Johann Lay  <avr@gjlay.de>
20941         * config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
20942         instead of match_operand for operand 3.
20944 2011-04-15  Richard Sandiford  <richard.sandiford@linaro.org>
20946         * recog.h (insn_operand_data): Add an "allows_mem" field.
20947         * genoutput.c (output_operand_data): Initialize it.
20948         * optabs.c (maybe_legitimize_operand_same_code): New function.
20949         (maybe_legitimize_operand): Use it when matching the original
20950         op->value.
20952 2011-04-15  Eric Botcazou  <ebotcazou@adacore.com>
20954         * gimplify.c: Fix issues in comments throughout.
20955         (voidify_wrapper_expr): Fix long line.
20956         (build_stack_save_restore): Likewise.
20957         (gimplify_loop_expr): Likewise.
20958         (gimplify_compound_lval): Likewise.
20959         (gimplify_init_ctor_eval): Likewise.
20960         (gimplify_modify_expr_rhs): Likewise.
20961         (omp_notice_threadprivate_variable): Likewise.
20963 2011-04-15  Eric Botcazou  <ebotcazou@adacore.com>
20965         * cfgexpand.c (expand_call_stmt): Convert the function type to the
20966         original one if this is not a builtin function.
20968 2011-04-14  Jakub Jelinek  <jakub@redhat.com>
20970         PR target/48605
20971         * config/i386/sse.md (sse4_1_insertps): If operands[2] is a MEM,
20972         offset it as needed based on top 2 bits in operands[3], change
20973         MEM mode to SFmode and mask those 2 bits away from operands[3].
20975 2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
20977         * c-parser.c (c_parser_objc_protocol_definition): Updated for
20978         change from objc_declare_protocols() to objc_declare_protocol().
20980 2011-04-14  Uros Bizjak  <ubizjak@gmail.com>
20982         * config/i386/sse.md (sse4_1): New mode attribute.
20983         (<sse4_1>_blend<ssemodesuffix><avxmodesuffix>): Macroize from
20984         avx_blend<ssemodesuffix><avxmodesuffix> and
20985         sse4_1_blend<ssemodesuffix> using VF mode iterator.
20986         (<sse4_1>_blendv<ssemodesuffix><avxmodesuffix>): Macroize from
20987         avx_blendv<ssemodesuffix><avxmodesuffix> and
20988         sse4_1_blendv<ssemodesuffix> using VF mode iterator.
20989         (<sse4_1>_dp<ssemodesuffix><avxmodesuffix>): Macroize from
20990         avx_dp<ssemodesuffix><avxmodesuffix> and
20991         sse4_1_dp<ssemodesuffix> using VF mode iterator.
20992         (sse4_1_mpsadbw): Merge with *avx_mpsadbw.
20993         (sse4_1_packusdw): Merge with *avx_packusdw.
20994         (sse4_1_pblendvb): Merge with *avx_pblendvb.
20995         (sse4_1_pblendw): Merge with *avx_pblendw.
20996         (avx_vtest<ssemodesuffix><avxmodesuffix>): Use VF mode iterator.
20997         (<sse4_1>_round<ssemodesuffix><avxmodesuffix>): Macroize from
20998         avx_round<ssemodesuffix>256 and sse4_1_round<ssemodesuffix> using
20999         VF mode iterator.
21000         (sse4_1_round<ssescalarmodesuffix>): Merge with
21001         *avx_round<ssescalarmodesuffix>.
21002         (aesenc): Merge with *avx_aesenc.
21003         (aesenclast): Merge with *avx_aesenclast.
21004         (aesdec): Merge with *avx_aesdec.
21005         (aesdeclast): Merge with *avx_aesdeclast.
21006         (pclmulqdq): Merge with *pclmulqdq.
21007         * config/i386/predicates.md (reg_not_xmm0_operand_maybe_avx):
21008         New predicate.
21009         (nonimm_not_xmm0_operand_maybe_avx): Ditto.
21011 2011-04-14  H.J. Lu  <hongjiu.lu@intel.com>
21013         PR middle-end/48608
21014         * cfgexpand.c (get_decl_align_unit): Renamed to ...
21015         (align_local_variable): This.  Update DECL_ALIGN.
21016         (add_stack_var): Updated.
21017         (expand_one_stack_var): Likewise.
21019 2011-04-14  Richard Guenther  <rguenther@suse.de>
21021         * tree-ssa-dse.c (struct dse_global_data, struct dse_block_local_data):
21022         Remove.
21023         (dse_initialize_block_local_data, dse_leave_block,
21024         record_voperand_set, get_stmt_uid): Likewise.
21025         (dse_possible_dead_store_p): Allow any kind of killing stmt.
21026         (dse_optimize_stmt): Remove voperand set handling code.
21027         Simplify and improve to handle any kind of killing stmt.
21028         (dse_record_phi): Remove.
21029         (dse_enter_block): Simplify.
21030         (tree_ssa_dse): Likewise.
21031         * tree-ssa-alias.c (stmt_kills_ref_p_1): Handle some builtins.
21033 2011-04-14  Jan Hubicka  <jh@suse.cz>
21035         * cgraph.c (dump_cgraph_node): Do not dump inline summaries.
21036         * cgraph.h (struct inline_summary): Move to ipa-inline.h
21037         (cgraph_local_info): Remove inline_summary.
21038         * ipa-cp.c: Include ipa-inline.h.
21039         (ipcp_cloning_candidate_p, ipcp_estimate_growth,
21040         ipcp_estimate_cloning_cost, ipcp_insert_stage): Use inline_summary
21041         accesor.
21042         * lto-cgraph.c (lto_output_node): Do not stream inline summary.
21043         (input_overwrite_node): Do not set inline summary.
21044         (input_node): Do not stream inline summary.
21045         * ipa-inline.c (cgraph_decide_inlining): Dump inline summaries.
21046         (cgraph_decide_inlining_incrementally): Do not try to estimate overall
21047         growth; we do not have inline parameters computed for that anyway.
21048         (cgraph_early_inlining): After inlining compute call_stmt_sizes.
21049         * ipa-inline.h (struct inline_summary): Move here from ipa-inline.h
21050         (inline_summary_t): New type and VECtor.
21051         (debug_inline_summary, dump_inline_summaries): Declare.
21052         (inline_summary): Use VOCtor.
21053         (estimate_edge_growth): Kill hack computing call stmt size directly.
21054         * lto-section-in.c (lto_section_name): Add inline section.
21055         * ipa-inline-analysis.c: Include lto-streamer.h
21056         (node_removal_hook_holder, node_duplication_hook_holder): New holders
21057         (inline_node_removal_hook, inline_node_duplication_hook): New functions.
21058         (inline_summary_vec): Define.
21059         (inline_summary_alloc, dump_inline_summary, debug_inline_summary,
21060         dump_inline_summaries): New functions.
21061         (estimate_function_body_sizes): Properly compute size/time of outgoing
21062         calls.
21063         (compute_inline_parameters): Alloc inline_summary; do not compute
21064         size/time of incomming calls.
21065         (estimate_edge_time): Avoid missing time summary hack.
21066         (inline_read_summary): Read inline summary info.
21067         (inline_write_summary): Write inline summary info.
21068         (inline_free_summary): Free all hooks and inline summary vector.
21069         * lto-streamer.h: Add LTO_section_inline_summary section.
21070         * Makefile.in (ipa-cp.o, ipa-inline-analysis.o): Update dependencies.
21071         * ipa.c (cgraph_remove_unreachable_nodes): Fix dump file formating.
21073 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
21075         * tree-vectorizer.h (vect_strided_store_supported): Add a
21076         HOST_WIDE_INT argument.
21077         (vect_strided_load_supported): Likewise.
21078         (vect_permute_store_chain): Return void.
21079         (vect_transform_strided_load): Likewise.
21080         (vect_permute_load_chain): Delete.
21081         * tree-vect-data-refs.c (vect_strided_store_supported): Take a
21082         count argument.  Check that the count is a power of two.
21083         (vect_strided_load_supported): Likewise.
21084         (vect_permute_store_chain): Return void.  Update after above changes.
21085         Assert that the access is supported.
21086         (vect_permute_load_chain): Likewise.
21087         (vect_transform_strided_load): Return void.
21088         * tree-vect-stmts.c (vectorizable_store): Update calls after
21089         above interface changes.
21090         (vectorizable_load): Likewise.
21091         (vect_analyze_stmt): Don't check for strided powers of two here.
21093 2011-04-14  Richard Guenther  <rguenther@suse.de>
21095         PR tree-optimization/48590
21096         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
21097         BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
21098         (call_may_clobber_ref_p_1): Handle BUILT_IN_ALLOCA and
21099         BUILT_IN_STACK_SAVE.
21100         * tree-ssa-dce.c (propagate_necessity): Handle
21101         BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
21103 2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
21105         * c-parser.c (c_parser_objc_class_declaration): Updated call to
21106         objc_declare_class.
21108 2011-04-14  Richard Guenther  <rguenther@suse.de>
21110         * tree.h (get_object_alignment_1): Declare.
21111         * builtins.c (get_object_alignment_1): Split out worker from ...
21112         (get_object_alignment): ... here.
21113         * fold-const.c (get_pointer_modulus_and_residue): Use
21114         get_object_alignment_1.
21116 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
21118         * tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra
21119         type parameter.
21120         * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add an aggr_type
21121         parameter.  Generalise code to handle arrays as well as vectors.
21122         (vect_setup_realignment): Update accordingly.
21123         * tree-vect-stmts.c (vectorizable_store): Likewise.
21124         (vectorizable_load): Likewise.
21126 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
21128         * tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain
21129         within the per-copy loop.
21131 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
21133         * tree-vect-stmts.c (vectorizable_load): Print the number of copies
21134         in the dump file.
21136 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
21138         * doc/options.texi (Negative): Explicitly mention that the
21139         Negative chain must be circular.
21141 2011-04-14  Nathan Froyd  <froydnj@codesourcery.com>
21143         * function.h (block_chainon): Declare.
21144         * function.c (block_chainon): Define.
21146 2011-04-14  Anatoly Sokolov  <aesok@post.ru>
21147             Eric Weddington  <eric.weddington@atmel.com>
21148             Georg-Johann Lay  <avr@gjlay.de>
21150         * config/avr/avr.c ("insn-codes.h", "optabs.h", "langhooks.h"):
21151         New Includes
21152         (avr_init_builtins, avr_expand_builtin,
21153         avr_expand_delay_cycles, avr_expand_unop_builtin,
21154         avr_expand_binop_builtin ): New functions.
21155         (avr_builtin_id): New enum
21156         (struct avr_builtin_description): New struct
21157         (bdesc_1arg, bdesc_2arg): New arrays describing some RTL builtins.
21158         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
21160         * config/avr/avr.md (UNSPEC_FMUL, UNSPEC_FMULS, UNSPEC_FMULSU,
21161         UNSPECV_ENABLE_IRQS, UNSPECV_NOP, UNSPECV_SLEEP, UNSPECV_WDR,
21162         UNSPECV_DELAY_CYCLES): new enumeration values
21163         (UNSPEC_SEI, UNSPEC_CLI): Remove enumeration values
21164         ("enable_interrupt"): Use UNSPECV_ENABLE_IRQS
21165         ("disable_interrupt"): Use UNSPECV_ENABLE_IRQS
21166         ("*rotlqi3_4"): rename insn to "rotlqi3_4"
21167         ("delay_cycles_1", "delay_cycles_2", "delay_cycles_3",
21168         "delay_cycles_4", "nopv", "sleep", "wdr", "fmul", "fmuls",
21169         "fmulsu"): New insns
21171         * config/avr/avr-c.c: fix line endings
21172         (avr_cpu_cpp_builtins): New builtin defines: __BUILTIN_AVR_NOP,
21173         __BUILTIN_AVR_SEI, __BUILTIN_AVR_CLI, __BUILTIN_AVR_WDR,
21174         __BUILTIN_AVR_SLEEP, __BUILTIN_AVR_SWAP,
21175         __BUILTIN_AVR_DELAY_CYCLES, __BUILTIN_AVR_FMUL,
21176         __BUILTIN_AVR_FMULS, __BUILTIN_AVR_FMULSU.
21178         * doc/extend.texi (AVR Built-in Functions): New node
21179         (Target Builtins): Add documentation of AVR
21180         built-in functions.
21182 2011-04-14  Georg-Johann Lay  <avr@gjlay.de>
21184         PR target/44643
21185         * config/avr/avr.c (avr_insert_attributes): Leave TREE_READONLY
21186         alone. Error if non-const data has attribute progmem.
21188 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
21190         * tree.h (struct tree_constructor): Include tree_typed instead of
21191         tree_common.
21192         * tree.c (initialize_tree_contains_struct): Mark TS_CONSTRUCTOR as
21193         TS_TYPED instead of TS_COMMON.
21195 2011-04-13  Uros Bizjak  <ubizjak@gmail.com>
21197         * config/i386/sse.md (*sse2_uavgv16qi3): Merge with *avx_uavgv16qi3.
21198         (*sse2_uavgv8hi3): Merge with *avx_uavgv8hi3.
21199         (sse2_psadbw): Merge with *avx_psadbw.
21200         (ssse3_phaddwv8hi3): Merge with *avx_phaddwv8hi3.
21201         (ssse3_phadddv4si3): Merge with *avx_phadddv4si3.
21202         (ssse3_phaddswv8hi3): Merge with *avx_phaddswv8hi3.
21203         (ssse3_phsubwv8hi3): Merge with *avx_phsubwv8hi3.
21204         (ssse3_phsubdv4si3): Merge with *avx_phsubdv4si3.
21205         (ssse3_phsubswv8hi3): Merge with *avx_phsubswv8hi3.
21206         (ssse3_pmaddubsw128): Merge with *avx_pmaddubsw128.
21207         (*ssse3_pmulhrswv8hi3): Merge with *avx_pmulhrswv8hi3.
21208         (ssse3_pshufbv16qi3): Merge with *avx_pshufbv16qi3.
21209         (ssse3_psign<mode>3): Merge with *avx_psign<mode>3.
21210         (ssse3_palignrti): Merge with *avx_palignrti.
21212 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
21214         * tree-flow.h (struct gimple_df): Make free_ssanames a VEC.
21215         * tree-ssanames.c (fini_ssanames): VEC_free it.
21216         (make_ssa_name_fn): Update for VECness of free_ssanames.
21217         (release_ssa_name, release_dead_ssa_names): Likewise.
21218         * tree.h (struct tree_ssa_name): Include tree_typed instead of
21219         tree_common.
21220         * tree.c (initialize_tree_contains_struct): Mark TS_SSA_NAME as
21221         TS_TYPED instead of TS_COMMON.
21223 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
21225         * postreload-gcse.c (gcse_after_reload_main): Add calls to
21226         statistics_counter_event.
21227         * tree-ssa-copyrename.c (stats): Define.
21228         (rename_ssa_copies): Count coalesced SSA_NAMEs.  Add call to
21229         statistics_counter_event.
21230         * tree-ssa-math-opts.c (reciprocal_stats, sincos_stats): Define.
21231         (bswap_stats, widen_mul_stats): Define.
21232         (insert_reciprocals): Increment rdivs_inserted.
21233         (execute_cse_reciprocals): Zeroize reciprocal_stats.  Increment
21234         rfuncs_inserted.  Add calls to statistics_counter_event.
21235         (execute_cse_sincos_1): Increment inserted.
21236         (execute_cse_sincos): Zeroize sincos_stats.  Add call to
21237         statistics_counter_event.
21238         (execute_optimize_bswap): Zeroize bswap_stats.  Increment fields
21239         of bswap_stats.  Add calls to statistics_counter_event.
21240         (convert_mult_to_widen): Increment widen_mults_inserted.
21241         (convert_plusminus_to_widen): Increment maccs_inserted.
21242         (convert_mult_to_fma): Increment fmas_inserted.
21243         (execute_optimize_widening_mul): Zeroize widen_mul_stats.  Add
21244         calls to statistics_counter_event.
21246 2011-04-13  Vladimir Makarov  <vmakarov@redhat.com>
21248         PR rtl-optimization/48455
21249         * ira-costs.c (find_costs_and_classes): Use i_mem_cost instead of
21250         `temp_costs->mem_cost'.
21252 2011-04-13  Jan Hubicka  <jh@suse.cz>
21254         * ipa-inline.h: New file.
21255         * ipa-inline-analysis.c: New file. Broken out of ...
21256         * ipa-inline.c: ... this file; update toplevel comment;
21257         include ipa-inline.h
21258         (inline_summary): Move to ipa-inline.h
21259         (cgraph_estimate_edge_time): Rename to estimate_edge_time; move to
21260         ipa-inline-analysis.c.
21261         (cgraph_estimate_time_after_inlining): Rename to
21262         estiamte_time_after_inlining; move to ipa-inline-analysis.c
21263         (cgraph_estimate_edge_growth): Move to ipa-inline-analysis.c; rename
21264         to estimate_edge_growth.
21265         (cgraph_estimate_size_after_inlining): Move to ipa-inline-analysis.c;
21266         rename to estimate_size_after_inlining.
21267         (cgraph_mark_inline_edge): Update for new naming convention.
21268         (cgraph_check_inline_limits): Likewise.
21269         (cgraph_edge_badness): Likewise.
21270         (cgraph_decide_recursive_inlining): Likewise.
21271         (cgraph_decide_inlining_of_small_functions): Likewise.
21272         (cgraph_decide_inlining_incrementally): Likewise.
21273         (cgraph_estimate_growth): Rename to estimate_growth; move to
21274         ipa-inline-analysis.c.
21275         (eliminated_by_inlining_prob): Move to ipa-inline-analysis.c.
21276         (estimate_function_body_sizes): Move to ipa-inline-analysis.c.
21277         (compute_inline_parameters): Likewise.
21278         (compute_inline_parameters_for_current): Likewise.
21279         (pass_inline_parameters): Likewise.
21280         (inline_indirect_intraprocedural_analysis): Likewise.
21281         (analyze_function): Rename to inline_analyze_function; likewise.
21282         (add_new_function): Move to ipa-inline-analysis.c.
21283         (inline_generate_summary): Likewise.
21284         (inline_read_summary): Likewise.
21285         (inline_write_summary): Likewise.
21286         * Makefile.in (ipa-inline-analysis.c): New file.
21288 2011-04-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21290         * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
21291         * configure: Regenerate.
21293 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
21295         * tree.h (struct tree_int_cst, struct real_value): Include tree_typed
21296         instead of tree_common.
21297         (struct tree_fixed_cst, struct tree_string, struct tree_complex):
21298         Likewise.
21299         * tree.c (initialize_tree_contains_struct): Mark such nodes as being
21300         TS_TYPED rather than TS_COMMON.
21301         * print-tree.c (print_node) [STRING_CST]: Don't print TREE_CHAIN.
21303 2011-04-01  Georg-Johann Lay  <avr@gjlay.de>
21305         PR target/45263
21306         * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Don't use
21307         r20 around calls of __tablejump_elpm__
21309 2011-04-13  Jakub Jelinek  <jakub@redhat.com>
21311         PR middle-end/48591
21312         * omp-low.c (expand_omp_atomic_fetch_op): Return false if decl is
21313         NULL.
21314         (expand_omp_atomic_pipeline): Return false if cmpxchg is NULL.
21316 2011-04-13  Bernd Schmidt  <bernds@codesourcery.com>
21318         * dwarf2out.c (struct dw_cfi_struct): Remove member dw_cfi_next.
21319         (dw_cfi_ref): Add DEF_VEC_P and some DEF_VEC_ALLOC_Ps.
21320         (cfi_vec): New typedef.
21321         (struct dw_fde_struct): Make dw_fde_cfi a cfi_vec. Replace
21322         dw_fde_switch_cfi with an integer dw_fde_switch_cfi_index.
21323         (cie_cfi_vec): New static variable.
21324         (cie_cfi_head): Delete.
21325         (add_cfi): Accept a cfi_vec * as first argument. All callers and
21326         declaration changed. Use vector rather than list operations.
21327         (new_cfi): Don't initialize the dw_cfi_next field.
21328         (add_fde_cfi): Allocate cie_cfi_vec if necessary. Use vector
21329         rather than list operations.
21330         (lookup_cfa): Use vector rather than list operations.
21331         (output_cfis): New argument upto. Accept a cfi_vec rather than
21332         a dw_cfi_ref list head as argument. All callers changed.
21333         Iterate over the vector using upto as a maximum index.
21334         (output_all_cfis): New static function.
21335         (output_fde): Use vector rather than list operations. Use the
21336         new upto argument for output_cfis rather than manipulating a
21337         list.
21338         (dwarf2out_begin_prologue): Change initializations to match
21339         new struct members.
21340         (dwarf2out_switch_text_section): Initialize dw_fde_switch_cfi_index
21341         from the vector length rather than searching for the end of a list.
21342         Use output_all_cfis.
21343         (convert_cfa_to_fb_loc_list): Use vector rather than list operations.
21345 2011-04-13  Nick Clifton  <nickc@redhat.com>
21347         * config/rx/rx.md (movmemsi): Do not use this pattern when
21348         volatile pointers are involved.
21350 2011-04-13  Uros Bizjak  <ubizjak@gmail.com>
21352         * config/i386/sse.md (pinsrbits): Remove.
21353         (sse2_packsswb): Merge with *avx_packsswb.
21354         (sse2_packssdw): Merge with *avx_packssdw.
21355         (sse2_packuswb): Merge with *avx_packuswb.
21356         (vec_interleave_highv16qi): Merge with *avx_interleave_highv16qi.
21357         (vec_interleave_lowv16qi): Merge with *avx_interleave_lowv16qi.
21358         (vec_interleave_highv8hi): Merge with *avx_interleave_highv8hi.
21359         (vec_interleave_lowv8hi): Merge with *avx_interleave_lowv8hi.
21360         (vec_interleave_highv4si): Merge with *avx_interleave_highv4si.
21361         (vec_interleave_lowv4si): Merge with *avx_interleave_lowv4si.
21362         (*sse4_1_pinsrb): Merge with *avx_pinsr<ssevecsize>.
21363         (*sse2_pinsrw): Merge with *avx_pinsr<ssevecsize>.
21364         (*sse4_1_pinsrd): Merge with *avx_pinsr<ssevecsize>.
21365         (*sse4_1_pinsrq): Merge with *avx_pinsrq.
21366         (sse2_loadld): Merge with *avx_loadld.
21367         (*vec_extractv2di_1_rex64): Merge with *vec_extractv2di_1_rex64_avx.
21368         (*vec_extractv2di_1_sse2): Merge with *vec_extractv2di_1_avx.
21369         (*vec_concatv2si_sse4_1): Merge with *vec_concatv2si_avx.
21370         (*vec_concatv2di_rex64_sse4_1): Merge with *vec_concatv2di_rex64_avx.
21371         (vec_concatv2di): Merge with *vec_concatv2di_avx.
21373 2011-04-12  Nathan Froyd  <froydnj@codesourcery.com>
21375         * c-decl.c (union lang_tree_node): Check for TS_COMMON before
21376         calling TREE_CHAIN.
21377         * print-tree.c (print_node): Likewise.
21378         * tree-inline.c (copy_tree_r): Likewise.
21379         * c-lang.c (LANG_HOOKS_INIT_TS): Define.
21380         * lto-streamer-in.c (lto_input_tree_pointers): Check for TS_TYPED
21381         instead of TS_COMMON.
21382         * lto-streamer-out.c (lto_output_tree_pointers): Likewise.
21383         * tree.c (initialize_tree_contains_struct): Handle TS_TYPED.
21384         (copy_node_stat): Zero TREE_CHAIN only if necessary.
21385         (MARK_TS_BASE, MARK_TS_TYPED, MARK_TS_COMMON): Move these...
21386         (MARK_TS_DECL_COMMON, MARK_TS_DECL_COMMON, MARK_TS_DECL_WRTL):
21387         ...and these...
21388         (MARK_TS_DECL_WITH_VIS, MARK_TS_DECL_NON_COMMON): ...and these...
21389         * tree.h: ...here.
21390         (TREE_CHAIN): Check for a TS_COMMON structure.
21391         (TREE_TYPE): Check for a TS_TYPED structure.
21393 2011-04-12  Pat Haugen  <pthaugen@us.ibm.com>
21395         * config/rs6000/rs6000.c (call_ABI_of_interest): Call
21396         cgraph_get_create_node instead of cgraph_node.
21398 2011-04-12  Nicola Pero  <nicola.pero@meta-innovation.com>
21400         * c-parser.c (c_parser_initelt): Updated call to
21401         objc_build_message_expr.
21402         (c_parser_postfix_expression): Likewise.
21404 2011-04-12  Kai Tietz  <ktietz@redhat.com>
21406         * config/i386/mingw32.h (TARGET_SUBTARGET_DEFAULT): Add
21407         MASK_MS_BITFIELD_LAYOUT bit.
21409 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
21411         * combine.c (update_cfg_for_uncondjump): Instead of testing at_end
21412         assert it is always true.
21413         (try_combine): Don't call update_cfg_for_uncondjump for noop non-jump
21414         moves.
21416 2011-04-12  Nicola Pero  <nicola.pero@meta-innovation.com>
21418         * c-parser.c (c_lex_one_token): Rewritten conditional used when
21419         compiling Objective-C to be more efficient.
21421 2011-04-12  Axel Freyn  <axel-freyn@gmx.de>
21423         * opts-common.c (decode_cmdline_options_to_array): Remove variable
21424         argv_copied.
21426 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
21428         * recog.h, genoutput.c, optabs.c: Revert last patch.
21430 2011-04-12  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
21432         PR target/48090
21433         * config/arm/arm.md (*arm_negdi2): Fix early clobber constraints.
21435 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
21437         * recog.h (insn_operand_data): Add an "allows_mem" field.
21438         * genoutput.c (output_operand_data): Initialize it.
21439         * optabs.c (maybe_legitimize_operand_same_code): New function.
21440         (maybe_legitimize_operand): Use it when matching the original
21441         op->value.
21443 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
21445         * genpreds.c (process_define_predicate): Move most processing
21446         to gensupport.c.  Continue to validate the expression.
21447         * genrecog.c (did_you_mean_codes, compute_predicate_codes)
21448         (process_define_predicate): Move processing to gensupport.c.
21449         (main): Remove DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE cases.
21450         * gensupport.c (did_you_mean_codes): Moved from genrecog.c.
21451         (compute_predicate_codes): Moved from genrecog.c.  Add lineno
21452         argument.
21453         (valid_predicate_name_p): New function, split out from old
21454         genpreds.c:process_define_predicate.
21455         (process_define_predicate): New function, combining code from
21456         old genpreds.c and genrecog.c functions.
21457         (process_rtx): Call it for DEFINE_PREDICATE and
21458         DEFINE_SPECIAL_PREDICATE.
21460 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
21462         * config/arm/arm.c (arm_print_operand): Use MEM_SIZE to get the
21463         size of a '%A' memory reference.
21464         (T_DREG, T_QREG): New neon_builtin_type_bits.
21465         (arm_init_neon_builtins): Assert that the load and store operands
21466         are neon_struct_operands.
21467         (locate_neon_builtin_icode): Provide the neon_builtin_type_bits.
21468         (NEON_ARG_MEMORY): New builtin_arg.
21469         (neon_dereference_pointer): New function.
21470         (arm_expand_neon_args): Add a neon_builtin_type_bits argument.
21471         Handle NEON_ARG_MEMORY.
21472         (arm_expand_neon_builtin): Update after above interface changes.
21473         Use NEON_ARG_MEMORY for loads and stores.
21474         * config/arm/predicates.md (neon_struct_operand): New predicate.
21475         * config/arm/iterators.md (V_two_elem): Tweak formatting.
21476         (V_three_elem): Use BLKmode for accesses that have no associated mode.
21477         (V_four_elem): Tweak formatting.
21478         * config/arm/neon.md (neon_vld1<mode>, neon_vld1_dup<mode>)
21479         (neon_vst1_lane<mode>, neon_vst1<mode>, neon_vld2<mode>)
21480         (neon_vld2_lane<mode>, neon_vld2_dup<mode>, neon_vst2<mode>)
21481         (neon_vst2_lane<mode>, neon_vld3<mode>, neon_vld3_lane<mode>)
21482         (neon_vld3_dup<mode>, neon_vst3<mode>, neon_vst3_lane<mode>)
21483         (neon_vld4<mode>, neon_vld4_lane<mode>, neon_vld4_dup<mode>)
21484         (neon_vst4<mode>): Replace pointer operand with a memory operand.
21485         Use %A in the output template.
21486         (neon_vld3qa<mode>, neon_vld3qb<mode>, neon_vst3qa<mode>)
21487         (neon_vst3qb<mode>, neon_vld4qa<mode>, neon_vld4qb<mode>)
21488         (neon_vst4qa<mode>, neon_vst4qb<mode>): Likewise, but halve
21489         the width of the memory access.  Remove post-increment.
21490         * config/arm/neon-testgen.ml: Allow addresses to have an alignment.
21492 2011-04-12  Nick Clifton  <nickc@redhat.com>
21494         * config/v850/v850.c (expand_prologue): Do not use the CALLT
21495         instruction for interrupt handlers if the target is the basic V850
21496         architecture.
21497         (expand_epilogue): Likewise.
21499 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
21501         PR rtl-optimization/48549
21502         * combine.c (propagate_for_debug): Also stop after BB_END of
21503         this_basic_block.  Process LAST and just stop processing after it.
21504         (combine_instructions): If last_combined_insn has been deleted,
21505         set last_combined_insn to its PREV_INSN.
21507 2011-04-12  Richard Guenther  <rguenther@suse.de>
21509         PR tree-optimization/46076
21510         * gimple.h (struct gimple_statement_call): Add fntype field.
21511         (gimple_call_fntype): Adjust.
21512         (gimple_call_set_fntype): New function.
21513         * gimple.c (gimple_build_call_1): Set the call function type.
21514         * gimplify.c (gimplify_call_expr): Preserve the function
21515         type the frontend used for the call.
21516         (gimplify_modify_expr): Likewise.
21517         * lto-streamer-in.c (input_gimple_stmt): Input the call stmts
21518         function type.
21519         * lto-streamer-out.c (output_gimple_stmt): Output the call stmts
21520         function type.
21521         * tree-ssa.c (useless_type_conversion_p): Function pointer
21522         conversions are useless.
21524 2011-04-12  Martin Jambor  <mjambor@suse.cz>
21526         * cgraph.h (cgraph_node): Remove function declaration.
21527         (cgraph_create_node): Declare.
21528         (cgraph_get_create_node): Likewise.
21529         * cgraph.c (cgraph_create_node): Renamed to cgraph_create_node_1.
21530         Updated all callers.
21531         (cgraph_node): Renamed to cgraph_create_node, assert that a node for
21532         the decl does not already exist.  Call cgraph_get_create_node instead
21533         of cgraph_node.
21534         (cgraph_get_create_node): New function.
21535         (cgraph_same_body_alias): Update comment.
21536         (cgraph_set_call_stmt): Call cgraph_get_node instead of cgraph_node,
21537         assert it does not return NULL.
21538         (cgraph_update_edges_for_call_stmt): Likewise.
21539         (cgraph_clone_edge): Likewise.
21540         (cgraph_create_virtual_clone): Likewise.
21541         (cgraph_update_edges_for_call_stmt_node): Call cgraph_get_create_node
21542         instead of cgraph_node.
21543         (cgraph_add_new_function): Call cgraph_create_node or
21544         cgraph_get_create_node instead of cgraph_node.
21545         * cgraphbuild.c (record_reference): Call cgraph_get_create_node
21546         instead of cgraph_node.
21547         (record_eh_tables): Likewise.
21548         (mark_address): Likewise.
21549         (mark_load): Likewise.
21550         (build_cgraph_edges): Call cgraph_get_create_node instead
21551         of cgraph_node.
21552         (rebuild_cgraph_edges): Likewise.
21553         * cgraphunit.c (cgraph_finalize_function): Call cgraph_get_create_node
21554         instead of cgraph_node.
21555         (cgraph_copy_node_for_versioning): Call cgraph_create_node instead of
21556         cgraph_node.
21557         * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Call
21558         cgraph_create_node instead of cgraph_node.
21559         * c-decl.c (finish_function): Call cgraph_get_create_node instead
21560         of cgraph_node.
21561         * lto-cgraph.c (input_node): Likewise.
21562         * lto-streamer-in.c (input_function): Likewise.
21563         * varasm.c (mark_decl_referenced): Likewise.
21564         (assemble_alias): Likewise.
21566 2011-04-12  Martin Jambor  <mjambor@suse.cz>
21568         * tree-inline.c (tree_function_versioning): Call cgraph_get_node
21569         instead of cgraph_node and assert it does not return NULL.
21570         * lto-streamer-in.c (lto_read_body): Likewise.
21571         * omp-low.c (new_omp_context): Likewise.
21572         (create_task_copyfn): Likewise.
21573         * tree-emutls.c (lower_emutls_function_body): Likewise.
21574         * matrix-reorg.c (transform_allocation_sites): Likewise.
21576 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
21578         PR c/48552
21579         * c-typeck.c (build_asm_expr): Error out on attempts to use
21580         void type outputs or inputs for constraints that allow reg or
21581         don't allow memory.
21583 2011-04-11  Chung-Lin Tang  <cltang@codesourcery.com>
21584             Richard Earnshaw  <rearnsha@arm.com>
21586         PR target/48250
21587         * config/arm/arm.c (arm_legitimize_reload_address): Update cases
21588         to use sign-magnitude offsets. Reject unsupported unaligned
21589         cases. Add detailed description in comments.
21590         * config/arm/arm.md (reload_outdf): Disable for ARM mode; change
21591         condition from TARGET_32BIT to TARGET_ARM.
21593 2011-04-11  Nathan Froyd  <froydnj@codesourcery.com>
21595         * tree.h (struct typed_tree): New.
21596         (struct tree_common): Include it instead of tree_base.
21597         (TREE_TYPE): Update for new location of type field.
21598         (TYPE_USER_ALIGN, TYPE_PACKED): Refer to base field directly.
21599         (DECL_USER_ALIGN, DECL_PACKED): Likewise.
21600         (union tree_node): Add typed field.
21601         * treestruct.def (TS_TYPED): New.
21602         * lto-streamer.c (check_handled_ts_structures): Handle it.
21603         * tree.c (MARK_TS_TYPED): New macro.
21604         (MARK_TS_COMMON): Call it instead of MARK_TS_BASE.
21606 2011-04-11  Eric Botcazou  <ebotcazou@adacore.com>
21608         * cfghooks.c (redirect_edge_and_branch_force): Localize variable.
21609         (force_nonfallthru): Do not alter the loop nest if no basic block
21610         was created.
21612 2011-04-11  Uros Bizjak  <ubizjak@gmail.com>
21614         * config/i386/sse.md (VI): New mode iterator.
21615         (SSEMODEI): Remove.
21616         (AVX256MODEI): Ditto.
21617         (AVXMODEF4P): Ditto.
21618         (avxvecpsmode): Ditto.
21619         (one_cmpl<mode>2): Enable for TARGET_SSE.  Use VI mode iterator.
21620         (sse2_andnot<mode>3): New expander.
21621         (*andnot<mode>3): Merge with *sse2_andnot<mode>3 and
21622         *avx_andnot<mode>3.  Enable for TARGET_SSE.  Use VI mode iterator.
21623         (<any_logic:code><mode>3): Use VI mode iterator.
21624         (*<any_logic:code><mode>3): Merge with *sse2_<any_logic:code><mode>3
21625         and *avx_<any_logic:code><mode>3.  Use VI mode iterator.
21626         (*andnottf3): Handle AVX three-operand constraints.
21627         (*<any_logic:code>tf3): Handle AVX three-operand constraints.
21629 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
21630             Robert Millan  <rmh@gnu.org>
21632         * config.gcc (x86_64-*-kfreebsd*-gnu): Use i386/kfreebsd-gnu.h.
21633         * config/i386/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER32,
21634         GNU_USER_DYNAMIC_LINKER64): Define.
21635         (REG_NAME): Don't undefine.
21636         (MD_UNWIND_SUPPORT): Undefine.
21637         * config/i386/knetbsd-gnu.h (GNU_USER_LINK_EMULATION): Define.
21638         (REG_NAME): Don't undefine.
21639         (MD_UNWIND_SUPPORT): Undefine.
21640         * config/i386/kopensolaris-gnu.h (GNU_USER_LINK_EMULATION): Define.
21642 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
21644         * config/i386/gnu.h (GNU_USER_LINK_EMULATION): Define.
21645         (CPP_SPEC, CC1_SPEC, ENDFILE_SPEC): Remove.
21647 2011-04-11  Xinliang David Li  <davidxl@google.com>
21649         * value-profile.c (check_ic_target): New function.
21650         (gimple_ic_transform): Sanity check indirect call target.
21651         * gimple-low.c (gimple_check_call_args): Interface change.
21652         (gimple_check_call_matching_types): New function.
21653         * tree-inline.c (tree_can_inline_p): Call new function.
21655 2011-04-11  Basile Starynkevitch  <basile@starynkevitch.net>
21657         * Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h
21658         tree-pretty-print.h & realmpfr.h.
21660 2011-04-11  Vladimir Makarov  <vmakarov@redhat.com>
21662         PR middle-end/48464
21663         * ira.c (setup_pressure_classes): Fix typo in loop condition.
21664         (setup_allocno_and_important_classes): Ditto.
21666 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
21668         * config/alpha/linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to
21669         GNU_USER_DYNAMIC_LINKER.
21670         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Change
21671         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21672         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Change
21673         LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
21674         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
21675         GNU_USER_TARGET_OS_CPP_BUILTINS.
21676         * config/bfin/linux.h (TARGET_OS_CPP_BUILTINS): Change
21677         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21678         * config/bfin/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
21679         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21680         * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Change
21681         LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
21682         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
21683         GNU_USER_TARGET_OS_CPP_BUILTINS.
21684         * config/frv/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
21685         GNU_USER_DYNAMIC_LINKER.
21686         * config/gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
21687         GNU_USER_TARGET_OS_CPP_BUILTINS.
21688         * config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Change
21689         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21690         * config/i386/gnu-user64.h (TARGET_OS_CPP_BUILTINS): Change
21691         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21692         * config/i386/linux.h (GNU_USER_DYNAMIC_LINKER): Remove.
21693         * config/i386/linux64.h (GNU_USER_DYNAMIC_LINKER32,
21694         GNU_USER_DYNAMIC_LINKER64): Remove.
21695         * config/ia64/linux.h (TARGET_OS_CPP_BUILTINS): Change
21696         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21697         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
21698         GNU_USER_DYNAMIC_LINKER.
21699         * config/kfreebsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
21700         GNU_USER_TARGET_OS_CPP_BUILTINS.
21701         * config/knetbsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
21702         GNU_USER_TARGET_OS_CPP_BUILTINS.
21703         * config/kopensolaris-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename
21704         to GNU_USER_TARGET_OS_CPP_BUILTINS.
21705         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
21706         GNU_USER_TARGET_OS_CPP_BUILTINS.
21707         (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.
21708         (LINUX_DYNAMIC_LINKER32): Rename to GNU_USER_DYNAMIC_LINKER32.
21709         (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
21710         * config/lm32/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Change
21711         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21712         * config/m32r/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
21713         GNU_USER_DYNAMIC_LINKER.
21714         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
21715         GNU_USER_TARGET_OS_CPP_BUILTINS.
21716         * config/m68k/linux.h (TARGET_OS_CPP_BUILTINS): Change
21717         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21718         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
21719         GNU_USER_DYNAMIC_LINKER.
21720         * config/m68k/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
21721         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21722         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Change
21723         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21724         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
21725         GNU_USER_DYNAMIC_LINKER.
21726         * config/mips/linux64.h (LINUX_DYNAMIC_LINKERN32): Rename to
21727         GNU_USER_DYNAMIC_LINKERN32.
21728         (LINK_SPEC): Change LINUX_DYNAMIC_LINKERN32 to
21729         GNU_USER_DYNAMIC_LINKERN32.  Change LINUX_DYNAMIC_LINKER64 to
21730         GNU_USER_DYNAMIC_LINKER64.  Change LINUX_DYNAMIC_LINKER32 to
21731         GNU_USER_DYNAMIC_LINKER32.
21732         * config/mn10300/linux.h (TARGET_OS_CPP_BUILTINS): Change
21733         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21734         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
21735         GNU_USER_DYNAMIC_LINKER.
21736         * config/moxie/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
21737         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21738         * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Change
21739         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21740         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
21741         * config/rs6000/linux64.h (LINUX_DYNAMIC_LINKER32): Rename to
21742         GNU_USER_DYNAMIC_LINKER32.
21743         (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
21744         * config/rs6000/sysv4.h (LINUX_DYNAMIC_LINKER): Rename to
21745         GNU_USER_DYNAMIC_LINKER.
21746         * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): Change
21747         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21748         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER32 to
21749         GNU_USER_DYNAMIC_LINKER32.  Change LINUX_DYNAMIC_LINKER64 to
21750         GNU_USER_DYNAMIC_LINKER64.
21751         * config/sh/linux.h (TARGET_OS_CPP_BUILTINS): Change
21752         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21753         (SUBTARGET_LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
21754         GNU_USER_DYNAMIC_LINKER.
21755         * config/sparc/linux.h (TARGET_OS_CPP_BUILTINS): Change
21756         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21757         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
21758         GNU_USER_DYNAMIC_LINKER.
21759         * config/sparc/linux64.h (TARGET_OS_CPP_BUILTINS): Change
21760         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21761         (LINK_ARCH32_SPEC): Change LINUX_DYNAMIC_LINKER32 to
21762         GNU_USER_DYNAMIC_LINKER32.
21763         (LINK_ARCH64_SPEC): Change LINUX_DYNAMIC_LINKER64 to
21764         GNU_USER_DYNAMIC_LINKER64.
21765         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER64 to
21766         GNU_USER_DYNAMIC_LINKER64.
21767         * config/vax/linux.h (TARGET_OS_CPP_BUILTINS): Change
21768         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21769         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Change
21770         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
21771         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
21773 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
21775         * config/i386/gnu-user.h: Copy from linux.h.  Update comments.
21776         (LINK_EMULATION, GLIBC_DYNAMIC_LINKER): Remove.
21777         (SUBTARGET_EXTRA_SPECS): Use GNU_USER_LINK_EMULATION and
21778         GNU_USER_DYNAMIC_LINKER.
21779         (MD_UNWIND_SUPPORT, REG_NAME): Remove.
21780         * config/i386/gnu-user64.h: Copy from linux64.h.  Update comments.
21781         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64): Remove.
21782         (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32 and
21783         GNU_USER_DYNAMIC_LINKER64.
21784         (MD_UNWIND_SUPPORT, REG_NAME): Remove.
21785         * config/i386/kfreebsd-gnu.h (LINK_EMULATION): Change to
21786         GNU_USER_LINK_EMULATION.
21787         * config/i386/linux.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
21788         DEFAULT_PCC_STRUCT_RETURN, TARGET_TLS_DIRECT_SEG_REFS_DEFAULT,
21789         ASM_COMMENT_START, DBX_REGISTER_NUMBER, NO_PROFILE_COUNTERS,
21790         MCOUNT_NAME, SUBTARGET_FRAME_POINTER_REQUIRED, SIZE_TYPE,
21791         PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE, TARGET_OS_CPP_BUILTINS,
21792         CPP_SPEC, CC1_SPEC): Remove.
21793         (LINK_EMULATION): Change to GNU_USER_LINK_EMULATION.
21794         (GNU_USER_DYNAMIC_LINKER): Define.
21795         (ASM_SPEC, SUBTARGET_EXTRA_SPECS, LINK_SPEC, ENDFILE_SPEC,
21796         ASM_OUTPUT_ALIGNED_BSS, ASM_OUTPUT_MAX_SKIP_ALIGN,
21797         ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX, CRT_GET_RFIB_DATA,
21798         LIBGCC2_HAS_TF_MODE, LIBGCC2_TF_CEXT, TF_SIZE,
21799         TARGET_ASM_FILE_END, STACK_CHECK_MOVING_SP,
21800         STACK_CHECK_STATIC_BUILTIN, TARGET_THREAD_SSP_OFFSET,
21801         TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
21802         * config/i386/linux64.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC,
21803         CC1_SPEC, DEFAULT_PCC_STRUCT_RETURN,
21804         TARGET_TLS_DIRECT_SEG_REFS_DEFAULT, SPEC_32, SPEC_64, ASM_SPEC,
21805         LINK_SPEC, ENDFILE_SPEC, MULTILIB_DEFAULTS, LIBGCC2_HAS_TF_MODE,
21806         LIBGCC2_TF_CEXT, TF_SIZE, TARGET_ASM_FILE_END): Remove.
21807         (GNU_USER_DYNAMIC_LINKER32, GNU_USER_DYNAMIC_LINKER64): Define.
21808         (STACK_CHECK_MOVING_SP, STACK_CHECK_STATIC_BUILTIN,
21809         TARGET_THREAD_SSP_OFFSET, TARGET_CAN_SPLIT_STACK,
21810         TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
21811         * config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Change to
21812         GNU_USER_DYNAMIC_LINKER.
21813         * config/kfreebsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
21814         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
21815         * config/knetbsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
21816         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
21817         * config/kopensolaris-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
21818         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
21819         * config.gcc (i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu |
21820         i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* |
21821         i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux* |
21822         x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Use the new headers.
21824 2011-04-11  Kai Tietz  <ktietz@redhat.com>
21826         PR target/9601
21827         PR target/11772
21828         * config/i386/i386-protos.h (ix86_get_callcvt): New prototype.
21829         * config/i386/i386.c (ix86_handle_cconv_attribute): Adjust
21830         comment.
21831         (ix86_is_msabi_thiscall): Removed.
21832         (ix86_is_type_thiscall): Likewise.
21833         (ix86_get_callcvt): New function.
21834         (ix86_comp_type_attributes): Simplify check.
21835         (ix86_function_regparm): Use ix86_get_callcvt for calling
21836         convention attribute checks.
21837         (ix86_return_pops_args): Likewise.
21838         (ix86_static_chain): Likewise.
21839         (x86_this_parameter): Likewise.
21840         (x86_output_mi_thunk): Likewise.
21841         (ix86_function_type_abi): Optimize check for types without attributes.
21842         * config/i386/i386.h (IX86_CALLCVT_CDECL, IX86_CALLCVT_STDCALL,
21843         IX86_CALLCVT_FASTCALL, IX86_CALLCVT_THISCALL, IX86_CALLCVT_REGPARM,
21844         IX86_CALLCVT_SSEREGPARM): New macros to represent calling convention
21845         by flag-values.
21846         (IX86_BASE_CALLCVT): Helper macro.
21847         * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
21848         Use ix86_get_callcvt for calling convention attribute checks and avoid
21849         symbol-decoration for stdcall in TARGET_RTD case.
21850         * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
21851         Likewise.
21852         (gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
21853         for declaration.
21855 2011-04-11  Uros Bizjak  <ubizjak@gmail.com>
21857         * config/i386/sse.md (VI_128): New mode iterator.
21858         (VI12_128): Rename from SSEMODE12.
21859         (VI14_128): Rename from SSEMODE14.
21860         (VI124_128): New mode iterator.
21861         (VI24_128): Rename from SSEMODE248.
21862         (VI248_128): Rename from SSEMODE248.
21863         (SSEMODE124C8): Remove.
21864         (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
21865         (*sse2_<plusminus_insn><mode>3): Merge with
21866         *avx_<plusminus_insn><mode>3.
21867         (*mulv8hi3): Merge with *avx_mulv8hi3.
21868         (*<s>mulv8hi3_highpart): Merge with *avx_<s>mulv8hi3_highpart.
21869         (*sse2_umulv2siv2di3): Merge with *avx_umulv2siv2di3.
21870         (*sse2_pmaddwd): Merge with *avx_pmaddwd.
21871         (*sse4_1_mulv4si3): Merge with *avx_mulv4si3.
21872         (ashr<mode>3): Merge with *avx_ashr<mode>3.
21873         (lshr<mode>3): Merge with *avx_lshr<mode>3.
21874         (ashl<mode>3): Merge with *avx_ashl<mode>3.
21875         (sse2_ashlv1ti3): Merge with *avx_ashlv1ti3.
21876         (sse2_lshrv1ti3): Merge with *avx_lshrv1ti3.
21877         (*sse4_1_<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
21878         (*<smaxmin:code>v8hi3): Ditto.
21879         (*sse4_1_<umaxmin:code><mode>3): Merge with *avx_<umaxmin:code><mode>3.
21880         (*<smaxmin:code>v16qi3): Ditto.
21881         (*sse4_1_eqv2di3): Merge with *avx_eq<mode>3.
21882         (*sse2_eq<mode>3): Ditto.
21883         (*sse4_2_eqv2di3): Merge with *avx_gt<mode>3.
21884         (*sse2_gt<mode>3): Ditto.
21885         (vcondv2di): Split out of vcond<mode>.
21886         (vconduv2di): Split out of vcondu<mode>.
21888 2011-04-11  Richard Guenther  <rguenther@suse.de>
21890         * gimplify.c (gimple_fold_indirect_ref): Check host_integerp
21891         before calling tree_low_cst.
21893 2011-04-11  Richard Guenther  <rguenther@suse.de>
21895         * stor-layout.c (layout_type): Compute all array index size operations
21896         in the original type.
21897         (initialize_sizetypes): Add comment.
21898         (set_sizetype): Do not set TREE_TYPE of a TREE_VEC.
21900 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
21902         * common.opt (Tbss=, Tdata=, Ttext=): New options.
21904 2011-04-11  Martin Jambor  <mjambor@suse.cz>
21906         * cgraph.c (cgraph_local_info): Call cgraph_get_node instead
21907         of cgraph_node, handle NULL return value.
21908         (cgraph_global_info): Likewise.
21909         (cgraph_rtl_info): Likewise.
21910         * tree-inline.c (estimate_num_insns): Likewise.
21911         * gimplify.c (unshare_body): Likewise.
21912         (unvisit_body): Likewise.
21913         (gimplify_body): Likewise.
21914         * predict.c (optimize_function_for_size_p): Likewise.
21915         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
21916         (call_may_clobber_ref_p_1): Likewise.
21917         * varasm.c (function_section_1): Likewise.
21918         (assemble_start_function): Likewise.
21920 2011-04-11  Martin Jambor  <mjambor@suse.cz>
21922         * except.c (set_nothrow_function_flags): Call cgraph_get_node instead
21923         of cgraph_node.
21924         * final.c (rest_of_clean_state): Likewise.
21925         * gimple-iterator.c (update_call_edge_frequencies): Likewise.
21926         * passes.c (pass_init_dump_file): Likewise.
21927         (execute_all_ipa_transforms): Likewise.
21928         (function_called_by_processed_nodes_p): Likewise.
21929         * predict.c (maybe_hot_frequency_p): Likewise.
21930         (probably_never_executed_bb_p): Likewise.
21931         (compute_function_frequency): Likewise.
21932         * tree-nested.c (check_for_nested_with_variably_modified): Likewise.
21933         (unnest_nesting_tree_1): Likewise.
21934         (lower_nested_functions): Likewise.
21935         * tree-optimize.c (execute_fixup_cfg): Likewise.
21936         (tree_rest_of_compilation): Likewise.
21937         * tree-profile.c (gimple_gen_ic_func_profiler): Likewise.
21938         * tree-sra.c (ipa_early_sra): Likewise.
21939         * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
21940         * config/i386/i386.c (ix86_compute_frame_layout): Likewise.
21941         * ipa.c (record_cdtor_fn): Likewise.
21942         * ipa-inline.c (cgraph_early_inlining): Likewise.
21943         (compute_inline_parameters_for_current): Likewise.
21944         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
21945         * ipa-pure-const.c (local_pure_const): Likewise.
21946         * ipa-split.c (split_function): Likewise.
21947         (execute_split_functions): Likewise.
21948         * cgraphbuild.c (build_cgraph_edges): Likewise.
21949         (rebuild_cgraph_edges): Likewise.
21950         (cgraph_rebuild_references): Likewise.
21951         (remove_cgraph_callee_edges): Likewise.
21952         * cgraphunit.c (cgraph_mark_if_needed): Likewise.
21953         (verify_cgraph_node): Likewise.
21954         (cgraph_analyze_functions): Likewise.
21955         (cgraph_preserve_function_body_p): Likewise.
21956         (save_inline_function_body): Likewise.
21957         (save_inline_function_body): Likewise.
21958         * tree-inline.c (copy_bb): Likewise.
21959         (optimize_inline_calls): Likewise.
21961 2011-04-11  Martin Jambor  <mjambor@suse.cz>
21963         PR tree-optimization/48195
21964         * ipa-cp.c (ipcp_driver): Call ipa_check_create_node_params and
21965         ipa_check_create_edge_args.
21966         (ipcp_generate_summary): Do not call ipa_check_create_node_params and
21967         ipa_check_create_edge_args.
21968         * ipa-inline.c (inline_generate_summary): Do not call
21969         ipa_check_create_node_params and ipa_check_create_edge_args.
21970         * ipa-prop.c (ipa_analyze_node): Call ipa_check_create_node_params and
21971         ipa_check_create_edge_args.
21973 2011-04-09  Anatoly Sokolov  <aesok@post.ru>
21975         * expr.c (expand_expr_real_1): Use add_to_hard_reg_set function
21976         instead of loop.
21977         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
21978         * function.c (record_hard_reg_sets): Likewise.
21979         * ira.c (compute_regs_asm_clobbered): Likewise.
21980         * sched-deps.c (sched_analyze_1): Likewise.
21981         * reload1.c (mark_reload_reg_in_use, choose_reload_regs): Likewise.
21983 2011-04-09  Xinliang David Li  <davidxl@google.com>
21985         PR tree-optimization/PR48484
21986         * tree-ssa-uninit.c (convert_control_dep_chain_into_preds): Set
21987         has_valid_pred lazily
21989 2011-04-09  Duncan Sands  <baldrick@free.fr>
21991         * tree.c (array_type_nelts): Bail out if TYPE_MAX_VALUE not set.
21993 2011-04-08  Eric Botcazou  <ebotcazou@adacore.com>
21995         * combine.c (combine_validate_cost): Adjust comments.  Set registered
21996         cost of I0 to zero at the end, if any.
21998 2011-04-08  Xinliang David Li  <davidxl@google.com>
22000         * ipa-cp.c (ipcp_update_profiling): Correct negative scale factor due
22001         to insane profile data.
22003 2011-04-08  Xinliang David Li  <davidxl@google.com>
22005         * ipa-cp.c (ipcp_update_profiling): Correct
22006          negative scale factor due to insane profile data.
22008 2011-04-08  Xinliang David Li  <davidxl@google.com>
22010         * final.c (dump_basic_block_info): New function.
22011         (final): Dump basic block.
22012         (final_scan_insn): Remove old dump.
22014 2011-04-08  Steven G. Kargl  <kargl@gcc.gnu.org>
22016         PR target/47829
22017         * config.gcc (i386-*-freebsd): Disable unwind table generation for
22018         crtbegin/crtend.
22020 2011-04-08  Michael Matz  <matz@suse.de>
22022         PR middle-end/48389
22023         * jump.c (rebuild_jump_labels_1, rebuild_jump_labels_chain): New
22024         functions.
22025         (rebuild_jump_labels): Call rebuild_jump_labels_1.
22026         * rtl.h (rebuild_jump_labels_chain): Declare.
22027         * cfgexpand.c (gimple_expand_cfg): Initialize JUMP_LABEL also on
22028         insns inserted on edges.
22030 2011-04-08  Joseph Myers  <joseph@codesourcery.com>
22032         * config.gcc (arm*-*-*): Add arm/arm-tables.opt to extra_options.
22033         * config/arm/arm-arches.def: New.
22034         * config/arm/arm-opts.h: New.
22035         * config/arm/genopt.sh: New.
22036         * config/arm/arm-tables.opt: New (generated).
22037         * config/arm/arm.c (arm_handle_option, arm_target_help,
22038         TARGET_HANDLE_OPTION, TARGET_HELP, arm_find_cpu): Remove.
22039         (all_architectures): Get most table contents from arm-arches.def.
22040         (arm_option_override): Set arm_selected_arch, arm_selected_cpu and
22041         arm_selected_tune here.
22042         * config/arm/arm.h (enum processor_type): Move to arm-opts.h.
22043         * config/arm/arm.opt (config/arm/arm-opts.h): New HeaderInclude.
22044         (march=, mcpu=, mtune=): Use Enum and Var.
22045         * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt): New.
22046         (arm.o): Update dependencies.
22048 2011-04-08  Basile Starynkevitch  <basile@starynkevitch.net>
22050         * gengtype.c (write_typed_alloc_def): New argument f. Use it instead
22051         of header_file.
22052         (write_typed_struct_alloc_def, write_typed_typedef_alloc_def)
22053         (write_typed_alloc_defns): Likewise.
22054         (main): Calls write_typed_alloc_defns with output_header.
22056 2011-04-08  Vladimir Makarov  <vmakarov@redhat.com>
22058         PR inline-asm/48435
22059         * ira-color.c (setup_profitable_hard_regs): Add comments.
22060         Don't take prohibited hard regs into account.
22061         (setup_conflict_profitable_regs): Rename to
22062         get_conflict_profitable_regs.
22063         (check_hard_reg_p): Check prohibited hard regs.
22065 2011-04-08  Nathan Froyd  <froydnj@codesourcery.com>
22067         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Call use_reg.
22068         * config/xtensa/xtensa.c (xtensa_call_tls_desc): Likewise.
22069         * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise.
22071 2011-04-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
22073         PR target/48366
22074         * config/pa/pa.c (hppa_register_move_cost): Increase to 18 cost of
22075         move from floating point to shift amount register.
22076         (emit_move_sequence): Remove secondary reload support for floating
22077         point to shift amount amount register copies.
22078         (pa_secondary_reload): Return GENERAL_REGS for floating point/shift
22079         amount register copies.
22080         * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): For shift amount
22081         register, return false if mode isn't a scalar integer mode.
22082         * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Likewise.
22084 2011-04-08  Richard Guenther  <rguenther@suse.de>
22086         * gimple.c (gimple_call_flags): Remove kludge.
22088 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
22090         * sel-sched.c (sel_region_init): Move call to
22091         sel_setup_region_sched_flags after setup_current_loop_nest.
22093 2011-04-08  Andrey Belevantsev  <abel@ispras.ru>
22095         PR rtl-optimization/48272
22096         * sched-deps.c (setup_insn_reg_pressure_info): Export and rename to
22097         init_insn_reg_pressure_info.  Adjust a caller.
22098         * sched-int.h (init_insn_reg_pressure_info): Declare.
22099         * haifa-sched.c (haifa_init_insn): Call init_insn_reg_pressure_info
22100         when sched-pressure is enabled.
22102 2011-04-08  Richard Guenther  <rguenther@suse.de>
22104         * gimple.c (gimple_set_modified): Do not queue calls to
22105         MODIFIED_NORETURN_CALLS here ...
22106         * tree-ssa-operands.c (update_stmt_operands): ... but here.
22108 2011-04-08  Richard Guenther  <rguenther@suse.de>
22110         PR lto/48467
22111         * toplev.c (lang_dependent_init): Do not open asm_out_file
22112         in WPA mode, nor perform debug machinery initialization.
22113         (finalize): Do not unlink asm_out_file in WPA mode.
22115 2011-04-08  Richard Guenther  <rguenther@suse.de>
22117         * gimple.h (gimple_call_fntype): New function.
22118         (gimple_call_return_type): Use it.
22119         * expr.c (expand_expr_real_1): Use gimple_call_fntype.
22120         * gimple-low.c (gimple_check_call_args): Likewise.
22121         * gimple.c (gimple_call_flags): Likewise.
22122         (gimple_call_arg_flags): Likewise.
22123         (gimple_call_return_flags): Likewise.
22124         * tree-cfg.c (verify_gimple_call): Likewise.
22125         (do_warn_unused_result): Likewise.
22126         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
22127         * value-prof.c (gimple_ic_transform): Fix fndecl check.
22129 2011-04-08  Dmitry Melnik  <dm@ispras.ru>
22131         PR rtl-optimization/48235
22132         * sel-sched.c (code_motion_process_successors): Recompute the last
22133         insn in basic block if control flow changed.
22134         (code_motion_path_driver): Ditto.  Recompute the first insn as well.
22135         Update condition for ilist_remove.
22137 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
22139         PR rtl-optimization/48302
22140         * sel-sched-ir.h (sel_add_loop_preheaders): Update prototype.
22141         * sel-sched-ir.c (sel_add_loop_preheaders): Add 'bbs' argument.  Use
22142         it to record added preheader blocks.
22143         * sel-sched.c (setup_current_loop_nest): Add 'bbs' argument.  Pass it
22144         on to sel_add_loop_preheaders.
22145         (sel_region_init): Move call to setup_current_loop_nest after
22146         sel_init_bbs.
22148 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
22150         PR target/48273
22151         * cfgloop.h (loop_has_exit_edges): New helper.
22152         * sel-sched-ir.c (init_global_and_expr_for_insn): Make CALLs
22153         non-clonable.
22154         * sel-sched.c (sel_setup_region_sched_flags): Don't pipeline loops
22155         that have no exit edges.
22157 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
22159         PR rtl-optimization/48442
22160         * sel-sched.c (init_seqno): Remove number_of_insns argument.  Update
22161         all callers.  Adjust assert.
22163 2011-04-08  Jakub Jelinek  <jakub@redhat.com>
22165         PR tree-optimization/48377
22166         * tree-vect-data-refs.c (vector_alignment_reachable_p): Set
22167         is_packed to true even for types with smaller TYPE_ALIGN than
22168         TYPE_SIZE.
22170 2011-04-08  Richard Guenther  <rguenther@suse.de>
22172         PR bootstrap/48513
22173         * doc/tm.texi: Re-generate.
22175 2011-04-08  Wei Guozhi  <carrot@google.com>
22177         PR target/47855
22178         * config/arm/arm-protos.h (arm_attr_length_push_multi): New prototype.
22179         * config/arm/arm.c (arm_attr_length_push_multi): New function.
22180         * config/arm/arm.md (*push_multi): Change the length computation to
22181         call a C function.
22183 2011-04-08  Anatoly Sokolov  <aesok@post.ru>
22185         * doc/tm.texi.in (ASM_OUTPUT_BSS): Remove documentation.
22186         (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS): Update documentation.
22187         * doc/tm.texi: Regenerate.
22188         * system.h (ASM_OUTPUT_BSS): Poison.
22189         * varasm.c (asm_output_bss): Remove function.
22190         (emit_bss, init_varasm_once): Don't use ASM_OUTPUT_BSS macro.
22192         * config/frv/frv.h (BSS_SECTION_ASM_OP): Remove comment.
22193         * config/frv/fr30.h (BSS_SECTION_ASM_OP): Likewise.
22194         * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Likewise.
22195         * config/i386/i386elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
22196         Likewise.
22197         * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
22198         Likewise.
22199         * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
22200         Likewise.
22201         * config/m68k/netbsd-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
22203 2011-04-07  Joseph Myers  <joseph@codesourcery.com>
22205         * config/rx/rx.opt (rx610, rx200, rx600): Use Enum not Name on
22206         EnumValue lines.
22208 2011-04-07  Joseph Myers  <joseph@codesourcery.com>
22210         * config/m68k/m68k.c (m68k_handle_option): Don't handle
22211         OPT_m68000, OPT_mc68000, OPT_m68010, OPT_m68020, OPT_mc68020,
22212         OPT_m68030, OPT_m68040, OPT_m68060, OPT_m68302, OPT_m68332 and
22213         OPT_mcpu32.
22214         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
22215         handle -mc68000, -m68000, -m68302, -m68010, -mc68020, -m68020,
22216         -m68030, -m68040, -m68060, -mcpu32 and -m68332.
22217         * config/m68k/m68k.opt (m68000, m68010, m68020, m68030, m68040,
22218         m68060, m68302, m68332, mc68000, mc68020, mcpu32): Use Alias.
22219         * config/m68k/t-mlibs (CANONICALIZE_OPTIONS): Remove.
22220         (MULTILIB_OPTIONS): Don't use $(CANONICALIZE_OPTIONS).
22221         (MULTILIB_MATCHES): Map -march= options to corresponding -mcpu=
22222         options.  Don't map other m68k options manually.  Don't handle
22223         old-style options as canonical.
22224         (MULTILIB_EXCEPTIONS): Don't use $(CANONICALIZE_OPTIONS).
22225         * doc/install.texi (m68k-*-*): Document binutils version requirement.
22227 2011-04-07  Eric Botcazou  <ebotcazou@adacore.com>
22229         * basic-block.h (force_nonfallthru): Move to...
22230         * cfghooks.h (struct cfg_hooks): Add force_nonfallthru hook.
22231         (force_nonfallthru): ...here.
22232         * cfghooks.c (force_nonfallthru): New function.
22233         * cfgrtl.c (force_nonfallthru): Rename into...
22234         (rtl_force_nonfallthru): ...this.
22235         (commit_one_edge_insertion): Do not set AUX field.
22236         (commit_edge_insertions): Do not discover new basic blocks.
22237         (rtl_cfg_hooks): Add rtl_force_nonfallthru.
22238         (cfg_layout_rtl_cfg_hooks): Likewise.
22239         * function.c (thread_prologue_and_epilogue_insns): Remove bogus
22240         ATTRIBUTE_UNUSED.  Discover new basic blocks in the prologue insns.
22241         * tree-cfg.c (gimple_cfg_hooks): Add NULL for force_nonfallthru.
22243 2011-04-07  Anatoly Sokolov  <aesok@post.ru>
22245         * config/mips/mips.h (REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
22246         Remove macros.
22248 2011-04-07  Uros Bizjak  <ubizjak@gmail.com>
22250         * config/i386/sse.md: Update copyright year.
22251         (avxcvtvecmode): Remove.
22252         (sse_movhlps): Merge with *avx_movhlps.
22253         (sse_movlhps): Merge with *avx_movlhps.
22254         (vec_interleave_highv4sf): Merge with *avx_interleave_highv4sf.
22255         (vec_interleave_lowv4sf): Merge with *avx_interleave_lowv4sf.
22256         (sse_shufps_<mode>): Merge with *avx_shufps_<mode>.
22257         (sse_loadhps): Merge with *avx_loadhps.
22258         (sse_storelps): Merge with *avx_storelps.
22259         (sse_loadlps): Merge with *avx_loadlps.
22260         (sse_movss): Merge with *avx_movss.
22261         (*vec_concatv2sf_sse4_1): Merge with *vec_concatv2sf_avx.
22262         (*vec_concatv4sf_sse): Merge with *vec_concatv4sf_avx.
22263         (*vec_set<mode>_0_sse4_1): Merge with *vec_set<mode>_0_avx.
22264         (*vec_set<mode>_0_sse2): Split multi-unit alternative.
22265         (vec_set<mode>_0): Ditto.
22266         (*vec_setv4sf_sse4_1): Merge with *vec_setv4sf_avx.
22267         (sse4_1_insertps): Merge with *avx_insertps.
22268         (*sse3_interleave_highv2df): Merge with *avx_interleave_highv2df.
22269         (*sse3_interleave_lowv2df): Merge with *avx_interleave_lowv2df.
22270         (vec_interleave_highv2di): Merge with *avx_interleave_highv2di.
22271         (sse2_shufpd_<mode>): Merge with *avx_shufpd_<mode>.
22272         (sse2_storehpd): Merge with *avx_storehpd.
22273         (sse2_loadhpd): Merge with *avx_loadhpd.
22274         (sse2_loadlpd): Merge with *avx_loadlpd.
22275         (sse2_movsd): Merge with *avx_movsd.
22276         (*vec_concatv2df): Merge with *vec_concatv2df.
22278 2011-04-07  Jakub Jelinek  <jakub@redhat.com>
22280         PR debug/48343
22281         * combine.c (combine_instructions): Add last_combined_insn,
22282         update it if insn is after it, pass it to all try_combine calls.
22283         (try_combine): Add last_combined_insn parameter, pass it instead of
22284         i3 to propagate_for_debug.
22286 2011-04-07  Nick Clifton  <nickc@redhat.com>
22288         * config/mn10300/mn10300.md (movqi_internal): Add alternatives
22289         to handle MDR <-> data register transfers.
22290         (movhi_internal): Likewise.
22292 2011-04-07  Alan Modra  <amodra@gmail.com>
22294         * config/rs6000/rs6000.c (rs6000_stack_info): Don't compare against
22295         previous stack info.
22297 2011-04-07  Tom de Vries  <tom@codesourcery.com>
22299         PR target/43920
22300         * cfgcleanup.c (try_crossjump_to_edge): Add dir parameter.  Pass dir to
22301         flow_find_cross_jump.  Swap variables to implement backward replacement.
22302         (try_crossjump_bb): Add argument to try_crossjump_to_edge.
22304 2011-04-07  Tom de Vries  <tom@codesourcery.com>
22306         PR target/43920
22307         * cfgcleanup.c (walk_to_nondebug_insn): New function.
22308         (flow_find_cross_jump): Use walk_to_nondebug_insn.  Recalculate bb1
22309         and bb2.
22310         (try_crossjump_to_edge): Handle case that newpos1 or newpos2 is not
22311         src1 or src2.  Redirect edges to the last basic block.  Update
22312         frequency and count on multiple basic blocks in case of fallthru.
22314 2011-04-07  Tom de Vries  <tom@codesourcery.com>
22316         PR target/43920
22317         * cfgcleanup.c (equal_different_set_p, can_replace_by, merge_dir): New
22318         function.
22319         (old_insns_match_p): Change return type.  Replace return false/true
22320         with return dir_none/dir_both.  Use can_replace_by.
22321         (flow_find_cross_jump): Add dir_p parameter.  Init replacement
22322         direction from dir_p.  Register replacement direction in dir, last_dir
22323         and afterlast_dir.  Handle new return type of old_insns_match_p using
22324         merge_dir.  Return replacement direction in dir_p.
22325         (flow_find_head_matching_sequence, outgoing_edges_match): Handle new
22326         return type of old_insns_match_p.
22327         (try_crossjump_to_edge): Add argument to call to flow_find_cross_jump.
22328         * ifcvt.c ( cond_exec_process_if_block): Add argument to call to
22329         flow_find_cross_jump.
22330         * basic-block.h (enum replace_direction): New type.
22331         (flow_find_cross_jump): Add parameter to declaration.
22333 2011-04-06  Uros Bizjak  <ubizjak@gmail.com>
22335         * config/i386/sse.md (AVXMODEDCVTDQ2PS): Remove.
22336         (AVXMODEDCVTPS2DQ): Ditto.
22337         (VEC_FLOAT_MODE): Ditto.
22338         (<sse>_andnot<mode>3): Merge with avx_andnot<mode>3.  Use VF mode
22339         iterator.  Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
22340         (<any_logic:code><mode>3): Use VF mode iterator.
22341         (*<any_logic:code><mode>3): Merge with *avx_<any_logic:code><mode>3.
22342         Use VF mode iterator.
22343         (copysign<mode>3): Use VF mode iterator.
22344         (*andnot<MODEF:mode>3): Merge with *avx_andnot<MODEF:mode>3.  Handle
22345         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
22346         (*<any_logic:code><MODEF:mode>3): Merge with
22347         *avx_<any_logic:code><MODEF:mode>3.
22348         (sse_cvtsi2ss): Merge with *avx_cvtsi2ss.
22349         (sse_cvtsi2ssq): Merge with *avx_cvtsi2ssq.
22350         (avx_cvtdq2ps256): Split from avx_cvtdq2ps<avxmodesuffix>.
22351         (avx_cvtdq2ps<avxmodesuffix>): Remove.
22352         (sse2_cvtdq2ps): Use %v modifier.
22353         (avx_cvtps2dq256): Split from avx_cvtps2dq<avxmodesuffix>.
22354         (avx_cvtps2dq<avxmodesuffix>): Remove.
22355         (sse2_cvtps2dq): Use %v modifier.
22356         (avx_cvttps2dq256): Split from avx_cvttps2dq<avxmodesuffix>.
22357         (avx_cvttps2dq<avxmodesuffix>): Remove.
22358         (sse2_cvttps2dq): Use %v modifier.
22359         (sse2_cvtsi2sd): Merge with *avx_cvtsi2sd.
22360         (sse2_cvtsi2sdq): Merge with *avx_cvtsi2sdq.
22361         (sse2_cvtsd2siq): Fix insn template.
22362         (sse2_cvtsd2siq_2): Ditto.
22363         (sse2_cvttsd2siq): Ditto.
22364         (sse2_cvtsd2ss): Merge with *avx_cvtsd2ss.
22365         (sse2_cvtss2sd): Merge with *avx_cvtss2sd.
22367 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
22369         * gcov-io.c: Use GCC Runtime Library Exception.
22371 2011-04-06  Jakub Jelinek  <jakub@redhat.com>
22373         PR debug/48466
22374         * dwarf2out.c (based_loc_descr): If drap_reg is INVALID_REGNUM, use
22375         as base_reg whatever register reg has been eliminated to, instead
22376         of hardcoding STACK_POINTER_REGNUM.
22378 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
22380         * doc/tm.texi.in: Document C target hooks as separate from general
22381         target hooks.
22382         * doc/tm.texi: Regenerate.
22383         * genhooks.c (struct hook_desc): Add docname field.
22384         (HOOK_VECTOR_1, DEFHOOKPOD, DEFHOOK, DEFHOOK_UNDOC).  Initialize
22385         docname field.
22386         (hook_array): Include c-target.def.
22387         (emit_documentation): Use docname field in output.
22388         (emit_init_macros): Take docname argument.  Only emit definitions
22389         for hooks matching docname.
22390         (main): Expect additional arguments in all cases.  Pass argument
22391         to emit_init_macros.
22392         * target.def: Move initial macro definitions and comments to
22393         target-hooks-macros.h.
22394         (gcc_targetcm): Move to c-family/c-target.def.
22395         * target.h (targetcm): Move declaration to c-family/c-target.h.
22396         * targhooks.c (default_handle_c_option): Move to
22397         c-family/c-opts.c.
22398         * targhooks.h (default_handle_c_option): Move declaration to
22399         c-family/c-common.h.
22400         * target-hooks-macros.h: New file.
22401         * config.gcc (target_has_targetcm): Define and use to add to
22402         c_target_objs and cxx_target_objs.
22403         * config/default-c.c: New file.
22404         * config/darwin-c.c: Include c-target.h and c-target-def.h instead
22405         of target.h and target-def.h.
22406         (TARGET_HANDLE_C_OPTION, targetcm): Define later in file.
22407         (darwin_objc_construct_string, darwin_cfstring_ref_p,
22408         darwin_check_cfstring_format_arg): Make static.
22409         (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
22410         TARGET_STRING_OBJECT_REF_TYPE_P,
22411         TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): Define here.
22412         * config/darwin-protos.h (darwin_objc_construct_string,
22413         darwin_cfstring_ref_p, darwin_check_cfstring_format_arg): Don't
22414         declare.
22415         * config/darwin.h (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
22416         TARGET_STRING_OBJECT_REF_TYPE_P,
22417         TARGET_CHECK_STRING_OBJECT_FORMAT_ARG, TARGET_HAS_TARGETCM): Remove.
22418         * config/t-darwin (darwin-c.o): Update dependencies.
22419         * system.h (TARGET_HAS_TARGETCM): Poison.
22420         * Makefile.in (TARGET_H): Update.
22421         (TARGET_DEF, C_TARGET_DEF, C_TARGET_H, C_TARGET_DEF_H): Define.
22422         (c-family/c-format.o, c-family/c-opts.o): Update dependencies.
22423         (default-c.o): New target.
22424         (s-target-hooks-def-h): Pass "Target Hook" string to genhooks.
22425         (c-family/c-target-hooks-def.h, s-c-target-hooks-def-h): New targets.
22426         (s-tm-texi): Pass -d option to genhooks.  Also test timestamp on
22427         c-target.def.
22428         (build/genhooks.o): Update dependencies.
22430 2011-04-06  Richard Guenther  <rguenther@suse.de>
22432         * ipa-inline.c (enum inlining_mode): Remove.
22433         (cgraph_flatten): Use some other token.
22434         (cgraph_edge_early_inlinable_p): New function, split out from ...
22435         (cgraph_perform_always_inlining): New function, split out from ...
22436         (cgraph_decide_inlining_incrementally): ... here.
22437         (cgraph_mark_inline_edge): Adjust.
22438         (cgraph_early_inlining): Re-structure.
22439         (pass_early_inline): Require SSA form.
22441 2011-04-06  Andrew Stubbs  <ams@codesourcery.com>
22442             Julian Brown  <julian@codesourcery.com>
22443             Mark Shinwell  <shinwell@codesourcery.com>
22445         * config/arm/arm.h (arm_class_likely_spilled_p): Check against
22446         LO_REGS only for Thumb-1.
22447         (MODE_BASE_REG_CLASS): Restrict base registers to those which can
22448         be used in short instructions when optimising for size on Thumb-2.
22450 2011-04-06  Eric Botcazou  <ebotcazou@adacore.com>
22452         * gimple-low.c (lower_gimple_return): When not optimizing, force labels
22453         associated with user returns to be preserved.
22455 2011-04-06  Tristan Gingold  <gingold@adacore.com>
22457         * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index,
22458         symbol_queue_size, DBXOUT_DECR_NESTING,
22459         (DBXOUT_DECR_NESTING_AND_RETURN): Also define
22460         if XCOFF_DEBUGGING_INFO.
22462 2011-04-06  Uros Bizjak  <ubizjak@gmail.com>
22464         * config/i386/i386.md (attribute isa): New.
22465         (attribute enabled): New.
22466         (setcc_<mode>_sse): Merge from *{avx,sse}_setcc<mode>.
22467         (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_mixed_avx.
22468         (*fop_<mode>_comm_sse): Merge with *fop_<mode>_comm_avx.
22469         (*fop_<mode>_1_mixed): Merge with *fop_<mode>_1_mixed_avx.
22470         (*fop_<mode>_1_sse): Merge with *fop_<mode>_1_avx.
22471         (<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
22472         (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.
22473         (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.
22475         * config/i386/sse.md (VF): New mode iterator.
22476         (VF1): Ditto.
22477         (VF2): Ditto.
22478         (VF_128): Ditto.
22479         (SSEMODEF4): Remove.
22480         (attribute sse): Handle V8SF and V4DF modes.
22481         (<absneg:code><mode>2): Use VF mode iterator.
22482         (*absneg<mode>2): Merge from *{avx,sse}_absneg<mode>2.  Use VF
22483         mode iterator.
22484         (<plusminus_insn><mode>3): Use VF mode iterator.
22485         (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
22486         Use VF mode iterator.
22487         (<sse>_vm<plusminus_insn><mode>3): Merge with
22488         *avx_vm<plusminus_insn><mode>3.  Use VF_128 mode iterator.
22489         (mul<mode>3): Use VF mode iterator.
22490         (*mul<mode>3): Merge with *avx_mul<mode>3.  Use VF mode iterator.
22491         (<sse>_vmmul<mode>3): Merge with *avx_vmmul<mode>3.  Use VF_128
22492         mode iterator.
22493         (div<VF2:mode>3): Merge from divv2df3 and divv4df3.
22494         (div<VF1:mode>3): Merge from divv4sf3 and divv8sf3.
22495         (<sse>_div<mode>3): Merge with *avx_div<mode>3.  Use VF mode iterator.
22496         (<sse>_vmdiv<mode>3): Merge with *avx_vmdiv<mode>3.  Use VF_128
22497         mode iterator.
22498         (<sse>_rcp<mode>2): Merge from avx_rcpv8sf2 and sse_rcpv4sf2.
22499         Use VF1 mode iterator.
22500         (sse_vmrcpv4sf2): Merge with *avx_vmrcpv4sf2.
22501         (sqrt<VF2:mode>2): New expander.
22502         (sqrt<VF1:mode>2): Merge from sqrtv4sf2 and sqrtv8sf2.
22503         (<sse>_sqrt<mode>2): Merge from avx_sqrtv8sf2, sse_sqrtv4sf, sqrtv4df2
22504         and sqrtv2df2.  Use VF mode iterator.
22505         (<sse>_vmsqrt<mode>2): Merge with *avx_vmsqrt<mode>2.  Use VF_128
22506         mode iterator.
22507         (rsqrt<VF1:mode>2): Merge from rsqrtv4sf2 and rsqrtv8sf2.
22508         (<sse>_rsqrt<mode>2): Merge from avx_rsqrtv8sf2 and sse_rsqrt4sf2.
22509         Use VF1 mode iterator.
22510         (sse_vmrsqrtv4sf2): Merge with *avx_vmrsqrtv4sf2.
22511         (<smaxmin:code><mode>3): Use VF mode iterator.
22512         (*<smaxmin:code><mode>3_finite): Merge with
22513         *avx_<smaxmin:code><mode>3_finite.  Use VF mode iterator.
22514         (*<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
22515         (<sse>_vm<smaxmin:code><mode>2): Merge with
22516         *avx_vm<smaxmin:code><mode>2.  Use VF_128 mode iterator.
22517         (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.  Use VF
22518         mode iterator.
22519         (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.  Use VF
22520         mode iterator.
22521         (sse3_addsubv2df3): Merge with *avx_addsubv2df3.
22522         (sse3_addsubv4sf3): Merge with *avx_addsubv4sf3.
22523         (sse3_h<plusminus_insn>v2df3): Merge with *avx_h<plusminus_insn>v2df3.
22524         (sse3_h<plusminus_insn>v4sf3): Merge with *avx_h<plusminus_insn>v4sf3.
22525         (avx_cmp<mode>3): Rename from avx_cmp<ssemodesuffix><mode>3.  Use
22526         VF mode iterator.
22527         (avx_vmcmp<mode>3): Rename from avx_cmp<ssescalarmodesuffix><mode>3.
22528         Use VF_128 mode iterator.
22529         (<sse>_maskcmp<mode>3): Merge with *avx_maskcmp<mode>3.  Use VF
22530         mode iterator.
22531         (<sse>_vmmaskcmp<mode>3): Merge with *avx_vmmaskcmp<mode>3.  Use
22532         VF_128 mode iterator.
22533         (vcond<mode>): Use VF mode iterator.
22534         * config/i386/predicates.md (sse_comparison_operator): Merge with
22535         avx_comparison_float_operator.  Do not declare as special_predicate.
22536         * config/i386/i386.c (struct builtin_description): Update for renamed
22537         compare patterns.
22538         (ix86_expand_args_builtin): Ditto.
22539         (ix86_expand_sse_compare_mask): Ditto.
22541 2011-04-06  Richard Guenther  <rguenther@suse.de>
22543         * tree-inline.c (estimate_num_insns): For calls simply account
22544         for all passed arguments and a used return value.
22546 2011-04-06  Richard Guenther  <rguenther@suse.de>
22548         PR tree-optimization/47663
22549         * cgraph.h (struct cgraph_edge): Add call_stmt_size and
22550         call_stmt_time fields.
22551         (cgraph_edge_inlinable_p): Declare.
22552         (cgraph_edge_recursive_p): New inline function.
22553         * cgraph.c (cgraph_create_edge_1): Initialize call_stmt_size.
22554         (cgraph_clone_edge): Copy it.
22555         * ipa-inline.c (cgraph_estimate_edge_time): New function.
22556         Account for call stmt time.
22557         (cgraph_estimate_time_after_inlining): Take edge argument.
22558         (cgraph_estimate_edge_growth): Account call stmt size.
22559         (cgraph_estimate_size_after_inlining): Take edge argument.
22560         (cgraph_mark_inline_edge): Adjust.
22561         (cgraph_check_inline_limits): Likewise.
22562         (cgraph_recursive_inlining_p): Remove.
22563         (cgraph_edge_badness): Use cgraph_edge_recursive_p.
22564         (cgraph_decide_recursive_inlining): Take edge argument and
22565         adjust.
22566         (cgraph_decide_inlining_of_small_functions): Do not avoid
22567         diags for recursive inlining here.
22568         (cgraph_flatten): Adjust.
22569         (cgraph_decide_inlining_incrementally): Likewise.
22570         (estimate_function_body_sizes): Remove call cost handling.
22571         (compute_inline_parameters): Initialize caller edge call costs.
22572         (cgraph_estimate_edge_growth): New function.
22573         (cgraph_estimate_growth): Use it.
22574         (cgraph_edge_badness): Likewise.
22575         (cgraph_check_inline_limits): Take an edge argument.
22576         (cgraph_decide_inlining_of_small_functions): Adjust.
22577         (cgraph_decide_inlining): Likewise.
22578         * tree-inline.c (estimate_num_insns): Only account for call
22579         return value if it is used.
22580         (expand_call_inline): Avoid diagnostics on recursive inline
22581         functions here.
22582         * lto-cgraph.c (lto_output_edge): Output edge call costs.
22583         (input_edge): Input edge call costs.
22585 2011-04-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22587         * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
22589 2011-04-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
22591         * doc/invoke.texi (Spec Files): Fix typo.
22593 2011-04-06  Eric Botcazou  <ebotcazou@adacore.com>
22595         * profile.c (branch_prob): Move declaration of local variable.  Remove
22596         obsolete ??? comment.  Expand the location explicitly instead of using
22597         the LOCATION_FILE and LOCATION_LINE macros.
22599 2011-04-06  Wei Guozhi  <carrot@google.com>
22601         PR target/47855
22602         * config/arm/arm.md (arm_cmpsi_insn): Compute attr "length".
22603         (arm_cond_branch): Likewise.
22604         (arm_cond_branch_reversed): Likewise.
22605         (arm_jump): Likewise.
22606         (push_multi): Likewise.
22607         * config/arm/constraints.md (Py): New constraint.
22609 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
22611         PR bootstrap/48471
22612         * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
22613         Move these...
22614         (symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
22615         (DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
22616         #ifdef DBX_DEBUGGING_INFO.
22618 2011-04-05  Bernd Schmidt  <bernds@codesourcery.com>
22620         PR bootstrap/48403
22621         * haifa-sched.c (schedule_block): Increment cycle_issued_insns only
22622         if old and new states differ.
22624 2011-04-05  Joseph Myers  <joseph@codesourcery.com>
22626         * config/m68k/m68k.c (m68k_handle_option): Don't handle OPT_m5200,
22627         OPT_m5206e, OPT_m528x, OPT_m5307, OPT_m5407 and OPT_mcfv4e.
22628         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
22629         handle -m5200, -m5206e, -m528x, -m5307, -m5407 and -mcfv4e.
22630         * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407,
22631         mcfv4e): Use Alias.
22632         * config/m68k/t-mlibs (MULTILIB_MATCHES): Don't map legacy
22633         ColdFire options to -mcpu= options.
22635 2011-04-05  Jeff Law  <law@redhat.com>
22637         * tree-ssa-threadupdate.c (determine_bb_domination_status): Always
22638         check if BB is a successor of LOOP->header and return
22639         NONDOMINATING if it is not, regardless of ENABLE_CHECKING.
22641 2011-04-05  Steven Bosscher  <steven@gcc.gnu.org>
22643         * cprop.c (struct reg_use): Remove.
22644         (reg_use_table): Make an array of RTX.
22645         (find_used_regs, constprop_register, local_cprop_pass,
22646         bypass_block): Simplify users of reg_use_table.
22647         (cprop_insn): Likewise.  Iterate if copy propagation succeeded
22648         on one of the uses found by find_used_regs.
22650 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
22652         PR bootstrap/48469
22653         * combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
22654         declaration.
22656 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
22658         * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links
22659         as an rtx.
22660         (try_combine) [AUTO_INC_DEC]: Declare a local link rtx.
22662 2011-04-05  Steven Bosscher  <steven@gcc.gnu.org>
22664         PR middle-end/48441
22665         * cprop.c (one_cprop_pass): Do not mark_oprs_set of deleted insns.
22667 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
22669         * combine.c: Include obstack.h.
22670         (struct insn_link): Define.
22671         (uid_log_links): Adjust type.
22672         (FOR_EACH_LOG_LINK): New macro.
22673         (insn_link_obstack): Declare.
22674         (alloc_insn_link): Define.
22675         (create_log_links): Call it.  Use FOR_EACH_LOG_LINK and adjust
22676         type of link variables.
22677         (find_single_use, insn_a_feeds_b, combine_instructions): Likewise.
22678         (try_combine, record_promoted_values, distribute_notes): Likewise.
22679         (distribute_links): Likewise.  Tweak prototype.
22680         (clear_log_links): Delete.
22681         (adjust_for_new_dest): Call alloc_insn_link.
22682         * Makefile.in (combine.o): Depend on $(OBSTACK_H).
22684 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
22686         * gcse.c (modify_mem_list): Convert to an array of VECs.
22687         (canon_modify_mem_list, compute_transp): Tweak formatting.
22688         (alloc_gcse_mem): Likewise.  Adjust for modify_mem_list change.
22689         (load_killed_in_block_p): Likewise.
22690         (record_last_mem_set_info): Likewise.
22691         (clear_modify_mem_tables): Likewise.
22693 2011-04-05  Tom de Vries  <tom@codesourcery.com>
22695         PR middle-end/48461
22696         * function.c (emit_use_return_register_into_block): Only define if
22697         HAVE_return.
22699 2011-04-05  Eric Botcazou  <ebotcazou@adacore.com>
22701         * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
22703 2011-04-05  Joseph Myers  <joseph@codesourcery.com>
22705         * config/rx/rx-opts.h: New.
22706         * config/rx/rx.c (rx_cpu_type): Remove.
22707         (rx_handle_option): Don't assert that global structures are in
22708         use.  Access variables via opts pointer.  Defer most handling of
22709         OPT_mint_register_.  Use error_at.
22710         (rx_option_override): Handle deferred OPT_mint_register_ here.
22711         * config/rx/rx.h (enum rx_cpu_types): Move to rx-opts.h.
22712         * config/rx/rx.opt (config/rx/rx-opts.h: New HeaderInclude.
22713         (mcpu=): Use Enum and specifiy rx_cpu_type with Var.
22714         (rx_cpu_types): New Enum and EnumValue entries.
22715         (mint-register=): Use Defer and use Var accordingly.
22717 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
22719         * debug.h (debug_flush_symbol_queue, debug_queue_symbol): Delete.
22720         (debug_free_queue, debug_nesting, symbol_queue_index): Delete.
22721         * final.c (debug_flush_symbol_queue, debug_queue_symbol):
22722         Move these...
22723         (debug_free_queue, debug_nesting, symbol_queue_index):
22724         ...and these...
22725         * dbxout.c: ...to here.  Make static.
22727 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
22729         * gcse.c (modify_pair): Define.  Define a VEC of it.
22730         (canon_modify_mem_list): Convert to an array of VECs.
22731         (free_insn_expr_list_list): Delete.
22732         (clear_modify_mem_tables): Call VEC_free instead.
22733         (record_last_mem_set_info): Don't modify canon_modify_mem_list.
22734         (alloc_gcse_mem): Adjust for canon_modify_mem_list change.
22735         (canon_list_insert, compute_transp): Likewise.
22737 2011-04-05  Tom de Vries  <tom@codesourcery.com>
22739         PR target/43920
22740         * config/arm/arm.h (BRANCH_COST): Set to 1 for Thumb-2 when optimizing
22741         for size.
22743 2011-04-05  Tom de Vries  <tom@codesourcery.com>
22745         PR target/43920
22746         * function.c (emit_use_return_register_into_block): New function.
22747         (thread_prologue_and_epilogue_insns): Use
22748         emit_use_return_register_into_block.
22750 2011-04-05  Tom de Vries  <tom@codesourcery.com>
22752         PR target/43920
22753         * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as
22754         insn.
22756 2011-04-05  Tom de Vries  <tom@codesourcery.com>
22758         * cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
22760 2011-04-05  Yufeng Zhang  <yufeng.zhang@arm.com>
22762         * config/arm/arm.md (define_constants for unspec): Replace with
22763         define_c_enum.
22764         (define_constants for unspecv): Replace with define_c_enum.
22765         * config/arm/neon.md (define_constants for unspec): Replace with
22766         define_c_enum.
22768 2011-04-04  Richard Henderson  <rth@redhat.com>
22770         PR bootstrap/48400
22771         * dwarf2out.c (output_line_info): Always emit line info from
22772         at least one section.
22773         (dwarf2out_init): Create text_section_line_info here ...
22774         (set_cur_line_info_table): ... not here.
22776 2011-04-04  Vladimir Makarov  <vmakarov@redhat.com>
22778         PR target/48380
22779         * ira.c (ira): Call grow_reg_equivs when fix_reg_equiv_init is
22780         not called.
22782         * ira-emit.c (emit_move_list): Update reg_equiv_init insn list.
22784 2011-04-04  Steven Bosscher  <steven@gcc.gnu.org>
22786         * cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.
22787         (expr_equiv_p): Remove.
22788         (insert_set_in_table): Look at <dest, src> pair instead of expr.
22789         (hash_scan_set): Update call to insert_set_in_table.
22790         (dump_hash_table): Dump <dest, src> pair.
22791         (lookup_set): Simplify.  Lookup <dest, src> pair.
22792         (compute_transp): Remove, fold heavily simplified code into...
22793         (compute_local_properties): ...here.  Expect COMP and TRANSP
22794         unconditionally.
22795         (find_avail_set): Take set directly from struct expr.
22796         (find_bypass-set): Likewise.
22797         (bypass_block): Likewise.
22798         (cprop_insn): Likewise.  Remove redundant INSN_P test.
22800         * cprop.c (implicit_set_cond_p): Assume nothing about COND, move
22801         checks on form of COND from find_implicit_sets to here.
22802         (find_implicit_sets): Cleanup control flow. Split critical edges
22803         if it exposes implicit sets.  Allocate/resize implicit_sets as
22804         necessary.
22805         (one_cprop_pass): Only delete unreachable blocks if local_cprop_pass
22806         changed something.  Run df_analyze after find_implicit_sets if any
22807         edges were split.  Do not allocate implicit_sets here.
22809         * cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
22810         (gcse_obstack): Renamed to cprop_obstack.
22811         (GNEW, GNEWVEC, GNEWVAR): Remove.
22812         (gmalloc): Remove.
22813         (alloc_hash_table): Use XNEWVAR instead of GNEWVAR.
22814         (GOBNEW, GOBNEWVAR): Adjust for gcse_obstack renaming.
22815         (gcse_alloc): Likewise, and rename to cprop_alloc.
22816         (alloc_gcse_men, free_gcse_mem): Remove.
22817         (gcse_constant_p): Rename to cprop_constant_p, and adjust all callers.
22818         (compute_hash_table_work): Allocate and free reg_set_bitmap here.
22819         (one_cprop_pass): Likewise. Adjust for gcse_obstack renaming.
22821         * cprop.c (oprs_not_set_p): Remove.
22822         (mark_set, mark_clobber): Remove.
22823         (mark_oprs_set): Rewrite using DF_INSN_INFO_DEFS cache.
22824         (reg_not_set_p): New function.
22825         (find_avail_set): Use reg_not_set_p instead of oprs_not_set_p.
22826         (cprop_insn): Likewise.
22827         (cprop_jump): Use FOR_EACH_EDGE.
22829 2011-04-04  Bernd Schmidt  <bernds@codesourcery.com>
22831         PR bootstrap/48403
22832         * haifa-sched.c (nonscheduled_insns_begin): New static variable.
22833         (rank_for_schedule): Use scheduled_insns vector instead of
22834         last_scheduled_insn.
22835         (ok_for_early_queue_removal): Likewise.
22836         (queue_to_ready): Search forward in nonscheduled_insns_begin if
22837         we have a dbg_cnt.
22838         (choose_ready): Likewise.
22839         (commit_schedule): Use VEC_iterate.
22840         (schedule_block): Initialize nonscheduled_insns_begin.  If we have
22841         a dbg_cnt, use it and ensure the first insn is in the ready list.
22842         (haifa_sched_init): Allocate scheduled_insns.
22843         (sched_extend_ready_list): Don't allocate it; reserve space.
22844         (haifa_sched_finish): Free it.
22846 2011-04-04  Joseph Myers  <joseph@codesourcery.com>
22848         * optc-gen.awk: Always remove type from Variable entry before
22849         recording in var_seen.
22851 2011-04-04  Eric Botcazou  <ebotcazou@adacore.com>
22853         * cfghooks.c (tidy_fallthru_edges): Add ??? comment.
22854         * tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
22855         call to tidy_fallthru_edges.
22857 2011-04-04  Joseph Myers  <joseph@codesourcery.com>
22859         * doc/options.texi (ToLower): Document.
22860         * opt-functions.awk (switch_bit_fields): Initialize cl_tolower field.
22861         * opts-common.c (decode_cmdline_option): Handle cl_tolower.
22862         * opts.h (cl_option): Add cl_tolower field.
22863         * config/rx/rx.c (rx_handle_option): Use strcmp of -mcpu=
22864         arguments with lowercase strings.
22865         * config/rx/rx.opt (mcpu=): Add ToLower.
22866         * config/rx/t-rx (MULTILIB_MATCHES): Don't handle uppercase -mcpu=
22867         argument.
22869 2011-04-04  Richard Sandiford  <richard.sandiford@linaro.org>
22871         * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Delete.
22873 2011-04-04  Richard Sandiford  <richard.sandiford@linaro.org>
22875         * config/vax/vax.c: Include reload.h.
22877 2011-04-04  Anatoly Sokolov  <aesok@post.ru>
22879         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Remove.
22880         * config/sparc/sparc.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
22881         (sparc_preferred_reload_class): New function.
22883 2011-04-04  Jakub Jelinek  <jakub@redhat.com>
22885         PR debug/48401
22886         * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
22887         Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.
22889 2011-04-03  Nathan Froyd  <froydnj@codesourcery.com>
22891         * tree.h (struct tree_const_decl): Inherit from tree_decl_common.
22892         * tree.c (initialize_tree_contains_struct): Adjust accordingly.
22894 2011-04-03  Anatoly Sokolov  <aesok@post.ru>
22896         * config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
22897         (ASM_OUTPUT_ALIGNED_BSS): Define.
22899 2011-04-03  Michael Matz  <matz@suse.de>
22901         * lto-streamer.h (struct lto_streamer_cache_d): Remove offsets
22902         and next_slot members.
22903         (lto_streamer_cache_insert, lto_streamer_cache_insert_at,
22904         lto_streamer_cache_lookup, lto_streamer_cache_get): Adjust prototypes.
22905         (lto_streamer_cache_append): Declare.
22906         * lto-streamer.c (lto_streamer_cache_add_to_node_array): Use
22907         unsigned index, remove offset parameter, ensure that we append
22908         or update existing entries.
22909         (lto_streamer_cache_insert_1): Use unsigned index, remove offset_p
22910         parameter, update next_slot for append.
22911         (lto_streamer_cache_insert): Use unsigned index, remove offset_p
22912         parameter.
22913         (lto_streamer_cache_insert_at): Likewise.
22914         (lto_streamer_cache_append): New function.
22915         (lto_streamer_cache_lookup): Use unsigned index.
22916         (lto_streamer_cache_get): Likewise.
22917         (lto_record_common_node): Don't test tree_node_can_be_shared.
22918         (preload_common_node): Adjust call to lto_streamer_cache_insert.
22919         (lto_streamer_cache_delete): Don't free offsets member.
22920         * lto-streamer-out.c (eq_string_slot_node): Use memcmp.
22921         (lto_output_string_with_length): Use lto_output_data_stream.
22922         (lto_output_tree_header): Remove ix parameter, don't write it.
22923         (lto_output_builtin_tree): Likewise.
22924         (lto_write_tree): Adjust callers to above, don't track and write
22925         offset, write unsigned index.
22926         (output_unreferenced_globals): Don't emit all global vars.
22927         (write_global_references): Use unsigned indices.
22928         (lto_output_decl_state_refs): Likewise.
22929         (write_symbol): Likewise.
22930         * lto-streamer-in.c (lto_input_chain): Move earlier.
22931         (input_function): Use unsigned index.
22932         (input_alias_pairs): Don't read and then ignore all global vars.
22933         (lto_materialize_tree): Remove ix_p parameter, don't read index,
22934         don't pass it back, use lto_streamer_cache_append.
22935         (lto_register_var_decl_in_symtab): Use unsigned index.
22936         (lto_register_function_decl_in_symtab): Likewise.
22937         (lto_get_pickled_tree): Don't read in or handle offset, read unsigned
22938         index.
22939         (lto_get_builtin_tree): Don't read index, use
22940         lto_streamer_cache_append.
22941         (lto_read_tree): Adjust call to lto_materialize_tree.
22943         * ipa-inline.c (cgraph_edge_badness): Move growth calculaton,
22944         don't use function calls in arguments to MIN.
22946         * varasm.c (decl_binds_to_current_def_p): Don't check TREE_PUBLIC
22947         twice.
22949         * gimple.c (gimple_type_leader_entry): Mark deletable.
22951 2011-04-03  Alan Modra  <amodra@gmail.com>
22953         * dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.
22955 2011-04-03  Michael Matz  <matz@suse.de>
22957         * tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not
22958         an integer.
22959         * tree.h (tree_decl_non_common.vindex): Adjust comment.
22961 2011-04-03  Michael Matz  <matz@suse.de>
22963         * cgraphbuild.c (record_reference): Canonicalize constructor values.
22964         * gimple-fold.c (canonicalize_constructor_val): Accept being called
22965         without function context.
22966         * cgraphunit.c (cgraph_finalize_compilation_unit): Clear
22967         current_function_decl and cfun.
22969 2011-04-03  Michael Matz  <matz@suse.de>
22971         * tree.c (decl_init_priority_insert): Don't create entry for
22972         default priority.
22973         (decl_fini_priority_insert): Ditto.
22974         (fields_compatible_p, find_compatible_field): Remove.
22975         * tree.h (fields_compatible_p, find_compatible_field): Remove.
22976         * gimple.c (gimple_compare_field_offset): Adjust block comment.
22978 2011-04-03  Eric Botcazou  <ebotcazou@adacore.com>
22980         * combine.c (try_combine): Remove useless local variable.
22982 2011-04-03  Richard Guenther  <rguenther@suse.de>
22983             Ira Rosen  <ira.rosen@linaro.org>
22985         * tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all
22986         non-variable offsets and compare the remaining bases of the two
22987         accesses instead of looking for exact same data-ref.
22989 2011-04-02  Kai Tietz  <ktietz@redhat.com>
22991         PR target/48416
22992         * i386.c (ix86_function_arg_boundary): Fix printf formatter.
22994         * i386.c (ix86_is_msabi_thiscall): New helper function.
22995         (ix86_is_type_thiscall): New helper function.
22996         (ix86_comp_type_attributes): Handle thiscall for method-functions
22997         special.
22998         (init_cumulative_args): Likewise.
22999         (find_drap_reg): Likewise.
23000         (ix86_static_chain): Likewise.
23001         (x86_this_parameter): Likewise.
23002         (x86_output_mi_thunk): Likewise.
23004 2011-04-01  Olivier Hainque  <hainque@adacore.com>
23005             Nicolas Setton  <setton@adacore.com>
23006             Eric Botcazou  <ebotcazou@adacore.com>
23008         * dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.
23009         (add_gnat_descriptive_type_attribute): New function.
23010         (gen_array_type_die): Call it.
23011         (gen_enumeration_type_die): Likewise.
23012         (gen_struct_or_union_type_die): Likewise.
23013         (modified_type_die): Likewise.
23014         * langhooks.h (lang_hooks_for_types): New descriptive_type hook.
23015         * langhooks-def.h (LANG_HOOKS_DESCRIPTIVE_TYPE): Default to NULL.
23016         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_DESCRIPTIVE_TYPE.
23018 2011-04-01  Jakub Jelinek  <jakub@redhat.com>
23020         PR bootstrap/48148
23021         * dwarf2out.c (resolve_addr): Don't call force_decl_die
23022         if DECL_EXTERNAL has non-NULL DECL_ABSTRACT_ORIGIN.
23024         Revert:
23025         2011-03-17  Richard Guenther  <rguenther@suse.de>
23027         PR bootstrap/48148
23028         * lto-cgraph.c (input_overwrite_node): Clear the abstract
23029         origin for decls in other ltrans units.
23030         (input_varpool_node): Likewise.
23032 2011-04-01  Jakub Jelinek  <jakub@redhat.com>
23034         PR middle-end/48335
23035         * expr.c (expand_assignment): Handle all possibilities
23036         if TO_RTX is CONCAT.
23037         * expmed.c (store_bit_field_1): Avoid trying to create invalid SUBREGs.
23038         (store_split_bit_field): If SUBREG_REG (op0) or
23039         op0 itself has smaller mode than word, return it
23040         for offset 0 and const0_rtx for out-of-bounds stores.
23041         If word is const0_rtx, skip it.
23043 2011-04-01  Naveen H.S  <naveen.S@kpitcummins.com>
23045         * config/h8300/h8300.c (print_operand_address): Rename to...
23046         (h8300_print_operand_address): ...this. Make static. Adjust comments.
23047         Call h8300_print_operand and h8300_print_operand_address instead of
23048         print_operand and print_operand_address. Declare.
23049         (print_operand): Renake to...
23050         (h8300_print_operand): ...this. Make static. Adjust comments.
23051         Call h8300_print_operand instead of print_operand. Declare.
23052         (h8300_print_operand_punct_valid_p): Moved from h8300.h file.
23053         (h8300_register_move_cost): Likewise.
23054         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_PRINT_OPERAND
23055         TARGET_PRINT_OPERAND_ADDRESS, TARGET_REGISTER_MOVE_COST): Define.
23056         * config/h8300/h8300.h (PRINT_OPERAND_ADDRESS, PRINT_OPERAND
23057         PRINT_OPERAND_PUNCT_VALID_P, REGISTER_MOVE_COST): Delete.
23058         * config/h8300/h8300-protos.h (print_operand): Delete.
23059         (print_operand_address): Delete.
23061 2011-04-01  Richard Henderson  <rth@redhat.com>
23063         PR 48400
23064         * dwarf2out.c (dwarf2out_source_line): Disable discriminators
23065         in strict mode before dwarf4.  Re-order tests to early out
23066         before switching sections.
23068 2011-04-01  Nathan Froyd  <froydnj@codesourcery.com>
23070         * config/h8300/constraints.md: New file.
23071         * config/h8300/h8300.md: Include it.  Use satisfies_constraint_J,
23072         satisfies_constraint_L, and satisfies_constraint_N for peephole2s.
23073         (*tst_extzv_1_n, *tstsi_variable_bit_qi): Use satisfies_constraint_U.
23074         * config/h8300/predicates.md (bit_operand): Likewise.
23075         (incdec_operand): Use satisfies_constraint_M and
23076         satisfies_constraint_O.  Don't use C code block.
23077         * config/h8300/h8300-protos.h (h8300_reg_class_from_letter): Delete.
23078         * config/h8300/h8300.c (h8300_reg_class_from_letter): Delete.
23079         (compute_mov_length): Use satisfies_constraint_G.
23080         (fix_bit_operand): Use satisfies_constraint_U.
23081         * config/h8300/h8300.h (REG_CLASS_FROM_LETTER): Delete.
23082         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Delete.
23083         (CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O): Delete.
23084         (CONST_OK_FOR_Ppositive, CONST_OK_FOR_Pnegative): Delete.
23085         (CONST_OK_FOR_P, CONSTRAINT_LEN_FOR_P): Delete.
23086         (CONST_OK_FOR_CONSTRAINT_P, CONST_OK_FOR_LETTER_P): Delete.
23087         (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
23088         (OK_FOR_Q, OK_FOR_R, OK_FOR_S, OK_FOR_T, OK_FOR_U, OK_FOR_WU): Delete.
23089         (OK_FOR_W, CONSTRAINT_LEN_FOR_W, OK_FOR_Y2, OK_FOR_Y0): Delete.
23090         (OK_FOR_Y, CONSTRAINT_LEN_FOR_Y, OK_FOR_Z): Delete.
23091         (EXTRA_CONSTRAINT_STR, CONSTRAINT_LEN): Delete.
23092         (EXTRA_MEMORY_CONSTRAINT): Delete.
23094 2011-04-01  Andrew Pinski  <pinskia@gmail.com>
23095             Michael Meissner  <meissner@linux.vnet.ibm.com>
23097         PR target/48262
23098         * config/rs6000/vector.md (movmisalign<mode>): Allow for memory
23099         operands, as per the specifications.
23101         * config/rs6000/altivec.md (vec_extract_evenv4si): Correct modes.
23102         (vec_extract_evenv4sf): Ditto.
23103         (vec_extract_evenv8hi): Ditto.
23104         (vec_extract_evenv16qi): Ditto.
23105         (vec_extract_oddv4si): Ditto.
23107 2011-03-31  Mark Wielaard  <mjw@redhat.com>
23109         * dwarf2out.c (dwarf2out_finish): Don't add low_pc and/or
23110         high_pc attribute if the CU has no associated code. Only output
23111         DW_AT_entry_pc for CU if not generating strict dwarf and
23112         dwarf_version < 4.
23114 2011-04-01  Bernd Schmidt  <bernds@codesourcery.com>
23116         * dwarf2out.h (dwarf2out_frame_debug_init): Declare.
23117         * dwarf2out.c (dwarf2out_frame_debug_init): New function, broken
23118         out of ...
23119         (dwarf2out_frame_debug): ... here. Don't handle a NULL argument.
23120         * final.c (final_start_function): Call the new function rather
23121         than using a NULL argument for dwarf2out_frame_debug.
23123         * ifcvt.c (cond_exec_process_insns): Disallow converting a block
23124         that contains the prologue.
23126         * haifa-sched.c (queue_insn): New arg REASON.  All callers
23127         changed.  Print it in debugging output.
23129         * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.
23131         * sched-ebb.c (begin_schedule_ready): Remove second argument.
23132         Split most of the code into...
23133         (begin_move_insn): ... here.  New function.
23134         (ebb_sched_info): Add a pointer to it.
23135         * haifa-sched.c (scheduled_insns): New static variable.
23136         (sched_extend_ready_list): Allocate it.
23137         (schedule_block): Use it to record the order of scheduled insns.
23138         Perform RTL changes to move insns only after all scheduling
23139         decisions have been made.
23140         * modulo-sched.c (sms_sched_haifa_sched_info): Add NULL entry for the
23141         begin_move_insn field.
23142         * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
23143         * sched-int.h (struct haifa_sched_info): Remove second argument
23144         from begin_schedule_ready hook.  Add new member begin_move_insn.
23145         * sched-rgn.c (begin_schedule_ready): Remove second argument.
23146         (rgn_const_sched_info): Add NULL entry for the begin_move_insn field.
23148         * haifa-sched.c (prune_ready_list): New function, broken out of
23149         schedule_block.
23150         (schedule_block): Use it.
23152 2011-04-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23154         * config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
23156 2011-04-01  Kai Tietz  <ktietz@redhat.com>
23158         * config.gcc (*-*-mingw*): Allow as option the
23159         posix threading model.
23160         * config/i386/mingw32.h (SPEC_PTHREAD1,  SPEC_PTHREAD2):
23161         New macros defined dependent to TARGET_USE_PTHREAD_BY_DEFAULT
23162         definition.
23163         (CPP_SPEC): Add pthread/no-pthread handling.
23164         (LIB_SPEC): Likewise.
23165         * config/i386/mingw-w64.h (CPP_SPEC):Likewise.
23166         (LIB_SPEC): Likewise.
23167         * config/i386/t-cygming (SHLIB_PTHREAD_CFLAG): New
23168         flag to pass -pthread option for shared libgcc build.
23169         (SHLIB_PTHREAD_LDFLAG): New option to pass -lpthread
23170         for shared libgcc build.
23171         * config/i386/t-mingw-pthread: New file.
23172         * config/i386/mingw-pthread.h (TARGET_USE_PTHREAD_BY_DEFAULT):
23173         New define to enable use of library pthread by default.
23174         * config/i386/mingw.opt (pthread): New driver option.
23175         (no-pthread): New driver option.
23176         * config/i386/cygming.opt: Make sure trailing empty line is retained.
23177         * config/i386/mingw-w64.opt: Likewise.
23179 2011-04-01  Gary Funck  <gary@intrepid.com>
23181         * c-decl.c (grokdeclarator): Fix formatting.
23183 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
23185         * expr.c (emit_block_move_via_movmem): Use n_generator_args
23186         instead of n_operands.
23187         (set_storage_via_setmem): Likewise.
23188         * optabs.c (maybe_gen_insn): Likewise.
23189         * config/arm/arm.c (arm_init_neon_builtins): Likewise.
23190         * config/mips/mips.c (mips_expand_builtin_compare_1): Likewise.
23191         (mips_expand_builtin_direct): Likewise.
23192         * config/spu/spu.c (expand_builtin_args): Likewise.
23194 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
23196         * recog.h (insn_data_d): Add n_generator_args.
23197         * genoutput.c (data): Likewise.
23198         (output_insn_data): Print it.
23199         (max_opno, num_dups): Delete.
23200         (scan_operands): Just fill in "d->operand[...]".
23201         (gen_insn, gen_peephole, gen_expand, gen_split): Use get_pattern_stats.
23203 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
23205         * gensupport.h (pattern_stats): New structure.
23206         * gensupport.c (get_pattern_stats_1, get_pattern_stats): New functions.
23207         * genemit.c (max_opno, max_dupno, max_scratch_opno): Delete.
23208         (max_operand_1, max_operand_vec): Delete.
23209         (gen_insn, gen_expand, gen_split): Use get_pattern_stats.
23211 2011-03-31  Nathan Froyd  <froydnj@codesourcery.com>
23213         * emit-rtl.c (emit_pattern_after_setloc): New function.
23214         (emit_insn_after_setloc, emit_jump_insn_after_setloc): Call it.
23215         (emit_call_insn_after_setloc, emit_debug_insn_after_setloc): Likewise.
23216         (emit_pattern_after): New function.
23217         (emit_insn_after, emit_jump_insn_after): Call it.
23218         (emit_call_insn_after, emit_debug_insn_after): Likewise.
23219         (emit_pattern_before_setloc): New function.
23220         (emit_insn_before_setloc, emit_jump_insn_before_setloc): Call it.
23221         (emit_call_insn_before_setloc, emit_debug_insn_before_setloc):
23222         Likewise.
23223         (emit_pattern_before): New function.
23224         (emit_insn_before, emit_jump_insn_before): Call it.
23225         (emit_call_insn_before, emit_debug_insn_before): Likewise.
23227 2011-03-31  Richard Henderson  <rth@redhat.com>
23229         * dwarf2out.c (dw_separate_line_info_ref): Remove.
23230         (dw_separate_line_info_entry): Remove.
23231         (enum dw_line_info_opcode): New.
23232         (dw_line_info_entry): Use it.
23233         (dw_line_info_table, dw_line_info_table_p): New.
23234         (DWARF_LINE_OPCODE_BASE): Include dwarf3 opcodes.
23235         (line_info_table, line_info_label_num): Remove.
23236         (line_info_table_in_use): Remove.
23237         (separate_line_info_table): Remove.
23238         (separate_line_info_table_allocated): Remove.
23239         (separate_line_info_table_in_use): Remove.
23240         (LINE_INFO_TABLE_INCREMENT): Remove.
23241         (line_info_label_num): New.
23242         (cur_line_info_table): New.
23243         (text_section_line_info, cold_text_section_line_info): New.
23244         (separate_line_info): New.
23245         (SEPARATE_LINE_CODE_LABEL): Remove.
23246         (print_dwarf_line_table): Remove.
23247         (debug_dwarf): Don't dump it.
23248         (output_one_line_info_table): New.
23249         (output_line_info): Use it.
23250         (new_line_info_table): New.
23251         (set_cur_line_info_table): New.
23252         (dwarf2out_switch_text_section): Use it.
23253         (dwarf2out_begin_function): Likewise.
23254         (push_dw_line_info_entry): New.
23255         (dwarf2out_source_line): Rewrite for new line info tables.
23256         (dwarf2out_init): Remove dead initailizations.
23258 2011-03-31  Joseph Myers  <joseph@codesourcery.com>
23260         * opts.h (cl_option): Add comments to fields.  Add bit-fields for
23261         various flags.
23262         (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK,
23263         CL_SEPARATE_ALIAS, CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE,
23264         CL_DISABLED, CL_REPOR, CL_REJECT_NEGATIVE, CL_MISSING_OK,
23265         CL_UINTEGER, CL_NEGATIVE_ALIAS): Remove.
23266         (CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED): Update bit positions.
23267         * opt-functions.awk (flag_init, switch_bit_fields): New.
23268         (switch_flags): Don't handle flags moved to bit-fields.  Don't
23269         generate CL_MISSING_OK or CL_SAVE.
23270         * optc-gen.awk: Update to generate bit-field output as well as
23271         flags field.
23272         * gcc.c (driver_wrong_lang_callback): Use cl_reject_driver
23273         bit-field instead of CL_REJECT_DRIVER flag.
23274         * opts-common.c (generate_canonical_option,
23275         decode_cmdline_option): Use bit-fields instead of CL_* flags.
23276         * opts.c (maybe_default_option): Use cl_reject_negative bit-field
23277         instead of CL_REJECT_NEGATIVE flag.
23278         * toplev.c (print_switch_values): Use cl_report bit-field instead
23279         of CL_REPORT flag.
23281 2011-03-31  Eric Botcazou  <ebotcazou@adacore.com>
23283         * tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
23284         a zero minimum index only if it is redundant.
23286 2011-03-31  Vladimir Makarov  <vmakarov@redhat.com>
23288         PR rtl-optimization/48381
23289         * ira-color.c (assign_hard_reg): Use hard reg set intersection
23290         instead of ira_class_hard_reg_index for calculating conflicting
23291         hard registers.
23293 2011-03-31  Steven Bosscher  <steven@gcc.gnu.org>
23295         * cprop.c: Clean up hash table building.
23296         (reg_avail_info): Remove.
23297         (oprs_available_p): Remove.
23298         (record_last_reg_set_info): Remove.
23299         (record_last_set_info): Remove.
23300         (reg_available_p): New function.
23301         (gcse_constant_p): Do not treat unfolded conditions as constants.
23302         (make_set_regs_unavailable): New function.
23303         (hash_scan_set): Simplify with new reg_available_p.
23304         (compute_hash_table_work): Traverse insns stream only once.
23305         Do not compute reg_avail_info. Traverse insns in reverse order.
23306         Record implicit sets after recording explicit sets from the block.
23308 2011-03-31  Michael Matz  <matz@suse.de>
23310         * builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc.
23312 2011-03-31  Anatoly Sokolov  <aesok@post.ru>
23314         * config/h8300/h8300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove macro.
23315         * config/h8300/h8300-protos.h (h8300_get_index): Remove.
23316         * config/h8300/h8300.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
23317         (h8300_mode_dependent_address_p): New function.
23318         (h8300_get_index): Make static.
23320 2011-03-31  Jeff Law  <law@redhat.com>
23322         * reload1.c (elimination_effects): Fix typo in recent change.
23324         * tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid
23325         typo potentially leading to null pointer dereference.
23327         * caller-save.c (new_saved_hard_reg): Eliminate return value.
23328         (setup_save_areas): Corresponding changes to avoid useless
23329         assignments.
23331         * jump.c (reversed_comparison_code_parts): Avoid successive return
23332         statements when REVERSE_CONDITION is defined.
23334         * expr.c (expand_assignment): Avoid useless assignments.
23335         (expand_expr_real_1): Likewise.
23336         (expand_expr_real_2): Avoid useless statements.
23338         * tree-ssa-phiopt.c (minmax_replacement): Avoid useless statement.
23340         * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
23342         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Avoid useless
23343         statements.
23345         * stmt.c (expand_expr_stmt): Avoid useless assignment.
23347 2011-03-31  Joseph Myers  <joseph@codesourcery.com>
23349         PR target/47109
23350         * doc/tm.texi.in (TARGET_VERSION): Remove.
23351         * doc/tm.texi: Regenerate.
23352         * system.h (TARGET_VERSION, MACHINE_TYPE): Poison.
23353         * collect2.c (main): Don't use TARGET_VERSION.
23354         * mips-tdump.c (main): Don't use TARGET_VERSION.
23355         * mips-tfile.c (main): Don't use TARGET_VERSION.
23356         * config.gcc (powerpc-wrs-vxworksae): Don't use rs6000/vxworksae.h.
23357         * config/rs6000/vxworksae.h: Remove.
23358         * config/alpha/alpha.h (TARGET_VERSION): Remove.
23359         * config/alpha/freebsd.h (TARGET_VERSION): Remove.
23360         * config/alpha/linux-elf.h (TARGET_VERSION): Remove.
23361         * config/alpha/netbsd.h (TARGET_VERSION): Remove.
23362         * config/alpha/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
23363         * config/arm/arm.h (TARGET_VERSION): Remove.
23364         * config/arm/coff.h (TARGET_VERSION): Remove.
23365         * config/arm/ecos-elf.h (TARGET_VERSION): Remove.
23366         * config/arm/elf.h (TARGET_VERSION): Remove.
23367         * config/arm/freebsd.h (TARGET_VERSION): Remove.
23368         * config/arm/linux-elf.h (TARGET_VERSION): Remove.
23369         * config/arm/netbsd-elf.h (TARGET_VERSION): Remove.
23370         * config/arm/pe.h (TARGET_VERSION): Remove.
23371         * config/arm/rtems-elf.h (TARGET_VERSION): Remove.
23372         * config/arm/semi.h (TARGET_VERSION): Remove.
23373         * config/arm/uclinux-elf.h (TARGET_VERSION): Remove.
23374         * config/arm/unknown-elf.h (TARGET_VERSION): Remove.
23375         * config/arm/vxworks.h (TARGET_VERSION): Remove.
23376         * config/avr/avr.h (TARGET_VERSION): Remove.
23377         * config/bfin/bfin.h (TARGET_VERSION): Remove.
23378         * config/fr30/fr30.h (TARGET_VERSION): Remove.
23379         * config/frv/frv.h (TARGET_VERSION): Remove.
23380         * config/h8300/h8300.h (TARGET_VERSION): Remove.
23381         * config/i386/cygwin.h (TARGET_VERSION): Remove.
23382         * config/i386/darwin.h (TARGET_VERSION): Remove.
23383         * config/i386/darwin64.h (TARGET_VERSION): Remove.
23384         * config/i386/djgpp.h (TARGET_VERSION): Remove.
23385         * config/i386/freebsd.h (TARGET_VERSION): Remove.
23386         * config/i386/freebsd64.h (TARGET_VERSION): Remove.
23387         * config/i386/gnu.h (TARGET_VERSION): Remove.
23388         * config/i386/i386-interix.h (TARGET_VERSION): Remove.
23389         * config/i386/i386elf.h (TARGET_VERSION): Remove.
23390         * config/i386/linux.h (TARGET_VERSION): Remove.
23391         * config/i386/linux64.h (TARGET_VERSION): Remove.
23392         * config/i386/lynx.h (TARGET_VERSION): Remove.
23393         * config/i386/mingw32.h (TARGET_VERSION): Remove.
23394         * config/i386/netbsd-elf.h (TARGET_VERSION): Remove.
23395         * config/i386/netbsd64.h (TARGET_VERSION): Remove.
23396         * config/i386/netware.h (TARGET_VERSION): Remove.
23397         * config/i386/nto.h (TARGET_VERSION): Remove.
23398         * config/i386/openbsd.h (TARGET_VERSION): Remove.
23399         * config/i386/vxworks.h (TARGET_VERSION): Remove.
23400         * config/ia64/elf.h (TARGET_VERSION): Remove.
23401         * config/ia64/freebsd.h (TARGET_VERSION): Remove.
23402         * config/ia64/hpux.h (TARGET_VERSION): Remove.
23403         * config/ia64/linux.h (TARGET_VERSION): Remove.
23404         * config/ia64/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
23405         * config/iq2000/iq2000.h (IQ2000_VERSION, MACHINE_TYPE,
23406         TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
23407         * config/lm32/lm32.h (TARGET_VERSION): Remove.
23408         * config/lm32/uclinux-elf.h (TARGET_VERSION): Remove.
23409         * config/m32c/m32c.h (TARGET_VERSION): Remove.
23410         * config/m32r/linux.h (LINUX_DEFAULT_ELF, TARGET_VERSION): Remove.
23411         * config/m32r/m32r.h (TARGET_VERSION): Remove.
23412         * config/m68k/linux.h (TARGET_VERSION): Remove.
23413         * config/m68k/m68k.h (TARGET_VERSION): Remove.
23414         * config/m68k/netbsd-elf.h (TARGET_VERSION): Remove.
23415         * config/m68k/uclinux.h (TARGET_VERSION): Remove.
23416         * config/mcore/mcore-elf.h (TARGET_VERSION): Remove.
23417         * config/mep/mep.h (TARGET_VERSION): Remove.
23418         * config/microblaze/microblaze.h (MICROBLAZE_VERSION,
23419         MACHINE_TYPE, TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
23420         * config/mips/iris6.h (MACHINE_TYPE): Remove.
23421         * config/mips/linux.h (TARGET_VERSION): Remove.
23422         * config/mips/netbsd.h (MACHINE_TYPE): Remove.
23423         * config/mips/vxworks.h (TARGET_VERSION): Remove.
23424         * config/mmix/mmix.h (TARGET_VERSION): Remove.
23425         * config/mn10300/linux.h (TARGET_VERSION): Remove.
23426         * config/mn10300/mn10300.h (TARGET_VERSION): Remove.
23427         * config/pa/pa.h (TARGET_VERSION): Remove.
23428         * config/pdp11/pdp11.h (TARGET_VERSION): Remove.
23429         * config/picochip/picochip.h (TARGET_VERSION): Remove.
23430         * config/rs6000/aix.h (TARGET_VERSION): Remove.
23431         * config/rs6000/darwin.h (TARGET_VERSION): Remove.
23432         * config/rs6000/darwin64.h (TARGET_VERSION): Remove.
23433         * config/rs6000/eabi.h (TARGET_VERSION): Remove.
23434         * config/rs6000/eabialtivec.h (TARGET_VERSION): Remove.
23435         * config/rs6000/eabisim.h (TARGET_VERSION): Remove.
23436         * config/rs6000/eabispe.h (TARGET_VERSION): Remove.
23437         * config/rs6000/freebsd.h (TARGET_VERSION): Remove.
23438         * config/rs6000/linux.h (TARGET_VERSION): Remove.
23439         * config/rs6000/linux64.h (TARGET_VERSION): Remove.
23440         * config/rs6000/linuxaltivec.h (TARGET_VERSION): Remove.
23441         * config/rs6000/linuxspe.h (TARGET_VERSION): Remove.
23442         * config/rs6000/lynx.h (TARGET_VERSION): Remove.
23443         * config/rs6000/netbsd.h (TARGET_VERSION): Remove.
23444         * config/rs6000/sysv4.h (TARGET_VERSION): Remove.
23445         * config/rs6000/vxworks.h (TARGET_VERSION): Remove.
23446         * config/s390/linux.h (TARGET_VERSION): Remove.
23447         * config/s390/s390.h (TARGET_VERSION): Remove.
23448         * config/s390/tpf.h (TARGET_VERSION): Remove.
23449         * config/score/score.h (TARGET_VERSION): Remove.
23450         * config/sh/linux.h (TARGET_VERSION): Remove.
23451         * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN,
23452         TARGET_VERSION_CPU, TARGET_VERSION): Remove.
23453         * config/sh/sh.h (TARGET_VERSION): Remove.
23454         * config/sh/sh64.h (TARGET_VERSION): Remove.
23455         * config/sh/superh.h (TARGET_VERSION): Remove.
23456         * config/sh/vxworks.h (TARGET_VERSION): Remove.
23457         * config/sparc/freebsd.h (TARGET_VERSION): Remove.
23458         * config/sparc/linux.h (TARGET_VERSION): Remove.
23459         * config/sparc/linux64.h (TARGET_VERSION): Remove.
23460         * config/sparc/netbsd-elf.h (TARGET_VERSION, TARGET_NAME64,
23461         TARGET_NAME32, TARGET_NAME): Remove.
23462         * config/sparc/openbsd64.h (TARGET_VERSION): Remove.
23463         * config/sparc/sp-elf.h (TARGET_VERSION): Remove.
23464         * config/sparc/sp64-elf.h (TARGET_VERSION): Remove.
23465         * config/sparc/sysv4.h (TARGET_VERSION): Remove.
23466         * config/sparc/vxworks.h (TARGET_VERSION): Remove.
23467         * config/spu/spu.h (TARGET_VERSION): Remove.
23468         * config/stormy16/stormy16.h (TARGET_VERSION): Remove.
23469         * config/v850/v850.h (TARGET_VERSION): Remove.
23470         * config/vax/linux.h (TARGET_VERSION): Remove.
23471         * config/vax/vax.h (TARGET_NAME, TARGET_VERSION): Remove.
23472         * config/xtensa/elf.h (TARGET_VERSION): Remove.
23473         * config/xtensa/linux.h (TARGET_VERSION): Remove.
23475 2011-03-31  Eric Botcazou  <ebotcazou@adacore.com>
23477         PR target/48142
23478         * config/i386/i386.c (ix86_adjust_stack_and_probe): Differentiate
23479         frame-related from frame-unrelated adjustments to the stack pointer.
23481 2011-03-31  Jakub Jelinek  <jakub@redhat.com>
23483         * common.opt (fdebug-types-section): Move earlier.
23484         * doc/invoke.texi: Fix up -fno-debug-types-section documentation.
23486 2011-03-31  Andreas Tobler  <andreast@fgznet.ch>
23488         * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel
23489         var.
23491 2011-03-30  Nathan Froyd  <froydnj@codesourcery.com>
23493         * tree.h (CASE_CHAIN): Define.
23494         * tree-cfg.c (edge_to_cases_cleanup, get_cases_for_edge): Use it.
23495         (gimple_redirect_edge_and_branch): Likewise.
23497 2011-03-30  Vladimir Makarov  <vmakarov@redhat.com>
23499         PR middle-end/48367
23500         * ira-costs.c (find_costs_and_classes): Fix a typo in i_mem_cost
23501         calculation.
23503 2011-03-30  Jeff Law  <law@redhat.com>
23505         * PR bootstrap/48371
23506         * reload1.c (reload): Fix botch in last change.
23508         * reload.h (struct reload): Fix typo introduced in last change.
23510 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
23512         * config/arm/arm.opt (mhard-float, msoft-float): Mark
23513         Undocumented.  Remove help text.
23514         * doc/invoke.texi (ARM Options): Don't document -msoft-float and
23515         -mhard-float.
23517 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
23519         * doc/options.texi (NegativeAlias): Document.
23520         (Alias): Mention NegativeAlias.
23521         * opt-functions.awk: Handle NegativeAlias.
23522         * optc-gen.awk: Disallow NegativeAlias with multiple Alias arguments.
23523         * opts-common.c (decode_cmdline_option): Handle CL_NEGATIVE_ALIAS.
23524         * opts.h (CL_NEGATIVE_ALIAS): Define.
23525         * config/rs6000/rs6000.c (rs6000_parse_yes_no_option): Remove.
23526         (rs6000_handle_option): Don't handle OPT_mvrsave_, OPT_misel_ and
23527         OPT_mspe_.
23528         * config/rs6000/rs6000.opt (mvrsave=, misel=, mspe=): Replace with
23529         Alias entries.
23530         * config/rs6000/t-spe (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
23531         mno-spe and mno-isel instead of mspe=no and -misel=no.
23533 2011-03-29  Mark Wielaard  <mjw@redhat.com>
23535         * common.opt (fdebug-types-section): New flag.
23536         * doc/invoke.texi: Document new -fno-debug-types-section flag.
23537         * dwarf2out.c (use_debug_types): New define.
23538         (struct die_struct): Mark die_id with GTY desc use_debug_types.
23539         (print_die): Guard output of type unit signatures using
23540         use_debug_types.
23541         (build_abbrev_table): Replace assert of dwarf_version >= 4
23542         with assert on use_debug_types.
23543         (size_of_die): Likewise.
23544         (unmark_dies): Likewise.
23545         (value_format): Decide AT_ref_external form on use_debug_types.
23546         (output_die): Replace dwarf_version version check guard with
23547         use_debug_types where appropriate.
23548         (modified_type_die): Likewise.
23549         (gen_reference_type_die): Likewise.
23550         (dwarf2out_start_source_file): Likewise.
23551         (dwarf2out_end_source_file): Likewise.
23552         (prune_unused_types_walk_attribs): Likewise.
23553         (dwarf2out_finish): Likewise.
23555 2011-03-30  Vladimir Makarov  <vmakarov@redhat.com>
23557         * ira-color.c (ira_assign_hard_reg): Use only one variable 'mode'.
23559 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
23561         PR rtl-optimization/48332
23562         * optabs.c (expand_binop_directly): Set xmodeN to the target-mandated
23563         mode of input operand N and modeN to its actual mode.
23565 2011-03-30  Jeff Law  <law@redhat.com>
23567         * reload.h (reg_equiv_constant): Move into new structure reg_equivs,
23568         define accessor macro.
23569         (reg_equiv_invariant, reg_equiv_memory_loc): Likewise.
23570         (reg_equiv_address, reg_equiv_mem, reg_equiv_alt_mem_list): Likewise.
23571         (reg_equiv_init): Likewise.
23572         (reg_equivs_size): New variable.
23573         (reg_equiv_init_size): Remove.
23574         (allocate_initial_values): Move prototype to here from....
23575         * integrate.h (allocate_initial_values): Remove prototype.
23576         * integrate.c: Include reload.h.
23577         (allocate_initial_values): Corresponding changes.
23578         * ira.c (find_reg_equiv_invariant_cost): Corresponding changes.
23579         (fix_reg_equiv_init, no_equiv): Corresponding changes.
23580         (update_equiv_regs): Corresponding changes.
23581         (ira): Corresponding changes.
23582         * reload.c (push_reg_equiv_alt_mem): Corresponding changes.
23583         (push_secondary_reload): Corresponding changes.
23584         (push_reload, find_reloads, find_reloads_toplev): Corresponding changes.
23585         (make_memloc, find_reloads_address): Corresponding changes.
23586         (subst_reg_equivs, subst_indexed_address): Corresponding changes.
23587         (find_reloads_address_1): Corresponding changes.
23588         (find_reloads_subreg_address, subst_reloads): Corresponding changes.
23589         (refers_to_regno_for_reload_p): Corresponding changes.
23590         (reg_overlap_mentioned_for_reload_p): Corresponding changes.
23591         (refers_to_mem_for_reload_p, find_equiv_reg): Corresponding changes.
23592         * reload1.c: Include ggc.h.
23593         (grow_reg_equivs): New function.
23594         (replace_pseudos_in, reload): Corresponding changes.
23595         (calculate_needs_all_insns, alter_regs): Corresponding changes.
23596         (eliminate_regs_1, elimination_effects): Corresponding changes.
23597         (emit_input_reload_insns, emit_output_reload_insns): Likewise.
23598         (delete_output_reload): Likewise.
23599         * caller-save.c (mark_referenced_regs): Corresponding changes.
23600         * alpha/alpha.c (resolve_reload_operand): Corresponding changes.
23601         * frv/predicates.md (frv_load_operand): Corresponding changes.
23602         * microblaze/microblaze.c (double_memory_operand): Corresponding
23603         changes.
23604         * avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Corresponding changes.
23605         * xtensa/xtensa.c (fixup_subreg_mem): Corresponding changes.
23606         * mn10300/mn10300.c (mn10300_secondary_reload): Corresponding changes.
23607         * m68k/m68k.c (emit_move_sequence): Corresponding changes.
23608         * arm/arm.c (arm_reload_in_hi, arm_reload_out_hi): Corresponding
23609         changes.
23610         * pa/pa.c (emit_move_sequence): Corresponding changes.
23611         * vax/vax.c (nonindexed_address_p): Corresponding changes.
23613 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
23615         PR target/47551
23616         * config/arm/arm.c (coproc_secondary_reload_class): Handle
23617         structure modes.  Don't check neon_vector_mem_operand for
23618         vector or structure modes.
23620 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
23621             Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
23623         PR target/43590
23624         * config/arm/neon.md (neon_vld3qa<mode>, neon_vld4qa<mode>): Remove
23625         operand 1 and reshuffle the operands to match.
23626         (neon_vld3<mode>, neon_vld4<mode>): Update accordingly.
23628 2011-03-30  Christian Schüler  <cschueler@gmx.de>
23630         PR driver/48208
23631         * config/c.opt (F): Added 'Driver' to -F option.
23633         PR driver/48260
23634         * config/darwin-driver.c (darwin_driver_init): Add '-arch' to
23635           handler function.
23636         * config/darwin.opt: Added '-arch' option.
23638 2011-03-30  Nick Clifton  <nickc@redhat.com>
23640         * config/rx/rx.md: Add peepholes and patterns to combine
23641         extending loads and simple arithmetic instructions.
23642         * config/rx/rx.h (ADJUST_INSN_LENGTH): Define.
23643         * config/rx/rx-protos.h (rx_adjust_insn_length): Prototype.
23644         * config/rx/rx.c (rx_is_legitimate_address): Allow QI and HI
23645         modes to use pre-decrement and post-increment addressing.
23646         (rx_is_restricted_memory_address): Add range checking of REG+INT
23647         addresses.
23648         (rx_print_operand): Add support for %Q.  Fix handling of %Q.
23649         (rx_memory_move_cost): Adjust cost of stores.
23650         (rx_adjust_insn_length): New function.
23652 2011-03-30  Jakub Jelinek  <jakub@redhat.com>
23654         PR c/48305
23655         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
23656         arg10/arg11 in (X ^ Y) == (Z ^ W) are always fold converted to
23657         matching arg00/arg01 types.
23659 2011-03-30  Eric Botcazou  <ebotcazou@adacore.com>
23661         * cfglayout.c (insn_locators_alloc): Initialize curr_location and
23662         last_location to UNKNOWN_LOCATION.
23664 2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>
23666         PR target/48349
23667         * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
23668         FLOAT_SSE_REGS.
23670 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
23671             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23673         PR bootstrap/48337
23674         * config/sparc/sparc.opt (sparc_cpu_and_features): Add
23675         Init(PROCESSOR_V7).
23676         (sparc_cpu): Likewise.
23677         * config/sparc/sparc.c (sparc_option_override): Replace 0 by
23678         PROCESSOR_V7.
23680 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
23682         PR target/48336
23683         PR middle-end/48342
23684         PR rtl-optimization/48345
23685         * ira-color.c (setup_conflict_profitable_regs): Exclude prohibited
23686         hard regs for given mode from profitable regs when doing secondary
23687         allocation.
23689 2011-03-29  Jeff Law  <law@redhat.com>
23691         PR bootstrap/48327
23692         * tree-ssa-threadupdate.c (struct redirection_data): Remove
23693         do_not_duplicate field.
23694         (lookup_redirection_data): Corresponding changes.
23695         (create_duplicates): Always create a template block.
23696         (redirect_edges): Remove code which reused the original block
23697         when it was going to become unreachable code.
23698         (thread_block): Don't set do_not_duplicate field.
23700 2011-03-29  Joseph Myers  <joseph@codesourcery.com>
23702         * lto-opts.c (register_user_option_p, lto_register_user_option):
23703         Make type argument unsigned.
23704         * lto-streamer.h (lto_register_user_option): Make type argument
23705         unsigned.
23706         * opth-gen.awk: Make CL_* macros unsigned.
23707         * opts-common.c (find_opt): Make lang_mask argument unsigned.
23708         * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
23709         CL_TARGET, CL_COMMON, CL_SEPARATE_NARGS_MASK, CL_SEPARATE_ALIAS,
23710         CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE, CL_DISABLED,
23711         CL_REPORT, CL_JOINED, CL_SEPARATE, CL_REJECT_NEGATIVE,
23712         CL_MISSING_OK, CL_UINTEGER, CL_UNDOCUMENTED): Make unsigned.
23713         (find_opt): Make lang_mask argument unsigned.
23715 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
23717         PR rtl-optimization/48331
23718         PR rtl-optimization/48334
23719         * ira-color.c (color_allocnos): Call setup_profitable_hard_regs
23720         for any used algorithm.
23722 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
23724         * ira-conflicts.c (build_object_conflicts): Add unused attribute
23725         to parent_max.
23727 2011-03-29  Uros Bizjak  <ubizjak@gmail.com>
23729         * config/alpha/alpha.c (alpha_sr_alias_set): Don't define.
23730         (alpha_option_override): Don't set alpha_sr_alias_set.
23731         (emit_frame_store_1): Use gen_frame_mem rather than calling
23732         set_mem_alias_set.
23733         (alpha_expand_epilogue): Ditto.
23735 2011-03-29  Ira Rosen  <ira.rosen@linaro.org>
23737         PR tree-optimization/48290
23738         * tree-vect-loop.c (vect_analyze_loop_operations): In outer loop
23739         vectorization, check that relevant phis in the basic block after
23740         the inner loop are really inner loop's exit phis.
23742 2011-03-29  Richard Sandiford  <richard.sandiford@linaro.org>
23744         PR debug/48190
23745         * dwarf2out.c (dw_loc_list_node): Add resolved_addr and replaced.
23746         (cached_dw_loc_list_def): New structure.
23747         (cached_dw_loc_list): New typedef.
23748         (cached_dw_loc_list_table): New variable.
23749         (cached_dw_loc_list_table_hash): New function.
23750         (cached_dw_loc_list_table_eq): Likewise.
23751         (add_location_or_const_value_attribute): Take a bool cache_p.
23752         Cache the list when the parameter is true.
23753         (gen_formal_parameter_die): Update caller.
23754         (gen_variable_die): Likewise.
23755         (dwarf2out_finish): Likewise.
23756         (dwarf2out_abstract_function): Nullify cached_dw_loc_list_table
23757         while generating debug info for the decl.
23758         (dwarf2out_function_decl): Clear cached_dw_loc_list_table.
23759         (dwarf2out_init): Initialize cached_dw_loc_list_table.
23760         (resolve_addr): Cache the result of resolving a chain of
23761         location lists.
23763 2011-03-28  Vladimir Makarov  <vmakarov@redhat.com>
23765         * ira-color.c (update_left_conflict_sizes_p): Don't assume that
23766         conflict object hard regset nodes have intersecting hard reg sets.
23768         * regmove.c (regmove_optimize): Move ira_set_pseudo_classes call
23769         after regstat_init_n_sets_and_refs.
23771         * ira.c: Add more comments at the top.
23772         (setup_stack_reg_pressure_class, setup_pressure_classes):
23773         Add comments how we compute the register pressure classes.
23774         (setup_allocno_and_important_classes): Add more comments.
23775         (setup_class_translate_array, reorder_important_classes)
23776         (setup_reg_class_relations): Add comments.
23778         * ira-emit.c: Add 2011 to the Copyright line.  Add comments at the
23779         start of the file.
23781         * ira-color.c: Add 2011 to the Copyright line.
23782         (assign_hard_reg):  Add more comments.
23783         (improve_allocation): Ditto.
23785         * ira-costs.c: Add 2011 to the Copyright line.
23786         (setup_cost_classes, setup_regno_cost_classes_by_aclass): Add more
23787         comments.
23788         (setup_regno_cost_classes_by_mode): Ditto.
23790         Initial patches from ira-improv branch:
23792         2010-08-13  Vladimir Makarov  <vmakarov@redhat.com>
23794         * ira-build.c (ira_create_object): Remove initialization of
23795         OBJECT_PROFITABLE_HARD_REGS.  Initialize OBJECT_ADD_DATA.
23796         (ira_create_allocno): Remove initialization of
23797         ALLOCNO_MEM_OPTIMIZED_DEST, ALLOCNO_MEM_OPTIMIZED_DEST_P,
23798         ALLOCNO_SOMEWHERE_RENAMED_P, ALLOCNO_CHILD_RENAMED_P,
23799         ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
23800         ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO,
23801         ALLOCNO_FIRST_COALESCED_ALLOCNO, ALLOCNO_NEXT_COALESCED_ALLOCNO.
23802         Initialize ALLOCNO_ADD_DATA.
23803         (copy_info_to_removed_store_destinations): Use ALLOCNO_EMIT_DATA
23804         and allocno_emit_reg instead of ALLOCNO_MEM_OPTIMIZED_DEST_P and
23805         ALLOCNO_REG.
23806         (ira_flattening): Ditto.  Use ALLOCNO_EMIT_DATA instead of
23807         ALLOCNO_MEM_OPTIMIZED_DEST and ALLOCNO_SOMEWHERE_RENAMED_P.
23809         * ira.c (ira_reallocate): Remove.
23810         (setup_pressure_classes): Call
23811         ira_init_register_move_cost_if_necessary.  Use
23812         ira_register_move_cost instead of ira_get_register_move_cost.
23813         (setup_allocno_assignment_flags): Use ALLOCNO_EMIT_DATA.
23814         (ira): Call ira_initiate_emit_data and ira_finish_emit_data.
23816         * ira-color.c: Use ALLOCNO_COLOR_DATA instead of
23817         ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
23818         ALLOCNO_AVAILABLE_REGS_NUM, ALLOCNO_NEXT_BUCKET_ALLOCNO,
23819         ALLOCNO_PREV_BUCKET_ALLOCNO. ALLOCNO_TEMP. Use OBJECT_COLOR_DATA
23820         instead of OBJECT_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE,
23821         OBJECT_HARD_REGS_SUBNODES_START, OBJECT_HARD_REGS_SUBNODES_NUM.
23822         Fix formatting.
23823         (object_hard_regs_t, object_hard_regs_node_t): Move from ira-int.h.
23824         (struct object_hard_regs, struct object_hard_regs_node): Ditto.
23825         (struct allocno_color_data): New.
23826         (allocno_color_data_t): New typedef.
23827         (allocno_color_data): New definition.
23828         (ALLOCNO_COLOR_DATA): New macro.
23829         (struct object_color_data): New.
23830         (object_color_data_t): New typedef.
23831         (object_color_data): New definition.
23832         (OBJECT_COLOR_DATA): New macro.
23833         (update_copy_costs, calculate_allocno_spill_cost): Call
23834         ira_init_register_move_cost_if_necessary.  Use
23835         ira_register_move_cost instead of ira_get_register_move_cost.
23836         (move_spill_restore, update_curr_costs): Ditto.
23837         (allocno_spill_priority): Make it inline.
23838         (color_pass): Allocate and free allocno_color_dat and object_color_data.
23839         (struct coalesce_data, coalesce_data_t): New.
23840         (allocno_coalesce_data): New definition.
23841         (ALLOCNO_COALESCE_DATA): New macro.
23842         (merge_allocnos, coalesced_allocno_conflict_p): Use
23843         ALLOCNO_COALESCED_DATA instead of ALLOCNO_FIRST_COALESCED_ALLOCNO,
23844         ALLOCNO_NEXT_COALESCED_ALLOCNO, ALLOCNO_TEMP.
23845         (coalesce_allocnos): Ditto.
23846         (setup_coalesced_allocno_costs_and_nums): Ditto.
23847         (collect_spilled_coalesced_allocnos): Ditto.
23848         (slot_coalesced_allocno_live_ranges_intersect_p): Ditto.
23849         (setup_slot_coalesced_allocno_live_ranges): Ditto.
23850         (coalesce_spill_slots): Ditto.
23851         (ira_sort_regnos_for_alter_reg): Ditto.  Allocate, initialize and
23852         free allocno_coalesce_data.
23854         * ira-conflicts.c: Fix formatting.
23855         (process_regs_for_copy): Call
23856         ira_init_register_move_cost_if_necessary.  Use
23857         ira_register_move_cost instead of ira_get_register_move_cost.
23858         (build_object_conflicts): Optimize.
23860         * ira-costs.c (record_reg_classes): Optimize.  Call
23861         ira_init_register_move_cost_if_necessary.  Use
23862         ira_register_move_cost, ira_may_move_in_cost, and
23863         ira_may_move_out_cost instead of ira_get_register_move_cost and
23864         ira_get_may_move_cost.
23865         (record_address_regs): Ditto.
23866         (scan_one_insn): Optimize.
23867         (find_costs_and_classes): Optimize.
23868         (process_bb_node_for_hard_reg_moves): Call
23869         ira_init_register_move_cost_if_necessary.  Use
23870         ira_register_move_cost instead of ira_get_register_move_cost.
23872         * ira-emit.c: Use allocno_emit_reg, ALLOCNO_EMIT_DATA instead of
23873         ALLOCNO_REG, ALLOCNO_CHILD_RENAMED_P, ALLOCNO_MEM_OPTIMIZED_DEST,
23874         ALLOCNO_MEM_OPTIMIZED_DEST_P, and ALLOCNO_SOMEWHERE_RENAMED_P.
23875         (ira_allocno_emit_data, void_p, new_allocno_emit_data_vec): New
23876         definitions.
23877         (ira_initiate_emit_data, ira_finish_emit_data)
23878         (create_new_allocno): New functions.
23879         (modify_move_list): Call create_new_alloc instead of ira_create_allocno.
23880         (emit_move_list): Call ira_init_register_move_cost_if_necessary.
23881         Use ira_register_move_cost instead of ira_get_register_move_cost.
23883         * ira-int.h: Fix some comments.
23884         (object_hard_regs_t, object_hard_regs_node_t): Move to ira-color.c.
23885         (struct object_hard_regs, struct object_hard_regs_node): Ditto.
23886         (struct ira_object): Remove profitable_hard_regs, hard_regs_node,
23887         hard_regs_subnodes_start, hard_regs_subnodes_num.  Add new member
23888         add_data.
23889         (struct ira_allocno): Make mode and aclass a bitfield.  Move other
23890         bitfield after mode.  Make hard_regno a short int.  Make
23891         hard_regno short.  Remove first_coalesced_allocno and
23892         next_coalesced_allocno.  Move mem_optimized_dest_p,
23893         somewhere_renamed_p, child_renamed_p, reg, and mem_optimized_dest
23894         into struct ira_emit_data.  Remove in_graph_p, may_be_spilled_p,
23895         available_regs_num, next_bucket_allocno, prev_bucket_allocno,
23896         temp, colorable_p.  Add new member add_data.
23897         (ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P): Remove.
23898         (ALLOCNO_COLORABLE_P, ALLOCNO_AVAILABLE_REGS_NUM): Remove.
23899         (ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO): Remove.
23900         (ALLOCNO_TEMP, ALLOCNO_FIRST_COALESCED_ALLOCNO): Remove.
23901         (ALLOCNO_NEXT_COALESCED_ALLOCNO): Remove.
23902         (ALLOCNO_ADD_DATA): New macro.
23903         (ira_emit_data_t): New typedef.
23904         (struct ira_emit_data): New.  Move mem_optimized_dest_p,
23905         somewhere_renamed_p, child_renamed_p, reg, mem_optimized_dest
23906         from struct ira_allocno.
23907         (ALLOCNO_EMIT_DATA): New macro.
23908         (ira_allocno_emit_data, allocno_emit_reg): New.
23909         (ALLOCNO_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE): Remove.
23910         (OBJECT_HARD_REGS_SUBNODES_STAR, OBJECT_HARD_REGS_SUBNODES_NUM): Remove.
23911         (OBJECT_ADD_DATA): New macro.
23912         (ira_reallocate): Remove.
23913         (ira_initiate_emit_data, ira_finish_emit_data): New.
23914         (ira_get_register_move_cost, ira_get_may_move_cost): Remove.
23915         (ira_init_register_move_cost_if_necessary): New.
23916         (ira_object_conflict_iter_next): Merge into
23917         ira_object_conflict_iter_cond.
23918         (FOR_EACH_OBJECT_CONFLICT): Don't use ira_object_conflict_iter_next.
23920         * ira-live.c (process_single_reg_class_operands): Call
23921         ira_init_register_move_cost_if_necessary.  Use
23922         ira_register_move_cost instead of ira_get_register_move_cost.
23924         2010-08-13  Vladimir Makarov  <vmakarov@redhat.com>
23926         * ira-int.h (struct target_ira_int): Remove x_cost_classes.
23928         * ira-costs.c: Fix formatting.
23929         (cost_classes, cost_classes_num): Remove.
23930         (struct cost_classes, cost_classes_t, const_cost_classes_t): New.
23931         (regno_cost_classes, cost_classes_hash, cost_classes_eq): New.
23932         (cost_classes_del, cost_classes_htab): New.
23933         (cost_classes_aclass_cache, cost_classes_mode_cache): New.
23934         (initiate_regno_cost_classes, setup_cost_classes): New.
23935         (setup_regno_cost_classes_by_aclass): New.
23936         (setup_regno_cost_classes_by_mode, finish_regno_cost_classes): New.
23937         (record_reg_classes): Use regno_cost_classes instead of
23938         cost_classes.  Move checking opposite operand up.
23939         (record_address_regs): Use regno_cost_classes
23940         instead of cost_classes.
23941         (scan_one_insn): Ditto.  Use always general register.
23942         (print_allocno_costs): Use regno_cost_classes instead of
23943         cost_classes.
23944         (print_pseudo_costs): Ditto.  Use Reg_N_REFS.
23945         (find_costs_and_classes): Set up cost classes for each registers.
23946         Use also their mode for this.  Use regno_cost_classes instead of
23947         cost_classes.
23948         (setup_allocno_class_and_costs): Use regno_cost_classes instead of
23949         cost_classes.
23950         (free_ira_costs, ira_init_costs): Don't use cost_classes.
23951         (ira_costs, ira_set_pseudo_classes): Call
23952         initiate_regno_cost_classes and finish_regno_cost_classes.
23954         2010-10-04  Vladimir Makarov  <vmakarov@redhat.com>
23956         * target-def.h (TARGET_IRA_COVER_CLASSES): Remove.
23958         * target.def (ira_cover_classes): Remove.
23960         * doc/tm.texi: Remove TARGET_IRA_COVER_CLASSES and IRA_COVER_CLASSES.
23962         * doc/tm.texi.in: Ditto.
23964         * ira-conflicts.c: Remove mentioning cover classes from the file.
23965         Use ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS.  Use
23966         ALLOCNO_COVER_CLASS_COST instead of ALLOCNO_CLASS_COST.  Fix formatting.
23968         * targhooks.c (default_ira_cover_classes): Remove.
23970         * targhooks.h (default_ira_cover_classes): Ditto.
23972         * haifa-sched.c: Remove mentioning cover classes from the file.
23973         Use ira_reg_pressure_cover instead of ira_reg_class_cover.  Use
23974         ira_pressure_classes and ira_pressure_classes_num instead of
23975         ira_reg_class_cover_size and ira_reg_class_cover.  Use
23976         sched_regno_pressure_class instead of sched_regno_cover_class.
23977         (mark_regno_birth_or_death, setup_insn_reg_pressure_info): Use
23978         ira_reg_class_max_nregs instead of ira_reg_class_nregs.
23980         * ira-int.h: Add 2010 to Copyright.  Remove mentioning cover
23981         classes from the file.
23982         (object_hard_regs_t, object_hard_regs_node_t): New typedefs.
23983         (struct object_hard_regs, struct object_hard_regs_node): New.
23984         (struct ira_object): New members profitable_hard_regs,
23985         hard_regs_node, hard_regs_subnodes_start, hard_regs_subnodes_num.
23986         (struct ira_allocno): Rename cover_class to aclass.  Rename
23987         cover_class_cost and updated_cover_class_cost to class_cost and
23988         updated_class_cost.  Remove splay_removed_p and
23989         left_conflict_size.  Add new members colorable_p.
23990         (ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICTS_SIZE): Remove.
23991         (ALLOCNO_COLORABLE_P): New macro.
23992         (ALLOCNO_COVER_CLASS): Rename to ALLOCNO_CLASS.
23993         (ALLOCNO_COVER_CLASS_COST, ALLOCNO_UPDATED_COVER_CLASS_COST):
23994         Rename to ALLOCNO_CLASS_COST and ALLOCNO_UPDATED__CLASS_COST.
23995         (OBJECT_...): Rename parameter C to O.
23996         (OBJECT_PROFITABLE_HARD_REGS): New macro.
23997         (OBJECT_HARD_REGS_NODE, OBJECT_HARD_REGS_SUBNODES_START)
23998         (OBJECT_HARD_REGS_SUBNODES_NUM): New macros.
23999         (struct target_ira_int): New members x_ira_max_memory_move_cost,
24000         x_ira_max_register_move_cost, x_ira_max_may_move_in_cost,
24001         x_ira_max_may_move_out_cost, x_ira_reg_allocno_class_p,
24002         x_ira_reg_pressure_class_p, x_ira_important_class_nums,
24003         x_ira_reg_class_superunion.  Rename x_prohibited_class_mode_reg to
24004         x_ira_prohibited_class_mode_reg.  Rename x_ira_reg_class_union to
24005         x_ira_reg_class_subunion.
24006         (ira_max_memory_move_cost, ira_max_register_move_cost)
24007         (ira_max_may_move_in_cost, ira_max_may_move_out_cost)
24008         (ira_reg_allocno_class_p, ira_reg_pressure_class_p)
24009         (ira_important_class_nums, ira_reg_class_superunion): New macros.
24010         (prohibited_class_mode_regs): Rename to ira_prohibited_class_mode_regs.
24011         (ira_reg_class_union): Rename to ira_reg_class_subunion.
24012         (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
24013         (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
24014         (ira_tune_allocno_costs_and_cover_classes): Rename to
24015         ira_tune_allocno_costs.
24016         (ira_debug_hard_regs_forest): New.
24017         (ira_object_conflict_iter_init, ira_object_conflict_iter_cond)
24018         (ira_object_conflict_iter_next): Fix comments.
24019         (ira_hard_reg_set_intersection_p, hard_reg_set_size): New functions.
24020         (ira_allocate_and_set_costs, ira_allocate_and_copy_costs): Rename
24021         cover_class to aclass.
24022         (ira_allocate_and_accumulate_costs): Ditto.
24023         (ira_allocate_and_set_or_copy_costs): Ditto.
24025         * opts.c (decode_options): Remove ira_cover_class check.
24027         * ira-color.c: Remove mentioning cover classes from the file.  Use
24028         ALLOCNO_CLASS, ALLOCNO_CLASS_COST, and ALLOCNO_UPDATED_CLASS_COST
24029         instead of ALLOCNO_COVER_CLASS, ALLOCNO_COVER_CLASS_COST, and
24030         ALLOCNO_UPDATED_COVER_CLASS_COST.  Fix formatting.
24031         (splay-tree.h): Remove include.
24032         (allocno_coalesced_p, processed_coalesced_allocno_bitmap): Move
24033         before copy_freq_compare_func.
24034         (allocnos_for_spilling, removed_splay_allocno_vec): Remove.
24035         (object_hard_regs_vec, object_hard_regs_htab, node_check_tick):
24036         New definitions.
24037         (hard_regs_roots, hard_regs_node_vec): Ditto.
24038         (object_hard_regs_hash, object_hard_regs_eq, find_hard_regs): Ditto.
24039         (insert_hard_regs, init_object_hard_regs, add_object_hard_regs): Ditto.
24040         (finish_object_hard_regs, object_hard_regs_compare): Ditto.
24041         (create_new_object_hard_regs_node): Ditto.
24042         (add_new_object_hard_regs_node_to_forest): Ditto.
24043         (add_object_hard_regs_to_forest, collect_object_hard_regs_cover): Ditto.
24044         (setup_object_hard_regs_nodes_parent, first_common_ancestor_node):
24045         Ditto.
24046         (print_hard_reg_set, print_hard_regs_subforest): Ditto.
24047         (print_hard_regs_forest, ira_debug_hard_regs_forest): Ditto.
24048         (remove_unused_object_hard_regs_nodes): Ditto.
24049         (enumerate_object_hard_regs_nodes): Ditto.
24050         (object_hard_regs_nodes_num, object_hard_regs_nodes): Ditto.
24051         (object_hard_regs_subnode_t): Ditto.
24052         (struct object_hard_regs_subnode): Ditto.
24053         (object_hard_regs_subnodes, object_hard_regs_subnode_index): Ditto.
24054         (setup_object_hard_regs_subnode_index): Ditto.
24055         (get_object_hard_regs_subnodes_num): Ditto.
24056         (form_object_hard_regs_nodes_forest): Ditto.
24057         (finish_object_hard_regs_nodes_tree): Ditto.
24058         (finish_object_hard_regs_nodes_forest): Ditto.
24059         (allocnos_have_intersected_live_ranges_p): Rename to
24060         allocnos_conflict_by_live_ranges_p.  Move before copy_freq_compare_func.
24061         (pseudos_have_intersected_live_ranges_p): Rename to
24062         conflict_by_live_ranges_p.  Move before copy_freq_compare_func.
24063         (setup_left_conflict_sizes_p, update_left_conflict_sizes_p): Ditto.
24064         (empty_profitable_hard_regs, setup_profitable_hard_regs): Ditto.
24065         (update_copy_costs): Remove assert.  Skip cost update if the hard
24066         reg does not belong the class.
24067         (assign_hard_reg): Process only profitable hard regs.
24068         (uncolorable_allocnos_num): Make it scalar.
24069         (allocno_spill_priority): Use ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
24070         and ira_reg_class_max_nregs instead of ALLOCNO_LEFT_CONFLICTS_SIZE
24071         and ira_reg_class_max_nregs.
24072         (bucket_allocno_compare_func): Check frequency first.
24073         (sort_bucket): Add compare function as a parameter.
24074         (add_allocno_to_ordered_bucket): Assume no coalesced allocnos.
24075         (uncolorable_allocnos_splay_tree, USE_SPLAY_P): Remove.
24076         (push_allocno_to_stack): Rewrite for checking new allocno
24077         colorability.
24078         (remove_allocno_from_bucket_and_push): Print cost too.  Remove assert.
24079         (push_only_colorable): Pass new parameter to sort_bucket.
24080         (push_allocno_to_spill): Remove.
24081         (allocno_spill_priority_compare): Make it inline and rewrite.
24082         (splay_tree_allocate, splay_tree_free): Remove.
24083         (allocno_spill_sort_compare): New function.
24084         (push_allocnos_to_stack): Sort allocnos for spilling once.  Don't
24085         build and use splay tree.  Choose first allocno in uncolorable
24086         allocno bucket to spill.  Remove setting spill cost.
24087         (all_conflicting_hard_regs): Remove.
24088         (setup_allocno_available_regs_num): Check only profitable hard
24089         regs.  Print info about hard regs nodes.
24090         (setup_allocno_left_conflicts_size): Remove.
24091         (put_allocno_into_bucket): Don't call
24092         setup_allocno_left_conflicts_size.  Use setup_left_conflict_sizes_p.
24093         (improve_allocation): New.
24094         (color_allocnos): Call setup_profitable_hard_regs,
24095         form_object_hard_regs_nodes_forest, improve_allocation,
24096         finish_object_hard_regs_nodes_forest.  Setup spill cost.
24097         (print_loop_title): Use pressure classes.
24098         (color_allocnso): Ditto.
24099         (do_coloring): Remove allocation and freeing splay_tree_node_pool
24100         and allocnos_for_spilling.
24101         (ira_sort_regnos_for_alter_reg): Don't setup members
24102         {first,next}_coalesced_allocno.
24103         (color): Remove allocating and freeing removed_splay_allocno_vec.
24104         (fast_allocation): Use ira_prohibited_class_mode_regs instead of
24105         prohibited_class_mode_regs.
24107         * ira-lives.c: Remove mentioning cover classes from the file.  Fix
24108         formatting.
24109         (update_allocno_pressure_excess_length): Use pressure classes.
24110         (inc_register_pressure, dec_register_pressure): Check for pressure
24111         class.
24112         (mark_pseudo_regno_live, mark_pseudo_regno_subword_live): Use
24113         pressure class.  Use ira_reg_class_nregs instead of
24114         ira_reg_class_max_nregs.
24115         (mark_pseudo_regno_dead, mark_pseudo_regno_subword_dead): Ditto.
24116         (mark_hard_reg_live, mark_hard_reg_dead): Use pressure class.
24117         (single_reg_class): Use ira_reg_class_nregs instead of
24118         ira_reg_class_max_nregs.
24119         (process_bb_node_lives): Use pressure classes.
24121         * ira-emit.c: Remove mentioning cover classes from the file.  Use
24122         ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS.  Fix formatting.
24123         (change_loop): Use pressure classes.
24124         (modify_move_list): Call ira_set_allocno_class instead of
24125         ira_set_allocno_cover_class.
24127         * ira-build.c: Remove mentioning cover classes from the file.  Use
24128         ALLOCNO_CLASS and ALLOCNO_CLASS_COST instead of
24129         ALLOCNO_COVER_CLASS and ALLOCNO_COVER_CLASS_COST.  Use
24130         ALLOCNO_UPDATED_CLASS_COST instead of
24131         ALLOCNO_UPDATED_COVER_CLASS_COST.  Fix formatting.
24132         (ira_create_object): Initiate OBJECT_PROFITABLE_HARD_REGS.
24133         (ira_create_allocno): Remove initialization of
24134         ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICT_SIZE.  Initialize
24135         ALLOCNO_COLORABLE_P.
24136         (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
24137         Update conflict regs for the objects.
24138         (create_cap_allocno): Remove assert.  Don't propagate
24139         ALLOCNO_AVAILABLE_REGS_NUM.
24140         (ira_free_allocno_costs): New function.
24141         (finish_allocno): Change a part of code into call of
24142         ira_free_allocno_costs.
24143         (low_pressure_loop_node_p): Use pressure classes.
24144         (object_range_compare_func): Don't compare classes.
24145         (setup_min_max_conflict_allocno_ids): Ditto.
24147         * loop-invariant.c: Remove mentioning cover classes from the file.
24148         Use ira_pressure_classes and ira_pressure_classes_num instead of
24149         ira_reg_class_cover_size and ira_reg_class_cover.  Fix formatting.
24150         (get_cover_class_and_nregs): Rename to get_cover_pressure_and_nregs.
24151         Use ira_reg_class_max_nregs instead of ira_reg_class_nregs.
24152         Use reg_allocno_class instead of reg_cover_class.
24153         (get_inv_cost): Use instead ira_stack_reg_pressure_class of
24154         STACK_REG_COVER_CLASS.
24155         (get_regno_cover_class): Rename to get_regno_pressure_class.
24156         (move_loop_invariants): Initialize and finalize regstat.
24158         * ira.c: Remove mentioning cover classes from the file.  Add
24159         comments about coloring without cover classes.  Use ALLOCNO_CLASS
24160         instead of ALLOCNO_COVER_CLASS.  Fix formatting.
24161         (alloc_reg_class_subclasses, setup_reg_subclasses): Move it before
24162         setup_class_subset_and_memory_move_costs.
24163         (setup_stack_reg_pressure_class, setup_pressure_classes): New.
24164         (setup_cover_and_important_classes): Rename to
24165         setup_allocno_and_important_classes.
24166         (setup_class_translate_array): New.
24167         (setup_class_translate): Call it for allocno and pressure classes.
24168         (cover_class_order): Rename to allocno_class_order.
24169         (comp_reg_classes_func): Use ira_allocno_class_translate instead
24170         of ira_class_translate.
24171         (reorder_important_classes): Set up ira_important_class_nums.
24172         (setup_reg_class_relations): Set up ira_reg_class_superunion.
24173         (print_class_cover): Rename to print_classes.  Add parameter.
24174         (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
24175         Print pressure classes too.
24176         (find_reg_class_closure): Rename to find_reg_classes.  Don't call
24177         setup_reg_subclasses.
24178         (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
24179         (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
24180         (setup_prohibited_class_mode_regs): Use
24181         ira_prohibited_class_mode_regs instead of prohibited_class_mode_regs.
24182         (clarify_prohibited_class_mode_regs): New function.
24183         (ira_init_register_move_cost): Set up ira_max_register_move_cost,
24184         ira_max_may_move_in_cost, and ira_max_may_move_out_cost.
24185         (ira_init_once): Initialize them.
24186         (free_register_move_costs): Process them.
24187         (ira_init): Move calls of find_reg_classes and
24188         setup_hard_regno_aclass after setup_prohibited_class_mode_regs.
24189         Call clarify_prohibited_class_mode_regs.
24190         (ira_no_alloc_reg): Remove.
24191         (too_high_register_pressure_p): Use pressure classes.
24193         * sched-deps.c: Remove mentioning cover classes from the file.
24194         Use ira_reg_pressure_cover instead of ira_reg_class_cover.  Use
24195         ira_pressure_classes and ira_pressure_classes_num instead of
24196         ira_reg_class_cover_size and ira_reg_class_cover.
24197         (mark_insn_hard_regno_birth, mark_hard_regno_death): Use
24198         sched_regno_pressure_class instead of sched_regno_cover_class.
24199         (mark_insn_pseudo_birth, mark_pseudo_death): Ditto.  Use
24200         ira_reg_class_max_nregs instead of ira_reg_class_nregs.
24202         * ira.h: Add 2010 to Copyright.
24203         (ira_no_alloc_reg): Remove external.
24204         (struct target_ira): Rename x_ira_hard_regno_cover_class,
24205         x_ira_reg_class_cover_size, x_ira_reg_class_cover, and
24206         x_ira_class_translate to x_ira_hard_regno_allocno_class,
24207         x_ira_allocno_classes_num, x_ira_allocno_classes, and
24208         x_ira_allocno_class_translate.  Add x_ira_pressure_classes_num,
24209         x_ira_pressure_classes, x_ira_pressure_class_translate, and
24210         x_ira_stack_reg_pressure_class.  Rename x_ira_reg_class_nregs to
24211         x_ira_reg_class_max_nregs.  Add x_ira_reg_class_min_nregs and
24212         x_ira_no_alloc_regs.
24213         (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
24214         (ira_reg_class_cover_size, ira_reg_class_cover): Rename to
24215         ira_allocno_classes_num and ira_allocno_classes.
24216         (ira_class_translate): Rename to ira_allocno_class_translate.
24217         (ira_pressure_classes_num, ira_pressure_classes): New definitions.
24218         (ira_pressure_class_translate, ira_stack_reg_pressure_class): Ditto.
24219         (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
24220         (ira_reg_class_min_nregs, ira_stack_reg_pressure_class): New
24221         (ira_no_alloc_regs): New.
24223         * ira-costs.c: Add 2010 to Copyright.  Remove mentioning cover
24224         classes from the file.  Use ALLOCNO_CLASS instead of
24225         ALLOCNO_COVER_CLASS.  Use ALLOCNO_CLASS_COST instead of
24226         ALLOCNO_COVER_CLASS_COST.
24227         (regno_cover_class): Rename to regno_aclass.
24228         (record_reg_classes): Use ira_reg_class_subunion instead of
24229         ira_reg_class_union.
24230         (record_address_regs): Check overflow.
24231         (scan_one_insn): Ditto.
24232         (print_allocno_costs): Print total mem cost fore regional allocation.
24233         (print_pseudo_costs): Use REG_N_REFS.
24234         (find_costs_and_classes): Use classes intersected with them on the
24235         1st pass. Check overflow.  Use ira_reg_class_subunion instead of
24236         ira_reg_class_union.  Use ira_allocno_class_translate and
24237         regno_aclass instead of ira_class_translate and regno_cover_class.
24238         Modify code for finding regno_aclass.  Setup preferred classes for
24239         the next pass.
24240         (setup_allocno_cover_class_and_costs): Rename to
24241         setup_allocno_class_and_costs.  Use regno_aclass instead of
24242         regno_cover_class.  Use ira_set_allocno_class instead of
24243         ira_set_allocno_cover_class.
24244         (init_costs, finish_costs): Use regno_aclass instead of
24245         regno_cover_class.
24246         (ira_costs): Use setup_allocno_class_and_costs instead of
24247         setup_allocno_cover_class_and_costs.
24248         (ira_tune_allocno_costs_and_cover_classes): Rename to
24249         ira_tune_allocno_costs.  Check overflow.  Skip conflict hard regs
24250         by processing objects.  Use ira_reg_class_max_nregs instead of
24251         ira_reg_class_nregs.
24253         * rtl.h (reg_cover_class): Rename to reg_allocno_class.
24255         * sched-int.h: Remove mentioning cover classes from the file.
24256         (sched_regno_cover_class): Rename to sched_regno_pressure_class.
24258         * reginfo.c: Add 2010 to Copyright.  Remove mentioning cover
24259         classes from the file.
24260         (struct reg_pref): Rename coverclass into allocnoclass.
24261         (reg_cover_class): Rename to reg_allocno_class.
24263         * Makefile.in (ira-color.o): Remove SPLAY_TREE_H from dependencies.
24265         * config/alpha/alpha.h (IRA_COVER_CLASSES): Remove.
24267         * config/arm/arm.h (IRA_COVER_CLASSES): Ditto.
24269         * config/avr/avr.h (IRA_COVER_CLASSES): Ditto.
24271         * config/bfin/bfin.h (IRA_COVER_CLASSES): Ditto.
24273         * config/cris/cris.h (IRA_COVER_CLASSES): Ditto.
24275         * config/fr30/fr30.h (IRA_COVER_CLASSES): Ditto.
24277         * config/frv/frv.h (IRA_COVER_CLASSES): Ditto.
24279         * config/h8300/h8300.h (IRA_COVER_CLASSES): Ditto.
24281         * config/i386/i386.h (STACK_REG_COVER_CLASS): Ditto.
24283         * config/i386/i386.c (TARGET_IRA_COVER_CLASSES)
24284         (i386_ira_cover_classes): Ditto.
24286         * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
24288         * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Ditto.
24290         * config/m32r/m32r.h (IRA_COVER_CLASSES): Ditto.
24292         * config/m68k/m68k.h (IRA_COVER_CLASSES): Ditto.
24294         * config/mcore/mcore.h (IRA_COVER_CLASSES): Ditto.
24296         * config/mep/mep.h (IRA_COVER_CLASSES): Ditto.
24298         * config/mips/mips.c (TARGET_IRA_COVER_CLASSES)
24299         (mips_ira_cover_classes): Ditto.
24301         * config/mn10300/mn10300.h (IRA_COVER_CLASSES): Ditto.
24303         * config/moxie/moxie.h (IRA_COVER_CLASSES): Ditto.
24305         * config/pa/pa64-regs.h (IRA_COVER_CLASSES): Ditto.
24307         * config/pa/pa32-regs.h (IRA_COVER_CLASSES): Ditto.
24309         * config/picochip/picochip.h (IRA_COVER_CLASSES): Ditto.
24311         * config/rs6000/rs6000.h (IRA_COVER_CLASSES_PRE_VSX)
24312         (IRA_COVER_CLASSES_VSX): Ditto.
24314         * config/rs6000/rs6000.c (TARGET_IRA_COVER_CLASSES)
24315         (rs6000_ira_cover_classes): Ditto.
24317         * config/rx/rx.h (IRA_COVER_CLASSES): Ditto.
24319         * config/s390/s390.h (IRA_COVER_CLASSES): Ditto.
24321         * config/score/score.h (IRA_COVER_CLASSES): Ditto.
24323         * config/sh/sh.h (IRA_COVER_CLASSES): Ditto.
24325         * config/sparc/sparc.h (IRA_COVER_CLASSES): Ditto.
24327         * config/spu/spu.h (IRA_COVER_CLASSES): Ditto.
24329         * config/stormy16/stormy16.h (IRA_COVER_CLASSES): Ditto.
24331         * config/v850/v850.h (IRA_COVER_CLASSES): Ditto.
24333         * config/vax/vax.h (IRA_COVER_CLASSES): Ditto.
24335         * config/xtensa/xtensa.h (IRA_COVER_CLASSES): Ditto.
24337 2011-03-29  Jakub Jelinek  <jakub@redhat.com>
24339         PR debug/48253
24340         * dwarf2out.c (struct dw_fde_struct): Remove dw_fde_hot_section_label,
24341         dw_fde_hot_section_end_label, dw_fde_unlikely_section_label,
24342         dw_fde_unlikely_section_end_label, cold_in_std_section,
24343         dw_fde_switched_sections and dw_fde_switched_cold_to_hot fields.
24344         Add dw_fde_second_begin, dw_fde_second_end and second_in_std_section
24345         fields.
24346         (output_fde): Use dw_fde_second_{begin,end} if second is
24347         true, otherwise dw_fde_{begin,end}.
24348         (output_call_frame_info): Test dw_fde_second_begin != NULL
24349         instead of dw_fde_switched_sections.
24350         (dwarf2out_begin_prologue): Stop initializing removed dw_fde_struct
24351         fields, initialize new fields.  Initialize in_std_section
24352         unconditionally from the first partition.
24353         (dwarf2out_end_epilogue): Don't override dw_fde_end when
24354         dw_fde_second_begin is non-NULL.
24355         (dwarf2out_switch_text_section): Stop initializing removed
24356         dw_fde_struct fields, initialize new fields, initialize
24357         also dw_fde_end here.  Set dw_fde_switch_cfi even when
24358         dwarf2out_do_cfi_asm ().  Call var_location_switch_text_section.
24359         (struct var_loc_list_def): Add last_before_switch field.
24360         (arange_table, arange_table_allocated, arange_table_in_use,
24361         ARANGE_TABLE_INCREMENT, add_arange): Removed.
24362         (size_of_aranges): Count !in_std_section and !second_in_std_section
24363         hunks in fdes, instead of looking at arange_table_in_use.
24364         (output_aranges): Add aranges_length argument, don't call
24365         size_of_aranges here.  Instead of using aranges_table*
24366         emit ranges for fdes when !in_std_section resp.
24367         !second_in_std_section.
24368         (dw_loc_list): Break ranges crossing section switch.
24369         (convert_cfa_to_fb_loc_list): Likewise.  If switched sections,
24370         use dw_fde_second_end instead of dw_fde_end as end of last range.
24371         (gen_subprogram_die): Don't call add_arange.  Use
24372         dw_fde_{begin,end} for first partition and if switched
24373         section dw_fde_second_{begin,end} for the second.
24374         (var_location_switch_text_section_1,
24375         var_location_switch_text_section): New functions.
24376         (dwarf2out_begin_function): Initialize cold_text_section even
24377         when function_section () isn't text_section.
24378         (prune_unused_types): Don't walk arange_table.
24379         (dwarf2out_finish): Don't needlessly test
24380         flag_reorder_blocks_and_partition when testing cold_text_section_used.
24381         If info_section_emitted, call size_of_aranges and if it indicates
24382         non-empty .debug_aranges, call output_aranges with the computed
24383         size.  Stop using removed dw_fde_struct fields, use
24384         dw_fde_{begin,end} for first partition and dw_fde_second_{begin,end}
24385         for second.
24387         PR debug/48203
24388         * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Only
24389         create ENTRY_VALUE if incoming or address of incoming's MEM
24390         is a hard REG.
24391         * dwarf2out.c (mem_loc_descriptor): Don't emit
24392         DW_OP_GNU_entry_value of DW_OP_fbreg.
24393         * var-tracking.c (vt_add_function_parameter): Ensure cselib_lookup
24394         on ENTRY_VALUE is able to find the canonical parameter VALUE.
24395         * cselib.c (rtx_equal_for_cselib_1) <case ENTRY_VALUE>: Use
24396         rtx_equal_p instead of rtx_equal_for_cselib_1 to compare
24397         ENTRY_VALUE_EXPs.
24398         (cselib_hash_rtx) <case ENTRY_VALUE>: If ENTRY_VALUE_EXP
24399         is a REG_P or MEM_P with REG_P address, compute hash directly
24400         instead of calling cselib_hash_rtx on ENTRY_VALUE_EXP.
24401         (preserve_only_constants): Don't clear VALUES forwaring
24402         ENTRY_VALUE to some other VALUE.
24404 2011-03-28  Richard Sandiford  <richard.sandiford@linaro.org>
24406         * builtins.c (expand_builtin_memset_args): Use gen_int_mode
24407         instead of GEN_INT.
24409 2011-03-28  Eric Botcazou  <ebotcazou@adacore.com>
24411         * cfgexpand.c (expand_gimple_cond): Always set the source location and
24412         block before expanding the statement.
24413         (expand_gimple_stmt_1): Likewise.  Set them here...
24414         (expand_gimple_stmt): ...and not here.  Tidy.
24415         * cfglayout.c (curr_insn_locator): Return 0 if the current location is
24416         unknown.
24418 2011-03-28  Steven Bosscher  <steven@gcc.gnu.org>
24420         * Makefile.in: New rule for cprop.o.
24421         * gcse.c: Move constant/copy propagation to cprop.c.
24422         (compute_local_properties): Only handle expression tables.
24423         (hash_scan_set, compute_hash_table_work, alloc_hash_table,): Likewise.
24424         (one_pre_gcse_pass, one_code_hoisting_pass): Likewise.
24425         (hash_set, insert_set_in_table, gcse_constant_p, lookup_set,
24426         next_set, reset_opr_set_tables, oprs_not_set_p, mark_call, mark_set,
24427         mark_clobber, mark_oprs_set, alloc_cprop_mem, free_cprop_mem,
24428         compute_cprop_data, find_used_regs, try_replace_reg,
24429         find_avail_set, cprop_jump, constprop_register, cprop_insn,
24430         local_cprop_find_used_regs, do_local_cprop, local_cprop_pass,
24431         fis_get_condition, implicit_set_cond_p, find_implicit_sets,
24432         find_bypass_set, reg_killed_on_edge, bypass_block,
24433         bypass_conditional_jumps, one_cprop_pass, gate_rtl_cprop,
24434         execute_rtl_cprop, pass_rtl_cprop): Move to...
24435         * cprop.c: ...here.  New file, constant/copy propagation for RTL
24436         moved from gcse.c to here with minor cleanups in duplicated code.
24438 2011-03-28  H.J. Lu  <hongjiu.lu@intel.com>
24440         * config/i386/i386.c (flag_opts): Fix a typo in
24441         -mavx256-split-unaligned-store.
24443 2011-03-28  Anatoly Sokolov  <aesok@post.ru>
24445         * config/h8300/h8300.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
24446         LIBCALL_VALUE): Remove macros.
24447         * config/h8300/h8300.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
24448         TARGET_FUNCTION_VALUE_REGNO_P): Define.
24449         (h8300_function_value, h8300_libcall_value,
24450         h8300_function_value_regno_p): New functions.
24452 2011-03-28  Anatoly Sokolov  <aesok@post.ru>
24454         * config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro.
24456 2011-03-28  Jeff Law  <law@redhat.com>
24458         * tree-ssa-threadupdate.c (redirect_edges): Call
24459         create_edge_and_update_destination_phis as needed.
24460         (create_edge_and_update_destination_phis): Accept new BB argument.
24461         All callers updated.
24462         (thread_block): Do not update the profile when threading around
24463         intermediate blocks.
24464         (thread_single_edge): Likewise.
24465         (determine_bb_domination_status): If BB is not a successor of the
24466         loop header, return NONDOMINATING.
24467         (register_jump_thread): Note when we register a jump thread around
24468         an intermediate block.
24469         * tree-ssa-threadedge.c (thread_around_empty_block): New function.
24470         (thread_across_edge): Use it.
24472 2011-03-28  Tristan Gingold  <gingold@adacore.com>
24474         * config/ia64/ia64.c (ia64_promote_function_mode): Fix promotion
24475         when for_return is 2.
24477 2011-03-28  Jeff Law  <law@redhat.com>
24479         * var-tracking.c (canonicalize_values_mark): Delete unused
24480         lhs assignment.
24481         (canonicalize_values_star, set_variable_part): Likewise.
24482         (clobber_variable_part, delete_variable_part): Likewise.
24484 2011-03-28  Steven Bosscher  <steven@gcc.gnu.org>
24486         * gcse.c (free_gcse_mem): Free reg_set_bitmap.
24488 2011-03-28  Martin Jambor  <mjambor@suse.cz>
24490         * tree-inline.c (expand_call_inline): Do not check that destination
24491         node is analyzed.
24492         (optimize_inline_calls): Assert that destination node is analyzed.
24493         * cgraph.c (cgraph_add_new_function): Call cgraph_analyze_function, do
24494         not call tree_lowering_passes.
24495         * cgraph.h (cgraph_analyze_function): Declare.
24496         * cgraphunit.c (cgraph_analyze_function): Make public.
24498 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
24500         * config/sparc/sparc-opts.h: New.
24501         * config/sparc/sparc.c (sparc_handle_option, sparc_select,
24502         sparc_cpu, fpu_option_set, TARGET_HANDLE_OPTION): Remove.
24503         (sparc_option_override): Store processor_type enumeration rather
24504         than string in cpu_default.  Remove name and enumeration from
24505         cpu_table.  Directly default -mcpu then default -mtune from -mcpu
24506         without using sparc_select.  Use target_flags_explicit instead of
24507         fpu_option_set.
24508         * config/sparc/sparc.h (enum processor_type): Move to
24509         sparc-opts.h.
24510         (sparc_cpu, struct sparc_cpu_select, sparc_select): Remove.
24511         * config/sparc/sparc.opt (config/sparc/sparc-opts.h): New
24512         HeaderInclude entry.
24513         (mcpu=, mtune=): Use Var and Enum.
24514         (sparc_processor_type): New Enum and EnumValue entries.
24516 2011-03-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24517             Iain Sandoe  <iains@gcc.gnu.org>
24519         PR target/48245
24520         * config/darwin.h (LINK_COMMAND_SPEC_A): Use LINK_PLUGIN_SPEC.
24522 2011-03-28  Eric Botcazou  <ebotcazou@adacore.com>
24524         * tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.
24525         * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add GSI parameter.
24526         Insert new statements at it in lieu of STMT.
24527         (vect_setup_realignment): Adjust call to vect_create_data_ref_ptr.
24528         * tree-vect-stmts.c (vectorizable_store): Likewise.
24529         (vectorizable_load): Likewise.
24531 2011-03-28  Uros Bizjak  <ubizjak@gmail.com>
24533         * config/alpha/alpha.md (addtf3): Change mode of operands to TFmode.
24534         (divtf3): Ditto.
24535         (multf3): Ditto.
24536         (subtf3): Ditto.
24538 2011-03-27  H.J. Lu  <hongjiu.lu@intel.com>
24540         * config/i386/sse.md (*avx_mov<mode>_internal): Don't assert
24541         unaligned 256bit load/store.
24542         (*avx_movu<ssemodesuffix><avxmodesuffix>): Likewise.
24543         (*avx_movdqu<avxmodesuffix>): Likewise.
24545 2011-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
24547         PR target/48288
24548         * config/pa/predicates.md (reg_or_ior_operand): New predicate.
24549         * config/pa/pa.md (iordi3): Use new predicate in expander.
24550         (iorsi3): Likewise.
24552 2011-03-27  Anatoly Sokolov  <aesok@post.ru>
24554         * config/mips/mips.h (LIBCALL_VALUE, FUNCTION_VALUE,
24555         FUNCTION_VALUE_REGNO_P): Remove macros.
24556         * config/mips/mips-protos.h (mips_function_value): Remove.
24557         * config/mips/mips.c (mips_function_value): Rename to...
24558         (mips_function_value_1): ... this. Make static.  Handle receiving
24559         the function type in 'fn_decl_or_type' argument.
24560         (mips_function_value, mips_libcall_value,
24561         mips_function_value_regno_p): New function.
24562         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
24563         TARGET_FUNCTION_VALUE_REGNO_P): Define.
24565 2011-03-27  H.J. Lu  <hongjiu.lu@intel.com>
24567         * config/i386/i386.c (flag_opts): Add -mavx256-split-unaligned-load
24568         and -mavx256-split-unaligned-store.
24569         (ix86_option_override_internal): Split 32-byte AVX unaligned
24570         load/store by default.
24571         (ix86_avx256_split_vector_move_misalign): New.
24572         (ix86_expand_vector_move_misalign): Use it.
24574         * config/i386/i386.opt: Add -mavx256-split-unaligned-load and
24575         -mavx256-split-unaligned-store.
24577         * config/i386/sse.md (*avx_mov<mode>_internal): Verify unaligned
24578         256bit load/store.  Generate unaligned store on misaligned memory
24579         operand.
24580         (*avx_movu<ssemodesuffix><avxmodesuffix>): Verify unaligned
24581         256bit load/store.
24582         (*avx_movdqu<avxmodesuffix>): Likewise.
24584         * doc/invoke.texi: Document -mavx256-split-unaligned-load and
24585         -mavx256-split-unaligned-store.
24587 2011-03-27  Richard Sandiford  <rdsandiford@googlemail.com>
24589         PR target/38598
24590         * config/mips/mips.md (extendsidi2): Add an "l" alternative.
24591         Update commentary.
24593 2011-03-27  Richard Sandiford  <rdsandiford@googlemail.com>
24595         * config/mips/mips.c (mips_prepare_builtin_arg): Replace icode and
24596         opno arguments with an expand_operand.  Use create_input_operand.
24597         (mips_prepare_builtin_target): Delete.
24598         (mips_expand_builtin_insn, mips_expand_builtin_compare_1): New
24599         functions.
24600         (mips_expand_builtin_direct): Use create_output_operand and
24601         mips_expand_builtin_insn.  Update call to mips_prepare_builtin_arg.
24602         (mips_expand_builtin_movtf): Likewise.  Use mips_expand_fp_comparison.
24603         (mips_expand_builtin_compare): Use mips_expand_fp_comparison.
24605 2011-03-27  Ira Rosen  <ira.rosen@linaro.org>
24607         * config/arm/arm.c (arm_autovectorize_vector_sizes): New
24608         function.
24609         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
24611 2011-03-26  Eric Botcazou  <ebotcazou@adacore.com>
24613         * basic-block.h (fixup_abnormal_edges): Adjust prototype.
24614         * reload1.c (reload): Adjust call to fixup_abnormal_edges.  Rediscover
24615         basic blocks and call commit_edge_insertions directly.
24616         (fixup_abnormal_edges): Move from here to...
24617         * cfgrtl.c (fixup_abnormal_edges): ...here.  Only insert instructions
24618         on the edges and return whether some have actually been inserted.
24619         * reg-stack.c (convert_regs): Fix up abnormal edges before inserting
24620         compensation code.
24622 2011-03-26  Andrey Belevantsev  <abel@ispras.ru>
24624         PR rtl-optimization/48144
24625         * sel-sched-ir.c (merge_history_vect): Factor out from ...
24626         (merge_expr_data): ... here.
24627         (av_set_intersect): Rename to av_set_code_motion_filter.
24628         Update all callers.  Call merge_history_vect when an expression
24629         is found in both sets.
24630         * sel-sched-ir.h (av_set_code_motion_filter): Add prototype.
24632 2011-03-26  Alan Modra  <amodra@gmail.com>
24634         * config/rs6000/predicates.md (word_offset_memref_op): Handle
24635         cmodel medium addresses.
24636         * config/rs6000/rs6000.c (rs6000_secondary_reload): Handle misaligned
24637         64-bit gpr loads and stores.
24638         (rs6000_secondary_reload_ppc64): New function.
24639         * config/rs6000/rs6000-protos.h: Declare it.
24640         * config/rs6000/rs6000.md (reload_di_store, reload_di_load): New.
24642 2011-03-26  Alan Modra  <amodra@gmail.com>
24644         PR target/47487
24645         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Support
24646         GNU Go in traceback table.
24648 2011-03-25  Richard Henderson  <rth@redhat.com>
24650         * expr.c (emit_block_move_via_movmem): Only use 6 operand variant
24651         if there are exactly 6 operands.
24652         (set_storage_via_setmem): Similarly.
24654 2011-03-25  Kai Tietz  <ktietz@redhat.com>
24656         * collect2.c (write_c_file_stat): Handle backslash
24657         as right-hand directory separator.
24658         (resolve_lib_name): Use IS_DIR_SEPARATOR instead of
24659         checking just for slash.
24660         * coverage.c (coverage_init): Use IS_ABSOLUTE_PATH
24661         instead of checking for trailing slash.
24662         * gcc.c (record_temp_file): Use filename_cmp instead
24663         of strcmp.
24664         (do_spec_1): Likewise.
24665         (replace_outfile_spec_function): Likewise.
24666         (is_directory): Use filename_ncmp instead of strncmp.
24667         (print_multilib_info): Likewise.
24668         * gcov.c (find_source): Use filename_cmp instead
24669         instead of strcmp.
24670         (make_gcov_file_name): Fix order of slash/backslash
24671         checks.
24672         * incpath.c (DIRS_EQ): Use filename_cmp instead of strcmp.
24673         (add_standard_paths): Likewise.
24674         * mips-tfile.c (saber_stop): Handle backslash.
24675         * prefix.c (update_path): Use filename_ncmp instead of
24676         strncmp.
24677         * profile.c (output_location): Use filename_cmp instead
24678         of strcmp.
24679         * read-md.c (handle_toplevel_file): Handle backslash.
24680         * tlink.c (frob_extension):  Likewise.
24681         * tree-cfg.c (same_line_p): Use filename_cmp instead of
24682         strcmp.
24683         * tree-dump.c (dequeue_and_dump): Handle backslash.
24684         * tree.c (get_file_function_name): Likewise.
24685         * gengtype.c (read_input_list): Likewise.
24686         (get_file_realbasename): Likewise.
24687         (get_output_file_with_visibility): Use filename_cmp
24688         instead of strcmp.
24690 2011-03-25  Richard Sandiford  <richard.sandiford@linaro.org>
24692         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Restrict FPA_REGS
24693         case to VFPv1.
24695 2011-03-25  Nathan Froyd  <froydnj@codesourcery.com>
24697         * fold-const.c (expr_location_or): New function.
24698         (fold_truth_not_expr): Call it.
24700 2011-03-25  Jeff Law  <law@redhat.com>
24702         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing
24703         va_end.
24704         * c-family/c-common.c (def_fn_type): Likewise.
24705         * ada/gcc-interface/utils.c (def_fn_type): Likewise.
24706         * emit-rtl.c (gen_rtvec): Likewise.
24707         * lto/lto-lang.c (def_fn_type): Likewise.
24709 2011-03-25  Richard Guenther  <rguenther@suse.de>
24711         * tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants
24712         also generate copies.
24713         (fini_copy_prop): Handle constant values properly.
24715 2011-03-25  Jakub Jelinek  <jakub@redhat.com>
24717         * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTRACT>: Compare
24718         mode size instead of bitsize with DWARF2_ADDR_SIZE.
24719         (hash_loc_operands, compare_loc_operands): Handle
24720         DW_OP_GNU_entry_value.
24722 2011-03-25  Kai Tietz  <ktietz@redhat.com>
24724         * config/i386/cygming.h (DWARF_FRAME_REGISTERS): Adjust comment.
24725         (STACK_BOUNDARY): Check for bit-ness in case of MS_ABI.
24726         * config/i386/i386.c (ix86_conditional_register_usage): Adjust
24727         comment and use macro TARGET_64BIT_MS_ABI instead.
24728         (ix86_keep_aggregate_return_pointer): Optimize for 64-bit case
24729         and change default behavior for 32-bit MS_ABI.
24730         (ix86_reg_parm_stack_space): Check additionally for bit-ness.
24731         (ix86_function_type_abi): Allow check for ms_abi/sysv_abi for
24732         32-bit, too.
24733         (ix86_cfun_abi): Likewise.
24734         (ix86_maybe_switch_abi): Adjust comment.
24735         (init_cumulative_args): Check for bit-ness in MS_ABI case.
24736         (ix86_gimplify_va_arg): Check just for not TARGET_64BIT_MS_ABI
24737         instead of checking for SYSV_ABI.
24738         (ix86_nsaved_sseregs): Likewise.
24739         (ix86_compute_frame_layout): Set only for 64-bit MS_ABI alignment
24740         to 16 bytes.
24741         (ix86_expand_call): Use TARGET_64BIT_MS_ABI macro.
24742         * config/i386.h (TARGET_32BIT_MS_ABI): New macro.
24743         (ACCUMULATE_OUTGOING_ARGS): Check explicit for 64-bit MS_ABI.
24744         (OUTGOING_REG_PARM_STACK_SPACE): Likewise.
24745         * config/mingw32.h (DEFAULT_ABI): Change default always to MS_ABI.
24747 2011-03-25  Richard Guenther  <rguenther@suse.de>
24749         * tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.
24750         (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
24751         (verify_gimple): Remove.
24752         * tree-cfg.c (verify_gimple_call): Merge verification
24753         from verify_stmts.
24754         (verify_gimple_phi): Merge verification from verify_stmts.
24755         (verify_gimple_label): New function.
24756         (verify_types_in_gimple_seq_2): Rename to verify_gimple_in_seq_2.
24757         (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
24758         (verify_stmt): Merge into verify_gimple_in_cfg and callees.
24759         (verify_stmts): Rename to verify_gimple_in_cfg.
24760         (verify_gimple_in_cfg): New function.
24761         * passes.c (execute_function_todo): Call verify_gimple_in_cfg.
24762         * tree-ssa.c (verify_ssa): Likewise.
24763         * gimplify.c (gimplify_body): Call verify_gimple_in_seq.
24765 2011-03-25  Richard Guenther  <rguenther@suse.de>
24767         * passes.c (init_optimization_passes): Add FRE pass after
24768         early SRA.
24770 2011-03-25  Bernd Schmidt  <bernds@codesourcery.com>
24771             Andrew Stubbs  <ams@codesourcery.com>
24773         * config/arm/vfp.md (arm_movdi_vfp): Enable only when not tuning
24774         for Cortex-A8.
24775         (arm_movdi_vfp_cortexa8): New pattern.
24776         * config/arm/neon.md (adddi3_neon, subdi3_neon, anddi3_neon,
24777         iordi3_neon, xordi3_neon): Add alternatives to discourage Neon
24778         instructions when tuning for Cortex-A8.  Set attribute "arch".
24779         * config/arm/arm.md: Move include arm-tune.md up a bit.
24780         (define_attr "arch"): Add "onlya8" and "nota8" values.
24781         (define_attr "arch_enabled"): Handle "onlya8" and "nota8".
24783 2011-03-25  Nathan Froyd  <froydnj@codesourcery.com>
24785         PR bootstrap/48282
24786         Revert:
24787         2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
24789         * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
24790         FOR_BB_INSNS_SAFE to iterate through insns.  Re-indent.
24791         (pass_instantiate_virtual_regs): Require PROP_cfglayout.
24792         * passes.c (init_optimization_passes): Move
24793         pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
24795 2011-03-25  Kai Tietz  <ktietz@redhat.com>
24797         * c-typeck.c (comptypes_internal): Replace target
24798         hook call of comp_type_attributes by version in tree.c file.
24799         * gimple.c (gimple_types_compatible_p_1): Likewise.
24800         * tree-ssa.c (useless_type_conversion_p): Likewise.
24801         * tree.c (build_type_attribute_qual_variant): Likewise.
24802         (attribute_value_equal): New static helper function.
24803         (comp_type_attributes): New function.
24804         (merge_attributes): Use attribute_value_equal for comparison.
24805         (attribute_list_contained): Likewise.
24806         * tree.h (comp_type_attributes): New prototype.
24808 2011-03-25  Richard Guenther  <rguenther@suse.de>
24810         * tree-cfg.c (verify_gimple_assign_unary): Drop special casing
24811         of complex types at -O0.
24812         (verify_gimple_assign_binary): Likewise.
24813         (verify_gimple_assign_ternary): Likewise.
24815 2011-03-24  Mark Wielaard  <mjw@redhat.com>
24817         * dwarf2out.c (size_of_die): Modify comment to say DW_FORM_ref_sig8.
24818         (value_format): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
24820 2011-03-24  Mark Wielaard  <mjw@redhat.com>
24822         PR debug/48041
24823         * dwarf2out.c (output_abbrev_section): Only write table when
24824         abbrev_die_table_in_use > 1.
24826 2011-02-24  Richard Henderson  <rth@redhat.com>
24828         * config/alpha/alpha.c (alpha_expand_unaligned_load): Use extql.
24829         (alpha_expand_unaligned_store): Use mskwl, mskll, mskql.
24830         (alpha_expand_unaligned_load_words): Use extql.
24831         (alpha_expand_unaligned_store_words): Use insqh, mskqh, mskql.
24832         (emit_insxl): Handle all modes for consistency.
24834 2011-02-24  Richard Henderson  <rth@redhat.com>
24836         * config/alpha/alpha.c (get_aligned_mem): Don't test WORDS_BIG_ENDIAN.
24837         (alpha_expand_unaligned_load): Likewise.
24838         (alpha_expand_unaligned_store): Likewise.
24839         (alpha_expand_unaligned_load_words): Likewise.
24840         (alpha_expand_unaligned_store_words): Likewise.
24841         (emit_insxl, alpha_split_compare_and_swap_12): Likewise.
24842         (alpha_split_lock_test_and_set_12): Likewise.
24843         (print_operand, alpha_fold_builtin_extxx): Likewise.
24844         (alpha_fold_builtin_insxx, alpha_fold_builtin_mskxx): Likewise.
24845         * config/alpha/alpha.md (bswapsi2, insv, extv, extzv): Likewise.
24846         (builtin_extwh, builtin_extlh, builtin_extql): Likewise.
24847         (unaligned_extendqidi_be, unaligned_extendhidi_be, extxl_be): Remove.
24848         (*extxl_1_be, *extql_2_be, extqh_be, extlh_be, extwh_be): Remove.
24849         (insbl_be, inswl_be, insll_be, insql_be, mskxl_be): Remove.
24850         (unaligned_loadqi_be, unaligned_loadhi_be): Remove.
24851         (unaligned_storeqi_be, unaligned_storehi_be): Remove.
24852         (extbl): Rename from builtin_extbl; don't test WORDS_BIG_ENDIAN.
24853         (extwl, extll, extql): Similarly.
24854         (inswh, inslh, insqh): Similarly.
24855         (mskbl, mskwl, mskll, mskql): Similarly.
24856         (mskwh, msklh, mskqh): Similarly.
24858 2011-02-24  Richard Henderson  <rth@redhat.com>
24860         * config/alpha/alpha.md (attribute isa): Add er, ner.
24861         (attribute enabled): Handle them.
24862         (*movdi): Merge *movdi_{er_nofix,nofix,er_fix,fix}.
24864 2011-02-24  Richard Henderson  <rth@redhat.com>
24866         * config/alpha/alpha.md (attribute isa): Add vms.
24867         (attribute enabled): Handle it.
24868         (*movsf): Merge *movsf_{nofix,fix,nofp}.
24869         (*movdf): Merge *movdf_{nofix,fix,nofp}.
24870         (*movtf): Rename from *movtf_internal for consistency.
24871         (*movsi): Merge with *movsi_nt_vms.
24872         (*movhi): Merge *movhi_nobwx, *movhi_bwx.
24873         (*movqi): Merge *movqi_nobwx, *movqi_bwx.
24874         (*mov<VEC>): Merge *mov<VEC>_fix, *mov<VEC>_nofix.
24875         * config/alpha/constraint.md ("f"): Use NO_REGS when fpu is disabled.
24877 2011-02-24  Richard Henderson  <rth@redhat.com>
24879         * config/alpha/alpha.md (extendqihi2): Implement for BWX only.
24880         (extendqisi2, extendhisi2): Likewise.
24881         (extendqidi2): Simplify BWX/non-BWX expansions.
24882         (extendhidi2): Similarly.
24884 2011-02-24  Richard Henderson  <rth@redhat.com>
24886         * config/alpha/alpha.md (attribute isa): New.
24887         (attribute enabled): New.
24888         (zero_extendqihi2): Merge from *zero_extendqihi2_{bwx,nobwx}.
24889         (zero_extendqisi2, zero_extendqidi2): Similarly.
24890         (zero_extendhisi2, zero_extendhidi2): Similarly.
24891         * config/alpha/predicates.md (reg_or_bwx_memory_operand): New.
24893 2011-02-24  Richard Henderson  <rth@redhat.com>
24895         * config/alpha/predicates.md (input_operand): Revert last change;
24896         update comment to mention 32-bit VMS rather than Windows.
24898 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
24900         * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
24901         FOR_BB_INSNS_SAFE to iterate through insns.  Re-indent.
24902         (pass_instantiate_virtual_regs): Require PROP_cfglayout.
24903         * passes.c (init_optimization_passes): Move
24904         pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
24906 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
24908         * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.
24910 2011-03-24  Uros Bizjak  <ubizjak@gmail.com>
24912         * config/i386/i386.md (ix86_print_operand): Output DFmode const_double
24913         correctly.
24915 2011-03-24  Jakub Jelinek  <jakub@redhat.com>
24917         PR debug/48204
24918         * simplify-rtx.c (simplify_const_unary_operation): Call
24919         real_convert when changing mode class with FLOAT_EXTEND.
24921 2011-03-24  Nick Clifton  <nickc@redhat.com>
24923         * config/rx/rx.h (LABEL_ALIGN_FOR_BARRIER): Define.
24924         (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
24925         * config/rx/rx.c (rx_option_override): Set align_jumps,
24926         align_loops and align_labels if not set by the user.
24927         (rx_align_for_label): New function.
24928         (rx_max_skip_for_label): New function.
24929         (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): Define.
24930         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define.
24931         (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Define.
24932         (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
24933         * config/rx/rx-protos.h (rx_align_for_label): Add prototype.
24935 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
24937         PR rtl-optimization/48263
24938         * optabs.c (expand_binop_directly): Reinstate convert_modes code
24939         and original commutative_p handling.  Use maybe_gen_insn.
24941 2011-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24943         * reload.c (find_reloads_subreg_address): Add address_reloaded
24944         parameter and return true there if the full address has been
24945         reloaded.
24946         (find_reloads_toplev): Pass address_reloaded flag.
24947         (find_reloads_address_1): Don't use address_reloaded parameter.
24949 2011-03-24  Jeff Law  <law@redhat.com>
24951         * tree-ssa-live.c (remove_unused_scope_block_p): Remove set but
24952         unused variable "ann".
24953         (remove_unused_locals): Likewise.
24955         * tree-ssa-copy.c (propagate_tree_value_into_stmt): Remove useless
24956         statement.
24958         * cfglayout.c (fixup_reorder_chain): Do not dereference E_FALL
24959         after it is freed.
24961 2011-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24963         * config/s390/s390.c (s390_preferred_reload_class): Return NO_REGS
24964         for invalid symbolic addresses.
24965         (s390_secondary_reload): Don't use s390_check_symref_alignment for
24966         larl operands.
24968 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
24970         * fold-const.c (fold_ternary_loc): Preserve the location (if any) of
24971         the argument in calls to fold_truth_not_expr.
24973 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
24975         * tree.c (record_node_allocation_statistics): New function.
24976         (make_node_stat, copy_node_stat, build_string): Call it.
24977         (make_tree_binfo_stat, make_tree_vec_stat, tree_cons_stat): Likewise.
24978         (build1_stat, build_omp_clause): Likewise.
24980 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
24982         * builtins.c (expand_movstr): Fix endp == 1 adjustment after
24983         last commit.
24985 2011-03-24  Richard Guenther  <rguenther@suse.de>
24987         PR tree-optimization/48271
24988         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only cleanup
24989         blocks that still exist.
24991 2011-03-24  Richard Guenther  <rguenther@suse.de>
24993         PR tree-optimization/48270
24994         * tree-ssa-phiopt.c (cond_if_else_store_replacement): Do
24995         not free datarefs before ddrs.
24997 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
24999         * tree-sra.c (build_ref_for_offset): Strip useless type conversions
25000         from the address built for a reference with variable offset.
25002 2011-03-24  Uros Bizjak  <ubizjak@gmail.com>
25004         PR target/48237
25005         * config/i386/i386.md (*movdf_internal_rex64): Do not split
25006         alternatives that can be handled with movq or movabsq insn.
25007         (*movdf_internal): Disable for !TARGET_64BIT.
25008         (*movdf_internal_nointeger): Ditto.
25009         * config/i386/i386.c (ix86_print_operand): Handle DFmode immediates.
25011 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
25013         * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
25014         (FUNCTION_ARG_ADVANCE): Likewise.
25015         * tm.texi.in: Change references to them to hook references.
25016         * tm.texi: Regenerate.
25017         * targhooks.c (default_function_arg): Eliminate check for target macro.
25018         (default_function_incoming_arg): Likewise.
25019         (default_function_arg_advance): Likewise.
25020         * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
25021         (function_arg_advance): Likewise.
25022         * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
25024 2011-03-24  Richard Guenther  <rguenther@suse.de>
25026         PR middle-end/48269
25027         * tree-object-size.c (addr_object_size): Do not double-account
25028         for MEM_REF offsets.
25030 2011-03-24  Diego Novillo  <dnovillo@google.com>
25032         * lto-opts.c (input_data_block): Move to lto-streamer-in.c.
25033         * lto-streamer-in.c (input_string_internal): Add clarifying comments.
25034         (lto_input_data_block): Move from lto-opts.c.  Make extern.
25035         Update all users.
25036         (lto_input_string): Rename from input_string.  Make extern.
25037         Update all users.
25038         * lto-streamer-out.c (lto_output_string_with_length): Rename from
25039         output_string_with_length.
25040         Output 0 to indicate a non-NULL string.  Update all callers to
25041         not emit 0.
25042         (lto_output_string): Rename from output_string.  Make extern.
25043         Update all users.
25044         (lto_output_decl_state_streams): Make extern.
25045         (lto_output_decl_state_refs): Make extern.
25046         * lto-streamer.h (lto_input_string): Declare.
25047         (lto_input_data_block): Declare.
25048         (lto_output_string): Declare.
25049         (lto_output_string_with_length): Declare.
25050         (lto_output_decl_state_streams): Declare.
25051         (lto_output_decl_state_refs): Declare.
25053 2011-03-24  Richard Guenther  <rguenther@suse.de>
25055         PR tree-optimization/46562
25056         * tree.c (build_invariant_address): New function.
25057         * tree.h (build_invariant_address): Declare.
25058         * tree-dfa.c (get_addr_base_and_unit_offset): Wrap around
25059         a renamed function moved ...
25060         * tree-flow-inline.h (get_addr_base_and_unit_offset_1): ... here.
25061         Take valueization callback parameter.
25062         * tree-flow.h (gimple_fold_stmt_to_constant): Declare.
25063         * gimple-fold.h: New file.
25064         * tree-ssa-ccp.c (ccp_fold): Use gimple_fold_stmt_to_constant_1.
25065         (ccp_fold, fold_const_aggregate_ref,
25066         fold_ctor_reference, fold_nonarray_ctor_reference,
25067         fold_array_ctor_reference, fold_string_cst_ctor_reference,
25068         get_base_constructor): Move ...
25069         * gimple-fold.c: ... here.
25070         (gimple_fold_stmt_to_constant_1): New function
25071         split out from ccp_fold.  Take a valueization callback parameter.
25072         Valueize all operands.
25073         (gimple_fold_stmt_to_constant): New wrapper function.
25074         (fold_const_aggregate_ref_1): New function split out from
25075         fold_const_aggregate_ref.  Take a valueization callback parameter.
25076         (fold_const_aggregate_ref): Wrap fold_const_aggregate_ref_1.
25077         * tree-ssa-sccvn.c (simplify_binary_expression): Simplify
25078         invariant POINTER_PLUS_EXPRs to invariant form.
25079         (vn_valueize): New function.
25080         (try_to_simplify): Simplify by using gimple_fold_stmt_to_constant.
25081         * tree-vrp.c (vrp_valueize): New function.
25082         (vrp_visit_assignment_or_call): Use gimple_fold_stmt_to_constant
25083         to fold statements to constants.
25084         * tree-ssa-pre.c (eliminate): Properly guard propagation of
25085         function declarations.
25086         * Makefile.in (tree-ssa-sccvn.o, tree-vrp.o, gimple-fold.o,
25087         tree-ssa-ccp.o): Add gimple-fold.h dependencies.
25089 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
25091         * config/h8300/predicates.md (jump_address_operand): Fix register
25092         mode check.
25094 2011-03-24  Ira Rosen  <ira.rosen@linaro.org>
25096         * doc/invoke.texi (max-stores-to-sink): Document.
25097         * params.h (MAX_STORES_TO_SINK): Define.
25098         * opts.c (finish_options): Set MAX_STORES_TO_SINK to 0
25099         if either vectorization or if-conversion is disabled.
25100         * tree-data-ref.c (dr_equal_offsets_p1): Moved and renamed from
25101         tree-vect-data-refs.c vect_equal_offsets.
25102         (dr_equal_offsets_p): New function.
25103         (find_data_references_in_bb): Remove static.
25104         * tree-data-ref.h (find_data_references_in_bb): Declare.
25105         (dr_equal_offsets_p): Likewise.
25106         * tree-vect-data-refs.c (vect_equal_offsets): Move to tree-data-ref.c.
25107         (vect_drs_dependent_in_basic_block): Update calls to
25108         vect_equal_offsets.
25109         (vect_check_interleaving): Likewise.
25110         * tree-ssa-phiopt.c: Include cfgloop.h and tree-data-ref.h.
25111         (cond_if_else_store_replacement): Rename to...
25112         (cond_if_else_store_replacement_1): ... this.  Change arguments and
25113         documentation.
25114         (cond_if_else_store_replacement): New function.
25115         * Makefile.in (tree-ssa-phiopt.o): Adjust dependencies.
25116         * params.def (PARAM_MAX_STORES_TO_SINK): Define.
25118 2011-03-23  Chung-Lin Tang  <cltang@codesourcery.com>
25120         PR target/46934
25121         * config/arm/arm.md (casesi): Use the gen_int_mode() function
25122         to subtract lower bound instead of GEN_INT().
25124 2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>
25126         PR other/48179
25127         PR other/48221
25128         PR other/48234
25129         * doc/extend.texi (Alignment): Move section to match order in TOC.
25130         * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
25131         (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.
25133 2011-03-23  Jeff Law  <law@redhat.com>
25135         * cfg.c (redirect_edge_succ_nodup): Duplicate the varm map
25136         before removing the edge.
25138         * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Do not use E after
25139         it may have been freed by redirect_branch_edge or
25140         redirect_edge_succ_nodup.
25142 2011-03-23  Richard Guenther  <rguenther@suse.de>
25144         * tree-stdarg.c (va_list_counter_bump): Handle bumps via MEM_REF.
25145         (check_va_list_escapes): Likewise.
25146         (check_all_va_list_escapes): Likewise.
25148 2011-03-23  Richard Guenther  <rguenther@suse.de>
25150         * Makefile.in (IPA_TYPE_ESCAPE_H): Remove.
25151         (OBJS-archive): Remove ipa-struct-reorg.o and ipa-type-escape.o.
25152         (tree-ssa-alias.o): Do not depend on IPA_TYPE_ESCAPE_H.
25153         (alias.o): Likewise.
25154         (ipa-type-escape.o): Remove.
25155         (ipa-struct-reorg.o): Likewise.
25156         (GTFILES): Remove ipa-struct-reorg.c.
25157         * alias.c: Do not include ipa-type-escape.h.
25158         * tree-ssa-alias.c: Likewise.
25159         * common.opt (fipa-struct-reorg): Preserve for backward compatibility.
25160         * opts.c (finish_options): Do not reset flag_ipa_struct_reorg.
25161         * passes.c (init_optimization_passes): Remove ipa-struct-reorg
25162         and ipa-type-escape passes.
25163         * tree-pass.h (pass_ipa_type_escape): Remove.
25164         (pass_ipa_struct_reorg): Likewise.
25165         * ipa-struct-reorg.h: Remove.
25166         * ipa-struct-reorg.c: Likewise.
25167         * ipa-type-escape.h: Likewise.
25168         * ipa-type-escape.c: Likewise.
25169         * doc/invoke.texi (-fipa-struct-reorg): Remove.
25170         (--param struct-reorg-cold-struct-ratio): Likewise.
25171         * params.def (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
25172         * params.h (STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
25173         * timevar.def (TV_IPA_TYPE_ESCAPE): Likewise.
25175 2011-03-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25177         * config/s390/2084.md: Enable all insn reservations also for z9_ec
25178         cpu attribute value.
25179         * config/s390/s390-opts.h (enum s390_arch_option): Remove.
25180         (enum processor_type): Add PROCESSOR_2094_Z9_EC.
25181         * config/s390/s390.c (processor_flags_table): New constant array.
25182         (s390_handle_arch_option): Remove.
25183         (s390_handle_option): Remove s390_handle_arch_option invocations
25184         and OPT_mwarn_framesize_ handling.
25185         (s390_option_override): Remove s390_handle_arch_option invocation.
25186         (s390_emit_prologue): Remove use of HOST_WIDE_INT_PRINT_DEC in
25187         warnings.
25188         * config/s390/s390.md (cpu attribute): Add z9_ec value.
25189         * config/s390/s390.opt (s390_tune, s390_arch)
25190         (march=): Replace s390_arch_option enum and values with
25191         processor_type.  Set variable name to s390_arch.  Set
25192         initialization value.
25193         (mtune=): Replace s390_arch_option with processor_type.  Set
25194         variable name to s390_tune.  Set initialization value.
25196 2011-03-23  Julian Brown  <julian@codesourcery.com>
25198         * expr.c (expand_expr_real_1): Only use BLKmode for volatile
25199         accesses which are not naturally aligned.
25201 2011-03-23  Richard Sandiford  <richard.sandiford@linaro.org>
25203         PR target/47553
25204         * config/arm/predicates.md (neon_lane_number): Accept 0..15.
25206 2011-03-23  Richard Sandiford  <richard.sandiford@linaro.org>
25208         * optabs.h (emit_unop_insn, maybe_emit_unop_insn): Change insn code
25209         parameter from "int" to "enum insn_code".
25210         (expand_operand_type): New enum.
25211         (expand_operand): New structure.
25212         (create_expand_operand): New function.
25213         (create_fixed_operand, create_output_operand): Likewise
25214         (create_input_operand, create_convert_operand_to): Likewise.
25215         (create_convert_operand_from, create_address_operand): Likewise.
25216         (create_integer_operand): Likewise.
25217         (create_convert_operand_from_type, maybe_legitimize_operands): Declare.
25218         (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
25219         (expand_insn, expand_jump_insn): Likewise.
25220         * builtins.c (expand_builtin_prefetch): Use the new interfaces.
25221         (expand_builtin_interclass_mathfn, expand_builtin_strlen): Likewise.
25222         (expand_movstr, expand_builtin___clear_cache): Likewise.
25223         (expand_builtin_lock_release): Likewise.
25224         * explow.c (allocate_dynamic_stack_space): Likewise.
25225         (probe_stack_range): Likewise.  Allow check_stack to FAIL,
25226         and use the default handling in that case.
25227         * expmed.c (check_predicate_volatile_ok): Delete.
25228         (store_bit_field_1, extract_bit_field_1): Use the new interfaces.
25229         (emit_cstore): Likewise.
25230         * expr.c (emit_block_move_via_movmem): Likewise.
25231         (set_storage_via_setmem, expand_assignment): Likewise.
25232         (emit_storent_insn, try_casesi): Likewise.
25233         (emit_single_push_insn): Likewise.  Allow the expansion to fail.
25234         * optabs.c (expand_widen_pattern_expr, expand_ternary_op): Likewise.
25235         (expand_vec_shift_expr, expand_binop_directly): Likewise.
25236         (expand_twoval_unop, expand_twoval_binop): Likewise.
25237         (expand_unop_direct, emit_indirect_jump): Likewise.
25238         (emit_conditional_move, vector_compare_rtx): Likewise.
25239         (expand_vec_cond_expr, expand_val_compare_and_swap_1): Likewise.
25240         (expand_sync_operation, expand_sync_fetch_operation): Likewise.
25241         (expand_sync_lock_test_and_set): Likewise.
25242         (maybe_emit_unop_insn): Likewise.  Change icode to an insn_code.
25243         (emit_unop_insn): Likewise.
25244         (expand_copysign_absneg): Change icode to an insn_code.
25245         (create_convert_operand_from_type): New function.
25246         (maybe_legitimize_operand, maybe_legitimize_operands): Likewise.
25247         (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
25248         (expand_insn, expand_jump_insn): Likewise.
25249         * config/i386/i386.md (setmem<mode>): Use nonmemory_operand rather
25250         than const_int_operand for operand 2.
25252 2011-03-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25254         * dwarf2out.c (const_ok_for_output_1): Print the unspec enum name
25255         if possible.
25257 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
25259         * emit-rtl.c (emit_pattern_before_noloc): New function.
25260         (emit_insn_before_noloc, emit_jump_insn_before_noloc): Call it.
25261         (emit_call_insn_before_noloc, emit_debug_insn_before_noloc): Likewise.
25262         (emit_pattern_after_noloc): New function.
25263         (emit_insn_after_noloc, emit_jump_insn_after_noloc): Call it.
25264         (emit_call_insn_after_noloc, emit_debug_insn_after_noloc): Likewise.
25266 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
25268         * libgcc2.c (__lshrdi3, __ashldi3, __ashrdi3): Use W_TYPE_SIZE.
25269         (__ffsDI2): Likewise.
25271 2011-03-22  Richard Henderson  <rth@redhat.com>
25273         * config/alpha/alpha.c (direct_return): Use TARGET_ABI_OSF instead
25274         of !TARGET_ABI_OPEN_VMS.
25275         (alpha_trampoline_init, alpha_start_function): Likewise.
25276         (alpha_expand_epilogue, alpha_file_start): Likewise.
25277         * config/alpha/alpha.md (divsi3, modsi3): Likewise.
25278         (udivsi3, umodsi3, divdi3, moddi3, udivdi3, umoddi3): Likewise.
25279         (*divmodsi_internal_er, *divmodsi_internal_er_1): Likewise.
25280         (*divmodsi_internal, *divmoddi_internal_er): Likewise.
25281         (*divmoddi_internal_er_1, *divmoddi_internal): Likewise.
25283 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25285         * config/s390/s390-opts.h: New.
25286         * config/s390/s390.c (s390_tune, s390_tune_flags, s390_arch,
25287         s390_arch_flags, s390_warn_framesize, s390_stack_size,
25288         s390_stack_guard): Remove.
25289         (s390_handle_arch_option): Return void.  Take enum
25290         s390_arch_option value instead of string and searching array.
25291         (s390_handle_option): Don't assert that global structures are in
25292         use.  Access variables via opts pointer.  Use error_at.  Don't use
25293         sscanf for -mstack-guard= or -mstack-size=.  Update call to
25294         s390_handle_arch_option.
25295         (s390_option_override): Update call to s390_handle_arch_option.
25296         (s390_emit_prologue): Use %d format for s390_stack_size in
25297         diagnostic.  Use %wd for HOST_WIDE_INT.
25298         * config/s390/s390.h (enum processor_type): Move to s390-opts.h.
25299         (s390_tune, s390_tune_flags, s390_arch, s390_arch_flags): Remove.
25300         * config/s390/s390.opt (config/s390/s390-opts.h): New
25301         HeaderInclude entry.
25302         (s390_arch_string, s390_tune, s390_tune_flags, s390_arch,
25303         s390_arch_flags, s390_warn_framesize): New Variable entries.
25304         (s390_arch_option): New Enum and EnumValue entries.
25305         (march=): Use Enum instead of Var.
25306         (mstack-guard=, mstack-size=): Use UInteger and Var.
25307         (mtune=): Use Enum.
25309 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25311         * config/score/score.c (score_handle_option): Don't assert that
25312         global structures are in use.  Access target_flags via opts
25313         pointer.  Use value of -march= option to determine target_flags
25314         settings.
25315         * config/score/score.opt (march=): Use Enum.
25316         (score_arch): New Enum and EnumValue entries.
25318 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25320         * config/mep/mep.c (option_mtiny_specified): Remove.
25321         (mep_option_override): Move register handling for -mivc2 from
25322         mep_handle_option.  Use global_options_set.x_mep_tiny_cutoff
25323         instead of option_mtiny_specified.
25324         (mep_handle_option): Access target_flags via opts pointer.  Don't
25325         assert that global structures are in use.  Defer part of -mivc2
25326         handling and move it to mep_option_override.
25327         * config/mep/mep.opt (IVC2): New Mask entry.
25328         (mivc2): Use Var and Defer instead of Mask.
25330 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25332         * config/v850/v850-opts.h: New.
25333         * config/v850/v850.c (small_memory): Replace with
25334         small_memory_physical_max array.  Make that array static const.
25335         (v850_handle_memory_option): Take integer value of argument.  Take
25336         gcc_options pointer, option text and location.  Return void.
25337         Update for changes to small memory structures.
25338         (v850_handle_option): Access target_flags via opts pointer.  Don't
25339         assert that global structures are in use.  Update calls to
25340         v850_handle_memory_option.
25341         (v850_encode_data_area): Update references to small memory settings.
25342         * config/v850/v850.h (struct small_memory_info, small_memory): Remove.
25343         (enum small_memory_type): Move to v850-opts.h.
25344         * config/v850/v850.opt (config/v850/v850-opts.h): New
25345         HeaderInclude entry.
25346         (small_memory_max): New Variable entry.
25347         (msda): Replace by pair of options msda= and msda-.  Use UInteger.
25348         (mtda, mzda): Likewise.
25350 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25352         * config/sh/sh.c (sh_handle_option): Access target_flags via opts
25353         pointer.  Don't assert that global structures are in use.
25355 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25357         * config/pdp11/pdp11.c (pdp11_handle_option): Access target_flags
25358         via opts pointer.  Don't assert that global structures are in use.
25360 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25362         * config/pa/pa-hpux.opt (flag_pa_unix): New Variable entry.
25363         (munix=93): Use Var.
25364         * config/pa/pa-hpux1010.opt (munix=95): Use Var.
25365         * config/pa/pa-hpux1111.opt (munix=98): Use Var.
25366         * config/pa/pa-opts.h: New.
25367         * config/pa/pa.c (pa_cpu, flag_pa_unix): Remove.
25368         (pa_handle_option): Don't assert that global structures are in
25369         use.  Access target_flags via opts pointer.  Don't handle
25370         OPT_mschedule_, OPT_mfixed_range_, OPT_munix_93, OPT_munix_95 or
25371         OPT_munix_98 here.
25372         (pa_option_override): Handle deferred OPT_mfixed_range_.
25374 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25376         * config/mn10300/mn10300-opts.h: New.
25377         * config/mn10300/mn10300.c (mn10300_processor,
25378         mn10300_tune_string): Remove.
25379         (mn10300_handle_option): Don't assert that global structures are
25380         in use.  Access mn10300_processor via opts pointer.  Don't handle
25381         OPT_mtune_ here.
25382         * config/mn10300/mn10300.h (enum processor_type): Move to
25383         mn10300-opts.h.
25384         (mn10300_processor): Remove.
25385         * config/mn10300/mn10300.opt (config/mn10300/mn10300-opts.h): New
25386         HeaderInclude entry.
25387         (mn10300_processor): New Variable entry.
25388         (mtune=): Use Var.
25390 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25392         * config/microblaze/microblaze.c: Don't include opts.h.
25393         (microblaze_handle_option, TARGET_HANDLE_OPTION): Remove.
25394         * config/microblaze/microblaze.opt (mxl-stack-check): Use Warn.
25395         (mno-clearbss): Use Var and Warn.
25397 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25399         * config/m32r/m32r-opts.h: New.
25400         * config/m32r/m32r.c (m32r_model, m32r_sdata): Remove.
25401         (m32r_handle_option): Don't assert that global structures are in
25402         use.  Access target_flags and m32r_cache_flush_func via opts
25403         pointer.  Don't handle OPT_mmodel_, OPT_msdata_ or
25404         OPT_mno_flush_trap here.
25405         * config/m32r/m32r.h (Code Models, Small Data Area): Replace by
25406         include of m32r-opts.h.
25407         * config/m32r/m32r.opt (config/m32r/m32r-opts.h): New
25408         HeaderInclude entry.
25409         (m32r_model_selected, m32r_sdata_selected): New Variable entries.
25410         (mmodel=): Use Enum and Var.
25411         (m32r_model): New Enum and EnumValue entries.
25412         (mno-flush-trap): Use Var.
25413         (msdata=): Use Enum and Var.
25414         (m32r_sdata): New Enum and EnumValue entries.
25416 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25418         * config/m32c/m32c.c: Don't include opts.h.
25419         (target_memregs, target_memregs_set, TARGET_HANDLE_OPTION,
25420         m32c_handle_option): Remove.
25421         (m32c_option_override): Check global_options_set.x_target_memregs
25422         instead of target_memregs_set.
25423         * config/m32c/m32c.h (target_memregs): Remove.
25424         * config/m32c/m32c.opt (memregs=): Use UInteger with integer
25425         variable.
25427 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25429         * config/iq2000/iq2000-opts.h: New.
25430         * config/iq2000/iq2000.c: Don't include opts.h.
25431         (iq2000_tune, iq2000_handle_option, TARGET_HANDLE_OPTION): Remove.
25432         * config/iq2000/iq2000.h (enum processor_type, iq2000_tune): Remove.
25433         * config/iq2000/iq2000.opt (config/iq2000/iq2000-opts.h): New
25434         HeaderInclude entry.
25435         (iq2000_tune): New Variable entry.
25436         (march=): Add comment.  Use Enum.
25437         (iq2000_arch): New Enum and EnumValue entries.
25438         (mcpu=): Use Enum and Var.
25439         (iq2000_tune): New Enum and EnumValue entries.
25441 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25443         * config/ia64/ia64-opts.h: New.
25444         * config/ia64/ia64.c (ia64_tune): Remove.
25445         (ia64_handle_option): Don't handle OPT_mfixed_range_ or OPT_mtune_
25446         here.  Use error_at.
25447         (ia64_option_override): Handle deferred OPT_mfixed_range_.
25448         * config/ia64/ia64.h (enum processor_type, ia64_tune): Remove.
25449         * config/ia64/ia64.opt (config/ia64/ia64-opts.h): New
25450         HeaderInclude entry.
25451         (ia64_tune): New Variable entry.
25452         (mfixed-range=): Use Defer and Var.
25453         (mtune=): Use Enum and Var.
25454         (ia64_tune): New Enum and EnumValue entries.
25456 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25458         * config/frv/frv-opts.h: New.
25459         * config/frv/frv-protos.h (enum frv_cpu, frv_cpu_t): Move to
25460         frv-opts.h.
25461         (frv_cpu_type): Remove.
25462         * config/frv/frv.c: Don't include opts.h.
25463         (frv_cpu_type, frv_handle_option, TARGET_HANDLE_OPTION): Remove.
25464         * config/frv/frv.opt (config/frv/frv-opts.h): New HeaderInclude entry.
25465         (frv_cpu_type): New Variable entry.
25466         (frv_cpu): New Enum and EnumValue entries.
25468 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25470         * config/cris/cris.c (cris_handle_option): Access target_flags via
25471         opts pointer.  Don't assert that global structures are in use.
25472         Don't call CRIS_SUBTARGET_HANDLE_OPTION.
25473         * config/cris/cris.h (CRIS_SUBTARGET_HANDLE_OPTION): Don't define.
25475 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25477         * config/bfin/bfin-opts.h: New.
25478         * config/bfin/bfin.c (bfin_lib_id_given, bfin_cpu_type,
25479         bfin_si_revision, bfin_workarounds): Remove.
25480         (bfin_cpus): Make static const.
25481         (bfin_load_pic_reg): Check global_options_set.x_bfin_library_id
25482         not bfin_lib_id_given.
25483         (bfin_handle_option): Don't set bfin_lib_id_given.  Access
25484         bfin_cpu_type, bfin_si_revision and bfin_workarounds via opts
25485         pointer. Use error_at.  Don't assert that global structures are in use.
25486         * config/bfin/bfin.h: Include bfin-opts.h.
25487         (enum bfin_cpu_type, bfin_cpu_t): Move to bfin-opts.h.
25488         (bfin_cpu_type, bfin_si_revision, bfin_workarounds): Remove.
25489         * bfin.opt (config/bfin/bfin-opts.h): New HeaderInclude entry.
25490         (bfin_cpu_type, bfin_si_revision, bfin_workarounds): New Variable
25491         entries.
25493 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25495         * config/arm/arm.opt (mhard-float, msoft-float): Use Alias.
25496         * config/arm/arm.c (arm_handle_option): Don't handle -mhard-float
25497         or -msoft-float here.
25498         * config/arm/arm.h (CPP_SPEC): Handle -mfloat-abi=*, not
25499         -msoft-float and -mhard-float.
25500         (OPTION_DEFAULT_SPECS): Don't handle -mhard-float and -msoft-float.
25501         * config/arm/coff.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
25502         msoft-float.
25503         * config/arm/elf.h (ASM_SPEC): Don't handle -mhard-float and
25504         -msoft-float.
25505         (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not msoft-float.
25506         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Use mfloat-abi=hard,
25507         not mhard-float.
25508         (LIBGCC_SPEC): Don't handle -msoft-float.
25509         * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Don't handle
25510         -mhard-float.
25511         * config/arm/pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
25512         msoft-float.
25513         * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Handle
25514         -mfloat-abi=*, not -msoft-float and -mhard-float.
25515         * config/arm/semi.h((ASM_SPEC): Don't handle -mhard-float and
25516         -msoft-float.
25517         * config/arm/t-arm-elf (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS):
25518         Use mfloat-abi=hard and mfloat-abi=soft in comments, not
25519         mhard-float and msoft-float.
25520         * config/arm/t-linux (MULTILIB_OPTIONS): Use mfloat-abi=hard and
25521         mfloat-abi=soft in comments, not mhard-float and msoft-float.
25522         * config/arm/t-rtems (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
25523         mfloat-abi=soft and mfloat-abi=hard, not msoft-float and
25524         mhard-float.
25525         * config/arm/t-strongarm-elf (MULTILIB_OPTIONS): Use
25526         mfloat-abi=hard and mfloat-abi=soft, not mhard-float and
25527         msoft-float.
25528         * config/arm/t-wince-pe (MULTILIB_OPTIONS): Use mfloat-abi=hard,
25529         not mhard-float.
25530         * config/arm/wince-pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft,
25531         not msoft-float.
25533 2011-03-22  Richard Henderson  <rth@redhat.com>
25535         * config/alpha/alpha.c (alpha_expand_prologue): Don't test
25536         TARGET_ABI_WINDOWS_NT.
25537         (alpha_output_function_end_prologue): Likewise.
25538         * config/alpha/alpha.h (TARGET_ABI_OSF): Likewise.
25539         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
25540         * config/alpha/alpha.md (call, call_value, tablejump): Likewise.
25541         (trap, *movsi_nt_vms): Likewise.
25542         (call_nt, call_value_nt, *call_nt_1, *call_value_nt_1): Remove.
25543         (*tablejump_osf_nt_internal): Remove.
25544         * config/alpha/predicates.md (input_operand): Only test Pmode.
25546 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25548         * config/alpha/alpha.c (alpha_handle_option): Access target_flags
25549         via opts pointer.  Use error_at.  Don't assert that global
25550         structures are in use.
25552 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25554         * config/i386/i386.c (ix86_isa_flags_explicit): Remove.
25555         (ix86_handle_option): Access ix86_isa_flags and
25556         ix86_isa_flags_explicit via opts pointer.  Don't assert that
25557         global structures are in use.
25558         (ix86_function_specific_save, ix86_function_specific_restore):
25559         Update ix86_isa_flags_explicit field name.
25560         * config/i386/i386.opt (ix86_isa_flags_explicit): New Variable entry.
25561         (ix86_isa_flags_explicit): Rename TargetSave entry to
25562         x_ix86_isa_flags_explicit.
25564 2011-03-22  Richard Henderson  <rth@redhat.com>
25566         * config/alpha/alpha.c (NUM_ARGS): Don't test TARGET_ABI_UNICOSMK.
25567         (alpha_option_override, direct_return): Likewise.
25568         (alpha_arg_partial_bytes, alpha_setup_incoming_varargs): Likewise.
25569         (alpha_va_start, alpha_gimplify_va_arg, alpha_sa_mask): Likewise.
25570         (alpha_sa_size, compute_frame_size, alpha_expand_prologue): Likewise.
25571         (alpha_start_function, alpha_output_function_end_prologue): Likewise.
25572         (alpha_expand_epilogue, alpha_end_function): Likewise.
25573         (alpha_init_libfuncs): Likewise.
25574         (struct machine_function): Remove unicosmk members.
25575         (print_operand) ['t']: Remove.
25576         (unicosmk_must_pass_in_stack, unicosmk_initial_elimination_offset,
25577         unicosmk_output_module_name, unicosmk_output_common,
25578         current_section_align, unicosmk_output_text_section_asm_op,
25579         unicosmk_output_data_section_asm_op, unicosmk_init_sections,
25580         unicosmk_section_type_flags, unicosmk_unique_section,
25581         unicosmk_asm_named_section, unicosmk_insert_attributes,
25582         unicosmk_output_align, unicosmk_defer_case_vector,
25583         unicosmk_output_addr_vec, unicosmk_output_deferred_case_vectors,
25584         SSIB_PREFIX, SSIB_PREFIX_LEN, unicosmk_ssib_name, unicosmk_gen_dsib,
25585         unicosmk_output_ssib, unicosmk_add_call_info_word,
25586         unicosmk_extern_head, unicosmk_output_default_externs,
25587         unicosmk_output_externs, unicosmk_add_extern, unicosmk_dex_list,
25588         unicosmk_dex_count, unicosmk_special_name, unicosmk_need_dex,
25589         unicosmk_output_dex, unicosmk_file_start, unicosmk_file_end): Remove.
25590         * config/alpha/alpha-protos.h: Update.
25591         * config/alpha/alpha.h (TARGET_ABI_OSF): Don't test TARGET_ABI_UNICOSMK.
25592         * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM): Remove.
25593         (UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): Remove.
25594         (mulsi3): Don't test TARGET_ABI_UNICOSMK.
25595         (*mulsi_se, mulvsi3): Likewise.
25596         (divsi3, udivsi3, modsi3, umodsi3, divdi3, udivdi3): Likewise.
25597         (*divmodsi_internal, call, call_value, realign): Likewise.
25598         (moddi3, umoddi3): Likewise; remove duplicate expander.
25599         (moddi3_umk, umoddi3_umk, call_umk, call_value_umk): Remove.
25600         (*call_umk_1, *movsi, umk_laum, umk_lalm, *umk_load_ciw): Remove.
25601         (*movdi_nofix): Remove r/U alternative.
25602         (umk_mismatch_args, arg_home_umk, *call_value_umk): Remove.
25603         * config/alpha/constraints.md ("U"): Remove.
25604         * config/alpha/predicates.md (call_operand"): Don't test
25605         TARGET_ABI_UNICOSMK.
25607 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25609         * target.def (handle_option): Take gcc_options and
25610         cl_decoded_option pointers and location_t.
25611         * doc/tm.texi.in (TARGET_HANDLE_OPTION): Update documentation.
25612         * doc/tm.texi: Regenerate.
25613         * hooks.c (hook_bool_size_t_constcharptr_int_true): Remove.
25614         * hooks.h (hook_bool_size_t_constcharptr_int_true): Don't declare.
25615         * lto-opts.c (lto_reissue_options): Generate option structure for
25616         targetm.handle_option call.
25617         * opts.c (target_handle_option): Update call to
25618         targetm.handle_option.  Remove assertions about values now passed
25619         down to hook.
25620         * targhooks.c (default_target_handle_option): New.
25621         * targhooks.h (default_target_handle_option): Declare.
25622         * config/alpha/alpha.c: Include opts.h.
25623         (alpha_handle_option): Update to new hook interface.
25624         * config/arm/arm.c: Include opts.h.
25625         (arm_handle_option): Update to new hook interface.
25626         * config/arm/t-arm (arm.o): Update dependencies.
25627         * config/bfin/bfin.c: Include opts.h.
25628         (bfin_handle_option): Update to new hook interface.
25629         * config/cris/cris.c: Include opts.h.
25630         (cris_handle_option): Update to new hook interface.
25631         * config/frv/frv.c: Include opts.h.
25632         (frv_handle_option): Update to new hook interface.
25633         * config/i386/i386.c: Include opts.h.
25634         (ix86_handle_option): Update to new hook interface.
25635         (ix86_valid_target_attribute_inner_p): Generate option structure
25636         for call to ix86_handle_option.
25637         * config/i386/t-i386 (i386.o): Update dependencies.
25638         * config/ia64/ia64.c: Include opts.h.
25639         (ia64_handle_option): Update to new hook interface.
25640         * config/ia64/t-ia64 (ia64.o): Update dependencies.
25641         * config/iq2000/iq2000.c: Include opts.h.
25642         (iq2000_handle_option): Update to new hook interface.
25643         * config/m32c/m32c.c: Include opts.h.
25644         (m32c_handle_option): Update to new hook interface.
25645         * config/m32r/m32r.c: Include opts.h.
25646         (m32r_handle_option): Update to new hook interface.
25647         * config/m68k/m68k.c: Include opts.h.
25648         (m68k_handle_option): Update to new hook interface.
25649         * config/mep/mep.c: Include opts.h.
25650         (mep_handle_option): Update to new hook interface.
25651         * config/microblaze/microblaze.c: Include opts.h.
25652         (microblaze_handle_option): Update to new hook interface.
25653         * config/mips/mips.c: Include opts.h.
25654         (mips_handle_option): Update to new hook interface.
25655         * config/mn10300/mn10300.c: Include opts.h.
25656         (mn10300_handle_option): Update to new hook interface.
25657         * config/pa/pa.c: Include opts.h.
25658         (pa_handle_option): Update to new hook interface.
25659         * config/pdp11/pdp11.c: Include opts.h.
25660         (pdp11_handle_option): Update to new hook interface.
25661         * config/rs6000/rs6000.c: Include opts.h.
25662         (rs6000_handle_option): Update to new hook interface.
25663         * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
25664         * config/rx/rx.c: Include opts.h.
25665         (rx_handle_option): Update to new hook interface.
25666         * config/s390/s390.c: Include opts.h.
25667         (s390_handle_option): Update to new hook interface.
25668         * config/score/score.c: Include opts.h.
25669         (score_handle_option): Update to new hook interface.
25670         * config/sh/sh.c: Include opts.h.
25671         (sh_handle_option): Update to new hook interface.
25672         * config/sparc/sparc.c: Include opts.h.
25673         (sparc_handle_option): Update to new hook interface.
25674         * config/v850/v850.c: Include opts.h.
25675         (v850_handle_option): Update to new hook interface.
25677 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25679         * gcc.c (driver_unknown_option_callback): Only permit and save
25680         unknown -Wno- options.
25681         (driver_wrong_lang_callback): Save options directly instead of via
25682         driver_unknown_option_callback.
25684 2011-03-22  Eric Botcazou  <ebotcazou@adacore.com>
25686         * combine.c (simplify_set): Try harder to find the best CC mode when
25687         simplifying a nested COMPARE on the RHS.
25689 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
25691         * config/alpha/gnu.h: Remove.
25692         * config/arc: Remove directory.
25693         * config/arm/netbsd.h: Remove.
25694         * config/arm/t-pe: Remove.
25695         * config/crx: Remove directory.
25696         * config/i386/netbsd.h: Remove.
25697         * config/m68hc11: Remove directory.
25698         * config/m68k/uclinux-oldabi.h: Remove.
25699         * config/mcore/mcore-pe.h: Remove.
25700         * config/mcore/t-mcore-pe: Remove.
25701         * config/netbsd-aout.h: Remove.
25702         * config/rs6000/gnu.h: Remove.
25703         * config/sh/sh-symbian.h: Remove.
25704         * config/sh/symbian-base.c: Remove.
25705         * config/sh/symbian-c.c: Remove.
25706         * config/sh/symbian-cxx.c: Remove.
25707         * config/sh/symbian-post.h: Remove.
25708         * config/sh/symbian-pre.h: Remove.
25709         * config/sh/t-symbian: Remove.
25710         * config/svr3.h: Remove.
25711         * config/vax/netbsd.h: Remove.
25712         * config.build: Don't handle i[34567]86-*-pe.
25713         * config.gcc: Remove handling of deprecations for most deprecated
25714         targets.
25715         (m68k-*-uclinuxoldabi*): Add to second deprecated list.
25716         (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*, arm-*-pe*, crx-*-elf,
25717         i[34567]86-*-netbsd*, i[34567]86-*-pe, m68hc11-*-*|m6811-*-*,
25718         m68hc12-*-*|m6812-*-*, m68k-*-uclinuxoldabi*, mcore-*-pe*,
25719         powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
25720         sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
25721         Remove cases.
25722         * config.host: Don't handle i[34567]86-*-pe.
25723         * config/rs6000/linux64.h (LINK_OS_GNU_SPEC): Remove.
25724         (ASM_SPEC32): Don't handle -mcall-gnu.
25725         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't handle
25726         -mcall-gnu.
25727         (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC, CPP_SPEC,
25728         STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC): Don't handle -mcall-gnu.
25729         (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
25730         LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): Remove.
25731         (SUBTARGET_EXTRA_SPECS): Remove *_gnu specs.
25732         * config/sh/sh-protos.h, config/sh/sh.c: Remove all code
25733         conditional on SYMBIAN.
25734         * configure.ac: Don't handle powerpc*-*-gnu*.
25735         * configure: Regenerate.
25736         * doc/extend.texi (interrupt attribute): Don't mention CRX.
25737         * doc/install-old.texi (m6811, m6812): Don't mention.
25738         * doc/install.texi (arc-*-elf*): Don't document multilib option.
25739         (arc-*-elf, CRX, m6811-elf, m6812-elf): Remove.
25740         (m68k-uclinuxoldabi): Don't mention.
25741         * doc/invoke.texi (ARC Options, CRX Options, M68hc1x Options):
25742         Remove.
25743         (-mcall-gnu): Remove.
25744         * doc/md.texi (CRX Architecture, Motorola 68HC11 & 68HC12
25745         families): Remove constraint documentation.
25747 2011-03-22  Marius Strobl  <marius@FreeBSD.org>
25749         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
25750         (FBSD_TARGET_CPU_CPP_BUILTINS): ...this.
25751         (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
25753 2011-03-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
25755         PR target/48226
25756         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If we see a
25757         vector when peeking at the next token for vector, don't expand the
25758         keywords.
25760 2011-03-21  Georg-Johann Lay  <avr@gjlay.de>
25762         * config/avr/avr-protos.h (expand_epilogue): Change prototype
25763         * config/avr/avr.h (struct machine_function): Add field sibcall_fails.
25764         * config/avr/avr.c (init_cumulative_args)
25765         (avr_function_arg_advance): Use it.
25766         * config/avr/avr.c (expand_epilogue): Add bool parameter. Handle
25767         sibcall epilogues.
25768         (TARGET_FUNCTION_OK_FOR_SIBCALL): Define to...
25769         (avr_function_ok_for_sibcall): ...this new function.
25770         (avr_lookup_function_attribute1): New static Function.
25771         (avr_naked_function_p, interrupt_function_p)
25772         (signal_function_p, avr_OS_task_function_p)
25773         (avr_OS_main_function_p): Use it.
25774         * config/avr/avr.md ("sibcall", "sibcall_value")
25775         ("sibcall_epilogue"): New expander.
25776         ("*call_insn", "*call_value_insn"): New insn.
25777         ("call_insn", "call_value_insn"): Remove
25778         ("call", "call_value", "epilogue"): Change expander to handle
25779         sibling calls.
25781 2011-03-21  Nick Clifton  <nickc@redhat.com>
25783         * doc/invoke.texi (Overall Options): Move closing brace to end of
25784         options list.
25785         (Optimization Options): Add missing @gol.
25786         (Directory Options): Likewise.
25787         (i386 and x86-64 Options): Likewise.
25788         (RS6000 and PowerPC Options): Likewise.
25789         (i386 and x86-64 Windows Options): Likewise.
25790         (V850 Options): Add text missing from descriptions.
25792 2011-03-22  Richard Henderson  <rth@redhat.com>
25794         * config/avr/avr.c (TARGET_EXCEPT_UNWIND_INFO): New.
25795         (avr_incoming_return_addr_rtx): New.
25796         (emit_push_byte): New.
25797         (expand_prologue): Use it.  Remove incorrect dwarf annotation for
25798         SREG, RAMPZ, zero register.  Push frame pointer by bytes.  Add dwarf
25799         annotation for __prologue_saves__.  Fixup dwarf annotation for CFA.
25800         (emit_pop_byte): New.
25801         (expand_epilogue): Use it.  Pop frame pointer by bytes.
25802         * config/avr/avr.h (FRAME_POINTER_CFA_OFFSET): Remove.
25803         (INCOMING_RETURN_ADDR_RTX): New.
25804         (INCOMING_FRAME_SP_OFFSET): New.
25805         (ARG_POINTER_CFA_OFFSET): New.
25806         * config/avr/avr.md (*pushqi): Fix mode of auto-inc.
25807         (*pushhi, *pushsi, *pushsf, popqi): Likewise.
25808         (pophi): Remove.
25810         * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 11]: Handle post_dec.
25812 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
25814         * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
25815         (FUNCTION_ARG_ADVANCE): Likewise.
25816         * tm.texi.in: Change references to them to hook references.
25817         * tm.texi: Regenerate.
25818         * targhooks.c (default_function_arg): Eliminate check for target
25819         macro.
25820         (default_function_incoming_arg): Likewise.
25821         (default_function_arg_advance): Likewise.
25822         * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
25823         (function_arg_advance): Likewise.
25824         * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
25826 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
25828         * tree.c (build_call_1): New function.
25829         (build_call_valist, build_call_array_loc, build_call_vec): Call it.
25831 2011-03-22  Richard Guenther  <rguenther@suse.de>
25833         PR tree-optimization/48228
25834         * tree-vrp.c (vrp_visit_phi_node): Do not stop propagating
25835         for single-arg PHIs.
25837 2011-03-22  Andrey Belevantsev  <abel@ispras.ru>
25839         PR rtl-optimization/48143
25840         * config/i386/sse.md (*sse2_cvtpd2dq): Add athlon_decode attribute.
25841         (*sse2_cvttpd2dq, sse2_cvtss2sd, *sse2_cvtpd2ps,
25842         sse2_cvtps2pd): Likewise.
25844 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25846         * recog.c (canonicalize_change_group): Use validate_unshare_change.
25848 2011-03-22  Richard Guenther  <rguenther@suse.de>
25850         * gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not
25851         a valid RHS.  Make DOT_PROD_EXPR and REALIGN_LOAD_EXPR ternary.
25852         * tree-cfg.c (verify_gimple_assign_ternary): Allow DOT_PROD_EXPR
25853         and REALIGN_LOAD_EXPR.
25854         (verify_gimple_assign_single): Do not allow POLYNOMIAL_CHREC,
25855         DOT_PROD_EXPR or REALIGN_LOAD_EXPR.
25856         * expr.c (expand_expr_real_1): Move REALIGN_LOAD_EXPR and
25857         DOT_PROD_EXPR case ...
25858         (expand_expr_real_2): ... here.
25859         * gimple-pretty-print.c (dump_ternary_rhs): Handle DOT_PROD_EXPR
25860         and REALIGN_LOAD_EXPR.
25861         * tree-data-ref.c (split_constant_offset): Bail out for all CHRECs.
25862         * tree-vect-loop.c (vect_model_reduction_cost): Handle ternaries.
25863         (vect_create_epilog_for_reduction): Likewise.
25864         (vectorizable_reduction): Likewise.
25865         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Adjust.
25866         * tree-vect-stmts.c (vectorizable_load): Likewise.
25868 2011-03-22  Eric Botcazou  <ebotcazou@adacore.com>
25870         * gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.
25872 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25874         * config/s390/s390.c (s390_delegitimize_address): Fix offset
25875         handling for PLTOFF/GOTOFF.
25877 2011-03-22  Nick Clifton  <nickc@redhat.com>
25879         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
25880         trailing backslash from the end of the macro definition.
25882 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25884         * config/s390/s390.c (s390_delegitimize_address): Handle PLTOFF
25885         and PLT unspecs.
25887 2011-03-21  Richard Sandiford  <richard.sandiford@linaro.org>
25889         * expr.h (prepare_operand): Move to...
25890         * optabs.h (prepare_operand): ...here and change the insn code
25891         parameter from "int" to "enum insn_code".
25892         (insn_operand_matches): Declare.
25893         * expr.c (init_expr_target): Use insn_operand_matches.
25894         (compress_float_constant): Likewise.
25895         * function.c (safe_insn_predicate, assign_parm_setup_reg): Likewise.
25896         * optabs.c (can_compare_p, prepare_cmp_insn): Likewise.
25897         (emit_cmp_and_jump_insn_1, gen_add2_insn, gen_add3_insn): Likewise.
25898         (have_add2_insn, gen_sub2_insn, gen_sub3_insn, have_sub2_insn):
25899         Likewise.
25900         (gen_cond_trap): Likewise.
25901         (prepare_operand): Likewise.  Change icode to an insn_code.
25902         (insn_operand_matches): New function.
25903         * reload.c (find_reloads_address_1): Use insn_operand_matches.
25904         * reload1.c (gen_reload): Likewise.
25905         * targhooks.c (default_secondary_reload): Likewise.
25907 2011-03-21  Uros Bizjak  <ubizjak@gmail.com>
25909         * config/alpha/alpha.md (unspec): New define_c_enum.
25910         (unspecv): Ditto.
25912 2011-03-21  Uros Bizjak  <ubizjak@gmail.com>
25914         PR debug/48214
25915         * config/alpha/alpha.c (alpha_pad_noreturn): Do not emit an unop
25916         between a call and its CALL_ARG_LOCATION note.
25918 2011-03-21  Eric Botcazou  <ebotcazou@adacore.com>
25920         * gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.
25922 2011-03-21  Jakub Jelinek  <jakub@redhat.com>
25924         PR c/42544
25925         PR c/48197
25926         * c-common.c (shorten_compare): If primopN is first sign-extended
25927         to opN and then zero-extended to result type, set primopN to opN.
25929 2011-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
25931         * config/arm/unwind-arm.c (__gnu_unwind_pr_common): Correct test
25932         for barrier handlers.
25934 2011-03-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
25936         * config/rs6000/rs6000.md (UNSPEC_*, UNSPECV_*): Redefine all
25937         UNSPEC constants to be in the unspec enumeration, and redefine
25938         all UNSPECV constants to be in the unspecv enumeration, so that
25939         dumps print which unspec/unspec_volatile this is.
25940         * config/rs6000/vector.md (UNSPEC_*): Ditto.
25941         * config/rs6000/paired.md (UNSPEC_*): Ditto.
25942         * config/rs6000/vsx.md (UNSPEC_*): Ditto.
25943         * config/rs6000/altivec.md (UNSPEC_*, UNSPECV_*): Ditto.
25944         * config/rs6000/dfp.md (UNSPEC_*): Ditto.
25946         * config/rs6000/rs6000.md (UNSPECV_ISYNC, UNSPECV_LWSYNC): Rename
25947         UNSPEC_ISYNC and UNSPEC_HWSYNC to UNSPECV_ISYNC and
25948         UNSPECV_LWSYNC, since these are used as unspec_volatile.
25949         * config/rs6000/sync.md (isync, lwsync): Ditto.
25951 2011-03-21  Richard Guenther  <rguenther@suse.de>
25953         * params.def (lto-min-partition): Fix typo.
25955 2011-03-21  Richard Guenther  <rguenther@suse.de>
25957         PR c/47939
25958         * c-decl.c (grokdeclarator): Drop to the main variant only
25959         for array types.  Drop flag_gen_aux_info check.
25961 2011-03-21  Richard Guenther  <rguenther@suse.de>
25963         PR translation/47911
25964         * params.def (lto-partitions): Fix typo.
25965         (lto-min-partition): Fix wording.
25967 2011-03-21  Andreas Tobler  <andreast@fgznet.ch>
25969         * config/rs6000/t-freebsd: Remove duplication from file.
25971 2011-03-21  Richard Guenther  <rguenther@suse.de>
25973         PR middle-end/47661
25974         * gimple.c (is_gimple_condexpr): Use tree_could_throw_p.
25976 2011-03-21  Richard Guenther  <rguenther@suse.de>
25978         PR lto/48210
25979         * params.def (lto-partitions): Require at least 1 partition.
25981 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25983         * gthr-solaris.h: Remove.
25984         * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove.
25985         * config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support.
25986         (LIB_SPEC): Likewise.
25987         * config/sol2.opt (threads): Remove.
25988         * config.gcc (i[34567]86-*-solaris2*): Remove solaris threads support.
25989         (sparc*-*-solaris2*): Likewise.
25990         * configure.ac (enable_threads): Enable solaris support.
25991         * configure: Regenerate.
25992         * doc/invoke.texi (Option Summary, Solaris 2 Options): Remove -threads.
25993         * doc/install.texi (Configuration, --enable-threads=lib): Remove
25994         solaris.
25996 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25998         * config.gcc: Obsolete *-*-solaris2.8*.
25999         * doc/install.texi (Specific, *-*-solaris2*): Document it.
26001 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26003         PR bootstrap/48135
26004         * doc/install.texi (Prerequisites, Perl): Remove Glob.pm
26005         reference.  Solaris 8 perl works.
26007 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26009         PR bootstrap/48135
26010         * doc/install.texi (Prerequisites): Move jar etc. up.
26011         Explain support library version requirements.
26013 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26015         PR bootstrap/48135
26016         * doc/install.texi (Prerequisites): Move Perl to build
26017         requirements.  Always necessary on Solaris 2 with Sun ld.
26019 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26021         * doc/install.texi (Specific, alpha*-dec-osf5.1): Update for
26022         binutils 2.21.
26023         (Specific, i?86-*-solaris2.[89]): Likewise.
26024         (Specific, i?86-*-solaris2.10): Likewise.
26025         (Specific, mips-sgi-irix6): Likewise.
26026         (Specific, *-*-solaris2*): Remove Sun Studio download URL.
26027         Update for binutils 2.21.
26029 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26031         * configure.ac (gcc_cv_lto_plugin): Fix typo.
26032         Allow -fuse-linker-plugin for non-default plugin linker.
26033         * configure: Regenerate.
26035 2011-03-21  Nicola Pero  <nicola.pero@meta-innovation.com>
26037         PR bootstrap/48167
26038         * gengtype.c (files_rules): Added rule for cp/parser.h.
26040 2011-03-21  Jakub Jelinek  <jakub@redhat.com>
26042         PR target/48213
26043         * config/s390/s390.c (s390_delegitimize_address): Don't call
26044         lowpart_subreg if orig_x has BLKmode.
26046 2011-03-21  Kai Tietz  <ktietz@redhat.com>
26048         PR target/12171
26049         * doc/plugins.texi: Adjust documentation for plugin register_callback.
26050         * tree.h (attribute_spec): Add new member affects_type_identity.
26051         * attribs.c (empty_attribute_table): Adjust attribute_spec
26052         initializers.
26053         * config/alpha/alpha.c: Likewise.
26054         * config/arc/arc.c: Likewise.
26055         * config/arm/arm.c: Likewise.
26056         * config/avr/avr.c: Likewise.
26057         * config/bfin/bfin.c: Likewise.
26058         * config/crx/crx.c: Likewise.
26059         * config/darwin.h: Likewise.
26060         * config/h8300/h8300.c: Likewise.
26061         * config/i386/cygming.h: Likewise.
26062         * config/i386/i386.c: Likewise.
26063         * config/ia64/ia64.c: Likewise.
26064         * config/m32c/m32c.c: Likewise.
26065         * config/m32r/m32r.c: Likewise.
26066         * config/m68hc11/m68hc11.c: Likewise.
26067         * config/m68k/m68k.c: Likewise.
26068         * config/mcore/mcore.c: Likewise.
26069         * config/mep/mep.c: Likewise.
26070         * config/microblaze/microblaze.c: Likewise.
26071         * config/mips/mips.c: Likewise.
26072         * config/rs6000/rs6000.c: Likewise.
26073         * config/rx/rx.c: Likewise.
26074         * config/sh/sh.c: Likewise.
26075         * config/sol2.h: Likewise.
26076         * config/sparc/sparc.c: Likewise.
26077         * config/spu/spu.c: Likewise.
26078         * config/stormy16/stormy16.c: Likewise.
26079         * config/v850/v850.c: Likewise.
26081 2011-03-21  Chung-Lin Tang  <cltang@codesourcery.com>
26083         * simplify-rtx.c (simplify_binary_operation_1): Handle
26084         (xor (and A B) C) case when B and C are both constants.
26086 2011-03-21  Mingjie Xing  <mingjie.xing@gmail.com>
26088         * tree-dfa.c (add_referenced_var): Fix typo in comment.
26090 2011-03-20  Eric Botcazou  <ebotcazou@adacore.com>
26092         PR bootstrap/48168
26093         * config/sparc/sparc.c (sparc_delegitimize_address): Add new pattern.
26095 2011-03-20  Jakub Jelinek  <jakub@redhat.com>
26097         PR rtl-optimization/48156
26098         * df-core.c (df_get_bb_dirty): Use df_lr if df_live is NULL,
26099         assume df and df_lr are not NULL.
26101 2011-03-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
26103         PR debug/48023
26104         * config/arm/arm.c (create_fix_barrier): Do not emit a minipool
26105         between a call and its CALL_ARG_LOCATION note.
26107 2011-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
26109         PR debug/48178
26110         * config/sh/sh.c (find_barrier): Don't emit a constant pool
26111         between a call and its corresponding CALL_ARG_LOCATION note.
26113 2011-03-19  Anatoly Sokolov  <aesok@post.ru>
26115         * cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range
26116         instead of loop. Use HARD_REGISTER_NUM_P predicate.
26117         * haifa-sched.c (setup_ref_regs): Ditto.
26118         * caller-save.c (add_used_regs_1): Ditto.
26119         * dse.c (look_for_hardregs): Ditto.
26120         * df-problems.c (df_simulate_one_insn_forwards): Ditto.
26121         * sched-rgn.c (check_live_1): Ditto.
26123 2011-03-18  Joseph Myers  <joseph@codesourcery.com>
26125         * c-decl.c (diagnose_mismatched_decls): Give an error for
26126         redefining a typedef with variably modified type.
26128 2011-03-18  Joseph Myers  <joseph@codesourcery.com>
26130         * c-decl.c (grokfield): Don't allow typedefs for structures or
26131         unions with no tag by default.
26132         * doc/extend.texi (Unnamed Fields): Update.
26134 2011-03-18  Uros Bizjak  <ubizjak@gmail.com>
26136         * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
26137         Rewrite using indirect functions.
26138         (lwp_slwpcb): Ditto.
26139         * config/i386/sse.md (avx_vextractf128<mode>): Ditto.
26140         (avx_vinsertf128<mode>): Ditto.
26142 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26144         * config/s390/s390.c (s390_delegitimize_address): Handle GOTOFF
26145         unspecs.
26147 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26149         * config/s390/s390.c (s390_chunkify_start): Prevent literal pool
26150         splitting between a call and its corresponding CALL_ARG_LOCATION note.
26152 2011-03-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
26154         PR rtl-optimization/48170
26155         * gcse.c (hoist_code): Remove bogus asserts.
26157 2011-03-18  Georg-Johann Lay  <avr@gjlay.de>
26159         * ira-color.c (assign_hard_reg): Honor LOCAL_REGNO in cost
26160         computation for prologue/epilogue.
26162 2011-03-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26164         * Makefile.in (check-consistency): Remove.
26166 2011-03-18  Jakub Jelinek  <jakub@redhat.com>
26168         PR debug/48176
26169         * dwarf2out.c (dwarf2out_finish): Call output_aranges even when
26170         arange_table_in_use is 0, but either text_section_used or
26171         cold_text_section_used is true.  Don't call it if
26172         !info_section_emitted.
26174 2011-03-18  Anatoly Sokolov  <aesok@post.ru>
26176         * config/avr/avr.h (RET_REGISTER, LIBCALL_VALUE,
26177         FUNCTION_VALUE_REGNO_P): Remove.
26178         * config/avr/avr-protos.h (avr_ret_register, avr_libcall_value):
26179         Remove.
26180         * config/avr/avr.c (avr_ret_register): Make static inline.
26181         (avr_function_value_regno_p): New function.
26182         (avr_libcall_value): Make static. Add 'func' argument.
26183         (avr_function_value): Make static. Rename 'func' argument to
26184         'fn_decl_or_type', forward it to avr_libcall_value. Call
26185         avr_ret_register function instead of RET_REGISTER macro.
26186         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
26188 2011-03-18  Jason Merrill  <jason@redhat.com>
26190         PR c++/23372
26191         * gimplify.c (gimplify_arg): Strip redundant TARGET_EXPR.
26193 2011-03-18  Richard Guenther  <rguenther@suse.de>
26195         * doc/install.texi (--enable-gold): Remove.
26196         (--with-plugin-ld): Document.
26197         * doc/invoke.texi (-fuse-linker-plugin): Clarify.
26199 2011-03-18  Andrew Pinski  <pinskia@gmail.com>
26201         PR middle-end/47790
26202         * expr.c (optimize_bitfield_assignment_op): Revamp to work
26203         again after expansion changes.
26205 2011-03-18  Chung-Lin Tang  <cltang@codesourcery.com>
26207         * combine.c (try_combine): Do simplification only call of
26208         subst() on i2 even when i1 is present. Update comments.
26210 2011-03-18  Kaz Kojima  <kkojima@gcc.gnu.org>
26212         * config/sh/sh.c (sh_delegitimize_address): Handle UNSPEC_SYMOFF
26213         and UNSPEC_PCREL_SYMOFF.
26215 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26217         * config/s390/s390.md: Use define_c_enum for the unspec constant
26218         definitions.
26220 2011-03-18  Richard Henderson  <rth@redhat.com>
26221             Jakub Jelinek  <jakub@redhat.com>
26223         PR bootstrap/48161
26224         * expr.c (expand_expr_addr_expr_1): Use simplify_gen_binary
26225         instead of gen_rtx_PLUS if EXPAND_SUM or EXPAND_INITIALIZER.
26227 2011-03-17  Anatoly Sokolov  <aesok@post.ru>
26229         * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
26230         * config/v850/v850-protos.h (v850_output_addr_const_extra): Remove.
26231         * config/v850/v850.c (v850_output_addr_const_extra): Make static.
26232         Change return type to bool.
26233         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
26235 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
26237         PR debug/48163
26238         * var-tracking.c (prepare_call_arguments): If CALL target
26239         is a non-SYMBOL_REF CONSTANT_P, just add that into the list as
26240         pc instead of looking it up using cselib_lookup and use
26241         Pmode for it if x has VOIDmode.
26242         * dwarf2out.c (gen_subprogram_die): If also both first and
26243         second CONCAT arguments are VOIDmode, use mode of CONCAT itself.
26245         PR debug/48163
26246         * function.c (assign_parms): For data.passed_pointer parms
26247         use MEM of data.entry_parm instead of data.entry_parm itself
26248         as DECL_INCOMING_RTL.
26249         * dwarf2out.c (rtl_for_decl_location): Use DECL_INCOMING_RTL
26250         also when passed and declared mode is the same, DECL_RTL
26251         is a MEM with pseudo as address and DECL_INCOMING_RTL is
26252         a MEM too.
26254 2011-03-16  Jeff Law  <law@redhat.com>
26256         PR rtl-optimization/37273
26257         * ira-costs.c (scan_one_insn): Detect constants living in memory and
26258         handle them like argument loads from stack slots.  Do not double
26259         count memory for memory constants and argument loads from stack slots.
26261 2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
26263         PR debug/48160
26264         * var-tracking.c (prepare_call_arguments): Check SUBREG.
26266 2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
26268         PR target/48171
26269         * config/i386/i386.opt: Add Save to -mavx and -mfma.
26271 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
26273         PR bootstrap/48153
26274         * dwarf2out.c (mem_loc_descriptor) <case ENTRY_VALUE>: Return NULL
26275         if dwarf_strict.
26276         (gen_subprogram_die): Don't add call_site DIEs if dwarf_strict.
26277         Clear call_arg_locations and call_arg_loc_last always.
26279         PR middle-end/48152
26280         * var-tracking.c (prepare_call_arguments): If argument needs to be
26281         passed by reference, adjust argtype and mode.
26283 2011-03-17  Richard Guenther  <rguenther@suse.de>
26285         PR middle-end/48134
26286         * tree-ssa.c (insert_debug_temp_for_var_def): If we propagated
26287         a value make sure to fold the statement.
26289 2011-03-17  Chung-Lin Tang  <cltang@codesourcery.com>
26291         PR target/43872
26292         * config/arm/arm.c (arm_get_frame_offsets): Adjust early
26293         return condition with !cfun->calls_alloca.
26295 2011-03-17  Richard Guenther  <rguenther@suse.de>
26297         PR bootstrap/48148
26298         * lto-cgraph.c (input_overwrite_node): Clear the abstract
26299         origin for decls in other ltrans units.
26300         (input_varpool_node): Likewise.
26302 2011-03-17  Richard Guenther  <rguenther@suse.de>
26304         PR middle-end/48165
26305         * tree-object-size.c (compute_object_offset): Properly return
26306         the offset operand of MEM_REFs as sizetype.
26308 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
26310         PR rtl-optimization/48141
26311         * params.def (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES): New.
26312         * dse.c: Include params.h.
26313         (active_local_stores_len): New variable.
26314         (add_wild_read, dse_step1): Clear it when setting active_local_stores
26315         to NULL.
26316         (record_store, check_mem_read_rtx): Decrease it when removing
26317         from the chain.
26318         (scan_insn): Likewise.  Increase it when adding to chain, if it
26319         reaches PARAM_MAX_DSE_ACTIVE_LOCAL_STORES limit, set to 1 and
26320         set active_local_stores to NULL before the addition.
26321         * Makefile.in (dse.o): Depend on $(PARAMS_H).
26323         PR rtl-optimization/48141
26324         * dse.c (record_store): If no positions are needed in an insn
26325         that cannot be deleted, at least unchain it from active_local_stores.
26327 2011-03-16  Dodji Seketeli  <dodji@redhat.com>
26329         PR debug/47510
26330         * dwarf2out.c (strip_naming_typedef): Factorize out of ...
26331         (lookup_type_die_strip_naming_typedef): ... here.
26332         (get_context_die): Use it.
26333         (gen_typedef_die): Add a DW_AT_{,MIPS_}linkage_name attribute to
26334         the anonymous struct named by the naming typedef.
26336 2011-03-16  H.J. Lu  <hongjiu.lu@intel.com>
26338         PR target/48154
26339         * config/i386/i386.c (ix86_builtin_vectorized_function): Check
26340         TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
26342 2011-03-16  Jeff Law  <law@redhat.com>
26344         * tree-vrp.c (identify_jump_threads): Slightly simplify type
26345         check for operands of conditional.  Allow type to be a pointer.
26347 2011-03-16  Richard Guenther  <rguenther@suse.de>
26349         PR tree-optimization/48149
26350         * fold-const.c (fold_binary_loc): Fold
26351         COMPLEX_EXPR <REALPART_EXPR <x>, IMAGPART_EXPR <x>>.
26353 2011-03-16  Richard Guenther  <rguenther@suse.de>
26355         PR tree-optimization/26134
26356         * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle rewriting
26357         complex part accesses to REALPART_EXPR and IMAGPART_EXPR.
26358         (non_rewritable_mem_ref_base): Handle complex type component
26359         accesses, constrain offsets for vector and complex extracts
26360         more properly.
26362 2011-03-16  Richard Guenther  <rguenther@suse.de>
26364         PR tree-optimization/48146
26365         * tree-ssa-sink.c (sink_code_in_bb): Manually update virtual
26366         operands avoiding the need for renaming.
26368 2011-03-16  Richard Guenther  <rguenther@suse.de>
26370         * gimple-fold.c (maybe_fold_reference): Open-code relevant
26371         constant folding.  Move MEM_REF canonicalization first.
26372         Rely on fold_const_aggregate_ref for initializer folding.
26373         * tree-ssa-ccp.c (ccp_fold): Handle constant vector extracts.
26375 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
26377         PR middle-end/48136
26378         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
26379         arg0/arg1 or their arguments are always fold converted to matching
26380         types.
26382         * var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED
26383         to nargs.
26385 2011-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26387         PR lto/46944
26388         * configure.ac (gcc_cv_gld_major_version, gcc_cv_gld_minor):
26389         Handle in-tree gold.
26390         (ld_vers): Extract binutils version for gold.
26391         (gcc_cv_ld_hidden): Handle gold here.
26392         (gcc_cv_lto_plugin): Determine level of linker plugin support.
26393         * configure: Regenerate.
26394         * config.in: Regenerate.
26395         * gcc.c: Only use LTO plugin if HAVE_LTO_PLUGIN > 0, reject
26396         -fuse-linker-plugin otherwise.
26397         (LINK_PLUGIN_SPEC): Define.  Extract from LINK_COMMAND_SPEC.
26398         (LINK_COMMAND_SPEC): Use it.
26399         (main): Only look for LTOPLUGINSONAME if HAVE_LTO_PLUGIN > 0.
26401 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
26403         * emit-rtl.c (try_split): Don't call copy_call_info debug hook.
26404         * calls.c: Remove debug.h include.
26405         (emit_call_1): Don't call virtual_call_token debug hook.
26406         * dwarf2out.c (debug_dcall_section, debug_vcall_section,
26407         dcall_entry, vcall_entry, dcall_table, vcall_table, vcall_insn,
26408         vcall_insn_table, DEBUG_DCALL_SECTION, DEBUG_VCALL_SECTION,
26409         size_of_dcall_table, output_dcall_table, size_of_vcall_table,
26410         output_vcall_table, dwarf2out_direct_call, vcall_insn_table_hash,
26411         vcall_insn_table_eq, store_vcall_insn, lookup_vcall_insn,
26412         dwarf2out_virtual_call_token, dwarf2out_copy_call_info,
26413         dwarf2out_virtual_call): Remove.
26414         (dwarf2_debug_hooks): Remove direct_call, virtual_call_token,
26415         copy_call_info and virtual_call hooks.
26416         (dwarf2out_init): Don't initialize vcall_insn_table,
26417         debug_dcall_section and debug_vcall_section.
26418         (prune_unused_types): Don't mark nodes from dcall_table.
26419         (dwarf2out_finish): Don't output dcall or vcall tables.
26420         * final.c (final_scan_insn): Don't call direct_call or
26421         virtual_call debug hooks.
26422         * debug.h (struct gcc_debug_hooks): Remove direct_call,
26423         virtual_call_token, copy_call_info and virtual_call hooks.
26424         (debug_nothing_uid): Remove prototype.
26425         * sdbout.c (sdb_debug_hooks): Remove direct_call, virtual_call_token,
26426         copy_call_info and virtual_call hooks.
26427         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
26428         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
26429         * debug.c (do_nothing_debug_hooks): Likewise.
26430         (debug_nothing_uid): Remove.
26431         * doc/invoke.texi (-fenable-icf-debug): Remove.
26432         * common.opt (-fenable-icf-debug): Likewise.
26434         * calls.c (emit_call_1): Set MEM_EXPR on call's MEM.
26435         * var-tracking.c (prepare_call_arguments): Use MEM_EXPR on
26436         call's MEM.  Handle functions returning aggregate through a hidden
26437         first pointer.  For virtual calls add clobbered pc to call arguments
26438         chain.
26439         * dwarf2out.c (gen_subprogram_die): Emit
26440         DW_AT_GNU_call_site_target_clobbered if DW_AT_GNU_call_site_target
26441         can't be emitted.
26443         PR debug/45882
26444         * rtl.def (ENTRY_VALUE): Change format from "e" to "0".
26445         * rtl.h (ENTRY_VALUE_EXP): Define.
26446         * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle ENTRY_VALUE.
26447         * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
26448         * print-rtl.c (print_rtx): Likewise.
26449         * gengtype.c (adjust_field_rtx_def): Likewise.
26450         * var-tracking.c (vt_add_function_parameter): Adjust
26451         gen_rtx_ENTRY_VALUE uses, use ENTRY_VALUE_EXP macro.
26452         * dwarf2out.c (mem_loc_descriptor): Use ENTRY_VALUE_EXP macro.
26453         * cfgexpand.c (expand_debug_expr): If a SSA_NAME without
26454         partition is a default definition of a PARM_DECL, use ENTRY_VALUE
26455         of its DECL_INCOMING_RTL if possible, or its DECL_RTL if set.
26457         * final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.
26458         Call var_location debug hook even on CALL_INSNs.
26459         (rest_of_clean_state): Don't print NOTE_INSN_CALL_ARG_LOCATION.
26460         * rtl.def (ENTRY_VALUE): New.
26461         * dwarf2out.c: Include cfglayout.h.
26462         (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
26463         output_loc_operands_raw): Handle DW_OP_GNU_entry_value.
26464         (struct call_arg_loc_node): New type.
26465         (call_arg_locations, call_arg_loc_last, block_map, call_site_count,
26466         tail_call_site_count): New variables.
26467         (dwarf_tag_name): Handle DW_TAG_GNU_call_site and
26468         DW_TAG_GNU_call_site_parameter.
26469         (dwarf_attr_name): Handle DW_AT_GNU_call_site_value,
26470         DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
26471         DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
26472         DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites
26473         and DW_AT_GNU_all_source_call_sites.
26474         (mem_loc_descriptor): Handle ENTRY_VALUE.
26475         (add_src_coords_attributes): Don't add enything if
26476         DECL_SOURCE_LOCATION is UNKNOWN_LOCATION.
26477         (dwarf2out_abstract_function): Save and clear call_arg_location,
26478         call_site_count and tail_call_site_count around dwarf2out_decl call.
26479         (gen_call_site_die): New function.
26480         (gen_subprogram_die): Emit DW_TAG_GNU_call_site DIEs for call sites.
26481         (gen_lexical_block_die, gen_inlined_subroutine_die): Update block_map.
26482         (dwarf2out_function_decl): Clear call_arg_locations,
26483         call_arg_loc_last, set call_site_count and tail_call_site_count
26484         to -1 and free block_map.
26485         (dwarf2out_var_location): Handle NOTE_INSN_CALL_ARG_LOCATION and
26486         CALL_INSNs.  Add NOTE_DURING_CALL_P var location notes even when not
26487         followed by any real instructions.
26488         (dwarf2out_begin_function): Set call_site_count and
26489         tail_call_site_count to 0.
26490         (resolve_addr): If DW_AT_abstract_origin of DW_TAG_GNU_call_site
26491         is dw_val_class_addr, attempt to look it up again, for DECL_EXTERNAL
26492         attempt to force a DIE for it and worst case remove the attribute.
26493         (resolve_one_addr): For TREE_CONSTANT_POOL_ADDRESS_P SYMBOL_REFs
26494         check TREE_ASM_WRITTEN of DECL_INITIAL of the decl instead of
26495         the decl itself.
26496         * var-tracking.c: Include tm_p.h.
26497         (vt_stack_adjustments): For calls call note_register_arguments.
26498         (argument_reg_set): New variable.
26499         (add_stores): For MO_VAL_SET of non-tracked regs from argument_reg_set
26500         ensure the VALUE is resolved.
26501         (call_arguments): New variable.
26502         (prepare_call_arguments): New function.
26503         (add_with_sets): For MO_CALL set u.loc from call_arguments and clear it.
26504         (struct expand_loc_callback_data): Add ignore_cur_loc field.
26505         (vt_expand_loc_callback): If ignore_cur_loc, don't look at cur_loc and
26506         always use the best expression.
26507         (vt_expand_loc): Add ignore_cur_loc argument.
26508         (vt_expand_loc_dummy): Clear ignore_cur_loc field.
26509         (emit_note_insn_var_location): Adjust vt_expand_loc callers.
26510         (emit_notes_in_bb) <case MO_CALL>: Add NOTE_INSN_CALL_ARG_LOCATION
26511         note for all calls.
26512         (vt_add_function_parameter): Use cselib_lookup_from_insn.
26513         If dv is a VALUE, enter into hash table also ENTRY_VALUE for the
26514         argument.  Don't call cselib_preserve_only_values and
26515         cselib_reset_table.
26516         (note_register_arguments): New function.
26517         (vt_initialize): Compute argument_reg_set.  Call
26518         vt_add_function_parameters before processing basic blocks instead of
26519         afterwards.  For calls call prepare_call_arguments before calling
26520         cselib_process_insn.
26521         * print-rtl.c (print_rtx): Handle NOTE_INSN_CALL_ARG_LOCATION.
26522         * Makefile.in (dwarf2out.o): Depend on $(CFGLAYOUT_H).
26523         (var-tracking.o): Depend on $(TM_P_H).
26524         * cfglayout.h (insn_scope): New prototype.
26525         * gengtype.c (adjust_field_rtx_def): Handle NOTE_INSN_CALL_ARG_LOCATION.
26526         * cfglayout.c (insn_scope): No longer static.
26527         * insn-notes.def (CALL_ARG_LOCATION): New.
26528         * calls.c (expand_call, emit_library_call_value_1): Put USEs for
26529         MEM arguments into CALL_INSN_FUNCTION_USAGE unconditionally.
26530         * integrate.c (set_block_origin_self, set_block_abstract_flags): Do
26531         nothing for DECL_EXTERNAL BLOCK_VARS.
26533 2011-03-16  Alan Modra  <amodra@gmail.com>
26535         PR target/45844
26536         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Don't
26537         create invalid offset address for vsx splat insn.
26538         * config/rs6000/predicates.md (splat_input_operand): New.
26539         * config/rs6000/vsx.md (vsx_splat_*): Use it.
26541 2011-03-15  Xinliang David Li  <davidxl@google.com>
26543         PR c/47837
26544         * tree-ssa-uninit.c (pred_chain_length_cmp): New function.
26545         (normalize_preds): New function.
26546         (is_use_properly_guarded): Normalize def predicates.
26548 2011-03-15  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
26550         PR target/46788
26551         * config/arm/arm.md (arm_movtas_ze): Use 'L' instead of 'c'
26552         in the output template.
26554 2011-03-15  Richard Guenther  <rguenther@suse.de>
26556         PR middle-end/47650
26557         * tree-pretty-print.c (dump_function_declaration): Properly
26558         dump unprototyped and varargs function types.
26560 2011-03-15  Richard Guenther  <rguenther@suse.de>
26562         PR tree-optimization/13954
26563         * tree-ssa-sccvn.c (vn_reference_lookup_3): Look through memcpy
26564         and friends.
26566 2011-03-15  Richard Guenther  <rguenther@suse.de>
26568         PR tree-optimization/48037
26569         * tree-ssa.c (maybe_rewrite_mem_ref_base): Rewrite vector
26570         selects into BIT_FIELD_REFs.
26571         (non_rewritable_mem_ref_base): Check if a MEM_REF is a
26572         vector select.
26574 2011-03-15  Jakub Jelinek  <jakub@redhat.com>
26576         PR tree-optimization/48129
26577         * builtins.c (fold_builtin_snprintf): Convert to type of
26578         built_in_decls[BUILT_IN_SNPRINTF] retval instead of
26579         implicit_built_in_decls[BUILT_IN_SNPRINTF] retval.
26581 2011-03-15  Richard Guenther  <rguenther@suse.de>
26583         PR tree-optimization/41490
26584         * tree-ssa-dce.c (propagate_necessity): Handle returns without
26585         value but with VUSE.
26586         * tree-ssa-operands.c (parse_ssa_operands): Add a VUSE on all
26587         return statements.
26588         * tree-ssa-sink.c (statement_sink_location): Fix store sinking.
26589         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Handle virtual PHIs.
26590         * tree-tailcall.c (find_tail_calls): Ignore returns.
26592 2011-03-15  Richard Guenther  <rguenther@suse.de>
26594         PR middle-end/48031
26595         * fold-const.c (fold_indirect_ref_1): Do not create new variable-sized
26596         or variable-indexed array accesses when in gimple form.
26598 2011-03-15  Richard Guenther  <rguenther@suse.de>
26600         * config/i386/i386.c (ix86_emit_swdivsf): Implement more efficiently.
26602 2011-03-15  Alan Modra  <amodra@gmail.com>
26604         PR target/48032
26605         * config/rs6000/rs6000.c (offsettable_ok_by_alignment): Do not
26606         presume symbol_refs without a symbol_ref_decl are suitably
26607         aligned, nor other trees we may see here.  Handle anchor symbols.
26608         (legitimate_constant_pool_address_p): Comment.  Add mode param.
26609         Check cmodel=medium addresses.  Adjust all calls.
26610         (rs6000_emit_move): Don't call offsettable_ok_by_alignment on
26611         creating cmodel=medium optimized access to locals.
26612         * config/rs6000/constraints.md (R): Pass QImode to
26613         legitimate_constant_pool_address_p.
26614         * config/rs6000/predicates.md (input_operand): Pass mode to
26615         legitimate_constant_pool_address_p.
26616         * config/rs6000/rs6000-protos.h (legitimate_constant_pool_address_p):
26617         Update prototype.
26619 2011-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
26621         PR target/48053
26622         * config/rs6000/rs6000.md (movdi split for 32-bit): Don't split up
26623         64-bit constants being loaded into registers other than GPRs such
26624         as loading 0 into a VSX register.
26626 2011-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26628         * config/sol2.c (solaris_assemble_visibility): Remove obsolete URLs.
26630 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
26632         PR middle-end/47917
26633         * builtins.c (fold_builtin_snprintf): New function.
26634         (fold_builtin_3): Call it for BUILT_IN_SNPRINTF.
26635         (fold_builtin_4): Likewise.
26637         PR middle-end/38878
26638         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Add
26639         STRIP_NOPS on arg0 and arg1.  When optimizing X +- C == X
26640         and C - X == X also strip nops from +/-/p+ operand.
26641         When optimizing -X == C, fold C to arg0's type.
26643         PR debug/47946
26644         * dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
26645         emit it as add_AT_int instead of add_AT_unsigned.
26647 2011-03-14  Tom Tromey  <tromey@redhat.com>
26649         * unwind-dw2.c: Include sys/sdt.h if it exists.
26650         (_Unwind_DebugHook): Use STAP_PROBE2.
26651         * config.in, configure: Rebuild.
26652         * configure.ac: Check for sys/sdt.h.
26654 2011-03-14  Uros Bizjak  <ubizjak@gmail.com>
26656         * config/i386/i386.md (ROUND_FLOOR): New constant.
26657         (ROUND_CEIL): Ditto.
26658         (ROUND_TRUNC): Ditto.
26659         (ROUND_MXCSR): Ditto.
26660         (ROUND_NO_EXC): Ditto.
26661         (rint<mode>2): Use new defines instead of numerical constants.
26662         (floor<mode>2): Ditto.
26663         (ceil<mode>2): Ditto.
26664         (btrunc<mode>2): Ditto.
26665         * config/i386/i386-builtin-types.def: Define ROUND function type
26666         aliases.
26667         * config/i386/i386.c (enum ix86_builtins): Add
26668         IX86_BUILTIN_{FLOOR,CEIL,TRUNC,RINT}{PS,PD}{,256} defines.
26669         (struct builtin_description): Add
26670         __builtin_ia32_{floor,ceil,trunc,rint}{pd,ps}{,256} descriptions.
26671         (ix86_expand_sse_round): New static function.
26672         (ix86_expand_args_builtin): Call ix86_expand_sse_round for ROUND
26673         function types.
26674         (ix86_builtin_vectorized_function): Handle
26675         BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
26677 2011-03-14  Tom Tromey  <tromey@redhat.com>
26679         * c-parser.c (c_parser_asm_string_literal): Clear
26680         warn_overlength_strings.
26682 2011-03-14  Tom Tromey  <tromey@redhat.com>
26684         * c-parser.c (disable_extension_diagnostics): Save
26685         warn_overlength_strings.
26686         (restore_extension_diagnostics): Restore warn_overlength_strings.
26688 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
26690         * BASE-VER: Change to 4.7.0.
26692 2011-03-14  Richard Guenther  <rguenther@suse.de>
26694         PR middle-end/48098
26695         * tree.c (build_vector_from_val): Adjust assert to requirements
26696         and reality.
26698 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
26700         PR bootstrap/48102
26701         * graphite-cloog-compat.h (build_cloog_prog): Remove STATE parameter.
26703 2011-03-14  Andreas Tobler  <andreast@fgznet.ch>
26705         * config/rs6000/freebsd.h (RELOCATABLE_NEEDS_FIXUP): Define in
26706         terms of target_flags_explicit. Adjust copyright year.
26708         * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
26709         * config/rs6000/t-freebsd: New file. Add override for
26710         LIB2FUNCS_EXTRA.
26712 2011-03-13  Chris Demetriou  <cgd@google.com>
26714         * doc/invoke.texi (-fdiagnostics-show-option): Replace with...
26715         (-fno-diagnostics-show-option): this, to reflect current default.
26716         (-Werror=): Update text about -fno-diagnostics-show-option.
26718 2011-03-12  Peter Bergner  <bergner@vnet.ibm.com>
26720         PR target/48053
26721         * config/rs6000/predicates.md (easy_vector_constant_add_self,
26722         easy_vector_constant_msb): Do not handle V2DImode and V2DFmode.
26723         * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
26724         mode is not V2DImode or V2DFmode.
26725         (vspltis_constant): Do not handle V2DImode and V2DFmode.
26726         (rs6000_expand_vector_init): Replace copy_to_reg with copy_to_mode_reg.
26727         * config/rs6000/rs6000.md (movdi_internal32): Allow setting VSX
26728         registers to 0.
26729         (movdi_internal64): Likewise.
26731 2011-03-12  Sebastian Pop  <sebastian.pop@amd.com>
26733         PR tree-optimization/47127
26734         * graphite-clast-to-gimple.c (build_cloog_prog): Removed state
26735         parameter.
26736         (set_cloog_options): Same.
26737         (scop_to_clast): Same.
26738         (print_clast_stmt): Do not call cloog_state_malloc and
26739         cloog_state_free.
26740         (print_generated_program): Same.
26741         (gloog): Same.
26742         * graphite-clast-to-gimple.h (cloog_state): Declared.
26743         (scop_to_clast): Adjust declaration.
26744         * graphite.c (cloog_state): Defined here.
26745         (graphite_initialize): Call cloog_state_malloc.
26746         (graphite_finalize): Call cloog_state_free.
26748 2011-03-11  Jason Merrill  <jason@redhat.com>
26750         * attribs.c (lookup_attribute_spec): Take const_tree.
26751         * tree.h: Adjust.
26753 2011-03-11  Joseph Myers  <joseph@codesourcery.com>
26755         * config/sparc/sparc.c (sparc_option_override): Use
26756         PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
26758 2011-03-11  Richard Guenther  <rguenther@suse.de>
26760         PR tree-optimization/48067
26761         * tree-ssa-math-opts.c (convert_mult_to_fma): Verify the
26762         multiplication result will be only used once on the target
26763         stmt.
26765 2011-03-11  Richard Guenther  <rguenther@suse.de>
26767         * doc/invoke.texi (max-inline-insns-single): Adjust default value.
26769 2011-03-11  Richard Guenther  <rguenther@suse.de>
26771         PR lto/48073
26772         * tree.c (find_decls_types_r): Do not walk types only reachable
26773         from IDENTIFIER_NODEs.
26775 2011-03-11  Jakub Jelinek  <jakub@redhat.com>
26777         PR middle-end/48044
26778         * ipa.c (cgraph_remove_unreachable_nodes): Enqueue
26779         all vnode->force_output nodes as needed.
26781 2011-03-11  Jason Merrill  <jason@redhat.com>
26783         PR c++/48069
26784         * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
26785         COMPLETE_OR_UNBOUND_ARRAY_TYPE_P.
26787 2011-03-11  Martin Jambor  <mjambor@suse.cz>
26789         * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of
26790         cgraph_node.
26792 2011-03-11  Jakub Jelinek  <jakub@redhat.com>
26794         PR tree-optimization/48063
26795         * ipa-inline.c (cgraph_decide_inlining): Don't try to
26796         inline functions called once if !tree_can_inline_p (node->callers).
26798 2011-03-11  Chen Liqin  <liqin.gcc@gmail.com>
26800         * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and
26801         extra_objs.
26802         * config/score/score3.c: Delete.
26803         * config/score/score3.h: Delete.
26804         * config/score/mul-div.S: Delete.
26805         * config/score/sfp-machine.h: Add new file.
26806         * config/score/constraints.md: Add new file.
26807         * config/score/t-score-softfp: Add new file.
26808         * config/score/t-score-elf: Remove score3.o, do not generate multilib.
26809         * config/score/score7.c (score7_const_ok_for_letter_p): Delete.
26810         (score7_extra_constraint): Delete.
26811         (score7_option_override): Remove unused code.
26812         * config/score/score.c: Remove score3 and score5 define and code.
26813         * config/score/score.h: Remove score3 and score5 define and code.
26814         * config/score/score.md: Remove score3 template and unusual insn.
26815         * config/score/score.opt: Remove score3 and score5 options.
26817 2011-03-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
26819         * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT
26820         when _HPUX_SOURCE is defined.
26821         (LIB_SPEC): Use -lc instead of -lc_r when -threads is specified.
26823 2011-03-10  Jason Merrill  <jason@redhat.com>
26825         PR c++/48029
26826         * stor-layout.c (layout_type): Don't set structural equality
26827         on arrays of incomplete type.
26828         * tree.c (type_hash_eq): Handle comparing them properly.
26830 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
26832         PR debug/48043
26833         * config/s390/s390.c (s390_delegitimize_address): Make sure the
26834         result mode matches original rtl mode.
26836 2011-03-10  Nick Clifton  <nickc@redhat.com>
26838         * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
26839         (andsi3, andsi3_flags): Fix timings for three operand alternative.
26841 2011-03-09  Jakub Jelinek  <jakub@redhat.com>
26843         PR rtl-optimization/47866
26844         * expr.c (store_field): If MEM_SCALAR_P (target), don't use
26845         MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx)
26846         if target wasn't scalar.
26847         * function.c (assign_stack_temp_for_type): Assert that neither
26848         MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either
26849         MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P
26850         macro.
26851         * rtl.h (MEM_SET_IN_STRUCT_P): Removed.
26853 2011-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26855         * config/s390/s390-protos.h (s390_label_align): New prototype.
26856         * config/s390/s390.c (s390_label_align): New function.
26857         * config/s390/s390.h (LABEL_ALIGN): New target macro definition.
26859 2011-03-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
26861         PR target/47755
26862         * config/rs6000/rs6000.c (easy_altivec_constant): Correctly handle
26863         V2DI/V2DF constants.  Only all 0's or all 1's are easy.
26864         (output_vec_const_move): Ditto.
26866 2011-03-08  Anatoly Sokolov  <aesok@post.ru>
26868         * config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
26869         * config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
26870         * config/mips/mips.c (mips_preferred_reload_class): Make static.
26871         Change 'rclass' argument and result type to reg_class_t.
26872         (TARGET_PREFERRED_RELOAD_CLASS): Define.
26874 2011-03-08  Georg-Johann Lay  <avr@gjlay.de>
26876         * config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
26877         * config/avr/avr.c (TARGET_REGISTER_MOVE_COST)
26878         (TARGET_MEMORY_MOVE_COST): Define.
26879         (avr_register_move_cost, avr_memory_move_cost): New Functions.
26881 2011-03-08  Jakub Jelinek  <jakub@redhat.com>
26883         PR debug/47881
26884         * ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
26885         removed anything.
26887         PR tree-optimization/48022
26888         * fold-const.c (fold_comparison): Don't call fold_overflow_warning
26889         for EQ/NE_EXPR.
26891 2011-03-07  Jakub Jelinek  <jakub@redhat.com>
26893         PR debug/47991
26894         * var-tracking.c (find_use_val): Return NULL for
26895         cui->sets && cui->store_p BLKmode MEMs.
26897 2011-03-07  Anatoly Sokolov  <aesok@post.ru>
26899         * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
26900         Remove.
26901         * config/stormy16/stormy16-protos.h (xstormy16_print_operand,
26902         xstormy16_print_operand_address): Remove.
26903         * config/stormy16/stormy16.c (xstormy16_print_operand,
26904         xstormy16_print_operand_address): Make static.
26905         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
26907 2011-03-07  Pat Haugen  <pthaugen@us.ibm.com>
26909         PR target/47862
26910         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
26911         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
26912         before definition.
26914 2011-03-07  Zdenek Dvorak  <ook@ucw.cz>
26916         PR bootstrap/48000
26917         * cfgloopmanip.c (fix_bb_placements): Return immediately
26918         if FROM is BASE_LOOP's header.
26920 2011-03-07  Paul Wögerer  <paul_woegerer@mentor.com>
26922         * gimplify.c (gimplify_function_tree): Fix building calls
26923         to __builtin_return_address.
26925 2011-03-07  Alan Modra  <amodra@gmail.com>
26927         * config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
26928         * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
26929         * config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
26930         * config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
26931         return_mode args.
26932         * config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
26933         (INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
26934         (INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
26935         (INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
26936         * config/rs6000/rs6000.c
26937         (rs6000_elf_end_indicate_exec_stack): Rename to..
26938         (rs6000_elf_file_end): ..this.  Only call file_end_indicate_exec_stack
26939         for POWERPC_LINUX.  Move code emitting .gnu_attribute to here, from..
26940         (rs6000_file_start): ..here.
26941         (rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
26942         file scope variables.
26943         (call_ABI_of_interest): New function.
26944         (init_cumulative_args): Set above vars when function return value
26945         is a float, vector, or small struct.
26946         (rs6000_function_arg_advance_1): Likewise for function args.
26947         (rs6000_va_start): Set rs6000_passes_float if variable arg function
26948         references float args.
26950 2011-03-07  Mingjie Xing  <mingjie.xing@gmail.com>
26952         * doc/cfg.texi: Remove "See" before @ref.
26953         * doc/invoke.texi: Likewise.
26955 2011-03-05  Jason Merrill  <jason@redhat.com>
26957         * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
26959 2011-03-05  Anthony Green  <green@moxielogic.com>
26961         * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
26963 2011-03-05  Zdenek Dvorak  <ook@ucw.cz>
26965         PR rtl-optimization/47899
26966         * cfgloopmanip.c (fix_bb_placements): Fix first argument
26967         to flow_loop_nested_p when moving the loop upward.
26969 2011-03-05  Richard Earnshaw  <rearnsha@arm.com>
26971         PR target/47719
26972         * arm.md (movhi_insn_arch4):  Accept any immediate constant.
26974 2011-03-05  Jakub Jelinek  <jakub@redhat.com>
26976         PR tree-optimization/47967
26977         * ipa-cp.c (build_const_val): Return NULL instead of creating
26978         VIEW_CONVERT_EXPR for mismatching sizes.
26979         (ipcp_create_replace_map): Return NULL if build_const_val failed.
26980         (ipcp_insert_stage): If ipcp_create_replace_map returns NULL,
26981         give up on versioning.
26983 2011-03-05  Alan Modra  <amodra@gmail.com>
26985         PR target/47986
26986         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
26987         full cmodel medium/large lo_sum + high addresses.
26989 2011-03-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26991         * config/s390/s390.c (s390_decompose_address): Reject non-literal
26992         pool references in UNSPEC_LTREL_OFFSET.
26994 2011-03-04  Jan Hubicka  <jh@suse.cz>
26996         PR lto/47497
26997         * lto-symtab.c (lto_cgraph_replace_node): Do not set thunk.alias.
26998         (lto_symtab_merge_cgraph_nodes_1): Update thunk.alias pointers here.
26999         * cgraph.h (cgraph_same_body_alias, cgraph_add_thunk):
27000         Add node pointers.
27001         * cgraph.c (cgraph_same_body_alias_1, cgraph_same_body_alias,
27002         cgraph_add_thunk): Add node pointers.
27003         * lto-cgraph.c (lto_output_node): Verify that thunks&aliases are
27004         associated to right node.
27005         (input_node): Update use of cgraph_same_body_alias
27006         and cgraph_add_thunk.
27008 2011-03-04  Changpeng Fang  <changpeng.fang@amd.com>
27010         * config/i386/i386.opt (mprefer-avx128): New flag.
27011         * config/i386/i386.c (ix86_preferred_simd_mode): Prefer 128-bit AVX
27012         modes when the flag -mprefer-avx128 is on.
27014 2011-03-04  Richard Sandiford  <richard.sandiford@linaro.org>
27016         * dwarf2out.c (compare_loc_operands): Fix address handling.
27018 2011-03-04  Alan Modra  <amodra@gmail.com>
27020         * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
27022 2011-03-04  Richard Guenther  <rguenther@suse.de>
27024         PR middle-end/47968
27025         * expmed.c (extract_bit_field_1): Prefer vector modes that
27026         vec_extract patterns can handle.
27028 2011-03-04  Richard Guenther  <rguenther@suse.de>
27030         PR middle-end/47975
27031         * optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.
27033 2011-03-04  Richard Henderson  <rth@redhat.com>
27035         * explow.c (emit_stack_save): Remove 'after' parameter.
27036         (emit_stack_restore): Likewise.
27037         * expr.h: Update to match.
27038         * builtins.c, calls.c, stmt.c: Likewise.
27039         * config/alpha/alpha.md, config/avr/avr.md: Likewise.
27040         * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
27041         * function.c (expand_function_end): Insert the emit_stack_save
27042         sequence before parm_birth_insn instead of after.
27044 2011-03-03  Uros Bizjak  <ubizjak@gmail.com>
27046         * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
27047         (ssse3_pmaddubsw128): Ditto.
27048         (ssse3_pmaddubsw): Ditto.
27050 2011-03-03  Steve Ellcey  <sje@cup.hp.com>
27052         * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
27054 2011-03-03  Jakub Jelinek  <jakub@redhat.com>
27056         PR c/47963
27057         * gimplify.c (omp_add_variable): Only call omp_notice_variable
27058         on TYPE_SIZE_UNIT if it is a DECL.
27060         PR debug/47283
27061         * cfgexpand.c (expand_debug_expr) <case MEM_REF>: If MEM_REF
27062         first operand is not is_gimple_mem_ref_addr, try to fold it.
27063         If the operand still isn't is_gimple_mem_ref_addr, clear
27064         MEM_EXPR on op0.
27066 2011-03-03  Richard Guenther  <rguenther@suse.de>
27068         PR middle-end/47283
27069         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
27070         match comment.
27071         (refs_may_alias_p_1): For release branches return true if
27072         we are confused by our input.
27074 2011-03-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27076         * config/s390/s390.c (s390_function_value): Rename to ...
27077         (s390_function_and_libcall_value): ... this.
27078         (s390_function_value): New function.
27079         (s390_libcall_value): New function.
27080         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target hooks.
27081         * config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
27082         target macro definitions.
27083         * config/s390/s390-protos.h (s390_function_value): Remove prototype.
27085 2011-03-02  Joseph Myers  <joseph@codesourcery.com>
27087         * config/i386/freebsd64.h (CC1_SPEC): Define.
27088         * config/i386/linux64.h (CC1_SPEC): Define.
27089         * config/i386/x86-64.h (CC1_SPEC): Don't define.
27091 2011-03-02  Anatoly Sokolov  <aesok@post.ru>
27093         * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
27094         Remove.
27095         * config/stormy16/stormy16.c: Include reload.h.
27096         (xstormy16_memory_move_cost): New function.
27097         (TARGET_MEMORY_MOVE_COST): Define.
27099 2011-03-02  Richard Sandiford  <richard.sandiford@linaro.org>
27101         PR rtl-optimization/47925
27102         * cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
27103         with side effects.  Remove the more-specific check for volatile asms.
27105 2011-03-02  Alan Modra  <amodra@gmail.com>
27107         PR target/47935
27108         * config/rs6000/predicates.md (lwa_operand): Check cmodel medium
27109         toc relative addresses for valid offsets.
27111 2011-03-01  Richard Guenther  <rguenther@suse.de>
27113         PR tree-optimization/47890
27114         * tree-vect-loop.c (get_initial_def_for_induction): Set
27115         related stmt properly.
27117 2011-03-01  Richard Guenther  <rguenther@suse.de>
27119         PR lto/47924
27120         * lto-streamer.c (lto_record_common_node): Also register
27121         the canonical type.
27123 2011-03-01  Richard Guenther  <rguenther@suse.de>
27125         PR lto/46911
27126         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
27127         Do not stream DECL_ABSTRACT_ORIGIN.
27128         (lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
27129         BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
27130         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
27131         Do not stream DECL_ABSTRACT_ORIGIN.
27132         (lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
27133         BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
27135 2011-02-28  Anatoly Sokolov  <aesok@post.ru>
27137         * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
27138         FUNCTION_VALUE_REGNO_P): Remove.
27139         * config/stormy16/stormy16-protos.h (xstormy16_function_value): Remove.
27140         * config/stormy16/stormy16.c (xstormy16_function_value): Make static.
27141         Add 'outgoing' argument.
27142         (xstormy16_libcall_value, xstormy16_function_value_regno_p): New
27143         function.
27144         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
27145         TARGET_FUNCTION_VALUE_REGNO_P): Define.
27147 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
27149         PR debug/28047
27150         * dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
27151         (lookup_filename): Likewise.
27152         * final.c (remap_debug_filename): Use filename_ncmp instead of strncmp.
27154 2011-02-28  Bernd Schmidt  <bernds@codesourcery.com>
27155             Jakub Jelinek  <jakub@redhat.com>
27157         PR middle-end/47893
27158         * rtl.h (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Define.
27159         (assign_stack_local_1): Change last argument type to int.
27160         * function.c (assign_stack_local_1): Replace reduce_alignment_ok
27161         argument with kind.  If bit ASLK_RECORD_PAD is not set in it,
27162         don't record padding space into frame_space_list nor use those areas.
27163         (assign_stack_local): Adjust caller.
27164         (assign_stack_temp_for_type): Call assign_stack_local_1 instead
27165         of assign_stack_local, pass 0 as last argument.
27166         * caller-save.c (setup_save_areas): Adjust assign_stack_local_1
27167         callers.
27169 2011-02-28  Jakub Jelinek  <jakub@redhat.com>
27171         PR debug/47283
27172         * cfgexpand.c (convert_debug_memory_address): Add AS parameter.
27173         Use target address_mode and pointer_mode hooks instead of hardcoded
27174         Pmode and ptr_mode.  Handle some simple cases of extending if
27175         POINTERS_EXTEND_UNSIGNED < 0.
27176         (expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
27177         Call convert_debug_memory_address.
27178         (expand_debug_expr) <case ADDR_EXPR>: Pass as to
27179         convert_debug_memory_address.
27181         PR middle-end/46790
27182         * configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test.
27183         * configure: Regenerated.
27184         * config.in: Regenerated.
27185         * varasm.c (default_function_section): Return NULL
27186         if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name.
27188 2011-02-28  Martin Jambor  <mjambor@suse.cz>
27190         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
27191         the description to match the printed values.
27193 2011-02-28  Richard Guenther  <rguenther@suse.de>
27195         * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
27196         of the copied scope tree.
27198 2011-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27200         * doc/extend.texi (Function Attributes): Avoid deeply (and
27201         wrongly) nested tables.
27203 2011-02-27  Jakub Jelinek  <jakub@redhat.com>
27205         PR middle-end/47903
27206         * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
27207         MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
27208         r isn't op0 nor op1.
27210 2011-02-23  Georg-Johann Lay  <avr@gjlay.de>
27212         * config/avr/avr.md: Remove magic comment for emacs.
27214 2011-02-23  Georg-Johann Lay  <avr@gjlay.de>
27216         PR target/45261
27217         * config/avr/avr.c (avr_option_override): Use error on bad options.
27218         (avr_help): New function.
27219         (TARGET_HELP): Define.
27221 2011-02-22  Georg-Johann Lay  <avr@gjlay.de>
27223         PR target/42240
27224         * config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
27225         (TARGET_CANNOT_MODIFY_JUMPS_P): Define.
27227 2011-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
27229         * doc/invoke.texi (ARC Options): Use CPU instead of cpu.
27230         (ARM Options): Ditto.
27231         (i386 and x86-64 Options): Ditto.
27232         (RX Options): Ditto.
27233         (SPARC Options): Ditto.
27235 2011-02-26  Tijl Coosemans  <tijl@coosemans.org>
27237         * config.gcc (i386-*-freebsd*): Make i486 the default arch on
27238         FreeBSD 6 and later.  Generally use cpu generic.
27240 2011-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
27242         * doc/cpp.texi: Update copyright years.
27244 2011-02-25  Sebastien Bourdeauducq  <sebastien@milkymist.org>
27246         PR target/46898
27247         * config/lm32/lm32.md (ashrsi3): Added needed variable.
27249 2011-02-25  Jon Beniston  <jon@beniston.com>
27251         PR target/46898
27252         * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
27253         * config/lm32/lm32.md (ashlsi3): Remove unused variable.
27254         * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
27255         (lm32_block_move_inline): Add type cast to remove warning.
27256         (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out.
27257         (gen_int_relational): Move declarations to start of function.
27259 2011-02-25  Eric Botcazou  <ebotcazou@adacore.com>
27261         PR tree-optimization/45470
27262         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
27263         can throw internally only.
27264         * tree-vect-stmts.c (vectorizable_call): Likewise.
27266 2011-02-24  Anatoly Sokolov  <aesok@post.ru>
27268         * config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
27269         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
27270         * config/stormy16/stormy16-protos.h
27271         (xstormy16_preferred_reload_class): Remove.
27272         * config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make
27273         static. Change 'rclass' argument and return type to reg_class_t.
27274         (TARGET_PREFERRED_RELOAD_CLASS,
27275         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
27277 2011-02-24  Richard Guenther  <rguenther@suse.de>
27279         * lto-streamer-in.c (input_bb): Do not find referenced vars
27280         in debug statements.
27282 2011-02-23  Jason Merrill  <jason@redhat.com>
27284         * common.opt (fabi-version): Document v5 and v6.
27286 2011-02-23  Richard Guenther  <rguenther@suse.de>
27288         PR tree-optimization/47849
27289         * tree-if-conv.c (main_tree_if_conversion): Free postdom info.
27291 2011-02-23  Jie Zhang  <jie@codesourcery.com>
27293         * opts-common.c (decode_cmdline_option): Print empty string
27294         argument as "" in decoded->orig_option_with_args_text.
27295         * gcc.c (execute): Print empty string argument as ""
27296         in the verbose output.
27297         (do_spec_1): Keep empty string argument.
27299 2011-02-23  Nathan Froyd  <froydnj@codesourcery.com>
27301         * config.gcc: Declare score-* and crx-* obsolete.
27303 2011-02-23  Jie Zhang  <jie@codesourcery.com>
27305         PR rtl-optimization/47763
27306         * web.c (web_main): Ignore naked clobber when replacing register.
27308 2011-02-22  Anatoly Sokolov  <aesok@post.ru>
27310         * config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
27311         Remove.
27313 2011-02-22  Sebastian Pop  <sebastian.pop@amd.com>
27315         PR doc/47848
27316         * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes.
27318 2011-02-22  Mike Stump  <mikestump@comcast.net>
27320         * acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin
27321         assembler.
27322         * configure: Regenerate.
27324 2011-02-21  Chung-Lin Tang  <cltang@codesourcery.com>
27326         PR rtl-optimization/46002
27327         * ira-color.c (update_copy_costs): Change class intersection
27328         test to reg_class_contents[] test of 'hard_regno'.
27330 2011-02-21  Joseph Myers  <joseph@codesourcery.com>
27332         * config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
27333         than Driver option.
27334         * config/hpux11.opt (mt): Likewise.
27335         * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
27336         * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
27337         * config/vax/elf.opt (mno-asm-pic): Likewise.
27338         * config/vms/vms.opt (map, mvms-return-codes): Likewise.
27340 2011-02-21  Mike Stump  <mikestump@comcast.net>
27342         PR target/47822
27343         * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a
27344         tree so we can get save the type.
27345         * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot
27346         for CFString instead of trying to use past the end of the builtins.
27347         * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise.
27348         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise.
27349         * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise.
27350         * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING):
27351         Rename to darwin_builtin_cfstring.
27352         (darwin_init_cfstring_builtins): Return the built type.
27354 2011-02-21  Uros Bizjak  <ubizjak@gmail.com>
27356         PR target/47840
27357         * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32.
27358         (_mm256_insert_epi64): Use _mm_insert_epi64.
27360 2011-02-21  Anatoly Sokolov  <aesok@post.ru>
27362         * config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
27363         * config/stormy16/stormy16-protos.h
27364         (xstormy16_mode_dependent_address_p): Remove.
27365         * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p):
27366         Make static. Change return type to bool. Change argument type to
27367         const_rtx. Remove dead code.
27368         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
27370 2011-02-21  Richard Guenther  <rguenther@suse.de>
27372         PR lto/47820
27373         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
27374         Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
27375         (lto_input_ts_block_tree_pointers): Hook a BLOCK into the
27376         TUs context.
27377         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
27378         Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
27380 2011-02-20  Richard Guenther  <rguenther@suse.de>
27382         PR lto/47822
27383         * tree.c (free_lang_data_in_decl): Clean builtins from
27384         the TU decl BLOCK_VARS.
27386 2011-02-19  Alexandre Oliva  <aoliva@redhat.com>
27388         PR debug/47620
27389         PR debug/47630
27390         * haifa-sched.c (fix_tick_ready): Skip tick computation
27391         for debug insns.
27393 2011-02-19  Richard Guenther  <rguenther@suse.de>
27395         PR lto/47647
27396         * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
27397         Remove lazy BLOCK_VARS streaming.
27398         (lto_input_ts_block_tree_pointers): Likewise.
27399         * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
27401 2011-02-19  Joseph Myers  <joseph@codesourcery.com>
27403         * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
27405 2011-02-19  Joseph Myers  <joseph@codesourcery.com>
27407         * config/i386/biarch32.h, config/i386/mach.h,
27408         config/rs6000/aix.opt, config/sh/superh64.h: Remove.
27410 2011-02-19  Jakub Jelinek  <jakub@redhat.com>
27412         PR target/47800
27413         * config/i386/i386.md (peephole2 for shift and plus): Use
27414         operands[1] original mode in the first insn.
27416 2011-02-18  Mike Stump  <mikestump@comcast.net>
27418         * config/t-darwin (TM_H): Add dependency on darwin-sections.def.
27420 2011-02-18  Jan Hubicka  <jh@suse.cz>
27422         PR middle-end/47788
27423         * ipa-inline.c (compute_inline_parameters): Set disregard_inline_limits
27424         to zero when the function is not inlinable at all.
27426 2011-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
27428         * config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
27429         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
27430         pthread_mutex_unlock, pthread_once): Reinstate pthread stubs.
27431         * config/pa/t-pa-hpux11: Add rules to build pthread stubs.
27432         * config/pa/t-pa64: Likewise.
27433         * config/pa/pa-hpux11.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
27435 2011-02-18  Jakub Jelinek  <jakub@redhat.com>
27437         PR driver/47787
27438         * gcc.c (default_compilers): Clear combinable field for "@cpp-output".
27440 2011-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
27442         PR target/47792
27443         * gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
27445 2011-02-18  Anatoly Sokolov  <aesok@post.ru>
27447         * config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
27448         RTX_OK_FOR_BASE_P, RTX_OK_FOR_OFFSET_P, LEGITIMATE_OFFSET_ADDRESS_P,
27449         LEGITIMATE_LO_SUM_ADDRESS_P, LOAD_POSTINC_P, STORE_PREINC_PREDEC_P,
27450         GO_IF_LEGITIMATE_ADDRESS): Remove macros.
27451         * config/m32r/m32r.c (TARGET_LEGITIMATE_ADDRESS_P): Define.
27452         (m32r_rtx_ok_for_base_p, m32r_rtx_ok_for_offset_p,
27453         m32r_legitimate_offset_addres_p, m32r_legitimate_lo_sum_addres_p,
27454         m32r_load_postinc_p, m32r_store_preinc_predec_p,
27455         m32r_legitimate_address_p): New functions.
27456         * config/m32r/constraints.md (constraint "S"): Don't use
27457         STORE_PREINC_PREDEC_P.
27458         (constraint "U"): Don't use LOAD_POSTINC_P.
27460 2011-02-18  Chung-Lin Tang  <cltang@codesourcery.com>
27462         PR rtl-optimization/46178
27463         * ira.c (setup_hard_regno_class): Use ira_class_translate[] to
27464         compute ira_hard_regno_cover_class[].
27466 2011-02-18  Richard Guenther  <rguenther@suse.de>
27468         PR lto/47798
27469         * lto-streamer.h (lto_global_var_decls): Declare.
27470         * lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
27471         statics for global var processing.
27473 2011-02-18  Richard Guenther  <rguenther@suse.de>
27475         PR tree-optimization/47737
27476         * tree-ssa-loop-im.c (extract_true_false_args_from_phi): Fix
27477         edge dominance check.
27479 2011-02-18  Jakub Jelinek  <jakub@redhat.com>
27481         PR debug/47780
27482         * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Call copy_rtx to
27483         avoid invalid rtx sharing.
27485 2011-02-18  Gerald Pfeifer  <gerald@pfeifer.com>
27487         * doc/cpp.texi (Obsolete Features): Add background on the
27488         origin of assertions.
27490 2011-02-17  Iain Sandoe  <iains@gcc.gnu.org>
27492         * config/darwin-c.c (darwin_cpp_builtins): Define __OBJC2__ for
27493         objc_abi == 2.
27494         * config/darwin.c (output_objc_section_asm_op): Added support for
27495         ABI v1 and v2.
27496         (is_objc_metadata): New.
27497         (darwin_objc2_section): New.
27498         (darwin_objc1_section): New.
27499         (machopic_select_section): Added support for ABI v1 and v2.
27500         (darwin_emit_objc_zeroed): New.
27501         (darwin_output_aligned_bss): Detect objc metadata and treat it
27502         appropriately.
27503         (darwin_asm_output_aligned_decl_common): Same.
27504         (darwin_asm_output_aligned_decl_local): Same.
27505         * config/darwin-sections.def: Updated for ABI v1 and v2.
27506         * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): When
27507         compiling Objective-C code for the NeXT runtime, default to using
27508         ABI version 0 for 32-bit, and version 2 for 64-bit.
27510 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
27512         * common.opt (optimize_fast): New Variable.
27513         * opts.c (default_options_optimization): Use opts->x_optimize_fast
27514         instead of local variable ofast.
27516 2011-02-17  Nicola Pero  <nicola.pero@meta-innovation.com>
27518         * doc/invoke.texi (fobjc-abi-version): Documented.
27519         (fobjc-nilcheck): Documented.
27520         (fno-nil-receiver): Updated documentation to refer to the NeXT ABI
27521         version.
27523 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
27525         PR driver/47390
27526         * common.opt (export-dynamic): New Driver option.
27527         * gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
27529 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
27531         * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
27533 2011-02-17  Alexandre Oliva  <aoliva@redhat.com>
27534             Jan Hubicka  <jh@suse.cz>
27536         PR debug/47106
27537         PR debug/47402
27538         * cfgexpand.c (account_used_vars_for_block): Remove.
27539         (estimated_stack_frame_size): Use referenced vars.
27540         * tree-inline.c (remap_decl): Only mark VAR_DECLs as referenced
27541         that were referenced in the original function.  Test src_fn
27542         rather than cfun.  Drop redundant get_var_ann.
27543         (setup_one_parameter): Drop redundant get_var_ann.
27544         (declare_return_variable): Likewise.
27545         (copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
27546         (copy_arguments_for_versioning): Drop redundant get_var_ann.
27547         * ipa-inline.c (compute_inline_parameters): Do not compute
27548         disregard_inline_limits here.
27549         (compute_inlinable_for_current, pass_inlinable): New.
27550         (pass_inline_parameters): Require PROP_referenced_vars.
27551         * cgraphunit.c (cgraph_process_new_functions): Don't run
27552         compute_inline_parameters explicitly unless function is in SSA form.
27553         (cgraph_analyze_function): Set .disregard_inline_limits.
27554         * tree-sra.c (convert_callers): Compute inliner parameters
27555         only for functions already in SSA form.
27557 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
27559         * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
27560         -mlittle-endian-data.
27562 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
27564         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
27565         -mno-fpu, not -fpu and -no-fpu.
27566         * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): Likewise.
27567         * config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Likewise.
27569 2011-02-17  Uros Bizjak  <ubizjak@gmail.com>
27571         PR target/43653
27572         * config/i386/i386.c (ix86_secondary_reload): Handle SSE
27573         input reload with PLUS RTX.
27575 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
27577         * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
27578         of InverseVar(MDMX).
27580 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
27582         * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
27583         --m4-340.
27585 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
27587         * config/mn10300/mn10300.opt (mno-crt0): New.
27589 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
27591         * config/m68k/uclinux.opt (static-libc): New Driver option.
27593 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
27595         * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
27597 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
27599         * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
27600         %{muser-extend-enabled}.
27602 2011-02-16  Richard Guenther  <rguenther@suse.de>
27604         PR tree-optimization/47738
27605         * tree-ssa-loop.c (run_tree_predictive_commoning): Return
27606         the TODO from tree_predictive_commoning.
27608 2011-02-15  Jeff Law  <law@redhat.com>
27610         Revert
27611         2011-01-25  Jeff Law  <law@redhat.com>
27613         PR rtl-optimization/37273
27614         * ira-costs.c (scan_one_insn): Detect constants living in memory and
27615         handle them like argument loads from stack slots.  Do not double
27616         count memory for memory constants and argument loads from stack slots.
27618 2011-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
27620         PR target/47755
27621         * config/rs6000/predicates.md (easy_vector_constant): Allow V2DI
27622         mode for vector constants.  Remove code that checks for TImode.
27624 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
27626         PR debug/47106
27627         PR debug/47402
27628         * cgraph.h (compute_inline_parameters): Return void.
27629         * ipa-inline.c (compute_inline_parameters): Adjust.
27631 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
27633         PR debug/47106
27634         PR debug/47402
27635         * tree-inline.h (estimated_stack_frame_size): Take cgraph node
27636         rather than decl.
27637         * cfgexpand.c (estimated_stack_frame_size): Likewise.
27638         * ipa-inline.c (compute_inline_parameters): Adjust.
27640 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
27642         PR debug/47106
27643         PR debug/47402
27644         * tree-flow.h (FOR_EACH_REFERENCED_VAR): Add FN argument.
27645         Adjust all users.  Pass FN to...
27646         * tree-flow-inline.h (first_referenced_var): ... this.  Add
27647         fn argument.
27648         * ipa-struct-reorg.c: Adjust.
27649         * tree-dfa.c: Adjust.
27650         * tree-into-ssa.c: Adjust.
27651         * tree-sra.c: Adjust.
27652         * tree-ssa-alias.c: Adjust.
27653         * tree-ssa-live.c: Adjust.
27654         * tree-ssa.c: Adjust.
27655         * tree-ssanames.c: Adjust.
27656         * tree-tailcall.c: Adjust.
27658 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
27660         PR debug/47106
27661         PR debug/47402
27662         * tree-flow.h (referenced_var_lookup): Add fn parameter.
27663         Adjust all callers.
27664         * tree-dfa.c (referenced_var_lookup): Use fn instead of cfun.
27665         * tree-flow-inline.h: Adjust.
27666         * gimple-pretty-print.c: Adjust.
27667         * tree-into-ssa.c: Adjust.
27668         * tree-ssa.c: Adjust.
27669         * cfgexpand.c: Adjust.
27671 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
27673         * config/iq2000/i2000.h (REG_CLASS_FROM_LETTER): Delete.
27674         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
27675         (EXTRA_CONSTRAINT): Delete.
27676         * config/iq2000/constraints.md: New file.
27677         * config/iq2000/iq2000.md: Include it.
27678         (define_insn ""): Delete.
27679         (movsi_internal2, movhi_internal2, movqi_internal2): Delete
27680         unsupported constraint letters from patterns.
27681         (call_value, call_value_internal1): Likewise.
27682         (call_value_multiple_internal1): Likewise.
27684 2011-02-15  Nick Clifton  <nickc@redhat.com>
27686         * config/mn10300/mn10300.c: Include tm-constrs.h.
27687         (struct liw_data): New data structure describing an LIW candidate
27688         instruction.
27689         (extract_bundle): Use struct liw_data.  Allow small integer
27690         operands for some instructions.
27691         (check_liw_constraints): Use struct liw_data.  Remove swapped
27692         parameter.  Add comments describing the checks.  Fix bug when
27693         assigning the source of liw1 to the source of liw2.
27694         (liw_candidate): Delete.  Code moved into extract_bundle.
27695         (mn10300_bundle_liw): Use struct liw_data.  Check constraints
27696         before swapping.
27697         * config/mn10300/predicates.md (liw_operand): New predicate.
27698         Allows registers and small integer constants.
27699         * config/mn10300/constraints.md (O): New constraint.  Accetps
27700         integers in the range -8 to +7 inclusive.
27701         * config/mn10300/mn10300.md (movesi_internal): Add an alternative
27702         for moving a small integer into a register.  Give this alternative
27703         LIW attributes.
27704         (addsi3, subsi3, cmpsi, lshrsi3, ashrsi3): Likewise.
27705         (ashlsi3): Likewise, plus give LIW attributes to the alternatives
27706         using the J,K,L and M constraints,
27707         (liw): Remove SI mode on second operands to allow for HI and QI
27708         mode values.
27709         (cmp_liw, liw_cmp): Likewise.  Plus fix order of operands in the
27710         instruction.
27712 2011-02-15  Richard Guenther  <rguenther@suse.de>
27714         PR tree-optimization/47743
27715         * tree-ssa-pre.c (phi_translate_1): If we didn't get a value-number
27716         for a non-type-compatible VN lookup bail out.
27718 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
27720         * config/fr30/constraints.md: New file.
27721         * config/fr30/fr30.md: Include it.
27722         * config/fr30/fr30.h (REG_CLASS_FROM_LETTER): Delete.
27723         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
27724         (EXTRA_CONSTRAINT): Delete.
27726 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
27728         * config/frv/constraints.md: New file.
27729         * config/frv/predicates.md: Include it.
27730         * config/frv/frv.c (reg_class_from_letter): Delete.
27731         (frv_option_override): Don't initialize it.
27732         * config/frv/frv.h (REG_CLASS_FROM_LETTER): Delete.
27733         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K): Delete.
27734         (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Delete.
27735         (CONST_OK_FOR_O, CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
27736         (CONST_DOUBLE_OK_FOR_G, CONST_DOUBLE_OK_FOR_H): Delete.
27737         (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
27738         (EXTRA_CONSTRAINT_FOR_Q, EXTRA_CONSTRAINT_FOR_R): Delete.
27739         (EXTRA_CONSTRAINT_FOR_S, EXTRA_CONSTRAINT_FOR_T): Delete.
27740         (EXTRA_CONSTRAINT_FOR_U, EXTRA_CONSTRAINT): Delete.
27741         (EXTRA_MEMORY_CONSTRAINT, CONSTRAINT_LEN): Delete.
27742         (REG_CLASS_FROM_CONSTRAINT): Delete.
27744 2011-02-15  Jakub Jelinek  <jakub@redhat.com>
27746         PR middle-end/47581
27747         * config/i386/i386.c (ix86_compute_frame_size): Don't align offset
27748         if frame size is 0 in a leaf function.
27750 2011-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27752         PR pch/14940
27753         * config/alpha/host-osf.c: New file.
27754         * config/alpha/x-osf: New file.
27755         * config.host (alpha*-dec-osf*): Use it.
27757 2011-02-14  Anatoly Sokolov  <aesok@post.ru>
27759         * config/rx/rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
27760         * config/rx/rx-protos.h (rx_is_mode_dependent_addr): Remove.
27761         * config/xtensa/xtensa.c (rx_is_mode_dependent_addr): Rename to...
27762         (rx_mode_dependent_address_p): ...this. Make static. Change argument
27763         type to const_rtx.
27764         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
27766 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
27768         * config/stormy16/constraints.md: New file.
27769         * config/stormy16/predicates.md (nonimmediate_nonstack_operand):
27770         Use satisfies_constraint_Q and satisfies_constraint_R.
27771         * config/stormy16/stomry16-protos.h (xstormy16_extra_constraint_p):
27772         Delete.
27773         (xstormy16_legitiamte_address_p): Declare.
27774         * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Delete.
27775         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
27776         (EXTRA_CONSTRAINT): Delete.
27777         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
27778         Un-staticize.
27779         (xstormy16_extra_constraint_p): Delete.
27781 2011-02-14  Eric Botcazou  <ebotcazou@adacore.com>
27783         PR tree-optimization/46494
27784         * loop-unroll.c (split_edge_and_insert): Adjust comment.
27785         * loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info.
27786         (pass_rtl_loop_done): Add TODO_verify_flow.
27787         * fwprop.c (pass_rtl_fwprop): Likewise.
27788         * modulo-sched.c (pass_sms): Likewise.
27789         * tree-ssa-dom.c (pass_dominator): Likewise.
27790         * tree-ssa-loop-ch.c (pass_ch): Likewise.
27791         * tree-ssa-loop.c (pass_complete_unrolli): Likewise.
27792         (pass_tree_loop_done): Likewise.
27793         * tree-ssa-pre.c (execute_pre): Likewise.
27794         * tree-ssa-reassoc.c (pass_reassoc): Likewise.
27795         * tree-ssa-sink.c (pass_sink_code): Likewise.
27796         * tree-vrp.c (pass_vrp): Likewise.
27798 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
27800         * config/v850/constraints.md: New file.
27801         * config/v850/v850.md: Include it.
27802         * config/v850/predicates.md (reg_or_0_operand): Use
27803         satisfies_constraint_G.
27804         (special_symbolref_operand): Use satisfies_constraint_K.
27805         * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p.
27806         (GO_IF_LEGITIMATE_ADDRESS): Likewise.
27807         (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete.
27808         (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
27809         (EXTRA_CONSTRAINT): Delete.
27810         (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint.
27811         (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise.
27812         (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise.
27814 2011-02-14  Anatoly Sokolov  <aesok@post.ru>
27816         PR target/47696
27817         * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
27818         description.
27820 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
27822         * config/mcore/constraints.md: New file.
27823         * config/mcore/mcore.md: Include it.
27824         * config/mcore/mcore.c (reg_class_from_letter): Delete.
27825         * config/mcore/mcore.h (reg_class_from_letter): Delete.
27826         (REG_CLASS_FROM_LETTER): Delete.
27827         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Use
27828         insn_const_int_ok_for_constraint.
27829         (CONST_OK_FOR_K, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
27830         (CONST_OK_FOR_O, CONST_OK_FOR_P): Likewise.
27831         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
27832         (EXTRA_CONSTRAINT): Delete.
27834 2011-02-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27836         PR ada/41929
27837         * config/sparc/sol2-unwind.h: Include <sys/frame.h>, <sys/stack.h>
27838         (IS_SIGHANDLER): Define.
27839         (sparc64_is_sighandler): New function, split off from
27840         sparc64_fallback_frame_state.
27841         (sparc_is_sighandler): New function, split off from
27842         sparc_fallback_frame_state.
27843         (sparc64_fallback_frame_state): Merge with ...
27844         (sparc_fallback_frame_state): ... this into ...
27845         (MD_FALLBACK_FRAME_STATE_FOR): ... this.
27846         Change new_cfa to long.  Remove regs_off, fpu_save_off, fpu_save.
27847         Define nframes, mctx.  Use IS_SIGHANDLER, handler_args, mctx, walk
27848         stack instead of hardcoded offsets.
27850 2011-02-14  Andriy Gapon  <avg@freebsd.org>
27852         PR target/45808
27853         * config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.
27855 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27857         * configure: Regenerate.
27859 2011-02-12  Joseph Myers  <joseph@codesourcery.com>
27861         PR driver/45731
27862         * gcc.c (asm_options): Correct spec matching --target-help.
27864 2011-02-12  Martin Jambor  <mjambor@suse.cz>
27866         * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
27867         to gimple call error.
27869 2011-02-12  Mike Stump  <mikestump@comcast.net>
27871         * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
27872         comments in backslash regions.
27874 2011-02-12  Mike Stump  <mikestump@comcast.net>
27875             Jakub Jelinek  <jakub@redhat.com>
27876             Iain Sandoe  <iains@gcc.gnu.org>
27878         PR target/47324
27879         * dwarf2out.c (output_cfa_loc): When required, apply the
27880         DWARF2_FRAME_REG_OUT macro to adjust register numbers.
27881         (output_loc_sequence): Likewise.
27882         (output_loc_operands_raw): Likewise.
27883         (output_loc_sequence_raw): Likewise.
27884         (output_cfa_loc): Likewise.
27885         (output_loc_list): Suppress register number adjustment when
27886         calling output_loc_sequence()
27887         (output_die): Likewise.
27889 2011-02-12  Anatoly Sokolov  <aesok@post.ru>
27891         * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
27892         Remove macros.
27893         * config/xtensa/xtensa.c (xtensa_register_move_cost,
27894         xtensa_memory_move_cost): New functions.
27895         (TARGET_REGISTER_MOVE_COST, TARGET_REGISTER_MOVE_COST): Define.
27897 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
27899         PR lto/47225
27900         * configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
27901         in the current directory.
27902         * configure: Rebuilt.
27904 2011-02-12  Iain Sandoe  <iains@gcc.gnu.org>
27906         * config/darwin.c (darwin_override_options): Add a hunk missed
27907         from the commit of r168571.  Trim comment line lengths and
27908         correct indents of the preceding block.
27910 2011-02-12  Iain Sandoe  <iains@gcc.gnu.org>
27912         * gcc.c (driver_handle_option): Concatenate the argument to -F with
27913         the switch.
27915 2011-02-11  Joseph Myers  <joseph@codesourcery.com>
27917         * common.opt (nostartfiles): New Driver option.
27919 2011-02-11  Xinliang David Li  <davidxl@google.com>
27921         PR tree-optimization/47707
27922         * tree-chrec.c (convert_affine_scev): Keep type precision.
27924 2011-02-11  Eric Botcazou  <ebotcazou@adacore.com>
27926         PR tree-optimization/47420
27927         * ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
27929 2011-02-11  Pat Haugen  <pthaugen@us.ibm.com>
27931         PR rtl-optimization/47614
27932         * rtl.h (check_for_inc_dec): Declare.
27933         * dse.c (check_for_inc_dec): Externalize...
27934         * postreload.c (reload_cse_simplify): ...use it before deleting stmt.
27935         (reload_cse_simplify_operands): Don't simplify opnds with side effects.
27937 2011-02-11  Joseph Myers  <joseph@codesourcery.com>
27939         PR driver/47678
27940         * gcc.c (main): Do not compile inputs if there were errors in
27941         option handling.
27942         * opts-common.c (read_cmdline_option): Check for wrong language
27943         after other error checks.
27945 2011-02-11  Nathan Froyd  <froydnj@codesourcery.com>
27947         * cgraph.c: Fix comment typos.
27948         * cgraph.h: Likewise.
27949         * cgraphunit.c: Likewise.
27950         * ipa-cp.c: Likewise.
27951         * ipa-inline.c: Likewise.
27952         * ipa-prop.c: Likewise.
27953         * ipa-pure-const.c: Likewise.
27954         * ipa-ref.c: Likewise.
27955         * ipa-reference.c: Likewise.
27957 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
27959         PR debug/47684
27960         * tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
27962 2011-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27964         PR testsuite/47400
27965         * doc/sourcebuild.texi (Require Support): Document
27966         dg-require-ascii-locale.
27968 2011-02-11  Mingjie Xing  <mingjie.xing@gmail.com>
27970         * doc/lto.texi (Write summary): Fix missing parentheses.
27972 2011-02-10  DJ Delorie  <dj@redhat.com>
27974         * config/m32c/m32c.c (m32c_option_override): Disable
27975         -fcombine-stack-adjustments until flag value tracking and compare
27976         optimization can be rewritten.
27978 2011-02-10  Peter Bergner  <bergner@vnet.ibm.com>
27980         * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
27981         PROCESSOR_POWER7.
27982         (PROCESSOR_DEFAULT64): Likewise.
27984 2011-02-10  Richard Henderson  <rth@redhat.com>
27986         * config/rx/predicates.md (rx_zs_comparison_operator): Revert
27987         change from 2011-02-03.
27988         * config/rx/rx.c (flags_from_code): Likewise.
27989         (rx_print_operand) ['B']: For LT/GE, use lt/ge if overflow flag
27990         is valid, n/pz otherwise.
27991         (rx_select_cc_mode): Return CCmode if Y is not zero.
27993 2011-02-10  Richard Guenther  <rguenther@suse.de>
27995         * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
27997 2011-02-10  Richard Guenther  <rguenther@suse.de>
27999         PR tree-optimization/47677
28000         * tree-vrp.c (vrp_bitmap_equal_p): Fix comparison of empty bitmaps.
28002 2011-02-10  Jakub Jelinek  <jakub@redhat.com>
28004         PR target/47665
28005         * combine.c (make_compound_operation): Only change shifts into
28006         multiplication for SCALAR_INT_MODE_P.
28008 2011-02-10  Jie Zhang  <jie@codesourcery.com>
28010         PR testsuite/47622
28011         Revert
28012         2011-02-05  Jie Zhang  <jie@codesourcery.com>
28013         PR debug/42631
28014         * web.c (entry_register): Don't clobber the number of the
28015         first uninitialized reference in used[].
28017 2011-02-09  Richard Guenther  <rguenther@suse.de>
28019         PR tree-optimization/47664
28020         * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit
28021         all edges again.
28023 2011-02-09  David Edelsohn  <dje.gcc@gmail.com>
28025         PR target/46481
28026         PR target/47032
28027         * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
28028         PROCESSOR_POWER7.
28029         (PROCESSOR_DEFAULT64): Same.
28030         (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
28032 2011-02-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28034         * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
28036 2011-02-09  Martin Jambor  <mjambor@suse.cz>
28038         PR middle-end/45505
28039         * tree-sra.c (struct access): New flags grp_scalar_read and
28040         grp_scalar_write.  Changed description of assignment read and write
28041         flags.
28042         (dump_access): Dump new flags, reorder all of them.
28043         (sort_and_splice_var_accesses): Set the new flag accordingly, use them
28044         to detect multiple scalar reads.
28045         (analyze_access_subtree): Use the new scalar read write flags instead
28046         of the old flags.  Adjusted comments.
28048 2011-02-08  DJ Delorie  <dj@redhat.com>
28050         PR target/47548
28051         * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim
28052         patterns.
28054 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
28056         * config/m68k/uclinux.opt: New.
28057         * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
28059 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
28061         * config/cris/elf.opt (sim): New Driver option.
28063 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
28065         * config/xtensa/elf.opt: New.
28066         * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt.
28068 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
28070         * config/vax/elf.opt: New.
28071         * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt.
28073 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
28075         * config/rs6000/aix64.opt (posix, pthread): New Driver options.
28077 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
28079         * config/gnu-user.opt: New.
28080         * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
28081         *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu,
28082         *-*-uclinux*): Use gnu-user.opt.
28084 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
28086         * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
28087         * config/i386/gnu.h (CPP_SPEC): Likewise.
28089 2011-02-08  Ian Lance Taylor  <iant@google.com>
28091         * common.opt (fcx-limited-range): Add SetByCombined flag.
28092         (ffinite-math-only, fmath-errno, frounding-math): Likewise.
28093         (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
28094         (fassociative-math, freciprocal-math): Likewise.
28095         (funsafe-math-optimizations): Likewise.
28096         * opth-gen.awk: Handle SetByCombined.
28097         * optc-gen.awk: Likewise.
28098         * opts.c (set_fast_math_flags): Don't override flag if set by frontend.
28099         (set_unsafe_math_optimizations_flags): Likewise.
28100         * doc/options.texi (Option properties): Document SetByCombined.
28102 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
28104         * config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*,
28105         i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe,
28106         m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*,
28107         m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*,
28108         sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete.
28110 2011-02-08  Sebastian Pop  <sebastian.pop@amd.com>
28112         PR tree-optimization/46834
28113         PR tree-optimization/46994
28114         PR tree-optimization/46995
28115         * graphite-sese-to-poly.c (used_outside_reduction): New.
28116         (detect_commutative_reduction): Call used_outside_reduction.
28117         (rewrite_commutative_reductions_out_of_ssa_close_phi): Call
28118         translate_scalar_reduction_to_array only when at least one
28119         loop-phi/close-phi tuple has been detected.
28121 2011-02-08  Richard Guenther  <rguenther@suse.de>
28123         PR middle-end/47639
28124         * tree-vect-generic.c (expand_vector_operations_1): Update
28125         stmts here ...
28126         (expand_vector_operations): ... not here.  Cleanup EH info
28127         and the CFG if required.
28129 2011-02-08  Richard Guenther  <rguenther@suse.de>
28131         PR tree-optimization/47641
28132         * tree-ssa.c (execute_update_addresses_taken): For asm outputs
28133         require type compatibility.
28135 2011-02-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28137         * gimple-low.c (lower_function_body): Don't remove the location of
28138         the return statement here.
28139         (lower_gimple_return): Do it here instead but only if the return
28140         statement is actually used twice.
28142 2011-02-08  Richard Guenther  <rguenther@suse.de>
28144         PR tree-optimization/47632
28145         * tree-ssa-forwprop.c (remove_prop_source_from_use): Remove
28146         unused up_to_stmt parameter, return whether cfg-cleanup is
28147         necessary, remove EH info properly.
28148         (forward_propagate_into_gimple_cond): Adjust caller.
28149         (forward_propagate_into_cond): Likewise.
28150         (forward_propagate_comparison): Likewise.
28151         (tree_ssa_forward_propagate_single_use_vars): Make
28152         forward_propagate_comparison case similar to the two others.
28154 2011-02-08  Nick Clifton  <nickc@redhat.com>
28156         * config/mn10300/mn10300.opt (mliw): New command line option.
28157         * config/mn10300/mn10300.md (UNSPEC_LIW): New unspec.
28158         (liw_bundling): New automaton.
28159         (liw): New attribute.
28160         (liw_op): New attribute.
28161         (liw_op1, liw_op2, liw_both, liw_either): New reservations.
28162         (movsi_internal): Add LIW attributes.
28163         (andsi3): Likewise.
28164         (iorsi3): Likewise.
28165         (xorsi3): Likewise.
28166         (addsi3): Separate register and immediate alternatives.
28167         Add LIW attributes.
28168         (subsi3): Likewise.
28169         (cmpsi): Likewise.
28170         (aslsi3): Likewise.
28171         (lshrsi3): Likewise.
28172         (ashrsi3): Likewise.
28173         (liw): New pattern.
28174         * config/mn10300/mn10300.c (liw_op_names): New
28175         (mn10300_print_operand): Handle 'W' operand descriptor.
28176         (extract_bundle): New function.
28177         (check_liw_constraints): New function.
28178         (liw_candidate): New function.
28179         (mn10300_bundle_liw): New function.
28180         (mn10300_reorg): New function.
28181         (TARGET_MACHINE_DEPENDENT_REORG): Define.
28182         (TARGET_DEFAULT_TARGET_FLAGS): Add MASK_ALLOW_LIW.
28183         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Define
28184         __LIW__ or __NO_LIW__.
28185         * doc/invoke.texi: Describe the -mliw command line option.
28187 2011-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
28189         * config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
28190         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
28191         pthread_mutex_unlock): Remove.
28192         * config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
28193         * config/pa/t-pa64: Likewise.
28194         * config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
28195         shared libc if not linking against libpthread.
28196         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
28198 2011-02-07  Iain Sandoe  <iains@gcc.gnu.org>
28200         PR target/47558
28201         * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first
28202         on 10.6 and later to ensure that we always use the unwinder from
28203         the system.  Only add -no_compact_unwind when tarteting darwin
28204         10.6 or later.
28206 2011-02-07  Steve Ellcey  <sje@cup.hp.com>
28208         PR target/46997
28209         * vect.md (vec_interleave_highv2sf): Change fmix for TARGET_BIG_ENDIAN.
28210         (vec_interleave_lowv2sf): Ditto.
28211         (vec_extract_evenv2sf): Add TARGET_BIG_ENDIAN check.
28212         (vec_extract_oddv2sf): Ditto.
28214 2011-02-07  Mike Stump  <mikestump@comcast.net>
28216         PR target/42333
28217         Add __ieee_divdc3 entry point.
28218         * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
28219         entry point.
28220         (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins.
28221         * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise.
28222         * config/darwin.c (darwin_rename_builtins): Add.
28223         * config/darwin-protos.h (darwin_rename_builtins): Add.
28225 2011-02-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
28227         PR target/47636
28228         * config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
28229         for the condition.
28231 2011-02-07  Mike Stump  <mikestump@comcast.net>
28233         * config/darwin.opt (mmacosx-version-min): Update default OS version.
28235 2011-02-07  Denis Chertykov  <chertykov@gmail.com>
28237         PR target/47534
28238         * config/avr/libgcc.S (exit): Move .endfunc
28240 2011-02-07  Richard Guenther  <rguenther@suse.de>
28242         PR tree-optimization/47615
28243         * tree-ssa-sccvn.h (run_scc_vn): Take a vn-walk mode argument.
28244         * tree-ssa-sccvn.c (default_vn_walk_kind): New global.
28245         (run_scc_vn): Initialize it.
28246         (visit_reference_op_load): Use it.
28247         * tree-ssa-pre.c (execute_pre): Use VN_WALK if in PRE.
28249 2011-02-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
28251         * config/spu/spu.c (spu_init_libfuncs): Install SImode and
28252         DImode trapping arithmetic libfuncs.
28254 2011-02-07  Richard Guenther  <rguenther@suse.de>
28256         PR tree-optimization/47621
28257         * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from
28258         two duplicates ...
28259         (execute_update_addresses_taken): ... here.  Make it more
28260         conservative in what we accept.
28262 2011-02-06  Joseph Myers  <joseph@codesourcery.com>
28264         * config/sparc/freebsd.h (ASM_SPEC): Define.
28265         * config/sparc/vxworks.h (ASM_SPEC): Define.
28267 2011-02-06  Joseph Myers  <joseph@codesourcery.com>
28269         * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
28271 2011-02-06  Steven Bosscher  <steven@gcc.gnu.org>
28273         * doc/invoke.texi: Remove reference to compiler internals from
28274         user documentation.
28276         * reg-notes.def: Remove REG_VALUE_PROFILE.
28277         * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE.
28279 2011-02-05  Jakub Jelinek  <jakub@redhat.com>
28281         PR middle-end/47610
28282         * varasm.c (default_section_type_flags): If decl is NULL,
28283         and name is .data.rel.ro or .data.rel.ro.local, set SECTION_RELRO bit.
28285 2011-02-05  Jie Zhang  <jie@codesourcery.com>
28287         PR debug/42631
28288         * web.c (entry_register): Don't clobber the number of the
28289         first uninitialized reference in used[].
28291 2011-02-04  Sebastian Pop  <sebastian.pop@amd.com>
28293         PR tree-optimization/46194
28294         * tree-data-ref.c (analyze_miv_subscript): Remove comment.
28295         (build_classic_dist_vector_1): Do not represent classic distance
28296         vectors when the access functions are variating in different loops.
28298 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
28300         * config/mips/iris6.opt: New.
28301         * config.gcc (mips-sgi-irix6.5*): Use mips/iris6.opt.
28303 2011-02-04  Richard Henderson  <rth@redhat.com>
28304             Steve Ellcey  <sje@cup.hp.com>
28306         PR target/46997
28307         * config/ia64/predicates.md (mux1_brcst_element): New.
28308         * config/ia64/ia64-protos.h (ia64_unpack_assemble): New.
28309         * config/ia64/ia64.c (ia64_unpack_assemble): New.
28310         (ia64_unpack_sign): New.
28311         (ia64_expand_unpack): Rewrite using new routines.
28312         (ia64_expand_widen_sum): Ditto.
28313         (ia64_expand_dot_prod_v8qi): Ditto.
28314         * config/ia64/vect.md (mulv8qi3): Rewrite to use new
28315         routines, add endian check.
28316         (pmpy2_even): Rename from pmpy2_r, add endian check.
28317         (pmpy2_odd): Rename from pmpy2_l, add endian check.
28318         (vec_widen_smult_lo_v4hi): Rewrite using new routines.
28319         (vec_widen_smult_hi_v4hi): Ditto.
28320         (vec_widen_umult_lo_v4hi): Ditto.
28321         (vec_widen_umult_hi_v4hi): Ditto.
28322         (mulv2si3): Change endian checks.
28323         (sdot_prodv4hi): Rewrite with new calls.
28324         (udot_prodv4hi): New.
28325         (vec_pack_ssat_v4hi): Add endian check.
28326         (vec_pack_usat_v4hi): Ditto.
28327         (vec_pack_ssat_v2si): Ditto.
28328         (max1_even): Rename from max1_r, add endian check.
28329         (max1_odd): Rename from max1_l, add endian check.
28330         (*mux1_rev): Format change.
28331         (*mux1_mix): Ditto.
28332         (*mux1_shuf): Ditto.
28333         (*mux1_alt): Ditto.
28334         (*mux1_brcst_v8qi): Use new predicate.
28335         (vec_extract_evenv8qi): Remove endian check.
28336         (vec_extract_oddv8qi): Ditto.
28337         (vec_interleave_lowv4hi): Format change.
28338         (vec_interleave_highv4hi): Ditto.
28339         (mix2_even): Rename from mix2_r, add endian check.
28340         (mix2_odd): Rename from mux2_l, add endian check.
28341         (*mux2): Fix mask setting for TARGET_BIG_ENDIAN.
28342         (vec_extract_evenodd_helper): Format change.
28343         (vec_extract_evenv4hi): Remove endian check.
28344         (vec_extract_oddv4hi): Remove endian check.
28345         (vec_interleave_lowv2si): Format change.
28346         (vec_interleave_highv2si): Format change.
28347         (vec_initv2si): Remove endian check.
28348         (vecinit_v2si): Add endian check.
28349         (reduc_splus_v2sf): Add endian check.
28350         (reduc_smax_v2sf): Ditto.
28351         (reduc_smin_v2sf): Ditto.
28352         (vec_initv2sf): Remove endian check.
28353         (fpack): Add endian check.
28354         (fswap): Add endian check.
28355         (vec_interleave_highv2sf): Add endian check.
28356         (vec_interleave_lowv2sf): Add endian check.
28357         (fmix_lr): Add endian check.
28358         (vec_setv2sf): Format change.
28359         (*vec_extractv2sf_0_be): Use shift to extract operand.
28360         (*vec_extractv2sf_1_be): New.
28361         (vec_pack_trunc_v4hi): Add endian check.
28362         (vec_pack_trunc_v2si): Format change.
28364 2011-02-04  Jakub Jelinek  <jakub@redhat.com>
28366         PR inline-asm/23200
28367         * tree-ssa-ter.c (is_replaceable_p): Add TER argument.  Don't
28368         do bb, locus and block comparison and disallow loads if it is not set.
28369         (stmt_is_replaceable_p): New function.
28370         (process_replaceable, find_replaceable_in_bb): Adjust is_replaceable_p
28371         callers.
28372         * expr.c (expand_expr_real_1) <case SSA_NAME>: If
28373         get_gimple_for_ssa_name try for EXPAND_INITIALIZER harder to use
28374         SSA_NAME_DEF_STMT.
28375         * tree-flow.h (stmt_is_replaceable_p): New prototype.
28377 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
28379         * config/rs6000/xilinx.opt: New.
28380         * config.gcc (powerpc-xilinx-eabi*): Use rs6000/xilinx.opt.
28382 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
28384         * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
28386 2011-02-03  Anatoly Sokolov  <aesok@post.ru>
28388         * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
28389         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
28390         * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class,
28391         secondary_reload_info, xtensa_secondary_reload): Remove.
28392         * config/xtensa/xtensa.c (TARGET_PREFERRED_RELOAD_CLASS,
28393         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
28394         (xtensa_preferred_reload_class): Make static. Change return and
28395         'rclass' argument type to reg_class_t. Remove 'isoutput' argument.
28396         Use CONST_DOUBLE_P predicate.
28397         (xtensa_preferred_output_reload_class): New function.
28398         (xtensa_secondary_reload): Make static.
28400 2011-02-03  Joseph Myers  <joseph@codesourcery.com>
28402         * config/microblaze/microblaze.opt (Zxl-mode-bootstrap,
28403         Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel,
28404         Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options.
28406 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
28408         PR middle-end/31490
28409         * output.h (SECTION_RELRO): Define.
28410         (SECTION_MACH_DEP): Adjust.
28411         (get_variable_section): New prototype.
28412         * varpool.c (varpool_finalize_named_section_flags): New function.
28413         (varpool_assemble_pending_decls): Call it.
28414         * cgraph.h (varpool_finalize_named_section_flags): New prototype.
28415         * cgraphunit.c (cgraph_output_in_order): Call
28416         varpool_finalize_named_section_flags.
28417         * varasm.c (get_section): Allow section flags conflicts between
28418         relro and read-only sections if the section hasn't been declared yet.
28419         Set SECTION_OVERRIDE after diagnosing section type conflict.
28420         (get_variable_section): No longer static.
28421         (default_section_type_flags): Use SECTION_WRITE | SECTION_RELRO for
28422         readonly sections that need relocations.
28423         (decl_readonly_section_1): New function.
28424         (decl_readonly_section): Use it.
28426         Revert:
28427         2010-11-17  Dinar Temirbulatov  <dtemirbulatov@gmail.com>
28428                     Steve Ellcey  <sje@cup.hp.com>
28430         PR middle-end/31490
28431         * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
28432         if section attribute used.
28434 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
28436         * config/darwin.h (SECTION_NO_ANCHOR): Remove.
28437         * config/darwin.c (SECTION_NO_ANCHOR): Define.
28438         (darwin_init_sections): Remove assertion.
28440 2011-02-03  Nick Clifton  <nickc@redhat.com>
28442         * config/rx/predicates.md (rx_zs_comparison_operator): Remove
28443         lt and ge.
28444         * config/rx/rx.md (abssi2_flags): Use CC_ZSmode rather than CC_ZSOmode.
28445         * config/rx/rx.c (rx_print_operand): Use "lt" and "ge" suffixes
28446         instead of "n" and "pz".
28447         (flags_from_code): LT and GE tests need CC_FLAG_O as well as
28448         CC_FLAG_S.
28450 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
28452         PR target/47312
28453         * expr.c (expand_expr_real_2) <case FMA_EXPR>: If target doesn't expand
28454         fma, expand FMA_EXPR as fma{,f,l} call.
28456         PR lto/47274
28457         * lto-streamer-out.c (write_symbol): When writing kind and visibility,
28458         copy them into a unsigned char variable and pass address of it to
28459         lto_output_data_stream.
28461         PR target/47564
28462         * toplev.c (target_reinit): Save and restore *crtl and regno_reg_rtx
28463         around backend_init_target and lang_dependent_init_target calls.
28464         * cgraphunit.c (cgraph_debug_gimple_stmt): New function.
28465         (verify_cgraph_node): Don't call set_cfun here.  Use
28466         cgraph_debug_gimple_stmt instead of debug_gimple_stmt.
28467         Set error_found for incorrectly represented calls to thunks.
28469 2011-02-03  Alexandre Oliva  <aoliva@redhat.com>
28471         PR debug/43092
28472         PR rtl-optimization/43494
28473         * rtl.h (for_each_inc_dec_fn): New type.
28474         (for_each_inc_dec): Declare.
28475         * rtlanal.c (struct for_each_inc_dec_ops): New type.
28476         (for_each_inc_dec_find_inc_dec): New fn.
28477         (for_each_inc_dec_find_mem): New fn.
28478         (for_each_inc_dec): New fn.
28479         * dse.c (struct insn_size): Remove.
28480         (replace_inc_dec, replace_inc_dec_mem): Remove.
28481         (emit_inc_dec_insn_before): New fn.
28482         (check_for_inc_dec): Use it, along with for_each_inc_dec.
28483         (canon_address): Pass mem modes to cselib_lookup.
28484         * cselib.h (cselib_lookup): Add memmode argument.  Adjust callers.
28485         (cselib_lookup_from_insn): Likewise.
28486         (cselib_subst_to_values): Likewise.
28487         * cselib.c (find_slot_memmode): New var.
28488         (cselib_find_slot): New fn.  Use it instead of
28489         htab_find_slot_with_hash everywhere.
28490         (entry_and_rtx_equal_p): Use find_slot_memmode.
28491         (autoinc_split): New fn.
28492         (rtx_equal_for_cselib_p): Rename and implement in terms of...
28493         (rtx_equal_for_cselib_1): ... this.  Take memmode, pass it on.
28494         Deal with autoinc.  Special-case recursion into MEMs.
28495         (cselib_hash_rtx): Likewise.
28496         (cselib_lookup_mem): Infer pmode from address mode.  Distinguish
28497         address and MEM modes.
28498         (cselib_subst_to_values): Add memmode, pass it on.
28499         Deal with autoinc.
28500         (cselib_lookup): Add memmode argument, pass it on.
28501         (cselib_lookup_from_insn): Add memmode.
28502         (cselib_invalidate_rtx): Discard obsolete push_operand handling.
28503         (struct cselib_record_autoinc_data): New.
28504         (cselib_record_autoinc_cb): New fn.
28505         (cselib_record_sets): Use it, along with for_each_inc_dec.  Pass MEM
28506         mode to cselib_lookup.  Reset autoinced REGs here instead of...
28507         (cselib_process_insn): ... here.
28508         * var-tracking.c (replace_expr_with_values, use_type): Pass MEM mode
28509         to cselib_lookup.
28510         (add_uses): Likewise, also to cselib_subst_to_values.
28511         (add_stores): Likewise.
28512         * sched-deps.c (add_insn_mem_dependence): Pass mode to
28513         cselib_subst_to_values.
28514         (sched_analyze_1, sched_analyze_2): Likewise.  Adjusted.
28515         * gcse.c (do_local_cprop): Adjusted.
28516         * postreload.c (reload_cse_simplify_set): Adjusted.
28517         (reload_cse_simplify_operands): Adjusted.
28518         * sel-sched-dump (debug_mem_addr_value): Pass mode.
28520 2011-02-03  Alexandre Oliva  <aoliva@redhat.com>
28522         PR tree-optimization/45122
28523         * tree-ssa-loop-niter.c (number_of_iterations_exit): Don't make
28524         unsafe assumptions when there's more than one loop exit.
28526 2011-02-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
28528         PR target/47272
28529         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
28530         Document using vector double with the load/store builtins, and
28531         that the load/store builtins always use Altivec instructions.
28533         * config/rs6000/vector.md (vector_altivec_load_<mode>): New insns
28534         to use altivec memory instructions, even on VSX.
28535         (vector_altivec_store_<mode>): Ditto.
28537         * config/rs6000/rs6000-protos.h (rs6000_address_for_altivec): New
28538         function.
28540         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
28541         V2DF, V2DI support to load/store overloaded builtins.
28543         * config/rs6000/rs6000-builtin.def (ALTIVEC_BUILTIN_*): Add
28544         altivec load/store builtins for V2DF/V2DI types.
28546         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
28547         set avoid indexed addresses on power6 if -maltivec.
28548         (altivec_expand_ld_builtin): Add V2DF, V2DI support, use
28549         vector_altivec_load/vector_altivec_store builtins.
28550         (altivec_expand_st_builtin): Ditto.
28551         (altivec_expand_builtin): Add VSX memory builtins.
28552         (rs6000_init_builtins): Add V2DI types to internal types.
28553         (altivec_init_builtins): Add support for V2DF/V2DI altivec
28554         load/store builtins.
28555         (rs6000_address_for_altivec): Insure memory address is appropriate
28556         for Altivec.
28558         * config/rs6000/vsx.md (vsx_load_<mode>): New expanders for
28559         vec_vsx_ld and vec_vsx_st.
28560         (vsx_store_<mode>): Ditto.
28562         * config/rs6000/rs6000.h (RS6000_BTI_long_long): New type
28563         variables to hold long long types for VSX vector memory builtins.
28564         (RS6000_BTI_unsigned_long_long): Ditto.
28565         (long_long_integer_type_internal_node): Ditti.
28566         (long_long_unsigned_type_internal_node): Ditti.
28568         * config/rs6000/altivec.md (UNSPEC_LVX): New UNSPEC.
28569         (altivec_lvx_<mode>): Make altivec_lvx use a mode iterator.
28570         (altivec_stvx_<mode>): Make altivec_stvx use a mode iterator.
28572         * config/rs6000/altivec.h (vec_vsx_ld): Define VSX memory builtin
28573         short cuts.
28574         (vec_vsx_st): Ditto.
28576 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
28578         * config/pa/pa-hpux10.opt: New.
28579         * config/hpux11.opt (pthread): New Driver option.
28580         * config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
28581         * config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.
28583 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
28585         * config/ia64/vms.opt: New.
28586         * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
28588 2011-02-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
28590         PR target/47580
28591         * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Use
28592         gpc_reg_operand instead of vsx_register_operand to match rs6000.md
28593         generator functions.
28594         (vsx_floatuns<VSi><mode>2): Ditto.
28595         (vsx_fix_trunc<mode><VSi>2): Ditto.
28596         (vsx_fixuns_trunc<mode><VSi>2): Ditto.
28598 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
28600         * config/i386/djgpp.opt (posix): New Driver option.
28602 2011-02-02  Gerald Pfeifer  <gerald@pfeifer.com>
28604         * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
28605         Move to the unsupported targets list.
28607 2011-02-02  Peter Bergner  <bergner@vnet.ibm.com>
28609         PR rtl-optimization/47525
28610         * df-scan.c: Update copyright years.
28611         (df_get_call_refs): Do not mark global registers as DF_REF_REG_USE
28612         and non-clobber DF_REF_REG_DEF for calls to const and pure functions.
28614 2011-02-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28616         * config/i386/sysv4.h (TARGET_VERSION): Remove.
28617         (SUBTARGET_RETURN_IN_MEMORY): Remove.
28618         (ASM_OUTPUT_ASCII): Remove.
28619         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove #undef.
28621 2011-02-02  Jeff Law  <law@redhat.com>
28623         PR middle-end/47543
28624         * reload.c (find_reloads_address): Handle reg+d address where both
28625         components are invalid by reloading the entire address.
28627 2011-02-02  Sebastian Pop  <sebastian.pop@amd.com>
28628             Richard Guenther  <rguenther@suse.de>
28630         PR tree-optimization/40979
28631         PR bootstrap/47044
28632         * passes.c (init_optimization_passes): After LIM call copy_prop
28633         and DCE to clean up.
28634         * tree-ssa-loop.c (pass_graphite_transforms): Add TODO_dump_func.
28636 2011-02-02  Sebastian Pop  <sebastian.pop@amd.com>
28638         PR tree-optimization/47576
28639         PR tree-optimization/47555
28640         * doc/invoke.texi (scev-max-expr-complexity): Documented.
28641         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
28642         (PARAM_SCEV_MAX_EXPR_COMPLEXITY): Declared.
28643         * tree-scalar-evolution.c (follow_ssa_edge): Use
28644         PARAM_SCEV_MAX_EXPR_COMPLEXITY.
28646 2011-02-02  Richard Guenther  <rguenther@suse.de>
28648         PR tree-optimization/47566
28649         * builtins.c (builtin_save_expr): No SAVE_EXPR for SSA_NAMEs.
28651 2011-02-02  Alexandre Oliva  <aoliva@redhat.com>
28653         PR debug/47106
28654         PR debug/47402
28655         * tree-inline.c (declare_return_variable): Remove unused caller
28656         variable.
28658         PR debug/47106
28659         PR debug/47402
28660         * tree-flow-inline.h (clear_is_used, is_used_p): New.
28661         * cfgexpand.c (account_used_vars_for_block): Use them.
28662         * tree-nrv.c (tree_nrv): Likewise.
28663         * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
28664         (dump_scope_block): Likewise.
28665         (remove_unused_locals): Likewise.
28667         PR debug/47106
28668         PR debug/47402
28669         * tree-inline.c (declare_return_variable): Add result decl to
28670         local decls only once.
28671         * gimple-low.c (record_vars_into): Mark newly-created variables
28672         as referenced.
28674 2011-02-02  Alexandre Oliva  <aoliva@redhat.com>
28676         PR debug/47498
28677         PR debug/47501
28678         PR debug/45136
28679         PR debug/45130
28680         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
28681         debug insns.
28682         (no_real_insns_p, schedule_block, set_priorities): Drop special
28683         treatment of boundary debug insns.
28684         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
28685         * sched-ebb.c (schedule_ebbs): Adjust skipping of debug insns.
28686         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
28687         (BOUNDARY_DEBUG_INSN_P): Likewise.
28688         (SCHEDULE_DEBUG_INSN_P): Likewise.
28689         * sched-rgn.c (init_ready_list): Drop special treatment of
28690         boundary debug insns.
28691         * final.c (rest_of_clean_state): Clear notes' BB.
28693 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
28695         * config/openbsd.opt (assert=): New Driver option.
28697 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
28699         * config/i386/nto.opt: New.
28700         * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt.
28702 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
28704         * config/i386/netware.opt: New.
28705         * config.gcc (i[3456x]86-*-netware*): Use i386/netware.opt.
28707 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
28709         * config/interix.opt (posix): New Driver option.
28711 2011-02-01  DJ Delorie  <dj@redhat.com>
28713         * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
28715         * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
28716         class for A0/A1.
28718 2011-02-01  Sebastian Pop  <sebastian.pop@amd.com>
28720         PR tree-optimization/47561
28721         * toplev.c (process_options): Print the Graphite flags.  Add
28722         flag_loop_flatten to the list of options requiring Graphite.
28724 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
28726         * config/i386/cygming.opt (posix): New Driver option.
28728 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
28730         * config/arm/vxworks.opt: New.
28731         * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
28733 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
28735         * config/alpha/elf.opt: New.
28736         * config.gcc (alpha*-*-linux*, alpha*-*-gnu*, alpha*-*-freebsd*,
28737         alpha*-*-netbsd*, alpha*-*-openbsd*): Use alpha/elf.opt.
28739 2011-02-01  Richard Guenther  <rguenther@suse.de>
28741         PR tree-optimization/47559
28742         * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform
28743         store-motion on references that can throw.
28745 2011-02-01  Bernd Schmidt  <bernds@codesourcery.com>
28747         * tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
28748         * tree-pass.h (TDF_CSELIB): New macro.
28749         * cselib.c (new_cselib_val, expand_loc, cselib_expand_value_rtx_1,
28750         cselib_lookup): Check for it rather than for TDF_DETAILS.
28752 2011-02-01  H.J. Lu  <hongjiu.lu@intel.com>
28754         PR driver/47547
28755         * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
28756         is HOST_BIT_BUCKET.
28758         * opts.c (finish_options): Don't add x_aux_base_name if it is
28759         HOST_BIT_BUCKET.
28761 2011-02-01  Richard Guenther  <rguenther@suse.de>
28763         PR tree-optimization/47555
28764         Revert
28765         2010-07-15  Sebastian Pop  <sebastian.pop@amd.com>
28767         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
28769 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
28771         PR gcc/46692
28772         * config/lm32/t-lm32: Add multilib for all CPU options.
28774 2011-02-01  Richard Guenther  <rguenther@suse.de>
28776         PR tree-optimization/47541
28777         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
28778         sure to have a field at offset zero.
28780 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
28782         * config/arc/arc.opt (EB, EL): New Driver options.
28784 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
28786         * config/alpha/osf5.opt: New.
28787         * config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
28789 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
28791         * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
28793 2011-01-31  Sebastian Pop  <sebastian.pop@amd.com>
28795         * common.opt (ftree-loop-linear): Use Alias to make it an alias of
28796         -floop-interchange.
28797         * invoke.texi (-ftree-loop-linear): Make it clear that this flag
28798         is an alias of -floop-interchange and that it requires the
28799         Graphite infrastructure.
28800         * tree-ssa-loop.c (gate_graphite_transforms): Do not set
28801         flag_loop_interchange based on the value of flag_tree_loop_linear.
28803 2011-01-31  Jakub Jelinek  <jakub@redhat.com>
28804             Richard Guenther  <rguenther@suse.de>
28806         PR tree-optimization/47538
28807         * tree-ssa-ccp.c (bit_value_binop_1): For uns computation use
28808         type instead of r1type, except for comparisons.  For right
28809         shifts and comparisons punt if there are mismatches in
28810         sizetype vs. non-sizetype types.
28812 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28814         * doc/sourcebuild.texi (Effective-Target Keywords): Document
28815         avx_runtime.
28817 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28819         * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
28820         version number.
28821         * configure: Regenerate.
28823 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28825         * configure.ac (gcc_cv_ld_static_option): Define.
28826         (gcc_cv_ld_dynamic_option): Define.
28827         (gcc_cv_ld_static_dynamic): Tru64 UNIX support -noso/-so_archive
28828         instead.
28829         (HAVE_LD_STATIC_DYNAMIC): Update message.
28830         (LD_STATIC_OPTION): Define.
28831         (LD_DYNAMIC_OPTION): Define.
28832         * configure: Regenerate.
28833         * config.in: Regenerate.
28834         * gcc.c (init_spec) [USE_LIBUNWIND_EXCEPTIONS &&
28835         HAVE_LD_STATIC_DYNAMIC]: Use them.
28837 2011-01-31  Nick Clifton  <nickc@redhat.com>
28839         * config/rx/rx.c (rx_get_stack_layout): Only save call clobbered
28840         registers inside interrupt handlers if the handler is not a leaf
28841         function.
28843 2011-01-31  Nick Clifton  <nickc@redhat.com>
28845         * config/mn10300/mn10300.c (mn10300_regno_in_class_p): Check for
28846         reg_renumber returning an INVALID_REGNUM.
28848 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
28850         PR libgcj/44341
28851         * doc/install.texi: Document host options discarded when cross
28852         configuring target libraries.
28854 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
28856         Reverted:
28857         2011-01-25  Alexandre Oliva  <aoliva@redhat.com>
28858         PR debug/45136
28859         PR debug/45130
28860         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
28861         debug insns.
28862         (no_real_insns_p, schedule_block, set_priorities): Drop special
28863         treatment of boundary debug insns.
28864         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
28865         * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
28866         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
28867         (BOUNDARY_DEBUG_INSN_P): Likewise.
28868         (SCHEDULE_DEBUG_INSN_P): Likewise.
28869         * sched-rgn.c (init_ready_list): Drop special treatment of
28870         boundary debug insns.
28871         * final.c (rest_of_clean-state): Clear notes' BB.
28873 2011-01-31  Alan Modra  <amodra@gmail.com>
28875         * config/rs6000/rs6000.c (print_operand): Rearrange addends in
28876         toc relative expressions as we do in print_operand_address.
28878 2011-01-30  Kazu Hirata  <kazu@codesourcery.com>
28880         * doc/extend.texi: Follow spelling conventions.
28881         * doc/invoke.texi: Fix a typo.
28883 2011-01-30  Joseph Myers  <joseph@codesourcery.com>
28885         * config/hpux11.opt: New.
28886         * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*,
28887         ia64*-*-hpux*): Use hpux11.opt.
28889 2011-01-30  Jonathan Yong  <jon_y@users.sourceforge.net>
28891         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
28892         to tmake_file.
28894 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
28896         * doc/install.texi (hppa-hp-hpux10): Remove references to HP
28897         support sites.
28899 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
28901         * doc/install.texi (Binaries): Remove outdated reference for
28902         Motorola 68HC11/68HC12 downloads.
28904 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
28906         * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
28907         Drepper's paper.
28909 2011-01-29  Jonathan Wakely  <jwakely.gcc@gmail.com>
28911         PR bootstrap/47147
28912         * ginclude/stddef.h: Check for _X86_64_ANSI_H_ and _I386_ANSI_H_ as
28913         used by NetBSD.
28915 2011-01-28  Ahmad Sharif  <asharif@google.com>
28917         * value-prof.c (check_counter): Corrected error message.
28919 2011-01-29  Jie Zhang  <jie@codesourcery.com>
28921         * config/arm/arm.c (arm_legitimize_reload_address): New.
28922         * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
28923         arm_legitimize_reload_address.
28924         * config/arm/arm-protos.h (arm_legitimize_reload_address): Declare.
28926 2011-01-28  Ian Lance Taylor  <iant@google.com>
28928         * godump.c (go_define): Ignore macros whose definitions include
28929         two adjacent operands.
28931 2011-01-28  Jakub Jelinek  <jakub@redhat.com>
28933         PR target/42894
28934         * varasm.c (force_const_mem): Store copy of x in desc->constant
28935         instead of x itself.
28936         * expr.c (emit_move_insn): Add a copy of y_cst instead of y_cst
28937         itself into REG_EQUAL note.
28939 2011-01-28  Joseph Myers  <joseph@codesourcery.com>
28941         * config/freebsd.opt (posix, rdynamic): New Driver options.
28943 2011-01-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28945         * configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
28946         -Bstatic/-Bdynamic.
28947         * configure: Regenerate.
28949 2011-01-27  Joseph Myers  <joseph@codesourcery.com>
28951         * config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
28952         * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
28954 2011-01-27  Anatoly Sokolov  <aesok@post.ru>
28956         * config/s390/s390.h (PREFERRED_RELOAD_CLASS): Remove.
28957         * config/s390/s390-protos.h (s390_preferred_reload_class): Remove.
28958         * config/s390/s390.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
28959         (s390_preferred_reload_class): Make static. Change return and
28960         'rclass' argument type to reg_class_t.
28962 2011-01-27  Jan Hubicka  <jh@suse.cz>
28964         PR middle-end/46949
28965         * cgraphunit.c (process_common_attributes): Fix use of remove_attribute.
28966         (process_function_and_variable_attributes): Check defined weakrefs.
28968 2011-01-27  Martin Jambor  <mjambor@suse.cz>
28970         PR tree-optimization/47228
28971         * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
28972         build_ref_for_offset.
28974 2011-01-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
28976         * config/spu/spu-elf.h (ASM_SPEC): Remove.
28978 2011-01-26  Mikael Pettersson  <mikpe@it.uu.se>
28980         PR rtl-optimization/46856
28981         * postreload.c (reload_combine_recognize_const_pattern): Do not
28982         separate cc0 setter and user on cc0 targets.
28984 2011-01-26  Nicola Pero  <nicola.pero@meta-innovation.com>
28986         PR c/43082
28987         * c-typeck.c (c_objc_common_truthvalue_conversion): If we are
28988         passed a VOID_TYPE expression, immediately emit an error and
28989         return error_mark_node.
28991 2011-01-26  Jeff Law  <law@redhat.com>
28993         PR rtl-optimization/47464
28994         * df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
28995         rather than may_trap_p as needed.
28997 2011-01-26  DJ Delorie  <dj@redhat.com>
28999         PR rtl-optimization/46878
29000         * combine.c (insn_a_feeds_b): Check for the implicit cc0
29001         setter/user dependency as well.
29003 2011-01-26  Eric Botcazou  <ebotcazou@adacore.com>
29005         PR rtl-optimization/44469
29006         * cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
29007         after removing trivially dead basic blocks.
29009 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
29011         * config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
29012         * config/frv/frv.h (LINK_SPEC): Likewise.
29013         * config/i386/netware.h (LINK_SPEC): Likewise.
29014         * config/m68k/linux.h (ASM_SPEC): Likewise.
29015         * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
29016         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
29017         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
29018         * config/sparc/linux.h (ASM_SPEC): Likewise.
29019         * config/sparc/linux64.h (ASM_SPEC): Likewise.
29020         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
29022 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
29024         * config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}.
29025         * config/frv/frv.h (ASM_SPEC): Likewise.
29026         * config/m68k/linux.h (ASM_SPEC): Likewise.
29027         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
29028         * config/rs6000/linux64.h (ASM_SPEC): Likewise.
29029         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
29030         * config/sparc/linux.h (ASM_SPEC): Likewise.
29031         * config/sparc/linux64.h (ASM_SPEC): Likewise.
29032         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
29034 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
29036         * config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
29037         * config/frv/frv.h (LINK_SPEC): Likewise.
29038         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
29040 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
29042         * config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
29043         * config/frv/frv.h (ASM_SPEC): Likewise.
29044         * config/i386/sol2-10.h (ASM_SPEC): Likewise.
29045         * config/m68k/linux.h (ASM_SPEC): Likewise.
29046         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
29047         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
29048         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
29049         * config/sol2.h (ASM_SPEC): Remove comment about -Yd,.
29050         * config/sparc/linux.h (ASM_SPEC): Likewise.
29051         * config/sparc/linux64.h (ASM_SPEC): Likewise.
29052         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
29053         * config/sparc/sysv4.h (ASM_SPEC): Remove %{Yd,*}.
29055 2011-01-26  Steve Ellcey  <sje@cup.hp.com>
29057         PR target/46997
29058         * config/ia64/vect.md (mulv2si3): Enable and fix for TARGET_BIG_ENDIAN.
29059         (*mux2): Ditto.
29060         (vec_extract_evenodd_help): Ditto.
29061         (vec_extract_evenv4hi): Ditto.
29062         (vec_extract_oddv4hi): Ditto.
29063         (vec_interleave_lowv2si): Ditto.
29064         (vec_interleave_highv2si): Ditto.
29065         (vec_extract_evenv2si): Ditto.
29066         (vec_extract_oddv2si: Ditto.
29067         (vec_pack_trunc_v2si): Ditto.
29069 2011-01-22  Jan Hubicka  <jh@suse.cz>
29071         PR target/47237
29072         * cgraph.h (cgraph_local_info): New field can_change_signature.
29073         * ipa-cp.c (ipcp_update_callgraph): Only compute args_to_skip if callee
29074         signature can change.
29075         (ipcp_estimate_growth): Call sequence simplify only if calle signature
29076         can change.
29077         (ipcp_insert_stage): Only compute args_to_skip if signature can change.
29078         (cgraph_function_versioning): We can not change signature of functions
29079         that don't allow that.
29080         * lto-cgraph.c (lto_output_node): Stream local.can_change_signature.
29081         (lto_input_node): Likewise.
29082         * ipa-inline.c (compute_inline_parameters): Compute
29083         local.can_change_signature.
29084         * ipa-split.c (visit_bb): Never split away APPLY_ARGS.
29085         * tree-sra.c (ipa_sra_preliminary_function_checks): Give up on
29086         functions that can not change signature.
29087         * i386.c (ix86_function_regparm, ix86_function_sseregparm,
29088         init_cumulative_args): Do not use local calling conventions
29089         for functions that can not change signature.
29091 2011-01-22  Jan Hubicka  <jh@suse.cz>
29093         * doc/invoke.texi (hot-bb-frequency-fraction): Commit forgotten hunk.
29095 2011-01-26  Richard Guenther  <rguenther@suse.de>
29097         PR tree-optimization/47190
29098         * cgraphunit.c (process_common_attributes): New function.
29099         (process_function_and_variable_attributes): Use it.
29101 2011-01-26  Richard Guenther  <rguenther@suse.de>
29103         PR lto/47423
29104         * cgraphbuild.c (record_eh_tables): Record reference to personality
29105         function.
29107 2011-01-26  Alexandre Oliva  <aoliva@redhat.com>
29109         PR debug/45454
29110         * sel-sched.c (moveup_expr): Don't let debug insns prevent
29111         non-debug insns from moving up.
29113 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
29115         PR target/40125
29116         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Select suitable
29117         t-dlldir{,-x} fragment for build and add it to tmake_file.
29118         (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
29119         * Makefile.in (libgcc.mvars): Also export SHLIB_DLLDIR to libgcc.
29120         * config/i386/t-dlldir: New file.
29121         (SHLIB_DLLDIR): Define.
29122         * config/i386/t-dlldir-x: New file.
29123         (SHLIB_DLLDIR): Define.
29124         * config/i386/t-cygming: Error out if SHLIB_DLLDIR is not set.
29125         (SHLIB_INSTALL): Use it.
29127 2011-01-26  Chung-Lin Tang  <cltang@codesourcery.com>
29129         PR target/47246
29130         * config/arm/arm.c (thumb2_legitimate_index_p): Change the
29131         lower bound of the allowed Thumb-2 coprocessor load/store
29132         index range to -256. Add explaining comment.
29134 2011-01-25  Ian Lance Taylor  <iant@google.com>
29136         * godump.c (go_define): Improve lexing of macro expansion to only
29137         accept expressions which match Go spec.
29139 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
29141         PR c++/43601
29142         * tree.c (handle_dll_attribute): Handle it.
29143         * doc/extend.texi (@item dllexport): Mention it.
29144         * doc/invoke.texi (@item -fno-keep-inline-dllexport): Document it.
29146 2011-01-25  Ian Lance Taylor  <iant@google.com>
29148         PR tree-optimization/26854
29149         * c-decl.c (struct c_scope): Add field has_jump_unsafe_decl.
29150         (decl_jump_unsafe): Move higher in file, with no other change.
29151         (bind): Set has_jump_unsafe_decl if appropriate.
29152         (update_label_decls): Test has_jump_unsafe_decl to avoid loop.
29153         (check_earlier_gotos): Likewise.
29154         (c_check_switch_jump_warnings): Likewise.
29156 2011-01-25  Jonathan Wakely  <jwakely.gcc@gmail.com>
29158         * doc/invoke.texi (Warning Options): Add missing hyphen.
29159         (-fprofile-dir): Minor grammatical fixes.
29160         (-fbranch-probabilities): Likewise.
29162 2011-01-25  Alexandre Oliva  <aoliva@redhat.com>
29164         PR debug/45136
29165         PR debug/45130
29166         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
29167         debug insns.
29168         (no_real_insns_p, schedule_block, set_priorities): Drop special
29169         treatment of boundary debug insns.
29170         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
29171         * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
29172         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
29173         (BOUNDARY_DEBUG_INSN_P): Likewise.
29174         (SCHEDULE_DEBUG_INSN_P): Likewise.
29175         * sched-rgn.c (init_ready_list): Drop special treatment of
29176         boundary debug insns.
29177         * final.c (rest_of_clean-state): Clear notes' BB.
29179 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29181         * Makefile.in (LAMBDA_H): Removed.
29182         (TREE_DATA_REF_H): Remove dependence on LAMBDA_H.
29183         (OBJS-common): Remove dependence on lambda-code.o, lambda-mat.o,
29184         lambda-trans.o, and tree-loop-linear.o.
29185         (lto-symtab.o): Remove dependence on LAMBDA_H.
29186         (tree-loop-linear.o): Remove rule.
29187         (lambda-mat.o): Same.
29188         (lambda-trans.o): Same.
29189         (lambda-code.o): Same.
29190         (tree-vect-loop.o): Add missing dependence on TREE_DATA_REF_H.
29191         (tree-vect-slp.o): Same.
29192         * hwint.h (gcd): Moved here.
29193         (least_common_multiple): Same.
29194         * lambda-code.c: Removed.
29195         * lambda-mat.c: Removed.
29196         * lambda-trans.c: Removed.
29197         * lambda.h: Removed.
29198         * tree-loop-linear.c: Removed.
29199         * lto-symtab.c: Do not include lambda.h.
29200         * omega.c (gcd): Removed.
29201         * passes.c (init_optimization_passes): Remove pass_linear_transform.
29202         * tree-data-ref.c (print_lambda_vector): Moved here.
29203         (lambda_vector_copy): Same.
29204         (lambda_matrix_copy): Same.
29205         (lambda_matrix_id): Same.
29206         (lambda_vector_first_nz): Same.
29207         (lambda_matrix_row_add): Same.
29208         (lambda_matrix_row_exchange): Same.
29209         (lambda_vector_mult_const): Same.
29210         (lambda_vector_negate): Same.
29211         (lambda_matrix_row_negate): Same.
29212         (lambda_vector_equal): Same.
29213         (lambda_matrix_right_hermite): Same.
29214         * tree-data-ref.h: Do not include lambda.h.
29215         (lambda_vector): Moved here.
29216         (lambda_matrix): Same.
29217         (dependence_level): Same.
29218         (lambda_transform_legal_p): Removed declaration.
29219         (lambda_collect_parameters): Same.
29220         (lambda_compute_access_matrices): Same.
29221         (lambda_vector_gcd): Same.
29222         (lambda_vector_new): Same.
29223         (lambda_vector_clear): Same.
29224         (lambda_vector_lexico_pos): Same.
29225         (lambda_vector_zerop): Same.
29226         (lambda_matrix_new): Same.
29227         * tree-flow.h (least_common_multiple): Removed declaration.
29228         * tree-parloops.c (lambda_trans_matrix): Moved here.
29229         (LTM_MATRIX): Same.
29230         (LTM_ROWSIZE): Same.
29231         (LTM_COLSIZE): Same.
29232         (LTM_DENOMINATOR): Same.
29233         (lambda_trans_matrix_new): Same.
29234         (lambda_matrix_vector_mult): Same.
29235         (lambda_transform_legal_p): Same.
29236         * tree-pass.h (pass_linear_transform): Removed declaration.
29237         * tree-ssa-loop.c (tree_linear_transform): Removed.
29238         (gate_tree_linear_transform): Removed.
29239         (pass_linear_transform): Removed.
29240         (gate_graphite_transforms): Make flag_tree_loop_linear an alias of
29241         flag_loop_interchange.
29243 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
29245         PR tree-optimization/47265
29246         PR tree-optimization/47443
29247         * tree-ssa-forwprop.c (forward_propagate_addr_expr): Return false
29248         if name still has some uses.
29250 2011-01-25  Martin Jambor  <mjambor@suse.cz>
29252         PR tree-optimization/47382
29253         * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
29254         (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.
29256 2011-01-25  Joel Sherrill  <joel.sherrill@oarcorp.com>
29258         * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
29259         sjlj_except_unwind_info.
29261 2011-01-25  Richard Guenther  <rguenther@suse.de>
29263         PR tree-optimization/47426
29264         * tree-ssa-structalias.c (ipa_pta_execute): Make externally
29265         visible functions results escape.
29267 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
29269         PR target/45701
29270         * config/arm/arm.c (any_sibcall_uses_r3): New function.
29271         (arm_get_frame_offsets): Use it.
29273 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29274             Jakub Jelinek  <jakub@redhat.com>
29276         PR tree-optimization/47271
29277         * tree-if-conv.c (bb_postdominates_preds): New.
29278         (if_convertible_bb_p): Call bb_postdominates_preds.
29279         (if_convertible_loop_p_1): Compute CDI_POST_DOMINATORS.
29280         (predicate_scalar_phi): Call bb_postdominates_preds.
29282 2011-01-25  Nick Clifton  <nickc@redhat.com>
29284         * config/rx/rx.h (LIBCALL_VALUE): Do not promote complex types.
29285         * config/rx/rx.c (rx_function_value): Likewise.
29286         (rx_promote_function_mode): Likewise.
29287         (gen_safe_add): Place an outsized immediate value inside an UNSPEC
29288         in order to make it legitimate.
29289         * config/rx/rx.md (adddi3_internal): If the second operand is a MEM
29290         make sure that the first operand is the same as the result register.
29291         (addsi3_unspec): Delete.
29292         (subdi3): Do not accept immediate operands.
29293         (subdi3_internal): Likewise.
29295 2011-01-25  Jeff Law  <law@redhat.com>
29297         PR rtl-optimization/37273
29298         * ira-costs.c (scan_one_insn): Detect constants living in memory and
29299         handle them like argument loads from stack slots.  Do not double
29300         count memory for memory constants and argument loads from stack slots.
29302 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
29304         PR tree-optimization/47427
29305         PR tree-optimization/47428
29306         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
29307         coalesce if the new root var would be TREE_READONLY.
29309 2011-01-25  Richard Guenther  <rguenther@suse.de>
29311         PR middle-end/47414
29312         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Use the
29313         correct type for TBAA.
29315 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29317         * graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
29318         (close_phi_written_to_memory): Call for_each_index with
29319         dr_indices_valid_in_loop.
29321 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29323         * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
29324         when it is initialized.
29326 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29328         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
29329         call to graphite_find_data_references_in_stmt.
29330         * graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
29331         (try_generate_gimple_bb): Call outermost_loop_in_sese_1.  Update
29332         call to graphite_find_data_references_in_stmt.
29333         (analyze_drs_in_stmts): Same.
29334         * tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
29335         in which the scalar analysis of indices is performed.
29336         (create_data_ref): Same.  Update call to dr_analyze_indices.
29337         (find_data_references_in_stmt): Update call to create_data_ref.
29338         (graphite_find_data_references_in_stmt): Same.
29339         * tree-data-ref.h (graphite_find_data_references_in_stmt): Update
29340         declaration.
29341         (create_data_ref): Same.
29342         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
29343         call to create_data_ref.
29345 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29347         * graphite-sese-to-poly.c (build_poly_scop): Move
29348         rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.
29350 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29352         * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
29353         VAR_DECL, PARM_DECL, and RESULT_DECL.
29355 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29357         * graphite-dependences.c (reduction_dr_1): Allow several reductions
29358         in a reduction PBB.
29359         * graphite-sese-to-poly.c (split_reduction_stmt): Do not split PBBs
29360         that have already been marked as PBB_IS_REDUCTION.
29362 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29364         * graphite-scop-detection.c (same_close_phi_node): New.
29365         (remove_duplicate_close_phi): New.
29366         (make_close_phi_nodes_unique): New.
29367         (canonicalize_loop_closed_ssa): Call make_close_phi_nodes_unique.
29369 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29371         * graphite-dependences.c (new_poly_ddr): Call same_pdr_p.
29372         * graphite-poly.h (same_pdr_p): Do not expect that the PDR_TYPE
29373         of both data references to be the same.
29375 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29377         * graphite-dependences.c (build_lexicographical_constraint): Remove
29378         the gdim parameter.
29379         (build_lexicographical_constraint): Adjust call to
29380         ppl_powerset_is_empty.
29381         (dependence_polyhedron): Same.
29382         (graphite_legal_transform_dr): Same.
29383         (graphite_carried_dependence_level_k): Same.
29384         * graphite-ppl.c (ppl_powerset_is_empty): Remove the nb_params
29385         parameter.
29386         * graphite-ppl.h (ppl_powerset_is_empty): Adjust declaration.
29388 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29390         * graphite-sese-to-poly.c
29391         (translate_scalar_reduction_to_array_for_stmt): Call unshare_expr.
29392         (close_phi_written_to_memory): New.
29393         (translate_scalar_reduction_to_array): Call close_phi_written_to_memory
29394         and unshare_expr.
29396 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29398         * doc/install.texi: Update the expected version number of PPL to 0.11.
29399         * graphite-ppl.c (ppl_powerset_is_empty): Remove now dead code under
29400         #if PPL_VERSION_MINOR < 11.
29402 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29404         * graphite-dependences.c: Include graphite-cloog-util.h.
29405         (new_poly_ddr): Inlined into dependence_polyhedron.
29406         (free_poly_ddr): Moved close by new_poly_ddr.
29407         (dependence_polyhedron_1): Renamed dependence_polyhedron.
29408         Early return NULL when ppl_powerset_is_empty returns true.
29409         (dependence_polyhedron): Renamed new_poly_ddr.  Call only once
29410         poly_drs_may_alias_p.  Avoid one call to ppl_powerset_is_empty.
29411         (graphite_legal_transform_dr): Call new_poly_ddr.
29412         (graphite_carried_dependence_level_k): Same.
29413         (dot_original_deps_stmt_1): Renamed dot_deps_stmt_2.  Use new_poly_ddr.
29414         (dot_transformed_deps_stmt_1): Removed.
29415         (dot_deps_stmt_1): Call dot_deps_stmt_2.
29416         (dot_original_deps): Renamed dot_deps_2.  Call new_poly_ddr.
29417         (dot_deps_1): Call dot_deps_2.
29418         * Makefile.in (graphite-dependences.o): Add missing dependence on
29419         graphite-cloog-util.h.
29421 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29423         * graphite-dependences.c (new_poly_dr): Call ppl_powerset_is_empty.
29424         (build_lexicographical_constraint): Same.
29425         (dependence_polyhedron_1): Same.
29426         (graphite_legal_transform_dr): Same.
29427         (graphite_carried_dependence_level_k): Same.
29428         * graphite-ppl.c (ppl_powerset_is_empty): New.
29429         * graphite-ppl.h (ppl_powerset_is_empty): Declared.
29430         * tree-data-ref.c (dump_data_reference): Print the basic block index.
29432 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29434         * graphite-dependences.c (build_pairwise_scheduling): Correctly compute
29435         the "a followed by b" relation and document it.
29437 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29439         * graphite-dependences.c (build_lexicographical_constraint): Stop the
29440         iteration when the bag of constraints is empty.
29442 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29444         * graphite-poly.c (pbb_remove_duplicate_pdrs): Make it work.
29446 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29448         * graphite-interchange.c (lst_interchange_profitable_p): Takes a loop
29449         nest and two loop depths as parameters.
29450         (lst_try_interchange_loops): Call lst_interchange_profitable_p after
29451         lst_perfect_nestify.
29453 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29455         * graphite-dependences.c (print_pddr): Call
29456         ppl_io_fprint_Pointset_Powerset_C_Polyhedron.
29458 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
29460         * graphite-ppl.c (debug_gmp_value): New.
29461         * graphite-ppl.h (debug_gmp_value): Declared.
29463 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
29465         * doc/install.texi: Document availability of cloog-0.16.
29467 2011-01-25  Vladimir Kargov  <kargov@gmail.com>
29469         * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
29470         invalid postdominance info.
29472 2011-01-24  Jan Hubicka  <jh@suse.cz>
29474         PR c/21659
29475         * doc/extend.texi (weak pragma): Drop claim that it must
29476         appear before definition.
29477         * varasm.c (merge_weak, declare_weak): Only sanity check
29478         that DECL is not output at a time it is declared weak.
29480 2011-01-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
29482         * machmode.def: Fixed comments.
29484 2011-01-24  Kai Tietz  <kai.tietz@onevision.com>
29486         * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
29488 2011-01-24  Paul Koning  <ni1d@arrl.net>
29490         * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
29491         WORDS_BIG_ENDIAN.
29493 2011-01-24  H.J. Lu  <hongjiu.lu@intel.com>
29495         PR target/46519
29496         * config/i386/i386.c: Include sbitmap.h and fibheap.h.
29497         (block_info): Add scanned and prev.
29498         (move_or_delete_vzeroupper_2): Return if the basic block
29499         has been scanned and the upper 128bit state is unchanged
29500         from the last scan.
29501         (move_or_delete_vzeroupper_1): Return true if the exit
29502         state is changed.
29503         (move_or_delete_vzeroupper): Visit basic blocks using the
29504         work-list based algorithm based on vt_find_locations in
29505         var-tracking.c.
29507         * config/i386/t-i386: Also depend on sbitmap.h and $(FIBHEAP_H).
29509 2011-01-24  Nick Clifton  <nickc@redhat.com>
29511         * config/v850/v850.opt (mv850es): New option - alias for -mv850e1.
29512         * config/v850/v850.h (ASM_SPEC): If -mv850es is specified pass
29513         -mv850e1 to the assembler.  If -mv850e1 or -mv850es is specified
29514         then define __v850e1__.
29515         * doc/invoke.texi: Document -mv850es.
29517 2011-01-24  Richard Henderson  <rth@redhat.com>
29519         * config/rx/predicates.md (rx_fp_comparison_operator): Don't accept
29520         compound unordered comparisons.
29521         * config/rx/rx.c (rx_split_fp_compare): Remove.
29522         * config/rx/rx-protos.h: Update.
29523         * config/rx/rx.md (gcc_conds, rx_conds): Remove.
29524         (cbranchsf4): Don't call rx_split_fp_compare.
29525         (*cbranchsf4): Use rx_split_cbranch.
29526         (*cmpsf): Don't accept "i" constraint.
29527         (*conditional_branch): Only valid after reload.
29528         (cstoresf4): Merge expander with insn.  Don't call rx_split_fp_compare.
29530 2011-01-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
29532         PR target/47385
29533         * config/rs6000/altivec.md (vector constant splitters): Add
29534         support for creating vector single precision constants if -mvsx is
29535         used and we would create the constant using Altivec primitives.
29537 2011-01-23  Bernd Schmidt  <bernds@codesourcery.com>
29538             Richard Sandiford  <rdsandiford@googlemail.com>
29540         PR rtl-optimization/47166
29541         * reload1.c (emit_reload_insns): Disable the spill_reg_store
29542         mechanism for PRE_MODIFY and POST_MODIFY.
29543         (inc_for_reload): For PRE_MODIFY, return the insn that sets the
29544         reloadreg.
29546 2011-01-23  Andreas Schwab  <schwab@linux-m68k.org>
29548         * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
29550 2011-01-22  Jan Hubicka  <jh@suse.cz>
29552         PR lto/47333
29553         * lto-cgraph.c (reachable_from_this_partition_p): Fix pasto.
29555 2011-01-22  Jan Hubicka  <jh@suse.cz>
29557         PR tree-optimization/43884
29558         PR lto/44334
29559         * predict.c (maybe_hot_frequency_p): Use entry block frequency as base.
29560         * doc/invoke.texi (hot-bb-frequency-fraction): Update docs.
29562 2011-01-22  Anatoly Sokolov  <aesok@post.ru>
29564         * config/s390/s390.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
29565         * config/s390/s390.c (s390_register_move_cost,
29566         s390_memory_move_cost): New.
29567         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
29569 2011-01-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
29571         PR middle-end/47401
29572         * except.c (sjlj_assign_call_site_values): Move setting the
29573         crtl->uses_eh_lsda flag to ...
29574         (sjlj_mark_call_sites): ... here.
29575         (sjlj_emit_function_enter): Support NULL dispatch label.
29576         (sjlj_build_landing_pads): In a function with no landing pads
29577         that still has must-not-throw regions, generate code to register
29578         a personality function with empty LSDA.
29580 2011-01-21  Richard Henderson  <rth@redhat.com>
29582         * config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
29584         * config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
29586         * compare-elim.c: New file.
29587         * Makefile.in (OBJS-common): Add it.
29588         (compare-elim.o): New.
29589         * common.opt (fcompare-elim): New.
29590         * opts.c (default_options_table): Add OPT_fcompare_elim.
29591         * tree-pass.h (pass_compare_elim_after_reload): New.
29592         * passes.c (init_optimization_passes): Add it.
29593         * recog.h: Protect against re-inclusion.
29594         * target.def (TARGET_FLAGS_REGNUM): New POD hook.
29595         * doc/invoke.texi (-fcompare-elim): Document it.
29596         * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Document it.
29597         * doc/tm.texi: Rebuild.
29599 2011-01-22  Nick Clifton  <nickc@redhat.com>
29601         * config/rx/rx.md (cstoresf4): Pass comparison operator to
29602         rx_split_fp_compare.
29604 2011-01-22  Nick Clifton  <nickc@redhat.com>
29606         * config/rx/rx.md (UNSPEC_CONST): New.
29607         (deallocate_and_return): Wrap the amount popped off the stack in
29608         an UNSPEC_CONST in order to stop it being rejected by
29609         -mmax-constant-size.
29610         (pop_and_return): Add a "(return)" rtx.
29611         (call): Drop the immediate operand.
29612         (call_internal): Likewise.
29613         (call_value): Likewise.
29614         (call_value_internal): Likewise.
29615         (sibcall_internal): Likewise.
29616         (sibcall_value_internal): Likewise.
29617         (sibcall): Likewise.  Generate an explicit call using
29618         sibcall_internal.
29619         (sibcall_value): Likewise.
29620         (mov<>): FAIL if a constant operand is not legitimate.
29621         (addsi3_unpsec): New pattern.
29623         * config/rx/rx.c (rx_print_operand_address): Handle UNSPEC CONSTs.
29624         (ok_for_max_constant): New function.
29625         (gen_safe_add): New function.
29626         (rx_expand_prologue): Use gen_safe_add.
29627         (rx_expand_epilogue): Likewise.
29628         (rx_is_legitimate_constant): Use ok_for_max_constant.  Handle
29629         UNSPEC CONSTs.
29631 2011-01-21  Jeff Law  <law@redhat.com>
29633         PR tree-optimization/47053
29634         * tree-ssa-dse.c (need_eh_cleanup): New bitmap.
29635         (dse_optimize_stmt): Set the appropriate bit in NEED_EH_CLEANUP when
29636         statements are deleted.
29637         (tree_ssa_dse): Allocate & free NEED_EH_CLEANUP.  If NEED_EH_CLEANUP
29638         is nonempty, then purge dead edges and cleanup the CFG.
29640 2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
29642         PR debug/47402
29643         Temporarily revert:
29644         2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
29645         PR debug/47106
29646         * tree-dfa.c (create_var_ann): Mark variable as used.
29648 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
29650         PR middle-end/45566
29651         * except.c (convert_to_eh_region_ranges): Emit queued no-region
29652         notes from other section in hot/cold partitioning even if
29653         last_action is -3.  Increment call_site_base.
29655         PR rtl-optimization/47366
29656         * fwprop.c (forward_propagate_into): Return bool.  If
29657         any changes are made, -fnon-call-exceptions is used and
29658         REG_EH_REGION note is present, call purge_dead_edges
29659         and return true if it purged anything.
29660         (fwprop_addr): Adjust callers, call cleanup_cfg (0) if
29661         any EH edges were purged.
29663 2011-01-21  Jeff Law  <law@redhat.com>
29665         PR rtl-optimization/41619
29666         * caller-save.c (setup_save_areas): Break out code to determine
29667         which hard regs are live across calls by examining the reload chains
29668         so that it is always used.
29669         Eliminate code which checked REG_N_CALLS_CROSSED.
29671 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
29673         PR tree-optimization/47355
29674         * tree-eh.c (cleanup_empty_eh_merge_phis): Give up if
29675         NOP has non-debug uses beyond PHIs in new_bb.
29677 2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
29679         PR debug/47106
29680         * cfgexpand.c (account_used_vars_for_block): Only account vars
29681         that are annotated as used.
29682         (estimated_stack_frame_size): Don't set TREE_USED.
29683         * tree-dfa.c (create_var_ann): Mark variable as used.
29685 2011-01-21  Richard Guenther  <rguenther@suse.de>
29687         PR middle-end/47395
29688         * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
29690 2011-01-21  Richard Guenther  <rguenther@suse.de>
29692         PR tree-optimization/47365
29693         * tree-ssa-sccvn.h (vn_lookup_kind): Declare.
29694         (vn_reference_lookup_pieces): Adjust.
29695         (vn_reference_lookup): Likewise.
29696         * tree-ssa-sccvn.c (vn_walk_kind): New static global.
29697         (vn_reference_lookup_3): Only look through kills if in
29698         VN_WALKREWRITE mode.
29699         (vn_reference_lookup_pieces): Adjust.
29700         (vn_reference_lookup): Likewise.
29701         (visit_reference_op_load): Likewise.
29702         (visit_reference_op_store): Likewise.
29703         * tree-ssa-pre.c (phi_translate_1): Use VN_WALK mode.
29704         (compute_avail): Likewise.
29705         (eliminate): Likewise.
29707 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
29709         * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
29710         DECL_IGNORED_P non-reg vars if they are used.
29712         PR tree-optimization/47391
29713         * varpool.c (const_value_known_p): Return false if
29714         decl is volatile.
29716 2011-01-21  Kai Tietz  <kai.tietz@onevision.com>
29718         PR bootstrap/47215
29719         * config/i386/i386.c (ix86_local_alignment): Handle
29720         case for va_list_type_node is nil.
29721         (ix86_canonical_va_list_type): Likewise.
29723 2011-01-21  Alan Modra  <amodra@gmail.com>
29725         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
29726         builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.
29728 2011-01-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
29730         * config/arm/arm.md (define_attr type): Rename f_load
29731         and f_store to f_fpa_load and f_fpa_store. Update.
29732         (write_conflict): Deal with rename fallout.
29733         (*push_fp_multi): Likewise.
29734         * config/arm/fpa.md (f_load): Use f_fpa_load.
29735         (f_store): Use f_fpa_store.
29736         (*movsf_fpa): Likewise.
29737         (*movdf_fpa): Likewise.
29738         (*movxf_fpa): Likewise.
29739         (*thumb2_movsf_fpa): Likewise.
29740         (*thumb2_movdf_fpa): Likewise.
29741         (*thumb2_movxf_fpa): Likewise.
29742         * config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
29743         f_loadd and f_stored.
29744         (*thumb2_movdi_vfp): Likewise.
29745         (*thumb2_movsf_vfp): Fix attribute to f_loads.
29746         (*thumb2_movsi_vfp): Likewise.
29747         * config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
29748         Use f_loads instead of f_load.
29749         * config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.
29751 2011-01-20  Anatoly Sokolov  <aesok@post.ru>
29753         * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
29754         * config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
29755         * config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
29756         (xtensa_mode_dependent_address_p): New function.
29757         (constantpool_address_p): Make static. Change return type to bool.
29758         Change argument type to const_rtx. Use CONST_INT_P predicate.
29760 2011-01-20  Alexandre Oliva  <aoliva@redhat.com>
29762         PR debug/46583
29763         * tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
29765 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
29767         PR debug/47283
29768         * cfgexpand.c (expand_debug_expr): Instead of generating
29769         (mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
29770         etc. handling.
29772 2011-01-20  Richard Guenther  <rguenther@suse.de>
29774         PR middle-end/47370
29775         * tree-inline.c (remap_gimple_op_r): Recurse manually for
29776         the pointer operand of MEM_REFs.
29778 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
29780         PR tree-optimization/46130
29781         * ipa-split.c (consider_split): If return_bb contains non-virtual
29782         PHIs other than for retval or if split_function would not adjust it,
29783         refuse to split.
29785 2011-01-20  Richard Guenther  <rguenther@suse.de>
29787         PR tree-optimization/47167
29788         * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
29789         Revert previous change, only avoid enumeral type changes.
29791 2011-01-19  Mike Stump  <mikestump@comcast.net>
29793         * doc/tm.texi.in (BRANCH_COST): Englishify.
29794         * doc/tm.texi (BRANCH_COST): Likewise.
29796 2011-01-19  Dodji Seketeli  <dodji@redhat.com>
29798         PR c++/47291
29799         * dwarf2out.c (generic_type_p, schedule_generic_params_dies_gen)
29800         (gen_scheduled_generic_parms_dies): New functions.
29801         (gen_struct_or_union_type_die): Schedule template parameters DIEs
29802         generation for the end of CU compilation.
29803         (dwarf2out_finish): Generate template parameters DIEs here.
29805 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
29807         PR debug/46240
29808         * tree-into-ssa.c (maybe_register_def): Do not attempt to add
29809         debug bind stmt on merge edges.
29811 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
29813         PR debug/47079
29814         PR debug/46724
29815         * function.c (instantiate_expr): Instantiate incoming rtl of
29816         implicit arguments, and recurse on VALUE_EXPRs.
29817         (instantiate_decls): Instantiate rtl and VALUE_EXPR of result.
29818         * var-tracking.c (adjust_mems): Reject virtual_incoming_args_rtx.
29820 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
29822         * c-parser.c (c_parser_for_statement): Initialize
29823         collection_expression.
29825 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
29827         * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
29829 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
29831         * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
29832         (LINK_SHLIB_SPEC): Don't use %(link_path).
29833         (SUBTARGET_EXTRA_SPECS): Remove link_path.
29835 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
29837         * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
29838         (NO_SHARED_LIB_SUPPORT): Remove.
29839         (LINK_SHLIB_SPEC): Remove one conditional definition.
29841 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
29843         * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
29844         %{call_shared}.
29845         * config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
29846         * config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
29847         * config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
29848         %{call_shared} and conditionals on these options not being passed.
29849         * config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
29850         %{call_shared}.
29852 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
29854         * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
29855         simplify.
29857         * ipa-split.c: Spelling fixes.
29859 2011-01-19  Richard Henderson  <rth@redhat.com>
29861         * config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
29862         (*mulsi3): Likewise.
29864         * longlong.h [__mn10300__] (count_leading_zeros): New.
29865         [__mn10300__] (umul_ppmm, smul_ppmm): New.
29866         [__mn10300__] (add_ssaaaa, subddmmss): New.
29867         [__mn10300__] (udiv_qrnnd, sdiv_qrnnd): New.
29868         [__mn10300__] (UMUL_TIME, UDIV_TIME): New.
29870 2011-01-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
29872         * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
29874 2011-01-19  Richard Henderson  <rth@redhat.com>
29876         * config/mn10300/mn10300.md (addsi3_flags): New.
29877         (addc_internal, adddi3, adddi3_internal, *adddi3_degenerate): New.
29878         (subsi3_flags, subc_internal, subdi3): New.
29879         (subdi3_internal, *subdi3_degenerate): New.
29880         * config/mn10300/predicates.md (reg_or_am33_const_operand): New.
29882         * config/mn10300/mn10300.c (mn10300_can_use_retf_insn): New.
29883         (mn10300_can_use_rets_insn): Rename from mn10300_can_use_return_insn.
29884         (mn10300_expand_epilogue): Use it.  Compute REG_SAVE_BYTES once.
29885         * config/mn10300/mn10300-protos.h: Update.
29886         * config/mn10300/mn10300.md (return): Use mn10300_can_use_retf_insn.
29887         (return_ret): Likewise.  Rename from return_internal_regs.
29888         (return_internal): Remove.
29890         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter): Remove.
29891         (mn10300_asm_output_addr_const_extra): Don't handle UNSPEC_INT_LABEL.
29892         (mn10300_legitimate_constant_p): Likewise.
29893         (mn10300_can_use_return_insn): Use mn10300_initial_offset.
29894         (mn10300_frame_size): New.
29895         (mn10300_expand_prologue): Use it.
29896         (mn10300_expand_epilogue): Likewise.
29897         (mn10300_initial_offset): Likewise.
29898         * config/mn10300/mn10300-protos.h: Update.
29899         * config/mn10300/mn10300.h (mn10300_unspec_int_label_counter): Remove.
29900         * config/mn10300/mn10300.md (UNSPEC_INT_LABEL): Remove.
29901         (prologue, epilogue, return_internal): Tidy output code.
29902         (mn10300_store_multiple_operation, return): Likewise.
29903         (int_label, pop_pic_reg, GOTaddr2picreg): Remove.
29904         (am33_loadPC, mn10300_loadPC, call_next_insn): Remove.
29905         (add_GOT_to_pic_reg, add_GOT_to_any_reg): Remove.
29906         (load_pic, am33_load_pic): New.
29907         (mn10300_load_pic0, mn10300_load_pic1): New.
29909         * config/mn10300/mn10300-modes.def (CCZN, CCZNC): New modes.
29910         * config/mn10300/mn10300.c (CC_FLAG_Z): New.
29911         (CC_FLAG_N, CC_FLAG_C, CC_FLAG_V): New.
29912         (cc_flags_for_mode, cc_flags_for_code): New.
29913         (mn10300_print_operand) ['B']: Use nc/ns for GE/LT when the
29914         overflow flag is not valid.  Validate that the flags we need
29915         for the comparison are valid.
29916         (mn10300_output_cmp): Remove.
29917         (mn10300_output_add): New.
29918         (mn10300_select_cc_mode): Use cc_flags_for_code.
29919         (mn10300_split_cbranch): New.
29920         (mn10300_match_ccmode): New.
29921         (mn10300_split_and_operand_count): New.
29922         * config/mn10300/mn10300.h (SELECT_CC_MODE): Pass all of the arguments
29923         to the function.
29924         * config/mn10300/mn10300.md (*am33_addsi3, *mn10300_addsi3): Merge...
29925         (addsi3): ... here.  Use mn10300_output_add.
29926         (*addsi3_flags): New.
29927         (*am33_subsi3, *mn10300_subsi3): Merge...
29928         (subsi3): ... here.  Use attribute isa.
29929         (*subsi3_flags): New.
29930         (negsi2): Rewrite from expander to insn_and_split.  Use NOT+INC
29931         when possible.
29932         (*am33_andsi3, *mn10300_andsi3): Merge...
29933         (andsi3): ... here.
29934         (*andsi3_flags): New.
29935         (andsi3 splitters): New.
29936         (*am33_iorsi3, *mn10300_iorsi3): Merge...
29937         (iorsi3): ... here.
29938         (*iorsi3_flags): New.
29939         (*am33_xorsi3, *mn10300_xorsi3): Merge...
29940         (xorsi3): ... here.
29941         (*xorsi3_flags): New.
29942         (*am33_cmpsi2, *mn10300_cmplsi2): Merge...
29943         (one_cmplsi2): ... here.
29944         (*one_cmplsi2_flags): New.
29945         (*cbranchsi4_cmp): Rename from cbranchsi4_post_reload.  Use "r"
29946         instead of "dax" in constraints.  Use mn10300_split_cbranch.
29947         (*cmpsi): Rename from cmpsi.  Do not use mn10300_output_cmp.  Do not
29948         use matching constraints to eliminate a self-comparison.
29949         (*integer_conditional_branch): Rename from integer_conditional_branch.
29950         Use int_mode_flags to match CC_REG.
29951         (*cbranchsi4_btst, *btstsi): New.
29952         (*cbranchsf4_cmp): Rename from *cbranchsf4_post_reload.  Use
29953         mn10300_split_cbranch.
29954         (*am33_cmpsf): Rename from am33_cmpsf.
29955         (*float_conditional_branch): Rename from float_conditional_branch.
29956         (*zero_extendqisi2_am33, *zero_extendqisi2_mn10300): Merge...
29957         (zero_extendqisi2): ... here.
29958         (*zero_extendhisi2_am33, *zero_extendhisi2_mn10300): Merge...
29959         (zero_extendhisi2): ... here.
29960         (*extendqisi2_am33, *extendqisi2_mn10300): Merge...
29961         (extendqisi2): ... here.
29962         (*extendhisi2_am33, *extendhisi2_mn10300): Merge...
29963         (extendhisi2): ... here.
29964         (*am33_ashlsi3, *mn10300_ashlsi3): Merge...
29965         (ashlsi3): ... here.
29966         (*am33_lshrsi3, *mn10300_lshrsi3): Merge...
29967         (lshrsi3): ... here.
29968         (*am33_ashrisi3, *mn10300_ashrsi3): Merge...
29969         (ashrsi3): ... here.
29970         (consecutive add peephole): Remove.
29971         * config/mn10300/predicates.md (label_ref_operand): New.
29972         (int_mode_flags): New.
29973         (CCZN_comparison_operator): New.
29975         * config/mn10300/mn10300.md (UNSPEC_EXT): New.
29976         (throughput_42_latency_43): New reservation.
29977         (mulsidi3, umulsidi3): New expanders.
29978         (mulsidi3_internal): Rewrite from old mulsidi3 pattern.  Expose
29979         the MDR register to allocation; separately allocate the low and
29980         high parts of the DImode result.
29981         (umulsidi3_internal): Similarly.
29982         (*am33_mulsi3, *mn10300_mulsi3): Merge into ...
29983         (*mulsi3): ... here.  Clobber MDR as a scratch as necessary.
29984         (udivsi3, umodsi3): Remove.
29985         (udivmodsi4, divmodsi4): New expanders.
29986         (*udivmodsi4): Rename from udivmodsi4.  Expose MDR properly.
29987         (*divmodsi4): Simiarly.
29988         (ext_internal): New.
29990         * config/mn10300/constraints.md ("z"): New constraint.
29991         * config/mn10300/mn10300.h (MDR_REGNUM): Remove.
29992         (FIXED_REGISTERS): Don't fix MDR.
29993         (CALL_USED_REGSITERS): Reformat nicely.
29994         (REG_ALLOC_ORDER): Add MDR.
29995         (enum regclass): Add MDR_REGS.
29996         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update to match.
29997         (IRA_COVER_CLASSES): Add MDR_REGS.
29998         (REGNO_REG_CLASS): Handle MDR_REG.
29999         * config/mn10300/mn10300.c (mn10300_secondary_reload): Handle MDR_REGS.
30000         (mn10300_register_move_cost): Likewise.
30001         * config/mn10300/mn10300.md (MDR_REG): New.
30002         (*movsi_internal): Handle moves to/from MDR_REGS.
30004         * config/mn10300/mn10300.c (mn10300_print_operand_address): Handle
30005         POST_MODIFY.
30006         (mn10300_secondary_reload): Tidy combination reload classes.
30007         (mn10300_legitimate_address_p): Allow post-modify and reg+reg
30008         addresses for AM33.  Allow symbolic offsets for reg+imm.
30009         (mn10300_regno_in_class_p): New.
30010         (mn10300_legitimize_reload_address): New.
30011         * config/mn10300/mn10300.h (enum reg_class): Remove
30012         DATA_OR_ADDRESS_REGS, DATA_OR_EXTENDED_REGS, ADDRESS_OR_EXTENDED_REGS,
30013         SP_OR_EXTENDED_REGS, SP_OR_ADDRESS_OR_EXTENDED_REGS.  Add
30014         SP_OR_GENERAL_REGS.
30015         (REG_CLASS_NAMES): Update to match.
30016         (REG_CLASS_CONTENTS): Likewise.
30017         (INDEX_REG_CLASS): Use GENERAL_REGS for AM33.
30018         (BASE_REG_CLASS): Use SP_OR_GENERAL_REGS for AM33.
30019         (REGNO_IN_RANGE_P): Remove.
30020         (REGNO_DATA_P): Use mn10300_regno_in_class_p.
30021         (REGNO_ADDRESS_P, REGNO_EXTENDED_P): Likewise.
30022         (REGNO_STRICT_OK_FOR_BASE_P): Likewise.
30023         (REGNO_STRICT_OK_FOR_BIT_BASE_P): Likewise.
30024         (REGNO_STRICT_OK_FOR_INDEX_P): Likewise.
30025         (REGNO_SP_P, REGNO_AM33_P, REGNO_FP_P): Remove.
30026         (REGNO_GENERAL_P): New.
30027         (HAVE_POST_MODIFY_DISP): New.
30028         (USE_LOAD_POST_INCREMENT, USE_STORE_POST_INCREMENT): New.
30029         (LEGITIMIZE_RELOAD_ADDRESS): New.
30030         * config/mn10300/mn10300-protos.h: Update.
30032         * config/mn10300/mn10300.c (mn10300_preferred_reload_class): Allow
30033         DATA_REGS for AM33 stack-pointer destination.
30034         (mn10300_preferred_output_reload_class): Likewise.
30035         (mn10300_secondary_reload): Rearrange mn10300_secondary_reload_class
30036         into a form appropriate for ...
30037         (TARGET_SECONDARY_RELOAD): New.
30038         * config/mn10300/mn10300.h (SECONDARY_RELOAD_CLASS): Remove.
30039         * config/mn10300/mn10300-protos.h: Update.
30040         * config/mn10300/mn10300.md (reload_plus_sp_const): Rename from
30041         reload_insi; use the "A" constraint for the scratch; handle AM33
30042         moves of sp to non-address registers.
30044         * config/mn10300/mn10300.md (*am33_movqi, *mn10300_movqi): Merge into
30045         (*movqi_internal): ... here.
30046         (*am33_movhi, *mn10300_movhi): Merge into...
30047         (*movhi_internal): ... here.
30048         (*movsi_internal): Use "r" instead of "dax" in constraints.  Use "A"
30049         as the source/destination of moves from/to SP.
30050         (movsf): Only allow for AM33-2.
30051         (*movsf_internal): Use "r" instead of "dax"; use "F" instead of
30052         any integer constant constraint.  Only allow for AM33-2.  Tidy
30053         all of the alternative outputs.
30054         (movdi, movdf, *am33_2_movdf, *mn10300_movdf): Remove.
30055         (udivmodsi4): Delete expander and promote *udivmodsi4.  Disallow
30056         for MN103.
30057         (udivsi3, umodsi3): New patterns for MN103 only.
30059 2011-01-19  Joern Rennecke  <amylaar@spamcop.net>
30061         * doc/tm.texi.in: Spell out that a lack of register class unions
30062         can lead to ICEs.
30063         * doc/tm.texi: Regenerate.
30065 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
30067         PR rtl-optimization/47337
30068         * dce.c (check_argument_store): New function.
30069         (find_call_stack_args): Ignore debug insns.  Use check_argument_store.
30071         PR tree-optimization/47290
30072         * tree-eh.c (infinite_empty_loop_p): New function.
30073         (cleanup_empty_eh): Use it.
30075 2011-01-18  Steve Ellcey  <sje@cup.hp.com>
30077         PR target/46997
30078         * ia64.c (ia64_expand_unpack): Fix code for TARGET_BIG_ENDIAN.
30079         (a64_expand_widen_sum): Ditto.
30080         * vect.md (mulv2si3): Disable for TARGET_BIG_ENDIAN.
30081         (vec_extract_evenodd_help): Ditto.
30082         (vec_extract_evenv4hi): Ditto.
30083         (vec_extract_oddv4hi): Ditto.
30084         (vec_extract_evenv2si): Ditto.
30085         (vec_extract_oddv2si): Ditto.
30086         (vec_extract_evenv2sf): Ditto.
30087         (vec_extract_oddv2sf): Ditto.
30088         (vec_pack_trunc_v4hi: Ditto.
30089         (vec_pack_trunc_v2si): Ditto.
30090         (vec_interleave_lowv8qi): Fix for TARGET_BIG_ENDIAN.
30091         (vec_interleave_highv8qi): Ditto.
30092         (mix1_r): Ditto.
30093         (vec_extract_oddv8qi): Ditto.
30094         (vec_interleave_lowv4hi): Ditto.
30095         (vec_interleave_highv4hi): Ditto.
30096         (vec_interleave_lowv2si): Ditto.
30097         (vec_interleave_highv2si): Ditto.
30099 2011-01-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
30101         * doc/extend.texi: Mention __float128 support on hppa HP-UX.
30102         * config/pa/pa-hpux.h (HPUX_LONG_DOUBLE_LIBRARY): Define to 1.
30103         * config/pa/pa.c (pa_expand_builtin): New.  Include "langhooks.h".
30104         (pa_c_mode_for_suffix): New.
30105         (TARGET_EXPAND_BUILTIN): Define.
30106         (TARGET_C_MODE_FOR_SUFFIX): Define.
30107         (pa_builtins): Define.
30108         (pa_init_builtins): Register __float128 type and init new support
30109         builtins.
30110         * config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
30111         * config/pa/quadlib.c (_U_Qfcopysign): New.
30113 2011-01-18  Eric Botcazou  <ebotcazou@adacore.com>
30115         PR middle-end/46894
30116         * explow.c (allocate_dynamic_stack_space): Do not assume more than
30117         BITS_PER_UNIT alignment if STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFSET
30118         are defined.
30120 2011-01-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
30122         PR tree-optimization/47179
30123         * config/spu/spu.c (spu_ref_may_alias_errno): New function.
30124         (TARGET_REF_MAY_ALIAS_ERRNO): Define.
30126 2011-01-18  Richard Guenther  <rguenther@suse.de>
30128         PR rtl-optimization/47216
30129         * emit-rtl.c: Include tree-flow.h.
30130         (set_mem_attributes_minus_bitpos): Use tree_could_trap_p instead
30131         of replicating it with different semantics.
30132         * Makefile.in (emit-rtl.o): Adjust.
30134 2011-01-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
30136         * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually include.
30137         (cortex_a9_dp): Handle neon types correctly.
30139 2011-01-18  Jakub Jelinek  <jakub@redhat.com>
30141         PR rtl-optimization/47299
30142         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Don't use
30143         subtarget.  Use normal multiplication if both operands are constants.
30144         * expmed.c (expand_widening_mult): Don't try to optimize constant
30145         multiplication if op0 has VOIDmode.  Convert op1 constant to mode
30146         before using it.
30148 2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30150         * doc/lto.texi (LTO): Ensure two spaces after period.  Fix
30151         spacing after 'e.g.', typos, comma, hyphenation.
30153 2011-01-17  Richard Henderson  <rth@redhat.com>
30155         * config/rx/predicates.md (rx_constshift_operand): Use match_test.
30156         (rx_restricted_mem_operand): New.
30157         (rx_shift_operand): Use register_operand.
30158         (rx_source_operand, rx_compare_operand): Likewise.
30159         * config/rx/rx.md (addsi3_flags): New expander.
30160         (adddi3): Rewrite as expander.
30161         (adc_internal, *adc_flags, adddi3_internal): New patterns.
30162         (subsi3_flags): New expander.
30163         (subdi3): Rewrite as expander.
30164         (sbb_internal, *sbb_flags, subdi3_internal): New patterns.
30166         * config/rx/rx.c (RX_BUILTIN_SAT): Remove.
30167         (rx_init_builtins): Remove sat builtin.
30168         (rx_expand_builtin): Likewise.
30169         * config/rx/rx.md (ssaddsi3): New.
30170         (*sat): Rename from sat.  Represent the CC_REG input.
30172         * config/rx/predicates.md (rshift_operator): New.
30173         * config/rx/rx.c (rx_expand_insv): Remove.
30174         * config/rx/rx-protos.h: Update.
30175         * config/rx/rx.md (*bitset): Rename from bitset.  Swap the ashift
30176         operand to the canonical position.
30177         (*bitset_in_memory, *bitinvert, *bitinvert_in_memory): Similarly.
30178         (*bitclr, *bitclr_in_memory): Similarly.
30179         (*insv_imm, rx_insv_reg, *insv_cond, *bmcc, *insv_cond_lt): New.
30180         (insv): Retain the zero_extract in the expansion.
30182         * config/rx/rx.md (bswapsi2): Use = not + for output reload.
30183         (bswaphi2, bitinvert, revw): Likewise.
30185         * config/rx/rx.c (gen_rx_store_vector): Use VOIDmode for gen_rtx_SET.
30186         (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
30187         * config/rx/rx.md (pop_and_return): Use VOIDmode for SET.
30188         (stack_push, stack_pushm, stack_pop, stack_popm): Likewise.
30189         (bitset, bitset_in_memory): Likewise.
30190         (bitinvert, bitinvert_in_memory): Likewise.
30191         (bitclr, bitclr_in_memory): Likewise.
30192         (insv, sync_lock_test_and_setsi, movstr, rx_movstr): Likewise.
30193         (rx_strend, rx_cmpstrn): Likewise.
30194         (rx_setmem): Likewise.  Make the source BLKmode to match the dest.
30195         (bitop peep2 patterns): Remove.
30197         * config/rx/rx.c (rx_match_ccmode): New.
30198         * config/rx/rx-protos.h: Update.
30199         * config/rx/rx.md (abssi2): Clobber, don't set flags.
30200         (addsi3, adddi3, andsi3, negsi2, one_cmplsi2, iorsi3): Likewise.
30201         (rotlsi3, rotrsi3, ashrsi3, lshrsi3, ashlsi3): Likewise.
30202         (subsi3, subdi3, xorsi3, addsf3, divsf3, mulsf3, subsf3): Likewise.
30203         (fix_truncsfsi2, floatsisf2): Likewise.
30204         (*abssi2_flags, *addsi3_flags, *andsi3_flags, *negsi2_flags): New.
30205         (*one_cmplsi2_flags, *iorsi3_flags, *rotlsi3_flags): New.
30206         (*rotrsi3_flags, *ashrsi3_flags, *lshrsi3_flags, *ashlsi3_flags): New.
30207         (*subsi3_flags, *xorsi3_flags): New.
30209         * config/rx/rx.md (cstoresf4, *cstoresf4): New patterns.
30211         * config/rx/rx.c (rx_print_operand): Remove workaround for
30212         unsplit comparison operations.
30214         * config/rx/rx.md (movsicc): Split after reload.
30215         (*movsicc): Merge *movsieq and *movsine via match_operator.
30216         (*stcc): New pattern.
30218         * config/rx/rx.c (rx_float_compare_mode): Remove.
30219         * config/rx/rx.h (rx_float_compare_mode): Remove.
30220         * config/rx/rx.md (cstoresi4): Split after reload.
30221         (*sccc): New pattern.
30223         * config/rx/predicates.md (label_ref_operand): New.
30224         (rx_z_comparison_operator): New.
30225         (rx_zs_comparison_operator): New.
30226         (rx_fp_comparison_operator): New.
30227         * config/rx/rx.c (rx_print_operand) [B]: Examine comparison modes.
30228         Validate that the flags are set properly for the comparison.
30229         (rx_gen_cond_branch_template): Remove.
30230         (rx_cc_modes_compatible): Remove.
30231         (mode_from_flags): New.
30232         (flags_from_code): Rename from flags_needed_for_conditional.
30233         (rx_cc_modes_compatible): Re-write in terms of flags_from_mode.
30234         (rx_select_cc_mode): Likewise.
30235         (rx_split_fp_compare): New.
30236         (rx_split_cbranch): New.
30237         * config/rx/rx.md (most_cond, zs_cond): Remove iterators.
30238         (*cbranchsi4): Use match_operator and rx_split_cbranch.
30239         (*cbranchsf4): Similarly.
30240         (*cbranchsi4_tst): Rename from *tstbranchsi4_<code>.  Use
30241         match_operator and rx_split_cbranch.
30242         (*cbranchsi4_tst_ext): Combine *tstbranchsi4m_eq and
30243         tstbranchsi4m_ne.  Use match_operator and rx_split_cbranch.
30244         (*cmpsi): Rename from cmpsi.
30245         (*tstsi): Rename from tstsi.
30246         (*cmpsf): Rename from cmpsf; use CC_Fmode.
30247         (*conditional_branch): Rename from conditional_branch.
30248         (*reveresed_conditional_branch): Remove.
30249         (b<code>): Remove expander.
30250         * config/rx/rx-protos.h: Update.
30252         * config/rx/rx.c (rx_compare_redundant): Remove.
30253         * config/rx/rx.md (cmpsi): Don't use it.
30254         * config/rx/rx-protos.h: Update.
30256         * config/rx/rx-modes.def (CC_F): New mode.
30257         * config/rx/rx.c (rx_select_cc_mode): New.
30258         * config/rx/rx.h (SELECT_CC_MODE): Use it.
30259         * config/rx/rx-protos.h: Update.
30261 2011-01-17  Richard Henderson  <rth@redhat.com>
30263         * except.c (dump_eh_tree): Fix stray ; after for statement.
30265 2011-01-17  Richard Guenther  <rguenther@suse.de>
30267         PR tree-optimization/47313
30268         * tree-inline.c (tree_function_versioning): Move DECL_RESULT
30269         handling before copying the body.  Properly deal with
30270         by-reference result in SSA form.
30272 2011-01-17  Ian Lance Taylor  <iant@google.com>
30274         PR target/47219
30275         * config/sparc/sparc.c (sparc_sr_alias_set): Don't define.
30276         (struct_value_alias_set): Don't define.
30277         (sparc_option_override): Don't set sparc_sr_alias_set and
30278         struct_value_alias_set.
30279         (save_or_restore_regs): Use gen_frame_mem rather than calling
30280         set_mem_alias_set.
30281         (sparc_struct_value_rtx): Likewise.
30283 2011-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30285         PR target/47318
30286         * config/i386/avxintrin.h (_mm_maskload_pd): Change mask to __m128i.
30287         (_mm_maskstore_pd): Likewise.
30288         (_mm_maskload_ps): Likewise.
30289         (_mm_maskstore_ps): Likewise.
30290         (_mm256_maskload_pd): Change mask to __m256i.
30291         (_mm256_maskstore_pd): Likewise.
30292         (_mm256_maskload_ps): Likewise.
30293         (_mm256_maskstore_ps): Likewise.
30295         * config/i386/i386-builtin-types.def: Updated.
30296         (ix86_expand_special_args_builtin): Likewise.
30298         * config/i386/i386.c (bdesc_special_args): Update
30299         __builtin_ia32_maskloadpd, __builtin_ia32_maskloadps,
30300         __builtin_ia32_maskloadpd256, __builtin_ia32_maskloadps256,
30301         __builtin_ia32_maskstorepd, __builtin_ia32_maskstoreps,
30302         __builtin_ia32_maskstorepd256 and __builtin_ia32_maskstoreps256.
30304         * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
30305         Use <avxpermvecmode> on mask register.
30306         (avx_maskstore<ssemodesuffix><avxmodesuffix>): Likewise.
30308 2011-01-17  Olivier Hainque  <hainque@adacore.com>
30309             Michael Haubenwallner  <michael.haubenwallner@salomon.at>
30310             Eric Botcazou  <ebotcazou@adacore.com>
30312         PR target/46655
30313         * xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
30314         if <= USHRT_MAX in 32-bit mode.
30316 2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30318         * doc/install.texi (Configuration, Specific): Wrap long
30319         lines in examples.  Allow line wrapping in long options
30320         and URLs where beneficial for PDF output.
30322 2011-01-16  Richard Sandiford  <rdsandiford@googlemail.com>
30324         * config/mips/mips.c (mips_classify_symbol): Don't return
30325         SYMBOL_PC_RELATIVE for nonlocal labels.
30327 2011-01-15  Eric Botcazou  <ebotcazou@adacore.com>
30329         * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
30331 2011-01-15  Jan Hubicka  <jh@suse.cz>
30333         PR tree-optimization/47276
30334         * ipa.c (function_and_variable_visibility): Do not try to mark alias
30335         declarations as needed.
30337 2011-01-15  Martin Jambor  <mjambor@suse.cz>
30339         * common.opt (fdevirtualize): New flag.
30340         * doc/invoke.texi (Option Summary): Document it.
30341         * opts.c (default_options_table): Add devirtualize flag.
30342         * ipa-prop.c (detect_type_change): Return immediately if
30343         devirtualize flag is not set.
30344         (detect_type_change_ssa): Likewise.
30345         (compute_known_type_jump_func): Likewise.
30346         (ipa_analyze_virtual_call_uses): Likewise.
30348 2011-01-14  Martin Jambor  <mjambor@suse.cz>
30350         PR tree-optimization/45934
30351         PR tree-optimization/46302
30352         * ipa-prop.c (type_change_info): New type.
30353         (stmt_may_be_vtbl_ptr_store): New function.
30354         (check_stmt_for_type_change): Likewise.
30355         (detect_type_change): Likewise.
30356         (detect_type_change_ssa): Likewise.
30357         (compute_complex_assign_jump_func): Check for dynamic type change.
30358         (compute_complex_ancestor_jump_func): Likewise.
30359         (compute_known_type_jump_func): Likewise.
30360         (compute_scalar_jump_functions): Likewise.
30361         (ipa_analyze_virtual_call_uses): Likewise.
30362         (ipa_analyze_node): Push and pop cfun, set current_function_decl.
30364 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30366         * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -msse5.
30367         * config/i386/i386.opt (msse5): New Alias.
30369 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30371         * config/sparc/linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
30372         * config/sparc/linux64.h (CC1_SPEC): Likewise.
30373         * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
30374         * config/sparc/sparc.h (CC1_SPEC): Likewise.
30376 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30378         * config/sparc/linux.h (CC1_SPEC): Don't handle old equivalents of
30379         -mcpu options.
30380         * config/sparc/linux64.h (CC1_SPEC): Likewise.
30381         * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
30382         * config/sparc/sol2-bi.h (CPP_CPU_SPEC, CC1_SPEC): Likewise.
30383         * config/sparc/sparc.h (CPP_CPU_SPEC, CC1_SPEC, ASM_CPU_SPEC):
30384         Likewise.
30385         * config/sparc/t-elf (MULTILIB_MATCHES): Don't handle -mv8.
30387 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30389         * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi.
30391 2011-01-14  Mike Stump  <mikestump@comcast.net>
30393         * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
30394         * config/fr30/fr30.md: Likweise
30395         (movsi_push): Likewise.
30396         (movsi_pop): Likewise.
30397         (enter_func): Likewise.
30398         * config/moxie/moxie.md (movsi_push): Likewise.
30399         (movsi_pop): Likewise.
30401 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30403         * config/mips/linux64.h (LINK_SPEC): Remove %{bestGnum}
30404         %{no_archive} %{exact_version}.
30405         * config/mips/mips.h (LINK_SPEC): Remove %{bestGnum}.
30406         * config/mips/netbsd.h (LINK_SPEC): Remove %{bestGnum}
30407         %{no_archive} %{exact_version}.
30408         * config/mips/openbsd.h (LINK_SPEC): Likewise.
30409         * config/mips/sde.h (LINK_SPEC): Remove %{bestGnum}.
30410         * config/mips/vxworks.h: Likewise.
30412 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30414         * config/microblaze/microblaze.h (ASM_SPEC): Remove %{microblaze1}.
30416 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30418         * config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
30419         ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
30421 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30423         * config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
30424         -nodefaultlib.
30426 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30428         * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
30429         for mcpu not cpu.
30430         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
30431         CRIS_CC1_SUBTARGET_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check for mcpu
30432         not cpu.
30433         (CRIS_LINK_SUBTARGET_SPEC): Don't generate -rpath-link options.
30434         Don't handle -shlib.
30436 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30438         * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
30439         (CC1_SPEC): Don't handle -profile.
30441 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30443         * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
30444         * config/mips/mips.h (CC1_SPEC): Likewise.
30446 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30448         * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
30449         * config/mips/mips.h (CC1_SPEC): Likewise.
30451 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30453         * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
30454         * config/m32r/linux.h (LINK_SPEC): Likewise.
30455         * config/mips/linux.h (LINK_SPEC): Likewise.
30456         * config/mips/linux64.h (LINK_SPEC): Likewise.
30457         * config/sparc/linux.h (LINK_SPEC): Likewise.
30458         * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
30459         LINK_SPEC): Likewise.
30460         * config/xtensa/linux.h (LINK_SPEC): Likewise.
30462 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30464         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
30465         %{version:-v}.
30466         * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
30468 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30470         * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
30471         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
30473 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
30475         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
30477 2011-01-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30479         * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
30480         supports -Bstatic/-Bdynamic.
30481         * configure: Regenerate.
30483 2011-01-14  Jan Hubicka  <jh@suse.cz>
30484             Jack Howarth  <howarth@bromo.med.uc.edu>
30486         PR target/46037
30487         * config/darwin.c (darwin_override_options): Honor flag_gtoggle
30488         when checking debug_info_level. Test write_symbols instead of
30489         debug_hooks->var_location when setting flag_var_tracking_uninit.
30491 2011-01-14  Richard Guenther  <rguenther@suse.de>
30493         PR tree-optimization/47179
30494         * target.def (ref_may_alias_errno): New target hook.
30495         * targhooks.h (default_ref_may_alias_errno): Declare.
30496         * targhooks.c: Include tree-ssa-alias.h and tree-flow.h.
30497         (default_ref_may_alias_errno): New function.
30498         * target.h (struct ao_ref_s): Declare.
30499         * tree-ssa-alias.c: Include target.h.
30500         (call_may_clobber_ref_p_1): Use the ref_may_alias_errno target hook.
30501         * Makefile.in (tree-ssa-alias.o): Adjust dependencies.
30502         (targhooks.o): Likewise.
30503         * doc/tm.texi.in (TARGET_REF_MAY_ALIAS_ERRNO): Document.
30504         * doc/tm.texi (TARGET_REF_MAY_ALIAS_ERRNO): Copy documentation.
30506 2011-01-14  Richard Guenther  <rguenther@suse.de>
30508         * tree-ssa-structalias.c  (new_var_info): Use DECL_HARD_REGISTER.
30510 2011-01-14  Richard Guenther  <rguenther@suse.de>
30512         PR tree-optimization/47280
30513         * tree-ssa-forwprop.c (associate_plusminus): Cleanup EH and
30514         return CFG changes.
30515         (tree_ssa_forward_propagate_single_use_vars): Deal with
30516         CFG changes from associate_plusminus.
30518 2011-01-14  Richard Guenther  <rguenther@suse.de>
30520         PR middle-end/47281
30521         Revert
30522         2011-01-11  Richard Guenther  <rguenther@suse.de>
30524         PR tree-optimization/46076
30525         * tree-ssa.c (useless_type_conversion_p): Conversions from
30526         unprototyped to empty argument list function types are useless.
30528 2011-01-14  Richard Guenther  <rguenther@suse.de>
30530         PR tree-optimization/47286
30531         * tree-ssa-structalias.c (new_var_info): Register variables are global.
30533 2011-01-14  Martin Jambor  <mjambor@suse.cz>
30535         PR middle-end/46823
30536         * tree-inline.c (expand_call_inline): Get fndecl from call graph edge.
30538 2011-01-13  Anatoly Sokolov  <aesok@post.ru>
30540         * config/xtensa/xtensa.h (XTENSA_LIBCALL_VALUE, LIBCALL_VALUE,
30541         LIBCALL_OUTGOING_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
30542         * config/xtensa/xtensa.c (xtensa_libcall_value,
30543         xtensa_function_value_regno_p): New functions.
30544         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
30546 2011-01-13  Kai Tietz  <kai.tietz@onevision.com>
30548         PR c++/47213
30549         * config/i386/cygming.h (TARGET_ASM_ASSEMBLE_VISIBILITY):
30550         PE specific hook.
30551         * config/i386/i386-protos.h (i386_pe_assemble_visibility):
30552         New function prototype.
30553         * config/i386/winnt.c (i386_pe_assemble_visibility):
30554         Warn only if attribute was specified by user.
30556 2011-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
30558         PR target/47251
30559         * config/rs6000/rs6000.md (floatunsdidf2): Add check for hardware
30560         floating point.
30561         (floatunsdidf2_fcfidu): Ditto.
30563 2011-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30565         * config/s390/s390.c (print_operand_address): Replace 'error' with
30566         'output_operand_lossage'.
30567         (print_operand): Likewise.
30569 2011-01-13  Jeff Law  <law@redhat.com>
30571         PR rtl-optimization/39077
30572         * doc/invoke.texi (max-gcse-insertion-ratio): Document.
30573         * params.h (MAX_GCSE_INSERTION_RATIO): Define.
30574         * params.def (PARAM_MAX_GCSE_INSERTION_RATIO): Define.
30575         * lcm.c (pre_edge_lcm): Properly initialize output sbitmaps.
30576         * gcse.c (prune_insertions_deletions): New function.
30577         (compute_pre_data): Use it.
30579 2011-01-13  Dodji Seketeli  <dodji@redhat.com>
30581         PR debug/PR46973
30582         * dwarf2out.c (prune_unused_types_mark_generic_parms_dies): New
30583         static function.
30584         (prune_unused_types_mark): Use it.
30586 2011-01-13  Andrey Belevantsev  <abel@ispras.ru>
30588         PR rtl-optimization/45352
30589         * sel-sched.c: Update copyright years.
30590         (reset_sched_cycles_in_current_ebb): Also recheck the DFA state
30591         in the advancing loop when we have issued issue_rate insns.
30593 2011-01-12  Richard Henderson  <rth@redhat.com>
30595         * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): New.
30596         (TARGET_MD_ASM_CLOBBERS): New.
30598         * config/mn10300/mn10300.c (mn10300_delegitimize_address): New.
30599         (TARGET_DELEGITIMIZE_ADDRESS): New.
30601         * config/mn10300/mn10300.md (UNSPEC_BSCH): New.
30602         (clzsi2, *bsch): New patterns.
30604         * config/mn10300/mn10300.md (INT): New mode iterator.
30605         (*mov<INT>_clr): New pattern, and peep2 to generate it.
30607         * config/mn10300/mn10300.c (mn10300_option_override): Force enable
30608         flag_split_wide_types.
30610         * config/mn10300/mn10300.c (mn10300_asm_trampoline_template): Remove.
30611         (mn10300_trampoline_init): Rewrite without a template, an immediate
30612         load and a direct branch.
30613         * config/mn10300/mn10300.h (TRAMPOLINE_SIZE): Reduce to 16.
30615 2011-01-12  Anatoly Sokolov  <aesok@post.ru>
30617         * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
30618         * config/s390/s390-protos.h (s390_output_addr_const_extra): Remove.
30619         * config/s390/s390.c (s390_output_addr_const_extra): Make static.
30620         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
30622 2011-01-12  Kai Tietz  <kai.tietz@onevision.com>
30624         PR debug/47209
30625         * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
30626         of type.
30628 2011-01-12  Jan Hubicka  <jh@suse.cz>
30630         PR driver/47244
30631         * gcc.c (PLUGIN_COND): Update to disable plugin unless -flto is used.
30632         (PLUGIN_COND_CLOSE): New macro.
30633         (LINK_COMMAND_SPEC): Update to use PLUGIN_COND_CLOSE.
30635 2011-01-12  Richard Guenther  <rguenther@suse.de>
30637         PR lto/47259
30638         * lto-streamer-out.c (output_gimple_stmt): Do not wrap
30639         register variables in a MEM_REF.
30641 2011-01-12  Joseph Myers  <joseph@codesourcery.com>
30643         * config.gcc (arm*-*-linux*, bfin*-uclinux*, bfin*-linux-uclibc*,
30644         crisv32-*-linux* | cris-*-linux*, frv-*-*linux*, moxie-*-uclinux*,
30645         hppa*64*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux* |
30646         i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
30647         i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
30648         x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
30649         ia64*-*-linux*, lm32-*-uclinux*, m32r-*-linux*, m32rle-*-linux*,
30650         m68k-*-uclinux*, m68k-*-linux*, microblaze*-linux*,
30651         mips64*-*-linux* | mipsisa64*-*-linux*, mips*-*-linux*,
30652         s390-*-linux*, s390x-*-linux*, sh*-*-linux*, sparc-*-linux*,
30653         sparc64-*-linux*, vax-*-linux*, xtensa*-*-linux*,
30654         am33_2.0-*-linux*): Use gnu-user.h before linux.h.
30655         * config/gnu-user.h: New.  Copied from linux.h.
30656         (LINUX_TARGET_STARTFILE_SPEC): Rename to
30657         GNU_USER_TARGET_STARTFILE_SPEC.
30658         (LINUX_TARGET_ENDFILE_SPEC): Rename to
30659         GNU_USER_TARGET_ENDFILE_SPEC.
30660         (LINUX_TARGET_CC1_SPEC): Rename to GNU_USER_TARGET_CC1_SPEC.
30661         (LINUX_TARGET_LIB_SPEC): Rename to GNU_USER_TARGET_LIB_SPEC.
30662         (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC,
30663         LINUX_TARGET_OS_CPP_BUILTINS, CHOOSE_DYNAMIC_LINKER1,
30664         CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
30665         UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
30666         BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,
30667         BIONIC_DYNAMIC_LINKER64, LINUX_DYNAMIC_LINKER,
30668         LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64,
30669         TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Remove.
30670         * config/arm/linux-eabi.h (CC1_SPEC): Use
30671         GNU_USER_TARGET_CC1_SPEC.
30672         (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC.
30673         (STARTFILE_SPEC): Use GNU_USER_TARGET_STARTFILE_SPEC.
30674         (ENDFILE_SPEC): Use GNU_USER_TARGET_ENDFILE_SPEC
30675         * config/linux.h (NO_IMPLICIT_EXTERN_C, ASM_APP_ON, ASM_APP_OFF,
30676         LINUX_TARGET_STARTFILE_SPEC, STARTFILE_SPEC,
30677         LINUX_TARGET_ENDFILE_SPEC, ENDFILE_SPEC, LINUX_TARGET_CC1_SPEC,
30678         CC1_SPEC, CPLUSPLUS_CPP_SPEC, LINUX_TARGET_LIB_SPEC, LIB_SPEC,
30679         LINK_EH_SPEC, LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Remove.
30681 2011-01-12  Richard Guenther  <rguenther@suse.de>
30683         PR other/46946
30684         * doc/invoke.texi (ffast-math): Document it is turned on
30685         with -Ofast.
30687 2011-01-12  Jan Hubicka  <jh@suse.cz>
30689         PR tree-optimization/47233
30690         * opts.c (common_handle_option): Disable ipa-reference with profile
30691         feedback.
30693 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
30695         * c-parser.c (c_parser_objc_at_property_declaration): Improved
30696         error message.
30698 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
30700         * c-parser.c (c_lex_one_token): Updated and reindented some
30701         comments.  No changes in code.
30703 2011-01-11  Ian Lance Taylor  <iant@google.com>
30705         * godump.c (go_output_var): Don't output the variable if there is
30706         already a type with the same name.
30708 2011-01-11  Ian Lance Taylor  <iant@google.com>
30710         * godump.c (go_format_type): Don't generate float80.
30712 2011-01-11  Richard Henderson  <rth@redhat.com>
30714         * config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
30715         declaration.  Rewrite for both speed and size.
30716         (mn10300_address_cost_1): Remove.
30717         (mn10300_register_move_cost): New.
30718         (mn10300_memory_move_cost): New.
30719         (mn10300_rtx_costs): Rewrite for both speed and size.  Don't handle
30720         ZERO_EXTRACT.  Do handle UNSPEC, arithmetic, logicals, compare,
30721         extensions, shifts, BSWAP, CLZ.
30722         (mn10300_wide_const_load_uses_clr): Remove.
30723         (TARGET_REGISTER_MOVE_COST): New.
30724         (TARGET_MEMORY_MOVE_COST): New.
30725         * config/mn10300/mn10300-protos.h: Update.
30726         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Remove.
30728         * config/mn10300/constraints.md ("R", "T"): Remove constraints.
30729         * config/mn10300/mn10300.c (mn10300_mask_ok_for_mem_btst): Remove.
30730         * config/mn10300/mn10300-protos.h: Update.
30731         * config/mn10300/mn10300.md (movsi_internal): Don't use "R".
30732         (*byte_clear, *byte_set, *bit_clear1, *bit_clear2, *bit_set): Remove.
30733         (iorqi3, *am33_iorqi3, *mn10300_iorqi3): Remove.
30734         (*test_int_bitfield, *test_byte_bitfield): Remove.
30735         (*bit_test, *subreg_bit_test): Remove.
30736         * config/mn10300/predicates.md (const_8bit_operand): Remove.
30738         * config/mn10300/constraints.md ("c"): Rename from "A".
30739         ("A", "D"): New constraint letters.
30740         * config/mn10300/mn10300.md (fmasf4): Use the "c" constraint.
30741         (fmssf4, fnmasf4, fnmssf4): Likewise.
30743         * config/mn10300/mn10300.md (isa): New attribute.
30744         (enabled): New attribute.
30746         * config/mn10300/mn10300.md (absdf2, negdf2): Remove.
30747         (abssf2, negsf2): Define only for hardware fp.
30748         (sqrtsf2): Reformat.
30749         (addsf3, subsf3, mulsf3): Merge expander and insn.
30751         * config/mn10300/mn10300.h (ARG_PIONTER_CFA_OFFSET): New.
30752         (DEBUGGER_AUTO_OFFSET): Remove.
30753         (DEBUGGER_ARG_OFFSET): Remove.
30755         * config/mn10300/mn10300.c (mn10300_gen_multiple_store): Make static.
30756         Emit register stores with the same offsets as the hardware.
30757         (mn10300_store_multiple_operation): Don't check that the register
30758         save offsets are monotonic.
30759         * config/mn10300/mn10300-protos.h: Update.
30761         * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
30763         * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
30764         in terms of the value on the stack, not the MDR register.
30766 2011-01-11  Jan Hubicka  <jh@suse.cz>
30768         PR lto/45721
30769         PR lto/45375
30770         * tree.h (symbol_alias_set_t): Move typedef here from varasm.c
30771         (symbol_alias_set_destroy, symbol_alias_set_contains,
30772         propagate_aliases_backward): Declare.
30773         * lto-streamer-out.c (struct sets): New sturcture.
30774         (trivally_defined_alias): New function.
30775         (output_alias_pair_p): Rewrite.
30776         (output_unreferenced_globals): Fix output of alias pairs.
30777         (produce_symtab): Likewise.
30778         * ipa.c (function_and_variable_visibility): Set weak alias destination
30779         as needed in lto.
30780         * varasm.c (symbol_alias_set_t): Remove.
30781         (symbol_alias_set_destroy): Export.
30782         (propagate_aliases_forward, propagate_aliases_backward): New functions
30783         based on ...
30784         (compute_visible_aliases): ... this one; remove.
30785         (trivially_visible_alias): New
30786         (trivially_defined_alias): New.
30787         (remove_unreachable_alias_pairs): Rewrite.
30788         (finish_aliases_1): Reorganize code checking if alias is defined.
30789         * passes.c (rest_of_decl_compilation): Do not call assemble_alias when
30790         in LTO mode.
30792 2011-01-11  Richard Guenther  <rguenther@suse.de>
30794         PR tree-optimization/46076
30795         * tree-ssa.c (useless_type_conversion_p): Conversions from
30796         unprototyped to empty argument list function types are useless.
30798 2011-01-11  Richard Guenther  <rguenther@suse.de>
30800         PR middle-end/45235
30801         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not mark
30802         volatile MEMs as MEM_READONLY_P.
30804 2011-01-11  Richard Guenther  <rguenther@suse.de>
30806         PR tree-optimization/47239
30807         * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.
30809 2011-01-11  Jeff Law  <law@redhat.com>
30811         PR tree-optimization/47086
30812         * tree-ssa-loop-ivopts.c (find_givs_in_stmt_scev): Do not record
30813         IVs from statements that might throw.
30815 2011-01-10  Jan Hubicka  <jh@suse.cz>
30817         PR lto/45375
30818         * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
30820 2011-01-10  Jan Hubicka  <jh@suse.cz>
30822         PR lto/45375
30823         * profile.c (read_profile_edge_counts): Ignore profile inconistency
30824         when correcting profile.
30826 2011-01-10  Jan Hubicka  <jh@suse.cz>
30828         PR lto/46083
30829         * lto-streamer-out.c (pack_ts_function_decl_value_fields): Store
30830         DECL_FINI_PRIORITY.
30831         * lto-streamer-in.c (unpack_ts_function_decl_value_fields):
30832         Restore DECL_FINI_PRIORITY.
30834 2011-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30836         * doc/gimple.texi: Fix quoting of multi-word return values in
30837         @deftypefn statements.  Ensure presence of return value.  Wrap
30838         overlong @deftypefn lines.
30839         (is_gimple_operand, is_gimple_min_invariant_address): Remove
30840         descriptions of removed functions.
30841         * doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
30842         of multi-word return value in @deftypefn statement.
30844 2011-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30846         * doc/gimple.texi (Temporaries, Operands, Compound Lvalues)
30847         (Conditional Expressions, Logical Operators)
30848         (Statement and operand traversals): Do not indent smallexample
30849         code.  Fix duplicate function argument in example.
30851 2011-01-10  Jeff Law  <law@redhat.com>
30853         PR tree-optimization/47141
30854         * ipa-split.c (split_function): Handle case where we are
30855         returning a value and the return block has a virtual operand phi.
30857 2011-01-10  Jan Hubicka  <jh@suse.cz>
30859         PR tree-optimization/47234
30860         * tree-pass.h (TODO_rebuild_cgraph_edges): New TODO.
30861         (pass_feedback_split_functions): Declare.
30862         * passes.c (init_optimization_passes): Add ipa-split as subpass of
30863         tree-profile.
30864         * ipa-split.c (gate_split_functions): Update comments; disable
30865         split-functions for profile_arc_flag and branch_probabilities.
30866         (gate_feedback_split_functions): New function.
30867         (execute_feedback_split_functions): New function.
30868         (pass_feedback_split_functions): New global var.
30870 2011-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30872         PR lto/46760
30873         * tree-inline.c (tree_can_inline_p): Check e->call_stmt before
30874         calling gimple_call_set_cannot_inline.
30876 2011-01-10  Iain Sandoe  <iains@gcc.gnu.org>
30878         * config/darwin-sections.def: Remove unused section.
30880 2011-01-10  Dave Korn  <dave.korn.cygwin@gmail.com>
30882         PR c++/47218
30883         * cgraphunit.c (assemble_thunk): Call resolve_unique_section.
30885 2011-01-09  Nicola Pero  <nicola.pero@meta-innovation.com>
30887         PR objc/47232
30888         * c-parser.c (c_parser_declaration_or_fndef): Improved
30889         error message.
30891 2011-01-09  Kai Tietz  <kai.tietz@onevision.com>
30893         * config/i386/winnt.c (i386_pe_start_function): Make sure
30894         to switch back to function's section.
30896 2011-01-09  Iain Sandoe  <iains@gcc.gnu.org>
30898         PR gcc/46902
30899         PR testsuite/46912
30900         * plugin.c: Move include of dlfcn.h from here...
30901         * system.h: ... to here.
30903 2011-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30905         * doc/cpp.texi (C++ Named Operators): Fix markup for header
30906         file name.
30907         * doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
30908         two extra empty pages in PDF output.
30910 2011-01-08  Nicola Pero  <nicola.pero@meta-innovation.com>
30912         PR objc/47078
30913         * c-parser.c (c_parser_objc_type_name): If the type is unknown,
30914         for error recovery purposes behave as if it was not specified so
30915         that the default type is usd.
30917 2011-01-07  Jan Hubicka  <jh@suse.cz>
30919         PR tree-optmization/46469
30920         * ipa.c (function_and_variable_visibility): Clear needed flags on
30921         nodes with external decls; handle weakrefs merging correctly.
30923 2011-01-07  Joseph Myers  <joseph@codesourcery.com>
30925         * opts.c (finish_options): Set opts->x_flag_opts_finished to true,
30926         not false.
30928 2011-01-07  Jan Hubicka  <jh@suse.cz>
30930         * doc/invoke.texi (-flto, -fuse-linker-plugin): Update defaults
30931         and no longer claim that gold is required for linker plugin.
30932         * configure: Regenerate.
30933         * gcc.c (PLUGIN_COND): New macro.
30934         (LINK_COMMAND_SPEC): Use it.
30935         (main): Default to plugin enabled with HAVE_LTO_PLUGIN is set.
30936         * config.in (HAVE_LTO_PLUGIN): New.
30937         * configure.ac (--with-lto-plugin): New parameter; autodetect
30938         HAVE_LTO_PLUGIN.
30940 2011-01-07  Jan Hubicka  <jh@suse.cz>
30942         PR tree-optimization/46367
30943         * ipa-inline.c (cgraph_clone_inlined_nodes): Use original function only
30944         when we can update original.
30945         (cgraph_mark_inline_edge): Sanity check.
30946         * ipa-prop.c (ipa_make_edge_direct_to_target): Sanity check.
30948 2011-01-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
30950         * config/spu/spu.h (ASM_COMMENT_START): Define.
30952 2011-01-07  H.J. Lu  <hongjiu.lu@intel.com>
30954         PR driver/42445
30955         * gcc.c (%>S): New.
30956         (SWITCH_KEEP_FOR_GCC): Likewise.
30957         (set_collect_gcc_options): Check SWITCH_KEEP_FOR_GCC.
30958         (do_spec_1): Handle "%>".
30960         * config/i386/i386.h (CC1_CPU_SPEC): Replace "%<" with "%>".
30962 2011-01-07  Jakub Jelinek  <jakub@redhat.com>
30964         PR target/47201
30965         * config/i386/i386.c (ix86_delegitimize_address): If
30966         simplify_gen_subreg fails, return orig_x.
30968         PR bootstrap/47187
30969         * value-prof.c (gimple_stringop_fixed_value): Handle
30970         lhs of the call properly.
30972 2011-01-07  Jan Hubicka  <jh@suse.cz>
30974         PR lto/45375
30975         * lto-opt.c (lto_reissue_options): Set flag_shlib.
30977 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>
30979         * target.def (function_switched_text_sections): New hook.
30980         * doc/tm.texi: Regenerated.
30981         * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
30982         * final.c (default_function_switched_text_sections): New.
30983         (final_scan_insn): Call function_switched_text_sections when a
30984         mid-function section change occurs.
30985         * output.h (default_function_switched_text_sections): Declare.
30986         * config/darwin-protos.h (darwin_function_switched_text_sections):
30987         Likewise.
30988         * config/darwin.c (darwin_function_switched_text_sections): New.
30989         * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
30991 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>
30993         * dwarf2out.c (gen_subprogram_die):  Add pubnames with code ranges for
30994         DWARF >= 3.  Add pubnames for the primary section and a reduced DIE for
30995         the secondary code fragment when outputting for DWARF == 2.
30997 2011-01-07  Anatoly Sokolov  <aesok@post.ru>
30999         * config/xtensa/xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
31000         * config/xtensa/xtensa-protos.h (xtensa_output_addr_const_extra):
31001         Remove.
31002         * config/xtensa/xtensa.c (xtensa_output_addr_const_extra): Make static.
31003         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
31005 2011-01-06  Eric Botcazou  <ebotcazou@adacore.com>
31007         PR debug/46704
31008         * dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
31009         when it is not empty.
31011 2011-01-06  Changpeng Fang  <changpeng.fang@amd.com>
31013         Bobcat Enablement
31014         * config.gcc (i[34567]86-*-linux* | ...): Add btver1.
31015         (case ${target}): Add btver1.
31016         * config/i386/driver-i386.c (host_detect_local_cpu): Let
31017         -march=native recognize btver1 processors.
31018         * config/i386/i386-c.c (ix86_target_macros_internal): Add
31019         btver1 def_and_undef
31020         * config/i386/i386.c (struct processor_costs btver1_cost): New
31021         btver1 cost table.
31022         (m_BTVER1): New definition.
31023         (m_AMD_MULTIPLE): Includes m_BTVER1.
31024         (initial_ix86_tune_features): Add btver1 tune.
31025         (processor_target_table): Add btver1 entry.
31026         (static const char *const cpu_names): Add btver1 entry.
31027         (software_prefetching_beneficial_p): Add btver1.
31028         (ix86_option_override_internal): Add btver1 instruction sets.
31029         (ix86_issue_rate): Add btver1.
31030         (ix86_adjust_cost): Add btver1.
31031         * config/i386/i386.h (TARGET_BTVER1): New definition.
31032         (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver1.
31033         (enum processor_type): Add PROCESSOR_BTVER1.
31034         * config/i386/i386.md (define_attr "cpu"): Add btver1.
31036 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31038         PR target/43309
31039         * config/i386/i386.c (legitimize_tls_address)
31040         <TLS_MODEL_INITIAL_EXEC>: Handle TARGET_64BIT && TARGET_SUN_TLS.
31041         * config/i386/i386.md (UNSPEC_TLS_IE_SUN): Declare.
31042         (tls_initial_exec_64_sun): New pattern.
31044 2011-01-06  Gerald Pfeifer  <gerald@pfeifer.com>
31046         * doc/invoke.texi (Overall Options): Improve wording and markup
31047         of the description of -wrapper.
31049 2011-01-06  Joseph Myers  <joseph@codesourcery.com>
31051         * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
31052         rdynamic, threads): New Driver options.
31054 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31056         PR target/38118
31057         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Also switch to .bss
31058         if coming from .tdata.
31059         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
31061 2011-01-06  Jan Hubicka  <jh@suse.cz>
31063         PR lto/47188
31064         * collect2.c (main): Do not enable LTOmode when plugin is active.
31066 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31068         PR other/45915
31069         * configure.ac (gcc_cv_as_gnu_unique_object): Only use ldd
31070         --version output if supported.
31071         * configure: Regenerate.
31073 2011-01-06  Joseph Myers  <joseph@codesourcery.com>
31075         * config/linux-android.opt (tno-android-cc, tno-android-ld): New
31076         Driver options.
31078 2011-01-06  Jakub Jelinek  <jakub@redhat.com>
31080         PR c/47150
31081         * c-convert.c (convert): When converting a complex expression
31082         other than COMPLEX_EXPR to a different complex type, ensure
31083         c_save_expr is called instead of save_expr, unless in_late_binary_op.
31084         * c-typeck.c (convert_for_assignment): Set in_late_binary_op also
31085         when converting COMPLEX_TYPE.
31087 2011-01-06  Ira Rosen  <irar@il.ibm.com>
31089         PR tree-optimization/47139
31090         * tree-vect-loop.c (vect_is_simple_reduction_1): Check that
31091         only the last reduction value is used outside the loop.  Update
31092         documentation.
31094 2011-01-05  Joseph Myers  <joseph@codesourcery.com>
31096         * config/rtems.opt: New.
31097         * config.gcc (*-*-rtems*): Use rtems.opt.
31099 2011-01-05  Changpeng Fang  <changpeng.fang@amd.com>
31101         * config/i386/i386.c (ix86_option_override_internal): Bulldozer
31102         processors do not support 3DNow instructions.
31104 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
31106         * config/spu/spu.c (spu_option_override): Set parameter
31107         PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1.
31109 2011-01-05  Jan Hubicka  <jh@suse.cz>
31111         * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified
31112         at the command line.
31114 2011-01-05  Martin Jambor  <mjambor@suse.cz>
31116         PR lto/47162
31117         * lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
31118         deltas on streamed outgoing edges.
31119         (output_node_opt_summary): Output info for outgoing edges only when
31120         the node is in new parameter set.
31121         (output_cgraph_opt_summary): New parameter set, passed to the two
31122         aforementioned functions.  Update its forward declaration and its
31123         callee too.
31125 2011-01-05  Tom Tromey  <tromey@redhat.com>
31127         * c-parser.c (c_parser_omp_atomic): Pass location of assignment
31128         operator to c_finish_omp_atomic.
31129         * c-typeck.c (lvalue_or_else): Add 'loc' argument.
31130         (build_unary_op): Update.
31131         (build_modify_expr): Update.
31132         (build_asm_expr): Update.
31134 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
31136         * config/spu/spu.c (emit_nop_for_insn): Set INSN_LOCATOR for
31137         newly inserted insns.
31138         (pad_bb): Likewise.
31139         (spu_emit_branch_hint): Likewise.
31140         (insert_hbrp_for_ilb_runout): Likewise.
31141         (spu_machine_dependent_reorg): Call df_finish_pass after
31142         schedule_insns returns.
31144 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
31146         * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage.
31148 2011-01-05  Eric Botcazou  <ebotcazou@adacore.com>
31150         PR tree-optimization/47005
31151         * tree-sra.c (struct access): Add 'non_addressable' bit.
31152         (create_access): Set it for a DECL_NONADDRESSABLE_P field.
31153         (decide_one_param_reduction): Return 0 if the parameter is passed by
31154         reference and one of the accesses in the group is non_addressable.
31156 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
31158         PR tree-optimization/47056
31159         * cgraphbuild.c (mark_address): Remove ATTRIBUTE_UNUSED markers.
31160         (mark_load): Likewise.  Handle FUNCTION_DECL specially.
31161         (mark_store): Likewise.  Pass STMT to ipa_record_reference.
31163 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
31165         * dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the
31166         initializer.  Skip view conversions from aggregate types.
31168 2011-01-04  Kai Tietz  <kai.tietz@onevision.com>
31170         PR bootstrap/47055
31171         * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.
31173 2011-01-04  Philipp Thomas  <pth@suse.de>
31175         * config/microblaze/microbalse.opt (mxl-float-convert): Fix
31176         obvious typo.
31178 2011-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
31180         * function.c (thread_prologue_and_epilogue_insns): Do not crash
31181         on empty epilogue sequences.
31183 2011-01-04  Joseph Myers  <joseph@codesourcery.com>
31185         * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
31186         non-static): New Driver options.
31188 2011-01-04  Jie Zhang  <jie@codesourcery.com>
31190         PR driver/47137
31191         * gcc.c (default_compilers[]): Set combinable field to 0
31192         for all assembly languages.
31194 2011-01-04  Mingjie Xing  <mingjie.xing@gmail.com>
31196         * config/mips/loongson3a.md: New file.
31197         * config/mips/mips.md: Include loongson3a.md.
31198         * config/mips/mips.c (mips_multipass_dfa_lookahead): Return 4 when
31199         TUNE_LOONGSON_3A.
31201 2011-01-03  Eric Botcazou  <ebotcazou@adacore.com>
31203         PR middle-end/47017
31204         * expr.c (expand_expr_real_1) <MEM_REF>: Call memory_address_addr_space
31205         instead of convert_memory_address_addr_space on the base expression.
31207 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
31209         * config/spu/spu.c (spu_option_override): Update error text
31210         for bad -march= / -mtune= values.
31212 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
31214         * config/spu/spu.c (asm_file_start): Only reset flag_var_tracking
31215         if branch-hint optimization will be performed.
31217 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
31219         PR tree-optimization/47148
31220         * ipa-split.c (split_function): Convert arguments to
31221         DECL_ARG_TYPE if possible.
31223         PR tree-optimization/47155
31224         * tree-ssa-ccp.c (bit_value_binop_1): Use r1type instead of type
31225         when computing uns.
31227         PR rtl-optimization/47157
31228         * combine.c (try_combine): If undobuf.other_insn becomes
31229         (set (pc) (pc)) jump, call update_cfg_for_uncondjump on it
31230         and set *new_direct_jump_p too.
31232 2011-01-03  Sebastian Pop  <sebastian.pop@amd.com>
31234         PR tree-optimization/47021
31235         * graphite-sese-to-poly.c (scan_tree_for_params): Handle ADDR_EXPR.
31237 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
31239         * gcc.c (process_command): Update copyright notice dates.
31240         * gcov.c (print_version): Likewise.
31241         * gcov-dump.c (print_version): Likewise.
31242         * mips-tfile.c (main): Likewise.
31243         * mips-tdump.c (main): Likewise.
31245 2011-01-03  Martin Jambor  <mjambor@suse.cz>
31247         PR tree-optimization/46801
31248         * tree-sra.c (type_internals_preclude_sra_p): Check whether
31249         aggregate fields start at byte boundary instead of the bit-field flag.
31251 2011-01-03  H.J. Lu  <hongjiu.lu@intel.com>
31253         PR driver/47137
31254         * gcc.c (main): Revert revision 168407.
31256 2011-01-03  Martin Jambor  <mjambor@suse.cz>
31258         * lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
31260 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
31262         * tree-vect-generic.c (expand_vector_operations_1): When using vector/
31263         vector optab to expand vector/scalar shift, update gimple to vector.
31265 2011-01-03  Martin Jambor  <mjambor@suse.cz>
31267         * cgraphunit.c (verify_cgraph_node): Verify there is no direct call to
31268         a thunk.
31270 2011-01-03  Martin Jambor  <mjambor@suse.cz>
31272         PR tree-optimization/46984
31273         * cgraph.h (cgraph_indirect_call_info): make field thunk_delta
31274         HOST_WIDE_INT.
31275         (cgraph_create_indirect_edge): Fixed line length.
31276         (cgraph_indirect_call_info): Declare.
31277         (cgraph_make_edge_direct) Update declaration.
31278         * cgraph.c (cgraph_allocate_init_indirect_info): New function.
31279         (cgraph_create_indirect_edge): Use it.
31280         (cgraph_make_edge_direct): Made delta HOST_WIDE_INT.  Updated all
31281         callees.
31282         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update for
31283         the new thunk_delta representation.
31284         * ipa-prop.c (ipa_make_edge_direct_to_target): Convert delta to
31285         HOST_WIDE_INT.
31286         (ipa_write_indirect_edge_info): Remove streaming of thunk_delta.
31287         (ipa_read_indirect_edge_info): Likewise.
31288         * lto-cgraph.c (output_edge_opt_summary): New function.
31289         (output_node_opt_summary): Call it on all outgoing edges.
31290         (input_edge_opt_summary): New function.
31291         (input_node_opt_summary): Call it on all outgoing edges.
31293 2011-01-02  H.J. Lu  <hongjiu.lu@intel.com>
31295         PR driver/47137
31296         * gcc.c (main): Don't check have_o when settting combine_inputs.
31298 2011-01-02  Eric Botcazou  <ebotcazou@adacore.com>
31300         * regrename.c: Add general comment describing the pass.
31301         (struct du_head): Remove 'length' field.
31302         (get_element, merge_sort_comparison, merge, sort_du_head): Remove.
31303         (regrename_optimize): Do not sort chains.  Rework comments, add others.
31304         Force renaming to the preferred class (if any) in the first pass and do
31305         not consider registers that belong to it in the second pass.
31306         (create_new_chain): Do not set 'length' field.
31307         (scan_rtx_reg): Likewise.
31309 2011-01-02  Jakub Jelinek  <jakub@redhat.com>
31311         PR tree-optimization/47140
31312         * tree-ssa-ccp.c (evaluate_stmt): For binary assignments, use
31313         TREE_TYPE (lhs) instead of TREE_TYPE (rhs1) as second argument
31314         to bit_value_binop.
31316         PR rtl-optimization/47028
31317         * cfgexpand.c (gimple_expand_cfg): Insert entry edge insertions after
31318         parm_birth_insn instead of at the beginning of first bb.
31320 2011-01-02  Mingjie Xing  <mingjie.xing@gmail.com>
31322         * doc/generic.texi: Remove duplicated "@subsubsection Statements".
31323         Remove the word "see" before "@pxref".
31324         * doc/rtl.texi: Remove the word "see" before "@pxref".
31326 2011-01-01  Jan Hubicka  <jh@suse.cz>
31328         * tree-loop-distribution.c (tree_loop_distribution): Do not use freed
31329         memory.
31331 2011-01-01  Kai Tietz  <kai.tietz@onevision.com>
31333         PR target/38662
31334         * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
31337 Copyright (C) 2011 Free Software Foundation, Inc.
31339 Copying and distribution of this file, with or without modification,
31340 are permitted in any medium without royalty provided the copyright
31341 notice and this notice are preserved.