OSDN Git Service

2009-03-30 Paolo Bonzini <bonzini@gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2009-03-30  Paolo Bonzini  <bonzini@gnu.org>
2
3         * bb-reorder.c (partition_hot_cold_basic_blocks): Do not
4         enter/exit cfglayout mode.
5         (pass_partition_block): Require it.
6         * combine.c (find_single_use, reg_dead_at_p): Use CFG.
7         (combine_instructions): Track basic blocks instead of labels.
8         (update_cfg_for_uncondjump): New.
9         (try_combine): Use it.  Update jumps after rescanning.
10         (pass_combine): Require PROP_cfglayout.
11         * passes.c (pass_outof_cfg_layout_mode): Move after regmove.
12
13 2009-03-30  Paolo Bonzini  <bonzini@gnu.org>
14
15         * cfglayout.c (pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode):
16         Provide/destroy PROP_cfglayout respectively.
17         * gcse.c (pass_jump_bypass, pass_gcse): Require it.
18         * tree-pass.h (PROP_cfglayout): New.
19
20 2009-03-30  Paolo Bonzini  <bonzini@gnu.org>
21
22         * fold-const.c (const_binop, fold_convert_const_real_from_fixed,
23         fold_convert_const_fixed_from_fixed,
24         fold_convert_const_fixed_from_int,
25         fold_convert_const_fixed_from_real, fold_negate_const): Do not
26         set TREE_CONSTANT_OVERFLOW.
27         * tree.def: Remove mention of TREE_CONSTANT_OVERFLOW.
28         * tree.h (TREE_CONSTANT_OVERFLOW): Delete.
29
30 2009-03-30  Ira Rosen  <irar@il.ibm.com>
31
32         * tree-vect-loop-manip.c: New file.
33         * tree-vectorizer.c: Update documentation and included files.
34         (vect_loop_location): Make extern.
35         (rename_use_op): Move to tree-vect-loop-manip.c
36         (rename_variables_in_bb, rename_variables_in_loop, 
37         slpeel_update_phis_for_duplicate_loop, 
38         slpeel_update_phi_nodes_for_guard1,
39         slpeel_update_phi_nodes_for_guard2, slpeel_make_loop_iterate_ntimes,
40         slpeel_tree_duplicate_loop_to_edge_cfg, slpeel_add_loop_guard,
41         slpeel_can_duplicate_loop_p, slpeel_verify_cfg_after_peeling,
42         set_prologue_iterations, slpeel_tree_peel_loop_to_edge, 
43         find_loop_location): Likewise.
44         (new_stmt_vec_info): Move to tree-vect-stmts.c.
45         (init_stmt_vec_info_vec, free_stmt_vec_info_vec, free_stmt_vec_info,
46         get_vectype_for_scalar_type, vect_is_simple_use,
47         supportable_widening_operation, supportable_narrowing_operation):
48         Likewise.
49         (bb_in_loop_p): Move to tree-vect-loop.c.
50         (new_loop_vec_info, destroy_loop_vec_info, 
51         reduction_code_for_scalar_code, report_vect_op, 
52         vect_is_simple_reduction, vect_is_simple_iv_evolution): Likewise.
53         (vect_can_force_dr_alignment_p): Move to tree-vect-data-refs.c.
54         (vect_supportable_dr_alignment): Likewise.
55         * tree-vectorizer.h (tree-data-ref.h): Include.
56         (vect_loop_location): Declare.
57         Reorganize function declarations according to the new file structure.
58         * tree-vect-loop.c: New file.
59         * tree-vect-analyze.c: Remove. Move functions to tree-vect-data-refs.c, 
60         tree-vect-stmts.c, tree-vect-slp.c, tree-vect-loop.c.
61         * tree-vect-data-refs.c: New file.
62         * tree-vect-patterns.c (timevar.h): Don't include.
63         * tree-vect-stmts.c: New file.
64         * tree-vect-transform.c: Remove. Move functions to tree-vect-stmts.c, 
65         tree-vect-slp.c, tree-vect-loop.c.
66         * Makefile.in (OBJS-common): Remove tree-vect-analyze.o and 
67         tree-vect-transform.o. Add tree-vect-data-refs.o, tree-vect-stmts.o, 
68         tree-vect-loop.o, tree-vect-loop-manip.o, tree-vect-slp.o.
69         (tree-vect-analyze.o): Remove.
70         (tree-vect-transform.o): Likewise.
71         (tree-vect-data-refs.o): Add rule.
72         (tree-vect-stmts.o, tree-vect-loop.o, tree-vect-loop-manip.o, 
73         tree-vect-slp.o): Likewise.
74         (tree-vect-patterns.o): Remove redundant dependencies.
75         (tree-vectorizer.o): Likewise.
76         * tree-vect-slp.c: New file.
77
78 2009-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
79
80         * optc-gen.awk: Warn if an option flag has multiple different
81         help strings.
82
83 2009-03-30  Sebastian Pop  <sebastian.pop@amd.com>
84
85         * doc/invoke.texi (-floop-interchange, -floop-strip-mine,
86         -floop-block): Document dependences on PPL, CLooG and Graphite.
87
88 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
89
90         PR rtl-optimization/323
91         * c-common.c (c_fully_fold, convert_and_check,
92         c_common_truthvalue_conversion): Handle EXCESS_PRECISION_EXPR.
93         (c_fully_fold_internal): Disallow EXCESS_PRECISION_EXPR.
94         * c-common.def (EXCESS_PRECISION_EXPR): New.
95         * c-cppbuiltin.c (builtin_define_float_constants): Define
96         constants with enough digits for long double.
97         * c-lex.c (interpret_float): Interpret constant with excess
98         precision where appropriate.
99         * c-opts.c (c_common_post_options): Set
100         flag_excess_precision_cmdline.  Give an error for
101         -fexcess-precision=standard for C++ for processors where the
102         option is significant.
103         * c-parser.c (c_parser_conditional_expression): Handle excess
104         precision in condition.
105         * c-typeck.c (convert_arguments): Handle arguments with excess
106         precision.
107         (build_unary_op): Move excess precision outside operation.
108         (build_conditional_expr): Likewise.
109         (build_compound_expr): Likewise.
110         (build_c_cast): Do cast on operand of EXCESS_PRECISION_EXPR.
111         (build_modify_expr): Handle excess precision in RHS.
112         (convert_for_assignment): Handle excess precision in converted
113         value.
114         (digest_init, output_init_element, process_init_element): Handle
115         excess precision in initializer.
116         (c_finish_return): Handle excess precision in return value.
117         (build_binary_op): Handle excess precision in operands and add
118         excess precision as needed for operation.
119         * common.opt (-fexcess-precision=): New option.
120         * config/i386/i386.h (X87_ENABLE_ARITH, X87_ENABLE_FLOAT): New.
121         * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
122         For standard excess precision, output explicit conversion to and
123         truncation from XFmode.
124         (*float<SSEMODEI24:mode><X87MODEF:mode>2_1,
125         *float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp,
126         *float<SSEMODEI24:mode><X87MODEF:mode>2_i387, two unnamed
127         define_splits, floatdi<X87MODEF:mode>2_i387_with_xmm, two unnamed
128         define_splits, *floatunssi<mode>2_1, two unnamed define_splits,
129         floatunssi<mode>2, add<mode>3, sub<mode>3, mul<mode>3, divdf3,
130         divsf3, *fop_<mode>_comm_i387, *fop_<mode>_1_i387,
131         *fop_<MODEF:mode>_2_i387, *fop_<MODEF:mode>_3_i387,
132         *fop_df_4_i387, *fop_df_5_i387, *fop_df_6_i387, two unnamed
133         define_splits, sqrt<mode>2): Disable where appropriate for
134         standard excess precision.
135         * convert.c (convert_to_real): Do not shorten arithmetic to type
136         for which excess precision would be used.
137         * defaults.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Define.
138         * doc/invoke.texi (-fexcess-precision=): Document option.
139         (-mfpmath=): Correct index entry.
140         * flags.h (enum excess_precision, flag_excess_precision_cmdline,
141         flag_excess_precision): New.
142         * langhooks.c (lhd_post_options): Set
143         flag_excess_precision_cmdline.
144         * opts.c (common_handle_option): Handle -fexcess-precision=.
145         * toplev.c (flag_excess_precision_cmdline, flag_excess_precision,
146         init_excess_precision): New.
147         (lang_dependent_init_target): Call init_excess_precision.
148         * tree.c (excess_precision_type): New.
149         * tree.h (excess_precision_type): Declare.
150
151 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
152
153         PR c/35235
154         * c-typeck.c (build_component_ref): Do not copy qualifiers from
155         non-lvalue to component.
156
157 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
158
159         PR preprocessor/34695
160         * Makefile.in (c-opts.o): Depend on c-tree.h.
161         * c-common.c: Move down include of diagnostic.h.
162         (done_lexing, c_cpp_error): New.
163         * c-common.h (done_lexing): Declare.
164         * c-decl.c (c_write_global_declarations): Don't check cpp_errors
165         (parse_in).
166         * c-opts.c: Include c-tree.h.
167         (c_common_init_options): Set preprocessor error callback.
168         (c_common_handle_option): Do not set preprocessor
169         inhibit_warnings, warnings_are_errors, warn_system_headers,
170         pedantic_errors or inhibit_warnings flags.
171         (c_common_post_options): Do not check cpp_errors (parse_in).
172         (c_common_finish): Do not output dependencies if there were
173         errors.  Do not check return value of cpp_finish.
174         * c-ppoutput.c (pp_file_change): Set input_location.
175         * c-tree.h (c_cpp_error): Declare.
176         * diagnostic.c (diagnostic_set_info_translated): Also initialize
177         override_column.
178         (diagnostic_build_prefix): Check override_column.
179         * diagnostic.h (diagnostic_info): Add override_column field.
180         (diagnostic_override_column): Define.
181
182 2009-03-28  Paolo Bonzini  <bonzini@gnu.org>
183
184         * c-common.c (c_expand_expr, c_staticp): Remove.
185         * c-common.def (COMPOUND_LITERAL_EXPR): Delete.
186         * c-common.h (emit_local_var, c_staticp, COMPOUND_LITERAL_EXPR_DECL,
187         COMPOUND_LITERAL_EXPR_DECL_EXPR): Remove.
188         * c-gimplify.c (gimplify_compound_literal_expr,
189         optimize_compound_literals_in_ctor): Remove.
190         (c_gimplify_expr): Remove COMPOUND_LITERAL_EXPR handling.
191         * c-objc-common.h (LANG_HOOKS_STATICP): Remove.
192         * c-semantics.c (emit_local_var): Remove.
193
194         * langhooks-def.h (lhd_expand_expr): Remove.
195         * langhooks.c (lhd_expand_expr): Remove.
196         * langhooks.h (LANG_HOOKS_DEF): Remove LANG_HOOKS_EXPAND_EXPR.
197
198         * expr.c (expand_expr_real_1): Move COMPOUND_LITERAL_EXPR
199         handling from c-semantics.c; don't call into langhook.
200         (expand_expr_addr_expr_1): Check that we don't get non-GENERIC trees.
201         * gimplify.c (gimplify_compound_literal_expr,
202         optimize_compound_literals_in_ctor): Move from c-gimplify.c.
203         (gimplify_init_constructor): Call optimize_compound_literals_in_ctor.
204         (gimplify_modify_expr_rhs, gimplify_expr): Handle COMPOUND_LITERAL_EXPR
205         as was done in c-gimplify.c.
206         * tree.c (staticp): Move COMPOUND_LITERAL_EXPR handling from c_staticp.
207         * tree.h (COMPOUND_LITERAL_EXPR_DECL, COMPOUND_LITERAL_EXPR_DECL_EXPR):
208         Move from c-common.h.
209         * tree.def (COMPOUND_LITERAL_EXPR): Move from c-common.def.
210
211         * tree.c (staticp): Do not call langhook.
212         * langhooks.c (lhd_staticp): Delete.
213         * langhooks-def.h (lhd_staticp): Delete prototype.
214         (LANG_HOOKS_STATICP): Delete.
215         (LANG_HOOKS_INITIALIZER): Delete LANG_HOOKS_STATICP.
216
217         * doc/c-tree.texi (Expression nodes): Refer to DECL_EXPRs
218         instead of DECL_STMTs.
219
220 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
221
222         PR c/456
223         PR c/5675
224         PR c/19976
225         PR c/29116
226         PR c/31871
227         PR c/35198
228         * builtins.c (fold_builtin_sincos): Build COMPOUND_EXPR in
229         void_type_node.
230         (fold_call_expr): Return a NOP_EXPR from folding rather than the
231         contained expression.
232         * c-common.c (c_fully_fold, c_fully_fold_internal, c_save_expr): New.
233         (c_common_truthvalue_conversion): Use c_save_expr.  Do not fold
234         conditional expressions for C.
235         (decl_constant_value_for_optimization): Move from
236         decl_constant_value_for_broken_optimization in c-typeck.c.  Check
237         whether optimizing and that the expression is a VAR_DECL not of
238         array type instead of doing such checks in the caller.  Do not
239         check pedantic.  Call gcc_unreachable for C++.
240         * c-common.def (C_MAYBE_CONST_EXPR): New.
241         * c-common.h (c_fully_fold, c_save_expr,
242         decl_constant_value_for_optimization): New prototypes.
243         (C_MAYBE_CONST_EXPR_PRE, C_MAYBE_CONST_EXPR_EXPR,
244         C_MAYBE_CONST_EXPR_INT_OPERANDS, C_MAYBE_CONST_EXPR_NON_CONST,
245         EXPR_INT_CONST_OPERANDS): Define.
246         * c-convert.c (convert): Strip nops from expression.
247         * c-decl.c (groktypename): Take extra parameters expr and
248         expr_const_operands.  Update call to grokdeclarator.
249         (start_decl): Update call to grokdeclarator.  Add statement for
250         expressions used in type of decl.
251         (grokparm): Update call to grokdeclarator.
252         (push_parm_decl): Update call to grokdeclarator.
253         (build_compound_literal): Add parameter non_const and build a
254         C_MAYBE_COSNT_EXPR if applicable.
255         (grokdeclarator): Take extra parameters expr and
256         expr_const_operands.  Track expressions used in declaration
257         specifiers and declarators.  Fold array sizes and track whether
258         they are constant expressions and whether they are integer
259         constant expressions.
260         (parser_xref_tag): Set expr and expr_const_operands fields in
261         return value.
262         (grokfield): Update call to grokdeclarator.
263         (start_function): Update call to grokdeclarator.
264         (build_null_declspecs): Set expr and expr_const_operands fields in
265         return value.
266         (declspecs_add_type): Handle expressions in typeof specifiers.
267         * c-parser.c (c_parser_declspecs): Set expr and
268         expr_const_operands fields for declaration specifiers.
269         (c_parser_enum_specifier): Likewise.
270         (c_parser_struct_or_union_specifier): Likewise.
271         (c_parser_typeof_specifier): Likewise.  Update call to
272         groktypename.  Fold expression as needed.  Return expressions with
273         type instead of adding statements.
274         (c_parser_attributes): Update calls to c_parser_expr_list.
275         (c_parser_statement_after_labels): Fold expression before passing
276         to objc_build_throw_stmt.
277         (c_parser_condition): Fold expression.
278         (c_parser_asm_operands): Fold expression.
279         (c_parser_conditional_expression): Use c_save_expr.  Update call
280         to build_conditional_expr.
281         (c_parser_alignof_expression): Update call to groktypename.
282         (c_parser_postfix_expression): Preserve C_MAYBE_CONST_EXPR as
283         original_code.  Fold expression argument of va_arg.  Create
284         C_MAYBE_CONST_EXPR to preserve side effects of expressions in type
285         argument to va_arg.  Update calls to groktypename.  Fold array
286         index for offsetof.  Verify that first argument to
287         __builtin_choose_expr has integer type.
288         (c_parser_postfix_expression_after_paren_type): Update calls to
289         groktypename and build_compound_literal.  Handle expressions with
290         side effects in type name.
291         (c_parser_postfix_expression_after_primary): Update call to
292         c_parser_expr_list.  Set original_code for calls to
293         __builtin_constant_p.
294         (c_parser_expr_list): Take extra parameter fold_p.  Fold
295         expressions if requested.
296         (c_parser_objc_type_name): Update call to groktypename.
297         (c_parser_objc_synchronized_statement): Fold expression.
298         (c_parser_objc_receiver): Fold expression.
299         (c_parser_objc_keywordexpr): Update call to c_parser_expr_list.
300         (c_parser_omp_clause_num_threads, c_parser_omp_clause_schedule,
301         c_parser_omp_atomic, c_parser_omp_for_loop): Fold expressions.
302         * c-tree.h (CONSTRUCTOR_NON_CONST): Define.
303         (struct c_typespec): Add elements expr and expr_const_operands.
304         (struct c_declspecs): Add elements expr and expr_const_operands.
305         (groktypename, build_conditional_expr, build_compound_literal):
306         Update prototypes.
307         (in_late_binary_op): Declare.
308         * c-typeck.c (note_integer_operands): New function.
309         (in_late_binary_op): New variable.
310         (decl_constant_value_for_broken_optimization): Move to c-common.c
311         and rename to decl_constant_value_for_optimization.
312         (default_function_array_conversion): Do not strip nops.
313         (default_conversion): Do not call
314         decl_constant_value_for_broken_optimization.
315         (build_array_ref): Do not fold result.
316         (c_expr_sizeof_expr): Fold operand.  Use C_MAYBE_CONST_EXPR for
317         result when operand is a VLA.
318         (c_expr_sizeof_type): Update call to groktypename.  Handle
319         expressions included in type name.  Use C_MAYBE_CONST_EXPR for
320         result when operand names a VLA type.
321         (build_function_call): Update call to build_compound_literal.
322         Only fold result for calls to __builtin_* functions.  Strip
323         NOP_EXPR from INTEGER_CST returned from such functions.  Fold
324         the function designator.
325         (convert_arguments): Fold arguments.  Update call to
326         convert_for_assignment.
327         (build_unary_op): Handle increment and decrement of
328         C_MAYBE_CONST_EXPR.  Move lvalue checks for increment and
329         decrement earlier.  Fold operand of increment and decrement.
330         Handle address of C_MAYBE_CONST_EXPR.  Only fold expression being
331         built for integer operand.  Wrap returns that are INTEGER_CSTs
332         without being integer constant expressions or that have integer
333         constant operands without being INTEGER_CSTs.
334         (lvalue_p): Handle C_MAYBE_CONST_EXPR.
335         (build_conditional_expr): Add operand ifexp_bcp.  Track whether
336         result is an integer constant expression or can be used in
337         unevaluated parts of one and avoid folding and wrap as
338         appropriate.  Fold operands before possibly doing -Wsign-compare
339         warnings.
340         (build_compound_expr): Wrap result for C99 if operands can be used
341         in integer constant expressions.
342         (build_c_cast): Update call to digest_init.  Do not ignore
343         overflow from casting floating-point constants to integers.  Wrap
344         results that could be confused with integer constant expressions,
345         null pointer constants or floating-point constants.
346         (c_cast_expr): Update call to groktypename.  Handle expressions
347         included in type name.
348         (build_modify_expr): Handle modifying a C_MAYBE_CONST_EXPR.  Fold
349         lhs inside possible SAVE_EXPR.  Fold RHS before assignment.
350         Update calls to convert_for_assignment.
351         (convert_for_assignment): Take new parameter
352         null_pointer_constant.  Do not strip nops or call
353         decl_constant_value_for_broken_optimization.  Set
354         in_late_binary_op for conversions to boolean.
355         (store_init_value): Update call to digest_init.
356         (digest_init): Take new parameter null_pointer_constant.  Do not
357         call decl_constant_value_for_broken_optimization.  pedwarn for
358         initializers not constant expressions.  Update calls to
359         convert_for_assignment.
360         (constructor_nonconst): New.
361         (struct constructor_stack): Add nonconst element.
362         (really_start_incremental_init, push_init_level, pop_init_level):
363         Handle constructor_nonconst and nonconst element.
364         (set_init_index): Call constant_expression_warning for array
365         designators.
366         (output_init_element): Fold value.  Set constructor_nonconst as
367         applicable.  pedwarn for initializers not constant expressions.
368         Update call to digest_init.  Call constant_expression_warning
369         where constant initializers are required.
370         (process_init_element): Use c_save_expr.
371         (c_finish_goto_ptr): Fold expression.
372         (c_finish_return): Fold return value.  Update call to
373         convert_for_assignment.
374         (c_start_case): Fold switch expression.
375         (c_process_expr_stmt): Fold expression.
376         (c_finish_stmt_expr): Create C_MAYBE_CONST_EXPR as needed to
377         ensure statement expression is not evaluated in constant expression.
378         (build_binary_op): Track whether results are integer constant
379         expressions or may occur in such, disable folding and wrap results
380         as applicable.  Fold operands for -Wsign-compare warnings unless
381         in_late_binary_op.
382         (c_objc_common_truthvalue_conversion): Handle results folded to
383         integer constants that are not integer constant expressions.
384         * doc/extend.texi: Document when typeof operands are evaluated,
385         that condition of __builtin_choose_expr is an integer constant
386         expression, and more about use of __builtin_constant_p in
387         initializers.
388
389 2009-03-29  Richard Guenther  <rguenther@suse.de>
390
391         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
392         propagate addresses of array references.
393
394 2009-03-29  Steven Bosscher  <steven@gcc.gnu.org>
395
396         * regmove.c (perhaps_ends_bb_p): Remove.
397         (optimize_reg_copy_1): Don't call perhaps_ends_bb_p.  Get basic block
398         from INSN and check that the main loop stays within that basic block.
399         (optimize_reg_copy_1, optimize_reg_copy_3, fixup_match_2): Likewise.
400         (regmove_forward_pass): Split out from regmove_optimize.  Use
401         FOR_EACH_BB and FOR_BB_INSNS instead of traversing the insns stream.
402         (regmove_backward_pass): Split out from regmove_optimize.  Use
403         FOR_EACH_BB_REVERSE and FOR_BB_INSNS_REVERS_SAFE.
404         (regmove_optimize): Simplify.
405
406 2009-03-29  H.J. Lu  <hongjiu.lu@intel.com>
407
408         PR target/39545
409         * config/i386/i386.c (classify_argument): Ignore flexible array
410         member in struct and warn ABI change.
411
412 2009-03-29  H.J. Lu  <hongjiu.lu@intel.com>
413
414         * config/i386/i386-protos.h (ix86_agi_dependent): New.
415
416         * config/i386/i386.c (ix86_agi_dependent): Rewrite.
417         (ix86_adjust_cost): Updated.
418
419 2009-03-29  Jan Hubicka  <jh@suse.cz>
420
421         PR middle-end/28850
422         * tree-pass.h (pass_cleanup_eh): New function.
423         (remove_unreachable_regions): Break code handling RTL
424         to rtl_remove_unreachable_regions; remove ERT_MUST_NOT_THROW
425         that can not be reached by runtime.
426         (can_be_reached_by_runtime): New function.
427         (label_to_region_map): New function.
428         (num_eh_regions): New function.
429         (rtl_remove_unreachable_regions): New function.
430         (convert_from_eh_region_ranges): Call rtl_remove_unreachable_regions.
431         (remove_eh_region): New function.
432         * except.h: Include sbitmap and vecprim.
433         (remove_eh_region, remove_unreachable_regions, label_to_region_map,
434         num_eh_regions): Declare.
435         * passes.c (init_optimization_passes): Schedule cleanup_eh.
436         * Makefile.in (EXCEPT_H): New; replace all uses of except.h by it.
437         * tree-eh.c (tree_remove_unreachable_handlers): New function.
438         (tree_empty_eh_handler_p): New function.
439         (cleanup_empty_eh): New function.
440         (cleanup_eh): New function.
441         (pass_cleanup_eh): New function.
442
443 2009-03-29  Jan Hubicka  <jh@suse.cz>
444
445         * except.c (verify_eh_tree): Fix handling of fun!=cfun; be ready
446         for removed regions.
447
448 2009-03-29  Jan Hubicka  <jh@suse.cz>
449
450         * except.c (dump_eh_tree): Dump all datastructures.
451
452 2009-03-29  Jan Hubicka  <jh@suse.cz>
453
454         * except.c (duplicate_eh_regions_0): Handle AKA bitmap.
455         (duplicate_eh_regions_1): Likewise.
456         (duplicate_eh_regions): Likewise; cleanup code gorwing the region
457         vector; call EH verification.
458         (foreach_reachable_handler, can_throw_internal_1, can_throw_external_1):
459         Be ready for region being removed.
460
461 2009-03-29  Jan Hubicka  <jh@suse.cz>
462
463         * bitmap.c (bitmap_last_set_bit): New function.
464         * bitmap.h (bitmap_last_set_bit): Declare.
465
466 2009-03-29  David Ayers  <ayers@fsfe.org>
467
468         PR objc/27377
469         * c-typeck.c (build_conditional_expr): Emit ObjC warnings
470         by calling objc_compare_types and surpress warnings about
471         incompatible C pointers that are compatible ObjC pointers.
472         
473 2009-03-29  Adam Nemet  <anemet@caviumnetworks.com>
474
475         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Don't
476         call initialize_inline_failed.
477         (initialize_inline_failed): Move it from here ...
478         * cgraph.c (initialize_inline_failed): ... to here.
479         (cgraph_create_edge): Call initialize_inline_failed rather than
480         setting inline_failed directly.
481
482 2009-03-29  Ben Elliston  <bje@au.ibm.com>
483
484         PR target/32542
485         * sysv4.opt (msdata): Improve comment.
486         * linux64.h (ASM_SPEC32): Do not pass -memb when -msdata is given.
487         * sysv4.h (SVR4_ASM_SPEC): Likewise.
488
489 2009-03-29  Ben Elliston  <bje@au.ibm.com>
490
491         PR target/30451
492         * config/rs6000/rs6000.md (*movti_ppc64): Correct the order of
493         load and store attributes.
494
495 2009-03-29  Ben Elliston  <bje@au.ibm.com>
496
497         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_HUGE_VALQ.
498         (ix86_init_builtins): Add built-in function __builtin_huge_valq.
499         (ix86_expand_builtin): Handle IX86_BUILTIN_HUGE_VALQ.
500         * doc/extend.texi (X86 Built-in Functions): Add index entries for
501         __builtin_infq and __builtin_huge_valq.
502
503 2009-03-28  Anatoly Sokolov  <aesok@post.ru>
504
505         * config/avr/avr.c (avr_mcu_t): Add atmega8c1, atmega16c1 and
506         atmega8m1 devices.
507         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
508         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.)
509
510 2009-03-28  Xinliang David Li  <davidxl@google.com>
511
512         * tree-ssa-ccp.c (ccp_finalize): Add dbg_count support. 
513         (do_dbg_cnt): New function.
514
515 2009-03-28  Jan Hubicka  <jh@suse.cz>
516
517         Merge from pretty-ipa:
518
519         2009-03-27  Jan Hubicka  <jh@suse.cz>
520
521         * cgraph.c (dump_cgraph_node): Add replace output flag by process.
522         * tree-pass.h (function_called_by_processed_nodes_p): Declare.
523         * passes.c (function_called_by_processed_nodes_p): New.
524         * ipa-pure-const.c (check_call): Fix handling of operands.
525         (analyze_function): Dump debug output for skipped bodies.
526         (local_pure_const): Use function_called_by_processed_nodes_p.
527         * dwarf2out.c (reference_to_unused): Use output.
528         * passes.c (do_per_function_toporder): Likewise.
529
530         2008-11-12  Jan Hubicka  <jh@suse.cz>
531
532         * tree-pass.h (pass_fixup_cfg, pass_local_pure_const): Declare.
533         * ipa-pure-const.c (funct_state_d): Add can throw field; make
534         state_set_in_source enum
535         (check_decl): Ignore memory tags; do not set fake looping flags;
536         dump diagnostics.
537         (check_operand, check_tree, check_rhs_var, check_lhs_var,
538         get_asm_expr_operands, scan_function_op, scan_function_stmt): Remove.
539         (check_call, analyze_function): Rewrite.
540         (check_stmt): New.
541         (add_new_function): Update call of analyze_function.
542         (generate_summary): Add call of analyze_function.
543         (propagate): Propagate can_throw; handle state_set_in_source correctly.
544         (local_pure_const): New function.
545         (pass_local_pure_const): New pass.
546         * ipa-inline.c (inline_transform): Set after_inlining.
547         * tree-eh.c (stmt_can_throw_external): New.
548         * tree-optimize.c (execute_fixup_cfg): Do not set after_inlining;
549         work with aliasing built.
550         * tree-flow.h (stmt_can_throw_external): New.
551         * passes.c (init_optimization_passes): Schedule fixup_cfg pass early;
552         and local pure/const pass in early and late optimization queue.
553
554 2009-03-28  Martin Jambor  <mjambor@suse.cz>
555
556         * fold-const.c (get_pointer_modulus_and_residue): New parameter
557         allow_func_align.
558         (fold_binary): Allow function decl aligment consideration is the
559         second argument is integer constant one.
560         * tree-ssa-forwprop.c (simplify_bitwise_and): New function.
561         (tree_ssa_forward_propagate_single_use_vars): Handle assing statements
562         with BIT_AND_EXPR on the RHS by calling simplify_bitwise_and.
563
564 2009-03-28  Jan Hubicka  <jh@suse.cz>
565
566         * dwarf2out.c (dwarf2out_begin_prologue): Use crtl->nothrow
567         * tree-eh.c (stmt_could_throw_p): Remove check for WEAK decls.
568         * function.h (rtl_data): Add nothrow flag.
569         * except.c (set_nothrow_function_flags): Use crtl->nothrow;
570         set DECL_NOTHROW for AVAILABLE functions.
571
572 2009-03-28  Jakub Jelinek  <jakub@redhat.com>
573
574         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If macro
575         following vector keyword has expansion starting with pixel or bool
576         keyword, expand vector to __vector and pixel or bool to __pixel or
577         __bool.
578
579         PR c++/39554
580         * opts.c (warning_disallowed_functions, warn_disallowed_functions,
581         warn_if_disallowed_function_p): Removed.
582         (common_handle_option): Don't handle OPT_Wdisallowed_function_list_.
583         * c-parser.c (c_parser_postfix_expression_after_primary): Don't call
584         warning_if_disallowed_function_p.
585         * flags.h (warn_if_disallowed_function_p,
586         warn_disallowed_functions): Removed.
587         * common.opt (Wdisallowed-function-list=): Removed.
588         * doc/invoke.texi (-Wdisallowed-function-list=): Removed.
589
590 2009-03-28  Richard Guenther  <rguenther@suse.de>
591
592         PR tree-optimization/38723
593         * tree-ssa-pre.c (compute_avail): Add all default definitions to
594         the entry block.
595
596 2009-03-28  Jan Hubicka  <jh@suse.cz>
597
598         * tree-ssa-structalias.c (ipa_pta_execute): Fix bogus node->analyzed
599         test introduced by my previous patch.
600
601 2009-03-28  Richard Guenther  <rguenther@suse.de>
602
603         * tree-ssa-copy.c (copy_prop_visit_phi_node): Do not leave
604         the PHIs value undefined.
605
606 2009-03-28  Jan Hubicka  <jh@suse.cz>
607
608         * tree-pass.h (pass_fixup_cfg): New pass.
609         * ipa-inline.c (inline_transform): Set
610         always_inline_functions_inlined/after_inlining.
611         * tree-optimize.c (execute_fixup_cfg): Do not set them here.
612         (pass_fixup_cfg): New pass.
613         * passes.c (init_optimization_passes): Add fixup_cfg.
614
615 2009-03-28  Richard Guenther  <rguenther@suse.de>
616
617         PR tree-optimization/38458
618         * tree-ssa-copy.c (copy_prop_visit_phi_node): For the first
619         argument use the arguments copy-of value.
620
621 2009-03-28  Richard Guenther  <rguenther@suse.de>
622
623         PR tree-optimization/38180
624         * tree-ssa-ccp.c (get_default_value): Simplify.
625         (likely_value): Likewise.
626         (surely_varying_stmt_p): Properly handle VOP case.
627         (ccp_initialize): Likewise.
628         (ccp_fold): Handle propagating through *&.
629         (fold_const_aggregate_ref): Also handle decls.
630
631 2009-03-28  Jan Hubicka  <jh@suse.cz>
632
633         * cgraph.c (dump_cgraph_node): Add replace output flag by process.
634         * cgraph.h (cgraph_node): Likewise.
635         * cgraphunit.c (cgraph_process_new_functions): Set process flag.
636         (cgraph_reset_node): Use process flag.
637         (cgraph_mark_functions_to_output): Likewise.
638         (cgraph_expand_function): Likewise.
639         (cgraph_expand_all_functions): Likewise.
640         (cgraph_output_in_order): Likewise.
641         * dwarf2out.c (reference_to_unused): Likewise.
642         * passes.c do_per_function_toporder): Likewise.
643
644 2009-03-28  Jan Hubicka  <jh@suse.cz>
645
646         Bring from lto-branch:
647
648         2008-09-03  Doug Kwan  <dougkwan@google.com>
649
650         * cgraphbuild.c (initialize_inline_failed): Use cgraph_inline_failed_t
651         enums instead of reason strings.
652         * cgraph.c (cgraph_create_edge): Same.
653         (cgraph_inline_failed_string): New function.
654         * cgraph.h (cgraph_inline_failed_t): New enum type.
655         (cgraph_inline_failed_string): New prototype.
656         (struct cgraph_edge): Change type of INLINED_FAILED from constant
657         char pointer to cgraph_inline_failed_t.
658         (cgraph_inline_p): Adjust prototype to use cgraph_inline_failed_t.
659         (cgraph_default_inline_p): Ditto.
660         * gcc/cgraphunit.c (cgraph_inline_p): Change type of parameter REASON
661         to cgraph_inline_failed_t pointer.
662         * cif-code.def: New file.
663         * ipa-inline.c (cgraph_mark_inline_edge): Use an enum instead of a
664         reason string.
665         (cgraph_check_inline_limits): Change type of REASON to pointer to
666         cgraph_inline_failed_t.  Replace reason strings with enums.
667         (cgraph_default_inline_p): Ditto.
668         (cgraph_recursive_inlining_p): Ditto.
669         (update_caller_keys): Change type of FAILED_REASON to
670         cgraph_inline_failed_t.
671         (cgraph_set_inline_failed): Change type of REASON to pointer to
672         cgraph_inline_failed_t.  Call cgraph_inline_failed_string to
673         convert enums to strings for text output.
674         (cgraph_decide_inlining_of_small_function): Change FAILED_REASON
675         to be of type cgraph_inline_failed_t.  Replace reason strings with
676         enums.  Call cgraph_inline_failed_string to covert enums
677         to strings for text output.
678         (cgraph_decide_inlining): Replace reason strings with enums.
679         (cgraph_decide_inlining_incrementally): Change type of FAILED_REASON
680         to cgraph_inline_failed_t type.  Call cgraph_inline_failed_string
681         for text output.
682         * tree-inline.c (expand_call_inline): Change type of REASON
683         to cgraph_inline_failed_t.  Replace reason strings with enums.
684         Call cgraph_inline_failed_string for text output.
685         * Makefile.in (CGRAPH_H): Add cif-code.def to dependencies.
686         (cgraph.o): Ditto.
687
688 2009-03-28  Jan Hubicka  <jh@suse.cz>
689
690         * cgraph.c (cgraph_node, cgraph_remove_node, dump_cgraph_node,
691         cgraph_clone_node): Remove master clone handling.
692         (cgraph_is_master_clone, cgraph_master_clone): Remove.
693         * cgraph.h (master_clone): Remove.
694         (cgraph_is_master_clone, cgraph_master_clone): Remove.
695         * ipa-type-escape.c (type_escape_execute): Remove use of master clone.
696         (tree-ssa-structalias.c (ipa_pta_execute): Likewise.
697
698 2009-03-28  Jan Hubicka  <jh@suse.cz>
699
700         * cgraph.c (cgraph_function_body_availability): Functions declared
701         inline are always safe to assume that it is not going to be replaced.
702
703 2009-03-28  Richard Guenther  <rguenther@suse.de>
704
705         PR tree-optimization/38513
706         * tree-ssa-pre.c (eliminate): Remove redundant stores.
707         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
708         EXC_PTR_EXPR and FILTER_EXPR.
709         (get_ref_from_reference_ops): Likewise.
710
711 2009-03-28  Richard Guenther  <rguenther@suse.de>
712
713         PR tree-optimization/38968
714         * tree-vect-analyze.c (vect_compute_data_ref_alignment):
715         Use FLOOR_MOD_EXPR to compute misalignment.
716
717 2009-03-28  Richard Guenther  <rguenther@suse.de>
718
719         PR tree-optimization/37795
720         * tree.h (combine_comparisons): Declare.
721         * fold-const.c (combine_comparisons): Export.
722         * tree-ssa-ifcombine.c (ifcombine_ifandif): Optimize two successive
723         comparisons.
724         (ifcombine_iforif): Use combine_comparisons.
725
726 2009-03-28  Jan Hubicka  <jh@suse.cz>
727
728         * tree-eh.c (inlinable_call_p): New function.
729         (make_eh_edges): Use it.
730         (verify_eh_edges): Use it.
731         (stmt_can_throw_external, stmt_can_throw_internal): Use it.
732         * except.c (reachable_next_level): Add inlinable_function argument
733         (sjlj_find_directly_reachable_regions): Update.
734         (add_reachable_handler): Do not set saw_any_handlers.
735         (reachable_next_level): Handle MUST_NOT_THROW more curefully.
736         (foreach_reachable_handler, can_throw_internal_1, can_throw_external_1):
737         Add new inlinable call parameter.
738         (can_throw_internal, can_throw_external): Update.
739         * except.h (can_throw_internal_1, can_throw_external_1,
740         foreach_reachable_handler): Update declaration.
741
742 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
743
744         * config/arm/t-arm-coff, config/h8300/coff.h,
745         config/i386/i386-aout.h, config/i386/i386-coff.h,
746         config/libgloss.h, config/m68k/coff.h, config/m68k/m68k-aout.h,
747         config/pdp11/2bsd.h, config/rs6000/aix41.h,
748         config/rs6000/aix41.opt, config/rs6000/t-newas, config/sh/coff.h,
749         fix-header.c, fixproto, gen-protos.c, protoize.c, scan-decls.c,
750         scan-types.sh, scan.c, scan.h, sort-protos, sys-protos.h,
751         sys-types.h: Remove.
752         * Makefile.in: Remove protoize and fixproto support and references
753         in comments.
754         (SYSCALLS.c.X-warn, TARGET_GETGROUPS_T, STMP_FIXPROTO,
755         PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, FIXPROTO_DEFINES):
756         Remove.
757         (ALL_HOST_OBJS): Remove $(PROTO_OBJS).
758         (MOSTLYCLEANFILES): Remove protoize$(exeext) and
759         unprotoize$(exeext).
760         (rest.encap): Don't depend on $(STMP_FIXPROTO)
761         (.PHONY): Don't depend on proto.
762         (libgcc-support): Don't depend on $(STMP_FIXPROTO).
763         (proto, PROTO_OBJS, protoize$(exeext), unprotoize$(exeext),
764         protoize.o, unprotoize.o, SYSCALLS.c.X, test-protoize-simple,
765         deduced.h, GEN_PROTOS_OBJS, build/gen-protos$(build_exeext),
766         build/gen-protos.o, build/scan.o, xsys-protos.h,
767         build/fix-header$(build_exeext), build/fix-header.o,
768         build/scan-decls.o, fixhdr.ready, stmp-fixproto,
769         stmp-install-fixproto): Remove.
770         (mostlyclean): Don't remove xsys-protos.hT, SYSCALLS.c.X,
771         SYSCALLS.c or fixproto files.
772         (install-common): Don't install protoize.
773         (install-headers-tar, install-headers-cpio, install-headers-cp):
774         Don't depend on $(STMP_FIXPROTO).
775         (install-mkheaders): Don't depend on $(STMP_FIXPROTO).  Don't
776         install fixproto files or write out fixproto settings.
777         (uninstall): Don't uninstall protoize.
778         * config.gcc (use_fixproto): Remove.
779         (arm-*-coff*, armel-*-coff*, h8300-*-*, i[34567]86-*-aout*,
780         i[34567]86-*-coff*, m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd,
781         rs6000-ibm-aix4.[12]*, powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
782         * config/m32r/t-linux (STMP_FIXPROTO): Remove.
783         * config/m68k/m68k.c: Remove M68K_TARGET_COFF-conditional code.
784         * config/mips/t-iris (FIXPROTO_DEFINES): Remove.
785         * config/pa/t-pa-hpux (FIXPROTO_DEFINES): Remove.
786         * config/pdp11/pdp11.c: Remove TWO_BSD-conditional code.
787         * config/t-svr4 (FIXPROTO_DEFINES): Remove.
788         * config/t-vxworks (STMP_FIXPROTO): Remove.
789         * configure.ac (AC_TYPE_GETGROUPS, TARGET_GETGROUPS_T,
790         STMP_FIXPROTO): Remove.
791         * config.in, configure: Regenerate.
792         * crtstuff.c (gid_t, uid_t): Don't undefine.
793         * doc/install.texi: Change m68k-coff to m68k-elf in example.
794         (arm-*-coff, arm-*-aout: Remove target entries.
795         (*-ibm-aix*): Mention removal of support for AIX 4.2 and older.
796         Remove mention of AIX 4.1.
797         (m68k-*-*): Remove mention of m68k-*-aout and m68k-*-coff*.
798         * doc/invoke.texi (Running Protoize): Remove.
799         * doc/trouble.texi (Actual Bugs): Remove mention of fixproto.
800         (Protoize Caveats): Remove.
801         * tsystem.h: Update comments on headers assumed to exist.
802
803 2009-03-27  Vladimir Makarov  <vmakarov@redhat.com>
804
805         * genautomata.c: Add a new year to the copyright.  Add a new
806         reference.
807         (struct insn_reserv_decl): Add comments for member bypass_list.
808         (find_bypass): Remove.
809         (insert_bypass): New.
810         (process_decls): Use insert_bypass.
811         (output_internal_insn_latency_func): Output all bypasses with the
812         same input insn in one switch case.
813
814         * rtl.def (define_bypass): Describe bypass choice.
815         * doc/md.texi (define_bypass): Ditto.
816
817 2009-03-27  Richard Guenther  <rguenther@suse.de>
818
819         * gimplify.c (mark_addressable): Export.
820         * tree-flow.h (mark_addressable): Declare.
821         * tree-ssa-loop-manip.c (create_iv): Mark the base addressable.
822         * tree-ssa.c (verify_phi_args): Verify that address taken
823         variables have TREE_ADDRESSABLE set.
824
825 2009-03-27  Richard Guenther  <rguenther@suse.de>
826
827         * fold-const.c (build_fold_addr_expr_with_type_1): Rename back to ...
828         (build_fold_addr_expr_with_type): ... this.  Remove in_fold handling.
829         Do not mark decls TREE_ADDRESSABLE.
830         (build_fold_addr_expr): Adjust.
831         (fold_addr_expr): Remove.
832         (fold_unary): Use build_fold_addr_expr.
833         (fold_comparison): Likewise.
834         (split_address_to_core_and_offset): Likewise.
835         * coverage.c (tree_coverage_counter_addr): Mark the array decl
836         TREE_ADDRESSABLE.
837         * gimplify.c (mark_addressable): Do not exclude RESULT_DECLs.
838         (gimplify_modify_expr_to_memcpy): Mark source and destination
839         addressable.
840         * omp-low.c (create_omp_child_function): Mark the object decl
841         TREE_ADDRESSABLE.
842         (lower_rec_input_clauses): Mark the var we take the address of
843         TREE_ADDRESSABLE.
844         (lower_omp_taskreg): Mark the sender decl TREE_ADDRESSABLE.
845
846 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
847
848         PR middle-end/39315
849         * cfgexpand.c (expand_one_stack_var_at): Change alignment
850         limit to MAX_SUPPORTED_STACK_ALIGNMENT.
851
852 2009-03-27  Richard Guenther  <rguenther@suse.de>
853
854         PR tree-optimization/39120
855         * tree-ssa-structalias.c (handle_rhs_call): Fill out return
856         constraints.
857         (handle_lhs_call): Process return constraints.  Add escape
858         constraints if necessary.
859         (handle_const_call): Fill out return constraints.  Make nested
860         case more precise.  Avoid consttmp if possible.
861         (handle_pure_call): Fill out return constraints.  Avoid
862         callused if possible.
863         (find_func_aliases): Simplify call handling.
864
865 2009-03-27  Richard Guenther  <rguenther@suse.de>
866
867         PR tree-optimization/39120
868         * tree-ssa-structalias.c (do_sd_constraint): Do not use CALLUSED
869         as a representative.
870         (solve_graph): Do propagate CALLUSED.
871         (handle_pure_call): Use a scalar constraint from CALLUSED for
872         the return value.
873         (find_what_p_points_to): CALLUSED shall not appear in poins-to
874         solutions.
875
876 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
877
878         PR c/39323
879         * c-common.c (handle_aligned_attribute): Properly check alignment
880         overflow.  Use (1U << i) instead of (1 << i).
881
882         * emit-rtl.c (get_mem_align_offset): Use "unsigned int" for align.
883
884         * expr.h (get_mem_align_offset): Updated.
885
886         * tree.h (tree_decl_common): Change align to "unsigned int" and
887         move it before pointer_alias_set.
888
889 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
890             Jakub Jelinek  <jakub@redhat.com>
891
892         PR target/38034
893         * config/ia64/sync.md (cmpxchg_rel_<mode>): Replace input
894         gr_register_operand with gr_reg_or_0_operand.
895         (cmpxchg_rel_di): Likewise.
896         (sync_lock_test_and_set<mode>): Likewise.
897
898 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
899
900         * jump.c (rtx_renumbered_equal_p): Use subreg_get_info.
901         (true_regnum): Likewise.
902
903         * rtlanal.c (subreg_info): Moved to ...
904         * rtl.h (subreg_info): Here.  New.
905         (subreg_get_info): New.
906
907         * rtlanal.c (subreg_get_info): Make it extern.
908
909 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
910
911         PR target/39472
912         * config/i386/i386.c (ix86_abi): New.
913         (override_options): Handle -mabi=.
914         (ix86_function_arg_regno_p): Replace DEFAULT_ABI with ix86_abi.
915         (ix86_call_abi_override): Likewise.
916         (init_cumulative_args): Likewise.
917         (function_arg_advance): Likewise.
918         (function_arg_64): Likewise.
919         (function_arg): Likewise.
920         (ix86_pass_by_reference): Likewise.
921         (ix86_function_value_regno_p): Likewise.
922         (ix86_build_builtin_va_list_abi): Likewise.
923         (setup_incoming_varargs_64): Likewise.
924         (is_va_list_char_pointer): Likewise.
925         (ix86_init_machine_status): Likewise.
926         (ix86_reg_parm_stack_space): Use enum calling_abi on call_abi.
927         (ix86_function_type_abi): Return enum calling_abi.  Rewrite
928         for 64bit.  Replace DEFAULT_ABI with ix86_abi.
929         (ix86_function_abi): Make it static and return enum calling_abi.
930         (ix86_cfun_abi): Return enum calling_abi.  Replace DEFAULT_ABI
931         with ix86_abi.
932         (ix86_fn_abi_va_list): Updated.
933
934         * config/i386/i386.h (ix86_abi): New.
935         (STACK_BOUNDARY): Replace DEFAULT_ABI with ix86_abi.
936         (CONDITIONAL_REGISTER_USAGE): Likewise.
937         (CUMULATIVE_ARGS): Change call_abi type to enum calling_abi.
938         (machine_function): Likewise.
939
940         * config/i386/i386.md (untyped_call): Replace DEFAULT_ABI
941         with ix86_abi.
942         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Likewise.
943         (STACK_BOUNDARY): Likewise.
944         * config/i386/mingw32.h (EXTRA_OS_CPP_BUILTINS): Likewise.
945
946         * config/i386/i386.opt (mabi=): New.
947
948         * config/i386/i386-protos.h (ix86_cfun_abi): Changed to
949         return enum calling_abi.
950         (ix86_function_type_abi): Likewise.
951         (ix86_function_abi): Removed.
952
953         * doc/invoke.texi: Document -mabi= option for x86.
954
955 2009-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
956
957         * builtins.c (real_dconstp): Delete.
958         (fold_builtin_logarithm): Remove inaccurate log(e) special case.
959
960 2009-03-27  Dodji Seketeli  <dodji@redhat.com>
961             Jakub Jelinek  <jakub@redhat.com>
962
963         PR debug/37959
964         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_explicit attribute.
965         (gen_subprogram_die): When a function is explicit, generate the
966         DW_AT_explicit attribute.
967         * langhooks.h (struct lang_hooks_for_decls): Add
968         function_decl_explicit_p langhook.
969         * langhooks-def.h (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Define.
970         (LANG_HOOKS_DECLS): Add LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P.
971
972 2009-03-27  Jakub Jelinek  <jakub@redhat.com>
973
974         * builtins.c (fold_builtin_memory_op): Optimize memmove
975         into memcpy if we can prove source and destination don't overlap.
976
977         * tree-inline.c: Include gt-tree-inline.h.
978         (clone_fn_id_num): New variable.
979         (clone_function_name): New function.
980         (tree_function_versioning): Use it.
981         * Makefile.in (GTFILES): Add tree-inline.c.
982
983 2009-03-27  Mark Mitchell  <mark@codesourcery.com>
984
985         * BASE-VER: Change to 4.5.0.
986
987 2009-03-27  Xinliang David Li  <davidxl@google.com>
988
989         PR tree-optimization/39557
990         * tree-ssa.c (warn_uninitialized_vars): free postdom info.
991
992 2009-03-27  Xinliang David Li  <davidxl@google.com>
993
994         PR tree-optimization/39548
995         * tree-ssa-copy.c (copy_prop_visit_phi_node): Add copy 
996         candidate check.
997
998 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
999
1000         * c-common.c (pointer_int_sum): Use %wd on return from
1001         tree_low_cst.
1002
1003 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
1004
1005         * c-common.c (pointer_int_sum): Use HOST_WIDE_INT_PRINT_DEC
1006         on return from tree_low_cst.
1007
1008 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1009
1010         PR c++/36799
1011         * ginclude/stdarg.h (va_copy): Define also for
1012         __GXX_EXPERIMENTAL_CXX0X__.
1013
1014 2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1015
1016         PR c++/35652
1017         * builtins.h (c_strlen): Do not warn here.
1018         * c-typeck.c (build_binary_op): Adjust calls to pointer_int_sum.
1019         * c-common.c (pointer_int_sum): Take an explicit location.
1020         Warn about offsets out of bounds.
1021         * c-common.h (pointer_int_sum): Adjust declaration.
1022
1023 2009-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1024
1025         * doc/invoke.texi (i386 and x86-64 Windows Options): Fix texinfo
1026         markup glitch.
1027
1028 2009-03-26  Jakub Jelinek  <jakub@redhat.com>
1029
1030         PR c++/39554
1031         * opts.c (warn_if_disallowed_function_p): Don't assume
1032         get_callee_fndecl must return non-NULL.
1033
1034 2009-03-26  Vladimir Makarov  <vmakarov@redhat.com>
1035
1036         PR rtl-optimization/39522
1037         * reload1.c (reload_as_needed): Invalidate reg_last_reload_reg too
1038         when reg_reloaded_valid is set.
1039
1040 2009-03-26  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1041
1042         * config/spu/divv2df3.c: New file.
1043         * config/spu/t-spu-elf (LIB2FUNCS_STATIC_EXTRA): Add it.
1044         (DPBIT_FUNCS): Filter out _div_df.
1045
1046 2009-03-26  Bernd Schmidt  <bernd.schmidt@analog.com>
1047
1048         * config/bfin/bfin.c (bfin_optimize_loop): If the LSETUP goes before
1049         a jump insn, count that jump in the distance to the loop start.
1050
1051 2009-03-25  Kaz Kojima  <kkojima@gcc.gnu.org>
1052
1053         PR target/39523
1054         * config/sh/sh.c (calc_live_regs): Fix condition for global
1055         registers except PIC_OFFSET_TABLE_REGNUM.
1056
1057 2009-03-25  Kai Tietz  <kai.tietz@onevision.com>
1058
1059         PR/39518
1060         * doc/invoke.texi (-mconsole): New.
1061         (-mcygwin): New.
1062         (-mno-cygwin): New.
1063         (-mdll): New.
1064         (-mnop-fun-dllimport): New.
1065         (-mthread): New.
1066         (-mwin32): New.
1067         (-mwindows): New.
1068         (sub section "i386 and x86-64 Windows Options"): New.
1069
1070 2009-03-25  Ralf Corsépius <ralf.corsepius@rtems.org>
1071
1072         * config/arm/rtems-elf.h: Remove LINK_GCC_C_SEQUENCE_SPEC.
1073         * config/rs6000/t-rtems: Remove MULTILIB_EXTRA_OPTS.
1074
1075 2009-03-25  Richard Guenther  <rguenther@suse.de>
1076
1077         PR middle-end/39497
1078         * Makefile.in (dfp.o-warn): Use -fno-strict-aliasing instead
1079         of -Wno-error.
1080
1081 2009-03-25  Andrey Belevantsev  <abel@ispras.ru>
1082
1083         * config/ia64/ia64.c (ia64_set_sched_flags): Zero spec_info->mask when
1084         neither of haifa/selective schedulers are working.
1085
1086 2009-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1087
1088         * doc/invoke.texi (Debugging Options): Fix description of
1089         -fno-merge-debug-strings.
1090
1091 2009-03-24  Hans-Peter Nilsson  <hp@axis.com>
1092
1093         * config/cris/libgcc.ver: New version-script.
1094         * config/cris/t-linux (SHLIB_MAPFILES): Use it.
1095
1096         * configure.ac <GAS features, nop mnemonic>: Add pattern
1097         crisv32-*-* for "nop".
1098         <GAS features, Thread-local storage>: Add item for CRIS and CRIS v32.
1099         * configure: Regenerate.
1100
1101 2009-03-24  Ira Rosen  <irar@il.ibm.com>
1102
1103         PR tree-optimization/39529
1104         * tree-vect-transform.c (vect_create_data_ref_ptr): Call
1105         mark_sym_for_renaming for the tag copied to the new vector
1106         pointer.
1107
1108 2009-03-24  Arthur Loiret  <aloiret@debian.org>
1109
1110         * config.host (alpha*-*-linux*): Use driver-alpha.o and alpha/x-alpha.
1111         * config/alpha/linux.h (host_detect_local_cpu): Declare, add to
1112         EXTRA_SPEC_FUNCTIONS.
1113         (MCPU_MTUNE_NATIVE_SPECS, DRIVER_SELF_SPECS): New macros.
1114         * config/alpha/driver-alpha.c, config/alpha/x-alpha: New.
1115         * doc/invoke.texi (DEC Alpha Options): Document 'native' value for
1116         -march and -mtune options.
1117
1118 2009-03-24  Ralf Corsépius <ralf.corsepius@rtems.org>
1119
1120         * config/m68k/t-rtems: Add m5329 multilib.
1121
1122 2009-03-24  Dodji Seketeli  <dodji@redhat.com>
1123             Jakub Jelinek  <jakub@redhat.com>
1124
1125         PR debug/39524
1126         * dwarf2out.c (gen_variable_die): Avoid adding duplicate declaration
1127         nodes.
1128
1129 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
1130
1131         PR c/39495
1132         * c-parser.c (c_parser_omp_for_loop): Call c_parser_binary_expression
1133         instead of c_parser_expression_conv, if original_code isn't one of the
1134         4 allowed comparison codes, fail.
1135
1136 2009-03-23  Richard Guenther  <rguenther@suse.de>
1137
1138         * cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.
1139         * tree.h (struct tree_type): Likewise.
1140         * reload.h (struct insn_chain): Likewise.
1141         * dwarf2out.c (struct dw_loc_descr_struct): Likewise.
1142         * function.h (struct function): Likewise.
1143         * tree-ssa-structalias.c (struct equiv_class_label): Likewise.
1144
1145 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
1146
1147         PR tree-optimization/39516
1148         * lambda-code.c (perfect_nestify): Fix type of the uboundvar variable.
1149
1150 2009-03-23 Bingfeng Mei  <bmei@broadcom.com>
1151
1152         * config.gcc (need_64bit_hwint): Make clear that need_64bit_hwint 
1153         should be set true if BITS_PER_WORD of target is bigger than 32
1154
1155 2009-03-22  Hans-Peter Nilsson  <hp@axis.com>
1156
1157         * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC):
1158         Translate -B-options to -rpath-link.  Correct existing
1159         rpath-link and conditionalize on !nostdlib.
1160
1161 2009-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1162
1163         * doc/extend.texi (Function Attributes, Variable Attributes):
1164         Fix typos.
1165         * doc/invoke.texi (Debugging Options, Optimize Options)
1166         (i386 and x86-64 Options, MCore Options): Likewise.
1167
1168 2009-03-20  Jakub Jelinek  <jakub@redhat.com>
1169
1170         PR debug/37890
1171         * dwarf2out.c (gen_namespace_die): Add context_die argument and use
1172         it for block local namespace aliases.
1173         (gen_decl_die): Pass context_die to gen_namespace_die.
1174
1175 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
1176
1177         PR c/39495
1178         * c-omp.c (c_finish_omp_for): Allow NE_EXPR with TREE_TYPE (decl)'s
1179         minimum or maximum value.
1180
1181 2009-03-19  Alexandre Oliva  <aoliva@redhat.com>
1182
1183         * reginfo.c (globalize_reg): Recompute derived reg sets.
1184
1185 2009-03-19  Ozkan Sezer <sezeroz@gmail.com>
1186
1187         PR target/39063
1188         * libgcc2.c (mprotect): Do not use signed arguments for
1189         VirtualProtect, use DWORD arguments.  Also fix the 'may
1190         be used uninitialized' warning for the np variable.
1191
1192 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
1193
1194         PR target/39496
1195         * config/i386/i386.c (ix86_function_regparm): Don't optimize local
1196         functions using regparm calling conventions when not optimizing.
1197         (ix86_function_sseregparm): Similarly for sseregparm calling
1198         conventions.
1199
1200 2009-03-19  Li Feng  <nemokingdom@gmail.com>
1201
1202         PR middle-end/39500
1203         * tree-data-ref.c (analyze_subscript_affine_affine): There is no
1204         dependence if the first conflict is after niter iterations.
1205
1206 2009-03-19  Hans-Peter Nilsson  <hp@axis.com>
1207
1208         PR middle-end/38609
1209         * config/cris/cris.h (FRAME_POINTER_REQUIRED): Force for all
1210         functions with dynamic stack-pointer adjustments.
1211
1212 2009-03-19  Ben Elliston  <bje@au.ibm.com>
1213
1214         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data
1215         option; change to -msdata=data.
1216
1217 2009-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1218
1219         * c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers,
1220         and -fopenmp.
1221
1222 2009-03-18  Eric Botcazou  <ebotcazou@adacore.com>
1223
1224         PR target/35180
1225         * config/sparc/sparc.md (do_builtin_setjmp_setup): Prettify asm output.
1226
1227 2009-03-18  Sandra Loosemore  <sandra@codesourcery.com>
1228
1229         * doc/invoke.texi (Code Gen Options): Expand discussion of
1230         -fno-common.
1231
1232 2009-03-18  Jakub Jelinek  <jakub@redhat.com>
1233
1234         * dse.c (struct group_info): Reorder fields for 64-bit hosts.
1235         * matrix-reorg.c (struct matrix_info): Likewise.
1236         * tree-ssa-loop-ivopts.c (struct ivopts_data): Likewise.
1237         * rtl.h (struct mem_attrs): Likewise.
1238         * df.h (struct df): Likewise.
1239         * tree-data-ref.h (struct data_dependence_relation): Likewise.
1240         * ira-int.h (struct ira_allocno): Likewise.
1241         * df-scan.c (struct df_collection_rec): Likewise.
1242         * ira.c (struct equivalence): Likewise.
1243         * function.c (struct temp_slot): Likewise.
1244         * cfgloop.h (struct loop): Likewise.
1245
1246         PR debug/39485
1247         * function.c (use_register_for_decl): When not optimizing, disregard
1248         register keyword for variables with types containing methods.
1249
1250 2009-03-18  Sebastian Pop  <sebastian.pop@amd.com>
1251
1252         PR middle-end/39447
1253         * graphite.c (exclude_component_ref): Renamed contains_component_ref_p.
1254         (is_simple_operand): Call contains_component_ref_p before calling data
1255         reference analysis that would fail on COMPONENT_REFs.
1256
1257         * tree-vrp.c (search_for_addr_array): Fix formatting.
1258
1259 2009-03-18  Richard Guenther  <rguenther@suse.de>
1260
1261         * tree-vect-transform.c (vect_loop_versioning): Fold the
1262         generated comparisons.
1263         * tree-vectorizer.c (set_prologue_iterations): Likewise.
1264         (slpeel_tree_peel_loop_to_edge): Likewise.
1265
1266 2009-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1267
1268         PR middle-end/37805
1269         * opts.c (print_specific_help): In addition to `undocumented',
1270         accept `separate' and `joined' flags if passed alone.  Describe
1271         output by the first matched one of those.
1272         (common_handle_option): Skip over empty strings.
1273         * gcc.c (display_help): Fix help string for `--help='.
1274         * doc/invoke.texi (Option Summary, Overall Options): With
1275         `--help=', classes and qualifiers can both be repeated, but
1276         only the latter can be negated.  One should not pass only
1277         negated qualifiers.  Fix markup and examples.
1278
1279         Revert
1280         2008-10-14  Jakub Jelinek  <jakub@redhat.com>
1281         PR middle-end/37805
1282         * opts.c (common_handle_option): Don't ICE on -fhelp=joined
1283         and -fhelp=separate.
1284
1285 2009-03-17  Jing Yu  <jingyu@google.com>
1286
1287         PR middle-end/39378
1288         * function.h (struct rtl_data): Move is_thunk from here...
1289         (struct function): ...to here.
1290         * cp/method.c (use_thunk): Change is_thunk from crtl to cfun.
1291         * varasm.c (assemble_start_function): Change is_thunk from crtl to
1292         cfun.
1293         * config/alpha/alpha.c (alpha_sa_mask): Change is_thunk from crtl to
1294         cfun.
1295         (alpha_does_function_need_gp, alpha_start_function): Likewise.
1296         (alpha_output_function_end_prologue): Likewise.
1297         (alpha_end_function, alpha_output_mi_thunk_osf): Likewise.
1298         * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likewise.
1299         (rs6000_output_function_epilogue): Likewise.
1300         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Likewise.
1301
1302 2009-03-17  Uros Bizjak  <ubizjak@gmail.com>
1303
1304         PR target/39482
1305         * config/i386/i386.md (*truncdfsf_mixed): Avoid combining registers
1306         from different units in a single alternative.
1307         (*truncdfsf_i387): Ditto.
1308         (*truncxfsf2_mixed): Ditto.
1309         (*truncxfdf2_mixed): Ditto.
1310
1311 2009-03-17  Jakub Jelinek  <jakub@redhat.com>
1312
1313         * dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow
1314         non-NAMESPACE_DECL IMPORTED_DECL_ASSOCIATED_DECL.
1315
1316         PR debug/39474
1317         * tree-ssa-live.c (remove_unused_locals): Don't remove local
1318         unused non-artificial variables when not optimizing.
1319
1320         PR debug/39471
1321         * dwarf2out.c (dwarf2out_imported_module_or_decl_1): Emit
1322         DW_TAG_imported_module even if decl is IMPORTED_DECL with
1323         NAMESPACE_DECL in its DECL_INITIAL.
1324
1325         PR middle-end/39443
1326         * optabs.c (set_user_assembler_libfunc): New function.
1327         * expr.h (set_user_assembler_libfunc): New prototype.
1328         * c-common.c: Include libfuncs.h.
1329         (set_builtin_user_assembler_name): Call set_user_assembler_libfunc
1330         for memcmp, memset, memcpy, memmove and abort.
1331         * Makefile.in (c-common.o): Depend on libfuncs.h.
1332
1333         PR debug/39412
1334         * dwarf2out.c (gen_inlined_enumeration_type_die,
1335         gen_inlined_structure_type_die, gen_inlined_union_type_die,
1336         gen_tagged_type_instantiation_die): Removed.
1337         (gen_decl_die): For TYPE_DECL_IS_STUB with non-NULL decl_origin
1338         do nothing.
1339
1340 2009-03-17  Janis Johnson  <janis187@us.ibm.com>
1341
1342         PR testsuite/38526
1343         * Makefile.in (site.exp): Rename TEST_GCC_EXEC_PREFIX and comment
1344         its use.
1345         (check-%): Don't set GCC_EXEC_PREFIX when invoking runtest.
1346         (check-parallel-%): Ditto.
1347         (check-consistency): Ditto.
1348
1349 2009-03-17  Kai Tietz  <kai.tietz@onevision.com>
1350
1351         * ipa-struct-reorg.c (create_general_new_stmt): Initialize
1352         local variable rhs by NULL_TREE.
1353
1354 2009-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1355
1356         PR target/39477
1357         * doc/extend.texi: Correct register behavior for regparm on Intel 386.
1358
1359 2009-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1360
1361         PR target/39476
1362         * config/i386/i386.c (ix86_function_regparm): Rewrite for 64bit.
1363
1364 2009-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1365
1366         PR target/39473
1367         * config/i386/i386.c (ix86_expand_call): Check extra clobbers
1368         for ms->sysv ABI calls only in 64bit mode.
1369
1370         * config/i386/i386.md (untyped_call): Support 32bit.
1371
1372 2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>
1373
1374         * doc/extend.texi: Replace x86_65 with x86_64.
1375
1376 2009-03-16  Jakub Jelinek  <jakub@redhat.com>
1377
1378         PR tree-optimization/39455
1379         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Fix types
1380         mismatches for POINTER_TYPE_P (type).
1381         (number_of_iterations_le): Likewise.
1382
1383 2009-03-16  Hariharan Sandanagobalane <hariharan@picochip.com>
1384
1385         * config/picochip/picochip.c: Removed profiling support.
1386         * config/picochip/picochip.md: Removed profiling instruction.
1387         * config/picochip/picochip.h: Removed profiling builtin.
1388
1389 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1390
1391         * doc/install.texi (--with-host-libstdcxx): Document.
1392
1393 2009-03-14  Anatoly Sokolov  <aesok@post.ru>
1394
1395         PR target/34299
1396         * config/avr/avr.c (avr_handle_fndecl_attribute): Move code for
1397         generate a warning if the function name does not begin with
1398         "__vector" and the function has either the 'signal' or 'interrupt'
1399         attribute, from here to ...
1400         (avr_declare_function_name): ...here. New function.
1401         * config/avr/avr.h (ASM_DECLARE_FUNCTION_NAME): Redefine.
1402         * config/avr/avr-protos.h (avr_declare_function_name): Declare.
1403
1404 2009-03-14  Jakub Jelinek  <jakub@redhat.com>
1405
1406         PR bootstrap/39454
1407         * cse.c (fold_rtx): Don't modify original const_arg1 when
1408         canonicalizing SHIFT_COUNT_TRUNCATED shift count, do it on a
1409         separate variable instead.
1410         * rtlanal.c (nonzero_bits1) <case ASHIFTRT>: Don't assume anything
1411         from out of range shift counts.
1412         (num_sign_bit_copies1) <case ASHIFTRT, case ASHIFT>: Similarly.
1413
1414 2008-03-13  Catherine Moore  <clm@codesourcery.com>
1415
1416         * gcc/config/i386/x-mingw32 (host-mingw32.o): Replace
1417         diagnostic.h with $(DIAGNOSTIC_H).
1418
1419 2008-03-12  Jakub Jelinek  <jakub@redhat.com>
1420
1421         PR target/39431
1422         * config/i386/predicates.md (cmpxchg8b_pic_memory_operand): New
1423         predicate.
1424         * config/i386/sync.md (sync_compare_and_swap<mode>,
1425         sync_compare_and_swap_cc<mode>): For DImode with -m32 -fpic check
1426         if operands[1] is cmpxchg8b_pic_memory_operand, if not force address
1427         into a register.
1428         (sync_double_compare_and_swapdi_pic,
1429         sync_double_compare_and_swap_ccdi_pic): Require operand 1 to be
1430         cmpxchg8b_pic_memory_operand instead of just memory_operand.
1431
1432 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
1433
1434         PR target/39445
1435         * config/i386/i386.c (ix86_expand_push): Don't set memory alignment.
1436
1437 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
1438
1439         PR target/39327
1440         * config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
1441         (avx_addsubv4df3): Likewise.
1442         (*avx_addsubv4sf3): Likewise.
1443         (sse3_addsubv4sf3): Likewise.
1444
1445 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
1446
1447         PR target/38824
1448         * config/i386/i386.md: Compare REGNO on the new peephole2 patterns.
1449
1450 2009-03-12  Vladimir Makarov  <vmakarov@redhat.com>
1451
1452         PR debug/39432
1453         * ira-int.h (struct allocno): Fix comment for calls_crossed_num.
1454         * ira-conflicts.c (ira_build_conflicts): Prohibit call used
1455         registers for allocnos created from user-defined variables.
1456
1457 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1458
1459         PR target/39181
1460         * config/spu/spu.c (spu_expand_mov): Handle invalid subregs
1461         of non-integer mode as well.
1462
1463 2009-03-11  Adam Nemet  <anemet@caviumnetworks.com>
1464
1465         * gimplify.c (gimplify_call_expr): Don't set CALL_CANNOT_INLINE_P
1466         for functions for which the parameter types are unknown.
1467
1468 2009-03-11  Jakub Jelinek  <jakub@redhat.com>
1469
1470         PR target/39137
1471         * cfgexpand.c (get_decl_align_unit): Use LOCAL_DECL_ALIGNMENT macro.
1472         * defaults.h (LOCAL_DECL_ALIGNMENT): Define if not yet defined.
1473         * config/i386/i386.h (LOCAL_DECL_ALIGNMENT): Define.
1474         * config/i386/i386.c (ix86_local_alignment): For
1475         -m32 -mpreferred-stack-boundary=2 use 32-bit alignment for
1476         long long variables on the stack to avoid dynamic realignment.
1477         Allow the first argument to be a decl rather than type.
1478         * doc/tm.texi (LOCAL_DECL_ALIGNMENT): Document.
1479
1480 2009-03-11  Nick Clifton  <nickc@redhat.com>
1481
1482         PR target/5362
1483         * config/mcore/mcore.opt: Remove deprecated m4align and m8align
1484         options.
1485         Add description to mno-lsim option.
1486         * config/mcore/mcore.h: Remove comment about deprecated m4align
1487         option.
1488         (TARGET_DEFAULT): Remove deprecated MASK_M8ALIGN.
1489         * doc/invoke.texi: Add description of mno-lsim and
1490         mstack-increment options.
1491
1492         * config/fr30/fr30.opt: Document the -mno-lsim option.
1493         * doc/invoke.texi: Add descriptions of the FR30's -msmall-model
1494         and -mno-lsim options.
1495
1496 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1497
1498         * fold-const.c (fold_comparison): Only call fold_inf_compare
1499         if the mode supports infinities.
1500
1501 2009-03-11  Jason Merrill  <jason@redhat.com>
1502
1503         PR debug/39086
1504         * tree-nrv.c (tree_nrv): Don't do this optimization if the front
1505         end already did.  Notice GIMPLE_CALL modifications of the result.
1506         Don't copy debug information from an ignored decl or a decl from
1507         another function.
1508
1509 2009-03-10  Richard Guenther  <rguenther@suse.de>
1510             Nathan Froyd  <froydnj@codesourcery.com>
1511
1512         PR middle-end/37850
1513         * libgcc2.c (__mulMODE3): Use explicit assignments to form the result.
1514         (__divMODE3): Likewise.
1515
1516 2009-03-09  Jakub Jelinek  <jakub@redhat.com>
1517
1518         PR tree-optimization/39394
1519         * gimplify.c (gimplify_type_sizes): Gimplify DECL_SIZE and
1520         DECL_SIZE_UNIT of variable length FIELD_DECLs.
1521
1522 2009-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1523
1524         * recog.c (verfiy_changes): Disallow renaming of hard regs in
1525         inline asms for register asm ("") declarations.
1526
1527 2009-03-09  Eric Botcazou  <ebotcazou@adacore.com>
1528
1529         * fold-const.c (fold_unary): Fix comment.
1530
1531 2009-03-07  Jan Hubicka  <jh@suse.cz>
1532
1533         PR target/39361
1534         * tree-inline.c (setup_one_parameter): Do replacement of const
1535         argument by constant in SSA form.
1536
1537 2009-03-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1538
1539         PR middle-end/38028
1540         * function.c (assign_parm_setup_stack): Use STACK_SLOT_ALIGNMENT to
1541         determine alignment passed to assign_stack_local.
1542         (assign_parms_unsplit_complex): Likewise.
1543         * except.c (sjlj_build_landing_pads): Likewise.
1544
1545 2009-03-06  Jakub Jelinek  <jakub@redhat.com>
1546
1547         PR middle-end/39360
1548         * tree-flow.h (add_referenced_var): Return bool instead of void.
1549         * tree-dfa.c (add_referenced_var): Return result of
1550         referenced_var_check_and_insert call.
1551         * tree-inline.c (expand_call_inline): Call add_referenced_var instead
1552         of referenced_var_check_and_insert.
1553
1554         PR debug/39372
1555         * dwarf2out.c (add_abstract_origin_attribute): Return origin_die.
1556         (gen_variable_die): Emit DW_AT_location on abstract static variable's
1557         DIE, don't emit it if abstract origin already has it.
1558         * tree-cfg.c (remove_useless_stmts_bind): GIMPLE_BINDs with any
1559         BLOCK_NONLOCALIZED_VARS in its gimple_bind_block aren't useless.
1560
1561 2009-03-06  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1562
1563         * genpreds.c (needs_variable): Fix parentheses at variable name
1564         detection.
1565         (write_tm_constrs_h): Indent generated code.
1566
1567 2009-03-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1568
1569         * doc/extend.texi (Function Attributes): Add documentation
1570         for isr attributes.
1571
1572 2009-03-06  Jakub Jelinek  <jakub@redhat.com>
1573
1574         PR debug/39387
1575         * dwarf2out.c (dwarf2out_imported_module_or_decl_1): For IMPORTED_DECL
1576         take locus from its DECL_SOURCE_LOCATION instead of input_location.
1577
1578 2009-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
1579
1580         * config/bfin/bfin.c (bfin_discover_loop): When retrying fails, mark
1581         the loop as bad.
1582
1583 2009-03-05  Jakub Jelinek  <jakub@redhat.com>
1584
1585         PR debug/39379
1586         * tree-cfg.c (remove_useless_stmts_bind): Don't remove GIMPLE_BINDs
1587         with blocks containing IMPORTED_DECLs in BLOCK_VARS.
1588
1589 2009-03-05  Uros Bizjak  <ubizjak@gmail.com>
1590
1591         * config/i386/i386.md (R8_REG, R9_REG): New constants.
1592         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Use named
1593         constants instead of magic numbers.
1594         (HARD_REGNO_CALLER_SAVE_MODE): Ditto.
1595         (QI_REG_P): Ditto.
1596         * config/i386/i386.c (x86_64_int_parameter_registers): Ditto.
1597         (x86_64_ms_abi_int_parameter_registers): Ditto.
1598         (x86_64_int_return_registers): Ditto.
1599         (ix86_maybe_switch_abi): Ditto.
1600         (ix86_expand_call): Ditto for clobbered_registers array.
1601         (ix86_hard_regno_mode_ok): Ditto.
1602         (x86_extended_QIreg_mentioned_p): Ditto.
1603
1604 2009-03-05  J"orn Rennecke  <joern.rennecke@arc.com>
1605
1606         PR tree-optimization/39349
1607         * cse.c (cse_insn): Fix loop to stop at VOIDmode.
1608
1609         * combine.c (gen_lowpart_for_combine): Use omode when generating
1610         clobber.
1611
1612 2009-03-04  J"orn Rennecke  <joern.rennecke@arc.com>
1613
1614         PR rtl-optimization/39235
1615         * loop-iv.c (get_simple_loop_desc): Use XCNEW.
1616
1617 2009-03-04  Zdenek Dvorak  <ook@ucw.cz>
1618
1619         * graphite.c (nb_reductions_in_loop): Update simple_iv arguments.
1620
1621 2009-03-04  Richard Guenther  <rguenther@suse.de>
1622
1623         PR tree-optimization/39362
1624         * tree-ssa-sccvn.c (visit_use): Stores and copies from SSA_NAMEs
1625         that occur in abnormal PHIs should be varying.
1626
1627 2009-03-04  Zdenek Dvorak  <ook@ucw.cz>
1628
1629         * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop):
1630         Extend comments.
1631         (simple_iv):  Take loop as an argument instead of statement.
1632         * tree-scalar-evolution.h (simple_iv): Declaration changed.
1633         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update calls
1634         to simple_iv.
1635         * tree-ssa-loop-ivopts.c (determine_biv_step, find_givs_in_stmt_scev):
1636         Ditto.
1637         * tree-parloops.c (loop_parallel_p, canonicalize_loop_ivs): Ditto.
1638         * matrix-reorg.c (analyze_transpose): Ditto.
1639         * tree-data-ref.c (dr_analyze_innermost): Ditto.
1640         * tree-vect-analyze.c (vect_analyze_data_refs): Ditto.
1641         * tree-predcom.c (ref_at_iteration): Ditto.
1642         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Ditto.
1643
1644 2009-03-04  Richard Guenther  <rguenther@suse.de>
1645
1646         PR tree-optimization/39358
1647         * tree-ssa-structalias.c (do_sd_constraint): Fix check for
1648         escaped_id and callused_id.
1649         (solve_graph): Likewise.
1650
1651 2009-03-04  Richard Guenther  <rguenther@suse.de>
1652
1653         PR tree-optimization/39339
1654         * tree-sra.c (try_instantiate_multiple_fields): Make it
1655         no longer ICE on the above.
1656
1657 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
1658
1659         * emit-rtl.c (adjust_address_1): Reduce offset to a signed value
1660         that fits within Pmode.
1661
1662 2009-03-03  Steve Ellcey  <sje@cup.hp.com>
1663
1664         PR middle-end/10109
1665         * tm.texi (LIBCALL_VALUE): Update description.
1666
1667 2009-03-03  Steve Ellcey  <sje@cup.hp.com>
1668
1669         PR middle-end/34443
1670         * doc/extend.texi (section): Update description.
1671
1672 2009-03-03  H.J. Lu  <hongjiu.lu@intel.com>
1673
1674         PR middle-end/39345
1675         * tree-inline.c (remapped_type): New.
1676         (can_be_nonlocal): Call remapped_type instead of remap_type.
1677
1678 2009-03-03  Jakub Jelinek  <jakub@redhat.com>
1679
1680         PR fortran/39354
1681         * gimplify.c (goa_stabilize_expr): Handle tcc_comparison,
1682         TRUTH_ANDIF_EXPR and TRUTH_ORIF_EXPR.
1683
1684 2009-03-03  Richard Guenther  <rguenther@suse.de>
1685
1686         PR middle-end/39272
1687         * tree.c (tree_nonartificial_location): New function.
1688         * tree.h (tree_nonartificial_location): Declare.
1689         * builtins.c (expand_builtin_memory_chk): Provide location
1690         of the call location for artificial function pieces.
1691         (maybe_emit_chk_warning): Likewise.
1692         (maybe_emit_sprintf_chk_warning): Likewise.
1693         (maybe_emit_free_warning): Likewise.
1694         * expr.c (expand_expr_real_1): Likewise.
1695
1696 2009-03-03  Jakub Jelinek  <jakub@redhat.com>
1697
1698         PR tree-optimization/39343
1699         * tree-ssa-ccp.c (maybe_fold_offset_to_address): Don't check if
1700         COMPONENT_REF t has ARRAY_TYPE.
1701
1702 2009-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1703
1704         PR middle-end/39335
1705         * tree-parloops.c (canonicalize_loop_ivs): Call fold_convert
1706         when the type precision of the induction variable should be
1707         larger than the type precision of nit.
1708         (gen_parallel_loop): Update use of canonicalize_loop_ivs.
1709         * graphite.c (graphite_loop_normal_form): Same.
1710         * tree-flow.h (canonicalize_loop_ivs): Update declaration.
1711
1712 2009-03-02  Uros Bizjak  <ubizjak@gmail.com>
1713
1714         * config/i386/i386.md (ST?_REG, MM?_REG): New constants.
1715         (*call_1_rex64_ms_sysv): Use named constants instead of magic
1716         numbers to describe clobbered registers.
1717         (*call_value_0_rex64_ms_sysv): Ditto.
1718         * config/i386/mmx.md (mmx_emms): Ditto.
1719         (mmx_femms): Ditto.
1720
1721 2009-03-02  Richard Sandiford  <rdsandiford@googlemail.com>
1722
1723         * config/mips/mips.c (mips_mdebug_abi_name): Fix the handling
1724         of ABI_64.
1725
1726 2009-03-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1727
1728         * config/spu/spu.c (TARGET_SECTION_TYPE_FLAGS): Define.
1729         (spu_section_type_flags): New function.
1730
1731 2009-03-02  Uros Bizjak  <ubizjak@gmail.com>
1732
1733         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not copy
1734         reg_class_contents of FLOAT_REGS into a temporary.
1735
1736 2009-03-02  Richard Guenther  <rguenther@suse.de>
1737             Ira Rosen  <irar@il.ibm.com>
1738
1739         PR tree-optimization/39318
1740         * tree-vect-transform.c (vectorizable_call): Transfer the EH region
1741         information to the vectorized statement.
1742
1743 2009-03-01  Uros Bizjak  <ubizjak@gmail.com>
1744
1745         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not shadow "i"
1746         variable.  Use defined names instead of magic constants for REX SSE
1747         registers.
1748
1749 2009-03-01  Richard Guenther  <rguenther@suse.de>
1750
1751         PR tree-optimization/39331
1752         * omp-low.c (lower_send_shared_vars): Do not receive new
1753         values for the reference of DECL_BY_REFERENCE parms or results.
1754
1755 2009-03-01  Jan Hubicka  <jh@suse.cz>
1756
1757         PR debug/39267
1758         * tree.h (BLOCK_NONLOCALIZED_VARS, BLOCK_NUM_NONLOCALIZED_VARS,
1759         BLOCK_NONLOCALIZED_VAR): New macros.
1760         (tree_block): Add nonlocalized_vars.
1761         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die,
1762         gen_decl_die): Add origin argument.  Allow generation of die with
1763         origin at hand only.
1764         (gen_member_die, gen_type_die_with_usage, force_decl_die,
1765         declare_in_namespace, gen_namescpace_die, dwarf2out_decl): Update use
1766         of gen_*.
1767         (gen_block_die): Fix checking for unused blocks.
1768         (process_scope_var): Break out from .... ; work with origins only.
1769         (decls_for_scope) ... here; process nonlocalized list.
1770         (dwarf2out_ignore_block): Look for nonlocalized vars.
1771         * tree-ssa-live.c (remove_unused_scope_block_p): Look for nonlocalized
1772         vars.
1773         (dump_scope_block): Dump them.
1774         * tree-inline.c (remap_decls): Handle nonlocalized vars.
1775         (remap_block): Likewise.
1776         (can_be_nonlocal): New predicate.
1777         (copy_bind_expr, copy_gimple_bind): Update use of remap_block.
1778
1779 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1780
1781         * configure: Regenerate.
1782
1783 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1784
1785         * optc-gen.awk: No need to duplicate option flags twice.
1786         Reuse help texts for duplicate options which do not have any.
1787
1788         * gcc.c (display_help): Document --version.
1789
1790         * gcc.c (main): If print_help_list and verbose_flag, ensure
1791         driver output comes before subprocess output.
1792
1793         * optc-gen.awk: Assign all remaining fields to help string,
1794         space-separated, for multi-line help in *.opt.
1795
1796         * doc/invoke.texi (Warning Options): -Wsync-nand is C/C++ only.
1797         -Wno-pedantic-ms-format is for MinGW targets only.
1798
1799         * doc/options.texi (Option file format): Fix bad indentation,
1800         restoring dropped sentence.
1801
1802 2009-02-28  Jan Hubicka  <jh@suse.cz>
1803
1804         * tree-inline.c (tree_function_versioning): Output debug info.
1805
1806 2009-02-28  Jan Hubicka  <jh@suse.cz>
1807
1808         PR debug/39267
1809         * tree-inline.c (setup_one_parameter): Do not copy propagate
1810         arguments when not optimizing.
1811
1812 2009-02-28  H.J. Lu  <hongjiu.lu@intel.com>
1813
1814         PR target/39327
1815         * config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
1816         (avx_addsubv4df3): Likewise.
1817         (*avx_addsubv4sf3): Likewise.
1818         (sse3_addsubv4sf3): Likewise.
1819         (*avx_addsubv2df3): Likewise.
1820         (sse3_addsubv2df3): Likewise.
1821         (avx_unpckhps256): Correct item selectors.
1822         (avx_unpcklps256): Likewise.
1823         (avx_unpckhpd256): Likewise.
1824         (avx_unpcklpd256): Likewise.
1825
1826 2009-02-28  Jan Hubicka  <jh@suse.cz>
1827
1828         * tree-inline.c (expand_call_inline): Avoid duplicate declarations of
1829         static vars.
1830         (copy_arguments_for_versioning): If var is declared don't declare it.
1831         (tree_function_versioning): First setup substitutions and then copy
1832         args.
1833
1834 2009-02-27  Jan Hubicka  <jh@suse.cz>
1835
1836         PR debug/39267
1837         * cgraph.h (varpool_output_debug_info): Remove.
1838         * cgraphunit.c (varpool_output_debug_info): Remove.
1839         * dwarf2out.c (deferred_locations_struct): New struct
1840         (deferred_locations): New type.
1841         (deferred_locations_list): New static var.
1842         (deffer_location): New function.
1843         (gen_variable_die): Use it.
1844         (decls_for_scope): Output info on local static vars.
1845         (dwarf2out_finish): Process deferred locations.
1846         * varpool.c (varpool_output_debug_info): Remove.
1847
1848 2009-02-27  Jan Hubicka  <jh@suse.cz>
1849
1850         PR debug/39267
1851         * tree.h (TREE_PROTECTED): Fix comment.
1852         (BLOCK_HANDLER_BLOCK): Remove.
1853         (struct tree_block): Remove handler_block add body_block.
1854         (inlined_function_outer_scope_p): New.
1855         (is_body_block): Remove.
1856         * dbxout.c (dbxout_block): Remove BLOCK_HANDLER_BLOCK.
1857         * dwarf2out.c (is_inlined_entry_point): Remove.
1858         (add_high_low_attributes): Use inlined_function_outer_scope_p.
1859         (gen_block_die): Use is_inlined_entry_point check.  Remove body block
1860         code.
1861         * langhooks.h (struct lang_hooks): Remove no_bodu_blocks.
1862         * gimplify.c (gimplify_expr): Gimplify body blocks.
1863         * tree-ssa-live.c (remove_unused_scope_block_p): Allow removing wrapper
1864         block with multiple subblocks.
1865         (dump_scope_block): Prettier output; dump more flags and info.
1866         (dump_scope_blocks): New.
1867         (remove_unused_locals): Use dump_scope_blocks.
1868         * tree-flow.h (dump_scope_blocks): Declare.
1869         * tree-cfg.c (execute_build_cfg): Dump scope blocks.
1870         * stmt.c (is_body_block): Remove.
1871         * tree-inline.c (remap_block): Copy BODY_BLOCK info.
1872         * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): Remove.
1873
1874 2009-02-27  Sebastian Pop  <sebastian.pop@amd.com>
1875
1876         PR middle-end/39308
1877         * graphite.c (graphite_loop_normal_form): Do not call 
1878         number_of_iterations_exit from a gcc_assert.
1879
1880 2009-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1881
1882         * gcc/config/s390/s390.c (s390_swap_cmp): Look for conditional
1883         jumps if COND is NULL.
1884         (find_cond_jump): New function.
1885         (s390_z10_optimize_cmp): Handling for reg-reg compares added.
1886         * gcc/config/s390/s390.md: Remove z10_cobra attribute value.
1887
1888 2009-02-26  Uros Bizjak  <ubizjak@gmail.com>
1889
1890         * config/alpha/alpha.h (alpha_expand_mov): Return false if
1891         force_const_mem returns NULL_RTX.
1892
1893 2009-02-26  Jan Hubicka  <jh@suse.cz>
1894
1895         PR debug/39267
1896         * cgraph.h (varpool_output_debug_info): Remove.
1897         * cgraphunit.c (varpool_output_debug_info): Remove.
1898         * dwarf2out.c (deferred_locations_struct): New struct
1899         (deferred_locations): New type.
1900         (deferred_locations_list): New static var.
1901         (deffer_location): New function.
1902         (gen_variable_die): Use it.
1903         (decls_for_scope): Output info on local static vars.
1904         (dwarf2out_finish): Process deferred locations.
1905         * varpool.c (varpool_output_debug_info): Remove.
1906
1907 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
1908
1909         PR rtl-optimization/39241
1910         * jump.c (rtx_renumbered_equal_p): Remove 2 superfluous calls
1911         to subreg_offset_representable_p.
1912
1913 2009-02-25  Paolo Bonzini  <bonzini@gnu.org>
1914
1915         * regmove.c (regmove_optimize): Conform to struct rtl_opt_pass
1916         execute function prototype.  Get f and nregs from max_reg_num
1917         and get_insns.  Remove the first backward pass as it's dead,
1918         guard the forward pass by flag_expensive_optimizations.
1919         (rest_of_handle_regmove): Delete.
1920         (pass_regmove): Replace it with regmove_optimize.
1921
1922 2009-02-25  Martin Jambor  <mjambor@suse.cz>
1923
1924         PR tree-optimization/39259
1925         * tree-inline.c (initialize_cfun): Remove asserts for calls_setjmp and
1926         calls_alloca function flags.
1927         (copy_bb): Set calls_setjmp and alls_alloca function flags if such
1928         calls are detected.
1929
1930 2009-02-25  Paolo Bonzini  <bonzini@gnu.org>
1931
1932         * regmove.c (discover_flags_reg, flags_set_1, mark_flags_life_zones,
1933         flags_set_1_rtx, flags_set_1_set): Delete.
1934         (regmove_optimize): Do not call mark_flags_life_zones.
1935
1936 2009-02-24  Julian Brown  <julian@codesourcery.com>
1937
1938         PR target/35965
1939         * config/arm/arm.c (require_pic_register): Only set
1940         cfun->machine->pic_reg once per function.
1941
1942 2009-02-24  Sandra Loosemore  <sandra@codesourcery.com>
1943
1944         * doc/invoke.texi (Link Options): Document an easier way to pass
1945         options that take arguments to the GNU linker using -Xlinker and -Wl.
1946
1947 2009-02-24  Steve Ellcey  <sje@cup.hp.com>
1948
1949         PR target/33785
1950         * doc/tm.texi (TARGET_C99_FUNCTIONS): Fix description.
1951
1952 2009-02-24  Richard Guenther  <rguenther@suse.de>
1953
1954         PR debug/39285
1955         * dwarf2out.c (gen_enumeration_type_die): Handle CONST_DECLs.
1956
1957 2009-02-24  Richard Guenther  <rguenther@suse.de>
1958             Zdenek Dvorak  <ook@ucw.cz>
1959
1960         PR tree-optimization/39233
1961         * tree-ssa-loop-ivopts.c (add_candidate_1): Do not except pointers
1962         from converting them to a generic type.
1963
1964 2009-02-23  Sebastian Pop  <sebastian.pop@amd.com>
1965
1966         PR tree-optimization/39260
1967         * graphite.c (harmful_stmt_in_bb): Stop a SCoP when the basic block
1968         contains a condition with a real type.
1969         (build_scop_conditions_1): Conditions are always last_stmt of a bb.
1970
1971 2009-02-23  Jason Merrill  <jason@redhat.com>
1972
1973         PR c++/38880
1974         * varasm.c (initializer_constant_valid_p) [PLUS_EXPR]: Check
1975         narrowing_initializer_constant_valid_p.
1976         (narrowing_initializer_constant_valid_p): Don't return 
1977         null_pointer_node for adding a pointer to itself.
1978
1979 2009-02-23  Jan Hubicka  <jh@suse.cz>
1980
1981         PR c/12245
1982         * ggc.h (htab_create_ggc): Use ggc_free to free hashtable when
1983         resizing.
1984
1985 2009-02-23  Jan Hubicka  <jh@suse.cz>
1986
1987         PR tree-optimization/37709
1988         * tree.c (block_ultimate_origin): Move here from dwarf2out.
1989         * tree.h (block_ultimate_origin): Declare.
1990         * dwarf2out.c (block_ultimate_origin): Move to tree.c
1991         * tree-ssa-live.c (remove_unused_scope_block_p):
1992         Eliminate blocks containig no instructions nor live variables nor
1993         nested blocks.
1994         (dump_scope_block): New function.
1995         (remove_unused_locals): Enable removal of dead blocks by default;
1996         enable dumping at TDF_DETAILS.
1997
1998 2009-02-21  H.J. Lu  <hongjiu.lu@intel.com>
1999
2000         * config/i386/i386.c (classify_argument): Don't allow COImode
2001         and OImode.
2002         (function_arg_advance_32): Don't allow OImode.
2003         (function_arg_32): Likewise.
2004         (function_value_32): Likewise.
2005         (return_in_memory_32): Likewise.
2006         (function_arg_64): Remove OImode comment.
2007
2008 2009-02-21  H.J. Lu  <hongjiu.lu@intel.com>
2009
2010         PR target/39261
2011         * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Use
2012         ix86_expand_vector_set for V4DImode in 64bit mode only.
2013         (ix86_expand_vector_init_one_var): Likewise.
2014
2015 2009-02-21  Sebastian Pop  <sebastian.pop@amd.com>
2016
2017         * graphite.c (graphite_trans_loop_block): Adjust tile size to 51.
2018
2019 2009-02-21  Richard Sandiford  <rdsandiford@googlemail.com>
2020
2021         PR bootstrap/39257
2022         * loop-iv.c: Revert last change.
2023         * emit-rtl.c: Likewise.
2024
2025 2009-02-21  H.J. Lu  <hongjiu.lu@intel.com>
2026
2027         PR target/39256
2028         * config/i386/i386.c (type_natural_mode): Remove an extra
2029         space in the warning message.
2030         (function_value_32): Handle 32-byte vector modes.
2031         (return_in_memory_32): Likewise.
2032
2033 2009-02-21  Richard Sandiford  <rdsandiford@googlemail.com>
2034
2035         * loop-iv.c (truncate_value): New function.
2036         (iv_subreg, get_iv_value, iv_number_of_iterations): Use it instead
2037         of lowpart_subreg.
2038         (lowpart_subreg): Move to...
2039         * emit-rtl.c: ...here.
2040
2041 2009-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
2042
2043         * config/i386/winnt.c (i386_pe_asm_output_aligned_decl_common): Revert
2044         accidental and undocumented change at revision 140860.
2045
2046 2009-02-21  Joseph Myers  <joseph@codesourcery.com>
2047
2048         * config/arm/arm.c (arm_gimplify_va_arg_expr): Update prototype to
2049         take gimple_seq * arguments.
2050         (arm_mangle_type): Use CONST_CAST_TREE on type argument passed to
2051         types_compatible_p langhook.
2052
2053 2009-02-20  Mark Mitchell  <mark@codesourcery.com>
2054             Joseph Myers  <joseph@codesourcery.com>
2055
2056         * config/arm/arm.c (arm_builtin_va_list): New function.
2057         (arm_expand_builtin_va_start): Likewise.
2058         (arm_gimplify_va_arg_expr): Likewise.
2059         (TARGET_BUILD_BUILTIN_VA_LIST): Define.
2060         (TARGET_BUILD_BUILTIN_VA_START): Likewise.
2061         (TARGET_BUILD_BUILTIN_VA_ARG_EXPR): Likewise.
2062         (va_list_type): New variable.
2063         (arm_mangle_type): Mangle va_list_type appropriately.
2064
2065 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
2066
2067         PR middle-end/39157
2068         * Makefile.in (loop-invariant.o): Depend on $(PARAMS_H).
2069         * params.h (LOOP_INVARIANT_MAX_BBS_IN_LOOP): Define.
2070         * params.def (loop-invariant-max-bbs-in-loop): New parameter.
2071         * opts.c (decode_options): Set loop-invariant-max-bbs-in-loop
2072         parameter to 1000 for -O1 by default.
2073         * doc/invoke.texi (loop-invariant-max-bbs-in-loop): Document new
2074         parameter.
2075         * loop-invariant.c: Include params.h.
2076         (move_loop_invariants): Don't call move_single_loop_invariants on
2077         very large loops.
2078
2079 2009-02-20  Jaka Mocnik  <jaka@xlab.si>
2080
2081         * calls.c (emit_library_call_value_1): Use slot_offset instead of
2082         offset when calculating bounds for indexing stack_usage_map.  Fixes
2083         a buffer overflow with certain target setups.
2084
2085 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
2086
2087         PR target/39240
2088         * calls.c (expand_call): Clear try_tail_call if caller and callee
2089         disagree in promotion of function return value.
2090
2091 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
2092
2093         PR target/39175
2094         * c-common.c (c_determine_visibility): If visibility changed and
2095         DECL_RTL has been already set, call make_decl_rtl to update symbol
2096         flags.
2097
2098 2009-02-19  H.J. Lu  <hongjiu.lu@intel.com>
2099
2100         PR c++/39188
2101         * varasm.c (assemble_variable): Don't check DECL_NAME when
2102         globalizing a variable.
2103
2104 2009-02-19  Joseph Myers  <joseph@codesourcery.com>
2105
2106         PR c/38483
2107         * builtins.c (gimplify_va_arg_expr): Evaluate the va_list
2108         expression before any __builtin_trap call.
2109         * c-typeck.c (build_function_call): Convert and check function
2110         arguments before generating a call to a trap.  Evaluate the
2111         function arguments before the trap.
2112
2113 2009-02-19  Uros Bizjak  <ubizjak@gmail.com>
2114
2115         PR target/39228
2116         * config/i386/i386.md (isinfxf2): Split from isinf<mode>2.
2117         (UNSPEC_FXAM_MEM): New unspec.
2118         (fxam<mode>2_i387_with_temp): New insn and split pattern.
2119         (isinf<mode>2): Use MODEF mode iterator.  Force operand[1] through
2120         memory using fxam<mode>2_i387_with_temp to remove excess precision.
2121
2122 2009-02-19  Richard Guenther  <rguenther@suse.de>
2123
2124         PR tree-optimization/39207
2125         PR tree-optimization/39074
2126         * tree-ssa-structalias.c (storedanything_id, var_storedanything,
2127         storedanything_tree): New.
2128         (do_ds_constraint): Simplify ANYTHING shortcutting.  Update
2129         the STOREDANYTHING solution if the lhs solution contains ANYTHING.
2130         (build_succ_graph): Add edges from STOREDANYTHING to all
2131         non-direct nodes.
2132         (init_base_vars): Initialize STOREDANYTHING.
2133         (compute_points_to_sets): Free substitution info after
2134         building the succ graph.
2135         (ipa_pta_execute): Likewise.
2136
2137         * tree-ssa-structalias.c (struct variable_info): Add may_have_pointers
2138         field.
2139         (do_ds_constraint): Do not add to special var or non-pointer
2140         field solutions.
2141         (type_could_have_pointers): Split out from ...
2142         (could_have_pointers): ... here.  For arrays use the element type.
2143         (create_variable_info_for): Initialize may_have_pointers.
2144         (new_var_info): Likewise.
2145         (handle_lhs_call): Make the HEAP variable unknown-sized.
2146         (intra_create_variable_infos): Use a type with pointers for
2147         PARM_NOALIAS, make it unknown-sized.
2148
2149 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
2150
2151         PR target/39224
2152         * config/i386/i386.c (ix86_return_in_memory): Properly check ABI.
2153
2154 2009-02-18  Jason Merrill  <jason@redhat.com>
2155
2156         PR target/39179
2157         * tree-ssa-ccp.c (get_symbol_constant_value): Don't assume zero
2158         value if DECL_EXTERNAL.
2159         * tree-sra.c (sra_walk_gimple_assign): Likewise.
2160         * target.h (gcc_target::binds_local_p): Clarify "module".
2161         * tree.h (TREE_PUBLIC): Clarify "module".
2162
2163 2009-02-17  Xuepeng Guo  <xuepeng.guo@intel.com>
2164
2165         PR target/38891
2166         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Move the hunk of
2167         initialization for MS_ABI prior to the hunk of !TARGET_MMX.
2168
2169 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
2170
2171         PR target/39082
2172         * c.opt (Wabi): Support C and ObjC.
2173         (Wpsabi): New.
2174
2175         * c-opts.c (c_common_handle_option): Handle OPT_Wabi.
2176
2177         * config/i386/i386.c (classify_argument): Warn once about the ABI
2178         change when passing union with long double.
2179
2180         * doc/invoke.texi: Update -Wabi for warning psABI changes.
2181
2182 2009-02-18  Joseph Myers  <joseph@codesourcery.com>
2183
2184         PR c/35447
2185         * c-parser.c (c_parser_compound_statement): Always enter and leave
2186         a scope.
2187
2188 2009-02-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2189
2190         PR target/34587
2191         * config/darwin.h (SUPPORTS_INIT_PRIORITY): Define.
2192
2193 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
2194
2195         PR tree-optimization/36922
2196         * tree-data-ref.c (initialize_matrix_A): Handle BIT_NOT_EXPR.
2197         * tree-scalar-evolution.c (interpret_rhs_expr, instantiate_scev_1):
2198         Likewise.
2199
2200 2009-02-17  Richard Sandiford  <rdsandiford@googlemail.com>
2201
2202         * config/mips/mips.c (mips_override_options): Set flag_dwarf2_cfi_asm
2203         to 0 for EABI64.
2204
2205 2009-02-17  Richard Sandiford  <rdsandiford@googlemail.com>
2206
2207         * config/mips/mips.md (type): Reclassify lui_movf as "unknown".
2208
2209 2009-02-17  Richard Sandiford  <rdsandiford@googlemail.com>
2210
2211         * config/mips/mips.c (mips_gimplify_va_arg_expr): Fix invalid
2212         tree sharing.
2213
2214 2009-02-17  Ruan Beihong  <ruanbeihong@gmail.com>
2215             Richard Sandiford  <rdsandiford@googlemail.com>
2216
2217         * config/mips/mips.c (CODE_FOR_loongson_biadd): Delete.
2218         * config/mips/loongson.md (reduc_uplus_<mode>): Rename to...
2219         (loongson_biadd): ...this.
2220
2221 2009-02-17  Richard Guenther  <rguenther@suse.de>
2222
2223         PR tree-optimization/39202
2224         * tree-ssa-structalias.c (do_structure_copy): Before collapsing
2225         a var make sure to follow existing collapses.
2226
2227 2009-02-17  Richard Guenther  <rguenther@suse.de>
2228
2229         PR middle-end/39214
2230         * langhooks.c (lhd_print_error_function): Check for NULL block.
2231
2232 2009-02-17  Richard Guenther  <rguenther@suse.de>
2233
2234         PR tree-optimization/39204
2235         * tree-ssa-pre.c (phi_translate_1): Lookup the value-number
2236         of the PHI arg.
2237
2238 2009-02-17  Uros Bizjak  <ubizjak@gmail.com>
2239
2240         * config/soft-fp/double.h: Update from glibc CVS.
2241
2242 2009-02-17  Richard Guenther  <rguenther@suse.de>
2243
2244         PR tree-optimization/39207
2245         * tree-ssa-structalias.c (find_what_p_points_to): Do not emit
2246         strict-aliasing warnings for pointers pointing to NULL.
2247
2248 2009-02-16  Joseph Myers  <joseph@codesourcery.com>
2249
2250         PR c/35446
2251         * c-parser.c (c_parser_braced_init): Call pop_init_level when
2252         skipping until next close brace.
2253
2254 2009-02-16  H.J. Lu  <hongjiu.lu@intel.com>
2255
2256         PR target/37049
2257         * config/i386/i386.c (ix86_expand_push): Set memory alignment
2258         to function argument boundary.
2259
2260 2009-02-16  Hariharan Sandanagobalane  <hariharan@picochip.com>
2261
2262         * config/picochip/picochip.md (lea_add): Allow any nonimmediate
2263         in the lea_add. Reload eventually constraints it properly.
2264         * config/picochip/constraints.md : Remove the target constraint
2265         "b", since it is not needed anymore.
2266
2267 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
2268
2269         * gthr-dce.h: Uglify function parameter and local variable names.
2270         * gthr-gnat.h: Likewise.
2271         * gthr-mipssde.h: Likewise.
2272         * gthr-nks.h: Likewise.
2273         * gthr-posix95.h: Likewise.
2274         * gthr-posix.h: Likewise.
2275         * gthr-rtems.h: Likewise.
2276         * gthr-single.h: Likewise.
2277         * gthr-solaris.h: Likewise.
2278         * gthr-tpf.h: Likewise.
2279         * gthr-vxworks.h: Likewise.
2280         * gthr-win32.h: Likewise.
2281
2282 2009-02-15  H.J. Lu  <hongjiu.lu@intel.com>
2283
2284         PR target/39196
2285         * config/i386/i386.md: Restrict the new peephole2 to move
2286         between MMX/SSE registers.
2287
2288 2009-02-15  Richard Guenther  <rguenther@suse.de>
2289
2290         Revert
2291         2009-02-13  Richard Guenther  <rguenther@suse.de>
2292
2293         * configure.ac: Enable LFS.
2294         * configure: Re-generate.
2295         * config.in: Likewise.
2296
2297 2009-02-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2298
2299         * config/spu/spu_internals.h (spu_sr, spu_sra, spu_srqw,
2300         spu_srqwbyte, spu_srqwbytebc): Define.
2301         * config/spu/spu-builtins.def (spu_sr, spu_sra, spu_srqw,
2302         spu_srqwbyte, spu_srqwbytebc): New overloaded builtins.
2303         * config/spu/spu.md ("shrqbybi_<mode>", "shrqbi_<mode>",
2304         "shrqby_<mode>"): New insn-and-split patterns.
2305         * config/spu/spu.c (expand_builtin_args): Determine and return
2306         number of operands using spu_builtin_description data.
2307         (spu_expand_builtin_1): Use it.
2308
2309 2009-02-13  Steve Ellcey  <sje@cup.hp.com>
2310
2311         PR target/38056
2312         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Check
2313         TARGET_CONST_GP.
2314
2315 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
2316
2317         PR target/39149
2318         * config/i386/i386.c (override_options): Correct warning
2319         messages for -malign-loops, -malign-jumps and -malign-functions.
2320
2321 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
2322
2323         PR target/39152
2324         * config/i386/i386.md: Restrict the new peephole2 to move
2325         between the general purpose registers.
2326
2327 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
2328
2329         PR target/39162
2330         * config/i386/i386.c (type_natural_mode): Add a new argument.
2331         Return the original mode and warn ABI change if vector size is 32byte.
2332         (function_arg_advance): Updated.
2333         (function_arg): Likewise.
2334         (ix86_function_value): Likewise.
2335         (ix86_return_in_memory): Likewise.
2336         (ix86_sol10_return_in_memory): Likewise.
2337         (ix86_gimplify_va_arg): Likewise.
2338         (function_arg_32): Don't warn ABX ABI change here.
2339         (function_arg_64): Likewise.
2340
2341 2009-02-13  Bernd Schmidt  <bernd.schmidt@analog.com>
2342
2343         * loop-iv.c (implies_p): In the final case, test that operands 0
2344         of the two comparisons match.
2345
2346         * config/bfin/bfin.c (find_prev_insn_start): New function.
2347         (bfin_optimize_loop): Use it in some cases instead of PREV_INSN.
2348         (find_next_insn_start): Move.
2349
2350 2009-02-13  Richard Guenther  <rguenther@suse.de>
2351
2352         * configure.ac: Enable LFS.
2353         * configure: Re-generate.
2354         * config.in: Likewise.
2355
2356 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
2357
2358         PR c/35444
2359         * c-parser.c (c_parser_parms_list_declarator): Discard pending
2360         sizes on syntax error after some arguments have been parsed.
2361
2362 2009-02-12  Jakub Jelinek  <jakub@redhat.com>
2363
2364         * doc/invoke.texi (-fira): Remove.
2365
2366 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
2367
2368         * caller-save.c: Replace regclass.c with reginfo.c in comments.
2369         * recog.c: Likewise.
2370         * rtl.h: Likewise.
2371
2372 2009-02-12  Uros Bizjak  <ubizjak@gmail.com>
2373
2374         * longlong.h (sub_ddmmss): New for ia64. Ported from GMP 4.2.
2375         (umul_ppmm): Likewise.
2376         (count_leading_zeros): Likewise.
2377         (count_trailing_zeros): Likewise.
2378         (UMUL_TIME): Likewise.
2379
2380 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
2381
2382         * config.gcc (ia64*-*-linux*): Add ia64/t-fprules-softfp and
2383         soft-fp/t-softfp to tmake_file.
2384
2385         * config/ia64/ia64.c (ia64_soft_fp_init_libfuncs): New.
2386         (ia64_expand_compare): Use HPUX library for TFmode only for HPUX.
2387         (ia64_builtins) [IA64_BUILTIN_COPYSIGNQ, IA64_BUILTIN_FABSQ,
2388         IA64_BUILTIN_INFQ]: New.
2389         (ia64_init_builtins): Initialize __builtin_infq,
2390         __builtin_fabsq and __builtin_copysignq if not HPUX.
2391         (ia64_expand_builtin): Handle IA64_BUILTIN_COPYSIGNQ,
2392         IA64_BUILTIN_FABSQ and IA64_BUILTIN_INFQ.
2393
2394         * config/ia64/lib1funcs.asm (__divtf3): Define only if
2395         SHARED is defined.
2396         (__fixtfti): Likewise.
2397         (__fixunstfti): Likewise.
2398         (__floattitf): Likewise.
2399
2400         * config/ia64/libgcc-glibc.ver: New.
2401         * config/ia64/t-fprules-softfp: Likewise.
2402         * config/ia64/sfp-machine.h: Likewise.
2403
2404         * config/ia64/linux.h (LIBGCC2_HAS_TF_MODE): New.
2405         (LIBGCC2_TF_CEXT): Likewise.
2406         (TF_SIZE): Likewise.
2407         (TARGET_INIT_LIBFUNCS): Likewise.
2408
2409         * config/ia64/t-glibc (SHLINB_MAPFILES):
2410         Add $(srcdir)/config/ia64/libgcc-glibc.ver.
2411
2412 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
2413
2414         * config/i386/i386.c (construct_container): Rewrite processing
2415         BLKmode with X86_64_SSE_CLASS.
2416
2417 2009-02-12  Paolo Bonzini  <bonzini@gnu.org>
2418
2419         PR target/39152
2420         * config/i386/i386.md: Replace simplify_replace_rtx with
2421         replace_rtx in the new peephole2.
2422
2423 2009-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2424
2425         * doc/invoke.texi (Optimize Options): Stop claiming inlining and
2426         loop unrolling do not happen at -O2.
2427
2428 2009-02-12  Michael Matz  <matz@suse.de>
2429
2430         * gcc.c (ASM_DEBUG_SPEC): Check for -g0.
2431
2432 2009-02-12  Jakub Jelinek  <jakub@redhat.com>
2433
2434         * dwarf2out.c (dwarf2out_finish): Force output of comp_unit_die
2435         for -g3.
2436
2437 2009-02-12  Ben Elliston  <bje@au.ibm.com>
2438
2439         * config/rs6000/rs6000.md (allocate_stack): Use _stack form of
2440         patterns when updating the back chain.  Missed in the 2009-02-10
2441         change.
2442
2443 2009-02-11  Janis Johnson  <janis187@us.ibm.com>
2444
2445         * doc/extend.texi (Decimal Floating Types): Update identifier of
2446         draft TR and list of missing support.
2447
2448 2009-02-11  Jakub Jelinek  <jakub@redhat.com>
2449
2450         PR middle-end/39154
2451         * gimplify.c (omp_notice_variable): If adding GOVD_SEEN
2452         bit to variable length decl's flags, add it also to its
2453         pointer replacement variable.
2454
2455 2009-02-11  Uros Bizjak  <ubizjak@gmail.com>
2456             Jakub Jelinek  <jakub@redhat.com>
2457
2458         PR target/39118
2459         * config/i386/i386.md (UNSPEC_MEMORY_BLOCKAGE): New constant.
2460         (memory_blockage): New expander.
2461         (*memory_blockage): New insn pattern.
2462         * config/i386/i386.c (ix86_expand_prologue): Use memory_blockage
2463         instead of general blockage at the end of function prologue when
2464         frame pointer is used to access red zone area.  Do not emit blockage
2465         when profiling, it is emitted in generic code.
2466         (ix86_expand_epilogue): Emit memory_blockage at the beginning of
2467         function epilogue when frame pointer is used to access red zone area.
2468
2469 2009-02-11  Paolo Bonzini  <bonzini@gnu.org>
2470
2471         PR target/38824
2472         * config/i386/i386.md: Add two new peephole2 to avoid mov followed
2473         by arithmetic with memory operands.
2474         * config/i386/predicates.md (commutative_operator): New.
2475
2476 2009-02-10  Janis Johnson  <janis187@us.ibm.com>
2477
2478         * doc/extend.texi (Fixed-Point Types): Break long paragraphs into
2479         bulleted lists.
2480
2481 2009-02-10  Eric Botcazou  <ebotcazou@adacore.com>
2482
2483         * alias.h (record_alias_subset): Declare.
2484         * alias.c (record_alias_subset): Make global.
2485
2486 2009-02-10  Nick Clifton  <nickc@redhat.com>
2487
2488         * tree-parloops.c: Change license to GPLv3.
2489         * ipa-struct-reorg.c: Change license to GPLv3.
2490         * ipa-struct-reorg.h: Change license to GPLv3.
2491
2492 2009-02-10  Steve Ellcey  <sje@cup.hp.com>
2493
2494         PR c/39084
2495         * c-decl.c (start_struct): Return NULL on error.
2496
2497 2009-02-10  Jakub Jelinek  <jakub@redhat.com>
2498
2499         PR middle-end/39124
2500         * cfgloopmanip.c (remove_path): Call remove_bbs after
2501         cancel_loop_tree, not before it.
2502
2503         PR target/39139
2504         * function.h (struct function): Add has_local_explicit_reg_vars bit.
2505         * gimplify.c (gimplify_bind_expr): Set it if local DECL_HARD_REGISTER
2506         VAR_DECLs were seen.
2507         * tree-ssa-live.c (remove_unused_locals): Recompute
2508         cfun->has_local_explicit_reg_vars.
2509         * tree-ssa-sink.c (statement_sink_location): Don't sink BLKmode
2510         copies or clearings if cfun->has_local_explicit_reg_vars.
2511
2512 2009-02-10  Uros Bizjak  <ubizjak@gmail.com>
2513
2514         PR target/39118
2515         * config/i386/i386.c (expand_prologue): Emit blockage at the end
2516         of function prologue when frame pointer is used to access
2517         red zone area.
2518
2519 2009-02-10  Richard Guenther  <rguenther@suse.de>
2520
2521         PR middle-end/39127
2522         * gimplify.c (gimple_regimplify_operands): Always look if
2523         we need to create a temporary.
2524
2525 2009-02-10  Richard Guenther  <rguenther@suse.de>
2526
2527         PR tree-optimization/39132
2528         * tree-loop-distribution.c (todo): New global var.
2529         (generate_memset_zero): Trigger TODO_rebuild_alias.
2530         (tree_loop_distribution): Return todo.
2531
2532 2009-02-10  H.J. Lu  <hongjiu.lu@intel.com>
2533
2534         PR target/39119
2535         * config/i386/i386.c (x86_64_reg_class): Remove X86_64_AVX_CLASS.
2536         (x86_64_reg_class_name): Removed.
2537         (classify_argument): Return 0 if bytes > 32.  Return 0 if the
2538         first one isn't X86_64_SSE_CLASS or any other ones aren't
2539         X86_64_SSEUP_CLASS when size > 16bytes.  Don't turn
2540         X86_64_SSEUP_CLASS into X86_64_SSE_CLASS if the preceded one
2541         is X86_64_SSEUP_CLASS.  Set AVX modes to 1 X86_64_SSE_CLASS
2542         and 3 X86_64_SSEUP_CLASS.
2543         (construct_container): Remove X86_64_AVX_CLASS.  Handle 4
2544         registers with 1 X86_64_SSE_CLASS and 3 X86_64_SSEUP_CLASS.
2545
2546 2009-02-10  Ben Elliston  <bje@au.ibm.com>
2547
2548         * config/rs6000/rs6000.md (allocate_stack): Always use an update
2549         form instruction to update the stack back chain word, even if the
2550         user has disabled the generation of update instructions.
2551         (movdi_<mode>_update_stack): New.
2552         (movsi_update_stack): Likewise.
2553         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Likewise,
2554         always use an update form instruction to update the stack back
2555         chain word.
2556
2557 2009-02-09  Sebastian Pop  <sebastian.pop@amd.com>
2558
2559         PR middle-end/38953
2560         * graphite.c (if_region_set_false_region): After moving a region in
2561         the false branch of a condition, remove the empty dummy basic block.
2562         (gloog): Remove wrong fix for PR38953.
2563
2564 2009-02-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2565
2566         * config/spu/spu.c (array_to_constant): Fix (latent) wrong-code
2567         generation due to implicit sign extension.
2568
2569 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
2570
2571         PR middle-end/38981
2572         * tree-ssa-coalesce.c (add_coalesce): Cap the costs of coalesce pairs
2573         at MUST_COALESCE_COST-1 instead of MUST_COALESCE_COST.
2574
2575 2009-02-09  Richard Guenther  <rguenther@suse.de>
2576
2577         PR middle-end/35202
2578         * convert.c (convert_to_real): Disable (float)fn((double)x)
2579         to fnf(x) conversion if errno differences may occur and
2580         -fmath-errno is set.
2581
2582 2009-02-07  Anatoly Sokolov  <aesok@post.ru>
2583
2584         * config/avr/avr.c (avr_mcu_t): Add ata6289 device.
2585         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
2586         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
2587
2588 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
2589
2590         PR c/35434
2591         * c-common.c (handle_alias_attribute): Disallow attribute for
2592         anything not a FUNCTION_DECL or VAR_DECL.
2593
2594 2009-02-06  Janis Johnson  <janis187@us.ibm.com>
2595
2596         PR c/39035
2597         * real.c (do_compare): Special-case compare of zero against
2598         decimal float value.
2599
2600 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
2601
2602         PR c/36432
2603         * c-decl.c (grokdeclarator): Don't treat [] declarators in fields
2604         as indicating flexible array members unless the field itself is
2605         being declarared as the incomplete array.
2606
2607 2009-02-06  Jan Hubicka  <jh@suse.cz>
2608
2609         PR tree-optimization/38844
2610         * ipa-inline.c (try_inline): Stop inlining recursion when edge
2611         is already inlined.
2612
2613 2009-02-06  Richard Guenther  <rguenther@suse.de>
2614
2615         PR middle-end/38977
2616         * tree-cfg.c (need_fake_edge_p): Force a fake edge for
2617         fork because we may expand it as __gcov_fork.
2618
2619 2009-02-06  Nick Clifton  <nickc@redhat.com>
2620
2621         * config/m32c/m32c.h (PCC_BITFIELD_TYPE_MATTERS): Define to zero.
2622
2623 2009-02-06  Paolo Bonzini  <bonzini@gnu.org>
2624
2625         PR tree-optimization/35659
2626         * tree-ssa-sccvn.c (vn_constant_eq, vn_reference_eq, vn_nary_op_eq
2627         vn_phi_eq): Shortcut if hashcode does not match.
2628         (vn_reference_op_compute_hash): Do not call iterative_hash_expr for
2629         NULL operands.
2630         * tree-ssa-pre.c (pre_expr_hash): Look at hashcode if available,
2631         and avoid iterative_hash_expr.
2632         (FOR_EACH_VALUE_ID_IN_SET): New.
2633         (value_id_compare): Remove.
2634         (sorted_array_from_bitmap_set): Use FOR_EACH_VALUE_ID_IN_SET to
2635         sort expressions by value id.
2636
2637 2009-02-05  Kaz Kojima  <kkojima@gcc.gnu.org>
2638
2639         PR target/38991
2640         * config/sh/predicates.md (general_movsrc_operand): Don't check
2641         the subreg of system registers here.
2642
2643 2009-02-05  Jakub Jelinek  <jakub@redhat.com>
2644
2645         PR c++/39106
2646         * cgraphunit.c (cgraph_function_versioning): Clear also DECL_VIRTUAL_P
2647         on the copied decl.
2648
2649 2009-02-05  Paolo Bonzini  <bonzini@gnu.org>
2650
2651         PR rtl-optimization/39110
2652         * rtlanal.c (rtx_addr_can_trap_p_1): Shortcut unaligned
2653         addresses, not aligned ones.
2654
2655 2009-02-05  Daniel Berlin  <dberlin@dberlin.org>
2656             Richard Guenther  <rguenther@suse.de>
2657
2658         PR tree-optimization/39100
2659         * tree-ssa-structalias.c (do_ds_constraint): Actually do what the
2660         comment says and add edges.
2661
2662 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
2663
2664         PR c/35435
2665         * c-common.c (handle_tls_model_attribute): Ignore attribute for
2666         non-VAR_DECLs without checking DECL_THREAD_LOCAL_P.
2667
2668 2009-02-04  Tobias Grosser  <grosser@fim.uni-passau.de> 
2669
2670         * graphite.c (bb_in_sese_p, sese_build_livein_liveouts_use,
2671         sese_build_livein_liveouts_bb, sese_build_livein_liveouts,
2672         register_bb_in_sese, new_sese, free_sese): Moved.
2673         (dot_scop_1, build_scop_loop_nests, build_loop_iteration_domains,
2674         outermost_loop_in_scop, build_scop_iteration_domain,
2675         expand_scalar_variables_ssa_name, get_vdef_before_scop,
2676         limit_scops): Use bb_in_sese_p instead of bb_in_scop_p.
2677         Use loop_in_sese_p instead of loop_in_scop_p.
2678         (new_graphite_bb, gloog): Do not initialize SCOP_BBS_B.
2679         (new_scop, free_scop): Remove SCOP_LOOP2CLOOG_LOOP and SCOP_BBS_B.
2680         (scopdet_basic_block_info): Fix bug in scop detection.
2681         (new_loop_to_cloog_loop_str, hash_loop_to_cloog_loop,
2682         eq_loop_to_cloog_loop): Remove.
2683         (nb_loops_around_loop_in_scop, nb_loop
2684         ref_nb_loops): Moved here...
2685         * graphite.h (ref_nb_loops): ... from here.
2686         (struct scop): Remove bbs_b bitmap and loop2cloog_loop.
2687         (loop_domain_dim, loop_iteration_vector_dim): Remove.
2688         (SCOP_BBS_B, bb_in_scop_p, loop_in_scop_p): Removed.
2689         * testsuite/gcc.dg/graphite/scop-19.c: New
2690
2691 2009-02-04  Paolo Bonzini  <bonzini@gnu.org>
2692             Hans-Peter Nilsson  <hp@axis.com>
2693
2694         PR rtl-optimization/37889
2695         * rtlanal.c (rtx_addr_can_trap_p_1): Add offset and size arguments.
2696         Move offset handling from PLUS to before the switch.  Use new
2697         arguments when considering SYMBOL_REFs too.
2698         (rtx_addr_can_trap_p): Pass dummy offset and size.
2699         (enum may_trap_p_flags): Remove.
2700         (may_trap_p_1): Pass size from MEM_SIZE.
2701
2702         PR rtl-optimization/38921
2703         * loop-invariant.c (find_invariant_insn): Use may_trap_or_fault_p.
2704         * rtl.h (may_trap_after_code_motion_p): Delete prototype.
2705         * rtlanal.c (may_trap_after_code_motion_p): Delete.
2706         (may_trap_p, may_trap_or_fault_p): Pass 0/1 as flags.
2707
2708 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
2709
2710         AVX Programming Reference (January, 2009)
2711         * config/i386/sse.md (*vpclmulqdq): New.
2712
2713 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
2714
2715         PR tree-optimization/38977
2716         PR gcov-profile/38292
2717         * calls.c (special_function_p): Disregard __builtin_ prefix.
2718
2719 2009-02-04  Hariharan Sandanagobalane  <hariharan@picochip.com>
2720
2721         * config/picochip/picochip.c (GO_IF_LEGITIMATE_ADDRESS): Disallow
2722         non-indexable addresses even before reload.
2723
2724 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
2725
2726         PR c/29129
2727         * c-decl.c (grokdeclarator): Mark [*] arrays in field declarators
2728         as having variable size.  Do not give an error for unnamed
2729         parameters with [*] declarators.  Give a warning for type names
2730         with [*] declarators and mark them as variable size.
2731         * c-parser.c (c_parser_sizeof_expression): Do not give an error
2732         for sizeof applied to [*] type names.
2733
2734 2009-02-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2735
2736         PR C++/36607
2737         * convert.c (convert_to_integer): Treat OFFSET_TYPE like INTEGER_TYPE.
2738
2739 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
2740
2741         * gcc.c (process_command): Update copyright notice dates.
2742         * gcov.c (print_version): Likewise.
2743         * gcov-dump.c (print_version): Likewise.
2744         * mips-tfile.c (main): Likewise.
2745         * mips-tdump.c (main): Likewise.
2746
2747 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
2748
2749         PR c/35433
2750         * c-typeck.c (composite_type): Set TYPE_SIZE and TYPE_SIZE_UNIT
2751         for composite type involving a zero-length array type.
2752
2753 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
2754
2755         PR target/35318
2756         * function.c (match_asm_constraints_1): Skip over
2757         initial optional % in the constraint.
2758
2759         PR inline-asm/39059
2760         * c-parser.c (c_parser_postfix_expression): If fixed point is not
2761         supported, don't accept FIXED_CSTs.
2762         * c-decl.c (finish_declspecs): Error if fixed point is not supported
2763         and _Sat is used without _Fract/_Accum.  Set specs->type to
2764         integer_type_node for cts_fract/cts_accum if fixed point is not
2765         supported.
2766
2767 2009-02-02  Catherine Moore  <clm@codesourcery.com>
2768
2769         * sde.h (SUBTARGET_ARM_SPEC): Don't assemble -fpic code as -mabicalls.
2770
2771 2009-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
2772
2773         * config/mips/mips.h (FILE_HAS_64BIT_SYMBOLS): New macro.
2774         (ABI_HAS_64BIT_SYMBOLS): Use it.
2775         (DWARF2_ADDR_SIZE): Use it instead of ABI_HAS_64BIT_SYMBOLS.
2776
2777 2009-02-02  Paul Brook  <paul@codesourcery.com>
2778
2779         * config/arm/arm.md (arm_addsi3): Add r/r/k alternative.
2780
2781 2009-02-02  Jakub Jelinek  <jakub@redhat.com>
2782
2783         PR inline-asm/39058
2784         * recog.h (asm_operand_ok): Add constraints argument.
2785         * recog.c (asm_operand_ok): Likewise.  If it is set, for digits
2786         recurse on matching constraint.
2787         (check_asm_operands): Pass constraints as 3rd argument to
2788         asm_operand_ok.  Don't look up matching constraint here.
2789         * stmt.c (expand_asm_operands): Pass NULL as 3rd argument
2790         to asm_operand_ok.
2791
2792 2009-02-02  Ben Elliston  <bje@au.ibm.com>
2793
2794         * doc/tm.texi (Storage Layout): Fix TARGET_ALIGN_ANON_BITFIELD and
2795         TARGET_NARROW_VOLATILE_BITFIELD macro names.
2796
2797 2009-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2798
2799         * doc/install.texi (hppa*-hp-hpux*): Update binutils and linker
2800         information.  Remove some obsolete information.  Reorganize.
2801
2802         * config/pa/fptr.c: Revert license to GPL 2.
2803         * config/pa/milli64.S: Likewise.
2804
2805 2009-01-31  Dave Korn  <dave.korn.cygwin@gmail.com>
2806
2807         PR target/38904
2808         * mkmap-flat.awk (END):  Use pe_dll command-line arg to pass
2809         LIBRARY name in, instead of hard-coding it.
2810         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*):  Add an
2811         extra target make frag to tmake_files according to EH model.
2812         (i[34567]86-*-mingw* | x86_64-*-mingw*):  Likewise.
2813         * config/i386/t-dw2-eh, config/i386/t-sjlj-eh:  Add new target
2814         frags that define makefile variable EH_MODEL appropriately.
2815         * config/i386/cygming.h (DWARF2_UNWIND_INFO):  Add comment.
2816         * config/i386/cygwin.h (LIBGCC_EH_EXTN):  Define to nothing or
2817         to "-sjlj" according to type of EH configured.
2818         (LIBGCC_SONAME):  Concatenate it to shared library base name.
2819         * config/i386/mingw32.h (LIBGCC_EH_EXTN):  Define to "_dw2" or
2820         to "_sjlj" according to type of EH configured.
2821         (LIBGCC_SONAME):  Concatenate it to shared library base name.
2822         * config/i386/t-cygming (SHLIB_SONAME):  Use EH_MODEL.
2823         (SHLIB_LINK):  Add missing semicolon to if-else construct.
2824         (SHLIB_MKMAP_OPTS):  Pass library name to mkmap-flat.awk as
2825         string value of "pe_dll" command-line option.
2826         * config/i386/t-cygwin (SHLIB_EH_EXTENSION):  New helper.
2827         (SHLIB_SONAME):  Use it when overriding t-cygming default.
2828         (SHLIB_IMPLIB):  Override t-cygming default.
2829         (SHLIB_MKMAP_OPTS):  Pass library name to mkmap-flat.awk as
2830         string value of "pe_dll" command-line option.
2831
2832 2009-01-31  Dave Korn  <dave.korn.cygwin@gmail.com>
2833
2834         PR target/38952
2835         * config/i386/i386.c (ix86_builtin_setjmp_frame_value): New.
2836         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Override default to point at it.
2837
2838 2009-01-31  Richard Guenther  <rguenther@suse.de>
2839
2840         PR tree-optimization/38937
2841         * tree-ssa-structalias.c (do_sd_constraint): Do not shortcut
2842         computing the transitive closure.
2843
2844 2009-01-30  Richard Guenther  <rguenther@suse.de>
2845
2846         PR tree-optimization/39041
2847         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
2848         Propagate variable indices only if the types match for this stmt.
2849
2850 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
2851
2852         PR target/39013
2853         * c-decl.c (pop_scope): Set DECL_EXTERNAL for functions declared
2854         inline but never defined.
2855
2856 2009-01-30  Wolfgang Gellerich  <gellerich@de.ibm.com>
2857
2858         * config/s390/s390.md (*insv<mode>_reg_extimm): Removed.
2859         (*insv_h_di_reg_extimm): New insn.
2860         (*insv_l<mode>_reg_extimm): New insn.
2861
2862 2009-01-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
2863
2864         * config/picochip/picochip.c (flag_conserve_stack): set
2865         PARAM_LARGE_STACK_FRAME and PARAM_STACK_FRAME_GROWTH to zero under
2866         fconserve-stack. Reduce call-overhead used by inliner.
2867
2868 2009-01-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
2869
2870         PR/38157
2871         * common.opt (flag_conserve_stack): Initialised to zero.
2872
2873 2009-01-30  Kai Tietz  <kai.tietz@onevision.com>
2874
2875         PR/39002
2876         * config/i386/i386.c (ix86_can_use_return_insn_p): Check for nsseregs.
2877         (ix86_expand_epilogue): Take nsseregs in account to use proper restore
2878         method.
2879
2880 2009-01-29  H.J. Lu  <hongjiu.lu@intel.com>
2881
2882         * ira-color.c (allocno_reload_assign): Update comments.
2883         * regmove.c (regmove_optimize): Likewise.
2884
2885         * ra.h: Removed.
2886
2887 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2888
2889         * gcc/config.gcc: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2890         * gcc/config/i386/kopensolaris-gnu.h: New file.  Undefine
2891         `MD_UNWIND_SUPPORT'.
2892         * gcc/config/kopensolaris-gnu.h: New file (based on kfreebsd-gnu.h).
2893
2894 2009-01-29  Kazu Hirata  <kazu@codesourcery.com>
2895
2896         PR tree-optimization/39007
2897         * tree-loop-distribution.c (generate_builtin): Use
2898         recompute_dominator to compute the immediate dominator of the
2899         basic block just after the loop.
2900
2901 2009-01-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2902
2903         * config/i386/sol2-10.h [!HAVE_AS_IX86_DIFF_SECT_DELTA]
2904         (ASM_OUTPUT_DWARF_PCREL): Define.
2905
2906 2009-01-29  Vladimir Makarov  <vmakarov@redhat.com>
2907
2908         * doc/tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2909         * doc/passes.texi: Remove entries about regclass, local-alloc, and
2910         global.  Modify entries about regmove and IRA.
2911
2912         * ra-conflict.c: Remove the file.
2913
2914         * reload.c (push_reload, find_dummy_reload): Remove flag_ira.
2915
2916         * tree-pass.h (pass_local_alloc, pass_global_alloc): Remove.
2917         (pass_regclass_init): Rename to pass_reginfo_init.
2918
2919         * cfgloopanal.c (estimate_reg_pressure_cost): Remove flag_ira.
2920
2921         * toplev.h (flag_ira): Remove.
2922
2923         * caller-save.c (setup_save_areas): Remove flag_ira.
2924
2925         * ira-color.c (ira_reuse_stack_slot, ira_mark_new_stack_slot): Ditto.
2926
2927         * global.c: Remove the file.
2928
2929         * opts.c (decode_options): Remove flag_ira.
2930
2931         * hard-reg-set.h (losing_caller_save_reg_set): Remove.
2932
2933         * regmove.c: Modify file description.
2934         (find_use_as_address, try_auto_increment): Define them only if
2935         AUTO_INC_DEC is defined.
2936         (replacement_quality, replace_in_call_usage, fixup_match_1,
2937         stable_and_no_regs_but_for_p): Remove.
2938         (reg_set_in_bb): Make it static.
2939         (regmove_optimize): Remove flag_ira and code which worked for
2940         !flag_ira.
2941
2942         * local-alloc.c: Remove the file.
2943
2944         * common.opt (fira): Remove.
2945
2946         * ira.c: Include except.h.
2947         (eliminable_regset): Move from global.c.
2948         (mark_elimination): Ditto.  Remove flag_ira.
2949         (reg_renumber, struct equivalence, reg_equiv, equiv_mem,
2950         equiv_mem_modified, validate_equiv_mem_from_store,
2951         validate_equiv_mem, equiv_init_varies_p, equiv_init_movable_p,
2952         contains_replace_regs, memref_referenced_p, memref_used_between_p,
2953         no_equiv, recorded_label_ref): Move from local-alloc.c.
2954         (update_equiv_regs): Ditto.  Make it static.
2955         (print_insn_chain, print_insn_chains): Move it from global.c.
2956         (pseudo_for_reload_consideration_p): Ditto.  Remove flag_ira.
2957         (build_insn_chain): Ditto.  Make it static.
2958         (ra_init_live_subregs): Move from ra-conflict.c.  Make it static.
2959         Rename to init_live_subregs.
2960         (gate_ira): Remove flag_ira.
2961
2962         * regclass.c: Rename reginfo.c.  Change file description.
2963         (FORBIDDEN_INC_DEC_CLASSES): Remove.
2964         (reg_class_superclasses, forbidden_inc_dec_class, in_inc_dec): Remove.
2965         (init_reg_sets_1): Remove code for evaluation of
2966         reg_class_superclasses and losing_caller_save_reg_set.
2967         (init_regs): Remove init_reg_autoinc.
2968         (struct costs, costs, init_cost, ok_for_index_p_nonstrict,
2969         ok_for_base_p_nonstrict): Remove.
2970         (regclass_init): Rename to reginfo_init.  Don't initialize init_cost.
2971         (pass_regclass_init): Rename to pass_reginfo_init.  Modify
2972         corresponding entries.
2973         (dump_regclass, record_operand_costs, scan_one_insn,
2974         init_reg_autoinc, regclass, record_reg_classes, copy_cost,
2975         record_address_regs, auto_inc_dec_reg_p): Remove.
2976         (gt-regclass.h): Rename to gt-reginfo.h.
2977
2978         * rtl.h (dump_global_regs, retry_global_alloc,
2979         build_insn_chain, dump_local_alloc, update_equiv_regs): Remove.
2980
2981         * Makefile.in (RA_H): Remove.
2982         (OBJS-common): Remove global.o, local-alloc.o, and ra-conflict.o.
2983         Rename regclass.o to reginfo.o.
2984         (regclass.o): Rename to reginfo.o.  Rename gt-regclass.h to
2985         gt-reginfo.h.
2986         (global.o, local-alloc.o, ra-conflict.o): Remove entries.
2987         (GTFILES): Rename regclass.c to reginfo.c.
2988
2989         * passes.c (init_optimization_passes): Remove pass_local_alloc and
2990         pass_global_alloc.  Rename pass_regclass_init to pass_reginfo_init.
2991
2992         * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
2993         count_spilled_pseudo, find_reg, alter_reg, delete_output_reload):
2994         Remove flag_ira.
2995         (finish_spills): Ditto.  Remove code for !flag_ira.
2996         
2997 2009-01-29  Kenneth Zadeck  <zadeck@naturalbridge.com>
2998
2999         PR middle-end/35854
3000         * doc/invoke.texi (rtl debug options): Complete rewrite.
3001         * auto-inc-dec.c (pass_inc_dec): Rename pass from "auto-inc-dec"
3002         to auto_inc_dec".
3003         * mode-switching.c (pass_mode_switching): Rename pass from
3004         "mode-sw" to "mode_sw".
3005         * except.c (pass_convert_to_eh_ranges): Rename pass from
3006         "eh-ranges" to "eh_ranges".
3007         * lower-subreg.c (pass_lower_subreg): Renamed pass from "subreg"
3008         to "subreg1".
3009                 
3010         
3011 2009-01-29  Andrey Belevantsev  <abel@ispras.ru>
3012             Alexander Monakov  <amonakov@ispras.ru>
3013
3014         PR middle-end/38857
3015         * sel-sched.c (count_occurrences_1): Check that *cur_rtx is a hard
3016         register.
3017         (move_exprs_to_boundary): Change return type and pass through
3018         should_move from move_op.  Relax assert.  Update usage ...
3019         (schedule_expr_on_boundary): ... here.  Use should_move instead of
3020         cant_move.
3021         (move_op_orig_expr_found): Indicate that insn was disconnected from
3022         stream.
3023         (code_motion_process_successors): Do not call after_merge_succs
3024         callback if original expression was not found when traversing any of
3025         the branches.
3026         (code_motion_path_driver): Change return type.  Update prototype.
3027         (move_op): Update comment.  Add a new parameter (should_move).  Update
3028         prototype.  Set *should_move based on indication provided by
3029         move_op_orig_expr_found.
3030
3031 2009-01-28  Pat Haugen  <pthaugen@us.ibm.com>
3032
3033         * doc/invoke.texi (avoid-indexed-addresses): Document new option.
3034         * config/rs6000/rs6000-protos.h (avoiding_indexed_address_p): Declare.
3035         * config/rs6000/rs6000.opt (avoid-indexed-addresses): New option.
3036         * config/rs6000/rs6000.c (rs6000_override_options): Default
3037         avoid-indexed-addresses on for Power6, off for everything else.
3038         (avoiding_indexed_address_p): New function.
3039         (rs6000_legitimize_address): Use it.
3040         (rs6000_legitimate_address): Likewise.
3041         * config/rs6000/rs6000.md (movXX_updateX): Likewise
3042
3043 2009-01-28  Kazu Hirata  <kazu@codesourcery.com>
3044
3045         PR tree-optimization/38997
3046         * tree-loop-distribution.c (generate_memset_zero): Use
3047         POINTER_PLUS_EXPR for a pointer addition.
3048
3049 2009-01-28  Andreas Krebbel  <krebbel1@de.ibm.com>
3050
3051         * config/s390/s390.md (bswap<mode>2): New pattern added.
3052
3053 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
3054
3055         * config/s390/s390.md (*tls_load_31): Added type attribute.
3056
3057 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
3058
3059         * config/s390/s390.md: Fix a few comments.
3060
3061 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
3062
3063         * config/s390/s390.md (*tmsi_reg): Fixed z10prop attribute.
3064         (*tm<mode>_full): Fixed z10prop attribute.
3065         (*tst<mode>_extimm): Fixed z10prop attribute.
3066         (*tst<mode>_cconly_extimm): Fixed z10prop attribute.
3067         (*tstqiCCT_cconly): Fixed z10prop attribute.
3068         (*cmpsi_ccu_zerohi_rlsi): Fixed z10prop attribute.
3069         (*movsi_larl): Fixed z10prop attribute.
3070         (*movsi_zarch): Fixed z10prop attribute.
3071         (*movsi_eas): Fixed z10prop attribute.
3072         (*movhi): Fixed z10prop attribute.
3073         (*movqi): Fixed z10prop attribute.
3074         (*movstrictqi): Fixed z10prop attribute.
3075         (*mov<mode>): Fixed z10prop attribute.
3076         (*movcc): Fixed z10prop attribute.
3077         (*sethighpartdi_64): Fixed z10prop attribute.
3078         (*zero_extendhi<mode>2_z10): Fixed z10prop attribute.
3079         (*negdi2_sign_cc): Fixed z10prop attribute.
3080         (*negdi2_sign): Fixed z10prop attribute.
3081         (*absdi2_sign_cc): Fixed z10prop attribute.
3082         (*absdi2_sign): Fixed z10prop attribute.
3083         (*negabsdi2_sign_cc): Fixed z10prop attribute.
3084         (*negabsdi2_sign): Fixed z10prop attribute.
3085         (*cmp_and_trap_signed_int<mode>): Fixed z10prop attribute.
3086         (*cmp_and_trap_unsigned_int<mode>): Fixed z10prop attribute.
3087         (doloop_si64): Fixed z10prop attribute.
3088         (doloop_si31): Fixed z10prop attribute.
3089         (doloop_long): Fixed z10prop attribute.
3090         (indirect_jump): Fixed z10prop attribute.
3091         (nop): Fixed z10prop attribute.
3092         (main_base_64): Fixed z10prop attribute.
3093         (reload_base_64): Fixed z10prop attribute.
3094
3095 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
3096
3097         PR rtl-optimization/38740
3098         * reorg.c (gate_handle_delay_slots): Avoid dbr scheduling
3099         if !optimize.
3100         * config/mips/mips.c (mips_reorg): Likewise.
3101
3102 2009-01-28  Richard Guenther  <rguenther@suse.de>
3103
3104         PR tree-optimization/38926
3105         * tree-ssa-pre.c (add_to_value): Assert we add only expressions
3106         with the correct value id to a value.
3107         (do_regular_insertion): Use the value number of edoubleprime
3108         for the value number of the expr.
3109
3110         Revert
3111         2008-08-21  Richard Guenther  <rguenther@suse.de>
3112
3113         * tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
3114         a PHI ask VN if it is already available.
3115         * tree-ssa-sccvn.h (vn_phi_lookup): Declare.
3116         * tree-ssa-sccvn.c (vn_phi_lookup): Export.
3117
3118 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
3119
3120         PR middle-end/38934
3121         * tree-vrp.c (extract_range_from_assert): For LE_EXPR and LT_EXPR
3122         set to varying whenever max has TREE_OVERFLOW set, similarly
3123         for GE_EXPR and GT_EXPR and TREE_OVERFLOW min.
3124
3125 2009-01-28  Richard Guenther  <rguenther@suse.de>
3126
3127         PR middle-end/38908
3128         * tree-ssa.c (warn_uninitialized_var): Do not warn for seemingly
3129         uninitialized aggregate uses in call arguments.
3130
3131 2009-01-28  Paolo Bonzini  <bonzini@gnu.org>
3132
3133         PR tree-optimization/38984
3134         * tree-ssa-structalias.c (get_constraints_for_1): Do not use
3135         the nothing_id variable if -fno-delete-null-pointer-checks.
3136
3137 2009-01-28  Uros Bizjak  <ubizjak@gmail.com>
3138
3139         PR target/38988
3140         * config/i386/i386.md (set_rip_rex64): Wrap operand 1 in label_ref.
3141         (set_got_offset_rex64): Ditto.
3142
3143 2009-01-27  H.J. Lu  <hongjiu.lu@intel.com>
3144
3145         PR target/38941
3146         * doc/extend.texi: Improve local variable with asm reg.
3147
3148 2009-01-27  Adam Nemet  <anemet@caviumnetworks.com>
3149
3150         * c.opt (Wpacked-bitfield-compat): Change init value to -1.
3151         * c-opts.c (c_common_post_options): If -W*packed-bitfield-compat
3152         was not supplied then set warn_packed_bitfield_compat to the
3153         default value of 1.
3154         * stor-layout.c (place_field): Check warn_packed_bitfield_compat
3155         against 1.
3156
3157 2009-01-27  Richard Guenther  <rguenther@suse.de>
3158
3159         PR tree-optimization/38503
3160         * cfgexpand.c (expand_gimple_basic_block): Ignore
3161         GIMPLE_CHANGE_DYNAMIC_TYPE during expansion.
3162         * tree-ssa-structalias.c (set_uids_in_ptset): Do not prune
3163         variables that cannot have TBAA applied.
3164         (compute_points_to_sets): Do not remove GIMPLE_CHANGE_DYNAMIC_TYPE
3165         statements.
3166
3167 2009-01-27  Uros Bizjak  <ubizjak@gmail.com>
3168
3169         PR middle-end/38969
3170         * calls.c (initialize_argument_information): Do not wrap complex
3171         arguments in SAVE_EXPR.
3172
3173 2009-01-26  Andreas Tobler  <a.tobler@schweiz.org>
3174
3175         * config/t-vxworks (LIBGCC2_INCLUDES): Fix typo.
3176         (INSTALL_LIBGCC): Revert typo commit.
3177
3178 2009-01-26  Richard Guenther  <rguenther@suse.de>
3179
3180         PR tree-optimization/38745
3181         * tree-ssa-alias.c (update_alias_info_1): Exclude RESULT_DECL
3182         from special handling.
3183
3184 2009-01-26  Richard Guenther  <rguenther@suse.de>
3185
3186         PR tree-optimization/38745
3187         * tree-ssa.c (execute_update_addresses_taken): Do not include
3188         variables that cannot possibly be a register in not_reg_needs.
3189         Do not clear TREE_ADDRESSABLE on vars that may not become
3190         registers.
3191         * tree-ssa.c (update_alias_info_1): Include those in the set
3192         of addressable vars.
3193
3194 2009-01-26  Richard Guenther  <rguenther@suse.de>
3195
3196         PR middle-end/38851
3197         * Makefile.in (tree-ssa-dse.o): Add langhooks.h.
3198         * tree-ssa-dse.c: Include langhooks.h
3199         (execute_simple_dse): Remove stores with zero size.
3200
3201 2009-01-24  Jakub Jelinek  <jakub@redhat.com>
3202
3203         PR c/38957
3204         * c-typeck.c (c_finish_return): Handle POINTER_PLUS_EXPR the same way
3205         as PLUS_EXPR.
3206
3207 2009-01-24  Julian Brown  <julian@codesourcery.com>
3208
3209         * config/arm/t-linux-eabi (LIB2FUNCS_STATIC_EXTRA): Add
3210         config/arm/linux-atomic.c.
3211         * config/arm/linux-atomic.c: New.
3212
3213 2009-01-24  Eric Botcazou  <ebotcazou@adacore.com>
3214
3215         * config/sparc/linux.h (DBX_REGISTER_NUMBER): Delete.
3216         * config/sparc/linux64.h (DBX_REGISTER_NUMBER): Likewise.
3217         * config/sparc/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
3218
3219 2009-01-24  H.J. Lu  <hongjiu.lu@intel.com>
3220
3221         PR c/38938
3222         * c-opts.c (c_common_handle_option): Update warn_pointer_sign
3223         properly.
3224
3225 2009-01-24  Sebastian Pop  <sebastian.pop@amd.com>
3226
3227         PR tree-optimization/38953
3228         * graphite.c (graphite_verify): Add a call to verify_loop_closed_ssa.
3229         (scop_adjust_phis_for_liveouts): Initialize false_i to zero.
3230         (gloog): Split the exit of the scop when the scop exit is a loop exit.
3231         (graphite_transform_loops): Only call cleanup_tree_cfg if gloog
3232         changed the CFG.
3233
3234 2009-01-24  Paul Brook  <paul@codesourcery.com>
3235
3236         * config/arm/neon.md (neon_type): Move to arm.md.
3237         (neon_mov<VSTRUCT>): Add neon_type attribute.
3238         * config/arm/arm.md (neon_type): Move to here.
3239         (conds): Add "unconditioal" and use as default for NEON insns.
3240
3241 2009-01-24  Ben Elliston  <bje@au.ibm.com>
3242
3243         * bitmap.h (BITMAP_FREE): Eliminate `implicit conversion from
3244         void *' warning from -Wc++-compat.
3245         * Makefile.in (dominance.o-warn): Remove.
3246
3247 2009-01-23  Paolo Bonzini  <bonzini@gnu.org>
3248
3249         PR tree-optimization/38932
3250         * fold-const.c (fold_unary_ignore_overflow): New.
3251         * tree.h (fold_unary_ignore_overflow): Declare.
3252         * tree-ssa-ccp.c (ccp_fold): Use fold_unary_ignore_overflow.
3253         * tree-ssa-sccvn.c (visit_reference_op_load,
3254         simplify_unary_expression): Likewise.
3255
3256 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
3257
3258         * c-decl.c (finish_struct): Move code to set DECL_PACKED after
3259         DECL_BIT_FIELD is alreay known.  Also inherit packed for bitfields
3260         regardless of their type.
3261         * c-common.c (handle_packed_attribute): Don't ignore packed on
3262         bitfields.
3263         * c.opt (Wpacked-bitfield-compat): New warning option.
3264         * stor-layout.c (place_field): Warn if offset of a field changed.
3265         * doc/extend.texi (packed): Mention the ABI change.
3266         * doc/invoke.texi (-Wpacked-bitfield-compat): Document.
3267         (Warning Options): Add it to the list.
3268
3269 2009-01-22  H.J. Lu  <hongjiu.lu@intel.com>
3270
3271         * c-opts.c (c_common_post_options): Fix a typo in comments.
3272
3273 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
3274
3275         PR middle-end/38615
3276         * gimplify.c (gimplify_init_constructor): Fix promotion of const
3277         variables to static.
3278         * doc/invoke.texi (-fmerge-all-constants): Update description.
3279
3280 2009-01-22  Uros Bizjak  <ubizjak@gmail.com>
3281
3282         PR target/38931
3283         * config/i386/i386.md (*movsi_1): Use type "mmx" for alternative 2.
3284         (*movdi_1_rex64): Use type "mmx" for alternative 5.
3285
3286 2009-01-22  Richard Earnshaw  <rearnsha@arm.com>
3287
3288         * arm.h (DATA_ALIGNMENT): Align structures, unions and arrays to
3289         a word boundary.
3290         (LOCAL_ALIGNMENT): Similarly.
3291
3292 2009-01-22  Mark Shinwell  <shinwell@codesourcery.com>
3293             Joseph Myers  <joseph@codesourcery.com>
3294
3295         * config/arm/arm.c (all_architectures): Add iWMMXt2 entry.
3296         * config/arm/arm-cores.def: New ARM_CORE entry for iWMMXt2.
3297         * config/arm/arm-tune.md: Regenerate.
3298         * doc/invoke.texi (ARM Options): Document -mcpu=iwmmxt2 and
3299         -march=iwmmxt2.
3300
3301 2009-01-22  Mark Shinwell  <shinwell@codesourcery.com>
3302
3303         * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI
3304         version number to five.
3305
3306 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
3307
3308         PR c++/38930
3309         * c-decl.c (clone_underlying_type): Revert PR c++/26693 changes.
3310         * c-common.c (set_underlying_type): Likewise.
3311         (is_typedef_decl ): Likewise
3312         * tree.h: Likewise
3313         (set_underlying_type): Likewise.
3314         (is_typedef_type): Likewise.
3315
3316 2009-01-21  Vladimir Makarov  <vmakarov@redhat.com>
3317
3318         PR middle-end/38587
3319         * ira-color.c (coalesce_spill_slots): Don't coalesce allocnos
3320         crossing setjmps.
3321
3322 2009-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3323
3324         PR bootstrap/37660
3325         * config/i386/cygwin.h (SHARED_LIBGCC_SPEC):  New helper macro.
3326         (LIBGCC_SPEC):  Don't define.
3327         (REAL_LIBGCC_SPEC):  Define instead, using SHARED_LIBGCC_SPEC.
3328
3329 2009-01-21  Uros Bizjak  <ubizjak@gmail.com>
3330
3331         PR rtl-optimization/38879
3332         * alias.c (base_alias_check): Unaligned access via AND address can
3333         alias all surrounding object types except those with sizes equal
3334         or wider than the size of unaligned access.
3335
3336 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
3337
3338         PR c++/26693
3339         * c-decl.c (clone_underlying_type): Move this ...
3340         * c-common.c (set_underlying_type): ... here.
3341         Also, make sure the function properly sets TYPE_STUB_DECL() on
3342         the newly created typedef variant type.
3343         (is_typedef_decl ): New entry point.
3344         * tree.h: Added a new member member_types_needing_access_check to
3345         struct tree_decl_non_common.
3346         (set_underlying_type): New entry point.
3347         (is_typedef_type): Likewise.
3348
3349 2009-01-21  Bingfeng Mei  <bmei@broadcom.com>
3350
3351         * alias.c (walk_mems_1, walk_mems_2, insn_alias_sets_conflict_p):
3352         Check whether two instructions have memory references that
3353         belong to conflicting alias sets.  walk_mems_1 and walk_mems_2
3354         are helper functions for traversing.
3355         * alias.h (insn_alias_sets_confilict_p): New prototypes.
3356         * ddg.c (add_inter_loop_mem_dep): Call insn_alias_sets_conflict_p
3357         not to draw dependency edge for instructions with non-conflicting
3358         alias sets.
3359
3360 2009-01-20  Joseph Myers  <joseph@codesourcery.com>
3361
3362         PR other/38758
3363         * longlong.h: Update copyright years.  Use soft-fp license notice.
3364         Sync __clz_tab declaration with glibc.
3365
3366 2009-01-20  Steve Ellcey  <sje@cup.hp.com>
3367
3368         PR target/30687
3369         * doc/extend.texi (syscall_linkage): New.
3370         (version_id): Modify.
3371
3372 2009-01-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3373             Richard Guenther  <rguenther@suse.de>
3374
3375         PR tree-optimization/38747
3376         PR tree-optimization/38748
3377         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Disable the VCE
3378         conversion if the base address is an indirect reference and the
3379         aliasing sets could cause issues.
3380
3381 2009-01-20  Sebastian Pop  <sebastian.pop@amd.com>
3382
3383         * common.opt (fgraphite, fgraphite-identity): Add comment for 
3384         explaining why these options are not documented.
3385
3386 2009-01-20  Sebastian Pop  <sebastian.pop@amd.com>
3387
3388         * graphite.c (stmt_simple_for_scop_p): Also handle cases when
3389         gimple_call_lhs is NULL.
3390
3391 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
3392
3393         PR target/38868
3394         * emit-rtl.c (adjust_address_1): Make sure memref is never
3395         overwritten.
3396
3397 2009-01-20  Ben Elliston  <bje@au.ibm.com>
3398
3399         * libgcov.c (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
3400         const qualifier from arg parameter. Remove unnecessary cast to char *.
3401         * gcov-io.h (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
3402         const qualifier from arg 2.
3403
3404 2009-01-19  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
3405
3406         * config/darwin.h: Add static-libgfortran to LINK_SPEC.
3407
3408 2009-01-19  Vladimir Makarov  <vmakarov@redhat.com>
3409
3410         PR c/38869
3411         * rtl.h (reinit_regs): New prototype.
3412         * regclass.c: Include ira.h.
3413         (reinit_regs): New.
3414         * Makefile.in (regclass.o): Add ira.h.
3415         * config/i386/i386.c (ix86_maybe_switch_abi): Use reinit_regs.
3416
3417 2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
3418
3419         PR target/38736
3420         * c-common.c (handle_aligned_attribute): Use
3421         ATTRIBUTE_ALIGNED_VALUE instead of BIGGEST_ALIGNMENT for
3422         default alignment value.
3423
3424         * c-cppbuiltin.c (c_cpp_builtins): Define __BIGGEST_ALIGNMENT__.
3425
3426         * defaults.h (ATTRIBUTE_ALIGNED_VALUE): New.
3427         * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Likewise.
3428
3429         * doc/extend.texi: Update __attribute__ ((aligned)).  Document
3430         __BIGGEST_ALIGNMENT__.
3431
3432         * doc/tm.texi: Document ATTRIBUTE_ALIGNED_VALUE.
3433
3434 2009-01-18  Richard Guenther  <rguenther@suse.de>
3435
3436         PR tree-optimization/38819
3437         * tree-flow.h (operation_could_trap_helper_p): Declare.
3438         * tree-eh.c (operation_could_trap_helper_p): Export.
3439         * tree-ssa-sccvn.h (vn_nary_may_trap): Declare.
3440         * tree-ssa-sccvn.c (vn_nary_may_trap): New function.
3441         * tree-ssa-pre.c (insert_into_preds_of_block): Check if we
3442         are about to insert a possibly trapping instruction and fail
3443         in this case.
3444
3445 2009-01-18  Andreas Schwab  <schwab@suse.de>
3446
3447         * doc/install.texi (Configuration): Remove obsolete paragraph
3448         about use of --with-gnu-ld with --with-gnu-as.
3449
3450 2009-01-18  Kazu Hirata  <kazu@codesourcery.com>
3451
3452         * doc/extend.texi, doc/gimple.texi, doc/invoke.texi,
3453         doc/md.texi, doc/sourcebuild.texi, doc/tm.texi: Fix typos.
3454         Follow spelling conventions.
3455
3456 2009-01-18  Ben Elliston  <bje@au.ibm.com>
3457
3458         * bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate
3459         C++ warning about implicit conversion from void * to struct
3460         bitmap_head_def *.
3461         (bitmap_obstack_free): Likewise for bitmap_element *.
3462         * Makefile.in (bitmap.o-warn): Remove.
3463
3464 2009-01-17  Dave Korn  <dave.korn.cygwin@gmail.com>
3465
3466         * Makefile.in (BACKENDLIBS):  Reorder to match dependencies.
3467
3468 2009-01-17  Sebastian Pop  <sebastian.pop@amd.com>
3469             Tobias Grosser  <tobi.grosser@amd.com>
3470
3471         * graphite.c (graphite_trans_scop_block): Do not block single
3472         nested loops.
3473
3474 2009-01-16  Alexandre Oliva  <aoliva@redhat.com>
3475
3476         * ebitmap.h (ebitmap_iter_init): Initialize all fields.
3477         * ipa-struct-reorg.c (gen_struct_type): Replace known-true
3478         test with assertion.
3479
3480 2009-01-16  Richard Guenther  <rguenther@suse.de>
3481
3482         PR tree-optimization/38835
3483         PR middle-end/36227
3484         * fold-const.c (fold_binary): Remove PTR + INT -> (INT)(PTR p+ INT)
3485         and INT + PTR -> (INT)(PTR p+ INT) folding.
3486         * tree-ssa-address.c (create_mem_ref): Properly use POINTER_PLUS_EXPR.
3487
3488 2009-01-16  Adam Nemet  <anemet@caviumnetworks.com>
3489
3490         PR target/38554
3491         * expmed.c (expand_shift): With SHIFT_COUNT_TRUNCATED, don't lift
3492         the subreg from a lowpart subreg if it is also casting the value.
3493
3494 2009-01-16  Sebastian Pop  <sebastian.pop@amd.com>
3495             Tobias Grosser  <tobi.grosser@amd.com>
3496
3497         * graphite.c (compare_prefix_loops): New.
3498         (build_scop_canonical_schedules): Rewritten.
3499         (graphite_transform_loops): Move build_scop_canonical_schedules
3500         after build_scop_iteration_domain.
3501
3502 2009-01-16  Sebastian Pop  <sebastian.pop@amd.com>
3503             Tobias Grosser  <tobi.grosser@amd.com>
3504
3505         * graphite.c (add_conditions_to_domain): Add the loops to 
3506         the dimension of the iteration domain.  Do copy the domain
3507         only when it exists.
3508         (build_scop_conditions_1): Do not call add_conditions_to_domain.
3509         (add_conditions_to_constraints): New.
3510         (can_generate_code_stmt, can_generate_code): Removed.
3511         (gloog): Do not call can_generate_code.
3512         (graphite_transform_loops): Call add_conditions_to_constraints
3513         after building the iteration domain.
3514
3515 2009-01-16  Jakub Jelinek  <jakub@redhat.com>
3516
3517         PR tree-optimization/38789
3518         * tree-ssa-threadedge.c
3519         (record_temporary_equivalences_from_stmts_at_dest): Ignore calls to
3520         __builtin_constant_p.
3521
3522 2009-01-16  Kenneth Zadeck  <zadeck@naturalbridge.com>
3523
3524         * dce.c (delete_unmarked_insns): Reversed the order that insns are
3525         examined before deleting them.
3526         
3527 2009-01-16  Richard Earnshaw  <rearnsha@arm.com>
3528
3529         * function.c (aggregate_value_p): Correctly extract the function
3530         type from CALL_EXPR_FN lookup.
3531
3532 2009-01-16  Hariharan Sandanagobalane  <hariharan@picochip.com>
3533
3534         * config/picochip/picochip.c (picochip_override_options): Revert
3535         CFI asm flag disable commited previously.
3536
3537 2009-01-15  Sebastian Pop  <sebastian.pop@amd.com>
3538             Tobias Grosser  <tobi.grosser@amd.com>
3539             Jan Sjodin  <jan.sjodin@amd.com>
3540
3541         * graphite.c (scan_tree_for_params): On substractions negate
3542         all the coefficients of the term.
3543         (clast_to_gcc_expression_red): New.  Handle reduction expressions
3544         of more than two operands.
3545         (clast_to_gcc_expression): Call clast_to_gcc_expression_red.
3546         (get_vdef_before_scop): Handle also the case of default definitions.
3547
3548 2009-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
3549
3550         * caller-save.c (add_used_regs_1, add_used_regs): New functions.
3551         (insert_one_insn): Use them instead of REG_DEAD and REG_INC notes.
3552         Also use them when walking CALL_INSN_FUNCTION_USAGE.
3553
3554 2009-01-15  H.J. Lu  <hongjiu.lu@intel.com>
3555             Joey Ye  <joey.ye@intel.com>
3556
3557         PR middle-end/37843
3558         * cfgexpand.c (expand_stack_alignment): Don't update stack
3559         boundary nor check incoming stack boundary here.
3560         (gimple_expand_cfg): Update stack boundary and check incoming
3561         stack boundary here.
3562
3563 2009-01-15  Kenneth Zadeck  <zadeck@naturalbridge.com>
3564
3565         * dce.c (find_call_stack_args, delete_unmarked_insns): Fixed comments.
3566         
3567 2009-01-14  Jakub Jelinek  <jakub@redhat.com>
3568
3569         PR rtl-optimization/38245
3570         * calls.c (expand_call): Add stack arguments to
3571         CALL_INSN_FUNCTION_USAGE even for pure calls (when
3572         ACCUMULATE_OUTGOING_ARGS) and even for args partially passed
3573         in regs and partially in memory or BLKmode arguments.
3574         (emit_library_call_value_1): Add stack arguments to
3575         CALL_INSN_FUNCTION_USAGE even for pure calls (when
3576         ACCUMULATE_OUTGOING_ARGS).
3577         * dce.c: Include tm_p.h.
3578         (find_call_stack_args): New function.
3579         (deletable_insn_p): Call it for CALL_P insns.  Add ARG_STORES
3580         argument.
3581         (mark_insn): Call find_call_stack_args for CALL_Ps.
3582         (prescan_insns_for_dce): Walk insns backwards in bb rather than
3583         forwards.  Allocate and free arg_stores bitmap if needed, pass it
3584         down to deletable_insn_p, don't mark stores set in arg_stores
3585         bitmap, clear the bitmap at the beginning of each bb.
3586         * Makefile.in (dce.o): Depend on $(TM_P_H).
3587
3588 2009-01-14  Michael Meissner  <gnu@the-meissners.org>
3589
3590         PR target/22599
3591         * config/i386/i386.c (print_operand): Add tests for 'D', 'C', 'F', 'f'
3592         to make sure the insn is a conditional test (bug 22599).  Reformat a
3593         few long lines.
3594
3595 2009-01-14  Sebastian Pop  <sebastian.pop@amd.com>
3596
3597         PR middle-end/38431
3598         * graphite.c (get_vdef_before_scop, scop_adjust_vphi): New.
3599         (scop_adjust_phis_for_liveouts): Call scop_adjust_vphi.
3600         (gloog): Do not call cleanup_tree_cfg.
3601         (graphite_transform_loops): Call cleanup_tree_cfg after all 
3602         scops have been code generated.
3603
3604 2009-01-14  Basile Starynkevitch  <basile@starynkevitch.net>
3605         * doc/gty.texi (Invoking the garbage collector): Added new node
3606         and section documenting ggc_collect.
3607
3608 2009-01-14  Richard Guenther  <rguenther@suse.de>
3609
3610         PR tree-optimization/38826
3611         PR middle-end/38477
3612         * tree-ssa-structalias.c (emit_alias_warning): Emit the pointer
3613         initialization notes only if we actually emitted a warning.
3614         (intra_create_variable_infos): Add constraints for a result decl
3615         that is passed by hidden reference.
3616         (build_pred_graph): Mark all related variables non-direct on
3617         address-taking.
3618
3619 2009-01-14  Nick Clifton  <nickc@redhat.com>
3620
3621         * ira-conflicts.c: Include addresses.h for the definition of
3622         base_reg_class.
3623         (ira_build_conflicts): Use base_reg_class instead of BASE_REG_CLASS.
3624         * Makefile.in: Add a dependency of ira-conflicts.o on addresses.h.
3625
3626 2009-01-13  Vladimir Makarov  <vmakarov@redhat.com>
3627
3628         PR target/38811
3629         * Makefile.in (ira-lives.o): Add except.h.
3630
3631         * ira-lives.c: Include except.h.
3632         (process_bb_node_lives): Process can_throw_internal.
3633
3634 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
3635
3636         PR rtl-optimization/38774
3637         * combine.c (simplify_set): When undoing cc_use change, don't do
3638         PUT_CODE on the newly created comparison, but instead put back the
3639         old comparison.
3640
3641 2009-01-13  Joseph Myers  <joseph@codesourcery.com>
3642
3643         * doc/invoke.texi (ARM Options): Update lists of -mcpu and -march
3644         values.  Remove duplicate arm8 entry.
3645
3646 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
3647
3648         PR tree-optimization/38786
3649         * graphite.c (expand_scalar_variables_ssa_name): New, outlined from
3650         the SSA_NAME case of expand_scalar_variables_expr.
3651         Set the type of an expression to the type of its assign statement.
3652         (expand_scalar_variables_expr): Also gather the scalar computation
3653         used to index the memory access.  Do not pass loop_p.
3654         Fix comment.  Stop recursion on tcc_constant or tcc_declaration.
3655         (expand_scalar_variables_stmt): Pass to expand_scalar_variables_expr
3656         the gimple_stmt_iterator where it inserts new code.
3657         Do not pass loop_p.
3658         (copy_bb_and_scalar_dependences): Do not pass loop_p.
3659         (translate_clast): Update call to copy_bb_and_scalar_dependences.
3660
3661 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
3662
3663         * graphite.h (debug_value): Removed.
3664         * graphite.c (debug_value): Removed.
3665
3666 2009-01-13  Richard Earnshaw  <rearnsha@arm.com>
3667
3668         * config/arm/arm.c (output_move_double): Don't synthesize thumb-2
3669         ldrd/strd with two 32-bit instructions.
3670
3671 2009-01-13  Richard Earnshaw  <rearnsha@arm.com>
3672
3673         * config/arm/arm.c (struct processors): Pass for speed down into
3674         cost helper functions.
3675         (const_ok_for_op): Handle COMPARE and inequality nodes.
3676         (arm_rtx_costs_1): Rewrite.
3677         (arm_size_rtx_costs): Update prototype.
3678         (arm_rtx_costs): Pass speed down to helper functions.
3679         (arm_slowmul_rtx_costs): Rework cost calculations.
3680         (arm_fastmul_rtx_costs, arm_xscale_rtx_costs): Likewise.
3681         (arm_9e_rtx_costs): Likewise.
3682
3683 2009-01-13  Uros Bizjak  <ubizjak@gmail.com>
3684
3685         * config/alpha/alpha.c (alpha_legitimate_address_p): Explicit
3686         relocations of local symbols wider than UNITS_PER_WORD are not valid.
3687         (alpha_legitimize_address): Do not split local symbols wider than
3688         UNITS_PER_WORD into HIGH/LO_SUM parts.
3689
3690 2009-01-13  Danny Smith  <dannysmith@users.sourceforge.net>
3691
3692         PR bootstrap/38580
3693         * gcc.c (process_command): Replace call to execvp with calls
3694         to pex_one and exit.
3695
3696 2009-01-03  Anatoly Sokolov  <aesok@post.ru>
3697
3698         PR target/29141
3699         * config/avr/t-avr (LIB1ASMFUNCS): Add _tablejump_elpm.
3700         * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Add
3701         variant for devices with 3-byte PC.
3702         (__tablejump_elpm__): New.
3703
3704 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
3705
3706         PR c/32041
3707         * c-parser.c (c_parser_postfix_expression): Allow `->' in
3708         offsetof member-designator, handle it as `[0].'.
3709
3710 2009-01-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3711
3712         * pa.c (pa_asm_output_mi_thunk): Use pc-relative branch to thunk
3713         function when not using named sections on targets with named sections
3714         if branch distance is less than 262132.
3715
3716 2009-01-12  Richard Earnshaw  <rearnsha@arm.com>
3717
3718         * combine.c (combine_instructions):  Recompute
3719         optimize_this_for_speed_p  for each BB in the main combine loop.
3720
3721 2009-01-12  Tomas Bily  <tbily@suse.cz>
3722
3723         PR middlend/38385
3724         * tree-loop-distribution.c (prop_phis): New function.
3725         (generate_builtin): Call prop_phis.
3726         * testsuite/gcc.dg/tree-ssa/pr38385.c: New file.
3727
3728 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
3729
3730         PR tree-optimization/38807
3731         * tree-ssa-reassoc.c (remove_visited_stmt_chain): Don't look at
3732         gimple_visited_p unless stmt is GIMPLE_ASSIGN.
3733
3734 2009-01-11  Adam Nemet  <anemet@caviumnetworks.com>
3735
3736         * expmed.c (store_bit_field_1): Properly truncate the paradoxical
3737         subreg of op0 to the original op0.
3738
3739 2009-01-11  Laurent GUERBY  <laurent@guerby.net>
3740
3741         * doc/sourcebuild.texi (Source Tree): Move up intl and fixinc.
3742         
3743 2009-01-11  Markus Schoepflin  <markus.schoepflin@comsoft.de>
3744
3745         PR debug/7055
3746         * gcc/mips-tfile.c (parse_def): Fix parsing of def strings
3747         starting with digits.
3748
3749 2009-01-10  Jakub Jelinek  <jakub@redhat.com>
3750
3751         PR target/38695
3752         * config/arm/arm.c (arm_is_long_call_p): Don't call
3753         arm_function_in_section_p if decl isn't a FUNCTION_DECL.
3754
3755 2009-01-09  Steven Bosscher  <steven@gcc.gnu.org>
3756
3757         * regrename.c (regrename_optimize): Fix dumping.
3758         (find_oldest_value_reg): Preserve REG_POINTER.
3759         (copy_hardreg_forward_1): Likewise.
3760
3761 2009-01-09  Diego Novillo  <dnovillo@google.com>
3762
3763         * gimple.h (struct gimple_statement_base) <uid>: Document
3764         the restrictions on its use.
3765         (gimple_uid): Tidy.
3766         (gimple_set_uid): Tidy.
3767
3768 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
3769
3770         * config/i386/i386.c (ix86_expand_movmem, ix86_expand_setmem): Add
3771         zero guard even if align_bytes != 0 and count is smaller than
3772         size_needed.
3773
3774 2009-01-09  Vladimir Makarov  <vmakarov@redhat.com>
3775
3776         PR rtl-optimization/38495
3777         * ira-emit.c (print_move_list, ira_debug_move_list): New functions.
3778         (add_range_and_copies_from_move_list): Print all added ranges.
3779         Add ranges to memory optimized destination.
3780
3781 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
3782
3783         PR target/38686
3784         PR target/38708
3785         * config/i386/i386.c (override_options): Reject
3786         -mstringop-strategy=rep_8byte with -m32.
3787         (ix86_expand_movmem): For size_needed == 1 set epilogue_size_needed
3788         to 1.  Do count comparison against epilogue_size_needed at compile
3789         time even when count_exp was constant forced into register.  For
3790         size_needed don't jump to epilogue, instead just avoid aligning
3791         and invoke the body algorithm.  If need_zero_guard, add zero guard
3792         even if count is non-zero, but smaller than size_needed + number of
3793         bytes that could be stored for alignment.
3794         (ix86_expand_setmem): For size_needed == 1 set epilogue_size_needed
3795         to 1.  If need_zero_guard, add zero guard even if count is non-zero,
3796         but smaller than size_needed + number of bytes that could be stored
3797         for alignment.  Compare size_needed with epilogue_size_needed instead
3798         of desired_align - align, don't adjust size_needed, pass
3799         epilogue_size_needed to the epilogue expanders.
3800
3801         PR c/35742
3802         * c-pretty-print.c (pp_c_expression): Handle GOTO_EXPR like BIND_EXPR.
3803
3804 2009-01-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3805
3806         * pa.c (last_address): Change to unsigned.
3807         (update_total_code_bytes): Change argument to unsigned.  Don't
3808         check if insn addresses are set.
3809         (pa_output_function_epilogue): Set last_address to UINT_MAX if insn
3810         addresses are not set.
3811         (pa_asm_output_mi_thunk): Handle wrap when updating last_address.
3812
3813 2009-01-09  Nick Clifton  <nickc@redhat.com>
3814
3815         * config/sh/symbian.c: Replace uses of DECL_INLINE with
3816         DECL_DECLARED_INLINE_P.
3817
3818 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
3819
3820         PR middle-end/38347
3821         * dojump.c (do_jump_by_parts_zero_rtx): Use mode instead of
3822         GET_MODE (op0) in operand_subword_force calls.
3823
3824         PR middle-end/38771
3825         * fold-const.c (fold_unary): For COMPOUND_EXPR and COND_EXPR,
3826         fold_convert arg0 operands to TREE_TYPE (op0) first.
3827
3828 2009-01-08  Vladimir Makarov  <vmakarov@redhat.com>
3829
3830         * params.def (ira-max-conflict-table-size): Decrease default value
3831         to 1000.
3832
3833 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
3834
3835         PR tree-optimization/37031
3836         * lambda-code.c (lambda_collect_parameters): Call pointer_set_destroy
3837         on parameter_set.
3838         (build_access_matrix): Reserve correct size for AM_MATRIX vector,
3839         allocate it using gc instead of heap, use VEC_quick_push instead of
3840         VEC_safe_push.
3841         * graphite.c (build_access_matrix): Allocate AM_MATRIX vector using gc
3842         instead of heap, use VEC_quick_push instead of VEC_safe_push.
3843         * tree-data-ref.h (struct access_matrix): Change matrix to gc
3844         allocated vector from heap allocated.
3845         * lambda.h: Add DEF_VEC_ALLOC_P for gc allocated lambda_vector.
3846         * tree-loop-linear.c (linear_transform_loops): Allocate nest
3847         vector only after perfect_loop_nest_depth call.
3848
3849 2009-01-08  Sebastian Pop  <sebastian.pop@amd.com>
3850             Jan Sjodin  <jan.sjodin@amd.com>
3851
3852         PR tree-optimization/38559
3853         * graphite.c (debug_value, copy_constraint,
3854         swap_constraint_variables, scale_constraint_variable, ): New.
3855         (get_lower_bound, get_upper_bound): Removed.
3856         (graphite_trans_bb_strip_mine): Clean up this code that works
3857         only for constant number of iterations.  Fully copy upper and
3858         lower bound constraints, not only the constant part of them.
3859         * graphite.h (debug_value): Declared.
3860
3861 2009-01-08  Ira Rosen  <irar@il.ibm.com>
3862
3863         PR tree-optimization/37194
3864         * tree-vect-transform.c (vect_estimate_min_profitable_iters):
3865         Don't add the cost of cost model guard in prologue to scalar 
3866         outside cost in case of known number of iterations.
3867
3868 2009-01-07  Nathan Froyd  <froydnj@codesourcery.com>
3869             Alan Modra  <amodra@bigpond.net.au>
3870
3871         * config/rs6000/rs6000.c (rs6000_legitimize_address): Check for
3872         non-word-aligned REG+CONST addressing.
3873
3874 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
3875
3876         PR target/38706
3877         * config/alpha/alpha.c (alpha_end_function): For TARGET_ABI_OSF, call
3878         free_after_compilation when outputting a thunk.
3879         (alpha_output_mi_thunk_osf): Assert that we are processing a thunk.
3880         Do not call free_after_compilation here.
3881
3882 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
3883
3884         * config/i386/i386.c (ix86_target_string): Use ARRAY_SIZE.
3885         (ix86_valid_target_attribute_inner_p): Ditto.
3886
3887 2009-01-07  Jan Sjodin  <jan.sjodin@amd.com>
3888
3889         PR tree-optimization/38492
3890         PR tree-optimization/38498
3891         * tree-check.c (operator_is_linear, scev_is_linear_expression): New.
3892         * tree-chrec.h (scev_is_linear_expression): Declared.
3893         * graphite.c (graphite_cannot_represent_loop_niter): New.
3894         (scopdet_basic_block_info): Call graphite_cannot_represent_loop_niter.
3895         (graphite_loop_normal_form): Use gcc_assert.
3896         (scan_tree_for_params): Use CASE_CONVERT.
3897         (phi_node_is_iv, bb_contains_non_iv_scalar_phi_nodes): New.
3898         (build_scop_conditions_1): Call bb_contains_non_iv_scalar_phi_nodes.
3899         Use gcc_assert.  Discard scops that contain unhandled cases.
3900         (build_scop_conditions): Return a boolean status for unhandled cases.
3901         (strip_mine_profitable_p): Print the loop number, not its depth.
3902         (is_interchange_valid): Pass the depth of the loop nest, don't
3903         recompute it wrongly.
3904         (graphite_trans_bb_block): Same.
3905         (graphite_trans_bb_block): Print tentative of loop blocking.
3906         (graphite_trans_scop_block): Do not print that the loop has been
3907         blocked.
3908         (graphite_transform_loops): Do not handle scops that contain condition
3909         scalar phi nodes.
3910
3911 2009-01-07  H.J. Lu  <hongjiu.lu@intel.com>
3912
3913         AVX Programming Reference (December, 2008)
3914         * config/i386/avxintrin.h (_mm256_stream_si256): New.
3915         (_mm256_stream_pd): Likewise.
3916         (_mm256_stream_ps): Likewise.
3917
3918         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVNTDQ256,
3919         IX86_BUILTIN_MOVNTPD256 and IX86_BUILTIN_MOVNTPS256.
3920         (ix86_special_builtin_type): Add VOID_FTYPE_PV4DI_V4DI.
3921         (bdesc_special_args): Add __builtin_ia32_movntdq256,
3922         __builtin_ia32_movntpd256 and __builtin_ia32_movntps256.
3923         (ix86_init_mmx_sse_builtins): Handle VOID_FTYPE_PV4DI_V4DI.
3924         (ix86_expand_special_args_builtin): Likewise.
3925
3926         * config/i386/sse.md (AVXMODEDI): New.
3927         (avx_movnt<mode>): Likewise.
3928         (avx_movnt<mode>): Likewise.
3929         (<sse>_movnt<mode>): Remove AVX support.
3930         (sse2_movntv2di): Likewise.
3931
3932 2009-01-07  Richard Guenther  <rguenther@suse.de>
3933
3934         PR middle-end/38751
3935         * fold-const.c (extract_muldiv): Remove obsolete comment.
3936         (fold_plusminus_mult_expr): Undo MINUS_EXPR
3937         to PLUS_EXPR canonicalization for the canonicalization.
3938
3939 2009-01-07  Gerald Pfeifer  <gerald@pfeifer.com>
3940
3941         * doc/install.texi (alpha*-dec-osf*): Remove note on 32-bit
3942         hosted cross-compilers generating less efficient code.
3943
3944 2009-01-06  Richard Sandiford  <rdsandiford@googlemail.com>
3945
3946         * function.h (rtl_data): Add a dbr_scheduled_p field.
3947         * reorg.c (dbr_schedule): Set it.
3948         (gate_handle_delay_slots): Check it.
3949         * config/mips/mips.c (mips_base_delayed_branch): Delete.
3950         (mips_reorg): Check flag_delayed_branch instead of
3951         mips_base_delayed_branch.
3952         (mips_override_options): Don't set mips_base_delayed_branch
3953         or flag_delayed_branch.
3954
3955 2009-01-06  Richard Sandiford  <rdsandiford@googlemail.com>
3956
3957         PR rtl-optimization/38426.
3958         * ira.c (ira): Set current_function_is_leaf earlier.
3959
3960 2009-01-06  Jakub Jelinek  <jakub@redhat.com>
3961
3962         PR rtl-optimization/38722
3963         * combine.c (try_combine): Don't modify PATTERN (i3) and notes
3964         too early, only set a flag and modify after last possible
3965         undo_all point.
3966
3967 2009-01-06  Janis Johnson  <janis187@us.ibm.com>
3968
3969         PR c/34252
3970         * ginclude/float.h: Rename DECnn_DEN to DECnn_SUBNORMAL_MIN.
3971         * real.c (decimal_single_format): Correct values of emin and emax.
3972         (decimal_double_format): Ditto.
3973         (decimal_quad_format): Ditto.
3974         * c-cppbuiltin.c (builtin_define_decimal_float_constants): Adjust
3975         computation of DECnn_MIN and DECnn_MAX for corrected values of
3976         emin and emax.  Define __DECnn_SUBNORMAL_MIN__ instead of
3977         __DECnn_MIN__, and adjust its computation for the corrected value
3978         of emin.
3979
3980 2009-01-06  Jan Hubicka  <jh@suse.cz>
3981
3982         PR target/38744
3983         * config/i386/i386.c (ix86_expand_call): Use ARRAY_SIZE.
3984
3985 2009-01-06  Gerald Pfeifer  <gerald@pfeifer.com>
3986
3987         * doc/contrib.texi (Contributors): Slightly adjust the end note.
3988         Add Robert Clark to the list of testers.
3989
3990 2009-01-06  Jan Hubicka  <jh@suse.cz>
3991             Kai Tietz  <kai.tietz@onevision.com>
3992
3993         * config/i386/i386.md (*msabi_syvabi): Add SSE regs clobbers.
3994         * config/i386/i386.c (ix86_expand_call): Add clobbers.
3995
3996 2009-01-06  Jan Hubicka  <jh@suse.cz>
3997             Kai Tietz  <kai.tietz@onevision.com>
3998
3999         * config/i386/i386.h (CONDITIONAL_CALL_USAGE): SSE regs are not used
4000         for w64 ABI.
4001         * config/i386/i386.c (struct ix86_frame): Add padding0 and nsseregs.
4002         (ix86_nsaved_regs): Count only general purpose regs.
4003         (ix86_nsaved_sseregs): New.
4004         (ix86_compute_frame_layout): Update nsseregs; set preferred alignment
4005         to 16 for w64; compute padding and size of sse reg save area.
4006         (ix86_emit_save_regs, ix86_emit_save_regs_using_mov): Save only
4007         general purpose regs.
4008         (ix86_emit_save_sse_regs_using_mov): New.
4009         (ix86_expand_prologue): Save SSE regs if needed.
4010         (ix86_emit_restore_regs_using_mov): Use only general purpose regs.
4011         (ix86_emit_restore_sse_regs_using_mov): New.
4012         (ix86_expand_epilogue): Save SSE regs if needed.
4013
4014 2009-01-06  Jan Hubicka  <jh@suse.cz>
4015             Kai Tietz  <kai.tietz@onevision.com>
4016
4017         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Enable for MSABI
4018         * config/i386/i386.c (init_cumulative_args): Disallow calls of MSABI
4019         functions when accumulate outgoing args is off.
4020
4021 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
4022
4023         PR bootstrap/38742
4024         * ira-color.c (ira_reuse_stack_slot): Check ENABLE_IRA_CHECKING
4025         before using pseudos_have_intersected_live_ranges_p.
4026
4027         * ira-int.h (ira_assert): Always define.
4028
4029 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
4030
4031         AVX Programming Reference (December, 2008)
4032         * config/i386/avxintrin.h (_mm_permute2_pd): Removed.
4033         (_mm256_permute2_pd): Likewise.
4034         (_mm_permute2_ps): Likewise.
4035         (_mm256_permute2_ps): Likewise.
4036         * config/i386/i386.md (UNSPEC_VPERMIL2): Likewise.
4037         * config/i386/sse.md (avx_vpermil2<mode>3): Likewise.
4038
4039         * config/i386/i386.c (ix86_builtins): Remove
4040         IX86_BUILTIN_VPERMIL2PD, IX86_BUILTIN_VPERMIL2PS,
4041         IX86_BUILTIN_VPERMIL2PD256 and IX86_BUILTIN_VPERMIL2PS256.
4042         (ix86_builtin_type): Remove V8SF_FTYPE_V8SF_V8SF_V8SI_INT,
4043         V4DF_FTYPE_V4DF_V4DF_V4DI_INT, V4SF_FTYPE_V4SF_V4SF_V4SI_INT
4044         and V2DF_FTYPE_V2DF_V2DF_V2DI_INT.
4045         (bdesc_args): Remove __builtin_ia32_vpermil2pd,
4046         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256 and
4047         __builtin_ia32_vpermil2ps256.
4048         (ix86_init_mmx_sse_builtins): Updated.
4049         (ix86_expand_args_builtin): Likewise.
4050
4051 2009-01-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4052
4053         * pa.c (output_call): Relocate non-jump insns in the delay slot of
4054         long absolute calls when generating PA 2.0 code.
4055
4056 2009-01-05  Vladimir Makarov  <vmakarov@redhat.com>
4057
4058         PR rtl-optimization/38583
4059         * params.h (IRA_MAX_CONFLICT_TABLE_SIZE): New macro.
4060
4061         * params.def (ira-max-conflict-table-size): New.
4062
4063         * doc/invoke.texi (ira-max-conflict-table-size): Decribe.
4064         
4065         * ira.h (ira_conflicts_p): New external definition.
4066         
4067         * ira-conflicts.c (build_conflict_bit_table): Do not build too big
4068         table.  Report this.  Return result of building.
4069         (ira_build_conflicts): Use ira_conflicts_p.  Check result of
4070         building conflict table.
4071
4072         * ira-color.c (fast_allocation): Use num instead of ira_allocnos_num.
4073         (ira_color): Use ira_conflicts_p.
4074         
4075         * global.c: Include ira.h.
4076         (pseudo_for_reload_consideration_p, build_insn_chain): Use
4077         ira_conflicts_p.
4078
4079         * Makefile.in (global.o): Add ira.h.
4080         
4081         * ira-build.c (mark_all_loops_for_removal,
4082         propagate_some_info_from_allocno): New.
4083         (remove_unnecessary_allocnos): Call
4084         propagate_some_info_from_allocno.
4085         (remove_low_level_allocnos): New.
4086         (remove_unnecessary_regions): Add parameter.  Call
4087         mark_all_loops_for_removal and remove_low_level_allocnos.  Pass
4088         parameter to remove_unnecessary_regions.
4089         (ira_build): Remove all regions but root if the conflict table was
4090         not built.  Update conflict hard regs for allocnos crossing calls.
4091
4092         * ira.c (ira_conflicts_p): New global.
4093         (ira): Define and use ira_conflicts_p.
4094
4095         * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
4096         count_spilled_pseudo, find_reg, alter_reg, finish_spills,
4097         emit_input_reload_insns, delete_output_reload): Use ira_conflicts_p.
4098         
4099 2009-01-06  Ben Elliston  <bje@au.ibm.com>
4100
4101         * gengtype-lex.l (YY_NO_INPUT): Define.
4102
4103 2009-01-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4104
4105         PR c/34911
4106         * c-common.c (handle_vector_size_attribute): Also reject
4107         BOOLEAN_TYPE types.
4108
4109 2009-01-05  Sebastian Pop  <sebastian.pop@amd.com>
4110
4111         PR tree-optimization/38492
4112         * graphite.c (rename_map_elt, debug_rename_elt,
4113         debug_rename_map_1, debug_rename_map, new_rename_map_elt,
4114         rename_map_elt_info, eq_rename_map_elts,
4115         get_new_name_from_old_name, bb_in_sese_p): Moved around.
4116         (sese_find_uses_to_rename_use): Renamed sese_build_livein_liveouts_use.
4117         (sese_find_uses_to_rename_bb): Renamed sese_build_livein_liveouts_bb.
4118         (sese_build_livein_liveouts): New.
4119         (new_sese, free_sese): New.
4120         (new_scop): Call new_sese.
4121         (free_scop): Call free_sese.
4122         (rename_variables_from_edge, rename_phis_end_scop): Removed.
4123         (register_old_new_names): Renamed register_old_and_new_names.
4124         (register_scop_liveout_renames, add_loop_exit_phis,
4125         insert_loop_close_phis, struct igp,
4126         default_liveout_before_guard, add_guard_exit_phis,
4127         insert_guard_phis, copy_renames): New.
4128         (translate_clast): Call insert_loop_close_phis and insert_guard_phis.
4129         (sese_add_exit_phis_edge): Renamed scop_add_exit_phis_edge.
4130         (rewrite_into_sese_closed_ssa): Renamed scop_insert_phis_for_liveouts.
4131         (scop_adjust_phis_for_liveouts): New.
4132         (gloog): Call scop_adjust_phis_for_liveouts.
4133
4134         * graphite.h (struct sese): Documented.  Added fields liveout,
4135         num_ver and livein.
4136         (SESE_LIVEOUT, SESE_LIVEIN, SESE_LIVEIN_VER, SESE_NUM_VER): New.
4137         (new_sese, free_sese, sese_build_livein_liveouts): Declared.
4138         (struct scop): Added field liveout_renames.
4139         (SCOP_LIVEOUT_RENAMES): New.
4140
4141 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
4142
4143         PR tree-optimization/38510
4144         * graphite.c (recompute_all_dominators): Call mark_irreducible_loops.
4145         (translate_clast): Call recompute_all_dominators before
4146         graphite_verify.
4147         (gloog): Call recompute_all_dominators before graphite_verify.
4148
4149 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
4150             Jan Sjodin  <jan.sjodin@amd.com>
4151
4152         PR tree-optimization/38500
4153         * graphite.c (create_sese_edges): Call fix_loop_structure after
4154         splitting blocks.
4155
4156 2009-01-05  Joel Sherrill  <joel.sherrill@oarcorp.com>
4157
4158         * config.gcc: Add m32r*-*-rtems*.
4159         * config/m32r/rtems.h: New file.
4160
4161 2009-01-05  Ben Elliston  <bje@au.ibm.com>
4162
4163         * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
4164         (.po.pox): Likewise.
4165         (po/gcc.pot): Likewise.
4166
4167 2009-01-04  David S. Miller  <davem@davemloft.net>
4168
4169         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
4170         (STARTING_FRAME_OFFSET): Always set to zero.
4171
4172 2009-01-04  Richard Sandiford  <rdsandiford@googlemail.com>
4173
4174         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Add commentary.
4175         * tree-cfg.c (verify_gimple_assign_binary): Allow shifts of
4176         fixed-point types, and vectors of the same.
4177
4178 2009-01-04  Richard Sandiford  <rdsandiford@googlemail.com>
4179
4180         * config/mips/sync.md (*mb_barrier): Rename to...
4181         (*memory_barrier): ...this.
4182
4183 2009-01-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
4184
4185         * doc/extend.texi (Function Attributes): Move @cindex after @item
4186         for 'artificial' and 'flatten'. Fix grammar for 'externally_visible'
4187         and put in alphabetical order. Fix 'target' name and put in order.
4188         * doc/invoke.texi (-Wstrict-null-sentinel, -fipa-matrix-reorg): Fix
4189         typos.
4190
4191 2009-01-04  Uros Bizjak  <ubizjak@gmail.com>
4192
4193         * config/s390/s390.md (UNSPEC_MB): Rename from UNSPECV_MB.
4194         (memory_barrier): Expand as unspec instead of unspec_volatile.
4195         Remove mem:BLK from insn operands.  Use Pmode scratch register.
4196         (*memory_barrier): Define as unspec instead of unspec_volatile.
4197         Use (match_dup 0) as input operand.
4198
4199         * config/sparc/sparc.md (UNSPEC_MEMBAR): Rename from UNSPECV_MEMBAR.
4200         * config/sparc/sync.md (memory_barrier): Expand as unspec instead of
4201         unspec_volatile.  Remove mem:BLK from insn operands.  Use Pmode
4202         scratch register.  Remove operand 1.
4203         (*stbar): Define as unspec instead of unspec_volatile.
4204         Use (match_dup 0) as input operand, remove (const_int 8).
4205         (*membar): Define as unspec instead of unspec_volatile.
4206         Use (match_dup 0) as input operand, remove input operand 2.
4207
4208         * config/xtensa/xtensa.md (UNSPEC_MEMW): Rename from UNSPECV_MEMW.
4209         (memory_barrier): Expand as unspec instead of unspec_volatile.
4210         Remove mem:BLK from insn operands.  Use Pmode scratch register.
4211         (*memory_barrier): Define as unspec instead of unspec_volatile.
4212         Use (match_dup 0) as input operand.
4213
4214         * config/ia64/sync.md (memory_barrier): Redefine as expander pattern.
4215         Remove mem:BLK from insn operands.  Use Pmode scratch register.
4216         Set volatile flag on operand 0.
4217         (*memory_barrier): New insn pattern.
4218
4219         * config/rs6000/sync.md (memory_barrier): Remove mem:BLK from
4220         insn operands.
4221         (*memory_barrier): Use (match_dup 0) as input operand.
4222
4223         * config/mips/sync.md (memory_barrier): Redefine as expander pattern.
4224         Remove mem:BLK from insn operands.  Use Pmode scratch register.
4225         Set volatile flag on operand 0.
4226         (*mb_internal): New insn pattern.
4227
4228         * config/alpha/sync.md (*memory_barrier): Rename from *mb_internal.
4229
4230 2009-01-04  Steven Bosscher  <steven@gcc.gnu.org>
4231
4232         PR middle-end/38586
4233         * function.c (struct temp_slot): Move to the section of the file
4234         that deals with temp slots.  Remove field 'address'.
4235         (temp_slot_address_table): New hash table of address -> temp slot.
4236         (struct temp_slot_address_entry): New struct, items for the table.
4237         (temp_slot_address_compute_hash, temp_slot_address_hash,
4238         temp_slot_address_eq, insert_temp_slot_address): Support functions
4239         for the new table.
4240         (find_temp_slot_from_address): Rewrite to use the new hash table.
4241         (remove_unused_temp_slot_addresses): Remove addresses of temp
4242         slots that have been made available.
4243         (remove_unused_temp_slot_addresses_1): Call-back for htab_traverse,
4244         worker function for remove_unused_temp_slot_addresses.
4245         (assign_stack_temp_for_type): Don't clear the temp slot address list.
4246         Add the temp slot address to the address -> temp slot map.
4247         (update_temp_slot_address): Update via insert_temp_slot_address.
4248         (free_temp_slots): Call remove_unused_temp_slot_addresses.
4249         (pop_temp_slots): Likewise.
4250         (init_temp_slots): Allocate the address -> temp slot map, or empty
4251         the map if it is already allocated.
4252         (prepare_function_start): Initialize temp slot processing.
4253
4254 2009-01-04  Steven Bosscher  <steven@gcc.gnu.org>
4255
4256         PR middle-end/38584
4257         * cfgexpand.c (estimate_stack_frame_size): Simplify the estimate:
4258         Calculate the size of all stack vars assuming no packing of stack
4259         vars will happen, replacing a quadratic algorithm with a linear one.
4260
4261 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
4262
4263         PR target/38707
4264         * expmed.c (store_bit_field_1): Don't modify op0 if movstrict insn
4265         can't be used.
4266
4267 2009-01-03  Diego Novillo  <dnovillo@google.com>
4268
4269         * doc/contrib.texi: Update contributions.
4270
4271 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
4272
4273         PR c++/38705
4274         * builtins.c (fold_builtin_memory_op): Give up if either operand
4275         is volatile.  Set srctype or desttype to non-qualified version
4276         of the other type.
4277
4278         PR c/38700
4279         * builtins.c (fold_builtin_expect): Only check DECL_WEAK for VAR_DECLs
4280         and FUNCTION_DECLs.
4281
4282 2009-01-02  Kenneth Zadeck  <zadeck@naturalbridge.com>
4283
4284         PR rtl-optimization/35805
4285         * df-problems.c (df_lr_finalize): Add recursive call to resolve lr
4286         problem if fast dce is able to remove any instructions.
4287         * dce.c (dce_process_block): Fix dump message.
4288         
4289 2009-01-02  Mark Mitchell  <mark@codesourcery.com>
4290
4291         PR 33649
4292         * tree-ssa-pre.c (compute_antic): Correct loop bounds.
4293
4294 2009-01-02  Jakub Jelinek  <jakub@redhat.com>
4295
4296         PR middle-end/38690
4297         * tree-flow.h (op_code_prio, op_prio): New prototypes.
4298         * tree-pretty-print.c (op_code_prio): New function.
4299         (op_prio): No longer static.  Use op_code_prio.
4300         * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs):
4301         Use op_prio and op_code_prio to determine if () should be
4302         printed around operand(s) or not.
4303
4304         * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs,
4305         dump_gimple_call, dump_gimple_switch, dump_gimple_cond,
4306         dump_gimple_label, dump_gimple_try, dump_symbols, dump_gimple_phi,
4307         dump_gimple_mem_ops, dump_bb_header, dump_bb_end, pp_cfg_jump): Use
4308         pp_character instead of pp_string for single letter printing.
4309
4310 2009-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
4311
4312         * doc/extend.texi: Fix '#pragma GCC option' typo.
4313
4314 2009-01-02  Richard Guenther  <rguenther@suse.de>
4315
4316         * doc/install.texi (--enable-checking): Mention different
4317         default for stage1.
4318         (--enable-stage1-checking): Document.
4319
4320 2009-01-01  Andrew Pinski  <pinskia@gmail.com>
4321
4322         PR middle-end/30142
4323         * tree-cfg.c (verify_expr): Add INDIRECT_REF case.  Change MODIFY_EXPR
4324         case to be an error.
4325
4326 2009-01-02  Ben Elliston  <bje@au.ibm.com>
4327
4328         * config/fp-bit.h (pack_d): Constify argument.
4329         * config/fp-bit.c (makenan): Constify return type. Remove casts.
4330         (isnan): Constify argument.
4331         (isinf): Likewise.
4332         (iszero): Likewise.
4333         (pack_d): Likewise.
4334         (_fpadd_parts): Constify return type.
4335         (_fpmul_parts): Likewise.
4336         (_fpdiv_parts): Likewise.
4337
4338 2009-01-01  Jakub Jelinek  <jakub@redhat.com>
4339
4340         PR c/36489
4341         * c-typeck.c (add_pending_init): Add IMPLICIT argument.  Only
4342         warn about overwriting initializer with side-effects or
4343         -Woverride-init if !IMPLICIT.
4344         (output_init_element): Likewise.  Pass IMPLICIT down to
4345         add_pending_init.
4346         (process_init_element): Add IMPLICIT argument.  Pass it down
4347         to output_init_element.
4348         (push_init_element, pop_init_level, set_designator): Adjust
4349         process_init_element callers.
4350         (set_nonincremental_init, set_nonincremental_init_from_string):
4351         Adjust add_pending_init callers.
4352         (output_pending_init_elements): Adjust output_init_element callers.
4353         * c-tree.h (process_init_element): Adjust prototype.
4354         * c-parser.c (c_parser_initelt, c_parser_initval): Adjust
4355         process_init_element callers.