OSDN Git Service

2008-11-14 Thomas Schwinge <tschwinge@gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2008-11-14  Thomas Schwinge  <tschwinge@gnu.org>
2
3         * configure.ac (gcc_cv_libc_provides_ssp): Also consider GNU/kFreeBSD,
4         GNU/kNetBSD systems in the `*-*-linux*' case.
5         * configure: Regenerate.
6
7 2008-11-14  Jakub Jelinek  <jakub@redhat.com>
8
9         PR middle-end/36125
10         * function.c (gimplify_parameters): For callee copies parameters,
11         move TREE_ADDRESSABLE flag from the PARM_DECL to the local copy.
12
13 2008-11-13  Thomas Schwinge  <tschwinge@gnu.org>
14
15         PR target/28102
16         * config.gcc (*-*-gnu*): Move Alpha parts into the `alpha*-*-gnu*', x86
17         parts into the `i[34567]86-*-linux*' and parts that are independent of
18         the processor architecture into the `*-*-linux*' cases.
19         (*-*-linux*): Consider `linux.opt' only for Linux-based configurations.
20         * config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Redefine.
21         (TARGET_OS_CPP_BUILTINS, LINK_SPEC): Don't redefine.
22         [TARGET_LIBC_PROVIDES_SSP] (TARGET_THREAD_SSP_OFFSET): Undefine.
23         * config/gnu.h (NO_IMPLICIT_EXTERN_C): Don't redefine.
24         (HURD_TARGET_OS_CPP_BUILTINS): Don't define, but instead...
25         (LINUX_TARGET_OS_CPP_BUILTINS): Redefine.
26
27 2008-11-13  Ruan Beihong  <ruanbeihong@gmail.com>
28
29         * config/mips/loongson.md (<u>div<mode>3, <u>mod<mode>3): New patterns.
30         * config/mips/loongson2ef.md (ls2_imult): Handle imul3nc.
31         (ls2_idiv): Likewise idiv3.
32         (ls2_prefetch): New reservation.
33         * config/mips/mips.h (ISA_HAS_PREFETCH): Add TARGET_LOONGSON_2EF.
34         * config/mips/mips.md (type): Add imul3nc and idiv3.
35         (length): Handle idiv3.
36         (any_mod): New code_iterator.
37         (u): Handle MOD and UMOD.
38         (mul<mode>3): Generate mul<mode>3_mul3_ls2ef on Loongson targets.
39         (prefetch): Handle TARGET_LOONGSON_2EF.
40
41 2008-11-13  Jakub Jelinek  <jakub@redhat.com>
42
43         PR c++/27017
44         * dwarf2out.c (prune_unused_types_walk_local_classes): New function.
45         (prune_unused_types_walk): Call it for non-perennial local classes.
46         Set die_mark to 2 if recursing on children.  If die_mark is 1 on
47         entry, just set it to 2 and recurse on children, don't walk attributes
48         again.
49
50 2008-11-13  Martin Michlmayr  <tbm@cyrius.com>
51
52         * c-common.c (warn_about_parentheses): Add missing whitespace
53         in warning.
54
55 2008-11-13  Paul Brook  <paul@codesourcery.com>
56
57         * doc/invoke.texi: Document --fix-cortex-m3.
58         * config/arm/arm.c (arm_override_options): Set fix_cm3_ldrd if
59         Cortex-M3 cpu is selected.
60         (output_move_double): Avoid overlapping base register and first
61         destination register when fix_cm3_ldrd.
62         * config/arm/arm.opt: Add mfix-cortex-m3-ldrd.
63
64 2008-11-13  Jakub Jelinek  <jakub@redhat.com>
65
66         PR bootstrap/38100
67         * gimple.h (gimple_range_check_failed): Remove prototype.
68         * gimple.c (gimple_check_failed): Don't check GCC_VERSION
69         in guarding #if.
70         (gimple_range_check_failed): Removed.
71
72 2008-11-13  Andrew Haley  <aph@redhat.com>
73
74         PR bootstrap/38088
75         * mcf.c (CAP_INFINITY): Use HOST_WIDEST_INT maximum, not GCC specific
76         __LONG_LONG_MAX__.
77
78 2008-11-12  Jakub Jelinek  <jakub@redhat.com>
79
80         PR c++/36478
81         Revert:
82         2007-05-07  Mike Stump  <mrs@apple.com>
83         * doc/invoke.texi (Warning Options): Document that -Wempty-body
84         also checks for and while statements in C++.
85
86 2008-11-12  Dodji Seketeli  <dodji@redhat.com>
87
88         PR debug/27574
89         * cgraph.h: New abstract_and_needed member to struct cgraph_node.
90         * cgraphunit.c (cgraph_analyze_functions): Flag abstract functions
91         - which clones are reachable - as "abstract and needed".
92         * cgraph.c (cgraph_release_function_body):  If a node is
93         "abstract and needed", do not release its DECL_INITIAL() content
94         that will be needed to emit debug info.
95
96 2008-11-12  Steve Ellcey  <sje@cup.hp.com>
97
98         PR target/27880
99         * configure.ac (GCC_CHECK_UNWIND_GETIPINFO): Use this macro
100         to set HAVE_GETIPINFO.
101         * aclocal.m4: Include ../config/unwind_ipinfo.m4.
102         * configure: Regenerate.
103         * config.in: Regenerate.
104
105 2008-11-12  Jack Howarth  <howarth@bromo.med.uc.edu>
106
107         PR bootstrap/38010
108         * gcc/config.gcc: Use darwin9.h on darwin10 as well.
109
110 2008-11-12  Jakub Jelinek  <jakub@redhat.com>
111
112         Revert:
113         2008-10-21  Jakub Jelinek  <jakub@redhat.com>
114         * gimplify.c (gimplify_expr): Drop TREE_OVERFLOW from INTEGER_CSTs.
115
116 2008-11-12  Jason Merrill  <jason@redhat.com>
117
118         PR c++/38007
119         * c-common.c (c_common_signed_or_unsigned_type): Remove C++
120         special casing.
121
122 2008-11-12  Anatoly Sokolov  <aesok@post.ru>
123
124         * config/avr/avr.c (avr_mcu_t): Add atmega16hvb, atmega32hvb,
125         atmega4hvd, atmega8hvd, atmega64c1, atmega64m1, atmega16u4 and
126         atmega32u6 devices.
127         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
128         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
129
130 2008-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
131
132         * gcc/config/s390/s390.h (INITIAL_FRAME_ADDRESS_RTX): Remove
133         packed-stack special handling.
134         (FRAME_ADDR_RTX): Add definition.
135
136 2008-11-12  Jakub Jelinek  <jakub@redhat.com>
137
138         PR target/35366
139         * fold-const.c (native_encode_string): New function.
140         (native_encode_expr): Use it for STRING_CST.
141
142 2008-11-12  DJ Delorie  <dj@redhat.com>
143
144         * config/m32c/cond.md (cond_to_int peephole2): Don't eliminate the
145         insns if the intermediate value will be used later.
146
147 2008-11-12  Andreas Schwab  <schwab@suse.de>
148
149         * config/m68k/m68k.c (print_operand): Mask off extra extension
150         bits when writing out the representation of real values.
151
152 2008-11-12  Ira Rosen  <irar@il.ibm.com>
153
154         PR tree-optimization/38079
155         * tree-vect-analyze.c (vect_analyze_data_refs): Replace dump_file
156         with vect_dump.
157
158 2008-11-12  Jakub Jelinek  <jakub@redhat.com>
159
160         PR c++/35334
161         * c-pretty-print.c (pp_c_complex_expr): New function.
162         (pp_c_postfix_expression) <case COMPLEX_EXPR>: Call it.
163
164         PR target/35366
165         * expr.c (expand_expr_addr_expr_1): If EXP needs bigger alignment
166         than INNER and INNER is a constant, forcibly align INNER as much
167         as needed.
168
169 2008-11-11  Richard Sandiford  <rdsandiford@googlemail.com>
170
171         * cse.c (fold_rtx): Remove redundant gen_rtx_CONST.
172
173 2008-11-11  Richard Sandiford  <rdsandiford@googlemail.com>
174
175         PR rtl-optimization/37363
176         * simplify-rtx.c (simplify_plus_minus): Don't create (const (minus ...))
177         expresisons.
178
179 2008-11-11  Eric Botcazou  <ebotcazou@adacore.com>
180
181         * ira-lives.c (process_bb_node_lives): Restore EH_RETURN_DATA_REGNO
182         handling.
183
184 2008-11-10  Catherine Moore  <clm@codesourcery.com>
185
186         * config.gcc (mips64vrel-*-elf*): Include the tm_file
187         prior to vr.h.
188         * config/mips/linux.h (LINUX_DRIVER_SELF_SPECS): New.
189         (BASE_DRIVER_SELF_SPECS): Remove.
190         (DRIVER_SELF_SPECS): New definition.
191         * config/mips/elfoabi.h: (DRIVER_SELF_SPECS): Include
192         BASE_DRIVER_SELF_SPECS.
193         * config/mips/sde.h: Likewise.
194         * config/mips/iris6.h: Likewise.
195         * config/mips/vr.h: Likewise.
196         * config/mips/mips.h (BASE_DRIVER_SELF_SPECS): New. 
197
198 2008-11-10  Vladimir Makarov  <vmakarov@redhat.com>
199
200         PR rtl-optimizations/37948
201         * ira-int.h (struct ira_allocno_copy): New member constraint_p.
202         (ira_create_copy, ira_add_allocno_copy): New parameter.
203
204         * ira-conflicts.c (process_regs_for_copy): New parameter.  Pass it
205         to ira_add_allocno_copy.
206         (process_reg_shuffles, add_insn_allocno_copies): Pass a new
207         parameter to process_regs_for_copy.
208         (propagate_copies): Pass a new parameter to ira_add_allocno_copy.
209         Fix typo in passing second allocno to ira_add_allocno_copy.
210
211         * ira-color.c (update_conflict_hard_regno_costs): Use head of
212         coalesced allocnos list.
213         (assign_hard_reg): Ditto.  Check that assigned allocnos are not in
214         the graph.
215         (add_ira_allocno_to_bucket): Rename to add_allocno_to_bucket.
216         (add_ira_allocno_to_ordered_bucket): Rename to
217         add_allocno_to_ordered_bucket.
218         (push_ira_allocno_to_stack): Rename to push_allocno_to_stack.  Use
219         head of coalesced allocnos list.
220         (push_allocnos_to_stack): Remove calculation of ALLOCNO_TEMP.
221         Check that it is aready calculated.
222         (push_ira_allocno_to_spill): Rename to push_ira_allocno_to_spill.
223         (setup_allocno_left_conflicts_num): Use head of coalesced allocnos
224         list.
225         (coalesce_allocnos): Do extended coalescing too.
226
227         * ira-emit.c (add_range_and_copies_from_move_list): Pass a new
228         parameter to ira_add_allocno_copy.
229
230         * ira-build.c (ira_create_copy, ira_add_allocno_copy): Add a new
231         parameter.
232         (print_copy): Print copy origination too.
233
234         * ira-costs.c (scan_one_insn): Use alloc_pref for load from
235         equivalent memory.
236         
237 2008-11-10  Kaz Kojima  <kkojima@gcc.gnu.org>
238
239         PR rtl-optimization/37514
240         * config/sh/sh.h (OPTIMIZATION_OPTIONS): Set
241         flag_ira_share_spill_slots to 2 if it's already non-zero.
242         (OVERRIDE_OPTIONS): Clear flag_ira_share_spill_slots if
243         flag_ira_share_spill_slots is 2.
244
245 2008-11-10  Kevin Buettner  <kevinb@redhat.com>
246
247         * config/m32c/prologue.md (prologue_enter_16): Set FB to SP - 2.
248         (prologue_enter_32): Set FB to SP - 4.
249
250 2008-11-10  DJ Delorie  <dj@redhat.com>
251
252         * config/m32c/m32c.c (m32c_const_ok_for_constraint_p): Add ImB
253         constraint for single-bit-clear in lower byte of HI constant, vs
254         Imb which just ignores the upper byte.
255         * config/m32c/predicates.md (m32c_1mask8_operand): Use it.
256         * config/m32c/bitops.md (andhi3_16, andhi3_24): Use it.
257         (iorhi3_16): Check for single bit set, not single bit clear.
258
259 2008-11-10  Janis Johnson  <janis187@us.ibm.com>
260
261         * doc/sourcebuild.texi (Torture Tests): Fix formatting for bullets.
262
263         * doc/sourcebuild.texi (Torture Tests): Fix formatting in example.
264
265 2008-11-10  Eric Botcazou  <ebotcazou@adacore.com>
266
267         * calls.c (store_unaligned_arguments_into_pseudos): Deal only with
268         values living in memory and use more precise alignment information.
269
270 2008-11-10  Jakub Jelinek  <jakub@redhat.com>
271
272         PR middle-end/35314
273         * tree-mudflap.c (mf_build_check_statement_for): Split then_block
274         after __mf_check call if the call must end a bb.
275
276 2008-11-10  Ralph Loader  <suckfish@ihug.co.nz>
277
278         PR middle-end/37807
279         PR middle-end/37809
280         * combine.c (force_to_mode): Do not process vector types.
281
282         * rtlanal.c (nonzero_bits1): Do not process vector types.
283         (num_sign_bit_copies1): Likewise.
284
285 2008-11-09  Thomas Schwinge  <tschwinge@gnu.org>
286
287         * config/i386/gnu.h: Add copyright and licensing header.
288         * config/gnu.h: Likewise.
289
290 2008-11-07  Andrew Pinski  <andrew_pinski@playstation.sony.com>
291
292         * fwprop.c (fwprop_done): Call df_remove_problem.
293
294 2008-11-07  Sebastian Pop  <sebastian.pop@amd.com>
295
296         PR middle-end/37379
297         * tree-scalar-evolution.c (instantiate_scev_1): Return
298         chrec_dont_know for VL_EXP_CLASS_P.
299         
300 2008-11-06  Uros Bizjak  <ubizjak@gmail.com>
301
302         * reg-stack.c (reg_to_stack): Add missing braces in memset
303         size calculation.
304
305 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
306
307         * config/arm/bpabi.h (PROFILE_HOOK): New undef.
308         (NO_PROFILE_COUNTERS): New define.
309
310 2008-11-06  David Edelsohn  <edelsohn@gnu.org>
311
312         PR target/26397
313         * config/rs6000/aix.h (LIBSTDCXX_STATIC): Define.
314         
315 2008-11-06  Kazu Hirata  <kazu@codesourcery.com>
316
317         PR target/35574
318         * config/sparc/constraints.md (D): New.
319         * config/sparc/predicates.md (const_double_or_vector_operand): New.
320         * config/sparc/sparc.c (sparc_extra_constraint_check): Handle the
321         'D' constraint.
322         * config/sparc/sparc.md (*movdf_insn_sp32_v9, *movdf_insn_sp64):
323         Use the 'D' constraint in addition to 'F' in some alternatives.
324         (DF splitter): Generalize for V64mode.
325         * doc/md.texi (SPARC): Document the 'D' constraint.
326
327 2008-11-06  Uros Bizjak  <ubizjak@gmail.com>
328
329         * reg-stack.c (reg_to_stack): Generate +QNaN using real_nan.
330
331 2008-11-06  Ben Elliston  <bje@au.ibm.com>
332
333         * gcc.c: Remove ancient comment about a bug in Sun cc.
334
335 2008-11-05  Janis Johnson  <janis187@us.ibm.com>
336
337         * doc/sourcebuild.texi (Torture Tests): Add ADDITIONAL_TORTURE_OPTIONS.
338
339 2008-11-06  Ben Elliston  <bje@au.ibm.com>      
340
341         * config/rs6000/rs6000.c (rs6000_override_options): Comment fix.
342
343 2008-11-06  Ben Elliston  <bje@au.ibm.com>
344
345         * config/rs6000/rs6000.opt (mwarn-cell-microcode): Improve option
346         description.
347
348 2008-11-05  Hans-Peter Nilsson  <hp@axis.com>
349
350         PR target/38016
351         * config/cris/cris.c (cris_order_for_addsi3): Test for !REG_P, not
352         just MEM_P.
353
354 2008-11-05  Martin Jambor  <mjambor@suse.cz>
355
356         PR middle-end/37861
357         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Don't turn
358         pointer arithmetics into array_ref if the array is accessed
359         through an indirect_ref.
360
361 2008-11-05  Richard Guenther  <rguenther@suse.de>
362
363         PR middle-end/37742
364         * tree-ssa.c (useless_type_conversion_p_1): Check different restrict
365         qualified pointer conversion before stripping qualifiers.
366         * gimplify.c (create_tmp_from_val): Use correctly qualified type.
367         * tree-flow.h (may_propagate_address_into_dereference): Declare.
368         * tree-ssa-ccp.c (may_propagate_address_into_dereference): New
369         function.
370         (ccp_fold): Use it.
371         * tree-ssa-forwprop.c (rhs_to_tree): Remove useless conversions,
372         properly canonicalize binary ops.
373         (forward_propagate_addr_expr_1): Use
374         may_propagate_address_into_dereference.
375
376 2008-11-05  Uros Bizjak  <ubizjak@gmail.com>
377
378         PR middle-end/37286
379         * reg-stack.c (subst_stack_regs_pat) [MINUS, DIV, MULT, PLUS]:
380         Initialize uninitialized input registers with a NaN.
381
382 2008-11-05  Tobias Grosser  <grosser@fim.uni-passau.de>
383
384         PR middle-end/37833
385
386         * graphite.c (scan_tree_for_params): Add POINTER_PLUS_EXPR.
387
388 2008-11-05  Tobias Grosser  <grosser@fim.uni-passau.de>
389
390         PR middle-end/37943
391
392         * graphite.c (scopdet_basic_block_info): Fix loops with multiple
393         exits and conditions.
394         * testsuite/gcc.dg/graphite/pr37943.c: New.
395
396 2008-11-04  Jakub Jelinek  <jakub@redhat.com>
397             Andrew Pinski  <andrew_pinski@playstation.sony.com>
398
399         PR c/35430
400         * c-common.c (warn_for_sign_compare): For complex result_type
401         use component's type.
402
403 2008-11-04  Jakub Jelinek  <jakuB@redhat.com>
404
405         * print-tree.c (print_node): Use code instead of TREE_CODE (node).
406
407         * print-tree.c (print_node): Don't print DECL_INITIAL
408         for PARM_DECL.
409
410         PR c/37106
411         * c-common.c (parse_optimize_options): Save and restore
412         flag_strict_aliasing around decode_options call.
413
414 2008-11-04  Uros Bizjak  <ubizjak@gmail.com>
415
416         * config/i386/driver-i386.c (enum vendor_signatures): New enum.
417         (host_detect_local_cpu): Use it instead of casted strings to
418         compare vendor signatures.
419
420 2008-11-03  Mikael Pettersson  <mikpe@it.uu.se>
421
422         PR target/37989
423         * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Only add libgcc_s.a
424         or libgcc_eh.a to spec if ENABLE_SHARED_LIBGCC.
425
426 2008-11-03  Catherine Moore  <clm@codesourcery.com>
427
428         * config/mips.c (mips_conditional_register_usage):  Handle the
429         DSP control register.
430         * doc/extend.texi: Document the DSP control register.
431
432 2008-11-03  Steve Ellcey <sje@cup.hp.com>
433             Jakub Jelinek  <jakub@redhat.com>
434
435         * omp-low.c (expand_omp_for_generic): If iter_type has different
436         precision than type and type is a pointer type, cast n1 and n2
437         first to an integer type with the same precision as pointers
438         and only afterwards to iter_type.
439
440 2008-11-03  Richard Sandiford  <rdsandiford@googlemail.com>
441
442         * config/arm/arm.md (UNSPEC_PIC_BASE): Update documentation.
443         (UNSPEC_GOTSYM_OFF): New unspec.
444         (pic_add_dot_plus_four): Simplify the UNSPEC_PIC_BASE operands.
445         (pic_add_dot_plus_eight): Likewise.
446         (tls_load_dot_plus_eight): Likewise.  Update peephole2.
447         * config/arm/thumb2.md (pic_load_dot_plus_four): Simplify the
448         UNSPEC_PIC_BASE operands.
449         * config/arm/arm.c (arm_load_pic_register): Use UNSPEC_GOTSYM_OFF.
450         (arm_output_addr_const_extra): Handle it.
451
452 2008-11-03  Eric Botcazou  <ebotcazou@adacore.com>
453
454         * config/i386/i386.c (classify_argument) <ARRAY_TYPE>: Promote partial
455         integer class to full integer class if the offset is not word-aligned.
456
457 2008-11-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
458
459         PR rtl-opt/37782
460         * loop-doloop.c (doloop_modify): Add from_mode argument that says what
461         mode count is in.
462         (doloop_optimize): Update call to doloop_modify.
463
464 2008-11-03  Eric Botcazou  <ebotcazou@adacore.com>
465
466         * tree-sra.c (bitfield_overlaps_p): Fix oversight.
467
468 2008-11-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
469
470         PR other/37463
471         * configure.ac (gcc_cv_ld_ro_rw_mix): Move before
472         gcc_cv_as_cfi_directive.
473         (gcc_cv_as_cfi_directive) [*-*-solaris*]: Check if linker supports
474         merging read-only and read-write sections or assembler emits
475         read-write .eh_frame sections.
476         * configure: Regenerate.
477         
478 2008-11-03  Nathan Froyd  <froydnj@codesourcery.com>
479
480         Revert:
481         2008-10-31  Nathan Froyd  <froydnj@codesourcery.com>
482
483         * config/rs6000/rs6000.c (no_global_regs_above): Fix precedence
484         problem.
485         (rs6000_emit_prologue): Invert logic.
486         * config/rs6000/rs6000.md (*save_gpregs_<mode>): Use explicit
487         (reg:P 11) instead of match_operand.
488         (*save_fpregs_<mode>): Likewise.
489         (*restore_gpregs_<mode>): Likewise.
490         (*return_and_restore_gpregs_<mode>): Likewise.
491         (*return_and_restore_fpregs_<mode>): Likewise.
492         * config/rs6000/spe.md (*save_gpregs_spe): Use explicit
493         (reg:P 11) insted of match_operand.
494         (*restore_gpregs_spe): Likewise.
495         (*return_and_restore_gpregs_spe): Likewise.
496
497 2008-11-03  Harsha Jagasia  <harsha.jagasia@amd.com>
498
499         PR tree-optimization/37684
500         * gcc.dg/graphite/pr37684.c: New.
501         * graphite.c (exclude_component_ref): New.
502         (is_simple_operand): Call exclude_component_ref.
503
504 2008-11-03  Sebastian Pop  <sebastian.pop@amd.com>
505
506         PR tree-optimization/36908
507         * testsuite/gcc.dg/tree-ssa/pr36908.c: New.
508         * tree-loop-distribution.c (number_of_rw_in_rdg): New.
509         (number_of_rw_in_partition): New.
510         (partition_contains_all_rw): New.
511         (ldist_gen): Do not distribute when one of the partitions
512         contains all the memory operations.
513
514 2008-11-03  Sebastian Pop  <sebastian.pop@amd.com>
515
516         * cfghooks.c (split_block): Set BB_IRREDUCIBLE_LOOP and
517         EDGE_IRREDUCIBLE_LOOP.
518
519 2008-11-03  Bernd Schmidt  <bernd.schmidt@analog.com>
520
521         * config/bfin/bfin.c (bfin_optimize_loop): Properly handle case
522         where we have one entry point in the loop which isn't the head.
523
524 2008-11-03  Richard Guenther  <rguenther@suse.de>
525
526         PR middle-end/37573
527         * tree-data-ref.c (split_constant_offset_1): Fix tuplification.
528
529 2008-11-03  Jakub Jelinek  <jakub@redhat.com>
530
531         PR middle-end/37858
532         * passes.c (execute_one_pass): Don't look at cfun->curr_properties
533         for ipa and simple ipa passes.
534
535 2008-11-02  Richard Guenther  <rguenther@suse.de>
536
537         PR tree-optimization/37542
538         * tree-ssa-pre.c (fully_constant_expression): Handle more cases.
539         * tree-ssa-sccvn.c (vn_get_expr_for): Fix typo.
540         (vn_nary_op_lookup_stmt): Adjust for unary reference trees.
541         (vn_nary_op_insert_stmt): Likewise.
542         (visit_use): Likewise.
543
544 2008-11-02  Anatoly Sokolov  <aesok@post.ru>
545
546         * config/avr/avr.md (UNSPEC_SWAP): Remove constants.
547         (*swap): Remove.
548         (rotlqi3, *rotlqi3_4, rotlhi3, *rotlhi3_8,
549         rotlsi3, *rotlsi3_8, *rotlsi3_16, *rotlsi3_24): New patterns.
550         (ashlqi3_const4, ashlqi3_const5, ashlqi3_const6, ashlqi3_l_const4,
551         ashlqi3_l_const5, ashlqi3_l_const6, lshrqi3_const4, lshrqi3_const5,
552         lshrqi3_const6, lshrqi3_l_const4, lshrqi3_l_const4, lshrqi3_l_const6
553         peephole2's): Replace unspec with rotate.
554         * config/avr/avr.c (avr_rtx_costs): Add ROTATE.
555
556 2008-11-02  Richard Guenther  <rguenther@suse.de>
557
558         PR tree-optimization/37991
559         * tree-ssa-sccvn.h (copy_vuses_from_stmt): Remove.
560         * tree-ssa-sccvn.c (copy_vuses_from_stmt): Make static.
561         (set_ssa_val_to): Print if the value changed.
562         (simplify_binary_expression): Strip useless conversions.
563
564 2008-11-01  Hans-Peter Nilsson  <hp@axis.com>
565
566         PR target/37939
567         * config/cris/cris.c (cris_rtx_costs) <MULT>: Return 0 for an ADDI
568         operand.
569
570 2008-11-01  Richard Guenther  <rguenther@suse.de>
571
572         PR middle-end/37976
573         * builtins.c (fold_builtin_strspn): Return a size_t.
574         (fold_builtin_strcspn): Likewise.
575
576 2008-10-31  Nathan Froyd  <froydnj@codesourcery.com>
577
578         * config/rs6000/rs6000.c (rs6000_file_start): Output gnu
579         attribute for struct return convention.
580
581 2008-10-31  Nathan Froyd  <froydnj@codesourcery.com>
582
583         * config/rs6000/crtsavres.asm: Really, really delete.
584
585 2008-10-31  Nathan Froyd  <froydnj@codesourcery.com>
586
587         * config/rs6000/rs6000.c (no_global_regs_above): Fix precedence
588         problem.
589         (rs6000_emit_prologue): Invert logic.
590         * config/rs6000/rs6000.md (*save_gpregs_<mode>): Use explicit
591         (reg:P 11) instead of match_operand.
592         (*save_fpregs_<mode>): Likewise.
593         (*restore_gpregs_<mode>): Likewise.
594         (*return_and_restore_gpregs_<mode>): Likewise.
595         (*return_and_restore_fpregs_<mode>): Likewise.
596         * config/rs6000/spe.md (*save_gpregs_spe): Use explicit
597         (reg:P 11) insted of match_operand.
598         (*restore_gpregs_spe): Likewise.
599         (*return_and_restore_gpregs_spe): Likewise.
600
601 2008-10-28  Luis Machado  <luisgpm@br.ibm.com>
602
603         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add "dumpbase" to the
604         list of word switches that take args.
605
606 2008-10-30  Jakub Jelinek  <jakub@redhat.com>
607
608         * config/s390/s390.c (s390_mark_symbol_ref_as_used): New function.
609         (s390_output_pool_entry): Call it through for_each_rtx.
610
611         PR middle-end/37730
612         * expr.c (store_constructor): For vectors, if target is a MEM, use
613         target's MEM_ALIAS_SET instead of elttype alias set.
614
615 2008-10-29  Kaz Kojima  <kkojima@gcc.gnu.org>
616
617         PR target/37909
618         * config/sh/sh.c (untangle_mova): Return -1 when NEW_MOVA has
619         no address.
620
621 2008-10-29  David Edelsohn  <edelsohn@gnu.org>
622
623         PR target/37878
624         * config/rs6000/predicates.md (word_offset_memref_operand):
625         Restructure code and look inside auto-inc/dec addresses.
626         
627 2008-10-29  Steve Ellcey  <sje@cup.hp.com>
628
629         PR target/32277
630         * libgcov.c ( __gcov_indirect_call_profiler): Check
631         TARGET_VTABLE_USES_DESCRIPTORS.
632
633 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
634
635         * config/spu/spu.h (FRAME_GROWS_DOWNWARD): Define.
636         (INITIAL_FRAME_POINTER_OFFSET): Remove.
637         * config/spu/spu.c (spu_initial_elimination_offset): Calculate new
638         offset if eliminating soft frame pointer.
639         * config/spu/spu.md (stack_protect_set, stack_protect_test)
640         (stack_protect_test_si): Add initial machine description
641         for Stack Smashing Protector
642
643 2008-10-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
644
645         PR 11492
646         * c-common.c (min_precision): Move to...
647         * tree.c (tree_int_cst_min_precision): ... to here. Renamed.
648         * tree.h (tree_int_cst_min_precision): Declare.
649         * c-common.h (min_precision): Delete declaration.
650         * fold-const.c (tree_binary_nonnegative_warnv_p): Handle
651         multiplication of non-negative integer constants.
652         * c-decl.c (check_bitfield_type_and_width): Rename min_precision to
653         tree_int_cst_min_precision.
654         (finish_enum): Likewise.
655
656 2008-10-29  Joseph Myers  <joseph@codesourcery.com>
657
658         PR middle-end/36578
659         * convert.c (convert_to_real): Do not optimize conversions of
660         binary arithmetic operations between binary and decimal
661         floating-point types.  Consider mode of target type in determining
662         decimal type for arithmetic.  Unless
663         flag_unsafe_math_optimizations, do not optimize binary conversions
664         where this may change rounding behavior.
665         * real.c (real_can_shorten_arithmetic): New.
666         * real.h (real_can_shorten_arithmetic): Declare.
667
668 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
669         
670         * config/bfin/bfin-protos.h (WA_05000257, WA_05000283, WA_05000315,
671         ENABLE_WA_05000257, ENABLE_WA_05000283, ENABLE_WA_05000315): New.
672         * config/bfin/bfin.c (bfin_cpus): Add these workaround bits as
673         appropriate.
674         (must_save_p): For some workarounds, interrupts need to clobber a
675         P register.
676         (expand_prologue_reg_save, expand_epilogue_reg_restore): Save LC0
677         and LC1 for WA_05000257.
678         (expand_interrupt_handler_prologue): Add dummy read of CHIPID for
679         WA_05000283 and WA_05000315.
680         * config/bfin/bfin.md (UNSPEC_VOLATILE_DUMMY): New constant.
681         (movbi): Add alternative to set CC to 1; improve code for setting
682         CC to 0.
683         (dummy_load): New pattern.
684
685 2008-10-29  Jakub Jelinek  <jakub@redhat.com>
686
687         PR middle-end/37870
688         * expmed.c (extract_bit_field_1): If int_mode_for_mode returns
689         BLKmode for non-memory, convert using a wider MODE_INT mode
690         or through memory.
691
692         PR middle-end/37913
693         * tree-cfgcleanup.c (split_bbs_on_noreturn_calls): Only split bbs
694         that haven't been removed yet.
695
696 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
697
698         * config/bfin/bfin.c (struct machine_function): New member
699         has_loopreg_clobber.
700         (bfin_expand_movmem): Set it when generating memcpy insns.
701         (n_regs_saved_by_prologue, expand_prologue_reg_save,
702         expand_epilogue_reg_restore): If we have hardware loops,
703         memcpy insns (indicated by has_loopreg_clobber) or function
704         calls, we need to save the loop registers.
705
706 2008-10-28  H.J. Lu  <hongjiu.lu@intel.com>
707
708         * config/i386/i386.c (core2_cost): Fix typos in comments.
709
710 2008-10-28  Jakub Jelinek  <jakub@redhat.com>
711
712         PR c/37924
713         * combine.c (make_compound_operation): Don't call make_extraction with
714         non-positive length.
715         (simplify_shift_const_1): Canonicalize count even if complement_p.
716
717 2008-10-28  Joseph Myers  <joseph@codesourcery.com>
718
719         * convert.c (strip_float_extensions): Do not remove or introduce
720         conversions between binary and decimal floating-point types.
721
722 2008-10-28  Jakub Jelinek  <jakub@redhat.com>
723
724         PR middle-end/37931
725         * fold-const.c (distribute_bit_expr): Convert common, left and
726         right arguments to type.
727
728 2008-10-28  Nick Clifton  <nickc@redhat.com>
729
730         * config/mn10300/mn10300.h (CALL_REALLY_USED_REGISTERS): Define.
731         * config/mn10300/mn10300.c (fp_regs_to_save): Test the
732         call_really_used_regs array rather than the call_used_regs array.
733         (mn10300_get_live_callee_saved_regs, expand_prologue,
734         expand_epilogue, output_tst): Likewise.
735
736 2008-10-27  Jakub Jelinek  <jakub@redhat.com>
737
738         PR target/37378
739         * df-scan.c (df_bb_refs_collect): Don't handle EH_USES here.
740         (df_get_entry_block_def_set): Neither here.
741         (df_get_regular_block_artificial_uses): Add EH_USES registers.
742
743         PR tree-optimization/37879
744         * predict.c (tree_estimate_probability): Check if last_stmt is
745         non-NULL before dereferencing it.
746
747 2008-10-27  Vladimir Makarov  <vmakarov@redhat.com>
748
749         * ira-int.h (ira_allocno): Add member updated_cover_class_cost.
750         (ALLOCNO_UPDATED_COVER_CLASS_COST): New.
751         (ira_fast_allocation): Remove the prototype.
752         
753         * ira-color.c (update_copy_costs, allocno_cost_compare_func,
754         assign_hard_reg, calculate_allocno_spill_cost): Use updated costs.
755         (color_pass): Modify the updated costs.
756         (ira_color): Rename to color.  Make it static.
757         (ira_fast_allocation): Rename to fast_allocation.  Make it static.
758         (ira_color): New function.
759         
760         * ira-conflicts.c (process_regs_for_copy): Propagate hard reg cost
761         change.
762
763         * ira-lives.c (last_call_num, allocno_saved_at_call): New
764         variables.
765         (set_allocno_live, clear_allocno_live, mark_ref_live,
766         mark_ref_dead): Invalidate corresponding element of
767         allocno_saved_at_call.
768         (process_bb_node_lives): Increment last_call_num.  Setup
769         allocno_saved_at_call.  Don't increase ALLOCNO_CALL_FREQ if the
770         allocno was already saved.
771         (ira_create_allocno_live_ranges): Initiate last_call_num and
772         allocno_saved_at_call.
773
774         * ira-build.c (ira_create_allocno): Initiate
775         ALLOCNO_UPDATED_COVER_CLASS_COST.
776         (create_cap_allocno, propagate_allocno_info,
777         remove_unnecessary_allocnos): Remove setting updated costs.
778         (ira_flattening): Set up ALLOCNO_UPDATED_COVER_CLASS_COST.
779
780         * ira.c (ira):  Don't call ira_fast_allocation.
781
782         * ira-costs.c (setup_allocno_cover_class_and_costs): Don't set up
783         updated costs.
784         
785 2008-10-27  Vladimir Makarov  <vmakarov@redhat.com>
786
787         PR middle-end/37813
788         * ira-conflicts.c (process_regs_for_copy): Remove class subset check.
789
790         * ira-int.h (ira_hard_regno_cover_class): New.
791
792         * ira-lives.c (mark_reg_live, mark_reg_dead,
793         process_bb_node_lives): Use ira_hard_regno_cover_class.
794
795         * ira.c (reg_class ira_hard_regno_cover_class): New global variable.
796         (setup_hard_regno_cover_class): New function.
797         (ira_init): Call setup_hard_regno_cover_class.
798
799         * ira-costs.c (cost_class_nums): Add comment.
800         (find_allocno_class_costs): Initiate cost_class_nums.
801         (setup_allocno_cover_class_and_costs): Check cost_class_nums.
802
803 2008-10-27  Vladimir Makarov  <vmakarov@redhat.com>
804
805         PR middle-end/37884
806         * ira-build.c (copy_live_ranges_to_removed_store_destinations):
807         Rename to copy_info_to_removed_store_destinations.  Propagate
808         conflict hard regs and register stack attribute.
809
810 2008-10-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
811
812         PR middle-end/37316
813         * pa.c (function_arg_padding):  Pad complex and vector types
814         upward in 64-bit runtime.
815         (function_arg): Use BLKmode for PARALLEL in 64-bit runtime.
816
817 2008-10-26  Matthias Klose  <doko@ubuntu.com>
818
819         * doc/install.texi: Document requirements on antlr.
820
821 2008-10-25  Richard Sandiford  <rdsandiford@googlemail.com>
822
823         * config/mips/mips.h (REG_ALLOC_ORDER): Put call-clobbered registers
824         first.
825
826 2008-10-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
827
828         PR target/37841
829         * function.c (locate_and_pad_parm): If FUNCTION_ARG_ADJUST_OFFSET
830         is defined, use it to modify the constant offset.
831
832         * doc/tm.texi (FUNCTION_ARG_OFFSET): Document new macro.
833
834         * config/spu/spu.h (FUNCTION_ARG_OFFSET): New macro to move char
835         and short arguments to the correct location as mandated by the ABI.
836
837 2008-10-24  Kaz Kojima  <kkojima@gcc.gnu.org>
838
839         PR rtl-optimization/37769
840         * regmove.c (optimize_reg_copy_2): Update REG_INC note if needed.
841
842 2008-10-24  Kaz Kojima  <kkojima@gcc.gnu.org>
843
844         * config/sh/t-sh: Use $(MULTILIB_CFLAGS) when compiling to
845         unwind-dw2-Os-4-200.o.
846
847 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
848
849         * c-typeck.c (enum impl_conv): Remove ic_argpass_nonproto.
850         (convert_for_assignment): Remove ic_argpass_nonproto cases.
851
852 2008-10-24  Jakub Jelinek  <jakub@redhat.com>
853
854         PR tree-optimization/36038
855         * tree-ssa-loop-ivopts.c (add_old_iv_candidates): For pointer bases
856         add sizetype IV with initial value zero instead of pointer type.
857
858 2008-10-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
859
860         PR c/7543
861         * value-prof.c (gimple_stringop_fixed_value): Use parentheses
862         around bit operation.
863         * profile.c (is_edge_inconsistent): Likewise.
864         * fold-const.c (truth_value_p): Move from here...
865         * tree.h (truth_value_p): ... to here.
866         * c-tree.h (c_expr): Update description of original_code.
867         * c-typeck.c (parser_build_unary_op): Set original_code.
868         (parser_build_binary_op): Update call to warn_about_parentheses.
869         * c-common.c (warn_about_parentheses): Take two additional
870         arguments of the operands. Use a switch. Quote operators
871         appropriately. Define macro APPEARS_TO_BE_BOOLEAN_EXPR_P.
872         Add warning about !x | y and !x & y.
873         * c-common.h (warn_about_parentheses): Update declaration.
874
875 2008-10-24  Jakub Jelinek  <jakub@redhat.com>
876
877         * Makefile.in (lang_checks_parallelized, check_gcc_parallelize,
878         check_p_tool, check_p_vars, check_p_subno, check_p_comma,
879         check_p_subwork, check_p_numbers, check_p_subdir, check_p_subdirs):
880         New variables.
881         (check-subtargets, check-%-subtargets, check-parallel-%): New targets.
882         (check-%): For test targets listed in lang_checks_parallelized
883         if -j is used and RUNTESTFLAGS doesn't specify tests to execute,
884         run the testing in multiple make goals, possibly parallel, and
885         afterwards run dg-extract-results.sh to merge the sum and log files.
886
887 2008-10-24  Richard Sandiford  <rdsandiford@googlemail.com>
888
889         * config/mips/mips.c (mips_canonicalize_move_class): New function.
890         (mips_move_to_gpr_cost): Likewise.
891         (mips_move_from_gpr_cost): Likewise.
892         (mips_register_move_cost): Make more fine-grained.
893
894 2008-10-23  Tobias Grosser  <grosser@fim.uni-passau.de>
895
896         * graphite.c (graphite_apply_transformations): Check for
897         -fgraphite-identity.
898         * toplev.c (process_options): Add graphite_identity.
899         * tree-ssa-loop.c (gate_graphite_transforms): Add graphite_identity.
900
901 2008-10-23  Bernd Schmidt  <bernd.schmidt@analog.com>
902
903         * config/bfin/bfin.c (bdesc_2arg): Add mulhisill, mulhisilh,
904         mulhisihl and mulhisihh builtins.
905
906         From Jie Zhang  <jie.zhang@analog.com>
907         * config/bfin/bfin.md (composev2hi): Put operands into vector
908         with correct order.
909         
910 2008-10-22  Chao-ying Fu  <fu@mips.com>
911
912         * config/mips/mips.opt (msmartmips): Accept -mno-smartmips.
913
914 2008-10-22  Bernd Schmidt  <bernd.schmidt@analog.com>
915
916         From Mike Frysinger  <michael.frysinger@analog.com>
917         * config/bfin/bfin-protos.h (bfin_cpu_type): Add BFIN_CPU_BF512,
918         BFIN_CPU_BF514, BFIN_CPU_BF516, and BFIN_CPU_BF518.
919         * config/bfin/bfin.c (bfin_cpus[]): Add 0.0 for bf512, bf514, bf516,
920         and bf518.  Add 0.2 for bf522, bf523, bf524, bf526, and bf527.
921         Add 0.6 for bf533, bf532, and bf531.  Add 0.5 for bf538 and bf539.
922         Add 0.2 for bf542, bf544, bf547, bf548, and bf549.
923         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define __ADSPBF512__
924         for BFIN_CPU_BF512, __ADSPBF514__ for BFIN_CPU_BF514, __ADSPBF516__
925         for BFIN_CPU_BF516, and __ADSPBF518__ for BFIN_CPU_BF518.  Define
926         __ADSPBF51x__ for all of them.
927         * config/bfin/elf.h (LIB_SPEC): Select proper linker scripts for
928         -mcpu bf512, bf514, bf516, and bf518.
929         * config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
930         bf512-none, bf514-none, bf516-none, and bf518-none.
931         * config/bfin/t-bfin-linux (MULTILIB_MATCHES): Likewise.
932         * config/bfin/t-bfin-uclinux (MULTILIB_MATCHES): Likewise.
933         * doc/invoke.texi (Blackfin Options): Document that
934         -mcpu now accepts bf512, bf514, bf516, and bf518.
935
936 2008-10-22  Jakub Jelinek  <jakub@redhat.com>
937
938         PR middle-end/37882
939         * fold-const.c (build_range_type): For 1 .. signed_max
940         range call build_nonstandard_inter_type if signed_type_for
941         returned a type with bigger precision.
942
943 2008-10-22  Richard Guenther  <rguenther@suse.de>
944
945         * tree.def (COMPLEX_TYPE): Constrain element type.
946         * tree.c (build_complex_type): Assert that.
947         * tree-ssa-structalias.c (could_have_pointers): Complex types
948         cannot have pointers.
949
950 2008-10-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
951
952         PR c/30949
953         * c-typeck.c (convert_for_assignment): Do not give declaration's
954         location for builtins. Spell out which type was expected and which
955         was given.
956
957 2008-10-22  Nick Clifton  <nickc@redhat.com>
958
959         * config/frv/frv.h (HARD_REGNO_RENAME_OK): Define.  Do not allow
960         the fdpic register to be a target when running in fdpic mode.
961
962 2008-10-22 Rafael Espindola  <espindola@google.com>
963
964         * ipa-struct-reorg.c (create_new_alloc_sites): Properly insert the
965         newly created statements.
966
967 2008-10-22  Kaz Kojima  <kkojima@gcc.gnu.org>
968
969         PR target/37633
970         * config/sh/sh.c (sh_hard_regno_mode_ok): New function.
971         * config/sh/sh.h (HARD_REGNO_MODE_OK): Use it.
972         * config/sh/sh-protos.h (sh_hard_regno_mode_ok): Declare.
973
974 2008-10-22  Jakub Jelinek  <jakub@redhat.com>
975
976         PR target/37880
977         * doc/invoke.texi: Fix spelling of -mlarge-data-threshold option.
978         Adjust -mcmodel=medium description for 2005-07-31 changes.
979
980 2008-10-22  Jan Hubicka  <jh@suse.cz>
981             Jakub Jelinek  <jakub@redhat.com>
982
983         PR middle-end/35853
984         * doc/invoke.texi: Remove references to obsoleted -d dumps.
985
986 2008-10-21  Richard Henderson  <rth@redhat.com>
987
988         PR 37815
989         * emit-rtl.c (get_spill_slot_decl): Export.
990         * emit-rtl.h (get_spill_slot_decl): Declare.
991         * var-tracking.c (vt_add_function_parameters): Relax assertion
992         on the contents of MEM_EXPR in a PARM_DECL to include a spill slot.
993
994 2008-10-21  Bob Wilson  <bob.wilson@acm.org>
995
996         * var-tracking.c (insn_stack_adjust_offset_pre_post): If insn has a
997         REG_FRAME_RELATED_EXPR note, examine the pattern from the note instead
998         of from insn.
999
1000 2008-10-21  Adam Nemet  <anemet@caviumnetworks.com>
1001
1002         PR middle-end/37669
1003         * tree-ssa-ccp.c (ccp_fold_builtin): Only allow one argument to be
1004         processed by get_maxval_strlen.
1005
1006 2008-10-21  David Edelsohn  <edelsohn@gnu.org>
1007
1008         PR target/35485
1009         * tree.c (get_file_function_name): Copy first_global_object_name.
1010         Centralize call to clean_symbol_name.
1011
1012 2008-10-21  Sandra Loosemore  <sandra@codesourcery.com>
1013
1014         * config.gcc (powerpc-*): Make t-ppcgas imply usegas.h.
1015         * config/svr4.h (SVR4_ASM_SPEC): New.
1016         (ASM_SPEC): Inherit from SVR4_ASM_SPEC.
1017         * config/rs6000/sysv4.h (ASM_SPEC): Inherit from SVR4_ASM_SPEC.
1018
1019         * doc/invoke.texi (Option Summary): Add -T to linker options.
1020         (Link Options): Document -T.
1021         
1022 2008-10-21  Jakub Jelinek  <jakub@redhat.com>
1023
1024         * tree-inline.c (tree_inlinable_function_p): Remove tuples
1025         debugging hack.
1026
1027         * gimplify.c (gimplify_expr): Drop TREE_OVERFLOW from INTEGER_CSTs.
1028
1029         PR debug/37020
1030         * c-decl.c (merge_decls): Don't call outlining_inline_function hook.
1031
1032 2008-10-20  Daniel Berlin  <dberlin@dberlin.org>
1033
1034         * tree-ssa-pre.c (insert_into_preds_of_block): Don't rewrite constant
1035         part of expression.
1036
1037 2008-10-20  Tobias Schlüter  <tobi@gcc.gnu.org>
1038
1039         * doc/install.texi: Fix typos in previous patch.
1040
1041 2008-10-19  Tobias Schlüter  <tobi@gcc.gnu.org>
1042
1043         * doc/install.texi: Document in-tree building of gcc and mpfr.
1044
1045 2008-10-19  Richard Guenther  <rguenther@suse.de>
1046
1047         * tree-ssa-alias.c (may_alias_p): Remove bogus shortcut.
1048
1049 2008-10-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1050
1051         PR c/30260
1052         * c-decl.c (finish_enum): Convert non-integer enumerators to enum type.
1053         (build_enumerator): Convert enumerators that fit in integer to
1054         integer type.
1055
1056 2008-10-18  Uros Bizjak  <ubizjak@gmail.com>
1057
1058         * config/i386/i386.md (unnamed peephole2): Do not force memory
1059         operands of arith or logical instructions into registers for
1060         non-TARGET_READ_MODIFY targets.
1061
1062         (ffs_cmove): Change operand 0 predicate to register_operand.
1063         Change operand 1 predicate to nonimmediate_operand.
1064         (ffsdi2): Ditto.
1065         (*ffs_no_cmove): Change operand 0 predicate to register_operand.
1066
1067 2008-10-18  Richard Guenther  <rguenther@suse.de>
1068
1069         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Guard
1070         VIEW_CONVERT_EXPR case against invalid gimple.
1071
1072 2008-10-17  Andreas Krebbel  <krebbel1@de.ibm.com>
1073
1074         * c-parser.c (c_parser_binary_expression): Silence the
1075         uninitialized variable warning emitted for binary_loc.
1076
1077 2008-10-16  Daniel Berlin  <dberlin@dberlin.org>
1078
1079         * tree-ssa-pre.c (phi_translate_set): Add constants to phi
1080         translation cache.
1081
1082 2008-10-16  Joseph Myers  <joseph@codesourcery.com>
1083
1084         PR c/33192
1085         * c-typeck.c (build_unary_op): Use omit_one_operand for
1086         IMAGPART_EXPR of real argument.
1087
1088 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
1089
1090         PR tree-optimization/37664
1091         * fold-const.c (fold_binary): When optimizing comparison with
1092         highest or lowest type's value, don't consider TREE_OVERFLOW.
1093
1094 2008-10-16  David Edelsohn  <edelsohn@gnu.org>
1095
1096         PR target/35483
1097         * Makefile.in (coverage.o): Depend on $(TM_P_H).
1098         * coverage.c: Include tm_p.h.
1099         * config/rs6000/x-aix (jc1): Override LDFLAGS.
1100         * config/rs6000/xcoff.h (ASM_GENERATE_INTERNAL_LABEL): Strip
1101         dollar signs from PREFIX.
1102         * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
1103         instead of manual strip_name_encoding.
1104
1105 2008-10-16  Richard Guenther  <rguenther@suse.de>
1106
1107         PR middle-end/37418
1108         * tree-ssa.c (useless_type_conversion_p_1): Do not treat
1109         volatile qualified functions or methods as relevant.
1110
1111 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
1112
1113         PR tree-optimization/37525
1114         * tree.c (int_fits_type_p): Rewrite using double_int.  Zero extend
1115         sizetype unsigned constants, both in the case of C and bounds.
1116
1117 2008-10-15  Jan Hubicka  <jh@suse.cz>
1118
1119         * ira-emit.c (change_regs): Return false when replacing reg by itself.
1120
1121 2008-10-14  Vladimir Makarov  <vmakarov@redhat.com>
1122
1123         PR target/37633
1124         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Check
1125         HARD_REGNO_CALL_PART_CLOBBERED.
1126
1127 2008-10-15  Vladimir Makarov  <vmakarov@redhat.com>
1128
1129         PR middle-end/37535
1130         * ira-lives.c (mark_early_clobbers): Remove.
1131         (make_pseudo_conflict, check_and_make_def_use_conflicts,
1132         check_and_make_def_conflicts,
1133         make_early_clobber_and_input_conflicts,
1134         mark_hard_reg_early_clobbers): New functions.
1135         (process_bb_node_lives): Call
1136         make_early_clobber_and_input_conflicts and
1137         mark_hard_reg_early_clobbers.  Make hard register inputs live again.
1138
1139         * doc/rtl.texi (clobber): Change descriotion of RA behaviour for
1140         early clobbers of pseudo-registers.
1141         
1142 2008-10-15  Vladimir Makarov  <vmakarov@redhat.com>
1143
1144         PR middle-end/37674
1145         * ira-build.c (ira_flattening): Recalculate
1146         ALLOCNO_TOTAL_NO_STACK_REG_P and ALLOCNO_TOTAL_CONFLICT_HARD_REGS
1147         from the scratch instead of the propagation.
1148         
1149 2008-10-15  Richard Sandiford  <rdsandiford@googlemail.com>
1150
1151         * doc/rtl.texi (const_double): Remove the "addr" operand.
1152         Describe CONST_DOUBLE_* macros under const_double rather
1153         than const_vector.
1154         (const_fixed): Fix the operand description.
1155         (const): Add an @findex directive.
1156         (CONST0_RTX, CONST1_RTX, CONST2_RTX): Move description
1157         after the constant rtl table.
1158         (fix): Combine floating-point and fixed-point descriptions.
1159         Fix hyphenation.
1160         * sched-deps.c (sched_analyze_2): Remove reference to
1161         CONST_DOUBLE_CHAIN.
1162
1163 2008-10-15  Richard Sandiford  <rdsandiford@googlemail.com>
1164
1165         * config/mn10300/mn10300.h (OUTPUT_ADDR_CONST_EXTRA): Handle
1166         UNSPEC_GOTSYM_OFFs.
1167         * config/mn10300/mn10300.c (legitimate_pic_operand_p): Return true
1168         for UNSPEC_GOTSYM_OFFs.
1169         * config/mn10300/mn10300.md (UNSPEC_GOTSYM_OFF): New unspec.
1170         (add_GOT_to_pic_reg): Use it.
1171         * config/mn10300/constraints.md (S): Allow UNSPEC_GOTSYM_OFF.
1172
1173 2008-10-15  Jan Sjodin  <jan.sjodin@amd.com>
1174             Harsha Jagasia  <harsha.jagasia@amd.com>
1175
1176         PR tree-optimization/37485
1177         * graphite.c (gmp_cst_to_tree): Moved.
1178         (iv_stack_entry_is_constant): New.
1179         (iv_stack_entry_is_iv): New.
1180         (loop_iv_stack_push): Renamed to loop_iv_stack_push_iv.
1181         (loop_iv_stack_insert_constant): New.
1182         (loop_iv_stack_pop): Use new datatpype.
1183         (loop_iv_stack_get_iv): Same.
1184         (loop_iv_stack_get_iv_from_name): Same.
1185         (loop_iv_stack_debug): Renamed to debug_loop_iv_stack.
1186         (loop_iv_stack_patch_for_consts): New.
1187         (loop_iv_stack_remove_constants): New.
1188         (graphite_create_new_loop): Use loop_iv_stack_push_iv.
1189         (translate_clast): Call loop_iv_stack_patch_for_consts and
1190         loop_iv_stack_remove_constants.
1191         (gloog): Use new datatype.  Redirect construction edge to end
1192         block to avoid accidental deletion.
1193         * graphite.h (enum iv_stack_entry_kind): New.  Tag for data in
1194         iv stack entry.
1195         (union iv_stack_entry_data): New.  Data in iv stack entry.
1196         (struct iv_stack_entry): New.  Datatype for iv stack entries.
1197
1198 2008-10-15  Sebastian Pop  <sebastian.pop@amd.com>
1199
1200         * tree-data-ref.c (stmt_simple_memref_p): Fix memleak.
1201         * graphite.c (free_scop): Same.
1202         (build_scops): Same.
1203         (free_scattering): New.
1204         (build_cloog_prog): Call free_scattering.
1205         (patch_phis_for_virtual_defs): Fix memleak.
1206         (graphite_trans_bb_strip_mine): Same.
1207         (limit_scops): Same.
1208
1209 2008-10-15  Sebastian Pop  <sebastian.pop@amd.com>
1210             Harsha Jagasia  <harsha.jagasia@amd.com>
1211
1212         PR tree-optimization/37828
1213         * graphite.c (graphite_trans_loop_block): Do not loop block
1214         single nested loops.
1215
1216 2008-10-15  Sebastian Pop  <sebastian.pop@amd.com>
1217
1218         PR tree-optimization/37686
1219         * tree-loop-linear.c (linear_transform_loops): Build a
1220         loop nest vector.  Pass it to lambda_compute_access_matrices.
1221         * tree-data-ref.h (struct access_matrix): Store the loop nest
1222         relative to which it encodes the information.
1223         (AM_LOOP_NEST_NUM): Renamed AM_LOOP_NEST.
1224         (am_vector_index_for_loop): Reimplemented: iterate over the
1225         loop nest for finding the loop index in the access matrix.
1226         (lambda_compute_access_matrices): Update declaration.
1227         * lambda-code.c (build_access_matrix): Pass the loop nest and
1228         record it.
1229         (lambda_compute_access_matrices): Same.
1230
1231 2008-10-15  Andreas Krebbel  <krebbel1@de.ibm.com>
1232
1233         * config/s390/s390.h: (TARGET_DFP): This requires TARGET_HARD_FLOAT.
1234         * config/s390/s390.md: Replace "TARGET_HARD_FLOAT &&
1235         TARGET_(HARD_)DFP" with only TARGET_(HARD_)DFP since this
1236         already implies hard float.  Also fix several insn condition
1237         with TARGET_DFP which shall require TARGET_HARD_DFP instead.
1238
1239 2008-10-15  David Edelsohn  <edelsohn@gnu.org>
1240
1241         PR target/35483
1242         Based on patches by Laurent Vivier.
1243         * xcoffout.h (DBX_FINISH_STABS): Translate dollar sign to underscore.
1244         * config/rs6000/rs6000-protos.h (rs6000_xcoff_strip_dollar): Declare.
1245         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Translate
1246         dollar sign to underscore.
1247         (ASM_OUTPUT_EXTERNAL): Same.
1248         (ASM_OUTPUT_LABELREF): New.
1249         * config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): New.
1250
1251         * config/rs6000/aix51.h (TARGET_USE_JCR_SECTION): Define.
1252         * config/rs6000/aix52.h (TARGET_USE_JCR_SECTION): Define.
1253         * config/rs6000/aix53.h (TARGET_USE_JCR_SECTION): Define.
1254         * config/rs6000/aix61.h (TARGET_USE_JCR_SECTION): Define.
1255
1256 2008-10-15  Jakub Jelinek  <jakub@redhat.com>
1257
1258         PR tree-optimization/36881
1259         * tree-switch-conversion.c (check_final_bb): For flag_pic, check
1260         that each value doesn't need runtime relocations, for !flag_pic
1261         check that each value is just a valid initializer constant.
1262
1263 2008-10-14  Richard Sandiford  <rdsandiford@googlemail.com>
1264
1265         * config/mips/mips.h (reg_class): Remove HI_AND_GR_REGS,
1266         LO_AND_GR_REGS, HI_AND_FP_REGS, COP0_AND_GR_REGS, COP2_AND_GR_REGS,
1267         COP3_AND_GR_REGS, ALL_COP_REGS and ALL_COP_AND_GR_REGS.
1268         Add GR_AND_MD0_REGS, GR_AND_MD1_REGS, GR_AND_MD_REGS and
1269         GR_AND_ACC_REGS.
1270         (REG_CLASS_NAMES): Update accordingly.
1271         (REG_CLASS_CONTENTS): Likewise.  Use the class name in the comments,
1272         rather than an unpredictable descriptive string.
1273         * config/mips/mips.c (mips_register_move_cost): Remove comment.
1274         (mips_register_move_cost): Check for specific COP*_REGS classes,
1275         instead of ALL_COP_AND_GR_REGS.
1276         (mips_ira_cover_classes): New function.
1277         (mips_secondary_reload_class): Remove MTLO and MTHI workarounds.
1278         (TARGET_IRA_COVER_CLASSES): Define.
1279
1280 2008-10-14  Douglas Gregor  <doug.gregor@gmail.com>
1281
1282         PR c++/37553
1283         * tree.c (build_type_attribute_qual_variant): Hash on the
1284         unqualified type, and don't overwrite an existing
1285         (type_hash_eq): Make the TYPE_NAME of the types significant, to
1286         allow distinguishing between wchar_t and its underlying type. This
1287         also means that we'll retain a little more typedef information.
1288
1289 2008-10-14  Andrey Belevantsev  <abel@ispras.ru>
1290             Dmitry Melnik  <dm@ispras.ru>
1291             Dmitry Zhurikhin  <zhur@ispras.ru>
1292             Alexander Monakov  <amonakov@ispras.ru>
1293             Maxim Kuvyrkov  <maxim@codesourcery.com>
1294
1295         * target.h (struct gcc_target): Update prototypes of needs_block_p
1296         and gen_spec_check.
1297         * haifa-sched.c (create_check_block_twin): Update calls to the above.
1298         * sel-sched.c (create_speculation_check): Likewise.
1299         * doc/tm.texi: Provide documentation for new target hooks.
1300                 
1301         * config/ia64/ia64.c: Include sel-sched.h.  Rewrite speculation hooks.
1302         (ia64_gen_spec_insn): Removed.
1303         (get_spec_check_gen_function, insn_can_be_in_speculative_p,
1304         ia64_gen_spec_check): New static functions.
1305         (ia64_alloc_sched_context, ia64_init_sched_context,
1306         ia64_set_sched_context, ia64_clear_sched_context,
1307         ia64_free_sched_context, ia64_get_insn_spec_ds,
1308         ia64_get_insn_checked_ds, ia64_skip_rtx_p): Declare functions.
1309         (ia64_needs_block_p): Change prototype.
1310         (ia64_gen_check): Rename to ia64_gen_spec_check.
1311         (ia64_adjust_cost): Rename to ia64_adjust_cost_2.  Add new parameter
1312         into declaration, add special memory dependencies handling.
1313         (TARGET_SCHED_ALLOC_SCHED_CONTEXT, TARGET_SCHED_INIT_SCHED_CONTEXT,
1314         TARGET_SCHED_SET_SCHED_CONTEXT, TARGET_SCHED_CLEAR_SCHED_CONTEXT,
1315         TARGET_SCHED_FREE_SCHED_CONTEXT, TARGET_SCHED_GET_INSN_SPEC_DS,
1316         TARGET_SCHED_GET_INSN_CHECKED_DS, TARGET_SCHED_SKIP_RTX_P):
1317         Define new target hooks.
1318         (TARGET_SCHED_GEN_CHECK): Rename to TARGET_SCHED_GEN_SPEC_CHECK.
1319         (ia64_optimization_options): Turn on selective scheduling with -O3,
1320         disable -fauto-inc-dec. Set mflag_sched_control_spec to true by
1321         default with selective scheduling.
1322         (ia64_override_options): Initialize align_loops and align_functions
1323         to 32 and 64, respectively.  Set global selective scheduling flags
1324         according to target-dependent flags.
1325         (rtx_needs_barrier): Support UNSPEC_LDS_A.
1326         (group_barrier_needed): Use new mstop-bit-before-check flag.
1327         Add heuristic.
1328         (dfa_state_size): Make global.
1329         (spec_check_no, max_uid): Remove.
1330         (mem_ops_in_group, current_cycle): New variables.
1331         (ia64_sched_init): Disable checks for !SCHED_GROUP_P after reload.
1332         Initialize new variables.
1333         (is_load_p, record_memory_reference): New functions.
1334         (ia64_dfa_sched_reorder): Lower priority of loads when limit is
1335         reached.
1336         (ia64_variable_issue): Change use of current_sched_info to
1337         sched_deps_info.  Update comment.  Note if a load or a store is issued.
1338         (ia64_first_cycle_multipass_dfa_lookahead_guard_spec): Require a cycle
1339         advance if maximal number of loads or stores was issued on current
1340         cycle.
1341         (scheduled_good_insn): New static helper function.
1342         (ia64_dfa_new_cycle): Assert that last_scheduled_insn is set when
1343         a group barrier is needed.  Fix vertical spacing.  Guard the code
1344         doing state transition with last_scheduled_insn check.
1345         Mark that a stop bit should be before current insn if there was a 
1346         cycle advance.  Update current_cycle and mem_ops_in_group.
1347         (ia64_h_i_d_extended): Change use of current_sched_info to
1348         sched_deps_info. Reallocate stops_p by larger chunks.
1349         (struct _ia64_sched_context): New structure.
1350         (ia64_sched_context_t): New typedef.
1351         (ia64_alloc_sched_context, ia64_init_sched_context,
1352         ia64_set_sched_context, ia64_clear_sched_context,
1353         ia64_free_sched_context): New static functions.
1354         (gen_func_t): New typedef.
1355         (get_spec_load_gen_function): New function.
1356         (SPEC_GEN_EXTEND_OFFSET): Declare.      
1357         (ia64_set_sched_flags): Check common_sched_info instead of *flags.
1358         (get_mode_no_for_insn): Change the condition that prevents use of
1359         special hardware registers so it can now handle pseudos.
1360         (get_spec_unspec_code): New function.
1361         (ia64_skip_rtx_p, get_insn_spec_code, ia64_get_insn_spec_ds,
1362         ia64_get_insn_checked_ds, ia64_gen_spec_load): New static functions.
1363         (ia64_speculate_insn, ia64_needs_block_p): Support branchy checks
1364         during selective scheduling.
1365         (ia64_speculate_insn): Use ds_get_speculation_types when
1366         determining whether we need to change the pattern.
1367         (SPEC_GEN_LD_MAP, SPEC_GEN_CHECK_OFFSET): Declare.
1368         (ia64_spec_check_src_p): Support new speculation/check codes.
1369         (struct bundle_state): New field.
1370         (issue_nops_and_insn): Initialize it.
1371         (insert_bundle_state): Minimize mid-bundle stop bits.
1372         (important_for_bundling_p): New function.
1373         (get_next_important_insn): Use important_for_bundling_p.
1374         (bundling): When shifting TImode from unimportant insns, ignore
1375         also group barriers.  Assert that best state is found before
1376         the backward bundling pass.  Print number of mid-bundle stop bits.
1377         Minimize mid-bundle stop bits.  Check correct calculation of
1378         mid-bundle stop bits.
1379         (ia64_sched_finish, final_emit_insn_group_barriers): Fix formatting.
1380         (final_emit_insn_group_barriers): Emit stop bits before insns starting
1381         a new cycle.
1382         (sel2_run): New variable.
1383         (ia64_reorg): When flag_selective_scheduling2 is set, run the
1384         selective scheduling pass instead of schedule_ebbs.
1385         
1386         * config/ia64/ia64.md (speculable1, speculable2): New attributes.
1387         (UNSPEC_LDS_A): New UNSPEC.
1388         (movqi_internal, movhi_internal, movsi_internal, movdi_internal,
1389         movti_internal, movsf_internal, movdf_internal,
1390         movxf_internal): Make visible.  Add speculable* attributes.
1391         (output_c_nc): New mode attribute.
1392         (mov<mode>_speculative_a, zero_extend<mode>di2_speculative_a,
1393         mov<mode>_nc, zero_extend<mode>di2_nc,
1394         advanced_load_check_nc_<mode>): New insns.
1395         (zero_extend*): Add speculable* attributes.
1396
1397         * config/ia64/ia64.opt (msched_fp_mem_deps_zero_cost): New option.
1398         (msched-stop-bits-after-every-cycle): Likewise.
1399         (msched-max-memory-insns, msched-max-memory-insns-hard-limit):
1400         Likewise.
1401         (msched-spec-verbose): Remove.
1402         (msched-prefer-non-data-spec-insns,
1403         msched-prefer-non-control-spec-insns,
1404         msched-count-spec-in-critical-path,
1405         msel-sched-dont-check-control-spec): Use Target  Report Var
1406         instead of Common Report Var.
1407
1408         * config/ia64/itanium2.md: Remove incorrect bypass.
1409         
1410         * config/ia64/t-ia64 (ia64.o): Add dependency on sel-sched.h.
1411
1412 2008-10-14  Jakub Jelinek  <jakub@redhat.com>
1413
1414         PR middle-end/37805
1415         * opts.c (common_handle_option): Don't ICE on -fhelp=joined
1416         and -fhelp=separate.
1417
1418 2008-10-14  Ben Elliston  <bje@au.ibm.com>
1419
1420         * config/rs6000/rs6000.md (cell_micro): Fix formatting.
1421
1422 2008-10-13  Joseph Myers  <joseph@codesourcery.com>
1423
1424         * combine.c (simplify_set): Avoid calling LOAD_EXTEND_OP on
1425         non-integer modes.
1426
1427 2008-10-13  Matthias Klose  <doko@ubuntu.com>
1428
1429         * config/pa/linux-atomic.c: Work around missing header file
1430         for hppa64-linux-gnu targets.
1431
1432 2008-10-13  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1433             Kaushal Kantawala <Kaushal_Kantawala@playstation.sony.com>
1434             Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
1435             Grace Cao  <grace_cao@playstation.sony.com>
1436
1437         * doc/invoke.texi (-mgen-cell-microcode): Document.
1438         (-mwarn-cell-microcode): Document.
1439         * cfglayout.c (locator_location): Export.
1440         * rtl.h (locator_location): Define prototype.
1441         * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand):
1442         New predicate.
1443         * rs6000/rs6000-protos.h (rs6000_final_prescan_insn): Define prototype.
1444         * config/rs6000/rs6000.opt (mgen-cell-microcode): New option.
1445         (mwarn-cell-microcode): New option.
1446         * rs6000/rs6000.c (rs6000_cell_dont_microcode): Delete unused variable.
1447         (rs6000_override_options): Set rs6000_gen_cell_microcode if tuning for
1448         cell and not already set.
1449         Turn off string instructions if not generating cell microcode.
1450         (rs6000_final_prescan_insn): New function that warns about microcoded
1451         instructions.
1452         * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Define.
1453         * config/rs6000/rs6000.md
1454         Replace cc_reg_not_cr0_operand with cc_reg_not_micro_cr0_operand if
1455         the instruction would have been microcoded on the Cell.  Set
1456         cell_micro to always on unnamed patterns for the string instructions.
1457         (cell_micro): Update definition, remove load/store conditional
1458         microcoded.
1459         (sign_extend:DI): Define new pattern for non microcoded version.
1460         (sign_extend:SI): Likewise.
1461         (compare (div:P)): Set cell_micro to not.
1462         (andsi3): Define as an expand.
1463         (andsi3_mc): New pattern.
1464         (andsi3_nomc): New pattern.
1465         (andsi3_internal0_nomc): New pattern.
1466         (andsi3_internal2): Rename to ...
1467         (andsi3_internal2_mc): this and enable iff generating microcode.
1468         (andsi3_internal3): Rename to ...
1469         (andsi3_internal3_mc): this and enable iff generating microcode.
1470         (andsi3_internal4): Enable iif generating microcode.
1471         (andsi3_internal5): Rename to ..
1472         (andsi3_internal5_mc): this and enable iff generating microcode.
1473         (andsi3_internal5_nomc): New pattern.
1474         (extzvdi_internal1): Enable iff generating microcode.
1475         (extzvdi_internal2): Likewise.
1476         (rotlsi3_internal7): Set cell_micro to always if non immediate form.
1477         (anddi3): Change to expand.
1478         (anddi3_mc): Rename from anddi3.
1479         (anddi3_no_mc): New pattern.
1480         (anddi3_internal2): Rename to ..
1481         (anddi3_internal2_mc): this and enable iff generating microcode.
1482         (anddi3_internal2_nomc): New pattern.
1483         (anddi3_internal3): Rename to ..
1484         (anddi3_internal3_mc): this and enable iff generating microcode.
1485         (anddi3_internal3_nomc): New pattern.
1486         (movti_string): Set cell_micro to always if TARGET_STRING.
1487         (stmsi8): Set cell_micro to always.
1488         (stmsi7): Likewise.
1489         (stmsi6): Likewise.
1490         (stmsi5): Likewise.
1491         (stmsi4): Likewise.
1492         (stmsi3): Likewise.
1493         (stmsi8_power): Likewise.
1494         (stmsi7_power): Likewise.
1495         (stmsi6_power): Likewise.
1496         (stmsi5_power): Likewise.
1497         (stmsi4_power): Likewise.
1498         (stmsi3_power): Likewise.
1499         (movsi_update2): Enable iff generating microcode.
1500         (movhi_update3): Likewise.
1501         (lmw): Set cell_micro to always.
1502
1503 2008-10-13  Richard Sandiford  <rdsandiford@googlemail.com>
1504
1505         * config/s390/s390.md (UNSPEC_POOL_OFFSET): New constant.
1506         * config/s390/s390.c (machine_function): Remove
1507         decomposed_literal_pool_addresses_ok_p.
1508         (s390_decompose_address): Check for UNSPEC_POOL_OFFSET instead of
1509         the difference of two labels.
1510         (s390_output_addr_const_extra): Handle UNSPEC_POOL_OFFSET.
1511         (s390_pool_offset): New function.
1512         (s390_find_constant, s390_find_execute, s390_dump_pool): Use it.
1513         (s390_reorg): Don't set decomposed_literal_pool_addresses_ok_p.
1514
1515 2008-10-13  Nathan Froyd  <froydnj@codesourcery.com>
1516
1517         * doc/install.texi (powerpc-*-*): Require binutils 2.15.
1518         (powerpc*-*-linux-gnu*): Describe.
1519         * config/rs6000/ppc-asm.h (HIDDEN_FUNC): New macro.
1520         * config/rs6000/crtresfpr.asm, config/rs6000/crtresgpr.asm,
1521         config/rs6000/crtresxfpr.asm, config/rs6000/crtresxgpr.asm,
1522         config/rs6000/crtsavfpr.asm, config/rs6000/crtsavgpr.asm,
1523         config/rs6000/e500crtres32gpr.asm,
1524         config/rs6000/e500crtres64gpr.asm,
1525         config/rs6000/e500crtres64gprctr.asm,
1526         config/rs6000/e500crtrest32gpr.asm,
1527         config/rs6000/e500crtrest64gpr.asm,
1528         config/rs6000/e500crtresx32gpr.asm,
1529         config/rs6000/e500crtresx64gpr.asm,
1530         config/rs6000/e500crtsav32gpr.asm,
1531         config/rs6000/e500crtsav64gpr.asm,
1532         config/rs6000/e500crtsav64gprctr.asm,
1533         config/rs6000/e500crtsavg32gpr.asm,
1534         config/rs6000/e500crtsavg64gpr.asm,
1535         config/rs6000/e500crtsavg64gprctr.asm: Use it.
1536         * config/rs6000/crtsavres.asm: Really remove.
1537
1538 2008-10-13  Kai Tietz  <kai.tietz@onevision.com>
1539
1540         Fix PR/25502
1541         * c-format.c (convert_format_name_to_system_name): Use
1542         TARGET_OVERRIDES_FORMAT_INIT.
1543         * config.gcc (extra_options): Add for mingw targets mingw.opt.
1544         * config/i386/mingw.opt: New.
1545         * config/i386/mingw32.h (TARGET_OVERRIDES_FORMAT_INIT): New.
1546         * config/i386/msformat-c.c (TARGET_OVERRIDES_FORMAT_INIT): New.
1547         (ms_printf_length_specs): Removed const specifier.
1548         * doc/tm.texi (TARGET_OVERRIDES_FORMAT_INIT): New.
1549         * doc/invoke.texi (Wno-pedantic-ms-format): New.
1550
1551 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1552
1553         * builtins.c: Remove MPFR_VERSION_NUM(2,3,0) conditionals.
1554         * doc/install.texi: Bump recommended MPFR to 2.3.2.
1555
1556 2008-10-12  Kenneth Zadeck <zadeck@naturalbridge.com>
1557
1558         PR middle-end/37808
1559         * df-scan.c (df_ref_change_reg_with_loc_1): Added test to make
1560         sure that ref has valid bb.
1561         
1562 2008-10-12  Richard Henderson  <rth@redhat.com>
1563
1564         PR middle-end/37447
1565         * Makefile.in (reload1.o): Depend on EMIT_RTL_H.
1566         * alias.c (value_addr_p, stack_addr_p): Remove.
1567         (nonoverlapping_memrefs_p): Remove IRA special case.
1568         * emit-rtl.c (get_spill_slot_decl, set_mem_attrs_for_spill): New.
1569         * emit-rtl.h (set_mem_attrs_for_spill): Declare.
1570         * reload1.c (alter_reg): Use it.
1571
1572 2008-10-12  Uros Bizjak  <ubizjak@gmail.com>
1573
1574         * config/i386/driver-i386.c (detect_caches_cpuid2): Use array
1575         of registers instead of eax, ebx, ecx and edx.  Use for loop
1576         and check register for non-zero value before the call
1577         to decode_caches_intel.
1578
1579 2008-10-11  Kenneth Zadeck <zadeck@naturalbridge.com>
1580
1581         PR rtl-optimization/37448
1582         * df.h: (df_ref_class): New enum.
1583         (DF_REF_TYPE_NAMES, df_ref_extract): Removed.
1584         (struct df_ref): Replaced with union df_ref_d.
1585         (df_base_ref, df_artificial_ref, df_regular_ref, df_extract_ref):
1586         New members of df_ref_d union.
1587         (DF_REF_REAL_REG, DF_REF_REGNO, DF_REF_REAL_LOC, DF_REF_REG,
1588         DF_REF_LOC, DF_REF_BB, DF_REF_INSN_INFO, DF_REF_INSN,
1589         DF_REF_CLASS, DF_REF_TYPE, DF_REF_CHAIN, DF_REF_ID, DF_REF_FLAGS,
1590         DF_REF_ORDER, DF_REF_IS_ARTIFICIAL, DF_REF_NEXT_REG,
1591         DF_REF_PREV_REG, DF_REF_EXTRACT_WIDTH, DF_REF_EXTRACT_OFFSET,
1592         DF_REF_EXTRACT_MODE): Replaced definition to access union df_ref_d.
1593         (DF_MWS_REG_DEF_P, DF_MWS_REG_USE_P, DF_MWS_TYPE): New macros.
1594         (df_scan_bb_info, df_bb_regno_first_def_find,
1595         df_bb_regno_last_def_find, df_find_def, df_find_use,
1596         df_refs_chain_dump, df_regs_chain_dump, df_ref_debug,
1597         debug_df_ref, df_chain_create, df_chain_unlink, df_chain_copy,
1598         df_ref_create, df_ref_remove, df_compute_accessed_bytes,
1599         df_get_artificial_defs, df_get_artificial_uses, union_defs)
1600         Replaced struct df_ref * with df_ref.
1601         * df-scan.c (df_collection_rec, df_null_ref_rec,
1602         df_ref_chain_delete_du_chain, df_ref_chain_delete, df_install_ref,
1603         df_grow_ref_info, df_ref_create, df_reg_chain_unlink,
1604         df_ref_compress_rec, df_ref_remove, df_ref_chain_delete_du_chain,
1605         df_ref_chain_delete, df_free_collection_rec, df_insn_rescan,
1606         df_reorganize_refs_by_reg_by_reg,
1607         df_reorganize_refs_by_reg_by_insn, df_reorganize_refs_by_reg,
1608         df_ref_change_reg_with_loc_1, df_notes_rescan, df_swap_refs,
1609         df_sort_and_compress_refs, df_install_ref, df_install_refs,
1610         df_ref_record, df_get_conditional_uses, df_get_call_refs,
1611         df_bb_refs_record, df_exit_block_uses_collect,
1612         df_record_exit_block_uses, df_reg_chain_mark,
1613         df_reg_chain_verify_unmarked, df_refs_verify): Replaced struct
1614         df_ref * with df_ref.
1615         (df_ref_record, df_uses_record, df_ref_create_structure): Added
1616         df_ref_class parameter.
1617         (df_scan_problem_data): Added new pools for different types of refs.
1618         (df_scan_free_internal, df_scan_alloc, df_free_ref,
1619         df_ref_create_structure): Processed new ref pools.
1620         (df_scan_start_dump): Added counts of refs and insns.
1621         (df_ref_create, df_notes_rescan, df_def_record_1, df_uses_record,
1622         df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
1623         df_entry_block_defs_collect, df_exit_block_uses_collect): Added
1624         code to pass df_ref_class down to ref creation functions.
1625         (df_reg_chain_unlink, df_ref_remove, df_ref_change_reg_with_loc_1,
1626         df_reg_chain_mark): Use macros to hide references to df_refs.
1627         (df_ref_chain_change_bb): Removed.
1628         (df_insn_change_bb): Remove calls to df_ref_insn_change_bb.
1629         (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
1630         Enhanced to understand df_ref union structure.
1631         * fwprop.c (local_ref_killed_between_p, use_killed_between,
1632         all_uses_available_at, update_df, try_fwprop_subst,
1633         forward_propagate_subreg, forward_propagate_and_simplify,
1634         forward_propagate_into, fwprop, fwprop_addr): Replaced struct
1635         df_ref * with df_ref.
1636         (use_killed_between, all_uses_available_at): Use macros to hide
1637         references to df_refs.
1638         * regstat.c (regstat_bb_compute_ri,
1639         regstat_bb_compute_calls_crossed): Replaced struct df_ref * with
1640         df_ref.
1641         * see.c (see_handle_relevant_defs, see_handle_relevant_uses,
1642         see_handle_relevant_refs, see_analyze_one_def,
1643         see_update_relevancy, see_propagate_extensions_to_uses): Replaced
1644         struct df_ref * with df_ref.
1645         * ra-conflict.c (record_one_conflict, clear_reg_in_live,
1646         global_conflicts): Replaced struct df_ref * with df_ref.
1647         * ddg.c (create_ddg_dep_from_intra_loop_link,
1648         add_cross_iteration_register_deps, build_inter_loop_deps):
1649         Replaced struct df_ref * with df_ref.
1650         (create_ddg_dep_from_intra_loop_link,
1651         add_cross_iteration_register_deps): Use macros to hide references
1652         to df_refs.
1653         * auto-inc-dec.c (find_inc, merge_in_block): Replaced struct
1654         df_ref * with df_ref.
1655         * df-core.c (df_bb_regno_first_def_find,
1656         df_bb_regno_last_def_find, df_find_def, df_find_use,
1657         df_refs_chain_dump, df_regs_chain_dump, df_ref_debug,
1658         debug_df_ref): Replaced struct df_ref * with df_ref.
1659         (df_mws_dump, df_ref_debug): Use macros to hide references to df_refs.
1660         * cse.c (cse_extended_basic_block): Replaced struct df_ref * with
1661         df_ref.
1662         * web.c (union_defs, entry_register, replace_ref, web_main):
1663         Replaced struct df_ref * with df_ref.
1664         (union_defs, replace_ref): Use macros to hide references to df_refs.
1665         * global.c (compute_regs_asm_clobbered, build_insn_chain):
1666         Replaced struct df_ref * with df_ref.
1667         * ifcvt.c (dead_or_predicable): Replaced struct df_ref * with df_ref.
1668         * sel-sched-ir.c (maybe_downgrade_id_to_use, setup_id_reg_sets, ):
1669         Replaced struct df_ref * with df_ref.
1670         * ira-lives.c (mark_ref_live, def_conflicts_with_inputs_p,
1671         mark_ref_dead, process_bb_node_lives): Replaced struct df_ref *
1672         with df_ref.
1673         * local-alloc.c (block_alloc): Replaced struct df_ref * with df_ref.
1674         * df-byte-scan.c (df_compute_accessed_bytes_extract,
1675         df_compute_accessed_bytes_strict_low_part,
1676         df_compute_accessed_bytes_subreg, df_compute_accessed_bytes):
1677         Replaced struct df_ref * with df_ref.
1678         (df_compute_accessed_bytes): Use macros to hide references to df_refs.
1679         * init-regs.c (initialize_uninitialized_regs): Replaced struct
1680         df_ref * with df_ref.
1681         * loop-invariant.c (invariant_for_use, hash_invariant_expr_1,
1682         check_dependency, check_dependencies, record_uses): Replaced
1683         struct df_ref * with df_ref.
1684         (invariant_for_use, check_dependency): Use macros to hide
1685         references to df_refs.
1686         * loop-iv.c (iv_analysis_loop_init, iv_get_reaching_def,
1687         get_biv_step_1, get_biv_step, record_iv, iv_analyze_def,
1688         iv_analyze, biv_p): Replaced struct df_ref * with df_ref.
1689         (iv_analysis_loop_init, iv_get_reaching_def): Use macros to hide
1690         references to df_refs.
1691         * ira.c (compute_regs_asm_clobbered): Replaced struct df_ref *
1692         with df_ref.
1693         * combine.c (create_log_links): Replaced struct df_ref * with df_ref.
1694         * df-problems.c (df_rd_bb_local_compute_process_def,
1695         df_lr_bb_local_compute, df_live_bb_local_compute, df_chain_create,
1696         df_chain_unlink_1, df_chain_unlink, df_chain_copy,
1697         df_chain_remove_problem, df_chain_create_bb_process_use,
1698         df_chain_create_bb, df_chain_top_dump, df_chain_bottom_dump,
1699         df_byte_lr_check_regs, df_byte_lr_bb_local_compute,
1700         df_byte_lr_simulate_defs, df_byte_lr_simulate_uses,
1701         df_byte_lr_simulate_artificial_refs_at_top,
1702         df_byte_lr_simulate_artificial_refs_at_end, df_create_unused_note,
1703         df_note_bb_compute, df_note_add_problem, df_simulate_defs,
1704         df_simulate_uses, df_simulate_artificial_refs_at_end,
1705         df_simulate_artificial_refs_at_top): Replaced struct df_ref * with
1706         df_ref.
1707         (df_chain_dump): Use macros to hide references to df_refs.
1708         * config/mips/mips.c (r10k_simplify_address): Replaced struct
1709         df_ref * with df_ref.
1710         * dce.c (mark_nonreg_stores, delete_corresponding_reg_eq_notes,
1711         mark_artificial_uses, mark_reg_dependencies,
1712         byte_dce_process_block): Replaced struct df_ref * with df_ref.
1713
1714 2008-10-11  Eric Botcazou  <ebotcazou@adacore.com>
1715
1716         * tree.h (contains_packed_reference): Mention ARRAY_RANGE_REF in
1717         head comment.
1718         (array_ref_element_size): Likewise.
1719         (array_ref_low_bound): Likewise.
1720         (array_ref_up_bound): Likewise.
1721         * expr.c (contains_packed_reference): Likewise.
1722         (array_ref_element_size): Likewise.
1723         (array_ref_low_bound): Likewise.
1724         (array_ref_up_bound): Likewise.
1725         * tree-ssa-loop-ivopts.c (idx_contains_abnormal_ssa_name_p): Deal
1726         with ARRAY_RANGE_REF.
1727         (idx_find_step): Likewise.
1728         (idx_record_use): Likewise.
1729         (strip_offset_1): Likewise.
1730         (idx_remove_ssa_names): Likewise.
1731
1732 2008-10-11  Uros Bizjak  <ubizjak@gmail.com>
1733             Andi Kleen  <ak@linux.intel.com>
1734
1735         * config/i386/cpuid.h (__cpuid_count): New defines.
1736         * config/i386/driver-i386.c (struct cache_desc): New structure.
1737         (describe_cache): Use struct cache_desc to pass cache descriptions.
1738         (detect_l2_cache): Ditto. Rename from decode_l2_cache.
1739         (detect_caches_amd): Use struct cache_desc to describe caches.
1740         (decode_caches_intel): Use struct cache_desc to pass cache
1741         descriptions.  Update descriptions to match latest (rev -032,
1742         December 2007) CPUID documentation.  Do not check valid bit here.
1743         Check for Xeon MP value 0x49 problems.
1744         (detect_caches_cpuid2): New function, split from detect_caches_intel.
1745         Check valid bit before calling decode_caches_intel.  Detect number
1746         of times to repeat CPUID instruction.
1747         (detect_caches_cpuid4): New function.
1748         (detect_caches_intel): Depending on max_level, call
1749         detect_caches_cpuid2 or detect_caches_cpuid4.  Call detect_l2_cache
1750         only when other methods fail to provide valid L2 cache description.
1751
1752 2008-10-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1753
1754         PR middle-end/37608
1755         * pa.md (call, call_value): Generate an rtx for register r4 and pass
1756         it to PIC call patterns.
1757         (call_symref_pic): Revise pattern to expose PIC register save.  Remove
1758         code generation and attributes from pattern.  Change peephole2 to
1759         split for noreturn case.  Revise split pattern for non noreturn case.
1760         (call_symref_64bit, call_reg_pic, call_reg_64bit, call_val_symref_pic,
1761         call_val_symref_64bit, call_val_reg_pic, call_val_reg_64bit): Likewise.
1762         * pa.c (attr_length_call): Simplify extraction of call rtx.  Add some
1763         asserts.
1764
1765 2008-10-11  David Edelsohn  <edelsohn@gnu.org>
1766
1767         * config/rs6000/rs6000.md (aux_truncdfsf2): Remove TARGET_SINGLE_FLOAT.
1768         (addsf3, subsf3, mulsf3 ! TARGET_POWERPC): Remove TARGET_SINGLE_FLOAT
1769         and fp_type.
1770         (divdf3): Reformat long line.
1771
1772 2008-10-11  Michael J. Eager  <eager@eagercon.com>
1773
1774         * config/rs6000/rs6000.c (rs6000_parse_fpu_option): Interpret
1775         -mfpu options.
1776         (rs6000_handle_option): Process -mfpu options.
1777         * config/rs6000/rs6000.h: (TARGET_XILINX_FPU): New.
1778         (enum fpu_type_t): New.
1779         * config/rs6000/rs6000.md (attr fp_type): New.  Include xfpu.md.
1780         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3, trunctfdf2): Set
1781         fp_type.
1782         (floatsisf2): Remove TARGET_SINGLE_FPU condition.
1783         (floatdidf2): Add TARGET_SINGLE_FPU condition.
1784         * config/rs6000/rs6000.opt (-mfpu): New.
1785         (-mxilinx-fpu): New.
1786         * config/rs6000/sysv4.h: (DRIVER_SELF_SPECS): New.
1787         * config/rs6000/xfpu.h: New. Define TARGET_XILINX_FPU.
1788         * config/rs6000/xfpu.md: New. Define Xilinx pipeline.
1789         * gcc/config.gcc: powerpc-xilinx-eabi target: New.
1790         * gcc/doc/invoke.texi (RS/6000 and PowerPC Options): Add -mfpu option.
1791
1792 2008-10-11  Jakub Jelinek  <jakub@redhat.com>
1793
1794         PR target/35760
1795         * config/rs6000/rs6000.c (rs6000_legitimize_address): Only create
1796         LO_SUM on Darwin if mode has just one unit.
1797
1798 2008-10-10  H.J. Lu  <hongjiu.lu@intel.com>
1799
1800         PR debug/37002
1801         * dwarf2out.c (mem_loc_descriptor): Use DRAP for vDRAP which
1802         has been optimized out.
1803
1804 2008-10-10  Richard Sandiford  <rdsandiford@googlemail.com>
1805
1806         * config/sh/sh.h (PREFERRED_RELOAD_CLASS): Test PIC_ADDR_P
1807         instead of PIC_DIRECT_ADDR_P.
1808         (SECONDARY_INPUT_RELOAD_CLASS): Likewise.
1809         (IS_LITERAL_OR_SYMBOLIC_S16_P, IS_LITERAL_OR_SYMBOLIC_U16_P): Delete.
1810         (IS_NON_EXPLICIT_CONSTANT_P): Don't test PIC_OFFSET_P.
1811         (PIC_OFFSET_P): Rename to...
1812         (PCREL_SYMOFF_P): ...this.
1813         (PIC_DIRECT_ADDR_P): Delete.
1814         (MOVI_SHORI_BASE_OPERAND_P): Check PCREL_SYMOFF_P instead of
1815         PIC_OFFSET_P.
1816         (OUTPUT_ADDR_CONST_EXTRA): Don't require unspecs to have a
1817         single argument.  Handle UNSPEC_EXTRACT_S16, UNSPEC_EXTRACT_U16,
1818         UNSPEC_SYMOFF and UNSPEC_PCREL_SYMOFF.
1819         * config/sh/sh.c (print_operand): Remove CONST handling.
1820         (unspec_caller_rtx_p): Rewrite to use split_const and check
1821         the operands of UNSPEC bases.
1822         (fixup_mova): Replace (unspec [(minus A B)] UNSPEC_PIC)
1823         with (unspec [A B] UNSPEC_SYMOFF).
1824         (nonpic_symbol_mentioned_p): Check for UNSPEC_SYMOFF and
1825         UNSPEC_PCREL_SYMOFF.
1826         (sh_secondary_reload): Test PIC_ADDR_P instead of PIC_DIRECT_ADDR_P.
1827         * config/sh/sh.md (UNSPEC_EXTRACT_S16): New unspec.
1828         (UNSPEC_EXTRACT_U16): Likewise.
1829         (UNSPEC_SYMOFF): Likewise.
1830         (UNSPEC_PCREL_SYMOFF): Likewise.
1831         (movsi_const): Use UNSPEC_EXTRACT_*16s to extract 16-bit portions
1832         of constants.
1833         (movsi_const_16bit): Likewise.
1834         (movdi_const, movdi_const_32bit, movdi_const_16bit): Likewise.
1835         (GOTaddr2picreg): Replace (unspec [(minus A (minus B pc))] UNSPEC_PIC)
1836         with (unspec [A B] UNSPEC_PCREL_SYMOFF).
1837         (sym_label2reg): Replace (minus (const (unspec [A] UNSPEC_PIC)) B)
1838         with (unspec [A B] UNSPEC_SYMOFF).
1839         (symPLT_label2reg): Replace (minus A (minus B pc)) with
1840          (unspec [A B] PCREL_UNSPEC_SYMOFF).
1841         * config/sh/constraints.md (Css): Check for an UNSPEC_EXTRACT_S16.
1842         (Csu): Likewise UNSPEC_EXTRACT_U16.
1843         (Csy): Test PIC_ADDR_P instead of PIC_DIRECT_ADDR_P.
1844         (Cpg): Update after changes to IS_NON_EXPLICIT_CONSTANT_P.
1845
1846 2008-10-10  Stepan Kasal  <skasal@redhat.com>
1847
1848         * gcc/doc/invoke.texi (Optimize Options): Fix typo in examples
1849         for loop strip mining and loop blocking.
1850
1851 2008-10-10  Alexandre Oliva  <aoliva@redhat.com>
1852
1853         * fortran/trans-types.c (gfc_get_nodesc_array_type): Don't
1854         vary types depending on debug info.
1855
1856 2008-10-10  Alexandre Oliva  <aoliva@redhat.com>
1857
1858         * c-gimplify.c (c_genericize): Don't refer to DECL_ASSEMBLER_NAME
1859         before ensuring it's already computed.
1860
1861 2008-10-09  Jakub Jelinek  <jakub@redhat.com>
1862
1863         * rtl.h (locator_eq): New decl.
1864         * cfglayout.c (locator_scope): New function.
1865         (insn_scope): Use it.
1866         (locator_eq): New function.
1867         (fixup_reorder_chain): Search for last insn in src bb
1868         that has locator set or first insn in dest bb.  Use
1869         locator_eq instead of == to compare locators.
1870         * cfgrtl.c (cfg_layout_merge_blocks): Likewise.
1871         * cfgcleanup.c (try_forward_edges): Use locator_eq instead of
1872         == to compare locators.
1873
1874         * tree-ssa-live.c (remove_unused_locals): Mark all edge's goto_block
1875         as used.
1876         * gimple-low.c (lower_function_body, lower_gimple_return,
1877         lower_builtin_setjmp): Set gimple_block on the newly created stmts.
1878         * tree-cfg.c (make_cond_expr_edges, make_goto_expr_edges): Only set
1879         goto_block on edges if goto_locus is known.
1880
1881         PR middle-end/37774
1882         * tree.h (get_object_alignment): Declare.
1883         * emit-rtl.c (set_mem_attributes_minus_bitpos): Call
1884         get_object_alignment if needed.
1885         * builtins.c (get_pointer_alignment): Move ADDR_EXPR operand
1886         handling to ...
1887         (get_object_alignment): ... here.  New function.  Try harder to
1888         determine alignment from get_inner_reference returned offset.
1889
1890 2008-10-08  Jakub Jelinek  <jakub@redhat.com>
1891
1892         * graphite.c (gloog): Don't call find_unreachable_blocks
1893         before delte_unreachable_blocks.
1894
1895         * cfgexpand.c (expand_gimple_cond): Convert also goto_block and
1896         goto_locus of true_edge into RTL locator.
1897
1898 2008-10-08  Uros Bizjak  <ubizjak@gmail.com>
1899
1900         * config/i386/i386.md (*jcc_btdi_rex64): Clobber FLAGS_REG.
1901         (*jcc_btdi_mask_rex64): Ditto.
1902         (*jcc_btsi): Ditto.
1903         (*jcc_btsi_mask): Ditto.
1904         (*jcc_btsi_1): Ditto.
1905         (*jcc_btsi_mask_1): Ditto.
1906
1907 2008-10-08  Paul Brook  <paul@codesourcery.com>
1908
1909         * config/arm/bpabi.h (ARM_FUNCTION_PROFILER): Define new EABI
1910         compatible profiler (__gnu_mcount_nc).
1911         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
1912
1913 2008-10-08  H.J. Lu  <hongjiu.lu@intel.com>
1914
1915         * config/i386/i386.c (initial_ix86_tune_features): Add
1916         X86_TUNE_USE_VECTOR_FP_CONVERTS.
1917         * config/i386/i386.h (ix86_tune_indices): Likewise.
1918         (TARGET_USE_VECTOR_FP_CONVERTS): New.
1919
1920         * config/i386/i386.md: Check TARGET_USE_VECTOR_FP_CONVERTS
1921         instead of (TARGET_USE_VECTOR_CONVERTS || TARGET_GENERIC)
1922         for FP to FP splitters.
1923
1924 2008-10-08  H.J. Lu  <hongjiu.lu@intel.com>
1925
1926         * config/i386/i386.md: Add missing gen_sse2_cvtdq2p to convert
1927         splitter.
1928
1929 2008-10-08  Jakub Jelinek  <jakub@redhat.com>
1930
1931         PR target/36635
1932         PR target/37290
1933         PR rtl-optimization/37341
1934         * cse.c (cse_cc_succs): Add ORIG_BB argument, don't follow edges
1935         to ORIG_BB, pass through ORIG_BB recursively.
1936         (cse_condition_code_reg): Adjust caller.
1937
1938 2008-10-08  Kai Tietz  <kai.tietz@onevision.com>
1939
1940         * sdbout.c (sdbout_one_type): Treat the value type
1941         CONST_DECL for enumerals.
1942
1943 2008-10-07  H.J. Lu  <hongjiu.lu@intel.com>
1944
1945         * config/i386/i386.md: Remove trailing white spaces.
1946
1947 2008-10-07  Kenneth Zadeck <zadeck@naturalbridge.com>
1948
1949         PR rtl-optimization/37448
1950         * alloc-pool.c (struct alloc_pool_descriptor) [elt_size]: New field.
1951         (stuct alloc_pool_descriptor) [created, allocated, current, peak]:
1952         Make unsigned long.
1953         (struct output_info) [count]: Renamed total_created and made
1954         unsigned long.
1955         (struct output_info) [size]: Renamed total_allocated and made
1956         unsigned long.
1957         (create_alloc_pool, empty_alloc_pool, pool_alloc, pool_free):
1958         Properly keep track of desc->size.
1959         (print_statistics, dump_alloc_pool_statistics): Enhance the
1960         printing of statistics to print the number of elements and to use
1961         unsigned longs.
1962         
1963 2008-10-07  Jakub Jelinek  <jakub@redhat.com>
1964
1965         PR middle-end/37576
1966         * opts.h (CL_SAVE): Move up to flags range.
1967         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET,
1968         CL_COMMON): Renumber.
1969         (CL_MIN_OPTION_CLASS): Set to CL_PARAMS.
1970         * opts.c (common_handle_option): Revert last change.
1971
1972 2008-10-07  H.J. Lu  <hongjiu.lu@intel.com>
1973
1974         * config/i386/i386-protos.h (ix86_schedule): New.
1975
1976         * config/i386/i386.c (ix86_schedule): New.
1977         (override_options): Add schedule to processor_alias_table.  Set
1978         ix86_schedule from the schedule field in processor_alias_table.
1979         (ix86_function_specific_save): Save ix86_schedule.
1980         (ix86_function_specific_restore): Restore ix86_schedule.
1981
1982         * config/i386/i386.md (cpu): Map to ix86_schedule instead of
1983         ix86_tune.  Add none and remove i386, i486, pentium4, nocona
1984         and generic32.
1985
1986         * config/i386/i386.opt: Add schedule.
1987
1988         * config/i386/ppro.md: Remove generic32.
1989
1990 2008-10-07  Simon Martin  <simartin@users.sourceforge.net>
1991
1992         PR c/35437
1993         * expr.c (count_type_elements): Handle ERROR_MARK.
1994
1995 2008-10-07  Jakub Jelinek  <jakub@redhat.com>
1996
1997         PR debug/29609
1998         PR debug/36690
1999         PR debug/37616
2000         * basic-block.h (struct edge_def): Add goto_block field.
2001         * cfglayout.c (fixup_reorder_chain): Ensure that there is at least
2002         one insn with locus corresponding to edge's goto_locus if !optimize.
2003         * profile.c (branch_prob): Copy edge's goto_block.
2004         * cfgrtl.c (force_nonfallthru_and_redirect): Use goto_locus for
2005         emitted jumps.
2006         (cfg_layout_merge_blocks): Emit a nop with edge's goto_locus
2007         locator in between the merged basic blocks if !optimize and needed.
2008         * cfgexpand.c (expand_gimple_cond): Convert goto_block and
2009         goto_locus into RTL locator.  For unconditional jump use that
2010         locator for the jump insn.
2011         (expand_gimple_cond): Convert goto_block and goto_locus into
2012         RTL locator for all remaining edges.  For unconditional jump
2013         use that locator for the jump insn.
2014         * cfgcleanup.c (try_forward_edges): Avoid the optimization if
2015         there is more than one edge or insn locator along the forwarding
2016         edges and !optimize.  If there is just one, set e->goto_locus.
2017         * tree-cfg.c (make_cond_expr_edges, make_goto_expr_edges): Set also
2018         edge's goto_block.
2019         (move_block_to_fn): Adjust edge's goto_block.
2020
2021 2008-10-07  H.J. Lu  <hongjiu.lu@intel.com>
2022
2023         PR middle-end/37731
2024         * expmed.c (expand_mult): Properly check DImode constant in
2025         CONST_DOUBLE.
2026
2027 2008-10-07  Jakub Jelinek  <jakub@redhat.com>
2028
2029         PR debug/37738
2030         * dwarf2out.c (common_block_die_table): New variable.
2031         (common_block_die_table_hash, common_block_die_table_eq): New
2032         functions.
2033         (gen_variable_die): Look up a DW_TAG_common_block die for a particular
2034         COMMON block in the current scope rather than globally.  Optimize
2035         DW_OP_addr SYMBOL_REF DW_OP_plus_uconst off into
2036         DW_OP_addr SYMBOL_REF+off.
2037
2038 2008-10-07  Eric Botcazou  <ebotcazou@adacore.com>
2039
2040         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p) <VIEW_CONVERT_EXPR>:
2041         Return true for non-addressable GIMPLE operands.
2042
2043 2008-10-07  H.J. Lu  <hongjiu.lu@intel.com>
2044
2045         PR target/24765
2046         * config/i386/i386.c (initial_ix86_tune_features): Remove
2047         X86_TUNE_USE_BIT_TEST.
2048         * config/i386/i386.h (ix86_tune_indices): Likewise.
2049         (TARGET_USE_BIT_TEST): Removed.
2050
2051 2008-10-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2052
2053         * config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs.
2054
2055 2008-10-06  Adam Nemet  <anemet@caviumnetworks.com>
2056
2057         * config/mips/mips.md (mulsi3_mul3, muldi3_mul3): Merge these ...
2058         (mul<mode>3_mul3): ... into this new template.
2059
2060 2008-10-06  Aldy Hernandez  <aldyh@redhat.com>
2061
2062         * gimplify.c (gimplify_arg): Add location argument.  Use it.
2063         (gimplify_call_expr): Pass location to gimplify_arg.
2064         (gimplify_modify_expr_to_memcpy): Same.
2065         (gimplify_modify_expr_to_memset): Same.
2066
2067 2008-10-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2068
2069         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2070         Update calls to build_unary_op and build_indirect_ref for location
2071         changes.
2072
2073 2008-10-06  Aldy Hernandez  <aldyh@redhat.com>
2074
2075         build_modify_expr.
2076         * c-decl.c (finish_decl): Pass input_location to build_unary_op.
2077         * c-typeck.c (array_to_pointer_conversion): Pass location to
2078         build_unary_op.
2079         (function_to_pointer_conversion): Use error_at and warning_at.
2080         (build_indirect_ref): Same.
2081         (build_array_ref): Pass location to build_binary_op.
2082         (parser_build_unary_op): Do not set location after calling
2083         build_unary_op.
2084         (build_unary_op): Add location argument.  Use it throughout.  Set
2085         EXPR_LOCATION before returning new tree.
2086         (build_modify_expr): Same.
2087         (build_binary_op): Use location throughout.  Set EXPR_LOCATION before
2088         returning node.
2089         * c-omp.c (c_finish_omp_atomic): Pass location to build_unary_op,
2090         build_indirect_ref, build_modify_expr.
2091         (c_finish_omp_for): Same.  Use error_at instead of error.
2092         * c-common.c (c_common_truthvalue_conversion): Pass location to
2093         build_unary_op.
2094         (warn_for_div_by_zero): Add location argument.
2095         * c-common.h: Add argument to build_modify_expr, build_indirect_ref,
2096         build_unary_op, warn_for_div_by_zero.
2097         * c-parser.c (c_parser_typeof_specifier): Use
2098         protected_set_expr_location.
2099         (c_parser_statement_after_labels): Same.
2100         (c_parser_condition): Same.
2101         (c_parser_expr_no_commas): Pass correct location to build_modify_expr.
2102         (c_parser_conditional_expression): Use protected_set_expr_location.
2103         (c_parser_unary_expression): Pass location to build_indirect_ref.
2104         (c_parser_postfix_expression_after_primary): Pass location to
2105         build_indirect_ref, build_unary_op.
2106         (c_parser_omp_for_loop): Set the increment expression's EXPR_LOCATION.
2107
2108 2008-10-06  Joshua Kinard  <kumba@gentoo.org>
2109
2110         * doc/invoke.texi: List r1x000 family under the -march MIPS option.
2111         * config/mips/mips.h (PROCESSOR_R10000): New processor_type.
2112         * config/mips/mips.c (mips_cpu_info_table): Add r10000, r12000,
2113         r14000 and r16000.
2114         (mips_rtx_cost_data): Add a PROCESSOR_R10000 entry.
2115         (mips_issue_rate): Handle PROCESSOR_R10000.
2116         * config/mips/mips.md (cpu): Add r10000.
2117         Include r10000.md.
2118         * config/mips/10000.md: New file.
2119
2120 2008-10-06  Richard Sandiford  <rdsandiford@googlemail.com>
2121
2122         * config/rs6000/rs6000-protos.h (rs6000_find_base_term): Declare.
2123         * config/rs6000/rs6000.h (FIND_BASE_TERM): New macro.
2124         * config/rs6000/rs6000.c (rs6000_find_base_term): New function.
2125
2126 2008-10-06  Richard Sandiford  <rdsandiford@googlemail.com>
2127
2128         * config/darwin-protos.h (machopic_function_base_name): Delete.
2129         (machopic_function_base_sym): Likewise.
2130         (machopic_gen_offset): Declare.
2131         * config/darwin.h (MACHOPIC_FUNCTION_BASE_NAME): New macro.
2132         (ASM_OUTPUT_LABELREF): Use it instead of a hard-coded string constant.
2133         * config/darwin.c (machopic_function_base_name): Delete.
2134         (machopic_function_base_sym): Likewise.
2135         (gen_pic_offset): Rename to...
2136         (machopic_gen_offset): ...this and remove the pic_base argument.
2137         Instead use MACHO_DYNAMIC_NO_PIC_P to decide whether a PIC offset
2138         is needed.  Create an UNSPEC_MACHOPIC_OFFSET if so, and set
2139         crtl->uses_pic_offset_table.
2140         (machopic_indirect_data_reference): Use new machopic_gen_offset
2141         interface.
2142         (machopic_legitimize_pic_address): Likewise.
2143         (machopic_operand_p): Check for UNSPEC_MACHOPIC_OFFSET.
2144
2145         * config/i386/darwin.h (GOT_SYMBOL_NAME): Use
2146         MACHOPIC_FUNCTION_BASE_NAME instead of machopic_function_base_name.
2147         * config/i386/i386.c (output_set_got): Likewise.
2148         (darwin_local_data_pic): Check for an UNSPEC_MACHOPIC_OFFSET
2149         instead of a MINUS.
2150         (legitimate_pic_operand_p): Handle UNSPEC_MACHOPIC_OFFSET.
2151         (legitimate_address_p): Likewise.
2152         (output_pic_addr_const): Likewise.
2153         (output_addr_const_extra): Likewise.
2154         (ix86_delegitimize_address): Expect darwin_local_data_pic to
2155         match an UNSPEC rather than a MINUS.
2156         * config/i386/i386.md (UNSPEC_MACHOPIC_OFFSET): Define.
2157         (builtin_setjmp_receiver): Use machopic_gen_offset.
2158         * config/i386/predicates.md (pic_symbolic_operand): Handle
2159         UNSPEC_MACHOPIC_OFFSET.
2160
2161         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
2162         Use machopic_gen_offset and machopic_operand_p.
2163         (rs6000_output_addr_const_extra): Handle UNSPEC_MACHOPIC_OFFSET.
2164         (rs6000_emit_prologue): Use MACHOPIC_FUNCTION_BASE_NAME.
2165         * config/rs6000/rs6000.md (UNSPEC_MACHOPIC_OFFSET): Define.
2166         (builtin_setjmp_receiver): Use MACHOPIC_FUNCTION_BASE_NAME.
2167         Set crtl->uses_pic_offset_table.
2168
2169 2008-10-06  Richard Sandiford  <rdsandiford@googlemail.com>
2170
2171         * config/rs6000/rs6000-protos.h (rs6000_output_addr_const_extra):
2172         Declare.
2173         * config/rs6000/rs6000.h (OUTPUT_ADDR_CONST_EXTRA): New macro.
2174         * config/rs6000/rs6000.md (UNSPEC_TOCREL): New constant.
2175         * config/rs6000/rs6000.c (constant_pool_expr_1): Delete.
2176         (constant_pool_expr_p): Use split_const and check the base.
2177         (toc_relative_expr_p): Likewise, checking for an UNSPEC_TOCREL
2178         instead of a MINUS.
2179         (legitimate_constant_pool_address_p): Check toc_relative_p
2180         instead of constant_pool_expr_p.
2181         (print_operand_address): Always use output_addr_const for
2182         constant pool addresses.
2183         (rs6000_output_addr_const_extra): New function.
2184         (create_TOC_reference): Create an UNSPEC_TOCREL instead of a MINUS.
2185
2186 2008-10-06  Vladimir Makarov  <vmakarov@redhat.com>
2187
2188         PR middle-end/37535
2189
2190         * ira-lives.c (mark_reg_live, mark_reg_dead): New functions.
2191         (mark_ref_live, mark_ref_dead): Use them.
2192         (def_conflicts_with_inputs_p): Remove.
2193         (mark_early_clobbers): New function.
2194         (process_bb_node_lives): Call preprocess_constraints and
2195         mark_early_clobbers.
2196
2197         * doc/rtx.texi (clobber): Change how RA deals with clobbers.
2198
2199 2008-10-06  Danny Smith  <dannysmith@users.sourceforge.net>
2200
2201         * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Add thread cleanup
2202         lib with -mthread switch.
2203
2204 2008-10-05  Dodji Seketeli  <dodji@redhat.com>
2205
2206         PR c++/37410
2207         * dwarf2out.c (dwarf2out_imported_module_or_decl): Split this
2208         function in two, making it call a new and reusable
2209         dwarf2out_imported_module_or_decl() that takes the containing
2210         BLOCK of the declaration in argument.
2211         (dwarf2out_imported_module_or_decl_real): New function.
2212         (decls_for_scope, gen_decl_die, dwarf2out_decl): Take
2213         IMPORTED_DECL in account.
2214         * tree.def: Added IMPORTED_DECL node type.
2215         * tree.h: Added accessors for IMPORTED_DECL nodes.
2216         * tree.c (init_ttree): Initialise IMPORTED_DECL node type.
2217
2218 2008-10-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2219
2220         * doc/gimple.texi: Fix some typos, wrap some long lines,
2221         fix some broken wraps with continuations.
2222         * tree-ssa-reassoc.c: Fix comment typos.
2223
2224 2000-10-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2225
2226         PR target/37603
2227         * pa.c (legitimize_pic_address): Force function labels to memory in
2228         word mode.
2229
2230 2008-10-04  Anton Blanchard  <anton@samba.org>
2231
2232         * config/rs6000/rs6000.c (rs6000_emit_sync): Use gen_lwsync().
2233         (rs6000_split_atomic_op): Same.
2234         (rs6000_split_compare_and_swap): Same.
2235         (rs6000_split_compare_and_swapqhi): Same.
2236
2237 2008-10-04  Richard Guenther  <rguenther@suse.de>
2238
2239         * tree-ssa-sccvn.c (vn_reference_op_eq): Use types_compatible_p
2240         instead of pointer equality.
2241         (vn_nary_op_eq): Likewise.
2242
2243 2008-10-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2244
2245         * config/rs6000/rs6000.md (fseldfsf4): Add TARGET_SINGLE_FLOAT 
2246         condition.
2247         (fselsfdf4): Make condition on "TARGET_HARD_FLOAT && TARGET_FPRS &&
2248         TARGET_DOUBLE_FLOAT && TARGET_SINGLE_FLOAT".
2249
2250 2008-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
2251
2252         * config/i386/winnt.c (i386_pe_strip_name_encoding_full):
2253         Revert previous change.
2254
2255 2008-10-03  Tom Tromey  <tromey@redhat.com>
2256
2257         * stringpool.c (ggc_alloc_string): Terminate string.
2258
2259 2008-10-03  Jakub Jelinek  <jakub@redhat.com>
2260
2261         * gimplify.c (gimplify_function_tree): For -finstrument-functions
2262         use gimple_bind_{,set_}block instead of gimple_{,set_}block.
2263         * gimple.h (gimple_bind_set_block): Allow second argument to be NULL.
2264
2265         PR debug/37726
2266         * gimplify.c (declare_vars): Use gimple_bind_block instead of
2267         gimple_block.
2268
2269 2008-10-03  Pascal Obry  <obry@adacore.com>
2270
2271         * gcov.c (create_file_names): Properly handle UNIX and DOS
2272         directory separators.
2273         (make_gcov_file_name): Likewise + convert the ':' DOS drive
2274         separator to '~' to ensure clean filenames on Windows.
2275
2276 2008-10-02  Danny Smith  <dannysmith@users.sourceforge.net>
2277
2278         * config/i386/winnt.c (i386_pe_strip_name_encoding_full):
2279         Add a null terminator to the stripped name.
2280
2281 2008-10-02  David Edelsohn  <edelsohn@gnu.org>
2282
2283         * config/rs6000/rs6000.c (USE_FP_FOR_ARG_P): Revert
2284         TARGET_DOUBLE_FLOAT, TARGET_SINGLE_FLOAT.
2285         (function_arg_advance): Condition on TARGET_DOUBLE_FLOAT,
2286         TARGET_SINGLE_FLOAT.  Revert SCALAR_FLOAT_MODE_P condition.
2287         (function_arg): Condition on TARGET_DOUBLE_FLOAT, TARGET_SINGLE_FLOAT.
2288         (rs6000_function_value): Revert TARGET_DOUBLE_FLOAT,
2289         TARGET_SINGLE_FLOAT.
2290
2291 2008-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
2292
2293         * builtins.c (fold_builtin_pow): Check for 0 ** NEGATIVE.
2294
2295 2008-10-02  Richard Guenther  <rguenther@suse.de>
2296
2297         PR middle-end/37713
2298         * tree-ssa.c (useless_type_conversion_p_1): For COMPLEX_TYPE
2299         and VECTOR_TYPE recurse with useless_type_conversion_p which
2300         properly handles void pointer conversion.
2301
2302 2008-10-02  Danny Smith  <dannysmith@users.sourceforge.net>  
2303
2304         PR target/37528
2305         * config/i386/mingw32.h (LIBGCC_SPEC) : Replace with ..
2306         (REAL_LIBGCC_SPEC): New.  Always include -lgcc.
2307
2308 2008-10-01  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2309
2310         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2311         Handle ALTIVEC_BUILTIN_VEC_SPLATS, ALTIVEC_BUILTIN_VEC_PROMOTE,
2312         ALTIVEC_BUILTIN_VEC_EXTRACT, and ALTIVEC_BUILTIN_VEC_INSERT specially,
2313         they translate to non builtins.
2314         * config/rs6000/rs6000.c (altivec_init_builtins): Add new variable
2315         opaque_ftype_opaque.  Define builtins __builtin_vec_splats,
2316         __builtin_vec_promote, __builtin_vec_extract, and
2317         __builtin_vec_insert.
2318         * config/rs6000/rs6000.h (enum rs6000_builtins): Add
2319         ALTIVEC_BUILTIN_VEC_EXTRACT, ALTIVEC_BUILTIN_VEC_PROMOTE,
2320         ALTIVEC_BUILTIN_VEC_INSERT, and ALTIVEC_BUILTIN_VEC_SPLATS.
2321         * config/rs6000/altivec.h (vec_extract): Define
2322         (vec_insert): Define.
2323         (vec_splats): Define.
2324         (vec_promote): Define.
2325
2326 2008-10-01  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2327             Yukishige Shibata  <shibata@rd.scei.sony.co.jp>
2328             Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
2329
2330         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add Cell
2331         Altivec intrinsics.
2332         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Delete
2333         prototype.  Add new parameter, blk.
2334         Use BLKmode for the MEM if blk is true.
2335         (altivec_expand_builtin): Handle ALTIVEC_BUILTIN_STVLX,
2336         ALTIVEC_BUILTIN_STVLXL, ALTIVEC_BUILTIN_STVRX, and
2337         ALTIVEC_BUILTIN_STVRXL.
2338         Update usage of altivec_expand_lv_builtin.
2339         Handle ALTIVEC_BUILTIN_LVLX, ALTIVEC_BUILTIN_LVLXL,
2340         ALTIVEC_BUILTIN_LVRX, and ALTIVEC_BUILTIN_LVRXL.
2341         (altivec_init_builtins): If compiling for the Cell, also define the
2342         cell VMX builtins.
2343         * config/rs6000/rs6000.h (rs6000_builtins): Define
2344         ALTIVEC_BUILTIN_LVLX, ALTIVEC_BUILTIN_LVLXL, ALTIVEC_BUILTIN_LVRX,
2345         ALTIVEC_BUILTIN_LVRXL, ALTIVEC_BUILTIN_STVLX, ALTIVEC_BUILTIN_STVLXL,
2346         ALTIVEC_BUILTIN_STVRX, ALTIVEC_BUILTIN_STVRXL,
2347         ALTIVEC_BUILTIN_VEC_LVLX, ALTIVEC_BUILTIN_VEC_LVLXL,
2348         ALTIVEC_BUILTIN_VEC_LVRX, ALTIVEC_BUILTIN_VEC_LVRXL,
2349         ALTIVEC_BUILTIN_VEC_STVLX, ALTIVEC_BUILTIN_VEC_STVLXL,
2350         ALTIVEC_BUILTIN_VEC_STVRX, and ALTIVEC_BUILTIN_VEC_STVRXL.
2351         * config/rs6000/altivec.md (define_constants): Define UNSPEC_LVLX,
2352         UNSPEC_LVLXL, UNSPEC_LVRX, UNSPEC_LVRXL, UNSPEC_STVLX, UNSPEC_STVLXL,
2353         UNSPEC_STVRX, and UNSPEC_STVRXL.
2354         (altivec_lvlx): New pattern.
2355         (altivec_lvlxl): New pattern.
2356         (altivec_lvrx): New pattern.
2357         (altivec_lvrxl): New pattern.
2358         (altivec_stvlx): New pattern.
2359         (altivec_stvlxl): New pattern.
2360         (altivec_stvrx): New pattern.
2361         (altivec_stvrxl): New pattern.
2362         * config/rs6000/altivec.h (vec_lvlx): Define if PPU is defined.
2363         (vec_lvlxl): Likewise.
2364         (vec_lvrx): Define if PPU is defined.
2365         (vec_lvrxl): Likewise.
2366         (vec_stvlx): Define if PPU is defined.
2367         (vec_stvlxl): Likewise.
2368         (vec_stvrx): Define if PPU is defined.
2369         (vec_stvrxl): Likewise.
2370
2371 2008-10-01  Geert Bosch  <bosch@adacore.com>
2372
2373         * tree.c (contains_placeholder_p): Return 0 for a SAVE_EXPR.
2374
2375 2008-10-01  Richard Guenther  <rguenther@suse.de>
2376
2377         PR tree-optimization/37617
2378         * tree-ssa-pre.c (create_expression_by_pieces): During FRE
2379         do not add to the NEW_SETS.
2380
2381 2008-10-01  Richard Guenther  <rguenther@suse.de>
2382
2383         PR middle-end/37285
2384         * tree-vrp.c (execute_vrp): If we optimized away the default
2385         case make sure to promote the label that got in place of it
2386         to a default case label.
2387
2388 2008-10-01  Richard Henderson  <rth@redhat.com>
2389
2390         PR tree-opt/35737
2391         * tree-complex.c (set_component_ssa_name): Don't optimize
2392         is_gimple_min_invariant values with ssa_names in abnormal phis.
2393
2394 2008-09-30  Paolo Bonzini  <bonzini@gnu.org>
2395
2396         PR tree-optimization/37662
2397         * tree-ssa-ccp.c (fold_gimple_assign): Invert the operands of a
2398         commutative binary operation if they are in the wrong order and
2399         fold_build2 produces non-GIMPLE.
2400
2401 2008-09-30  Jakub Jelinek  <jakub@redhat.com>
2402
2403         PR tree-optimization/37662
2404         PR tree-optimization/37663
2405         * tree-vrp.c (simplify_truth_ops_using_ranges): Don't call
2406         get_value_range with non-SSA_NAME.  Don't assert operands have been
2407         folded, instead just bail out.
2408
2409 2008-09-30  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2410
2411         * config/rs6000/rs6000.md (fnmadds combiner): Revert typo.
2412
2413 2008-09-30  Richard Guenther  <rguenther@suse.de>
2414
2415         PR middle-end/37491
2416         * tree-vect-transform.c (vect_create_data_ref_ptr): Properly
2417         build restrict-qualified pointers.
2418         (vectorizable_store): Move alias check later.
2419         (vectorizable_load): Likewise.
2420
2421 2008-09-30  Paolo Bonzini  <bonzini@gnu.org>
2422
2423         * c-common.c (empty_if_body_warning): Remove.
2424         * c-common.h (empty_if_body_warning): Remove.
2425         * c-parser.c (c_parser_if_body, c_parser_else_body): Implement
2426         here the -Wempty-body warning for `if' and `else' statements.
2427         * c-typeck.c (c_finish_if_stmt): Do not call empty_body_warning.
2428
2429 2008-09-29  H.J. Lu  <hongjiu.lu@intel.com>
2430
2431         * config/i386/i386.opt: Add msse2avx.
2432
2433         * config/i386/linux.h (ASM_SPEC): New.  Support -msse2avx.
2434         * config/i386/linux64.h (ASM_SPEC): Likewise.
2435
2436         * doc/invoke.texi: Document -msse2avx.
2437
2438 2008-09-29  Eric Botcazou  <ebotcazou@adacore.com>
2439
2440         * dwarf2out.c (constant_size): Use HOST_WIDE_INT in parameter type.
2441
2442 2008-09-29  Joseph Myers  <joseph@codesourcery.com>
2443
2444         * ifcvt.c (noce_emit_store_flag): If using condition from original
2445         jump, reverse it if if_info->cond was reversed.
2446
2447 2008-09-29  Eric Botcazou  <ebotcazou@adacore.com>
2448
2449         * expr.c (expand_expr_real_1) <normal_inner_ref>: Force op0 to
2450         non-constant memory if it cannot be forced to constant memory.
2451         Overhaul surrounding code and factor out common condition.
2452
2453 2008-09-29  Jeff Law <law@redhat.com>
2454
2455         * reload1.c (alter_reg): Add missing curly braces.
2456
2457 2008-09-29  Michael J. Eager  <eager@eagercon.com>
2458
2459         * config/rs6000/predicates.md (easy_fp_constant): Single FP consts
2460         are easy.
2461         * config/rs6000/rs6000.c (rs6000_override_options): Move
2462         rs6000_init_hard_regno_mode_ok after all options changed.
2463         Set rs6000_single_float, rs6000_double_float if TARGET_HARD_FLOAT.
2464         (rs6000_handle_option): Process -msingle-float, -mdouble-float,
2465         -msimple-fpu flags.  Add warning messages if single FP not configured.
2466         (rs6000_file_start): Output gnu_attribute for single-float.
2467         (legitimate_lo_sum_address_p): Condition on TARGET_DOUBLE_FLOAT.
2468         (rs6000_legitimize_address): Likewise.
2469         (rs6000_legitimize_reload_address): Likewise.
2470         (rs6000_emit_move): Condition on TARGET_DOUBLE_FLOAT,
2471         TARGET_SINGLE_FLOAT.
2472         (function_arg_advance): Likewise (partial conversion).
2473         (setup_incoming_varargs): Condition on TARGET_DOUBLE_FLOAT.
2474         (rs6000_gimplify_va_arg): Condition on TARGET_DOUBLE_FLOAT,
2475         TARGET_SINGLE_FLOAT.
2476         (rs6000_split_multireg_move): Condition on TARGET_DOUBLE_FLOAT.
2477         (rs6000_emit_prologue): Likewise.
2478         (rs6000_function_value): Condition on TARGET_DOUBLE_FLOAT,
2479         TARGET_SINGLE_FLOAT.
2480         (rs6000_libcall_value): Likewise.
2481         * config/rs6000/rs6000.h (TARGET_SINGLE_FLOAT): New default to 1.
2482         (TARGET_DOUBLE_FLOAT): New default to 1
2483         (TARGET_SIMPLE_FPU): New default to 0
2484         (TARGET_SINGLE_FPU): New default to 0
2485         (TARGET_SINGLE_FLOAT_MODE): New.
2486         (TARGET_DOUBLE_FLOAT_MODE): New.
2487         * config/rs6000/singlefp.h: New; redefine TARGET_SINGLE_FLOAT,
2488         TARGET_DOUBLE_FLOAT, TARGET_SIMPLE_FPU, TARGET_SINGLE_FPU,
2489         UNITS_PER_FP_WORD
2490         * config/rs6000/rs6000.md (define_mode_iterator): Condition on
2491         TARGET_DOUBLE_FLOAT, TARGET_SINGLE_FLOAT.
2492         (extendsfdf2, extendsfdf2_fpr, truncdfsf2, truncdfsf2_fpr,
2493         copysigndf3,fseldfsf4, negdf2, negdf2_fpr, absdf2, absdf2_fpr,
2494         nabsdf2_fpr, adddf3, adddf3_fpr, subdf3, subdf3_fpr, muldf3,
2495         muldf3_fpr, divdf3, divdf3_fpr, sqrtdf2, smaxdf3, smindf3,
2496         movdfcc, *fseldfdf4, floatsidf2, *floatsidf2_internal,
2497         floatunssidf2, *floatunssidf2_internal, fix_truncdfsi2,
2498         *fix_truncdfsi2_internal, fix_truncdfsi2_internal_gfxopt,
2499         fix_truncdfsi2_mfpgpr, fctiwz, btruncdf2, ceildf2, floordf2,
2500         rounddf2, floatdidf2, floatsidf_ppc64_mfpgpr, floatsidf_ppc64,
2501         floatunssidf_ppc64, fix_truncdfdi2, movdf_hardfloat32,
2502         movdf_hardfloat64_mfpgpr, movdf_hardfloat64, extenddftf2_fprs,
2503         extenddftf2_internal, trunctfdf2_internal2, fix_trunc_helper,
2504         abstf2_internal, movdf_update1, movdf_update2, cmpdf_internal1,
2505         cmptf_internal1, *cmptf_internal2): Condition on
2506         TARGET_DOUBLE_FLOAT.
2507         (aux_truncdfsf2, negsf2, *negsf2, abssf2, *abssf2, addsf3, subsf3,
2508         mulsf3, divsf3, sqrtsf2, copysignsf3, smaxsf3, sminsf3, movsfcc,
2509         *fselsfsf4, fixuns_truncsfsi2, fix_truncsfsi2, floatunssisf2,
2510         btruncsf2, ceilsf2, floorsf2, roundsf2, floatdisf2_internal1,
2511         floatdisf2_internal2, *movsf_hardfloat, trunctfsf2_fprs,
2512         *movsf_update1, *movsf_update2, *cmpsf_internal1): Condition on
2513         TARGET_SINGLE_FLOAT.
2514         (divsf3, sqrtsf2, divdf3, divdf3_fpr): Condition on TARGET_SIMPLE_FPU.
2515         * config/rs6000/rs6000.opt (-msingle-float): New.
2516         (-mdouble-float): New.
2517         (-msimple-fpu): New.
2518         * doc/invoke.texi (RS/6000 and PowerPC Options): Add
2519         -msingle-float, -mdouble-float, -msimple-fpu options.
2520         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Set
2521         _SOFT_DOUBLE for -msingle-float.
2522         * config.gcc: New config for target=powerpc-xilinx-eabi.
2523
2524 2008-09-29  Tobias Grosser  <grosser@fim.uni-passau.de>
2525
2526         * graphite.c (dot_all_scops_1): Remove unused checks. SCoPs always
2527         have exit and entry.
2528         (new_scop): Take entry and exit edge to define new SCoP.
2529         (sd_region_p): New structure used during SCoP detection.
2530         (move_scops): Delete.
2531         (move_sd_regions): New.
2532         (scopdet_info): Change the definition from edges back to basic_blocks.
2533         (scopdet_edge_info):  Work on basic_blocks and rename to
2534         scopdet_basic_block_info.
2535         (split_difficult_bb): At the moment removed. We should later
2536         add it at another place.
2537         (build_scops_1): Work on basic_blocks.
2538         (bb_in_sd_region): New.
2539         (find_single_entry_edge): New.
2540         (find_single_exit_edge): New.
2541         (create_single_entry_edge): New.
2542         (sd_region_without_exit): New.
2543         (create_single_exit_edge): New.
2544         (unmark_exit_edges): New.
2545         (mark_exit_edges): New.
2546         (create_sese_edges): New.
2547         (build_graphite_scops): New.
2548         (build_scops): Make SCoPs SESE.
2549         (limit_scops): Use the new functions.
2550
2551 2008-09-29  Hans-Peter Nilsson  <hp@axis.com>
2552
2553         * config/cris/cris.h (IRA_COVER_CLASSES): Define.
2554
2555 2008-09-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2556
2557         PR target/37640
2558         * config/rs6000/rs6000.c (rs6000_expand_compare_and_swapqhi): Force
2559         address to a register before taking the lower part.
2560
2561 2008-09-28  Kaz Kojima  <kkojima@gcc.gnu.org>
2562
2563         * config/sh/sh.h (OVERRIDE_OPTIONS): Unset flag_dwarf2_cfi_asm
2564         for SHmedia.
2565
2566 2008-09-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2567             Kaushal Kantawala  <kaushal_kantawala@playstation.sony.com>
2568
2569         PR tree-opt/36891
2570         * tree-ssa-loop-im.c (rewrite_reciprocal): Set DECL_GIMPLE_REG_P on
2571         the newly created variable.
2572         Create a VECTOR_CST of all 1s for vector types.
2573
2574 2008-09-28  Eric Botcazou  <ebotcazou@adacore.com>
2575
2576         PR middle-end/36575
2577         * fold-const.c (div_and_round_double) <ROUND_DIV_EXPR>: Fix typo.
2578
2579 2008-09-28  Eric Botcazou  <ebotcazou@adacore.com>
2580
2581         * expmed.c (store_fixed_bit_field): Always use convert_to_mode in
2582         order to convert between modes.
2583         (extract_bit_field_1): Test TRULY_NOOP_TRUNCATION on the right mode.
2584
2585 2008-09-27  Kaz Kojima  <kkojima@gcc.gnu.org>
2586
2587         * config/sh/sh.c (sh_gimplify_va_arg_expr): Use VIEW_CONVERT_EXPR
2588         if needed.
2589
2590 2008-09-26  Vladimir Makarov  <vmakarov@redhat.com>
2591
2592         Revert:
2593         2008-09-25  Vladimir Makarov  <vmakarov@redhat.com>
2594         * ira-lives.c:...
2595         * doc/rtl.texi:...
2596
2597 2008-09-26  Adam Nemet  <anemet@caviumnetworks.com>
2598
2599         * config/mips/mips.h (ISA_HAS_DMUL3, ISA_HAS_BADDU, ISA_HAS_BBIT,
2600         ISA_HAS_CINS, ISA_HAS_EXTS, ISA_HAS_SEQ_SNE, ISA_HAS_POP): Change
2601         them to yield false with MIPS16.
2602
2603 2008-09-26  Jakub Jelinek  <jakub@redhat.com>
2604
2605         PR middle-end/37275
2606         * dwarf2out.c (tls_mem_loc_descriptor): New function.
2607         (mem_loc_descriptor): Use it for MEM.  For PLUS fail if second
2608         mem_loc_descriptor failed.  Accept UNSPEC.
2609         (loc_descriptor): Use tls_mem_loc_descriptor for MEM.  For PARALLEL
2610         fail if one of the loc_descriptor calls for pieces failed.
2611         (loc_descriptor_from_tree_1): Handle even DECL_EXTERNAL __thread vars,
2612         as long as they bind locally.  For COMPONENT_REF, ARRAY_REF etc. fail
2613         if loc_descriptor_from_tree_1 on offset failed.
2614
2615         PR middle-end/37576
2616         * opts.c (common_handle_option): Don't call print_specific_help with
2617         CL_SAVE as first argument.
2618
2619 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2620             Steve Ellcey  <sje@cup.hp.com>
2621
2622         * configure: Regenerate for new libtool.
2623         * aclocal.m4: Ditto.
2624
2625 2008-09-26  Pat Haugen  <pthaugen@us.ibm.com>
2626
2627         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Use correct
2628         alias set on MEM when saving stack pointer.
2629         * config/rs6000/rs6000.md (allocate_stack): Likewise
2630
2631 2008-09-26  Dorit Nuzman  <dorit@il.ibm.com>
2632
2633         PR tree-optimization/37574
2634         * tree-vectorizer.c (vect_is_simple_use): Fix indentation.
2635         * tree-vect-transform.c (vect_get_constant_vectors): Use vectype
2636         instead of vector_type for constants. Take computation out of loop.
2637         (vect_get_vec_def_for_operand): Use only vectype for constant case,
2638         and use only vector_type for invariant case.
2639         (get_initial_def_for_reduction): Use vectype instead of vector_type.
2640
2641 2008-09-25  Jakub Jelinek  <jakub@redhat.com>
2642
2643         PR c/37645
2644         * c-common.c (handle_weakref_attribute): Ignore the attribute unless
2645         the decl is a VAR_DECL or FUNCTION_DECL.
2646
2647 2008-09-25  Vladimir Makarov  <vmakarov@redhat.com>
2648
2649         PR middle-end/37535
2650         * ira-lives.c (mark_reg_live, mark_reg_dead): New functions.
2651         (mark_ref_live, mark_ref_dead): Use them.
2652         (def_conflicts_with_inputs_p): Remove.
2653         (mark_early_clobbers): New function.
2654         (process_bb_node_lives): Call preprocess_constraints and
2655         mark_early_clobbers.
2656
2657         * doc/rtl.texi (clobber): Change how RA deals with clobbers.
2658
2659 2008-09-25  Vladimir Makarov  <vmakarov@redhat.com>
2660
2661         PR middle-end/37448
2662         * ira-int.h (IRA_ALLOCNO_TEMP): Rename to ALLOCNO_TEMP.
2663         (ira_compress_allocno_live_ranges): New prototype.
2664
2665         * ira-color.c: Rename IRA_ALLOCNO_TEMP to ALLOCNO_TEMP.
2666         (coalesced_allocnos_living_at_program_points): New.
2667         (coalesced_allocnos_live_at_points_p,
2668         set_coalesced_allocnos_live_points): New functions.
2669         (coalesce_spill_slots): Rewrite.
2670         
2671         * ira-lives.c (remove_some_program_points_and_update_live_ranges,
2672         ira_compress_allocno_live_ranges): New functions.
2673
2674         * ira-build.c (ira_flattening): Call
2675         ira_compress_allocno_live_ranges.
2676         (ira_build): Ditto.
2677
2678 2008-09-25  H.J. Lu  <hongjiu.lu@intel.com>
2679
2680         * config/i386/i386.md: Check cmp/branch fuse for cmp peephole
2681         optimization.
2682
2683 2008-09-25  Richard Sandiford  <rdsandiford@googlemail.com>
2684
2685         * combine.c (make_compound_operation): Handle the 'E' format.
2686         (count_rtxs): Likewise.
2687         (update_table_tick): Likewise.
2688         (get_last_value_validate): Likewise.
2689
2690 2008-09-25  Eric Botcazou  <ebotcazou@adacore.com>
2691
2692         * dbxout.c (dbxout_parms): Fetch the inner REG inside a PARALLEL.
2693
2694 2008-09-25 Sergei Dyshel <sergeid@il.ibm.com>
2695
2696         * matrix-reorg.c (transform_allocation_sites): Initializers 
2697         added to avoid the warning.
2698
2699 2008-09-25  Martin Jambor  <mjambor@suse.cz>
2700
2701         * cgraph.c (free_nodes): New variable.
2702         (NEXT_FREE_NODE): New macro.
2703         (cgraph_create_node): Reuse nodes from the free list.  Do not
2704         update uid if doing so.
2705         (cgraph_remove_node): Add the node to the free list.
2706
2707 2008-09-25  Gerald Pfeifer  <gerald@pfeifer.com>
2708
2709         * config/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
2710
2711 2008-09-24  Richard Henderson  <rth@redhat.com>
2712
2713         * dwarf2.h (DW_OP_GNU_encoded_addr): New.
2714         * unwind-dw2.c (execute_stack_op): Handle it.
2715
2716 2008-09-24  David Edelsohn  <edelsohn@gnu.org>
2717
2718         Revert:
2719         2008-09-24  Michael J. Eager  <eager@eagercon.com>
2720
2721 2008-09-24  Aldy Hernandez  <aldyh@redhat.com>
2722
2723         * c-common.c (fname_decl): New location argument.
2724         * c-common.h (fname_decl): Same.
2725         * c-parser.c (c_lex_one_token): Use {warning,error}_at instead of
2726         {warning,error}.
2727         (c_parser_typeof_specifier): Same.
2728         (c_parser_parms_list_declarator): Same.
2729         (c_parser_asm_string_literal): Same.
2730         (c_parser_compound_statement_nostart): Same.
2731         (c_parser_label): Same.
2732         (c_parser_do_statement): Same.
2733         (c_parser_asm_statement): Same.
2734         (c_parser_unary_expression): Same.
2735         (c_parser_sizeof_expression): Same.
2736         (c_parser_postfix_expression): Same.
2737         (c_parser_pragma): Same.
2738         (c_parser_omp_clause_collapse): Same.
2739         (c_parser_omp_clause_num_threads): Same.
2740         (c_parser_omp_clause_schedule): Same.
2741         (c_parser_omp_all_clauses): Same.
2742         (c_parser_omp_sections_scope): Same.
2743         (c_parser_omp_for_loop): Same.  Pass condition's location to
2744         c_objc_common_truthvalue_conversion.
2745         (c_parser_enum_specifier): Remove comment.
2746
2747 2008-09-24  Michael J. Eager  <eager@eagercon.com>
2748
2749         * config/rs6000/predicates.md (easy_fp_constant): Single FP consts
2750         are easy.
2751         * config/rs6000/rs6000.c (rs6000_override_options): Move
2752         rs6000_init_hard_regno_mode_ok after all options changed.
2753         Set rs6000_single_float, rs6000_double_float if TARGET_HARD_FLOAT.
2754         (rs6000_handle_option): Process -msingle-float, -mdouble-float,
2755         -msimple-fpu flags.  Add warning messages if single FP not configured.
2756         (rs6000_file_start): Output gnu_attribute for single-float.
2757         (legitimate_lo_sum_address_p): Condition on TARGET_DOUBLE_FLOAT.
2758         (rs6000_legitimize_address): Likewise.
2759         (rs6000_legitimize_reload_address): Likewise.
2760         (rs6000_emit_move): Condition on TARGET_DOUBLE_FLOAT,
2761         TARGET_SINGLE_FLOAT.
2762         (function_arg_advance): Likewise.
2763         (function_arg): Likewise.
2764         (setup_incoming_varargs): Condition on TARGET_DOUBLE_FLOAT.
2765         (rs6000_gimplify_va_arg): Condition on TARGET_DOUBLE_FLOAT,
2766         TARGET_SINGLE_FLOAT.
2767         (rs6000_split_multireg_move): Condition on TARGET_DOUBLE_FLOAT.
2768         (rs6000_emit_prologue): Likewise.
2769         (rs6000_function_value): Condition on TARGET_DOUBLE_FLOAT,
2770         TARGET_SINGLE_FLOAT.
2771         (rs6000_libcall_value): Likewise.
2772         * config/rs6000/rs6000.h (TARGET_SINGLE_FLOAT): New default to 1.
2773         (TARGET_DOUBLE_FLOAT): New default to 1
2774         (TARGET_SIMPLE_FPU): New default to 0
2775         (TARGET_SINGLE_FPU): New default to 0
2776         (TARGET_SINGLE_FLOAT_MODE): New.
2777         (TARGET_DOUBLE_FLOAT_MODE): New.
2778         * config/rs6000/singlefp.h: New; redefine TARGET_SINGLE_FLOAT,
2779         TARGET_DOUBLE_FLOAT, TARGET_SIMPLE_FPU, TARGET_SINGLE_FPU,
2780         UNITS_PER_FP_WORD
2781         * config/rs6000/rs6000.md (define_mode_iterator): Condition on
2782         TARGET_DOUBLE_FLOAT, TARGET_SINGLE_FLOAT.
2783         (extendsfdf2, extendsfdf2_fpr, truncdfsf2, truncdfsf2_fpr,
2784         copysigndf3,fseldfsf4, negdf2, negdf2_fpr, absdf2, absdf2_fpr,
2785         nabsdf2_fpr, adddf3, adddf3_fpr, subdf3, subdf3_fpr, muldf3,
2786         muldf3_fpr, divdf3, divdf3_fpr, sqrtdf2, smaxdf3, smindf3,
2787         movdfcc, *fseldfdf4, floatsidf2, *floatsidf2_internal,
2788         floatunssidf2, *floatunssidf2_internal, fix_truncdfsi2,
2789         *fix_truncdfsi2_internal, fix_truncdfsi2_internal_gfxopt,
2790         fix_truncdfsi2_mfpgpr, fctiwz, btruncdf2, ceildf2, floordf2,
2791         rounddf2, floatdidf2, floatsidf_ppc64_mfpgpr, floatsidf_ppc64,
2792         floatunssidf_ppc64, fix_truncdfdi2, movdf_hardfloat32,
2793         movdf_hardfloat64_mfpgpr, movdf_hardfloat64, extenddftf2_fprs,
2794         extenddftf2_internal, trunctfdf2_internal2, fix_trunc_helper,
2795         abstf2_internal, movdf_update1, movdf_update2, cmpdf_internal1,
2796         cmptf_internal1, *cmptf_internal2): Condition on
2797         TARGET_DOUBLE_FLOAT.
2798         (aux_truncdfsf2, negsf2, *negsf2, abssf2, *abssf2, addsf3, subsf3,
2799         mulsf3, divsf3, sqrtsf2, copysignsf3, smaxsf3, sminsf3, movsfcc,
2800         *fselsfsf4, fixuns_truncsfsi2, fix_truncsfsi2, floatunssisf2,
2801         btruncsf2, ceilsf2, floorsf2, roundsf2, floatdisf2_internal1,
2802         floatdisf2_internal2, *movsf_hardfloat, trunctfsf2_fprs,
2803         *movsf_update1, *movsf_update2, *cmpsf_internal1): Condition on
2804         TARGET_SINGLE_FLOAT.
2805         (divsf3, sqrtsf2, divdf3, divdf3_fpr): Condition on TARGET_SIMPLE_FPU.
2806         * config/rs6000/rs6000.opt (-msingle-float): New.
2807         (-mdouble-float): New.
2808         (-msimple-fpu): New.
2809         * doc/invoke.texi (RS/6000 and PowerPC Options): Add
2810         -msingle-float, -mdouble-float, -msimple-fpu options.
2811         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Set
2812         _SOFT_DOUBLE for -msingle-float.
2813         * config.gcc: New config for target=powerpc-xilinx-eabi.
2814
2815 2008-09-23  Eric Botcazou  <ebotcazou@adacore.com>
2816
2817         * config/sparc/constraints.md: New file.
2818         * config/sparc/sparc.md: Include it.
2819         * config/sparc/sparc-protos.h (memory_ok_for_ldd): Declare.
2820         (sparc_extra_constraint_check): Delete.
2821         * config/sparc/sparc.c (register_ok_for_ldd): Minor tweaks.
2822         (memory_ok_for_ldd): New predicate.
2823         (sparc_extra_constraint_check): Delete.
2824         * config/sparc/sparc.h (REG_CLASS_FROM_LETTER): Likewise.
2825         (CONST_OK_FOR_LETTER_P): Likewise.
2826         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
2827         (EXTRA_CONSTRAINT): Likewise.
2828
2829 2008-08-23  Steve Ellcey  <sje@cup.hp.com>
2830
2831         * regrename.c (do_replace): Copy REG_POINTER value to new reg.
2832
2833 2008-09-23  Richard Sandiford  <rdsandiford@googlemail.com>
2834
2835         * alias.c (find_base_value): Use FIND_BASE_TERM.
2836         * doc/tm.texi (FIND_BASE_TERM): Update documentation.
2837
2838 2008-09-23  Richard Sandiford  <rdsandiford@googlemail.com>
2839
2840         * config/i386/i386.c: Include cselib.h.
2841         (ix86_pic_register_p): New function.
2842         (ix86_delegitimize_address): Use it to check for the PIC register.
2843
2844 2008-09-23  Richard Sandiford  <rdsandiford@googlemail.com>
2845
2846         * doc/tm.texi (FIND_BASE_TERM): Expand documentation.
2847         * config/i386/i386.c (ix86_find_base_term): Don't check for
2848         SYMBOL_REF and LABEL_REF.
2849
2850 2008-09-23  Richard Sandiford  <rdsandiford@googlemail.com>
2851
2852         * config/i386/i386.c (ix86_delegitimize_address): Wrap the
2853         constant PLUS in a CONST.
2854
2855 2008-09-23  Kai Tietz  <kai.tietz@onevision.com>
2856
2857         * config/i386/i386.c (ix86_function_ok_for_sibcall): Correct
2858         check for sibcall support for w64.
2859
2860 2008-09-23  Eric Botcazou  <ebotcazou@adacore.com>
2861
2862         * c-ppoutput.c (cb_used_define): Do nothing for a builtin node.
2863
2864 2008-09-23  Aldy Hernandez  <aldyh@redhat.com>
2865
2866         * c-tree.h: Add argument to c_objc_common_truthvalue_conversion,
2867         parser_build_binary_op.
2868         * c-decl.c (build_enumerator): Pass location to build_binary_op.
2869         * c-typeck.c (build_array_ref): Same.
2870         (parser_build_unary_op): New location argument.
2871         (pointer_diff): Pass location to build_binary_op,
2872         c_objc_common_truthvalue_conversion.
2873         (build_modify_expr): Same.
2874         (build_unary_op): New location argument.
2875         (build_binary_op): New location argument.
2876         (c_objc_common_truthvalue_conversion): Pass location to
2877         c_*common_truthvalue_conversion.
2878         * c-convert.c (convert): Same.
2879         * c-common.c (binary_op_error): New location argument.
2880         (pointer_int_sum): Pass location to build_binary_op.
2881         (c_common_truthvalue_conversion): New location argument.
2882         (warn_for_sign_compare): Same.
2883         * c-common.h: Add location argument to c_common_truthvalue_conversion,
2884         binary_op_error, build_binary_op, warn_for_sign_compare.
2885         * c-parser.c (c_parser_condition): Pass location to
2886         c_*common_truthvalue_conversion.
2887         (c_parser_conditional_expression): Save condition's location and pass
2888         it on down.
2889         (c_parser_binary_expression): Same, but for the binary operator's
2890         location.
2891         (c_parser_omp_for_loop): Pass location to
2892         c_objc_common_truthvalue_conversion.
2893
2894 2008-09-23  Martin Jambor  <mjambor@suse.cz>
2895
2896         * cgraph.c (cgraph_free_edge): Use sizeof(*e).
2897         (cgraph_node_remove_callees): New temporary f.  Hold the next item
2898         in f when looping.
2899         (cgraph_node_remove_callers): Likewise.
2900
2901         * ipa-prop.c (ipa_edge_removal_hook): Use ATTRIBUTE_UNUSED.
2902         (ipa_node_removal_hook): Likewise.
2903
2904         * doc/gimple.texi (gimple_copy_call_skip_args): Changed to
2905         gimple_call_copy_skip_args and moved to the gimple_call section.
2906         * gimple.c (gimple_copy_call_skip_args): Renamed to
2907         gimple_call_copy_skip_args.  Changed al users.
2908
2909 2008-09-22  Vladimir Makarov  <vmakarov@redhat.com>
2910
2911         * ira-color.c (start_allocno_priorities): Rename to
2912         setup_allocno_priorities.  Use costs and
2913         ALLOCNO_EXCESS_PRESSURE_POINTS_NUM instead of frequencies and
2914         range lengths.  Get rid off doubles.
2915         (ira_fast_allocations): Call start_allocno_priorities.
2916         
2917 2008-09-22  David Daney  <ddaney@avtrex.com>
2918
2919         PR target/37593
2920         * config/mips/mips.h (FUNCTION_PROFILER): Call _mcount via a
2921         register if TARGET_LONG_CALLS.
2922
2923 2008-09-22  Richard Guenther  <rguenther@suse.de>
2924
2925         PR tree-optimization/37145
2926         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Re-enable
2927         value-numbering union accesses with their offset and size only.
2928         (visit_reference_op_load): Fix simplification of inserted conversions.
2929         * tree-ssa-pre.c (find_or_generate_expression): Do not
2930         recursively generate expressions if running FRE.
2931
2932 2008-09-22  Adam Nemet  <anemet@caviumnetworks.com>
2933
2934         * config/mips/mips.h (ISA_HAS_BADDU): New macro.
2935         * config/mips/mips.md (*baddu_si_eb, *baddu_si_el, *baddu_di<mode>):
2936         New patterns.
2937
2938 2008-09-22  Richard Guenther  <rguenther@suse.de>
2939
2940         PR tree-optimization/37145
2941         * tree-ssa-pre.c (fully_constant_expression): Simplify builtin calls.
2942         (phi_translate_1): Constant fold references.
2943
2944 2008-09-22  Ira Rosen  <irar@il.ibm.com>
2945
2946         PR tree-optimization/37482
2947         * tree-vectorizer.h (struct _slp_instance): Add new field.
2948         (SLP_INSTANCE_FIRST_LOAD_STMT): New.
2949         (get_earlier_stmt): New function.
2950         * tree-vect-analyze.c (vect_find_first_load_in_slp_instance): New
2951         function.
2952         (vect_analyze_slp_instance): Set SLP_INSTANCE_FIRST_LOAD_STMT.
2953         * tree-vect-transform.c (vect_finish_stmt_generation): Remove the
2954         asserts that GSI points to the scalar statement being vectorized.
2955         Set new statement location according to GSI.
2956         (vect_schedule_slp_instance): Use GSI of
2957         SLP_INSTANCE_FIRST_LOAD_STMT when vectorizing loads.
2958
2959 2008-09-21  Jan Hubicka  <jh@suse.cz>
2960
2961         * ipa-cp.c (ipcp_estimate_growth): Check recursive calls.
2962         (ipcp_insert_stage): Update dead_nodes bitmap.
2963
2964 2008-09-22  Danny Smith  <dannysmith@users.sourceforge.net>
2965
2966         PR target/37528 
2967         * config/i386/t-cygming (SHLIB_LC): Remove.
2968         (SHLIB_LINK): Don't add static objects to SHLIB_IMPLIB
2969         * config/i386/t-cygwin (SHLIB_LC): Specify all required libraries.
2970
2971 2008-09-22  Hans-Peter Nilsson  <hp@axis.com>
2972
2973         PR middle-end/37170
2974         PR middle-end/37280
2975         * final.c (mark_symbol_ref_as_used): New helper function.
2976         (output_operand): Instead of just looking inside MEMs for
2977         SYMBOL_REFs, use new helper function and for_each_rtx.
2978         * varasm.c (assemble_external): Move #ifndef ASM_OUTPUT_EXTERNAL
2979         to after weak-handling.  Don't mark decls with TREE_STATIC as weak.
2980         Make head comment more general.
2981         * config/darwin.c (machopic_output_indirection): Handle weak
2982         references here, like in assemble_external.
2983
2984 2008-09-21  Eric Botcazou  <ebotcazou@adacore.com>
2985
2986         * config/sparc/sparc-protos.h (gen_compare_operator): Declare.
2987         (sparc_emit_float_lib_cmp): Change return type.
2988         * config/sparc/sparc.c (gen_compare_reg): Add comment about TFmode.
2989         (gen_compare_operator): New function.
2990         (sparc_emit_float_lib_cmp): Return the new operator to be used in
2991         the comparison sequence.  Minor tweaks.
2992         * config/sparc/sparc.md (seq, sne, sgt, slt, sge, sle): Assert
2993         that the final operator and the result of sparc_emit_float_lib_cmp
2994         match for software TFmode; use emit_insn in lieu of emit_jump_insn.
2995         (beq, bne, bgt, blt, bge, ble, bunordered, bordered, bungt, bunlt,
2996         buneq, bunge, bunle, bltgt): Assert that the final operator and the
2997         result of sparc_emit_float_lib_cmp match for software TFmode.
2998         (movqicc, movhicc, movsicc, movdicc): Merge into...
2999         (mov<I:mode>cc): ...this.
3000         (movsfcc, movdfcc, movtfcc): Merge into...
3001         (mov<F:mode>cc): ...this.
3002         (movqi_cc_sp64, movhi_cc_sp64, movsi_cc_sp64, movdi_cc_sp64): Merge
3003         into...
3004         (mov<I:mode>_cc_v9): ...this.
3005         (movdi_cc_sp64_trunc): Delete.
3006         (movqi_cc_reg_sp64, movhi_cc_reg_sp64, movsi_cc_reg_sp64,
3007         movdi_cc_reg_sp64): Merge into...
3008         (mov<I:mode>_cc_reg_sp64): ...this.
3009         (movsf_cc_sp64): Rename into...
3010         (movsf_cc_v9): ...this.
3011         (movdf_cc_sp64): Rename into...
3012         (movdf_cc_v9): ...this.
3013         (movtf_cc_hq_sp64): Rename into...
3014         (movtf_cc_hq_v9): ...this.
3015         (movtf_cc_sp64): Rename into...
3016         (movtf_cc_v9): ...this.  Adjust for renaming of movdf_cc_sp64.
3017
3018 2008-09-21  Diego Novillo  <dnovillo@google.com>
3019
3020         * doc/gccint.texi: Include generic.texi and gimple.texi.
3021         Re-order index.
3022         * doc/tree-ssa.texi (GENERIC): Move to generic.texi.
3023         (GIMPLE): Move to gimple.texi.
3024         (Annotations): Remove references to to stmt_ann_t and
3025         ssa_name_ann_t.
3026         (SSA Operands): Rename from 'Statement Operands'.
3027         * doc/generic.texi: New.
3028         * doc/gimple.texi: New.
3029         * Makefile.in (TEXI_GCCINT_FILES): Add generic.texi and gimple.texi.
3030         * Makefile.in (TEXI_GCCINT_FILES):
3031         * gimple.c (gimple_copy_call_skip_args): Rename from
3032         giple_copy_call_skip_args.  Update all users.
3033         * doc/gimple.texi (gimple_copy_call_skip_args): Document.
3034
3035 2008-09-21  Ira Rosen  <irar@il.ibm.com>
3036
3037         PR tree-optimization/37539
3038         * tree-vect-transform.c (vect_transform_strided_load): Save vector
3039         statement in related statement field only for the first load of the
3040         group of loads with the same data reference.
3041
3042 2008-09-20  Adam Nemet  <anemet@caviumnetworks.com>
3043
3044         * config/mips/mips.h (TUNE_OCTEON): New macro.
3045         * config/mips/mips.c (mips_issue_rate): Return 2 for Octeon.
3046         (mips_multipass_dfa_lookahead): Return 2 for Octeon.
3047         * config/mips/octeon.md: New file.
3048         * config/mips/mips.md: Include octeon.md.  Restore
3049         semi-alphabetical order of include files.
3050
3051 2008-09-20  H.J. Lu  <hongjiu.lu@intel.com>
3052
3053         PR target/37571
3054         * config/i386/i386.md (*jcc_fused_1): Removed.
3055         (*jcc_fused_2): Likewise.
3056         (*jcc_fused_3): Likewise.
3057         (*jcc_fused_4): Likewise.
3058
3059 2008-09-20  Richard Sandiford  <rdsandiford@googlemail.com>
3060
3061         * doc/tm.texi (TARGET_IRA_COVER_CLASSES): Define.
3062         (IRA_COVER_CLASSES): Refer to TARGET_IRA_COVER_CLASSES.
3063         * target.h (gcc_target): Add ira_cover_classes.
3064         * ira.c: Remove IRA_COVER_CLASSES guards.
3065         (setup_cover_and_important_classes): Use targetm.ira_cover_classes
3066         instead of IRA_COVER_CLASSES.
3067         (setup_cover_and_important_classes): Remove IRA_COVER_CLASSES guard.
3068         (setup_class_translate): Likewise.
3069         (setup_reg_class_intersect_union): Likewise.
3070         (find_reg_class_closure): Replace IRA_COVER_CLASSES guard with a
3071         test of targetm.ira_cover_classes.
3072         * opts.c (decode_options): Use targetm.ira_cover_classes instead
3073         of IRA_COVER_CLASSES.
3074         * target-def.h (TARGET_IRA_COVER_CLASSES): Define.
3075         (TARGET_INITIALIZER): Include it.
3076         * targhooks.h (default_ira_cover_classes): Declare.
3077         * targhooks.c (default_ira_cover_classes): New function.
3078
3079 2008-09-19  Bob Wilson  <bob.wilson@acm.org>
3080         
3081         * config/xtensa/xtensa.md (reload<mode>_literal): Handle MEM operands.
3082         
3083 2008-09-19  Ian Lance Taylor  <iant@google.com>
3084
3085         * varasm.c (narrowing_initializer_constant_valid_p): Return
3086         NULL_TREE if ENDTYPE is not an integer.
3087
3088 2008-09-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3089
3090         PR tree-opt/30930
3091         * tree-ssa.c (execute_update_addresses_taken): Also update
3092         DECL_GIMPLE_REG_P for vector and complex types.
3093
3094 2008-09-19  Andrew MacLeod  <amacleod@redhat.com>
3095             Jan Hubicka  <jh@suse.cz>
3096
3097         PR middle-end/37567
3098         * tree-ssa-ter.c (free_temp_expr_table): Make sure fields are actually
3099         empty before freeing them.
3100         (find_replaceable_exprs): Move asserts to free_temp_expr_table.
3101
3102 2008-09-18  Bob Wilson  <bob.wilson@acm.org>
3103
3104         * configure.ac: Add HAVE_AS_TLS check for Xtensa.
3105         * config/xtensa/predicates.md (tls_symbol_operand): New.
3106         * config/xtensa/xtensa.c (TARGET_HAVE_TLS): Define.
3107         (TARGET_CANNOT_FORCE_MEM): Define.
3108         (xtensa_tls_symbol_p): New.
3109         (xtensa_emit_move_sequence): Check for and legitimize TLS addresses.
3110         (xtensa_legitimate_address_p): Disallow constant pool TLS references.
3111         (xtensa_tls_module_base): New.
3112         (xtensa_call_tls_desc): New.
3113         (xtensa_legitimize_tls_address): New.
3114         (xtensa_legitimize_address): Handle TLS symbols.
3115         (xtensa_tls_referenced_p_1): New.
3116         (xtensa_tls_referenced_p): New.
3117         (xtensa_output_addr_const_extra): Handle UNSPEC_TPOFF and
3118         UNSPEC_DTPOFF.
3119         (XTENSA_BUILTIN_THREAD_POINTER): New.
3120         (XTENSA_BUILTIN_SET_THREAD_POINTER): New.
3121         (xtensa_init_builtins): Set NOTHROW and READONLY for umulsidi3
3122         builtin.  Add declarations for __builtin_thread_pointer and
3123         __builtin_set_thread_pointer.
3124         (xtensa_fold_builtin): Recognize new builtins.
3125         (xtensa_expand_builtin): Expand new builtins.
3126         * config/xtensa/xtensa.h (XCHAL_HAVE_THREADPTR): Define default value.
3127         (TARGET_THREADPTR): Define.
3128         (HAVE_AS_TLS): Define default value.
3129         (LEGITIMATE_CONSTANT_P): Disallow TLS references.
3130         * config/xtensa/xtensa.md (UNSPEC_TPOFF, UNSPEC_DTPOFF): New.
3131         (UNSPEC_TLS_FUNC, UNSPEC_TLS_ARG, UNSPEC_TLS_CALL, UNSPEC_TP): New.
3132         (UNSPECV_SET_TP): New.
3133         (sym_TPOFF, sym_DTPOFF): New.
3134         (load_tp, set_tp, tls_func, tls_arg, tls_call): New.
3135         * config/xtensa/xtensa-protos.h (xtensa_tls_referenced_p): Declare.
3136         * configure: Regenerated.
3137         
3138 2008-09-18  H.J. Lu  <hongjiu.lu@intel.com>
3139
3140         PR target/37394
3141         * config/ia64/ia64.c (ia64_optimization_options): Move
3142         checking and setting flag_schedule_insns_after_reload and
3143         ia64_flag_schedule_insns2 back to ...
3144         (ia64_override_options): Here.
3145
3146 2008-09-18  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3147
3148         PR rtl-opt/37451
3149         * loop-doloop.c (doloop_modify): New argument zero_extend_p and
3150         zero extend count after the correction to it is done.
3151         (doloop_optimize): Update call to doloop_modify, don't zero extend
3152         count before call.
3153
3154 2008-09-18  Martin Jambor  <mjambor@suse.cz>
3155
3156         * ipa-cp.c (ipcp_estimate_growth): Return 0 instead of false.
3157
3158         * ipa-prop.c: Correct comments.
3159         * ipa-prop.h: Likewise.
3160
3161 2008-09-18  Jan Hubicka  <jh@suse.cz>
3162
3163         PR middle-end/37448
3164         * ipa-reference.c (ipa_reference_local_vars_info_d,
3165         ipa_reference_global_vars_info_d,
3166         ipa_reference_local_vars_info_t, ipa_reference_global_vars_info_t,
3167         ipa_reference_vars_info_t): Move here from ipa-reference.h
3168         (node_duplication_hook_holder, node_removal_hook_holder): New.
3169         (get_reference_vars_info_from_cgraph): Rename to ...
3170         (get_reference_vars_info): ... this one, use cgraph uids.
3171         (get_local_reference_vars_info, get_global_reference_vars_info):
3172         Use cgraph instead of decl.
3173         (ipa_reference_get_read_local, ipa_reference_get_written_local):
3174         Remove.
3175         (ipa_reference_get_read_global, ipa_reference_get_not_read_global
3176         ipa_reference_get_written_global,
3177         ipa_reference_get_not_written_global): Use cgraph argument.
3178         (check_call): Simplify avail check.
3179         (scan_stmt_for_static_refs): Update.
3180         (propagate_bits): Update.
3181         (merge_callee_local_info): Remove.
3182         (init_function_info): Use cgraph nodes.
3183         (clean_function_local_data): Break out from ...
3184         (clean_function): ... here.
3185         (copy_local_bitmap, copy_global_bitmap): New functions.
3186         (duplicate_node_data, remove_node_data): New functions.
3187         (generate_summary): Register hooks; use visibility instead of
3188         master clones.
3189         (propafate): Use cgraph nodes; copy bitmap to each node in cycle.
3190         * ipa-reference.h (ipa_reference_local_vars_info_d,
3191         ipa_reference_global_vars_info_d,
3192         ipa_reference_local_vars_info_t, ipa_reference_global_vars_info_t,
3193         ipa_reference_vars_info_t): Move to ipa-reference.c
3194         (ipa_reference_get_read_local, ipa_reference_get_written_local):
3195         Remove.
3196         (ipa_reference_get_read_global, ipa_reference_get_written_global,
3197         ipa_reference_get_not_read_global,
3198         ipa_reference_get_not_written_global): Update prototype.
3199         * ipa-pure-const.c (funct_state_vec): Turn into VECtor.
3200         (init_state): Remove.
3201         (node_duplication_hook_holder, node_removal_hook_holder): New.
3202         (get_function_state, set_function_state): Use VECtor.
3203         (analyze_function): Check body availability.
3204         (add_new_function): Likewise.
3205         (duplicate_node_data, remove_node_data): New.
3206         (generate_summary): Register hooks; do not care about clones.
3207         (propafate): Do not care about clones; recursive functions are
3208         not looping.
3209         * ipa-utils.c (searchc, ipa_utils_reduced_inorder): Do not skip clones.
3210         * ipa-prop.c (edge_removal_hook_holder, node_removal_hook_holder,
3211         * edge_duplication_hook_holder, node_duplication_hook_holder): Make
3212         static.
3213         * tree-flow.h (function_ann_d): Remove reference_vars_info.
3214         * tree-ssa-opreands.c (add_call_clobber_ops, add_call_read_ops):
3215         Update call of ipa-reference accesors.
3216
3217 2008-09-18  Simon Baldwin  <simonb@google.com>
3218
3219         * c-opts.c (c_common_handle_option): Add handling for
3220         -Wbuiltin-macro-redefined command line option.
3221         * c.opt: Added builtin-macro-redefined option.
3222         * doc/invoke.texi (Warning Options): Add -Wbuiltin-macro-redefined
3223         documentation.
3224
3225 2008-09-18  Richard Guenther  <rguenther@suse.de>
3226
3227         PR tree-optimization/37258
3228         * tree-ssa-sccvn.c (vn_phi_compute_hash): Include the precision
3229         and signedness for integral types.
3230         (vn_phi_eq): Require compatible types.
3231
3232 2008-09-18  Jakub Jelinek  <jakub@redhat.com>
3233
3234         PR debug/34037
3235         * gimplify.c (gimplify_type_sizes): When not optimizing, ensure
3236         TYPE_MIN_VALUE and TYPE_MAX_VALUE is not is not DECL_IGNORED_P
3237         VAR_DECL.
3238         * cfgexpand.c (expand_used_vars): Keep DECL_ARTIFICIAL
3239         !DECL_IGNORED_P vars in local_decls list for instantiate_decls,
3240         ggc_free other TREE_LIST nodes from that chain.
3241         * function.c (instantiate_decls): Instantiate also DECL_RTL
3242         of vars in cfun->local_decls, free that list afterwards.
3243
3244 2008-09-18  Eric Botcazou  <ebotcazou@adacore.com>
3245
3246         * config/sparc/sol2.h (WIDEST_HARDWARE_FP_SIZE): Move to...
3247         * config/sparc/sparc.h (WIDEST_HARDWARE_FP_SIZE): ...here.
3248
3249 2008-09-18  Andrew MacLeod  <amacleod@redhat.com>
3250
3251         * tree-outof-ssa.c (eliminate_useless_phis): Fix formatting.
3252         * tree-flow-.h (struct immediate_use_iterator_d): Fix comment.
3253
3254 2008-09-18  Andrew MacLeod  <amacleod@redhat.com>
3255
3256         PR tree-optimization/37102
3257         * tree-outof-ssa.c (remove_gimple_phi_args): Remove all the PHI args
3258         from a node. Check to see if another PHI is dead.
3259         (eliminate_useless_phis): Rename from eliminate_virtual_phis and 
3260         remove real PHIs which have no uses.
3261         (rewrite_out_of_ssa): Call eliminate_useless_phis.
3262
3263 2008-09-18  Richard Guenther  <rguenther@suse.de>
3264
3265         PR middle-end/37284
3266         * tree-cfg.c (remove_useless_stmts_1): Remove
3267         GIMPLE_CHANGE_DYNAMIC_TYPE if not optimizing.
3268
3269 2008-09-18  Nick Clifton  <nickc@redhat.com>
3270
3271         * config/frv/frv.h (IRA_COVER_CLASSES): Define.
3272         (SECONDARY_INPUT_RELOAD_CLASS): Omit unused argument in call
3273         to frv_secondary_reload_class.
3274         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
3275         * config/frv/frv.c (TARGET_SECONDARY_RELOAD): Define.
3276         (frv_secondary_reload_class): Omit unused parameter.
3277         (frv_secondary_reload): New function.  Handle the case when
3278         secondary_reload_class() is called before the reload_(in|out)
3279         _optabs have been initialised.
3280         * config/frv/frv-protos.h (frv_secondary_reload_class): Omit
3281         unused parameter.
3282         * config/frv/frv.md: Define an exclusion set between fr550_m0
3283         and fr550_f0.
3284
3285 2008-09-18  Richard Guenther  <rguenther@suse.de>
3286
3287         PR tree-optimization/37456
3288         * tree-ssa-reassoc.c (build_and_add_sum): If the stmt we
3289         want to insert after ends a BB insert on the single fallthru
3290         outgoing edge.
3291
3292 2008-09-18  Andreas Krebbel  <krebbel1@de.ibm.com>
3293
3294         * doc/invoke.texi: Document -mhard-dfp, -mno-hard-dfp.
3295         Mention -march=z9-109, z9-ec and z10.
3296
3297 2008-09-18  Uros Bizjak  <ubizjak@gmail.com>
3298
3299         PR rtl-optimization/37544
3300         * regrename.c (maybe_mode_change): Exit early when copy_mode
3301         is narrower than orig_mode and narrower than new_mode.
3302
3303 2008-09-18  Alexander Monakov  <amonakov@ispras.ru>
3304
3305         PR middle-end/37499
3306         * sched-int.h (struct _haifa_insn_data): Remove unused field ref_count.
3307
3308         * sched-rgn.c (ref_counts): Remove.
3309         (insn_referenced): New static variable.
3310         (INSN_REF_COUNT): Remove.
3311         (sched_run_compute_dependencies): Use insn_referenced instead of
3312         INSN_REF_COUNT.
3313         (add_branch_dependences): Likewise.  Delete dead assignment.
3314
3315 2008-09-17  Adam Nemet  <anemet@caviumnetworks.com>
3316
3317         * haifa-sched.c (dep_cost_1): Recognize the producer even if the
3318         consumer is an asm.  Add comment why this is important.
3319         (choose_ready): Add comment to the "INSN_CODE (insn) >= 0 ||
3320         recog_memoized (insn) < 0" assert.  Put ENABLE_CHECKING around it.
3321
3322 2008-09-17  Joseph Myers  <joseph@codesourcery.com>
3323
3324         * expr.c (emit_group_store): Do not shift before moving via a
3325         stack slot.
3326
3327 2008-09-17  Eric Botcazou  <ebotcazou@adacore.com>
3328
3329         * varasm.c (initializer_constant_valid_p): Forbid view-conversions
3330         from aggregate to non-aggregate type if the bit pattern is not fully
3331         preserved afterwards.
3332
3333 2008-09-17  Richard Guenther  <rguenther@suse.de>
3334
3335         * tree-cfg.c (verify_types_in_gimple_assign): Rename to ...
3336         (verify_gimple_assign): ... this.  Split into ...
3337         (verify_gimple_assign_unary): ... this,
3338         (verify_gimple_assign_binary): ... that,
3339         (verify_gimple_assign_single): ... and this.
3340         (verify_types_in_gimple_stmt): Call verify_gimple_assign.
3341         Fix GIMPLE_CHANGE_DYNAMIC_TYPE handling.
3342         (verify_types_in_gimple_min_lval): Handle TARGET_MEM_REF.
3343         (verify_types_in_gimple_reference): Be forgiving with
3344         VIEW_CONVERT_EXPRs.
3345         (verify_gimple_phi): Deal with virtual operands.
3346
3347         * tree.def (PREDICT_EXPR): Change to tcc_expression.
3348
3349 2008-09-17  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3350
3351         * tree.c (get_callee_fndecl): Don't call the language hook.
3352         * langhooks.h (lang_hooks): Remove lang_get_callee_fndecl.
3353         * langhooks-def.h (LANG_HOOKS_GET_CALLEE_FNDECL): Kill.
3354         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_GET_CALLEE_FNDECL.
3355
3356 2008-09-17  Jakub Jelinek  <jakub@redhat.com>
3357
3358         * tree.c (protected_set_expr_location): Don't unnecessarily
3359         check for error_mark_node.
3360
3361 2008-09-17  Art Haas  <ahaas@impactweather.com>
3362
3363         * ipa-reference.c (analyze_function): Declare step only if
3364         ENABLE_CHECKING is defined.
3365
3366 2008-09-17  Jan Hubicka  <jh@suse.cz>
3367
3368         PR c++/18071
3369         * tree.h (DECL_INLINE): remove.
3370         (DECL_DECLARED_INLINE_P): Update docs.
3371         (DECL_NO_INLINE_WARNING_P): new.
3372         (tree_function_decl): Replace inline_flag by no_inline_warning_flag.
3373         * tree-inline.c (inlinable_function_p): Set DECL_NO_INLINE_WARNING_P.
3374
3375 2008-09-17  Jakub Jelinek  <jakub@redhat.com>
3376             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3377
3378         PR bootstrap/37441
3379         * dwarf2out.c (dwarf2out_do_cfi_asm) [MIPS_DEBUGGING_INFO]: Return
3380         false.
3381
3382 2008-09-17  Jan Hubicka  <jh@suse.cz>
3383
3384         * ipa-reference.c (ipa_obstack): Remove.
3385         (local_info_obstack, global_info_obstack): New.
3386         (add_static_var): We now handle variables only.
3387         (mark_address_taken, mark_load, mark_store): New functions based on ...
3388         (check_operand): ... remove.
3389         (get_asm_stmt_operands): Rename to ...
3390         (check_asm_memory_clobber): ... this. Look only for memory clobber.
3391         (scan_stmt_for_static_refs): Rewrite.
3392         (scan_op_for_static_refs): Rename to ...
3393         (scan_initializer_for_static_refs): do not look for VAR_DECL
3394         initializers; stop recursion on types and decls.
3395         (ipa_init): Use proper obstacks.
3396         (analyze_variable): Use scan_initializer_for_static_refs.
3397         (init_function_info): Use local obstack.
3398         (analyze_function): Simplify.
3399         (add_new_function): We don't need visited_nodes obstack.
3400         (generate_summary): Use proper obstacks; cleanup after propagation.
3401
3402 2008-09-17  Richard Guenther  <rguenther@suse.de>
3403
3404         PR middle-end/37385
3405         PR tree-optimization/37491
3406         * alias.c (get_alias_set): Use the canonical type.
3407         * tree-vect-transform.c (vectorizable_store): Use the type of
3408         the lhs for the vector type.  Adjust checking.
3409         (vectorizable_load): Adjust checking.
3410
3411 2008-09-16  Jakub Jelinek  <jakub@redhat.com>
3412             Adam Nemet  <anemet@caviumnetworks.com>
3413
3414         PR rtl-optimization/37483
3415         * ifcvt.c (noce_try_sign_mask): Use if_info->test_bb instead of
3416         if_info->insn_b's bb as argument to optimize_bb_for_speed_p.
3417         Rearrange code to better match the original comment.  Check
3418         t_unconditional first.  Improve comment.
3419
3420 2008-09-16  Jakub Jelinek  <jakub@redhat.com>
3421
3422         PR c/37529
3423         * gimplify.c (gimplify_expr) <case GOTO_EXPR>: If gimplification of
3424         GOTO_DESTINATION failed, don't create GIMPLE_GOTO.
3425
3426         PR c++/37530
3427         * gimplify.c (gimplify_expr) <case TRY_CATCH_EXPR>: Don't create
3428         GIMPLE_TRY if cleanup sequence is empty.
3429
3430 2008-09-16  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3431
3432         PR middle-end/37263
3433         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Prefer the
3434         eliminate IV if the cost are the same.
3435
3436 2008-09-16  Richard Guenther  <rguenther@suse.de>
3437
3438         PR middle-end/37380
3439         * tree-sra.c (sra_build_assignment): Do not call the gimplifier
3440         if not necessary.
3441
3442 2008-09-16  Richard Guenther  <rguenther@suse.de>
3443
3444         PR tree-optimization/37508
3445         * tree-vrp.c (simplify_truth_ops_using_ranges): Also allow -1.
3446
3447 2008-09-15  Kaz Kojima  <kkojima@gcc.gnu.org>
3448
3449         * config/sh/sh.md (movsf_ie): Fix length for TARGET_SH2A.
3450
3451 2008-09-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3452
3453         * config/rs6000/rs6000.md (floatsidf2): Rewrite PowerPC64 case to
3454         use gen_floatdidf2 directly.
3455         (floatunssidf2): Likewise.
3456         (floatsidf_ppc64_mfpgpr): Remove.
3457         (floatsidf_ppc64): Remove.
3458         (floatunssidf_ppc64): Remove.
3459
3460 2008-09-15  Jakub Jelinek  <jakub@redhat.com>
3461
3462         * ira-color.c (finish_cost_update): Free update_cost_queue_elems
3463         rather than update_cost_queue.
3464
3465         * tree-ssa-alias.c (init_alias_info): Call bitmap_obstack_release
3466         in every call starting with the second one, instead of only when
3467         alias_bitmap_obstack.elements != NULL.
3468
3469         * tree-predcom.c (filter_suitable_components): Free all refs in
3470         act->refs vector before calling release_component.
3471         (add_ref_to_chain): Free ref if not adding it to chain->refs.
3472
3473         * tree-data-ref.c (free_subscripts): Free all subscript objects.
3474
3475         * tree-loop-linear.c (linear_transform_loops): Initialize
3476         lambda_obstack only after calling perfect_loop_nest_depth.
3477         Goto free_and_continue instead of just continue for later failures.
3478
3479         PR middle-end/37479
3480         * doc/invoke.texi: Document -fno-dwarf2-cfi-asm.
3481
3482         PR libmudflap/36397
3483         * tree-mudflap.c (mf_xform_derefs_1): Handle VIEW_CONVERT_EXPR.
3484
3485 2008-09-14  Andreas Schwab  <schwab@suse.de>
3486
3487         * tree-call-cdce.c (check_target_format): Accept Motorola formats.
3488
3489 2008-09-14  Jan Hubicka  <jh@suse.cz>
3490
3491         * invoke.texi (-fconserve-stack): Document.
3492         * opts.c (decode_options): Handle conserve_stack.
3493         * common.opt (fconvserve_stack): New.
3494
3495 2008-09-14  David Edelsohn  <edelsohn@gnu.org>
3496
3497         * config.host: Add x-aix to host_xmake_file.
3498         * config/rs6000/t-aix52: Do not override LDFLAGS.
3499         * config/rs6000/x-aix: New file.
3500
3501 2008-09-14  Andy Hutchinson  <hutchinsonandy@aim.com>
3502
3503         PR target/19636
3504         PR target/24894
3505         PR target/31644
3506         PR target/31786
3507         * config/avr/avr.c (legitimate_address_p): Fix problem where subreg
3508         is not recognized as a valid register usage. Allow REG_X to be used
3509         as a base pointer.
3510         * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Remove code that
3511         forces a reload when using a base register.
3512
3513 2008-09-14  Danny Smith  <dannysmith@users.sourceforge.net>
3514
3515         * config/i386/cygming-crtend.c (register_frame_ctor): If
3516         DEFAULT_USE_CXA_ATEXIT, register __gcc_deregister_frame
3517         directly with atexit.
3518         (deregister_frame_ctor): Rename to ...
3519         (deregister_frame_dtor): Use to call __gcc_deregister_frame
3520         if !DEFAULT_USE_CXA_ATEXIT.
3521
3522 2008-09-13  Jan Hubicka  <jh@suse.cz>
3523
3524         * cgraph.c: Include value-prof.h
3525         * Makefile.in (cgraph.o): Add value-prof.h dependency.
3526
3527 2008-09-13  Jan Hubicka  <jh@suse.cz>
3528
3529         PR middle-end/32581
3530         * tree-profile.c (add_abnormal_goto_call_edges): New function.
3531         (tree_gen_interval_profiler, tree_gen_pow2_profiler,
3532         tree_gen_one_value_profiler, tree_gen_average_profiler,
3533         tree_gen_ic_func_profiler, tree_gen_ior_profiler): Use it.
3534
3535 2008-09-13  Jan Hubicka  <jh@suse.cz>
3536
3537         * i386.c (ix86_expand_movmem, ix86_expand_movstr): Avoid processing
3538         too many bytes on misalligned blocks.
3539
3540 2008-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3541
3542         * doc/cfg.texi: Fix some typos.
3543         * doc/extend.texi: Likewise.
3544         * doc/install.texi: Likewise.
3545         * doc/invoke.texi: Likewise.
3546         * doc/rtl.texi: Likewise.
3547         * doc/tree-ssa.texi: Likewise.
3548
3549 2008-09-13  Richard Guenther  <rguenther@suse.de>
3550
3551         PR middle-end/30141
3552         * tree-nested.c (finalize_nesting_tree_1): Generate valid
3553         gimple stores for memory rhs.
3554
3555 2008-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3556
3557         PR rtl-optimization/37489
3558         * cse.c (fold_rtx): Don't return const_true_rtx for float
3559         compare if FLOAT_STORE_FLAG_VALUE is undefined.
3560
3561 2008-09-13  Jan Hubicka  <jh@suse.cz>
3562
3563         PR tree-optimization/37392
3564         * tree-inline.c (remap_gimple_stmt): Do not remap return value.
3565
3566 2008-09-13  Martin Jambor  <mjambor@suse.cz>
3567             Jan Hubicka  <jh@suse.cz>
3568
3569         * cgraph.c (free_edges): New variable.
3570         (NEXT_FREE_EDGE): New macro.
3571         (cgraph_free_edge): New function.
3572         (cgraph_remove_edge): Call cgraph_remove_edge_1.
3573         (cgraph_node_remove_callees): Likewise.
3574         (cgraph_node_remove_callers): Likewise.
3575         (cgraph_create_edge): Reuse edges from the free list.  Do not
3576         update uid if doing so.
3577         (cgraph_remove_*_hook): Add free call.
3578
3579 2008-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
3580
3581         * ira-color.c (conflict_allocno_vec): Delete.
3582         (update_cost_queue_elem): New structure.
3583         (update_cost_queue): New variable.
3584         (update_cost_queue_tail): Likewise.
3585         (update_cost_queue_elems): Likewise.
3586         (allocno_update_cost_check): Delete.
3587         (initiate_cost_update): Allocate update_cost_queue_elems
3588         instead of allocno_update_cost_check.
3589         (finish_cost_update): Update the free()s accordingly.
3590         (start_update_cost): New function.
3591         (queue_update_cost): Likewise.
3592         (get_next_update_cost): Likewise.
3593         (update_copy_costs_1): Inline into...
3594         (update_copy_costs): ...here.  Use a queue instead of recursive calls.
3595         Use cover_class instead of ALLOCNO_COVER_CLASS (another_allocno),
3596         once we've established they are equal.  Don't allocate update
3597         costs if there is nothing to add to them.
3598         (update_conflict_hard_regno_costs): Remove ALLOCNO and
3599         DIVISOR arguments.  Use a queue instead of recursive calls;
3600         process all the allocnos in the initial queue, rather than
3601         a single allocno.
3602         (assign_hard_reg): Use queue_update_cost instead of
3603         conflict_allocno_vec.  Queue coalesced allocnos instead
3604         of calling update_conflict_hard_regno_costs for each one.
3605         Just call update_conflict_hard_regno_costs once for the
3606         entire queue.
3607         (ira_color): Remove conflict_allocno_vec handling.
3608
3609 2008-09-12  Sebastian Pop  <sebastian.pop@amd.com>
3610
3611         PR tree-optimization/37484
3612         * graphite.c (scop_record_loop): Use snprintf instead of sprintf.
3613         (save_var_name): Same.
3614         (initialize_cloog_names): Same.
3615         (initialize_cloog_names): Same.
3616
3617 2008-09-12  Sebastian Pop  <sebastian.pop@amd.com>
3618
3619         * tree-scalar-evolution.c (set_instantiated_value): Set
3620         instantiated_below.
3621
3622 2008-09-12  Vladimir Makarov  <vmakarov@redhat.com>
3623
3624         PR rtl-opt/37377
3625
3626         * ira-build.c (common_loop_tree_node_dominator): Remove.
3627         (copy_live_ranges_to_removed_store_destinations): New function.
3628         (regno_top_level_allocno_map): Move to top level from ...
3629         (ira_flattening): ... here.  Use
3630         copy_live_ranges_to_removed_store_destinations.
3631
3632         * ira-emit.c (generate_edge_moves): Fix a comment.
3633
3634 2008-09-12  Anatoly Sokolov  <aesok@post.ru>
3635
3636         PR target/37466
3637         * config/avr/avr.md (movsi_lreg_const peephole2): Add match_dup for
3638         scratch register after 'set' pattern.
3639
3640 2008-09-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3641
3642         * emit-rtl.c (set_reg_attrs_from_value): Fix invalid alignment
3643         information passed to mark_reg_pointer.
3644         * explow.c (force_reg): Likewise.
3645
3646 2008-09-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3647
3648         * config/spu/spu.c (spu_override_options): Default to -mno-safe-hints
3649         when building for the celledp architecture.
3650
3651 2008-09-12  Richard Guenther  <rguenther@suse.de>
3652
3653         * tree-vrp.c (simplify_truth_ops_using_ranges): Fix types.
3654
3655 2008-09-12  Eric Botcazou  <ebotcazou@adacore.com>
3656
3657         PR rtl-optimization/37424
3658         * ira-color.c (coalesced_pseudo_reg_slot_compare): Untie by comparing
3659         the regnos instead of the addresses.
3660
3661 2008-09-11  Janis Johnson  <janis187@us.ibm.com>
3662
3663         * ginclude/float.h (DEC_EVAL_METHOD): Correct the macro name.
3664
3665 2008-09-11  Richard Guenther  <rguenther@suse.de>
3666
3667         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Avoid
3668         entering the weaker equivalence recording.
3669
3670         * tree-ssa-phiprop.c (propagate_with_phi): Fix tuplification.
3671
3672 2008-09-11  Jeff Law <law@redhat.com>
3673
3674         * reload1.c (alter_reg): Undo the BYTE_BIG_ENDIAN correction performed
3675         by assign_stack_local on the IRA path for stack slot sharing
3676         as well as the non-IRA path.
3677
3678 2008-09-11  Uros Bizjak  <ubizjak@gmail.com>
3679
3680         * config/i386/i386.h: Fix whitespace issues.
3681
3682 2008-09-11  Martin Jambor  <mjambor@suse.cz>
3683
3684         * ipa-prop.h (struct ipa_param_flags): Removed.
3685         (struct ipa_param_descriptor): New structure.
3686         (struct ipa_node_params): ipcp_lattices, param_decls and
3687         param_flags moved to ipa_param_description.
3688         (ipa_get_ith_param): Renamed to ipa_get_param, changed to access
3689         descriptors.  Renamed all users.
3690         (ipa_is_ith_param_modified): Renamed to ipa_is_param_modified,
3691         changed to access descriptors.  Renamed all users.
3692         (ipa_is_ith_param_called): Renamed to ipa_is_param_called, changed
3693         to access descriptors. Renamed all users.
3694         * ipa-cp.c (ipcp_init_cloned_node): Call
3695         ipa_initialize_node_params instead of ipa_count_formal_params and
3696         ipa_create_param_decls_array.
3697         (ipcp_analyze_node): Likewise.
3698         (ipcp_get_ith_lattice): Renamed to ipcp_get_lattice, changed to access
3699         descriptors.  Renamed all users.
3700         (ipcp_initialize_node_lattices): Remove allocation.
3701         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
3702         ipa_initialize_node_params instead of ipa_count_formal_params and
3703         ipa_create_param_decls_array.
3704         * ipa-prop.c (ipa_create_param_decls_array): Renamed to
3705         ipa_populate_param_decls, made static, added parameter info,
3706         renamed mt to node, removed allocation, changed to use
3707         descriptors.
3708         (ipa_count_formal_params): Made static, added parameter info,
3709         renamed mt to node.
3710         (ipa_initialize_node_params): New function.
3711         (ipa_check_stmt_modifications): Changed to use descriptors.
3712         (ipa_detect_param_modifications): Removed allocation, changed to
3713         use descriptors.
3714         (ipa_note_param_call): Changed to use descriptors.
3715         (ipa_analyze_params_uses): Removed allocation.
3716         (ipa_free_node_params_substructures): Changed to use descriptors.
3717         (ipa_edge_duplication_hook): Use the unused attribute.
3718         (ipa_node_duplication_hook): Use the unused attribute, changed to
3719         use descriptors, changed to duplicate descriptors.
3720
3721         * ipa-inline.c (cgraph_mark_inline_edge): New parameter new_edges,
3722         changed all callers.  Call ipa_propagate_indirect_call_infos if doing
3723         indirect inlining.  Made static.
3724         (cgraph_decide_inlining): Freeing ipa-prop structures after inlining
3725         functions called only once.
3726         (cgraph_decide_recursive_inlining): Don't call
3727         ipa_propagate_indirect_call_infos, pass new_edges to
3728         cgraph_mark_inline_edge instead.
3729         (cgraph_decide_inlining_of_small_functions): Don't call
3730         ipa_propagate_indirect_call_infos, pass new_edges to
3731         cgraph_mark_inline_edge instead.
3732         (cgraph_decide_inlining): Don't call
3733         ipa_propagate_indirect_call_infos.
3734         * ipa-prop.c: Check that vectors are allocated.
3735
3736         * ipa-inline.c (cgraph_mark_inline_edge): Returns boolean, true
3737         iff a new cgraph edges have been created.
3738         (cgraph_decide_inlining): New variable redo_always_inline.
3739         Flattening and always_inlining loop until callgraph stabilizes.
3740         * ipa-prop.c (update_call_notes_after_inlining): Returns boolean,
3741         true iff new cgraph edges have been created.
3742         (propagate_info_to_inlined_callees): Likewise.
3743         (ipa_propagate_indirect_call_infos): Likewise.
3744
3745 2008-09-11  Richard Guenther  <rguenther@suse.de>
3746
3747         * tree-vectorizer.c (slpeel_add_loop_guard): Fix types.
3748         (set_prologue_iterations): Likewise.
3749         * tree-vect-transform.c (vect_create_addr_base_for_vector_ref):
3750         Likewise.
3751         (vect_update_init_of_dr): Likewise.
3752         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Fix
3753         type verification.
3754         * fold-const.c (fold_unary): Do not generate calculations
3755         in sub-types.
3756
3757 2008-09-11  Paolo Bonzini  <bonzini@gnu.org>
3758
3759         * dojump.c (do_jump) [BIT_AND_EXPR]: Move below.  Fall through to
3760         TRUTH_AND_EXPR for boolean (1-bit precision) expressions.
3761         (do_jump) [BIT_IOR_EXPR]: Compile as TRUTH_OR_EXPR.
3762
3763         * tree-flow.h (simplify_stmt_using_ranges): Accept a GSI, return
3764         a bool.
3765         * tree-ssa-propagate.c (substitute_and_fold): Pass a GSI to
3766         VRP's simplify_stmt_using_ranges.  Do simplify_stmt_using_ranges
3767         before finalizing the changes.
3768         * tree-vrp.c (extract_range_from_binary_expr): Add limited support
3769         for BIT_IOR_EXPR.
3770         (simplify_truth_ops_using_ranges): New.
3771         (simplify_div_or_mod_using_ranges, simplify_abs_using_ranges,
3772         simplify_cond_using_ranges, simplify_switch_using_ranges): Return
3773         whether a simplification was made.
3774         (simplify_stmt_using_ranges): Ditto, and accept a GSI.  For GS_ASSIGN,
3775         use a switch statement and also call simplify_truth_ops_using_ranges.
3776
3777 2008-09-11  Jan Hubicka  <jh@suse.cz>
3778
3779         * ggc-common.c (loc_array): Make static.
3780         * dce.c (rest_of_handle_ud_dce): Free worklist.
3781
3782 2008-09-11  Jan Hubicka  <jh@suse.cz>
3783
3784         * cgraph.c (cgraph_release_function_body): Plug memory leak on
3785         ipa_transforms_to_apply and CFG; ggc_free gimple df and struct
3786         function so we are sure we do not dangle it forever.
3787         * function.c (outer_function_chain, find_function_data): Remove.
3788         (function_context_stack): New.
3789         (push_function_context, pop_function_context): Update.
3790         * function.h (struct function): Remove pointer outer.
3791         (outer_function_chain, find_function_data): Remove.
3792         * stmt.c (force_label_rtx): Remove dead call of find_function_data.
3793
3794 2008-09-11  Jan Hubicka  <jh@suse.cz>
3795
3796         PR middle-end/37448
3797         * cgraph.c (cgraph_create_edge): Use !cgraph_edge for sanity check.
3798
3799 2008-09-11  Jan Hubicka  <jh@suse.cz>
3800
3801         * tree-ssa-pre.c (phi_translate_1): Fix memory leak
3802
3803 2008-09-11  Jan Hubicka  <jh@suse.cz>
3804
3805         * tree-ssa.c (redirect_edge_var_map_clear): Fix formatting.
3806         (free_var_map_entry): New function.
3807         (redirect_edge_var_map_destroy): Use it.
3808
3809 2008-09-11  Jan Hubicka  <jh@suse.cz>
3810
3811         PR middle-end/37448
3812         * tree-inline.c (add_lexical_block): Replace with ...
3813         (prepend_lexical_block): ... prepend at begginig.
3814         (remap_blocks): Use it and reverse later.
3815         (expand_call_inline): Use prepend_lexical_block.
3816
3817 2008-09-11  Jan Hubicka  <jh@suse.cz>
3818
3819         * gimplify.c (pop_gimplify_context): Free bind_expr_stack.
3820
3821 2008-09-11  Jan Hubicka  <jh@suse.cz>
3822
3823         * function.c (free_after_compilation): Call insn_locators_free.
3824         * cfglayout.c (insn_locators_free): New function.
3825         * rtl.h (insn_locators_free): Declare.
3826
3827 2008-09-11  Jan Hubicka  <jh@suse.cz>
3828
3829         * ifcvt.c (check_cond_move_block): Make regs argument pointer to
3830         vector pointer.
3831         (cond_move_process_if_block): Update call.
3832
3833 2008-09-11  Jan Hubicka  <jh@suse.cz>
3834
3835         * toplev.c (dump_memory_report): Call dump_vec_loc_statistics.
3836         * vec.c: Include hashtab.h
3837         (vec_descriptor, ptr_hash_entry): New structures.
3838         (vec_desc_hash, vec_ptr_map): New static variables.
3839         (hash_descriptor, eq_descriptor, hash_ptr, eq_ptr, vec_descriptor,
3840         register_overhead, free_overhead, vec_heap_free): New functions.
3841         (vec_gc_o_reserve_1): ggc_free when resizing to 0.
3842         (vec_heap_o_reserve_1): free when resizing to 0; add statistics.
3843         (cmp_statistic, add_statistics, dump_vec_loc_statistics):
3844         New functions.
3845
3846 2008-09-11  Ira Rosen  <irar@il.ibm.com>
3847
3848         PR tree-optimization/37474
3849         * tree-vect-analyze.c (vect_supported_load_permutation_p): Check the
3850         length of load permutation.
3851
3852 2008-09-11  Andreas Schwab  <schwab@suse.de>
3853
3854         * config/m68k/m68k.h (IRA_COVER_CLASSES): Define.
3855
3856 2008-09-11  Jakub Jelinek  <jakub@redhat.com>
3857
3858         PR target/37382
3859         * expmed.c (extract_low_bits): Avoid creating invalid subregs.
3860         * dse.c (find_shift_sequence): Use extract_low_bits instead of
3861         simplify_gen_subreg.
3862
3863 2008-09-11  Ira Rosen  <irar@il.ibm.com>
3864
3865         * tree-vect-transform.c (vectorizable_store): Use the rhs vector type
3866         for alias check.
3867
3868 2008-09-10  Jakub Jelinek  <jakub@redhat.com>
3869
3870         PR middle-end/37338
3871         * gimplify.c (gimplify_body): Call default_rtl_profile.
3872
3873         PR target/36904
3874         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): Return NULL
3875         instead of tok->val.node if not expanding to something else.  Handle
3876         intervening CPP_PADDING tokens.
3877         (altivec_categorize_keyword): Remove unneeded comparisons.
3878
3879 2008-09-10  Richard Guenther  <rguenther@suse.de>
3880
3881         * tree-ssa-pre.c (phi_translate_1): Fix memory leak.
3882
3883 2008-09-10  Richard Guenther  <rguenther@suse.de>
3884
3885         PR middle-end/37432
3886         * tree-inline.c (insert_init_stmt): Make sure to not
3887         insert invalid gimple stores.
3888
3889 2008-09-10  Sebastian Pop  <sebastian.pop@amd.com>
3890
3891         PR tree-optimization/37388
3892         * toplev.c (process_options): Fail and warn when graphite
3893         flags are used, but the compiler has not been configured
3894         with graphite libraries.
3895         * graphite.c (graphite_transform_loops): Remove printfs
3896         to dump_file for the case when graphite is not available.
3897
3898 2008-09-10  H.J. Lu  <hongjiu.lu@intel.com>
3899
3900         PR target/37434:
3901         * config/i386/i386.c (ix86_expand_vector_init_interleave): Force
3902         the even element into register.
3903         (ix86_expand_vector_init_general): Don't use
3904         ix86_expand_vector_init_interleave on V16QImode and V8HImode
3905         if we can't move from GPR to SSE register directly.
3906
3907 2008-09-10  Bernd Schmidt  <bernd.schmidt@analog.com>
3908
3909         * config/bfin/bfin.c (workaround_speculation): Correct algorithm to
3910         not lose track of the number of NOPs needed.  Number of NOPs needed
3911         for sync vs. loads workaround was switched; corrected.  Run second
3912         pass for all workarounds.  No NOPs needed after call insns.  Change
3913         second pass to use find_next_insn_start and find_load helpers in order
3914         to properly detect parallel insns.
3915         * config/bfin/bfin.md (cbranch_with_nops): Increase length.
3916
3917 2008-09-10  Jan Hubicka  <jh@suse.cz>
3918
3919         * value-prof.c (gimple_ic): Fix tuplification bug.
3920         * sched-deps.c (sched_insns_conditions_mutex_p): Silence unitialized
3921         var warning.
3922
3923 2008-09-10  Jakub Jelinek  <jakub@redhat.com>
3924
3925         PR tree-optimization/37353
3926         * tree-call-cdce.c (cond_dead_built_in_calls): Remove.
3927         (shrink_wrap_conditional_dead_built_in_calls): Add calls argument, use
3928         calls instead of cond_dead_built_in_calls.
3929         (tree_call_cdce): Add cond_dead_built_in_calls automatic variable,
3930         initalize the vector only before adding first entry.  Use VEC_safe_push
3931         instead of VEC_quick_push.  Pass cond_dead_built_in_calls to
3932         shrink_wrap_conditional_dead_built_in_calls call.
3933
3934 2008-09-10  Ira Rosen  <irar@il.ibm.com>
3935
3936         PR tree-optimization/37385
3937         * tree-vect-transform.c (vect_create_data_ref_ptr): Add a new
3938         argument, and use it as a vector type if not NULL.
3939         (vectorizable_store): Call vect_create_data_ref_ptr with the type of
3940         vectorized rhs.
3941         (vect_setup_realignment): Call vect_create_data_ref_ptr with
3942         additional argument.
3943         (vectorizable_load): Likewise.
3944
3945 2008-09-10  Jakub Jelinek  <jakub@redhat.com>
3946
3947         * config/i386/i386.md (SWI32): New mode iterator.
3948         (jcc_fused_1, jcc_fused_2, jcc_fused_3, jcc_fused_4): Use it instead
3949         of SWI.
3950
3951 2008-09-09  Vladimir Makarov  <vmakarov@redhat.com>
3952
3953         PR rtl-optimization/37435
3954         * caller-save.c (insert_restore, insert_save): Check the mode by
3955         reg_save_code.
3956
3957 2008-09-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3958
3959         PR other/37265
3960         * dwarf2asm.c (dw2_force_const_mem): Use unstripped symbol name for
3961         splay tree lookup.
3962         (dw2_output_indirect_constant_1): Use unstripped name in symbol
3963         reference.
3964
3965 2008-09-09  Sandra Loosemore  <sandra@codesourcery.com>
3966
3967         * doc/invoke.texi (ARM Options): Correct errors in discussion
3968         of -mfloat-abi, -mhard-float, and -msoft-float.
3969
3970 2008-09-09  Jakub Jelinek  <jakub@redhat.com>
3971             Jan Hubicka  <jh@suse.cz>
3972
3973         PR middle-end/37356
3974         * tree-inline.c (copy_bb): Insert stmt into copy_basic_block before
3975         calling gimple_regimplify_operands on it.  Iterate over all newly
3976         added statements, not just the last one.
3977         (insert_init_stmt): Insert stmt into seq first, then call
3978         gimple_regimplify_operands on it.  Don't create new gimplification
3979         context, nor find referenced vars.
3980
3981 2008-09-09  Jakub Jelinek  <jakub@redhat.com>
3982
3983         PR other/37419
3984         * ipa-prop.h (ipa_propagate_indirect_call_infos): Change last argument
3985         to pointer to vector pointer.
3986         * ipa-prop.c (ipa_propagate_indirect_call_infos,
3987         propagate_info_to_inlined_callees): Likewise.
3988         (update_call_notes_after_inlining): Likewise.  Push new indirect edge
3989         to *new_edges instead of new_edges.  Reread IPA_EDGE_REF after
3990         ipa_check_create_edge_args.
3991         * ipa-inline.c (cgraph_decide_recursive_inlining): Change last
3992         argument to pointer to vector pointer.
3993         (cgraph_decide_inlining_of_small_function): Adjust
3994         cgraph_decide_recursive_inlining and ipa_propagate_indirect_call_infos
3995         calls.
3996
3997         PR target/37438
3998         * config/i386/i386.md (zero_extendqihi2_movzbl): Enable when
3999         optimizing for size, not speed.
4000
4001         PR rtl-optimization/37408
4002         * function.c (assign_parm_find_stack_rtl): Set correct MEM_SIZE
4003         if parm is promoted.
4004
4005 2008-09-09  Sebastian Pop  <sebastian.pop@amd.com>
4006
4007         PR tree-optimization/37375
4008         * tree-scalar-evolution.c (scev_info_str): Add field
4009         instantiated_below.
4010         (new_scev_info_str, eq_scev_info, find_var_scev_info,
4011         set_scalar_evolution, get_scalar_evolution, get_instantiated_value,
4012         set_instantiated_value): Pass instantiated_below.
4013         (analyze_scalar_evolution_1, analyze_scalar_evolution): Update calls
4014         to above functions.
4015         (instantiate_scev_1, instantiate_scev): Pass a basic block above which
4016         the definitions are not instantiated.
4017
4018         * tree-scalar-evolution.h (instantiate_scev): Update declaration.
4019         (block_before_loop): New.
4020         * tree-data-ref.c (dr_analyze_indices): Update uses of
4021         instantiate_scev.
4022         * graphite.c (block_before_scop): New.
4023         (loop_affine_expr, stmt_simple_for_scop_p, harmful_stmt_in_bb): Pass a
4024         basic block, not a loop for determining the parameters.
4025         (scopdet_edge_info, build_scops_1): Do not pass outermost loop in the
4026         scop.
4027         (idx_record_params, find_params_in_bb, find_scop_parameters,
4028         build_loop_iteration_domains, add_conditions_to_domain): Update calls
4029         to instantiate_scev.
4030
4031         * Makefile.in (cfgloopmanip.o): Add missing dependency on TREE_FLOW_H.
4032
4033 2008-09-09  Vladimir Makarov  <vmakarov@redhat.com>
4034
4035         PR rtl-opt/37333
4036
4037         * ira-build.c (ira_create_allocno): Setup frequency to 0.
4038
4039         * ira-color.c (update_conflict_hard_regno_costs): Remove assert.
4040         Check zero freq and increase if necessary.
4041
4042 2008-09-09  Vladimir Makarov  <vmakarov@redhat.com>
4043
4044         * ira-conflicts.c (process_regs_for_copy): Check that the hard
4045         regno is in the right range.  Add comments.
4046
4047 2008-09-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4048
4049         * Makefile.in (mips-tfile.o-warn): Don't error out on mips-tfile.c
4050         warnings.
4051         * mips-tfile.c (copy_object): Cast alloca result to int *.
4052         * mips-tdump.c (print_symbol): Cast xmalloc return values to
4053         proper types.
4054         Rename class to sclass.
4055         (read_tfile): Cast read_seek return values to proper types.
4056         Cast xcalloc return value to proper type.
4057
4058 2008-09-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4059
4060         * config/sol2.h (REGISTER_TARGET_PRAGMAS): Move ...
4061         * config/i386/sol2.h (REGISTER_SUBTARGET_PRAGMAS): ... here.
4062         * config/sparc/sol2.h (REGISTER_TARGET_PRAGMAS): ... and here.
4063
4064 2008-09-09  Jan Hubicka  <jh@suse.cz>
4065
4066         * profile.c (is_edge_inconsistent): Add debug output; ignore
4067         negative count on fake edges.
4068         (is_inconsistent): Add debug output.
4069
4070 2008-09-09  Andrey Belevantsev  <abel@ispras.ru>
4071
4072         * haifa-sched.c (advance_one_cycle): Do not print '\n' before printing
4073         dump message.
4074         (choose_ready): When first insn is chosen from the ready list, also
4075         dump it.
4076
4077 2008-09-09  Andrey Belevantsev  <abel@ispras.ru>
4078
4079         PR rtl-optimization/37360
4080         * haifa-sched.c (max_issue): Do not assert that we never issue more
4081         insns than issue_rate.  Add comment.
4082
4083 2008-09-09  Richard Guenther  <rguenther@suse.de>
4084
4085         * tree-cfg.c (verify_types_in_gimple_op): Remove.
4086         (verify_types_in_gimple_call): Rename to ...
4087         (verify_gimple_call): ... this.  Enhance.
4088         (verify_types_in_gimple_cond): Remove.
4089         (verify_gimple_comparison): New function ...
4090         (verify_types_in_gimple_assign): ... split out from here.
4091         (verify_types_in_gimple_return): Rename to ...
4092         (verify_gimple_return): ... this.  Enhance.
4093         (verify_types_in_gimple_switch): Rename to ...
4094         (verify_gimple_switch): ... this.  Enhance.
4095         (verify_gimple_goto): New function.
4096         (verify_types_in_gimple_phi): Rename to ...
4097         (verify_gimple_phi): ... this.  Enhance.
4098         (verify_types_in_gimple_stmt): Adjust calls to helper functions.
4099         Fold in single-statement cases from verify_types_in_gimple_seq_2.
4100         (verify_types_in_gimple_seq_2): Remove cases handled in
4101         verify_types_in_gimple_stmt.
4102
4103 2008-09-09  Bernd Schmidt  <bernd.schmidt@analog.com>
4104
4105         * config/bfin/bfin.c (n_regs_to_save): New static variable.
4106         (push_multiple_operation, pop_multiple_operation): Set it.
4107         (workaround_rts_anomaly): New function.
4108         (workaround_speculation): New function, broken out of bfin_reorg.
4109         (bfin_reorg): Call the new functions.
4110
4111 2008-09-09  Richard Guenther  <rguenther@suse.de>
4112
4113         PR middle-end/37354
4114         PR middle-end/30165
4115         * gimplify.c (gimplify_conversion): Change conversions of
4116         non-register type to VIEW_CONVERT_EXPRs.
4117         (gimplify_addr_expr): If we need to make the operand
4118         addressable make sure to use a properly initialized
4119         temporary for that so it gets a valid gimple store.
4120
4121 2008-09-09  Aldy Hernandez  <aldyh@redhat.com>
4122
4123         * function.h (struct function): Add function_start_locus.
4124         * cfgexpand.c (gimple_expand_cfg): Use it.
4125         * c-parser.c (c_parser_declaration_or_fndef): Set it.
4126
4127 2008-09-09  Richard Guenther  <rguenther@suse.de>
4128
4129         PR tree-optimization/37433
4130         * tree-ssa-ccp.c (ccp_fold): Properly guard folding of
4131         function calls.
4132
4133 2008-09-09  Richard Guenther  <rguenther@suse.de>
4134
4135         PR tree-optimization/37387
4136         * tree-ssa-ifcombine.c (ifcombine_iforif): Convert the name
4137         and bits to a common type.
4138
4139 2008-09-09  Nick Clifton  <nickc@redhat.com>
4140
4141         * config/v850/v850.md (return): Restore frame size restriction.
4142
4143 2008-09-09  Paolo Bonzini  <bonzini@gnu.org>
4144
4145         * c-common.c (c_expand_decl): Remove.
4146         * c-common.h (anon_aggr_type_p): Remove prototype.
4147         (DECL_ANON_UNION_ELEMS): Remove.
4148         * c-objc-common.h (LANG_HOOKS_EXPAND_DECL): Remove.
4149         * c-decl.c (anon_aggr_type_p): Remove.
4150         * langhooks-def.h (LANG_HOOKS_EXPAND_DECL): Remove.
4151         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_EXPAND_DECL.
4152         * langhooks.h (struct lang_hooks): Remove expand_decl.
4153         * langhooks.c (lhd_expand_decl): Remove.
4154         * stmt.c (expand_anon_union_decl): Remove.
4155         * tree.h (expand_anon_union_decl): Remove prototype.
4156
4157 2008-08-09  Andy Hutchinson  <hutchinsonandy@aim.com>
4158
4159         PR target/36609
4160         * config/avr/avr.c (avr_reorg): Create RTL for reversed compare with
4161         zero.
4162         * config/avr/avr.md  (QISI) : Define mode iterator.
4163         (negated_tst<mode>) : Redefine as split using mode macro.
4164         (reversed_tstqi): Define insn as reversed compare with zero.
4165         (reversed_tsthi): Ditto.
4166         (reversed_tstsi): Ditto.
4167
4168 2008-09-08  Jakub Jelinek  <jakub@redhat.com>
4169
4170         PR middle-end/37393
4171         * tree-inline.c (copy_bb): When replacing a gimple_call_va_arg_pack_p
4172         call stmt by new_call, clear gimple_bb on stmt after gsi_replace.
4173
4174         PR middle-end/37414
4175         * predict.c (optimize_function_for_size_p): Don't segfault if
4176         FUN is NULL.
4177         * fold-const.c (LOGICAL_OP_NON_SHORT_CIRCUIT, fold_truthop,
4178         tree_swap_operands_p): Don't test cfun != NULL before calling
4179         optimize_function_for_s*_p.
4180
4181 2008-09-08  Eric Botcazou  <ebotcazou@adacore.com>
4182
4183         * ira-color.c (ira_reuse_stack_slot): Set slot_num on success at the
4184         end of the search.
4185
4186 2008-09-08  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4187
4188         * crx/crx.h (IRA_COVER_CLASSES): Define.
4189
4190 2008-09-08  Jakub Jelinek  <jakub@redhat.com>
4191
4192         PR middle-end/37337
4193         * tree-ssa-dom.c (optimize_stmt): Call maybe_clean_or_replace_eh_stmt
4194         even when a stmt has been gimple_modified_p, but after fold_stmt is
4195         not any longer.  Remove unneeded may_have_exposed_new_symbols
4196         initializations.
4197
4198 2008-09-08  Richard Guenther  <rguenther@suse.de>
4199
4200         PR tree-optimization/37421
4201         * tree-ssa-sccvn.c (visit_copy): Make sure to fully
4202         valueize the RHS.
4203
4204 2008-09-08  Jakub Jelinek  <jakub@redhat.com>
4205
4206         PR middle-end/37415
4207         * opts.c (common_handle_option): Handle OPT_ftree_store_ccp.
4208
4209 2008-09-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4210
4211         PR driver/37409
4212         * pa-hpux.h (LINK_SPEC): Strip -fwhole-program.
4213         * pa-hpux10.h (LINK_SPEC): Likewise.
4214         * pa-hpux11.h (LINK_SPEC): Likewise.
4215
4216 2008-09-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4217
4218         * pa32-regs.h (IRA_COVER_CLASSES): Define.
4219         * pa64-regs.h (IRA_COVER_CLASSES): Define.
4220
4221 2008-09-07  Helge Deller  <deller@gmx.de>
4222
4223         * pa/linux-atomic.c: New file.
4224         * pa/t-linux (LIB2FUNCS_STATIC_EXTRA): Define.
4225         * pa/t-linux64 (LIB2FUNCS_STATIC_EXTRA): Define.
4226
4227 2008-09-07  Richard Guenther  <rguenther@suse.de>
4228             Ira Rosen  <irar@il.ibm.com>
4229
4230         PR tree-optimization/36630
4231         * tree-vect-transform.c (vect_update_ivs_after_vectorizer):
4232         Call STRIP_NOPS before calling evolution_part_in_loop_num.
4233
4234 2008-09-07  Dorit Nuzman  <dorit@il.ibm.com>
4235             Ira Rosen  <irar@il.ibm.com>
4236
4237         PR tree-optimization/35642
4238         * config/rs6000/altivec.md (mulv8hi3): Implement.
4239
4240 2008-09-06  Jeff Law <law@redhat.com>
4241
4242         * h8300/h8300.h (IRA_COVER_CLASSES): Define.
4243
4244 2008-09-06  Jan Hubicka  <jh@suse.cz>
4245
4246         PR tree-optimization/14703
4247         * tree-ssa-live.c (remove_unused_scope_block_p): Remove ignored
4248         declarations.
4249         * passes.c (init_optimization_passes): Recompute inline parameters.
4250
4251 2008-09-06  Richard Sandiford  <rdsandiford@googlemail.com>
4252
4253         * config/mips/mips.c (mips_function_ok_for_sibcall): Check for
4254         DECL being null.
4255
4256 2008-09-06  Richard Sandiford  <rdsandiford@goolemail.com>
4257             Peter Fuerst  <post@pfrst.de>
4258
4259         * doc/invoke.texi: Document -mr10k-cache-barrier=.
4260         * doc/extend.texi: Document __builtin_mips_cache.
4261         * config/mips/mips-ftypes.def: Add a (VOID, SI, CVPOINTER) entry.
4262         * config/mips/mips.opt (mr10k-cache-barrier=): New option.
4263         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define
4264         __GCC_HAVE_BUILTIN_MIPS_CACHE.
4265         (TARGET_CACHE_BUILTIN, ISA_HAS_CACHE): New macros.
4266         * config/mips/mips.c (mips_r10k_cache_barrier_setting): New enum.
4267         (set_push_mips_isas): New variable.
4268         (mips_r10k_cache_barrier): New variable.
4269         (cache): New availability predicate.
4270         (mips_builtins): Add an entry for __builtin_mips_cache.
4271         (mips_build_cvpointer_type): New function.
4272         (MIPS_ATYPE_CVPOINTER): New macro.
4273         (mips_prepare_builtin_arg): Only use the insn's mode if the rtx's
4274         mode is VOIDmode.
4275         (r10k_simplified_address_p, r10k_simplify_address)
4276         (r10k_uncached_address_p, r10k_safe_address_p)
4277         (r10k_needs_protection_p_1, r10k_needs_protection_p_store)
4278         (r10k_needs_protection_p_call, r10k_needs_protection_p)
4279         (r10k_insert_cache_barriers): New functions.
4280         (mips_reorg_process_insns): Delete cache barriers after a
4281         branch-likely instruction.
4282         (mips_reorg): Call r10k_insert_cache_barriers.
4283         (mips_handle_option): Handle OPT_mr10k_cache_barrier_.
4284         * config/mips/mips.md (UNSPEC_MIPS_CACHE): New constant.
4285         (UNSPEC_R10K_CACHE_BARRIER): Likewise.
4286         (mips_cache, r10k_cache_barrier): New define_insns.
4287
4288 2008-09-06  Richard Sandiford  <rdsandiford@googlemail.com>
4289
4290         * ira-int.h (ira_zero_hard_reg_set, ira_one_hard_reg_set): Delete.
4291         * ira-color.c (setup_allocno_left_conflicts_num): Use
4292         hard_reg_set_equal_p instead of a comparison with
4293         ira_zero_hard_reg_set.
4294         * ira.c (setup_reg_subclasses): Likewise.
4295         (setup_cover_and_important_classes): Likewise.
4296         (setup_class_translate): Likewise.
4297         (setup_reg_class_intersect_union): Likewise.
4298         (ira_zero_hard_reg_set, ira_one_hard_reg_set): Delete.
4299         (ira_init_once): Don't initialize them.
4300
4301 2008-09-05  Vladimir Makarov  <vmakarov@redhat.com>
4302
4303         * doc/tm.texi (IRA_COVER_CLASSES): Fix a typo.
4304
4305 2008-09-05  Vladimir Makarov  <vmakarov@redhat.com>
4306
4307         * ira-color.c (ira_fast_allocation): Permit global allocno allocation.
4308
4309 2008-09-05  Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
4310
4311         Improved branch hints, safe hints, and scheduling.
4312
4313         * haifa-sched.c (sched_emit_insn) : Define.
4314         * sched-int.h (sched_emit_insn) : Add prototype.
4315         * doc/invoke.texi (-mdual-nops, -mhint-max-nops,
4316         -mhint-max-distance -msafe-hints) : Document.
4317         * config/spu/spu.c (spu_flag_var_tracking): New.
4318         (TARGET_SCHED_INIT_GLOBAL, TARGET_SCHED_INIT,
4319         TARGET_SCHED_REORDER, TARGET_SCHED_REORDER2,
4320         TARGET_ASM_FILE_START): Define.
4321         (TARGET_SCHED_ADJUST_PRIORITY): Remove.
4322         (STOP_HINT_P, HINTED_P, SCHED_ON_EVEN_P): Define.
4323         (spu_emit_branch_hint): Add blocks argument.
4324         (insert_branch_hints, insert_nops): Remove.
4325         (pad_bb, insert_hbrp_for_ilb_runout, insert_hbrp, in_spu_reorg,
4326         uses_ls_unit, spu_sched_init_global, spu_sched_init,
4327         spu_sched_reorder, asm_file_start): New functions.
4328         (clock_var, spu_sched_length, pipe0_clock,
4329         pipe1_clock, prev_clock_var, prev_priority,
4330         spu_ls_first, prev_ls_clock): New static variables.
4331         * config/spu/spu.h (TARGET_DEFAULT): Add MASK_SAFE_HINTS.
4332         * config/spu.md (iprefetch): Add operand, make it clobber MEM.
4333         (nopn_nv): Add a non-volatile version of nop.
4334         * config/spu/spu.opt (-mdual-nops, -mhint-max-nops,
4335         -mhint-max-distance, -msafe-hints): New options.
4336
4337 2008-09-05  Janis Johnson  <janis187@us.ibm.com>
4338             Samuel Tardieu  <sam@rfc1149.net>
4339
4340         * opts.c (decode_options): Combine nested if statements.
4341
4342         PR target/37283
4343         * opts.c (decode_options): Handle more relationships among
4344         unit-at-a-time, toplevel-reorder, and section-anchors.
4345
4346 2008-09-05  David Daney  <ddaney@avtrex.com>
4347
4348         * doc/install.texi (--enable-reduced-reflection): Document new option.
4349
4350 2008-09-05  Bob Wilson  <bob.wilson@acm.org>
4351
4352         * config/xtensa/predicates.md (nonimmed_operand, mem_operand): Use
4353         constantpool_mem_p.
4354         (constantpool_operand): New.
4355         (move_operand): Disallow sub-word modes for the constant pool.
4356         * config/xtensa/xtensa.c (TARGET_SECONDARY_RELOAD): Define.
4357         (xtensa_secondary_reload_class): Replace with....
4358         (xtensa_secondary_reload): this function.  Remove SIGN_EXTEND check.
4359         Set icode for sub-word reloads from the constant pool.
4360         * config/xtensa/xtensa.h (SECONDARY_INPUT_RELOAD_CLASS): Delete.
4361         (SECONDARY_OUTPUT_RELOAD_CLASS): Delete.
4362         * config/xtensa/xtensa.md (reload<mode>_literal): New.
4363         * config/xtensa/xtensa-protos.h: Update prototypes.
4364
4365 2008-09-05  Joseph Myers  <joseph@codesourcery.com>
4366
4367         * config/mips/mips.h (enum reg_class): Add FRAME_REGS.
4368         (REG_CLASS_NAMES): Update.
4369         (REG_CLASS_CONTENTS): Update.
4370         * config/mips/mips.c (mips_regno_to_class): Use FRAME_REGS instead
4371         of ALL_REGS for regs 77 and 78.
4372         * function.c (instantiate_virtual_regs_in_insn): Assert that
4373         return value of simplify_gen_subreg is not NULL.
4374
4375 2008-09-05  Paolo Bonzini  <bonzini@gnu.org>
4376
4377         * emit-rtl.c (gen_rtvec): Rewrite not using gen_rtvec_v.
4378         (gen_rtvec_v): Fix coding standards.
4379
4380 2008-09-04  Jan Hubicka  <jh@suse.cz>
4381
4382         * i386.c (decide_alg): Be more conservative about optimizing for size.
4383
4384 2008-09-04  Ian Lance Taylor  <iant@google.com>
4385
4386         * varasm.c (narrowing_initializer_constant_valid_p): New
4387         static function.
4388         (initializer_constant_valid_p): Call it.
4389
4390 2008-09-04  Jeff Law  <law@redhat.com>
4391
4392         * fold-const.c (native_encode_real): Fix computation of WORDS.
4393         (native_interpret_real): Likewise.
4394
4395 2008-09-04  Janis Johnson  <janis187@us.ibm.com>
4396
4397         * config/rs6000/t-rs6000: Remove target gt-rs6000.h.
4398
4399 2008-09-04  Vladimir Makarov  <vmakarov@redhat.com>
4400
4401         * ira-conflicts.c (process_regs_for_copy): Check insn to check
4402         that the cost is already taken into account in ira-costs.c
4403
4404         * ira-int.h (ira_debug_copy, ira_debug_copies): New.
4405
4406         * ira-build.c (print_copy, print_copies, ira_debug_copy,
4407         ira_debug_copies): New.
4408         (ira_bulid): Call print_copies.
4409
4410         * doc/tm.texi (IRA_COVER_CLASSES): Fix the description.
4411
4412 2008-09-04  Samuel Tardieu  <sam@rfc1149.net>
4413
4414         PR target/32783
4415         * config/rs6000/rs6000.c (optimization_options): Remove check of
4416         flag_toplevel_order.
4417
4418 2008-09-04  Adam Nemet  <anemet@caviumnetworks.com>
4419
4420         * config/mips/mips.h (ISA_HAS_SEQ_SNE): New macro.
4421         * config/mips/mips.c (mips_expand_scc): Also expand seq and sne if
4422         second operand is a reg_imm10_operand.
4423         * config/mips/mips.md (*seq_<GPR:mode><GPR2:mode>_seq,
4424         *sne_<GPR:mode><GPR2:mode>_sne): New patterns.
4425         (*seq_<GPR:mode><GPR2:mode>): Rename to
4426         *seq_zero_<GPR:mode><GPR2:mode>.  Don't match if
4427         ISA_HAS_SEQ_SNE.
4428         (*seq_<GPR:mode><GPR2:mode>_mips16): Rename to
4429         *seq_zero_<GPR:mode><GPR2:mode>_mip16.  Don't match if
4430         ISA_HAS_SEQ_SNE.
4431         (*sne_<GPR:mode><GPR2:mode>): Rename to
4432         *sne_zero_<GPR:mode><GPR2:mode>.  Don't match if
4433         ISA_HAS_SEQ_SNE.
4434
4435 2008-09-04  Adam Nemet  <anemet@caviumnetworks.com>
4436
4437         * config/mips/mips.h (ISA_HAS_EXTS): New macro.
4438         * config/mips/mips.md (*ashr_trunc<mode>): Name the pattern
4439         combining an arithmetic right shift by more than 31 and a
4440         trunction.  Don't match for out-of-range shift amounts.  Set
4441         attribute mode to <MODE>.
4442         (*lshr32_trunc<mode>): Name the pattern combining a logical right
4443         shift by 32 and and a truncation.  Set attribute mode to <MODE>.
4444         (*<optab>_trunc<mode>_exts): New pattern for truncated right
4445         shifts by less than 32.
4446         (extv): Change predicate on first operand to accept registers.
4447         Change predicate of the other operands from immediate_operand to
4448         const_int_operand.  Expand exts when source is a register.
4449         (extzv): Change predicate of the constant operands from
4450         immediate_operand to const_int_operand.
4451         (extzv<mode>): Change predicate of the constant operands from
4452         immediate_operand to const_int_operand and no constraint. Also
4453         remove mode.
4454         (*extzv_trunc<mode>_exts): New pattern.
4455
4456 2008-09-04  Adam Nemet  <anemet@caviumnetworks.com>
4457
4458         * config/mips/mips.h (ISA_HAS_CINS): New macro.
4459         * config/mips/mips-protos.h (mask_low_and_shift_p,
4460         mask_low_and_shift_len): Declare.
4461         * config/mips/mips.c (mask_low_and_shift_p,
4462         mask_low_and_shift_len): New functions.
4463         (mips_print_operand): Handle new operand prefix "m".
4464         * config/mips/mips.md (*cins<mode>): New pattern.
4465
4466 2008-09-04  Bernd Schmidt  <bernd.schmidt@analog.com>
4467
4468         * config/bfin/bfin.c (gen_one_bundle): Don't create new nops when
4469         optimizing for size.
4470
4471 2008-09-04  Richard Sandiford  <rdsandiford@googlemail.com>
4472
4473         * df-scan.c (df_get_entry_block_def_set): Add STACK_POINTER_REGNUM
4474         regardless of epilogue_completed.
4475
4476 2008-09-04  Vladimir Makarov  <vmakarov@redhat.com>
4477
4478         PR middle-end/37359
4479         * ira-lives.c (process_bb_node_lives): Check setjmp.
4480
4481 2008-09-04  Richard Sandiford  <rdsandiford@googlemail.com>
4482
4483         PR middle-end/37243
4484         * ira-build.c (form_loop_tree): Reverse BB walk.
4485         (create_bb_allocnos): Likewise.
4486         * ira-lives.c (make_regno_born_and_dead, regs_set): Delete.
4487         (mark_reg_store): Rename to...
4488         (mark_ref_live): ...this and take a df_ref argument instead of
4489         note_stores arguments.  Assert that we have a register.
4490         (mark_reg_clobber): Delete.
4491         (def_conflicts_with_inputs_p): New function.
4492         (mark_reg_conflicts): Delete.
4493         (mark_reg_death): Rename to...
4494         (mark_ref_dead): ...this and take a df_ref argument instead of
4495         a register.  Assert that we have a register.
4496         (process_bb_node_lives): Hoist frequency calculation out of
4497         instruction walk.  Convert from a forwards scan to a backwards scan.
4498         Use DF_REF_USES and DF_REF_DEFS instead of register notes and
4499         note_stores.  Remove EH_RETURN_DATA_REGNO and regs_set handling.
4500         (create_allocno_live_ranges): Don't create regs_set.
4501
4502 2008-09-04  Ian Lance Taylor  <iant@google.com>
4503
4504         * rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND
4505         or REG_LABEL_TARGET.
4506         * calls.c (emit_library_call_value_1): Use MEM_P rather than
4507         comparing MODE with MEM.
4508         * gimple.c (gimple_build_predict): Cast END_PREDICTORS before
4509         comparing with GF_PREDICT_TAKEN.
4510         (gimple_get_lhs): Change code to enum gimple_code.
4511         (gimple_set_lhs): Likewise.
4512         * ifcvt.c (noce_process_if_block): Correct GET_MODE to GET_CODE.
4513         * omp-low.c (find_omp_clause): Change kind parameter to enum
4514         omp_clause_code.
4515         * tree-flow.h (find_omp_clause): Update declaration.
4516         * regrename.c (clear_dead_regs): Change kind parameter to enum
4517         reg_note.
4518         * reload1.c (eliminate_regs_1): Use REG_NOTE_KIND rather than
4519         GET_MODE.
4520         * see.c (see_get_extension_data): Change return type to enum
4521         entry_type.  Change UNKNOWN to NOT_RELEVANT, SIGN_EXTEND to
4522         SIGNED_EXTENDED_DEF, ZERO_EXTEND to ZERO_EXTENDED_DEF.
4523         (see_gen_normalized_extension): Change extension_code parameter to
4524         enum entry_type.
4525         (see_seek_pre_extension_expr): Change extension_code to enum
4526         entry_type.
4527         (see_merge_one_def_extension): Likewise.
4528         (see_handle_relevant_defs): Likewise.
4529         (see_handle_relevant_uses): Likewise.
4530         (see_analyze_one_def): Likewise.
4531         * tree-cfg.c (need_fake_edge_p): Compare gimple code with
4532         GIMPLE_ASM rather than ASM_EXPR.
4533         * tree-ssa-alias.c (is_escape_site): Compare gimple code with
4534         GIMPLE_RETURN rather than RETURN_EXPR.
4535         * tree-ssa-ccp.c (likely_value): Change code to enum gimple_code.
4536         (evaluate_stmt): Likewise.
4537         * tree-vect-analyze.c (vect_analyze_operations): Change relevance
4538         to enum vect_relevant.
4539         (vect_mark_stmts_to_be_vectorized): Change assertion to not
4540         compare gimple codes with tree codes.
4541
4542 2008-09-04  Paul Brook  <paul@codesourcery.com>
4543
4544         * config/arm/arm.c (arm_size_rtx_costs): Call cost function.
4545
4546 2008-09-04  Bernd Schmidt  <bernd.schmidt@analog.com>
4547
4548         * config/bfin/bfin.c (bfin_function_ok_for_sibcall): Restore a null
4549         pointer check lost in the recent no-unit-at-a-time patch.
4550
4551 2008-09-04  Jan Hubicka  <jh@suse.cz>
4552
4553         PR middle-end/37343
4554         * tree-switch-conversion.c (check_final_bb): Accept only IP
4555         invariants.
4556
4557 2008-09-04  Jan Hubicka  <jh@suse.cz>
4558
4559         * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
4560         Break out from ...
4561         (vrp_evaluate_conditional_warnv_with_ops): ... this one.  Add
4562         using_ranges argument.
4563         (vrp_evaluate_conditional): Avoid bogus warning for type range.
4564         (vrp_visit_cond_stmt): Update call of
4565         vrp_evaluate_conditional_warnv_with_ops
4566
4567 2008-09-04  Jan Hubicka  <jh@suse.cz>
4568
4569         PR tree-optimization/37345
4570         PR tree-optimization/37358
4571         PR tree-optimization/37357
4572         * tree.c (build_function_type_skip_args): Build distinct type copy;
4573         set TYPE_CONTEXT.
4574         (build_function_decl_skip_args): Set type of new decl not orig decl;
4575         clear DECL_VINDEX for methods turned into functions.
4576
4577 2008-09-04  Nick Clifton  <nickc@redhat.com>
4578
4579         * configure.ac (HAVE_GAS_LCOMM_WITH_ALIGNMENT): New assembler check.
4580         * configure: Regenerate.
4581         * config.in: Regenerate.
4582         * config/i386/bsd.h (ASM_OUTPUT_ALIGNED_LOCAL): Use .lcomm with an
4583         alignment field, if it is supported.
4584
4585 2008-09-04  Kai Tietz  <kai.tietz@onevision.com>
4586
4587         * config/i386/t-mingw32 (SHLIB_LC): Change order of import
4588         libraries.
4589
4590 2008-09-03  David Edelsohn  <edelsohn@gnu.org>
4591
4592         * config/rs6000/rs6000.c (processor_target_table): Do not
4593         enable VMX for POWER6.
4594
4595 2008-09-03  Anton Blanchard  <anton@samba.org>
4596
4597         * config/rs6000/rs6000.c (rs6000_split_lock_test_and_set): Do not
4598         emit memory barrier before operation.
4599
4600 2008-09-03  John David Anglin  <dave.anglin@nrc.cnrc.gc.ca>
4601
4602         PR testsuite/37325
4603         * config/pa/pa64-hpux.h (ASM_OUTPUT_EXTERNAL_REAL): Call
4604         default_elf_asm_output_external.
4605
4606 2008-09-03  Jeff Law  <law@redhat.com>
4607
4608         * h8300.c (expand_a_shift): Avoid invalid RTL sharing.
4609
4610 2008-09-03  Richard Henderson  <rth@redhat.com>
4611
4612         * config/alpha/alpha.c (alpha_split_lock_test_and_set): Move
4613         memory barrier to below the test-and-set.
4614         (alpha_split_lock_test_and_set_12): Likewise.
4615
4616 2008-09-03  Vladimir Makarov  <vmakarov@redhat.com>
4617
4618         PR rtl-opt/37243
4619
4620         * ira-int.h (ira_loop_tree_node): Rename mentioned_allocnos to
4621         all_allocnos.
4622
4623         * ira-color.c (print_loop_title): Use all_allocnos.
4624         (color_pass): Ditto.  Don't add border_allocnos.  Check that
4625         subloop allocno in the correspdoning bitmap all_allocnos.
4626
4627         * ira-emit.c (change_loop): Use all_allocnos.
4628
4629         * ira-build.c (create_loop_tree_nodes, finish_loop_tree_node): Ditto.
4630         (ira_create_allocno): Set up all_allocnos bit for the created allocno.
4631         (create_cap_allocno): Remove setting mentioned_allocnos.
4632         (create_insn_allocnos): Ditto.
4633         (remove_unnecessary_allocnos): Use all_allocnos.
4634         (check_allocno_creation): Check that allocnos are in the
4635         corresponding bitmap all_allocnos.
4636
4637 2008-09-03  Vladimir Makarov  <vmakarov@redhat.com>
4638
4639         PR rtl-opt/37243
4640
4641         * ira-conflicts.c (REG_SUBREG_P, go_through_subreg): New.
4642         (process_regs_for_copy): Process subregs.  Refine check when cost
4643         is taken into account in ira-costs.c.
4644         (process_reg_shuffles): Use REG_SUBREG_P.
4645         (add_insn_allocno_copies): Ditto.  Ignore modes.
4646
4647         * ira-color.c (conflict_allocno_vec): New.
4648         (COST_HOP_DIVISOR): New macro.
4649         (update_copy_costs_1): Use it.
4650         (update_conflict_hard_regno_costs): New function.
4651         (assign_hard_reg): Use it.
4652         (ira_color): Allocate and free conflict_allocno_vec.
4653
4654 2008-09-03  Vladimir Makarov  <vmakarov@redhat.com>
4655
4656         PR rtl-opt/37296
4657
4658         * ira-int.h (ira_sort_insn_chain): Remove.
4659
4660         * ira.c (basic_block_order_nums, chain_insn_order,
4661         chain_freq_compare, chain_bb_compare, ira_sort_insn_chain): Remove.
4662         (ira): Don't call ira_sort_insn_chain.
4663
4664         * reload1.c (reload): Don't call ira_sort_insn_chain.
4665
4666 2008-09-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4667
4668         PR middle-end/37293
4669         * cgraphunit.c (update_call_expr): Remove eh regions from statements
4670         which become non throw.
4671         (cgraph_function_versioning): Also clear DECL_WEAK.  Call
4672         update_call_expr after updating the flags on the decl.
4673
4674 2008-09-03  Jan Hubicka  <jh@suse.cz>
4675
4676         PR tree-optimization/37315
4677         * cgraph.c (cgraph_create_edge): Use gimple_has_body_p.
4678         * cgraphunit.c (verify_cgraph_node): drop gimple_body check.
4679         (cgraph_analyze_functions): Use node->analyzed
4680         (cgraph_mark_functions_to_output): Likewise.
4681         (cgraph_expand_function): All functions can be released after
4682         expanding.
4683         (cgraph_optimize): Use gimple_has_body_p.
4684         * ipa-inline.c (cgraph_clone_inlined_nodes): Use analyzed flag.
4685         (cgraph_decide_inlining_incrementally): Likewise.
4686         (inline_transform): Inline transform.
4687         * tree-inline.c (initialize_cfun): Do now shallow copy structure;
4688         copy fields needed.
4689         (inlinable_function_p): Drop gimple_body check.
4690         (expand_call_inline): Use gimple_has_body_p.
4691         * gimple.c (gimple_has_body_p): New.
4692         * gimple.h (gimple_has_body_p): Add prototype.
4693         * tree-cfg.c (execute_build_cfg): Remove gimple_body.
4694         (dump_function_to_file): Use gimple_has_body_p check.
4695
4696 2008-09-03  Jakub Jelinek  <jakub@redhat.com>
4697
4698         PR c++/37346
4699         * gimple.h (gimple_has_substatements): GIMPLE_OMP_CRITICAL has
4700         substatements.
4701         * tree-inline.c (remap_gimple_stmt): Handle GIMPLE_OMP_CRITICAL.
4702
4703 2008-09-03  Bernd Schmidt  <bernd.schmidt@analog.com>
4704
4705         From Michael Frysinger  <michael.frysinger@analog.com>
4706         * config/bfin/bfin.c (bfin_cpus[]): Add 0.1 for bf522, bf523, bf524,
4707         bf525, bf526, bf527, bf542, bf544, bf547, bf548, and bf549.  Add 0.2
4708         for bf538.
4709
4710 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
4711
4712         Add picoChip port.
4713         * doc/extend.texi: Document picoChip builtin functions.
4714         * doc/invoke.texi: Document picoChip options.
4715         * doc/contrib.texi: Add picoChip contribution.
4716         * doc/md.texi: Document picoChip constraints.
4717         * config.gcc: Add picochip-*-*.
4718         * config/picochip/: Add new port.
4719
4720 2008-09-03  Richard Guenther  <rguenther@suse.de>
4721
4722         PR tree-optimization/37328
4723         * tree-sra.c (sra_build_assignment): Gimplify properly.
4724         (generate_copy_inout): Take the correct stmt as definition,
4725         remove bogus assert.
4726
4727 2008-09-03  Bernd Schmidt  <bernd.schmidt@analog.com>
4728
4729         * config/bfin/bfin.c (bfin_expand_prologue): Honour no_stack_limit
4730         attributes.
4731
4732         From Michael Frysinger  <michael.frysinger@analog.com>
4733         * config/bfin/bfin.c (bfin_handle_option): Remove BF561 warning.
4734
4735 2008-09-03 Danny Smith  <dannysmith@usrs.sourceforge.net>
4736
4737         * gthr-win32.h (CONST_CAST2): Really make sure CONST_CAST2 is defined.
4738         (__gthread_setspecific): Revert 2008-08-31 change to
4739         __GTHREAD_HIDE_W32API case.  Apply it to !__GTHREAD_HIDE_W32API case.
4740
4741 2008-09-02  Aldy Hernandez  <aldyh@redhat.com>
4742
4743         * diagnostic.c (error_at): New.
4744         * toplev.h (error_at): New prototype.
4745         * c-typeck.c (build_array_ref): Call error_at instead of error.
4746         Pass location to pedwarn.
4747
4748 2008-09-02  Adam Nemet  <anemet@caviumnetworks.com>
4749
4750         * sel-sched.c (sel_hard_regno_rename_ok): Mark arguments unused.
4751
4752 2008-09-02  Jakub Jelinek  <jakub@redhat.com>
4753
4754         * dwarf2out.c (tree_add_const_value_attribute): Only handle
4755         VAR_DECL and CONST_DECL.
4756
4757 2008-09-02  H.J. Lu  <hongjiu.lu@intel.com>
4758             Jakub Jelinek  <jakub@redhat.com>
4759
4760         * config/i386/i386.c (X86_64_VARARGS_SIZE): Removed.
4761         (setup_incoming_varargs_64): Assume cum != NULL. Set/check
4762         ix86_varargs_gpr_size and ix86_varargs_fpr_size.  Use
4763         ix86_varargs_gpr_size instead of X86_64_REGPARM_MAX.
4764         Don't set ix86_save_varrargs_registers.
4765         (ix86_setup_incoming_varargs): Assume cum != NULL.
4766         (ix86_va_start): Check ix86_varargs_gpr_size and
4767         ix86_varargs_fpr_size instead of cfun->va_list_gpr_size and
4768         cfun->va_list_fpr_size, respectively.  Subtract 8*X86_64_REGPARM_MAX
4769         from frame pointer if ix86_varargs_gpr_size == 0.
4770         (ix86_compute_frame_layout): Updated.
4771         * config/i386/i386.h (ix86_save_varrargs_registers): Removed.
4772         (ix86_varargs_gpr_size): Define.
4773         (ix86_varargs_fpr_size): Likewise.
4774         (machine_function): Remove save_varrargs_registers.
4775         Add varargs_gpr_size and varargs_fpr_size.
4776
4777 2008-09-02  Jakub Jelinek  <jakub@redhat.com>
4778
4779         * config/alpha/alpha.c (va_list_skip_additions,
4780         alpha_stdarg_optimize_hook, alpha_gimplify_va_arg_1): Tuplify.
4781         (alpha_gimplify_va_arg): Call unshare_expr on second use of
4782         offset_field.
4783
4784         PR tree-optimization/36766
4785         * tree-cfg.c (gimple_purge_all_dead_eh_edges): Do nothing
4786         for already removed basic blocks.
4787
4788         PR target/36332
4789         * real.c (real_maxval): Clear a lower bit to make real_maxval
4790         match get_max_float for IBM long double format.
4791
4792 2008-09-02  Andreas Schwab  <schwab@suse.de>
4793
4794         * configure.ac: Use m4_quote to quote the expansion of m4_do.
4795         * configure: Regenerate.
4796
4797 2008-09-02  Richard Sandiford  <rdsandiford@googlemail.com>
4798
4799         * simplify-rtx.c (simplify_binary_operation_1): Check for CONST,
4800         SYMBOL_REF and LABEL_REF when applying plus_constant, instead of
4801         checking for a non-VOID CONSTANT_P.
4802
4803 2008-09-02  Jan Hubicka  <jh@suse.cz>
4804
4805         * predict.c (pass_strip_predict_hints): Avoid bugs dump file.
4806         * expmed.c (expand_divmod): Fix test of smod_pow2_cheap and
4807         sdiv_pow2_cheap
4808
4809 2008-09-02  H.J. Lu  <hongjiu.lu@intel.com>
4810
4811         * expr.c (emit_group_store): Don't assert stack temp mode size.
4812
4813 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
4814             Tobias Grosser  <grosser@fim.uni-passau.de>
4815             Jan Sjodin  <jan.sjodin@amd.com>
4816             Harsha Jagasia  <harsha.jagasia@amd.com>
4817             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4818             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4819             Adrien Eliche  <aeliche@isty.uvsq.fr>
4820
4821         Merge from graphite branch.
4822         * graphite.c: New.
4823         * graphite.h: New.
4824         * tree-loop-linear.c (perfect_loop_nest_depth): Export.
4825         * doc/invoke.texi (-floop-block, -floop-interchange,
4826         -floop-strip-mine): Document new flags.
4827         * tree-into-ssa.c (gimple_vec): Moved...
4828         * tree-loop-distribution.c (rdg_component): Moved...
4829         * cfgloopmanip.c: Include tree-flow.h.
4830         (update_dominators_in_loop): New.
4831         (create_empty_if_region_on_edge): New.
4832         (create_empty_loop_on_edge): New.
4833         (loopify): Use update_dominators_in_loop.
4834         * tree-pass.h (pass_graphite_transforms): Declared.
4835         * configure: Regenerate.
4836         * tree-phinodes.c (make_phi_node): Export.
4837         (add_phi_node_to_bb): New, split from create_phi_node.
4838         * tree-chrec.c (for_each_scev_op): New.
4839         * tree-chrec.h (for_each_scev_op): Declared.
4840         * tree-ssa-loop-ivopts.c (get_phi_with_result): New.
4841         (remove_statement): Call get_phi_with_result.
4842         * config.in (HAVE_cloog): Undef.
4843         * gdbinit.in (pgg): New.
4844         * timevar.def (TV_GRAPHITE_TRANSFORMS): New.
4845         * tree-ssa-loop.c (graphite_transforms): New.
4846         (gate_graphite_transforms): New.
4847         (pass_graphite_transforms): New.
4848         * configure.ac (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC,
4849         HAVE_cloog): Defined.
4850         * tree-vectorizer.c (rename_variables_in_bb): Export.
4851         * tree-data-ref.c (dr_may_alias_p): Export.
4852         (stmt_simple_memref_p): New.
4853         (find_data_references_in_stmt): Export.
4854         (find_data_references_in_loop): Export.
4855         (create_rdg_edge_for_ddr): Initialize RDGE_RELATION.
4856         (create_rdg_edges_for_scalar): Initialize RDGE_RELATION.
4857         (create_rdg_vertices): Export.
4858         (build_empty_rdg): New.
4859         (build_rdg): Call build_empty_rdg.  Free dependence_relations.
4860         * tree-data-ref.h (rdg_component): ... here.
4861         (scop_p): New.
4862         (struct data_reference): Add a field scop.
4863         (DR_SCOP): New.
4864         (find_data_references_in_loop): Declared.
4865         (find_data_references_in_stmt): Declared.
4866         (create_rdg_vertices): Declared.
4867         (dr_may_alias_p): Declared.
4868         (stmt_simple_memref_p): Declared.
4869         (struct rdg_edge): Add a field ddr_p relation.
4870         (build_empty_rdg): Declared.
4871         * lambda.h (lambda_matrix): Declare a VEC of.
4872         (find_induction_var_from_exit_cond): Declared.
4873         (lambda_vector_compare): New.
4874         * common.opt (fgraphite, floop-strip-mine,
4875         floop-interchange, floop-block): New flags.
4876         * lambda-code.c (find_induction_var_from_exit_cond): Export.
4877         * cfgloop.c (is_loop_exit): New.
4878         * cfgloop.h (is_loop_exit): Declared.
4879         (create_empty_if_region_on_edge): Declared.
4880         (create_empty_loop_on_edge): Declared.
4881         * tree-flow.h (add_phi_node_to_bb): Declared.
4882         (make_phi_node): Declared.
4883         (rename_variables_in_bb): Declared.
4884         (perfect_loop_nest_depth): Declared.
4885         (graphite_transform_loops): Declared.
4886         * Makefile.in (cfgloopmanip.o): Depend on TREE_FLOW_H.
4887         (graphite.o-warn): Add -Wno-error.
4888         (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): Declared.
4889         (LIBS): Add GMPLIBS, CLOOGLIBS, PPLLIBS.
4890         (INCLUDES): Add PPLINC, CLOOGINC.
4891         (OBJS-common): Add graphite.o.
4892         (graphite.o): Add rule.
4893         * gimple.h (gimple_vec): ... here.
4894         * tree-cfg.c (print_loops): Start printing at ENTRY_BLOCK_PTR.
4895         * passes.c (init_optimization_passes): Schedule
4896         pass_graphite_transforms.
4897
4898 2008-09-02  Samuel Tardieu  <sam@rfc1149.net>
4899
4900         PR target/37283
4901         * opts.c (decode_options): Move processing of -fno-unit-at-a-time
4902         and -fno-toplevel-reorder after handle_options.
4903
4904 2008-09-02  Paul Brook  <paul@codesourcery.com>
4905
4906         * config/arm/arm.c (arm_tune_cortex_a9): Define.
4907         (arm_override_options): Set arm_tune_cortex_a9.
4908         (arm_rtx_costs_1): Make register shifts more expensive on Cortex-A9.
4909         (arm_issue_rate): Handle cortexa9.
4910         * config/arm/arm.h (arm_tune_cortex_a9): Declare.
4911         * config/arm/arm-cores.def: Add cortex-a9.
4912         * config/arm/arm-tune.md: Regenerate.
4913         * config/arm/arm.md: Include cortex-a9.md.
4914         (generic_sched, generic_vfp): Add cortexa9.
4915         * config/arm/cortex-a9.md: New file.
4916
4917 2008-09-02  Richard Guenther  <rguenther@suse.de>
4918
4919         PR tree-optimization/37327
4920         * tree-vrp.c (register_new_assert_for): Make sure to not have
4921         TREE_OVERFLOW set on the bound.
4922
4923 2008-09-02  Alexander Monakov  <amonakov@ispras.ru>
4924
4925         Fixed typo in date of the 2008-09-01 MOVE_RATIO commit.
4926
4927         * config/ia64/ia64.opt (msched-ar-data-spec): Default to 1.
4928         * config/ia64/ia64.c (ia64_set_sched_flags): Always initialize
4929         spec_info->mask.
4930
4931 2008-09-02  Victor Kaplansky  <victork@il.ibm.com>
4932
4933         * gcc/config/spu/spu.md (divdf3): Removed.
4934
4935 2008-09-02  Jakub Jelinek  <jakub@redhat.com>
4936
4937         PR tree-optimization/37095
4938         * cgraph.c (cgraph_node): When creating new cgraph node after
4939         assembler_name_hash has been populated, record it in the hash
4940         table.
4941
4942 2008-09-01  Paul Brook  <paul@codesourcery.com>
4943
4944         * doc/invoke.texi: Document -mword-relocations.
4945         * config/arm/uclinux-elf.h (TARGET_DEFAULT_WORD_RELOCATIONS): Define.
4946         * config/arm/symbian.h (TARGET_DEFAULT_WORD_RELOCATIONS): Define.
4947         * config/arm/vxworks.h (TARGET_DEFAULT_WORD_RELOCATIONS): Define.
4948         * config/arm/arm.c (arm_split_constant): Use arm_emit_movpair.
4949         (arm_rtx_costs_1, arm_size_rtx_costs): Handle HIGH and LO_SUM.
4950         (arm_emit_movpair): New function.
4951         (arm_print_operand <c>): Handle sybolic addresses.
4952         * config/arm/arm.h (TARGET_USE_MOVT): Define.
4953         (TARGET_DEFAULT_WORD_RELOCATIONS): Define.
4954         * config/arm/arm-protos.h (arm_emit_movpair): Add prototype.
4955         * config/arm/arm.opt: Add -mword-relocations.
4956         * config/arm/arm.md (movsi): Use arm_emit_movpair.
4957         (arm_movt, arm_movw): New.
4958
4959 2008-09-01  Paul Brook  <paul@codesourcery.com>
4960
4961         * config/arm/arm.c (arm_override_options): Set arm_abi earlier.
4962         Allow Interworking on ARMv4 EABI based targets.
4963         * config/arm/bpabi.h (TARGET_FIX_V4BX_SPEC): Define.
4964         (SUBTARGET_EXTRA_ASM_SPEC, LINK_SPEC): Add TARGET_FIX_V4BX_SPEC.
4965
4966 2008-09-01  Paul Brook  <paul@codesourcery.com>
4967
4968         * config/arm/thumb2.md (thumb2_negscc): Match the correct operand for
4969         optimized LT0 test.  Remove optimization for GT.
4970
4971 2008-09-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4972
4973         * pa64-hpux.h (LIB_SPEC): Link against librt when building static
4974         openmp applications.
4975         * pa-hpux11.h (LIB_SPEC): Likewise.
4976
4977         * ira.c (setup_eliminable_regset): Only declare i if ELIMINABLE_REGS
4978         is defined.
4979
4980 2008-09-01  Jan Hubicka  <jh@suse.cz>
4981
4982         * predict.c (maybe_hot_count_p, maybe_hot_edge_p): When profile is
4983         present, use only counts; when guessed use only frequencies.
4984         (estimate_bb_frequencies): Use function_frequency.
4985         * profile.c (compute_branch_probabilities): Exit early when
4986         profile reading failed. Set profile_status.
4987         (branch_prob): Do not set profile_status.
4988
4989 2008-09-01  Aldy Hernandez  <aldyh@redhat.com>
4990
4991         * tree.c (protected_set_expr_location): New.
4992         * tree.h (protected_set_expr_location): New prototype.
4993         * c-tree.h (build_array_ref): Add argument.
4994         (parser_build_unary_op): Same.
4995         * c-typeck.c (build_indirect_ref): Handle new location argument.
4996         (build_array_ref): Same.
4997         (parser_build_unary_op): Same.
4998         * gimplify.c (gimplify_asm_expr): Set input_location before calling
4999         error.
5000         * c-omp.c (c_finish_omp_atomic): Pass location when calling
5001         build_indirect_ref.
5002         * c-common.c (finish_label_address_expr): Handle new location argument.
5003         * c-common.h (build_indirect_ref): Add argument.
5004         (finish_label_address_expr): Same.
5005         * c-parser.c (c_parser_unary_expression): Pass location to build
5006         functions.
5007         (c_parser_postfix_expression): Same.
5008
5009 2008-09-01  Paul Brook  <paul@codesourcery.com>
5010
5011         * config/arm/arm.md: Include cortex-r4f.md.
5012         (attr fpu): Update type list.
5013         (attr type): Add fcpys, ffariths, ffarithd, fadds, faddd, fconsts,
5014         fconstd, fcmps and fcmpd.
5015         (attr tune_cortexr4): Define.
5016         (attr generic_sched, attr generic_vfp): Use tune_cortexr4.
5017         * config/arm/vfp.md: Document fcpys, ffariths, ffarithd, fadds, faddd,
5018         fconsts, fconstd, fcmps and fcmpd.  Use them in insn patterns.
5019         * config/arm/arm.c (arm_issue_rate): Add cortexr4f.
5020         * config/arm/arm1020e.md (v10_ffarith, v10_farith): Use new insn types.
5021         * config/arm/cortex-a8-neon.md (cortex_a8_vfp_add_sub,
5022         cortex_a8_vfp_farith: Ditto.
5023         * config/arm/vfp11.md (vfp_ffarith, vfp_farith): Ditto.
5024         * config/arm/cortex-r4.md: Use tune_cortexr4.
5025         * config/arm/cortex-r4f.md: New file.
5026
5027 2008-09-01  Richard Guenther  <rguenther@suse.de>
5028
5029         PR tree-optimization/37305
5030         * tree-ssa-ccp.c (ccp_fold): Do not set TREE_OVERFLOW on
5031         the result of constant conversions.
5032         (fold_gimple_assign): Likewise.
5033
5034 2008-09-01  Andrey Belevantsev  <abel@ispras.ru>
5035
5036         * sel-sched-ir.c (cmp_v_in_regset_pool): Surround with
5037         #ifdef ENABLE_CHECKING.
5038
5039 2008-09-01  Andrey Belevantsev  <abel@ispras.ru>
5040
5041         * sel-sched-dump.c: Surround with #ifdef INSN_SCHEDULING.
5042         * sched-int.h (print_insn, print_pattern, print_value): Declare also
5043         when !INSN_SCHEDULING.
5044
5045 2008-09-01  Andreas Schwab  <schwab@suse.de>
5046
5047         * config/ia64/ia64.c (TARGET_ADDRESS_COST): Update.
5048
5049 2008-09-01  Paul Brook  <paul@codesourcery.com>
5050
5051         * config/arm/arm.c (arm_no_early_mul_dep): Handle multiply-subtract.
5052
5053 2008-09-01  Jan Hubicka  <jh@suse.cz>
5054
5055         * config/spu/spu.c (spu_expand_block_move) Update call of MOVE_RATIO.
5056
5057         * expr.c (MOVE_BY_PIECES_P, CLEAR_BY_PIECES_P, SET_BY_PIECES_P):
5058         Pass speed operand.
5059         * expr.h (MOVE_RATIO, CLEAR_RATIO, SET_RATIO): Update.
5060         * gimplify.c (gimplify_init_constructor): Add speed operand.
5061         * tree-sra.c (decide_block_copy): Likewise.
5062         * tree-inline.c (estimate_move_cost): Likewise.
5063         * config/alpha/alpha.h (MOVE_RATIO): Update.
5064         * config/frv/frv.c (MOVE_RATIO): Update.
5065         * config/spu/spu.h (MOVE_RATIO): Update.
5066         * config/sparc/sparc.h (MOVE_RATIO): Update.
5067         * config/i386/i386.h (MOVE_RATIO, CLEAR_RATIO): Update.
5068         * config/m68hc11/m68hc11.h (MOVE_RATIO): Update.
5069         * config/cris/cris.h (MOVE_RATIO): Update.
5070         * config/mn10300/mn10300.h (MOVE_RATIO): Update.
5071         * config/arm/arm.h (MOVE_RATIO): Update.
5072         * config/pa/pa.md: Update uses of MOVE_RATIO
5073         * config/pa/pa.h (MOVE_RATIO): Update.
5074         * config/mips/mips.h (MOVE_RATIO, MOVE_BY_PIECES,
5075         CLEAR_RATIO, SET_RATIO): Update.
5076         * config/h8300/h8300.h (MOVE_RATIO): Update.
5077         * config/v850/v850.h (MOVE_RATIO): Update.
5078         * config/bfin/bfin.h (MOVE_RATIO): Update.
5079
5080 2008-08-31  Andrey Belevantsev  <abel@ispras.ru>
5081             Dmitry Melnik  <dm@ispras.ru>
5082             Dmitry Zhurikhin  <zhur@ispras.ru>
5083             Alexander Monakov  <amonakov@ispras.ru>
5084             Maxim Kuvyrkov  <maxim@codesourcery.com>
5085
5086         * sel-sched.h, sel-sched-dump.h, sel-sched-ir.h, sel-sched.c,
5087         sel-sched-dump.c, sel-sched-ir.c: New files.
5088         * Makefile.in (OBJS-common): Add selective scheduling object files.
5089         (sel-sched.o, sel-sched-dump.o, sel-sched-ir.o): New entries.
5090         (SEL_SCHED_IR_H, SEL_SCHED_DUMP_H): New entries.
5091         (sched-vis.o): Add dependency on $(INSN_ATTR_H).
5092         * cfghooks.h (get_cfg_hooks, set_cfg_hooks): New prototypes.
5093         * cfghooks.c (get_cfg_hooks, set_cfg_hooks): New functions.
5094         (make_forwarder_block): Update loop latch if we have redirected
5095         the loop latch edge.
5096         * cfgloop.c (get_loop_body_in_custom_order): New function.
5097         * cfgloop.h (LOOPS_HAVE_FALLTHRU_PREHEADERS): New enum field.
5098         (CP_FALLTHRU_PREHEADERS): Likewise.
5099         (get_loop_body_in_custom_order): Declare.
5100         * cfgloopmanip.c (has_preds_from_loop): New.
5101         (create_preheader): Honor CP_FALLTHRU_PREHEADERS.
5102         Assert that the preheader edge will be fall thru when it is set.
5103         * common.opt (fsel-sched-bookkeeping, fsel-sched-pipelining,
5104         fsel-sched-pipelining-outer-loops, fsel-sched-renaming,
5105         fsel-sched-substitution, fselective-scheduling): New flags.
5106         * cse.c (hash_rtx_cb): New.
5107         (hash_rtx): Use it.
5108         * dbgcnt.def (sel_sched_cnt, sel_sched_region_cnt,
5109         sel_sched_insn_cnt): New counters.
5110         * final.c (compute_alignments): Export.  Free dominance
5111         info after loop_optimizer_finalize.
5112         * genattr.c (main): Output maximal_insn_latency prototype.
5113         * genautomata.c (output_default_latencies): New.
5114         Factor its code from ...
5115         (output_internal_insn_latency_func): ... here.
5116         (output_internal_maximal_insn_latency_func): New.
5117         (output_maximal_insn_latency_func): New.
5118         * hard-reg-set.h (UHOST_BITS_PER_WIDE_INT): Define unconditionally.
5119         (struct hard_reg_set_iterator): New.
5120         (hard_reg_set_iter_init, hard_reg_set_iter_set,
5121         hard_reg_set_iter_next): New functions.
5122         (EXECUTE_IF_SET_IN_HARD_REG_SET): New macro.
5123         * lists.c (remove_free_INSN_LIST_node,
5124         remove_free_EXPR_LIST_node): New functions.
5125         * loop-init.c (loop_optimizer_init): When
5126         LOOPS_HAVE_FALLTHRU_PREHEADERS, set CP_FALLTHRU_PREHEADERS when
5127         calling create_preheaders.
5128         (loop_optimizer_finalize): Do not verify flow info after reload.
5129         * recog.c (validate_replace_rtx_1): New parameter simplify.
5130         Default it to true.  Update all uses.  Factor out simplifying
5131         code to ...
5132         (simplify_while_replacing): ... this new function.
5133         (validate_replace_rtx_part,
5134         validate_replace_rtx_part_nosimplify): New.
5135         * recog.h (validate_replace_rtx_part,
5136         validate_replace_rtx_part_nosimplify): Declare.
5137         * rtl.c (rtx_equal_p_cb): New.
5138         (rtx_equal_p): Use it.
5139         * rtl.h (rtx_equal_p_cb, hash_rtx_cb): Declare.
5140         (remove_free_INSN_LIST_NODE, remove_free_EXPR_LIST_node,
5141         debug_bb_n_slim, debug_bb_slim,    print_rtl_slim): Likewise.
5142         * vecprim.h: Add a vector type for unsigned int.
5143         * haifa-sched.c: Include vecprim.h and cfgloop.h.
5144         (issue_rate, sched_verbose_param, note_list, dfa_state_size,
5145         ready_try, cycle_issued_insns, spec_info): Make global.
5146         (readyp): Initialize.
5147         (dfa_lookahead): New global variable.
5148         (old_max_uid, old_last_basic_block): Remove.
5149         (h_i_d): Make it a vector.
5150         (INSN_TICK, INTER_TICK, QUEUE_INDEX, INSN_COST): Make them work
5151         through HID macro.
5152         (after_recovery, adding_bb_to_current_region_p):
5153         New variables to handle correct insertion of the recovery code.
5154         (struct ready_list): Move declaration to sched-int.h.
5155         (rgn_n_insns): Removed.
5156         (rtx_vec_t): Move to sched-int.h.
5157         (find_insn_reg_weight): Remove.
5158         (find_insn_reg_weight1): Rename to find_insn_reg_weight.
5159         (haifa_init_h_i_d, haifa_finish_h_i_d):
5160         New functions to initialize / finalize haifa instruction data.
5161         (extend_h_i_d, init_h_i_d): Rewrite.
5162         (unlink_other_notes): Move logic to add_to_note_list.  Handle
5163         selective scheduler.
5164         (ready_lastpos, ready_element, ready_sort, reemit_notes,
5165         find_fallthru_edge): Make global, remove static prototypes.
5166         (max_issue): Make global.  Add privileged_n and state parameters.  Use
5167         them.
5168         (extend_global, extend_all): Removed.
5169         (init_before_recovery): Add new param.  Fix the handling of the case
5170         when we insert a recovery code before the EXIT which has a predecessor
5171         with a fallthrough edge to it.
5172         (create_recovery_block): Make global.  Rename to
5173         sched_create_recovery_block.  Update.
5174         (change_pattern): Rename to sched_change_pattern.  Make global.
5175         (speculate_insn): Rename to sched_speculate_insn.  Make global.
5176         Split haifa-specific functionality into ...
5177         (haifa_change_pattern): New static function.
5178         (sched_extend_bb): New static function.
5179         (sched_init_bbs): New function.
5180         (current_sched_info): Change type to struct haifa_sched_info.
5181         (insn_cost): Adjust for selective scheduling.
5182         (dep_cost_1): New function.  Move logic from ...
5183         (dep_cost): ... here.
5184         (dep_cost): Use dep_cost_1.
5185         (contributes_to_priority_p): Use sched_deps_info instead of
5186         current_sched_info.
5187         (priority): Adjust to work with selective scheduling.  Process the
5188         corner case when all dependencies don't contribute to priority.
5189         (rank_for_schedule): Use ds_weak instead of dep_weak.
5190         (advance_state): New function.  Move logic from ...
5191         (advance_one_cycle): ... here.
5192         (add_to_note_list, concat_note_lists): New functions.
5193         (rm_other_notes): Make static.  Adjust for selective scheduling.
5194         (remove_notes, restore_other_notes): New functions.
5195         (move_insn): Add two arguments.  Update assert.  Don't call
5196         reemit_notes.
5197         (choose_ready): Remove lookahead variable, use dfa_lookahead.
5198         Remove more_issue, max_points.  Move the code to initialize
5199         max_lookahead_tries to max_issue.
5200         (schedule_block): Remove rgn_n_insns1 parameter.  Don't allocate
5201         ready.  Adjust use of move_insn.  Call restore_other_notes.
5202         (luid): Remove.
5203         (sched_init, sched_finish): Move Haifa-specific initialization/
5204         finalization to ...
5205         (haifa_sched_init, haifa_sched_finish): ... respectively.
5206         New functions.
5207         (setup_sched_dump): New function.
5208         (haifa_init_only_bb): New static function.
5209         (haifa_speculate_insn): New static function.
5210         (try_ready): Use haifa_* instead of speculate_insn and change_pattern.
5211         (extend_ready, extend_all): Remove.
5212         (sched_extend_ready_list, sched_finish_ready_list): New functions.
5213         (create_check_block_twin, add_to_speculative_block): Use
5214         haifa_insns_init instead of extend_global.  Update to use new
5215         initialization functions.  Change parameter.  Factor out code from
5216         create_check_block_twin to ...
5217         (sched_create_recovery_edges) ... this new function.
5218         (add_block): Remove.
5219         (sched_scan_info): New.
5220         (extend_bb): Use sched_scan_info.
5221         (init_bb, extend_insn, init_insn, init_insns_in_bb, sched_scan): New
5222         static functions for walking through scheduling region.
5223         (sched_luids): New vector variable to replace uid_to_luid.
5224         (luids_extend_insn): New function.
5225         (sched_max_luid): New variable.
5226         (luids_init_insn): New function.
5227         (sched_init_luids, sched_finish_luids): New functions.
5228         (insn_luid): New debug function.
5229         (sched_extend_target): New function.
5230         (haifa_init_insn): New static function.
5231         (sched_init_only_bb): New hook.
5232         (sched_split_block): New hook.
5233         (sched_split_block_1): New function.
5234         (sched_create_empty_bb): New hook.
5235         (sched_create_empty_bb_1): New function.
5236         (common_sched_info, ready): New global variables.
5237         (current_sched_info_var): Remove.
5238         (move_block_after_check): Use common_sched_info.
5239         (haifa_luid_for_non_insn): New static function.
5240         (init_before_recovery): Use haifa_init_only_bb instead of add_block.
5241         (increase_insn_priority): New.
5242         * modulo-sched.c: (issue_rate): Remove static declaration.
5243         (sms_sched_info): Change type to haifa_sched_info.
5244         (sms_sched_deps_info, sms_common_sched_info): New variables.
5245         (setup_sched_infos): New.
5246         (sms_schedule): Initialize them.  Call haifa_sched_init/finish.
5247         Do not call regstat_free_calls_crossed.
5248         (sms_print_insn): Use const_rtx.
5249         * params.def (PARAM_MAX_PIPELINE_REGION_BLOCKS,
5250         PARAM_MAX_PIPELINE_REGION_INSNS, PARAM_SELSCHED_MAX_LOOKAHEAD,
5251         PARAM_SELSCHED_MAX_SCHED_TIMES, PARAM_SELSCHED_INSNS_TO_RENAME,
5252         PARAM_SCHED_MEM_TRUE_DEP_COST): New.
5253         * sched-deps.c (sched_deps_info): New.  Update all relevant uses of
5254         current_sched_info to use it.
5255         (enum reg_pending_barrier_mode): Move to sched-int.h.
5256         (h_d_i_d): New variable. Initialize to NULL.
5257         ({true, output, anti, spec, forward}_dependency_cache): Initialize
5258         to NULL.
5259         (estimate_dep_weak): Remove static declaration.
5260         (sched_has_condition_p): New function.  Adjust users of
5261         sched_get_condition to use it instead.
5262         (conditions_mutex_p): Add arguments indicating which conditions are
5263         reversed.  Use them.
5264         (sched_get_condition_with_rev): Rename from sched_get_condition.  Add
5265         argument to indicate whether returned condition is reversed.  Do not
5266         generate new rtx when condition should be reversed; indicate it by
5267         setting new argument instead.
5268         (add_dependence_list_and_free): Add deps parameter.
5269         Update all users.  Do not free dependence list when
5270         deps context is readonly.
5271         (add_insn_mem_dependence, flush_pending_lists): Adjust for readonly
5272         contexts.
5273         (remove_from_dependence_list, remove_from_both_dependence_lists): New.
5274         (remove_from_deps): New. Use the above functions.
5275         (cur_insn, can_start_lhs_rhs_p): New static variables.
5276         (add_or_update_back_dep_1): Initialize present_dep_type.
5277         (haifa_start_insn, haifa_finish_insn, haifa_note_reg_set,
5278         haifa_note_reg_clobber, haifa_note_reg_use, haifa_note_mem_dep,
5279         haifa_note_dep): New functions implementing dependence hooks for
5280         the Haifa scheduler.
5281         (note_reg_use, note_reg_set, note_reg_clobber, note_mem_dep,
5282         note_dep): New functions.
5283         (ds_to_dt, extend_deps_reg_info, maybe_extend_reg_info_p): New
5284         functions.
5285         (init_deps): Initialize last_reg_pending_barrier and deps->readonly.
5286         (free_deps): Initialize deps->reg_last.
5287         (sched_analyze_reg, sched_analyze_1, sched_analyze_2,
5288         sched_analyze_insn): Update to use dependency hooks infrastructure
5289         and readonly contexts.
5290         (deps_analyze_insn): New function.  Move part of logic from ...
5291         (sched_analyze): ... here.  Also move some logic to ...
5292         (deps_start_bb): ... here.  New function.
5293         (add_forw_dep, delete_forw_dep): Guard use of INSN_DEP_COUNT with
5294         sel_sched_p.
5295         (sched_deps_init): New function.  Move code from ...
5296         (init_dependency_caches): ... here.  Remove.
5297         (init_deps_data_vector): New.
5298         (sched_deps_finish): New function.  Move code from ...
5299         (free_dependency_caches): ... here.  Remove.
5300         (init_deps_global, finish_deps_global): Adjust for use with
5301         selective scheduling.
5302         (get_dep_weak): Move logic to ...
5303         (get_dep_weak_1): New function.
5304         (ds_merge): Move logic to ...
5305         (ds_merge_1): New static function.
5306         (ds_full_merge, ds_max_merge, ds_get_speculation_types): New functions.
5307         (ds_get_max_dep_weak): New function.
5308         * sched-ebb.c (sched_n_insns): Rename to sched_rgn_n_insns.
5309         (n_insns): Rename to rgn_n_insns.
5310         (debug_ebb_dependencies): New function.
5311         (init_ready_list): Use it.
5312         (begin_schedule_ready): Use sched_init_only_bb.
5313         (ebb_print_insn): Indicate when an insn starts a new cycle.
5314         (contributes_to_priority, compute_jump_reg_dependencies,
5315         add_remove_insn, fix_recovery_cfg): Add ebb_ prefix to function names.
5316         (add_block1): Remove to ebb_add_block.
5317         (ebb_sched_deps_info, ebb_common_sched_info): New variables.
5318         (schedule_ebb): Initialize them.  Use remove_notes instead of
5319         rm_other_notes.  Use haifa_local_init/finish.
5320         (schedule_ebbs): Use haifa_sched_init/finish.
5321         * sched-int.h: Include vecprim.h, remove rtl.h.
5322         (struct ready_list): Delete declaration.
5323         (sched_verbose_param, enum sched_pass_id_t,
5324         bb_vec_t, insn_vec_t, rtx_vec_t): New.
5325         (struct sched_scan_info_def): New structure.
5326         (sched_scan_info, sched_scan, sched_init_bbs,
5327         sched_init_luids, sched_finish_luids, sched_extend_target,
5328         haifa_init_h_i_d, haifa_finish_h_i_d): Declare.
5329         (struct common_sched_info_def): New.
5330         (common_sched_info, haifa_common_sched_info,
5331         sched_emulate_haifa_p): Declare.
5332         (sel_sched_p): New.
5333         (sched_luids): Declare.
5334         (INSN_LUID, LUID_BY_UID, SET_INSN_LUID): Declare.
5335         (sched_max_luid, insn_luid): Declare.
5336         (note_list, remove_notes, restore_other_notes, bb_note): Declare.
5337         (sched_insns_init, sched_insns_finish, xrecalloc, reemit_notes,
5338         print_insn, print_pattern, print_value, haifa_classify_insn,
5339         sel_find_rgns, sel_mark_hard_insn, dfa_state_size, advance_state,
5340         setup_sched_dump, sched_init, sched_finish,
5341         sel_insn_is_speculation_check): Export.
5342         (struct ready_list): Move from haifa-sched.c.
5343         (ready_try, ready, max_issue): Export.
5344         (ebb_compute_jump_reg_dependencies, find_fallthru_edge,
5345         sched_init_only_bb, sched_split_block, sched_split_block_1,
5346         sched_create_empty_bb, sched_create_empty_bb_1,
5347         sched_create_recovery_block, sched_create_recovery_edges): Export.
5348         (enum reg_pending_barrier_mode): Export.
5349         (struct deps): New fields `last_reg_pending_barrier' and `readonly'.
5350         (deps_t): New.
5351         (struct sched_info): Rename to haifa_sched_info.  Use const_rtx for
5352         print_insn field.  Move add_block and fix_recovery_cfg to
5353         common_sched_info_def.  Move compute_jump_reg_dependencies,
5354         use_cselib  ...
5355         (struct sched_deps_info_def): ... this new structure.
5356         (sched_deps_info): Declare.
5357         (struct spec_info_def): Remove weakness_cutoff, add
5358         data_weakness_cutoff and control_weakness_cutoff.
5359         (spec_info): Declare.
5360         (struct _haifa_deps_insn_data): Split from haifa_insn_data.  Add
5361         dep_count field.
5362         (struct haifa_insn_data): Rename to struct _haifa_insn_data.
5363         (haifa_insn_data_def, haifa_insn_data_t): New typedefs.
5364         (current_sched_info): Change type to struct haifa_sched_info.
5365         (haifa_deps_insn_data_def, haifa_deps_insn_data_t): New typedefs.
5366         (h_d_i_d): New variable.
5367         (HDID): New accessor macro.
5368         (h_i_d): Change type to VEC (haifa_insn_data_def, heap) *.
5369         (HID): New accessor macro.  Rewrite h_i_d accessor macros through HID
5370         and HDID.
5371         (IS_SPECULATION_CHECK_P): Update for selective scheduler.
5372         (enum SCHED_FLAGS): Update for selective scheduler.
5373         (enum SPEC_SCHED_FLAGS): New flag SEL_SCHED_SPEC_DONT_CHECK_CONTROL.
5374         (init_dependency_caches, free_dependency_caches): Delete declarations.
5375         (deps_analyze_insn, remove_from_deps, get_dep_weak_1,
5376         estimate_dep_weak, ds_full_merge, ds_max_merge, ds_weak,
5377         ds_get_speculation_types, ds_get_max_dep_weak, sched_deps_init,
5378         sched_deps_finish, haifa_note_reg_set, haifa_note_reg_use,
5379         haifa_note_reg_clobber, maybe_extend_reg_info_p, deps_start_bb,
5380         ds_to_dt): Export.
5381         (rm_other_notes): Delete declaration.
5382         (schedule_block): Remove one argument.
5383         (cycle_issued_insns, issue_rate, dfa_lookahead, ready_sort,
5384         ready_element, ready_lastpos, sched_extend_ready_list,
5385         sched_finish_ready_list, sched_change_pattern, sched_speculate_insn,
5386         concat_note_lists): Export.
5387         (struct region): Move from sched-rgn.h.
5388         (nr_regions, rgn_table, rgn_bb_table, block_to_bb, containing_rgn,
5389         RGN_NR_BLOCKS, RGN_BLOCKS, RGN_DONT_CALC_DEPS, RGN_HAS_REAL_EBB,
5390         BLOCK_TO_BB, CONTAINING_RGN): Export.
5391         (ebb_head, BB_TO_BLOCK, EBB_FIRST_BB, EBB_LAST_BB, INSN_BB): Likewise.
5392         (current_nr_blocks, current_blocks, target_bb): Likewise.
5393         (dep_cost_1, sched_is_disabled_for_current_region_p, sched_rgn_init,
5394         sched_rgn_finish, rgn_setup_region, sched_rgn_compute_dependencies,
5395         sched_rgn_local_init, extend_regions,
5396         rgn_make_new_region_out_of_new_block, compute_priorities,
5397         debug_rgn_dependencies, free_rgn_deps, contributes_to_priority,
5398         extend_rgns, deps_join rgn_setup_common_sched_info,
5399         rgn_setup_sched_infos, debug_regions, debug_region, dump_region_dot,
5400         dump_region_dot_file, haifa_sched_init, haifa_sched_finish): Export.
5401         (get_rgn_sched_max_insns_priority, sel_add_to_insn_priority,
5402         increase_insn_priority): Likewise.
5403         * sched-rgn.c: Include sel-sched.h.
5404         (ref_counts): New static variable.  Use it ...
5405         (INSN_REF_COUNT): ... here.  Rewrite and move closer to uses.
5406         (FED_BY_SPEC_LOAD, IS_LOAD_INSN): Rewrite to use HID accessor macro.
5407         (sched_is_disabled_for_current_region_p): Delete static declaration.
5408         (struct region): Move to sched-int.h.
5409         (nr_regions, rgn_table, rgn_bb_table, block_to_bb, containing_rgn,
5410         ebb_head): Define and initialize.
5411         (RGN_NR_BLOCKS, RGN_BLOCKS, RGN_DONT_CALC_DEPS, RGN_HAS_REAL_EBB,
5412         BLOCK_TO_BB, CONTAINING_RGN, debug_regions, extend_regions,
5413         BB_TO_BLOCK, EBB_FIRST_BB, EBB_LAST_BB): Move to
5414         sched-int.h.
5415         (find_single_block_region): Add new argument to indicate that EBB
5416         regions should be constructed.
5417         (debug_live): Delete declaration.
5418         (current_nr_blocks, current_blocks, target_bb):
5419         Remove static qualifiers.
5420         (compute_dom_prob_ps, check_live, update_live, set_spec_fed): Delete
5421         declaration.
5422         (init_regions): Delete declaration.
5423         (debug_region, bb_in_region_p, dump_region_dot_file, dump_region_dot,
5424         rgn_estimate_number_of_insns): New.
5425         (too_large): Use estimate_number_of_insns.
5426         (haifa_find_rgns): New. Move the code from ...
5427         (find_rgns): ... here.  Call either sel_find_rgns or haifa_find_rgns.
5428         (free_trg_info): New.
5429         (compute_trg_info): Allocate candidate tables here instead of ...
5430         (init_ready_list): ... here.
5431         (rgn_print_insn): Use const_rtx.
5432         (contributes_to_priority, extend_regions): Delete static declaration.
5433         (add_remove_insn, fix_recovery_cfg): Add rgn_ to function names.
5434         (add_block1): Rename to rgn_add_block.
5435         (debug_rgn_dependencies): Delete static qualifier.
5436         (new_ready): Use sched_deps_info.  Simplify.
5437         (rgn_common_sched_info, rgn_const_sched_deps_info,
5438         rgn_const_sel_sched_deps_info, rgn_sched_deps_info, rgn_sched_info):
5439         New.
5440         (region_sched_info): Rename to rgn_const_sched_info.
5441         (deps_join): New, extracted from ...
5442         (propagate_deps): ... here.
5443         (compute_block_dependences, debug_dependencies): Update for selective
5444         scheduling.
5445         (free_rgn_deps, compute_priorities): New functions.
5446         (sched_rgn_init, sched_rgn_finish, rgn_setup_region,
5447         sched_rgn_compute_dependencies): New functions.
5448         (schedule_region): Use them.
5449         (sched_rgn_local_init, sched_rgn_local_free, sched_rgn_local_finish,
5450         rgn_setup_common_sched_info, rgn_setup_sched_infos):
5451         New functions.
5452         (schedule_insns): Call new functions that were split out.
5453         (rgn_make_new_region_out_of_new_block): New.
5454         (get_rgn_sched_max_insns_priority): New.
5455         (rest_of_handle_sched, rest_of_handle_sched2): Call selective
5456         scheduling when appropriate.
5457         * sched-vis.c: Include insn-attr.h.
5458         (print_value, print_pattern): Make global.
5459         (print_rtl_slim, debug_bb_slim, debug_bb_n_slim): New functions.
5460         * target-def.h (TARGET_SCHED_ADJUST_COST_2,
5461         TARGET_SCHED_ALLOC_SCHED_CONTEXT, TARGET_SCHED_INIT_SCHED_CONTEXT,
5462         TARGET_SCHED_SET_SCHED_CONTEXT, TARGET_SCHED_CLEAR_SCHED_CONTEXT,
5463         TARGET_SCHED_FREE_SCHED_CONTEXT, TARGET_SCHED_GET_INSN_CHECKED_DS,
5464         TARGET_SCHED_GET_INSN_SPEC_DS, TARGET_SCHED_SKIP_RTX_P): New target
5465         hooks.  Initialize them to 0.
5466         (TARGET_SCHED_GEN_CHECK): Rename to TARGET_SCHED_GEN_SPEC_CHECK.
5467         * target.h (struct gcc_target): Add them.  Rename gen_check field to
5468         gen_spec_check.
5469         * flags.h (sel_sched_switch_set): Declare.
5470         * opts.c (sel_sched_switch_set): New variable.
5471         (decode_options): Unset flag_sel_sched_pipelining_outer_loops if
5472         pipelining is disabled from command line.
5473         (common_handle_option): Record whether selective scheduling is
5474         requested from command line.
5475         * doc/invoke.texi: Document new flags and parameters.
5476         * doc/tm.texi: Document new target hooks.
5477         * config/ia64/ia64.c (TARGET_SCHED_GEN_SPEC_CHECK): Define to
5478         ia64_gen_check.
5479         (dfa_state_size): Do not declare locally.
5480         * config/ia64/ia64.opt (msched-ar-data-spec): Default to 0.
5481         * config/rs6000/rs6000.c (rs6000_init_sched_context,
5482         rs6000_alloc_sched_context, rs6000_set_sched_context,
5483         rs6000_free_sched_context): New functions.
5484         (struct _rs6000_sched_context): New.
5485         (rs6000_sched_reorder2): Do not modify INSN_PRIORITY for selective
5486         scheduling.
5487         (rs6000_sched_finish): Do not run for selective scheduling.
5488
5489 2008-08-31  Jan Hubicka  <jh@suse.cz>
5490
5491         * frv.c (frv_rtx_costs): Update forward declaration.
5492         * spu.c (spu_rtx_costs): Likewise.
5493         * pdp11.c: Include df.h
5494         (pdp11_output_function_epilogue): Use df_set_regs_ever_live.
5495         * m68hc11.c (m68hc11_gen_highpart): Fix call of gen_rtx_SUBREG.
5496         (m68hc11_rtx_costs_1): Fix call of rtx_cost.
5497         * iq2000.c (iq2000_address_cost): Add speed argument.
5498         (iq2000_rtx_costs): Likewise.
5499         * mn10300.c (mn10300_address_cost_1): Remove speed argument;
5500         update call of mn10300_address_cost.
5501         * mcore.c: Include df.h
5502         (mcore_rtx_costs): Update prototype.
5503         * score3.c: Include df.h
5504         (score3_rtx_costs): Remove speed argument.
5505         * score7.c: Include df.h
5506         (score7_address_cost): Remove speed argument.
5507         * score-protos.h (score_address_cost): Update prototype.
5508         * score.c: Include df.h
5509         (score_rtx_costs): Update call of costs functions.
5510         * v850.c (v850_rtx_costs): Add bool argument.
5511
5512 2008-08-31  Hans-Peter Nilsson  <hp@axis.com>
5513
5514         * config/cris/cris.c (cris_rtx_costs): Correct call to rtx_costs.
5515
5516 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5517
5518         * gthr-win32.h (__gthread_setspecific): Use CONST_CAST2.
5519         * config/i386/gthr-win32.c (__gthread_setspecific): Same.
5520
5521 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5522
5523         * mkmap-flat.awk: Add option pe_dll.
5524         * config/i386/t-cygming (SHLIB_LINK): Support building libgcc_s.
5525         * config/i386/t-cygwin (SHLIB_LC): Add.
5526         * config/i386/t-mingw32 (SHLIB_LC): Add.
5527         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): New.
5528         (SUBTARGET_EXTRA_SPECS): Use SHARED_LIBGCC_UNDEFS_SPEC.
5529         (LINK_SPEC): Support libgcc_s.
5530         (LIBGCC_SPEC): Support libgcc_s.
5531         (LIBGCC_SONAME): New.
5532
5533 2008-08-31  Jan Hubicka  <jh@suse.cz>
5534
5535         * predict.c (maybe_hot_bb_p, maybe_hot_edge_p): Previous commit
5536         mistakely had old version of patch.
5537
5538         * ipa-cp.c (ipcp_need_original_clone_p): Remove.
5539         (ipcp_estimate_growth): New.
5540         (ipcp_insert_stage): Use ipcp_estimate_growth.
5541         * profile.c (branch_prob): When reading failed, do not consider
5542         profile as read.
5543
5544 2008-08-31  Jan Hubicka  <jh@suse.cz>
5545
5546         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Check that
5547         loop is optimized for speed.
5548
5549 2008-08-31  Richard Guenther  <rguenther@suse.de>
5550
5551         PR middle-end/37289
5552         * fold-const.c (fold_binary): Retain conversions in folding
5553         ~A + 1 to -A.
5554
5555 2008-08-31  Jan Hubicka  <jh@suse.cz>
5556
5557         * postreload-gcse.c (eliminate_partially_redundant_loads):
5558         Use optimize_bb_for_size_p.
5559         * predict.c (maybe_hot_frequency_p): Make inline.
5560         (maybe_hot_count_p): Break out from ...
5561         (maybe_hot_bb_p): ... this one.
5562         (maybe_hot_edge_p): Simplify.
5563         * basic-block.h (probably_cold_bb_p): Remove.
5564
5565 2008-08-31  Jakub Jelinek  <jakub@redhat.com>
5566
5567         PR target/37168
5568         * config/rs6000/rs6000-protos.h (const_vector_elt_as_int): Add
5569         prototype.
5570         * config/rs6000/rs6000.c (const_vector_elt_as_int): No longer static.
5571         * config/rs6000/altivec.md (easy_vector_constant_add_self splitter):
5572         Also split V4SFmode.
5573         * config/rs6000/predicates.md (easy_vector_constant_add_self): Handle
5574         vector float modes.
5575
5576 2008-08-31  Jan Hubicka  <jh@suse.cz>
5577
5578         * predict.c (PROB_VERY_LIKELY): Make small enough so things
5579         become cold.
5580         * predict.def (PRED_NORETURN_CALL, PRED_COLD_CALL): Use it.
5581
5582 2008-08-31  Jakub Jelinek  <jakub@redhat.com>
5583
5584         PR debug/37287
5585         * dwarf2out.c (gen_namespace_die): For DECL_EXTERNAL modules don't
5586         add source coords.
5587
5588         * dwarf2out.c (native_encode_initializer): Subtract min_index for
5589         non-range array index.  Handle VIEW_CONVERT_EXPR and NON_LVALUE_EXPR.
5590
5591 2008-08-31  Jan Hubicka  <jh@suse.cz>
5592
5593         * sparc.h (BRANCH_COST): Fix macro definition.
5594         * avr.c (avr_operand_rtx_cost): Add speed argument.
5595         (avr_rtx_costs): Update calls of avr_operand_rtx_cost.
5596
5597 2008-08-31  Richard Guenther  <rguenther@suse.de>
5598
5599         * tree-cfg.c (verify_types_in_gimple_assign): Dump mismatched
5600         types instead of operands.  Re-instantiate verifying of
5601         binary expression operands.
5602
5603 2008-08-30  Jan Hubicka  <jh@suse.cz>
5604
5605         * fwprop.c (should_replace_address): Add speed attribute.
5606         (PR_OPTIMIZE_FOR_SPEED): New flag.
5607         (propagate_rtx_1): Use it.
5608         (propagate_rtx): Set it.
5609         (try_fwprop_subst): Update call of rtx_costs.
5610         (forward_propagate_and_simplify): LIkewise.
5611         * hooks.c (hook_int_rtx_bool_0): New
5612         (hook_bool_rtx_int_int_intp_false): Replace by ...
5613         (hook_bool_rtx_int_int_intp_bool_false): .. thisone.
5614         * hooks.h (hook_int_rtx_bool_0): New
5615         (hook_bool_rtx_int_int_intp_false): Replace by ...
5616         (hook_bool_rtx_int_int_intp_bool_false): .. thisone.
5617         * optabs.c (avoid_expensive_constant): UPdate call of rtx_cost.
5618         (prepare_cmp_insn): UPdate call of rtx_cost.
5619         * postreload.c (reload_cse_simplify_set): Update call of rtx_cost.
5620         (reload_cse_simplify_operands): Update call of rtx_cost.
5621         (reload_cse_move2add): call of rtx_cost.
5622         * target.h (struct gcc_target): Update rtx_costs and address_costs.
5623         * rtlanal.c (rtx_cost): Add speed argument.
5624         (address_cost): Add speed argument
5625         (default_address_cost): Likewise.
5626         (insn_rtx_cost): Likewise.
5627         * cfgloopanal.c (seq_cost): Add speed argument.
5628         (target_reg_cost, target_spill_cost): Turn to array.
5629         (init_set_costs): Update for speed.
5630         (estimate_reg_pressure_cost): Add speed argument.
5631         * auto-inc-dec.c (attempt_change): Update call of rtx_cost.
5632         * dojump.c (prefer_and_bit_test): UPdate call of rtx_cost.
5633         * tree-ssa-loop-ivopts.c (struct ivopts_data): New field speed.
5634         (seq_cost): Add speed argument.
5635         (computation_cost): Add speed arugment.
5636         (add_cost, multiply_by_const, get_address_cost): add speed argument.
5637         (force_expr_to_var_cost): Update for profile info.
5638         (force_var_cost): Likewise.
5639         (split_address_cost): Likewise.
5640         (ptr_difference_cost): Likewise.
5641         (difference_cost): Likewise.
5642         (get_computation_cost_at): Likewise.
5643         (determine_iv_cost): Likewise.
5644         (ivopts_global_cost_for_size): Likewise.
5645         (rewrite_use_address): Likewise.
5646         (tree_ssa_iv_optimize_loop): Initialize speed field.
5647         * cse.c (optimize_this_for_speed_p): New static var.
5648         (notreg_cost): Update call of rtx_cost.
5649         (cse_extended_basic_block): set optimize_this_for_speed_p.
5650         * ifcvt.c (cheap_bb_rtx_cost_p): Update call of rtx_cost.
5651         (noce_try_cmove_arith): Likewise.
5652         (noce_try_sign_mask): LIkewise.
5653         * expr.c (compress_float_constant): Update rtx_cost calls.
5654         * tree-ssa-address.c (most_expensive_mult_to_index): Add speed
5655         argument.
5656         (addr_to_parts): Likewise.
5657         (create_mem_ref): Likewise.
5658         * dse.c (find_shift_sequence): Add speed argument.
5659         (replace_read): Update call.
5660         * calls.c (precompute_register_parameters): Update call of rtx_cost.
5661         * expmed.c (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost,
5662         * neg_cost, shift_cost, shiftadd_cost,
5663         shiftsub_cost, mul_cost, sdiv_cost, udiv_cost ,mul_widen_cost,
5664         mul_highpart_cost): Increase dimension.
5665         (init_expmed): Initialize for both size and speed.
5666         (expand_shift): Use profile.
5667         (synth_mult): Use profile.
5668         (choose_mult_variant): Use profile.
5669         (expand_mult): Use profile.
5670         (expand_mult_highpart_optab): Use profile.
5671         (expand_mult_highpart): Use profile.
5672         (expand_smod_pow2): Use profile.
5673         (expand_divmod): Use profile.
5674         * simplify-rtx.c (simplify_binary_operation_1): Update call of
5675         rtx_cost.
5676         * loop-invariant.c (create_new_invariant): Use profile.
5677         (gain_for_invariant): Add speed parameter.
5678         (best_gain_for_invariant): Likewise.
5679         (find_invariants_to_move): Likewise.
5680         (move_single_loop_invariants): Set it.
5681         * target-def.h (TARGET_RTX_COSTS): Use hook.
5682         * rtl.h (rtx_cost, address_cost, insn_rtx_cost): Update prototpe.
5683         (optimize_insn_for_size_p, optimize_insn_for_speed_p): Declare.
5684         * output.h (default_address_cost): Update prototype.
5685         * combine.c (optimize_this_for_speed_p): New static var.
5686         (combine_validate_cost): Update call of rtx_cost.
5687         (combine_instructions): Set optimize_this_for_speed_p.
5688         (expand_compound_operation): Update call of rtx_cost.
5689         (make_extraction):Update call of rtx_cost.
5690         (force_to_mode):Update call of rtx_cost.
5691         (distribute_and_simplify_rtx):Update call of rtx_cost.
5692         * cfgloop.h (target_reg_cost, target_spill_cost): Turn to array.
5693         (estimate_reg_pressure_cost): Update prototype.
5694         * tree-flow.h (multiply_by_cost, create_mem_ref): Update prototype.
5695         * basic-block.h (optimize_insn_for_size_p, optimize_insn_for_speed_p):
5696         Remove.
5697         * config/alpha/alpha.c (alpha_rtx_costs): Update.
5698         (alpha_rtx_costs): Update.
5699         * config/frv/frv.c (frv_rtx_costs): Update.
5700         * config/s390/s390.c (s390_rtx_costs): Update.
5701         * config/m32c/m32c.c (m32c_memory_move_cost): Update.
5702         (m32c_rtx_costs): Update.
5703         * config/spu/spu.c (TARGET_ADDRESS_COST): Upate.
5704         (spu_rtx_costs): Update.
5705         * config/sparc/sparc.c (sparc_rtx_costs): Update.
5706         * config/m32r/m32r.c (m32r_rtx_costs): Update.
5707         * config/i386/i386.c (:ix86_address_cost): Update.
5708         (ix86_rtx_costs): Update.
5709         * config/sh/sh.c (sh_rtx_costs, sh_address_cost): Update.
5710         * config/pdp11/pdp11.c (pdp11_rtx_costs): Update.
5711         * config/avr/avr.c (avr_rtx_costs, avr_address_cost): Update.
5712         * config/crx/crx.c (crx_address_cost): Update.
5713         * config/xtensa/xtensa.c (xtensa_rtx_costs): Update.
5714         * config/stormy16/stormy16.c
5715         (xstormy16_address_cost, xstormy16_rtx_costs): Update.
5716         * config/m68hc11/m68hc11.c
5717         (m68hc11_address_cost, m68hc11_rtx_costs): Update.
5718         * config/cris/cris.c (cris_rtx_costs, cris_address_cost): Update.
5719         * config/iq2000/iq2000.c (iq2000_rtx_costs, iq2000_address_cost):
5720         Update.
5721         * config/mn10300/mn10300.c (mn10300_address_cost, mn10300_rtx_costs):
5722         Update
5723         * config/ia64/ia64.c (ia64_rtx_costs): Update.
5724         * config/m68k/m68k.c (m68k_rtx_costs): Update.
5725         * config/rs6000/rs6000.c (rs6000_rtx_costs): Update.
5726         * config/arc/arc.c (arc_rtx_costs, arc_address_cost): Update.
5727         * config/mcore/mcore.c (TARGET_ADDRESS_COST): Update.
5728         (mcore_rtx_costs): update.
5729         * config/score/score3.c (score3_rtx_costs): Update.
5730         * config/score/score7.c (score7_rtx_costs): Update.
5731         * config/score/score3.h (score3_rtx_costs):Update.
5732         * config/score/score7.h (score7_rtx_costs): Update.
5733         * config/score/score.c (score_rtx_costs): Update.
5734         * config/arm/arm.c (arm_address_cost): Update.
5735         (arm_rtx_costs_1): Update.
5736         (arm_rtx_costs_1): Update.
5737         (arm_size_rtx_costs): Update.
5738         (arm_size_rtx_costs): Update.
5739         (arm_size_rtx_costs): Update.
5740         (arm_xscale_rtx_costs): Update.
5741         (arm_thumb_address_cost): Update.
5742         * config/pa/pa.c (hppa_address_cost): Update.
5743         * config/mips/mips.c (mips_rtx_costs): Update.
5744         * config/vax/vax.c (vax_address_cost): Update.
5745         * config/h8300/h8300.c (h8300_shift_costs): Update.
5746         (h8300_rtx_costs): Update.
5747         * config/v850/v850.c (TARGET_ADDRESS_COST): Update.
5748         (v850_rtx_costs): Update.
5749         * config/mmix/mmix.c (mmix_rtx_costs, mmix_rtx_costs): Update.
5750         * config/bfin/bfin.c
5751         (bfin_address_cost): Update.
5752         (bfin_rtx_costs): Update.
5753         * stmt.c (lshift_cheap_p): Update.
5754
5755 2008-08-30  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5756
5757         PR middle-end/36444
5758         * expmed.c (extract_bit_field_1): Check the mode size to make
5759         sure the vector modes have the same size.
5760
5761 2008-08-29  Michael Meissner  <gnu@the-meissners.org>
5762
5763         * dojump.c (top level): Include basic-block.h to declare
5764         optimize_insn_for_speed_p
5765
5766         * Makefile.in (dodump.h): Add $(BASIC_BLOCK_H) dependency.
5767
5768         * opts.h (CL_SAVE): New option class for marking options that are
5769         target specific options usable in the target attribute.
5770         (CL_MIN_OPTION_CLASS): CL_SAVE is now the minimum option.
5771
5772         * opt-functions.awk (switch_flags): Add CL_SAVE flag so backends
5773         can easily find the target specific options that are safe to use
5774         in the attribute or pragma.
5775
5776         * attribs.c (decl_attributes): Change #pragma GCC option to
5777         #pragma GCC target, and attribute((option(...))) to
5778         attribute((target(...))).
5779
5780         * doc/extend.texi (target attribute): Change from option
5781         attribute.  Delete push/pop/reset.
5782         (#pragma GCC target): Change from #pragma GCC option.  Delete
5783         push/pop/reset.
5784         (#pragma GCC push_options): Document new pragma.
5785         (#pragma GCC pop_options): Document new pragma.
5786         (#pragma GCC reset_options): Document new pragma.
5787
5788         * targhooks.c (default_target_option_valid_attribute_p): Add
5789         warning about port not supporting target attributes.
5790         (default_target_option_pragma_parse): New function, warn about
5791         #pragma GCC target not being supported.
5792
5793         * targhooks.h (default_target_option_pragma_parse): Add
5794         declaration.
5795
5796         * tree.h (TI_CURRENT_TARGET_PRAGMA): Rename from
5797         TI_CURRENT_OPTION_PRAGMA.
5798         (current_target_pragma): Rename from current_option_pragma.
5799
5800         * target.h: (struct target_option): Delete booleans for changing
5801         the optimization level on hot/cold functions.  Change signature of
5802         pragma_parse hook to take a second tree.
5803
5804         * c-tree.h (c_builtin_function_ext_scope): Add declaration.
5805
5806         * c-decl.c (c_builtin_function_ext_scope): New function, guarantee
5807         that the declaration is done at global scope.
5808
5809         * langhooks.c (add_builtin_function_common): Move most of the code
5810         from add_builtin_function here, calling the hook passed in.
5811         (add_builtin_function): Call add_builtin_function_common with
5812         standard builtin hook.
5813         (add_builtin_function_ext_scope): New function to add builtins to
5814         global scope.
5815
5816         * langhooks.h (struct lang_hooks): Add builtin_function_ext_scope
5817         hook.
5818         (add_builtin_function_ext_scope): Add declaration.
5819
5820         * c-pragma.c (handle_pragma_target): Rename from
5821         handle_pragma_option, #pragma GCC option is now #pragma GCC
5822         target.  Move warning about port not supporting target options to
5823         default pragma parse hook.  Remove push/pop/reset from this
5824         pragma.
5825         (handle_pragma_optimize): Remove push/pop/reset from this pragma.
5826         (option_stack): Delete static variable.
5827         (optimize_stack): Ditto.
5828         (optons_stack): New stack of saved target and optimization
5829         options.
5830         (handle_pragma_push_options): New function to handle pushing both
5831         target and optimization options.
5832         (handle_pragma_pop_options): New function to handle popping both
5833         target and optimization options.
5834         (handle_pragma_reset_options): New function to handle resetting
5835         both target and optimization options to their initial state.
5836         (init_pragma): Rename handle_pragma_option to
5837         handle_pragma_target.  Add support for push_options, pop_options,
5838         and reset_options pragmas.
5839
5840         * target-def.h (TARGET_OPTION_PRAGMA_PARSE): Change default to
5841         default_target_option_pragma_parse.
5842         (TARGET_OPTION_VALID_ATTRIBUTE_P): Change default to
5843         default_target_option_valid_attribute_p.
5844         (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION): Delete.
5845         (TARGET_OPTION_HOT_ATTRIBUTE_SETS_OPTIMIZATION): Ditto.
5846         (TARGET_OPTION_HOOKS): Delete the fields for whether to change
5847         optimization level on hot/cold functions.
5848
5849         * tree-inline.c (tree_can_inline_p): Disable suppressing inlining
5850         if the caller and callee have different optimization levels.
5851
5852         * c-common.c (handle_target_attribute): Rename from
5853         handle_option_attribute, attribute((option(...))) is now
5854         attribute((target(...))).  Move warning if the port does not
5855         support target attributes to the default hook.
5856         (handle_hot_attribute): Delete code to change the optimization
5857         level of hot functions.
5858         (handle_cold_attribute): Ditto.
5859
5860         * config/i386/i386-c.c (ix86_pragma_target_parse): Take a second
5861         argument that is the binary tree options to use if there are no
5862         arguments.  Call ix86_valid_target_attribute_tree instead of
5863         ix86_valid_option_attribute_tree.
5864         (ix86_pragma_target_parse): Rename from ix86_pragma_option_parse.
5865         (ix86_register_pragmas): Use ix86_pragma_target_parse instead of
5866         ix86_pragma_option_parse.
5867
5868         * config/i386/i386-protos.h (ix86_valid_target_attribute_tree):
5869         Rename from ix86_valid_option_attribute_tree.
5870
5871         * config/i386/i386.c (ix86_add_new_builtins): New function to add
5872         new builtins when the ISA changes.
5873         (ix86_valid_target_attribute_tree): Rename from
5874         ix86_valid_option_attribute_tree.  Change callers.  If the
5875         function specified optimization options, use those as the starting
5876         point before setting up the target attributes.  If the
5877         optimization options were changed in the course of setting the
5878         target attributes, record the new optimization options.
5879         (ix86_valid_target_attribute_tree_inner_p): Rename from
5880         ix86_valid_option_attribute_tree_inner_p.  Change callers.  Call
5881         ix86_add_new_builtins if the ISA changed.
5882         (ix86_valid_target_attribute_p): Rename from
5883         ix86_valid_option_attribute_p.  Change callers.
5884         (enum ix86_builtins): Add IX86_BUILTIN_PCMOV to allow both
5885         __builtin_ia32_pcmov and __builtin_ia32_pcmov_v2di to be declared
5886         as delayed builtin functions.
5887         (struct builtin_isa): New structure to record builtin functions
5888         that should be delayed until the ISA for that function is used.
5889         (ix86_builtins_isa): Change from int to struct to track builtin
5890         functions we want to declare at some point.
5891         (def_builtin): If the front end can delay defining the builtin
5892         functions, don't create builtins for ISAs not part of the default
5893         options.
5894         (def_builtin_const): Ditto.
5895         (bdesc_multi_arg): Declare __builtin_ia32_pcmov and
5896         __builtin_ia32_pcmov_v2di to be different builtin functions.
5897         (ix86_expand_builtin): Changes due to ix86_builtins_isa now being
5898         a structure instead of an int.
5899         (TARGET_OPTION_VALID_ATTRIBUTE_P): Use
5900         ix86_valid_target_attribute_p, not ix86_valid_option_attribute_p.
5901         (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION): Delete.
5902         (TARGET_OPTION_HOT_ATTRIBUTE_SETS_OPTIMIZATION): Ditto.
5903
5904         * config/ia64/ia64.h
5905         (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION): Delete.
5906         (TARGET_OPTION_HOT_ATTRIBUTE_SETS_OPTIMIZATION): Ditto.
5907
5908         * langhooks-def.h (LANG_HOOKS_BUILTIN_FUNCTION_EXT_SCOPE): New
5909         hook, default to being the same as LANG_HOOKS_BUILTIN_FUNCTION.
5910         (LANG_HOOKS_INITIALIZER): Add
5911         LANG_HOOKS_BUILTIN_FUNCTION_EXT_SCOPE hook.
5912
5913 2008-08-30  Kaz Kojima  <kkojima@gcc.gnu.org>
5914
5915         PR target/37270
5916         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Generate
5917         the reload address with the index register for SFmode
5918         access with a displacement.
5919
5920 2008-08-30  Jan Hubicka  <jh@suse.cz>
5921
5922         * optabs.c (expand_abs_nojump): Update BRANCH_COST call.
5923         * fold-cost.c (LOGICAL_OP_NON_SHORT_CIRCUIT, fold_truthop): Likewise.
5924         * dojump.c (do_jump): Likewise.
5925         * ifcvt.c (MAX_CONDITIONAL_EXECUTE): Likewise.
5926         (note-if_info): Add BRANCH_COST.
5927         (noce_try_store_flag_constants, noce_try_addcc,
5928         noce_try_store_flag_mask, noce_try_cmove_arith, noce_try_cmove_arith,
5929         noce_try_cmove_arith, noce_find_if_block, find_if_case_1,
5930         find_if_case_2): Use computed branch cost.
5931         * expr.h (BRANCH_COST): Update default.
5932         * predict.c (predictable_edge_p): New function.
5933         * expmed.c (expand_smod_pow2, expand_sdiv_pow2, emit_store_flag):
5934         Update BRANCH_COST call.
5935         * basic-block.h (predictable_edge_p): Declare.
5936         * config/alpha/alpha.h (BRANCH_COST): Update.
5937         * config/frv/frv.h (BRANCH_COST): Update.
5938         * config/s390/s390.h (BRANCH_COST): Update.
5939         * config/spu/spu.h (BRANCH_COST): Update.
5940         * config/sparc/sparc.h (BRANCH_COST): Update.
5941         * config/m32r/m32r.h (BRANCH_COST): Update.
5942         * config/i386/i386.h (BRANCH_COST): Update.
5943         * config/i386/i386.c (ix86_expand_int_movcc): Update use of
5944         BRANCH_COST.
5945         * config/sh/sh.h (BRANCH_COST): Update.
5946         * config/pdp11/pdp11.h (BRANCH_COST): Update.
5947         * config/avr/avr.h (BRANCH_COST): Update.
5948         * config/crx/crx.h (BRANCH_COST): Update.
5949         * config/xtensa/xtensa.h (BRANCH_COST): Update.
5950         * config/stormy16/stormy16.h (BRANCH_COST): Update.
5951         * config/m68hc11/m68hc11.h (BRANCH_COST): Update.
5952         * config/iq2000/iq2000.h (BRANCH_COST): Update.
5953         * config/ia64/ia64.h (BRANCH_COST): Update.
5954         * config/rs6000/rs6000.h (BRANCH_COST): Update.
5955         * config/arc/arc.h (BRANCH_COST): Update.
5956         * config/score/score.h (BRANCH_COST): Update.
5957         * config/arm/arm.h (BRANCH_COST): Update.
5958         * config/pa/pa.h (BRANCH_COST): Update.
5959         * config/mips/mips.h (BRANCH_COST): Update.
5960         * config/vax/vax.h (BRANCH_COST): Update.
5961         * config/h8300/h8300.h (BRANCH_COST): Update.
5962         * params.def (PARAM_PREDICTABLE_BRANCH_OUTCOME): New.
5963         * doc/invoke.texi (predictable-branch-cost-outcome): Document.
5964         * doc/tm.texi (BRANCH_COST): Update.
5965
5966 2008-08-30  Samuel Tardieu  <sam@rfc1149.net>
5967
5968         PR target/37283
5969         * config/arm/arm.c (arm_optimization_options): Set
5970         flag_section_anchors to 2 instead of 1 to distinguish it from
5971         -fsection-anchors given explicitely on the command line.
5972
5973 2008-08-30  Richard Sandiford  <rdsandiford@googlemail.com>
5974
5975         * recog.c (split_insn): Consider attaching a REG_EQUAL note to the
5976         final insn of a split.
5977
5978 2008-08-30  Jan Hubicka  <jh@suse.cz>
5979
5980         * postreload-gcse.c (gate_handle_gcse2): Disable for functions
5981         optimized for speed.
5982         * final.c (compute_alignments): Use optimize_bb_for_size_p.
5983         * tree-call-cdce.c (gate_call_cdce): Use optimize_function_for_speed_p.
5984         * opts.c (flag_predictive_commoning_set, flag_unswitch_loops_set,
5985         flag_gcse_after_reload_set): New static vars.
5986         (common_handle_option): Enable those flags for profile-use.
5987         (decode_options): Remove optimize_size flags that are handled
5988         on higher granuality.
5989         * tree-vectorizer.c (vectorize_loops): Use
5990         optimize_loop_nest_for_speed_p.
5991         * tree-ssa-pre.c (do_pre): Use optimize_function_for_speed_p.
5992         * tree-predcom.c (tree_predictive_commoning): Use
5993         optimize_loop_for_speed_p.
5994         * varasm.c (assemble_start_function): Use
5995         optimize_function_for_speed_p.
5996         * bb-reorder.c (rest_of_handle_reorder_blocks): Likewise.
5997         * predict.c (optimize_loop_for_speed_p): Fix walk.
5998
5999 2008-08-30  Jan Hubicka  <jh@suse.cz>
6000
6001         * ipa-inline.c (cgraph_estimate_growth): Discover self recursive
6002         functions.
6003         (cgraph_decide_inlining_of_small_function): Use edge->count to detect
6004         profile presence locally.
6005
6006 2008-08-29  Joseph Myers  <joseph@codesourcery.com>
6007
6008         PR bootstrap/37086
6009         * tree-vrp.c (find_switch_asserts): Make idx volatile for GCC
6010         versions before 4.0.
6011
6012 2008-08-29  Jan Hubicka  <jh@suse.cz>
6013
6014         * tree-inline.c (insert_init_stmt): Insert sequence even when
6015         not in SSA form.
6016
6017 2008-08-29  Jeff Law  <law@redhat.com>
6018
6019         * mn10300.c (mn10300_secondary_reload_class): We need secondary
6020         reloads for AM33-2 if IN is a pseudo with an equivalent memory
6021         location and class is an FP register.
6022
6023 2008-08-29  Jan Hubicka  <jh@suse.cz>
6024
6025         * see.c (see_merge_one_def_extension): Silence used uninitialized
6026         warning.
6027         * matrix-reorg.c (check_allocation_function): Likewise.
6028         * config/i386/driver-i386.c (detect_caches_amd): Likewise.
6029
6030 2008-08-29  Jakub Jelinek  <jakub@redhat.com>
6031
6032         PR c/37261
6033         * fold-const.c (fold_binary): In (X | C1) & C2 canonicalization
6034         compute new & and | in type rather than TREE_TYPE (arg0).
6035
6036         * dwarf2out.c (fortran_common): Update comment.
6037         (gen_variable_die): Swap com_die and var_die variables in Fortran
6038         COMMON block handling code.
6039
6040         * dwarf2out.c (descr_info_loc): Handle VAR_DECL.
6041
6042         * dwarf2out.c (gen_const_die): New function.
6043         (size_of_die, value_format, output_die): Output larger
6044         dw_val_class_vec using DW_FORM_block2 or DW_FORM_block4.
6045         (native_encode_initializer): New function.
6046         (tree_add_const_value_attribute): Call it.
6047         (gen_decl_die, dwarf2out_decl): Handle CONST_DECLs if is_fortran ().
6048
6049         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): For
6050         DECL_BY_REFERENCE decls don't pass TREE_READONLY and
6051         TREE_THIS_VOLATILE to add_type_attribute.
6052
6053         * dwarf2out.c (add_subscript_info): Stop on Fortran TYPE_STRING_FLAG
6054         types.
6055         (gen_array_type_die): Emit DW_TAG_string_type for Fortran character
6056         types.
6057
6058         * dwarf2out.c (loc_by_reference): New function.
6059         (add_location_or_const_value_attribute): Use it.
6060
6061         PR fortran/23057
6062         * dwarf2out.c (gen_variable_die): Represent Fortran COMMON vars
6063         as DW_TAG_variable children of DW_TAG_common_block rather than
6064         DW_TAG_member children.  Put DW_AT_external to individual
6065         DW_TAG_variable DIEs, not to DW_TAG_common_block.
6066
6067         * dwarf2out.c (add_bound_info): If lookup_decl_die failed, try
6068         loc_descriptor_from_tree_1.
6069
6070         PR fortran/29635
6071         PR fortran/23057
6072         * debug.h (struct gcc_debug_hooks): Add NAME and CHILD
6073         arguments to imported_module_or_decl.
6074         (debug_nothing_tree_tree): Removed.
6075         (debug_nothing_tree_tree_tree_bool): New prototype.
6076         * debug.c (do_nothing_debug_hooks): Adjust.
6077         (debug_nothing_tree_tree): Removed.
6078         (debug_nothing_tree_tree_tree_bool): New function.
6079         * dwarf2out.c (is_symbol_die): Handle DW_TAG_module.
6080         (gen_variable_die): Put all common vars for the
6081         same COMMON block under one DW_TAG_common_block.
6082         (declare_in_namespace): Return new context_die, for Fortran
6083         return the module DIE instead of adding extra declarations into
6084         the namespace.
6085         (gen_type_die_with_usage): Adjust declare_in_namespace caller.
6086         (gen_namespace_die): If is_fortran (), generate DW_TAG_module
6087         instead of DW_TAG_namespace.  If DECL_EXTERNAL is set, add
6088         DW_AT_declaration.
6089         (dwarf2out_global_decl): Don't skip Fortran global vars.
6090         (gen_decl_die): Likewise.  Adjust declare_in_namespace callers.
6091         (dwarf2out_imported_module_or_decl): Add NAME and CHILD arguments.
6092         If NAME is non-NULL, add DW_AT_name.  If CHILD is non-NULL, put
6093         DW_TAG_imported_declaration as child of previous
6094         DW_TAG_imported_module.
6095         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Adjust.
6096         * sdbout.c (sdb_debug_hooks): Likewise.
6097         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
6098
6099 2008-08-29  Jan Hubicka  <jh@suse.cz>
6100
6101         * cgraph.c (cgraph_remove_node): Do not remove nested nodes.
6102
6103         * cgraph.h (cgraph_maybe_hot_edge_p): Declare.
6104         * ipa-cp.c (n_cloning_candidates): New static variable.
6105         (ipcp_print_profile_data, ipcp_function_scale_print): Forward declare.
6106         (ipcp_print_all_lattices): Improve debug output.
6107         (ipcp_cloning_candidate_p): New function.
6108         (ipcp_initialize_node_lattices): Use it.
6109         (ipcp_init_stage): Do only analyzis here; prettier debug output.
6110         (ipcp_propagate_stage): Prettier debug output.
6111         (ipcp_iterate_stage): Initialize latices here; prettier debug output.
6112         (ipcp_print_all_structures): Remove.
6113         (ipcp_need_redirect_p): Test !n_cloning_candidates.
6114         (ipcp_insert_stage): Prettier debug output; call
6115         cgraph_remove_unreachable_nodes before propagating.
6116         (pass_ipa_cp): Schedule function removal pass.
6117         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Better
6118         debug output.
6119         (cgraph_maybe_hot_edge_p): Move to ...
6120         * predict.c (cgraph_maybe_hot_edge_p) ... here.
6121         * opts.c (flag_ipa_cp_set, flag_ipa_cp_clone_set): New.
6122         (common_handle_option): Set them; enable ipa-cp when profiling.
6123         * ipa-prop.c (ipa_print_node_jump_functions): Prettier output.
6124         (ipa_print_all_jump_functions): Likewise.
6125         (ipa_print_all_tree_maps, ipa_print_node_param_flags): Remove.
6126         (ipa_print_node_params, ipa_print_all_params): New.
6127         * ipa-prop.h (ipa_print_all_tree_maps, ipa_print_node_param_flags,
6128         ipa_print_all_param_flags): Remove.
6129         (ipa_print_node_params, ipa_print_all_params): New.
6130
6131 2008-08-29  Bob Wilson  <bob.wilson@acm.org>
6132
6133         * config/xtensa/xtensa.c (xtensa_secondary_reload_class): Revert
6134         change from 2008-04-03.
6135         * config/xtensa/xtensa.h (IRA_COVER_CLASSES): Define.
6136
6137 2008-08-29  Vladimir Makarov  <vmakarov@redhat.com>
6138
6139         PR rtl-opt/37251
6140         * ira-color.c (push_allocnos_to_stack): Truncate
6141         removed_splay_allocno_vec.
6142
6143 2008-08-29  Vladimir Makarov  <vmakarov@redhat.com>
6144
6145         PR rtl-opt/37243
6146         * ira-color (ira_fast_allocation): Don't assign hard registers to
6147         global allocnos.
6148
6149 2008-08-29  Jan Hubicka  <jh@suse.cz>
6150
6151         PR middle-end/37278
6152         * predict.c (optimize_loop_nest_for_speed_p): Do not ICE
6153         for cold internal loops.
6154
6155 2008-08-29  Richard Guenther  <rguenther@suse.de>
6156
6157         * tree-ssa-structalias.c (create_variable_info_for): Do not
6158         create fields for heap vars or vars with a noalias state.
6159         For NO_ALIAS_ANYTHING variables add a self-constraint, not one
6160         from ESCAPED.
6161
6162 2008-08-29  Richard Guenther  <rguenther@suse.de>
6163
6164         * common.opt (ftree-store-ccp): Mark as preserved for
6165         backward compatibility.
6166         * doc/invoke.texi (-ftree-store-ccp): Remove documentation.
6167         * tree-pass.h (pass_store_ccp): Remove.
6168         * tree-ssa-propagate.h (struct prop_value_d): Remove mem_ref field.
6169         (first_vdef): Remove declaration.
6170         (get_value_loaded_by): Likewise.
6171         * tree-ssa-ccp.c (do_store_ccp): Remove.
6172         (get_default_value): Simplify as do_store_ccp is always false
6173         now.  Do not initialize mem_ref.
6174         (set_value_varying): Likewise.
6175         (canonicalize_float_value): Likewise.
6176         (set_lattice_value): Likewise.
6177         (likely_value): Likewise.
6178         (surely_varying_stmt_p): Likewise.
6179         (ccp_initialize): Likewise.
6180         (ccp_lattice_meet): Likewise.
6181         (ccp_visit_phi_node): Likewise.
6182         (ccp_fold): Likewise.
6183         (evaluate_stmt): Likewise.
6184         (visit_assignment): Likewise.
6185         (ccp_visit_stmt): Likewise.
6186         (execute_ssa_ccp): Fold into ...
6187         (do_ssa_ccp): ... this.
6188         (do_ssa_store_ccp): Remove.
6189         (gate_store_ccp): Likewise.
6190         (pass_store_ccp): Likewise.
6191         * tree-ssa-copy.c (copy_prop_visit_phi_node): Do not
6192         initialize mem_ref.
6193         * tree-ssa-propagate.c (first_vdef): Remove.
6194         (get_value_loaded_by): Likewise.
6195         (replace_vuses_in): Likewise.
6196         (substitute_and_fold): Do not call replace_vuses_in.
6197         * opts.c (decode_options): Do not set flag_tree_store_ccp.
6198
6199 2008-08-29  Richard Guenther  <rguenther@suse.de>
6200
6201         PR middle-end/37236
6202         * tree-ssa-structalias.c (intra_create_variable_infos): Mark
6203         PARAM_NOALIAS tags with is_heapvar.
6204         * tree-ssa-operands.c (access_can_touch_variable): Offset
6205         based tests do not apply for heapvars.  Fix offset test.
6206
6207 2008-08-29  Jan Hubicka  <jh@suse.cz>
6208
6209         * doc/invoke.texi (-fipa-cp): Enabled by default at -O2/-Os/-O3
6210         (-fipa-cp-clone): Enabled by default at -O3.
6211         * opts.c (decode_options): Enable ipa-cp at -O2, ipa-cp-clone at -O3;
6212         make ipa-cp-clone to imply ipa-cp; disable cloning at -Os.
6213
6214 2008-08-29  Jan Hubicka  <jh@suse.cz>
6215
6216         * tree.c (build_function_type_skip_args,
6217         build_function_decl_skip_args): New functions.
6218         * tree.h (build_function_type_skip_args,
6219         build_function_decl_skip_args): Declare.
6220         * gimple.c (giple_copy_call_skip_args): New function.
6221         (giple_copy_call_skip_args): Declare.
6222
6223         * cgraph.h (cgraph_function_versioning): Add skip_args arugmnet
6224         * ipa-cp.c (ipcp_node_not_modifiable_p): Rename to ...
6225         (ipcp_node_modifiable_p): ... this one; use
6226         tree_versionable_function_p.
6227         (ipcp_create_replace_map): Improve debug output.
6228         (ipcp_need_redirect_p): Return false when not clonning.
6229         (ipcp_update_callgraph): Skip args.
6230         (ipcp_insert_stage): UPdate call of !ipcp_node_modifiable_p;
6231         skip args.
6232         * cgraphunit.c (cgraph_function_versioning): Add skip_args argument.
6233         (save_inline_function_body): Update call of tree_function_versioning.
6234         * ipa-prop.c (ipa_edge_removal_hook): Do not ICE on unanalyzed nodes.
6235         * tree-inline.c (copy_arguments_for_versioning): Add skip_args
6236         argument.
6237         (tree_function_versioning): Likewise.
6238         * tree-inline.h (tree_function_versioning): Update prototype.
6239
6240 2008-08-29  Jan Hubicka  <jh@suse.cz>
6241
6242         * loop-unswitch.c (unswitch_single_loop): Use
6243         optimize_loop_for_speed_p.
6244         * tree-ssa-threadupdate.c (mark_threaded_blocks):
6245         Use optimize_function_for_size_p.
6246         * tracer.c (ignore_bb_p): Use optimize_bb_for_size_p.
6247         * postreload-gcse.c (eliminate_partially_redundant_load):
6248         Use optimize_bb_for_size_p.
6249         * value-prof.c (gimple_divmod_fixed_value_transform,
6250         gimple_mod_pow2_value_transform, gimple_mod_subtract_transform,
6251         gimple_stringops_transform): Use optimize_bb_for_size_p.
6252         * ipa-cp.c (ipcp_insert_stage): Use optimize_function_for_size_p.
6253         * final.c (compute_alignments): Use optimize_function_for_size_p.
6254         * builtins.c (fold_builtin_cabs): Use optimize_function_for_speed_p.
6255         (fold_builtin_strcpy, fold_builtin_fputs): Use
6256         optimize_function_for_size_p.
6257         * fold-const.c (tree_swap_operands_p): Use
6258         optimize_function_for_size_p.
6259         * recog.c (relax_delay_slots): Likewise.
6260         * tree-ssa-math-opts.c (replace_reciprocal):
6261         Use optimize_bb_for_speed_p.
6262         (execute_cse_reciprocals): Use optimize_bb_for_size_p.
6263         * ipa-inline.c (cgraph_decide_recursive_inlining): Use
6264         optimize_function_for_size_p.
6265         (cgraph_decide_inlining_of_small_function): Use
6266         optimize_function_for_size_p.
6267         * global.c (find_reg): Use optimize_function_for_size_p.
6268         * opts.c (decode_options): Do not clear flag_tree_ch,
6269         flag_inline_functions, flag_unswitch_loops, flag_unroll_loops,
6270         flag_unroll_all_loops and flag_prefetch_loop_arrays. Those can
6271         work it out from profile.
6272         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Use
6273         optimize_loop_for_speed_p.
6274         * predict.c (optimize_bb_for_size_p, optimize_bb_for_speed_p):
6275         Constify argument.
6276         (optimize_loop_nest_for_size_p, optimize_loop_nest_for_speed_p): New.
6277         * tree-parloops.c (parallelize_loops): Use optimize_loop_for_size_p.
6278         * tree-eh.c (decide_copy_try_finally): Use
6279         optimize_function_for_size_p.
6280         * local-alloc.c (block_alloc): Pass BB pointer.
6281         (find_free_reg): Add BB pointer, use optimize_bb_for_size_p.
6282         * gcse.c (gcse_main): Use optimize_function_for_size_p.
6283         * loop-unroll.c (decide_unrolling_and_peeling):
6284         Use optimize_loop_for_size_p.
6285         (decide_peel_completely): Likewise.
6286         * tree-vect-analyze.c (vect_mark_for_runtime_alias_test): Use
6287         optimize_loop_for_size_p.
6288         (vect_enhance_data_refs_alignment): Likewise.
6289         * tree-ssa-coalesce.c (coalesce_cost): Add optimize_for_size argument.
6290         (coalesce_cost_bb, coalesce_cost_edge, create_outofssa_var_map):
6291         Update call.
6292         * cfgcleanup.c (outgoing_edges_match): Use optimize_bb_for_speed_p.
6293         (try_crossjump_bb): Use optimize_bb_for_size_p.
6294         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
6295         optimize_loop_for_speed_p.
6296         * bb-reorder.c (find_traces_1_round): Likewise.
6297         (copy_bb): Use optimize_bb_for_speed_p.
6298         (duplicate_computed_gotos): Likewise.
6299         * basic-block.h (optimize_loop_nest_for_size_p,
6300         optimize_loop_nest_for_speed_p): New.
6301         * stmt.c (expand_case): Use optimize_insn_for_size_p.
6302
6303 2008-08-29  Tristan Gingold  <gingold@adacore.com>
6304
6305         * gcov.c (main): Call expandargv.
6306
6307 2008-08-29  Jan Hubicka  <jh@suse.cz>
6308
6309         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Check that loop
6310         is not cold.
6311         * predict.c (optimize_bb_for_size_p, optimize_bb_for_speed_p):
6312         Constify arguments.
6313         (optimize_loop_for_size_p, optimize_loop_for_speed_p): New functions.
6314         * basic-block.h (optimize_bb_for_size_p, optimize_bb_for_speed_p):
6315         Constify.
6316         (optimize_loop_for_size_p, optimize_loop_for_speed_p): Declare.
6317
6318 2008-08-29  Jan Hubicka  <jh@suse.cz>
6319
6320         * tree-pass.h (pass_strip_predict_hints): Declare.
6321         * predict.c (strip_builtin_expect): Rename to ...
6322         (strip_predict_hints): ... this one; strip also GIMPLE_PREDICT.
6323         (tree_bb_level_predictions): Do not remove GIMPLE_PREDICT.
6324         (tree_estimate_probability): Do not strip builtin_expect.
6325         (pass_strip_predict_hints): New pass.
6326         * tree-inline.c (expand_call_inline): When inlining cold function,
6327         predict it as unlikely.
6328         * passes.c (init_optimization_passes): Add pass_strip_predict_hints.
6329
6330 2008-08-29  Richard Guenther  <rguenther@suse.de>
6331
6332         PR tree-optimization/37207
6333         * tree-vrp.c (extract_range_from_binary_expr): Also try
6334         to constant fold if only one of the operands is a constant.
6335
6336 2008-08-29  Nick Clifton  <nickc@redhat.com>
6337
6338         * config/m32r/m32r.h (LEGITIMATE_CONSTANT_P): Treat LABEL_REFs in
6339         the same way as SYMBOL_REFs.
6340
6341 2008-08-28  Bob Wilson  <bob.wilson@acm.org>
6342
6343         * config/xtensa/xtensa.md (<u>mulsidi3): Use a temporary register.
6344
6345 2008-08-28  Adam Nemet  <anemet@caviumnetworks.com>
6346
6347         * config/mips/mips.h (ISA_HAS_BBIT): New macro.
6348         * config/mips/mips.md (branch_likely): Remove const.  Fix
6349         comment formatting.
6350         (define_delay for type "branch"): Change to only apply for branch
6351         with likely variant.
6352         (define_delay for type "branch" and "branch_likely" no).  New delay
6353         definition.
6354         (equality_op): New code iterator.
6355         (bbv, bbinv): New code attributes.
6356         (*branch_bit<bbv><mode>, *branch_bit<bbv><mode>_inverted): New
6357         patterns.
6358
6359 2008-08-28  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
6360             Andrew Pinski  <pinskia@gcc.gnu.org>
6361
6362         PR 18050
6363         * c-common.c (verify_tree): Fix handling of ADDR_EXPR.
6364
6365 2008-08-28  Paolo Carlini  <paolo.carlini@oracle.com>
6366
6367         * gtrh-posix.h: Fix uses of _POSIX_TIMEOUTS per the normal Posix
6368         rule that a symbolic constant must be defined and >= 0 for the
6369         corresponding facility to be present at compile-time.
6370         * gthr-posix.c: Likewise.
6371
6372 2008-08-28  Adam Nemet  <anemet@caviumnetworks.com>
6373
6374         * config/mips/mips.h (ISA_HAS_DMUL3): New macro.
6375         * config/mips/mips.md (D): New mode attribute.
6376         (mulsi3, muldi3): Merge it into ...
6377         (mul<mode>3): ... new template.  Use _mul3 ending for 3-op patterns.
6378         (muldi3_mul3): New pattern.
6379         (mulsi3_mult3): Rename to mulsi3_mul3.
6380
6381 2008-08-28  Jan Hubicka  <jh@suse.cz>
6382
6383         * expmed.c (store_bit_field_1): Be prepared for movstrict expander
6384         to fail.
6385         * predict.c (always_optimize_for_size_p): Rename to ...
6386         (optimize_function_for_size): ... this one; make extern.
6387         (optimize_function_for_speed_p): New.
6388         (optimize_bb_for_size_p, optimize_bb_for_size_p,
6389         optimize_edge_for_size_p,optimize_edge_for_size_p,
6390         optimize_insn_for_size_p, optimize_insn_for_size_p): Update.
6391         * basic-block.h (optimize_function_for_size_p,
6392         optimize_function_for_speed_p): Declare.
6393         * i386.md (optimize_size checks): Replace them by appropriate
6394         predicate.
6395         (standard_80387_constant_p, ix86_compute_frame_layout,
6396         ix86_expand_epilogue, ix86_decompose_address,
6397         print_operand, emit_i387_cw_initialization,
6398         inline_memory_move_cost, ix86_pad_returns,
6399         ix86_reorg): Replace optimize_size checks.
6400
6401 2008-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
6402
6403         * rtl.h (simplify_subreg_regno): Declare.
6404         * rtlanal.c (simplify_subreg_regno): New function, split out from...
6405         * simplify-rtx.c (simplify_subreg): ...here.
6406         * reload.c (find_reloads): Use simplify_subreg_regno instead of
6407         subreg_offset_representable_p.
6408
6409 2008-08-28  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
6410
6411         PR c/30949
6412         * c-typeck.c (convert_for_assignment): Give a note describing what
6413         was passed and what was expected.
6414
6415 2008-08-28  Joey Ye  <joey.ye@intel.com>
6416
6417         * doc/extend.texi: Document AVX built-in functions.
6418         * doc/invoke.texi: Document -mavx.
6419
6420 2008-08-28  H.J. Lu  <hongjiu.lu@intel.com>
6421             Joey Ye  <joey.ye@intel.com>
6422             Xuepeng Guo  <xuepeng.guo@intel.com>
6423
6424         * config.gcc (extra_headers): Add gmmintrin.h for x86 and x86-64.
6425
6426         * config/i386/cpuid.h (bit_FMA): New.
6427         (bit_XSAVE): Likewise.
6428         (bit_OSXSAVE): Likewise.
6429         (bit_AVX): Likewise.
6430
6431         * config/i386/gas.h (ASM_OUTPUT_OPCODE): Undefine before
6432         define.  Use ASM_OUTPUT_AVX_PREFIX.
6433
6434         * config/i386/gmmintrin.h: New.
6435
6436         * config/i386/i386.c (x86_64_reg_class): Add X86_64_AVX_CLASS.
6437         (OPTION_MASK_ISA_AVX_SET): New.
6438         (OPTION_MASK_ISA_FMA_SET): Likewise.
6439         (OPTION_MASK_ISA_AVX_UNSET): Likewise.
6440         (OPTION_MASK_ISA_FMA_SET): Likewise.
6441         (OPTION_MASK_ISA_SSE4_2_UNSET): Updated.
6442         (ix86_handle_option): Handle OPT_mavx and OPT_mfma.
6443         (pta_flags): Add PTA_AVX and PTA_FMA.
6444         (override_options): Handle PTA_AVX and PTA_FMA.
6445         (init_cumulative_args): Handle warn_avx.
6446         (classify_argument): Return 0 for COImode and OImode.  Return
6447         1 and X86_64_AVX_CLASS for 256bit vector types.
6448         (examine_argument): Handle X86_64_AVX_CLASS.
6449         (construct_container): Likewise.
6450         (function_arg_advance_32): Pass OImode and 256bit vector types
6451         in AVX register.
6452         (function_arg_advance_64): Take a new argument to indicate if a
6453         parameter is named.  Handle 256bit vector types.  Return
6454         immediately for unnamed 256bit vector mode parameters.
6455         (function_arg_advance): Updated.
6456         (function_arg_32): Add comments for TImode.  Handle OImode
6457         and 256bit vector types.
6458         (function_arg_64): Take a new argument to indicate if a
6459         parameter is named.  Handle 256bit vector types.  Return NULL
6460         for unnamed 256bit vector mode parameters.
6461         (function_arg): Updated.
6462         (setup_incoming_varargs_64): Support
6463         AVX encoding for *sse_prologue_save_insn.
6464         (ix86_gimplify_va_arg): Handle 256bit vector mode parameters.
6465         (standard_sse_constant_p): Return -2 for all 1s if SSE2 isn't
6466         enabled.  For all 1s in 256bit vector modes, return 3 if AVX is
6467         enabled, otherwise return -3.
6468         (standard_sse_constant_opcode): Handle AVX and 256bit vector
6469         modes.
6470         (print_reg): Support AVX registers.  Handle 'x' and 't'.
6471         Handle 'd' to duplicate the operand.
6472         (print_operand): Likewise.  Also support AVX vector compare
6473         instructions.
6474         (output_387_binary_op): Support AVX.
6475         (output_fp_compare): Likewise.
6476         (ix86_expand_vector_move_misalign): Likewise.
6477         (ix86_attr_length_vex_default): New.
6478         (ix86_builtins): Add IX86_BUILTIN_ADDPD256,
6479         IX86_BUILTIN_ADDPS256, IX86_BUILTIN_ADDSUBPD256,
6480         IX86_BUILTIN_ADDSUBPS256, IX86_BUILTIN_ANDPD256,
6481         IX86_BUILTIN_ANDPS256, IX86_BUILTIN_ANDNPD256,
6482         IX86_BUILTIN_ANDNPS256, IX86_BUILTIN_BLENDPD256,
6483         IX86_BUILTIN_BLENDPS256, IX86_BUILTIN_BLENDVPD256,
6484         IX86_BUILTIN_BLENDVPS256, IX86_BUILTIN_DIVPD256,
6485         IX86_BUILTIN_DIVPS256, IX86_BUILTIN_DPPS256,
6486         IX86_BUILTIN_HADDPD256, IX86_BUILTIN_HADDPS256,
6487         IX86_BUILTIN_HSUBPD256, IX86_BUILTIN_HSUBPS256,
6488         IX86_BUILTIN_MAXPD256, IX86_BUILTIN_MAXPS256,
6489         IX86_BUILTIN_MINPD256, IX86_BUILTIN_MINPS256,
6490         IX86_BUILTIN_MULPD256, IX86_BUILTIN_MULPS256,
6491         IX86_BUILTIN_ORPD256, IX86_BUILTIN_ORPS256,
6492         IX86_BUILTIN_SHUFPD256, IX86_BUILTIN_SHUFPS256,
6493         IX86_BUILTIN_SUBPD256, IX86_BUILTIN_SUBPS256,
6494         IX86_BUILTIN_XORPD256, IX86_BUILTIN_XORPS256,
6495         IX86_BUILTIN_CMPSD, IX86_BUILTIN_CMPSS, IX86_BUILTIN_CMPPD,
6496         IX86_BUILTIN_CMPPS, IX86_BUILTIN_CMPPD256,
6497         IX86_BUILTIN_CMPPS256, IX86_BUILTIN_CVTDQ2PD256,
6498         IX86_BUILTIN_CVTDQ2PS256, IX86_BUILTIN_CVTPD2PS256,
6499         IX86_BUILTIN_CVTPS2DQ256, IX86_BUILTIN_CVTPS2PD256,
6500         IX86_BUILTIN_CVTTPD2DQ256, IX86_BUILTIN_CVTPD2DQ256,
6501         IX86_BUILTIN_CVTTPS2DQ256, IX86_BUILTIN_EXTRACTF128PD256,
6502         IX86_BUILTIN_EXTRACTF128PS256, IX86_BUILTIN_EXTRACTF128SI256,
6503         IX86_BUILTIN_VZEROALL, IX86_BUILTIN_VZEROUPPER,
6504         IX86_BUILTIN_VZEROUPPER_REX64, IX86_BUILTIN_VPERMILVARPD,
6505         IX86_BUILTIN_VPERMILVARPS, IX86_BUILTIN_VPERMILVARPD256,
6506         IX86_BUILTIN_VPERMILVARPS256, IX86_BUILTIN_VPERMILPD,
6507         IX86_BUILTIN_VPERMILPS, IX86_BUILTIN_VPERMILPD256,
6508         IX86_BUILTIN_VPERMILPS256, IX86_BUILTIN_VPERMIL2PD,
6509         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256,
6510         IX86_BUILTIN_VPERMIL2PS256, IX86_BUILTIN_VPERM2F128PD256,
6511         IX86_BUILTIN_VPERM2F128PS256, IX86_BUILTIN_VPERM2F128SI256,
6512         IX86_BUILTIN_VBROADCASTSS, IX86_BUILTIN_VBROADCASTSD256,
6513         IX86_BUILTIN_VBROADCASTSS256, IX86_BUILTIN_VBROADCASTPD256,
6514         IX86_BUILTIN_VBROADCASTPS256, IX86_BUILTIN_VINSERTF128PD256,
6515         IX86_BUILTIN_VINSERTF128PS256, IX86_BUILTIN_VINSERTF128SI256,
6516         IX86_BUILTIN_LOADUPD256, IX86_BUILTIN_LOADUPS256,
6517         IX86_BUILTIN_STOREUPD256, IX86_BUILTIN_STOREUPS256,
6518         IX86_BUILTIN_LDDQU256, IX86_BUILTIN_LOADDQU256,
6519         IX86_BUILTIN_STOREDQU256, IX86_BUILTIN_MASKLOADPD,
6520         IX86_BUILTIN_MASKLOADPS, IX86_BUILTIN_MASKSTOREPD,
6521         IX86_BUILTIN_MASKSTOREPS, IX86_BUILTIN_MASKLOADPD256,
6522         IX86_BUILTIN_MASKLOADPS256, IX86_BUILTIN_MASKSTOREPD256,
6523         IX86_BUILTIN_MASKSTOREPS256, IX86_BUILTIN_MOVSHDUP256,
6524         IX86_BUILTIN_MOVSLDUP256, IX86_BUILTIN_MOVDDUP256,
6525         IX86_BUILTIN_SQRTPD256, IX86_BUILTIN_SQRTPS256,
6526         IX86_BUILTIN_SQRTPS_NR256, IX86_BUILTIN_RSQRTPS256,
6527         IX86_BUILTIN_RSQRTPS_NR256, IX86_BUILTIN_RCPPS256,
6528         IX86_BUILTIN_ROUNDPD256, IX86_BUILTIN_ROUNDPS256,
6529         IX86_BUILTIN_UNPCKHPD256, IX86_BUILTIN_UNPCKLPD256,
6530         IX86_BUILTIN_UNPCKHPS256, IX86_BUILTIN_UNPCKLPS256,
6531         IX86_BUILTIN_SI256_SI, IX86_BUILTIN_PS256_PS,
6532         IX86_BUILTIN_PD256_PD, IX86_BUILTIN_SI_SI256,
6533         IX86_BUILTIN_PS_PS256, IX86_BUILTIN_PD_PD256,
6534         IX86_BUILTIN_VTESTZPD, IX86_BUILTIN_VTESTCPD,
6535         IX86_BUILTIN_VTESTNZCPD, IX86_BUILTIN_VTESTZPS,
6536         IX86_BUILTIN_VTESTCPS, IX86_BUILTIN_VTESTNZCPS,
6537         IX86_BUILTIN_VTESTZPD256, IX86_BUILTIN_VTESTCPD256,
6538         IX86_BUILTIN_VTESTNZCPD256, IX86_BUILTIN_VTESTZPS256,
6539         IX86_BUILTIN_VTESTCPS256, IX86_BUILTIN_VTESTNZCPS256,
6540         IX86_BUILTIN_PTESTZ256, IX86_BUILTIN_PTESTC256,
6541         IX86_BUILTIN_PTESTNZC256, IX86_BUILTIN_MOVMSKPD256
6542         and IX86_BUILTIN_MOVMSKPS256,
6543         (ix86_special_builtin_type): Add V32QI_FTYPE_PCCHAR,
6544         V8SF_FTYPE_PCV4SF, V8SF_FTYPE_PCFLOAT, V4DF_FTYPE_PCV2DF,
6545         V4DF_FTYPE_PCDOUBLE, V8SF_FTYPE_PCV8SF_V8SF,
6546         V4DF_FTYPE_PCV4DF_V4DF, V4SF_FTYPE_PCV4SF_V4SF,
6547         V2DF_FTYPE_PCV2DF_V2DF, VOID_FTYPE_PCHAR_V32QI,
6548         VOID_FTYPE_PFLOAT_V8SF, VOID_FTYPE_PDOUBLE_V4DF,
6549         VOID_FTYPE_PV8SF_V8SF_V8SF, VOID_FTYPE_PV4DF_V4DF_V4DF,
6550         VOID_FTYPE_PV4SF_V4SF_V4SF and VOID_FTYPE_PV2DF_V2DF_V2DF,
6551         (ix86_builtin_type): Add INT_FTYPE_V8SF_V8SF_PTEST,
6552         INT_FTYPE_V4DI_V4DI_PTEST, INT_FTYPE_V4DF_V4DF_PTEST,
6553         INT_FTYPE_V4SF_V4SF_PTEST, INT_FTYPE_V2DF_V2DF_PTEST,
6554         INT_FTYPE_V8SF, INT_FTYPE_V4DF, V8SI_FTYPE_V8SF, V8SI_FTYPE_V4SI,
6555         V8SF_FTYPE_V8SF, V8SF_FTYPE_V8SI, V8SF_FTYPE_V4SF,
6556         V4SI_FTYPE_V8SI, V4SI_FTYPE_V4DF, V4DF_FTYPE_V4DF,
6557         V4DF_FTYPE_V4SI, V4DF_FTYPE_V4SF, V4DF_FTYPE_V2DF,
6558         V4SF_FTYPE_V4DF, V4SF_FTYPE_V8SF, V2DF_FTYPE_V4DF,
6559         V8SF_FTYPE_V8SF_V8SF, V8SF_FTYPE_V8SF_V8SI,
6560         V4DF_FTYPE_V4DF_V4DF, V4DF_FTYPE_V4DF_V4DI,
6561         V4SF_FTYPE_V4SF_V4SI, V2DF_FTYPE_V2DF_V2DI,
6562         V8SF_FTYPE_V8SF_INT, V4SI_FTYPE_V8SI_INT, V4SF_FTYPE_V8SF_INT,
6563         V2DF_FTYPE_V4DF_INT, V4DF_FTYPE_V4DF_INT,
6564         V8SF_FTYPE_V8SF_V8SF_V8SF, V4DF_FTYPE_V4DF_V4DF_V4DF,
6565         V8SI_FTYPE_V8SI_V8SI_INT, V8SF_FTYPE_V8SF_V8SF_INT,
6566         V4DF_FTYPE_V4DF_V4DF_INT, V4DF_FTYPE_V4DF_V2DF_INT,
6567         V8SF_FTYPE_V8SF_V8SF_V8SI_INT, V4DF_FTYPE_V4DF_V4DF_V4DI_INT,
6568         V4SF_FTYPE_V4SF_V4SF_V4SI_INT and V2DF_FTYPE_V2DF_V2DF_V2DI_INT.
6569         (bdesc_special_args): Add IX86_BUILTIN_VZEROALL,
6570         IX86_BUILTIN_VZEROUPPER. IX86_BUILTIN_VZEROUPPER_REX64,
6571         IX86_BUILTIN_VBROADCASTSS, IX86_BUILTIN_VBROADCASTSD256,
6572         IX86_BUILTIN_VBROADCASTSS256, IX86_BUILTIN_VBROADCASTPD256,
6573         IX86_BUILTIN_VBROADCASTPS256, IX86_BUILTIN_LOADUPD256,
6574         IX86_BUILTIN_LOADUPS256, IX86_BUILTIN_STOREUPD256,
6575         IX86_BUILTIN_STOREUPS256, IX86_BUILTIN_LOADDQU256,
6576         IX86_BUILTIN_STOREDQU256, IX86_BUILTIN_LDDQU256,
6577         IX86_BUILTIN_MASKLOADPD, IX86_BUILTIN_MASKLOADPS,
6578         IX86_BUILTIN_MASKLOADPD256, IX86_BUILTIN_MASKLOADPS256,
6579         IX86_BUILTIN_MASKSTOREPD, IX86_BUILTIN_MASKSTOREPS,
6580         IX86_BUILTIN_MASKSTOREPD256 and IX86_BUILTIN_MASKSTOREPS256.
6581         (ix86_builtins): Add IX86_BUILTIN_ADDPD256,
6582         IX86_BUILTIN_ADDPS256, IX86_BUILTIN_ADDSUBPD256,
6583         IX86_BUILTIN_ADDSUBPS256, IX86_BUILTIN_ANDPD256,
6584         IX86_BUILTIN_ANDPS256, IX86_BUILTIN_ANDNPD256,
6585         IX86_BUILTIN_ANDNPS256, IX86_BUILTIN_DIVPD256,
6586         IX86_BUILTIN_DIVPS256, IX86_BUILTIN_HADDPD256,
6587         IX86_BUILTIN_HSUBPS256, IX86_BUILTIN_HSUBPD256,
6588         IX86_BUILTIN_HADDPS256, IX86_BUILTIN_MAXPD256,
6589         IX86_BUILTIN_MAXPS256, IX86_BUILTIN_MINPD256,
6590         IX86_BUILTIN_MINPS256, IX86_BUILTIN_MULPD256,
6591         IX86_BUILTIN_MULPS256, IX86_BUILTIN_ORPD256,
6592         IX86_BUILTIN_ORPS256, IX86_BUILTIN_SUBPD256,
6593         IX86_BUILTIN_SUBPS256, IX86_BUILTIN_XORPD256,
6594         IX86_BUILTIN_XORPS256, IX86_BUILTIN_VPERMILVARPD,
6595         IX86_BUILTIN_VPERMILVARPS, IX86_BUILTIN_VPERMILVARPD256,
6596         IX86_BUILTIN_VPERMILVARPS256, IX86_BUILTIN_BLENDPD256,
6597         IX86_BUILTIN_BLENDPS256, IX86_BUILTIN_BLENDVPD256,
6598         IX86_BUILTIN_BLENDVPS256, IX86_BUILTIN_DPPS256,
6599         IX86_BUILTIN_SHUFPD256, IX86_BUILTIN_SHUFPS256,
6600         IX86_BUILTIN_CMPSD, IX86_BUILTIN_CMPSS, IX86_BUILTIN_CMPPD,
6601         IX86_BUILTIN_CMPPS,
6602         IX86_BUILTIN_CMPPD256,IX86_BUILTIN_CMPPS256,
6603         IX86_BUILTIN_EXTRACTF128PD256, IX86_BUILTIN_EXTRACTF128PS256,
6604         IX86_BUILTIN_EXTRACTF128SI256, IX86_BUILTIN_CVTDQ2PD256,
6605         IX86_BUILTIN_CVTDQ2PS256, IX86_BUILTIN_CVTPD2PS256,
6606         IX86_BUILTIN_CVTPS2DQ256, IX86_BUILTIN_CVTPS2PD256,
6607         IX86_BUILTIN_CVTTPD2DQ256, IX86_BUILTIN_CVTPD2DQ256,
6608         IX86_BUILTIN_CVTTPS2DQ256, IX86_BUILTIN_VPERM2F128PD256,
6609         IX86_BUILTIN_VPERM2F128PS256, IX86_BUILTIN_VPERM2F128SI256,
6610         IX86_BUILTIN_VPERMILPD, IX86_BUILTIN_VPERMILPS,
6611         IX86_BUILTIN_VPERMILPD256, IX86_BUILTIN_VPERMILPS256,
6612         IX86_BUILTIN_VPERMIL2PD, IX86_BUILTIN_VPERMILPS,
6613         IX86_BUILTIN_VPERMILPD256, IX86_BUILTIN_VPERMILPS256,
6614         IX86_BUILTIN_VPERMIL2PD, IX86_BUILTIN_VPERMIL2PS,
6615         IX86_BUILTIN_VPERMIL2PD256, IX86_BUILTIN_VPERMIL2PS256,
6616         IX86_BUILTIN_VINSERTF128PD256, IX86_BUILTIN_VINSERTF128PS256,
6617         IX86_BUILTIN_VINSERTF128SI256, IX86_BUILTIN_MOVSHDUP256,
6618         IX86_BUILTIN_MOVSLDUP256, IX86_BUILTIN_MOVDDUP256,
6619         IX86_BUILTIN_SQRTPD256, IX86_BUILTIN_SQRTPS256,
6620         IX86_BUILTIN_SQRTPS_NR256, IX86_BUILTIN_RSQRTPS256,
6621         IX86_BUILTIN_RSQRTPS_NR256, IX86_BUILTIN_RCPPS256,
6622         IX86_BUILTIN_ROUNDPD256, IX86_BUILTIN_ROUNDPS256,
6623         IX86_BUILTIN_UNPCKHPD256, IX86_BUILTIN_UNPCKLPD256,
6624         IX86_BUILTIN_UNPCKHPS256, IX86_BUILTIN_UNPCKLPS256,
6625         IX86_BUILTIN_SI256_SI, IX86_BUILTIN_PS256_PS,
6626         IX86_BUILTIN_PD256_PD, IX86_BUILTIN_SI_SI256,
6627         IX86_BUILTIN_PS_PS256, IX86_BUILTIN_PD_PD256,
6628         IX86_BUILTIN_VTESTZPD, IX86_BUILTIN_VTESTCPD,
6629         IX86_BUILTIN_VTESTNZCPD, IX86_BUILTIN_VTESTZPS,
6630         IX86_BUILTIN_VTESTCPS, IX86_BUILTIN_VTESTNZCPS,
6631         IX86_BUILTIN_VTESTZPD256, IX86_BUILTIN_VTESTCPD256,
6632         IX86_BUILTIN_VTESTNZCPD256, IX86_BUILTIN_VTESTZPS256,
6633         IX86_BUILTIN_VTESTCPS256, IX86_BUILTIN_VTESTNZCPS256,
6634         IX86_BUILTIN_PTESTZ256, IX86_BUILTIN_PTESTC256,
6635         IX86_BUILTIN_PTESTNZC256, IX86_BUILTIN_MOVMSKPD256 and
6636         IX86_BUILTIN_MOVMSKPS256.
6637         (ix86_init_mmx_sse_builtins): Support AVX builtins.
6638         (ix86_expand_args_builtin): Likewise.
6639         (ix86_expand_special_args_builtin): Likewise.
6640         (ix86_hard_regno_mode_ok): Handle AVX modes.
6641         (ix86_expand_vector_init_duplicate): Likewise.
6642         (ix86_expand_vector_init_one_nonzero): Likewise.
6643         (ix86_expand_vector_init_one_var): Likewise.
6644         (ix86_expand_vector_init_concat): Likewise.
6645         (ix86_expand_vector_init_general): Likewise.
6646         (ix86_expand_vector_set): Likewise.
6647         (ix86_vector_mode_supported_p): Likewise.
6648         (x86_extended_reg_mentioned_p): Check INSN_P before using
6649         PATTERN.
6650
6651         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
6652         OPTION_MASK_ISA_AVX and OPTION_MASK_ISA_FMA.
6653
6654         * config/i386/i386.h (TARGET_AVX): New.
6655         (TARGET_FMA): Likewise.
6656         (TARGET_CPU_CPP_BUILTINS): Handle TARGET_AVX and TARGET_FMA.
6657         (BIGGEST_ALIGNMENT): Set to 256 for TARGET_AVX.
6658         (VALID_AVX256_REG_MODE): New.
6659         (AVX256_VEC_FLOAT_MODE_P): Likewise.
6660         (AVX_FLOAT_MODE_P): Likewise.
6661         (AVX128_VEC_FLOAT_MODE_P): Likewise.
6662         (AVX256_VEC_FLOAT_MODE_P): Likewise.
6663         (AVX_VEC_FLOAT_MODE_P): Likewise.
6664         (ASM_OUTPUT_AVX_PREFIX): Likewise.
6665         (ASM_OUTPUT_OPCODE): Likewise.
6666         (UNITS_PER_SIMD_WORD): Add a FIXME for 32byte vectorizer
6667         support.
6668         (SSE_REG_MODE_P): Allow 256bit vector modes.
6669         (ix86_args): Add a warn_avx field.
6670
6671         * config/i386/i386.md (UNSPEC_PCMP): New.
6672         (UNSPEC_VPERMIL): Likewise.
6673         (UNSPEC_VPERMIL2): Likewise.
6674         (UNSPEC_VPERMIL2F128): Likewise.
6675         (UNSPEC_MASKLOAD): Likewise.
6676         (UNSPEC_MASKSTORE): Likewise.
6677         (UNSPEC_CAST): Likewise.
6678         (UNSPEC_VTESTP): Likewise.
6679         (UNSPECV_VZEROALL): Likewise.
6680         (UNSPECV_VZEROUPPER): Likewise.
6681         (XMM0_REG): Likewise.
6682         (XMM1_REG): Likewise.
6683         (XMM2_REG): Likewise.
6684         (XMM3_REG): Likewise.
6685         (XMM4_REG): Likewise.
6686         (XMM5_REG): Likewise.
6687         (XMM6_REG): Likewise.
6688         (XMM8_REG): Likewise.
6689         (XMM9_REG): Likewise.
6690         (XMM10_REG): Likewise.
6691         (XMM11_REG): Likewise.
6692         (XMM12_REG): Likewise.
6693         (XMM13_REG): Likewise.
6694         (XMM14_REG): Likewise.
6695         (XMM15_REG): Likewise.
6696         (prefix): Likewise.
6697         (prefix_vex_imm8): Likewise.
6698         (prefix_vex_w): Likewise.
6699         (length_vex): Likewise.
6700         (maxmin): Likewise.
6701         (movoi): Likewise.
6702         (*avx_ashlti3): Likewise.
6703         (*avx_lshrti3): Likewise.
6704         (*avx_setcc<mode>): Likewise.
6705         (*fop_<mode>_comm_mixed_avx): Likewise.
6706         (*fop_<mode>_comm_avx): Likewise.
6707         (*fop_<mode>_1_mixed_avx): Likewise.
6708         (*fop_<mode>_1_avx): Likewise.
6709         (*avx_<code><mode>3): Likewise.
6710         (*avx_ieee_smin<mode>3): Likewise.
6711         (*avx_ieee_smax<mode>3): Likewise.
6712         (mode): Add OI, V8SF and V4DF.
6713         (length): Support VEX prefix.
6714         (*cmpfp_i_mixed): Set prefix attribute.
6715         (*cmpfp_i_sse): Likewise.
6716         (*cmpfp_iu_mixed): Likewise.
6717         (*cmpfp_iu_sse): Likewise.
6718         (*movsi_1): Support AVX.
6719         (*movdi_2): Likewise.
6720         (*movdi_1_rex64): Likewise.
6721         (*movti_internal): Likewise.
6722         (*movti_rex64): Likewise.
6723         (*movsf_1): Likewise.
6724         (*movdf_nointeger): Likewise.
6725         (*movdf_integer_rex64): Likewise.
6726         (*movtf_internal): Likewise.
6727         (zero_extendsidi2_32): Likewise.
6728         (zero_extendsidi2_rex64): Likewise.
6729         (*extendsfdf2_mixed): Likewise.
6730         (*extendsfdf2_sse): Likewise.
6731         (*truncdfsf_fast_mixed): Likewise.
6732         (*truncdfsf_fast_sse): Likewise.
6733         (*truncdfsf_mixed): Likewise.
6734         (fix_trunc<mode>di_sse): Likewise.
6735         (fix_trunc<mode>si_sse): Likewise.
6736         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit): Likewise.
6737         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit): Likewise.
6738         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit): Likewise.
6739         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit): Likewise.
6740         (*rcpsf2_sse): Likewise.
6741         (*rsqrtsf2_sse): Likewise.
6742         (*sqrt<mode>2_sse): Likewise.
6743         (sse4_1_round<mode>2): Likewise.
6744         (*sse_prologue_save_insn): Disallow REX prefix for AVX.
6745         Support AVX.  Set length attribute properly for AVX.
6746
6747         * config/i386/i386-modes.def (VECTOR_MODES (INT, 32)): New.
6748         (VECTOR_MODES (FLOAT, 32)): Likewise.
6749         (VECTOR_MODE (INT, DI, 8)): Likewise.
6750         (VECTOR_MODE (INT, HI, 32)): Likewise.
6751         (VECTOR_MODE (INT, QI, 64)): Likewise.
6752         (VECTOR_MODE (FLOAT, DF, 8)): Likewise.
6753         (VECTOR_MODE (FLOAT, SF, 16)): Likewise.
6754         (VECTOR_MODE (INT, DI, 4)): Removed.
6755         (VECTOR_MODE (INT, SI, 8)): Likewise.
6756         (VECTOR_MODE (INT, HI, 16)): Likewise.
6757         (VECTOR_MODE (INT, QI, 32)): Likewise.
6758         (VECTOR_MODE (FLOAT, SF, 8)): Likewise.
6759         (INT_MODE (OI, 32)): Likewise.
6760
6761         * config/i386/i386.opt (mavx): New.
6762         (mfma): Likewise.
6763
6764         * config/i386/i386-protos.h (ix86_attr_length_vex_default): New.
6765
6766         * config/i386/mmx.md (*mov<mode>_internal_rex64): Support AVX.
6767         (*mov<mode>_internal_avx): New.
6768         (*movv2sf_internal_rex64_avx): Likewise.
6769         (*movv2sf_internal_avx): Likewise.
6770
6771         * config/i386/predicates.md (const_4_to_5_operand): New.
6772         (const_6_to_7_operand): Likewise.
6773         (const_8_to_11_operand): Likewise.
6774         (const_12_to_15_operand): Likewise.
6775         (avx_comparison_float_operator): Likewise.
6776
6777         * config/i386/sse.md (AVX256MODEI): New.
6778         (AVX256MODE): Likewise.
6779         (AVXMODEQI): Likewise.
6780         (AVXMODE): Likewise.
6781         (AVX256MODEF2P): Likewise.
6782         (AVX256MODE2P): Likewise.
6783         (AVX256MODE4P): Likewise.
6784         (AVX256MODE8P): Likewise.
6785         (AVXMODEF2P): Likewise.
6786         (AVXMODEF4P): Likewise.
6787         (AVXMODEDCVTDQ2PS): Likewise.
6788         (AVXMODEDCVTPS2DQ): Likewise.
6789         (avxvecmode): Likewise.
6790         (avxvecpsmode): Likewise.
6791         (avxhalfvecmode): Likewise.
6792         (avxscalarmode): Likewise.
6793         (avxcvtvecmode): Likewise.
6794         (avxpermvecmode): Likewise.
6795         (avxmodesuffixf2c): Likewise.
6796         (avxmodesuffixp): Likewise.
6797         (avxmodesuffixs): Likewise.
6798         (avxmodesuffix): Likewise.
6799         (vpermilbits): Likewise.
6800         (pinsrbits): Likewise.
6801         (mov<mode>): Likewise.
6802         (*mov<mode>_internal): Likewise.
6803         (push<mode>1): Likewise.
6804         (movmisalign<mode>): Likewise.
6805         (avx_movup<avxmodesuffixf2c><avxmodesuffix>): Likewise.
6806         (avx_movdqu<avxmodesuffix>): Likewise.
6807         (avx_lddqu<avxmodesuffix>): Likewise.
6808         (<plusminus_insn><mode>3): Likewise.
6809         (*avx_<plusminus_insn><mode>3): Likewise.
6810         (*avx_vm<plusminus_insn><mode>3): Likewise.
6811         (mul<mode>3): Likewise.
6812         (*avx_mul<mode>3): Likewise.
6813         (*avx_vmmul<mode>3): Likewise.
6814         (divv8sf3): Likewise.
6815         (divv4df3): Likewise.
6816         (avx_div<mode>3): Likewise.
6817         (*avx_div<mode>3): Likewise.
6818         (*avx_vmdiv<mode>3): Likewise.
6819         (avx_rcpv8sf2): Likewise.
6820         (*avx_vmrcpv4sf2): Likewise.
6821         (sqrtv8sf2): Likewise.
6822         (avx_sqrtv8sf2): Likewise.
6823         (*avx_vmsqrt<mode>2): Likewise.
6824         (rsqrtv8sf2): Likewise.
6825         (avx_rsqrtv8sf2): Likewise.
6826         (*avx_vmrsqrtv4sf2): Likewise.
6827         (<code><mode>3): Likewise.
6828         (*avx_<code><mode>3_finite): Likewise.
6829         (*avx_<code><mode>3): Likewise.
6830         (*avx_vm<code><mode>3): Likewise.
6831         (*avx_ieee_smin<mode>3): Likewise.
6832         (*avx_ieee_smax<mode>3): Likewise.
6833         (avx_addsubv8sf3): Likewise.
6834         (avx_addsubv4df3): Likewise.
6835         (*avx_addsubv4sf3): Likewise.
6836         (*avx_addsubv2df3): Likewise.
6837         (avx_h<plusminus_insn>v4df3): Likewise.
6838         (avx_h<plusminus_insn>v8sf3): Likewise.
6839         (*avx_h<plusminus_insn>v4sf3): Likewise.
6840         (*avx_h<plusminus_insn>v2df3): Likewise.
6841         (avx_cmpp<avxmodesuffixf2c><mode>3): Likewise.
6842         (avx_cmps<ssemodesuffixf2c><mode>3): Likewise.
6843         (*avx_maskcmp<mode>3): Likewise.
6844         (avx_nand<mode>3): Likewise.
6845         (*avx_<code><mode>3): Likewise.
6846         (*avx_nand<mode>3): Likewise.
6847         (*avx_<code><mode>3): Likewise.
6848         (*avx_cvtsi2ss): Likewise.
6849         (*avx_cvtsi2ssq): Likewise.
6850         (*avx_cvtsi2sd): Likewise.
6851         (*avx_cvtsi2sdq): Likewise.
6852         (*avx_cvtsd2ss): Likewise.
6853         (avx_cvtss2sd): Likewise.
6854         (avx_cvtdq2ps<avxmodesuffix>): Likewise.
6855         (avx_cvtps2dq<avxmodesuffix>): Likewise.
6856         (avx_cvttps2dq<avxmodesuffix>): Likewise.
6857         (*avx_cvtsi2sd): Likewise.
6858         (*avx_cvtsi2sdq): Likewise.
6859         (avx_cvtdq2pd256): Likewise.
6860         (avx_cvtpd2dq256): Likewise.
6861         (avx_cvttpd2dq256): Likewise.
6862         (*avx_cvtsd2ss): Likewise.
6863         (*avx_cvtss2sd): Likewise.
6864         (avx_cvtpd2ps256): Likewise.
6865         (avx_cvtps2pd256): Likewise.
6866         (*avx_movhlps): Likewise.
6867         (*avx_movlhps): Likewise.
6868         (avx_unpckhps256): Likewise.
6869         (*avx_unpckhps): Likewise.
6870         (avx_unpcklps256): Likewise.
6871         (*avx_unpcklps): Likewise.
6872         (avx_movshdup256): Likewise.
6873         (avx_movsldup256): Likewise.
6874         (avx_shufps256): Likewise.
6875         (avx_shufps256_1): Likewise.
6876         (*avx_shufps_<mode>): Likewise.
6877         (*avx_loadhps): Likewise.
6878         (*avx_storelps): Likewise.
6879         (*avx_loadlps): Likewise.
6880         (*avx_movss): Likewise.
6881         (*vec_dupv4sf_avx): Likewise.
6882         (*vec_concatv2sf_avx): Likewise.
6883         (*vec_concatv4sf_avx): Likewise.
6884         (*vec_setv4sf_0_avx): Likewise.
6885         (*vec_setv4sf_avx): Likewise.
6886         (*avx_insertps): Likewise.
6887         (avx_vextractf128<mode>): Likewise.
6888         (vec_extract_lo_<mode>): Likewise.
6889         (vec_extract_hi_<mode>): Likewise.
6890         (vec_extract_lo_<mode>): Likewise.
6891         (vec_extract_hi_<mode>): Likewise.
6892         (vec_extract_lo_v16hi): Likewise.
6893         (vec_extract_hi_v16hi): Likewise.
6894         (vec_extract_lo_v32qi): Likewise.
6895         (vec_extract_hi_v32qi): Likewise.
6896         (avx_unpckhpd256): Likewise.
6897         (*avx_unpckhpd): Likewise.
6898         (avx_movddup256): Likewise.
6899         (*avx_movddup): Likewise.
6900         (avx_unpcklpd256): Likewise.
6901         (*avx_unpcklpd): Likewise.
6902         (avx_shufpd256): Likewise.
6903         (avx_shufpd256_1): Likewise.
6904         (*avx_punpckhqdq): Likewise.
6905         (*avx_punpcklqdq): Likewise.
6906         (*avx_shufpd_<mode>): Likewise.
6907         (*avx_storehpd): Likewise.
6908         (*avx_loadhpd): Likewise.
6909         (*avx_loadlpd): Likewise.
6910         (*avx_movsd): Likewise.
6911         (*vec_concatv2df_avx): Likewise.
6912         (*avx_<plusminus_insn><mode>3): Likewise.
6913         (*avx_<plusminus_insn><mode>3): Likewise.
6914         (*avx_mulv8hi3): Likewise.
6915         (*avxv8hi3_highpart): Likewise.
6916         (*avx_umulv8hi3_highpart): Likewise.
6917         (*avx_umulv2siv2di3): Likewise.
6918         (*avx_mulv2siv2di3): Likewise.
6919         (*avx_pmaddwd): Likewise.
6920         (*avx_mulv4si3): Likewise.
6921         (*avx_ashr<mode>3): Likewise.
6922         (*avx_lshr<mode>3): Likewise.
6923         (*avx_ashl<mode>3): Likewise.
6924         (*avx_<code><mode>3): Likewise.
6925         (*avx_eq<mode>3): Likewise.
6926         (*avx_gt<mode>3): Likewise.
6927         (*avx_nand<mode>3): Likewise.
6928         (*avx_nand<mode>3): Likewise.
6929         (*avx_<code><mode>3): Likewise.
6930         (*avx_<code><mode>3): Likewise.
6931         (*avx_packsswb): Likewise.
6932         (*avx_packssdw): Likewise.
6933         (*avx_packuswb): Likewise.
6934         (*avx_punpckhbw): Likewise.
6935         (*avx_punpcklbw): Likewise.
6936         (*avx_punpckhwd): Likewise.
6937         (*avx_punpcklwd): Likewise.
6938         (*avx_punpckhdq): Likewise.
6939         (*avx_punpckldq): Likewise.
6940         (*avx_pinsr<avxmodesuffixs>): Likewise.
6941         (*avx_pinsrq): Likewise.
6942         (*avx_loadld): Likewise.
6943         (*vec_extractv2di_1_rex64_avx): Likewise.
6944         (*vec_extractv2di_1_avx): Likewise.
6945         (*vec_dupv2di_avx): Likewise.
6946         (*vec_concatv2si_avx): Likewise.
6947         (*vec_concatv4si_1_avx): Likewise.
6948         (*vec_concatv2di_avx): Likewise.
6949         (*vec_concatv2di_rex64_avx): Likewise.
6950         (*avx_uavgv16qi3): Likewise.
6951         (*avx_uavgv8hi3): Likewise.
6952         (*avx_psadbw): Likewise.
6953         (avx_movmskp<avxmodesuffixf2c>256): Likewise.
6954         (*avx_phaddwv8hi3): Likewise.
6955         (*avx_phadddv4si3): Likewise.
6956         (*avx_phaddswv8hi3): Likewise.
6957         (*avx_phsubwv8hi3): Likewise.
6958         (*avx_phsubdv4si3): Likewise.
6959         (*avx_phsubswv8hi3): Likewise.
6960         (*avx_pmaddubsw128): Likewise.
6961         (*avx_pmulhrswv8hi3): Likewise.
6962         (*avx_pshufbv16qi3): Likewise.
6963         (*avx_psign<mode>3): Likewise.
6964         (*avx_palignrti): Likewise.
6965         (avx_blendp<avxmodesuffixf2c><avxmodesuffix>): Likewise.
6966         (avx_blendvp<avxmodesuffixf2c><avxmodesuffix>): Likewise.
6967         (avx_dpp<avxmodesuffixf2c><avxmodesuffix>): Likewise.
6968         (*avx_mpsadbw): Likewise.
6969         (*avx_packusdw): Likewise.
6970         (*avx_pblendvb): Likewise.
6971         (*avx_pblendw): Likewise.
6972         (avx_vtestp<avxmodesuffixf2c><avxmodesuffix>): Likewise.
6973         (avx_ptest256): Likewise.
6974         (avx_roundp<avxmodesuffixf2c>256): Likewise.
6975         (*avx_rounds<ssemodesuffixf2c>): Likewise.
6976         (*avx_aesenc): Likewise.
6977         (*avx_aesenclast): Likewise.
6978         (*avx_aesdec): Likewise.
6979         (*avx_aesdeclast): Likewise.
6980         (avx_vzeroupper): Likewise.
6981         (avx_vzeroupper_rex64): Likewise.
6982         (avx_vpermil<mode>): Likewise.
6983         (avx_vpermilvar<mode>3): Likewise.
6984         (avx_vpermil2<mode>3): Likewise.
6985         (avx_vperm2f128<mode>3): Likewise.
6986         (avx_vbroadcasts<avxmodesuffixf2c><avxmodesuffix>): Likewise.
6987         (avx_vbroadcastss256): Likewise.
6988         (avx_vbroadcastf128_p<avxmodesuffixf2c>256): Likewise.
6989         (avx_vinsertf128<mode>): Likewise.
6990         (vec_set_lo_<mode>): Likewise.
6991         (vec_set_hi_<mode>): Likewise.
6992         (vec_set_lo_<mode>): Likewise.
6993         (vec_set_hi_<mode>): Likewise.
6994         (vec_set_lo_v16hi): Likewise.
6995         (vec_set_hi_v16hi): Likewise.
6996         (vec_set_lo_v32qi): Likewise.
6997         (vec_set_hi_v32qi): Likewise.
6998         (avx_maskloadp<avxmodesuffixf2c><avxmodesuffix>): Likewise.
6999         (avx_maskstorep<avxmodesuffixf2c><avxmodesuffix>): Likewise.
7000         (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
7001         (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Likewise.
7002         (vec_init<mode>): Likewise.
7003         (*vec_concat<mode>_avx): Likewise.
7004         (blendbits): Support V8SF and V4DF.
7005         (sse2_movq128): Support AVX.
7006         (<sse>_movnt<mode>): Likewise.
7007         (sse2_movntv2di): Likewise.
7008         (sse_rcpv4sf2): Likewise.
7009         (sse_sqrtv4sf2): Likewise.
7010         (sse_rsqrtv4sf2): Likewise.
7011         (<sse>_comi): Likewise.
7012         (<sse>_ucomi): Likewise.
7013         (sse_cvtss2si): Likewise.
7014         (sse_cvtss2si_2): Likewise.
7015         (sse_cvtss2siq): Likewise.
7016         (sse_cvtss2siq_2): Likewise.
7017         (sse_cvttss2si): Likewise.
7018         (sse_cvttss2siq): Likewise.
7019         (sse2_cvtsd2si): Likewise.
7020         (sse2_cvtsd2si_2): Likewise.
7021         (sse2_cvtsd2siq): Likewise.
7022         (sse2_cvtsd2siq_2): Likewise.
7023         (sse2_cvttsd2si): Likewise.
7024         (sse2_cvttsd2siq): Likewise.
7025         (sse2_cvtdq2pd): Likewise.
7026         (*sse2_cvtpd2dq): Likewise.
7027         (*sse2_cvttpd2dq): Likewise.
7028         (*sse2_cvtpd2ps): Likewise.
7029         (sse2_cvtps2pd): Likewise.
7030         (sse3_movshdup): Likewise.
7031         (sse3_movsldup): Likewise.
7032         (sse_storehps): Likewise.
7033         (*sse4_1_extractps): Likewise.
7034         (sse2_storelpd): Likewise.
7035         (vec_dupv2df_sse3): Likewise.
7036         (*vec_concatv2df_sse3): Likewise.
7037         (*sse4_1_pextrb): Likewise.
7038         (*sse4_1_pextrb_memory): Likewise.
7039         (*sse2_pextrw): Likewise.
7040         (*sse4_1_pextrw_memory): Likewise.
7041         (*sse4_1_pextrd): Likewise.
7042         (*sse4_1_pextrq): Likewise.
7043         (sse2_pshufd_1): Likewise.
7044         (sse2_pshuflw_1): Likewise.
7045         (sse2_pshufhw_1): Likewise.
7046         (*sse2_storeq_rex64): Likewise.
7047         (*vec_dupv4si): Likewise.
7048         (<sse>_movmskp<ssemodesuffixf2c>): Likewise.
7049         (sse2_pmovmskb): Likewise.
7050         (*sse2_maskmovdqu): Likewise.
7051         (*sse2_maskmovdqu_rex64): Likewise.
7052         (sse_ldmxcsr): Likewise.
7053         (sse_stmxcsr): Likewise.
7054         (abs<mode>2): Likewise.
7055         (sse4_1_movntdqa): Likewise.
7056         (sse4_1_phminposuw): Likewise.
7057         (sse4_1_extendv8qiv8hi2): Likewise.
7058         (*sse4_1_extendv8qiv8hi2): Likewise.
7059         (sse4_1_extendv4qiv4si2): Likewise.
7060         (*sse4_1_extendv4qiv4si2): Likewise.
7061         (sse4_1_extendv2qiv2di2): Likewise.
7062         (*sse4_1_extendv2qiv2di2): Likewise.
7063         (sse4_1_extendv4hiv4si2): Likewise.
7064         (*sse4_1_extendv4hiv4si2): Likewise.
7065         (sse4_1_extendv2hiv2di2): Likewise.
7066         (*sse4_1_extendv2hiv2di2): Likewise.
7067         (sse4_1_extendv2siv2di2): Likewise.
7068         (*sse4_1_extendv2siv2di2): Likewise.
7069         (sse4_1_zero_extendv8qiv8hi2): Likewise.
7070         (*sse4_1_zero_extendv8qiv8hi2): Likewise.
7071         (sse4_1_zero_extendv4qiv4si2): Likewise.
7072         (*sse4_1_zero_extendv4qiv4si2): Likewise.
7073         (sse4_1_zero_extendv2qiv2di2): Likewise.
7074         (*sse4_1_zero_extendv2qiv2di2): Likewise.
7075         (sse4_1_zero_extendv4hiv4si2): Likewise.
7076         (*sse4_1_zero_extendv4hiv4si2): Likewise.
7077         (sse4_1_zero_extendv2hiv2di2): Likewise.
7078         (*sse4_1_zero_extendv2hiv2di2): Likewise.
7079         (sse4_1_zero_extendv2siv2di2): Likewise.
7080         (*sse4_1_zero_extendv2siv2di2): Likewise.
7081         (sse4_1_ptest): Likewise.
7082         (sse4_1_roundp<ssemodesuffixf2c>): Likewise.
7083         (sse4_2_pcmpestri): Likewise.
7084         (sse4_2_pcmpestrm): Likewise.
7085         (sse4_2_pcmpistri): Likewise.
7086         (sse4_2_pcmpistrm): Likewise.
7087         (aesimc): Likewise.
7088         (aeskeygenassist): Likewise.
7089
7090 2008-08-28  Uros Bizjak  <ubizjak@gmail.com>
7091
7092         * config/i386/predicates.md (vzeroall_operation): New.
7093
7094         * config/i386/sse.md (avx_vzeroall): New.
7095         (*avx_vzeroall): Likewise.
7096
7097 2008-08-28  Paul Brook  <paul@codesourcery.com>
7098             Mark Shinwell  <shinwell@codesourcery.com>
7099             Richard Earnshaw  <richard.earnshaw@arm.com>
7100
7101         * config/arm/arm.c (TARGET_MAX_ANCHOR_OFFSET): New.
7102         (TARGET_MIN_ANCHOR_OFFSET): New.
7103         (arm_override_options): Set correct anchor ranges for Thumb-1
7104         and Thumb-2 if required.
7105         (legitimize_pic_address): Handle case involving a TLS symbol
7106         reference with an addend.
7107         (arm_optimization_options): Enable section anchors at -O1 and
7108         above.
7109         * config/arm/arm.h (OPTIMIZATION_OPTIONS): New.
7110         * config/arm/arm-protos.h (arm_optimization_options): New.
7111
7112 2008-08-28  Nick Clifton  <nickc@redhat.com>
7113
7114         * config/stormy16/stormy16.h (IRA_COVER_CLASSES): Define.
7115         * config/stormy16/stormy16.md (zero_extendqihi2): Fix length
7116         attribute.
7117
7118         * config/v850/v850.h (IRA_COVER_CLASSES): Define.
7119         * config/v850/v850.md (return): Remove frame size restriction.
7120
7121         * config/mcore/mcore.h (IRA_COVER_CLASSES): Define.
7122
7123         * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Define.
7124
7125         * config/fr30/fr30.h (IRA_COVER_CLASSES): Define.
7126
7127         * config/m32r/m32r.h (IRA_COVER_CLASSES): Define.
7128
7129 2008-08-28  Paul Brook  <paul@codesourcery.com>
7130
7131         * config/arm/vfp11.md: Update license notice.
7132         * config/arm/cortex-r4.md: Ditto.
7133
7134 2008-08-28  Richard Guenther  <rguenther@suse.de>
7135
7136         PR tree-optimization/37207
7137         * tree-ssa-ifcombine.c (recognize_single_bit_test): Fix
7138         tuplification bug.
7139
7140 2008-08-28  Dodji Seketeli  <dodji@redhat.com>
7141
7142         PR c++/36741
7143         * tree.c (int_fits_type_p): Don't forget unsigned integers
7144           of type sizetype which higher end word equals -1.
7145
7146 2008-08-28  Ira Rosen  <irar@il.ibm.com>
7147
7148         * target.h (struct vectorize): Add new target builtin.
7149         * tree-vectorizer.c (destroy_loop_vec_info): Call
7150         vect_free_slp_instance instead of vect_free_slp_node.
7151         * tree-vectorizer.h (enum slp_load_perm_type): New.
7152         (struct _slp_instance): Add new fields.
7153         (SLP_INSTANCE_LOAD_PERMUTATION): New.
7154         (SLP_INSTANCE_LOADS): New.
7155         (vect_free_slp_tree): Remove.
7156         (vect_free_slp_instance): Declare.
7157         (SLP_TREE_LOADS_PERM_TYPE, TARG_VEC_PERMUTE_COST): New.
7158         (vectorizable_load): Add argument.
7159         (vect_transform_slp_perm_load): New.
7160         * tree-vect-analyze.c (vect_analyze_operations): Add an argument to
7161         vectorizable_load.
7162         (vect_get_place_in_interleaving_chain): New function.
7163         (vect_free_slp_tree): Make static.
7164         (vect_free_slp_instance): New function.
7165         (vect_build_slp_tree): Add new arguments. Allow load permutations and
7166         collect the load location in the interleaving chain.
7167         (vect_supported_slp_permutation_p): New function.
7168         (vect_supported_load_permutation_p): Likewise.
7169         (vect_analyze_slp_instance): In case of loads permutation, call
7170         vect_supported_load_permutation_p to check that the permutation is
7171         supported.
7172         * target-def.h (TARGET_VECTORIZE_BUILTIN_VEC_PERM): New.
7173         * tree-vect-transform.c (vect_transform_stmt): Add new argument.
7174         (vect_create_mask_and_perm): New function.
7175         (vect_get_mask_element, vect_transform_slp_perm_load): Likewise.
7176         (vectorizable_load): Add an argument. Don't keep the created vectors
7177         statements in the node if permutation is required. Call
7178         vect_transform_slp_perm_load to generate the permutation.
7179         (vect_transform_stmt): Add new argument. Call vectorizable_load with
7180         additional argument.
7181         (vect_schedule_slp_instance): In case of loads permutation, allocate
7182         vectorized statements structure for all the related SLP nodes. Call
7183         vect_transform_stmt with addditional argument.
7184         (vect_transform_loop): Call vect_transform_stmt with correct arguments.
7185         * config/spu/spu.c (spu_builtin_vec_perm): New.
7186         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Redefine.
7187         * config/spu/spu.h (TARG_VEC_PERMUTE_COS): Define.
7188         * config/rs6000/rs6000.c (rs6000_builtin_vec_perm): New.
7189         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Redefine.
7190
7191 2008-08-28  Chris Fairles  <chris.fairles@gmail.com>
7192
7193         * gthr-posix.h (__gthread_create,  __gthread_join, __gthread_detach,
7194         __gthread_mutex_timed_lock, __gthread_recursive_mutex_timed_lock,
7195         __gthread_cond_signal, __gthread_cond_timedwait,
7196         __gthread_cond_timedwait_recursive): New functions.
7197         * gthr-posix.c (pthread_mutex_timedlock, pthread_cond_timedwait):
7198         Likewise.
7199         * gthr.h: Comment on defining __GTHREADS_CXX0X macro in conforming
7200         thread interfaces.
7201
7202 2008-08-28  Richard Guenther  <rguenther@suse.de>
7203
7204         PR middle-end/37005
7205         * fold-const.c (maybe_canonicalize_comparison_1): Require
7206         undefined overflow only for canonicalizing A +- CST cmp CST.
7207         Make sure to not generate new constants that are not inside
7208         their TYPE_MIN/MAX_VALUE range.
7209         (maybe_canonicalize_comparison): Remove undefined overflow
7210         checking from here.
7211         (fold_binary): Remove now duplicate folding.
7212
7213 2008-08-27  Paolo Carlini  <paolo.carlini@oracle.com>
7214
7215         * c-typeck.c (convert_for_assignment): Adjust WARN_FOR_ASSIGNMENT
7216         use not updated in the last change.
7217
7218 2008-08-27  Kaz Kojima  <kkojima@gcc.gnu.org>
7219
7220         * config/sh/sh.h (REG_CLASS_CONTENTS): Drop fr32 from FPUL_REGS.
7221         (IRA_COVER_CLASSES): Add FPUL_REGS.
7222
7223 2008-08-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7224
7225         PR 37217
7226         * c-common.c (conversion_warning): Check for null operands.
7227
7228 2008-08-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7229
7230         PR c/31673
7231         * c-decl.c (check_for_loop_decls): Improve error message. Give
7232         hint.
7233
7234 2008-08-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7235
7236         PR c/37186
7237         * c-typeck.c (WARN_FOR_ASSIGNMENT): Add OPT parameter.
7238         (convert_for_assignment): Pass corrent OPT_W* parameter to
7239         WARN_FOR_ASSIGNMENT.
7240
7241 2008-08-27  Paolo Carlini  <paolo.carlini@oracle.com>
7242
7243         PR c++/35321
7244         * c-common.c (fold_offsetof_1): Handle TARGET_EXPR like CALL_EXPR.
7245
7246 2008-08-27  Paul Brook  <paul@codesourcery.com>
7247
7248         * config.gcc: Loosen checks for arm uclinux eabi targets.
7249
7250 2008-08-27  Paul Brook  <paul@codesourcery.com>
7251
7252         * config/arm/t-arm-coff (LIB1ASMFUNCS): Add missing undescrore on
7253         _clzsi2.
7254         * config/arm/t-linux (LIB1ASMFUNCS): Ditto.
7255
7256 2008-08-26  Douglas Gregor  <doug.gregor@gmail.com>
7257
7258         * c-common.c (do_switch_warnings): Look through the CONST_DECLs in
7259         the enumerators of an ENUMERAL_TYPE.
7260         * dbxout.c (dbxout_type): Ditto.
7261
7262 2008-08-26  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7263
7264         PR rtl-opt/37219
7265         * fwprop.c (fwprop): Check that the loop_father is the outer loop.
7266         (fwprop_addr): Check that the loop_father is not the outer loop.
7267
7268 2008-08-26  Paul Brook  <paul@codesourcery.com>
7269
7270         * config/arm/vfp.md: Document fmul{s,d} and fmac{s,d} types.
7271         Remove documentation entry for fmul type.
7272         Use fmuls to annotate single-precision multiplication patterns,
7273         fmuld to annotate double-precision multiplication patterns,
7274         fmacs to annotate single-precision multiply-accumulate patterns
7275         and fmacd to annotate double-precision multiply-accumulate patterns.
7276         * config/arm/vfp11.md: Update reservations accordingly.
7277         * config/arm/arm.md: Note that certain values of the "type"
7278         attribute are documented in vfp.md.
7279         * config/arm/arm1020e.md: Remove out of date duplicate comment.
7280         (v10_cvt): Use new fmul types.
7281
7282 2008-08-26  Paul Brook  <paul@codesourcery.com>
7283
7284         * config/arm/vfp.md: Move pipeline description for VFP11 to...
7285         * config/arm/vfp11.md: ...here.  New.
7286         * config/arm/arm.md: Include vfp11.md.
7287
7288 2008-08-26  Hans-Peter Nilsson  <hp@axis.com>
7289
7290         * opts.c (decode_options) [!IRA_COVER_CLASSES]: Add missing
7291         parameter to inform call.
7292
7293 2008-08-26  Jeff Law  <law@redhat.com>
7294
7295         * mn10300.md (movqi, movhi): Split i->d*a case into two cases to
7296         avoid the possibility of getting DATA_OR_ADDRESS_REGS as the
7297         preferred class when copying a constant into a partial word register.
7298
7299 2008-08-26  Ben Elliston  <bje@au.ibm.com>
7300
7301         * rtlanal.c: Fix uses of "it's" with "its" where appropriate.
7302         * cp/typeck.c: Likewise.
7303         * cp/tree.c: Likewise.
7304         * gimple-low.c: Likewise.
7305         * jump.c: Likewise.
7306
7307 2008-08-26  Vladimir Makarov  <vmakarov@redhat.com>
7308
7309         * ira-build.c, ira-color.c, ira-costs.c, ira.h, ira-lives.c,
7310         ira.c, ira-conflicts.c, ira-emit.c, ira-int.h: New files.
7311
7312         * doc/passes.texi: Describe IRA.
7313
7314         * doc/tm.texi (IRA_COVER_CLASSES,
7315         IRA_HARD_REGNO_ADD_COST_MULTIPLIER): Describe the new macros.
7316
7317         * doc/invoke.texi (ira-max-loops-num): Describe the new parameter.
7318         (-fira, -fira-algorithm, -fira-coalesce, -fno-ira-move-spills,
7319         -fira-propagate-cost, -fno-ira-share-save-slots,
7320         -fno-ira-share-spill-slots, -fira-verbose): Describe new options.
7321
7322         * flags.h (ira_algorithm): New enumeration.
7323         (flag_ira_algorithm, flag_ira_verbose): New external variable
7324         declarations.
7325
7326         * postreload.c (gate_handle_postreload): Don't do post reload
7327         optimizations unless the reload is completed.
7328
7329         * reload.c (push_reload, find_dummy_reload): Use DF_LR_OUT for
7330         IRA.
7331
7332         * tree-pass.h (pass_ira): New external variable declaration.
7333
7334         * reload.h: Add 2008 to the Copyright.
7335
7336         * cfgloopanal.c: Include params.h.
7337         (estimate_reg_pressure_cost): Decrease cost for IRA optimization
7338         mode.
7339
7340         * params.h (IRA_MAX_LOOPS_NUM): New macro.
7341
7342         * toplev.c (ira.h): New include.
7343         (flag_ira_algorithm, flag_ira_verbose): New external variables.
7344         (backend_init_target): Call ira_init.
7345         (backend_init): Call ira_init_once.
7346         (finalize): Call finish_ira_once.
7347
7348         * toplev.h (flag_ira, flag_ira_coalesce, flag_ira_move_spills,
7349         flag_ira_share_save_slots, flag_ira_share_spill_slots): New
7350         external variables.
7351
7352         * regs.h (contains_reg_of_mode, move_cost, may_move_in_cost,
7353         may_move_out_cost): New external variable declarations.
7354         (move_table): New typedef.
7355
7356         * caller-save.c: Include headers output.h and ira.h.
7357         (no_caller_save_reg_set): New global variable.
7358         (save_slots_num, save_slots): New variables.
7359         (reg_save_code, reg_restore_code, add_stored_regs): Add
7360         prototypes.
7361         (init_caller_save): Set up no_caller_save_reg_set.
7362         (init_save_areas): Reset save_slots_num.
7363         (saved_hard_reg): New structure.
7364         (hard_reg_map, saved_regs_num, all_saved_regs): New variables.
7365         (initiate_saved_hard_regs, new_saved_hard_reg,
7366         finish_saved_hard_regs, saved_hard_reg_compare_func): New
7367         functions.
7368         (setup_save_areas): Add code for sharing stack slots.
7369         (all_blocks): New variable.
7370         (save_call_clobbered_regs): Process pseudo-register too.
7371         (mark_set_regs): Process pseudo-register too.
7372         (insert_one_insn): Put the insn after bb note in a empty basic
7373         block.  Add insn check.
7374
7375         * global.c (eliminable_regset): Make it external.
7376         (mark_elimination): Use DF_LR_IN for IRA.
7377         (pseudo_for_reload_consideration_p): New.
7378         (build_insn_chain): Make it external.  Don't ignore spilled
7379         pseudos for IRA.  Use pseudo_for_reload_consideration_p.
7380         (gate_handle_global_alloc): New function.
7381         (pass_global_alloc): Add the gate function.
7382
7383         * opts.c (decode_options): Set up flag_ira.  Print the warning for
7384         -fira.
7385         (common_handle_option): Process -fira-algorithm and -fira-verbose.
7386
7387         * timevar.def (TV_IRA, TV_RELOAD): New passes.
7388
7389         * regmove.c (regmove_optimize): Don't do replacement of output for
7390         IRA.
7391
7392         * hard-reg-set.h (no_caller_save_reg_set, reg_class_subclasses):
7393         New external variable declarations.
7394
7395         * local-alloc.c (update_equiv_regs): Make it external.  Return
7396         true if jump label rebuilding should be done.  Rescan new_insn for
7397         notes.
7398         (gate_handle_local_alloc): New function.
7399         (pass_local_alloc): Add the gate function.
7400
7401         * alias.c (value_addr_p, stack_addr_p): New functions.
7402         (nonoverlapping_memrefs_p): Use them for IRA.
7403
7404         * common.opt (fira, fira-algorithm, fira-coalesce,
7405         fira-move-spills, fira-share-save-slots, fira-share-spill-slots,
7406         fira-verbose): New options.
7407
7408         * regclass.c (reg_class_subclasses, contains_reg_of_mode,
7409         move_cost, may_move_in_cost, may_move_out_cost): Make the
7410         variables external.
7411         (move_table): Remove typedef.
7412         (init_move_cost): Make it external.
7413         (allocate_reg_info, resize_reg_info, setup_reg_classes): New
7414         functions.
7415
7416         * rtl.h (init_move_cost, allocate_reg_info, resize_reg_info,
7417         setup_reg_classes): New function prototypes.
7418         (eliminable_regset): New external variable declaration.
7419         (build_insn_chain, update_equiv_regs): New function prototypes.
7420
7421         * Makefile.in (IRA_INT_H): New definition.
7422         (OBJS-common): Add ira.o, ira-build.o, ira-costs.o,
7423         ira-conflicts.o, ira-color.o, ira-emit.o, and ira-lives.o.
7424         (reload1.o, toplev.o): Add dependence on ira.h.
7425         (cfgloopanal.o): Add PARAMS_H.
7426         (caller-save.o): Add dependence on output.h and ira.h.
7427         (ira.o, ira-build.o, ira-costs.o, ira-conflicts.o, ira-color.o,
7428         ira-emit.o, ira-lives.o): New entries.
7429
7430         * passes.c (pass_ira): New pass.
7431
7432         * params.def (PARAM_IRA_MAX_LOOPS_NUM): New parameter.
7433
7434         * reload1.c (ira.h): Include the header.
7435         (changed_allocation_pseudos): New bitmap.
7436         (init_reload): Initiate the bitmap.
7437         (compute_use_by_pseudos): Permits spilled registers in FROM.
7438         (temp_pseudo_reg_arr): New variable.
7439         (reload): Allocate and free temp_pseudo_reg_arr.  Sort pseudos for
7440         IRA.  Call alter_reg with the additional parameter.  Don't clear
7441         spilled_pseudos for IRA.  Restore original insn chain for IRA.
7442         Clear changed_allocation_pseudos at the end of reload.
7443         (calculate_needs_all_insns): Call IRA's mark_memory_move_deletion.
7444         (hard_regno_to_pseudo_regno): New variable.
7445         (count_pseudo): Check spilled pseudos.  Set up
7446         hard_regno_to_pseudo_regno.
7447         (count_spilled_pseudo): Check spilled pseudos. Update
7448         hard_regno_to_pseudo_regno.
7449         (find_reg): Use better_spill_reload_regno_p.  Check
7450         hard_regno_to_pseudo_regno.
7451         (alter_reg): Set up spilled_pseudos.  Add a new parameter.  Add
7452         code for IRA.
7453         (eliminate_regs_1): Use additional parameter for alter_reg.
7454         (finish_spills): Set up pseudo_previous_regs only for spilled
7455         pseudos.  Call reassign_pseudos once for all spilled pseudos, pass
7456         more arguments.  Don't clear live_throughout and dead_or_set for
7457         spilled pseudos.  Use additional parameter for alter_reg.  Call
7458         mark_allocation_change.  Set up changed_allocation_pseudos.
7459         Remove sanity check.
7460         (emit_input_reload_insns, delete_output_reload): Use additional
7461         parameter for alter_reg.  Call mark_allocation_change.
7462         (substitute, gen_reload_chain_without_interm_reg_p): New
7463         functions.
7464         (reloads_conflict): Use gen_reload_chain_without_interm_reg_p.
7465
7466         * testsuite/gcc.dg/20080410-1.c: New file.
7467
7468         * config/s390/s390.h (IRA_COVER_CLASSES,
7469         IRA_HARD_REGNO_ADD_COST_MULTIPLIER): Define.
7470
7471         * config/sparc/sparc.h (IRA_COVER_CLASSES): New macro.
7472
7473         * config/i386/i386.h (IRA_COVER_CLASSES): Ditto.
7474
7475         * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
7476
7477         * config/rs6000/rs6000.h (IRA_COVER_CLASSES): Ditto.
7478
7479         * config/arm/arm.h (IRA_COVER_CLASSES): Ditto.
7480
7481         * config/alpha/alpha.h (IRA_COVER_CLASSES): Ditto.
7482
7483         2008-08-24  Jeff Law  <law@redhat.com>
7484         * ira.c (setup_reg_class_intersect_union): Prefer smallest class
7485         when ignoring unavailable registers.
7486
7487         2008-08-24  Jeff Law  <law@redhat.com>
7488         * ira-color.c (coalesced_pseudo_reg_slot_compare): Check
7489         FRAME_GROWS_DOWNWARD and STACK_GROWS_DOWNWARD.
7490         * ira.c (setup_eliminable_regset): Check stack_realign_needed.
7491         * config/mn10300/mn10300.h (IRA_COVER_CLASSES): New macro.
7492
7493         2008-06-03 Steve Chamberlain <steve.chamberlain@gmail.com>
7494         * ira-build.c (allocno_range_compare_func): Stabilize sort.
7495
7496         2008-05-29 Andy Hutchinson <hutchinsonandy@aim.com>
7497         * config/avr/avr.h (IRA_COVER_CLASSES): New macro.
7498         * reload1.c (find_reg): Process registers in register allocation order.
7499
7500         2008-05-10 Richard Sandiford <rsandifo@nildram.co.uk>
7501         * toplev.c (backend_init_target): Move ira_init call from
7502         here...
7503         (lang_dependent_init_target): ...to here.
7504
7505         2008-05-10 Richard Sandiford <rsandifo@nildram.co.uk>
7506         * ira.c (setup_class_subset_and_memory_move_costs): Don't
7507         calculate memory move costs for NO_REGS.
7508
7509         2008-05-05 Kaz Kojima <kkojima@gcc.gnu.org>
7510         * ira-color.c (ira_fast_allocation): Use no_stack_reg_p only if
7511         STACK_REGS is defined.
7512
7513         2008-04-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
7514         * config/spu/spu.h (IRA_COVER_CLASSES): New macro.
7515
7516         2008-04-04 Bernd Schmidt <bernd.schmidt@analog.com>
7517         * config/bfin/bfin.h (IRA_COVER_CLASSES): New macro.
7518
7519         2008-04-04 Kaz Kojima <kkojima@gcc.gnu.org>
7520         * config/sh/sh.h (IRA_COVER_CLASSES): Define.
7521         * config/sh/sh.md (movsicc_true+3): Check if emit returns a
7522         barrier.
7523
7524 2008-08-26  Victor Kaplansky  <victork@il.ibm.com>
7525             Dorit Nuzman  <dorit@il.ibm.com>
7526
7527         * gcc/config/spu/spu.md (vec_extract_evenv4si,
7528         vec_extract_evenv4sf, vec_extract_evenv8hi,
7529         vec_extract_evenv16qi, vec_extract_oddv4si,
7530         vec_extract_oddv4sf, vec_extract_oddv8hi, vec_extract_oddv16qi,
7531         vec_interleave_highv4sf, vec_interleave_lowv4sf,
7532         vec_interleave_highv4si, vec_interleave_lowv4si,
7533         vec_interleave_highv8hi, vec_interleave_lowv8hi,
7534         vec_interleave_highv16qi, vec_interleave_lowv16qi,
7535         vec_pack_trunc_v8hi, vec_pack_trunc_v4si): Implement.S
7536
7537 2008-08-25  Janis Johnson  <janis187@us.ibm.com>
7538
7539         PR target/36756
7540         * config/rs6000/rs6000.c (optimization_options): Don't default to
7541         section anchors without toplevel reorder.
7542
7543 2008-08-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7544
7545         * config/spu/spu_mfcio.h (mfc_begin_critical_section): New function.
7546         (mfc_end_critical_section): Likewise.
7547
7548 2008-08-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7549
7550         * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute): Propagate
7551         all type qualifiers from element type to vector type.
7552
7553 2008-08-25  David Daney  <ddaney@avtrex.com>
7554
7555         * config/mips/mips.md (immediate_insn): Move up in file, fix
7556         comment typo, reformat.
7557         (fetchop_bit, atomic_hiqi_op memory_barrier,
7558         sync_compare_and_swap<mode>, compare_and_swap_12, sync_add<mode>,
7559         sync_<optab><mode>, sync_<optab>_12, sync_old_<optab><mode>,
7560         sync_old_<optab>_12, sync_new_<optab><mode>, sync_new_<optab>_12,
7561         sync_nand<mode>, sync_nand_12, sync_old_nand<mode>,
7562         sync_old_nand_12, sync_new_nand<mode>, sync_new_nand_12,
7563         sync_sub<mode>, sync_old_add<mode>, sync_old_sub<mode>,
7564         sync_new_add<mode>, sync_new_sub<mode>, sync_<optab><mode>,
7565         sync_old_<optab><mode>, sync_new_<optab><mode>, sync_nand<mode>,
7566         sync_old_nand<mode>, sync_new_nand<mode>,
7567         sync_lock_test_and_set<mode>, sync_lock_test_and_set<mode>,
7568         test_and_set_12): Moved to sync.md.
7569         (sync.md): Include.
7570         * config/mips/sync.md: New file.
7571
7572 2008-08-25  Richard Henderson  <rth@redhat.com>
7573
7574         * dwarf2out.c (def_cfa_1): Don't scale by DWARF_CIE_DATA_ALIGNMENT.
7575         (regsave): Likewise.
7576         (lookup_cfa_1): Don't rescale by DWARF_CIE_DATA_ALIGNMENT.
7577         (output_cfi_directive): Likewise.
7578         (div_data_align): New.
7579         (output_cfi): Use it.
7580
7581 2008-08-24  Adam Nemet  <anemet@caviumnetworks.com>
7582
7583         * config.gcc (mips64*-*-linux*): Handle mips64octeon*-*-linux*.
7584         * config/mips/mips.h (enum processor_type): Add PROCESSOR_OCTEON.
7585         (TARGET_OCTEON): New macro.
7586         (TARGET_CPU_CPP_BUILTINS): Define __OCTEON__ for Octeon.
7587         (MIPS_ISA_LEVEL_SPEC, MIPS_ARCH_FLOAT_SPEC): Handle -march=octeon.
7588         (ISA_HAS_POP): New macro.
7589         * config/mips/driver-native.c (host_detect_local_cpu): Handle
7590         Octeon.
7591         * config/mips/mips.c (mips_cpu_info_table, mips_rtx_cost_data):
7592         Handle Octeon.
7593         * config/mips/mips.md (cpu): Add octeon.
7594         (type): Add pop attribute value.
7595         (popcount<mode>2): New pattern.
7596         * doc/invoke.texi (-march=@var{arch}): Add octeon.
7597
7598 2008-08-24  Jan Hubicka  <jh@suse.cz>
7599
7600         * doc/invoke.texi (-fipa-cp-clone): New option.
7601         (-fipa-cp): Update docs.
7602         (--param ipcp-unit-growth):New.
7603         * ipa-cp.c: Include fibheap.h, params.h
7604         (ipcp_initialize_node_lattices): When not cloning, all externally
7605         visible functions are bottom.
7606         (ipcp_need_redirect_p): Accept clones.
7607         (ipcp_insert_stage): Use cost driven heuristics.
7608         (max_count, dead_nodes): New static vars.
7609         (ipcp_need_original_clone_p, ipcp_estimate_cloning_cost,
7610         ipcp_const_param_count): New functions.
7611         * common.opt (ipa-cp-clone): New command line option.
7612         * params.def (ipcp-unit-growth): New.
7613
7614 2008-08-24  Jan Hubicka  <jh@suse.cz>
7615
7616         * tree-inline.c (tree_function_versioning): Look harder
7617         for referenced vars.
7618
7619 2008-08-24  Razya Ladelsky  <razya@il.ibm.com>
7620
7621         PR tree-optimization/37185
7622         * matrix-reorg.c (transform_access_sites): Update changed stmt.
7623
7624 2008-08-23  Jan Hubicka  <jh@suse.cz>
7625
7626         * ipa-cp.c (ipcp_analyze_node): New function.
7627         (ipcp_update_cloned_node): Use it.
7628         (ipcp_init_stage): Likewise.
7629         * ipa-inline.c (function_insertion_hook_holder): New static var.
7630         (analyze_function): Break out from ....
7631         (inline_generate_summary): Here; register insertion hook.
7632         (cgraph_decide_inlining): Remove hook.
7633         (add_new_function): New function.
7634
7635 2008-08-23  Jan Hubicka  <jh@suse.cz>
7636
7637         * opts.c (decode_options): Revert accidental change enabling ipa-cp.
7638
7639 2008-08-23  Jan Hubicka  <jh@suse.cz>
7640
7641         * ipa-cp.c (constant_val_insert): Remove.
7642         (ipcp_propagate_one_const): Remove.
7643         (ipcp_create_replace_map): Always insert replacements to the map.
7644         (ipcp_insert_stage): Do not try to insert statements by hand.
7645         * tree-inline.c (insert_init_stmt): Break out from ...
7646         (setup_one_parameter): ... here; allow NULL BB pointer.
7647         (tree_function_versioning): Use setup_one_parameter to process
7648         replacement map.
7649
7650 2008-08-23  Jan Hubicka  <jh@suse.cz>
7651
7652         * tree.c (decl_address_ip_invariant_p): New function.
7653         * tree.h (decl_address_ip_invariant_p): Declare.
7654         * gimple.c (strip_invariant_refs): Break out from ...
7655         (is_gimple_invariant_address): ... here
7656         (is_gimple_ip_invariant_address): New function.
7657         (is_gimple_ip_invariant): New function.
7658         * gimple.h (is_gimple_ip_invariant_address, is_gimple_ip_invariant):
7659         Declare.
7660
7661         * ipa-cp.c (ipcp_lat_is_const): Remove handling of IPA_CONST_VALUE_REF.
7662         (ipcp_lat_is_insertable): All constants are insertable.
7663         (ipcp_lattice_from_jfunc, ipcp_print_all_lattices): Remove handling of
7664         IPA_CONST_VALUE_REF.
7665         (ipcp_initialize_node_lattices): Propagate all types of operands.
7666         (build_const_val): Do not handle IPA_CONST_VALUE_REF.
7667         (ipcp_create_replace_map): Reformat.
7668         (ipcp_need_redirect_p): Simplify.
7669         (ipcp_insert_stage): Check that argument is used before clonning.
7670         * ipa-prop.c (ipa_print_node_jump_functions): Do not handle
7671         IPA_CONST_REF.
7672         (compute_scalar_jump_functions): Simplify using is_gimple_ip_invariat.
7673         (determine_cst_member_ptr): Keep wrapping ADDR_EXPR of members.
7674         (update_call_notes_after_inlining): Expect ADDR_EXPR in operand.
7675         * ipa-prop.h (jump_func_type): Remove IPA_CONST_REF.
7676         (jump_func_type): Remove IPA_CONST_VALUE_REF.
7677         * tree-inline.c (tree_function_versioning): Add variables referenced
7678         by replacing trees.
7679
7680 2008-08-23  Jan Hubicka  <jh@suse.cz>
7681
7682         PR target/37094
7683         * i386.c (standard_80387_constant_p): Use optimize_size.
7684
7685 2008-08-23  Ira Rosen  <irar@il.ibm.com>
7686
7687         PR tree-optimization/37161
7688         * tree-vectorizer.h (vect_get_smallest_scalar_type): Declare.
7689         * tree-vect-analyze.c (vect_get_smallest_scalar_type): New function.
7690         (vect_determine_vectorization_factor): Move the scalar type
7691         retrieval to vect_get_smallest_scalar_type.
7692         (vect_build_slp_tree): Call vect_get_smallest_scalar_type to get
7693         scalar type. Remove redundant computation.
7694         * tree-vect-transform.c (vect_get_constant_vectors): Add argument.
7695         (vect_get_slp_defs): Take the type of RHS into account if
7696         necessary by calling vect_get_smallest_scalar_type. Call
7697         vect_get_constant_vectors with additional argument.
7698
7699 2008-08-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7700
7701         PR 35648
7702         * doc/invoke.texi (Wwrite-strings): Clarify description.
7703
7704 2008-08-23  Ira Rosen  <irar@il.ibm.com>
7705
7706         PR tree-optimization/37174
7707         * tree-vect-analyze.c (vect_get_and_check_slp_defs): Check that the
7708         def stmt is a part of the loop before accessing its stmt_vec_info.
7709
7710 2008-08-22  Anatoly Sokolov  <aesok@post.ru>
7711
7712         PR target/11259
7713         * config/avr/avr.md (UNSPEC_SWAP): New constants.
7714         (*swap): New insn pattern.
7715         (*ashlqi3): Rename from ashlqi3 insn pattern.
7716         (ashlqi3): New expanders.
7717         (*lshrqi3): Rename from lshrqi3 insn pattern.
7718         (lshrqi3): New expanders.
7719         (ashlqi3_const4, ashlqi3_const5, ashlqi3_const6, lshrqi3_const4,
7720         lshrqi3_const5, lshrqi3_const6): New splitters.
7721         (andi, ashlqi3_l_const4, ashlqi3_l_const5, ashlqi3_l_const6,
7722         lshrqi3_l_const4, lshrqi3_l_const5, lshrqi3_l_const6): Define
7723         peephole2 patterns.
7724
7725 2008-08-22  Richard Guenther  <rguenther@suse.de>
7726
7727         PR tree-optimization/37078
7728         * tree-vrp.c (extract_range_from_unary_expr): Avoid generating
7729         [+INF, +INF] ranges.
7730
7731 2008-08-22  Richard Guenther  <rguenther@suse.de>
7732
7733         PR tree-optimization/37143
7734         * tree-vect-transform.c (vect_create_cond_for_align_checks): Build
7735         a conversion statement instead of a copy.
7736
7737 2008-08-22  Uros Bizjak  <ubizjak@gmail.com>
7738
7739         PR target/37184
7740         * config/i386/i386.c (ix86_match_ccmode): Handle CCAmode,
7741         CCCmode, CCOmode and CCSmode destination modes.
7742
7743         PR target/37191
7744         * config/i386/mmx.md (*vec_extractv2sf_0): Avoid combining registers
7745         from different units in a single alternative.
7746         (*vec_extractv2sf_1): Ditto.
7747         (*vec_extractv2si_0): Ditto.
7748         (*vec_extractv2si_1): Ditto.
7749         * config/i386/sse.md (sse2_storehpd): Ditto.
7750         (sse2_storelpd): Ditto.
7751         (sse2_loadhpd): Ditto.
7752         (sse2_loadlpd): Ditto.
7753
7754         PR target/37197
7755         * config/i386/i386.md (clzsi2_abm): Fix operand 1 constraints.
7756         (popcountsi2): Ditto.
7757         (clzdi2_abm): Ditto.
7758         (popcountdi2): Ditto.
7759         (clzhi2_abm): Ditto.
7760         (popcounthi2): Ditto.
7761
7762 2008-08-22  Richard Guenther  <rguenther@suse.de>
7763
7764         PR middle-end/36548
7765         PR middle-end/37125
7766         * fold-const.c (extract_muldiv_1): Optimize (X * C1) % C2 only
7767         if the multiplication does not overflow.
7768
7769 2008-08-21  Nathan Sidwell  <nathan@codesourcery.com>
7770
7771         * c-ppoutput.c (init_pp_output): Initialize src_line to 1.
7772
7773 2008-08-21  Richard Henderson  <rth@redhat.com>
7774
7775         * configure.ac (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): Remove
7776         spurrious comma from test.
7777         * configure: Rebuild.
7778
7779 2008-08-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7780
7781         PR 30457
7782         * builtins.c (fold_builtin_next_arg): Add warning about undefined
7783         behaviour.
7784
7785 2008-08-21  Aldy Hernandez  <aldyh@redhat.com>
7786
7787         * c-tree.h (grokfield): New argument.
7788         * c-decl.c (grokfield): Handle new location argument.
7789         * c-parser.c (c_parser_struct_declaration): Pass location to grokfield.
7790
7791 2008-08-21  Richard Guenther  <rguenther@suse.de>
7792
7793         * tree-ssa-ccp.c (ccp_fold): Fold VIEW_CONVERT_EXPRs of constants.
7794
7795 2008-08-21  Jan Hubicka  <jh@suse.cz>
7796
7797         * cgraph.c (first_cgraph_function_insertion_hook): New variable.
7798         (cgraph_add_function_insertion_hook,
7799         cgraph_remove_function_insertion_hook,
7800         cgraph_call_function_insertion_hooks): New functions.
7801         * cgraph.h (cgraph_add_function_insertion_hook,
7802         cgraph_remove_function_insertion_hook,
7803         cgraph_call_function_insertion_hooks): Declare.
7804         * ipa-reference.c (function_insertion_hook_holder): New variable.
7805         (check_operand, look_for_address_of): When checking late, do not care
7806         about module bitmaps.
7807         (add_new_function): New function.
7808         (generate_summary): Register hooks; zero module bitmaps.
7809         (propagate): Unregister hooks.
7810         * ipa-pure-const.c (function_insertion_hook_holder): New variable.
7811         (add_new_function): New function.
7812         (generate_summary): Register hook.
7813         (propagate): Remove hook.
7814
7815         * ipa-cp.c (ipcp_need_redirect_p): Fix to not be constant 0.
7816
7817         * tree-pass.h (pass_ipa_cp): Make ipa_opt_pass.
7818         * ipa-cp.c (ipcp_update_cloned_node): New function.
7819         (build_const_val): Handle functions correctly; bring type logic
7820         into sync with tree-inline.c
7821         (ipcp_init_stage):  Take care of computing stuff needed by
7822         indirect inlining; update clones.
7823         (ipcp_generate_summary): Break out of ipcp_driver.
7824         (ipcp_driver): Do only execution and transformation.
7825         (pass_ipa_cp): Make IPA_PASS.
7826         * tree-ssa-ccp.c (fold_stmt_r): Check type before trying to fold
7827         offset to address.
7828         * ipa-inline.c (inline_indirect_intraprocedural_analysis): When doing
7829         ipcp, some info is already available.
7830         * ipa-prop.c (ipa_count_arguments): Grow edge lists as needed.
7831         * tree-inline.c (remap_ssa_name): Unshare expression.
7832
7833 2008-08-21  Richard Guenther  <rguenther@suse.de>
7834
7835         * tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
7836         a PHI ask VN if it is already available.
7837         * tree-ssa-sccvn.h (vn_phi_lookup): Declare.
7838         * tree-ssa-sccvn.c (vn_phi_lookup): Export.
7839
7840 2008-08-21  Richard Guenther  <rguenther@suse.de>
7841
7842         PR middle-end/36817
7843         * tree-chrec.c (chrec_apply): Always call chrec_fold_plus which
7844         makes sure to produce a result of the correct type.
7845
7846 2008-08-21  Jan Hubicka  <jh@suse.cz>
7847         Backport from LTO branch:
7848
7849         2008-05-05  Kenneth Zadeck <zadeck@naturalbridge.com>
7850                     Jan Hubicka  <jh@suse.cz>
7851
7852         * ipa-pure-const.c
7853         (init_state, finish_state, set_function_state, generate_summary):
7854         New functions.
7855         (scan_stmt): Renamed from scan_function.  Changed to keep state in
7856         local static vars rather than cgraph aux field.
7857         (propagate): Renamed from static_execute. Changed to keep state in
7858         local static vars rather than cgraph aux field.
7859         (pass_ipa_pure_const): Changed from SIMPLE_IPA_PASS to IPA_PASS.
7860         * tree-pass.h (pass_ipa_pure_const): Turn into IPA_PASS.
7861
7862         2008-07-15  Kenneth Zadeck <zadeck@naturalbridge.com>
7863
7864         * tree-pass.h (pass_ipa_reference): Make into ipa_opt_pass.
7865         * ipa-reference.c (init_function_info, generate_summary,
7866         propagate): New functions.
7867         (analyze_function):  Call init_function_info.
7868         (static_execute): Stripped into generate_summary and propagate.
7869         (pass_ipa_reference): Made into ipa_opt_pass.
7870
7871 2008-08-21  Richard Guenther  <rguenther@suse.de>
7872
7873         PR tree-optimization/37181
7874         * tree-vrp.c (extract_range_from_binary_expr): Check for NULL
7875         folding result.
7876         (extract_range_from_unary_expr): Likewise.
7877
7878 2008-08-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7879
7880         * diagnostic.c (pedwarn_at): Rename as pedwarn.
7881         (pedwarn): Delete.
7882         * toplev.h (pedwarn_at): Likewise.
7883         * builtins.c: Update all calls to pedwarn.
7884         * c-lex.c: Likewise.
7885         * toplev.c: Likewise.
7886         * c-tree.h: Likewise.
7887         * c-decl.c: Likewise.
7888         * c-errors.c: Likewise.
7889         * c-typeck.c: Likewise.
7890         * c-common.c: Likewise.
7891         * c-parser.c: Likewise.
7892
7893 2008-08-20  Joseph Myers  <joseph@codesourcery.com>
7894
7895         PR target/31070
7896         * config/sparc/sparc.c (function_arg_slotno): Handle structure
7897         with MODE_VECTOR_INT mode.
7898
7899 2008-08-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7900
7901         PR middle-end/179
7902         * tree-ssa.c (warn_uninit): Do not warn for variables that can be
7903         initialized outside the current module.
7904         (warn_uninitialized_var): Ignore left-hand side when walking the
7905         trees. Ignore address expressions. Examine VUSE operands in gimple
7906         statements with a variable declaration on the right-hand side.
7907
7908 2008-08-20  Richard Sandiford  <rdsandiford@googlemail.com>
7909
7910         PR bootstrap/37155
7911         * rtlanal.c (subreg_offset_representable_p): Revert last change.
7912
7913 2008-08-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7914
7915         PR 35701
7916         * c-common.c (conversion_warning): Do not warn if applying bit-and
7917         operator to unsigned constant that fits in the target type.
7918
7919 2008-08-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7920
7921         PR c++/35602
7922         * c-common.c (conversion_warning): Do not warn for artificial
7923         expressions.
7924
7925 2008-08-20  Richard Guenther  <rguenther@suse.de>
7926
7927         * tree-vrp.c (op_with_constant_singleton_value_range): New function.
7928         (extract_range_from_binary_expr): Fall back to constant propagation.
7929         (extract_range_from_unary_expr): Likewise.
7930
7931 2008-08-20  Richard Guenther  <rguenther@suse.de>
7932
7933         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Do not mess
7934         with TREE_THIS_VOLATILE on shared nodes.
7935         (fold_stmt_r): Likewise.
7936
7937 2008-08-20  Jakub Jelinek  <jakub@redhat.com>
7938
7939         PR c/37171
7940         * c-parser.c (c_parser_attributes): For keywords use canonical
7941         spelling for attr_name.
7942
7943 2008-08-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7944
7945         * value-prof.c (check_counter): Revert wrong call to error.
7946
7947 2008-08-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7948
7949         * profile.c: Update calls to inform.
7950         * value-prof.c: Update calls to inform.
7951
7952 2008-08-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7953
7954         * diagnostic.c (inform): Add an explicit location_t parameter.
7955         * toplev.h (inform): Update declaration.
7956         * builtins.c: Update all calls to inform.
7957         * c-common.c: Likewise.
7958         * c-decl.c: Likewise.
7959         * c-opts.c: Likewise.
7960         * c-pch.c: Likewise.
7961         * c-pragma.c: Likewise.
7962         * c-typeck.c: Likewise.
7963         * coverage.c: Likewise.
7964         * opts.c: Likewise.
7965         * toplev.c: Likewise.
7966         * tree-cfg.c: Likewise.
7967         * tree-ssa.c: Likewise.
7968
7969 2008-08-20  H.J. Lu  <hongjiu.lu@intel.com>
7970
7971         PR target/37169
7972         * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): In
7973         V2DI mode, for SSE4.1, use movq instead of vector set if the
7974         second element is zero and inter-unit moves are OK.
7975
7976 2008-08-20  Richard Guenther  <rguenther@suse.de>
7977
7978         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): More
7979         properly handle conversion/copy chains after tuplification.
7980
7981 2008-08-20  Richard Guenther  <rguenther@suse.de>
7982
7983         * passes.c (init_optimization_passes): Move the second
7984         forwprop pass before alias computation.  Remove the second
7985         DCE pass.  Remove the first dominator and phi copy/const
7986         prop passes.
7987
7988 2008-08-20  Nick Clifton  <nickc@redhat.com>
7989
7990         * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Always test for assembler
7991         support of this feature.  Do not assume that a sufficiently new
7992         assembler will support the feature regardless of the target type.
7993         (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): Likewise.
7994         * configure: Regenerate.
7995
7996 2008-08-20  Richard Guenther  <rguenther@suse.de>
7997
7998         * tree-vrp.c (found_in_subgraph): Remove.
7999         (live): New global static.
8000         (live_on_edge): New function.
8001         (blocks_visited): Remove.
8002         (register_edge_assert_for_2): Use live_on_edge.
8003         (find_conditional_asserts): Remove code dealing with
8004         found_in_subgraph.  Do not walk the CFG.
8005         (find_switch_asserts): Likewise.
8006         (find_assert_locations_1): Renamed from find_assert_locations.
8007         Move finding assert locations for conditional and switch
8008         statements first.  Update live bitmap.  Do not walk the CFG.
8009         (find_assert_locations): New function.
8010         (insert_range_assertions): Remove entry of CFG walk.
8011         Adjust call to find_assert_locations.
8012         * tree-ssa-pre.c (do_regular_insertion): Ignore critical edges
8013         that only can appear because of fake exit edges but assert we
8014         never try to insert on those.
8015         (fini_pre): Do not remove fake exit edges here...
8016         (execute_pre): ...but here, before committing edge inserts.
8017
8018 2008-08-19  Richard Guenther  <rguenther@suse.de>
8019
8020         * passes.c (init_optimization_passes): Exchange store-ccp
8021         with a ccp pass.
8022
8023 2008-08-19  Rafael Espíndola  <espindola@google.com>
8024
8025         * varasm.c (weak_decls): Move earlier in the file.
8026         (assemble_external): Add weak decls to the weak_decls list.
8027         (declare_weak): Don't add decls to the weak_decls list.
8028
8029 2008-08-19  H.J. Lu  <hongjiu.lu@intel.com>
8030
8031         PR target/37157
8032         * config/i386/sse.md (sse2_punpckhqdq, sse2_punpcklqdq): Moved
8033         before (sse2_shufpd_<mode>).
8034
8035 2008-08-19  Jakub Jelinek  <jakub@redhat.com>
8036
8037         PR debug/37156
8038         * pretty-print.c (pp_base_format): Deal with recursive BLOCK trees.
8039         * tree.c (block_nonartificial_location): Likewise.
8040
8041 2008-08-19  Richard Guenther  <rguenther@suse.de>
8042
8043         PR tree-optimization/35972
8044         PR tree-optimization/23094
8045         * tree-ssa-sccvn.h (vn_reference_lookup_pieces): Add maywalk
8046         parameter.
8047         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Properly
8048         handle MISALIGNED_INDIRECT_REF.
8049         (get_ref_from_reference_ops): New helper.
8050         (vn_reference_lookup_pieces): Walk the use-def chain using the
8051         alias-oracle if requested.
8052         * tree-ssa-pre.c (phi_translate_1): Do reference lookup with
8053         walking the use-def chain.
8054         (compute_avail): But not here.
8055         (create_component_ref_by_pieces_1): Properly handle
8056         MISALIGNED_INDIRECT_REF.
8057         (do_regular_insertion): Handle fully redundant
8058         expressions after PHI-translation also for SSA_NAME values, not
8059         only constants.  Correctly use edoubleprime for that.
8060
8061 2008-08-19  Ira Rosen  <irar@il.ibm.com>
8062
8063         * tree-vectorizer.c (supportable_widening_operation): Support
8064         multi-step conversion, return the number of steps in such conversion
8065         and the required intermediate types.
8066         (supportable_narrowing_operation): Likewise.
8067         * tree-vectorizer.h (vect_pow2): New function.
8068         (supportable_widening_operation): Change argument types.
8069         (supportable_narrowing_operation): Likewise.
8070         (vectorizable_type_promotion): Add an argument.
8071         (vectorizable_type_demotion): Likewise.
8072         * tree-vect-analyze.c (vect_analyze_operations): Call
8073         vectorizable_type_promotion and vectorizable_type_demotion with
8074         additional argument.
8075         (vect_get_and_check_slp_defs): Detect patterns.
8076         (vect_build_slp_tree): Add an argument, don't fail in case of multiple
8077         types.
8078         (vect_analyze_slp_instance): Don't fail in case of multiple types.
8079         Call vect_build_slp_tree with correct arguments. Calculate unrolling
8080         factor according to the smallest type in the loop.
8081         (vect_detect_hybrid_slp_stmts): Include statements from patterns.
8082         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Call
8083         supportable_widening_operation with correct arguments.
8084         * tree-vect-transform.c (vect_get_slp_defs): Allocate output vector
8085         operands lists according to the number of vector statements in left
8086         or right node, if exists.
8087         (vect_gen_widened_results_half): Remove unused argument.
8088         (vectorizable_conversion): Call supportable_widening_operation,
8089         supportable_narrowing_operation, and vect_gen_widened_results_half
8090         with correct arguments.
8091         (vectorizable_assignment): Change documentation, support multiple
8092         types in SLP.
8093         (vectorizable_operation): Likewise.
8094         (vect_get_loop_based_defs): New function.
8095         (vect_create_vectorized_demotion_stmts): Likewise.
8096         (vectorizable_type_demotion): Support loop-aware SLP and general
8097         multi-step conversion. Call vect_get_loop_based_defs and
8098         vect_create_vectorized_demotion_stmts for transformation.
8099         (vect_create_vectorized_promotion_stmts): New function.
8100         (vectorizable_type_promotion): Support loop-aware SLP and general
8101         multi-step conversion. Call vect_create_vectorized_promotion_stmts
8102         for transformation.
8103         (vectorizable_store): Change documentation, support multiple
8104         types in SLP.
8105         (vectorizable_load): Likewise.
8106         (vect_transform_stmt): Pass SLP_NODE to
8107         vectorizable_type_promotion and vectorizable_type_demotion.
8108         (vect_schedule_slp_instance): Move here the calculation of number
8109         of vectorized statements for each node from...
8110         (vect_schedule_slp): ... here.
8111         (vect_transform_loop): Call vect_schedule_slp without the last
8112         argument.
8113
8114 2008-08-19  Dorit Nuzman  <dorit@il.ibm.com>
8115
8116         PR bootstrap/37152
8117         * tree-vect-transform.c (vect_create_epilog_for_reduction): Change =
8118         to == in assert statement.
8119         (vectorizable_reduction): Fix typo.
8120
8121 2008-08-18  H.J. Lu  <hongjiu.lu@intel.com>
8122
8123         PR bootstrap/37153
8124         * value-prof.c (check_counter): Dereference pointer to overall
8125         count when printing it.
8126
8127 2008-08-18  H.J. Lu  <hongjiu.lu@intel.com>
8128
8129         * profile.h: Really add it.
8130
8131 2008-08-18  H.J. Lu  <hongjiu.lu@intel.com>
8132
8133         * mcf.c: Really add it.
8134
8135 2008-08-18  Paul Yuan  <yingbo.com@gmail.com>
8136             Vinodha Ramasamy  <vinodha@google.com>
8137
8138         * cgraph.c (cgraph_edge): Handle inconsistent counts when setting
8139         count_scale.
8140         * value-prof.c (check_counter): Fix the counter if
8141         flag_profile_correction is true.
8142         (tree_divmod_fixed_value_transform, tree_mod_pow2_value_transform,
8143         tree_mod_subtract_transform):
8144         Follow check_counter parameter change.
8145         * common.opt (fprofile-correction): New option.
8146         * mcf.c: New file.
8147         * profile.h: Likewise.
8148         * profile.c (edge_info, EDGE_INFO): Moved to new file profile.h.
8149         (sum_edge_counts, is_edge_inconsistent, correct_negative_edge_counts,
8150         is_inconsistent, set_bb_counts, read_profile_edge_counts): New
8151         functions.
8152         (compute_branch_probabilities): Refactored. Invokes mcf_smooth_cfg if
8153         flag_profile_correction is set.
8154
8155 2008-08-18  Richard Sandiford  <rdsandiford@googlemail.com>
8156
8157         * rtlanal.c (subreg_offset_representable_p): Check HARD_REGNO_MODE_OK.
8158
8159 2008-08-18  Tomas Bily  <tbily@suse.cz>
8160
8161         * tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to CONVERT_EXPR_CODE_P.
8162         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Use
8163         CONVERT_EXPR_P.
8164         * tree-data-ref.c (split_constant_offset_1): Likewise.
8165         * tree-inline.c (estimate_operator_cost): Use CASE_CONVERT.
8166         * tree-sra.c (sra_walk_expr): Likewise.
8167         * matrix-reorg.c (ssa_accessed_in_assign_rhs): Likewise.
8168         * tree-ssa-loop-niter.c (expand_simple_operations): Likewise.
8169         * gimple.h (gimple_assign_cast_p): Use CONVERT_EXPR_CODE_P.
8170         * tree-ssa-structalias.c (find_func_aliases, find_func_aliases):
8171         Likewise.
8172         * gimple.c (gimple_assign_unary_nop_p): Likewise.
8173         * tree-vect-transform.c (vectorizable_type_demotion)
8174         (vectorizable_type_promotion): Likewise.
8175         * tree-inline.c (expand_call_inline):
8176         * tree-ssa-forwprop.c (get_prop_source_stmt, can_propagate_from)
8177         (forward_propagate_addr_expr_1, forward_propagate_comparison)
8178         (tree_ssa_forward_propagate_single_use_vars): Likewise.
8179         * expr.c (expand_expr_real_1): Likewise.
8180         * tree-ssa-dom.c (hashable_expr_equal_p, iterative_hash_hashable_expr)
8181         (gimple_assign_unary_useless_conversion_p): Likewise.
8182         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
8183         * tree-ssa-ccp.c (ccp_fold, fold_gimple_assign): Likewise.
8184         * fold-const.c (fold_unary): Likewise.
8185         * tree.h (CONVERT_EXPR_P): Likewise.
8186         * tree.c (simple_cst_equal, iterative_hash_expr): Likewise.
8187         * tree-ssa-loop-im.c (rewrite_bittest): Likewise.
8188         * tree-vrp.c:
8189         (register_edge_assert_for_2, extract_range_from_unary_expr)
8190         (register_edge_assert_for_1): Likewise.
8191
8192 2008-08-18  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8193
8194         * real.h (dconst_e, dconst_third, dconst_sqrt2, dconst_e_ptr,
8195         dconst_third_ptr, dconst_sqrt2_ptr): Declare.
8196         (enum real_value_const): Delete.
8197         (get_real_const): Delete.
8198         * real.c (get_real_const): Delete.
8199         (dconst_e_ptr): Define.
8200         (dconst_third_ptr): Define.
8201         (dconst_sqrt2_ptr): Define.
8202         * builtins.c: Update all callers.
8203
8204 2008-08-18  Richard Guenther  <rguenther@suse.de>
8205
8206         * tree-ssa-reassoc.c (reassociate_bb): Properly reset the
8207         statement iterator after statement removal.
8208
8209 2008-08-18  Andreas Tobler  <a.tobler@schweiz.org>
8210
8211         * config/rs6000/driver-rs6000.c (detect_caches_freebsd): New function.
8212         (detect_processor_freebsd): Likewise.
8213         (host_detect_local_cpu): Call newly added functions for FreeBSD.
8214
8215 2008-08-18  Richard Guenther  <rguenther@suse.de>
8216
8217         * tree-cfg.c (verify_types_in_gimple_assign): Verify copies
8218         and loads have the correct types.
8219
8220 2008-08-18  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8221
8222         PR cpp/7263
8223         * c-opts.c (cpp_opts): Remove static.
8224         * c-parser.c (cpp_opts): Declare it extern.
8225         (disable_extension_diagnostics): Handle cpp options.
8226         (enable_extension_diagnostics): Likewise.
8227
8228 2008-08-18  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8229
8230         * diagnostics.c (permerror_at): Rename as permerror.
8231         (permerror): Delete.
8232         * toplev.h: Likewise.
8233
8234 2008-08-18  Richard Guenther  <rguenther@suse.de>
8235
8236         * passes.c (init_optimization_passes): Remove cleanup_cfg1,
8237         sdse1 and addressables2 passes.  Replace dce1 with cddce1.
8238         Move call_cdce before build_alias.  Move copyrename2,
8239         cunrolli and ccp2 beafore build_alias.  Re-add addressable2
8240         right after final inlining.
8241         * tree-cfg.c (build_gimple_cfg): Do not dump function here.
8242         (pass_build_cfg): But instead via TODO_dump_func.
8243
8244 2008-08-18  Richard Guenther  <rguenther@suse.de>
8245
8246         * tree-sra.c (generate_element_init_1): Deal with NULL constructor
8247         element index.
8248         (scalarize_init): If we failed to generate some initializers
8249         do not generate zeros for not instantiated members.  Instead
8250         rely on the copy out.
8251         * tree-ssa-operands.c (get_addr_dereference_operands): Warn
8252         about missing flow-sensitive alias info only if we have
8253         aliases computed.
8254
8255 2008-08-17  Nick Clifton  <nickc@redhat.com>
8256
8257         * doc/extend.texi (Function Attributes): Fix typo in description
8258         if hot function attribute.
8259
8260 2008-08-17  Daniel Jacobowitz  <dan@codesourcery.com>
8261             Richard Sandiford  <rdsandiford@googlemail.com>
8262
8263         * doc/install.texi (--with-mips-plt): Document.
8264         * doc/invoke.texi (-mplt, -mno-plt): Document.
8265         * config.gcc (mips*-*-*): Add mips-plt to supported_defaults
8266         and handle ${with_mips_plt}.
8267         * config/mips/mips.opt (mplt): New option.
8268         * config/mips/mips.h (TARGET_ABICALLS_PIC0): New macro.
8269         (TARGET_ABICALLS_PIC2): Likewise.
8270         (TARGET_GPWORD): Return false for TARGET_ABSOLUTE_ABICALLS.
8271         (OPTION_DEFAULT_SPECS): Add a mips-plt entry.
8272         (ASM_SPEC): Use !mabi=* instead of !mabi*.
8273         (MIPS_CALL): Use TARGET_ABICALLS_PIC2 instead of TARGET_ABICALLS
8274         to decide whether to output ".option picX" directives.
8275         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Remove -mabi=64 handling.
8276         Pass -call_nonpic rather than -KPIC for -mplt.
8277         (BASE_DRIVER_SELF_SPECS): Remove -mplt if -mno-shared is not present
8278         on the command line.  Also remove it when -mabi=64 is used without
8279         -msym32.
8280         * config/mips/linux64.h (SUBTARGET_ASM_SPEC): Delete.
8281         * config/mips/mips.c (mips_use_pic_fn_addr_reg_p): Handle
8282         TARGET_ABICALLS_PIC0.
8283         (mips_classify_symbol): Use TARGET_ABICALLS_PIC2 instead of
8284         TARGET_ABICALLS.
8285         (mips16_build_function_stub): Only output ".option pic" directives
8286         and PIC stubs if TARGET_ABICALLS_PIC2.  Call through $25 instead of $1.
8287         (mips16_build_call_stub): Fix comment and remove redundant
8288         ".set at"/"set .noat" directives.
8289         (mips_function_rodata_section): Use the default behaviour for
8290         TARGET_ABSOLUTE_ABICALLS.
8291         (mips_file_start): Emit ".option pic0" for TARGET_ABICALLS_PIC0.
8292         (mips_global_pointer): Handle TARGET_ABICALLS_PIC0.
8293         (mips_restore_gp): Do nothing if the current function doesn't use
8294         a global pointer.
8295         (mips_expand_prologue): Only save $gp if the current function uses it.
8296         Use a normal move for TARGET_ABICALLS_PIC0.
8297         (mips_override_options): Only set flag_pic if TARGET_ABICALLS_PIC2.
8298
8299 2008-08-17  Richard Sandiford  <rdsandiford@googlemail.com>
8300
8301         * config/mips/mips.c (mips_save_reg_p): Don't short-circuit rest
8302         of function when handling GLOBAL_POINTER_REGNUM.
8303
8304 2008-08-16  Eric Botcazou  <ebotcazou@adacore.com>
8305
8306         PR ada/20548
8307         * common.opt (-fstack-check): Do not declare the variable here.
8308         (-fstack-check=): New option variant.
8309         * doc/invoke.texi (Code Gen Options): Document it.
8310         * expr.h (STACK_OLD_CHECK_PROTECT): New macro.
8311         (STACK_CHECK_PROTECT): Bump to 3 pages if DWARF-2 EH is used.
8312         (STACK_CHECK_STATIC_BUILTIN): New macro.
8313         * doc/tm.texi (Stack Checking): Document STACK_CHECK_STATIC_BUILTIN.
8314         * opts.c: Include expr.h.
8315         (common_handle_option) <OPT_fold_stack_check_>: New case.
8316         <OPT_fstack_check>: Likewise.
8317         * calls.c (initialize_argument_information): Use TYPE_SIZE_UNIT
8318         consistently in the test for variable-sized types.  Adjust for
8319         new behaviour of flag_stack_check.
8320         * explow.c: Include except.h.
8321         (allocate_dynamic_stack_space): Do not take into account
8322         STACK_CHECK_MAX_FRAME_SIZE for static builtin stack checking.
8323         * function.c (gimplify_parameters): Use DECL_SIZE_UNIT in the test
8324         for variable-sized parameters.  Treat all parameters whose size is
8325         greater than STACK_CHECK_MAX_VAR_SIZE as variable-sized if generic
8326         stack checking is enabled.
8327         * gimplify.c (gimplify_decl_expr): Treat non-static objects whose
8328         size is greater than STACK_CHECK_MAX_VAR_SIZE as variable-sized
8329         if generic stack checking is enabled.
8330         (expand_function_end): Adjust for new behaviour of flag_stack_check.
8331         * reload1.c (reload): Likewise.
8332         * stmt.c (expand_decl): Assert that all automatic variables have
8333         fixed size at this point and remove dead code.
8334         * flags.h (stack_check_type): New enumeration type.
8335         (flag_stack_check): Declare.
8336         * toplev.c (flag_stack_check): New global variable.
8337         * Makefile.in (opts.o): Add dependency on EXPR_H.
8338         (explow.o): Add dependency on except.h.
8339
8340 2008-08-16  Andy Hutchinson  <hutchinsonandy@aim.com>
8341
8342         * config/avr/avr.c (avr_override_options): Reduce value of
8343         PARAM_INLINE_CALL_COST.
8344
8345 2008-08-15  Eric Botcazou  <ebotcazou@adacore.com>
8346
8347         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: When converting
8348         to BLKmode, try to fetch an inner memory reference.  Use 'mode' in
8349         lieu of TYPE_MODE (type) throughout.
8350
8351 2008-08-15  Joseph Myers  <joseph@codesourcery.com>
8352
8353         * config/arm/arm.c (add_minipool_backward_ref): Check for
8354         8-byte-aligned entries in second case of forcing insertion after a
8355         particular entry.  Change third case to avoid inserting
8356         non-8-byte-aligned entries before 8-byte-aligned ones.
8357
8358 2008-08-15  Richard Guenther  <rguenther@suse.de>
8359
8360         * tree-ssa-ccp.c (maybe_fold_offset_to_reference): Do not
8361         strip components for unknown size accesses.
8362
8363 2008-08-15  Wolfgang Gellerich  <gellerich@de.ibm.com>
8364
8365         * config/s390/2097.md New file.
8366         * config/s390/s390.md ("z10prop" attribute): Define none,
8367         z10_super, z10_super_E1, z10_super_A1, z10_super_c,
8368         z10_super_c_E1, z10_fwd, z10_fwd_A1, z10_fwd_A3, z10_fwd_E1,
8369         z10_rec, z10_fr, z10_fr_A3, z10_fr_E1, z10_c, and z10_cobra as
8370         possible values and apply them to insns as appropriate.
8371         ("type" attribute): Removed itof and added ftrunctf,ftruncdf,
8372         ftruncsd, ftruncdd, itoftf, itofdf, itofsf, itofdd, itoftd,
8373         fdivdd, fdivtd, floaddd, floadsd, fmuldd, fmultd, fsimpdd,
8374         fsimpsd, fsimptd, fstoredd, fstoresd, ftoidfp as possible values.
8375         ("bfp" mode attribute): Removed.  Every occurence replaced
8376         with <mode>.
8377         * config/s390/s390.c (struct "z10_cost"): Updated entries.
8378         * config/s390/2084.md (insn_reservation "x_itof"): Updated
8379         type attribute.
8380
8381 2008-08-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8382
8383         PR c/28152
8384         * c-parser.c (c_lex_one_token): Do not store the canonical spelling
8385         for keywords.
8386
8387 2008-08-14  Dorit Nuzman  <dorit@il.ibm.com>
8388
8389         * tree-vect-transform.c (vect_create_epilog_for_reduction): Takes an
8390         additional argument. Support reduction when duplication is needed due
8391         to data-types of different sizes in the loop.
8392         (get_initial_def_for_induction): Fix printout.
8393         (vect_get_vec_def_for_stmt_copy): Support case where the
8394         vec_stmt_for_operand is a phi node.
8395         (vectorizable_reduction): Support reduction when duplication is needed
8396         due to data-types of different sizes in the loop.
8397         (vectorizable_call): Remove restriction to not vectorize in case we
8398         have data-types of different sizes in the loop.
8399         (vectorizable_conversion): Likewise.
8400         (vectorizable_operation): Likewise.
8401         (vectorizable_type_demotion): Likewise.
8402         (vectorizable_type_promotion): Likewise.
8403         (vectorizable_induction): Add restriction to not vectorize in case
8404         we have data-types of different sizes in the loop.
8405
8406 2008-08-14  Christophe Saout  <christophe@saout.de>
8407             Uros Bizjak  <ubizjak@gmail.com>
8408
8409         PR target/37101
8410         * config/i386/sse.md (vec_concatv2di): Remove movlps alternative.
8411         (*vec_concatv2di_rex64_sse4_1): Ditto.
8412         (*vec_concatv2di_rex64_sse): Ditto.
8413
8414 2008-08-14  Jakub Jelinek  <jakub@redhat.com>
8415
8416         PR middle-end/37103
8417         * fold-const.c (fold_widened_comparison): Do not allow
8418         sign changes that change the result even if shorter type
8419         is wider than arg1_unw's type.
8420
8421 2008-08-13  Kazu Hirata  <kazu@codesourcery.com>
8422
8423         * gcc.dg/arm-g2.c, gcc.dg/arm-mmx-1.c, gcc.dg/arm-scd42-2.c:
8424         Skip if the multilib testing specifies -march that does not
8425         agree with the one specified in the testcase.
8426
8427 2008-08-13  Joseph Myers  <joseph@codesourcery.com>
8428
8429         * config/sparc/sparc.c (emit_soft_tfmode_cvt): Explicitly sign or
8430         zero extend SImode values being converted to TFmode before passing
8431         to libcalls.
8432
8433 2008-08-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8434
8435         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Predefine
8436         __PPU__ when targeting the Cell/B.E. PPU processor.
8437
8438 2008-08-13  Eric Botcazou  <ebotcazou@adacore.com>
8439
8440         * gimple.h (gimple_call_set_chain): Accept SSA variables.
8441         * tree-ssa-pre.c (create_component_ref_by_pieces_1) <CALL_EXPR>:
8442         Rematerialize the static chain, if any.
8443         * tree-ssa-sccvn.c (copy_reference_ops_from_call): Also copy the
8444         static chain.
8445
8446 2008-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8447
8448         * dwarf2out.c (dwarf_stack_op_name): Remove prototype.
8449         (new_loc_descr): Likewise.
8450         (add_loc_descr): Likewise.
8451         (size_of_loc_descr): Likewise.
8452         (size_of_locs): Likewise.
8453         (output_loc_operands): Likewise.
8454         (output_loc_sequence): Likewise.
8455         (new_reg_loc_descr): New.
8456         (build_cfa_loc): Use it.
8457         (build_cfa_aligned_loc): Likewise.
8458         (one_reg_loc_descriptor): Likewise.
8459         (based_loc_descr): Likewise.
8460
8461 2008-08-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8462
8463         PR 30551
8464         * doc/invoke.texi (Wmain): Update.
8465         * c-decl.c (start_decl): warn_main is only 0 or 1.
8466         (start_function): Likewise. Fix formatting.
8467         (finish_function): Delete redundant warning.
8468         * c.opt (Wmain): Add Var(warn_main) and Init(-1).
8469         * c-opts (c_common_handle_option): -Wall only has effect if
8470         warn_main is uninitialized. OPT_Wmain is automatically
8471         handled. -pedantic also enables Wmain.
8472         (c_common_post_options): Handle all logic for Wmain here.
8473         * c-common.c (warn_main): Delete.
8474         (check_main_parameter_types): Make pedwarns conditional on OPT_Wmain.
8475         * c-common.h (warn_main): Delete.
8476
8477 2008-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8478
8479         PR middle-end/36701
8480         * expr.c (emit_group_store): Allocate stack temp with the
8481         largest alignment when copying from register to stack.
8482
8483 2008-08-13  Richard Guenther  <rguenther@suse.de>
8484
8485         * tree.h (maybe_fold_offset_to_address): Declare.
8486         * tree-ssa-ccp.c (surely_varying_stmt_p): Fix typo in last commit.
8487         (ccp_fold): Handle pointer conversions the same as fold_stmt.
8488         Likewise for POINTER_PLUS_EXPR.
8489         (maybe_fold_offset_to_reference): Enable disabled code.
8490         (maybe_fold_offset_to_address): New function.
8491         (fold_stmt_r): Use it.
8492         (fold_gimple_assign): Likewise.
8493         * gimplify.c (gimplify_conversion): Use maybe_fold_offset_to_address.
8494         (gimplify_expr): Likewise.
8495
8496 2008-08-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8497
8498         * toplev.h (pedwarn_at): Fix declaration.
8499
8500 2008-08-13  Joseph Myers  <joseph@codesourcery.com>
8501
8502         * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
8503         LINK_SPEC): Use %R in -Y P argument.
8504
8505 2008-08-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8506
8507         PR c/15236
8508         * diagnostic.c (pedwarn_at): New.
8509         * toplev.h (pedwarn_at): Declare.
8510         * c-tree.h (build_enumerator): Update declaration.
8511         * c-decl.c (finish_enum): Update comment.
8512         (build_enumerator): Take a location parameter. Give a pedwarn but do
8513         not perform any conversion.
8514         * c-parser.c (c_parser_enum_specifier): Set correct location for
8515         enumerator.
8516
8517 2008-08-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8518
8519         PR 35635
8520         * c-common.c (conversion_warning): Use a switch. Ignore boolean
8521         expressions except for conversions to signed:1 bitfields. Handle
8522         COND_EXPR with constant operands.
8523
8524 2008-08-13  Richard Guenther  <rguenther@suse.de>
8525
8526         PR tree-optimization/15255
8527         * tree-ssa-reassoc.c (linearize_expr_tree): Declare.
8528         (struct oecount_s): New struct and VEC types.
8529         (cvec): New global.
8530         (oecount_hash): New function.
8531         (oecount_eq): Likewise.
8532         (oecount_cmp): Likewise.
8533         (zero_one_operation): New function.
8534         (build_and_add_sum): Likewise.
8535         (undistribute_ops_list): Perform un-distribution of multiplication
8536         and division on the chain of summands.
8537         (should_break_up_subtract): Also break up subtracts for factors.
8538         (reassociate_bb): Delete dead visited statements.
8539         Call undistribute_ops_list.  Re-sort and optimize if it did something.
8540         * passes.c (init_optimization_passes): Move DSE before
8541         reassociation.
8542         * tree-ssa-loop-niter.c (stmt_dominates_stmt_p): Correctly handle
8543         PHI nodes.
8544
8545 2008-08-12  Janis Johnson  <janis187@us.ibm.com>
8546
8547         * doc/invoke.texi (-fipa-pta): Say the option is experimental.
8548
8549         * doc/invoke.texi: Revert unintended checkin.
8550
8551 2008-08-12  Nathan Froyd  <froydnj@codesourcery.com>
8552
8553         PR libgomp/26165
8554         * gcc.c (include_spec_function): Tweak call to find_a_file.
8555
8556 2008-08-12  Jakub Jelinek  <jakub@redhat.com>
8557
8558         PR middle-end/37014
8559         * expr.c (expand_expr_real_1): Handle TRUTH_ANDIF_EXPR
8560         and TRUTH_ORIF_EXPR.
8561         * dojump.c (do_jump): Likewise.
8562
8563         PR tree-optimization/37084
8564         * tree-inline.c (copy_bb): Call gimple_regimplify_operands
8565         if id->regimplify, don't assume stmt is a cast assignment.
8566
8567 2008-08-12  Anatoly Sokolov  <aesok@post.ru>
8568
8569         * final.c (final_scan_insn): Use app_enable/app_disable functions.
8570
8571 2008-08-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8572
8573         PR bootstrap/37097
8574         * builtins.c (do_mpfr_bessel_n): Fix copy-and-paste bug introduced
8575         by last change.
8576
8577 2008-08-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8578
8579         * defaults.h (TARGET_FLOAT_FORMAT): Remove.
8580         (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT): Remove.
8581
8582         * config/alpha/alpha.h (TARGET_FLOAT_FORMAT): Remove.
8583         * config/iq2000/iq2000.h (TARGET_FLOAT_FORMAT): Remove.
8584         * config/pdp11/pdp11.h (TARGET_FLOAT_FORMAT): Remove.
8585         * config/score/score.h (TARGET_FLOAT_FORMAT): Remove.
8586         * config/vax/vax.h (TARGET_FLOAT_FORMAT): Remove.
8587
8588         * doc/tm.texi (Storage Layout): Remove documentation for
8589         TARGET_FLOAT_FORMAT.
8590
8591         * simplify-rtx.c (simplify_binary_operation_1): Replace
8592         TARGET_FLOAT_FORMAT check by appropriate HONOR_... checks.
8593
8594 2008-08-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8595
8596         * real.h (struct real_format): New member has_sign_dependent_rounding.
8597         * real.c (ieee_single_format, mips_single_format, motorola_single_format,
8598         spu_single_format, ieee_double_format, mips_double_format,
8599         motorola_double_format, ieee_extended_motorola_format,
8600         ieee_extended_intel_96_format, ieee_extended_intel_128_format,
8601         ieee_extended_intel_96_round_53_format, ibm_extended_format,
8602         mips_extended_format, ieee_quad_format, mips_quad_format,
8603         vax_f_format, vax_d_format, vax_g_format): Initialize it.
8604         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
8605
8606         * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES,
8607         MODE_HAS_SIGNED_ZEROS, MODE_HAS_SIGN_DEPENDENT_ROUNDING): Remove.
8608         * config/spu/spu.h (MODE_HAS_NANS, MODE_HAS_INFINITIES,
8609         MODE_HAS_SIGN_DEPENDENT_ROUNDING): Remove.
8610         (ROUND_TOWARDS_ZERO): Likewise.
8611
8612         * real.h (REAL_MODE_FORMAT): Protect MODE against macro expansion.
8613         (FLOAT_MODE_FORMAT): New macro.
8614         (REAL_MODE_FORMAT_COMPOSITE_P): Remove, replace by ...
8615         (MODE_COMPOSITE_P): ... this new macro.
8616         (MODE_HAS_NANS, MODE_HAS_INFINITIES, MODE_HAS_SIGNED_ZEROS,
8617         MODE_HAS_SIGN_DEPENDENT_ROUNDING): New macros.
8618         * machmode.h (GET_MODE_INNER): Cast result to enum machine_mode.
8619
8620         * flags.h: Include "real.h".
8621
8622         * fold-const.c (const_binop): Use MODE_COMPOSITE_P instead of
8623         REAL_MODE_FORMAT_COMPOSITE_P.
8624         * simplify-rtx.c (simplify_const_binary_operation): Likewise.
8625
8626         * doc/tm.texi (Storage Layout): Remove documentation of
8627         MODE_HAS_NANS, MODE_HAS_INFINITIES, MODE_HAS_SIGNED_ZEROS,
8628         MODE_HAS_SIGN_DEPENDENT_ROUNDING.  Update documentation of
8629         ROUND_TOWARDS_ZERO and LARGEST_EXPONENT_IS_NORMAL to clarify
8630         they only apply to libgcc2.a.
8631
8632 2008-08-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8633
8634         * config/spu/float_disf.c: New file.
8635         * config/spu/float_unsdisf.c: New file.
8636         * config/spu/t-elf (LIB2FUNCS_STATIC_EXTRA): Add them.
8637         (LIB2FUNCS_EXCLUDE): Define.
8638
8639 2008-08-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8640             Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8641
8642         * real.h (struct real_format): New member round_towards_zero.
8643         * real.c (round_for_format): Respect fmt->round_towards_zero.
8644         (ieee_single_format, mips_single_format, motorola_single_format,
8645         spu_single_format, ieee_double_format, mips_double_format,
8646         motorola_double_format, ieee_extended_motorola_format,
8647         ieee_extended_intel_96_format, ieee_extended_intel_128_format,
8648         ieee_extended_intel_96_round_53_format, ibm_extended_format,
8649         mips_extended_format, ieee_quad_format, mips_quad_format,
8650         vax_f_format, vax_d_format, vax_g_format): Initialize it.
8651         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
8652
8653         * builtins.s (do_mpfr_arg1): Consider round_towards_zero member of
8654         real_format to choose rounding mode when calling MPFR functions.
8655         (do_mpfr_arg2, do_mpfr_arg3, do_mpfr_sincos): Likewise.
8656         (do_mpfr_bessel_n, do_mpfr_remquo, do_mpfr_lgamma_r): Likewise.
8657
8658         * real.h (real_to_decimal_for_mode): Add prototype.
8659         * real.c (real_to_decimal_for_mode): Renames old real_to_decimal.
8660         Respect target rounding mode when generating decimal representation.
8661         (real_to_decimal): New stub for backwards compatibility.
8662         * c-cppbuiltin.c (builtin_define_with_hex_fp_value): Use
8663         real_to_decimal_for_mode instead of real_to_decimal.
8664
8665         * config/spu/spu.md ("floatdisf2", "floatunsdisf2"): New.
8666
8667 2008-08-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8668             Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8669
8670         * real.c (spu_single_format): New variable.
8671         * real.h (spu_single_format): Declare.
8672
8673         * config/spu/spu.c (spu_override_options): Install SFmode format.
8674         (spu_split_immediate): Use integer mode to operate on pieces of
8675         floating-point values in all cases.
8676
8677         * config/spu/spu.md (UNSPEC_FLOAT_EXTEND, UNSPEC_FLOAT_TRUNCATE): New.
8678         ("extendsfdf2"): Use UNSPEC_FLOAT_EXTEND instead of FLOAT_EXTEND.
8679         ("truncdfsf2"): Use UNSPEC_FLOAT_TRUNCATE instead of FLOAT_TRUNCATE.
8680
8681 2008-08-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8682
8683         * config/spu/spu.c (spu_safe_dma): Respect TARGET_SAFE_DMA.
8684
8685 2008-08-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8686
8687         * config/spu/spu.h (DWARF_FRAME_RETURN_COLUMN): Define.
8688
8689 2008-08-12  Jakub Jelinek  <jakub@redhat.com>
8690
8691         PR c++/36688
8692         * gimplify.c (gimplify_modify_expr_rhs): Test TREE_READONLY
8693         on the VAR_DECL instead of TYPE_READONLY on its type.
8694
8695 2008-08-12  Ira Rosen  <irar@il.ibm.com>
8696
8697         * tree-vectorizer.c: Depend on langhooks.h.
8698         (supportable_widening_operation): Add two arguments. Support double
8699         type conversions.
8700         (supportable_narrowing_operation): Likewise.
8701         * tree-vectorizer.h (supportable_widening_operation): Add two
8702         arguments.
8703         (supportable_narrowing_operation): Likewise.
8704         * tree-vect-patterns.c (vect_recog_widen_mult_pattern) : Call
8705         supportable_widening_operation with correct arguments.
8706         * tree-vect-transform.c (vectorizable_conversion): Likewise.
8707         (vectorizable_type_demotion): Support double type conversions.
8708         (vectorizable_type_promotion): Likewise.
8709         * Makefile.in (tree-vectorizer.o): Depend on langhooks.h.
8710
8711 2008-08-11  Michael Matz  <matz@suse.de>
8712
8713         * i386/i386.c (override_options): Move initialisation from
8714         flag_schedule_insns_after_reload to here from ...
8715         (optimization_options): ... here.
8716
8717 2008-08-11  Jakub Jelinek  <jakub@redhat.com>
8718
8719         PR rtl-optimization/36998
8720         * dwarf2out.c (compute_barrier_args_size_1,
8721         compute_barrier_args_size): Temporarily remove assertions.
8722
8723 2008-08-10  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8724
8725         PR middle-end/20644
8726         * tree-ssa.c (struct walk_data): Add new flag
8727         warn_possibly_uninitialized.
8728         (warn_uninitialized_var): Use it.
8729         (warn_uninitialized_vars): New.
8730         (execute_early_warn_uninitialized): Call it.
8731         (execute_late_warn_uninitialized): Likewise.
8732
8733 2008-08-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8734
8735         PR middle-end/36238
8736         * reload1.c (gen_reload): Guard calls to get_secondary_mem
8737         for memory subregs.
8738
8739 2008-08-09  Jan Hubicka  <jh@suse.cz>
8740
8741         PR target/37055
8742         * optabs.c (maybe_emit_unop_insn): Remove produced code if
8743         expansion failed.
8744         (expand_fix): Be prepared for expansion to fail.
8745         (expand_sfix_optab): Remove instructions if expansion failed.
8746
8747 2008-08-09  Anatoly Sokolov  <aesok@post.ru>
8748
8749         * config/avr/avr.c (avr_mcu_types): Move the AT43USB320 device to
8750         avr31 architecture.
8751         * config/avr/avr.h (CRT_BINUTILS_SPECS): (Ditto.).
8752         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
8753
8754 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
8755
8756         * config.gcc (mips*-*-linux*, mips64*-*-linux*): Add
8757         mips/t-libgcc-mips16 to tmake_file.
8758         * config/mips/mips-protos.h (mips_call_type): New enum.
8759         (mips_pic_base_register, mips_got_load): Declare.
8760         (mips_restore_gp): Take an rtx argument.
8761         (mips_use_pic_fn_addr_reg_p): Declare.
8762         (mips_expand_call): Replace the sibcall_p argument with
8763         a mips_call_type argument.  Add a lazy_p parameter.
8764         (mips_split_call): Declare.
8765         * config/mips/mips.h (MIPS16_PIC_TEMP_REGNUM): New macro.
8766         (MIPS16_PIC_TEMP): Likewise.
8767         (reg_class): Delete M16_NA_REGS.
8768         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
8769         (SYMBOL_FLAG_BIND_NOW, SYMBOL_REF_BIND_NOW_P): New macros.
8770         (mips_split_hi_p): Declare.
8771         * config/mips/mips.c (mips_split_hi_p): New array.
8772         (mips_regno_to_class): Change M16_NA_REGS entries to M16_REGS.
8773         (mips_got_symbol_type_p): New function.
8774         (mips_global_symbol_p): Check SYMBOL_REF_EXTERNAL_P.
8775         (mips16_stub_function_p): New function.
8776         (mips16_local_function_p): Likewise.
8777         (mips_use_pic_fn_addr_reg_p): Likewise.
8778         (mips_cannot_force_const_mem): Return false for HIGHs.
8779         Extend CONST_INT and symbolic handling to MIPS16, using
8780         mips_symbol_insns to check that the base symbol type is a
8781         legitimate constant.  Reject GOT-based constants if
8782         TARGET_MIPS16_PCREL_LOADS.
8783         (mips_const_insns): Check targetm.cannot_force_const_mem when
8784         decomposing a symbolic base and a large offset.
8785         (mips_emit_call_insn): Add ORIG_ADDR and ADDR parameters.
8786         When calling a function that needs $25 from MIPS16 code,
8787         move the target address into $25 separately and add a USE
8788         to the call insn.
8789         (mips16_gp_pseudo_reg): Insert the initializer immediately
8790         before the first real insn.
8791         (mips_pic_base_register, mips_got_load): New functions.
8792         (mips_split_symbol): Generalize the name of the LO_SUM_OUT
8793         parameter to LOW_OUT.  Say that it can be any valid SET_SRC
8794         when splitting a load-address operation.  Split SYMBOL_GOT_DISP
8795         constants and highs of SYMBOL_GOT_PAGE_OFST constants.
8796         (mips_call_tls_get_addr): Update the call to mips_expand_call,
8797         also passing NULL_RTX rather than const0_rtx as the aux argument.
8798         (mips_rewrite_small_data_p): Check mips_lo_relocs and mips_split_p
8799         instead of TARGET_EXPLICIT_RELOCS.
8800         (mips_ok_for_lazy_binding_p): Check SYMBOL_REF_BIND_NOW_P.
8801         (mips_load_call_address): Replace the sibcall_p argument with
8802         a mips_call_type argument.  Use mips_got_load.
8803         (mips16_local_alias): New structure.
8804         (mips16_local_aliases): New variable.
8805         (mips16_local_aliases_hash): New function.
8806         (mips16_local_aliases_eq): Likewise.
8807         (mips16_local_alias): Likewise.
8808         (mips16_stub_function): Likewise.
8809         (mips16_build_function_stub): Create a local alias for the target
8810         function.  Handle TARGET_ABICALLS.  For PIC abicalls, emit a
8811         .cpload directive and an R_MIPS_NONE relocation for the target
8812         function, then load the alias rather than the function itself.
8813         Wrap the non-PIC abicalls version in ".option pic0/.option pic2".
8814         (mips16_copy_fpr_return_value): Use mips16_stub_function and
8815         mips_expand_call.  Set SYMBOL_REF_BIND_NOW on the symbol.
8816         (mips16_build_call_stub): Replace the FN parameter with an
8817         FN_PTR parameter.  Force the address into a register if it
8818         isn't a call_insn_operand; don't rely on the caller to do this.
8819         If a call to a locally-defined and locally-binding MIPS16
8820         function must be made indirectly, redirect the call to the
8821         function's local alias.  Use mips16_stub_function_p,
8822         mips16_stub_function, mips_expand_call and use_reg.
8823         Set SYMBOL_FLAG_BIND_NOW on __mips_call_* symbols.
8824         Use explicit %hi and %lo accesses where possible.
8825         Use MIPS_CALL to generate the correct code form of a
8826         jal instruction.  Add clobbers of $18 instead of uses.
8827         Update the call to mips_emit_call_insn.
8828         (mips_expand_call): Replace the SIBCALL_P argument with a
8829         mips_call_type argument and handle the new MIPS_CALL_EPILOGUE value.
8830         Take a LAZY_P parameter.  Call mips16_build_call_stub first,
8831         allowing it to modify the call address.  Update the calls to
8832         mips_load_call_address and mips_emit_call_insn.
8833         (mips_split_call): New function.
8834         (mips_init_relocs): Clear mips_split_hi_p.  Only use %gp_rel if
8835         !TARGET_MIPS16.  Split SYMBOL_GOT_DISP, and the high parts of
8836         SYMBOL_GOT_PAGE_OFST, for MIPS16 code.
8837         (mips_global_pointer): Check mips16_cfun_returns_in_fpr_p.
8838         (mips_extra_live_on_entry): Include MIPS16_PIC_TEMP_REGNUM
8839         if TARGET_MIPS16.
8840         (mips_cprestore_slot): New function.
8841         (mips_restore_gp): Take a TEMP parameter.  Handle TARGET_MIPS16
8842         and use mips_cprestore_slot.
8843         (mips_output_function_prologue): Handle TARGET_MIPS16 for
8844         LOADGP_OLDABI.
8845         (mips_emit_loadgp): Move into MIPS16_PIC_TEMP for MIPS16,
8846         then use a copygp_mips16 instruction to set up $28.
8847         (mips_expand_prologue): Initialize the cprestore slot for MIPS16 too.
8848         (mips16_lay_out_constants): Call split_all_insns_noflow.
8849         (mips_reorg_process_insns): Explicitly set all_noreorder_p to
8850         false if TARGET_MIPS16.
8851         (mips_reorg): Don't call vr4130_align_insns if TARGET_MIPS16.
8852         (mips_output_mi_thunk): Use mips_got_symbol_type_p.  Use the
8853         mips_dangerous_for_la25_p approach for MIPS16 PIC calls too.
8854         (mips_set_mips16_mode): Always set MASK_EXPLICIT_RELOCS for
8855         MIPS16 code.  Allow MIPS16 o32 PIC.
8856         (mips_override_options): Allow MIPS16 o32 PIC.
8857         * config/mips/mips.md: Lower CONST_GP_P moves into register moves
8858         after reload if TARGET_USE_GOT.
8859         (UNSPEC_COPYGP): New constant.
8860         (length): Use a default length of 8 for MIPS16 GOT loads.
8861         (*got_disp<mode>): Check mips_split_p instead of TARGET_XGOT.
8862         (*got_page<mode>): Check mips_split_hi_p.
8863         (*got_disp<mode>, *got_page<mode>): Use mips_got_load.
8864         (unspec_got<mode>, unspec_call<mode>): New expanders.
8865         (load_got<mode>, load_call<mode>): Remove the length attributes.
8866         Use a got attribute instead of a type attribute.
8867         (copygp_mips16): New insn.
8868         (restore_gp): Add a scratch clobber and pass it to mips_restore_gp.
8869         (load_call<mode>): Use a "d" constraint instead of an "r" constraint.
8870         (sibcall, sibcall_value, call, call_value): Update the calls
8871         to mips_expand_call.
8872         (call_internal, call_value_internal): Use mips_split_call.
8873         (call_value_multiple_internal): Likewise.
8874         (call_split): Move after call_internal (the insn it is split from).
8875         (call_internal_direct, call_value_internal_direct): Turn into
8876         define_insn_and_splits.  Split if TARGET_SPLIT_CALLS.
8877         (call_direct_split, call_value_direct_split): New patterns.
8878         * config/mips/constraints.md (c): Handle TARGET_MIPS16 first
8879         and use M16_REGS instead of M16_NA_REGS.
8880         * config/mips/predicates.md (const_call_insn_operand): Replace
8881         the TARGET_ABSOLUTE_ABICALLS-based check with a more general
8882         mips_use_pic_fn_addr_reg_p check.
8883         (move_operand): Reject HIGHs if mips_split_hi_p.
8884         * config/mips/mips16.S: Assembly as empty if the ABI is not suitable.
8885         (__mips16_floatunsisf): Inline __mips16_floatsisf.
8886         (CALL_STUB_NO_RET, CALL_STUB_REG): Copy the target register to $25.
8887         * config/mips/libgcc-mips16.ver: New file.
8888         * config/mips/t-libgcc-mips16 (SHLIB_MAPFILES): Add
8889         $(srcdir)/config/mips/libgcc-mips16.ver.
8890
8891 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
8892
8893         * config/mips/mips.c (mips_unspec_address_offset): Move earlier
8894         in file.
8895         (mips_unspec_address, mips_unspec_offset_high): Likewise.
8896         (mips_ok_for_lazy_binding_p, mips_load_call_address): Likewise.
8897         (mips16_cfun_returns_in_fpr_p): Likewise.
8898
8899 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
8900
8901         * config/mips/mips.h (MASK_RETURN_ADDR): Expand commentary.
8902         * config/mips/linux-unwind.h (mips_fallback_frame_state): Add 2
8903         rather than 4 to PC.
8904
8905 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
8906
8907         * config/mips/mips.h (STATIC_CHAIN_REGNUM): Remap to $15.
8908         (FUNCTION_PROFILER): Save the static chain pointer into $2
8909         beforehand and restore it aftewards.
8910         (TRAMPOLINE_TEMPLATE): Adjust accordingly.  Load the target
8911         address directly into $25 and call the function through $25;
8912         do not clobber $3.  Pad the DImode version to cover the space
8913         left by the deleted $25 <- $3 move.
8914         (TRAMPOLINE_SIZE): Adjust the size of the SImode version after
8915         the removal of the $25 <- $3 move.
8916         (INITIALIZE_TRAMPOLINE): Update offsets accordingly.
8917         * config/mips/sdemtk.h (FUNCTION_PROFILER): As for mips.h.
8918
8919 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
8920             Daniel Jacobowitz  <dan@codesourcery.com>
8921
8922         * config/mips/mips.h (FUNCTION_NAME_ALREADY_DECLARED): Delete.
8923         * config/mips/linux.h (ASM_DECLARE_FUNCTION_NAME): Delete.
8924         (ASM_DECLARE_FUNCTION_SIZE, FUNCTION_NAME_ALREADY_DECLARED): Delete.
8925         * config/mips/mips.c (mips_start_function_definition): New function.
8926         (mips_end_function_definition): Likewise.
8927         (mips_output_function_prologue): Use mips_start_function_definition.
8928         (mips_output_function_epilogue): Use mips_end_function_definition.
8929         (build_mips16_function_stub): Use mips_start_function_definition
8930         and mips_end_function_definition.
8931         (build_mips16_call_stub): Likewise.
8932
8933 2008-08-09  Richard Guenther  <rguenther@suse.de>
8934
8935         * gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.
8936         * gimple.h (gimple_call_fn): Adjust comment.
8937         (gimple_call_set_fndecl): New function.
8938         (gimple_call_fndecl): Adjust for GIMPLE_CALL no
8939         longer having bare FUNCTION_DECL operand.
8940         (gimple_call_return_type): Likewise.
8941         * tree-cfg.c (verify_stmt): Verify function operand of a GIMPLE_CALL.
8942
8943         * value-prof.c (gimple_divmod_fixed_value): Do not emit labels.
8944         (gimple_mod_pow2): Likewise.
8945         (gimple_mod_subtract): Likewise.
8946         (gimple_ic): Likewise.
8947         (gimple_stringop_fixed_value): Likewise.
8948         (gimple_indirect_call_to_profile): Fix for GIMPLE_CALL no
8949         longer having bare FUNCTION_DECL operand.
8950         * ipa-cp.c (ipcp_update_callgraph): Use gimple_call_set_fndecl.
8951         * omp-low.c (optimize_omp_library_calls): Likewise.
8952         * cgraphunit.c (update_call_expr): Likewise.
8953         * tree-ssa-math-opts.c (execute_cse_reciprocals): Likewise.
8954         (execute_convert_to_rsqrt): Likewise.
8955         * cfgexpand.c (gimple_to_tree): Simplify.
8956         (release_stmt_tree): Fix for GIMPLE_CALL no longer having
8957         bare FUNCTION_DECL operand.
8958         * tree-nested.c (init_tmp_var_with_call): Use gimple_call_return_type.
8959         (convert_gimple_call): Use gimple_call_fndecl.
8960         * c-common.c (c_warn_unused_result): Likewise.
8961
8962 2008-08-09  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8963
8964         PR c/17880
8965         * c-typeck.c (digest_init): Call verify_sequence_points from here.
8966         (c_finish_return): Likewise.
8967         (c_start_case): Likewise.
8968         * c-common.c (warn_for_collisions_1): Use explicit location in warning.
8969         * c-parser.c (c_parser_condition): New. Call
8970         verify_sequence_points.
8971         (c_parser_paren_condition): Call c_parser_condition.
8972         (c_parser_for_statement): Call c_parser_condition.
8973
8974 2008-08-09  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8975
8976         PR 36901
8977         * diagnostic.def (DK_PEDWARN, DK_PERMERROR): New.
8978         * diagnostic.c (pedantic_warning_kind, permissive_error_kind):
8979         Moved from diagnostic.h
8980         (diagnostic_report_diagnostic): Return bool. Handle DK_PEDWARN and
8981         DK_PERMERROR.
8982         (emit_diagnostic): New.
8983         (warning0, pedwarn0): Delete.
8984         (warning, warning_at, pedwarn, permerror): Return bool.
8985         * diagnostic.h (pedantic_warning_kind, permissive_error_kind):
8986         Moved to diagnostic.c.
8987         (struct diagnostic_context): Use correct type for
8988         classify_diagnostic.
8989         (diagnostic_report_diagnostic): Update declaration.
8990         (emit_diagnostic): Declare.
8991         * errors.c (warning): Return bool.
8992         * errors.h (warning): Update declaration.
8993         * toplev.h (warning0, pedwarn0): Delete.
8994         (warning, warning_at, pedwarn, permerror): Return bool.
8995         * c-errors.c (pedwarn_c99, pedwarn_c90): Use DK_PEDWARN.
8996         * c-decl.c (locate_old_decl): Delete 'diag' argument. Always use
8997         inform. Update all calls.
8998         (diagnose_mismatched_decls): Check return value of warning/pedwarn
8999         before giving informative note.
9000         (implicit_decl_warning): Likewise.
9001         * c-typeck.c (build_function_call): Likewise.
9002         * tree-sssa.c (warn_uninit): Likewise.
9003         * builtins.c (gimplify_va_arg_expr): Likewise.
9004
9005 2008-08-09  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9006
9007         PR 7651
9008         * doc/invoke.texi (-Wextra): Move warning from here...
9009         (-Wuninitialized): ... to here.
9010
9011 2008-08-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9012
9013         PR 28875
9014         * flags.h (set_Wunused): Delete
9015         * toplev.c (process_options): Handle Wunused flags here.
9016         * opts.c (maybe_warn_unused_parameter): Delete.
9017         (common_handle_option): Replace set_Wunused by warn_unused.
9018         (set_Wextra): Do not handle Wunused-parameter here.
9019         (set_Wunused): Delete.
9020         * c-opts.c (c_common_handle_option): Replace set_Wunused by
9021         warn_unused.
9022         * common.opt (Wunused): Add Var and Init.
9023         (Wunused-function): Likewise.
9024         (Wunused-label): Likewise.
9025         (Wunused-parameter): Likewise.
9026         (Wunused-value): Likewise.
9027         (Wunused-variable): Likewise.
9028
9029 2008-08-08  Peter Bergner  <bergner@vnet.ibm.com>
9030
9031         * doc/invoke.texi: Add cpu_type power7.
9032         * config.in (HAVE_AS_VSX): New.
9033         * config.gcc: Add cpu_type power7.
9034         * configure.ac (HAVE_AS_VSX): Check for assembler support of the
9035         VSX instructions.
9036         * configure: Regenerate.
9037         * config/rs6000/rs6000.c (rs6000_override_options): Alias power7 to
9038         power5.
9039         * config/rs6000/rs6000.h (ASM_CPU_POWER7_SPEC): Define.
9040         (ASM_CPU_SPEC): Pass %(asm_cpu_power7) for -mcpu=power7.
9041         (EXTRA_SPECS): Add asm_cpu_power7 spec string.
9042
9043 2008-08-08  Dorit Nuzman  <dorit@il.ibm.com>
9044
9045         * tree-vect-transform.c (vectorizable_conversion): Pass the integral
9046         type to vectorize.builtin_conversion.
9047         (vectorizable_conversion): Likewise.
9048         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Always takes
9049         integral type as input.
9050         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Add case for
9051         FIX_TRUNC_EXPR.
9052         (rs6000_expand_builtin): Add case for ALTIVEC_BUILTIN_VCTUXS
9053         and ALTIVEC_BUILTIN_VCTSXS.
9054         (rs6000_builtin_mul_widen_even. rs6000_builtin_mul_widen_odd): Fix
9055         formatting.
9056
9057 2008-08-08  Richard Guenther  <rguenther@suse.de>
9058
9059         * tree-ssa-ccp.c (likely_value): Calls are not all varying.
9060         (surely_varying_stmt_p): Calls are varying only if they are
9061         non-builtin and not indirect or have no result.
9062         (ccp_fold): Re-instantiate code before the tuples merge.
9063
9064 2008-08-08  Richard Guenther  <rguenther@suse.de>
9065
9066         PR tree-optimization/37056
9067         * gimple.h (gimple_assign_rhs_class): New helper function.
9068         * tree-ssa-loop-niter.c (get_val_for): Fix tuplification, handle
9069         unary operations properly.
9070
9071 2008-08-07  Jan Hubicka  <jh@suse.cz>
9072
9073         * i386.h (ix86_size_cost): Declare.
9074         (ix86_cur_cost): New function macro.
9075         * i386.md (peepholes expanding size and splitters): Predicate by
9076         optimize_insn_for_speed_p.
9077         (peepholes reduce size and splitters): Predicate by
9078         optimize_insn_for_size_p.
9079         * i386.c (ix86_size_cost): Rename from ...
9080         (size_cost): This one.
9081         (override_options): Update.
9082         (decide_alg): Likewise.
9083         (ix86_expand_clear): Use RTL profile.
9084         (ix86_pad_returns): Use RTL profile.
9085
9086 2008-08-07  Jan Hubicka  <jh@suse.cz>
9087
9088         * recog.c (split_all_insns): Set RTL profile
9089         (peephole2_optimize): Likewise.
9090         * function.c (thread_prologue_and_epilogue_insns): Likewise.
9091         * combine.c (combine_instructions): Likewise.
9092
9093 2008-08-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9094
9095         * c-common.c (c_common_reswords): Also warn about keyword "bool".
9096
9097 2008-08-07  Bob Wilson  <bob.wilson@acm.org>
9098
9099         * config/xtensa/xtensa.c (xtensa_copy_incoming_a7): Copy incoming
9100         value in a6 after the set_frame_ptr insn.
9101
9102 2008-08-07  Richard Henderson  <rth@redhat.com>
9103
9104         PR debug/37033
9105         * gcc.c (cpp_options): Pass along -g*.
9106
9107 2008-08-07  Joseph Myers  <joseph@codesourcery.com>
9108
9109         * config/arm/arm.c (output_move_neon): Update comment describing
9110         big-endian vector layout.
9111         (arm_assemble_integer): Do not handle big-endian NEON vectors
9112         specially.
9113         * config/arm/neon.md (vec_set<mode>_internal, vec_extract<mode>,
9114         neon_vget_lane<mode>_sext_internal,
9115         neon_vget_lane<mode>_zext_internal, neon_vget_lane<mode>): Adjust
9116         element indices for big-endian.
9117
9118 2008-08-07  Richard Henderson  <rth@redhat.com>
9119
9120         * configure.ac (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): New.
9121         * configure, config.in: Rebuild.
9122         * debug.h (dwarf2out_do_cfi_asm): Declare.
9123         * c-cppbuiltin.c (c_cpp_builtins): Use it.
9124         * dwarf2out.c (dwarf2out_do_cfi_asm): New.
9125         (dwarf2out_cfi_label, add_fde_cfi, output_call_frame_info,
9126         dwarf2out_begin_prologue, dwarf2out_end_epilogue): Use it.
9127
9128 2008-08-07  Joseph Myers  <joseph@codesourcery.com>
9129
9130         * config/arm/iwmmxt.md (movv8qi_internal, movv4hi_internal,
9131         movv2si_internal): Combine into mov<mode>_internal.
9132         (movv2si_internal_2): Remove.
9133
9134 2008-08-07  Jan Hubicka  <jh@suse.cz>
9135
9136         PR target/37048
9137         * i386.md (single stringop patterns): Enable unconditionally.
9138
9139 2008-08-07  H.J. Lu  <hongjiu.lu@intel.com>
9140
9141         PR target/36992
9142         * config/i386/emmintrin.h (_mm_move_epi64): Use __builtin_ia32_movq128.
9143
9144         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVQ128.
9145         (bdesc_args): Add IX86_BUILTIN_MOVQ128.
9146
9147         * config/i386/sse.md (sse2_movq128): New.
9148
9149         * doc/extend.texi: Document __builtin_ia32_movq128.
9150
9151 2008-08-07  Richard Guenther  <rguenther@suse.de>
9152
9153         PR middle-end/37042
9154         * tree-ssa-alias-warnings.c (nonstandard_alias_p): Ref-all
9155         pointers can access anything.
9156
9157 2008-08-06  Jan Hubicka  <jh@suse.cz>
9158
9159         * optabs.c (emit_unop_insn): Break out to ...
9160         (maybe_emit_unop_insn): ... this one.
9161         (expand_sfix_optab): Use maybe variant.
9162         * optabs.h (maybe_emit_unop_insn): Declare.
9163
9164         * i386.md (mov0 patterns): Enable by default.
9165         (FP conversion expanders): Disable expansion of code expanding
9166         sequences when instruction should be optimized for size.
9167         (single strinop patterns): Enable when optimizing for size.
9168         (string expanders): Disable expanding of code expanding sequences
9169         when optimizning instruction for size.
9170         * i386.c (ix86_expand_vector_move_misalign): Do code size optimization
9171         per BB basis.
9172         (ix86_fp_comparison_sahf_cost): Likewise.
9173         (ix86_expand_branch): Likewise.
9174         (ix86_expand_ashl_const): Likewise.
9175         (ix86_split_ashl): Likewise.
9176         (ix86_expand_strlen): Likewise.
9177         (ix86_emit_fp_unordered_jump): Likewie.
9178
9179 2008-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9180
9181         * c-common.c: Fix typo.
9182         (c_common_reswords): Activate more C++ keyword warnings.
9183
9184         * matrix-reorg.c (compute_offset): Avoid C++ keywords.
9185
9186 2008-08-06  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9187
9188         PR 26785
9189         * diagnostic.c (permerror_at): New.
9190         * toplev.h (permerror_at): Declare.
9191
9192 2008-08-06  Victor Kaplansky  <victork@il.ibm.com>
9193             Ira Rosen  <irar@il.ibm.com>
9194
9195         * tree-vect-transform.c (vect_model_simple_cost): Return
9196         immediately if stmt is pure SLP.
9197         (vect_model_store_cost): Ditto.
9198         (vect_model_load_cost): Ditto.
9199         (vectorizable_store): Remove PURE_SLP check before call
9200         to vect_model_store_cost.
9201         (vect_model_store_cost): When checking whether stmt describe
9202         strided access, add a check that it is not slp_node.
9203
9204 2008-08-06  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9205
9206         PR 8715
9207         * c-common.c (warn_for_sign_compare): New. Handle separately the
9208         case that 'constant' is zero.
9209         * c-typeck.c (build_binary_op): Move code to c-common.c
9210
9211 2008-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9212
9213         * config/alpha/alpha.c (alpha_preferred_reload_class,
9214         alpha_secondary_reload, alpha_emit_set_const_1, function_value,
9215         alpha_output_mi_thunk_osf): Avoid C++ keywords.
9216         * config/arm/arm.c (output_move_vfp, output_move_neon): Likewise.
9217         * config/arm/arm.md: Likewise.
9218         * config/avr/avr-protos.h (preferred_reload_class,
9219         test_hard_reg_class, avr_simplify_comparison_p,
9220         out_shift_with_cnt, class_max_nregs): Likewise.
9221         * config/avr/avr.c (class_max_nregs, avr_simplify_comparison_p,
9222         output_movqi, output_movhi, output_movsisf, out_shift_with_cnt,
9223         preferred_reload_class, test_hard_reg_class): Likewise.
9224         * config/bfin/bfin.c (legitimize_pic_address, hard_regno_mode_ok,
9225         bfin_memory_move_cost, bfin_secondary_reload,
9226         bfin_output_mi_thunk): Likewise.
9227         * config/crx/crx.c (crx_secondary_reload_class,
9228         crx_memory_move_cost): Likewise.
9229         * config/frv/frv-protos.h (frv_secondary_reload_class,
9230         frv_class_likely_spilled_p, frv_class_max_nregs): Likewise.
9231         * config/frv/frv.c (frv_override_options, frv_alloc_temp_reg,
9232         frv_secondary_reload_class, frv_class_likely_spilled_p,
9233         frv_class_max_nregs): Likewise.
9234         * config/h8300/h8300.c (h8300_classify_operand,
9235         h8300_unary_length, h8300_bitfield_length, h8300_asm_insn_count):
9236         Likewise.
9237         * config/i386/winnt.c (i386_pe_declare_function_type): Likewise.
9238         * config/ia64/ia64.c (ia64_preferred_reload_class,
9239         ia64_secondary_reload_class, ia64_output_mi_thunk): Likewise.
9240         * config/iq2000/iq2000.c (gen_int_relational): Likewise.
9241         * config/m32c/m32c.c (class_can_hold_mode, m32c_output_compare):
9242         Likewise.
9243         * config/m68hc11/m68hc11.c (preferred_reload_class,
9244         m68hc11_memory_move_cost): Likewise.
9245         * config/mcore/mcore.c (mcore_secondary_reload_class,
9246         mcore_reload_class): Likewise.
9247         * config/mips/mips.c (mips_hard_regno_mode_ok_p,
9248         mips_class_max_nregs, mips_cannot_change_mode_class,
9249         mips_preferred_reload_class, mips_secondary_reload_class,
9250         mips_output_mi_thunk): Likewise.
9251         * config/mmix/mmix.c (mmix_preferred_reload_class,
9252         mmix_preferred_output_reload_class, mmix_secondary_reload_class):
9253         Likewise.
9254         * config/mn10300/mn10300.c (mn10300_secondary_reload_class):
9255         Likewise.
9256         * config/pa/pa.c (pa_secondary_reload, pa_combine_instructions,
9257         pa_can_combine_p, pa_cannot_change_mode_class): Likewise.
9258         * config/pa/pa.h (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
9259         * config/rs6000/rs6000.c (paired_expand_vector_init,
9260         rs6000_secondary_reload_class, rs6000_output_mi_thunk,
9261         compare_section_name, rs6000_memory_move_cost): Likewise.
9262         * config/s390/s390.c (s390_emit_compare_and_swap,
9263         s390_preferred_reload_class, s390_secondary_reload,
9264         legitimize_pic_address, legitimize_tls_address,
9265         legitimize_reload_address, s390_expand_cs_hqi, s390_expand_atomic,
9266         s390_class_max_nregs): Likewise.
9267         * config/s390/s390.h (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
9268         * config/s390/s390.md: Likewise.
9269         * config/score/score-protos.h (score_secondary_reload_class,
9270         score_preferred_reload_class): Likewise.
9271         * config/score/score.c (score_preferred_reload_class,
9272         score_secondary_reload_class): Likewise.
9273         * config/score/score3.c (score3_output_mi_thunk,
9274         score3_preferred_reload_class, score3_secondary_reload_class,
9275         score3_hard_regno_mode_ok): Likewise.
9276         * config/score/score3.h (score3_preferred_reload_class,
9277         score3_secondary_reload_class): Likewise.
9278         * config/score/score7.c (score7_output_mi_thunk,
9279         score7_preferred_reload_class, score7_secondary_reload_class,
9280         score7_hard_regno_mode_ok): Likewise.
9281         * config/score/score7.h (score7_preferred_reload_class,
9282         score7_secondary_reload_class): Likewise.
9283         * config/sh/sh.c (prepare_move_operands, output_far_jump,
9284         output_branchy_insn, add_constant, gen_block_redirect,
9285         sh_insn_length_adjustment, sh_cannot_change_mode_class,
9286         sh_output_mi_thunk, replace_n_hard_rtx, sh_secondary_reload): Likewise.
9287         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
9288         * config/stormy16/stormy16.c (xstormy16_output_cbranch_hi,
9289         xstormy16_output_cbranch_si, xstormy16_secondary_reload_class,
9290         xstormy16_preferred_reload_class): Likewise.
9291         * config/xtensa/xtensa.c (xtensa_expand_compare_and_swap,
9292         xtensa_expand_atomic, override_options,
9293         xtensa_preferred_reload_class, xtensa_secondary_reload_class):
9294         Likewise.
9295         * reorg.c (try_merge_delay_insns): Likewise.
9296         * tree.c (merge_dllimport_decl_attributes): Likewise.
9297
9298         * config/frv/frv.c (frv_print_operand): Change isalpha to ISALPHA.
9299
9300 2008-08-06  Michael Matz  <matz@suse.de>
9301
9302         * Makefile.in (write_entries_to_file): Quote words.
9303         * gengtype.c: (read_input_line): Skip over leading white-space.
9304
9305 2008-08-06  Marc Gauthier  <marc@tensilica.com>
9306
9307         * config.gcc: Match more processor names for Xtensa.
9308         * configure.ac: Likewise.
9309         * doc/install.texi (Specific): Likewise.
9310         * configure: Regenerate.
9311
9312 2008-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9313
9314         * builtins.c (expand_builtin_profile_func): Avoid C++ keywords.
9315         * calls.c (avoid_likely_spilled_reg): Likewise.
9316         * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
9317         * cgraph.c (cgraph_clone_edge, cgraph_clone_node): Likewise.
9318         * config/i386/i386.c (ix86_expand_special_args_builtin,
9319         ix86_secondary_reload): Likewise.
9320         * except.c (struct eh_region, gen_eh_region_catch,
9321         remove_unreachable_regions, duplicate_eh_regions,
9322         assign_filter_values, build_post_landing_pads,
9323         sjlj_find_directly_reachable_regions, remove_eh_handler,
9324         reachable_next_level, foreach_reachable_handler,
9325         can_throw_internal_1, can_throw_external_1,
9326         collect_one_action_chain): Likewise.
9327         * expr.c (expand_expr_real_1, vector_mode_valid_p): Likewise.
9328         * fold-const.c (twoval_comparison_p, eval_subst): Likewise.
9329         * function.c (update_temp_slot_address, instantiate_new_reg,
9330         instantiate_virtual_regs_in_rtx,
9331         instantiate_virtual_regs_in_insn): Likewise.
9332         * gimple.c (extract_ops_from_tree, gimple_seq_copy): Likewise.
9333         * gimplify.c (gimplify_call_expr, gimplify_init_constructor,
9334         gimplify_cleanup_point_expr): Likewise.
9335         * ipa-cp.c (ipcp_lattice_changed): Likewise.
9336         * passes.c (next_pass_1): Likewise.
9337         * print-tree.c (print_node_brief, print_node): Likewise.
9338         * profile.c (branch_prob): Likewise.
9339         * tree-dump.c (dump_register): Likewise.
9340         * tree-eh.c (replace_goto_queue_cond_clause, lower_catch):
9341         Likewise.
9342         * tree-inline.c (remap_ssa_name, remap_type_1, remap_blocks,
9343         copy_statement_list, remap_gimple_op_r, copy_tree_body_r,
9344         copy_edges_for_bb, copy_cfg_body, copy_tree_r,
9345         copy_arguments_for_versioning, copy_static_chain): Likewise.
9346         * tree-into-ssa.c (names_replaced_by, add_to_repl_tbl,
9347         add_new_name_mapping, register_new_name_mapping): Likewise.
9348         * tree-mudflap.c (mf_xform_derefs): Likewise.
9349         * tree-predcom.c (struct chain, dump_chain, replace_ref_with,
9350         get_init_expr, combine_chains): Likewise.
9351         * tree-pretty-print.c (dump_generic_node): Likewise.
9352         * tree-ssa-structalias.c (create_variable_info_for): Likewise.
9353         * tree-vrp.c (simplify_cond_using_ranges): Likewise.
9354         * tree.c (substitute_in_expr, iterative_hash_expr): Likewise.
9355         * value-prof.c (gimple_duplicate_stmt_histograms): Likewise.
9356
9357 2008-08-06  H.J. Lu  <hongjiu.lu@intel.com>
9358
9359         PR middle-end/37010
9360         * calls.c (expand_call): Use the biggest preferred stack
9361         boundary.
9362
9363 2008-08-06  Michael Matz  <matz@suse.de>
9364
9365         PR target/36613
9366         * reload.c (push_reload): Merge in,out,in_reg,out_reg members
9367         for reused reload, instead of overwriting them.
9368
9369 2008-08-06  H.J. Lu  <hongjiu.lu@intel.com>
9370
9371         PR middle-end/37009
9372         * cfgexpand.c (expand_stack_alignment): Check parm_stack_boundary
9373         for incoming stack boundary.
9374
9375         * function.c (assign_parm_find_entry_rtl): Update
9376         parm_stack_boundary.
9377
9378         * function.h (rtl_data): Add parm_stack_boundary.
9379
9380         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Check
9381         parm_stack_boundary for incoming stack boundary.
9382
9383 2008-08-06  Joseph Myers  <joseph@codesourcery.com>
9384
9385         * jump.c (rtx_renumbered_equal_p): Do not call subreg_regno_offset
9386         for unrepresentable subregs or treat them as equal to other regs
9387         or subregs with the same register number.
9388
9389 2008-08-06  Aldy Hernandez  <aldyh@redhat.com>
9390
9391         PR middle-end/35432
9392         * gimplify.c (gimplify_modify_expr): Do not optimize zero-sized types
9393         if want_value.
9394
9395 2008-08-06  Jan Hubicka  <jh@suse.cz>
9396
9397         * predict.c (maybe_hot_frequency_p): When profile is absent, all
9398         frequencies might be hot.
9399
9400 2008-08-06  Andreas Krebbel  <krebbel1@de.ibm.com>
9401
9402         * reload.c (find_reloads): Force constants into literal pool
9403         also if they are wrapped in a SUBREG.
9404
9405 2008-08-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
9406
9407         PR target/35659
9408         * haifa-sched.c (sched_insn_is_legitimate_for_speculation_p): Move ...
9409         * sched-deps.c (sched_insn_is_legitimate_for_speculation_p): ... here.
9410         Don't allow predicated instructions for data speculation.
9411         * sched-int.h (sched_insn_is_legitimate_for_speculation_p): Move
9412         declaration.
9413
9414 2008-08-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
9415
9416         * haifa-sched.c (extend_global): Split to extend_global_data and
9417         extend_region_data.  Update all uses.
9418         (extend_all): Rename to extend_block_data.
9419
9420 2008-08-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
9421
9422         * sched-rgn.c (new_ready): Check if instruction can be
9423         speculatively scheduled before attempting speculation.
9424         (debug_rgn_dependencies): Remove wrongful assert.
9425
9426 2008-08-05  Bob Wilson  <bob.wilson@acm.org>
9427
9428         * config/xtensa/t-xtensa: Remove dependency for gt-xtensa.h.
9429
9430 2008-08-05  Bob Wilson  <bob.wilson@acm.org>
9431
9432         * config/xtensa/xtensa.c (xtensa_va_start): Unshare valist.
9433         (xtensa_gimplify_va_arg_expr): Unshare valist, orig_ndx, ndx, array,
9434         va_size, and type_size.
9435
9436 2008-08-04  Jason Merrill  <jason@redhat.com>
9437
9438         PR c++/37016
9439         * tree-ssa.c (useless_type_conversion_p_1): Call langhook
9440         if TYPE_STRUCTURAL_EQUALITY_P is true for both types.
9441
9442 2008-08-05  Richard Henderson  <rth@redhat.com>
9443
9444         * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Check .cfi_personality.
9445         * configure: Rebuild.
9446
9447 2008-08-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9448
9449         PR tree-opt/37024
9450         * tree-tailcall.c (process_assignment): Use gimple_assign_cast_p
9451         instead of IS_CONVERT_EXPR_CODE_P for seeing if the assignment
9452         is a conversion.
9453
9454 2008-08-05  Richard Henderson  <rth@redhat.com>
9455
9456         * Makefile.in (c-cppbuiltin.o): Depend on debug.h.
9457         * c-cppbuiltin.c (c_cpp_builtins): Define __GCC_HAVE_DWARF2_CFI_ASM.
9458         * doc/cpp.texi (__GCC_HAVE_DWARF2_CFI_ASM): Document it.
9459         * common.opt (fdwarf2-cfi-asm): New.
9460         * configure.ac (HAVE_GAS_CFI_DIRECTIVE): New.
9461         * config.in, configure: Rebuild.
9462         * dwarf2asm.c (dw2_asm_output_data_raw): New.
9463         (dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_sleb128_raw):
9464         New.
9465         (dw2_force_const_mem): Externalize.
9466         * dwarf2asm.h: Update.
9467         * dwarf2out.c (dwarf2out_cfi_label): If flag_dwarf2_cfi_asm, don't
9468         generate a real label.
9469         (output_cfi_directive): New.
9470         (add_fde_cfi): If flag_dwarf2_cfi_asm, use it.
9471         (output_call_frame_info): Do nothing if flag_dwarf2_cfi_asm.
9472         (dwarf2out_begin_prologue): Emit .cfi_startproc, .cfi_personality,
9473         and .cfi_lsda.
9474         (dwarf2out_end_epilogue): Emit .cfi_endproc.
9475         (output_loc_operands_raw, output_loc_sequence_raw): New.
9476         (output_cfa_loc_raw): New.
9477
9478 2008-08-05  Paul Brook  <paul@codesourcery.com>
9479
9480         * doc/invoke.texi: Document new ARM -mfpu= and -mcpu= options.
9481         * config/arm/arm.c (all_fpus): Add vfpv3 and vfpv3-d16.
9482         (fp_model_for_fpu): Add entry for FPUTYPE_VFP3D16.
9483         (arm_file_start): Add FPUTYPE_VFP3D16.  Rename vfp3 to vfpv3.
9484         * config/arm/arm.h (TARGET_VFPD32): Define.
9485         (TARGET_VFP3): Use TARGET_VFPD32.
9486         (fputype): Add FPUTYPE_VFP3D16.
9487         (LAST_VFP_REGNUM): Use TARGET_VFPD32.
9488         * config/arm/constraints.md ("w"): Use TARGET_VFPD32.
9489         * config/arm/arm-cores.def: Add cortex-r4f.
9490         * config/arm/arm-tune.md: Regenerate.
9491
9492 2008-08-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9493
9494         * config/spu_spu_mfcio.h: Wrap in extern "C" if __cplusplus.
9495         Reword some comments throughout the file.
9496
9497         (MFC_MIN_DMA_LIST_ELEMENTS): New define.
9498         (MFC_MAX_DMA_LIST_ELEMENTS): Likewise.
9499         (MFC_MIN_DMA_LIST_SIZE): Redefine in terms of
9500         MFC_MIN_DMA_LIST_ELEMENTS.
9501         (MFC_MAX_DMA_LIST_SIZE): Redefine in terms of
9502         MFC_MAX_DMA_LIST_ELEMENTS.
9503
9504         (MFC_START_ENABLE): Remove PPU-only define.
9505         (MFC_PUTS_CMD, MFC_PUTFS_CMD, MFC_PUTBS_CMD): Likewise.
9506         (MFC_GETS_CMD, MFC_GETFS_CMD, MFC_GETBS_CMD): Likewise.
9507
9508         (MFC_PUTB_CMD, MFC_PUTF_CMD): Reimplement using symbolic constants.
9509         (MFC_PUTL_CMD, MFC_PUTLB_CMD, MFC_PUTLF_CMD): Likewise.
9510         (MFC_PUTR_CMD, MFC_PUTRB_CMD, MFC_PUTRF_CMD): Likewise.
9511         (MFC_PUTRL_CMD, MFC_PUTRLB_CMD, MFC_PUTRLF_CMD): Likewise.
9512         (MFC_GETB_CMD, MFC_GETF_CMD): Likewise.
9513         (MFC_GETL_CMD, MFC_GETLB_CMD, MFC_GETLF_CMD): Likewise.
9514         (MFC_SNDSIGB_CMD, MFC_SNDSIGF_CMD): Likewise.
9515
9516         (MFC_SDCRT_CMD, MFC_SDCRTST_CMD): New defines.
9517         (MFC_SDCRZ_CMD, MFC_SDCRST_CMD, MFC_SDCRF_CMD): Likewise.
9518         (mfc_sdcrt, mfc_sdcrtst): Likewise.
9519         (mfc_sdcrz, mfc_sdcrst, mfc_sdcrf): Likewise.
9520
9521         (spu_read_machine_status): Fix typo.
9522
9523 2008-08-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9524
9525         * config/spu/spu.h (CANNOT_CHANGE_MODE_CLASS): Allow (multi)word-sized
9526         SUBREG of multi-word hard register.
9527         * config/spu/spu.c (valid_subreg): Likewise.
9528         (adjust_operand): Handle SUBREGs of multi-word hard registers.
9529
9530 2008-08-04  Richard Guenther  <rguenther@suse.de>
9531
9532         * tree-ssa-loop-ivopts.c (add_iv_value_candidates): Also add
9533         the candidate with the stripped base if that base is different
9534         from the original base even for offset zero.
9535
9536 2008-08-04  Richard Guenther  <rguenther@suse.de>
9537
9538         PR middle-end/36691
9539         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Correctly
9540         check for no_overflow.
9541
9542 2008-08-04  Richard Guenther  <rguenther@suse.de>
9543
9544         * tree-vect-transform.c (vectorizable_call): Fix tuplification.
9545
9546 2008-08-04  Paul Brook  <paul@codesourcery.com>
9547
9548         * cofig/arm/arm.c (thumb_core_reg_alloc_order): New.
9549         (arm_order_regs_for_local_alloc): New function.
9550         * config/arm/arm-protos.h (arm_order_regs_for_local_alloc): Add
9551         prototype.
9552         * config/arm/arm.h (ORDER_REGS_FOR_LOCAL_ALLOC): Define.
9553
9554 2008-08-04  H.J. Lu  <hongjiu.lu@intel.com>
9555
9556         PR target/37012
9557         * config/i386/i386.c (ix86_expand_prologue): Use UNITS_PER_WORD
9558         instead of STACK_BOUNDARY / BITS_PER_UNIT to align stack.
9559         (ix86_expand_epilogue): Likewise.
9560
9561 2008-08-04  H.J. Lu  <hongjiu.lu@intel.com>
9562
9563         * config/i386/i386.c (ix86_compute_frame_layout): Fix a typo
9564         in comments.
9565
9566 2008-08-03  Uros Bizjak  <ubizjak@gmail.com>
9567
9568         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use Yi instead of x
9569         to avoid inter-unit moves for !TARGET_INTER_UNIT_MOVES.
9570         (*movv2sf_internal_rex64): Ditto.
9571
9572 2008-08-03  Jan Hubicka  <jh@suse.cz>
9573
9574         * optabs.c (expand_binop, expand_builtin_pow, expand_builtin_powi,
9575         expand_builtin_strcat): Upse optimize_insn_for_speed predicate.
9576         * expmed.c (expand_smod_pow2): Likewise.
9577
9578 2008-08-03  Uros Bizjak  <ubizjak@gmail.com>
9579
9580         PR target/36992
9581         * config/i386/sse.md (vec_concatv2di): Add Y2 constraint to
9582         alternative 0 of operand 1.
9583         (*vec_concatv2di_rex64_sse): Ditto.
9584         (*vec_concatv2di_rex64_sse4_1): Add x constraint to alternative 0
9585         of operand 1.
9586         (*sse2_storeq_rex64): Penalize allocation of "r" registers.
9587         * config/i386/mmx.md (*mov<mode>_internal_rex64): Penalize allocation
9588         of "Y2" registers to avoid SSE <-> MMX conversions for DImode moves.
9589         (*movv2sf_internal_rex64): Ditto.
9590
9591 2008-08-02  Richard Guenther  <rguenther@suse.de>
9592
9593         PR target/35252
9594         * config/i386/sse.md (SSEMODE4S, SSEMODE2D): New mode iterators.
9595         (ssedoublesizemode): New mode attribute.
9596         (sse_shufps): Call gen_sse_shufps_v4sf.
9597         (sse_shufps_1): Macroize.
9598         (sse2_shufpd): Call gen_Sse_shufpd_v2df.
9599         (sse2_shufpd_1): Macroize.
9600         (vec_extract_odd, vec_extract_even): New expanders.
9601         (vec_interleave_highv4sf, vec_interleave_lowv4sf,
9602         vec_interleave_highv2df, vec_interleave_lowv2df): Likewise.
9603         * i386.c (ix86_expand_vector_init_one_nonzero): Call
9604         gen_sse_shufps_v4sf instead of gen_sse_shufps_1.
9605         (ix86_expand_vector_set): Likewise.
9606         (ix86_expand_reduc_v4sf): Likewise.
9607
9608 2008-08-01  Doug Kwan  <dougkwan@google.com>
9609
9610         * matrix-reorg.c: Re-enable all code.
9611         (struct malloc_call_data): Change CALL_STMT to gimple type.
9612         (collect_data_for_malloc_call): Tuplify.
9613         (struct access_site_info): Change STMT to gimple type.
9614         (struct matrix_info): Change MIN_INDIRECT_LEVEL_ESCAPE_STMT,
9615         and MALLOC_FOR_LEVEL to gimple and gimple pointer type.
9616         (struct free_info): Change STMT to gimple type.
9617         (struct matrix_access_phi_node):  Change PHI to gimple type.
9618         (get_inner_of_cast_expr): Remove.
9619         (may_flatten_matrices_1): Tuplify.
9620         (may_flatten_matrices): Ditto.
9621         (mark_min_matrix_escape_level): Ditto.
9622         (ssa_accessed_in_tree): Refactor statement RHS related code into ...
9623         (ssa_accessed_in_call_rhs): New
9624         (ssa_accessed_in_assign_rhs): New
9625         (record_access_alloc_site_info): Tuplify.
9626         (add_allocation_site): Ditto.
9627         (analyze_matrix_allocation_site): Ditto.
9628         (analyze_transpose): Ditto.
9629         (get_index_from_offset): Ditto.
9630         (update_type_size): Ditto.
9631         (analyze_accesses_for_call_expr): Tuplify and renamed into ...
9632         (analyze_accesses_for_call_stmt): New. Also handle LHS of a call.
9633         (analyze_accesses_for_phi_node): Tuplify.
9634         (analyze_accesses_for_modify_stmt): Tuplify and renamed into ...
9635         (analyze_accesses_for_assign_stmt): Remove code for handling call LHS.
9636         (analyze_matrix_accesses): Tuplify.
9637         (check_var_data): New call-back type for check_var_notmodified_p.
9638         (check_var_notmodified_p): Tuplify and use call-back struct to
9639         return statement found.
9640         (can_calculate_expr_before_stmt): Factor out statement related code
9641         into ...
9642         (can_calculate_stmt_before_stmt): New.
9643         (check_allocation_function): Tuplify.
9644         (find_sites_in_func): Ditto.
9645         (record_all_accesses_in_func): Ditto.
9646         (transform_access_sites): Ditto.
9647         (transform_allocation_sites): Ditto.
9648         (matrix_reorg): Re-enable.
9649         (gate_matrix_reorg): Re-enable.
9650
9651 2008-08-01  Jakub Jelinek  <jakub@redhat.com>
9652
9653         * dwarf2out.c (compute_barrier_args_size): Set barrier_args_size
9654         for labels for which it hasn't been set yet.  If it has been set,
9655         stop walking insns and continue with next worklist item.
9656         (dwarf2out_stack_adjust): Don't call compute_barrier_args_size
9657         if the only BARRIER is at the very end of a function.
9658
9659 2008-08-01  H.J. Lu  <hongjiu.lu@intel.com>
9660
9661         * cfgexpand.c (expand_stack_alignment): Assert that
9662         stack_realign_drap and drap_rtx must match.
9663
9664         * function.c (instantiate_new_reg): If DRAP is used to realign
9665         stack, replace virtual_incoming_args_rtx with internal arg
9666         pointer.
9667
9668 2008-08-01  Richard Guenther  <rguenther@suse.de>
9669
9670         * tree-ssa-pre.c (fini_pre): Take in_fre parameter.  Free
9671         loop information only if we initialized it.
9672         (execute_pre): Call fini_pre with in_fre.
9673         * tree-ssa-loop-ivcanon (try_unroll_loop_completely): Dump
9674         if we do not unroll because we hit max-completely-peeled-insns.
9675         Use our estimation for consistency, do allow shrinking.
9676
9677 2008-08-01  H.J. Lu  <hongjiu.lu@intel.com>
9678
9679         * config/i386/i386.c (override_options): Replace ABI_STACK_BOUNDARY
9680         with MIN_STACK_BOUNDARY.
9681         (ix86_update_stack_boundary): Likewise.
9682         (ix86_expand_prologue): Assert MIN_STACK_BOUNDARY instead of
9683         STACK_BOUNDARY.
9684
9685         * config/i386/i386.h (ABI_STACK_BOUNDARY): Renamed to ...
9686         (MIN_STACK_BOUNDARY): This.
9687
9688 2008-08-01  Richard Guenther  <rguenther@suse.de>
9689
9690         PR middle-end/36997
9691         * gimplify.c (gimplify_call_expr): Set error_mark_node on GS_ERROR.
9692
9693 2008-08-01  Richard Guenther  <rguenther@suse.de>
9694
9695         PR tree-optimization/36988
9696         * tree-ssa-ccp.c (ccp_fold): Conversions of constants only
9697         do not matter if that doesn't change volatile qualification.
9698
9699 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
9700
9701         * configure.ac: Do not generate libada-mk.  Do not subst
9702         host_cc_for_libada.
9703         * libada-mk.in: Remove.
9704         * Makefile.in: Pass TARGET_LIBGCC2_CFLAGS to libgcc.mvars.
9705         * configure: Regenerate.
9706
9707 2008-08-01  Basile Starynkevitch  <basile@starynkevitch.net>
9708
9709         * tree-pass.h: Added comment about not dumping passes with name
9710         starting with star in struct opt_pass.
9711         * passes.c (register_dump_files_1): Don't do dump for a pass with
9712         name starting with star.
9713         * doc/passes.texi (Pass manager): Mention pass names and special
9714         meaning of star prefix to avoid dump.
9715
9716 2008-07-31  Adam Nemet  <anemet@caviumnetworks.com>
9717
9718         * config.gcc (mipsisa64r2*-*-linux*): New configuration.  Set ISA
9719         to MIPS64r2.
9720         * config/mips/mips.h (GENERATE_MIPS16E): Update comment.
9721         (ISA_MIPS64R2): New macro.
9722         (TARGET_CPU_CPP_BUILTINS, MULTILIB_ISA_DEFAULT): Handle it.
9723         (ISA_HAS_64BIT_REGS, ISA_HAS_MUL3, ISA_HAS_FP_CONDMOVE,
9724         ISA_HAS_8CC, ISA_HAS_FP4, ISA_HAS_PAIRED_SINGLE,
9725         ISA_HAS_MADD_MSUB, ISA_HAS_NMADD4_NMSUB4, ISA_HAS_CLZ_CLO,
9726         ISA_HAS_ROR, ISA_HAS_PREFETCH, ISA_HAS_PREFETCHX, ISA_HAS_SEB_SEH,
9727         ISA_HAS_EXT_INS, ISA_HAS_MXHC1, ISA_HAS_HILO_INTERLOCKS,
9728         ISA_HAS_SYNCI, MIN_FPRS_PER_FMT): Return true for ISA_MIPS64R2.
9729         (MIPS_ISA_LEVEL_SPEC, ASM_SPEC, LINK_SPEC): Handle -mips64r2.
9730         (TARGET_LOONGSON_2E, TARGET_LOONGSON_2F, TARGET_LOONGSON_2EF):
9731         Move up to keep list alphabetically sorted.
9732         (TUNE_20KC, TUNE_24K, TUNE_74K, TUNE_LOONGSON_2EF): Likewise.
9733         * config/mips/mips.c (mips_cpu_info_table): Add default MIPS64r2
9734         processor.
9735         * doc/invoke.texi (MIPS Options): Add -mips64r2.
9736         (-march=@var{arch}): Add mips64r2.
9737
9738 2008-07-31  H.J. Lu  <hongjiu.lu@intel.com>
9739
9740         * config/i386/darwin.h (MAIN_STACK_BOUNDARY): Define to 128.
9741
9742 2008-07-31  Steve Ellcey  <sje@cup.hp.com>
9743
9744         * expr.c (expand_assignment): Check for complete type.
9745
9746 2008-07-31  H.J. Lu  <hongjiu.lu@intel.com>
9747
9748         PR debug/36977
9749         * cfgexpand.c (expand_stack_alignment): Set stack_realign_tried.
9750
9751         * dwarf2out.c (based_loc_descr): Check crtl->stack_realign_tried
9752         for stack alignment.
9753
9754         * function.h (rtl_data): Add stack_realign_tried.  Update comments.
9755
9756 2008-07-31  Kaz Kojima  <kkojima@gcc.gnu.org>
9757
9758         * config/sh/sh.c (sh_canonical_va_list_type): Remove.
9759         (TARGET_CANONICAL_VA_LIST_TYPE): Remove.
9760
9761 2008-07-31  Jakub Jelinek  <jakub@redhat.com>
9762
9763         PR rtl-optimization/36419
9764         * dwarf2out.c (barrier_args_size): New variable.
9765         (compute_barrier_args_size, compute_barrier_args_size_1): New
9766         functions.
9767         (dwarf2out_stack_adjust): For BARRIERs call compute_barrier_args_size
9768         if not called yet in the current function, use barrier_args_size
9769         array to find the new args_size value.
9770         (dwarf2out_frame_debug): Free and clear barrier_args_size.
9771
9772 2008-07-31  H.J. Lu  <hongjiu.lu@intel.com>
9773
9774         PR debug/36980
9775         * dwarf2out.c (dwarf2out_frame_debug_expr): Move rule 17 before
9776         rule 19.
9777
9778 2008-07-31  H.J. Lu  <hongjiu.lu@intel.com>
9779
9780         PR debug/36976
9781         * dwarf2out.c (dwarf2out_args_size_adjust): New.
9782         (dwarf2out_stack_adjust): Use it.
9783         (dwarf2out_frame_debug_expr): Likewise.
9784
9785 2008-07-31  Richard Guenther  <rguenther@suse.de>
9786
9787         PR tree-optimization/36978
9788         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Do not fold
9789         the generated condition.
9790
9791 2008-07-31  Richard Guenther  <rguenther@suse.de>
9792
9793         * passes.c (init_optimization_passes): Always call
9794         pass_early_warn_uninitialized.
9795         * opts.c (decode_options): Do not warn about -Wuninitialized at -O0.
9796         * doc/invoke.texi (-Wuninitialized): Correct for enabling at -O0.
9797         * doc/passes.texi (Warn for uninitialized variables): Adjust.
9798
9799 2008-07-31  Jakub Jelinek  <jakub@redhat.com>
9800
9801         PR c/36970
9802         * builtins.c (maybe_emit_free_warning): New function.
9803         (expand_builtin): Process BUILT_IN_FREE even at -O0.  Call
9804         maybe_emit_free_warning for BUILT_IN_FREE.
9805
9806         PR debug/36278
9807         * dwarf2out.c (get_context_die): New function.
9808         (force_decl_die, force_type_die): Use it.
9809         (dwarf2out_imported_module_or_decl): Likewise.  If base_type_die
9810         returns NULL, force generation of DW_TAG_typedef and put that into
9811         DW_AT_import.
9812
9813         PR preprocessor/36649
9814         * c-pch.c (c_common_read_pch): Save and restore
9815         line_table->trace_includes across PCH restore.
9816
9817 2008-07-30  Eric Botcazou  <ebotcazou@adacore.com>
9818
9819         PR ada/36554
9820         * dwarf2out.c (is_subrange_type): Deal with BOOLEAN_TYPE.
9821
9822 2008-07-30  Rafael Ávila de Espíndola  <espindola@google.com>
9823
9824         PR 36974
9825         * final.c (call_from_call_insn): Handle COND_EXEC.
9826
9827 2008-07-30  H.J. Lu  <hongjiu.lu@intel.com>
9828
9829         * builtins.c (std_gimplify_va_arg_expr): Replace
9830         PREFERRED_STACK_BOUNDARY with MAX_SUPPORTED_STACK_ALIGNMENT.
9831         * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
9832
9833 2008-07-30  Joey Ye  <joey.ye@intel.com>
9834             H.J. Lu  <hongjiu.lu@intel.com>
9835
9836         * builtins.c (expand_builtin_setjmp_receiver): Replace
9837         virtual_incoming_args_rtx with crtl->args.internal_arg_pointer.
9838         (expand_builtin_apply_args_1): Likewise.
9839         (expand_builtin_longjmp): Need DRAP for stack alignment.
9840         (expand_builtin_apply): Likewise.
9841
9842         * caller-save.c (setup_save_areas): Call assign_stack_local_1
9843         instead of assign_stack_local to allow alignment reduction.
9844
9845         * calls.c (emit_call_1): Need DRAP for stack alignment if
9846         return pops.
9847         (expand_call): Replace virtual_incoming_args_rtx with
9848         crtl->args.internal_arg_pointer.
9849         * stmt.c (expand_nl_goto_receiver): Likewise.
9850
9851         * cfgexpand.c (get_decl_align_unit): Estimate stack variable
9852         alignment and store to stack_alignment_estimated and
9853         max_used_stack_slot_alignment.
9854         (expand_one_var): Likewise.
9855         (expand_stack_alignment): New function.
9856         (tree_expand_cfg): Initialize max_used_stack_slot_alignment
9857         and stack_alignment_estimated fields in rtl_data.  Call
9858         expand_stack_alignment at end.
9859
9860         * defaults.h (INCOMING_STACK_BOUNDARY): New.
9861         (MAX_STACK_ALIGNMENT): Likewise.
9862         (MAX_SUPPORTED_STACK_ALIGNMENT): Likewise.
9863         (SUPPORTS_STACK_ALIGNMENT): Likewise.
9864
9865         * emit-rtl.c (gen_reg_rtx): Estimate stack alignment for
9866         stack alignment when generating virtual registers.
9867
9868         * function.c (assign_stack_local): Renamed to ...
9869         (assign_stack_local_1): This.  Add a parameter to indicate
9870         if it is OK to reduce alignment.
9871         (assign_stack_local): Use it.
9872         (instantiate_new_reg): Instantiate virtual incoming args rtx
9873         to vDRAP if stack realignment and DRAP is needed.
9874         (assign_parms): Collect parameter/return type alignment and
9875         contribute to stack_alignment_estimated.
9876         (locate_and_pad_parm): Likewise.
9877         (get_arg_pointer_save_area): Replace virtual_incoming_args_rtx
9878         with crtl->args.internal_arg_pointer.
9879
9880         * function.h (rtl_data): Add new field drap_reg,
9881         max_used_stack_slot_alignment, stack_alignment_estimated,
9882         stack_realign_needed, need_drap, stack_realign_processed and
9883         stack_realign_finalized.
9884         (stack_realign_fp): New macro.
9885         (stack_realign_drap): Likewise.
9886
9887         * global.c (compute_regsets): Frame pointer is needed when
9888         stack is realigned.  Can eliminate frame pointer when stack is
9889         realigned and dynamic realigned argument pointer isn't used.
9890
9891         * reload1.c (update_eliminables):  Frame pointer is needed
9892         when stack is realigned.
9893         (init_elim_table): Can eliminate frame pointer when stack is
9894         realigned and dynamic realigned argument pointer isn't used.
9895
9896         * rtl.h (assign_stack_local_1): Declare new funtion.
9897
9898         * target-def.h (TARGET_UPDATE_STACK_BOUNDARY): New.
9899         (TARGET_GET_DRAP_RTX): Likewise.
9900         (TARGET_CALLS): Add TARGET_UPDATE_STACK_BOUNDARY and
9901         TARGET_GET_DRAP_RTX.
9902
9903         * target.h (gcc_target): Add update_stack_boundary and get_drap_rtx.
9904
9905         * tree-vectorizer.c (vect_can_force_dr_alignment_p): Replace
9906         STACK_BOUNDARY with MAX_STACK_ALIGNMENT.
9907
9908 2008-07-30  Xuepeng Guo  <xuepeng.guo@intel.com>
9909             H.J. Lu  <hongjiu.lu@intel.com>
9910
9911         * dwarf2out.c (dw_fde_struct): Add stack_realignment, drap_reg,
9912         vdrap_reg, stack_realign and drap_reg_saved.
9913         (add_cfi): Don't allow redefining CFA when DRAP is used.
9914         (reg_save): Handle stack alignment.
9915         (dwarf2out_frame_debug_expr): Add rules 16-20 to handle stack
9916         alignment.  Don't generate DWARF information for (set fp sp)
9917         when DRAP is used.
9918         (dwarf2out_begin_prologue): Initialize drap_reg and vdrap_reg
9919         to INVALID_REGNUM.
9920         (int_loc_descriptor): Move prototype forward.  Also define if
9921         DWARF2_UNWIND_INFO is true.
9922         (output_cfa_loc): Handle DW_CFA_expression.
9923         (build_cfa_aligned_loc): New.
9924         (based_loc_descr): Update assert for stack realign.  For local
9925         variables, use sp+offset when stack is aligned without drap and
9926         fp+offset when stack is aligned with drap.  For arguments, use
9927         cfa+offset when drap is used to align stack.
9928
9929 2008-07-30  Joey Ye  <joey.ye@intel.com>
9930             H.J. Lu  <hongjiu.lu@intel.com>
9931
9932         * config/i386/i386.c (ix86_force_align_arg_pointer_string):
9933         Break long line.
9934         (ix86_gen_andsp): New.
9935         (ix86_user_incoming_stack_boundary): Likewise.
9936         (ix86_default_incoming_stack_boundary): Likewise.
9937         (ix86_incoming_stack_boundary): Likewise.
9938         (ix86_can_eliminate): Likewise.
9939         (find_drap_reg): Likewise.
9940         (ix86_update_stack_boundary): Likewise.
9941         (ix86_get_drap_rtx): Likewise.
9942         (ix86_finalize_stack_realign_flags): Likewise.
9943         (TARGET_UPDATE_STACK_BOUNDARY): Likewise.
9944         (TARGET_GET_DRAP_RTX): Likewise.
9945         (override_options): Overide option value for new options.
9946         (ix86_function_ok_for_sibcall): Remove check for
9947         force_align_arg_pointer.
9948         (ix86_handle_cconv_attribute): Likewise.
9949         (ix86_function_regparm): Likewise.
9950         (setup_incoming_varargs_64): Don't set stack_alignment_needed here.
9951         (ix86_va_start): Replace virtual_incoming_args_rtx with
9952         crtl->args.internal_arg_pointer.
9953         (ix86_select_alt_pic_regnum): Check DRAP register.
9954         (ix86_save_reg): Replace force_align_arg_pointer with drap_reg.
9955         (ix86_compute_frame_layout): Compute frame layout wrt stack
9956         realignment.
9957         (ix86_internal_arg_pointer): Just return virtual_incoming_args_rtx.
9958         (ix86_expand_prologue): Decide if stack realignment is needed
9959         and generate prologue code accordingly.
9960         (ix86_expand_epilogue): Generate epilogue code wrt stack
9961         realignment is really needed or not.
9962
9963         * config/i386/i386.h (MAIN_STACK_BOUNDARY): New.
9964         (ABI_STACK_BOUNDARY): Likewise.
9965         (PREFERRED_STACK_BOUNDARY_DEFAULT): Likewise.
9966         (STACK_REALIGN_DEFAULT): Likewise.
9967         (INCOMING_STACK_BOUNDARY): Likewise.
9968         (MAX_STACK_ALIGNMENT): Likewise.
9969         (ix86_incoming_stack_boundary): Likewise.
9970         (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Removed.
9971         (REAL_PIC_OFFSET_TABLE_REGNUM): Updated to use BX_REG.
9972         (CAN_ELIMINATE): Defined with ix86_can_eliminate.
9973         (machine_function): Remove force_align_arg_pointer.
9974
9975         * config/i386/i386.md (BX_REG): New.
9976         (R13_REG): Likewise.
9977
9978         * config/i386/i386.opt (mforce_drap): New.
9979         (mincoming-stack-boundary): Likewise.
9980         (mstackrealign): Add Init(-1).
9981
9982         * config/i386/i386-protos.h (ix86_can_eliminate): New
9983
9984 2008-07-30  H.J. Lu  <hongjiu.lu@intel.com>
9985
9986         * doc/extend.texi: Update force_align_arg_pointer.
9987
9988         * doc/invoke.texi: Document -mincoming-stack-boundary.  Update
9989         -mstackrealign.
9990
9991         * doc/tm.texi (MAX_STACK_ALIGNMENT): Add macro.
9992         (INCOMING_STACK_BOUNDARY): Likewise.
9993         (TARGET_UPDATE_STACK_BOUNDARY): New target hook.
9994         (TARGET_GET_DRAP_RTX): Likewise.
9995
9996 2008-07-30  Andreas Schwab  <schwab@suse.de>
9997
9998         PR rtl-optimization/36929
9999         * dse.c (replace_inc_dec): Use emit_insn_before instead of
10000         add_insn_before and fix argument order.
10001         (replace_inc_dec_mem): Handle NULL rtx.
10002
10003 2008-07-30  Andrew Jenner  <andrew@codesourcery.com>
10004
10005         * config/arm/arm.c (arm_compute_static_chain_stack_bytes): New
10006         function.
10007         (arm_compute_initial_elimination_offset): Use it.
10008         (arm_compute_save_reg_mask): Include static chain save slot when
10009         calculating alignment.
10010         (arm_get_frame_offsets): Ditto.
10011         (thumb1_compute_save_reg_mask): Ensure we have a low register saved
10012         that we can use to decrement the stack when the stack decrement
10013         could be too big for an immediate value in a single insn.
10014         (thumb1_expand_prologue): Avoid using r12 for stack decrement.
10015
10016 2008-07-30  Richard Guenther  <rguenther@suse.de>
10017
10018         PR tree-optimization/36967
10019         * tree-predcom.c (remove_stmt): Use gimple_assign_ssa_name_copy_p.
10020         Release defs of statements we remove.
10021
10022 2008-07-30  Nathan Froyd  <froydnj@codesourcery.com>
10023
10024         * config/arm/arm.c (arm_expand_prologue): Use 0-length rtvec
10025         instead of NULL_RTVEC.
10026
10027 2008-07-30  Nathan Froyd  <froydnj@codesourcery.com>
10028
10029         PR target/35866
10030
10031         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Add clause for
10032         vector modes.
10033
10034 2008-07-30  Rafael Ávila de Espíndola  <espindola@google.com>
10035
10036         * final.c (call_from_call_insn): New.
10037         (final_scan_insn): Call assemble_external on FUNCTION_DECLs.
10038
10039 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
10040
10041         * configure.ac: Substitute ADA_CFLAGS.
10042         * configure: Regenerate.
10043         * config.host: Remove mention of pa/x-ada and pa/x-ada-hpux10 files.
10044         * Makefile.in: Remove mention of X_* variables.
10045         * config/pa/x-ada-hpux10: Remove.
10046         * config/pa/x-ada: Remove.
10047
10048         * doc/fragments.texi: Update.
10049
10050 2008-07-30  Olivier Hainque  <hainque@adacore.com>
10051
10052         * config/mips/irix-crti.asm: .hide __gcc_init and __gcc_fini.
10053         * config/mips/iris6.h (IRIX_SUBTARGET_LINK_SPEC, irix ld): Hide
10054         __dso_handle explicitly here.
10055
10056 2008-07-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
10057
10058         PR 34389
10059         * c-typeck.c (build_binary_op): Encapsulate code into...
10060         * c-common.c (shorten_binary_op): ...this new function.
10061         (conversion_warning): Use the new function. Handle non-negative
10062         constant in bitwise-and.
10063         * c-common.h (shorten_binary_op): Declare.
10064
10065 2008-07-30  Olivier Hainque  <hainque@adacore.com>
10066
10067         * scan.c (make_sstring_space): Add explicit conversions of
10068         allocator's return value.
10069         * fix-header.c (recognized_function): Likewise.
10070
10071 2008-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10072
10073         * doc/cpp.texi: Update to GFDL 1.2.
10074         * doc/gcc.texi: Do not list GPL as Invariant Section.
10075         * doc/gccint.texi: Likewise.  Update copyright years.
10076         * doc/install.texi: Update copyright years.
10077
10078 2008-07-30  Alan Modra  <amodra@bigpond.net.au>
10079
10080         PR target/36955
10081         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Add
10082         a use of pic_offset_table_rtx for -msecure-plt __tls_get_addr calls.
10083
10084 2008-07-29  Jan Hubicka  <jh@suse.cz>
10085
10086         * c-decl.c (merge_decls): Do not handle DECL_INLINE.
10087         (grokdeclarator): Likewise.
10088         * langhooks.c (lhd_warn_unused_global_decl): Use
10089         DECL_DECLARED_INLINE_P.
10090         * print-tree.c (print_node): Remove DECL_INLINE check.
10091
10092 2008-07-29  Richard Guenther  <rguenther@suse.de>
10093
10094         PR tree-optimization/36945
10095         * tree-ssa-sccvn.h (copy_reference_ops_from_ref): Declare.
10096         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Export.
10097         Record invariant addresses un-decomposed.
10098         (copy_reference_ops_from_call): Record reference call
10099         arguments properly.  Simplify.
10100         * tree-ssa-pre.c (create_component_ref_by_pieces_1): New
10101         helper split out from ...
10102         (create_component_ref_by_pieces): ... here.  Simplify.
10103         Prepare for recursive invocation for call arguments.
10104         (create_expression_by_pieces): Adjust call to
10105         create_component_ref_by_pieces.
10106         (compute_avail): Process operand 2 of reference ops.
10107
10108 2008-07-29  Richard Guenther  <rguenther@suse.de>
10109
10110         * gimplify.c (gimplify_expr): Clear TREE_SIDE_EFFECTS for OBJ_TYPE_REF.
10111
10112 2008-07-29  Jakub Jelinek  <jakub@redhat.com>
10113
10114         * c-format.c (check_format_types): Revert unwanted checkin.
10115
10116 2008-07-29  Jan Hubicka  <jh@suse.cz>
10117
10118         * flags.h (flag_really_no_inline): Remove.
10119         * cgraph.c (cgraph_function_possibly_inlined_p): Simplify.
10120         * toplev.c (flag_really_no_inline): Remove.
10121         * c-cppbuiltin.c (c_cpp_builtins): Use flag_no_inline.
10122         * ipa-inline.c (cgraph_decide_inlining): Do not check flag_no_inline.
10123         (cgraph_decide_inlining_incrementally): Likewise.
10124         (compute_inline_parameters): Likewise.
10125         * opts.c (decode_options): Simplify.
10126         * c-opts.c (c_common_post_options): Do not set flag_no_inline.
10127         * common.opt (finline): Initialize to 1.
10128         * tree-inline.c (inlinable_function_p): Check flag_no_inline.
10129
10130 2008-07-29  Jan Hubicka  <jh@suse.cz>
10131
10132         * predict.c (always_optimize_for_size_p): New function.
10133         (optimize_bb_for_size_p, optimize_bb_for_speed_p,
10134         optimize_edge_for_size_p, optimize_edge_for_speed_p,
10135         optimize_insn_for_size_p, optimize_insn_for_speed_p): New global
10136         functions.
10137         (rtl_profile_for_bb, rtl_profile_for_edge, rtl_default_profile): New.
10138         * function.c (prepare_function_start): Set default profile.
10139         * function.h (rtl_data): Add maybe_hot_insn_p.
10140         * cfgexpand.c (expand_gimple_basic_block): Set RTL profile.
10141         (construct_exit_block): Likewise.
10142         (tree_expand_cfg): Likewise.
10143         * basic-block.h
10144         (optimize_bb_for_size_p, optimize_bb_for_speed_p,
10145         optimize_edge_for_size_p, optimize_edge_for_speed_p,
10146         optimize_insn_for_size_p, optimize_insn_for_speed_p): Declare.
10147         (rtl_profile_for_bb, rtl_profile_for_edge, default_rtl_profile):
10148         Declare.
10149
10150 2008-07-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
10151
10152         PR 34985
10153         * c-decl.c (merge_decls): Merge USED flags.
10154
10155 2008-07-29  Kaz Kojima  <kkojima@gcc.gnu.org>
10156
10157         * config/sh/sh.c (sh_gimplify_va_arg_expr): Unshare the addr,
10158         valist, next_fp, next_fp_tmp, next_fp_limit, next_o, next_o_limit,
10159         next_stack, lab_false and lab_over trees.
10160
10161 2008-07-28  Richard Guenther  <rguenther@suse.de>
10162
10163         PR tree-optimization/36957
10164         * tree-flow.h (tree_ssa_useless_type_conversion): Remove.
10165         (useless_type_conversion_p): Remove.
10166         (types_compatible_p): Remove.
10167         * gimple.h (tree_ssa_useless_type_conversion): Declare.
10168         (useless_type_conversion_p): Declare.
10169         (types_compatible_p): Declare.
10170         (gimple_expr_type): Return the base type only if it is
10171         trivially convertible to the subtype.
10172
10173 2008-07-28  Andreas Tobler  <a.tobler@schweiz.org>
10174
10175         * configure.ac: Use the m4_do macro to concatenate the warnings into
10176         one string in ACX_PROG_CC_WARNING_OPTS,
10177         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
10178         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
10179         * configure: Regenerate.
10180
10181 2008-07-28  Richard Guenther  <rguenther@suse.de>
10182
10183         * tree-ssa-pre.c (insert_into_preds_of_block): Remove dead code.
10184         (insert_fake_stores): Remove.
10185         (realify_fake_stores): Likewise.
10186         (execute_pre): Remove dead code.
10187         * tree-ssa-structalias.c (get_constraint_for_1): Remove tcc_unary case.
10188         (find_func_aliases): Deal with it here instead.
10189         Re-enable gcc_unreachable call.
10190
10191 2008-07-28  Richard Guenther  <rguenther@suse.de>
10192
10193         Merge from gimple-tuples-branch.
10194
10195         * ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
10196         * gimple.def: New file.
10197         * gsstruct.def: Likewise.
10198         * gimple-iterator.c: Likewise.
10199         * gimple-pretty-print.c: Likewise.
10200         * tree-gimple.c: Removed.  Merged into ...
10201         * gimple.c: ... here.  New file.
10202         * tree-gimple.h: Removed.  Merged into ...
10203         * gimple.h: ... here.  New file.
10204
10205         * Makefile.in: Add dependencies on GIMPLE_H and tree-iterator.h.
10206         * configure.ac: Added support for ENABLE_GIMPLE_CHECKING and the
10207         --enable-checking=gimple flag.
10208         * config.in: Likewise.
10209         * configure: Regenerated.
10210
10211         * tree-ssa-operands.h: Tuplified.
10212         * tree-vrp.c: Likewise.
10213         * tree-loop-linear.c: Likewise.
10214         * tree-into-ssa.c: Likewise.
10215         * tree-ssa-loop-im.c: Likewise.
10216         * tree-dump.c: Likewise.
10217         * tree-complex.c: Likewise.
10218         * cgraphbuild.c: Likewise.
10219         * tree-ssa-threadupdate.c: Likewise.
10220         * tree-ssa-loop-niter.c: Likewise.
10221         * tree-pretty-print.c: Likewise.
10222         * tracer.c: Likewise.
10223         * gengtype.c: Likewise.
10224         * tree-loop-distribution.c: Likewise.
10225         * tree-ssa-loop-unswitch.c: Likewise.
10226         * cgraph.c: Likewise.
10227         * cgraph.h: Likewise.
10228         * tree-ssa-loop-manip.c: Likewise.
10229         * value-prof.c: Likewise.
10230         * tree-ssa-loop-ch.c: Likewise.
10231         * tree-tailcall.c: Likewise.
10232         * value-prof.h: Likewise.
10233         * tree.c: Likewise.
10234         * tree.h: Likewise.
10235         * tree-pass.h: Likewise.
10236         * ipa-cp.c: Likewise.
10237         * tree-scalar-evolution.c: Likewise.
10238         * tree-scalar-evolution.h: Likewise.
10239         * target.h: Likewise.
10240         * lambda-mat.c: Likewise.
10241         * tree-phinodes.c: Likewise.
10242         * diagnostic.h: Likewise.
10243         * builtins.c: Likewise.
10244         * tree-ssa-alias-warnings.c: Likewise.
10245         * cfghooks.c: Likewise.
10246         * fold-const.c: Likewise.
10247         * cfghooks.h: Likewise.
10248         * omp-low.c: Likewise.
10249         * tree-ssa-dse.c: Likewise.
10250         * ipa-reference.c: Likewise.
10251         * tree-ssa-uncprop.c: Likewise.
10252         * toplev.c: Likewise.
10253         * tree-gimple.c: Likewise.
10254         * tree-gimple.h: Likewise.
10255         * tree-chrec.c: Likewise.
10256         * tree-chrec.h: Likewise.
10257         * tree-ssa-sccvn.c: Likewise.
10258         * tree-ssa-sccvn.h: Likewise.
10259         * cgraphunit.c: Likewise.
10260         * tree-ssa-copyrename.c: Likewise.
10261         * tree-ssa-ccp.c: Likewise.
10262         * tree-ssa-loop-ivopts.c: Likewise.
10263         * tree-nomudflap.c: Likewise.
10264         * tree-call-cdce.c: Likewise.
10265         * ipa-pure-const.c: Likewise.
10266         * c-format.c: Likewise.
10267         * tree-stdarg.c: Likewise.
10268         * tree-ssa-math-opts.c: Likewise.
10269         * tree-ssa-dom.c: Likewise.
10270         * tree-nrv.c: Likewise.
10271         * tree-ssa-propagate.c: Likewise.
10272         * ipa-utils.c: Likewise.
10273         * tree-ssa-propagate.h: Likewise.
10274         * tree-ssa-alias.c: Likewise.
10275         * gimple-low.c: Likewise.
10276         * tree-ssa-sink.c: Likewise.
10277         * ipa-inline.c: Likewise.
10278         * c-semantics.c: Likewise.
10279         * dwarf2out.c: Likewise.
10280         * expr.c: Likewise.
10281         * tree-ssa-loop-ivcanon.c: Likewise.
10282         * predict.c: Likewise.
10283         * tree-ssa-loop.c: Likewise.
10284         * tree-parloops.c: Likewise.
10285         * tree-ssa-address.c: Likewise.
10286         * tree-ssa-ifcombine.c: Likewise.
10287         * matrix-reorg.c: Likewise.
10288         * c-decl.c: Likewise.
10289         * tree-eh.c: Likewise.
10290         * c-pretty-print.c: Likewise.
10291         * lambda-trans.c: Likewise.
10292         * function.c: Likewise.
10293         * langhooks.c: Likewise.
10294         * ebitmap.h: Likewise.
10295         * tree-vectorizer.c: Likewise.
10296         * function.h: Likewise.
10297         * langhooks.h: Likewise.
10298         * tree-vectorizer.h: Likewise.
10299         * ipa-type-escape.c: Likewise.
10300         * ipa-type-escape.h: Likewise.
10301         * domwalk.c: Likewise.
10302         * tree-if-conv.c: Likewise.
10303         * profile.c: Likewise.
10304         * domwalk.h: Likewise.
10305         * tree-data-ref.c: Likewise.
10306         * tree-data-ref.h: Likewise.
10307         * tree-flow-inline.h: Likewise.
10308         * tree-affine.c: Likewise.
10309         * tree-vect-analyze.c: Likewise.
10310         * c-typeck.c: Likewise.
10311         * gimplify.c: Likewise.
10312         * coretypes.h: Likewise.
10313         * tree-ssa-phiopt.c: Likewise.
10314         * calls.c: Likewise.
10315         * tree-ssa-coalesce.c: Likewise.
10316         * tree.def: Likewise.
10317         * tree-dfa.c: Likewise.
10318         * except.c: Likewise.
10319         * except.h: Likewise.
10320         * cfgexpand.c: Likewise.
10321         * tree-cfgcleanup.c: Likewise.
10322         * tree-ssa-pre.c: Likewise.
10323         * tree-ssa-live.c: Likewise.
10324         * tree-sra.c: Likewise.
10325         * tree-ssa-live.h: Likewise.
10326         * tree-predcom.c: Likewise.
10327         * lambda.h: Likewise.
10328         * tree-mudflap.c: Likewise.
10329         * ipa-prop.c: Likewise.
10330         * print-tree.c: Likewise.
10331         * tree-ssa-copy.c: Likewise.
10332         * ipa-prop.h: Likewise.
10333         * tree-ssa-forwprop.c: Likewise.
10334         * ggc-page.c: Likewise.
10335         * c-omp.c: Likewise.
10336         * tree-ssa-dce.c: Likewise.
10337         * tree-vect-patterns.c: Likewise.
10338         * tree-ssa-ter.c: Likewise.
10339         * tree-nested.c: Likewise.
10340         * tree-ssa.c: Likewise.
10341         * lambda-code.c: Likewise.
10342         * tree-ssa-loop-prefetch.c: Likewise.
10343         * tree-inline.c: Likewise.
10344         * tree-inline.h: Likewise.
10345         * tree-iterator.c: Likewise.
10346         * tree-optimize.c: Likewise.
10347         * tree-ssa-phiprop.c: Likewise.
10348         * tree-vect-transform.c: Likewise.
10349         * tree-object-size.c: Likewise.
10350         * tree-outof-ssa.c: Likewise.
10351         * cfgloop.c: Likewise.
10352         * system.h: Likewise.
10353         * tree-profile.c: Likewise.
10354         * cfgloop.h: Likewise.
10355         * c-gimplify.c: Likewise.
10356         * c-common.c: Likewise.
10357         * tree-vect-generic.c: Likewise.
10358         * tree-flow.h: Likewise.
10359         * c-common.h: Likewise.
10360         * basic-block.h: Likewise.
10361         * tree-ssa-structalias.c: Likewise.
10362         * tree-switch-conversion.c: Likewise.
10363         * tree-ssa-structalias.h: Likewise.
10364         * tree-cfg.c: Likewise.
10365         * passes.c: Likewise.
10366         * ipa-struct-reorg.c: Likewise.
10367         * ipa-struct-reorg.h: Likewise.
10368         * tree-ssa-reassoc.c: Likewise.
10369         * cfgrtl.c: Likewise.
10370         * varpool.c: Likewise.
10371         * stmt.c: Likewise.
10372         * tree-ssanames.c: Likewise.
10373         * tree-ssa-threadedge.c: Likewise.
10374         * langhooks-def.h: Likewise.
10375         * tree-ssa-operands.c: Likewise.
10376         * config/alpha/alpha.c: Likewise.
10377         * config/frv/frv.c: Likewise.
10378         * config/s390/s390.c: Likewise.
10379         * config/m32c/m32c.c: Likewise.
10380         * config/m32c/m32c-protos.h: Likewise.
10381         * config/spu/spu.c: Likewise.
10382         * config/sparc/sparc.c: Likewise.
10383         * config/i386/i386.c: Likewise.
10384         * config/sh/sh.c: Likewise.
10385         * config/xtensa/xtensa.c: Likewise.
10386         * config/stormy16/stormy16.c: Likewise.
10387         * config/ia64/ia64.c: Likewise.
10388         * config/rs6000/rs6000.c: Likewise.
10389         * config/pa/pa.c: Likewise.
10390         * config/mips/mips.c: Likewise.
10391
10392 2008-07-28  Simon Baldwin  <simonb@google.com>
10393
10394         * c-pragma.c (handle_pragma_message): New function.
10395         (init_pragma): Register handle_pragma_message.
10396         * doc/extend.texi (Diagnostic Pragmas): Added #pragma message
10397         documentation.
10398
10399 2008-07-27  Victor Kaplansky  <victork@il.ibm.com>
10400
10401         PR tree-optimization/35252
10402         * tree-vect-analyze.c (vect_build_slp_tree): Make IMAGPART_EXPR and
10403         REALPART_EXPR to be considered as same load operation.
10404
10405 2008-07-27  Eric Botcazou  <ebotcazou@adacore.com>
10406
10407         PR tree-optimization/36830
10408         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Hash operand #2.
10409         (expressions_equal_p): Return false if only one operand is null.
10410
10411 2008-07-26  Gerald Pfeifer  <gerald@pfeifer.com>
10412
10413         * doc/install.texi (powerpc-*-netbsd*): Remove redundant texinfo
10414         version requirements.
10415
10416 2008-07-26  Olivier Hainque  <hainque@adacore.com>
10417
10418         * collect2.c (symkind): New enum.  Symbol kinds we care about.
10419         (is_ctor_dtor): Return symkind instead of int.  Adjust prototype,
10420         code and head comment accordingly.
10421         (scan_prog_file): Use symkind names instead of bare integers.
10422
10423 2008-07-25  Jan Hubicka  <jh@suse.cz>
10424
10425         * cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on
10426         DECL_INLINE.
10427         * cgraphunit.c (record_cdtor_fn): Do not initialize DECL_INLINE
10428         (cgraph_preserve_function_body_p): Do not rely on DECL_INLINE.
10429         * dojump.c (clear_pending_stack_adjust): Likewise.
10430         * print-tree.c (print_node): Ignore DECL_INLINE.
10431         * tree-inline.c (inlinable_function_p): Likewise.
10432
10433 2008-07-25  Michael Meissner  <gnu@the-meissners.org>
10434
10435         * doc/extend.texi (hot attribute): Document that the hot attribute
10436         turns on -O3 for some ports.
10437         (cold attribute): Document that the cold attribute turns on -Os
10438         for some ports
10439
10440         * doc/tm.texi (OPTIMIZATION_OPTIONS): Update documentation to
10441         reflect function specific option support.
10442
10443         * target.h (struct target_option_hooks): Add fields to say whether
10444         the cold attribute implies -Os and the hot attribute implies -O3.
10445
10446         * target-def.h (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION):
10447         By default, do not turn on -Os for cold functions.
10448         (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION): By default, do
10449         not turn on -O3 for hot functions.
10450
10451         * c-common.c (handle_hot_attribute): Use target hook to determine
10452         if hot functions should enable -O3.
10453         (handle_cold_attribute): Use target hook to determine if cold
10454         functions should enable -Os.
10455
10456         * config/i386/i386.c (ix86_target_string): Add -m3dnowa support.
10457         (override_options): Move disable scheduling to
10458         optimization_options.
10459         (optimization_options): Disable scheduling here, not
10460         override_options.
10461         (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION): Define.
10462         (TARGET_OPTION_HOT_ATTRIBUTE_SETS_OPTIMIZATION): Define.
10463
10464         * config/ia64/ia64.c (ia64_override_options): Move setting
10465         scheduling flags to ia64_optimization_options.
10466         (ia64_optimization_options): Disable scheduling options here, and
10467         not in ia64_override_options.
10468         (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION): Define.
10469         (TARGET_OPTION_HOT_ATTRIBUTE_SETS_OPTIMIZATION): Define.
10470
10471 2008-07-25  H.J. Lu  <hongjiu.lu@intel.com>
10472
10473         PR target/36936
10474         * config/i386/i386.c (override_options): Don't clear TARGET_CMOVE.
10475
10476 2008-07-25  Martin Jambor  <mjambor@suse.cz>
10477
10478         PR tree-optimization/36926
10479         * ipa-prop.c (ipa_analyze_call_uses): Call
10480         ipa_is_ssa_with_stmt_def instead of SSA_NAME_IS_DEFAULT_DEF.
10481
10482 2008-07-25  Joseph Myers  <joseph@codesourcery.com>
10483
10484         * config/arm/iwmmxt.md (movv8qi_internal, movv4hi_internal,
10485         movv2si_internal): Add mem = reg alternative.
10486
10487 2008-07-25  Andreas Tobler  <a.tobler@schweiz.org>
10488
10489         PR bootstrap/36918
10490         * config/sparc/sparc.h (DEFAULT_PCC_STRUCT_RETURN): Define
10491         DEFAULT_PCC_STRUCT_RETURN to 127.
10492
10493 2008-07-24  Jan Hubicka  <jh@suse.cz>
10494
10495         * cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.
10496         (build_cgraph_edges): Likewise.
10497         * cgraph.c (cgraph_node): Do not update assembler hash.
10498         (cgraph_remove_node): Drop non-unit-at-a-time code.
10499         * tree-pass.h (pass_O0_always_inline): Remove.
10500         * ipa-reference.c (gate_reference): Remove unit-at-a-time check.
10501         * toplev.c (process_options): Flag unit-at-a-time does not imply
10502         no section anchors.
10503         * cgraphunit.c: Update comments.
10504         (decide_is_function_needed): Drop non-unit-at-a-time mode.
10505         (cgraph_assemble_pending_functions): Remove.
10506         (cgraph_reset_node): Drop non-unit-at-a-time code.
10507         (cgraph_finalize_function): Likewise.
10508         (cgraph_analyze_function): Likewise.
10509         (cgraph_finalize_compilation_unit): Likewise.
10510         (cgraph_expand_function): Likewise.
10511         (cgraph_optimize): Likesise.
10512         (save_inline_function_body): Likewise.
10513         * ipa-pure-const.c (gate_pure_const): Drop flag_unit_at_a_time check.
10514         * tree-ssa-alias.c (maybe_be_aliased): Likewise.
10515         * ipa-inline.c: Update comments.
10516         (enum inlining_mode): remove INLINE_SPEED.
10517         (cgraph_clone_inlined_nodes): Drop unit-at-a-time check.
10518         (cgraph_mark_inline_edge): Likewise.
10519         (try_inline): Likewise.
10520         (cgraph_decide_inlining_incrementally): Likewise.
10521         (cgraph_gate_inlining): Remove.
10522         (cgraph_early_inlining): Remove flag_unit_at_a_time checks.
10523         (cgraph_gate_early_inlining): Likewise.
10524         (gate_inline_passes): Remove.
10525         (pass_inline_parameters, pass_ipa_inline): Remove gates.
10526         (cgraph_gate_O0_always_inline, cgraph_O0_always_inline,
10527         pass_O0_always_inline): Remove.
10528         * c-pch.c (c_pch_matching): Remove -funit-at-a-time.
10529         * dwarf2out.c (reference_to_unused): Remove flag_unit_at_a_time check.
10530         * opts.c (no_unit_at_a_time_default): Remove.
10531         (decode_options): Remove flag_unit_at_a_time reset and warning.
10532         * opts.h (no_unit_at_a_time_default): Remove.
10533         * c-decl.c (diagnose_mismatched_decls): Do not require inline keyword
10534         early in GNU dialect.
10535         (merge_decls): Update comment; drop unit-at-a-time check.
10536         (finish_decl): Likewise.
10537         (grok_declaration): Remove flag_inline_trees code.
10538         (finish_functions): Return on function returning non-void on all
10539         statics.
10540         * ipa-tye-escape.c (gate_type_escape_vars): Remove.
10541         * cfgexpand.c (expand_one_static_var): Remove.
10542         (expand_one_var): Remove expand_one_static_var call.
10543         (expand_used_vars_for_block): Remove flag_unit_a_time check.
10544         * c-opts.c (c_common_post_options): Remove flag_inline_trees code
10545         and flag_unit_at_a-time compatibility checks.
10546         * varasm.c (assemble_alias): Remove flag_unit_at_a_time check.
10547         * tree-inline.c (flag_inline_trees): Remove.
10548         (inlinable_function_p): Don't check it.
10549         (expand_call_inline): Remove non-unit-at-a-time code.
10550         * tree-inline.h (flag_inline_trees): Remove.
10551         * tree-optimize.c (execute_early_local_optimizations): Remove
10552         unit-at-a-time checks.
10553         (tree_rest_of_compilation): Likewise.
10554         * combine.c (setup_incoming_promotions): Likewise.
10555         * tree-profile.c (tree_gen_ic_func_profiler): Likewise.
10556         * tree-ssa-structalias.c (delete_points_to_sets): Likewise.
10557         * passes.c (pass_inline_parameters): Update comments; remove
10558         O0_alwaysinline pass.
10559         (execute_one_ipa_transform_pass): Do not reset in_gimple_form.
10560         (execute_one_pass): Likewise.
10561         * i386.c (ix86_function_regparm): Remove unit-at-a-time check.
10562         (ix86_function_sseregparm): Likewise.
10563         * arm.c (arm_function_in_section_p): Likewise.
10564         * bfin.c (bfin_load_pic_reg, bfin_function_ok_for_sibcall): Likewise.
10565         * varpool.c: Update comments.
10566         (decide_is_variable_needed): Remove unit-at-a-time checks.
10567         (varpool_finalize_decl): Likewise.
10568
10569 2008-07-24  Kaz Kojima  <kkojima@gcc.gnu.org>
10570
10571         * config/sh/sh.h (OPTIMIZATION_OPTIONS): Set flag_omit_frame_pointer
10572         to 2 instead of -1.
10573         (OVERRIDE_OPTIONS): Check if flag_omit_frame_pointer is equal to 2.
10574
10575 2008-07-24  Kai Tietz  <kai.tietz@onevision.com>
10576
10577         * config/i386/i386.c (get_dllimport_decl): Treat user_label_prefix for
10578         imp symbol extension.
10579
10580         2008-07-23  Ian Lance Taylor  <iant@google.com>
10581
10582         * tree-vrp.c (infer_value_range): Ignore asm statements when
10583         looking for memory accesses for -fdelete-null-pointer-checks.
10584
10585 2008-07-24  Ben Elliston  <bje@au.ibm.com>
10586
10587         * config/spu/spu-c.c (__vector_keyword): New variable.
10588         (vector_keyword): Likewise.
10589         (spu_categorize_keyword): New function.
10590         (spu_macro_to_expand): Likewise.
10591         (spu_cpu_cpp_builtins): Enable context-sensitive macros if not
10592         compiling an ISO C dialect.
10593
10594 2008-07-24  Ben Elliston  <bje@au.ibm.com>
10595
10596         * config/rs6000/rs6000-c.c: Move GTY(()) markers to match
10597         conventional usage.
10598
10599 2008-07-23  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
10600
10601         * configure: Regenerate.
10602         * configure.ac: Require texinfo 4.7.
10603         * doc/install.texi: Document texinfo 4.7 requirement.
10604
10605 2008-07-23  Martin Jambor  <mjambor@suse.cz>
10606
10607         * ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed
10608         rather than for DECL_SAVED_TREE.
10609         * ipa-prop.c: Include diagnostic.h.
10610         (ipa_check_stmt_modifications): Check LHS of GIMPLE_MODIFY_EXPRs
10611         thoroughly.
10612         (ipa_detect_param_modifications): Function rewritten from scratch.
10613         (ipa_compute_jump_functions): Changed accesses to modification flags.
10614         (ipa_free_node_params_substructures): Update flags destruction.
10615         (ipa_node_duplication_hook): Update flags duplication.
10616         (ipa_print_all_params_modified): Updated flag access.
10617         * ipa-prop.h (struct ipa_param_flags): New structure.
10618         (struct ipa_node_params): New field modification_analysis_done,
10619         modified_flags changed into param_flags.
10620         (ipa_is_ith_param_modified): Changed to use new flags.
10621         * Makefile.in (ipa-prop.o): Add $(DIAGNOSTIC_H) to dependencies.
10622
10623         * ipa-prop.c (ipa_print_all_jump_functions): Moved here from
10624         ipa-cp.c and split into two functions.
10625         (ipa_print_node_jump_functions): New function.
10626         (compute_scalar_jump_functions): New function.
10627         (type_like_member_ptr_p): New function.
10628         (compute_pass_through_member_ptrs): New function.
10629         (fill_member_ptr_cst_jump_function): New function.
10630         (determine_cst_member_ptr): New function.
10631         (compute_cst_member_ptr_arguments): New function.
10632         (ipa_compute_jump_functions): Complete rewrite.
10633         * ipa-prop.h (enum jump_func_type): Make explicit that we depend
10634         on IPA_UNKNOWN being zero. Added value IPA_CONST_MEMBER_PTR.
10635         (struct ipa_member_ptr_cst): New structure.
10636         (union jump_func_value): New field member_cst.
10637         * ipa-cp.c (ipcp_lat_is_insertable): New function.
10638         (ipcp_lattice_from_jfunc): Produces bottom lattices for unhandled
10639         jump function types.
10640         (ipcp_print_all_lattices): Slight fprintf rearrangement.
10641         (ipcp_print_all_structures): Call ipa_print_all_jump_functions
10642         instead of ipcp_print_all_jump_functions.
10643         (ipcp_insert_stage): Use ipcp_lat_is_insertable, create replace maps
10644         only for replacable scalars.
10645
10646         * doc/invoke.texi (Optimize options): Add description of
10647         -findirect-inlining.
10648         * common.opt (flag_indirect_inlining): New flag.
10649         * opts.c (decode_options): Set flag_indirect_inlining when
10650         optimize >= 3.
10651
10652         * ipa-inline.c: Include ipa-prop.h.
10653         (inline_indirect_intraprocedural_analysis): New function.
10654         (inline_generate_summary): Allocate parameter and argument info
10655         structures, call inline_indirect_intraprocedural_analysis on each
10656         node when doing indirect inlining and deallocate indirect inlining
10657         data structures in the end.
10658         * ipa-prop.c (ipa_create_param_decls_array): Return if already done.
10659         (free_all_ipa_structures_after_iinln): New function.
10660         (free_all_ipa_structures_after_ipa_cp): Checks whether iinln will be
10661         done.
10662         * Makefile.in (ipa-inline.o): Added $(IPA_PROP_H) to dependencies.
10663
10664         * cgraphbuild.c (compute_call_stmt_bb_frequency): New function.
10665         (build_cgraph_edges): Call compute_call_stmt_bb_frequency instead
10666         of computing the frequency separately.
10667         (rebuild_cgraph_edges): Call compute_call_stmt_bb_frequency instead
10668         of computing the frequency separately.
10669         * ipa-cp.c (ipcp_print_all_structures): Replace a call to
10670         ipa_print_all_param_modified with a call to ipa_print_all_param_flags.
10671         * ipa-prop.c (ipa_get_member_ptr_load_param): New function.
10672         (ipa_get_stmt_member_ptr_load_param): New function.
10673         (ipa_is_ssa_with_stmt_def): New function.
10674         (ipa_note_param_call): New function.
10675         (ipa_analyze_call_uses): New function.
10676         (ipa_analyze_stmt_uses): New function.
10677         (ipa_analyze_params_uses): New function.
10678         (ipa_free_node_params_substructures): Also free the param_calls linked
10679         list.
10680         (ipa_node_duplication_hook): Also duplicate the param_calls
10681         linked list.
10682         (ipa_print_node_param_flags): New function.
10683         (ipa_print_all_params_modified): Renamed to ipa_print_all_param_flags.
10684         (ipa_print_all_param_flags): Calls ipa_print_node_param_flags.
10685         * ipa-prop.h (struct ipa_param_flags): New field called.
10686         (struct ipa_param_call_note): New structure.
10687         (struct ipa_node_params): New fields param_calls and
10688         uses_analysis_done.
10689         (ipa_is_ith_param_called): New function.
10690         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
10691         ipa_analyze_params_uses and dump parameter flags.
10692
10693         * ipa-inline.c (cgraph_decide_recursive_inlining): Call
10694         ipa_propagate_indirect_call_infos if performing indirect inlining,
10695         pass a new parameter new_edges to it.
10696         (add_new_edges_to_heap): New fucntion.
10697         (cgraph_decide_inlining_of_small_functions): New vector
10698         new_indirect_edges for newly found indirect edges , call
10699         ipa_propagate_indirect_call_infos after inlining.
10700         (cgraph_decide_inlining): Call ipa_propagate_indirect_call_infos after
10701         inlining if performing indirect inlining.  Call
10702         free_all_ipa_structures_after_iinln when doing so too.
10703         (inline_generate_summary): Do not call
10704         free_all_ipa_structures_after_iinln here.
10705         * ipa-prop.c (update_jump_functions_after_inlining): New function.
10706         (print_edge_addition_message): New function.
10707         (update_call_notes_after_inlining): New function.
10708         (propagate_info_to_inlined_callees): New function.
10709         (ipa_propagate_indirect_call_infos): New function.
10710         * ipa-prop.h: Include cgraph.h
10711         (struct ipa_param_call_note): Fields reordered, new field processed.
10712         * cgraph.h (cgraph_edge): Shrink loop_nest field to 31 bits, add a new
10713         flag indirect_call.
10714         * cgraphunit.c (verify_cgraph_node): Allow indirect edges not to have
10715         rediscovered call statements.
10716         * cgraph.c (cgraph_create_edge): Initialize indirect_call to zero.
10717         (dump_cgraph_node): Dump also the indirect_call flag.
10718         (cgraph_clone_edge): Copy also the indirect_call flag.
10719         * tree-inline.c (copy_bb): Do not check for fndecls from call
10720         expressions, check for edge availability when moving clones.
10721         (get_indirect_callee_fndecl): New function.
10722         (expand_call_inline): If callee declaration is not apprent from
10723         the statement, try calling get_indirect_callee_fndecl.  Do not
10724         issue warnings or call sorry when not inlinings an indirect edge.
10725         * Makefile.in (IPA_PROP_H): Added $(CGRAPH_H) to dependencies.
10726
10727         * ipa-prop.c (ipa_print_node_param_flags): Make the dump format a
10728         bit more frandly to matching.
10729         * testsuite/g++.dg/ipa/iinline-1.C: New testcase.
10730         * testsuite/gcc.dg/ipa/iinline-1.c: New testcase.
10731         * testsuite/gcc.dg/ipa/modif-1.c: New testcase.
10732
10733 2008-07-23  Michael Meissner  <gnu@the-meissners.org>
10734
10735         PR 36907
10736         * opth-gen.awk: Suppress function specific features when building
10737         target libraries.
10738         * optc-gen.awk: Ditto.
10739
10740 2008-07-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
10741
10742         PR 35058
10743         * diagnostic.c (pedwarn): Add opt parameter.
10744         (pedwarn0): New.
10745         * c-tree.h (pedwarn_init): Add opt parameter.
10746         (pedwarn_c90): Likewise.
10747         (pedwarn_c99): Likewise.
10748         * c-errors.c (pedwarn_c99): Likewise.
10749         (pedwarn_c90): Likewise.
10750         * toplev.h (pedwarn): Update declaration.
10751         (pedwarn0): Declare.
10752         * c-lex.c: All calls to pedwarn changed.
10753         * builtins.c: All calls to pedwarn changed.
10754         * toplev.c: All calls to pedwarn changed.
10755         * c-decl.c: All calls to pedwarn changed.
10756         * c-typeck.c: All calls to pedwarn changed.
10757         * c-common.c: All calls to pedwarn changed.
10758         * c-parser.c: All calls to pedwarn changed.
10759
10760 2008-07-23  Michael Meissner  <gnu@the-meissners.org>
10761             Karthik Kumar  <karthikkumar@gmail.com>
10762
10763         * attribs.c (file scope): Include c-common.h.
10764         (decl_attributes): Add support for #pragma GCC optimize and
10765         #pragma GCC option.
10766
10767         * targhooks.c (default_can_inline_p): New function that is the
10768         default for the TARGET_CAN_INLINE_P target hook.
10769
10770         * targhooks.h (default_can_inline_p): Add declaration.
10771
10772         * tree.c (cl_optimization_node): New static tree for building
10773         OPTIMIZATION_NODE tree.
10774         (cl_target_option_node): New static tree for building
10775         TARGET_OPTION_NODE tree.
10776         (cl_option_hash_table): New hash table for hashing
10777         OPTIMIZATION_NODE and TARGET_OPTION_NODE trees.
10778         (cl_option_hash_hash): New function to provide the hash value for
10779         OPTIMIZATION_NODE and TARGET_OPTION_NODE trees.
10780         (cl_option_hash_eq): New function to provide an equality test for
10781         OPTIMIZATION_NODE and TARGET_OPTION_NODE trees.
10782         (tree_code_size): Add support for OPTIMIZATION_NODE and
10783         TARGET_OPTION_NODE trees.
10784         (tree_code_structure): Add support for OPTIMIZATION_NODE and
10785         TARGET_OPTION_NODE trees.
10786         (build_optimization_node): Build a tree that has all of the
10787         current optimization options.
10788         (build_target_option_node): Build a tree that has the target
10789         options that might be changed on a per function basis.
10790
10791         * tree.h (file scope): Include options.h.
10792         (DECL_FUNCTION_SPECIFIC_TARGET): New accessor macro.
10793         (DECL_FUNCTION_SPECIFIC_OPTIMIZATION): Ditto.
10794         (TREE_OPTIMIZATION): Ditto.
10795         (TREE_TARGET_SPECIFIC): Ditto.
10796         (struct tree_function_decl): Add fields for remembering the
10797         current optimization options and target specific options.
10798         (struct tree_optimization_option): New tree variant that remembers
10799         the optimization options.
10800         (struct tree_target_option): New tree variant that remembers the
10801         target specific flags that might change for compiling a particular
10802         function.
10803         (union tree_node): Include tree_optimization_option and
10804         tree_target_option fields.
10805         (enum tree_index): Add TI_OPTIMIZATION_DEFAULT,
10806         TI_OPTIMIZATION_CURRENT, TI_OPTIMIZATION_COLD,
10807         TI_OPTIMIZATION_HOT, TI_TARGET_OPTION_DEFAULT,
10808         TI_TARGET_OPTION_CURRENT, TI_CURRENT_OPTION_PRAGMA,
10809         TI_CURRENT_OPTIMIZE_PRAGMA entries for saving function specific
10810         optimization and target options.
10811         (optimization_default_node): New macro to refer to global_trees
10812         field.
10813         (optimization_current_node): Ditto.
10814         (optimization_cold_node): Ditto.
10815         (optimization_hot_node): Ditto.
10816         (target_option_default_node): Ditto.
10817         (target_option_current_node): Ditto.
10818         (current_option_pragma): Ditto.
10819         (current_optimize_pragma): Ditto.
10820
10821         * target.h (struct gcc_target): Add valid_option_attribute_p,
10822         target_option_save, target_option_restore, target_option_print,
10823         target_option_pragma_parse, and can_inline_p hooks.
10824
10825         * toplev.h (parse_optimize_options): Add declaration.
10826         (fast_math_flags_struct_set_p): Ditto.
10827
10828         * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): New function to
10829         adjust the current __OPTIMIZE__, etc. macros when #pragma GCC
10830         optimize is used.
10831
10832         * ipa-inline.c (cgraph_decide_inlining_of_small_function): Call
10833         tree_can_inline_p hook to see if one function can inline another.
10834         (cgraph_decide_inlining): Ditto.
10835         (cgraph_decide_inlining_incrementally): Ditto.
10836
10837         * opts.c (decode_options): Add support for running multiple times
10838         to allow functions with different target or optimization options
10839         than was specified on the command line.
10840         (fast_math_flags_struct_set_p): New function that is similar to
10841         fast_math_flags_set_p, except it uses the values in the
10842         cl_optimization structure instead of global variables.
10843
10844         * optc-gen.awk: Add support for TargetSave to allow a back end to
10845         declare new fields that need to be saved when using function
10846         specific options.  Include flags.h and target.h in the options.c
10847         source.  Add support for Save to indicate which options can be set
10848         for individual functions.  Generate cl_optimize_save,
10849         cl_optimize_restore, cl_optimize_print, cl_target_option_save,
10850         cl_target_option_restore, cl_target_option_print functions to
10851         allow functions to use different optimization or target options.
10852
10853         * opt-functions.awk (var_type_struct): Return the type used for
10854         storing the field in a structure.
10855
10856         * opth-gen.awk: Add support for TargetSave to allow a back end to
10857         declare new fields that need to be saved when using function
10858         specific options.  Add support for Save to indicate which options
10859         can be set for individual functions.  Only generate one extern for
10860         Mask fields.  Generate cl_optimization and cl_target_option
10861         structures to remember optimization and target options.
10862
10863         * treestruct.def (TS_OPTIMIZATION): Add support for garbage
10864         collecting new tree nodes.
10865         (TS_TARGET_OPTION): Ditto.
10866
10867         * c-decl.c (merge_decls): Merge function specific target and
10868         optimization options.
10869
10870         * function.c (invoke_set_current_function_hook): If the function
10871         uses different optimization options, change the global variables
10872         to reflect this.
10873
10874         * coretypes.h (struct cl_optimization): Add forward reference.
10875         (struct cl_target_option): Ditto.
10876
10877         * c-pragma.c (option_stack): New static vector to remember the
10878         current #pragma GCC option stack.
10879         (handle_pragma_option): New function to support #pragma GCC option
10880         to change target options.
10881         (optimize_stack): New static vector to remember the current
10882         #pragma GCC optimize stack.
10883         (handle_pragma_optimize): New function to support #pragma GCC
10884         optimize to change optimization options.
10885         (init_pragma): Add support for #pragma GCC optimize and #pragma
10886         GCC option.
10887
10888         * tree.def (OPTIMIZATION_NODE): New tree code for remembering
10889         optimization options.
10890         (TARGET_OPTION_NODE): New tree code for remembering certain target
10891         options.
10892
10893         * print-tree.c (print_node): Add support for OPTIMIZATION_NODE and
10894         TARGET_OPTION_NODE trees.
10895
10896         * common.opt (-O): Add Optimization flag.
10897         (-Os): Ditto.
10898         (-fmath-errno): Ditto.
10899         (-falign-functions): Add UInteger flag to make sure flag gets full
10900         int in cl_optimization structure.
10901         (-falign-jumps): Ditto.
10902         (-falign-labels): Ditto.
10903         (-falign-loops): Ditto.
10904         (-fsched-stalled-insns): Ditto.
10905         (-fsched-stalled-insns-dep): Ditto.
10906
10907         * target-def.h (TARGET_VALID_OPTION_ATTRIBUTE_P): Add default
10908         definition.
10909         (TARGET_OPTION_SAVE): Ditto.
10910         (TARGET_OPTION_RESTORE): Ditto.
10911         (TARGET_OPTION_PRINT): Ditto.
10912         (TARGET_OPTION_PRAGMA_PARSE): Ditto.
10913         (TARGET_CAN_INLINE_P): Ditto.
10914         (TARGET_INITIALIZER): Add new hooks.
10915
10916         * tree-inline.c (tree_can_inline_p): New function to determine
10917         whether one function can inline another.  Check if the functions
10918         use compatible optimization options, and also call the backend
10919         can_inline_p hook.
10920
10921         * tree-inline.h (tree_can_inline_p): Add declaration.
10922
10923         * c-common.c (c_common_attribute): Add support for option and
10924         optimize attributes.
10925         (handle_option_attribute): Add support for the option attribute to
10926         allow the user to specify different target options for compiling a
10927         specific function.
10928         (handle_optimize_attribute): Add support for the optimize
10929         attribute to allow the user to specify different optimization
10930         options for compiling a specific function.
10931         (handle_hot_attribute): Turn on -O3 optimization for this one
10932         function if it isn't the default optimization level.
10933         (handle_cold_attribute): Turn on -Os optimization for this one
10934         function if it insn't the default optimization.
10935         (const_char_p): New const char * typedef.
10936         (optimize_args): New static vector to remember the optimization
10937         arguments.
10938         (parse_optimize_options): New function to set up the optimization
10939         arguments from either the optimize attribute or #pragma GCC optimize.
10940
10941         * c-common.h (c_cpp_builtins_optimize_pragma): Add declaration.
10942         (builtin_define_std): Ditto.
10943
10944         * config.gcc (i[3467]86-*-*): Add i386-c.o to C/C++ languages.
10945         Add t-i386 Makefile fragment to add i386-c.o and i386.o dependencies.
10946         (x86_64-*-*): Ditto.
10947
10948         * Makefile.in (TREE_H): Add options.h.
10949         (options.o): Add $(TARGET_H) $(FLAGS_H) dependencies.
10950
10951         * doc/extend.texi (option attribute): Document new attribute.
10952         (optimize attribute): Ditto.
10953         (hot attribute): Document hot attribute sets -O3.
10954         (cold attribute): Document cold attribute sets -Os.
10955         (#pragma GCC option): Document new pragma.
10956         (#pragma GCC optimize): Ditto.
10957
10958         * doc/options.texi (TargetSave): Document TargetSave syntax.
10959         (UInteger): Document UInteger must be used for certain flags.
10960         (Save): Document Save option to create target specific options
10961         that can be saved/restored on a function specific context.
10962
10963         * doc/c-tree.texi (DECL_FUNCTION_SPECIFIC_TARGET): Document new macro.
10964         (DECL_FUNCTION_SPECIFIC_OPTIMIZATION): Ditto.
10965
10966         * doc/tm.texi (TARGET_VALID_OPTION_ATTRIBUTE_P): Document new hook.
10967         (TARGET_OPTION_SAVE): Ditto.
10968         (TARGET_OPTION_RESTORE): Ditto.
10969         (TARGET_OPTION_PRINT): Ditto.
10970         (TARGET_OPTION_PRAGMA_PARSE): Ditto.
10971         (TARGET_CAN_INLINE_P): Ditto.
10972
10973         * doc/invoke.texi (-mfpmath=sse+387): Document as an alias for
10974         -mfpmath=sse,387.
10975         (-mfpmath=both): Ditto.
10976
10977 2008-07-23  Michael Meissner  <gnu@the-meissners.org>
10978             Karthik Kumar  <karthikkumar@gmail.com>
10979
10980         * config/i386/i386.h (TARGET_ABM): Move switch into ix86_isa_flags.
10981         (TARGET_POPCNT): Ditto.
10982         (TARGET_SAHF): Ditto.
10983         (TARGET_AES): Ditto.
10984         (TARGET_PCLMUL): Ditto.
10985         (TARGET_CMPXCHG16B): Ditto.
10986         (TARGET_RECIP): Move switch into target_flags.
10987         (TARGET_FUSED_MADD): Ditto.
10988         (ix86_arch_features): Make an unsigned char type.
10989         (ix86_tune_features): Ditto.
10990         (OVERRIDE_OPTIONS): Add bool argument to override_options call.
10991         (TARGET_CPU_CPP_BUILTINS): Move into ix86_target_macros.
10992         (REGISTER_TARGET_PRAGMAS): Define, call ix86_register_pragmas.
10993
10994         * config/i386/i386.opt (arch): New TargetSave field to define
10995         fields that need to be saved for function specific option support.
10996         (tune): Ditto.
10997         (fpmath): Ditto.
10998         (branch_cost): Ditto.
10999         (ix86_isa_flags_explicit): Ditto.
11000         (tune_defaulted): Ditto.
11001         (arch_specified): Ditto.
11002         (-m128-long-double): Add Save flag to save option for target
11003         specific option support.
11004         (-m80387): Ditto.
11005         (-maccumulate-outgoing-args): Ditto.
11006         (-malign-double): Ditto.
11007         (-malign-stringops): Ditto.
11008         (-mfancy-math-387): Ditto.
11009         (-mhard-float): Ditto.
11010         (-mieee-fp): Ditto.
11011         (-minline-all-stringops): Ditto.
11012         (-minline-stringops-dynamically): Ditto.
11013         (-mms-bitfields): Ditto.
11014         (-mno-align-stringops): Ditto.
11015         (-mno-fancy-math-387): Ditto.
11016         (-mno-push-args): Ditto.
11017         (-mno-red-zone): Ditto.
11018         (-mpush-args): Ditto.
11019         (-mred-zone): Ditto.
11020         (-mrtd): Ditto.
11021         (-msseregparm): Ditto.
11022         (-mstack-arg-probe): Ditto.
11023         (-m32): Ditto.
11024         (-m64): Ditto.
11025         (-mmmx): Ditto.
11026         (-m3dnow): Ditto.
11027         (-m3dnowa): Ditto.
11028         (-msse): Ditto.
11029         (-msse2): Ditto.
11030         (-msse3): Ditto.
11031         (-msse4.1): Ditto.
11032         (-msse4.2): Ditto.
11033         (-msse4): Ditto.
11034         (-mno-sse4): Ditto.
11035         (-msse4a): Ditto.
11036         (-msse5): Ditto.
11037         (-mrecip): Move flag into target_flags.
11038         (-mcld): Ditto.
11039         (-mno-fused-madd): Ditto.
11040         (-mfused-madd): Ditto.
11041         (-mabm): Move flag into ix86_isa_flags.
11042         (-mcx16): Ditto.
11043         (-mpopcnt): Ditto.
11044         (-msahf): Ditto.
11045         (-maes): Ditto.
11046         (-mpclmul): Ditto.
11047
11048         * config/i386/i386-c.c: New file for #pragma support.
11049         (ix86_target_macros_internal): New function to #define or #undef
11050         target macros based when the user uses the #pragma GCC option to
11051         change target options.
11052         (ix86_pragma_option_parse): New function to add #pragma GCC option
11053         support.
11054         (ix86_target_macros): Move defining the target macros here from
11055         TARGET_CPU_CPP_BUILTINS in i386.h.
11056         (ix86_register_pragmas): Register the #pragma GCC option hook.  If
11057         defined, initialize any subtarget #pragmas.
11058
11059         * config/i386/darwin.h (REGISTER_SUBTARGET_PRAGMAS): Rename from
11060         REGISTER_TARGET_PRAGMAS.
11061
11062         * config/i386/t-i386: New file for x86 dependencies.
11063         (i386.o): Make dependencies mirror the include files used.
11064         (i386-c.o): New file, add dependencies.
11065
11066         * config/i386/i386-protos.h (override_options): Add bool argument.
11067         (ix86_valid_option_attribute_tree): Add declaration.
11068         (ix86_target_macros): Ditto.
11069         (ix86_register_macros): Ditto.
11070
11071         * config/i386/i386.c (ix86_tune_features): Move initialization of
11072         the target masks to initial_ix86_tune_features to allow functions
11073         to have different target options.  Make type unsigned char,
11074         instead of unsigned int.
11075         (initial_ix86_tune_features): New static vector to hold processor
11076         masks for the tune variables.
11077         (ix86_arch_features): Move initialization of the target masks to
11078         initial_ix86_arch_features to allow functions to have different
11079         target options.  Make type unsigned char, instead of unsigned int.
11080         (initial_ix86_arch_features): New static vector to hold processor
11081         masks for the arch variables.
11082         (enum ix86_function_specific_strings): New enum to describe the
11083         string options used for attribute((option(...))).
11084         (ix86_target_string): New function to return a string that
11085         describes the target options.
11086         (ix86_debug_options): New function to print the current options in
11087         the debugger.
11088         (ix86_function_specific_save): New function hook to save the
11089         function specific global variables in the cl_target_option structure.
11090         (ix86_function_specific_restore): New function hook to restore the
11091         function specific variables from the cl_target_option structure to
11092         the global variables.
11093         (ix86_function_specific_print): New function hook to print the
11094         target specific options in the cl_target_option structure.
11095         (ix86_valid_option_attribute_p): New function hook to validate
11096         attribute((option(...))) arguments.
11097         (ix86_valid_option_attribute_tree): New function that is common
11098         code between attribute((option(...))) and #pragma GCC option
11099         support that parses the options and returns a tree holding the options.
11100         (ix86_valid_option_attribute_inner_p): New helper function for
11101         ix86_valid_option_attribute_tree.
11102         (ix86_can_inline_p): New function hook to decide if one function
11103         can inline another on a target specific basis.
11104         (ix86_set_current_function); New function hook to switch target
11105         options if the user used attribute((option(...))) or #pragma GCC
11106         option.
11107         (ix86_tune_defaulted): Move to static file scope from
11108         override_options.
11109         (ix86_arch_specified): Ditto.
11110         (OPTION_MASK_ISA_AES_SET): New macro for moving switches into
11111         ix86_isa_flags.
11112         (OPTION_MASK_ISA_PCLMUL_SET): Ditto.
11113         (OPTION_MASK_ISA_ABM_SET): Ditto.
11114         (OPTION_MASK_ISA_POPCNT_SET): Ditto.
11115         (OPTION_MASK_ISA_CX16_SET): Ditto.
11116         (OPTION_MASK_ISA_SAHF_SET): Ditto.
11117         (OPTION_MASK_ISA_AES_UNSET): Ditto.
11118         (OPTION_MASK_ISA_PCLMUL_UNSET): Ditto.
11119         (OPTION_MASK_ISA_ABM_UNSET): Ditto.
11120         (OPTION_MASK_ISA_POPCNT_UNSET): Ditto.
11121         (OPTION_MASK_ISA_CX16_UNSET): Ditto.
11122         (OPTION_MASK_ISA_SAHF_UNSET): Ditto.
11123         (struct ptt): Move to static file scope from override_options.
11124         (processor_target_table): Ditto.
11125         (cpu_names): Ditto.
11126         (ix86_handle_option): Add support for options that are now isa options.
11127         (override_options): Add support for declaring functions that
11128         support different target options than were specified on the
11129         command line.  Move struct ptt, processor_target_table, cpu_names,
11130         ix86_tune_defaulted, ix86_arch_specified to static file scope.
11131         Add bool argument.  Fix up error messages so the appropriate error
11132         is given for either command line or attribute.
11133         (ix86_previous_fndecl): New static to remember previous function
11134         declaration to see if we need to change target options.
11135         (ix86_builtins_isa): New array to record the ISA of each builtin
11136         function.
11137         (def_builtin): Always create the builtin function, even if the
11138         current ISA doesn't support it.
11139         (ix86_init_mmx_sse_builtins): Remove TARGET_AES and TARGET_PCLMUL
11140         tests for those builtins.
11141         (ix86_init_builtins): Remove TARGET_MMX test for calling
11142         ix86_init_mmx_sse_builtins.
11143         (ix86_expand_builtin): If the current ISA doesn't support a given
11144         builtin, signal an error.
11145         (TARGET_VALID_OPTION_ATTRIBUTE_P): Set target hook.
11146         (TARGET_SET_CURRENT_FUNCTION): Ditto.
11147         (TARGET_OPTION_SAVE): Ditto.
11148         (TARGET_OPTION_RESTORE): Ditto.
11149         (TARGET_OPTION_PRINT): Ditto.
11150         (TARGET_CAN_INLINE_P): Ditto.
11151
11152 2008-07-22  Rafael Ávila de Espíndola  <espindola@google.com>
11153
11154         * c-typeck.c (build_external_ref): Don't call assemble_external.
11155         * final.c (output_operand): Call assemble_external.
11156
11157 2008-07-21  DJ Delorie  <dj@redhat.com>
11158
11159         * config/h8300/h8300.c (h8300_hard_regno_scratch_ok): New.
11160         (TARGET_HARD_REGNO_SCRATCH_OK): Define.
11161
11162 2008-07-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11163
11164         * config/spu/spu.md ("div<mode>3"): Convert into expander, move
11165         original insn and splitter contents into ...
11166         ("*div<mode>3_fast"): ... this new pattern.  Enable only if
11167         flag_unsafe_math_optimizations.  Add dummy scratch register.
11168         ("*div<mode>3_adjusted"): New insn and splitter.  Enable only if
11169         !flag_unsafe_math_optimizations.  Returns number with next
11170         highest magnitude if this is still less or equal to the true
11171         quotient in magnitude.
11172
11173 2008-07-21  Rafael Ávila de Espíndola  <espindola@google.com>
11174
11175         * Makefile.in: Replace toplev.h with TOPLEV_H.
11176         * c-decl.c (merge_decls): Don't set DECL_IN_SYSTEM_HEADER.
11177         * c-lex.c (fe_file_change): Don't set in_system_header.
11178         * c-parser.c (c_token): Remove in_system_header.
11179         (c_lex_one_token): Don't set in_system_header.
11180         (c_parser_set_source_position_from_token): Don't set in_system_header.
11181         * diagnostic.c (diagnostic_report_diagnostic): Use location from
11182         diagnostic_info.
11183         (warning_at): New.
11184         * diagnostic.h (diagnostic_report_warnings_p): Add LOC argument.
11185         * flags.h (in_system_header): Remove.
11186         * function.c (saved_in_system_header): Remove.
11187         (push_cfun): Don't set in_system_header.
11188         (pop_cfun): Don't set in_system_header.
11189         (push_struct_function): Don't set in_system_header.
11190         * input.h (expanded_location): Add sysp.
11191         (in_system_header_at): New.
11192         (in_system_header): New.
11193         * toplev.c (in_system_header): Remove.
11194         * toplev.h: Include input.h
11195         (warning_at): New.
11196         * tree-cfg.c (execute_warn_function_return): Call warning_at.
11197         * tree-ssa.c (warn_uninit): Call warning_at.
11198         (warn_uninitialized_var): Update calls to warn_uninit.
11199         (warn_uninitialized_phi): Update calls to warn_uninit.
11200         * tree.c (make_node_stat): Don't set DECL_IN_SYSTEM_HEADER.
11201         (expand_location): Initialize xloc.sysp.
11202         * tree.h (DECL_IN_SYSTEM_HEADER): Use in_system_header_at.
11203         (tree_decl_with_vis): Remove in_system_header_flag.
11204
11205 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
11206
11207         PR target/36822
11208         * recog.c (asm_operand_ok): Change the order of the extra
11209         memory constraint checks.
11210
11211 2008-07-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11212
11213         PR tree-opt/36879
11214         * tree-switch-conversion.c (build_one_array): Call
11215         varpool_mark_needed_node and varpool_finalize_decl
11216         instead of assemble_variable.
11217
11218 2008-07-19  Jan Hubicka  <jh@suse.cz>
11219
11220         * cgraph.c (cgraph_add_new_function): Do early local passes.
11221         * tree-nrv.c (gate_pass_return_slot): New gate.
11222         (pass_nrv): Add the gate.
11223         * tree-ssa-coalese.c (hash_ssa_name_by_var, eq_ssa_name_by_var): New
11224         functions.
11225         (coalesce_ssa_name): Coalesce SSA names.
11226         * tree-ssa-live.c (remove_unused_locals): Be more conservative when
11227         not optimizing so unused user vars remains visible.
11228         * common.opt (flag_tree_ter): Always enable by default.
11229         * tree-ssa-ter.c: Include flags.h
11230         (is_replaceable_p): Check that locations match; when aliasing
11231         is missing be conservative about loads.
11232         * tree-optimize.c (gate_init_datastructures): Remove.
11233         (pass_init_datastructures): New.
11234         * passes.c: Reorder passes so we always go into SSA.
11235
11236 2008-07-19  Jan Hubicka  <jh@suse.cz>
11237
11238         * doc/extend.texi (flatten attribute): Remove note about
11239         unit-at-a-time.
11240         * doc/invoke.texi (--combine): Likewise.
11241         (-finline-functions-called-once): Update levels when enabled.
11242         (-funit-at-a-time): Document new behaviour.
11243         (-ftoplevel-reorder): Document that it is enabled -O0 and imply
11244         -fno-section-anchors when disabled explicitly.
11245         (inline params): They are not ignored now.
11246         (precompiled headers): Remove unit-at-a-time as being incompatible.
11247         * opts.c (decode_options): Handle unit-at-a-time as alias;
11248         imply -fno-section-anchors when toplevel reorder is disabled
11249         explicitly.
11250         * common.opt (ftoplevel-reorder): Set default value to 2.
11251         (funit-at-a-time): Set default value to 1.
11252         * config/rs6000/rs6000.c (optimization_options): Set section anchors
11253         to 2.
11254
11255 2008-07-19  Jan Hubicka  <jh@suse.cz>
11256
11257         * builtins.c (expand_builtin_int_roundingfn,
11258         expand_builtin_int_roundingfn_2): Do not take subtarget argument;
11259         it is not useful.
11260
11261 2008-07-19  Richard Guenther  <rguenther@suse.de>
11262
11263         PR bootstrap/36864
11264         * tree-ssa-sccvn.h (get_constant_value_id): Declare.
11265         * tree-ssa-sccvn.c (get_constant_value_id): New function.
11266         * tree-ssa-pre.c (get_expr_value_id): For newly created
11267         constant value-ids make sure to add the expression to its
11268         expression-set.
11269
11270 2008-07-19  Jakub Jelinek  <jakub@redhat.com>
11271
11272         PR middle-end/36877
11273         * omp-low.c (expand_omp_atomic_fetch_op): Make sure the
11274         return value of the builtin is ignored.
11275
11276 2008-07-19  Olivier Hainque  <hainque@adacore.com>
11277
11278         * doc/tm.texi (MALLOC_ABI_ALIGNMENT): New macro. Alignment, in
11279         bits, a C conformant malloc implementation has to provide.
11280         * defaults.h (MALLOC_ABI_ALIGNMENT): Default to BITS_PER_WORD.
11281
11282 2008-07-19  Joseph Myers  <joseph@codesourcery.com>
11283
11284         PR target/36780
11285         PR target/36827
11286         * reload.c (find_reloads_subreg_address): Only reload address if
11287         reloaded == 0, not for reloaded != 1.
11288
11289         Revert:
11290         2008-07-16  Joseph Myers  <joseph@codesourcery.com>
11291         * config/m32c/m32c.c (BIG_FB_ADJ): Move definition earlier.
11292         (m32c_legitimate_address_p): Handle "++rii" addresses created by
11293         m32c_legitimize_reload_address.
11294
11295         2008-07-15  Kaz Kojima  <kkojima@gcc.gnu.org>
11296         * config/sh/sh.h (GO_IF_LEGITIMATE_ADDRESS): Allow
11297         (plus (plus (reg) (const_int)) (const_int)) when reload_in_progress.
11298
11299 2008-07-19  Olivier Hainque  <hainque@adacore.com>
11300
11301         * dwarf2out.c (add_subscript_info): New explicit COLLAPSE_P
11302         argument, saying whether nested array are to be collapsed
11303         into a single array type DIE with multiple subscripts.
11304         (gen_array_type_die): Factorize comments about the MIPS_DEBUG_INFO
11305         issues, centralize the nested array types collapsing control and
11306         disable the transformation for Ada.
11307
11308 2008-07-18  Uros Bizjak  <ubizjak@gmail.com>
11309
11310         PR target/36786
11311         * config/i386/i386.md (x86_64_shift_adj_1): Rename from
11312         x86_64_shift_adj.
11313         (x86_64_shift_adj_2): New expander.
11314         (x86_64_shift_adj_3): Ditto.
11315         * config/i386/i386.c (ix86_split_ashr): Use gen_x86_64_shift_adj_3
11316         to split TImode operands.
11317         (ix86_split_ashl): Use gen_x86_64_shift_adj_2 to split TImode operands.
11318         (ix86_split_lshr): Ditto.
11319
11320 2008-07-18  Kris Van Hees  <kris.van.hees@oracle.com>
11321
11322         * c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__
11323         and __CHAR32_TYPE__.
11324         * c-typeck.c (digest_init): Support char16_t and char32_t.
11325         (set_nonincremental_init_from_string): Idem.
11326
11327 2008-07-18  H.J. Lu  <hongjiu.lu@intel.com>
11328
11329         PR middle-end/36859
11330         * builtins.c (std_gimplify_va_arg_expr): Limit alignment to
11331         PREFERRED_STACK_BOUNDARY.
11332         * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
11333
11334 2008-07-18  H.J. Lu  <hongjiu.lu@intel.com>
11335
11336         PR middle-end/36858
11337         * function.c (locate_and_pad_parm): Cap boundary earlier.
11338
11339 2008-07-17  Julian Brown  <julian@codesourcery.com>
11340
11341         * config/arm/arm.c (arm_cxx_determine_class_data_visibility): Make
11342         no-op for targets which don't use DLLs.
11343
11344 2008-07-17  Martin Jambor  <mjambor@suse.cz>
11345
11346         * ipa-cp.c (ipcp_print_all_lattices): New variable info, check
11347         that nodes are relevant by examining the node->analyzed flag.
11348         (ipcp_init_stage): Check which nodes are relevant, assert that the
11349         relevant ones are also required.
11350         (ipcp_propagate_stage): Check on the side arrays are properly
11351         allocated.
11352         (ipcp_print_all_jump_functions): Make sure not to touch any node
11353         that is not analyzed or an edge that does not have a corresponding
11354         entry in the on-the-side vectors.
11355         (ipcp_function_scale_print): Likewise.
11356         (ipcp_update_callgraph): Check that the node is relevant.
11357         (ipcp_insert_stage): Check that the node is relevant.  Check there is
11358         an info for every node and edge.
11359         * ipa-prop.c (ipa_init_func_list): Check the nodes are relevant.
11360         (ipa_print_all_tree_maps): Likewise and a new variable info.
11361         (ipa_print_all_params_modified): Likewise.
11362         * ipa-prop.h (ipa_edge_args_info_available_for_edge_p): New function.
11363
11364 2008-07-17  Roman Zippel <zippel@linux-m68k.org>
11365
11366         PR target/25343
11367         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __mc68000__.
11368
11369 2008-07-17  Paolo Bonzini  <bonzini@gnu.org>
11370
11371         PR rtl-optimization/36753
11372         * fwprop.c (use_killed_between): Don't shortcut
11373         single-definition global registers.
11374
11375 2008-07-16  Jan Hubicka  <jh@suse.cz>
11376
11377         * cgraph.h (varpool_empty_needed_queue): Declare.
11378         * cgraphunit.c (output_in_order): Mark all variables as needed;
11379         empty the queue.
11380         * varpool.c (varpool_assemble_node): Update debug queue.
11381         (varpool_assemble_pending_decls): Don't do it here.
11382         (varpool_empty_needed_queue):  New function.
11383
11384 2008-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11385
11386         * recog.c (peephole2_optimize): Fix formatting.
11387
11388 2008-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11389
11390         * c-pch.c (get_ident): Avoid C++ keywords.
11391         * combine-stack-adj.c (single_set_for_csa): Likewise.
11392         * final.c (asm_insn_count, final_scan_insn, alter_subreg,
11393         output_asm_insn): Likewise.
11394         * reload.c (push_secondary_reload, find_reusable_reload,
11395         push_reload, combine_reloads, find_reloads,
11396         debug_reload_to_stream): Likewise.
11397         * reload.h (struct reload): Likewise.
11398         * reload1.c (reload_reg_class_lower, find_reg, find_reload_regs,
11399         allocate_reload_reg, choose_reload_regs, emit_input_reload_insns,
11400         emit_output_reload_insns): Likewise.
11401         * targhooks.c (default_secondary_reload): Likewise.
11402         * varasm.c (section_entry_eq, object_block_entry_eq): Likewise.
11403
11404 2008-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11405
11406         * recog.c (validate_change_1, validate_change,
11407         validate_unshare_change, validate_replace_rtx_1, struct
11408         funny_match, constrain_operands, peephole2_optimize): Avoid C++
11409         keywords.
11410         * reload.c (push_secondary_reload, secondary_reload_class,
11411         scratch_reload_class, find_valid_class, find_reusable_reload,
11412         push_reload, find_dummy_reload, find_reloads_address_1,
11413         find_reloads_address_part, find_equiv_reg): Likewise.
11414         * reload1.c (spill_failure, eliminate_regs_1, allocate_reload_reg,
11415         choose_reload_regs): Likewise.
11416         * rtlanal.c (replace_rtx, nonzero_bits1, num_sign_bit_copies1):
11417         Likewise.
11418         * rtlhooks.c (gen_lowpart_if_possible): Likewise.
11419         * sched-ebb.c (add_deps_for_risky_insns): Likewise.
11420         * sched-rgn.c (concat_INSN_LIST): Likewise.
11421         * stor-layout.c (mode_for_size, mode_for_size_tree,
11422         smallest_mode_for_size): Likewise.
11423
11424 2008-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11425
11426         * cfg.c (dump_reg_info): Avoid C++ keywords.
11427         * dwarf2asm.c (dw2_force_const_mem,
11428         dw2_asm_output_encoded_addr_rtx): Likewise.
11429         * except.c (gen_eh_region, add_action_record, output_ttype): Likewise.
11430         * expmed.c (expand_shift): Likewise.
11431         * global.c (find_reg): Likewise.
11432         * graph.c (draw_edge): Likewise.
11433         * local-alloc.c (reg_meets_class_p, find_free_reg): Likewise.
11434         * optabs.c (expand_binop, expand_twoval_unop, expand_twoval_binop,
11435         widen_clz, widen_bswap, expand_parity, expand_unop,
11436         emit_cmp_and_jump_insn_1): Likewise.
11437         * postreload.c (reload_cse_simplify_operands): Likewise.
11438         * ra.h (add_neighbor): Likewise.
11439         * reg-stack.c (remove_regno_note, change_stack): Likewise.
11440         * regclass.c (memory_move_secondary_cost, dump_regclass, regclass,
11441         record_reg_classes, copy_cost, record_address_regs,
11442         invalid_mode_change_p): Likewise.
11443         * regrename.c (regrename_optimize, scan_rtx_reg,
11444         dump_def_use_chain, find_oldest_value_reg,
11445         replace_oldest_value_reg, copyprop_hardreg_forward_1): Likewise.
11446
11447 2008-07-16  David Edelsohn  <edelsohn@gnu.org>
11448
11449         * config/rs6000/rs6000.c (processor_target_table): Remove duplicate
11450         MASK_POWERPC64 for power4 in previous commit.
11451
11452 2008-07-16  Olivier Hainque  <hainque@adacore.com>
11453
11454         * collect2.c (scan_prog_file, COFF version): Use CONST_CAST
11455         instead of bare conversion to cast const-ness away.
11456
11457 2008-07-16  Anatoly Sokolov  <aesok@post.ru>
11458
11459         * config/xtensa/xtensa.h (FUNCTION_OUTGOING_VALUE,
11460         XTENSA_FUNCTION_VALUE, XTENSA_FUNCTION_VALUE): Remove.
11461         * config/xtensa/xtensa.c (xtensa_function_value): New function.
11462         (TARGET_FUNCTION_VALUE): Define.
11463
11464 2008-07-16  David Edelsohn  <edelsohn@gnu.org>
11465
11466         * config/rs6000/rs6000.c (processor_target_table): Add
11467         MASK_PPC_GPOPT for power4, power5, power5+, power6, and power6x.
11468
11469 2008-07-16  Joseph Myers  <joseph@codesourcery.com>
11470
11471         PR target/36827
11472         * config/m32c/m32c.c (BIG_FB_ADJ): Move definition earlier.
11473         (m32c_legitimate_address_p): Handle "++rii" addresses created by
11474         m32c_legitimize_reload_address.
11475
11476 2007-07-16  Rafael Ávila de Espíndola  <espindola@google.com>
11477
11478         * c-decl.c (merge_decls): Keep DECL_SOURCE_LOCATION and
11479         DECL_IN_SYSTEM_HEADER in sync.
11480
11481 2008-07-15  Daniel Berlin  <dberlin@dberlin.org>
11482
11483         * tree-ssa-sccvn.c (expressions_equal_p): Check type equality.
11484         * tree-ssa-pre.c (pre_expr_eq): Ditto
11485         (get_constant_for_value_id): Take a type as an argument.
11486         (fully_constant_expression): Pass in type.
11487         (find_or_generate_expression): Short circuit constant case.
11488         (create_expression_by_pieces): Remove special casing of
11489         pointer_plus.
11490         (do_regular_insertion): Short circuit constant case.
11491         (do_partial_partial_insertion): Ditto.
11492
11493 2008-07-15  Kaz Kojima  <kkojima@gcc.gnu.org>
11494
11495         PR target/36782
11496         * config/sh/sh.md (symGOT_load): Don't add REG_EQUAL note.
11497
11498 2008-07-15  Bob Wilson  <bob.wilson@acm.org>
11499
11500         * config/xtensa/libgcc-xtensa.ver: New file.
11501         * config/xtensa/t-linux (SHLIB_MAPFILES): Append libgcc-xtensa.ver.
11502
11503 2008-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11504
11505         * df-problems.c (df_set_note): Avoid C++ keywords.
11506         * df-scan.c (df_ref_change_reg_with_loc_1): Likewise.
11507         * dse.c (record_store, remove_useless_values): Likewise.
11508         * emit-rtl.c (gen_reg_rtx, update_reg_offset, gen_rtx_REG_offset,
11509         gen_reg_rtx_offset, operand_subword, change_address_1,
11510         change_address, adjust_address_1, offset_address,
11511         widen_memory_access, emit_copy_of_insn_after): Likewise.
11512         * explow.c (round_push, allocate_dynamic_stack_space): Likewise.
11513         * fwprop.c (should_replace_address, propagate_rtx_1,
11514         propagate_rtx, try_fwprop_subst, forward_propagate_and_simplify):
11515         Likewise.
11516         * gcse.c (cprop_jump, find_implicit_sets, bypass_block,
11517         gcse_emit_move_after, update_ld_motion_stores): Likewise.
11518         * lcm.c (compute_insert_delete, pre_edge_lcm,
11519         compute_rev_insert_delete, pre_edge_rev_lcm): Likewise.
11520         * lower-subreg.c (resolve_reg_notes): Likewise.
11521         * mode-switching.c (optimize_mode_switching): Likewise.
11522
11523 2008-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11524
11525         * bt-load.c (add_btr_def, migrate_btr_def,
11526         branch_target_load_optimize): Avoid C++ keywords.
11527         * caller-save.c (insert_restore, insert_save, insert_one_insn):
11528         Likewise.
11529         * combine.c (subst, simplify_set, make_extraction,
11530         make_compound_operation, known_cond, simplify_shift_const_1): Likewise.
11531         * cse.c (make_regs_eqv, merge_equiv_classes, validate_canon_reg,
11532         fold_rtx, equiv_constant, cse_insn, cse_process_notes_1): Likewise.
11533
11534 2008-07-15  Richard Guenther  <rguenther@suse.de>
11535
11536         PR middle-end/36369
11537         * c-common.c (strict_aliasing_warning): Do not warn for
11538         TYPE_REF_CAN_ALIAS_ALL pointers.
11539         (c_common_get_alias_set): may_alias types are not special.
11540         * tree.c (build_pointer_type_for_mode): Look up the may_alias
11541         attribute and set can_ref_all accordingly.
11542         (build_reference_type_for_mode): Likewise.
11543         * doc/extend.texi (may_alias): Clarify.
11544
11545 2008-07-15  Kaz Kojima  <kkojima@gcc.gnu.org>
11546
11547         PR target/36780
11548         * config/sh/sh.h (GO_IF_LEGITIMATE_ADDRESS): Allow
11549         (plus (plus (reg) (const_int)) (const_int)) when reload_in_progress.
11550
11551 2008-07-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11552
11553         PR target/31568
11554         * config/rs6000/rs6000.c (print_operand <case 'y'>): Don't use
11555         gcc_assert, instead call output_operand_lossage.
11556
11557 2008-07-15  Kai Tietz  <kai.tietz@onevision.com>
11558
11559         * builtins.c (std_canonical_va_list): Treat structure based
11560         va_list types.
11561
11562 2008-07-15  Ben Elliston  <bje@au.ibm.com>
11563
11564         * emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment.
11565
11566 2007-07-14  Rafael Ávila de Espíndola  <espindola@google.com>
11567
11568         * c-decl.c (diagnose_mismatched_decls): Don't warn if TREE_NO_WARNING
11569         is set.
11570
11571 2008-07-14  Jan Hubicka  <jh@suse.cz>
11572
11573         * i386.md (sse5 cmov pattern): Update call of ix86_sse5_valid_op_p
11574         * sse.md (sse5 patterns): Update call of ix86_sse5_valid_op_p;
11575         fix predicates and constraints.
11576         * i386.c (ix86_sse5_valid_op_p): Add commutative parameter.
11577         * i386-protos.h (ix86_sse5_valid_op_p): Update declaration.
11578
11579 2008-07-14  Doug Kwan  <dougkwan@google.com>
11580
11581         * config.gcc (arm*-*-eabi*): Include arm/eabi.h and use
11582         additional option file arm/eabi.opt.
11583         * config/arm/eabi.h (File): New configuration file for EABI targets.
11584         * config/arm/elf.h (SUBTARGET_EXTRA_SPECS): Add
11585         SUBSUBTARGET_EXTRA_SPECS.
11586         (SUBSUBTARGET_EXTRA_SPECS): Provide empty default.
11587         * config/arm/unknown-elf.h (UNKNOWN_ELF_STARTFILE_SPEC): Renamed
11588         from STARTFILE_SPEC so that it can be referenced in an override.
11589         (STARTFILE_SPEC): Use UNKNOWN_ELF_STARTFILE_SPEC.
11590         (UNKNOWN_ELF_ENDFILE_SPEC): Renamed from ENDFILE_SPEC so that it
11591         can be referenced in an override.
11592         (ENDFILE_SPEC): Use UNKNOWN_ELF_ENDFILE_SPEC.
11593         * config/arm/bpabi.h (BPABI_LINK_SPEC): Renamed from LINK_SPEC
11594         so that it can be referenced in an override.
11595         (LINK_SPEC): Use BPABI_LINK_SPEC.
11596         * config/arm/eabi.opt (File): New.
11597
11598 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11599
11600         * Makefile.in (TARGET_DEF_H): Add targhooks.h.
11601         (FIXED_VALUE_H): New variable.
11602         (RTL_BASE_H): Use $(INPUT_H) and $(FIXED_VALUE_H) instead of
11603         input.h, fixed-value.h.
11604         (TREE_H): Use $(INPUT_H), add $(SYMTAB_H).
11605         (BASIC_BLOCK_H): Use $(BITMAP_H).
11606         (FUNCTION_H): Add varray.h.
11607         (IPA_REFERENCE_H): Use $(BITMAP_H).
11608         (CGRAPH_H): Add $(BASIC_BLOCK_H).
11609         (DF_H): Use $(BITMAP_H).
11610         (GGC_H): Add statistics.h.
11611         (INSN_ADDR_H): New.
11612         (INSN_ATTR_H): Use it.
11613         (SYSTEM_H): Add safe-ctype.h, filenames.h.
11614         (INPUT_H): New.
11615         (SYMTAB_H): Add $(OBSTACK_H).
11616         (CPP_INTERNAL_H): New.
11617         (TREE_DUMP_H): Add tree-pass.h.
11618         (TREE_FLOW_H): Use $(BITMAP_H)
11619         (PRETTY_PRINT_H): Use $(INPUT_H).
11620         (EBITMAP_H): Rename from typo-ed EBIMAP_H.
11621         (GSTAB_H): New.
11622         (BITMAP_H): New.
11623         (many object files): Fix lots of header dependencies throughout.
11624
11625 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11626
11627         * Makefile.in (write_entries_to_file, write_entries_to_file_split):
11628         New macros.
11629         (s-gtyp-input): Use them to write tmp-gi.list.
11630         (echo_to_gi.list): Remove.
11631
11632 2008-07-14  Richard Guenther  <rguenther@suse.de>
11633
11634         * tree-ssa-sccvn.c (pre_info): Remove.
11635         (switch_to_PRE_table): Likewise.
11636         (free_scc_vn): Do not clear SSA_NAME_VALUE.  Do not free pre_info.
11637         (set_hashtable_value_ids): Do not create value-ids for the
11638         optimistic tables.
11639         (run_scc_vn): Remove double test.  Remove bogus special-case
11640         in value-number printing.
11641         * tree-ssa-sccvn.h (switch_to_PRE_table): Remove.
11642         * tree-ssa-ccp.c (get_symbol_constant_value): Do not look at
11643         SSA_NAME_VALUE.
11644         * tree-flow-inline.h (get_value_handle): Remove.
11645         * tree-flow.h (get_value_handle): Remove.
11646
11647 2008-07-14  Martin Jambor  <mjambor@suse.cz>
11648
11649         * tree-switch-conversion.c (gen_inbound_check): Make sure the type
11650         in which we generate arithmetics is not a subrange.
11651
11652 2008-07-14  Martin Jambor  <mjambor@suse.cz>
11653
11654         * Makefile.in (IPA_PROP_H): Added ipa-prop.h to IPA_PROP_H variable.
11655
11656 2008-07-14  Richard Guenther  <rguenther@suse.de>
11657
11658         * tree-ssa-pre.c (insert_into_preds_of_block): Do not call convert.
11659
11660 2008-07-14  Andreas Krebbel  <krebbel1@de.ibm.com>
11661
11662         PR target/36745
11663         * config/s390/s390.c: (s390_secondary_reload): Add a secondary
11664         reload for symbol refs moved to r0 with -fPIC.
11665         (legitimize_pic_address): Use the target register as temporary
11666         reg if possible.
11667         (emit_symbolic_move): Adjust comment.
11668         * config/s390/s390.md (reloadsi_PIC_addr, reloaddi_PIC_addr):
11669         New expanders.
11670
11671 2008-07-14  Ben Elliston  <bje@au.ibm.com>
11672
11673         * c-common.h (C_CPP_HASHNODE): New macro.
11674         * coretypes.h (struct cpp_token): Forward declare.
11675         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
11676         the context-sensitive keyword method.
11677         * config/rs6000/rs6000-c.c (__vector_keyword, vector_keyword,
11678         __pixel_keyword, pixel_keyword, __bool_keyword, bool_keyword,
11679         expand_bool_pixel): New.
11680         (altivec_categorize_keyword): New function.
11681         (init_vector_keywords): New function.
11682         (rs6000_macro_to_expand): Likewise.
11683         (rs6000_cpu_cpp_builtins): Enable context-sensitive macros if not
11684         compiling an ISO C dialect.
11685
11686 2008-07-13  Daniel Berlin  <dberlin@dberlin.org>
11687
11688         * tree-ssa-pre.c (fully_constant_expression): Add fold_convert calls.
11689         (create_expression_by_pieces): Fix typo.
11690         (do_regular_insertion): Use debug counter here too.
11691
11692 2008-07-14  Hans-Peter Nilsson  <hp@axis.com>
11693
11694         PR target/35492.
11695         * config/cris/cris.h (CRIS_CONST_OK_FOR_LETTER_P): Renamed from
11696         CONST_OK_FOR_LETTER_P.  All port-local users changed.
11697         (CONST_OK_FOR_CONSTRAINT_P): Define; implement Kc as old K,
11698         implement Kp matching power-of-two.
11699         (CONSTRAINT_LEN): Define to match.
11700         * config/cris/cris.md: Replace all use of constraint K with Kc.
11701         ("*btst*): Use Kp for operand 0 of last alternative.
11702
11703 2008-07-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11704
11705         PR testsuite/36440
11706         * tree-call-cdce.c (check_target_format): Accept MIPS single, double
11707         and quad formats.
11708
11709 2008-07-13  Jan Hubicka  <jh@suse.cz>
11710
11711         * tree.c (decl_assembler_name_equal): Expect assembler name of decl
11712         to be mangled too.
11713
11714 2008-07-13  Richard Guenther  <rguenther@suse.de>
11715
11716         PR middle-end/36811
11717         * langhooks.c (lhd_print_error_function): Deal with recursive
11718         BLOCK trees.
11719
11720 2008-07-12  Jan Hubicka  <jh@suse.cz>
11721
11722         * cgraph.c (assembler_name_hash): New static var.
11723         (hash_node_by_assembler_name, eq_assembler_name): New.
11724         (cgraph_node_for_asm): Use hashtable.
11725         (cgraph_remove_node): Maintain hashtable.
11726         (change_decl_assembler_name): Sanity check that names are not changing
11727         after aliasing was processed.
11728         * cgraph.h (varpoon_node): Add next GGC marker.
11729         * tree.c (decl_assembler_name_equal): Constify.
11730         (decl_assembler_name_hash): New.
11731         * tree.h (decl_assembler_name_equal): Constify.
11732         (decl_assembler_name_hash): Update.
11733
11734 2008-07-12  David Daney  <ddaney@avtrex.com>
11735
11736         * config/mips/driver-native.c (host_detect_local_cpu): Handle
11737         sb1 and r5000 cpus.
11738
11739 2008-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
11740
11741         * doc/md.texi: Document the MIPS "v" constraint.
11742         * config/mips/mips.h (reg_class): Revert last change.
11743         (REG_CLASS_NAMES): Likewise.
11744         (REG_CLASS_CONTENTS): Likewise.
11745         * config/mips/mips.c (mips_regno_to_class): Likewise.
11746         * config/mips/constraints.md (v): Likewise, but add documentation.
11747         Add a comment to say that this constraint should not be used in
11748         gcc code.
11749
11750 2008-07-11  DJ Delorie  <dj@redhat.com>
11751
11752         * config/h8300/h8300.md (length): Fix branch offset limit.
11753
11754 2008-07-11  Anatoly Sokolov  <aesok@post.ru>
11755
11756         * config/avr/avr-protos.h (avr_peep2_scratch_safe): Remove prototype.
11757         * config/avr/avr.c (avr_peep2_scratch_safe): Remove.
11758         (avr_hard_regno_scratch_ok): New function.
11759         (TARGET_HARD_REGNO_SCRATCH_OK): Define.
11760         * config/avr/avr.md (all peepholes that request a scratch register):
11761         Remove avr_peep2_scratch_safe use.
11762
11763 2008-07-11  Tom Tromey  <tromey@redhat.com>
11764             Ian Lance Taylor  <iant@google.com>
11765
11766         * c-common.h (enum rid): Add RID_CXX_COMPAT_WARN.
11767         (struct c_common_resword): Define.
11768         (D_CONLY, D_CXXONLY, D_C99, D_CXX0X, D_EXT, D_EXT89): Define.
11769         (D_ASM, D_OBJC, D_CXX_OBJC, D_CXXWARN): Define.
11770         (c_common_reswords, num_c_common_reswords): Declare.
11771         * c-common.c (c_common_reswords): New global const array.
11772         (num_c_common_reswords): New const int.
11773         * c-parser.c (struct resword, reswords): Don't define.
11774         (D_C89, D_EXT, D_EXT89, D_OBJC): Don't define.
11775         (c_parse_init): Clarify mask code.  Use c_common_reswords rather
11776         than reswords.  If warning about C++ keywords, give them a special
11777         RID code.
11778         (c_lex_one_token): Warn about C++ keywords.  Call
11779         objc_is_reserved_word rather than OBJC_IS_AT_KEYWORD.
11780         (c_parser_external_declaration): Look for RID_xxx rather than
11781         RID_AT_xxx, for ObjC++ keywords which are also C++ keywords.
11782         (c_parser_statement_after_labels): Likewise.
11783         (c_parser_objc_class_instance_variables): Likewise.
11784         (c_parser_objc_class_declaration): Likewise.
11785         (c_parser_objc_try_catch_statement): Likewise.
11786         * c-decl.c (c_print_identifier): Ignore RID_CXX_COMPAT_WARN.
11787         (declspecs_add_type): Likewise.
11788
11789 2008-07-11  Angelo Graziosi  <angelo.graziosi@alice.it>
11790
11791         * ggc-page.c (alloc_page):
11792         Substituting xmalloc, xcalloc with
11793         XNEWVEC and XCNEWVAR macros which add the
11794         needed casts.
11795
11796 2008-07-11  Richard Guenther  <rguenther@suse.de>
11797
11798         PR tree-optimization/36765
11799         * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Add
11800         aliases from HEAP vars to SMTs.
11801
11802 2008-07-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11803
11804         * Makefile.in (LOOSE_WARN, STRICT_WARN): Update comments.
11805         * configure.ac (loose_warn): Move -Wc++-compat from here...
11806         (strict_warn): ...to here.
11807         * configure: Regenerate.
11808
11809 2008-07-10  Joseph Myers  <joseph@codesourcery.com>
11810
11811         * config.gcc (arm-*-coff*, armel-*-coff*, h8300-*-*,
11812         i[34567]86-*-aout*, i[34567]86-*-coff*, m68k-*-aout*,
11813         m68k-*-coff*, sh-*-*, mips-sgi-irix[56]*, pdp11-*-bsd,
11814         rs6000-ibm-aix4.[12]*, powerpc-ibm-aix4.[12]*): Deprecate targets,
11815         excluding more specific h8300-*-* and sh-*-* targets.
11816
11817 2008-07-10  Daniel Berlin  <dberlin@dberlin.org>
11818
11819         * tree-ssa-pre.c (create_expression_by_pieces): Add fold_convert calls.
11820         (eliminate): Ditto.
11821         (execute_pre): Call loop_optimizer_finalize in early exit.
11822
11823 2008-07-10  Jakub Jelinek  <jakub@redhat.com>
11824
11825         PR middle-end/36790
11826         * omp-low.c (lower_omp_2): If task_shared_vars, test all DECL_P
11827         uids in the bitmap, not just VAR_DECL uids.
11828
11829         PR rtl-optimization/36419
11830         * combine-stack-adj.c (adjust_frame_related_expr): New function.
11831         (combine_stack_adjustments_for_block): Call it if needed.  Delete
11832         correct insn.
11833         * dwarf2out.c (dwarf2out_frame_debug_expr): Adjust
11834         DW_CFA_GNU_args_size if CSA pass merged some adjustments into
11835         prologue sp adjustment.
11836
11837 2008-07-10  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
11838
11839         PR other/28322
11840         * opts.c (print_ignored_options): Report postponed diagnostics for
11841         unknown -Wno-* options as warnings, not errors.
11842         (postpone_unknown_option_error): Renamed to...
11843         (postpone_unknown_option_warning): ... this.
11844
11845 2008-07-09  Doug Kwan  <dougkwan@google.com>
11846
11847         Revert:
11848         2008-07-08  Doug Kwan  <dougkwan@google.com>
11849
11850         * config/arm/arm.opt (mandroid): New option.
11851         * config/arm/bpabi.h (ANDROID_LINK_SPEC): New macro.
11852         (LINK_SPEC): Enable Android specific behaviour when -mandroid is used.
11853         (CC1_SPEC): Same.
11854         (CC1PLUS_SPEC): Same.
11855         (LIB_SPEC): Same.
11856         (STARTFILE_SPEC): Same.
11857         (ENDFILE_SPEC): Same.
11858         (TARGET_BPABI_CPP_BUILTINS): Define __ANDROID__ when -mandroid is
11859         used.
11860
11861 2008-07-09  Richard Sandiford  <rdsandiford@googlemail.com>
11862
11863         PR target/35802
11864         * config/mips/mips.h (reg_class): Remove V1_REG.
11865         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
11866         * config/mips/mips.c (mips_regno_to_class): Map $3 to M16_NA_REGS
11867         instead of V1_REGS.
11868         (mips_get_tp): New function.
11869         (mips_legitimize_tls_address): Use it.
11870         * config/mips/constraints.md (v): Delete.
11871         * config/mips/mips.md (TLS_GET_TP_REGNUM): New constant.
11872         (tls_get_tp_<mode>): Allow any GPR destination and clobber $3.
11873         After reload, split into a move and ...
11874         (*tls_get_tp_<mode>_split): ...this new instruction.
11875
11876 2008-07-09  David Daney  <ddaney@avtrex.com>
11877
11878         * config/mips/driver-native.c: Include coretypes.h and tm.h.
11879
11880 2008-07-09  Jakub Jelinek  <jakub@redhat.com>
11881
11882         * gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.
11883         (push_gimplify_context): Don't allocate temp_htab nor c itself here.
11884         Add c argument.
11885         (pop_gimplify_context): Check c->temp_htab instead of optimize whether
11886         htab_delete should be called.  Don't free c.
11887         (lookup_tmp_var): Create temp_htab lazily.
11888         (gimplify_scan_omp_clauses, gimplify_omp_parallel, gimplify_omp_task,
11889         gimplify_body, force_gimple_operand): Adjust push_gimplify_context
11890         callers.
11891         * omp-low.c (lower_omp_sections, lower_omp_single, lower_omp_master,
11892         lower_omp_ordered, lower_omp_critical, lower_omp_for,
11893         create_task_copyfn, lower_omp_taskreg, execute_lower_omp):
11894         * tree-ssa-ccp.c (convert_to_gimple_builtin): Likewise.
11895         * tree-sra.c (generate_element_init): Likewise.
11896         * tree-mudflap.c (execute_mudflap_function_ops,
11897         execute_mudflap_function_decls): Likewise.
11898         * tree-inline.c (setup_one_parameter, optimize_inline_calls): Likewise.
11899         * tree-gimple.h (struct gimplify_ctx): New type.
11900         (push_gimplify_context): Adjust prototype.
11901
11902 2008-07-09  Daniel Berlin  <dberlin@dberlin.org>
11903
11904         * tree-ssa-pre.c (phi_translate_1): Update placement of
11905         add_to_value calls.
11906
11907 2008-07-09  Anatoly Sokolov  <aesok@post.ru>
11908
11909         * target.h (struct gcc_target): Add hard_regno_scratch_ok field.
11910         * target-def.h (TARGET_HARD_REGNO_SCRATCH_OK): New.
11911         (TARGET_INITIALIZER): Use TARGET_HARD_REGNO_SCRATCH_OK.
11912         * targhooks.c (default_hard_regno_scratch_ok): New function.
11913         * targhooks.h (default_hard_regno_scratch_ok): Declare function.
11914         * doc/tm.texi: Document TARGET_HARD_REGNO_SCRATCH_OK hook.
11915         * recog.c:  Include "target.h".
11916         (peep2_find_free_register): Add check for global regs. Add target
11917         specific check.
11918         * Makefile.in (recog.o): Depend on target.h.
11919
11920 2008-07-09  Kaz Kojima  <kkojima@gcc.gnu.org>
11921
11922         * config/sh/sh.c (sh_canonical_va_list_type): New.
11923         (TARGET_CANONICAL_VA_LIST_TYPE): Define.
11924
11925 2008-07-09  Raksit Ashok <raksit@google.com>
11926
11927         * doc/invoke.texi (Option Summary): Mention new option
11928         -Wdisallowed-function-list=...
11929         (Warning Options): Document -Wdisallowed-function-list=...
11930         * common.opt (Wdisallowed-function-list=): New flag.
11931         * flags.h (warn_disallowed_functions): External definition of new
11932         boolean warning flag.
11933         (warn_if_disallowed_function_p): Declare new function.
11934         * opts.c (warning_disallowed_functions): New static variable.
11935         (warn_disallowed_functions): New boolean warning flag.
11936         (warn_if_disallowed_function_p): New function.
11937         (add_comma_separated_to_vector): Rename
11938         add_instrument_functions_exclude_list to this.
11939         (common_handle_option): Handle new option. Rename calls to
11940         add_instrument_functions_exclude_list into calls to
11941         add_comma_separated_to_vector.
11942         * c-parser.c (c_parser_postfix_expression_after_primary): New warning
11943         based on flag warn_disallowed_functions.
11944
11945 2008-07-09  Christian Bruel  <christian.bruel@st.com>
11946
11947         * final.c (get_attr_length_1): Call get_attr_length_1 with fallback_fn
11948          instead of get_attr_length.
11949
11950 2008-07-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11951
11952         * genattrtab.c (insert_right_side, evaluate_eq_attr): Avoid C++
11953         keywords.
11954         * genemit.c (gen_insn): Likewise.
11955         * gengtype.c (note_def_vec): Likewise.
11956         * gengtype.h (note_def_vec): Likewise.
11957         * genoutput.c (struct data, output_insn_data, process_template,
11958         gen_expand, gen_split, note_constraint): Likewise.
11959         * genrecog.c (new_decision, add_to_sequence, factor_tests,
11960         make_insn_sequence): Likewise.
11961         * gensupport.c (record_insn_name): Likewise.
11962
11963 2008-07-08  Doug Kwan  <dougkwan@google.com>
11964
11965         * config/arm/arm.opt (mandroid): New option.
11966         * config/arm/bpabi.h (ANDROID_LINK_SPEC): New macro.
11967         (LINK_SPEC): Enable Android specific behaviour when -mandroid is used.
11968         (CC1_SPEC): Same.
11969         (CC1PLUS_SPEC): Same.
11970         (LIB_SPEC): Same.
11971         (STARTFILE_SPEC): Same.
11972         (ENDFILE_SPEC): Same.
11973         (TARGET_BPABI_CPP_BUILTINS): Define __ANDROID__ when -mandroid is
11974         used.
11975
11976 2008-07-08  Raksit Ashok  <raksit@google.com>
11977
11978         * expr.c (emit_block_move_via_movmem): Fix expected_align parameter.
11979         (set_storage_via_setmem): Fix expected_align parameter.
11980         * doc/invoke.texi (i386 and x86-64 Options): Add a couple of options
11981         missing from the list.
11982         * doc/md.texi (movmem): Explicitly state that expected alignment is
11983         to be expressed in bytes.
11984         (setmem): Explicitly state that expected alignment is to be expressed
11985         in bytes.
11986
11987 2008-07-08  Joseph Myers  <joseph@codesourcery.com>
11988
11989         * reload.c (find_reloads_subreg_address): Do not require validity
11990         of address in original mode before reloading address.
11991
11992 2008-07-07  Tianwei Sheng  <tianweis@google.com>
11993
11994         * df-core.c (df_remove_problem): Adjust the access to avoid out of
11995         bounds array access.
11996
11997 2008-07-08  Jakub Jelinek  <jakub@redhat.com>
11998
11999         * tree-sra.c (sra_build_assignment): Handle CONVERT_EXPR_P dst.
12000
12001 2008-07-05  Daniel Berlin  <dberlin@dberlin.org>
12002
12003         Fix PR tree-optimization/23455
12004         Fix PR tree-optimization/35286
12005         Fix PR tree-optimization/35287
12006         * Makefile.in (OBJS-common): Remove tree-vn.o.
12007         (tree-vn.o): Remove.
12008         * dbgcnt.def: Add treepre_insert debug counter.
12009         * gcc/tree-flow.h (add_to_value): Updated for other changes.
12010         (debug_value_expressions): Ditto.
12011         (print_value_expressions): Ditto.
12012         * tree-pretty-print.c (dump_generic_node): Updated for
12013         VALUE_HANDLE removal.
12014         * tree-ssa-dom.c (record_equality): Ditto.
12015         (cprop_operand): Ditto.
12016         (lookup_avail_expr): Ditto.
12017         * tree-ssa-threadedge.c
12018         (record_temporary_equivalences_from_stmts_at_dest): Ditto.
12019         (simplify_control_stmt_condition): Ditto.
12020         * tree.c (tree_code_size): Ditto.
12021         (tree_node_structure): Ditto.
12022         (iterative_hash_expr): Ditto.
12023         * tree.def: Ditto.
12024         * tree.h (VALUE_HANDLE_ID): Ditto.
12025         (VALUE_HANDLE_EXPR_SET): Ditto.
12026         (struct tree_value_handle): Ditto.
12027         (union tree_node): Ditto.
12028         * treestruct.def: Ditto.
12029         * tree-vn.c: Removed.
12030         * tree-ssa-pre.c: Rewritten entirely.
12031         * tree-ssa-sccvn.c (constant_to_value_id): New hashtable.
12032         (constant_value_ids): Ditto.
12033         (vn_nary_op_t): Moved to header.
12034         (vn_phi_t): Ditto.
12035         (vn_reference_op_t): Ditto
12036         (vn_reference_t): Ditto.
12037         (next_value_id): New variable.
12038         (VN_INFO): Add an assert.
12039         (vn_constant_eq): New function.
12040         (vn_constant_hash): Ditto.
12041         (get_or_alloc_constant_value_id): Ditto.
12042         (value_id_constant_p): Ditto.
12043         (vn_reference_compute_hash): De-staticify.
12044         (copy_reference_ops_from_ref): Don't use get_callee_fndecl.
12045         Disable some code with a FIXME.  Remove VALUE_HANDLE use.
12046         (valueize_refs): Update opcode if it changes from ssa name to constant.
12047         (vn_reference_lookup_1): Add new argument.
12048         (vn_reference_lookup):  Ditto.
12049         (vn_reference_lookup_pieces): New function.
12050         (vn_reference_insert): Add return type. Modify to deal with value ids.
12051         (vn_reference_insert_pieces):  New function.
12052         (vn_nary_op_compute_hash): De-staticify.
12053         (vn_nary_op_eq): Ditto.
12054         (vn_nary_op_lookup_pieces): New function.
12055         (vn_nary_op_lookup): Add new argument.
12056         (vn_nary_op_insert_pieces): New function.
12057         (vn_nary_op_insert): Add return type. Modify to deal with value ids.
12058         (vn_phi_insert): Ditto.
12059         (visit_unary_op): Update for callee changes.
12060         (visit_binary_op): Ditto.
12061         (visit_reference_op_load): Ditto.
12062         (visit_reference_op_store): Ditto.
12063         (init_scc_vn): Init next_value_id, constant_to_value_id and
12064         constant_value_ids.
12065         (free_scc_vn): Free them.
12066         (set_hashtable_value_ids): New function.
12067         (run_scc_vn): Use it.
12068         (get_max_value_id): New function.
12069         (get_next_value_id): Ditto.
12070         (expressions_equal_p): Moved from tree-vn.c
12071         (sort_vuses): Ditto.
12072         (sort_vuses_heap): Ditto.
12073         * tree-ssa-sccvn.h: Structures moved from tree-ssa-sccvn.c (noted
12074         above).
12075         * tree.c (iterative_hash_hashval_t): Made non-static
12076         * tree.h (iterative_hash_hashval_t): Declare it.
12077
12078 2008-07-08  Martin Jambor  <mjambor@suse.cz>
12079
12080         * ipa-cp.c (ipcp_init_cloned_node): Call ipa_check_create_node_params
12081         instead of ipa_create_node_params.
12082         (ipcp_driver): Allocate infos with ipa_check_create_node_params and
12083         ipa_check_create_edge_args, free them with
12084         free_all_ipa_structures_after_ipa_cp, call ipa_register_cgraph_hooks.
12085
12086         * ipa-prop.c: Include flags.h and tree-inline.h.
12087         (ipa_node_params_vector): New variable.
12088         (ipa_edge_args_vector): New variable.
12089         (edge_removal_hook_holder): New variable.
12090         (node_removal_hook_holder): New variable.
12091         (edge_duplication_hook_holder): New variable.
12092         (node_duplication_hook_holder): New variable.
12093         (ipa_detect_param_modifications): Check for presence of modified flags.
12094         (ipa_compute_jump_functions): Check for presence of jump functions.
12095         (ipa_free_edge_args_substructures): New function.
12096         (ipa_create_node_params): Removed.
12097         (ipa_free_all_edge_args): Changed to deallocate the on-the-side vector.
12098         (ipa_free_node_params_substructures): New function.
12099         (ipa_free_all_node_params): Changed to deallocate the on-the-side
12100         vector.
12101         (ipa_edge_removal_hook): New function.
12102         (ipa_node_removal_hook): New function.
12103         (duplicate_array): New function.
12104         (ipa_edge_duplication_hook): New function.
12105         (ipa_node_duplication_hook): New function.
12106         (ipa_register_cgraph_hooks): New function.
12107         (ipa_unregister_cgraph_hooks): New function.
12108         (free_all_ipa_structures_after_ipa_cp): New function.
12109
12110         * ipa-prop.h: Include vec.h.
12111         (ipa_node_params_t): New typedef with vector types for it.
12112         (ipa_edge_args_t):  New typedef with vector types for it.
12113         (IPA_NODE_REF): Changed to access an on-the-side vector.
12114         (IPA_EDGE_REF): Changed to access an on-the-side vector.
12115         (ipa_check_create_node_params): New function.
12116         (ipa_check_create_edge_args): New function.
12117
12118         * Makefile.in (IPA_PROP_H): New variable for ipa-prop.h.  Converted
12119         all users.
12120
12121 2008-07-07  Tom Tromey  <tromey@redhat.com>
12122
12123         * configure, config.in: Rebuilt.
12124         * configure.ac: Don't check for scandir or alphasort.
12125
12126 2008-07-07  Joseph Myers  <joseph@codesourcery.com>
12127
12128         * config/arm/arm.c (arm_init_neon_builtins): Register built-in
12129         types immediately after creating them.
12130
12131 2008-07-07  Joseph Myers  <joseph@codesourcery.com>
12132
12133         * config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove.
12134
12135 2008-07-07  Fernando Pereira <fernando@cs.ucla.edu>
12136
12137         * tree-ssa-structalias.c (compute_points_to_sets): Add call to
12138         dump_constraint_graph.
12139         (dump_constraint_edge): New function.
12140         (dump_constraint_graph): New function.
12141         (debug_constraint_graph): New function.
12142         (dump_constraint): Removed useless comparison.
12143         * tree-ssa-structalias.h (dump_constraint_edge): Declare.
12144         (dump_constraint_graph): Declare.
12145         (debug_constraint_graph): Declare.
12146         * tree-dump.c (struct dump_option_value_info): Declare TDF_GRAPH.
12147
12148 2008-07-07  Kai Tietz  <kai.tietz@onevision.com>
12149
12150         * config/i386/i386.c (is_va_list_char_pointer): New.
12151         (ix86_va_start): Replace compare with ms_va_list_type_node
12152         by is_va_list_char_pointer.
12153         (ix86_gimplify_va_arg): Likewise.
12154
12155 2008-07-07  Martin Jambor  <mjambor@suse.cz>
12156
12157         * cgraph.c (cgraph_edge_max_uid): New variable.
12158         (struct cgraph_edge_hook_list): New type.
12159         (struct cgraph_node_hook_list): New type.
12160         (struct cgraph_2edge_hook_list): New type.
12161         (struct cgraph_2node_hook_list): New type.
12162         (first_cgraph_edge_removal_hook): New variable.
12163         (first_cgraph_node_removal_hook): New variable.
12164         (first_cgraph_edge_duplicated_hook): New variable.
12165         (first_cgraph_node_duplicated_hook): New variable.
12166         (cgraph_add_edge_removal_hook): New function.
12167         (cgraph_remove_edge_removal_hook): New function.
12168         (cgraph_call_edge_removal_hooks):  New function.
12169         (cgraph_add_node_removal_hook):  New function.
12170         (cgraph_remove_node_removal_hook):  New function.
12171         (cgraph_call_node_removal_hooks):  New function.
12172         (cgraph_add_edge_duplication_hook):  New function.
12173         (cgraph_remove_edge_duplication_hook):  New function.
12174         (cgraph_call_edge_duplication_hooks):  New function.
12175         (cgraph_add_node_duplication_hook):  New function.
12176         (cgraph_remove_node_duplication_hook):  New function.
12177         (cgraph_call_node_duplication_hooks):  New function.
12178         (cgraph_create_edge): Assign to edge uid.
12179         (cgraph_remove_edge): Call edge removal hooks.
12180         (cgraph_node_remove_callees): Call edge removal hooks.
12181         (cgraph_node_remove_callers): Call edge removal hooks.
12182         (cgraph_remove_node): Call node removal hooks.
12183         (cgraph_clone_edge): Call edge duplication hooks.
12184         (cgraph_clone_node): Call node duplication hooks.
12185
12186         * cgraph.h (cgraph_edge): New field uid.
12187         (cgraph_edge_hook): New type.
12188         (cgraph_node_hook): New type.
12189         (cgraph_2edge_hook): New type.
12190         (cgraph_2node_hook): New type.
12191
12192 2008-07-07  Andreas Tobler  <a.tobler@schweiz.org>
12193
12194         * config.in: Regenerate.
12195
12196 2008-07-07  Vladimir Prus  <vladimir@codesourcery.com>
12197
12198         * gcc.c (print_sysroot): New.
12199         (option_map, display_help, process_command): Handle the
12200         -print-sysroot option.
12201         (main): Print the sysroot if requested.
12202         * doc/invoke.texi (Debugging Options): Document -print-sysroot.
12203
12204 2008-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12205
12206         PR target/34780
12207         * unwind-pe.h (size_of_encoded_value): add attribute unused.
12208
12209 2008-07-07  Daniel Jacobowitz  <dan@codesourcery.com>
12210
12211         * function.c (assign_parm_remove_parallels): Check mode of entry_parm.
12212         (assign_parm_setup_block_p): Also check mode of entry_parm.
12213
12214 2008-07-07  Richard Guenther  <rguenther@suse.de>
12215
12216         * tree-ssa-structalias.h (set_used_smts): Remove.
12217         * tree-ssa-structalias.c (used_smts): Likewise.
12218         (set_used_smts): Likewise.
12219         * tree-ssa-alias.c (compute_flow_sensitive_aliasing): Remove
12220         call to set_used_smts.
12221
12222 2008-07-07  Richard Guenther  <rguenther@suse.de>
12223
12224         * tree-ssa-structalias.c (struct variable_info): Add is_full_var flag.
12225         (new_var_info): Set it to false.
12226         (solution_set_add): Correctly handle pointers outside a var and
12227         inside a field.
12228         (type_safe): Treat variables with is_full_var properly.
12229         (do_sd_constraint): Likewise.
12230         (do_ds_constraint): Likewise.
12231         (process_constraint): Remove zeroing offset for !use_field_sensitive.
12232         (get_constraint_for_ptr_offset): New function.
12233         (get_constraint_for_component_ref): For addresses at least include
12234         the last field of the variable.  Handle is_full_vars properly.
12235         (get_constraint_for_1): Factor common code, handle POINTER_PLUS_EXPR.
12236         (handle_ptr_arith): Remove.
12237         (find_func_aliases): Simplify assignment handling.
12238         (create_function_info_for): For parameter and result varinfos set
12239         is_full_var flag.
12240         (create_variable_info_for): Set is_full_var flag whenever we
12241         just created a single varinfo for a decl.
12242         (init_alias_vars): Initialize use_field_sensitive from
12243         max-fields-for-field-sensitive parameter.
12244
12245 2008-07-07  Richard Guenther  <rguenther@suse.de>
12246
12247         PR tree-optimization/36713
12248         * tree-flow-inline.h (is_call_used): New function.
12249         * tree-nrv.c (dest_safe_for_nrv_p): Use it.
12250         * tree-tailcall.c (suitable_for_tail_opt_p): Likewise.
12251         * tree-outof-ssa.c (create_temp): Set call-used flag if required.
12252
12253 2008-07-07  Maxim Kuvyrkov  <maxim@codesourcery.com>
12254
12255         * config/m68k/m68k.c (m68k_return_in_memory): Fix arguments types.
12256
12257 2008-07-07  Mark Shinwell  <shinwell@codesourcery.com>
12258
12259         * config/m68k/lb1sf68.asm: Add PIC macros for Linux targets.
12260
12261 2008-07-07  Maxim Kuvyrkov  <maxim@codesourcery.com>
12262             Nathan Sidwell  <nathan@codesourcery.com>
12263
12264         * config.gcc (m68k-*-linux*): Add with_arch.  Add sysroot-suffix.h
12265         to tm_file.  Add m68k/t-floatlib, m68k/t-linux & m68k/t-mlibs to
12266         tmake_file.
12267         * config/m68k/t-linux: New.
12268         * doc/install.texi: Document m68k-*-linux is now multilibbed by
12269         default.
12270
12271 2008-07-07  Nathan Sidwell  <nathan@codesourcery.com>
12272
12273         * config/m68k/t-cf (MULTILIB_EXTRA_OPTS): Add no-mac.
12274         * config/m68k/m68k-devices.def: Remove multilibs that only differ
12275         by MAC/EMAC.
12276
12277 2008-07-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12278
12279         * gcc.c (execute): Fix -Wc++-compat warning.
12280
12281 2008-07-06  H.J. Lu  <hongjiu.lu@intel.com>
12282
12283         PR target/36720
12284         * config/ia64/ia64.c (ia64_split_tmode): Fix typo in TImode
12285         constant for little endian.
12286
12287 2008-07-06  Richard Sandiford  <rdsandiford@googlemail.com>
12288
12289         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Check
12290         mips_base_mips16 instead of TARGET_MIPS16.
12291         (mips_base_mips16): Declare.
12292         * config/mips/mips.c (mips_base_mips16): Make global.
12293         (was_mips16_p): Remove GTY marker.
12294         (was_mips16_pch_p): New variable.
12295         (mips_set_mips16_mode): Check both was_mips16_p and was_mips16_pch_p.
12296         (mips_override_options): Force to non-MIPS16 mode initially.
12297         Do not complain about MIPS16 PIC incompatibilities here.
12298         Only allow -mgpopt if -mexplicit-relocs is in force for
12299         non-MIPS16 code.
12300
12301 2008-07-06  Andreas Tobler  <a.tobler@schweiz.org>
12302
12303         * configure.ac: Check for caddr_t, define to char * if not defined.
12304         * configure: Regenerate.
12305         * ggc-common.c (mmap_gt_pch_get_address): Fix -Wc++-compat warnings.
12306         (mmap_gt_pch_use_address): Likewise.
12307         * config/host-solaris.c (sol_gt_pch_use_address): Likewise.
12308
12309 2008-07-06  Richard Guenther  <rguenther@suse.de>
12310
12311         * tree-ssa-structalias.c (struct variable_info): Remove has_union.
12312         (new_var_info): Deal with it.
12313         (solution_set_add): Likewise.
12314         (bitpos_of_field): Make signed, fix.
12315         (struct fieldoff): Remove type and decl fields.  Make size field
12316         unsigned HOST_WIDE_INT.  Add has_unknown_size and may_have_pointers
12317         flags.
12318         (fieldoff_compare): Deal with it.
12319         (push_fields_onto_fieldstack): Remove has_union argument, glob
12320         adjacent non-pointer fields together.
12321         (create_function_info_for): Do not set has_union.
12322         (create_variable_info_for): Simplify.
12323
12324 2008-07-06  Kai Tietz  <kai.tietz@onevision.com>
12325
12326         * config.gcc (extra_headers): Add cross-stdarg.h for target
12327         x86_64-*-* and i?86-*-*.
12328         * config/i386/cross-stdarg.h: New.
12329         * builtins.c (std_fn_abi_va_list): New.
12330         (std_canonical_va_list_type): New.
12331         (stabilize_va_list): Replace va_list_type_node use by
12332         mtarget.canonical_va_list_type.
12333         (gimplify_va_arg_expr): Likewise.
12334         (expand_builtin_va_copy): Replace va_list_type_node use by
12335         mtarget.fn_abi_va_list.
12336         * tree-sra.c (is_va_list_type): New helper.
12337         (decl_can_be_decomposed_p): Replace
12338         va_list_type_node use by is_va_list_type.
12339         * tree-ssa-ccp.c (optimize_stdarg_builtin): Likewise.
12340         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
12341         * c-common.c (c_common_nodes_and_builtins): Use TARGET_ENUM_VA_LIST.
12342         * config/i386/i386-protos.h (ix86_get_valist_type): New.
12343         (ix86_enum_va_list): New.
12344         * config/i386/i386.c (sysv_va_list_type_node): New.
12345         (ms_va_list_type_node): New.
12346         (ix86_function_type_abi): Remove sorry.
12347         (ix86_build_builtin_va_list_abi): New.
12348         (ix86_build_builtin_va_list): Call ix86_build_builtin_va_list_abi
12349         for 64-bit targets.
12350         (ix86_va_start): Replace va_list_type_node by sysv_va_list_type_node.
12351         (ix86_init_builtins_va_builtins_abi): New.
12352         (ix86_init_builtins): Use ix86_init_builtins_va_builtins_abi
12353         for 64-bit targets.
12354         (ix86_handle_abi_attribute): New.
12355         (attribute_spec): Add sysv_abi and ms_abi.
12356         (ix86_fn_abi_va_list): New.
12357         (ix86_canonical_va_list_type): New.
12358         (ix86_enum_va_list): New.
12359         (TARGET_FN_ABI_VA_LIST): New.
12360         (TARGET_CANONICAL_VA_LIST_TYPE): New.
12361         * config/i386/i386.h (TARGET_ENUM_VA_LIST): New.
12362         * doc/tm.texi (TARGET_FN_ABI_VA_LIST): New.
12363         (TARGET_CANONICAL_VA_LIST_TYPE): New.
12364         (TARGET_ENUM_VA_LIST): New.
12365         * expr.h (std_fn_abi_va_list): New.
12366         (std_canonical_va_list_type): New.
12367         * target-def.h (TARGET_FN_ABI_VA_LIST): New.
12368         (TARGET_CANONICAL_VA_LIST_TYPE): New.
12369         (TARGET_INITIALIZER): Add TARGET_FN_ABI_VA_LIST and
12370         TARGET_CANONICAL_VA_LIST_TYPE.
12371         * target.h (struct gcc_target): Add fn_abi_va_list hook
12372         and canonical_va_list_type hook.
12373
12374 2008-07-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
12375
12376         * fold-const.c (fold_convert_const): Treat OFFSET_TYPE the same as
12377         integral and pointer types.
12378
12379 2008-07-04  Roger Sayle  <roger@eyesopen.com>
12380
12381         * config/rs6000/host-darwin.c (darwin_rs6000_extra_signals): Cast
12382         the "void*" result of xmalloc to "char*" to fix bootstrap breakage.
12383
12384 2008-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
12385
12386         PR target/36684
12387         * config/sh/sh.h (OVERRIDE_OPTIONS): Disable -fschedule-insns for PIC.
12388
12389 2008-07-04  Jakub Jelinek  <jakub@redhat.com>
12390
12391         * tree-switch-conversion.c (build_one_array, gen_def_assigns): Use
12392         build_gimple_modify_stmt.
12393         (build_arrays, gen_inbound_check): Likewise.  Force RHS to be
12394         gimple operand.  Use fold_build* instead of build*.
12395
12396 2008-07-04  Richard Guenther  <rguenther@suse.de>
12397
12398         * tree-ssa-structalias.c (lookup_vi_for_tree): Declare.
12399         (do_sd_constraint): Handle a dereference of ESCAPED and CALLUSED
12400         properly to compute the reachability set if we do field-sensitive PTA.
12401         * invoke.texi (max-fields-for-field-sensitive): Document default.
12402         * opts.c (decode_options): Set max-fields-for-field-sensitive to
12403         100 for optimize >= 2.
12404
12405 2008-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12406
12407         * ggc-zone.c (lookup_page_table_if_allocated,
12408         set_page_table_entry, zone_find_object_size, alloc_small_page,
12409         alloc_large_page, ggc_free, gt_ggc_m_S, ggc_marked_p, init_ggc,
12410         new_ggc_zone, init_ggc_pch, ggc_pch_this_base, ggc_pch_read): Fix
12411         -Wc++-compat and/or -Wcast-qual warnings.
12412
12413 2008-07-04  Alan Modra  <amodra@bigpond.net.au>
12414
12415         PR target/36634
12416         * config/rs6000/rs6000.md (call, call_value): Don't arrange for
12417         pic_offset_table_rtx to be marked as used here.
12418         (call_nonlocal_sysv, call_value_nonlocal_sysv): Add split for
12419         TARGET_SECURE_PLT to "use" pic_offset_table_rtx.
12420         (call_nonlocal_sysv_secure, call_value_nonlocal_sysv_secure): New insn.
12421         (sibcall_nonlocal_sysv, sibcall_value_nonlocal_sysv): Assert
12422         !TARGET_SECURE_PLT.
12423
12424 2008-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12425
12426         * alloc-pool.c (hash_descriptor, eq_descriptor,
12427         alloc_pool_descriptor): Fix -Wc++-compat warnings.
12428         * bitmap.c (hash_descriptor, eq_descriptor, bitmap_descriptor):
12429         Likewise.
12430         * ggc-common.c (hash_descriptor, eq_descriptor, hash_ptr, eq_ptr,
12431         loc_descriptor, ggc_prune_ptr, ggc_free_overhead,
12432         final_cmp_statistic, cmp_statistic, dump_ggc_loc_statistics): Likewise.
12433         * varray.c (hash_descriptor, eq_descriptor, varray_descriptor):
12434         Likewise.
12435
12436 2008-07-03  Eric Botcazou  <ebotcazou@adacore.com>
12437
12438         * tree-flow.h (loop_only_exit_p): Declare.
12439         * tree-ssa-loop-niter.c (loop_only_exit_p): Make public.
12440         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Reinstate direct check on
12441         the number of iterations if it is constant.  Otherwise, if this is the
12442         only possible exit of the loop, use the conservative estimate on the
12443         number of iterations of the entire loop if available.
12444
12445 2008-07-03  Richard Sandiford  <rdsandiford@googlemail.com>
12446
12447         * Makefile.in (libgcc.mvars): Add LIBGCC_SYNC and LIBGCC_SYNC_CFLAGS.
12448         * libgcc-std.ver (GCC_4.4.0): New version, inherited from GCC_4.3.0.
12449         Add synchronization functions.
12450         * config/sync.c: New file.
12451         * config/mips/t-libgcc-mips16 (LIBGCC_SYNC): Define.
12452         (LIBGCC_SYNC_CFLAGS): Likewise.
12453
12454 2008-07-03  Uros Bizjak  <ubizjak@gmail.com>
12455
12456         PR target/36710
12457         * config/i386/i386.md (mode): Add TF to "mode" attribute.
12458         (*pushtf_sse): New insn pattern.
12459         (pushtf splitters): New splitters.
12460
12461 2008-07-03  Michael Meissner  <gnu@the-meissners.org>
12462
12463         PR middle-end/35736
12464         * predict.c (build_predict_expr): Use void_type_node for the tree
12465         type, instead of NULL_TREE.
12466
12467 2008-07-03  H.J. Lu  <hongjiu.lu@intel.com>
12468
12469         * config/i386/i386.c (contains_aligned_value_p): Return true
12470         for TCmode.
12471         (ix86_data_alignment): Align TCmode to 128bits.
12472         (ix86_local_alignment): Likewise.
12473
12474 2008-07-03  Andrew Haley  <aph@redhat.com>
12475
12476         PR bootstrap/33304
12477         * vec.h (VEC_TA): New.
12478         (DEF_VEC_I, DEF_VEC_P, DEF_VEC_ALLOC_I, DEF_VEC_ALLOC_P,
12479         DEF_VEC_O, DEF_VEC_ALLOC_O: Use VEC_TA.
12480         * c-common.c (C_COMMON_FIXED_TYPES_SAT): New macro.
12481         (C_COMMON_FIXED_MODE_TYPES_SAT): New macro.
12482         (C_COMMON_FIXED_TYPES): Remove first arg.
12483         (C_COMMON_FIXED_MODE_TYPES): Likewise.
12484         * tree.c (MAKE_FIXED_TYPE_NODE): Break into two macros,
12485         MAKE_FIXED_TYPE_NODE and MAKE_FIXED_TYPE_NODE_WIDTH in order
12486         not to use empty macro arguments.
12487
12488 2008-07-02  Joseph Myers  <joseph@codesourcery.com>
12489
12490         * config/alpha/vms_tramp.asm, config/arm/crti.asm,
12491         config/arm/crtn.asm, config/bfin/crti.s, config/bfin/crtlibid.s,
12492         config/bfin/crtn.s, config/fr30/crti.asm, config/fr30/crtn.asm,
12493         config/frv/lib1funcs.asm, config/i386/sol2-c1.asm,
12494         config/i386/sol2-ci.asm, config/i386/sol2-cn.asm,
12495         config/i386/sol2-gc1.asm, config/ia64/crti.asm,
12496         config/ia64/crtn.asm, config/m68hc11/larith.asm,
12497         config/m68hc11/m68hc11-crt0.S, config/m68k/crti.s,
12498         config/m68k/crtn.s, config/mcore/crti.asm, config/mcore/crtn.asm,
12499         config/rs6000/crtresfpr.asm, config/rs6000/crtresgpr.asm,
12500         config/rs6000/crtresxfpr.asm, config/rs6000/crtresxgpr.asm,
12501         config/rs6000/crtsavfpr.asm, config/rs6000/crtsavgpr.asm,
12502         config/rs6000/crtsavres.asm, config/rs6000/e500crtres32gpr.asm,
12503         config/rs6000/e500crtres64gpr.asm,
12504         config/rs6000/e500crtres64gprctr.asm,
12505         config/rs6000/e500crtrest32gpr.asm,
12506         config/rs6000/e500crtrest64gpr.asm,
12507         config/rs6000/e500crtresx32gpr.asm,
12508         config/rs6000/e500crtresx64gpr.asm,
12509         config/rs6000/e500crtsav32gpr.asm,
12510         config/rs6000/e500crtsav64gpr.asm,
12511         config/rs6000/e500crtsav64gprctr.asm,
12512         config/rs6000/e500crtsavg32gpr.asm,
12513         config/rs6000/e500crtsavg64gpr.asm,
12514         config/rs6000/e500crtsavg64gprctr.asm, config/rs6000/eabi-ci.asm,
12515         config/rs6000/eabi-cn.asm, config/rs6000/eabi.asm,
12516         config/rs6000/sol-ci.asm, config/rs6000/sol-cn.asm,
12517         config/rs6000/tramp.asm, config/sparc/sol2-ci.asm,
12518         config/sparc/sol2-cn.asm: Remove .file directives.
12519
12520 2008-07-02  Richard Sandiford  <rdsandiford@googlemail.com>
12521
12522         * resource.c (mark_referenced_resources): Look inside
12523         UNSPEC_VOLATILEs and ASM_INPUTs.
12524
12525 2008-07-02  Ian Lance Taylor  <iant@google.com>
12526
12527         * rtlanal.c (add_reg_note): New function.
12528         * rtl.h (add_reg_note): Declare.
12529         * auto-inc-dec.c (attempt_change): Use add_reg_note.
12530         * bb-reorder.c (add_reg_crossing_jump_notes): Likewise.
12531         * builtins.c (expand_builtin_longjmp): Likewise.
12532         (expand_builtin_nonlocal_goto): Likewise.
12533         * calls.c (emit_call_1, expand_call): Likewise.
12534         * cfgexpand.c (add_reg_br_prob_note): Likewise.
12535         * cfglayout.c (fixup_reorder_chain): Likewise.
12536         * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
12537         (commit_one_edge_insertion): Likewise.
12538         * combine.c (move_deaths, distribute_notes): Likewise.
12539         * df-problems.c (df_set_note): Likewise.
12540         * emit-rtl.c (link_cc0_insns, try_split): Likewise.
12541         (set_unique_reg_note): Likewise.
12542         (emit_copy_of_insn_after): Likewise.
12543         * expr.c (expand_expr_real): Likewise.
12544         * gcse.c (add_label_notes): Likewise.
12545         * haifa-sched.c (create_check_block_twin): Likewise.
12546         * jump.c (mark_jump_label_1): Likewise.
12547         * loop-doloop.c (add_test, doloop_modify): Likewise.
12548         * loop-unswitch.c (compare_and_jump_seq): Likewise.
12549         * lower-subreg.c (move_eh_region_note): Likewise.
12550         * optabs.c (emit_libcall_block): Likewise.
12551         * predict.c (predict_insn): Likewise.
12552         (combine_predictions_for_insn): Likewise.
12553         * recog.c (peephole2_optimize): Likewise.
12554         * regmove.c (try_auto_increment): Likewise.
12555         * reg-stack.c (emit_pop_insn, move_for_stack_reg): Likewise.
12556         * reload.c (find_reloads): Likewise.
12557         * reload1.c (fixup_eh_region_note): Likewise.
12558         (reload_as_needed, add_auto_inc_notes, copy_eh_notes): Likewise.
12559         * reorg.c (delete_prior_computation): Likewise.
12560         (delete_computation, dbr_schedule): Likewise.
12561         * config/pa/pa.c (legitimize_pic_address): Likewise.
12562         * config/sh/sh.c (sh_reorg): Likewise.
12563
12564 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
12565
12566         PR target/36669
12567         * config/libgcc-glibc.ver: Add %exclude.
12568         * config/m32r/libgcc-glibc.ver: Likwise.
12569         * config/s390/libgcc-glibc.ver: Likwise.
12570         * config/sh/libgcc-glibc.ver: Likwise.
12571         * config/sparc/libgcc-sparc-glibc.ver: Likwise.
12572
12573         * config/i386/libgcc-glibc.ver: New.
12574
12575         * config/i386/libgcc-x86_64-glibc.ver: Removed.
12576
12577 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
12578
12579         * config.gcc: Remove i386/t-fprules-softfp64 soft-fp/t-softfp
12580         from tmake_file from i[34567]86-*-darwin*, x86_64-*-darwin*,
12581         i[34567]86-*-linux*, x86_64-*-linux*.  Add
12582         i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file for
12583         i[34567]86-*-darwin*, x86_64-*-darwin*, i[34567]86-*-linux*,
12584         x86_64-*-linux*.  Add i386/t-linux to tmake_file for
12585         i[34567]86-*-linux*, x86_64-*-linux*.
12586
12587         * libgcc-std.ver: Add empty GCC_4.4.0.
12588
12589         * mkmap-symver.awk: Support multiple versions per symbol.
12590
12591         * config/i386/i386.c (ix86_init_builtins): Always define
12592         __builtin_fabsq and __builtin_copysignq with fallbacks.
12593         (ix86_expand_builtin): Emit normal call for __builtin_fabsq
12594         and __builtin_copysignq if SSE2 isn't available.
12595
12596         * config/i386/linux.h (LIBGCC2_HAS_TF_MODE): Defined.
12597         (LIBGCC2_TF_CEXT): Likwise.
12598         (TF_SIZE): Likwise.
12599
12600         * config/i386/linux64.h (LIBGCC2_HAS_TF_MODE): Defined as 1.
12601
12602         * config/i386/sfp-machine.h: Moved to libgcc.
12603
12604         * config/i386/sfp-machine.h: New.
12605         * config/i386/t-linux: Likwise.
12606
12607         * config/i386/t-darwin: Remove softfp_wrap_start and
12608         softfp_wrap_end.
12609         * config/i386/t-darwin64: Likewise.
12610
12611         * config/i386/t-fprules-softfp64: Renamed to ...
12612         * config/i386/t-fprules-softfp: This.
12613
12614         * config/i386/t-linux64: Remove SHLIB_MAPFILES, softfp_wrap_start
12615         and softfp_wrap_end.
12616
12617 2008-07-02  Jason Merrill  <jason@redhat.com>
12618
12619         * tree.c (ctor_to_list): Use FOR_EACH_CONSTRUCTOR_ELT.
12620
12621         * tree.c (ctor_to_list): New fn.
12622         * tree.h: Declare it.
12623         (CONSTRUCTOR_ELT): New macro.
12624         (CONSTRUCTOR_NELTS): New macro.
12625
12626 2008-07-02  Richard Guenther  <rguenther@suse.de>
12627
12628         * tree-ssa-structalias.c (struct variable_info): Reorder
12629         to fill padding on 64bit hosts.  Make collapsed_to an int.
12630         (get_varinfo_fc): Deal with that.
12631         (new_var_info): Likewise.
12632         (collapse_rest_of_var): Likewise.
12633
12634 2008-07-02  Joshua Sumali  <jsumali@redhat.com>
12635
12636         * doc/install.texi (--enable-java-home): Document.
12637         (--enable-aot-compile-rpm): Likewise.
12638         (--with-arch-directory): Likewise.
12639         (--with-os-directory): Likewise.
12640         (--with-origin-name): Likewise.
12641         (--with-arch-suffix): Likewise.
12642         (--with-jvm-root-dir): Likewise.
12643         (--with-jvm-jar-dir): Likewise.
12644         (--with-python-dir): Likewise.
12645
12646 2008-07-02  Richard Guenther  <rguenther@suse.de>
12647
12648         * tree-ssa-forwprop.c (can_propagate_from): Exclude loads
12649         from decls explicitly.  Merge operand checking from tuples.
12650
12651 2008-07-02  Martin Jambor  <mjambor@suse.cz>
12652
12653         * tree-switch-conversion.c: Included timevar.h which I forgot before.
12654
12655 2008-07-02  Martin Jambor  <mjambor@suse.cz>
12656
12657         * tree-switch-conversion.c: Included timevar.h
12658         (pass_convert_switch): Added a timevar id (TV_TREE_SWITCH_CONVERSION).
12659
12660         * timevar.def: Added TV_TREE_SWITCH_CONVERSION.
12661
12662 2008-07-02  Martin Jambor  <mjambor@suse.cz>
12663
12664         * tree-switch-conversion.c: Corrected various comments and
12665         whitespace issues
12666         (build_constructors): Fixed minor formatting mistakes.
12667
12668         * invoke.texi (Optimize Options): Corrected the
12669         switch-conversion-max-branch-ratio parameter.
12670
12671 2008-07-02  Mark Shinwell  <shinwell@codesourcery.com>
12672
12673         * final.c (asm_insn_count): Return zero for an empty asm body.
12674
12675 2008-07-02  Richard Guenther  <rguenther@suse.de>
12676
12677         * bitmap.h (bitmap_set_bit): Return bool.
12678         (bitmap_clear_bit): Likewise.
12679         * bitmap.c (bitmap_set_bit): Return if the bit changed.  Only
12680         write to the bitmap if it would.
12681         (bitmap_clear_bit): Likewise.
12682         * tree-ssa-structalias.c (add_implicit_graph_edge): Use
12683         bitmap_set_bit return value.
12684         (add_pred_graph_edge): Likewise.
12685         (add_graph_edge): Likewise.
12686         (do_sd_constraint): Likewise.
12687         (do_ds_constraint): Likewise.
12688
12689 2008-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12690
12691         * config/alpha/alpha.c (alpha_need_linkage, alpha_use_linkage):
12692         Fix -Wc++-compat and/or -Wcast-qual warnings.
12693         * config/i386/netware.c (gen_stdcall_or_fastcall_decoration,
12694         gen_regparm_prefix): Likewise.
12695         * vmsdbgout.c (write_modbeg, lookup_filename,
12696         vmsdbgout_source_line, vmsdbgout_init): Likewise.
12697
12698 2008-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
12699
12700         * config/i386/mingw32.h (TARGET_USE_JCR_SECTION): Undef to let
12701         defaults.h definition apply.
12702
12703 2008-07-01  Daniel Jacobowitz  <dan@codesourcery.com>
12704
12705         * function.c (assign_parm_remove_parallels): New.
12706         (assign_parm_setup_block_p): Do not return true for non-BLKmode
12707         PARALLELs.
12708         (assign_parm_setup_block): Do not handle them.
12709         (assign_parm_setup_reg, assign_parm_setup_stack): Call
12710         assign_parm_remove_parallels.
12711
12712 2008-07-01  Daniel Jacobowitz  <dan@codesourcery.com>
12713
12714         * c-typeck.c (convert_for_assignment): Use
12715         vector_targets_convertible_p.
12716         * c-common.c (vector_targets_convertible_p): New.
12717         * c-common.h (vector_targets_convertible_p): New prototype.
12718         * config/rs6000/rs6000.c (rs6000_is_opaque_type): Do not check
12719         opaque_p_V2SI_type_node.
12720
12721 2008-07-01  Steve Ellcey  <sje@cup.hp.com>
12722
12723         * config/ia64/ia64.c (ia64_cannot_force_const_mem): Do not allow
12724         RFmode constants.
12725
12726 2008-07-01  Uros Bizjak  <ubizjak@gmail.com>
12727
12728         * config/i386/i386.c (ix86_build_signbit_mask): Generate TImode and
12729         TFmode constants via two element DImode vector for hosts with
12730         HOST_BITS_PER_WIDE_INT < 64.
12731         (ix86_init_builtins): Define __builtin_fabsq and __builtin_copysignq
12732         also for HOST_BITS_PER_WIDE_INT < 64.
12733
12734 2008-07-01  Richard Guenther  <rguenther@suse.de>
12735
12736         PR tree-optimization/36666
12737         * tree-ssa-structalias.c (get_constraint_for_1): Declare.
12738         (get_constraint_exp_from_ssa_var): Split into ...
12739         (get_constraint_exp_for_temp): ... this ...
12740         (get_constraint_for_ssa_var): ... and that.
12741         Return constraint expressions for all touched sub-fields
12742         if the results address is not taken.
12743         (process_constraint): Remove assertion that aggregate
12744         assignments do not happen at this place.
12745         (get_constraint_for_component_ref): Add address_p argument.
12746         Return constraint expressions for all touched sub-fields
12747         if the results address is not taken.
12748         (do_deref): Use get_constraint_exp_for_temp.
12749         (get_constraint_for_1): Rename from ...
12750         (get_constraint_for): ... this.  Add the old function as wrapper.
12751         (do_structure_copy): Use get_constraint_for_1.
12752
12753 2008-07-01  Martin Jambor  <mjambor@suse.cz>
12754
12755         * Makefile.in (tree-switch-conversion.o): Add.
12756         (OBJS-common): Add tree-swtch-conversion.o.
12757         * passes.c (init_optimization_passes): Add pass_convert_switch.
12758         * tree-pass.h: (pass_convert_switch): Add.
12759         * tree-switch-conversion.c: New file.
12760         * gcc.dg/tree-ssa/cswtch.c: New testcase.
12761         * common.opt (ftree-cswtch): New option.
12762         * params.h (PARAM_SWITCH_CONVERSION_BRANCH_RATIO): New parameter.
12763         * params.def (PARAM_SWITCH_CONVERSION_BRANCH_RATIO): New parameter.
12764         * opts.c (decode_options): Set flag_tree_switch_conversion when
12765         optimization level is >= 2.
12766         * doc/invoke.texi (Optimize Options): Added description of
12767         -ftree-swtch-conversion and switch-conversion-max-branch-ratio.
12768
12769 2008-06-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12770
12771         * config/darwin-driver.c (darwin_default_min_version): Fix
12772         -Wc++-compat warnings.
12773
12774 2008-06-30  Uros Bizjak  <ubizjak@gmail.com>
12775
12776         * config/i386/i386.md (*movti_rex64): Add "!" to "r" constraint
12777         of operand 0.
12778
12779 2008-06-30  Kenneth Zadeck <zadeck@naturalbridge.com>
12780
12781         * ifcvt.c (cond_move_process_if_block): Free vectors on false return.
12782
12783 2008-06-30  Kenneth Zadeck <zadeck@naturalbridge.com>
12784
12785         PR rtl-optimization/34744
12786         * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): New macros.
12787         (df_scan_free_internal): Free data structures not
12788         allocated in storage pools.
12789         (df_mw_hardreg_chain_delete_eq_uses): Use df_scan_free_mws_vec.
12790         (df_refs_add_to_chains): Use df_scan_free_ref_vec and
12791         df_scan_free_mws_vec.
12792         * dse.c (dse_step6): Free offset_map_p and offset_map_n
12793         unconditionally.
12794
12795 2008-06-30  H.J. Lu  <hongjiu.lu@intel.com>
12796
12797         * config/i386/i386.c (contains_aligned_value_p): Return true
12798         for __float128.
12799         (ix86_function_arg_boundary): Return its natural boundary
12800         for __float128.
12801         (return_in_memory_32): Don't check TDmode.
12802         (ix86_split_to_parts): Support splitting into 4 parts and
12803         support TFmode for 32bit target.
12804         (ix86_split_long_move): Support splitting into 4 parts.
12805         (bdesc_args): Enable IX86_BUILTIN_FABSQ and IX86_BUILTIN_COPYSIGNQ
12806         for SSE2.
12807         (ix86_init_mmx_sse_builtins): Move __float80 and __float128 to ...
12808         (ix86_init_builtins): Here.
12809         (ix86_scalar_mode_supported_p): Always return true for TFmode.
12810         (ix86_c_mode_for_suffix): Always return TFmode and XFmode for
12811         'q' and 'w', respectively.
12812
12813         * config/i386/i386.md (movtf): Check TARGET_SSE2 instead of
12814         TARGET_64BIT.
12815         (movtf_internal): Likewise.
12816         (<code>tf2): Likewise.
12817         (*absnegtf2_sse): Likewise.
12818         (copysign<mode>3): Likewise.
12819         (copysign<mode>3_const): Likewise.
12820         (copysign<mode>3_var): Likewise.
12821         (define_split UNSPEC_COPYSIGN): Likewise.
12822         * config/i386/sse.md (*nandtf3): Likewise.
12823         (<code>tf3): Likewise.
12824         (*<code>tf3): Likewise.
12825
12826 2008-06-30  Joey Ye  <joey.ye@intel.com>
12827             H.J. Lu  <hongjiu.lu@intel.com>
12828
12829         * global.c (compute_regsets): Set frame_pointer_needed here.
12830         * reload1.c (init_elim_table): Don't set frame_pointer_needed here.
12831
12832 2008-06-30  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
12833
12834         * doc/install.texi (specific): Expand Windows build notes.
12835
12836 2008-06-30  Ira Rosen  <irar@il.ibm.com>
12837
12838         PR tree-optimization/36648
12839         * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Divide
12840         number of prolog iterations by step. Fix the comment.
12841
12842 2008-06-30  Richard Guenther  <rguenther@suse.de>
12843
12844         PR middle-end/36671
12845         * tree-ssa-structalias.c (handle_lhs_call): Add flags argument,
12846         handle calls from ECF_MALLOC functions.
12847         (handle_pure_call): ECF_MALLOC functions do not return
12848         call-used memory.
12849         (find_func_aliases): Handle all calls, adjust calls to handle_lhs_call.
12850
12851 2008-06-29  Andreas Schwab  <schwab@suse.de>
12852
12853         * config/m68k/m68k.c (print_operand): Always print a float
12854         constant in hex.
12855         * config/m68k/m68k.h (ASM_OUTPUT_FLOAT_OPERAND)
12856         (ASM_OUTPUT_DOUBLE_OPERAND, ASM_OUTPUT_LONG_DOUBLE_OPERAND):
12857         Remove macros.
12858
12859         * config/rs6000/x-linux64: Remove never used file.
12860
12861 2008-06-29  Richard Guenther  <rguenther@suse.de>
12862
12863         * tree-ssa-structalias.h (compute_points_to_sets): Adjust
12864         prototype.
12865         (struct alias_info): Move ...
12866         * tree-ssa-alias.c: ... here.
12867         (update_alias_info): Declare.
12868         (compute_may_aliases): Call it.
12869         (update_alias_info): New function.
12870         * tree-ssa-structalias.c (update_alias_info): Move ...
12871         * tree-ssa-alias.c (update_alias_info_1): ... here.
12872         * tree-ssa-structalias.c (process_constraint_1): Remove
12873         unused from_call argument.  Rename to ...
12874         (process_constraint): ... this.  Delete old wrapper.
12875         (make_constraint_to): Adjust callers.
12876         (handle_const_call): Likewise.
12877         (handle_pure_call): Likewise.
12878         (init_base_vars): Likewise.
12879         (handle_lhs_call): Likewise.  Remove unnecessary constraint.
12880         (find_func_aliases): We don't need structure copies for
12881         complex types.
12882         (make_constraint_from_anything): Remove.
12883         (create_variable_info_for): For globals make constraints
12884         from escaped, not from anything.
12885         (compute_points_to_sets): Do not call update_alias_info.
12886         (ipa_pta_execute): Use make_constraint_from.
12887
12888 2008-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12889
12890         * Makefile.in (CXX_COMPAT_WARN, cxx_compat_warn): Delete.
12891         (bitmap.o-warn, dominance.o-warn): New.
12892         * configure.ac (cxx_compat_warn): Delete.
12893         (loose_warn): Add -Wcast-qual and -Wc++-compat.
12894         * system.h: Remove #pragma diagnostic for -Wcast-qual and
12895         -Wc++-compat.
12896         * configure: Regenerate.
12897
12898         * optabs.c (libfunc_decl_hash, libfunc_decl_eq): Fix -Wcast-qual
12899         warnings.
12900
12901 2008-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12902
12903         * alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings.
12904         * df-scan.c (df_notes_rescan): Likewise.
12905         * ggc-page.c (set_page_table_entry): Likewise.
12906         * intl.c (gcc_gettext_width): Likewise.
12907         * varasm.c (get_unnamed_section, get_noswitch_section,
12908         get_section): Likewise.
12909
12910 2008-06-28  Andrew Jenner  <andrew@codesourcery.com>
12911
12912         * regrename.c (build_def_use): Don't copy RTX.
12913
12914 2008-06-28  Sandra Loosemore  <sandra@codesourcery.com>
12915
12916         * doc/extend.texi (Variable Attributes): Use @ref instead of @xref.
12917         (Type Attributes): Fix nesting of @table and @subsection.  Adjust
12918         punctuation.  Use @ref instead of @xref.
12919         (Function Names): Remove stray @display/@end display.
12920         (C++ Attributes): Use @ref instead of @xref.
12921         (Deprecated Features): Fix punctuation around @xref.
12922         (Backwards Compatibility): Likewise.
12923         * doc/rtl.texi (Incdec): Remove stray @table/@end table.
12924
12925 2008-06-28  Joseph Myers  <joseph@codesourcery.com>
12926
12927         * config/rs6000/predicates.md (easy_fp_constant): Reject TFmode
12928         constants for E500 double.
12929
12930 2008-06-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12931
12932         * doc/rtl.texi (const_vector): Document const_fixed as legitimate
12933         element type of const_vector.
12934
12935 2008-06-28  Uros Bizjak  <ubizjak@gmail.com>
12936
12937         * config/i386/i386.md (addti3, adddi3, addsi3, addhi3, addqi3):
12938         Remove FLAGS_REG clobber from expander pattern.
12939         (subti3, subdi3, subsi3, subhi3, subqi3): Ditto.
12940         (anddi3, andsi3, andhi3, andqi3): Ditto.
12941         (iordi3, iorsi3, iorhi3, iorqi3): Ditto.
12942         (xordi3, xorsi3, xorhi3, xorqi3): Ditto.
12943         (negti2, negdi2, negsi2, neghi2, negqi2): Ditto.
12944         (ashlsi3, ashlhi3, ashlqi3): Ditto.
12945         (ashrsi3, ashrhi3, ashrqi3): Ditto.
12946         (lshrsi3, lshrhi3, lshrqi3): Ditto.
12947         (rotldi3, rotlsi3, rotlhi3, rotlqi3): Ditto.
12948         (rotrdi3, rotrsi3, rotrhi3, rotrqi3): Ditto.
12949
12950 2008-06-28  Richard Guenther  <rguenther@suse.de>
12951
12952         * tree-ssa-structalias.c (callused_id, var_callused,
12953         callused_tree): Add.
12954         (handle_pure_call): New function.
12955         (find_func_aliases): Call it.
12956         (find_what_p_points_to): Handle the call-used set.
12957         (clobber_what_escaped): Likewise.
12958         (compute_call_used_vars): New function.
12959         (init_base_vars): Init the call-used variable.
12960         (do_sd_constraint): Do not propagate the solution from CALLUSED
12961         but use CALLUSED as a placeholder.
12962         (solve_graph): Likewise.
12963         * tree-flow-inline.h (gimple_call_used_vars): New function.
12964         * tree-flow.h (struct gimple_df): Add call_used_vars bitmap.
12965         (compute_call_used_vars): Declare.
12966         * tree-ssa-alias.c (set_initial_properties): Call
12967         compute_call_used_vars.
12968         (reset_alias_info): Clear call-used variables.
12969         (add_call_clobber_ops): Assert we are not called for const/pure
12970         functions.  Remove handling of them.
12971         (add_call_read_ops): Handle pure functions by adding the
12972         call-used set of variables as VUSEs.
12973         * tree-ssa.c (init_tree_ssa): Allocate call-used bitmap.
12974         (delete_tree_ssa): Free it.
12975         * tree-dfa.c (remove_referenced_var): Clear the var from the
12976         call-used bitmap.
12977
12978 2008-06-28  Kai Tietz  <kai.tietz@onevision.com>
12979
12980         * tree.c (build_varargs_function_type_list): New.
12981         (build_function_type_list_1): New.
12982         (build_function_type_list): Use build_function_type_list_1.
12983         * tree.h (build_varargs_function_type_list): New.
12984
12985 2008-06-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12986
12987         PR target/34856
12988         * config/spu/spu.c (spu_builtin_splats): Do not generate
12989         invalid CONST_VECTOR expressions.
12990         (spu_expand_vector_init): Likewise.
12991
12992 2008-06-28  Richard Sandiford  <rdsandiford@googlemail.com>
12993
12994         * optabs.c (libfunc_decls): New variable.
12995         (libfunc_decl_hash, libfunc_decl_eq): New functions.
12996         (init_one_libfunc): Reuse decls and SYMBOL_REFs when asked
12997         for the same function twice.
12998
12999 2008-06-27  Uros Bizjak  <ubizjak@gmail.com>
13000
13001         * config/i386/i386.md (ashlti3, ashrti3, lshrti3): Expand using
13002         ix86_expand_binary_operator directly.
13003         (*ashlti3_1): Rename from ashlti3_1.  Use nonmemory_operand predicate
13004         for operand 2.
13005         (*ashrti3_1): Ditto.
13006         (*lshrti3_1): Ditto.
13007         (*ashlti3_2, *ashrti3_2, *lshrti3_2): Remove insn patterns.
13008         (ashlti, ashrti and lshrti splitters): Handle nonmemory operand 2
13009         using only one splitter.  Conditionaly execute splitter before or
13010         after peephole2 pass.
13011         (ashlti, ashrti and lshrti peephole2): Define peephole2 patterns.
13012         (x86_shld): Rename from x86_shld_1.  Compress operand 2 constraints.
13013         Use only one alternative in asm template.
13014         (x86_64_shld): Compress operand 2 constraints. Use only one alternative
13015         in asm template.
13016         (*ashldi3_cmp_rex64): Use const_1_to_63_operand operand predicate and
13017         "J" operand constraint for operand 2.
13018         (*ashldi3_cconly_rex64): Ditto.
13019         (*ashrdi3_cmp_rex64): Ditto.
13020         (*ashrdi3_cconly_rex64): Ditto.
13021         (*lshrdi3_cmp_rex64): Ditto.
13022         (*lshrdi3_cconly_rex64): Ditto.
13023         * config/i386/predicates.md (const_1_to_63_operand): New predicate.
13024         * config/i386/i386.md (print_operand) ['s']: Print ", " using fputs.
13025         (split_ashr, split_ashl, split_lshr): Use gen_x86_shrd instead of
13026         gen_x86_shrd_1.
13027
13028 2008-06-27  Jakub Jelinek  <jakub@redhat.com>
13029
13030         * gimplify.c (omp_is_private): Don't return true if decl is not
13031         already private on #pragma omp for or #pragma omp parallel for.
13032
13033         PR debug/36617
13034         * tree-cfg.c (struct move_stmt_d): Replace block field with
13035         orig_block and new_block fields.
13036         (move_stmt_r): Only set TREE_BLOCK to p->new_block if
13037         if it used to be NULL, p->orig_block or if p->orig_block is NULL.
13038         (move_block_to_fn): Replace vars_map and new_label_map arguments
13039         with struct move_stmt_d pointer.
13040         (replace_block_vars_by_duplicates): New function.
13041         (move_sese_region_to_fn): Add ORIG_BLOCK argument.  Adjust
13042         move_block_to_fn caller.  If ORIG_BLOCK is non-NULL, move over
13043         all subblocks of ORIG_BLOCK to the new function.  Call
13044         replace_block_vars_by_duplicates.
13045         * tree-flow.h (move_sese_region_to_fn): Adjust prototype.
13046         * omp-low.c (expand_omp_taskreg): Set TREE_USED on DECL_INITIAL
13047         BLOCK of the new function.  Adjust move_sese_region_to_fn caller.
13048         Prune vars with original DECL_CONTEXT from child_cfun->local_decls.
13049         (expand_omp): Temporarily set input_location to the location of
13050         region's controlling stmt.
13051         (lower_omp_sections, lower_omp_for): Add a BLOCK into outermost
13052         BIND_EXPR, push ctx->block_vars and gimplification vars into
13053         the BIND_EXPR and its block's BLOCK_VARS instead of directly
13054         into dest function.
13055         (lower_omp_single): Set TREE_USED on the BIND_EXPR's BLOCK if
13056         there are any BLOCK_VARS.
13057         (lower_omp_taskreg): Set BLOCK on a BIND_EXPR containing the
13058         OMP_PARALLEL or OMP_TASK stmt.
13059         (lower_omp): Save and restore input_location around the lower_omp_1
13060         call.
13061
13062 2008-06-27  Richard Guenther  <rguenther@suse.de>
13063
13064         PR tree-optimization/36400
13065         PR tree-optimization/36373
13066         PR tree-optimization/36344
13067         * tree-ssa-structalias.c (var_escaped, escaped_tree, escaped_id,
13068         var_nonlocal, nonlocal_tree, nonlocal_id): New globals
13069         (update_alias_info): Remove call clobbering code.
13070         (make_constraint_to): New helper function.
13071         (make_escape_constraint): Likewise.
13072         (handle_rhs_call): Use it on all pointer containing arguments.
13073         Also mark the static chain escaped.
13074         (handle_lhs_call): Make constraints from NONLOCAL and ESCAPED
13075         instead of ANYTHING.
13076         (make_constraint_from): New helper split out from ...
13077         (make_constraint_from_anything): ... here.
13078         (find_func_aliases): Add constraints for escape sites.
13079         (intra_create_variable_infos): Make constraints from NONLOCAL
13080         for parameters.
13081         (find_what_p_points_to): Interpret NONLOCAL and ESCAPED the same
13082         as ANYTHING.
13083         (clobber_what_p_points_to): Remove.
13084         (clobber_what_escaped): New function.
13085         (init_base_vars): Init NONLOCAL and ESCAPED.
13086         (do_sd_constraint): Do not propagate the solution from ESCAPED
13087         but use ESCAPED as a placeholder.
13088         (solve_graph): Likewise.
13089         * tree-flow.h (clobber_what_p_points_to): Remove.
13090         (clobber_what_escaped): Declare.
13091         * tree-ssa-alias.c (set_initial_properties): Call it.
13092         Remove code clobbering escaped pointers.
13093
13094 2008-06-27  Richard Sandiford  <rdsandiford@googlemail.com>
13095
13096         * function.c (allocate_struct_function): Only allocate a unique
13097         funcdef_no if the decl is nonzero.
13098
13099 2008-06-27  Richard Sandiford  <rdsandiford@googlemail.com>
13100
13101         * config/mips/mips-protos.h (mips_split_const_insns): Declare.
13102         * config/mips/mips.c (mips_split_const_insns): New function.
13103         * config/mips/mips.md (move_type): New attribute.
13104         (mode): Move attribute definition earlier in file.  Add "TI" and "TF".
13105         (dword_mode): New attribute.
13106         (type): Avoid long line.  Map "move_type"s to "type"s,
13107         choosing "multi" for doubleword moves if appropriate.
13108         Swap MTC/MFC comments to match their declaration order.
13109         (extended_mips16): Default to "yes" if "move_type" is "sll0",
13110         "type" is "branch" or "jal" is "direct".
13111         (length): Handle "extended_mips16" first.  Make the default
13112         "0" for "ghost" instructions.  Set the length from "move_type".
13113         (truncdisi2, truncdihi2, truncdiqi2): Use "move_type" instead
13114         of "type", with "sll0" for the register alternative.  Remove the
13115         "extended_mips16" attribute.
13116         (zero_extendsidi2, *clear_upper32): Use "move_type" instead
13117         of "type", with "shift_shift" for the register alternative.
13118         Remove the "length" attribute.
13119         (*extend<SHORT:mode><GPR:mode>2, *extendqihi2): Likewise.
13120         (*zero_extend<SHORT:mode><GPR:mode>2): Use "move_type" instead
13121         of "type", with "andi" for the register alternative.
13122         (*zero_extendqihi2): Likewise.
13123         (*zero_extend<SHORT:mode><GPR:mode>2_mips16e): Use a "move_type"
13124         of "andi" instead of a "type" of "arith".
13125         (*zero_extend<SHORT:mode><GPR:mode>2_mips16): Use "move_type"
13126         instead of "type".
13127         (*zero_extendqihi2_mips16, mov_<load>l, mov_<load>r, mov_<store>l)
13128         (mov_<store>r, *mov<mode>_ra): Likewise.
13129         (extendsidi2): Use "move_type" instead of "type", with "move"
13130         for the register alternative.
13131         (*extend<SHORT:mode><GPR:mode>2_mips16e): Use "move_type" instead
13132         of "type", with "signext" for the register alternative.
13133         (*extend<SHORT:mode><GPR:mode>2_se<SHORT:size>): Likewise.
13134         (*extendqihi2_mips16e, *extendqihi2_seb): Likewise.
13135         (fix_truncdfsi2_insn, fix_truncsfsi2_insn, fix_truncdfdi2)
13136         (fix_truncsfdi2, floatsidf2, floatdidf2, floatsisf2, floatdisf2)
13137         (floatdisf2, *branch_equality<mode>_mips16): Likewise.
13138         (unnamed branch insn): Likewise.
13139         (*movdi_gp32_fp64): Fold into...
13140         (*movdi_32bit): ...here.
13141         (*movdf_hardfloat_64bit, *movdf_hardfloat_32bit): Combine into...
13142         (*movdf_hardfloat): ...this new pattern.
13143         (*movdf_softfloat): Remove redundant FPR alternatives.
13144         (*movti, *movti_mips16, *movtf, *movtf_mips16): Add "mode" attributes.
13145         (*movv2sf_hardfloat_64bit, *movv2sf_hardfloat_32bit): Combine into...
13146         (*movv2sf): ...this new pattern.  Use "DF" rather than "SF" for
13147         the "move" attribute.
13148         (*movdi_32bit): Use "move_type" instead of "type" and remove the
13149         "length" attribute.  Use "fpload" and "fpstore" instead of "load"
13150         and "store" for COP loads and stores.
13151         (*movdi_32bit_mips16, *movdi_64bit, *movsi_internal, movcc)
13152         (*movhi_internal, *movhi_mips16, *movqi_internal, *movqi_mips16)
13153         (*movsf_hardfloat, *movsf_softfloat, *movsi_mips16, *movdf_hardfloat)
13154         (*movdf_softfloat, *movdf_mips16, *movti, *movti_mips16, *movtf)
13155         (*movtf_mips16, *movv2sf): Likewise.
13156         (mfhi<GPR:mode>_<HILO:mode>, mflo<GPR:mode>_<HILO:mode>)
13157         (load_low<mode>, load_high<mode>, store_word<mode>, mthc1<mode>)
13158         (mfhc1<mode>): Use "move_type" instead of "move".
13159         (*low<mode>_mips16): Use "extended_mips16" instead of "length".
13160         (loadgp_blockage): Remove the "length" attribute.
13161         (blockage, set_got_version, update_got_version): Likewise.
13162         (call_internal): Remove the "extended_mips16" attribute.
13163         (call_value_internal, call_value_multiple_internal): Likewise.
13164         * config/mips/loongson.md (mov<mode>_internal): Use "move_type"
13165         instead of "move".
13166         * config/mips/mips-dsp.md (mips_lbux, mips_lhx, mips_lwx): Remove
13167         the "length" attribute.
13168
13169 2008-06-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13170
13171         * c-format.c (handle_format_attribute): Fix -Wc++-compat and/or
13172         -Wcast-qual warnings.
13173         * c-pragma.c (dpm_eq, handle_pragma_push_macro,
13174         handle_pragma_pop_macro): Likewise.
13175         * collect2.c (resolve_lib_name): Likewise.
13176         * config/arc/arc.c (arc_init): Likewise.
13177         * config/arm/arm.c (neon_builtin_compare,
13178         locate_neon_builtin_icode): Likewise.
13179         * config/arm/pe.c (arm_mark_dllexport, arm_pe_unique_section): Likewise.
13180         * config/bfin/bfin.c (bfin_init_machine_status,
13181         bfin_optimize_loop): Likewise.
13182         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Likewise.
13183         * config/cris/cris.c (cris_init_expanders): Likewise.
13184         * config/darwin-c.c (frameworks_in_use, add_framework): Likewise.
13185         * config/darwin.c (machopic_indirection_eq,
13186         machopic_indirection_name, machopic_output_indirection): Likewise.
13187         * config/frv/frv.c (frv_init_machine_status, frv_compare_insns,
13188         frv_io_check_address, frv_io_handle_set, frv_io_handle_use_1,
13189         frv_optimize_membar): Likewise.
13190         * config/i386/cygwin.h (mingw_scan,
13191         GCC_DRIVER_HOST_INITIALIZATION): Likewise.
13192         * config/i386/cygwin1.c (mingw_scan): Likewise.
13193         * config/i386/i386.c (machopic_output_stub): Likewise.
13194         * config/i386/winnt.c (gen_stdcall_or_fastcall_suffix,
13195         i386_pe_unique_section): Likewise.
13196         * config/ia64/ia64.c (ia64_init_machine_status,
13197         ia64_h_i_d_extended, get_free_bundle_state, bundling, ia64_reorg):
13198         Likewise.
13199         * config/iq2000/iq2000.c, iq2000_init_machine_status): Likewise.
13200         * config/m68hc11/m68hc11.c (m68hc11_encode_label): Likewise.
13201         * config/m68k/m68k.c (m68k_handle_option,
13202         m68k_sched_md_init_global): Likewise.
13203         * config/mcore/mcore.c (mcore_mark_dllexport, mcore_mark_dllimport,
13204         mcore_unique_section): Likewise.
13205         * config/mips/mips.c (mips_block_move_straight,
13206         mips16_rewrite_pool_refs, mips_sim_wait_regs_2, mips_sim_record_set):
13207         Likewise.
13208         * config/mmix/mmix.c (mmix_init_machine_status,
13209         mmix_encode_section_info): Likewise.
13210         * config/pa/pa.c (pa_init_machine_status, hppa_encode_label): Likewise.
13211         * config/rs6000/rs6000.c (rs6000_init_machine_status,
13212         print_operand_address, output_toc, redefine_groups,
13213         rs6000_elf_encode_section_info, machopic_output_stub): Likewise.
13214         * config/s390/s390.c (s390_init_machine_status): Likewise.
13215         * config/score/score.c (score_block_move_straight,
13216         score_block_move_loop_body): Likewise.
13217         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
13218         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
13219         * emit-rtl.c (find_auto_inc): Likewise.
13220         * gcc.c (translate_options, process_command): Likewise.
13221         * reorg.c (dbr_schedule): Likewise.
13222         * sdbout.c (sdbout_start_source_file, sdbout_init): Likewise.
13223         * xcoffout.c (xcoffout_declare_function): Likewise.
13224
13225 2008-06-27  Daniel Berlin  <dberlin@dberlin.org>
13226
13227         * tree-ssa-structalias.c (find_func_aliases): Trivial fix to get
13228         ipa-pta working again.
13229
13230 2008-06-27  David Edelsohn  <edelsohn@gnu.org>
13231
13232         * config/rs6000/t-aix52: Append large data option to LDFLAGS for
13233         genautomata.
13234
13235 2008-06-27  Edmar Wienskoski  <edmar@freescale.com>
13236
13237         * config.gcc (powerpc*-*-*): Add new core e500mc.
13238         * config/rs6000/e500mc.md: New file.
13239         * config/rs6000/rs6000.c (processor_costs): Add new costs for
13240         e500mc.
13241         (rs6000_override_options): Add e500mc case to
13242         processor_target_table. Altivec and Spe options not allowed
13243         with e500mc. Add isel instruction to e500mc by
13244         default. Initialize rs6000_cost for e500mc.
13245         (rs6000_issue_rate): Set issue rate for e500mc.
13246         * config/rs6000/rs6000.h (processor_type): Add
13247         PROCESSOR_PPCE500MC.
13248         (ASM_CPU_SPEC): Add e500mc.
13249         Set TARGET_ISEL to rs6000_isel.
13250         * config/rs6000/e500.h: Remove redefinition of TARGET_ISEL.
13251         (CHECK_E500_OPTIONS): Remove TARGET_ISEL.
13252         * config/rs6000/rs6000.md (define_attr "cpu"): Add ppce500mc.
13253         Include e500mc.md.
13254         * doc/invoke.texi: Add e500mc to list of cpus.
13255
13256 2008-06-27  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13257
13258         PR c/34867
13259         * c-lex.c (lex_charconst): Initialize unsignedp.
13260
13261 2008-06-27  Olivier Hainque  <hainque@adacore.com>
13262
13263         * gimplify.c (gimplify_modify_expr_to_memset): Assert our
13264         documented assumptions.
13265
13266 2008-06-26  H.J. Lu  <hongjiu.lu@intel.com>
13267
13268         * dwarf2out.c: Remove trailing white spaces.  Break long line
13269         in comments.
13270
13271 2008-06-26  Richard Sandiford  <rdsandiford@googlemail.com>
13272
13273         * libfuncs.h (LTI_synchronize): New libfunc_index.
13274         (synchronize_libfunc): Declare.
13275         * builtins.c (expand_builtin_synchronize): Consider using
13276         synchronize_libfunc before falling back on an asm blockage.
13277         * config/mips/mips.c: Include libfuncs.h
13278         (mips_init_libfuncs): Initialize synchronize_libfunc for TARGET_MIPS16.
13279
13280 2008-06-26  Nathan Froyd  <froydnj@codesourcery.com>
13281
13282         * config/rs6000/rs6000.c (emit_allocate_stack): Add copy_r11
13283         parameter.  Copy stack_reg to r11 where appropriate.
13284         (no_global_regs_above): Add gpr parameter.
13285         (rs6000_stack_info): Only add padding for SPE save area if we
13286         are saving SPE GPRs and CR.
13287         (saveres_routine_syms): New variable.
13288         (FIRST_SAVRES_REGISTER, LAST_SAVRES_REGISTER, N_SAVRES_REGISTERS):
13289         Define.
13290         (rs6000_savres_routine_sym): New function.
13291         (rs6000_emit_stack_reset, rs6000_restore_saved_cr): New functions,
13292         split out of...
13293         (rs6000_emit_epilogue): ...here.  Use rs6000_use_multiple_p and
13294         rs6000_savres_strategy.  Restore GPRs out-of-line if appropriate.
13295         Tweak FPR out-of-line saving.
13296         (rs6000_make_savres_rtx): New function.
13297         (rs6000_use_multiple_p): New function.
13298         (rs6000_savres_strategy): New function.
13299         (rs6000_emit_prologue): Use rs6000_savres_strategy.  Save GPRs
13300         out-of-line if appropriate.
13301         * config/rs6000/sysv4.h (FP_SAVE_INLINE): Save FPRs out-of-line
13302         if we are optimizing for size.
13303         (GP_SAVE_INLINE): Define.
13304         (SAVE_FP_SUFFIX, RESTORE_FP_SUFFIX): Only use _l on 64-bit targets.
13305         * config/rs6000/darwin.h (GP_SAVE_INLINE): Define.
13306         * config/rs6000/aix.h (GP_SAVE_INLINE): Define.
13307         * config/rs6000/rs6000.md (*save_gpregs_<mode>): New insn.
13308         (*save_fpregs_<mode>): Add use of r11.
13309         (*restore_gpregs_<mode>): New insn.
13310         (*return_and_restore_gpregs_<mode>): New insn.
13311         (*return_and_restore_fpregs_<mode>): Adjust to clobber LR and
13312         use r11.
13313         * config/rs6000/spe.md (*save_gpregs_spe): New insn.
13314         (*restore_gpregs_spe): New insn.
13315         (*return_and_restore_gpregs_spe): New insn.
13316         * config/rs6000/predicates.md (save_world_operation): Fix check.
13317
13318 2008-06-26  Steven Bosscher  <steven@gcc.gnu.org>
13319
13320         * tree-into-ssa (insert_phi_nodes_for): 'var' must be a DECL at
13321         this point, so assert that.
13322
13323 2008-06-26  Steven Bosscher  <steven@gcc.gnu.org>
13324
13325         * cfganal.c: Include vec.h and vecprim.h.
13326         (compute_idf): Import from...
13327         * tree-into-ssa (compute_idf): ...here.
13328         * basic-block.h (compute_idf): Export.
13329
13330 2008-06-26  Joseph Myers  <joseph@codesourcery.com>
13331
13332         * c-decl.c (merge_decls): Use !current_function_decl to check for
13333         extern declaration of C99 inline function being at file scope.
13334
13335 2008-06-25  John David Anglin  <dave.anglin@gcc-cnrc.gc.ca>
13336
13337         * config.gcc (hppa[12]*-*-hpux10*): Don't use fixproto.
13338
13339 2008-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13340
13341         * alias.c (record_alias_subset, init_alias_analysis): Fix
13342         -Wc++-compat and/or -Wcast-qual warnings.
13343         * attribs.c (lookup_attribute_spec): Likewise.
13344         * bb-reorder.c (find_traces, rotate_loop, find_traces_1_round,
13345         copy_bb, connect_traces,
13346         find_rarely_executed_basic_blocks_and_cr): Likewise.
13347         * bt-load.c (find_btr_def_group, add_btr_def, new_btr_user,
13348         note_btr_set, migrate_btr_defs): Likewise.
13349         * builtins.c (result_vector, expand_builtin_memcpy,
13350         expand_builtin_mempcpy_args, expand_builtin_strncpy,
13351         builtin_memset_read_str, expand_builtin_printf,
13352         fold_builtin_memchr, rewrite_call_expr, fold_builtin_printf):
13353         Likewise.
13354         * caller-save.c (mark_set_regs): Likewise.
13355         * calls.c (expand_call, emit_library_call_value_1): Likewise.
13356         * cgraph.c (cgraph_edge): Likewise.
13357         * combine.c (likely_spilled_retval_1): Likewise.
13358         * coverage.c (htab_counts_entry_hash, htab_counts_entry_eq,
13359         htab_counts_entry_del, get_coverage_counts): Likewise.
13360         * cselib.c (new_elt_list, new_elt_loc_list, entry_and_rtx_equal_p,
13361         new_cselib_val): Likewise.
13362         * dbgcnt.c (dbg_cnt_process_opt): Likewise.
13363         * dbxout.c (dbxout_init, dbxout_type, output_used_types_helper):
13364         Likewise.
13365         * df-core.c (df_compact_blocks): Likewise.
13366         * df-problems.c (df_grow_bb_info, df_chain_create): Likewise.
13367         * df-scan.c (df_grow_reg_info, df_ref_create,
13368         df_insn_create_insn_record, df_insn_rescan, df_notes_rescan,
13369         df_ref_compare, df_ref_create_structure, df_bb_refs_record,
13370         df_record_entry_block_defs, df_record_exit_block_uses,
13371         df_bb_verify): Likewise.
13372         * df.h (DF_REF_EXTRACT_WIDTH_CONST, DF_REF_EXTRACT_OFFSET_CONST,
13373         DF_REF_EXTRACT_MODE_CONST): New.
13374         * dominance.c (get_immediate_dominator, get_dominated_by,
13375         nearest_common_dominator, root_of_dom_tree,
13376         iterate_fix_dominators, first_dom_son, next_dom_son): Fix
13377         -Wc++-compat and/or -Wcast-qual warnings.
13378         * dse.c (clear_alias_set_lookup, get_group_info, gen_rtx_MEM,
13379         record_store, replace_read, check_mem_read_rtx, scan_insn,
13380         dse_step1, dse_record_singleton_alias_set): Likewise.
13381         * dwarf2asm.c (dw2_force_const_mem): Likewise.
13382
13383 2008-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13384
13385         * dwarf2out.c (new_cfi, queue_reg_save, dwarf2out_begin_prologue,
13386         dwarf2out_frame_init, new_loc_descr, new_die, lookup_decl_die,
13387         lookup_decl_loc, add_var_loc_to_decl, compute_section_prefix,
13388         assign_symbol_names, htab_cu_hash, htab_cu_eq, htab_cu_del,
13389         build_abbrev_table, new_loc_list, output_comp_unit, add_arange,
13390         add_ranges_num, add_ranges_by_labels, file_info_cmp,
13391         file_name_acquire, output_file_names, add_const_value_attribute,
13392         premark_used_types_helper, file_table_eq, file_table_hash,
13393         lookup_filename, dwarf2out_var_location, dwarf2out_source_line,
13394         dwarf2out_init, file_table_relative_p): Fix -Wc++-compat and/or
13395         -Wcast-qual warnings.
13396         * ebitmap.c (ebitmap_array_grow, ebitmap_array_init,
13397         ebitmap_alloc, ebitmap_ior, ebitmap_and_compl): Likewise.
13398         * emit-rtl.c (get_mem_attrs, get_reg_attrs, gen_rtvec,
13399         gen_reg_rtx, start_sequence, init_emit): Likewise.
13400         * et-forest.c (et_new_occ, et_new_tree): Likewise.
13401         * except.c (init_eh_for_function, gen_eh_region,
13402         remove_unreachable_regions, add_ehl_entry, duplicate_eh_regions_1,
13403         arh_to_landing_pad, arh_to_label, add_action_record,
13404         add_call_site, switch_to_exception_section): Likewise.
13405         * expmed.c (synth_mult): Likewise.
13406         * expr.c (gen_group_rtx, emit_group_load, emit_group_store,
13407         store_expr): Likewise.
13408         * final.c (shorten_branches, final_scan_insn, debug_queue_symbol):
13409         Likewise.
13410         * function.c (assign_stack_temp_for_type,
13411         allocate_struct_function, match_asm_constraints_1): Likewise.
13412         * gcov-io.c (gcov_allocate): Likewise.
13413         * gcse.c (GNEW, GCNEW, GNEWVEC, GCNEWVEC, GRESIZEVEC, GNEWVAR,
13414         GCNEWVAR, GRESIZEVAR, GOBNEW, GOBNEWVAR): New.
13415         (gcse_main, alloc_gcse_mem, alloc_gcse_mem, alloc_reg_set_mem,
13416         record_one_set, insert_expr_in_table, insert_set_in_table,
13417         dump_hash_table, compute_hash_table_work, alloc_hash_table,
13418         pre_ldst_expr_hash, pre_ldst_expr_eq, find_rtx_in_ldst,
13419         reg_set_info, reg_clear_last_set): Fix -Wc++-compat and/or
13420         -Wcast-qual warnings.
13421
13422 2008-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13423
13424         * cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or
13425         -Wcast-qual warnings.
13426         * gcc.c (process_command): Likewise.
13427         * genattrtab.c (oballoc): Use XOBNEW.
13428         (oballocvec): Define.
13429         (attr_hash_add_rtx, attr_hash_add_string, attr_string,
13430         get_attr_value, fill_attr, make_length_attrs, gen_attr, gen_insn,
13431         gen_delay, find_attr, gen_insn_reserv, gen_bypass_1): Fix
13432         -Wc++-compat and/or -Wcast-qual warnings.
13433         * genautomata.c (XCREATENODE, XCREATENODEVEC, XCREATENODEVAR,
13434         XCOPYNODE, XCOPYNODEVEC, XCOPYNODEVAR): New.
13435         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
13436         gen_presence_absence_set, gen_automaton, gen_regexp_el,
13437         gen_regexp_repeat, gen_regexp_allof, gen_regexp_oneof,
13438         gen_regexp_sequence, gen_reserv, gen_insn_reserv, process_excls,
13439         add_excls, process_presence_absence_names,
13440         process_presence_absence_patterns, add_presence_absence,
13441         process_regexp, add_advance_cycle_insn_decl, get_free_alt_state,
13442         get_free_state, add_arc, get_free_automata_list_el,
13443         form_reserv_sets_list, copy_insn_regexp, transform_1, transform_2,
13444         transform_3, cache_presence, create_ainsns, create_automata,
13445         create_state_ainsn_table, dfa_insn_code_enlarge,
13446         output_trans_func, output_min_issue_delay_func,
13447         output_dead_lock_func, output_reset_func,
13448         output_get_cpu_unit_code_func, output_dfa_start_func,
13449         expand_automata): Likewise.
13450         * genextract.c (gen_insn): Likewise.
13451         * gengtype-lex.l: Likewise.
13452         * gengtype.c (read_input_list, adjust_field_type,
13453         process_gc_options): Likewise.
13454         * genoutput.c (note_constraint): Likewise.
13455         * genpreds.c (mangle, add_constraint): Likewise.
13456         * genrecog.c (process_define_predicate, new_decision,
13457         add_to_sequence): Likewise.
13458         * gensupport.c (record_insn_name): Likewise.
13459
13460 2008-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13461
13462         * config/i386/driver-i386.c (detect_caches_amd,
13463         detect_caches_intel, host_detect_local_cpu): Fix -Wc++-compat
13464         and/or -Wcast-qual warnings.
13465         *ggc-common.c (ggc_mark_roots, gt_pch_note_object,
13466         gt_pch_note_reorder, relocate_ptrs, write_pch_globals,
13467         gt_pch_save): Likewise.
13468         * ggc-page.c (push_depth, push_by_depth, alloc_anon, alloc_page,
13469         gt_ggc_m_S, clear_marks, ggc_pch_read): Likewise.
13470         * global.c (compute_regsets): Likewise.
13471         * graph.c (print_rtl_graph_with_bb, clean_graph_dump_file,
13472         finish_graph_dump_file): Likewise.
13473         * haifa-sched.c (schedule_block, extend_h_i_d, extend_ready,
13474         unlink_bb_notes): Likewise.
13475         * integrate.c (get_hard_reg_initial_val): Likewise.
13476         * ipa-prop.c (ipa_push_func_to_list): Likewise.
13477         * ipa-struct-reorg.c (gen_var_name, gen_cluster_name): Likewise.
13478         * local-alloc.c (update_equiv_regs): Likewise.
13479         * loop-invariant.c (check_invariant_table_size,
13480         hash_invariant_expr, eq_invariant_expr, find_or_insert_inv):
13481         Likewise.
13482         * loop-iv.c (check_iv_ref_table_size, analyzed_for_bivness_p,
13483         altered_reg_used, mark_altered): Likewise.
13484         * loop-unroll.c (si_info_eq, ve_info_eq, allocate_basic_variable,
13485         insert_var_expansion_initialization,
13486         combine_var_copies_in_loop_exit, apply_opt_in_copies,
13487         release_var_copies): Likewise.
13488         * matrix-reorg.c (mat_acc_phi_hash, mat_acc_phi_eq, mtt_info_eq,
13489         analyze_matrix_decl, add_allocation_site, analyze_transpose,
13490         analyze_accesses_for_phi_node, check_var_notmodified_p,
13491         check_allocation_function, find_sites_in_func,
13492         record_all_accesses_in_func, transform_access_sites,
13493         transform_allocation_sites): Likewise.
13494         * omp-low.c (new_omp_region, create_omp_child_function_name,
13495         check_omp_nesting_restrictions, check_combined_parallel,
13496         lower_omp_2, diagnose_sb_1, diagnose_sb_2): Likewise.
13497         * optabs.c (no_conflict_move_test, gen_libfunc, gen_fp_libfunc,
13498         gen_intv_fp_libfunc, gen_interclass_conv_libfunc,
13499         gen_intraclass_conv_libfunc, set_optab_libfunc, set_conv_libfunc):
13500         Likewise.
13501         * opts-common.c (prune_options): Likewise.
13502         * opts.c (add_input_filename, print_filtered_help,
13503         get_option_state): Likewise.
13504         * params.c (add_params): Likewise.
13505         * passes.c (set_pass_for_id, next_pass_1,
13506         do_per_function_toporder, pass_fini_dump_file): Likewise.
13507         * postreload.c (reload_cse_simplify_operands): Likewise.
13508         * predict.c (tree_predicted_by_p, tree_predict_edge,
13509         clear_bb_predictions, combine_predictions_for_bb): Likewise.
13510
13511 2008-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13512
13513         * ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual
13514         warnings.
13515         * recog.c (check_asm_operands, validate_change_1): Likewise.
13516         * reg-stack.c (check_asm_stack_operands, subst_asm_stack_regs,
13517         subst_asm_stack_regs): Likewise.
13518         * regclass.c (regclass, som_hash, som_eq, record_subregs_of_mode,
13519         cannot_change_mode_set_regs, invalid_mode_change_p): Likewise.
13520         * regmove.c (reg_is_remote_constant_p): Likewise.
13521         * regrename.c (regrename_optimize, scan_rtx_reg,
13522         kill_clobbered_value, kill_set_value, kill_autoinc_value):
13523         Likewise.
13524         * regstat.c (regstat_init_n_sets_and_refs, regstat_compute_ri,
13525         regstat_compute_calls_crossed): Likewise.
13526         * reload1.c (init_reload, new_insn_chain,
13527         has_nonexceptional_receiver, reload, copy_reloads,
13528         calculate_needs_all_insns, init_elim_table): Likewise.
13529         * rtl-factoring.c (compute_rtx_cost, fill_hash_bucket): Likewise.
13530         * rtl.c (shallow_copy_rtx_stat): Likewise.
13531         * rtlanal.c (parms_set): Likewise.
13532         * sbitmap.c (sbitmap_alloc, sbitmap_alloc_with_popcount,
13533         sbitmap_resize, sbitmap_vector_alloc): Likewise.
13534         * sched-ebb.c (earliest_block_with_similiar_load,
13535         add_deps_for_risky_insns): Likewise.
13536         * sched-rgn.c (find_rgns, gather_region_statistics, extend_rgns,
13537         schedule_region): Likewise.
13538         * see.c (eq_descriptor_pre_extension,
13539         hash_descriptor_pre_extension, hash_del_pre_extension,
13540         eq_descriptor_properties, hash_descriptor_properties,
13541         hash_del_properties, see_seek_pre_extension_expr,
13542         see_initialize_data_structures, see_print_register_properties,
13543         see_print_pre_extension_expr, see_delete_merged_def_extension,
13544         see_delete_unmerged_def_extension, see_emit_use_extension,
13545         see_pre_delete_extension, see_map_extension, see_commit_changes,
13546         see_analyze_merged_def_local_prop,
13547         see_analyze_merged_def_local_prop,
13548         see_analyze_unmerged_def_local_prop, see_analyze_use_local_prop,
13549         see_set_prop_merged_def, see_set_prop_unmerged_def,
13550         see_set_prop_unmerged_use, see_print_one_extension,
13551         see_merge_one_use_extension, see_merge_one_def_extension,
13552         see_store_reference_and_extension, see_update_uses_relevancy,
13553         see_update_defs_relevancy): Likewise.
13554         * statistics.c (hash_statistics_hash, hash_statistics_eq,
13555         hash_statistics_free, curr_statistics_hash): Likewise.
13556         * stmt.c (parse_output_constraint, decl_overlaps_hard_reg_set_p,
13557         expand_asm_operands, expand_return, case_bit_test_cmp,
13558         expand_case): Likewise.
13559         * stor-layout.c (start_record_layout): Likewise.
13560         * stringpool.c (ggc_alloc_string, gt_pch_n_S,
13561         gt_pch_save_stringpool): Likewise.
13562         * tree-data-ref.c (hash_stmt_vertex_info,
13563         have_similar_memory_accesses_1, ref_base_address_1): Likewise.
13564         * tree-ssa-phiopt.c (name_to_bb_hash): Likewise.
13565
13566 2008-06-25  Uros Bizjak  <ubizjak@gmail.com>
13567
13568         PR target/36627
13569         * config/i386/i386.md : Change constraints of HImode and QImode
13570         immediate operands from "i" to "n".  Change SImode "ni" constraint to
13571         "i" and SImode "rmi" constraint to "g".  Remove all constraints
13572         from const0_operand and const1_operand predicated operands.
13573         (i): Change QImode and HImode attribute from "i" to "n".
13574         (*subqi_2): Change HImode operands to QImode.
13575         (*subqi_3): Ditto.
13576
13577 2008-06-25  Olivier Hainque  <hainque@adacore.com>
13578
13579         * Makefile.in (GTFILES_H): Use | instead of ; as separator in
13580         sed substitutions.
13581
13582 2008-06-25  Richard Guenther  <rguenther@suse.de>
13583
13584         * tree-ssa-structalias.c (fieldoff_compare): Make sure to
13585         not overflow the result type.
13586
13587 2008-06-25  Richard Guenther  <rguenther@suse.de>
13588
13589         * tree-vn.c (vn_add): Handle TRUTH_*_EXPR.
13590         (vn_lookup): Likewise.
13591
13592 2008-06-25  Richard Guenther  <rguenther@suse.de>
13593
13594         PR tree-optimization/35518
13595         * fold-const.c (fold_ternary): Strip trivial BIT_FIELD_REFs.
13596         * tree-sra.c (instantiate_element): Use fold_build3 to build
13597         BIT_FIELD_REFs.
13598         (try_instantiate_multiple_fields): Likewise.
13599
13600 2008-06-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
13601
13602         * config/rs6000/rs6000.md: Change all string instruction's clobber to
13603         be early clobbers.
13604
13605 2008-06-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
13606
13607         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Set
13608         use_backchain_to_restore_sp to true
13609         if the offset of the link register save area would go over the 32k - 1
13610         offset limit of the load
13611         instructions.
13612
13613 2008-06-25  Hans-Peter Nilsson  <hp@axis.com>
13614
13615         * doc/invoke.texi (Optimize Options) <fstrict-aliasing>: Add
13616         anchor for the type-punning blurb.  Cross-reference "Structures
13617         unions enumerations and bit-fields implementation".  Provide a
13618         cast-through-pointer example.  Make final sentence self-contained.
13619         * doc/implement-c.texi (Structures unions enumerations and
13620         bit-fields implementation): Cross-reference the type-punning blurb
13621         in the -fstrict-aliasing documentation.
13622
13623 2008-06-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
13624
13625         PR middle-end/36594
13626         * builtins.c (expand_builtin_nonlocal_goto): Stabilize the address of
13627         the memory instead of the memory itself for the save area.
13628
13629 2008-06-24  Olivier Hainque  <hainque@adacore.com>
13630             Nicolas Roche  <roche@adacore.com>
13631
13632         * gengtype.c (srcdir_len): size_t instead of int.
13633         (get_file_realbasename): New function.  For F a filename, the real
13634         basename of F, with all the path components stripped.
13635         (get_file_srcdir_relative_path): New function.  For F a filename, the
13636         relative path to F from $(srcdir).
13637         (get_file_basename): Rewrite using get_file_srcdir_relative_path and
13638         get_file_realbasename.  Adjust the head comment.
13639         (get_prefix_langdir_index): New function. For F a filename, return the
13640         lang_dir_names[] relative index of the language directory that is
13641         a prefix in F.
13642         (get_file_langdir): For F a filename, return the name of the language
13643         directory where F is located.
13644         (get_file_gtfilename): New function. The gt- output file name for an
13645         input filename F.
13646         (get_output_file_with_visibility): Replace in-line computations with
13647         uses of get_file_gtfilename and get_prefix_langdir_index.
13648         * Makefile.in (GTFILES_H): Adjust to match what gengtype generates.
13649
13650 2008-06-24  Jakub Jelinek  <jakub@redhat.com>
13651
13652         PR tree-optimization/36504
13653         * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Skip
13654         references without base address.
13655
13656 2008-06-23  Uros Bizjak  <ubizjak@gmail.com>
13657
13658         PR middle-end/36584
13659         * calls.c (expand_call): Increase alignment for recursive functions.
13660
13661 2008-06-23  Anatoly Sokolov  <aesok@post.ru>
13662
13663         * config/avr/avr.c (avr_function_value): Add new 'outgoing' argument.
13664         (TARGET_FUNCTION_VALUE): New define.
13665         * config/avr/avr-protos.h (avr_function_value): Remove declaration.
13666         * config/avr/avr.h (FUNCTION_VALUE): Remove.
13667
13668 2008-06-23  Uros Bizjak  <ubizjak@gmail.com>
13669
13670         * config/i386/i386.md (fmodxf3): Change sequence of move instructions.
13671         (fmod<mode>3): Ditto.
13672         (remainderxf3): Ditto.
13673         (remainder<mode>3): Ditto.
13674
13675 2008-06-23  Jakub Jelinek  <jakub@redhat.com>
13676
13677         PR target/36533
13678         * emit-rtl.c (set_reg_attrs_from_value): Do nothing if
13679         REG is a hard register.
13680
13681         PR tree-optimization/36508
13682         * tree-ssa-pre.c (compute_antic): Allow num_iterations up to
13683         499, don't check it at all in release compilers.
13684
13685 2008-06-23  Uros Bizjak  <ubizjak@gmail.com>
13686
13687         * config/i386/i386.md (*fop_<mode>_1_i387): Use SSE_FLOAT_MODE_P
13688         together with SSE_TARGET_MATH to disable insn pattern.
13689         (*fop_<MODEF:mode>_2_i387): Ditto.
13690         (*fop_<MODEF:mode>_3_i387): Ditto.
13691
13692 2008-06-22  Andy Hutchinson  <hutchinsonandy@aim.com>
13693
13694         * config/avr/avr.h (SUPPORTS_INIT_PRIORITY): Define.
13695
13696 2008-06-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13697
13698         PR middle-end/34906
13699         * gimplify.c (gimplify_asm_expr): Check the return code of
13700         parse_output_constraint call, set function return and is_inout
13701         value if it failed.
13702
13703 2008-06-22  Ian Lance Taylor  <iant@google.com>
13704
13705         * c-lex.c (narrowest_unsigned_type): Change itk to int.
13706         (narrowest_signed_type): Likewise.
13707         * c-typeck.c (c_common_type): Change local variable mclass to enum
13708         mode_class, twice.
13709         (parser_build_binary_op): Compare the TREE_CODE_CLASS with
13710         tcc_comparison, not the tree code itself.
13711         * c-common.c (def_fn_type): Pass int, not an enum, to va_arg.
13712         (c_expand_expr): Cast modifier to enum expand_modifier.
13713         * c-common.h (C_RID_CODE): Add casts.
13714         (C_SET_RID_CODE): Define.
13715         * c-parser.c (c_parse_init): Use C_SET_RID_CODE.
13716         (c_lex_one_token): Add cast to avoid warning.
13717         (c_parser_objc_type_name): Rename local typename to type_name.
13718         (check_no_duplicate_clause): Change code parameter to enum
13719         omp_clause_code.
13720         (c_parser_omp_var_list_parens): Change kind parameter to enum
13721         omp_clause_code.
13722         (c_parser_omp_flush): Pass OMP_CLAUSE_ERROR, not 0, to
13723         c_parser_omp_list_var_parens.
13724         (c_parser_omp_threadprivate): Likewise.
13725         * cp/lex.c (init_reswords): Use C_SET_RID_CODE.
13726         * cp/parser.c (cp_lexer_get_preprocessor_token): Likewise.
13727         * c-format.c (NO_FMT): Define.
13728         (printf_length_specs): Use NO_FMT.
13729         (asm_fprintf_length_specs): Likewise.
13730         (gcc_diag_length_specs): Likewise.
13731         (scanf_length_specs): Likewise.
13732         (strfmon_length_specs): Likewise.
13733         (gcc_gfc_length_specs): Likewise.
13734         (printf_flag_specs): Change 0 to STD_C89.
13735         (asm_fprintf_flag_specs): Likewise.
13736         (gcc_diag_flag_specs): Likewise.
13737         (gcc_cxxdiag_flag_specs): Likewise.
13738         (scanf_flag_specs): Likewise.
13739         (strftime_flag_specs): Likewise.
13740         (strfmon_flag_specs): Likewise.
13741         (print_char_table): Likewise.
13742         (asm_fprintf_char_table): Likewise.
13743         (gcc_diag_char_table): Likewise.
13744         (gcc_tdiag_char_table): Likewise.
13745         (gcc_cdiag_char_table): Likewise.
13746         (gcc_cxxdiag_char_table): Likewise.
13747         (gcc_gfc_char_table): Likewise.
13748         (scan_char_table): Likewise.
13749         (time_char_table): Likewis.
13750         (monetary_char_table): Likewise.
13751         * c-format.h (BADLEN): Likewise.
13752
13753 2008-06-21  Ian Lance Taylor  <iant@google.com>
13754
13755         * tree.h (enum tree_code): Include all-tree.def, not tree.def.
13756         Define END_OF_BASE_TREE_CODES around inclusion.
13757         * tree.c (tree_code_type): New global array.
13758         (tree_code_length, tree_code_name): Likewise.
13759         * Makefile.in (TREE_H): Add all-tree.def, c-common.def, and
13760         $(lang_tree_files).
13761         (all-tree.def, s-alltree): New targets.
13762         (gencheck.h, s-gencheck): Remove.
13763         (tree.o): Depend upon all-tree.def.
13764         (build/gencheck.o): Remove gencheck.h dependency.
13765         (mostlyclean): Don't remove gencheck.h.
13766         * c-common.h (enum c_tree_code): Remove.
13767         * c-lang.c (tree_code_type): Remove.
13768         (tree_code_length, tree_code_name): Remove.
13769         * gencheck.c (tree_codes): Include all-tree.def, rather than
13770         tree.def, c-common.def, and gencheck.h.  Undefined DEFTREECODE
13771         after it is used.
13772         * tree-browser.c (tb_tree_codes): Include all-tree.def, rather
13773         than tree.def.
13774         * cp/cp-tree.h (enum cplus_tree_code): Remove.
13775         (operator_name_info): Size to MAX_TREE_CODES.
13776         (assignment_operator_name_info): Likewise.
13777         * cp/cp-lang.c (tree_code_type): Remove.
13778         (tree_code_length, tree_code_name): Remove.
13779         * cp/lex.c (operator_name_info): Size to MAX_TREE_CODES.
13780         (assignment_operator_name_info): Likewise.
13781         * cp/decl.c (grok_op_properties): Change LAST_CPLUS_TREE_CODE to
13782         MAX_TREE_CODES.
13783         * cp/mangle.c (write_expression): Likewise.
13784         * cp/Make-lang.in (CXX_TREE_H): Remove cp/cp-tree.def.
13785         * fortran/f95-lang.c (tree_code_type): Remove.
13786         (tree_code_length, tree_code_name): Remove.
13787         * java/java-tree.h (enum java_tree_code): Remove.
13788         * java/lang.c (tree_code_type): Remove.
13789         (tree_code_length, tree_code_name): Remove.
13790         * java/Make-lang.in (JAVA_TREE_H): Remove java/java-tree.def.
13791         * objc/objc-act.h (enum objc_tree_code): Remove.
13792         * objc/objc-lang.c (tree_code_type): Remove.
13793         (tree_code_length, tree_code_name): Remove.
13794         * objcp/objcp-lang.c (tree_code_type): Remove.
13795         (tree_code_length, tree_code_name): Remove.
13796         * ada/ada-tree.h (enum gnat_tree_code): Remove.
13797         * ada/Make-lang.in (ADA_TREE_H): Remove ada/ada-tre.def.
13798         * ada/misc.c (tree_code_type): Remove.
13799         (tree_code_length, tree_code_name): Remove.
13800
13801 2008-06-21  Bernhard Fischer  <aldot@gcc.gnu.org>
13802
13803         * tree-ssa-pre.c (fini_antic): Bitmap_sets have to be freed before
13804         the grand_bitmap_obstack.
13805
13806 2008-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13807
13808         * ggc.h (GGC_RESIZEVAR): New, reorder macros.
13809         * tracer.c (tail_duplicate): Fix for -Wc++-compat.
13810         * tree-affine.c (aff_combination_expand, free_name_expansion): Likewise.
13811         * tree-cfg.c (replace_by_duplicate_decl, replace_ssa_name,
13812         move_stmt_r, new_label_mapper): Likewise.
13813         * tree-complex.c (cvc_lookup): Likewise.
13814         * tree-dfa.c (create_function_ann): Likewise.
13815         * tree-dump.c (dump_register): Likewise.
13816         * tree-if-conv.c (tree_if_conversion, add_to_predicate_list,
13817         find_phi_replacement_condition): Likewise.
13818         * tree-inline.c (copy_phis_for_bb, estimate_num_insns_1,
13819         tree_function_versioning): Likewise.
13820         * tree-into-ssa.c (cmp_dfsnum): Likewise.
13821         * tree-iterator.c (tsi_link_before, tsi_link_after): Likewise.
13822         * tree-nested.c (lookup_field_for_decl, lookup_tramp_for_decl,
13823         get_nonlocal_debug_decl, convert_nonlocal_reference,
13824         convert_nonlocal_omp_clauses, get_local_debug_decl,
13825         convert_local_reference, convert_local_omp_clauses,
13826         convert_nl_goto_reference, convert_nl_goto_receiver,
13827         convert_tramp_reference, convert_call_expr): Likewise.
13828         * tree-outof-ssa.c (contains_tree_r): Likewise.
13829         * tree-parloops.c (reduction_phi, initialize_reductions,
13830         eliminate_local_variables_1, add_field_for_reduction,
13831         add_field_for_name, create_phi_for_local_result,
13832         create_call_for_reduction_1, create_loads_for_reductions,
13833         create_stores_for_reduction, create_loads_and_stores_for_name):
13834         Likewise.
13835         * tree-phinodes.c (allocate_phi_node): Likewise.
13836         * tree-predcom.c (order_drefs, execute_pred_commoning_cbck): Likewise.
13837         * tree-sra.c (sra_elt_hash, sra_elt_eq, lookup_element): Likewise.
13838         * tree-ssa-alias.c (get_mem_sym_stats_for): Likewise.
13839         * tree-ssa-coalesce.c (compare_pairs): Likewise.
13840         * tree-ssa-loop-im.c (mem_ref_in_stmt, memref_hash, memref_eq,
13841         memref_free, gather_mem_refs_stmt, vtoe_hash, vtoe_eq, vtoe_free,
13842         record_vop_access, get_vop_accesses, get_vop_stores): Likewise.
13843         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
13844         * tree-ssa-sccvn.c (VN_INFO_GET, free_phi, free_reference,
13845         vn_nary_op_insert): Likewise.
13846         * tree-ssa.c (redirect_edge_var_map_add,
13847         redirect_edge_var_map_clear, redirect_edge_var_map_dup): Likewise.
13848         * tree-vectorizer.c (vectorize_loops): Likewise.
13849         * tree.c (make_node_stat, copy_node_stat, build_int_cst_wide,
13850         build_fixed, build_real, make_tree_binfo_stat, make_tree_vec_stat,
13851         tree_cons_stat, build1_stat, build_variant_type_copy,
13852         decl_init_priority_lookup, decl_fini_priority_lookup,
13853         decl_priority_info, decl_restrict_base_lookup,
13854         decl_restrict_base_insert, decl_debug_expr_lookup,
13855         decl_debug_expr_insert, decl_value_expr_lookup,
13856         decl_value_expr_insert, type_hash_eq, type_hash_lookup,
13857         type_hash_add, get_file_function_name, tree_check_failed,
13858         tree_not_check_failed, tree_range_check_failed,
13859         omp_clause_range_check_failed, build_omp_clause,
13860         build_vl_exp_stat): Likewise.
13861         * value-prof.c (gimple_histogram_value,
13862         gimple_duplicate_stmt_histograms): Likewise.
13863         * var-tracking.c (attrs_list_insert, attrs_list_copy,
13864         unshare_variable, variable_union_info_cmp_pos, variable_union,
13865         dataflow_set_different_1, dataflow_set_different_2,
13866         vt_find_locations, variable_was_changed, set_variable_part,
13867         emit_notes_for_differences_1, emit_notes_for_differences_2): Likewise.
13868         * varasm.c (prefix_name, emutls_decl, section_entry_eq,
13869         section_entry_hash, object_block_entry_eq,
13870         object_block_entry_hash, create_block_symbol,
13871         initialize_cold_section_name, default_function_rodata_section,
13872         strip_reg_name, set_user_assembler_name, const_desc_eq,
13873         build_constant_desc, output_constant_def, lookup_constant_def,
13874         const_desc_rtx_hash, const_desc_rtx_eq, const_rtx_hash_1,
13875         create_constant_pool, force_const_mem, compute_reloc_for_rtx_1,
13876         default_internal_label): Likewise.
13877         * varray.c (varray_init, varray_grow): Likewise.
13878         * vec.c (vec_gc_o_reserve_1, vec_heap_o_reserve_1): Likewise.
13879
13880 2008-06-20  Uros Bizjak  <ubizjak@gmail.com>
13881
13882         * config/i386/i386.md (*jcc_fused_1): Handle all valid compare
13883         operators for "test" insn.  Macroize insn using SWI mode macro.
13884         (*jcc_fused_2): Ditto.
13885         (*jcc_fused_3): Macroize insn using SWI mode macro.
13886         (*jcc_fused_4): Ditto.
13887
13888 2008-06-20  Bernhard Fischer  <aldot@gcc.gnu.org>
13889
13890         * tree-ssa-pre.c: Fix typo in comment.
13891         (init_antic, fini_antic): Add explicit funtions for
13892         initializing and deinitializing ANTIC and AVAIL sets.
13893         (create_expression_by_pieces): Fix typo in comment.
13894         Remove redundant set of new_stuff and use NULL_TREE instead of NULL.
13895         (execute_pre): Eventually dump details about ANTIC_IN.
13896
13897 2008-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13898
13899         * collect2.c (main, add_to_list): Fix for -Wc++-compat.
13900         * gcc.c (translate_options, init_spec, store_arg, read_specs,
13901         add_to_obstack, file_at_path, find_a_file, execute,
13902         add_preprocessor_option, add_assembler_option, add_linker_option,
13903         process_command, insert_wrapper, do_option_spec, do_self_spec,
13904         spec_path, do_spec_1, is_directory, main, used_arg,
13905         getenv_spec_function): Likewise.
13906         * tlink.c (symbol_hash_lookup, file_hash_lookup,
13907         demangled_hash_lookup, symbol_push, file_push, frob_extension):
13908         Likewise.
13909
13910 2008-06-19  Kenneth Zadeck <zadeck@naturalbridge.com>
13911
13912         * doc/rtl.texi: Updated subreg section.
13913
13914 2008-06-19  Jakub Jelinek  <jakub@redhat.com>
13915
13916         PR c++/36523
13917         * cgraphunit.c (cgraph_process_new_functions): Don't clear
13918         node->needed and node->reachable.
13919         * cgraphbuild.c (record_reference): Handle OMP_PARALLEL and OMP_TASK.
13920         * omp-low.c (delete_omp_context): Call finalize_task_copyfn.
13921         (expand_task_call): Don't call expand_task_copyfn.
13922         (expand_task_copyfn): Renamed to...
13923         (finalize_task_copyfn): ... this.
13924
13925 2008-06-19  Jan Hubicka  <jh@suse.cz>
13926
13927         * builtins.c (expand_builtin_nonlocal_goto): Stabilize r_sp before
13928         clobbering framepointer.
13929
13930 2008-06-19  Jan Hubicka  <jh@suse.cz>
13931
13932         * tree-optimize.c (execute_early_local_optimizations): Set
13933         cgraph_state only at first invocation.
13934
13935 2008-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13936
13937         * system.h (-Wc++-compat): Activate as a warning, no an error.
13938
13939 2008-06-19  Uros Bizjak  <ubizjak@gmail.com>
13940
13941         * config/i386/i386.md (*jcc_fused_1): Use ASM_COMMENT_START
13942         instead of "#" in insn asm template.
13943         (*jcc_fused_2): Ditto.
13944
13945 2008-06-19  Uros Bizjak  <ubizjak@gmail.com>
13946
13947         * config/i386/i386.h (ix86_tune_indices)
13948         [X86_TUNE_FUSE_CMP_AND_BRANCH]: New.
13949         (TARGET_FUSE_CMP_AND_BRANCH): New define.
13950         * config/i386/i386.md (*jcc_fused_1): New insn pattern
13951         (*jcc_fused_2): Ditto.
13952         * config/i386/i386.c (ix86_tune_features): Add m_CORE2 to
13953         X86_TUNE_FUSE_CMP_AND_BRANCH targets.
13954         (print operand): Handle 'E' and 'e' code.
13955
13956 2008-06-19  Anatoly Sokolov  <aesok@post.ru>
13957
13958         * config/avr/avr.c (avr_mcu_t): Add attiny13a.
13959         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
13960         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
13961
13962 2008-06-19  Bernhard Fischer  <aldot@gcc.gnu.org>
13963
13964         * cgraphunit.c (cgraph_finalize_function): Remove redundant setting of
13965         node->decl.
13966         (cgraph_expand_function): Use local copy of decl.
13967         (cgraph_expand_all_functions): Remove redundant initialization of
13968         order_pos.
13969         (cgraph_optimize): Reword internal_error message.
13970
13971 2008-06-19  Chung-Lin Tang  <ctang@marvell.com>
13972
13973         * arm-protos.h (arm_return_in_memory): Remove public
13974         arm_return_in_memory() prototype.
13975         * arm.c (arm_return_in_memory): Add static prototype, add target
13976         hook macro, change definition and comments.
13977         * arm.h (TARGET_RETURN_IN_MEMORY): Remove.
13978
13979 2008-06-19  Ben Elliston  <bje@au.ibm.com>
13980
13981         * dfp.h, dfp.c, config/dfp-bit.h, config/dfp-bit.c, real.h,
13982         real.c: Remove references to IEEE 754R.
13983         * doc/install.texi (Configuration): IEEE 754R -> IEEE 754-2008.
13984         * doc/libgcc.texi (Decimal float library routines): Likewise.
13985
13986 2008-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13987
13988         * targhooks.h (struct gcc_target): New member unwind_word_mode.
13989         (default_unwind_word_mode): Add prototype.
13990         * targhooks.c (default_unwind_word_mode): New function.
13991         (default_eh_return_filter_mode): Return targetm.unwind_word_mode ()
13992         instead of word_mode.
13993         * target-def.h (TARGET_UNWIND_WORD_MODE): New macro.
13994         (TARGET_INITIALIZER): Use it.
13995
13996         * c-common.c (handle_mode_attribute): Support "unwind_word"
13997         mode attribute.
13998         * unwind-generic.h (_Unwind_Word, _Unwind_Sword): Use it.
13999
14000         * except.c (init_eh): Use targetm.unwind_word_mode () instead of
14001         word_mode to access SjLj_Function_Context member "data".
14002         (sjlj_emit_dispatch_table): Likewise.  Also, perform type
14003         conversion from targetm.eh_return_filter_mode () to
14004         targetm.unwind_word_mode () if they differ.
14005
14006         * builtin-types.def (BT_UNWINDWORD): New primitive type.
14007         (BT_FN_UNWINDWORD_PTR): New function type.
14008         (BT_FN_WORD_PTR): Remove.
14009         * builtins.def (BUILT_IN_EXTEND_POINTER): Use BT_FN_UNWINDWORD_PTR.
14010         * except.c (expand_builtin_extend_pointer): Convert pointer to
14011         targetm.unwind_word_mode () instead of word_mode.
14012
14013         * config/spu/spu-protos.h (spu_eh_return_filter_mode): Remove.
14014         * config/spu/spu.c (spu_eh_return_filter_mode): Remove.
14015         (spu_unwind_word_mode): New function.
14016         (TARGET_EH_RETURN_FILTER_MODE): Do not define.
14017         (TARGET_UNWIND_WORD_MODE): Define.
14018         * config/spu/t-spu-elf (TARGET_LIBGCC2_CFLAGS): Remove -D__word__=SI.
14019
14020 2008-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14021
14022         * config/spu/spu.c (reg_align): Remove.
14023         (regno_aligned_for_load): Also accept ARG_POINTER_REGNUM.
14024         (spu_split_load): Use regno_aligned_for_load instead of reg_align.
14025         (spu_split_store): Likewise.
14026
14027 2008-06-18  Bernhard Fischer  <aldot@gcc.gnu.org>
14028
14029         * gcc/tree-vn.c: Fix typo in comment.
14030
14031 2008-06-18  Jan Hubicka  <jh@suse.cz>
14032
14033         * cgraphunit.c (cgraph_optimize): Output debug info when doing
14034         toplevel reorder too.
14035
14036 2008-06-18  Jan Hubicka  <jh@suse.cz>
14037
14038         * c-opts.c (c_common_post_options): PCH is not compatible with
14039         no-unit-at-a-time.
14040         * opts.c (handle_options): Enable unit-at-a-time at O0 along with
14041         -fno-toplevel-reorder by default now.
14042
14043 2008-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14044
14045         PR documentation/30739
14046         * doc/install.texi (Prerequisites): Document dependency on awk.
14047
14048 2008-06-18  Uros Bizjak  <ubizjak@gmail.com>
14049             Ian Lance Taylor  <iant@google.com>
14050
14051         PR rtl-optimization/35604
14052         * jump.c (redirect_exp_1): Skip the condition of an IF_THEN_ELSE. We
14053         only want to change jump destinations, not eventual label comparisons.
14054
14055 2008-06-16  Jan Hubicka  <jh@suse.cz>
14056
14057         * cgraphunit.c (cgraph_expand_pending_functions): Give up at
14058         syntax errors.
14059         (cgraph_analyze_function): Likewise.
14060
14061 2008-06-16  Jan Hubicka  <jh@suse.cz>
14062
14063         * cgraph.h (cgraph_mark_if_needed): New function.
14064         * cgraphunit.c (cgraph_mark_if_needed): New function.
14065         * c-decl.c (duplicate_decl): Use it.
14066
14067 2008-06-16  Jan Hubicka  <jh@suse.cz>
14068
14069         * cgraph.c (cgraph_add_new_function): When in expansion state, do
14070         lowering.
14071
14072 2008-06-16  Jan Hubicka  <jh@suse.cz>
14073
14074         * tree-outof-ssa.c (pass_out_of_ssa): Do not depend on PROP_alias.
14075
14076 2008-06-16  Daniel Jacobowitz  <dan@codesourcery.com>
14077             Kazu Hirata  <kazu@codesourcery.com>
14078             Maxim Kuvyrkov  <maxim@codesourcery.com
14079
14080         * config.gcc (mips64el-st-linux-gnu): Use mips/st.h and mips/t-st.
14081         * config.host: Use driver-native.o and mips/x-native for mips*-linux*.
14082         * config/mips/linux.h (host_detect_local_cpu): Declare, add to
14083         EXTRA_SPEC_FUNCTIONS.
14084         (MARCH_MTUNE_NATIVE_SPECS, BASE_DRIVER_SELF_SPECS): New macros.
14085         (DRIVER_SELF_SPECS): Adjust.
14086         * config/mips/linux64.h (DRIVER_SELF_SPECS): Update.
14087         * config/mips/st.h, config/mips/t-st: New.
14088         * config/mips/driver-native.c, config/mips/x-native: New.
14089         * doc/invoke.texi (MIPS): Document 'native' value for -march and
14090         -mtune options.
14091
14092 2008-06-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
14093
14094         * config/mips/mips.h (ISA_HAS_CONDMOVE): Slice ISA_HAS_FP_CONDMOVE
14095         from it.
14096         (ISA_HAS_FP_CONDMOVE): New macro.
14097         (ISA_HAS_FP_MADD4_MSUB4, ISA_HAS_FP_MADD3_MSUB3): New macros.
14098         (ISA_HAS_NMADD_NMSUB): Rename to ISA_HAS_NMADD4_NMSUB4.
14099         (ISA_HAS_NMADD3_NMSUB3): New macro.
14100         * config/mips/mips.c (mips_rtx_costs): Update.
14101         * config/mips/mips.md (MOVECC): Don't use FP conditional moves when
14102         compiling for ST Loongson 2E/2F.
14103         (madd<mode>): Rename to madd4<mode>.  Update.
14104         (madd3<mode>): New pattern.
14105         (msub<mode>): Rename to msub4<mode>.  Update.
14106         (msub3<mode>): New pattern.
14107         (nmadd<mode>): Rename to nmadd4<mode>.  Update.
14108         (nmadd3<mode>): New pattern.
14109         (nmadd<mode>_fastmath): Rename to nmadd4<mode>_fastmath.  Update.
14110         (nmadd3<mode>_fastmath): New pattern.
14111         (nmsub<mode>): Rename to nmsub4<mode>.  Update.
14112         (nmsub3<mode>): New pattern.
14113         (nmsub<mode>_fastmath): Rename to nmsub4<mode>_fastmath.  Update.
14114         (nmsub3<mode>_fastmath): New pattern.
14115         (mov<SCALARF:mode>_on_<MOVECC:mode>, mov<mode>cc): Update.
14116
14117 2008-06-18  Steven Bosscher  <steven@gcc.gnu.org>
14118
14119         * df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.
14120         (DF_REF_INSN_INFO): New.
14121         (DF_REF_INSN, DF_REF_INSN_UID): Rewrite macros using DF_REF_INSN_INFO.
14122         (DF_REF_IS_ARTIFICIAL): Artificial refs are now identified as refs
14123         with a NULL DF_REF_INSN_INFO.
14124         (DF_INSN_INFO_GET, DF_INSN_INFO_SET): Renamed from DF_INSN_GET and
14125         DF_INSN_SET.
14126         (DF_INSN_INFO_LUID, DF_INSN_INFO_DEFS, DF_INSN_INFO_USES,
14127         DF_INSN_INFO_EQ_USES): New.
14128         (DF_INSN_LUID, DF_INSN_DEFS, DF_INSN_USES, DF_INSN_EQ_USES,
14129         DF_INSN_UID_LUID, DF_INSN_UID_DEFS, DF_INSN_UID_USES,
14130         DF_INSN_UID_EQ_USES): Rewrite using DF_INSN_INFO_* macros.
14131         * df-core.c: Update comment for above changes.
14132         (df_insn_debug_regno): Use DF_INSN_INFO_GET instead of INSN_UID and
14133         DF_INSN_UID_* macros.
14134         (df_ref_debug): Check for NULL DF_REF_INSN_INFO.
14135         * df-scan.c (df_ref_record): Take a df_insn_info instead of an
14136         insn rtx.  Update all callers.
14137         (df_def_record_1, df_defs_record, df_uses_record, df_get_call_refs,
14138         df_ref_create_structure, df_insn_refs_collect): Likewise.
14139         (df_ref_equal_p): Compare DF_REF_INSN_INFO pointers for the refs.
14140         * df-problems.c (df_chain_dump): Test for non-NULL DF_REF_INSN_INFO.
14141         (df_live_bb_local_compute): Retrieve DF_INSN_INFO, use DF_INSN_INFO_*
14142         macros to access the insn refs.
14143         (df_chain_top_dump, df_chain_bottom_dump, df_byte_lr_alloc): Likewise.
14144         * fwprop.c (use_killed_between): Use DF_REF_INSN accessor macro.
14145         (all_uses_available): Retrieve DF_INSN_INFO for def_insn, and use it
14146         for accessing the refs.
14147         (try_fwprop_subst): Likewise.
14148         * ddg.c (add_cross_iteration_register_deps): Use DF_REF_INSN macro.
14149         * web.c (union_defs): Retrieve DF_INSN_INFO for def_insn, and use it
14150         for accessing the refs.
14151         * loop-invariant.c (invariant_for_use): Use DF_REF_BB macro.
14152         (check_dependencies): Use DF_INSN_INFO_GET, use DF_INSN_INFO_* macros
14153         to look at the insn refs.
14154         (record_uses): Likewise.
14155         * dce.c (deletable_insn_p): Don't tolerate artificial DEFs in this
14156         function anymore.
14157         (mark_artificial_uses): Don't mark_insn for artificial refs.
14158         (mark_reg_rependencies): Likewise.
14159
14160         * doc/rtl.texi: Remove documentation of ADDRESSOF.
14161
14162 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14163
14164         * configure: Regenerate.
14165
14166 2008-06-17  Eric B. Weddington  <eric.weddington@atmel.com>
14167
14168         * config/avr/avr.c (avr_mcu_t): Remove atmega32hvb.
14169         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
14170         * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
14171
14172 2008-06-17  Eric B. Weddington  <eric.weddington@atmel.com>
14173
14174         * config/avr/avr.c (avr_mcu_t): Add attiny167.
14175         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
14176         * gcc/config/avr/t-avr (MULTILIB_MATCHES): Likewise.
14177
14178 2008-06-17  Eric B. Weddington  <eric.weddington@atmel.com>
14179
14180         * config/avr/avr.c (avr_mcu_t): Add atmega32u4.
14181         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
14182         * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
14183
14184 2008-06-17  Bernhard Fischer  <aldot@gcc.gnu.org>
14185
14186         * tree-ssa-sccvn.c: Fix format of comments.
14187
14188 2008-06-17  Bernhard Fischer  <aldot@gcc.gnu.org>
14189
14190         * cgraph.c: Remove unneeded forward declarations of eq_node()
14191         and hash_node().
14192
14193 2008-06-17  Steven Bosscher  <steven@gcc.gnu.org>
14194
14195         * see.c (see_analyse_one_def): Do not look for REG_LIBCALL and
14196         REG_RETVAL notes.
14197         (see_update_relevancy): Likewise.
14198         * fwprop.c (try_fwprop_subst): Likewise.
14199         * rtlanal.c (noop_move_p): Likewise.
14200         * builtins.c (expand_buitlin_mathfn): Don't try to add REG_EQUAL
14201         notes to non-existing libcall blocks.
14202         * cse.c (cse_insn): Change prototype.  Don't update libcall notes.
14203         Remove orig_set.
14204         (cse_extended_basic_block): Don't track libcall and no-conflict notes.
14205         (dead_libcall_p): Remove.
14206         (delete_trivially_dead_insns): Don't use it.
14207         * web.c (union_defs): Remove comment about keeping nops.
14208         * gcse.c (hash_scan_insn): Don't take libcall pointers.
14209         (compute_hash_table_work): Don't track libcall notes.
14210         (do_local_cprop): Don't take libcall pointers.  Don't update
14211         libcall notes.
14212         (adjust_libcall_notes): Deleted.
14213         (local_cprop_pass): Remove stack for nested libcalls (which shouldn't
14214         ever have existed in the first place).
14215         (replace_store_insn): Don't try to remove libcall notes.
14216         * lower-subreg.c (move_libcall_note, move_retval_note): Deleted.
14217         (resolve_reg_notes): Don't call them.
14218         (resolve_simple_move): Likewise.
14219         (decompose_multiword_subregs): Remove block handling REG_RETVAL notes.
14220         Don't remove REG_RETVAL notes.
14221         * emit-rtl.c (try_split): Don't update libcall notes.
14222         (emit_copy_of_insn_after): Dito.
14223         * cselib.c (cselib_current_insn_in_libcall): Remove.
14224         (cselib_process_insn): Don't set/clear it.
14225         (new_elt_loc_list): Don't record it.
14226         (cselib_init): Don't initialize it.
14227         * cselib.c (struct elt_loc_list): Remove in_libcall field.
14228         * loop-invariant.c (find_invariant_insn): Don't look for libcall
14229         notes.
14230         * sched-deps.c (sched_analyze_insn): Don't group libcall blocks.
14231         (sched_analyze): Don't set up deps->libcall_block_tail_insn.
14232         (init_deps): Don't initialize it.
14233         * sched-int.h (struct deps): Rremove libcall_block_tail_insn field.
14234         * combine.c (delete_noop_moves): Don't update libcall notes.
14235         (can_combine_p): Remove now pointless #if 0 block.
14236         (try_combine): Remove another obsolete #if 0 block.
14237         (distribute_notes): Don't distribute libcall notes.
14238         * reg-notes.def (REG_LIBCALL, REG_RETVAL): Remove.
14239         * dce.c (libcall_dead_p): Remove.
14240         (delete_unmarked_insns): Don't handle libcall blocks.
14241         (preserve_libcall_for_dce): Remove.
14242         (prescan_insns_for_dce): Don't special-case libcall block insns.
14243         * reload1 (reload): Don't handle libcall notes.
14244         * doc/rtl.texi (REG_LIBCALL, REG_RETVAL, REG_LIBCALL_ID): Remove
14245         documentation.
14246
14247 2008-06-16  Eric B. Weddington  <eric.weddington@atmel.com>
14248
14249         * config/avr/avr.c (avr_mcu_t): Add atmega32c1.
14250         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
14251         * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
14252
14253 2008-06-16  Eric B. Weddington  <eric.weddington@atmel.com>
14254
14255         * config/avr/avr.c (avr_mcu_t): Add atmega32m1.
14256         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
14257         * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
14258
14259 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14260
14261         * Makefile.in (FLAGS_TO_PASS): Add $(datarootdir).
14262
14263 2008-06-16  Ira Rosen  <irar@il.ibm.com>
14264
14265         PR tree-optimization/36493
14266         * tree-vect-transform.c (vect_create_data_ref_ptr): Remove TYPE from
14267         the arguments list. Use VECTYPE to create vector pointer.
14268         (vectorizable_store): Fail if accesses through a pointer to vectype
14269         do not alias the original memory reference operands.
14270         Call vect_create_data_ref_ptr without the removed argument.
14271         (vectorizable_load): Likewise.
14272         (vect_setup_realignment): Call vect_create_data_ref_ptr without the
14273         removed argument.
14274
14275 2008-06-015  Andy Hutchinson  <hutchinsonandy@aim.com>
14276
14277         PR target/36336
14278         * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Add check for
14279         reg_equiv_constant.
14280
14281 2008-06-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
14282
14283         * config/mips/loongson2ef.md: New file.
14284         * config/mips/mips.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
14285         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
14286         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
14287         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): New constants.
14288         (define_attr "cpu"): Rename loongson2e and loongson2f to loongson_2e
14289         and loongson_2f.
14290         (loongson2ef.md): New include.
14291         * config/mips/loongson.md (vec_pack_ssat_<mode>, vec_pack_usat_<mode>)
14292         (add<mode>3, paddd, ssadd<mode>3, usadd<mode>3)
14293         (loongson_and_not_<mode>, loongson_average_<mode>, loongson_eq_<mode>)
14294         (loongson_gt_<mode>, loongson_extract_halfword)
14295         (loongson_insert_halfword_0, loongson_insert_halfword_2)
14296         (loongson_insert_halfword_3, loongson_mult_add, smax<mode>3)
14297         (umax<mode>3, smin<mode>3, umin<mode>3, loongson_move_byte_mask)
14298         (umul<mode>3_highpart, smul<mode>3_highpart, loongson_smul_lowpart)
14299         (loongson_umul_word, loongson_pasubub, reduc_uplus_<mode>)
14300         (loongson_psadbh, loongson_pshufh, loongson_psll<mode>)
14301         (loongson_psra<mode>, loongson_psrl<mode>, sub<mode>3, psubd)
14302         (sssub<mode>3, ussub<mode>3, vec_interleave_high<mode>)
14303         (vec_interleave_low<mode>): Define type attribute.
14304         * config/mips/mips.c (mips_ls2): New static variable.
14305         (mips_issue_rate): Update to handle tuning for Loongson 2E/2F.
14306         (mips_ls2_init_dfa_post_cycle_insn, mips_init_dfa_post_cycle_insn)
14307         (sched_ls2_dfa_post_advance_cycle, mips_dfa_post_advance_cycle):
14308         Implement target scheduling hooks.
14309         (mips_multipass_dfa_lookahead): Update to handle tuning for
14310         Loongson 2E/2F.
14311         (mips_sched_init): Initialize data for Loongson scheduling.
14312         (mips_ls2_variable_issue): New static function.
14313         (mips_variable_issue): Update to handle tuning for Loongson 2E/2F.
14314         Add sanity check.
14315         (TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN)
14316         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Override target hooks.
14317         * config/mips/mips.h (TUNE_LOONGSON_2EF): New macros.
14318         (ISA_HAS_XFER_DELAY, ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS):
14319         Handle ST Loongson 2E/2F cores.
14320         (CPU_UNITS_QUERY): Define macro to enable querying of DFA units.
14321
14322 2008-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14323
14324         * omp-low.c (extract_omp_for_data): Fix comment typo.
14325         * c.opt: Fix typo.
14326
14327 2008-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14328
14329         * doc/sourcebuild.texi (Config Fragments): Remove obsolete
14330         FIXME note about gcc/config.guess.
14331         * doc/options.texi (Option file format): Remove non-ASCII bytes.
14332         * doc/cpp.texi: Expand TABs, drop indentation outside examples.
14333         * doc/cppopts.texi: Likewise.
14334         * doc/extend.texi: Likewise.
14335         * doc/gcc.texi: Likewise.
14336         * doc/gccint.texi: Likewise.
14337         * doc/gcov.texi: Likewise.
14338         * doc/gty.texi: Likewise.
14339         * doc/hostconfig.texi: Likewise.
14340         * doc/install.texi: Likewise.
14341         * doc/invoke.texi: Likewise.
14342         * doc/loop.texi: Likewise.
14343         * doc/makefile.texi: Likewise.
14344         * doc/md.texi: Likewise.
14345         * doc/passes.texi: Likewise.
14346         * doc/tm.texi: Likewise.
14347         * doc/tree-ssa.texi: Likewise.
14348         * doc/trouble.texi: Likewise.
14349
14350 2008-06-15  Mark Shinwell  <shinwell@codesourcery.com>
14351             Nathan Sidwell  <nathan@codesourcery.com>
14352             Maxim Kuvyrkov  <maxim@codesourcery.com>
14353             Richard Sandiford  <rdsandiford@googlemail.com>
14354
14355         * config/mips/mips-modes.def: Add V8QI, V4HI and V2SI modes.
14356         * config/mips/mips-protos.h (mips_expand_vector_init): New.
14357         * config/mips/mips-ftypes.def: Add function types for Loongson-2E/2F
14358         builtins.
14359         * config/mips/mips.c (mips_split_doubleword_move): Handle new modes.
14360         (mips_hard_regno_mode_ok_p): Allow 64-bit vector modes for Loongson.
14361         (mips_vector_mode_supported_p): Add V2SImode, V4HImode and
14362         V8QImode cases.
14363         (LOONGSON_BUILTIN, LOONGSON_BUILTIN_ALIAS): New.
14364         (CODE_FOR_loongson_packsswh, CODE_FOR_loongson_packsshb,
14365         (CODE_FOR_loongson_packushb, CODE_FOR_loongson_paddw,
14366         (CODE_FOR_loongson_paddh, CODE_FOR_loongson_paddb,
14367         (CODE_FOR_loongson_paddsh, CODE_FOR_loongson_paddsb)
14368         (CODE_FOR_loongson_paddush, CODE_FOR_loongson_paddusb)
14369         (CODE_FOR_loongson_pmaxsh, CODE_FOR_loongson_pmaxub)
14370         (CODE_FOR_loongson_pminsh, CODE_FOR_loongson_pminub)
14371         (CODE_FOR_loongson_pmulhuh, CODE_FOR_loongson_pmulhh)
14372         (CODE_FOR_loongson_biadd, CODE_FOR_loongson_psubw)
14373         (CODE_FOR_loongson_psubh, CODE_FOR_loongson_psubb)
14374         (CODE_FOR_loongson_psubsh, CODE_FOR_loongson_psubsb)
14375         (CODE_FOR_loongson_psubush, CODE_FOR_loongson_psubusb)
14376         (CODE_FOR_loongson_punpckhbh, CODE_FOR_loongson_punpckhhw)
14377         (CODE_FOR_loongson_punpckhwd, CODE_FOR_loongson_punpcklbh)
14378         (CODE_FOR_loongson_punpcklhw, CODE_FOR_loongson_punpcklwd): New.
14379         (mips_builtins): Add Loongson builtins.
14380         (mips_loongson_2ef_bdesc): New.
14381         (mips_bdesc_arrays): Add mips_loongson_2ef_bdesc.
14382         (mips_builtin_vector_type): Handle unsigned versions of vector modes.
14383         (MIPS_ATYPE_UQI, MIPS_ATYPE_UDI, MIPS_ATYPE_V2SI, MIPS_ATYPE_UV2SI)
14384         (MIPS_ATYPE_V4HI, MIPS_ATYPE_UV4HI, MIPS_ATYPE_V8QI, MIPS_ATYPE_UV8QI):
14385         New.
14386         (mips_expand_vector_init): New.
14387         * config/mips/mips.h (HAVE_LOONGSON_VECTOR_MODES): New.
14388         (TARGET_CPU_CPP_BUILTINS): Define __mips_loongson_vector_rev
14389         if appropriate.
14390         * config/mips/mips.md: Add unspec numbers for Loongson
14391         builtins.  Include loongson.md.
14392         (MOVE64): Include Loongson vector modes.
14393         (SPLITF): Include Loongson vector modes.
14394         (HALFMODE): Handle Loongson vector modes.
14395         * config/mips/loongson.md: New.
14396         * config/mips/loongson.h: New.
14397         * config.gcc: Add loongson.h header for mips*-*-* targets.
14398         * doc/extend.texi (MIPS Loongson Built-in Functions): New.
14399
14400 2008-06-14  Joseph Myers  <joseph@codesourcery.com>
14401
14402         * config.gcc (arc-*-elf*, avr-*-*, fr30-*-elf, frv-*-elf,
14403         h8300-*-elf*, h8300-*-*, i[34567]86-*-elf*, x86_64-*-elf*,
14404         i[34567]86-*-aout*, i[34567]86-*-coff*, ia64*-*-elf*,
14405         iq2000*-*-elf*, m32r-*-elf*, m32rle-*-elf*, m32r-*-linux*,
14406         m32rle-*-linux*, m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*,
14407         m68k-*-coff*, mcore-*-elf, mcore-*-pe*, mipsisa64sr71k-*-elf*,
14408         mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*, mips-*-elf* |
14409         mipsel-*-elf*, mips64-*-elf* | mips64el-*-elf*, mips64vr-*-elf* |
14410         mips64vrel-*-elf*, mips64orion-*-elf* | mips64orionel-*-elf*,
14411         mipstx39-*-elf* | mipstx39el-*-elf*, mn10300-*-*, pdp11-*-,
14412         powerpc-*-elf*, powerpcle-*-elf*, sh-*-elf* | sh[12346l]*-*-elf* |
14413         sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | sh-*-linux* |
14414         sh[2346lbe]*-*-linux* | sh-*-netbsdelf* | shl*-*-netbsdelf* |
14415         sh5-*-netbsd* | sh5l*-*-netbsd* | sh64-*-netbsd* |
14416         sh64l*-*-netbsd*, sh-*-*, sparc-*-elf*, sparc64-*-elf*,
14417         v850e1-*-*, v850e-*-*, v850-*-*, xstormy16-*-elf, m32c-*-elf*):
14418         Remove use_fixproto=yes.
14419         (ia64*-*-hpux*): Remove comment about using fixproto.
14420         (m68k-*-uclinuxoldabi*, m68k-*-uclinux*): Remove use_fixproto=no.
14421
14422 2008-06-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14423
14424         * configure.ac: Update gthr-default.h lazily, to avoid unneeded
14425         library rebuilds.
14426         * configure: Regenerate.
14427
14428 2008-06-13  Eric Botcazou  <ebotcazou@adacore.com>
14429
14430         PR middle-end/36520
14431         * builtins.c (get_memory_rtx): Test for the presence of DECL_SIZE_UNIT
14432         before evaluating it.
14433
14434 2008-06-13  Jakub Jelinek  <jakub@redhat.com>
14435
14436         PR c/36507
14437         * c-decl.c (merge_decls): Don't clear DECL_EXTERNAL for
14438         nested inline functions.
14439         (start_decl, start_function): Don't invert DECL_EXTERNAL
14440         for nested inline functions.
14441
14442 2008-06-13  Richard Sandiford  <rdsandiford@googlemail.com>
14443
14444         * config/mips/mips.md: Remove TARGET_DEBUG_D_MODE conditions from
14445         splits that must be made for correctness.
14446
14447 2008-06-13  Richard Sandiford  <rdsandiford@googlemail.com>
14448
14449         * config/mips/mips.c (BUILTIN_AVAIL_NON_MIPS16): New macro.
14450         (AVAIL_NON_MIPS16): Likewise.
14451         (mips_builtin_description): Replace target_flags with a predicate.
14452         (paired_single, sb1_paired_single, mips3d, dsp, dspr2, dsp_32)
14453         (dspr2_32): New availability predicates.
14454         (MIPS_BUILTIN): New macro.
14455         (DIRECT_BUILTIN, CMP_SCALAR_BUILTINS, CMP_PS_BUILTINS)
14456         (CMP_4S_BUILTINS, MOVTF_BUILTINS, CMP_BUILTINS)
14457         (DIRECT_NO_TARGET_BUILTIN, BPOSGE_BUILTIN): Use it.
14458         Replace the TARGET_FLAGS parameters with AVAIL parameters.
14459         (mips_ps_bdesc, mips_sb1_bdesc, mips_dsp_bdesc)
14460         (mips_dsp_32only_bdesc): Merge into...
14461         (mips_builtins): ...this new array.
14462         (mips_bdesc_map, mips_bdesc_arrays): Delete.
14463         (mips_init_builtins): Update after above changes.
14464         (mips_expand_builtin_1): Merge into...
14465         (mips_expand_builtin): ...here and update after above changes.
14466
14467 2008-06-12  Paul Brook  <paul@codesourcery.com>
14468
14469         * longlong.h (__arm__): Define count_leading_zeros.
14470         * config/arm/lib1funcs.asm (xxh, xxl, yyh, yyl): Define.
14471         (clzsi2, clzdi2): New functions.
14472         * config/arm/bpabi-v6m.S (xxh, xxl, yyh, yyl): Remove.
14473         * config/arm/bpabi.S (xxh, xxl, yyh, yyl): Remove.
14474         * config/arm/t-strongarm-elf (LIB1ASMFUNCS): Ditto.
14475         * config/arm/t-vxworks (LIB1ASMFUNCS): Ditto.
14476         * config/arm/t-pe (LIB1ASMFUNCS): Ditto.
14477         * config/arm/t-arm-elf (LIB1ASMFUNCS): Ditto.
14478         * config/arm/t-arm-coff (LIB1ASMFUNCS): Ditto.
14479         * config/arm/t-linux (LIB1ASMFUNCS): Ditto.
14480         * config/arm/t-symbian (LIB1ASMFUNCS): Ditto.
14481         * config/arm/t-wince-pe (LIB1ASMFUNCS): Ditto.
14482
14483 2008-06-12  Kazu Hirata  <kazu@codesourcery.com>
14484
14485         * config/m68k/m68k.c (m68k_tune_flags): New.
14486         (override_options): Compute m68k_tune_flags.
14487         (MULL_COST, MULW_COST): Update for various variants of CFV2.
14488         * config/m68k/m68k.h (TUNE_MAC, TUNE_EMAC): New.
14489
14490 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
14491
14492         PR middle-end/36506
14493         * omp-low.c (expand_omp_sections): Initialize l2 to avoid bogus warning.
14494
14495 2008-06-12  Eric Botcazou  <ebotcazou@adacore.com>
14496
14497         * tree-inline.c (copy_body_r): Copy TREE_SIDE_EFFECTS along with
14498         TREE_THIS_VOLATILE on INDIRECT_REF nodes.
14499
14500 2008-06-12  Eric Botcazou  <ebotcazou@adacore.com>
14501
14502         * expr.c (store_field): Do a block copy from BLKmode to BLKmode-like.
14503         (get_inner_reference): Use BLKmode for byte-aligned BLKmode bitfields.
14504
14505 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
14506
14507         PR middle-end/36506
14508         * omp-low.c (expand_omp_sections): Handle #pragma omp sections with
14509         reductions.
14510
14511 2008-06-12  Richard Guenther  <rguenther@suse.de>
14512
14513         PR tree-optimization/36345
14514         * tree-flow.h (struct ptr_info_def): Align escape_mask,
14515         add memory_tag_needed flag.
14516         (may_alias_p): Declare.
14517         * tree-ssa-alias.c (may_alias_p): Export.
14518         (set_initial_properties): Use memory_tag_needed flag.
14519         (update_reference_counts): Likewise.
14520         (reset_alias_info): Reset memory_tag_needed flag.
14521         (create_name_tags): Check memory_tag_needed flag.
14522         (dump_points_to_info_for): Dump it.
14523         * tree-ssa-structalias.c (struct variable_info): Remove
14524         directly_dereferenced flag.
14525         (new_var_info): Do not initialize it.
14526         (process_constraint_1): Do not set it.
14527         (update_alias_info): Set is_dereferenced flag.
14528         (set_uids_in_ptset): Use may_alias_p.
14529         (set_used_smts): Check memory_tag_needed flag.
14530         (find_what_p_points_to): Likewise.  Pass is_dereferenced flag.
14531         * tree-ssa-alias.c (verify_flow_sensitive_alias_info): Check
14532         memory_tag_needed flag.
14533         * tree-ssa-alias-warnings.c (dsa_named_for): Try to recover
14534         from broken design.
14535
14536 2008-06-12  Kai Tietz  <kai.tietz@onevision.com>
14537
14538         * config/i386/i386.c (ix86_compute_frame_layout): Disable
14539         red zone for w64 abi.
14540         (ix86_expand_prologue): Likewise.
14541         (ix86_force_to_memory): Likewise.
14542         (ix86_free_from_memory): Likewise.
14543
14544 2008-06-11  Edmar Wienskoski  <edmar@freescale.com>
14545
14546         PR target/36425
14547         * config/rs6000/rs6000.c (rs6000_override_options): Set
14548         rs6000_isel conditionally to the absence of comand line override.
14549         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
14550         Remove duplicate rs6000_isel setting.
14551         * config/rs6000/eabispe.h: Ditto.
14552
14553 2008-06-11  Richard Guenther  <rguenther@suse.de>
14554
14555         * alias.c (get_alias_set): Use the element alias-set for arrays.
14556         (record_component_aliases): For arrays and vectors do nothing.
14557         * c-common.c (strict_aliasing_warning): Handle the cases
14558         of alias set zero explicitly.
14559         * Makefile.in (dfp.o-warn): Add -Wno-error.
14560
14561 2008-06-11  Joseph Myers  <joseph@codesourcery.com>
14562
14563         * config.gcc (all_defaults): Add arch_32 arch_64 cpu_32 cpu_64
14564         tune_32 tune_64.
14565         (i[34567]86-*-* | x86_64-*-*): Add arch_32 arch_64 cpu_32 cpu_64
14566         tune_32 tune_64 to supported_defaults.  Allow values not
14567         supporting 64-bit mode for arch_32, cpu_32 and tune_32 for
14568         x86_64.  Do not override cpu_32 or cpu_64 values from target name.
14569         (i[34567]86-*-linux*, i[34567]86-*-solaris2.1[0-9]*): Only default
14570         with_cpu_64 to generic for 64-bit-supporting configurations, not
14571         with_cpu.  Remove FIXMEs.
14572         * doc/install.texi (--with-cpu-32, --with-cpu-64, --with-arch-32,
14573         --with-arch-64, --with-tune-32, --with-tune-64): Document.
14574         * config/i386/i386.h (OPT_ARCH32, OPT_ARCH64): Define.
14575         (OPTION_DEFAULT_SPECS): Add tune_32, tune_64, cpu_32, cpu_64,
14576         arch_32 and arch_64.
14577
14578 2008-06-11  Eric Botcazou  <ebotcazou@adacore.com>
14579             Olivier Hainque  <hainque@adacore.com>
14580
14581         * builtins.c (get_memory_rtx): Accept byte-addressable bitfields.
14582         Use DECL_SIZE_UNIT to retrieve the size of the field.
14583
14584 2008-06-11  Joseph Myers  <joseph@codesourcery.com>
14585
14586         * config/arm/arm.c (arm_init_neon_builtins): Move initialization
14587         with function calls after declarations.  Lay out
14588         neon_float_type_node before further use.
14589
14590 2008-06-11  Richard Guenther  <rguenther@suse.de>
14591
14592         * tree-flow.h (may_point_to_global_var): Declare.
14593         * tree-ssa-alias.c (may_point_to_global_var): New function.
14594         * tree-ssa-sink.c (is_hidden_global_store): Use it.
14595
14596 2008-06-10  Kazu Hirata  <kazu@codesourcery.com>
14597
14598         * configure.ac: Teach that fido supports .debug_line.
14599         * configure: Regenerate.
14600
14601 2008-06-10  Tom Tromey  <tromey@redhat.com>
14602
14603         * c-lex.c (fe_file_change): Pass SOURCE_LINE to start_source_file
14604         debug hook.
14605
14606 2008-06-10  Joseph Myers  <joseph@codesourcery.com>
14607
14608         * dfp.c (WORDS_BIGENDIAN): Define to 0 if not defined.
14609         (encode_decimal64, decode_decimal64, encode_decimal128,
14610         decode_decimal128): Reverse order of 32-bit parts of value if host
14611         and target endianness differ.
14612
14613 2008-06-10  Vinodha Ramasamy  <vinodha@google.com>
14614
14615         * value_prob.c (tree_divmod_fixed_value_transform): Use gcov_type.
14616         Avoid division by 0.
14617         (tree_mod_pow2_value_transform): Likewise.
14618         (tree_ic_transform): Likewise.
14619         (tree_stringops_transform): Likewise.
14620         (tree_mod_subtract_transform): Likewise.
14621         * tree-inline-c (copy_bb): Corrected int type to gcov_type.
14622         (copy_edges_for_bb): Likewise.
14623         (initialize_cfun): Likewise.
14624
14625 2008-06-10  Uros Bizjak  <ubizjak@gmail.com>
14626
14627         * config/i386/i386.md (*btdi_rex64): Change operand 1 predicate to
14628         nonmemory_operand. Add "N" operand constraint.
14629         (*btsi): Ditto.
14630         (*jcc_btdi_mask_rex64): New instruction and split pattern.
14631         (*jcc_btsi_mask): Ditto.
14632         (*jcc_btsi_mask_1): Ditto.
14633
14634 2008-06-10  Joseph Myers  <joseph@codesourcery.com>
14635
14636         * config/rs6000/rs6000.c (build_opaque_vector_type): Set
14637         TYPE_CANONICAL for copied element type.
14638
14639 2008-06-10  Uros Bizjak  <ubizjak@gmail.com>
14640
14641         PR target/36473
14642         * config/i386/i386.c (ix86_tune_features) [TUNE_USE_BT]:
14643         Add m_CORE2 and m_GENERIC.
14644         * config/i386/predicates.md (bt_comparison_operator): New predicate.
14645         * config/i386/i386.md (*btdi_rex64): New instruction pattern.
14646         (*btsi): Ditto.
14647         (*jcc_btdi_rex64): New instruction and split pattern.
14648         (*jcc_btsi): Ditto.
14649         (*jcc_btsi_1): Ditto.
14650         (*btsq): Fix Intel asm dialect operand order.
14651         (*btrq): Ditto.
14652         (*btcq): Ditto.
14653
14654 2008-06-09  Andy Hutchinson  <hutchinsonandy@aim.com>
14655
14656         PR middle-end/36447
14657         * simplify-rtx.c (simplify_subreg): Add check for shift count
14658         greater than size.
14659
14660 2008-06-09  Richard Sandiford  <rdsandiford@googlemail.com>
14661
14662         * doc/md.texi: Synchronize with later constraints.md change.
14663         * longlong.h (umul_ppmm): Replace the MIPS asm implementation
14664         with a C implementation.
14665         * config/mips/mips.c (mips_legitimize_move): Remove MFHI and
14666         MFLO handling.
14667         (mips_subword): Assume TImode for CONST_INTs if TARGET_64BIT.
14668         (mips_split_doubleword_move): Use special MTHI and MFHI instructions
14669         when moving to and from MD_REGNUM.
14670         (mips_output_move): Don't handle moves from GPRs to HI_REGNUM.
14671         Handle moves from LO_REGNUM to GPRs using MFLO, MACC or DMACC.
14672         Handle byte and halfword moves.
14673         (mips_hard_regno_mode_ok_p): Handle MD_REGS and DSP_ACC_REGS
14674         separately.
14675         * config/mips/constraints.md (h): Turn into NO_REGS.
14676         (l, x): Update documentation.
14677         * config/mips/mips.md (UNSPEC_MFHILO): Delete.
14678         (UNSPEC_MFHI, UNSPEC_MTHI, UNSPEC_SET_HILO): New.
14679         (UNSPEC_TLS_LDM, UNSPEC_TLS_GET_TP): Renumber.
14680         (HILO): New mode iterator.
14681         (MOVE128): Add TI.
14682         (any_div): New code iterator.
14683         (u): Extend code attribute to div and udiv.
14684         (*add<mode>3_mips16, *movdi_64bit_mips16, *movsi_mips16): Use
14685         d_operand in the splitters.  Remove redundant CONST_INT checks.
14686         (mulsi3_mult3, mul<mode>3_internal, mul<mode>3_r4000, *mul_acc_si)
14687         (*macc, *msac, *msac_using_macc, *macc2, *msac2, *mul_sub_si)
14688         (*muls): Remove "=h" clobbers.  Adjust peephole2s and define_splits
14689         accordingly, using normal moves instead of unspecs to move LO into
14690         a GPR.  Use d_operand and lo_operand instead of *_REG_P checks.
14691         (<u>mulsidi3): Handle expansion in C code.
14692         (<u>mulsidi3_32bit_internal): Rename to...
14693         (<u>mulsidi3_32bit): ...this.
14694         (<u>mulsidi3_32bit_r4000): Fix insn separator.
14695         (*<u>mulsidi3_64bit): Rename to...
14696         (<u>mulsidi3_64bit): ...this.  Combine DImode "=h" and "=l" clobbers
14697         into a TImode "=x" clobber.  In the split, use an UNSPEC_SET_HILO
14698         to set LO and HI to the multiplication result.  Use a normal move
14699         for MFLO and an unspec for MFHI.
14700         (*<u>mulsidi3_64bit_parts): Replace with...
14701         (<u>mulsidi3_64bit_hilo): ...this new instruction.
14702         (<su>mulsi3_highpart): Extend to TARGET_FIX_R4000.
14703         (<su>mulsi3_highpart_internal): Turn into a define_insn_and_split
14704         and extend it to TARGET_FIX_R4000.  Store the destination in a GPR
14705         instead of HI.  Split the instruction into a separate multiplication
14706         and MFHI if !TARGET_FIX_R4000.
14707         (<su>muldi3_highpart): Likewise.
14708         (<su>mulsi3_highpart_mulhi_internal): Remove the first alternative
14709         and the "=h" clobber.
14710         (*<su>mulsi3_highpart_neg_mulhi_internal): Likewise.
14711         (<u>mulditi3): New expander.
14712         (<u>mulditi3_internal, <u>mulditi3_r4000): New patterns.
14713         (madsi): Remove "=h" clobber.
14714         (divmod<mode>4, udivmod<mode>4): Turn into define_insn_and_splits.
14715         Force the modulus result to be a GPR and split the instruction into
14716         a division followed by an MFHI after reload.
14717         (<u>divmod<GPR:mode>4_hilo_<HILO:mode>): New instruction.
14718         (*lea_high64): Use d_operand in the define_peephole2.  Likewise
14719         the MIPS16 HIGH define_split.
14720         (*movdi_32bit, *movdi_gp32_fp64, *movdi_32bit_mips16): Change type
14721         of acc<->gpr moves to "multi".
14722         (*movdi_64bit): Replace the single "x" alternative with
14723         alternatives for moving into and out of "a".
14724         (*movhi_internal, *movqi_internal): Likewise.  Use mips_output_move.
14725         (*movsi_internal): Extend the "d<-A" alternative to "d<-a".
14726         (*movdi_64bit_mips16, *movsi_mips16): Add d<-a alternatives.
14727         Use d_operand in the splitters.  Remove redundant CONST_INT checks.
14728         (*movhi_mips16, *movqi_mips16): Likewise.  Use mips_output_move.
14729         (movti): New expander.
14730         (*movti, *movti_mips16): New insns.
14731         (mfhilo_<mode>, *mfhilo_<mode>, *mfhilo_<mode>_macc): Delete.
14732         (mfhi<GPR:mode>_<HILO:mode>): New pattern.
14733         (mthi<GPR:mode>_<HILO:mode>): Likewise.
14734         * config/mips/predicates.md (fpr_operand): Delete.
14735         (d_operand): New predicate.
14736
14737 2008-06-09  Michael Meissner  <michael.meissner@amd.com>
14738
14739         * config.gcc (i[34567]86-*-*): Put test in quotes to prevent
14740         failure on some Bourne shells.
14741         (x86_64-*-*): Ditto.
14742
14743 2008-06-09  Kai Tietz  <kai.tietz@onevision.com>
14744
14745         * config/i386/cygming.h (TARGET_SUBTARGET64_DEFAULT): New.
14746
14747 2008-06-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
14748
14749         * doc/install.texi (*-*-solaris2*): Remove obsolete contents.
14750         (sparc-sun-solaris2*): Likewise.
14751
14752 2008-06-09  Arnaud Charlet  <charlet@adacore.com
14753
14754         * doc/install.texi: Update requirements to build the Ada compiler.
14755
14756 2008-06-08  Steven Bosscher  <stevenb.gcc@gmail.com>
14757
14758         * df-scan.c (struct df_scan_problem_data): Remove the
14759         mw_link_pool alloc pool.
14760         (df_scan_free_internal): Don't free it.
14761         (df_scan_alloc): Don't allocate it.
14762         * df.h (struct df_link): Update comment.
14763
14764 2008-06-08  Nathan Sidwell  <nathan@codesourcery.com>
14765
14766         * except.h: Correct checks for when SJLJ exceptions must be used.
14767
14768 2008-06-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
14769
14770         * doc/invoke.texi (Wenum-compare): Mention that it is enabled by
14771         default.
14772
14773 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
14774
14775         PR tree-optimization/36218
14776         * configure.ac: Use LDFLAGS="${LDFLAGS_FOR_BUILD}" when running
14777         configure for the build system.
14778         (BUILD_LDFLAGS): Define.
14779         * configure: Regenerate.
14780         * Makefile.in (BUILD_LDFLAGS): Define to @BUILD_LDFLAGS@.
14781
14782 2008-07-08  Anatoly Sokolov  <aesok@post.ru>
14783
14784         PR target/36424
14785         * config/avr/avr.h (HARD_REGNO_RENAME_OK): Define.
14786         * config/avr/avr.c (avr_hard_regno_rename_ok): New function.
14787         * config/avr/avr-protos.h (avr_hard_regno_rename_ok): New prototype.
14788
14789 2008-06-07  Danny Smith  <dannysmith@users.sourceforge.net>
14790
14791         * config/i386/cygming.h (MAYBE_UWIN_CPP_BUILTINS): Remove.
14792
14793 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
14794
14795         * config.gcc (Obsolete configurations): Remove list of
14796         configurations.
14797         (Unsupported targets list): Add *-*-linux*aout*, *-*-linux*libc1*,
14798         *-*-solaris2.[0-6], *-*-solaris2.[0-6].*, *-*-sysv*.  Remove other
14799         targets matched by those patterns.
14800         (strongarm*-*-*, ep9312*-*-*, xscale-*-*, parisc*-*-*,
14801         m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
14802         alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
14803         arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
14804         hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
14805         i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
14806         i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
14807         i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
14808         i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
14809         mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
14810         powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
14811         powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
14812         strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
14813         vax-*-ultrix*, xscale-*-elf, xscale-*-coff,
14814         i[34567]86-*-linux*aout*, i[34567]86-*-linux*libc1): Remove.
14815         Make code for Solaris 7 and greater unconditional for Solaris.
14816         (ep9312-*-*, parisc1*, m680[012]0-*-*, parisc*-*-*, mt-*-*):
14817         Remove --with-* handling.
14818         * config/rs6000/sysv4.h (-mwindiss): Remove from all specs.
14819         (LIB_WINDISS_SPEC, CPP_OS_WINDISS_SPEC, STARTFILE_WINDISS_SPEC,
14820         ENDFILE_WINDISS_SPEC, LINK_START_WINDISS_SPEC,
14821         LINK_OS_WINDISS_SPEC): Remove.
14822         * config/rs6000/sysv4.opt (mwindiss): Remove.
14823         * configure.ac (strongarm*-*-*, xscale*-*-*): Remove.
14824         * configure: Regenerate.
14825         * doc/cpp.texi: Don't mention BeOS.
14826         * doc/extend.texi (interrupt): Don't mention MS1.
14827         * doc/install.texi: (i386-@var{any}-sysv, m68k-bull-sysv,
14828         m68k-hp-hpux, m68000-hp-hpux, m68000-att-sysv,
14829         alphaev5-cray-unicosmk*, xscale-*-*, i?86-*-linux*aout,
14830         i?86-*-sco3.2v5*, i?86-*-udk, m68k-hp-hpux, powerpc-*-sysv4,
14831         powerpc-*-sysv4, powerpcle-*-sysv4, *-*-sysv*, vax-dec-ultrix):
14832         Remove.
14833         * doc/invoke.texi (MT Options): Remove.
14834         (-mwindiss): Remove.
14835         (CRIS Options): Remove cris-axis-aout references.
14836         (HPPA Options): Don't mention hppa1.1-*-pro.
14837         * doc/md.texi: (MorphoTech family): Remove.
14838         * libgcc2.c: Don't handle UWIN.
14839         * config/alpha/t-unicosmk: Remove.
14840         * config/alpha/unicosmk.h: Remove.
14841         * config/arm/kaos-arm.h: Remove.
14842         * config/arm/kaos-strongarm.h: Remove.
14843         * config/arm/strongarm-coff.h: Remove.
14844         * config/arm/strongarm-elf.h: Remove.
14845         * config/arm/strongarm-pe.h: Remove.
14846         * config/arm/t-strongarm-pe: Remove.
14847         * config/arm/t-xscale-coff: Remove.
14848         * config/arm/t-xscale-elf: Remove.
14849         * config/arm/xscale-coff.h: Remove.
14850         * config/arm/xscale-elf.h: Remove.
14851         * config/chorus.h: Remove.
14852         * config/cris/aout.h: Remove.
14853         * config/cris/aout.opt: Remove.
14854         * config/cris/t-aout: Remove.
14855         * config/i386/beos-elf.h: Remove.
14856         * config/i386/kaos-i386.h: Remove.
14857         * config/i386/ptx4-i.h: Remove.
14858         * config/i386/sco5.h: Remove.
14859         * config/i386/sco5.opt: Remove.
14860         * config/i386/sysv4-cpp.h: Remove.
14861         * config/i386/sysv5.h: Remove.
14862         * config/i386/t-beos: Remove.
14863         * config/i386/t-sco5: Remove.
14864         * config/i386/t-uwin: Remove.
14865         * config/i386/uwin.asm: Remove.
14866         * config/i386/uwin.h: Remove.
14867         * config/kaos.h: Remove.
14868         * config/mips/windiss.h: Remove.
14869         * config/mt: Remove directory.
14870         * config/pa/pa-osf.h: Remove.
14871         * config/pa/pa-pro-end.h: Remove.
14872         * config/pa/t-pro: Remove.
14873         * config/ptx4.h: Remove.
14874         * config/rs6000/beos.h: Remove.
14875         * config/rs6000/kaos-ppc.h: Remove.
14876         * config/rs6000/t-beos: Remove.
14877         * config/rs6000/windiss.h: Remove.
14878         * config/sh/kaos-sh.h: Remove.
14879         * config/sol2-6.h: Remove.
14880         * config/sparc/sol26-sld.h: Remove.
14881         * config/sparc/sysv4-only.h: Remove.
14882         * config/vax/bsd.h: Remove.
14883         * config/vax/t-memfuncs: Remove.
14884         * config/vax/ultrix.h: Remove.
14885         * config/vax/vaxv.h: Remove.
14886         * config/windiss.h: Remove.
14887
14888 2008-06-06  Uros Bizjak <ubizjak@gmail.com>
14889
14890         PR rtl-optimization/36438
14891         * cse.c (fold_rtx) [ASHIFT, LSHIFTRT, ASHIFTRT]: Break out early
14892         for vector shifts with constant scalar shift operands.
14893
14894 2008-06-06  Sandip Matte  <sandip@rmicorp.com>
14895
14896         * doc/invoke.texi: Document -march=xlr.
14897         * config/mips/xlr.md: New file.
14898         * config/mips/mips.md: Include it.
14899         (cpu): Add "xlr".
14900         * config/mips/mips.h (PROCESSOR_XLR): New processor_type.
14901         * config/mips/mips.c (mips_cpu_info_table): Add an XLR entry.
14902         (mips_rtx_cost_data): Likewise.
14903
14904 2008-06-06  Nathan Froyd  <froydnj@codesourcery.com>
14905
14906         * config/rs6000/rs6000.c (rs6000_mode_dependent_address): Remove
14907         PRE_INC and PRE_DEC cases.
14908
14909 2008-06-06  Jakub Jelinek  <jakub@redhat.com>
14910
14911         PR rtl-optimization/36419
14912         * except.c (expand_resx_expr): Call do_pending_stack_adjust () before
14913         the emitting jump insn.
14914
14915         PR target/36362
14916         * gimplify.c (gimplify_expr) <case TRUTH_NOT_EXPR>: If *expr_p type
14917         is not bool, boolify the whole *expr_p and convert to the desired type.
14918
14919 2008-06-06  Jakub Jelinek  <jakub@redhat.com>
14920
14921         * c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.
14922         * langhooks.h (struct lang_hooks_for_decls): Add omp_finish_clause.
14923         Add omp_private_outer_ref hook, add another argument to
14924         omp_clause_default_ctor hook.
14925         * langhooks-def.h (LANG_HOOKS_OMP_FINISH_CLAUSE): Define.
14926         (LANG_HOOKS_OMP_PRIVATE_OUTER_REF): Define.
14927         (LANG_HOOKS_OMP_CLAUSE_DEFAULT_CTOR): Change to
14928         hook_tree_tree_tree_tree_null.
14929         (LANG_HOOKS_DECLS): Add LANG_HOOKS_OMP_FINISH_CLAUSE and
14930         LANG_HOOKS_OMP_PRIVATE_OUTER_REF.
14931         * hooks.c (hook_tree_tree_tree_tree_null): New function.
14932         * hooks.h (hook_tree_tree_tree_tree_null): New prototype.
14933         * tree.def (OMP_TASK): New tree code.
14934         * tree.h (OMP_TASK_COPYFN, OMP_TASK_ARG_SIZE, OMP_TASK_ARG_ALIGN,
14935         OMP_CLAUSE_PRIVATE_OUTER_REF, OMP_CLAUSE_LASTPRIVATE_STMT,
14936         OMP_CLAUSE_COLLAPSE_ITERVAR, OMP_CLAUSE_COLLAPSE_COUNT,
14937         OMP_TASKREG_CHECK, OMP_TASKREG_BODY, OMP_TASKREG_CLAUSES,
14938         OMP_TASKREG_FN, OMP_TASKREG_DATA_ARG, OMP_TASK_BODY,
14939         OMP_TASK_CLAUSES, OMP_TASK_FN, OMP_TASK_DATA_ARG,
14940         OMP_CLAUSE_COLLAPSE_EXPR): Define.
14941         (enum omp_clause_default_kind): Add OMP_CLAUSE_DEFAULT_FIRSTPRIVATE.
14942         (OMP_DIRECTIVE_P): Add OMP_TASK.
14943         (OMP_CLAUSE_COLLAPSE, OMP_CLAUSE_UNTIED): New clause codes.
14944         (OMP_CLAUSE_SCHEDULE_AUTO): New schedule kind.
14945         * tree.c (omp_clause_code_name): Add OMP_CLAUSE_COLLAPSE
14946         and OMP_CLAUSE_UNTIED entries.
14947         (omp_clause_num_ops): Likewise.  Increase OMP_CLAUSE_LASTPRIVATE
14948         num_ops to 2.
14949         (walk_tree_1): Handle OMP_CLAUSE_COLLAPSE and OMP_CLAUSE_UNTIED.
14950         Walk OMP_CLAUSE_LASTPRIVATE_STMT.
14951         * tree-pretty-print.c (dump_omp_clause): Handle
14952         OMP_CLAUSE_SCHEDULE_AUTO, OMP_CLAUSE_UNTIED, OMP_CLAUSE_COLLAPSE,
14953         OMP_CLAUSE_DEFAULT_FIRSTPRIVATE.
14954         (dump_generic_node): Handle OMP_TASK and collapsed OMP_FOR loops.
14955         * c-omp.c (c_finish_omp_for): Allow pointer iterators.  Remove
14956         warning about unsigned iterators.  Change decl/init/cond/incr
14957         arguments to TREE_VECs, check arguments for all collapsed loops.
14958         (c_finish_omp_taskwait): New function.
14959         (c_split_parallel_clauses): Put OMP_CLAUSE_COLLAPSE clause to
14960         ws_clauses.
14961         * c-parser.c (c_parser_omp_for_loop): Parse collapsed loops.  Call
14962         default_function_array_conversion on init.  Add par_clauses argument.
14963         If decl is present in parallel's lastprivate clause, change it to
14964         shared and add lastprivate clause for decl to OMP_FOR_CLAUSES.
14965         Add clauses argument, on success set OMP_FOR_CLAUSES to it.  Look up
14966         collapse count in clauses.
14967         (c_parser_omp_for, c_parser_omp_parallel): Adjust
14968         c_parser_omp_for_loop callers.
14969         (OMP_FOR_CLAUSE_MASK): Add 1 << PRAGMA_OMP_CLAUSE_COLLAPSE.
14970         (c_parser_pragma): Handle PRAGMA_OMP_TASKWAIT.
14971         (c_parser_omp_clause_name): Handle collapse and untied clauses.
14972         (c_parser_omp_clause_collapse, c_parser_omp_clause_untied): New
14973         functions.
14974         (c_parser_omp_clause_schedule): Handle schedule(auto).
14975         Include correct location in the error message.
14976         (c_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_COLLAPSE
14977         and PRAGMA_OMP_CLAUSE_UNTIED.
14978         (OMP_TASK_CLAUSE_MASK): Define.
14979         (c_parser_omp_task, c_parser_omp_taskwait): New functions.
14980         (c_parser_omp_construct): Handle PRAGMA_OMP_TASK.
14981         * tree-nested.c (convert_nonlocal_omp_clauses,
14982         convert_local_omp_clauses): Handle OMP_CLAUSE_LASTPRIVATE_STMT,
14983         OMP_CLAUSE_REDUCTION_INIT, OMP_CLAUSE_REDUCTION_MERGE,
14984         OMP_CLAUSE_COLLAPSE and OMP_CLAUSE_UNTIED.
14985         Don't handle TREE_STATIC or DECL_EXTERNAL VAR_DECLs in
14986         OMP_CLAUSE_DECL.
14987         (conver_nonlocal_reference, convert_local_reference,
14988         convert_call_expr): Handle OMP_TASK the same as OMP_PARALLEL.  Use
14989         OMP_TASKREG_* macros rather than OMP_PARALLEL_*.
14990         (walk_omp_for): Adjust for OMP_FOR_{INIT,COND,INCR} changes.
14991         * tree-gimple.c (is_gimple_stmt): Handle OMP_TASK.
14992         * c-tree.h (c_begin_omp_task, c_finish_omp_task): New prototypes.
14993         * c-pragma.h (PRAGMA_OMP_TASK, PRAGMA_OMP_TASKWAIT): New.
14994         (PRAGMA_OMP_CLAUSE_COLLAPSE, PRAGMA_OMP_CLAUSE_UNTIED): New.
14995         * c-typeck.c (c_begin_omp_task, c_finish_omp_task): New functions.
14996         (c_finish_omp_clauses): Handle OMP_CLAUSE_COLLAPSE and
14997         OMP_CLAUSE_UNTIED.
14998         * c-pragma.c (init_pragma): Init omp task and omp taskwait pragmas.
14999         * c-common.h (c_finish_omp_taskwait): New prototype.
15000         * gimple-low.c (lower_stmt): Handle OMP_TASK.
15001         * tree-parloops.c (create_parallel_loop): Create 1 entry
15002         vectors for OMP_FOR_{INIT,COND,INCR}.
15003         * tree-cfg.c (remove_useless_stmts_1): Handle OMP_* containers.
15004         (make_edges): Handle OMP_TASK.
15005         * tree-ssa-operands.c (get_expr_operands): Handle collapsed OMP_FOR
15006         loops, adjust for OMP_FOR_{INIT,COND,INCR} changes.
15007         * tree-inline.c (estimate_num_insns_1): Handle OMP_TASK.
15008         * builtin-types.def (BT_PTR_ULONGLONG, BT_PTR_FN_VOID_PTR_PTR,
15009         BT_FN_BOOL_ULONGLONGPTR_ULONGLONGPTR,
15010         BT_FN_BOOL_BOOL_ULL_ULL_ULL_ULLPTR_ULLPTR,
15011         BT_FN_BOOL_BOOL_ULL_ULL_ULL_ULL_ULLPTR_ULLPTR,
15012         BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT): New.
15013         * omp-builtins.def (BUILT_IN_GOMP_TASK, BUILT_IN_GOMP_TASKWAIT,
15014         BUILT_IN_GOMP_LOOP_ULL_STATIC_START,
15015         BUILT_IN_GOMP_LOOP_ULL_DYNAMIC_START,
15016         BUILT_IN_GOMP_LOOP_ULL_GUIDED_START,
15017         BUILT_IN_GOMP_LOOP_ULL_RUNTIME_START,
15018         BUILT_IN_GOMP_LOOP_ULL_ORDERED_STATIC_START,
15019         BUILT_IN_GOMP_LOOP_ULL_ORDERED_DYNAMIC_START,
15020         BUILT_IN_GOMP_LOOP_ULL_ORDERED_GUIDED_START,
15021         BUILT_IN_GOMP_LOOP_ULL_ORDERED_RUNTIME_START,
15022         BUILT_IN_GOMP_LOOP_ULL_STATIC_NEXT,
15023         BUILT_IN_GOMP_LOOP_ULL_DYNAMIC_NEXT,
15024         BUILT_IN_GOMP_LOOP_ULL_GUIDED_NEXT,
15025         BUILT_IN_GOMP_LOOP_ULL_RUNTIME_NEXT,
15026         BUILT_IN_GOMP_LOOP_ULL_ORDERED_STATIC_NEXT,
15027         BUILT_IN_GOMP_LOOP_ULL_ORDERED_DYNAMIC_NEXT,
15028         BUILT_IN_GOMP_LOOP_ULL_ORDERED_GUIDED_NEXT,
15029         BUILT_IN_GOMP_LOOP_ULL_ORDERED_RUNTIME_NEXT): New builtins.
15030         * gimplify.c (gimplify_omp_for): Allow pointer type for decl,
15031         handle POINTER_PLUS_EXPR.  If loop counter has been replaced and
15032         original iterator is present in lastprivate clause or if
15033         collapse > 1, set OMP_CLAUSE_LASTPRIVATE_STMT.  Handle collapsed
15034         OMP_FOR loops, adjust for OMP_FOR_{INIT,COND,INCR} changes.
15035         (gimplify_expr): Handle OMP_SECTIONS_SWITCH and OMP_TASK.
15036         (enum gimplify_omp_var_data): Add GOVD_PRIVATE_OUTER_REF.
15037         (omp_notice_variable): Set GOVD_PRIVATE_OUTER_REF if needed,
15038         if it is set, lookup var in outer contexts too.  Handle
15039         OMP_CLAUSE_DEFAULT_FIRSTPRIVATE.  Handle vars that are supposed
15040         to be implicitly determined firstprivate for task regions.
15041         (gimplify_scan_omp_clauses): Set GOVD_PRIVATE_OUTER_REF if needed,
15042         if it is set, lookup var in outer contexts too.  Set
15043         OMP_CLAUSE_PRIVATE_OUTER_REF if GOVD_PRIVATE_OUTER_REF is set.
15044         Handle OMP_CLAUSE_LASTPRIVATE_STMT, OMP_CLAUSE_COLLAPSE and
15045         OMP_CLAUSE_UNTIED.  Take region_type as last argument
15046         instead of in_parallel and in_combined_parallel.
15047         (gimplify_omp_parallel, gimplify_omp_for, gimplify_omp_workshare):
15048         Adjust callers.
15049         (gimplify_adjust_omp_clauses_1): Set OMP_CLAUSE_PRIVATE_OUTER_REF if
15050         GOVD_PRIVATE_OUTER_REF is set.  Call omp_finish_clause langhook.
15051         (new_omp_context): Set default_kind to
15052         OMP_CLAUSE_DEFAULT_UNSPECIFIED for OMP_TASK regions.
15053         (omp_region_type): New enum.
15054         (struct gimplify_omp_ctx): Remove is_parallel and is_combined_parallel
15055         fields, add region_type.
15056         (new_omp_context): Take region_type as argument instead of is_parallel
15057         and is_combined_parallel.
15058         (gimple_add_tmp_var, omp_firstprivatize_variable, omp_notice_variable,
15059         omp_is_private, omp_check_private): Adjust ctx->is_parallel and
15060         ctx->is_combined_parallel checks.
15061         (gimplify_omp_task): New function.
15062         (gimplify_adjust_omp_clauses): Handle OMP_CLAUSE_COLLAPSE and
15063         OMP_CLAUSE_UNTIED.
15064         * omp-low.c (extract_omp_for_data): Use schedule(static)
15065         for schedule(auto).  Handle pointer and unsigned iterators.
15066         Compute fd->iter_type.  Handle POINTER_PLUS_EXPR increments.
15067         Add loops argument.  Extract data for collapsed OMP_FOR loops.
15068         (expand_parallel_call): Assert sched_kind isn't auto,
15069         map runtime schedule to index 3.
15070         (struct omp_for_data_loop): New type.
15071         (struct omp_for_data): Remove v, n1, n2, step, cond_code fields.
15072         Add loop, loops, collapse and iter_type fields.
15073         (workshare_safe_to_combine_p): Disallow combined for if
15074         iter_type is unsigned long long.  Don't combine collapse > 1 loops
15075         unless all bounds and steps are constant.  Adjust extract_omp_for_data
15076         caller.
15077         (expand_omp_for_generic): Handle pointer, unsigned and long long
15078         iterators.  Handle collapsed OMP_FOR loops.  Adjust
15079         for struct omp_for_data changes.  If libgomp function doesn't return
15080         boolean_type_node, add comparison of the return value with 0.
15081         (expand_omp_for_static_nochunk, expand_omp_for_static_chunk): Handle
15082         pointer, unsigned and long long iterators.  Adjust for struct
15083         omp_for_data changes.
15084         (expand_omp_for): Assert sched_kind isn't auto, map runtime schedule
15085         to index 3.  Use GOMP_loop_ull*{start,next} if iter_type is
15086         unsigned long long.  Allocate loops array, pass it to
15087         extract_omp_for_data.  For collapse > 1 loops use always
15088         expand_omp_for_generic.
15089         (omp_context): Add sfield_map and srecord_type fields.
15090         (is_task_ctx, lookup_sfield): New functions.
15091         (use_pointer_for_field): Use is_task_ctx helper.  Change first
15092         argument's type from const_tree to tree.  Clarify comment.
15093         In OMP_TASK disallow copy-in/out sharing.
15094         (build_sender_ref): Call lookup_sfield instead of lookup_field.
15095         (install_var_field): Add mask argument.  Populate both record_type
15096         and srecord_type if needed.
15097         (delete_omp_context): Destroy sfield_map, clear DECL_ABSTRACT_ORIGIN
15098         in srecord_type.
15099         (fixup_child_record_type): Also remap FIELD_DECL's DECL_SIZE{,_UNIT}
15100         and DECL_FIELD_OFFSET.
15101         (scan_sharing_clauses): Adjust install_var_field callers.  For
15102         firstprivate clauses on explicit tasks allocate the var by value in
15103         record_type unconditionally, rather than by reference.
15104         Handle OMP_CLAUSE_PRIVATE_OUTER_REF.  Scan OMP_CLAUSE_LASTPRIVATE_STMT.
15105         Use is_taskreg_ctx instead of is_parallel_ctx.
15106         Handle OMP_CLAUSE_COLLAPSE and OMP_CLAUSE_UNTIED.
15107         (create_omp_child_function_name): Add task_copy argument, use
15108         *_omp_cpyfn* names if it is true.
15109         (create_omp_child_function): Add task_copy argument, if true create
15110         *_omp_cpyfn* helper function.
15111         (scan_omp_parallel): Adjust create_omp_child_function callers.
15112         Rename parallel_nesting_level to taskreg_nesting_level.
15113         (scan_omp_task): New function.
15114         (lower_rec_input_clauses): Don't run constructors for firstprivate
15115         explicit task vars which are initialized by *_omp_cpyfn*.
15116         Pass outer var ref to omp_clause_default_ctor hook if
15117         OMP_CLAUSE_PRIVATE_OUTER_REF or OMP_CLAUSE_LASTPRIVATE.
15118         Replace OMP_CLAUSE_REDUCTION_PLACEHOLDER decls in
15119         OMP_CLAUSE_REDUCTION_INIT.
15120         (lower_send_clauses): Clear DECL_ABSTRACT_ORIGIN if in task to
15121         avoid duplicate setting of fields.  Handle
15122         OMP_CLAUSE_PRIVATE_OUTER_REF.
15123         (lower_send_shared_vars): Use srecord_type if non-NULL.  Don't
15124         copy-out if TREE_READONLY, only copy-in.
15125         (expand_task_copyfn): New function.
15126         (expand_task_call): New function.
15127         (struct omp_taskcopy_context): New type.
15128         (task_copyfn_copy_decl, task_copyfn_remap_type, create_task_copyfn):
15129         New functions.
15130         (lower_omp_parallel): Rename to...
15131         (lower_omp_taskreg): ... this.  Use OMP_TASKREG_* macros where needed.
15132         Call create_task_copyfn if srecord_type is needed.  Adjust
15133         sender_decl type.
15134         (task_shared_vars): New variable.
15135         (check_omp_nesting_restrictions): Warn if work-sharing,
15136         barrier, master or ordered region is closely nested inside OMP_TASK.
15137         Add warnings for barrier if closely nested inside of work-sharing,
15138         ordered, or master region.
15139         (scan_omp_1): Call check_omp_nesting_restrictions even for
15140         GOMP_barrier calls.  Rename parallel_nesting_level to
15141         taskreg_nesting_level.  Handle OMP_TASK.
15142         (lower_lastprivate_clauses): Even if some lastprivate is found on a
15143         work-sharing construct, continue looking for them on parent parallel
15144         construct.
15145         (lower_omp_for_lastprivate): Add lastprivate clauses
15146         to the beginning of dlist rather than end.  Adjust for struct
15147         omp_for_data changes.
15148         (lower_omp_for): Add rec input clauses before OMP_FOR_PRE_BODY,
15149         not after it.  Handle collapsed OMP_FOR loops, adjust for
15150         OMP_FOR_{INIT,COND,INCR} changes, adjust extract_omp_for_data caller.
15151         (get_ws_args_for): Adjust extract_omp_for_data caller.
15152         (scan_omp_for): Handle collapsed OMP_FOR
15153         loops, adjust for OMP_FOR_{INIT,COND,INCR} changes.
15154         (lower_omp_single_simple): If libgomp function doesn't return
15155         boolean_type_node, add comparison of the return value with 0.
15156         (diagnose_sb_1, diagnose_sb_2): Handle collapsed OMP_FOR
15157         loops, adjust for OMP_FOR_{INIT,COND,INCR} changes.  Handle OMP_TASK.
15158         (parallel_nesting_level): Rename to...
15159         (taskreg_nesting_level): ... this.
15160         (is_taskreg_ctx): New function.
15161         (build_outer_var_ref, omp_copy_decl): Use is_taskreg_ctx instead
15162         of is_parallel_ctx.
15163         (execute_lower_omp): Rename parallel_nesting_level to
15164         taskreg_nesting_level.
15165         (expand_omp_parallel): Rename to...
15166         (expand_omp_taskreg): ... this.  Use OMP_TASKREG_* macros where needed.
15167         Call omp_task_call for OMP_TASK regions.
15168         (expand_omp): Adjust caller, handle OMP_TASK.
15169         (lower_omp_1): Adjust lower_omp_taskreg caller, handle OMP_TASK.
15170
15171         * bitmap.c (bitmap_default_obstack_depth): New variable.
15172         (bitmap_obstack_initialize, bitmap_obstack_release): Do nothing
15173         if argument is NULL and bitmap_default_obstack is already initialized.
15174         * ipa-struct-reorg.c (do_reorg_1): Call bitmap_obstack_release
15175         at the end.
15176         * matrix-reorg.c (matrix_reorg): Likewise.
15177
15178 2008-06-06  Uros Bizjak  <ubizjak@gmail.com>
15179
15180         * config/i386/i386.md (*indirect_jump): Macroize using P
15181         mode iterator.  Remove !TARGET_64BIT from insn constraints.
15182         (*tablejump_1): Ditto.
15183         (*indirect_jump_rex64): Remove insn pattern.
15184         (*tablejump_1_rex64): Ditto.
15185         (eh_return_<mode>): Macroize using P mode iterator from eh_return_di
15186         and eh_return_si insn patterns.
15187
15188 2008-06-06  Richard Guenther  <rguenther@suse.de>
15189
15190         * tree-ssa-structalias.c (merge_smts_into): Remove.
15191         (find_what_p_points_to): Do not bother to compute the
15192         points-to set for pt_anything pointers.
15193         * tree-ssa-operands.c (get_addr_dereference_operands): No NMT
15194         for pt_anything pointers is ok.
15195
15196 2008-06-06  Jan Hubicka  <jh@suse.cz>
15197
15198         * passes.c (execute_ipa_pass_list): Do not regenerate summaries.
15199
15200 2008-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15201
15202         * cgraph.c: Fix typos in comments.
15203         (cgraph_availability_names): Fix string typo.
15204         * fold-const.c: Fix typos in comments.
15205         (fold_binary): Fix typo in warning.
15206         * genautomata.c: Fix typos in comments.
15207         (check_presence_pattern_sets): Fix typo in local variable.
15208         (output_description): Fix typo in output.
15209         * ggc-zone.c (ggc_pch_finish): Fix typo in error message.
15210         * hwint.h: Likewise.
15211         * matrix-reorg.c (check_allocation_function): Likewise.
15212         * omega.c (smooth_weird_equations): Likewise.
15213         * auto-inc-dec.c: Fix typos in comments.
15214         * bb-reorder.c: Likewise.
15215         * builtins.c: Likewise.
15216         * c-common.c: Likewise.
15217         * c-cppbuiltin.c: Likewise.
15218         * c-parser.c: Likewise.
15219         * c-pretty-print.c: Likewise.
15220         * cfgcleanup.c: Likewise.
15221         * cfgexpand.c: Likewise.
15222         * cfghooks.c: Likewise.
15223         * cfglayout.c: Likewise.
15224         * cfgloopmanip.c: Likewise.
15225         * cgraphunit.c: Likewise.
15226         * coverage.c: Likewise.
15227         * dbxout.c: Likewise.
15228         * df-byte-scan.c: Likewise.
15229         * df-core.c: Likewise.
15230         * df-problems.c: Likewise.
15231         * df-scan.c: Likewise.
15232         * dfp.c: Likewise.
15233         * dominance.c: Likewise.
15234         * domwalk.c: Likewise.
15235         * dse.c: Likewise.
15236         * dwarf2out.c: Likewise.
15237         * emit-rtl.c: Likewise.
15238         * et-forest.c: Likewise.
15239         * function.c: Likewise.
15240         * function.h: Likewise.
15241         * gcc.c: Likewise.
15242         * gcov-io.c: Likewise.
15243         * gcov.c: Likewise.
15244         * gcse.c: Likewise.
15245         * genattrtab.c: Likewise.
15246         * ggc-page.c: Likewise.
15247         * gimplify.c: Likewise.
15248         * gthr-lynx.h: Likewise.
15249         * haifa-sched.c: Likewise.
15250         * ipa-cp.c: Likewise.
15251         * ipa-inline.c: Likewise.
15252         * ipa-prop.h: Likewise.
15253         * ipa-pure-const.c: Likewise.
15254         * ipa-struct-reorg.c: Likewise.
15255         * ipa-struct-reorg.h: Likewise.
15256         * ipa-type-escape.c: Likewise.
15257         * ipa.c: Likewise.
15258         * loop-doloop.c: Likewise.
15259         * mips-tfile.c: Likewise.
15260         * mkmap-flat.awk: Likewise.
15261         * mkmap-symver.awk: Likewise.
15262         * modulo-sched.c: Likewise.
15263         * omp-low.c: Likewise.
15264         * optabs.c: Likewise.
15265         * optabs.h: Likewise.
15266         * opts.c: Likewise.
15267         * passes.c: Likewise.
15268         * postreload-gcse.c: Likewise.
15269         * postreload.c: Likewise.
15270         * predict.c: Likewise.
15271         * pretty-print.h: Likewise.
15272         * profile.c: Likewise.
15273         * protoize.c: Likewise.
15274         * ra-conflict.c: Likewise.
15275         * real.c: Likewise.
15276         * recog.c: Likewise.
15277         * regclass.c: Likewise.
15278         * regs.h: Likewise.
15279         * reload.c: Likewise.
15280         * rtl-error.c: Likewise.
15281         * rtlanal.c: Likewise.
15282         * scan.h: Likewise.
15283         * sched-rgn.c: Likewise.
15284         * see.c: Likewise.
15285         * stmt.c: Likewise.
15286         * target.h: Likewise.
15287         * tree-dfa.c: Likewise.
15288         * tree-eh.c: Likewise.
15289         * tree-flow-inline.h: Likewise.
15290         * tree-inline.c: Likewise.
15291         * tree-into-ssa.c: Likewise.
15292         * tree-loop-distribution.c: Likewise.
15293         * tree-nested.c: Likewise.
15294         * tree-parloops.c: Likewise.
15295         * tree-pass.h: Likewise.
15296         * tree-pretty-print.c: Likewise.
15297         * tree-profile.c: Likewise.
15298         * tree-scalar-evolution.c: Likewise.
15299         * tree-sra.c: Likewise.
15300         * tree-ssa-alias-warnings.c: Likewise.
15301         * tree-ssa-ccp.c: Likewise.
15302         * tree-ssa-coalesce.c: Likewise.
15303         * tree-ssa-dom.c: Likewise.
15304         * tree-ssa-dse.c: Likewise.
15305         * tree-ssa-forwprop.c: Likewise.
15306         * tree-ssa-live.c: Likewise.
15307         * tree-ssa-live.h: Likewise.
15308         * tree-ssa-loop-im.c: Likewise.
15309         * tree-ssa-loop-ivopts.c: Likewise.
15310         * tree-ssa-loop-niter.c: Likewise.
15311         * tree-ssa-loop-prefetch.c: Likewise.
15312         * tree-ssa-phiopt.c: Likewise.
15313         * tree-ssa-phiprop.c: Likewise.
15314         * tree-ssa-sccvn.c: Likewise.
15315         * tree-ssa-ter.c: Likewise.
15316         * tree-ssa-threadupdate.c: Likewise.
15317         * tree-ssa.c: Likewise.
15318         * tree-vect-analyze.c: Likewise.
15319         * tree-vect-transform.c: Likewise.
15320         * tree-vectorizer.c: Likewise.
15321         * tree-vn.c: Likewise.
15322         * tree-vrp.c: Likewise.
15323         * tree.c: Likewise.
15324         * tree.def: Likewise.
15325         * tree.h: Likewise.
15326         * unwind-dw2-fde.c: Likewise.
15327         * unwind.inc: Likewise.
15328         * value-prof.c: Likewise.
15329         * vmsdbgout.c: Likewise.
15330
15331 2008-06-05  David Edelsohn  <edelsohn@gnu.org>
15332
15333         * config/rs6000/xcoff.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Do not
15334         always place FP constants in the TOC for TARGET_POWERPC64.
15335         * config/rs6000/linux64.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Same.
15336
15337 2008-06-05  Joseph Myers  <joseph@codesourcery.com>
15338
15339         * config.gcc (powerpc-*-linux*spe*): Use t-dfprules.
15340         * config/rs6000/dfp.md (negdd2, absdd2, negtd2, abstd2): Do not
15341         enable for TARGET_E500_DOUBLE.
15342         (*movdd_softfloat32): Also enable for !TARGET_FPRS.
15343         * config/rs6000/rs6000.c (invalid_e500_subreg): Treat decimal
15344         floating-point modes like integer modes for E500 double.
15345         (rs6000_legitimate_offset_address_p): Likewise.
15346         (rs6000_legitimize_address): Likewise.  Do not allow REG+REG
15347         addressing for DDmode for E500 double.
15348         (rs6000_hard_regno_nregs): Do not treat decimal floating-point
15349         modes as using 64-bits of registers for E500 double.
15350         (spe_build_register_parallel): Do not handle DDmode or TDmode.
15351         (rs6000_spe_function_arg): Do not handle DDmode or TDmode
15352         specially for E500 double.
15353         (function_arg): Do not call rs6000_spe_function_arg for DDmode or
15354         TDmode for E500 double.
15355         (rs6000_gimplify_va_arg): Only handle SDmode in registers
15356         specially if TARGET_HARD_FLOAT && TARGET_FPRS.
15357         (rs6000_split_multireg_move): Do not handle TDmode specially for
15358         E500 double.
15359         (spe_func_has_64bit_regs_p): Do not treat DDmode or TDmode as
15360         using 64-bit registers for E500 double.
15361         (emit_frame_save): Do not handle DDmode specially for E500 double.
15362         (gen_frame_mem_offset): Likewise.
15363         (rs6000_function_value): Do not call spe_build_register_parallel
15364         for DDmode or TDmode.
15365         (rs6000_libcall_value): Likewise.
15366         * config/rs6000/rs6000.h (LOCAL_ALIGNMENT, MEMBER_TYPE_FORCES_BLK,
15367         DATA_ALIGNMENT, CLASS_MAX_NREGS): Do not handle DDmode specially
15368         for E500 double.
15369
15370 2008-06-04  H.J. Lu  <hongjiu.lu@intel.com>
15371
15372         * config/i386/i386.c (setup_incoming_varargs_64): Fix a typo
15373         in comments.
15374
15375 2008-06-04  Junjie Gu <jgu@tensilica.com>
15376
15377         * config/xtensa/lib2funcs.S (__xtensa_nonlocal_goto): Use unsigned
15378         comparison for frame pointers.
15379
15380 2008-06-04  Andy Hutchinson  <hutchinsonandy@aim.com>
15381
15382         PR target/27386
15383         * config/avr/avr.h (PUSH_ROUNDING): Remove.
15384
15385 2008-06-04  Andy Hutchinson  <hutchinsonandy@aim.com>
15386
15387         PR target/30243
15388         * builtins.c (expand_builtin_signbit): Don't take lowpart when
15389         register is already smaller or equal to required mode.
15390
15391 2008-06-04  Xinliang David Li  <davidxl@google.com>
15392
15393         * tree-call-cdce.c: New file.
15394         (cond_dead_built_in_calls): New static variable.
15395         (input_domain): New struct.
15396         (check_pow): New function.
15397         (check_builtin_call): Ditto.
15398         (check_target_format): Ditto.
15399         (is_call_dce_candidate): Ditto.
15400         (gen_one_condition): Ditto.
15401         (gen_conditions_for_domain): Ditto.
15402         (get_domain): Ditto.
15403         (gen_conditions_for_pow_cst_base): Ditto.
15404         (gen_conditions_for_pow_int_base): Ditto.
15405         (gen_conditions_for_pow): Ditto.
15406         (get_no_error_domain): Ditto.
15407         (gen_shrink_wrap_conditions): Ditto.
15408         (shrink_wrap_one_built_in_call): Ditto.
15409         (shink_wrap_conditional_dead_built_in_calls): Ditto.
15410         (tree_call_cdce): Ditto.
15411         (gate_call_cdce): Ditto.
15412         (pass_call_cdce): New gimple pass.
15413         * passes.c: (init_optimization_passes): New pass.
15414         * tree-pass.h: New pass declaration.
15415         * opts.c (decode_options): New flag setting.
15416         * common.opt: Add -ftree-builtin-call-dce flag.
15417         * Makefile.in: Add new source file.
15418         * tempvar.def: New tv_id.
15419         * doc/invoke.texi (-ftree-builtin-call-dce): New flag.
15420
15421 2008-06-04  Richard Guenther  <rguenther@suse.de>
15422
15423         * tree-flow-inline.h (is_global_var): Do not check TREE_STATIC on MTAGs.
15424         (is_call_clobbered): Always check var_ann->call_clobbered.
15425         (mark_call_clobbered): Always set var_ann->call_clobbered.
15426         (clear_call_clobbered): Always clear var_ann->call_clobbered.
15427         * tree-ssa-alias.c (mark_non_addressable): Use clear_call_clobbered.
15428         (reset_alias_info): Clear call clobbering info on MTAGs and
15429         globals as well.
15430         (set_pt_anything): Set pt_global_mem.
15431         (create_tag_raw): Adjust comment.
15432         (may_be_aliased): Do not check TREE_PUBLIC on MTAGs.
15433
15434 2008-06-04  Joseph Myers  <joseph@codesourcery.com>
15435             Maxim Kuvyrkov  <maxim@codesourcery.com>
15436
15437         * config/m68k/m68k.opt (mxgot): New option.
15438         * config/m68k/m68k.c (legitimize_pic_address): Handle -mxgot.
15439         (m68k_output_addr_const_extra): New.
15440         * config/m68k/m68k.h (OUTPUT_ADDR_CONST_EXTRA): New.
15441         * config/m68k/m68k-protos.h (m68k_output_addr_const_extra): Declare.
15442         * config/m68k/m68k.md (UNSPEC_GOTOFF): Define.
15443         * doc/invoke.texi (M680x0 Options): Document -mxgot.
15444
15445 2008-06-04  Richard Guenther  <rguenther@suse.de>
15446
15447         * tree-ssa-structalias.c (handle_ptr_arith): Correctly handle
15448         negative or non-representable offsets.
15449
15450 2008-06-03  H.J. Lu  <hongjiu.lu@intel.com>
15451
15452         * config/i386/i386.c (ix86_gen_leave): New.
15453         (ix86_gen_pop1): Likewise.
15454         (ix86_gen_add3): Likewise.
15455         (ix86_gen_sub3): Likewise.
15456         (ix86_gen_sub3_carry): Likewise.
15457         (ix86_gen_one_cmpl2): Likewise.
15458         (ix86_gen_monitor): Likewise.
15459         (override_options): Initialize ix86_gen_leave, ix86_gen_pop1,
15460         ix86_gen_add3, ix86_gen_sub3, ix86_gen_sub3_carry,
15461         ix86_gen_one_cmpl2 and ix86_gen_monitor.
15462         (ix86_file_end): Use mov%z0 instead of mov{q}/mov{l}.
15463         (output_set_got): Use mov%z0, pop%z0 and add%z0 instead of
15464         mov{q}/mov{l}, pop{q}/pop{l} and add{q}/add{l}.
15465         (ix86_expand_epilogue): Updated.
15466         (print_operand): Handle integer register operand for 'z'.
15467         (ix86_expand_strlensi_unroll_1): Likewise.
15468         (ix86_expand_strlen): Likewise.
15469         (ix86_expand_builtin): Likewise.
15470         (x86_output_mi_thunk): Use mov%z1 and add%z1 instead of
15471         mov{q}/mov{l} and add{q}/add{l}.
15472
15473 2008-06-03  Kai Tietz  <kai.tietz@onevision.com>
15474
15475         * config/i386/i386.md (P): New mode iterator.
15476         (SFmode push_operand splitter): Macroize DImode and SImode pushes
15477         using P mode iterator.
15478         (DFmode push_operand splitter): Ditto.
15479         (XFmode push_operand splitter): Ditto.
15480         (DFmode float_extend SFmode push_operand splitter): Ditto.
15481         (XFmode float_extend SFmode push_operand splitter): Do not generate
15482         SImode pushes for 64bit target.  Macroize Dimode and SImode
15483         pushes using P mode iterator.
15484         (XFmode float_extend DFmode push_operand splitter): Ditto.
15485
15486 2008-06-03  Kai Tietz  <kai.tietz@onevision.com>
15487
15488         * config/i386/i386-protos.h (ix86_reg_parm_stack_space): New.
15489         * config/i386/i386.h (ix86_reg_parm_stack_space): Removed prototype.
15490         * config/i386/i386.c (ix86_reg_parm_stack_space): Changed
15491         return type to int.
15492         (ix86_call_abi_override): Remove check for call_used_regs.
15493
15494 2008-06-03  Richard Guenther  <rguenther@suse.de>
15495
15496         * tree-ssa-structalias.c (find_func_aliases): Add constraints
15497         for the lhs of calls if the return type contains pointers.
15498
15499 2008-06-03  Kai Tietz  <kai.tietz@onevision.com>
15500
15501         * doc/tm.texi (OVERRIDE_ABI_FORMAT): New.
15502         * doc/extend.texi (ms_abi,sysv_abi): New attribute description.
15503         * function.c (allocate_struct_function): Use of OVERRIDE_ABI_FORMAT.
15504         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Make use
15505         of cfun and DEFAULT_ABI to deceide abi mode.
15506         (DEFAULT_ABI): New.
15507         (REG_PARM_STACK_SPACE): Removed.
15508         (OUTGOING_REG_PARM_STACK_SPACE): Removed.
15509         (STACK_BOUNDARY): Use default target to deceide stack boundary.
15510         * config/i386/i386-protos.h (ix86_cfun_abi): New.
15511         (ix86_function_abi): Likewise.
15512         (ix86_function_type_abi): Likewise.
15513         (ix86_call_abi_override): Likewise.
15514         * confid/i386/i386.md (SSE_REGPARM_MAX): Replaced by abi
15515         specific define X86_64_SSE_REGPARM_MAX/X64_SSE_REGPARM_MAX.
15516         * config/i386/i386.c (override_options): Replace TARGET_64BIT_MS_ABI.
15517         (X86_64_VARARGS_SIZE): Replace REGPARM_MAX and SSE_REGPARM_MAX by abi
15518         specific defines.
15519         (X86_64_REGPARM_MAX): New.
15520         (X86_64_SSE_REGPARM_MAX): New.
15521         (X64_REGPARM_MAX): New.
15522         (X64_SSE_REGPARM_MAX): New.
15523         (X86_32_REGPARM_MAX): New.
15524         (X86_32_SSE_REGPARM_MAX): New.
15525         (ix86_handle_cconv_attribute): Replace TARGET_64BIT_MS_ABI.
15526         (ix86_function_regparm): Handle user calling abi.
15527         (ix86_function_arg_regno_p): Replace TARGET_64BIT_MS_ABI
15528         by DEFAULT_ABI versus SYSV_ABI check.
15529         (ix86_reg_parm_stack_space): New.
15530         (ix86_function_type_abi): New.
15531         (ix86_call_abi_override): New.
15532         (ix86_function_abi): New.
15533         (ix86_cfun_abi): New.
15534         (init_cumulative_args): Call abi specific initialization.
15535         (function_arg_advance): Remove TARGET_64BIT_MS_ABI.
15536         (function_arg_64): Extend SSE_REGPARM_MAX check.
15537         (function_arg (): Remove TARGET_64BIT_MS_ABI.
15538         (ix86_pass_by_reference): Likewise.
15539         (ix86_function_value_regno_p): Likewise.
15540         (function_value_64): Replace REGPARM_MAX, and SSE_REGPARM_MAX.
15541         (ix86_function_value_1): Replace TARGET_64BIT_MS_ABI.
15542         (return_in_memory_ms_64): Replace TARGET_64BIT_MS_ABI.
15543         (ix86_build_builtin_va_list): Replace TARGET_64BIT_MS_ABI.
15544         (setup_incoming_varargs_64): Adjust regparm for call abi.
15545         (ix86_setup_incoming_varargs): Replace TARGET_64BIT_MS_ABI.
15546         (ix86_va_start): Likewise.
15547         (ix86_gimplify_va_arg): Likewise.
15548         (ix86_expand_prologue): Likewise.
15549         (output_pic_addr_const): Likewise.
15550         (ix86_init_machine_status): Initialize call_abi by DEFAULT_ABI.
15551         (x86_this_parameter): Replace TARGET_64BIT_MS_ABI.
15552         (x86_output_mi_thunk): Likewise.
15553         (x86_function_profiler): Likewise.
15554         * config/i386/i386.h (TARGET_64BIT_MS_ABI): Use ix64_cfun_abi.
15555         (SYSV_ABI, MS_ABI): New constants.
15556         (DEFAULT_ABI): New.
15557         (init_regs): Add prototype of function in regclass.c file.
15558         (OVERRIDE_ABI_FORMAT): New.
15559         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_64BIT_MS_ABI part.
15560         (REG_PARM_STACK_SPACE): Use ix86_reg_parm_stack_space.
15561         (OUTGOING_REG_PARM_STACK_SPACE): New.
15562         (ix86_reg_parm_stack_space): New prototype.
15563         (CUMULATIVE_ARGS): Add call_abi member.
15564         (machine_function): Add call_abi member.
15565         * config/i386/mingw32.h (EXTRA_OS_CPP_BUILTINS): Replace
15566         TARGET_64BIT_MS_ABI by DEFAULT_ABI compare to MS_ABI.
15567
15568 2008-06-02  Andy Hutchinson  <hutchinsonandy@aim.com>
15569
15570         PR target/34879
15571         * config/avr/avr.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Redefine.
15572         (avr_builtin_setjmp_frame_value): New function.
15573         * config/avr/avr.md (nonlocal_goto_receiver): Define.
15574         (nonlocal_goto): Define.
15575
15576 2008-06-02  Richard Sandiford  <rdsandiford@googlemail.com>
15577
15578         * config/mips/mips.c (mips_emit_loadgp): Return early if
15579         there is nothing do to, otherwise emit a blockage if
15580         !TARGET_EXPLICIT_RELOCS || crtl->profile.
15581         * config/mips/mips.md (loadgp_blockage): Use SI rather than DI.
15582
15583 2008-06-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15584
15585         * configure.ac: Drop unneeded backslash ending up in config.in.
15586         * acinclude.m4: Likewise.
15587         * config.in: Regenerate.
15588
15589 2008-05-26  Jan Hubicka  <jh@suse.cz>
15590
15591         * predict.c (maybe_hot_frequency_p): Break out of...
15592         (maybe_hot_bb_p): ... here.
15593         (maybe_hot_edge_p): New.
15594         * tree-ssa-coalesce.c (coalesce_cost_edge): Compute cost based on edge.
15595         * basic-block.h (maybe_hot_edge_p): Declare.
15596
15597 2008-05-31  Uros Bizjak  <ubizjak@gmail.com>
15598
15599         * config/i386/i386.md (*cmpfp_<mode>): Enable for optimize_size.
15600         (*cmpfp_<mode>_cc): Ditto.
15601         (*fp_jcc_8<mode>_387): Ditto.
15602         (*fop_<MODEF:mode>_2_i387): Ditto.
15603         (*fop_<MODEF:mode>_3_i387): Ditto.
15604         (*fop_xf_2_i387): Ditto.
15605         (*fop_xf_3_i387): Ditto.
15606
15607 2008-06-02  Tomas Bily  <tbily@suse.cz>
15608
15609         * tree-ssa-ifcombine.c (get_name_for_bit_test): Use CONVERT_EXPR_P.
15610
15611 2008-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
15612
15613         * config/mips/mips.c (mips_valid_offset_p): New function.
15614         (mips_valid_lo_sum_p): Likewise.
15615         (mips_classify_address): Use them.
15616         (mips_force_address): New function.
15617         (mips_legitimize_address): Use it.
15618         * config/mips/mips.md (MOVE128): New mode iterator.
15619         (movtf): Require TARGET_64BIT.  Remove empty strings.
15620         (*movtf_internal): Rename to...
15621         (*movtf): ...this and require !TARGET_MIPS16.  Use "m" instead
15622         of "R" and use {,fp}{load,store} attributes instead of "multi".
15623         Use a separate define_split.
15624         (*movtf_mips16): New pattern.
15625
15626 2008-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
15627
15628         * config/mips/mips-protos.h (mips_expand_before_return): Declare.
15629         * config/mips/mips.c (mips_expand_before_return): New function.
15630         (mips_expand_epilogue): Call it.
15631         * config/mips/mips.md (return): Turn into a define_expand.
15632         (*return): New insn.
15633
15634 2008-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
15635
15636         * rtl.h (emit_clobber, gen_clobber, emit_use, gen_use): Declare.
15637         * emit-rtl.c (emit_clobber, gen_clobber, emit_use, gen_use): New
15638         functions.  Do not emit uses and clobbers of CONCATs; individually
15639         use and clobber their operands.
15640         * builtins.c (expand_builtin_setjmp_receiver): Use emit_clobber,
15641         gen_clobber, emit_use and gen_use.
15642         (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
15643         (expand_builtin_return): Likewise.
15644         * cfgbuild.c (count_basic_blocks): Likewise.
15645         * cfgrtl.c (rtl_flow_call_edges_add): Likewise.
15646         * explow.c (emit_stack_restore): Likewise.
15647         * expmed.c (extract_bit_field_1): Likewise.
15648         * expr.c (convert_move, emit_move_complex_parts): Likewise.
15649         (emit_move_multi_word, store_constructor): Likewise.
15650         * function.c (do_clobber_return_reg, do_use_return_reg): Likewise.
15651         (thread_prologue_and_epilogue_insns): Likewise.
15652         * lower-subreg.c (resolve_simple_move): Likewise.
15653         * optabs.c (widen_operand, expand_binop): Likewise.
15654         (expand_doubleword_bswap, emit_no_conflict_block): Likewise.
15655         * reload.c (find_reloads): Likewise.
15656         * reload1.c (eliminate_regs_in_insn): Likewise.
15657         * stmt.c (expand_nl_goto_receiver): Likewise.
15658         * config/alpha/alpha.md (builtin_longjmp): Likewise.
15659         * config/arc/arc.md (*movdi_insn, *movdf_insn): Likewise.
15660         * config/arm/arm.c (arm_load_pic_register): Likewise.
15661         (thumb1_expand_epilogue, thumb_set_return_address): Likewise.
15662         * config/arm/arm.md (untyped_return): Likewise.
15663         * config/arm/linux-elf.h (PROFILE_HOOK): Likewise.
15664         * config/avr/avr.c (expand_prologue): Likewise.
15665         * config/bfin/bfin.c (do_unlink): Likewise.
15666         * config/bfin/bfin.md (<optab>di3, adddi3, subdi3): Likewise.
15667         * config/cris/cris.c (cris_expand_prologue): Likewise.
15668         * config/darwin.c (machopic_indirect_data_reference): Likewise.
15669         (machopic_legitimize_pic_address): Likewise.
15670         * config/frv/frv.c (frv_frame_access, frv_expand_epilogue): Likewise.
15671         (frv_ifcvt_modify_insn, frv_expand_mdpackh_builtin): Likewise.
15672         * config/i386/i386.c (ix86_expand_vector_move_misalign): Likewise.
15673         (ix86_expand_convert_uns_didf_sse): Likewise.
15674         (ix86_expand_vector_init_general): Likewise.
15675         * config/ia64/ia64.md (eh_epilogue): Likewise.
15676         * config/iq2000/iq2000.c (iq2000_expand_epilogue): Likewise.
15677         * config/m32c/m32c.c (m32c_emit_eh_epilogue): Likewise.
15678         * config/m32r/m32r.c (m32r_reload_lr): Likewise.
15679         (config/iq2000/iq2000.c): Likewise.
15680         * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
15681         (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
15682         (builtin_longjmp): Likewise.
15683         * config/mn10300/mn10300.md (call, call_value): Likewise.
15684         * config/pa/pa.md (nonlocal_goto, nonlocal_longjmp): Likewise.
15685         * config/pdp11/pdp11.md (abshi2): Likewise.
15686         * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
15687         * config/s390/s390.c (s390_emit_prologue): Likewise.
15688         * config/s390/s390.md (movmem_long, setmem_long): Likewise.
15689         (cmpmem_long, extendsidi2, zero_extendsidi2, udivmoddi4): Likewise.
15690         (builtin_setjmp_receiver, restore_stack_nonlocal): Likewise.
15691         * config/sh/sh.c (prepare_move_operands): Likewise.
15692         (output_stack_adjust, sh_expand_epilogue): Likewise.
15693         (sh_set_return_address, sh_expand_t_scc): Likewise.
15694         * config/sparc/sparc.c (load_pic_register): Likewise.
15695         * config/sparc/sparc.md (untyped_return, nonlocal_goto): Likewise.
15696         * config/spu/spu.c (spu_expand_epilogue): Likewise.
15697         * config/v850/v850.c (expand_epilogue): Likewise.
15698
15699 2008-05-31  Anatoly Sokolov  <aesok@post.ru>
15700
15701         * config/avr/avr.md (UNSPECV_WRITE_SP_IRQ_ON): New constants.
15702         (UNSPECV_WRITE_SP_IRQ_OFF): (Ditto.).
15703         (movhi_sp_r_irq_off, movhi_sp_r_irq_on): New insn.
15704         * config/avr/avr.c (expand_prologue, expand_epilogue): Use
15705         movhi_sp_r_irq_off and movhi_sp_r_irq_on insns for writing to the
15706         stack pointer register.
15707         (output_movhi): Remove code for interrupt specific writing to the
15708         stack pointer register.
15709
15710 2008-05-31  Richard Guenther  <rguenther@suse.de>
15711
15712         PR tree-optimization/34244
15713         * fold-const.c (tree_expr_nonnegative_warnv_p): Do not ask VRP.
15714         (tree_expr_nonzero_warnv_p): Likewise.
15715         * tree-vrp.c (vrp_expr_computes_nonnegative): Call
15716         ssa_name_nonnegative_p.
15717         (vrp_expr_computes_nonzero): Call ssa_name_nonzero_p.
15718         (extract_range_from_unary_expr): Use vrp_expr_computes_nonzero,
15719         not tree_expr_nonzero_warnv_p.
15720
15721         PR tree-optimization/36262
15722         Revert
15723         2007-11-29  Zdenek Dvorak  <ook@ucw.cz>
15724
15725         PR tree-optimization/34244
15726         * tree-vrp.c (adjust_range_with_scev): Clear scev cache.
15727         (record_numbers_of_iterations): New function.
15728         (execute_vrp): Cache the numbers of iterations of loops.
15729         * tree-scalar-evolution.c (scev_reset_except_niters):
15730         New function.
15731         (scev_reset): Use scev_reset_except_niters.
15732         * tree-scalar-evolution.h (scev_reset_except_niters): Declare.
15733
15734 2008-05-31  Bernd Schmidt  <bernd.schmidt@analog.com>
15735
15736         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
15737         __WORKAROUND_RETS when appropriate.
15738
15739 2008-05-31  Uros Bizjak  <ubizjak@gmail.com>
15740
15741         * config/i386/i386.md (*fop_<mode>_comm_mixed): Macroize from
15742         *fop_sf_comm_mixed and *fop_df_comm_mixed insn patterns using MODEF
15743         mode iterator.
15744         (*fop_<mode>_comm_sse): Macroize from *fop_sf_comm_sse and
15745         *fop_df_comm_sse insn patterns using MODEF mode iterator.
15746         (*fop_<mode>_comm_i387): Macroize from *fop_sf_comm_i387 and
15747         *fop_df_comm_i387 insn patterns using MODEF mode iterator.
15748         (*fop_<mode>_1_mixed): Macroize from *fop_sf_1_mixed and
15749         *fop_df_1_mixed insn patterns using MODEF mode iterator.
15750         (*fop_<mode>_1_sse): Macroize from *fop_sf_1_sse and
15751         *fop_df_1_sse insn patterns using MODEF mode iterator.
15752         (*fop_<mode>_1_i387): Macroize from *fop_sf_1_i387 and
15753         *fop_df_1_i387 insn patterns using MODEF mode iterator.
15754         (*fop_<MODEF:mode>_2_i387): Macroize from *fop_sf_2<mode>_i387 and
15755         *fop_df_2<mode>_i387 insn patterns using MODEF mode iterator.
15756         (*fop_<MODEF:mode>_3_i387): Macroize from *fop_sf_3<mode>_i387 and
15757         *fop_df_3<mode>_i387 insn patterns using MODEF mode iterator.
15758         (*fop_xf_2_i387): Rename from *fop_xf_2<mode>_i387.
15759         (*fop_xf_3_i387): Rename from *fop_xf_3<mode>_i387.
15760         (*fop_xf_4_i387): Use <MODE> for mode attribute.
15761         (*fop_xf_5_i387): Ditto.
15762         (*fop_xf_6_i387): Ditto.
15763
15764 2008-05-30  Richard Guenther  <rguenther@suse.de>
15765
15766         * builtins.c (build_string_literal): Avoid generating
15767         a non-gimple_val result.
15768
15769 2008-05-30  DJ Delorie  <dj@redhat.com>
15770
15771         * exec-tool.in: Use an environment variable (private) instead of a
15772         file (shared) as a semaphore, so as to not break parallel builds.
15773
15774 2008-05-30  Steven Bosscher  <stevenb.gcc@gmail.com>
15775
15776         * optabs.c (maybe_encapsulate_block): Remove.
15777         (emit_libcall_block): Adjust accordingly.
15778         * optabs.h (maybe_encapsulate_block): Remove prototype.
15779
15780         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address):
15781         Don't use maybe_encapsulate_block.
15782
15783 2008-05-30  Steven Bosscher  <stevenb.gcc@gmail.com>
15784
15785         * config/rs6000/rs6000.c (rs6000_legitimize_address,
15786         rs6000_legitimize_reload_address, rs6000_emit_move): Make sure an
15787         rtx is a SYMBOL_REF before calling get_pool_constant.
15788
15789 2008-05-30  Eric Botcazou  <ebotcazou@adacore.com>
15790
15791         * fold-const.c (fold_unary) <CASE_CONVERT>: Add ??? comment.
15792
15793 2008-05-30  Danny Smith  <dannysmith@users.sourceforge.net>
15794
15795         * incpath.c: Use HOST_LACKS_INODE_NUMBERS conditional
15796         rather than OS names to choose INO_T_EQ definition.
15797         (DIRS_EQ) [!INO_T_EQ]: Don't worry about case in comparison.
15798         (add_path) [!INO_T_EQ]: Use lrealpath to fill canonical_name field.
15799
15800 2008-05-29  Daniel Franke  <franke.daniel@gmail.com>
15801
15802         PR target/36348
15803         * config/darwin-f.c: New.
15804         * config/t-darwin: Added rule to build darwin-f.o.
15805         * config.gcc: Defined new variable, fortran_target_objs.
15806         (*-*-darwin*): Set fortran_target_objs.
15807         * Makefile.in: Defined new variable FORTRAN_TARGET_OBJS.
15808         * configure.ac: Substitute fortran_target_objs, set FORTRAN_TARGET_OBJS.
15809         * configure: Regenerated.
15810
15811 2008-05-29  H.J. Lu  <hongjiu.lu@intel.com>
15812
15813         PR target/35771
15814         * config/i386/i386.c (ix86_function_arg_boundary): Convert to
15815         canonical type if needed.
15816
15817 2008-05-29  Eric Botcazou  <ebotcazou@adacore.com>
15818
15819         * tree-nested.c (check_for_nested_with_variably_modified): Fix typo.
15820
15821 2008-05-29  Richard Guenther  <rguenther@suse.de>
15822
15823         PR tree-optimization/36343
15824         PR tree-optimization/36346
15825         PR tree-optimization/36347
15826         * tree-flow.h (clobber_what_p_points_to): Declare.
15827         * tree-ssa-structalias.c (set_uids_in_ptset): Whether the
15828         pointed-to variable is dereferenced is irrelevant to whether
15829         the pointer can access the pointed-to variable.
15830         (clobber_what_p_points_to): New function.
15831         * tree-ssa-alias.c (set_initial_properties): Use it.
15832         * tree-ssa.c (verify_flow_sensitive_alias_info): Adjust
15833         call clobber check for NMTs.
15834
15835 2008-05-28  Seongbae Park  <seongbae.park@gmail.com>
15836
15837         * value-prof.c (tree_ic_transform): Use HOST_WIDEST_INT_PRINT_DEC
15838         for printing gcov_type.
15839
15840 2008-05-28  Seongbae Park  <seongbae.park@gmail.com>
15841
15842         * tree-ssa-propagate.c (set_rhs): Preserve the histogram
15843         and the eh region information.
15844         * value-prof.c (gimple_move_stmt_histograms): New function.
15845         * value-prof.h (gimple_move_stmt_histograms): New function declaration.
15846
15847 2008-05-28  Andreas Tobler  <a.tobler@schweiz.org>
15848
15849         * config/pa/pa.md: Remove extern frame_pointer_needed declaration.
15850
15851 2008-05-28  Seongbae Park <seongbae.park@gmail.com>
15852
15853         * value-prof.c (tree_ic_transform): Print counts.
15854         * tree-profile.c (tree_gen_ic_func_profiler):
15855         Clear __gcov_indreict_call_callee variable to avoid misattribution
15856         of the profile.
15857
15858 2008-05-28  Rafael Espíndola  <espindola@google.com>
15859
15860         * see.c (see_def_extension_not_merged): Use copy_rtx_if_shared to avoid
15861         invalid sharing.
15862
15863 2008-05-28  Richard Guenther  <rguenther@suse.de>
15864
15865         PR tree-optimization/36339
15866         * tree-ssa-alias.c (set_initial_properties): Move pt_anything
15867         and clobbering code out of the loop.
15868
15869 2008-05-28  Andreas Krebbel  <krebbel1@de.ibm.com>
15870
15871         * config/s390/constraints.md ('b', 'C', 'D', 'e'): New constraint
15872         letters defined.
15873
15874         * config/s390/s390.c (s390_compare_and_branch_condition_mask,
15875         s390_contiguous_bitmask_p, s390_symref_operand_p,
15876         s390_check_symref_alignment, s390_reload_larl_operand,
15877         s390_reload_symref_address): New functions.
15878         (s390_branch_condition_mnemonic): Support compare and branch
15879         instructions.
15880         (s390_mem_constraint): Avoid symrefs to accepted by the 'T'
15881         and 'W' constraints.
15882         (s390_secondary_reload): Add secondary reloads for unaligned
15883         symbol refs or symbol refs to floating point or QI/TI mode
15884         integer values.
15885         (legitimate_address_p): Accept symbol references as addresses.
15886         (s390_expand_insv): Use rotate and insert selected bits
15887         instruction for insv when building for z10.
15888         (print_operand_address): Handle symbol ref addresses.
15889         (print_operand): Output modifier 'c' added for signed byte values.
15890         (s390_encode_section_info): Mark symbol refs with
15891         SYMBOL_FLAG_NOT_NATURALLY_ALIGNED if appropriate.
15892
15893         * config/s390/s390.md (SIL,RRS,RIS): New instruction formats added.
15894         (length attribute): RRF, RRR have 4 byte length.
15895         (FPALL, INTALL): New mode iterators added.
15896         (*tstdi_sign, *cmpdi_ccs_sign, *cmpsi_ccs_sign,
15897         *cmp<mode>_ccs, *cmpdi_ccu_zero, *cmpdi_ccu, *cmpsi_ccu, *cmphi_ccu,
15898         *movdi_64, *movsi_zarch, *movhi, movmem<mode>, *movmem_short,
15899         *extendsidi2, *extendhidi2_extimm, *extendhisi2_extimm,
15900         *zero_extendsidi2, adddi3, *adddi3_31z, *adddi3_31, addsi3,
15901         *add<mode>3, *add<mode>3_carry1_cc, *add<mode>3_carry2_cc,
15902         *add<mode>3_cc, *add<mode>3_imm_cc, *muldi3_sign, muldi3,
15903         *mulsi3_sign, mulsi3, mulsidi3): Patterns enhanced with z10
15904         instructions.
15905         (*cmphi_ccs_z10, *cmpdi_ccs_signhi_rl, *cmpsi_ccu_zerohi_rlsi,
15906         *cmp<GPR:mode>_ccu_zerohi_rldi, *cmp_and_br_signed_<mode>,
15907         *cmp_and_br_unsigned_<mode>, reload<INTALL:mode><P:mode>_tomem_z10,
15908         reload<INTALL:mode><P:mode>_toreg_z10,
15909         reload<FPALL:mode><P:mode>_tomem_z10,
15910         reload<FPALL:mode><P:mode>_toreg_z10,
15911         reload<P:mode>_larl_odd_addend_z10, *execute_rl, *insv<mode>_z10,
15912         *insv<mode>_z10_noshift, *insv<mode>_or_z10_noshift,
15913         *zero_extendhi<mode>2_z10, *cmp_and_trap_signed_int<mode>,
15914         *cmp_and_trap_unsigned_int<mode>, prefetch): New pattern or expander
15915         definition.
15916         (movmem, clrmem, cmpmem): New splitters added.
15917
15918         * config/s390/predicates.md (larl_operand): Use
15919         SYMBOL_REF_FLAGS (op) & SYMBOL_FLAG_ALIGN1 replaced with
15920         SYMBOL_REF_ALIGN1_P.
15921         (s390_signed_integer_comparison,
15922         s390_unsigned_integer_comparison): New predicates.
15923
15924         * config/s390/s390-protos.h (s390_check_symref_alignment,
15925         s390_contiguous_bitmask_p, s390_reload_larl_operand,
15926         s390_reload_symref_address,
15927         s390_compare_and_branch_condition_mask): Prototypes added.
15928
15929         * config/s390/s390.h (TARGET_MEM_CONSTRAINT,
15930         SYMBOL_REF_ALIGN1_P, SYMBOL_FLAG_NOT_NATURALLY_ALIGNED,
15931         SYMBOL_REF_NOT_NATURALLY_ALIGNED_P): Macro definition added.
15932
15933 2008-05-28  Andreas Krebbel  <krebbel1@de.ibm.com>
15934
15935         * config/s390/s390.c (z10_cost): New cost function for z10.
15936         (s390_handle_arch_option, override_options): Support -march=z10 switch.
15937         (s390_issue_rate): Adjust issue rate for z10.
15938         * config/s390/s390.h (processor_type): Add PROCESSOR_2097_Z10.
15939         (processor_flags): Add PF_Z10.
15940         (TARGET_CPU_Z10, TARGET_Z10): New macro definitions.
15941         * config/s390/s390.md (cpu, cpu_facility attributes): Add z10.
15942         * gcc/config.gcc: Add z10.
15943
15944 2008-05-28  Richard Guenther  <rguenther@suse.de>
15945
15946         PR tree-optimization/36291
15947         * tree-flow. h (struct gimple_df): Remove var_anns member.
15948         * tree-flow-inline.h (gimple_var_anns): Remove.
15949         (var_ann): Simplify.
15950         * tree-dfa.c (create_var_ann): Simplify.
15951         (remove_referenced_var): Clear alias info from var_anns of globals.
15952         * tree-ssa.c (init_tree_ssa): Do not allocate var_anns.
15953         (delete_tree_ssa): Clear alias info from var_anns of globals.
15954         Do not free var_anns.
15955         (var_ann_eq): Remove.
15956         (var_ann_hash): Likewise.
15957
15958 2008-05-28  Mark Shinwell  <shinwell@codesourcery.com>
15959
15960         * config/mips/mips.c (mips_cpu_info_table): Add loongson2e
15961         and loongson2f entries.
15962         (mips_rtx_cost_data): Add entries for Loongson-2E/2F.
15963         * config/mips/mips.h (processor_type): Add Loongson-2E
15964         and Loongson-2F entries.
15965         (TARGET_LOONGSON_2E, TARGET_LOONGSON_2F, TARGET_LOONGSON_2EF): New.
15966         (MIPS_ISA_LEVEL_SPEC): Handle Loongson-2E/2F.
15967         * config/mips/mips.md (define_attr cpu): Add loongson2e and loongson2f.
15968         * doc/invoke.texi (MIPS Options): Document loongson2e
15969         and loongson2f processor names.
15970
15971 2008-05-27  H.J. Lu  <hongjiu.lu@intel.com>
15972
15973         PR target/35767
15974         PR target/35771
15975         * config/i386/i386.c (ix86_function_arg_boundary): Use
15976         alignment of canonical type.
15977         (ix86_expand_vector_move): Check unaligned memory access for
15978         all SSE modes.
15979
15980 2008-05-27  H.J. Lu  <hongjiu.lu@intel.com>
15981
15982         * dwarf2out.c (current_fde): Change return type to dw_fde_ref.
15983         Moved to the front of file.
15984
15985 2008-05-27  Xuepeng Guo  <xuepeng.guo@intel.com>
15986             H.J. Lu  <hongjiu.lu@intel.com>
15987
15988         * dwarf2out.c (current_fde): New.
15989         (add_cfi): Use it.
15990         (lookup_cfa:): Likewise.
15991         (dwarf2out_end_epilogue): Likewise.
15992         (dwarf2out_note_section_used): Likewise.
15993
15994 2008-05-27  Michael Matz  <matz@suse.de>
15995
15996         PR c++/27975
15997         * c.opt (Wenum-compare): New warning option.
15998         * doc/invoke.texi  (Warning Options): Document -Wenum-compare.
15999
16000 2008-05-27  Michael Matz  <matz@suse.de>
16001
16002         PR middle-end/36326
16003         * tree-gimple.c (is_gimple_mem_rhs): Remove work-around for
16004         non-BLKmode types.
16005         * tree-tailcall.c (find_tail_calls): Don't mark calls storing
16006         into memory as tail calls.
16007
16008 2008-05-27  Richard Guenther  <rguenther@suse.de>
16009
16010         PR tree-optimization/36339
16011         * tree-ssa-alias.c (set_initial_properties): Escaped pt_anything
16012         pointers cause all addressable variables to be call clobbered.
16013
16014 2008-05-27  Richard Guenther  <rguenther@suse.de>
16015
16016         PR tree-optimization/36245
16017         * tree-ssa-address.c (add_to_parts): Deal with non-pointer bases.
16018
16019 2008-05-27  Andreas Krebbel  <krebbel1@de.ibm.com>
16020
16021         * config/s390/s390.md: Replace all occurences of the 'm'
16022         constraint with 'RT'.
16023
16024 2008-05-27  Andreas Krebbel  <krebbel1@de.ibm.com>
16025
16026         * config/s390/s390.md ("cpu_facility", "enabled"): Attribute
16027         definitions added.
16028         ("*movdi_64dfp", "*movdi_64extimm", "*movdi_64"): Merged into
16029         "*movdi_64".
16030         ("*anddi3_extimm", "*anddi3"): Merged into "*anddi3".
16031         ("*iordi3_extimm", "*iordi3"): Merged into "*iordi3".
16032         ("*xordi3_extimm", "*xordi3"): Merged into "*xordi3".
16033
16034 2008-05-27  Andreas Krebbel  <krebbel1@de.ibm.com>
16035
16036         * reload.c: (find_reloads): Skip alternatives according to the
16037         "enabled" attribute. Constify the constraint variable.
16038         * recog.c (get_attr_enabled): Add default implementation.
16039         (extract_insn): Set the alternative_enabled_p array
16040         in the recog_data struct.
16041         (preprocess_constraints, constrain_operands): Skip
16042         alternatives according to the "enabled" attribute
16043         * recog.h (struct recog_data): New field alternative_enabled_p.
16044         (skip_alternative): New inline function.
16045         * regclass.c: (record_operand_costs): Check the "enabled" attribute.
16046         (record_reg_classes): Skip alternative according to the
16047         "enabled" attribute.
16048
16049         * doc/md.texi: Add documention for the "enabled" attribute.
16050
16051 2008-05-27  Andreas Krebbel  <krebbel1@de.ibm.com>
16052
16053         * defaults.h (TARGET_MEM_CONSTRAINT): New target macro added.
16054         * postreload.c (reload_cse_simplify_operands): Replace 'm'
16055         constraint with TARGET_MEM_CONSTRAINT.
16056         * recog.c (asm_operand_ok, preprocess_constraints,
16057         constrain_operands): Likewise.
16058         * regclass.c (record_reg_classes): Likewise.
16059         * reload.c (find_reloads, alternative_allows_const_pool_ref): Likewise.
16060         * reload1.c (maybe_fix_stack_asms): Likewise.
16061         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
16062         * recog.h: Adjust comment.
16063         * genpreds.c (generic_constraint_letters): Remove 'm' constraint.
16064         * genoutput.c (note_constraint): Don't emit error for 'm' constraint.
16065         * doc/md.texi: Add a note to description of 'm' constraint.
16066         * doc/tm.texi: Document the new TARGET_MEM_CONSTRAINT macro.
16067
16068 2008-05-27  Eric Botcazou  <ebotcazou@adacore.com>
16069
16070         * tree-sra.c (sra_type_can_be_decomposed_p) <RECORD_TYPE>: Make sure
16071         that the bitfield is of integral type before testing its precision.
16072
16073 2008-05-27  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
16074             Sa Liu  <saliu@de.ibm.com>
16075
16076         * config/spu/spu.c (spu_init_libfuncs): Add __multi3, __divti3,
16077         __modti3, __udivti3, __umodti3 and __udivmodti4.
16078         * config/spu/t-spu-elf (LIB2FUNCS_STATIC_EXTRA): Add files
16079         that implement TImode mul and div functions.
16080         * config/spu/multi3.c: New. Implement __multi3.
16081         * config/spu/divmodti4.c: New. Implement _udivmodti4 and others.
16082         * testsuite/gcc.target/spu/muldivti3.c: New. Test TImode mul and div
16083         functions on SPU.
16084
16085 2008-05-26  Steven Bosscher  <stevenb.gcc@gmail.com>
16086
16087         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Generate
16088         new tls_gd_* and tls_ld_* insns instead of an insn sequence.
16089         * config/rs6000/rs6000.md (TLSmode, tls_abi_suffix, tls_insn_suffix,
16090         tls_sysv_suffix): New mode and mode attribute iterators.
16091         (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64): Remove.
16092         (lts_gd_aix*, tls_gd_sysv*, tls_ld_aix*, tls_ld_sysv*): New patterns.
16093         (tls_dtprel_*, tls_dtprel_ha_*, tls_dtprel_lo_*, tls_got_dtprel_*,
16094         tls_tprel_*, tls_tprel_ha_*, tls_tprel_lo_*, tls_got_tprel_*,
16095         tls_tls_*): Merge 32 bit and 64 bit variants using aforementioned
16096         iterators.
16097
16098 2008-05-26  Eric Botcazou  <ebotcazou@adacore.com>
16099
16100         PR tree-optimization/36329
16101         * tree.h (CALL_CANNOT_INLINE_P): Add access check.
16102         * tree-gimple.h (CALL_STMT_CANNOT_INLINE_P): New macro.
16103         * cgraphbuild.c (initialize_inline_failed): Use the latter
16104         macro in lieu of the former.
16105         * ipa-inline.c (cgraph_mark_inline): Likewise.
16106         (cgraph_decide_inlining_of_small_function): Likewise.
16107         (cgraph_decide_inlining): Likewise.
16108         (cgraph_decide_inlining_incrementally): Likewise.
16109
16110 2008-05-26  Tristan Gingold  <gingold@adacore.com>
16111             Anatoly Sokolov  <aesok@post.ru>
16112
16113         * config/avr/avr.md ("call_prologue_saves"): Use hi8(gs())/lo8(gs())
16114         instead of pm_lo8/pm_hi8 to makes this call working on avr6.
16115         * config/avr/avr.c (expand_prologue): Tune "call_prologue"
16116         optimization for 'avr6' architecture.
16117
16118 2008-05-26  Andy Hutchinson  <hutchinsonandy@aim.com>
16119
16120         PR target/34932
16121         * config/avr/avr.md (*addhi3_zero_extend2): Remove.
16122
16123 2008-05-26  Richard Guenther  <rguenther@suse.de>
16124
16125         * tree-ssa-sccvn.c (expr_has_constants): Declare.
16126         (visit_reference_op_load): Initialize VN_INFO->has_constants properly.
16127
16128 2008-05-26  H.J. Lu  <hongjiu.lu@intel.com>
16129
16130         PR middle-end/36253
16131         * caller-save.c (insert_restore): Verify alignment of spill space.
16132         (insert_save): Likewise.
16133         * cfgexpand.c (LOCAL_ALIGNMENT): Removed.
16134         * defaults.h (LOCAL_ALIGNMENT): New. Provide default.
16135         (STACK_SLOT_ALIGNMENT): Likewise.
16136         * function.c (LOCAL_ALIGNMENT): Removed.
16137         (get_stack_local_alignment): New.
16138         (assign_stack_local): Use it.  Set alignment on stack slot.
16139         (assign_stack_temp_for_type): Use get_stack_local_alignment.
16140         * config/i386/i386.h (LOCAL_ALIGNMENT): Updated.
16141         (STACK_SLOT_ALIGNMENT): New.
16142         * config/i386/i386.c (ix86_local_alignment): Handle caller-save
16143         stack slot in XFmode.
16144
16145         * doc/tm.texi (STACK_SLOT_ALIGNMENT): New.
16146
16147 2008-05-26  Kai Tietz  <kai.tietz@onevision.com>
16148
16149         PR/36321
16150         * config/i386/i386.md (allocate_stack_worker_64): Make sure
16151         argument operand in rax isn't removed.
16152
16153 2008-05-26  Richard Guenther  <rguenther@suse.de>
16154
16155         PR middle-end/36300
16156         * fold-const.c (extract_muldiv_1): Use TYPE_OVERFLOW_WRAPS,
16157         not TYPE_UNSIGNED.  Use TYPE_PRECISION instead of GET_MODE_SIZE.
16158
16159 2008-05-26  Daniel Franke  <franke.daniel@gmail.com>
16160
16161         PR bootstrap/36331
16162         * c-cppbuiltin.c (define__GNUC__): Re-add definition of __GNUG__.
16163
16164 2008-05-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
16165
16166         * config/darwin-c.c: Include "incpath.h" instead of "c-incpath.h".
16167         * config/t-darwin: Use "incpath.h" instead of "c-incpath.h".
16168
16169 2008-05-25  Eric Botcazou  <ebotcazou@adacore.com>
16170
16171         * tree-nested.c (convert_tramp_reference) <ADDR_EXPR>: Do not
16172         build a trampoline if we don't want one.
16173         * varasm.c (initializer_constant_valid_p) <ADDR_EXPR>: Do not
16174         return zero for nested functions if we don't want a trampoline.
16175
16176 2008-05-26  Daniel Franke  <franke.daniel@gmail.com>
16177
16178         * doc/invoke.texi: Added f77, f77-cpp-input to list of file types.
16179
16180 2008-05-26  Daniel Franke  <franke.daniel@gmail.com>
16181
16182         PR fortran/18428
16183         * c.opt: Removed undocumented option '-lang-fortran'.
16184         * c-common.h: Removed global variable 'lang_fortran'.
16185         * c-opts.c (c_common_handle_option): Removed code to handle
16186         option '-lang-fortran'. Updated includes.
16187         * c-cppbuiltin.c (c_cpp_builtins): Removed conditional
16188         definition of '__GFORTRAN__'.
16189         (define__GNUC__): Reimplemented to use BASEVER and
16190         cpp_define_formatted.
16191         (builtin_define_with_value_n): Removed.
16192         * c-incpath.h: Renamed to ...
16193         * incpath.h: ... this.
16194         * c-incpath.c: Renamed to ...
16195         * incpath.c: ... this. Updated includes.
16196         * fix-header.c: Updated includes.
16197         * Makefile.in: Replaced c-incpath.[ch] by incpath.[ch].
16198         (c-cppbuiltin.o): Added dependency on and definition of BASEVER.
16199         (OBJ-archive): Added cppdefault.o, incpath.o and prefix.o.
16200
16201 2008-05-25  Eric Botcazou  <ebotcazou@adacore.com>
16202
16203         * tree.h: Update the table of flags used on tree nodes.
16204         (TREE_NO_TRAMPOLINE): New accessor for static_flag.
16205         (SAVE_EXPR_RESOLVED_P): Use automatically-built access check.
16206         (FORCED_LABEL): Add access check.
16207         (CALL_EXPR_RETURN_SLOT_OPT): Likewise.
16208         (ASM_INPUT_P): Likewise.
16209         (ASM_VOLATILE_P): Likewise.
16210         (EH_FILTER_MUST_NOT_THROW): Access static_flag directly.
16211         (OMP_SECTION_LAST): Access private_flag directly.
16212         (OMP_RETURN_NOWAIT): Likewise.
16213         (OMP_PARALLEL_COMBINED): Likewise.
16214         (OMP_CLAUSE_PRIVATE_DEBUG): Access public_flag directly.
16215         (OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE): Likewise.
16216         * tree-ssa-propagate.c (STMT_IN_SSA_EDGE_WORKLIST): Access
16217         deprecated_flag directly.
16218
16219 2008-05-25  H.J. Lu  <hongjiu.lu@intel.com>
16220
16221         * final.c (frame_pointer_needed): Removed.
16222         * flags.h (frame_pointer_needed): Likewise.
16223
16224         * function.h (rtl_data): Add frame_pointer_needed.
16225         (frame_pointer_needed): New.
16226
16227 2008-05-25  Arthur Loiret  <arthur.loiret@u-psud.fr>
16228
16229         * config.gcc (sh2[lbe]*-*-linux*): Allow target.
16230
16231 2008-05-25  Steven Bosscher  <stevenb.gcc@gmail.com>
16232
16233         * gcse.c (hash_scan_set): Do not pick up a REG_EQUAL value if
16234         SRC is a REG.
16235
16236 2008-05-25  Alan Modra  <amodra@bigpond.net.au>
16237
16238         * c-common.c (strip_array_types): Move function to..
16239         * tree.c: ..here.
16240         (get_inner_array_type): Delete.
16241         * c-common.h (strip_array_types): Move declaration to..
16242         * tree.h: ..here.
16243         (get_inner_array_type): Delete.
16244         * config/i386/i386.c (x86_field_alignment): Use strip_array_types.
16245         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
16246         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
16247         * config/pa/pa.c (emit_move_sequence): Likewise.
16248
16249 2008-05-24  H.J. Lu  <hongjiu.lu@intel.com>
16250
16251         * config/i386/i386.md (*sse_prologue_save_insn): Set length
16252         attribute to 34.
16253
16254 2008-05-24  Andy Hutchinson  <hutchinsonandy@aim.com>
16255
16256         * function.c: Include target hook for nonlocal_goto frame value.
16257
16258 2008-05-24  Richard Guenther  <rguenther@suse.de>
16259
16260         * tree-dfa.c (refs_may_alias_p): Re-instantiate case that a scalar
16261         variable can be only accessed through a pointer or a union.
16262
16263 2008-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16264
16265         * builtins.c (fold_builtin_fpclassify): Fix spelling of FP_INFINITE.
16266         * doc/extend.texi: Likewise.
16267
16268 2008-05-23  DJ Delorie  <dj@redhat.com>
16269
16270         * config/m32c/jump.md (untyped_call): Add.
16271
16272         * config/m32c/m32c.c (m32c_return_addr_rtx): Change pointer type
16273         for A24 to PSImode.
16274         (m32c_address_cost): Detail costs for indirect offsets.
16275
16276 2008-05-23  Rafael Espíndola  <espindola@google.com>
16277
16278         * see.c (see_get_extension_data): Don't use SUBREG_REG to test
16279         if a node is a SUBREG.
16280         (see_analyze_one_def): Don't use SUBREG_REG to test if a node
16281         is a SUBREG.
16282
16283 2008-05-23  Paul Brook  <paul@codesourcery.com>
16284             Carlos O'Donell  <carlos@codesourcery.com>
16285
16286         * doc/extend.texi: Clarify use of __attribute__((naked)).
16287         * doc/tm.texi: Document TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS.
16288         * target.h (gcc_target): Add allocate_stack_slots_for_args.
16289         * function.c (use_register_for_decl): Use
16290         targetm.calls.allocate_stack_slots_for_args.
16291         * target-def.h (TARGET_CALLS): Add TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS.
16292         * config/arm/arm.c (arm_allocate_stack_slots_for_args): New function.
16293         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
16294
16295 2008-05-23  Eric Botcazou  <ebotcazou@adacore.com>
16296
16297         * expr.c (highest_pow2_factor) <BIT_AND_EXPR>: New case.
16298
16299 2008-05-23  Steven Munroe  <sjmunroe@us.ibm.com>
16300
16301         * config/rs6000/darwin-ldouble.c (fmsub): Eliminate the full
16302         PACK/UNPACK between FP_SUB_Q and FD_TRUNC so that the result
16303         is only rounded once.
16304
16305 2008-05-23  Richard Guenther  <rguenther@suse.de>
16306
16307         * tree-ssa-operands.c (mark_difference_for_renaming): Use bitmap_xor.
16308
16309 2008-05-23  Uros Bizjak  <ubizjak@gmail.com>
16310             Jakub Jelinek  <jakub@redhat.com>
16311
16312         PR target/36079
16313         * configure.ac: Handle --enable-cld.
16314         * configure: Regenerated.
16315         * config.gcc: Add USE_IX86_CLD to tm_defines for x86 targets.
16316         * config/i386/i386.h (struct machine_function): Add needs_cld field.
16317         (ix86_current_function_needs_cld): New define.
16318         * config/i386/i386.md (UNSPEC_CLD): New unspec volatile constant.
16319         (cld): New isns pattern.
16320         (strmov_singleop, rep_mov, strset_singleop, rep_stos, cmpstrnqi_nz_1,
16321         cmpstrnqi_1, strlenqi_1): Set ix86_current_function_needs_cld flag.
16322         * config/i386/i386.opt (mcld): New option.
16323         * config/i386/i386.c (ix86_expand_prologue): Emit cld insn if
16324         TARGET_CLD and ix86_current_function_needs_cld.
16325         (override_options): Use -mcld by default for 32-bit code if
16326         USE_IX86_CLD.
16327
16328         * doc/install.texi (Options specification): Document --enable-cld.
16329         * doc/invoke.texi (Machine Dependent Options)
16330         [i386 and x86-64 Options]: Add -mcld option.
16331         (Intel 386 and AMD x86-64 Options): Document -mcld option.
16332
16333 2008-05-23  Kai Tietz  <kai.tietz@onevison.com>
16334         * config/i386/i386.c (return_in_memory_32): Add ATTRIBUTE_UNUSED.
16335         (return_in_memory_64): Likewise.
16336         (return_in_memory_ms_64): Likewise.
16337
16338 2008-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16339
16340         * builtin-types.def (BT_FN_INT_INT_INT_INT_INT_INT_VAR): New.
16341         * builtins.c (fold_builtin_fpclassify): New.
16342         (fold_builtin_varargs): Handle BUILT_IN_FPCLASSIFY.
16343         * builtins.def (BUILT_IN_FPCLASSIFY): New.
16344         * c-common.c (handle_type_generic_attribute): Adjust to accept
16345         fixed arguments before an elipsis.
16346         (check_builtin_function_arguments): Handle BUILT_IN_FPCLASSIFY.
16347         * doc/extend.texi: Document __builtin_fpclassify.
16348
16349 2008-05-22  Aldy Hernandez  <aldyh@redhat.com>
16350
16351         * omp-low.c (gate_expand_omp_ssa): Remove.
16352         (pass_expand_omp_ssa): Remove.
16353         (gate_expand_omp): Do not check for flag_openmp_ssa.
16354         * common.opt (-fopenmp-ssa): Remove.
16355         * passes.c (init_optimization_passes): Remove pass_expand_omp_ssa.
16356
16357 2008-05-22  Kaz Kojima  <kkojima@gcc.gnu.org>
16358
16359         * config/sh/sh.opt (mfixed-range): New option.
16360         * config/sh/sh-protos.h (sh_fix_range): Declare.
16361         * config/sh/sh.c (sh_fix_range): New function.
16362         * config/sh/sh.h (sh_fixed_range_str): Declare.
16363         (OVERRIDE_OPTIONS): Call sh_fix_range if sh_fixed_range_str
16364         is not empty.
16365         * doc/invoke.texi (SH Options): Document -mfixed-range.
16366
16367 2008-05-22  Kai Tietz  <kai.tietz@onevision.com>
16368
16369         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Undefine
16370         it before the redeclaration.
16371
16372 2008-05-22  Anatoly Sokolov <aesok@post.ru>
16373
16374         * config/avr/avr.c (get_sequence_length): Add new function.
16375         (expand_prologue, expand_epilogue): Remove duplicate code.
16376
16377 2008-05-22  Rafael Espíndola  <espindola@google.com>
16378
16379         * see.c (see_pre_insert_extensions): Use copy_rtx to avoid invalid rtx
16380         sharing.
16381
16382 2008-05-22  H.J. Lu  <hongjiu.lu@intel.com>
16383
16384         * defaults.h (UNITS_PER_SIMD_WORD): Add scalar mode as argument.
16385         * doc/tm.texi (UNITS_PER_SIMD_WORD): Likewise.
16386
16387         * tree-vect-analyze.c (vect_compute_data_ref_alignment): Replace
16388         UNITS_PER_SIMD_WORD with GET_MODE_SIZE (TYPE_MODE (vectype)).
16389         (vect_update_misalignment_for_peel): Likewise.
16390         (vector_alignment_reachable_p): Likewise.
16391         * tree-vect-transform.c (vectorizable_load): Likewise.
16392         * tree-vectorizer.c (vect_supportable_dr_alignment): Likewise.
16393         (get_vectype_for_scalar_type): Pass mode of scalar_type
16394         to UNITS_PER_SIMD_WORD.
16395
16396         * config/arm/arm.h (UNITS_PER_SIMD_WORD): Updated.
16397         * config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
16398         * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
16399         * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
16400         * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
16401
16402 2008-05-22  Ira Rosen  <irar@il.ibm.com>
16403
16404         PR tree-optimization/36293
16405         * tree-vect-transform.c (vect_transform_strided_load): Don't check
16406         if the first load must be skipped because of a gap.
16407
16408 2008-05-22  Richard Guenther  <rguenther@suse.de>
16409
16410         * tree-dfa.c (refs_may_alias_p): Exit early if possible.  Handle
16411         more cases of offset disambiguation that is possible if
16412         strict-aliasing rules apply.
16413         * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use refs_may_alias_p
16414         for basic offset and type-based disambiguation.
16415
16416 2008-05-21  H.J. Lu  <hongjiu.lu@intel.com>
16417
16418         * config/i386/i386.c (ix86_expand_vector_init_one_var): Use
16419         ix86_expand_vector_set on V16QImode for SSE4.1.
16420
16421 2008-05-21  Tom Tromey  <tromey@redhat.com>
16422
16423         * c.opt (Wimport): Mark as undocumented.
16424         * doc/invoke.texi (Option Summary): Don't mention -Wimport or
16425         -Wno-import.
16426         (Warning Options): Likewise.
16427         * doc/cppopts.texi: Don't mention -Wimport.
16428
16429 2008-05-21  Sebastian Pop  <sebastian.pop@amd.com>
16430
16431         PR tree-optimization/36287
16432         PR tree-optimization/36286
16433         * lambda-code.c (build_access_matrix): Do not use the loop->num
16434         for computing the number of induction variables: use the loop depth
16435         instead.
16436
16437 2008-05-21  Kai Tietz  <kai.tietz@onevision.com>
16438
16439         PR/36280
16440         * config/i386/cygming.h (ASM_OUTPUT_LABELREF): Honor
16441         option -f(no-)leading-underscore.
16442
16443 2008-05-21  H.J. Lu  <hongjiu.lu@intel.com>
16444
16445         * config/i386/i386.c (ix86_expand_vector_init_general): Use
16446         GET_MODE_NUNITS (mode).
16447
16448 2008-05-21  Peter Bergner  <bergner@vnet.ibm.com>
16449
16450         * doc/invoke.texi: Add cpu_type's 464 and 464fp.
16451         (-mmulhw): Add 464 to description.
16452         (-mdlmzb): Likewise.
16453         * config.gcc: Handle --with-cpu=464 and --with-cpu=464fp.
16454         * config/rs6000/rs6000.c (processor_target_table): Add 464 and
16455         464fp entries.
16456         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 464 and 464fp support.
16457         * config/rs6000/t-fprules (MULTILIB_MATCHES_FLOAT): Include -mcpu=464.
16458         * config/rs6000/rs6000.md: Update comments for 464.
16459
16460 2008-05-21  Janis Johnson  <janis187@us.ibm.com>
16461
16462         * doc/sourcebuild.texi (Test Directives): Add dg-xfail-run-if.
16463
16464 2008-05-21  H.J. Lu  <hongjiu.lu@intel.com>
16465
16466         * config/i386/sse.md (vec_extractv4sf): Removed.
16467         (vec_extractv2df): Likewise.
16468         (vec_extractv2di): Likewise.
16469         (vec_extractv4si): Likewise.
16470         (vec_extractv8hi): Likewise.
16471         (vec_extractv16qi): Likewise.
16472         (vec_extract<mode>): New.
16473
16474 2008-05-21  H.J. Lu  <hongjiu.lu@intel.com>
16475
16476         * config/i386/sse.md (vec_setv4sf): Removed.
16477         (vec_setv2df): Likewise.
16478         (vec_setv2di): Likewise.
16479         (vec_setv4si): Likewise.
16480         (vec_setv8hi): Likewise.
16481         (vec_setv16qi): Likewise.
16482         (vec_set<mode>): New.
16483
16484 2008-05-21  H.J. Lu  <hongjiu.lu@intel.com>
16485
16486         * config/i386/i386.c (ix86_expand_vector_init_general): Remove
16487         goto for vec_concat and vec_interleave.
16488
16489 2008-05-21  H.J. Lu  <hongjiu.lu@intel.com>
16490
16491         * config/i386/sse.md (vec_initv4sf): Removed.
16492         (vec_initv2df): Likewise.
16493         (vec_initv2di): Likewise.
16494         (vec_initv4si): Likewise.
16495         (vec_initv8hi): Likewise.
16496         (vec_initv16qi): Likewise.
16497         (vec_init<mode>): New.
16498
16499 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
16500
16501         * collect2.c (find_a_file): Use IS_ABSOLUTE_PATH.
16502
16503 2008-05-21  Tom Tromey  <tromey@redhat.com>
16504
16505         * ggc-zone.c (lookup_page_table_if_allocated): New function.
16506         (zone_find_object_offset): Likewise.
16507         (gt_ggc_m_S): Likewise.
16508         (highest_bit): Likewise.
16509         * ggc-page.c (gt_ggc_m_S): New function.
16510         * stringpool.c (string_stack): Remove.
16511         (init_stringpool): Update.
16512         (ggc_alloc_string): Use ggc_alloc.
16513         (maybe_delete_ident): New function.
16514         (ggc_purge_stringpool): Likewise.
16515         (gt_ggc_m_S): Remove.
16516         * ggc-common.c (ggc_protect_identifiers): New global.
16517         (ggc_mark_roots): Call ggc_purge_stringpool.  Use
16518         ggc_protect_identifiers.
16519         * ggc.h (ggc_protect_identifiers): Declare.
16520         (gt_ggc_m_S): Update.
16521         (ggc_purge_stringpool): Declare.
16522         * toplev.c (compile_file): Set and reset ggc_protect_identifiers.
16523         * gengtype.c (write_types_process_field) <TYPE_STRING>: Remove
16524         special case.
16525         (write_root): Cast gt_ggc_m_S to gt_pointer_walker.
16526
16527 2008-05-21  David S. Miller  <davem@davemloft.net>
16528
16529         * config.gcc (sparc-*-linux*): Always include sparc/t-linux in
16530         tmake_file.
16531
16532 2008-05-21  Eric Botcazou  <ebotcazou@adacore.com>
16533
16534         * cfgexpand.c (tree_expand_cfg): Zap the EH throw statement table
16535         once finished.
16536
16537 2008-05-20  David Daney  <ddaney@avtrex.com>
16538
16539         * config/mips/mips.md (UNSPEC_SYNC_NEW_OP_12,
16540         UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE_12): New define_constants.
16541         (UNSPEC_SYNC_EXCHANGE, UNSPEC_MEMORY_BARRIER, UNSPEC_SET_GOT_VERSION,
16542         UNSPEC_UPDATE_GOT_VERSION): Renumber.
16543         (optab, insn): Add 'plus' and 'minus' to define_code_attr.
16544         (atomic_hiqi_op): New define_code_iterator.
16545         (sync_compare_and_swap<mode>): Call mips_expand_atomic_qihi instead of
16546         mips_expand_compare_and_swap_12.
16547         (compare_and_swap_12): Use MIPS_COMPARE_AND_SWAP_12 instead of
16548         MIPS_COMPARE_AND_SWAP_12_0.  Pass argument to MIPS_COMPARE_AND_SWAP_12.
16549         (sync_<optab><mode>, sync_old_<optab><mode>,
16550         sync_new_<optab><mode>, sync_nand<mode>, sync_old_nand<mode>,
16551         sync_new_nand<mode>): New define_expands for HI and QI mode operands.
16552         (sync_<optab>_12, sync_old_<optab>_12, sync_new_<optab>_12,
16553         sync_nand_12, sync_old_nand_12, sync_new_nand_12): New insns.
16554         (sync_lock_test_and_set<mode>): New define_expand for HI and QI modes.
16555         (test_and_set_12): New insn.
16556         (sync_old_add<mode>, sync_new_add<mode>, sync_old_<optab><mode>,
16557         sync_new_<optab><mode>, sync_old_nand<mode>,
16558         sync_new_nand<mode>, sync_lock_test_and_set<mode>):  Add early
16559         clobber to operand 0 for SI and DI mode insns.
16560         * config/mips/mips-protos.h (mips_gen_fn_6, mips_gen_fn_5,
16561         mips_gen_fn_4): New typedefs.
16562         (mips_gen_fn_ptrs): Define new union type.
16563         (mips_expand_compare_and_swap_12): Remove declaration.
16564         (mips_expand_atomic_qihi): Declare function.
16565         * config/mips/mips.c (mips_expand_compare_and_swap_12): Rename to...
16566         (mips_expand_atomic_qihi): ... this.  Use new generator function
16567         parameter.
16568         * config/mips/mips.h (MIPS_COMPARE_AND_SWAP_12): Add OPS parameter.
16569         (MIPS_COMPARE_AND_SWAP_12_0): Delete macro.
16570         (MIPS_COMPARE_AND_SWAP_12_ZERO_OP, MIPS_COMPARE_AND_SWAP_12_NONZERO_OP,
16571         MIPS_SYNC_OP_12, MIPS_SYNC_OP_12_NOT_NOP,
16572         MIPS_SYNC_OP_12_NOT_NOT, MIPS_SYNC_OLD_OP_12,
16573         MIPS_SYNC_OLD_OP_12_NOT_NOP, MIPS_SYNC_OLD_OP_12_NOT_NOP_REG,
16574         MIPS_SYNC_OLD_OP_12_NOT_NOT, MIPS_SYNC_OLD_OP_12_NOT_NOT_REG,
16575         MIPS_SYNC_NEW_OP_12, MIPS_SYNC_NEW_OP_12_NOT_NOP,
16576         MIPS_SYNC_NEW_OP_12_NOT_NOT, MIPS_SYNC_EXCHANGE_12,
16577         MIPS_SYNC_EXCHANGE_12_ZERO_OP, MIPS_SYNC_EXCHANGE_12_NONZERO_OP):
16578         New macros.
16579
16580 2008-05-20  H.J. Lu  <hongjiu.lu@intel.com>
16581
16582         * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Add
16583         the missing break.
16584
16585 2008-05-20  Anatoly Sokolov <aesok@post.ru>
16586
16587         * config/avr/avr.h (machine_function): Add 'is_OS_main' field.
16588         * config/avr/avr.c (avr_OS_main_function_p): Add new function.
16589         (avr_attribute_table): Add 'OS_main' function attribute.
16590         (avr_regs_to_save, expand_prologue, expand_epilogue): Handle
16591         functions with 'OS_main' attribute.
16592
16593 2008-05-20  Richard Guenther  <rguenther@suse.de>
16594
16595         PR tree-optimization/35204
16596         * tree-ssa-sccvn.c (extract_and_process_scc_for_name): New
16597         helper, split out from ...
16598         (DFS): ... here.  Make the DFS walk non-recursive.
16599
16600 2008-05-20  Sebastian Pop  <sebastian.pop@amd.com>
16601             Jan Sjodin  <jan.sjodin@amd.com>
16602
16603         PR tree-optimization/36181
16604         * tree-parloops.c (loop_has_vector_phi_nodes): New.
16605         (parallelize_loops): Don't parallelize when the loop has vector
16606         phi nodes.
16607
16608 2008-05-20  Jan Sjodin  <jan.sjodin@amd.com>
16609             Sebastian Pop  <sebastian.pop@amd.com>
16610
16611         * tree-loop-linear.c (gather_interchange_stats): Look in the access
16612         matrix, and never look at the tree representation of the memory
16613         accesses.
16614         (linear_transform_loops): Computes parameters and access matrices.
16615         * tree-data-ref.c (compute_data_dependences_for_loop): Returns false
16616         when fails.
16617         (access_matrix_get_index_for_parameter): New.
16618         * tree-data-ref.h (struct access_matrix): New.
16619         (AM_LOOP_NEST_NUM, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
16620         AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
16621         AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT,
16622         am_vector_index_for_loop): New.
16623         (struct data_reference): Add field access_matrix.
16624         (DR_ACCESS_MATRIX): New.
16625         (compute_data_dependences_for_loop): Update declaration.
16626         (lambda_collect_parameters, lambda_compute_access_matrices): Declared.
16627         * lambda.h (lambda_vector_vec_p): Declared.
16628         * lambda-code.c: Depend on pointer-set.h.
16629         (lambda_collect_parameters_from_af, lambda_collect_parameters,
16630         av_for_af_base, av_for_af, build_access_matrix,
16631         lambda_compute_access_matrices): New.
16632         * Makefile.in (lambda-code.o): Depend on pointer-set.h.
16633
16634 2008-05-20  Joseph Myers  <joseph@codesourcery.com>
16635
16636         * doc/install.texi2html: Generate gcc-vers.texi in $DESTDIR not
16637         $SOURCEDIR/include.
16638
16639 2008-05-20  Jan Sjodin  <jan.sjodin@amd.com>
16640             Sebastian Pop  <sebastian.pop@amd.com>
16641
16642         PR tree-optimization/36206
16643         * tree-scalar-evolution.c: Remove enum INSERT_SUPERLOOP_CHRECS,
16644         FOLD_CONVERSIONS.
16645         (instantiate_scev_1): Rename flags to fold_conversions.
16646         Do not check for INSERT_SUPERLOOP_CHRECS, keep SSA_NAMEs defined
16647         outeside instantiation_loop.
16648         * tree-chrec.h (evolution_function_is_affine_in_loop): New.
16649         (evolution_function_is_affine_or_constant_p): Removed.
16650         * tree-data-ref.c (dr_analyze_indices): Replace resolve_mixers with
16651         instantiate_scev.
16652         (analyze_siv_subscript): Pass in the loop nest number.
16653         Call evolution_function_is_affine_in_loop instead of
16654         evolution_function_is_affine_p.
16655         (analyze_overlapping_iterations): Pass in the loop nest number.
16656
16657 2008-05-20  Jan Sjodin  <jan.sjodin@amd.com>
16658             Sebastian Pop  <sebastian.pop@amd.com>
16659
16660         PR tree-optimization/36206
16661         * tree-chrec.h (chrec_fold_op): New.
16662         * tree-data-ref.c (initialize_matrix_A): Traverse NOP_EXPR, PLUS_EXPR,
16663         and other trees.
16664
16665 2008-05-20  Nathan Sidwell  <nathan@codesourcery.com>
16666
16667         * c-incpath.c (INO_T_EQ): Do not define on non-inode systems.
16668         (DIRS_EQ): New.
16669         (remove_duplicates): Do not set inode on non-inode systems.
16670         Use DIRS_EQ.
16671
16672 2008-05-20  Sandra Loosemore  <sandra@codesourcery.com>
16673
16674         * config.gcc (tm_file): Update comments about relative pathnames.
16675
16676 2008-05-20  Richard Guenther  <rguenther@suse.de>
16677
16678         * tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.
16679         * tree-ssa-sccvn.c (process_scc): Likewise.
16680         * tree-ssa-sink.c (execute_sink_code): Likewise.
16681         * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
16682         * tree-vrp.c (process_assert_insertions): Likewise.
16683         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Likewise.
16684         (perform_tree_ssa_dce): Likewise.
16685         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Likewise.
16686         (dump_dominator_optimization_stats): Likewise.
16687         * tree-vectorizer.c (vectorize_loops): Likewise.
16688
16689 2008-05-20  Richard Guenther  <rguenther@suse.de>
16690
16691         * tree-vn.c (vn_lookup_with_vuses): Do not use the alias oracle.
16692
16693 2008-05-20  Kai Tietz  <kai.tietz@onevision.com>
16694
16695         * config/i386/i386-protos.h (ix86_return_in_memory): Removed.
16696         (ix86_i386elf_return_in_memory): Likewise.
16697         (ix86_i386interix_return_in_memory): Likewise.
16698         * config/i386/i386-interix.h (TARGET_RETURN_IN_MEMORY): Removed.
16699         (SUBTARGET_RETURN_IN_MEMORY): New.
16700         * config/i386/i386elf.h: Likewise.
16701         * config/i386/ptx4-i.h: Likewise.
16702         * config/i386/sol2-10.h: Likewise.
16703         * config/i386/sysv4.h: Likewise.
16704         * config/i386/vx-common.h: Likewise.
16705         * config/i386/i386.h (TARGET_RETURN_IN_MEMORY): Removed.
16706         * config/i386/i386.c (ix86_return_in_memory): Made static and
16707         make use of optional SUBTARGET_RETURN_IN_MEMORY macro.
16708         (ix86_i386elf_return_in_memory): Removed.
16709         (ix86_i386interix_return_in_memory): Removed.
16710         (TARGET_RETURN_IN_MEMORY): Declared within i386.c only.
16711         * target-def.h (TARGET_RETURN_IN_MEMORY): Remove protection #ifdef.
16712
16713 2008-05-20  Alexandre Oliva  <aoliva@redhat.com>
16714
16715         * cselib.c (cselib_record_sets): Use correct mode for IF_THEN_ELSE.
16716
16717 2008-05-19  Xinliang David Li  <davidxl@google.com>
16718
16719         * tree-ssa-dce.c: Revert patches of 2008-05-17 and 2008-05-18.
16720         * opts.c: Ditto.
16721         * common.opt: Ditto.
16722         * doc/invoke.texi: Ditto.
16723
16724 2008-05-19  Eric Botcazou  <ebotcazou@adacore.com>
16725
16726         * tree.c (substitute_in_expr) <tcc_vl_exp>: Fix thinko.
16727         (substitute_placeholder_in_expr) <tcc_vl_exp>: Minor tweak.
16728
16729 2008-05-19  H.J. Lu  <hongjiu.lu@intel.com>
16730
16731         * config/i386/i386.c (ix86_expand_vector_init_concat): Change
16732         sizes of operand array from 8/4 to 4/2.
16733         (ix86_expand_vector_init_general): Change size of operand array
16734         from 32 to 16.  Remove op0, op1 and half_mode.
16735
16736 2008-05-19  H.J. Lu  <hongjiu.lu@intel.com>
16737
16738         * config/i386/i386.c (ix86_expand_vector_init_concat): New.
16739         (ix86_expand_vector_init_interleave): Likewise.
16740         (ix86_expand_vector_init_general): Use them.  Assert
16741         word_mode == SImode when n_words == 4.
16742
16743 2008-05-19  Uros Bizjak  <ubizjak@gmail.com>
16744
16745         * config/i386/i386.c (ix86_secondary_reload): New static function.
16746         (TARGET_SECONDARY_RELOAD): New define.
16747         * config/i386/i386.h (SECONDARY_OUTPUT_RELOAD_CLASS): Remove.
16748         * config/i386/i386.md (reload_outqi): Remove.
16749
16750 2008-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16751
16752         PR middle-end/35509
16753         * builtins.c (mathfn_built_in_1): Renamed from mathfn_built_in.
16754         Add `implicit' parameter.  Handle BUILT_IN_SIGNBIT.
16755         (mathfn_built_in): Rewrite in terms of mathfn_built_in_1.
16756         (fold_builtin_classify): Handle BUILT_IN_ISINF_SIGN.
16757         (fold_builtin_1): Likewise.
16758         * builtins.def (BUILT_IN_ISINF_SIGN): New.
16759         c-common.c (check_builtin_function_arguments): Handle
16760         BUILT_IN_ISINF_SIGN.
16761         * doc/extend.texi: Document __builtin_isinf_sign.
16762         * fold-const.c (operand_equal_p): Handle COND_EXPR.
16763
16764 2008-05-18  Eric Botcazou  <ebotcazou@adacore.com>
16765
16766         * tree-ssa-dom.c (tree_ssa_dominator_optimize): If some blocks need
16767         EH cleanup at the end of the pass, search for those that have been
16768         turned into forwarder blocks and do the cleanup on their successor.
16769
16770 2008-05-18  Richard Guenther  <rguenther@suse.de>
16771
16772         * tree-cfg.c (verify_gimple_expr): Allow conversions from
16773         pointers to sizetype and vice versa.
16774
16775 2008-05-18 Xinliang David Li   <davidxl@google.com>
16776
16777         * gcc/tree-ssa-dce.c: Coding style fix.
16778         (check_pow): Documentation comment.
16779         (check_log): Documenation comment. Coding style fix.
16780         (is_unnecessary_except_errno_call): Ditto.
16781         (gen_conditions_for_pow): Ditto.
16782         (gen_conditions_for_log): Ditto.
16783         (gen_shrink_wrap_conditions): Ditto.
16784         (shrink_wrap_one_built_in_calls): Ditto.
16785         * gcc/doc/invoke.texi: Better documentation string.
16786         * ChangeLog: Fix wrong change log entries from
16787         May 17 checkin on function call DCE.
16788
16789 2008-05-17  Kaz Kojima  <kkojima@gcc.gnu.org>
16790
16791         * config/sh/sh.c (sh_output_mi_thunk): Update the use of init_flow.
16792
16793 2008-05-17  Kenneth Zadeck <zadeck@naturalbridge.com>
16794
16795         * doc/rtl.texi (RTL_CONST_CALL_P, RTL_PURE_CALL_P): Fixed typos.
16796         * df-problems.c (simulation routines): Fixed block comment to
16797         properly say how to add forwards scanning functions.
16798
16799 2008-05-17  Eric Botcazou  <ebotcazou@adacore.com>
16800
16801         * tree-inline.c (setup_one_parameter): Remove dead code.
16802
16803 2008-05-17  Eric Botcazou  <ebotcazou@adacore.com>
16804
16805         * fold-const.c (fold_unary) <CASE_CONVERT>: Fold the cast into
16806         a BIT_AND_EXPR only for an INTEGER_TYPE.
16807
16808 2008-05-17 Xinliang David Li   <davidxl@google.com>
16809
16810         * gcc/tree-ssa-dce.c (cond_dead_built_in_calls): New static variable.
16811         (check_pow, check_log, is_unnecessary_except_errno_call): New
16812         functions to check for eliminating math functions that are pure
16813         except for setting errno.
16814         (gen_conditions_for_pow, gen_conditionas_for_log): New functions to
16815         general condition expressions for shrink-wrapping pow/log calls.
16816         (gen_shrink_wrap_conditions): Ditto.
16817         (shrink_wrap_one_built_in_call): Ditto.
16818         (shrink_wrap_conditional_dead_built_in_calls): Ditto.
16819         (mark_operand_necessary): If debugging, output if OP is necessary.
16820         (eliminate_unnecessary_stmts): Eliminate pow, log calls that are
16821         unnecessary.
16822         * gcc/opts.c (decode_options): set flag_tree_builtin_dce to 1 when
16823         opt level >= 2.
16824         * gcc/common.opt: New user flag -ftree-builtin-dce.
16825         * gcc/doc/invoke.texi (-ftree-builtin-dce): New option.
16826
16827 2008-05-16  David S. Miller  <davem@davemloft.net>
16828
16829         * config/sparc/linux.h (NO_PROFILE_COUNTERS): Undef before overriding.
16830         * config/sparc/linux64.h (NO_PROFILE_COUNTERS): Likewise.
16831
16832 2008-05-16  Uros Bizjak  <ubizjak@gmail.com>
16833
16834         PR target/36246
16835         * config/i386/i386.h (SECONDARY_MEMORY_NEEDED_MODE): New define.
16836
16837 2008-05-16  Kenneth Zadeck <zadeck@naturalbridge.com>
16838
16839         * ifcvt.c (dead_or_predicable): Rename
16840         df_simulate_one_insn_backwards to df_simulate_one_insn.
16841         * recog.c (peephole2_optimize): Ditto.
16842         * rtl-factoring.c (collect_pattern_seqs, clear_regs_live_in_seq):
16843         Ditto.
16844         * df.h: Rename df_simulate_one_insn_backwards to
16845         df_simulate_one_insn.  and delete df_simulate_one_insn_forwards.
16846         * df-problems.c (df_simulate_artificial_refs_at_top) Reversed
16847         scanning of defs and uses.
16848         (df_simulate_one_insn_backwards): Renamed to df_simulate_one_insn.
16849         (df_simulate_one_insn_forwards): Removed.
16850
16851 2008-05-16  Doug Kwan  <dougkwan@google.com>
16852
16853         * real.c (real_to_decimal, real_to_hexadecimal): Distinguish
16854         QNaN & SNaN.
16855         (real_from_string): Handle NaNs and Inf as approriate.
16856
16857 2008-05-16  Nathan Froyd  <froydnj@codesourcery.com>
16858
16859         * doc/gty.texi (Source Files Containing Type Information): Note
16860         that headers should appear first in the gtfiles list.
16861
16862 2008-05-16  Kenneth Zadeck <zadeck@naturalbridge.com>
16863
16864         * tree.def (COND_EXEC): Properly documented this code.
16865
16866 2008-05-16  Diego Novillo  <dnovillo@google.com>
16867
16868         * dwarf2asm.c (dw2_assemble_integer): Clarify comment.
16869         * tree-nested.c (get_trampoline_type): Set DECL_CONTEXT for
16870         the new field.
16871
16872 2008-05-16  Kenneth Zadeck <zadeck@naturalbridge.com>
16873
16874         * tree-ssa-dse (max_stmt_uid): Removed.
16875         (get_stmt_uid, dse_possible_dead_store_p, dse_optimize_stmt,
16876         tree_ssa_dse): Encapsulate all uses of stmt_ann->uid.
16877         * tree-ssa-sccvn.c (compare_ops, init_scc_vn): Ditto.
16878         * function.h (cfun.last_stmt_uid): New field.
16879         * tree-flow-inline.h (set_gimple_stmt_uid, gimple_stmt_uid,
16880         gimple_stmt_max_uid, set_gimple_stmt_max_uid, inc_gimple_stmt_max_uid):
16881         New functions.
16882         * tree-dfa.c (renumber_gimple_stmt_uids): New function.
16883         (create_stmt_ann): Initialize the ann->uid field.
16884         * tree-ssa-pre.c (compute_avail): Encapsulate the stmt_ann->uid
16885         with new calls.
16886         * tree-flow.h (renumber_gimple_stmt_uids): New function.
16887
16888 2008-05-16  Nathan Froyd  <froydnj@codesourcery.com>
16889
16890         * tree-flow.h (init_empty_tree_cfg_for_function): Declare.
16891         * tree-cfg.c (init_empty_tree_cfg_for_function): Define.
16892         (init_empty_tree_cfg): Call it.
16893
16894 2008-05-16  Kenneth Zadeck <zadeck@naturalbridge.com>
16895
16896         * cfg.c (init_flow): Add argument THE_FUN.  Use it instead of cfun.
16897         Update all users.
16898
16899 2008-05-16  Kenneth Zadeck <zadeck@naturalbridge.com>
16900
16901         * doc/invoke.text (-fdump-tree-*-verbose): New option.
16902         * tree-dump.c (dump_options): New verbose option.
16903         * tree-pretty-print.c (dump_phi_nodes, dump_generic_bb_buff):
16904         Add verbose dump.
16905         * tree-pass.h (TDF_VERBOSE): New dump flag.
16906         * print-tree.c (print_node): Added code to be able to print PHI_NODES.
16907         (tree-flow.h): Added include.
16908         * Makefile.in (print-tree.o):  Added TREE_FLOW_H.
16909
16910 2008-05-16  Bernd Schmidt  <bernd.schmidt@analog.com>
16911
16912         * config/bfin/bfin.c (bfin_discover_loops): Delete empty loops.
16913
16914         From Jie Zhang  <jie.zhang@analog.com>
16915         * config/bfin/t-bfin-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
16916         MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Remove mcpu=bf532-0.3,
16917         mcpu=bf561-none and mcpu=bf561-0.2.
16918         * config/bfin/t-bfin-uclinux (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
16919         MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Likewise.
16920         * config/bfin/t-bfin-linux (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
16921         MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Likewise.
16922         * config/bfin/bfin-protos.h (enum bfin_cpu_type): Add BFIN_CPU_UNKNOWN.
16923         * config/bfin/elf.h (STARTFILE_SPEC): Use specific CRT for BF561.
16924         (LIB_SPEC): Use proper linker script for bf561.  Error if no mcpu
16925         option.
16926         * config/bfin/bfin.c (bfin_cpu_type): Set to BFIN_CPU_UNKNOWN.
16927         (cputype_selected): Remove.
16928         (bfin_handle_option): Don't use cputype_selected.
16929         (override_options): When no mcpu option, enable all workarounds.
16930         Don't use bfin_workarounds.
16931         * config/bfin/bfin.h (DRIVER_SELF_SPECS): Don't set default
16932         processor type.
16933         (DEFAULT_CPU_TYPE): Don't define.
16934
16935 2008-05-16  Richard Guenther  <rguenther@suse.de>
16936
16937         * tree-ssa-propagate.c (substitute_and_fold): Fix stmt walking
16938         on deletion of the last stmt.
16939
16940 2008-05-15  H.J. Lu  <hongjiu.lu@intel.com>
16941
16942         * config/i386/i386.c (ix86_expand_vector_init_general): Optimize
16943         V8HImode for SSE2 and V16QImode for SSE4.1.
16944
16945 2008-05-15  Kenneth Zadeck <zadeck@naturalbridge.com>
16946
16947         * cgraph.h (compute_inline_parameters): Made public.
16948         * tree-pass.h (ipa_opt_pass): Removed function_generate_summary,
16949         variable_generate_summary, function_write_summary,
16950         variable_write_summary, variable_read_summary.  Added generate_summary,
16951         write_summary, read_summary.
16952         * cgraphunit.c (cgraph_process_new_functions): Changed call from
16953         pass_ipa_inline.function_generate_summary, to
16954         compute_inline_parameters.
16955         * ipa-inline.c (compute_inline_parameters): Made public and added
16956         node parameter.
16957         (compute_inline_parameters_for_current): New function.
16958         (pass_inline_param): Now calls compute_inline_parameters_for_current.
16959         (inline_generate_summary): Removed parameter and made to loop over
16960         all cgraph nodes.
16961         (pass_ipa_inline): Updated for new IPA_PASS structure.
16962         * passes.c (execute_ipa_summary_passes): Now is called once per
16963         pass rather than once per node*pass.
16964
16965 2008-05-15  Anatoly Sokolov <aesok@post.ru>
16966
16967         * config/avr/avr.c (avr_base_arch_macro, avr_have_movw_lpmx_p,
16968         avr_have_mul_p, avr_asm_only_p): Remove variables.
16969         (avr_override_options): Remove initialization of removed variables.
16970         (avr_file_start):  Convert removed variables to fields of
16971         'struct base_arch_s *avr_current_arch'.
16972         * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): (Ditto.).
16973         (AVR_HAVE_MUL): (Ditto.).
16974         (AVR_HAVE_MOVW): (Ditto.).
16975         (AVR_HAVE_LPMX): (Ditto.).
16976         (avr_base_arch_macro, avr_have_movw_lpmx_p, avr_have_mul_p,
16977         avr_asm_only_p): Remove declaration.
16978
16979 2008-05-15  Diego Novillo  <dnovillo@google.com>
16980
16981         * config/arm/arm.c (arm_return_in_memory): Fix return type.
16982         * config/arm/arm-protos.h (arm_return_in_memory): Likewise.
16983
16984 2008-05-15  Adam Nemet  <anemet@caviumnetworks.com>
16985
16986         PR middle-end/36194
16987         * combine.c (check_conversion): Rename back to check_promoted_subreg.
16988         Don't call record_truncated_value from here.
16989         (record_truncated_value): Turn it into a for_each_rtx callback.
16990         (record_truncated_values): New function.
16991         (combine_instructions): Call note_uses with record_truncated_values.
16992         Change name of check_conversion to check_promoted_subreg.
16993
16994 2008-05-15  Janis Johnson  <janis187@us.ibm.com>
16995
16996         * doc/sourcebuild.texi: Document support for torture tests.
16997
16998 2008-05-15  Uros Bizjak  <ubizjak@gmail.com>
16999
17000         * config/i386/sse.md (*vec_concatv2sf_sse4_1): Add "m" constraint
17001         to alternative 4 of operand 2.
17002
17003 2008-05-15  Richard Guenther  <rguenther@suse.de>
17004
17005         * tree-pass.h (current_pass): Declare.
17006         (get_pass_for_id): Likewise.
17007         * passes.c (passes_by_id, passes_by_id_size): New globals.
17008         (set_pass_for_id): New function.
17009         (get_pass_for_id): Likewise.
17010         (register_one_dump_file): Use set_pass_for_id to populate passes_by_id.
17011         (execute_function_todo): Flush per function statistics.
17012         * toplev.c (compile_file): Init statistics.
17013         (general_init): Do early statistics initialization.
17014         (finalize): Finish statistics.
17015         * statistics.h (statistics_early_init): Declare.
17016         (statistics_init): Likewise.
17017         (statistics_fini): Likewise.
17018         (statistics_fini_pass): Likewise.
17019         (statistics_counter_event): Likewise.
17020         (statistics_histogram_event): Likewise.
17021         * statistics.c: New file.
17022         * Makefile.in (OBJS-common): Add statistics.o.
17023         (statistics.o): Add dependencies.
17024         * doc/invoke.texi (-fdump-statistics): Document.
17025
17026         * tree-ssa-pre.c (compute_antic): Use statistics_histogram_event.
17027         (insert): Likewise.
17028         (execute_pre): Use statistics_counter_event.
17029         * tree-ssa-propagate.c (struct prop_stats_d): Add num_dce field.
17030         (substitute_and_fold): Increment it.  Use statistics_counter_event.
17031
17032 2008-05-15  Diego Novillo  <dnovillo@google.com>
17033
17034         http://gcc.gnu.org/ml/gcc-patches/2008-05/msg00893.html
17035
17036         * treestruct.def (TS_STRUCT_FIELD_TAG): Remove.
17037         * tree-ssa-alias.c (new_type_alias): Remove references to
17038         sub-variables from comment.
17039         * tree-ssa-operands.c (swap_tree_operands): Likewise.
17040
17041 2008-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17042
17043         * config/i386/sse.md (*vec_concatv2sf_sse4_1): Set prefix_extra
17044         attribute to 1 only for insertps alternative.
17045
17046 2008-05-15  Bernd Schmidt  <bernd.schmidt@analog.com>
17047
17048         * config/bfin/bfin.md (loadbytes): New pattern.
17049         * config/bfin/bfin.c (enum bfin_builtins): Add BFIN_BUILTIN_LOADBYTES.
17050         (bfin_init_builtins): Initialize it.
17051         (bdesc_1arg): Add it.
17052
17053 2008-05-15  Sa Liu  <saliu@de.ibm.com>
17054
17055         * testsuite/gfortran.dg/c_kind_int128_test1.f03: New.
17056         * testsuite/gfortran.dg/c_kind_int128_test2.f03: New.
17057         * testsuite/lib/target-supports.exp: Add
17058         check_effective_target_fortran_integer_16.
17059
17060 2008-05-15  Bernd Schmidt  <bernd.schmidt@analog.com>
17061
17062         * config/bfin/bfin.h (TARGET_RETURN_IN_MEMORY): Don't define here.
17063         * config/bfin/bfin-protos.h (bfin_return_in_memory): Don't declare.
17064         * config/bfin/bfin.c (bfin_return_in_memory): Now static.  Return bool.
17065         (TARGET_RETURN_IN_MEMORY): Define.
17066
17067 2008-05-15  Richard Guenther  <rguenther@suse.de>
17068
17069         PR middle-end/36244
17070         * tree-ssa-alias.c (new_type_alias): Do not set TREE_READONLY.
17071         * tree-flow-inline.h (unmodifiable_var_p): Memory tags never
17072         represent unmodifiable vars.
17073
17074 2008-05-15  Richard Guenther  <rguenther@suse.de>
17075
17076         * tree-dfa.c (refs_may_alias_p): Allow all kinds of
17077         INDIRECT_REF and TARGET_MEM_REF.
17078         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
17079         TARGET_MEM_REF.
17080
17081 2008-05-15  Uros Bizjak  <ubizjak@gmail.com>
17082             H.J. Lu  <hongjiu.lu@intel.com>
17083
17084         * config/i386/sse.md (*vec_concatv2sf_sse4_1): New insn pattern.
17085         (*vec_concatv2si_sse4_1): Use vector_move_operand predicate
17086         for operand 2.  Remove pinsr{q,d} with 0x0 immediate operand from
17087         insn alternatives.  Add missing alternatives.
17088         (*vec_concatv2di_rex64_sse4_1): Likewise.
17089         (*vec_concatv2si_sse2): Use "x" register constraint instead of "Y2".
17090         (*vec_concatv2di_rex64_sse): Rename from *vec_concatv2di_rex64.
17091         Require TARGET_SSE.
17092
17093 2008-05-15  Richard Guenther  <rguenther@suse.de>
17094
17095         PR tree-optimization/36009
17096         PR tree-optimization/36204
17097         * tree-ssa-loop-im.c (tree-ssa-propagate.h): Include.
17098         (determine_invariantness_stmt): Record the loop a store is
17099         always executed in.
17100         * Makefile.in (tree-ssa-loop-im.o): Add tree-ssa-propagate.h
17101         dependency.
17102
17103 2008-05-15  Richard Guenther  <rguenther@suse.de>
17104
17105         PR tree-optimization/34330
17106         * tree-ssa-alias.c (get_smt_for): Only assert that accesses
17107         through the pointer will alias the SMT.
17108
17109 2008-05-14  Andreas Tobler  <a.tobler@schweiz.org>
17110
17111         * config/sparc/sparc.h (NO_PROFILE_COUNTERS): Define as 0.
17112
17113 2008-05-14  H.J. Lu  <hongjiu.lu@intel.com>
17114
17115         * config/i386/sse.md (*sse4_1_pinsrq): Make it 64bit only.
17116
17117 2008-05-14  Michael Meissner  <michael.meissner@amd.com>
17118             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
17119
17120         * optabs.h (optab_index): Add OTI_vashl, OTI_vlshr, OTI_vashr,
17121         OTI_vrotl, OTI_vrotr to support vector/vector shifts.
17122         (vashl_optab): New optab for vector/vector shifts.
17123         (vashr_optab): Ditto.
17124         (vlshr_optab): Ditto.
17125         (vrotl_optab): Ditto.
17126         (vrotr_optab): Ditto.
17127         (optab_subtype): New enum for optab_for_tree_code call.
17128         (optab_for_tree_code): Add enum optab_subtype argument.
17129
17130         * optabs.c (optab_for_tree_code): Take an additional argument to
17131         distinguish between a vector shift by a scalar and vector shift by
17132         a vector.  Make lshr/ashr/ashl/rotl/rotr optabs just vector
17133         shifted by a scalar.  Use vlshr/vashr/vashl/vrotl/vrotr for the
17134         vector shift by a vector.
17135         (expand_widen_pattern_expr): Pass additional argument to
17136         optab_for_tree_code.
17137
17138         * genopinit.c (optabs): Add vashr_optab, vashl_optab, vlshr_optab,
17139         vrotl_optab, vrotr_optab.
17140
17141         * expr.c (expand_expr_real_1): Update calls to
17142         optab_for_tree_code to distinguish between vector shifted by a
17143         scalar and vector shifted by a vector.
17144         * tree-vectorizer.c (supportable_widening_operation): Ditto.
17145         (supportable_narrowing_operation): Ditto.
17146         * tree-vect-analyze.c (vect_build_slp_tree): Ditto.
17147         * tree-vect-patterns.c (vect_pattern_recog_1): Ditto.
17148         * tree-vect-transform.c (vect_model_reduction_cost): Ditto.
17149         (vect_create_epilog_for_reduction): Ditto.
17150         (vectorizable_reduction): Ditto.
17151         (vectorizable_operation): Ditto.
17152         (vect_strided_store_supported): Ditto.
17153         (vect_strided_load_supported): Ditto.
17154         * tree-vect-generic.c (expand_vector_operations_1): Ditto.
17155         * expmed.c (expand_shift): Ditto.
17156
17157         * doc/md.texi (ashl@var{m}3): Document that operand 2 is always a
17158         scalar type.
17159         (ashr@var{m}3): Ditto.
17160         (vashl@var{m}3): Document new vector/vector shift standard name.
17161         (vashr@var{m}3): Ditto.
17162         (vlshr@var{m}3): Ditto.
17163         (vrotl@var{m}3): Ditto.
17164         (vrotr@var{m}3): Ditto.
17165
17166         * config/i386/i386.md (PPERM_SRC): Move PPERM masks here from i386.c.
17167         (PPERM_INVERT): Ditto.
17168         (PPERM_REVERSE): Ditto.
17169         (PPERM_REV_INV): Ditto.
17170         (PPERM_ZERO): Ditto.
17171         (PPERM_ONES): Ditto.
17172         (PPERM_SIGN): Ditto.
17173         (PPERM_INV_SIGN): Ditto.
17174         (PPERM_SRC1): Ditto.
17175         (PPERM_SRC2): Ditto.
17176
17177         * config/i386/sse.md (mulv2di3): Add SSE5 support.
17178         (sse5_pmacsdql_mem): New SSE5 define_and_split that temporarily
17179         allows a memory operand to be the value being added, and split it
17180         to improve vectorization.
17181         (sse5_pmacsdqh_mem): Ditto.
17182         (sse5_mulv2div2di3_low): SSE5 32-bit multiply and extend function.
17183         (sse5_mulv2div2di3_high): Ditto.
17184         (vec_pack_trunc_v8hi): Add SSE5 pperm support.
17185         (vec_pack_trunc_v4si): Ditto.
17186         (vec_pack_trunc_v2di): Ditto.
17187         (sse5_pcmov_<mode>): Remove code that tried to use use
17188         andps/andnps instead of pcmov.
17189         (vec_widen_smult_hi_v4si): If we have SSE5, use the pmacsdql and
17190         pmacsdqh instructions.
17191         (vec_widen_smult_lo_v4si): Ditto.
17192
17193         * config/i386/i386.c (PPERM_SRC): Move PPERM masks to i386.md.
17194         (PPERM_INVERT): Ditto.
17195         (PPERM_REVERSE): Ditto.
17196         (PPERM_REV_INV): Ditto.
17197         (PPERM_ZERO): Ditto.
17198         (PPERM_ONES): Ditto.
17199         (PPERM_SIGN): Ditto.
17200         (PPERM_INV_SIGN): Ditto.
17201         (PPERM_SRC1): Ditto.
17202         (PPERM_SRC2): Ditto.
17203         (ix86_expand_sse_movcc): Move the SSE5 test after the if
17204         true/false tests.
17205         (ix86_expand_int_vcond): If SSE5 generate all possible integer
17206         comparisons.
17207         (ix86_sse5_valid_op_p): Allow num_memory to be negative, which
17208         says ignore whether the last reference is a memory operand.
17209
17210 2008-05-14  Michael Meissner  <michael.meissner@amd.com>
17211             Paolo Bonzini <bonzini at gnu dot org>
17212
17213         * config/rs6000/rs6000.c (bdesc_2arg): Change the names of vector
17214         shift patterns.
17215
17216         * config/rs6000/altivec.md (vashl<mode>3): Rename from ashl<mode>3.
17217         (vlshr<mode>3): Rename from vlshr<mode>3.
17218         (vashr<mode>3): Rename from vashr<mode>3.
17219         (mulv4sf3): Change the names of vector shift patterns.
17220         (mulv4si3): Ditto.
17221         (negv4sf2): Ditt.
17222
17223         * config/spu/spu.c (spu_initialize_trampoline): Rename vector
17224         shift insns.
17225
17226         * config/spu/spu-builtins.def (SI_SHLH): Rename vector shift insns.
17227         (SI_SHLHI): Ditto.
17228         (SI_SHL): Ditto.
17229         (SI_SHLI): Ditto.
17230         (SI_ROTH): Ditto.
17231         (SI_ROTHI): Ditto.
17232         (SI_ROT): Ditto.
17233         (SI_ROTI): Ditto.
17234         (SPU_RL_0): Ditto.
17235         (SPU_RL_1): Ditto.
17236         (SPU_RL_2): Ditto.
17237         (SPU_RL_3): Ditto.
17238         (SPU_RL_4): Ditto.
17239         (SPU_RL_5): Ditto.
17240         (SPU_RL_6): Ditto.
17241         (SPU_RL_7): Ditto.
17242         (SPU_SL_0): Ditto.
17243         (SPU_SL_1): Ditto.
17244         (SPU_SL_2): Ditto.
17245         (SPU_SL_3): Ditto.
17246         (SPU_SL_4): Ditto.
17247         (SPU_SL_5): Ditto.
17248         (SPU_SL_6): Ditto.
17249         (SPU_SL_7): Ditto.
17250
17251         * config/spu/spu.md (v): New iterator macro to add v for vector types.
17252         (floatunssidf2_internal): Change vector/vector shift names.
17253         (floatunsdidf2_internal): Ditto.
17254         (mulv8hi3): Ditto.
17255         (ashrdi3): Ditto.
17256         (ashrti3): Ditto.
17257         (cgt_df): Ditto.
17258         (cgt_v2df): Ditto.
17259         (dftsv): Ditto.
17260         (vashl<mode>3): Rename from ashl<mode>3.
17261         (vashr<mode>3): Rename from ashr<mode>3.
17262         (vlshr<mode>3): Rename from lshr<mode>3.
17263         (vrotl<mode>3): Rename from rotl<mode>3.
17264
17265 2008-05-14  Michael Meissner  <michael.meissner@amd.com>
17266
17267         PR target/36224
17268         * config/i386/sse.md (vec_widen_smult_hi_v4si): Delete, using unsigned
17269         multiply gives the wrong value when doing widening multiplies.
17270         (vec_widen_smult_lo_v4si): Ditto.
17271
17272 2008-05-14  Kenneth Zadeck <zadeck@naturalbridge.com>
17273
17274         * optabs.c (prepare_cmp_insn): Changed LCT_PURE_MAKE_BLOCK to
17275         LCT_PURE and LCT_CONST_MAKE_BLOCK to LCT_CONST in calls to
17276         emit_library_call_value.
17277         * builtins.c (expand_builtin_powi, expand_builtin_memcmp): Ditto.
17278         * tree.h (ECF_LIBCALL_BLOCK): Removed.
17279         * calls.c (initialize_argument_information, precompute_arguments,
17280         expand_call, emit_library_call_value_1): Remove ECF_LIBCALL_BLOCK.
17281         (precompute_arguments): Removed flags parameter.
17282         * rtl.h (LCT_CONST_MAKE_BLOCK, LCT_PURE_MAKE_BLOCK): Removed.
17283
17284 2008-05-14  Richard Guenther  <rguenther@suse.de>
17285
17286         * tree-ssa-dse.c (dse_possible_dead_store_p): Remove dead code.
17287         Make sure to register the store if the use is a PHI_NODE.
17288
17289 2008-05-14  Olivier Hainque  <hainque@adacore.com>
17290
17291         * expr.c (expand_expr_real_1) <normal_inner_ref>: Force op0 to
17292         memory if the component is to be referenced in BLKmode according
17293         to get_inner_reference.
17294
17295 2008-05-14  Adam Nemet  <anemet@caviumnetworks.com>
17296
17297         * calls.c (emit_library_call_value_1): Restore code clearing
17298         ECF_LIBCALL_BLOCK to ensure that we only call end_sequence once.
17299
17300 2008-05-14  Olivier Hainque  <hainque@adacore.com>
17301             Nicolas Roche  <roche@adacore.com>
17302
17303         * configure.ac: Add support for a "gcc_subdir" variable in
17304         config-lang.in, to denote a subdirectory where the language/GCC
17305         integration files are to be found.
17306         * configure: Regenerate.
17307
17308 2008-05-14  Ira Rosen  <irar@il.ibm.com>
17309
17310         PR tree-optimization/36098
17311         * tree-vect-analyze.c (vect_analyze_group_access): Set the gap
17312         value for the first load in the group in case of a gap.
17313         (vect_build_slp_tree): Check that there are no gaps in loads.
17314
17315 2008-05-14  Kenneth Zadeck <zadeck@naturalbridge.com>
17316
17317         * doc/rtl.texi: Removed reference to REG_NO_CONFLICT notes.
17318         * optabs.c (expand_binop, expand_absneg_bit, expand_unop,
17319         expand_copysign_bit, ): Change call to emit_no_conflict_block to
17320         emit_insn and remove unneeded code to construct extra args.
17321         (emit_no_conflict_block): Removed.
17322         * optabls.h: (emit_no_conflict_block): Removed.
17323         * cse.c (cse_extended_basic_block): Remove search for
17324         REG_NO_CONFLICT note.
17325         * global.c: Removed incorrect comment added in revision 117.
17326         * expr.c (convert_move): Change call to emit_no_conflict_block to
17327         emit_insn.
17328         * recog.c: Change comments so that they do not mention
17329         REG_NO_CONFLICT.
17330         * local_alloc.c (combine_regs): Removed last parameter.
17331         (no_conflict_p): Removed.
17332         (block_alloc): Removed note, no_conflict_combined_regno and set
17333         local vars. Removed all code to process REG_NO_CONFLICT blocks.
17334         (combine_regs): Removed already_dead and code to look for
17335         REG_NO_CONFLICT notes.
17336         * lower_subreg (remove_retval_note): Removed code to look for
17337         REG_NO_CONFLICT block.
17338         (resolve_reg_notes): Removed REG_NO_CONFLICT case.
17339         (resolve_clobber): Remove code to process libcalls that have
17340         REG_NO_CONFLICT notes.
17341         * loop_invariant.c (find_invariant_insn): Removed REG_NO_CONFLICT
17342         case.
17343         * combine.c (can_combine_p, distribute_notes):  Removed
17344         REG_NO_CONFLICT case.
17345         * config/cris/cris.md (movdi pattern): Changed emit_no_conflict_block
17346         to emit_insns.
17347         * config/mn10300/mn10300.md (absdf2, negdf2 patterns): Ditto.
17348         * config/m68k/m68k.md (negdf2, negxf2, absdf2, absxf2 patterns):
17349         Ditto.
17350         * reg-notes.def (NO_CONFLICT): Removed.
17351
17352 2008-05-14  David S. Miller  <davem@davemloft.net>
17353
17354         * config/sparc/sparc.c (sparc_profile_hook): If
17355         NO_PROFILE_COUNTERS, don't generate and pass a label into mcount.
17356         * config/sparc/linux.h (NO_PROFILE_COUNTERS): Define as 1.
17357         * config/sparc/linux64.h (NO_PROFILE_COUNTERS): Likewise.
17358
17359 2008-05-14  Andreas Krebbel  <krebbel1@de.ibm.com>
17360
17361         * cse.c (cse_cc_succs): Invoke delete_insn_and_edges.
17362
17363 2008-05-13  Uros Bizjak  <ubizjak@gmail.com>
17364
17365         PR target/36222
17366         * config/i386/i386.c (ix86_expand_vector_init_general): Rearrange op0
17367         and op1 expansion before vector concat to have less live pseudos.
17368
17369 2008-05-13  H.J. Lu  <hongjiu.lu@intel.com>
17370
17371         * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Use
17372         ix86_expand_vector_set if supported.
17373
17374 2008-05-13  Diego Novillo  <dnovillo@google.com>
17375             Kenneth Zadeck  <zadeck@naturalbridge.com>
17376
17377         http://gcc.gnu.org/ml/gcc-patches/2008-05/msg00748.html
17378
17379         * tree.h (init_phinodes, fini_phinodes, release_phi_node,
17380         phinodes_print_statistics, init_ssanames, fini_ssanames,
17381         make_ssa_name, duplicate_ssa_name, duplicate_ssa_name_ptr_info,
17382         release_ssa_name, release_defs, replace_ssa_name_symbol,
17383         ssanames_print_statistics): Move ...
17384         * tree-flow.h: ... here.
17385         * tree-ssanames.c (init_ssanames): Add arguments FN and SIZE.
17386         Use FN instead of cfun.
17387         (make_ssa_name_fn): Rename from make_ssa_name.
17388         (pass_release_ssa_names): Add TODO_dump_func to finish flags.
17389         * tree-flow-inline.h (make_ssa_name): Move from
17390         tree-ssanames.c.  Convert to static inline.  Call make_ssa_name_fn.
17391         * omp-low.c (expand_omp_parallel):
17392         * tree-flow-inline.h (redirect_edge_var_map_result):
17393         * tree-ssa.c (init_tree_ssa): Add argument FN.
17394         Use it instead of cfun.  Update all users.
17395
17396 2008-05-13  Tom Tromey  <tromey@redhat.com>
17397
17398         PR preprocessor/22168:
17399         * doc/cpp.texi (Top): Update menu.
17400         (Alternatives to Wrapper #ifndef): New node.
17401         (Other Directives): Document deprecation.
17402         (Obsolete Features): Remove menu.
17403         (Assertions): Merge node into Obsolete Features.
17404         (Obsolete once-only headers): Move earlier; rename to Alternatives
17405         to Wrapper #ifndef.
17406         * doc/cppopts.texi: Update.
17407         * c.opt (Wdeprecated): Enable for C and ObjC.
17408         * doc/invoke.texi (Option Summary): Move -Wno-deprecated.
17409         (C++ Dialect Options): Move -Wno-deprecated from here to...
17410         (Warning Options): ... here.
17411
17412 2008-05-13  Richard Guenther  <rguenther@suse.de>
17413
17414         PR middle-end/36227
17415         * fold-const.c (fold_sign_changed_comparison): Do not allow
17416         changes in pointer-ness.
17417
17418 2008-05-12  Kaz Kojima  <kkojima@gcc.gnu.org>
17419
17420         PR target/24713
17421         * config/sh/sh.c (sh_expand_prologue): Don't clear
17422         RTX_FRAME_RELATED_P for push insns.
17423
17424 2008-05-12  Andy Hutchinson  <hutchinsonandy@aim.com>
17425
17426         * config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.
17427
17428 2008-05-12  Anatoly Sokolov <aesok@post.ru>
17429
17430         * config/avr/avr.h (machine_function): Add 'is_leaf' field.
17431         * config/avr/avr.c (avr_regs_to_save): Compute 'machine->is_leaf'.
17432         Use 'machine->is_leaf' instead of 'leaf_func_p'.
17433
17434 2008-05-12  H.J. Lu  <hongjiu.lu@intel.com>
17435
17436         * config/i386/sse.md (*sse_concatv4sf): Renamed to ...
17437         (*vec_concatv4sf_sse): This.
17438         (*sse2_concatv2si): Renamed to ...
17439         (*vec_concatv2si_sse2): This.
17440         (*sse1_concatv2si): Renamed to ...
17441         (*vec_concatv2si_sse): This.
17442         (*vec_concatv2di_rex): Renamed to ...
17443         (*vec_concatv2di_rex64): This.
17444         (*vec_concatv2si_sse4_1): New.
17445         (*vec_concatv2di_rex64_sse4_1): Likewise.
17446
17447 2008-05-12  Uros Bizjak  <ubizjak@gmail.com>
17448
17449         PR rtl-optimization/36111
17450         * recog.c (validate_replace_rtx_1): Unshare new RTL expression
17451         that was created for swappable operands.
17452
17453 2008-05-12  Samuel Tardieu  <sam@rfc1149.net>
17454
17455         PR ada/36001
17456         * Makefile.in: Substitute GNATMAKE and GNATBIND.
17457         * configure.ac: Add call to ACX_PROG_GNAT.
17458
17459 2008-05-11  Volker Reichelt  <v.reichelt@netcologne.de>
17460
17461         * optc-gen.awk: Fix comment typo.
17462
17463 2008-05-11  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
17464
17465         * pretty-print.c (pp_integer_with_precision): Use
17466         HOST_LONG_LONG_FORMAT.
17467
17468 2008-05-10  Kenneth Zadeck  <zadeck@naturalbridge.com>
17469
17470         * gcse.c (store_killed_in_insn): Negated call to RTL_CONST_CALL_P.
17471
17472 2008-05-10  H.J. Lu  <hongjiu.lu@intel.com>
17473
17474         * config/i386/i386.c (bdesc_ptest): Removed.
17475         (ix86_builtin_type): Add INT_FTYPE_V2DI_V2DI_PTEST.
17476         (bdesc_args): Add __builtin_ia32_ptestz128,
17477         __builtin_ia32_ptestc128 and __builtin_ia32_ptestnzc128.
17478         (ix86_init_mmx_sse_builtins): Updated.
17479         (ix86_expand_args_builtin): Handle INT_FTYPE_V2DI_V2DI_PTEST.
17480         (ix86_expand_builtin): Updated.
17481
17482 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
17483
17484         * tree-cfg.c (valid_fixed_convert_types_p): New function.
17485         (verify_gimple_expr): Handle FIXED_CONVERT_EXPR.
17486
17487 2008-05-10  Uros Bizjak  <ubizjak@gmail.com>
17488
17489         * value-prof.c (interesting_stringop_to_profile): Do not
17490         return early for BUILT_IN_MEMPCPY.
17491
17492 2008-05-09  H.J. Lu  <hongjiu.lu@intel.com>
17493
17494         * calls.c (expand_call): Don't use callgraph to increase
17495         preferred_stack_boundary.
17496
17497         * cgraph.h (cgraph_rtl_info): Use unsigned on
17498         preferred_incoming_stack_boundary.
17499
17500         * final.c (rest_of_clean_state): Use unsigned on
17501         preferred_stack_boundary.
17502
17503 2008-05-09  Tom Tromey  <tromey@redhat.com>
17504
17505         PR preprocessor/22231:
17506         * c-opts.c (sanitize_cpp_opts): Disallow -MG if compilation is
17507         proceeding.
17508
17509 2008-05-09  Uros Bizjak  <ubizjak@gmail.com>
17510
17511         PR tree-optimization/36129
17512         * tree-ssa-ccp.c: Include value-prof.h.
17513         (execute_fold_all_builtins): Call gimple_remove_stmt_histograms if
17514         built-in function was folded to a constant.
17515         * Makefile.in (tree-ssa-ccp.c): Depend on value-prof.h
17516
17517 2008-05-09  Jan Sjodin  <jan.sjodin@amd.com>
17518             Sebastian Pop  <sebastian.pop@amd.com>
17519
17520         * tree-scalar-evolution.c: Document instantiate_scev.
17521         (instantiate_parameters_1): Renamed instantiate_scev_1.
17522         Don't use the same loop for instantiation_loop and evolution_loop.
17523         (instantiate_scev): New.
17524         (instantiate_parameters): Moved...
17525         (resolve_mixers): Update call to instantiate_scev_1 to pass the
17526         same loop twice.  Maintains the semantics for this function.
17527         * tree-scalar-evolution.h (instantiate_scev): Declare.
17528         (instantiate_parameters): ...here.  Now static inline.
17529         * tree-data-ref.c (dr_analyze_indices): Call instantiate_scev
17530         instead of resolve_mixers.
17531
17532 2008-05-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
17533
17534         * rtl-factoring.c (collect_pattern_seqs): Fix typo.
17535
17536 2008-05-09  Tomas Bily  <tbily@suse.cz>
17537
17538         * config/pa/pa.c (reloc_needed): Use CASE_CONVERT.
17539         * tree-cfg.c (verify_expr, verify_gimple_expr): Likewise.
17540         * tree-ssa-structalias.c (get_constraint_for): Likewise.
17541         * c-common.c (c_common_truthvalue_conversion): Likewise.
17542         * tree-object-size.c (compute_object_offset): Likewise.
17543         * tree-inline.c (estimate_num_insns_1): Likewise.
17544         * varasm.c (const_hash_1, compare_constant, copy_constant)
17545         (compute_reloc_for_constant, output_addressed_constants)
17546         (initializer_constant_valid_p): Likewise.
17547         * c-omp.c (check_omp_for_incr_expr): Likewise.
17548         * gimplify.c (gimplify_expr): Likewise.
17549         * c-typeck.c (c_finish_return): Likewise.
17550         * tree-vectorizer.c (supportable_widening_operation)
17551         (supportable_narrowing_operation): Likewise.
17552         * c-pretty-print.c (pp_c_cast_expression, pp_c_expression): Likewise.
17553         * matrix-reorg.c (can_calculate_expr_before_stmt): Likewise.
17554         * expr.c (highest_pow2_factor, expand_expr_real_1): Likewise.
17555         * dwarf2out.c (loc_descriptor_from_tree_1, add_bound_info)
17556         (descr_info_loc): Likewise.
17557         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Likewise.
17558         * fold-const.c (operand_equal_p, make_range, extract_muldiv_1)
17559         (fold_unary): Likewise.
17560         * builtins.c (get_pointer_alignment): Likewise.
17561         * tree-scalar-evolution.c (interpret_rhs_modify_stmt)
17562         (instantiate_parameters_1): Likewise.
17563         * tree.c (expr_align, stabilize_reference): Likewise.
17564         * tree-pretty-print.c (dump_generic_node, op_prio): Likewise.
17565         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
17566         * convert.c (strip_float_extensions): Use CONVERT_EXPR_P.
17567         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
17568         * config/alpha/alpha.c (va_list_skip_additions): Likewise.
17569         * c-common.c (c_alignof_expr, check_function_arguments_recurse):
17570         Likewise.
17571         * tree-ssa.c (tree_ssa_useless_type_conversion): Likewise.
17572         * varasm.c (initializer_constant_valid_p, output_constant): Likewise.
17573         * tree-ssa-forwprop.c (get_prop_source_stmt, can_propagate_from)
17574         (forward_propagate_addr_expr_1, forward_propagate_addr_expr)
17575         (forward_propagate_comparison)
17576         (tree_ssa_forward_propagate_single_use_vars): Likewise.
17577         * cfgexpand.c (discover_nonconstant_array_refs_r): Likewise.
17578         * emit-rtl.c (component_ref_for_mem_expr)
17579         (set_mem_attributes_minus_bitpos): Likewise.
17580         * tree-ssa-phiopt.c (conditional_replacement): Likewise.
17581         * gimplify.c (gimplify_conversion, goa_lhs_expr_p, gimplify_expr):
17582         Likewise.
17583         * c-typeck.c (default_function_array_conversion, build_indirect_ref)
17584         (build_function_call, pointer_diff, build_compound_expr)
17585         (c_finish_return): Likewise.
17586         * tree-vect-analyze.c (vect_determine_vectorization_factor): Likewise.
17587         * matrix-reorg.c (get_inner_of_cast_expr, may_flatten_matrices_1):
17588         Likewise.
17589         * tree-ssa-ifcombine.c (recognize_single_bit_test): Likewise.
17590         * expr.c (is_aligning_offset): Likewise.
17591         * tree-ssa-alias.c (is_escape_site): Likewise.
17592         * tree-stdarg.c (va_list_counter_bump, check_va_list_escapes)
17593         (check_all_va_list_escapes): Likewise.
17594         * tree-ssa-loop-ivopts.c (determine_base_object)
17595         (determine_common_wider_type): Likewise.
17596         * dojump.c (do_jump): Likewise.
17597         * tree-ssa-sccvn.c (simplify_unary_expression): Likewise.
17598         * tree-gimple.c (is_gimple_cast): Likewise.
17599         * fold-const.c (decode_field_reference, )
17600         (fold_sign_changed_comparison, fold_unary, fold_comparison)
17601         (fold_binary): Likewise.
17602         * tree-ssa-alias-warnings.c (find_alias_site_helper)
17603         (already_warned_in_frontend_p): Likewise.
17604         * builtins.c (get_memory_rtx, fold_builtin_next_arg): Likewise.
17605         * tree.c (really_constant_p, get_unwidened): Likewise.
17606         * tree-ssa-loop-niter.c (expand_simple_operations): Likewise.
17607         * tree-ssa-loop-im.c (rewrite_bittest): Likewise.
17608         * tree-vrp.c (register_edge_assert_for_2, register_edge_assert_for_1):
17609         Likewise.
17610         * tree.h (STRIP_NOPS, STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Use
17611         CONVERT_EXPR_P.
17612         (CONVERT_EXPR_P): Define.
17613         (CASE_CONVERT): Define.
17614
17615 2008-05-08  Kenneth Zadeck  <zadeck@naturalbridge.com>
17616
17617         PR middle-end/36117
17618         * dce.c (deletable_insn_p): Do not delete calls if df_in_progress.
17619         (delete_unmarked_insns): When deleting a call, call
17620         delete_unreachable_blocks.
17621         * rtl.texi (RTL_CONST_CALL_P, RTL_PURE_CALL_P,
17622         RTL_CONST_OR_PURE_CALL_P, RTL_LOOPING_CONST_OR_PURE_CALL_P): Fixed doc.
17623
17624 2008-05-08  Richard Guenther  <rguenther@suse.de>
17625
17626         * doc/invoke.texi (-fdump-tree-salias): Remove documentation.
17627         (-ftree-salias): Likewise.
17628         (salias-max-implicit-fields): Remove param documentation.
17629         (salias-max-array-elements): Likewise.
17630         * tree-pass.h (pass_create_structure_vars): Remove.
17631         * params.h (SALIAS_MAX_IMPLICIT_FIELDS): Remove.
17632         (SALIAS_MAX_ARRAY_ELEMENTS): Likewise.
17633         * tree-ssa-alias.c (create_structure_vars): Remove.
17634         (gate_structure_vars): Likewise.
17635         (pass_create_structure_vars): Likewise.
17636         (gate_build_alias): Likewise.
17637         (pass_build_alias): Adjust to run always and dump the function.
17638         * common.opt (ftree-salias): Hide.
17639         * passes.c (init_optimization_passes): Remove
17640         pass_create_structure_vars, adjust comment.
17641         * params.def (PARAM_SALIAS_MAX_IMPLICIT_FIELDS): Remove.
17642         (PARAM_SALIAS_MAX_ARRAY_ELEMENTS): Likewise.
17643         * opts.c (decode_options): Do not set flag_tree_salias.
17644         (common_handle_option): Add OPT_ftree_salias to the backward
17645         compatibility section.
17646
17647 2008-05-08  Richard Guenther  <rguenther@suse.de>
17648
17649         * tree-flow-inline.h (var_can_have_subvars): Move ...
17650         * tree-ssa-structalias.c (var_can_have_subvars): ... here.
17651         * tree-flow.h (var_can_have_subvars): Remove.
17652         (push_fields_onto_fieldstack): Remove.
17653         (sort_fieldstack): Likewise.
17654         (struct fieldoff): Move ...
17655         * tree-ssa-structalias.c (struct fieldoff): ... here.  Remove
17656         alias_set and base_for_components fields.
17657         (sort_fieldstack): Make static.
17658         (push_fields_onto_fieldstack): Likewise.  Remove code that
17659         handles anything but RECORD_TYPEs.  Remove alias_set and
17660         base_for_components handling.
17661         (create_variable_info_for): Adjust.
17662
17663 2008-05-08  Seongbae Park  <seongbae.park@gmail.com>
17664
17665         * common.opt (Wframe-larger-than=): Shorten the help message
17666         to one line.
17667         * doc/invoke.texi (Wframe-larger-than=): Add more description.
17668
17669 2008-05-08  Rafael Espíndola  <espindola@google.com>
17670
17671         * tree-complex.c (expand_complex_div_wide): Don't create CONDs that
17672         trap.
17673         * tree-gimple.c (is_gimple_condexpr): Check that the expression doesn't
17674         trap and that both operands are gimple values.
17675         (canonicalize_cond_expr_cond): Use is_gimple_condexpr.
17676         * gcc/tree-eh.c (tree_could_trap_p): Correctly detect if a comparison
17677         is a fp operation.
17678
17679 2008-05-08  Richard Sandiford  <rsandifo@nildram.co.uk>
17680
17681         * read-rtl.c (join_c_conditions): Return the first string if the
17682         two strings are equal.
17683
17684 2008-05-08  Richard Sandiford  <rsandifo@nildram.co.uk>
17685
17686         * gensupport.h (pred_data): Add a "num_codes" field.
17687         (add_predicate_code): Declare.
17688         * gensupport.c (add_predicate_code): New function.
17689         (std_pred_table): Add an "allows_const_p" field.
17690         (std_preds): Set this field for predicates that allow RTX_CONST_OBJs.
17691         Remove the (incomplete) list of such codes from the codes field.
17692         (init_predicate_table): Use add_predicate_code.  Add all
17693         RTX_CONST_OBJs if allows_const_p is true.
17694         * genrecog.c (process_define_predicate): Use add_predicate_code.
17695
17696 2008-05-08  David Daney  <ddaney@avtrex.com>
17697             Richard Sandiford  <rsandifo@nildram.co.uk>
17698
17699         * config/mips/mips.md (mips_expand_compare_and_swap_12): Handle
17700         special case of constant zero operands.
17701         * config/mips/mips.c (mips_expand_compare_and_swap_12): Zero extend
17702         old and new values.  Special case constant zero values.
17703         * config/mips/mips.h (MIPS_COMPARE_AND_SWAP): Skip 'sync' if compare
17704         fails.
17705         (MIPS_COMPARE_AND_SWAP_12): Handle constant zero operands.
17706         (MIPS_COMPARE_AND_SWAP_12_0): New macro.
17707
17708 2008-05-08  Paolo Bonzini  <bonzini@gnu.org>
17709
17710         PR target/36090
17711         * simplify-rtx.c (simplify_plus_minus): Create CONST of
17712         similar RTX_CONST_OBJ before CONST_INT.
17713
17714 2008-05-08  Steve Ellcey  <sje@cup.hp.com>
17715
17716         * stmt.c (expand_stack_restore): Change sa mode if needed.
17717
17718 2008-05-08  Richard Guenther  <rguenther@suse.de>
17719
17720         * config/i386/i386-protos.h (ix86_return_in_memory): Adjust
17721         return type to bool.
17722         (ix86_sol10_return_in_memory): Likewise.
17723         (ix86_i386elf_return_in_memory): Likewise.
17724         (ix86_i386interix_return_in_memory): Likewise.
17725         * config/i386/i386.c (ix86_return_in_memory): Likewise.
17726         (ix86_sol10_return_in_memory): Likewise.
17727         (ix86_i386elf_return_in_memory): Likewise.
17728         (ix86_i386interix_return_in_memory): Likewise.
17729
17730 2008-05-08  Kai Tietz  <kai.tietz@onevision.com>
17731
17732         PR bootstrap/36180
17733         * calls.c (compute_argument_block_size ): Add ATTRIBUTE_UNUSED to
17734         fndecl argument.
17735         (emit_library_call_value_1): Add ATTRIBUTE_UNUSED to variable fndecl.
17736         * target-def.h: Check that TARGET_RETURN_IN_MEMORY isn't
17737         declared in front.
17738
17739 2008-05-08  Richard Guenther  <rguenther@suse.de>
17740
17741         * tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.
17742         * tree-data-ref.h (struct dr_alias): Remove subvars field.
17743         (DR_SUBVARS): Remove.
17744         * tree-dfa.c (dump_subvars_for): Remove.
17745         (debug_subvars_for): Likewise.
17746         (dump_variable): Do not dump subvars.
17747         (remove_referenced_var): Do not remove subvars.
17748         * tree-flow-inline.h (clear_call_clobbered): SFTs no longer exist.
17749         (lookup_subvars_for_var): Remove.
17750         (get_subvars_for_var): Likewise.
17751         (get_subvars_at): Likewise.
17752         (get_first_overlapping_subvar): Likewise.
17753         (overlap_subvar): Likewise.
17754         * tree-flow.h (subvar_t): Remove.
17755         (struct var_ann_d): Remove subvars field.
17756         * tree-ssa-alias.c (mark_aliases_call_clobbered): Remove queued
17757         argument.  Remove special handling of SFTs.
17758         (compute_tag_properties): Likewise.
17759         (set_initial_properties): Likewise.
17760         (compute_call_clobbered): Likewise.
17761         (count_mem_refs): Likewise.
17762         (compute_memory_partitions): Likewise.
17763         (compute_flow_insensitive_aliasing): Likewise.
17764         (setup_pointers_and_addressables): Likewise.
17765         (new_type_alias): Likewise.
17766         (struct used_part): Remove.
17767         (used_portions): Likewise.
17768         (struct used_part_map): Likewise.
17769         (used_part_map_eq): Likewise.
17770         (used_part_map_hash): Likewise.
17771         (free_used_part_map): Likewise.
17772         (up_lookup): Likewise.
17773         (up_insert): Likewise.
17774         (get_or_create_used_part_for): Likewise.
17775         (create_sft): Likewise.
17776         (create_overlap_variables_for): Likewise.
17777         (find_used_portions): Likewise.
17778         (create_structure_vars): Likewise.
17779         * tree.def (STRUCT_FIELD_TAG): Remove.
17780         * tree.h (MTAG_P): Adjust.
17781         (struct tree_memory_tag): Remove base_for_components and
17782         unpartitionable flags.
17783         (struct tree_struct_field_tag): Remove.
17784         (SFT_PARENT_VAR): Likewise.
17785         (SFT_OFFSET): Likewise.
17786         (SFT_SIZE): Likewise.
17787         (SFT_NONADDRESSABLE_P): Likewise.
17788         (SFT_ALIAS_SET): Likewise.
17789         (SFT_UNPARTITIONABLE_P): Likewise.
17790         (SFT_BASE_FOR_COMPONENTS_P): Likewise.
17791         (union tree_node): Remove sft field.
17792         * alias.c (get_alias_set): Remove special handling of SFTs.
17793         * print-tree.c (print_node): Remove handling of SFTs.
17794         * tree-dump.c (dequeue_and_dump): Likewise.
17795         * tree-into-ssa.c (mark_sym_for_renaming): Likewise.
17796         * tree-nrv.c (dest_safe_for_nrv_p): Remove special handling of SFTs.
17797         * tree-predcom.c (set_alias_info): Do not set subvars.
17798         * tree-pretty-print.c (dump_generic_node): Do not handle SFTs.
17799         * tree-ssa-loop-ivopts.c (get_ref_tag): Likewise.
17800         * tree-ssa-operands.c (access_can_touch_variable): Likewise.
17801         (add_vars_for_offset): Remove.
17802         (add_virtual_operand): Remove special handling of SFTs.
17803         (add_call_clobber_ops): Likewise.
17804         (add_call_read_ops): Likewise.
17805         (get_asm_expr_operands): Likewise.
17806         (get_modify_stmt_operands): Likewise.
17807         (get_expr_operands): Likewise.
17808         (add_to_addressable_set): Likewise.
17809         * tree-ssa.c (verify_ssa_name): Do not handle SFTs.
17810         * tree-tailcall.c (suitable_for_tail_opt_p): Likewise.
17811         * tree-vect-transform.c (vect_create_data_ref_ptr): Do not set subvars.
17812         * tree.c (init_ttree): Remove STRUCT_FIELD_TAG initialization.
17813         (tree_code_size): Remove STRUCT_FIELD_TAG handling.
17814         (tree_node_structure): Likewise.
17815         * tree-ssa-structalias.c (set_uids_in_ptset): Remove special
17816         handling of SFTs.
17817         (find_what_p_points_to): Likewise.
17818
17819 2008-05-08  Sa Liu  <saliu@de.ibm.com>
17820
17821         * config/spu/spu.md: Fixed subti3 pattern.
17822
17823 2008-05-08  Richard Guenther  <rguenther@suse.de>
17824
17825         PR middle-end/36154
17826         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
17827         sure to create a representative for trailing arrays for PTA.
17828
17829 2008-05-08  Richard Guenther  <rguenther@suse.de>
17830
17831         PR middle-end/36172
17832         * fold-const.c (operand_equal_p): Two objects which types
17833         differ in pointerness are not equal.
17834
17835 2008-05-08  Kai Tietz  <kai.tietz@onevision.com>
17836
17837         * calls.c (compute_argument_block_size): Add argument tree fndecl.
17838         (OUTGOING_REG_PARM_STACK_SPACE): Add function type argument.
17839         (emit_library_call_value_1): Add new variable fndecl initialized by
17840         NULL_TREE. It should be the decl type of orgfun, but this information
17841         seems not to be available here, so it uses the default calling abi.
17842         * config/arm/arm.c (arm_return_in_memory): Add fntype argumen.
17843         * config/arm/arm.h (RETURN_IN_MEMORY): Replace RETURN_IN_MEMORY
17844         by TARGET_RETURN_IN_MEMORY.
17845         * config/i386/i386-interix.h: Likewise.
17846         * config/i386/i386.h: Likewise.
17847         * config/i386/i386elf.h: Likewise.
17848         * config/i386/ptx4-i.h: Likewise.
17849         * config/i386/sol2-10.h: Likewise.
17850         * config/i386/sysv4.h: Likewise.
17851         * config/i386/vx-common.h: Likewise.
17852         * config/cris/cris.h: Removed #if 0 clause.
17853         * config/arm/arm-protos.h (arm_return_in_memory): Add fntype argument.
17854         * config/i386/i386-protos.h (ix86_return_in_memory): Add fntype
17855         argument.
17856         (ix86_sol10_return_in_memory): Likewise.
17857         (ix86_i386elf_return_in_memory): New.
17858         (ix86_i386interix_return_in_memory): New.
17859         * config/mt/mt-protos.h (mt_return_in_memory): New.
17860         * config/mt/mt.c: Likewise.
17861         * config/mt/mt.h (OUTGOING_REG_PARM_STACK_SPACE): Add FNTYPE argument.
17862         (RETURN_IN_MEMORY):  Replace by TARGET_RETURN_IN_MEMORY.
17863         * config/bfin/bfin.h: Likewise.
17864         * config/bfin/bfin-protos.h (bfin_return_in_memory): Add fntype
17865         argument.
17866         * config/bfin/bfin.c: Likewise.
17867         * config/pa/pa.h (OUTGOING_REG_PARM_STACK_SPACE): Add FNTYPE argument.
17868         * config/alpha/unicosmk.h: Likewise.
17869         * config/i386/cygming.h: Likewise.
17870         * config/iq2000/iq2000.h: Likewise.
17871         * config/mips/mips.h: Likewise.
17872         * config/mn10300/mn10300.h: Likewise.
17873         * config/rs6000/rs6000.h: Likewise.
17874         * config/score/score.h: Likewise.
17875         * config/spu/spu.h: Likewise.
17876         * config/v850/v850.h: Likewise.
17877         * defaults.h: Likewise.
17878         * doc/tm.texi (OUTGOING_REG_PARM_STACK_SPACE): Adjust documentation.
17879         * expr.c (emit_block_move): Adjust use of
17880         OUTGOING_REG_PARM_STACK_SPACE.
17881         * function.c (STACK_DYNAMIC_OFFSET): Adjust use of
17882         OUTGOING_REG_PARM_STACK_SPACE.
17883         * targhooks.c (default_return_in_memory): Remove RETURN_IN_MEMORY.
17884
17885 2008-05-08  Jakub Jelinek  <jakub@redhat.com>
17886
17887         * tree-parloops.c (create_parallel_loop): Set OMP_RETURN_NOWAIT
17888         on OMP_RETURN for OMP_FOR.
17889
17890         PR debug/35896
17891         * dwarf2out.c (dw_expand_expr, common_check): Removed.
17892         (fortran_common): New function.
17893         (gen_variable_die): Call fortran_common instead of common_check,
17894         adjust for it returning tree instead of rtx.  Formatting.
17895
17896 2008-05-07  Kenneth Zadeck  <zadeck@naturalbridge.com>
17897
17898         PR rtl/7335
17899         PR rtl/33826
17900         * see.c (see_copy_insn): Copy new pure const attributes for new call.
17901         * c-decl.c (merge_decls): Ditto.
17902         * postreload.c (record_opr_changes): Change CONST_OR_PURE_CALL_P
17903         to RTL_CONST_OR_PURE_CALL_P.
17904         * tree.c (define_local_buitin): Rename DECL_IS_PURE to DECL_PURE_P.
17905         Initialized DECL_LOOPING_CONST_PURE.
17906         (process_call_operands): Set tree_side_effects properly.
17907         * tree.h (TREE_READONLY_DECL_P): Removed.
17908         (DECL_IS_PURE): Renamed to DECL_PURE_P.
17909         (DECL_LOOPING_OR_CONST_P): New macro.
17910         (struct tree_function_decl): Added looping_const_or_pure_p.
17911         (ECF_*) Renumbered.
17912         (ECF_LOOPING_OR_CONST_P): New macro.
17913         * rtlanal.c (pure_const_p): Removed.
17914         * builtins.c (expand_builtin): Rename DECL_IS_PURE to DECL_PURE_P.
17915         * reorg.c (delete_prior_computation) Changed CONST_OR_PURE_CALL_P
17916         to RTL_CONST_CALL_P.
17917         * ipa-pure-const.c (pure_const_state_e): Added looping field.
17918         (check_decl, check_tree, check_call, scan_function): Initialize
17919         looping.
17920         (analyze_function): Rename DECL_IS_PURE to DECL_PURE_P.
17921         (static_execute): Set looping true for recursive functions.
17922         Undo setting state to IPA_NEITHER for recursive functions.
17923         * cse.c (cse_insn):
17924         * ifcvt.c (noce_can_store_speculate_p): Changed
17925         CONST_OR_PURE_CALL_P and pure_call_p to RTL_CONST_CALL_P or
17926         RTL_CONST_OR_PURE_CALL_P.
17927         * dse.c (scan_insn): Ditto.
17928         * local-alloc.c (validate_equiv_mem, memref_used_between_p): Ditto.
17929         * gcse.c (oprs_not_seen_p) Changed CONST_OR_PURE_CALL_P to
17930         RTL_CONST_OR_PURE_CALL_P.
17931         (store_killed_in_insn): Changed CONST_OR_PURE_CALL_P and
17932         pure_call_p to RTL_CONST_CALL_P.
17933         * gimplify.c (gimplify_call_expr): Clear side effects for
17934         non-looping pure and constant calls.
17935         * calls.c (emit_call_1): Set rtl flags from ecf flags.
17936         (flags_from_decl_or_type): Set ecf flags from decl flags.
17937         (initialize_argument_information): Turn off
17938         ECF_LOOPING_CONST_OR_PURE when turning off ECF_CONST.
17939         Change const to pure if callee_copies is true rather than just
17940         turning off const.
17941         (expand_call): Turn off ECF_LOOPING_PURE_CONST_CALL and remove old
17942         way of marking pure calls.
17943         (emit_library_call_value_1): Turn off ECF_LOOPING_PURE_CONST_CALL.
17944         Remove hack that was supposed to fix pr7335 and remove old
17945         way of marking pure calls.
17946         * emit-rtl.c (emit_copy_of_insn_after): Copy RTL_CONST_CALL_P,
17947         RTL_PURE_CALL_P, RTL_LOOPING_CONST_OR_PURE_CALL_P.
17948         * cselib.c (cselib_process_insn): Changed CONST_OR_PURE_CALL_P to
17949         RTL_CONST_OR_PURE_CALL_P.
17950         * tree-ssa-pre.c (can_value_number_call): Fixed spacing.
17951         * loop-invariant.c (find_exits, find_invariant_bb): Changed
17952         CONST_OR_PURE_CALL_P to RTL_CONST_OR_PURE_CALL_P.
17953         * sched-deps.c (schedule_analyze): Ditto.
17954         * rtl.h (struct rtx_def): Use call field, unchanging field, and
17955         return_val field of calls to represent pure and const function info.
17956         (CONST_OR_PURE_CALL_P): Deleted macro.
17957         (RTL_CONST_CALL_P, RTL_PURE_CALL_P,
17958         RTL_LOOPING_CONST_OR_PURE_CALL_P, RTL_CONST_OR_PURE_P): New macros.
17959         * tree-inline.c (copy_body_r): Changed TREE_READONLY_DECL_P to
17960         TREE_READONLY.
17961         * tree-optimize.c (execute_fixup_cfg): Added test for
17962         ECF_LOOPING_CONST_OR_PURE.
17963         * c-common.c (handle_pure_attribute): Changed DECL_IS_PURE to
17964         DECL_PURE_P.
17965         * tree-cfg.c (update_call_expr_flags): Do not clear tree side
17966         effects for looping pure or const calls.
17967         (verify_gimple_expr): Added verification code.
17968         * config/alpha/alpha.c (alpha_legitimize_address,
17969         alpha_emit_xfloating_libcall): Changed CONST_OR_PURE_CALL_P to
17970         RTL_CONST_CALL_P.
17971         * config/s390/s390.c (s390_emit_tls_call_insn): Ditto.
17972         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Ditto.
17973         * config/mips/mips.c (mips_call_tls_get_addr): Ditto.
17974         * cfgrtl.c (need_fake_edge_p): Changed CONST_OR_PURE_CALL_P to
17975         RTL_CONST_OR_PURE_CALL_P.
17976         * dce.c (deletable_insn_p): Allow non looping, non sibling, pure
17977         and const calls to be deleted.
17978
17979 2008-05-07  Uros Bizjak  <ubizjak@gmail.com>
17980
17981         PR target/35714
17982         * config/i386/mmx.md (mmx_subv2sf3): New expander.
17983         (*mmx_subv2sf3): Rename from mmx_subv2sf3 insn pattern.
17984         (*mmx_eqv2sf3): Rename from mmx_eqv2sf3 insn pattern.
17985         (mmx_eqv2sf3): New expander.  Use ix86_fixup_binary_operands_no_copy
17986         to handle nonimmediate operands.
17987         (*mmx_paddwd): Rename from mmx_paddwd insn pattern.
17988         (mmx_paddwd): New expander.  Use ix86_fixup_binary_operands_no_copy
17989         to handle nonimmediate operands.
17990         (*mmx_pmulhrwv4hi3): Rename from mmx_pmulhrwv4hi3 insn pattern.
17991         (mmx_pmulhrwv4hi3): New expander.  Use
17992         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
17993         (*sse2_umulv1siv1di3): Rename from sse2_umulv1siv1di3 insn pattern.
17994         (sse2_umulv1siv1di3): New expander.  Use
17995         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
17996         (*mmx_eq<mode>3): Rename from mmx_eq<mode>3 insn pattern.
17997         (mmx_eq<mode>3): New expander.  Use
17998         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
17999         (*mmx_uavgv8qi3): Rename from mmx_uavgv8qi3 insn pattern.
18000         (mmx_uavgv8qi3): New expander.  Use
18001         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18002         (*mmx_uavgv4hi3): Rename from mmx_uavgv4hi3 insn pattern.
18003         (mmx_uavgv4hi3): New expander.  Use
18004         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18005
18006         * config/i386/sse.md
18007         (sse_movhlps_exp): New expander.  Use ix86_fixup_binary_operands
18008         to handle nonimmediate operands.
18009         (sse_movlhps_exp): New expander.  Use ix86_fixup_binary_operands
18010         to handle nonimmediate operands.
18011         (sse_loadhps_exp): New expander.  Use ix86_fixup_binary_operands
18012         to handle nonimmediate operands.
18013         (sse_loadlps_exp): New expander.  Use ix86_fixup_binary_operands
18014         to handle nonimmediate operands.
18015         (sse2_unpckhpd_exp): New expander.  Use
18016         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18017         (sse2_unpcklpd_exp): New expander.  Use
18018         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18019         (sse_loadhpd_exp): New expander.  Use ix86_fixup_binary_operands
18020         to handle nonimmediate operands.
18021         (sse_loadlpd): New expander.  Use ix86_fixup_binary_operands
18022         to handle nonimmediate operands.
18023         (*sse2_<plusminus_insn><mode>3): Rename from
18024         sse2_<plusminus_insn><mode>3 insn pattern.
18025         (sse2_<plusminus_insn><mode>3): New expander.  Use
18026         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18027         (*sse2_umulv2siv2di3): Rename from sse2_umulv2siv2di3 insn pattern.
18028         (sse2_umulv2siv2di3): New expander.  Use
18029         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18030         (*sse4_1_mulv2siv2di3): Rename from sse4_1_mulv2siv2di3 insn pattern.
18031         (sse4_1_mulv2siv2di3): New expander.  Use
18032         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18033         (*sse2_pmaddwd): Rename from sse2_pmaddwd insn pattern.
18034         (sse2_pmaddwd): New expander.  Use
18035         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18036         (*sse2_eq<mode>3): Rename from sse2_eq<mode>3 insn pattern.
18037         (sse2_eq<mode>3): New expander.  Use
18038         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18039         (*sse4_1_eqv2di3): Rename from sse4_1_eqv2di3 insn pattern.
18040         (sse4_1_eqv2di3): New expander.  Use
18041         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18042         (*sse2_uavgv16qi3): Rename from sse2_uavgv16qi3 insn pattern.
18043         (sse2_uavgv16qi3): New expander.  Use
18044         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18045         (*sse2_uavgv16qi3): Rename from sse2_uavgv16qi3 insn pattern.
18046         (sse2_uavgv16qi3): New expander.  Use
18047         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18048         (*sse2_uavgv8hi3): Rename from sse2_uavgv8hi3 insn pattern.
18049         (sse2_uavgv8hi3): New expander.  Use
18050         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18051         (*ssse3_pmulhrswv8hi3): Rename from ssse3_pmulhrswv8hi3 insn pattern.
18052         (ssse3_pmulhrswv8hi3): New expander.  Use
18053         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18054         (*ssse3_pmulhrswv4hi3): Rename from ssse3_pmulhrswv4hi3 insn pattern.
18055         (ssse3_pmulhrswv4hi3): New expander.  Use
18056         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18057
18058         (<sse>_vm<plusminus_insn><mode>3): Do not use ix86_binary_operator_ok.
18059         (<sse>_vmmul<mode>3): Ditto.
18060         (divv4sf3): Do not use ix86_fixup_binary_operands_no_copy.
18061         (divv2df3): Ditto.
18062         (ssse3_pmaddubsw128): Use register_operand for operand 1.
18063         (ssse3_pmaddubsw): Ditto.
18064
18065         * config/i386/i386.c (struct_builtin_description)
18066         [IX86_BUILTIN_LOADHPS]: Use CODE_FOR_sse_loadhps_exp.
18067         [IX86_BUILTIN_STOREHPS]: Use CODE_FOR_sse_loadlps_exp.
18068         [IX86_BUILTIN_LOADHPD]: Use CODE_FOR_sse2_loadhpd_exp.
18069         [IX86_BUILTIN_LOADLPD]: Use CODE_FOR_sse2_loadlpd_exp.
18070         [IX86_BUILTIN_MOVHLPS]: Use CODE_FOR_sse_movhlps_exp.
18071         [IX86_BUILTIN_MOVLHPS]: Use CODE_FOR_sse_movlhps_exp.
18072         [IX86_BUILTIN_UNPCKHPD]: Use FOR_sse2_unpckhpd_exp.
18073         [IX86_BUILTIN_UNPCKLPD]: Use FOR_sse2_unpcklpd_exp.
18074         (ix86_fixup_binary_operands): Assert that src1
18075         and src2 must have the same mode when swapped.
18076         (ix86_expand_binop_builtin): Do not use ix86_fixup_binary_operands
18077         and ix86_binary_operator_ok.  Do not force operands in registers
18078         when optimizing.
18079
18080 2008-05-07  Jan Hubicka  <jh@suse.cz>
18081
18082         * cgraph.c (dump_cgraph_node): Update.
18083         * cgraph.h (cgraph_local_info): Break out inline summary.
18084         * cgraphunit.c (cgraph_process_new_functions): Use inliner analysis
18085         hook.
18086         * ipa-inline (inline_summary): New accestor function.
18087         (cgraph_clone_inlined_nodes, cgraph_check_inline_limits,
18088         cgraph_decide_inlining, compute_inline_parameters): Update.
18089         * ipa.c (cgraph_remove_unreachable_nodes): Remove statistics.
18090
18091 2008-05-07  Maxim Kuvyrkov  <maxim@codesourcery.com>
18092
18093         Cleanup ColdFire scheduling support and add V4 pipeline model.
18094
18095         * config/m68k/m68k.md (UNSPEC_TIE): New constant.
18096         (define_attr cpu): Add cfv4 value.
18097         (define_attr type, define_attr type1): Merge into a single 'type'
18098         attribute.  Update all uses.
18099         (define_attr opx_type, define_attr opy_type, define_attr opx_access):
18100         Rearrange and update.  Rename value 'reg' to 'Rn', add value 'FPn'.
18101         Update all uses.
18102         (define_attr opx_mem, define_attr opy_mem): Remove.
18103         (define_attr op_mem): Clean up, update comment.
18104         (define_attr size): Use specific values instead of general int.
18105         (define_attr guess, define_attr split): Remove.  Update all uses.
18106         (movdf_internal, tstsi_internal, tsthi_internal, tstqi_internal,
18107         tst<mode>_68881, pushexthisi_const, movsi_const0_68000_10,
18108         movsi_const0_68040_60, movsi_const0, movsi_cf, movstrictqi_cf,
18109         zero_extendhisi2_cf, zero_extendqisi2_cfv4, cfv4_extendhisi2,
18110         68k_extendhisi2, extendqihi2, cfv4_extendqisi2, 68k_extendqisi2,
18111         floatsi<mode>2_68881, ftrunc<mode>2_68881, ftrunc<mode>2_cf,
18112         fix<mode>qi2_68881, fix<mode>hi2_68881, fix<mode>si2_68881,
18113         adddi_dishl32, addsi3_5200, add<mode>3_floatsi_68881,
18114         add<mode>3_floathi_68881, add<mode>3_floatqi_68881,
18115         add<mode>3_68881, add<mode>3_cf, subdi_dishl32, subsi3,
18116         sub<mode>3_floatsi_68881, sub<mode>3_floathi_68881,
18117         sub<mode>3_floatqi_68881, sub<mode>3_68881, sub<mode>3_cf,
18118         mulhi3, mulhisi3, mulhisisi3_s, mulsi3_68020, mulsi3_cf,
18119         umulhisi3, mulhisisi3_z, mul<mode>3_floatsi_68881,
18120         mul<mode>3_floathi_68881, mul<mode>3_floatqi_68881, fmul<mode>3_cf,
18121         div<mode>3_cf, sqrt<mode>2_cf, abs<mode>2_cf, clzsi2,
18122         one_cmplsi2_5200, subreghi1ashrdi_const32, ashrsi3, lshrsi3,
18123         bsetmemqi, bsetmemqi_ext, bclrmemqi, bclrmemqi_ext,
18124         beq, bne, bgt, blt, bordered, bunordered, buneq, bunge, bungt, bunle,
18125         bunlt, bltgt, tablejump_internal, call, non_symbolic_call_value,
18126         symbolic_call_value_jsr, symbolic_call_value_bsr, link):
18127         Update or set attributes.
18128         (stack_tie): New fake instruction.
18129
18130         * config/m68k/m68k.h (TUNE_CFV4): New macro.
18131         (m68k_sched_attr_size): Update declaration.
18132         (m68k_sched_attr_type2): Remove.
18133         (m68k_sched_address_bypass_p, m68k_sched_indexed_address_bypass_p):
18134         Declare new bypass predicates.
18135
18136         * config/m68k/m68k.c (m68k_sched_issue_rate,
18137         m68k_sched_first_cycle_multipass_dfa_lookahead): Declare hook
18138         implementations.
18139         (TARGET_SCHED_ISSUE_RATE,
18140         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Override hooks.
18141         (override_options): Handle scheduling for ColdFire V4 core.
18142         (m68k_expand_prologue): Emit stack_tie.
18143         (enum attr_op_type): Split value 'OP_TYPE_REG' to 'OP_TYPE_RN' and
18144         'OP_TYPE_FPN'.  Update all uses.
18145         (sched_guess_p): Remove.
18146         (sched_address_type): Handle symbolic addresses.
18147         (sched_get_operand): New static function.
18148         (sched_operand_type): Merge into sched_attr_op_type.
18149         (sched_attr_op_type): Handle FP registers, handle quick constants,
18150         update.
18151         (m68k_sched_attr_opx_type, m68k_sched_attr_opy_type): Update.
18152         (m68k_sched_attr_size): Update.  Move logic to ...
18153         (sched_get_attr_size_int): New static function.
18154         (sched_get_opxy_mem_type): New static function.
18155         (m68k_sched_attr_op_mem): Update.
18156         (m68k_sched_attr_type2): Remove.
18157         (sched_cfv4_bypass_data): New static variable.
18158         (m68k_sched_adjust_cost): Handle ColdFire V4 bypass.
18159         (m68k_sched_issue_rate): Implement scheduler hook.
18160         (struct _sched_ib: enabled_p): New field.
18161         (m68k_sched_variable_issue): Update.  Handle V4.
18162         (SCHED_DUMP_TODO, SCHED_DUMP_DONE, SCHED_DUMP_NOTHING,
18163         sched_dump_class_func_t, sched_dump_split_class,
18164         sched_dump_dfa_guess_unit_code, sched_dump_dfa_state,
18165         sched_dump_dfa_class, m68k_sched_dump): Remove.
18166         (m68k_sched_first_cycle_multipass_dfa_lookahead): Implement scheduler
18167         hook.
18168         (m68k_sched_init_global): Remove statisctics dumping, introduce
18169         sanity check that all instructions have pipeline reservations.  Handle
18170         ColdFire V4 core.
18171         (m68k_sched_dfa_pre_advance_cycle, m68k_sched_dfa_post_advance_cycle):
18172         Handle ColdFire V4 core.
18173         (sched_mem_operand_p, sched_get_reg_operand, sched_get_mem_operand):
18174         New static functions.
18175         (m68k_sched_address_bypass_p): New bypass predicate.
18176         (sched_get_indexed_address_scale): New static function.
18177         (m68k_sched_indexed_address_bypass_p): New bypass predicate.
18178
18179         * cf.md: Update comments.
18180         (define_attr type2): Remove.  Use 'type' attribute instead.
18181         Update all uses.
18182         (cf_ib): Rename to cfv123_ib.  Update all uses.
18183         (cf_oep): Rename to cfv123_oep.  Update all uses.
18184         (cf_chr): Rename to cfv123_chr.  Update all uses.
18185         (cf_mem): Rename to cfv123_mem.  Update all uses.
18186         (cf_mac): Move to more appropriate place.
18187         (cfv123_guess): New automaton and cpu_unit.
18188         (cfv123_*, cfv12_*, cfv1_*, cfv2_*, cfv3_*): Use type attribute.
18189         Update uses of 'size' attribute.  Handle before reload scheduling.
18190         (cfv123_guess): New dummy reservation for unhandled instructions.
18191         (cfv4_*): Pipeline description of ColdFire V4 core.
18192         (ignore): New reservation to handle 'ignore' type.
18193
18194 2008-05-07  Ian Lance Taylor  <iant@google.com>
18195
18196         PR middle-end/36013
18197         * gimplify.c (find_single_pointer_decl_1): Don't look through
18198         indirections.
18199         (find_single_pointer_decl): Adjust comments.
18200
18201 2008-05-07  Jakub Jelinek  <jakub@redhat.com>
18202
18203         PR middle-end/36137
18204         * fold-const.c (fold_binary): Use STRIP_SIGN_NOPS instead of
18205         STRIP_NOPS on arguments even for MIN_EXPR and MAX_EXPR.
18206
18207         PR middle-end/36106
18208         * omp-low.c (expand_omp_atomic_pipeline): Load value using the
18209         integral type rather than floating point, then VIEW_CONVERT_EXPR
18210         to the floating point type.
18211
18212 2008-05-07  Uros Bizjak  <ubizjak@gmail.com>
18213
18214         * config/i386/i386.c (ix86_expand_copysign): Force non-zero constant
18215         TFmode op0 to register.
18216
18217 2008-05-07  Alan Modra  <amodra@bigpond.net.au>
18218
18219         * c-decl.c (grokdeclarator): Comment typo.
18220
18221 2008-05-06  Aldy Hernandez  <aldyh@redhat.com>
18222
18223         * tree-flow.h: Remove prototype for computed_goto_p.
18224         * tree-cfg.c (computed_goto_p): Make static.
18225
18226 2008-05-06  H.J. Lu  <hongjiu.lu@intel.com>
18227
18228         PR target/35657
18229         * config/i386/i386.c (contains_128bit_aligned_vector_p): Renamed to ...
18230         (contains_aligned_value_p): This.  Handle _Decimal128.
18231         (ix86_function_arg_boundary): Only align _Decimal128 to its
18232         natural boundary and handle it properly.
18233
18234 2008-05-06  Martin Jambor  <mjambor@suse.cz>
18235
18236         * ipa-cp.c (ipcp_method_orig_node): Renamed to ipcp_get_orig_node.
18237         (ipcp_method_is_cloned): Renamed to ipcp_node_is_clone
18238         (ipcp_method_set_orig_node): Removed.
18239         (ipcp_cval_get_cvalue_type): Removed.
18240         (ipcp_method_get_scale): Renamed to ipcp_get_node_scale.
18241         (ipcp_method_set_scale): Renamed to ipcp_set_node_scale.
18242         (ipcp_cval_set_cvalue_type): Removed.
18243         (ipcp_cval_get_cvalue): Removed.
18244         (ipcp_cval_set_cvalue): Removed.
18245         (ipcp_type_is_const): Renamed to ipcp_lat_is_const.
18246         (ipcp_cval_equal_cvalues): Renamed to ipcp_lats_are_equal
18247         (ipcp_lats_are_equal): Changed parameters to two ipcp_lattice's
18248         (ipcp_cval_meet): Renamed to ipa_lattice_meet
18249         (ipcp_cval_changed): Changed to use ipcp_lat_is_const
18250         (ipcp_method_cval): Renamed to ipcp_get_ith_lattice
18251         (ipcp_get_ith_lattice): Changed parameters.
18252         (ipcp_cval_compute): Renamed to ipcp_lattice_from_jfunc
18253         (ipcp_lattice_from_jfunc): Changed parameters.
18254         (ipcp_redirect): Local lattice pointer instead of lattice type variable.
18255         (ipcp_method_cval_print): Added temporary variable info.
18256         (ipcp_redirect): Removed already unused local variable caller.
18257         (ipcp_redirect): New temporary variable orig_callee_info
18258         (ipcp_redirect): Removed newly unused local variable callee.
18259         (ipcp_redirect): Removed (a bit confusing) local variable type.
18260         (ipcp_insert_stage): Added local variable info.
18261         (ipcp_cval_changed): Renamed to ipcp_lattice_changed, parameters
18262         renamed too
18263         (ipcp_formal_create): Removed.
18264         (ipcp_method_cval_set): Removed.
18265         (ipcp_propagate_stage): Renamed lattice variables.
18266         (ipcp_method_cval_set_cvalue_type): Removed.
18267         (ipcp_method_cval_print): Renamed to ipcp_print_all_lattices
18268         (ipcp_print_all_lattices): Changed printed strings to refer to
18269         lattices rather than cvals.
18270         (ipcp_method_cval_init): Renamed to ipcp_initialize_node_lattices
18271         (ipcp_propagate_const): Changed formal parameters.
18272         (build_const_val): Changed formal parameters.
18273         (ipcp_insert_stage): Removed useless variable cvalue
18274         (build_const_val): Changed formal parameters.
18275         (ipcp_method_compute_scale): Renamed to ipcp_compute_node_scale
18276         (ipcp_after_propagate): Renamed to ipcp_change_tops_to_bottom
18277         (ipcp_callsite_param_print): Renamed to ipcp_print_all_jump_functions
18278         (ipcp_profile_mt_count_print): Renamed to ipcp_print_func_profile_counts
18279         (ipcp_print_func_profile_counts): Changed string from "method" to
18280         "function"
18281         (ipcp_profile_cs_count_print): Renamed to ipcp_print_call_profile_counts
18282         (ipcp_profile_edge_print): Renamed to ipcp_print_edge_profiles
18283         (ipcp_profile_bb_print): Renamed to ipcp_print_bb_profiles
18284         (ipcp_structures_print): Renamed to ipcp_print_all_structures
18285         (ipcp_profile_print): Renamed to ipcp_print_profile_data
18286         (ipcp_lat_is_const): Changed parameters and made inline.
18287         (ipcp_replace_map_create): Renamed to ipcp_create_replace_map
18288         (ipcp_redirect): Renamed to ipcp_need_redirect_p
18289         (ipcp_need_redirect_p): Calls ipcp_lat_is_const instead of using
18290         the predicate condition directly
18291         (ipcp_propagate_stage): Added local variable args. Removed local
18292         variable callee.  (Both are mere code simplifications.)
18293         (ipcp_method_dont_insert_const): Renamed to
18294         ipcp_node_not_modifiable_p.
18295         (ipcp_node_not_modifiable_p): Made inline.
18296         (ipcp_cloned_create): Renamed to ipcp_init_cloned_node
18297         (ipcp_propagate_const): Renamed to ipcp_propagate_one_const
18298         (ipcp_print_all_lattices): Removed variable cvalue
18299         (ipcp_method_scale_print): Renamed to ipcp_function_scale_print
18300         Updated comments.
18301
18302 2008-05-06  Olivier Hainque  <hainque@adacore.com>
18303
18304         * tree-sra.c (try_instantiate_multiple_fields): Early return
18305         if field has POINTER_TYPE.
18306
18307 2008-05-06  Kai Tietz  <kai.tietz@onevision.com>
18308
18309         * config/i386/i386.c (output_set_got): Fix for x86_64 output_emit_asm
18310         by using 'q' specifier for instruction.
18311         (ix86_file_end): Replaced case TARGET_64BIT_MS_ABI by TARGET_64BIT.
18312
18313 2008-05-06  Anatoly Sokolov <aesok@post.ru>
18314
18315         * config/avr/avr.md (*sbrx_branch, *sbix_branch, *sbix_branch_tmp):
18316         Change mode of zero_extract from QImode to HImode.
18317         (sign bit tests peepholes): (Ditto.).
18318
18319 2008-05-06  Uros Bizjak  <ubizjak@gmail.com>
18320
18321         * config/i386/mmx.md: Remove double backslashes from asm templates.
18322         (*mmx_addv2sf3): Rename from mmx_addv2sf3 insn pattern.
18323         (mmx_addv2sf3): New expander.  Use ix86_fixup_binary_operands_no_copy
18324         to handle nonimmediate operands.
18325         (*mmx_mulv2sf3): Rename from mmx_mulv2sf3 insn pattern.
18326         (mmx_mulv2sf3): New expander.  Use ix86_fixup_binary_operands_no_copy
18327         to handle nonimmediate operands.
18328         (*mmx_<code>v2sf3_finite): New insn pattern.
18329         (*mmx_<code>v2sf3): Rename from mmx_<code>v2sf3 insn pattern.
18330         (mmx_<code>v2sf3): New expander.  Use
18331         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18332         (mmx_<plusminus_insn><mode>3): New expander.  Use
18333         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18334         (*mmx_<plusminus_insn><mode>3): New insn pattern.
18335         (mmx_add<mode>3): Removed.
18336         (mmx_ssadd<mode>3): Ditto.
18337         (mmx_usadd<mode>3): Ditto.
18338         (mmx_sub<mode>3): Ditto.
18339         (mmx_sssub<mode>3): Ditto.
18340         (mmx_ussub<mode>3): Ditto.
18341         (*mmx_mulv4hi3): Rename from mmx_mulv4hi3 insn pattern.
18342         (mmx_mulv4hi3): New expander.  Use ix86_fixup_binary_operands_no_copy
18343         to handle nonimmediate operands.
18344         (*mmx_smulv4hi3_highpart): Rename from mmx_smulv4hi3_highpart
18345         insn pattern.
18346         (mmx_smulv4hi3_highpart): New expander.  Use
18347         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18348         (*mmx_umulv4hi3_highpart): Rename from mmx_umulv4hi3_highpart
18349         insn pattern.
18350         (mmx_umulv4hi3_highpart): New expander.  Use
18351         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18352         (*mmx_<code>v4hi3): Rename from mmx_<code>v4hi3 insn pattern.
18353         (mmx_<code>v4hi3): New expander.  Use
18354         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18355         (*mmx_<code>v8qi3): Rename from mmx_<code>v8qi3 insn pattern.
18356         (mmx_<code>v8qi3): New expander.  Use
18357         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18358         (*mmx_<code><mode>3): Rename from mmx_<code><mode>3 insn pattern.
18359         (mmx_<code><mode>3): New expander.  Use
18360         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
18361
18362 2008-05-05  Jan Hubicka  <jh@suse.cz>
18363
18364         PR tree-optimization/36118
18365         * passes.c (pass_init_dump_file): Fix dump header.
18366
18367 2008-05-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
18368
18369         PR middle-end/36141
18370         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Don't create
18371         VCE for function decls.
18372
18373 2008-05-05  H.J. Lu  <hongjiu.lu@intel.com>
18374
18375         * config/i386/sse.md (sse2_<plusminus_insn><mode>3): Fix a typo.
18376
18377 2008-05-05  H.J. Lu  <hongjiu.lu@intel.com>
18378
18379         * config/i386/i386.md (sat_plusminus): New.
18380         (plusminus_insn): Likewise.
18381         (plusminus_mnemonic): Likewise.
18382         (addsub): Removed.
18383         (comm): Add ss_plus, us_plus, ss_minus and us_minus.
18384         (*<addsub><mode>3_cc_overflow): Renamed to ...
18385         (*<plusminus_insn><mode>3_cc_overflow): This.
18386         (*<addsub>si3_zext_cc_overflow): Renamed to ...
18387         (*<plusminus_insn>si3_zext_cc_overflow): This.
18388
18389         * config/i386/sse.md (<addsub><mode>3): Renamed to ...
18390         (<plusminus_insn><mode>3): This.
18391         (*<addsub><mode>3): Renamed to ...
18392         (*<plusminus_insn><mode>3): This.
18393         (<sse>_vm<addsub><mode>3): Renamed to ...
18394         (<sse>_vm<plusminus_insn><mode>3): This.
18395         (sse3_h<addsub>v4sf3): Renamed to ...
18396         (sse3_h<plusminus_insn>v4sf3): This.
18397         (sse3_h<addsub>v2df3): Renamed to ...
18398         (sse3_h<plusminus_insn>v2df3): This.
18399         (<plusminus_insn><mode>3): New.
18400         (*<plusminus_insn><mode>3): Likewise.
18401         (sse2_<plusminus_insn><mode>3): Likewise.
18402         (add<mode>): Removed.
18403         (*add<mode>3): Likewise.
18404         (sse2_ssadd<mode>3): Likewise.
18405         (sse2_usadd<mode>3): Likewise.
18406         (sub<mode>3): Likewise.
18407         (*sub<mode>3): Likewise.
18408         (sse2_sssub<mode>3): Likewise.
18409         (sse2_ussub<mode>3): Likewise.
18410
18411 2008-05-05  Benjamin Kosnik  <bkoz@redhat.com>
18412
18413         * gthr-single.h: Add in required interface elements as per gthr.h.
18414         Add stub types for __gthread_key_t, __gthread_once_t. Add defines
18415         for __GTHREAD_ONCE_INIT, __GTHREAD_RECURSIVE_MUTEX_INIT.
18416         Generalize UNUSED macro.
18417         (__gthread_once): Add.
18418         (__gthread_key_create): Add.
18419         (__gthread_key_delete): Add.
18420         (__gthread_getspecific): Add.
18421         (__gthread_setspecific): Add.
18422
18423 2008-05-05  Andrew Pinski  <Andrew.Pinski@playstation.sony.com>
18424
18425         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): If we have
18426         the same size types for the indirect reference on the rhs, then
18427         create a VCE.
18428
18429 2008-05-05  Uros Bizjak  <ubizjak@gmail.com>
18430
18431         * config/i386/i386.md
18432         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit): Use only
18433         one insn template instead of template series.
18434         (*xordi_1_rex64): Ditto.
18435         (*xordi_2_rex64): Ditto.
18436
18437 2008-05-05  Ira Rosen  <irar@il.ibm.com>
18438
18439         PR tree-optimization/36119
18440         * tree-vect-transform.c (vectorizable_assignment): Set NCOPIES to 1
18441         in case of SLP.
18442
18443 2008-06-04  Jan Hubicka  <jh@suse.cz>
18444
18445         tree-optimization/36100
18446         * tree-pass.h (pass_O0_always_inline): Declare.
18447         * ipa-inline.c (inline_transform): Remove dead code.
18448         (cgraph_gate_O0_always_inline, cgraph_O0_always_inline,
18449         pass_O0_always_inline): New.
18450         * passes.c (init_optimization_passes): Add pass_O0_always_inline.
18451
18452 2008-05-04  Kai Tietz  <kai.tietz@onevision.com>
18453
18454         * config/i386/i386.c (x86_output_mi_thunk): Use movq alternative
18455         mnemonic in this_param move for TARGET_64BIT.
18456
18457 2008-05-04  Uros Bizjak  <ubizjak@gmail.com>
18458
18459         * config/i386/i386.md (*strmovsi_1): Simplify asm alternatives.
18460         (*strmovsi_rex_1): Ditto.
18461         (*strsetsi_1): Ditto.
18462         (*strsetsi_rex_1): Ditto.
18463
18464         (add<mode>cc): Macroize expander from addqicc, addhicc, addsicc and
18465         adddicc expanders using SWI mode iterator.
18466
18467 2008-05-04  H.J. Lu  <hongjiu.lu@intel.com>
18468
18469         PR target/36121
18470         * config/i386/i386.c (ix86_expand_special_args_builtin): Remove three
18471         argument handling.
18472
18473 2008-05-04  David S. Miller  <davem@davemloft.net>
18474
18475         * config.gcc (sparc*-*-*): Always set need_64bit_hwint to yes.
18476         (sparc*-*-linux*): Use linux.h in tm_file.
18477         (sparc-*-linux*): If 'enabled_targets' is 'all', build a bi-arch
18478         compiler defaulting to 32-bit.
18479         (sparc*-*-*): Remove explicit target settings of need_64bit_hwint,
18480         no longer needed.
18481         * config/sparc/linux.h: Remove definitions now obtained
18482         properly from linux.h
18483         * config/sparc/linux64.h: Likewise.
18484         (ASM_CPU_DEFAULT_SPEC): Change this to ASM_CPU64_DEFAULT_SPEC, we
18485         don't want this setting for 32-bit builds in a biarch compiler.
18486         * doc/install.texi: Add sparc-linux to list of targets
18487         supporting --enable-targets=all.
18488
18489 2008-05-03  Andrew Pinski  <pinskia@gmail.com>
18490
18491         * Makefile.in (tree-ssa-phiprop.o): Fix dependencies.
18492
18493 2008-05-03  H.J. Lu  <hongjiu.lu@intel.com>
18494
18495         * config/i386/i386.c (ix86_builtin_type): Move V4SI_FTYPE_V4SF
18496         after V4SI_FTYPE_V8HI.
18497         (ix86_init_mmx_sse_builtins): Move case V4HI_FTYPE_V4HI after
18498         case V4SI_FTYPE_V2DF.
18499
18500 2008-05-03  Kenneth Zadeck  <zadeck@naturalbridge.com>
18501
18502         * doc/invoke.texi (max-flow-memory-locations): Removed.
18503         * params.def (PARAM_MAX_FLOW_MEMORY_LOCATIONS): Removed.
18504
18505 2008-05-03  Richard Guenther  <rguenther@suse.de>
18506
18507         PR middle-end/34973
18508         * opts.c (set_Wstrict_aliasing): Handle the turn-off case.
18509
18510 2008-05-02  David S. Miller  <davem@davemloft.net>
18511
18512         * config.gcc (need_64bit_hwint): Document libcpp dependency.
18513
18514 2008-05-02  Simon Baldwin <simonb@google.com>
18515
18516         PR bootstrap/36108
18517         * c-common.h (warn_array_subscript_range): Removed.
18518         * c-common.c (warn_array_subscript_range): Ditto.
18519         * tree-vrp.c (check_array_ref): Revert to ignoring arrays with size 2.
18520         * c-typeck.c (build_array_ref): Remove warn_array_subscript_range.
18521
18522 2008-05-02  H.J. Lu  <hongjiu.lu@intel.com>
18523
18524         * config/i386/i386.c (ix86_special_builtin_type): New.
18525         (bdesc_special_args): Likewise.
18526         (ix86_expand_special_args_builtin): Likewise.
18527         (ix86_init_mmx_sse_builtins): Updated.
18528         (ix86_expand_builtin): Updated.
18529         (ix86_expand_store_builtin): Removed.
18530         (ix86_expand_unop_builtin): Likewise.
18531
18532         * config/i386/mm3dnow.h (__v2sf): Moved to ...
18533         * config/i386/mmintrin.h (__v2sf): Here.
18534
18535         * config/i386/xmmintrin.h (_mm_loadh_pi): Replace __v2si with
18536         const __v2sf.
18537         (_mm_loadl_pi): Likewise.
18538         (_mm_storeh_pi): Replace __v2si with __v2sf.
18539         (_mm_storel_pi): Likewise.
18540
18541         * doc/extend.texi: Correct __builtin_ia32_loadhps,
18542         __builtin_ia32_loadlps, __builtin_ia32_storehps,
18543         __builtin_ia32_storelps, __builtin_ia32_loadhpd and
18544         __builtin_ia32_loadlpd.
18545
18546 2008-05-02  H.J. Lu  <hongjiu.lu@intel.com>
18547
18548         * config/i386/i386.c (ix86_builtin_type): Add FLOAT_FTYPE_FLOAT,
18549         V4SF_FTYPE_V4SF_VEC_MERGE and V2DF_FTYPE_V2DF_VEC_MERGE.
18550         (bdesc_args): Updated.  Add scalar SSE builtins with vec_merge.
18551         (ix86_init_mmx_sse_builtins): Updated.
18552         (ix86_expand_args_builtin): Likewise.
18553         (ix86_expand_builtin): Likewise.
18554         (ix86_expand_unop1_builtin): Renamed to ...
18555         (ix86_expand_unop_vec_merge_builtin): This.
18556
18557 2008-05-01  Jan Hubicka  <jh@suse.cz>
18558
18559         PR bootstrap/36100
18560         * ipa-inline.c (inline_generate_summary): Make static.
18561         (inline_transform): Do not call inlining at -O0; make static.
18562         * passes.c (execute_todo): Add sanity check.
18563         (execute_one_ipa_transform_pass): Execute proper flags.
18564
18565 2008-05-01  Eric Botcazou  <ebotcazou@adacore.com>
18566
18567         * tree.h (TYPE_NONALIASED_COMPONENT): Expand comment.
18568         (DECL_NONADDRESSABLE_P): Likewise.
18569         * alias.c (record_component_aliases): Fix comment.
18570
18571 2008-05-01  Simon Baldwin <simonb@google.com>
18572
18573         * c-common.h (warn_array_subscript_range): New function.
18574         * c-common.c (warn_array_subscript_range): Ditto.
18575         * tree-vrp.c (check_array_ref): Corrected code to agree with
18576         comment, ignoring only arrays of size 0 or size 1.
18577         * c-typeck.c (build_array_ref): Call warn_array_subscript_range.
18578
18579 2008-05-01  H.J. Lu  <hongjiu.lu@intel.com>
18580
18581         * config/i386/i386.c (ix86_builtin_type): Replace
18582         DI_FTYPE_DI_DI_INT with V1DI2DI_FTYPE_V1DI_V1DI_INT.
18583         (bdesc_args): Updated.
18584         (ix86_init_mmx_sse_builtins): Likewise.
18585         (ix86_expand_args_builtin): Likewise.
18586
18587         * config/i386/tmmintrin.h (_mm_alignr_pi8): Replace long long
18588         with __v1di.
18589
18590         * doc/extend.texi: Correct __builtin_ia32_palignr.
18591
18592 2008-05-01  H.J. Lu  <hongjiu.lu@intel.com>
18593
18594         PR target/36095
18595         * config/i386/i386.c (bdesc_crc32): Removed.
18596         (ix86_expand_crc32): Likewise.
18597         (ix86_builtin_type): Replace V2DI2TI_FTYPE_V2DI2TI_INT with
18598         V2DI2TI_FTYPE_V2DI_INT, V2DI2TI_FTYPE_V2DI2TI_V2DI2TI_INT with
18599         V2DI2TI_FTYPE_V2DI_V2DI_INT.  Add UINT64_FTYPE_UINT64_UINT64,
18600         UINT_FTYPE_UINT_UINT, UINT_FTYPE_UINT_USHORT and
18601         UINT_FTYPE_UINT_UCHAR.
18602         (bdesc_args): Updated. Add crc32 builtins.
18603         (ix86_init_mmx_sse_builtins): Updated.
18604         (ix86_expand_args_builtin): Updated to support subreg.
18605
18606         * doc/extend.texi: Correct __builtin_ia32_crc32di.
18607
18608 2008-05-01  Jan Hubicka  <jh@suse.cz>
18609
18610         * tree-pass.h (opt_pass): Add IPA_PASS.
18611         (varpool_node, cgraph_node): Forward declare.
18612         (ipa_opt_pass): Define.
18613         (pass_ipa_inline): Turn into ipa_opt_pass.
18614         (pass_apply_inline): Remove.
18615         * ipa-inline.c (pass_ipa_inline): Turn into ipa_opt_pass.
18616         (apply_inline): Turn into ....
18617         (inline_transform): ... this one.
18618         (inline_generate_summary): New function.
18619         (pass_apply_inline): Remove.
18620         * function.h (ipa_opt_pass): Forward declare structure; typedef;
18621         vector.
18622         (struct function): Add ipa_transforms_to_apply.
18623         * passes.c (register_one_dump_file): Work on IPA_PASS.
18624         (init_optimization_passes): Remove pass_inline_parameters and
18625         pass_apply_inline.
18626         (pass_init_dump_file, pass_fini_dump_file): Break out from ....
18627         (execute_one_pass) ... here; apply transforms when possible.
18628         (add_ipa_transform_pass, execute_ipa_summary_asses,
18629         execute_one_ipa_transform_pass): New.
18630         (execute_ipa_pass_list): Update for IPA_PASS type.
18631
18632 2008-05-01  H.J. Lu  <hongjiu.lu@intel.com>
18633
18634         * config/i386/i386.c (ix86_builtin_type): Add
18635         V2DI_FTYPE_V2DI_V16QI, V2DI_FTYPE_V2DI_UINT_UINT and
18636         V2DI_FTYPE_V2DI_V2DI_UINT_UINT.
18637         (bdesc_args): Add SSE4a builtins.
18638         (ix86_init_mmx_sse_builtins): Updated.
18639         (ix86_expand_args_builtin): Likewise.
18640         (ix86_expand_builtin): Likewise.
18641
18642 2008-05-01  H.J. Lu  <hongjiu.lu@intel.com>
18643
18644         * config/i386/i386.c (ix86_builtin_type): Add
18645         V8HI_FTYPE_V8HI_V8HI_COUNT, V8HI_FTYPE_V8HI_SI_COUNT,
18646         V4SI_FTYPE_V4SI_V4SI_COUNT, V4SI_FTYPE_V4SI_SI_COUNT,
18647         V4HI_FTYPE_V4HI_V4HI_COUNT, V4HI_FTYPE_V4HI_SI_COUNT,
18648         V2DI_FTYPE_V2DI_V2DI_COUNT, V2DI_FTYPE_V2DI_SI_COUNT,
18649         V2SI_FTYPE_V2SI_V2SI_COUNT, V2SI_FTYPE_V2SI_SI_COUNT,
18650         V1DI_FTYPE_V1DI_V1DI_COUNT, V1DI_FTYPE_V1DI_SI_COUNT,
18651         V8HI_FTYPE_V8HI_INT, V4SI_FTYPE_V4SI_INT, V4HI_FTYPE_V4HI_INT,
18652         V2DI2TI_FTYPE_V2DI2TI_INT, V2DI2TI_FTYPE_V2DI2TI_V2DI2TI_INT
18653         and DI_FTYPE_DI_DI_INT.
18654         (bdesc_args): Add MMX/SSE shift, shuffle and palignr builtins.
18655         (ix86_init_mmx_sse_builtins): Updated.
18656         (ix86_expand_args_builtin): Likewise.
18657         (ix86_expand_builtin): Likewise.
18658         (ix86_expand_binop_imm_builtin): Removed.
18659
18660         * doc/extend.texi: Correct __builtin_ia32_palignr128.
18661
18662 2008-04-30  Richard Guenther  <rguenther@suse.de>
18663
18664         PR tree-optimization/32921
18665         * tree-ssa-loop-im.c (mem_refs_may_alias_p): Disambiguate with TBAA.
18666
18667 2008-04-30  Richard Sandiford  <rsandifo@nildram.co.uk>
18668
18669         * config/arm/arm.c (arm_unwind_emit): Use
18670         crtl->all_throwers_are_sibcalls instead of
18671         cfun->all_throwers_are_sibcalls.
18672         (arm_output_fn_unwind): Likewise.
18673         * config/frv/frv.c (frv_stack_info): Use crtl->uses_pic_offset_table
18674         instead of cfun->uses_pic_offset_table.
18675         (frv_expand_prologue): Likewise.
18676         (frv_frame_pointer_required): Likewise.
18677         (frv_expand_fdpic_call): Likewise.
18678         (frv_emit_movsi): Likewise.
18679         * config/iq2000/iq2000.c (iq2000_expand_prologue): Use
18680         cfun->returns_pcc_struct instead of
18681         current_function_returns_pcc_struct.
18682         * config/m32c/m32c.c (need_to_save): Use crtl->calls_eh_return
18683         instead of cfun->calls_eh_return.
18684         (m32c_pushm_popm): Likewise.
18685         * config/xtensa/xtensa.h (cfun->calls_alloca): Remove bogus
18686         "extern" declaration.
18687
18688 2008-04-30  Richard Guenther  <rguenther@suse.de>
18689
18690         PR tree-optimization/21636
18691         * tree-ssa-ccp.c (ccp_fold): Handle &p->x with p being a
18692         constant address.
18693         (evaluate_stmt): Print the likely value.
18694         (ccp_visit_stmt): Avoid excessive vertical spacing.
18695
18696 2008-04-30  Rafael Espíndola  <espindola@google.com>
18697
18698         * builtins.c (fold_call_expr): Return realret.
18699         * tree-ssa-threadedge.c
18700         (record_temporary_equivalences_from_stmts_at_dest): Ignore calls to
18701         __builtin_object_size.
18702
18703 2008-04-30  Seongbae Park  <seongbae.park@gmail.com>
18704
18705         * gcc.c (wrapper_string): New variable.
18706         (insert_wrapper): New function.
18707         (execute): New option -wrapper.
18708         * doc/invoke.texi (Overall Options): New driver option -wrapper.
18709
18710 2008-04-30  Nathan Froyd  <froydnj@codesourcery.com>
18711
18712         * config/rs6000/crtresgpr.asm, config/rs6000/crtresxgpr.asm,
18713         config/rs6000/crtsavgpr.asm, config/rs6000/crtresfpr.asm,
18714         config/rs6000/crtresxfpr.asm, config/rs6000/crtsavfpr.asm: Break out
18715         from...
18716         * config/rs6000/crtsavres.asm: ...here.  Remove unneeded file.
18717         * config/rs6000/e500crtres32gpr.asm, config/rs6000/e500crtres64gpr.asm,
18718         config/rs6000/e500crtres64gprctr.asm,
18719         config/rs6000/e500crtrest32gpr.asm, config/rs6000/e500crtrest64gpr.asm,
18720         config/rs6000/e500crtresx32gpr.asm, config/rs6000/e500crtresx64gpr.asm,
18721         config/rs6000/e500crtsav32gpr.asm, config/rs6000/e500crtsav64gpr.asm,
18722         config/rs6000/e500crtsav64gprctr.asm,
18723         config/rs6000/e500crtsavg32gpr.asm, config/rs6000/e500crtsavg64gpr.asm,
18724         config/rs6000/e500crtsavg64gprctr.asm: New files.
18725         * config/rs6000/t-ppccomm: Add build rules for new files.
18726         (LIB2FUNCS_STATIC_EXTRA): Add new files.
18727         * config/rs6000/t-netbsd: Add build rules for new files.
18728         (LIB2FUNCS_STATIC_EXTRA): New variable.
18729         * config/rs6000/sysv4.h (ENDFILE_SPEC): Don't include crtsavres.o
18730         (CRTSAVRES_DEFAULT_SPEC): Likewise.
18731         * config/rs6000/netbsd.h (ENDFILE_SPEC): Likewise.
18732
18733 2008-04-30  H.J. Lu  <hongjiu.lu@intel.com>
18734
18735         * config/i386/i386.c (ix86_builtin_type): Add
18736         FLOAT128_FTYPE_FLOAT128_FLOAT128, V16QI_FTYPE_V16QI_V16QI,
18737         V16QI_FTYPE_V8HI_V8HI, V8QI_FTYPE_V8QI_V8QI,
18738         V8QI_FTYPE_V4HI_V4HI, V8HI_FTYPE_V8HI_V8HI,
18739         V8HI_FTYPE_V16QI_V16QI, V8HI_FTYPE_V4SI_V4SI,
18740         V4SI_FTYPE_V4SI_V4SI, V4SI_FTYPE_V8HI_V8HI,
18741         V4SI_FTYPE_V4SF_V4SF, V4SI_FTYPE_V2DF_V2DF,
18742         V4HI_FTYPE_V4HI_V4HI, V4HI_FTYPE_V8QI_V8QI,
18743         V4HI_FTYPE_V2SI_V2SI, V4SF_FTYPE_V4SF_V4SF,
18744         V4SF_FTYPE_V4SF_V4SF_SWAP, V4SF_FTYPE_V4SF_V2SI,
18745         V4SF_FTYPE_V4SF_V2DF, V4SF_FTYPE_V4SF_DI,
18746         V4SF_FTYPE_V4SF_SI, V2DI_FTYPE_V2DI_V2DI,
18747         V2DI_FTYPE_V16QI_V16QI, V2DI_FTYPE_V4SI_V4SI,
18748         V2DI_FTYPE_V2DF_V2DF, V2SI_FTYPE_V2SI_V2SI,
18749         V2SI_FTYPE_V4HI_V4HI, V2SI_FTYPE_V2SF_V2SF,
18750         V2DF_FTYPE_V2DF_V2DF, V2DF_FTYPE_V2DF_V2DF_SWAP,
18751         V2DF_FTYPE_V2DF_V4SF, V2DF_FTYPE_V2DF_DI,
18752         V2DF_FTYPE_V2DF_SI, V2SF_FTYPE_V2SF_V2SF,
18753         V1DI_FTYPE_V1DI_V1DI, V1DI_FTYPE_V8QI_V8QI and
18754         V1DI_FTYPE_V2SI_V2SI.
18755         (bdesc_2arg): Moved to ...
18756         (bdesc_args): Here.
18757         (ix86_init_mmx_sse_builtins): Updated.
18758         (ix86_expand_args_builtin): Updated.  Take a pointer
18759         to const struct builtin_description.  Handle comparison
18760         builtin functions.
18761         (ix86_expand_sse_compare): Take a new argument for swapping operands.
18762         (ix86_expand_builtin): Updated.
18763
18764         * config/i386/sse.md (ssse3_pmaddubswv8hi3): Renamed to ...
18765         (ssse3_pmaddubsw128): This.
18766         (ssse3_pmaddubswv4hi3): Renamed to ...
18767         (ssse3_pmaddubsw): This.
18768
18769         * doc/extend.texi (__builtin_ia32_packsswb128): Correct prototype.
18770         (__builtin_ia32_packssdw128): Likewise.
18771         (__builtin_ia32_packuswb128): Likewise.
18772         (__builtin_ia32_pmaddubsw): Likewise.
18773         (__builtin_ia32_pmaddubsw128): Likewise.
18774
18775 2008-04-30  Richard Guenther  <rguenther@suse.de>
18776
18777         PR tree-optimization/14847
18778         * tree-ssa-ifcombine.c (get_name_for_bit_test): New helper function.
18779         (recognize_bits_test): Use it.
18780         (recognize_single_bit_test): Likewise.
18781
18782 2008-04-30  Martin Jambor  <mjambor@suse.cz>
18783
18784         * ipa-cp.c (ipcp_init_stage): Calls ipa_set_called_with_variable_arg
18785         instead of setting number of formal parameters to zero.
18786         (ipcp_init_stage): Do not set the number of actual parameters to zero
18787         either.
18788         (ipcp_propagate_stage): Explicitly skipping all calls to nodes
18789         which are called with variable number of arguments.
18790         (ipcp_insert_stage): Explicitely skipping all nodes which are
18791         called with variable number of arguments.
18792         (ipcp_callsite_param_print): Skipps callsites to nodes with varaible
18793         number of parameters.
18794
18795         * ipa-prop.h (struct ipa_node_params): Added flag
18796         called_with_var_arguments
18797         (ipa_set_param_count): Added.  Changed sole setter to use it.
18798         (ipa_get_param_count): Added.  All readers of param_count
18799         converted to use it instead.
18800         (ipa_set_called_with_variable_arg): Added.
18801         (ipa_is_called_with_var_arguments): Added.
18802         (ipa_get_ith_param): Added.  All readers of param_decls converted
18803         to use it instead.
18804         (ipa_set_cs_argument_count): Added, sole writer to argument_count
18805         changed to use it.
18806         (ipa_get_cs_argument_count): Added, all readers of argument_count
18807         changed to cal it.
18808         (ipa_get_ith_jump_func): Added. Accessors of jump values changed
18809         to use it.
18810
18811         * ipa-prop.h (struct ipcp_formal): Renamed to ipcp_lattice
18812         (struct ipcp_lattice): Renamed cval_type to type
18813         (struct ipa_node_params): ipcp_cval renamed to ipcp_lattices
18814
18815         * ipa-cp.c (ipcp_cval_get_cvalue): Changed return value to tree
18816         (ipcp_cval_set_cvalue): Changed type of parameter value to tree
18817         (ipcp_insert_stage): Changed the type of variable cvalue to tree
18818         (ipcp_replace_map_create): Changed the type of parameter cvalue to tree
18819         (build_const_val): Changed the type of parameter cvalue to tree
18820         (ipcp_propagate_const): Changed the type of parameter cvalue to tree
18821         (ipcp_method_cval_set_cvalue_type): Renamed parameter cval_type1 to type
18822
18823         * ipa-prop.h (struct ipcp_formal): Replaced cvalue with tree called
18824         constant
18825
18826         * ipa-prop.c (ipa_methodlist_init): Renamed to ipa_init_func_list
18827         (ipa_methodlist_not_empty): Removed, the sole user now checks directly
18828         (ipa_add_method): Renamed to ipa_push_func_to_list
18829         (ipa_remove_method): Renamed to ipa_pop_func_from_list
18830         (ipa_callsite_param_count): Removed.
18831         (ipa_callsite_param_count_set): Removed.
18832         (ipa_callsite_param): Removed.
18833         (ipa_callsite_callee): Removed.
18834         (ipa_callsite_compute_param): Renamed to ipa_compute_jump_functions
18835         (ipa_callsite_compute_count): Renamed to ipa_count_arguments
18836         (ipa_method_formal_count): Removed.
18837         (ipa_method_formal_count_set): Removed.
18838         (ipa_method_get_tree): Removed.
18839         (ipa_method_tree_map_create): Removed.
18840         (ipa_method_compute_tree_map): Renamed to ipa_create_param_decls_array
18841         (ipa_create_param_decls_array): Creates the array itself
18842         (ipa_create_param_decls_array): Temporary variable info instead of
18843         a few dereferences.
18844         (ipa_method_formal_compute_count): Renamed to ipa_count_formal_params
18845         (ipa_method_compute_modify): Renamed to ipa_detect_param_modifications
18846         (get_type): Removed.
18847         (ipa_jf_get_info_type): Removed.
18848         (ipa_node_create): Renamed to ipa_create_node_params
18849         (ipa_free): Renamed to ipa_free_all_node_params
18850         (ipa_nodes_create): Renamed to ipa_create_all_node_params
18851         (ipa_edges_create): Renamed to ipa_create_all_edge_args
18852         (ipa_edges_free): Renamed to ipa_free_all_edge_args
18853         (ipa_nodes_free): Integrated into ipa_free_all_node_params and removed
18854         (ipa_free_all_node_params): Deallocation to jump_functions moved to
18855         ipa_free_all_edge_args
18856         (ipa_method_tree_print): Renamed to ipa_print_all_tree_maps
18857         (ipa_method_modify_print): Renamed to ipa_print_all_params_modified
18858         (ipa_create_methodlist_node): Removed.
18859         (ipa_methodlist_method): Removed.
18860         (ipa_methodlist_method_set): Removed.
18861         (ipa_methodlist_next_method): Removed.
18862         (ipa_methodlist_next_method_set): Removed.
18863         (ipa_method_is_modified): Removed.
18864         (ipa_method_modify_create): Removed.
18865         (ipa_method_modify_init): Temporary variable info instead of a few
18866         dereferences.
18867         (ipa_detect_param_modifications): Temporary variable info instead of
18868         a few dereferences.
18869         (ipa_compute_jump_functions): Temporary variable info instead of
18870         a few dereferences.
18871         (ipa_method_modify_set): Removed.
18872         (ipa_method_tree_map): Renamed to ipa_get_param_decl_index
18873         (ipa_get_param_decl_index): Now accepts struct ipa_node_params rather
18874         than craph_node as the first parameter.
18875         (ipa_method_modify_stmt): Renamed to ipa_check_stmt_modifications
18876         (ipa_method_modify_init): Removed.
18877         (ipa_compute_jump_functions): Added a temp variable instead of
18878         repeatadly dereferencing the cgraph_edge.aux pointer
18879         (ipa_callsite_param_set_type): Removed.
18880         (ipa_compute_jump_functions): i renamed to index and moved to
18881         an inner block
18882         (ipa_callsite_param_set_info_type_formal): Removed.
18883         (ipa_callsite_param_set_info_type): Removed.
18884         (ipa_callsite_param_map_create): Removed.
18885         (ipa_callsite_tree): Removed.
18886         (ipa_callsite_caller): Removed.
18887         (ipa_pop_func_from_list): return_method removed to return_func
18888
18889         * ipa-prop.h (enum cvalue_type): Renamed to ipa_lattice_type,
18890         prefixed all values with IPA_. Changed all users.
18891         (enum jump_func_type): Rnamed UNKNOWN_IPATYPE to IPA_UNKNOWN,
18892         CONST_IPATYPE to IPA_CONST, CONST_IPATYPE_REF to IPA_CONST_REF
18893         and FORMAL_IPATYPE IPA_PASS_THROUGH.
18894         (union parameter_info): Renamed to jump_func_value.
18895         (union jump_func_value): Renamed value to constant
18896         (struct ipa_jump_func): Renamed info_type to value
18897         (struct ipa_node): Renamed to ipa_node_params
18898         (struct ipa_node_params): Renamed ipa_arg_num to param_count
18899         (struct ipa_node_params): Renamed ipa_param_tree to param_decls
18900         (struct ipa_node_params): Renamed ipa_mod to modified_flags
18901         (struct ipa_edge): Renamed to ipa_edge_args
18902         (struct ipa_edge_args): Renamed ipa_param_num to argument_count
18903         (struct ipa_edge_args): Renamed ipa_param_map to jump_functions
18904         (struct ipa_methodlist): Renamed to ipa_func_list
18905         (struct ipa_func_list): method_p renamed to node, next_method
18906         renamed to next
18907         (ipa_methodlist_p): Removed, switched all users to struct pointer
18908         (IS_VALID_TREE_MAP_INDEX): Renamed to IS_VALID_JUMP_FUNC_INDEX
18909
18910 2008-04-30  Alan Modra  <amodra@bigpond.net.au>
18911
18912         * config/rs6000/rs6000.c (ALWAYS_RESTORE_ALTIVEC_BEFORE_POP): Define.
18913         (rs6000_emit_epilogue): Use backchain to restore only when we
18914         have a large frame.  Make use of frame pointer to restore if we
18915         have one.  Handle ALWAYS_RESTORE_ALTIVEC_BEFORE_POP.
18916
18917 2008-04-29  Paolo Bonzini  <bonzini@gnu.org>
18918
18919         * config/avr/avr.md (*sbrx_branch, *sbix_branch, *sbix_branch_tmp):
18920         Add mode to zero_extract.
18921         (sign bit tests peepholes): (Ditto.).
18922
18923 2008-04-29  H.J. Lu  <hongjiu.lu@intel.com>
18924
18925         * config/i386/i386.c (ix86_builtins): Replace Prescott New
18926         Instructions in comments with SSE3.
18927         (ix86_builtin_type): This.  Add FLOAT128_FTYPE_FLOAT128,
18928         INT64_FTYPE_V4SF, INT64_FTYPE_V2DF, INT_FTYPE_V16QI,
18929         INT_FTYPE_V8QI, INT_FTYPE_V4SF, INT_FTYPE_V2DF,
18930         V16QI_FTYPE_V16QI, V8HI_FTYPE_V8HI, V8HI_FTYPE_V16QI,
18931         V8QI_FTYPE_V8QI, V4SI_FTYPE_V4SI, V4SI_FTYPE_V16QI,
18932         V4SI_FTYPE_V4SF, V4SI_FTYPE_V8HI, V4SI_FTYPE_V2DF,
18933         V4HI_FTYPE_V4HI, V4SF_FTYPE_V4SF, V4SF_FTYPE_V4SI,
18934         V4SF_FTYPE_V2DF, V2DI_FTYPE_V2DI, V2DI_FTYPE_V16QI,
18935         V2DI_FTYPE_V8HI, V2DI_FTYPE_V4SI, V2DF_FTYPE_V2DF,
18936         V2DF_FTYPE_V4SI, V2DF_FTYPE_V4SF, V2DF_FTYPE_V2SI,
18937         V2SI_FTYPE_V2SI, V2SI_FTYPE_V4SF, V2SI_FTYPE_V2SF,
18938         V2SI_FTYPE_V2DF, V2SF_FTYPE_V2SF and V2SF_FTYPE_V2SI.
18939         (bdesc_sse_args): Renamed to ...
18940         (bdesc_args): This.  Add IX86_BUILTIN_PF2ID, IX86_BUILTIN_PFRCP,
18941         IX86_BUILTIN_PFRSQRT, IX86_BUILTIN_PI2FD, IX86_BUILTIN_PF2IW,
18942         IX86_BUILTIN_PSWAPDSI, IX86_BUILTIN_PSWAPDSF and
18943         IX86_BUILTIN_FABSQ.
18944         (bdesc_1arg): Moved to ...
18945         (bdesc_args): Here.
18946         (ix86_init_mmx_sse_builtins): Updated.  Replace Prescott New
18947         Instructions in comments with SSE3.
18948         (ix86_expand_sse_operands_builtin): Renamed to ...
18949         (ix86_expand_args_builtin): This.  Updated.
18950         (ix86_expand_unop1_builtin): Update comments.
18951         (ix86_expand_builtin): Updated.
18952
18953 2008-04-29  Richard Guenther  <rguenther@suse.de>
18954
18955         PR tree-optimization/36078
18956         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely):
18957         Update virtual SSA form after cleaning up the CFG.
18958
18959 2008-04-29  Richard Guenther  <rguenther@suse.de>
18960
18961         PR middle-end/15255
18962         * fold-const.c (fold_binary): Fold (A + A) * C to A * 2*C.
18963
18964 2008-04-29  Richard Guenther  <rguenther@suse.de>
18965
18966         * tree-ssa-alias.c (finalize_ref_all_pointers): Remove.
18967         (compute_may_aliases): Do not call finalize_ref_all_pointers.
18968         (compute_flow_insensitive_aliasing): Do not treat
18969         PTR_IS_REF_ALL pointers special.
18970         (get_smt_for): Likewise.
18971         (may_alias_p): Re-structure.
18972         (is_escape_site): A ref-all pointer conversion is not an escape site.
18973         * tree-ssa-structalias.c (find_what_p_points_to): Do not treat
18974         PTR_IS_REF_ALL pointers special.
18975         * tree-ssa-structalias.h (struct alias_info): Remove
18976         ref_all_symbol_mem_tag field.
18977         (PTR_IS_REF_ALL): Remove.
18978
18979 2008-04-29  Richard Guenther  <rguenther@suse.de>
18980
18981         PR middle-end/36077
18982         * fold-const.c (extract_muldiv_1): In combining division constants
18983         make sure to never overflow.
18984
18985 2008-04-29  Nick Clifton  <nickc@redhat.com>
18986
18987         * doc/tm.texi (RETURN_ADDR_RTX): Fix typo.
18988
18989 2008-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18990
18991         PR bootstrap/35169
18992         * optc-gen.awk: Work around HP-UX/IA awk bug.
18993
18994 2008-04-28  Danny Smith  <dannysmith@users.sourceforge.net>
18995
18996         * config/i386/cygming-crtend.c (register_frame_ctor): Revert my
18997         2008-04-25 commit.
18998
18999 2008-04-28  Uros Bizjak  <ubizjak@gmail.com>
19000
19001         PR target/36073
19002         * config/i386/i386.md
19003         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit):
19004         Change operand 1 predicate to nonimmediate_operand.
19005
19006 2008-04-28  Jakub Jelinek  <jakub@redhat.com>
19007
19008         PR debug/36060
19009         * dwarf2out.c (struct die_struct): Mark as chain_circular through
19010         die_sub field.
19011         * gengtype.c (walk_type, write_func_for_structure): Handle
19012         chain_circular.
19013         * doc/gty.texi: Document chain_circular.
19014
19015 2008-04-28  Richard Guenther  <rguenther@suse.de>
19016
19017         PR tree-optimization/36066
19018         * tree-vrp.c (execute_vrp): Cleanup the CFG only after finalizing
19019         SCEV and loop.
19020
19021 2008-04-28  Uros Bizjak  <ubizjak@gmail.com>
19022
19023         PR target/36064
19024         * config/i386/i386.md
19025         (floatdi<X87MODEF:mode>2_i387_with_xmm splitters):
19026         Use match_scratch instead of match_operand for operands 3 and 4.
19027
19028 2008-04-27  Richard Guenther  <rguenther@suse.de>
19029
19030         PR tree-optimization/18754
19031         PR tree-optimization/34223
19032         * tree-pass.h (pass_complete_unrolli): Declare.
19033         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Print
19034         loop size before and after unconditionally of UL_NO_GROWTH in effect.
19035         Rewrite loop into loop closed SSA form if it is not already.
19036         (tree_unroll_loops_completely): Re-structure to iterate over
19037         innermost loops with intermediate CFG cleanups.
19038         Unroll outermost loops only if requested or the code does not grow
19039         doing so.
19040         * tree-ssa-loop.c (gate_tree_vectorize): Don't shortcut if no
19041         loops are available.
19042         (tree_vectorize): Instead do so here.
19043         (tree_complete_unroll): Also unroll outermost loops.
19044         (tree_complete_unroll_inner): New function.
19045         (gate_tree_complete_unroll_inner): Likewise.
19046         (pass_complete_unrolli): New pass.
19047         * tree-ssa-loop-manip.c (find_uses_to_rename_use): Only record
19048         uses outside of the loop.
19049         (tree_duplicate_loop_to_header_edge): Only verify loop-closed SSA
19050         form if it is available.
19051         * tree-flow.h (tree_unroll_loops_completely): Add extra parameter.
19052         * passes.c (init_optimization_passes): Schedule complete inner
19053         loop unrolling pass before the first CCP pass after final inlining.
19054
19055 2008-04-27  Nathan Sidwell  <nathan@codesourcery.com>
19056
19057         * targhooks.h (default_emutls_var_fields,
19058         default_emutls_var_init): Declare.
19059         * tree.h (DECL_THREAD_LOCAL): Compare against TLS_MODEL_REAL.
19060         * target.h (struct gcc_target): Add struct emutls member.
19061         * target-def.h (TARGET_EMUTLS_GET_ADDRESS,
19062         TARGET_EMUTLS_REGISTER_COMMON, TARGET_EMUTLS_VAR_SECTION,
19063         TARGET_EMUTLS_TMPL_SECTION, TARGET_EMUTLS_VAR_PREFIX,
19064         TARGET_EMUTLS_TMPL_PREFIX, TARGET_EMUTLS_VAR_FIELDS,
19065         TARGET_EMUTLS_VAR_INIT, TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS,
19066         TARGET_EMUTLS_VAR_ALIGN_FIXED, TARGET_EMUTLS): New.
19067         (TARGET_INITIALIZER): Add TARGET_EMUTLS.
19068         * builtins.def (BUILT_IN_EMUTLS_GET_ADDRESS,
19069         BUILT_IN_EMUTLS_REGISTER_COMMON): Get name from targetm structure.
19070         * dwarf2out.c (loc_descriptor_from_tree_1): Check if emutls can
19071         emit debug information.
19072         * coretypes.h (tls_model): Add TLS_MODEL_EMULATED, TLS_MODEL_REAL.
19073         * varasm.c: Include targhooks.h.
19074         (emutls_object_section, emutls_tmpl_section): New.
19075         (EMUTLS_VAR_PREFIX, EMUTLS_TMPL_PREFIX): Remove.
19076         (EMUTLS_SEPARATOR): New.
19077         (prefix_name): New.
19078         (get_emutls_object_name): New.
19079         (default_emutls_var_fields): New, broken out of ...
19080         (get_emutls_object_type): ... here.  Adjust to use target hooks.
19081         (get_emutls_init_templ_addr): Adjust to use target hooks.
19082         (emutls_decl): Adjust to use target hooks.
19083         (emutls_finish): Likewise.
19084         (default_emutls_var_init): New, broken out of ...
19085         (assemble_variable): ... here.  Adjust to use target hooks.
19086         * output.h (enum section_category): Add SECCAT_EMUTLS_VAR,
19087         SECCAT_EMUTLS_TMPL.
19088         * c-common.c (handle_section_attribute): Prevent overriding
19089         sections for emulated tls with special sections.
19090         * config/i386/i386.c (x86_64_elf_select_section): Add
19091         SECCAT_EMUTLS_VAR and SECCAT_EMUTLS_TMPL.
19092         (x86_64_elf_unique_section): Likewise.
19093         * config/vxworks.c: Include tree.h.
19094         (vxworks_emutls_var_fields, vxworks_emutls_var_init): New.
19095         (vxworks_override_options): Set TLS scheme.
19096         * doc/tm.texi (Emulated TLS): New node.
19097
19098 2008-04-26  Simon Baldwin <simonb@google.com>
19099
19100         PR c/35652
19101         * builtins.c (c_strlen): Suppressed multiple warnings that can occur
19102         with propagated string constants.
19103
19104 2008-04-26  Uros Bizjak  <ubizjak@gmail.com>
19105
19106         * config/i386/i386.md (fix_trunc<mode>_i387_fisttp_with_temp): Use 'X'
19107         constraint for operand 2 when operand 0 is memory operand.
19108         (fix_truncdi_i387_with_temp): : Use 'X' constraint for operand 4 when
19109         operand 0 is memory operand.
19110         (fix_trunc<mode>_i387_with_temp): Ditto.
19111         (*floatsi<mode>2_vector_mixed_with_temp): Use 'X' constraint for
19112         operand 2 when operand 1 is memory operand.
19113         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_with_temp): Ditto.
19114         (*floatsi<mode>2_vector_sse_with_temp): Ditto.
19115         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_with_temp): Ditto.
19116         (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp): Ditto.
19117         (floatdi<X87MODEF:mode>2_i387_with_xmm): Use 'X' constraint for
19118         operands 2,3 and 4 when operand 1 is memory operand.
19119         (fistdi2_with_temp): Use 'X' constraint for operand 2 when operand 0
19120         is memory operand.
19121         (fistdi2_floor_with_temp): Ditto.
19122         (fist<mode>2_floor_with_temp): Ditto.
19123         (fistdi2_ceil_with_temp): Ditto.
19124         (fist<mode>2_ceil_with_temp): Ditto.
19125         (*truncdfsf_fast_mixed): Merge alternatives 0 and 1.
19126
19127 2008-04-26  David Daney  <ddaney@avtrex.com>
19128
19129         * config/mips/mips.md (UNSPEC_COMPARE_AND_SWAP_12): New
19130         unspec_volitile.
19131         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_EXCHANGE,
19132         UNSPEC_MEMORY_BARRIER, UNSPEC_SET_GOT_VERSION,
19133         UNSPEC_UPDATE_GOT_VERSION): Renumber.
19134         (sync_compare_and_swap<mode>): New expand for QI and HI modes.
19135         (compare_and_swap_12): New insn.
19136         * config/mips/mips-protos.h (mips_expand_compare_and_swap_12): Declare.
19137         * config/mips/mips.c (mips_force_binary): New function.
19138         (mips_emit_int_order_test, mips_expand_synci_loop): Use it.
19139         (mips_expand_compare_and_swap_12): New function.
19140         * config/mips/mips.h (MIPS_COMPARE_AND_SWAP_12): New macro.
19141
19142 2008-04-25  Jan Hubicka  <jh@suse.cz>
19143
19144         PR testsuite/35843
19145         * cfgexpand.c (pass_expand): Turn into RTL pass.
19146         * passes.c (execute_one_pass): Do pass typechecking after execution.
19147         * tree-pass.h (pass_expand): Turn into RTL pass.
19148
19149         * function.h (struct rtl_data): Move here fields
19150         accesses_prior_frames, calls_eh_return, saves_all_registers,
19151         has_nonlocal_goto, has_asm_statement, is_thunk,
19152         all_throwers_are_sibcalls, limit_stack, profile, uses_const_pool,
19153         uses_pic_offset_table, uses_eh_lsda, tail_call_emit,
19154         arg_pointer_save_area_init from struct function; turn into bool.
19155         (struct function): Move
19156         calls_eh_return, saves_all_registers, has_nonlocal_goto,
19157         has_asm_statement, is_thunk, all_throwers_are_sibcalls, limit_stack,
19158         profile, uses_const_pool, uses_pic_offset_table, uses_eh_lsda,
19159         tail_call_emit, arg_pointer_save_area_init
19160         into struct rtl_data.  Remove recursive_call_emit and gimplified flags.
19161         (current_function_returns_struct, current_function_returns_pcc_struct,
19162         current_function_calls_setjmp, current_function_calls_alloca,
19163         current_function_accesses_prior_frames,
19164         current_function_calls_eh_return, current_function_is_thunk,
19165         current_function_stdarg, current_function_profile,
19166         current_function_limit_stack, current_function_uses_pic_offset_table,
19167         current_function_uses_const_pool, current_function_has_nonlocal_label,
19168         current_function_saves_all_registers,
19169         current_function_has_nonlocal_goto,
19170         current_function_has_asm_statement): Remove accesor macros.
19171         * ra-conflict.c (global_conflicts): Update.
19172         * tree-tailcall.c (suitable_for_tail_opt_p): Update.
19173         (suitable_for_tail_call_opt_p): Update.
19174         * builtins.c (expand_builtin_return_addr): Update.
19175         (expand_builtin_setjmp_setup): Update.
19176         (expand_builtin_nonlocal_goto): Update.
19177         * final.c (final_start_function): Update.
19178         (profile_function): Update.
19179         (leaf_function_p): Update.
19180         (only_leaf_regs_used): Update.
19181         * df-scan.c (df_get_exit_block_use_set): Update.
19182         * dojump.c (clear_pending_stack_adjust): Update.
19183         * tree-stdarg.c (gate_optimize_stdarg): Update.
19184         * gimple-low.c (lower_function_body): Update.
19185         * global.c (compute_regsets): Update.
19186         (global_alloc): Update.
19187         * dwarf2out.c (dwarf2out_begin_prologue): Update.
19188         * expr.c (expand_assignment): Update.
19189         * dse.c (dse_step0): Update.
19190         (dse_step1): Update.
19191         * c-decl.c (store_parm_decls): Update.
19192         * local-alloc.c (combine_regs): Update.
19193         (find_free_reg): Update.
19194         * function.c (assign_parms_augmented_arg_list): Update.
19195         (assign_parm_find_data_types): Update.
19196         (assign_parms): Update.
19197         (allocate_struct_function): Update.
19198         (expand_function_start): Update.
19199         (expand_function_end): Update.
19200         (get_arg_pointer_save_area): Update.
19201         (thread_prologue_and_epilogue_insns): Update.
19202         (rest_of_match_asm_constraints): Update.
19203         * stor-layout.c (variable_size): Update.
19204         * gcse.c (gcse_main): Update.
19205         (bypass_jumps): Update.
19206         * gimplify.c (gimplify_function_tree): Update.
19207         * calls.c (emit_call_1): Update.
19208         (expand_call): Update.
19209         * bt-load.c (compute_defs_uses_and_gen): Update.
19210         * except.c (sjlj_assign_call_site_values): Update.
19211         (sjlj_emit_function_enter): Update.
19212         (can_throw_external): Update.
19213         (set_nothrow_function_flags): Update.
19214         (expand_builtin_unwind_init): Update.
19215         (expand_eh_return): Update.
19216         (convert_to_eh_region_ranges): Update.
19217         (output_function_exception_table): Update.
19218         * emit-rtl.c (gen_tmp_stack_mem): Update.
19219         * cfgexpand.c (expand_used_vars): Update.
19220         (tree_expand_cfg): Update.
19221         * cfgcleanup.c (rest_of_handle_jump): Update.
19222         * explow.c (allocate_dynamic_stack_space): Update.
19223         * varasm.c (assemble_start_function): Update.
19224         (force_const_mem): Update.
19225         (mark_constant_pool): Update.
19226         * tree-optimize.c (tree_rest_of_compilation): Update.
19227         * stack-ptr-mod.c (notice_stack_pointer_modification): Update.
19228         * tree-cfg.c (notice_special_calls): Update.
19229         (is_ctrl_altering_stmt): Update.
19230         (tree_can_make_abnormal_goto): Update.
19231         (tree_purge_dead_abnormal_call_edges): Update.
19232         * config/alpha/predicates.md: Update.
19233         * config/alpha/alpha.c (alpha_sa_mask): Update.
19234         (alpha_sa_size): Update.
19235         (alpha_does_function_need_gp): Update.
19236         (alpha_expand_prologue): Update.
19237         (alpha_start_function): Update.
19238         (alpha_output_function_end_prologue): Update.
19239         (alpha_expand_epilogue): Update.
19240         * config/frv/frv.c (frv_stack_info): Update.
19241         (frv_expand_epilogue): Update.
19242         * config/s390/s390.c (s390_regs_ever_clobbered): Update.
19243         (s390_register_info): Update.
19244         (s390_frame_info): Update.
19245         (s390_init_frame_layout): Update.
19246         (s390_can_eliminate): Update.
19247         (save_gprs): Update.
19248         * config/spu/spu.c (spu_split_immediate): Update.
19249         (need_to_save_reg): Update.
19250         (spu_expand_prologue): Update.
19251         (spu_expand_epilogue): Update.
19252         * config/sparc/sparc.md: Update.
19253         * config/sparc/sparc.c (eligible_for_return_delay): Update.
19254         (sparc_tls_got): Update.
19255         (legitimize_pic_address): Update.
19256         (sparc_emit_call_insn): Update.
19257         (sparc_expand_prologue): Update.
19258         (output_return): Update.
19259         (print_operand): Update.
19260         (sparc_function_ok_for_sibcall): Update.
19261         * config/sparc/sparc.h (EXIT_IGNORE_STACK): Update.
19262         * config/m32r/m32r.md: Update.
19263         * config/m32r/m32r.c (MUST_SAVE_RETURN_ADDR): Update.
19264         (m32r_compute_frame_size): Update.
19265         (m32r_expand_prologue): Update.
19266         (m32r_expand_epilogue): Update.
19267         (m32r_legitimize_pic_address): Update.
19268         * config/m32r/m32r.h (FRAME_POINTER_REQUIRED): Update.
19269         * config/i386/linux.h (SUBTARGET_FRAME_POINTER_REQUIRED): Update.
19270         * config/i386/i386.c (ix86_frame_pointer_required): Update.
19271         (gen_push): Update.
19272         (ix86_save_reg): Update.
19273         (ix86_compute_frame_layout): Update.
19274         (ix86_expand_prologue): Update.
19275         (ix86_expand_epilogue): Update.
19276         * config/sh/sh.c (output_stack_adjust): Update.
19277         (calc_live_regs): Update.
19278         (sh5_schedule_saves): Update.
19279         (sh_expand_prologue): Update.
19280         (sh_expand_epilogue): Update.
19281         (sh_setup_incoming_varargs): Update.
19282         (sh_allocate_initial_value): Update.
19283         (sh_get_pr_initial_val): Update.
19284         * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): Update.
19285         * config/sh/sh.md (label:): Update.
19286         * config/avr/avr.c (out_movhi_mr_r): Update.
19287         * config/crx/crx.h (enum): Update.
19288         * config/xtensa/xtensa.h (along): Update.
19289         * config/stormy16/stormy16.c Update.
19290         (xstormy16_compute_stack_layout): Update.
19291         * config/fr30/fr30.c (MUST_SAVE_RETURN_POINTER): Update.
19292         (fr30_expand_prologue): Update.
19293         * config/cris/cris.c (cris_conditional_register_usage): Update.
19294         (cris_reg_saved_in_regsave_area): Update.
19295         (cris_initial_frame_pointer_offset): Update.
19296         (cris_simple_epilogue): Update.
19297         (cris_expand_prologue): Update.
19298         (cris_expand_epilogue): Update.
19299         (cris_expand_pic_call_address): Update.
19300         (cris_asm_output_symbol_ref): Update.
19301         (cris_asm_output_label_ref): Update.
19302         * config/cris/cris.md Update.
19303         * config/iq2000/iq2000.c (compute_frame_size): Update.
19304         (iq2000_expand_epilogue): Update.
19305         * config/mt/mt.h (save_direction): Update.
19306         * config/mn10300/mn10300.c (mn10300_function_value): Update.
19307         * config/ia64/ia64.c (ia64_compute_frame_size): Update.
19308         (ia64_secondary_reload_class): Update.
19309         * config/m68k/m68k.c (m68k_save_reg): Update.
19310         (m68k_expand_prologue): Update.
19311         (m68k_expand_epilogue): Update.
19312         (legitimize_pic_address): Update.
19313         * config/rs6000/rs6000.c (rs6000_got_register): Update.
19314         (first_reg_to_save): Update.
19315         (first_altivec_reg_to_save): Update.
19316         (compute_vrsave_mask): Update.
19317         (compute_save_world_info): Update.
19318         (rs6000_stack_info): Update.
19319         (spe_func_has_64bit_regs_p): Update.
19320         (rs6000_ra_ever_killed): Update.
19321         (rs6000_emit_eh_reg_restore): Update.
19322         (rs6000_emit_allocate_stack): Update.
19323         (rs6000_emit_prologue): Update.
19324         (rs6000_emit_epilogue): Update.
19325         (rs6000_output_function_epilogue): Update.
19326         (output_profile_hook): Update.
19327         (rs6000_elf_declare_function_name): Update.
19328         * config/rs6000/rs6000.h (rs6000_args): Update.
19329         * config/rs6000/rs6000.md: Update.
19330         * config/mcore/mcore.c (mcore_expand_prolog): Update.
19331         * config/arc/arc.c (arc_output_function_epilogue): Update.
19332         * config/arc/arc.h (FRAME_POINTER_REQUIRED): Update.
19333         * config/darwin.c (machopic_function_base_name): Update.
19334         * config/score/score3.c (score3_compute_frame_size): Update.
19335         (rpush): Update.
19336         (rpop): Update.
19337         (score3_epilogue): Update.
19338         * config/score/score7.c (score7_compute_frame_size): Update.
19339         (score7_prologue): Update.
19340         (score7_epilogue): Update.
19341         * config/score/score.h (FRAME_POINTER_REQUIRED): Update.
19342         * config/arm/linux-elf.h (SUBTARGET_FRAME_POINTER_REQUIRED): Update.
19343         * config/arm/arm.c (use_return_insn): Update.
19344         (require_pic_register): Update.
19345         (arm_load_pic_register): Update.
19346         (arm_compute_save_reg0_reg12_mask): Update.
19347         (arm_compute_save_reg_mask): Update.
19348         (thumb1_compute_save_reg_mask): Update.
19349         (output_return_instruction): Update.
19350         (arm_output_function_prologue): Update.
19351         (arm_output_epilogue): Update.
19352         (arm_get_frame_offsets): Update.
19353         (arm_expand_prologue): Update.
19354         (thumb_pushpop): Update.
19355         (thumb_exit): Update.
19356         (thumb1_expand_prologue): Update.
19357         (thumb1_expand_epilogue): Update.
19358         (arm_unwind_emit): Update.
19359         (arm_output_fn_unwind): Update.
19360         * config/arm/arm.h (FRAME_POINTER_REQUIRED): Update.
19361         * config/arm/arm.md: Update.
19362         * config/pa/pa.md: Update.
19363         * config/pa/pa.c (legitimize_pic_address): Update.
19364         (compute_frame_size): Update.
19365         (hppa_expand_prologue): Update.
19366         (hppa_expand_epilogue): Update.
19367         (borx_reg_operand): Update.
19368         * config/pa/pa.h (FRAME_POINTER_REQUIRED): Update.
19369         (HARD_REGNO_RENAME_OK): Update.
19370         * config/mips/mips.c (mips_global_pointer): Update.
19371         (mips_save_reg_p): Update.
19372         (mips_compute_frame_info): Update.
19373         (mips_frame_pointer_required): Update.
19374         (mips_expand_prologue): Update.
19375         (mips_expand_epilogue): Update.
19376         (mips_can_use_return_insn): Update.
19377         (mips_reorg_process_insns): Update.
19378         * config/v850/v850.c (compute_register_save_size): Update.
19379         * config/mmix/mmix.h (FRAME_POINTER_REQUIRED): Update.
19380         * config/mmix/mmix.c (along): Update.
19381         (mmix_expand_epilogue): Update.
19382         * config/bfin/bfin.c (legitimize_pic_address): Update.
19383         (must_save_p): Update.
19384         (stack_frame_needed_p): Update.
19385         (add_to_reg): Update.
19386         (bfin_expand_prologue): Update.
19387         * stmt.c (expand_asm_operands): Update.
19388         * reload1.c (reload): Update.
19389         (init_elim_table): Update.
19390
19391 2008-04-25  Bob Wilson  <bob.wilson@acm.org>
19392
19393         * optabs.c (expand_float): Fix REG_EQUAL for UNSIGNED_FLOAT libcall.
19394
19395 2008-04-25  H.J. Lu  <hongjiu.lu@intel.com>
19396
19397         * config/i386/sse.md (mov<mode>): Replace SSEMODEI with SSEMODE.
19398         (*mov<mode>_internal): Likewise.  Support V4SF and V2DF.
19399         (mov<mode>): Removed.
19400         (*movv4sf_internal): Likewise.
19401         (*movv2df_internal): Likewise.
19402
19403 2008-04-25  Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
19404
19405         * config.gcc (crx-*-elf): Remove deprecation.
19406
19407 2008-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
19408
19409         * config/i386/cygming-crtend.c (register_frame_ctor): Register
19410         __gcc_deregister_frame with atexit.
19411         (deregister_frame_dtor): Remove.
19412
19413 2008-04-24  Nathan Froyd  <froydnj@codesourcery.com>
19414             Nathan Sidwell  <nathan@codesourcery.com>
19415
19416         * config/rs6000/rs6000.opt (mspe): Remove Var property.
19417         (misel): Likewise.
19418         * config/rs6000/rs6000.h (rs6000_spe): Declare.
19419         (rs6000_isel): Likewise.
19420         * config/rs6000/rs6000.c (rs6000_spe): New variable.
19421         (rs6000_isel): New variable.
19422         (rs6000_handle_option): Handle OPT_mspe and OPT_misel.
19423
19424 2008-04-24  Jakub Jelinek  <jakub@redhat.com>
19425
19426         PR c++/35758
19427         * c-common.c (handle_vector_size_attribute): Call
19428         lang_hooks.types.reconstruct_complex_type instead of
19429         reconstruct_complex_type.
19430         * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute): Likewise.
19431         * config/spu/spu.c (spu_handle_vector_attribute): Likewise.
19432         * langhooks.h (struct lang_hooks_for_types): Add
19433         reconstruct_complex_type hook.
19434         * langhooks-def.h (LANG_HOOKS_RECONSTRUCT_COMPLEX_TYPE): Define.
19435         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add it.
19436
19437 2008-04-24  Richard Guenther  <rguenther@suse.de>
19438
19439         * c-common.h (check_builtin_function_arguments): Declare.
19440         * c-common.c (validate_nargs): New function.
19441         (check_builtin_function_arguments): Likewise.
19442         * c-typeck.c (build_function_call): Call
19443         check_builtin_function_arguments.
19444         * builtins.c (fold_builtin_classify): Remove error reporting code.
19445         (fold_builtin_unordered_cmp): Likewise.
19446         (fold_builtin_1): Likewise.
19447         (fold_builtin_n): Likewise.
19448
19449 2008-04-24  Jakub Jelinek  <jakub@redhat.com>
19450
19451         PR tree-optimization/36008
19452         * fold-const.c (try_move_mult_to_index): If s == NULL, divide
19453         the original op1, rather than delta by step.
19454
19455 2008-04-22  Antoniu Pop  <antoniu.pop@gmail.com>
19456             Sebastian Pop  <sebastian.pop@amd.com>
19457
19458         * tree-parloops.c (take_address_of, eliminate_local_variables_1,
19459         eliminate_local_variables_stmt, eliminate_local_variables,
19460         separate_decls_in_loop_name, separate_decls_in_loop_stmt,
19461         separate_decls_in_loop, gen_parallel_loop): Make them work on a region
19462         of code delimited by two edges in the CFG.
19463         (separate_decls_in_loop_name): Renamed separate_decls_in_region_name.
19464         (separate_decls_in_loop_stmt): Renamed separate_decls_in_region_stmt.
19465         (separate_decls_in_loop): Renamed separate_decls_in_region.  Isolate
19466         the case of parallelisation of reductions.
19467         (expr_invariant_in_region_p): New.
19468
19469         * tree-flow.h (gather_blocks_in_sese_region): Declared.
19470         * tree-cfg.c (gather_blocks_in_sese_region): Extern.
19471
19472 2008-04-24  Ira Rosen  <irar@il.ibm.com>
19473             Richard Guenther  <rguenther@suse.de>
19474
19475         PR tree-optimization/36034
19476         * tree-vect-analyze.c (vect_analyze_group_access): SLP is
19477         incapable of dealing with loads with gaps.
19478
19479 2008-04-24  Rafael Espíndola  <espindola@google.com>
19480
19481         * tree-flow.h (vrp_evaluate_conditional): Change signature.
19482         * tree-ssa-propagate.c (fold_predicate_in): Update call to
19483         vrp_evaluate_conditional.
19484         * tree-vrp.c (vrp_evaluate_conditional_warnv): Remove.
19485         (vrp_evaluate_conditional): Split the cond argument.
19486         (vrp_visit_cond_stmt): Use vrp_evaluate_conditional_warnv_with_ops.
19487         (simplify_stmt_for_jump_threading): Update call to
19488         vrp_evaluate_conditional.
19489
19490 2008-04-24  Ira Rosen  <irar@il.ibm.com>
19491
19492         PR tree-optimization/35982
19493         * tree-vect-analyze.c (vect_check_interleaving): Check that the
19494         interleaved data-refs are of the same type.
19495
19496 2008-04-24  Danny Smith  <dannysmith@users.net>
19497
19498         * c-format.c (check_format_info_main): Use strncmp rather than a
19499         magic prefix to handle multichar length specs.
19500         * config/i386/msformat-c.c (format_length_info ms_printf_length_specs):
19501         Don't prefix "I64" and "I32" with '\0'.
19502
19503 2008-04-24  Jakub Jelinek  <jakub@redhat.com>
19504
19505         PR target/36015
19506         * config/i386/i386.c (init_cumulative_args): Don't pass anything
19507         in registers for -m32 only if stdarg_p (fntype).
19508
19509 2008-04-24  Uros Bizjak  <ubizjak@gmail.com>
19510
19511         PR rtl-optimization/36006
19512         * expmed.c (store_fixed_bit_field): Copy op0 rtx before moving
19513         temp to op0 in order to avoid invalid rtx sharing.
19514
19515 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
19516
19517         * tree-cfg.c (verify_expr): Check with is_gimple_address.  Don't
19518         check TREE_INVARIANT.
19519         * tree-gimple.c (is_gimple_address): New.
19520         (is_gimple_invariant_address): Simplify using decl_address_invariant_p.
19521         * tree-gimple.h (is_gimple_address): New.
19522         * tree.h (decl_address_invariant_p): New.
19523         * tree.c (make_node_stat): Don't set TREE_INVARIANT.
19524         (build_string): Likewise.
19525         (decl_address_invariant_p): New, from is_gimple_invariant_address.
19526         (tree_invariant_p_1): Likewise.
19527         (save_expr): Use it.
19528         (tree_invariant_p): New.
19529         (skip_simple_arithmetic): Use it.
19530         (stabilize_reference_1): Use it.
19531         (recompute_tree_invariant_for_addr_expr): Don't update TREE_INVARIANT,
19532         simplify.
19533         (build1_stat): Drop code to compute TREE_INVARIANT.
19534         (build2_stat): Drop code to compute TREE_INVARIANT.
19535         (build3_stat): Drop code to compute TREE_INVARIANT.
19536         (build4_stat): Drop code to compute TREE_INVARIANT.
19537         (build5_stat): Drop code to compute TREE_INVARIANT.
19538         (build7_stat): Drop code to compute TREE_INVARIANT.
19539         (merge_dllimport_decl_attributes): Don't mention TREE_INVARIANT.
19540         * tree.h (struct tree_base): Remove invariant_flag.
19541         (TREE_INVARIANT): Remove.
19542         * builtins.c (build_string_literal): Don't set TREE_INVARIANT.
19543         (fold_builtin_expect): Check TREE_CONSTANT.
19544         * tree-ssa-ccp.c (fold_stmt_r): Adjust comment.
19545         * c-tree.h (c_expr_to_decl): Drop third parameter.
19546         * c-typeck.c (build_external_ref): Don't set TREE_INVARIANT.
19547         (build_c_cast): Don't set TREE_INVARIANT.
19548         (pop_init_level): Don't set TREE_INVARIANT.
19549         (c_objc_common_truthvalue_conversion): Don't set TREE_INVARIANT.
19550         * gimplify.c (gimplify_init_ctor_preeval): Add assertion, test
19551         TREE_CONSTANT.
19552         (gimplify_init_constructor): Don't set TREE_INVARIANT.
19553         (gimplify_addr_expr): Adjust comment.
19554         * tree-mudflap.c (mf_build_string):
19555         * print-tree.c (print_node): Don't print TREE_INVARIANT.
19556         * tree-nested.c (convert_nonlocal_reference): Adjust comment.
19557         * c-common.c (fix_string_type): Don't set TREE_INVARIANT.
19558         * langhooks-def.h (lhd_expr_to_decl): Drop third parameter.
19559         * langhooks.c (lhd_expr_to_decl): Drop third parameter.
19560         * langhooks.h (struct lang_hooks): Drop third parameter from
19561         expr_to_decl.
19562
19563 2008-04-23  Richard Guenther  <rguenther@suse.de>
19564
19565         PR tree-optimization/27799
19566         PR tree-optimization/32921
19567         PR tree-optimization/32624
19568         * tree-ssa-structalias.c (merge_smts_into): Only merge the
19569         SMTs aliases and the tag itself into the solution.
19570         * tree-ssa-alias.c (compute_flow_sensitive_aliasing): Do not
19571         merge the points-to solution back into the SMT aliases.
19572         (may_alias_p): Use alias_set_subset_of instead of
19573         aliases_conflict_p.  A pointer which points to
19574         memory with alias set zero may access any variable.
19575
19576 2008-04-23  Richard Guenther  <rguenther@suse.de>
19577
19578         * alias.c (alias_set_subset_of): Correctly handle asking
19579         if zero is a subset of an alias set with zero child.
19580         * tree-ssa-alias.c (have_common_aliases_p): Simplify logic.
19581         (compute_flow_insensitive_aliasing): Correctly walk all
19582         pointers.  Do not unnecessarily union sets.
19583
19584 2008-04-23  Richard Guenther  <rguenther@suse.de>
19585
19586         PR middle-end/36021
19587         * c-common.c (handle_alloc_size_attribute): Use type_num_arguments.
19588
19589 2008-04-22  Tomas Bily  <tbily@suse.cz>
19590
19591         * tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as
19592         unreachable case.
19593         * tree-vrp.c (extract_range_from_unary_expr): Removed unused
19594         NON_LVALUE_EXPR.
19595         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
19596         * tree-ssa-structalias.c (get_constraint_for): Likewise.
19597         * tree-inline.c (estimate_num_insns_1): Likewise.
19598         * varasm.c (const_hash_1, compare_constant, copy_constant)
19599         (compute_reloc_for_constant, output_addressed_constants): Likewise.
19600         * emit-rtl.c (component_ref_for_mem_expr)
19601         (set_mem_attributes_minus_bitpos): Likewise.
19602         * expr.c (highest_pow2_factor, expand_expr_real_1, )
19603         (is_aligning_offset): Likewise.
19604         * dwarf2out.c (loc_descriptor_from_tree_1, add_bound_info): Likewise.
19605         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Likewise.
19606         * dojump.c (do_jump): Likewise.
19607         * builtins.c (get_pointer_alignment, get_memory_rtx)
19608         (integer_valued_real_p, fold_builtin_next_arg): Likewise.
19609         * tree-scalar-evolution.c (instantiate_parameters_1): Likewise.
19610
19611 2008-04-23  Jakub Jelinek  <jakub@redhat.com>
19612
19613         PR rtl-optimization/36017
19614         * builtins.c (expand_errno_check): Clear CALL_EXPR_TAILCALL before
19615         expanding the library call.
19616
19617 2008-04-22  Ian Lance Taylor  <iant@google.com>
19618
19619         * fold-const.c (pointer_may_wrap_p): Call int_size_in_bytes rather
19620         than size_in_bytes.
19621
19622 2008-04-22  Pat Haugen  <pthaugen@us.ibm.com>
19623
19624         * config/rs6000/rs6000.c (rs6000_register_move_cost): Increase cost
19625         of LR/CTR moves for Power6.
19626
19627 2008-04-22  Kenneth Zadeck  <zadeck@naturalbridge.com>
19628
19629         PR middle-end/36003
19630         * passes.c (init_optimization_passes): Remove
19631         pass_fast_rtl_byte_dce.
19632
19633 2008-04-22  Uros Bizjak  <ubizjak@gmail.com>
19634
19635         PR target/29096
19636         * config/i386/xmmintrin.h (_mm_cvtpi16_ps): Rearrange calls to
19637         builtin functions to generate faster code.
19638         (_mm_cvtpu16_ps): Ditto.
19639         (_mm_cvtpi32x2_ps): Ditto.
19640
19641 2008-04-22  Nick Clifton  <nickc@redhat.com>
19642
19643         * common.opt (ftree-loop-distribution): Add Optimization
19644         attribute.
19645
19646         * config/frv/frv.c (frv_stack_info): Use crtl instead of cfun.
19647         (frv_expand_builtin_va_start): Likewise.
19648
19649         * config/arm/arm.c (thumb_find_work_register): Fix location of
19650         argument register count.
19651
19652 2008-04-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
19653
19654         Support scheduling for ColdFire V1 and V3 microarchitecture.
19655         Improve scheduling of multiplication instructions.
19656
19657         * config/m68k/m68k.md (cpu): Add cfv1 and cfv3.  Rename cf_v2 to cfv1.
19658         (mac): New instruction attribute.
19659         * config/m68k/m68k.c (override_options): Handle cfv1, cfv3 and mac.
19660         (m68k_sched_mac): New variable.
19661         (m68k_sched_attr_type2, m68k_sched_md_init_global): Update.
19662         Handle cfv1 and cfv3.
19663         (max_insn_size): New static variable.
19664         (struct _sched_ib): New type.
19665         (sched_ib): New static variable.
19666         (sched_ib_size, sched_ib_filled, sched_ib_insn): Convert variables
19667         to fields of 'struct _sched_ib sched_ib'.  Update all uses.
19668         (m68k_sched_variable_issue): Add modeling of cfv3 instruction buffer.
19669         Update.
19670         (m68k_sched_md_init_global, m68k_sched_md_finish_global,
19671         m68k_sched_md_init, m68k_sched_md_finish): Handle cfv1 and cfv3.  Init
19672         new variables.  Update.
19673         (m68k_sched_dfa_pre_advance_cycle, m68k_sched_dfa_post_advance_cycle):
19674         Add modeling of cfv3 instruction buffer.  Update.
19675         * config/m68k/m68k-protos.h (m68k_sched_mac): Declare.
19676         * config/m68k/m68k.h (TUNE_CFV3): New macro.
19677         * config/m68k/cf.md: Change substrings 'cf_v2' to 'cfv12' or 'cfv123'.
19678         (cf_* reservations): Rename to cfv12 or cfv123 to indicate cores
19679         a particular reservation applies to.
19680         (type2): Reorganize attribute values.  Rename alu to alu_reg,
19681         alu_l to alu, move_l to omove.  Join move to alu.  Split mul
19682         to mul_l and mul_w.
19683         (cf_ib_*): Simplify description of instruction buffer.
19684         (cf_ib_w0, cf_ib_w4, cf_ib_w5, cf_ib_w6): Remove.
19685         (cf_mem): Split into cf_mem1 and cf_mem2.
19686         (cf_v2_move_??): Rename to cfv12_alu_??.
19687         (cf_v2_move_l_??): Rename to cfv12_omove_??.
19688         (cf_v2_mul_??): Remove reservations.
19689         (cfv12_mul_l_??, cfv12_mul_w_??, cfv12_mac_w_??, cfv12_mac_l_??,
19690         cfv12_emac_??, cfv12_emac_w_i0): New reservations.
19691         (cfv12_rts, cfv12_call, cfv12_bcc, cfv12_bra, cfv12_jmp): Move to
19692         appropriate place.
19693         (cfv3_alu_10, cfv3_omove_10, cfv3_alu_i0, cfv3_omove_i0, cfv3_alu_01,
19694         cfv3_alu_0i, cfv3_alu_11, cfv3_omove_11, cfv3_alu_i1, cfv3_omove_i1,
19695         cfv3_alu_1i, cfv3_omove_1i, cfv3_pea_11, cfv3_pea_i1, cfv3_mul_w_10,
19696         cfv3_mul_l_10, cfv3_mul_w_i0, cfv3_mac_w_10, cfv3_mac_l_10,
19697         cfv3_mac_w_i0, cfv3_emac_10, cfv3_emac_w_i0, cfv3_rts, cfv3_call,
19698         cfv3_bcc, cfv3_bra, cfv3_jmp): New reservations.
19699         (cfv3_*_1, cfv3_*_2, cfv3_*_3): New instruction reservations that are
19700         expansions of the above reservations for instructions of sizes
19701         1, 2 and 3 words.
19702
19703 2008-04-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
19704
19705         * rtl-factoring.c (collect_patterns_seqs): Handle CC0 targets.
19706
19707 2008-04-21  Adam Nemet  <anemet@caviumnetworks.com>
19708
19709         * coverage.c: Include tree-pass.h.
19710         (coverage_counter_alloc): Print da_file_name to the dump file.
19711
19712 2008-04-21  Kenneth Zadeck  <zadeck@naturalbridge.com>
19713
19714         * sbitmap.c (sbitmap_range_empty_p): New function.
19715         * sbitmap.h (sbitmap_range_empty_p): New function.
19716         * bitmap.h: Now includes obstack.h.
19717
19718 2008-04-21  Richard Sandiford  <rsandifo@nildram.co.uk>
19719             Kenneth Zadeck  <zadeck@naturalbridge.com>
19720
19721         * dbgcnt.def (ra_byte_scan): Added.
19722         * dbgcnt.c (dbg_cnt): Added code to print message to dump_file
19723         when the last hit happens for a counter.
19724         * timevar.def (TV_DF_BYTE_LR): New variable.
19725         * tree-pass.h (pass_fast_rtl_byte_dce): New pass.
19726         * passes.c (pass_fast_rtl_byte_dce): New pass.
19727         * fwprop.c (update_df): Added mode to call df_ref_create.
19728         Renamed DF_REF_WIDTH and DF_REF_OFFSET to DF_REF_EXTRACT_WIDTH and
19729         DF_REF_EXTRACT_OFFSET.
19730         * df.h (DF_BYTE_LR, DF_BYTE_LR_BB_INFO, DF_BYTE_LR_IN,
19731         DF_BYTE_LR_OUT, df_byte_lr): New macro.
19732         (df_mm): New enum.
19733         (df_ref_extract): Added mode field.
19734         (DF_REF_WIDTH, DF_REF_OFFSET) Renamed to DF_REF_EXTRACT_WIDTH and
19735         DF_REF_EXTRACT_OFFSET.
19736         (DF_REF_EXTRACT_MODE): New macro.
19737         (df_byte_lr_bb_info): New structure.
19738         (df_print_byte_regset, df_compute_accessed_bytes,
19739         df_byte_lr_add_problem, df_byte_lr_get_regno_start,
19740         df_byte_lr_get_regno_len, df_byte_lr_simulate_defs,
19741         df_byte_lr_simulate_uses,
19742         df_byte_lr_simulate_artificial_refs_at_top,
19743         df_byte_lr_simulate_artificial_refs_at_end,
19744         df_compute_accessed_bytes): New function.
19745         (df_ref_create): Add parameter.
19746         (df_byte_lr_get_bb_info): New inline function.
19747         * df-scan.c (df_ref_record, df_uses_record,
19748         df_ref_create_structure): Added mode parameter.
19749         (df_ref_create, df_notes_rescan, df_ref_record, df_def_record_1,
19750         df_defs_record, df_uses_record, df_get_conditional_uses,
19751         df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
19752         df_entry_block_defs_collect, df_exit_block_uses_collect):
19753         Added mode parameter to calls to df_ref_record, df_uses_record,
19754         df_ref_create_structure.
19755         (df_ref_equal_p, df_ref_compare): Added test for modes.
19756         (df_ref_create_structure): Added code to set mode.  Renamed
19757         DF_REF_WIDTH and DF_REF_OFFSET to DF_REF_EXTRACT_WIDTH and
19758         DF_REF_EXTRACT_OFFSET.
19759         * df-core.c (df_print_byte_regset): New function.
19760         * df-byte-scan.c: New file.
19761         * df-problems.c (df_rd_transfer_function): Removed unnecessary
19762         calls to BITMAP_FREE.
19763         (df_byte_lr_problem_data, df_problem problem_BYTE_LR): New structure.
19764         (df_byte_lr_get_regno_start, df_byte_lr_get_regno_len,
19765         df_byte_lr_set_bb_info, df_byte_lr_free_bb_info,
19766         df_byte_lr_check_regs, df_byte_lr_expand_bitmap,
19767         df_byte_lr_alloc, df_byte_lr_reset, df_byte_lr_bb_local_compute,
19768         df_byte_lr_local_compute, df_byte_lr_init,
19769         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
19770         df_byte_lr_transfer_function, df_byte_lr_free,
19771         df_byte_lr_top_dump, df_byte_lr_bottom_dump,
19772         df_byte_lr_add_problem, df_byte_lr_simulate_defs,
19773         df_byte_lr_simulate_uses,
19774         df_byte_lr_simulate_artificial_refs_at_top,
19775         df_byte_lr_simulate_artificial_refs_at_end): New function.
19776         * dce.c (byte_dce_process_block): New function.
19777         (dce_process_block): au is now passed in rather than computed
19778         locally.  Changed loops that look at artificial defs to not look
19779         for conditional or partial ones, because there never are any.
19780         (fast_dce): Now is able to drive byte_dce_process_block or
19781         dce_process_block depending on the kind of dce being done.
19782         (rest_of_handle_fast_dce): Add parameter to fast_dce.
19783         (rest_of_handle_fast_byte_dce): New function.
19784         (rtl_opt_pass pass_fast_rtl_byte_dce): New pass.
19785         * Makefile.in (df-byte-scan.o, debugcnt.o): Added dependencies.
19786
19787 2008-04-21  Daniel Franke  <franke.daniel@gmail.com>
19788
19789         PR fortran/35019
19790         * gcc.h: Added fortran options that take arguments to
19791         DEFAULT_SWITCH_TAKES_ARG and DEFAULT_WORD_SWITCH_TAKES_ARG
19792         macros.
19793
19794 2008-04-20  Eric Botcazou  <ebotcazou@adacore.com>
19795
19796         * tree-sra.c (sra_walk_expr) <VIEW_CONVERT_EXPR>: Disable
19797         scalarization if on the LHS and not a full access.
19798
19799 2008-04-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19800
19801         * Makefile.in (s-gtyp-input): Remove tmp-gi.list before writing it.
19802
19803 2008-04-18  Rafael Espíndola  <espindola@google.com>
19804
19805         * tree-vrp.c (find_case_label_index): Fix the binary search.
19806         (find_case_label_range): New.
19807         (vrp_visit_switch_stmt): Use find_case_label_range.
19808         (simplify_switch_using_ranges): Use find_case_label_range.
19809
19810 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
19811
19812         * gimplify.c (gimplify_modify_expr_rhs) <COND_EXPR>: Gimplify the LHS
19813         using the is_gimple_lvalue predicate instead of is_gimple_min_lval.
19814
19815 2008-04-18  Tom Tromey  <tromey@redhat.com>
19816
19817         PR libcpp/15500:
19818         * doc/cpp.texi (Implementation-defined behavior): Mention
19819         -finput-charset.
19820
19821 2008-04-18  Ian Lance Taylor  <iant@google.com>
19822
19823         * fold-const.c (pointer_may_wrap_p): New static function.
19824         (fold_comparison): Add another test for pointer overflow.  Use
19825         pointer_may_wrap_p to disable some false positives.
19826
19827 2008-04-18  Kris Van Hees <kris.van.hees@oracle.com>
19828
19829         * c-common.c (CHAR16_TYPE, CHAR32_TYPE): New macros.
19830         (fname_as_string): Match updated cpp_interpret_string prototype.
19831         (fix_string_type): Support char16_t* and char32_t*.
19832         (c_common_nodes_and_builtins): Add char16_t and char32_t (and
19833         derivative) nodes.  Register as builtin if C++0x.
19834         (c_parse_error): Support CPP_CHAR{16,32}.
19835         * c-common.h (RID_CHAR16, RID_CHAR32): New elements.
19836         (enum c_tree_index) <CTI_CHAR16_TYPE, CTI_SIGNED_CHAR16_TYPE,
19837         CTI_UNSIGNED_CHAR16_TYPE, CTI_CHAR32_TYPE, CTI_SIGNED_CHAR32_TYPE,
19838         CTI_UNSIGNED_CHAR32_TYPE, CTI_CHAR16_ARRAY_TYPE,
19839         CTI_CHAR32_ARRAY_TYPE>: New elements.
19840         (char16_type_node, signed_char16_type_node, unsigned_char16_type_node,
19841         char32_type_node, signed_char32_type_node, char16_array_type_node,
19842         char32_array_type_node): New defines.
19843         * c-lex.c (cb_ident): Match updated cpp_interpret_string prototype.
19844         (c_lex_with_flags): Support CPP_CHAR{16,32} and CPP_STRING{16,32}.
19845         (lex_string): Support CPP_STRING{16,32}, match updated
19846         cpp_interpret_string and cpp_interpret_string_notranslate prototypes.
19847         (lex_charconst): Support CPP_CHAR{16,32}.
19848         * c-parser.c (c_parser_postfix_expression): Support CPP_CHAR{16,32}
19849         and CPP_STRING{16,32}.
19850
19851 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
19852
19853         PR bootstrap/35457
19854         * aclocal.m4: Regenerate.
19855         * configure: Regenerate.
19856
19857 2008-04-18  Jan Hubicka  <jh@suse.cz>
19858
19859         * except.c (dw2_size_of_call_site_table,
19860         sjlj_size_of_call_site_table): Use vector API for call_site_record.
19861
19862         * cgraphbuild.c (build_cgraph_edges): Update.
19863         * tree-pass.h: Update comment.
19864         * final.c (leaf_function_p): Update.
19865         (leaf_renumber_regs): Update.
19866         (rest_of_clean_state): Update.
19867         * omp-low.c (expand_omp_parallel): Update.
19868         * ipa-reference.c (analyze_function): Update.
19869         * reorg.c (find_end_label): Update.
19870         (optimize_skip): Update.
19871         (fill_simple_delay_slots): Update.
19872         (fill_simple_delay_slots): Update.
19873         (make_return_insns): Update.
19874         (dbr_schedule): Update.
19875         * gimple-low.c (record_vars_into): Update.
19876         * cfgbuild.c (make_edges): Update.
19877         * function.c (assign_stack_local): Update.
19878         (assign_parm_adjust_stack_rtl): Update.
19879         (locate_and_pad_parm): Update.
19880         (allocate_struct_function): Do not initialize stack_alignment_needed
19881         and preferred_stack_boundary here.
19882         (stack_protect_prologue): Update.
19883         (stack_protect_epilogue): Update.
19884         (expand_function_start): Initialize stack_alignment_needed,
19885         preferred_stack_boundary and max_jumptable_ents.
19886         (expand_function_end): Update.
19887         (free_after_compilation): Do not NULLify epilogue_delay_list.
19888         * function.h (struct rtl_data): Add stack_protect_guard,
19889         stack_alignment_needed,
19890         preferred_stack_boundary, epilogue_delay_list.
19891         (struct function): Remove value_histograms, stack_alignment_needed,
19892         preferred_stack_boundary, epilogue_delay_list, max_jumptable_ents,
19893         last_label_uid,
19894         unexpanded_var_list, stack_protect_guard.
19895         (current_function_epilogue_delay_list): Remove.
19896         * ipa-type-escape.c (analyze_function): Update.
19897         * gimplify.c (pop_gimplify_context): Update comment.
19898         * calls.c (expand_call): Update.
19899         (emit_library_call_value_1): Update.
19900         * except.c (set_nothrow_function_flags): Update.
19901         * cfgexpand.c (get_decl_align_unit): Update.
19902         (create_stack_guard): Update.
19903         (estimated_stack_frame_size): Update.
19904         (expand_used_vars): Update.
19905         (tree_expand_cfg): Free histogram earliers, init expansion variables.
19906         * explow.c (allocate_dynamic_stack_space): Update.
19907         * tree-ssa-live.c (remove_unused_locals): Update.
19908         * varasm.c (mark_constant_pool): Update.
19909         * tree-inline.c (remap_decls): Update.
19910         (initialize_cfun): Update.
19911         (declare_return_variable): Update.
19912         (inline_forbidden_p): Update.
19913         (expand_call_inline): Update.
19914         (declare_inline_vars): Update.
19915         (tree_function_versioning): Update.
19916         * tree-flow.h (value_histograms): New.
19917         (VALUE_HISTOGRAMS): New macro.
19918         * basic-block.h (control_flow_graph): Add max_jumptable_ents,
19919         last_label_uid.
19920         * tree-cfg.c (set_bb_for_stmt): Update.
19921         (replace_by_duplicate_decl): Update.
19922         (move_block_to_fn): Update.
19923         (new_label_mapper): Update.
19924         (dump_function_to_file): Update.
19925         * ipa-struct-reorg.c (build_data_structure): Update.
19926         * cfgrtl.c (print_rtl_with_bb): Update.
19927         * reload1.c (reload): Update.
19928         (reload): Update.
19929         * config/i386/i386.c (setup_incoming_varargs_64,
19930         ix86_compute_frame_layout): Update.
19931         * config/arc/arc.c (arc_output_function_epilogue): Update.
19932
19933 2008-04-18  Marius Strobl <marius@FreeBSD.org>
19934
19935         * gthr-posix.h (__gthread_active_p): Use the Solaris implementation
19936         for FreeBSD as well.
19937         * gthr-posix95.h: Likewise.
19938
19939 2008-04-17  Richard Sandiford  <rsandifo@nildram.co.uk>
19940
19941         PR rtl-optimization/35838
19942         * dse.c (find_shift_sequence): Use subreg_lowpart_offset to work
19943         out the byte offset of the first subreg.
19944
19945 2008-04-17  Uros Bizjak  <ubizjak@gmail.com>
19946
19947         * config/i386/i386.md (addti3 splitter): Pass arrays of 3 operands
19948         to split_ti instead of three separate calls with single member arrays.
19949         (subti3 splitter): Ditto.
19950         (adddi3 splitter): Ditto with split_di.
19951         (subdi3 splitter): Ditto.
19952         (negti2 splitter): Pass arrays of 2 operands to split_ti instead of
19953         two separate calls with single member arrays.  Swap match_dup
19954         operands 1 and 2 to better fit into the array.
19955         (negdi2 splitter): Ditto with split_di.
19956         (movdfcc splitter):  Pass arrays of 2 operands to split_di instead of
19957         two separate calls with single member arrays.  Swap match_dup operands
19958         6 and 7 to better fit into the array.
19959
19960 2008-04-17  H.J. Lu  <hongjiu.lu@intel.com>
19961
19962         * config/i386/i386.c (sse_builtin_type): New.
19963         (bdesc_sse_args): Likewise.
19964         (bdesc_sse_3arg): Removed.
19965         (bdesc_2arg): Remove IX86_BUILTIN_AESKEYGENASSIST128.
19966         (bdesc_1arg): Remove IX86_BUILTIN_ROUNDPD and
19967         IX86_BUILTIN_ROUNDPS.
19968         (ix86_init_mmx_sse_builtins): Handle bdesc_sse_args.  Remove
19969         bdesc_sse_3arg.  Remove IX86_BUILTIN_ROUNDPD and
19970         IX86_BUILTIN_ROUNDPS.
19971         (ix86_expand_sse_4_operands_builtin): Removed.
19972         (ix86_expand_sse_operands_builtin): New.
19973         (ix86_expand_unop_builtin): Remove CODE_FOR_sse4_1_roundpd
19974         and CODE_FOR_sse4_1_roundps.
19975         (ix86_expand_builtin): Remove IX86_BUILTIN_AESKEYGENASSIST128.
19976         Handle bdesc_sse_args.  Remove bdesc_sse_3arg.
19977
19978 2008-04-17  Alan Modra  <amodra@bigpond.net.au>
19979
19980         PR target/35907
19981         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Restore vr and vrsave
19982         regs before frame pop when needed.  If use_backchain_to_restore_sp
19983         then load backchain into a temp reg to restore vr and vrsave.  Add
19984         code to restore vr after frame pop if possible.
19985
19986 2008-04-17  Richard Guenther  <rguenther@suse.de>
19987
19988         * tree-vn.c (expressions_equal_p): Do not check type
19989         equality or compatibility before calling operand_equal_p.
19990         * fold-const.c (operand_equal_p): Check equivalence of
19991         integer constants before bailing out due to signedness or
19992         precision differences.
19993         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ignore
19994         spurious differences in type qualification.  Ignore types
19995         for COMPONENT_REFs at all.
19996
19997 2008-04-17  Christian Bruel  <christian.bruel@st.com>
19998
19999         * config/sh/sh.c (expand_cbranchdi4): Use original operands for
20000         msw_skip comparison.
20001
20002 2008-04-16  Jakub Jelinek  <jakub@redhat.com>
20003
20004         PR c/35739
20005         * tree-nrv.c (tree_nrv): Don't optimize if result_type is GIMPLE
20006         reg type.
20007
20008         PR tree-optimization/35899
20009         * tree-inline.c (expand_call_inline): Use GIMPLE_STMT_OPERAND
20010         rather than TREE_OPERAND.
20011
20012 2008-04-16  Uros Bizjak  <ubizjak@gmail.com>
20013
20014         PR target/35944
20015         * config/i386/i386.md (fmodxf3): Copy operand 1 and operand 2 into
20016         temporary registers.  Change operand predicate to general_operand.
20017         (remainderxf3): Ditto.
20018
20019 2008-04-16  Richard Guenther  <rguenther@suse.de>
20020
20021         * Makefile.in (tree-affine.o): Add $(FLAGS_H) dependency.
20022         * tree-affine.c (aff_combination_expand): Look through some
20023         conversions.
20024
20025 2008-04-15  Doug Kwan  <dougkwan@google.com>
20026
20027         * dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT
20028         for hex printing.
20029         * tree-pretty-print.c (dump_generic_node): Ditto.
20030         * final.c (output_addr_const): Ditto.
20031         * dwarf2out.c (output_cfi): Ditto.
20032         * c-pretty-print.c (pp_c_integer_constant): Ditto.
20033         * print-rtl.c (print_rtx): Ditto.
20034         * print-tree.c (print_node_brief, print_node): Ditto.
20035         * c-common.c (match_case_to_enum_1): Ditto.
20036         * sched-vis.c (print_value): Ditto.
20037         * config/i386/i386.c (print_operand): Cast to long unsigned int
20038         for hex printing.
20039
20040 2008-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
20041         * libgcc2.c [L_trampoline]: Remove  unnecessary prototype for
20042         MS Windows VirtualProtect function.
20043
20044 2008-04-15  Jan Hubicka  <jh@suse.cz>
20045
20046         * gengtype.c (write_root): Param_is argument is OK.
20047         * expr.c (expand_expr_real_1): Update call of get_exception_*.
20048         * function.h: Include varray.h
20049         (rtl_eh): New stucture based on except.c one.
20050         (call_site_record): New forward declaration and vector type.
20051         * calls.c (emit_call_1): Do not call
20052         note_current_region_may_contain_throw.
20053         * except.c (eh_status): Remove cur_region, try_region since they are
20054         unused.
20055         Move filter, exc_ptr, ttype_data, ehspec_data, action_record_data and
20056         exception_handler_label_map, ehr_stackadj, ehr_handler, ehr_label,
20057         sjlj_fc, sjlj_exit_after to rth_eh in function.h.
20058         Remove call_site_data_used, call_site_data_size.
20059         Turn call_site_record into vector in function.h.
20060         (note_current_region_may_contain_throw): Remove.
20061         (get_exception_pointer, get_exception_filter): Do not take struct
20062         function argument; update.
20063         (add_ehl_entry, find_exception_handler_labels, ehspec_filter_hash,
20064         add_ttypes_entry, add_ehspec_entry, assign_filter_values,
20065         build_post_landing_pads, dw2_build_landing_pads,
20066         sjlj_assign_call_site_values, sjlj_mark_call_sites,
20067         sjlj_emit_function_enter, sjlj_emit_function_enter,
20068         sjlj_emit_function_exit, sjlj_emit_dispatch_table,
20069         sjlj_build_landing_pads, finish_eh_generation,
20070         remove_exception_handler_label, remove_eh_handler,
20071         maybe_remove_eh_handler, add_reachable_handler,
20072         reachable_handlers, expand_builtin_eh_return, expand_eh_return,
20073         add_action_record, collect_one_action_chain, add_call_site,
20074         convert_to_eh_region_ranges, sjlj_size_of_call_site_table,
20075         sjlj_output_call_site_table, output_function_exception_table,
20076         * except.h (note_current_region_may_contain_throw): Remove
20077         (get_exception_pointer, get_exception_filter): Do not take struct
20078         function argument.
20079         * Makefile.in (GTFILES): Put varargs before struct function.
20080
20081 2008-04-15  Eric Botcazou  <ebotcazou@adacore.com>
20082
20083         * tree-ssa-structalias.c (get_constraint_for_component_ref): Do not
20084         punt for STRING_CST.
20085         (get_constraint_for): Deal with STRING_CST here instead.
20086
20087 2008-04-15  Richard Guenther  <rguenther@suse.de>
20088
20089         * tree-ssa-propagate.c (substitute_and_fold): Substitute
20090         statements in a basic-block with a backward walk.  Do not
20091         substitute into dead statements but instead remove those.
20092
20093 2008-04-15  Richard Guenther  <rguenther@suse.de>
20094
20095         * params.def (PARAM_MAX_FIELDS_FOR_FIELD_SENSITIVE): Set default
20096         to zero, thus disable creation of SFTs.
20097
20098 2008-04-15  Eric Botcazou  <ebotcazou@adacore.com>
20099
20100         * tree-predcom.c (suitable_reference_p): Return false if the
20101         reference can throw.
20102
20103 2008-04-15  Jakub Jelinek  <jakub@redhat.com>
20104
20105         PR c/35751
20106         * c-decl.c (finish_decl): If extern or static var has variable
20107         size, set TREE_TYPE (decl) to error_mark_node.
20108
20109 2008-04-15  Rafael Espíndola  <espindola@google.com>
20110
20111         * fold-const.c (tree_call_nonnegative_warnv_p): Remove local
20112         variable arg1.
20113
20114 2008-04-15  Richard Guenther  <rguenther@suse.de>
20115
20116         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
20117         * tree-ssa-sccvn.c (vn_reference_lookup): New parameter maywalk.
20118         (visit_reference_op_load): Do walk vuse-vdef chains on
20119         vn_reference_lookup.
20120         (visit_reference_op_store): But do not here.
20121         * tree-vn.c (vn_lookup): Do not walk vuse-vdef chains on
20122         vn_reference_lookup.
20123         (vn_lookup_with_vuses): But do so here.
20124
20125 2008-04-14  Ian Lance Taylor  <iant@google.com>
20126
20127         * fold-const.c (fold_overflow_warning): Remove assertion.
20128
20129 2008-04-15  Ben Elliston  <bje@au.ibm.com>
20130
20131         * config/alpha/alpha.c (alpha_initialize_trampoline): Remove temp,
20132         temp1 local variables.
20133
20134 2008-04-15  Zuxy Meng  <zuxy.meng@gmail.com>
20135
20136         PR target/35661
20137         * config/i386/winnt.c (i386_pe_section_type_flags): Mark
20138         ".text.unlikely" section as executable.
20139
20140 2008-04-14  James E. Wilson  <wilson@tuliptree.org>
20141
20142         * config/ia64/ia64.c (rtx_needs_barrier): Handle
20143         UNSPEC_FR_SQRT_RECIP_APPROX_RES.
20144         * config/ia64/ia64.c (UNSPEC_FR_SQRT_RECIP_APPROX_RES): Define.
20145         (divsi3_internal, divdi3_internal_lat, divdi3_internal_thr,
20146         divsf3_internal_lat, sqrt_approx, sqrtsf2_internal_thr,
20147         divdf3_internal_lat, sqrtdf2_internal_thr, divxf3_internal_lat,
20148         divxf3_internal_thr, sqrtxf2_internal_thr, recip_approx): Use it.
20149
20150 2008-04-14  Ian Lance Taylor  <iant@google.com>
20151
20152         * flags.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Define.
20153         * fold-const.c (fold_comparison): If appropriate, test
20154         POINTER_TYPE_OVERFLOW_UNDEFINED, and issue an overflow warning.
20155         (fold_binary): Test POINTER_TYPE_OVERFLOW_UNDEFINED when
20156         reassociating a pointer type.
20157         * doc/invoke.texi (Optimize Options): Document that
20158         -fstrict-overflow applies to pointer wraparound.
20159
20160 2008-04-13  Jan Hubicka  <jh@suse.cz>
20161
20162         * m32.c (m32c_pushm_popm): Use crtl->retrun_rtx.
20163
20164 2008-04-12  Andrew Pinski  <pinskia@gmail.com>
20165
20166         * config/rs6000/rs6000.c (compute_save_world_info): Set lr_save_p if
20167         we are going to "save the world".
20168
20169 2008-04-13  Hans-Peter Nilsson  <hp@axis.com>
20170
20171         * config/cris/cris.md ("*andhi_lowpart_non_v32", "*andhi_lowpart_v32")
20172         ("*andqi_lowpart_non_v32", "*andqi_lowpart_v32"): Use "+" for the
20173         operand 0 constraint, not "=".
20174
20175 2008-04-11  James E. Wilson  <wilson@tuliptree.org>
20176
20177         * system.h: Change ASSERT_CHECKING to ENABLE_ASSERT_CHECKING.
20178
20179 2008-04-11  H.J. Lu  <hongjiu.lu@intel.com>
20180
20181         * dse.c (record_store): Use HOST_BITS_PER_WIDE_INT instead
20182         of size of positions_needed * CHAR_BIT.
20183
20184 2008-04-11  H.J. Lu  <hongjiu.lu@intel.com>
20185
20186         PR middle-end/35897
20187         * dse.c (store_info): Change positions_needed to unsigned
20188         HOST_WIDE_INT.
20189         (lowpart_bitmask): New.
20190         (record_store): Cast to unsigned HOST_WIDE_INT for
20191         positions_needed.  Assert width <= size of positions_needed *
20192         CHAR_BIT.  Call lowpart_bitmask to initialize positions_needed.
20193         (check_mem_read_rtx): Use unsigned HOST_WIDE_INT on mask.  Call
20194         lowpart_bitmask to set mask.
20195
20196 2008-04-11  Bernd Schmidt  <bernd.schmidt@analog.com>
20197
20198         * config/bfin/constraints.md: New file.
20199         * config/bfin/bfin.md: Include it.
20200         (adddi3): Use satisfies_constraint functions instead of the old macros.
20201         * config/bfin/bfin.h (REG_CLASS_FROM_LETTER, CONSTRAINT_LEN,
20202         CONST_18UBIT_IMM_P, CONST_16BIT_IMM_P, CONST_16UBIT_IMM_P,
20203         CONST_7BIT_IMM_P, CONST_7NBIT_IMM_P, CONST_5UBIT_IMM_P,
20204         CONST_4BIT_IMM_P, CONST_4UBIT_IMM_P, CONST_3BIT_IMM_P,
20205         CONST_3UBIT_IMM_P, CONST_OK_FOR_K, CONST_OK_FOR_P, CONST_OK_FOR_M,
20206         CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER,
20207         EXTRA_CONSTRAINT): Delete.
20208         * config/bfin/predicates.md (highbits_operand, reg_or_7bit_operand,
20209         reg_or_neg7bit_operand): Use satisfies_constraint functions instead
20210         of the old macros.
20211         * config/bfin/bfin.c: Include "tm-constrs.h".
20212         (bfin_secondary_reload, split_load_immediate, bfin_rtx_costs):
20213         Use satisfies_constraint functions instead of the old macros.
20214         * doc/md.texi (Blackfin Constraints): Update file name reference.
20215
20216 2008-04-11  Richard Guenther  <rguenther@suse.de>
20217
20218         PR tree-optimization/35869
20219         * tree-vrp.c (execute_vrp): Move switch statement update after
20220         jump threading.  Schedule another cfg cleanup run.
20221
20222 2008-04-11  Volker Reichelt  <v.reichelt@netcologne.de>
20223
20224         PR c/35744
20225         * attribs.c (decl_attributes): Return early on errorneous node.
20226
20227 2008-04-10  Oleg Ryjkov  <olegr@google.com>
20228
20229         * tree.h (struct tree_base): Added a new flag default_def_flag.
20230         (SSA_NAME_IS_DEFAULT_DEF): Changed to use the new flag.
20231
20232 2008-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
20233
20234         * config.gcc (need_64bit_hwint): Need 64bit hwint for sh-*-*.
20235
20236 2008-04-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20237
20238         PR target/35768
20239         * pa.md: Define mode iterator P.  Define mode attribute dwc.
20240         (dcacheflush): Update pattern to use iterator P and attribute dwc.
20241         (icacheflush): Likewise.
20242         * pa.h (INITIALIZE_TRAMPOLINE): Use dcacheflushsi/icacheflushsi if
20243         !TARGET_64BIT, and dcacheflushdi/icacheflushdi if TARGET_64BIT.
20244
20245 2008-04-11  Ben Elliston  <bje@au.ibm.com>
20246
20247         * config/spu/spu.c (spu_init_builtins): Mark builtins as nothrow.
20248
20249 2008-04-10  Rafael Espíndola  <espindola@google.com>
20250
20251         * tree-vrp.c (extract_range_from_binary_expr): Don't handle
20252         TRUTH_ANDIF_EXPR or TRUTH_ORIF_EXPR.
20253         (extract_range_from_expr): The same.
20254
20255 2008-04-10  Adam Nemet  <anemet@caviumnetworks.com>
20256
20257         * config/mips/mips.md (GPR2): New mode iterator.
20258         (seq): Add comment.
20259         (*seq_<mode>, *seq_<mode>_mips16, *sne_<mode>, *sgt<u>_<mode>,
20260         *sgt<u>_<mode>_mips16, *sge<u>_<mode>, *slt<u>_<mode>,
20261         *slt<u>_<mode>_mips16 *sle<u>_<mode>, *sle<u>_<mode>_mips16):
20262         Rewrite these to take two modes, the mode of comparison and the
20263         mode of the destination.
20264         * config/mips/mips.c (mips_expand_scc): Instead of having
20265         paradoxical subreg as destination, expand "narrowing" scc if mode
20266         of comparison is SI and target is requested in DI mode.
20267         (mips_emit_int_order_test): Update comment.  Make mode of
20268         comparison match CMP0 rather than TARGET.  When creating inverse
20269         target use mode of TARGET.
20270
20271 2008-04-10  Adam Nemet  <anemet@caviumnetworks.com>
20272
20273         * gcov-dump.c (tag_summary): Only print summaries for the first
20274         GCOV_COUNTERS_SUMMABLE counters.
20275
20276 2008-04-10  Uros Bizjak  <ubizjak@gmail.com>
20277
20278         * config/i386/i386.md (absneg): New code iterator.
20279         (absnegprefix): New code attribute.
20280         (<code><mode>2): Macroize expander from abs<mode>2 and neg<mode>2
20281         patterns using absneg code iterator.
20282         (<code>tf2): Macroize expander from abstf2 and negtf2 patterns
20283         using absneg code iterator.
20284         (*<code><mode>2_1): Macroize insn pattern from *abs<mode>2_1 and
20285         *neg<mode>2 patterns using absneg code iterator.
20286         (*<code>extendsfdf2): Macroize insn pattern from *absextendsfdf2 and
20287         *negextendsfdf2 patterns using absneg code iterator.
20288         (*<code>extendsfxf2): Macroize insn pattern from *absextendsfxf2 and
20289         *negextendsfxf2 patterns using absneg code iterator.
20290         (*<code>extendsfdf2): Macroize insn pattern from *absextendsfdf2 and
20291         *negextendsfdf2 patterns using absneg code iterator.
20292         * config/i386/sse.md (<code><mode>2): Macroize expander from
20293         abs<mode>2 and neg<mode>2 patterns using absneg code iterator.
20294
20295 2008-04-10  Andreas Krebbel  <krebbel1@de.ibm.com>
20296
20297         * config/s390/s390.h: Remove the remains of the recent search
20298         & replace action of current_function_outgoing_args_size.
20299
20300 2008-04-10  Ira Rosen  <irar@il.ibm.com>
20301
20302         PR tree-optimization/35821
20303         * tree-vect-transform.c (vect_create_data_ref_ptr): Add check that
20304         NEW_STMT_LIST is not NULL.
20305
20306 2008-04-09  David Edelsohn  <edelsohn@gnu.org>
20307
20308         PR libstdc++/35597
20309         * toplev.c (process_options): Remove -ffunction-sections debugging
20310         warning.
20311
20312 2008-04-09  Peter Bergner  <bergner@vnet.ibm.com>
20313
20314         PR middle-end/PR28690
20315         * explow.c (break_out_memory_refs): Use simplify_gen_binary rather
20316         than gen_rtx_fmt_ee to perform more canonicalizations.
20317
20318 2008-04-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20319
20320         PR driver/35665
20321         * collect2.c (write_c_file): Don't wrap in "#ifdef __cplusplus".
20322
20323 2008-04-09  Richard Guenther  <rguenther@suse.de>
20324
20325         * tree-cfg.c (verify_stmt): Print complete bogus stmt.
20326         (dump_function_to_file): Dump function arguments with types.
20327
20328 2008-04-08  Richard Guenther  <rguenther@suse.de>
20329
20330         * fold-const.c (fold_widened_comparison): Do not allow
20331         sign-changes that change the result.
20332
20333 2008-04-08  Janis Johnson  <janis187@us.ibm.com>
20334
20335         PR target/35839
20336         * config/rs6000/rs6000.c (rs6000_check_sdmode): Handle additional
20337         kinds of indirect references.
20338
20339 2008-04-08  David Edelsohn  <edelsohn@gnu.org>
20340
20341         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Update
20342         GNU Fortran language string.
20343
20344 2008-04-08  Rafael Espíndola  <espindola@google.com>
20345
20346         * fold-canst.c (tree_call_nonnegative_warnv_p): New.
20347         (tree_invalid_nonnegative_warnv_p): Use tree_call_nonnegative_warnv_p.
20348         * tree.h (tree_call_nonnegative_warnv_p): New.
20349
20350 2008-04-08  Jan Hubicka  <jh@suse.cz>
20351
20352         * function.c (free_after_compilation): Clear out regno_reg_rtx
20353         pointer.
20354
20355 2008-04-08  Peter Bergner  <bergner@vnet.ibm.com>
20356
20357         Revert
20358         2008-04-07  Peter Bergner  <bergner@vnet.ibm.com>
20359
20360         PR middle-end/PR28690
20361         * rtlanal.c: (commutative_operand_precedence): Give SYMBOL_REF's the
20362         same precedence as REG_POINTER and MEM_POINTER operands.
20363
20364 2008-04-08  Richard Guenther  <rguenther@suse.de>
20365
20366         PR middle-end/35834
20367         * tree-ssa-address.c (create_mem_ref): Use POINTER_PLUS_EXPR
20368         for adding index to base.
20369
20370 2008-04-08  Kai Tietz  <kai.tietz@onevision.com>
20371
20372         * config/i386/mingw32.h (ENABLE_EXECUTE_STACK): New.
20373         (MINGW_ENABLE_EXECUTE_STACK): New.
20374         (IN_LIBGCC2): For libgcc include windows.h file for
20375         function declarations.
20376
20377 2008-04-08  Hans-Peter Nilsson  <hp@axis.com>
20378
20379         * config/cris/cris.c (cris_address_cost): For a PLUS, swap tem1
20380         and tem2 if tem1 is not a REG or MULT.
20381
20382 2008-04-08  Jan Hubicka  <jh@suse.cz>
20383
20384         * function.h (incomming_args): Break out of struct function.
20385         (function_subsections): Break out of struct function.
20386         (rtl_data): Add args, subsections fields. Break out outgoing_args_size,
20387         return_rtx and hard_reg_initial_vals from struct function.
20388         Kill inl_max_label_num.
20389         (current_function_pops_args, current_function_args_info,
20390         current_function_args_size, current_function_args_size,
20391         current_function_pretend_args_size,
20392         current_function_outgoing_args_size,
20393         current_function_internal_arg_pointer, current_function_return_rtx):
20394         Kill compatibility accestor macros.
20395         * builtins.c (expand_builtin_apply_args_1): Update.
20396         (expand_builtin_next_arg): Update.
20397         * df-scan.c (df_get_call_refs): Update.
20398         * dbxout.c (dbxout_function_end): Update.
20399         * dwarf2out.c (dwarf2out_switch_text_section): Update.
20400         (output_line_info): Update.
20401         (secname_for_decl): Update.
20402         (dwarf2out_var_location): Update.
20403         * function.c (free_after_compilation): Update.
20404         (assign_parm_find_stack_rtl): Update.
20405         (assign_parms): Update.
20406         (expand_dummy_function_end): Update.
20407         (expand_function_end): Update.
20408         * calls.c (mem_overlaps_already_clobbered_arg_p): Update.
20409         (expand_call): Update.
20410         (emit_library_call_value_1): Update.
20411         (store_one_arg): Update.
20412         * varasm.c (initialize_cold_section_name): Update.
20413         (unlikely_text_section): Update.
20414         (unlikely_text_section_p): Update.
20415         (assemble_start_function): Update.
20416         (assemble_end_function): Update.
20417         (default_section_type_flags): Update.
20418         (switch_to_section): Update.
20419         * integrate.c (set_decl_abstract_flags): Update.
20420         (get_hard_reg_initial_val): Update.
20421         (has_hard_reg_initial_val): Update.
20422         (allocate_initial_values): Update.
20423         * resource.c (init_resource_info): Update.
20424         * config/alpha/alpha.c (NUM_ARGS): Update.
20425         (direct_return): Update.
20426         (alpha_va_start): Update.
20427         (alpha_sa_size): Update.
20428         (alpha_initial_elimination_offset): Update.
20429         (alpha_expand_prologue): Update.
20430         (alpha_start_function): Update.
20431         (alpha_expand_epilogue): Update.
20432         (unicosmk_initial_elimination_offset):
20433         * config/alpha/alpha.md (call expander): Update.
20434         * config/s390/s390.c (s390_register_info): Update.
20435         (s390_register_info): Update.
20436         (s390_frame_info): Update.
20437         (s390_initial_elimination_offset): Update.
20438         (s390_build_builtin_va_list): Update.
20439         (s390_va_start): Update.
20440         * config/spu/spu.c (direct_return): Update.
20441         (spu_expand_prologue): Update.
20442         (spu_initial_elimination_offset): Update.
20443         (spu_build_builtin_va_list): Update.
20444         (spu_va_start): Update.
20445         * config/sparc/sparc.c (sparc_init_modes): Update.
20446         (sparc_compute_frame_size): Update.
20447         (function_value): Update.
20448         * config/m32r/m32r.c (m32r_compute_frame_size): Update.
20449         * config/i386/i386.md (return expander): Update.
20450         * config/i386/i386.c (ix86_va_start): Update.
20451         (ix86_can_use_return_insn_p): Update.
20452         (ix86_compute_frame_layout): Update.
20453         (ix86_expand_epilogue): Update.
20454         * config/sh/sh.c (output_stack_adjust): Update.
20455         (calc_live_regs): Update.
20456         (sh_expand_prologue): Update.
20457         (sh_builtin_saveregs): Update.
20458         (sh_va_start): Update.
20459         (initial_elimination_offset): Update.
20460         (sh_allocate_initial_value): Update.
20461         (sh_function_ok_for_sibcall): Update.
20462         (sh_get_pr_initial_val): Update.
20463         * config/sh/sh.md (return expander): Update.
20464         * config/avr/avr.c (frame_pointer_required_p): UPdate.
20465         * config/crx/crx.c (crx_compute_frame): UPdate.
20466         (crx_initial_elimination_offset): UPdate.
20467         * config/xtensa/xtensa.c (compute_frame_size): Update
20468         (xtensa_builtin_saveregs): Update.
20469         (xtensa_va_start): Update.
20470         (order_regs_for_local_alloc): Update.
20471         * config/stormy16/stormy16.c (xstormy16_compute_stack_layout): Update.
20472         (xstormy16_expand_builtin_va_start): Update.
20473         * config/fr30/fr30.c (fr30_compute_frame_size): Update.
20474         * config/m68hc11/m68hc11.md (return expanders): Update.
20475         * config/m68hc11/m68hc11.c (expand_prologue): Update.
20476         (expand_epilogue): Update.
20477         * config/cris/cris.c (cris_initial_frame_pointer_offset): Update.
20478         (cris_simple_epilogue): Update.
20479         (cris_expand_prologue): Update.
20480         (cris_expand_epilogue): Update.
20481         * config/iq2000/iq2000.c (iq2000_va_start): Update.
20482         (compute_frame_size): Update.
20483         * config/mt/mt.c (mt_compute_frame_size): Update.
20484         * config/mn10300/mn10300.c (expand_prologue): Update.
20485         (expand_epilogue): Update.
20486         (initial_offset): Update.
20487         (mn10300_builtin_saveregs):
20488         * config/mn10300/mn10300.md (return expander): Update.
20489         * config/ia64/ia64.c (ia64_compute_frame_size): Update.
20490         (ia64_initial_elimination_offset): Update.
20491         (ia64_initial_elimination_offset): Update.
20492         (ia64_expand_prologue): Update.
20493         * config/m68k/m68k.md (return expander): Update.
20494         * config/rs6000/rs6000.c (rs6000_va_start): Update.
20495         (rs6000_stack_info): Update.
20496         * config/mcore/mcore.c (layout_mcore_frame): Update.
20497         (mcore_expand_prolog): Update.
20498         * config/arc/arc.c (arc_compute_frame_size): Update.
20499         * config/score/score3.c (score3_compute_frame_size): Update.
20500         * config/score/score7.c (score7_compute_frame_size): Update.
20501         * config/arm/arm.c (use_return_insn): Update.
20502         (thumb_find_work_register): Update.
20503         (arm_compute_save_reg_mask): Update.
20504         (arm_output_function_prologue): Update.
20505         (arm_output_epilogue): Update.
20506         (arm_size_return_regs): Update.
20507         (arm_get_frame_offsets): Update.
20508         (arm_expand_prologue): Update.
20509         (thumb_exit): Update.
20510         (thumb_unexpanded_epilogue): Update.
20511         (thumb1_output_function_prologue): Update.
20512         * config/pa/pa.md (return expander): Update.
20513         * config/pa/pa.c (compute_frame_size): Update.
20514         (hppa_builtin_saveregs): Update.
20515         * config/mips/mips.c (mips_va_start): Update.
20516         (mips16_build_function_stub): Update.
20517         (mips_compute_frame_info): Update.
20518         (mips_restore_gp): Update.
20519         (mips_output_function_prologue): Update.
20520         (mips_expand_prologue): Update.
20521         * config/v850/v850.c (compute_frame_size): Update.
20522         (expand_prologue): * config/mmix/mmix.c (along): update.
20523         (mmix_initial_elimination_offset): update.
20524         (mmix_reorg): update.
20525         (mmix_use_simple_return): update.
20526         (mmix_expand_prologue): update.
20527         (mmix_expand_epilogue): Update.
20528         * config/bfin/bfin.c (bfin_initial_elimination_offset): Update.
20529         (emit_link_insn): Update.
20530
20531 2008-04-08  Anatoly Sokolov <aesok@post.ru>
20532
20533         * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): Define
20534         __AVR_HAVE_EIJMP_EICALL__ macro if device have EIJMP and EICALL
20535         instructions.
20536         * config/avr/avr.c (avr_mcu_types): Set AVR31 architecture for
20537         atmega103 device.
20538
20539 2008-04-07  Jan Hubicka  <jh@suse.cz>
20540
20541         * function.h (rtl): Rename to x_rtl.
20542         (crtl): New define.
20543         (return_label, naked_return_label, stack_slot_list, parm_birth_insn,
20544         frame_offset, stack_check_probe_note, arg_pointer_save_area,
20545         used_temp_slots avail_temp_slots, temp_slot_level,
20546         nonlocal_goto_handler_labels): Update accesstors.
20547         (rtl): New global variable.
20548         (struct function): Move some fileds to rtl_data.
20549         (get_arg_pointer_save_area): Update prototype.
20550         * builtins.c (expand_builtin_setjmp_receiver): Update call of
20551         get_arg_pointer_save_area.
20552         * expr.c (init_expr): Update
20553         * function.c (get_frame_size): Update
20554         (assign_stack_local): Update
20555         (expand_function_end): Update.
20556         (get_art_pointer_save_area): Update
20557         * function.h
20558         * emit-rtl.c (rtl): Declare.
20559         (regno_reg_rtx): Declare.
20560         (first_insn, last_insn, cur_insn_uid, last_location, first_label_num):
20561         Update.
20562         (gen_reg_rtx): Update.
20563         * varasm.c (n_deferred_constatns): Update accestor.
20564         (init_varasm_status): Do not allocate varasm_status.
20565         (force_const_mem, get_pool_size, output_constant_pool): Update.
20566         * stmt.c (force_label_rtx): Do not use x_ prefixes.
20567         (expand_nl_goto_receiver): Update get_arg_pointer_save_area.
20568         * m32c/m32.c (m32c_leaf_function_p, m32c_function_needs_enter): Update.
20569         * sparc/sparc.h (INIT_EXPANDERS): Update.
20570         * ia64/ia64.h (INIT_EXPANDERS): Update.
20571
20572 2008-04-07  James E. Wilson  <wilson@tuliptree.org>
20573
20574         * reload.c (push_secondary_reload): Add missing break to for loop.
20575
20576 2008-04-07  Peter Bergner  <bergner@vnet.ibm.com>
20577
20578         PR middle-end/PR28690
20579         * rtlanal.c: Update copyright years.
20580         (commutative_operand_precedence): Give SYMBOL_REF's the same precedence
20581         as REG_POINTER and MEM_POINTER operands.
20582         * emit-rtl.c (gen_reg_rtx_and_attrs): New function.
20583         (set_reg_attrs_from_value): Call mark_reg_pointer as appropriate.
20584         * rtl.h (gen_reg_rtx_and_attrs): Add prototype for new function.
20585         * gcse.c: Update copyright years.
20586         (pre_delete): Call gen_reg_rtx_and_attrs.
20587         (hoist_code): Likewise.
20588         (build_store_vectors): Likewise.
20589         (delete_store): Likewise.
20590         * loop-invariant.c (move_invariant_reg): Likewise.
20591         Update copyright years.
20592
20593 2008-04-07  Uros Bizjak  <ubizjak@gmail.com>
20594
20595         * config/i386/i386.md ("*sse_prologue_save_insn"): Use braced output
20596         control string instead of quoted.
20597
20598 2008-04-07  Kenneth Zadeck  <zadeck@naturalbridge.com>
20599
20600         * doc/rtl.texi: Rewrite of subreg section.
20601
20602 2008-04-07  Kai Tietz  <kai.tietz@onevision.com>
20603
20604         PR/35842
20605         * config/i386/i386.c (legitimize_pic_address): Add treating
20606         of dllimport SYM_REF's.
20607         (legitimize_dllimport_symbol): Add prototype.
20608
20609 2008-04-07  Eric Botcazou  <ebotcazou@adacore.com>
20610
20611         * fold-const.c (fold) <ARRAY_REF>: New case.  Try to fold constant
20612         reference in constructor with non self-referential type.
20613
20614 2008-04-07  Eric Botcazou  <ebotcazou@adacore.com>
20615
20616         Removal of Return with Depressed Stack Pointer support
20617         * tree.h (TYPE_RETURNS_STACK_DEPRESSED): Delete.
20618         (ECF_SP_DEPRESSED): Likewise.
20619         (ECF_LIBCALL_BLOCK, ECF_NOVOPS): Adjust.
20620         * calls.c (emit_call_1): Do not test ECF_SP_DEPRESSED.
20621         (flags_from_decl_or_type): Do not test TYPE_RETURNS_STACK_DEPRESSED.
20622         (expand_call): Do not test ECF_SP_DEPRESSED.
20623         * dse.c (dse_step0): Do not test TYPE_RETURNS_STACK_DEPRESSED.
20624         * function.c (keep_stack_depressed): Delete.
20625         (handle_epilogue_set): Likewise.
20626         (update_epilogue_consts): Likewise.
20627         (emit_equiv_load): Likewise.
20628         (thread_prologue_and_epilogue_insns): Remove support for Return with
20629         Depressed Stack Pointer.
20630         * print-tree.c (print_node): Do not test TYPE_RETURNS_STACK_DEPRESSED.
20631
20632 2008-04-06  Richard Guenther  <rguenther@suse.de>
20633
20634         PR tree-optimization/35400
20635         * tree-vrp.c (vrp_evaluate_conditional): Only query value-range
20636         information from SSA_NAMEs.
20637
20638 2008-04-06  Anatoly Sokolov <aesok@post.ru>
20639
20640         * config/avr/avr.h (avr_mega_p): Remove declaration.
20641         (AVR_MEGA): Remove macro.
20642         * config/avr/avr.c (avr_mega_p): Remove variable.
20643         (avr_override_options): Remove inicializion of avr_mega_p.
20644         Use AVR_HAVE_JMP_CALL instead of AVR_MEGA.
20645         (print_operand): Use AVR_HAVE_JMP_CALL instead of AVR_MEGA.
20646         (avr_jump_mode): (Ditto.).
20647         (avr_output_progmem_section_asm_op): (Ditto.).
20648         (avr_asm_init_sections): (Ditto.).
20649         (avr_asm_init_sections): (Ditto.).
20650         (avr_rtx_costs): (Ditto.).
20651         * config/avr/avr.md: (Ditto.).
20652         * config/avr/avr.h: Use '__AVR_HAVE_JMP_CALL__' instead of
20653         '__AVR_MEGA__'.
20654
20655 2008-04-06  Richard Guenther  <rguenther@suse.de>
20656
20657         PR tree-optimization/35842
20658         * tree-ssa-address.c (fixed_address_object_p): Adjust to match
20659         is_gimple_invariant_address.
20660
20661 2008-04-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
20662
20663         * gcc.c (default_compilers): Sync Fortran extensions list with
20664         that in fortran/lang-specs.h.
20665         * doc/invoke.texi: Likewise.
20666         * dbxout.c (get_lang_number): Use "GNU Fortran" in "GNU F95".
20667         * dwarf2out.c (gen_compile_unit_die): Likewise.
20668
20669 2008-04-06  Tom G. Christensen  <tgc@jupiterrise.com>
20670
20671         * gthr-posix95.h (__gthread_cond_wait_recursive): Add missing &.
20672
20673 2008-04-05  Uros Bizjak  <ubizjak@gmail.com>
20674
20675         PR target/12329
20676         * config/i386/i386.c (ix86_function_regparm): Error if regparm(3)
20677         attribute is used for nested functions.
20678
20679 2008-04-05  Jan Hubicka  <jh@suse.cz>
20680
20681         * emit-rtl.c (init_emit): xcalloc regno_pointer_align.
20682
20683         * tree-dump.c (dump_enable_all): Remove prototype; do not accept
20684         letter argument.
20685         (dump_files): Update.
20686         (enable_rtl_dump_file): Do not accept letter argument.
20687         * tree-pass.h (dump_file_info): Remove letter argument.
20688         * toplev.c (decode_d_option): Update -da handling.
20689         * toplev.h (enable_rtl_dump_file): Update prototype.
20690         * passes.c (register_one_dump_file): Do not accept IPA argument; work
20691         it out based on pass type.
20692         (register_dump_files_1): Likewise.
20693         (init_optimization_passes): Update register_one_dump_file calls.
20694         (execute_one_pass): Sanity check that IPA passes are called at IPA
20695         level and RTL passes at RTL level.
20696         (execute_pass_list): IPA pass can not be after or subpass of
20697         GIMPLE/RTL pass.
20698         (execute_ipa_pass_list): Handle IPA subpasses of IPA subpasses and
20699         disallov RTL subpasses of IPA subpasses.
20700
20701 2008-04-05  Ben Elliston  <bje@au.ibm.com>
20702
20703         * tree-cfg.c (need_fake_edge_p): Return false for calls to
20704         builtins that return exactly once and do not throw. Cache call to
20705         call_expr_flags.
20706
20707 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
20708
20709         PR rtl-optimization/34916
20710         PR middle-end/35519
20711         * combine.c (create_log_links): Do not create duplicate LOG_LINKS
20712         between instruction pairs.
20713
20714 2008-04-04  Naveen.H.S  <naveen.hs@kpitcummins.com>
20715
20716         * doc/invoke.texi: Document -mbitops for SH.
20717         * config/sh/constraints.md (K03, K12, Sbv, Sbw): New constraints.
20718         * config/sh/predicates.md (bitwise_memory_operand): New predicate.
20719         * config/sh/sh.c (print_operand): Add %t operand code.
20720         * config/sh/sh.h (GO_IF_LEGITIMATE_INDEX): Add condition for SH2A.
20721         * config/sh/sh.md (*iorsi3_compact): Fix condition for SH2A.
20722         (extendqisi2_compact): Add the alternative for SH2A 4-byte mov.b.
20723         (extendqihi2): Likewise.
20724         (movqi_i): Likewise.
20725         (insv): Use bset, bclr and bst instructions for SH2A if possible.
20726         (extv): Use bld instruction for SH2A if possible.
20727         (extzv): Likewise.
20728         (bclr_m2a, bclrmem_m2a, bset_m2a, bsetmem_m2a, bst_m2a, bld_m2a,
20729         bldsign_m2a, bld_reg, *bld_regqi, band_m2a, bandreg_m2a,
20730         bor_m2a, borreg_m2a, bxor_m2a, bxorreg_m2a): New insns.
20731         (bset.b, bclr.b): Define peepholes.
20732         * config/sh/sh.opt (mbitops): New option.
20733
20734 2008-04-04  Janis Johnson  <janis187@us.ibm.com>
20735
20736         PR target/35620
20737         * config/rs6000/rs6000.c (rs6000_check_sdmode): Handle indirect ref
20738         and view convert expression.
20739
20740 2008-04-04  Jakub Jelinek  <jakub@redhat.com>
20741
20742         PR target/35364
20743         * tree-cfg.c (remove_useless_stmts_1): Handle OMP_* containers.
20744
20745 2008-04-04  H.J. Lu  <hongjiu.lu@intel.com>
20746
20747         * config.gcc (extra_headers): Add wmmintrin.h for x86 and x86-64.
20748
20749         * config/i386/cpuid.h (bit_AES): New.
20750         (bit_PCLMUL): Likewise.
20751
20752         * config/i386/i386.c (pta_flags): Add PTA_AES and PTA_PCLMUL.
20753         (override_options): Handle PTA_AES and PTA_PCLMUL.  Enable
20754         SSE2 if AES or PCLMUL is enabled.
20755         (ix86_builtins): Add IX86_BUILTIN_AESENC128,
20756         IX86_BUILTIN_AESENCLAST128, IX86_BUILTIN_AESDEC128,
20757         IX86_BUILTIN_AESDECLAST128, IX86_BUILTIN_AESIMC128,
20758         IX86_BUILTIN_AESKEYGENASSIST128 and IX86_BUILTIN_PCLMULQDQ128.
20759         (bdesc_sse_3arg): Add IX86_BUILTIN_PCLMULQDQ128.
20760         (bdesc_2arg): Add IX86_BUILTIN_AESENC128,
20761         IX86_BUILTIN_AESENCLAST128, IX86_BUILTIN_AESDEC128,
20762         IX86_BUILTIN_AESDECLAST128 and IX86_BUILTIN_AESKEYGENASSIST128.
20763         (bdesc_1arg): Add IX86_BUILTIN_AESIMC128.
20764         (ix86_init_mmx_sse_builtins): Define __builtin_ia32_aesenc128,
20765         __builtin_ia32_aesenclast128, __builtin_ia32_aesdec128,
20766         __builtin_ia32_aesdeclast128,__builtin_ia32_aesimc128,
20767         __builtin_ia32_aeskeygenassist128 and
20768         __builtin_ia32_pclmulqdq128.
20769         * config/i386/i386.c (ix86_expand_binop_imm_builtin): New.
20770         (ix86_expand_builtin): Use it for IX86_BUILTIN_PSLLDQI128 and
20771         IX86_BUILTIN_PSRLDQI128.  Handle IX86_BUILTIN_AESKEYGENASSIST128.
20772
20773         * config/i386/i386.h (TARGET_AES): New.
20774         (TARGET_PCLMUL): Likewise.
20775         (TARGET_CPU_CPP_BUILTINS): Handle TARGET_AES and TARGET_PCLMUL.
20776
20777         * config/i386/i386.md (UNSPEC_AESENC): New.
20778         (UNSPEC_AESENCLAST): Likewise.
20779         (UNSPEC_AESDEC): Likewise.
20780         (UNSPEC_AESDECLAST): Likewise.
20781         (UNSPEC_AESIMC): Likewise.
20782         (UNSPEC_AESKEYGENASSIST): Likewise.
20783         (UNSPEC_PCLMUL): Likewise.
20784
20785         * config/i386/i386.opt (maes): New.
20786         (mpclmul): Likewise.
20787
20788         * config/i386/sse.md (aesenc): New pattern.
20789         (aesenclast): Likewise.
20790         (aesdec): Likewise.
20791         (aesdeclast): Likewise.
20792         (aesimc): Likewise.
20793         (aeskeygenassist): Likewise.
20794         (pclmulqdq): Likewise.
20795
20796         * config/i386/wmmintrin.h: New.
20797
20798         * doc/extend.texi: Document AES and PCLMUL built-in function.
20799
20800         * doc/invoke.texi: Document -maes and -mpclmul.
20801
20802 2008-04-04  Paolo Bonzini  <bonzini@gnu.org>
20803
20804         * function.c (free_after_parsing): Replace with
20805         cxx_push_function_context from C++ front-end.
20806         (allocate_struct_function): Don't call langhook.
20807         * langhooks.h (struct lang_hooks_for_functions): Delete.
20808         (struct lang_hooks): Add back missing_noreturn_ok_p here, delete
20809         member "function".
20810         * langhooks-def.h (LANG_HOOKS_MISSING_NORETURN_OK_P): Add.
20811         (LANG_HOOKS_FUNCTION_INIT, LANG_HOOKS_FUNCTION_FINAL,
20812         LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P,
20813         LANG_HOOKS_FUNCTION_INITIALIZER): Delete.
20814         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_MISSING_NORETURN_OK_P,
20815         remove LANG_HOOKS_FUNCTION_INITIALIZER.
20816         * tree-cfg.c: Adjust call to missing_noreturn_ok_p langhook.
20817
20818         * c-objc-common.h (LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P):
20819         Rename to LANG_HOOKS_MISSING_NORETURN_OK_P.
20820
20821 2008-04-04  Jakub Jelinek  <jakub@redhat.com>
20822
20823         PR c/35440
20824         * c-pretty-print.c (pp_c_initializer_list): Handle CONSTRUCTOR
20825         for all types.
20826
20827 2008-04-04  Richard Guenther  <rguenther@suse.de>
20828
20829         PR middle-end/35823
20830         * fold-const.c (optimize_minmax_comparison): Use the correct
20831         type for the constant in the simplified comparison.
20832
20833 2008-04-04  Zuxy Meng <zuxy.meng@gmail.com>
20834
20835         * config/i386/driver-i386.c (describe_cache): Add l2_sizekb argument.
20836         Pass L2 size as "--param l2-cache-size" to the compiler.
20837         (decode_l2_cache): New function to decode L2 cache parameters using
20838         0x8000006 extended cpuid function.
20839         (detect_caches_amd): Determine parameters of L2 cache using
20840         decode_l2_caches function.
20841         (decode_caches_intel): Decode L2 cache parameters.
20842         (detect_caches_intel): Determine L2 cache parameters using
20843         decode_caches_intel and decode_l2_caches functions.
20844
20845 2008-04-03  Bob Wilson  <bob.wilson@acm.org>
20846
20847         * config/xtensa/xtensa.c (xtensa_secondary_reload_class): Use a
20848         secondary input reload for subword loads from the constant pool.
20849
20850 2008-04-03  Janis Johnson  <janis187@us.ibm.com>
20851
20852         PR target/35713
20853         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use integer
20854           constants of the appropriate size for runtime calculations.
20855
20856         PR c/35712
20857         * dfp.c (decimal_from_decnumber): Retain trailing zeroes for
20858           decimal-float literal constant zero.
20859
20860 2008-04-03  Jakub Jelinek  <jakub@redhat.com>
20861
20862         PR c/35738
20863         * c-parser.c (c_parser_omp_atomic): Call
20864         default_function_array_conversion on the RHS.
20865
20866         PR middle-end/35818
20867         * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: Don't
20868         call is_variable_sized if decl has incomplete type.
20869
20870 2008-04-03  H.J. Lu  <hongjiu.lu@intel.com>
20871
20872         * config/i386/i386-protos.h (ix86_aligned_p): Removed.
20873
20874 2008-04-03  Adam Nemet  <anemet@caviumnetworks.com>
20875
20876         * config/mips/mips.md (any_gt, any_ge, any_lt, any_le): New code
20877         iterators.
20878         (u): Add attribute values for gt, gtu, ge, geu, lt, ltu, le and leu.
20879         (sgt<u>): Merge sgt and sgtu into new expander.
20880         (sgt, sgtu): Remove expanders.
20881         (*sgt<u>_<mode>): Merge *sgt_<mode> and *sgtu_<mode> into new pattern.
20882         (*sgt_<mode>, *sgtu_<mode>): Remove patterns.
20883         (*sgt<u>_<mode>_mips16): Merge *sgt_<mode>_mips16 and
20884         *sgtu_<mode>_mips16 into new pattern.
20885         (*sgt_<mode>_mips16, *sgtu_<mode>_mips16): Remove patterns.
20886         (sge<u>): Merge sge and sgeu into new expander.
20887         (sge, sgeu): Remove expanders.
20888         (*sge<u>_<mode>): Merge *sge_<mode> and second *sge_<mode> into
20889         new pattern.
20890         (*sge_<mode>, second *sge_<mode>): Remove patterns.
20891         (slt<u>): Merge slt and sltu into new expander.
20892         (slt, sltu): Remove expanders.
20893         (*slt<u>_<mode>): Merge *slt_<mode> and *sltu_<mode> into new pattern.
20894         (*slt_<mode>, *sltu_<mode>): Remove patterns.
20895         (*slt<u>_<mode>_mips16): Merge *slt_<mode>_mips16 and
20896         *sltu_<mode>_mips16 into new pattern.
20897         (*slt_<mode>_mips16, *sltu_<mode>_mips16): Remove patterns.
20898         (sle<u>): Merge sle and sleu into new expander.
20899         (sle, sleu): Remove expanders.
20900         (*sle<u>_<mode>): Merge *sle_<mode> and *sleu_<mode> into new pattern.
20901         (*sle_<mode>, *sleu_<mode>): Remove patterns.
20902         (*sle<u>_<mode>_mips16): Merge *sle_<mode>_mips16 and
20903         *sleu_<mode>_mips16 into new pattern.
20904         (*sle_<mode>_mips16, *sleu_<mode>_mips16): Remove patterns.
20905
20906 2008-04-03  Jan Hubicka  <jh@suse.cz>
20907
20908         PR tree-optimization/35795
20909         * alpha/alpha.c (alpha_output_mi_thunk_osf): Free after compilation.
20910         * sparc/sparc.c (sparc_output_mi_thunk): Likewise.
20911         * ia64/ia64.c (ia64_output_mi_thunk): Likewise.
20912         * m68k/m68k.c (m68k_output_mi_thunk): Likewise.
20913         * score/score3.c (score3_output_mi_thunk): Likewise.
20914         * score/score7.c (score7_output_mi_thunk): Likewise.
20915         * mips/mips.c (mips_output_mi_thunk): Likewise.
20916
20917 2008-04-03  Richard Guenther  <rguenther@suse.de>
20918
20919         * tree-vrp.c (extract_range_from_unary_expr): Handle all
20920         conversions.  Simplify code.
20921
20922 2008-04-03  Kaz Kojima  <kkojima@gcc.gnu.org>
20923
20924         * config/sh/sh.c (sh_output_mi_thunk): Free cfun.
20925
20926 2008-04-03  Tom Tromey  <tromey@redhat.com>
20927             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20928
20929         * config/m68k/t-uclinux (generated_files): Add sysroot-suffix.h.
20930         * config/bfin/t-bfin-linux (generated_files): Add
20931         linux-sysroot-suffix.h.
20932         * doc/install.texi (Prerequisites): Require make 3.80.
20933         * doc/sourcebuild.texi (Front End Directory): Document new
20934         variable.
20935         * Makefile.in (generated_files): New variable.
20936         (ALL_HOST_OBJS): New variable.
20937         ($(ALL_HOST_OBJS)): New target.
20938
20939 2008-04-03  Paolo Bonzini  <bonzini@gnu.org>
20940
20941         * tree-inline.c (copy_generic_body, copy_decl_no_change): Export.
20942         (remap_block): Call id->transform_lang_insert_block instead
20943         of langhook.
20944         (optimize_inline_calls, unsave_expr_now, tree_function_versioning):
20945         Set id.transform_lang_insert_block to NULL.
20946         (clone_body): Move to cp/optimize.c
20947         * tree-inline.h (struct copy_body_data): Change
20948         transform_lang_insert_block to function pointer.
20949         (copy_generic_body, copy_decl_no_change): Export.
20950         * langhooks.h (struct lang_hooks_for_decls): Kill insert_block.
20951         * langhooks-def.h (LANG_HOOKS_INSERT_BLOCK): Kill.
20952         (LANG_HOOKS_DECLS): Remove LANG_HOOKS_INSERT_BLOCK.
20953
20954         * c-tree.h (insert_block): Kill.
20955         * c-decl.c (insert_block): Kill.
20956
20957 2008-04-03  Paolo Bonzini  <bonzini@gnu.org>
20958
20959         * c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,
20960         LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete.
20961         * c-tree.h (c_push_function_context, c_pop_function_context): Remove
20962         argument.
20963         * c-decl.c (c_push_function_context, c_pop_function_context): Remove
20964         argument, call {push,pop}_function_context from here.
20965         * c-parser.c: Use c_{push,pop}_function_context.
20966
20967         * function.c (push_function_context_to): Move meat ...
20968         (push_function_context): ... here.  Simplify.
20969         * function.c (pop_function_context_from): Move meat ...
20970         (pop_function_context): ... here.  Simplify.
20971         * langhooks.h (struct lang_hooks_for_functions): Remove enter_nested,
20972         leave_nested).
20973         * langhooks-def.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,
20974         LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete.
20975         (LANG_HOOKS_FUNCTION_INITIALIZER): Delete them from here.
20976         * tree.h (push_function_context_to, pop_function_context_from): Remove.
20977
20978 2008-04-03  Ben Elliston  <bje@au.ibm.com>
20979
20980         * expmed.c (extract_force_align_mem_bit_field): Remove.
20981
20982 2008-04-03  Richard Guenther  <rguenther@suse.de>
20983
20984         PR middle-end/35800
20985         * expr.h (try_casesi): Adjust prototype.
20986         * expr.c (try_casesi): Take fallback label as extra parameter.
20987         Use that for gen_casesi if default_label is NULL.
20988         * stmt.c (expand_case): Pass fallback label to try_casesi,
20989         make sure to fill gaps with a fallback label if default_label
20990         is not present.
20991
20992 2008-04-03  Dominique d'Humières <dominiq@lps.ens.fr>
20993
20994         PR target/35801
20995         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Free cfun.
20996
20997 2008-04-03  Ben Elliston  <bje@au.ibm.com>
20998
20999         * expmed.c (extract_split_bit_field): Remove if (0) code.
21000         * tree-ssa-structalias.c (do_sd_constraint): Likewise.
21001         (do_ds_constraint): Likewise.
21002
21003 2008-04-02  Joseph Myers  <joseph@codesourcery.com>
21004
21005         * doc/cppopts.texi (-dU): Document.
21006         * c-common.h (flag_dump_macros): Update comment.
21007         * c-opts.c (handle_OPT_d): Handle -dU.
21008         * c-ppoutput.c (macro_queue, define_queue, undef_queue,
21009         dump_queued_macros, cb_used_define, cb_used_undef): New.
21010         (init_pp_output): Handle -dU.
21011         (cb_line_change): Call dump_queued_macros.
21012         * toplev.c (decode_d_option): Accept -dU as preprocessor option.
21013
21014 2008-04-02  Anatoly Sokolov <aesok@post.ru>
21015
21016         * config/avr/predicates.md (io_address_operand): New predicate.
21017         * config/avr/avr-protos.h (avr_io_address_p): Remove declaration.
21018         * config/avr/avr.c (avr_io_address_p): Remove function.
21019         (out_movqi_r_mr): Use 'io_address_operand' predicate instead of
21020         'avr_io_address_p' function.
21021         (out_movhi_r_mr): (Ditto.).
21022         (out_movqi_mr_r): (Ditto.).
21023         (out_movhi_mr_r): (Ditto.).
21024         (avr_address_cost): (Ditto.).
21025
21026 2008-04-02  Uros Bizjak  <ubizjak@gmail.com>
21027
21028         * config/i386/i386.md (*float<SSEMODEI24:mode><X87MODEF:mode>2_1):
21029         Emit gen_floatdi<X87MODEF:mode>2_i387_with_xmm for DImode values
21030         in 32bit mode when XMM registers are available to avoid store
21031         forwarding stalls.
21032         (floatdi<X87MODEF:mode>2_i387_with_xmm): New insn pattern and
21033         corresponding post-reload splitters.
21034
21035 2008-04-02  H.J. Lu  <hongjiu.lu@intel.com>
21036
21037         * config/i386/i386.c (bdesc_sse_3arg): Add __builtin_ia32_shufps
21038         and __builtin_ia32_shufpd.  Provide __builtin_ia32_roundsd and
21039         __builtin_ia32_roundss.
21040         (ix86_init_mmx_sse_builtins): Remove __builtin_ia32_shufps,
21041         __builtin_ia32_shufpd, __builtin_ia32_roundsd and
21042         __builtin_ia32_roundss.
21043         (ix86_expand_builtin): Don't handle IX86_BUILTIN_SHUFPS and
21044         IX86_BUILTIN_SHUFPD here.
21045
21046 2008-04-02  H.J. Lu  <hongjiu.lu@intel.com>
21047
21048         * config/i386/i386.md (plogic): New.
21049         (plogicprefix): Likewise.
21050
21051         * config/i386/mmx.md (mmx_<code><mode>3): New.
21052         (mmx_and<mode>3): Removed.
21053         (mmx_ior<mode>3): Likewise.
21054         (mmx_xor<mode>3): Likewise.
21055
21056         * config/i386/sse.md (<code><mode>3): New.
21057         (*<code><mode>3): Likewise.
21058         (*<code><mode>3): Likewise.
21059         (<code><mode>3): Likewise.
21060         (*sse_<code><mode>3): Likewise.
21061         (*sse2_<code><mode>3): Likewise.
21062         (<code>tf3): Likewise.
21063         (*<code>tf3): Likewise.
21064         (and<mode>3): Likewise.
21065         (*and<mode>3): Likewise.
21066         (ior<mode>3): Removed.
21067         (*ior<mode>3): Likewise.
21068         (xor<mode>3): Likewise.
21069         (*xor<mode>3): Likewise.
21070         (*and<mode>3): Likewise.
21071         (*ior<mode>3): Likewise.
21072         (*xor<mode>3): Likewise.
21073         (and<mode>3): Likewise.
21074         (*sse_and<mode>3): Likewise.
21075         (*sse2_and<mode>3): Likewise.
21076         (andtf3): Likewise.
21077         (*andtf3): Likewise.
21078         (ior<mode>3): Likewise.
21079         (*sse_ior<mode>3): Likewise.
21080         (*sse2_ior<mode>3): Likewise.
21081         (iortf3): Likewise.
21082         (*iortf3): Likewise.
21083         (xor<mode>3): Likewise.
21084         (*sse_xor<mode>3): Likewise.
21085         (*sse2_xor<mode>3): Likewise.
21086         (xortf3): Likewise.
21087         (*xortf3): Likewise.
21088
21089 2008-04-02  Richard Guenther  <rguenther@suse.de>
21090
21091         PR tree-optimization/14495
21092         PR tree-optimization/34793
21093         * tree-vrp.c (struct switch_update): New structure.
21094         (to_remove_edges, to_update_switch_stmts): New VECs.
21095         (simplify_switch_using_ranges): New function.  Remove not taken
21096         case labels and edges.
21097         (simplify_stmt_using_ranges): Call it.
21098         (identify_jump_threads): Mark edges we have queued for removal
21099         so we don't thread them.
21100         (execute_vrp): Remove edges queued for removal, update SWITCH_STMT
21101         case label vector.
21102         * tree-cfg.c (group_case_labels): Deal with missing default label.
21103         (tree_verify_flow_info): Allow missing default label.
21104         * stmt.c (emit_case_bit_tests): Deal with NULL default_label.
21105         (emit_case_nodes): Likewise.
21106         (expand_case): Do not rely on the default label to be present.
21107         * expr.c (try_casesi): Deal with NULL default_label.
21108         (do_tablejump): Likewise.
21109
21110 2008-04-02  Richard Guenther  <rguenther@suse.de>
21111
21112         PR tree-optimization/14495
21113         * tree-vrp.c (vrp_visit_cond_stmt): Do not handle
21114         SWITCH_EXPR here ...
21115         (vrp_visit_switch_stmt): ... but here (new function).
21116         (find_case_label_index): New helper function.
21117         (vrp_visit_stmt): Dispatch to vrp_visit_switch_stmt.
21118
21119 2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
21120
21121         * fwprop.c: Fix ISO-C99ism.
21122
21123 2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
21124
21125         PR bootstrap/35752
21126         * Makefile.in (objdir): Set it here.
21127         * configure.ac: Not here.  Find dynamic linker characteristics.
21128         * exec-tool.in: Use them.
21129         * aclocal.m4: Regenerate.
21130         * configure: Regenerate.
21131
21132 2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
21133
21134         * expr.c (expand_var): Delete it.
21135         * expr.h (expand_var): Delete prototype.
21136         * function.c (expand_function_start): Use expand_decl instead.
21137         * cfgexpand.c (expand_one_static_var, expand_one_var): Don't call
21138         langhook.
21139
21140 2008-04-02  Andy Hutchinson <hutchinsonamdy@aim.com>
21141
21142         PR rtl-optimization/35542
21143         * fwprop.c (forward_propagate_and_simplify): Replace
21144         loc_reg_mentioned_in_p with reg_mentioned_p.
21145
21146 2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
21147
21148         PR rtl-optimization/35281
21149         * fwprop.c (PR_CAN_APPEAR, PR_HANDLE_MEM): New.
21150         (propagate_rtx_1): Handle PR_HANDLE_MEM.
21151         (propagate_rtx): Pass PR_HANDLE_MEM if appropriate.
21152         (varying_mem_p): Move above propagate_rtx.
21153         (all_uses_available_at): Do not check MEMs.
21154
21155 2008-04-02  Rafael Espíndola  <espindola@google.com>
21156
21157         * tree-vrp.c (extract_code_and_val_from_cond): Remove.
21158         (register_edge_assert_for_2): Split the cond argument.
21159         (register_edge_assert_for_1): Adjust for the change in
21160         register_edge_assert_for_2.
21161         (register_edge_assert_for): Split the cond argument.
21162         (find_switch_asserts): Adjust for the change in
21163         register_edge_assert_for.
21164
21165 2008-04-02  Kai Tietz  <kai.tietz@onevision.com>
21166
21167         * config.gcc: Add for x86_64-*-mingw* the t-crtfm to tbuild.
21168         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Add 8 byte
21169         offsets for 64-bit mingw.
21170         * config/i386/i386.c (ix86_pass_by_reference): Correct calling
21171         abi for x86_64-pc-mingw.
21172
21173 2008-04-02  Richard Guenther  <rguenther@suse.de>
21174
21175         * tree-vrp.c (extract_range_from_assert): Make sure to not
21176         produce range min/max with TREE_OVERFOW set.
21177         If merging a anti-range and a range keep the anti-range if
21178         the range covers all values of the type.
21179         (register_edge_assert_for_2): Only allow sign-changing
21180         conversions in detecting canonical range checks.  Also
21181         register an assert for the unsigned name if useful.
21182
21183         PR tree-optimization/35787
21184         * tree-vrp.c (vrp_val_max): New function.
21185         (vrp_val_min): Likewise.
21186         (vrp_val_is_max): Move earlier, use vrp_val_{min,max}.
21187         (vrp_val_is_min): Likewise.
21188         (supports_overflow_infinity): Use vrp_val_{min,max}.
21189         (negative_overflow_infinity): Likewise.
21190         (positive_overflow_infinity): Likewise.
21191         (is_negative_overflow_infinity): Use vrp_val_is_{min,max}.
21192         (is_positive_overflow_infinity): Likewise.
21193         (is_overflow_infinity): Likewise.
21194         (avoid_overflow_infinity): Use vrp_val_{min,max} and
21195         vrp_val_is_{min,max}.
21196         (set_and_canonicalize_value_range): Canonicalize anti-ranges
21197         to ranges if possible.  Avoid empty ranges.
21198
21199 2008-04-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21200
21201         PR middle-end/35705
21202         * fold-const.c (get_pointer_modulus_and_residue): Return modulus 1 if
21203         the expression is a function address.
21204
21205 2008-04-01  George Helffrich  <george@gcc.gnu.org>
21206
21207         PR fortran/35154, fortran/23057
21208         * dbxout.c: Emit .stabs debug info for Fortran COMMON block
21209         variables as base symbol name + offset using N_BCOMM/N_ECOMM.
21210         (is_fortran, dbxout_common_name, dbxout_common_check): New functions.
21211         (dbxout_symbol_location): Transform N_LCSYM to N_GSYM for storage
21212         in common.
21213         (dbxout_syms): Check for COMMON-based symbol and wrap in
21214         N_BCOMM/N_ECOMM stab bracket, including as many symbols as possible
21215         in bracket for efficiency.
21216
21217         * dwarf2out.c: Emit DWARF debug info for Fortran COMMON block
21218         using DW_TAG_common_block + member offset.
21219         (add_pubname_string): New function.
21220         (dw_expand_expr): New function to find block name and offset for
21221         COMMON var.
21222         (common_check): New function to check whether symbol in Fortran COMMON.
21223         (gen_variable_die): If COMMON, use DW_TAG_common_block.
21224
21225 2008-04-01  Volker Reichelt  <v.reichelt@netcologne.de>
21226
21227         PR c/35436
21228         * c-format.c (init_dynamic_gfc_info): Ignore invalid locus type.
21229
21230 2008-04-02  Ben Elliston  <bje@au.ibm.com>
21231
21232         * config/v850/v850.md (casesi): Remove if (0) code.
21233         * config/i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
21234         * config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
21235
21236 2008-04-01  Uros Bizjak  <ubizjak@gmail.com>
21237
21238         * config/i386/i386.md (rex64suffix): New mode attribute.
21239         (floathi<mode>2): Disable expander for SSE math.
21240         (*floathi<mode>2_1): New insn insn_and_split pattern.
21241         (*floathi<mode>2_i387_with_temp): New macroized instruction pattern and
21242         corresponding post-reload splitters.
21243         (*floathi<mode>2_i387): New macroized insn pattern.
21244         (float<SSEMODEI24:mode><X87MODEF:mode>2): New macroized expander.
21245         (*float<SSEMODEI24:mode><X87MODEF:mode>2_1): New macroized
21246         insn_and_split pattern.
21247         (*floatsi<mode>2_vector_mixed_with_temp, *floatsi<mode>2_vector_mixed):
21248         New macroized instruction patterns and corresponding post-reload
21249         splitters.
21250         (*floatsi<mode>2_mixed_with_temp): New macroized instruction pattern
21251         and corresponding post-reload splitters.
21252         (*floatsi<mode>2_mixed_interunit, *floatsi<mode>2_mixed_nointerunit):
21253         New macroized instruction patterns.
21254         (*floatsi<mode>2_vector_sse_with_temp, *floatsi<mode>2_vector_sse): New
21255         macroized instruction patterns and corresponding post-reload splitters.
21256         (*floatsi<mode>2_sse_with_temp): New macroized instruction pattern and
21257         corresponding post-reload splitters.
21258         (*floatsi<mode>2_sse_interunit, *floatsi<mode>2_mixed_nointerunit):
21259         New macroized instruction patterns.
21260         (*floatsi<mode>2_i387_with_temp): New macroized instruction pattern and
21261         corresponding post-reload splitters.
21262         (*floatsi<mode>2_i387): New macroized instruction patterns.
21263
21264 2008-04-01  H.J. Lu  <hongjiu.lu@intel.com>
21265
21266         * config/i386/i386.md (smaxmin): New.
21267         (umaxmin): Likewise.
21268         (maxminiprefix): Likewise.
21269         (maxminfprefix): Likewise.
21270         (<code><mode>3): Likewise.
21271         (smin<mode>3): Removed.
21272         (smax<mode>3): Likewise.
21273
21274         * config/i386/mmx.md (mmx_<code>v2sf3): New.
21275         (mmx_<code>v4hi3): Likewise.
21276         (mmx_<code>v8qi3): Likewise.
21277         (mmx_smaxv2sf3): Removed.
21278         (mmx_sminv2sf3): Likewise.
21279         (mmx_umaxv8qi3): Likewise.
21280         (mmx_smaxv4hi3): Likewise.
21281         (mmx_uminv8qi3): Likewise.
21282         (mmx_sminv4hi3): Likewise.
21283
21284         * config/i386/sse.md (<addsub><mode>3): New.
21285         (*<addsub><mode>3): Likewise.
21286         (<sse>_vm<addsub><mode>3): Likewise.
21287         (<maxmin><mode>3): Likewise.
21288         (*<maxmin><mode>3_finite): Likewise.
21289         (*<maxmin><mode>3): Likewise.
21290         (<sse>_vm<maxmin><mode>3): Likewise.
21291         (sse3_h<addsub>v4sf3): Likewise.
21292         (sse3_h<addsub>v2df3): Likewise.
21293         (<maxmin>v16qi3): Likewise.
21294         (*<maxmin>v16qi3): Likewise.
21295         (<maxmin>v8hi3): Likewise.
21296         (*<maxmin>v8hi3): Likewise.
21297         (*sse4_1_<maxmin><mode>3): Likewise.
21298         (*sse4_1_<maxmin><mode>3): Likewise.
21299         (add<mode>3): Removed.
21300         (*add<mode>3): Likewise.
21301         (<sse>_vmadd<mode>3): Likewise.
21302         (sub<mode>3): Likewise.
21303         (*sub<mode>3): Likewise.
21304         (<sse>_vmsub<mode>3): Likewise.
21305         (smin<mode>3): Likewise.
21306         (*smin<mode>3_finite): Likewise.
21307         (*smin<mode>3): Likewise.
21308         (<sse>_vmsmin<mode>3): Likewise.
21309         (smax<mode>3): Likewise.
21310         (*smax<mode>3_finite): Likewise.
21311         (*smax<mode>3): Likewise.
21312         (<sse>_vmsmax<mode>3): Likewise.
21313         (sse3_haddv4sf3): Likewise.
21314         (sse3_haddv2df3): Likewise.
21315         (sse3_hsubv4sf3): Likewise.
21316         (sse3_hsubv2df3): Likewise.
21317         (umaxv16qi3): Likewise.
21318         (*umaxv16qi3): Likewise.
21319         (smaxv8hi3): Likewise.
21320         (*smaxv8hi3): Likewise.
21321         (*sse4_1_smax<mode>3): Likewise.
21322         (*sse4_1_umax<mode>3): Likewise.
21323         (uminv16qi3): Likewise.
21324         (*uminv16qi3): Likewise.
21325         (sminv8hi3): Likewise.
21326         (*sminv8hi3): Likewise.
21327         (*sse4_1_smin<mode>3): Likewise.
21328         (*sse4_1_umin<mode>3): Likewise.
21329
21330 2008-04-01  Rafael Espíndola  <espindola@google.com>
21331
21332         * tree-cfg.c (verify_expr): remove in_phi.
21333         (verify_stmt): Don't call walk_tree with verify_expr. Use
21334         is_gimple_min_invariant instead of is_gimple_val.
21335
21336 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
21337
21338         * doc/include/gpl_v3.texi: Update for manpage generation.
21339         * doc/gcc.texi, doc/gccint.texi: Include gpl_v3.texi instead of
21340         gpl.texi.
21341         * doc/sourcebuild.texi: Document gpl_v3.texi as well as gpl.texi.
21342         * Makefile.in (TEXI_GCC_FILES, TEXI_GCCINT_FILES): Include
21343         gpl_v3.texi instead of gpl.texi.
21344         (gpl.pod): New.
21345
21346 2008-04-01  Jakub Jelinek  <jakub@redhat.com>
21347
21348         PR pch/13675
21349         * c-pch.c (c_common_read_pch): On error close (fd) resp. fclose (f).
21350
21351 2008-04-01  Rafael Espíndola  <espindola@google.com>
21352
21353         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): New.
21354         (extract_code_and_val_from_cond): Use
21355         extract_code_and_val_from_cond_with_ops.
21356
21357 2008-04-01  Jan Hubicka  <jh@suse.cz>
21358
21359         * function.c (free_after_compilation): Free epilogue_delay_list.
21360         (prepare_function_start): Assert that previous compilation was freed.
21361
21362 2008-04-01  Jan Hubicka  <jh@suse.cz>
21363             Jim Wilson  <wilson@tuliptree.org>
21364             Andreas Tobler <andreast@gcc.gnu.org>
21365
21366         PR middle-end/35781
21367         * m32c/m32.c (m32c_leaf_function_p, m32c_function_needs_enter): Use
21368         rtl.emit instead cfun->emit.
21369         * sparc/sparc.h (INIT_EXPANDERS): Likewise.
21370         * ia64/ia64.h (INIT_EXPANDERS): Likewise.
21371
21372 2008-04-01  Ben Elliston  <bje@au.ibm.com>
21373
21374         * doc/c-tree.texi (Function Basics): Fix grammatical error.
21375
21376 2008-03-31  Seongbae Park <seongbae.park@gmail.com>
21377
21378         * common.opt (fprofile-dir=, fprofile-use=, fprofile-generate=):
21379         New options
21380         (fprofile-use): Add var flag_profile_use
21381         * coverage.c (coverage_begin_output): Do not open a gcno file for
21382         output only if -ftest-coverage is set.
21383         Do not add getpwd() to gcda file path.
21384         (build_gcov_info): Check the new flag
21385         flag_profile_datafile_relative_path.
21386         (coverage_init): Use profile_data_prefix.
21387         Read profile counter only if flag_profile_use is set.
21388         * opts.c (common_handle_option): New option fprofile-use=,
21389         fprofile-dir=, fprofile-generate=.
21390         * toplev.c (profile_data_prefix): New variable definition.
21391         * toplev.h (profile_data_prefix): New declaration.
21392         * doc/invoke.tex (Option Summary, Optimization Options):
21393         Add new options.
21394
21395 2008-03-31  James E. Wilson  <wilson@tuliptree.org>
21396
21397         * varasm.c (output_constant_pool_1): In LABEL_REF check,
21398         use tmp consistently.
21399
21400         PR target/35695
21401         * config/ia64/div.md (recip_approx_rf): Use UNSPEC not DIV.
21402         * config/ia64/ia64.c (rtx_needs_barrier): Handle
21403         UNSPEC_FR_RECIP_APPROX_RES.
21404         * config/ia64/ia64.md (UNSPEC_FR_RECIP_APPROX_RES): Define.
21405
21406 2008-03-31  Volker Reichelt  <v.reichelt@netcologne.de>
21407
21408         PR c/35750
21409         * c-decl.c (store_parm_decls_oldstyle): Skip invalid parameters.
21410
21411 2008-03-31  Andrew Pinski  <andrew_pinski@playstation.sony.com>
21412
21413         PR middle-end/30186
21414         * fold-const.c (fold_indirect_ref_1): Support accessing non first
21415         element of the vector via a pointer.
21416
21417 2008-03-31  Ian Lance Taylor  <iant@google.com>
21418
21419         * tlink.c (scan_linker_output): Look for symbol name in single quotes.
21420
21421 2008-03-31  Jan Hubicka  <jh@suse.cz>
21422
21423         * builtins.c (expand_builtin_setjmp_receiver): Update call of
21424         get_arg_pointer_save_area.
21425         * expr.c (init_expr): Just clear out rtl.expr.
21426         * function.c (free_after_compilation): Clear out whole RTL structure.
21427         (get_func_frame_size): Merge into ...
21428         (get_frame_size): ... this one.
21429         (assign_stack_local_1): Merge into ...
21430         (assign_stack_local): ... this one.
21431         (expand_function_end): Update call of get_arg_pointer_save_area.
21432         (get_art_pointer_save_area): Remove cfun argument.
21433         * function.h (emit_status): regno_pointer_align does not need length
21434         attribute. Move x_regno_reg_rtx to ...
21435         (regno_reg_rtx): ... new global array.
21436         (reg_rtx_no, seq_stack, REGNO_POINTER_ALIGN): Update accestors.
21437         (pending_stack_adjust, inhibit_defer_pop, saveregs_value,
21438         apply_args_value, forced_labels, stack_pointer_delta):
21439         Update accestors.
21440         (struct varasm_status): Move here from varasm.c
21441         (struct rtl_data): New. Move here some fields from struct function.
21442         (return_label, naked_return_label, stack_slot_list, parm_birth_insn,
21443         frame_offset, stack_check_probe_note, arg_pointer_save_area,
21444         used_temp_slots avail_temp_slots, temp_slot_level,
21445         nonlocal_goto_handler_labels): Update accesstors.
21446         (rtl): New global variable.
21447         (struct function): Move some fileds to rtl_data.
21448         (get_arg_pointer_save_area): Update prototype.
21449         * emit-rtl.c (rtl): Declare.
21450         (regno_reg_rtx): Declare.
21451         (first_insn, last_insn, cur_insn_uid, last_location, first_label_num):
21452         Update.
21453         (gen_reg_rtx): Update.
21454         (init_virtual_regs): Do not tate emit_status argument.
21455         (init_emit): Do not allocate emit.
21456         * varasm.c (varasm_statuc): Move to function.h.
21457         (n_deferred_constatns): Update accestor.
21458         (init_varasm_status): Do not allocate varasm_status.
21459         (force_const_mem, get_pool_size, output_constant_pool): Update.
21460         * stmt.c (force_label_rtx): Do not use x_ prefixes.
21461         (expand_nl_goto_receiver): Update get_arg_pointer_save_area.
21462
21463 2008-03-31  Zdenek Dvorak  <ook@ucw.cz>
21464
21465         PR rtl-optimization/35729
21466         * loop-invariant.c (check_maybe_invariant): Disallow volatile memory
21467         references.
21468
21469 2008-03-31  H.J. Lu  <hongjiu.lu@intel.com>
21470
21471         PR target/32000
21472         * config/i386/i386.md (*movti_internal): Emit unaligned SSE
21473         load/store if memory is unaligned.
21474         (*movti_rex64): Likewise.
21475
21476         * config/i386/predicates.md (misaligned_operand): New.
21477
21478 2008-03-31  Andrew Pinski  <pinskia@gmail.com>
21479
21480         PR tree-opt/35431
21481         * tree-ssa-phiopt.c (conditional_replacement): Return early for
21482         complex types.
21483
21484 2008-03-31  Jan Beulich  <jbeulich@novell.com>
21485
21486         * config/ia64/constraints.md: Add 'j' constraint.
21487         * config/ia64/ia64.md (movsi_internal): Add addp4 case.
21488         (movdi_internal): Likewise.
21489
21490 2008-03-30  Volker Reichelt  <v.reichelt@netcologne.de>
21491
21492         PR c/35748
21493         * c-typeck.c (build_c_cast): Skip invalid fields in unions.
21494
21495 2008-03-30  H.J. Lu  <hongjiu.lu@intel.com>
21496
21497         PR target/35757
21498         * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Issue
21499         proper error message for the third argument on blendpd and
21500         blendps.
21501
21502         * config/i386/sse.md (blendbits): New.
21503         (sse4_1_blendp<ssemodesuffixf2c>): Use it.
21504
21505 2008-03-30  Eric Botcazou  <ebotcazou@adacore.com>
21506
21507         * fold-const.c (fold_binary) <BIT_IOR_EXPR>: Add missing conversions.
21508
21509 2008-03-30  Richard Guenther  <rguenther@suse.de>
21510
21511         PR middle-end/31023
21512         * fold-const.c (fold_sign_changed_comparison): Do leave
21513         conversions to base-types alone.
21514
21515 2008-03-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>
21516
21517         * config/rs6000/rs6000.c (rs6000_stack_info): Don't force saving of
21518         the link register if one altivec register is be saved.
21519
21520 2008-03-30  Ben Elliston  <bje@au.ibm.com>
21521
21522         * final.c (final_scan_insn): Remove if (0) code.
21523
21524 2008-03-28  Volker Reichelt  <v.reichelt@netcologne.de>
21525
21526         * c-parser.c (c_parser_next_token_is_keyword): Simplify.
21527
21528 2008-03-28  H.J. Lu  <hongjiu.lu@intel.com>
21529
21530         * config/i386/sse.md (*and<mode>3): Pass <MODE>mode instead
21531         of V4SFmode to ix86_binary_operator_ok.
21532
21533 2008-03-28  Uros Bizjak  <ubizjak@gmail.com>
21534
21535         * config/i386/i386.c (override_options): Initialize
21536         ix86_veclib_handler to ix86_veclibabi_svml when
21537         -mveclibabi=svml is used.
21538         (ix86_veclibabi_svml): New function for SVML ABI style
21539         vectorization support.
21540         * doc/invoke.texi (-mveclibabi) [svml]: Document new target option.
21541
21542 2008-03-28  Rafael Espíndola  <espindola@google.com>
21543
21544         * fold-const.c (tree_unary_nonnegative_warnv_p): Make it public.
21545         (tree_binary_nonnegative_warnv_p): Make it public.
21546         (tree_single_nonnegative_warnv_p): Make it public.
21547         (tree_invalid_nonnegative_warnv_p): Make it public.
21548         (tree_unary_nonzero_warnv_p): Make it public.
21549         (tree_binary_nonzero_warnv_p): Make it public
21550         (tree_single_nonzero_warnv_p): Make it public.
21551         * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops): New function.
21552         (extract_range_from_binary_expr): Split the expr argument.
21553         (extract_range_from_unary_expr): Split the expr argument.
21554         (extract_range_from_comparison): Split the expr argument.
21555         (extract_range_from_expr): Use the new aux functions.
21556         (vrp_evaluate_conditional_warnv): Use
21557         vrp_evaluate_conditional_warnv_with_ops.
21558         * tree.h (tree_unary_nonzero_warnv_p): Declare.
21559         (tree_binary_nonzero_warnv_p): Declare.
21560         (tree_single_nonzero_warnv_p): Declare.
21561         (tree_expr_nonzero_warnv_p): Declare.
21562         (tree_unary_nonnegative_warnv_p): Declare.
21563         (tree_binary_nonnegative_warnv_p): Declare.
21564         (tree_single_nonnegative_warnv_p): Declare.
21565         (tree_invalid_nonnegative_warnv_p): Declare.
21566
21567 2008-03-28  Richard Guenther  <rguenther@suse.de>
21568
21569         PR tree-optimization/30317
21570         PR tree-optimization/30911
21571         PR tree-optimization/34793
21572         * tree-vrp.c (set_and_canonicalize_value_range): New function.
21573         (struct assert_locus_d): New member EXPR.
21574         (register_new_assert_for): Add EXPR parameter to support
21575         ASSERT_EXPR <name, expr OP limit>.
21576         (register_edge_assert_for_1): Adjust callers.
21577         (find_assert_locations): Likewise.
21578         (process_assert_insertions_for): Build condition from expression.
21579         (extract_range_from_assert): Handle ASSERT_EXPRs
21580         of the form ASSERT_EXPR <name, expr OP limit>.
21581         (register_edge_assert_for_2): New helper registering
21582         asserts for comparisons.  Recognize range tests of the form
21583         (unsigned)i - CST1 OP CST2.
21584         (register_edge_assert_for_1): Use it.
21585         (register_edge_assert_for): Likewise.
21586         (needs_overflow_infinity): Integer sub-types
21587         do not need overflow infinities.
21588         (vrp_val_is_max): The extreme values of integer sub-types
21589         are those of the base type.
21590         (vrp_val_is_min): Likewise.
21591         * tree.def (ASSERT_EXPR): Document extra allowed conditional
21592         expressions.
21593
21594 2008-03-28  Nick Clifton  <nickc@redhat.com>
21595
21596         PR target/31110
21597         * config/mn10300/mn10300.c (mn10300_secondary_reload_class):
21598         Return GENERAL_REGS for stack adjustment reloads.
21599
21600 2008-03-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
21601
21602         PR target/31334
21603         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Create a
21604         const_vector when all the vectors are constant.
21605
21606 2008-03-27  Bob Wilson  <bob.wilson@acm.org>
21607
21608         * config/xtensa/xtensa.c (gen_float_relational): Handle unordered
21609         comparisons.
21610         * config/xtensa/xtensa.md (any_cond): Add unordered comparisons.
21611         (any_scc_sf): Add uneq, unlt, unle and unordered operators.
21612         (scc_sf): New.
21613         (s<code>_sf): Use new scc_sf attribute for opcode names.
21614
21615 2008-03-27  Tom Tromey  <tromey@redhat.com>
21616
21617         * doc/sourcebuild.texi, doc/install.texi, configure, aclocal.m4,
21618         configure.ac, Makefile.in, config/t-darwin, config/m32c/t-m32c,
21619         config/spu/t-spu-elf, config/i386/t-interix,
21620         config/i386/t-cygming, config/i386/x-i386, config/i386/t-cygwin,
21621         config/i386/x-darwin, config/i386/x-mingw32,
21622         config/i386/t-netware, config/i386/x-cygwin, config/i386/t-nwld,
21623         config/sh/t-sh, config/sh/t-symbian, config/x-linux,
21624         config/t-sol2, config/x-hpux, config/x-darwin, config/ia64/t-ia64,
21625         config/x-solaris, config/t-vxworks, config/m68k/t-uclinux,
21626         config/rs6000/x-rs6000, config/rs6000/x-darwin64,
21627         config/rs6000/x-darwin, config/rs6000/t-rs6000,
21628         config/score/t-score-elf, config/arm/t-strongarm-pe,
21629         config/arm/t-pe, config/arm/t-arm, config/arm/t-wince-pe,
21630         config/v850/t-v850, config/v850/t-v850e, config/bfin/t-bfin-linux:
21631         Revert automatic dependency patch.
21632
21633 2008-03-27  H.J. Lu  <hongjiu.lu@intel.com>
21634
21635         PR target/35657
21636         * config/i386/i386.c (ix86_function_arg_boundary): Align
21637         decimal floating point to its natural boundary.
21638
21639 2008-03-27  Richard Guenther  <rguenther@suse.de>
21640
21641         PR middle-end/35716
21642         * fold-const.c (fold_comparison): Restrict distinct decl
21643         comparison folding to VAR_DECLs and PARM_DECLs.  Do not
21644         solely rely on operand_equal_p.
21645
21646 2008-03-27  Richard Guenther  <rguenther@suse.de>
21647
21648         PR c/32511
21649         * c-common.c (handle_weak_attribute): Reject combination of
21650         weak and inline.
21651
21652 2008-03-27  Richard Guenther  <rguenther@suse.de>
21653
21654         PR tree-optimization/32810
21655         * tree-ssa-ccp.c (get_symbol_constant_value): Strip useless
21656         conversions from DECL_INITIAL.
21657         (fold_const_aggregate_ref): Likewise from constructor elements.
21658
21659 2008-03-27  Zdenek Dvorak  <ook@ucw.cz>
21660
21661         * tree-affine.h (aff_combination_expand): Declare.
21662         (get_inner_reference_aff): Likewise.
21663         * tree-affine.c (aff_combination_expand): Split out from
21664         tree_to_aff_combination_expand.
21665         (get_inner_reference_aff): New function.
21666         * tree-parloops.c (loop_parallel_p): Free vectorizer info.
21667         * tree-ssa-loop-im.c: Include tree-affine.h and pointer-set.h.
21668         (struct lim_aux_data): sm_done field removed.
21669         (mem_ref_loc_p, mem_ref_locs_p): New types.
21670         (struct mem_ref): Added id, stored, accesses_in_loop,
21671         indep_loop, dep_loop, indep_ref, dep_ref fields.
21672         Removed is_stored, locs and next fields.
21673         (memory_accesses): New variable.
21674         (movement_possibility): Do not allow moving statements
21675         that store to memory.
21676         (outermost_indep_loop, simple_mem_ref_in_stmt, mem_ref_in_stmt):
21677         New functions.
21678         (determine_max_movement): For statements with memory references,
21679         find the outermost loop in that the reference is independent.
21680         (move_computations_stmt): Mark the virtual operands for renaming.
21681         (memref_free, mem_ref_alloc, mem_ref_locs_alloc, mark_ref_stored,
21682         gather_mem_refs_stmt, gather_mem_refs_in_loops, vtoe_hash, vtoe_eq,
21683         vtoe_free, record_vop_access, get_vop_accesses, get_vop_stores,
21684         add_vop_ref_mapping, create_vop_ref_mapping_loop,
21685         create_vop_ref_mapping, analyze_memory_references,
21686         cannot_overlap_p, mem_refs_may_alias_p, rewrite_mem_ref_loc,
21687         get_all_locs_in_loop, ref_always_accessed_p,
21688         refs_independent_p, record_indep_loop, ref_indep_loop_p_1,
21689         ref_indep_loop_p, can_sm_ref_p, find_refs_for_sm,
21690         store_motion_loop, store_motion): New functions.
21691         (struct vop_to_refs_elt): New type.
21692         (record_mem_ref_loc, free_mem_ref_locs, rewrite_mem_refs,
21693         memref_hash, memref_eq, hoist_memory_references): Rewritten.
21694         (schedule_sm): Replaced by...
21695         (execute_sm): ... this.
21696         (determine_lsm_ref, hoist_memory_references,
21697         loop_suitable_for_sm, gather_mem_refs_stmt, gather_mem_refs,
21698         find_more_ref_vops, free_mem_ref, free_mem_refs,
21699         determine_lsm_loop, determine_lsm): Removed.
21700         (tree_ssa_lim_finalize): Free data structures used by store motion.
21701         (tree_ssa_lim): Call analyze_memory_references.  Use
21702         store_motion instead of determine_lsm.
21703
21704 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
21705
21706         * config.cc (m68hc11, m6811, m68hc12, m6812): Add usegas.h,
21707         rename tmake_file to m68hc11/t-m68hc11.
21708         (mcore): Set inhibit_libc to true.
21709         * config.host (alpha*-dec-*vms*): Set extra_programs.
21710         (interix3*): Don't use host_xmake_file.
21711         * configure.ac: Let config.gcc override inhibit_libc.
21712         * configure: Regenerate.
21713
21714         * config/alpha/x-vms (EXTRA_PROGRAMS): Remove.
21715         * config/t-openbsd-thread: Remove commented out lines.
21716
21717         * config/x-interix: Remove.
21718
21719         * config/m68hc11/t-m68hc11-gas: Rename to...
21720         * config/m68hc11/t-m68hc11: ... this.  Remove T_CPPFLAGS.
21721
21722         * config/mcore/t-mcore: Remove T_CFLAGS.
21723         * config/mcore/t-mcore-pe: Likewise.
21724
21725 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
21726
21727         * configure.ac: Replace custom __GNU_SOURCE test with
21728         AC_USE_SYSTEM_EXTENSIONS.  Move it earlier.
21729         * aclocal.m4: Regenerate.
21730         * configure: Regenerate.
21731         * config.in: Regenerate.
21732
21733 2008-03-27  Richard Guenther  <rguenther@suse.de>
21734
21735         * fold-const.c (target.h): Include.
21736         (fold_comparison): Fold comparison of addresses of decls
21737         that bind locally or of constants.  Consolidate address folding code.
21738         * tree-vrp.c (operand_less_p): Deal with non-INTEGER_CST
21739         results from fold_binary_to_constant.
21740         (compare_values_warnv): Likewise.
21741
21742 2008-03-27  Andrew Pinski  <pinskia@gmail.com>
21743
21744         PR middle-end/35429
21745         * fold-const.c (fold_truthop): Check for integeral types when folding
21746         a == 0 && b == 0 and a != 0 || b != 0 .
21747
21748 2008-03-26  Eric Botcazou  <ebotcazou@adacore.com>
21749
21750         * tree.c (get_unwidened): Remove code fiddling with COMPONENT_REF.
21751
21752 2008-03-26  Andreas Schwab  <schwab@suse.de>
21753
21754         * doc/invoke.texi: Fix use of @item vs. @itemx.
21755
21756 2008-03-26  Tom Tromey  <tromey@redhat.com>
21757
21758         * Makefile.in (build/gensupport.o, build/print-rtl.o,
21759         build/read-rtl.o, build/rtl.o, build/gencondmd.o, build/genattr.o,
21760         build/genattrtab.o, build/genautomata.o, build/gencheck.o,
21761         build/gencodes.o, build/genconditions.o, build/genconfig.o,
21762         build/genconstants.o, build/genemit.o, build/genextract.o,
21763         build/genflags.o, build/genmddeps.o, build/genopinit.o,
21764         build/genoutput.o, build/genpeep.o, build/genrecog.o): Depend on
21765         options.h.
21766
21767 2008-03-26  Richard Guenther  <rguenther@suse.de>
21768
21769         Revert
21770         2008-03-26  Richard Guenther  <rguenther@suse.de>
21771
21772         * fold-const.c (target.h): Include.
21773         (fold_comparison): Fold comparison of addresses of two decls
21774         that bind locally.  Consolidate address folding code.
21775
21776 2008-03-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21777
21778         * builtins.c (expand_builtin_pow, fold_builtin_cabs,
21779         fold_builtin_sqrt, fold_builtin_cbrt, fold_builtin_logarithm,
21780         fold_builtin_hypot, fold_builtin_pow): Remove uses of dconst3,
21781         dconstsqrt2, dconstthird, dconste and/or dconst10.
21782         * config/i386/i386.c (ix86_emit_swsqrtsf): Likewise.
21783         * emit-rtl.c (dconst3, dconst10, dconstm2, dconstthird,
21784         dconstsqrt2, dconste): Delete.
21785         (init_emit_once): Likewise.  Simplify initializing dconstm1.
21786         Constify variable.
21787         * real.c (get_real_const): New.
21788         * real.h (dconst3, dconst10, dconstm2, dconstthird,
21789         dconstsqrt2, dconste): Delete.
21790         (real_value_const, get_real_const): New.
21791
21792 2008-03-26  H.J. Lu  <hongjiu.lu@intel.com>
21793
21794         * config/i386/cygming.h (BIGGEST_ALIGNMENT): Removed.
21795
21796         * config/i386/i386.c (ix86_function_arg_boundary): Check
21797         BIGGEST_ALIGNMENT instead of 128.
21798         (setup_incoming_varargs_64): Likewise.
21799
21800 2008-03-26  Tom Tromey  <tromey@redhat.com>
21801
21802         * Makefile.in (DEPFILES): Add missing '/'.
21803
21804 2008-03-26  Richard Guenther  <rguenther@suse.de>
21805
21806         * fold-const.c (target.h): Include.
21807         (fold_comparison): Fold comparison of addresses of two decls
21808         that bind locally.  Consolidate address folding code.
21809
21810 2008-03-26  Nick Clifton  <nickc@redhat.com>
21811
21812         PR target/31232
21813         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p): Do
21814         not allow INT+INT as a legitimate addressing mode.
21815
21816 2008-03-26  Richard Guenther  <rguenther@suse.de>
21817
21818         * tree-flow.h (widen_bitfield): Remove declaration.
21819         * tree-ssa-ccp.c (visit_assignment): Remove unneeded code.
21820         (widen_bitfield): Remove function.
21821         * tree-ssa-dom.c (record_equivalences_from_stmt): Remove unneeded
21822         code.
21823
21824 2008-03-25  Andrew Pinski  <andrew_pinski@playstation.sony.com>
21825
21826         PR target/31558
21827         * config/rs6000/rs6000-c.c (rs6000_builtin_type_compatible): Handle
21828         error_mark_node's.
21829
21830 2008-03-25  Richard Sandiford  <rsandifo@nildram.co.uk>
21831
21832         PR rtl-optimization/35232
21833         * reload1.c (reg_reloaded_call_part_clobbered): Clarify comment.
21834         (forget_old_reloads_1, forget_marked_reloads): Don't clear
21835         reg_reloaded_call_part_clobbered here.
21836         (reload_regs_reach_end_p): New function.
21837         (reload_reg_rtx_for_input): New variable.
21838         (reload_reg_rtx_for_output): Likewise.
21839         (emit_input_reload_insns): Use reloadreg rather than rl->reg_rtx
21840         when reassigning a pseudo register.  Load reloadreg from
21841         reload_reg_rtx_for_input, moving the mode and register
21842         calculation to...
21843         (do_input_reload): ...here.  Use the mode-adjusted reg_rtx
21844         instead of the original when deciding whether an input reload
21845         would be a no-op or whether an output reload can be deleted.
21846         (emit_output_reload_insns): Use the mode-adjusted reg_rtx
21847         when setting up new_spill_reg_store.  Load it from
21848         reload_reg_rtx_for_output, moving the mode and register
21849         calculation to...
21850         (do_output_reload): ...here.  Use the mode-adjusted reg_rtx
21851         instead of the original when deciding whether an output reload
21852         would be a no-op.  Do the same when modifying insn notes.
21853         Use rtx_equal_p instead of == to compare the registers.
21854         (inherit_piecemeal_p): Take a mode and two register numbers
21855         as argument.
21856         (emit_reload_insns): Clear new_spill_reg_store for every hard
21857         register in the reload register.  Remove spill registers
21858         from reg_reloaded_valid before considering whether to record
21859         inheritance information for them.  Use reload_reg_rtx_for_output
21860         instead of reg_rtx when recording output reloads.  Use
21861         reload_reg_rtx_for_input instead of reg_rtx when recording
21862         input reloads.  Set or clear reg_reloaded_call_part_clobbered
21863         at the same time as setting reg_reloaded_valid.
21864         (delete_output_reload): Add a new_reload_reg parameter and use it
21865         instead of rld[j].reg_rtx.
21866         (emit_input_reload_insns, do_input_reload, do_output_reload): Adjust
21867         calls accordingly.
21868
21869 2008-03-25  Tom Tromey  <tromey@redhat.com>
21870
21871         * Makefile.in (build/gensupport.o): Depend on insn-modes.h.
21872         (build/genattr.o): Likewise.
21873         (build/genattrtab.o): Likewise.
21874         (build/gencodes.o): Likewise.
21875         (build/genconfig.o): Likewise.
21876         (build/genconstants.o): Likewise.
21877         (build/genemit.o): Likewise.
21878         (build/genextract.o): Likewise.
21879         (build/genflags.o): Likewise.
21880
21881 2008-03-25  Bob Wilson  <bob.wilson@acm.org>
21882
21883         * config/xtensa/xtensa.c (xtensa_va_start): Use build_int_cst
21884         instead of size_int for integer types.
21885         (xtensa_gimplify_va_arg_expr): Likewise.  Convert index to sizetype
21886         to match type of MINUS_EXPR.
21887
21888 2008-03-25  Tom Tromey  <tromey@redhat.com>
21889
21890         * configure: Rebuilt.
21891         * configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary
21892         Makefile.
21893
21894 2008-03-25  Tom Tromey  <tromey@redhat.com>
21895
21896         * config/x-solaris (host-solaris.o): Update.
21897         * config/x-linux (host-linux.o): Update.
21898         * config/x-hpux (host-hpux.o): Update.
21899         * config/x-darwin (host-darwin.o): Update.
21900         * config/v850/t-v850e (v850-c.o): Update.
21901         * config/v850/t-v850 (v850-c.o): Update.
21902         * config/t-vxworks (vxworks.o): Update.
21903         * config/t-sol2 (sol2-c.o, sol2.o): Update.
21904         * config/t-darwin (darwin.o, darwin-c.o, darwin-driver.o): Update.
21905         * config/spu/t-spu-elf (spu-c.o): Update.
21906         (spu.o): Remove.
21907         * config/sh/t-symbian (sh-c.o): Update.
21908         (symbian.o): Update.
21909         * config/sh/t-sh (sh-c.o): Update.
21910         * config/score/t-score-elf (score7.o, score3.o): Update.
21911         * config/rs6000/x-rs6000 (driver-rs6000.o): Update.
21912         * config/rs6000/x-darwin64 (host-ppc64-darwin.o): Update.
21913         * config/rs6000/x-darwin (host-ppc-darwin.o): Update.
21914         * config/rs6000/t-rs6000 (rs6000-c.o): Update.
21915         (rs6000.o): Remove.
21916         * config/m68k/t-uclinux (generated_files): Add sysroot-suffix.h.
21917         * config/m32c/t-m32c (m32c-pragma.o): Update.
21918         * config/ia64/t-ia64 (ia64-c.o): Update.
21919         * config/i386/x-mingw32 (host-mingw32.o): Update.
21920         * config/i386/x-i386 (driver-i386.o): Update.
21921         * config/i386/x-darwin (host-i386-darwin.o): Update.
21922         * config/i386/x-cygwin (host-cygwin.o): Update.
21923         * config/i386/t-nwld (nwld.o): Update.
21924         * config/i386/t-netware (netware.o): Update.
21925         * config/i386/t-interix (winnt.o): Update.
21926         * config/i386/t-cygwin (cygwin1.o, cygwin2.o): Update.
21927         * config/i386/t-cygming (winnt.o, winnt-cxx.o, winnt-stubs.o,
21928         msformat-c.o): Update.
21929         * config/bfin/t-bfin-linux (generated_files): Add
21930         linux-sysroot-suffix.h.
21931         * config/arm/t-wince-pe (pe.o): Update.
21932         * config/arm/t-strongarm-pe (pe.o): Update.
21933         * config/arm/t-pe (pe.o): Update.
21934         * config/arm/t-arm (arm-c.o): Update.
21935         * doc/install.texi (Prerequisites): Require make 3.80.
21936         * Makefile.in: Remove .o targets.
21937         (CCDEPMODE, DEPDIR, depcomp, BUILD_DEPMODE): New variables.
21938         (OBSTACK_H, FIBHEAP_H, PARTITION_H, MD5_H, BCONFIG_H): Remove.
21939         (simple_generated_h, simple_generated_c): Move earlier.
21940         (generated_files): New variable.
21941         (TARGET_H, MACHMODE_H, HOOKS_H, HOSTHOOKS_DEF_H, LANGHOOKS_DEF_H,
21942         TARGET_DEF_H, RTL_BASE_H, RTL_H, PARAMS_H, BUILTINS_DEF, TREE_H,
21943         BASIC_BLOCK_H, GCOV_IO_H, COVERAGE_H, DEMANGLE_H, RECOG_H,
21944         ALIAS_H, EMIT_RTL_H, FLAGS_H, FUNCTION_H, EXPR_H, OPTABS_H,
21945         REGS_H, RA_H, RESOURCE_H, SCHED_INT_H, INTEGRATE_H, CFGLAYOUT_H,
21946         CFGLOOP_H, IPA_UTILS_H, IPA_REFERENCE_H, IPA_TYPE_ESCAPE_H,
21947         CGRAPH_H, DF_H, RESOURCE_H, DDG_H, GCC_H, GGC_H, TIMEVAR_H,
21948         INSN_ATTR_H, C_COMMON_H, C_PRAGMA_H, C_TREE_H, SYSTEM_H,
21949         PREDICT_H, DECNUM_H, MKDEPS_H, SYMTAB_H, TREE_DUMP_H,
21950         TREE_GIMPLE_H, TREE_FLOW_H, TREE_SSA_LIVE_H, PRETTY_PRINT_H,
21951         DIAGNOSTIC_H, C_PRETTY_PRINT_H, SCEV_H, LAMBDA_H, TREE_DATA_REF_H,
21952         VARRAY_H, TREE_INLINE_H, REAL_H, DBGCNT_H, EBIMAP_H): Remove.
21953         (.c.o): Remove.
21954         (COMPILE.base, COMPILE): New variables.
21955         (%.o): New pattern rule.
21956         (ALL_HOST_OBJS): New variable.
21957         (xgcc$(exeext), cpp$(exeext)): Remove extra version.o.
21958         (dummy-checksum.o, cc1-checksum.o): Remove.
21959         (DRIVER_SHLIB): New variable.
21960         (DRIVER_DEFINES): Use it.
21961         (gencondmd.c): Move out of build/.
21962         (s-conditions): Update.
21963         (BUILDCOMPILE.base, BUILDCOMPILE): New variables.
21964         (ALL_BUILD_OBJS): Likewise.
21965         (build/%.o): Use BUILDCOMPILE.
21966         (build/ggc-none.o, build/ggc-none.o, build/min-insn-modes.o,
21967         build/print-rtl.o, build/read-rtl.o, build/rtl.o, build/vec.o,
21968         build/gencondmd.o, build/genattrtab.o, build/genautomata.o,
21969         build/gencheck.o, build/gencodes.o, build/genconditions.o,
21970         build/genconfig.o, build/genconstants.o, build/genemit.o,
21971         build/genextract.o, build/genflags.o, build/genmddeps.o,
21972         build/genopinit.o, build/genoutput.o, build/genpeep.o,
21973         build/genpreds.o, build/genrecog.o, build/gcov-iov.o,
21974         build/gen-protos.o, build/scan.o, build/fix-header.o,
21975         build/scan-decls.o): Simplify.
21976         (collect2.o, c-opts.o, gcc.o, gccspec.o, gcc-options.o,
21977         cppdefault.o, protoize.o, unprotoize.o, intl.o, version.o,
21978         prefix.o, toplev.o): Reduce to variable setting.
21979         (libbackend.o): Use COMPILE.  Remove most dependencies.  Move later.
21980         ($(out_object_file), gcc-options.o): New targets.
21981         ($(ALL_HOST_OBJS)): New target.  Include dependency files.
21982         * configure: Rebuilt.
21983         * configure.ac: Call ZW_CREATE_DEPDIR, ZW_PROG_COMPILER_DEPENDENCIES.
21984         * doc/sourcebuild.texi (Front End Directory): Document new variable.
21985
21986 2008-03-25  Douglas Gregor  <doug.gregor@gmail.com>
21987
21988         * c-common.c (c_sizeof_or_alignof_type): If we're not allowed to
21989         complain when we hit an error, return ERROR_MARK_NODE.
21990
21991 2008-03-25  Naveen.H.S  <naveen.hs@kpitcummins.com>
21992
21993         * config/sh/constraints.md (Pso, Psz): New constraints.
21994         * config/sh/sh.c (print_operand): Add %V and %W operand codes.
21995         * config/sh/sh.md (*andsi3_bclr, *iorsi3_bset): New insns.
21996
21997 2008-03-25  Naveen.H.S  <naveen.hs@kpitcummins.com>
21998
21999         * config/sh/sh.c (sh_expand_t_scc): Emit movrt for SH2A if possible.
22000         * config/sh/sh.md (xorsi3_movrt, movrt): New insns.
22001
22002 2008-03-25  Naveen.H.S  <naveen.hs@kpitcummins.com>
22003
22004         * config/sh/sh.md (prefetch): Add condition for SH2A target.
22005         (prefetch_sh2a): New.
22006
22007 2008-03-25  Jayant Sonar  <Jayant.sonar@kpitcummins.com>
22008             Naveen.H.S  <naveen.hs@kpitcummins.com>
22009
22010         * config/sh/constraints.md (I28): New constraint.
22011         * config/sh/sh.c (broken_move): Add support for movi20s.
22012         * config/sh/sh.md (movsi_ie): Add the alternative for movi20s.
22013
22014 2008-03-25  Anil Paranjape  <anil.paranjape@kpitcummins.com>
22015             Jayant Sonar  <Jayant.sonar@kpitcummins.com>
22016             Naveen.H.S  <naveen.hs@kpitcummins.com>
22017
22018         * config/sh/sh.c (SH_ATTRIBUTES): Define.
22019         (SYMBOL_FLAG_FUNCVEC_FUNCTION): Define.
22020         (print_operand): Handle resbank in %@ operand code.
22021         (sh_encode_section_info): New.
22022         (push_regs): Add conditions for resbank.
22023         (sh_expand_epilogue): Likewise.
22024         (sh_insert_attributes): Likewise.
22025         (sh_attribute_table): Likewise.
22026         (sh_handle_resbank_handler_attribute): New.
22027         (sh2a_handle_function_vector_handler_attribute): New.
22028         (sh2a_is_function_vector_call): New.
22029         (sh2a_get_function_vector_number): New.
22030         (sh2a_function_vector_p): New.
22031         (sh_cfun_resbank_handler_p): New.
22032         * config/sh/sh.md (calli): Emit jsr/n if possible.
22033         (calli_tbr_rel): New.
22034         (calli_pcrel): Emit jsr/n if possible.
22035         (return_i): Emit rts/n if possible.
22036         (call_valuei_tbr_rel): New.
22037         (call_valuei_pcrel): Add condition for SH2A target.
22038         (call_value): Likewise.
22039         * config/sh/sh-protos.h (sh_cfun_resbank_handler_p): Declare.
22040         (sh2a_get_function_vector_number): Likewise.
22041         (sh2a_is_function_vector_call): Likewise.
22042         * doc/extend.texi: Document TBR relative addressing of SH2A.
22043         (resbank): Add description for SH2A.
22044
22045 2008-03-24  Richard Guenther  <rguenther@suse.de>
22046
22047         PR c/22371
22048         * gimplify.c (gimplify_modify_expr): For frontend type-correct
22049         pointer assignments change conversions according to middle-end rules.
22050         (gimplify_modify_expr_rhs): Deal with NULL TARGET_EXPR_INITIAL.
22051         * configure.ac: Include type checking in yes.
22052         * configure: Regenerate.
22053
22054 2008-03-24  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
22055
22056         * diagnostic.c (diagnostic_count_diagnostic): Delete.
22057         (diagnostic_report_diagnostic): Update. Handle ICEs here.
22058
22059 2008-03-24  Nathan Sidwell  <nathan@codesourcery.com>
22060
22061         * gthr-vxworks.h (UNUSED): Define.
22062
22063 2008-03-23  H.J. Lu  <hongjiu.lu@intel.com>
22064
22065         * config/i386/i386.h (STATIC_CHAIN_REGNUM): Use R10_REG and CX_REG.
22066
22067 2008-03-23  Zuxy Meng <zuxy.meng@gmail.com>
22068
22069         * doc/extend.texi (Function Attributes): Add missing comma in the
22070         example of the "alloc_size" attribute.
22071
22072 2008-03-23  Uros Bizjak  <ubizjak@gmail.com>
22073
22074         Revert:
22075         2008-03-05  H.J. Lu  <hongjiu.lu@intel.com>
22076
22077         * config/i386/i386-modes.def: Use 4 byte alignment on DI for
22078         32bit host.
22079
22080         2008-03-19  Uros Bizjak  <ubizjak@gmail.com>
22081
22082         PR target/35496
22083         * stor-layout.c (update_alignment_for_field): Set minimum alignment
22084         of the underlying type of a MS bitfield layout to the natural
22085         alignment of the type.
22086
22087         2008-03-22  Uros Bizjak  <ubizjak@gmail.com>
22088
22089         * config/i386/i386.c (assign_386_stack_local): Align DImode slots
22090         to their natural alignment to avoid store forwarding stalls.
22091
22092 2008-03-22  Richard Guenther  <rguenther@suse.de>
22093
22094         * tree-cfg.c (verify_expr): Recurse again for invariant addresses.
22095         For PHI nodes verify the address is invariant.
22096         * tree-ssa-ccp.c (ccp_decl_initial_min_invariant): Remove.
22097         (get_symbol_constant_value): Use is_gimple_min_invariant.
22098         (maybe_fold_stmt_indirect): Likewise.
22099
22100 2008-03-22  Richard Sandiford  <rsandifo@nildram.co.uk>
22101
22102         PR rtl-optimization/33927
22103         * Makefile.in (dse.o): Depend on $(TM_P_H).
22104         * expr.h (extract_low_bits): Declare.
22105         * expmed.c (extract_low_bits): New function.
22106         * rtlhooks.c (gen_lowpart_general): Generalize SUBREG handling.
22107         * dse.c: Include tm_p.h.
22108         (find_shift_sequence): Remove the read_reg argument and return the
22109         read value.  Emit the instructions instead of returning them.
22110         Iterate on new_mode rather than calculating it each time.
22111         Check MODES_TIEABLE_P.  Use simplify_gen_subreg to convert the
22112         source to NEW_MODE and extract_low_bits to convert the shifted
22113         value to READ_MODE.
22114         (replace_read): Allow the load and store to have different mode
22115         classes.  Use extract_low_bits when SHIFT == 0.  Create the shift
22116         or extraction instructions before trying the replacement.  Update
22117         dump-file code accordingly, avoiding use of REGNO (store_info->rhs).
22118
22119 2008-03-22  Uros Bizjak  <ubizjak@gmail.com>
22120
22121         * config/i386/i386.c (assign_386_stack_local): Align DImode slots
22122         to their natural alignment to avoid store forwarding stalls.
22123
22124 2008-03-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
22125
22126         PR target/27946
22127         * config/rs6000/rs6000.md (floatdidf2): Discouraging fprs and
22128         encouraging but not allowing gprs for input;
22129         change the input constraint to !f#r.
22130         (fix_truncdfdi2): Discouraging fprs and encouraging but not allowing
22131         gprs for output;
22132         change the output constraint to !f#r.
22133
22134 2008-03-21  Uros Bizjak  <ubizjak@gmail.com>
22135
22136         PR target/13958
22137         * config/i386/i386.md ("*floatunssi<mode2>_1"): New pattern with
22138         corresponding post-reload splitters.
22139         ("floatunssi<mode>2"): Expand to unsigned_float x87 insn pattern
22140         when x87 FP math is selected.
22141         * config/i386/i386-protos.h (ix86_expand_convert_uns_sixf_sse):
22142         New function prototype.
22143         * config/i386/i386.c (ix86_expand_convert_uns_sixf_sse): New
22144         unreachable function to ease macroization of insn patterns.
22145
22146 2008-03-21  Martin Jambor  <mjambor@suse.cz>
22147
22148         * tree-data-ref.c (dump_data_dependence_relation): Avoid data
22149         reference dumps if ddr is NULL or dependence is unknown.
22150
22151 2008-03-20  Kaz Kojima  <kkojima@gcc.gnu.org>
22152
22153         * config/sh/linux-atomic.asm (ATOMIC_TEST_AND_SET): Take
22154         unsigned extension into account.
22155         (ATOMIC_COMPARE_AND_SWAP): Likewise.
22156         (ATOMIC_FETCH_AND_OP, ATOMIC_FETCH_AND_COMBOP): Likewise.
22157         Do computations on a scratch register.
22158
22159 2008-03-21  Richard Guenther  <rguenther@suse.de>
22160
22161         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
22162         Use is_gimple_min_invariant instead of TREE_INVARIANT.
22163         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
22164         * tree-ssa-dom.c (record_equality): Likewise.
22165         * tree-inline.c (copy_body_r): Likewise.
22166         * tree-ssa-pre.c (make_values_for_stmt): Remove test for
22167         TREE_INVARIANT.
22168
22169 2008-03-20  Kaz Kojima  <kkojima@gcc.gnu.org>
22170
22171         * config/sh/sh.c (split_branches): Pass zero to redirect_jump
22172         as 'delete_unused' argument.
22173
22174 2008-03-20  Richard Guenther  <rguenther@suse.de>
22175
22176         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove
22177         special casing of constant qualifiers.
22178         * tree-ssa.c (useless_type_conversion_p_1): Instead do not
22179         care about them in general.
22180         * tree-ssa-ccp.c (ccp_fold): Addresses are constant or not
22181         regardless of their type.
22182         (fold_stmt_r): Forcefully fold *& if we end up with that.
22183
22184 2008-03-20  Paul Brook  <paul@codesourcery.com>
22185
22186         * config.gcc (arm*-*-uclinux*): Remove duplicate arm/uclinux-elf.h.
22187         * config/arm/uclinux-eabi.h (SUBTARGET_EXTRA_LINK_SPEC): Add extra
22188         linker flags.
22189         * config/arm/bpabi.h (SUBTARGET_EXTRA_LINK_SPEC): Provide default
22190         definition.
22191         (LINK_SPEC): Use SUBTARGET_EXTRA_LINK_SPEC.
22192         * config/arm/unwind-arm.h (_Unwind_decode_target2): Add uClinux.
22193
22194 2008-03-20  Volker Reichelt  <v.reichelt@netcologne.de>
22195
22196         * common.opt (Wmudflap): New option.
22197         * tree-mudflap.c (mf_xform_derefs_1): Guard warning by OPT_Wmudflap.
22198         (mx_register_decls): Likewise.
22199         (mudflap_finish_file): Likewise.
22200         * doc/invoke.texi: Document -Wno-mudflap.
22201
22202 2008-03-20  Kai Tietz  <kai.tietz@onevision.com>
22203
22204         * c-format.c (replace_format_name_to_system_name): New.
22205         (cmp_attribs): New.
22206         (convert_format_name_to_system_name): New.
22207         (decode_format_attr): Add use of convert_format_name_to_system_name.
22208         (format_types_orig): Add gnu_ prefix to names.
22209         (check_format_info_main): Special treating of \0 escaped names for
22210         supporting multi-character format specifiers as I32, I64.
22211         (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): Use of user defined attributes.
22212         (gnu_target_overrides_format_attributes): New.
22213         * c-format.h: Add structure target_ovr_attr to hold
22214         system specific formatter names.
22215         * config.gcc: Add for x86&x86_64 cygwin and mingw32 targets the
22216         msformat-c.o file to c_target_objs and cxx_target_objs.
22217         * config/i386/mingw32.h (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): New.
22218         (TARGET_OVERRIDES_FORMAT_ATTRIBUTES_COUNT): New.
22219         (TARGET_N_FORMAT_TYPES): New.
22220         * config/i386/msformat-c.c: New.
22221         * config/i386/t-cygming: Add build rule for msformat-c.o.
22222         * doc/extend.texi: Add new format names gnu_* and ms_* and
22223         further details.
22224         * doc/tm.texi: (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): New.
22225
22226 2008-03-20  Ira Rosen  <irar@il.ibm.com>
22227
22228         * doc/invoke.texi (-O3): Add -ftree-vectorize to the list of
22229         optimizations turned on under -O3.
22230         (ftree-vectorize): Add that the flag is turned on with -O3.
22231
22232 2008-03-20  Ben Elliston  <bje@au.ibm.com>
22233
22234         * regmove.c (try_auto_increment): Fix spelling error in comment.
22235         * final.c (final_scan_insn): Likewise.
22236
22237 2008-03-20  Uros Bizjak  <ubizjak@gmail.com>
22238
22239         PR target/14552
22240         * config/i386/mmx.md (*mov<mode>_internal_rex64"): Adjust register
22241         allocator preferences for "y" and "r" class registers.
22242         ("*mov<mode>_internal"): Ditto.
22243         ("*movv2sf_internal_rex64"): Ditto.
22244         ("*movv2sf_internal"): Ditto.
22245
22246 2008-03-19  Michael Matz  <matz@suse.de>
22247
22248         PR middle-end/35616
22249         * calls.c (expand_call): Check overlap of arguments with call
22250         address for sibcalls.
22251
22252 2008-03-19  Uros Bizjak  <ubizjak@gmail.com>
22253
22254         PR target/35496
22255         * stor-layout.c (update_alignment_for_field): Set minimum alignment
22256         of the underlying type of a MS bitfield layout to the natural
22257         alignment of the type.
22258
22259 2008-03-19  Jan Hubicka  <jh@suse.cz>
22260
22261         PR other/35094
22262         * toplev.c (decode_d_option): Handle all CPP flags.
22263         * tree-vrp.c: Update tree_pass descriptors.
22264         * regrename.c: Update tree_pass descriptors.
22265         * fwprop.c: Update tree_pass descriptors.
22266         * doc/invoke.texi: Remove documentation of dropped -d? flags.
22267         * tree-into-ssa.c: Update tree_pass descriptors.
22268         * tree-dump.c: Update tree_pass descriptors.
22269         * tree-complex.c: Update tree_pass descriptors.
22270         * tree-dump.h: Update tree_pass descriptors.
22271         * see.c: Update tree_pass descriptors.
22272         * cgraphbuild.c: Update tree_pass descriptors.
22273         * tracer.c: Update tree_pass descriptors.
22274         * tree-loop-distribution.c: Update tree_pass descriptors.
22275         * cgraph.c: Update tree_pass descriptors.
22276         * postreload-gcse.c: Update tree_pass descriptors.
22277         * postreload.c: Update tree_pass descriptors.
22278         * tree-ssa-loop-ch.c: Update tree_pass descriptors.
22279         * tree-tailcall.c: Update tree_pass descriptors.
22280         * tree-pass.h (tree_opt_pass): Rename to ...
22281         (opt_pass) ... this one; add "type" field and remove letter field.
22282         (gimple_opt_pass, rtl_opt_pass, simple_ipa_opt_pass): New.
22283         (execute_pass_list, execute_ipa_pass_list, all_passes, all_ipa_passes,
22284         all_lowering_passes): Update declaration.
22285         * ipa-cp.c: Update tree_pass descriptors.
22286         * final.c: Update tree_pass descriptors.
22287         * omp-low.c: Update tree_pass descriptors.
22288         * tree-ssa-dse.c: Update tree_pass descriptors.
22289         * ipa-reference.c: Update tree_pass descriptors.
22290         * tree-ssa-uncprop.c: Update tree_pass descriptors.
22291         * auto-inc-dec.c: Update tree_pass descriptors.
22292         * reorg.c: Update tree_pass descriptors.
22293         * cgraphunit.c: Update tree_pass descriptors.
22294         * tree-ssa-copyrename.c: Update tree_pass descriptors.
22295         * tree-ssa-ccp.c: Update tree_pass descriptors.
22296         * df-core.c: Update tree_pass descriptors.
22297         * mode-switching.c: Update tree_pass descriptors.
22298         * tree-nomudflap.c: Update tree_pass descriptors.
22299         * modulo-sched.c: Update tree_pass descriptors.
22300         * ipa-pure-const.c: Update tree_pass descriptors.
22301         * cse.c: Update tree_pass descriptors.
22302         * web.c: Update tree_pass descriptors.
22303         * tree-stdarg.c: Update tree_pass descriptors.
22304         * tree-ssa-math-opts.c: Update tree_pass descriptors.
22305         * tree-ssa-dom.c: Update tree_pass descriptors.
22306         * tree-nrv.c: Update tree_pass descriptors.
22307         * tree-ssa-alias.c: Update tree_pass descriptors.
22308         * loop-init.c: Update tree_pass descriptors.
22309         * gimple-low.c: Update tree_pass descriptors.
22310         * ipa-inline.c: Update tree_pass descriptors.
22311         * tree-ssa-sink.c: Update tree_pass descriptors.
22312         * global.c: Update tree_pass descriptors.
22313         * ifcvt.c: Update tree_pass descriptors.
22314         * jump.c: Update tree_pass descriptors.
22315         * predict.c: Update tree_pass descriptors.
22316         * tree-ssa-loop.c: Update tree_pass descriptors.
22317         * recog.c: Update tree_pass descriptors.
22318         * dse.c: Update tree_pass descriptors.
22319         * tree-ssa-ifcombine.c: Update tree_pass descriptors.
22320         * tree-eh.c: Update tree_pass descriptors.
22321         * regmove.c: Update tree_pass descriptors.
22322         * local-alloc.c
22323         * function.c: Update tree_pass descriptors.
22324         * tree-vectorizer.c: Update tree_pass descriptors.
22325         * gcse.c: Update tree_pass descriptors.
22326         * ipa-type-escape.c: Update tree_pass descriptors.
22327         * tree-if-conv.c: Update tree_pass descriptors.
22328         * init-regs.c: Update tree_pass descriptors.
22329         * ipa.c: Update tree_pass descriptors.
22330         * tree-ssa-phiopt.c: Update tree_pass descriptors.
22331         * rtl-factoring.c: Update tree_pass descriptors.
22332         * lower-subreg.c: Update tree_pass descriptors.
22333         * bt-load.c: Update tree_pass descriptors.
22334         * tree-dfa.c: Update tree_pass descriptors.
22335         * except.c: Update tree_pass descriptors.
22336         * emit-rtl.c: Update tree_pass descriptors.
22337         * cfgexpand.c: Update tree_pass descriptors.
22338         * tree-cfgcleanup.c: Update tree_pass descriptors.
22339         * cfgcleanup.c: Update tree_pass descriptors.
22340         * tree-ssa-pre.c: Update tree_pass descriptors.
22341         * tree-sra.c: Update tree_pass descriptors.
22342         * tree-mudflap.c: Update tree_pass descriptors.
22343         * tree-ssa-copy.c: Update tree_pass descriptors.
22344         * cfglayout.c: Update tree_pass descriptors.
22345         * tree-ssa-forwprop.c: Update tree_pass descriptors.
22346         * tree-ssa-dce.c: Update tree_pass descriptors.
22347         * tree-ssa.c: Update tree_pass descriptors.
22348         * regclass.c: Update tree_pass descriptors.
22349         * integrate.c: Update tree_pass descriptors.
22350         * tree-optimize.c: Update tree_pass descriptors.
22351         * tree-ssa-phiprop.c: Update tree_pass descriptors.
22352         * tree-object-size.c: Update tree_pass descriptors.
22353         * combine.c: Update tree_pass descriptors.
22354         * tree-outof-ssa.c: Update tree_pass descriptors.
22355         * bb-reorder.c: Update tree_pass descriptors.
22356         * stack-ptr-mod.c: Update tree_pass descriptors.
22357         * var-tracking.c: Update tree_pass descriptors.
22358         * tree-profile.c: Update tree_pass descriptors.
22359         * tree-vect-generic.c: Update tree_pass descriptors.
22360         * reg-stack.c: Update tree_pass descriptors.
22361         * sched-rgn.c: Update tree_pass descriptors.
22362         * tree-ssa-structalias.c: Update tree_pass descriptors.
22363         * tree-cfg.c: Update tree_pass descriptors.
22364         * passes.c (current_pass): Update declaration.
22365         (finish_optimization_passes): Update.
22366         (all_passes, all_ipa_passes, all_lowering_passes): Update declaration.
22367         (register_one_dump_file, register_dump_files_1, next_pass_1):
22368         Update arguments.
22369         (init_optimization_passes): Update handling of new types.
22370         (execute_one_pass, execute_pass_list, execute_ipa_pass_list): Update.
22371         * ipa-struct-reorg.c: Update tree_pass descriptors.
22372         * tree-ssa-reassoc.c: Update tree_pass descriptors.
22373         * combine-stack-adj.c: Update tree_pass descriptors.
22374         * cfgrtl.c: Update tree_pass descriptors.
22375         * dce.c: Update tree_pass descriptors.
22376         * tree-ssanames.c: Update tree_pass descriptors.
22377
22378 2008-03-19  Richard Guenther  <rguenther@suse.de>
22379
22380         PR middle-end/35609
22381         * tree-ssa.c (walk_data): New structure.
22382         (warn_uninitialized_var): If not always_executed warn with "maybe"
22383         instead of "is".
22384         (execute_early_warn_uninitialized): Compute post-dominators.
22385         Initialize always_executed before processing each basic block.
22386
22387 2008-03-18  Mikulas Patocka  <mikulas@artax.karlin.mff.cuni.cz>
22388
22389         PR target/35504
22390         * config/i386/i386.c (x86_this_parameter): Calculate correct location
22391         of "this" pointer when "regparm = N" or "fastcall" is in effect.
22392
22393 2008-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22394
22395         * doc/include/texinfo.tex: Update to version 2008-03-17.10.
22396
22397 2008-03-18  Paolo Bonzini  <bonzini@gnu.org>
22398
22399         * expr.c (store_expr): Assume lang_hooks.reduce_bit_field_operations
22400         is true.
22401         (expand_expr_real_1) <REDUCE_BIT_FIELD>: Don't look at ignore.
22402         (expand_expr_real_1): Assume lang_hooks.reduce_bit_field_operations
22403         is true.  Add "&& !ignore" condition to reduce_bit_field.  Modify
22404         target after ignore has been set, and move there also the commputation
22405         of subtarget and original_target.
22406         * langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Delete.
22407         (LANG_HOOKS_INITIALIZER): Remove it.
22408         * langhooks.h (struct lang_hooks): Remove reduce_bit_field_operations.
22409
22410 2008-03-18  Richard Guenther  <rguenther@suse.de>
22411
22412         * tree-ssa-sccvn.c (visit_reference_op_load): If the lookup
22413         found an expression with constants, note that in the VN for the lhs.
22414         * tree-ssa-pre.c (eliminate): Visit COND_EXPR statements and
22415         fold them to constants if possible.  Run cleanup_cfg if done so.
22416         (execute_pre): Return todo.
22417         (do_pre): Likewise.
22418         (execute_fre): Likewise.
22419         * tree-ssa-forwprop.c (can_propagate_from): Allow propagation
22420         of constants.
22421         (get_prop_source_stmt): Look through pointer conversions.
22422
22423 2008-03-18  Jan Hubicka  <jh@suse.cz>
22424
22425         * tree-pretty-print.c: Include predict.h.
22426         (dump_generic_node): Dump predictor.
22427         * tree.h (PREDICT_EXPR_OUTCOME, PREDICT_EXPR_PREDICTION): Update.
22428         * tree-gimple.c (is_gimple_stmt): Add PREDICT_EXPR.
22429         * gimple-low.c (lower_stmt): Likewise.
22430         * expr.c (expand_expr_real): Likewise.
22431         * predict.c (tree_bb_level_predictions): Use PREDICT_EXPRs and remove
22432         them.
22433         (build_predict_expr, build_predict_expr): New.
22434         * predict.h (predictor_name, build_predict_expr): Update.
22435         * c-typeck.c (c_finish_bc_stmt): Add prediction.
22436         * gimplify.c (gimplify_expr): Add PREDICT_EXPR.
22437         * predict.def (PRED_CONTINUE): Update hitrate.
22438         * tree.def (PREDICT_EXPR): Define.
22439         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Mark PREDICT_EXPR;
22440         do not handle BIND_EXPR.
22441         * tree-inline.c (estimate_num_insns_1): PREDICT_EXPR is free.
22442         * tree-cfg.c (verify_gimple_stmt): PREDICT_EXPR is valid.
22443         * tree-ssa-operands.c (get_expr_operands): PREDICT_EXPR takes no
22444         operands.
22445
22446 2008-03-18  Michael Matz  <matz@suse.de>
22447
22448         * gcov-io.h (__gcov_merge_ior, __gcov_fork): Mark hidden.
22449
22450 2008-03-18  Richard Guenther  <rguenther@suse.de>
22451
22452         * tree-gimple.h (is_gimple_invariant_address): Declare.
22453         (is_gimple_constant): Likewise.
22454         * tree-gimple.c (is_gimple_constant): New function.
22455         (is_gimple_invariant_address): Likewise.
22456         (is_gimple_min_invariant): Implement in terms of is_gimple_constant
22457         and is_gimple_invariant_address.
22458         * tree-ssa-loop-niter.c (expand_simple_operations): Revert
22459         previous change.
22460         * tree-data-ref.c (get_references_in_stmt): A SSA_NAME is not
22461         an addressable base.
22462
22463 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
22464
22465         PR middle-end/35611
22466         * gimplify.c (gimplify_expr): Gimplify second operand of
22467         OMP_ATOMIC_LOAD.
22468
22469 2008-03-17  Richard Guenther  <rguenther@suse.de>
22470
22471         PR tree-optimization/19637
22472         * fold-const.c (fold_unary): Remove restrictions of removing
22473         intermediate pointer-conversions (P2)(P1)P0.
22474         * tree-ssa-ccp.c (maybe_fold_stmt_addition): Recover from
22475         conversion to void pointer.
22476         (get_maxval_strlen): Handle addresses of the form &(*p)[0].
22477
22478 2008-03-16  James E. Wilson  <wilson@tuliptree.org>
22479
22480         PR debug/31510
22481         * dbxout.c (dbxout_expand_expr, case VAR_DECL): Return NULL for
22482         emulated thread local variables.
22483
22484 2008-03-16  Richard Guenther  <rguenther@suse.de>
22485
22486         PR middle-end/35607
22487         * tree-ssa-loop-niter.c (expand_simple_operations): Do not
22488         expand TREE_INVARIANT operations that are not gimple invariant.
22489
22490 2008-03-16  Hans-Peter Nilsson  <hp@axis.com>
22491
22492         * doc/extend.texi (Alignment): Say that the ABI controls
22493         the __alignof__ for non-strict-alignment targets rather
22494         than being a recommendation.
22495
22496 2008-03-15  Paul Brook  <paul@codesourcery.com>
22497
22498         * config/arm/arm.c (arm_unwind_emit): Suppress unused unwinding
22499         annotations.
22500         (arm_output_fn_unwind): Mark functions that can not be unwound.
22501
22502 2008-03-15  Paul Brook  <paul@codesourcery.com>
22503
22504         * config/arm/arm.c (arm_rtx_costs_1): Add costs for ARMv6 value
22505         extension instructions.
22506
22507 2008-03-15  Richard Guenther  <rguenther@suse.de>
22508
22509         * tree-ssa-ccp.c (ccp_fold): Also read from constant values
22510         and fold constant aggregate refs.
22511         (fold_const_aggregate_ref): Handle string constants
22512         and constructors in ARRAY_REFs.  Handle INDIRECT_REF.
22513         (evaluate_stmt): Simplify now that ccp_fold folds constant
22514         aggregate refs.
22515
22516 2008-03-15  Paul Brook  <paul@codesourcery.com>
22517
22518         * config/arm/arm.md (insv): Use gen_insv_t2 and gen_insv_zero.
22519         (extzv): Use gen_extzv_t2.
22520         (insv_t2, insv_zero, extv, extzv_t2): New patterns.
22521
22522 2008-03-15  Richard Guenther  <rguenther@suse.de>
22523
22524         * tree-ssa-ccp.c (get_symbol_constant_value): Export.
22525         (fold_const_aggregate_ref): Likewise.
22526         (get_value): Return NULL if we don't have any values.
22527         (ccp_finalize): Set const_val to NULL after freeing it.
22528         * tree-flow.h (get_symbol_constant_value): Declare.
22529         (fold_const_aggregate_ref): Likewise.
22530         * tree-ssa-sccvn.c (try_to_simplify): Use them.
22531
22532 2008-03-15  Richard Guenther  <rguenther@suse.de>
22533
22534         PR middle-end/35593
22535         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Make sure
22536         to not produce negative array indices if not allowed.  Add
22537         parameter to indicate that.
22538         (maybe_fold_offset_to_component_ref): Allow negative array
22539         indices only for the first member of a structure.
22540         (maybe_fold_offset_to_reference): Allow negative array indices.
22541         (maybe_fold_stmt_addition): Likewise.
22542
22543 2008-03-15  Bjoern Haase  <bjoern.m.haase@web.de>
22544             Anatoly Sokolov <aesok@post.ru>
22545
22546         * config/avr/avr.c (avr_arch_types): Add avr6 entry.
22547         (avr_arch): Add ARCH_AVR6.
22548         (avr_mcu_types): Add 'atmega2560' and 'atmega2561' entry.
22549         (initial_elimination_offset): Initialize and use 'avr_pc_size'
22550         instead of fixed value 2.
22551         (print_operand_address): Use gs() asm specifier instead of pm().
22552         (avr_assemble_integer): (Ditto.).
22553         (avr_output_addr_vec_elt): (Ditto.).
22554         (print_operand): Handle "!" code.
22555         * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): Add
22556         __AVR_3_BYTE_PC__, __AVR_2_BYTE_PC__ and __AVR_HAVE_JMP_CALL__.
22557         (AVR_HAVE_EIJMP_EICALL): Define.
22558         (AVR_3_BYTE_PC): Redefine.
22559         (AVR_2_BYTE_PC): (Ditto.).
22560         (PRINT_OPERAND_PUNCT_VALID_P): Add '!' code.
22561         (LINK_SPEC): Add atmega2560 and atmega2561.
22562         (CRT_BINUTILS_SPEC): Add atmega2560 (crtm2560.o) and atmega2561
22563         (crtm2561.o).
22564         * config/avr/avr.md (call_insn): Use eicall instead of icall
22565         for 3 byte PC devices.
22566         (call_value_insn): (Ditto.).
22567         (*tablejump_enh): Use eijmp instead of ijmp for 3 byte PC devices.
22568         (indirect_jump): Use only for for 2 byte PC devices.
22569         (*tablejump): (Ditto.).
22570         (*indirect_jump_avr6): Add insn.
22571         (*tablejump_rjmp): Don't use for 3 byte PC devices.
22572         * config/avr/libgcc.S (__prologue_saves__): Use eijmp
22573         instead of ijmp for 3 byte PC devices.
22574         (__tablejump2__): (Ditto.).
22575         * config/avr/t-avr (MULITLIB_OPTIONS): Add avr6 architecture.
22576         (MULITLIB_DIRNAMES): (Ditto.).
22577         (MULTILIB_MATCHES): Add atmega2560 and atmega2561 to list.
22578
22579 2008-03-15  Uros Bizjak  <ubizjak@gmail.com>
22580
22581         * config/i386/mmx.md ("sse2_umulv1siv2di3"): Rename from
22582         "sse2_umulsidi3".  Use V1DI mode for operand 0.
22583         ("mmx_psadbw"): Use V1DI mode for operand 0.
22584         * config/i386/i386-modes.def (V1SI): New vector mode.
22585         * config/i386/i386.c (struct builtin_description)
22586         [IX86_BUILTIN_PMULUDQ]: Use CODE_FOR_sse2_umulv1siv1di3.
22587         (v1di_ftype_v8qi_v8qi): Rename from di_ftype_v8qi_v8qi.
22588         (v1di_ftype_v2si_v2si): Rename from di_ftype_v2si_v2si.
22589         (ix86_init_mmx_sse_builtins) [__builtin_ia32_psadbw]: Use
22590         v1di_ftype_v8qi_v8qi type.
22591         [__builtin_ia32_pmuludq]: Use v1di_ftype_v2si_v2si type.
22592
22593         * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psadbw,
22594         __builtin_ia32_pmuludq]: Fix the mode of return value.
22595
22596 2008-03-15  Richard Guenther  <rguenther@suse.de>
22597
22598         PR middle-end/35595
22599         * tree-ssa-pre.c (bitmap_find_leader): Handle expression
22600         being a PHI_NODE.
22601
22602 2008-03-14  Bob Wilson  <bob.wilson@acm.org>
22603
22604         * doc/invoke.texi (Option Summary, Xtensa Options): Document
22605         -mserialize-volatile and -mno-serialize-volatile Xtensa options.
22606         * config/xtensa/xtensa.c (print_operand): Do not emit MEMW instructions
22607         unless TARGET_SERIALIZE_VOLATILE is enabled.
22608         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
22609         * config/xtensa/xtensa.h (TARGET_DEFAULT): Add MASK_SERIALIZE_VOLATILE.
22610         * config/xtensa/xtensa.opt (mserialize_volatile): New option.
22611
22612 2008-03-14  Richard Guenther  <rguenther@suse.de>
22613
22614         PR tree-optimization/34172
22615         * tree-flow.h (refs_may_alias_p): Declare.
22616         (get_single_def_stmt): Likewise.
22617         (get_single_def_stmt_from_phi): Likewise.
22618         (get_single_def_stmt_with_phi): Likewise.
22619         * tree-dfa.c (refs_may_alias_p): New function.
22620         (get_single_def_stmt): Likewise.
22621         (get_single_def_stmt_from_phi): Likewise.
22622         (get_single_def_stmt_with_phi): Likewise.
22623         * tree-ssa-sccvn.c (get_def_ref_stmt_vuses): New function.
22624         (vn_reference_lookup_1): New helper function.
22625         (vn_reference_lookup): Walk the virtual use-def chain to
22626         continue searching for a match if the def does not alias the
22627         reference we are looking for.
22628
22629 2008-03-14  David Edelsohn  <edelsohn@gnu.org>
22630
22631         * doc/install.texi (Binaries): Remove UCLA archive.  Add HVCC
22632         archive and Perzl.  Update The Written Word listing.
22633
22634 2008-03-14  Richard Guenther  <rguenther@suse.de>
22635
22636         PR tree-optimization/34043
22637         PR tree-optimization/33989
22638         * tree-ssa-pre.c (execute_pre): Allow SCCVN to do insertion
22639         when doing FRE.
22640         (bitmap_find_leader): Use extra argument to verify dominance
22641         relationship inside a basic-block.
22642         (can_PRE_operation): Add VIEW_CONVERT_EXPR.
22643         (find_leader_in_sets): Adjust.
22644         (create_component_ref_by_pieces): Take extra argument for
22645         dominance check, handle lookup failures.
22646         (find_or_generate_expression): Likewise.
22647         (create_expression_by_pieces): Likewise.
22648         (insert_into_preds_of_block): Adjust.
22649         (create_value_expr_from): If asked for, verify all operands
22650         are in the blocks AVAIL_OUT set.
22651         (make_values_for_stmt): Check for SSA_NAMEs that are life
22652         over an abnormal edge.
22653         (compute_avail): Remove such check.
22654         (do_SCCVN_insertion): New function.
22655         (eliminate): If we do not find a leader suitable for replacement
22656         insert a replacement expression from SCCVN if available.
22657         * tree-ssa-sccvn.h (run_scc_vn): Update prototype.
22658         (struct vn_ssa_aux): Add needs_insertion flag.
22659         * tree-ssa-sccvn.c (may_insert): New global flag.
22660         (copy_reference_ops_from_ref): Value-number union member access
22661         based on its size, not type and member if insertion is allowed.
22662         (visit_reference_op_load): For a weak match from union type
22663         punning lookup a view-converted value and insert a SSA_NAME
22664         for that value if that is not found.
22665         (visit_use): Make dumps shorter.  Do not disallow value numbering
22666         SSA_NAMEs that are life over an abnormal edge to constants.
22667         (free_scc_vn): Release inserted SSA_NAMEs.
22668         (run_scc_vn): New flag to specify whether insertion is allowed.
22669         Process SSA_NAMEs in forward order.
22670         * tree-ssa-loop-im.c (for_each_index): Handle invariant
22671         ADDR_EXPRs inside VIEW_CONVERT_EXPR.
22672         * fold-const.c (fold_unary): Fold VIEW_CONVERT_EXPRs from/to
22673         pointer type to/from integral types that do not change the
22674         precision to regular conversions.
22675
22676 2008-03-13  Uros Bizjak  <ubizjak@gmail.com>
22677
22678         * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psll?,
22679         __builtin_ia32_psrl?, __builtin_ia32_psra?, __builtin_ia32_psll?i,
22680         __builtin_ia32_psrl?i, __builtin_ia32_psra?i, __builtin_ia32_psll?128,
22681         __builtin_ia32_psrl?128, __builtin_ia32_psra?128]: Fix the mode of
22682         input arguments and the mode of return value.  Built-in functions
22683         that operate on whole 64-bit MMX register now use V1DI mode.
22684
22685 2008-03-13  Alon Dayan  <alond@il.ibm.com>
22686             Olga Golovanevsky  <olga@il.ibm.com>
22687
22688         PR tree-optimization/35041
22689         * ipa-struct-reorg.c (find_pos_in_stmt_1): Add another option
22690         to locate the right position in a statement.
22691
22692 2008-03-13  Uros Bizjak  <ubizjak@gmail.com>
22693
22694         PR target/34000
22695         PR target/35553
22696         * config/i386/xmmintrin.h:  Change all static inline functions to
22697         extern inline and add __gnu_inline__ attribute.
22698         * config/i386/bmintrin.h: Ditto.
22699         * config/i386/smmintrin.h: Ditto.
22700         * config/i386/tmmintrin.h: Ditto.
22701         * config/i386/mmintrin-common.h: Ditto.
22702         * config/i386/ammintrin.h: Ditto.
22703         * config/i386/emmintrin.h: Ditto.
22704         * config/i386/pmmintrin.h: Ditto.
22705         * config/i386/mmintrin.h: Ditto.
22706         * config/i386/mm3dnow.h: Ditto.
22707
22708 2008-03-13  Jakub Jelinek  <jakub@redhat.com>
22709
22710         PR middle-end/35185
22711         * omp-low.c (lower_regimplify, init_tmp_var, save_tmp_var): Removed.
22712         (lower_omp_2): New function.
22713         (lower_omp_1, lower_omp): Rewritten.
22714
22715 2008-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
22716
22717         PR 35054
22718         * doc/extend.texi (Structure-Packing Pragmas): Replace "Win32"
22719         with the phrase "Microsoft Windows compilers".
22720         (Push/Pop Macro Pragmas): New subsection. Document
22721         #pragma push_macro and pragma pop_macro.
22722
22723 2008-03-12  Paul Brook  <paul@codesourcery.com>
22724
22725         * config/arm/arm.c (output_move_double): Prefer LDRD to LDM.
22726
22727 2008-03-12  Paul Brook  <paul@codesourcery.com>
22728
22729         * config/arm/thumb2.md: Extend peephole to cover 3-arg subs.
22730         (thumb2_alusi3_short): Exclude PLUS and MINUS.
22731         (thumb2_addsi_shortim): Rename ...
22732         (thumb2_addsi_short): ... to this.  Allow register operands.
22733         (thumb2_subsi_short): New pattern.
22734         (thumb2_one_cmplsi2_short,
22735         thumb2_negsi2_short): New patterns and peepholes.
22736
22737 2008-03-12  Paul Brook  <paul@codesourcery.com>
22738
22739         * config/arm/arm.c (arm_size_rtx_costs): Use ARM costs for Thumb-2.
22740
22741 2008-03-12  Uros Bizjak  <ubizjak@gmail.com>
22742
22743         * config/i386/i386.md (int_cond): New code iterator.
22744         (fp_cond): Ditto.
22745         ("s<code>"): Macroize expander from seq, sne, sgt, sgtu, slt, sltu,
22746         sge, sgeu, sle and sleu expanders usign int_cond code iterator.
22747         ("s<code>"): Macroize expander from sunordered, sordered, suneq, sunge,
22748         sungt, sunle, sunlt and sltgt expanders usign fp_cond code iterator.
22749         ("b<code>"): Macroize expander from beq, bne, bgt, bgtu, blt, bltu,
22750         bge, bgeu, ble and bleu expanders usign int_cond code iterator.
22751         ("b<code>"): Macroize expander from bunordered, bordered, buneq, bunge,
22752         bungt, bunle, bunlt and bltgt expanders usign fp_cond code iterator.
22753
22754 2008-03-12  Paul Brook  <paul@codesourcery.com>
22755
22756         * config/arm/arm.c (use_return_insn): Use offsets->saved_regs_mask
22757         instead of {arm,thumb}_compute_save_reg_mask.
22758         (output_return_instruction): Ditto.
22759         (thumb_unexpanded_epilogue): Ditto.
22760         (thumb1_expand_prologue): Ditto.
22761         (thumb1_output_function_prologue): Ditto.
22762         (arm_set_return_address): Ditto.
22763         (thumb_set_return_address): Ditto.
22764         (arm_get_frame_offsets): Set offsets->saved_regs_mask.  Push extra
22765         regs to achieve stack alignment.
22766         (thumb1_compute_save_reg_mask): Fix compiler warning.
22767         (arm_output_epilogue): Use offsets->saved_regs_mask.
22768         Adjust stack pointer by poping call clobered registers.
22769         (arm_expand_prologue): Use offsets->saved_regs_mask.
22770         Adjust stack pointer by pushing extra registers.
22771         * config/arm.h (arm_stack_offsets): Add saved_regs_mask.
22772
22773 2008-03-12  Paolo Bonzini  <bonzini@gnu.org>
22774
22775         PR tree-opt/35422
22776         * fold-const.c (fold_unary) <NOP_EXPR>: Distribute a narrowing
22777         conversion to the operands of a multiplication.
22778
22779 2008-03-12  Richard Guenther  <rguenther@suse.de>
22780
22781         * Makefile.in (OBJS-common): Add tree-ssa-phiprop.o
22782         (tree-ssa-phiprop.o): Copy dependencies from tree-ssa-forwprop.o.
22783         * timevar.def (TV_TREE_PHIPROP): Add.
22784         * tree-ssa-phiprop.c: Split from tree-ssa-forwprop.c, added
22785         pass description.  Use TV_TREE_PHIPROP.
22786         * tree-ssa-forwprop.c: Remove phiprop code.
22787
22788 2008-03-12  Jakub Jelinek  <jakub@redhat.com>
22789
22790         PR middle-end/35549
22791         * omp-low.c (maybe_lookup_decl): Constify first argument.
22792         (use_pointer_for_field): Change last argument from bool to
22793         omp_context *.  Disallow shared copy-in/out in nested
22794         parallel if decl is shared in outer parallel too.
22795         (build_outer_var_ref, scan_sharing_clauses,
22796         lower_rec_input_clauses, lower_copyprivate_clauses,
22797         lower_send_clauses, lower_send_shared_vars): Adjust callers.
22798
22799 2008-03-12  Victor Kaplansky  <victork@il.ibm.com>
22800             Ira Rosen  <irar@il.ibm.com>
22801
22802         * tree-vectorizer.c (free_stmt_vec_info): New function.
22803         (destroy_loop_vec_info): Move code to free_stmt_vec_info().
22804         Call free_stmt_vec_info(). Free LOOP_VINFO_STRIDED_STORES..
22805         * tree-vectorizer.h (free_stmt_vec_info): Declare.
22806         * tree-vect-transform.c (vectorizable_conversion): Free
22807         vec_oprnds0 if it was allocated.
22808         (vect_permute_store_chain): Remove unused VECs.
22809         (vectorizable_store): Free VECs that are allocated in the..
22810         function.
22811         (vect_transform_strided_load, vectorizable_load): Likewise.
22812         (vect_remove_stores): Simplify the code.
22813         (vect_transform_loop): Move code to vect_remove_stores().
22814         Call vect_remove_stores() and free_stmt_vec_info().
22815
22816 2008-03-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
22817
22818         * pa.h (TARGET_LONG_PIC_SDIFF_CALL): Conditionalize define on
22819         TARGET_HPUX.  Revise comment.
22820         (TARGET_LONG_PIC_PCREL_CALL): Revise comment.
22821         * pa.c (output_call): Update for revised TARGET_LONG_PIC_SDIFF_CALL.
22822         Use sr4 variant of `be' instruction when not generating PIC code.
22823         (attr_length_call): Adjust for above change.
22824
22825 2008-03-11  Andrew Pinski  <andrew_pinski@playstation.sony.com>
22826
22827         * ipa-reference.c (static_execute): Remove module_statics_const and
22828         associated setting code.
22829
22830 2008-03-11  Uros Bizjak  <ubizjak@gmail.com>
22831
22832         PR target/35540
22833         * config/i386/i386.md (paritysi2, paritydi2): Use register_operand
22834         predicate for operand 1.
22835         (paritysi2_cmp): Use register_operand predicate for operand 2.
22836         Use earlyclobber modifier for operand 1.  Remove support for
22837         memory operands.
22838         (paritydi2_cmp): Use register_operand predicate for operand 3.
22839         Use earlyclobber modifier for operand 1.  Remove support for
22840         memory operands.
22841
22842 2008-03-11  Paul Brook  <paul@codesourcery.com>
22843             Vladimir Prus  <vladimir@codesourcery.com>
22844
22845         * config/arm/arm.c (use_return_insn): Check TARGET_APCS_FRAME.
22846         (arm_compute_save_reg0_reg12_mask): Always
22847         check if register 11 must be saved.  Always safe hard frame pointer
22848         when frame_pointer_needeed.
22849         (arm_compute_save_reg_mask): Save IP and PC
22850         only with apcs frames.
22851         (arm_output_epilogue): Adjust Thumb2 codepath to
22852         be also invoked and work for ARM non-apcs frames.
22853         (arm_expand_prologue): Don't bother saving IP
22854         for non-apcs frame, since it's not clobbered by
22855         prologue code.  Implement non-apcs frame
22856         layout.
22857
22858 2008-03-11  Paolo Bonzini  <bonzini@gnu.org>
22859
22860         PR rtl-optimization/35281
22861         * expr.c (convert_move): Use a new pseudo for the intermediate
22862         from_mode->word_mode result.
22863
22864 2008-03-11  Paolo Bonzini  <bonzini@gnu.org>
22865
22866         * langhooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.
22867         * langhooks.h (struct lang_hooks): Delete clear_binding_stack member.
22868         * toplev.c (compile_file): Don't call it.
22869
22870 2008-03-11  Uros Bizjak  <ubizjak@gmail.com>
22871
22872         PR middle-end/35526
22873         * expr.c (store_expr): Call emit_block_move if the mode
22874         of "temp" RTX is BLKmode.
22875
22876 2008-03-11  Andrew Pinski  <andrew_pinski@playstation.sony.com>
22877             Richard Guenther  <rguenther@suse.de>
22878
22879         PR tree-optimization/31358
22880         * tree-ssa-loop-manip.c (create_iv): Call force_gimple_operand for
22881         the step with a NULL_TREE.
22882         * tree-ssa-loop-ivopts.c (find_bivs): Convert the step
22883         to sizetype if type is a pointer type.
22884         (add_candidate_1): Don't convert the base and step to
22885         the generic type if the orginal type is a pointer type.
22886         (add_iv_value_candidates): Use sizetype for the step
22887         if type is a pointer type.
22888         (cand_value_at): Likewise.
22889         * tree-ssa-address.c (add_to_parts): Use POINTER_PLUS_EXPR
22890         for pointer types.
22891         * tree-affine.c (tree_to_aff_combination <POINTER_PLUS_EXPR>):
22892         Don't convert the tem affine to the type.
22893         (add_elt_to_tree): Use sizetype for the step if a pointer.
22894         Use POINTER_PLUS_EXPR for pointers.
22895         (aff_combination_to_tree): Use sizetype for the step if a
22896         pointer.
22897
22898 2008-03-10  Vladimir Makarov  <vmakarov@redhat.com>
22899
22900         * config/i386/sse.md (ssse3_pmaddubswv8hi3, ssse3_pmaddubswv4hi3):
22901         Remove commutativity hint.
22902
22903 2008-03-10  Jakub Jelinek  <jakub@redhat.com>
22904
22905         PR c/35438
22906         PR c/35439
22907         * c-parser.c (c_parser_omp_threadprivate): Don't add vars with
22908         errorneous type.  Check that v is a VAR_DECL.
22909
22910         PR middle-end/35099
22911         * tree-cfg.c (new_label_mapper): Update cfun->last_label_uid.
22912
22913 2008-03-10  H.J. Lu  <hongjiu.lu@intel.com>
22914
22915         PR tree-optimization/35494
22916         * tree-ssa-ccp.c (get_symbol_constant_value): Check if value
22917         may be overriden at link and run time.
22918
22919 2008-03-10  Richard Guenther  <rguenther@suse.de>
22920
22921         PR tree-optimization/34677
22922         * tree-ssa-pre.c (modify_expr_node_pool): Remove.
22923         (poolify_tree): Likewise.
22924         (modify_expr_template): Likewise.
22925         (poolify_modify_stmt): Likewise.
22926         (insert_fake_stores): Handle all component-ref style stores
22927         in addition to INDIRECT_REF.  Also handle complex types.
22928         Do not poolify the inserted load.
22929         (realify_fake_stores): Do not rebuild the tree but only
22930         make it a SSA_NAME copy.
22931         (init_pre): Remove initialzation of modify_expr_template.
22932         Do not allocate modify_expr_node_pool.
22933         (fini_pre): Do not free modify_expr_node_pool.
22934
22935 2008-03-10  Paul Brook  <paul@codesourcery.com>
22936
22937         * config/arm/arm.md (UNSPEC_STACK_ALIGN, UNSPEC_PIC_OFFSET): Renumber
22938         to avoid conflicts.
22939
22940 2008-03-10  Paul Brook  <paul@codesourcery.com>
22941             Mark Shinwell  <shinwell@codesourcery.com>
22942
22943         * config/arm/cortex-r4.md: New.
22944         * config/arm/thumb2.md (divsi3, udivsi3): Annotate with
22945         insn attributes.
22946         * config/arm/arm.md: Include cortex-r4.md.
22947         (insn): Add smmls, sdiv and udiv values.
22948         (generic_sched): Don't use generic scheduling for Cortex-R4.
22949         (arm_issue_rate): New function.
22950         (TARGET_SCHED_ISSUE_RATE): Define.
22951
22952 2008-03-10  Sebastian Pop  <sebastian.pop@amd.com>
22953
22954         * doc/invoke.texi (-ftree-loop-distribution): Add an example.
22955
22956 2008-03-10  Richard Guenther  <rguenther@suse.de>
22957
22958         * tree-ssa-pre.c (get_sccvn_value): Simplify.
22959         (compute_avail): Do not add stmt uses to AVAIL_OUT.
22960
22961 2008-03-10  Paolo Bonzini  <bonzini@gnu.org>
22962
22963         * langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS):
22964         Set default to true.
22965
22966 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22967
22968         * c.opt (Wsynth): Deprecate.
22969         * doc/invoke.texi (Option Summary, Warning Options): Document
22970         -Wno-format-contains-nul.
22971
22972 2008-03-09  Uros Bizjak  <ubizjak@gmail.com>
22973
22974         PR target/35496
22975         * config/i386/i386.c (ix86_constant_alignment): Compute alignment using
22976         ALIGN_MODE_128 for VECTOR_CST and INTEGER_CST in addition to REAL_CST.
22977
22978 2008-03-09  Ira Rosen  <irar@il.ibm.com>
22979
22980         * config/rs6000/rs6000.c (builtin_description): Rename vector
22981         left shift operations.
22982         * config/rs6000/altivec.md (UNSPEC_VSL): Remove.
22983         (altivec_vsl<VI_char>): Rename to ...
22984         (ashl<mode>3): ... new name.
22985         (mulv4sf3, mulv4si3, negv4sf2): Replace gen_altivec_vslw with
22986         gen_ashlv4si3.
22987         (absv4sf2): Convert to use ashift:V4SI instead of UNSPEC_VSL.
22988
22989 2008-03-08  Richard Guenther  <rguenther@suse.de>
22990
22991         * coverage.h (tree_coverage_counter_addr): Declare.
22992         * coverage.c (tree_coverage_counter_addr): New function.
22993         * tree-profile.c (tree_gen_edge_profiler): Unshare counter
22994         before using again.
22995         (tree_gen_pow2_profiler): Use tree_coverage_counter_addr.
22996         (tree_gen_one_value_profiler): Likewise.
22997         (tree_gen_ic_profiler): Likewise.
22998         (tree_gen_average_profiler): Likewise.
22999         (tree_gen_ior_profiler): Likewise.
23000
23001 2008-03-08  Richard Guenther  <rguenther@suse.de>
23002
23003         * tree-ssa-sccvn.h (vn_binary_op_lookup): Remove.
23004         (vn_binary_op_insert): Likewise.
23005         (vn_unary_op_lookup): Likewise.
23006         (vn_unary_op_insert): Likewise.
23007         (vn_nary_op_lookup): Declare.
23008         (vn_nary_op_insert): Likewise.
23009         * tree-ssa-sccvn.c (struct vn_tables_s): Merge unary
23010         and binary hashes, use a single obstack for unary_op_pool
23011         and binary_op_pool.
23012         (struct vn_binary_op_s, struct vn_unary_op_s): Replace with
23013         a single struct vn_nary_op_s.  Store tree code length and
23014         a variable number of operands.
23015         (struct vn_reference_op_struct): Remove unused op2.
23016         (vn_reference_op_eq): Do not compare op2.
23017         (vn_reference_op_compute_hash): Do not compute hash of op2.
23018         (vn_unary_op_hash, vn_binary_op_hash): Replace with vn_nary_op_hash.
23019         (vn_unary_op_compute_hash, vn_binary_op_compute_hash): Replace
23020         with vn_nary_op_compute_hash.
23021         (vn_unary_op_eq, vn_binary_op_eq): Replace with vn_nary_op_eq.
23022         (vn_unary_op_lookup, vn_binary_op_lookup): Replace with
23023         vn_nary_op_lookup.
23024         (vn_unary_op_insert, vn_binary_op_insert): Replace with
23025         vn_nary_op_insert.
23026         (visit_unary_op): Call nary functions.
23027         (visit_binary_op): Likewise.
23028         (process_scc): Adjust for struct vn_tables_s changes.
23029         (allocate_vn_table): Likewise.
23030         (free_vn_table): Likewise.
23031         * tree-vn.c (vn_add): Call nary functions.
23032         (vn_lookup): Likewise.
23033
23034 2008-03-08  Jakub Jelinek  <jakub@redhat.com>
23035
23036         PR target/35498
23037         * config/rs6000/rs6000.c (rs6000_expand_compare_and_swapqhi): Shift
23038         wdst back after sync_compare_and_swapqhi_internal.
23039
23040 2008-03-08  Uros Bizjak  <ubizjak@gmail.com>
23041
23042         PR target/22152
23043         * config/i386/i386-modes.def (V1DI): New vector mode.
23044         * config/i386/i386.h (VALID_MMX_REG_MODE): Add V1DImode.
23045         * config/i386/mmx.md (MMXMODEI8): New mode iterator.
23046         (MMXMODE248): Ditto.
23047         (MMXMODE): Add V1DI mode.
23048         (mmxvecsize): Change DI mode to V1DI mode.
23049         ("mov<mode>): Use MMXMODEI8 mode iterator.
23050         ("*mov<mode>_internal_rex64"): Ditto.
23051         ("*mov<mode>_internal"): Ditto.
23052         ("mmx_add<mode>3"): Ditto.  Handle V1DImode for TARGET_SSE2.
23053         ("mmx_sub<mode>3"): Ditto.
23054         ("mmx_adddi3"): Remove insn pattern.
23055         ("mmx_subdi3"): Ditto.
23056         ("mmx_ashr<mode>3"): Use SImode and "yN" constraint for operand 2.
23057         ("mmx_lshr<mode>3"): Ditto. Use MMXMODE248 mode iterator.
23058         ("mmx_ashl<mode>3"): Ditto.
23059         ("mmx_lshrdi3"): Remove insn pattern.
23060         ("mmx_ashldi3"): Ditto.
23061         * config/i386/i386.c (classify_argument): Handle V1DImode.
23062         (function_arg_advance_32): Ditto.
23063         (function_arg_32): Ditto.
23064         (struct builtin_description) [IX86_BUILTIN_PADDQ]: Use
23065         mmx_addv1di3 insn pattern.
23066         [IX86_BUILTIN_PSUBQ]: Use mmx_subv1di3 insn pattern.
23067         [IX86_BUILTIN_PSLL?, IX86_BUILTIN_PSRL?, IX86_BUILTIN_PSRA?,
23068         IX86_BUILTIN_PSLL?I, IX86_BUILTIN_PSRL?I, IX86_BUILTIN_PSRA?I,
23069         IX86_BUILTIN_PSLL?I128, IX86_BUILTIN_PSRL?I128, IX86_BUILTIN_PSRA?I128]:
23070         Remove definitions of built-in functions.
23071         (V1DI_type_node): New node.
23072         (v1di_ftype_v1di_int): Ditto.
23073         (v1di_ftype_v1di_v1di): Ditto.
23074         (v2si_ftype_v2si_si): Ditto.
23075         (v4hi_ftype_v4hi_di): Remove node.
23076         (v2si_ftype_v2si_di): Ditto.
23077         (ix86_init_mmx_sse_builtins): Handle V1DImode.
23078         (__builtin_ia32_psll?, __builtin_ia32_psrl?, __builtin_ia32_psra?):
23079         Redefine builtins using def_builtin_const with *_ftype_*_int node.
23080         (__builtin_ia32_psll?i, __builtin_ia32_psrl?i, __builtin_ia32_psra?i):
23081         Add new builtins using def_builtin_const.
23082         (ix86_expand_builtin) [IX86_BUILTIN_PSLL?, IX86_BUILTIN_PSRL?,
23083         IX86_BUILTIN_PSRA?, IX86_BUILTIN_PSLL?I, IX86_BUILTIN_PSRL?I,
23084         IX86_BUILTIN_PSRA?I]: Handle builtin definitions.
23085         * config/i386/mmintrin.h (__v1di): New typedef.
23086         (_mm_add_si64): Cast arguments to __v1di type.
23087         (_mm_sub_si64): Ditto.
23088         (_mm_sll_pi16): Cast __count to __v4hi type.
23089         (_mm_sll_pi32): Cast __count to __v2si type.
23090         (_mm_sll_si64): Cast arguments to __v1di type.
23091         (_mm_srl_pi16): Cast __count to __v4hi type.
23092         (_mm_srl_pi32): Cast __count to __v2si type.
23093         (_mm_srl_si64): Cast arguments to __v1di type.
23094         (_mm_sra_pi16): Cast __count to __v4hi type.
23095         (_mm_sra_pi32): Cast __count to __v2si type.
23096         (_mm_slli_pi16): Use __builtin_ia32_psllwi.
23097         (_mm_slli_pi32): Use __builtin_ia32_pslldi.
23098         (_mm_slli_si64): Use __builtin_ia32_psllqi. Cast __m to __v1di type.
23099         (_mm_srli_pi16): Use __builtin_ia32_psrlwi.
23100         (_mm_srli_pi32): Use __builtin_ia32_psrldi.
23101         (_mm_srli_si64): Use __builtin_ia32_psrlqi. Cast __m to __v1di type.
23102         (_mm_srai_pi16): Use __builtin_ia32_psrawi.
23103         (_mm_srai_pi32): Use __builtin_ia32_psradi.
23104         * config/i386/i386.md (UNSPEC_NOP): Remove unspec definition.
23105         * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psll?,
23106         __builtin_ia32_psrl?, __builtin_ia32_psra?, __builtin_ia32_psll?i,
23107         __builtin_ia32_psrl?i, __builtin_ia32_psra?i]: Add new builtins.
23108
23109 2008-03-07  Joseph Myers  <joseph@codesourcery.com>
23110
23111         * doc/include/texinfo.tex: Update to version 2008-03-07.10.
23112
23113 2008-03-07  Peter Bergner  <bergner@vnet.ibm.com>
23114
23115         PR target/35373
23116         * config/rs6000/rs6000.c (rs6000_legitimize_address): Don't generate
23117         reg+const addressing for Altivec modes.  Don't generate reg+reg
23118         addressing for TFmode or TDmode quantities.
23119
23120 2008-03-07  Paolo Bonzini  <bonzini@gnu.org>
23121
23122         * c-common.c (vector_types_convertible_p): Call langhook
23123         instead of comptypes.
23124
23125 2008-03-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
23126
23127         PR tree-opt/35402
23128         * tree-ssa-ccp.c (get_symbol_constant_value): Handle
23129         integral and scalar float variables which have a
23130         NULL DECL_INITIAL.
23131
23132 2008-03-06  Nathan Froyd  <froydnj@codesourcery.com>
23133
23134         * dwarf2out.c (dwarf2out_frame_debug_expr): Consult the
23135         dwarf_register_span hook when emitting unwind information for
23136         register-to-memory saves.
23137         * config/rs6000/rs6000.c (spe_synthesize_frame): Delete.
23138         (rs6000_frame_related): Remove call to spe_synthesize_frame.
23139
23140 2008-03-06  Jakub Jelinek  <jakub@redhat.com>
23141
23142         * gimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR nodes
23143         for the same VAR_DECL.
23144
23145 2008-03-06  Tom Tromey  <tromey@redhat.com>
23146
23147         * treelang: Delete.
23148         * doc/standards.texi (Standards): Don't mention treelang.
23149         * doc/invoke.texi (Overall Options): Don't mention treelang.
23150         * doc/install.texi (Prerequisites): Don't mention bison or
23151         treelang.
23152         (Configuration): Don't mention treelang.
23153         (Building): Likewise.
23154         * doc/frontends.texi (G++ and GCC): Don't mention treelang.
23155
23156 2008-03-06  Paolo Bonzini  <bonzini@gnu.org>
23157
23158         * simplify-rtx.c (simplify_subreg): Remove useless shifts from
23159         word-extractions out of a multi-word object.
23160
23161 2008-03-06  Richard Guenther  <rguenther@suse.de>
23162
23163         * tree.def (BIT_FIELD_REF): Constrain result type and its precision.
23164         * tree-cfg.c (verify_expr): Verify BIT_FIELD_REF constraints on
23165         result type and precision.
23166         * expr.c (get_inner_reference): Set unsignedp based on the result
23167         type of BIT_FIELD_REF.
23168         * tree.h (BIT_FIELD_REF_UNSIGNED): Remove.
23169         * tree-sra.c (instantiate_element): Do not set BIT_FIELD_REF_UNSIGNED.
23170         (try_instantiate_multiple_fields): Likewise.  Use the correct type
23171         for BIT_FIELD_REF.
23172         (sra_build_assignment): Likewise.
23173         (sra_build_elt_assignment): Likewise.
23174         (sra_explode_bitfield_assignment): Likewise.
23175         * print-tree.c (print_node): Do not check BIT_FIELD_REF_UNSIGNED.
23176         * tree-vect-transform.c (vect_create_epilog_for_reduction): Do not
23177         set BIT_FIELD_REF_UNSIGNED.
23178         (vectorizable_load): Likewise.
23179
23180 2008-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
23181
23182         * cse.c (cse_extended_basic_block): Invalidate artificial defs
23183         at bb start.
23184
23185 2008-03-06  Richard Guenther  <rguenther@suse.de>
23186
23187         * alias.c (struct alias_set_entry): Move has_zero_child field
23188         to pack with alias_set.
23189
23190 2008-03-05  H.J. Lu  <hongjiu.lu@intel.com>
23191
23192         * config/i386/i386-modes.def: Use 4 byte alignment on DI for
23193         32bit host.
23194
23195 2008-03-05  Ian Lance Taylor  <iant@google.com>
23196
23197         * alias.h (alias_set_type): Change from HOST_WIDE_INT to int.
23198
23199 2008-03-05  Kenneth Zadeck  <zadeck@naturalbridge.com>
23200
23201         * fwprop.c (update_df): Support width and offset parameters of
23202         df_ref_create.
23203         * ra-conflict.c (mark_reg_store, clear_reg_in_live,
23204         global_conflicts): Change DF_REF_EXTRACT to either
23205         DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT.  Change
23206         DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
23207         * df-scan.c (df_ref_record, df_defs_record,
23208         df_ref_create_structure, df_def_record_1, df_uses_record,
23209         df_get_conditional_uses, df_get_call_refs, df_insn_refs_collect,
23210         df_bb_refs_collect, df_entry_block_defs_collect,
23211         df_exit_block_uses_collect): Support new width and offset fields.
23212         (ref_extract_pool): New storage pool.
23213         (df_free_ref): New function.
23214         (df_reg_chain_unlink, df_free_collection_rec,
23215         df_sort_and_compress_refs): Call df_free_ref.
23216         (df_ref_equal_p, df_ref_compare): Compare offset and width fields
23217         of df_ref_extract.
23218         (df_ref_create_structure): Allocate df_ref_extract if offset and
23219         width fields are used.
23220         (df_def_record_1): Get offset and width from ZERO_EXTRACT.
23221         (df_uses_record): Get offset and width from ZERO_EXTRACT
23222         and SIGN_EXTRACT.
23223         * global.c (build_insn_chain): Change DF_REF_EXTRACT to either
23224         DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT.  Change
23225         DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
23226         * df.h (df_ref_flags): Change DF_REF_EXTRACT to either
23227         DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT.  Change
23228         DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
23229         (df_ref_extract): New structure.
23230         (DF_REF_WIDTH, DF_REF_OFFSET): New macros.
23231         (df_ref_create): Add width and offset parameters.
23232
23233 2008-03-05  Richard Guenther  <rguenther@suse.de>
23234
23235         * tree-ssa-structalias.c (get_constraint_for_component_ref):
23236         Use ranges_overlap_p.
23237         (offset_overlaps_with_access): Rename
23238         to ranges_overlap_p and move ...
23239         * tree-flow-inline.h (ranges_overlap_p): ... here.
23240
23241         * tree.h (get_inner_reference, handled_component_p): Update
23242         comments.
23243
23244         * tree.h (record_component_aliases, get_alias_set,
23245         alias_sets_conflict_p, alias_sets_must_conflict_p,
23246         objects_must_conflict_p): Move declarations ...
23247         * alias.h (record_component_aliases, get_alias_set,
23248         alias_sets_conflict_p, alias_sets_must_conflict_p,
23249         objects_must_conflict_p): ... here.
23250         Include coretypes.h.
23251         * Makefile.in (ALIAS_H): Add coretypes.h dependency.
23252
23253 2008-03-05  Aldy Hernandez  <aldyh@redhat.com>
23254
23255         * cfg.c: Include tree-flow.h.
23256         (remove_edge_raw): Call redirect_edge_var_map_clear.
23257         (redirect_edge_succ_nodup): Call redirect_edge_var_map_dup.
23258         * tree-flow-inline.h (redirect_edge_var_map_def): New.
23259         (redirect_edge_var_map_result): New.
23260         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Replace
23261         PENDING_STMT use with redirect_edge_var_map_*.
23262         * tree-ssa.c (edge_var_maps): New definition.
23263         (redirect_edge_var_map_add): New.
23264         (redirect_edge_var_map_clear): New.
23265         (redirect_edge_var_map_dup): New.
23266         (redirect_edge_var_map_vector): New.
23267         (redirect_edge_var_map_destroy): New.
23268         (ssa_redirect_edge): Replace PENDING_STMT use with
23269         redirect_edge_var_map_*.
23270         (flush_pending_stmts): Same.
23271         (delete_tree_ssa): Destroy edge var map.
23272         * tree-flow.h (struct _edge_var_map): New.
23273         Define edge_var_map vector type.
23274         Declare redirect_edge_var_map_* prototypes.
23275         * Makefile.in (cfg.o): Depend on TREE_FLOW_H.
23276         * tree-cfg.c (reinstall_phi_args): Replace
23277         PENDING_STMT use with redirect_edge_var_map_*.
23278
23279 2008-03-05  Richard Guenther  <rguenther@suse.de>
23280
23281         PR tree-optimization/35472
23282         * tree-ssa-dse.c (dse_optimize_stmt): Do not delete a store
23283         whose single use_stmt has a overlapping set of loaded and
23284         stored symbols as that use_stmt might be a noop assignment then.
23285
23286 2008-03-05  Joel Sherrill <joel.sherrill@oarcorp.com>
23287
23288         * gthr-rtems.h: Implement __gthread_mutex_destroy.
23289
23290 2008-03-05  Richard Guenther  <rguenther@suse.de>
23291
23292         PR c++/35336
23293         * tree.def (BIT_FIELD_REF): Document that operands 1 and 2
23294         should be constants.
23295         * tree-cfg.c (verify_expr): Verify it.
23296         * fold-const.c (fold_truthop): Remove code generating
23297         BIT_FIELD_REFs of structure bases.
23298         (fold_binary): Likewise.
23299         (fold_ternary): Position and size of BIT_FIELD_REFs are
23300         always host integers.
23301         (make_bit_field_ref): Remove.
23302         (optimize_bit_field_compare): Remove.
23303         (all_ones_mask_p): Remove.
23304
23305 2008-03-05  Gabor Loki  <loki@gcc.gnu.org>
23306
23307         PR gcc/33009
23308         * rtl-factoring.c (clear_regs_live_in_seq): Fix backward steps.
23309         (split_block_and_df_analyze): New. Split basic block and rebuild
23310         dataflow.
23311         (block_label_after): Use SPLIT_BLOCK_AND_DF_ANALYZE instead of
23312         SPLIT_BLOCK.
23313         (split_pattern_seq): Likewise.
23314         (erase_matching_seqs): Likewise.
23315         (split_pattern_seq): Skip return insn in case of REG_NORETURN note.
23316
23317 2008-03-04  Geoff Keating  <geoffk@apple.com>
23318
23319         * fold-const.c (tree_single_nonnegative_warnv_p): Fix mixed
23320         declaration and code.
23321         (tree_invalid_nonnegative_warnv_p): Likewise.
23322
23323 2008-03-05  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
23324
23325         * doc/install.texi (Testing): Correct quoting for the RUNTESTFLAGS
23326         examples.  Truncate option-names then causing overfull hbox.
23327
23328 2008-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
23329
23330         PR target/35222
23331         * configure.ac (CONFIG_SJLJ_EXCEPTIONS): Force SJLJ exceptions
23332         on hpux10.
23333         * configure: Rebuilt.
23334
23335 2008-03-04  Rafael Espíndola  <espindola@google.com>
23336
23337         * fold-const.c (tree_simple_nonnegative_warnv_p): New.
23338         (tree_unary_nonnegative_warnv_p): New.
23339         (tree_binary_nonnegative_warnv_p): New.
23340         (tree_single_nonnegative_warnv_p): New.
23341         (tree_invalid_nonnegative_warnv_p): New.
23342         (tree_expr_nonnegative_warnv_p): Redefine in term of the new functions.
23343
23344 2008-03-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
23345
23346         PR 28322
23347         * opts.c (handle_option): Postpone 'unknown option' errors only for
23348         warning options.
23349
23350 2008-03-04  H.J. Lu  <hongjiu.lu@intel.com>
23351
23352         PR target/35453
23353         * config/i386/smmintrin.h (SIDD_XXX): Renamed to ...
23354         (_SIDD_XXX): This.
23355
23356 2008-03-04  Rafael Espíndola  <espindola@google.com>
23357
23358         * fold-const.c (tree_unary_nonzero_warnv_p): New.
23359         (tree_binary_nonzero_warnv_p): New.
23360         (tree_single_nonzero_warnv_p): New.
23361         (tree_expr_nonzero_warnv_p): Redefine using the new functions.
23362
23363 2008-03-04  Uros Bizjak  <ubizjak@gmail.com>
23364
23365         PR middle-end/35456
23366         * fold-const.c (fold_cond_expr_with_comparison): Prevent
23367         transformations for modes that have signed zeros.
23368         * ifcvt.c (noce_try_abs): Ditto.
23369
23370 2008-03-04  Joseph Myers  <joseph@codesourcery.com>
23371
23372         * config/i386/i386.c (override_options): Force
23373         -maccumulate-outgoing-args on if TARGET_STACK_PROBE.
23374
23375 2008-03-04  Jan Hubicka  <jh@suse.cz>
23376
23377         PR c++/35262
23378         * ipa-inline.c (cgraph_decide_inlining_of_small_function): Fix typo
23379         in last commit.
23380
23381 2008-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
23382
23383         * config/i386/i386.md (allocate_stack_worker_32): Use  __chkstk
23384         label to probe the stack.
23385
23386 2008-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
23387
23388         * gthr-win32.h [__GTHREAD_HIDE_WIN32API]
23389         (__gthr_win32_mutex_destroy): Declare.
23390         [__GTHREAD_HIDE_WIN32API] (__gthread_mutex_destroy): Use
23391         __gthr_win32_mutex_destroy.
23392         * config/i386/gthr-win32.c  (__gthr_win32_mutex_destroy): Define.
23393
23394 2008-03-03  Jan Hubicka  <jh@suse.cz>
23395
23396         PR c++/35262
23397         * ipa-inline.c (cgraph_decide_inlining_of_small_function): Be more
23398         aggressive on inlining cold calls.
23399
23400 2008-03-03  Richard Guenther  <rguenther@suse.de>
23401
23402         * tree-ssa-sccvn.c (visit_reference_op_store): Do not insert
23403         struct copies into the expression table.
23404         (simplify_unary_expression): Handle VIEW_CONVERT_EXPR.
23405         (try_to_simplify): Likewise.
23406         * fold-const.c (fold_unary): Fold VIEW_CONVERT_EXPR of
23407         integral and pointer arguments which do not change the
23408         precision to NOP_EXPRs.
23409         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Adjust
23410         VIEW_CONVERT_EXPR case.
23411
23412 2008-03-02  Sebastian Pop  <sebastian.pop@amd.com>
23413
23414         * tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME
23415         defined in a loop at depth 0 is invariant.
23416         * tree-chrec.c (evolution_function_is_invariant_rec_p): Ditto.
23417         * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Should never
23418         be called at loop depth 0.
23419
23420 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
23421
23422         PR driver/35420
23423         * gcc.c (process_command): Update copyright notice dates.
23424         * gcov.c (print_version): Likewise.
23425         * gcov-dump.c (print_version): Likewise.
23426         * mips-tfile.c (main): Likewise.
23427         * mips-tdump.c (main): Likewise.
23428
23429 2008-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
23430
23431         PR 24924
23432         * c-common.c (flag_permissive): Delete.
23433         (constant_expression_warnings): Check flags first.
23434         (constant_expression_error): New.
23435         * c-common.h (flag_permissive): Delete.
23436         (constant_expression_error): Declare.
23437         * flags.h (flag_permissive): Declare. Update description.
23438         * diagnostic.c (pedwarn): Update.
23439         (permerror): New.
23440         * diagnostic.h: (pedantic_error_kind): Rename as pedantic_warning_kind.
23441         (permissive_error_kind): New.
23442         * toplev.c (flag_permissive): Define. Update description.
23443         * toplev.h (permissive_error_kind): Declare.
23444         * c-errors.c (pedwarn_c99): Use pedantic_warning_kind.
23445         (pedwarn_c90): Use pedantic_warning_kind.
23446         * c-opts.c (c_common_post_options): flag_permissive does not affect
23447         flag_pedantic_errors.
23448
23449 2008-03-02  Joseph Myers  <joseph@codesourcery.com>
23450
23451         * libgcc2.c (__addvSI3, __addvsi3, __addvDI3, __subvSI3,
23452         __subvsi3, __subvDI3, __negvSI2, __negvsi2, __negvDI2, __absvSI2,
23453         __absvsi2, __absvDI2): Use unsigned arithmetic.
23454
23455 2008-03-02  Andi Kleen  <ak@suse.de>
23456             Richard Guenther  <rguenther@suse.de>
23457
23458         * struct-equiv.c: Remove file.
23459         * cfg_cleanup.c (condjump_equiv_p): Remove.
23460         * Makefile.in (OBJS-common): Remove struct-equiv.o.
23461         (struct-equiv.o): Remove rule.
23462         * basic-block.h (struct_equiv_checkpoint, STRUCT_EQUIV_*,
23463         insns_match_p, struct_equiv_block_eq, struct_equiv_init,
23464         rtx_equiv_p, condjump_equiv_p): Remove prototypes.
23465
23466 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
23467
23468         * ifcvt.c (noce_process_if_block): Try to handle only the then
23469         block if the else block exists but isn't suitable.
23470
23471 2008-03-01  Janne Blomqvist  <jb@gcc.gnu.org>
23472
23473         PR gcc/35063
23474         * gthr-posix.h (__gthread_mutex_destroy): Remove extra declarations.
23475         * gthr-posix95.h (__gthread_mutex_destroy): Likewise. Note this fixes
23476         regression from previous patch.
23477
23478 2008-03-01  Janne Blomqvist  <jb@gcc.gnu.org>
23479
23480         PR gcc/35063
23481         * gthr.h: Add __gthread_mutex_destroy as a function that must be
23482         implemented.
23483         * gthr-vxworks.h (__gthread_mutex_destroy): Null implementation.
23484         * gthr-single.h (__gthread_mutex_destroy): Likewise.
23485         * gthr-rtems.h (__gthread_mutex_destroy): Likewise.
23486         * gthr-mipssde.h (__gthread_mutex_destroy): Likewise.
23487         * gthr-nks.h (__gthread_mutex_destroy): Likewise.
23488         * gthr-solaris.h (__gthread_mutex_destroy): Call mutex_destroy.
23489         * gthr-win32.h (__GTHREAD_MUTEX_DESTROY_FUNCTION): Remove.
23490         (__gthread_mutex_destroy_function): Rename to
23491         __gthread_mutex_destroy.
23492         * gthr-dce.h (__gthread_mutex_destroy): Call
23493         pthread_mutex_destroy.
23494         * gthr-tpf.h (__gthread_mutex_destroy): Likewise.
23495         * gthr-posix.h (__gthread_mutex_destroy): Likewise.
23496         * gthr-posix95.h (__gthread_mutex_destroy): Likewise.
23497
23498 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
23499
23500         * df-scan.c (df_ref_chain_change_bb): Simplify.
23501         (df_insn_change_bb): Add new_bb argument.  Simplify.  Call
23502         set_block_for_insn if there's any change.
23503         * df.h ((df_insn_change_bb): Fix prototype.
23504         * cfgrtl.c (update_bb_for_insn_chain): Pass bb to
23505         df_insn_change_bb, don't call set_block_for_insn.
23506         * emit-rtl.c (reorder_insns): Likewise.
23507         * haifa-sched.c (move_insn): Likewise.
23508
23509 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
23510
23511         * rtlanal.c (loc_mentioned_in_p): Test XVECEXPs correctly.
23512
23513 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
23514
23515         * tree-flow-inline.h (next_readonly_imm_use): Return
23516         NULL_USE_OPERAND_P after the end.
23517
23518 2008-03-01  Richard Guenther  <rguenther@suse.de>
23519
23520         PR tree-optimization/35411
23521         * tree-sra.c (sra_build_assignment): Split conversion to
23522         final type to a separate statement if we are not assigning
23523         to a register.
23524
23525 2008-02-29  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
23526
23527         * fold-const.c (fold_convertible_p): Correct the logic to follow
23528         that in fold_convert().
23529
23530 2008-02-29  Douglas Gregor  <doug.gregor@gmail.com>
23531
23532         PR c++/35315
23533         * tree-inline.c (build_duplicate_type): When we make a
23534         duplicate type, make it unique in the canonical types system.
23535
23536 2008-02-29  Tom Tromey  <tromey@redhat.com>
23537
23538         * toplev.c (input_file_stack, input_file_stack_tick, fs_p,
23539         input_file_stack_history, input_file_stack_restored): Remove.
23540         (push_srcloc, pop_srcloc, restore_input_file_stack): Likewise.
23541         * input.h (struct file_stack): Remove.
23542         (push_srcloc, pop_srcloc, restore_input_file_stack): Likewise.
23543         (input_file_stack, input_file_stack_tick, INPUT_FILE_STACK_BITS):
23544         Likewise.
23545         * diagnostic.h (struct diagnostic_context) <last_module>: Change
23546         type.
23547         (diagnostic_last_module_changed): Add 'map' argument.
23548         (diagnostic_set_last_function): Likewise.
23549         * diagnostic.c (undiagnostic_report_current_module): Iterate using
23550         line map, not input_file_stack.
23551         * c-lex.c (fe_file_change): Don't use push_srcloc or pop_srcloc.
23552
23553 2008-02-29  Paul Brook  <paul@codesourcery.com>
23554
23555         * config/arm/arm.md (arm_addsi3): Add r/k/n alternative.
23556
23557 2008-02-29  Paul Brook  <paul@codesourcery.com>
23558
23559         * config/arm/ieee754-df.S (muldf3): Use RET macros.
23560
23561 2008-02-29  Richard Guenther  <rguenther@suse.de>
23562
23563         * tree-ssa-pre.c (get_sccvn_value): Create missing VNs via
23564         vn_lookup_or_add.
23565         * tree-ssa-sccnv.c (visit_reference_op_store): Use the rhs
23566         value for comparing for a store match.
23567         (simplify_unary_expression): Do nothing for SSA_NAMEs.
23568         (try_to_simplify): Do not do a full-blown reference lookup.
23569
23570 2008-02-29  Kaz Kojima  <kkojima@gcc.gnu.org>
23571
23572         * config/sh/sh.c (sh_scalar_mode_supported_p): New function.
23573         (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
23574
23575         * config/sh/sh.h (OVERRIDE_OPTIONS): Don't warn for profiling.
23576
23577 2008-02-29  Sebastian Pop  <sebastian.pop@amd.com>
23578
23579         * tree-loop-linear.c (try_interchange_loops): Compare memory access
23580         strides against cache sizes.
23581
23582 2008-02-29  Kaz Kojima  <kkojima@gcc.gnu.org>
23583
23584         * config/sh/sh.c (sh_secondary_reload): Handle loading a float
23585         constant to fpul.
23586
23587 2008-02-28  Richard Sandiford  <rsandifo@nildram.co.uk>
23588
23589         * simplify-rtx.c (simplify_unary_operation_1): Extend the handling
23590         of SUBREG_PROMOTED_VAR_P to cope with cases where the extended value
23591         is smaller than the original promoted value.
23592         (simplify_subreg): If OP is a SUBREG, try to preserve its
23593         SUBREG_PROMOTED_VAR_P information.
23594
23595 2008-02-28  Steven Bosscher  <stevenb.gcc@gmail.com>
23596
23597         * tree-ssa-sccvn (vn_ssa_aux_obstack): New obstack.
23598         (VN_INFO_GET): Allocate new objects on the obstack.
23599         (init_scc_vn): Initialize the obstack.  Use XDELETE instead of free
23600         for rpo_numbers_temp, for consistency.
23601         (free_scc_vn): Free the obstack.
23602
23603 2008-02-28  Sebastian Pop  <sebastian.pop@amd.com>
23604
23605         * doc/invoke.texi: Document -ftree-loop-distribution.
23606         * tree-loop-distribution.c: New.
23607         * tree-pass.h (pass_loop_distribution): New.
23608         * graphds.h (struct graph): Add htab_t indices.
23609         * timevar.def (TV_TREE_LOOP_DISTRIBUTION): New.
23610         * tree-vectorizer.c (rename_variables_in_loop): Extern.
23611         (slpeel_tree_duplicate_loop_to_edge_cfg): Init PENDING_STMT to NULL.
23612         * tree-vectorizer.h (tree_duplicate_loop_on_edge): Declared.
23613         * tree-data-ref.c (debug_data_dependence_relations): New.
23614         (dump_data_dependence_relation): Also print data references.
23615         (free_data_ref): Extern.
23616         (same_access_functions): Moved...
23617         (find_vertex_for_stmt): Renamed rdg_vertex_for_stmt.
23618         (dump_rdg_vertex, debug_rdg_vertex, dump_rdg_component,
23619         debug_rdg_component, dump_rdg, debug_rdg, dot_rdg_1, dot_rdg,
23620         struct rdg_vertex_info, rdg_vertex_for_stmt): New.
23621         (create_rdg_edge_for_ddr, create_rdg_vertices): Cleaned up.
23622         (stmts_from_loop): Skip LABEL_EXPR.
23623         (hash_stmt_vertex_info, eq_stmt_vertex_info, hash_stmt_vertex_del):
23624         New.
23625         (build_rdg): Initialize rdg->indices htab.
23626         (free_rdg, stores_from_loop, ref_base_address,
23627         rdg_defs_used_in_other_loops_p, have_similar_memory_accesses,
23628         have_similar_memory_accesses_1, ref_base_address_1,
23629         remove_similar_memory_refs): New.
23630         * tree-data-ref.h: Depend on tree-chrec.h.
23631         (debug_data_dependence_relations, free_data_ref): Declared.
23632         (same_access_functions): ... here.
23633         (ddr_is_anti_dependent, ddrs_have_anti_deps, ddr_dependence_level):
23634         New.
23635         (struct rdg_vertex): Add has_mem_write and has_mem_reads.
23636         (RDGV_HAS_MEM_WRITE, RDGV_HAS_MEM_READS, RDG_STMT,
23637         RDG_MEM_WRITE_STMT, RDG_MEM_READS_STMT): New.
23638         (dump_rdg_vertex, debug_rdg_vertex, dump_rdg_component,
23639         debug_rdg_component, dump_rdg, debug_rdg, dot_rdg,
23640         rdg_vertex_for_stmt): Declared.
23641         (struct rdg_edge): Add level.
23642         (RDGE_LEVEL): New.
23643         (free_rdg, stores_from_loop, remove_similar_memory_refs,
23644         rdg_defs_used_in_other_loops_p, have_similar_memory_accesses):
23645         Declared.
23646         (rdg_has_similar_memory_accesses): New.
23647         * tree-vect-analyze.c: Remove unused static decls.
23648         * lambda.h (dependence_level): New.
23649         * common.opt (ftree-loop-distribution): New.
23650         * tree-flow.h (mark_virtual_ops_in_bb,
23651         slpeel_tree_duplicate_loop_to_edge_cfg,
23652         rename_variables_in_loop): Declared.
23653         * Makefile.in (TREE_DATA_REF_H): Depend on tree-chrec.h.
23654         (OBJS-common): Add tree-loop-distribution.o.
23655         (tree-loop-distribution.o): New rule.
23656         * tree-cfg.c (mark_virtual_ops_in_bb): New.
23657         (mark_virtual_ops_in_region): Use mark_virtual_ops_in_bb.
23658         * passes.c (init_optimization_passes): Schedule pass_loop_distribution.
23659
23660 2008-02-28  Joseph Myers  <joseph@codesourcery.com>
23661
23662         PR target/33963
23663         * tree.c (handle_dll_attribute): Disallow TYPE_DECLs for types
23664         other than structures and unions.
23665
23666 2008-02-28  Richard Guenther  <rguenther@suse.de>
23667
23668         Revert:
23669         2008-02-26  Richard Guenther  <rguenther@suse.de>
23670
23671         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
23672         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
23673         (lookup_decl_from_uid): Declare.
23674         (remove_decl_from_map): Likewise.
23675         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
23676         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
23677         (decl_for_uid_map): New global hashtable mapping DECL_UID
23678         to the decl tree.
23679         (init_ttree): Allocate it.
23680         (insert_decl_to_uid_decl_map): New helper function.
23681         (make_node_stat): Insert new decls into the map.
23682         (copy_node_stat): Likewise.
23683         (lookup_decl_from_uid): New function.
23684         (remove_decl_from_map): Likewise.
23685         (print_decl_for_uid_map_statistics): New helper.
23686         (dump_tree_statistics): Call it.
23687
23688         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
23689         (referenced_var_iterator): Adjust.
23690         (FOR_EACH_REFERENCED_VAR): Adjust.
23691         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
23692         (num_referenced_vars): Adjust.
23693         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
23694         (first_referenced_var): Remove.
23695         (end_referenced_vars_p): Likewise.
23696         (next_referenced_var): Likewise.
23697         (referenced_var_iterator_set): New helper function.
23698         * tree-dfa.c (referenced_var_lookup): Adjust.
23699         (referenced_var_check_and_insert): Likewise.
23700         (remove_referenced_var): Likewise.
23701         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
23702         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
23703         (verify_call_clobbering): Likewise.
23704         (verify_memory_partitions): Likewise.
23705         (init_tree_ssa): Allocate bitmap instead of hashtable for
23706         referenced_vars.
23707         (delete_tree_ssa): Adjust.
23708         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
23709         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
23710         (compute_tag_properties): Likewise.
23711         (set_initial_properties): Likewise.
23712         (find_partition_for): Likewise.
23713         (update_reference_counts): Likewise.
23714         (dump_may_aliases_for): Likewise.
23715         * tree-ssa-operands.c (add_virtual_operand): Likewise.
23716         (add_call_clobber_ops): Likewise.
23717         (add_call_read_ops): Likewise.
23718         (get_asm_expr_operands): Likewise.
23719         * tree-into-ssa.c (dump_decl_set): Likewise.
23720         (update_ssa): Likewise.
23721         * tree-sra.c (scan_function): Likewise.
23722         (decide_instantiations): Likewise.
23723         (scalarize_parms): Likewise.
23724         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
23725         (dsa_named_for): Likewise.
23726         * tree-ssa-structalias.c (update_alias_info): Likewise.
23727         (merge_smts_into): Likewise.
23728
23729 2008-02-27  David Daney  <ddaney@avtrex.com>
23730
23731         PR target/34409
23732         * config/mips/iris.h (MIPS_DEBUGGING_INFO): Define.
23733         * config/mips/openbsd.h (MIPS_DEBUGGING_INFO): Same.
23734         * config/mips/sde.h (MIPS_DEBUGGING_INFO): Remove undef.
23735         * config/mips/vxworks.h (MIPS_DEBUGGING_INFO): Same.
23736         * config/mips/mips.h (MIPS_DEBUGGING_INFO): Remove define.
23737
23738 2008-02-27  Uros Bizjak  <ubizjak@gmail.com>
23739
23740         PR target/25477
23741         * config/darwin-ppc-ldouble-patch.def (BUILT_IN_NANL): Add.
23742         (BUILT_IN_NEXTTOWARD): Remove.
23743         (BUILT_IN_NEXTTOWARDF): Ditto.
23744         * config/darwin.c (darwin_patch_builtin): Use ACONCAT instead of
23745         alloca/strcpy/strcat.  Remove commented-out code.  Fix whitespace.
23746
23747 2008-02-27  Tom Tromey  <tromey@redhat.com>
23748
23749         * tree-dump.c (dequeue_and_dump) <FUNCTION_DECL>: Check
23750         DECL_SAVED_TREE, not DECL_LANG_SPECIFIC, when dumping body.
23751
23752 2008-02-27  Jan Beulich  <jbeulich@novell.com>
23753
23754         * c-decl.c (merge_decls): Use DECL_USER_ALIGN() on olddecl to
23755         update the respective field on newdecl.
23756
23757 2008-02-27  Revital Eres  <eres@il.ibm.com>
23758
23759         PR rtl-optimization/34999
23760         * bb-reorder.c (add_labels_and_missing_jumps): Do not handle
23761         crossing edges that ends with a call insn.
23762         (fix_up_fall_thru_edges): Handle crossing edges that ends with a
23763         call insn and clear the EDGE_CROSSING flag of the crossing edge
23764         when fixing fallthru edges.
23765
23766 2008-02-27  Richard Guenther  <rguenther@suse.de>
23767
23768         PR middle-end/35390
23769         * fold-const.c (fold_unary): Return the correct argument,
23770         converted to the result type.
23771
23772 2008-02-27  Richard Guenther  <rguenther@suse.de>
23773
23774         PR middle-end/34971
23775         * expr.c (expand_expr_real_1): Assert on rotates that operate
23776         on partial modes.
23777         * fold-const.c (fold_binary): Use the types precision, not the
23778         bitsize of the mode if folding rotate expressions.  Build rotates
23779         only for full modes.
23780
23781 2008-02-27  Jakub Jelinek  <jakub@redhat.com>
23782
23783         * c-ppoutput.c (scan_translation_unit): Handle CPP_PRAGMA
23784         and CPP_PRAGMA_EOL.
23785         * c-pragma.c (pragma_ns_name): New typedef.
23786         (registered_pp_pragmas): New variable.
23787         (c_pp_lookup_pragma): New function.
23788         (c_register_pragma_1): If flag_preprocess_only, do nothing
23789         for non-expanded pragmas, for expanded ones push pragma's
23790         namespace and name into registered_pp_pragmas vector.
23791         (c_invoke_pragma_handler): Register OpenMP pragmas even when
23792         flag_preprocess_only, don't register GCC pch_preprocess
23793         pragma if flag_preprocess_only.
23794         * c-opts.c (c_common_init): Call init_pragma even if
23795         flag_preprocess_only.
23796         * c-pragma.c (c_pp_lookup_pragma): New prototype.
23797         * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Don't call
23798         cpp_register_pragma if flag_preprocess_only.
23799
23800 2008-02-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23801
23802         PR c/28800
23803         * c-parser.c (c_parser_translation_unit): Warn for empty
23804         translation unit, not empty source file.
23805
23806 2008-02-26  Paul Brook  <paul@codesourcery.com>
23807
23808         * config/arm/arm.c (thumb_set_frame_pointer): Ensure SP is first
23809         operand for Thumb-2.
23810         * config/arm/arm.h (reg_class): Add CORE_REGS.
23811         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Ditto.
23812         (BASE_REG_CLASS): Use CORE_REGS.
23813         (PREFERRED_RELOAD_CLASS): Add STACK_REG.
23814         (REGNO_MODE_OK_FOR_REG_BASE_P): Use REGNO_MODE_OK_FOR_BASE_P.
23815         (REGNO_OK_FOR_INDEX_P): Exclude SP.
23816         (ARM_REG_OK_FOR_INDEX_P): Always define.  Use
23817         ARM_REGNO_OK_FOR_INDEX_P.
23818         (ARM_PRINT_OPERAND_ADDRESS): Swap operands for [reg, sp].
23819         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn,
23820         arm_movsi_insn, thumb1_movsi_insni, stack_tie): Add "k" alternatives.
23821         (ldm/stm peepholes): Ditto.
23822         * config/arm/thumb2.md (thumb2_movdi): Add "k" alternatives.
23823         * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp): Ditto.
23824         * config/arm/iwmmxt.md (iwmmxt_movsi_insn): Ditto.
23825         * config/arm/constraints.md: Enable "k" constraint on ARM.
23826
23827 2008-02-27  Ben Elliston  <bje@au.ibm.com>
23828
23829         * config/rs6000/rs6000.c: Annotate cache line size field in all
23830         instances of struct processor_costs.
23831
23832 2008-02-26  David Edelsohn  <edelsohn@gnu.org>
23833
23834         * dbgcnt.def (cfg_cleanup, cprop1, cprop2, dce_fast, dce_ud, dse1,
23835         dse2, gcse, if_conversion, if_after_combine, if_after_reload,
23836         jump_bypass): New counters.
23837         * cfgcleanup.c (cleanup_cfg): Add dbg_cnt.
23838         * dce.c (gate_ud_dce): Same.
23839         (gate_fast_dce): Same.
23840         * dse.c (gate_dse1): New function.
23841         (gate_dse2): New function.
23842         (gate_dse): Merge results of new gate functions.
23843         * gcse.c (gcse_main): Bracket cprop1 and cprop2 with dbg_cnt.
23844         (gate_handle_jump_bypass): Add dbg_cnt.
23845         (gate_handle_gcse): Add dbg_cnt.
23846         * ifcvt.c (gate_handle_if_conversion): Same.
23847         (gate_handle_if_after_combine): Same.
23848         (gate_handle_if_after_reload): Same.
23849         * Makefile.in: Add DBGCNT_H to cfgcleanup.o and ifcvt.o.
23850
23851 2008-02-26  Edmar Wienskoski  <edmar@freescale.com>
23852
23853         * config/rs6000/rs6000.c (processor_costs): Update e300 cache
23854         line sizes.
23855         * doc/invoke.texi: Add e300c2 and e300c3 to list of cpus.
23856
23857 2008-02-26  Jason Merrill  <jason@redhat.com>
23858
23859         PR c++/35315
23860         * attribs.c (decl_attributes): Leave ATTR_FLAG_TYPE_IN_PLACE
23861         alone if it's the naming decl for the type's main variant.
23862
23863 2008-02-26  Tom Tromey  <tromey@redhat.com>
23864
23865         * system.h (USE_MAPPED_LOCATION): Poison.
23866         * Makefile.in (GTFILES): Put CPP_ID_DATA_H first.
23867         * tree-cfg.c (make_cond_expr_edges): Remove old location code.
23868         (make_goto_expr_edges): Likewise.
23869         (remove_bb): Likewise.
23870         (execute_warn_function_return): Likewise.
23871         * basic-block.h (struct edge_def) <goto_locus>: Change type to
23872         location_t.
23873         * c-common.c (fname_decl): Remove old location code.
23874         * tree-vect-transform.c (vect_finish_stmt_generation): Remove old
23875         location code.
23876         * rtl.h (ASM_OPERANDS_SOURCE_LOCATION): Remove old-location
23877         variant.
23878         (ASM_INPUT_SOURCE_LOCATION): Likewise.
23879         (gen_rtx_ASM_INPUT): Likewise.
23880         (gen_rtx_ASM_INPUT_loc): Likewise.
23881         (get_rtx_asm_OPERANDS): Remove.
23882         * cfglayout.c (insn_locators_alloc): Remove old location code.
23883         (set_curr_insn_source_location): Likewise.
23884         (curr_insn_locator): Likewise.
23885         * print-tree.c (print_node): Remove old location code.
23886         * tree-mudflap.c (mf_varname_tree): Remove old location code.
23887         (mf_file_function_line_tree): Remove test of USE_MAPPED_LOCATION.
23888         * cfgexpand.c (expand_gimple_cond_expr): Don't use
23889         location_from_locus.
23890         (construct_exit_block): Remove old location code.
23891         * emit-rtl.c (force_next_line_note): Remove old location code.
23892         * profile.c (branch_prob): Remove old location code.
23893         * tree-vectorizer.h (LOC, UNKNOWN_LOC, EXPR_LOC, LOC_FILE,
23894         LOC_LINE): Remove old-location variants.
23895         * langhooks.c (lhd_print_error_function): Remove old location
23896         code.
23897         * configure, config.in: Rebuilt.
23898         * configure.ac (--enable-mapped-location): Remove.
23899         * c-decl.c (c_init_decl_processing): Remove old location code.
23900         (finish_function): Likewise.
23901         * recog.c (decode_asm_operands): Remove old location code.
23902         * c-pch.c (c_common_read_pch): Remove old location code.
23903         * rtl.def (ASM_INPUT, ASM_OPERANDS): Remove old location
23904         variants.
23905         * gimple-low.c (lower_function_body): Remove old location code.
23906         * toplev.c (unknown_location): Remove.
23907         (push_srcloc): Remove old-location variant.
23908         (process_options): Remove old location code.
23909         (lang_dependent_init): Likewise.
23910         * input.h (UNKNOWN_LOCATION): Move definition.
23911         (location_t): Undeprecate.
23912         (source_locus): Remove.
23913         (location_from_locus): Remove.
23914         (struct location_s): Remove.
23915         Remove all old-location code.
23916         (input_line, input_filename): Remove.
23917         * final.c (final_scan_insn): Remove old location code.
23918         * diagnostic.c (diagnostic_build_prefix): Remove
23919         USE_MAPPED_LOCATION test.
23920         * tree.h (gimple_stmt) <locus>: Now a location_t.
23921         (tree_exp) <locus>: Likewise.
23922         (DECL_IS_BUILTIN): Remove old-location variant.
23923         (annotate_with_file_line, annotate_with_locus): Likewise.
23924         (expr_locus, set_expr_locus): Update.
23925         * tree.c (build1_stat): Remove old location code.
23926         (last_annotated_node): Remove.
23927         (annotate_with_file_line): Remove old-location variant.
23928         (annotate_with_locus): Likewise.
23929         (expr_location): Remove old location code.
23930         (set_expr_location): Likewise.
23931         (expr_has_location): Likewise.
23932         (expr_locus): Likewise.
23933         (set_expr_locus): Likewise.
23934         (expr_filename): Don't use location_from_locus.
23935         (expr_lineno): Likewise.
23936         * rtl-error.c (location_for_asm): Remove old location code.
23937         * c-lex.c (cb_line_change): Remove old location code.
23938         (fe_file_change): Likewise.
23939         (cb_def_pragma): Likewise.
23940         (c_lex_with_flags): Likewise.
23941         * gengtype.c (do_typedef): Don't special-case location types.
23942         (define_location_structures): Remove.
23943         (main): Don't call define_location_structures.
23944         * tree-pretty-print.c (dump_implicit_edges): Remove old location
23945         code.
23946
23947 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
23948
23949         PR 26264
23950         * builtins.def (BUILT_IN_STDARG_START): Remove.
23951         * builtins.c (expand_builtin): Remove BUILT_IN_STDARG_START.
23952         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
23953         * tree-inline.c (inline_forbidden_p_1): Likewise.
23954
23955 2008-02-26  Richard Guenther  <rguenther@suse.de>
23956
23957         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
23958         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
23959         (lookup_decl_from_uid): Declare.
23960         (remove_decl_from_map): Likewise.
23961         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
23962         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
23963         (decl_for_uid_map): New global hashtable mapping DECL_UID
23964         to the decl tree.
23965         (init_ttree): Allocate it.
23966         (insert_decl_to_uid_decl_map): New helper function.
23967         (make_node_stat): Insert new decls into the map.
23968         (copy_node_stat): Likewise.
23969         (lookup_decl_from_uid): New function.
23970         (remove_decl_from_map): Likewise.
23971         (print_decl_for_uid_map_statistics): New helper.
23972         (dump_tree_statistics): Call it.
23973
23974         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
23975         (referenced_var_iterator): Adjust.
23976         (FOR_EACH_REFERENCED_VAR): Adjust.
23977         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
23978         (num_referenced_vars): Adjust.
23979         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
23980         (first_referenced_var): Remove.
23981         (end_referenced_vars_p): Likewise.
23982         (next_referenced_var): Likewise.
23983         (referenced_var_iterator_set): New helper function.
23984         * tree-dfa.c (referenced_var_lookup): Adjust.
23985         (referenced_var_check_and_insert): Likewise.
23986         (remove_referenced_var): Likewise.
23987         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
23988         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
23989         (verify_call_clobbering): Likewise.
23990         (verify_memory_partitions): Likewise.
23991         (init_tree_ssa): Allocate bitmap instead of hashtable for
23992         referenced_vars.
23993         (delete_tree_ssa): Adjust.
23994         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
23995         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
23996         (compute_tag_properties): Likewise.
23997         (set_initial_properties): Likewise.
23998         (find_partition_for): Likewise.
23999         (update_reference_counts): Likewise.
24000         (dump_may_aliases_for): Likewise.
24001         * tree-ssa-operands.c (add_virtual_operand): Likewise.
24002         (add_call_clobber_ops): Likewise.
24003         (add_call_read_ops): Likewise.
24004         (get_asm_expr_operands): Likewise.
24005         * tree-into-ssa.c (dump_decl_set): Likewise.
24006         (update_ssa): Likewise.
24007         * tree-sra.c (scan_function): Likewise.
24008         (decide_instantiations): Likewise.
24009         (scalarize_parms): Likewise.
24010         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
24011         (dsa_named_for): Likewise.
24012         * tree-ssa-structalias.c (update_alias_info): Likewise.
24013         (merge_smts_into): Likewise.
24014
24015 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
24016
24017         PR 34351
24018         * doc/invoke.texi (-Wall): Add -Wvolatile-register-var.
24019         * c-opts.c (c_common_handle_option): Wall enables
24020         Wvolatile-register-var.
24021         * common.opt: Move Wvolatile-register-var to...
24022         * c.opt: ...here.
24023
24024 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
24025
24026         * common.opt (Wlarger-than=): New.
24027         * doc/invoke.texi (Warning Options): Replace -Wlarger-than- with
24028         -Wlarger-than=.
24029         * opts.c (common_handle_option): Handle -Wlarger-than=.
24030         * optc-gen.awk: Likewise.
24031         * opth-gen.awk: Likewise.
24032         * stor-layout.c (layout_decl): Use -Wlarger-than= for warning.
24033         * tree-optimize.c (tree_rest_of_compilation): Likewise.
24034
24035 2008-02-26  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
24036
24037         * c-common.c (match_case_to_enum_1): Add appropriate
24038         OPT_W* parameter to warning.
24039         (c_do_switch_warnings): Likewise.
24040         * c-typeck.c (warning_init): Add one more parameter following
24041         'warning' function.
24042         (push_init_level): Update call to warning_init.
24043         (pop_init_level): Likewise.
24044         (add_pending_init): Likewise.
24045         (output_init_element: Likewise.
24046
24047 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
24048
24049         PR 28322
24050         * toplev.c (toplev_main): If there are warnings or error, print
24051         errors for ignored options.
24052         * opts.c (ignored_options): New static variable.
24053         (postpone_unknown_option_error): New.
24054         (print_ignored_options): New.
24055         (handle_option): Postpone errors for unknown -Wno-* options.
24056         * opts.h (print_ignored_options): Declare.
24057
24058 2008-02-25  Richard Sandiford  <rsandifo@nildram.co.uk>
24059
24060         * config/mips/mips.md (loadgp_blockage, blockage): Change type
24061         to "ghost".
24062
24063 2008-02-25  Richard Guenther  <rguenther@suse.de>
24064
24065         Revert:
24066         2008-02-25  Richard Guenther  <rguenther@suse.de>
24067
24068         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
24069         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
24070         (lookup_decl_from_uid): Declare.
24071         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
24072         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
24073         (decl_for_uid_map): New global hashtable mapping DECL_UID
24074         to the decl tree.
24075         (init_ttree): Allocate it.
24076         (insert_decl_to_uid_decl_map): New helper function.
24077         (make_node_stat): Insert new decls into the map.
24078         (copy_node_stat): Likewise.
24079         (lookup_decl_from_uid): New function.
24080         (print_decl_for_uid_map_statistics): New helper.
24081         (dump_tree_statistics): Call it.
24082
24083         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
24084         (referenced_var_iterator): Adjust.
24085         (FOR_EACH_REFERENCED_VAR): Adjust.
24086         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
24087         (num_referenced_vars): Adjust.
24088         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
24089         (first_referenced_var): Remove.
24090         (end_referenced_vars_p): Likewise.
24091         (next_referenced_var): Likewise.
24092         (referenced_var_iterator_set): New helper function.
24093         * tree-dfa.c (referenced_var_lookup): Adjust.
24094         (referenced_var_check_and_insert): Likewise.
24095         (remove_referenced_var): Likewise.
24096         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
24097         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
24098         (verify_call_clobbering): Likewise.
24099         (verify_memory_partitions): Likewise.
24100         (init_tree_ssa): Allocate bitmap instead of hashtable for
24101         referenced_vars.
24102         (delete_tree_ssa): Adjust.
24103         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
24104         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
24105         (compute_tag_properties): Likewise.
24106         (set_initial_properties): Likewise.
24107         (find_partition_for): Likewise.
24108         (update_reference_counts): Likewise.
24109         (dump_may_aliases_for): Likewise.
24110         * tree-ssa-operands.c (add_virtual_operand): Likewise.
24111         (add_call_clobber_ops): Likewise.
24112         (add_call_read_ops): Likewise.
24113         (get_asm_expr_operands): Likewise.
24114         * tree-into-ssa.c (dump_decl_set): Likewise.
24115         (update_ssa): Likewise.
24116         * tree-sra.c (scan_function): Likewise.
24117         (decide_instantiations): Likewise.
24118         (scalarize_parms): Likewise.
24119         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
24120         (dsa_named_for): Likewise.
24121         * tree-ssa-structalias.c (update_alias_info): Likewise.
24122         (merge_smts_into): Likewise.
24123
24124 2008-02-25  Janne Blomqvist  <jb@gcc.gnu.org>
24125
24126         PR fortran/29549
24127         * doc/invoke.texi (-fcx-limited-range): Document new option.
24128         * toplev.c (process_options): Handle -fcx-fortran-rules.
24129         * common.opt: Add documentation for -fcx-fortran-rules.
24130
24131 2008-02-25  Janne Blomqvist  <jb@gcc.gnu.org>
24132
24133         PR c/35162
24134         * doc/invoke.texi (-fcx-limited-range): Correct to be in line with
24135         actual behaviour and C99.
24136
24137 2008-02-26  Ben Elliston  <bje@au.ibm.com>
24138
24139         * config/rs6000/rs6000.h (ASM_CPU_POWER5_SPEC): Define.
24140         (ASM_CPU_POWER6_SPEC): Likewise.
24141         (ASM_CPU_SPEC): Pass %(asm_cpu_power5) for -mcpu=power5.
24142         Likewise, pass %(asm_cpu_power6) for -mcpu=power6.
24143         (EXTRA_SPECS): Add asm_cpu_power5, asm_cpu_power6 spec strings.
24144
24145 2008-02-25  Richard Guenther  <rguenther@suse.de>
24146
24147         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
24148         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
24149         (lookup_decl_from_uid): Declare.
24150         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
24151         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
24152         (decl_for_uid_map): New global hashtable mapping DECL_UID
24153         to the decl tree.
24154         (init_ttree): Allocate it.
24155         (insert_decl_to_uid_decl_map): New helper function.
24156         (make_node_stat): Insert new decls into the map.
24157         (copy_node_stat): Likewise.
24158         (lookup_decl_from_uid): New function.
24159         (print_decl_for_uid_map_statistics): New helper.
24160         (dump_tree_statistics): Call it.
24161
24162         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
24163         (referenced_var_iterator): Adjust.
24164         (FOR_EACH_REFERENCED_VAR): Adjust.
24165         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
24166         (num_referenced_vars): Adjust.
24167         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
24168         (first_referenced_var): Remove.
24169         (end_referenced_vars_p): Likewise.
24170         (next_referenced_var): Likewise.
24171         (referenced_var_iterator_set): New helper function.
24172         * tree-dfa.c (referenced_var_lookup): Adjust.
24173         (referenced_var_check_and_insert): Likewise.
24174         (remove_referenced_var): Likewise.
24175         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
24176         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
24177         (verify_call_clobbering): Likewise.
24178         (verify_memory_partitions): Likewise.
24179         (init_tree_ssa): Allocate bitmap instead of hashtable for
24180         referenced_vars.
24181         (delete_tree_ssa): Adjust.
24182         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
24183         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
24184         (compute_tag_properties): Likewise.
24185         (set_initial_properties): Likewise.
24186         (find_partition_for): Likewise.
24187         (update_reference_counts): Likewise.
24188         (dump_may_aliases_for): Likewise.
24189         * tree-ssa-operands.c (add_virtual_operand): Likewise.
24190         (add_call_clobber_ops): Likewise.
24191         (add_call_read_ops): Likewise.
24192         (get_asm_expr_operands): Likewise.
24193         * tree-into-ssa.c (dump_decl_set): Likewise.
24194         (update_ssa): Likewise.
24195         * tree-sra.c (scan_function): Likewise.
24196         (decide_instantiations): Likewise.
24197         (scalarize_parms): Likewise.
24198         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
24199         (dsa_named_for): Likewise.
24200         * tree-ssa-structalias.c (update_alias_info): Likewise.
24201         (merge_smts_into): Likewise.
24202
24203 2008-02-25  Andreas Krebbel  <krebbel1@de.ibm.com>
24204
24205         PR target/35258
24206         * cse.c (cse_insn): Avoid creation of overlapping MEMs.
24207         * alias.c (nonoverlapping_memrefs_p): Export for use in other modules.
24208         * alias.h (nonoverlapping_memrefs_p): Likewise.
24209
24210 2008-02-25  Jan Beulich  <jbeulich@novell.com>
24211
24212         * Makefile.in: Also prefix uses of crt0.o and mcrt0.o with $(T).
24213         * config/i386/netware-libgcc.exp: Add __bswap?i2,
24214         __emultls_get_address, __emultls_register_common,
24215         __floatundi?f, and _Unwind_GetIPInfo.
24216         * config/i386/netware.c (gen_stdcall_or_fastcall_decoration):
24217         Sync with config/i386/winnt.c:gen_stdcall_or_fastcall_suffix().
24218         (gen_regparm_prefix): Likewise.
24219         (i386_nlm_encode_section_info): Sync with
24220         config/i386/winnt.c:i386_pe_encode_section_info().
24221         (i386_nlm_maybe_mangle_decl_assembler_name): New.
24222         i386_nlm_mangle_decl_assembler_name): New.
24223         (netware_override_options): New.
24224         * config/i386/netware.h (netware_override_options): Declare.
24225         (OVERRIDE_OPTIONS): Re-define to netware_override_options.
24226         (i386_nlm_mangle_decl_assembler_name): Declare.
24227         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Define.
24228
24229 2008-02-25  Ben Elliston  <bje@au.ibm.com>
24230
24231         PR other/32948
24232         * c-decl.c (grokdeclarator): Remove unused local variables
24233         `typedef_type' and `type_as_written'.
24234         * bb-reorder.c
24235         (find_rarely_executed_basic_blocks_and_crossing_edges): Remove
24236         unused local variable `has_hot_blocks'.
24237         (fix_crossing_conditional_branches): Remove unused local variable
24238         `prev_bb'.
24239
24240 2008-02-25  Uros Bizjak  <ubizjak@gmail.com>
24241
24242         PR middle-end/19984
24243         * builtins.def (BUILT_IN_NAN): Define as c99 builtin
24244         using DEF_C99_BUILTIN.
24245         (BUILT_IN_NANF): Ditto.
24246         (BUILT_IN_NANL): Ditto.
24247
24248 2008-02-25  Ayal Zaks  <zaks@il.ibm.com>
24249             Revital Eres  <eres@il.ibm.com>
24250
24251         * modulo-sched.c (calculate_must_precede_follow): Address TODO
24252         regarding the order of two dependent insns in the same row.
24253
24254 2008-02-25  Eric Botcazou  <ebotcazou@adacore.com>
24255
24256         * stor-layout.c (layout_decl): Do not bump the alignment of a
24257         bit-field to more than byte alignment if it is packed.
24258
24259 2008-02-24  David Edelsohn  <edelsohn@gnu.org>
24260
24261         * config/rs6000/rs6000.c (processor_costs): Add cache costs for
24262         e300c2 and e300c3.
24263
24264 2008-02-24  Diego Novillo  <dnovillo@google.com>
24265
24266         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.html
24267
24268         PR 33738
24269         * tree-vrp.c (vrp_evaluate_conditional): With
24270         -Wtype-limits, emit a warning when comparing against a
24271         constant outside the natural range of OP0's type.
24272         * c.opt (Wtype-limits): Move ...
24273         * common.opt (Wtype-limits): ... here.
24274
24275 2008-02-24  Edmar Wienskoski  <edmar@freescale.com>
24276
24277         * config.gcc (powerpc*-*-*): Add new cores e300c2 and e300c3.
24278         * config/rs6000/e300c2c3.md: New file.
24279         * config/rs6000/rs6000.c (processor_costs): Add new costs for
24280         e300c2 and e300c3.
24281         (rs6000_override_options): Add e300c2 and e300c3 cases to
24282         processor_target_table. Do not allow usage of Altivec or Spe
24283         with e300 cores. Initialize rs6000_cost for e300c2 and e300c3.
24284         (rs6000_issue_rate): Set issue rate for e300c2 and e300c3.
24285         * config/rs6000/rs6000.h (processor_type): Add
24286         PROCESSOR_PPCE300C2 and PROCESSOR_PPCE300C3.
24287         (ASM_CPU_SPEC): Add e300c2 and e300c3.
24288         * config/rs6000/rs6000.md (define_attr "cpu"): Add ppce300c2
24289         and ppce300c3. Include e300c2c3.md.
24290
24291 2008-02-23  David Edelsohn  <edelsohn@gnu.org>
24292
24293         * config/rs6000/rs6000.h (CONSTANT_ALIGNMENT): Use STRICT_ALIGNMENT
24294         instead of TARGET_STRICT_ALIGN.
24295
24296 2008-02-23  Joseph Myers  <joseph@codesourcery.com>
24297
24298         * explow.c (memory_address): Assert that the generated address is
24299         valid.
24300
24301 2008-02-23  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
24302
24303         PR target/25477
24304         * config/darwin-protos.h: Add darwin_patch_builtins prototype.
24305         * config/darwin-ppc-ldouble-patch.def: New file.
24306         * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): New macro.
24307         * config/rs6000/rs6000.c (rs6000_init_builtins): Call
24308         SUBTARGET_INIT_BUILTINS if defined.
24309         * config/darwin.c (darwin_patch_builtin, darwin_patch_builtins):
24310         New functions.
24311
24312 2008-02-23  Andrew Pinski  <andrew_pinski@playstation.sony.com>
24313
24314         PR rtl-opt/33512
24315         * simplify-rtx.c (simplify_binary_operation_1): Add simplification
24316         of (and X (ior (not X) Y) and (and (ior (not X) Y) X).
24317
24318 2008-02-23  Andrew Pinski  <andrew_pinski@playstation.sony.com>
24319
24320         PR pch/35027
24321         * c-pch.c (c_common_valid_pch): Make the "too short to be a PCH
24322         file" warning condtional on -Winvalid-PCH.
24323
24324 2008-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
24325
24326         * expmed.c (extract_bit_field): Always use adjust_address for MEM.
24327
24328 2008-02-23  Uros Bizjak  <ubizjak@gmail.com>
24329
24330         PR target/22076
24331         PR target/34256
24332         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use "!y" to
24333         prevent reload from using MMX registers.
24334         (*mov<mode>_internal): Ditto.
24335         (*movv2sf_internal_rex64): Ditto.
24336         (*movv2sf_internal): Ditto.
24337
24338 2008-02-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24339
24340         PR documentation/31569
24341         * doc/install.texi2html: Use makeinfo --no-number-sections.
24342
24343 2008-02-22  Nathan Froyd  <froydnj@codesourcery.com>
24344
24345         * config/rs6000/rs6000.c (rs6000_legitimize_address): Check to
24346         ensure that we can address an entire entity > 8 bytes.  Don't
24347         generate reg+reg addressing for such data.
24348
24349 2008-02-22  Nathan Froyd  <froydnj@codesourcery.com>
24350
24351         * config/rs6000/rs6000.h (CONSTANT_ALIGNMENT): Don't overalign
24352         strings when optimizing for size, unless the target cares about
24353         alignment.
24354
24355 2008-02-22  Tom Tromey  <tromey@redhat.com>
24356
24357         * regclass.c (current_pass): Remove declaration.
24358
24359 2008-02-22  Anatoly Sokolov <aesok@post.ru>
24360
24361         * config/avr/libgcc.S (__RAMPZ__): Define.
24362         (__do_copy_data): Add for devices with 128KB code memory.
24363
24364 2008-02-22  Nathan Froyd  <froydnj@codesourcery.com>
24365
24366         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
24367         Use spe_abi.
24368         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
24369
24370 2008-02-22  Hans-Peter Nilsson  <hp@axis.com>
24371
24372         * config/cris/cris.h (REG_CLASS_FROM_LETTER): Recognize 'b' for
24373         GENNONACR_REGS.
24374
24375 2008-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24376
24377         PR c/19999
24378         * c-typeck.c (build_binary_op): Warn about floating point
24379         comparisons if FLOAT_TYPE_P, not only for REAL_TYPE.
24380
24381 2008-02-21  Janis Johnson  <janis187@us.ibm.com>
24382
24383         PR target/34526
24384         * config/rs6000/rs6000.c (rs6000_altivec_abi): Clarify comment.
24385         (rs6000_explicit_options): Split abi into spe_abi and altivec_abi,
24386         add vrsave.
24387         (rs6000_override_options): Set altivec_abi as default, not override,
24388         for 64-bit GNU/Linux; for 32-bit GNU/Linux default to altivec_abi for
24389         TARGET_ALTIVEC; default to TARGET_ALTIVEC_VRSAVE when AltiVec ABI
24390         is used; use new member spe_abi.
24391         (rs6000_handle_option): Set rs6000_explicit_options.vrsave; use
24392         spe_abi and altivec_abi.
24393
24394 2008-02-22  Tomas Bily  <tbily@suse.cz>
24395
24396         * tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.
24397
24398 2008-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24399
24400         PR bootstrap/35273
24401         * config.build (build_file_translate): Set to `CMD //c' only if
24402         it works.
24403         * Makefile.in (build_file_translate): Improve comment.
24404
24405 2008-02-21  Jan Hubicka  <jh@suse.cz>
24406
24407         * predict.def (PRED_TREE_OPCODE_POSITIVE, PRED_TREE_OPCODE_NONEQUAL,
24408         PRED_TREE_OPCODE_POSITIVE, PRED_TREE_OPCODE_NONEQUAL, PRED_CALL,
24409         PRED_TREE_EARLY_RETURN, PRED_NULL_RETURN): Update.
24410
24411 2008-02-21  Michael Matz  <matz@suse.de>
24412
24413         PR target/35264
24414         * config/i386/i386.c (ix86_expand_branch): Add missing breaks.
24415
24416 2008-02-21  Uros Bizjak  <ubizjak@gmail.com>
24417
24418         * config/i386/i386.md (mov<mode>cc): Macroize expander from movsfcc,
24419         movdfcc and movxfcc using X87MODEF mode iterator and SSE_FLOAT_MODE_P
24420         as insn constraint.
24421         * config/i386/sse.md (<sse>_movup<ssemodesuffixf2c>): Macroize insn
24422         from sse_movups adn sse2_movupd using SSEMODEF2P mode iterator and
24423         SSE_VEC_FLOAT_MODE_P as insn constraint.
24424         (<sse>_movmskp<ssemodesuffixf2c>): Ditto from similar patterns.
24425         (sse4a_movnt<mode>): Macroize insn from sse4a_movntsf and
24426         sse4a_movntdf using MODEF mode iterator.
24427         (sse4a_vmmovnt<mode>): Macroize insn form sse4a_vmmovntv2df and
24428         sse4a_vmmovntv4sf using SSEMODEF2P mode iterator.
24429         (sse4_1_blendp<ssemodesuffixf2c>): Ditto from similar patterns.
24430         (sse4_1_blendvp<ssemodesuffixf2c>): Ditto.
24431         (sse4_1_dpp<ssemodesuffixf2c>): Ditto.
24432         (sse4_1_roundp<ssemodesuffixf2c>): Ditto.
24433         (sse4_1_rounds<ssemodesuffixf2c>): Ditto.
24434
24435 2008-02-21  Richard Guenther  <rguenther@suse.de>
24436
24437         * tree.def (PAREN_EXPR): New tree code.
24438         * fold-const.c (fold_unary): Remove PAREN_EXPR around constants
24439         and PAREN_EXPR.
24440         * tree-pretty-print.c (dump_generic_node): Handle PAREN_EXPR.
24441         * expr.c (expand_expr_real_1): Likewise.
24442         * tree-inline.c (estimate_num_insns_1): Likewise.
24443         * tree-complex.c (expand_complex_move): Likewise.
24444         * tree-vectorizer.c (vect_is_simple_use): Treat PAREN_EXPR (x)
24445         as plain x.
24446
24447 2008-02-20  Kaz Kojima  <kkojima@gcc.gnu.org>
24448
24449         PR target/35225
24450         * config/sh/sh.c (find_barrier): Don't go past 'from' argument.
24451
24452 2008-02-20  Kaz Kojima  <kkojima@gcc.gnu.org>
24453
24454         PR target/35190
24455         * config/sh/sh.md (jump_compact): Disable for crossing jumps.
24456
24457         * config/sh/sh.c (find_barrier): Don't go past
24458         NOTE_INSN_SWITCH_TEXT_SECTIONS note.
24459
24460 2008-02-20  DJ Delorie  <dj@redhat.com>
24461
24462         * config/h8300/h8300.md (insv): Force source operand to be a register.
24463
24464         * config/h8300/h8300.c (h8300_expand_epilogue): Emit return insn
24465         as a jump, not as a plain insn.
24466
24467 2008-02-20  Seongbae Park <seongbae.park@gmail.com>
24468
24469         * doc/invoke.texi (Warning Options): Add new option
24470         -Wframe-larger-than=.
24471         (-Wframe-larger-than): Document.
24472
24473         * flags.h (warn_frame_larger_than, frame_larger_than_size):
24474         Add declarations for new option variables.
24475
24476         * final.c (final_start_function): Check the frame size
24477         before emission and issue a Wframe-larger-than warning.
24478
24479         * opts.c (warn_frame_larger_than, frame_larger_than_size):
24480         Add definitions for new option variables.
24481         (common_handle_option): Handle new option OPT_Wframe_larger_than_.
24482
24483         * common.opt (Wframe-larger-than=): New option.
24484
24485 2008-02-20  Uros Bizjak  <ubizjak@gmail.com>
24486
24487         * config/i386/sse.md (<sse>_vmmul<mode>3): Fix typo in asm template.
24488         (<sse>_div<mode>3): Ditto.
24489         (<sse>_vmdiv<mode>3): Ditto.
24490         (<sse>_vmsqrt<mode>2): Ditto.
24491         (*smax<mode>3): Ditto.
24492         (sse5_frcz<mode>2): Ditto.
24493         (sse5_vmfrcz<mode>2): Ditto.  Use TARGET_SSE5 instead of TARGET_ROUND
24494         as insn constraint.
24495
24496 2008-02-20  Richard Guenther  <rguenther@suse.de>
24497
24498         PR middle-end/35265
24499         * builtins.c (validate_arg): If we want an INTEGER_TYPE,
24500         be happy with INTEGRAL_TYPE_P.
24501
24502 2008-02-20  Richard Guenther  <rguenther@suse.de>
24503
24504         * fold-const.c (split_tree): Associate floatig-point expressions
24505         if flag_associative_math is set.
24506
24507 2008-02-20  Richard Guenther  <rguenther@suse.de>
24508
24509         * tree.h (fold_real_zero_addition_p): Declare.
24510         * fold-const.c (fold_real_zero_addition_p): Export.
24511         * tree-ssa-reassoc.c (eliminate_using_constants): Also handle
24512         floating-point operations with zero and one.
24513
24514 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
24515
24516         * doc/install.texi: Correct references to CFLAGS, replacing them
24517         with BOOT_CFLAGS.  Document flags used during bootstrap for
24518         target libraries.
24519
24520 2008-02-20  Uros Bizjak  <ubizjak@gmail.com>
24521
24522         * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): New define.
24523         * config/i386/i386.md (*sse_setcc<mode>): Macroize from *sse_setccsf
24524         and *sse_setccdf using MODEF mode iterator and SSE_FLOAT_MODE_P as
24525         insn constraint.
24526         (smin<mode>3): Ditto from similar patterns.
24527         (smax<mode>3): Ditto.
24528         (*ieee_smin<mode>3): Ditto.
24529         (*ieee_smax<mode>3): Ditto.
24530         * config/i386/sse.md (sse): New mode attribute.
24531         (mov<mode>): Macroize expander from movv4sf and movv2df using
24532         SSEMODEF2P mode iterator.
24533         (<sse>_movnt<mode>): Ditto from similar patterns. Use
24534         SSE_VEC_FLOAT_MODE_P as insn constraint.
24535         (storent<mode>): Ditto.
24536         (storent<mode>): Macroize expander from storentsf and storentdf using
24537         MODEF mode iterator.
24538         (neg<mode>2): Macroize from negv4sf2 and negv2df2 using SSEMODEF2P
24539         mode iterator and SSE_VEC_FLOAT_MODE_P as insn constraint.
24540         (abs<mode>2): Ditto from similar patterns.
24541         (add<mode>3, *add<mode>3, <sse>_vmadd<mode>3): Ditto.
24542         (sub<mode>3, *sub<mode>3, <sse>_vmsub<mode>3): Ditto.
24543         (<sse>_div<mode>3, <sse>_vmdiv<mode>3): Ditto.
24544         (<sse>_vmsqrt<mode>2): Ditto.
24545         (smin<mode>3, *smin<mode>3_finite, *smin<mode>3)
24546         (<sse>_vmsmin<mode>3, *ieee_smin<mode>3): Ditto.
24547         (smax<mode>3, *smax<mode>3_finite, *smax<mode>3)
24548         (<sse>_vmsmax<mode>3, *ieee_smax<mode>3): Ditto.
24549         (<sse>_maskcmp<mode>3): Macroize from sse_maskcmpv4sf3,
24550         sse_maskcmpsf3, sse2_maskcmpv2df3 and sse2_maskcmpdf3 using SSEMODEF4
24551         mode iterator. Use SSE_FLOAT_MODE_P with SSE_VEC_FLOAT_MODE_P as
24552         insn constraint.
24553         (<sse>_comi): Macroize from sse_comi and sse2_comi using MODEF mode
24554         iterator and SSE_FLOAT_MODE_P as insn constraint.
24555         (<sse>_ucomi): Ditto from similar patterns.
24556         (<sse>_vmmaskcmp<mode>3): Macroize from sse_vmmaskcmpv4sf3 and
24557         sse2_vmmaskcmpv2df3 using SSEMODEF2P mode iterator and
24558         SSE_VEC_FLOAT_MODE_P as insn constraint.
24559         (vcond<mode>): Ditto from similar patterns.
24560         (and<mode>3, *and<mode>3): Ditto.
24561         (<sse>_nand<mode>3): Ditto.
24562         (ior<mode>3, *ior<mode>3): Ditto.
24563         (xor<mode>3, *xor<mode>3): Ditto.
24564         (*and<mode>3): Macroize from *andsf3 and *anddf3 using MODEF mode
24565         iterator and SSE_FLOAT_MODE_P as insn constraint.
24566         (*nand<mode>3): Ditto from similar patterns.
24567         (*ior<mode>3): Ditto.
24568         (*xor<mode>3): Ditto.
24569
24570 2008-02-20  Ira Rosen  <irar@il.ibm.com>
24571
24572         * config/spu/spu.md (vec_unpacku_hi_v8hi, vec_unpacku_lo_v8hi,
24573         vec_unpacks_hi_v8hi, vec_unpacks_lo_v8hi, vec_unpacku_hi_v16qi,
24574         vec_unpacku_lo_v16qi, vec_unpacks_lo_v16qi): Implement.
24575
24576 2008-02-19  Jan Hubicka  <jh@suse.cz>
24577
24578         * predict.c (tree_bb_level_predictions): Remove variable next
24579         mistakely introduced by previous commit.
24580
24581 2008-02-19  Jan Hubicka  <jh@suse.cz>
24582
24583         * predict.c (predict_paths_leading_to): Rewrite.
24584         (predict_paths_for_bb): New.
24585         (tree_bb_level_predictions): Update call of predict_paths_leading_to.
24586
24587 2008-02-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24588
24589         PR bootstrap/35218
24590         * Makefile.in (build_file_translate): New.
24591         (gcc-vers.texi): Use it for translating $(abs_srcdir).
24592         * config.build (build_file_translate): Set to `CMD //c' on MinGW.
24593         * configure.ac (build_file_translate): Substitute it.
24594         * configure: Regenerate.
24595
24596 2008-02-19  Jan Hubicka  <jh@suse.cz>
24597
24598         PR rtl-optimization/34408
24599         * see.c (see_def_extension_not_merged): Copy subreg so we don't have
24600         invalid sharing.
24601
24602 2008-02-19  Jan Hubicka  <jh@suse.cz>
24603
24604         PR middle-end/28779
24605         * tree-inline.c (estimate_num_insns_1): Fix counting of cost of
24606         call_expr.
24607
24608 2008-02-19  H.J. Lu  <hongjiu.lu@intel.com>
24609
24610         PR Ada/35186
24611         * config/i386/i386-modes.def: Revert the last DI alignment
24612         change until Ada people can look into it.
24613
24614 2008-02-19  Nick Clifton  <nickc@redhat.com>
24615
24616         * opts.c (print_specific_help): Fix typo in --help text.
24617
24618 2008-02-19  Jakub Jelinek  <jakub@redhat.com>
24619
24620         PR target/35239
24621         * config/i386/cpuid.h (__cpuid, __get_cpuid_max): Use special
24622         32-bit inline asm without asm alternatives for host GCC < 3.0.
24623
24624 2008-02-19  Richard Guenther  <rguenther@suse.de>
24625
24626         PR tree-optimization/34989
24627         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Re-structure.
24628         Allow propagation to INDIRECT_REF if we can simplify only.
24629
24630 2008-02-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
24631
24632         * c-common.c (warn_for_collisions_1): Use appropriate option when
24633         warning.
24634
24635 2008-02-19  Nick Clifton  <nickc@redhat.com>
24636
24637         PR other/31349
24638         * opts.c (undocumented_msg): Leave blank unless checking is enabled.
24639         (handle_options): Fix indentation.
24640         (print_filtered_help): If no language-specific options were
24641         displayed tell the user how to list all the options supported by
24642         the language's front-end.
24643         (print_specific_help): Fix indentation and remove duplicate line.
24644         (common_handle_option): Handle the -v option.
24645         For --help enable the display of undocumented options if the -v
24646         switch has been included on the command line.
24647         For --help= check for overlaps in the arguments between the option
24648         classes and the language names and issue a warning when they
24649         cannot be disambiguated.
24650         * c.opt (v): Pass on to the common option handler.
24651
24652 2008-02-19  Revital Eres  <eres@il.ibm.com>
24653
24654         * modulo-sched.c (sms_schedule): Change dump message when
24655         create_ddg function fails.
24656         (try_scheduling_node_in_cycle): Rename row to cycle.
24657         (print_partial_schedule): Rename CYCLE to ROW.
24658
24659 2008-02-19  Christian Bruel  <christian.bruel@st.com>
24660             Zdenek Dvorak  <ook@ucw.cz>
24661
24662         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check step alignment.
24663
24664 2008-02-19  Uros Bizjak  <ubizjak@gmail.com>
24665
24666         PR target/33555
24667         * config/i386/i386.md (*x86_movsicc_0_m1_se): New insn pattern.
24668         (*x86_movdicc_0_m1_se): Ditto.
24669
24670 2008-02-19  Uros Bizjak  <ubizjak@gmail.com>
24671
24672         * config/i386/sfp-machine.h (__gcc_CMPtype): New typedef.
24673         (CMPtype): Define as __gcc_CMPtype.
24674         * config/rs6000/sfp-machine.h (__gcc_CMPtype): New typedef.
24675         (CMPtype): Define as __gcc_CMPtype.
24676
24677 2008-02-19  Hans-Peter Nilsson  <hp@axis.com>
24678
24679         Support valgrind 3.3 for --enable-checking=valgrind.
24680         * system.h: Consolidate ENABLE_VALGRIND_CHECKING-dependent defines
24681         here.
24682         [!VALGRIND_MAKE_MEM_NOACCESS]: Define as VALGRIND_MAKE_NOACCESS.
24683         [!VALGRIND_MAKE_MEM_DEFINED]: Define as VALGRIND_MAKE_READABLE.
24684         [!VALGRIND_MAKE_MEM_UNDEFINED]: Define as VALGRIND_MAKE_WRITABLE.
24685         * ggc-common.c: Remove ENABLE_VALGRIND_CHECKING-dependent defines.
24686         Replace use of VALGRIND_MAKE_READABLE, VALGRIND_MAKE_WRITABLE, and
24687         VALGRIND_MAKE_NOACCESS with VALGRIND_MAKE_MEM_DEFINED,
24688         VALGRIND_MAKE_MEM_UNDEFINED, and VALGRIND_MAKE_MEM_NOACCESS
24689         respectively.
24690         * ggc-zone.c: Similar.
24691         * ggc-page.c: Similar.
24692
24693 2008-02-19  Paul Brook  <paul@codesourcery.com>
24694
24695         PR target/35071
24696         * config/arm/ieee754-df.S: Fix do_it typo.
24697         * config/arm/ieee754-sf.S: Fix do_it typo.
24698
24699 2008-02-18  H.J. Lu  <hongjiu.lu@intel.com>
24700
24701         PR target/35189
24702         * config/i386/i386.c (OPTION_MASK_ISA_MMX_SET): New.
24703         (OPTION_MASK_ISA_3DNOW_SET): Likewise.
24704         (OPTION_MASK_ISA_SSE_SET): Likewise.
24705         (OPTION_MASK_ISA_SSE2_SET): Likewise.
24706         (OPTION_MASK_ISA_SSE3_SET): Likewise.
24707         (OPTION_MASK_ISA_SSSE3_SET): Likewise.
24708         (OPTION_MASK_ISA_SSE4_1_SET): Likewise.
24709         (OPTION_MASK_ISA_SSE4_2_SET): Likewise.
24710         (OPTION_MASK_ISA_SSE4_SET): Likewise.
24711         (OPTION_MASK_ISA_SSE4A_SET): Likewise.
24712         (OPTION_MASK_ISA_SSE5_SET): Likewise.
24713         (OPTION_MASK_ISA_3DNOW_A_UNSET): Likewise.
24714         (OPTION_MASK_ISA_MMX_UNSET): Updated.
24715         (OPTION_MASK_ISA_3DNOW_UNSET): Updated.
24716         (OPTION_MASK_ISA_SSE_UNSET): Likewise.
24717         (OPTION_MASK_ISA_SSE3_UNSET): Likewise.
24718         (OPTION_MASK_ISA_SSSE3_UNSET): Likewise.
24719         (OPTION_MASK_ISA_SSE4_1_UNSET): Likewise.
24720         (OPTION_MASK_ISA_SSE4_2_UNSET): Likewise.
24721         (OPTION_MASK_ISA_SSE4A_UNSET): Likewise.
24722         (OPTION_MASK_ISA_SSE5_UNSET): Likewise.
24723         (OPTION_MASK_ISA_SSE4): Removed.
24724         (ix86_handle_option): Turn on bits in ix86_isa_flags and
24725         ix86_isa_flags_explicit with OPTION_MASK_ISA_XXX_SET for -mXXX.
24726         (override_options): Don't turn on implied SSE/MMX bits in
24727         ix86_isa_flags.
24728
24729 2008-02-18  H.J. Lu  <hongjiu.lu@intel.com>
24730
24731         * config/i386/i386-modes.def: Use 4 byte alignment on DI for
24732         32bit host.
24733
24734 2008-02-18  Joey Ye  <joey.ye@intel.com>
24735
24736         PR middle-end/34921
24737         * tree-nested.c (insert_field_into_struct): Set type alignment
24738         to field alignment if the former is less than the latter.
24739
24740 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
24741
24742         * BASE-VER: Set to 4.4.0.
24743
24744 2008-02-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24745
24746         * doc/c-tree.texi: Use @dots{} and @enddots{} where appropriate.
24747         * doc/cfg.texi: Likewise.
24748         * doc/extend.texi: Likewise.
24749         * doc/gty.texi: Likewise.
24750         * doc/invoke.texi: Likewise.
24751         * doc/loop.texi: Likewise.
24752         * doc/md.texi: Likewise.
24753         * doc/passes.texi: Likewise.
24754         * doc/rtl.texi: Likewise.
24755         * doc/sourcebuild.texi: Likewise.
24756         * doc/tm.texi: Likewise.
24757         * doc/tree-ssa.texi: Likewise.
24758
24759 2008-02-17  Richard Guenther  <rguenther@suse.de>
24760
24761         PR middle-end/35227
24762         * tree-complex.c (init_parameter_lattice_values): Handle parameters
24763         without default definition.
24764
24765 2008-02-17  Richard Guenther  <rguenther@suse.de>
24766
24767         PR tree-optimization/35231
24768         * tree-vrp.c (register_edge_assert_for): Do not assume A == 0
24769         if A | B != 1.
24770
24771 2008-02-17  Uros Bizjak  <ubizjak@gmail.com>
24772
24773         Revert:
24774         2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
24775         * config/i386/sfp-machine.h (CMPtype): Define as typedef using
24776         libgcc_cmp_return mode.
24777
24778 2008-02-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
24779
24780         PR c/28368
24781         * doc/invoke.texi (-std): Clarify description of -std= and -ansi.
24782
24783 2008-02-16  Ralf Corsepius  <ralf.corsepius@rtems.org>
24784
24785         * config/m68k/t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475
24786         multilibs.
24787
24788 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24789
24790         * doc/c-tree.texi: Use `@.' where appropriate.
24791         * doc/extend.texi: Likewise.
24792         * doc/install.texi: Likewise.
24793         * doc/invoke.texi: Likewise.
24794         * doc/loop.texi: Likewise.
24795         * doc/makefile.texi: Likewise.
24796         * doc/md.texi: Likewise.
24797         * doc/passes.texi: Likewise.
24798         * doc/standards.texi: Likewise.
24799         * doc/tm.texi: Likewise.
24800
24801 2008-02-15  Jakub Jelinek  <jakub@redhat.com>
24802
24803         PR middle-end/35196
24804         * omp-low.c (expand_omp_for_generic): Don't initialize fd->v
24805         in entry_bb.
24806         (expand_omp_for_static_nochunk): Initialize fd->v in seq_start_bb
24807         rather than in entry_bb.
24808
24809 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
24810
24811         * config/i386/sfp-machine.h (CMPtype): Define as typedef using
24812         libgcc_cmp_return mode.
24813
24814 2008-02-15  Jakub Jelinek  <jakub@redhat.com>
24815
24816         PR middle-end/35130
24817         * tree-nested.c (convert_call_expr): Put FRAME.* vars into
24818         OMP_CLAUSE_SHARED rather than OMP_CLAUSE_FIRSTPRIVATE clause.
24819
24820 2008-02-15  Richard Guenther  <rguenther@suse.de>
24821             Zdenek Dvorak  <ook@ucw.cz>
24822
24823         PR tree-optimization/35164
24824         * tree-flow.h (stmt_references_abnormal_ssa_name): Declare.
24825         * tree-dfa.c (stmt_references_abnormal_ssa_name): New function.
24826         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_vars):
24827         Only propagate addresses which do not have abnormal SSA_NAMEs
24828         in their operands.
24829
24830 2008-02-15  Joseph Myers  <joseph@codesourcery.com>
24831
24832         PR target/35088
24833         * config/m68k/m68k.h (DWARF_CIE_DATA_ALIGNMENT): Define.
24834
24835 2008-02-15  Jan Hubicka  <jh@suse.cz>
24836
24837         PR middle-end/35149
24838         * ipa.c (cgraph_remove_unreachable_nodes): Clear local.inlinable flag.
24839
24840 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
24841
24842         PR middle-end/34621
24843         * function.c (pad_to_arg_alignment): Remove test for STACK_BOUNDARY
24844         when calculating alignment_pad.
24845
24846 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
24847
24848         * config/i386/i386.h (CLEAR_RATIO): Use MIN macro.
24849         (WIDEST_HARDWARE_FP_SIZE): Use LONG_DOUBLE_TYPE_SIZE define.
24850         * config/i386/darwin.h (PREFERRED_STACK_BOUNDARY): Use MAX macro
24851         and STACK_BOUNDARY define.
24852
24853 2008-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
24854
24855         PR preprocessor/35061
24856         * c-pragma.c (handle_pragma_pop_macro): Check that
24857         pushed_macro_table has been allocated.
24858
24859 2008-02-14  Eric Botcazou  <ebotcazou@adacore.com>
24860
24861         PR middle-end/35136
24862         * gimplify.c (force_gimple_operand_bsi): Revert 2008-02-12 change.
24863         (force_gimple_operand): Likewise.
24864         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Add new cases
24865         for TARGET_MEM_REF and CONVERT_EXPR/NON_LVALUE_EXPR/NOP_EXPR.
24866         Also recurse on the operand for regular VIEW_CONVERT_EXPRs.
24867         (find_interesting_uses_address): Check addressability and alignment
24868         of the base expression only after substituting bases of IVs into it.
24869
24870 2008-02-14  Michael Matz  <matz@suse.de>
24871
24872         PR target/34930
24873         * function.c (instantiate_virtual_regs_in_insn): Reload address
24874         before falling back to reloading the whole operand.
24875
24876 2008-02-14  Andreas Krebbel  <krebbel1@de.ibm.com>
24877
24878         * config/s390/s390.c (s390_mainpool_start): Emit the pool
24879         before the first section switch note.
24880
24881 2008-02-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24882
24883         * doc/bugreport.texi: Update copyright years.
24884         * doc/c-tree.texi: Likewise.
24885         * doc/cfg.texi: Likewise.
24886         * doc/cpp.texi: Likewise.
24887         * doc/cppinternals.texi: Likewise.
24888         * doc/fragments.texi: Likewise.
24889         * doc/frontends.texi: Likewise.
24890         * doc/gcc.texi: Likewise.
24891         * doc/gty.texi: Likewise.
24892         * doc/hostconfig.texi: Likewise.
24893         * doc/implement-c.texi: Likewise.
24894         * doc/libgcc.texi: Likewise.
24895         * doc/loop.texi: Likewise.
24896         * doc/makefile.texi: Likewise.
24897         * doc/options.texi: Likewise.
24898         * doc/passes.texi: Likewise.
24899         * doc/rtl.texi: Likewise.
24900         * doc/sourcebuild.texi: Likewise.
24901         * doc/standards.texi: Likewise.
24902         * doc/tree-ssa.texi: Likewise.
24903         * doc/trouble.texi: Likewise.
24904
24905         * doc/extend.texi: Use @: or add comma where appropriate.
24906         * doc/invoke.texi: Likewise.
24907         * doc/tm.texi: Likewise.
24908
24909 2008-02-14  Alan Modra  <amodra@bigpond.net.au>
24910
24911         PR target/34393
24912         * config/rs6000/rs6000.md (restore_stack_block): Force operands[1]
24913         to a reg.
24914
24915 2008-02-14  Jesper Nilsson  <jesper.nilsson@axis.com>
24916
24917         * doc/md.texi (clz, ctz): Add reference.
24918         * doc/rtl.texi (clz, ctz): Likewise.
24919
24920 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24921
24922         PR other/35148
24923         * Makefile.in (gcc-vers.texi): Use abs_srcdir for the value of
24924         srcdir.
24925
24926 2008-02-13  Andreas Krebbel  <krebbel1@de.ibm.com>
24927
24928         * config/s390/s390.c (struct constant_pool): New field
24929         emit_pool_after added.
24930         (s390_mainpool_start): Set the emit_pool_after flag according
24931         to the section switch notes.
24932         (s390_mainpool_finish): Consider emit_pool_after when emitting
24933         the literal pool at the end of the function.
24934         (s390_chunkify_start): Force literal pool splits at section
24935         switch notes.
24936
24937 2008-02-13  Michael Matz  <matz@suse.de>
24938
24939         PR debug/35065
24940         * var-tracking.c (clobber_variable_part): Correctly traverse the
24941         list.
24942
24943 2008-02-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
24944
24945         PR 29673
24946         * doc/invoke.texi (Debugging Options): Remove -fdump-tree-inlined.
24947         Add -fdump-ipa-inline.
24948         * tree-dump.c (dump_files): Remove tree-inlined dump.
24949         * tree-pass.h (tree_dump_index): Remove TDI_inlined.
24950
24951 2008-02-12  Richard Guenther  <rguenther@suse.de>
24952
24953         PR tree-optimization/35171
24954         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Deal with
24955         default defs.
24956
24957 2008-02-12  Richard Guenther  <rguenther@suse.de>
24958
24959         PR middle-end/35163
24960         * fold-const.c (fold_widened_comparison): Use get_unwidened in
24961         value-preserving mode.  Disallow final truncation.
24962
24963 2008-02-12  Eric Botcazou  <ebotcazou@adacore.com>
24964
24965         PR middle-end/35136
24966         * gimplify.c (force_gimple_operand_bsi): Move SSA renaming
24967         code from here to...
24968         (force_gimple_operand): ...here.
24969
24970 2008-02-12  Jakub Jelinek  <jakub@redhat.com>
24971
24972         PR c++/35144
24973         * tree-sra.c (sra_build_assignment): fold_convert SRC if copying
24974         non-compatible pointers.
24975         (generate_element_copy): If SRC and DST are RECORD_TYPEs with
24976         different FIELD_DECLs, try harder by comparing field offsets, sizes
24977         and types.
24978
24979         PR inline-asm/35160
24980         * function.c (match_asm_constraints_1): Don't replace the same input
24981         multiple times.
24982
24983 2008-02-12  Anatoly Sokolov <aesok@post.ru>
24984
24985         * config/avr/avr.h (AVR_HAVE_RAMPZ): Define.
24986         * config/avr/avr.c (expand_prologue): Save RAMPZ register.
24987         (expand_epilogue): Restore RAMPZ register.
24988         * config/avr/avr.md (RAMPZ_ADDR): New constant.
24989
24990 2008-02-11  Kai Tietz  <kai.tietz@onevision.com>
24991
24992         * config/i386/cygwin.asm: (__alloca): Correct calling
24993         convention and alignment.
24994         (__chkstk): Force 8 byte stack alignment.
24995
24996 2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
24997             Richard Guenther  <rguenther@suse.de>
24998
24999         PR tree-optimization/33992
25000         * tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of
25001         the zero we compare against.
25002
25003 2008-02-10  Danny Smith  <dannysmith@users.sourceforge.net>
25004
25005         PR libfortran/35063
25006         * gthr-win32.h (__gthread_mutex_destroy_function): New function
25007         to CloseHandle after unlocking to prevent accumulation of handle
25008         count.
25009
25010 2008-02-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
25011
25012         PR middle_end/34150
25013         * pa.c (legitimize_pic_address): Add REG_EQUAL note on sets with a
25014         pic_label_operand source.  Similarly, add a REG_LABEL_OPERAND note
25015         and update LABEL_NUSES during and after reload.
25016
25017 2008-02-08  Steven Bosscher  <stevenb.gcc@gmail.com>
25018
25019         PR middle-end/34627
25020         * combine.c (simplify_if_then_else): Make sure the comparison is
25021         against const0_rtx when simplifying to (abs x) or (neg (abs X)).
25022
25023 2008-02-08  Richard Sandiford  <rsandifo@nildram.co.uk>
25024
25025         PR bootstrap/35051
25026         * double-int.h: Don't include gmp.h for GENERATOR_FILEs.
25027         (mpz_set_double_int, mpz_get_double_int): Hide from GENERATOR_FILEs.
25028         * real.h: Don't include gmp.h or mpfr.h for GENERATOR_FILEs.
25029         (real_from_mpfr, mpfr_from_real): Hide from GENERATOR_FILEs.
25030         * tree.h (get_type_static_bounds): Likewise.
25031
25032 2008-02-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25033
25034         * doc/invoke.texi (Option Summary, C++ Dialect Options)
25035         (Objective-C and Objective-C++ Dialect Options, Warning Options):
25036         Make -Wfoo language annotations match what the compiler outputs.
25037
25038 2008-02-08  Sa Liu  <saliu@de.ibm.com>
25039
25040         * config/spu/spu-builtins.def: Fixed wrong parameter type in spu
25041         intrinsics spu_convts, spu_convtu, spu_convtf.
25042
25043 2008-02-08  Hans-Peter Nilsson  <hp@axis.com>
25044
25045         * doc/extend.texi (Function Attributes) <noinline>: Mention
25046         asm ("") as method to keep calls.
25047
25048 2008-02-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
25049
25050         PR other/32754
25051         * doc/options.texi (Options): Replace references to opts.sh with
25052         optc-gen.awk.
25053         * opts-common.c: Likewise.
25054         * optc-gen.awk: Likewise.
25055
25056 2008-02-07  Andreas Krebbel  <krebbel1@de.ibm.com>
25057
25058         * config/s390/s390.h (FUNCTION_ARG_REGNO_P): Fix fprs for 64 bit.
25059
25060 2008-02-07  Richard Henderson  <rth@redhat.com>
25061
25062         PR rtl-opt/33410
25063         * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use an
25064         EXPR_LIST for the REG_EQUAL instead of a comparison with a
25065         funny mode.
25066
25067 2008-02-07  Uros Bizjak  <ubizjak@gmail.com>
25068
25069         PR tree-optimization/35085
25070         * tree-ssa-reassoc.c (rewrite_expr_tree): Enable destructive update
25071         for operand entry oe2 in addition to operand entry oe3 in order to
25072         expose more opportunities for vectorizer sum reduction.
25073
25074 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25075
25076         PR other/35107
25077         * Makefile.in (LIBS): Remove $(GMPLIBS).
25078         (cc1-dummy, cc1): Add $(GMPLIBS).
25079
25080 2008-02-06  Jan Hubicka  <jh@suse.cz>
25081
25082         PR target/23322
25083         * i386.md (moddf_integer): Do not produce partial memory stalls for
25084         targets where it hurts.
25085
25086 2008-02-06  Uros Bizjak  <ubizjak@gmail.com>
25087
25088         PR target/35083
25089         * optabs.c (expand_float): Do not check for decimal modes when
25090         expanding unsigned integer through signed conversion.
25091
25092 2008-02-06  Nick Clifton  <nickc@redhat.com>
25093
25094         * config/stormy16/stormy16.md (eqbranchsi): Replace a match_dup
25095         inside the clobber with a match_operand and duplicated operand
25096         number in the constraint.
25097         (ineqbranchsi): Delete redundant comment.
25098
25099 2008-02-06  Ralf Corsepius  <ralf.corsepius@rtems.org>
25100
25101         * config/arm/rtems-elf.h (TARGET_OS_CPP_BUILTINS): Add
25102         builtin_define ("__USE_INIT_FINI__").
25103         * config/h8300/t-rtems (MULTILIB_OPTION,MULTILIB_DIRNAMES): Add
25104         -msx multilibs.
25105         * gthr-rtems.h: Remove __GTHREAD_MUTEX_INIT.
25106
25107 2008-02-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25108
25109         PR documentation/30330
25110         * doc/invoke.texi (C++ Dialect Options)
25111         (Objective-C and Objective-C++ Dialect Options, Warning Options):
25112         For each warning option -Wfoo that allows -Wno-foo, ensure both
25113         -Wfoo and -Wno-foo are listed in the option index.  Fix index
25114         entry of -Wswitch-default, index -Wnormalized= including the
25115         `=', and -Wlarger-than-@var{len} including @var{len}.
25116
25117 2008-02-05  Uros Bizjak  <ubizjak@gmail.com>
25118
25119         * config/i386/i386.md (floatunssisf2): Use
25120         ix86_expand_convert_uns_sisf_sse also for TARGET_SSE.
25121         (floatunssi<mode>2): Rename from floatunssisf2 and floatunssidf2.
25122         Macroize expander using MODEF mode iterator.
25123
25124 2008-02-05  Diego Novillo  <dnovillo@google.com>
25125
25126         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00140.html
25127
25128         PR 33738
25129         * tree-vrp.c (vrp_evaluate_conditional): Revert fix for PR 33738.
25130
25131 2008-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25132
25133         PR other/35070
25134         * toplev.c (print_version): Honor `indent' for GMP/MPFR warnings.
25135
25136 2008-02-05  H.J. Lu  <hongjiu.lu@intel.com>
25137
25138         PR target/35084
25139         * config/i386/i386.c (ix86_function_sseregparm): Add an arg
25140         to indicate if a message should be generated.
25141         (init_cumulative_args): Updated.
25142         (function_value_32): Likewise.
25143
25144 2008-02-05  Joseph Myers  <joseph@codesourcery.com>
25145
25146         * doc/include/texinfo.tex: Update to version 2008-02-04.16.
25147
25148 2008-02-05  Uros Bizjak  <ubizjak@gmail.com>
25149
25150         PR target/35083
25151         * config/i386/i386.md (floatunsisf2): Enable for TARGET_SSE_MATH only.
25152         Call ix86_expand_convert_uns_sisf_sse for TARGET_SSE2.
25153
25154 2008-02-04  Diego Novillo  <dnovillo@google.com>
25155
25156         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
25157
25158         PR 33738
25159         * tree-vrp.c (vrp_evaluate_conditional): With
25160         -Wtype-limits, emit a warning when comparing against a
25161         constant outside the natural range of OP0's type.
25162
25163 2008-02-04  Richard Guenther  <rguenther@suse.de>
25164
25165         PR middle-end/33631
25166         * expr.c (count_type_elements): Give for unions instead of
25167         guessing.
25168
25169 2008-02-04  Richard Guenther  <rguenther@suse.de>
25170
25171         PR middle-end/35043
25172         * gimplify.c (gimplify_init_ctor_eval): Convert array indices
25173         to TYPE_DOMAINs base type instead of using bitsizetype here.
25174
25175 2008-02-03  Jason Merrill  <jason@redhat.com>
25176
25177         * print-tree.c (print_node) [CONSTRUCTOR]: Print elements.
25178
25179 2008-02-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25180
25181         PR other/29972
25182         * doc/invoke.texi (C++ Dialect Options, Optimize Options)
25183         (HPPA Options, i386 and x86-64 Options, IA-64 Options)
25184         (RS/6000 and PowerPC Options): Fix typos and markup.
25185         * doc/passes.texi (Tree-SSA passes): Likewise.
25186
25187 2008-02-02  Michael Matz  <matz@suse.de>
25188
25189         PR target/35045
25190         * postreload-gcse.c (record_last_reg_set_info_regno): Renamed
25191         from record_last_reg_set_info.
25192         (record_last_reg_set_info): Take an RTX argument, iterate over all
25193         constituent hardregs.
25194         (record_last_set_info, record_opr_changes): Change calls to
25195         new signature or to record_last_reg_set_info_regno.
25196
25197 2008-02-02  Gerald Pfeifer  <gerald@pfeifer.com>
25198
25199         * doc/extend.texi (X86 Built-in Functions): Fix grammar.
25200
25201 2008-02-01  Hans-Peter Nilsson  <hp@axis.com>
25202
25203         PR rtl-optimization/34773
25204         * reg-notes.def (EQUAL): Mention significance of combination of
25205         REG_EQUAL and REG_RETVAL.
25206         * fwprop.c (try_fwprop_subst): Don't add REG_EQUAL to an
25207         insn that has a REG_RETVAL.
25208
25209 2008-02-01  Roger Sayle  <roger@eyesopen.com>
25210
25211         PR bootstrap/33781
25212         * configure.ac (--enable-fixed-point): Disable unless explicitly
25213         requested on IRIX.
25214         * configure: Regenerate.
25215
25216 2008-02-01  Richard Guenther  <rguenther@suse.de>
25217
25218         PR other/35042
25219         * invoke.texi (-finline-limit): Remove no longer true parts
25220         of the documentation.  Note that there is no default value.
25221
25222 2008-02-01  Andrew Pinski  <pinskia@gmail.com>
25223             Mark Mitchell  <mark@codesourcery.com>
25224             Ben Elliston  <bje@au.ibm.com>
25225
25226         PR c/29326
25227         * doc/extend.texi (Other Builtins): Document.
25228
25229 2008-01-31  Tom Browder <tom.browder@gmail.com>
25230
25231         * doc/c-tree.texi (Types): Fix grammar.
25232         (Expression trees): Ditto.
25233         * doc/passes.texi (Tree-SSA passes): Ditto.
25234
25235         * doc/configterms.texi (Configure Terms): Fix typo.
25236         * doc/cpp.texi (Common Predefined Macros): Ditto.
25237         * doc/md.texi (Machine Constraints): Ditto.
25238
25239         * doc/makefile.texi (Makefile): Add comma.
25240
25241 2008-01-31  Tom Browder  <tom.browder@gmail.com>
25242             Gerald Pfeifer  <gerald@pfeifer.com>
25243
25244         * doc/sourcebuild.texi (Front End): Remove references to CVS
25245         and CVSROOT/modules.
25246         (Texinfo Manuals): Replace reference to CVS by one to SVN.
25247         (Back End): Remove reference to CVS.
25248
25249 2008-01-31  Richard Sandiford  <rsandifo@nildram.co.uk>
25250
25251         PR target/34900
25252         * config/mips/mips.c (gen_load_const_gp): New function, taking a
25253         comment from...
25254         (mips16_gp_pseudo_reg): ...here.
25255         * config/mips/mips.md (load_const_gp): Replace with...
25256         (load_const_gp_<mode>): ...this :P-based insn.
25257
25258 2008-01-31  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
25259
25260         * doc/invoke.texi (-ansi): Mention explicitly corresponding -std=
25261         options. Minor fixes.
25262         (-std): Move reference to standards closer to where language
25263         standards are first mentioned.
25264
25265 2008-01-31  Richard Sandiford  <rsandifo@nildram.co.uk>
25266
25267         PR rtl-optimization/34995
25268         * reload.c (alternative_allows_const_pool_ref): Take an rtx
25269         parameter and return a bool.  If the rtx parameter is nonnull,
25270         check that it satisfies an EXTRA_MEMORY_CONSTRAINT.
25271         (find_reloads): Update call accordingly.  Pass the new operand
25272         if it needed no address reloads, otherwise pass null.
25273
25274 2008-01-30  Richard Henderson  <rth@redhat.com>
25275
25276         PR c/34993
25277         * tree.c (build_type_attribute_qual_variant): Skip TYPE_DOMAIN
25278         for unbounded arrays.
25279
25280 2008-01-30  Silvius Rus  <rus@google.com>
25281
25282         * config/i386/xmmintrin.h (_mm_prefetch): Add const to first arg.
25283
25284 2008-01-30  Jan Hubicka  <jh@suse.cz>
25285
25286         PR target/34982
25287         * i386.c (init_cumulative_args): Use real function declaration when
25288         calling locally.
25289
25290 2008-01-30  Richard Sandiford  <rsandifo@nildram.co.uk>
25291
25292         PR rtl-optimization/34998
25293         * global.c (build_insn_chain): Treat non-subreg_lowpart
25294         SUBREGs of pseudos as clobbering all the words covered by the
25295         SUBREG, not just all the bytes.
25296         * ra-conflict.c (clear_reg_in_live): Likewise.  Take the
25297         original df_ref rather than an extract parameter.
25298         (global_conflicts): Update call accordingly.
25299
25300 2008-01-30  Andreas Krebbel  <krebbel1@de.ibm.com>
25301
25302         * config/s390/fixdfdi.h (__fixunstfdi, __fixtfdi): Rearrange
25303         the overflow check to make it easier to read.
25304         (__fixtfdi): Change the type of the ll member in union
25305         long_double to UDItype_x.
25306
25307 2008-01-30  Jakub Jelinek  <jakub@redhat.com>
25308
25309         PR middle-end/34969
25310         * cgraph.h (cgraph_update_edges_for_call_stmt): New prototype.
25311         * cgraph.c (cgraph_update_edges_for_call_stmt): New function.
25312         * tree-inline.c (fold_marked_statements): Call
25313         cgraph_update_edges_for_call_stmt if folding a call statement.
25314         * cgraphunit.c (verify_cgraph_node): Set cfun to this_cfun for
25315         debug_generic_stmt calls, reset it back afterwards.
25316
25317         PR c/35017
25318         * c-decl.c (start_decl): Don't pedwarn about TREE_READONLY
25319         static decls.
25320         * c-typeck.c (build_external_ref): Don't pedwarn about
25321         static vars in current function's scope.
25322
25323 2008-01-29  Joseph Myers  <joseph@codesourcery.com>
25324
25325         * config.gcc (i[34567]86-*-nto-qnx*): Remove deprecation.
25326
25327 2008-01-29  Bernhard Fischer  <aldot@gcc.gnu.org>
25328
25329         PR c/35002
25330         * ipa-struct-reorg.c: Fix spelling.
25331         * params.def: Ditto.
25332
25333 2008-01-29  Richard Guenther  <rguenther@suse.de>
25334
25335         PR middle-end/35006
25336         * tree-inline.h (struct copy_body_data): Add remapping_type_depth
25337         field.
25338         * tree-inline.c (remap_type): Increment remapping_type_depth
25339         around remapping types.
25340         (copy_body_r): Only add referenced variables if they are referenced
25341         from code, not types.
25342
25343 2008-01-29  Douglas Gregor  <doug.gregor@gmail.com>
25344
25345         PR c++/34055
25346         PR c++/34103
25347         PR c++/34219
25348         PR c++/34606
25349         PR c++/34753
25350         PR c++/34754
25351         PR c++/34755
25352         PR c++/34919
25353         PR c++/34961
25354         * c-pretty-print.c (pp_c_type_qualifier_list): Don't try to print
25355         qualifiers for an ERROR_MARK_NODE or a NULL_TREE.
25356
25357 2008-01-28  Andy Hutchinson   <hutchinsonandy@netscape.net>
25358
25359         PR target/34412
25360         * config/avr/avr.c (expand_prologue): Use correct QI mode frame
25361         pointer for tiny stack.
25362
25363 2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>
25364
25365         * doc/tree-ssa.texi: Add cindex PHI nodes and improve wording.
25366
25367 2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>
25368
25369         * config/vx-common.h: Fix typo in comment.
25370
25371 2008-01-28  Ian Lance Taylor  <iant@google.com>
25372
25373         PR c++/34862
25374         PR c++/33407
25375         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
25376         coalesce pointers if they have different DECL_NO_TBAA_P values.
25377         * tree-ssa-copy.c (may_propagate_copy): Don't propagate copies
25378         between variables with different DECL_NO_TBAA_P values.
25379
25380 2008-01-28  Nathan Froyd  <froydnj@codesourcery.com>
25381
25382         PR 31535
25383         * config/rs6000/rs6000.c (small_data_operand): Vectors and floats
25384         are not legitimate small data references on SPE targets.
25385
25386 2008-01-28  David Daney  <ddaney@avtrex.com>
25387
25388         * doc/install.texi (mips-*-*): Recommend binutils 2.18.
25389
25390 2008-01-28  David Daney  <ddaney@avtrex.com>
25391
25392         * doc/install.texi (--disable-libgcj-bc):  Reword documentation.
25393
25394 2008-01-27  Joseph Myers  <joseph@codesourcery.com>
25395
25396         * config.gcc (strongarm*-*, ep9312*-*, xscale*-*, parisc*-*,
25397         m680[012]0-*, *-*-beos*, *-*-kaos*, *-*-linux*aout*,
25398         *-*-linux*libc1*, *-*-solaris2.[0-6], *-*-solaris2.[0-6].*,
25399         *-*-sysv*, *-*-windiss*, alpha*-*-unicosmk*, cris-*-aout,
25400         hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
25401         i[34567]86-sequent-ptx4*, i[34567]86-*-nto-qnx*,
25402         i[34567]86-*-sco3.2v5*, i[34567]86-*-uwin*, powerpc-*-chorusos*,
25403         vax-*-bsd*, vax-*-ultrix*): Mark obsolete.
25404
25405 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
25406
25407         * basic-block.h (condjump_equiv_p): Fix comment.
25408
25409 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
25410
25411         * tree-pretty-print.c (print_generic_decl, print_generic_stmt,
25412         print_generic_stmt_indented): Fix comment.
25413
25414 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
25415
25416         * configure.ac (__stack_chk_fail): Add detecion for availability
25417         of SSP in uClibc by checking if __UCLIBC_HAS_SSP__ is defined.
25418         * configure: Regenerate.
25419
25420 2008-01-26  Maxim Kuvyrkov  <maxim@codesourcery.com>
25421
25422         PR middle-end/34688
25423         * final.c (output_addr_const): Handle TRUNCATE.
25424
25425 2008-01-26  Zdenek Dvorak  <ook@ucw.cz>
25426
25427         PR target/34711
25428         * tree-ssa-loop-ivopts.c (comp_cost): New type.
25429         (zero_cost, infinite_cost): New constants.
25430         (struct cost_pair): Change type of cost to comp_cost.
25431         (struct iv_ca): Change type of cand_use_cost and cost to comp_cost.
25432         (new_cost, add_costs, sub_costs, compare_costs, infinite_cost_p):
25433         New functions.
25434         (set_use_iv_cost, force_expr_to_var_cost, force_var_cost,
25435         split_address_cost, ptr_difference_cost, difference_cost,
25436         get_computation_cost_at, get_computation_cost,
25437         determine_use_iv_cost_generic, determine_use_iv_cost_address,
25438         determine_use_iv_cost_condition, determine_use_iv_costs,
25439         cheaper_cost_pair, iv_ca_recount_cost, iv_ca_set_no_cp,
25440         iv_ca_set_cp, iv_ca_cost, iv_ca_new, iv_ca_dump, iv_ca_extend,
25441         iv_ca_narrow, iv_ca_prune, try_improve_iv_set, find_optimal_iv_set):
25442         Change type of cost to comp_cost.
25443         (determine_iv_cost): Increase cost of non-original ivs, instead
25444         of decreasing the cost of original ones.
25445         (get_address_cost): Indicate the complexity of the addressing mode
25446         in comp_cost.
25447         (try_add_cand_for): Prefer using ivs not specific to some object.
25448         * tree-flow.h (force_expr_to_var_cost): Declaration removed.
25449
25450 2008-01-26  Peter Bergner  <bergner@vnet.ibm.com>
25451             Janis Johnson  <janis187@us.ibm.com>
25452
25453         PR target/34814
25454         * doc/tm.texi (TARGET_EXPAND_TO_RTL_HOOK): Document.
25455         (TARGET_INSTANTIATE_DECLS): Likewise.
25456         * target.h (expand_to_rtl_hook): New target hook.
25457         (instantiate_decls): Likewise.
25458         * function.c (instantiate_decl): Make non-static.  Rename to...
25459         (instantiate_decl_rtl): ... this.
25460         (instantiate_expr): Use instantiate_decl_rtl.
25461         (instantiate_decls_1): Likewise.
25462         (instantiate_decls): Likewise.
25463         (instantiate_virtual_regs: Call new instantiate_decls taget hook.
25464         * function.h (instantiate_decl_rtl): Add prototype.
25465         * cfgexpand.c (target.h): New include.
25466         (tree_expand_cfg): Call new expand_to_rtl_hook target hook.
25467         * target-def.h (TARGET_EXPAND_TO_RTL_HOOK): New define.
25468         (TARGET_INSTANTIATE_DECLS): Likewise.
25469         (TARGET_INITIALIZER): New target hooks added.
25470         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
25471         New prototype.
25472         * config/rs6000/rs6000.c (tree-flow.h): New include.
25473         (machine_function): Add sdmode_stack_slot field.
25474         (rs6000_alloc_sdmode_stack_slot): New function.
25475         (rs6000_instantiate_decls): Likewise.
25476         (rs6000_secondary_memory_needed_rtx): Likewise.
25477         (rs6000_check_sdmode): Likewise.
25478         (TARGET_EXPAND_TO_RTL_HOOK): Target macro defined.
25479         (TARGET_INSTANTIATE_DECLS): Likewise.
25480         (rs6000_hard_regno_mode_ok): Allow SDmode.
25481         (num_insns_constant): Likewise.  Handle _Decimal32 constants.
25482         (rs6000_emit_move): Handle SDmode.
25483         (function_arg_advance): Likewise.
25484         (function_arg): Likewise.
25485         (rs6000_gimplify_va_arg): Likewise.  Add special handling of
25486         SDmode var args for 32-bit compiles.
25487         (rs6000_secondary_reload_class): Handle SDmode.
25488         (rs6000_output_function_epilogue): Likewise.
25489         (rs6000_function_value): Simplify if statement.
25490         (rs6000_libcall_value): Likewise.
25491         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Handle SDmode.
25492         (SECONDARY_MEMORY_NEEDED_RTX): Add define.
25493         * config/rs6000/dfp.md (movsd): New define_expand and splitter.
25494         (movsd_hardfloat): New define_insn.
25495         (movsd_softfloat): Likewise.
25496         (movsd_store): Likewise.
25497         (movsd_load): Likewise.
25498         (extendsddd2): Likewise.
25499         (extendsdtd2): Likewise.
25500         (truncddsd2): Likewise.
25501         (movdd_hardfloat64): Fixup comment.
25502         (UNSPEC_MOVSD_LOAD): New constant.
25503         (UNSPEC_MOVSD_STORE): Likewise.
25504
25505 2008-01-26  Jakub Jelinek  <jakub@redhat.com>
25506
25507         PR c++/34965
25508         * c-pretty-print.c (pp_c_exclusive_or_expression): Handle
25509         TRUTH_XOR_EXPR.
25510         (pp_c_logical_and_expression): Handle TRUTH_AND_EXPR.
25511         (pp_c_logical_or_expression): Handle TRUTH_OR_EXPR.
25512         (pp_c_expression): Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR
25513         and TRUTH_XOR_EXPR.
25514
25515 2008-01-26  David Edelsohn  <edelsohn@gnu.org>
25516
25517         PR target/34794
25518         * config.gcc: Separate AIX 5.3 from AIX 6.1.
25519         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
25520         __LONGDOUBLE128 too.
25521         * config/rs6000/aix61.h: New file.
25522
25523 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
25524
25525         PR rtl-optimization/34959
25526         * optabs.c (expand_unop): In libcall notes, give ffs, clz, ctz,
25527         popcount and parity rtxes the same mode as their operand.
25528         Truncate or extend the result to the return value's mode
25529         if necessary.
25530
25531 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
25532
25533         PR target/34981
25534         * config/mips/mips-protos.h (mips_expand_call): Return an rtx.
25535         * config/mips/mips.h (FIRST_PSEUDO_REGISTER): Rename FAKE_CALL_REGNO
25536         to GOT_VERSION_REGNUM.
25537         (CALL_REALLY_USED_REGISTERS): Set the GOT_VERSION_REGNUM entry to 0.
25538         (EPILOGUE_USES): Include GOT_VERSION_REGNUM if TARGET_USE_GOT.
25539         * config/mips/mips.c (mips_emit_call_insn): New function.
25540         (mips_call_tls_get_addr): Call mips_expand_call directly.
25541         (mips16_copy_fpr_return_value): Use mips_emit_call_insn rather than
25542         emit_call_insn.
25543         (mips16_build_call_stub): Likewise.  Return the call insn or null.
25544         (mips_expand_call): Update the call to mips16_build_call_stub
25545         accordingly and a remove redundant condition.  Assert that MIPS16
25546         stubs do not use lazy binding.  Use mips_emit_call_insn and return
25547         the call insn.
25548         (mips_extra_live_on_entry): Include GOT_VERSION_REGNUM if
25549         TARGET_USE_GOT.
25550         (mips_hard_regno_mode_ok_p): Allow SImode for GOT_VERSION_REGNUM.
25551         (mips_avoid_hazard): Remove hazard_set handling.
25552         * config/mips/mips.md (UNSPEC_EH_RECEIVER): Rename to...
25553         (UNSPEC_RESTORE_GP): ...this.
25554         (UNSPEC_SET_GOT_VERSION, UNSPEC_UPDATE_GOT_VERSION): New constants.
25555         (FAKE_CALL_REGNO): Rename to...
25556         (GOT_VERSION_REGNUM): ...this.
25557         (type): Add "ghost" value.  Add an associated insn reservation.
25558         (hazard_set): Remove.
25559         (exception_receiver): Rename to...
25560         (restore_gp): ...this and update the unspec identifier accordingly.
25561         (exception_receiver, nonlocal_got_receiver): New expanders.
25562         (load_call<mode>): Use GOT_VERSION_REGNUM.  Don't set
25563         FAKE_CALL_REGNO.  Remove hazard_set attribute.
25564         (set_got_version, update_got_version): New patterns.
25565
25566 2008-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
25567
25568         PR target/34970
25569         * config/i386/cygming.h (ASM_OUTPUT_LABELREF): Define.
25570
25571 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
25572
25573         PR other/31955
25574         * doc/install.texi2html: Generate gcc-vers.texi.
25575
25576 2008-01-25  DJ Delorie  <dj@redhat.com>
25577
25578         * config/m32c/m32c.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
25579
25580 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
25581
25582         * config/c4x: Remove directory.
25583         * config.gcc (crx-*, mt-*): Mark obsolete.
25584         (c4x-*, tic4x-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*, tic4x-*,
25585         h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
25586         sh-*-rtemscoff*): Remove cases.
25587         * defaults.h (C4X_FLOAT_FORMAT): Remove.
25588         * real.c (encode_c4x_single, decode_c4x_single,
25589         encode_c4x_extended, decode_c4x_extended, c4x_single_format,
25590         c4x_extended_format): Remove.
25591         * real.h (c4x_single_format, c4x_extended_format): Remove.
25592         * doc/extend.texi (interrupt, naked): Remove mention of attributes
25593         on C4x.
25594         (Pragmas): Remove comment about c4x pragmas.
25595         * doc/install.texi (c4x): Remove target-specific instructions.
25596         * doc/invoke.texi (TMS320C3x/C4x Options): Remove.
25597         * doc/md.texi (Machine Constraints): Remove C4x documentation.
25598         * doc/tm.texi (MEMBER_TYPE_FORCES_BLK, c_register_pragma): Do not
25599         refer to C4x source files as examples.
25600         (C4X_FLOAT_FORMAT): Remove documentation.
25601
25602 2008-01-25  Bernd Schmidt  <bernd.schmidt@analog.com>
25603
25604         * config/bfin/bfin.c (override_options): Reorder tests so that
25605         flag_pic gets enabled for -msep-data.
25606
25607 2008-01-25  Richard Guenther  <rguenther@suse.de>
25608
25609         PR middle-end/32244
25610         * expr.c (expand_expr_real_1): Reduce result of LSHIFT_EXPR
25611         to its bitfield precision if required.
25612
25613 2008-01-25  Jakub Jelinek  <jakub@redhat.com>
25614
25615         PR middle-end/33880
25616         * tree-nested.c (walk_omp_for): New function.
25617         (convert_nonlocal_reference, convert_local_reference): Call
25618         walk_omp_for on OMP_FOR.
25619         (convert_call_expr): Call walk_body on OMP_FOR's
25620         OMP_FOR_PRE_INIT_BODY.
25621
25622 2008-01-25  Richard Guenther  <rguenther@suse.de>
25623
25624         PR tree-optimization/34966
25625         * tree-ssa-math-opts.c (execute_cse_sincos_1): For all but
25626         default defs and PHI_NODEs we have to insert after the
25627         defining statement.
25628
25629 2008-01-24  Nick Clifton  <nickc@redhat.com>
25630
25631         * config/stormy16/stormy16-lib2.c (MIN_UNITS_PER_WORD):
25632         Provide a default definition.
25633         (LIBGCC2_UNITS_PER_WORD): Likewise.
25634
25635         * config/stormy16/stormy16.c: Include df.h for the prototype
25636         for df_regs_ever_live_p.
25637         (xstormy16_expand_builtin_va_start): Convert the stack offset
25638         into a component_ref and then use POINTER_PLUS_EXPR to add it
25639         to the incoming_virtual_args_rtx.
25640         (xstormy16_gimplify_va_arg_expr): Rename to
25641         xstormy16_gimplify_va_arg_expr.
25642         Use POINTER_PLUS_EXPR when performing pointer arithmetic.
25643         (TARGET_GIMPLIFY_VA_ARG_EXPR): Use renamed
25644         xstormy16_gimplify_va_arg_expr.
25645         Fix up some formatting issues.
25646
25647         * config/stormy16/stormy16.c: (xstormy16_carry_plus_operand):
25648         Move to predicates.md.
25649         (xs_hi_general_operand): Likewise.
25650         (xs_hi_nonmemory_operand): Likewise.
25651         * config/stormy16/predicates.md:
25652         (xstormy16_carry_plus_operand): New predicate.
25653         (xs_hi_general_operand): New predicate.
25654         (xs_hi_nonmemory_operand): New predicate.
25655         * config/stormy16/stormy16-protos.h:
25656         (xstormy16_carry_plus_operand): Delete prototype.
25657         (xs_hi_general_operand): Likewise.
25658         (xs_hi_nonmemory_operand): Likewise.
25659
25660         * config/storm16/stormy16.md (addhi3): Remove earlyclobber
25661         modifiers as they are no longer needed and they can trigger
25662         reload spill failures.
25663
25664         * config/storm16/stormy16.md (ineqbranchsi): Replace match_dup
25665         with a match_operand in order to help reload.
25666
25667         * config/storm16/stormy16.md (movhi_internal): Replace 'r'
25668         constraint with 'e' for the 8th alternative as this version of
25669         the mov.w instruction only accepts the lower 8 registers.
25670
25671 2008-01-25  Uros Bizjak  <ubizjak@gmail.com>
25672
25673         PR target/34856
25674         * simplifx-rtx.c (simplify_const_binary_operation) [VEC_CONCAT]:
25675         Consider only CONST_INT, CONST_DOUBLE and CONST_FIXED as constant
25676         vector elements.
25677
25678 2008-01-25  Jakub Jelinek  <jakub@redhat.com>
25679
25680         PR middle-end/33333
25681         * gimplify.c (gimplify_omp_for): Gimplify OMP_FOR_PRE_BODY.
25682
25683 2008-01-25  Golovanevsky Olga  <olga@il.ibm.com>
25684
25685         * ipa-struct-reorg.c (remove_str_allocs_in_func, remove_str_allocs):
25686         New functions.
25687         (remove_structure): Update allocations list before removing structure.
25688
25689 2008-01-25  Golovanevsky Olga  <olga@il.ibm.com>
25690
25691         * ipa-struct-reorg.c (is_safe_cond_expr,
25692         create_new_stmts_for_cond_expr): Use integer_zerop function,
25693         that recognize not only zero-pointer, but zero-integer too.
25694
25695 2008-01-25  Ben Elliston  <bje@au.ibm.com>
25696
25697         PR other/22232
25698         * fixproto: Escape "." in sed expression that strips leading "./".
25699
25700 2008-01-24  H.J. Lu  <hongjiu.lu@intel.com>
25701
25702         PR driver/34904
25703         * gcc.c (SWITCH_OK): Removed.
25704         (SWITCH_LIVE): Changed to bit.
25705         (SWITCH_FALSE): Likewise.
25706         (SWITCH_IGNORE): Likewise.
25707         (switchstr): Change live_cond to unsigned int.
25708         (process_command): Replace SWITCH_OK with 0.
25709         (do_self_spec): Likewise.
25710         (set_collect_gcc_options): Check the SWITCH_IGNORE bit.
25711         (give_switch): Likewise.
25712         (used_arg): Likewise.
25713         (do_spec_1): Set the SWITCH_IGNORE bit.
25714         (check_live_switch): Check both SWITCH_LIVE and SWITCH_FALSE
25715         bits.  Set the SWITCH_LIVE bit.
25716
25717 2008-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
25718
25719         * config/s390/s390.h (MOVE_RATIO): Define new target macro.
25720
25721 2008-01-24  Richard Sandiford  <rsandifo@nildram.co.uk>
25722
25723         PR tree-optimization/34472
25724         * ipa-struct-reorg.c (safe_cond_expr_check): Change the DATA
25725         parameter to a "bool *" and set *DATA to false if there is
25726         an unsafe access.  Do not delete the structure here.
25727         (check_cond_exprs): Delete it here instead.
25728         (check_cond_exprs, exclude_cold_structs): Do not increase
25729         I when removing a structure.
25730
25731 2008-01-24  Uros Bizjak  <ubizjak@gmail.com>
25732
25733         PR target/34856
25734         * config/i386/i386.c (ix86_expand_vector_init): Consider only
25735         CONST_INT, CONST_DOUBLE and CONST_FIXED as constant vector elements.
25736
25737 2008-01-24  Jakub Jakub Jelinek  <jakub@redhat.com>
25738
25739         PR middle-end/34934
25740         * tree-stdarg.c (reachable_at_most_once): Use VEC vector instead of
25741         a fixed vector for stack.
25742
25743 2008-01-24  Ben Elliston  <bje@au.ibm.com>
25744
25745         PR c++/25701
25746         * doc/gcc.texi (Software development): Add a direntry for g++.
25747
25748 2008-01-23  Hans-Peter Nilsson  <hp@axis.com>
25749
25750         * config/cris/cris.h (CC1PLUS_SPEC, OPTIMIZATION_OPTIONS): Drop
25751         stale and straggling -fforce-addr comments above.
25752
25753         * config/cris/cris.h (CRIS_SUBTARGET_VERSION, TARGET_VERSION): Don't
25754         define.
25755         * config/cris/linux.h (CRIS_SUBTARGET_VERSION): Don't define.
25756         * config/cris/aout.h (CRIS_SUBTARGET_VERSION): Don't define.
25757
25758 2008-01-23  Michael Matz  <matz@suse.de>
25759
25760         PR debug/34895
25761         * dwarf2out.c (force_type_die): Use modified_type_die instead of
25762         gen_type_die.
25763
25764 2008-01-23  Andreas Krebbel  <krebbel1@de.ibm.com>
25765
25766         * ipa-struct-reorg.c (create_new_malloc): Use pointer type as
25767         malloc result type.
25768
25769 2008-01-23 Anatoly Sokolov <aesok@post.ru>
25770
25771         * config/avr/avr.c (avr_current_arch): New variable.
25772         (avr_arch_types): Add 'avr31' and 'avr51' entries.
25773         (avr_arch): Add 'ARCH_AVR31' and 'ARCH_AVR51'.
25774         (avr_mcu_types): Add 'avr31' and 'avr51' architectures.
25775         (avr_override_options): Init 'avr_current_arch'.
25776         (base_arch_s): Move from here...
25777         * config/avr/avr.h (base_arch_s): ... here. Add new members
25778         'have_elpm', 'have_elpmx', 'have_eijmp_eicall', 'reserved'. Rename
25779         'mega' to 'have_jmp_call'.
25780         (TARGET_CPU_CPP_BUILTINS): Define "__AVR_HAVE_JMP_CALL__",
25781         "__AVR_HAVE_RAMPZ__", "__AVR_HAVE_ELPM__" and "__AVR_HAVE_ELPMX__"
25782         macros.
25783         (LINK_SPEC, CRT_BINUTILS_SPECS, ASM_SPEC): Add 'avr31' and 'avr51'
25784         architectures.
25785         * config/avr/t-avr (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
25786         MULTILIB_MATCHES): Ditto.
25787
25788 2008-01-23  Richard Guenther  <rguenther@suse.de>
25789
25790         PR middle-end/31529
25791         * cgraphunit.c (cgraph_reset_node): Always mark the node
25792         not reachable if it is not queued already.
25793
25794 2008-01-23  Bernd Schmidt  <bernd.schmidt@analog.com>
25795
25796         * config/bfin/bfin-protos.h (WA_RETS, ENABLE_WA_RETS): New macros.
25797         * config/bfin/bfin.c (bfin_cpus): Add WA_RETS everywhere.
25798         (cputype_selected): New static variable.
25799         (bfin_handle_option): Set it if -mcpu is used.
25800         (override_option): Select default set of workarounds if no cpu type
25801         selected on the command line.
25802         (workaround_rts_anomaly): Only run if ENABLE_WA_RETS.
25803
25804         From  Michael Frysinger  <michael.frysinger@analog.com>
25805         * config/bfin/bfin-protos.h (enum bfin_cpu_type): Add
25806         BFIN_CPU_BF547, BFIN_CPU_BF523, BFIN_CPU_BF524, and BFIN_CPU_BF526.
25807
25808         * config/bfin/elf.h (LIB_SPEC): Use proper linker script
25809         for bf547, bf523, bf524, and bf526.
25810         * config/bfin/bfin.c (bfin_cpus[]): Add bf547,  bf523, bf524, and
25811         bf526.
25812         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
25813         __ADSPBF523__ for bf523, __ADSPBF524__ for bf524,
25814         __ADSPBF526__ for bf526, __ADSPBF52x__ for all three, as well as
25815         __ADSPBF547__ and __ADSPBF54x__ for bf547.
25816         * doc/invoke.texi (Blackfin Options): Document that
25817         -mcpu now accept bf547, bf523, bf524, and bf526.
25818
25819 2008-01-22  Eric Botcazou  <ebotcazou@adacore.com>
25820
25821         PR rtl-optimization/34628
25822         * combine.c (try_combine): Stop and undo after the first combination
25823         if an autoincrement side-effect on the first insn has effectively
25824         been lost.
25825
25826 2008-01-22  David Edelsohn  <edelsohn@gnu.org>
25827
25828         PR target/34529
25829         * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
25830         Offset addresses are not valid for Altivec or paired float modes.
25831
25832 2008-01-22  Jakub Jelinek  <jakub@redhat.com>
25833
25834         PR c++/34607
25835         * c-parser.c (c_parser_omp_for_loop): Don't call c_finish_omp_for
25836         if DECL_INITIAL (decl) is error_mark_node.
25837
25838         PR c++/34914
25839         * c-common.c (handle_vector_size_attribute): Only allow
25840         integral, scalar float and fixed point types.  Handle OFFSET_TYPE
25841         the same way as pointer, array etc. types.
25842         * tree.c (reconstruct_complex_type): Handle OFFSET_TYPE.
25843
25844         PR c++/34917
25845         * tree.c (build_type_attribute_qual_variant): Call
25846         build_qualified_type if attributes are equal, but quals are not.
25847
25848 2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
25849
25850         PR 32102
25851         * doc/invoke.texi (-Wall): -Wall enables -Wstrict-overflow=1.
25852         * flags.h (warn_strict_aliasing): Remove.
25853         (warn_strict_overflow): Remove.
25854         * opts.c (warn_strict_aliasing): Remove.
25855         (warn_strict_overflow): Remove.
25856         * c-opts.c (c_common_handle_option): -Wall only sets
25857         -Wstrict-aliasing or -Wstrict-overflow if they are uninitialized.
25858         (c_common_post_options): Give default values to -Wstrict-aliasing
25859         and -Wstrict-overflow if they are uninitialized.
25860         * common.opt (Wstrict-aliasing): Specify Var and Init.
25861         (Wstrict-overflow): Likewise.
25862
25863 2008-01-22  Kenneth Zadeck  <zadeck@naturalbridge.com>
25864
25865         PR rtl-optimization/26854
25866         PR rtl-optimization/34400
25867         PR rtl-optimization/34884
25868         * ddg.c (create_ddg_dep_from_intra_loop_link): Use
25869         DF_RD->gen.
25870         * df.h (df_changeable_flags.DF_RD_NO_TRIM): Deleted
25871         (df_rd_bb_info.expanded_lr_out): Deleted
25872         * loop_invariant.c (find_defs): Deleted DF_RD_NO_TRIM flag.
25873         * loop_iv.c (iv_analysis_loop_init): Ditto.  * df-problems.c
25874         (df_rd_free_bb_info, df_rd_alloc, df_rd_confluence_n,
25875         df_rd_bb_local_compute, df_rd_transfer_function, df_rd_free):
25876         Removed code to allocate, initialize or free expanded_lr_out.
25877         (df_rd_bb_local_compute_process_def): Restructured to make more
25878         understandable.
25879         (df_rd_confluence_n): Removed code to no apply invalidate_by_call
25880         sets if the sets are being trimmed.
25881
25882 2008-01-22  H.J. Lu  <hongjiu.lu@intel.com>
25883
25884         PR bootstrap/32287
25885         * configure.ac (ld_vers): Support GNU linker version xx.xx.*
25886         (as_vers): Likewise.
25887         * configure: Regenerated.
25888
25889 2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
25890
25891         PR middle-end/33092
25892         * tree-pass.h (pass_build_alias): New pass.
25893         * tree-ssa-alias.c (gate_build_alias): New.
25894         (pass_build_alias): New.
25895         * passes.c (init_optimization_passes): Add pass_build_alias after
25896         pass_create_structure_vars.
25897
25898 2008-01-22  Wolfgang Gellerich  <gellerich@de.ibm.com>
25899
25900         * config/s390/s390.h (S390_TDC_POSITIVE_NORMALIZED_NUMBER):
25901         Renamed to S390_TDC_POSITIVE_NORMALIZED_BFP_NUMBER.
25902         (S390_TDC_NEGATIVE_NORMALIZED_NUMBER): Renamed to
25903         S390_TDC_NEGATIVE_NORMALIZED_BFP_NUMBER.
25904         (S390_TDC_POSITIVE_DENORMALIZED_NUMBER): Renamed to
25905         S390_TDC_POSITIVE_DENORMALIZED_BFP_NUMBER.
25906         (S390_TDC_NEGATIVE_DENORMALIZED_NUMBER): Renamed to
25907         S390_TDC_NEGATIVE_DENORMALIZED_BFP_NUMBER.
25908         (S390_TDC_POSITIVE_NORMALIZED_BFP_NUMBER): New constant.
25909         (S390_TDC_NEGATIVE_NORMALIZED_BFP_NUMBER): New constant.
25910         (S390_TDC_POSITIVE_DENORMALIZED_BFP_NUMBER): New constant.
25911         (S390_TDC_NEGATIVE_DENORMALIZED_BFP_NUMBER): New constant.
25912         * config/s390/s390.md (FP_ALL): New mode iterator.
25913         (_d): New mode attribute.
25914         ("*signbit<mode>2>"): Changed mode of first operand.
25915         ("isinf<mode>2"): Changed mode of first operand.
25916         ("*TDC_insn"): Adaptation for DFP modes.
25917
25918 2008-01-22  Ben Elliston  <bje@au.ibm.com>
25919
25920         * tree.c (check_qualified_type): Improve function description.
25921
25922 2008-01-21  Jason Merrill  <jason@redhat.com>
25923
25924         PR c++/34196
25925         * tree.h (TRY_CATCH_IS_CLEANUP): New macro.
25926         * tree-eh.c (honor_protect_cleanup_actions): Strip TRY_CATCH_EXPR
25927         if it is set.
25928
25929 2008-01-21  DJ Delorie  <dj@redhat.com>
25930
25931         * doc/tm.texi (HARD_REGNO_NREGS): Note that this macro must not
25932         return zero.
25933
25934 2008-01-21  Richard Guenther  <rguenther@suse.de>
25935
25936         PR middle-end/34856
25937         * tree-cfg.c (verify_expr): Allow all invariant expressions
25938         instead of just constant class ones as reference argument.
25939         * tree-ssa-loop-im.c (for_each_index): Handle CONSTRUCTOR
25940         like any other constant.
25941         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
25942
25943 2008-01-21  H.J. Lu  <hongjiu.lu@intel.com>
25944
25945         * regmove.c (fixup_match_1): Update call crossed frequencies.
25946
25947 2008-01-21  Richard Guenther  <rguenther@suse.de>
25948
25949         PR c/34885
25950         * tree-inline.c (setup_one_parameter): Deal with mismatched
25951         types using a VIEW_CONVERT_EXPR.
25952
25953 2008-01-21  Alon Dayan  <alond@il.ibm.com>
25954             Olga Golovanevsky  <olga@il.ibm.com>
25955
25956         PR tree-optimization/34701
25957         * ipa-struct-reorg.c (gen_size): Fix the malloc parameter calculation
25958         when the structure size is not a power of 2.
25959
25960 2008-01-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
25961
25962         * doc/install.texi: Add doc for --enable-checking=df.
25963
25964 2008-01-20  Kaz Kojima  <kkojima@gcc.gnu.org>
25965
25966         PR rtl-optimization/34808
25967         * emit-rtl.c (try_split): Handle REG_RETVAL notes.
25968
25969 2008-01-20  Richard Sandiford  <rsandifo@nildram.co.uk>
25970
25971         * global.c (find_reg): Only compute EH_RETURN_DATA_REGNO once per
25972         input.
25973
25974 2008-01-19  Kenneth Zadeck  <zadeck@naturalbridge.com>
25975
25976         PR rtl-optimization/26854
25977         PR rtl-optimization/34400
25978         * ddg.c (create_ddg_dep_from_intra_loop_link): Do not use
25979         DF_RD->gen.
25980         * df.h (df_changeable_flags.DF_RD_NO_TRIM): New.
25981         (df_rd_bb_info.expanded_lr_out): New.
25982         * loop_invariant.c (find_defs): Added DF_RD_NO_TRIM flag.
25983         * loop_iv.c (iv_analysis_loop_init): Ditto.
25984         * df-problems.c (df_rd_free_bb_info, df_rd_alloc, df_rd_confluence_n,
25985         df_rd_bb_local_compute, df_rd_transfer_function, df_rd_free):
25986         Added code to allocate, initialize or free expanded_lr_out.
25987         (df_rd_bb_local_compute_process_def): Restructured to make
25988         more understandable.
25989         (df_rd_confluence_n): Add code to do nothing with fake edges and
25990         code to no apply invalidate_by_call sets if the sets are being trimmed.
25991         (df_lr_local_finalize): Renamed to df_lr_finalize.
25992         (df_live_local_finalize): Renamed to df_live_finalize.
25993
25994 2008-01-20  Richard Sandiford  <rsandifo@nildram.co.uk>
25995
25996         PR target/34831
25997         * config/mips/mips.md (div<mode>3): Use <recip_condition> when
25998         deciding whether to use reciprocal instructions.
25999
26000 2008-01-19  Uros Bizjak  <ubizjak@gmail.com>
26001
26002         * dwarf2out.c (dwarf2out_switch_text_section): Do not call
26003         dwarf2out_note_section_used if cold_text_section is NULL.
26004
26005 2008-01-19  Jakub Jelinek  <jakub@redhat.com>
26006
26007         PR gcov-profile/34610
26008         * tree-cfg.c (make_edges): Mark both outgoing edges from
26009         OMP_CONTINUE and from OMP_FOR as EDGE_ABNORMAL.
26010         * omp-low.c (expand_omp_for): Clear EDGE_ABNORMAL bits
26011         from OMP_FOR and OMP_CONTINUE outgoing edges.
26012
26013         * tree-profile.c (tree_profiling): Return early if
26014         cfun->after_tree_profile != 0.  Set cfun->after_tree_profile
26015         at the end.
26016         * omp-low.c (expand_omp_parallel): Copy after_tree_profile
26017         from cfun to child_cfun.
26018         * function.h (struct function): Add after_tree_profile bit.
26019
26020 2008-01-19 Anatoly Sokolov <aesok@post.ru>
26021
26022         * config/avr/avr.S (_exit): Disable interrupt.
26023
26024 2008-01-18  Kenneth Zadeck  <zadeck@naturalbridge.com>
26025             Steven Bosscher  <stevenb.gcc@gmail.com>
26026
26027         PR rtl-optimization/26854
26028         PR rtl-optimization/34400
26029         * df-problems.c (df_live_scratch): New scratch bitmap.
26030         (df_live_alloc): Allocate df_live_scratch when doing df_live.
26031         (df_live_reset): Clear the proper bitmaps.
26032         (df_live_bb_local_compute): Only process the artificial defs once
26033         since the order is not important.
26034         (df_live_init): Init the df_live sets only with the variables
26035         found live by df_lr.
26036         (df_live_transfer_function): Use the df_lr sets to prune the
26037         df_live sets as they are being computed.
26038         (df_live_free): Free df_live_scratch.
26039
26040 2008-01-18  Ian Lance Taylor  <iant@google.com>
26041
26042         * common.opt: Add fmerge-debug-strings.
26043         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test
26044         flag_merge_debug_strings rather than flag_merge_constants.
26045         * doc/invoke.texi (Option Summary): Mention
26046         -fmerge-debug-strings.
26047         (Debugging Options): Document -fmerge-debug-strings.
26048
26049 2008-01-18  Ian Lance Taylor  <iant@google.com>
26050
26051         PR c++/33407
26052         * tree.h (DECL_IS_OPERATOR_NEW): Define.
26053         (struct tree_function_decl): Add new field operator_new_flag.
26054         * tree-inline.c (expand_call_inline): When inlining a call to
26055         operator new, force the return value to go into a variable, and
26056         set DECL_NO_TBAA_P on that variable.
26057         * c-decl.c (merge_decls): Merge DECL_IS_OPERATOR_NEW flag.
26058
26059 2008-01-18  Uros Bizjak  <ubizjak@gmail.com>
26060
26061         PR debug/34484
26062         * dwarf2out.c (dwarf2out_switch_text_section): Do not guard with
26063         DWARF2_DEBUGGING_INFO.
26064         (dwarf2out_note_section_used): Ditto.  Add prototype.
26065         (have_multiple_function_sections, text_section_used,
26066         cold_text_section_used, *cold_text_sections): Move declarations
26067         before their uses.
26068
26069 2008-01-17  Bob Wilson  <bob.wilson@acm.org>
26070
26071         * config/xtensa/unwind-dw2-xtensa.h (_Unwind_FrameState): Remove pc
26072         field and add signal_ra.
26073         * config/xtensa/unwind-dw2-xtensa.c (uw_frame_state_for): Remove
26074         assignments to frame state pc.  Move end of stack check after
26075         MD_FALLBACK_FRAME_STATE_FOR.
26076         (uw_update_context_1): Use frame state signal_regs if set, instead
26077         of checking signal_frame flag.
26078         (uw_update_context): Use frame state signal_ra if set.
26079         * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Define.
26080         * config/xtensa/linux-unwind.h: New file.
26081
26082 2008-01-18  Bernhard Fischer  <aldot@gcc.gnu.org>
26083
26084         * modulo-sched.c (get_sched_window): Fix comment typo.
26085
26086 2008-01-17  Andrew MacLeod  <amacleod@redhat.com>
26087
26088         PR tree-optimization/34648
26089         * tree-ssa-sccvn.c (visit_use): Expressions which can throw are varying.
26090
26091 2008-01-17  Anatoly Sokolov <aesok@post.ru>
26092
26093         * config/avr/avr.h (LINK_SPEC): Support -mrelax and -mpmem-wrap-around.
26094         * config/avr/avr.opt (mrelax, mpmem-wrap-around): Add.
26095
26096 2008-01-17  Seongbae Park  <seongbae.park@gmail.com>
26097
26098         PR rtl-optimization/34400
26099         * df-core.c (df_worklist_dataflow_overeager,
26100         df_worklist_dataflow_doublequeue): New functions.
26101         (df_worklist_dataflow): Two different worklist solvers.
26102         * params.def (PARAM_DF_DOUBLE_QUEUE_THRESHOLD_FACTOR):
26103         New param.
26104
26105 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
26106
26107         PR testsuite/34821
26108         * doc/invoke.texi: Document the dependence on pthread for fopenmp
26109         and ftree-parallelize-loops.
26110
26111 2008-01-17  Mircea Namolaru  <namolaru@il.ibm.com>
26112
26113         PR rtl-optimization/34826
26114         * loop-doloop (doloop_modify): Update the REG_BR_PROB note.
26115
26116 2008-01-17  Andreas Krebbel  <krebbel1@de.ibm.com>
26117
26118         * global.c (find_reg): Mark the eh regs as used if necessary.
26119         * ra-conflict.c (global_conflicts): Set no_eh_reg flag.
26120         * ra.h (struct allocno): no_eh_reg field added.  Changed
26121         no_stack_reg type to bitfield.
26122
26123 2008-01-17  Eric Botcazou  <ebotcazou@adacore.com>
26124
26125         * tree.c (substitute_in_expr): Add missing 'break'.
26126
26127 2008-01-17  Richard Guenther  <rguenther@suse.de>
26128
26129         PR tree-optimization/34825
26130         * tree-ssa-math-opts.c (is_division_by): Do not recognize
26131         x / x as division to handle.
26132
26133 2008-01-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
26134
26135         * pa64-hpux.h (LIB_SPEC): Add "-lpthread" in shared links if "-mt" or
26136         "-pthread" is specified.
26137         * pa-hpux11.h (LIB_SPEC): Likewise.
26138
26139 2008-01-16  Janis Johnson  <janis187@us.ibm.com>
26140             Peter Bergner  <bergner@vnet.ibm.com>
26141
26142         PR rtl-optimization/33796
26143         * sparseset.c (sparseset_alloc): Use xcalloc rather than xmalloc.
26144
26145 2008-01-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
26146
26147         PR libgfortran/34699
26148         * pa-hpux.h (LINK_SPEC): Only search /lib/pa1.1 and /usr/lib/pa1.1 on
26149         static links.
26150         * pa-hpux10.h (LINK_SPEC): Likewise.
26151         * pa-hpux11.h (LINK_SPEC): Don't search /lib/pa1.1 and /usr/lib/pa1.1.
26152
26153 2008-01-16  Richard Guenther  <rguenther@suse.de>
26154
26155         PR middle-end/32628
26156         * fold-const.c (fold_convert_const_int_from_int): Do not
26157         set overflow if that occured only because of a sign extension
26158         change when converting from/to a sizetype with the same
26159         precision and signedness.
26160
26161 2008-01-16  Uros Bizjak  <ubizjak@gmail.com>
26162
26163         PR debug/34249
26164         * dwarf2out.c (output_call_frame_info): Move output of FDE initial
26165         location address to the correct place.  Update copyright year.
26166
26167 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
26168
26169         * lambda-code.c (lambda_transform_legal_p): Handle the case of
26170         no dependences in the dependence_relations vector.
26171
26172 2008-01-16  Jan Hubicka  <jh@suse.cz>
26173
26174         PR rtl-optimization/31396
26175         * regstat.c (regstat_bb_compute_ri): Compute FREQ_CALLS_CROSSED.
26176         * cfg.c (dump_reg_info): Print it.
26177         * regs.h (struct reg_info_t): add freq_calls_crossed.
26178         (REG_FREQ_CALLS_CROSSED): New macro.
26179         * global.c (global_alloc): Compute freq_calls_crossed for allocno.
26180         (find_reg): Update call of CALLER_SAVE_PROFITABLE.
26181         * regmove.c (optimize_reg_copy_1, optimize_reg_copy_2, fixup_match_2,
26182         regmove_optimize): Update call crossed frequencies.
26183         * local-alloc.c (struct qty): Add freq_calls_crossed.
26184         (alloc_qty): Copute freq_calls_crossed.
26185         (update_equiv_regs, combine_regs): Update REG_FREQ_CALLS_CROSSED.
26186         (find_free_reg): Update call of CALLER_SAVE_PROFITABLE.
26187         * ra.h (struct allocno): Add freq_calls_crossed.
26188
26189 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
26190
26191         * gcc.c (LINK_COMMAND_SPEC): Add includes and link options for
26192         libgomp when compiling with ftree-parallelize-loops.
26193         (GOMP_SELF_SPECS): Add -pthread for ftree-parallelize-loops.
26194
26195 2008-01-16  Richard Guenther  <rguenther@suse.de>
26196
26197         PR tree-optimization/34769
26198         * tree-data-ref.c (initialize_matrix_A): Revert fix for PR34458.
26199         * tree.c (int_cst_value): Instead make this function more
26200         permissive in what it accepts as valid input.  Document this
26201         function always sign-extends the value.
26202
26203 2008-01-16  Jakub Jelinek  <jakub@redhat.com>
26204             Richard Guenther  <rguenther@suse.de>
26205
26206         PR c/34668
26207         * gimplify.c (fold_indirect_ref_rhs): Rename to ...
26208         (gimple_fold_indirect_ref_rhs): ... this.
26209         (gimple_fold_indirect_ref): New function with foldings
26210         that preserve lvalueness.
26211         (gimplify_modify_expr_rhs): Call gimple_fold_indirect_ref_rhs.
26212         * tree-flow.h (gimple_fold_indirect_ref): Declare.
26213         * tree-inline.c (copy_body_r): Use gimple_fold_indirect_ref
26214         to fold an INDIRECT_REF, fall back to the old use of
26215         fold_indirect_ref_1.
26216
26217 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
26218
26219         * tree-data-ref.c (subscript_dependence_tester_1): Call
26220         free_conflict_function.
26221         (compute_self_dependence): Same.
26222
26223 2008-01-16  Uros Bizjak  <ubizjak@gmail.com>
26224
26225         PR debug/34249
26226         * debug.h (dwarf2out_switch_text_section): Move declaration from ...
26227         * dwarf2out.c (dwarf2out_switch_text_section): ... here.  Make
26228         function global.
26229         * final.c (final_scan_insn) [NOTE_INSN_SWITCH_TEXT_SECTIONS]:
26230         Depending on dwarf2out_do_frame, call dwarf2out_switch_text_section
26231         for DWARF2_UNWIND_INFO targets.
26232
26233 2008-01-16  Richard Guenther  <rguenther@suse.de>
26234
26235         PR c/34768
26236         * c-typeck.c (common_pointer_type): Do not merge inconsistent
26237         type qualifiers for function types.
26238
26239 2008-01-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
26240
26241         * tree-parloops.c (gen_parallel_loop): Fix ommision of declaration for
26242         loop_iterator li from previous commit.
26243
26244 2008-01-15  Sebastian Pop  <sebastian.pop@amd.com>
26245
26246         * tree-parloops.c (gen_parallel_loop): Free loop bound estimations.
26247
26248 2008-01-12  Sebastian Pop  <sebastian.pop@amd.com>
26249
26250         * tree-parloops.c (loop_has_blocks_with_irreducible_flag): New.
26251         (parallelize_loops): Don't parallelize irreducible components.
26252
26253 2008-01-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
26254
26255         PR c++/24924
26256         * c-opts (c_common_post_options): Do not enable CPP
26257         flag_pedantic_errors by default.
26258
26259 2008-01-14  Eric Botcazou  <ebotcazou@adacore.com>
26260
26261         PR rtl-optimization/31944
26262         * cse.c (remove_pseudo_from_table): New function.
26263         (merge_equiv_classes): Use above function to remove pseudo-registers.
26264         (invalidate): Likewise.
26265
26266 2008-01-13  Richard Guenther  <rguenther@suse.de>
26267
26268         PR middle-end/34601
26269         * emit-rtl.c (set_reg_attrs_for_decl_rtl): Use DECL_MODE
26270         instead of TYPE_MODE to deal with calls from expand_one_error_var.
26271
26272 2008-01-13  Uros Bizjak  <ubizjak@gmail.com>
26273
26274         * gcse.c (cprop_jump): Call validate_unshare_change instead of
26275         validate_change to unshare the source of the PC set.
26276
26277 2008-01-12  Jan Hubicka  <jh@suse.cz>
26278
26279         PR middle-end/32135
26280         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Do not construct
26281         references above array bounds.  This might trigger bounds checks for
26282         pointers to arrays.
26283
26284 2008-01-12  Sebastian Pop  <sebastian.pop@amd.com>
26285
26286         * tree-ssa-ter.c (free_temp_expr_table): Free num_in_part and
26287         new_replaceable_dependencies.
26288
26289 2008-01-12  Doug Kwan  <dougkwan@google.com>
26290
26291         * c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers
26292         instead of OPT_Wreturn_type in warning due to ignored return type
26293         qualifiers.
26294         * c-opt.c (c_common_post_option): Add -Wignored-qualifiers to
26295         options included in -Wextra.
26296         * c.opt: New option -Wignored_qualifiers.
26297         * doc/invoke.texi (Warning Options, -Wextra): Add new option
26298         -Wignore_qualifiers.
26299         (-Wignored-qualifiers): Document.
26300         (-Wreturn-type): Remove description of functionality now handled
26301         by -Wignored-qualifiers.
26302
26303 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
26304
26305         PR ada/33788
26306         * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Fold an existing
26307         NOP_EXPR if it is between integral types with the same precision.
26308
26309 2008-01-12  Jan Hubicka  <jh@suse.cz>
26310
26311         PR other/28023
26312         * invoke.texi (max-inline-recursive-depth): Fix default value.
26313
26314 2008-01-12  Zdenek Dvorak  <ook@ucw.cz>
26315
26316         * tree-parloops.c (transform_to_exit_first_loop): Cast nit to the
26317         correct type.
26318
26319 2008-01-11  Bob Wilson  <bob.wilson@acm.org>
26320
26321         * config/xtensa/xtensa.c (override_options): Set flag_shlib.
26322
26323 2008-01-11  James E. Wilson  <wilson@specifix.com>
26324
26325         PR target/26015
26326         * config/vax/elf.h (FRAME_POINTER_CFA_OFFSET): Define.
26327
26328 2008-01-11  Anatoly Sokolov <aesok@post.ru>
26329
26330         * config/avr/avr.c (expand_prologue, expand_epilogue): Don't
26331         save/restore frame pointer register and don't use 'call-prologues'
26332         optimization in function with "OS_task" attribute.
26333
26334 2008-01-11  Eric Botcazou  <ebotcazou@adacore.com>
26335
26336         PR middle-end/31309
26337         * expr.c (copy_blkmode_from_reg): Use a mode suited to the size
26338         when copying to memory.
26339
26340 2008-01-11  Steven Bosscher  <stevenb.gcc@gmail.com>
26341
26342         PR rtl-optimization/30905
26343         * cfgcleanup.c: Include dce.h
26344         (crossjumps_occured): New global variable.
26345         (try_crossjump_bb): Exit loop after finding a fallthru edge.
26346         If something changed, set crossjumps_occured to true.
26347         (try_optimize_cfg): Clear crossjumps_occured at the beginning.
26348         Don't add/remove fake edges to exit here...
26349         (cleanup_cfg): ...but do it here, when crossjumping.
26350         Run a fast DCE when successful crossjumps occured in the latest
26351         iteration of try_optimize_cfg.
26352
26353 2008-01-11  Richard Guenther  <rguenther@suse.de>
26354
26355         * tree-ssa-sccvn.c (struct vn_binary_op_s): Move hashcode near opcode.
26356         (struct vn_unary_op_s): Likewise.
26357         (vn_reference_insert): Free old reference on hash collision.
26358
26359 2008-01-10  Raksit Ashok  <raksit@google.com>
26360
26361         PR rtl-optimization/27971
26362         * combine.c (find_split_point): Split PLUS expressions which are
26363         inside a MEM rtx, and whose first operand is complex.
26364
26365 2008-01-10  DJ Delorie  <dj@redhat.com>
26366
26367         * config/m32c/m32c.c (m32c_hard_regno_nregs_1): Renamed from...
26368         (m32c_hard_regno_nregs): ...this, which is now a wrapper.
26369         (m32c_hard_regno_ok): Call the underlying function.
26370
26371 2008-01-10  Richard Guenther  <rguenther@suse.de>
26372
26373         PR middle-end/34683
26374         * tree-cfg.c (tree_merge_blocks): Do not go through the
26375         full-blown folding and stmt updating path if we just deal
26376         with virtual operands.
26377         * tree-ssa-copy.c (may_propagate_copy): Do not short-cut
26378         test for abnormal SSA_NAMEs.
26379
26380 2008-01-10  Andreas Krebbel  <krebbel1@de.ibm.com>
26381
26382         PR middle-end/34641
26383         * reload.c (push_reload): Add assertions.  All constants from
26384         reg_equiv_constant should have been used for replacing the respective
26385         pseudo earlier.
26386         (find_reloads_address): Invoke find_reloads_address_part for
26387         constant taken from the reg_equiv_constant array.
26388
26389 2008-01-10  Steven Bosscher  <stevenb.gcc@gmail.com>
26390
26391         * tree-ssa-sccvn.h (struct vn_ssa_aux): Make the most accessed
26392         field (valnum) the first in the struct.  Replace bools with
26393         unit bit fields.
26394
26395 2008-01-10  Richard Guenther  <rguenther@suse.de>
26396
26397         PR tree-optimization/34651
26398         * tree-sra.c (sra_build_assignment): Sanitize.  Use the correct
26399         types and ordering for masking and converting.
26400
26401 2008-01-09  Sebastian Pop  <sebastian.pop@amd.com>
26402
26403         PR tree-optimization/34017
26404         * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Generate code
26405         also for PHI_NODE expressions.
26406
26407 2008-01-09  Jan Hubicka  <jh@suse.cz>
26408
26409         PR tree-optimization/34708
26410         * tree-inline.c (estimate_num_insns_1): Compute cost of SWITCH_EXPR
26411         based on number of case labels.
26412         (init_inline_once): Remove switch_cost.
26413         * tree-inline.h (eni_weights_d): Remove switch_cost.
26414
26415 2008-01-09  Richard Guenther  <rguenther@suse.de>
26416         Andrew Pinski  <andrew_pinski@playstation.sony.com>
26417
26418         PR middle-end/30132
26419         * gimplify.c (gimplify_cond_expr): Do not create an addressable
26420         temporary if an rvalue is ok or an lvalue is not required.
26421
26422 2008-01-09  Richard Guenther  <rguenther@suse.de>
26423
26424         PR middle-end/34458
26425         * tree-data-ref.c (initialize_matrix_A): Use tree_low_cst,
26426         adjust return type.
26427
26428 2008-01-09  Richard Guenther  <rguenther@suse.de>
26429
26430         PR middle-end/34679
26431         * tree.c (host_integerp): Check for sizetype only if the
26432         type is an integer type.
26433
26434 2008-01-09  Steven Bosscher  <stevenb.gcc@gmail.com>
26435
26436         PR debug/26364
26437         * opts.c (decode_options): Disable inlining of functions called
26438         once if not in unit-at-a-time mode.
26439
26440 2008-01-09  Alexandre Oliva  <aoliva@redhat.com>
26441
26442         * Makefile.in (dse.o): Remove duplicate $(RECOG_H) dependency.
26443
26444 2008-01-08  Richard Guenther  <rguenther@suse.de>
26445
26446         PR middle-end/31863
26447         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Bail
26448         out early if the result will be unused.
26449
26450 2008-01-08  Uros Bizjak  <ubizjak@gmail.com>
26451
26452         PR target/34709
26453         Revert:
26454
26455         2008-01-05  Uros Bizjak  <ubizjak@gmail.com>
26456         * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
26457         for TARGET_RECIP.
26458
26459 2008-01-08  Jan Sjodin  <jan.sjodin@amd.com>
26460
26461         * config/i386/i386.c (k8_cost, amdfam10_cost): Branch costs
26462         for vectorization tuned.
26463
26464 2008-01-08  Richard Guenther  <rguenther@suse.de>
26465
26466         PR tree-optimization/34683
26467         * tree-ssa-operands.c (operand_build_cmp): Export.
26468         * tree-ssa-operands.h (operand_build_cmp): Declare.
26469         * tree-vn.c (vuses_compare): Remove.
26470         (sort_vuses): Use operand_build_cmp.
26471         (sort_vuses_heap): Likewise.
26472         * tree-ssa-sccvn.c (vuses_to_vec): Use VEC_reserve, not VEC_alloc
26473         to re-use old VEC if available.  Do not sort already sorted VUSEs.
26474         (vdefs_to_vec): Do not sort already sorted VDEFs.
26475
26476 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
26477
26478         PR middle-end/34694
26479         * omp-low.c (copy_var_decl): Copy also DECL_SOURCE_LOCATION.
26480
26481 2008-01-08  Uros Bizjak  <ubizjak@gmail.com>
26482
26483         PR target/34702
26484         * doc/invoke.texi (i386 and x86-64 Options) [mrecip]: Document
26485         limitations of reciprocal sequences on x86 targets.
26486
26487 2008-01-08  Richard Guenther  <rguenther@suse.de>
26488
26489         PR tree-optimization/34683
26490         * tree-flow-inline.h (var_ann): Remove overzealous asserts.
26491
26492 2008-01-07  Jakub Jelinek  <jakub@redhat.com>
26493
26494         PR target/34622
26495         * config/darwin.c (darwin_mergeable_string_section): Don't use
26496         .cstring if int_size_in_bytes != TREE_STRING_LENGTH.
26497
26498 2008-01-07  Uros Bizjak  <ubizjak@gmail.com>
26499
26500         PR target/34682
26501         * config/i386/i386.md (neg<mode>2): Rename from negsf2, negdf2 and
26502         negxf2.  Macroize expander using X87MODEF mode iterator.  Change
26503         predicates of op0 and op1 to register_operand.
26504         (abs<mode>2): Rename from abssf2, absdf2 and negxf2.  Macroize
26505         expander using X87MODEF mode iterator.  Change predicates of
26506         op0 and op1 to register_operand.
26507         ("*absneg<mode>2_mixed", "*absneg<mode>2_sse"): Rename from
26508         corresponding patterns and macroize using MODEF macro.  Change
26509         predicates of op0 and op1 to register_operand and remove
26510         "m" constraint. Disparage "r" alternative with "!".
26511         ("*absneg<mode>2_i387"): Rename from corresponding patterns and
26512         macroize using X87MODEF macro.  Change predicates of op0 and op1
26513         to register_operand and remove "m" constraint.  Disparage "r"
26514         alternative with "!".
26515         (absneg splitter with memory operands): Remove.
26516         ("*neg<mode>2_1", "*abs<mode>2_1"): Rename from corresponding
26517         patterns and macroize using X87MODEF mode iterator.
26518         * config/i386/sse.md (negv4sf2, absv4sf2, neg2vdf2, absv2df2):
26519         Change predicate of op1 to register_operand.
26520         * config/i386/i386.c (ix86_expand_fp_absneg_operator): Remove support
26521         for memory operands.
26522
26523 2008-01-07  Nathan Froyd  <froydnj@codesourcery.com>
26524
26525         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add clause for mcpu=8548.
26526
26527 2008-01-07  Richard Guenther  <rguenther@suse.de>
26528
26529         * basic-block.h (struct edge_def): Pair dest_idx with goto_locus
26530         fields.
26531
26532 2008-01-07  Richard Guenther  <rguenther@suse.de>
26533
26534         PR tree-optimization/34683
26535         * tree-ssa-sccvn.c (vuses_to_vec): Pre-allocate the vector of
26536         VOPs of the needed size to save memory.  Use VEC_quick_push
26537         to save compile-time.
26538         (vdefs_to_vec): Likewise.
26539
26540 2008-01-07  Sa Liu  <saliu@de.ibm.com>
26541
26542         * config/spu/spu.md (divdf3): Genetate inline code for double
26543         division.  The implementation doesn't handle INF or NAN, therefore it
26544         only applies when -ffinite-math-only is given.
26545
26546 2008-01-06  Paolo Carlini  <pcarlini@suse.de>
26547
26548         PR libstdc++/34680
26549         * c-cppbuiltin.c (c_cpp_builtins): Define __GXX_RTTI, if appropriate.
26550         * doc/cpp.texi ([Common Predefined Macros]): Document.
26551
26552 2008-01-06  Uros Bizjak  <ubizjak@gmail.com>
26553
26554         * config/i386/i386.c (ix86_emit_swsqrtsf): Use negative constants in
26555         order to use commutative addition instead of subtraction.
26556
26557 2008-01-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
26558             Mircea Namolaru  <namolaru@il.ibm.com>
26559             Vladimir Yanovsky  <yanov@il.ibm.com>
26560             Revital Eres  <eres@il.ibm.com>
26561
26562         PR tree-optimization/34263
26563         * tree-outof-ssa.c (process_single_block_loop_latch,
26564         contains_tree_r): New functions.
26565         (analyze_edges_for_bb): Call process_single_block_loop_latch
26566         function to empty single-basic-block latch block if possible.
26567
26568 2008-01-05  Uros Bizjak  <ubizjak@gmail.com>
26569
26570         * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
26571         for TARGET_RECIP.
26572         (ix86_emit_swsqrtsf): Do not filter out infinity for rsqrt expansion.
26573
26574 2008-01-05  Richard Sandiford  <rsandifo@nildram.co.uk>
26575
26576         * c-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR.
26577
26578 2008-01-05  Richard Sandiford  <rsandifo@nildram.co.uk>
26579
26580         * config/mips/mips.c (mips_in_small_data_p): Reinstate size > 0 check.
26581
26582 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
26583
26584         PR tree-optimization/34618
26585         * tree-outof-ssa.c (create_temp): Copy over DECL_GIMPLE_REG_P
26586         flag from T.
26587
26588 2008-01-05  Uros Bizjak  <ubizjak@gmail.com>
26589
26590         PR target/34673
26591         * config/i386/i386.c (ix86_emit_swsqrtsf): Swap input operands
26592         in the call to gen_rtx_NE.  Remove unneeded VECTOR_MODE_P check.
26593         Update copyright year.
26594
26595         * config/i386/i386.md (rsqrtsf2): Enable for TARGET_SSE_MATH.
26596         Update copyright year.
26597         * config/i386/sse.md (rsqrtv4sf2): Ditto. Unconditionally expand
26598         using NR fixup.
26599
26600 2008-01-05  Zhouyi Zhou  <zhouzhouyi@FreeBSD.org>
26601
26602         * tree-vrp.c (find_conditional_asserts): Remove redundant check that
26603         edge does not point to current bb before changing need_assert.
26604
26605 2008-01-04  Richard Guenther  <rguenther@suse.de>
26606
26607         PR middle-end/34029
26608         * tree-cfg.c (verify_expr): Do not look inside ADDR_EXPRs
26609         for verifying purposes if they are is_gimple_min_invariant.
26610
26611 2008-01-04  Aldy Hernandez  <aldyh@redhat.com>
26612
26613         PR tree-optimization/34448
26614         PR tree-optimization/34465
26615         * gimplify.c (gimplify_init_constructor): Add new parameter
26616         notify_temp_creation.  Use it.
26617         (gimplify_modify_expr_rhs): Take volatiles into account when
26618         optimizing constructors.
26619         Do not optimize constructors if gimplify_init_constructor will dump to
26620         memory.
26621         * gcc.dg/tree-ssa/pr32901.c: Tests const volatiles.
26622         * gcc.c-torture/compile/pr34448.c: New.
26623
26624 2008-01-04  Jakub Jelinek  <jakub@redhat.com>
26625
26626         PR gcov-profile/34609
26627         * tree-inline.c (declare_return_variable): Set TREE_ADDRESSABLE on
26628         return_slot if result is TREE_ADDRESSABLE.
26629
26630 2008-01-04  Richard Sandiford  <rsandifo@nildram.co.uk>
26631
26632         * config/mips/mips.md (sqrt_condition): Tweak comment.
26633         (recip_condition): Likewise.  Require TARGET_FLOAT64 for DFmode.
26634
26635 2008-01-03  Tom Tromey  <tromey@redhat.com>
26636
26637         PR c/34457
26638         * c-common.c (c_type_hash): Handle VLAs.
26639
26640 2008-01-03  Jan Hubicka  <jh@suse.cz>
26641
26642         PR tree-optimization/31081
26643         * tree-inline.c (remap_ssa_name): Initialize uninitialized SSA vars to
26644         0 when inlining and not inlining to first basic block.
26645         (remap_decl): When var is initialized to 0, don't set default_def.
26646         (expand_call_inline): Set entry_bb.
26647         * tree-inline.h (copy_body_data): Add entry_bb.
26648
26649 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
26650
26651         PR c++/34619
26652         * cgraphunit.c (cgraph_build_static_cdtor): set_cfun back to NULL
26653         before returning.
26654
26655         PR tree-optimization/29484
26656         * tree-inline.c (inline_forbidden_p_2): New function.
26657         (inline_forbidden_p): Disallow inlining if some static var
26658         has an address of a local LABEL_DECL in its initializer.
26659         * doc/extend.texi (Labels as Values): Document &&foo behaviour
26660         vs. inlining.
26661
26662 2008-01-03  Sebastian Pop  <sebastian.pop@amd.com>
26663
26664         PR tree-optimization/34635
26665         * tree-data-ref.c (add_other_self_distances): Make sure that the
26666         evolution step is constant.
26667
26668 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
26669
26670         PR middle-end/34608
26671         * omp-low.c (expand_omp_parallel): Purge dead EH edges in the child fn.
26672
26673 2008-01-02  Richard Sandiford  <rsandifo@nildram.co.uk>
26674
26675         * tree-sra.c (scalarize_init): Insert the generate_element_init
26676         statements after the generate_element_zero statements.
26677
26678 2008-01-02  Richard Guenther  <rguenther@suse.de>
26679
26680         PR middle-end/34093
26681         PR middle-end/31976
26682         * tree-ssa-operands.c (ssa_operand_alloc): Also allocate a buffer
26683         for very large number of operands instead of ICEing.
26684
26685 2008-01-02  Arthur Norman <acn1@cam.ac.uk>
26686
26687         PR target/34013
26688         * config/i386/i386.c (ix86_expand_prologue): Save red-zone
26689         while stack probing.
26690
26691 2008-01-01  Douglas Gregor  <doug.gregor@gmail.com>
26692
26693         * c-opts.c (sanitize_cpp_opts): Don't warn about "long long" when
26694         in C++0x mode.
26695
26696 2008-01-01  Volker Reichelt  <v.reichelt@netcologne.de>
26697
26698         PR libmudflap/26442
26699         * tree-mudflap.c (mx_register_decls): Guard warning by
26700         !DECL_ARTIFICIAL check.
26701
26702 2008-01-01  Jakub Jelinek  <jakub@redhat.com>
26703
26704         * config/i386/sse.md (sse5_pperm, sse5_pperm_pack_v2di_v4si,
26705         sse5_pperm_pack_v4si_v8hi, sse5_pperm_pack_v8hi_v16qi,
26706         sse5_perm<mode>): Fix constraints.