mips-protos.h (mips_emit_move): Declare.
[official-gcc.git] / gcc / ChangeLog
blobf78ecf60e3e0d406e6732da626cc5328868ff45f
1 2007-08-08  Richard Sandiford  <richard@codesourcery.com>
3         * config/mips/mips-protos.h (mips_emit_move): Declare.
4         * config/mips/mips.c (mips_emit_move): New function.
5         (mips_force_temporary): Use mips_emit_move instead of emit_move_insn.
6         (mips_legitimize_const_move): Likewise.
7         (mips_legitimize_move): Likewise.
8         (mips_split_64bit_move): Likewise.
9         (mips_restore_gp): Likewise.
10         (mips_load_call_address): Likewise.
11         (mips_emit_fcc_reload): Likewise.
12         (mips_set_return_address): Likewise.
13         (mips_block_move_straight): Likewise.
14         (mips_block_move_loop): Likewise.
15         (mips_setup_incoming_varargs): Likewise.
16         (mips_save_reg): Likewise.
17         (mips_expand_prologue): Likewise.
18         (mips_restore_reg): Likewise.
19         (mips_expand_epilogue): Likewise.
20         (mips_output_mi_thunk): Likewise.
21         (build_mips16_call_stub): Likewise.
22         (mips_builtin_branch_and_move): Likewise.
23         * config/mips/mips.h (INITIALIZE_TRAMPOLINE): Likewise.
24         * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
25         (fixuns_truncdfdi2): Likewise.
26         (fixuns_truncsfsi2): Likewise.
27         (fixuns_truncsfdi2): Likewise.
28         (loadgp_absolute): Likewise.
29         (builtin_setjmp_setup): Likewise.
30         (builtin_longjmp): Likewise.
31         (untyped_call): Likewise.
33 2007-08-08  Richard Sandiford  <richard@codesourcery.com>
35         * config/mips/mips-protos.h (mips_split_symbol): Add a mode and
36         an "rtx *" argument.  Return a bool.
37         * config/mips/mips.c (mips_split_symbol): Accept arbitrary source
38         values and return true if they can be split.  Take the same kind of
39         mode argument as mips_symbol_insns.  Add a "lo_sum_out" parameter
40         and store the lo_sum there if nonnull.  Use the symbol type to
41         determine whether a $gp or HIGH is needed.
42         (mips_legitimize_address): Update call to mips_split_symbol and
43         simplify accordingly.
44         (mips_legitimize_const_move): Likewise.
45         * config/mips/mips.md: In the combine define_split,
46         check mips_split_symbol instead of splittable_symbolic_operand.
47         Update use of mips_split_symbol in the generator code.
48         * config/mips/predicates.md (splittable_symbolic_operand): Delete.
50 2007-08-08  Richard Sandiford  <richard@codesourcery.com>
52         * config/mips/mips.c (mips_symbolic_address_p): Delete.
53         (mips_symbol_insns_1): New function, split out from...
54         (mips_symbol_insns): ...here.  Take a mode argument.  Treat loads
55         and stores separately from load addresses.
56         (mips_classify_address): Replace uses of mips_symbolic_address_p
57         with uses of mips_symbol_insns.
58         (mips_address_insns): Update calls to mips_symbol_insns.
59         (mips_const_insns): Likewise.
60         (mips_legitimize_address): Likewise.
62 2007-08-08  Richard Sandiford  <richard@codesourcery.com>
64         * config/mips/mips-protos.h (SYMBOL_FORCE_TO_MEM): New symbol type.
65         * config/mips/mips.c (mips_classify_symbol): Skip TARGET_ABICALLS
66         block for locally-binding symbols if TARGET_ABSOLUTE_ABICALLS.
67         Return SYMBOL_FORCE_TO_MEM instead of SYMBOL_ABSOLUTE for
68         non-call contexts if TARGET_MIPS16.
69         (mips_symbolic_constant_p): Handle SYMBOL_FORCE_TO_MEM.
70         (mips_symbolic_address_p): Likewise.  Remove special TARGET_MIPS16
71         code for SYMBOL_ABSOLUTE.
72         (mips_symbol_insns): Likewise.
74 2007-08-08  Richard Sandiford  <richard@codesourcery.com>
76         * config/mips/mips-protos.h (mips_symbol_context): New enumeration.
77         * config/mips/mips.c (mips_classify_symbol): Take a context argument.
78         (mips_symbolic_constant_p): Likewise.  Update the call to
79         mips_classify_symbol.
80         (mips_classify_address): Update the calls to mips_symbolic_constant_p.
81         (mips_const_insns): Likewise.  Update the call to mips_classify_symbol.
82         (mips_legitimize_address): Update the call to mips_symbolic_constant_p.
83         (print_operand_reloc): Add a context argument.  Update the call to
84         mips_symbolic_constant_p.
85         (print_operand): Update the calls to print_operand_reloc.
86         (print_operand_address): Use print_operand_reloc rather than
87         print_operand.
88         (mips_rewrite_small_data_p): Add a context argument.  Update the call
89         to mips_symbolic_constant_p.
90         (mips_small_data_pattern_1): Make DATA the containing mem.
91         Update the call to mips_rewrite_small_data_p.
92         (mips_rewrite_small_data_1): Likewise.
93         (mips_use_anchors_for_symbol_p): Update the call to
94         mips_symbolic_constant_p.
95         * config/mips/predicates.md (const_call_insn_operand): Likewise.
96         (splittable_symbolic_operand): Likewise.
97         (move_operand): Likewise.
98         (absolute_symbolic_operand): Likewise.
99         (got_disp_operand): Likewise.
100         (got_page_ofst_operand): Likewise.
102 2007-08-08  Richard Sandiford  <richard@codesourcery.com>
104         * config/mips/mips-protos.h (SYMBOL_GENERAL): Rename to...
105         (SYMBOL_ABSOLUTE): ...this.
106         (SYMBOL_SMALL_DATA): Rename to...
107         (SYMBOL_GP_RELATIVE): ...this.
108         (SYMBOL_CONSTANT_POOL): Rename to...
109         (SYMBOL_PC_RELATIVE): ...this.
110         * config/mips/mips.c (mips_classify_symbol, mips_symbolic_constant_p)
111         (mips_symbolic_address_p, mips_symbol_insns, override_options)
112         (mips_rewrite_small_data_p, mips_use_anchors_for_symbol_p): Update
113         after above changes.
114         * config/mips/predicates.md (const_call_insn_operand): Likewise.
115         (general_symbolic_operand): Rename to...
116         (absolute_symbolic_operand): ...this.
117         * config/mips/mips.md: Update after above changes.
119 2007-08-08  Vladimir Yanovsky  <yanov@il.ibm.com>
120             Revital Eres  <eres@il.ibm.com>
122         * ddg.c (print_ddg): Add dump information.
123         * modulo-sched.c (print_node_sched_params): Add parameter and
124         verbosity.
125         (calculate_maxii): Remove function.
126         (undo_generate_reg_moves): Likewise.
127         (undo_permute_partial_schedule): Likewise.
128         (kernel_number_of_cycles): Likewise.
129         (MAXII_FACTOR): New definition to calculate the upper bound of II.
130         (sms_schedule): Use it.  Remove profitability checks.
131         (sms_schedule_by_order): Fix order of nodes within the cycle.
133 2007-08-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
135         * gcc/config/i386/gnu.h (STARTFILE_SPEC): Use gcrt0.o in profile mode, add
136         -profile option, add pie support.
137         (ENDFILE_SPEC): New spec.
138         * gcc/config/gnu.h (LIB_SPEC): Add -profile option.
140 2007-08-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
142         * gcc/config/i386/gnu.h (CPP_SPEC): Add -pthread option.
143         * gcc/config/gnu.h (LIB_SPEC): Likewise.
145 2007-08-07  Yaz Saito  <saito@google.com>
146             Ian Lance Taylor  <iant@google.com>
148         * common.opt (finstrument-functions-exclude-function-list): New
149         option.
150         (finstrument-functions-exclude-file-list): New option.
151         * opts.c (char_p): Define and DEF_VEC.
152         (flag_instrument_functions_exclude_functions): New static
153         variable.
154         (flag_instrument_functions_exclude_files): New static variable.
155         (add_instrument_functions_exclude_list): New static function.
156         (flag_instrument_functions_exclude_p): New function.
157         (common_handle_option): Handle new options.
158         * flags.h (flag_instrument_functions_exclude_p): Declare.
159         * gimplify.c (gimplify_function_tree): Call
160         flag_instrument_functions_exclude_p.
161         * doc/invoke.texi (Option Summary): Mention new options.
162         (Code Gen Options): Document new options.
164 2007-08-07  Ian Lance Taylor  <iant@google.com>
166         PR rtl-optimization/32776
167         * lower-subreg.c (resolve_clobber): Call resolve_reg_notes.
168         (resolve_use): Likewise.
169         (decompose_multiword_subregs): Remove "changed" local variable.
171 2007-08-07  Carlos O'Donell  <carlos@codesourcery.com>
173         * configure.ac: Define HAVE_GNU_AS if $gas_flag is yes.
174         * configure: Regenerate.
175         * config.in: Regenerate.
176         * gcc.c [HAVE_GNU_AS]: Add "%{v} %{w:-W} %{I*} " to asm_options
177         spec string.
179 2007-08-07  Ian Lance Taylor  <iant@google.com>
181         * lower-subreg.c (resolve_clobber): If the clobber has a LIBCALL
182         note, just delete the insn.
184 2007-08-07  Andreas Schwab  <schwab@suse.de>
186         PR bootstrap/32973
187         * gengtype-lex.l: Ignore backslash/newline pair while scanning a
188         struct definition.
190 2007-08-07  Andreas Krebbel  <krebbel1@de.ibm.com>
192         * lower-subreg.c (resolve_subreg_use): Remove assertion.
193         (find_decomposable_shift_zext, resolve_shift_zext): New functions.
194         (decompose_multiword_subregs): Use the functions above to decompose
195         multiword shifts and zero-extends.
197 2007-08-07  Rask Ingemann Lambertsen  <rask@sygehus.dk>
199         * doc/sourcebuild.texi (Test Directives): Fix "compile" and
200         "assemble" descriptions which were swapped.
202 2007-08-06  Chao-ying Fu  <fu@mips.com>
204         * fixed-value.h: New file.
205         * fixed-value.c: New file.
206         * Makefile.in (OBJS-common): Add fixed-value.o.
207         (fixed-value.o): New rule.
208         (GTFILES): Add fixed-value.h.
209         * double-int.c (double_int_scmp): We should use unsigned HOST_WIDE_INT
210         to compare a.low and b.low.
211         * gengtype.c (main): Handle FIXED_VALUE_TYPE type as scalar typedef.
213 2007-08-06  H.J. Lu  <hongjiu.lu@intel.com>
214             Daniel Jacobowitz  <dan@codesourcery.com>
216         PR target/31868
217         * config.gcc (x86_64-*-freebsd*): Add i386/t-crtstuff to
218         tmake_file.
219         (x86_64-*-netbsd*): Likewise.
220         (x86_64-*-linux*): Likewise.
221         (x86_64-*-kfreebsd*-gnu): Likewise.
222         (x86_64-*-knetbsd*-gnu): Likewise.
223         (i[34567]86-*-solaris2.1[0-9]*): Likewise.
225         * config/i386/t-linux64 (CRTSTUFF_T_CFLAGS): Removed.
227         * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Update comments.
228         Add -fno-asynchronous-unwind-tables.
230         * config/t-freebsd (CRTSTUFF_T_CFLAGS_S): Add $(CRTSTUFF_T_CFLAGS).
231         * config/t-libc-ok (CRTSTUFF_T_CFLAGS_S): Likewise.
232         * config/t-lynx (CRTSTUFF_T_CFLAGS_S): Likewise.
233         * config/t-netbsd (CRTSTUFF_T_CFLAGS_S): Likewise.
234         * config/t-svr4 (CRTSTUFF_T_CFLAGS_S): Likewise.
236 2007-08-06  Steve Ellcey  <sje@cup.hp.com>
238         * config/ia64/ia64.c (ia64_c_mode_for_suffix): New.
239         (TARGET_C_MODE_FOR_SUFFIX): New.
241 2007-08-06  Steve Ellcey  <sje@cup.hp.com>
243         * config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.
245 2007-08-06  Steve Ellcey  <sje@cup.hp.com>
247         * config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo.
249 2007-08-06  H.J. Lu  <hongjiu.lu@intel.com>
251         * config/i386/i386.md: Check TARGET_ macros and optimize_size
252         before checking function returns in conditional expressions.
254 2007-08-06  Alfred Minarik  <a.minarik@aon.at>
256         PR pch/13676
257         * doc/invoke.texi: Add .hp, .hxx, .hpp, .h, .HPP, .tcc as c++ header.
259 2008-08-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
261         PR middle-end/32988
262         * tree.c (build2_stat): Instead of checking for INTEGER_TYPE, check
263         for INTEGRAL_TYPE_P.
265 2008-08-05  Paolo Bonzini  <bonzini@gnu.org>
267         * configure.ac: Remove --enable-checking=df from default settings.
268         * tree-pass.h (TODO_df_verify): New.  Shift TODO_mark_first_instance.
269         * df-core.c (df_finish_pass) [ENABLE_CHECKING]: Schedule verification
270         if the parameter is true.
271         (df_analyze) [!ENABLE_DF_CHECKING]: Also do verification if the
272         DF_VERIFY_SCHEDULED flag is true.
273         * df.h (enum df_changeable_flags): Add DF_VERIFY_SCHEDULED.
274         (df_finish_pass): Adjust prototype.
275         * passes.c (execute_todo): Schedule verification if TODO_df_verify is
276         true.
278         * see.c (pass_see): Add TODO_df_verify.
279         * loop-init.c (pass_rtl_move_loop_invariants): Add TODO_df_verify.
280         * global.c (rest_of_handle_global_alloc): Schedule verification
281         after the pass.
282         * local-alloc.c (rest_of_handle_local_alloc): Schedule verification
283         before the pass.
284         * function.c (pass_thread_prologue_and_epilogue): Add TODO_df_verify.
285         * gcse.c (rest_of_handle_gcse): Adjust call to df_finish_pass.
286         * loop-iv.c (iv_analysis_done): Schedule verification after the pass.
288         * config/sh/sh.c (sh_output_mi_thunk): Remove dead code.
289         * config/ia64/ia64.c (ia64_reorg): Adjust call to df_finish_pass.
290         * config/bfin/bfin.c (bfin_reorg): Adjust call to df_finish_pass.
292 2007-08-05  Vladimir Yanovsky  <yanov@il.ibm.com>
293             Revital Eres <eres@il.ibm.com>
295         * doc/invoke.texi (-fmodulo-sched-allow-regmoves): Document new
296         flag.
297         * ddg.c (create_ddg_dependence): Rename to...
298         (create_ddg_dep_from_intra_loop_link): This.  Do not check
299         for interloop edges.  Do not create anti dependence edge when
300         a true dependence edge exists in the opposite direction and
301         -fmodulo-sched-allow-regmoves is set.
302         (build_intra_loop_deps): Call create_ddg_dep_from_intra_loop_link.
303         (add_cross_iteration_register_deps): Create anti dependence edge
304         when -fno-modulo-sched-allow-regmoves is set.
305         * common.opt (-fmodulo-sched-allow-regmoves): New flag.
307 2007-08-04  Richard Sandiford  <richard@codesourcery.com>
309         * config/arm/arm.md (movsi): Add braces.
311 2007-08-04  Andrew Pinski  <andrew_pinski@playstation.sony.com>
313         PR middle-end/32780
314         * fold-const.c (fold_binary <case MINUS_EXPR>): Fix the type of operands
315         for the folding of "A - (A & B)" into "~B & A"; cast them to type.
317 2007-08-03  Zdenek Dvorak  <ook@ucw.cz>
319         * tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state
320         accessor functions.
321         * cfgloopmanip.c (remove_path, create_preheaders,
322         force_single_succ_latches, fix_loop_structure): Ditto.
323         * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa,
324         tree_duplicate_loop_to_header_edge): Ditto.
325         * cfgloopanal.c (mark_irreducible_loops): Ditto.
326         * loop-init.c (loop_optimizer_init, loop_optimizer_finalize):
327         Ditto.
328         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures,
329         cleanup_tree_cfg): Ditto.
330         * tree-cfg.c (tree_merge_blocks): Ditto.
331         * cfgloop.c (rescan_loop_exit, record_loop_exits,
332         release_recorded_exits, get_loop_exit_edges, verify_loop_structure,
333         loop_preheader_edge, single_exit): Ditto.
334         (flow_loops_find): Do not clear loops->state.
335         * cfgloop.h (loops_state_satisfies_p, loops_state_set,
336         loops_state_clear): New functions.
338 2007-08-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
340         PR middle-end/32399
341         * tree-ssa-address.c (add_to_parts): Use POINTER_PLUS_EXPR
342         when adding to the base and convert ELT to sizetype instead of type.
344 2007-08-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
346         PR middle-end/32304
347         * ipa-reference.c (has_proper_scope_for_analysis): Return false when
348         the decl's type has TYPE_NEEDS_CONSTRUCTING set.
350 2007-08-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
352         PR middle-end/32935
353         * fold-convert.c (fold_negate_expr <NOP_EXPR>): Convert back to the
354          correct type the negate expression.
356 2007-08-03  Jan Hubicka  <jh@suse.cz>
358         * i386.c (setup_incoming_varargs_64): Tolerate 64bit preferred
359         stack boundary.
361 2007-08-03  David Edelsohn  <edelsohn@gnu.org>
363         * config/rs6000/rs6000.c (struct processor_cost): Change
364         l1_cache_lines to l1_cache_size.  Add l2_cache_size.
365         (*_cost): Convert l1 cache information to kilobytes.  Add l2 cache
366         information.
367         (rios1_costs, rios2_cost): Correct cache line size.
368         (rs6000_override_options): Set l2-cache-size parameter.
370 2007-08-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
371             Diego Novillo  <dnovillo@google.com>
373         PR 31521
374         * tree-vrp.c (simplify_div_or_mod_using_ranges): Also simplify
375         if the range includes 0.
377 2007-08-03  Ben Elliston  <bje@au.ibm.com>
379         * config/spu/spu.md (dftsv, dftsv_celledp): Attach the appropriate
380         mode to unspec expressions to silence a warning from the generator
381         programs.
382         
383 2007-08-02  Steve Ellcey  <sje@cup.hp.com>
385         * config/ia64/constraints.md ("U"): Make constraint vector only.
387 2007-08-02  Nathan Froyd  <froydnj@codesourcery.com>
389         PR middle-end/25446
390         * c-objc-common.c (c_cannot_inline_tree_fn): Check for an
391         always_inline attribute on the function decl.
393 2007-08-02  Nathan Froyd  <froydnj@codesourcery.com>
395         PR middle-end/25445
396         * varasm.c (default_binds_local_p_1): Consult flag_whole_program
397         if we are compiling with -fPIC.
399 2007-08-02  Sandra Loosemore  <sandra@codesourcery.com>
400             Nigel Stephens  <nigel@mips.com>
402         * longlong.h [__mips__] (count_leading_zeros, COUNT_LEADING_ZEROS_0):
403         Define for MIPS32 and MIPS64.
405 2007-08-02  Nick Clifton  <nickc@redhat.com>
407         * config/host-hpux.c: Change copyright header to refer to version
408         3 of the GNU General Public License and to point readers at the
409         COPYING3 file and the FSF's license web page.
410         * config/alpha/predicates.md, config/alpha/vms-ld.c,
411         config/alpha/linux.h, config/alpha/alpha.opt,
412         config/alpha/linux-elf.h, config/alpha/vms.h, config/alpha/elf.h,
413         config/alpha/vms-unwind.h, config/alpha/ev4.md,
414         config/alpha/ev6.md, config/alpha/alpha.c, config/alpha/vms-cc.c,
415         config/alpha/alpha.h, config/alpha/sync.md,
416         config/alpha/openbsd.h, config/alpha/alpha.md,
417         config/alpha/alpha-modes.def, config/alpha/ev5.md,
418         config/alpha/alpha-protos.h, config/alpha/freebsd.h,
419         config/alpha/osf5.h, config/alpha/netbsd.h, config/alpha/vms64.h,
420         config/alpha/constraints.md, config/alpha/osf.h,
421         config/alpha/xm-vms.h, config/alpha/unicosmk.h, config/linux.h,
422         config/frv/predicates.md, config/frv/frv.h, config/frv/linux.h,
423         config/frv/frv.md, config/frv/frv.opt, config/frv/frv-modes.def,
424         config/frv/frv-asm.h, config/frv/frv-protos.h,
425         config/frv/frv-abi.h, config/frv/frv.c, config/s390/tpf.h,
426         config/s390/s390.c, config/s390/predicates.md, config/s390/s390.h,
427         config/s390/linux.h, config/s390/tpf.md, config/s390/tpf.opt,
428         config/s390/2064.md, config/s390/2084.md, config/s390/s390.md,
429         config/s390/s390.opt, config/s390/s390-modes.def,
430         config/s390/fixdfdi.h, config/s390/constraints.md,
431         config/s390/s390-protos.h, config/s390/s390x.h, config/elfos.h,
432         config/dbxcoff.h, config/m32c/predicates.md, config/m32c/cond.md,
433         config/m32c/m32c.c, config/m32c/minmax.md, config/m32c/blkmov.md,
434         config/m32c/m32c-pragma.c, config/m32c/m32c.h,
435         config/m32c/prologue.md, config/m32c/m32c.abi,
436         config/m32c/muldiv.md, config/m32c/bitops.md, config/m32c/mov.md,
437         config/m32c/addsub.md, config/m32c/m32c.md, config/m32c/m32c.opt,
438         config/m32c/t-m32c, config/m32c/m32c-modes.def,
439         config/m32c/jump.md, config/m32c/shift.md,
440         config/m32c/m32c-protos.h, config/libgloss.h,
441         config/spu/spu-protos.h, config/spu/predicates.md,
442         config/spu/spu-builtins.h, config/spu/spu.c,
443         config/spu/spu-builtins.def, config/spu/spu-builtins.md,
444         config/spu/spu.h, config/spu/spu-elf.h, config/spu/constraints.md,
445         config/spu/spu.md, config/spu/spu-c.c, config/spu/spu.opt,
446         config/spu/spu-modes.def, config/spu/t-spu-elf, config/interix.h,
447         config/sparc/hypersparc.md, config/sparc/predicates.md,
448         config/sparc/linux.h, config/sparc/sp64-elf.h,
449         config/sparc/supersparc.md, config/sparc/cypress.md,
450         config/sparc/openbsd1-64.h, config/sparc/openbsd64.h,
451         config/sparc/niagara.md, config/sparc/sparc.md,
452         config/sparc/long-double-switch.opt, config/sparc/ultra3.md,
453         config/sparc/sparc.opt, config/sparc/sync.md,
454         config/sparc/sp-elf.h, config/sparc/sparc-protos.h,
455         config/sparc/ultra1_2.md, config/sparc/biarch64.h,
456         config/sparc/sparc.c, config/sparc/little-endian.opt,
457         config/sparc/sysv4-only.h, config/sparc/sparc.h,
458         config/sparc/linux64.h, config/sparc/freebsd.h,
459         config/sparc/sol2.h, config/sparc/rtemself.h,
460         config/sparc/netbsd-elf.h, config/sparc/vxworks.h,
461         config/sparc/sparc-modes.def, config/sparc/sparclet.md,
462         config/sparc/sysv4.h, config/vx-common.h, config/netbsd-aout.h,
463         config/flat.h, config/m32r/m32r.md, config/m32r/predicates.md,
464         config/m32r/little.h, config/m32r/m32r.c, config/m32r/m32r.opt,
465         config/m32r/linux.h, config/m32r/constraints.md,
466         config/m32r/m32r.h, config/m32r/m32r-protos.h, config/vxworks.opt,
467         config/darwin-c.c, config/darwin.opt, config/i386/i386.h,
468         config/i386/cygming.h, config/i386/linux.h, config/i386/cygwin.h,
469         config/i386/i386.md, config/i386/netware-crt0.c,
470         config/i386/sco5.h, config/i386/mmx.md, config/i386/vx-common.h,
471         config/i386/kaos-i386.h, config/i386/winnt-stubs.c,
472         config/i386/netbsd64.h, config/i386/djgpp.h, config/i386/gas.h,
473         config/i386/sol2.h, config/i386/constraints.md,
474         config/i386/netware-libgcc.c, config/i386/sysv5.h,
475         config/i386/predicates.md, config/i386/geode.md,
476         config/i386/x86-64.h, config/i386/kfreebsd-gnu.h,
477         config/i386/freebsd64.h, config/i386/vxworksae.h,
478         config/i386/pentium.md, config/i386/lynx.h, config/i386/i386elf.h,
479         config/i386/rtemself.h, config/i386/netbsd-elf.h,
480         config/i386/ppro.md, config/i386/k6.md, config/i386/netware.c,
481         config/i386/netware.h, config/i386/i386-modes.def,
482         config/i386/sysv4-cpp.h, config/i386/i386-interix.h,
483         config/i386/cygwin1.c, config/i386/djgpp.opt, config/i386/uwin.h,
484         config/i386/unix.h, config/i386/ptx4-i.h, config/i386/xm-djgpp.h,
485         config/i386/att.h, config/i386/winnt.c, config/i386/beos-elf.h,
486         config/i386/sol2-10.h, config/i386/darwin64.h, config/i386/sse.md,
487         config/i386/i386.opt, config/i386/bsd.h, config/i386/cygming.opt,
488         config/i386/xm-mingw32.h, config/i386/linux64.h,
489         config/i386/openbsdelf.h, config/i386/xm-cygwin.h,
490         config/i386/sco5.opt, config/i386/darwin.h, config/i386/mingw32.h,
491         config/i386/winnt-cxx.c, config/i386/i386-interix3.h,
492         config/i386/nwld.c, config/i386/nwld.h, config/i386/host-cygwin.c,
493         config/i386/cygwin2.c, config/i386/i386-protos.h,
494         config/i386/sync.md, config/i386/openbsd.h,
495         config/i386/host-mingw32.c, config/i386/i386-aout.h,
496         config/i386/nto.h, config/i386/biarch64.h,
497         config/i386/i386-coff.h, config/i386/freebsd.h,
498         config/i386/driver-i386.c, config/i386/knetbsd-gnu.h,
499         config/i386/host-i386-darwin.c, config/i386/vxworks.h,
500         config/i386/crtdll.h, config/i386/i386.c, config/i386/sysv4.h,
501         config/darwin-protos.h, config/linux.opt, config/sol2.c,
502         config/sol2.h, config/sh/symbian.c, config/sh/sh-protos.h,
503         config/sh/linux.h, config/sh/elf.h, config/sh/superh.h,
504         config/sh/sh4.md, config/sh/coff.h, config/sh/newlib.h,
505         config/sh/embed-elf.h, config/sh/symbian-pre.h, config/sh/rtems.h,
506         config/sh/kaos-sh.h, config/sh/sh4a.md, config/sh/constraints.md,
507         config/sh/sh64.h, config/sh/sh.opt, config/sh/symbian-post.h,
508         config/sh/sh-c.c, config/sh/predicates.md, config/sh/sh.c,
509         config/sh/sh.h, config/sh/shmedia.md, config/sh/sh-modes.def,
510         config/sh/little.h, config/sh/sh1.md, config/sh/sh4-300.md,
511         config/sh/superh64.h, config/sh/rtemself.h,
512         config/sh/netbsd-elf.h, config/sh/sh.md, config/sh/vxworks.h,
513         config/usegas.h, config/svr3.h, config/pdp11/pdp11-protos.h,
514         config/pdp11/2bsd.h, config/pdp11/pdp11.md, config/pdp11/pdp11.c,
515         config/pdp11/pdp11.opt, config/pdp11/pdp11-modes.def,
516         config/pdp11/pdp11.h, config/avr/rtems.h, config/avr/avr-protos.h,
517         config/avr/predicates.md, config/avr/constraints.md,
518         config/avr/avr.md, config/avr/avr.c, config/avr/avr.opt,
519         config/avr/avr.h, config/sol2-protos.h, config/dbxelf.h,
520         config/lynx.opt, config/crx/crx.h, config/crx/crx-protos.h,
521         config/crx/crx.md, config/crx/crx.c, config/crx/crx.opt,
522         config/c4x/c4x-c.c, config/c4x/c4x.c, config/c4x/c4x.opt,
523         config/c4x/c4x-modes.def, config/c4x/rtems.h,
524         config/c4x/predicates.md, config/c4x/c4x.h,
525         config/c4x/c4x-protos.h, config/c4x/c4x.md, config/kfreebsd-gnu.h,
526         config/xtensa/predicates.md, config/xtensa/xtensa.c,
527         config/xtensa/linux.h, config/xtensa/xtensa.h,
528         config/xtensa/elf.h, config/xtensa/xtensa.md,
529         config/xtensa/xtensa.opt, config/xtensa/constraints.md,
530         config/xtensa/xtensa-protos.h, config/dbx.h,
531         config/stormy16/predicates.md, config/stormy16/stormy16.md,
532         config/stormy16/stormy16.c, config/stormy16/stormy16.opt,
533         config/stormy16/stormy16.h, config/stormy16/stormy16-protos.h,
534         config/host-solaris.c, config/fr30/fr30.h,
535         config/fr30/predicates.md, config/fr30/fr30-protos.h,
536         config/fr30/fr30.md, config/fr30/fr30.c, config/fr30/fr30.opt,
537         config/vxworksae.h, config/sol2-c.c, config/lynx.h,
538         config/m68hc11/m68hc11-protos.h, config/m68hc11/predicates.md,
539         config/m68hc11/m68hc11.md, config/m68hc11/m68hc11.c,
540         config/m68hc11/m68hc11.opt, config/m68hc11/m68hc11.h,
541         config/m68hc11/m68hc12.h, config/openbsd-oldgas.h,
542         config/host-linux.c, config/interix3.h, config/cris/cris.c,
543         config/cris/predicates.md, config/cris/linux.h,
544         config/cris/cris.h, config/cris/aout.h, config/cris/cris.md,
545         config/cris/linux.opt, config/cris/cris.opt, config/cris/elf.opt,
546         config/cris/aout.opt, config/cris/cris-protos.h,
547         config/vxworks-dummy.h, config/netbsd.h, config/netbsd-elf.h,
548         config/iq2000/iq2000.h, config/iq2000/predicates.md,
549         config/iq2000/iq2000-protos.h, config/iq2000/iq2000.md,
550         config/iq2000/iq2000.c, config/iq2000/iq2000.opt,
551         config/host-darwin.c, config/mt/mt.md, config/mt/mt.c,
552         config/mt/mt.opt, config/mt/t-mt, config/mt/mt.h,
553         config/mt/mt-protos.h, config/svr4.h, config/host-darwin.h,
554         config/chorus.h, config/mn10300/mn10300.c,
555         config/mn10300/mn10300.opt, config/mn10300/predicates.md,
556         config/mn10300/mn10300.h, config/mn10300/linux.h,
557         config/mn10300/constraints.md, config/mn10300/mn10300-protos.h,
558         config/mn10300/mn10300.md, config/ia64/predicates.md,
559         config/ia64/itanium1.md, config/ia64/unwind-ia64.h,
560         config/ia64/ia64-c.c, config/ia64/sync.md, config/ia64/ia64.c,
561         config/ia64/itanium2.md, config/ia64/ia64.h, config/ia64/vect.md,
562         config/ia64/freebsd.h, config/ia64/ia64.md,
563         config/ia64/ia64-modes.def, config/ia64/constraints.md,
564         config/ia64/hpux.h, config/ia64/ia64-protos.h, config/windiss.h,
565         config/gofast.h, config/rtems.h, config/sol2-10.h,
566         config/m68k/predicates.md, config/m68k/m68k.md,
567         config/m68k/linux.h, config/m68k/m68k-modes.def,
568         config/m68k/print-sysroot-suffix.sh, config/m68k/m68k-protos.h,
569         config/m68k/coff.h, config/m68k/m68k-none.h, config/m68k/ieee.opt,
570         config/m68k/openbsd.h, config/m68k/m68k-aout.h,
571         config/m68k/m68k.opt, config/m68k/m68020-elf.h,
572         config/m68k/m68kelf.h, config/m68k/m68k-devices.def,
573         config/m68k/uclinux-oldabi.h, config/m68k/m68k.c,
574         config/m68k/constraints.md, config/m68k/rtemself.h,
575         config/m68k/netbsd-elf.h, config/m68k/m68k.h,
576         config/m68k/uclinux.h, config/rs6000/power4.md,
577         config/rs6000/host-darwin.c, config/rs6000/6xx.md,
578         config/rs6000/linux.h, config/rs6000/eabi.h,
579         config/rs6000/aix41.opt, config/rs6000/xcoff.h,
580         config/rs6000/secureplt.h, config/rs6000/linuxspe.h,
581         config/rs6000/eabialtivec.h, config/rs6000/8540.md,
582         config/rs6000/darwin8.h, config/rs6000/kaos-ppc.h,
583         config/rs6000/windiss.h, config/rs6000/603.md,
584         config/rs6000/aix41.h, config/rs6000/cell.md,
585         config/rs6000/mpc.md, config/rs6000/aix43.h, config/rs6000/beos.h,
586         config/rs6000/gnu.h, config/rs6000/rtems.h, config/rs6000/aix.opt,
587         config/rs6000/darwin.md, config/rs6000/darwin64.h,
588         config/rs6000/default64.h, config/rs6000/7xx.md,
589         config/rs6000/darwin.opt, config/rs6000/spe.md,
590         config/rs6000/rs6000.opt, config/rs6000/rs6000-c.c,
591         config/rs6000/rios2.md, config/rs6000/linuxaltivec.h,
592         config/rs6000/7450.md, config/rs6000/linux64.h,
593         config/rs6000/constraints.md, config/rs6000/440.md,
594         config/rs6000/darwin.h, config/rs6000/host-ppc64-darwin.c,
595         config/rs6000/rs6000.c, config/rs6000/aix52.h,
596         config/rs6000/rs6000.h, config/rs6000/power6.md,
597         config/rs6000/predicates.md, config/rs6000/altivec.md,
598         config/rs6000/aix64.opt, config/rs6000/rios1.md,
599         config/rs6000/rs6000-modes.def, config/rs6000/rs64.md,
600         config/rs6000/eabisim.h, config/rs6000/sysv4le.h,
601         config/rs6000/darwin7.h, config/rs6000/dfp.md,
602         config/rs6000/linux64.opt, config/rs6000/sync.md,
603         config/rs6000/vxworksae.h, config/rs6000/power5.md,
604         config/rs6000/lynx.h, config/rs6000/biarch64.h,
605         config/rs6000/rs6000.md, config/rs6000/sysv4.opt,
606         config/rs6000/eabispe.h, config/rs6000/e500.h,
607         config/rs6000/freebsd.h, config/rs6000/rs6000-protos.h,
608         config/rs6000/netbsd.h, config/rs6000/e500-double.h,
609         config/rs6000/aix.h, config/rs6000/vxworks.h,
610         config/rs6000/40x.md, config/rs6000/aix51.h,
611         config/rs6000/sysv4.h, config/arc/arc-protos.h, config/arc/arc.md,
612         config/arc/arc.c, config/arc/arc.opt, config/arc/arc-modes.def,
613         config/arc/arc.h, config/mcore/mcore-elf.h,
614         config/mcore/mcore-protos.h, config/mcore/predicates.md,
615         config/mcore/mcore.md, config/mcore/mcore.c,
616         config/mcore/mcore.opt, config/mcore/mcore.h,
617         config/mcore/mcore-pe.h, config/darwin.c, config/freebsd-nthr.h,
618         config/score/predicates.md, config/score/score-version.h,
619         config/score/score-protos.h, config/score/misc.md,
620         config/score/elf.h, config/score/score.c, config/score/mac.md,
621         config/score/score7.md, config/score/score.h,
622         config/score/score-conv.h, config/score/score-mdaux.c,
623         config/score/score.md, config/score/score.opt,
624         config/score/score-modes.def, config/score/score-mdaux.h,
625         config/score/mul-div.S, config/arm/uclinux-elf.h,
626         config/arm/semi.h, config/arm/ecos-elf.h, config/arm/arm1020e.md,
627         config/arm/symbian.h, config/arm/linux-elf.h,
628         config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
629         config/arm/elf.h, config/arm/aout.h, config/arm/arm.c,
630         config/arm/thumb2.md, config/arm/vec-common.md, config/arm/coff.h,
631         config/arm/strongarm-pe.h, config/arm/arm.h,
632         config/arm/cortex-a8-neon.md, config/arm/semiaof.h,
633         config/arm/cortex-a8.md, config/arm/uclinux-eabi.h,
634         config/arm/arm-modes.def, config/arm/linux-eabi.h,
635         config/arm/rtems-elf.h, config/arm/neon-schedgen.ml,
636         config/arm/arm-cores.def, config/arm/arm-protos.h,
637         config/arm/vfp.md, config/arm/aof.h, config/arm/linux-gas.h,
638         config/arm/wince-pe.h, config/arm/neon.md,
639         config/arm/constraints.md, config/arm/neon.ml,
640         config/arm/xscale-elf.h, config/arm/strongarm-coff.h,
641         config/arm/arm.opt, config/arm/arm926ejs.md,
642         config/arm/predicates.md, config/arm/iwmmxt.md,
643         config/arm/arm_neon.h, config/arm/unknown-elf.h,
644         config/arm/kaos-arm.h, config/arm/bpabi.h, config/arm/pe.opt,
645         config/arm/neon-testgen.ml, config/arm/arm.md,
646         config/arm/xscale-coff.h, config/arm/pe.c,
647         config/arm/arm-generic.md, config/arm/pe.h,
648         config/arm/kaos-strongarm.h, config/arm/freebsd.h,
649         config/arm/neon-docgen.ml, config/arm/netbsd.h, config/arm/fpa.md,
650         config/arm/strongarm-elf.h, config/arm/cirrus.md,
651         config/arm/netbsd-elf.h, config/arm/vxworks.h,
652         config/arm/neon-gen.ml, config/kaos.h, config/darwin-driver.c,
653         config/pa/predicates.md, config/pa/pa64-hpux.h,
654         config/pa/pa-hpux.opt, config/pa/som.h, config/pa/pa-hpux1010.opt,
655         config/pa/pa-hpux1111.opt, config/pa/pa-pro-end.h,
656         config/pa/elf.h, config/pa/fptr.c, config/pa/pa64-linux.h,
657         config/pa/pa.md, config/pa/pa.opt, config/pa/pa-hpux.h,
658         config/pa/pa-hpux10.h, config/pa/pa-hpux11.h,
659         config/pa/pa-hpux1010.h, config/pa/pa-protos.h,
660         config/pa/pa-osf.h, config/pa/pa-hpux1111.h, config/pa/pa-64.h,
661         config/pa/milli64.S, config/pa/pa.c, config/pa/pa-linux.h,
662         config/pa/pa.h, config/pa/pa32-linux.h, config/pa/pa64-hpux.opt,
663         config/pa/pa64-regs.h, config/pa/pa-modes.def,
664         config/pa/constraints.md, config/darwin9.h, config/mips/4100.md,
665         config/mips/linux.h, config/mips/elfoabi.h, config/mips/elf.h,
666         config/mips/sdb.h, config/mips/windiss.h, config/mips/rtems.h,
667         config/mips/3000.md, config/mips/iris5.h, config/mips/5000.md,
668         config/mips/7000.md, config/mips/9000.md, config/mips/4600.md,
669         config/mips/linux64.h, config/mips/elforion.h,
670         config/mips/constraints.md, config/mips/generic.md,
671         config/mips/predicates.md, config/mips/4300.md,
672         config/mips/mips-ps-3d.md, config/mips/iris.h, config/mips/24k.md,
673         config/mips/mips.md, config/mips/mips.opt, config/mips/4k.md,
674         config/mips/5k.md, config/mips/vr4120-div.S,
675         config/mips/openbsd.h, config/mips/iris6.h, config/mips/4000.md,
676         config/mips/mips-protos.h, config/mips/6000.md,
677         config/mips/mips.c, config/mips/mips.h, config/mips/r3900.h,
678         config/mips/74k.md, config/mips/netbsd.h, config/mips/vxworks.h,
679         config/mips/mips-modes.def, config/mips/vr.h,
680         config/soft-fp/t-softfp, config/openbsd.h, config/ptx4.h,
681         config/freebsd-spec.h, config/vax/vax.c, config/vax/openbsd.h,
682         config/vax/vax.h, config/vax/elf.h, config/vax/vax.md,
683         config/vax/bsd.h, config/vax/vax.opt, config/vax/vax-modes.def,
684         config/vax/openbsd1.h, config/vax/netbsd.h,
685         config/vax/vax-protos.h, config/vax/netbsd-elf.h,
686         config/vax/vaxv.h, config/vax/ultrix.h, config/freebsd.h,
687         config/h8300/rtems.h, config/h8300/predicates.md,
688         config/h8300/h8300.c, config/h8300/h8300.h, config/h8300/elf.h,
689         config/h8300/h8300.md, config/h8300/h8300.opt,
690         config/h8300/coff.h, config/h8300/h8300-protos.h,
691         config/v850/v850.md, config/v850/predicates.md,
692         config/v850/v850-c.c, config/v850/v850.c, config/v850/v850.opt,
693         config/v850/v850.h, config/v850/v850-protos.h, config/vxworks.c,
694         config/knetbsd-gnu.h, config/sol2-6.h, config/vxworks.h,
695         config/mmix/mmix.h, config/mmix/predicates.md,
696         config/mmix/mmix-protos.h, config/mmix/mmix.md,
697         config/mmix/mmix.c, config/mmix/mmix.opt,
698         config/mmix/mmix-modes.def, config/bfin/bfin.opt,
699         config/bfin/rtems.h, config/bfin/bfin-modes.def,
700         config/bfin/predicates.md, config/bfin/bfin-protos.h,
701         config/bfin/bfin.c, config/bfin/bfin.h, config/bfin/bfin.md:
702         Likewise.
704 2007-08-02  Richard Sandiford  <richard@codesourcery.com>
706         * emit-rtl.c (reset_used_decls): Rename to...
707         (set_used_decls): ...this.  Set the used flag rather than clearing it.
708         (unshare_all_rtl_again): Update accordingly.  Set flags on argument
709         DECL_RTLs rather than resetting them.
711 2007-08-02  Andreas Krebbel  <krebbel1@de.ibm.com>
713         * config/s390/s390.md ("*xordi3_cconly"): Change xr to xg.
715 2007-08-01  Sandra Loosemore  <sandra@codesourcery.com>
717         * reload.c (find_reloads_address_part):  Pass correct MEMREFLOC
718         argument to find_reloads_address.
720 2007-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
722         PR tree-optimization/32919
723         * tree-ssa-sccvn.c (visit_phi): Do not visit abnormal PHIs.
724         * tree-ssa-coalesce.c (ssa_conflicts_dump): New.
725         (coalesce_ssa_name): Call it.
727 2007-08-01  Sandra Loosemore  <sandra@codesourcery.com>
728             David Ung  <davidu@mips.com>
730         * config/mips/mips16.S (__mips16_unordsf2, __mips16_floatunsisf): New.
731         (__mips16_unorddf2, __mips16_floatunsidf): New.
732         * config/mips/mips.c (mips_init_libfuncs): Add optab entries for
733         above functions.
734         * config/mips/t-libgcc-mips16 (LIB1ASMFUNCS): Add new functions.
736 2007-08-01  Zdenek Dvorak  <ook@ucw.cz>
738         * tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.
739         Display new operands of OMP_SECTIONS and OMP_CONTINUE.
740         * tree.h (OMP_SECTIONS_CONTROL): New macro.
741         (OMP_DIRECTIVE_P): Add OMP_SECTIONS_SWITCH.
742         * omp-low.c (get_ws_args_for, determine_parallel_type,
743         expand_omp_for_generic, expand_omp_for_static_nochunk,
744         expand_omp_for_static_chunk, expand_omp_for, expand_omp_sections):
745         Work with more precise CFG.
746         (build_omp_regions_1): Handle OMP_SECTIONS_SWITCH.
747         (lower_omp_sections): Emit OMP_SECTIONS_SWITCH.  Add arguments to
748         OMP_CONTINUE.
749         * tree-gimple.c (is_gimple_stmt): Handle OMP_SECTIONS_SWITCH.
750         * gimple-low.c (lower_stmt): Ditto.
751         * tree-inline.c (estimate_num_insns_1): Ditto.
752         * tree.def (OMP_SECTIONS, OMP_CONTINUE): Added new operands.
753         (OMP_SECTIONS_SWITCH): New.
754         * tree-cfgcleanup.c (cleanup_omp_return): New.
755         (cleanup_tree_cfg_bb): Call cleanup_omp_return.
756         * tree-cfg.c (make_edges): Create back edges for OMP_CONTINUE
757         and exit edge for OMP_FOR.  Handle OMP_SECTIONS_SWITCH.
758         (tree_redirect_edge_and_branch): Handle omp constructs.
760         * fortran/trans-openmp.c (gfc_trans_omp_sections): Build OMP_SECTIONS
761         with three arguments.
763 2007-08-01  Zdenek Dvorak  <ook@ucw.cz>
765         * tree-cfg.c (tree_merge_blocks): Preserve loop exit phi nodes only
766         in loop closed ssa.
768 2007-08-01  Zdenek Dvorak  <ook@ucw.cz>
770         * tree-ssa-threadupdate.c (thread_through_all_blocks): Record that
771         the loop structures may need fixing.
772         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures):
773         New functions.
774         (cleanup_tree_cfg_loop): Removed.
775         (cleanup_tree_cfg): If loops need fixing, call repair_loop_structures.
776         * tree-predcom.c (tree_predictive_commoning): Return TODO_cleanup_cfg
777         instead of running cleanup_tree_cfg_loop.
778         * cfgloop.h (LOOPS_NEED_FIXUP): New constant.
779         * tree-flow.h (cleanup_tree_cfg_loop): Declaration removed.
780         (tree_predictive_commoning): Declaration changed.
781         * passes.c (execute_function_todo): Do not use cleanup_tree_cfg_loop.
783 2007-08-01  Zdenek Dvorak  <ook@ucw.cz>
785         * doc/invoke.texi (l1-cache-size): Update documentation.
786         (l2-cache-size): Document.
787         * params.h (L2_CACHE_SIZE): New macro.
788         * tree-ssa-loop-prefetch.c (L1_CACHE_SIZE_BYTES): Reflect
789         that L1_CACHE_SIZE is in kB now.
790         (L2_CACHE_SIZE_BYTES): New macro.
791         (tree_ssa_prefetch_arrays): Show size in kB.
792         * config/i386/i386.h (struct processor_costs): Add l1_cache_size
793         and l2_cache_size fields.
794         * config/i386/driver-i386.c (describe_cache): Detect cache size
795         in kB.
796         * config/i386/i386.c (size_cost, i386_cost, i486_cost,pentium_cost,
797         pentiumpro_cost, geode_cost, k6_cost, athlon_cost, k8_cost,
798         amdfam10_cost, pentium4_cost, nocona_cost, core2_cost,
799         generic64_cost, generic32_cost): Add l1_cache_size and l2_cache_size.
800         (override_options): Set l1-cache-size and l2-cache-size to default
801         values if not specified otherwise.
802         * params.def (PARAM_L1_CACHE_SIZE): Change to set in kB.
803         (PARAM_L2_CACHE_SIZE): New.
805 2007-08-01  Nigel Stephens  <nigel@mips.com>
806             David Ung  <davidu@mips.com>
807             Thiemo Seufer  <ths@mips.com>
808             Chris Dearman  <chris@mips.com>
809             Richard Sandiford  <richard@codesourcery.com>
811         * config.gcc (mips*-sde-elf*): New stanza.
812         (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
813         (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
814         (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*, mips-*-elf*)
815         (mipsel-*-elf*, mips64-*-elf*, mips64el-*-elf*, mips64orion-*-elf*)
816         (mips64orionel-*-elf*, mips*-*-rtems*, mips-wrs-windiss)
817         (mipstx39-*-elf*, mipstx39el-*-elf*): Add mips/t-libgcc-mips16
818         to tmake_file.
819         * config/mips/sde.h: New file.
820         * config/mips/t-libgcc-mips16: Likewise.
821         * config/mips/t-sde: Likewise.
822         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Remove settings
823         of _ABIN32, _ABI64, _ABIO32, _MIPS_SIM, _MIPS_SZLONG, _MIPS_SZPTR,
824         _MIPS_FPSET and _MIPS_SZINT.
825         * config/mips/iris.h (TARGET_OS_CPP_BUILTINS): Likewise.
826         * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Remove separate
827         insertion of a default -mips option.  Use MIPS_32BIT_OPTION_SPEC.
828         * config/mips/t-isa3264 (LIB1ASMSRC, LIB1ASMFUNCS): Delete.
829         * config/mips/t-r3900 (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
830         * config/mips/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
831         * config/mips/mips.h (TARGET_CPU_CPP_BUITINS): Define _ABIO32,
832         _ABIN32, _ABI64, _ABIO64, _MIPS_SIM, _MIPS_SZINT, _MIPS_SZLONG,
833         _MIPS_SZPTR and _MIPS_FPSET.
834         (MIPS_ISA_LEVEL_SPEC): Inject the default -mips option if no
835         architecture is specified.
836         (MIPS_32BIT_OPTION_SPEC): New macro.
838 2007-07-31  Dan Hipschman  <dsh@google.com>
840         * gcc.c (end_going_arg): New function.
841         (do_spec_2): Use it.
842         (do_spec_1): Use it.
844 2007-07-31  H.J. Lu  <hongjiu.lu@intel.com>
846         * ddg.c (add_cross_iteration_register_deps): Declare bb_info
847         only if ENABLE_CHECKING is defined.
849 2007-07-31  Kenneth Zadeck <zadeck@naturalbridge.com>
851         * df.h (DF_RU, DF_RU_BB_INFO, df_ru_bb_info, df_ru,
852         df_ru_add_problem, df_ru_get_bb_info): Removed.
853         (DF_RD, DF_UREC, DF_CHAIN, DF_NOTE): Renumbered.
854         * df-problems.c (df_ru_problem_data, df_ru_set_bb_info,
855         df_ru_free_bb_info, df_ru_alloc,
856         df_ru_bb_local_compute_process_def,
857         df_ru_bb_local_compute_process_use, df_ru_bb_local_compute,
858         df_ru_local_compute, df_ru_init_solution, df_ru_confluence_n,
859         df_ru_transfer_function, df_ru_free, df_ru_start_dump,
860         df_ru_top_dump, df_ru_bottom_dump, df_problem problem_RU,
861         df_ru_add_problem): Removed.
863 2007-07-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
865         PR target/32847
866         * pa.md (casesi32): Use match_scratch.  Revise insn condition.
867         (casesi32p, casesi64p): Likewise.
868         (casesi): Adjust for above.
870 2007-07-31  Richard Sandiford  <richard@codesourcery.com>
872         * mode-switching.c (create_pre_exit): Don't search past calls.
874 2007-07-31  Sandra Loosemore  <sandra@codesourcery.com>
876         * config/mips/mips.h (ISA_HAS_SYNCI):  Add !TARGET_MIPS16 test.
878 2007-07-31  Revital Eres  <eres@il.ibm.com>
880         * ddg.c (add_deps_for_def): Rename to...
881         (add_cross_iteration_register_deps): This.  Change implementation
882         to use only reaching def and def-use chains to construct the
883         inter loop dependencies.
884         (add_deps_for_use): Remove function.
885         (build_inter_loop_deps): Call add_cross_iteration_register_deps
886         function to build the inter loop dependencies.
887         * modulo-sched.c (sms_schedule): Build only
888         reaching def and def-use chains for the propose of the ddg
889         construction.
891 2007-07-31  Julian Brown  <julian@codesourcery.com>
893         * config/arm/neon.md (vec_set<mode>_internal, vec_setv2di_internal):
894         New define_insns. Use correct RTL.
895         (vec_set<mode>): Write as expander.
897 2007-07-31  Razya Ladelsky  <razya@il.ibm.com>
899         * matrix-reorg.c (analyze_matrix_allocation_site): Avoid referring 
900         to an unallocated space.
902 2007-07-30  Jan Sjodin  <jan.sjodin@amd.com>
904         * tree-data-ref.c
905         (split_constant_offset): Enable split_constant_offset to extract
906         constants from other statements.
907         * tree-vect-transform.c
908         (vect_create_addr_base_for_vector_ref): Generate data_ref_base
909         to a temp var. Force base_offset to be simple.
911 2007-07-30  Seongbae Park <seongbae.park@gmail.com>
913         * df-scan.c (df_scan_verify): Remove artificial limit on
914         the number of blocks for verification.
915         * df-problems.c (df_lr_bb_local_compute, df_simulate_find_defs,
916         df_simulate_defs): Avoid unnecessary insn checking for defs.
918 2007-07-29  Mark Mitchell  <mark@codesourcery.com>
920         gcc/
921         * config/m68k/lb1sf68.asm (FUNC): New macro.
922         (__mulsi3): Use it.
923         (__udivsi3): Likewise.
924         (__divsi3): Likewise.
925         (__umodsi3): Likewise.
926         (__modsi3): Likewise.
927         (__subdf3): Likewise.
928         (__adddf3): Likewise.
929         (__muldf3): Likewise.
930         (__divdf3): Likewise.
931         (__negdf2): Likewise.
932         (__cmpdf2): Likewise.
933         (__subsf3): Likewise.
934         (__addsf3): Likewise.
935         (__mulsf3): Likewise.
936         (__divsf3): Likewise.
937         (__negsf2): Likewise.
938         (__cmpsf2): Likewise.
939         (__eqdf2): Likewise.
940         (__nedf2): Likewise.
941         (__gtdf2): Likewise.
942         (__gedf2): Likewise.
943         (__ltdf2): Likewise.
944         (__ledf2): Likewise.
945         (__eqsf2): Likewise.
946         (__nesf2): Likewise.
947         (__gtsf2): Likewise.
948         (__gesf2): Likewise.
949         (__ltsf2): Likewise.
950         (__lesf2): Likewise.
952 2007-07-30  Ollie Wild  <aaw@google.com>
954         * c-ppoutput.c (print_lines_directives_only): New function.
955         (scan_translation_unit_directives_only): New function.
956         (preprocess_file): Add call to scan_translation_unit_directives_only.
957         * c-opts.c (c_common_handle_option): Add OPT_fdirectives_only.
958         (sanitize_cpp_opts): Add default flag_dump_macros setting for
959         -fdirectives-only.  Add errors for -fdirectives-only conflict with
960         -Wunused-macros and -traditional.
961         (finish_options): Add builtin macro initialization for
962         -fdirectives-only + -fpreprocessed.
963         * c.opt (fdirectives-only): New.
964         * doc/cppopts.texi (fdirectives-only): New.
966 2007-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
968         * alias.c (record_set, memory_modified_1): Constify.
969         * bt-load.c (note_btr_set): Likewise.
970         * caller-save.c (mark_set_regs, add_stored_regs): Likewise.
971         * combine.c (set_nonzero_bits_and_sign_copies,
972         expand_field_assignment, record_dead_and_set_regs_1,
973         use_crosses_set_p, reg_dead_at_p_1, can_combine_p,
974         likely_spilled_retval_1): Likewise.
975         * config/frv/frv.c (frv_registers_update_1, frv_io_check_address,
976         frv_io_handle_set): Likewise.
977         * config/mips/mips.c (mips_sim_record_set,
978         vr4130_true_reg_dependence_p_1): Likewise.
979         * config/mt/mt.c (insn_dependent_p_1): Likewise.
980         * config/s390/s390.c (s390_reg_clobbered_rtx): Likewise.
981         * config/sh/sh.c (flow_dependent_p_1): Likewise.
982         * cselib.c (cselib_invalidate_rtx_note_stores): Likewise.
983         * dce.c (mark_nonreg_stores_1, mark_nonreg_stores_2): Likewise.
984         * ddg.c (mark_mem_store): Likewise.
985         * df-problems.c (df_urec_mark_reg_change): Likewise.
986         * function.c (update_epilogue_consts): Likewise.
987         * gcse.c (record_set_info, record_last_set_info,
988         mems_conflict_for_gcse_p, canon_list_insert, reg_set_info,
989         reg_clear_last_set): Likewise.
990         * global.c (mark_reg_store, mark_reg_clobber, reg_becomes_live):
991         Likewise.
992         * jump.c (reversed_comparison_code_parts): Likewise.
993         * local-alloc.c (validate_equiv_mem_from_store, no_equiv,
994         reg_is_set): Likewise.
995         * loop-iv.c (mark_altered): Likewise.
996         * mode-switching.c (reg_becomes_live): Likewise.
997         * optabs.c (no_conflict_move_test): Likewise.
998         * postreload-gcse.c (record_last_set_info, find_mem_conflicts):
999         Likewise.
1000         * postreload.c (reload_combine_note_store, move2add_note_store):
1001         Likewise.
1002         * regmove.c (flags_set_1): Likewise.
1003         * regrename.c (note_sets, kill_clobbered_value, kill_set_value):
1004         Likewise.
1005         * reload1.c (mark_not_eliminable, forget_old_reloads_1):
1006         Likewise. 
1007         * resource.c (update_live_status): Likewise.
1008         * rtl.h (set_of, note_stores): Likewise.
1009         * rtlanal.c (set_of_1, parms_set, struct set_of_data, set_of,
1010         note_stores, parms_set): Likewise.
1011         * sched-rgn.c (sets_likely_spilled_1): Likewise.
1012         * stack-ptr-mod.c (notice_stack_pointer_modification_1):
1013         Likewise. 
1014         * var-tracking.c (count_stores, add_stores): Likewise.
1016 2007-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1018         * alias.c (mems_in_disjoint_alias_sets_p,
1019         fixed_scalar_and_varying_struct_p, aliases_everything_p,
1020         nonoverlapping_component_refs_p, nonoverlapping_memrefs_p,
1021         write_dependence_p, mems_in_disjoint_alias_sets_p,
1022         read_dependence, true_dependence, canon_true_dependence,
1023         anti_dependence, output_dependence): Constify.
1024         * combine.c (extended_count): Likewise.
1025         * cse.c (cse_rtx_varies_p, hash_rtx, exp_equiv_p): Likewise.
1026         * cselib.c (get_value_hash, references_value_p,
1027         cselib_reg_set_mode, cselib_rtx_varies_p): Likewise.
1028         * cselib.h (cselib_reg_set_mode, references_value_p): Likewise.
1029         * emit-rtl.c (mem_expr_equal_p, active_insn_p): Likewise.
1030         * function.c (contains, prologue_epilogue_contains,
1031         sibcall_epilogue_contains): Likewise. 
1032         * jump.c (simplejump_p, condjump_p, condjump_in_parallel_p,
1033         pc_set, any_uncondjump_p, any_condjump_p, onlyjump_p,
1034         only_sets_cc0_p, sets_cc0_p, rtx_renumbered_equal_p, true_regnum,
1035         reg_or_subregno): Likewise.
1036         * recog.c (asm_noperands): Likewise.
1037         * reload1.c (function_invariant_p): Likewise.
1038         * rtl.h (mem_expr_equal_p, active_insn_p, rtx_varies_p,
1039         rtx_addr_varies_p, asm_noperands, exp_equiv_p, hash_rtx,
1040         condjump_p, any_condjump_p, any_uncondjump_p, pc_set,
1041         simplejump_p, onlyjump_p, only_sets_cc0_p, sets_cc0_p,
1042         true_regnum, reg_or_subregno, condjump_in_parallel_p,
1043         extended_count, prologue_epilogue_contains,
1044         sibcall_epilogue_contains, function_invariant_p, true_dependence,
1045         canon_true_dependence, read_dependence, anti_dependence,
1046         output_dependence): Likewise.
1047         * rtlanal.c (rtx_varies_p, rtx_addr_varies_p): Likewise.
1049 2007-07-30  Julian Brown  <julian@codesourcery.com>
1051         * config/arm/neon.md (V_ext): New mode attribute.
1052         (neon_vget_lane<mode>): Replace with define_expand.
1053         (neon_vget_lane<mode>_sext_internal)
1054         (neon_vget_lane<mode>_zext_internal): New define_insns for double
1055         and quad precision vectors.
1056         (neon_vget_lanedi): Add bounds check. Remove dead comment.
1057         * config/arm/neon.ml (get_lane): Make 32-bit get-lane intrinsics
1058         have typeless 32-bit result.
1060 2007-07-30  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1062         PR tree-opt/32527
1063         * tree-affine.h (aff_tree): The type of rest is sizetype for types
1064         of pointers.
1065         * tree-affine.c (aff_combination_scale): If type is a pointer type,
1066         use sizetype for rest.
1067         (aff_combination_add_elt): Likewise. Don't specialize pointer types.
1068         (aff_combination_convert): Don't convert rest for pointer types.
1070 2007-07-28  Daniel Berlin  <dberlin@dberlin.org>
1072         * Makefile.in (tree-ssa-alias.o): Add alloc-pool.h
1074         * tree-ssa-alias.c: Add alloc-pool.h.
1075         (init_alias_info): Free alias_bitmap_obstack.
1076         (delete_alias_info): Call delete_mem_ref_stats.
1077         (get_mem_sym_stats_for): Use alloc_pool.
1078         (init_mem_ref_stats): Do not delete mem_ref_stats here.
1079         (delete_mem_sym_stats): Removed.
1080         
1081 2007-07-29  Sebastian Pop  <sebpop@gmail.com>
1083         * tree-data-ref.c (add_multivariate_self_dist): Parametric access
1084         functions cannot be represented as classical distance vectors.
1086 2007-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1088         * attribs.c (hash_attr, eq_attr, init_attributes): Constify.
1089         * builtins.c (validate_arg, builtin_mathfn_code,
1090         validate_arglist): Likewise.
1091         * calls.c (call_expr_flags): Likewise.
1092         * combine.c (reg_nonzero_bits_for_combine,
1093         reg_num_sign_bit_copies_for_combine, get_last_value,
1094         reg_truncated_to_mode): Likewise.
1095         * emit-rtl.c (subreg_lowpart_p): Likewise.
1096         * expr.c (highest_pow2_factor_for_target,
1097         categorize_ctor_elements_1, categorize_ctor_elements,
1098         count_type_elements, contains_packed_reference,
1099         highest_pow2_factor, highest_pow2_factor_for_target): Likewise.
1100         * fold-const.c (may_negate_without_overflow_p, int_const_binop,
1101         fold_convertible_p, operand_equal_p, tree_swap_operands_p,
1102         native_encode_int, native_encode_real, native_encode_complex,
1103         native_encode_vector, native_encode_expr, native_interpret_int,
1104         native_interpret_real, native_interpret_complex,
1105         native_interpret_vector, native_interpret_expr): Likewise.
1106         * function.c (use_register_for_decl): Likewise.
1107         * gimplify.c (get_name): Likewise.
1108         * langhooks-def.h (lhd_return_null_const_tree): New.
1109         (LANG_HOOKS_GET_CALLEE_FNDECL): Use it.
1110         * langhooks.c (lhd_return_null_const_tree): New.
1111         * langhooks.h (lang_get_callee_fndecl): Constify.
1112         * output.h (constructor_static_from_elts_p): Likewise.
1113         * rtl-factoring.c (gen_symbol_ref_rtx_for_label): Likewise.
1114         * rtl.h (nonzero_bits, num_sign_bit_copies, truncated_to_mode,
1115         subreg_lowpart_p, noop_move_p, struct rtl_hooks): Likewise.
1116         * rtlanal.c (cached_nonzero_bits, nonzero_bits1,
1117         cached_num_sign_bit_copies, num_sign_bit_copies1, noop_move_p,
1118         nonzero_bits, num_sign_bit_copies, truncated_to_mode): Likewise.
1119         * rtlhooks-def.h (reg_nonzero_bits_general,
1120         reg_num_sign_bit_copies_general, reg_truncated_to_mode_general):
1121         Likewise. 
1122         * rtlhooks.c (reg_num_sign_bit_copies_general,
1123         reg_nonzero_bits_general, reg_truncated_to_mode_general):
1124         Likewise. 
1125         * stmt.c (warn_if_unused_value, is_body_block): Likewise.
1126         * stor-layout.c (mode_for_size_tree): Likewise.
1127         * tree-ssa-loop-im.c (memref_eq): Likewise.
1128         * tree-ssa-loop-ivopts.c (tree_int_cst_sign_bit): Likewise.
1129         * tree.c (contains_placeholder_p, type_list_equal,
1130         simple_cst_equal, get_callee_fndecl, operand_equal_for_phi_arg_p):
1131         Likewise. 
1132         * tree.h (tree_int_cst_sign_bit, may_negate_without_overflow_p,
1133         mode_for_size_tree, categorize_ctor_elements, count_type_elements,
1134         contains_placeholder_p, contains_packed_reference,
1135         get_callee_fndecl, operand_equal_for_phi_arg_p,
1136         warn_if_unused_value, is_body_block, native_encode_expr,
1137         native_interpret_expr, fold_convertible_p, operand_equal_p,
1138         int_const_binop, tree_swap_operands_p, builtin_mathfn_code,
1139         validate_arglist, simple_cst_equal, type_list_equal,
1140         use_register_for_decl, call_expr_flags, get_name,
1141         highest_pow2_factor): Likewise.
1142         (const_call_expr_arg_iterator_d,
1143         init_const_call_expr_arg_iterator, next_const_call_expr_arg,
1144         first_const_call_expr_arg, more_const_call_expr_args_p,
1145         FOR_EACH_CONST_CALL_EXPR_ARG): New.
1146         * varasm.c (constructor_static_from_elts_p): Constify.
1148 2007-07-28  Kazu Hirata  <kazu@codesourcery.com>
1150         * cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md,
1151         config/arm/neon-schedgen.ml, config/arm/neon.ml,
1152         config/arm/vec-common.md, config/ia64/div.md, cselib.c,
1153         df-core.c, df.h, dominance.c, optabs.c, opts.c, reg-stack.c,
1154         regstat.c, target.h, tree-ssa-live.c, tree-ssa-pre.c,
1155         tree-vect-transform.c, tree.def: Fix comment typos.  Follow
1156         spelling conventions.
1157         * doc/invoke.texi: Follow spelling conventions.
1159 2007-07-29  Vladimir Yanovsky  <yanov@il.ibm.com>
1160             Revital Eres  <eres@il.ibm.com>
1162         * modulo-sched.c (sms_schedule): Avoid loops which includes
1163         auto-increment instructions.
1165 2007-07-28  Richard Guenther  <rguenther@suse.de>
1167         PR middle-end/32920
1168         * fold-const.c (fold_cond_expr_with_comparison): Convert
1169         operand zero of MIN/MAX_EXPR to correct type.
1171 2007-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1173         * calls.c (special_function_p, setjmp_call_p, alloca_call_p,
1174         flags_from_decl_or_type): Constify.
1175         * gcc.c (do_spec_1): Likewise.
1176         * print-tree.c (dump_addr, print_node_brief): Likewise.
1177         * tree-cfg.c (stmt_starts_bb_p, is_ctrl_stmt, computed_goto_p,
1178         simple_goto_p, tree_can_make_abnormal_goto, stmt_starts_bb_p,
1179         tree_purge_all_dead_eh_edges): Likewise.
1180         * tree-flow.h (is_ctrl_stmt, computed_goto_p, simple_goto_p,
1181         tree_can_make_abnormal_goto, tree_purge_all_dead_eh_edges):
1182         Likewise. 
1183         * tree.c (expr_location, expr_has_location, expr_locus,
1184         expr_filename, expr_lineno, get_inner_array_type,
1185         fields_compatible_p): Likewise.
1186         * tree.h (get_inner_array_type, fields_compatible_p,
1187         expr_location, expr_has_location, expr_locus, expr_filename,
1188         expr_lineno, dump_addr, print_node_brief, flags_from_decl_or_type,
1189         setjmp_call_p, alloca_call_p): Likewise.
1191 2007-07-28  Daniel Berlin  <dberlin@dberlin.org>
1193         * timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE,
1194         TV_FLOW_INSENSITIVE.
1196         * tree-ssa-alias.c (compute_call_clobbered): Push/pop
1197         TV_CALL_CLOBBER.
1198         (compute_flow_sensitive_aliasing): Ditto for TV_FLOW_SENSITIVE.
1199         (compute_flow_insensitive_aliasing): Ditto for
1200         TV_FLOW_INSENSITIVE.    
1202 2007-07-27  Jan Hubicka  <jh@suse.cz>
1204         * config/i386/i386.c (register_move_cost): Remove accidentally comitted
1205         #if 0 block.
1207         * attribs.c: Include hashtab.h
1208         (attribute_hash): New.
1209         (substring): New structure.
1210         (extract_attribute_substring, substring_hash, hash_attr, eq_attr):
1211         New function.
1212         (init_attributes): Initialize attribute hash.
1213         (decl_attributes): Use attribute hash.
1214         * Makefile.in (attribs.c): Depend on hashtab.h.
1216 2007-07-27  Steve Ellcey  <sje@cup.hp.com>
1218         * config/ia64/vect.md (vec_initv2si): Remove bad BIG_ENDIAN test.
1220 2007-07-27  Richard Sandiford  <richard@codesourcery.com>
1222         * doc/invoke.texi (mdsp, mdspr2): Document the __mips_dsp,
1223         __mips_dspr2 and __mips_dsp_rev macros.
1224         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_dsp_rev.
1226 2007-07-27  Douglas Gregor  <doug.gregor@gmail.com>
1227         
1228        * c-common.h (enum rid): Add RID_DECLTYPE, update RID_LAST_CXX0X.
1230 2007-07-26  Kenneth Zadeck <zadeck@naturalbridge.com>
1232         PR middle-end/32749
1233         
1234         * df-problems.c (df_create_unused_note): Removed do_not_gen parm
1235         and the updating of the live and do_not_gen sets.
1236         (df_note_bb_compute): Added updating of live and do_not_gen sets
1237         for regular defs so that the case of clobber inside conditional
1238         call is processed correctly.
1239         
1240 2007-07-27  Zdenek Dvorak  <dvorakz@suse.cz>
1242         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Generate the
1243         operands with compatible type.
1245 2007-07-27  Richard Sandiford  <richard@codesourcery.com>
1247         * expr.h (store_bit_field): Don't return a value.
1248         * expmed.c (check_predicate_volatile_ok): New function.
1249         (store_bit_field_1): New function, extracted from store_bit_field.
1250         Take a fallback_p argument and return true if the operation succeeded.
1251         Only use store_fixed_bit_field if fallback_p.  Don't recompute
1252         mode_for_extraction; use op_mode instead.  Try forcing memories
1253         into registers if the insv expander fails.
1254         (store_bit_field): Use store_bit_field_1 with fallback_p true.
1255         Don't return a value.
1256         (convert_extracted_bit_field): New function, extracted from
1257         store_bit_field.
1258         (extract_bit_field_1): Likewise.  Take a fallback_p argument
1259         and return NULL if the operation succeeded.  Only use
1260         extract_fixed_bit_field if fallback_p.  Only calculate one
1261         extraction mode.  Combine code for extv and extzv.  Try forcing
1262         memories into registers if the ext(z)v expander fails.
1263         (extract_bit_field): Use extract_bit_field_1 with fallback_p true.
1265 2007-07-27  Richard Sandiford  <rsandifo@nildram.co.uk>
1267         * df.h (df_mw_hardreg): Turn df_ref_type and df_ref_flags
1268         into bitfields.
1269         (df_ref): Likewise.  Put regno with other integer fields.
1271 2007-07-27  Richard Sandiford  <rsandifo@nildram.co.uk>
1273         * df.h (df_mw_hardreg): Remove "loc" field.
1274         * df-scan.c (df_ref_record): Don't set it.  Remove redundant
1275         local variable.
1276         * df-problems.c (df_whole_mw_reg_unused_p): New function,
1277         split out from df_set_unused_notes_for_mw.  Return false for
1278         partial references.  Assert that mw_reg is a REG when returning true.
1279         (df_set_unused_notes_for_mw): Use it.  Use mw_reg instead of *loc.
1280         (df_whole_mw_reg_dead_p): New function, split out from
1281         df_set_dead_notes_for_mw.  Return false for partial references.
1282         Assert that mw_reg is a REG when returning true.
1283         (df_set_dead_notes_for_mw): Use it.  Use mw_reg instead of *loc.
1284         Remove redundant bitmap check.
1286 2007-07-26  H.J. Lu  <hongjiu.lu@intel.com>
1288         * config/ia64/t-ia64 ($(T)crtbegin.o): Removed.
1289         ($(T)crtend.o): Likwise.
1290         ($(T)crtbeginS.o): Likwise.
1291         ($(T)crtendS.o): Likwise.
1292         ($(T)crtfastmath.o): Likwise.
1294 2007-07-26  Zdenek Dvorak  <dvorakz@suse.cz>
1296         * dominance.c (dom_computed, n_bbs_in_dom_tree): Removed.
1297         * function.h (dom_computed, n_bbs_in_dom_tree): New macros.
1298         * basic-block.h (struct control_flow_graph): Added x_dom_computed
1299         and x_n_bbs_in_dom_tree fields.
1301 2007-07-26  Steve Ellcey  <sje@cup.hp.com>
1303         PR tree-optimization/32087
1304         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
1305         Do not call scale_bbs_frequencies_int with prob of zero.
1307 2007-07-26  Julian Brown  <julian@codesourcery.com>
1309         * config/arm/arm-protos.h (neon_lane_bounds, neon_const_bounds)
1310         (neon_element_bits): Add prototypes.
1311         * config/arm/arm.c (bounds_check, neon_lane_bounds)
1312         (neon_const_bounds, neon_element_bits): New functions.
1313         * config/arm/neon.md (neon_vget_lane<mode>, neon_vget_lanedi)
1314         (neon_vget_lanev2di, neon_vset_lane<mode>, neon_vset_lanedi)
1315         (neon_vset_lanev2di, neon_vdup_lane<mode>, neon_vdup_lanedi)
1316         (neon_vdup_lanev2di, neon_vcvt_n<mode>, neon_vmul_lane<mode>)
1317         (neon_vmull_lane<mode>, neon_vqdmull_lane<mode>)
1318         (neon_vqdmulh_lane<mode>, neon_vmla_lane<mode>)
1319         (neon_vmlal_lane<mode>, neon_vqdmlal_lane<mode>)
1320         (neon_vmls_lane<mode>, neon_vmlsl_lane<mode>)
1321         (neon_vqdmlsl_lane<mode>, neon_vext<mode>, neon_vshr_n<mode>)
1322         (neon_vshrn_n<mode>, neon_vqshrn_n<mode>, neon_vqshrun_n<mode>)
1323         (neon_vshl_n<mode>, neon_vshl_n<mode>, neon_vqshl_n<mode>)
1324         (neon_vqshlu_n<mode>, neon_vshll_n<mode>, neon_vsra_n<mode>)
1325         (neon_vsri_n<mode>, neon_vsli_n<mode>): Add bounds checks.
1327 2007-07-26  Nathan Froyd  <froydnj@codesourcery.com>
1329         * config/vxworks.h (VXWORKS_LINK_SPEC): Fix typo.
1330         (HAVE_AS_GNU_ATTRIBUTE): Undefine.
1332 2007-07-26  Mark Shinwell  <shinwell@codesourcery.com>
1333             Julian Brown  <julian@codesourcery.com>
1335         * config/arm/arm.c (arm_mac_accumulator_is_mul_result): New.
1336         * config/arm/arm-protos.h (arm_mac_accumulator_is_mul_result): New.
1337         * config/arm/cortex-a8.md: New.
1338         * config/arm/cortex-a8-neon.md: New.
1339         * config/arm/neon-schedgen.ml: New.
1340         * config/arm/neon.md (vqh_mnem): New.
1341         (neon_type): New.
1342         (Is_float_mode): New.
1343         (Scalar_mul_8_16): New.
1344         (Is_d_reg): New.
1345         (V_mode_nunits): New.
1346         (All instruction patterns): Annotate with neon_type attribute
1347         values.
1348         * config/arm/arm.md: Include cortex-a8.md.
1349         (insn): Add smmla, umaal, smlald, smlsld, clz, mrs, msr and xtab
1350         values.
1351         Annotate instruction patterns accordingly.
1352         (generic_sched): Do not use generic scheduling for Cortex-A8.
1353         (generic_vfp): Do not use generic VFP scheduling for Cortex-A8.
1355 2007-07-26  Daniel Jacobowitz  <dan@codesourcery.com>
1357         * fold-const.c (fold_read_from_constant_string): Use
1358         build_int_cst_type.
1359         * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
1361 2007-07-26  Nick Clifton  <nickc@redhat.com>
1363         * tree-ssa-operands.h: Change copyright header to refer to version
1364         3 of the GNU General Public License and to point readers at the
1365         COPYING3 file and the FSF's license web page.
1366         * tree-vrp.c, regrename.c, attribs.c, loop-unswitch.c,
1367         sched-ebb.c, fwprop.c, tree-loop-linear.c, dwarf2asm.c,
1368         tree-into-ssa.c, dwarf2asm.h, tree-ssa-loop-im.c, sbitmap.c,
1369         targhooks.c, tree-dump.c, tree-complex.c, sbitmap.h, targhooks.h,
1370         tree-dump.h, regstat.c, see.c, machmode.h, hooks.c, cgraphbuild.c,
1371         hooks.h, genrecog.c, tree-ssa-threadupdate.c, gen-protos.c,
1372         flags.h, rtlhooks.c, gencheck.c, tree-ssa-loop-niter.c,
1373         opts-common.c, dbgcnt.def, tree-pretty-print.c, tracer.c,
1374         gengtype.c, mkconfig.sh, gengtype.h, tree-ssa-loop-unswitch.c,
1375         cgraph.c, c-lex.c, cgraph.h, libfuncs.h, cfgloopmanip.c,
1376         rtl-error.c, optabs.c, postreload-gcse.c, tree-ssa-loop-manip.c,
1377         optabs.h, genmddeps.c, defaults.h, postreload.c, value-prof.c,
1378         tree-ssa-loop-ch.c, tree-tailcall.c, gengenrtl.c, value-prof.h,
1379         genopinit.c, tree.c, tree.h, reload.c, tree-pass.h, ipa-cp.c,
1380         reload.h, bitmap.c, bitmap.h, tree-scalar-evolution.c,
1381         c-config-lang.in, tree-scalar-evolution.h, target.h, cppspec.c,
1382         rtlanal.c, ddg.c, lambda-mat.c, mips-tdump.c, ddg.h,
1383         tree-phinodes.c, mips-tfile.c, pointer-set.c, pointer-set.h,
1384         diagnostic.c, final.c, diagnostic.h, builtins.c, genoutput.c,
1385         gcc.c, lists.c, tree-ssa-alias-warnings.c, gcc.h, cfghooks.c,
1386         input.h, gensupport.c, fold-const.c, cfghooks.h, insn-notes.def,
1387         gensupport.h, builtin-attrs.def, sync-builtins.def, params.c,
1388         cfgloopanal.c, params.h, graphds.c, omp-low.c, tree-ssa-dse.c,
1389         graphds.h, gcov.c, cfg.c, genextract.c, ipa-reference.c,
1390         genautomata.c, tree-ssa-uncprop.c, auto-inc-dec.c, toplev.c,
1391         tree-gimple.c, ipa-reference.h, vmsdbgout.c, errors.c, toplev.h,
1392         reorg.c, tree-gimple.h, tree-chrec.c, pretty-print.c, errors.h,
1393         real.c, tree-chrec.h, pretty-print.h, debug.c, real.h, genemit.c,
1394         omega.c, c-cppbuiltin.c, genmultilib, debug.h, omega.h,
1395         tree-ssa-sccvn.c, genconfig.c, tree-ssa-sccvn.h, cgraphunit.c,
1396         regs.h, df-scan.c, vec.c, hosthooks-def.h, vec.h,
1397         tree-ssa-copyrename.c, scan.c, builtin-types.def, tree-ssa-ccp.c,
1398         scan.h, mode-classes.def, haifa-sched.c, dominance.c, dojump.c,
1399         double-int.c, gcov-io.c, dbxout.c, builtins.def, double-int.h,
1400         dbxout.h, tree-ssa-loop-ivopts.c, df-core.c, mode-switching.c,
1401         gengtype-lex.l, tree-nomudflap.c, modulo-sched.c, c-objc-common.c,
1402         hosthooks.h, c-objc-common.h, caller-save.c, graph.c,
1403         ipa-pure-const.c, graph.h, c-format.c, cse.c, fix-header.c,
1404         c-format.h, web.c, tree-stdarg.c, genpeep.c, tree-stdarg.h,
1405         tree-ssa-math-opts.c, xcoffout.c, tree-ssa-dom.c, tree-nrv.c,
1406         xcoffout.h, tree-ssa-propagate.c, ipa-utils.c,
1407         tree-ssa-propagate.h, tree-ssa-alias.c, loop-init.c, ipa-utils.h,
1408         gimple-low.c, rtl.def, c-tree.h, tree-ssa-sink.c, ipa-inline.c,
1409         mkmap-symver.awk, machmode.def, c-pch.c, cfganal.c, global.c,
1410         alloc-pool.c, c-semantics.c, alloc-pool.h, jump.c, ifcvt.c,
1411         dwarf2out.c, expr.c, cfgbuild.c, tree-browser.c, dwarf2out.h,
1412         expr.h, longlong.h, opts.c, gcov-iov.c, opts.h, dwarf2.h,
1413         genattrtab.c, genconditions.c, genattr.c, optc-gen.awk,
1414         timevar.def, tree-ssa-loop-ivcanon.c, hard-reg-set.h, predict.c,
1415         tree-ssa-loop.c, host-default.c, predict.h, recog.c, dbgcnt.c,
1416         recog.h, dbgcnt.h, c-aux-info.c, tree-ssa-address.c, timevar.c,
1417         dse.c, lcm.c, tree-ssa-ifcombine.c, timevar.h, dse.h,
1418         matrix-reorg.c, tree-vn.c, treestruct.def, fp-test.c, c-decl.c,
1419         tree-eh.c, c-errors.c, c-pretty-print.c, regmove.c,
1420         lambda-trans.c, c-pretty-print.h, et-forest.c, et-forest.h,
1421         ebitmap.c, configure.ac, local-alloc.c, function.c, langhooks.c,
1422         ebitmap.h, cppdefault.c, tree-vectorizer.c, function.h,
1423         langhooks.h, print-rtl.c, cppdefault.h, df.h, tree-vectorizer.h,
1424         sdbout.c, stor-layout.c, sdbout.h, rtlhooks-def.h, read-rtl.c,
1425         gcse.c, ipa-type-escape.c, vmsdbg.h, alias.c, gengtype-parse.c,
1426         ipa-type-escape.h, domwalk.c, alias.h, tree-if-conv.c, profile.c,
1427         init-regs.c, domwalk.h, ipa.c, gccbug.in, tree-data-ref.c,
1428         loop-unroll.c, tree-data-ref.h, tree-flow-inline.h, tree-affine.c,
1429         mkmap-flat.awk, tree-affine.h, tree-vect-analyze.c, c.opt, ggc.h,
1430         opt-gather.awk, c-typeck.c, gimplify.c, coretypes.h, exec-tool.in,
1431         insn-addr.h, tree-ssa-phiopt.c, c-pragma.c, c-pragma.h, calls.c,
1432         tree-ssa-coalesce.c, genmodes.c, loop-doloop.c, predict.def,
1433         dwarf.h, tree.def, rtl-factoring.c, lower-subreg.c, expmed.c,
1434         bt-load.c, ggc-common.c, genflags.c, tree-dfa.c, except.c,
1435         coverage.c, except.h, emit-rtl.c, cfgexpand.c, coverage.h,
1436         stringpool.c, cselib.c, emit-rtl.h, tree-cfgcleanup.c, c-opts.c,
1437         cselib.h, cfgcleanup.c, simplify-rtx.c, tree-ssa-pre.c, explow.c,
1438         tree-ssa-live.c, tree-sra.c, tree-ssa-live.h, tree-predcom.c,
1439         loop-invariant.c, genpreds.c, protoize.c, opth-gen.awk, c-dump.c,
1440         lambda.h, loop-iv.c, tree-mudflap.c, ipa-prop.c, print-tree.c,
1441         tree-mudflap.h, tree-ssa-copy.c, ipa-prop.h, cfglayout.c,
1442         tree-ssa-forwprop.c, c-convert.c, cfglayout.h, common.opt,
1443         ggc-zone.c, ggc-page.c, c-omp.c, tree-ssa-dce.c, gencodes.c,
1444         varasm.c, tree-vect-patterns.c, libada-mk.in, tree-ssa-ter.c,
1445         sched-deps.c, tree-nested.c, c-ppoutput.c, tree-ssa.c,
1446         target-def.h, tree-ssa-loop-prefetch.c, lambda-code.c,
1447         omp-builtins.def, rtl.c, regclass.c, stab.def, intl.c, rtl.h,
1448         intl.h, tree-inline.c, conditions.h, tree-inline.h, integrate.c,
1449         sched-int.h, tree-iterator.c, integrate.h, tree-iterator.h,
1450         genchecksum.c, tree-optimize.c, output.h, tree-vect-transform.c,
1451         tree-object-size.c, combine.c, tree-outof-ssa.c, addresses.h,
1452         bb-reorder.c, stack-ptr-mod.c, resource.c, var-tracking.c,
1453         cfgloop.c, system.h, resource.h, ggc-none.c, tree-profile.c,
1454         cfgloop.h, c-gimplify.c, c-common.c, opt-functions.awk,
1455         tree-vect-generic.c, tree-flow.h, df-problems.c, scan-decls.c,
1456         c-common.h, config.gcc, reg-stack.c, tlink.c, main.c, stub-objc.c,
1457         fixproto, config.host, Makefile.in, gccspec.c, sched-rgn.c,
1458         vecprim.h, basic-block.h, tree-ssa-structalias.c,
1459         tree-ssa-structalias.h, c-common.def, sched-vis.c, tree-cfg.c,
1460         passes.c, genconstants.c, c-incpath.c, c-incpath.h,
1461         struct-equiv.c, c-parser.c, tree-ssa-reassoc.c, varray.c, sreal.c,
1462         varray.h, dfp.c, sreal.h, combine-stack-adj.c, dfp.h,
1463         reg-notes.def, cfgrtl.c, config.build, varpool.c, gengtype-yacc.y,
1464         stmt.c, dce.c, tree-browser.def, prefix.c, statistics.h,
1465         params.def, dce.h, c-lang.c, gcov-dump.c, prefix.h,
1466         tree-ssanames.c, collect2.c, collect2.h, tree-ssa-threadedge.c,
1467         convert.c, convert.h, langhooks-def.h, reload1.c,
1468         tree-ssa-operands.c: Likewise.
1470 2007-07-26  Jan Hubicka  <jh@suse.cz>
1472         * tree-ssa-live.c: Include debug.h and flags.h.
1473         (mark_scope_block_unused): New function.
1474         (remove_unused_scope_block_p): New function.
1475         (remove_unused_locals): Remove unused blocks too.
1477 2007-07-25  Ian Lance Taylor  <iant@google.com>
1479         * combine.c (combine_max_regno): Remove.  Remove all uses.
1480         (struct reg_stat_struct): Rename from struct reg_stat.
1481         (reg_stat_type): Define, and declare VECs.
1482         (reg_stat): Change from pointer to VEC.  Change all uses.
1483         (combine_split_insns): New static function.
1484         (try_combine, find_split_point): Call it instead of split_insns.
1486 2007-07-25  Zdenek Dvorak  <dvorakz@suse.cz>
1488         * cfghooks.c (split_block): Fix the information about loop latch.
1490 2007-07-25  Zdenek Dvorak  <dvorakz@suse.cz>
1492         * cfgloopmanip.c (fix_loop_structure): Call force_single_succ_latches.
1494 2007-07-25  Zdenek Dvorak  <dvorakz@suse.cz>
1496         * tree-ssa-threadupdate.c (create_edge_and_update_destination_phis):
1497         Scan the new edge for loop exit info.
1499 2007-07-25  Andreas Tobler  <a.tobler@schweiz.org>
1501         * config/darwin.c: Include debug.h.
1503 2007-07-25  Steve Ellcey  <sje@cup.hp.com>
1505         PR target/32218
1506         * tree-vect-patterns.c (vect_pattern_recog_1): Check for valid type.
1508 2007-07-25  Steve Ellcey  <sje@cup.hp.com>
1510         * config/ia64/ia64.h (HARD_REGNO_NREGS): Handle RFmode.
1511         (HARD_REGNO_MODE_OK): Ditto.
1512         (MODES_TIEABLE_P): Ditto.
1513         (HARD_REGNO_CALLER_SAVE_MODE): Ditto.
1514         (CLASS_MAX_NREGS): Ditto.
1515         * config/ia64/ia64.c (ia64_print_operand_address): Add R format.
1516         * config/ia64/ia64.md (divsf3_internal_thr): Removed.
1517         (divdf3_internal_thr): Removed.
1518         * config/ia64/div.md: New file.
1519         * config/ia64/constraints.md: Add H constraint.
1521 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1523         * sbitmap.c (sbitmap_verify_popcount, sbitmap_alloc_with_popcount,
1524         sbitmap_copy, sbitmap_copy_n, sbitmap_equal, sbitmap_empty_p,
1525         sbitmap_union_of_diff_cg, sbitmap_union_of_diff, sbitmap_not,
1526         sbitmap_difference, sbitmap_any_common_bits, sbitmap_a_and_b_cg,
1527         sbitmap_a_and_b, sbitmap_a_xor_b_cg, sbitmap_a_xor_b,
1528         sbitmap_a_or_b_cg, sbitmap_a_or_b, sbitmap_a_subset_b_p,
1529         sbitmap_a_or_b_and_c_cg, sbitmap_a_or_b_and_c,
1530         sbitmap_a_and_b_or_c_cg, sbitmap_a_and_b_or_c,
1531         sbitmap_first_set_bit, sbitmap_last_set_bit, dump_sbitmap,
1532         dump_sbitmap_file, debug_sbitmap, popcount_table,
1533         sbitmap_popcount): Constify.
1534         * sbitmap.h (const_sbitmap, const_sbitmap_ptr): New.
1535         (sbitmap_iterator, sbitmap_iter_init, dump_sbitmap,
1536         dump_sbitmap_file, sbitmap_copy, sbitmap_copy_n, sbitmap_equal,
1537         sbitmap_empty_p, sbitmap_union_of_diff, sbitmap_union_of_diff_cg,
1538         sbitmap_difference, sbitmap_not, sbitmap_a_or_b_and_c,
1539         sbitmap_a_or_b_and_c_cg, sbitmap_a_and_b_or_c,
1540         sbitmap_a_and_b_or_c_cg, sbitmap_any_common_bits, sbitmap_a_and_b,
1541         sbitmap_a_and_b_cg, sbitmap_a_or_b, sbitmap_a_or_b_cg,
1542         sbitmap_a_xor_b, sbitmap_a_xor_b_cg, sbitmap_a_subset_b_p,
1543         sbitmap_first_set_bit, sbitmap_last_set_bit, debug_sbitmap,
1544         sbitmap_popcount, sbitmap_verify_popcount): Constify.
1546 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1548         * bitmap.c (hash_descriptor, eq_descriptor, bitmap_element_zerop,
1549         bitmap_copy, bitmap_clear_bit, popcount_table, bitmap_count_bits,
1550         bitmap_first_set_bit, bitmap_and, bitmap_and_into,
1551         bitmap_elt_copy, bitmap_and_compl, bitmap_and_compl_into,
1552         bitmap_compl_and_into, bitmap_elt_ior, bitmap_ior,
1553         bitmap_ior_into, bitmap_xor, bitmap_xor_into, bitmap_equal_p,
1554         bitmap_intersect_p, bitmap_intersect_compl_p,
1555         bitmap_ior_and_compl, bitmap_ior_and_compl_into,
1556         debug_bitmap_file, debug_bitmap, bitmap_print, bitmap_hash):
1557         Constify.
1558         * bitmap.h (bitmap_copy, bitmap_equal_p, bitmap_intersect_p,
1559         bitmap_intersect_compl_p, bitmap_count_bits, bitmap_and,
1560         bitmap_and_into, bitmap_and_compl, bitmap_and_compl_into,
1561         bitmap_compl_and_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
1562         bitmap_xor_into, bitmap_ior_and_compl, bitmap_ior_and_compl_into,
1563         debug_bitmap, debug_bitmap_file, bitmap_print,
1564         bitmap_first_set_bit, bitmap_hash, bmp_iter_set_init,
1565         bmp_iter_and_init, bmp_iter_and_compl_init): Likewise.
1567 2007-07-25  Daniel Berlin  <dberlin@dberlin.org>
1569         * config/darwin.c (darwin_override_options): Additional fix for
1570         debug info formats that don't support var tracking.
1572 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1574         * cselib.c (entry_and_rtx_equal_p): Constify.
1575         * gengtype.c (output_mangled_typename, write_types, write_local):
1576         Likewise.
1577         * gengtype.h (const_type_p): New.
1578         * see.c (eq_descriptor_extension, hash_descriptor_extension):
1579         Constify.
1580         * tlink.c (scan_linker_output): De-constify.
1581         * tree-ssa-loop-im.c (memref_eq): Constify.
1582         * tree-ssa-structalias.c (const_shared_bitmap_info_t): New.
1583         (shared_bitmap_hash, shared_bitmap_eq): Constify.
1585 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1587         * c-common.c (fname_as_string, c_type_hash): Constify.
1588         * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
1589         * cgraph.c (edge_hash, edge_eq): Likewise.
1590         * dwarf2out.c (decl_die_table_eq, decl_loc_table_eq): Likewise.
1591         * emit-rtl.c (mem_attrs_htab_eq, reg_attrs_htab_hash,
1592         reg_attrs_htab_eq): Likewise.
1593         * except.c (t2r_eq, t2r_hash, ttypes_filter_eq, ehl_hash, ehl_eq):
1594         Likewise.
1595         * genautomata.c (const_reserv_sets_t, const_unit_decl_t,
1596         const_decl_t, const_state_t, const_automata_list_el_t): New.
1597         (first_out_arc, DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON, DECL_EXCL,
1598         DECL_PRESENCE, DECL_ABSENCE, DECL_RESERV, DECL_INSN_RESERV,
1599         automaton_decl_hash, automaton_decl_eq_p, insn_decl_hash,
1600         insn_decl_eq_p, decl_hash, decl_eq_p, alt_state_cmp,
1601         reserv_sets_cmp, reserv_sets_eq, state_hash, state_eq_p,
1602         automata_list_hash, automata_list_eq_p, compare_states_for_equiv,
1603         compare_max_occ_cycle_nums, out_state_arcs_num,
1604         compare_transition_els_num, units_cmp, state_reservs_cmp):
1605         Constify.
1606         * genmodes.c (cmp_modes): Likewise.
1607         * ggc-common.c (saving_htab_hash, saving_htab_eq): Likewise.
1608         * gimplify.c (compare_case_labels): Likewise.
1609         * ipa-type-escape.c (get_name_of_type, type_brand_s): Likewise.
1610         * loop-unroll.c (si_info_hash, ve_info_hash): Likewise.
1611         * matrix-reorg.c (mtt_info_hash): Likewise.
1612         * postreload-gcse.c (hash_expr_for_htab, expr_equiv_p): Likewise.
1613         * rtl-factoring.c (const_p_hash_bucket, const_p_hash_elem): New.
1614         (htab_hash_bucket, htab_hash_elem): Constify.
1615         * tree-browser.c (TB_parent_eq): Likewise.
1616         * tree-scalar-evolution.c (hash_scev_info): Likewise.
1617         * tree-ssa-alias.c (sort_tags_by_id): Likewise.
1618         * tree-ssa-coalesce.c (const_coalesce_pair_p): New.
1619         (coalesce_pair_map_hash, coalesce_pair_map_eq, compare_pairs):
1620         Constify.
1621         * tree-ssa-dom.c (avail_expr_hash, avail_expr_eq): Likewise.
1622         * tree-ssa-pre.c (const_expr_pred_trans_t): New.
1623         (expr_pred_trans_hash, expr_pred_trans_eq): Constify.
1624         * tree-ssa-sccvn.c (const_vn_binary_op_t, const_vn_unary_op_t,
1625         const_vn_phi_t, const_vn_reference_op_t, const_vn_reference_t):
1626         New.
1627         (vn_reference_op_eq, vn_reference_hash, vn_reference_eq,
1628         vn_unary_op_hash, vn_unary_op_eq, vn_binary_op_hash,
1629         vn_binary_op_eq, vn_phi_hash, vn_phi_eq): Constify.
1630         * tree-ssa-threadupdate.c (redirection_data_hash,
1631         redirection_data_eq): Likewise. 
1632         * tree-ssa-uncprop.c (equiv_hash, equiv_eq): Likewise.
1633         * tree-ssa.c (var_ann_eq): Likewise.
1634         * tree-vrp.c (compare_case_labels): Likewise.
1635         * tree.c (int_cst_hash_hash, int_cst_hash_eq,
1636         tree_map_base_marked_p, type_hash_marked_p, tree_check_failed,
1637         tree_not_check_failed, tree_class_check_failed,
1638         tree_range_check_failed, tree_not_class_check_failed,
1639         omp_clause_check_failed, omp_clause_range_check_failed,
1640         tree_contains_struct_check_failed, tree_operand_check_failed):
1641         Likewise. 
1642         * tree.h (tree_contains_struct_check_failed, tree_check_failed,
1643         tree_not_check_failed, tree_class_check_failed,
1644         tree_range_check_failed, tree_not_class_check_failed,
1645         tree_operand_check_failed, omp_clause_operand_check_failed,
1646         tree_operand_length): Likewise. 
1647         * var-tracking.c (const_variable): New.
1648         (variable_htab_hash, variable_htab_eq): Constify.
1649         * varasm.c (const_desc_hash): Likewise.
1651 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1653         * expr.c (handled_component_p): Constify.
1654         * fold-const.c (fit_double_type): Likewise.
1655         * real.h (real_value_from_int_cst): Likewise.
1656         * tree-flow-inline.h (gimple_in_ssa_p,
1657         gimple_aliases_computed_p, gimple_addressable_vars,
1658         gimple_call_clobbered_vars, gimple_referenced_vars,
1659         gimple_global_var, gimple_nonlocal_all, gimple_var_anns,
1660         end_htab_p, end_referenced_vars_p, var_ann, function_ann,
1661         may_aliases, end_readonly_imm_use_p, has_zero_uses,
1662         has_single_use, single_imm_use, num_imm_uses, is_exec_stmt,
1663         is_label_stmt, is_global_var, phi_ssa_name_p,
1664         factoring_name_p, is_call_clobbered, tree_common_ann,
1665         op_iter_done, end_imm_use_stmt_p, end_imm_use_on_stmt_p,
1666         unmodifiable_var_p, array_ref_contains_indirect_ref,
1667         ref_contains_array_ref, lookup_subvars_for_var,
1668         var_can_have_subvars, overlap_subvar, gimple_ssa_operands,
1669         gimple_mem_ref_stats): Likewise.
1670         * tree-flow.h (tree_common_ann, var_ann, function_ann,
1671         may_aliases, is_exec_stmt, is_label_stmt,
1672         ref_contains_array_ref, array_ref_contains_indirect_ref,
1673         var_can_have_subvars, overlap_subvar, is_call_clobbered,
1674         unmodifiable_var_p): Likewise.
1675         * tree-gimple.c (is_gimple_min_invariant): Likewise.
1676         * tree-gimple.h (is_gimple_min_invariant): Likewise. 
1677         * tree.c (type_hash_list, attribute_hash_list, tree_size,
1678         cst_and_fits_in_hwi, real_value_from_int_cst,
1679         build_real_from_int_cst, integer_zerop, integer_onep,
1680         integer_all_onesp, integer_pow2p, integer_nonzerop, tree_log2,
1681         tree_floor_log2, real_zerop, real_onep, real_twop,
1682         real_minus_onep, really_constant_p, purpose_member, chain_member,
1683         list_length, fields_length, int_size_in_bytes, bit_position,
1684         int_bit_position, byte_position, int_byte_position, expr_align,
1685         array_type_nelts, tree_node_structure,
1686         type_contains_placeholder_1, iterative_hash_pointer,
1687         is_attribute_with_length_p, is_attribute_p, check_qualified_type,
1688         tree_map_base_eq, type_hash_list, type_hash_eq,
1689         attribute_hash_list, type_num_arguments, tree_int_cst_equal,
1690         tree_int_cst_lt, tree_int_cst_compare, host_integerp,
1691         tree_low_cst, tree_int_cst_msb, tree_int_cst_sgn,
1692         simple_cst_list_equal, compare_tree_int, iterative_hash_expr,
1693         int_fits_type_p, get_containing_scope, decl_function_context,
1694         decl_type_context, omp_clause_operand_check_failed,
1695         initializer_zerop, int_cst_value, num_ending_zeros): Likewise.
1696         * tree.h (omp_clause_operand_check_failed, tree_size,
1697         build_real_from_int_cst, array_type_nelts, purpose_member,
1698         tree_int_cst_equal, tree_int_cst_lt, tree_int_cst_compare,
1699         host_integerp, tree_low_cst, tree_int_cst_msb, tree_int_cst_sgn,
1700         is_attribute_p, check_qualified_type, expr_align,
1701         int_size_in_bytes, bit_position, int_bit_position, byte_position,
1702         int_byte_position, list_length, fields_length, initializer_zerop,
1703         integer_zerop, integer_onep, integer_all_onesp, integer_pow2p,
1704         integer_nonzerop, cst_and_fits_in_hwi, num_ending_zeros,
1705         tree_node_structure, handled_component_p, get_containing_scope,
1706         decl_function_context, decl_type_context, real_zerop,
1707         type_num_arguments, fit_double_type, really_constant_p,
1708         int_fits_type_p, tree_log2, tree_floor_log2, iterative_hash_expr,
1709         compare_tree_int, chain_member, simple_cst_list_equal, real_onep,
1710         real_twop, real_minus_onep, int_cst_value): Likewise.
1712 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1714         * cfglayout.c (insn_scope, insn_line): Constify.
1715         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq,
1716         const_double_htab_hash, const_double_htab_eq,
1717         mem_attrs_htab_hash): Likewise.
1718         * loop-iv.c (biv_eq): Likewise.
1719         * print-rtl.c (print_rtx, print_decl_name, print_mem_expr,
1720         print_inline_rtx, debug_rtx, debug_rtx_list, debug_rtx_range,
1721         debug_rtx_find, print_rtl, print_rtl_single, print_simple_rtl):
1722         Likewise. 
1723         * rtl-error.c (location_for_asm, diagnostic_for_asm,
1724         error_for_asm, warning_for_asm, _fatal_insn,
1725         _fatal_insn_not_found): Likewise. 
1726         * rtl.c (rtx_size, shared_const_p, shallow_copy_rtx_stat,
1727         rtx_equal_p, rtl_check_failed_bounds, rtl_check_failed_type1,
1728         rtl_check_failed_type2, rtl_check_failed_code1,
1729         rtl_check_failed_code2, rtl_check_failed_code_mode,
1730         rtvec_check_failed_bounds, rtl_check_failed_flag): Likewise.
1731         * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
1732         rtl_check_failed_type2, rtl_check_failed_code1,
1733         rtl_check_failed_code2, rtl_check_failed_code_mode,
1734         rtvec_check_failed_bounds, rtl_check_failed_flag, LABEL_KIND,
1735         SET_LABEL_KIND, rhs_regno, subreg_lsb, subreg_regno, subreg_nregs,
1736         shared_const_p, rtx_size, shallow_copy_rtx_stat, rtx_equal_p,
1737         get_pool_mode, insn_line, insn_file, simplify_replace_rtx,
1738         mode_signbit_p, rtx_addr_can_trap_p, nonzero_address_p,
1739         rtx_unstable_p, get_integer_term, get_related_value,
1740         offset_within_block_p, reg_mentioned_p, count_occurrences,
1741         reg_referenced_p, reg_used_between_p, no_labels_between_p,
1742         single_set_2, multiple_sets, set_noop_p, refers_to_regno_p,
1743         reg_overlap_mentioned_p, dead_or_set_p, dead_or_set_regno_p,
1744         find_reg_note, find_regno_note, find_reg_equal_equiv_note,
1745         find_constant_src, find_reg_fusage, find_regno_fusage,
1746         pure_call_p, remove_note, side_effects_p, volatile_refs_p,
1747         volatile_insn_p, may_trap_p, may_trap_after_code_motion_p,
1748         may_trap_or_fault_p, inequality_comparisons_p, tablejump_p,
1749         computed_jump_p, auto_inc_p, in_expr_list_p,
1750         remove_node_from_expr_list, loc_mentioned_in_p,
1751         label_is_jump_target_p, reversed_comparison_code_parts,
1752         debug_rtx, debug_rtx_list, debug_rtx_range, debug_rtx_find,
1753         print_mem_expr, print_rtl, print_simple_rtl, print_rtl_single,
1754         print_inline_rtx): Likewise.
1755         * rtlanal.c (covers_regno_p, covers_regno_no_parallel_p,
1756         computed_jump_p_1, nonzero_bits1, rtx_unstable_p,
1757         rtx_addr_can_trap_p_1, rtx_addr_can_trap_p, nonzero_address_p,
1758         get_integer_term, get_related_value, offset_within_block_p,
1759         count_occurrences, reg_mentioned_p, no_labels_between_p,
1760         reg_used_between_p, reg_referenced_p, single_set_2,
1761         multiple_sets, set_noop_p, refers_to_regno_p,
1762         reg_overlap_mentioned_p, dead_or_set_p,
1763         covers_regno_no_parallel_p, covers_regno_p,
1764         dead_or_set_regno_p, find_reg_note, find_regno_note,
1765         find_reg_equal_equiv_note, find_constant_src, find_reg_fusage,
1766         find_regno_fusage, pure_call_p, remove_note, in_expr_list_p,
1767         remove_node_from_expr_list, volatile_insn_p, volatile_refs_p,
1768         side_effects_p, may_trap_p_1, may_trap_p,
1769         may_trap_after_code_motion_p, may_trap_or_fault_p,
1770         inequality_comparisons_p, tablejump_p, computed_jump_p_1,
1771         computed_jump_p, auto_inc_p, loc_mentioned_in_p, subreg_lsb,
1772         subreg_regno, subreg_nregs, label_is_jump_target_p): Likewise.
1773         * simplify-rtx.c (neg_const_int, plus_minus_operand_p,
1774         mode_signbit_p, simplify_replace_rtx, plus_minus_operand_p):
1775         Likewise. 
1776         * toplev.h (_fatal_insn_not_found, _fatal_insn, error_for_asm,
1777         warning_for_asm): Likewise.
1778         * tree.h (print_rtl): Likewise.
1779         * varasm.c (get_pool_mode): Likewise.
1781 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1783         * c-lex.c (c_lex_with_flags, lex_string): Constify.
1784         * c-ppoutput.c (print_line, pp_dir_change): Likewise.
1785         * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
1786         * cfg.c (bb_copy_original_hash, bb_copy_original_eq): Likewise.
1787         * cfgloop.c (loop_exit_hash, loop_exit_eq): Likewise.
1788         * ddg.c (compare_sccs): Likewise.
1789         * df-scan.c (df_ref_compare, df_mw_compare): Likewise.
1790         * dfp.c (decimal_real_from_string, decimal_to_decnumber,
1791         decimal_to_binary, decimal_do_compare, decimal_real_to_decimal,
1792         decimal_do_fix_trunc, decimal_real_to_integer,
1793         decimal_real_to_integer2, decimal_real_maxval): Likewise.
1794         * dse.c (const_group_info_t): New.
1795         (invariant_group_base_eq, invariant_group_base_hash): Constify.
1796         * dwarf2out.c (const_dw_die_ref): New.
1797         (decl_die_table_hash, decl_die_table_eq, file_info_cmp): Constify.
1798         * tree-browser.c (TB_parent_eq): Likewise.
1799         * unwind-dw2-fde.c (__register_frame_info_bases,
1800         __deregister_frame_info_bases, fde_unencoded_compare, fde_split,
1801         add_fdes, linear_search_fdes, binary_search_unencoded_fdes):
1802         Likewise.
1803         * unwind-dw2-fde.h (get_cie, next_fde): Likewise.
1804         * unwind-dw2.c (uw_frame_state_for): Likewise.
1805         * value-prof.c (histogram_hash, histogram_eq): Likewise.
1806         * value-prof.h (const_histogram_value): New.
1808 2007-07-25  Richard Sandiford  <richard@codesourcery.com>
1810         * config/mips/mips.c (machine_function): Add
1811         initialized_mips16_gp_pseudo_p.
1812         (mips16_gp_pseudo_reg): Do not emit the initialization of
1813         mips16_gp_pseudo_rtx when being called from the gimple cost-
1814         calculation routines; emit it on the first use outside those
1815         routines.
1817 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1819         * coretypes.h (const_bitmap, const_rtx, const_rtvec, const_tree):
1820         New.
1821         
1822         * rtl.h (RTL_CHECK1, RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2,
1823         RTVEC_ELT, XWINT, XCWINT, XCMWINT, XCNMPRV, BLOCK_SYMBOL_CHECK,
1824         RTL_FLAG_CHECK1, RTL_FLAG_CHECK2, RTL_FLAG_CHECK3,
1825         RTL_FLAG_CHECK4, RTL_FLAG_CHECK5, RTL_FLAG_CHECK6,
1826         RTL_FLAG_CHECK7, RTL_FLAG_CHECK8, LABEL_KIND, SET_LABEL_KIND):
1827         Preserve const-ness of parameters through use of __typeof(),
1828         also constify and tidy.
1829         
1830         * tree.h (TREE_CHECK, TREE_NOT_CHECK, TREE_CHECK2,
1831         TREE_NOT_CHECK2, TREE_CHECK3, TREE_NOT_CHECK3, TREE_CHECK4,
1832         NON_TREE_CHECK4, TREE_CHECK5, TREE_NOT_CHECK5,
1833         CONTAINS_STRUCT_CHECK, TREE_CLASS_CHECK, TREE_RANGE_CHECK,
1834         OMP_CLAUSE_SUBCODE_CHECK, OMP_CLAUSE_RANGE_CHECK, EXPR_CHECK,
1835         GIMPLE_STMT_CHECK, NON_TYPE_CHECK, TREE_VEC_ELT_CHECK,
1836         PHI_NODE_ELT_CHECK, OMP_CLAUSE_ELT_CHECK, TREE_OPERAND_CHECK,
1837         TREE_OPERAND_CHECK_CODE, GIMPLE_STMT_OPERAND_CHECK,
1838         TREE_RTL_OPERAND_CHECK, TREE_CHAIN, TREE_TYPE): Likewise.
1840 2007-07-25  Julian Brown  <julian@codesourcery.com>
1841             Mark Shinwell  <shinwell@codesourcery.com>
1843         * config/alpha/alpha.c (alpha_mangle_fundamental_type): Rename to...
1844         (alpha_mangle_type): This.
1845         (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
1846         (TARGET_MANGLE_TYPE): Define this instead.
1847         * config/arm/arm-protos.h (arm_mangle_type): Add prototype.
1848         * config/arm/arm.c (TARGET_MANGLE_TYPE): Define target hook.
1849         (arm_init_neon_builtins): Fix comment.
1850         (arm_mangle_map_entry): New.
1851         (arm_mangle_map): New.
1852         (arm_mangle_type): New.
1853         * config/i386/i386.c (ix86_mangle_fundamental_type): Rename to...
1854         (ix86_mangle_type): This. Use TYPE_MAIN_VARIANT and restrict
1855         mangled types to VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, REAL_TYPE.
1856         (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
1857         (TARGET_MANGLE_TYPE): Define this instead.
1858         * config/ia64/ia64.c (ia64_mangle_fundamental_type): Rename to...
1859         (ia64_mangle_type): This. Use TYPE_MAIN_VARIANT  and restrict
1860         mangled types to VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, REAL_TYPE.
1861         (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
1862         (TARGET_MANGLE_TYPE): Define this instead.
1863         * config/rs6000/rs6000.c (rs6000_mangle_fundamental_type): Rename
1864         to...
1865         (rs6000_mangle_type): This. Use TYPE_MAIN_VARIANT.
1866         (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
1867         (TARGET_MANGLE_TYPE): Define this instead.
1868         * config/s390/s390.c (s390_mangle_fundamental_type): Rename to...
1869         (s390_mangle_type): This.
1870         (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
1871         (TARGET_MANGLE_TYPE): Define this instead.
1872         * config/sparc/sparc.c (sparc_mangle_fundamental_type): Rename to...
1873         (sparc_mangle_type): This.
1874         (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
1875         (TARGET_MANGLE_TYPE): Define this instead.
1876         * cp/mangle.c (write_type): Call mangle_type target hook on all
1877         types before mangling.  Use original type, not main variant, as
1878         argument.
1879         * target-def.h (TARGET_MANGLE_FUNDAMENTAL_TYPE): Rename hook to...
1880         (TARGET_MANGLE_TYPE): This.
1881         * target.h (gcc_target): Rename mangle_fundamental_type to
1882         mangle_type.
1883         * doc/tm.texi (TARGET_MANGLE_FUNDAMENTAL_TYPE): Rename section to...
1884         (TARGET_MANGLE_TYPE): This. Note slightly different semantics.
1886 2007-07-25  Julian Brown  <julian@codesourcery.com>
1887             Paul Brook  <paul@codesourcery.com>
1888             Joseph Myers  <joseph@codesourcery.com>
1889             Mark Shinwell  <shinwell@codesourcery.com>
1891         * Makefile.in (TEXI_GCC_FILES): Add arm-neon-intrinsics.texi.
1892         * config.gcc (arm*-*-*): Add arm_neon.h to extra headers.
1893         (with_fpu): Allow --with-fpu=neon.
1894         * config/arm/aof.h (ADDITIONAL_REGISTER_NAMES): Add Q0-Q15.
1895         * config/arm/aout.h (ADDITIONAL_REGISTER_NAMES): Add Q0-Q15.
1896         * config/arm/arm-modes.def (EI, OI, CI, XI): New modes.
1897         * config/arm/arm-protos.h (neon_immediate_valid_for_move)
1898         (neon_immediate_valid_for_logic, neon_output_logic_immediate)
1899         (neon_pairwise_reduce, neon_expand_vector_init, neon_reinterpret)
1900         (neon_emit_pair_result_insn, neon_disambiguate_copy)
1901         (neon_vector_mem_operand, neon_struct_mem_operand, output_move_quad)
1902         (output_move_neon): Add prototypes.
1903         * config/arm/arm.c (FL_NEON): New flag for NEON processor capability.
1904         (all_fpus): Add FPUTYPE_NEON.
1905         (fp_model_for_fpu): Add NEON field.
1906         (arm_return_in_memory): Return vectors <= 16 bytes in ARM registers.
1907         (arm_arg_partial_bytes): Allow NEON vectors to be passed partially
1908         in registers.
1909         (arm_legitimate_address_p): Don't support fancy addressing for NEON
1910         structure moves.
1911         (thumb2_legitimate_address_p): Likewise.
1912         (neon_valid_immediate): Recognize and prepare constants suitable for
1913         NEON instructions.
1914         (neon_immediate_valid_for_move): New function. Recognize and prepare
1915         immediates for NEON move instructions.
1916         (neon_immediate_valid_for_logic): New function. Recognize and
1917         prepare immediates for NEON logic instructions.
1918         (neon_output_logic_immediate): New function. Create asm string
1919         suitable for outputting immediate logic instructions.
1920         (neon_pairwise_reduce): New function. Implement reduction using
1921         pairwise operations.
1922         (neon_expand_vector_init): New function. Expand a (possibly
1923         non-constant) vector initialization.
1924         (neon_vector_mem_operand): New function. Memory operands supported
1925         for quad-word loads/stores to/from ARM or NEON registers. Don't
1926         allow base+offset addressing for core regs.
1927         (neon_struct_mem_operand): New function. Valid mems for NEON
1928         structure moves.
1929         (coproc_secondary_reload_class): Enable NEON registers to be loaded
1930         from neon_vector_mem_operand addresses without a secondary register.
1931         (add_minipool_forward_ref): Handle >8-byte minipool entries.
1932         (add_minipool_backward_ref): Likewise.
1933         (dump_minipool): Likewise.
1934         (push_minipool_fix): Likewise.
1935         (output_move_quad): New function. Output quad-word moves, loads and
1936         stores using ARM registers.
1937         (output_move_vfp): Add support for vectors in VFP (NEON) D
1938         registers.
1939         (output_move_neon): Output a NEON load/store to/from a quadword
1940         register.
1941         (arm_print_operand): Implement new codes:
1942         - 'c' for unadorned integers (without a # sign).
1943         - 'J', 'K' for reg+2/reg+3, reg+3/reg+2 in little/big-endian
1944         mode.
1945         - 'e', 'f' for the low and high D parts of a NEON Q register.
1946         - 'q' outputs a NEON Q register.
1947         - 'h' outputs ranges of D registers for VLDM/VSTM etc.
1948         - 'T' prints NEON opcode features from a coded bitmask.
1949         - 'F' is similar to T, but signed/unsigned codes both print as
1950         'i'.
1951         - 't' is similar to T, but 'u' is printed instead of 'p'.
1952         - 'O' prints 'r' if NEON instruction should perform rounding (as
1953         specified by bitmask), else prints nothing.
1954         - '#' is a punctuation character to stop operand numbers from
1955         running together with following digits in the assembler
1956         strings for instructions (when using mode attributes).
1957         (arm_assemble_integer): Handle extra NEON vector modes. Permute
1958         constant vectors in big-endian mode, where necessary.
1959         (arm_hard_regno_mode_ok): Allow vectors in VFP/NEON registers.
1960         Handle EI, OI, CI, XI modes.
1961         (ashlv4hi3, ashlv2si3, lshrv4hi3, lshrv2si3, ashrv4hi3)
1962         (ashrv2si3): Rename IWMMXT2_BUILTINs to...
1963         (ashlv4hi3_iwmmxt, ashlv2si3_iwmmxt, lshrv4hi3_iwmmxt)
1964         (lshrv2si3_iwmmxt, ashrv4hi3_iwmmxt, ashrv2si3_iwmmxt): New names.
1965         (neon_builtin_type_bits): Add enumeration, one bit for each vector
1966         type.
1967         (v8qi_UP, v4hi_UP, v2si_UP, v2sf_UP, di_UP, v16qi_UP, v8hi_UP)
1968         (v4si_UP, v4sf_UP, v2di_UP, ti_UP, ei_UP, oi_UP, UP): Define macros
1969         to turn v8qi, etc. into bits defined above.
1970         (neon_itype): New enumeration. Classifications of NEON builtins.
1971         (neon_builtin_datum): Define struct. Contains information about
1972         a single builtin (with multiple modes).
1973         (CF): Define helper macro for...
1974         (VAR1...VAR10): Define builtins with a type, name and 1-10 different
1975         modes.
1976         (neon_builtin_data): New array. Define information about builtins
1977         for use during initialization/expansion.
1978         (arm_init_neon_builtins): New function.
1979         (arm_init_builtins): Call arm_init_neon_builtins if TARGET_NEON is
1980         true.
1981         (neon_builtin_compare): New function.
1982         (locate_neon_builtin_icode): New function. Find an insn code for a
1983         builtin given a function code for that builtin. Also return type of
1984         builtin (NEON_BINOP, NEON_UNOP etc.).
1985         (builtin_arg): New enumeration. Types of arguments for builtins.
1986         (arm_expand_neon_args): New function. Expand a generic NEON builtin.
1987         Takes a variable argument list of builtin_arg types, terminated by
1988         NEON_ARG_STOP.
1989         (arm_expand_neon_builtin): New function. Expand a NEON builtin.
1990         (neon_reinterpret): New function. Expand NEON reinterpret intrinsic.
1991         (neon_emit_pair_result_insn): New function. Support returning pairs
1992         of vectors via a pointer.
1993         (neon_disambiguate_copy): New function. Set up operands for a
1994         multi-word copy such that registers do not get clobbered.
1995         (arm_expand_builtin): Call arm_expand_neon_builtin if fcode >=
1996         ARM_BUILTIN_NEON_BASE.
1997         (arm_file_start): Set float-abi attribute for NEON.
1998         (arm_vector_mode_supported_p): Enable NEON vector modes.
1999         (arm_mangle_map_entry): New.
2000         (arm_mangle_map): New.
2001         (arm_mangle_vector_type): New.
2002         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_NEON__
2003         when appropriate.
2004         (TARGET_NEON): New macro. Target supports NEON.
2005         (fputype): Add FPUTYPE_NEON.
2006         (UNITS_PER_SIMD_WORD): Define. Allow quad-word registers to be used
2007         for vectorization based on command-line arg.
2008         (NEON_REGNO_OK_FOR_NREGS): Define.
2009         (VALID_NEON_DREG_MODE, VALID_NEON_QREG_MODE)
2010         (VALID_NEON_STRUCT_MODE): Define.
2011         (PRINT_OPERAND_PUNCT_VALID_P): '#' is valid punctuation.
2012         (arm_builtins): Add ARM_BUILTIN_NEON_BASE.
2013         * config/arm/arm.md (VUNSPEC_POOL_16): Insert constant for unspec.
2014         (consttable_16): Add pattern for outputting 16-byte minipool
2015         entries.
2016         (movv2si, movv4hi, movv8qi): Remove blank expanders (redefined in
2017         vec-common.md).
2018         (vec-common.md, neon.md): Include md files.
2019         * config/arm/arm.opt (mvectorize-with-neon-quad): Add option.
2020         * config/arm/constraints.md (constraint "Dn", "Dl", "DL"): Define.
2021         (memory_constraint "Ut", "Un", "Us"): Define.
2022         * config/arm/iwmmxt.md (VMMX, VSHFT): New mode macros.
2023         (MMX_char): New mode attribute.
2024         (addv8qi3, addv4hi3, addv2si3): Remove. Replace with...
2025         (*add<mode>3_iwmmxt): New insn pattern.
2026         (subv8qi3, subv4hi3, subv2si3): Remove. Replace with...
2027         (*sub<mode>3_iwmmxt): New insn pattern.
2028         (mulv4hi3): Rename to...
2029         (*mulv4hi3_iwmmxt): This.
2030         (smaxv8qi3, smaxv4hi3, smaxv2si3, umaxv8qi3, umaxv4hi3)
2031         (umaxv2si3, sminv8qi3, sminv4hi3, sminv2si3, uminv8qi3)
2032         (uminv4hi3, uminv2si3): Remove. Replace with...
2033         (*smax<mode>3_iwmmxt, *umax<mode>3_iwmmxt, *smin<mode>3_iwmmxt)
2034         (*umin<mode>3_iwmmxt): These.
2035         (ashrv4hi3, ashrv2si3, ashrdi3_iwmmxt): Replace with...
2036         (ashr<mode>3_iwmmxt): This new pattern.
2037         (lshrv4hi3, lshrv2si3, lshrdi3_iwmmxt): Replace with...
2038         (lshr<mode>3_iwmmxt): This new pattern.
2039         (ashlv4hi3, ashlv2si3, ashldi3_iwmmxt): Replace with...
2040         (ashl<mode>3_iwmmxt): This new pattern.
2041         * config/arm/neon-docgen.ml: New file. Generate documentation for
2042         intrinsics.
2043         * config/arm/neon-gen.ml: New file. Generate arm_neon.h header.
2044         * config/arm/arm_neon.h: New (autogenerated).
2045         * config/arm/neon-testgen.ml: New file. Generate NEON tests
2046         automatically.
2047         * config/arm/neon.md: New file. Define NEON instructions.
2048         * config/arm/neon.ml: New file. Abstract description of NEON
2049         instructions, used to generate arm_neon.h header, documentation and
2050         tests.
2051         * config/arm/t-arm (MD_INCLUDES): Add vec-common.md, neon.md.
2052         * vec-common.md: New file. Shared parts for iWMMXt and NEON vector
2053         support.
2054         * doc/extend.texi (ARM Built-in Functions): Rename and remove
2055         extraneous comma.
2056         (ARM NEON Intrinsics): New subsection.
2057         * doc/arm-neon-intrinsics.texi: New (autogenerated).
2059 2007-07-25  Danny Smith   <dannysmith@users.sourceforge.net>
2061         * config/i386/i386-protos.h (i386_pe_asm_file_end): Remove
2062         prototype.
2064 2007-07-24  Jan Hubicka  <jh@suse.cz>
2066         * regclass.c (move_table): New type.
2067         (move_cost, may_move_in_cost, may_move_out_cost): Use it.
2068         (init_move_cost): Break out from ...
2069         (init_reg_sets_1): ... here; simplify computation of
2070         have_regs-of_mode and contains_reg_of_mode.
2071         (record_reg_classes): Unswitch internal loops.
2072         (copy_cost): Trigger lazy initialization of move cost
2073         (record_address_regs): Likewise.
2075 2007-07-24  Daniel Berlin  <dberlin@dberlin.org>
2077         * config/darwin.c (darwin_override_options): Don't force on
2078         flag_var_tracking_uninit when no debug info is requested.
2080 2007-07-25  Zdenek Dvorak  <dvorakz@suse.cz>
2082         * cfgloop.c (init_loops_structure): New function.
2083         (flow_loops_find): Create root of the loop tree unconditionally.
2085 2007-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
2087         * tree-ssa-ccp.c (fold_const_aggregate_ref): Use fold_convert.
2089 2007-07-24  Jan Hubicka  <jh@suse.cz>
2091         * caller-save.c: Include ggc.h, gt-caller-save.h
2092         (reg_save_code, reg_restore_code): Rename to ...
2093         (cached_reg_save_code, cached_reg_restore_code): ... those.
2094         (savepat, restpat, test_reg, test_mem, saveinsn, restinsn): New.
2095         (reg_save_code, reg_restore_code): New functions.
2096         (init_caller_save): Do not intialize
2097         reg_save_code/reg_restore_code tables.
2098         * Makefile.in: (gt-caller-save.h): New.
2100 2007-07-24  Andreas Krebbel  <krebbel1@de.ibm.com>
2102         * tree-ssa-ifcombine.c (ifcombine_ifandif): Use a ONE operand
2103         with the mode of the original operand instead of
2104         integer_one_node.
2106 2007-07-23  Jan Hubicka  <jH@suse.cz>
2108         * i386.c (ix86_secondary_memory_needed): Break out to...
2109         (inline_secondary_memory_needed): ... here.
2110         (ix86_memory_move_cost): Break out to ...
2111         (inline_memory_move_cost): ... here; add support for IN value of 2 for
2112         maximum of input and output; fix handling of Q_REGS on 64bit.
2113         (ix86_secondary_memory_needed): Microoptimize.
2115 2007-07-23  Sebastian Pop  <sebpop@gmail.com>
2117         * tree-data-ref.c (find_vertex_for_stmt, create_rdg_edge_for_ddr,
2118         create_rdg_edges_for_scalar, create_rdg_edges, create_rdg_vertices,
2119         stmts_from_loop, known_dependences_p, build_rdg): New.
2120         * tree-data-ref.h: Depends on graphds.h.
2121         (rdg_vertex, RDGV_STMT, rdg_dep_type, rdg_edge, RDGE_TYPE): New.
2122         (build_rdg): Declared.
2123         * Makefile.in (TREE_DATA_REF_H): Depends on graphds.h.
2125 2007-07-23  Daniel Berlin  <dberlin@dberlin.org>
2127         * tree-ssa-propagate.c (valid_gimple_expression_p): Match up with
2128         ccp_min_invariant.
2130 2007-07-23  Peter Bergner  <bergner@vnet.ibm.com>
2131             Jakub Jelinek  <jakub@redhat.com>
2133         PR middle-end/PR28690
2134         * optabs.c (expand_binop): (emit_cmp_and_jump_insns): Allow EQ compares.
2135         * rtlanal.c (commutative_operand_precedence): Prefer both REG_POINTER
2136         and MEM_POINTER operands over REG and MEM operands.
2137         (swap_commutative_operands_p): Change return value to bool.
2138         * rtl.h: Update the corresponding prototype.
2139         * tree-ssa-address.c (gen_addr_rtx): Use simplify_gen_binary
2140         instead of gen_rtx_PLUS.
2141         * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Change return
2142         value to bool.  Change function arguments to rtx's and update code
2143         to match.
2144         (simplify_plus_minus): Update the simplify_plus_minus_op_data_cmp
2145         calls to match the new declaration.
2146         * simplify-rtx.c (simplify_associative_operation): Don't
2147         reorder simplify_binary_operation arguments.
2149 2007-07-23  Richard Sandiford  <richard@codesourcery.com>
2151         * config/mips/mips.c (override_options): Use mips_costs to derive
2152         the default branch cost.
2153         * config/mips/mips.h (BRANCH_COST): Use mips_branch_cost rather
2154         than mips_costs.
2155         * config/mips/mips.opt (mbranch-cost=): New option.
2156         * doc/invoke.texi (-mbranch-cost): Document new MIPS option.
2158 2007-07-23  Richard Sandiford  <richard@codesourcery.com>
2160         * config/mips/mips.h (GR_REG_CLASS_P, COP_REG_CLASS_P): Delete.
2161         (SECONDARY_MEMORY_NEEDED): Delete commented-out definition.
2162         * config/mips/mips.c (mips_register_move_cost): Use reg_class_subset_p
2163         instead of GR_REG_CLASS_P and COP_REG_CLASS_P.
2165 2007-07-23  Richard Sandiford  <richard@codesourcery.com>
2167         * config/mips/constraints.md (ks): New constraint.
2168         * config/mips/mips.md (*add<mode>3_sp1, *add<mode>3_sp2): Fold into...
2169         (*add<mode>3_mips16): ...here.
2171 2007-07-21  Uros Bizjak  <ubizjak@gmail.com>
2173         * optabs.h (enum optab_index): Add new OTI_signbit.
2174         (signbit_optab): Define corresponding macro.
2175         (enum insn_code signbit_optab[]): Remove array.
2176         * optabs.c (init_optabs): Initialize signbit_optab using init_optab.
2177         (expand_copysign_absneg): If back end provides signbit insn, use it
2178         instead of bit operations on floating point argument.
2179         * builtins.c (enum insn_code signbit_optab[]): Remove array.
2180         (expand_builtin_signbit): Check signbit_optab->handlers[].insn_code for
2181         availability of signbit insn.
2183         * config/i386/i386.md (signbit<mode>2): New insn pattern to implement
2184         signbitf, signbit and signbitl built-ins as inline x87 intrinsics when
2185         SSE mode is not active.
2186         (isinf<mode>2): Disable for mfpmath=sse,387.
2188 2007-07-22  Ben Elliston  <bje@au.ibm.com>
2190         * regclass.c (invalid_mode_change_p): Attach ATTRIBUTE_UNUSED to
2191         `class' parameter.
2192         * struct-equiv.c (note_local_live): Likewise for `y_regno'.
2194 2007-07-20  Richard Guenther  <rguenther@suse.de>
2196         * tree-cfg.c (verify_expr): COND_EXPRs can have any
2197         integral typed condition.
2198         * tree-ssa.c (useless_type_conversion_p): Do not preserve
2199         booleanness.  Only preserve conversions from a non-base
2200         type to a base type, not in general between types with
2201         different TYPE_MIN_VALUE or TYPE_MAX_VALUE.
2202         * tree.def (COND_EXPR): Document that the condition
2203         can be of any integral type.
2205 2007-07-20  Nigel Stephens  <nigel@mips.com>
2206             Richard Sandiford  <richard@codesourcery.com>
2208         * config/mips/mips.h (mips_dwarf_regno): Declare.
2209         (DBX_REGISTER_NUMBER): Remove redundant brackets.
2210         (HI_REGNUM, LO_REGNUM): Define in an endian-dependent way.
2211         (AC1HI_REGNUM, AC1LO_REGNUM, AC2HI_REGNUM, AC2LO_REGNUM)
2212         (AC3HI_REGNUM, AC3LO_REGNUM, ACC_HI_REG_P): Delete.
2213         (reg_class): Rename HI_REG to MD0_REG and LO_REG to MD1_REG.
2214         (REG_CLASS_NAMES): Update accordingly.
2215         * config/mips/mips.c (mips_dwarf_regno): New array.
2216         (mips_regno_to_class): Rename HI_REG to MD0_REG and LO_REG to MD1_REG.
2217         (mips_subword): Remove special handling for accumulator registers.
2218         (override_options): Initiailize mips_dwarf_regno.  Remove use
2219         of ACC_HI_REG_P.
2220         (mips_swap_registers): New function.
2221         (mips_conditional_register_usage): Swap accumulator registers
2222         around if TARGET_LITTLE_ENDIAN.
2223         (mips_cannot_change_mode_class): Remove special treatment of ACC_REGS.
2224         * config/mips/constraints.md (h, l): Use the endianness to choose
2225         between MD0_REG and MD1_REG.
2226         * config/mips/mips.md (*mfhilo_<mode>_macc): Use a fixed-string,
2227         alternative-dependent template.
2229 2007-07-20  Richard Sandiford  <richard@codesourcery.com>
2231         * config/arm/arm.md (movsi): Use can_create_pseudo_p instead of
2232         no_new_pseudos.
2234 2007-07-20  Zdenek Dvorak  <dvorakz@suse.cz>
2236         * function.c (thread_prologue_and_epilogue_insns): Fix exit
2237         predecessor fallthru flags.
2239 2007-07-20  Zdenek Dvorak  <dvorakz@suse.cz>
2241         * tree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands
2242         of compare to the same type.
2243         * cfgloopmanip.c (add_loop): Update information about loop exits.
2244         (loop_version): Remove the innermost loop requirement.
2245         * tree-ssa-loop-manip.c (determine_exit_conditions): Convert bounds
2246         to sizetype for pointers.
2248 2007-07-18  H.J. Lu  <hongjiu.lu@intel.com>
2250         * Makefile.in (D32PBIT_FUNCS): Add _sd_to_tf and _tf_to_sd.
2251         (D64PBIT_FUNCS): Add _dd_to_tf and _tf_to_dd.
2252         (D128PBIT_FUNCS): Add _td_to_tf and _tf_to_td.
2254         * config/dfp-bit.c: Empty for TFmode conversions.
2256 2007-07-18  Caroline Tice  <ctice@apple.com>
2257         
2258         * var-tracking.c (find_src_status):  Check for  COND_EXEC insns
2259         and handle them correctly; check that src is not NULL before
2260         trying to use it.
2261         (find_src_set_src): Likewise.
2262         
2263 2007-07-18  Bob Wilson  <bob.wilson@acm.org>
2264         
2265         * config/xtensa/xtensa.c (xtensa_expand_mask_and_shift): New.
2266         (struct alignment_context, init_alignment_context): New.
2267         (xtensa_expand_compare_and_swap, xtensa_expand_atomic): New.
2268         * config/xtensa/xtensa.h (XCHAL_HAVE_RELEASE_SYNC): Add default.
2269         (XCHAL_HAVE_S32C1I): Likewise.
2270         (TARGET_RELEASE_SYNC, TARGET_S32C1I): New.
2271         * config/xtensa/xtensa.md (UNSPECV_MEMW): New constant.
2272         (UNSPECV_S32RI, UNSPECV_S32C1I): Likewise.
2273         (ATOMIC, HQI): New macros.
2274         (memory_barrier, *memory_barrier): New.
2275         (sync_lock_releasesi): New.
2276         (sync_compare_and_swapsi, sync_compare_and_swap<mode>): New.
2277         (sync_lock_test_and_set<mode>): New.
2278         (sync_<atomic><mode>): New.
2279         (sync_old_<atomic><mode>, sync_new_<atomic><mode>): New.
2280         * config/xtensa/xtensa-protos.h (xtensa_expand_compare_and_swap): New.
2281         (xtensa_expand_atomic): New.
2282         
2283 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2285         PR target/30652
2287         * builtins.c (expand_builtin_interclass_mathfn): Provide a generic
2288         transformation for builtin ISNORMAL.
2289         (expand_builtin): Handle BUILT_IN_ISNORMAL.
2290         * builtins.def (BUILT_IN_ISNORMAL): New.
2291         * doc/extend.texi: Document isnormal.
2293 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2295         PR target/30652
2297         * builtins.c (expand_builtin_interclass_mathfn): Allow for missing
2298         optabs infrastructure.  Provide generic implementation for
2299         FINITE/ISFINITE.
2300         (expand_builtin): Handle FINITE/ISFINITE.
2301         (fold_builtin_classify): Make ISFINITE canonical instead of FINITE.
2302         (fold_builtin_1): Likewise.
2304         * builtins.def (BUILT_IN_ISFINITE): New.
2306         * doc/extend.texi: Document isfinite.
2308 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2310         PR target/30652
2311         PR middle-end/20558
2313         * builtins.c (expand_builtin_interclass_mathfn): Provide a
2314         generic fallback for isinf.
2315         * c-cppbuiltin.c (builtin_define_float_constants): Move FP max
2316         calculation code ...
2317         * real.c (get_max_float): ... to here.
2318         * real.h (get_max_float): New.
2320 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2322         PR middle-end/32668
2324         * builtin-attrs.def (ATTR_TYPEGENERIC,
2325         ATTR_CONST_NOTHROW_TYPEGENERIC): New.
2327         * builtins.def (BUILT_IN_ISINF, BUILT_IN_ISNAN,
2328         BUILT_IN_ISGREATER, BUILT_IN_ISGREATEREQUAL, BUILT_IN_ISLESS,
2329         BUILT_IN_ISLESSEQUAL, BUILT_IN_ISLESSGREATER,
2330         BUILT_IN_ISUNORDERED): Use ATTR_CONST_NOTHROW_TYPEGENERIC.
2332         * c-common.c (handle_type_generic_attribute): New.
2333         (c_common_attribute_table): Add "type generic".
2335         * c-typeck.c (convert_arguments): Handle "type generic" functions.
2337 2007-07-18  Daniel Berlin  <dberlin@dberlin.org>
2339         * tree-ssa-sccvn.c (try_to_simplify): Use valid_gimple_expression
2340         * tree-ssa-propagate (valid_gimple_expression): Handle ADDR_EXPR
2341         properly.
2343 2007-07-18  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2345         PR target/32808
2346         * config/cris/cris.c (cris_print_index): Don't use XEXP before
2347         checking that the operand is an expression.
2349 2007-07-19  Christoph von Wittich  <Christoph_vW@reactos.org>
2350             Danny Smith  <dannysmith@users.sourceforge.net>
2352         PR/other 30335
2353         * config/i386/host-mingw32.c (mingw32_gt_pch_use_address): Put
2354         file mapping object in local namespace if Windows version later
2355         than NT4
2357 2007-07-18  Richard Sandiford  <richard@codesourcery.com>
2359         * config/arm/arm-protos.h (arm_cannot_force_const_mem): Declare.
2360         * config/arm/arm.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
2361         arm_cannot_force_const_mem.
2362         (arm_cannot_force_const_mem): New function.
2363         * config/arm/arm.h (ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): New macro.
2364         (LEGITIMATE_CONSTANT_P): Test arm_cannot_force_const_mem instead
2365         of arm_tls_referenced_p.
2366         * config/arm/arm.md (movsi): Split out-of-section constants when
2367         ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P.
2368         * config/arm/vxworks.h (ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define.
2370 2007-07-18  Richard Sandiford  <richard@codesourcery.com>
2372         * config/mips/mips.md (clear_cache): Treat the size argument as Pmode.
2374 2007-07-18  Richard Sandiford  <richard@codesourcery.com>
2376         * config/mips/mips.md (*extendqihi2): Convert the destination
2377         to SImode.
2379 2007-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2381         * config/pa/fptr.c: Update license header.
2382         * config/pa/milli64.S: Likewise.
2384 2007-07-17  Nick Clifton  <nickc@redhat.com>
2386         * COPYING_v3: New file.  Contains version 3 of the GNU General
2387         Public License.
2388         * COPYING.LIB_v3: New file.  Contains version 3 of the GNU
2389         Lesser General Public License.
2390         * doc/include/gpl_v3.texi: New file.  Contains version 3 of
2391         the GNU General Public License.
2393 2007-07-17  Zdenek Dvorak  <dvorakz@suse.cz>
2395         PR rtl-optimization/32773
2396         * cfglayout.c (force_one_exit_fallthru): New function.
2397         (cfg_layout_finalize): Use it.
2399 2007-07-16  Richard Guenther  <rguenther@suse.de>
2400             Uros Bizjak  <ubizjak@gmail.com>
2402         * tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond"
2403         before forcing it to gimple operand.
2405 2007-07-16  Sandra Loosemore  <sandra@codesourcery.com>
2406             David Ung  <davidu@mips.com>
2408         * config/mips/mips.h (TUNE_24K): Define.
2409         (TUNE_MACC_CHAINS): Add TUNE_24K.
2410         * config/mips/mips.md: (*mul_acc_si, *mul_sub_si): Change type to
2411         imadd.
2412         * config/mips/74k.md (r74k_int_mult): Split madd/msub to ..
2413         (r74k_int_madd): .. this new reservation.
2414         (define_bypass): Fixed bypasses for r74k_int_madd to use
2415         mips_linked_madd_p.
2416         * config/mips/24k.md (define_bypass): Define new
2417         r24k_int_mul3->r24k_int_madd bypass using mips_linked_madd_p.
2419 2007-07-16  Sandra Loosemore  <sandra@codesourcery.com>
2420             Nigel Stephens  <nigel@mips.com>
2422         * config/mips/mips.md:  Include 20kc.md.
2423         * config/mips/20kc.md: New file.
2424         * config/mips/mips.c (mips_rtx_cost_data): Fill in 20Kc costs.
2425         (mips_adjust_cost): Tweak for 20Kc.
2426         (mips_issue_rate): Likewise.
2427         * config/mips/mips.h (TUNE_20KC): Define.
2429 2007-07-16  David Edelsohn  <edelsohn@gnu.og>
2431         * config/rs6000/rs6000.c (struct processor_cost): Add
2432         cache_line_size, l1_cache_lines, and simultaneous_prefetches
2433         fields.
2434         (*_cost): Add cache information.
2435         (rs6000_override_options): Set cache parameters.
2437 2007-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2439         PR bootstrap/3456
2440         * config.gcc (mips-sgi-irix[56]*): Enable pthread support.
2441         * doc/install.texi (mips-sgi-irix6): pthread support works now.
2443 2007-07-16  Paul Brook  <paul@codesourcery.com>
2445         PR target/32753
2446         * config/arm/cirrus.md (cirrus_arm_movsi_insn): Remove dead insn.
2447         (cirrus_thumb2_movsi_insn): Ditto.
2449 2007-07-15  Geoffrey Keating  <geoffk@apple.com>
2451         * config/rs6000/darwin-fallback.c (interpret_libc): Change
2452         CR2_REGNO to R_CR2.
2454 2007-07-15  Andrew Haley  <aph@redhat.com>
2456         * unwind-sjlj.c (_Unwind_GetIPInfo): Check for context->fc != NULL
2457         before looking in the context.
2459 2007-07-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2461         PR middle-end/32398
2462         PR middle-end/32769
2463         * pa-protos.h (pa_eh_return_handler_rtx): Declare.
2464         * pa.c (pa_extra_live_on_entry, rp_saved): Declare.
2465         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
2466         (pa_output_function_prologue): Use rp_saved and current_function_is_leaf
2467         to generate .CALLINFO statement.
2468         (hppa_expand_prologue): Set rp_saved.
2469         (hppa_expand_epilogue): Use rp_saved.
2470         (pa_extra_live_on_entry, pa_eh_return_handler_rtx): New functions.
2471         * pa.h (EH_RETURN_HANDLER_RTX): Use pa_eh_return_handler_rtx.
2473 2007-07-14  Dirk Mueller  <dmueller@suse.de>
2475         * omega.c (coalesce): Fix memory leak on early exit.
2476         * matrix-reorg.c (check_allocation_function): Likewise.
2477         * tree-vect-transform.c (vect_get_new_vect_var): free result
2478         of concat().
2479         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
2480         pass pointer to edge vector
2481         (partition_hot_cold_basic_blocks): Fix memory leak.
2482         * collect2.c (prefix_from_string): Free temporary storage.
2483         * reload1.c (fixup_abnormal_edges): Free sbitmap.
2485 2007-07-14  Kaz Kojima  <kkojima@gcc.gnu.org>
2487         * config/sh/sh.h (DO_GLOBAL_CTORS_BODY): Add void to prototype.
2488         (DO_GLOBAL_DTORS_BODY): Likewise.
2490 2007-07-14  Sandra Loosemore  <sandra@codesourcery.com>
2491             Nigel Stephens  <nigel@mips.com>
2493         * config/mips/mips.c (mips_classify_symbol): Don't return
2494         SYMBOL_SMALL_DATA for constant pool addresses if
2495         TARGET_EMBEDDED_DATA is true.
2497 2007-07-14  Uros Bizjak  <ubizjak@gmail.com>
2499         * config/i386/i386.c (init_mmx_sse_builtins): Define all builtins
2500         except __builtin_ia32_emms, __builtin_ia32_ldmxcsr,
2501         __builtin_ia32_stmxcsr, __builtin_ia32_maskmovq, __builtin_ia32_loadups,
2502         __builtin_ia32_storeups, __builtin_ia32_loadhps, __builtin_ia32_loadlps,
2503         __builtin_ia32_storehps, __builtin_ia32_storelps,
2504         __builtin_ia32_movntps, __builtin_ia32_movntq, __builtin_ia32_sfence,
2505         __builtin_ia32_femms, __builtin_ia32_maskmovdqu, __builtin_ia32_loadupd,
2506         __builtin_ia32_storeupd, __builtin_ia32_loadhpd, __builtin_ia32_loadlpd,
2507         __builtin_ia32_movnti, __builtin_ia32_movntpd, __builtin_ia32_movntdq,
2508         __builtin_ia32_clflush, __builtin_ia32_lfence, __builtin_ia32_mfence,
2509         __builtin_ia32_loaddqu, __builtin_ia32_storedqu, __builtin_ia32_monitor,
2510         __builtin_ia32_mwait, __builtin_ia32_lddqu, __builtin_ia32_movntdqa,
2511         __builtin_ia32_movntsd and __builtin_ia32_movntss as const builtins
2512         using def_builtin_const.
2514 2007-07-14  Eric Botcazou  <ebotcazou@adacore.com>
2516         PR tree-optimization/32705
2517         * tree-ssa-sccvn.c (set_ssa_val_to): Accept VN_TOP as value number.
2518         (simplify_binary_expression): Use SSA_VAL consistently.
2520 2007-07-13  David Edelsohn  <edelsohn@gnu.org>
2522         * config/rs6000/spe.md (SPE_ACC_REGNO): Delete definition.
2523         (SPEFSCR_REGNO): Delete definition.
2524         * config/rs6000/rs6000.c: LINK_REGISTER_REGNUM -> LR_REGNO.
2525         COUNT_REGISTER_REGNUM -> CTR_REGNO.
2526         * config/rs6000/rs6000.h: Do not define *_REGNO.
2527         LINK_REGISTER_REGNUM -> LR_REGNO.
2528         COUNT_REGISTER_REGNUM -> CTR_REGNO.
2529         * config/rs6000/predicates.md: LINK_REGISTER_REGNUM ->  LR_REGNO.
2530         COUNT_REGISTER_REGNUM -> CTR_REGNO.
2531         * config/rs6000/linux-unwind.h: Define R_LR, R_CR2, R_VR0,
2532         R_VRSAVE, R_VSCR. Use them.
2533         * config/rs6000/darwin-fallback.c: Define R_LR, R_CTR, R_CR2,
2534         R_XER, R_VR0, R_VRSAVE, R_VSCR, R_SPEFSCR.  Use them.
2535         * config/rs6000/rs6000.md: Define REGNO constants.  Use them.
2536         * config/rs6000/aix.h: Define R_LR.  Use it.
2537         
2538 2007-07-13  Caroline Tice  <ctice@apple.com>
2539         
2540         * toplev.c (process_options): Turn flag_var_tracking_uninit off when
2541         flag_var_tracking is explicitly turned off (i.e. when variable
2542         tracking is not feasible); otherwise, turn flag_var_tracking on when
2543         flag_var_tracking_uninit is on.
2544         * rtl.def (VAR_LOCATION): Add a new integer subfield to VAR_LOCATION
2545         note definitions, to allow recording of initialization status in the
2546         notes.
2547         * dwarf2out.c (dwarf_stack_op_name): Add case for DW_OP_GNU_uninit.
2548         (add_var_loc_to_decl): Add comparison of NOTE_VAR_LOCATION_STATUS to
2549         determine if two note locations are equal.
2550         (output_loc_list): Don't output list entries whose start & end labels
2551         are the same.
2552         (reg_loc_descriptor): Add parameter for initialization status; pass it
2553         to other loc descriptor functions.
2554         (one_reg_loc_descriptor): Add parameter for initialization status;
2555         check its value and add DW_OP_GNU_uninit to returned loc descr if
2556         appropriate.
2557         (multiple_reg_loc_descriptor): Add parameter for initialization
2558         status;
2559         pass init status argument to other loc descriptor functions; check
2560         value of intialization parameter and add DW_OP_GNU_uninit to returned
2561         loc descr if appropriate.
2562         (based_loc_descr): Add parameter for initialization status; add new
2563         variable for return value; check value of initialization parameter and
2564         add DW_OP_GNU_uninit to returned loc descr if appropriate.
2565         (concatn_mem_loc_descriptor): Add parameter for initialization status;
2566         pass init status argument to other loc descriptor functions; check
2567         value of intialization parameter and add DW_OP_GNU_uninit to returned
2568         loc descr if appropriate.
2569         (mem_loc_descriptor): Likewise.
2570         (concat_loc_descriptor): Likewise.
2571         (concatn_loc_descriptor): Likewise.
2572         (loc_descriptor): Add parameter for initialization status; pass it as
2573         argument to other loc descriptor function calls.
2574         (loc_descriptor_from_tree_1): Add appropriate initialization status
2575         to loc descriptor function calls.
2576         (add_location_or_const_value_attribute): Get initialization status
2577         from VAR_LOCATION note; add initialization status to loc descriptor
2578         function calls.
2579         * dwarf2.h (enum dwarf_location_atom): New op, DW_OP_GNU_uninit.
2580         * print-rtl.c (print_rtx): When printing a VAR_LOCATION note, if
2581         status is uninitialized, add "[uninint]" to output.
2582         * common.opt (fvar-tracking-uninit): New option, similar to
2583         fvar-tracking, to turn on tracking of uninitialized variables; creates
2584         a new global flag, flag_var_tracking_uninit.
2585         * rtl.h (NOTE_VAR_LOCATION_STATUS): New macro for accessing new field.
2586         (enum var_init_status): New type, for var initialization status field.
2587         * var-tracking.c (struct location_chain_def): Two new fields, init,
2588         for initialization status, and set_src for the assignment value expr.
2589         (unshare_variable): New parameter for initialization status;
2590         initialize new init and set_src fields.
2591         (var_reg_set): New parameters for initialization status and value;
2592         pass them to set_variable_part.
2593         (var_mem_set): Likewise.
2594         (get_init_value): New function.
2595         (var_reg_delete_and_set): New initialization status & value
2596         parameters; add call to get_init_value if status is unknown; pass new
2597         parameters to clobber_variable_part and var_reg_set.
2598         (var_mem_delete_and_set): Likewise.
2599         (var_reg_delete): Pass null set_src value to clobber_variable_part.
2600         (var_mem_delete): Likewise.
2601         (variable_union): Pass status to unshare_variable; initialize new init
2602         and set_src fields. If flag_var_tracking_uninit is not set, force
2603         status to initialized.
2604         (add_stores): Store insn, rather than NEXT_INSN(insn), so it can be
2605         used later to get the set_src value.
2606         (find_src_status): New function.
2607         (find_src_set_src): New function.
2608         (compute_bb_dataflow): Pass init status to calls to var_reg_set,
2609         var_mem_set, var_reg_delete_and_set and var_mem_delete_and_set; for
2610         MO_SET, get set_src value and pass it to var_reg_delete_and_set
2611         and var_mem_delete_and_set.
2612         (dump_variable): Print out "[uninit]" if appropriate.
2613         (set_variable_part): Add new initialization and set_src parameters;
2614         pass status to unshare_variable; set node->init and node- >set_src
2615         fields and modify slot in hash table appropriately; save the init and
2616         set_src values if appropriate and assign to the new node.
2617         (clobber_variable_part): New set_src parameter; if two nodes have
2618         same variable and same location but different set_src (assignment)
2619         values, clobber old node.
2620         (delete_variable_part): Pass init status to unshare_variable.
2621         (emit_note_insn_var_location): Add initialized var; assign var's init
2622         status to new 'initialized'; pass new init status field to calls to
2623         gen_rtx_VAR_LOCATION. If flag_var_tracking_uninit is not set, force
2624         status to initialized.
2625         (emit_notes_in_bb): Pass initialization status to calls to
2626         var_reg_set, var_mem_set, var_reg_delete_and_set and
2627         var_mem_delete_and_set; for MO_SET, get set_src value and pass it to
2628         var_reg_delete_and_set and var_mem_delete_and_set; call
2629         emit_notes_for_changes on NEXT_INSN(insn) rather than on insn, to
2630         make up for change in add_stores.
2631         (vt_add_function_parameters): Add status to calls to
2632         set_variable_part.
2633         * config/darwin.c (darwin_override_options): Turn on uninitialized
2634         tracking automatically, if var_tracking is on and the system is
2635         10.5 or higher.
2636         
2637 2007-07-13  Sa Liu  <saliu@de.ibm.com>
2639         * config.gcc: Add options for arch and tune on SPU.
2640         * config/spu/predicates.md: Add constant operands 0 and 1.
2641         * config/spu/spu-builtins.def: Add builtins for double precision 
2642         floating point comparison: si_dfceq, si_dfcmeq, si_dfcgt, si_dfcmgt, 
2643         si_dftsv, spu_cmpeq_13, spu_cmpabseq_1, spu_cmpgt_13, spu_cmpabsgt_1,
2644         spu_testsv.
2645         * config/spu/spu-c.c: Define __SPU_EDP__ when builtins invoked with 
2646         a CELLEDP target.
2647         * config/spu/spu-protos.h: Add new function prototypes. 
2648         * config/spu/spu.c (spu_override_options): Check options -march and
2649         -mtune.
2650         (spu_comp_icode): Add comparison code for DFmode and vector mode.
2651         (spu_emit_branch_or_set): Use the new code for DFmode and vector 
2652         mode comparison.
2653         (spu_const_from_int): New.  Create a vector constant from 4 ints.
2654         (get_vec_cmp_insn): New.  Get insn index of vector compare instruction.
2655         (spu_emit_vector_compare): New.  Emit vector compare.
2656         (spu_emit_vector_cond_expr): New.  Emit vector conditional expression.
2657         * config/spu/spu.h: Add options -march and -mtune.  Define processor
2658         types PROCESSOR_CELL and PROCESSOR_CELLEDP.  Define macro
2659         CANONICALIZE_COMPARISON.
2660         * config/spu/spu.md: Add new insns for double precision compare
2661         and double precision vector compare.  Add vcond and smax/smin patterns
2662         to enable DFmode vector conditional expression.
2663         * config/spu/spu.opt: Add options -march and -mtune.
2664         * config/spu/spu_internals.h: Add builtins for CELLEDP target:
2665         si_dfceq, si_dfcmeq, si_dfcgt, si_dfcmgt, si_dftsv.  Add builtin for
2666         both CELL and CELLEDP targets: spu_testsv.
2667         * config/spu/spu_intrinsics.h: Add flag mnemonics for test special 
2668         values.
2670 2007-07-13  Richard Guenther  <rguenther@suse.de>
2672         PR tree-optimization/32721
2673         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Preserve
2674         TREE_THIS_VOLATILE on the folded reference.
2675         * tree-ssa-operands.c (get_expr_operands): Set has_volatile_ops
2676         if the array reference has TREE_THIS_VOLATILE set.
2678 2007-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2680         PR other/32188
2681         * doc/libgcc.texi: Update DFP intrinsics for DPD and BID.
2683 2007-07-13  Andreas Schwab  <schwab@suse.de>
2685         * gengtype-lex.l: Allow declarations to be indented.
2687 2007-07-12  Geoffrey Keating  <geoffk@apple.com>
2689         * ginclude/tgmath.h: New.
2690         * config.gcc: Use GCC's tgmath.h on non-glibc systems.
2691         * doc/sourcebuild.texi (Headers): Document use_gcc_tgmath.
2692         * configure.ac (STMP_FIXPROTO): Honor use_gcc_tgmath.
2693         * configure: Regenerate.
2695 2007-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
2697         * config/sh/linux-unwind.h (sh_fallback_frame_state): Use
2698         correct index when setting register save state for xd
2699         registers.
2701 2007-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
2703         * config/sh/sh.c (mark_use): Remove.
2705 2007-07-12  Paul Brook  <paul@codesourcery.com>
2707         * config/arm/arm.c (thumb1_compute_save_reg_mask): Make sure scratch
2708         reg does not overlap return value.
2710 2007-07-12  Daniel Berlin  <dberlin@dberlin.org>
2712         * tree-ssa-pre.c (get_expression_vuses): Move out side-effect.
2713         (set_expression_vuses): Ditto.
2714         (init_pre): Initialize expression_vuses.
2716 2007-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
2718         * config/i386/sse.md (storentdf, storentsf): New.
2720 2007-07-12  Geoffrey Keating  <geoffk@apple.com>
2722         * builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a
2723         FUNCTION_DECL.
2724         * tree.c (build_decl_stat): Move code from here...
2725         (make_node_stat): ... to here.  Don't uselessly clear DECL_USER_ALIGN.
2726         (expr_align): Honor DECL_ALIGN on a FUNCTION_DECL.  Add comment
2727         about using DECL_ALIGN of LABEL_DECL and CONST_DECL.
2728         * tree.h (DECL_USER_ALIGN): Fix misplaced comment.
2729         * varasm.c (assemble_start_function): Use DECL_ALIGN instead of
2730         FUNCTION_BOUNDARY.
2732 2007-07-12  Dorit Nuzman  <dorit@il.ibm.com>
2733             Devang Patel  <dpatel@apple.com>
2735         PR tree-optimization/25413
2736         * targhooks.c (default_builtin_vector_alignment_reachable): New.
2737         * targhooks.h (default_builtin_vector_alignment_reachable): New.
2738         * tree.h (contains_packed_reference): New.
2739         * expr.c (contains_packed_reference): New.
2740         * tree-vect-analyze.c (vector_alignment_reachable_p): New.
2741         (vect_enhance_data_refs_alignment): Call
2742         vector_alignment_reachable_p.
2743         * target.h (vector_alignment_reachable): New builtin.
2744         * target-def.h (TARGET_VECTOR_ALIGNMENT_REACHABLE): New.
2745         * config/rs6000/rs6000.c (rs6000_vector_alignment_reachable): New.
2746         (TARGET_VECTOR_ALIGNMENT_REACHABLE): Define.
2748 2007-07-12  Dorit Nuzman  <dorit@il.ibm.com>
2750         * target.h (builtin_vectorization_cost): Add new target builtin.
2751         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): New.
2752         * tree-vectorizer.h (TARG_SCALAR_STMT_COST): New.
2753         (TARG_SCALAR_LOAD_COST, TARG_SCALAR_STORE_COST): New.
2754         * tree-vect-analyze.c (vect_analyze_slp_instance): Initisliaze
2755         uninitialized variables.
2756         * tree-vect-transform.c (cost_for_stmt): New function.
2757         (vect_estimate_min_profitable_iters): Call cost_for_stmt instead of
2758         using cost 1 for all scalar stmts. Be less conservative when
2759         estimating the number of prologue/epulogue iterations. Call
2760         targetm.vectorize.builtin_vectorization_cost. Return
2761         min_profitable_iters-1.
2762         (vect_model_reduction_cost): Use TARG_SCALAR_TO_VEC_COST for
2763         initialization cost instead of TARG_VEC_STMT_COST. Use
2764         TARG_VEC_TO_SCALAR_COST instead of TARG_VEC_STMT_COST for reduction
2765         epilogue code. Fix epilogue cost computation.
2766         * config/spu/spu.c (spu_builtin_vectorization_cost): New.
2767         (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Implement.
2768         * config/spu/spu.h (TARG_COND_BRANCH_COST, TARG_SCALAR_STMT_COST):
2769         (TARG_SCALAR_LOAD_COST, TARG_SCALAR_STORE_COST, TARG_VEC_STMT_COST):
2770         (TARG_VEC_TO_SCALAR_COST, TARG_SCALAR_TO_VEC, TARG_VEC_LOAD_COST):
2771         (TARG_VEC_UNALIGNED_LOAD_COST, TARG_VEC_STORE_COST): Define.
2773 2007-07-12  Richard Guenther  <rguenther@suse.de>
2775         * gimplify.c (gimplify_conversion): Make sure that the result
2776         from maybe_fold_offset_to_reference is trivially convertible
2777         to the desired type before doing the simplification.
2778         (gimplify_expr): Likewise.
2779         * fold-const.c (fold_binary): Use the correct types for
2780         building the simplified expression.
2782 2007-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
2784         PR rtl-optimization/32729
2785         * cfghooks.c (can_duplicate_block_p): Do not forbid duplicating blocks
2786         that fallthru to exit.
2788 2007-07-12  Kaz Kojima  <kkojima@gcc.gnu.org>
2790         * config/sh/sh.md (symGOTOFF2reg): Add missing parenthesis.
2791         (symDTPOFF2reg): Likewise.
2793 2007-07-11  Daniel Berlin  <dberlin@dberlin.org>
2795         PR tree-optimization/32663
2796         
2797         * tree.h (VALUE_HANDLE_VUSES): Remove.
2798         (struct tree_value_handle): Remove vuses.
2800         * tree-vn.c (create_value_handle_for_expr): Don't set
2801         VALUE_HANDLE_VUSES. 
2803         * tree-ssa-pre.c (expression_vuses): New.
2804         (alloc_expression_id): Set up expression_vuses.
2805         (get_expression_vuses): New.
2806         (set_expression_vuses): Ditto.
2807         (clear_expression_ids): Modify for expression_vuses.
2808         (phi_translate_1): Ditto.
2809         (phi_translate_set): Ditto.
2810         (value_dies_in_block_x): Ditto
2811         (valid_in_sets): Ditto.
2812         (add_to_sets): Ditto.
2813         (find_existing_value_expr): Ditto.
2814         (create_value_handle_for_expr): Ditto.
2815         (make_values_for_stmt): Ditto.
2816         (vuse_equiv): Remove.
2818 2007-07-11  Alexandre Oliva  <aoliva@redhat.com>
2820         * Makefile.in (mostlyclean): Remove object files.
2822 2007-07-11  Kenneth Zadeck <zadeck@naturalbridge.com>
2824         * toplev.c (no_new_pseudos): Deleted.
2825         * rtl.h (no_new_pseudos): Deleted.
2826         * tree-pass.h (pass_no_new_pseudos): Deleted. 
2827         * passes.c (pass_no_new_pseudos): Deleted.
2828         * final.c (rest_of_clean_state): Removed no_new_pseudos.
2829         (rest_of_no_new_pseudos, pass_no_new_pseudos): Deleted.
2830         * struct-equiv.c (rtx_equiv_p): Replaced no_new_pseudos with 
2831         reload_completed.
2832         * cfgcleanup.c (try_crossjump_to_edge): Ditto. 
2833         * rtlhooks.c (gen_lowpart_general): Ditto.
2834         * optabs.c (prepare_operand): Ditto.
2835         * mode-switching.c (rest_of_handle_mode_switching): Deleted set of
2836         no_new_pseudos.
2837         * modulo-sched.c (rest_of_handle_sms): Ditto.
2838         * see.c (rest_of_handle_see): Ditto.
2839         * ifcvt.c (if_convert): Ditto.
2840         (gate_handle_if_after_combine): Replaced no_new_pseudos with 
2841         reload_completed.
2842         * init-regs.c (gate_initialize_regs): Deleted set of
2843         no_new_pseudos.
2844         * lower-subreg.c (decompose_multiword_subregs): Ditto. 
2845         * bb-reorder.c (rest_of_handle_partition_blocks): Ditto.
2846         * doc/md.texi: Changed no_new_pseudos to can_create_pseudo_p.
2847         
2848 2007-07-11  Uros Bizjak  <ubizjak@gmail.com>
2850         PR target/32661
2851         * config/i386/sse.md (*sse2_storeq_rex64): Handle 64bit mem->reg moves.
2852         (*vec_extractv2di_1_sse2): Disable for TARGET_64BIT.
2853         (*vec_extractv2di_1_rex64): New insn pattern.
2855 2007-07-11  David Daney  <ddaney@avtrex.com>
2857         * config/mips/linux-unwind.h (mips_fallback_frame_state): Rewrite
2858         return address calculation.  Substitute DWARF_ALT_FRAME_RETURN_COLUMN
2859         for SIGNAL_UNWIND_RETURN_COLUMN.
2860         * config/mips/mips.h (SIGNAL_UNWIND_RETURN_COLUMN): Remove.
2861         (DWARF_FRAME_REGNUM): Rewrite.
2862         (DWARF_ALT_FRAME_RETURN_COLUMN) Define.
2864 2007-07-11  Nick Clifton  <nickc@redhat.com>
2866         * config/m32r/m32r.h (INITIALIZE_TRAMPOLINE): Revert previous
2867         delta and use gen_int_mode in place of GET_INT instead.
2869 2007-07-11  Uros Bizjak  <ubizjak@gmail.com>
2871         * reg-stack.c (struct tree_opt_pass pass_stack_regs): Nullify name
2872         and letter field.
2874 2007-07-11  Douglas Gregor  <doug.gregor@gmail.com>
2876         * params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove.
2877         (PARAM_USE_CANONICAL_TYPES): New; decides whether to use canonical 
2878         types or not.
2879         * params.h (VERIFY_CANONICAL_TYPES): Remove.
2880         (USE_CANONICAL_TYPES): New.
2881         * doc/invoke.texi (verify-canonical-types): Remove.
2882         (use-canonical-types): Add.
2884 2007-07-11  Ulrich Weigand  <uweigand@de.ibm.com>
2886         * config/spu/spu.c (spu_optimization_options): Remove setting of
2887         parameter PARAM_MAX_COMPLETELY_PEEL_TIMES.
2888         (spu_override_options): Move it here.
2890 2007-07-11  Richard Sandiford  <richard@codesourcery.com>
2892         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle -m4ksc and -m4ksd.
2893         * config/mips/mips.c (mips_cpu_info_table): Mention
2894         MIPS_ISA_LEVEL_SPEC in the comment.
2896 2007-07-11  Eric Botcazou  <ebotcazou@adacore.com>
2898         PR tree-optimization/32713
2899         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle REAL_CST.
2901 2007-07-11  Paolo Carlini  <pcarlini@suse.de>
2903         PR middle-end/30482
2904         * c-opts.c (c_common_post_options): Do not change flag_complex_method
2905         conditional to flag_isoc99.
2906         (c_common_init_options): Do it here, unconditionally.
2908 2007-07-11  Eric Botcazou  <ebotcazou@adacore.com>
2910         PR tree-optimization/32589
2911         * doc/tree-ssa.texi (Rough GIMPLE Grammar): Add missing rule.
2912         * tree-gimple.c (is_gimple_min_invariant): Clarify head comment.
2913         * tree-ssa-propagate.c (valid_gimple_expression_p): New
2914         predicate, extracted from...
2915         (set_rhs): ...here.  Call it for the expression on entry.
2916         * tree-ssa-propagate.h (valid_gimple_expression_p): Declare.
2917         * tree-ssa-sccvn.c: Include tree-ssa-propagate.h.
2918         (simplify_binary_expression): Use valid_gimple_expression_p
2919         to validate the simplification.
2920         * Makefile.in (tree-ssa-sccvn.o): Depends on tree-ssa-propagate.h.
2922 2007-07-11  Danny Smith  <dannysmith@users.sourceforge.net>
2924         * config/i386/cygming.h (PREFERRED_DEBUGGING_TYPE): Define to
2925         DWARF2_DEBUG on 32 bit target too.
2926         (DWARF2_UNWIND_INFO): Reorganize 64-bit vs 32-bit definition. 
2928 2007-07-11  Nick Clifton  <nickc@redhat.com>
2930         * config/m32r/m32r.h (INITIALIZE_TRAMPOLINE): Provide alternative
2931         version for 64-bit hosts.
2933 2007-07-10  David Daney  <ddaney@avtrex.com>
2935         * config/mips/mips.h (ISA_HAS_SYNCI): New target capability
2936         predicate.
2937         (INITIALIZE_TRAMPOLINE): Emit clear_cache insn instead of  library
2938         call.
2939         * config/mips/mips.c (mips_expand_synci_loop): New function.
2940         * config/mips/mips.md (UNSPEC_CLEAR_HAZARD): New constant.
2941         (UNSPEC_RDHWR): Same.
2942         (UNSPEC_SYNCI): Same.
2943         (UNSPEC_SYNC): Same.
2944         (clear_cache): New expand.
2945         (sync): New insn.
2946         (synci): Same.
2947         (rdhwr): Same.
2948         (clear_hazard): Same.
2949         * config/mips/mips-protos.h (mips_expand_synci_loop): Declare
2950         function.
2951         * testsuite/gcc.target/mips/clear-cache-1.c: New test.
2952         * testsuite/gcc.target/mips/clear-cache-2.c: New test.
2954 2007-07-10  Ian Lance Taylor  <iant@google.com>
2956         * emit-rtl.c (gen_reg_rtx): Check can_create_pseudo_p rather than
2957         no_new_pseudos.
2959 2007-07-10  David Daney  <ddaney@avtrex.com>
2961         * builtins.def (BUILT_IN_CLEAR_CACHE): New builtin.
2962         * builtins.c (expand_builtin___clear_cache): New function.
2963         (expand_builtin): Call expand_builtin___clear_cache for
2964         BUILT_IN_CLEAR_CACHE case.
2965         * doc/extend.texi (__builtin___clear_cache): Document new builtin.
2966         * doc/md.texi (clear_cache): Document new instruction pattern.
2967         * testsuite/gcc.dg/builtins-64.c: New test.
2969 2007-07-11  Hans-Peter Nilsson  <hp@axis.com>
2971         * config/cris/cris.md ("movsi"): Fix typo in last change.
2973 2007-07-09  Geoffrey Keating  <geoffk@apple.com>
2975         PR 32617
2976         * c-common.c (c_alignof_expr): Look at DECL_ALIGN of
2977         FUNCTION_DECLs.
2978         (handle_aligned_attribute): Allow use on FUNCTION_DECLs.
2979         * varasm.c (assemble_start_function): Honor DECL_ALIGN
2980         for FUNCTION_DECLs.  Don't use align_functions_log if
2981         DECL_USER_ALIGN.
2982         * print-tree.c (print_node): Print DECL_ALIGN and DECL_USER_ALIGN
2983         even for FUNCTION_DECLs.
2984         * c-decl.c (merge_decls): Propagate DECL_ALIGN even for
2985         FUNCTION_DECLs.
2986         * tree.h (DECL_ALIGN): Update for new location of 'align'.
2987         (DECL_FUNCTION_CODE): Update for new location and name of
2988         'function_code'.
2989         (DECL_OFFSET_ALIGN): Update for new location of 'off_align'.
2990         (struct tree_decl_common): Move 'align' and 'off_align' out
2991         of union, ensure they're still on a 32-bit boundary.  Remove
2992         other fields in union 'u1'.
2993         (struct tree_function_decl): Add field 'function_code' replacing
2994         'u1.f' in tree_decl_common.
2995         * tree.c (build_decl_stat): Set initial value of DECL_ALIGN.
2996         * doc/extend.texi (Function Attributes): Add 'aligned' attribute.
2997         (Variable Attributes): Cross-reference 'aligned' attribute
2998         to Function Attributes.
2999         * flags.h (force_align_functions_log): Delete.
3000         * toplev.c (force_align_functions_log): Delete.
3002 2007-07-10  Uros Bizjak  <ubizjak@gmail.com>
3004         PR target/32708
3005         * config/i386/sse.md (vec_concatv2di): Disable for TARGET_64BIT.
3006         (*vec_concatv2di_rex): New insn pattern.
3008 2007-07-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3010         PR target/32538
3011         * config/mips/iris6.h (LIBGCC_SPEC): Add libm.
3013 2007-07-10  Ian Lance Taylor  <iant@google.com>
3015         Replace no_new_pseudos in backends.
3016         * rtl.h (can_create_pseudo_p): Define.
3017         * config/darwin.c (machopic_indirect_data_reference): Use
3018         can_create_pseudo_p () instead of no_new_pseudos.
3019         (machopic_indirect_data_reference): Likewise.
3020         (machopic_legitimize_pic_address): Likewise.
3021         * config/alpha/alpha.c (alpha_legitimize_address): Likewise.
3022         (alpha_emit_set_const_1): Likewise.
3023         (alpha_emit_set_const): Likewise.
3024         (alpha_emit_conditional_move): Likewise.
3025         (alpha_split_conditional_move): Likewise.
3026         * config/alpha/alpha.md (various splitters): Likewise.
3027         (movti): Likewise.
3028         * config/arm/arm.c (legitimize_pic_address): Likewise.
3029         (arm_load_pic_register): Likewise.
3030         * config/arm/arm.md (addsi3, subsi3, andsi3, iorsi3): Likewise.
3031         (movdi, movsi, movhi, movqi, movsf, movdf): Likewise.
3032         * config/bfin/bfin.c (legitimize_pic_address): Likewise.
3033         * config/cris/cris.c (cris_expand_pic_call_address): Likewise.
3034         * config/cris/cris.md (movsi): Likewise.
3035         * config/frv/frv.md (symGOT2reg_hilo): Likewise.
3036         (symGOTOFF2reg_hilo): Likewise.
3037         (symGPREL2reg, symGPREL2reg_hilo): Likewise.
3038         * config/h8300/h8300.md (insv, extzv): Likewise.
3039         * config/i386/i386.c (ix86_expand_move): Likewise.
3040         (ix86_expand_vector_move): Likewise.
3041         (ix86_prepare_fp_compare_args): Likewise.
3042         (ix86_expand_carry_flag_compare): Likewise.
3043         * config/i386/i386.md (tls_dynamic_gnu2_32): Likewise.
3044         (tls_dynamic_gnu2_combine_32): Likewise.
3045         (tls_dynamic_gnu2_64, tls_dynamic_gnu2_combine_64): Likewise.
3046         * config/ia64/ia64.c (ia64_expand_move): Likewise.
3047         (ia64_expand_movxf_movrf): Likewise.
3048         * config/m32c/m32c.c (m32c_prepare_move): Likewise.
3049         (m32c_split_move): Likewise.
3050         (m32c_expand_insv): Likewise.
3051         * config/m68k/m68k.md (movsi): Likewise.
3052         * config/mips/mips.c (mips_force_temporary): Likewise.
3053         (mips_split_symbol): Likewise.
3054         (mips_move_integer): Likewise.
3055         (mips_legitimize_const_move): Likewise.
3056         * config/mn10300/mn10300.md (movsi): Likewise.
3057         * config/pa/pa.c (emit_move_sequence): Likewise.
3058         * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
3059         (rs6000_got_register): Likewise.
3060         (create_TOC_reference): Likewise.
3061         (rs6000_machopic_legitimize_pic_address): Likewise.
3062         * config/rs6000/rs6000.md (add<mode>3): Likewise.
3063         (various splitters): Likewise.
3064         (iorsi3, xorsi3, iordi3, xordi3): Likewise.
3065         (movsi_got): Likewise.
3066         * config/s390/s390.c (emit_symbolic_move): Likewise.
3067         * config/s390/s390.md (movhi, movqi): Likewise.
3068         (load_multiple, store_multiple): Likewise.
3069         * config/score/score.c (score_force_temporary): Likewise.
3070         * config/sh/sh.c (prepare_move_operands): Likewise.
3071         (prepare_cbranch_operands): Likewise.
3072         (emit_fpu_switch): Likewise.
3073         (fpscr_set_from_mem): Likewise.
3074         * config/sh/sh.md (movdicc, movsicc, movsicc_umin): Likewise.
3075         (adddi3, subsi3): Likewise.
3076         (various splitters): Likewise.
3077         (divsi_inv_fp_combine): Likewise.
3078         (symGOT_load, symGOTOFF2reg, symDTPOFF2reg): Likewise.
3079         (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu): Likewise.
3080         (sne): Likewise.
3081         * config/sh/predicates.md (xor_operand): Likewise.
3082         * config/sparc/sparc.c (legitimize_tls_address): Likewise.
3083         * config/sparc/sparc.md (movsi_pic_label_ref): Likewise.
3084         (movdi_pic_label_ref): Likewise.
3085         * config/spu/spu.c (spu_split_immediate): Likewise.
3086         * config/alpha/alpha.md (various splitters): Remove test
3087         !no_new_pseudos || reload_completed.
3088         * config/ia64/ia64.c (ia64_output_mi_thunk): Don't set
3089         no_new_pseudos.
3090         * config/m68k/m68k.c (m68k_output_mi_thunk): Likewise.
3091         * config/mips/mips.c (mips_output_mi_thunk): Likewise.
3092         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
3093         * config/score/score.c (th_output_mi_thunk): Likewise.
3094         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
3095         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3097 2007-07-10  Kaz Kojima  <kkojima@gcc.gnu.org>
3099         PR rtl-optimization/32664
3100         * mode-switching.c (create_pre_exit): Skip barrier insns.
3102 2007-07-10  Zdenek Dvorak  <dvorakz@suse.cz>
3104         * tree-scalar-evolution.c (scev_const_prop): Add arguments to
3105         force_gimple_operand_bsi.
3106         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr,
3107         rewrite_use_compare): Ditto.
3108         * tree-ssa-address.c (gimplify_mem_ref_parts, create_mem_ref):
3109         Ditto.
3110         * tree-ssa-ifcombine.c (ifcombine_ifandif): Ditto.
3111         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
3112         * lambda-code.c (replace_uses_equiv_to_x_with_y): Ditto.
3113         * tree-profile.c (prepare_instrumented_value,
3114         tree_gen_interval_profiler, tree_gen_pow2_profiler,
3115         tree_gen_one_value_profiler, tree_gen_ic_profiler,
3116         tree_gen_ic_func_profiler, tree_gen_average_profiler,
3117         tree_gen_ior_profiler): Ditto.
3118         * tree-ssa-reassoc.c (negate_value): Ditto.
3119         * matrix-reorg.c (transform_access_sites, transform_allocation_sites):
3120         Use force_gimple_operand_bsi.
3121         * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Ditto.
3122         * tree-if-conv.c (add_to_dst_predicate_list,
3123         find_phi_replacement_condition): Ditto.
3124         * gimplify.c (force_gimple_operand_bsi): Add before and m arguments.
3125         Call mark_symbols_for_renaming for new statements.
3126         * tree-flow.h (force_gimple_operand_bsi): Declaration changed.
3128 2007-07-10  Zdenek Dvorak  <dvorakz@suse.cz>
3130         * cfghooks.c (remove_edge): New function.
3131         (redirect_edge_and_branch, remove_branch, merge_blocks): Updated
3132         loop exit rescans.
3133         * cfghooks.h (remove_edge): Declare.
3134         * cfg.c (remove_edge): Renamed to remove_edge_raw.
3135         * basic-block.h (remove_edge): Declaration changed to remove_edge_raw.
3137 2007-07-09  Wolfgang Gellerich  <gellerich@de.ibm.com>
3139         * optabs.h: Added declaration for signbit_optab.  
3140         * optabs.c: (init_optabs): Added initialization for signbit_optab.
3141         * genoptinit.c (optabs): Added entry for signbit insns.  
3142         * builtins.c (expand_builtin_signbit): Added code to use a signbit
3143         insn, if available.  
3144         * config/s390/s390.h (S390_TDC_SIGNBIT_SET): New constant.  
3145         * config/s390/s390.md (signbit<mode>2): New expander.  
3147 2007-07-09  Richard Guenther  <rguenther@suse.de>
3149         PR middle-end/32698
3150         * fold-const.c (fold_plusminus_mult_expr): Move constant
3151         arguments second to allow decomposing.
3153 2007-07-09  Alexandre Oliva  <aoliva@oliva.athome.lsd.ic.unicamp.br>
3155         Revert:
3156         2007-07-06  Alexandre Oliva  <aoliva@redhat.com>
3157         PR debug/23551
3158         * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
3159         Disregard DECL_FROM_INLINE.
3161 2007-07-09  Uros Bizjak  <ubizjak@gmail.com>
3163         PR target/27855
3164         * doc/invoke.texi: Add ftree-reassoc flag.
3165         * common.opt (ftree-reassoc): New flag.
3166         * tree-ssa-reassoc.c (gate_tree_ssa_reassoc): New static function.
3167         (struct tree_opt_pass pass_reassoc): Use gate_tree_ssa_reassoc.
3169 2007-07-09  Uros Bizjak  <ubizjak@gmail.com>
3171         PR tree-optimization/32681
3172         * tree-if-conv.c (find_phi_replacement_condition): Use the condition
3173         saved in second_edge->aux when first_bb is a loop header.
3175 2007-07-09  Jan HUbicka  <jh@suse.cz>
3177         * cse.c (cse_insn): Avoid invalid sharing on trial replacement.
3179 2007-07-09  Richard Guenther  <rguenther@suse.de>
3181         * c-decl.c (start_function): Do not promote return type.
3183 2007-07-08  Daniel Franke  <franke.daniel@gmail.com>
3185         * function.c (do_warn_unused_parameter): Do not warn if
3186         TREE_NO_WARNING is set.
3188 2007-07-08  Andreas Schwab  <schwab@suse.de>
3190         * doc/invoke.texi (DEC Alpha/VMS Options): Fix typo.
3192 2007-07-08  Sandra Loosemore  <sandra@codesourcery.com>
3194         Revert this patch:
3195         2007-07-06  Sandra Loosemore  <sandra@codesourcery.com>
3197         * c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS
3198         apply to assembly language, too.
3199         * doc/tm.texi (DOLLARS_IN_IDENTIFIERS): Update.
3201 2007-07-07  Daniel Berlin  <dberlin@dberlin.org>
3203         Revert (note the sccvn portions are *not* reverted)
3204         2007-07-06  Daniel Berlin  <dberlin@dberlin.org>
3206         Fix PR tree-optimization/23488
3208         * tree-vn.c (set_value_handle): Use decl_vh_map for decl value
3209         handles.
3210         * tree-flow-inline.h (get_value_handle): Ditto.
3211         * tree-ssa-pre.c (decl_vh_map): New.
3212         (decl_node_pool): New.
3213         (can_value_number_operation): Support DECL_P.
3214         (can_PRE_operation): Ditto.
3215         (create_expression_by_pieces): Ditto.
3216         (find_existing_value_expr): Modify to differnetiate between
3217         addressing and top level.
3218         (create_value_handle_for_expr): Handle DECL's.
3219         (poolify_tree): Ditto.
3220         (make_values_for_phi): Don't insert into PHI_GEN during FRE.
3221         (make_values_for_stmt): Handle DECL's properly.
3222         (init_pre): Reorg to not init useless things during FRE.
3223         (fini_pre): Ditto.
3224         * tree-flow.h: Include pointer-set.h.
3225         (decl_vh_map): Declare.
3226         * Makefile.in (TREE_FLOW_H): Add pointer-set.h
3228 2007-07-07 Eric Weddington  <eweddington@cso.atmel.com>
3230         * config/avr/constraints.md (define_memory_constraint "Q"): Fix
3231         the constraint description.
3232         * doc/md.texi: Update documentation of AVR constraints.
3234 2007-07-07  Kazu Hirata  <kazu@codesourcery.com>
3236         * auto-inc-dec.c, config/arm/arm.c,
3237         config/m32r/constraints.md, config/mips/mips.md,
3238         config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c,
3239         df-problems.c, df-scan.c, df.h, dse.c, gimplify.c,
3240         tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment
3241         typos.  Follow spelling conventions.
3242         * doc/invoke.texi, doc/rtl.texi: Fix typos.
3244         * cfgrtl.c (delete_insn_chain_and_edges): Remove.
3245         * rtl.h: Remove the prototype for delete_insn_chain_and_edges.
3247         * tree-ssa-operands.c (realloc_vop, realloc_vdef,
3248         realloc_vuse): Remove.
3249         * tree-ssa-operands.h: Remove the prototype for realloc_vdef
3250         and realloc_vuse.
3252 2007-07-06  Daniel Berlin  <dberlin@dberlin.org>
3254         Fix PR tree-optimization/23488
3256         * tree-ssa-sccvn.c (expr_has_constants): Handle tcc_declaration.
3257         (try_to_simplify): Ditto.
3258         (visit_use): Ditto.
3259         * tree-vn.c (set_value_handle): Use decl_vh_map for decl value
3260         handles.
3261         * tree-flow-inline.h (get_value_handle): Ditto.
3262         * tree-ssa-pre.c (decl_vh_map): New.
3263         (decl_node_pool): New.
3264         (can_value_number_operation): Support DECL_P.
3265         (can_PRE_operation): Ditto.
3266         (create_expression_by_pieces): Ditto.
3267         (find_existing_value_expr): Modify to differnetiate between
3268         addressing and top level.
3269         (create_value_handle_for_expr): Handle DECL's.
3270         (poolify_tree): Ditto.
3271         (make_values_for_phi): Don't insert into PHI_GEN during FRE.
3272         (make_values_for_stmt): Handle DECL's properly.
3273         (init_pre): Reorg to not init useless things during FRE.
3274         (fini_pre): Ditto.
3275         * tree-flow.h: Include pointer-set.h.
3276         (decl_vh_map): Declare.
3277         * Makefile.in (TREE_FLOW_H): Add pointer-set.h
3278                 
3279 2007-07-06  Sandra Loosemore  <sandra@codesourcery.com>
3281         * c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS
3282         apply to assembly language, too.
3283         * doc/tm.texi (DOLLARS_IN_IDENTIFIERS): Update.
3285 2007-07-06  Ian Lance Taylor  <iant@google.com>
3286             Zack Weinberg  <zackw@panix.com>
3288         PR middle-end/32441
3289         * builtins.c (std_expand_builtin_va_start): Don't use make_tree.
3291 2007-07-06  Richard Sandiford  <richard@codesourcery.com>
3293         * config/sh/sh.md (*prefetch_i4): Disable for TARGET_VXWORKS_RTP.
3294         (prefetch): Likewise if "pref" would be used.
3296 2007-07-06  Josh Conner  <jconner@apple.com>
3298         PR middle-end/32602
3299         PR middle-end/32603
3300         * calls.c (store_one_arg): Handle arguments which are partially
3301         on the stack when detecting argument overlap.
3303 2007-07-06  Bernd Schmidt  <bernd.schmidt@analog.com>
3305         * reload1.c (choose_reload_regs): Set reload_spill_index for regs
3306         chosen during find_reloads.
3308 2007-07-06  Richard Guenther  <rguenther@suse.de>
3310         * gimplify.c (gimplify_call_expr): Prefer DECL_ARGUMENTS over
3311         TYPE_ARG_TYPES for verification of argument types.  Use
3312         DECL_ARG_TYPE instead of the PARM_DECL type.  Take excess
3313         parameters as variable arguments.
3315 2007-07-06  Andreas Krebbel  <krebbel1@de.ibm.com>
3317         * libgcc2.h (word_type): Type definition removed.
3318         (cmp_return_type, shift_count_type): Type definitions added.
3319         (__lshrdi3, __ashldi3, __ashrdi3): word_type of second parameter
3320         replaced with shift_count_type.
3321         (__cmpdi2, __ucmpdi2): word_type of return type replaced with
3322         cmp_return_type.
3323         * libgcc2.c (__udivmoddi4, __moddi3): Type of local variable c
3324         changed from word_type to Wtype.
3325         (__lshrdi3, __ashldi3, __ashrdi3): word_type of second parameter
3326         replaced with shift_count_type.
3327         (__cmpdi2, __ucmpdi2): word_type of return type replaced with
3328         cmp_return_type.
3329         * c-common.c (handle_mode_attribute): Handling for libgcc_cmp_return
3330         and libgcc_shift_count attribute added.
3331         * target-def.h (TARGET_LIBGCC_CMP_RETURN_MODE,
3332         TARGET_LIBGCC_SHIFT_COUNT_MODE): New target hooks defined.
3333         (TARGET_INITIALIZER): New target hooks added.
3334         * targhooks.c (default_libgcc_cmp_return_mode,
3335         default_libgcc_shift_count_mode): Default implementations for the new
3336         target hooks added.
3337         * targhooks.h (default_libgcc_cmp_return_mode,
3338         default_libgcc_shift_count_mode): Function prototypes added.
3339         * target.h (struct gcc_target): Fields for the new target hooks added.
3340         * optabs.c (expand_binop): Use shift_count_mode when expanding shift
3341         as library call.
3342         (prepare_cmp_insn): Use cmp_return_mode when expanding comparison as
3343         library call.
3345         * doc/tm.texi (TARGET_LIBGCC_CMP_RETURN_MODE,
3346         TARGET_LIBGCC_SHIFT_COUNT_MODE): Documentation added.
3348         * config/s390/s390.c (s390_libgcc_cmp_return_mode,
3349         s390_libgcc_shift_count_mode): Functions added.
3350         (TARGET_LIBGCC_CMP_RETURN_MODE, TARGET_LIBGCC_SHIFT_COUNT_MODE):
3351         Target hooks defined.
3353 2007-07-06  Richard Sandiford  <richard@codesourcery.com>
3355         * config/mips/mips.c (compute_frame_size): Restore the original
3356         gp_sp_offset for !GENERATE_MIPS16E_SAVE_RESTORE and remove the
3357         fp_size term from the GENERATE_MIPS16E_SAVE_RESTORE calculation.
3358         Document why the difference is needed.
3360 2007-07-06  Richard Guenther  <rguenther@suse.de>
3362         * c-common.c (boolean_increment): Use correctly typed
3363         constant.
3365 2007-07-06  Richard Sandiford  <richard@codesourcery.com>
3367         * config/mips/mips.c (mips16e_save_restore_pattern_p): Check that
3368         the topmost argument register is not also included in the save mask.
3369         (mips16e_collect_argument_save_p): Take a pointer to the argument
3370         register, rather than a pointer to the number of arguments.
3371         (mips16e_collect_argument_saves): Only include argument saves
3372         that aren't in the register mask.
3374 2007-07-06  Uros Bizjak  <ubizjak@gmail.com>
3376         PR rtl-optimization/32450
3377         * function.c (thread_prologue_and_epilogue_insns): Emit blockage insn
3378         to ensure that instructions are not moved into the prologue when
3379         profiling is on.  Remove unused prologue_end variable.
3380         (expand_function_end): Emit blockage insn instead of ASM_INPUT rtx
3381         as a scheduling barrier.
3383 2007-07-06  Alexandre Oliva  <aoliva@redhat.com>
3385         PR debug/23551
3386         * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
3387         Disregard DECL_FROM_INLINE.
3389 2007-07-05  Adam Nemet  <anemet@caviumnetworks.com>
3391         * rtlanal.c (num_sign_bit_copies1): Improve cases of ANDing or
3392         IORing with a constant.
3394 2007-07-05  Seongbae Park  <seongbae.park@gmail.com>
3396         PR rtl-optimization/32475
3397         * df-scan.c (df_def_record_1): Add a use of the stack pointer
3398         for every definition of the stack pointer.
3400 2007-07-05  Richard Earnshaw  <rearnsha@arm.com>
3402         * arm.c (vfp3_const_double_index): Copy signed results of
3403         REAL_VALUE_TO_INT into unsigned vars.
3405 2007-07-05  Richard Guenther  <rguenther@suse.de>
3407         PR middle-end/32639
3408         * alias.c (get_alias_set): Tread METHOD_TYPE the same as
3409         FUNCTION_TYPE.
3410         * tree-ssa.c (useless_type_conversion_p): Check canonical
3411         types early.
3413 2007-07-05 Anatoly Sokolov <aesok@post.ru>
3415         * config/avr/avr.md (zero_extendqihi2, zero_extendqisi2, 
3416         zero_extendhisi2): Change to define_insn_and_split. 
3417         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New.
3419 2007-07-05  Paolo Bonzini  <bonzini@gnu.org>
3421         * function.c (match_asm_constraints_1, rest_of_match_asm_constraints,
3422         pass_match_asm_constraints): New.
3423         * passes.c (init_optimization_passes): Add new pass.
3424         * stmt.c (expand_asm_operands): Set cfun->has_asm_statement.
3425         * function.h (struct function): Add has_asm_statement bit.
3426         (current_function_has_asm_statement): New.
3427         * tree-pass.h (pass_match_asm_constraints): New.
3429 2007-07-05  Richard Sandiford  <rsandifo@nildram.co.uk>
3431         * config/mips/mips.c (mips_file_start): Avoid declaration
3432         after code.
3434 2007-07-05  Sandra Loosemore  <sandra@codesourcery.com>
3436         * optabs.c (expand_binop_directly): Fix signed/unsigned comparison.
3438 2007-07-05  Uros Bizjak  <ubizjak@gmail.com>
3440         * rtl.def (NOTE): Change print format string to print
3441         operand 5 as a note insn name.
3443 2007-07-05  Sandra Loosemore  <sandra@codesourcery.com>
3444             David Ung  <davidu@mips.com>
3446         * config/mips/mips.c (mips_cpu_info): Add 4ksc and 4ksd processors.
3447         * doc/invoke.texi: (MIPS Options): Document them.
3449 2007-07-05  Sandra Loosemore  <sandra@codesourcery.com>
3450             David Ung  <davidu@mips.com>
3452         Add support for SmartMIPS ASE.
3454         * optabs.c (expand_binop_directly): New, broken out from...
3455         (expand_binop): Here.  Make it try rotating in the other
3456         direction even when the second operand isn't constant.
3457         * config/mips/mips.md (*lwxs): New.
3458         * config/mips/mips.opt (msmartmips): New.
3459         * config/mips/mips.c (mips_lwxs_address_p): New.
3460         (mips_rtx_costs): Make it recognize scaled indexed addressing.
3461         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define
3462         __mips_smartmips when compiling for TARGET_SMARTMIPS.
3463         (ISA_HAS_ROR): Define for TARGET_SMARTMIPS.
3464         (ISA_HAS_LWXS): New.
3465         (ASM_SPEC): Add -msmartmips/-mno-smartmips.
3466         * doc/invoke.texi (MIPS Options): Document -msmartmips/-mno-smartmips.
3467         * testsuite/gcc.target/mips/smartmips-lwxs.c: New test case.
3468         * testsuite/gcc.target/mips/smartmips-ror-1.c: New test case.
3469         * testsuite/gcc.target/mips/smartmips-ror-2.c: New test case.
3470         * testsuite/gcc.target/mips/smartmips-ror-3.c: New test case.
3471         * testsuite/gcc.target/mips/smartmips-ror-4.c: New test case.
3473 2007-07-05  Dorit Nuzman  <dorit@il.ibm.com>
3475         * tree-vectorizer.c (new_loop_vec_info): Initialize
3476         LOOP_VINFO_COST_MODEL_MIN_ITERS.
3477         * tree-vectorizer.h (_loop_vec_info): Added new filed
3478         min_profitable_iters.
3479         (LOOP_VINFO_COST_MODEL_MIN_ITERS): New access macro to above new field.
3480         (TARG_SCALAR_TO_VEC_COST): Define cost of scalar to vector operation.
3481         * tree-vect-analyze.c (vect_analyze_operations): Set
3482         LOOP_VINFO_COST_MODEL_MIN_ITERS.
3483         * tree-vect-transform.c (vect_estimate_min_profitable_iters): Use
3484         VEC_length to determine if there are any LOOP_VINFO_MAY_MISALIGN_STMTS.
3485         Fix calculation of peel_iters_prologue. Move consideration of epilogue
3486         and prologue cost to after they are computed.
3487         (vect_model_induction_cost): Use TARG_SCALAR_TO_VEC_COST instead of
3488         TARG_VEC_STMT_COST.
3489         (vect_model_simple_cost): Takes additional argument dt. Consider cost
3490         of creating vectors from scalars according to dt.
3491         (vect_model_store_cost): Likewise.
3492         (vectorizable_call): Use dt array instead of scalar dt. Call
3493         vect_model_simple_cost with additional argument dt.
3494         (vectorizable_assignment): Likewise.
3495         (vectorizable_operation): Likewise.
3496         (vectorizable_type_demotion): Likewise.
3497         (vectorizable_type_promotion): Likewise.
3498         (vectorizable_store): Use dt array instead of scalar dt. Call
3499         vect_model_store_cost with additional argument dt.
3500         (vect_do_peeling_for_loop_bound): Don't call
3501         vect_estimate_min_profitable_iters. Instead, lookup
3502         LOOP_VINFO_COST_MODEL_MIN_ITERS. Don't always print
3503         "may not be profitable".
3505 2007-07-05  Dorit Nuzman  <dorit@il.ibm.com>
3507         PR testsuite/32014
3508         * config/rs6000/altivec.md (UNSPEC_VUPKHS_V4SF, UNSPEC_VUPKLS_V4SF):
3509         (UNSPEC_VUPKHU_V4SF, UNSPEC_VUPKLU_V4SF): New.
3510         (vec_unpacks_float_hi_v8hi, vec_unpacks_float_lo_v8hi): New patterns.
3511         (vec_unpacku_float_hi_v8hi, vec_unpacku_float_lo_v8hi): New patterns. 
3513 2007-07-05  Zdenek Dvorak  <dvorakz@suse.cz>
3515         * config/i386/i386.c (ix86_address_cost): Do not consider more complex
3516         addressing modes cheaper.
3518 2007-07-05  Alexandre Oliva  <aoliva@redhat.com>
3520         * dwarf2out.c (dw_ranges_by_label_ref): New typedef.
3521         (dw_ranges_struct): Rename block_num to num.  Adjust.
3522         (dw_ranges_by_label_struct): New.
3523         (ranges_by_label, ranges_by_label_allocated,
3524         ranges_by_label_in_use): New variables.
3525         (add_ranges_num): Factored most of the code out of...
3526         (add_ranges): ... this one.  Rewrite in terms of the former.
3527         (add_ranges_by_labels): New.
3528         (output_ranges): Output by-label ranges.
3529         (dwarf2out_finish): Output range for multiple-section
3530         compile_unit.  Output standard DW_AT_low_pc in addition to
3531         unexpected DW_AT_entry_pc.
3533 2007-07-04  Daniel Berlin  <dberlin@dberlin.org>
3535         PR tree-optimization/32604
3536         PR tree-optimization/32606
3538         * tree-ssa-pre.c (bb_bitmap_sets): Removed antic_safe_loads.
3539         (compute_antic_safe): Removed.
3540         (ANTIC_SAFE_LOADS): Ditto.
3541         (compute_antic_aux): Don't print ANTIC_SAFE_LOADS.
3542         (execute_pre): Don't call compute_antic_safe.
3543         (vuse_equiv): New function.
3544         (make_values_for_stmt): Use it
3545         * tree-ssa-sccvn.c (set_ssa_val_to): Remove assert, since it is
3546         not always true.
3548 2007-07-04 Anatoly Sokolov <aesok@post.ru>
3550         PR target/31331
3551         * config/avr/avr.c (avr_naked_function_p): Handle receiving a type
3552         rather than a decl. 
3553         (avr_attribute_table): Make "naked" attribute apply to function types
3554         rather than to decls.
3555         (avr_handle_fntype_attribute): New function.
3557 2007-07-04  Joseph Myers  <joseph@codesourcery.com>
3559         * target-def.h (TARGET_INITIALIZER): Remove trailing whitespace
3560         after \.
3562 2007-07-04  David Ung  <davidu@mips.com>
3563             Joseph Myers  <joseph@codesourcery.com>
3565         * config/mips/mips.md (type): Add logical, signext and move.
3566         (one_cmpl<mode>2, *and<mode>3, *and<mode>3_mips16, *ior<mode>3,
3567         *ior<mode>3_mips16, two unnamed insns after *ior<mode>3_mips16,
3568         *nor<mode>3, "Combiner patterns to optimize truncate/zero_extend
3569         combinations", *zero_extend<SHORT:mode><GPR:mode>2,
3570         *zero_extendqihi2, *extend<SHORT:mode><GPR:mode>2_mips16e,
3571         *extend<SHORT:mode><GPR:mode>2_se<SHORT:size>, *movdi_64bit,
3572         *movdi_64bit_mips16, *movsi_internal, *movsi_mips16, movcc,
3573         *movhi_internal, *movhi_mips16, *movqi_internal, *movqi_mips16,
3574         *movsf_hardfloat, *movsf_softfloat, *movsf_mips16,
3575         *movdf_hardfloat_64bit, *movdf_hardfloat_32bit,
3576         movv2sf_hardfloat_64bit): Use the new types.
3577         (*movdi_32bit, *movdi_gp32_fp64, *movdi_32bit_mips16,
3578         *movdf_softfloat, *movdf_mips16): Use "multi".
3579         (extendqihi2): Replace with a define_expand.
3580         (*extendqihi2_mips16e, *extendqihi2, *extendqihi2_seb): New.
3581         Based on extend<SHORT:mode><GPR:mode>2 patterns.
3582         * config/mips/74k.md (r74k_int_logical): New reservation and
3583         bypasses.
3584         (r74k_int_arith): Remove "slt".
3585         * config/mips/24k.md, config/mips/4130.md, config/mips/4k.md,
3586         config/mips/5400.md, config/mips/5500.md, config/mips/5k.md,
3587         config/mips/7000.md, config/mips/9000.md, config/mips/generic.md,
3588         config/mips/sb1.md, config/mips/sr71k.md: Add new types to
3589         reservations for "arith".
3591 2007-07-04  Richard Guenther  <rguenther@suse.de>
3593         * tree-ssa.c (useless_type_conversion_p): Add handling for
3594         scalar float and vector types.  Only call the types_compatible_p
3595         langhook for aggregate types as last resort.  Follow the
3596         rules.
3598 2007-07-04  Richard Guenther  <rguenther@suse.de>
3600         * tree-inline.c (estimate_num_insns_1): Treat CONVERT_EXPR
3601         the same as NOP_EXPR.
3603 2007-07-04  Nick Clifton  <nickc@redhat.com>
3605         * target.h (struct gcc_target): Add target_help field.
3606         * target-def.h (TARGET_HELP): New.
3607         (TARGET_INITIALIZER): Use TARGET_HELP.
3608         * opts.c (command_handle_option): Invoke target_help function, if
3609         defined, when the user has specified --target-help on the command
3610         line.
3611         * doc/invoke.texi: Mention that --target-help might print
3612         additional information.
3613         * doc/tm.texi: Document TARGET_HELP hook.
3615         * arm.c (TARGET_HELP): Override default definition.
3616         (arm_target_help): New - display a wrapped list of cores and
3617         architectures supported.
3619 2007-07-04  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3621         * config/gcc/v850/v850.c (expand_prologue): Make sure
3622         GEN_INT() argument is sign extended rather than zero extended.
3623         (expand_epilogue): Likewise.
3624         (output_move_double): Delete.
3625         * config/gcc/v850/v850-protos.h (output_move_double): Delete.
3626         * config/gcc/v850/v850.md (movdi): Delete.
3627         (*movdi_internal): Delete.
3628         (movdf): Delete.
3629         (*movdf_internal): Delete.
3631 2007-07-04  Richard Sandiford  <richard@codesourcery.com>
3633         * config/sh/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Reject -mrelax
3634         unless compiling RTP PIC.
3636 2007-07-04  Richard Guenther  <rguenther@suse.de>
3638         PR tree-optimization/32482
3639         * tree-ssa-ifcombine.c (recognize_single_bit_test): Use the
3640         original ssa name if we didn't find a shift expression.
3641         Fix shift constant for bit zero test.
3643 2007-07-04  Richard Sandiford  <richard@codesourcery.com>
3645         * config/sh/lib1funcs.asm (ic_invalidate): Align constant pool.
3647 2007-07-04  Richard Sandiford  <richard@codesourcery.com>
3649         * config.gcc (arm-wrs-vxworks): Don't include svr4.h.
3650         * config/vxworks.h (PTRDIFF_TYPE, SIZE_TYPE, TARGET_POSIX_IO): Define.
3651         * config/arm/vxworks.h (ASM_SPEC): Delete.
3652         (SUBTARGET_EXTRA_ASM_SPEC): Define.
3654 2007-07-04  Sebastian Pop  <sebpop@gmail.com>
3656         * tree-data-ref.h (data_dependence_relation): New flag reversed_p.
3657         (DDR_REVERSED_P): New.
3658         * tree-data-ref.c (initialize_data_dependence_relation,
3659         build_classic_dist_vector): Set DDR_REVERSED_P.
3661 2007-07-04  Sebastian Pop  <sebpop@gmail.com>
3663         PR middle-end/32457
3664         * tree-data-ref.c (analyze_siv_subscript_cst_affine,
3665         compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
3666         init_omega_for_ddr_1): Use non conservative number of iterations
3667         estimations.
3668         (analyze_subscript_affine_affine): Use HOST_WIDE_INT instead of int.
3669         (analyze_siv_subscript): Remove FIXME and reinitialization of 
3670         last_conflicts to chrec_dont_know.
3671         * testsuite/gfortran.dg/vect/pr32457.f90: New.
3673 2007-07-04  Douglas Gregor  <doug.gregor@gmail.com>
3675         * tree.c (maybe_canonicalize_argtypes): Improve description.
3677 2007-07-04  Douglas Gregor  <doug.gregor@gmail.com>
3679         * tree.c (maybe_canonicalize_argtypes): New.
3680         (build_function_type): Set canonical type.
3681         (build_method_type_directly): Ditto.
3682         (reconstruct_complex_type): Rebuild the METHOD_TYPE node
3683         properly.
3685 2007-07-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3687         * tree-ssa-loop-ivopts.c (strip_offset_1): Treat POINTER_PLUS_EXPR
3688         like PLUS_EXPR.
3689         (rewrite_use_nonlinear_expr): Likewise.
3691 2007-07-03  Seongbae Park  <seongbae.park@gmail.com>
3693         * rtl.def (UNSPEC, USE, CLOBBER): More comments.
3695 2007-07-04  Ben Elliston  <bje@au.ibm.com>
3697         * dwarf2out.c: Move DWARF2 abbreviation glossary closer to the top
3698         of this file.
3700         * c-objc-common.c (c_types_compatible_p): Fix indentation.
3702         * doc/tm.texi (Run-time Target): Capitalise "CPU".
3703         (Exception Handling): Likewise.
3705 2007-07-03  Jan Hubicka  <jh@suse.cz>
3707         * ifcvt.c (find_cond_trap): Avoid invalid RTL sharing.
3709 2007-07-03  Eric Christopher  <echristo@apple.com>
3711         * doc/cppopts.texi: Add conflicting option note to -dM.
3712         * doc/invoke.texi: Add note about possible conflicts with
3713         -E for -dCHARS and note that -dM will not produce
3714         any results if there is no machine dependent reorg.
3715         
3716 2007-07-03  Geoffrey Keating  <geoffk@apple.com>
3718         * tree.h (DECL_ALIGN): Back out previous change.
3720 2007-07-03  Joseph Myers  <joseph@codesourcery.com>
3722         * configure.ac: Test for .dtprelword support on MIPS.
3723         * configure, config.in: Regenerate.
3724         * config/mips/mips.c (mips_output_dwarf_dtprel): New.
3725         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Define.
3727 2007-07-03  Julian Brown  <julian@codesourcery.com>
3729         * config.gcc (with_fpu): Allow --with-fpu=vfp3.
3730         * config/arm/aout.h (REGISTER_NAMES): Add D16-D31.
3731         * config/arm/aof.h (REGISTER_NAMES): Add D16-D31.
3732         * config/arm/arm.c (FL_VFPV3): New flag for VFPv3 processor
3733         capability.
3734         (all_fpus): Add FPUTYPE_VFP3.
3735         (fp_model_for_fpu): Add VFPv3 field.
3736         (arm_rtx_costs_1): Give cost to VFPv3 constants.
3737         (vfp3_const_double_index): New function. Return integer index of
3738         VFPv3 constant suitable for fconst[sd] insns, or -1 if constant
3739         isn't suitable.
3740         (vfp3_const_double_rtx): New function. True if VFPv3 is enabled
3741         and argument represents a valid RTX for a VFPv3 constant.
3742         (vfp_output_fldmd): Split fldmd with > 16 registers in the list into
3743         two instructions.
3744         (vfp_emit_fstmd): Similar, for fstmd.
3745         (arm_print_operand): Implement new code 'G' for VFPv3 floating-point
3746         constants, represented as integer indices.
3747         (arm_hard_regno_mode_ok): Use VFP_REGNO_OK_FOR_SINGLE,
3748         VFP_REGNO_OK_FOR_DOUBLE macros.
3749         (arm_regno_class): Handle VFPv3 d0-d7, low, high register split.
3750         (arm_file_start): Set float-abi attribute for VFPv3, and output
3751         correct ".fpu" assembler directive.
3752         (arm_dbx_register_numbering): Add FIXME.
3753         * config/arm/arm.h (TARGET_VFP3): New macro. Target supports VFPv3.
3754         (fputype): Add FPUTYPE_VFP3.
3755         (FIXED_REGISTERS): Add 32 registers for D16-D31.
3756         (CALL_USED_REGISTERS): Likewise.
3757         (CONDITIONAL_REGISTER_USAGE): Add note about conditional definition
3758         of LAST_VFP_REGNUM. Make D16-D31 caller-saved, if present.
3759         (LAST_VFP_REGNUM): Extend available VFP registers for VFPv3.
3760         (D7_VFP_REGNUM): New.
3761         (LAST_LO_VFP_REGNUM, FIRST_HI_VFP_REGNUM, LAST_HI_VFP_REGNUM)
3762         (VFP_REGNO_OK_FOR_SINGLE, VFP_REGNO_OK_FOR_SINGLE)
3763         (VFP_REGNO_OK_FOR_DOUBLE): Define new macros.
3764         (FIRST_PSEUDO_REGISTER): Shift up to 128 to accommodate VFPv3.
3765         (REG_ALLOC_ORDER): Adjust for VFPv3.
3766         (reg_class): Add VFP_D0_D7_REGS, VFP_LO_REGS, VFP_HI_REGS.
3767         (REG_CLASS_NAMES): Add entries corresponding to VFP_D0_D7_REGS,
3768         VFP_LO_REGS, VFP_HI_REGS.
3769         (REG_CLASS_CONTENTS): Likewise. Extend contents for VFP_REGS.
3770         (IS_VFP_CLASS): Define macro.
3771         (SECONDARY_OUTPUT_RELOAD_CLASS, SECONDARY_INPUT_RELOAD_CLASS): Use
3772         IS_VFP_CLASS.
3773         (REGISTER_MOVE_COST): Likewise.
3774         * config/arm/arm-protos.h (vfp3_const_double_rtx): Add prototype.
3775         * config/arm/vfp.md (VFPCC_REGNUM): Redefine as 127.
3776         (*arm_movsi_vfp, *thumb2_movsi_vfp, *movsfcc_vfp)
3777         (*thumb2_movsfcc_vfp, *abssf2_vfp, *negsf2_vfp, *addsf3_vfp)
3778         (*subsf3_vfp, *divsf_vfp, *mulsf_vfp, *mulsf3negsf_vfp)
3779         (*mulsf3addsf_vfp, *mulsf3subsf_vfp, *mulsf3negsfaddsf_vfp)
3780         (*extendsfdf2_vfp, *truncdfsf2_vfp, *truncsisf2_vfp)
3781         (*truncsidf2_vfp, fixuns_truncsfsi2, fixuns_truncdfsi2)
3782         (*floatsisf2_vfp, *floatsidf2_vfp, floatunssisf2)
3783         (floatunssidf2, *sqrtsf2_vfp, *cmpsf_split_vfp)
3784         (*cmpsf_trap_split_vfp, *cmpsf_vfp, *cmpsf_trap_vfp): Use 't'
3785         where appropriate for single-word registers.
3786         (*movsf_vfp, *thumb2_movsf_vfp, *movdf_vfp, *thumb2_movdf_vfp):
3787         As above. Fix type attributes.
3788         * config/arm/constraints.md (register_contraint "t"): Define.
3789         (register_constraint "w"): Change to D0-D15, or D0-D31 for
3790         VFPv3/NEON.
3791         (register_constraint "x"): Define.
3792         (constraint "Dv"): Define.
3794 2007-07-03  Geoffrey Keating  <geoffk@apple.com>
3796         * tree.h (DECL_ALIGN): Prevent use on a FUNCTION_DECL.
3798 2007-07-03  Tom Tromey  <tromey@redhat.com>
3800         * c-parser.c (objc_pq_context): Removed.
3801         (objc_need_raw_identifier): Likewise.
3802         (c_parser) <objc_pq_context>: New field.
3803         <objc_need_raw_identifier>: Likewise.
3804         (OBJC_NEED_RAW_IDENTIFIER): Removed.
3805         (c_lex_one_token): Update.
3806         (c_parser_objc_protocol_definition): Update.
3807         (c_parser_objc_method_definition): Update.
3808         (c_parser_objc_methodproto): Update.
3809         (c_parser_declspecs): Update.
3811 2007-07-03  David Ung  <davidu@mips.com>
3813         * config/mips/mips.c (mips_issue_rate): Return 4 for 74K processors.
3815 2007-07-03  David Ung  <davidu@mips.com>
3816             Richard Sandiford  <richard@codesourcery.com>
3818         * doc/invoke.texi: Document -march=74kf3_2.
3819         * config/mips/mips.h (PROCESSOR_74KF3_2): New processor_type.
3820         (TUNE_74K): Check for it.
3821         * config/mips/mips.c (mips_cpu_info): Add 74kf3_2.
3822         (mips_rtx_cost_data): Add an entry for PROCESSOR_74KF3_2.
3823         * config/mips/mips.md (cpu): Add 74kf3_2.
3824         * config/mips/74k.md (r74k_int_logical, r74k_int_arith, r74k_int_nop)
3825         (r74k_int_cmove, r74k_int_mult, r74k_int_mul3, r74k_int_mfhilo)
3826         (r74k_int_mthilo, r74k_int_div, r74k_int_call, r74k_int_jump)
3827         (r74k_int_load, r74k_int_store, r74k_unknown, r74k_multi): Add
3828         74kf3_2 to the CPU list.
3829         (r74kf3_2_fadd, r74kf3_2_fmove, r74kf3_2_fload, r74kf3_2_fstore)
3830         (r74kf3_2_fmul_sf, r74kf3_2_fmul_df, r74kf3_2_fdiv_sf)
3831         (r74kf3_2_fdiv_df, r74kf3_2_frsqrt_sf, r74kf3_2_frsqrt_df)
3832         (r74kf3_2_fcmp, r74kf3_2_fcvt, r74kf3_2_fxfer_to_c1)
3833         (r74kf3_2_fxfer_from_c1): New insn reservations.
3835 2007-07-03  Richard Sandiford  <richard@codesourcery.com>
3836             David Ung  <davidu@mips.com>
3838         * doc/invoke.texi: Replace -march=24kf with -march=24kf2_1 and
3839         -march=24kx with -march=24kf1_1.  Likewise 24ke[fx], 34k[fx]
3840         and 74k[fx].  Document aliases for the new options.
3841         * config/mips/mips.h (PROCESSOR_24KF): Rename to...
3842         (PROCESSOR_24KF2_1): ...this.
3843         (PROCESSOR_24KX): Rename to...
3844         (PROCESSOR_24KF1_1): ...this.
3845         (PROCESSOR_74KF): Rename to...
3846         (PROCESSOR_74KF2_1): ...this.
3847         (PROCESSOR_74KX): Rename to...
3848         (PROCESSOR_74KF1_1): ...this.
3849         (TUNE_74K): Update PROCESSOR_* names.
3850         * config/mips/mips.c (mips_cpu_info): Add 24kf2_1 as a synonym
3851         for 24kf.  Add 24kf1_1 and 24kfx as synonyms for 24kx.  Likewise
3852         the 24ke*, 34k* and 74k* processors.  Update PROCESSOR_* names.
3853         (mips_rtx_cost_data): Update processor names in comments.
3854         (mips_issue_rate): Update PROCESSOR_* names.
3855         * config/mips/mips.md (cpu): Rename 24kf to 24kf2_1, 24kx to
3856         24kf1_1, 74kf to 74kf2_1 and 74kx to 74kf1_1.
3857         * config/mips/24k.md: Rename FPU-related r24k_* insn reservations
3858         to r24kf2_1_*.  Rename r24kx_* insn reservations to r24kf1_1_*.
3859         Update cpu attribute names.
3860         (r24k_fpu_iss): Rename this reservation to...
3861         (r24kf2_1_fpu_iss): ...this and update all uses.
3862         (r24kx_fpu_iss): Rename this reservation to...
3863         (r24kf1_1_fpu_iss): ...this and update all uses.
3864         * config/mips/74k.md: Rename FPU-related r74kf_* insn reservations
3865         to r74kf2_1_*.  Rename r74kx_* insn reservations to r74kf1_1_*.
3866         Update cpu attribute names.
3868 2007-07-01  Kaz Kojima  <kkojima@gcc.gnu.org>
3870         * config/m32r/constraints.md: New file.
3871         * config/m32r/m32r.c: Include tm-constrs.h.
3872         (small_data_operand): Use satisfies_constraint_* instead of macro.
3873         (addr24_operand, gen_compare): Likewise.
3874         * config/m32r/m32r.h (REG_CLASS_FROM_LETTER): Remove.
3875         (INT8_P, UPPER16_P, UINT32_P, UINT5_P, INVERTED_SIGNED_8BIT,
3876         CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
3877         EXTRA_CONSTRAINT): Likewise.
3878         * config/m32r/m32r.md: Include constraints.md.
3879         (*movsi_insn): Use satisfies_constraint_* instead of macro.
3880         (andsi3, iorsi3, xorsi3, seq_insn+1, sne): Likewise.
3881         * config/m32r/predicates.md (conditional_move_operand): Likewise.
3882         (two_insn_const_operand, int8_operand, uint16_operand,
3883         reg_or_int16_operand, reg_or_uint16_operand,
3884         reg_or_cmp_int16_operand, cmp_int16_operand,
3885         seth_add3_operand): Likewise.
3887 2007-07-03  Eric Christopher  <echristo@gmail.com>
3889         * libgcc2.h: Conditionally declare __bswapsi2 and
3890         __bswapdi2.
3891         
3892 2007-07-03  H.J. Lu  <hongjiu.lu@intel.com>
3894         * ddg.c (check_sccs): Define only if ENABLE_CHECKING is
3895         defined.
3897 2007-07-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3899         PR target/28307
3900         * gthr-posix.h [SUPPORTS_WEAK && GTHREAD_USE_WEAK]
3901         (__gthrw_pragma): Provide default definition.
3902         (__gthrw2): Use it.
3903         * gthr-posix.c (__gthrw_pragma): Define.
3905 2007-07-03  Daniel Berlin  <dberlin@dberlin.org>
3907         * tree-ssa-sccvn.c (set_ssa_val_to): Check for operand_equal_p
3908         before declaring inequality.
3910 2007-07-03  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3912         * combine.c (recog_for_combine): Log the success or failure of
3913           matching new insn patterns against the machine description in
3914           detailed dumps.
3916 2007-07-03  Revital Eres  <eres@il.ibm.com>
3918         * ddg.c (print_sccs): New function.
3919         (check_sccs): New function.
3920         (create_ddg_all_sccs): Use it.
3921         * ddg.h (print_sccs): Declare.
3922         * modulo-sched.c (sms_order_nodes): Call print_sccs.
3924 2007-07-03  Uros Bizjak  <ubizjak@gmail.com>
3926         * targhooks.h (default_mode_for_suffix): New function declaration.
3927         * targhooks.c (default_mode_for_suffix): New default target hook.
3928         * target.h (struct c): New structure in the targetm struct.
3929         (mode_for_suffix): New target hook as part of struct c.
3930         target-def.h (TARGET_C_MODE_FOR_SUFFIX): Define as
3931         default_mode_for_suffix.
3932         (TARGET_C): New define.
3933         * c-lex.c: Include "target.h".
3934         (interpret_float): Use targetm.c.mode_for_suffix to determine
3935         the mode for a given non-standard suffix.
3936         Makefile.in (c-lex.o): Depend on $(TARGET_H).
3938         * config/i386/i386.c (ix86_c_mode_for_suffix): New static function.
3939         (TARGET_C_MODE_FOR_SUFFIX): Define to ix86_c_mode_for_suffix.
3941         * doc/extend.texi (Floating Types): New node.  Document __float80 and
3942         __float128 types.  Document 'w', 'W', 'q' and 'Q' suffixes.
3944 2007-07-03  Kaz Kojima  <kkojima@gcc.gnu.org>
3946         PR target/32506
3947         * config/sh/sh.md (udivsi3_i1_media): Use target_reg_operand
3948         predicate instead of target_operand.
3949         (divsi3_i1_media, divsi3_media_2): Likewise.
3951 2007-07-02  Eric Botcazou  <ebotcazou@adacore.com>
3953         * tree.h (alias_sets_might_conflict_p): Rename into
3954         alias_sets_must_conflict_p.
3955         * alias.c (alias_sets_might_conflict_p): Likewise.
3956         (alias_sets_conflict_p): Use it.
3957         (objects_must_conflict_p): Likewise.
3958         * c-common.c (strict_aliasing_warning): Adjust.
3960 2007-07-02  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3962         * rtlhooks.c (gen_lowpart_if_possible): Check for
3963         invalid subreg before calling gen_lowpart_SUBREG.
3965 2007-07-02  Geoffrey Keating  <geoffk@apple.com>
3967         * config/darwin9.h: Add copyright notice.
3968         (LINK_COMMAND_SPEC): Add comment.
3969         (DARWIN_LIBSYSTEM_HAS_UNWIND): Define.
3970         * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Conditionalise on
3971         DARWIN_LIBSYSTEM_HAS_UNWIND.
3973 2007-07-02  Jakub Jelinek  <jakub@redhat.com>
3975         PR libgomp/32468
3976         * omp-low.c (check_combined_parallel): New function.
3977         (lower_omp_parallel): Call it via walk_stmts, set
3978         OMP_PARALLEL_COMBINED if appropriate.
3979         (determine_parallel_type): If OMP_FOR resp. OMP_SECTIONS
3980         isn't the only statement in WS_ENTRY_BB or OMP_RETURN
3981         the only one in PAR_EXIT_BB and not OMP_PARALLEL_COMBINED,
3982         don't consider it as combined parallel.
3984 2007-07-02  Richard Sandiford  <richard@codesourcery.com>
3986         * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
3987         (gcc_tooldir): Likewise.
3988         * configure: Regenerate.
3989         * Makefile.in (libsubdir_to_prefix): New variable, based on the
3990         old configure.ac gcc_tooldir setting.
3991         (prefix_to_exec_prefix): New variable.
3992         (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
3993         rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
3995 2007-07-02  Daniel Berlin  <dberlin@dberlin.org>
3997         Fix PR tree-optimization/32583
3998         Fix PR tree-optimization/32584
3999         * tree-ssa-pre.c (phi_translate): Always pass seen bitmap.
4000         (phi_translate_set): Use phi_translate directly now.
4001         (make_values_for_stmt): Don't value number RHS if we already know
4002         it is constant.
4004 2007-07-02  Steve Ellcey  <sje@cup.hp.com>
4005             Jim Wilson <wilson@specifix.com>
4007         PR target/31684
4008         * haifa-sched.c (add_to_speculative_block): Change copy_rtx to
4009         copy_insn.
4011 2007-07-02  Sandra Loosemore  <sandra@codesourcery.com>
4012             Richard Sandiford  <richard@codesourcery.com>
4013             Nigel Stephens  <nigel@mips.com>
4015         * config/mips/mips-protos.h (mips16e_save_restore_info): New struct.
4016         (mips16e_output_save_restore): Declare.
4017         (mips16e_save_restore_pattern_p): Likewise.
4018         * config/mips/mips.h (GENERATE_MIPS16E_SAVE_RESTORE): New macro.
4019         * config/mips/mips.c (MIPS_MAX_FIRST_STACK_STEP): Return 0x7f8
4020         for GENERATE_MIPS16E_SAVE_RESTORE.  Return 0x400 for TARGET_MIPS16
4021         && !GENERATE_MIPS16E_SAVE_RESTORE && !TARGET_64BIT.
4022         (BITSET_P): New global macro, extracted from...
4023         (mips_for_each_saved_reg): ...here.
4024         (mips16e_save_restore_info): New struct.
4025         (mips16e_s2_s8_regs, mips16e_a0_a3_regs): New variables.
4026         (mips16e_save_restore_regs): New variable.
4027         (mips_split_plus, mips16e_find_first_register): New functions.
4028         (mips16e_mask_registers): New function.
4029         (compute_frame_size): Expand the commentary before the function.
4030         Enforce the MIPS16e save and restore register range restrictions.
4031         Pad the general register save area at the low end.
4032         (mips16e_save_restore_reg, mips16e_build_save_restore)
4033         (mips16e_save_restore_pattern_p, mips16e_add_register_range)
4034         (mips16e_output_save_restore, mips16e_collect_propagate_value)
4035         (mips16e_collect_argument_save, mips16e_collect_argument_saves):
4036         New functions.
4037         (mips_expand_prologue, mips_expand_epilogue): Handle
4038         GENERATE_MIPS16E_SAVE_RESTORE.
4039         * config/mips/mips.md (*mips16e_save_restore): New pattern.
4041 2007-07-02  Uros Bizjak  <ubizjak@gmail.com>
4043         PR tree-optimization/31966
4044         PR tree-optimization/32533
4045         * tree-if-conv.c (add_to_dst_predicate_list): Use "edge", not
4046         "basic_block" description as its third argument.  Update function
4047         calls to get destination bb from "edge" argument.  Save "cond" into
4048         aux field of the edge.  Update prototype for changed arguments.
4049         (if_convertible_loop_p): Clear aux field of incoming edges if bb
4050         contains phi node.
4051         (find_phi_replacement_condition): Operate on incoming edges, not
4052         on predecessor blocks.  If there is a condition saved in the
4053         incoming edge aux field, AND it with incoming bb predicate.
4054         Return source bb of the first edge.
4055         (clean_predicate_lists): Clean aux field of outgoing node edges.
4056         (tree_if_conversion): Do not initialize cond variable. Move
4057         variable declaration into the loop.
4058         (replace_phi_with_cond_gimple_modify_stmt): Remove unneded
4059         initializations of new_stmt, arg0 and arg1 variables.
4061 2007-07-02  Jakub Jelinek  <jakub@redhat.com>
4063         * tree-nrv.c (dest_safe_for_nrv_p): Grok any handled_component_p,
4064         SSA_NAMEs, RESULT_DECLs and PARM_DECLs.
4066 2007-07-02  Richard Guenther  <rguenther@suse.de>
4068         * tree-ssa.c (useless_type_conversion_p): Document
4069         future intent as defining the middle-end type system.
4070         Re-structure to call langhook last, group by type class,
4071         mark questionable parts.
4073 2007-07-02  Richard Guenther  <rguenther@suse.de>
4075         * tree-flow.h (types_compatible_p): Declare.
4076         * tree-ssa.c (types_compatible_p): New function.
4077         * ipa-type-escape.c (discover_unique_type): Use
4078         types_compatible_p instead of lang_hooks.types_compatible_p.
4079         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Likewise.
4080         * tree-vn.c (expressions_equal_p): Likewise.
4081         * tree.c (fields_compatible_p): Likewise.
4082         * tree-ssa-dom.c (avail_expr_eq): Likewise.
4083         (cprop_operand): Use useless_type_conversion_p instead of
4084         lang_hooks.types_compatible_p.
4085         * tree-inline.c (setup_one_parameter): Likewise.
4086         (declare_return_variable): Likewise.
4087         * tree-nrv.c (tree_nrv): Likewise.
4088         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
4089         (maybe_fold_offset_to_component_ref): Likewise.
4090         (maybe_fold_offset_to_reference): Likewise.
4091         * tree-ssa-copy.c (may_propagate_copy): Likewise.
4092         (merge_alias_info): Likewise.
4093         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
4094         * tree-ssa-phiopt.c (conditional_replacement): Likewise.
4095         * tree-ssa-reassoc.c (optimize_ops_list): Likewise.
4096         * tree-tailcall.c (find_tail_calls): Likewise.
4097         * tree-vect-generic.c (expand_vector_operations_1): Likewise.
4098         * gimplify.c (canonicalize_addr_expr): Likewise.
4099         (fold_indirect_ref_rhs): Likewise.
4100         (gimplify_addr_expr): Likewise.  Swap parameters to cpt_same_type.
4101         (cpt_same_type): Likewise.
4102         (check_pointer_types_r): Swap parameters to cpt_same_type
4103         where appropriate.
4104         * fold-const.c (fold_convert): Revert fix for PR15988.
4105         * tree-inline.c (setup_one_parameter): Instead fix it here by
4106         using fold_build1 instead of fold_convert and checking for
4107         error_mark_node.  Convert only if the conversion is necessary.
4109 2007-07-02  Joseph Myers  <joseph@codesourcery.com>
4111         * configure.ac: Check for .gnu_attribute on Power.
4112         * configure: Regenerate.
4113         * config/rs6000/rs6000.c (rs6000_file_start): If supported, output
4114         attribute for floating-point ABI.
4116 2007-07-02  Ira Rosen  <irar@il.ibm.com>
4118         PR tree-optimization/32230
4119         PR tree-optimization/32477
4120         * tree-vect-analyze.c (vect_analyze_data_refs): Fail if base 
4121         address is a constant.
4123 2007-07-02  Richard Sandiford  <richard@codesourcery.com>
4125         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*)
4126         (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*)
4127         (mipsisa64-*-elf*, mipsisa64el-*-elf*): Combine top-level
4128         stanzas.  Use the first part of the triplet to set MIPS_ISA_DEFAULT.
4129         Remove redundant setting of MASK_FLOAT64 and MASK_64BIT for the
4130         64-bit targets.  Add support for *-elfoabi*.
4131         * config/mips/t-isa3264 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Use
4132         different settings if $(tm_defines) does not select the EABI.
4133         (MULTILIB_EXCLUSIONS): Define in those circumstances.
4134         * config/mips/mips.h (MIPS_ISA_LEVEL_OPTION_SPEC): New macro.
4135         (MIPS_ARCH_OPTION_SPEC): Likewise.
4136         (MIPS_ISA_LEVEL_SPEC): Likewise.
4137         (OPTION_DEFAULT_SPECS): Use MIPS_ARCH_OPTION_SPEC.
4138         * config/mips/elfoabi.h: New file.
4140 2007-07-02  Richard Guenther  <rguenther@suse.de>
4142         * tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...
4143         (useless_type_conversion_p): ... this.
4144         * tree-ssa.c (tree_ssa_useless_type_conversion_1): Rename to ...
4145         (useless_type_conversion_p): ... this.
4146         * builtins.c (fold_builtin_memory_op): Rename
4147         tree_ssa_useless_type_conversion_1 to useless_type_conversion_p.
4148         * tree-cfg.c (verify_expr): Likewise.
4149         * tree-ssa-address.c (tree_ssa_useless_type_conversion_1): Likewise.
4150         * tree-ssa-ccp.c (ccp_fold): Likewise.
4151         * tree-ssa-copy.c (may_propagate_copy): Likewise.
4152         * tree-ssa-dom.c (eliminate_redundant_computations): Likewise.
4153         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
4154         * tree-ssa-loop-niter.c (refine_bounds_using_guard): Likewise.
4155         * tree-ssa-pre.c (eliminate): Likewise.
4156         * tree-ssa.c (delete_tree_ssa): Likewise.
4157         (tree_ssa_useless_type_conversion): Likewise.
4158         * tree.c (build2_stat): Likewise.
4160 2007-07-01  Daniel Berlin  <dberlin@dberlin.org>
4162         Fix PR tree-optimization/32571
4163         * tree-ssa-sccvn.c (visit_use): Shortcut copies to avoid
4164         simplifying them.
4166 2007-07-01  Daniel Berlin  <dberlin@dberlin.org>
4168         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle constants
4169         and other expected operations explicitly, change default to
4170         gcc_unreachable. 
4172 2007-07-01  Daniel Jacobowitz  <dan@codesourcery.com>
4174         * config/arm/arm.c (arm_cannot_copy_insn_p): Do not expect a
4175         PARALLEL.
4176         * config/arm/arm.md (pic_add_dot_plus_four, pic_add_dot_plus_eight)
4177         (tls_load_dot_plus_eight): Move the label number into the unspec.
4178         * config/arm/thumb2.md (pic_load_dot_plus_four): Likewise.
4180 2007-07-01  Andreas Schwab  <schwab@suse.de>
4182         * dwarf2out.c (initial_return_save): Define only if used.
4184 2007-07-01  Kenneth Zadeck <zadeck@naturalbridge.com>
4186         Unreverting Richard's Revert of:
4188         2007-06-27  Richard Sandiford  <richard@codesourcery.com>
4190         * dce.c (deletable_insn_p_1): New function, split out from...
4191         (deletable_insn_p): ...here.  Only treat bare USEs and CLOBBERs
4192         specially, not those inside PARALLELs.  Remove BODY argument
4193         and adjust recursive call accordingly.
4194         (prescan_insns_for_dce): Update call to delete_insn_p.
4196 2007-07-01  Vladimir Yanovsky  <yanov@il.ibm.com>
4197             Revital Eres  <eres@il.ibm.com>
4199         * ddg.c (create_ddg_all_sccs): Fix missed
4200         initialization of scc_nodes.
4202 2007-07-01  Uros Bizjak  <ubizjak@gmail.com>
4204         PR middle-end/32559
4205         * fold-const.c (fold-binary) [PLUS_EXPR]: Convert ~X + X to 1 or
4206         X + ~X to 1 only for INTEGRAL_TYPE_P type.
4208 2007-06-30  Joseph Myers  <joseph@codesourcery.com>
4210         * configure.ac: Check for .gnu_attribute on MIPS.
4211         * configure, config.in: Regenerate.
4212         * config/mips/mips.c (mips_file_start): If supported, output
4213         attribute for floating-point ABI.
4215 2007-06-30  Uros Bizjak  <ubizjak@gmail.com>
4217         PR target/32433
4218         * config/i386/i386.md (ffssi2): Expand as ffs_cmove for TARGET_CMOVE.
4219         (ffs_cmove): New expander to expand using ctz pattern.
4220         (*ffs_cmove): Remove pattern.
4221         (*ffs_no_cmove): Enable only for !TARGET_CMOVE.
4222         (ffsdi2): Expand using ctz pattern.
4223         (*ffs_rex64): Remove pattern.
4225 2007-06-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4227         PR rtl-optimization/32296
4228         * pa.md (return): Delete pattern.
4229         (return_internal): Remove "(const_int 1)" from pattern.
4230         (epilogue): Use return_internal pattern for trivial returns.
4231         * pa-protos.h (hppa_can_use_return_insn_p): Delete declaration.
4232         * pa.c (hppa_can_use_return_insn_p): Delete function.  Include "df.h".
4234 2007-06-30  Daniel Berlin  <dberlin@dberlin.org>
4236         * tree-ssa-pre.c (is_exception_related): New function
4237         (can_value_number_operation): Use it.
4239 2007-06-30  Daniel Berlin  <dberlin@dberlin.org>
4240         
4241         Fix PR tree-optimization/32540
4242         Fix PR tree-optimization/31651
4244         * tree-ssa-sccvn.c: New file.
4246         * tree-ssa-sccvn.h: Ditto.
4247         
4248         * tree-vn.c: Include tree-ssa-sccvn.h
4249         (val_expr_paid_d): Removed.
4250         (value_table): Ditto.
4251         (vn_compute): Ditto.
4252         (val_expr_pair_hash): Ditto.
4253         (val_expr_pair_expr_eq): Ditto.
4254         (copy_vuses_from_stmt): Ditto.
4255         (vn_delete): Ditto.
4256         (vn_init): Ditto.
4257         (shared_vuses_from_stmt): Ditto.
4258         (print_creation_to_file): Moved up.
4259         (sort_vuses): Ditto.
4260         (sort_vuses_heap): Ditto.
4261         (set_value_handle): Make non-static.
4262         (make_value_handle): Ditto.
4263         (vn_add): Rewritten to use sccvn lookups.
4264         (vn_add_with_vuses): Ditto.
4265         (vn_lookup): Ditto (and second argument removed).
4266         (vn_lookup_with_vuses): Ditto.
4267         (vn_lookup_or_add): Ditto (and second argument removed);
4268         (vn_lookup_or_add_with_vuses): Ditto.
4269         (vn_lookup_with_stmt): New.
4270         (vn_lookup_or_add_with_stmt): Ditto.
4271         (create_value_handle_for_expr): Ditto.
4273         * tree-ssa-pre.c: Include tree-ssa-sccvn.h.
4274         (seen_during_translate): New function.
4275         (phi_trans_lookup): Use iterative_hash_expr, not vn_compute.
4276         (phi_trans_add): Ditto.
4277         (constant_expr_p): FIELD_DECL is always constant.
4278         (phi_translate_1): Renamed from phi_translate, add seen bitmap.
4279         Use constant_expr_p.
4280         Avoid infinite recursion on mutually valued expressions.
4281         Change callers of vn_lookup_or_add.
4282         (phi_translate): New function.
4283         (compute_antic_safe): Allow phi nodes.
4284         (create_component_ref_by_pieces): Update for FIELD_DECL change.
4285         (find_or_generate_expression): Rewrite slightly.
4286         (create_expression_by_pieces): Updated for vn_lookup_or_add
4287         change.
4288         Update VN_INFO for new names.
4289         (insert_into_preds_of_block): Update for new names.
4290         (add_to_exp_gen): New function.
4291         (add_to_sets): Use vn_lookup_or_add_with_stmt.
4292         (find_existing_value_expr): Rewrite to changed vn_lookup.
4293         (create_value_expr_from): Ditto, and use add_to_exp_gen.
4294         (try_look_through_load): Removed.
4295         (try_combine_conversion): Ditto.
4296         (get_sccvn_value): New function.
4297         (make_values_for_phi): Ditto.
4298         (make_values_for_stmt): Ditto.
4299         (compute_avail): Rewritten for vn_lookup_or_add changes and to use
4300         SCCVN.
4301         (init_pre): Update for SCCVN changes.
4302         (fini_pre): Ditto.
4303         (execute_pre): Ditto.
4305         * tree-flow.h (make_value_handle): Declare.
4306         (set_value_handle): Ditto.
4307         (sort_vuses_heap): Ditto.
4308         (vn_lookup_or_add_with_stmt): Ditto.
4309         (vn_lookup_with_stmt): Ditto.
4310         (vn_compute): Remove.
4311         (vn_init): Ditto.
4312         (vn_delete): Ditto.
4313         (vn_lookup): Update arguments.
4315         * Makefile.in (tree-ssa-pre.o): Add tree-ssa-sccvn.h
4316         (tree-vn.o): Ditto.
4317         (tree-ssa-sccvn.o): New.
4318         (OBJS-common): Add tree-ssa-sccvn.o
4319         
4320 2007-06-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4322         PR c/4076
4323         * c-typeck.c (build_external_ref): Don't mark as used if called
4324         from itself.
4325         * calls.c (rtx_for_function_call): Likewise.
4326         
4327 2007-06-30  Richard Sandiford  <richard@codesourcery.com>
4329         Revert:
4331         2007-06-27  Richard Sandiford  <richard@codesourcery.com>
4333         * dce.c (deletable_insn_p_1): New function, split out from...
4334         (deletable_insn_p): ...here.  Only treat bare USEs and CLOBBERs
4335         specially, not those inside PARALLELs.  Remove BODY argument
4336         and adjust recursive call accordingly.
4337         (prescan_insns_for_dce): Update call to delete_insn_p.
4339 2007-06-30  Rask Ingemann Lambertsen <rask@sygehus.dk>
4341         * combine.c (combine_validate_cost): New parameter NEWOTHERPAT.
4342         (try_combine): Move potential calls to undo_all() so they happen
4343         before we commit to using the combined insns.
4345 2006-06-30  Jan Hubicka  <jh@suse.cz>
4347         * loop-unroll.c (unroll_loop_runtime_iterations): Unshare newly emit
4348         code.
4350 2006-06-30  Thomas Neumann  <tneumann@users.sourceforge.net>
4352         * ipa.c (cgraph_postorder): Cast according to the coding conventions.
4353         (cgraph_remove_unreachable_nodes): Likewise.
4354         * ipa-cp.c (ipcp_propagate_stage): Use BOTTOM instead of integer 0.
4355         * ipa-inline.c (update_caller_keys): Cast according to the coding
4356         conventions.
4357         (cgraph_decide_recursive_inlining): Likewise.
4358         (cgraph_decide_inlining_of_small_function): Likewise.
4359         (try_inline): Likewise.
4360         (cgraph_decide_inlining_incrementally): Likewise.
4361         * ipa-pure-const.c (get_function_state): Likewise.
4362         (scan_function): Likewise.
4363         (analyze_function): Likewise.
4364         (static_execute): Likewise.
4365         * gcc/ipa-reference.c (scan_for_static_refs): Likewise.
4366         (merge_callee_local_info): Likewise.
4367         (analyze_function): Use type safe memory macros.
4368         (static_execute): Likewise. Cast according to the coding conventions.
4369         * ipa-type-escape.c (scan_for_regs): Cast according to the coding
4370         conventions.
4371         * ipa-utils.c (searchc): Likewise. Avoid using C++ keywords as variable
4372         names.
4373         (ipa_utils_reduced_inorder): Likewise. Use type safe memory macros.
4374         * ipa-utils.h (struct ipa_dfa_info): Avoid using C++ keywords as
4375         variable names.
4377 2007-06-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4379         PR middle-end/30024
4380         * emit-rtl.c (init_emit_once): Intilize const_tiny_rtx[0]
4381         for complex modes (both int and real).
4383 2007-06-29  Jan Hubicka  <jh@suse.cz>
4385         * cse.c: Rever accidentally comitted TODO_verify_rtl_sharing change.
4387 2007-06-29  Jan Hubicka  <jh@suse.cz>
4389         PR middle-end/32372
4390         * cse.c (cse_insn): Avoid invalid sharing in between register note and
4391         the insn pattern.
4393 2007-06-29  Anatoly Sokolov <aesok@post.ru>
4395         PR target/32335
4396         * config/avr/avr.c: Include dataflow header file.
4397         (expand_prologue): Adjust for prologue insn change.
4398         * config/avr/avr.md (call_prologue_saves): Only modify REG_SP once
4399         inside a insn.
4401 2007-06-29  Richard Guenther  <rguenther@suse.de>
4403         PR middle-end/32493
4404         * gimplify.c (gimplify_call_expr): Ignore variable argument parts
4405         during type verification.
4407 2007-06-29  Jan Hubicka  <jh@suse.cz>
4409         * recog.c (validate_change_rtx_1): Unshare TO argument.
4411 2007-06-29  Uros Bizjak  <ubizjak@gmail.com>
4413         PR tree-optimization/24659
4414         * tree-vect-transform.c (vectorizable_call): Handle
4415         (nunits_in == nunits_out / 2) and (nunits_out == nunits_in / 2) cases.
4417         * config/i386/sse.md (vec_pack_sfix_v2df): New expander.
4418         * config/i386/i386.c (enum ix86_builtins)
4419         [IX86_BUILTIN_VEC_PACK_SFIX]: New constant.
4420         (struct bdesc_2arg) [__builtin_ia32_vec_pack_sfix]: New builtin
4421         description.
4422         (ix86_init_mmx_sse_builtins): Define all builtins with 2 arguments as
4423         const using def_builtin_const.
4424         (ix86_expand_binop_builtin): Remove bogus assert() that insn wants
4425         input operands in the same modes as the result.
4426         (ix86_builtin_vectorized_function): Handle BUILT_IN_LRINT.
4428 2007-06-29  Richard Sandiford  <rsandifo@nildram.co.uk>
4430         * df-problems.c (df_set_unused_notes_for_mw): Fix formatting.
4431         (df_set_dead_notes_for_mw): Likewise.
4433 2007-06-29  Eric Botcazou  <ebotcazou@adacore.com>
4435         * c-common.c (pointer_int_sum): Do the negation in sizetype.
4437 2007-06-28  DJ Delorie  <dj@redhat.com>
4439         * config/m32c/m32c.h (OVERRIDE_OPTIONS): Omit unneeded semicolon.
4441 2007-06-28  Geoffrey Keating  <geoffk@apple.com>
4443         * doc/invoke.texi (C++ Dialect Options): Document
4444         fvisibility-ms-compat.
4445         * c.opt (fvisibility-ms-compat): New.
4447 2007-06-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4449         PR tree-opt/32417
4450         * tree-affine.c (aff_combination_add_elt): Handle
4451         pointer addition specially.
4453 2007-06-28  Jakub Jelinek  <jakub@redhat.com>
4455         * config/rs6000/rs6000.c (rs6000_function_ok_for_sibcall): Ensure
4456         decl is non-external for AIX ABI.
4458 2007-06-28  David Edelsohn  <edelsohn@gnu.org>
4460         * config/rs6000/predicates.md (current_file_function_operand):
4461         Ensure the symbol is non-external for AIX ABI.
4463 2007-06-28  Nick Clifton  <nickc@redhat.com>
4465         * common.opt (fipa-matrix-reorg): Add Optimization attribute.
4466         (fdce, fdse, fpredictive-commoning): Likewise.
4468 2007-06-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4470         PR other/31400
4471         * gcc.c (process_command): Recognize the new -static-libgfortran
4472         option.
4474 2007-06-27  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4476         PR target/32418
4477         * config/m32c/m32c.c (m32c_eh_return_stackadj_rtx): Dataflow fix:
4478         Use a call clobbered hard reg instead of a pseudo reg.
4480 2007-06-27  Kaz Kojima  <kkojima@gcc.gnu.org>
4482         * config/sh/sh.md (load_gbr): Use correct operand constraint.
4484 2007-06-27  Kaz Kojima  <kkojima@gcc.gnu.org>
4486         PR target/32479
4487         * config/sh/sh.md (udivsi3): Don't wrap the sequence with
4488         REG_LIBCALL and REG_RETVAL notes.
4489         (divsi3, mulsi3): Likewise.
4490         (mulhisi3): Likewise.  Use emit_libcall_block.
4491         (umulhisi3, smulsi3_highpart, umulsi3_highpart_i): Likewise.
4493 2007-06-27  Seongbae Park  <seongbae.park@gmail.com>
4495         PR rtl-optimization/32481
4496         * combine.c (adjust_for_new_dest): Rescan the changed insn.
4498 2007-06-27  Richard Sandiford  <richard@codesourcery.com>
4500         * dce.c (deletable_insn_p_1): New function, split out from...
4501         (deletable_insn_p): ...here.  Only treat bare USEs and CLOBBERs
4502         specially, not those inside PARALLELs.  Remove BODY argument
4503         and adjust recursive call accordingly.
4504         (prescan_insns_for_dce): Update call to delete_insn_p.
4506 2007-06-27  Richard Guenther  <rguenther@suse.de>
4508         PR middle-end/32492
4509         * tree.h (fold_convertible_p): Declare.
4510         * fold-const.c (fold_convertible_p): New function.
4511         * gimplify.c (gimplify_call_expr): Use fold_convertible_p
4512         instead of lang_hooks.types_compatible_p.
4514 2007-06-26  Jan Hubicka  <jh@suse.cz>
4516         * fwprop.c (try_fwprop_subst): Use validate_unshare_change.
4517         * postreload.c (reload_cse_simplify_set): Instead of copying the rtx
4518         early use validate_unshare_change.
4519         (reload_combine): Likewise.
4520         * recog.c (change_t): New field unshare.
4521         (validate_change_1): Rename from validate_change; add argument unshare.
4522         (validate_change): Turn into wrapper of validate_change_1; update
4523         prototype for bools.
4524         (validate_unshare_change): New.
4525         (confirm_change_group): Unshare changes if asked for; avoid unnecesary
4526         calls of df_insn_rescan.
4527         * recog.h (validate_change): Replace ints by bools.
4528         (validate_unshare_change): Declare.
4530 2007-06-26  Kenneth Zadeck <zadeck@naturalbridge.com>
4532         * tree.def (VEC_WIDEN_MULT_LO_EXPR): Corrected string name.
4533         
4534 2007-06-26  Steve Ellcey  <sje@cup.hp.com>
4536         * builtins.c (expand_builtin_next_arg): Change Pmode to ptr_mode.
4538 2007-06-25  Jan Hubicka  <jh@suse.cz>
4540         * ipa-inline.c (cgraph_mark_inline): Assert that we never inline
4541         uninlinable call.
4542         (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining,
4543         cgraph_decide_inlining_incrementally): Move uninlinability checks to
4544         places other call site specific checks are performed.
4546 2007-06-25  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4548         PR tree-opt/32421
4549         * tree-vect-transform.c (vectorizable_operation): Convert
4550         POINTER_PLUS_EXPR over to PLUS_EXPR.
4552 2007-06-25  Chao-ying Fu  <fu@mips.com>
4554         * doc/rtl.texi (Machine Modes): Document QQ, HQ, SQ, DQ, TQ,
4555         UQQ, UHQ, USQ, UDQ, UTQ, HA, SA, DA, TA, UHA, USA, UDA, and UTAmodes.
4556         Document MODE_FRACT, MODE_UFRACT, MODE_ACCUM, MODE_UACCUM.
4557         Document GET_MODE_IBIT, and GET_MODE_FBIT.
4559         * machmode.h (VECTOR_MODE_P): Test MODE_VECTOR_FRACT,
4560         MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
4561         (SCALAR_FRACT_MODE_P, SCALAR_UFRACT_MODE_P, ALL_SCALAR_FRACT_MODE_P,
4562         SCALAR_ACCUM_MODE_P, SCALAR_UACCUM_MODE_P, ALL_SCALAR_ACCUM_MODE_P,
4563         SIGNED_SCALAR_FIXED_POINT_MODE_P, UNSIGNED_SCALAR_FIXED_POINT_MODE_P,
4564         ALL_SCALAR_FIXED_POINT_MODE_P, FRACT_MODE_P, UFRACT_MODE_P,
4565         ALL_FRACT_MODE_P, ACCUM_MODE_P, UACCUM_MODE_P, ALL_ACCUM_MODE_P,
4566         SIGNED_FIXED_POINT_MODE_P, UNSIGNED_FIXED_POINT_MODE_P,
4567         ALL_FIXED_POINT_MODE_P): New define.
4568         (CLASS_HAS_WIDER_MODES_P): Test MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
4569         MODE_UACCUM.
4570         (GET_MODE_IBIT, GET_MODE_FBIT): New define.
4572         * mode-classes.def (MODE_FRACT, MODE_UFRACT, MODE_ACCUM, MODE_UACCUM,
4573         MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
4574         MODE_VECTOR_UACCUM): New mode classes.
4576         * machmode.def: Document FRACT_MODE, UFRACT_MODE, ACCUM_MODE,
4577         UACCUM_MODE, ADJUST_IBIT, and ADJUST_FBIT.
4578         Add QQ, HQ, SQ, DQ, TQ, UQQ, UHQ, USQ, UDQ, UTQ, HA, SA, DA, TA, UHA,
4579         USA, UDA, and UTA.
4581         * genmodes.c (struct mode_data): Add ibit and fbit fields.
4582         (blank_mode): Initialize ibit and fbit.
4583         (adj_ibit, adj_fbit): New to adjust ibit and fbit.
4584         (vector_class): Handle MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
4585         MODE_UACCUM.
4586         (new_adjust): Change required_class to required_class_from and
4587         required_class_to for testing within a range.
4588         (complete_mode): Handle MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
4589         MODE_UACCUM, MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
4590         MODE_VECTOR_UACCUM.
4591         (FRACT_MODE, UFRACT_MODE, ACCUM_MODE, UACCUM_MODE): New define.
4592         (make_fixed_point_mode): New.
4593         (_ADD_ADJUST): Change C to C1 and C2.
4594         (ADJUST_BYTESIZE, ADJUST_ALIGNMENT, ADJUST_FLOAT_FORMAT): Change to
4595         use a range for machine classes.
4596         (ADJUST_IBIT, ADJUST_FBIT): New.
4597         (emit_insn_modes_h): Output defines of CONST_MODE_IBIT and
4598         CONST_MODE_FBIT.
4599         (emit_mode_adjustments): Handle MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT,
4600         MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
4601         Emit adjustment for ibit and fbit.
4602         (emit_mode_ibit, emit_mode_fbit): New.
4603         (emit_insn_modes_c): Add emit_mode_ibit and emit_mode_fbit.
4605 2007-06-25  Nathan Froyd  <froydnj@codesourcery.com>
4607         * config/rs6000/spe.md (*frob_ti_tf_2): Specify an input_operand
4608         as the source of the set.
4610 2007-06-25  Roman Zippel <zippel@linux-m68k.org>
4612         * config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P,
4613         FP_REGNO_P): Use IN_RANGE.
4614         (REGNO_OK_FOR_DATA_P, REGNO_OK_FOR_FP_P): Remove.
4615         (REGNO_OK_FOR_INDEX_NONSTRICT_P, REGNO_OK_FOR_BASE_NONSTRICT_P): New.
4616         (DATA_REG_P): Use DATA_REGNO_P.
4617         (FP_REG_P): Use FP_REGNO_P.
4618         (ADDRESS_REG_P): Use ADDRESS_REGNO_P.
4619         * config/m68k/m68k.c (m68k_legitimate_base_reg_p): Use
4620         REGNO_OK_FOR_INDEX_NONSTRICT_P, REGNO_OK_FOR_BASE_NONSTRICT_P.
4622 2007-06-24  Jan Hubicka  <jh@suse.cz>
4624         PR middle-end/30563
4625         * cgraphunit.c (cgraph_analyze_function): Fix ordering problem.
4627 2007-06-24  Sebastian Pop  <sebpop@gmail.com>
4629         PR middle-end/32461
4630         * fold-const.c (fold_binary): Strip nops of operand 0
4631         of BIT_NOT_EXPR before calling operand_equal_p.
4632         * testsuite/gcc.dg/tree-ssa/pr32461-1.c: New.
4633         * testsuite/gcc.dg/tree-ssa/pr32461-2.c: New.
4635 2007-06-23  Mark Mitchell  <mark@codesourcery.com>
4637         * doc/extend.texi: Document that dllimport and dllexport imply
4638         default visibility.
4639         * tree.c (handle_dll_attribute): Set DECL_VISIBILITY on the
4640         imported or exported declaration, including type declarations.
4641         * c-common.c (handle_visibility_attribute): Check for conflicts
4642         with dllimport/dllexport.
4643         (c_determine_visibility): Handle dllimport/dllexport as an
4644         explicit visibility atttribute.
4646 2007-06-23  Richard Guenther  <rguenther@suse.de>
4648         PR tree-optimization/16876
4649         PR middle-end/29478
4650         * tree.h (CALL_CANNOT_INLINE_P): New macro to access static_flag
4651         for CALL_EXPRs.
4652         * tree-inline.c (initialize_inlined_parameters): Do not call
4653         lang_hooks.tree_inlining.convert_parm_for_inlining.
4654         * cgraphbuild.c (initialize_inline_failed): Set inline failed
4655         reason for mismatched types.
4656         * gimplify.c (gimplify_call_expr): Verify the call expression
4657         arguments match the called function type signature.  Otherwise
4658         mark the call expression to be not considered for inlining
4659         using CALL_CANNOT_INLINE_P flag.
4660         * ipa-inline.c (cgraph_mark_inline): Honor CALL_CANNOT_INLINE_P on the
4661         edges call expression.
4662         (cgraph_decide_inlining_of_small_function): Likewise.
4663         (cgraph_decide_inlining): Likewise.
4664         * c-objc-common.h (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
4665         Remove define.
4666         * c-tree.h (c_convert_parm_for_inlining): Remove declaration.
4667         * c-typeck.c (c_convert_parm_for_inlining): Remove.
4668         * langhooks-def.h (lhd_tree_inlining_convert_parm_for_inlining):
4669         Remove declaration.
4670         (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING): Remove define.
4671         * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining):
4672         Remove.
4673         * langhooks.h (struct lang_hooks_for_tree_inlining): Remove
4674         convert_parm_for_inlining member.
4676 2007-06-23  Richard Earnshaw  <rearnsha@arm.com>
4678         PR target/31152
4679         * arm.md (negscc): Match the correct operand for optimized LT0 test.
4680         Remove optimization for GT.
4682 2007-06-23  Kenneth Zadeck <zadeck@naturalbridge.com>
4684         PR middle-end/32437
4685         * dce.c (deletable_insn_p): Add extra parameter and recurse if insn
4686         is a PARALLEL.
4687         (prescan_insns_for_dce): Add extra parameter.
4688         
4689 2007-06-23  Jan Hubicka  <jh@suse.cz>
4691         PR middle-end/31541
4692         * gimplify.c (mark_addressable): New function.
4693         (gimplify_modify_expr_rhs, gimplify_addr_expr, gimplify_expr): Use it.
4695 2007-06-22  Uros Bizjak  <ubizjak@gmail.com>
4697         PR middle-end/32374
4698         * expr.c (store_constructor): Do not clobber non-zeroed memory. 
4700 2007-06-22  Uros Bizjak  <ubizjak@gmail.com>
4702         PR target/32413
4703         * config/i386/i386.c (ix86_register_move_cost): Rise the cost of
4704         moves between MMX/SSE registers to at least 8 units to prevent
4705         ICE caused by non-tieable SI/HI/QImodes in SSE registers. 
4707 2007-06-22  Uros Bizjak  <ubizjak@gmail.com>
4709         * config/i386/i386.c (override_options): Correct x86_sahf
4710         setting condition.
4712 2007-06-21  David Daney  <ddaney@avtrex.com>
4714         PR target/32406
4715         * config/mips/mips.md (define_constants): Rename UNSPEC_EH_RECEIVER
4716         to UNSPEC_NONLOCAL_GOTO_RECEIVER globally.
4717         (exception_receiver): Renamed to ...
4718         (nonlocal_goto_receiver): ... this.
4720 2007-06-22  Roman Zippel <zippel@linux-m68k.org>
4722         * df-scan.c (df_read_modify_subreg_p): Use REGMODE_NATURAL_SIZE.
4723         (df_def_record_1): Set (DF_REF_READ_WRITE | DF_REF_PARTIAL) for
4724         partial register accesses.
4726 2007-06-21  Adam Nemet  <anemet@caviumnetworks.com>
4728         * fold-const.c (debug_fold_checksum): Move it under
4729         ENABLE_FOLD_CHECKING.
4731 2007-06-21  Sebastian Pop  <sebpop@gmail.com>
4733         PR middle-end/20623
4734         * tree.h (debug_fold_checksum): Declared.
4735         * fold-const.c (build_fold_addr_expr_with_type_1): New.
4736         (build_fold_addr_expr_with_type, build_fold_addr_expr): Use 
4737         build_fold_addr_expr_with_type_1.
4738         (fold_addr_expr, debug_fold_checksum): New.
4739         (fold_checksum_tree): Don't fold TREE_CHAIN of an SSA_NAME.
4740         (fold_unary, fold_comparison, split_address_to_core_and_offset):
4741         Use fold_addr_expr.
4742         
4743 2007-06-21  Sebastian Pop  <sebpop@gmail.com>
4745         PR tree-optimization/19590
4746         * tree-vrp.c (adjust_range_with_scev): Set the range when the result
4747         of scev is a constant.
4748         * gcc/testsuite/gcc.dg/tree-ssa/pr19590.c: New.
4750 2007-06-21  Kenneth Zadeck <zadeck@naturalbridge.com>
4752         * df-problems.c (df_note_bb_compute): Made computation of live
4753         info consistent with df_lr.
4755 2007-06-21  Richard Guenther  <rguenther@suse.de>
4757         PR tree-optimization/32453
4758         * tree-vrp.c (extract_range_from_assert): Build POINTER_PLUS_EXPR
4759         for pointer anti-range.
4761 2007-06-21  H.J. Lu  <hongjiu.lu@intel.com>
4763         * config/i386/i386.c (processor_target_table): Increase maximum
4764         skip from 7 byte to 10 byte for Pentium Pro, Core 2 Duo and
4765         default 64bit.
4767         * config/i386/linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Ensure 8
4768         byte alignment if > 8 byte alignment is preferred.
4769         * config/i386/x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
4771 2007-06-21  Jakub Jelinek  <jakub@redhat.com>
4773         PR tree-optimization/31866
4774         * tree-ssa-coalesce.c (create_outofssa_var_map): Do nothing
4775         if ASM_EXPR's input is not a SSA_NAME.
4777         PR middle-end/32362
4778         * omp-low.c (lookup_decl_in_outer_ctx): Don't ICE if t is NULL,
4779         but decl is a global var, instead return decl.
4780         * gimplify.c (gimplify_adjust_omp_clauses_1): Add shared clauses
4781         even for is_global_var decls, if they are private in some outer
4782         context.
4784 2007-06-21  Richard Guenther  <rguenther@suse.de>
4786         PR tree-optimization/32451
4787         * tree-ssa-threadupdate.c (thread_single_edge): Fixup edge flags.
4789 2007-06-21  Christian Bruel  <christian.bruel@st.com>
4791         * config/sh/sh-protos.h (sh_loads_bankedreg_p): Declare.
4792         * config/sh/sh.c (sh_loads_bankedreg_p): New function.
4793         (push_regs): Changed saving order or banked registers.
4794         (sh_expand_epilogue): Likewise.
4795         * config/sh/sh.h (BANKED_REGISTER_P): New macro.
4796         (FIRST_BANKED_REG): Likewise.
4797         (LAST_BANKED_REG): Likewise.
4798         * config/sh/sh.md (banked) New attribute.
4799         (in_delay_slot): Check banked attribute.
4800         
4801 2007-06-20  Sebastian Pop  <sebpop@gmail.com>
4803         PR tree-optimization/32075
4804         * tree-data-ref.c (subscript_dependence_tester_1, 
4805         analyze_miv_subscript, analyze_overlapping_iterations,
4806         add_distance_for_zero_overlaps, build_classic_dist_vector,
4807         subscript_dependence_tester_1, analyze_overlapping_iterations,
4808         subscript_dependence_tester, access_functions_are_affine_or_constant_p,
4809         compute_affine_dependence, compute_all_dependences): Pass loop_nest 
4810         to evolution_function_is_affine_multivariate_p.
4812 2007-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
4814         * df-scan.c (df_get_call_refs): Be prepared for MEMs inside CLOBBERs.
4816 2007-06-20  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4818         PR target/32335
4819         * config/m32c/m32c.c (m32c_emit_epilogue): Use new HImode epilogue
4820         for TARGET_A16.
4821         * config/m32c/prologue.md (epilogue_exitd_16): New.
4822         (epilogue_reit_16): New.
4823         (epilogue_exitd): Rename to epilogue_exitd_24.
4824         (epilogue_reit): Rename to epilogue_reit_24.
4826 2007-06-20  Seongbae Park  <seongbae.park@gmail.com>
4827             Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4829         * dbgcnt.def (global_alloc_at_func, global_alloc_at_reg):
4830         New counters.
4831         * haifa-sched.c (queue_to_ready): Don't requeue next insn
4832         if dbg_cnt (sched_insn) reaches the limit.
4833         (choose_ready): New parameter INSN_PTR and new return value.
4834         (schedule_block): Handle dbg_cnt (sched_insn). Handle
4835         the new return value from choose_ready.
4836         * global.c (global_aloc): New dbgcnt global_alloc_at_reg.
4837         (rest_of_handle_global_alloc): New global_alloc_at_func.
4839 2007-06-20  Adam Nemet  <anemet@caviumnetworks.com>
4841         PR tree-optimization/25737
4842         * tree.h (struct tree_struct_field_tag): Add new field alias_set.
4843         (SFT_NONADDRESSABLE_P, SFT_ALIAS_SET): New macros.
4844         * tree-flow.h (struct fieldoff): Add new field alias_set.
4845         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Add new
4846         argument addressable_type.  Set alias_set of fieldoff.
4847         * tree-ssa-alias.c (create_sft): Add new argument alias_set.
4848         (create_overlap_variables_for): Pass alias_set from fieldoff to
4849         create_sft.
4850         * alias.c (get_alias_set): Use alias_set from SFT if set.
4852 2007-06-20  Hui-May Chang  <hm.chang@apple.com>
4854         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Print the size
4855         of a variable as an unsigned HOST_WIDE_INT integer.
4857 2007-06-20  Zdenek Dvorak  <dvorakz@suse.cz>
4859         PR rtl-optimization/32405
4860         * loop-iv.c (iv_get_reaching_def): Fail for partial defs.
4862 2007-06-20  Jakub Jelinek  <jakub@redhat.com>
4864         * Makefile.in (omega.o): Depend on $(DIAGNOSTIC_H).
4866         PR middle-end/31959
4867         * builtins.c: Include diagnostic.h.
4868         (expand_builtin_expect): Make gcc_assert more permissive.
4869         * Makefile.in (builtins.o): Depend on $(DIAGNOSTIC_H).
4871         PR inline-asm/32109
4872         * gimplify.c (gimplify_asm_expr): Issue error if type is addressable
4873         and !allows_mem.
4875         PR middle-end/32285
4876         * calls.c (precompute_arguments): Also precompute CALL_EXPR arguments
4877         if ACCUMULATE_OUTGOING_ARGS.
4879 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4881         * config/m68hc11/m68hc11.c: Include dataflow header file.
4882         (m68hc11_reorg): Port to dataflow.
4884 2007-06-19  Kenneth Zadeck <zadeck@naturalbridge.com>
4886         * df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.
4887         (struct df_problem.free_blocks_on_set_blocks): New field.
4888         (struct dataflow.optional_p): New field.
4889         (df_bb_regno_last_use_find, df_insn_regno_def_p): Removed.
4890         (df_live_set_all_dirty): New function.
4891         * df-scan.c (df_scan_alloc): Initialize optional_p.
4892         (problem_SCAN): Initialize free_blocks_on_set_blocks.
4893         * df-core.c (df_set_blocks): Removed use of
4894         DF_FIRST_OPTIONAL_PROBLEM.  Now uses
4895         df_problem.free_blocks_on_set_blocks to determine which blocks are
4896         recycled.
4897         (df_remove_problem): Removed use of DF_FIRST_OPTIONAL_PROBLEM.
4898         (df_finish_pass): Removed use of DF_FIRST_OPTIONAL_PROBLEM.  Now
4899         uses dataflow.optional_p to determine if problem should be
4900         deleted.
4901         (rest_of_handle_df_initialize): Only start live problem if 
4902         -02 or above.
4903         (df_bb_regno_last_use_find, df_insn_regno_def_p): Removed.
4904         * df-problems.c (df_ru_alloc, df_rd_alloc, df_lr_alloc,
4905         df_live_alloc, df_urec_alloc, df_note_alloc): set optional_p.
4906         (problem_RU, problem_RD, problem_LR, problem_UREC, problem_CHAIN,
4907         problem_NOTE):  Initialize free_blocks_on_set_blocks.
4908         (df_lr_bb_local_compute): Recompute luids if df_live problem is
4909         not active.
4910         (df_live_set_all_dirty, df_note_alloc): New function.
4911         * regrename.c (merge_overlapping_regs): Change DF_LIVE_* to
4912         df_get_live_*.
4913         * sched_ebb.c (compute_jump_reg_dependencies): Ditto.
4914         * postreload.c (reload_combine): Ditto.
4915         * cse.c (cse_extended_basic_block): Ditto.
4916         * regmove.c (mark_flags_life_zones): Ditto.
4917         * rtlfactoring.c (split_blocks_after_seqs, split_pattern_seq,
4918         erase_matching_seqs): Ditto.
4919         * bt-load.c (compute_defs_uses_and_gen): Ditto.
4920         * integrate (allocate_initial_values): Ditto.
4921         * combine.c (reg_dead_at_p): Ditto.
4922         * resource.c (mark_target_live_regs): Ditto.
4923         * sched-rgn.c (check_live_1, update_live_1): Ditto.
4924         * config/sh/sh.c (find_r0_life_regions): Ditto.
4925         * global.c (rest_of_handle_global_alloc): Only add back df_live
4926         for -O > 1.
4927         * local-alloc.c (rest_of_handle_local_alloc): Only remove
4928         df_live for -O > 1.
4929         * ifcvt.c (dead_or_predicable): Change DF_LIVE_* to
4930         df_get_live_*.
4931         (if_convert): Make sure df_live is there at -O == 1.
4932         (pass_if_after_combine): Cleanup flags.
4933         * init-regs.c (initialize_uninitialized_regs): Make sure df_live
4934         is there at -O == 1.
4935         
4936 2007-06-19  Seongbae Park  <seongbae.park@gmail.com>
4938         * config/arm/arm.c (arm_get_frame_offsets): Set
4939         offsets->locals_base to avoid negative stack size.
4940         (thumb1_expand_prologue): Assert on negative stack size.
4942 2007-06-19  Sebastian Pop  <sebpop@gmail.com>
4944         PR tree-optimization/32367
4945         * tree-chrec.h (build_polynomial_chrec): Verify that the left hand side 
4946         of the chrec has no evolution in that loop.
4947         * testsuite/gcc.dg/tree-ssa/pr32367.c: New.
4949 2007-06-19  Bob Wilson  <bob.wilson@acm.org>
4951         * config/xtensa/xtensa.c: Include "df.h".
4952         (xtensa_builtin_saveregs): Use adjust_address instead of
4953         change_address.
4954         (xtensa_va_start): Invoke make_tree with sizetype for
4955         expand_builtin_saveregs and then convert the result to a pointer.
4956         Use POINTER_PLUS_EXPR.  Use size_int instead of build_int_cst.
4957         (xtensa_gimplify_va_arg_expr): Use size_int instead of build_int_cst.
4958         Subtract argument size from index value as integers and then use
4959         POINTER_PLUS_EXPR to add the result to the array address.
4960         
4961 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4963         PR target/32335
4964         * config/m32c/m32c.c: Include dataflow header file.
4965         (m32c_emit_prologue): Adjust for prologue insn change.
4966         * config/m32c/prologue.md (prologue_enter_16): Only modify SP_REGNO
4967         once inside a PARALLEL. Assume frame size passed in operand 0
4968         includes space to save the fb register.
4969         (prologue_enter_24): Likewise.
4970         (epilogue_exitd): Only modify SP_REGNO once inside a PARALLEL.
4972 2007-06-19  David Daney  <ddaney@avtrex.com
4974         PR target/32313
4975         * config/mips/mips.md (cprestore): Mark $gp as used.
4977 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4979         PR target/32369
4980         * config/frv/frv.c (frv_ifcvt_modify_tests): Dataflow merge fix.
4981         (frv_ifcvt_modify_insn): Likewise.
4983 2007-06-19  Richard Guenther  <rguenther@suse.de>
4985         * tree-ssa-structalias.c (handle_ptr_arith): Make sure to
4986         only handle positive offsets that fit in a HOST_WIDE_INT.
4988 2007-06-19  Uros Bizjak  <ubizjak@gmail.com>
4990         * config/i386/i386.c (ix86_emit_swsqrtsf): Filter out infinity
4991         result of rsqrt insn for zero input argument to avoid NaN.
4993 2007-06-19  Richard Guenther  <rguenther@suse.de>
4995         PR middle-end/31950
4996         * tree-ssa-alias-warnings.c (ffan_walker): Punt on MTAGs.
4998 2007-06-19  Jakub Jelinek  <jakub@redhat.com>
5000         PR tree-optimization/32353
5001         * tree-ssa-structalias.c (set_uids_in_ptset): Also handle RESULT_DECL.
5003 2007-06-19  Nick Clifton  <nickc@redhat.com>
5005         * config/m32r/linux.h (LIB_SPEC): Always imply -lpthread for -pthread.
5007 2007-06-18  Uros Bizjak  <ubizjak@gmail.com>
5009         PR target/32389
5010         * config/i386/i386.h (enum ix86_stack_slot): Add SLOT_VIRTUAL.
5011         * config/i386/i386.c (assign_386_stack_local): Assert that
5012         SLOT_VIRTUAL is valid only before virtual regs are instantiated.
5013         (ix86_expand_builtin) [IX86_BUILTIN_LDMXCSR, IX86_BUILTIN_STMXCSR]:
5014         Use SLOT_VIRTUAL stack slot instead of SLOT_TEMP.
5015         * config/i386/i386.md (truncdfsf2, truncxf<mode>2): Ditto.
5017 2007-06-18  Steve Ellcey  <sje@cup.hp.com>
5019         * config/ia64/ia64.h (LIBGCC2_TF_CEXT): New.
5021 2007-06-18  Seongbae Park  <seongbae.park@gmail.com>
5023         PR rtl-optimization/32321
5024         * gcse.c (replace_store_insn): Update the note before
5025         calling emit_insn_after.
5027 2007-06-18  Kenneth Zadeck <zadeck@naturalbridge.com>
5029         PR middle-end/32355
5030         * gcse (rest_of_handle_gcse): Add call to df_finish_pass after
5031         cse_main.
5032         * df-problems.c (df_note_bb_compute): Fix dumping info.
5033         
5034 2007-06-18  Kazu Hirata  <kazu@codesourcery.com>
5036         * config/m68k/m68k.c (m68k_expand_epilogue): Emit a return
5037         insn with emit_jump_insn.
5039 2007-06-18  Uros Bizjak  <ubizjak@gmail.com>
5041         PR tree-optimization/32383
5042         * targhooks.c (default_builtin_reciprocal): Add new bool argument.
5043         * targhooks.h (default_builtin_reciprocal): Update prototype.
5044         * target.h (struct gcc_target): Update builtin_reciprocal.
5045         * doc/tm.texi (TARGET_BUILTIN_RECIPROCAL): Update description.
5046         * tree-ssa-math-opts (execute_cse_reciprocals): Skip statements
5047         where arg1 is not SSA_NAME.  Pass true to targetm.builtin_reciprocal
5048         when fndecl is in BUILT_IN_MD class.
5049         (execute_convert_to_rsqrt): Ditto.
5051         * config/i386/i386.c (ix86_builtin_reciprocal): Update for new bool
5052         argument.  Convert IX86_BUILTIN_SQRTPS code only when md_fn is true.
5053         Convert BUILT_IN_SQRTF code only  when md_fn is false.
5055 2007-06-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5057         * bt-load.c (move_btr_def): Fix the order of arguments
5058         to validate_replace_rtx.
5060 2007-06-18  Nathan Sidwell  <nathan@codesourcery.com>
5062         * config/m68k/m68k-devices.def: Add 54450..54455.
5064 2007-06-17  Uros Bizjak  <ubizjak@gmail.com>
5066         PR rtl-optimization/32366
5067         * simplify-rtx.c (simplify_unary_operation_1) [FLOAT_TRUNCATE,
5068         FLOAT_EXTEND]: Prevent non-scalar modes from entering
5069         significand_size.
5071 2007-06-17  Kenneth Zadeck <zadeck@naturalbridge.com>
5073         PR middle-end/32349
5074         * modulo-sched (generate_reg_moves): Added rescan parameter and if
5075         this is true, rescan insn being modified.
5076         (sms_schedule): Added rescan parameter.
5077         (rest_of_handle_sms): Moved freeing of dominance info to before
5078         getting out of cfg_layout.
5079         
5080 2007-06-17  Nathan Sidwell  <nathan@codesourcery.com>
5082         * config/m68k/m68k.h (ISA_HAS_FF1, ISA_HAS_MVS_MVZ): New.
5083         * config/m68k/m68k.md: Use ISA_HAS_FF1 and ISA_HAS_MVS_MVZ as
5084         appropriate.
5086         * config/m68k/m68k.c (all_isas): Remove FL_CF_FPU and
5087         FL_CF_EMAC from the entry for isac.
5089         * config/m68k/predicates.md (const_call_operand): Adjust comment.
5090         (const_sibcall_operand): New.
5091         (sibcall_operand): Use it.
5092         * config/m68k/m68k.c (FL_FOR_isa_c): Not ISA_B compatible.
5093         (m68k_isas): ISAC does not imply FPU or EMAC.
5094         (override_options): Add ISA_C logic for symbolic jump & call.
5096 2007-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
5098         * config/sparc/sparc.c (sparc_vis_init_builtins): Retrieve the
5099         return mode from the builtin itself.
5100         (sparc_fold_builtin): Fix cast of zero constant.
5102 2007-06-16  Uros Bizjak  <ubizjak@gmail.com>
5104         * targhooks.c (default_builtin_reciprocal): New default target hook.
5105         * targhooks.h (default_builtin_reciprocal): Add prototype.
5106         * hooks.c (hook_tree_tree_bool_null): Remove hook.
5107         * hooks.h (hook_tree_tree_bool_null): Remove prototype.
5108         * target-def.h (TARGET_BUILTIN_RECIPROCAL): Define as
5109         default_builtin_reciprocal.
5111 2007-06-16  Uros Bizjak  <ubizjak@gmail.com>
5113         PR middle-end/31723
5114         * hooks.c (hook_tree_tree_bool_null): New hook.
5115         * hooks.h (hook_tree_tree_bool_null): Add prototype.
5116         * tree-pass.h (pass_convert_to_rsqrt): Declare.
5117         * passes.c (init_optimization_passes): Add pass_convert_to_rsqrt.
5118         * tree-ssa-math-opts.c (execute_cse_reciprocals): Scan for a/func(b)
5119         and convert it to reciprocal a*rfunc(b).
5120         (execute_convert_to_rsqrt): New function.
5121         (gate_convert_to_rsqrt): New function.
5122         (pass_convert_to_rsqrt): New pass definition.
5123         * target.h (struct gcc_target): Add builtin_reciprocal.
5124         * target-def.h (TARGET_BUILTIN_RECIPROCAL): New define.
5125         (TARGET_INITIALIZER): Initialize builtin_reciprocal with
5126         TARGET_BUILTIN_RECIPROCAL.
5127         * doc/tm.texi (TARGET_BUILTIN_RECIPROCAL): Document.
5129         * config/i386/i386.h (TARGET_RECIP): New define.
5130         * config/i386/i386.md (divsf3): Expand by calling ix86_emit_swdivsf
5131         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
5132         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
5133         and not optimizing for size.
5134         (*rcpsf2_sse): New insn pattern.
5135         (*rsqrtsf2_sse): Ditto.
5136         (rsqrtsf2): New expander.  Expand by calling ix86_emit_swsqrtsf
5137         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
5138         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
5139         and not optimizing for size.
5140         (sqrt<mode>2): Expand SFmode operands by calling ix86_emit_swsqrtsf
5141         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
5142         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
5143         and not optimizing for size.
5144         * config/i386/sse.md (divv4sf): Expand by calling ix86_emit_swdivsf
5145         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
5146         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
5147         and not optimizing for size.
5148         (*sse_rsqrtv4sf2): Do not export.
5149         (sqrtv4sf2): Ditto.
5150         (sse_rsqrtv4sf2): New expander.  Expand by calling ix86_emit_swsqrtsf
5151         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
5152         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
5153         and not optimizing for size.
5154         (sqrtv4sf2): Ditto.
5155         * config/i386/i386.opt (mrecip): New option.
5156         * config/i386/i386-protos.h (ix86_emit_swdivsf): Declare.
5157         (ix86_emit_swsqrtsf): Ditto.
5158         * config/i386/i386.c (IX86_BUILTIN_RSQRTF): New constant.
5159         (ix86_init_mmx_sse_builtins): __builtin_ia32_rsqrtf: New
5160         builtin definition.
5161         (ix86_expand_builtin): Expand IX86_BUILTIN_RSQRTF using
5162         ix86_expand_unop1_builtin.
5163         (ix86_emit_swdivsf): New function.
5164         (ix86_emit_swsqrtsf): Ditto.
5165         (ix86_builtin_reciprocal): New function.
5166         (TARGET_BUILTIN_RECIPROCAL): Use it.
5167         (ix86_vectorize_builtin_conversion): Rename from
5168         ix86_builtin_conversion.
5169         (TARGET_VECTORIZE_BUILTIN_CONVERSION): Use renamed function.
5170         * doc/invoke.texi (Machine Dependent Options): Add -mrecip to
5171         "i386 and x86_64 Options" section.
5172         (Intel 386 and AMD x86_64 Options): Document -mrecip.
5174 2007-06-15  Andrew Pinski <andrew_pinski@playstation.sony.com>
5175             Zdenek Dvorak <dvorakz@suse.cz>
5176             Richard Guenther  <rguenther@suse.de>
5177             Kaz Kojima  <kkojima@gcc.gnu.org>
5179         * tree-vrp.c (compare_values_warnv): Convert val2 to
5180         the type of val1.
5181         (extract_range_from_assert): Create
5182         POINTER_PLUS_EXPR for pointer types.
5183         (extract_range_from_binary_expr): Handle
5184         only POINTER_PLUS_EXPR, MIN_EXPR, and MAX_EXPR
5185         for pointer types.
5186         * doc/c-tree.texi (POINTER_PLUS_EXPR): Document.
5187         * tree-ssa-loop-niter.c (split_to_var_and_offset): Handle
5188         POINTER_PLUS_EXPR as PLUS_EXPR.
5189         (number_of_iterations_lt_to_ne):
5190         For pointer types, use sizetype when
5191         creating MINUS_EXPR/PLUS_EXPRs.
5192         (assert_loop_rolls_lt): For pointer types, use sizetype when
5193         creating MINUS_EXPR/PLUS_EXPRs.
5194         (number_of_iterations_le): Likewise.
5195         (expand_simple_operations): POINTER_PLUS_EXPR are simple also.
5196         (derive_constant_upper_bound): Handle POINTER_PLUS_EXPR just
5197         like PLUS_EXPR and MINUS_EXPR.
5198         * tree-pretty-print.c (dump_generic_node): Handle
5199         POINTER_PLUS_EXPR.
5200         (op_prio): Likewise.
5201         (op_symbol_1): Likewise.
5202         * optabs.c (optab_for_tree_code): Likewise.
5203         * tree-ssa-loop-manip.c (create_iv): Handle pointer base
5204         specially.
5205         * tree-tailcall.c (process_assignment): Mention
5206         POINTER_PLUS_EXPR in a TODO comment.
5207         * tree.c (build2_stat): Assert when trying to use PLUS_EXPR or 
5208         MINUS_EXPR with a pointer. Also assert for POINTER_PLUS_EXPR
5209         not used with a pointer and an integer type.
5210         * tree-scalar-evolution.c (add_to_evolution_1): Convert the
5211         increment using chrec_convert_rhs instead of chrec_convert.
5212         (follow_ssa_edge_in_rhs): Handle POINTER_PLUS_EXPR like
5213         PLUS_EXPR except for the right hand side's type will be
5214         sizetype.
5215         (interpret_rhs_modify_stmt): Handle POINTER_PLUS_EXPR.
5216         (fold_used_pointer_cast): Kill.
5217         (pointer_offset_p): Kill.
5218         (fold_used_pointer): Kill.
5219         (pointer_used_p): Kill.
5220         (analyze_scalar_evolution_1 <case GIMPLE_MODIFY_STMT>): Don't
5221         call fold_used_pointer.
5222         (instantiate_parameters_1): Convert the increment
5223         using chrec_convert_rhs instead of chrec_convert.
5224         Handle POINTER_PLUS_EXPR as PLUS_EXPR.
5225         * builtins.c (get_pointer_alignment): Handle POINTER_PLUS_EXPR
5226         instead of PLUS_EXPR.
5227         (expand_builtin_strcat): Create a POINTER_PLUS_EXPR instead of
5228         PLUS_EXPR for pointers.
5229         (std_gimplify_va_arg_expr): Likewise.
5230         (fold_builtin_memory_op): Likewise.
5231         (fold_builtin_strstr): Likewise.
5232         (fold_builtin_strchr): Likewise.
5233         (fold_builtin_strrchr): Likewise.
5234         (fold_builtin_strpbrk): Likewise.
5235         (expand_builtin_memory_chk): Likewise.
5236         (fold_builtin_memory_chk): Likewise.
5237         (std_expand_builtin_va_start): Use
5238         sizetype for the call to make_tree and then convert
5239         to the pointer type.
5240         (fold_builtin_memchr): Use POINTER_PLUS_EXPR
5241         instead of PLUS_EXPR for adding to a pointer.
5242         (std_gimplify_va_arg_expr): Use fold_build2 for
5243         the creating of POINTER_PLUS_EXPR.  For the BIT_AND_EXPR, cast
5244         the operands to sizetype first and then cast the BIT_AND_EXPR
5245         back to the pointer type.
5246         * fold-const.c (build_range_check): Handle pointer types
5247         specially.
5248         (extract_array_ref): Look for POINTER_PLUS_EXPR instead
5249         of PLUS_EXPR's. Make sure the offset is converted to
5250         sizetype.
5251         (try_move_mult_to_index): Strip the NOPs from the offset.
5252         Remove code argument and replace all uses with PLUS_EXPR.
5253         (fold_to_nonsharp_ineq_using_bound): Handle pointer types
5254         specially. Don't use a pointer type for MINUS_EXPR.
5255         (fold_unary): Handle for (T1)(X op Y),
5256         only p+ as that is the only as that can be handled for
5257         binary operators now.
5258         (fold_binary <case POINTER_PLUS_EXPR>): Add folding of
5259         POINTER_PLUS_EXPR.
5260         <case PLUS_EXPR>: Add folding of PTR+INT into
5261         PTR p+ INT.
5262         Don't call try_move_mult_to_index.
5263         <case MINUS_EXPR>: Fold (PTR0 p+ A) - (PTR1 p+ B)
5264         into (PTR0 - PTR1) + (A - B). Fold (PTR0 p+ A) - PTR1 into
5265         (PTR0 - PTR1) + A iff (PTR0 - PTR1) simplifies.
5266         Don't call try_move_mult_to_index.
5267         (tree_expr_nonnegative_warnv_p): Handle POINTER_PLUS_EXPR.
5268         (tree_expr_nonzero_p): Likewise.
5269         (fold_indirect_ref_1): Look at POINTER_PLUS_EXPR instead
5270         of PLUS_EXPR for the complex expression folding.
5271         * tree-chrec.c (chrec_fold_plus_poly_poly): If the
5272         first chrec is a pointer type, then the second should
5273         be sizetype and not the first's type.
5274         For POINTER_PLUS_EXPR, use a different right hand side type.
5275         Handle POINTER_PLUS_EXPR like PLUS_EXPR.
5276         (chrec_fold_plus_1): For POINTER_PLUS_EXPR, use a
5277         different right hand side type.
5278         Handle POINTER_PLUS_EXPR like PLUS_EXPR.
5279         (chrec_fold_plus): For pointer types, use POINTER_PLUS_EXPR
5280         instead of PLUS_EXPR.
5281         When either operand is zero, convert the other operand.
5282         (chrec_apply): Use chrec_convert_rhs
5283         on the argument x instead of chrec_convert.
5284         (reset_evolution_in_loop): For pointer types, the new_evol
5285         should be sizetype.
5286         (convert_affine_scev): For POINTER_PLUS_EXPR, use a
5287         different right hand side type.
5288         Handle POINTER_PLUS_EXPR like PLUS_EXPR.
5289         (chrec_convert_rhs): New function.
5290         (chrec_convert_aggressive): For POINTER_PLUS_EXPR, use a
5291         different right hand side type.
5292         Handle POINTER_PLUS_EXPR like PLUS_EXPR.
5293         * tree-chrec.h (chrec_convert_rhs): New prototype.
5294         (build_polynomial_chrec): For pointer types, the right hand
5295         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Look for
5296         POINTER_PLUS_EXPR instead of PLUS_EXPR's.
5297         Remove subtraction case as it is always addition now.
5298         Make sure the offset is converted to sizetype.
5299         (fold_stmt_r): Don't handle PLUS_EXPR/MINUS_EXPR specially.
5300         Handle POINTER_PLUS_EXPR like PLUS_EXPR was handled before.
5301         * tree-ssa-loop-ivopts.c (determine_base_object): Abort for 
5302         PLUS_EXPR in pointer type.
5303         Handle POINTER_PLUS_EXPR.
5304         (tree_to_aff_combination): Likewise.
5305         (force_expr_to_var_cost): Likewise.
5306         (force_expr_to_var_cost): Likewise. Create a POINTER_PLUS_EXPR
5307         instead of PLUS_EXPR for pointers.
5308         * c-format.c (check_format_arg): Handle POINTER_PLUS_EXPR
5309         instead of PLUS_EXPR of pointer types.
5310         * tree-stdarg.c (va_list_counter_bump): Handle POINTER_PLUS_EXPR
5311         as PLUS_EXPR.
5312         (check_va_list_escapes): Likewise.
5313         (check_all_va_list_escapes): Likewise.
5314         * dwarf2out.c (loc_descriptor_from_tree_1):
5315         Handle POINT_PLUS_EXPR as a PLUS_EXPR.
5316         * expr.c (expand_expr_real_1): Handle POINTER_PLUS_EXPR.
5317         (string_constant): Likewise.
5318         * tree-ssa-address.c (tree_mem_ref_addr): When adding
5319         the offset to the base, use POINTER_PLUS_EXPR.
5320         (add_to_parts): Convert the index to sizetype.
5321         (create_mem_ref): Create A POINTER_PLUS_EXPR for the one case.
5322         * matrix-reorg.c (collect_data_for_malloc_call): Stmt
5323         will now only be either INDIRECT_REF and POINTER_PLUS_EXPR.
5324         Offset only holds something for PLUS_EXPR.
5325         (ssa_accessed_in_tree): Handle POINTER_PLUS_EXPR just as
5326         a PLUS_EXPR.
5327         (analyze_transpose): POINTER_PLUS_EXPR will only show up now
5328         and not PLUS_EXPR.
5329         (analyze_accesses_for_modify_stmt): Likewise.
5330         Remove comment about the type being integral type as it is
5331         wrong now.
5332         (can_calculate_expr_before_stmt): Handle POINTER_PLUS_EXPR as
5333         PLUS_EXPR.
5334         (transform_access_sites): POINTER_PLUS_EXPR will only show up now
5335         and not PLUS_EXPR.
5336         Correct the type which the artimentic is done in (is now
5337         sizetype).
5338         Reindent one loop.
5339         * tree-data-ref.c (split_constant_offset): Handle
5340         POINTER_PLUS_EXPR
5341         * tree-affine.c (tree_to_aff_combination): Likewise.
5342         * c-typeck.c (build_unary_op): For pointers create the increment
5343         as a sizetype. Create a POINTER_PLUS_EXPR instead of PLUS_EXPR
5344         for pointers.
5345         * gimplify.c (gimplify_self_mod_expr): Create a
5346         POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
5347         (gimplify_omp_atomic_fetch_op): Handle POINTER_PLUS_EXPR.
5348         * tree.def (POINTER_PLUS_EXPR): New tree code.
5349         * tree-predcom.c (ref_at_iteration): If we have a pointer
5350         type do the multiplication in sizetype.
5351         * tree-mudflap.c (mf_xform_derefs_1): Create a
5352         POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
5353         * tree-ssa-forwprop.c 
5354         (forward_propagate_addr_into_variable_array_index):
5355         Don't expect there to be a cast for the index as that
5356         does not exist anymore.
5357         (forward_propagate_addr_expr_1): Check for POINTER_PLUS_EXPR
5358         instead of PLUS_EXPR.
5359         Don't check for the first operand of the POINTER_PLUS_EXPR
5360         was the index as it cannot be.
5361         Call forward_propagate_addr_into_variable_array_index with
5362         the SSA_NAME instead of the statement.
5363         * varasm.c (const_hash_1): Handle POINTER_PLUS_EXPR.
5364         (compare_constant): Likewise.
5365         (copy_constant): Likewise.
5366         (compute_reloc_for_constant): Likewise.
5367         (output_addressed_constants): Likewise.
5368         (initializer_constant_valid_p): Likewise.
5369         * tree-ssa.c (tree_ssa_useless_type_conversion_1):
5370         Convert the MIN/MAX of the inner type to the outer
5371         type before comparing them.
5372         * tree-ssa-loop-prefetch.c (idx_analyze_ref):  Handle
5373         POINTER_PLUS_EXPR instead of PLUS_EXPR.
5374         (issue_prefetch_ref): Create a POINTER_PLUS_EXPR instead
5375         of PLUS_EXPR for pointers.
5376         * tree-inline.c (estimate_num_insns_1): Handle
5377         POINTER_PLUS_EXPR.
5378         * tree-vect-transform.c (vect_create_addr_base_for_vector_ref): 
5379         Create a POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
5380         (bump_vector_ptr): Create a POINTER_PLUS_EXPR
5381         instead of PLUS_EXPR for the pointer increment statement.
5382         (vect_update_ivs_after_vectorizer): For pointer types, create
5383         POINTER_PLUS_EXPR instead of PLUS_EXPR and also create
5384         MULT_EXPR in sizetype.
5385         (vect_gen_niters_for_prolog_loop): Add a cast when creating
5386         byte_misalign.
5387         * tree-object-size.c (plus_expr_object_size): Handle
5388         POINTER_PLUS_EXPR instead of PLUS_EXPR.  Removing all the extra
5389         code which is trying to figure out which side is a pointer and 
5390         is the index.
5391         (check_for_plus_in_loops_1): Likewise.
5392         (check_for_plus_in_loops): Likewise.
5393         * c-common.c (pointer_int_sum): Create a
5394         POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
5395         * tree-ssa-structalias.c (handle_ptr_arith): Handle
5396         only POINTER_PLUS_EXPR.  Removing all the extra
5397         code which is trying to figure out which side is a pointer and 
5398         is the index.
5399         * tree-cfg.c (verify_expr): Add extra checking for pointers and
5400         PLUS_EXPR and MINUS_EXPR.
5401         Also add checking to make sure the operands of POINTER_PLUS_EXPR
5402         are correct.
5403         * config/frv/frv.c (frv_expand_builtin_va_start): Use sizetype
5404         with make_tree, instead of a pointer type.
5405         * config/s390/s390.c (s390_va_start): Use POINTER_PLUS_EXPR
5406         for pointers instead of PLUS_EXPR.
5407         (s390_gimplify_va_arg): Likewise.
5408         * config/spu/spu.c (spu_va_start): Create POINTER_PLUS_EXPR
5409         instead of PLUS_EXPR when doing addition on pointer
5410         types.  Use sizetype for the second operand.
5411         (spu_gimplify_va_arg_expr): Likewise.
5412         * config/sparc/sparc.c (sparc_gimplify_va_arg): Use 
5413         POINTER_PLUS_EXPR instead of PLUS_EXPR when the operand was
5414         a pointer.  Don't create a BIT_AND_EXPR for pointer types.
5415         * config/i386/i386.c (ix86_va_start): Use POINTER_PLUS_EXPR
5416         for the pointer addition and also use size_int/sizetype
5417         for the offset.
5418         (ix86_gimplify_va_arg): Likewise.
5419         Perform BIT_AND_EXPR on sizetype arguments.
5420         * config/sh/sh.c (sh_va_start): Call make_tree with sizetype
5421         and convert its result to a pointer type.  Use POINTER_PLUS_EXPR
5422         for the pointer additions and also use size_int for the offsets.
5423         (sh_gimplify_va_arg_expr): Use POINTER_PLUS_EXPR for the pointer
5424         additions and also use size_int for the offsets.  Perform
5425         BIT_AND_EXPR on sizetype arguments.
5426         * config/ia64/ia64.c (ia64_gimplify_va_arg): Use
5427         POINTER_PLUS_EXPR for pointers and create the
5428         BIT_AND_EXPR in sizetype.
5429         * config/rs6000/rs6000.c (rs6000_va_start): Use POINTER_PLUS_EXPR
5430         instead of PLUS_EXPR for pointer addition.
5431         (rs6000_va_start): Likewise.
5432         Also use sizetype for the offset.
5433         * config/pa/pa.c (reloc_needed): Handle POINTER_PLUS_EXPR
5434         as PLUS_EXPR/MINUS_EXPR.
5435         (hppa_gimplify_va_arg_expr): Don't create MINUS_EXPR or
5436         PLUS_EXPR for pointers, instead use POINTER_PLUS_EXPR.
5437         Don't use BIT_AND_EXPR on a pointer type, convert the
5438         expression to sizetype first.
5439         * config/mips/mips.c (mips_va_start): Use POINTER_PLUS_EXPR
5440         for pointers.
5441         (mips_gimplify_va_arg_expr): Likewise.
5442         Don't create BIT_AND_EXPR in a pointer type.
5444 2007-06-15  Eric Christopher  <echristo@apple.com>
5446         * config.gcc (i?86-*-darwin*): Add t-crtfm and t-crtpc.
5447         (x86_64-*-darwin*): Ditto.
5448         * config/i386/darwin.h (CRTEND_SPEC): New. Add support
5449         for above.
5451 2007-06-15  Matthew Wilcox <matthew@wil.cx>
5453         * doc/extend.texi: Document behavior of __attribute__((aligned))
5454         on typedefs.
5456 2007-06-15  Mark Mitchell  <mark@codesourcery.com>
5458         * rtlanal.c (note_stores): Improve documentation.
5460 2007-06-15  Bernd Schmidt  <bernd.schmidt@analog.com>
5462         * config/bfin/elf.h (ASM_GENERATE_INTERNAL_LABEL,
5463         LOCAL_LABEL_PREFIX): Delete.
5464         * config/bfin/bfin.c (TARGET_ASM_INTERNAL_LABEL): Delete.
5465         (bfin_internal_label): Delete.
5467 2007-06-15  Uros Bizjak  <ubizjak@gmail.com>
5469         * libgcc2.c (CEXT): When compiling L_multc3 and L_divtc3,
5470         define to "l" if LIBGCC_LONG_DOUBLE_SIZE == 128,
5471         otherwise define to LIBGCC2_TF_CEXT.
5472         * config/i386/linux64.h (LIBGCC2_HAS_TF_MODE): New define.
5473         (LIBGCC_TF_CEXT): Ditto.
5474         (TF_SIZE): Ditto.
5476 2007-06-14  Seongbae Park  <seongbae.park@gmail.com>
5478         PR rtl-optimization/32339
5479         * df-scan.c (df_uses_record): Don't modify flags but just add to
5480         it for df_ref_record.
5482 2007-06-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5484         * tree-mudflap.c: Fix whitespace issues.
5486 2007-06-15  Kazu Hirata  <kazu@codesourcery.com>
5488         * config/m68k/m68k.c (ASM_DOT, ASM_DOTW, ASM_DOTL): Remove.
5490 2007-06-14  Eric Christopher  <echristo@apple.com>
5492         * config/i386/sse.md (movdi_to_sse): Rewrite body.
5493         (movv4sf): Use gcc_unreachable instead of abort.
5495 2007-06-14  Uros Bizjak  <ubizjak@gmail.com>
5497         PR target/32268
5498         * config/i386/sfp-machine.h (CMPtype): New define.
5499         (mach stubs): Use CMPtype instead of int as a return type.
5501 2007-06-14  Uros Bizjak  <ubizjak@gmail.com>
5503         * config/soft-fp/eqdf2.c, config/soft-fp/eqsf2.c,
5504         config/soft-fp/eqtf2.c, config/soft-fp/gedf2.c,
5505         config/soft-fp/gesf2.c, config/soft-fp/getf2.c,
5506         config/soft-fp/ledf2.c, config/soft-fp/lesf2.c,
5507         config/soft-fp/letf2.c, config/soft-fp/unorddf2.c,
5508         config/soft-fp/unordsf2.c, config/soft-fp/unordtf2.c,
5509         config/soft-fp/soft-fp.h: Update from glibc CVS.
5511 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
5513         * config/bfin/uclinux.h (MFWRAP_SPEC): New.
5515 2007-06-14  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5517         PR target/32341
5518         * config/v850/v850.c: Include dataflow header file.
5519         (substitute_ep_register): Fix typo.
5521 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
5523         * configure.ac: Fix earlier checkin.
5524         * configure: Regenerated.
5526 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
5528         * acinclude.m4 (gcc_AC_CHECK_PROG_VER): Remove.
5529         * aclocal.m4: Regenerate.
5530         * configure.ac: Use ACX_PROG_CC_WARNING_OPTS,
5531         ACX_PROG_CC_WARNINGS_ARE_ERRORS,
5532         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_CHECK_PROG_VER.
5533         * configure: Regenerate.
5534         * Makefile.in (LOOSE_WARN): Subst loose_warn.
5536         * Makefile.in (quickstrap): Build libgcc too.
5538 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
5540         * configure.ac: Add --enable-checking=df.  Explicitly mention that
5541         the variables are initialized as for "release".
5542         * df-core.c: Use it.
5543         * configure: Regenerate.
5544         * config.in: Regenerate.
5546 2007-06-14  Bob Wilson  <bob.wilson@acm.org>
5548         * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Use
5549         validate_replace_rtx instead of replace_rtx.
5550         (xtensa_expand_prologue): Call df_insn_rescan after replace_rtx.
5552 2007-06-14  Danny Smith  <dannysmith@users.sourceforge.net>
5554         * config/i386/cygming.h (DWARF_FRAME_REGNUM): Define.
5555         (DWARF2_UNWIND_INFO): Override default if configured with
5556         SJLJ EH disabled.
5557         * config/i386/cygwin.h (STARTFILE_SPEC): Add crtbegin.o.
5558         (ENDFILE_SPEC): Add crtend.o.
5559         * config/i386/mingw32.h (STARTFILE_SEC): Add crtbegin.o.
5560         (ENDFILE_SPEC): Add crtend.o.
5561         (TARGET_USE_JCR_SECTION): Define.
5562         (MD_UNWIND_SUPPORT): Define for 32-bit target.
5564         * config/i386/cygming-crtbegin.c: New file.
5565         * config/i386/cygming-crtend.c: New file.
5567 2007-06-14  Pascal Obry Pascal Obry  <obry@adacore.com>
5569         * config/i386/w32-unwind.h: New file.
5571 2007-06-13  Eric Christopher  <echristo@apple.com>
5573         * config/i386/darwin.h (PREFERRED_STACK_BOUNDARY): Don't let
5574         the user set a value below STACK_BOUNDARY.
5576 2007-06-13  Thiemo Seufer  <ths@networkno.de>
5578         * config/mips/linux.h, config/mips/linux64.h (LIB_SPEC): Always
5579         imply -lpthread for -pthread.
5581 2007-06-13  Kazu Hirata  <kazu@codesourcery.com>
5583         * basic-block.h: Remove the prototype for
5584         free_basic_block_vars.
5585         * cfglayout.h: Remove the prototype for
5586         insn_locators_initialize.
5587         * tree.h: Remove the prototype for emit_line_note.
5589         * tree-ssa-pre.c (mergephitemp): Remove.
5590         (init_pre): Don't use mergephitemp.
5592 2007-06-13  Eric Christopher  <echristo@apple.com>
5594         * config/i386/i386.c (override_options): If we've specified
5595         an arch then don't use TARGET_SUBTARGET_ISA_DEFAULTs.
5597 2007-06-13  Bob Wilson  <bob.wilson@acm.org>
5599         * df-scan.c (df_get_entry_block_def_set): Check if STATIC_CHAIN_REGNUM
5600         is defined.
5602 2007-06-13  Bernd Schmidt  <bernd.schmidt@analog.com>
5604         * config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Use gen_frame_mem.
5605         * config/bfin/bfin.md (UNSPEC_VOLATILE_STORE_EH_HANDLER): New constant.
5606         (eh_store_handler): New pattern.
5607         (eh_return): Emit it instead of a plain move.
5609 2007-06-13  Uros Bizjak  <ubizjak@gmail.com>
5611         * config/i386/i386.c (ix86_init_mmx_sse_builtins)
5612         [__builtin_infq, __builtin_fabsq]: Define usign def_builtin.
5613         [__builtin_ia32_rsqrtps, __builtin_ia32_rsqrtss]: Define using
5614         def_builtin_const.
5616 2007-06-13  Bernd Schmidt  <bernd.schmidt@analog.com>
5618         * config/bfin/bfin.c (gen_one_bundle): Delete unused local variables.
5619         (find_next_insn_start, find_load): New functions.
5620         (bfin_reorg): Use them to deal with the fact that parallel insns are
5621         no longer represented as a SEQUENCE.
5623 2007-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5625         * config/sparc/sparc.c (sparc_override_options): Initialize
5626         fpu mask correctly.
5628 2007-06-13  Dave Korn  <dave.korn@artimi.com>
5630         * config/i386/i386.c (ix86_eax_live_at_start_p): Use
5631         df_get_live_out.
5633 2007-06-13  Kazu Hirata  <kazu@codesourcery.com>
5635         * auto-inc-dec.c, c-incpath.c, config/c4x/libgcc.S,
5636         config/sh/divcost-analysis, dbgcnt.def, df-core.c,
5637         df-problems.c, df-scan.c, df.h, dominance.c, dse.c, regstat.c,
5638         tree-data-ref.c, tree-ssa-loop-im.c, tree-ssa-loop-prefetch.c,
5639         tree-vect-transform.c: Fix comment typos.  Follow spelling
5640         conventions.
5642 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
5644        * df-scan.c (df_get_exit-block_use_set): Always add the stack pointer
5645        to the exit block use set.
5646        (df_insn_delete, df_insn_rescan): Fixed spelling of "deferring". 
5647        * gcse.c (cpro_jump): Don't emit barrier in cfglayout mode.
5648        * config/sparc/sparc.c (sparc_check_64): Check df != NULL.
5650 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
5652         * opts.c (common_handle_option): Handle new option -fdbg-cnt-list.
5653         * dbgcnt.c (dbg_cnt_set_limit_by_name): Return value
5654         to indicate an error.
5655         (dbg_cnt_process_single_pair, dbg_cnt_list_all_counters):
5656         New functions.
5657         (dbg_cnt_process_opt): Print an error on a bad argument.
5658         * dbgcnt.h (dbg_cnt_list_all_counters): New function declaration.
5659         * common.opt (-fdbg-cnt-list): New.
5660         * doc/invoke.texi (-fdbg-cnt-list,-fdbg-cnt=): New.
5662 2007-06-12  Eric Botcazou  <ebotcazou@adacore.com>
5664         * tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything
5665         flag on ref-all pointers.
5667 2007-06-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5669         PR middle-end/31579
5670         * expr.c (expand_expr_addr_expr_1): Call expand_expr
5671         for the offset with the modifier as EXPAND_INITIALIZER
5672         if the modifier is EXPAND_INITIALIZER.
5673         (expand_expr_real_1 <case INTEGER_CST>): Don't force to
5674         a register if we had an overflow.
5676 2007-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5678         * real.c (real_isfinite): New.
5679         (real_sqrt): Use it.
5680         * real.h (real_isfinite): New.
5681         * builtins.c: Use it.
5683 2007-06-12  Ian Lance Taylor  <iant@google.com>
5684             Daniel Berlin  <dberlin@dberlin.org>
5686         PR libstdc++/29286
5687         * tree.def: Add CHANGE_DYNAMIC_TYPE_EXPR.
5688         * tree.h (CHANGE_DYNAMIC_TYPE_NEW_TYPE): Define.
5689         (CHANGE_DYNAMIC_TYPE_LOCATION): Define.
5690         (DECL_NO_TBAA_P): Define.
5691         (struct tree_decl_common): Add no_tbaa_flag field.
5692         * tree-ssa-structalias.c (struct variable_info): Add
5693         no_tbaa_pruning field.
5694         (new_var_info): Initialize no_tbaa_pruning field.
5695         (unify_nodes): Copy no_tbaa_pruning field.
5696         (find_func_aliases): Handle CHANGE_DYNAMIC_TYPE_EXPR.
5697         (dump_solution_for_var): Print no_tbaa_pruning flag.
5698         (set_uids_in_ptset): Add no_tbaa_pruning parameter.  Change all
5699         callers.
5700         (compute_tbaa_pruning): New static function.
5701         (compute_points_to_sets): Remove CHANGE_DYNAMIC_TYPE_EXPR nodes.
5702         Call compute_tbaa_pruning.
5703         * tree-ssa-alias.c (may_alias_p): Test no_tbaa_flag for pointers.
5704         * gimplify.c (gimplify_expr): Handle CHANGE_DYNAMIC_TYPE_EXPR.
5705         * gimple-low.c (lower_stmt): Likewise.
5706         * tree-gimple.c (is_gimple_stmt): Likewise.
5707         * tree-ssa-operands.c (get_expr_operands): Likewise.
5708         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
5709         * tree-inline.c (estimate_num_insns_1): Likewise.
5710         (copy_result_decl_to_var): Likewise.
5711         * expr.c (expand_expr_real_1): Likewise.
5712         * tree-pretty-print.c (dump_generic_node): Likewise.
5713         * tree-inline.c (copy_decl_to_var): Copy DECL_NO_TBAA_P flag.
5714         * omp-low.c (omp_copy_decl_2): Likewise.
5715         * print-tree.c (print_node): Print DECL_NO_TBAA_P flag.
5716         * doc/c-tree.texi (Expression trees): Document
5717         CHANGE_DYNAMIC_TYPE_EXPR.
5719 2007-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5721         * fold-const.c (fold_binary): Guard (X-X) -> 0 transformation
5722         with !HONOR_NANS and !HONOR_INFINITIES.
5723         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
5725 2007-06-12  Tristan Gingold  <gingold@adacore.com>
5727         * gcov.c: Comments updated.
5728         (source_info): Add file_time field.
5729         (source_index): New variable.
5730         (mutiple_files): New variable.
5731         (generate_results): New function extracted from process_file.
5732         (process_file): Save and restore chain of functions, generate
5733         results and free structures only if not merging results.
5734         (release_structures): File names are now freed in create_file_names
5735         (create_file_names): Free previous file names.
5736         (find_source): File date is now read here and modifications in
5737         source files is checked here.
5738         (read_graph_file): Only reverse order of functions for the current
5739         object file.
5740         (make_gcov_file_name): Do not generate long names if input_name is
5741         NULL.
5742         (output_lines): If merging results do not display graph, data and
5743         runs informations.
5744         Checking source file modification is done in find_source.
5746         * doc/gcov.texi: Append an s to sourcefile.
5748 2007-06-12  Bernd Schmidt  <bernd.schmidt@analog.com>
5750         * config/bfin/bfin.md (UNSPEC_NOP): New constant.
5751         (forced_nop): New pattern.
5752         * config/bfin/bfin.c: Include "df.h".
5753         (add_to_reg): Use df_regs_ever_live_p instead of regs_ever_live.
5754         (bfin_discover_loop): Use df_get_live_in instead of
5755         global_live_at_start.
5756         (bfin_reorder_loops): Pass 0 to cfg_layout_initialize.  Call
5757         df_analyze when done.
5758         (gen_one_bundle): Don't generate SEQUENCE insns, just put modes on
5759         the insns.  Use QImode for the final insn in a bundle.  Call
5760         df_insn_rescan on generated NOPs; use gen_forced_nop instead of
5761         gen_nop.
5762         (reorder_var_tracking_notes): New function.
5763         (bfin_reorg): Pass no argument to split_all_insns.  Don't call
5764         update_life_info.  Call df_analyze after scheduling and bundle
5765         generation.  Call reorder_var_tracking_notes if generating these
5766         notes.  Call df_finish_pass at the end.
5768 2007-06-12  Dirk Mueller  <dmueller@suse.de>
5770         * optabs.c (debug_optab_libfuncs): fix gcc_assert to
5771         a comparison, not an assignment.
5773 2007-06-12  Olivier Hainque  <hainque@adacore.com>
5775         * tree-nested.c (convert_local_reference): Handle VIEW_CONVERT_EXPR.
5776         Request walking the subtrees only, leaving the current is_lhs/val_only
5777         untouched.
5778         (convert_non_local_reference): Likewise.
5780 2007-06-12  Nathan Sidwell  <nathan@codesourcery.com>
5782         * config/m68k/m68k-devices.def (52221, 52223, 5253): New.
5784 2007-06-12  Richard Guenther  <rguenther@suse.de>
5786         PR tree-optimization/15353
5787         PR tree-optimization/31657
5788         * passes.c (init_optimization_passes): Add pass_tree_ifcombine.
5789         * timevar.def: Add TV_TREE_IFCOMBINE.
5790         * tree-pass.h (pass_tree_ifcombine): Declare.
5791         * tree-ssa-ifcombine.c: New file.
5792         * tree-ssa-phiopt.c (blocks_in_phiopt_order): Export.
5793         * tree-flow.h (blocks_in_phiopt_order): Declare.
5794         * Makefile.in (OBJS-common): Add tree-ssa-ifcombine.o.
5795         (tree-ssa-ifcombine.o): New dependencies.
5797 2007-06-12  Uros Bizjak  <ubizjak@gmail.com>
5799         PR rtl-optimization/32293
5800         * combine.c (simplify_if_then_else): Truncate return from
5801         nonzero_bits() to correct mode.
5803 2007-06-12  Uros Bizjak  <ubizjak@gmail.com>
5805         * fold-const (fold_binary) [RDIV_EXPR]: Also optimize a/cbrt(b/c)
5806         into a*cbrt(c/b) if flag_unsafe_math_optimizations is set.
5808 2007-06-11  Diego Novillo  <dnovillo@google.com>
5810         * Makefile.in (reload1.o-warn): Remove.
5812 2007-06-11  Seongbae Park <seongbae.park@gmail.com>
5814         * combine.c (subst): Use reg_overlap_mentioned_p
5815         instead of comparing register numbers directly.
5817 2007-06-11  Kenneth Zadeck <zadeck@naturalbridge.com>
5819         * reload1.c (mark_home_live_1): Use the mode parameter.
5821 2007-06-11  Kenneth Zadeck <zadeck@naturalbridge.com>
5823         * df-scan.c (df_insn_delete, df_insn_rescan, df_insn_rescan_all,
5824         df_process_deferred_rescans, df_notes_rescan): Fixed spelling of
5825         word "deferred".
5826         * df-core.c: Ditto.
5828 2007-06-11  Daniel Berlin  <dberlin@dberlin.org>
5830         * Merge dataflow-branch into mainline (see ChangeLog.dataflow)
5832 2007-06-11  Uros Bizjak  <ubizjak@gmail.com>
5834         * config/i386/i386.md ("*movtf_internal): Penalize moves to and
5835         from integer registers.
5836         (FP mode splitters): Handle TFmode.
5838 2007-06-11  Eric Botcazou  <ebotcazou@adacore.com>
5840         * tree-ssa-structalias.c (find_what_p_points_to): Return false
5841         for ref-all pointers that point-to anything.
5843 2007-06-11  Joseph Myers  <joseph@codesourcery.com>
5845         * config/arm/arm.c (arm_output_dwarf_dtprel,
5846         TARGET_ASM_OUTPUT_DWARF_DTPREL): New.
5848 2007-06-11  Bernd Schmidt  <bernd.schmidt@analog.com>
5850         * config/bfin/bfin.md (movdi_insn, movsi_insn, movv2hi_insn,
5851         movhi_insn, movqi_insn, movsf_insn, movdf_insn): Don't allow constant
5852         to memory moves.
5854 2007-06-11  Rafael Avila de Espindola  <espindola@google.com>
5856         * gcc/tree.c (signed_or_unsigned_type_for): New.
5857         (unsigned_type_for): Use signed_or_unsigned_type_for.
5858         (signed_type_for): Use signed_or_unsigned_type_for.
5859         * gcc/tree.h (signed_or_unsigned_type_for): New.
5860         (get_signed_or_unsigned_type): Remove.
5861         * gcc/fold-const.c (fold_negate_expr): Use signed_type_for instead of
5862         lang_hooks.types.signed_type
5863         (size_diffop): Likewise.
5864         (all_ones_mask_p): Likewise.
5865         (build_range_check): Likewise.
5866         (fold_cond_expr_with_comparison): Likewise.
5867         (fold_cond_expr_with_comparison): Likewise.
5868         (unextend): Likewise.
5869         (extract_muldiv_1): Likewise.
5870         (fold_single_bit_test_into_sign_test): Likewise.
5871         (fold_binary): Likewise.
5872         (fold_ternary): Likewise.
5873         (operand_equal_for_comparison_p): Use signed_or_unsigned_type_for
5874         instead of get_signed_or_unsigned_type.
5875         * gcc/c-objc-common.h (LANG_HOOKS_SIGNED_TYPE): Remove.
5876         (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
5877         * gcc/expr.c (signed_or_unsigned_type_for): Use
5878         signed_or_unsigned_type_for instead of get_signed_or_unsigned_type.
5879         * gcc/langhooks.c (get_signed_or_unsigned_type): Remove.
5880         (lhd_signed_or_unsigned_type): Remove.
5881         * gcc/langhooks.h (lang_hooks_for_types): Remove signed_type and
5882         signed_or_unsigned_type.
5883         (lhd_signed_or_unsigned_type): Remove.
5884         * gcc/expmed.c (make_tree): Use signed_type_for instead of
5885         lang_hooks.types.signed_type.
5886         * gcc/c-common.c (same_scalar_type_ignoring_signedness): Use
5887         c_common_signed_type instead of lang_hooks.types.signed_type.
5888         (c_common_unsigned_type): New.
5889         (c_common_signed_type): Just call c_common_signed_or_unsigned_type.
5890         (shorten_compare): Use c_common_unsigned_type instead of
5891         c_common_signed_or_unsigned_type.
5892         (c_common_nodes_and_builtins): Use c_common_unsigned_type instead of
5893         unsigned_type_for.
5894         * gcc/convert.c (convert_to_integer): Use signed_type_for instead of
5895         lang_hooks.types.signed_type.
5896         * gcc/langhooks-def.h (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
5897         (LANG_HOOK_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_SIGNED_TYPE and
5898         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE.
5899         * gcc/c-format.c (check_format_types): Use c_common_unsigned_type
5900         instead of unsigned_type_for.
5901         * gcc/c-decl.c (groakdeclarator): Likewise.
5902         * gcc/c-typeck.c (convert_for_assignment): Likewise.
5903         * gcc/c-common.h (c_common_unsigned_type): New.
5905 2007-06-11  Uros Bizjak  <ubizjak@gmail.com>
5907         PR target/32280
5908         * config/i386/sse.md ("sse2_ashlti", "sse2_lshrti3"): Move ...
5909         * config/i386/i386.md ("sse2_ashlti", "sse2_lshrti3"): ... to here.
5911 2007-06-11  Uros Bizjak  <ubizjak@gmail.com>
5913         PR middle-end/32279
5914         * fold-const (fold_binary) [RDIV_EXPR]: Optimize a/sqrt(b/c)
5915         into a*sqrt(c/b) if flag_unsafe_math_optimizations is set.
5917 2007-06-10  Jan Sjodin  <jan.sjodin@amd.com>
5918             Sebastian Pop  <sebpop@gmail.com>
5920         * lambda-code.c (remove_iv): New.
5921         (lambda_loopnest_to_gcc_loopnest): Use remove_iv.
5923 2007-06-10  Zdenek Dvorak  <dvorakz@suse.cz>
5925         * tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.
5926         * tree-predcom.c (mark_virtual_ops_for_renaming): Exported.
5927         * tree-ssa-loop-prefetch.c: Include optabs.h.
5928         (FENCE_FOLLOWING_MOVNT): New macro.
5929         (struct mem_ref): Add independent_p and storent_p fields.
5930         (record_ref): Initalize the new fields.
5931         (gather_memory_references_ref): Return true if the reference
5932         could be analysed.
5933         (gather_memory_references): Check whether all memory accesses
5934         in loop were recorded.
5935         (should_issue_prefetch_p): Return false for nontemporal stores.
5936         (nontemporal_store_p, mark_nontemporal_store, emit_mfence_after_loop,
5937         may_use_storent_in_loop_p, mark_nontemporal_stores): New functions.
5938         (determine_loop_nest_reuse): Detect independent memory references.
5939         (loop_prefetch_arrays): Call mark_nontemporal_stores.
5940         * tree-flow.h (mark_virtual_ops_for_renaming): Declare.
5941         * Makefile.in (tree-ssa-loop-prefetch.o): Add OPTABS_H dependency.
5942         * config/i386/i386.h (x86_mfence): Declare.
5943         (FENCE_FOLLOWING_MOVNT): Return x86_mfence.
5944         * config/i386/i386.c (x86_mfence): New variable.
5945         (ix86_init_mmx_sse_builtins): Initialize x86_mfence.
5947         * tree-pretty-print.c (dump_generic_node): Mark nontemporal stores.
5948         * optabs.c (init_optabs): Initialize storent_optab.
5949         * optabs.h (enum optab_index): Add OTI_storent.
5950         (storent_optab): Declare.
5951         * genopinit.c (optabs): Add initialization for storent_optab.
5952         * tree.h (MOVE_NONTEMPORAL): New macro.
5953         * expr.c (expand_assignment, store_expr, store_constructor_field,
5954         store_constructor, store_field, expand_expr_real_1): Propagate
5955         nontemporality of the expanded store.
5956         (emit_storent_insn): New function.
5957         * expr.h (expand_assignment, store_expr): Declaration changed.
5958         * function.c (assign_parm_setup_reg): Pass false as nontemporality
5959         to expand_assignment.
5960         * stmt.c (expand_asm_expr): Ditto.
5961         * calls.c (initialize_argument_information): Pass false as
5962         nontemporality to store_expr.
5963         * config/i386/sse.md (storentv4sf, storentv2df, storentv2di,
5964         storentsi): New.
5966 2007-06-09  Daniel Berlin  <dberlin@dberlin.org>
5968         * tree-ssa-structalias.c (set_uids_in_ptset): Add is_deref'd
5969         parameter, use it.
5970         (find_what_p_points_to): Pass new parameter to set_uids_in_ptset.
5972 2007-06-09  Daniel Berlin  <dberlin@dberlin.org>
5974         * tree-data-ref.c (dr_may_alias_p): Check that decl_a != decl_b,
5975         and allow DECL_P here.
5977 2007-06-09  Zdenek Dvorak  <dvorakz@suse.cz>
5979         * tree-scalar-evolution.c (follow_ssa_edge_in_rhs,
5980         follow_ssa_edge_in_condition_phi, follow_ssa_edge): Keep more precise
5981         track of the size of the expression.
5982         * cfghooks.c (merge_blocks): Remove block from loops structure only
5983         after call of the merge_blocks hook.
5985 2007-06-09  Tom Tromey  <tromey@redhat.com>
5987         * c-decl.c (grokdeclarator): Added 'deprecated_state' argument.
5988         (deprecated_state): Removed.
5989         (start_decl): Update.
5990         (enum deprecated_states): Moved earlier.
5991         (groktypename): Update.
5992         (push_parm_decl): Likewise.
5993         (grokfield): Likewise.
5994         (start_function): Likewise.
5996 2007-06-09  Ian Lance Taylor  <iant@google.com>
5998         PR tree-optimization/32169
5999         * tree-vrp.c (extract_range_from_unary_expr): For NOP_EXPR and
6000         CONVERT_EXPR, check whether min and max both converted to an
6001         overflow infinity representation.
6003 2007-06-08  Eric Botcazou  <ebotcazou@adacore.com>
6005         * reload1.c (fixup_abnormal_edges): Clear bb field for insns
6006         not inserted on the edge.
6008 2007-06-08  Bob Wilson  <bob.wilson@acm.org>
6010         * config/xtensa/lib1funcs.asm (__udivsi3): Use hardware divide
6011         instructions if they are supported.
6012         (__divsi3, __umodsi3, __modsi3): Likewise.
6013         (__ashldi3, __ashrdi3, __lshrdi3): New.
6014         * config/xtensa/t-xtensa (LIB1ASMFUNCS): Add DImode shift functions.
6016 2007-06-08  Harsha Jagasia <harsha.jagasia@amd.com>
6017             Tony Linthicum <tony.linthicum@amd.com>
6019         * doc/invoke.texi: Add fvect-cost-model flag.
6020         * common.opt (fvect-cost-model): New flag.
6021         * tree-vectorizer.c (new_stmt_vec_info): Initialize inside and outside
6022         cost fields in stmt_vec_info struct for STMT.
6023         * tree-vectorizer.h (stmt_vec_info): Define inside and outside cost
6024         fields in stmt_vec_info struct and access functions for the same.
6025         (TARG_COND_BRANCH_COST): Define cost of conditional branch.
6026         (TARG_VEC_STMT_COST): Define cost of any vector operation, excluding
6027         load, store and vector to scalar operation.
6028         (TARG_VEC_TO_SCALAR_COST): Define cost of vector to scalar operation.
6029         (TARG_VEC_LOAD_COST): Define cost of aligned vector load.
6030         (TARG_VEC_UNALIGNED_LOAD_COST): Define cost of misasligned vector load.
6031         (TARG_VEC_STORE_COST): Define cost of vector store.
6032         (vect_estimate_min_profitable_iters): Define new function.
6033         * tree-vect-analyze.c (vect_analyze_operations): Add a compile-time
6034         check to evaluate if loop iterations are less than minimum profitable
6035         iterations determined by cost model or minimum vect loop bound defined
6036         by user, whichever is more conservative.
6037         * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Add a
6038         run-time check to evaluate if loop iterations are less than minimum
6039         profitable iterations determined by cost model or minimum vect loop
6040         bound defined by user, whichever is more conservative.
6041         (vect_estimate_min_profitable_iterations): New function to estimate
6042         mimimimum iterartions required for vector version of loop to be
6043         profitable over scalar version.
6044         (vect_model_reduction_cost): New function.
6045         (vect_model_induction_cost): New function.
6046         (vect_model_simple_cost): New function.
6047         (vect_cost_strided_group_size): New function.
6048         (vect_model_store_cost): New function.
6049         (vect_model_load_cost): New function.
6050         (vectorizable_reduction): Call vect_model_reduction_cost during
6051         analysis phase.
6052         (vectorizable_induction): Call vect_model_induction_cost during
6053         analysis phase.
6054         (vectorizable_load): Call vect_model_load_cost during analysis phase.
6055         (vectorizable_store): Call vect_model_store_cost during analysis phase.
6056         (vectorizable_call, vectorizable_assignment, vectorizable_operation,
6057         vectorizable_promotion, vectorizable_demotion): Call
6058         vect_model_simple_cost during analysis phase.
6060 2007-06-08  Simon Baldwin  <simonb@google.com>
6062         * reg-stack.c (get_true_reg): Readability change.  Moved default case
6063         label into direct switch statement scope.
6065 2007-06-08  Simon Baldwin  <simonb@google.com>
6067         * tree-flow-inline.h (var_ann): Replaced erroneous '=' assignment
6068         in gcc_assert() with '==' comparison.
6070 2007-06-08  Uros Bizjak  <ubizjak@gmail.com>
6072         * config/i386/i386.c (override_options): Merge TARGET_SSE4_2 and
6073         TARGET_ABM handling of x86_popcnt variable.
6075 2007-06-08  Uros Bizjak  <ubizjak@gmail.com>
6077         * doc/extend.texi (X86 Built-in Functions): Document __builtin_fabsq,
6078         __builtin_copysignq and __builtin_infq built-in functions.
6080 2007-06-08  Uros Bizjak  <ubizjak@gmail.com>
6082         * doc/extend.texi (X86 Built-in Functions): Add missing `@item's in
6083         SSE4.2 section.  Correct built-in function names in SSE4A section.
6085 2007-06-08  Uros Bizjak  <ubizjak@gmail.com>
6087         PR tree-optimization/32243
6088         * tree-vect-transform.c (vectorizable_type_promotion): Move check
6089         for ncopies after ratio check between nunits_out and nunits_in.
6090         (vectorizable_type_demotion): Remove single-use variable "scalar_type".
6092 2007-06-08  Dorit Nuzman  <dorit@il.ibm.com>
6094         PR tree-optimization/32224
6095         * tree-vect-analyze.c (vect_determine_vectorization_factor): Fail
6096         vectorization upon a non GIMPLE_MODIFY_STMT.
6098 2007-06-08  Christian Bruel  <christian.bruel@st.com>
6100         PR target/29953
6101         * config/sh/sh.md (doloop_end): New pattern and splitter.
6102         * loop-iv.c (simple_rhs_p): Check for hardware registers.
6104 2007-06-08  Zdenek Dvorak  <dvorakz@suse.cz>
6106         PR middle-end/32209
6107         * dominance.c (debug_dominance_tree, debug_dominance_tree_1): New
6108         functions.
6109         (verify_dominators): Do not change dominance tree.
6111 2007-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
6113         * config/sh/constraints.md: New file.
6114         * config/sh/sh.c: Include tm-constrs.h.
6115         (reg_class_from_letter): Remove.
6116         (prepare_cbranch_operands): Use satisfies_constraint_*
6117         function instead of macro.
6118         (andcosts, broken_move, sh_secondary_reload): Likewise.
6119         * config/sh/predicates.md (trapping_target_operand): Likewise.
6120         (and_operand, arith_operand, arith_reg_or_0_operand,
6121         cmp_operand, logical_operand, target_operand,
6122         ua_address_operand, ua_offset, xor_operand): Likewise.
6123         * config/sh/sh.md: Include constraints.md.
6124         (*movsicc_t_false): Use satisfies_constraint_* function
6125         instead of macro.
6126         (*movsicc_t_true, ashlsi3_std, ashlhi3_k, lshrsi3_m,
6127         lshrsi3_k, movsi_const_16bit+2, *movhi_media+1,
6128         movdi_const_16bit+1, beq, bne, *ptb): Likewise.
6129         * config/sh/sh.h (reg_class_from_letter): Remove prototype.
6130         (OVERRIDE_OPTIONS): Don't modify reg_class_from_letter.
6131         (REG_CLASS_FROM_CONSTRAINT): Remove.
6132         (CONSTRAINT_LEN, CONST_OK_FOR_I20, CONST_OK_FOR_I,
6133         CONST_OK_FOR_J, CONST_OK_FOR_K16, CONST_OK_FOR_K,
6134         CONST_OK_FOR_P27, CONST_OK_FOR_P, CONST_OK_FOR_M,
6135         CONST_OK_FOR_N, CONST_OK_FOR_CONSTRAINT_P,
6136         CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
6137         (SECONDARY_INOUT_RELOAD_CLASS): Use satisfies_constraint_*
6138         function instead of macro.
6139         (SECONDARY_INPUT_RELOAD_CLASS): Likewise.
6140         (EXTRA_CONSTRAINT_Q, EXTRA_CONSTRAINT_A,
6141         EXTRA_CONSTRAINT_Bsc, EXTRA_CONSTRAINT_B,
6142         EXTRA_CONSTRAINT_Css, EXTRA_CONSTRAINT_Csu): Remove.
6143         (IS_PC_RELATIVE_LOAD_ADDR_P): New macro.
6144         (IS_LITERAL_OR_SYMBOLIC_S16_P): Likewise.
6145         (IS_LITERAL_OR_SYMBOLIC_U16_P): Likewise.
6146         (IS_NON_EXPLICIT_CONSTANT_P): Likewise.
6147         (EXTRA_CONSTRAINT_Csy, EXTRA_CONSTRAINT_Z, EXTRA_CONSTRAINT_W,
6148         EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C,
6149         EXTRA_MEMORY_CONSTRAINT, EXTRA_CONSTRAINT_Sr0,
6150         EXTRA_CONSTRAINT_Sua, EXTRA_CONSTRAINT_S,
6151         EXTRA_CONSTRAINT_STR): Likewise.
6152         (GO_IF_LEGITIMATE_INDEX): Fix indentation.
6154 2007-06-07  Geoffrey Keating  <geoffk@apple.com>
6156         * config/i386/darwin.h (STACK_BOUNDARY): Define.
6158 2007-06-07  Simon Martin  <simartin@users.sourceforge.net>
6160         PR c++/30759
6161         * c-common.h (flag_cpp0x): Replaced by...
6162         (cxx_dialect): ... this new variable specifying the C++ dialect that
6163         is used.
6164         * c-common.c (flag_cpp0x): Removed.
6165         (cxx_dialect): Defined.
6166         * c-cppbuiltin.c (c_cpp_builtins): flag_cpp0x rewritten in terms of
6167         cxx_dialect.
6168         * c-opts.c (c_common_post_options): Likewise.
6169         (set_std_cxx98): Set cxx_dialect to cxx98.
6170         (set_std_cxx0x): Set cxx_dialect to cxx0x.
6172 2007-06-07  Geoffrey Keating  <geoffk@apple.com>
6173             Hui-May Chang <hm.chang@apple.com>
6175         * doc/invoke.texi (Darwin Options): Update documentation for
6176         -mmacosx-version-min.
6177         * config.gcc (*-*-darwin*): Set extra_gcc_objs.
6178         * config/darwin-driver.c: New file.
6179         * config/darwin.h (GCC_DRIVER_HOST_INITIALIZATION): New.
6180         * config/t-darwin (darwin-driver.o): New rule.
6182         * config/darwin-c.c (version_as_macro): Ignore low digit.
6184 2007-06-07  Uros Bizjak  <ubizjak@gmail.com>
6186         * config/i386/i386.md (standard sse constant splitter): Handle TFmode.
6187         (negtf2, abstf2, *absnegtf2_sse): New insn patterns.
6188         (CSGNMODE): New mode macro.
6189         (CSGNVMODE): New mode attribute.
6190         (copysign<mode>3): Rename from copysingsf3 and copysigndf3.  Macroize
6191         expander using CSGNMODE mode macro.  Handle TFmode.
6192         (copysign<mode>3_const): Rename from copysignsf3_const and
6193         copysigndf3_const.  Macroize pattern using CSGNMODE mode macro.
6194         Handle TFmode.
6195         (copysign<mode>3_var): Rename from copysignsf3_var and
6196         copysigndf3_var.  Macroize pattern using CSGNMODE mode macro.
6197         Handle TFmode.
6198         (copysign<mode>3_var splitter): Macroize pattern using CSGNMODE
6199         mode macro.  Handle TFmode.
6200         * config/i386/sse.md (andtf3, *andtf3, *nandtf3): New insn patterns.
6201         (iortf3, *iortf3): Ditto.
6202         (xortf3, *xortf3): Ditto.
6203         * config/i386/i386.c (ix86_build_signbit_mask): Create scalar
6204         TFmode and TImode masks.
6205         (ix86_expand_copysign): Expand TFmode copysign insn.
6206         (IX86_BUILTIN_INFQ): New.
6207         (IX86_BUILTIN_FABSQ): Ditto.
6208         (IX86_BUILTIN_COPYSIGNQ): Ditto.
6209         (ix86_init_mmx_sse_builtins) [__builtin_infq]: New builtin definition.
6210         [__builtin_fabsq]: Ditto.
6211         [__builtin_copysignq]: Ditto.
6212         (ix86_expand_builtin) [IX86_BUILTIN_INFQ]: Expand builtin.
6213         [IX86_BUILTIN_FABSQ]: Expand builtin using ix86_expand_unop_builtin().
6214         [IX86_BUILTIN_COPYSIGNQ]: Expand builtin using
6215         ix86_expand_binop_builtin().
6217 2007-06-07  Bob Wilson  <bob.wilson@acm.org>
6219         * config/xtensa/lib1funcs.asm: Clean up whitespace.
6221 2007-06-07  Steve Ellcey  <sje@cup.hp.com>
6223         PR target/31850
6224         * rtl.h (push_to_sequence2): New.
6225         * emit-rtl.c (push_to_sequence2): New.
6226         * function.c (assign_parm_data_all): Add new fields.
6227         (assign_parm_setup_block): Call push_to_sequence2 instead of
6228         push_to_sequence.
6229         (assign_parm_setup_reg): Ditto.
6230         (assign_parm_setup_stack): Ditto.
6231         (assign_parms_unsplit_complex): Ditto.
6232         (assign_parms): Change field name.
6234 2007-06-07  Zdenek Dvorak  <dvorakz@suse.cz>
6236         PR tree-optimization/32220
6237         * tree-predcom.c (eliminate_temp_copies): Handle the case that loop
6238         phi node is reached before defining statement.
6240 2007-06-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6242         PR tree-opt/32231
6243         * tree-vect-transform.c (vectorizable_call): Call update_stmt
6244         after changing the right hand side of the assignment.
6246 2007-06-06  Eric Christopher  <echristo@apple.com>
6248         * config.gcc (i?86-*-darwin*): Remove arch parameter.
6249         (x86_64-*-darwin*): Ditto.
6250         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Define.
6251         (TARGET_SUBTARGET64_ISA_DEFAULT): Ditto.
6253 2007-06-06  Thomas Neumann  <tneumann@users.sourceforge.net>
6255         * tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the
6256         coding conventions.
6257         (add_key): Likewise.
6258         * tree-ssa.c (init_tree_ssa): Use type safe memory macros.
6259         * tree-ssa-ccp.c (ccp_fold_builtin): Avoid using C++ keywords as
6260         variable names.
6261         * tree-ssa-coalesce.c (find_coalesce_pair): Use type safe memory
6262         macros.
6263         (add_cost_one_coalesce): Likewise.
6264         * tree-ssa-copy.c (merge_alias_info): Avoid using C++ keywords as
6265         variable names. Rename orig to orig_name for consistency.
6266         * tree-ssa-dom.c (dom_thread_across_edge): Cast according to the
6267         coding conventions.
6268         (cprop_into_successor_phis): Avoid using C++ keywords as variable
6269         names.
6270         (record_equivalences_from_stmt): Likewise.
6271         * tree-ssa-dse.c (dse_initialize_block_local_data): Cast according to
6272         the coding conventions.
6273         (memory_ssa_name_same): Likewise.
6274         (dse_optimize_stmt): Likewise.
6275         (dse_record_phis): Likewise.
6276         (dse_finalize_block): Likewise.
6277         * tree-ssa-loop-im.c (outermost_invariant_loop_expr): Avoid using C++
6278         keywords as variable names.
6279         (may_move_till): Cast according to the coding conventions.
6280         (force_move_till_expr): Avoid using C++ keywords as variable names.
6281         (force_move_till): Cast according to the coding conventions.
6282         (memref_hash): Likewise.
6283         (memref_eq): Likewise.
6284         (gather_mem_refs_stmt): Likewise.
6285         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Avoid
6286         using C++ keywords as variable names.
6287         (idx_find_step): Cast according to the coding conventions.
6288         (idx_record_use): Likewise.
6289         (find_depends): Likewise.
6290         (prepare_decl_rtl): Likewise.
6291         (mbc_entry_hash): Likewise.
6292         (mbc_entry_eq): Likewise.
6293         * tree-ssa-loop-niter.c (SWAP): Use the correct the type for tmp.
6294         (simplify_replace_tree): Avoid using C++ keywords as variable names.
6295         (idx_infer_loop_bounds): Cast according to the coding conventions.
6296         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
6297         * tree-ssa-math-opts.c (occ_new ): Likwise.
6298         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Use type safe memory
6299         macros.
6300         * tree-ssa-operands.c (add_def_op): Avoid using C++ keywords as
6301         variable names.
6302         (add_use_op): Likewise.
6303         (add_vop): Likewise.
6304         (add_vuse_op): Likewise.
6305         (add_vdef_op): Likewise.
6306         (get_expr_operands): Likewise.
6307         (push_stmt_changes): Use type safe memory macros.
6308         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Avoid using C++
6309         keywords as variable names.
6310         (conditional_replacement): Likewise.
6311         (minmax_replacement): Likewise.
6312         (abs_replacement): Likewise.
6313         * tree-ssa-pre.c (create_expression_by_pieces): Cast according to the
6314         coding conventions.
6315         (insert_fake_stores): Avoid using C++ keywords as variable names.
6316         * tree-ssa-reassoc.c (add_to_ops_vec): Cast according to the coding
6317         conventions.
6318         * tree-ssa-structalias.c (heapvar_lookup): Likewise.
6319         (heapvar_insert): Use type safe memory macros.
6320         (new_var_info): Cast according to the coding conventions.
6321         (new_constraint): Likewise.
6322         (remove_preds_and_fake_succs): Use type safe memory macros.
6323         * tree-ssa-threadupdate.c (thread_block): Cast according to the coding
6324         conventions.
6325         (thread_single_edge): Likewise.
6326         (thread_through_loop_header): Likewise.
6328 2007-06-06  Eric Christopher  <echristo@apple.com>
6330         * config/i386/i386.c (override_options): Move handling
6331         of TARGET_SUBTARGET* earlier.
6333 2007-06-06  Paolo Bonzini  <bonzini@gnu.org>
6335         * genmodes.c (tagged_printf, emit_insn_modes_h): Don't
6336         use %n on printf.
6338 2007-06-06  Zdenek Dvorak  <dvorakz@suse.cz>
6340         * haifa-sched.c (restore_bb_notes): Clear bb field of the notes
6341         emited outside of basic block.
6342         * cfgbuild.c (find_bb_boundaries): Clear bb field for insns between
6343         the created blocks.
6344         * rtl.h (delete_insn_chain): Declaration changed.
6345         * cfgrtl.c (delete_insn_chain): Add option to clear bb field for
6346         non-removed insns.
6347         (rtl_delete_block, rtl_merge_blocks): Pass true to delete_insn_chain.
6348         (delete_insn_chain_and_edges, try_redirect_by_replacing_jump,
6349         rtl_tidy_fallthru_edge, cfg_layout_merge_blocks): Pass false
6350         to delete_insn_chain.
6351         (rtl_verify_flow_info_1): Verify that the insns in header and footer
6352         do not have bb field set.
6353         (rtl_verify_flow_info): Verify that insns between basic blocks do not
6354         have bb field set.
6355         * recog.c (peephole2_optimize): Add argument to delete_insn_chain call.
6356         * cfgcleanup.c (try_optimize_cfg): Ditto.
6358 2007-06-06  Thomas Neumann  <tneumann@users.sourceforge.net>
6360         * lambda-code.c (struct lambda_lattice_s): Add a name to the struct.
6361         (lambda_body_vector_new): Use type safe memory macros.
6362         (lambda_linear_expression_new): Likewise.
6363         (lambda_loopnest_new): Likewise.
6364         (lambda_lattice_new): Likewise.
6365         (replace_uses_equiv_to_x_with_y): Cast according to the coding
6366         conventions. Use type safe memory macros.
6367         * lambda.h (struct lambda_trans_matrix_s): Add a name to the struct.
6368         (lambda_body_vector_s): Likewise.
6369         * lambda-mat.c (lambda_matrix_new): Use type safe memory macros.
6370         * lambda-trans.c (lambda_trans_matrix_new): Likewise.
6372 2007-06-06  Richard Guenther  <rguenther@suse.de>
6374         * tree-ssa-forwprop.c (forward_propagate_into_cond): Return 2
6375         if we need to schedule cfg_cleanup.
6376         (tree_ssa_forward_propagate_single_use_vars): Do so.
6378 2007-06-06  Ian Lance Taylor  <iant@google.com>
6380         * fold-const.c (merge_ranges): If range_successor or
6381         range_predecessor fail, just return 0.
6383 2007-06-06  Uros Bizjak  <ubizjak@gmail.com>
6385         PR tree-optimization/32216
6386         * tree-vectorizer.c (supportable_widening_operation): Determine
6387         signedness of FIX_TRUNC_EXPR from output operand.
6388         (supportable_narrowing_operation): Ditto.
6389         * tree-vect-generic.c (expand_vector_operations_1): Determine
6390         signedness of VEC_UNPACK_FLOAT_HI_EXPR and VEC_UNPACK_FLOAT_LO_EXPR
6391         from input operand.
6393 2007-06-06  Thomas Neumann  <tneumann@users.sourceforge.net>
6395         * config/i386/i386.c (enum pta_flags): Move out of struct scope...
6396         (struct pta): ...from here. Change flags to unsigned to avoid
6397         excessive casting (as it is used as a bit mask).
6398         (override_options): Add casts according to the coding convenventions.
6399         (x86_64_elf_unique_section): Likewise.
6400         (examine_argument): Avoid using C++ keywords as variable names.
6401         (construct_container): Likewise.
6402         (legitimize_pic_address): Likewise.
6403         (get_dllimport_decl): Cast according to the coding conventions. Use
6404         type safe memory macros.
6405         (legitimize_address): Cast according to the coding conventions.
6406         (emit_i387_cw_initialization): Corrected the type of slot to enum
6407         ix86_stack_slot.
6408         (ix86_init_machine_status): Use type safe memory macros.
6409         (bdesc_pcmpestr): Use UNKNOWN instead of integer 0.
6410         (bdesc_pcmpistr): Likewise.
6411         (bdesc_crc32): Likewise.
6412         (bdesc_sse_3arg): Likewise.
6413         (bdesc_2arg): Likewise.
6414         (bdesc_1arg): Likewise.
6415         (ix86_expand_sse_pcmpestr): Cast according to the coding conventions.
6416         (ix86_expand_sse_pcmpistr): Likewise.
6417         (ix86_expand_vec_set_builtin): Use EXPAND_NORMAL instead of integer 0.
6418         (ix86_builtin_vectorized_function): Change the type of fn to unsigned
6419         int to match the langhook definition.
6420         (ix86_builtin_conversion): Change the type of code to unsigned init to
6421         match the langhook definition.
6422         (ix86_preferred_reload_class): Avoid using C++ keywords as variable
6423         names.
6424         (ix86_preferred_output_reload_class): Likewise.
6425         (ix86_cannot_change_mode_class): Likewise.
6426         (ix86_memory_move_cost): Likewise.
6427         (ix86_rtx_costs): Cast the outer_code parameter to enum rtx_code to
6428         avoid excessive casting later on.
6429         (x86_output_mi_thunk): Avoid using C++ keywords as variable names.
6431 2007-06-06  Uros Bizjak  <ubizjak@gmail.com>
6433         * config/i386/sse.md (sse4_2_pcmpestr_cconly): Prefer pcmpestrm
6434         as flags setting insn.
6435         (sse4_2_pcmpistr_cconly): Prefer pcmpistrm as flags setting insn.
6437 2007-06-06  Uros Bizjak  <ubizjak@gmail.com>
6439         * config/i386/i386.md (UNSPEC_ROUNDP, UNSPEC_ROUNDS): Remove.
6440         (UNSPEC_ROUND): New.
6441         ("sse4_1_round<mode>2"): New insn pattern.
6442         ("rint<mode>2"): Expand using "sse4_1_round<mode>2" pattern for
6443         SSE4.1 targets.
6444         ("floor<mode>2"): Rename from floordf2 and floorsf2.  Macroize
6445         expander using SSEMODEF mode macro.  Expand using
6446         "sse4_1_round<mode>2" pattern for SSE4.1 targets.
6447         ("ceil<mode>2"): Rename from ceildf2 and ceilsf2.  Macroize
6448         expander using SSEMODEF mode macro.  Expand using
6449         "sse4_1_round<mode>2" pattern for SSE4.1 targets.
6450         ("btrunc<mode>2"): Rename from btruncdf2 and btruncsf2.  Macroize
6451         expander using SSEMODEF mode macro.  Expand using
6452         "sse4_1_round<mode>2" pattern for SSE4.1 targets.
6453         * config/i386/sse.md ("sse4_1_roundpd", "sse4_1_roundps"): Use
6454         UNSPEC_ROUND instead of UNSPEC_ROUNDP.
6455         ("sse4_1_roundsd", "sse4_1_roundss"): Use UNSPEC_ROUND instead of
6456         UNSPEC_ROUNDS.
6458 2007-06-06  Jan Sjodin  <jan.sjodin@amd.com>
6459             Sebastian Pop  <sebpop@gmail.com>
6461         * lambda.h (build_linear_expr): New.
6462         * lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression):
6463         Use build_linear_expr, call fold and force_gimple_operand.
6464         (lambda_loopnest_to_gcc_loopnest): Check that there is
6465         something to insert.
6466         * testsuite/gcc.dg/tree-ssa/ltrans-6.c: New.
6468 2007-06-05  Joerg Wunsch  <j.gnu@uriah.heep.sax.de>
6470         PR preprocessor/23479
6471         * doc/extend.texi: Document the 0b-prefixed binary integer
6472         constant extension.
6474 2007-06-05  Uros Bizjak  <ubizjak@gmail.com>
6476         PR tree-optimization/32215
6477         * tree-vectorizer.c (supportable_widening_operation): Return false
6478         for unsupported FIX_TRUNC_EXPR tree code.
6479         (supportable_narrowing_operation): Ditto for FLOAT_EXPR tree code.
6481 2007-06-06  Nathan Froyd  <froydnj@codesourcery.com>
6483         * config/rs6000/rs6000.h (FIXED_SCRATCH): Use r0 as a scratch
6484         register on SPE targets.  Change documentation to reflect
6485         reality.
6486         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
6487         Change FIXED_SCRATCH to 14 and document why we're keeping r14
6488         out of the register allocation pool.
6489         (rs6000_reg_live_or_pic_offset_p): New function.
6490         (rs6000_emit_prologue): Move the actual saving of LR up to free
6491         r0 for holding r11.  Split saving of SPE 64-bit registers into
6492         its own case.  Ensure that offsets will always be in-range for
6493         'evstdd' by using r11 as a scratch register to point at the start
6494         of the SPE save area.  Save r11 if necessary, as it is the static
6495         chain register.
6496         (rs6000_emit_epilogue): Split restoring of SPE 64-bit registers
6497         into its own case.  Ensure that offsets will always be in-range
6498         for 'evldd' by using r11 as a scratch register to point at the
6499         start of the SPE save area.  Also adjust r11 when restoring
6500         the stack pointer to compensate for pre-loading r11.
6502 2007-06-05  Thomas Neumann  <tneumann@users.sourceforge.net>
6504         * cfg.c (init_flow): Use type safe memory macros.
6505         (alloc_block): Likewise.
6506         (unchecked_make_edge): Likewise.
6507         (dump_flow_info): Avoid using C++ keywords as variable names.
6508         (copy_original_table_clear): Cast according to the coding conventions.
6509         (copy_original_table_set): Likewise.
6510         * cfgexpand (label_rtx_for_bb): Likewise.
6511         (expand_gimple_basic_block): Likewise.
6512         * cfghooks.c (dump_bb): Likewise.
6513         (lv_adjust_loop_header_phi): Avoid using C++ keywords as
6514         variable names.
6515         (lv_add_condition_to_bb): Likewise.
6516         * cfglayout (relink_block_chain): Cast according to the coding
6517         conventions.
6518         (fixup_reorder_chain): Likewise.
6519         (fixup_fallthru_exit_predecessor): Likewise.
6520         * cfgloop.c (glb_enum_p): Likewise.
6521         (get_exit_description): Likewise.
6522         (dump_recorded_exit): Likewise.
6523         * cfgloop.h (enum loop_estimation): Move out of struct scope...
6524         (struct loop): ... from here.
6525         * cfgloopmanip.c (rpe_enum_p): Cast according to the coding
6526         conventions.
6527         * cfgrtl.c (rtl_create_basic_block): Likewise.
6528         (rtl_split_block): Likewise.
6529         (rtl_dump_bb): Likewise.
6530         (cfg_layout_split_block): Likewise.
6531         (init_rtl_bb_info): Use typesafe memory macros.
6533         * graphds.h (struct graph_edge): Renamed edge to graph_edge.
6534         * graphds.h: Updated all usages of edge to graph_edge.
6535         * graphds.c: Likewise.
6536         * cfgloopanal.c: Likewise.
6538 2007-06-05  Ian Lance Taylor  <iant@google.com>
6540         * tree-vrp.c (compare_values_warnv): Check TREE_NO_WARNING on a
6541         PLUS_EXPR or MINUS_EXPR node before setting *strict_overflow_p.
6542         (extract_range_from_assert): Set TREE_NO_WARNING when creating an
6543         expression.
6544         (test_for_singularity): Likewise.
6546 2007-06-05  H.J. Lu  <hongjiu.lu@intel.com>
6548         * config/i386/constraints.md ("Y2"): Replaced by ...
6549         ("Yt"): This.
6550         * config/i386/i386.md: Likewise.
6551         * config/i386/mmx.md: Likewise.
6552         * config/i386/sse.md: Likewise.
6554 2007-06-05  H.J. Lu  <hongjiu.lu@intel.com>
6556         * config/i386/constraints.md ("z"): Replaced by ...
6557         ("Y0"): This.
6558         * config/i386/sse.md (sse4_1_blendvpd): Likewise.
6559         (sse4_1_blendvps): Likewise.
6560         (sse4_1_pblendvb): Likewise.
6561         (sse4_2_pcmpestr): Likewise.
6562         (sse4_2_pcmpestrm): Likewise.
6563         (sse4_2_pcmpestr_cconly): Likewise.
6564         (sse4_2_pcmpistr): Likewise.
6565         (sse4_2_pcmpistrm): Likewise.
6566         (sse4_2_pcmpistr_cconly): Likewise.
6568 2007-06-05  Razya Ladelsky  <razya@il.ibm.com>
6570         * matrix-reorg.c (transform_access_sites): Fix computation.
6571         (transform_allocation_sites): Same.
6573 2007-06-05  Uros Bizjak  <ubizjak@gmail.com>
6575         * config/i386/i386.c (override_options): Use
6576         TARGET_SUBTARGET32_ISA_DEFAULT to select default ix86_isa_flags.
6578 2007-06-05  Uros Bizjak  <ubizjak@gmail.com>
6580         * config/i386/predicates.md (reg_not_xmm0_operand): New predicate.
6581         (nonimm_not_xmm0_operand): Ditto.
6582         * config/i386/sse.md ("sse4_1_blendvpd"): Use "reg_not_xmm0_operand"
6583         as operand[0] and operand[1] predicate.  Use "nonimm_not_xmm0_operand"
6584         as operand[2] predicate.  Require "z" class XMM register for
6585         operand[3].  Adjust asm template.
6586         ("sse4_1_blendvpd"): Ditto.
6587         ("sse4_1_pblendvb"): Ditto.
6588         * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Do not
6589         force op2 into xmm0 register for variable blend instructions.
6591 2007-06-04  Tom Tromey  <tromey@redhat.com>
6593         * c-tree.h (start_enum): Update.
6594         (build_enumerator): Likewise.
6595         * c-decl.c (enum_next_value): Removed.
6596         (enum_overflow): Likewise.
6597         (start_enum): Add c_enum_contents argument.  Don't use globals.
6598         (build_enumerator): Likewise.
6599         * c-tree.h (struct c_enum_contents): New struct.
6601 2007-06-04  Tom Tromey  <tromey@redhat.com>
6603         * c-common.c (c_common_get_alias_set): Fix indentation.
6605 2007-06-04  Ian Lance Taylor  <iant@google.com>
6607         * tree-vrp.c (adjust_range_with_scev): When loop is not expected
6608         to overflow, reduce overflow infinity to regular infinity.
6609         (vrp_var_may_overflow): New static function.
6610         (vrp_visit_phi_node): Check vrp_var_may_overflow.
6612 2007-06-04  Kazu Hirata  <kazu@codesourcery.com>
6614         * stor-layout.c (layout_type): Remove duplicate code.
6616 2007-06-04  Uros Bizjak  <ubizjak@gmail.com>
6618         PR c/32191
6619         * gcc/c-common.c (c_define_builtins): Call targetm.init_builtins ()
6620         before build_common_builtin_nodes ().
6622 2007-06-04  Steve Ellcey  <sje@cup.hp.com>
6624         PR target/31733
6625         * cfgrtl.c (rtl_verify_flow_info): Skip notes when looking for barrier.
6627 2007-06-04  Jan Hubicka  <jh@suse.cz>
6629         * tree-predcom.c (replace_ref_with, initialize_root_vars_lm,
6630         reassociate_to_the_same_stmt): Call build_gimple_modify_stmt
6631         instead of _stat version.
6633 2007-06-03  Zdenek Dvorak  <dvorakz@suse.cz>
6635         PR tree-optimization/32194
6636         * tree-predcom.c (determine_offset): Check that both references have
6637         the same type.
6639 2007-06-03  Zdenek Dvorak  <dvorakz@suse.cz>
6641         * cfgloopmanip.c (remove_path, loopify, duplicate_loop_to_header_edge):
6642         Change dom_bbs to vector.  Add argument to iterate_fix_dominators call.
6643         * loop-unroll.c (unroll_loop_runtime_iterations): Ditto.
6644         * tree-cfg.c (tree_duplicate_sese_region): Change doms to vector.
6645         Add argument to iterate_fix_dominators call.
6646         (remove_edge_and_dominated_blocks): Pass vector to bbs_to_fix_dom.
6647         * gcse.c (hoist_code): Change domby to vector.
6648         * cfghooks.c (make_forwarder_block): Change doms_to_fix to vector.
6649         Add argument to iterate_fix_dominators call.
6650         * loop-doloop.c (doloop_modify): Changed recount_dominator to
6651         recompute_dominator.
6652         * lambda-code.c (perfect_nestify): Ditto.
6653         * cfgloopanal.c: Include graphds.h.
6654         (struct edge, struct vertex, struct graph, dump_graph, new_graph,
6655         add_edge, dfs, for_each_edge, free_graph): Moved to graphds.c.
6656         (mark_irreducible_loops): Use graphds_scc.  Remove argument from
6657         add_edge call.
6658         * graphds.c: New file.
6659         * graphds.h: New file.
6660         * dominance.c: Include vecprim.h, pointer-set.h and graphds.h.
6661         (get_dominated_by, get_dominated_by_region): Change return type to
6662         vector.
6663         (verify_dominators): Recompute all dominators and compare the results.
6664         (recount_dominator): Renamed to ...
6665         (recompute_dominator): ... this.  Do not check that the block is
6666         dominated by entry.
6667         (iterate_fix_dominators): Reimplemented.
6668         (prune_bbs_to_update_dominators, root_of_dom_tree,
6669         determine_dominators_for_sons): New functions.
6670         * et-forest.c (et_root): New function.
6671         * et-forest.h (et_root): Declare.
6672         * Makefile.in (graphds.o): Add.
6673         (cfgloopanal.o): Add graphds.h dependency.
6674         (dominance.o): Add graphds.h, vecprim.h and pointer-set.h dependency.
6675         * basic-block.h (get_dominated_by, get_dominated_by_region,
6676         iterate_fix_dominators): Declaration changed.
6677         (recount_dominator): Renamed to ...
6678         (recompute_dominator): ... this.
6679         * tree-ssa-threadupdate.c (thread_block): Free dominance info.
6680         (thread_through_all_blocks): Do not free dominance info.
6682 2007-06-03  Andreas Schwab  <schwab@suse.de>
6684         * config/m68k/m68k.c (override_options): Don't override
6685         REAL_MODE_FORMAT.
6686         * config/m68k/m68k-modes.def (SF, DF): Define to use
6687         motorola_single_format and motorola_double_format, resp.
6688         * real.c (motorola_single_format): Renamed from
6689         coldfire_single_format.
6690         (motorola_double_format): Renamed from coldfire_double_format.
6691         (encode_ieee_extended): Generate a proper canonical NaN image
6692         respecting canonical_nan_lsbs_set.
6693         (ieee_extended_motorola_format): Set canonical_nan_lsbs_set to
6694         true.
6695         * real.h: Adjust declarations.
6697 2007-06-03  Kaz Kojima  <kkojima@gcc.gnu.org>
6699         PR target/32163
6700         * config/sh/sh.md (symGOT_load): Don't schedule insns when
6701         the symbol is generated with the stack protector.
6703 2007-06-03  Kazu Hirata  <kazu@codesourcery.com>
6705         * config/m68k/m68k.c (m68k_attribute_table): Add "interrupt".
6706         (m68k_get_function_kind): Return m68k_fk_interrupt_handler on
6707         "interrupt".
6708         * doc/extend.texi (interrupt): Mention m68k.
6710 2007-06-02  Uros Bizjak  <ubizjak@gmail.com>
6712         * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Call
6713         safe_vector_operand() if input operand is VECTOR_MODE_P operand.
6714         (ix86_expand_sse_pcmpestr): Do not check operands for
6715         "register_operand", when insn operand predicate is "register_operand".
6716         (ix86_expand_sse_pcmpistr): Ditto.
6718 2007-06-02  H.J. Lu  <hongjiu.lu@intel.com>
6719             Uros Bizjak  <ubizjak@gmail.com>
6721         * config/i386/i386.h (enum reg_class) [SSE_FIRST_REG]: New.
6722         (SSE_CLASS_P): Use reg_class_subset_p between SSE_REGS.
6723         (REG_CLASS_NAMES): Add "FIRST_SSE_REG" string.
6724         (REG_CLASS_CONTENTS): Add members of FIRST_SSE_REG class.
6725         * config/i386/constraints.md ("z"): New register constraint
6726         for members of SSE_FIRST_REG class.
6727         * config/i386/i386-modes.def (CCA, CCC, CCO, CCS): New compare modes.
6728         * config/i386/i386.c (regclass_map): Change class of %xmm0 to
6729         SSE_FIRST_REG class.
6730         (put_condition_code) [EQ, NE]: Output suffixes for new compare modes.
6731         (ix86_cc_modes_compatible): Handle CCA, CCC, CCO and CCS modes.
6732         (IX86_BUILTIN_PCMPESTRI128): New for SSE4.2.
6733         (IX86_BUILTIN_PCMPESTRM128): Likewise.
6734         (IX86_BUILTIN_PCMPESTRA128): Likewise.
6735         (IX86_BUILTIN_PCMPESTRC128): Likewise.
6736         (IX86_BUILTIN_PCMPESTRO128): Likewise.
6737         (IX86_BUILTIN_PCMPESTRS128): Likewise.
6738         (IX86_BUILTIN_PCMPESTRZ128): Likewise.
6739         (IX86_BUILTIN_PCMPISTRI128): Likewise.
6740         (IX86_BUILTIN_PCMPISTRM128): Likewise.
6741         (IX86_BUILTIN_PCMPISTRA128): Likewise.
6742         (IX86_BUILTIN_PCMPISTRC128): Likewise.
6743         (IX86_BUILTIN_PCMPISTRO128): Likewise.
6744         (IX86_BUILTIN_PCMPISTRS128): Likewise.
6745         (IX86_BUILTIN_PCMPISTRZ128): Likewise.
6746         (struct builtin_description): Change "flag" field to unsigned.
6747         (bdesc_pcmpestr): New builtin description table.
6748         (bdesc_pcmpistr): Likewise.
6749         (ix86_init_mmx_sse_builtins): Define int_ftype_v16qi_int_v16qi_int_int,
6750         v16qi_ftype_v16qi_int_v16qi_int_int and int_ftype_v16qi_v16qi_int.
6751         Initialize pcmp[ei]str[im] insns for SSE4.2.
6752         (ix86_expand_sse_pcmpestr): New subroutine of ix86_expand_builtin.
6753         (ix86_expand_sse_pcmpistr): Likewise.
6754         (ix86_expand_builtin): Expand pcmp[ei]str[im] builtins for SSE4.2.
6755         * config/i386/i386.md (UNSPEC_PCMPESTR): New for SSE4.2.
6756         (UNSPEC_PCMPISTR): Likewise.
6757         * config/i386/sse.md (sse4_2_pcmpestr): New insn patern and splitter.
6758         (sse4_2_pcmpestri):New isns pattern.
6759         (sse4_2_pcmpestrm): Likewise.
6760         (sse4_2_pcmpestr_cconly): Likewise.
6761         (sse4_2_pcmpistr): New insn patern and splitter.
6762         (sse4_2_pcmpistri):New isns pattern.
6763         (sse4_2_pcmpistrm): Likewise.
6764         (sse4_2_pcmpistr_cconly): Likewise.
6765         * config/i386/smmintrin.h: Enable pcmp[ei]str[im] intrinsics
6766         in SSE4.2.
6768 2007-06-01  David Daney  <ddaney@avtrex.com>
6770         * config/mips/mips.c (mips_output_mi_thunk): Only load gp if not
6771         LOADGP_ABSOLUTE and not binds_local_p.
6773 2007-06-01  Geoffrey Keating  <geoffk@apple.com>
6775         * config/darwin.h (LINK_SPEC): Pass -fpie through to the linker.
6777 2007-06-01  Ian Lance Taylor  <iant@google.com>
6779         * tree-vrp.c (compare_name_with_value): Always set
6780         used_strict_overflow if we get a result from the variable itself.
6782 2007-06-01  Ian Lance Taylor  <iant@google.com>
6784         PR rtl-optimization/31455
6785         * lower-subreg.c (find_decomposable_subregs): Don't decompose
6786         subregs which have a cast between modes which are not tieable.
6788 2007-06-01  Uros Bizjak  <ubizjak@gmail.com>
6790         * expr.c (force_operand) [DIV, MOD, UDIV, UMOD, ASHIFTRT]: Remove
6791         breaks after return statements.
6793 2007-06-01  Kaz Kojima  <kkojima@gcc.gnu.org>
6795         * config/sh/sh.c (fpscr_set_from_mem): Call get_free_reg
6796         only after no_new_pseudos.
6798 2007-05-31  Eric Christopher  <echristo@apple.com>
6800         * expr.c (convert_move): Assert that we don't have a BLKmode
6801         operand.
6802         (store_expr): Handle BLKmode moves by calling emit_block_move.
6804 2007-05-31  Daniel Berlin  <dberlin@dberlin.org>
6806         * c-typeck.c (build_indirect_ref): Include type in error message.
6807         (build_binary_op): Pass types to binary_op_error.
6808         * c-common.c (binary_op_error): Take two type arguments, print out
6809         types with error.
6810         * c-common.h (binary_op_error): Update prototype.
6812 2007-05-31  H.J. Lu  <hongjiu.lu@intel.com>
6814         * config/i386/i386.c: Correct coments on -mno-sse4.
6816 2007-05-31  H.J. Lu  <hongjiu.lu@intel.com>
6818         * config.gcc (i[34567]86-*-*): Add nmmintrin.h to extra_headers.
6819         (x86_64-*-*): Likewise.
6820         * config/i386/i386.c (OPTION_MASK_ISA_MMX_UNSET): New.
6821         (OPTION_MASK_ISA_3DNOW_UNSET): Likewise.
6822         (OPTION_MASK_ISA_SSE_UNSET): Likewise.
6823         (OPTION_MASK_ISA_SSE2_UNSET): Likewise.
6824         (OPTION_MASK_ISA_SSE3_UNSET): Likewise.
6825         (OPTION_MASK_ISA_SSSE3_UNSET): Likewise.
6826         (OPTION_MASK_ISA_SSE4_1_UNSET): Likewise.
6827         (OPTION_MASK_ISA_SSE4_2_UNSET): Likewise.
6828         (OPTION_MASK_ISA_SSE4): Likewise.
6829         (OPTION_MASK_ISA_SSE4_UNSET): Likewise.
6830         (OPTION_MASK_ISA_SSE4A_UNSET): Likewise.
6831         (ix86_handle_option): Use OPTION_MASK_ISA_*_UNSET.  Handle SSE4.2.
6832         (override_options): Support SSE4.2.
6833         (ix86_build_const_vector): Support SImode and DImode.
6834         (ix86_build_signbit_mask): Likewise.
6835         (ix86_expand_int_vcond): Support V2DImode.
6836         (IX86_BUILTIN_CRC32QI): New for SSE4.2.
6837         (IX86_BUILTIN_CRC32HI): Likewise.
6838         (IX86_BUILTIN_CRC32SI): Likewise.
6839         (IX86_BUILTIN_CRC32DI): Likewise.
6840         (IX86_BUILTIN_PCMPGTQ): Likewise.
6841         (bdesc_crc32): Likewise.
6842         (bdesc_sse_3arg): Likewise.
6843         (ix86_expand_crc32): Likewise.
6844         (ix86_init_mmx_sse_builtins): Support SSE4.2.
6845         (ix86_expand_builtin): Likewise.
6846         * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define
6847         __SSE4_2__ for -msse4.2.
6848         * config/i386/i386.md (UNSPEC_CRC32): New for SSE4.2.
6849         (CRC32MODE): Likewise.
6850         (crc32modesuffix): Likewise.
6851         (crc32modeconstraint): Likewise.
6852         (sse4_2_crc32<mode>): Likewise.
6853         (sse4_2_crc32di): Likewise.
6854         * config/i386/i386.opt (msse4.2): New for SSE4.2.
6855         (msse4): Likewise.
6856         * config/i386/nmmintrin.h: New. The dummy SSE4.2 intrinsic header file.
6857         * config/i386/smmintrin.h: Add SSE4.2 intrinsics.
6858         * config/i386/sse.md (sse4_2_gtv2di3): New pattern for SSE4.2.
6859         (vcond<mode>): Use SSEMODEI instead of SSEMODE124.
6860         (vcondu<mode>): Likewise.
6861         * doc/extend.texi: Document SSE4.2 built-in functions.
6862         * doc/invoke.texi: Document -msse4.2/-msse4.
6864 2007-05-31  Zdenek Dvorak  <dvorakz@suse.cz>
6866         PR tree-optimization/32160
6867         * tree-predcom.c (predcom_tmp_var): New function.  Mark created
6868         variable as gimple reg.
6869         (initialize_root_vars, initialize_root_vars_lm): Use predcom_tmp_var.
6871 2007-05-31  Kazu Hirata  <kazu@codesourcery.com>
6873         * gcc.c (main): Don't consider linker options when issuing the
6874         warning about a linker input file not being used.
6876 2007-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6878         * tree-vrp.c (compare_names): Initialize sop.
6880 2007-05-30  Dirk Mueller  <dmueller@suse.de>
6882         * cgraphunit.c (cgraph_analyze_function): Remove
6883         computation of inline parameters.
6885 2007-05-30  Uros Bizjak  <ubizjak@gmail.com>
6887         * config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Undef before define.
6889 2007-05-30  Richard Sandiford  <richard@codesourcery.com>
6891         * config.gcc (arm-wrs-vxworks): Remove dbxelf.h from tm_file.
6892         Add vx-common.h.  Include vxworks.h between vx-common.h and
6893         arm/vxworks.h.
6894         * config/vx-common.h (DWARF2_UNWIND_INFO): Undefine before
6895         redefining.
6896         * config/vxworks.h (TARGET_ASM_CONSTRUCTOR): Likewise.
6897         (TARGET_ASM_DESTRUCTOR): Likewise.
6898         * config/arm/vxworks.h (TARGET_OS_CPP_BUILTINS): Check arm_arch_xscale
6899         instead of arm_is_xscale.  Use VXWORKS_OS_CPP_BUILTINS.
6900         (OVERRIDE_OPTIONS, SUBTARGET_CPP_SPEC): Define.
6901         (CC1_SPEC): Add -tstrongarm.  Line up backslashes.
6902         (VXWORKS_ENDIAN_SPEC): Define.
6903         (ASM_SPEC): Add VXWORKS_ENDIAN_SPEC.
6904         (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Redefine to their
6905         VXWORKS_* equivalents.
6906         (LINK_SPEC): Likewise, but add VXWORKS_ENDIAN_SPEC.
6907         (ASM_FILE_START): Delete.
6908         (TARGET_VERSION): Reformat.
6909         (FPUTYPE_DEFAULT, FUNCTION_PROFILER): Define.
6910         (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define.
6911         * config/arm/t-vxworks (LIB1ASMSRC, LIB1ASMFUNCS): Define.
6912         (FPBIT, DPBIT): Define.
6913         (fp-bit.c, dp-bit.c): New rules.
6914         (MULTILIB_OPTIONS): Add strongarm, -mrtp and -mrtp/-fPIC multilibs.
6915         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Define.
6916         * config/arm/arm-protos.h (arm_emit_call_insn): Declare.
6917         * config/arm/arm.h: Include vxworks-dummy.h.
6918         * config/arm/arm.c (arm_elf_asm_constructor, arm_elf_asm_destructor):
6919         Mark with ATTRIBUTE_UNUSED.
6920         (arm_override_options): Do not allow VxWorks RTP PIC to be used
6921         for Thumb.  Force r9 to be the PIC register for VxWorks RTPs and
6922         make it incompatible with -msingle-pic-base.
6923         (arm_function_ok_for_sibcall): Return false for calls that might
6924         go through a VxWorks PIC PLT entry.
6925         (require_pic_register): New function, split out from...
6926         (legitimize_pic_address): ...here.  Do not use GOTOFF accesses
6927         for VxWorks RTPs.
6928         (arm_load_pic_register): Handle the VxWorks RTP initialization
6929         sequence.  Use pic_reg as a shorthand for cfun->machine->pic_reg.
6930         (arm_emit_call_insn): New function.
6931         (arm_assemble_integer): Do not use GOTOFF accesses for VxWorks RTP.
6932         * config/arm/arm.md (UNSPEC_PIC_OFFSET): New unspec number.
6933         (pic_offset_arm): New pattern.
6934         (call, call_value): Use arm_emit_call_insn.
6935         (call_internal, call_value_internal): New expanders.
6936         * config/arm/lib1funcs.asm (__PLT__): Define to empty for
6937         VxWorks unless __PIC__.
6939 2007-05-30  Eric Christopher  <echristo@gmail.com>
6941         * genrecog.c: Include regs.h in generated file.
6942         * genemit.c: Ditto. Fix up formatting.
6943         * config/mn10300/constraints.md: New.
6944         * config/mn10300/mn10300.md: Include.
6945         * config/mn10300/mn10300.c(mn10300_secondary_reload_class):
6946         Fix up for removed macro.
6947         * config/mn10300/predicates.md (call_address_operand):  Ditto.
6948         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Delete.
6949         (CONST_OK_FOR_I): Ditto.
6950         (CONST_OK_FOR_J): Ditto.
6951         (CONST_OK_FOR_K): Ditto.
6952         (CONST_OK_FOR_L): Ditto.
6953         (CONST_OK_FOR_M): Ditto.
6954         (CONST_OK_FOR_N): Ditto.
6955         (CONST_DOUBLE_OK_FOR_LETTER_P): Ditto.
6956         (OK_FOR_Q): Ditto.
6957         (OK_FOR_R): Ditto.
6958         (OK_FOR_T): Ditto.
6959         (EXTRA_CONSTRAINT): Ditto.
6961 2007-05-30 Uros Bizjak <ubizjak@gmail.com>
6963         * config/i386/i386.h (MASK_64BIT, MASK_MMX, MASK_3DNOW*, MASK_SSE*):
6964         Remove defines.
6965         * config/i386/biarch.h (TARGET_64BIT_DEFAULT): Define to
6966         OPTION_MASK_ISA_64BIT.
6967         * config/i386/i386.c: Rename MASK_* macros to OPTION_MASK_ISA_*.
6969 2007-05-30  Richard Guenther  <rguenther@suse.de>
6971         PR middle-end/32152
6972         * gimplify.c (gimplify_omp_atomic_pipeline): Use correct
6973         types for comparison.
6974         * fold-const.c (fold_comparison): Call maybe_canonicalize_comparison
6975         with original typed arguments.
6976         * config/i386/i386.c (ix86_gimplify_va_arg): Fix type mismatches.
6978 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
6980         PR tree-optimization/31769
6981         * except.c (duplicate_eh_regions): Clear prev_try if
6982         ERT_MUST_NOT_THROW region is inside of ERT_TRY region.
6984 2007-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
6986         * tree-scalar-evolution.c (scev_const_prop): Do not create labels.
6987         * tree-ssa-sink.c (statement_sink_location): Return basic block and
6988         bsi of the location where statements should be inserted.
6989         (sink_code_in_bb): Take bsi from statement_sink_location.
6990         * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use bsi_after_labels
6991         instead of bsi_start.
6992         * tree-profile.c (tree_gen_ic_func_profiler): Pass BSI_NEW_STMT to
6993         bsi_insert_after.
6994         * tree-cfg.c (bsi_move_after): Pass BSI_NEW_STMT to bsi_insert_after.
6995         (bsi_move_before): Document inconsistency with bsi_move_after.
6996         (tree_redirect_edge_and_branch): Do not create labels if not necessary.
6998 2007-05-30 Uros Bizjak <ubizjak@gmail.com>
7000         * config/i386/i386.h (TARGET_ABM): New define.
7001         (TARGET_POPCNT): Ditto.
7002         (TARGET_64BIT, TARGET_MMX, TARGET_3DNOW, TARGET_3DNOW_A, TARGET_SSE*):
7003         New temporary defines to redefine from OPTION_ISA_* defines.
7004         (MASK_64BIT, MASK_MMX, MASK_3DNOW, MASK_3DNOW_A, MASK_SSE*):
7005         New temporary defines to redefine from OPTION_MASK_ISA_* defines.
7006         (ix86_isa_flags): New extern int declaration.
7007         (TARGET_SUBTARGET_DEFAULT): New define.
7008         (TARGET_SUBTARGET_ISA_DEFAULT): Ditto.
7009         (TARGET_SUBTARGET32_DEFAULT): Ditto.
7010         (TARGET_SUBTARGET32_ISA_DEFAULT): Ditto.
7011         (TARGET_SUBTARGET64_ISA_DEFAULT): Ditto.
7012         * config/i386/unix.h: Undef TARGET_SUBTARGET_DEFAULT before define.
7013         * config/i386/darwin.h: Change TARGET_64BIT define to
7014         OPTION_ISA_64BIT.
7016         * config/i386/i386.opt (m3dnowa): Define as undocumented option
7017         using existing "ix86_isa_flags" varible.
7018         (m32, m64): Use existing "ix86_isa_flags" variable.
7019         (mmmx, m3dnow): Ditto.
7020         (msse, msse2, msse3, mssse3, msse4.1, msse4a): Ditto.
7021         (mabm): Define as non-negative option using "x86_abm" variable.
7022         (mpopcnt): Define as non-negative option using "x86_popcnt" variable.
7024         * config/i386/i386.c (ix86_arch_features) [X86_ARCH_CMOVE]:
7025         Rewrite feature test bitmap.
7026         (ix86_isa_flags): New initialized global int varible.
7027         (ix86_isa_flags_explicit): New static int variable.
7028         (ix86_handle_option): Set "ix86_isa_flags_explicit" when mmmx, m3dnow,
7029         msse, msse2, msse3, msse4.1 and msse4a option is processed.  Change
7030         i86_isa_flags and ix86_isa_flags_explicit, not target_flags and
7031         target_flags_explicit.
7032         (override_options): Remove "target_enable" and "target_disable" fields
7033         from "struct ptt". Update processor_target_table accordingly. Remove
7034         PTA_PREFETCH_SSE from processor_alias_table entry if PTE_SSE is
7035         defined and rearrange PTA_* bits.  Use "ix86_isa_flags" instead of
7036         "target_flags" and "ix86_isa_flags_explicit" instead of
7037         "target_flags_explicit" when masked with MASK_64BIT, MASK_MMX,
7038         MASK_3DNOW, MASK_3DNOW_A or MASK_SSE*.  Set "x86_abm" to true when
7039         PTA_ABM is set in processor_alias_table flags entry.  Set "x86_popcnt"
7040         to true when either of PTA_POPCNT or PTA_ABM is set in
7041         processor_alias_table flags entry.  Set "x86_prefetch_sse" to true
7042         when either of PTA_PREFETCH_SSE or PTA_SSE is set in
7043         processor_alias_table flags entry.  Remove handling of
7044         "target_enable" and "target_disable" fields of processor_target_table.
7045         Mask "target_flags" with TARGET_SUBTARGET32_DEFAULT for 32-bit
7046         targets or with TARGET_SUBTARGET64_DEFAULT for 64-bit targets.
7047         Mask "ix86_isa_flags" with TARGET_SUBTARGET32_ISA_DEFAULT for 32-bit
7048         targets or with TARGET_SUBTARGET64_ISA_DEFAULT for 64-bit targets.
7049         (def_builtin): Mask "mask" variable with "ix86_isa_flags", not
7050         "target_flags".
7051         (TARGET_DEFAULT_TARGET_FLAGS): Do not include TARGET_64BIT_DEFAULT.
7053 2007-05-29  David Daney  <ddaney@avtrex.com>
7055         PR gcc/31975
7056         * config/mips/mips.c (mips_output_mi_thunk): Emit
7057         NOTE_INSN_PROLOGUE_END at beginning of the thunk.
7059 2007-05-29  Hui-May Chang  <hm.chang@apple.com>
7060         * config/i386/i386.c (ix86_function_regparm): Added checking of
7061         ix86_force_align_arg_pointer to determine the number of
7062         register parameters.
7064 2007-05-29  Zdenek Dvorak  <dvorakz@suse.cz>
7066         * tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.
7067         (SET_DR_MISALIGNMENT): New.
7068         * tree-vect-analyze.c (vect_compute_data_ref_alignment,
7069         vect_update_misalignment_for_peel, vect_enhance_data_refs_alignment):
7070         Use SET_DR_MISALIGNMENT.
7071         * tree-predcom.c (split_data_refs_to_components): Cast dr->aux from
7072         pointer.
7073         * tree-data-ref.c (create_data_ref, compute_all_dependences,
7074         find_loop_nest): Export.
7075         * tree-data-ref.h (struct data_reference): Change aux field to pointer.
7076         (create_data_ref, compute_all_dependences, find_loop_nest): Declare.
7077         * tree-ssa-loop-prefetch.c: Include tree-data-ref.h.
7078         (L1_CACHE_SIZE_BYTES, L2_CACHE_SIZE_BYTES, NONTEMPORAL_FRACTION):
7079         New macros.
7080         (struct mem_ref): Add field reuse_distance.
7081         (find_or_create_group, record_ref): Use XNEW instead of xcalloc.
7082         Initialize reuse_distance field.
7083         (issue_prefetch_ref): Select temporality of prefetch according to
7084         reuse_distance.
7085         (volume_of_references, volume_of_dist_vector, add_subscript_strides,
7086         self_reuse_distance, determine_loop_nest_reuse): New functions.
7087         (loop_prefetch_arrays): Call determine_loop_nest_reuse.
7088         (tree_ssa_prefetch_arrays): Dump L2 cache size.
7089         * Makefile.in (tree-ssa-loop-prefetch.o): Add TREE_DATA_REF_H
7090         dependency.
7092 2007-05-29  Daniel Berlin  <dberlin@dberlin.org>
7094         * tree-ssa-alias.c: Add aliasing overview.
7096 2007-05-29  Zuxy Meng  <zuxy.meng@gmail.com>
7097             Danny Smith  <dannysmith@users.sourceforge.net>
7099         PR target/29498
7100         * config/i386/t-crtfm: Compile crtfastmath.o with
7101         -minline-all-stringops.
7102         * config/i386/cygwin.h (ENDFILE_SPECS): Add crtfastmath.o.
7103         * config/i386/mingw32.h (ENDFILE_SPECS): Add crtfastmath.o.
7105 2007-05-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7107         * doc/md.texi: Document constraints on HP PA-RISC.
7109         * pa/constraints.md: New file.
7110         * pa.md: Include constraints.md.
7111         * pa.c (cint_ok_for_move): Avoid using CONST_OK_FOR_LETTER_P.
7112         (integer_store_memory_operand, ldil_cint_p): New functions.
7113         * pa-protos.h (integer_store_memory_operand, ldil_cint_p): Declare.
7114         * pa.h (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
7115         IS_RELOADING_PSEUDO_P, EXTRA_CONSTRAINT): Remove.
7116         * pa32-regs.h (REG_CLASS_FROM_LETTER): Remove.
7117         * pa64-regs.h (REG_CLASS_FROM_LETTER): Remove.
7119 2007-05-28  Andrew Pinski  <Andrew_pinski@playstation.sony.com>
7121         PR c/31339
7122         * c-typeck.c (build_unary_op <case PREINCREMENT_EXPR,
7123         case POSTINCREMENT_EXPR, case PREDECREMENT_EXPR,
7124         case POSTDECREMENT_EXPR>): Return the error_mark_node
7125         if either the real or imaginary parts would an
7126         error_mark_node.
7128 2007-05-28  Daniel Berlin  <dberlin@dberlin.org>
7130         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Release LHS SSA
7131         name when we remove it from a call.
7133 2007-05-28  Kazu Hirata  <kazu@codesourcery.com>
7135         * targhooks.c (default_narrow_bitfield): Remove.
7136         * targhooks.h: Remove the prototype for
7137         default_narrow_bitfield.
7139         * langhooks-def.h: Remove the prototype for
7140         hook_get_alias_set_0.
7141         * langhooks.c (hook_get_alias_set_0): Remove.
7143         * global.c (EXECUTE_IF_CONFLICT): Remove.
7145 2007-05-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7147         PR tree-opt/32100
7148         * fold-const.c (tree_expr_nonnegative_warnv_p): Don't
7149         return true when truth_value_p is true and the type
7150         is of signed:1.
7152 2007-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
7154         * doc/install.texi (Prerequisites): We no longer require Autoconf
7155         2.13 for the top-level.
7157 2007-05-28  Uros Bizjak  <ubizjak@gmail.com>
7159         * target/i386/i386.c (ix86_expand_vector_move): Expand unaligned
7160         memory access via x86_expand_vector_move_misalign() only for
7161         TImode values on 32-bit targets.
7163 2007-05-28  Razya Ladelsky  <razya@il.ibm.com>
7165         * matrix-reorg.c: New file. Implement matrix flattening and
7166         transposing optimization.
7167         * tree-pass.h: Add matrix reorg pass.
7168         * common.opt: Add fipa-mreorg flag.
7169         * Makefile.in: Add matrix-reorg.c.
7170         * passes.c: Add matrix reorg pass.
7171         * varpool.c (add_new_static_var): New function.
7172         * cgraph.h (add_new_static_var): Declare.
7174 2007-05-27  Eric Christopher  <echristo@apple.com>
7176         * config/rs6000/rs6000.c (rs6000_emit_prologue): Update
7177         sp_offset depending on stack size. Save r12 depending
7178         on registers we're saving later.
7179         (rs6000_emit_epilogue): Update sp_offset depending only
7180         on stack size.
7182 2007-05-27  Zdenek Dvorak  <dvorakz@suse.cz>
7184         * tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.
7185         * tree-chrec.c (evolution_function_is_invariant_rec_p): Ditto.
7186         * ifcvt.c (if_convert): Ditto.
7187         * tree-ssa-threadupdate.c (thread_block): Ditto.
7188         (thread_through_all_blocks): Ditto.  Assert that loops were analysed.
7189         * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa,
7190         verify_loop_closed_ssa): Check number_of_loops instead of
7191         current_loops.
7192         * predict.c (tree_estimate_probability): Ditto.
7193         * tree-if-conv.c (main_tree_if_conversion): Ditto.
7194         * tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
7195         * modulo-sched.c (sms_schedule): Ditto.
7196         * tree-scalar-evolution.c (scev_const_prop): Ditto.
7197         (scev_finalize): Do not do anything if scev analysis was not
7198         initialized.
7199         * cfgloopanal.c (mark_irreducible_loops): Do not check whether
7200         current_loops == NULL.
7201         (mark_loop_exit_edges): Check number_of_loops instead of current_loops.
7202         * loop-init.c (loop_optimizer_init): Do not free current_loops when
7203         there are no loops.
7204         (loop_optimizer_finalize): Assert that loops were analyzed.
7205         (rtl_move_loop_invariants, rtl_unswitch, rtl_unroll_and_peel_loops,
7206         rtl_doloop): Check number_of_loops instead of current_loops.
7207         * tree-ssa-loop.c (tree_loop_optimizer_init): Do not check whether
7208         current_loops == NULL.
7209         (tree_ssa_loop_init, tree_ssa_loop_im, tree_ssa_loop_unswitch,
7210         gate_tree_vectorize tree_linear_transform, check_data_deps,
7211         tree_ssa_loop_ivcanon, tree_ssa_empty_loop, tree_ssa_loop_bounds,
7212         tree_complete_unroll, tree_ssa_loop_prefetch, tree_ssa_loop_ivopts):
7213         Check number_of_loops instead of current_loops.
7214         (tree_ssa_loop_done): Do not check whether current_loops == NULL.
7215         * tree-ssa-pre.c (fini_pre): Do not take do_fre argument.  Always
7216         free loops if available.
7217         (execute_pre): Do not pass do_fre to fini_pre.
7219 2007-05-27  Tobias Burnus  <burnus@net-b.de>
7221         PR middle-end/32083
7222         * real.c (mpfr_from_real): Fix sign of -Inf.
7224 2007-05-27  H.J. Lu  <hongjiu.lu@intel.com>
7226         * tree-vect-transform.c (vectorizable_conversion): Initialize
7227         tree_code variables to ERROR_MARK.
7228         (vectorizable_type_demotion): Likewise.
7229         (vectorizable_type_promotion): Likewise.
7231 2007-05-26  Uros Bizjak  <ubizjak@gmail.com>
7233         PR target/32065
7234         * config/i386/i386.md (movti): Handle push operands via
7235         ix86_expand_push().
7237 2007-05-26  Kazu Hirata  <kazu@codesourcery.com>
7239         * basic-block.h: Remove the prototype for merge_seq_blocks.
7240         * cfgcleanup.c (merge_seq_blocks): Remove.
7242         * tree-flow.h: Remove the prototype for is_aliased_with.
7243         * tree-ssa-alias.c (is_aliased_with): Remove.
7245 2007-05-26  H.J. Lu  <hongjiu.lu@intel.com>
7247         * config/i386/i386-protos.h (ix86_expand_sse4_unpack): New.
7249         * config/i386/i386.c (ix86_expand_sse4_unpack): New.
7251         * config/i386/sse.md (vec_unpacku_hi_v16qi): Call
7252         ix86_expand_sse4_unpack if SSE4.1 is enabled.
7253         (vec_unpacks_hi_v16qi): Likewise.
7254         (vec_unpacku_lo_v16qi): Likewise.
7255         (vec_unpacks_lo_v16qi): Likewise.
7256         (vec_unpacku_hi_v8hi): Likewise.
7257         (vec_unpacks_hi_v8hi): Likewise.
7258         (vec_unpacku_lo_v8hi): Likewise.
7259         (vec_unpacks_lo_v8hi): Likewise.
7260         (vec_unpacku_hi_v4si): Likewise.
7261         (vec_unpacks_hi_v4si): Likewise.
7262         (vec_unpacku_lo_v4si): Likewise.
7263         (vec_unpacks_lo_v4si): Likewise.
7265 2007-05-26  Kazu Hirata  <kazu@codesourcery.com>
7267         * c-typeck.c, config/arm/arm.c, config/darwin.c,
7268         config/sh/symbian.c, gcc.c, ipa-cp.c, ipa-inline.c, loop-iv.c,
7269         omega.c, tree-ssa-loop-niter.c, treestruct.def: Fix typos and
7270         follow spelling conventions in various
7271         warning/error/diagnostic messages.
7273         * config/i386/i386.c, config/pa/pa.c, config/spu/spu.c,
7274         df-problems.c, df-scan.c, domwalk.c, ebitmap.c, ebitmap.h,
7275         fold-const.c, gcc.c, ipa-type-escape.c, omega.c, omega.h,
7276         tree-ssa-coalesce.c, tree-ssa-live.c, tree-ssa-structalias.c,
7277         tree-vrp.c: Fix comment typos.  Follow spelling conventions.
7278         * doc/tm.texi: Follow spelling conventions.
7280 2007-05-25  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7282         PR tree-opt/32090
7283         * tree-ssa-forwprop.c
7284         (forward_propagate_addr_into_variable_array_index): Remove
7285         the lhs argument.  Use the type of def_rhs instead of lhs.
7286         (forward_propagate_addr_expr_1): Update use of
7287         forward_propagate_addr_into_variable_array_index.
7289 2007-05-25  Sandra Loosemore  <sandra@codesourcery.com>
7290             Nigel Stephens  <nigel@mips.com>
7292         * config/mips/mips.c (mips_attribute_table): Add "near" and "far"
7293         function attributes, "far" being an alias for "long_call".
7294         (TARGET_COMP_TYPE_ATTRIBUTES): Define as mips_comp_type_attributes.
7295         (mips_near_type_p, mips_far_type_p): New.
7296         (mips_comp_type_attributes): New function to check that attributes
7297         attached to a function type are compatible.
7298         (mips_output_mi_thunk): Test SYMBOL_REF_LONG_CALL_P() rather than
7299         TARGET_LONG_CALLS when deciding whether we can do a direct sibcall
7300         to the target function of the thunk.
7301         (mips_encode_section_info): Check for "near" and "far" function
7302         attributes, and always set the SYMBOL_FLAG_LONG_CALL bit explicitly.
7304         * config/mips/predicates.md (const_call_insn_operand): Test only
7305         SYMBOL_REF_LONG_CALL_P() and not TARGET_LONG_CALLS.
7307         * doc/extend.texi (Function Attributes): Document MIPS "near" and
7308         "far" attributes.
7310         * testsuite/gcc.target/mips/near-far-1.c:  New test case.
7311         * testsuite/gcc.target/mips/near-far-2.c:  New test case.
7312         * testsuite/gcc.target/mips/near-far-3.c:  New test case.
7313         * testsuite/gcc.target/mips/near-far-4.c:  New test case.
7315 2007-05-25  Eric Christopher  <echristo@apple.com>
7317         * config.gcc: Add i386/t-fprules-softfp64 and soft-fp/t-softfp
7318         to x86-darwin configurations.
7319         * config/i386/t-darwin: Add softfp support.
7320         * config/i386/t-darwin64: Ditto.
7321         * config/i386/sfp-machine.h: If mach then don't use
7322         aliasing, emit a stub to call.
7324 2007-05-25  Kazu Hirata  <kazu@codesourcery.com>
7326         * cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c,
7327         haifa-sched.c, optabs.h, tree-affine.c, tree-data-ref.c,
7328         tree-predcom.c, tree-ssa-alias-warnings.c,
7329         tree-ssa-forwprop.c, tree-vect-analyze.c, tree-vrp.c: Fix
7330         comment typos.  Follow spelling conventions.
7331         * doc/cpp.texi, doc/invoke.texi: Fix typos.
7333 2007-05-26  Uros Bizjak  <ubizjak@gmail.com>
7335         PR target/32065
7336         * target/i386/i386.c (ix86_expand_vector_move): Force SUBREGs of
7337         constants into memory.  Expand unaligned memory references for
7338         SSE modes via x86_expand_vector_move_misalign() function.
7340 2007-05-25  Uros Bizjak  <ubizjak@gmail.com>
7342         * config/i386/sse.md (*vec_extractv2di_1_sse2): Do not calculate
7343         "memory" attribute for "sseishft" type insn without operands[2].
7345 2007-05-25  Dirk Mueller  <dmueller@suse.de>
7346             Marcus Meissner <meissner@suse.de>
7348         * doc/extend.texi (alloc_size): New attribute.
7349         * c-common.c (handle_alloc_size_attribute): New.
7350         * tree-object-size.c (alloc_object_size): Use alloc_size
7351         attribute, if available.
7353 2007-05-25  H.J. Lu  <hongjiu.lu@intel.com>
7355         * config/i386/i386.c (__builtin_ia32_vec_ext_v2df): Mark it
7356         with MASK_SSE2.
7357         (__builtin_ia32_vec_ext_v2di): Likewise.
7358         (__builtin_ia32_vec_ext_v4si): Likewise.
7359         (__builtin_ia32_vec_ext_v8hi): Likewise.
7360         (__builtin_ia32_vec_ext_v16qi): Likewise.
7361         (__builtin_ia32_vec_set_v8hi): Likewise.
7363 2007-05-25  H.J. Lu  <hongjiu.lu@intel.com>
7365         * config/i386/sse.md (*vec_extractv2di_1_sse2): Correct shift.
7367 2007-05-25  Richard Sandiford  <richard@codesourcery.com>
7369         * config/arm/arm-protos.h (arm_encode_call_attribute): Delete.
7370         (arm_is_longcall_p): Rename to...
7371         (arm_is_long_call_p): ...this.  Take a single tree argument and
7372         return a bool.
7373         * config/arm/arm.h (CALL_SHORT, CALL_LONG, CALL_NORMAL): Delete.
7374         (CUMULATIVE_ARGS): Remove call_cookie.
7375         (SHORT_CALL_FLAG_CHAR, LONG_CALL_FLAG_CHAR, ENCODED_SHORT_CALL_ATTR_P)
7376         (ENCODED_LONG_CALL_ATTR_P): Delete.
7377         (ARM_NAME_ENCODING_LENGTHS): Remove SHORT_CALL_FLAG_CHAR and
7378         LONG_CALL_FLAG_CHAR cases.
7379         (ARM_DECLARE_FUNCTION_SIZE): Delete.
7380         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Don't use
7381         ARM_DECLARE_FUNCTION_SIZE.
7382         * config/arm/arm.c (arm_init_cumulative_args): Don't set call_cookie.
7383         (arm_function_arg): Return const0_rtx for VOIDmode arguments.
7384         (arm_encode_call_attribute, current_file_function_operand): Delete.
7385         (arm_function_in_section_p): New function.
7386         (arm_is_longcall_p): Rename to...
7387         (arm_is_long_call_p): ...this.  Take the target function as a single
7388         argument and return a bool.  Do not rely on call cookies.  Check
7389         whether the target symbol is in the same section as the current
7390         function, not just the same compilation unit.
7391         (arm_function_ok_for_sibcall): Use arm_is_long_call_p.
7392         (arm_encode_section_info): Don't encode a call type.
7393         * config/arm/arm.md (call, call_value): Update calls to
7394         arm_is_long(_)call_p.  Simplify logic.
7395         (*call_symbol, *call_value_symbol, *call_insn, *call_value_insn):
7396         Update calls to arm_is_long(_)call_p.
7398 2007-05-25  Richard Guenther  <rguenther@suse.de>
7400         PR tree-optimization/31982
7401         * tree-ssa-forwprop.c
7402         (forward_propagate_addr_into_variable_array_index): Handle arrays
7403         with element size one.
7405 2007-05-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7407         * config/spu/spu.md (smulsi3_highpart): Unshare the rtl chain.
7408         (umulsi3_highpart): Likewise.
7410 2007-05-24  Ian Lance Taylor  <iant@google.com>
7412         PR rtl-optimization/32069
7413         * regclass.c (regclass): Don't crash if the entry in regno_reg_rtx
7414         is NULL.
7416 2007-05-24  Ollie Wild  <aaw@google.com>
7418         * doc/cpp.texi (Common Predefined Macros): Add __COUNTER__
7419         description.
7421 2007-05-24  Richard Sandiford  <rsandifo@nildram.co.uk>
7423         * postreload-gcse.c (reg_changed_after_insn_p): New function.
7424         (oprs_unchanged_p): Use it to check all registers in a REG.
7425         (record_opr_changes): Look for clobbers in CALL_INSN_FUNCTION_USAGE.
7426         (reg_set_between_after_reload_p): Delete.
7427         (reg_used_between_after_reload_p): Likewise.
7428         (reg_set_or_used_since_bb_start): Likewise.
7429         (eliminate_partially_redundant_load): Use reg_changed_after_insn_p
7430         and reg_used_between_p instead of reg_set_or_used_since_bb_start.
7431         Use reg_set_between_p instead of reg_set_between_after_reload_p.
7432         * rtlanal.c (reg_set_p): Check whether REG overlaps
7433         regs_invalidated_by_call, rather than just checking the
7434         membership of REGNO (REG).
7436 2007-05-24  Zdenek Dvorak  <dvorakz@suse.cz>
7438         * doc/passes.texi: Document predictive commoning.
7439         * doc/invoke.texi (-fpredictive-commoning): Document.
7440         * opts.c (decode_options): Enable flag_predictive_commoning on -O3.
7441         * tree-ssa-loop-im.c (get_lsm_tmp_name): Export.  Allow
7442         adding indices to the generated name.
7443         (schedule_sm): Pass 0 to get_lsm_tmp_name.
7444         * tree-ssa-loop-niter.c (stmt_dominates_stmt_p): Export.
7445         * tree-pretty-print.c (op_symbol_1): Renamed to ...
7446         (op_symbol_code): ... and exported.
7447         (dump_omp_clause, op_symbol): Use op_symbol_code
7448         instead of op_symbol_1.
7449         * tree-pass.h (pass_predcom): Declare.
7450         * timevar.def (TV_PREDCOM): New timevar.
7451         * tree-ssa-loop.c (run_tree_predictive_commoning,
7452         gate_tree_predictive_commoning, pass_predcom): New.
7453         * tree-data-ref.c (find_data_references_in_loop): Find the
7454         references in dominance order.
7455         (canonicalize_base_object_address): Ensure that the result has
7456         pointer type.
7457         (dr_analyze_innermost): Export.
7458         (create_data_ref): Code to fail for references with invariant
7459         address moved ...
7460         (find_data_references_in_stmt): ... here.
7461         * tree-data-ref.h (dr_analyze_innermost): Declare.
7462         * tree-affine.c: Include tree-gimple.h and hashtab.h.
7463         (aff_combination_find_elt, name_expansion_hash,
7464         name_expansion_eq, tree_to_aff_combination_expand,
7465         double_int_constant_multiple_p, aff_combination_constant_multiple_p):
7466         New functions.
7467         * tree-affine.h (aff_combination_constant_multiple_p,
7468         tree_to_aff_combination_expand): Declare.
7469         * tree-predcom.c: New file.
7470         * common.opt (fpredictive-commoning): New option.
7471         * tree-flow.h (op_symbol_code, tree_predictive_commoning,
7472         stmt_dominates_stmt_p, get_lsm_tmp_name): Declare.
7473         * Makefile.in (tree-predcom.o): Add.
7474         (tree-affine.o): Add TREE_GIMPLE_H dependency.
7475         * passes.c (init_optimization_passes):  Add dceloop after
7476         copy propagation in loop optimizer.  Add predictive commoning
7477         to loop optimizer passes.
7479 2007-05-24  H.J. Lu  <hongjiu.lu@intel.com>
7481         * target-def.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Correct
7482         default hook.
7484 2007-05-24  Jan Hubicka  <jh@suse.cz>
7486         * gengenrtl.c (gendecl, gendef): Output the gens annotated for
7487         statistics.
7488         (genheader): Include statistics.h.
7490         * doc/invoke.texi (-fdump-unnumbered): Update docs when line number
7491         notes are gone.
7492         * print-rtl.c (flag_dump_unnumbered): Update comments.
7493         (print_rtl): Fix my previous change.
7494         * emit-rtl.c (emit_note_before, emit_note_after): Clear out note
7495         specific data.
7497 2007-05-24  Zdenek Dvorak  <dvorakz@suse.cz>
7499         PR middle-end/32018
7500         * tree-ssa-threadupdate.c (thread_through_loop_header): Use
7501         set_loop_copy.
7502         (thread_through_all_blocks): Call initialize_original_copy_tables
7503         and free_original_copy_tables.
7504         * cfgloopmanip.c (duplicate_loop, duplicate_loop_to_header_edge):
7505         Use set_loop_copy.
7506         * tree-cfg.c (tree_duplicate_sese_region): Ditto.
7507         * cfghooks.c (duplicate_block): Use get_loop_copy.
7508         * cfg.c: Include cfgloop.h.
7509         (loop_copy): New hash table.
7510         (initialize_original_copy_tables): Initialize loop_copy table.
7511         (free_original_copy_tables): Free loop_copy table.
7512         (copy_original_table_clear, copy_original_table_set,
7513         set_loop_copy, get_loop_copy): New functions.
7514         (set_bb_original, set_bb_copy): Use copy_original_table_set.
7515         * cfgloop.h (struct loop): Remove copy field.
7516         * Makefile.in (cfg.o): Add CFGLOOP_H dependency.
7517         * basic-block.h (set_loop_copy, get_loop_copy): Declare.
7519 2007-05-24  H.J. Lu  <hongjiu.lu@intel.com>
7521         * config/i386/i386.c (ix86_handle_option): Handle SSE4.1 for
7522         -msse/-msse2/-msse3.
7524 2007-05-24  H.J. Lu  <hongjiu.lu@intel.com>
7526         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Mark
7527         __builtin_ia32_vec_set_v2di with MASK_64BIT.
7529 2007-05-24  Danny Smith  <dannysmith@users.sourceforge.net>
7531         PR target/27067
7532         * doc/tm.texi (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Document.
7533         * targhooks.h (default_mangle_decl_assembler_name): Declare
7534         default hook.
7535         * targhooks.c (default_mangle_decl_assembler_name): Define
7536         default hook.
7537         * target-def.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME) New. Set to
7538         default hook.
7539         * target.h (struct gcc_target): Add mangle_decl_assembler_name field.
7540         * langhooks.c (lhd_set_decl_assembler_name): Call
7541         targetm.mangle_decl_assembler_name for names with global scope.
7543         * config/i386/cygming.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME) Override
7544         default.
7545         (ASM_OUTPUT_DEF_FROM_DECLS): Simplify to use DECL_ASSEMBLER_NAME.
7546         * config/i386/i386-protos.h (i386_pe_mangle_decl_assembler_name):
7547         Declare.
7548         * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
7549         New. Factored out of i386_pe_encode_section_info.
7550         (gen_stdcall_or_fastcall_suffix): Get name identifier as argument.
7551         Move check for prior decoration of stdcall
7552         symbols to i386_pe_encode_section_info.
7553         (i386_pe_encode_section_info): Adjust call to
7554         gen_stdcall_or_fastcall_suffix.  Use
7555         i386_pe_maybe_mangle_decl_assembler_name, if needed.
7556         (i386_pe_mangle_decl_assembler_name): New. Wrap
7557         i386_pe_maybe_mangle_decl_assembler_name.
7559 2007-05-16  Rafael Avila de Espindola  <espindola@google.com>
7561         * c-common.c (c_common_signed_or_unsigned_type): Delay the check for
7562         INTEGRAL_TYPE_P and TYPE_UNSIGNED.
7563         * langhooks.c (get_signed_or_unsigned_type): Don't check for
7564         INTEGRAL_TYPE_P or TYPE_UNSIGNED.
7565         (lhd_signed_or_unsigned_type): Check for INTEGRAL_TYPE_P and
7566         TYPE_UNSIGNED.
7568 2007-05-23  Sandra Loosemore  <sandra@codesourcery.com>
7569             Nigel Stephens  <nigel@mips.com>
7570             Richard Sandiford  <richard@codesourcery.com>
7572         Fix up MIPS16 hard float and add support for complex.
7574         * config/mips/mips.h (TARGET_HARD_FLOAT_ABI): New.
7575         (TARGET_SOFT_FLOAT_ABI): New.
7576         (TARGET_CPU_CPP_BUILTINS): Define __mips_hard_float and
7577         __mips_soft_float to reflect the ABI in use, not whether the
7578         FPU is directly accessible (e.g., in MIPS16 mode).
7579         (UNITS_PER_HWFPVALUE): Use TARGET_SOFT_FLOAT_ABI.
7580         (UNITS_PER_FPVALUE): Likewise.
7582         * config/mips/mips.c (mips_expand_call): Remove redundant
7583         TARGET_MIPS16 check.
7584         (mips_arg_regno): New.
7585         (function_arg_advance): When setting bits in cum->fp_code for
7586         MIPS16, don't subtract 1 from cum->arg_number, since it is now
7587         zero-based.
7588         (function_arg): Use mips_arg_regno.
7589         (mips_return_mode_in_fpr_p): New.
7590         (mips16_call_stub_mode_suffix): New.
7591         (mips16_cfun_returns_in_fpr_p): New.
7592         (mips_save_reg_p): Use mips16_cfun_returns_in_fpr_p.
7593         (mips_output_function_prologue): Test mips16_hard_float, not
7594         !TARGET_SOFT_FLOAT, to decide when a function stub is required.
7595         (mips_expand_epilogue): Call MIPS16 helper routines to copy
7596         return value into a floating-point register.
7597         (mips_can_use_return_insn): Use mips16_cfun_returns_in_fpr_p.
7598         (mips_function_value): Rewrite to use mips_return_mode_in_fpr_p.
7599         (mips16_fp_args): Handle MIPS32r2 ISA which supports
7600         TARGET_FLOAT64, and use mfhc1/mthc1 to copy the most significant
7601         word of double arguments from or to the high bits of 64-bit
7602         floating point registers.
7603         (build_mips16_function_stub): Fill in DECL_RESULT for stubdecl.
7604         (mips16_fpret_double): New helper function.
7605         (build_mips16_call_stub): Use mips16_return_mode_in_fpr_p.  Add
7606         support for complex modes.  Fill in DECL_RESULT for stubdecl.
7607         (mips_init_libfuncs): Remove redundant TARGET_MIPS16 check.
7609         * config/mips/mips16.S
7610         (RET, ARG1, ARG2): New.
7611         (MERGE_GPRf, MERGE_GPRt): New.
7612         (DELAYt, DELAYf): New.
7613         (MOVE_SF_BYTE0, MOVE_SI_BYTE0): New.
7614         (MOVE_SF_BYTE4, MOVE_SF_BYTE8): New.
7615         (MOVE_DF_BYTE0, MOVE_DF_BYTE8): New.
7616         (MOVE_SF_RET, MOVE_SC_RET, MOVE_DF_RET, MOVE_DC_RET, MOVE_SI_RET): New.
7617         (SFOP): Renamed to...
7618         (OPSF3): This, and macro-ified.  Updated all uses.
7619         (SFOP2): Renamed to...
7620         (OPSF2): This, and macro-ified.  Updated all uses.
7621         (SFCMP): Renamed to...
7622         (CMPSF): This, and macro-ified.  Updated all uses.
7623         (SFREVCMP): Renamed to...
7624         (REVCMPSF): This, and macro-ified.  Updated all uses.
7625         (__mips16_floatsisf, __mips16_fix_truncsfsi): Macro-ified.
7626         (LDDBL1, LDDBL2, RETDBL): Deleted.
7627         (DFOP): Renamed to...
7628         (OPDF3): This, and macro-ified.  Updated all uses.
7629         (DFOP2): Renamed to...
7630         (OPDF2): This, and macro-ified.  Updated all uses.
7631         (__mips16_extendsfdf2, __mips16_truncdfsf2): Macro-ified.
7632         (DFCMP): Renamed to...
7633         (CMPDF): This, and macro-ified.  Updated all uses.
7634         (DFREVCMP): Renamed to...
7635         (REVCMPDF): This, and macro-ified.  Updated all uses.
7636         (__mips16_floatsidf, __mips16_fix_truncdfsi): Macro-ified.
7637         (RET_FUNCTION): New.
7638         (__mips16_ret_sf, __mips16_ret_df): Macro-ified.
7639         (__mips16_ret_sc, __mips16_ret_dc): New.
7640         (STUB_ARGS_0, STUB_ARGS_1, STUB_ARGS_5, STUB_ARGS_9, STUB_ARGS_2,
7641         STUB_ARGS_6, STUB_ARGS_10): New.
7642         (CALL_STUB_NO_RET): New.
7643         (__mips16_call_stub_1): Macro-ified.
7644         (__mips16_call_stub_5): Macro-ified.
7645         (__mips16_call_stub_2): Macro-ified.
7646         (__mips16_call_stub_6): Macro-ified.
7647         (__mips16_call_stub_9): Macro-ified.
7648         (__mips16_call_stub_10): Macro-ified.
7649         (CALL_STUB_RET): New.
7650         (__mips16_call_stub_sf_0): Macro-ified.
7651         (__mips16_call_stub_sf_1): Macro-ified.
7652         (__mips16_call_stub_sf_5): Macro-ified.
7653         (__mips16_call_stub_sf_2): Macro-ified.
7654         (__mips16_call_stub_sf_6): Macro-ified.
7655         (__mips16_call_stub_sf_9): Macro-ified.
7656         (__mips16_call_stub_sf_10): Macro-ified.
7657         (__mips16_call_stub_df_0): Macro-ified.
7658         (__mips16_call_stub_df_1): Macro-ified.
7659         (__mips16_call_stub_df_5): Macro-ified.
7660         (__mips16_call_stub_df_2): Macro-ified.
7661         (__mips16_call_stub_df_6): Macro-ified.
7662         (__mips16_call_stub_df_9): Macro-ified.
7663         (__mips16_call_stub_df_10): Macro-ified.
7664         (__mips16_call_stub_sc_0): New.
7665         (__mips16_call_stub_sc_1): New.
7666         (__mips16_call_stub_sc_5): New.
7667         (__mips16_call_stub_sc_2): New.
7668         (__mips16_call_stub_sc_6): New.
7669         (__mips16_call_stub_sc_9): New.
7670         (__mips16_call_stub_sc_10): New.
7671         (__mips16_call_stub_dc_0): New.
7672         (__mips16_call_stub_dc_1): New.
7673         (__mips16_call_stub_dc_5): New.
7674         (__mips16_call_stub_dc_2): New.
7675         (__mips16_call_stub_dc_6): New.
7676         (__mips16_call_stub_dc_9): New.
7677         (__mips16_call_stub_dc_10): New.
7679         * config/mips/t-elf (LIB1ASMFUNCS): Add MIPS16 floating-point stubs.
7680         * config/mips/t-isa3264 (LIB1ASMFUNCS): Likewise.
7681         * config/mips/t-r2900 (LIB1ASMFUNCS): Likewise.
7683 2007-05-23  Ian Lance Taylor  <iant@google.com>
7685         * doc/invoke.texi (Invoking GCC): Document that the order of the
7686         -l option matters.
7688 2007-05-23  Chen Liqin  <liqin@sunnorth.com.cn>
7690         PR target/30987
7691         * config/score/misc.md (bitclr_c, bitset_c, bittgl_c): Remove.
7692         * config/score/predicate.md (const_pow2, const_npow2): Remove.
7693         * config/score/score.h (ASM_OUTPUT_EXTERNAL): Add ASM_OUTPUT_EXTERNAL
7694         undef.
7696         PR target/30474
7697         * config/score/score.c (score_print_operand): Make sure that only
7698         lower bits are used.
7700 2007-05-22  Ian Lance Taylor  <iant@google.com>
7702         * tree-vrp.c (avoid_overflow_infinity): New static function,
7703         broken out of set_value_range_to_value.
7704         (set_value_range_to_value): Call avoid_overflow_infinity.
7705         (extract_range_from_assert): Likewise.
7707 2007-05-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7709         PR middle-end/31095
7710          * builtins.c (expand_builtin_memmove_args): Strip nops that don't
7711         change the type before looking for a COMPOUND_EXPR.
7713 2007-05-22  Ian Lance Taylor  <iant@google.com>
7715         * lower-subreg.c (decompose_multiword_subregs): If we change an
7716         insn, call remove_retval_note on it.
7718 2007-05-22  Richard Sandiford  <rsandifo@nildram.co.uk>
7720         * regs.h (end_hard_regno): New function.
7721         (END_HARD_REGNO, END_REGNO): New macros.
7722         (add_to_hard_reg_set): New function.
7723         (remove_from_hard_reg_set): Likewise.
7724         (in_hard_reg_set_p): Likewise.
7725         (overlaps_hard_reg_set_p): Likewise.
7726         * bt-load.c (find_btr_reference): Use overlaps_hard_reg_set_p.
7727         (note_btr_set): Use END_HARD_REGNO.
7728         * caller-save.c (setup_save_areas): Use end_hard_regno.
7729         (mark_set_regs): Use END_HARD_REGNO.
7730         (add_stored_regs): Use end_hard_regno.
7731         (mark_referenced_regs): Use add_to_hard_reg_set.
7732         * combine.c (update_table_tick): Use END_REGNO.
7733         (record_value_for_reg): Likewise.
7734         (record_dead_and_set_regs): Likewise.
7735         (get_last_value_validate): Likewise.
7736         (use_crosses_set_p): Likewise.
7737         (reg_dead_at_p_1): Likewise.
7738         (reg_dead_at_p): Likewise.
7739         (mark_used_regs_combine): Use add_to_hard_reg_set.
7740         (move_deaths): Use END_HARD_REGNO.
7741         (reg_bitfield_target_p): Use end_hard_regno.
7742         (distribute_notes): Use END_HARD_REGNO.
7743         * cse.c (mention_regs): Use END_REGNO.
7744         (insert): Use add_to_hard_reg_set.
7745         (invalidate): Use END_HARD_REGNO.
7746         (invalidate_for_call): Likewise.
7747         (exp_equiv_p): Use END_REGNO.
7748         (cse_insn): Likewise.
7749         * cselib.c (cselib_invalidate_regno): Use end_hard_regno.
7750         * df-problems.c (df_urec_mark_reg_change): Use END_HARD_REGNO.
7751         * df-scan.c (df_ref_record): Use END_HARD_REGNO.
7752         * function.c (keep_stack_depressed): Use end_hard_regno.
7753         * global.c (global_alloc): Use end_hard_regno.
7754         (global_conflicts): Use add_to_hard_reg_set instead of
7755         mark_reg_live_nc.
7756         (find_reg): Likewise.
7757         (mark_reg_store): Likewise.
7758         (mark_reg_conflicts): Likewise.
7759         (mark_reg_death): Use remove_from_hard_reg_set.
7760         (mark_reg_live_nc): Delete.
7761         (set_preference): Use end_hard_regno.
7762         * local-alloc.c (mark_life): Use add_to_hard_reg_set and
7763         remove_from_hard_reg_set.
7764         (post_mark_life): Use add_to_hard_reg_set.
7765         * mode-switching.c (reg_dies): Use remove_from_hard_reg_set.
7766         (reg_becomes_live): Use add_to_hard_reg_set.
7767         * recog.c (reg_fits_class_p): Use in_hard_reg_set_p.
7768         (peep2_find_free_register): Use add_to_hard_reg_set.
7769         * reg-stack.c (convert_regs_exit): Use END_HARD_REGNO.
7770         * regclass.c (record_reg_classes): Use in_hard_reg_set_p.
7771         * regrename.c (note_sets): Use add_to_hard_reg_set.
7772         (clear_dead_regs): Use remove_from_hard_reg_set.
7773         (regrename_optimize): Use add_to_hard_reg_set.
7774         (find_oldest_value_reg): Use in_hard_reg_set_p.
7775         * reload.c (push_reload): Use in_hard_reg_set_p and end_hard_regno.
7776         (hard_reg_set_here_p): Use end_hard_regno.
7777         (decompose): Likewise.
7778         (reg_overlap_mentioned_for_reload_p): Use END_HARD_REGNO.
7779         (find_equiv_reg): Use in_hard_reg_set_p and end_hard_regno.
7780         * reload1.c (compute_use_by_pseudos): Use add_to_hard_reg_set.
7781         (mark_home_live): Use end_hard_regno.
7782         (spill_hard_reg): Likewise.
7783         (clear_reload_reg_in_use): Likewise.
7784         * reorg.c (delete_prior_computation): Use END_REGNO.
7785         * resource.c (update_live_status): Use END_HARD_REGNO.
7786         (mark_referenced_resources): Use add_to_hard_reg_set.
7787         (mark_set_resources): Likewise.
7788         (mark_target_live_regs): Likewise.  Use remove_from_hard_reg_set.
7789         * rtlanal.c (refers_to_regno_p): Use END_REGNO.
7790         (reg_overlap_mentioned_p): Likewise.
7791         (dead_or_set_p): Likewise.  Use an exclusive upper loop bound.
7792         (covers_regno_no_parallel_p): Use END_REGNO.
7793         (find_regno_note): Likewise.
7794         (find_reg_fusage): Use END_HARD_REGNO.
7795         * stmt.c (decl_overlaps_hard_reg_set_p): Use overlaps_hard_reg_set_p.
7796         * var-tracking.c (emit_note_insn_var_location): Use end_hard_regno.
7798 2007-05-22  Richard Sandiford  <rsandifo@nildram.co.uk>
7800         * mode-switching.c (reg_dies): Change type of second argument to
7801         "HARD_REG_SET *".
7802         (optimize_mode_switching): Update accordingly.
7804 2007-05-22  Richard Sandiford  <richard@codesourcery.com>
7806         * hard-reg-set.h (GO_IF_HARD_REG_SUBSET, GO_IF_HARD_REG_EQUAL): Delete
7807         in favor of...
7808         (hard_reg_subset_p, hard_reg_sets_equal_p, hard_reg_sets_intersect_p)
7809         (hard_reg_set_empty_p): ...these new functions.
7810         * bt-load.c (choose_btr): Use hard_reg_subset_p instead of
7811         GO_IF_HARD_REG_SUBSET.
7812         * cfgcleanup.c (old_insns_match_p): Use hard_reg_sets_equal_p
7813         instead of GO_IF_HARD_REG_EQUAL.
7814         * df-problems.c (df_urec_local_compute): Use hard_reg_set_empty_p
7815         instead of GO_IF_HARD_REG_EQUAL.
7816         * global.c (find_reg): Use hard_reg_set_empty_p instead of
7817         GO_IF_HARD_REG_SUBSET.
7818         (modify_reg_pav): Use hard_reg_set_empty_p instead of
7819         GO_IF_HARD_REG_EQUAL.
7820         * local-alloc.c (find_free_reg): Use hard_reg_subset_p instead
7821         of GO_IF_HARD_REG_SUBSET.
7822         * reg-stack.c (change_stack, convert_regs_1): Use hard_reg_sets_equal_p
7823         instead of GO_IF_HARD_REG_EQUAL.
7824         * regclass.c (init_reg_sets_1, reg_scan_mark_refs): Use
7825         hard_reg_subset_p instead of GO_IF_HARD_REG_SUBSET.
7826         (reg_classes_intersect_p): Use hard_reg_sets_intersect_p instead
7827         of GO_IF_HARD_REG_SUBSET,
7828         * reload1.c (finish_spills): Use hard_reg_subset_p instead of
7829         GO_IF_HARD_REG_SUBSET.
7830         * struct-equiv.c (death_notes_match_p): Use hard_reg_sets_equal_p
7831         instead of GO_IF_HARD_REG_EQUAL.
7832         * config/sh/sh.c (push_regs, calc_live_regs): Use
7833         hard_reg_sets_intersect_p instead of hard_regs_intersect_p.
7834         (hard_regs_intersect_p): Delete.
7836 2007-05-22  Janis Johnson  <janis187@us.ibm.com>
7838         * doc/sourcebuild.texi (Test Directives) Add dg-message.
7840 2007-05-22  H.J. Lu  <hongjiu.lu@intel.com>
7841             Richard Henderson  <rth@redhat.com>
7843         * config.gcc (i[34567]86-*-*): Add smmintrin.h to
7844         extra_headers.
7845         (x86_64-*-*): Likewise.
7847         * i386/i386-modes.def (V2QI): New.
7849         * config/i386/i386.c (ix86_handle_option): Handle SSE4.1 and
7850         SSE4A.
7851         (override_options): Support SSE4.1.
7852         (IX86_BUILTIN_BLENDPD): New for SSE4.1.
7853         (IX86_BUILTIN_BLENDPS): Likewise.
7854         (IX86_BUILTIN_BLENDVPD): Likewise.
7855         (IX86_BUILTIN_BLENDVPS): Likewise.
7856         (IX86_BUILTIN_PBLENDVB128): Likewise.
7857         (IX86_BUILTIN_PBLENDW128): Likewise.
7858         (IX86_BUILTIN_DPPD): Likewise.
7859         (IX86_BUILTIN_DPPS): Likewise.
7860         (IX86_BUILTIN_INSERTPS128): Likewise.
7861         (IX86_BUILTIN_MOVNTDQA): Likewise.
7862         (IX86_BUILTIN_MPSADBW128): Likewise.
7863         (IX86_BUILTIN_PACKUSDW128): Likewise.
7864         (IX86_BUILTIN_PCMPEQQ): Likewise.
7865         (IX86_BUILTIN_PHMINPOSUW128): Likewise.
7866         (IX86_BUILTIN_PMAXSB128): Likewise.
7867         (IX86_BUILTIN_PMAXSD128): Likewise.
7868         (IX86_BUILTIN_PMAXUD128): Likewise.
7869         (IX86_BUILTIN_PMAXUW128): Likewise.
7870         (IX86_BUILTIN_PMINSB128): Likewise.
7871         (IX86_BUILTIN_PMINSD128): Likewise.
7872         (IX86_BUILTIN_PMINUD128): Likewise.
7873         (IX86_BUILTIN_PMINUW128): Likewise.
7874         (IX86_BUILTIN_PMOVSXBW128): Likewise.
7875         (IX86_BUILTIN_PMOVSXBD128): Likewise.
7876         (IX86_BUILTIN_PMOVSXBQ128): Likewise.
7877         (IX86_BUILTIN_PMOVSXWD128): Likewise.
7878         (IX86_BUILTIN_PMOVSXWQ128): Likewise.
7879         (IX86_BUILTIN_PMOVSXDQ128): Likewise.
7880         (IX86_BUILTIN_PMOVZXBW128): Likewise.
7881         (IX86_BUILTIN_PMOVZXBD128): Likewise.
7882         (IX86_BUILTIN_PMOVZXBQ128): Likewise.
7883         (IX86_BUILTIN_PMOVZXWD128): Likewise.
7884         (IX86_BUILTIN_PMOVZXWQ128): Likewise.
7885         (IX86_BUILTIN_PMOVZXDQ128): Likewise.
7886         (IX86_BUILTIN_PMULDQ128): Likewise.
7887         (IX86_BUILTIN_PMULLD128): Likewise.
7888         (IX86_BUILTIN_ROUNDPD): Likewise.
7889         (IX86_BUILTIN_ROUNDPS): Likewise.
7890         (IX86_BUILTIN_ROUNDSD): Likewise.
7891         (IX86_BUILTIN_ROUNDSS): Likewise.
7892         (IX86_BUILTIN_PTESTZ): Likewise.
7893         (IX86_BUILTIN_PTESTC): Likewise.
7894         (IX86_BUILTIN_PTESTNZC): Likewise.
7895         (IX86_BUILTIN_VEC_EXT_V16QI): Likewise.
7896         (IX86_BUILTIN_VEC_SET_V2DI): Likewise.
7897         (IX86_BUILTIN_VEC_SET_V4SF): Likewise.
7898         (IX86_BUILTIN_VEC_SET_V4SI): Likewise.
7899         (IX86_BUILTIN_VEC_SET_V16QI): Likewise.
7900         (bdesc_ptest): New.
7901         (bdesc_sse_3arg): Likewise.
7902         (bdesc_2arg): Likewise.
7903         (bdesc_1arg): Likewise.
7904         (ix86_init_mmx_sse_builtins): Support SSE4.1.  Handle SSE builtins
7905         with 3 args.
7906         (ix86_expand_sse_4_operands_builtin): New.
7907         (ix86_expand_unop_builtin): Support 2 arg builtins with a constant
7908         smaller than 8 bits as the 2nd arg.
7909         (ix86_expand_sse_ptest): New.
7910         (ix86_expand_builtin): Support SSE4.1. Support 3 arg SSE builtins.
7911         (ix86_expand_vector_set): Support SSE4.1.
7912         (ix86_expand_vector_extract): Likewise.
7914         * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define
7915         __SSE4_1__ for -msse4.1.
7917         * config/i386/i386.md (UNSPEC_BLENDV): New for SSE4.1.
7918         (UNSPEC_INSERTPS): Likewise.
7919         (UNSPEC_DP): Likewise.
7920         (UNSPEC_MOVNTDQA): Likewise.
7921         (UNSPEC_MPSADBW): Likewise.
7922         (UNSPEC_PHMINPOSUW): Likewise.
7923         (UNSPEC_PTEST): Likewise.
7924         (UNSPEC_ROUNDP): Likewise.
7925         (UNSPEC_ROUNDS): Likewise.
7927         * config/i386/i386.opt (msse4.1): New for SSE4.1.
7929         * config/i386/predicates.md (const_pow2_1_to_2_operand): New.
7930         (const_pow2_1_to_32768_operand): Likewise.
7932         * config/i386/smmintrin.h: New. The SSE4.1 intrinsic header
7933         file.
7935         * config/i386/sse.md (*vec_setv4sf_sse4_1): New pattern for
7936         SSE4.1.
7937         (sse4_1_insertps): Likewise.
7938         (*sse4_1_extractps): Likewise.
7939         (sse4_1_ptest): Likewise.
7940         (sse4_1_mulv2siv2di3): Likewise.
7941         (*sse4_1_mulv4si3): Likewise.
7942         (*sse4_1_smax<mode>3): Likewise.
7943         (*sse4_1_umax<mode>3): Likewise.
7944         (*sse4_1_smin<mode>3): Likewise.
7945         (*sse4_1_umin<mode>3): Likewise.
7946         (sse4_1_eqv2di3): Likewise.
7947         (*sse4_1_pinsrb): Likewise.
7948         (*sse4_1_pinsrd): Likewise.
7949         (*sse4_1_pinsrq): Likewise.
7950         (*sse4_1_pextrb): Likewise.
7951         (*sse4_1_pextrb_memory): Likewise.
7952         (*sse4_1_pextrw_memory): Likewise.
7953         (*sse4_1_pextrq): Likewise.
7954         (sse4_1_blendpd): Likewise.
7955         (sse4_1_blendps): Likewise.
7956         (sse4_1_blendvpd): Likewise.
7957         (sse4_1_blendvps): Likewise.
7958         (sse4_1_dppd): Likewise.
7959         (sse4_1_dpps): Likewise.
7960         (sse4_1_movntdqa): Likewise.
7961         (sse4_1_mpsadbw): Likewise.
7962         (sse4_1_packusdw): Likewise.
7963         (sse4_1_pblendvb): Likewise.
7964         (sse4_1_pblendw): Likewise.
7965         (sse4_1_phminposuw): Likewise.
7966         (sse4_1_extendv8qiv8hi2): Likewise.
7967         (*sse4_1_extendv8qiv8hi2): Likewise.
7968         (sse4_1_extendv4qiv4si2): Likewise.
7969         (*sse4_1_extendv4qiv4si2): Likewise.
7970         (sse4_1_extendv2qiv2di2): Likewise.
7971         (*sse4_1_extendv2qiv2di2): Likewise.
7972         (sse4_1_extendv4hiv4si2): Likewise.
7973         (*sse4_1_extendv4hiv4si2): Likewise.
7974         (sse4_1_extendv2hiv2di2): Likewise.
7975         (*sse4_1_extendv2hiv2di2): Likewise.
7976         (sse4_1_extendv2siv2di2): Likewise.
7977         (*sse4_1_extendv2siv2di2): Likewise.
7978         (sse4_1_zero_extendv8qiv8hi2): Likewise.
7979         (*sse4_1_zero_extendv8qiv8hi2): Likewise.
7980         (sse4_1_zero_extendv4qiv4si2): Likewise.
7981         (*sse4_1_zero_extendv4qiv4si2): Likewise.
7982         (sse4_1_zero_extendv2qiv2di2): Likewise.
7983         (*sse4_1_zero_extendv2qiv2di2): Likewise.
7984         (sse4_1_zero_extendv4hiv4si2): Likewise.
7985         (*sse4_1_zero_extendv4hiv4si2): Likewise.
7986         (sse4_1_zero_extendv2hiv2di2): Likewise.
7987         (*sse4_1_zero_extendv2hiv2di2): Likewise.
7988         (sse4_1_zero_extendv2siv2di2): Likewise.
7989         (*sse4_1_zero_extendv2siv2di2): Likewise.
7990         (sse4_1_roundpd): Likewise.
7991         (sse4_1_roundps): Likewise.
7992         (sse4_1_roundsd): Likewise.
7993         (sse4_1_roundss): Likewise.
7994         (mulv4si3): Don't expand for SSE4.1.
7995         (smax<mode>3): Likewise.
7996         (umaxv4si3): Likewise.
7997         (uminv16qi3): Likewise.
7998         (umin<mode>3): Likewise.
7999         (umaxv8hi3): Rewrite.  Only enabled for SSE4.1.
8001         * doc/extend.texi: Document SSE4.1 built-in functions.
8003         * doc/invoke.texi: Document -msse4.1.
8005 2007-05-22  Nathan Sidwell  <nathan@codesourcery.com>
8007         * config/m68k/linux.h (ASM_SPEC): Add asm_pcrel_spec.
8008         * config/m68k/m68k-none.h (ASM_SPEC): Don't override here.
8009         * config/m68k/m68k.h (ASM_PCREL_SPEC): New.
8010         (ASM_SPEC): Add asm_pcrel_spec.
8011         (EXTRA_SPECS): Add asm_pcrel_spec.
8013 2007-05-21  David Daney  <ddaney@avtrex.com>
8015         * doc/install.texi (Building a cross compiler): Add requirements
8016         for Java cross compiler.
8018 2007-05-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8020         PR middle-end/31995
8021         * tree-chrec.c (evolution_function_is_affine_multivariate_p):
8022         Add loopno argument.  Use evolution_function_is_invariant_rec_p
8023         instead of evolution_function_is_constant_p.
8024         Update calls to evolution_function_is_affine_multivariate_p.
8025         * tree-chrec.h (evolution_function_is_affine_multivariate_p):
8026         Add loopno argument.
8027         * tree-scalar-evolution.c (gather_chrec_stats): Call
8028         evolution_function_is_affine_multivariate_p with a loop
8029         number of 0.
8030         * tree-data-ref.c (analyze_miv_subscript): Likewise.
8031         (analyze_overlapping_iterations): Likewise.
8032         (access_functions_are_affine_or_constant_p): Likewise.
8033         (build_classic_dist_vector_1): If the access functions
8034         are equal, don't do anything.
8036 2007-05-21  Paolo Bonzini  <bonzini@gnu.org>
8037             Paolo Carlini  <pcarlini@suse.de>
8038             Uros Bizjak  <ubizjak@gmail.com>
8040         * c-cppbuiltin.c (c_cpp_builtins): Define
8041         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2,
8042         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8,
8043         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16, if appropriate.
8044         * doc/cpp.texi ([Standard Predefined Macros]): Document.
8046 2007-05-21  Mike Stump  <mrs@apple.com>
8048         * config/darwin.h (LINK_COMMAND_SPEC): Add .cxx/.cp for dsymutil
8049         handling as well.
8050         * config/darwin9.h (LINK_COMMAND_SPEC): Likewise.
8052 2007-05-21  Uros Bizjak  <ubizjak@gmail.com>
8054         * config/i386/tmmintrin.h (_mm_alignr_epi8): Provide macro
8055         implementation if __OPTIMIZE__ is not defined.
8056         (_mm_alignr_pi8): Ditto.
8057         * config/i386/ammintrin.h (_mm_extracti_si64): Ditto.
8058         (_mm_inserti_si64): Ditto.
8059         * config/i386/emmintrin.h (_mm_shuffle_pd): Ditto.
8060         (_mm_slli_epi16): Ditto.
8061         (_mm_slli_epi32): Ditto.
8062         (_mm_slli_epi64): Ditto.
8063         (_mm_srai_epi16): Ditto.
8064         (_mm_srai_epi32): Ditto.
8065         (_mm_srli_si128): Ditto.
8066         (_mm_slli_si128): Ditto.
8067         (_mm_srli_epi16): Ditto.
8068         (_mm_srli_epi32): Ditto.
8069         (_mm_srli_epi64): Ditto.
8070         (_mm_extract_epi16): Ditto.
8071         (_mm_insert_epi16): Ditto.
8072         (_mm_shufflehi_epi16): Ditto.
8073         (_mm_shufflelo_epi16): Ditto.
8074         (_mm_shuffle_epi32): Ditto.
8075         * config/i386/xmmintrin.h (_mm_extract_pi16): Ditto.
8076         (_m_pextrw): Ditto.
8077         (_mm_insert_pi16): Ditto.
8078         (_m_pinsrw): Ditto.
8079         (_mm_shuffle_pi16): Ditto.
8080         (_m_pshufw): Ditto.
8081         (_mm_shufle_ps): Ditto.
8082         (_mm_prefetch): Ditto.
8084 2007-05-21  Andreas Krebbel  <krebbel1@de.ibm.com>
8086         * defaults.h (IBM_FLOAT_FORMAT): Macro definition removed.
8087         * doc/tm.texi (IBM_FLOAT_FORMAT): Documentation entry removed.
8088         * real.c (encode_i370_single, decode_i370_single,
8089         encode_i370_double, decode_i370_double): Functions removed.
8090         (i370_single_format, i370_double_format): Initializations removed.
8091         (real_maxval, round_for_format, exact_real_truncate, significand_size):
8092         Consider the log2_b field to always be one.
8093         (ieee_single_format, mips_single_format, coldfire_single_format,
8094         ieee_double_format, mips_double_format, coldfire_double_format,
8095         ieee_extended_motorola_format, ieee_extended_intel_96_format,
8096         ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
8097         ibm_extended_format, mips_extended_format, ieee_quad_format,
8098         mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
8099         decimal_single_format, decimal_double_format, decimal_quad_format,
8100         c4x_single_format, c4x_extended_format, real_internal_format): Remove
8101         initialization of log2_b.
8102         * real.h (i370_single_format, i370_double_format): Declarations
8103         removed.
8104         * c-cppbuiltin.c (builtin_define_float_constants): Consider the log2_b
8105         field to always be one.
8107 2007-05-21  Andreas Schwab  <schwab@suse.de>
8109         * config/ia64/ia64.c (emit_predicate_relation_info): Fix use of
8110         NOTE_INSN_BASIC_BLOCK_P.
8111         (process_for_unwind_directive): Likewise.
8113 2007-05-21  Nathan Sidwell  <nathan@codesourcery.com>
8115         * builtins.c (expand_builtin_setjmp_setup): Update comment.
8116         * function.h (struct function): Move va_list_gpr_size,
8117         va_list_fpr_size, function_frequency to front of bitfields.  Add
8118         calls_unwind_init.
8119         (current_function_calls_unwind_init): New.
8120         * except.c (expand_builtin_unwind_init): Set
8121         current_function_calls_unwind_init not
8122         current_function_has_nonlocal_label.
8123         * reload1.c (has_nonexceptional_receiver): New.
8124         (reload): Use it and current_function_calls_unwind_init to
8125         determine whether call-saved regs must be saved.
8127 2007-05-20  Jan Hubicka  <jh@suse.cz>
8129         * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of
8130         NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
8131         * ddg.c (create_ddg): LIkewise.
8132         * final.c (final): Remove hunk moving line number notes around since
8133         they are no longer present at this stage.
8134         (final_scan_insn): Use NOTE_KIND instead of
8135         NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
8136         (output_asm_label): Likewise.
8137         * reorg.c (dbr_schedule): Likewise.
8138         * haifa-sched.c (unlink_other_notes): Likewise.
8139         * mode-switching.c (optimize_mode_switching): Likewise.
8140         * graph.c (start_bb): Likewise.
8141         * rtl.def (NOTE): Update description.
8142         * jump.c (squeeze_notes): Delete.
8143         (mark_jump_label): Use NOTE_KIND instead of NOTE_LINE_NUMBER; use
8144         NOTE_INSN_BASIC_BLOCK_P when possible.
8145         * ifcvt.c (dead_or_predicable): Remove call of squeeze_notes.
8146         * dwarf2out.c (gen_label_die): Use NOTE_KIND instead of
8147         NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
8148         (dwarf2out_var_location): Likewise.
8149         * cfgbuild.c (make_edges): Likewise.
8150         (find_basic_blocks_1): Likewise.
8151         * function.c (reorder_blocks_1): Likewise.
8152         (epilogue_done): Likewise.
8153         (reposition_prologue_and_epilogue_notes): Likewise.
8154         * print-rtl.c (print_rtx): Likewise; drop code for printing
8155         line number notes.
8156         (print_rtl): Likewise.
8157         (print_rtl_single): Likewise.
8158         * gcse.c (insert_insn_start_bb): Likewise.
8159         * alias.c (init_alias_analysis): Likewise.
8160         * calls.c (fixup_tail_calls): Likewise.
8161         * except.c (sjlj_emit_function_enter): Likewise.
8162         * emit-rtl.c (add_insn_after): Likeiwse.
8163         (emit_label_before): Likewise.
8164         (emit_label_after): Likewise.
8165         (emit_note_before, emit_note_after, emit_note): Update
8166         parameter to be enum insn_note; do not deal with source
8167         files.
8168         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps):
8169         Use NOTE_KIND instead of NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P
8170         when possible.
8171         (merge_blocks_move_successor_nojumps): Simplify now when
8172         we don't have BLOCK notes.
8173         (try_optimize_cfg): Likewise.
8174         * cfglayout.c (skip_insns_after_block): Likewise.
8175         (record_effective_endpoints): Likewise.
8176         (duplicate_insn_chain): Likewise.
8177         * varasm.c (output_constant_pool_1): Likewise.
8178         * sched-deps.c (sched_analyze): Likewise.
8179         * rtl.c (NOTE_INSN_MAX_isnt_negative_adjust_NOTE_INSN_BIAS):
8180         Exterminate.
8181         (note_insn_name): Simplify now when NOTE_INSN_BIAS is gone.
8182         * rtl.h (NOTE_SOURCE_LOCATION, NOTE_EXPANDED_LOCATION): Exterminate.
8183         (SET_INSN_DELETED): Simplify.
8184         (NOTE_LINE_NUMBER): Exterminate.
8185         (NOTE_LINE_KIND): New.
8186         (NOTE_INSN_BASIC_BLOCK_P): Update.
8187         (enum insn_note): Simplify.
8188         (GET_NOTE_INSN_NAME) Simplify.
8189         (emit_note_before, emit_note_after, emit_note): Update prototype.
8190         (squeeze_notes): Remove.
8191         * sched-int.h (NOTE_NOT_BB_P): Update.
8192         * resource.c (mark_target_live_regs): Update.
8193         * sched-rgn.c (debug_dependencies): Update.
8194         * sched-vis.c (print_insn): Update.
8195         * config/alpha/alpha.c (alpha_handle_trap_shadows): Update.
8196         * config/i386/i386.c (ix86_output_function_epilogue): Update.
8197         * config/sh/sh.c (sh_adjust_unroll_max): Function dead since gcc 4.0.0.
8198         (TARGET_ADJUST_UNROLL_MAX): Likewise.
8199         (split_branches): Update.
8200         (sh_optimize_target_register_callee_saved): Remove hunk dead since gcc
8201         4.0.0.
8202         (sh_adjust_unroll_max): Exterminate.
8203         * config/c4x/c4x.c (c4x_reorg): Use SET_INSN_DELETED.
8204         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Likewise.
8205         (m68hc11_reorg): Likewise.
8206         * config/ia64/ia64.c (emit_insn_group_barriers): Update.
8207         (emit_predicate_relation_info): Update.
8208         (process_for_unwind_directive): Update.
8209         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Update.
8210         (output_call): Update.
8211         * config/pa/pa.c (output_lbranch): Update.
8212         (output_millicode_call): Update.
8213         (output_call): Update.
8214         (pa_combine_instructions): Update.
8215         * config/mips/mips.c (mips16_gp_pseudo_reg): Update.
8216         * config/bfin/bfin.c (gen_one_bundle): Update.
8217         * cfgrtl.c (can_delete_note_p): Update.
8218         (delete_insn): Update.
8219         (rtl_merge_blocks): Update.
8220         (commit_one_edge_insertion): Update.
8221         (rtl_verify_flow_info): Update.
8222         * stmt.c (expand_case): Do not call squeeze_notes.
8224 2007-05-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8226         PR middle-end/7651
8227         PR c++/11856
8228         PR c/12963
8229         PR c/23587
8230         PR other/29694
8231         * c.opt (Wtype-limits): New.
8232         * doc/invoke.texi (Wtype-limits): Document it.
8233         (Wextra): Enabled by -Wextra.
8234         * c-opts.c (c_common_post_options): Enabled by -Wextra.
8235         * c-common.c (shorten_compare): Warn with Wtype-limits.
8237 2007-05-20  Uros Bizjak  <ubizjak@gmail.com>
8239         * config/i386/tmmintrin.h (_mm_alignr_epi32): Implement as always
8240         inlined function, not as a macro.
8241         (_mm_alignr_pi8): Ditto.
8242         * config/i386/ammintrin.h (_mm_extracti_si64): Ditto.
8243         (_mm_inserti_si64): Ditto.
8244         * config/i386/emmintrin.h (_mm_shuffle_pd): Ditto.
8245         (_mm_extract_epi16): Ditto.
8246         (_mm_insert_epi16): Ditto.
8247         (_mm_shufflehi_epi16): Ditto.
8248         (_mm_shufflelo_epi16): Ditto.
8249         (_mm_shuffle_epi32): Ditto.
8250         * config/i386/xmmintrin.h (_mm_set_ss): Use 0.0f for float constant.
8251         * config/386/mm3dnow.h: Add __attribute__((__always_inline__)) to
8252         all functions.
8253         (_m_from_float): Add __extension__ to conversion.  Use 0.0f for
8254         float constant.
8255         (_m_to_float): Use C89 compatible assignment.
8257 2007-05-20  Martin Michlmayr  <tbm@cyrius.com>
8259         PR target/32007
8260         * config/arm/lib1funcs.asm: Define __ARM_ARCH__ on v2/v3 machines.
8262 2007-05-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8264         PR middle-end/7651
8265         * doc/invoke.texi (Wreturn-type): Complete description.
8266         (Wextra): Delete item about return-type warning.
8267         * c-decl.c: Delete redundant Wextra warning.
8269 2007-05-20  Uros Bizjak  <ubizjak@gmail.com>
8271         PR target/31585
8272         * config/i386/pmmintrin.h: Do not include xmmintrin.h
8273         * config/i386/xmmintrin.h (_mm_extract_pi16): Implement as always
8274         inlined function, not as a macro.
8275         (_mm_prefetch): Ditto.
8276         (_m_pextrw): Ditto.
8277         (_mm_insert_pi16): Ditto.
8278         (_m_pinsrw): Ditto.
8279         (_mm_shuffle_pi16): Ditto.  Add const to __N argument.
8280         (_m_pshufw): Ditto. Add const to __N argument.
8281         (_mm_shufle_ps): Ditto.  Add const to __mask argument.
8282         * config/i386/emmintrin.h (_mm_slli_epi16): Add const to __B argument.
8283         (_mm_slli_epi32): Ditto.
8284         (_mm_srli_si128): Implement as always inlined function, not as a
8285         macro.  Add __inline to function declaration.
8286         (_mm_slli_si128): Ditto.
8288 2007-05-19  Uros Bizjak  <ubizjak@gmail.com>
8290         * config/i386/sfp-machine.h (FP_EX_INVALID, FP_EX_DENORM,
8291         FP_EXP_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT):
8292         New constants.
8293         (struct fenv): New structure.
8294         (FP_HANDLE_EXCEPTIONS): New define.
8295         (FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF, FP_RND_MINF): New constants.
8296         (_FP_DECL_EXP): New define.
8297         (FP_INIT_ROUNDMODE): New define.
8298         (FP_ROUNDMODE): New define.
8300 2007-05-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8302         * doc/invoke.texi (Warning Options): Add -Wconversion-sign.
8303         (Wconversion): Update description.
8304         (Wconversion-sign): New.
8305         * c.opt (Wconversion-sign): New.
8306         * c-opts.c (c_common_post_options): Uninitialized Wconversion-sign
8307         means disabled for C++. Otherwise, take the status of Wconversion.
8308         * c-common.c (conversion_warning): Warn with either Wconversion or
8309         Wconversion-sign.
8310         (warnings_for_convert_and_check): Conditions are already checked by
8311         conversion_warning.
8312         (convert_and_check): Don't check warnings if the conversion failed.
8314 2007-05-19 Andy Hutchinson <HutchinsonAndy@netscape.net>
8315            Anatoly Sokolov <aesok@dol.ru>
8317         * config/avr/avr-protos.h (expand_prologue, expand_epilogue,
8318         avr_epilogue_uses) : Add declaration.
8319         * config/avr/predicates.md (avr_sp_immediate_operand): New predicate.
8320         * config/avr/constraints.md (R): New constraint.
8321         config/avr/avr.md (SREG_ADDR, UNSPEC_SEI, UNSPEC_CLI,
8322         UNSPECV_PROLOGUE_SAVES, UNSPECV_EPILOGUE_RESTORES): New constants.
8323         (*pop1, *pop2, *pop3, *pop4, *pop5): Combine into ...
8324         (*addhi3_sp_R_pc2, *addhi3_sp_R_pc3): ... these patterns.
8325         (*movhi_sp, popqi, pophi, enable_interrupt, disable_interrupt,
8326         call_prologue_saves, epilogue_restores, return_from_epilogue,
8327         return_from_main_epilogue, return_from_interrupt_epilogue,
8328         return_from_naked_epilogue, prologue, epilogue): New patterns.
8329         (jump): Handle symbol reference.
8330         * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr,
8331         avr_output_function_prologue, avr_output_function_epilogue): Remove
8332         functions.
8333         (avr_init_machine_status, expand_prologue, expand_epilogue,
8334         avr_asm_function_end_prologue, avr_epilogue_uses,
8335         avr_asm_function_begin_epilogue): New functions.
8336         (prologue_size, epilogue_size, jump_tables_size): Remove global
8337         variables.
8338         (TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.
8339         (TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
8340         (TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): Define.
8341         (avr_override_options): Initialise init_machine_status.
8342         (output_movhi): Handle all stack pointer loads.
8343         (out_movqi_r_mr, out_movqi_mr_r): Handle SREG_ADDR address.
8344         (avr_output_addr_vec_elt): Do not use variable jump_tables_size.
8345         * config/avr/avr.h (AVR_2_BYTE_PC, AVR_3_BYTE_PC): New.
8346         (EPILOGUE_USES) Redefine.
8347         (machine_function) Declare.
8349 2007-05-19  Richard Sandiford  <richard@codesourcery.com>
8351         * config/mips/mips.c (mips_offset_within_alignment_p): Tweak comment.
8352         Use a single return statement.
8354 2007-05-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8356         PR middle-end/30250
8357         * builtins.c (do_mpfr_lgamma_r): New.
8358         (fold_builtin_2): Handle builtin gamma_r/lgamma_r.
8359         * tree.h (CASE_FLT_FN_REENT): New.
8361 2007-05-18  Geoffrey Keating  <geoffk@apple.com>
8363         * dwarf2out.c (print_die): Use '%ld' not '%lu' to print a 'long'.
8364         (output_die): Use 'unsigned long' with %x.
8365         * sched-vis.c (print_value): Use 'unsigned HOST_WIDE_INT' and
8366         HOST_WIDE_INT_PRINT_HEX to print HOST_WIDE_INT.
8367         * tree-dump.c (dump_pointer): Use 'unsigned long' for %lx.
8369         * unwind-dw2.c (uw_identify_context): Use the CFA, not the IP.
8371 2007-05-18  H.J. Lu  <hongjiu.lu@intel.com>
8373         PR target/31989
8374         PR target/31681
8375         PR target/31666
8376         * config/i386/i386.c (init_cumulative_args): Set maybe_vaarg to
8377         true if function has no argument.
8379 2007-05-18  DJ Delorie  <dj@redhat.com>
8381         * config/mips/mips.c (mips_offset_within_alignment_p): New.
8382         (mips_symbolic_constant_p): Call it for TPREL and DTPREL symbols.
8384 2007-05-18  Uros Bizjak  <ubizjak@gmail.com>
8386         * longlong.h (__x86_64__): Add definitions for add_ssaaaa,
8387         sub_ddmmss, umul_ppmm, udiv_qrnnd, count_leading_zeros and
8388         count_trailing_zeros.
8389         (__i386__): Implement count_leading_zeros using __builtin_clz().
8390         Implement count_trailing_zeros usign __builtin_ctz().
8392 2007-05-18  Richard Sandiford  <richard@codesourcery.com>
8394         * config/i386/vxworks.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine.
8396 2007-05-18  Uros Bizjak  <ubizjak@gmail.com>
8398         PR middle-end/31344
8399         * expr.c (emit_move_change_mode): Change mode of push operands here.
8401 2007-05-17  Ian Lance Taylor  <iant@google.com>
8403         PR tree-optimization/31953
8404         * tree-vrp.c (set_value_range_to_value): Add equiv parameter.
8405         Change all callers.
8406         (set_value_range_to_null): Call set_value_range_to_value.
8407         (extract_range_from_comparison): Likewise.
8409 2007-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8411         * toplev.c (print_version): Output GMP/MPFR version info.
8413         * builtins.c (CASE_MATHFN_REENT): New macro.
8414         (mathfn_built_in): Use it.
8415         * builtins.def (BUILT_IN_GAMMA_R, BUILT_IN_GAMMAF_R,
8416         BUILT_IN_GAMMAL_R, BUILT_IN_LGAMMA_R, BUILT_IN_LGAMMAF_R,
8417         BUILT_IN_LGAMMAL_R): New.
8418         * doc/extend.texi: Document new builtins.
8420         PR middle-end/31796
8421         * builtins.c (do_mpfr_remquo): New.
8422         (fold_builtin_2): Handle BUILT_IN_DREM/BUILT_IN_REMAINDER.
8423         (fold_builtin_3): Handle BUILT_IN_REMQUO.
8425         PR middle-end/30251
8426         * builtins.c (fold_builtin_1): Handle y0, y1.
8427         (fold_builtin_2): Handle yn.
8429         PR middle-end/30251
8430         * builtins.c (do_mpfr_bessel_n): New.
8431         (fold_builtin_1): Handle BUILT_IN_J0 and BUILT_IN_J1.
8432         (fold_builtin_2): Handle BUILT_IN_JN.
8434 2007-05-17  Danny Smith  <dannysmith@users.sourceforge.net>
8436         PR target/31965
8437         * config/i386/mingw32.h (_INTEGRAL_MAX_BITS): Define builtin as
8438         TYPE_PRECISION (intmax_type_node).
8440 2007-05-17  Steve Ellcey  <sje@cup.hp.com>
8442         PR target/31850
8443         * reload.c (subst_reloads): Remove checking.
8445 2007-05-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
8447         PR rtl-optimization/31691
8448         * combine.c (simplify_set): Build a new src pattern instead of
8449         substituting its operands in the COMPARE case.
8451 2007-05-17  Zdenek Dvorak  <dvorakz@suse.cz>
8453         * tree-vrp.c (finalize_jump_threads): Do not care about dominance info.
8454         (execute_vrp): Preserve loops through jump threading.
8455         * tree-ssa-threadupdate.c (thread_single_edge,
8456         dbds_continue_enumeration_p, determine_bb_domination_status,
8457         thread_through_loop_header): New functions.
8458         (create_edge_and_update_destination_phis,
8459         create_edge_and_update_destination_phis): Set loops for the new blocks.
8460         (prune_undesirable_thread_requests): Removed.
8461         (redirect_edges): Do not pretend that redirect_edge_and_branch can
8462         create new blocks.
8463         (thread_block): Do not call prune_undesirable_thread_requests.
8464         Update loops.
8465         (mark_threaded_blocks): Select edges to thread here.
8466         (thread_through_all_blocks): Take may_peel_loop_headers argument.
8467         Thread edges through loop headers independently.
8468         * cfgloopmanip.c (create_preheader, mfb_keep_just): Export.
8469         * tree-pass.h (TODO_mark_first_instance): New.
8470         (first_pass_instance): Declare.
8471         * cfghooks.c (duplicate_block): Put the block to the original loop
8472         if copy is not specified.
8473         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Preserve loops through
8474         jump threading.  Pass may_peel_loop_headers to
8475         thread_through_all_blocks according to first_pass_instance.
8476         * cfgloop.h (create_preheader): Declare.
8477         * tree-flow.h (thread_through_all_blocks): Declaration changed.
8478         * basic-block.h (mfb_keep_just, mfb_kj_edge): Declare.
8479         * passes.c (first_pass_instance): New variable.
8480         (next_pass_1): Set TODO_mark_first_instance.
8481         (execute_todo): Set first_pass_instance.
8483 2007-05-17  Uros Bizjak  <ubizjak@gmail.com>
8485         PR tree-optimization/24659
8486         * optabs.h (enum optab_index): Add OTI_vec_unpacks_float_hi,
8487         OTI_vec_unpacks_float_lo, OTI_vec_unpacku_float_hi,
8488         OTI_vec_unpacku_float_lo, OTI_vec_pack_sfix_trunc and
8489         OTI_vec_pack_ufix_trunc.
8490         (vec_unpacks_float_hi_optab): Define new macro.
8491         (vec_unpacks_float_lo_optab): Ditto.
8492         (vec_unpacku_float_hi_optab): Ditto.
8493         (vec_unpacku_float_lo_optab): Ditto.
8494         (vec_pack_sfix_trunc_optab): Ditto.
8495         (vec_pack_ufix_trunc_optab): Ditto.
8496         * genopinit.c (optabs): Implement vec_unpack[s|u]_[hi|lo]_optab
8497         and vec_pack_[s|u]fix_trunc_optab using
8498         vec_unpack[s|u]_[hi\lo]_* and vec_pack_[u|s]fix_trunc_* patterns
8499         * tree-vectorizer.c (supportable_widening_operation): Handle
8500         FLOAT_EXPR and CONVERT_EXPR.  Update comment.
8501         (supportable_narrowing_operation): New function.
8502         * tree-vectorizer.h (supportable_narrowing_operation): Prototype.
8503         * tree-vect-transform.c (vectorizable_conversion): Handle
8504         (nunits_in == nunits_out / 2) and (nunits_out == nunits_in / 2) cases.
8505         (vect_gen_widened_results_half): Move before vectorizable_conversion.
8506         (vectorizable_type_demotion): Call supportable_narrowing_operation()
8507         to check for target support.
8508         * optabs.c (optab_for_tree_code) Return vec_unpack[s|u]_float_hi_optab
8509         for VEC_UNPACK_FLOAT_HI_EXPR, vec_unpack[s|u]_float_lo_optab
8510         for VEC_UNPACK_FLOAT_LO_EXPR and vec_pack_[u|s]fix_trunc_optab
8511         for VEC_PACK_FIX_TRUNC_EXPR.
8512         (expand_binop): Special case mode of the result for
8513         vec_pack_[u|s]fix_trunc_optab.
8514         (init_optabs): Initialize vec_unpack[s|u]_[hi|lo]_optab and
8515         vec_pack_[u|s]fix_trunc_optab.
8517         * tree.def (VEC_UNPACK_FLOAT_HI_EXPR, VEC_UNPACK_FLOAT_LO_EXPR,
8518         VEC_PACK_FIX_TRUNC_EXPR): New tree codes.
8519         * tree-pretty-print.c (dump_generic_node): Handle
8520         VEC_UNPACK_FLOAT_HI_EXPR, VEC_UNPACK_FLOAT_LO_EXPR and
8521         VEC_PACK_FIX_TRUNC_EXPR.
8522         (op_prio): Ditto.
8523         * expr.c (expand_expr_real_1): Ditto.
8524         * tree-inline.c (estimate_num_insns_1): Ditto.
8525         * tree-vect-generic.c (expand_vector_operations_1): Ditto.
8527         * config/i386/sse.md (vec_unpacks_float_hi_v8hi): New expander.
8528         (vec_unpacks_float_lo_v8hi): Ditto.
8529         (vec_unpacku_float_hi_v8hi): Ditto.
8530         (vec_unpacku_float_lo_v8hi): Ditto.
8531         (vec_unpacks_float_hi_v4si): Ditto.
8532         (vec_unpacks_float_lo_v4si): Ditto.
8533         (vec_pack_sfix_trunc_v2df): Ditto.
8535         * doc/c-tree.texi (Expression trees) [VEC_UNPACK_FLOAT_HI_EXPR]:
8536         Document.
8537         [VEC_UNPACK_FLOAT_LO_EXPR]: Ditto.
8538         [VEC_PACK_FIX_TRUNC_EXPR]: Ditto.
8539         * doc/md.texi (Standard Names) [vec_pack_sfix_trunc]: Document.
8540         [vec_pack_ufix_trunc]: Ditto.
8541         [vec_unpacks_float_hi]: Ditto.
8542         [vec_unpacks_float_lo]: Ditto.
8543         [vec_unpacku_float_hi]: Ditto.
8544         [vec_unpacku_float_lo]: Ditto.
8546 2007-05-16  Uros Bizjak  <ubizjak@gmail.com>
8548         * soft-fp/README: Update for new files.
8549         * soft-fp/floattisf.c: New file.
8550         * soft-fp/floattidf.c: New file.
8551         * soft-fp/floattitf.c: New file.
8552         * soft-fp/floatuntisf.c: New file.
8553         * soft-fp/floatuntidf.c: New file.
8554         * soft-fp/floatuntitf.c: New file.
8555         * soft-fp/fixsfti.c: New file.
8556         * soft-fp/fixdfti.c: New file.
8557         * soft-fp/fixtfti.c: New file.
8558         * soft-fp/fixunssfti.c: New file.
8559         * soft-fp/fixunsdfti.c: New file.
8560         * soft-fp/fixunstfti.c: New file.
8561         * soft-fp/extendxftf.c: New file.
8562         * soft-fp/trunctfxf.c: New file.
8564         * libgcc-std.ver (__extendxftf2): Added to GCC_4.3.0 section.
8565         (__trunctfxf2): Ditto.
8567         * config/i386/libgcc-x86_64-glibc.ver (__addtf3, __divtf3, __eqtf2,
8568         __extenddftf2, __extendsftf2, __fixtfdi, __fixtfsi, __fixtfti,
8569         __fixunstfdi, __fixunstfsi, __fixunstfti, __floatditf, __floatsitf,
8570         __floattitf, __floatunditf, __floatunsitf, __floatuntitf, __getf2,
8571         __letf2, __multf3, __negtf2, __subtf3, __trunctfdf2, __trunctfsf2,
8572         __unordtf2): Exclude and add to GCC_4.3.0 section for x86_64 targets.
8574         * config/i386/t-fprules-softfp64: New file.
8575         * config/i386/sfp-machine.h: New file.
8576         * config.gcc (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu,
8577         x86_64-*-knetbsd*-gnu): Add i386/t-fprules-softfp64
8578         and soft-fp/t-softfp to tmake_file.
8579         (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
8580         i[34567]86-*-knetbsd*-gnu): Ditto for --enable-targets=all.
8582         * config/i386/t-linux64 (softfp_wrap_start): New.
8583         (softfp_wrap_end): New.
8584         * config/i386/i386.c (ix86_scalar_mode_supported): TFmode is
8585         supported for TARGET_64BIT.
8587 2007-05-16  Rafael Avila de Espindola  <espindola@google.com>
8589         * c-common.c (c_common_signed_or_unsigned_type): Emulate
8590         c_common_unsigned_type behavior.
8592 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8594         * config/i386/i386.c (legitimize_tls_address): Mark __tls_get_addr
8595         calls as pure.
8597 2007-05-16  Eric Christopher  <echristo@apple.com>
8599         * config/rs6000/rs6000.c (rs6000_emit_prologue): Move altivec register
8600         saving after stack push. Set sp_offset whenever we push.
8601         (rs6000_emit_epilogue): Move altivec register restore before
8602         stack push.
8604 2007-05-16  Richard Sandiford  <richard@codesourcery.com>
8606         * configure.ac: Allow sysroots to be relocated under $prefix as
8607         well as $exec_prefix.
8608         * configure: Regenerate.
8610 2007-05-16  Richard Sandiford  <richard@codesourcery.com>
8612         Revert:
8614         2007-05-12  Richard Sandiford  <richard@codesourcery.com>
8616         * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
8617         (gcc_tooldir): Likewise.
8618         * configure: Regenerate.
8619         * Makefile.in (libsubdir_to_prefix): New variable, based on the
8620         old configure.ac gcc_tooldir setting.
8621         (prefix_to_exec_prefix): New variable.
8622         (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
8623         rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
8625 2007-05-14  Janis Johnson  <janis187@us.ibm.com>
8627         * c-typeck.c (build_binary_op): Return early for error.
8629 2007-05-15  Zdenek Dvorak  <dvorakz@suse.cz>
8631         * tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate
8632         struct nb_iter_bound.
8633         (free_numbers_of_iterations_estimates_loop): Use ggc_free.
8634         * gengtype.c (open_base_files): Add cfhloop.h to the list of includes.
8635         * cfgloopmanip.c (place_new_loop): Vector larray is gc-allocated.
8636         * tree-scalar-evolution.c: Include gt-tree-scalar-evolution.h.
8637         (struct scev_info_str, scalar_evolution_info): Add GTY markers.
8638         (new_scev_info_str): Use GGC_NEW to allocate struct scev_info_str.
8639         (del_scev_info): Use ggc_free.
8640         (scev_initialize): Allocate scalar_evolution_info in gc memory.
8641         * loop-init.c: Include ggc.h.
8642         (loop_optimizer_init): Use GGC_CNEW to allocate struct loops.
8643         (loop_optimizer_finalize): Use ggc_free.
8644         * tree-ssa-loop.c (pass_tree_unswitch, pass_vectorize,
8645         pass_linear_transfom, pass_empty_loop, pass_complete_unroll,
8646         pass_iv_optimize): Add TODO_ggc_collect.
8647         * function.h (struct function): Remove skip marker from
8648         x_current_loops.
8649         * cfgloop.c: Include ggc.h.
8650         (flow_loops_free, flow_loop_free): Free the loop descriptions in gc
8651         memory.
8652         (establish_preds): Vector superloops is gc allocated.
8653         (alloc_loop): Allocate loop using GGC_CNEW.  Allocate head of
8654         loop->exits list.
8655         (flow_loops_find): Vector larray is gc allocated.
8656         (loop_exit_free): Use ggc_free.
8657         (rescan_loop_exit): Use GGC_NEW to allocate struct loop_exit.  Reflect
8658         that head of exits list is now not a part of struct loop.
8659         (record_loop_exits): Allocate exits table in gc memory.
8660         (get_loop_exit_edges, verify_loop_structure, single_exit): Reflect
8661         that head of exits list is now not a part of struct loop.
8662         * cfgloop.h (struct lpt_decision, struct nb_iter_bound,
8663         struct loop_exit): Add GTY marker.
8664         (struct loop): Add GTY marker.  Make superloops vector gc allocated.
8665         Add skip marker to aux field.  Make head of exits list a separate
8666         object.
8667         (struct loops): Add GTY marker.  Make larray vector gc allocated.
8668         Add param marker to exits table.
8669         (get_loops): Type changed.
8670         * Makefile.in (tree-scalar-evolution.o): Add
8671         gt-tree-scalar-evolution.h dependency.
8672         (cfgloop.o, loop-init.o): Add ggc.h dependency.
8673         (GTFILES): Add cfgloop.h and tree-scalar-evolution.c.
8674         * basic-block.h (struct basic_block_def): Remove skip marker from
8675         loop_father field.
8677 2007-05-14  Uros Bizjak  <ubizjak@gmail.com>
8679         * builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead
8680         of 0 in the call to expand_expr().
8681         (expand_builtin_mathfn_3): Ditto.
8682         (expand_builtin_interclass_mathfn): Ditto.
8683         (expand_builtin_cexpi): Ditto.
8684         (expand_builtin_int_roundingfn): Ditto.
8685         (expand_builtin_int_roundingfn_2): Ditto.
8686         (expand_builtin_pow): Ditto.
8687         (expand_builtin_powi): Ditto.
8688         (expand_builtin_bswap): Ditto.
8689         (expand_builtin_unop): Ditto.
8690         (expand_builtin_fabs): Ditto.
8691         (get_builtin_sync_mem): Use NULL_RTX instead of NULL in
8692         the call to expand_expr().
8693         (expand_builtin_sync_operation): Ditto.
8694         (expand_builtin_compare_and_swap): Ditto.
8695         (expand_builtin_lock_test_and_set): Ditto.
8696         * except.c (expand_builtin_eh_return_data_regno): Use EXPAND_NORMAL
8697         instead of 0 in the call to expand_expr().
8698         (expand_builtin_extract_return_addr): Ditto.
8699         (expand_builtin_eh_return): Ditto.
8700         (expand_eh_return): Ditto.
8701         * explow.c (expr_size): Ditto.
8702         * expr.c (optimize_bitfield_assignment_op): Ditto.
8703         (expand_assignement): Ditto.
8704         (store_expr): Ditto.
8705         (store_field): Ditto.
8706         (expand_expr_addr_expr_1): Use NULL_RTX instead of NULL in
8707         the call to expand_expr().
8708         (expand_expr_real_1) [COMPLEX_CST]: Use EXPAND_NORMAL instead of 0
8709         in the call to expand_expr().
8710         [CONSTRUCTOR, PLUS_EXPR, MINUS_EXPR, NEGATE_EXPR, ABS_EXPR,
8711         BIT_NOT_EXPR, LSHIFT_EXPR, LT_EXPR, TRUTH_NOT_EXPR]: Ditto.
8712         [VEC_UNPACK_HI_EXPR, VEC_UNPACK_LO]: Use expand_normal() instead
8713         of expand_expr().
8714         * optabs.c (expand_vec_shift_expr): Ditto.
8715         (expand_vec_cond_expr): Ditto.
8716         (vector_compare_rtx): Use EXPAND_STACK_PARM instead of 1 in the
8717         call to expand_expr().
8718         * stmt.c (expand_return): Use EXPAND_NORMAL instead of 0
8719         in the call to expand_expr().
8721 2007-05-14  Dave Korn  <dave.korn@artimi.com>
8723         * genautomata.c (gen_regexp_el):  Allocate correct size for regexp.
8725 2007-05-14  Rafael Avila de Espindola  <espindola@google.com>
8727         * c-common.c (warnings_for_convert_and_check): Use unsigned_type_for
8728         instead of c_common_unsigned_type.
8729         (c_common_unsigned_type): Remove.
8730         (shorten_compare): Use c_common_signed_or_unsigned_type instead of
8731         c_common_unsigned_type.
8732         (c_common_nodes_and_builtins): Use unsigned_type_for instead of
8733         c_common_unsigned_type.
8734         * c-common.h (c_common_unsigned_type): Remove.
8735         * c-decl.c (grokdeclarator): Use unsigned_type_for instead of
8736         c_common_unsigned_type.
8737         * c-format.c (check_format_types): Use unsigned_type_for instead of
8738         c_common_unsigned_type.
8739         * c-objc-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
8740         * c-typeck.c (convert_for_assignment): Use unsigned_type_for instead
8741         of c_common_unsigned_type.
8742         * convert.c (convert_to_integer): Use unsigned_type_for instead of
8743         lang_hooks.types.unsigned_type.
8744         * expmed.c (make_tree): Use unsigned_type_for instead of
8745         lang_hooks.types.unsigned_type.
8746         * fold-const.c (fold_negate_expr): Use unsigned_type_for instead of
8747         lang_hooks.types.unsigned_type.
8748         (build_range_check): Likewise.
8749         (fold_unary): Likewise.
8750         (fold_binary): Likewise.
8751         (fold_ternary): Likewise.
8752         * langhooks-def.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
8753         * langhooks.h (lang_hooks_for_types): Remove unsigned_type.
8754         * tree.c (get_unsigned_type): New.
8755         (unsigned_type_for): Use get_unsigned_type instead of
8756         lang_hooks.types.unsigned_type.
8758 2007-05-14  Kazu Hirata  <kazu@codesourcery.com>
8760         * config/m68k/m68k-protos.h: Rename m68k_interrupt_function_p
8761         to m68k_get_function_kind.  Update its prototype.
8762         * config/m68k/m68k.c (m68k_attribute_table): Add an entry for
8763         interrupt_thread.
8764         (m68k_interrupt_function_p): Return enum m68k_function_type
8765         instead of bool.  Rename to m68k_get_function_kind.
8766         (m68k_handle_fndecl_attribute): Reject interrupt_thread if the
8767         target is not fido.
8768         (m68k_compute_frame_layout): Don't mark any register for save
8769         if an interrupt_thread attribute is specified.
8770         (m68k_hard_regno_rename_ok): Update a use of
8771         m68k_interrupt_function_p.
8772         * config/m68k/m68k.h (EPILOGUE_USES): Update a use of
8773         m68k_interrupt_function_p.
8774         (m68k_function_type): New.
8775         * config/m68k/m68k.md (*return): Output a 'sleep' instruction
8776         for a function with an interrupt_thread attribute.
8777         * doc/extend.texi: Document the interrupt_thread attribute.
8779 2007-05-13  Daniel Berlin  <dberlin@dberlin.org>
8781         Fix PR tree-optimization/31911
8782         * tree-ssa-pre.c (phi_translate): Make sure to cache results even
8783         if they didn't change the expression.
8785 2007-05-13  Zdenek Dvorak  <dvorakz@suse.cz>
8787         * tree-scalar-evolution.c (resolve_mixers): Exported.
8788         * tree-scalar-evolution.h (resolve_mixers): Declare.
8789         * tree-data-ref.c (object_analysis, ptr_decl_may_alias_p,
8790         ptr_ptr_may_alias_p, may_alias_p, record_ptr_differ_p,
8791         record_record_differ_p, record_array_differ_p, array_ptr_differ_p,
8792         base_object_differ_p, base_addr_differ_p, analyze_array_indexes,
8793         init_array_ref, init_pointer_ref, analyze_indirect_ref,
8794         strip_conversion, analyze_offset_expr, address_analysis,
8795         object_analysis, analyze_offset): Removed.
8796         (dr_analyze_innermost, dr_analyze_indices, dr_analyze_alias,
8797         split_constant_offset, canonicalize_base_object_address,
8798         object_address_invariant_in_loop_p, disjoint_objects_p,
8799         dr_may_alias_p, dr_address_invariant_p): New functions.
8800         (create_data_ref): Use dr_analyze_innermost, dr_analyze_indices
8801         and dr_analyze_alias.
8802         (initialize_data_dependence_relation): Use dr_may_alias_p
8803         and object_address_invariant_in_loop_p.
8804         (compute_self_dependence): Handle the case when
8805         DDR_ARE_DEPENDENT (ddr) is chrec_dont_know.
8806         (find_data_references_in_stmt): Restrict the analysis of data
8807         references to the given loop nest.
8808         (find_data_references_in_loop): Made static.  Pass loop nest to
8809         find_data_references_in_stmt.
8810         (compute_data_dependences_for_loop): Use DR_VOPS.
8811         (free_data_ref): Free DR_VOPS.
8812         * tree-data-ref.h (struct first_location_in_loop): Replaced by ...
8813         (struct innermost_loop_behavior): ... new.
8814         (struct base_object_info): Replaced by ...
8815         (struct indices): ... new.
8816         (struct dr_alias): New.
8817         (enum data_ref_type): Removed.
8818         (struct data_reference): Consist of struct innermost_loop_behavior,
8819         struct indices and struct dr_alias.
8820         (DR_SET_ACCESS_FNS, DR_FREE_ACCESS_FNS): Removed.
8821         (DR_MEMTAG): Renamed to ...
8822         (DR_SYMBOL_TAG): ... this.
8823         (find_data_references_in_loop): Declaration removed.
8824         * tree-vect-analyze.c (vect_compute_data_ref_alignment): Use DR_INIT
8825         instead of DR_OFFSET_MISALIGNMENT.  DR_ALIGNED_TO is never NULL.
8826         (vect_analyze_data_refs): Use DR_SYMBOL_TAG instead of DR_MEMTAG.
8827         * tree-vect-transform.c (vect_create_data_ref_ptr): Ditto.
8829 2007-05-13  Revital Eres  <eres@il.ibm.com>
8831         * tree-ssa-dse.c (get_use_of_stmt_lhs): New function
8832         which walks virtual def-use chains to find redundant stores.
8833         (dse_optimize_stmt): Call it.
8835 2007-05-12  Steven Bosscher  <steven@gcc.gnu.org>
8837         * gcse.c (gcse_main): Do jump bypassing in CPROP2.
8838         * passes.c (init_optimization_passes): Move pass_jump_bypass
8839         after loop2.
8841         * basic-block.h (bb_has_eh_pred): Fix style issue.
8843 2007-05-12  Steven Bosscher  <steven@gcc.gnu.org>
8845         PR rtl-optimization/31848
8846         * loop-invariant.c (move_invariant_reg): If we move an insn
8847         with a REG_EQUAL note, and that insn is not always executed,
8848         remove the REG_EQUAL note.
8850 2007-05-12  Richard Guenther  <rguenther@suse.de>
8852         PR tree-optimization/31797
8853         * tree-ssa-forwprop.c (forward_propagate_addr_expr): Do not
8854         propagate into a stmt that has volatile ops.
8856 2007-05-12  Richard Sandiford  <richard@codesourcery.com>
8858         * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
8859         (gcc_tooldir): Likewise.
8860         * configure: Regenerate.
8861         * Makefile.in (libsubdir_to_prefix): New variable, based on the
8862         old configure.ac gcc_tooldir setting.
8863         (prefix_to_exec_prefix): New variable.
8864         (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
8865         rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
8867 2007-05-11  Silvius Rus  <rus@google.com>
8869         * Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.
8870         * c-common.c (strict_aliasing_warning): Modify -Wstrict-aliasing logic.
8871         * c-common.h (strict_aliasing_warning): Change return type.
8872         * c-opts.c (c_common_handle_option): Add call to set_Wstrict_aliasing.
8873         * c-typeck.c (build_indirect_ref): Add call to strict_aliasing_warning.
8874         (build_c_cast): Condition call to strict_aliasing_warning.
8875         * doc/invoke.texi: Update description of -Wstrict-aliasing[=n].
8876         * flags.h (set_Wstrict_aliasing): Declare.
8877         * opts.c (set_Wstrict_alising): Define, add call to.
8878         * tree-flow.h (strict_aliasing_warning_backend): Declare.
8879         * tree-ssa-alias-warnings.c: New file.
8880         * tree-ssa-alias.c (compute_may_aliases): Add call to
8881         strict_aliasing_warning_backend.
8883 2007-05-11  Zdenek Dvorak  <dvorakz@suse.cz>
8885         * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):
8886         Use loop_depth and loop_outer accessor functions.
8887         * tree-ssa-loop-im.c (outermost_invariant_loop, set_level,
8888         determine_invariantness_stmt, move_computations_stmt): Ditto.
8889         * cfgloopmanip.c (fix_bb_placement, fix_loop_placement, remove_path,
8890         add_loop, loopify, unloop, fix_loop_structure): Ditto.
8891         * tree-ssa-loop-manip.c (find_uses_to_rename_use): Ditto.
8892         * tree-scalar-evolution.c (interpret_loop_phi,
8893         compute_scalar_evolution_in_loop, analyze_scalar_evolution_in_loop,
8894         instantiate_parameters_1, scev_const_prop): Ditto.
8895         * cfghooks.c (make_forwarder_block): Ditto.
8896         * cfgloopanal.c (mark_irreducible_loops, mark_loop_exit_edges): Ditto.
8897         * modulo-sched.c (loop_canon_p): Ditto.
8898         * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg,
8899         slpeel_can_duplicate_loop_p): Ditto.
8900         * lambda-code.c (invariant_in_loop_and_outer_loops): Ditto.
8901         * tree-cfg.c (tree_duplicate_sese_region): Ditto.
8902         * cfgloop.c (flow_loop_dump, flow_loop_nodes_find, rescan_loop_exit,
8903         cancel_loop, verify_loop_structure): Ditto.
8904         (flow_loop_nested_p, superloop_at_depth, flow_loop_free,
8905         add_bb_to_loop, remove_bb_from_loops, find_common_loop): Use the
8906         superloops vector instead of "pred" array.
8907         (establish_preds): Take father loop as an argument.  Initialize the
8908         superloops vector.
8909         (flow_loop_tree_node_add): Pass father loop to establish_preds.
8910         Do not initialize loop->outer.
8911         (flow_loop_tree_node_remove): Truncate the superloops vector.
8912         * cfgloop.h (struct loop): Removed field "outer", fields "depth" and
8913         "pred" merged to "superloops" vector.
8914         (loop_depth, loop_outer): New.
8915         (fel_init): Use loop_outer.
8917 2007-05-11  Jan Hubicka  <jh@suse.cz>
8919         * cgraphunit.c: Include gt-cgraphunit.h
8920         (static_ctors, static_dtors): New static vars.
8921         (record_cdtor_fn, build_cdtor, cgraph_build_cdtor_fns): New functions,
8922         based on implementation in c-common.c
8923         (cgraph_finalize_function): Call record_cdtor_fn.
8924         (cgraph_optimize): Call cgraph_build_cdtor_fns.
8925         * decl.c (finish_function): Do not call c_record_cdtor_fn.
8926         (c_write_global_declarations): Do not call c_build_cdtor_fns.
8927         * c-common.c (static_ctors, static_dtors, c_record_cdtor_fn,
8928         build_cdtor, c_build_cdtor_fns): Remove.
8929         * c-common.h (static_ctors, static_dtors, c_record_cdtor_fn,
8930         c_build_cdtor_fns): Remove prototype.
8932 2007-05-11  Paolo Carlini  <pcarlini@suse.de>
8934         PR other/31852
8935         * builtin-types.def: Add BT_FN_PTR_CONST_PTR_INT_SIZE.
8936         * builtins.def: Add BUILT_IN_MEMCHR, use the latter.
8937         * builtins.c (fold_builtin_memchr): New.
8938         (expand_builtin_memchr): Call the latter.
8939         (expand_builtin, fold_builtin_3): Deal with BUILT_IN_MEMCHR.
8940         * doc/extend.texi ([Other built-in functions provided by GCC]):
8941         Document memchr.
8943 2007-05-11  Andreas Krebbel  <krebbel1@de.ibm.com>
8945         * config/s390/s390.md (GPR0_REGNUM, FPR0_REGNUM, FPR2_REGNUM,
8946         PFPO_CONVERT, PFPO_OP_TYPE_SF, PFPO_OP_TYPE_DF, PFPO_OP_TYPE_TF,
8947         PFPO_OP_TYPE_SD, PFPO_OP_TYPE_DD, PFPO_OP_TYPE_TD, PFPO_OP0_TYPE_SHIFT,
8948         PFPO_OP1_TYPE_SHIFT): Constants added.
8949         (DFP_ALL): Mode macro defined.
8950         ("*trunc<BFP:mode><DFP_ALL:mode>2", "*trunc<DFP_ALL:mode><BFP:mode>2",
8951         "*extend<BFP:mode><DFP_ALL:mode>2", "*extend<DFP_ALL:mode><BFP:mode>2"):
8952         Insn definitions added.
8953         ("trunc<BFP:mode><DFP_ALL:mode>2", "trunc<DFP_ALL:mode><BFP:mode>2",
8954         "extend<BFP:mode><DFP_ALL:mode>2", "extend<DFP_ALL:mode><BFP:mode>2"):
8955         Expanders added.
8957 2007-05-10  Zdenek Dvorak  <dvorakz@suse.cz>
8959         PR tree-optimization/31885
8960         * tree-chrec.c (chrec_contains_undetermined): Do not consider
8961         NULL_TREE to be undetermined.
8962         (automatically_generated_chrec_p): Return false for NULL.
8964 2007-05-08  Bernd Schmidt  <bernd.schmidt@analog.com>
8966         * config/bfin/bfin.h (MOVE_RATIO): Define.
8968 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
8970         * config.gcc (sparc-wrs-vxworks): New target.
8971         * config/sparc/vxworks.h, config/sparc/t-vxworks: New files.
8972         * config/sparc/sparc-protos.h (sparc_emit_call_insn): Declare.
8973         * config/sparc/sparc.h: Include vxworks-dummy.h.
8974         (PRINT_OPERAND_ADDRESS): Extend SYMBOL_REF handling to
8975         include LABEL_REFs too.
8976         * config/sparc/sparc.c (sparc_expand_move): Don't assume that
8977         _GLOBAL_OFFSET_TABLE_ - label_ref is a link-time constant on
8978         VxWorks.
8979         (legitimize_pic_address): Handle LABEL_REFs like SYMBOL_REFs
8980         on VxWorks.
8981         (load_pic_register): Use gen_vxworks_load_got for VxWorks.
8982         (sparc_emit_call_insn): New function.
8983         (sparc_function_ok_for_sibcall): Restrict sibcalls to locally-binding
8984         functions when generating VxWorks PIC.
8985         * config/sparc/sparc.md (vxworks_load_got): New pattern.
8986         (call, call_value): Use sparc_emit_call_insn instead of
8987         emit_call_insn.
8989 2007-05-09  Bob Wilson  <bob.wilson@acm.org>
8991         * config/xtensa/xtensa.c (xtensa_output_literal): Don't use #if.
8993 2007-05-09  Bob Wilson  <bob.wilson@acm.org>
8995         * config/xtensa/xtensa.c (xtensa_output_literal): Mask out high bits
8996         for floating-point values if HOST_BITS_PER_LONG > 32.  Use
8997         split_double instead of operand_subword.
8999 2007-05-08  Bernd Schmidt  <bernd.schmidt@analog.com>
9001         * config/bfin/bfin.h (LOCAL_ALIGNMENT): Define.
9002         * config/bfin/bfin.c (bfin_local_alignment): New function.
9003         * config/bfin/bfin-protos.h (bfin_local_alignment): Declare it.
9005 2007-05-08  Chao-ying Fu  <fu@mips.com>
9007         * doc/md.texi (msub@var{m}@var{n}4, usub@var{m}@var{n}4): Document.
9008         * optabs.h (OTI_smsub_widen, OTI_umsub_widen): New optab_indexes.
9009         (smsub_widen_optab, umsub_widen_optab): Define.
9010         * optabs.c (init_optabs): Initialize smsub_widen_optab and
9011         umsub_widen_optab.
9012         * genopinit.c (optabs): Fill in smsub_widen_optab and
9013         umsub_widen_optab.
9014         * expr.c (expand_expr_real_1): Try to use smsub_widen_optab
9015         and umsub_widen_optab to implement multiply-subtract sequences.
9016         * config/mips/mips.md (*msac<u>_di): Rename to...
9017         (<u>msubsidi4): ...this.  Extend condition to include
9018         GENERATE_MADD_MSUB and TARGET_DSPR2.  Change the constraint
9019         of operand 0 to "ka" and use the three-operand form of msub<u>
9020         for TARGET_DSPR2.
9021         * config/mips/mips-dspr2.md (mips_msub, mips_msubu): Convert
9022         to define_expands.
9024 2007-05-08  Kaz Kojima  <kkojima@gcc.gnu.org>
9026         PR rtl-optimization/28011
9027         * reload.c (push_reload): Set dont_share if IN appears in OUT
9028         also when IN is a PLUS rtx.
9029         (reg_overlap_mentioned_for_reload_p): Return true if X and IN
9030         are same PLUS rtx.
9032 2007-05-08  Kazu Hirata  <kazu@codesourcery.com>
9034         * emit-rtl.c (unshare_all_rtl_1): Don't copy DECL_RTL.  Don't
9035         call unshare_all_decls.
9036         (unshare_all_rtl): Adjust the call to unshare_all_rtl_1.
9037         (unshare_all_decls): Remove.
9039 2007-05-08  Simon Martin  <simartin@users.sourceforge.net>
9041         PR 31847
9042         * tree-dump.c (dump_options): Don't use TDF_DIAGNOSTIC in "*-all" tree
9043         dumps.
9045 2007-05-08  Sandra Loosemore  <sandra@codesourcery.com>
9046             Nigel Stephens  <nigel@mips.com>
9048         * config/mips/mips.h (MAX_FPRS_PER_FMT): Renamed from FP_INC.
9049         Update comments and all uses.
9050         (MIN_FPRS_PER_FMT): Define.
9051         * config/mips/mips.c (function_arg): Fix to correctly handle
9052         the -mips32r2 -mfp64 -mabi=32 case.
9053         (override_options): Enable use of odd-numbered registers for
9054         SFmode values on MIPS32.
9055         (mips_save_reg_p): Save whole floating-point register pair if
9056         either half is used.
9057         (compute_frame_size): Fix comment.
9059 2007-05-08  Jie Zhang  <jie.zhang@analog.com>
9061         * config/bfin/bfin-protos.h (bfin_expand_epilogue): Add a third
9062         argument of type bool.
9063         * config/bfin/bfin.c (add_to_reg): Add epilogue_p as a fourth
9064         argument. Safely select temporary P register according to it.
9065         (do_link): Change call site of add_to_reg accordingly.
9066         (do_unlink): Add epilogue_p as a fourth argument and pass it
9067         to add_to_reg.
9068         (expand_interrupt_handler_epilogue): Change call of do_unlink
9069         accordingly.
9070         (bfin_expand_prologue): Add a third argument sibcall_p.
9071         * config/bfin/bfin.md (epilogue): Change call of
9072         bfin_expand_epilogue accordingly.
9073         (sibcall_epilogue): Likewise.
9074         (eh_return_internal): Likewise.
9076         * config/bfin/bfin-protos.h (enum bfin_cpu): Add
9077         BFIN_CPU_BF534, BFIN_CPU_BF536 and BFIN_CPU_BF561.
9078         * config/bfin/bfin.c (bfin_handle_option): Handle
9079         -mcpu=bf534, -mcpu=bf536 and -mcpu=bf561.
9080         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS):
9081         Support bf534, bf536 and bf561.
9082         * doc/invoke.texi (Blackfin Options): Document -mcpu and -msim.
9084 2007-05-08  Uros Bizjak  <ubizjak@gmail.com>
9086         PR target/31854
9087         * config/i386/i386.c (ix86_function_regparm): Process local
9088         functions only when TREE_CODE (decl) equals FUNCTION_DECL.
9090 2007-05-07  Mike Stump  <mrs@apple.com>
9092         * doc/invoke.texi (Warning Options): Document that -Wempty-body
9093         also checks for and while statements in C++.
9095 2007-05-07  Nathan Froyd  <froydnj@codesourcery.com>
9097         * gcc.c (at_file_supplied): New variable.
9098         (main): Set it if we expanded argv.
9099         (do_spec_1): Pass an @-file to the linker if we were called with
9100         an @-file argument and HAVE_GNU_LD.
9101         * collect2.c (at_file_supplied): New variable.
9102         (response_file): New variable.
9103         (collect_exit): Unlink response_file if necessary.
9104         (handler): Likewise.
9105         (do_wait): Likewise.
9106         (main): Set at_file_supplied if we expanded argv.
9107         (collect_execute): Pass an @-file to subprocesses if we were called
9108         with an @-file argument.
9109         * configure.ac: Add define for HAVE_GNU_LD.
9110         * configure: Regenerate.
9111         * config.in: Regenerate.
9113 2007-05-07  Naveen.H.S  <naveen.hs@kpitcummins.com>
9115         * config/m32c/muldiv.md (mulhisi3_c): Limit the mode of the 2nd
9116         operand to HI mode.
9117         (mulsi3): New.
9118         (divsi3): New.
9119         (udivsi3): New.
9121 2007-05-07  Jayant Sonar  <jayants@kpitcummins.com>
9123         * config/m32c/m32c.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): Define.
9124         (TARGET_ENCODE_SECTION_INFO): Re-define.
9125         (m32c_encode_section_info): New
9126         (function_vector_handler): New
9127         (current_function_special_page_vector): New
9128         (m32c_special_page_vector_p): New.
9129         * config/m32c/m32c-protos.h (m32c_special_page_vector_p):
9130         Prototype.
9131         * config/m32c/jump.md: Added instruction JSRS for functions
9132         with attribute "function_vector".
9133         * doc/extend.texi (function_vector): Added description
9134         for M16C, M32C targets.
9136 2007-05-07  DJ Delorie  <dj@redhat.com>
9138         PR 31794
9139         * config/m32c/shift.md (ashlpsi3_i, ashrpsi3_i, ashlpsi3,
9140         ashrpsi3, lshrpsi3): Update shift count constraint.
9142 2007-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9143             Nathan Froyd  <froydnj@codesourcery.com>
9145         PR 22133
9146         * c-incpath.c (add_path): Strip trailing path separators.
9148 2007-05-07  Eric Botcazou  <ebotcazou@adacore.com>
9150         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Reset cfg_altered.
9151         Free dominance info before purging EH edges.
9152         (eliminate_degenerate_phis): Likewise.
9153         (propagate_rhs_into_lhs): Set cfg_altered to true instead of 1.
9155 2007-05-07  Jan Hubicka  <jh@suse.cz>
9157         * gimplify.c (gimplify_expr): Do not crash when folding
9158         (void *)(int)&a + 4.
9160 2007-05-07  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
9162         PR driver/31694
9163         * c-opts.c (lang_fortran): Make it non static.
9164         * c-common.h (lang_fortran): New prototype.
9165         * c-cppbuiltin.c (c_cpp_builtins): Create a __GFORTRAN__ if the
9166         -lang-fortran option was passed by the driver.
9168 2007-05-06  Eric Botcazou  <ebotcazou@adacore.com>
9170         * timevar.c (timevar_print): Test ENABLE_ASSERT_CHECKING instead
9171         of ASSERT_CHECKING.  Tweak message.
9173 2007-05-06  Revital Eres  <eres@il.ibm.com>
9175         PR 30957
9176         * loop-unroll.c (insert_var_expansion_initialization):
9177         Initialize the expansions with -zero instead of +zero.
9179 2007-05-05  Aurelien Jarno  <aurelien@aurel32.net>
9181         * config/pa/pa.md: Split tgd_load, tld_load and tie_load
9182         into pic and non-pic versions. Mark r19 as used for
9183         tgd_load_pic, tld_load_pic and tie_load_pic. Mark r27 as used
9184         for tgd_load, tld_load and tie_load .
9185         * config/pa/pa.c (legitimize_tls_address): Emit pic or non-pic
9186         version of tgd_load, tld_load and tie_load depending on the
9187         value of flag_pic.
9189 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
9190             Jakub Jelinek  <jakub@redhat.com>
9192         * crtstuff.c (HIDDEN_DTOR_LIST_END): New macro.
9193         (__do_global_dtors_aux): Use more paranoid loop to run
9194         destructors if HIDDEN_DTOR_LIST_END.
9195         (__DTOR_END__): Export as a hidden symbol when HIDDEN_DTOR_LIST_END.
9197 2007-05-04  Jakub Jelinek  <jakub@redhat.com>
9199         * varasm.c (align_variable): Don't increase alignment for
9200         DECL_THREAD_LOCAL_P variables above BITS_PER_WORD through
9201         DATA_ALIGNMENT or CONSTANT_ALIGNMENT.
9203 2007-05-04  Josh Conner  <jconner@apple.com>
9205         * basic-block.h (cdi_direction): Assign values to all enumeration
9206         constants.
9207         (dom_computed): Remove.
9208         (dom_info_state): New.
9209         (set_dom_info_availability): New.
9210         * tree-ssa-loop-im.c (determine_invariantness): Initialize
9211         walk_data.dom_direction.
9212         * cfghooks.c (delete_basic_block): Use dom_info_available_p()
9213         instead of dom_computed[].
9214         (split_edge): Likewise.
9215         (create_basic_block): Likewise.
9216         (merge_blocks): Likewise.
9217         * ifcvt.c (find_if_header): Likewise.
9218         * tree-cfgcleanup.c (cleanup_tree_cfg): Likewise.
9219         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
9220         * tree-ssa.c (verify_ssa): Likewise.
9221         * tree-cfg.c (tree_verify_flow_info): Likewise.
9222         (remove_edge_and_dominated_blocks): Likewise.
9223         * dominance.c (dom_computed): Make static.
9224         (calc_dfs_tree_nonrec): Change third param to a bool.
9225         (calc_dfs_tree): Change second param to a bool.
9226         (calc_idioms): Change second param to a bool.  Use
9227         dom_convert_dir_to_idx.
9228         (init_dom_info): Validate dir before using.
9229         (dom_convert_dir_to_idx): New.
9230         (calculate_dominance_info): Use dom_convert_dir_to_idx.  New
9231         variable 'reverse' used for calling calc_dfs_tree and calc_idoms.
9232         (free_dominance_info): Use dom_convert_dir_to_idx.
9233         (get_immediate_dominator): Likewise.
9234         (set_immediate_dominator): Likewise.
9235         (get_dominated_by): Likewise.
9236         (redirect_immediate_dominators): Likewise.
9237         (nearest_common_denominator): Likewise.
9238         (dominated_by_p): Likewise.
9239         (bb_dom_dfs_in): Likewise.
9240         (bb_dom_dfs_out): Likewise.
9241         (recount_dominator): Likewise.
9242         (iterate_fix_dominators): Likewise.
9243         (add_to_dominance_info): Likewise.
9244         (delete_from_dominance_info): Likewise.
9245         (first_dom_son): Likewise.
9246         (next_dom_son): Likewise.
9247         (dom_info_available_p): Likewise.
9248         (dom_info_state): New.
9249         (set_dom_info_availability): New.
9251 2007-05-04  Andreas Krebbel  <krebbel1@de.ibm.com>
9253         * config/s390/s390.md ("fix_trunc<mode>di2", "fix_trunc<mode>si2"):
9254         Expander removed.
9255         ("fix_trunc<DSF:mode><GPR:mode>2"): Expander added.
9257 2007-05-04  Bob Wilson  <bob.wilson@acm.org>
9259         * config/xtensa/xtensa.md (adddi3, adddi_carry): Delete.
9260         (subdi3, subdi_carry): Delete.
9262 2007-05-04  Jan Hubicka  <jh@suse.cz>
9263             Richard Guenther  <rguenther@suse.de>
9265         * opts.c (decode_options): Do not fiddle with inlining
9266         parameters in case of optimizing for size.
9267         * ipa-inline.c (cgraph_decide_recursive_inlining): When optimizing
9268         for size do nothing.
9269         (cgraph_decide_inlining_of_small_function): When optimizing for
9270         size never inline functions increasing caller size.
9271         (cgraph_early_inlining): Inline for size when optimizing for size.
9273 2007-05-04  Bernd Schmidt  <bernd.schmidt@analog.com>
9275         * config/bfin/bfin.md (<optab>di3): Now a define_expand which expands
9276         logical operations piecewise.
9277         (<optab>di_zesidi_di, <optab>di_sesidi_di, negdi2, one_cmpldi2,
9278         zero_extendsidi2, subdi_di_zesidi, subdi_zesidi_di, subdi_di_sesidi,
9279         subdi_sesidi_di): Delete.
9280         (add_with_carry): Produce carry in CC instead of a DREG to shorten
9281         the generated sequence.  Allow three-reg add in constraints.  Rewrite
9282         the rtl expression for carry to avoid zero_extend of a constant.
9283         (sub_with_carry): New pattern.
9284         (adddi3, subdi3): Change into define_expand.  For subtract, generate a
9285         different sequence not involving jumps.
9286         (notbi): Now a named pattern.
9288 2007-05-04  Bradley Lucier  <lucier@math.purdue.edu>
9290         * doc/invoke.texi (i386 and x86-64 Options) [-mpc32, -mpc64, -mpc80]:
9291         Add the note about a significant loss of accuracy of some
9292         mathematical routines when these options are used.
9294 2007-05-04  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9296         * haifa-sched.c (rtx_vec_t): New typedef.
9297         (contributes_to_priority_p): Extract piece of priority () into new
9298         static function.
9299         (priority): Use the function.  Add assertion.
9300         (rank_for_schedule, set_priorities): Add assertion to check that
9301         insn's priority is initialized.
9302         (clear_priorities, calc_priorities): Change signature.  Make it update
9303         all relevant insns.  Update all callers ('add_to_speculative_block ()'
9304         and 'create_block_check_twin ()').
9305         * sched-int.h (struct haifa_insn_data): Remove field 'priority_known'.
9306         Add new field 'priority_status'.
9307         (INSN_PRIORITY_STATUS): New macro.
9308         (INSN_PRIORITY_KNOWN): Change to use INSN_PRIORITY_STATUS.
9310 2007-05-04  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9312         * sched-ebb.c (debug_ebb_dependencies): New static function.
9313         (init_ready_list): Use it.
9315         * sched-rgn.c (debug_dependencies): Split into 'debug_dependencies ()'
9316         with changed signature and 'debug_rgn_dependencies ()'.
9317         (debug_rgn_dependencies): New static function.
9318         (init_ready_list): Use it.
9320         * sched-int.h (debug_dependencies): Declare.
9322 2007-05-04  Andreas Krebbel  <krebbel1@de.ibm.com>
9324         * libgcc-std.ver (__ffssi2): Added to GCC_4.3.0 section.
9326 2007-05-04  Dirk Mueller  <dmueller@suse.de>
9328         * c.opt(Wmain,ffreestanding): Enable for C++,ObjC++.
9330 2007-05-03  Jan Hubicka  <jh@suse.cz>
9332         * fold-const.c (fold_unary): Convert (T1)(X op Y) into
9333         ((T1)X op (T1)Y), for pointer type in more cases than before.
9335         * gimplify.c (gimplify_expr): Fold (void *)&a + 4.
9337         * tree-object-size.c (plus_expr_object_size): When operand size is
9338         unknown, return unknown.
9340 2007-05-03  Dirk Mueller  <dmueller@suse.de>
9342         * doc/invoke.texi (-m386,-m486,-mpentium,-mpentiumpro): Remove.
9344         * config/i386/i386.h (CC1_CPU_SPEC): Remove handling for deprecated
9345         options.
9347         * config/i386/i386.opt (m386,m486,mpentium,mpentiumpro): Remove.
9349 2007-05-03  Janis Johnson  <janis187@us.ibm.com>
9351         * doc/sourcebuild.texi (Test Directives) Clarify dg-excess-errors.
9353 2007-05-03  Joseph Myers  <joseph@codesourcery.com>
9355         * config/soft-fp/double.h, config/soft-fp/extended.h,
9356         config/soft-fp/floatundidf.c, config/soft-fp/floatundisf.c,
9357         config/soft-fp/floatunsidf.c, config/soft-fp/floatunsisf.c,
9358         config/soft-fp/op-2.h, config/soft-fp/op-4.h,
9359         config/soft-fp/op-common.h, config/soft-fp/quad.h: Update from
9360         glibc CVS.
9362 2007-05-03  Ian Lance Taylor  <iant@google.com>
9364         * config/rs6000/rs6000.c (rs6000_override_options): Don't set
9365         MASK_PPC_GFXOPT for 8540 or 8548.
9367 2007-05-03  Uros Bizjak  <ubizjak@gmail.com>
9369         * tree-vect-transform.c (vect_update_inits_of_drs): Use
9370         vect_print_dump_info() to output debug information.
9372 2007-05-03  Uros Bizjak  <ubizjak@gmail.com>
9374         PR target/31768
9375         * config/i386/i386.c (print_operand) ['z']: Output 'w' for
9376         operands of size 2 when operand is not MEM_P.
9378 2007-05-03  Zdenek Dvorak  <dvorakz@suse.cz>
9380         PR tree-optimization/30565
9381         * lambda-code.c (perfect_nestify): Fix updating of dominators.
9383 2007-05-03  Bernd Schmidt  <bernd.schmidt@analog.com>
9385         * config/bfin/bfin.md (addpdi3, us_truncpdisi2): New patterns.
9386         (umulsi3_highpart): Use them.
9387         * config/bfin/lib1funcs.asm (__umulsi3_highpart): Use unsigned move
9388         for final accumulator to D regisster tranfser.
9390 2007-05-03  Dorit Nuzman  <dorit@il.ibm.com>
9392         PR tree-optimization/31699
9393         * tree-vect-analyze.c (vect_update_misalignment_for_peel): Remove
9394         wrong code.
9395         (vect_enhance_data_refs_alignment): Compute peel amount using
9396         TYPE_VECTOR_SUBPARTS instead of vf.
9397         * tree-vect-transform.c (vect_gen_niters_for_prolog_loop): Likewise.
9399 2007-05-02  Brooks Moses  <brooks.moses@codesourcery.com>
9401         PR bootstrap/31776
9402         * system.h: Remove inclusion of double-int.h
9403         * tree.h: Include double-int.h
9404         * gengtype.c: Likewise
9405         * cfgloop.h: Likewise
9406         * Makefile.in: Adjust dependencies on double-int.h
9408 2007-05-02  Eric Christopher  <echristo@apple.com>
9410         * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Translate
9411         -shared to -Zdynamiclib.
9413 2007-05-02  Seongbae Park  <seongbae.park@gmail.com>
9415         PR c++/31663
9416         * c-common.c (strip_pointer_or_array_types): New function.
9417         * c-common.h (strip_pointer_or_array_types): New function declaration.
9419 2007-05-03  Zdenek Dvorak  <dvorakz@suse.cz>
9421         PR tree-optimization/31771
9422         * tree-cfg.c (move_block_to_fn): Assign bb to the correct index.
9424 2007-05-02  Paul Brook  <paul@codesourcery.com>
9426         * config/arm/bpabi.S (aeabi_lcmp): Fix result on overflow.
9428 2007-05-02  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9430         PR middle-end/29715
9431         * fold-const.c (fold_comparision): Remove the "foo++ == CONST"
9432         transformation.
9434 2007-05-02  Nick Clifton  <nickc@redhat.com>
9436         * config/frv/predicates.md (symbolic_operand): Accept CONSTs.
9438 2007-05-02  Richard Guenther  <rguenther@suse.de>
9440         PR tree-optimization/31146
9441         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): New
9442         argument, single_use_p.  If we have a single use that is
9443         a conversion to the definition rhs type, propagate that rhs.
9444         (forward_propagate_addr_expr): Pass single_use_p argument
9445         to forward_propagate_addr_expr_1.
9447 2007-05-01  H.J. Lu  <hongjiu.lu@intel.com>
9449         * config/i386/i386.c (ix86_expand_sse_comi): Remove unused
9450         variable.
9452 2007-05-01  Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
9454         * doc/invoke.texi: Fix typo, 'AMD Family 10h core' instead of
9455         'AMD Family 10 core'.
9457 2007-05-01  Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
9459         * config/i386/i386.c (override_options): Accept k8-sse3, opteron-sse3
9460         and athlon64-sse3 as improved versions of k8, opteron and athlon64
9461         with SSE3 instruction set support.
9462         * doc/invoke.texi: Likewise.
9464 2007-05-01  Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
9466         * config/i386/i386.c (override_options): Tuning 32-byte loop
9467         alignment for amdfam10 architecture. Increasing the max loop
9468         alignment to 24 bytes.
9470 2007-05-01  Kazu Hirata  <kazu@codesourcery.com>
9472         * config/m68k/constraints.md: New.
9473         * config/m68k/m68k.h (REG_CLASS_FROM_LETTER,
9474         CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
9475         EXTRA_CONSTRAINT): Remove.
9476         * config/m68k/m68k.md: Include constraints.md.
9477         * expr.c (expand_expr_real_1): Copy DECL_RTL before using it.
9479 2007-05-01  Ian Lance Taylor  <iant@google.com>
9481         PR tree-optimization/31739
9482         * tree-vrp.c (vrp_val_is_max): New static function.
9483         (vrp_val_is_min): New static function.
9484         (set_value_range_to_value): Use TYPE_{MAX,MIN}_VALUE rather than
9485         copying the node.
9486         (set_value_range): Use vrp_val_is_{max,min}.
9487         (extract_range_from_assert): Likewise.
9488         (extract_range_from_binary_expr): Likewise.
9489         (extract_range_from_unary_expr): Likewise.
9490         (dump_value_range, vrp_meet): Likewise.
9491         (vrp_visit_phi_node): Likewise.
9492         * tree.c (build_distinct_type_copy): Revert change of 2007-04-27.
9494 2007-05-01  Mark Mitchell  <mark@codesourcery.com>
9496         * config/i386/gmon-sol2.c (size_t): New type.
9497         (intptr_t): Likewise.
9498         (s_textsize): Declare as size_t.
9499         (sbrk): Declare.
9500         (monstartup): Use size_t for sizes.
9501         (_mcount): Save and restore registers.
9502         (internal_mcount): Pass 0 as the first argument to monstartup
9503         in 64-bit mode.
9504         (moncontrol): Convert pointer to appropriately sized integer
9505         before passing to profil.
9507 2007-05-01  Joseph Myers  <joseph@codesourcery.com>
9509         * config/rs6000/darwin-ldouble.c (__gcc_qunord): Define if
9510         __NO_FPRS__, not just if _SOFT_DOUBLE.
9511         * config/rs6000/libgcc-ppc-glibc.ver (__gcc_qunord): Likewise.
9512         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Use __gcc_qunord
9513         also for E500 double.
9514         * config/rs6000/rs6000.md (buneq, bunge, bungt, bunle, bunlt,
9515         suneq, sunge, sungt, sunle, sunlt): Disable for (TARGET_HARD_FLOAT
9516         && !TARGET_FPRS).
9518 2007-05-01  Richard Guenther  <rguenther@suse.de>
9520         * tree-ssa-loop-manip.c (ip_normal_pos): Check if last stmt
9521         is NULL.
9523 2007-05-01  Joseph Myers  <joseph@codesourcery.com>
9525         * config/rs6000/libgcc-ppc-glibc.ver (__gcc_qgt): Fix typo.
9527 2007-05-01  Jan Hubicka  <jh@suse.cz>
9529         * tree-vectorize.c (vect_is_simple_use): gimple_min_invariant is
9530         invariant.
9532 2007-05-01  Jan Hubicka  <jh@suse.cz>
9534         * tree.h (maybe_fold_offset_to_component_ref): Remove.
9535         (maybe_fold_offset_to_reference): Declare.
9536         * fold-const.c (fold_unary): Do not fold
9537         (type *)&A into &A->field_of_type_and_offset_0
9538         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): When base type
9539         size is unknown, give up.
9540         (maybe_fold_offset_to_component_ref): Ignore firelds with unknown
9541         offsets.
9542         (maybe_fold_offset_to_reference): New.
9543         (maybe_fold_stmt_indirect): Use it.
9544         (fold_stmt_r): Fold (type *)&A+offset into A->field_if_type_and_offset.
9545         * gimplify.c (gimplify_conversion): Canonicalize conversions to
9546         field references.
9547         (gimplify_expr): Likewise for plus_expr.
9549 2007-05-01  Zdenek Dvorak  <dvorakz@suse.cz>
9551         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use
9552         bsi_after_labels.  Always insert statements before bsi.
9553         * tree-vect-transform.c (vect_create_epilog_for_reduction): Ditto.
9554         * predict.c (apply_return_prediction): Check for empty blocks.
9555         * cfgexpand.c (lab_rtx_for_bb): New variable.
9556         (label_rtx_for_bb): Do not create new tree labels.
9557         (expand_gimple_basic_block): Add labels recorded in lab_rtx_for_bb.
9558         (tree_expand_cfg): Initialize lab_rtx_for_bb.
9559         * tree-cfg.c (build_tree_cfg): Call cleanup_dead_labels after
9560         creating edges.
9561         (label_for_bb): Add field used.
9562         (update_eh_label, main_block_label): Mark the label used.
9563         (cleanup_dead_labels): Remove unused labels.
9565 2007-05-01  Richard Guenther  <rguenther@suse.de>
9567         * tree-vrp.c (set_value_range): Do not allocate equiv bitmap
9568         if it is not about to be set.
9569         (get_value_range): Do not pre-allocate equiv bitmap.
9570         (update_value_range): No need to clear equiv field.
9571         (add_equivalence): Change prototype to get bitmap pointer.
9572         Allocate bitmap here if it is not already.
9573         (extract_range_from_assert): Do not allocate bitmap here.
9574         Update callers to add_equivalence.
9575         (extract_range_from_ssa_name): Likewise.
9576         (get_vr_for_comparison): New static helper.
9577         (compare_name_with_value): Handle NULL equiv bitmap by
9578         peeling the first iteration of the comparison loop.
9579         Use get_vr_for_comparison.
9580         (compare_names): Handle NULL equiv bitmaps by using fake
9581         ones.  Use get_vr_for_comparison.
9583 2007-04-30  Brooks Moses  <brooks.moses@codesourcery.com>
9585         * double-int.c (mpz_set_double_int): Moved from
9586         tree-ssa-loop-niter.c.
9587         (mpz_get_double_int): Likewise; also, add option to wrap
9588         out-of-range integers.
9589         * double-int.h: New prototypes for above.
9590         * tree.c (get_static_type_bounds): Moved from
9591         tree-ssa-loop-niter.c; now returns TYPE_MIN_VALUE and
9592         TYPE_MAX_VALUE if they exist..
9593         * tree.h: New prototype for above.
9594         * tree-ssa-loop-niter.c: Adjust mpz_to_double_int and
9595         get_type_bounds calls.
9596         (mpz_set_double_int): Move to double-int.c.
9597         (get_type_bounds): Move to tree.c, rename to
9598         get_static_type_bounds.
9599         (mpz_to_double_int): Move to double-int.c, rename to
9600         mpz_get_double_int.
9602 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
9604         * config/xtensa/lib1funcs.asm (__umodsi3, __modsi3): Rearrange so that
9605         DIV0 exception can fall through to a normal return.
9607 2007-04-30  Alexandre Oliva  <aoliva@redhat.com>
9609         PR middle-end/22156
9610         Temporarily revert:
9611         2007-04-06  Andreas Tobler  <a.tobler@schweiz.org>
9612         * tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.
9613         2007-04-05  Alexandre Oliva  <aoliva@redhat.com>
9614         * tree-sra.c (try_instantiate_multiple_fields): Needlessly
9615         initialize align to silence bogus warning.
9616         2007-04-05  Alexandre Oliva  <aoliva@redhat.com>
9617         * tree-sra.c (struct sra_elt): Add in_bitfld_block.  Remove
9618         all_no_warning.
9619         (struct sra_walk_fns): Remove use_all parameter from use.
9620         (sra_hash_tree): Handle BIT_FIELD_REFs.
9621         (sra_elt_hash): Don't hash bitfld blocks.
9622         (sra_elt_eq): Skip them in parent compares as well.  Handle
9623         BIT_FIELD_REFs.
9624         (sra_walk_expr): Don't maintain or pass down use_all_p.
9625         (scan_use): Remove use_all parameter.
9626         (scalarize_use): Likewise.  Re-expand assignment to
9627         BIT_FIELD_REF of gimple_reg.  De-scalarize before input or
9628         output, and re-scalarize after output.  Don't mark anything
9629         for no warning.
9630         (scalarize_ldst): Adjust.
9631         (scalarize_walk_gimple_modify_statement): Likewise.
9632         (build_element_name_1): Handle BIT_FIELD_REFs.
9633         (instantiate_element): Don't warn for any element whose parent
9634         is used as a whole.
9635         (instantiate_missing_elements_1): Return the sra_elt.
9636         (canon_type_for_field): New.
9637         (try_instantiate_multiple_fields): New.
9638         (instantiate_missing_elemnts): Use them.
9639         (mark_no_warning): Removed.
9640         (generate_one_element_ref): Handle BIT_FIELD_REFs.
9641         (REPLDUP, sra_build_elt_assignment): New.
9642         (generate_copy_inout): Use them.
9643         (generate_element_copy): Likewise.  Handle bitfld differences.
9644         (generate_element_zero): Don't recurse for blocks.  Use
9645         sra_build_elt_assignment.
9646         (generate_one_element_int): Take elt instead of var.  Use
9647         sra_build_elt_assignment.
9648         (generate_element_init_1): Adjust.
9649         (scalarize_use, scalarize_copy): Use REPLDUP.
9650         (scalarize_ldst): Move assert before dereference.
9651         (dump_sra_elt_name): Handle BIT_FIELD_REFs.
9653 2007-04-30  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9655         PR C++/31721
9656         * tree.c (reconstruct_complex_type): Reconstruct a reference
9657         correctly.
9658         Also use the same mode for the pointer as the old pointer type.
9660 2007-04-30  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9662         * doc/trouble.texi (Interoperation): Remove note about Ultrix
9663         Fortran compiler.
9665 2007-04-29  Zdenek Dvorak  <dvorakz@suse.cz>
9667         PR rtl-optimization/31676
9668         * df-scan.c (record_nonlocal_goto_receiver_defs): New function.
9669         (df_refs_record): Call it.
9671 2007-04-29  Bernd Schmidt  <bernd.schmidt@analog.com>
9673         * rtl.def (SS_ABS): New code.
9674         * config/bfin/bfin.c (print_operand): New modifier 'v'.
9675         (enum bfin_builtins): Add BFIN_BUILTIN_SUM_2X16, BFIN_BUILTIN_ABS_1x32,
9676         BFIN_BUILTIN_ROUND_1x32, BFIN_BUILTIN_MULT_1x32x32,
9677         BFIN_BUILTIN_MULT_1x32x32NS, BFIN_BUILTIN_SSASHIFT_1x32.
9678         (bfin_init_builtins): Define them.
9679         (bdesc_1arg, bdesc_2arg): Add some of them here, ...
9680         (bfin_expand_builtin): ... and handle the others here.
9681         * config/bfin/bfin.md (ssabssi2, ssroundsi2, ssashiftsi3,
9682         flag_mul_macv2hi_parts_acconly_andcc0): New patterns.
9683         (ss_absv2hi2): Renamed from absv2hi; use ss_abs code.
9684         (ssashiftv2hi3, ssashifthi3, lshiftv2hi3, lshifthi3): Shift count
9685         operand is only HImode.
9687 2007-04-29  Steven Bosscher  <steven@gcc.gnu.org>
9689         * regclass.c (scan_one_insn): Remove splitting of
9690         two address insns.
9692 2007-04-28  Sandra Loosemore  <sandra@codesourcery.com>
9693             Nigel Stephens  <nigel@mips.com>
9695         * config/mips/mips.h (SLOW_BYTE_ACCESS): Turn off for MIPS16.
9697 2007-04-28  Jan Hubicka  <jh@suse.cz>
9699         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Use
9700         insn_locators_alloc instead of insn_locators_initialize;
9701         call reset_block_changes.
9702         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
9703         * config/sh/sh.c (sparc_output_mi_thunk): Likewise.
9704         * config/is64/ia64.c (ia64_output_mi_thunk): Likewise.
9705         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
9706         * config/score/score.c (th_output_mi_thunk): Likewise.
9707         * config/mips/mips.c (mips_output_mi_thunk): Likewise.
9708         * cfglyaout.c (set_curr_insn_source_location, set_curr_insn_block):
9709         tolerate uninitialized locator info.
9711         Re-apply:
9712         * function.c (init_function_start): Don't init line number info.
9713         (expand_function_end): Update.
9714         (reset_block_changes, record_block_change, finalize_block_changes,
9715         check_block_change, free_block_changes): Kill.
9716         * function.h (reset_block_changes, record_block_change,
9717         finalize_block_changes, check_block_change, free_block_changes):
9718         Remove prototypes.
9719         (struct function): Remove ib_boundaries_block.
9720         * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
9721         Use curr_insn_locator to initialize locator.
9722         (emit_line_note): Remove.
9723         * cfgexpand.c (expand_gimple_cond_expr): Update.
9724         (construct_exit_block): Likewise.
9725         (tree_expand_cfg): Initialize/finalize locators.
9726         * expr.c (expand_expr_real): Update.
9727         * cfglayout.c (line_locators_locs, line_locators_lines,
9728         file_locators_locs, file_locators_files): Remove.
9729         (set_block_levels): Move to cfgexpand.c.
9730         (insn_locators_initialize): Remove.
9731         (pass_insn_locators_initialize): Remove.
9732         (locations_locators_locs, locations_locators_vals): New static vars.
9733         (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
9734         Likewise.
9735         (insn_locators_alloc, insn_locators_finalize,
9736         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
9737         New functions.
9738         (locator_location): New.
9739         (locator_line, locator_file): Rewrite.
9740         * rtl.h (emit_line_note): Kill.
9741         (insn_locators_alloc, insn_locators_finalize,
9742         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
9743         Declare.
9744         * tree-inline.c (initialize_cfun): Do not initialize
9745         ib_boundaries_block.
9746         * passes.c (pass_insn_locators_initialize): Remove.
9748 2007-04-28  Zdenek Dvorak  <dvorakz@suse.cz>
9750         * tree-cfg.c (move_block_to_fn): Release bb from dominance
9751         info.  Update last_basic_block correctly.
9753 2007-04-27  Kaz Kojima  <kkojima@gcc.gnu.org>
9755         PR target/31701
9756         * config/sh/sh.c (output_stack_adjust): Avoid using the frame
9757         register itself to hold the offset constant.  Tell flow the use
9758         of r4 and r5 when they are used.
9760 2007-04-27  Richard Guenther  <rguenther@suse.de>
9762         * tree-ssa-forwprop.c (forward_propagate_into_cond): Keep track
9763         if we simplified anything.
9764         (tree_ssa_forward_propagate_single_use_vars): Defer overflow
9765         warnings until we did a simplification and the stmt was not
9766         marked as TREE_NO_WARNING.
9768 2007-04-27  Mike Stump  <mrs@apple.com>
9770         * config/rs6000/darwin.h (ALWAYS_PUSH_CONSTS_USING_REGS_P): Remove.
9772 2007-04-27  Ian Lance Taylor  <iant@google.com>
9774         PR middle-end/31710
9775         * tree.c (build_distinct_type_copy): If TYPE_MIN_VALUE or
9776         TYPE_MAX_VALUE exist, convert them to the new type.
9778 2007-04-27  Zdenek Dvorak  <dvorakz@suse.cz>
9780         * tree-cfgcleanup.c (cleanup_tree_cfg): Verify dominance info
9781         if it claims to be available.
9782         * tree-ssa-dce.c (remove_dead_stmt): Mark cfg as altered when
9783         edge is redirected.
9784         (perform_tree_ssa_dce): Always free postdominators.
9786 2007-04-27  Richard Henderson  <rth@redhat.com>
9788         * config/alpha/predicates.md (aligned_memory_operand): Mark
9789         as define_special_predicate.
9790         (unaligned_memory_operand, normal_memory_operand): Likewise.
9791         (reg_or_unaligned_mem_operand): Remove.
9792         (any_memory_operand): Match the documentation and check for
9793         non-renumbered pseudos during reload.
9794         * config/alpha/alpha.c (alpha_secondary_reload): Rename from
9795         alpha_secondary_reload_class, update to new interface, make static.
9796         Handle CQImode like HImode.  Remove FP subreg check.
9797         (alpha_expand_mov): Use replace_equiv_address.
9798         (alpha_expand_mov_nobwx): Use any_memory_operand.
9799         (TARGET_SECONDARY_RELOAD): New.
9800         * config/alpha/alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Remove.
9801         (SECONDARY_OUTPUT_RELOAD_CLASS): Remove.
9802         * config/alpha/sync.md (I12MODE, I48MODE, modesuffix): Move ...
9803         * config/alpha/alpha.md: ... here.
9804         (RELOAD12, reloadmode): New.
9805         (movcqi): New.
9806         (reload_in<RELOAD12>): Macro-ize from reload_inqi, reload_inhi.
9807         Don't handle the aligned case here.
9808         (reload_out<RELOAD12>): Macro-ize from reload_outqi, reload_outhi.
9809         (reload_in<I12MODE>_aligned): Macro-ize from reload_inqi_help,
9810         reload_inhi_help.  Don't expect a scratch register.
9811         (reload_out<I12MODE>_aligned): Macro-ize from reload_outqi_help,
9812         reload_outhi_help.
9813         * config/alpha/alpha-protos.h (alpha_secondary_reload_class): Remove.
9815 2007-04-27  Richard Guenther  <rguenther@suse.de>
9817         * tree-ssa-forwprop.c (get_prop_dest_stmt): Fix comment typo.
9819 2007-04-27  Richard Guenther  <rguenther@suse.de>
9821         PR tree-optimization/30965
9822         PR tree-optimization/30978
9823         * Makefile.in (tree-ssa-forwprop.o): Depend on $(FLAGS_H).
9824         * tree-ssa-forwprop.c (forward_propagate_into_cond_1): Remove.
9825         (find_equivalent_equality_comparison): Likewise.
9826         (simplify_cond): Likewise.
9827         (get_prop_source_stmt): New helper.
9828         (get_prop_dest_stmt): Likewise.
9829         (can_propagate_from): Likewise.
9830         (remove_prop_source_from_use): Likewise.
9831         (combine_cond_expr_cond): Likewise.
9832         (forward_propagate_comparison): New function.
9833         (forward_propagate_into_cond): Rewrite to use fold for
9834         tree combining.
9835         (tree_ssa_forward_propagate_single_use_vars): Call
9836         forward_propagate_comparison to propagate comparisons.
9838 2007-04-27  Richard Guenther  <rguenther@suse.de>
9840         PR tree-optimization/31715
9841         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Make
9842         sure to do computation on the offset in an appropriate
9843         signed type.
9845 2007-04-27  Richard Sandiford  <richard@codesourcery.com>
9847         * reload.h (elimination_target_reg_p): Declare.
9848         * reload.c (find_reloads): Don't apply the reg_rtx move
9849         optimization if the SET_DEST satisfies elimination_target_reg_p.
9850         * reload1.c (elimination_target_reg_p): New function.
9851         (gen_reload): In the move/add2 fallback, make sure that op0
9852         does not overlap the destination register.
9854 2007-04-27  Zdenek Dvorak  <dvorakz@suse.cz>
9856         * tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to
9857         transform only GIMPLE_MODIFY_STMTs.
9858         * tree-complex.c (expand_complex_operations_1): Ditto.
9859         (expand_complex_div_wide): Do not create gotos in COND_EXPR branches.
9860         * tree-ssa-loop-manip.c (build_if_stmt): Removed.
9861         (tree_transform_and_unroll_loop): Do not create gotos in COND_EXPR
9862         branches.
9863         * value-prof.c (tree_divmod_fixed_value, tree_mod_pow2,
9864         tree_mod_subtract, tree_ic, tree_stringop_fixed_value): Ditto.
9865         * omp-low.c (expand_parallel_call, expand_omp_for_generic,
9866         expand_omp_for_static_chunk, expand_omp_for_static_nochunk): Ditto.
9867         * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes,
9868         slpeel_add_loop_guard): Ditto.
9869         * tree-mudflap.c (mf_build_check_statement_for): Ditto.
9870         * lambda-code.c (perfect_nestify): Ditto.
9871         * tree-iterator.c (tsi_split_statement_list_before): Fix splitting
9872         before the first statement.
9873         * tree-optimize.c (execute_free_datastructures): Fix comments.
9874         (execute_free_cfg_annotations): Do not call disband_implicit_edges.
9875         * tree-flow.h (disband_implicit_edges): Declaration removed.
9876         * tree-cfg.c (make_cond_expr_edges): Remove gotos from COND_EXPR
9877         branches.
9878         (cleanup_dead_labels, tree_redirect_edge_and_branch): Handle
9879         COND_EXPRs without gotos.
9880         (disband_implicit_edges, has_label_p): Removed.
9881         (tree_verify_flow_info): Verify that COND_EXPR branches are empty.
9882         (tree_lv_add_condition_to_bb): Do not create gotos in COND_EXPR
9883         branches.
9884         * tree.c (build3_stat): Mark COND_EXPRs used as statements as having
9885         side effects.
9886         * tree-pretty-print.c (dump_implicit_edges): Dump implicit edges
9887         also for COND_EXPRs.
9888         * cfgexpand.c (label_rtx_for_bb): New function.
9889         (expand_gimple_cond_expr): Do not expect gotos in COND_EXPR branches.
9890         Use label_rtx_for_bb to find the labels.
9891         (expand_gimple_basic_block): Remove RETURN_EXPR at the end of the
9892         last block.  Detect fallthru edges.
9894 2007-04-26  Ian Lance Taylor  <iant@google.com>
9896         PR target/28675
9897         * reload.c (find_reloads_subreg_address): If the address was valid
9898         in the original mode but not in the new mode, reload the whole
9899         address.
9901 2007-04-27  Zdenek Dvorak  <dvorakz@suse.cz>
9903         * tree-cfgcleanup.c (cfgcleanup_altered_bbs): New global variable.
9904         (remove_fallthru_edge): Use remove_edge_and_dominated_blocks.
9905         (cleanup_control_expr_graph): Do not invalidate dominance info.
9906         Record altered blocks.
9907         (cleanup_control_flow, cleanup_forwarder_blocks): Removed.
9908         (cleanup_control_flow_bb, split_bbs_on_noreturn_calls,
9909         cleanup_tree_cfg_bb): New functions.
9910         (remove_forwarder_block): Do not maintain the worklist of blocks.
9911         Record altered blocks.
9912         (cleanup_tree_cfg_1): Iterate over cfgcleanup_altered_bbs,
9913         not over whole cfg.
9914         (cleanup_tree_cfg): Do not iterate cleanup_tree_cfg_1.  Only call
9915         delete_unreachable_blocks if dominators are not available.
9916         * tree-inline.c (optimize_inline_calls): Free dominance information
9917         earlier.
9918         * tree-flow.h (remove_edge_and_dominated_blocks,
9919         cfgcleanup_altered_bbs): Altered.
9920         * tree-cfg.c (replace_uses_by, tree_merge_blocks): Record altered
9921         blocks.
9922         (get_all_dominated_blocks, remove_edge_and_dominated_blocks): New
9923         functions.
9924         (tree_purge_dead_eh_edges): Use remove_edge_and_dominated_blocks,
9925         do not invalidate dominators.
9927 2007-04-26  Anatoly Sokolov <aesok@post.ru>
9929         * config/avr/avr.c (avr_mcu_types): Add support for ATmega8HVA and
9930         ATmega16HVA devices. Move AT90USB82 device to 'avr5' architecture.
9931         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
9932         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
9934 2007-04-26  Steve Ellcey  <sje@cup.hp.com>
9936         * config/ia64/ia64.md (ip_value):  Fix itanium_class attribute.
9938 2007-04-26  Richard Guenther  <rguenther@suse.de>
9940         PR tree-optimization/31703
9941         * tree-ssa-loop-im.c (rewrite_bittest): Make sure to use
9942         the right type for the target of the bittest.
9944 2007-04-26  Richard Sandiford  <richard@codesourcery.com>
9946         * config/i386/vx-common.h (RETURN_IN_MEMORY): Use
9947         ix86_sol10_return_in_memory.
9949 2007-04-26  Richard Sandiford  <richard@codesourcery.com>
9951         * config/i386/i386.c (ix86_sol10_return_in_memory): Remove unused
9952         variables.
9954 2007-04-26  Jakub Jelinek  <jakub@redhat.com>
9956         PR c++/31598
9957         * tree-inline.c (copy_body_r): Don't touch TREE_TYPE of OMP_CLAUSE.
9959         PR tree-optimization/30558
9960         * tree-eh.c (lower_eh_filter): If EH_FILTER_MUST_NOT_THROW
9961         clear this_state.prev_try.
9963 2007-04-26  Richard Sandiford  <richard@codesourcery.com>
9964             Mark Mitchell  <mark@codesourcery.com>
9966         * config/i386/i386-protos.h (ix86_sol10_return_in_memory): Declare.
9967         * config/i386/i386.c (ix86_sol10_return_in_memory): New function.
9968         * config/i386/sol2-10.h (RETURN_IN_MEMORY): Use it.
9970 2007-04-26  Richard Sandiford  <richard@codesourcery.com>
9972         PR driver/31107
9973         * doc/invoke.texi (%:print-asm-header): Document.
9974         * gcc.c (asm_options): Use %:print-asm-header() for --target-help
9975         and -ftarget-help.
9976         (static_spec_functions): Add print-asm-header.
9977         (main): Print a banner before the --target-help linker options.
9978         (print_asm_header_spec_function): New function.
9980 2007-04-25  Kaz Kojima  <kkojima@gcc.gnu.org>
9982         PR target/31403
9983         * config/sh/sh.md (movsi_ie): Fix length for TARGET_SH2A.
9984         (movsf_ie): Likewise.
9986 2007-04-25  Paolo Carlini  <pcarlini@suse.de>
9988         * doc/extend.texi ([Type Traits]): Adjust per N2255.
9990 2007-04-25  Bob Wilson  <bob.wilson@acm.org>
9992         * config/xtensa/lib1funcs.asm (__udivsi3, __divsi3): Throw an
9993         exception for divide-by-zero.
9994         (__umodsi3, __modsi3): Likewise.
9996 2007-04-25  Dirk Mueller  <dmueller@suse.de>
9998         * c-typeck.c (build_compound_expr): Annotate warning()
9999         call with OPT_Wunused_value.
10000         * tree-ssa.c (warn_uninit): Annotate warning with
10001         OPT_Wunintialized.
10002         * c-common.c (handle_sentinel_attribute): Annotate warning
10003         call with OPT_Wattributes.
10005 2007-04-25  Thiemo Seufer  <ths@mips.com>
10007         * config/mips/mips.opt (mdmx, mmt, mno-mdmx): New options.
10008         (mips16): Fix typo.
10009         * config/mips/mips.h (ASM_SPEC): Pass -mmt/-mno-mt and -mdmx/-mno-mdmx
10010         on to the assembler.  Improve handling of -mno-mips16.  Add handling
10011         of -mno-mips3d, -mno-dsp, -mno-dspr2.
10012         * doc/invoke.texi (MIPS Options): Whitespace cleanup.  Fix wrong use
10013         of @itemx.  Document -mno-dsp, -mno-dspr2, -mno-paired-single, -mdmx,
10014         -mno-mdmx, -mno-mips3d, -mmt and -mno-mt.
10016 2007-04-25  Danny Smith  <dannysmith.users.sourceforge.net>
10018         PR target/31680
10019         * config/i386/winnt.c (i386_pe_file_end): Strip only
10020         USER_LABEL_PREFIX when writing export name.
10022 2007-04-25  Richard Sandiford  <richard@codesourcery.com>
10024         * config.gcc (sh-wrs-vxworks): Don't include dbxelf.h.  Include
10025         sh/elf.h, vx-common.h and vxworks.h.
10026         * config/sh/sh.h: Include config/vxworks-dummy.h.
10027         (SUBTARGET_OVERRIDE_OPTIONS): Define.
10028         (OVERRIDE_OPTIONS): Use it.
10029         * config/sh/sh.md (GOTaddr2picreg): Add suport for VxWorks RTPs.
10030         (vxworks_picreg): New pattern.
10031         * config/sh/vxworks.h (TARGET_OS_CPP_BUILTINS): Use
10032         VXWORKS_OS_CPP_BUILTINS.
10033         (LIB_SPEC, LINK_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Redefine
10034         to their VXWORKS_* equivalents.
10035         (SUBTARGET_OVERRIDE_OPTIONS, SUBTARGET_CPP_SPEC): Define.
10036         (SUBTARGET_LINK_EMUL_SUFFIX, FUNCTION_PROFILER): Define.
10037         * config/sh/lib1funcs.asm (NO_FPSCR_VALUES): Define for VxWorks PIC.
10038         (set_fpscr, ic_invalidate): Add VxWorks PIC sequences.
10039         * config/sh/t-vxworks (MULTILIB_OPTIONS): Add m4a, -mrtp and
10040         -mrtp/-fPIC multilibs.
10041         (MULTILIB_EXCEPTIONS): Generalize globs accordingly.
10042         (MULTILIB_MATCHES, EXTRA_MULTILIB_PARTS): Define.
10043         (MULTILIB_OSDIRNAMES): Delete.
10045 2007-04-25  Anatoly Sokolov <aesok@post.ru>
10047         PR target/18989
10048         * config/avr/avr.h (ASM_OUTPUT_ALIGN): Redefine.
10050 2007-04-24  Brooks Moses  <brooks.moses@codesourcery.com>
10052         * real.c (mpfr_from_real): Handle Inf and NaN, and allow the
10053         rounding mode to be specified by the caller.
10054         (real_to_mpfr) Likewise.
10055         * real.h: Update mpfr_from_real, mpfr_to_real prototypes to
10056         include new arguments.
10057         * builtins.c: Update mpfr_from_real, mpfr_to_real calls.
10059 2007-04-24  Ian Lance Taylor  <iant@google.com>
10061         PR tree-optimization/31605
10062         * tree-vrp.c (set_value_range): Check that min and max are not
10063         both overflow infinities.
10064         (set_value_range_to_value): New static function.
10065         (extract_range_from_binary_expr): Call set_value_range_to_value.
10066         (extract_range_from_cond_expr): Likewise.
10067         (extract_range_from_expr): Likewise.
10068         (extract_range_from_unary_expr): Likewise.  Don't create a range
10069         which overflows on both sides.
10070         (vrp_meet): Check for a useless range.
10071         (vrp_visit_phi_node): If we see a constant which looks like an
10072         overflow infinity, turn off the TREE_OVERFLOW flag.
10074 2007-04-24  Ian Lance Taylor  <iant@google.com>
10076         * flow.c (elim_reg_cond): Handle a comparison of a subreg.
10078 2007-04-24  Simon Martin  <simartin@users.sourceforge.net>
10080         PR diagnostic/25923
10081         * tree-pass.h (TDF_DIAGNOSTIC): New dump control to specify that a
10082         diagnostic message is being built.
10083         * tree-pretty-print.c (dump_generic_node): Only write the
10084         formatted text into BUFFER's stream if we are not building a
10085         diagnostic message.
10086         * toplev.c (default_tree_printer): Pass TDF_DIAGNOSTIC to
10087         dump_generic_node.
10088         * Makefile.in (toplev.o): Depend on tree-pass.h.
10090 2007-04-24  Ian Lance Taylor  <iant@google.com>
10092         PR tree-optimization/31602
10093         * tree-ssa-loop-ch.c (copy_loop_headers): Set TREE_NO_WARNING for
10094         conditionals in the copied loop header.
10095         * tree-cfg.c (fold_cond_expr_cond): Don't issue undefined overflow
10096         warnings if TREE_NO_WARNING is set.
10097         * doc/invoke.texi (Warning Options): Clarify that
10098         -Wstrict-overflow does not warn about loops.
10100 2007-04-24  Janis Johnson  <janis187@us.ibm.com>
10102         * config/rs6000/rs6000.c (function_arg_advance): For 32-bit ELF ABI,
10103         expand on the comment about _Decimal128 arguments and check the
10104         integer result of the modulus operation; for 64-bit ELF ABI, ensure
10105         that _Decimal128 argument uses even/odd register pair.
10106         (function_arg): Ditto.
10108 2007-04-24  Hui-May Chang <hm.chang@apple.com>
10110         * reload1.c (merge_assigned_reloads) : Do not merge a RELOAD_OTHER
10111         instruction with a RELOAD_FOR_OPERAND_ADDRESS instruction.
10113 2007-04-24  Richard Guenther  <rguenther@suse.de>
10114             Olga Golovanevsky  <olga@il.ibm.com>
10116         * fold-const.c (multiple_of_p): Check for bottom
10117         to be zero.
10119 2007-04-24  Richard Henderson  <rth@redhat.com>
10121         * libgcc2.h (AVOID_FP_TYPE_CONVERSION): Rename from
10122         IS_IBM_EXTENDED.  Also define in terms of WIDEST_HARDWARE_FP_SIZE.
10123         * libgcc2.c (__floatdisf): Avoid double-word arithmetic when
10124         looking for non-zero bits shifted out.  Avoid a recursive call
10125         when constructing the scalar.
10126         (__floatundisf): Likewise.
10128 2007-04-24  Nathan Froyd  <froydnj@codesourcery.com>
10130         * dwarf2out.c (field_byte_offset): Move the existing logic
10131         under the control of PCC_BITFIELD_TYPE_MATTERS and just use
10132         the bit offset of the field if !PCC_BITFIELD_TYPE_MATTERS.
10134 2007-04-24  Andreas Krebbel  <krebbel1@de.ibm.com>
10136         PR target/31641
10137         * config/s390/s390.c (s390_expand_setmem): Don't ICE for constant
10138         length argument of 0 for memset.
10139         (s390_expand_movmem, s390_expand_setmem, s390_expand_cmpmem): Use
10140         unsigned shift instead of the signed variant.
10142 2007-04-24  Andreas Krebbel  <krebbel1@de.ibm.com>
10144         * config/s390/s390.md ("*cmp<mode>_ccs_0_ibm", "*cmp<mode>_ccs_ibm",
10145         "fix_trunc<BFP:mode><GPR:mode>2_ieee", "fix_truncdfsi2_ibm",
10146         "floatsidf2_ibm", "floatsisf2", "truncdfsf2_ieee", "truncdfsf2_ibm",
10147         "*trunctfdf2_ieee", "*trunctfdf2_ibm", "*trunctfsf2_ieee",
10148         "*trunctfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
10149         "*extenddftf2_ieee", "*extenddftf2_ibm", "*extendsftf2_ieee",
10150         "*extendsftf2_ibm", "*add<mode>3", "*add<mode>3_ibm", "*sub<mode>3_ibm",
10151         "*mul<mode>3", "*mul<mode>3_ibm", "*div<mode>3", "*div<mode>3_ibm",
10152         "*neg<mode>2_ibm", "*abs<mode>2_ibm"): Insn definitions removed.
10153         ("fix_trunc<BFP:mode><GPR:mode>2_bfp", "floatsi<mode>2",
10154         "truncdfsf2", "trunctf<mode>2", "add<mode>3", "sub<mode>3",
10155         "mul<mode>3", "div<mode>3"): Insn definitions added.
10156         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fix_trunc<mode>di2",
10157         "fix_trunc<mode>si2"): gen_fix_trunc<BFP:mode><GPR:mode>2_ieee renamed
10158         to gen_fix_trunc<BFP:mode><GPR:mode>2_bfp.
10159         ("fix_truncdfsi2", "floatsitf2", "truncdfsf2", "trunctfdf2",
10160         "trunctfsf2", "extendsfdf2", "extenddftf2", "extendsftf2", "add<mode>3",
10161         "sub<mode>3", "mul<mode>3", "div<mode>3"): Expander removed.
10162         ("fix_trunc<mode>si2", "extend<DSF:mode><BFP:mode>2"): Expander added.
10163         * config/s390/s390.h (TARGET_IBM_FLOAT, TARGET_IEEE_FLOAT,
10164         TARGET_FLOAT_FORMAT): Macro definitions removed.
10165         (FP_REGNO_P): No special case for !TARGET_IEEE_FLOAT anymore.
10166         * config/s390/s390.c (struct processor_costs, z900_cost, z990_cost,
10167         z9_109_cost): Remove fields for hexfloat instructions: dxr, ddr and der.
10168         (s390_rtx_costs): Remove !TARGET_IEEE_FLOAT special branches.
10169         (s390_gen_rtx_const_DI): Function removed.
10170         * config/s390/s390-protos.h (s390_gen_rtx_const_DI): Prototype removed.
10172 2007-04-24  Richard Sandiford  <richard@codesourcery.com>
10174         * optabs.c (set_conv_libfunc): Prefer libgcc2's __ffsMM2 functions
10175         over an external ffs function.
10177 2007-04-24  Chao-ying Fu  <fu@mips.com>
10178             Richard Sandiford  <richard@nildram.co.uk>
10180         * doc/md.texi (madd@var{m}@var{n}4, umadd@var{m}@var{n}4): Document.
10181         * optabs.h (OTI_smadd_widen, OTI_umadd_widen): New optab_indexes.
10182         (smadd_widen_optab, umadd_widen_optab): Define.
10183         * optabs.c (init_optabs): Initialize smadd_widen_optab and
10184         umadd_widen_optab.
10185         * genopinit.c (optabs): Fill in smadd_widen_optab and
10186         umadd_widen_optab.
10187         * expr.c (expand_expr_real_1): Try to use smadd_widen_optab
10188         and umadd_widen_optab to implement multiply-add sequences.
10189         * config/mips/mips.md (*<su>mul_acc_di): Rename to...
10190         (<u>maddsidi4): ...this.  Extend condition to include
10191         GENERATE_MADD_MSUB and TARGET_DSPR2.  Change the constraint
10192         of operand 0 to "ka" and use the three-operand form of madd<u>
10193         for TARGET_DSPR2.
10194         * config/mips/mips-dspr2.md (mips_madd, mips_maddu): Convert
10195         to define_expands.
10196         * config/mips/constraints.md (ka): New register constraint.
10198 2007-04-24  Jan Hubicka  <j@suse.cz>
10200         Revert:
10202         2007-04-23  Jan Hubicka  <jh@suse.cz>
10203         * function.c (init_function_start): Don't init line number info.
10204         (expand_function_end): Update.
10205         (reset_block_changes, record_block_change, finalize_block_changes,
10206         check_block_change, free_block_changes): Kill.
10207         * function.h (reset_block_changes, record_block_change,
10208         finalize_block_changes, check_block_change, free_block_changes):
10209         Remove prototypes.
10210         (struct function): Remove ib_boundaries_block.
10211         * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
10212         Use curr_insn_locator to initialize locator.
10213         (emit_line_note): Remove.
10214         * cfgexpand.c (expand_gimple_cond_expr): Update.
10215         (construct_exit_block): Likewise.
10216         (tree_expand_cfg): Initialize/finalize locators.
10217         * expr.c (expand_expr_real): Update.
10218         * cfglayout.c (line_locators_locs, line_locators_lines,
10219         file_locators_locs, file_locators_files): Remove.
10220         (set_block_levels): Move to cfgexpand.c.
10221         (insn_locators_initialize): Remove.
10222         (pass_insn_locators_initialize): Remove.
10223         (locations_locators_locs, locations_locators_vals): New static vars.
10224         (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
10225         Likewise.
10226         (insn_locators_alloc, insn_locators_finalize,
10227         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
10228         New functions.
10229         (locator_location): New.
10230         (locator_line, locator_file): Rewrite.
10231         * rtl.h (emit_line_note): Kill.
10232         (insn_locators_alloc, insn_locators_finalize,
10233         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
10234         Declare.
10235         * tree-inline.c (initialize_cfun): Do not initialize
10236         ib_boundaries_block.
10237         * passes.c (pass_insn_locators_initialize): Remove.
10239 2007-04-24  Daniel Franke  <franke.daniel@gmail.com>
10241         * doc/invoke.texi: Removed leading '-' from option index entries.
10243 2007-04-23  Zdenek Dvorak  <dvorakz@suse.cz>
10245         * tree-phinodes.c (reserve_phi_args_for_new_edge, remove_phi_node):
10246         Use phi_nodes_ptr.
10247         (create_phi_node): Use set_phi_nodes.
10248         * omp-low.c (expand_omp_parallel): Use bb_stmt_list.
10249         * tree-if-conv.c (process_phi_nodes): Use set_phi_nodes.
10250         (combine_blocks):  Use bb_stmt_list and set_bb_stmt_list.
10251         * tree-flow-inline.h (phi_nodes, set_phi_nodes,
10252         (bsi_start, bsi_last): Use bb_stmt_list.
10253         (phi_nodes_ptr, bb_stmt_list, set_bb_stmt_list): New functions.
10254         * cfgexpand.c (expand_gimple_basic_block): Use bb_stmt_list.
10255         Traverse the statements using tsi iterator.
10256         * basic-block.h (struct basic_block_def): Fields stmt_list
10257         and phi_nodes moved to ...
10258         (struct tree_bb_info): ... new structure.
10259         * tree-cfg.c (create_bb): Allocate il.tree.  Use set_bb_stmt_list.
10260         (tree_merge_blocks): Use bb_stmt_list and set_bb_stmt_list.
10261         (remove_bb): Handle blocks with NULL stmt list.  Clear il.tree field.
10262         (tree_verify_flow_info): Verify that il.tree is not set for
10263         entry and exit block.
10264         (tree_split_block): Use set_bb_stmt_list.
10266 2007-04-23  Mike Stump  <mrs@apple.com>
10268         * config/i386/i386.c (ix86_tune_features
10269         [X86_TUNE_DEEP_BRANCH_PREDICTION]: Prefer call over thunks on
10270         nocona and core2.
10272 2007-04-23  H.J. Lu  <hongjiu.lu@intel.com>
10274         * config/i386/i386.md (prefix_extra): New attribute.
10275         (length): Add prefix_extra.
10277         * onfig/i386/sse.md (sse2_movdqu): Set prefix_data16.
10278         (sse2_movntv2di): Likewise.
10279         (sse2_cvtps2dq): Likewise.
10280         (sse2_cvtpd2pi): Likewise.
10281         (sse2_cvttpd2pi): Likewise.
10282         (*sse2_cvtpd2ps): Likewise.
10283         (*add<mode>3): Likewise.
10284         (sse2_ssadd<mode>3): Likewise.
10285         (sse2_usadd<mode>3): Likewise.
10286         (*sub<mode>3): Likewise.
10287         (sse2_sssub<mode>3): Likewise.
10288         (sse2_ussub<mode>3): Likewise.
10289         (*mulv8hi3): Likewise.
10290         (*smulv8hi3_highpart): Likewise.
10291         (*umulv8hi3_highpart): Likewise.
10292         (sse2_umulv2siv2di3): Likewise.
10293         (sse2_pmaddwd): Likewise.
10294         (ashr<mode>3): Likewise.
10295         (lshr<mode>3): Likewise.
10296         (ashl<mode>3): Likewise.
10297         (sse2_ashlti3): Likewise.
10298         (sse2_lshrti3): Likewise.
10299         (*umaxv16qi3): Likewise.
10300         (*smaxv8hi3): Likewise.
10301         (*uminv16qi3): Likewise.
10302         (*sminv8hi3): Likewise.
10303         (sse2_eq<mode>3): Likewise.
10304         (sse2_gt<mode>3): Likewise.
10305         (*and<mode>3): Likewise.
10306         (sse2_nand<mode>3): Likewise.
10307         (*ior<mode>3): Likewise.
10308         (*xor<mode>3): Likewise.
10309         (sse2_packsswb): Likewise.
10310         (sse2_packssdw): Likewise.
10311         (sse2_packuswb): Likewise.
10312         (sse2_punpckhbw): Likewise.
10313         (sse2_punpcklbw): Likewise.
10314         (sse2_punpckhwd): Likewise.
10315         (sse2_punpcklwd): Likewise.
10316         (sse2_punpckhdq): Likewise.
10317         (sse2_punpckldq): Likewise.
10318         (sse2_punpckhqdq): Likewise.
10319         (sse2_punpcklqdq): Likewise.
10320         (*sse2_pinsrw): Likewise.
10321         (*sse2_pextrw): Likewise.
10322         (sse2_pshufd_1): Likewise.
10323         (sse2_uavgv16qi3): Likewise.
10324         (sse2_uavgv8hi3): Likewise.
10325         (sse2_psadbw): Likewise.
10326         (sse2_pmovmskb): Likewise.
10327         (*sse2_maskmovdqu): Likewise.
10328         (*sse2_maskmovdqu_rex64): Likewise.
10329         (sse4a_extrqi): Likewise.
10330         (sse4a_extrq): Likewise.
10331         (sse3_lddqu): Set prefix_rep.
10332         (sse3_addsubv4sf3): Likewise.
10333         (sse3_haddv4sf3): Likewise.
10334         (sse3_hsubv4sf3): Likewise.
10335         (sse_cvtss2si): Likewise.
10336         (sse_cvtss2si_2): Likewise.
10337         (sse_cvtss2siq): Likewise.
10338         (sse_cvtss2siq_2): Likewise.
10339         (sse_cvttss2si): Likewise.
10340         (sse_cvttss2siq): Likewise.
10341         (sse2_cvttps2dq): Likewise.
10342         (sse3_movshdup): Likewise.
10343         (sse3_movsldup): Likewise.
10344         (sse2_cvtsd2si): Likewise.
10345         (sse2_cvtsd2si_2): Likewise.
10346         (sse2_cvtsd2siq): Likewise.
10347         (sse2_cvtsd2siq_2): Likewise.
10348         (sse2_cvttsd2si): Likewise.
10349         (sse2_cvttsd2siq): Likewise.
10350         (*sse2_cvtpd2dq): Likewise.
10351         (*sse2_cvttpd2dq): Likewise.
10352         (sse2_pshuflw_1): Likewise.
10353         (sse2_pshufhw_1): Likewise.
10354         (sse4a_insertqi): Likewise.
10355         (sse4a_insertq): Likewise.
10356         (ssse3_phaddwv8hi3): Set prefix_data16 and prefix_extra.
10357         (ssse3_phadddv4si3): Likewise.
10358         (ssse3_phaddswv8hi3): Likewise.
10359         (ssse3_phsubwv8hi3): Likewise.
10360         (ssse3_phsubdv4si3): Likewise.
10361         (ssse3_phsubswv8hi3): Likewise.
10362         (ssse3_pmaddubswv8hi3): Likewise.
10363         (ssse3_pmulhrswv8hi3): Likewise.
10364         (ssse3_pshufbv16qi3): Likewise.
10365         (ssse3_psign<mode>3): Likewise.
10366         (ssse3_palignrti): Likewise.
10367         (abs<mode>2): Likewise.
10368         (ssse3_phaddwv4hi3): Set prefix_extra.
10369         (ssse3_phadddv2si3): Likewise.
10370         (ssse3_phaddswv4hi3): Likewise.
10371         (ssse3_phsubwv4hi3): Likewise.
10372         (ssse3_phsubdv2si3): Likewise.
10373         (ssse3_phsubswv4hi3): Likewise.
10374         (ssse3_pmaddubswv4hi3): Likewise.
10375         (ssse3_pmulhrswv4hi3): Likewise.
10376         (ssse3_pshufbv8qi3): Likewise.
10377         (ssse3_psign<mode>3): Likewise.
10378         (ssse3_palignrdi): Likewise.
10379         (abs<mode>2): Likewise.
10380         (sse2_cvtdq2ps): Set mode to V4SF instead of V2DF.
10381         (*vec_dupv2df): Set mode to V2DF instead of V4SF.
10382         (sse2_pmovmskb): Set mode to SI instead of V2DF.
10384 2007-04-23  Nick Clifton  <nickc@redhat.com>
10386         * params.def: Fix formatting of emacs local variables.
10388 2007-04-23  H.J. Lu  <hongjiu.lu@intel.com>
10390         * config/i386/sse.md (sse2_stored): Don't split to inter-unit
10391         move if inter-unit move isn't allowed.
10392         Don't split moving the first element of V2DI to DI to inter-unit
10393         move if inter-unit move isn't allowed.
10395 2007-04-23  Richard Guenther  <rguenther@suse.de>
10397         * tree-ssa-sink.c (execute_sink_code): Calculate CDI_DOMINATORS
10398         and CDI_POST_DOMINATORS separately.
10400 2007-04-23  Nick Clifton  <nickc@redhat.com>
10402         * c.opt (Wformat-contains-nul): Add warning attribute.
10404 2007-04-23  Jan Hubicka  <jh@suse.cz>
10406         * function.c (init_function_start): Don't init line number info.
10407         (expand_function_end): Update.
10408         (reset_block_changes, record_block_change, finalize_block_changes,
10409         check_block_change, free_block_changes): Kill.
10410         * function.h (reset_block_changes, record_block_change,
10411         finalize_block_changes, check_block_change, free_block_changes):
10412         Remove prototypes.
10413         (struct function): Remove ib_boundaries_block.
10414         * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
10415         Use curr_insn_locator to initialize locator.
10416         (emit_line_note): Remove.
10417         * cfgexpand.c (expand_gimple_cond_expr): Update.
10418         (construct_exit_block): Likewise.
10419         (tree_expand_cfg): Initialize/finalize locators.
10420         * expr.c (expand_expr_real): Update.
10421         * cfglayout.c (line_locators_locs, line_locators_lines,
10422         file_locators_locs, file_locators_files): Remove.
10423         (set_block_levels): Move to cfgexpand.c.
10424         (insn_locators_initialize): Remove.
10425         (pass_insn_locators_initialize): Remove.
10426         (locations_locators_locs, locations_locators_vals): New static vars.
10427         (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
10428         Likewise.
10429         (insn_locators_alloc, insn_locators_finalize,
10430         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
10431         New functions.
10432         (locator_location): New.
10433         (locator_line, locator_file): Rewrite.
10434         * rtl.h (emit_line_note): Kill.
10435         (insn_locators_alloc, insn_locators_finalize,
10436         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
10437         Declare.
10438         * tree-inline.c (initialize_cfun): Do not initialize
10439         ib_boundaries_block.
10440         * passes.c (pass_insn_locators_initialize): Remove.
10442 2007-04-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
10444         PR middle-end/31448
10445         * expr.c (reduce_to_bit_field_precision): Handle
10446         CONST_INT rtx's.
10448 2007-04-22  Uros Bizjak  <ubizjak@gmail.com>
10450         PR tree-optimization/24659
10451         * optabs.h (enum optab_index) [OTI_vec_unpacks_hi,
10452         OTI_vec_unpacks_lo]: Update comment to mention floating point operands.
10453         (vec_pack_trunc_optab): Rename from vec_pack_mod_optab.
10454         * genopinit.c (optabs): Rename vec_pack_mod_optab
10455         to vec_pack_trunc_optab.
10456         * tree-vect-transform.c (vectorizable_type_demotion): Do not fail
10457         early for scalar floating point operands for NOP_EXPR.
10458         (vectorizable_type_promotion): Ditto.
10459         * optabs.c (optab_for_tree_code) [VEC_PACK_TRUNC_EXPR]: Return
10460         vec_pack_trunc_optab.
10461         (expand_binop): Rename vec_float_trunc_optab to vec_pack_mod_optab.
10463         * tree.def (VEC_PACK_TRUNC_EXPR): Rename from VEC_PACK_MOD_EXPR.
10464         * tree-pretty-print.c (dump_generic_node) [VEC_PACK_TRUNC_EXPR]:
10465         Rename from VEC_PACK_MOD_EXPR.
10466         (op_prio) [VEC_PACK_TRUNC_EXPR]: Ditto.
10467         * expr.c (expand_expr_real_1): Ditto.
10468         * tree-inline.c (estimate_num_insns_1): Ditto.
10469         * tree-vect-generic.c (expand_vector_operations_1): Ditto.
10471         * config/i386/sse.md (vec_unpacks_hi_v4sf): New expander.
10472         (vec_unpacks_lo_v4sf): Ditto.
10473         (vec_pack_trunc_v2df): Ditto.
10474         (vec_pack_trunc_v8hi): Rename from vec_pack_mod_v8hi.
10475         (vec_pack_trunc_v4si): Rename from vec_pack_mod_v4si.
10476         (vec_pack_trunc_v2di): Rename from vec_pack_mod_v2di.
10478         * config/rs6000/altivec.md (vec_pack_trunc_v8hi): Rename from
10479         vec_pack_mod_v8hi.
10480         (vec_pack_trunc_v4si): Rename from vec_pack_mod_v4si.
10482         * doc/c-tree.texi (Expression trees) [VEC_PACK_TRUNC_EXPR]:
10483         Rename from VEC_PACK_MOD_EXPR.  This expression also represent
10484         packing of floating point operands.
10485         [VEC_UNPACK_HI_EXPR, VEC_UNPACK_LO_EXPR]: These expression also
10486         represent unpacking of floating point operands.
10487         * doc/md.texi (Standard Names) [vec_pack_trunc]: Update documentation.
10488         [vec_unpacks_hi]: Ditto.
10489         [vec_unpacks_lo]: Ditto.
10491 2007-04-22  Jan Hubicka  <jh@suse.cz>
10493         * final.c (rest_of_handle_final): Call
10494         targetm.asm_out.constructor/targetm.asm_out.destructor
10495         * cgraphunit.c (cgraph_build_static_cdtor): Don't do it here; set
10496         proper priority via decl_*_priority_insert.
10497         * c-common.c (c_expand_body): Likewise.
10499 2007-04-22  Richard Guenther  <rguenther@suse.de>
10501         PR tree-optimization/29789
10502         * tree-ssa-loop-im.c (stmt_cost): Adjust cost of shifts.
10503         (rewrite_reciprocal): New helper split out from
10504         determine_invariantness_stmt.
10505         (rewrite_bittest): Likewise.
10506         (determine_invariantness_stmt): Rewrite (A >> B) & 1 to
10507         A & (1 << B) if (1 << B) is loop invariant but (A >> B)
10508         is not.
10510 2007-04-22  Revital Eres  <eres@il.ibm.com>
10512         * loop-unroll.c (var_to_expand): New field to support also
10513         insns of the form x = something + x.
10514         (analyze_insn_to_expand_var): Use it.
10515         (expand_var_during_unrolling): Likewise.
10517 2007-04-21  Zdenek Dvorak  <dvorakz@suse.cz>
10519         * predict.c: Include pointer-set.h.
10520         (bb_predictions): New variable.
10521         (tree_predicted_by_p, tree_predict_edge,
10522         remove_predictions_associated_with_edge): Use bb_predictions map
10523         instead of bb->predictions.
10524         (clear_bb_predictions, assert_is_empty): New functions.
10525         (combine_predictions_for_bb): Use bb_predictions map.  Call
10526         clear_bb_predictions.
10527         (tree_estimate_probability): Create and free bb_predictions map.
10528         * Makefile.in (predict.o): Add pointer-set.h dependency.
10529         * basic-block.h (struct basic_block_def): Remove predictions
10530         field.
10531         * cfgrtl.c (rtl_verify_flow_info_1): Do not check bb->predictions.
10533 2007-04-21  Kaz Kojima  <kkojima@gcc.gnu.org>
10535         PR target/31480
10536         * config/sh/sh.md (length): Check if prev_nonnote_insn (insn)
10537         is null.
10539 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
10541         * timevar.c (timevar_print): Change reference of --disable-checking to
10542         --enable-checking=release.  Also warn if assert checking is disabled.
10544 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
10546         PR C/30265
10547         * c-gimplifier.c (gimplify_compound_literal_expr): Mark the
10548         decl as addressable if the compound literal was marked as
10549         addressable.
10550         Mark the decl as a gimple register if it is a complex or
10551         vector decl and does not live in memory.
10553 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
10555         * tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.
10556         (GENERIC_NEXT): New function macro.
10557         (PHI_CHAIN): Use phi_node's new chain variable.
10558         (tree_phi_node): Change tree_common to tree_base
10559         and add the chain field.
10560         * tree-phinodes.c (make_phi_node): Don't set
10561         TREE_TYPE on the new node.
10562         * c-decl.c (lang_tree_node): Use GENERIC_NEXT
10563         instead of checking GIMPLE_TUPLE_P in chain_next.
10564         * tree-vect-transform.c
10565         (get_initial_def_for_induction): Look at
10566         PHI_RESULT_TREE for the type of the phi node.
10567         (update_vuses_to_preheader): Use PHI_CHAIN
10568         instead of TREE_CHAIN on the phi node.
10569         * tree-ssa-structalias.c (compute_points_to_sets):
10570         Likewise.
10571         (ipa_pta_execute): Likewise.
10573 2007-04-21  Richard Guenther  <rguenther@suse.de>
10575         PR middle-end/31136
10576         * fold-const.c (fold_unary): Call fold_convert_const on the
10577         original tree.
10579 2007-04-21  Alexandre Oliva  <aoliva@redhat.com>
10581         * gcse.c (store_killed_in_insn): Handle PARALLELs.
10582         (store_killed_in_pat): New.
10584 2007-04-20  Richard Henderson  <rth@redhat.com>
10586         PR target/31628
10587         * config/i386/i386.c (type_has_variadic_args_p): Look for any
10588         TREE_LIST with a void_type_node value, not void_list_node exactly.
10590 2007-04-21  Douglas Gregor  <doug.gregor@gmail.com>
10592         * doc/standards.texi: Re-arrange into language-specific
10593         subsections. Add a C++ section, documenting which standards we
10594         support.
10596 2007-04-21  Zdenek Dvorak  <dvorakz@suse.cz>
10598         * tree-ssa-structalias.c (delete_points_to_sets): Free graph->complex.
10599         * tree-ssa-operands.c (finalize_ssa_vuse_ops): Free new_ops.
10601 2007-04-20  Daniel Jacobowitz  <dan@codesourcery.com>
10603         * config/rs6000/sysv4.h (STARTFILE_DEFAULT_SPEC): Include
10604         ecrti.o and crtbegin.o.
10605         (LIB_DEFAULT_SPEC): Include -lc.
10606         (ENDFILE_DEFAULT_SPEC): Include crtend.o and ecrtn.o.
10608 2007-04-20  Richard Henderson  <rth@redhat.com>
10610         PR target/28623
10611         * config/alpha/alpha.c (get_unaligned_address): Remove extra_offset
10612         argument; update all callers.
10613         (get_unaligned_offset): New.
10614         * config/alpha/alpha.md (extendqidi2, extendhidi2): Don't use
10615         get_unaligned_address, just pass on the address directly.
10616         (unaligned_extendqidi): Use gen_lowpart instead of open-coding
10617         the subreg in the helper patterns.
10618         (unaligned_extendqidi_le): Use get_unaligned_offset.
10619         (unaligned_extendqidi_be, unaligned_extendhidi_le): Likewise.
10620         (unaligned_extendhidi_be): Likewise.
10621         (unaligned_extendhidi): Tidy.
10622         * config/alpha/alpha-protos.h: Update.
10624 2007-04-20  Richard Henderson  <rth@redhat.com>
10626         * config/alpha/alpha.h (CPP_SPEC, CPP_SUBTARGET_SPEC): Remove.
10627         (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): Remove.
10628         * config/alpha/linux.h (CPP_SPEC): Undef before redefine.
10629         * config/alpha/linux-elf.h (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
10630         * config/alpha/freebsd.h (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
10631         (CPP_SPEC): Don't include %(cpp_subtarget).
10632         * config/alpha/netbsd.h (CPP_SPEC): Rename CPP_SUBTARGET_SPEC.
10633         (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
10634         * config/alpha/osf.h (CPP_SPEC, EXTRA_SPECS): Similarly.
10636 2007-04-20  Jakub Jelinek  <jakub@redhat.com>
10638         * config/i386/i386.c (bdesc_2arg): Use ORDERED rather than UNORDERED
10639         for __builtin_ia32_cmpordss.
10641         PR tree-optimization/31632
10642         * fold-const.c (fold_binary): Use op0 and op1 instead of arg0
10643         and arg1 for optimizations of comparison against min/max values.
10644         Fold arg0 to arg1's type for optimizations of comparison against
10645         min+1 and max-1 values.
10647 2007-04-19  Bernd Schmidt  <bernd.schmidt@analog.com>
10649         * reload.c (combine_reloads): When trying to use a dying register,
10650         check whether it's uninitialized and don't use if so.
10652 2007-04-19  Brooks Moses  <brooks.moses@codesourcery.com>
10654         * fold-const.c: Remove prototypes for native_encode_expr and
10655         native_interpret_expr.
10656         (native_encode_expr): Make non-static.
10657         (native_interpret_expr): Likewise.
10658         * tree.h: Add prototypes for the above.
10660 2007-04-19  Joseph Myers  <joseph@codesourcery.com>
10662         * config/rs6000/spe.md (*frob_tf_ti, *frob_ti_tf, *frob_ti_tf_2,
10663         *mov_si<mode>_e500_subreg0, *mov_si<mode>_e500_subreg0_2,
10664         *mov_sitf_e500_subreg8, *mov_sitf_e500_subreg8_2, spe_extenddftf2,
10665         spe_fix_trunctfsi2_internal, spe_negtf2_internal, cmptfeq_gpr,
10666         tsttfeq_gpr, cmptfgt_gpr, tsttfgt_gpr, cmptflt_gpr, tsttflt_gpr):
10667         Add length attributes.
10669 2007-04-19  Janis Johnson  <janis187@us.ibm.com>
10671         * ginclude/float.h: Check that __STDC_WANT_DEC_FP__ is defined,
10672         not that it is 1.
10674         * c-cppbuiltin.c (c_cpp_builtins): Remove definition of
10675         __STDC_WANT_DEC_FP__.
10677 2007-04-19  Joseph Myers  <joseph@codesourcery.com>
10679         * configure.ac: Allow both powerpc*-*-linux* and powerpc*-*-gnu*
10680         for long double compatibility.
10681         * configure: Regenerate.
10683 2007-04-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
10685         PR rtl-optimization/29841
10686         * cfgbuild.c (control_flow_insn_p): Return TRUE for unconditional
10687         trap instructions.
10688         * sched-deps.c (sched_analyze_insn): Prevent all non-jump instructions
10689         that may cause control flow transfer from being moved.
10691 2007-04-18  Jan Hubicka  <jh@suse.cz>
10693         * fold-const.c (div_if_zero_remainder): Do signed divide for pointer
10694         types.
10696 2007-04-18  Eric Christopher  <echristo@apple.com>
10698         * config/rs6000/darwin.md (load_macho_picbase): Use link register
10699         only. Update operands.
10700         * config/rs6000/rs6000.c (rs6000_emit_prologue): Update caller.
10701         * config/rs6000/rs6000.md (builtin_setjmp_receiver): Ditto. Move from
10702         link register to pic register.
10704 2007-04-18  Dirk Mueller  <dmueller@suse.de>
10706         PR diagnostic/31227
10707         * tree-vrp.c (search_for_addr_array): New.
10708         (check_array_bounds): Suppress warning about
10709         address taken of array refs if its not de-referenced.
10711 2007-04-18  Dorit Nuzman  <dorit@il.ibm.com>
10713         * tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL.
10714         * tree-vect-analyze.c (vect_analyze_loop_form): Set loop->aux.
10716         * tree-vectorizer.h (NITERS_KNOWN_P): New.
10717         * tree-vect-analyze.c (vect_analyze_loop_form): Call NITERS_KNOWN_P
10718         instead of LOOP_VINFO_INT_NITERS to avoid having to geneate loop_info.
10720         * tree-vect-analyze.c (vect_determine_vectorization_factor): Add
10721         dump print.
10722         (vect_analyze_operations): Fix indenetation.  Fix a comment.  Fix a
10723         print message.
10724         (vect_analyze_scalar_cycles): Fix indentation.
10725         (vect_enhance_data_refs_alignment): Fix check in case of peeling.
10726         (vect_mark_relevant): Include phis in relevance analysis.
10728         * tree-vect-transform.c (vect_transform_loop): Add an assert.
10730 2007-04-18  Anatoly Sokolov <aesok@post.ru>
10732         * config/avr/avr.c (ptrreg_to_str): Replace error() with
10733         output_operand_lossage().
10735 2007-04-18  Dorit Nuzman  <dorit@il.ibm.com>
10737         * tree-vect-transform.c (get_initial_def_for_reduction): Clean away
10738         the unused code for reduction without adjust-in-epilog to simplify the
10739         function.
10741 2007-04-18  Wolfgang Gellerich  <gellerich@de.ibm.com>
10743         * config/s390/s390.h (S390_TDC_POSITIVE_ZERO): New constant.
10744         (S390_TDC_NEGATIVE_ZERO): New constant.
10745         (S390_TDC_POSITIVE_NORMALIZED_NUMBER): New constant.
10746         (S390_TDC_NEGATIVE_NORMALIZED_NUMBER): New constant.
10747         (S390_TDC_POSITIVE_DENORMALIZED_NUMBER): New constant.
10748         (S390_TDC_NEGATIVE_DENORMALIZED_NUMBER): New constant.
10749         (S390_TDC_POSITIVE_INFINITY): New constant.
10750         (S390_TDC_NEGATIVE_INFINITY): New constant.
10751         (S390_TDC_POSITIVE_QUIET_NAN): New constant.
10752         (S390_TDC_NEGATIVE_QUIET_NAN): New constant.
10753         (S390_TDC_POSITIVE_SIGNALING_NAN): New constant.
10754         (S390_TDC_NEGATIVE_SIGNALING_NAN): New constant.
10755         (S390_TDC_INFINITY): New constant.
10756         * config/s390/s390.c (s390_canonicalize_comparison): Renamed
10757         UNSPEC_CMPINT to UNSPEC_CCU_TO_INT, added a UNSPEC_CCU_TO_INT-like
10758         optimization for UNSPEC_CCZ_TO_INT.
10759         * config/s390/s390.md ("*TDC_insn_<mode>"): New insn.
10760         ("*ccz_to_int"): New insn.
10761         ("isinf<mode>2"): New insn.
10762         (UNSPEC_CMPINT): Renamed to UNSPEC_CCU_TO_INT.
10763         (UNSPEC_CCU_TO_INT): New constant, replaces UNSPEC_CMPINT.
10764         (UNSPEC_CCZ_TO_INT): New constant.
10766 2007-04-18  Richard Guenther  <rguenther@suse.de>
10768         PR tree-optimization/19431
10769         PR tree-optimization/21463
10770         * tree-pass.h (pass_phiprop): Declare.
10771         * passes.c (init_optimization_passes): New phiprop pass.
10772         * tree-ssa-forwprop.c (struct phiprop_d): New structure.
10773         (phivn_valid_p): New helper function.
10774         (phiprop_insert_phi): Likewise.
10775         (propagate_with_phi): Likewise.
10776         (tree_ssa_phiprop): New propagator propagating loads
10777         through phi nodes if profitable.
10779 2007-04-18  Dorit Nuzman  <dorit@il.ibm.com>
10781         * tree-vect-analyze.c (process_use): New function.
10782         (vect_mark_stmts_to_be_vectorized): Factor out code to process_use.
10783         Check phis in all bbs.
10784         * tree-vectorizer.c (vect_is_simple_use): Remove a no longer relavant
10785         assert.
10787 2007-04-18  Bernd Schmidt  <bernd.schmidt@analog.com>
10789         * reload1.c (eliminte_regs_in_insn): Use REG_EQUIV notes the same way
10790         we use REG_EQUAL.
10792 2007-04-17  Anatoly Sokolov <aesok@post.ru>
10794         PR target/30483
10795         * config/avr/avr.c (ptrreg_to_str): Replace gcc_unreachable() with
10796         error().
10798 2007-04-17  H.J. Lu  <hongjiu.lu@intel.com>
10800         * config/i386/sse.md (sse_vmaddv4sf3): Use register_operand
10801         on "0".
10802         (sse_vmmulv4sf3): Likewise.
10803         (sse2_vmaddv2df3): Likewise.
10804         (sse2_vmmulv2df3): Likewise.
10806 2007-04-17  Zdenek Dvorak  <dvorakz@suse.cz>
10808         PR rtl-optimization/31360
10809         * cfgloopanal.c (target_small_cost, target_pres_cost): Removed.
10810         (target_reg_cost): New.
10811         (init_set_costs): Initialize target_reg_cost.  Add comments
10812         regarding the rationale of the costs.
10813         (global_cost_for_size): Renamed to...
10814         (estimate_reg_pressure_cost): ... and simplify.  Decrease importance
10815         of register pressure.
10816         * tree-ssa-loop-ivopts.c (ivopts_global_cost_for_size): Use
10817         estimate_reg_pressure_cost.  Add number of ivs.
10818         (determine_set_costs): Dump target_reg_cost.
10819         * loop-invariant.c (gain_for_invariant):  Use
10820         estimate_reg_pressure_cost.  Removed n_inv_uses argument.
10821         (best_gain_for_invariant, find_invariants_to_move): Remove
10822         n_inv_uses.
10823         * cfgloop.h (target_small_cost, target_pres_cost): Removed.
10824         (target_reg_cost): Declare.
10825         (global_cost_for_size): Declaration removed.
10826         (estimate_reg_pressure_cost): Declare.
10828 2007-04-17  Peter Bergner  <bergner@vnet.ibm.com>
10830         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Force TDmode
10831         regnos into even/odd register pairs.
10832         * config/rs6000/rs6000.h [SLOW_UNALIGNED_ACCESS]: Treat DDmode and
10833         TDmode similar to the other floating point modes.
10834         [SECONDARY_MEMORY_NEEDED]: Treat DDmode similar to DFmode.
10835         * config/rs6000/dfp.md (negdd2, absdd2, negtd2, abstd2): New
10836         define_expand's.
10837         (negdd2_fpr, absdd2_fpr, nabsdd2_fpr, negtd2_fpr, abstd2_fpr,
10838         nabstd2_fpr, movdd_hardfloat64_mfpgpr): New define_insn's.
10839         (movdd_hardfloat64): Use TARGET_MFPGPR.
10841 2007-04-17  Bernd Schmidt  <bernd.schmidt@analog.com>
10843         * reload1.c (delete_output_reload): Don't count output in n_inherited.
10845         Revert
10846         2005-01-05  Richard Henderson  <rth@redhat.com>
10847         PR rtl-opt/10692
10848         * reload1.c (do_input_reload): Restrict the optimization deleteing
10849         a previous output reload to RELOAD_FOR_INPUT.
10851 2007-04-17  Dorit Nuzman  <dorit@il.ibm.com>
10853         * tree-vectorizer.h (stmt_vec_info_type): Add enum value
10854         induc_vec_info_type.
10855         (vectorizable_induction): New function declaration.
10856         * tree-vect-transform.c (get_initial_def_for_induction): No need to
10857         check if already vectorized.  Find first place in BB where new stmts
10858         can be inserted.  Takes only one argument.
10859         (vectorizable_induction): New function.
10860         (vect_transform_stmt): Add case for induc_vec_info_type to call
10861         vectorizable_induction.
10862         (vect_transform_loop): Consider phis for vectorization.
10863         * tree-vect-analyze.c (vect_determine_vectorization_factor): Simplify
10864         condition.
10865         (analyze_operations): Call vectorizable_induction when analyzing phis.
10866         Fix comment.
10867         (vect_mark_stmts_to_be_vectorized): Remove redundant checks.
10868         (vect_mark_relevant): Include phis in relevance analysis.
10869         (vect_mark_stmts_to_be_vectorize): Likewise.
10870         * tree-vect-patterns.c (widened_name_p): Remove obsolete asserts.
10872 2007-04-16  Lawrence Crowl  <crowl@google.com>
10874         * doc/invoke.texi (Debugging Options): Add documentation for the
10875         -femit-struct-debug options -femit-struct-debug-baseonly,
10876         -femit-struct-debug-reduced, and
10877         -femit-struct-debug-detailed[=...].
10879         * c-opts.c (c_common_handle_option): Add
10880         OPT_femit_struct_debug_baseonly, OPT_femit_struct_debug_reduced,
10881         and OPT_femit_struct_debug_detailed_.
10882         * c.opt: Add specifications for
10883         -femit-struct-debug-baseonly, -femit-struct-debug-reduced,
10884         and -femit-struct-debug-detailed[=...].
10885         * opts.c (set_struct_debug_option): Parse the
10886         -femit-struct-debug-... options.
10887         * opts.c (matches_main_base, main_input_basename,
10888         main_input_baselength, base_of_path, matches_main_base): Add
10889         variables and functions to compare header base name to compilation
10890         unit base name.
10891         * opts.c (should_emit_struct_debug): Add to determine to emit a
10892         structure based on the option.
10893         (dump_struct_debug) Also disabled function to debug this
10894         function.
10895         * opts.c (handle_options): Save the base name of the
10896         compilation unit.
10898         * langhooks-def.h (LANG_HOOKS_GENERIC_TYPE_P): Define.
10899         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add.
10900         This hook indicates if a type is generic.  Set it by default
10901         to "never generic".
10902         * langhooks.h (struct lang_hooks_for_types): Add a new hook
10903         to determine if a struct type is generic or not.
10904         * cp/cp-tree.h (class_tmpl_impl_spec_p): Declare a C++ hook.
10905         * cp/tree.c (class_tmpl_impl_spec_p): Implement the C++ hook.
10906         * cp/cp-lang.c (LANG_HOOKS_GENERIC_TYPE_P): Override null C hook
10907         with live C++ hook.
10909         * flags.h (enum debug_info_usage): Add an enumeration to describe
10910         a program's use of a structure type.
10911         * dwarf2out.c (gen_struct_or_union_type_die): Add a new parameter
10912         to indicate the program's usage of the type.  Filter structs based
10913         on the -femit-struct-debug-... specification.
10914         (gen_type_die): Split into two routines, gen_type_die and
10915         gen_type_die_with_usage.  gen_type_die is now a wrapper
10916         that assumes direct usage.
10917         (gen_type_die_with_usage): Replace calls to gen_type_die
10918         with gen_type_die_with_usage adding the program usage of
10919         the referenced type.
10920         (dwarf2out_imported_module_or_decl): Suppress struct debug
10921         information using should_emit_struct_debug when appropriate.
10923 2007-04-16  Ian Lance Taylor  <iant@google.com>
10925         PR tree-optimization/31522
10926         * tree-vrp.c (vr_phi_edge_counts): New static variable.
10927         (vrp_initialize): Allocate vr_phi_edge_counts.
10928         (vrp_visit_phi_node): Don't push to infinity if we saw a new
10929         executable edge.  Drop test for all constants.
10930         (vrp_finalize): Free vrp_phi_edge_counts.
10932         * doc/cpp.texi (Common Predefined Macros): Clarify description of
10933         __GNUC_GNU_INLINE__ and __GNUC_STDC_INLINE__.
10935         * tree-ssa-propagate.c (cfg_blocks_add): Insert blocks with fewer
10936         predecessors at head rather than tail.
10938 2007-04-16  Matthias Klose  <doko@debian.org>
10940         * config/alpha/linux.h (CPP_SPEC): Define.
10941         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Extend.
10943 2007-04-16  Aldy Hernandez  <aldyh@redhat.com>
10945         * function.h: Remove sequence_stack extern declaration.
10947 2007-04-16  Kazu Hirata  <kazu@codesourcery.com>
10949         * config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Change to 64 on
10950         TARGET_FIDOA.
10951         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Change to 64 if __mfido__ is
10952         defined.
10954 2007-04-16  Anatoly Sokolov <aesok@post.ru>
10956         * config/avr/avr.c (avr_arch_types): Rearranging  array.
10957         (enum avr_arch): Add.
10958         (avr_mcu_types): Use avr_arch enumeration constants instead of
10959         numbers.
10960         * config/avr/avr.h (LINK_SPEC): Simplify.
10962 2007-04-16  Kazu Hirata  <kazu@codesourcery.com>
10964         * config/m68k/m68k.c (m68k_libcall_value,
10965         m68k_function_value): Use macros for register names more.
10967         * config/m68k/m68k.h (FRAME_POINTER_REGNUM): Use A6_REG
10968         instead.
10969         (M68K_REGNAME): Use A6_REG.
10970         * config/m68k/m68k.md (FP_REG): Rename to A6_REG.
10972 2007-04-16  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
10974         PR middle-end/28071
10975         * sched-int.h (struct deps): Split field 'pending_lists_length' into
10976         'pending_read_list_length' and 'pending_write_list_length'.  Update
10977         comment.
10978         * sched-deps.c (add_insn_mem_dependence): Change signature.  Update
10979         to handle two length counters instead of one.  Update all uses.
10980         (flush_pending_lists, sched_analyze_1, init_deps): Update to handle
10981         two length counters instead of one.
10982         * sched-rgn.c (propagate_deps): Update to handle two length counters
10983         instead of one.
10985 2007-04-16  H.J. Lu  <hongjiu.lu@intel.com>
10987         PR target/31582
10988         * config/i386/i386.c (ix86_expand_vec_set_builtin): Make a
10989         copy of source, pass it to ix86_expand_vector_set and return
10990         it as target.
10992 2007-04-16  David Ung  <davidu@mips.com>
10993             Joseph Myers  <joseph@codesourcery.com>
10995         * config/mips/mips.h (PROCESSOR_74KC, PROCESSOR_74KF,
10996         PROCESSOR_74KX, TUNE_74K, GENERATE_MADD_MSUB): Define.
10997         * config/mips/mips.c (mips_cpu_info_table, mips_rtx_cost_data):
10998         Add 74K processor information.
10999         * config/mips/mips.md: Include 74k.md.
11000         (cpu): Add 74kc,74kf,74kx.
11001         (ISA_HAS_MADD_MSUB): Change to GENERATE_MADD_MSUB throughout.
11002         * config/mips/74k.md: New.
11003         * doc/invoke.texi (MIPS Options): Document 74K support.
11005 2007-04-16  Dorit Nuzman  <dorit@il.ibm.com>
11007         * tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to
11008         vectorizable_* functions.
11009         * tree-vect-transform.c (vectorizable_call): Add check for
11010         STMT_VINFO_RELEVANT_P, STMT_VINFO_DEF_TYPE and STMT_VINFO_LIVE_P.
11011         (vectorizable_store): likewise.
11012         (vectorizable_conversion): Add check for STMT_VINFO_DEF_TYPE.
11013         Add comments.
11014         (vectorizable_operation, vectorizable_type_demotion): Likewise.
11015         (vectorizable_type_promotion, vectorizable_load): Likewise.
11016         (vectorizable_live_operation, vectorizable_condition): Likewise.
11017         (vectorizable_assignment): Add check for STMT_VINFO_DEF_TYPE and
11018         STMT_VINFO_LIVE_P.
11019         (vect_transform_stmt): Reorganize calls to vectorizable_* functions.
11021 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
11023         * config/m68k/linux.h (FUNCTION_VALUE_REGNO_P): Use macros for
11024         register numbers more.
11025         * config/m68k/m68k.h (STACK_POINTER_REGNUM,
11026         FRAME_POINTER_REGNUM, STATIC_CHAIN_REGNUM,
11027         M68K_STRUCT_VALUE_REGNUM, FUNCTION_VALUE, LIBCALL_VALUE,
11028         FUNCTION_VALUE_REGNO_P): Likewise.
11029         * config/m68k/m68kelf.h (M68K_STRUCT_VALUE_REGNUM,
11030         STATIC_CHAIN_REGNUM): Likewise.
11031         * config/m68k/m68kemb.h (FUNCTION_VALUE_REGNO_P): Likewise.
11032         * config/m68k/netbsd-elf.h (M68K_STRUCT_VALUE_REGNUM,
11033         STATIC_CHAIN_REGNUM, FUNCTION_VALUE_REGNO_P): Likewise.
11034         * config/m68k/m68k.md (FP_REG): New.
11036 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
11038         * config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Prefer 32-bit
11039         alignment on fido.
11041 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
11043         * config/i386/i386.c, config/s390/s390.c, config/s390/s390.md,
11044         tree-ssa-loop-niter.c, tree-ssa-structalias.c, tree-vrp.c: Fix
11045         comment typos.
11047 2007-04-11  Zdenek Dvorak  <dvorakz@suse.cz>
11049         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Ignore
11050         cold loops.
11052 2007-04-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11054         PR c/31520
11055         * c-decl.c (finish_decl): Grab the type of the decl after the call
11056         to store_init_value.
11058 2007-04-14  Steven Bosscher  <steven@gcc.gnu.org>
11060         * common.opt (fforward-propagate): Fix "Optimization" annotation.
11062 2007-04-14  Jakub Jelinek  <jakub@redhat.com>
11064         PR c++/25874
11065         * omp-low.c (expand_omp_parallel): If child_cfun->cfg, free
11066         dominators, post dominators and cleanup cfg before returning.
11068 2007-04-14  Bernd Schmidt  <bernd.schmidt@analog.com>
11070         * config/bfin/bfin.h (MODES_TIEABLE_P): Allow more modes to be tied.
11071         * config/bfin/bfin.md (movsi_insn): Delete two unused alternatives.
11073 2007-04-14  Kazu Hirata  <kazu@codesourcery.com>
11075         * config.gcc: Recognize fido.
11076         * config/m68k/m68k-devices.def (fidoa): New.
11077         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define
11078         __mfido__.
11079         (FL_FIDOA, TARGET_FIDOA): New.
11080         * config/m68k/m68k.opt (mfidoa): New.
11082 2007-04-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11084         PR middle-end/31322
11085         * dwarf2out.c (output_call_frame_info): Call assemble_external_libcall
11086         when a personality function is used.
11088 2007-04-13  Bob Wilson  <bob.wilson@acm.org>
11090         * config/xtensa/xtensa.c (xtensa_expand_builtin): Use CALL_EXPR_FN.
11092 2007-04-13  Mike Stump  <mrs@apple.com>
11094         * config/darwin-c.c (handle_c_option): Handle -fapple-kext here so
11095         we can...
11096         * config/darwin.opt (fapple-kext): Make C++ only.
11097         * config/darwin.c (darwin_override_options): Remove code to ensure
11098         -fapple-kext is given for C++ only.
11100 2007-04-13  Richard Sandiford  <richard@codesourcery.com>
11102         * config/mips/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
11103         * config/mips/mips.c (override_options): Call
11104         SUBTARGET_OVERRIDE_OPTIONS, if defined.
11106 2007-04-13  H.J. Lu  <hongjiu.lu@intel.com>
11108         * config/i386/i386.opt (msvr3-shlib): Removed.
11110         * doc/invoke.texi: Remove -msvr3-shlib.
11112 2007-04-13  H.J. Lu  <hongjiu.lu@intel.com>
11114         * config/i386/i386.opt (mpopcnt): Replace "popcount" instruction
11115         with "popcnt" instruction.
11117 2007-04-13  Richard Guenther  <rguenther@suse.de>
11119         PR tree-optimization/21258
11120         * tree-vrp.c (compare_case_labels): New helper.
11121         (find_switch_asserts): New function.
11122         (find_assert_locations): Call it for SWITCH_EXPRs.
11124 2007-04-13  Uros Bizjak  <ubizjak@gmail.com>
11126         * config/i386/i386.h (X87_FLOAT_MODE_P): Check for TARGET_80387.
11127         * config/i386/i386.md (*cmpfp0): Remove check for TARGET_80387, this
11128         check is now implied in X87_FLOAT_MODE_P.
11129         (*cmpfp_u, *cmpfp_<mode>, *cmpfp_i_i387): Ditto.
11130         (*cmpfp_iu_387, fix_trunc<mode>_fisttp_i386_1): Ditto.
11131         (fix_trunc<mode>_i386_fisttp): Ditto.
11132         (fix_trunc<mode>_i387_fisttp_with_temp): Ditto.
11133         (*fix_trunc<mode>_i387_1, fix_truncdi_i387): Ditto.
11134         (fix_truncdi_i387_with_temp, fix_trunc<mode>_i387): Ditto.
11135         (fix_trunc<mode>_i387_with_temp, *fp_jcc_1_387): Ditto.
11136         (*fp_jcc_2_387, *fp_jcc_5_387, *fp_jcc_6_387): Ditto.
11137         (*fp_jcc_7_387, *fp_jcc_8<mode>_387): Ditto.
11138         (unnamed_splitters): Ditto.
11139         * config/i386/i386.c (function_value_32): Generate FIRST_FLOAT_REG
11140         for X87_FLOAT_MODE_P mode.  Override FIRST_FLOAT_REG with
11141         FIRST_SSE_REG for local functions when SSE math is enabled or
11142         for functions with sseregparm attribute.
11143         (standard_80387_constant_p): Return -1 if mode is not
11144         X87_FLOAT_MODE_P.
11145         (ix86_cc_mode): Assert that scalar mode is not DECIMAL_FLOAT_MODE_P.
11146         (ix86_expand_compare): Ditto.
11147         (ix86_expand_carry_flag_compare): Ditto.
11148         (ix86_expand_int_movcc): Check for SCALAR_FLOAT_MODE_P instead
11149         of FLOAT_MODE_P for cmp_mode and assert that cmp_mode is not
11150         DECIMAL_FLOAT_MODE_P.
11151         (ix86_preferred_output_reload_class): Use X87_FLOAT_MODE_P instead
11152         of SCALAR_FLOAT_MODE_P.
11153         (ix86_rtx_costs) [PLUS] Remove FLOAT_MODE_P and fall through to ...
11154         [MINUS]: ... here.  Add SSE_FLOAT_MODE_P and X87_FLOAT_MODE_P
11155         checks before FLOAT_MODE_P.
11156         [MULT]: Add SSE_FLOAT_MODE_P and X87_FLOAT_MODE_P checks
11157         before FLOAT_MODE_P.
11158         [DIV]: Ditto.
11159         [NEG]: Ditto.
11160         [ABS]: Ditto.
11161         [SQRT]: Ditto.
11162         [FLOAT_EXTEND]: Use SSE_FLOAT_MODE_P.
11164 2007-04-12  Paolo Bonzini  <bonzini@gnu.org>
11165             Charles Wilson  <libtool@cwilson.fastmail.fm>
11167         * Makefile.in (stamp-as, stamp-collect-ld, stamp-nm): Remove.
11168         (libgcc.mvars): Don't depend on them.
11169         * configure.ac (as, collect-ld, nm): Create from exec-tool.in.
11170         * exec-tool.in: New.
11172 2007-04-12  Brooks Moses  <brooks.moses@codesourcery.com>
11174         * doc/invoke.text (--help): Document --help=common.
11176 2007-04-12  Thomas Neumann  <tneumann@users.sourceforge.net>
11178         * stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords.
11180 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
11182         * Makefile.in (insn-emit.o): Depend on $(INTEGRATE_H).
11183         * genemit.c (main): Emit #include "integrate.h".
11184         * config/mips/mips-protos.h (SYMBOL_HALF): New mips_symbol_type.
11185         (LOADGP_RTP): New mips_loadgp_style.
11186         * config/mips/mips.h: Include config/vxworks-dummy.h.
11187         (TARGET_RTP_PIC): New macro.
11188         (TARGET_USE_GOT): Return true for TARGET_RTP_PIC.
11189         (TARGET_USE_PIC_FN_ADDR_REG): Return true for TARGET_VXWORKS_RTP.
11190         (ASM_OUTPUT_ADDR_DIFF_ELT): Emit function-relative case tables
11191         for TARGET_RTP_PIC.
11192         * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Define.  Pass down
11193         -mvxworks-pic when using -mrtp and a PIC option.
11194         * config/mips/mips.c (mips_classify_symbol): Return SYMBOL_GOT_DISP
11195         for RTP PIC.
11196         (mips_symbolic_constant_p, mips_symbolic_address_p)
11197         (mips_symbol_insns): Handle SYMBOL_HALF.
11198         (override_options): Warn about -G and -mrtp being used together.
11199         Initialize mips_lo_relocs[SYMBOL_HALF].
11200         (mips_current_loadgp_style): Return LOADGP_RTP for RTP PIC.
11201         (mips_emit_loadgp): Handle LOADGP_RTP.
11202         (mips_in_small_data_p): Return false for TARGET_VXWORKS_RTP.
11203         * config/mips/mips.md (loadgp_rtp): New insn and splitter.
11204         (tablejump): Handle function-relative case table entries if
11205         TARGET_RTP_PIC.
11206         * config/mips/predicates.md (symbol_ref_operand): New predicate.
11208 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
11210         * config/mips/mips.md (load_call<mode>): Allow any general register.
11211         destination.
11212         (sibcall_value_internal, sibcall_value_multiple_internal)
11213         (call_value_internal, call_value_split, call_value_multiple_internal)
11214         (call_value_multiple_split): Remove constraints from operand 0.
11216 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
11218         * config/mips/mips-protos.h: In comments, refer to loadgp_absolute
11219         rather than loadgp_noshared.
11220         * config/mips/mips.c (mips_emit_loadgp): Use gen_loadgp_absolute
11221         instead of gen_loadgp_noshared.  Use gen_loadgp_newabi instead of
11222         gen_loadgp.
11223         * config/mips/mips.md (loadgp): Rename to...
11224         (loadgp_newabi): ...this.
11225         (loadgp_noshared): Rename to...
11226         (loadgp_absolute): ...this.
11228 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
11230         * config/mips/mips.c (mips_ok_for_lazy_binding_p): Always return
11231         false for locally-binding symbols.
11232         (mips_dangerous_for_la25_p): Check mips_global_symbol_p.
11234 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
11236         * config/mips/mips-protos.h (SYMBOL_GOT_LOCAL): Rename to...
11237         (SYMBOL_GOT_PAGE_OFST): ...this.
11238         (SYMBOL_GOT_GLOBAL): Rename to...
11239         (SYMBOL_GOT_DISP): ...this.
11240         (SYMBOL_GOTOFF_GLOBAL): Rename to...
11241         (SYMBOL_GOTOFF_DISP): ...this.  Update comments accordingly.
11242         * config/mips/mips.c (mips_global_symbol_p): New function.
11243         (mips_symbol_binds_local_p): Likewise.
11244         (mips_classify_symbol): Rename SYMBOL_GOT_GLOBAL to SYMBOL_GOT_DISP
11245         and SYMBOL_GOT_LOCAL to SYMBOL_GOT_PAGE_OFST.  Use
11246         mips_global_symbol_p and mips_symbol_binds_local_p.
11247         (mips_symbolic_constant_p, mips_symbolic_address_p, mips_symbol_insns)
11248         (override_options): Rename SYMBOL_GOT_GLOBAL to SYMBOL_GOT_DISP,
11249         SYMBOL_GOT_LOCAL to SYMBOL_GOT_PAGE_OFST and SYMBOL_GOTOFF_GLOBAL to
11250         SYMBOL_GOTOFF_DISP.
11251         (mips_ok_for_lazy_binding_p): New function.
11252         (mips_load_call_address, mips_expand_call): Use it.
11253         (mips_dangerous_for_la25_p): Likewise.
11254         * config/mips/mips.md (*xgot_hi<mode>, *xgot_lo<mode>)
11255         (*got_disp<mode>): Use got_disp_operand instead of
11256         global_got_operand.  Use SYMBOL_GOTOFF_DISP instead of
11257         SYMBOL_GOTOFF_GLOBAL.
11258         (*got_page<mode>): Use got_page_ofst_operand instead of
11259         local_got_operand.
11260         * config/mips/predicates.md (const_call_insn_operand): Use
11261         SYMBOL_GOT_DISP instead of SYMBOL_GOT_GLOBAL.
11262         (global_got_operand): Rename to...
11263         (got_disp_operand): ...this and use SYMBOL_GOT_DISP instead of
11264         SYMBOL_GOT_GLOBAL.
11265         (local_got_operand): Rename to...
11266         (got_page_ofst_operand): ...this and use SYMBOL_GOT_PAGE_OFST instead
11267         of SYMBOL_GOT_LOCAL.
11269 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
11271         * config/mips/mips.h (TARGET_SPLIT_CALLS): Check
11272         TARGET_CALL_CLOBBERED_GP.
11273         (TARGET_SIBCALLS): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
11274         (TARGET_USE_GOT, TARGET_CALL_CLOBBERED_GP): New macros.
11275         (TARGET_CALL_SAVED_GP, TARGET_USE_PIC_FN_ADDR_REG): Likewise.
11276         (STARTING_FRAME_OFFSET): Check TARGET_CALL_CLOBBERED_GP instead
11277         of TARGET_ABICALLS && !TARGET_NEWABI.
11278         (MIPS_CALL): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
11279         * config/mips/mips.c (mips_load_call_address): Check
11280         TARGET_CALL_SAVED_GP instead of TARGET_NEWABI.
11281         (mips_global_pointer): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
11282         Check TARGET_CALL_SAVED_GP instead of TARGET_NEWABI.
11283         (mips_save_reg_p): Check TARGET_CALL_SAVED_GP instead of
11284         TARGET_ABICALLS && TARGET_NEWABI.
11285         (mips_current_loadgp_style): Check TARGET_USE_GOT instead of
11286         TARGET_ABICALLS.
11287         (mips_expand_prologue): Check TARGET_OLDABI instead of !TARGET_NEWABI.
11288         (mips_expand_epilogue): Check TARGET_CALL_SAVED_GP instead of
11289         TARGET_ABICALLS && TARGET_NEWABI.
11290         (mips_output_mi_thunk): Check TARGET_USE_GOT instead of
11291         TARGET_ABICALLS.  Check TARGET_CALL_SAVED_GP instead of
11292         TARGET_NEWABI.  Use TARGET_USE_PIC_FN_ADDR_REG to decide
11293         whether indirect calls must use $25.
11294         (mips_extra_live_on_entry): Check TARGET_GOT instead of
11295         TARGET_ABICALLS.
11296         * config/mips/mips.md (jal_macro): Check flag_pic and
11297         TARGET_CALL_CLOBBERED_GP instead of TARGET_ABICALLS and TARGET_NEWABI.
11298         (builtin_setjmp_setup, builtin_longjmp): Check TARGET_USE_GOT
11299         instead of TARGET_ABICALLS.
11300         (exception_receiver): Check TARGET_CALL_CLOBBERED_GP instead of
11301         TARGET_ABICALLS && TARGET_OLDABI.
11302         (load_call<mode>): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
11303         (sibcall): In the comment above the define_insn, mention
11304         TARGET_USE_PIC_FN_ADDR_REG instead of TARGET_ABICALLS.
11305         * config/mips/constraints.md (c): Check TARGET_USE_PIC_FN_ADDR_REG
11306         instead of TARGET_ABICALLS.
11308 2007-04-12  Bernd Schmidt  <bernd.schmidt@analog.com>
11310         * doc/md.texi (Blackfin family constraints): Document PA and PB.
11311         * config/bfin/bfin.h (CONST_OK_FOR_P): Handle PA and PB.
11312         (MACFLAGS_MATCH_P): New macro.
11313         * config/bfin/bfin.c (print_operand): Handle MACFLAG_IS_M.
11314         (bfin_secondary_reload): Treat EVEN_AREGS and ODD_AREGS like AREGS.
11315         * config/bfin/bfin.md (MACFLAG_IS_M): New constant.  Renumber some of
11316         the other MACFLAG constants.
11317         (sum_of_accumulators, lshrpdi3, ashrpdi3): New patterns.
11318         (flag_machi): Tighten constraints.  Renumber some of the operands.
11319         (flag_machi_acconly): Tighten constraints.  Correct operand numbers in
11320         output template.
11321         (flag_machi_parts_acconly): New pattern.
11322         (flag_macinithi): Tighten constraints.  Allow any accumulator to be
11323         used.
11324         (flag_macinit1hi): Tighten constraints.
11325         (flag_mul_macv2hi_parts_acconly): New pattern.
11327         * config/bfin/lib1funcs.asm (___umulsi3_highpart, __smulsi3_highpart):
11328         Use a more efficient implementation.
11329         * config/bfin/bfin.md (umulsi3_highpart, smulsi3_highpart): Emit
11330         inline sequences when not optimizing for size.
11332         * config/bfin/bfin.md (movhi_low2high, movhi_high2high, movhi_low2low,
11333         movhi_high2low): Delete, merge functionality into...
11334         (packv2hi): ... this pattern.
11336         2007-02-11  Jie Zhang  <jie.zhang@analog.com>
11337         * config/bfin/bfin.opt (msim): New option.
11338         (mcpu=): New option.
11339         * config/bfin/bfin-protos.h (enum bfin_cpu): New.
11340         (bfin_cpu_t): Typedef of enum bfin_cpu.
11341         (bfin_cpu_type): New declaration.
11342         * config/bfin/elf.h (STARTFILE_SPEC): Add support for
11343         -msim and -mcpu= options.
11344         (LIB_SPEC): Likewise.
11345         * config/bfin/bfin.c (bfin_cpu_type): Define.
11346         (bfin_handle_option): Handle -mcpu= option.
11347         * config/bfin/bfin.h (DEFAULT_CPU_TYPE): Define as BFIN_CPU_BF532.
11348         (TARGET_CPU_CPP_BUILTINS): Define __ADSPBF531__, __ADSPBF532__,
11349         __ADSPBF533__ or __ADSPBF537__ according to the cpu type.
11351 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
11353         * config.gcc (*-*-vxworks*): Don't add to tm_files in this stanza.
11354         (arm-wrs-vxworks, mips-wrs-vxworks, powerpc-wrs-vxworks)
11355         (powerpc-wrs-vxworksae): Use ${tm_file}.
11356         (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add svr4.h
11357         after elfos.h.  Remove i386/sysv4.h and add i386/vx-common.h.
11358         * config/i386/vx-common.h: New file.
11360 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
11362         * config/vxworks.h (VXWORKS_STARTFILE_SPEC): Use -l:crt0.o instead
11363         of crt0.o%s.
11365 2007-04-12  Andreas Krebbel  <krebbel1@de.ibm.com>
11367         * config/s390/s390.md ("trunctddd2"): Use TDmode for the target of
11368         ldxtr.
11370 2007-04-12  Douglas Gregor  <doug.gregor@gmail.com>
11372         PR c++/31078
11373         PR c++/31103
11374         * c-common.c (c_build_qualified_type): Set canonical type
11375         appropriately.
11377 2007-04-12  Richard Guenther  <rguenther@suse.de>
11379         * tree-pretty-print.c (dump_generic_node): Print ARRAY_REF
11380         lower bound and element size if lower bound is not zero
11381         or either of the ARRAY_REF operands is set.
11383 2007-04-12  Richard Guenther  <rguenther@suse.de>
11385         PR tree-optimization/24689
11386         PR tree-optimization/31307
11387         * fold-const.c (operand_equal_p): Compare INTEGER_CST array
11388         indices by value.
11389         * gimplify.c (canonicalize_addr_expr): To be consistent with
11390         gimplify_compound_lval only set operands two and three of
11391         ARRAY_REFs if they are not gimple_min_invariant.  This makes
11392         it never at this place.
11393         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
11395 2007-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11397         * pa.c (pa_som_asm_init_sections): Ensure that cfun->machine is not
11398         null before emitting a .nsubspa directive.
11400 2007-04-11  Diego Novillo  <dnovillo@redhat.com>
11402         * tree-ssa-alias.c (dump_mem_ref_stats): Do not call
11403         need_to_partition_p if there are no memory statements in the
11404         function.
11406 2007-04-11  Zdenek Dvorak  <dvorakz@suse.cz>
11408         * tree-data-ref.c (chrec_steps_divide_constant_p): Removed.
11409         (gcd_of_steps_may_divide_p): New function.
11410         (analyze_miv_subscript): Use gcd_of_steps_may_divide_p.
11412 2007-04-11  Bernd Schmidt  <bernd.schmidt@analog.com>
11414         * reload.c (find_reloads_toplev, find_reloads_address,
11415         find_reloads_address_1, find_reloads_subreg_address): Use rtx_equal_p,
11416         not a pointer equality test, to decide if we need to call
11417         push_reg_equiv_alt_mem.
11419 2007-04-11  Sebastian Pop  <sebastian.pop@inria.fr>
11421         * tree-data-ref.c (affine_function_zero_p, constant_access_functions,
11422         insert_innermost_unit_dist_vector, add_distance_for_zero_overlaps):
11423         New.
11424         (build_classic_dist_vector): Call add_distance_for_zero_overlaps.
11426 2007-04-11  Zdenek Dvorak  <dvorakz@suse.cz>
11428         * tree-data-ref.c (add_multivariate_self_dist): Force the distance
11429         vector to be positive.
11431 2007-04-11  Diego Novillo  <dnovillo@redhat.com>
11433         PR 30735
11434         PR 31090
11435         * doc/invoke.texi: Document --params max-aliased-vops and
11436         avg-aliased-vops.
11437         * tree-ssa-operands.h (get_mpt_for, dump_memory_partitions,
11438         debug_memory_partitions): Move to tree-flow.h
11439         * params.h (AVG_ALIASED_VOPS): Define.
11440         * tree-ssa-alias.c (struct mp_info_def): Remove.  Update all
11441         users.
11442         (mp_info_t): Likewise.
11443         (get_mem_sym_stats_for): New.
11444         (set_memory_partition): Move from tree-flow-inline.h.
11445         (mark_non_addressable): Only clear the set of symbols for the
11446         partition if it exists.
11447         (dump_memory_partitions): Move from tree-ssa-operands.c
11448         (debug_memory_partitions): Likewise.
11449         (need_to_partition_p): New.
11450         (dump_mem_ref_stats): New.
11451         (debug_mem_ref_stats): New.
11452         (dump_mem_sym_stats): New.
11453         (debug_mem_sym_stats): New.
11454         (update_mem_sym_stats_from_stmt): New.
11455         (compare_mp_info_entries): New.
11456         (mp_info_cmp): Call it.
11457         (sort_mp_info): Change argument to a list of mem_sym_stats_t
11458         objects.
11459         (get_mpt_for): Move from tree-ssa-operands.c.
11460         (find_partition_for): New.
11461         (create_partition_for): Remove.
11462         (estimate_vop_reduction): New.
11463         (update_reference_counts): New.
11464         (build_mp_info): New.
11465         (compute_memory_partitions): Refactor.
11466         Document new heuristic.
11467         Call build_mp_info, update_reference_counts,
11468         find_partition_for and estimate_vop_reduction.
11469         (compute_may_aliases): Populate virtual operands before
11470         calling debugging dumps.
11471         (delete_mem_sym_stats): New.
11472         (delete_mem_ref_stats): New.
11473         (init_mem_ref_stats): New.
11474         (init_alias_info): Call it.
11475         (maybe_create_global_var): Remove alias_info argument.
11476         Get number of call sites and number of pure/const call sites
11477         from gimple_mem_ref_stats().
11478         (dump_alias_info): Call dump_memory_partitions first.
11479         (dump_points_to_info_for): Show how many times a pointer has
11480         been dereferenced.
11481         * opts.c (decode_options): For -O2 set --param
11482         max-aliased-vops to 500.
11483         For -O3 set --param max-aliased-vops to 1000 and --param
11484         avg-aliased-vops to 3.
11485         * fortran/options.c (gfc_init_options): Remove assignment to
11486         MAX_ALIASED_VOPS.
11487         * tree-flow-inline.h (gimple_mem_ref_stats): New.
11488         * tree-dfa.c (dump_variable): Dump memory reference
11489         statistics.
11490         Dump NO_ALIAS* settings.
11491         (referenced_var_lookup): Tidy.
11492         (mem_sym_stats): New.
11493         * tree-ssa-copy.c (may_propagate_copy): Return true if DEST
11494         and ORIG are different SSA names for a memory partition.
11495         * tree-ssa.c (delete_tree_ssa): Call delete_mem_ref_stats.
11496         * tree-flow.h (struct mem_sym_stats_d): Define.
11497         (mem_sym_stats_t): Define.
11498         (struct mem_ref_stats_d): Define.
11499         (struct gimple_df): Add field mem_ref_stats.
11500         (enum noalias_state): Define.
11501         (struct var_ann_d): Add bitfield noalias_state.
11502         (mem_sym_stats, delete_mem_ref_stats, dump_mem_ref_stats,
11503         debug_mem_ref_stats, debug_memory_partitions,
11504         debug_mem_sym_stats): Declare.
11505         * tree-ssa-structalias.c (update_alias_info): Update call
11506         sites, pure/const call sites and asm sites in structure
11507         returned by gimple_mem_ref_stats.
11508         Remove local variable IS_POTENTIAL_DEREF.
11509         Increase NUM_DEREFS if the memory expression is a potential
11510         dereference.
11511         Call update_mem_sym_stats_from_stmt.
11512         If the memory references memory, call
11513         update_mem_sym_stats_from_stmt for all the direct memory
11514         symbol references found.
11515         (intra_create_variable_infos): Set noalias_state field for
11516         pointer arguments according to the value of
11517         flag_argument_noalias.
11518         * tree-ssa-structalias.h (struct alias_info): Remove fields
11519         num_calls_found and num_pure_const_calls_found.
11520         (update_mem_sym_stats_from_stmt): Declare.
11521         * params.def (PARAM_MAX_ALIASED_VOPS): Change description.
11522         Set default value to 100.
11523         (PARAM_AVG_ALIASED_VOPS): Define.
11525 2007-04-11  Richard Guenther  <rguenther@suse.de>
11527         PR middle-end/31530
11528         * simplify-rtx.c (simplify_binary_operation_1): Do not simplify
11529         a * -b + c as c - a * b if we honor sign dependent rounding.
11531 2007-04-11  Bernd Schmidt  <bernd.schmidt@analog.com>
11533         * config/bfin/bfin-protos.h (bfin_expand_movmem): Renamed from
11534         bfin_expand_strmov.
11535         * config/bfin/bfin.c (bfin_expand_prologue, bfin_delegitimize_address,
11536         bfin_function_ok_for_sibcall, split_load_immediate): Remove unused
11537         variables.
11538         (initialize_trampoline): Don't use old-style function definition.
11539         (bfin_secondary_reload): Mark IN_P argument as unused.
11541 2007-04-10  Sebastian Pop  <sebastian.pop@inria.fr>
11543         PR tree-optimization/31343
11544         * tree-chrec.h (chrec_zerop): Moved before build_polynomial_chrec.
11545         (build_polynomial_chrec): Return a scalar when the evolution is zero.
11546         * testsuite/gcc.dg/vect/pr31343.c: New.
11548 2007-04-10  Eric Christopher  <echristo@apple.com>
11550         * config/i386/i386.h (X87_FLOAT_MODE_P): New.
11551         * config/i386/i386.md (*cmpfp0): Use.
11552         (*cmpfp_u, *cmpfp_<mode>, *cmpfp_i_i387): Ditto.
11553         (*cmpfp_iu_387, fix_trunc<mode>_fisttp_i386_1): Ditto.
11554         (fix_trunc<mode>_i386_fisttp): Ditto.
11555         (fix_trunc<mode>_i387_fisttp_with_temp): Ditto.
11556         (*fix_trunc<mode>_i387_1, fix_truncdi_i387): Ditto.
11557         (fix_truncdi_i387_with_temp, fix_trunc<mode>_i387): Ditto.
11558         (fix_trunc<mode>_i387_with_temp, *fp_jcc_1_387): Ditto.
11559         (*fp_jcc_2_387, *fp_jcc_5_387, *fp_jcc_6_387): Ditto.
11560         (*fp_jcc_7_387, *fp_jcc_8<mode>_387): Ditto.
11561         (unnamed_splitters): Ditto.
11562         * config/i386/i386.c (output_fix_trunc): Assert that
11563         we're not being passed a TFmode operand.
11565 2007-04-10  Zdenek Dvorak  <dvorakz@suse.cz>
11567         PR tree-optimization/31526
11568         * tree-inline.c (copy_cfg_body): Use last_basic_block instead of
11569         n_basic_blocks to find newly added blocks.
11571 2007-04-10  Uros Bizjak  <ubizjak@gmail.com>
11573         * config/i386/i386.md (fix_trunc<mode>di_sse): Remove "x" from "xm"
11574         alternative.
11575         (fix_trunc<mode>si_sse): Ditto.
11576         (*floatsisf2_mixed, *floatsisf2_sse): Ditto.
11577         (*floatsidf2_mixed, *floatsidf2_sse): Ditto.
11578         (*floatdisf2_mixed, *floatdisf2_sse): Ditto.
11579         (*floatdidf2_mixed, *floatdidf2_sse): Ditto.
11580         (floathi<mode>2): Rename from floathisf2 and floathidf2. Macroize
11581         expander using SSEMODEF mode macro.
11582         (floatsi<mode>2): Rename from floatsisf2 and floashidf2. Macroize
11583         expander using SSEMODEF mode macro.
11584         (*floathi<mode>2_i387): Rename from *floathisf2_i387 and
11585         *floathidf2_i387. Macroize insn using X87MODEF12 mode macro.
11586         (*floatsi<mode>2_i387): Rename from *floatsisf2_i387 and
11587         *floatsidf2_i387. Macroize insn using X87MODEF12 mode macro.
11588         (*floatdi<mode>2_i387): Rename from *floatdisf2_i387 and
11589         *floatdidf2_i387. Macroize insn using X87MODEF12 mode macro.
11590         (float<mode>xf2): Rename from floathixf2, floatsixf2 and floatdixf2.
11591         Macroize insn using X87MODEF mode macro.
11593 2007-04-09  H.J. Lu  <hongjiu.lu@intel.com>
11595         * config/i386/sse.md (sse2_pinsrw): Removed.
11596         (sse2_pextrw): Renamed to ...
11597         (*sse2_pextrw): This.
11599 2007-04-09  Jan Hubicka  <jh@suse.cz>
11601         PR target/27869
11602         * config/i386/sse.md
11603         (sse_vmaddv4sf3, sse_vmmulv4sf3): Remove '%' modifier.
11604         (sse_vmsmaxv4sf3_finite, sse_vmsminv4sf3_finite): Remove.
11605         (sse2_vmaddv2df3, sse2_vmmulv2df3): Remove '%' modifier.
11606         (sse2_vmsmaxv2df3_finite, sse2_vmsminv2df3_finite): Remove.
11608 2007-04-09  Jan Hubicka  <jh@suse.cz>
11610         * tree-ssa-ccp (maybe_fold_offset_to_component_ref): Recurse into
11611         multiple fields of union.
11613 2007-04-09  Zdenek Dvorak  <dvorakz@suse.cz>
11615         * cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.
11616         (create_preheaders): Check that loops are available.
11617         (fix_loop_structure): Clean up, improve comments.
11618         * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa):
11619         Check that loops are available.  Set LOOP_CLOSED_SSA to the loops
11620         state flags.
11621         * tree-scalar-evolution.c (scev_finalize): Clear scalar_evolution_info.
11622         * predict.c (tree_estimate_probability): Do not call
11623         calculate_dominance_info.  Call create_preheaders.
11624         * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Only call
11625         rewrite_into_loop_closed_ssa if LOOP_CLOSED_SSA is set in loops state
11626         flags.
11627         * cfgloop.c (loop_preheader_edge): Assert that loops have preheaders.
11628         * cfgloop.h (LOOP_CLOSED_SSA): New constant.
11629         * tree-cfg.c (tree_split_edge): Make an assert more precise.
11630         * tree-ssa-threadedge.c (thread_across_edge): Comment the function
11631         arguments.
11633 2007-04-08  Jan Hubicka  <jh@suse.cz>
11635         * tree.h (maybe_fold_offset_to_component_ref): Declare.
11636         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Export.
11637         * fold-const.c (fold_unary): Use it.
11639 2007-04-08  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11641         * varasm.c (assemble_variable): Remove call to
11642         lang_hooks.decls.prepare_assemble_variable.
11643         * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): Kill.
11644         (LANG_HOOKS_DECLS): Remove LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE.
11645         * langhooks.h (lang_hooks_for_decls): Remove
11646         prepare_assemble_variable.
11648 2007-04-08  Mike Stump  <mrs@apple.com>
11650         * config/i386/i386.c: Use inc/dec on Core2.
11652 2007-04-08  Steven Bosscher  <steven@gcc.gnu.org>
11654         * langhooks.c (lhd_tree_inlining_add_pending_fn_decls,
11655         lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
11656         lhd_tree_inlining_end_inlining): Remove.
11657         * langhooks.h (struct lang_hooks_for_tree_inlining): Remove then
11658         add_pending_fn_decls, anon_aggr_type_p, start_inlining, and
11659         end_inlining hooks.
11660         * langhooks-def.h (lhd_tree_inlining_add_pending_fn_decls,
11661         lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
11662         lhd_tree_inlining_end_inlining): Remove prototypes.
11663         (LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS,
11664         LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
11665         LANG_HOOKS_TREE_INLINING_START_INLINING,
11666         LANG_HOOKS_TREE_INLINING_END_INLINING): Remove.
11668         * c-objc-common.h (LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Do
11669         not set it.
11671 2007-04-08  Anatoly Sokolov <aesok@post.ru>
11673         PR target/29932
11674         * config/avr/predicates.md (io_address_operand): Delete predicate.
11675         (low_io_address_operand): Don't use 'mode' argument.
11676         (higth_io_address_operand): Rename ...
11677         (high_io_address_operand): ... to this. Don't use 'mode' argument.
11678         * config/avr/avr.md (*sbix_branch_tmp, *sbix_branch_tmp_bit7): Adjust
11679         for above change.
11681 2007-04-07  Daniel Berlin  <dberlin@dberlin.org>
11683         Revert change removing staticp.
11685 2007-04-07  Anatoly Sokolov <aesok@post.ru>
11687         PR target/30289
11688         * config/avr/avr.md (*clrmemqi, *clrmemhi): Mark operand 4 as
11689         earlyclobber.
11691 2007-04-07  Bruce Korb  <bkorb@gnu.org>
11693         * c.opt: Add -Wformat-contains-nul.
11694         * c-format.c (set_Wformat):  Set warn_format_contains_nul to the
11695           -Wformat setting.
11696         (check_format_info_main): Check OPT_Wformat_contains_nul before emitting
11697         the NUL byte warning.
11699 2007-04-07  H.J. Lu  <hongjiu.lu@intel.com>
11701         * config/i386/i386.c (ix86_handle_option): Handle SSSE3.
11703 2007-04-06  Daniel Berlin  <dberlin@dberlin.org>
11705         * tree.c (staticp): No longer use staticp langhook.
11706         * langhooks.c (lhd_staticp): Removed.
11707         * langhooks.h (struct lang_hooks): Remove staticp.
11708         * c-common.c (c_staticp): Remove.
11709         * c-common.h (c_staticp): Ditto.
11710         * langhooks-defs.h (lhd_staticp): Ditto.
11711         (LHD_HOOKS_STATICP): Ditto
11712         * tree.h (gcc_assert_lowered): New macro.
11714 2007-04-06  Zdenek Dvorak  <dvorakz@suse.cz>
11716         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use
11717         argument "reliable".
11718         (infer_loop_bounds_from_ref, infer_loop_bounds_from_array):
11719         Add argument "reliable".  Propagate it through calls.
11720         (infer_loop_bounds_from_undefined):  Derive number of iterations
11721         estimates from references in blocks that do not dominate loop latch.
11722         (gcov_type_to_double_int): New function.
11723         (estimate_numbers_of_iterations_loop): Use gcov_type_to_double_int
11724         and expected_loop_iterations_unbounded.
11725         * cfgloopanal.c (expected_loop_iterations_unbounded): New function.
11726         (expected_loop_iterations): Use expected_loop_iterations_unbounded.
11727         * tree-data-ref.c (estimated_loop_iterations): Export.
11728         (get_references_in_stmt): Fix -- do not return addresses of local
11729         objects.
11730         * cfgloop.h (expected_loop_iterations_unbounded,
11731         estimated_loop_iterations): Declare.
11733 2007-04-06  Andreas Tobler  <a.tobler@schweiz.org>
11735         * tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.
11737 2007-04-06  Uros Bizjak  <ubizjak@gmail.com>
11739         * config/i386/i386.md (extend<mode>xf2): Rename from extendsfxf2
11740         and extenddfxf2. Macroize expander using X87MODEF12 mode macro.
11741         (*truncdfsf_mixed, *truncdfsf_i387, *truncdfsf2_i387_1):
11742         Use output_387_reg_move().
11743         (*truncxf<mode>2): Rename from *truncxfsf2 and truncxfdf2. Macroize
11744         expander using X87MODEF12 mode macro.
11745         (*truncxfsf2_mixed): Combine alternatives, ignore "r" alternative when
11746         choosing register preferences.  Use output_387_reg_move().
11747         (*truncxfdf2_mixed): Combine alternatives, use "r" alternative
11748         instead of "x".  Use output_387_reg_move().
11749         (*truncxf<mode>2_i387_noop): Rename from *truncxfsf2_i387_noop and
11750         *truncxfdf2_i387_noop.  Macroize insn using X87MODEF12 mode macro.
11751         (*truncxf<mode>2_i387): Rename from *truncxfsf2_i387 and
11752         *truncxfdf2_i387.  Macroize insn using X87MODEF12 mode macro.
11753         Use output_387_reg_move().
11754         (*truncxf?f_mixed splitter): Macroize splitter using X87MODEF12
11755         mode macro.
11756         (*truncxf?f_i387 splitter): Ditto.
11758 2007-04-06  Daniel Berlin  <dberlin@dberlin.org>
11760         * langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove
11761         LANG_HOOKS_SAFE_FROM_P.
11762         * expr.c (safe_from_p): Remove langhook call.
11763         * langhooks.h (lang_hooks): Remove safe_from_p.
11764         (lhd_safe_from_p): Remove prototype.
11765         * langhooks.c (lhd_safe_from_p): Remove.
11767 2007-04-06  Jan Hubicka  <jh@suse.cz>
11769         * cgraphunit.c (decide_is_function_needed): Do not keep always_inline
11770         functions.
11772 2007-04-06  Uros Bizjak  <ubizjak@gmail.com>
11774         * config/i386/i386.c (output_387_reg_move): Handle memory operand[0].
11775         * config/i386/i386.md (*movsf_1, *movdf_nointeger,
11776         *movdf_integer_rex64, *movdf_integer, *movxf_nointeger,
11777         *movxf_integer): Use output_387_reg_move() for x87 reg->mem
11778         alternative.
11779         (*extendsfdf2_mixed, *extendsfdf2_i387, *extendsfxf2_i387,
11780         *extenddfxf2_i387, *truncdfsf_fast_mixed): Ditto.
11782 2007-04-05  Richard Henderson  <rth@redhat.com>
11784         * config/alpha/alpha.c (print_operand) [+]: Remove.
11785         (alpha_end_function): Print nop if call at end of function.
11786         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Remove +.
11787         * config/alpha/alpha.md (UNSPEC_LDGP1): New.
11788         (call_osf_1_er_noreturn, call_value_osf_1_er_noreturn): New.
11789         (call_osf_2_er_nogp, call_value_osf_2_er_nogp): New.
11790         (call_osf_2_er, call_value_osf_2_er): Merge the ldgp highpart into
11791         the call pattern. Update peepholes to match.
11793 2007-04-05  Janis Johnson  <janis187@us.ibm.com>
11795         * doc/extend.texi (Other Builtins): Add decimal float variants
11796         of signbit.
11797         * builtins.def: Ditto.
11798         * builtins.c (expand_builtin): Ditto.
11800 2007-04-05  Uros Bizjak  <ubizjak@gmail.com>
11801             H.J. Lu  <hongjiu.lu@intel.com>
11803         PR target/31478
11804         * config/i386/sse.md (sse2_umulv2siv2di3): Use V4SImode instead
11805         of V8HImode when calling ix86_binary_operator_ok.
11806         (sse2_pmaddwd): Call ix86_binary_operator_ok.
11807         (sdot_prodv8hi): Operands 1 and 2 must be register.
11809 2007-04-05  Alexandre Oliva  <aoliva@redhat.com>
11811         * tree-sra.c (try_instantiate_multiple_fields): Needlessly
11812         initialize align to silence bogus warning.
11814 2007-04-05  Alexandre Oliva  <aoliva@redhat.com>
11816         PR middle-end/22156
11817         * tree-sra.c (struct sra_elt): Add in_bitfld_block.  Remove
11818         all_no_warning.
11819         (struct sra_walk_fns): Remove use_all parameter from use.
11820         (sra_hash_tree): Handle BIT_FIELD_REFs.
11821         (sra_elt_hash): Don't hash bitfld blocks.
11822         (sra_elt_eq): Skip them in parent compares as well.  Handle
11823         BIT_FIELD_REFs.
11824         (sra_walk_expr): Don't maintain or pass down use_all_p.
11825         (scan_use): Remove use_all parameter.
11826         (scalarize_use): Likewise.  Re-expand assignment to
11827         BIT_FIELD_REF of gimple_reg.  De-scalarize before input or
11828         output, and re-scalarize after output.  Don't mark anything
11829         for no warning.
11830         (scalarize_ldst): Adjust.
11831         (scalarize_walk_gimple_modify_statement): Likewise.
11832         (build_element_name_1): Handle BIT_FIELD_REFs.
11833         (instantiate_element): Don't warn for any element whose parent
11834         is used as a whole.
11835         (instantiate_missing_elements_1): Return the sra_elt.
11836         (canon_type_for_field): New.
11837         (try_instantiate_multiple_fields): New.
11838         (instantiate_missing_elemnts): Use them.
11839         (mark_no_warning): Removed.
11840         (generate_one_element_ref): Handle BIT_FIELD_REFs.
11841         (REPLDUP, sra_build_elt_assignment): New.
11842         (generate_copy_inout): Use them.
11843         (generate_element_copy): Likewise.  Handle bitfld differences.
11844         (generate_element_zero): Don't recurse for blocks.  Use
11845         sra_build_elt_assignment.
11846         (generate_one_element_int): Take elt instead of var.  Use
11847         sra_build_elt_assignment.
11848         (generate_element_init_1): Adjust.
11849         (scalarize_use, scalarize_copy): Use REPLDUP.
11850         (scalarize_ldst): Move assert before dereference.
11851         (dump_sra_elt_name): Handle BIT_FIELD_REFs.
11853 2007-04-05  Steven Bosscher  <steven@gcc.gnu.org>
11855         * regmove.c: Fix unused variable warnings due to previous commit.
11857 2007-04-05  Steven Bosscher  <steven@gcc.gnu.org>
11859         * regmove.c (STACK_GROWS_DOWNWARD): Don't boolean-ize.
11860         (regmove_bb_head): Remove.
11861         (copy_src_to_dest): Don't update regmove_bb_head and BB_HEAD.
11862         (regmove_optimize): Don't do unnecessary CFG fixes for non-existing
11863         problems with fixup_match_1.
11864         Don't initialize/free regmove_bb_head.
11866         (reg_is_remote_constant_p): If an insn is in the same basic block
11867         but not before INSN, consider it remote, too.
11869 2007-04-05  Anatoly Sokolov <aesok@post.ru>
11871         PR target/25448
11872         * config/avr/avr.c (avr_handle_fndecl_attribute): Use the
11873         DECL_ASSEMBLER_NAME, not the DECL_NAME.
11875 2007-04-05  H.J. Lu  <hongjiu.lu@intel.com>
11877         * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Reformat.
11878         (CONDITIONAL_REGISTER_USAGE): Likewise.
11880 2007-04-04  Richard Henderson  <rth@redhat.com>
11882         * config/alpha/lib1funcs.asm: Remove unused file.
11884 2007-04-04  Brooks Moses  <brooks.moses@codesourcery.com>
11886         PR other/31356
11887         * opts.c (print_specific_help): Fix --help=<language>
11888         header line.
11889         (common_handle_option): Support --help=common.
11891 2007-04-04  Brooks Moses  <brooks.moses@codesourcery.com>
11893         PR other/31353
11894         * gcc.c (main): Do not run the linker if
11895         print_subprocess_help indicates that it shouldn't be
11896         run.
11898 2007-04-04  Brooks Moses  <brooks.moses@codesourcery.com>
11900         PR doc/31355
11901         * doc/invoke.texi (--help=): Document <languages> value, fix
11902         formatting in tables of values.
11904 2007-04-04  Danny Smith  <dannysmith.users.sourceforge.net>
11906         * config/i386/winnt-cxx.c (i386_pe_type_dllimport_p): Don't ignore
11907         dllimport attribute of virtual methods.
11909 2007-04-04  Chen Liqin  <liqin@sunnorth.com.cn>
11911         * config/score/crti.asm: Change _bss_start to __bss_start.
11912         * config/score/score.h (CONDITIONAL_REGISTER_USAGE): Added.
11913         (OUTGOING_REG_PARM_STACK_SPACE) update.
11914         * config/score/score.opt: add options to make backend support
11915         score5, score5u, score7 and score7d.
11916         * config/score/score.md: Likewise.
11917         * config/score/misc.md: Likewise.
11918         * config/score/mac.md: Likewise.
11919         * doc/invoke.texi: Likewise.
11920         * doc/md.texi: update constraints define.
11922 2007-04-03  Richard Henderson  <rth@redhat.com>
11924         * expr.c (store_expr): If get_signed_or_unsigned_type doesn't yield
11925         an appropriate type, use the mode instead.
11927 2007-04-03  Richard Sandiford  <richard@codesourcery.com>
11929         * config.gcc (mips-wrs-vxworks): Add vx-common.h to tm_file.
11930         Set the default --with-arch setting to mips2.
11931         * config/mips/t-vxworks (MULTILIB_OPTIONS, MULTILIB_MATCHES)
11932         (MULTILIB_EXCEPTIONS): Redefine with new multilibs.
11933         (MULTILIB_OSDIRNAMES): Delete.
11934         (MULTILIB_DIRNAMES): Define.
11935         * config/mips/vxworks.h (LINK_SPEC): Add VXWORKS_LINK_SPEC.
11936         (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Define.
11937         (TARGET_OS_CPP_BUILTINS): Incorporate old SUBTARGET_CPP_SPEC
11938         definitions, except for _WRS_R3K_EXC_SUPPORT.  Call
11939         VXWORKS_OS_CPP_BUILTINS.
11940         (SUBTARGET_CPP_SPEC): Redefine to VXWORKS_ADDITIONAL_CPP_SPEC.
11941         (MIPS_DEBUGGING_INFO): Undefine.
11942         (FUNCTION_PROFILER): Define to VXWORKS_FUNCTION_PROFILER.
11944 2007-04-03  Jakub Jelinek  <jakub@redhat.com>
11946         PR middle-end/30704
11947         * fold-const.c (native_encode_real): Encode real.c provided longs
11948         as a series of 32-bit native integers.
11949         (native_interpret_real): Interpret buffer as a series of 32-bit
11950         native integers.
11952 2007-04-03  Richard Guenther  <rguenther@suse.de>
11954         * genpreds.c (write_insn_constraint_len): Write function
11955         optimized for CONSTRAINT_LEN implementation.
11956         (write_tm_preds_h): Output insn_constraint_len inline and
11957         use it for CONSTRAINT_LEN.
11958         (write_insn_preds_c): Don't output insn_constraint_len.
11959         * doc/md.texi (define_register_constraint): Document multi-letter
11960         constraints shall have the same length if they start with the same
11961         letter.
11963 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
11965         PR target/31175
11966         * config/i386/i386.md (isinf<mode>2): Expand only when
11967         TARGET_C99_FUNCTIONS is set.
11969 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
11971         * config.gcc (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
11972         (x86_64-*-linux*): Ditto.
11973         * config/i386/i386.opt (mpc): New option.
11974         * config/i386/i386.c (overrride_options): Handle
11975         ix87_precision_string.
11976         * config/i386/crtprec.c: New file.
11977         * config/i386/t-crtpc: Ditto.
11978         * config/i386/linux.h (ENDFILE_SPEC): Add handling of -mpc32, -mpc64
11979         and -mpc80 options.
11980         * config/i386/linux64.h (ENDFILE_SPEC): Ditto.
11981         * config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Add
11982         crtprec32.o, crtprec64.o and crtprec80.o.
11984         * doc/invoke.texi (Machine Dependent Options): Add -mpc32, -mpc64
11985         and -mpc80 options.
11986         (i386 and x86-64 Options): Document -mpc32, -mpc64 and -mpc80 options.
11988 2007-04-02  Eric Christopher  <echristo@apple.com>
11990         * doc/invoke.texi (i386 and x86-64 Options): Document -m64
11991         limitations on darwin.
11993 2007-04-02  Anatoly Sokolov <aesok@post.ru>
11995         PR target/31137
11996         * config/avr/avr.c (avr_rtx_costs): Add missing 'break' statements.
11998 2007-04-02  Dave Korn  <dave.korn@artimi.com>
12000         * doc/tm.texi (FUNCTION_MODE): Update and extend documentation.
12002 2007-04-02  Dave Korn  <dave.korn@artimi.com>
12004         * libgcc2.h (exception_descriptor): Don't forward-declare.
12005         (__get_eh_table_language, __get_eh_table_version): Delete
12006         prototypes of long-dead functions.
12008 2007-04-01  Daniel Berlin  <dberlin@dberlin.org>
12010         * ebitmap.h: New file
12011         * ebitmap.c: New file
12012         * Makefile.in (ebitmap.o): New target.
12014 2007-04-01  Jan Hubicka  <jh@suse.cz>
12016         * emit-rtl.c (emit_insn_before_setloc): Do not ICE when asked to emit
12017         before very first instruction.
12019 2007-04-01  Jan Hubicka  <jh@suse.cz>
12021         * ggc-page.c (ggc_print_statistics): Fix formatting string to avoid
12022         waring on 64bit hosts.
12023         * bitmap.h: Fix typo in bitmap_head_def.
12025 2007-04-01  Steven Bosscher  <steven@gcc.gnu.org>
12027         PR rtl-optimization/31391
12028         * cfgcleanup.c (try_optimize_cfg): If a removed label is turned
12029         into a DELETED_LABEL note, and the label is in an empty basic
12030         block, update BB_END as well as BB_HEAD.
12032 2007-04-01  Richard Henderson  <rth@redhat.com>
12034         PR tree-optimization/31169
12035         * tree-vrp.c (extract_range_from_binary_expr) <RSHIFT_EXPR>: Drop
12036         to varying if the range is outside [0,  prec-1].
12038 2007-04-01  Richard Sandiford  <richard@codesourcery.com>
12040         PR target/31388
12041         * config/mips/mips.md (load_const_gp): New insn.
12042         * config/mips/mips.c (mips_split_symbol): Avoid using or creating
12043         the MIPS16 GP pseudo register if no_new_pseudos.
12044         (mips16_gp_pseudo_reg): Use gen_load_const_gp.
12046 2007-03-31  Andrew Pinski  <andrew_pinski@playstation.sony.com>
12048         PR target/31364
12049         * config/rs6000/rs6000.md (call): Convert to LR hard reg for
12050         secureplt.
12051         (call_value): Likewise.
12053 2007-03-31  Wolfgang Bangerth  <bangerth@dealii.org>
12054             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12056         PR 14737
12057         * doc/invoke.texi: (optimization options): Reword description
12058         of -ffast-math. Document its primary purpose.
12060 2007-03-31  Richard Guenther  <rguenther@suse.de>
12062         * omp-low.c (splay-tree.h): Include.
12063         (lookup_decl): Replace splay-tree usage by pointer-map.
12064         (maybe_lookup_decl): Likewise.
12065         (new_omp_context): Likewise.
12066         (delete_omp_context): Likewise.
12067         * gimplify.c (splay-tree.h): Include.
12068         * tree-inline.c (insert_decl_map): Replace splay-tree usage by
12069         pointer-map.
12070         (remap_ssa_name): Likewise.
12071         (remap_decl): Likewise.
12072         (remap_type_1): Likewise.
12073         (remap_type): Likewise.
12074         (copy_body_r): Likewise.
12075         (expand_call_inline): Likewise.
12076         (clone_body): Likewise.
12077         (copy_tree_r): Likewise.
12078         (remap_save_expr): Likewise.
12079         (unsave_r): Likewise.
12080         (unsave_expr_now): Likewise.
12081         (tree_function_versioning): Likewise.
12082         (build_duplicate_type): Likewise.
12083         * tree-inline.h (pointer-set.h): Include instead of splay-tree.h.
12084         (struct copy_body_data): Replace splay-tree by pointer-map.
12085         * Makefile.in (TREE_INLINE_H): Depend on pointer-map.h,
12086         not $(SPLAY_TREE_H).
12087         (gimplify.o): Depend on $(SPLAY_TREE_H).
12088         (omp-low.p): Likewise.
12090 2007-03-31  Anatoly Sokolov <aesok@post.ru>
12092         * config/avr/predicates.md (even_register_operand,
12093         odd_register_operand): New predicates.
12094         * config/avr/avr.md (movw peephole2): New.
12095         (movw_r peephole2): New.
12097 2007-03-30  Rafael Avila de Espindola  <espindola@google.com>
12099         * tree.h (get_signed_or_unsigned_type): New.
12100         * fold-const.c (operand_equal_for_comparison_p): Use
12101         get_signed_or_unsigned_type instead of
12102         lang_hooks.types.signed_or_unsigned_type.
12103         * expr.c (store_expr): Ditto.
12104         * langhooks.c (get_signed_or_unsigned_type): New.
12105         (lhd_signed_or_unsigned_type): New.
12106         * langhooks.h (lhd_signed_or_unsigned_type): New.
12107         * langhooks-def.h (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Define.
12109 2007-03-30  Richard Henderson  <rth@redhat.com>
12111         * tree-ssa-loop-ivopts.c: Include target.h.
12112         (produce_memory_decl_rtl): Pass the rtx through encode_section_info.
12113         (get_address_cost): Force SYMBOL_FLAG_LOCAL set.
12114         (force_expr_to_var_cost): Use produce_memory_decl_rtl.
12115         * Makefile.in (tree-ssa-loop-ivopts.o): Depend on TARGET_H.
12117 2007-03-30  Richard Henderson  <rth@redhat.com>
12118             Kai Tietz  <kai.tietz@onevision.com>
12120         * config/i386/cygming.h (DWARF2_DEBUGGING_INFO): Enable by
12121         default for 64-bit.
12122         (PREFERRED_DEBUGGING_TYPE): Prefer dwarf2 for 64-bit.
12123         (TARGET_64BIT_MS_ABI): New.
12124         (DBX_REGISTER_NUMBER): Handle 64-bit.
12125         (SIZE_TYPE, PTRDIFF_TYPE): Use long long for 64-bit.
12126         (LONG_TYPE_SIZE): Force to 32.
12127         (REG_PARM_STACK_SPACE): New.
12128         (OUTGOING_REG_PARM_STACK_SPACE): New.
12129         (REGPARM_MAX, SSE_REGPARM_MAX): New.
12130         (HANDLE_PRAGMA_PUSH_POP_MACRO): New.
12131         (STACK_BOUNDARY): Use 128 for 64-bit.
12132         * config/i386/cygwin.asm: Use push/ret to preserve call stack.
12133         Add 64-bit implementation.
12134         * config/i386/gthr-win32.c (__gthr_win32_key_create): Mark dtor
12135         argument unused.
12136         * config/i386/i386.c (x86_64_ms_abi_int_parameter_registers): New.
12137         (override_options): Set ix86_cmodel for TARGET_64BIT_MS_ABI.
12138         Warn for -mregparm, -mrtd in 64-bit mode; force ix86_regparm
12139         for 64-bit; use TARGET_SUBTARGET64_DEFAULT.
12140         (ix86_handle_cconv_attribute): Don't warn when ignoring if
12141         TARGET_64BIT_MS_ABI.
12142         (ix86_function_arg_regno_p): Handle TARGET_64BIT_MS_ABI.
12143         (ix86_pass_by_reference): Likewise.
12144         (ix86_function_value_regno_p): Likewise.
12145         (ix86_build_builtin_va_list): Likewise.
12146         (ix86_va_start, ix86_gimplify_va_arg): Likewise.
12147         (function_arg_advance_ms_64): New.
12148         (function_arg_advance): Call it.
12149         (function_arg_ms_64): New.
12150         (function_arg): Call it.
12151         (function_value_ms_64): New.
12152         (ix86_function_value_1): Call it.
12153         (return_in_memory_ms_64): New.
12154         (ix86_return_in_memory): Call it.
12155         (setup_incoming_varargs_ms_64): New.
12156         (ix86_setup_incoming_varargs): Call it.
12157         (ix86_expand_prologue): Handle 64-bit stack probing.
12158         (legitimize_pic_address): Handle TARGET_64BIT_MS_ABI.
12159         (output_pic_addr_const): Likewise.
12160         (x86_this_parameter): Likewise.
12161         (x86_output_mi_thunk): Likewise.
12162         (x86_function_profiler): Likewise.
12163         (TARGET_STRICT_ARGUMENT_NAMING): New.
12164         * config/i386/i386.h (TARGET_SUBTARGET64_DEFAULT): New.
12165         (TARGET_64BIT_MS_ABI): New.
12166         (CONDITIONAL_REGISTER_USAGE): Handle TARGET_64BIT_MS_ABI.
12167         * config/i386/i386.md (allocate_stack_worker): Remove.
12168         (allocate_stack_worker_32): Rename from allocate_stack_worker_1;
12169         describe the clobber of eax without a match_scratch.
12170         (allocate_stack_worker_postreload): Remove.
12171         (allocate_stack_worker_64): Rename from allocate_stack_worker_rex64;
12172         describe the clobbers of rax, r10, r11 properly; use __chkstk symbol.
12173         (allocate_stack_worker_rex64_postreload): Remove.
12174         (allocate_stack): Handle 64-bit.
12175         * config/i386/i386elf (TARGET_SUBTARGET_DEFAULT): Remove.
12176         * config/i386/mingw32.h (TARGET_VERSION): Set correctly for 64-bit.
12177         (EXTRA_OS_CPP_BUILTINS): Handle 64-bit.
12178         (STANDARD_INCLUDE_DIR): Handle TARGET_64BIT_DEFAULT.
12179         (STANDARD_STARTFILE_PREFIX_1): Likewise.
12180         * config/i386/unix.h (TARGET_SUBTARGET64_DEFAULT): New.
12181         * config.build (x86_64-*-mingw*): New host.
12182         * config.host (x86_64-*-mingw*): New host.
12183         * config.gcc (x86_64-*-mingw*): New target.
12184         * gthr-win32.h (__gthread_key_create): Mark dtor unused.
12186 2007-03-30  Richard Henderson  <rth@redhat.com>
12187             Kai Tietz  <kai.tietz@onevision.com>
12189         * c-pragma.c (struct def_pragma_macro_value): New.
12190         (struct def_pragma_macro): New.
12191         (pushed_macro_table): New.
12192         (dpm_hash, dpm_eq): New.
12193         (handle_pragma_push_macro, handle_pragma_pop_macro): New.
12194         (init_pragma): Install them.
12195         * doc/tm.texi (HANDLE_PRAGMA_PUSH_POP_MACRO): New.
12197 2007-03-30  Anatoly Sokolov <aesok@post.ru>
12199         * config/avr/avr.c (avr_override_options): Clear
12200         'flag_delete_null_pointer_checks'.
12202 2007-03-30  Paolo Carlini  <pcarlini@suse.de>
12204         PR c++/26099
12205         * c-common.h (enum rid): Add RID_HAS_NOTHROW_ASSIGN,
12206         RID_HAS_NOTHROW_CONSTRUCTOR, RID_HAS_NOTHROW_COPY,
12207         RID_HAS_TRIVIAL_ASSIGN, RID_HAS_TRIVIAL_CONSTRUCTOR,
12208         RID_HAS_TRIVIAL_COPY, RID_HAS_TRIVIAL_DESTRUCTOR,
12209         RID_HAS_VIRTUAL_DESTRUCTOR, RID_IS_ABSTRACT, RID_IS_BASE_OF,
12210         RID_IS_CONVERTIBLE_TO, RID_IS_CLASS, RID_IS_EMPTY, RID_IS_ENUM,
12211         RID_IS_POD, RID_IS_POLYMORPHIC, RID_IS_UNION, as
12212         C++ extensions.
12213         * doc/extend.texi (Extensions to the C++ Language): Add Type Traits.
12215 2007-03-30  Steven Bosscher  <steven@gcc.gnu.org>
12217         * regmove.c: Move all of pass_stack_adjustments from here...
12218         * combine-stack-adj.c: ...to this new file.
12219         * Makefile.in: Add rules for combine-stack-adj.o.
12221 2007-03-30  Zdenek Dvorak  <dvorakz@suse.cz>
12223         PR tree-optimization/31383
12224         * tree-data-ref.c (affine_function_equal_p): Do not require the
12225         vectors to have the same length.
12227 2007-03-30  Jan Hubicka  <jh@suse.cz>
12229         PR middle-end/30700
12230         * dwarf2out.c (reference_to_unused): Ask cgraph for functions
12231         availablility; add more sanity checking; ask varpool only about
12232         VAR_DECL.
12234 2007-03-29  Richard Henderson  <rth@redhat.com>
12236         * unwind-generic.h (_sleb128_t, _uleb128_t): Don't use HAVE_LONG_LONG
12237         to decide, but __SIZEOF_LONG_LONG__.
12239 2007-03-29  Richard Henderson  <rth@redhat.com>
12241         * emutls.c (struct __emutls_array): New.
12242         (emutls_destroy): Use it instead of casting element 0 from void*.
12243         (__emutls_get_address): Likewise.
12245 2007-03-29  Richard Henderson  <rth@redhat.com>
12247         * varasm.c (initializer_constant_valid_p): Don't deny
12248         DECL_DLLIMPORT_P on functions.
12250         * config/i386/cygming.h: Remove function declarations.
12251         (SUBTARGET_ENCODE_SECTION_INFO): Don't undef first.
12252         (ASM_OUTPUT_LABELREF): Remove.
12253         (COMMON_ASM_OP): Remove.
12254         (ASM_OUTPUT_COMMON): Remove.
12255         (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
12256         (ASM_DECLARE_OBJECT_NAME): Use i386_pe_maybe_record_exported_symbol.
12257         (ASM_DECLARE_FUNCTION_NAME): Likewise.
12258         * config/i386/i386-interix.h (SUBTARGET_ENCODE_SECTION_INFO):
12259         Rename from TARGET_ENCODE_SECTION_INFO.
12260         * config/i386/netware.h: Likewise.
12261         * config/i386/i386-protos.h: Update.
12262         * config/i386/i386.c (ix86_function_ok_for_sibcall): Turn ifdef
12263         of TARGET_DLLIMPORT_DECL_ATTRIBUTES into straight if.
12264         (legitimate_constant_p): Reject dllimports.
12265         (dllimport_map, get_dllimport_decl): New.
12266         (legitimize_dllimport_symbol): New.
12267         (legitimize_address, ix86_expand_move): Use it.
12268         (TARGET_BINDS_LOCAL_P): Redefine for TARGET_DLLIMPORT_DECL_ATTRIBUTES.
12269         * config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Remove.
12270         (SYMBOL_FLAG_DLLIMPORT, SYMBOL_REF_DLLIMPORT_P): New.
12271         (SYMBOL_FLAG_DLLEXPORT, SYMBOL_REF_DLLEXPORT_P): New.
12272         * config/i386/predicates.md (constant_call_address_operand): Only
12273         accept symbols; reject dllimport_p symbols.
12274         * config/i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Use
12275         i386_pe_maybe_record_exported_symbol.
12276         * config/i386/winnt.c (DLL_IMPORT_PREFIX, DLL_EXPORT_PREFIX): Remove.
12277         (i386_pe_determine_dllexport_p): Rename from i386_pe_dllexport_p.
12278         (i386_pe_determine_dllimport_p): Rename from i386_pe_dllimport_p;
12279         trust the setting of DECL_DLLIMPORT_P.
12280         (i386_pe_dllexport_name_p, i386_pe_dllimport_name_p): Remove.
12281         (i386_pe_mark_dllexport, i386_pe_mark_dllimport): Remove.
12282         (gen_stdcall_or_fastcall_suffix): Return NULL if no change required;
12283         tidy the argument scanning loop.
12284         (i386_pe_encode_section_info): Set SYMBOL_FLAG_DLLIMPORT and
12285         SYMBOL_FLAG_DLLEXPORT in SYMBOL_REF_FLAGS.
12286         (i386_pe_strip_name_encoding): Remove.
12287         (i386_pe_binds_local_p): New.
12288         (i386_pe_strip_name_encoding_full): Use default_strip_name_encoding.
12289         (i386_pe_output_labelref): Remove.
12290         (i386_pe_asm_output_aligned_decl_common): New.
12291         (i386_pe_maybe_record_exported_symbol): Rename from
12292         i386_pe_record_exported_symbol; check for dllexported symbols.
12294 2007-03-29  Zack Weinberg  <zack@mrtock.ucsd.edu>
12296         * gengtype.c (oprintf): Mostly revert changes from 2007-03-26;
12297         add comment explaining why vsnprintf cannot be used.
12299 2007-03-29  Douglas Gregor  <doug.gregor@gmail.com>
12301         PR tree-optimization/30666
12302         * tree.c (build_complex_type): When creating type names for DWARF2
12303         debug info, create TYPE_DECLs for TYPE_NAME instead of
12304         IDENTIFIER_NODEs.
12305         (build_common_tree_nodes_2): Use build_complex_type when building
12306         predefined complex types, to preserve canonical types.
12308 2007-03-29  Steven Bosscher  <steven@gcc.gnu.org>
12310         * ifcvt.c (struct noce_if_info): Add then_else_reversed field.
12311         (noce_get_alt_condition): Look at it to determine whether to
12312         reverse the condition or not.
12313         (noce_get_condition): Substitute the truth for lies.
12314         (noce_find_if_block): Set the then_else_reversed field.
12316 2007-03-29  Lars Poeschel <larsi@wh2.tu-dresden.de>
12318         * config/fr30/fr30.md (movdi): Do not accept immediates as the
12319         destination of this insn.
12320         * config/fr30/fr30.c (fr30_move_double): Use emit_move_insn rather
12321         than calling gen_rtx_SET directly.  Use r0 to hold the value of
12322         'address + 4' rather than a stack based temporary which can be
12323         mis-optimized away.
12325 2007-03-29  Andreas Krebbel  <krebbel1@de.ibm.com>
12327         * config/s390/s390.c (s390_secondary_input_reload_class,
12328         s390_secondary_output_reload_class): Functions removed.
12329         (s390_secondary_reload): New function.
12330         (TARGET_SECONDARY_RELOAD): Target macro defined.
12331         * config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS,
12332         SECONDARY_OUTPUT_RELOAD_CLASS): Macro definitions removed.
12333         * config/s390/s390.md ("reload_outti", "reload_outdi",
12334         "reload_indi", "reload_insi", "reload_out<mode>", "reload_in<mode>",
12335         "reload_out<mode>"): Expanders removed.
12336         ("reload<mode>_plus", "reload<mode>_nonoffmem_in",
12337         "reload<mode>_nonoffmem_out"): Expanders added.
12339 2007-03-29  Andreas Krebbel  <krebbel1@de.ibm.com>
12341         * regmove.c (optimize_reg_copy_1): Don't perform DEST->SRC repair
12342         action if SRC->DEST replacement failed anyway.
12344 2007-03-28  Mike Stump  <mrs@apple.com>
12346         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Add.
12347         * config/darwin.h (MAX_OFILE_ALIGNMENT): Fix.
12348         * config/rs6000/darwin.h (ASM_OUTPUT_ALIGNED_COMMON): Removed #undef.
12350 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
12352         * config.gcc: Accept barcelona as a variant of amdfam10.
12353         * config/i386/i386.c (override_options): Likewise.
12354         * doc/invoke.texi: Likewise.
12356 2007-03-28  Eric Botcazou  <ebotcazou@adacore.com>
12358         * tree-dfa.c (get_ref_base_and_extent): Do not expect positive
12359         offsets for BIT_FIELD_REF and COMPONENT_REF.
12361 2007-03-28  Richard Guenther  <rguenther@suse.de>
12363         * tree.c (is_global_var): Move ...
12364         * tree-flow-inline.h (is_global_var): ... here.
12365         * tree.h (is_global_var): Remove declaration.
12367 2007-03-28  Uros Bizjak  <ubizjak@gmail.com>
12369         * config/i386/i386.h (X86_TUNE_PROMOTE_HIMODE_IMUL): New tuning
12370         option.
12371         (TARGET_TUNE_PROMOTE_HIMODE_IMUL): New define. Use new tuning option.
12372         * config/i386/i386.c (ix86_tune_features): Initialize new
12373         tuning option.
12374         * config/i386/predicates.md (promotable_binary_operator): Use
12375         TARGET_TUNE_PROMOTE_HIMODE_IMUL.
12377 2007-03-28  Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
12379         PR target/31380
12380         * config/i386/sse.md (uminv16qi3): Use UMIN instead of UMAX.
12382 2007-03-28  Lars Poeschel <larsi@wh2.tu-dresden.de>
12384         * config/fr30/fr30.md (movsi_internal): Change destination
12385         constraint from m to V and add m to the end.
12387 2007-03-28  Christian Bruel  <christian.bruel@st.com>
12389         * config/sh/sh.md (movsi_i): Fix type attribute.
12391 2007-03-28  Christian Bruel  <christian.bruel@st.com>
12393         * config/sh/sh.md (movsi_ie): Fix memory constraints attribute length.
12394         (movsf_ie): Likewise.
12396 2007-03-28  Christian Bruel  <christian.bruel@st.com>
12398         * config.gcc: Add sh4-300 to multilib.
12399         * config/sh/t-mlib-sh4-300: New file.
12401 2007-03-28  Andreas Krebbel  <krebbel1@de.ibm.com>
12403         * config/s390/s390.md ("fix_trunc<mode>di2"): New expander.
12404         ("fix_trunc<DFP:mode>di2_dfp"): New insn definition renamed from
12405         fix_trunc<mode>di2.
12406         ("fixuns_truncdddi2", "fixuns_trunctddi2"): Use
12407         fix_trunc<DFP:mode>di2_dfp instead of fix_trunc<mode>di2.
12408         ("fix_truncdfsi2", "fix_truncsfsi2", "fixuns_truncdddi2",
12409         "fixuns_trunctddi2"): Whitespace fix.
12411 2007-03-28  Kaz Kojima  <kkojima@gcc.gnu.org>
12413         * config/sh/sh.h (CALL_COOKIE_RET_TRAMP_SHIFT): Move after
12414         the definition of struct sh_args.
12415         (CALL_COOKIE_RET_TRAMP, CALL_COOKIE_STACKSEQ_SHIFT,
12416         CALL_COOKIE_INT_REG_GET): Likewise.
12418 2007-03-28  Steven Bosscher  <steven@gcc.gnu.org>
12420         * ifcvt.c (cond_exec_find_if_block): Return FALSE if no
12421         transformations are applied successfully.
12423 2007-03-27  Douglas Gregor  <doug.gregor@gmail.com>
12425         * tree.c (tree_contains_struct): Permit 512 tree codes.
12426         * tree.h (tree_contains_struct): Ditto.
12427         (MAX_TREE_CODES): Ditto.
12428         (struct tree_base): Make CODE 16 bits, instead of 8 bits. Add
12429         SPARE member to store remaining padding bits.
12431 2007-03-27  Anatoly Sokolov <aesok@post.ru>
12433         * config/avr/avr.c (avr_mcu_types): Move at90usb82 device to 'avr4'
12434         architecture.
12436 2007-03-27  Janis Johnson  <janis187@us.ibm.com>
12438         * configure.ac: Fix assembler test for powerpc*-linux decimal float.
12439         * configure: Regenerate.
12441         * configure: Regenerate using the correct version of autoconf.
12443 2007-03-27  Anatoly Sokolov  <aesok@post.ru>
12445         * config/avr/avr.c (avr_hard_regno_mode_ok): Disallow QImode in stack
12446         pointer regs.
12447         * config/avr/avr.h (REGISTER_NAMES): Rename "__SPL__" and "__SPH__"
12448         regs to "__SP_L__" and "__SP_H__".
12450 2007-03-27  Richard Guenther  <rguenther@suse.de>
12452         * tree-dfa.c (get_ref_base_and_extent): Replace bit_offset and
12453         computations with it with a HOST_WIDE_INT variable.
12455 2007-03-26  Mike Stump  <mrs@apple.com>
12457         * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Add
12458         objective-c-header, objective-c++-header and objc++-cpp-output
12459         support.
12460         * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
12462 2007-03-26  Richard Henderson  <rth@redhat.com>
12464         PR target/31361
12465         * config/i386/i386.c (IX86_BUILTIN_PSLLDQ128, IX86_BUILTIN_PSLLW128,
12466         IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128, IX86_BUILTIN_PSRAW128,
12467         IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128, IX86_BUILTIN_PSRLD128,
12468         IX86_BUILTIN_PSRLQ128): New.
12469         (ix86_init_mmx_sse_builtins): Add them.
12470         (ix86_expand_builtin): Expand them.
12471         * config/i386/sse.md (ashr<mode>3, lshr<mode>3, ashl<mode>3): Make
12472         operand 2 be TImode.
12473         * config/i386/emmintrin.h (_mm_slli_epi64, _mm_srai_epi16,
12474         _mm_srai_epi32, _mm_srli_epi16, _mm_srli_epi32,
12475         _mm_srli_epi64): Mark __B const.
12476         (_mm_srli_si128, _mm_srli_si128): Fix disabled inline versions.
12477         (_mm_sll_epi16, _mm_sll_epi32, _mm_sll_epi64, _mm_sra_epi16,
12478         _mm_sra_epi32, _mm_srl_epi16, _mm_srl_epi32, _mm_srl_epi64): Use
12479         new two-vector shift builtins.
12481 2007-03-26  Ian Lance Taylor  <iant@google.com>
12483         PR tree-optimization/31345
12484         * tree-vrp.c (extract_range_from_binary_expr): Turn ranges like
12485         [+INF, +INF(OVF)] into VARYING.
12487 2007-03-26  Zack Weinberg  <zackw@panix.com>
12489         * gengtype-parse.c: New file.
12490         * gengtype-yacc.y: Delete.
12491         * gengtype-lex.l: Don't include gengtype-yacc.h.
12492         Define YY_DECL and yyterminate appropriately for recursive
12493         descent parser.  yylval is now a string out-parameter to yylex.
12494         (HWS, EOID): New shorthand.
12495         (IWORD): Add a couple more types.
12496         (yylex): Add a setup stanza.  Remove the complex rules for
12497         detecting GTY'ed types and typedefs; replace with simple
12498         keyword detectors.  Adjust everything for the changed
12499         definition of yylval.  Ignore all pp-directives, not just #define.
12500         (yyerror): Delete.
12501         (parse_file): Rename yybegin; do not call yyparse.
12502         (yyend): New.
12503         * gengtype.c (xasprintf): Export again.
12504         (this_file): New.  Use everywhere __FILE__ was being used.
12505         (get_lang_bitmap): Special case types defined in gengtype.c.
12506         (do_typedef, new_structure): Suppress definition of certain types.
12507         (new_structure): Improve diagnostics of duplicate definitions.
12508         Make sure location_s is associated with input.h.
12509         (nreverse_pairs, define_location_structures): New functions.
12510         (main): Improve tagging of kludge types.  Remove old kludges
12511         for input.h types; use define_location_structures.
12512         * gengtype.h: Update prototypes.  Define token codes here.
12513         * Makefile.in: Remove all references to gengtype-yacc.
12514         Add rules for gengtype-parse.o.  Adjust rules for gengtype-lex.o
12515         and gengtype.
12516         * bitmap.h (struct bitmap_head_def): Coalesce definitions,
12517         add GTY((skip)) to the field that's only conditionally there.
12518         * doc/install.texi: Document that Bison is no longer required
12519         unless building treelang.
12521         * gengtype.c: Don't include gtyp-gen.h.
12522         (srcdir): Declare here.
12523         (base_files, lang_dir_names): Allocate dynamically.
12524         (gt_files, num_gt_files, num_lang_dirs): New globals.
12525         (measure_input_list, read_input_line, read_input_list)
12526         (set_lang_bitmap): New functions.
12527         (get_base_file_bitmap): Rename get_lang_bitmap and drastically
12528         simplify, relying on read_input_list to set up the bitmaps.
12529         (main): Arguments are no longer unused.  Check for correct number
12530         of command line arguments, set srcdir and srcdir_len, then call
12531         read_input_list, before doing anything else.  No need to worry
12532         about duplicates in main loop.
12533         * configure.ac: Simplify the calculation of all_gtfiles.
12534         Put language tags in there.  Don't set or substitute
12535         all_gtfiles_files_langs or all_gtfiles_files_frags.
12536         * Makefile.in: Revamp the way gengtype is invoked, now that it
12537         takes a file on its command line with a much simpler format.
12538         Remove or replace with gtyp-input.list all references to gtyp-gen.h.
12539         (GTFILES): Remove duplicates and C source files.
12540         * c-config-lang.in, cp/config-lang.in, objc/config-lang.in
12541         * objcp/config-lang.in: Add c-pragma.h to gtfiles.
12542         * configure: Regenerate.
12544         * gengtype.h: Remove all type definitions to gengtype.c; leave
12545         only definitions of options_p, type_p, and pair_p as opaque
12546         pointers.  Update prototypes.
12547         * gengtype.c: Many type definitions moved here from gengtype.h.
12548         Consolidate type definitions at the top of the file.
12549         (xvasprintf): Delete.
12550         (xasprintf): Make static.
12551         (create_nested_pointer_option): Add 'next' parameter.
12552         (create_field_all, create_field_at): New functions.
12553         (create_field): Now a thin wrapper around create_field_all.
12554         (create_optional_field): Rename create_optional_field_ and add
12555         line argument.  Original name is now a macro which supplies
12556         __LINE__.
12557         (oprintf): Use vsnprintf directly.
12558         (close_output_files): Use fatal rather than perror/exit.
12559         (note_def_vec, note_def_vec_alloc): Use create_field_at.
12560         (main): Set progname.  Don't use exit.
12561         * gengtype-yacc.y (struct_fields): Use create_field_at.
12562         (option, optionseqopt): Delete.
12563         (optionseq): Consolidate productions from option here so we
12564         can use the first argument to create_option.
12566         * gengtype-lex.l: Distinguish unions from structures in the
12567         token type.  Don't call find_structure; return the tag as a string.
12568         * gengtype-yacc.y: Add new token types ENT_TYPEDEF_UNION and
12569         ENT_UNION.  Type of these, ENT_TYPEDEF_STRUCT, and ENT_STRUCT is
12570         string.  Reorganize typedef_struct production accordingly.
12571         Use create_nested_ptr_option.
12572         * gengtype.c (create_nested_ptr_option): New function.
12573         * gengtype.h: Declare it.
12575         * gengtype.h (struct type): Replace 'sc' with boolean, scalar_is_char.
12576         (string_type): Don't declare.
12577         (do_scalar_typedef): Declare.
12578         (create_scalar_type): Update prototype.
12579         * gengtype.c (string_type): Make static.
12580         (scalar_nonchar, scalar_char): New.
12581         (do_scalar_typedef): Export.  Always use scalar_nonchar for the type.
12582         (resolve_typedef): Use scalar_nonchar for error recovery.
12583         (create_scalar_type): Remove name_len field.  Return scalar_char
12584         or scalar_nonchar as appropriate.
12585         (adjust_field_type): Look at scalar_is_char boolean to decide whether
12586         to use string_type.
12587         (throughout): Use scalar_nonchar instead of calling
12588         create_scalar_type, whenever possible.
12589         (main): Initialize scalar_char and scalar_nonchar before calling
12590         gen_rtx_next.
12591         * gengtype-lex.l: Adjust for removal of second argument to
12592         create_scalar_type.  Use yylval.s instead of yylval.t when
12593         returning SCALAR.
12594         * gengtype-yacc.y: Type of SCALAR is string.  Call
12595         create_scalar_type from type:SCALAR rule.  Adjust for removal of
12596         second argument to create_scalar_type.
12598         * vec.h: Remove all #if IN_GENGTYPE blocks.
12599         Add comment saying that changes may require adjustments to gengtype.
12600         * gengtype.c: Don't include coretypes.h or tm.h.
12601         Add comment to inclusion of errors.h.
12602         (note_def_vec, note_def_vec_alloc): New functions.
12603         * gengtype.h: Declare new functions.
12604         * gengtype-lex.l: Don't include coretypes.h.
12605         (YY_INPUT, macro_input, push_macro_expansion, mangle_macro_name):
12606         Delete.
12607         (update_lineno): Remove unnecessary prototype.
12608         (DEF_VEC_* rules): Simplify using note_def_vec / note_def_vec_alloc.
12609         (VEC rule): Just return VEC_TOKEN.
12610         * gengtype-yacc.y (VEC_TOKEN): New token type.
12611         (type): Add a production for VEC(a,b).
12612         * Makefile.in: Update dependencies.
12614         * gengtype-lex.l: Remove rules for parsing pointer-to-function
12615         typedefs that use the old PARAMS macro.
12617         * gengtype-lex.l: Remove all rules and states relating to yacc
12618         input files.
12619         * gengtype-yacc.y: Similarly.
12620         * gengtype.c (note_yacc_type): Delete function.
12621         * gengtype.h: Update prototypes.
12623 2007-03-26  Joseph Myers  <joseph@codesourcery.com>
12625         * tree-pretty-print.c (dump_generic_node): Report precision of
12626         unnamed integer types.
12628 2007-03-26  Steven Bosscher  <steven@gcc.gnu.org>
12630         * ifcvt.c (noce_try_store_flag_constants): Don't check
12631         no_new_pseudos here.
12632         (noce_try_store_flag_constants): Don't check no_new_pseudos.
12633         (noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove_arith,
12634         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
12635         noce_try_sign_mask): Likewise.
12636         (if_convert): Check no_new_pseudos here.
12638         (cond_exec_process_if_block, noce_process_if_block, find_if_block):
12639         Remove prototypes.
12640         (struct noce_if_info): Add then_bb, else_bb, join_bb members.
12641         (noce_get_condition): Handle new then_else_reversed argument.
12642         (noce_init_if_info): Remove, fold into noce_find_if_block.
12643         (noce_process_if_block): Take a struct noce_if_info as the
12644         argument.  Don't set up one based on ce_if_info.  Update pointer
12645         references accordingly.
12646         (cond_move_process_if_block): Likewise.
12647         (process_if_block): Removed.
12648         (find_if_block): Removed.  Move functionality two new functions,
12649         noce_find_if_block and cond_exec_find_if_block.
12650         (noce_find_if_block): New function.  Be aware of IF-THEN-JOIN
12651         blocks and the symmetric IF-ELSE-JOIN case.
12652         (cond_exec_find_if_block): Also new function mostly based on old
12653         find_if_block and process_if_block.
12654         (find_if_header): Replace find_if_block call with separately
12655         guarded calls to noce_find_if_block and cond_exec_find_if_block.
12656         (find_cond_trap): Update noce_get_condition call.
12657         (dead_or_predicable): Likewise.
12659 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
12661         * config/i386/i386.c (IX86_BUILTIN_CMPNEPD, IX86_BUILTIN_CMPNESD):
12662         Remove.
12663         (IX86_BUILTIN_PSLLW128, IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128,
12664         IX86_BUILTIN_PSRAW128, IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128,
12665         IX86_BUILTIN_PSRLD128, IX86_BUILTIN_PSRLQ128): Remove.
12666         (ix86_init_mmx_sse_builtins): Remove v8hi_ftype_v8hi_v2di and
12667         v4si_ftype_v4si_v2di.  Remove __builtin_ia32_psllw128,
12668         __builtin_ia32_pslld128, __builtin_ia32_psllq128,
12669         __builtin_ia32_psrlw128, __builtin_ia32_psrld128,
12670         __builtin_ia32_psrlq128, __builtin_ia32_psraw128 and
12671         __builtin_ia32_psrad128 builtins.
12673 2007-03-26  Uros Bizjak  <ubizjak@gmail.com>
12675         * reg-stack.c (replace_reg): Use IN_RANGE macro in gcc_assert().
12676         * config/i386/constraints.md
12677         (define_constraint "I"): Use IN_RANGE macro.
12678         (define_constraint "J"): Ditto.
12679         (define_constraint "K"): Ditto.
12680         (define_constraint "M"): Ditto.
12681         (define_constraint "N"): Ditto.
12682         (define_constraint "O"): Ditto.
12683         * config/i386/predicates.md
12684         (define_predicate "register_no_elim_operand"): Use IN_RANGE macro.
12685         (define_predicate "const_0_to_3_operand"): Ditto.
12686         (define_predicate "const_0_to_7_operand"): Ditto.
12687         (define_predicate "const_0_to_15_operand"): Ditto.
12688         (define_predicate "const_0_to_63_operand"): Ditto.
12689         (define_predicate "const_0_to_255_operand"): Ditto.
12690         (define_predicate "const_1_to_31_operand"): Ditto.
12691         (define_predicate "const_2_to_3_operand"): Ditto.
12692         (define_predicate "const_4_to_7_operand"): Ditto.
12694 2007-03-25  David Edelsohn  <edelsohn@gnu.org>
12696         * config/rs6000/rs6000.c (rs6000_emit_prologue): Always clobber LR
12697         in SImode for save_world.
12698         * config/rs6000/altivec.md (save_world, restore_world): Convert to
12699         LR hard reg.
12701 2007-03-25  Dorit Nuzman  <dorit@il.ibm.com>
12703         PR tree-optimization/30784
12704         * fold-const.c (fold_ternary): Handle CONSTRUCTOR in case
12705         BIT_FIELD_REF.
12707 2007-03-25  Revital Eres  <eres@il.ibm.com>
12709         * tree-if-conv.c (if_convertible_gimple_modify_stmt_p):
12710           Fold movement_possibility function into it.
12712 2007-03-25  David Edelsohn  <edelsohn@gnu.org>
12714         * config/rs6000/darwin.md (load_macho_picbase): Ignore operand 0.
12715         (load_macho_picbase_{si,di}): Convert to LR hard reg.
12716         (call_indirect_nonlocal_darwin64): Same.
12717         (call_nonlocal_darwin64): Same.
12718         (call_value_indirect_nonlocal_darwin64): Same.
12719         (call_value_nonlocal_darwin64): Same.
12720         (sibcall_nonlocal_darwin64): Same.
12721         (sibcall_value_nonlocal_darwin64): Same.
12722         (sibcall_symbolic_64): Same.
12723         (sibcall_value_symbolic_64): Same.
12724         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Remove
12725         LR pseudo.
12726         (rs6000_emit_load_toc_table): Same.
12727         * config/rs6000/altivec.md (restore_world): Convert to LR hard reg.
12728         * config/rs6000/rs6000.md (mulh_call): Convert to LR hard reg.
12729         (mull_call): Same.
12730         (divss_call): Same.
12731         (divus_call): Same.
12732         (quoss_call): Same.
12733         (quous_call): Same.
12734         (load_toc_v4_pic_si): Same
12735         (load_toc_v4_PIC_1): Same.
12736         (load_toc_v4_PIC_1b): Same.
12737         (call_indirect_aix{32,64}): Same.
12738         (call_value_indirect_aix{32,64}): Same.
12739         (call): Same.
12740         (call_value): Same.
12741         (call_local{32,64}): Same.
12742         (call_value_local{32,64}): Same.
12743         (call_indirect_nonlocal_aix{32,64}): Same.
12744         (call_nonlocal_aix{32,64}): Same.
12745         (call_value_indirect_nonlocal_aix{32,64}): Same.
12746         (call_value_nonlocal_aix{32,64}): Same.
12747         (call_indirect_nonlocal_sysv<mode>): Same.
12748         (call_nonlocal_sysv<mode>): Same.
12749         (call_value_indirect_nonlocal_sysv<mode>): Same.
12750         (call_value_nonlocal_sysv<mode>): Same.
12751         (sibcall): Same.
12752         (sibcall_local{32,64}): Same.
12753         (sibcall_value_local{32,64}): Same.
12754         (sibcall_nonlocal_aix{32,64}): Same.
12755         (sibcall_value_nonlocal_aix{32,64}): Same.
12756         (sibcall_nonlocal_sysv<mode>): Same.
12757         (sibcall_value): Same.
12758         (sibcall_value_nonlocal_sysv<mode>): Same.
12760 2007-03-24  Paul Brook  <paul@codesourcery.com>
12762         * config/arm/lib1funcs.asm (div0): Use ARM_FUNC_START and do_push.
12763         * config/arm/linux-eabi.h: Remove legacy syscall hack.
12765 2007-03-24  Richard Henderson  <rth@redhat.com>
12767         * config/ia64/constraints.md: New file.
12768         * config/ia64/predicates.md: Replace CONST_OK_FOR_? with
12769         satisfies_constraint_?.
12770         * config/ia64/ia64.c (ia64_move_ok, ia64_legitimate_constant_p,
12771         ia64_reload_gp, spill_restore_mem, ia64_expand_prologue,
12772         ia64_expand_epilogue, ia64_split_return_addr_rtx, ia64_rtx_costs,
12773         ia64_output_mi_thunk): Likewise.
12774         (ia64_const_ok_for_letter_p): Remove.
12775         (ia64_const_double_ok_for_letter_p): Remove.
12776         (ia64_extra_constraint): Remove.
12777         * config/ia64/ia64.h (REG_CLASS_FROM_LETTER): Remove.
12778         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L,
12779         CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O, CONST_OK_FOR_P,
12780         CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_G,
12781         CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT,
12782         EXTRA_MEMORY_CONSTRAINT): Remove.
12783         * config/ia64/ia64.md: Include constriants.md.  Replace
12784         CONST_OK_FOR_? with satisfies_constraint_?.
12786 2007-03-23  Michael Meissner  <michael.meissner@amd.com>
12787             H.J. Lu  <hongjiu.lu@intel.com>
12789         * config/dfp-bit.h (DPD_BID_NAME): New macro to give either the
12790         DPD or BID name.
12791         (name macros): Use DPD_BID_NAME to convert names properly.
12793         * optabs.c (DECIMAL_PREFIX): Prefix string to use for the current
12794         decimal floating point format.
12795         (init_floating_libfuncs): Change decimal functions so that they
12796         have a "bid_" prefix if the decimal system uses the BID format,
12797         and "dpd_" prefix if the decimal system uses the DPD format.
12798         (init_interclass_conv_libfuncs): Ditto.
12799         (init_intraclass_conv_libfuncs): Ditto.
12801         * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
12802         using the BID format.
12804         * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
12805         whether we are using the BID decimal format.
12806         * configure: Regenerate.
12808         * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
12809         the compiler has decimal floating point enabled.  Define
12810         __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
12811         instead of DPD.
12813         * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
12814         using the BID format.
12816         * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
12817         whether we are using the BID decimal format.
12818         * configure: Regenerate.
12820         * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
12821         the compiler has decimal floating point enabled.  Define
12822         __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
12823         instead of DPD.
12825         * doc/install.texi (--enable-decimal-float): Document BID and DPD
12826         options, and that it is enabled for i386/x86_64 systems.
12828         * Makefile.in (enable_decimal_float): New.
12829         (DECNUMFMT): New.
12830         (DECNUMINC): Add  -I$(DECNUMFMT).
12831         (DECNUM_H): Mov decimal32.h, decimal64.h and decimal128.h
12832         to $(DECNUMFMT) from $(DECNUM).
12834         * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
12835         Substitute enable_decimal_float.
12836         * configure: Regenerated.
12838         PR other/30529
12839         * config/dfp-bit.c (__dec_byte_swap): Use uint32_t instead of
12840         unsigned long.
12842         * configure.ac: Enable decimal float for x86_64-*-linux*.
12843         * configure: Regenerated.
12845         PR other/30530
12846         * dfp.c (decimal_real_arithmetic): Use decimal128FlipSign and
12847         decimal128ClearSign to flip and clear the sign bit in decimal128.
12848         (decimal_real_maxval): Set decimal128SetSign to set the sign
12849         bit in decimal128.
12851 2007-03-23  Ian Lance Taylor  <iant@google.com>
12853         * fold-const.c (fold_binary): Correct warning for X - c >= X.
12855 2007-03-23  Ian Lance Taylor  <iant@google.com>
12857         * tree-dump.c (dump_files): Correct comment.
12859 2007-03-23  Ian Lance Taylor  <iant@google.com>
12861         * tree-vrp.c (operand_less_p): Ignore fold overflow warnings.
12863 2007-03-23  Steven Bosscher  <steven@gcc.gnu.org>
12865         * tracer.c (tracer): Don't take FLAGS argument.  Assert we are
12866         in cfglayout mode.  Don't go into and out of cfglayout mode.
12867         Link the blocks in the order of the constructed traces.
12868         (rest_of_handle_tracer): Adjust call to tracer.
12869         * loop-init.c (rtl_loop_init): Assert we are in cfglayout mode.
12870         Don't go into cfglayout mode.
12871         (rtl_loop_done): Don't go out of cfglayout mode.
12872         * cfglayout.c (relink_block_chain): New function, split out from...
12873         (fixup_reorder_chain): ...here.  Remove redundant checking.
12874         (cfg_layout_finalize): Don't clear the header, footer, and aux
12875         fields here, move the code to do so to relink_block_chain.  Likewise
12876         for free_original_copy_tables.
12877         * rtl.h (tracer): Update prototype.
12878         * bb-reorder.c (reorder_basic_blocks): Don't take FLAGS argument.
12879         Assert we are in cfglayout mode.  Don't go into and out of cfglayout
12880         mode.  Use relink_block_chain to serialize the CFG according to the
12881         new basic block order.  Move targetm.cannot_modify_jumps_p check from
12882         here...
12883         (gate_handle_reorder_blocks): ...to here.
12884         (duplicate_computed_gotos): Move targetm.cannot_modify_jumps_p check
12885         from here...
12886         (gate_duplicate_computed_gotos): ...to here.
12887         (rest_of_handle_reorder_blocks): Don't see if anything has changed,
12888         something always changes when going into and out of cfglayout mode.
12889         Perform an expensive cfg cleanup while going into cfglayout mode.
12890         Always update liveness information on HAVE_conditional_execution
12891         targets.  Reserialize the basic blocks and go out of cfglayout mode.
12892         * reg-stack.c: Include cfglayout.h.
12893         (rest_of_handle_stack_regs): Go into and out of cfglayout mode around
12894         the call to reorder_basic_blocks.
12895         * basic-block.h (reorder_basic_blocks): Update prototype.
12896         (relink_block_chain): New prototype.
12897         * passes.c (pass_outof_cfg_layout_mode): Move after cse2.
12899 2007-03-23  Joseph Myers  <joseph@codesourcery.com>
12901         * config/mips/mips.md (type, hazard, *movdi_32bit,
12902         *movdi_gp32_fp64, *movdi_64bit, *movsi_internal, movcc,
12903         *movhi_internal, *movqi_internal, *movsf_hardfloat,
12904         *movdf_hardfloat_64bit, *movdf_hardfloat_32bit, *movdf_softfloat,
12905         movv2sf_hardfloat_64bit, load_df_low, load_df_high, store_df_high,
12906         mthc1, mfhc1): Change xfer instruction type to mfc and mtc, as
12907         applicable.
12908         (movcc): Change first xfer to multi.
12909         * config/mips/24k.md, config/mips/4100.md, config/mips/4300.md,
12910         config/mips/5000.md, config/mips/5400.md, config/mips/5500.md,
12911         config/mips/5k.md, config/mips/7000.md, config/mips/9000.md,
12912         config/mips/generic.md: Change reservations using "xfer" to use
12913         "mfc,mtc".
12914         * config/mips/sb1.md (ir_sb1_mtxfer): Use "mtc" instead of
12915         using match_operand.
12916         (ir_sb1_mfxfer): Use "mfc" instead of using match_operand.
12917         * config/mips/sr71k.md (ir_sr70_xfer_from): Use "mfc" instead of
12918         examining mode.
12919         (ir_sr70_xfer_to): Use "mtc" instead of examining mode.
12921 2007-03-22  Richard Henderson  <rth@redhat.com>
12923         * config/i386/i386.c: Remove unnecessary function declarations.
12924         Move targetm definition, and all related macros, to the end of
12925         the file.  Resort some functions to put definitions before uses.
12926         (ix86_attribute_table): Make static.  Move to end of file.
12927         (ix86_gimplify_va_arg): Make static.
12929 2007-03-22  Richard Henderson  <rth@redhat.com>
12931         * config/i386/i386.c (ix86_function_regparm): Early exit for 64-bit;
12932         don't increase local_regparm with force_align_arg_pointer check.
12933         (ix86_function_sseregparm): Assert 32-bit.
12934         (type_has_variadic_args_p): New.
12935         (ix86_return_pops_args): Early exit for 64-bit.  Reindent; use
12936         type_has_variadic_args_p.
12937         (ix86_function_arg_regno_p): Use == 0 instead of ! test for eax.
12938         (init_cumulative_args): Remove TARGET_DEBUG_ARG.  Remove zero_cum;
12939         use memset instead.  Do maybe_vaarg check first; skip attribute
12940         tests if true; skip attribute tests for 64-bit.
12941         (construct_container): Remove TARGET_DEBUG_ARG.
12942         (function_arg_advance_32, function_arg_advance_64): Split out ...
12943         (function_arg_advance): ... from here.
12944         (function_arg_32, function_arg_64): Split out ...
12945         (function_arg): ... from here.
12946         (ix86_pass_by_reference): Tidy.
12947         (ix86_function_value_regno_p): Rearrange w/ switch on regno.
12948         (function_value_32): New, from parts of ix86_function_value
12949         and ix86_value_regno.
12950         (function_value_64): New, from parts of ix86_function_value
12951         and ix86_libcall_value.
12952         (ix86_function_value_1): New.
12953         (ix86_function_value, ix86_libcall_value): Use it.
12954         (return_in_memory_32, return_in_memory_64): Split out ...
12955         (ix86_return_in_memory): ... from here.
12956         (ix86_struct_value_rtx): Skip for 64-bit.
12957         (ix86_libcall_value, ix86_value_regno): Remove.
12958         (setup_incoming_varargs_64): Split out ...
12959         (ix86_setup_incoming_varargs): ... from here.
12960         (ix86_va_start): Remove TARGET_DEBUG_ARG.
12961         (legitimate_address_p, legitimize_address): Remove TARGET_DEBUG_ADDR.
12962         * config/i386/i386-protos.h (ix86_function_value): Remove.
12963         * config/i386/i386.opt (TARGET_DEBUG_ADDR, TARGET_DEBUG_ARG): Remove.
12965 2007-03-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12967         PR other/23572
12968         * c-lex.c (interpret_float): On overflow, emit pedantic warning if
12969         infinities not supported, otherwise emit warning if -Woverflow. On
12970         underflow, emit warning if -Woverflow.
12971         * real.c (real_from_string): Return -1 if underflow, +1 if overflow
12972         and 0 otherwise.
12973         * real.h (real_from_string): Update declaration
12975 2007-03-22  Kai Tietz  <kai.tietz@onevision.com>
12976             Richard Henderson  <rth@redhat.com>
12978         * defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.
12979         * calls.c (compute_argument_block_size, expand_call,
12980         emit_library_call_value_1): Don't ifdef OUTGOING_REG_PARM_STACK_SPACE.
12981         * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
12982         * function.c (STACK_DYNAMIC_OFFSET): Likewise.
12983         * doc/tm.texi (OUTGOING_REG_PARM_STACK_SPACE): Update.
12984         * config/alpha/unicosmk.h, config/bfin/bfin.h, config/iq2000/iq2000.h,
12985         config/mips/mips.h, config/mn10300/mn10300.h, config/mt/mt.h,
12986         config/pa/pa.h, config/rs6000/rs6000.h, config/score/score.h,
12987         config/spu/spu.h, config/v850/v850.h (OUTGOING_REG_PARM_STACK_SPACE):
12988         Set to 1.
12990 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
12992         * c-incpath.c (add_sysroot_to_chain): New.
12993         (merge_include_chains): Add sysroot argument.  Call
12994         add_sysroot_to_chain if sysrooted.
12995         (register_include_chains): Update call to merge_include_chains.
12996         * doc/cppopts.texi: Document use of '=' in include directory
12997         arguments.
12999 2007-03-22  Uros Bizjak  <ubizjak@gmail.com>
13001         * config/i386/i386.md (cmp<mode>): Rename from cmpsf and cmpdf.
13002         Macroize expander using SSEMODEF mode macro.  Use SSE_FLOAT_MODE_P.
13003         (*cmpfp_<mode>): Rename from *cmpfp_sf and *cmpfp_df. Macroize
13004         insn pattern using X87MODEF12 mode macro.
13006 2007-03-21  Seongbae Park <seongbae.park@gmail.com>
13008         * regmove.c (regmove_optimize): Use reg_mentioned_p
13009         instead of reg_overlap_mentioned_p for DST.
13011 2007-03-21  Mike Stump  <mrs@apple.com>
13013         * c.opt: Fixup for Objective-C/C++.
13015 2007-03-21  Steve Ellcey  <sje@cup.hp.com>
13017         * explow.c (convert_memory_address): Fold memory reference when
13018         POINTERS_EXTEND_UNSIGNED < 0
13020 2007-03-21  Richard Henderson  <rth@redhat.com>
13022         PR target/31245
13023         * config/i386/emmintrin.h (__m128i, __m128d): Mark may_alias.
13024         * config/i386/mmintrin.h (__m64): Likewise.
13025         * config/i386/xmmintrin.h (__m128): Likewise.
13027 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
13029         * config/vxworks.h (VXWORKS_ADDITIONAL_CPP_SPEC): Remove -D options.
13030         (VXWORKS_OS_CPP_BUILTINS): Define.
13031         * config/i386/vxworks.h (VXWORKS_CPU_DEFINE): Fold into...
13032         (TARGET_OS_CPP_BUILTINS): ...here.  Use VXWORKS_OS_CPP_BUILTINS.
13034 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
13036         * rtl.h (constant_pool_reference_p): Delete.
13037         (find_constant_src): Declare.
13038         * rtlanal.c (find_constant_src): New function.
13039         * simplify-rtx.c (constant_pool_reference_p): Delete.
13040         * config/i386/i386.md: Use find_constant_src instead of
13041         constant_pool_reference_p/avoid_constant_pool_reference pairs.
13043 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
13045         * doc/invoke.texi (-fpie, -fPIE): Document __pie__ and __PIE__.
13046         * c-cppbuiltin.c (c_cpp_builtins): Define them.
13048 2007-03-20  Mark Mitchell  <mark@codesourcery.com>
13050         * config/arm/elf.h (TARGET_ASM_DESTRUCTOR): Define.
13051         * config/arm/arm.c (arm_elf_asm_cdtor): New function.
13052         (arm_elf_asm_constructor): Use it.
13053         (arm_elf_asm_destructor): New function.
13055 2007-03-20  Bernd Schmidt  <bernd.schmidt@analog.com>
13057         * jump.c (mark_jump_label): Treat SEQUENCE specially.
13059 2007-03-20  Nathan Sidwell  <nathan@codesourcery.com>
13061         * config/vxlib.c (tls_delete_hook): Use TCB for kernel tasks.
13063 2007-03-19  Andrew Haley  <aph@redhat.com>
13065         PR tree-optimization/31264
13066         * tree-vrp.c (register_edge_assert_for_1): Don't look though
13067         VIEW_CONVERT_EXPRs.
13069 2007-03-19  Paolo Bonzini  <bonzini@gnu.org>
13071         PR rtl-optimization/30907
13072         * fwprop.c (forward_propagate_into): Never propagate inside a loop.
13073         (fwprop_init): Always call loop_optimizer_initialize.
13074         (fwprop_done): Always call loop_optimizer_finalize.
13075         (fwprop): We always have loop info now.
13076         (gate_fwprop_addr): Remove.
13077         (pass_fwprop_addr): Use gate_fwprop as gate.
13079         PR rtl-optimization/30841
13080         * df-problems.c (df_ru_local_compute, df_rd_local_compute,
13081         df_chain_alloc): Call df_reorganize_refs unconditionally.
13082         * df-scan.c (df_rescan_blocks, df_reorganize_refs): Change
13083         refs_organized to refs_organized_size.
13084         (df_ref_create_structure): Use refs_organized_size instead of
13085         bitmap_size if refs had been organized, and keep refs_organized_size
13086         up-to-date.
13087         * df.h (struct df_ref_info): Change refs_organized to
13088         refs_organized_size.
13089         (DF_DEFS_SIZE, DF_USES_SIZE): Use refs_organized_size instead of
13090         bitmap_size.
13092 2007-03-19  Mark Mitchell  <mark@codesourcery.com>
13094         * except.c (output_function_exception_table): Do not reference the
13095         EH personality routine for functions that do not require an
13096         exception table.
13098 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
13100         PR c/30762
13101         * c-typeck.c (convert_for_assignment): Call comptypes for
13102         RECORD_TYPE or UNION_TYPE.
13104         PR inline-asm/30505
13105         * reload1.c (reload): Do invalid ASM checking after
13106         cleanup_subreg_operands.
13108 2007-03-19  Jeff Law  <law@redhat.com>
13110         * tree-cfg.c (find_taken_edge): Tighten conditions for
13111         optimizing computed gotos.
13113 2007-03-19  Michael Matz  <matz@suse.de>
13115         * builtins.c (expand_builtin_sync_operation,
13116         expand_builtin_compare_and_swap,
13117         expand_builtin_lock_test_and_set): Care for extending CONST_INTs
13118         correctly.
13120         * config/i386/sync.md (sync_double_compare_and_swapdi_pic,
13121         sync_double_compare_and_swap_ccdi_pic): Use "SD" as constraint
13122         for operand 3.
13124 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
13126         * doc/tm.texi: Add brackets around the return type of
13127         TARGET_SECONDARY_RELOAD.
13129 2007-03-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
13130         Richard Guenther  <rguenther@suse.de>
13132         PR tree-optimization/31254
13133         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
13134         Use handled_component_p () where appropriate.  Continue
13135         propagating into the rhs if we propagated into an INDIRECT_REF
13136         on the lhs.
13138 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
13140         * config/s390/s390.md (op_type attribute): RRR instruction type added.
13141         (FP, DFP, SD_SF, DD_DF, TD_TF): New mode macros.
13142         (xde, xdee): Mode attributes adjusted to support DFP modes.
13143         (RRer, f0, op1, Rf, bt, bfp, HALF_TMODE): New mode attributes added.
13144         ("cmp<mode>", "*cmp<mode>_css_0", "*cmp<mode>_ccs", TF move splitters,
13145         DF move splitters, "floatdi<mode>2", "add<mode>3", "*add<mode>3",
13146         "*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3", "*sub<mode>3",
13147         "*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3", "*mul<mode>3",
13148         "div<mode>3", "*div<mode>3", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
13149         "*negabs<mode>2_nocc", "copysign<mode>3"): Adjusted to support DFP
13150         numbers.
13151         ("*movtf_64", "*movtf_31", "*movdf_64dfp", "*movdf_64", "*movdf_31",
13152         "movsf"): Insn definitions removed.
13153         ("*mov<mode>_64", "*mov<mode>_31", "mov<mode>", "*mov<mode>_64dfp",
13154         "*mov<mode>_64", "*mov<mode>_31", "fix_trunc<DFP:mode>di2",
13155         "trunctddd2", "truncddsd2", "extendddtd2", "extendsddd2"): Insn
13156         definitions added.
13157         ("fixuns_truncdddi2", "fixuns_trunctddi2", "mov<mode>",
13158         "reload_in<mode>", "reload_out<mode>"): Expander added.
13159         ("movtf", "movdf", "reload_outtf", "reload_outdf", "reload_intf"):
13160         Expander removed.
13162 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
13164         * config/s390/s390.md: Only non-functional changes.  Renamed
13165         FPR mode macro to BFP all over the file.
13167 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
13169         * config/s390/s390.md (UNSPEC_COPYSIGN): New constant.
13170         (op_type attribute): RRF instruction type added.
13171         (fT0): New mode attribute.
13172         ("*movdi_64dfp", "*movdf_64dfp", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
13173         "*negabs<mode>2_nocc", "copysign<mode>3"): Insn definitions added.
13174         * config/s390/s390.h (SECONDARY_MEMORY_NEEDED): Due to a new
13175         instruction no secondary memory is needed when moving DFmode values
13176         between GPRs and FPRs.
13178 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
13180         * config/s390/s390.opt ("mhard-float", "msoft-float"): Bit value
13181         inverted and documentation adjusted.
13182         ("mhard-dfp", "msoft-dfp"): New options.
13183         * config/s390/s390.c (s390_handle_arch_option): New architecture
13184         switch: z9-ec.
13185         (override_options): Sanity checks for the new options added.
13186         * config.gcc: New architecture switch: z9-ec.
13187         * config/s390/s390.h (processor_flags): PF_DFP added.
13188         (TARGET_CPU_DFP, TARGET_DFP): Macro definitions added.
13189         (TARGET_DEFAULT): Due to the s390.opt changes hard float is enabled
13190         when the bit is NOT set so remove it from the defaults.
13192 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
13194         * genemit.c (main): Print include statement for dfp.h.
13195         * dfp.h (decimal_real_arithmetic): Hide prototype if tree_code enum
13196         is not available.
13198 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
13200         * config/cris/t-elfmulti (EXTRA_MULTILIB_PARTS): Do not define here.
13202 2007-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
13204         PR target/31022
13205         * config/sh/sh.c (sh_adjust_cost): Use the result of single_set
13206         instead of PATTERN.
13208 2007-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13210         * pa.c (output_deferred_plabels, output_bb, output_millicode_call,
13211         attr_length_call, output_call, output_indirect_call): Cleanup
13212         formatting of targetm calls.
13214 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
13216         * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
13218 2007-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13220         * pa.md: Add fpstore_load and store_fpload instruction types.  Provide
13221         reservation, bypass and anti-bypass descriptions for these
13222         instructions.  Update move patterns.
13223         * pa.c (hppa_fpstore_bypass_p): Check for both TYPE_FPSTORE_LOAD and
13224         TYPE_FPSTORE.
13226 2007-03-18  Dorit Nuzman  <dorit@il.ibm.com>
13228         * tree-vect-transform.c (get_initial_def_for_induction): Replace
13229         GET_MODE_NUNITS with TYPE_VECTOR_SUBPARTS.
13230         (get_initial_def_for_reduction): Likewise.
13232 2007-03-16  Daniel Berlin  <dberlin@dberlin.org>
13234         Fix PR tree-optimization/29922
13235         * tree-ssa-pre.c (bb_bitmap_sets): Remove RVUSE_* members.
13236         (get_representative): Removed.
13237         (value_dies_in_block_x): Update for rvuse removal.
13238         (valid_in_sets): Update for renaming of vuses_dies_in_block_x.
13239         (compute_antic_aux): Handle when PHI nodes appear in
13240         non-single-successors.
13241         (dump_bitmap_of_names): Removed.
13242         (compute_antic_safe): Renamed and removed rvuse calculation.
13243         Calculate only antic safe.
13244         (insert_into_preds_of_block): Remove assert.
13245         (execute_pre): Update for renamed functions.
13246         (defer_or_phi_translate_block): New function.
13248 2007-03-17  Kazu Hirata  <kazu@codesourcery.com>
13250         * config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c,
13251         config/spu/spu.c, omega.h, passes.c, predict.c: Fix comment
13252         typos.
13253         * doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos.
13254         Follow spelling conventions.
13256         * tree-data-ref.h: Remove the prototype for analyze_array.
13258 2007-03-17  Dorit Nuzman  <dorit@il.ibm.com>
13260         PR tree-optimization/31041
13261         * tree-vect-transform.c (get_initial_def_for_induction): Call
13262         force_gimple_operand.
13264 2007-03-17  Olga Golovanevsky  <olga@il.ibm.com>
13266         * ipa-type-escape.c (look_for_casts) : Revert code to use
13267         handled_component_p due to ada test a-numaux.adb.
13269 2007-03-17  Kazu Hirata  <kazu@codesourcery.com>
13271         * final.c (final_scan_insn): Alter the condition of a
13272         conditional trap if we have nonstandard CC.
13274 2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
13276         * configure.ac: Remove excess quoting from asm line 0 test.
13277         * configure: Rebuilt.
13279 2007-03-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
13281         * doc/invoke.texi (-Wconversion): Document warnings specific to C++.
13282         * c-common.c (convert_and_check): Move warning logic to...
13283         (warnings_for_convert_and_check): ...here. Define.
13284         * c-common.h (warnings_for_convert_and_check): Declare.
13286 2007-03-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13288         * pa.c (attr_length_call): Partially revert change of 2007-03-09.
13289         (output_call): Likewise.
13291 2007-03-16  Richard Sandiford  <richard@codesourcery.com>
13293         * config/vxworks.h (SUPPORTS_INIT_PRIORITY): Define.
13295 2007-03-16  Richard Sandiford  <richard@codesourcery.com>
13297         * config/vx-common.h (WINT_TYPE, WINT_TYPE_SIZE): Define.
13299 2007-03-16  Uros Bizjak  <ubizjak@gmail.com>
13301         * config/i386/i386.c (override_options): Add PTA_NO_SAHF to k8,
13302         opteron, athlon-64 and athlon-fx processor_alias_table entries.
13304 2007-03-16  Sebastian Pop  <sebastian.pop@inria.fr>
13306         PR tree-optimization/31183
13307         * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):
13308         Use double_int instead of unsigned int for representing access_strides.
13309         * testsuite/gcc.dg/tree-ssa/pr31183.c: New.
13311 2007-03-16  Richard Guenther  <rguenther@suse.de>
13313         PR tree-optimization/31146
13314         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Restructure
13315         to allow recursion of forward_propagate_addr_expr.
13316         (forward_propagate_addr_into_variable_array_index): Likewise.
13317         (forward_propagate_addr_expr): Likewise.
13318         (tree_ssa_forward_propagate_single_use_vars): Likewise.
13319         (forward_propagate_addr_expr_1): Recurse on simple copies
13320         instead of propagating into them.  Do so for useless conversions
13321         as well.
13322         (forward_propagate_addr_expr): Clean up unused statements after
13323         recursion.
13325 2007-03-16  Richard Guenther  <rguenther@suse.de>
13327         * builtins.c (expand_builtin_cexpi): Use the right argument
13328         for the expansion via cexp.
13330 2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
13332         * configure.ac: Don't require ELF binutils to tolerate # 0 "".
13333         * configure: Rebuilt.
13335 2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
13337         PR debug/29906
13338         * dwarf2out.c (force_type_die): Adjust comment.
13339         (dwarf2out_imported_module_or_decl): Handle base AT_import types.
13341 2007-03-15  DJ Delorie  <dj@redhat.com>
13343         * config/frv/predicates.md (minmax_operator): Don't check operands
13344         here.
13346 2007-03-15  Zdenek Dvorak  <dvorakz@suse.cz>
13348         * tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.
13349         Update constant estimates of number of iterations.
13350         (record_nonwrapping_iv): Add "upper" argument.  "data_size_bounds_p"
13351         argument renamed to "realistic".
13352         (compute_estimated_nb_iterations): Removed.
13353         (record_niter_bound): New function.
13354         (idx_infer_loop_bounds): For possible but unlikely tail arrays,
13355         call record_nonwrapping_iv with upper = false.
13356         (infer_loop_bounds_from_signedness): Pass upper argument to
13357         record_nonwrapping_iv.
13358         (estimate_numbers_of_iterations_loop): Do not call
13359         compute_estimated_nb_iterations.  Record estimate based on profile
13360         information.  Initialize the constant estimates of number of
13361         iterations.
13362         * tree-data-ref.c (estimated_loop_iterations): Return the recorded
13363         estimates.
13364         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Add dump when
13365         number of iterations is too small.
13366         * cfgloop.h (struct nb_iter_bound): Remove "realistic" field.
13367         (EST_NOT_AVAILABLE): Removed.
13368         (struct loop): Replace estimated_nb_iterations by any_upper_bound,
13369         nb_iterations_upper_bound, any_estimate and nb_iterations_estimate
13370         fields.
13372 2007-03-15  Zdenek Dvorak  <dvorakz@suse.cz>
13374         * tree-ssa-loop-niter.c (refine_bounds_using_guard, bound_difference):
13375         Handle NE_EXPR guards.
13377 2007-03-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
13379         PR c++/24924
13380         * c-opts.c (c_common_post_options): Handle C++ post-processing here.
13381         Set also -pedantic-errors by default for the  preprocessor unless
13382         -fpermissive is given.
13384 2007-03-15  Richard Guenther  <rguenther@suse.de>
13386         PR middle-end/29719
13387         PR middle-end/31161
13388         * builtins.c (expand_builtin_cexpi): As a fallback if we
13389         don't have builtins for sincos or cexp create a function
13390         declaration for cexp and expand to a call to that.
13391         (expand_builtin_int_roundingfn): Always fall
13392         back to floor/ceil and its variants even if they may be
13393         not available.
13395 2007-03-15  Steven Bosscher  <steven@gcc.gnu.org>
13397         PR middle-end/31159
13398         * cfglayout.c (fixup_reorder_chain): Postpone deleting dead
13399         jump tables, move the call to delete_dead_jumptables from here...
13400         (cfg_layout_finalize): ...to here.  But rebuild jump labels first.
13401         * cfgrtl.c (cfg_layout_can_merge_blocks_p): When not optimizing,
13402         don't allow merging of blocks that try_redirect_by_replacing_jump
13403         also does not handle when not optimizing.
13405 2007-03-15  Uros Bizjak  <ubizjak@gmail.com>
13406             Francois-Xavier Coudert  <coudert@clipper.ens.fr>
13408         * config/i386/i386.md (x86_sahf_1): Correctly handle
13409         HAVE_AS_IX86_SAHF.
13411 2007-03-15  Uros Bizjak  <ubizjak@gmail.com>
13413         PR target/31167
13414         * config/i386/i386.md (*addti3_1, *addti3_1 splitter): Use
13415         x86_64_general_operand as operand[2] predicate.  Remove "iF"
13416         from operand constraints and use "e" constraint instead.
13417         (*subti3_1, *subti3_1 splitter): Ditto.
13418         (*negti2_1, *negti2_1 splitter): Use nonimmediate_operand as
13419         operand[1] predicate.
13421 2007-03-14  Sebastian Pop  <sebastian.pop@inria.fr>
13423         * tree-loop-linear.c (gather_interchange_stats): For multidimensional
13424         arrays, multiply the access strides by the size of the sub-array.
13425         * testsuite/gcc.dg/tree-ssa/ltrans-5.c: New.
13427 2007-03-14  Uros Bizjak  <ubizjak@gmail.com>
13429         * configure.ac (HAVE_AS_IX86_SAHF): On x86 targets check whether
13430         the configured assembler supports the sahf mnemonic.
13431         * configure: Regenerate.
13432         * config.in: Regenerate.
13434         * config/i386/i386.md (x86_sahf_1): Depending on HAVE_AS_IX86_SAHF,
13435         emit "sahf" or ".byte\t0x9e" as asm template.
13437 2007-03-14  Michael Meissner  <michael.meissner@amd.com>
13439         PR 31018
13440         * config/i386/i386.h (X86_TUNE_SHORTEN_X87_SSE): New tuning
13441         option to replace hard coded TARGET_xxx in md file.
13442         (X86_TUNE_AVOID_VECTOR_DECODE): Ditto.
13443         (X86_TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
13444         (X86_TUNE_SLOW_IMUL_IMM8): Ditto.
13445         (X86_TUNE_MOVE_M1_VIA_OR): Ditto.
13446         (X86_TUNE_NOT_UNPAIRABLE): Ditto.
13447         (X86_TUNE_NOT_VECTORMODE): Ditto.
13448         (TUNE_SHORTEN_X87_SSE): Use new tuning option.
13449         (TUNE_AVOID_VECTOR_DECODE): Ditto.
13450         (TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
13451         (TUNE_SLOW_IMUL_IMM8): Ditto.
13452         (TUNE_MOVE_M1_VIA_OR): Ditto.
13453         (TUNE_NOT_UNPAIRABLE): Ditto.
13454         (TUNE_NOT_VECTORMODE): Ditto.
13456         * config/i386/i386.c (ix86_tune_features): Fill in new tuning
13457         options.
13459         * config/i386/i386.md (fix_trunc?f?1_sse peephole2): Use new
13460         tuning options instead of hard coded TARGET_xxx.
13461         (fix ssemode peephole2's): Ditto.
13462         (imul peephole2's): Ditto.
13463         (movsi_or): Ditto.
13464         (movdi_or_rex64): Ditto.
13465         (move peephole2): Ditto.
13466         (not peephole2's): Ditto.
13468 2007-03-14  Dirk Mueller  <dmueller@suse.de>
13470         * c-common.h (empty_body_warning): Rename to empty_if_body_warning.
13471         * c-common.c (empty_if_body_warning): Rephrase diagnostic message.
13472         * c-parser.c (c_parser_if_body): Always add an empty statement in case
13473         of empty body.
13474         * c-parser.c (c_parser_do_statement): Warn about empty body in
13475         do/while statement.
13476         * c-typeck (c_finish_if_stmt): Call empty_if_body_warning.
13477         * doc/invoke.texi (-Wempty-body): Update documentation.
13479 2007-03-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
13481         PR c/21438
13482         * c-common.h (warn_for_div_by_zero): Declare.
13483         * c-common.c (warn_for_div_by_zero): Define.
13484         * c-typeck.c (build_binary_op): Call warn_for_div_zero instead of
13485         warning.
13487 2007-03-14  Richard Sandiford  <richard@codesourcery.com>
13489         * Makefile.in (PREPROCESSOR_DEFINES): Add directory terminators
13490         to PREFIX and STANDARD_PREFIX.
13492 2007-03-14  Richard Sandiford  <richard@codesourcery.com>
13493             Phil Edwards  <phil@codesourcery.com>
13495         * gthr-vxworks.h: Add an extern "C" wrapper for C++.
13496         (__gthread_once_t): Remove busy field for RTPs.
13497         (__GTHREAD_ONCE_INIT): Update accordingly.
13499 2007-03-14  Richard Sandiford  <richard@codesourcery.com>
13501         * doc/invoke.texi: Document VxWorks options.
13503 2007-03-14  Uros Bizjak  <ubizjak@gmail.com>
13505         * doc/invoke.texi (i386 and x86-64 Options): Clarify -msahf option.
13507 2007-03-13  Seongbae Park <seongbae.park@gmail.com>
13509         PR tree-optimization/30590
13510         * tree-nrv.c (tree_nrv): Check for the partial update of the
13511         return value.
13513 2007-03-13  Alexandre Oliva  <aoliva@redhat.com>
13515         * flags.h (flag_random_seed): Remove declaration, in favor of...
13516         * toplev.h (get_random_seed, set_random_seed): ... these.
13517         * tree.c (get_file_function_name): Use the former.
13518         * opts.c (common_handle_option): Use the latter.
13519         * toplev.c
13521 2007-03-13  Steven Bosscher  <steven@gcc.gnu.org>
13523         PR middle-end/31127
13524         * cse.c (cse_find_path): Do not bail out if a basic block that
13525         we already visited now becomes part of a path that starts at a
13526         different basic block.  Just disallow this, to make sure we
13527         visit each basic block at most once.
13529 2007-03-13  Jan Hubicka  <jh@suse.cz>
13531         * ipa-inline.c (cgraph_maybe_hot_edge_p): Look for hot/cold
13532         attributes, when profile esitmate is present, calls with very low
13533         frequency are cold.
13535 2007-03-13  Zdenek Dvorak  <dvorakz@suse.cz>
13537         PR tree-optimization/30730
13538         PR tree-optimization/26900
13539         * tree-ssa-loop-niter.c: Include gmp.h.
13540         (bounds): New type.
13541         (mpz_set_double_int, get_type_bounds, mpz_to_double_int,
13542         split_to_var_and_offset, determine_value_range,
13543         bound_difference_of_offsetted_base, refine_bounds_using_guard,
13544         bound_difference, bounds_add, bounds_negate,
13545         number_of_iterations_ne_max, dump_affine_iv): New functions.
13546         (number_of_iterations_ne, number_of_iterations_lt_to_ne,
13547         assert_loop_rolls_lt, assert_loop_rolls_le): Use bounds on the
13548         difference of initial and final value of control iv to validate
13549         results.
13550         (number_of_iterations_cond): Add loop parameter.  Determine bounds
13551         on the difference of the extremes of the control iv.  Add dumps.
13552         (expand_simple_operations): Handle phi nodes.
13553         (simplify_using_initial_conditions): Do not record used conditions.
13554         (number_of_iterations_exit): Pass loop to number_of_iterations_cond.
13555         Do not set additional_info.
13556         (implies_nonnegative_p, implies_ge_p): Removed.
13557         (derive_constant_upper_bound): Do not use parameter `additional'.
13558         (record_estimate): Parameter `additional' removed.  Parameter
13559         `i_bound' added.  Do not call derive_constant_upper_bound.
13560         (record_nonwrapping_iv): Use derive_constant_upper_bound to
13561         bound the number of iterations estimate.
13562         (estimate_numbers_of_iterations_loop): Pass the estimate from
13563         the number of iterations analysis to record_estimate.
13564         * tree.h (multiple_of_p): Declare.
13565         * tree-scalar-evolution.c (expression_expensive_p): Removed.
13566         (scev_const_prop): Do not check expression_expensive_p.
13567         * fold-const.c (multiple_of_p): Exported.
13568         * double-int.c (double_int_mask): Exported.
13569         * double-int.h (double_int_mask): Declare.
13570         * tree-flow.h (struct tree_niter_desc): Removed additional_info
13571         field.  Added max field.
13573 2007-03-13  David Taylor  <taylor@candd.org>
13575         PR driver/12448:
13576         * gcc.c (cpp_unique_options): If -MT or -MQ is seen, don't pass
13577         default -MQ.
13579 2007-03-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13581         PR target/31123
13582         * pa.md (vdepi_ior): Don't allow zero length deposit.  Likewise for
13583         two unamed patterns.
13585 2007-03-13  Uros Bizjak  <ubizjak@gmail.com>
13587         * config/i386/i386.opt (mcx16, msahf): New options.
13588         * config/i386/i386.c (x86_cmpxchg16b, x86_sahf): Remove.
13589         (ix86_tune_features) [X86_TUNE_USE_SAHF]: Enable for m_GENERIC.
13591         * config/i386/driver-i386.c (bit_LAHF_LM): New define.
13592         (host_detect_local_cpu): Detect cx16 and lahf_lm cpuid bits.
13593         Output -mcx16 and -msahf options when corresponding bit is set.
13595         * doc/invoke.texi (i386 and x86-64 Options): Document -mcx16
13596         and -msahf options.
13598 2007-03-13  Alexandre Oliva  <aoliva@redhat.com>
13600         * configure.ac: Test for assembler tolerance to # 0 "".
13601         * configure, config.in: Rebuilt.
13602         * final.c (final_scan_insn): Emit it if HAVE_AS_LINE_ZERO.
13604 2007-03-13  Geoffrey Keating  <geoffk@apple.com>
13606         * doc/invoke.texi (Spec Files): Update for '%{,' spec.
13608         * config/rs6000/darwin-fallback.c: Compile file only on powerpc.
13609         (handle_syscall): Handle direct system calls.
13610         * config/rs6000/darwin.h (HAS_MD_FALLBACK_FRAME_STATE_FOR): Delete.
13612 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
13614         * doc/invoke.texi: Fix cpp.info cross-reference.
13615         * doc/passes.texi: Fix gcc.info cross-reference.
13617 2007-03-12  Zdenek Dvorak  <dvorakz@suse.cz>
13619         PR tree-optimization/30835
13620         * lambda-code.c (can_convert_to_perfect_nest): Check whether
13621         bb_for_stmt is not NULL before accessing it.
13623 2007-03-12  Joseph Myers  <joseph@codesourcery.com>
13625         * gcc.c (main): Handle target_sysroot_hdrs_suffix being NULL for
13626         some multilibs.
13628 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
13630         PR 30635
13631         * doc/install.texi: Document --enable-stage1-languages
13633 2007-03-12  Steven Bosscher  <steven@gcc.gnu.org>
13635         * tree-pass.h (pass_into_cfg_layout_mode,
13636         pass_outof_cfg_layout_mode): Declare.
13637         * cfglayout.c (into_cfg_layout_mode, outof_cfg_layout_mode,
13638         pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode): New.
13639         * passes.c (pass_into_cfg_layout_mode): Schedule before jump2.
13640         (pass_outof_cfg_layout_mode): Schedule after pass_rtl_ifcvt.
13642 2007-03-12  Seongbae Park <seongbae.park@gmail.com>
13644         * c-decl.c (warn_variable_length_array): New function.
13645         Refactored from grokdeclarator to handle warn_vla
13646         and handle unnamed array case.
13647         (grokdeclarator): Refactored VLA warning case.
13648         * c.opt (Wvla): New flag.
13649         * doc/invoke.texi (Wvla): New warning.
13651 2007-03-12  Richard Henderson  <rth@redhat.com>
13653         * config/alpha/alpha.c (alpha_elf_section_type_flags): New.
13654         (TARGET_SECTION_TYPE_FLAGS): New.
13656 2007-03-12  Richard Henderson  <rth@redhat.com>
13658         * config/darwin.c (machopic_reloc_rw_mask): New.
13659         * config/darwin-protos.h (machopic_reloc_rw_mask): Declare.
13660         * config/darwin.h (TARGET_ASM_RELOC_RW_MASK): New.
13662 2007-03-12  Mark Mitchell  <mark@codesourcery.com>
13664         * cppdefault.c (cpp_EXEC_PREFIX): New variable.
13665         * cppdefault.h (cpp_PREFIX): Document.
13666         (cpp_PREFIX_len): Likewise.
13667         (cpp_EXEC_PREFIX): New variable.
13668         * Makefile.in (PREPROCESSOR_DEFINES): Add STANDARD_EXEC_PREFIX.
13669         * c-incpath.c (add_standard_paths): Correct logic for relocating
13670         paths within prefix.
13672 2007-03-12  Uros Bizjak  <ubizjak@gmail.com>
13674         * config/i386/i386.md (fixuns_trunc<mode>hi2): Implement from
13675         fixuns_truncsfhi2 and fixuns_truncdfhi2 using SSEMODEF
13676         mode macro.
13677         (fix_trunc<mode>di_sse): Implement from fix_truncsfdi_sse and
13678         fix_truncdfdi_sse using SSEMODEF mode macro.
13679         (fix_trunc<mode>si_sse): Implement from fix_truncsfsi_sse and
13680         fix_truncdfsi_sse using SSEMODEF mode macro.
13681         (fix_trunc?f?i_sse peephole2): Implement using SSEMODEF mode macro.
13682         (fix_trunc?f?i_sse K8 peephole2): Fix register constraint.
13684 2007-03-12  Richard Sandiford  <richard@codesourcery.com>
13686         * config.gcc (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add
13687         elfos.h to tm_file.
13689 2007-03-12  Olga Golovanevsky  <olga@il.ibm.com>
13691         * tree.h : Add multiple_of_p declaration.
13692         * fold-const.c (multiple_of_p): Make multiple_of_p public.
13693         * ipa-type-escape.c (results_of_malloc): Redundant.
13694         (visited_stmts): New. Visited stmt for walk_use_def_chains.
13695         (cast_type): Extended with new members.
13696         (check_cast): Returns cast_type.
13697         (cast): New structure for data of walk_use_def_chains.
13698         (is_malloc_result, is_cast_from_non_pointer_1,
13699         is_cast_from_non_pointer,
13700         is_array_access_through_pointer_and_index): New functions.
13701         (look_for_casts): Returns cast types.
13702         (check_call): Returns void.
13703         (okay_pointer_operation): Use support of pointer plus index,
13704         pointer plus constant and allow all multiplications.
13706 2007-03-11  Richard Guenther  <rguenther@suse.de>
13708         PR tree-optimization/31115
13709         * tree-vrp.c (extract_range_from_binary_expr): Make sure
13710         the shift count is positive and non-anti-range for RSHIFT_EXPR.
13711         A shift count of zero is not special as with *_DIV_EXPR.
13712         (vrp_int_const_binop): Handle RSHIFT_EXPR for determining overflow
13713         direction.
13715 2007-03-11  Ian Lance Taylor  <iant@google.com>
13717         * tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and
13718         the *_DIV_EXPR codes correctly with overflow infinities.
13720 2007-03-11  Ira Rosen  <irar@il.ibm.com>
13722         * tree-data-ref.c (analyze_offset): Add a return value (bool) to
13723         indicate success/failure of the analysis. Add negation to subtrahend
13724         in case of subtraction. Fail if both operands contain constants.
13725         (create_data_ref): Fail if analyze_offset fails.
13727 2007-03-11  Uros Bizjak  <ubizjak@gmail.com>
13729         * config/i386/i386.md (frndintxf2): Rename to ...
13730         (rintxf2): ... this. Remove expander having same name.
13731         (rintsf2, rintdf2): Implement using SSEMODEF macro.
13732         (roundsf2, rounddf2): Ditto.
13733         (lrint<mode>di2, lrint<mode>si2): Implement using SSEMODEI24 macro.
13734         (lround<mode>di2, lround<mode>si2): Ditto.
13736 2007-03-11  Steven Bosscher  <steven@gcc.gnu.org>
13738         * lower-subreg.c: Include except.h.
13739         (decompose_multiword_subregs): Verify that the only control flow
13740         insns we can split are loads to multi-words pseudos.
13741         Handle breaking such blocks after splitting, instead of calling
13742         find_many_sub_basic_blocks.
13744         * loop-unroll.c (split_edge_and_insert): Don't set BB_SUPERBLOCK
13745         on the new basic block.  Add a lengthy comment explaining why we
13746         thought this was necessary.
13747         * cfglayout.c (cfg_layout_finalize): Don't break superblocks.
13749 2007-03-10  Mark Mitchell  <mark@codesourcery.com>
13751         PR c++/30924
13752         * tree.c (walk_type_fields): Recurse into the element type of
13753         ARRAY_TYPEs if there is a pointer set.
13755 2007-03-10  Dirk Mueller  <dmueller@suse.de>
13757         * c-common.c (warn_logical_operator): Fix condition.
13759 2007-03-10  Tobias Schl�ter  <tobi@gcc.gnu.org>
13761         * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Add missing
13762         quotation mark.
13763         * config/darwin.c (machopic_select_section): Remove superfluous
13764         argument in call to categorize_decl_for_section.  Remove unused
13765         variable shlib.
13767 2007-03-10  Joseph Myers  <joseph@codesourcery.com>
13769         * configure.ac (glibc_header_dir): Set using with_build_sysroot if
13770         defined.
13771         * configure: Regenerate.
13773 2007-03-10  Uros Bizjak  <ubizjak@gmail.com>
13775         PR target/31101
13776         * config/i386/i386.md (UNSPEC_C2_FLAG): New constant.
13777         (fpremxf4_i387, fprem1xf4_i387): Use UNSPEC_C2_FLAG.
13778         (fmodxf3, fmod<mode>3, remainderxf3, remainder<mode>3):
13779         Add LABEL_NUSES to emitted label.
13780         * config/i386/i386.c (ix86_emit_fp_unordered_jump): Add
13781         branch probability value to emitted jump insn.
13782         * reg-stack.c (subst_stack_regs_pat)[UNSPEC]: Handle UNSPEC_C2_FLAG.
13783         Do not check life information and do not re-arrange input operands
13784         for UNSPEC_FSCALE_EXP, UNSPEC_FPREM_U and UNSPEC_FPREM1_U.
13786 2007-03-10  Kaz Kojima  <kkojima@gcc.gnu.org>
13788         * config/sh/sh.c (sh_insn_length_adjustment): Adjust for
13789         the change of decode_asm_operands.
13791 2007-03-10  Kaz Kojima  <kkojima@gcc.gnu.org>
13793         * mode-switching.c (create_pre_exit): Skip blockage insn.
13795 2007-03-09  Diego Novillo  <dnovillo@redhat.com>
13797         * tree-pass.h (TODO_update_smt_usage): Remove.
13798         Update all users.
13799         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove
13800         argument SOME.
13801         Update all users.
13803 2007-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13805         * pa.c (attr_length_call): Revise condition for long
13806         pc-relative branch.
13807         (output_call): Use "LONG_PIC_SDIFF" instruction sequence for long
13808         local calls on the SOM target.  Don't use "LONG_PIC_PCREL" call
13809         sequence on SOM target.
13811 2007-03-09  Geoffrey Keating  <geoffk@apple.com>
13813         * gcc.c: Document %{, in big comment at top.
13814         (input_suffix_matches): Remove special handling for .s and
13815         .S.
13816         (input_spec_matches): New.
13817         (handle_braces): Handle %{,.
13818         (validate_switches): ',' indicates a value which is not a switch.
13819         * config/alpha/osf.h (ASM_FINAL_SPEC): Use %{, rather than %{.
13820         to detect assembler input.
13821         * config/i386/sol2.h (CPP_SPEC): Likewise.
13822         * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
13823         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
13824         * config/rs6000/lynx.h (ASM_SPEC): Likewise.
13825         * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
13826         * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Objective-C plus
13827         -m64 causes deployment target to default to 10.5.
13828         * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
13830 2007-03-09  Richard Henderson  <rth@redhat.com>
13832         PR target/26090
13833         * target.h (targetm.asm.out.reloc_rw_mask): New.
13834         * target-def.h (TARGET_ASM_RELOC_RW_MASK): New.
13835         (TARGET_ASM_OUT): Use it.
13836         * targhooks.c, targhooks.h (default_reloc_rw_mask): New.
13837         * varasm.c (categorize_decl_for_section): Remove shlib argument;
13838         use the new reloc_rw_mask target hook instead.
13839         (default_section_type_flags_1): Merge into...
13840         (default_section_type_flags): ... here.
13841         (decl_readonly_section_1): Merge into...
13842         (decl_readonly_section): ... here.
13843         (default_elf_select_section_1): Merge into...
13844         (default_elf_select_section): ... here.
13845         (default_unique_section_1): Merge into...
13846         (default_unique_section): ... here.
13847         (compute_reloc_for_rtx_1, compute_reloc_for_rtx): New.
13848         (default_select_rtx_section): Use it.
13849         (default_elf_select_rtx_section): Likewise.
13850         * output.h: Update to match.
13851         * doc/tm.texi (TARGET_ASM_RELOC_RW_MASK): New.
13852         * config/alpha/alpha.c (alpha_elf_reloc_rw_mask): New.
13853         (TARGET_ASM_RELOC_RW_MASK): New.
13854         * config/i386/i386.c (x86_64_elf_select_section): Adjust call
13855         to categorize_decl_for_section.
13856         (x86_64_elf_unique_section): Likewise.
13857         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
13858         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Remove.
13859         (TARGET_ASM_RELOC_RW_MASK): New.
13860         * config/ia64/ia64.c (ia64_rwreloc_select_section,
13861         ia64_rwreloc_unique_section, ia64_rwreloc_select_rtx_section): Remove.
13862         (ia64_hpux_reloc_rw_mask, ia64_reloc_rw_mask): New.
13863         (TARGET_RWRELOC): Remove.
13864         (ia64_section_type_flags): Adjust call to default_section_type_flags.
13865         * config/ia64/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
13866         * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Remove.
13867         (rs6000_elf_select_section, rs6000_elf_unique_section): Remove.
13868         (rs6000_elf_reloc_rw_mask, rs6000_xcoff_reloc_rw_mask): New.
13869         (rs6000_xcoff_select_section): Use decl_readonly_section.
13870         (rs6000_xcoff_section_type_flags): Use default_section_type_flags.
13871         * config/rs6000/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
13872         (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): Remove.
13873         (TARGET_SECTION_TYPE_FLAGS): Remove.
13874         * config/rs6000/xcoff.h (TARGET_ASM_RELOC_RW_MASK): New.
13876 2007-03-09  Roger Sayle  <roger@eyesopen.com>
13878         * fold-const.c (fold_comparison): Remove compile-time evaluation of
13879         complex constant equality/inequality comparisons for here.
13880         (fold_binary) <EQ_EXPR>: Simplify complex comparisons that are
13881         known at compile-time or can be simplified to a scalar comparison.
13882         (fold_relational_const): Move compile-time evaluation of complex
13883         constant equality/inequality comparisons to here.
13885 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
13887         PR rtl-optimization/30643
13888         * cse.c (cse_insn): Recompute dest_hash after insert_regs for
13889         dest_addr_elt.
13890         (fold_rtx): Recurse, like before 2006-11-03.
13892 2007-03-09  DJ Delorie  <dj@redhat.com>
13894         * config/m32c/t-m32c (m32c-pragma.o): Add TM_H dependency to
13895         m32c-pragma.o.
13897 2007-03-09  Aldy Hernandez  <aldyh@redhat.com>
13899         PR tree-optimization/30375
13900         * tree-ssa-dse.c (dse_possible_dead_store_p): Do not eliminate if
13901         LHS of statements is not the same.
13902         * testsuite/gcc.dg/tree-ssa/ssa-dse-10.c: New.
13904 2007-03-09  Chao-ying Fu  <fu@mips.com>
13906         * doc/extend.texi (MIPS DSP Built-in Functions): Document the DSP
13907         REV 2.
13908         * doc/invoke.texi (-mdspr2): Document new option.
13909         * config/mips/mips.md (UNSPEC_ABSQ_S_QB .. UNSPEC_DPSQX_SA_W_PH):
13910         New unspec for DSP REV 2.
13911         (<u>mulsidi3_32bit_internal): Check if !TARGET_DSPR2, because
13912         these instructions are extended in DSP REV 2.
13913         (mips-dspr2.md): Include.
13914         * config/mips/mips.opt (mdspr2): New option.
13915         * config/mips/mips.c (mips_function_type): Add MIPS_V4QI_FTYPE_V4QI,
13916         MIPS_SI_FTYPE_SI_SI_SI, MIPS_DI_FTYPE_DI_USI_USI, MIPS_DI_FTYPE_SI_SI,
13917         MIPS_DI_FTYPE_USI_USI, MIPS_V2HI_FTYPE_SI_SI_SI.
13918         (override_options): Check TARGET_DSPR2 to enable MASK_DSP.
13919         (CODE_FOR_mips_mul_ph): Define it to CODE_FOR_mulv2hi3.
13920         (dsp_bdesc): Add DSP REV 2 builtins.  Remove 32-bit only DSP builtins.
13921         (dsp_32only_bdesc): New description table for 32-bit only DSP REV 1
13922         and 2 builtins.
13923         (bdesc_map): Add one field of unsupported_target_flags.
13924         (bdesc_arrays):  Update entries to have extra fields.  Add
13925         dsp_32only_bdesc.
13926         (mips_init_builtins): Initialize new function types.
13927         Check unsupported_target_fileds to filter out builtins.
13928         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_dspr2 if
13929         TARGET_DSPR2.
13930         (ASM_SPEC): Pass mdspr2 to the assembler.
13931         * config/mips/mips-dspr2.md: New file.
13933 2007-03-09  Sa Liu  <saliu@de.ibm.com>
13935         * config/rs6000/altivec.md: Fix vcond patterns using if_then_else.
13937 2007-03-09  Ian Lance Taylor  <iant@google.com>
13939         * opts.c (common_handle_option): Treat -Wstrict-overflow (with no
13940         argument) like -Wstrict-overflow=2.
13941         * doc/invoke.texi (Warning Options): Update documentation.
13943 2007-03-09  Dirk Mueller  <dmueller@suse.de>
13945         PR c++/17946
13946         * doc/invoke.texi (-Wlogical-op): Document.
13947         * common.opt (-Wlogical-op): New.
13948         * c-common.h (warn_logical_operator): Declare.
13949         * c-common.c (warn_logical_operator): Define.
13950         * c-typeck.c (parser_build_binary_op): Call
13951         warn_logical_operator.
13953 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
13955         * rtl.h (gen_rtx_ASM_INPUT): Use "" instead of NULL file name.
13956         * final.c (final_scan_insn): Test for non-"" file name.
13958 2007-03-09  Sebastian Pop  <sebastian.pop@inria.fr>
13960         * doc/loop.texi: Document the Omega linear constraints solver.
13961         * doc/invoke.texi: Document -fcheck-data-deps, omega-max-vars,
13962         omega-max-geqs, omega-max-eqs, omega-max-wild-cards,
13963         omega-hash-table-size, omega-max-keys, and
13964         omega-eliminate-redundant-constraints.
13965         * tree-pass.h (pass_check_data_deps): Declared.
13966         * omega.c: New.
13967         * omega.h: New.
13968         * timevar.def (TV_CHECK_DATA_DEPS): Declared.
13969         * tree-ssa-loop.c (check_data_deps, gate_check_data_deps,
13970         pass_check_data_deps): New.
13971         * tree-data-ref.c (init_data_ref): Remove declaration.
13972         (dump_data_dependence_relation): Dump DDR_INNER_LOOP.
13973         (analyze_array): Renamed init_array_ref, move up initializations.
13974         (init_data_ref): Renamed init_pointer_ref.  Moved before its call.
13975         Removed arguments that are set to NULL.
13976         (analyze_indirect_ref): Correct indentation, correct call to
13977         init_pointer_ref.
13978         (object_analysis): Call init_array_ref instead of analyze_array.
13979         (initialize_data_dependence_relation): Initialize DDR_INNER_LOOP.
13980         (access_functions_are_affine_or_constant_p): Use DR_ACCESS_FNS instead
13981         of DR_ACCESS_FNS_ADDR.
13982         (init_omega_eq_with_af, omega_extract_distance_vectors,
13983         omega_setup_subscript, init_omega_for_ddr_1, init_omega_for_ddr,
13984         ddr_consistent_p): New.
13985         (compute_affine_dependence): Check consistency of ddrs when
13986         flag_check_data_deps is passed.
13987         (analyze_all_data_dependences): Uncomment.
13988         (tree_check_data_deps): New.
13989         * tree-data-ref.h: Include omega.h.
13990         (DR_ACCESS_FNS_ADDR): Removed.
13991         (data_dependence_relation): Add inner_loop.
13992         (DDR_INNER_LOOP): New.
13993         * common.opt (fcheck-data-deps): New.
13994         * tree-flow.h (tree_check_data_deps): Declare.
13995         * Makefile.in (TREE_DATA_REF_H): Depend on omega.h.
13996         (OBJS-common): Depend on omega.o.
13997         (omega.o): Define.
13998         * passes.c (pass_check_data_deps): Scheduled.
13999         * params.def (PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
14000         PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
14001         PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS,
14002         PARAM_VECT_MAX_VERSION_CHECKS,
14003         PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS): New.
14005 2007-03-09  Richard Guenther  <rguenther@suse.de>
14007         PR tree-optimization/30904
14008         PR middle-end/31058
14009         * tree-vrp.c (extract_range_from_binary_expr): Handle RSHIFT_EXPR
14010         the same way as *_DIV_EXPR.
14012 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
14014         * recog.c (decode_asm_operands): No mixed declarations and code.
14016 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
14018         * rtl.def (ASM_INPUT): Add location.
14019         * rtl.h (ASM_INPUT_SOURCE_LOCATION): New.
14020         (ASM_INPUT_SOURCE_FILE, ASM_INPUT_SOURCE_LINE): New.
14021         (decode_asm_operands): Add loc operand.
14022         (gen_rtx_ASM_INPUT, gen_rtx_ASM_INPUT_loc): Define.
14023         * stmt.c (expand_asm): Rename to...
14024         (expand_asm_loc): ... this.  Add locus argument.  Pass it on to
14025         gen_rtx_ASM_INPUT_loc.
14026         (expand_asm_expr): Adjust.
14027         * recog.c (decode_asm_operands): Add loc operand.
14028         (check_asm_operands, extract_insn): Adjust.
14029         * reload1.c (maybe_fix_stack_asms): Likewise.
14030         * final.c (asm_insn_count): Likewise.
14031         (final_scan_insn): Output # line before and after asm.
14033 2007-03-09  Daniel Berlin  <dberlin@dberlin.org>
14035         * tree-ssa-structalias.c (variable_info): Remove
14036         finished_solution.
14037         (new_var_info): Ditto.
14038         (shared_bitmap_info_t): New structure.
14039         (shared_bitmap_table): New variable.
14040         (shared_bitmap_hash): New function.
14041         (shared_bitmap_eq): Ditto
14042         (shared_bitmap_lookup): Ditto.
14043         (shared_bitmap_add): Ditto.
14044         (merge_smts_into): Change to take bitmap directly.
14045         (find_what_p_points_to): Rewrite to use shared bitmap hashtable.
14046         (init_alias_vars): Init shared bitmap hashtable.
14047         (delete_points_to_sets): Delete shared bitmap hashtable.
14048         * tree-ssa-operands.c (add_virtual_operand): Partially revert the
14049         is_aliased removal as a change that was still necessary was
14050         deleted.
14052 2007-03-09  Uros Bizjak  <ubizjak@gmail.com>
14054         * config/i386/i386.h (override_options): Conditionally disable
14055         x86_sahf for 64bit targets only.
14057 2007-03-08  Andrew Pinski  <andrew_pinski@playstation.sony.com>
14059         PR C/31072
14060         * c-decl.c (merge_decls): Don't call make_var_volatile.
14061         * varasm.c (make_var_volatile): Remove.
14062         * output.h (make_var_volatile): Remove.
14064 2007-03-08  Zdenek Dvorak  <dvorakz@suse.cz>
14066         PR tree-optimization/31085
14067         * tree-ssa-address.c (create_mem_ref): Fix test of type of base.
14069 2007-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14071         * builtins.def (lceil, lceilf, lceill, lfloor, lfloorf, lfloorl,
14072         llceil, llceilf, llceill, llfloor, llfloorf, llfloorl): Mark with
14073         ATTR_CONST_NOTHROW_LIST.
14075         * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
14076         FIX_TRUNC_EXPR.
14078 2007-03-08  Diego Novillo  <dnovillo@redhat.com>
14080         * doc/tree-ssa.texi: Remove documentation for V_MUST_DEF.
14082 2007-03-08  Geoffrey Keating  <geoffk@apple.com>
14084         PR 31013
14085         * gccspec.c (lang_specific_driver): Do nothing when NEXT_OBJC_RUNTIME
14086         is declared.
14087         * config/darwin.h (REAL_LIBGCC_SPEC): When -fgnu-runtime is
14088         passed, use shared libgcc.
14090 2007-03-08  Roger Sayle  <roger@eyesopen.com>
14092         * tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt
14093         instead of calling build2 with a GIMPLE_MODIFY_STMT.
14094         (honor_protect_cleanup_actions, lower_try_finally_switch):
14095         Likewise.
14096         * tree-if-conv.c (replace_phi_with_cond_gimple_modify_stmt,
14097         ifc_temp_var): Likewise.
14098         * tree-inline.c (setup_one_parameter): Likewise.
14099         * tree-mudflap.c (mf_decl_cache_locals,
14100         mf_build_check_statement_for): Likewise.
14101         * tree-nested.c (init_tmp_var, save_tmp_var,
14102         finalize_nesting_tree_1): Likewise.
14103         * tree-outof-ssa.c (insert_copy_on_edge,
14104         insert_backedge_copies): Likewise.
14105         * tree-profile.c (tree_gen_edge_profiler,
14106         tree_gen_ic_profiler): Likewise.
14107         * tree-scalar-evolution.c (scev_const_prop): Likewise.
14108         * tree-sra.c (sra_build_assignment): Likewise.
14109         * tree-ssa-loop-im.c (determine_invariantness_stmt): Likewise.
14110         * tree-ssa-math-opts.c (insert_reciprocals,
14111         execute_cse_sincos_1): Likewise.
14112         * tree-tailcall.c (adjust_accumulator_values,
14113         adjust_return_value): Likewise.
14114         * tree-vect-patterns.c (vect_pattern_recog_1): Likewise.
14115         * tree-vect-transform.c (vect_create_data_ref_ptr,
14116         bump_vector_ptr, vect_init_vector, get_initial_def_for_induction,
14117         vect_create_epilog_for_reduction, vectorizable_reduction,
14118         vectorizable_call, vectorizable_conversion,
14119         vectorizable_assignment, vectorizable_operation,
14120         vectorizable_type_demotion, vect_gen_widened_results_half,
14121         vect_permute_store_chain, vectorizable_store,
14122         vect_setup_realignment, vect_permute_load_chain,
14123         vectorizable_load, vectorizable_condition,
14124         vect_create_cond_for_align_checks): Likewise.
14125         * tree-vrp.c (build_assert_expr_for): Likewise.
14127 2007-03-08  Ian Lance Taylor  <iant@google.com>
14129         * tree-vrp.c: Include "intl.h".
14130         (usable_range_p): New static function.
14131         (compare_values_warnv): Don't test TYPE_OVERFLOW_UNDEFINED for
14132         overflowed values, juts set *strict_overflow_p.
14133         (compare_values): Only return -2 if one of the operands is not a
14134         constant.
14135         (compare_ranges): Call usable_range_p.
14136         (compare_range_with_value): Likewise.
14137         (vrp_evaluate_conditional_warnv): Rename from
14138         vrp_evaluate_conditional.  Make static.  Change all callers.
14139         (vrp_evaluate_conditional): New function.
14140         (simplify_div_or_mod_using_ranges): Issue warning about reliance
14141         on signed overflow.
14142         (simplify_abs_using_ranges): Likewise.
14143         (simplify_stmt_for_jump_threading): Add within_stmt parameter.
14144         * tree-ssa-dom.c (simplify_stmt_for_jump_threading): Add
14145         within_stmt parameter.
14146         * tree-ssa-propagate.c (fold_predicate_in): Update call to
14147         vrp_evaluate_conditional.
14148         * tree-ssa-threadedge.c
14149         (record_temporary_equivalences_from_stmts_at_dest): Change
14150         simplify parameter to take a second tree parameter.
14151         (simplify_control_stmt_condition): Likewise.
14152         (thread_across_edge): Likewise.
14153         * tree-flow.h (vrp_evaluate_conditional): Update declaration.
14154         (thread_across_edge): Likewise.
14155         * Makefile.in (tree-vrp.o): Depend upon intl.h.
14157 2007-03-08  Uros Bizjak  <ubizjak@gmail.com>
14159         * config/i386/i386.h (TARGET_SAHF): New define.
14160         * config/i386/i386.c (ix86_tune_features) [X86_TUNE_USE_SAHF]:
14161         Also enable for m_K8, m_AMDFAM10 and m_CORE2.
14162         (x86_sahf): New global variable.
14163         (override_options): Add PTA_NO_SAHF to pta_flags enum.  Recode
14164         pta_flags masks using shifts.  Add PTA_NO_SAHF to x86_64 and
14165         nocona processor flags.  Set x86_sahf when PTA_NO_SAHF is not set
14166         in processor flags.  Do not unconditionally disable TARGET_USE_SAHF
14167         for 64-bit.
14168         (ix86_fp_comparison_sahf_cost): Return high value for !TARGET_SAHF.
14169         (ix86_expand_fp_compare): Check for TARGET_CMOVE or TARGET_SAHF
14170         when expanding fcomi/sahf based tests.
14171         (ix86_emit_fp_unordered_jump): Check for TARGET_SAHF when
14172         expanding sahf based alternative. Emit sahf based sequence when
14173         optimizing for code size.
14174         * config/i386/i386.md (x86_sahf_1): Do not disable for
14175         TARGET_64BIT, enable for TARGET_SAHF.
14177 2007-03-08  Martin Michlmayr  <tbm@cyrius.com>
14179         * tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
14180         spurious whitespace from error message.
14182 2007-03-08  Volker Reichelt  <reichelt@netcologne.de>
14184         PR c++/30852
14185         * c-common.c (fold_offsetof_1): Handle COMPOUND_EXPR.
14187 2007-03-08  Alexandre Oliva  <aoliva@redhat.com>
14189         * c-decl.c (grokdeclarator): Disable warnings for anonymous
14190         bitfields.
14191         * tree-sra.c (instantiate_element): Propagate disabled warnings
14192         from the element itself to the created variable.
14194 2007-03-07  Richard Henderson  <rth@redhat.com>
14196         PR target/30848
14197         * reg-stack.c (emit_swap_insn): If a malformed asm was seen,
14198         silently fix up the stack in the case of a missing register.
14200 2007-03-07  Paul Brook  <paul@codesourcery.com>
14202         * config/arm/libunwind.S: Add .arch/.object_arch for armv4 builds.
14204 2007-03-07  Joseph Myers  <joseph@codesourcery.com>
14206         * config/arm/unwind-arm.c (struct wmmxd_regs, struct wmmxc_regs):
14207         New.
14208         (phase1_vrs): Use them.
14209         (DEMAND_SAVE_WMMXD, DEMAND_SAVE_WMMXC): New.
14210         (__gnu_Unwind_Save_WMMXD, __gnu_Unwind_Restore_WMMXD,
14211         __gnu_Unwind_Save_WMMXC, __gnu_Unwind_Restore_WMMXC): Declare.
14212         (restore_non_core_regs): Call __gnu_Unwind_Restore_WMMXD and
14213         __gnu_Unwind_Restore_WMMXC if required.
14214         (_Unwind_VRS_Pop): Implement iWMMXt support.
14215         * config/arm/libunwind.S (gnu_Unwind_Restore_WMMXD,
14216         gnu_Unwind_Save_WMMXD, gnu_Unwind_Restore_WMMXC,
14217         gnu_Unwind_Save_WMMXC): Define.
14219 2007-03-07  Richard Sandiford  <richard@codesourcery.com>
14221         * config/vxworks.h (vxworks_override_options): Declare.
14222         (VXWORKS_OVERRIDE_OPTIONS): Use it.
14223         * config/vxworks.c: Include target.h and toplev.h.
14224         (vxworks_override_options): New function.
14225         * config/t-vxworks (vxworks.o): Depend on $(TARGET_H) and toplev.h.
14227 2007-03-07  Andreas Krebbel  <krebbel1@de.ibm.com>
14229         * config/s390/s390.c (override_options): Don't emit an error when
14230         -mstack-size is used without providing -mstack-guard.
14231         (s390_emit_prologue): Choose stack_guard value automatically if not
14232         provided via command line.
14233         * doc/invoke.texi: Adjust description of -mstack-guard and
14234         -mstack-size.
14236 2007-03-07  Richard Sandiford  <richard@codesourcery.com>
14238         * config/i386/i386.c (output_set_got): Add a GOT initialization
14239         sequence for VxWorks PIC.
14240         (legitimate_pic_address_disp_p): Allow UNSPEC_GOT wrappers
14241         around labels as well as symbols.  Use gotoff_operand instead
14242         of local_symbolic_operand.
14243         (legitimize_pic_address): Use gotoff_operand instead of
14244         local_symbolic_operand.  Use @GOT accesses for labels as
14245         well as symbols.
14246         (ix86_output_addr_diff_elt): Use PC-relative rather than
14247         GP-relative offsets for VxWorks PIC.
14248         (ix86_expand_move): Pass NULL_RTX to legitimize_pic_address unless
14249         no_new_pseudos.  Check whether the returned register is op0.
14250         * config/i386/i386.md (tablejump): Use PC-relative rather than
14251         GP-relative offsets for VxWorks PIC.
14252         * config/i386/predicates.md (gotoff_operand): New predicate.
14254 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
14256         * config/vxworks.h (VXWORKS_GOTT_BASE, VXWORKS_GOTT_INDEX): Undefine
14257         before defining.
14258         * config/vxworks-dummy.h: New file.
14259         * config/i386/i386.h: Include it.
14261 2007-03-07  Alexandre Oliva  <aoliva@redhat.com>
14263         * dwarf2out.c (is_inlined_entry_point): New
14264         (add_high_low_attributes): Emit DW_AT_entry_pc along with
14265         DW_AT_ranges if the first subblock is the entry point.
14267 2007-03-06  David Daney  <ddaney@avtrex.com>
14269         * doc/install.texi (mips-*-*): Change recommended binutils
14270         version.
14272 2007-03-06  Anatoly Sokolov <aesok@post.ru>
14274         * config/avr/avr.c (avr_mcu_types): Add support for ATmega325P,
14275         ATmega3250P, ATmega329P, ATmega3290P, AT90USB82 and AT90USB162
14276         devices.
14277         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
14278         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
14280 2007-03-06  Jan Hubicka  <jh@suse.cz>
14282         * errors.h (warning, error, fatal, internal_error): Mark as cold.
14283         * predict.c (maybe_hot_bb): Cold functions are never hot; hot
14284         functions are hot.
14285         (probably_cold_bb_p): Cold functions are cold.
14286         (probably_never_executed_bb_p): Cold functions are cold.
14287         (tree_bb_level_predictions): Predict calls to cold functions as not
14288         taken.
14289         (compute_function_frequency): Check hot/cold attributes.
14290         * function.h (function_frequency): Update comments.
14291         * predict.def (PRED_COLD_FUNCTION): Predict cold function.
14292         * c-common.c (handle_hot_attribute, handle_cold_attribute): New.
14293         (c_common_att): Add cold and hot.
14295         * doc/extend.texi (hot,cold attributes): Document.
14297 2007-03-06  Andrew Haley  <aph@redhat.com>
14299         * function.c (expand_function_end): Move blockage to just after we
14300         emit the label for the naked return from the function.
14302 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
14304         * config/i386/att.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Undefine
14305         before redefining.
14307 2007-03-06  Jan Hubicka  <jh@suse.cz>
14309         * reg-stack.c (reg_to_stack): Large models don't allow NAN to be
14310         loaded for constant large models.  Non-large 64bit PIC can do.
14311         * i386.h (CASE_VECTOR_MODE): Large PIC cases are 64bit.
14312         * cmodel.h: Add LARGE PIC.
14313         * i386.md (UNSPEC_PLTOFF): New.
14314         (UNSPEC_SET_RIP, UNSPEC_SET_GOT_OFFSET): New; renumber other
14315         unspecs as needed.
14316         (*call_1_rex64): Disable for large models.
14317         (*call_1_rex64_large): New.
14318         (*call_value_1_rex64): Disable for large models.
14319         (*call_value_1_rex64_large): New.
14320         (set_rip_rex4): New.
14321         (set_got_offset_rex64): New.
14322         * predicates.md (constant_call_address_operand): For large model
14323         constant calls are not possible.
14324         * i386-protos.h (construct_plt_address): Declare.
14325         * i386.c (override_options): Accept large models.
14326         (ix86_expand_prologue): Expand large PIC GOT pointer load.
14327         (legitimate_constant_p): Add new UNSPECs.
14328         (legitimate_pic_operand_p): Likewise.
14329         (legitimate_pic_address_disp_p): Disallow local symbols for large PICs.
14330         (legitimize_pic_address): Do easy RIP relative way for TLS only for
14331         non-large model.
14332         (output_pic_addr_const): Add PLTOFF.
14333         (ix86_output_addr_diff_elt): Output 64bit tables when needed.
14334         (ix86_expand_move): Legitimize pic address when in PIC mode.
14335         (construct_plt_address): New function.
14336         (ix86_expand_call): Offload the address to register and use GOT
14337         pointer for large model.
14338         * invoke.texi (mcmodel=large): Update documentation.
14340 2007-03-06  Richard Henderson  <rth@redhat.com>
14342         * config/i386/i386.c (x86_use_leave, x86_push_memory,
14343         x86_zero_extend_with_and, x86_movx, x86_double_with_add,
14344         x86_use_bit_test, x86_unroll_strlen, x86_deep_branch,
14345         x86_branch_hints, x86_use_sahf, x86_partial_reg_stall,
14346         x86_partial_flag_reg_stall, x86_use_himode_fiop, x86_use_simode_fiop,
14347         x86_use_mov0, x86_use_cltd, x86_read_modify_write, x86_read_modify,
14348         x86_split_long_moves, x86_promote_QImode, x86_fast_prefix,
14349         x86_single_stringop, x86_qimode_math, x86_promote_qi_regs,
14350         x86_himode_math, x86_promote_hi_regs, x86_sub_esp_4, x86_sub_esp_8,
14351         x86_add_esp_4, x86_add_esp_8, x86_integer_DFmode_moves,
14352         x86_partial_reg_dependency, x86_memory_mismatch_stall,
14353         x86_prologue_using_move, x86_epilogue_using_move, x86_shift1,
14354         x86_sse_partial_reg_dependency, x86_sse_split_regs,
14355         x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,
14356         x86_sse_load0_by_pxor, x86_use_ffreep, x86_use_incdec,
14357         x86_inter_unit_moves, x86_ext_80387_constants, x86_four_jump_limit,
14358         x86_schedule, x86_use_bt, x86_pad_returns,
14359         x86_use_xchgb): Merge into ...
14360         (ix86_tune_features): ... here.  New array.
14361         (x86_cmove, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
14362         x86_bswap): Merge into ...
14363         (ix86_arch_features): ... here.  New array.
14364         (x86_3dnow_a): Remove.
14365         (x86_accumulate_outgoing_args): Make static.
14366         (x86_arch_always_fancy_math_387): Make static.
14367         (ix86_tune_mask, ix86_arch_mask): Move ...
14368         (override_options): ... to local variables here.  Apply the
14369         appropriate mask to each element of ix86_arch_features and
14370         ix86_tune_features.  Adjust TARGET_CMOVE and TARGET_USE_SAHF
14371         as were done in the old macros.
14372         (standard_80387_constant_p): Use TARGET_EXT_80387_CONSTANTS.
14373         * config/i386/i386.h (x86_use_leave, x86_push_memory,
14374         x86_zero_extend_with_and, x86_use_bit_test, x86_cmove, x86_deep_branch,
14375         x86_branch_hints, x86_unroll_strlen, x86_double_with_add,
14376         x86_partial_reg_stall, x86_movx, x86_use_himode_fiop,
14377         x86_use_simode_fiop, x86_use_mov0, x86_use_cltd, x86_use_xchgb,
14378         x86_read_modify_write, x86_read_modify, x86_split_long_moves,
14379         x86_promote_QImode, x86_single_stringop, x86_fast_prefix,
14380         x86_himode_math, x86_qimode_math, x86_promote_qi_regs,
14381         x86_promote_hi_regs, x86_integer_DFmode_moves, x86_add_esp_4,
14382         x86_add_esp_8, x86_sub_esp_4, x86_sub_esp_8,
14383         x86_partial_reg_dependency, x86_memory_mismatch_stall,
14384         x86_accumulate_outgoing_args, x86_prologue_using_move,
14385         x86_epilogue_using_move, x86_decompose_lea,
14386         x86_arch_always_fancy_math_387, x86_shift1,
14387         x86_sse_partial_reg_dependency, x86_sse_split_regs,
14388         x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,
14389         x86_sse_load0_by_pxor, x86_use_ffreep, x86_inter_unit_moves,
14390         x86_schedule, x86_use_bt, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
14391         x86_use_incdec, x86_pad_returns, x86_bswap,
14392         x86_partial_flag_reg_stall): Remove.
14393         (enum ix86_tune_indices): New.
14394         (ix86_tune_features): New.
14395         (TARGET_USE_LEAVE, TARGET_PUSH_MEMORY, TARGET_ZERO_EXTEND_WITH_AND,
14396         TARGET_USE_BIT_TEST, TARGET_UNROLL_STRLEN,
14397         TARGET_DEEP_BRANCH_PREDICTION, TARGET_BRANCH_PREDICTION_HINTS,
14398         TARGET_DOUBLE_WITH_ADD, TARGET_USE_SAHF, TARGET_MOVX,
14399         TARGET_PARTIAL_REG_STALL, TARGET_PARTIAL_FLAG_REG_STALL,
14400         TARGET_USE_HIMODE_FIOP, TARGET_USE_SIMODE_FIOP, TARGET_USE_MOV0,
14401         TARGET_USE_CLTD, TARGET_USE_XCHGB, TARGET_SPLIT_LONG_MOVES,
14402         TARGET_READ_MODIFY_WRITE, TARGET_READ_MODIFY, TARGET_PROMOTE_QImode,
14403         TARGET_FAST_PREFIX, TARGET_SINGLE_STRINGOP, TARGET_QIMODE_MATH,
14404         TARGET_HIMODE_MATH, TARGET_PROMOTE_QI_REGS, TARGET_PROMOTE_HI_REGS,
14405         TARGET_ADD_ESP_4, TARGET_ADD_ESP_8, TARGET_SUB_ESP_4,
14406         TARGET_SUB_ESP_8, TARGET_INTEGER_DFMODE_MOVES,
14407         TARGET_PARTIAL_REG_DEPENDENCY, TARGET_SSE_PARTIAL_REG_DEPENDENCY,
14408         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL, TARGET_SSE_SPLIT_REGS,
14409         TARGET_SSE_TYPELESS_STORES, TARGET_SSE_LOAD0_BY_PXOR,
14410         TARGET_MEMORY_MISMATCH_STALL, TARGET_PROLOGUE_USING_MOVE,
14411         TARGET_EPILOGUE_USING_MOVE, TARGET_SHIFT1, TARGET_USE_FFREEP,
14412         TARGET_INTER_UNIT_MOVES, TARGET_FOUR_JUMP_LIMIT, TARGET_SCHEDULE,
14413         TARGET_USE_BT, TARGET_USE_INCDEC, TARGET_PAD_RETURNS,
14414         TARGET_EXT_80387_CONSTANTS): Use it.
14415         (enum ix86_arch_indices): New.
14416         (ix86_arch_features): New.
14417         (TARGET_CMOVE, TARGET_CMPXCHG, TARGET_CMPXCHG8B, TARGET_XADD,
14418         TARGET_BSWAP): Use it.
14419         (ix86_tune_mask, ix86_arch_mask): Remove.
14421 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
14423         PR bootstrap/31020
14424         * configure.ac (CROSS_SYSTEM_HEADER_DIR, build_system_header_dir):
14425         Define using $${sysroot_headers_suffix}.
14426         * configure: Regenerate.
14427         * cppdefault.c (cpp_include_defaults): Make FIXED_INCLUDE_DIR a
14428         multilib-suffixed directory if SYSROOT_HEADERS_SUFFIX_SPEC
14429         defined.
14430         * doc/invoke.texi (-print-sysroot-headers-suffix): Document.
14431         * gcc.c (print_sysroot_headers_suffix): New.
14432         (option_map): Include --print-sysroot-headers-suffix.
14433         (display_help): Mention -print-sysroot-headers-suffix.
14434         (process_command): Handle -print-sysroot-headers-suffix.
14435         (do_spec_1): Append multilib directory to include-fixed path if
14436         sysroot suffixes in use.
14437         (main): Handle -print-sysroot-headers-suffix.
14438         * Makefile.in (start.encap): Don't depend on xlimits.h
14439         (xlimits.h): Remove.
14440         (stmp-int-hdrs): Don't depend on xlimits.h.  Inline generation of
14441         limits.h for each multilib in fixinc_list.
14442         (fixinc_list, s-fixinc_list): New.
14443         (stmp-fixinc): Depend on fixinc_list.  If not copying headers,
14444         generate them for each multilib in fixinc_list.
14445         (stmp-fixproto): Use include-fixed.  Run fixproto for each
14446         multilib in fixinc_list.
14447         (mostlyclean): Don't remove xlimits.h.
14448         (clean): Remove include-fixed.
14449         (real-install-headers-tar, real-install-headers-cpio,
14450         real-install-headers-cp): Don't copy include, only include-fixed.
14451         (install-mkheaders): Depend on fixinc_list.  Don't depend on
14452         xlimits.h.  Save limits.h files for each multilib in fixinc_list.
14453         Always save mkinstalldirs.  Preserve ${sysroot_headers_suffix} in
14454         SYSTEM_HEADER_DIR setting in mkheaders.conf.
14456 2007-03-06  Jan Hubicka  <jh@suse.cz>
14458         * regstack.c (reg_to_stack): When in 64bit PIC mode, we still can load
14459         NANs easilly.
14461 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
14463         * configure.ac: Allow tm_file to contain build-directory files.
14464         * configure: Regenerate.
14465         * config.gcc (m68k-*-uclinux*): Add ./sysroot-suffix.h to tm_file.
14466         * config/m68k/t-uclinux (sysroot-suffix.h): New target.
14467         * config/m68k/print-sysroot-suffix.sh: New file.
14469 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
14471         * config/m68k/m68k.h (PIC_OFFSET_TABLE_REGNUM): Use the REGNO
14472         of pic_offset_table_rtx if reload_completed.
14473         (CONDITIONAL_REGISTER_USAGE): Use PIC_REG instead of
14474         PIC_OFFSET_TABLE_REGNUM.
14475         * config/m68k/m68k.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Always
14476         return true.
14477         (m68k_save_reg): Use PIC_REG instead of PIC_OFFSET_TABLE_REGNO.
14478         (m68k_output_mi_thunk): Rewrite to use RTL.  Honor vcall_offset.
14480 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
14482         * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
14483         functions that call eh_return.
14485 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
14487         * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
14488         functions that need a constant pool.
14490 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
14492         PR target/28181
14493         * config/m68k/m68k-protos.h (m68k_secondary_reload_class): Declare.
14494         (m68k_preferred_reload_class): Likewise.
14495         * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Remove duplicated comment.
14496         (SECONDARY_RELOAD_CLASS): Define.
14497         (PREFERRED_RELOAD_CLASS): Use m68k_preferred_reload_class.
14498         (LIMIT_RELOAD_CLASS): Delete.
14499         * config/m68k/m68k.c (m68k_regno_mode_ok): Don't prevent address
14500         registers from storing bytes.
14501         (m68k_secondary_reload_class): New function.
14502         (m68k_preferred_reload_class): Likewise.
14504 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
14506         * config/m68k/m68k.c (m68k_save_reg): Remove special case for
14507         leaf functions.
14508         (m68k_expand_prologue): Likewise.
14510 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
14512         * config/m68k/m68k-protos.h (output_sibcall): Declare.
14513         (mips_expand_epilogue): Add a bool parameter.
14514         (m68k_legitimize_sibcall_address): Declare.
14515         * config/m68k/m68k.c (TARGET_FUNCTION_OK_FOR_SIBCALL): Define.
14516         (m68k_expand_epilogue): Add a parameter to select between sibling
14517         and normal epilogues.  Only generate a return for the latter.
14518         (m68k_ok_for_sibcall_p): New function.
14519         (m68k_legitimize_sibcall_address, output_sibcall): New functions.
14520         * config/m68k/m68k.md (sibcall, *sibcall): New patterns.
14521         (sibcall_value, *sibcall_value): Likewise.
14522         (*call, *call_value): Require !SIBLING_CALL_P.
14523         (epilogue): Update call to m68k_expand_epilogue.
14524         (sibcall_epilogue): New pattern.
14525         * config/m68k/predicates.md (const_call_operand): Say that this
14526         predicate applies to sibling calls too.
14527         (sibcall_operand): New predicate.
14529 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
14531         * config/m68k/m68k.md (movsf_cf_soft): Provide the same non-mov3q
14532         alternatives as movsi_cf.
14533         (movsf_cf_hard): Add commentary.
14535 2007-03-06  Kazu Hirata  <kazu@codesourcery.com>
14536             Richard Sandiford  <richard@codesourcery.com>
14538         * config/m68k/m68k-protos.h (m68k_interrupt_function_p): Declare.
14539         (m68k_movem_pattern_p, m68k_output_movem): Likewise.
14540         (m68k_expand_prologue, m68k_expand_epilogue): Likewise.
14541         * config/m68k/m68k.h (EPILOGUE_USES): Define.  Treat all registers
14542         as being live on exit from an interrupt function.
14543         (PRINT_OPERAND_PUNCT_VALID_P): Return true for '?'.
14544         * config/m68k/m68k.c (MIN_MOVEM_REGS, MIN_FMOVEM_REGS): New macros.
14545         (m68k_frame): Remove reg_rev_mask and fpu_rev_mask.
14546         (TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Delete.
14547         (m68k_interrupt_function_p): Globalize.
14548         (m68k_compute_frame_layout): Remove reverse mask code.
14549         (m68k_emit_movem, m68k_set_frame_related): New functions.
14550         (m68k_output_function_prologue): Delete in favor of...
14551         (m68k_expand_prologue): ...this new function.
14552         (m68k_output_function_epilogue): Delete in favor of...
14553         (m68k_expand_epilogue): ...this new function.
14554         (m68k_split_offset, m68k_movem_pattern_p, m68k_output_movem): New
14555         functions.
14556         (print_operand): Handle %?.
14557         * config/m68k/m68k.md (UNSPEC_SIN, UNSPEC_COS): Remove excess space.
14558         (UNSPEC_GOT, A1_REG, PIC_REG, FP0_REG): New constants.
14559         (prologue, epilogue): New patterns.
14560         (return): Turn into a define_expand.
14561         (*return): New pattern, derived from old "return" pattern.  Use rte
14562         rather than rts for interrupt functions.  Only use rtd if the pop
14563         count is nonzero.
14564         (*m68k_store_multiple, *m68k_store_multiple_automod): New patterns.
14565         (*m68k_load_multiple, *m68k_load_multiple_automod): Likewise.
14566         (link, *link, unlink, *unlink, load_got): Likewise.
14568 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
14570         PR target/23482
14571         PR target/17114
14572         * config/m68k/m68k-protos.h (m68k_legitimate_base_reg_p): Declare.
14573         (m68k_legitimate_index_reg_p, m68k_legitimate_address_p): Likewise.
14574         (m68k_matches_q_p, m68k_matches_u_p): Likewise.
14575         * config/m68k/m68k.h (EXTRA_CONSTRAINT): Use m68k_matches_q_p
14576         and m68k_matches_u_p.
14577         (PCREL_GENERAL_OPERAND_OK, LEGITIMATE_BASE_REG_P): Delete.
14578         (INDIRECTABLE_1_ADDRESS_P, GO_IF_NONINDEXED_ADDRESS): Delete.
14579         (GO_IF_INDEXABLE_BASE, GO_IF_INDEXING, GO_IF_INDEXED_ADDRESS): Delete.
14580         (LEGITIMATE_INDEX_REG_P, LEGITIMATE_INDEX_P): Delete.
14581         (GO_IF_COLDFIRE_FPU_LEGITIMATE_ADDRESS): Delete.
14582         (REG_STRICT_P): New macro.
14583         (LEGITIMATE_PIC_OPERAND_P): Use REG_STRICT_P rather than
14584         PCREL_GENERAL_OPERAND_OK.
14585         (REG_OK_FOR_BASE_P): Merge definitions.  Use REG_STRICT_P and
14586         m68k_legitimate_base_reg_p.
14587         (REG_MODE_OK_FOR_INDEX_P): Likewise m68k_legitimate_index_reg_p.
14588         (GO_IF_LEGITIMATE_ADDRESS): Likewise m68k_legitimate_address_p.
14589         (PIC_CASE_VECTOR_ADDRESS): Update comment.
14590         * config/m68k/m68k.c (m68k_address): New structure.
14591         (m68k_legitimate_base_reg_p, m68k_legitimate_index_reg_p)
14592         (m68k_decompose_index, m68k_legitimate_constant_address_p)
14593         (m68k_jump_table_ref_p, m68k_decompose_address)
14594         (m68k_legitimate_address_p, m68k_legitimate_mem_p, m68k_matches_q_p)
14595         (m68k_matches_u_p): New functions.
14596         (print_operand_address): Rewrite to use m68k_decompose_index.
14598 2007-03-05  David Taylor  <dtaylor@emc.com>
14600         * gcc.c: Correct copyright date in --version output.
14602 2007-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14604         * pa.md: In unamed move patterns, disparge copies between general
14605         and floating point registers using '?' modifier.  Don't include 'f'
14606         constraint for register preferences in DImode, SImode, HImode and
14607         QImode patterns.  Likewise for 'r' in DFmode and SFmode patterns.
14608         Remove constraints for copies between general and floating registers
14609         in soft-float DFmode pattern.
14610         (movdf): Fail if operand1 is a CONST_DOUBLE and operand0 is a hard
14611         floating register.
14612         (movsf): Likewise.
14614 2007-03-05  Mike Stump  <mrs@apple.com>
14616         * c-common.c (targetcm): Add.
14617         * c-opts.c (c_common_handle_option): Handle language specific
14618         target options.
14619         * opts.c (handle_option): Verify language for target options, if
14620         any are given.
14621         * opth-gen.awk: Add CL_LANG_ALL.
14622         * target-def.h (TARGET_HANDLE_C_OPTION): Add.
14623         (TARGETCM_INITIALIZER): Add.
14624         * target.h (struct gcc_targetcm): Add.
14625         (targetcm): Add.
14626         * targhooks.c (default_handle_c_option): Add.
14627         * targhooks.h (default_handle_c_option): Add.
14628         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Add.
14630         * config/darwin.opt (iframework): Add.
14631         * config/darwin.h (TARGET_HAS_TARGETCM): Add.
14632         * config/darwin-c.c (handle_c_option): Add.
14633         (TARGET_HANDLE_C_OPTION): Add.
14634         (targetcm): Add.
14635         * doc/invoke.texi (Darwin Options): Add -iframework.
14637 2007-03-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14639         * convert.c (convert_to_integer): Fix nearbyint/rint -> *lrint
14640         conversion.
14642 2007-03-05  Ian Lance Taylor  <iant@google.com>
14644         * c.opt (fgnu89-inline): New option.
14645         * c-opts.c (c_common_post_options): Set default value for
14646         flag_gnu89_inline.
14647         * c-decl.c (WANT_C99_INLINE_SEMANTICS): Remove.
14648         (pop_scope): Check flag_gnu89_inline rather than flag_isoc99 for
14649         inline functions.
14650         (diagnose_mismatched_decls, merge_decls, start_decl): Likewise.
14651         (grokdeclarator, start_function): Likewise.
14652         * c-cppbuiltin.c (c_cpp_builtins): Define either
14653         __GNUC_GNU_INLINE__ or __GNUC_STDC_INLINE__.
14654         * doc/invoke.texi (Option Summary): Mention -fgnu89-inline.
14655         (C Dialect Options): Document -fgnu89-inline.
14656         * doc/extend.texi (Function Attributes): Explain what the
14657         gnu_inline attribute does.
14658         * doc/cpp.texi (Common Predefined Macros): Document
14659         __GNUC_GNU_INLINE__ and __GNUC_STDC_INLINE__.
14661 2007-03-05  Ian Lance Taylor  <iant@google.com>
14663         PR tree-optimization/31034
14664         * tree-vrp.c (extract_range_from_assert): Don't try to handle a
14665         half-range if the other side is an overflow infinity.
14667 2007-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
14669         * config.gcc (bfin*-uclinux*): Use t-bfin-uclinux.
14670         (bfin*-linux-uclibc*): New configuration.
14671         * config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefined before
14672         defining.
14673         * config/bfin/linux.h: New file.
14674         * config/bfin/libgcc-bfin.ver: New file.
14675         * config/bfin/t-bfin-uclinux: New file.
14676         * config/bfin/t-bfin-linux: New file.
14677         * config/bfin/uclinux.h (LINUX_TARGET_OS_CPP_BUILTINS): New macro.
14678         (TARGET_OS_CPP_BUILTINS): New macro.
14680 2007-03-05  Richard Guenther  <rguenther@suse.de>
14682         * fold-const.c (fold_binary): Remove duplicate folding
14683         of comparison of non-null ADDR_EXPR against null.
14685 2007-03-05  Richard Guenther  <rguenther@suse.de>
14686             Dorit Nuzman  <dorit@il.ibm.com>
14688         PR tree-optimization/26420
14689         * tree-vectorizer.c (vectorize_loops): Bail out early if there
14690         are no loops in the function.  Only print the number of
14691         vectorized loops if it is greater than zero or we are supposed
14692         to print information about unvectorized loops.
14694 2007-03-05  Revital Eres  <eres@il.ibm.com>
14696         * gcc.dg/var-expand1.c: New test.
14697         * loop-unroll.c (analyze_insn_to_expand_var): Add dump info
14698         when an accumulator is expanded.
14700 2007-03-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
14702         PR other/30465
14703         * c-common.c (convert_and_check): Don't give warnings for
14704         conversion if 'expr' already overflowed.
14706 2007-03-04  Roger Sayle  <roger@eyesopen.com>
14708         PR middle-end/30744
14709         * fold-const.c (fold_comparison): Enforce type consistency when
14710         transforming ~X op ~Y to Y op X, and ~X op C to X op' ~C.
14712 2007-03-04  Zdenek Dvorak  <dvorakz@suse.cz>
14714         * tree-ssa-address.c (create_mem_ref): Do not put an expression
14715         containing a cast to the base of TARGET_MEM_REF.
14717 2007-03-04  Martin Michlmayr  <tbm@cyrius.com>
14719         * tree.c (tree_contains_struct_check_failed): Remove spurious
14720         whitespace from error message.
14722 2007-03-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
14724         PR target/30406
14725         * config/rs6000/rs6000.c (rs6000_function_value): Look at bit size
14726         instead of precision.
14728 2007-03-04  Roman Zippel <zippel@linux-m68k.org>
14729             Nathan Sidwell  <nathan@codesourcery.com>
14731         * emit-rtl.c (find_auto_inc): New.
14732         (try_split): recreate REG_INC notes,
14733         Use regular for loops rather than whiles.
14735 2007-03-03  Andreas Schwab  <schwab@suse.de>
14737         * configure.ac (HAVE_AS_REL16): Move test back to correct place.
14738         * configure: Regenerate.
14740 2007-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14742         * builtins.def (ATTR_MATHFN_FPROUNDING): Rely on
14743         flag_rounding_math, not flag_unsafe_math_optimizations.
14745         * c-pretty-print.c (pp_c_direct_abstract_declarator): Use
14746         fold_build2.
14747         * config/alpha/alpha.c (alpha_fold_builtin_zapnot,
14748         alpha_fold_vector_minmax): Likewise.
14749         * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
14750         * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
14752 2007-03-02  Eric Botcazou  <ebotcazou@adacore.com>
14754         * tree-sra.c (sra_walk_fns) <ldst>: Document new restriction.
14755         (sra_walk_modify_expr) <rhs_elt>: Treat the reference as a use
14756         if the lhs has side-effects.
14757         <lhs_elt>: Treat the reference as a use if the rhs has side-effects.
14759 2007-03-02  Uros Bizjak  <ubizjak@gmail.com>
14761         * config/i386/i386.h (TUNEMASK): Remove define.
14762         (ARCHMASK): Remove define.
14763         (TARGET_*): Use ix86_tune_mask variable instead of TUNEMASK.
14764          Use ix86_arch_mask variable instead of ARCHMASK.
14765         * config/i386/i386.c (override_options): Ditto.
14766         (standard_80387_constant_p): Ditto.
14768 2007-03-02  Ian Lance Taylor  <iant@google.com>
14770         Used signed infinities in VRP.
14771         * tree-vrp.c (uses_overflow_infinity): New static function.
14772         (supports_overflow_infinity): New static function.
14773         (make_overflow_infinity): New static function.
14774         (negative_overflow_infinity): New static function.
14775         (positive_overflow_infinity): New static function.
14776         (is_negative_overflow_infinity): New static function.
14777         (is_positive_overflow_infinity): New static function.
14778         (is_overflow_infinity): New static function.
14779         (overflow_infinity_range_p): New static function.
14780         (compare_values_warnv): New function split out of compare_values.
14781         (compare_value): Call it.
14782         (set_value_range_to_nonnegative): Add overflow_infinity
14783         parameter.  Change caller.
14784         (vrp_expr_computes_nonnegative): Add strict_overflow_p parameter.
14785         Change callers.
14786         (vrp_expr_computes_nonzero): Likewise.
14787         (compare_ranges, compare_range_with_value): Likewise.
14788         (compare_name_with_value, compare_names): Likewise.
14789         (vrp_evaluate_conditional): Likewise.
14790         (set_value_range): Handle infinity
14791         (vrp_operand_equal_p, operand_less_p): Likewise.
14792         (extract_range_from_assert): Likewise.
14793         (vrp_int_const_binop): Likewise.
14794         (extract_range_from_binary_expr): Likewise.
14795         (extract_range_from_unary_expr): Likewise.
14796         (extract_range_from_comparison): Likewise.
14797         (extract_range_from_expr): Likewise.
14798         (dump_value_range): Likewise.
14799         (vrp_visit_cond_stmt, vrp_visit_phi_node): Likewise.
14800         (test_for_singularity): Likewise.
14801         (vrp_int_const_binop): Remove inline qualifier.
14802         (adjust_range_with_scev): Add comment.
14803         * tree-flow.h (vrp_evaluate_conditional): Update declaration.
14805 2007-03-02  Diego Novillo  <dnovillo@redhat.com>
14807         * tree-ssa-structalias.c (could_have_pointers): Tidy.
14808         (get_constraint_for): Likewise.
14809         (do_structure_copy): Likewise.
14810         (find_func_aliases): Fix references to MODIFY_EXPR.
14811         (intra_create_variable_infos): Tidy.
14812         * tree-ssa-operands.c (add_virtual_operand): Add argument
14813         IS_CALL_SITE.
14814         When adding members of alias sets, if IS_CALL_SITE is true and
14815         the symbol is not call-clobbered, skip it.
14816         Adjust all callers.
14818 2007-03-02  Eric Botcazou  <ebotcazou@adacore.com>
14820         * config/alpha/alpha.c (alpha_gp_save_rtx): Insert the insns at the
14821         entry by means of emit_insn_at_entry.
14823 2007-03-02  Richard Henderson  <rth@redhat.com>
14825         * expr.h (promoted_input_arg): Remove decl.
14826         * function.c (promoted_input_arg): Merge into ...
14827         * combine.c (setup_incoming_promotions): ... only caller.
14828         Rearrange to avoid double loop.
14830 2007-03-02  Ben Elliston  <bje@au.ibm.com>
14831             Peter Bergner  <bergner@vnet.ibm.com>
14832             Janis Johnson  <janis187@us.ibm.com>
14834         * config/rs6000/dfp.md: New file.
14835         * config/rs6000/rs6000.md: Include dfp.md.
14836         (add<mode>3_internal1): Disable for DECIMAL_FLOAT_MODE_P operands.
14837         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Handle DDmode
14838         and TDmode decimal float modes in FP registers.
14839         (num_insns_constant): Likewise.
14840         (rs6000_legitimate_offset_address_p): Likewise.
14841         (rs6000_legitimize_address): Likewise.
14842         (rs6000_legitimize_reload_address): Likewise.
14843         (rs6000_legitimate_address): Likewise.
14844         (rs6000_emit_move): Likewise.
14845         (function_arg_boundary): Likewise.
14846         (function_arg_advance): Likewise.
14847         (rs6000_darwin64_record_arg_recurse): Likewise.
14848         (function_arg): Likewise.
14849         (rs6000_gimplify_va_arg): Likewise.
14850         (rs6000_split_multireg_move): Likewise.
14851         (rs6000_output_function_epilogue): Likewise.
14852         (rs6000_output_function_epilogue): Likewise.
14853         (rs6000_register_move_cost): Likewise.
14854         (rs6000_function_value): Likewise.
14855         (rs6000_libcall_value): Likewise.
14857 2007-03-02  Richard Sandiford  <richard@codesourcery.com>
14859         * config/t-vxworks (LIMITS_H_TEST): Define to true for VxWorks.
14861 2007-03-02  Richard Sandiford  <richard@codesourcery.com>
14863         * config/t-vxworks (LIBGCC2_INCLUDES): Pass -nostdinc.
14864         Use $MULTIDIR to choose between the kernel and RTP headers,
14865         and use $WIND_BASE and $WIND_USR to locate them.
14867 2007-03-02  Uros Bizjak  <ubizjak@gmail.com>
14869         * config/i386/i386.c (override_options): Put initialization of
14870         ix86_tune_mask and ix86_arch_mask to the correct place.
14872 2007-03-02  Uros Bizjak  <ubizjak@gmail.com>
14873             Michael Meissner  <michael.meissner@amd.com>
14875         PR target/31019
14876         * config/i386/i386.h (TUNEMASK): Redefine to use ix86_tune_mask.
14877         (ARCHMASK): Define.
14878         (TARGET_CMOVE): Use ARCHMASK.
14879         (TARGET_CMPXCHG): Ditto.
14880         (TARGET_CMPXCHG8B): Ditto.
14881         (TARGET_XADD): Ditto.
14882         (TARGET_BSWAP): Ditto.
14883         * config/i386/i386.c (ix86_tune_mask): New global variable.
14884         (ix86_arch_mask): Ditto.
14885         (override_options): Initialize ix86_tune_mask and
14886         ix86_arch_mask. Use ARCHMASK to clear MASK_NO_FANCY_MATH_387 in
14887         target_flags.
14889 2007-03-02  Ben Elliston  <bje@au.ibm.com>
14891         PR 30992
14892         * config/dfp-bit.c (DFP_TO_INT): Initialise qval with "1.".
14894 2007-03-02  Joseph Myers  <joseph@codesourcery.com>
14896         * target.h (init_dwarf_reg_sizes_extra): New target hook.
14897         * target-def.h (TARGET_INIT_DWARF_REG_SIZES_EXTRA): New default.
14898         * doc/tm.texi (TARGET_INIT_DWARF_REG_SIZES_EXTRA): Document.
14899         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Call this
14900         hook.
14901         * config/rs6000/rs6000.c (TARGET_INIT_DWARF_REG_SIZES_EXTRA,
14902         rs6000_init_dwarf_reg_sizes_extra): New.
14903         * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Support
14904         SPE register high parts.
14906 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
14908         * Makefile.in: Add install-pdf target as
14909         copied from automake v1.10 rules.
14910         * configure.ac: Add install-pdf to target list.
14911         * configure: Regenerate.
14913 2007-03-01  Paul Brook  <paul@codesourcery.com>
14915         * config/arm/arm.c (arm_legitimate_index_p): Limit iWMMXt addressing
14916         modes to LDRD for DImode.
14917         (output_move_double): Fixup out of range ldrd/strd.
14918         (vfp_secondary_reload_class): Rename...
14919         (coproc_secondary_reload_class): ... to this.  Add wb argument.
14920         * config/arm/arm.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use
14921         coproc_secondary_reload_class for CLASS_IWMMXT.
14922         (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
14923         * arm-protos.h (coproc_secondary_reload_class): Update prototype.
14925 2007-03-01  Zdenek Dvorak  <dvorakz@suse.cz>
14927         * tree-ssa-loop-prefetch.c (determine_unroll_factor):  Bound the
14928         unroll factor by the estimated number of iterations.
14929         (loop_prefetch_arrays): Do not prefetch in loops that iterate less
14930         than prefetch latency.
14932         * config/i386/driver-i386.c (describe_cache, detect_caches_amd,
14933         decode_caches_intel, detect_caches_intel): New functions.
14934         (host_detect_local_cpu): Use detect_caches_amd and
14935         detect_caches_intel.
14937 2007-03-01  Richard Henderson  <rth@redhat.com>
14939         * expr.c (emit_move_complex_push): Export.
14940         (emit_move_complex_parts): Split out from ...
14941         (emit_move_complex): ... here.
14942         * expr.h (emit_move_complex_push, emit_move_complex_parts): Declare.
14943         * config/i386/i386.md (movcdi): New.
14945 2007-03-01  Uros Bizjak  <ubizjak@gmail.com>
14947         * config/i386/i386.c (ix86_modes_tieable_p): Fix typo, use also
14948         size of mode1 to check for tieable modes in MMX case.
14950 2007-03-01  Richard Sandiford  <richard@codesourcery.com>
14952         * Makefile.in (rtlanal.o): Depend on tree.h.
14953         * rtl.h (offset_within_section_p, split_const): Declare.
14954         * rtlanal.c: Include tree.h.
14955         (offset_within_block_p): New function, taken from
14956         mips_offset_within_object_p.
14957         (split_const): New function, taken from mips_split_const.
14958         * config/m68k/m68k-protos.h (m68k_illegitimate_symbolic_constant_p):
14959         Declare.
14960         * config/m68k/m68k.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define.
14961         (CONSTANT_ADDRESS_P): Only accept legitimate constants.
14962         (LEGITIMATE_CONSTANT_P): Check m68k_illegitimate_symbolic_constant_p.
14963         * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Define.
14964         (m68k_illegitimate_symbolic_constant_p): New function.
14965         * config/m68k/m68k.md (movsi): Remove misleading predicates.
14966         If M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P and the source is a
14967         symbolic constant that might be outside the symbol's section,
14968         move the symbol first and then add the offset.
14969         * config/m68k/uclinux.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P):
14970         Override.
14971         * config/mips/mips.c (mips_split_const): Delete.
14972         (mips_offset_within_object_p): Delete.
14973         (mips_symbolic_constant_p): Use offset_within_section_p and
14974         split_const instead of mips_offset_within_object_p and
14975         mips_split_const.
14976         (mips_cannot_force_const_mem, mips_const_insns, mips_unspec_address)
14977         (mips_legitimize_const_move, print_operand_reloc)
14978         (mips_dangerous_for_la25_p): Use split_const instead of
14979         mips_split_const.
14981 2007-02-28  Eric Christopher  <echristo@apple.com>
14983         * Makefile.in (install-include-dir): Don't rm -rf include.
14985 2007-02-28  Richard Guenther  <rguenther@suse.de>
14987         PR middle-end/30364
14988         * fold-const.c (fold_binary): Do not associate expressions
14989         with more than one variable for integer types that do not wrap.
14991 2007-02-28  Sandra Loosemore  <sandra@codesourcery.com>
14993         * builtins.c (fold_builtin_call_list, fold_builtin_call_valist):
14994         Delete, and replace with...
14995         (fold_builtin_call_array): This.  Update callers to use it.
14996         * fold-const.c (fold_build_call_list): Delete, and replace with...
14997         (fold_build_call_array): This.
14998         (fold_build_call_list_initializer): Delete, and replace with...
14999         (fold_build_call_array_initializer): This.
15000         * tree.h: Update declarations to reflect above changes.
15002         * c-typeck.c (build_function_call): Store converted arguments
15003         in a stack-allocated array instead of building a list.
15004         (convert_arguments): Store arguments in the array passed in as an
15005         argument, and return the actual number of arguments.
15006         * c-format.c: (check_function_format): Pass arguments in an
15007         array instead of a list.
15008         * c-common.c (check_function_nonnull): Likewise.
15009         (check_function_sentinel): Likewise.
15010         (check_function_arguments): Likewise.
15011         * c-common.h: Update declarations to reflect above changes.
15013 2007-02-28  Jan Hubicka  <jh@suse.cz>
15015         * predict.def (PRED_TREE_EARLY_RETURN, PRED_CONST_RETURN,
15016         PRED_NEGATIVE_RETURN): Update outcomes.
15018 2007-02-28  Bernd Schmidt  <bernd.schmidt@analog.com>
15020         * calls.c (emit_library_call_value_1): Handle partial registers
15021         correctly when building up CALL_INSN_FUNCTION_USAGE.
15023 2007-02-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15025         * pa/predicates.md (move_src_operand): Allow zero for mode.
15026         * pa/pa.md: Fix constraints for zero CONST_DOUBLE in 64-bit DFmode
15027         move pattern.
15029 2007-02-27  Uros Bizjak  <ubizjak@gmail.com>
15031         PR target/30970
15032         * config/i386/sse.md (*mov<mode>_internal, *movv4sf_internal,
15033         *movv2df_internal): Enable pattern only for valid operand
15034         combinations.
15035         * config/i386/i386.c (ix86_modes_tieable_p): For SSE registers,
15036         tie only 128bit modes. For MMX registers, tie only 64bit modes.
15038 2007-02-27  Mike Stump  <mrs@apple.com>
15040         * config/darwin-crt3.c: Avoid compilation when compiling for a
15041         kext multilib.
15043 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
15045         * Makefile.in (PREPROCESSOR_DEFINES, test-protoize-simple): Define
15046         FIXED_INCLUDE_DIR.
15047         (stmp-int-hdrs, stmp-fixinc, install-headers): Use include-fixed
15048         for fixed headers and limits.h.
15049         (install-include-dir, install-headers-tar, install-headers-cpio,
15050         install-headers-cp, real-install-headers-tar,
15051         real-install-headers-cpio, real-install-headers-cp): Handle
15052         include-fixed as well as include.
15053         (install-mkheaders): Don't install files that go only in include
15054         not include-fixed.
15055         * cppdefault.c (cpp_include_defaults): Separate FIXED_INCLUDE_DIR
15056         from GCC_INCLUDE_DIR.
15057         * gcc.c (process_command): Remove special -BstageN/ handling.
15058         (do_spec_1): Add include-fixed directories.
15060 2007-02-27  Bernd Schmidt  <bernd.schmidt@analog.com>
15062         * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add _umulsi3_highpart and
15063         _smulsi3_highpart.
15064         * config/bfin/lib1funcs.asm (___umulsi3_highpart, ___smulsi3_highpart):
15065         New functions.
15066         * config/bfin/bfin.md (smulsi3_highpart, umulsi3_highpart): New
15067         patterns.
15069 2007-02-27  Mark Mitchell  <mark@codesourcery.com>
15071         * c-common.c (get_priority): Add check for
15072         SUPPORTS_INIT_PRIORITY.
15074 2007-02-27  Bernd Schmidt  <bernd.schmidt@analog.com>
15076         * config/bfin/bfin.md (doloop_end): FAIL if counter reg isn't SImode.
15078         * config/bfin/bfin.c: Include "cfglayout.h".
15079         (MAX_LSETUP_DISTANCE): New macro.
15080         (struct loop_info): New members incoming, incoming_src and
15081         incoming_dest.  Delete member predecessor.
15082         (length_for_loop): New function.
15083         (bfin_optimize_loop): Handle more different loop structures.
15084         (bfin_discover_loop): Rework detection of predecessor blocks by
15085         examining incoming edges.
15086         (bfin_discover_loops, bfin_free_loops): New functions, broken out of
15087         bfin_reorg_loops.
15088         (bfin_reorder_loops): New function.
15089         (bfin_reorg_loops): Use these three new functions.
15091         * config/bfin/bfin.h (enum reg_class, REG_CLASS_NAMES,
15092         REG_CLASS_CONTENTS): Add D0REGS through D7REGS.
15093         (CONSTRAINT_LEN): Add entry for 'q'.
15094         (REG_CLASS_FROM_CONSTRAINT): Renamed from REG_CLASS_FROM_LETTER.
15095         Add 'q' constraints.
15096         (REGNO_REG_CLASS): For R0 through R7, return corresponding regclass.
15097         (CLASS_LIKELY_SPILLED_P): True for R0, R1 and R2.
15099         * config/bfin/bfin.md (add_with_carry): New pattern.
15100         (s_or_u, su_optab, su_modifier): New code macros/attrs.
15101         (<su_optab>hisi_ll, <su_optab>hisi_lh, <su_optab>hisi_hl,
15102         <su_optab>hisi_hh): Renamed from mulhisi_xx patterns; macroized to
15103         support unsigned multiplies too.  Removed incorrect commutativity from
15104         operand 1 constraint where appropriate.
15105         (usmulhisi_ull, usmulhisi_ulh, usmulhisi_uhl, usmulhisi_uhh): New
15106         patterns.
15107         (<su_optab>hisi_ll_lh, <su_optab>hisi_ll_hl, <su_optab>hisi_ll_hh,
15108         <su_optab>hisi_lh_hl, <su_optab>hisi_lh_hh, <su_optab>hisi_hl_hh):
15109         New patterns.
15110         (usmulhisi_ll_lul, usmulhisi_ll_luh, usmulhisi_ll_hul,
15111         usmulhisi_ll_huh, usmulhisi_lh_lul, usmulhisi_lh_luh, usmulhisi_lh_hul,
15112         usmulhisi_lh_huh, usmulhisi_hl_lul, usmulhisi_hl_luh, usmulhisi_hl_hul,
15113         usmulhisi_hl_huh, usmulhisi_hh_lul, usmulhisi_hh_luh, usmulhisi_hh_hul,
15114         usmulhisi_hh_huh): New patterns.
15116         * config/bfin/bfin.md (ssashiftv2hi3, ssashifthi3, lshiftv2hi3,
15117         lshifthi3): Fix output template to use half reg for operand 2.
15119         * config/bfin/bfin.c (bfin_output_mi_thunk): Use R3 as scratch reg
15120         instead of R2.
15122         * config/bfin/bfin.md (rotl16, rotlsi3, rotrsi3): New patterns.
15124 2007-02-27  Andreas Schwab  <schwab@suse.de>
15126         * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-common.texi.
15128 2007-02-27  Jan Hubicka  <jh@suse.cz>
15130         * predict.c (last_basic_block_p): Remove.
15131         (tree_estimate_probability): Update return heuristic for commonized
15132         return blocks.
15134 2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>
15136         * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-vers.texi dependency.
15138 2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>
15140         * doc/include/gcc-common.texi (versionsubtitle): New macro.
15141         * doc/cpp.texi: Standardize title page.
15142         * doc/cppinternals.texi: Likewise.
15143         * doc/gcc.texi: Standardize title page, remove version number
15144         from copyright page.
15145         * doc/gccint.texi: Likewise.
15146         * doc/install.texi: Standardize title page, add table of
15147         contents.
15149 2007-02-26  Jan Hubicka  <jh@suse.cz>
15151         * predict.def: Set outcomes according to more recent results.
15152         (PRED_LOOP_CONDITION, PRED_LOOP_PRECONDITIONING, PRED_LOOP_HEADER):
15153         Remove dead predictors.
15154         * predict.c (return_prediction): Fix pasto.
15156 2007-02-27  Bernd Schmidt  <bernd.schmidt@analog.com>
15158         * loop-iv.c (simplify_using_initial_values): Fix oversight in previous
15159         change; avoid a memory leak when returning early.
15161 2007-02-26  Mark Mitchell  <mark@codesourcery.com>
15163         * c-decl.c (static_ctors): Move to c-common.c.
15164         (static_dtors): Likewise.
15165         (finish_function): Use c_record_cdtor_fn.
15166         (build_cdtor): Move to c-common.c.
15167         (c_write_global_declarations): Use c_build_cdtor_fns.
15168         * c-common.h (static_ctors): Declare.
15169         (static_dtors): Likewise.
15170         (c_record_cdtor_fn): Likewise.
15171         (c_build_cdtor_fns): Likewise.
15172         * c-common.c (static_ctors): New variable.
15173         (static_dtors): Likewise.
15174         (c_record_cdtor_fn): New function.
15175         (build_cdtor): Move from c-decl.c
15176         (c_build_cdtor_fns): New function.
15178         * output.h (assemble_addr_to_section): Declare.
15179         (get_cdtor_priority_section): Likewise.
15180         * varasm.c (assemble_addr_to_section): New function.
15181         (get_cdtor_priority_section): Likewise.
15182         (default_named_section_asm_out_destructor): Use them.
15183         (destor_dtor_section_asm_out_destructor): Likewise.
15184         (default_named_section_asm_out_constructor): Likewise.
15185         (default_ctor_section_asm_out_constructor): Likewise.
15186         * config.gcc (*-*-vxworks*): Include vxworks.o.
15187         * config/t-vxworks (vxworks.o): New target.
15188         * config/vxworks.h (ALWAYS_NUMBER_CTORS_SECTIONS): Remove.
15189         (TARGET_ASM_CONSTRUCTOR): Define.
15190         (TARGET_ASM_DESTRUCTOR): Likewise.
15191         (vxworks_asm_out_constructor): Declare.
15192         (vxworks_asm_out_destructor): Likewise.
15194         * c-common.c (get_priority): Check that we have not just an
15195         INTEGER_CST, but an integer constant with integeral type.
15197 2007-02-25  Uros Bizjak  <ubizjak@gmail.com>
15199         PR tree-optimization/30938
15200         * tree-vect-transform.c (vectorizable_call): Fix off-by-one error:
15201         use &dt[nargs-1] instead of &dt[nargs] in the call to
15202         vect_is_simple_use().
15204 2007-02-25  Ulrich Weigand  <uweigand@de.ibm.com>
15206         * reload.c (find_reloads_address_1): Handle PLUS expressions resulting
15207         from register elimination as PRE_MODIFY / POST_MODIFY increments.
15208         Do not attempt to handle MEM inside auto-inc expressions.
15209         * reload1.c (eliminate_regs_1): Do not attempt to handle elimination
15210         of a register modified by an auto-inc expression.  However, do handle
15211         elimination of a register used as PRE_MODIFY / POST_MODIFY increment.
15212         (elimination_effects): Prohibit elimination of a register modified
15213         by an auto-inc expression.  Disable register elimination rules whose
15214         target register is modified by an auto-inc expression with variable
15215         increment.
15217 2007-02-25  Zdenek Dvorak  <dvorakz@suse.cz>
15219         * tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix
15220         off-by-one error.
15221         (array_at_struct_end_p): New function.
15222         (idx_infer_loop_bounds): Use it.
15223         (estimate_numbers_of_iterations_loop): Export.
15224         * predict.c (predict_loops): Use estimated_loop_iterations_int.
15225         Do not use PRED_LOOP_EXIT on exits predicted by # of iterations.
15226         (tree_estimate_probability): Call record_loop_exits.
15227         * tree-data-ref.c (get_number_of_iters_for_loop): Replaced by ...
15228         (estimated_loop_iterations, estimated_loop_iterations_int,
15229         estimated_loop_iterations_tree): New functions.
15230         (analyze_siv_subscript_cst_affine,
15231         compute_overlap_steps_for_affine_1_2,
15232         analyze_subscript_affine_affine): Use estimated_loop_iterations_int.
15233         (analyze_miv_subscript): Use estimated_loop_iterations_tree.
15234         * predict.def (PRED_LOOP_ITERATIONS): Update comment.
15235         (PRED_LOOP_ITERATIONS_GUESSED): New.
15236         * cfgloop.c (record_loop_exits): Do nothing if there are no loops.
15237         * cfgloop.h (estimate_numbers_of_iterations_loop,
15238         estimated_loop_iterations_int): Declare.
15240 2007-02-25  Mark Mitchell  <mark@codesourcery.com>
15242         * doc/extend.texi: Document optional priority argument to
15243         constructors and destructors.
15244         * tree.c (init_priority_for_decl): Adjust GTY markers.
15245         (init_ttree): Use priority-info hash functions for
15246         init_priority_for_decl.
15247         (tree_map_eq): Rename to ...
15248         (tree_map_base_eq): ... this.
15249         (tree_map_marked_p): Rename to ...
15250         (tree_map_base_marked_p): ... this.
15251         (tree_map_base_hash): New function.
15252         (decl_init_priority_lookup): Rework.
15253         (decl_fini_priority_lookup): New function.
15254         (decl_priority_info): New function.
15255         (decl_init_priority_insert): Use it.
15256         (decl_fini_priority_insert): Likewise.
15257         (decl_restrict_base_lookup): Adjust for refactoring of tree_map
15258         hierarchy.
15259         (decl_restrict_base_insert): Likewise.
15260         (decl_debug_expr_insert): Likewise.
15261         (decl_value_expr_lookup): Likewise.
15262         (decl_value_expr_insert): Likewise.
15263         * tree.h (priority_type): New type.
15264         (decl_init_priority_lookup): Use priority_type.
15265         (decl_fini_priority_lookup): New function.
15266         (decl_init_priority_insert): Use priority_type.
15267         (decl_fini_priority_insert): New function.
15268         (DECL_HAS_INIT_PRIORITY): Tweak comments.
15269         (DECL_INIT_PRIORITY): Likewise.
15270         (SET_DECL_INIT_PRIORITY): Add comment.
15271         (DECL_FINI_PRIORITY): New macro.
15272         (SET_DECL_FINI_PRIORITY): Likewise.
15273         (DEFAULT_INIT_PRIORITY): Document.
15274         (MAX_INIT_PRIORITY): Likewise.
15275         (MAX_RESERVED_INIT_PRIORITY): Likewise.
15276         (tree_map_base): New type.
15277         (tree_map_base_eq): New function.
15278         (tree_map_base_hash): Likewise.
15279         (tree_map_base_marked_p): Likewise.
15280         (tree_map): Inherit from tree_map_base.
15281         (tree_map_eq): Make it a macro.
15282         (tree_map_marked_p): Likewise.
15283         (tree_int_map): Inherit from tree_map_base.
15284         (tree_int_map_eq): Make it a macro.
15285         (tree_int_map_hash): Likewise.
15286         (tree_int_map_marked_p): Likewise.
15287         (tree_priority_map): New type.
15288         (tree_priority_map_eq): New macro.
15289         (tree_priority_map_hash): Likewise.
15290         (tree_priority_map_marked_p): Likewise.
15291         * varasm.c (emults_decl): Adjust for refactoring of tree_map
15292         hierarchy.
15293         (emutls_common_1): Likewise.
15294         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
15295         * tree-ssa-structalias.c (heapvar_lookup): Adjust for refactoring
15296         of tree_map hierarchy.
15297         * tree-cfg.c (move_stmt_r): Likewise.
15298         (new_label_mapper): Likewise.
15299         * c-tree.h (c_expand_body): Move to ...
15300         * c-common.h (c_expand_body): ... here.
15301         * c-decl.c (c_expand_body): Move to ...
15302         * c-common.c (c_expand_body): ... here.
15303         (c_common_attribute_table): Allow 1 argument for the constructor
15304         and destructor attributes.
15305         (get_priority): New function.
15306         (handle_constructor_attribute): Set DECL_INIT_PRIORITY.
15307         (handle_destructor_attribute): Set DECL_FINI_PRIORITY.
15309 2007-02-24  Jan Hubicka  <jh@suse.cz>
15311         PR middle-end/30509
15312         * tree-inline.c (copy_bb): Produce exact copy of EH info when
15313         copying for inlining.
15315 2007-02-24  Uros Bizjak  <ubizjak@gmail.com>
15316             Jan Hubicka  <jh@suse.cz>
15318         PR target/30778
15319         * i386.c (counter_mode): New function.
15320         (expand_set_or_movmem_via_loop): Use it.
15321         (expand_movmem_epilogue): Likewise; fix pasto.
15322         (ix86_expand_movmem): Do emit guard even for constant counts.
15323         (ix86_expand_setmem): Likewise.
15325 2007-02-25  Nick Clifton  <nickc@redhat.com>
15327         * config/frv/frv.h (ASM_OUTPUT_CASE_LABEL): Delete.
15328         (JUMP_TABLES_IN_TEXT_SECTION): Define.
15330 2007-02-24  Uros Bizjak  <ubizjak@gmail.com>
15332         PR target/30770
15333         * config/i386/i386.md (expand_movmem_epilogue): Fix typo, mask
15334         count argument with 0x10, not with 0x16.
15335         (expand_setmem_epilogue): Ditto.
15337 2007-02-24  Mike Stump  <mrs@apple.com>
15339         * config/i386/i386.c (output_pic_addr_const): Stubify optimized
15340         symbols.
15342 2007-02-24  Richard Guenther  <rguenther@suse.de>
15344         PR middle-end/30951
15345         * fold-const.c (fold_binary): Fold x +- CST op x for
15346         EQ_EXPR and NE_EXPR.
15348 2007-02-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15350         * pa.md (muldi3): Force subregs to registers in 64-bit expander.
15352 2007-02-24  Jan Hubicka  <jh@suse.cz>
15354         * cgraphunit.c (decide_is_function_needed): Honor
15355         -fkeep-inline-functions.
15357 2007-02-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15359         * builtins.c (fold_builtin_modf): New.
15360         (fold_builtin_2): Use it.
15362 2007-02-24  Bernd Schmidt  <bernd.schmidt@analog.com>
15364         * loop-iv.c (implies_p): Detect additional cases where A implies B.
15365         (determine_max_iter): Take additional LOOP arg; all callers changed.
15366         Lose broken logic dealing with PLUS.  Try to limit the upper bound by
15367         one using simplifications.
15368         (simplify_using_initial_values): Return if the expression becomes
15369         invalid due to altered regs.
15371 2007-02-23  DJ Delorie  <dj@redhat.com>
15373         * doc/tm.h (BIGGEST_ALIGNMENT): Clarify the purpose of this macro.
15375 2007-02-23  Mike Stump  <mrs@apple.com>
15377         * tlink.c (scan_linker_output): Parse linker messages from
15378         darwin9's linker better.
15380 2007-02-23  Steve Ellcey  <sje@cup.hp.com>
15382         PR debug/29614
15383         * varpool.c (varpool_assemble_pending_decls):  Set
15384         varpool_last_needed_node to null.
15386 2007-02-23  DJ Delorie  <dj@redhat.com>
15388         * config/i386/i386.c (ix86_data_alignment): Don't specify an
15389         alignment bigger than the object file can handle.
15391 2007-02-23  Uros Bizjak  <ubizjak@gmail.com>
15393         PR target/30825
15394         * config/i386/i386.md (*movdi_1_rex64, zero_extendsidi2_32,
15395         zero_extendsidi2_rex64): Penalize MMX register<->memory moves.
15396         (*movsf_1): Penalize MMX moves.
15398 2007-02-23  Bernd Schmidt  <bernd.schmidt@analog.com>
15400         * config/bfin/bfin.md (doloop_end): Fail for loops that can iterate
15401         2^32-1 or more times unless flag_unsafe_loop_optimizations.
15403         * loop-iv.c (determine_max_iter): Moved in front of its sole user.
15405 2007-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15407         * builtins.c (fold_builtin_logb, fold_builtin_significand): New.
15408         (fold_builtin_1): Use them.
15409         * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
15410         BUILT_IN_SIGNIFICAND.
15412 2007-02-23  H.J. Lu  <hongjiu.lu@intel.com>
15414         * config/i386/i386.c (bdesc_1arg): Initialize
15415         IX86_BUILTIN_MOVSHDUP and IX86_BUILTIN_MOVSLDUP with
15416         "__builtin_ia32_movshdup" and "__builtin_ia32_movsldup".
15417         (ix86_init_mmx_sse_builtins): Remove IX86_BUILTIN_MOVSHDUP
15418         and IX86_BUILTIN_MOVSLDUP.
15420 2007-02-22  Paolo Bonzini  <bonzini@gnu.org>
15422         PR rtl-optimization/30841
15423         * fwprop.c (propagate_rtx_1): Accept a VOIDmode replacement address.
15425 2007-02-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15427         * builtins.c (fold_builtin_frexp): New.
15428         (fold_builtin_2): Use it.
15430 2007-02-22  Mark Mitchell  <mark@codesourcery.com>
15432         * doc/invoke.texi (Spec Files): Document getenv spec function.
15434         * gcc.c (getenv_spec_function): New function.
15435         (static_spec_functions): Add it.
15436         * config/vxworks.h (VXWORKS_TARGET_DIR): Remove.
15437         (VXWORKS_ADDITIONAL_CPP_SPEC): Use getenv to find the VxWorks
15438         header files.
15440 2007-02-22  Michael Matz  <matz@suse.de
15442         PR c++/29433
15443         * dwarf2out.c (add_AT_string): Call ggc_strdup once per string.
15444         (type_tag): Use lang_hooks.dwarf_name instead of DECL_NAME.
15446 2007-02-22  Ian Lance Taylor  <iant@google.com>
15448         PR debug/30898
15449         * dwarf2out.c (concatn_mem_loc_descriptor): New static function.
15450         (mem_loc_descriptor): Call it.
15452 2007-02-22  Zdenek Dvorak  <dvorakz@suse.cz>
15453             Ira Rosen  <irar@il.ibm.com>
15455         * tree-data-ref.c (ptr_ptr_may_alias_p): Take alias sets into account.
15457 2007-02-22  Ira Rosen  <irar@il.ibm.com>
15459         PR tree-optimization/30843
15460         * tree-vect-transform.c (vect_transform_loop): Remove strided scalar
15461         stores only after all the group is vectorized.
15463 2007-02-22  Dorit Nuzman  <dorit@il.ibm.com>
15465         PR tree-optimization/30858
15466         * tree-vectorizer.c (vect_is_simple_reduction): Check that the stmts
15467         in the reduction cycle have a single use in the loop.
15468         * tree-vectorizer.h (relevant): Add documentation.
15470 2007-02-20  Mike Stump  <mrs@apple.com>
15472         * configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.
15473         * configure: Regenerate.
15475 2007-02-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
15477         Change the defaults of some parameters and options.
15478         * config/spu/spu-protos.h (spu_optimization_options): Declare.
15479         * config/spu/spu.c (spu_optimization_options): Add.
15480         (spu_override_options): Change params in spu_optimization_options.
15481         * config/spu/spu.h (OPTIMIZATION_OPTIONS): Define.
15483         Register 127 is only 16 byte aligned when used as a frame pointer.
15484         * config/spu/spu-protos.h (spu_init_expanders): Declare.
15485         * config/spu/spu.c (spu_expand_prologue): Set REGNO_POINTER_ALIGN for
15486         HARD_FRAME_POINTER_REGNUM.
15487         (spu_legitimate_address):  Use regno_aligned_for_reload.
15488         (regno_aligned_for_load):  HARD_FRAME_POINTER_REGNUM is only 16 byte
15489         aligned when frame_pointer_needed is true.
15490         (spu_init_expanders): New.  Set alignment of HARD_FRAME_POINTER_REGNUM
15491         to 8 bits.
15492         * config/spu/spu.h (INIT_EXPANDERS): Define.
15494         Make sure shift and rotate instructions have valid immediate operands.
15495         * config/spu/predicates.md (spu_shift_operand): Remove.
15496         * config/spu/spu.c (print_operand): Add [efghEFGH] modifiers.
15497         * config/spu/constraints.md (W, O): Extend range.
15498         * config/spu/spu.md (umask, nmask): Define.
15499         (ashl<mode>3, ashldi3, ashlti3_imm, shlqbybi_ti, shlqbi_ti, shlqby_ti,
15500         lshr<mode>3, rotm_<mode>, lshr<mode>3_imm, rotqmbybi_<mode>,
15501         rotqmbi_<mode>, rotqmby_<mode>, ashr<mode>3, rotma_<mode>,
15502         rotl<mode>3, rotlti3, rotqbybi_ti, rotqby_ti, rotqbi_ti): Use
15503         spu_nonmem_operand instead of spu_shift_operands.  Use new modifiers.
15504         (lshr<mode>3_reg):  Fix rtl description.
15506         Make sure mulhisi immediate operands are valid.
15507         * config/spu/predicates.md (imm_K_operand): Add.
15508         * config/spu/spu.md (mulhisi3_imm, umulhisi3_imm): Use imm_K_operand.
15510         Generate constants using fsmbi and andi.
15511         * config/spu/spu.c (enum immediate_class): Add IC_FSMBI2.
15512         (print_operand, spu_split_immediate, classify_immediate,
15513         fsmbi_const_p): Handle IC_FSMBI2.
15515         Correctly handle a CONST_VECTOR containing symbols.
15516         * config/spu/spu.c (print_operand): Handle HIGH correctly.
15517         (spu_split_immediate): Split CONST_VECTORs with -mlarge-mem.
15518         (immediate_load_p): Allow symbols that use 2 instructions to create.
15519         (classify_immediate, spu_builtin_splats):  Don't accept a CONST_VECTOR
15520         with symbols when flag_pic is set.
15521         (const_vector_immediate_p): New.
15522         (logical_immediate_p, iohl_immediate_p, arith_immediate_p): Don't
15523         accept a CONST_VECTOR with symbols.
15524         (spu_legitimate_constant_p): Use const_vector_immediate_p.  Don't
15525         accept a CONST_VECTOR with symbols when flag_pic is set.  Handle HIGH
15526         correctly.
15527         * config/spu/spu.md (high, low): Delete.
15528         (low_<mode>): Define.
15530         Remove INTRmode and INTR_REGNUM, which didn't work.
15531         * config/spu/spu.c (spu_conditional_register_usage): Remove reference
15532         of INTR_REGNUM.
15533         * config/spu/spu-builtins.md (spu_idisable, spu_ienable, set_intr,
15534         set_intr_pic, set_intr_cc, set_intr_cc_pic, set_intr_return, unnamed
15535         peephole2 pattern): Don't use INTR or 131.
15536         (movintrcc): Delete.
15537         * config/spu/spu.h (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS,
15538         CALL_USED_REGISTERS, REGISTER_NAMES, INTR_REGNUM): Remove INTR_REGNUM.
15539         * config/spu/spu.md (UNSPEC_IDISABLE, UNSPEC_IENABLE): Remove.
15540         (UNSPEC_SET_INTR): Add.
15541         * config/spu/spu-modes.def (INTR): Remove.
15543         More accurate warnings about run-time relocations.
15544         * config/spu/spu.c (reloc_diagnostic): Test in_section.
15546         Correctly warn about immediate arguments to specific intrinsics.
15547         * config/spu/spu.c (spu_check_builtin_parm): Handle CONST_VECTORs.
15548         (spu_expand_builtin_1): Call spu_check_builtin_parm before checking
15549         the instruction predicate.
15551         Fix tree check errors with latest update.
15552         * config/spu/spu.c (expand_builtin_args, spu_expand_builtin_1): Use
15553         CALL_EXPR_ARG.
15554         (spu_expand_builtin): Use CALL_EXPR_FN.
15556         Add missing specific intrinsics.
15557         * config/spu/spu-builtins.def: Add si_bisled, si_bisledd and
15558         si_bislede.
15559         * config/spu/spu_internals.h: Ditto.
15561         Fix incorrect operand modifiers.
15562         * config/spu/spu-builtins.md (spu_mpy, spu_mpyu):  Remove use of %H.
15563         * config/spu/spu.md (xor<mode>3):  Change %S to %J.
15565         Optimize one case of zero_extend of a vec_select.
15566         * config/spu/spu.md (_vec_extractv8hi_ze):  Add.
15568         Accept any immediate for hbr.
15569         * config/spu/spu.md (hbr):  Change s constraints to i.
15571 2007-02-21  Paul Brook  <paul@codesourcery.com>
15573         * config/arm/arm.c (thumb2_final_prescan_insn): Don't incrememnt
15574         condexec_count when skipping USE and CLOBBER.
15576 2007-02-21  Nick Clifton  <nickc@redhat.com>
15578         * common.opt (Warray-bounds): Add Warning attribute.
15579         (Wstrict-overflow, Wstrict-overflow=, Wcoverage-mismatch):
15580         Likewise.
15581         (fsized-zeroes): Add Optimization attribute.
15582         (fsplit-wide-types, ftree-scev-cprop): Likewise.
15583         * c.opt (Wc++0x-compat): Add Warning attribute.
15585 2007-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
15587         PR middle-end/30761
15588         * reload1.c (eliminate_regs_in_insn): In the single_set special
15589         case, attempt to re-recognize the insn before falling back to
15590         having reload fix it up.
15592 2007-02-20  Eric Christopher  <echristo@gmail.com>
15594         * config/frv/frv.c (frv_read_argument): Take a tree and int argument.
15595         Rewrite accordingly.
15596         (frv_read_iacc_argument): Ditto.
15597         (frv_expand_set_builtin): Take a call instead of arglist, update for
15598         above changes.
15599         (frv_expand_unop_builtin): Ditto.
15600         (frv_expand_binop_builtin): Ditto.
15601         (frv_expand_cut_builtin): Ditto.
15602         (frv_expand_binopimm_builtin): Ditto.
15603         (frv_expand_voidbinop_builtin): Ditto.
15604         (frv_expand_int_void2arg): Ditto.
15605         (frv_expand_prefetches): Ditto.
15606         (frv_expand_voidtriop_builtin): Ditto.
15607         (frv_expand_voidaccop_builtin): Ditto.
15608         (frv_expand_load_builtin): Ditto.
15609         (frv_expand_store_builtin): Ditto.
15610         (frv_expand_mdpackh_builtin): Ditto.
15611         (frv_expand_mclracc_builtin): Ditto.
15612         (frv_expand_mrdacc_builtin): Ditto.
15613         (frv_expand_mwtacc_builtin): Ditto.
15614         (frv_expand_builtin): Remove usage of CALL_EXPR_ARGS, update
15615         calls for above.
15617 2007-02-20  Janis Johnson  <janis187@us.ibm.com>
15619         * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcmpb and -mdfp.
15620         * configure.ac (HAVE_GAS_CMPB): Check for assembler support of the
15621         cmpb instruction.
15622         (HAVE_GAS_DFP): Check for assembler support of decimal floating
15623         point instructions.
15624         * configure: Regenerate.
15625         * config.in: Regenerate.
15626         * config/rs6000/rs6000.opt (mcmpb, mdfp): New.
15627         * config/rs6000/rs6000.c (rs6000_override_options): Add CMPB and DFP
15628         masks to power6 and power6x and to POWERPC_MASKS.
15629         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
15630         _ARCH_PWR6.
15631         * config/rs6000/rs6000.h: Check assembler support for CMPB and DFP.
15632         * config/rs6000/sysv4.opt (mprototype): Use variable, not mask.
15633         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
15634         Access PROTOTYPE as variable, not mask.
15636 2007-02-20  Steven Bosscher  <steven@gcc.gnu.org>
15638         * rtl.h (remove_reg_equal_equiv_notes): New prototype.
15639         * rtlanal.c (remove_reg_equal_equiv_notes): New function.
15640         * combine.c (adjust_for_new_dest): Use it.
15641         * postreload.c (reload_combine): Likewise.
15643 2007-02-20  Steven Bosscher  <steven@gcc.gnu.org>
15645         * rtlanal.c (find_reg_equal_equiv_note): Do not find REG_EQ*
15646         notes on an insn with multiple sets, even if single_set returns
15647         non-NULL for that insn.
15649 2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15651         * fold-const.c (tree_expr_nonnegative_warnv_p): Handle scalb,
15652         scalbn and scalbln.
15654 2007-02-20  Geoffrey Keating  <geoffk@apple.com>
15656         * config/darwin.h (LINK_SPEC): Default -mmacosx-version-min only
15657         if user didn't pass it.
15658         * config/i386/darwin.h (CC1_SPEC): Likewise.
15659         * config/rs6000/darwin.h (CC1_SPEC): Likewise.
15660         (DARWIN_MINVERSION_SPEC): Don't depend on user's setting of
15661         -mmacosx-version-min.
15663 2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15664             Uros Bizjak  <ubizjak@gmail.com>
15666         * optabs.h (enum optab_index): Add new OTI_scalb.
15667         (scalb_optab): Define corresponding macro.
15668         * optabs.c (init_optabs): Initialize scalb_optab.
15669         * genopinit.c (optabs): Implement scalb_optab using scalb?f3
15670         patterns.
15671         * builtins.c (expand_builtin_mathfn_2, expand_builtin): Handle
15672         BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L} and BUILT_IN_SCALBLN{,F,L}.
15673         (expand_builtin): Expand BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L}
15674         and BUILT_IN_SCALBLN{,F,L} using expand_builtin_mathfn_2 if
15675         flag_unsafe_math_optimizations is set.
15677         * config/i386/i386.md (scalbxf3, scalb<mode>3): New expanders
15678         to implement scalbf, scalb and scalbl built-ins as inline x87
15679         intrinsics.
15681 2007-02-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
15682             DJ Delorie <dj@redhat.com>
15684         PR other/30824
15685         * diagnostic.c (diagnostic_count_diagnostic): Move -Werror logic to...
15686         (diagnostic_report_diagnostic): ... here, and turn them into real
15687         errors. If warnings are inhibited, no need to do anything.
15689 2007-02-20  Uros Bizjak  <ubizjak@gmail.com>
15691         * config/i386/i386.md (expm1xf2): Reorder insn sequence for
15692         better code generation.
15694 2007-02-20  Ben Elliston  <bje@au.ibm.com>
15696         * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;.
15698 2007-02-20  Kazu Hirata  <kazu@codesourcery.com>
15700         * config/alpha/alpha.c, config/alpha/alpha.md,
15701         config/alpha/lib1funcs.asm, config/alpha/vms-crt0-64.c,
15702         config/alpha/vms-psxcrt0-64.c, config/arc/arc.c,
15703         config/arc/arc.h, config/arm/arm.c, config/arm/arm.md,
15704         config/arm/lib1funcs.asm: Follow spelling conventions.
15706         * config/c4x/c4x.md, config/cris/cris.c, config/crx/crx.c,
15707         config/fr30/fr30.md, config/i386/i386.h,
15708         config/iq2000/iq2000.h, config/iq2000/predicates.md,
15709         config/pa/milli64.S, config/pa/pa.c, config/pa/pa.h,
15710         config/pa/pa.md, config/pa/pa32-regs.h, config/pa/pa64-regs.h,
15711         config/pdp11/pdp11.c, config/pdp11/pdp11.h,
15712         config/rs6000/altivec.md, config/rs6000/rs6000.c,
15713         config/s390/s390-modes.def, config/sparc/netbsd-elf.h,
15714         config/sparc/sparc.c, config/sparc/sparc.h,
15715         config/sparc/sparc.md, config/spu/constraints.md,
15716         config/spu/spu.c, config/stormy16/stormy16.md: Follow spelling
15717         conventions.
15719 2007-02-20  Alan Modra  <amodra@bigpond.net.au>
15721         PR target/29943
15722         * varasm.c (use_blocks_for_decl_p): Return false for decls with
15723         alias attribute.
15725 2007-02-19  Kazu Hirata  <kazu@codesourcery.com>
15727         * doc/invoke.texi (-ftree-lrs): Remove.
15729 2007-02-19  Diego Novillo  <dnovillo@redhat.com>
15731         * tree-ssa-pre.c (create_value_expr_from): Initialize POOL to
15732         NULL.
15734 2007-02-19  Lee Millward  <lee.millward@codesourcery.com>
15736         * config/ia64/ia64.c (ia64_expand_builtin): Use the
15737         new CALL_EXPR_FN macro for retrieving the function
15738         declaration of the input expression.
15740 2007-02-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
15742         * c.opt (Waddress): New.
15743         * common.opt (Walways-true): Delete.
15744         (Wstring-literal-comparison): Delete.
15745         * doc/invoke.texi (Warning Options): Delete -Walways-true and
15746         -Wstring-literal-comparison. Add -Waddress.
15747         (Waddress): New.
15748         (Walways-true): Delete.
15749         (Wstring-literal-comparison): Delete.
15750         * doc/extend.texi (#pragma GCC diagnostic): Use -Wformat
15751         consistently instead of -Walways-true in example.
15752         * c-opts.c (c_common_handle_option): -Waddress is enabled by -Wall.
15753         * c-typeck.c (parser_build_binary_op): Replace
15754         -Wstring-literal-comparison and -Walways-true with -Waddress.
15755         * c-common.c (c_common_truthvalue_conversion): Replace -Walways-true
15756         with -Waddress.
15758 2007-02-19  Eric Botcazou  <ebotcazou@adacore.com>
15760         * tree-cfg.c (dump_function_to_file): Be prepared for functions
15761         without DECL_STRUCT_FUNCTION initialized.
15763 2007-02-19  Eric Botcazou  <ebotcazou@adacore.com>
15765         * gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap
15766         due to calls to functions taking pointers as parameters.
15768 2007-02-19  Richard Henderson  <rth@redhat.com>
15770         PR debug/29558
15771         * var-tracking.c (track_expr_p): Disallow AGGREGATE_TYPE_P
15772         in memory.
15774 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
15776         * config/s390/s390.c (s390_call_saved_register_used,
15777         s390_function_ok_for_sibcall): Adjust the way CALL_EXPR arguments are
15778         accessed to the new scheme.
15780 2007-02-19  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
15782         * config/cris/cris.c (cris_movem_load_rest_p, cris_store_multiple_op_p)
15783         (cris_print_index, cris_print_operand, cris_print_operand_address)
15784         (cris_reload_address_legitimized, cris_rtx_costs, cris_address_cost)
15785         (cris_side_effect_mode_ok, cris_valid_pic_const, cris_split_movdx)
15786         (cris_expand_pic_call_address): Use xxx_P predicate macros instead of
15787         GET_CODE () == xxx.
15788         * config/cris/cris.h (SECONDARY_RELOAD_CLASS, EXTRA_CONSTRAINT_Q,
15789         EXTRA_CONSTRAINT_T, BDAP_INDEX_P, BIAP_INDEX_P, SIMPLE_ADDRESS_P,
15790         GO_IF_LEGITIMATE_ADDRESS): Ditto.
15791         * config/cris/cris.md (define_insns: *btst, movdi, *mov_side<mode>)
15792         (*mov_sidesisf, *mov_side<mode>_mem, *mov_sidesisf_mem)
15793         (*clear_side<mode>, movsi, *movsi_internal, *ext_sideqihi)
15794         (*ext_side<mode>si, *op_side<mode>, *op_swap_side<mode>, addsi3)
15795         (*extopqihi_side, *extop<mode>si_side, *extopqihi_swap_side)
15796         (*extop<mode>si_swap_side, addi_mul, *addi,andsi3, andhi3, ashl<mode>3)
15797         (uminsi3, call, call_value): Ditto.
15798         (define_split: indir_to_reg_split, unnamed): Ditto.
15800 2007-02-19  Dorit Nuzman  <dorit@il.ibm.com>
15802         PR tree-optimization/30975
15803         * tree-vect-trasnform.c (vect_get_vec_def_for_stmt_copy): Remove
15804         wrong assert.
15806 2007-02-18  Eric Christopher  <echristo@gmail.com>
15808         * mips.c (mips_prepare_builtin_arg): Add argnum parameter.
15809         Remove use of arglist.
15810         (mips_expand_builtin): Remove use of arglist, pass in expr.
15811         (mips_expand_builtin_direct): Rewrite handling for arglist removal.
15812         (mips_expand_builtin_movtf): Ditto.
15813         (mips_expand_builtin_compare): Ditto.
15815 2007-02-19  Alexandre Oliva  <aoliva@redhat.com>
15817         * tree-sra.c (sra_build_assignment): Replace assertion
15818         checking with a comment explaining why it can't be done.
15820 2007-02-18  Sandra Loosemore  <sandra@codesourcery.com>
15822         PR middle-end/30833
15823         * tree-dump.c (dequeue_and_dump): Add tcc_vl_exp case missed
15824         during CALL_EXPR representation conversion.
15825         * tree-ssa-propagate.c (set_rhs): Likewise.
15827 2007-02-19  Alexandre Oliva  <aoliva@redhat.com>
15829         * tree-sra.c (sra_build_assignment): Disable assertion checking
15830         for now.
15832 2007-02-18  Roger Sayle  <roger@eyesopen.com>
15834         * function.c (gimplify_parameters): Call build_gimple_modify_stmt
15835         instead of calling build2 with a GIMPLE_MODIFY_STMT.
15836         * gimple-low.c (lower_function_body, lower_builtin_setjmp):
15837         Likewise.
15838         * gimplify.c (build_stack_save_restore, gimplify_return_expr,
15839         gimplify_decl_expr,  gimplify_self_mod_expr, gimplify_cond_expr,
15840         gimplify_init_ctor_eval_range, gimple_push_cleanup,
15841         gimplify_omp_for, gimplify_omp_atomic_pipeline,
15842         gimplify_omp_atomic_mutex, gimplify_expr, gimplify_one_sizepos,
15843         force_gimple_operand): Likewise.
15844         * ipa-cp.c (constant_val_insert): Likewise.
15845         * lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression,
15846         lambda_loopnest_to_gcc_loopnest, replace_uses_equiv_to_x_with_y,
15847         perfect_nestify): Likewise.
15848         * langhooks.c (lhd_omp_assignment): Likewise.
15849         * omp-low.c (lower_rec_input_clauses, lower_reduction_clauses,
15850         lower_copyprivate_clauses, lower_send_clauses,
15851         lower_send_shared_vars, expand_parallel_call,
15852         expand_omp_for_generic, expand_omp_for_static_nochunk,
15853         expand_omp_for_static_chunk, expand_omp_sections,
15854         lower_omp_single_copy, lower_omp_for_lastprivate,
15855         lower_omp_parallel, init_tmp_var, save_tmp_var): Likewise.
15856         * value-prof.c (tree_divmod_fixed_value, tree_mod_pow2,
15857         tree_mod_subtract, tree_ic, tree_stringop_fixed_value):
15858         Likewise.
15860 2007-02-19  Kazu Hirata  <kazu@codesourcery.com>
15862         * config/sh/divtab.c, config/sh/sh.c, config/sh/sh.h,
15863         config/sh/sh.md: Follow spelling conventions.
15865         * config/frv/frv.c, config/frv/frv.h, config/frv/frv.md,
15866         config/frv/predicates.md: Follow spelling conventions.
15868         * config/m68k/linux-unwind.h: Fix a comment typo.
15869         * target.h: Follow spelling conventions.
15871 2007-02-18  Roger Sayle  <roger@eyesopen.com>
15873         PR rtl-optimization/28173
15874         * simplify-rtx.c (simplify_binary_operation_1) <IOR>:  Optimize
15875         (X & C1) | C2 as C2 when (C1 & C2) == C1 and X has no side-effects.
15876         Optimize (X & C1) | C2 as X | C2 when (C1 | C2) == ~0.
15877         Canonicalize (X & C1) | C2 as (X & (C1 & ~C2)) | C2.
15878         <AND>: Canonicalize (X | C1) & C2 as (X & C2) | (C1 & C2).
15880 2007-02-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15882         * builtins.c (fold_builtin_load_exponent): New.
15883         (fold_builtin_2): Use it.
15885 2007-02-18  Steven Bosscher  <steven@gcc.gnu.org>
15887         PR rtl-optimization/30773
15888         * local-alloc.c (update_equiv_regs): Do not set reg_equiv_init
15889         if we fail to attach a REG_EQUIV note.
15891 2007-02-18  David Edelsohn  <edelsohn@gnu.org>
15892             Roger Sayle  <roger@eyesopen.com>
15894         * config/rs6000/rs6000.md (bswapsi2): New define_insn and splitter.
15896 2007-02-18  Sandra Loosemore  <sandra@codesourcery.com>
15898         * calls.c (initialize_argument_information): Pass original EXP
15899         and STRUCT_VALUE_ADDR_VALUE instead of a list of arguments.  Move
15900         code to split complex arguments here, as part of initializing the
15901         ARGS array.
15902         (expand_call): Remove code that builds a list of arguments and
15903         inserts implicit arguments into it.  Instead, just count how many
15904         implicit arguments there will be so we can determine the size of
15905         the ARGS array, and let initialize_argument_information do the work.
15906         (split_complex_values): Delete unused function.
15908 2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
15910         * tree-eh.c (tree_could_trap_p): Handle VIEW_CONVERT_EXPR.
15912 2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
15914         * calls.c (mem_overlaps_already_clobbered_arg_p): Return true
15915         for arg pointer based indexed addressing.
15917 2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
15919         * config/ia64/ia64.h, config/ia64/ia64.md,
15920         config/ia64/predicates.md, config/ia64/sysv4.h: Follow
15921         spelling conventions.
15923 2007-02-18  Roman Zippel <zippel@linux-m68k.org>
15925         * config/m68k/m68k.c (split_di): New.
15926         * config/m68k/m68k-protos.h: Declare split_di.
15927         * config/m68k/m68k.md (extendsidi2*,ashldi3*,ashrdi3*,lshrdi3*):
15928           Improve predicate handling and split constant shifts.
15930 2007-02-18  Roman Zippel <zippel@linux-m68k.org>
15932         * config/m68k/m68k.md (extv,extzv,insv): disable dynamic
15933         parameter for register bitfield operations, general predicates
15934         cleanup
15936 2007-02-18  Roman Zippel <zippel@linux-m68k.org>
15938         * config/m68k/linux.h (MD_UNWIND_SUPPORT): Define.
15939         * config/m68k/linux-unwind.h: New file.
15941 2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
15943         * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,
15944         config/i386/athlon.md, config/ia64/ia64.md,
15945         config/rs6000/rs6000.c, config/s390/s390.c, config/spu/spu.md,
15946         df-problems.c, df.h, fold-const.c, ipa-cp.c, ipa-inline.c,
15947         ipa-prop.h, see.c, struct-equiv.c, tree-inline.c,
15948         tree-ssa-loop-niter.c, tree-vect-analyze.c,
15949         tree-vect-transform.c: Fix comment typos.
15951 2007-02-17  Kazu Hirata  <kazu@codesourcery.com>
15953         * sched-deps.c (find_insn_list): Remove.
15954         * sched-int.h: Remove the prototype for find_insn_list.
15956 2007-02-16  Geoffrey Keating  <geoffk@apple.com>
15958         * config/darwin.h (LINK_SPEC): Always pass -macosx_version_min
15959         to linker.
15960         (DARWIN_EXTRA_SPECS): Add %(darwin_minversion).
15961         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Just call
15962         darwin_rs6000_override_options.
15963         (C_COMMON_OVERRIDE_OPTIONS): Expect
15964         darwin_macosx_version_min to be non-NULL always.
15965         (TARGET_C99_FUNCTIONS): Likewise.
15966         (CC1_SPEC): Always pass -mmacosx-version-min to cc1*.
15967         (DARWIN_MINVERSION_SPEC): New.
15968         * config/rs6000/rs6000.c (darwin_rs6000_override_options): New.
15969         * config/i386/darwin.h (CC1_SPEC): Always pass -mmacosx-version-min
15970         to cc1*.
15971         (DARWIN_MINVERSION_SPEC): New.
15972         * config/darwin.opt (mmacosx-version-min): Initialize to non-NULL
15973         value.
15974         * config/darwin-c.c (darwin_cpp_builtins): Expect
15975         darwin_macosx_version_min to be non-NULL always.
15977         * config/rs6000/rs6000.c: Clean up trailing whitespace.
15979 2007-02-16  Uros Bizjak  <ubizjak@gmail.com>
15981         * config/i386/i386.h (x86_use_xchgb): New.
15982         (TARGET_USE_XCHGB): New macro.
15983         * config/i386/i386.c (x86_use_xchgb): Set for PENT4.
15984         * config/i386/i386.md (*rotlhi3_1 splitter, *rotrhi3_1 splitter):
15985         Split after reload into bswaphi for shifts of 8.
15986         (bswaphi_lowpart): Generate rolw insn for HImode byte swaps.
15987         (*bswaphi_lowpart_1): Generate xchgb for Q registers for TARGET_XCHGB
15988         or when optimizing for size.
15990 2007-02-16  Richard Guenther  <rguenther@suse.de>
15991             Christian Bruel  <christian.bruel@st.com>
15993         * fold-const.c (tree_swap_operands_p): Treat SSA_NAMEs like
15994         DECLs but prefer SSA_NAMEs over DECLs.
15996 2007-02-16  Richard Guenther  <rguenther@suse.de>
15998         * tree-flow-inline.h (single_imm_use_p): Remove.
15999         (zero_imm_uses_p): Likewise.
16000         * tree-ssa-coalesce.c (create_outofssa_var_map): Use has_single_use
16001         instead of single_imm_use_p.
16002         * tree-cfg.c (replace_uses_by): Use has_zero_use instead of
16003         zero_imm_uses_p.
16005 2007-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16007         PR other/27843
16008         * Makefile.in (SYSTEM_HEADER_DIR): Use single quotes to avoid
16009         nested double- and backquotes.
16011 2007-02-15  Roger Sayle  <roger@eyesopen.com>
16013         PR middle-end/30391
16014         * tree.c (expr_align): Handle MODIFY_EXPR.  GIMPLE_MODIFY_STMT
16015         should be unreachable.
16016         (build2_stat): Allow construction of MODIFY_EXPR at any time.
16017         For the time being redirect GIMPLE_MODIFY_STMT to the new
16018         (renamed) build_gimple_modify_stmt_stat.
16019         (build2_gimple_stat): Rename to...
16020         (build_gimple_modify_stmt_stat): Now longer take a CODE argument.
16021         Always build a GIMPLE_MODIFY_STMT node.
16022         * tree.h (build2_gimple, build2_gimple_stat): Delete.
16023         (build_gimple_modify_stmt, build_gimple_modify_stmt_stat): New
16024         declarations.
16026         * tree-cfg.c (factor_computed_gotos, tree_merge_blocks,
16027         gimplify_val): Use build_gimple_modify_stmt instead of build2_gimple.
16028         * tree-complex.c (set_component_ssa_name, expand_complex_move,
16029         expand_complex_div_wide): Likewise.
16030         * tree-ssa-dom.c (record_equivalences_from_stmt): Likewise.
16031         * tree-ssa-loop-im.c (schedule_sm): Likewise.
16032         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Likewise.
16033         * tree-ssa-loop-manip.c (create_iv): Likewise.
16034         * tree-ssa-phiopt.c (conditional_replacement, minmax_replacement,
16035         abs_replacement): Likewise.
16036         * tree-ssa-pre.c (create_expression_by_pieces, poolify_modify_stmt,
16037         realify_fake_stores): Likewise.
16039         * builtins.c (std_expand_builtin_va_start): Build a MODIFY_EXPR
16040         node rather than a GIMPLE_MODIFY_STMT node.
16041         (std_gimpify_va_arg_expr, expand_builtin_va_copy,
16042         fold_builtin_memset, fold_builtin_memory_op, do_mpfr_sincos):
16043         Likewise.
16044         (integer_valued_real_p): Handle MODIFY_EXPR, not GIMPLE_MODIFY_STMT.
16045         * expr.c (expand_expr_real_1): Handle both MODIFY_EXPR and
16046         GIMPLE_MODIFY_STMT.
16048 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
16050         PR middle-end/30433
16051         * fold-const.c (fold_comparison): Add back the
16052         folding of constant complex comparisions.
16054 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
16056         PR middle-end/30729
16057         * stmt.c (warn_if_unused_value): VA_ARG_EXPR has side
16058         effects unknown to this function, return early.
16060 2007-02-15  Ian Lance Taylor  <iant@google.com>
16062         * lower-subreg.c (move_eh_region_note): New static function.
16063         (resolve_simple_move): Call it.
16064         (decompose_multiword_subregs): Track blocks for which we resolve a
16065         simple move which is also a control flow insn.  Pass them to
16066         find_many_sub_basic_blocks.
16067         (pass_lower_subreg): Add TODO_verify_flow.
16068         (pass_lower_subreg2): Likewise.
16070 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
16071             Brooks Moses  <brooks.moses@codesourcery.com>
16072             Lee Millward  <lee.millward@codesourcery.com>
16074         * tree.h (enum tree_code_class): Add tcc_vl_exp.
16075         (VL_EXP_CLASS_P): New.
16076         (TREE_OPERAND_CHECK): Use TREE_OPERAND_LENGTH instead of
16077         TREE_CODE_LENGTH.
16078         (TREE_OPERAND_CHECK_CODE): Likewise.
16079         (GIMPLE_STMT_OPERAND_CHECK): Likewise.
16080         (TREE_RTL_OPERAND_CHECK): Likewise.
16081         (tree_operand_check_failed): Make second parameter the whole tree
16082         instead of its code.  Fixed callers.
16083         (VL_EXP_CHECK): New.
16084         (TREE_OPERAND_LENGTH): New.
16085         (VL_EXP_OPERAND_LENGTH): New.
16086         (CALL_EXPR_FN): New.
16087         (CALL_EXPR_STATIC_CHAIN): New.
16088         (CALL_EXPR_ARGS): New.
16089         (CALL_EXPR_ARG): New.
16090         (call_expr_nargs): New.
16091         (CALL_EXPR_ARGP): New.
16092         (build_nt_call_list): Declare.
16093         (build_vl_exp_stat): Declare.
16094         (build_vl_exp): New.
16095         (build_call_list): Declare.
16096         (build_call_nary): Declare.
16097         (build_call_valist): Declare.
16098         (build_call_array): Declare.
16099         (call_expr_arg): Declare.
16100         (call_expr_argp): Declare.
16101         (call_expr_arglist): Declare.
16102         (fold_build_call_list): Declare.
16103         (fold_build_call_list_initializer): Declare.
16104         (fold_call_expr): Declare to replace fold_builtin.
16105         (fold_builtin_fputs): Update to agree with modified definition.
16106         (fold_builtin_strcpy): Likewise.
16107         (fold_builtin_strncpy): Likewise.
16108         (fold_builtin_memory_chk): Likewise.
16109         (fold_builtin_stxcpy_chk): Likewise.
16110         (fold_builtin_strncpy_chk): Likewise.
16111         (fold_builtin_next_arg): Likewise.
16112         (fold_build_call_expr): Declare.
16113         (fold_builtin_call_list): Declare.
16114         (fold_builtin_call_valist): Declare.
16115         (build_call_expr): Declare.
16116         (validate_arglist): Update to agree with modified definition.
16117         (tree_operand_length): New.
16118         (call_expr_arg_iterator): New.
16119         (init_call_expr_arg_iterator): New.
16120         (next_call_expr_arg): New.
16121         (first_call_expr_arg): New.
16122         (more_call_expr_args_p): New.
16123         (FOR_EACH_CALL_EXPR_ARG): New.
16125         * tree.c (tree_code_class_string): Add entries for tcc_vl_exp
16126         and tcc_gimple_stmt.
16127         (tree_code_size): Update documentation.  Use sizeof (tree) rather
16128         than sizeof (char *).
16129         (tree_size): Likewise.  Add case for tcc_vl_exp.
16130         (tree_node_structure): Add case for tcc_vl_exp.
16131         (contains_placeholder_p): Likewise.
16132         (substitute_in_expr): Likewise.
16133         (substitute_placeholder_in_expr): Likewise.
16134         (stabilize_reference_1): Likewise.
16135         (build3_stat): Remove logic for CALL_EXPRs.  Replace with assertion
16136         to diagnose breakage of this interface for constructing CALL_EXPRs.
16137         (build_nt): Add similar assertion here.
16138         (build_nt_call_list): New.
16139         (simple_cst_equal) <CALL_EXPR>: Rewrite to use new accessors.
16140         (iterative_hash_expr): Use TREE_OPERAND_LENGTH instead of
16141         TREE_CODE_LENGTH.
16142         (get_callee_fndecl): Use new CALL_EXPR accessors.
16143         (tree_operand_check_failed): Change parameters to pass entire node
16144         instead of its code, so that we can call TREE_OPERAND_LENGTH on it.
16145         (process_call_operands): New.
16146         (build_vl_exp_stat): New.
16147         (build_call_list): New.
16148         (build_call_nary): New.
16149         (build_call_valist): New.
16150         (build_call_array): New.
16151         (walk_tree): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
16152         (call_expr_arglist): New.
16154         * tree.def (CALL_EXPR): Change representation of CALL_EXPRs to use
16155         tcc_vl_exp instead of a fixed-size tcc_expression.
16157         * doc/c-tree.texi (CALL_EXPR): Document new representation and
16158         accessors for CALL_EXPRs.
16159         (AGGR_INIT_EXPR): Likewise.
16161 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
16162             Brooks Moses  <brooks.moses@codesourcery.com>
16163             Lee Millward  <lee.millward@codesourcery.com>
16165         * builtins.c (c_strlen): Return NULL_TREE instead of 0.
16166         (expand_builtin_nonlocal_goto): Change parameter to be entire
16167         CALL_EXPR instead of an arglist.  Use new CALL_EXPR accessors.
16168         (expand_builtin_prefetch): Likewise.
16169         (expand_builtin_classify_type): Likewise.
16170         (mathfn_built_in): Return NULL_TREE instead of 0.
16171         (expand_errno_check): Use new CALL_EXPR accessors.
16172         (expand_builtin_mathfn): Use new CALL_EXPR accessors and constructors.
16173         Return NULL_RTX instead of 0.
16174         (expand_builtin_mathfn_2): Likewise.
16175         (expand_builtin_mathfn_3): Likewise.
16176         (expand_builtin_interclass_mathfn): Likewise.
16177         (expand_builtin_sincos): Likewise.
16178         (expand_builtin_cexpi): Likewise.
16179         (expand_builtin_int_roundingfn): Likewise.
16180         (expand_builtin_int_roundingfn_2): Likewise.
16181         (expand_builtin_pow): Likewise.
16182         (expand_builtin_powi): Likewise.
16183         (expand_builtin_strlen): Pass entire CALL_EXPR as parameter instead
16184         of arglist, fixing callers appropriately.  Use new CALL_EXPR
16185         accessors and constructors.  Return NULL_RTX instead of 0.
16186         (expand_builtin_strstr): Likewise.
16187         (expand_builtin_strchr): Likewise.
16188         (expand_builtin_strrchr): Likewise.
16189         (expand_builtin_strpbrk): Likewise.
16190         (expand_builtin_memcpy): Likewise.
16191         (expand_builtin_mempcpy): Likewise.
16192         (expand_builtin_mempcpy_args): New.
16193         (expand_builtin_memmove): Similarly to expand_builtin_mempcpy.
16194         (expand_builtin_memmove_args): New.
16195         (expand_builtin_bcopy): Similarly to expand_builtin_mempcpy.
16196         (expand_movstr): Likewise.
16197         (expand_builtin_strcpy): Likewise.
16198         (expand_builtin_strcpy_args): New.
16199         (expand_builtin_stpcpy): Similarly to expand_builtin_strcpy.
16200         (expand_builtin_strncpy): Likewise.
16201         (expand_builtin_memset): Likewise.
16202         (expand_builtin_memset_args): New.
16203         (expand_builtin_bzero): Similarly to expand_builtin_memset.
16204         (expand_builtin_memcmp): Likewise.
16205         (expand_builtin_strcmp): Likewise.
16206         (expand_builtin_strncmp): Likewise.
16207         (expand_builtin_strcat): Likewise.
16208         (expand_builtin_strncat): Likewise.
16209         (expand_builtin_strspn): Likewise.
16210         (expand_builtin_strcspn): Likewise.
16211         (expand_builtin_args_info): Likewise.
16212         (expand_builtin_va_start): Likewise.
16213         (gimplify_va_arg_expr): Likewise.
16214         (expand_builtin_va_end): Likewise.
16215         (expand_builtin_va_copy): Likewise.
16216         (expand_builtin_frame_address): Likewise.
16217         (expand_builtin_alloca): Likewise.
16218         (expand_builtin_bswap): Likewise.
16219         (expand_builtin_unop): Likewise.
16220         (expand_builtin_fputs): Likewise.
16221         (expand_builtin_expect): Likewise.
16222         (expand_builtin_fabs): Likewise.
16223         (expand_builtin_copysign): Likewise.
16224         (expand_builtin_printf): Likewise.
16225         (expand_builtin_fprintf): Likewise.
16226         (expand_builtin_sprintf): Likewise.
16227         (expand_builtin_init_trampoline): Likewise.
16228         (expand_builtin_signbit): Likewise.
16229         (expand_builtin_fork_or_exec): Likewise.
16230         (expand_builtin_sync_operation): Likewise.
16231         (expand_builtin_compare_and_swap): Likewise.
16232         (expand_builtin_lock_test_and_set): Likewise.
16233         (expand_builtin_lock_release): Likewise.
16234         (expand_builtin): Likewise.
16235         (builtin_mathfn_code): Likewise.
16237         (fold_builtin_constant_p): Pass call arguments individually instead
16238         of as an arglist, fixing callers appropriately.  Use new CALL_EXPR
16239         accessors and constructors.  Return NULL_TREE instead of 0.
16240         (fold_builtin_expect): Likewise.
16241         (fold_builtin_classify_type): Likewise.
16242         (fold_builtin_strlen): Likewise.
16243         (fold_builtin_nan): Likewise.
16244         (integer_valued_real_p): Likewise.
16245         (fold_trunc_transparent_mathfn): Likewise.
16246         (fold_fixed_mathfn): Likewise.
16247         (fold_builtin_cabs): Likewise.
16248         (fold_builtin_sqrt): Likewise.
16249         (fold_builtin_cbrt): Likewise.
16250         (fold_builtin_cos): Likewise.
16251         (fold_builtin_cosh): Likewise.
16252         (fold_builtin_tan): Likewise.
16253         (fold_builtin_sincos): Likewise.
16254         (fold_builtin_cexp): Likewise.
16255         (fold_builtin_trunc): Likewise.
16256         (fold_builtin_floor): Likewise.
16257         (fold_builtin_ceil): Likewise.
16258         (fold_builtin_round): Likewise.
16259         (fold_builtin_int_roundingfn): Likewise.
16260         (fold_builtin_bitop): Likewise.
16261         (fold_builtin_bswap): Likewise.
16262         (fold_builtin_logarithm): Likewise.
16263         (fold_builtin_hypot): Likewise.
16264         (fold_builtin_pow): Likewise.
16265         (fold_builtin_powi): Likewise.
16266         (fold_builtin_exponent): Likewise.
16267         (fold_builtin_memset): Likewise.
16268         (fold_builtin_bzero): Likewise.
16269         (fold_builtin_memory_op): Likewise.
16270         (fold_builtin_bcopy): Deleted; call site changed to invoke
16271         fold_builtin_memory_op directly.
16272         (fold_builtin_strcpy): Similarly as for fold_builtin_memory_op.
16273         (fold_builtin_strncpy): Likewise.
16274         (fold_builtin_memcmp): Likewise.
16275         (fold_builtin_strcmp): Likewise.
16276         (fold_builtin_strncmp): Likewise.
16277         (fold_builtin_signbit): Likewise.
16278         (fold_builtin_copysign): Likewise.
16279         (fold_builtin_isascii): Likewise.
16280         (fold_builtin_toascii): Likewise.
16281         (fold_builtin_isdigit): Likewise.
16282         (fold_builtin_fabs): Likewise.
16283         (fold_builtin_abs): Likewise.
16284         (fold_builtin_fmin_fmax): Likewise.
16285         (fold_builtin_carg): Likewise.
16286         (fold_builtin_classify): Likewise.
16287         (fold_builtin_unordered_cmp): Likewise.
16289         (fold_builtin_0, fold_builtin_2, fold_builtin_3, fold_builtin_4):
16290         New functions split out from fold_builtin_1.
16291         (fold_builtin_n): New.
16292         (fold_builtin_varargs): New.
16293         (fold_builtin): Deleted.  Most callers changed to use fold_call_expr
16294         instead.
16295         (fold_call_expr): New.
16296         (build_function_call_expr): Rewrite to use new helper function.
16297         (fold_builtin_call_list): New.
16298         (build_call_expr): New.
16299         (fold_builtin_call_valist): New.
16300         (rewrite_call_expr): New.
16301         (validate_arg): New.
16302         (validate_arglist): Change parameter to be entire CALL_EXPR instead
16303         of an arglist.  Change return type to bool.  Use new CALL_EXPR
16304         accessors.
16306         (fold_builtin_strstr):  Pass call arguments individually instead
16307         of as an arglist, fixing callers appropriately.  Use new CALL_EXPR
16308         accessors and constructors.  Return NULL_TREE instead of 0.
16309         (fold_builtin_strchr): Likewise.
16310         (fold_builtin_strrchr): Likewise.
16311         (fold_builtin_strpbrk): Likewise.
16312         (fold_builtin_strcat): Likewise.
16313         (fold_builtin_strncat): Likewise.
16314         (fold_builtin_strspn): Likewise.
16315         (fold_builtin_strcspn): Likewise.
16316         (fold_builtin_fputs): Likewise.
16317         (fold_builtin_next_arg): Likewise.
16318         (fold_builtin_sprintf): Likewise.
16320         (expand_builtin_object_size): Use new CALL_EXPR accessors.  Use
16321         NULL_RTX instead of 0.
16322         (expand_builtin_memory_chk): Likewise.
16323         (maybe_emit_chk_warning): Likewise.
16324         (maybe_emit_sprintf_chk_warning): Likewise.
16326         (fold_builtin_object_size): Pass call arguments individually instead
16327         of as an arglist, fixing callers appropriately.  Use new CALL_EXPR
16328         accessors and constructors.  Return NULL_TREE instead of 0.
16329         (fold_builtin_memory_chk): Likewise.
16330         (fold_builtin_stxcpy_chk): Likewise.
16331         (fold_builtin_strncpy_chk): Likewise.
16332         (fold_builtin_strcat_chk): Likewise.
16333         (fold_builtin_strcat_chk): Likewise.
16334         (fold_builtin_strncat_chk): Likewise.
16335         (fold_builtin_sprintf_chk): Likewise.
16336         (fold_builtin_snprintf_chk): Likewise.
16337         (fold_builtin_printf): Likewise.
16338         (fold_builtin_vprintf): Likewise.
16340         * fold-const.c (negate_expr_p): Use new CALL_EXPR accessors and
16341         constructors.
16342         (operand_equal_p): Add separate tcc_vl_exp/CALL_EXPR case.
16343         (make_range): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
16344         (extract_muldiv_1): Add VL_EXP_CLASS_P case.
16345         (fold_mathfn_compare): Use new CALL_EXPR accessors and constructors.
16346         (fold_unary): Likewise.
16347         (fold_binary): Likewise.
16348         (fold_ternary): Remove CALL_EXPR case, since they are no longer
16349         ternary expressions.
16350         (fold): Add logic for tcc_vl_exp.
16351         (fold_checksum_tree):  Make it know about tcc_vl_exp.  Use
16352         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
16353         (fold_build3_stat): Add assertion to flag broken interface for
16354         constructing CALL_EXPRs.
16355         (fold_build_call_list): New.
16356         (fold_build_call_list_initializer): New.
16357         (tree_expr_nonnegative_p): Use new CALL_EXPR accessors and
16358         constructors.
16359         (fold_strip_sign_ops): Likewise.
16361 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
16362             Brooks Moses  <brooks.moses@codesourcery.com>
16363             Lee Millward  <lee.millward@codesourcery.com>
16365         * tree-dump.c (dequeue_and_dump) <CALL_EXPR>: Use new CALL_EXPR
16366         accessors and dump arguments explicitly.
16368         * tree-pretty-print.c (do_niy): Use TREE_OPERAND_LENGTH instead of
16369         TREE_CODE_LENGTH.
16370         (dump_generic_node): Use new CALL_EXPR accessors and walk arguments
16371         explicitly.
16372         (print_call_name): Use new CALL_EXPR accessors.
16374         * print-tree.c (print_node): Add case tcc_vl_exp.  Print
16375         CALL_EXPR arguments explicitly instead of as a list.  Use
16376         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
16378         * tree-vrp.c (stmt_interesting_for_vrp): Use new CALL_EXPR accessors.
16379         (vrp_visit_stmt): Likewise.
16381         * tree-ssa-loop-im.c (outermost_invariant_loop_expr):  Make it
16382         know about tcc_vl_exp.  Use TREE_OPERAND_LENGTH instead of
16383         TREE_CODE_LENGTH.
16384         (force_move_till_expr): Likewise.
16386         * targhooks.c (default_external_stack_protect_fail): Use
16387         build_call_expr instead of build_function_call_expr.
16388         (default_hidden_stack_protect_fail): Likewise.
16390         * tree-complex.c (expand_complex_libcall): Use build_call_expr to
16391         build the call.
16393         * cgraphbuild.c (build_cgraph_edges): Use new CALL_EXPR accessors
16394         and walk arguments explicitly.
16396         * tree-ssa-loop-niter.c (simplify_replace_tree): Use
16397         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
16398         (expand_simple_operations): Likewise.
16399         (infer_loop_bounds_from_array): Use new CALL_EXPR accessors.
16401         * gengtype.c (adjust_field_tree_exp): Use TREE_OPERAND_LENGTH instead
16402         of TREE_CODE_LENGTH.
16403         (walk_type): Tweak walking of arrays not to blow up on CALL_EXPRs.
16405         * optabs.c (expand_widen_pattern-expr): Use TREE_OPERAND_LENGTH
16406         instead of TREE_CODE_LENGTH.
16408         * value_prof.c (tree_ic): Use new CALL_EXPR accessors.
16409         (tree_ic_transform): Likewise.
16410         (interesting_stringop_to_profile_p): Pass entire CALL_EXPR as
16411         parameter instead of arglist.  Fix callers.
16412         (tree_stringop_fixed_value): Use new CALL_EXPR accessors.
16413         (tree_stringops_transform): Likewise.
16414         (tree_indirect_call_to_profile): Likewise.
16415         (tree_stringops_values_to_profile): Likewise.
16417         * tree-tailcall.c (find_tail_calls): Use new CALL_EXPR iterator.
16418         (eliminate_tail_call): Likewise.
16420         * ipa-cp.c (ipcp_update_callgraph): Use new CALL_EXPR accessors.
16422         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
16423         Use TREE_OPERAND_LENGTH and generalize to handle any number of
16424         operands.
16425         (instantiate_parameters_1): Can't handle tcc_vl_exp here.
16427         * omp-low.c (build_omp_barrier): Use build_call_expr.
16428         (lower_rec_input_clauses): Likewise.
16429         (lower_reduction_clauses): Likewise.
16430         (expand_parallel_call): Likewise.
16431         (maybe_catch_exception): Likewise.
16432         (expand_omp_for_generic): Likewise.
16433         (expand_omp_for_static_nochunk): Likewise.
16434         (expand_omp_sections): Likewise.
16435         (lower_omp_single_simple): Likewise.
16436         (lower_omp_single_copy): Likewise.
16437         (lower_omp_master): Likewise.
16438         (lower_omp_ordered): Likewise.
16439         (lower_omp_critical): Likewise.
16441         * ipa-reference.c (check-call): Use new CALL_EXPR iterator.
16442         (scan_for_static_refs): Create tcc_vl_exp case for CALL_EXPR.
16444         * tree-gimple.c (is_gimple_call_addr): Fix doc.
16445         (recalculate_side_effects): Use TREE_OPERAND_LENGTH instead of
16446         TREE_CODE_LENGTH.  Add tcc_vl_exp case.
16448         * tree-chrec.c (chrec_contains_symbols): Use TREE_OPERAND_LENGTH
16449         and generalize to handle any number of operands.
16450         (chrec_contains_undetermined): Likewise.
16451         (tree_contains_chrecs): Likewise.
16452         (evolution_function_is_invariant_rec_p): Use TREE_OPERAND_LENGTH.
16454         * cgraphunit.c (update_call_expr): Use new CALL_EXPR accessors.
16456         * tree-ssa-ccp.c (ccp_fold): Use new CALL_EXPR accessors.  Use
16457         fold_call_expr instead of fold_builtin.
16458         (ccp_fold_builtin): Likewise.  Update calls into builtins.c to
16459         match declarations there.
16460         (fold_stmt): Use new CALL_EXPR constructor and accessors.  Doc
16461         updates.
16463         * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Use
16464         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
16466         * ipa-pure-const.c (check_call): Use new CALL_EXPR accessors.
16467         (scan_function): Add case tcc_vl_exp for CALL_EXPR.
16469         * tree-stdarg.c (execute_optimize_stdarg): Use new CALL_EXPR
16470         accessors.
16472         * tree-ssa-math-opts.c (execute_cse_sincos_1): Use build_call_expr.
16473         (execute_cse_sincos): Use new CALL_EXPR accessors.
16475         * tree-ssa-alias.c (find_used_portions): Use new CALL_EXPR iterator.
16477         * gimple-low.c (lower_function_body): Use build_call_expr.
16478         (lower_builtin_setjmp): Likewise.
16480         * expr.c (emit_block_move_via_libcall): Use build_call_expr.
16481         (set_storage_via_libcall): Likewise.
16482         (safe_from_p): Add tcc_vl_exp case.  Use TREE_OPERAND_LENGTH
16483         instead of TREE_CODE_LENGTH.
16484         (expand_expr_real_1): Use new CALL_EXPR accessors.
16486         * tree-browser.c (store_child_info): Use TREE_OPERAND_LENGTH and
16487         generalize to handle any number of operands.
16488         (TB_parent_eq): Likewise.
16490         * predict.c (expr_expected_value): Use new CALL_EXPR accessors.
16491         (strip_builtin_expect): Likewise.
16493         * function.c (gimplify_parameters): Use build_call_expr.
16495         * tree-vectorizer.c (vect_is_simple_reduction): Use
16496         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
16498         * ipa-type-escape.c (check_call): Use new CALL_EXPR iterators.
16499         (scan_for_refs): Add case tcc_vl_exp for CALL_EXPR.
16501         * tree-data-ref.c (get_references_in_stmt): Use new CALL_EXPR
16502         iterators.
16504         * gimplify.c (build_stack_save_restore): Use build_call_expr.
16505         (gimplify_decl_expr): Likewise.
16506         (gimplify_call_expr): Use fold_call_expr instead of fold_builtin.
16507         Use new CALL_EXPR iterators.
16508         (gimplify_modify_expr_to_memcpy): Use build_call_expr.
16509         (gimplify_modify_expr_to_memset): Likewise.
16510         (gimplify_variable_sized_compare): Likewise.
16511         (gimplify_omp_atomic_fetch_op): Likewise.
16512         (gimplify_omp_atomic_pipeline): Likewise.
16513         (gimplify_omp_atomic_mutex): Likewise.
16514         (gimplify_function_tree): Likewise.
16516         * calls.c (alloca_call_p): Use new CALL_EXPR accessors.
16517         (call_expr_flags): Likewise.
16518         (expand_call): Likewise.
16520         * except.c (expand_builtin_eh_return_data_regno): Pass entire
16521         CALL_EXPR as parameter instead of arglist.  Use new CALL_EXPR
16522         accessors.
16524         * coverage.c (create_coverage): Use build_call_expr.
16526         * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete.
16527         (temp_call_expr_obstack): New.
16528         (pool_copy_list): Delete.
16529         (temp_copy_call_expr): New.
16530         (phi_translate): Add case tcc_vl_exp for CALL_EXPR.  Use new
16531         CALL_EXPR accessors.  Get rid of special goo for copying argument
16532         lists and use temp_copy_call_expr instead.
16533         (valid_in_sets): Add case tcc_vl_exp for CALL_EXPR.  Use new
16534         CALL_EXPR accessors.
16535         (create_expression_by_pieces): Likewise.  Use build_call_array
16536         to construct the result instead of fold_build3.
16537         (create_value_expr_from): Add tcc_vl_exp.  Delete special goo for
16538         dealing with argument lists.
16539         (init_pre): Remove references to expression_node_pool and
16540         list_node_pool.  Init temp_call_expr_obstack instead.
16541         (fini_pre): Remove references to expression_node_pool and
16542         list_node_pool.
16544         * tree-sra.c (sra_walk_call_expr): Use new CALL_EXPR accessors
16545         and walk arguments explicitly instead of as a list.
16547         * tree-mudflap.c (mf_build_check_statement_for): Use build_call_expr.
16548         (mx_register_decls): Likewise.
16549         (mudflap_register_call): Likewise.
16550         (mudflap_finish_file): Likewise.
16552         * ipa-prop.c (ipa_callsite_compute_count): Use new CALL_EXPR accessors.
16553         (ipa_callsite_compute_param): Likewise.
16555         * tree-vect-patterns.c (vect_recog_pow_pattern): Use new CALL_EXPR
16556         accessors and constructor.
16558         * tree-nested.c (convert_nl_goto_reference): Use new CALL_EXPR
16559         accessors and constructor.
16560         (convert_tramp_reference): Likewise.
16561         (convert_call_expr): Likewise.
16562         (finalize_nesting_tree_1): Likewise.
16564         * tree-ssa.c (tree_ssa_useless_type_conversion): Use new CALL_EXPR
16565         accessors.
16567         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Use build_call_expr.
16569         * tree-inline.c (initialize_inlined_parameters): Pass entire
16570         CALL_EXPR as parameter instead of arglist.  Use new CALL_EXPR
16571         accessors.
16572         (estimate_num_insns_1): Use new CALL_EXPR accessors.
16573         (expand_call_inline): Tidy up call to initialize_inlined_parameters.
16575         * tree-vect-transform.c (vect_create_epilog_for_reduction):  Use
16576         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
16577         (vectorizable_reduction): Likewise.
16578         (vectorizable_call): Use new CALL_EXPR iterators.
16579         (vectorizable_conversion): Use build_call_expr.
16580         (vectorizable_operation): Use TREE_OPERAND_LENGTH.
16581         (vect_gen_widened_results_half): Use build_call_expr.
16582         (vect_setup_realignment): Likewise.
16583         (vectorizable_live_operation): Use TREE_OPERAND_LENGTH.
16585         * tree-object-size.c (alloc_object_size): Use new CALL_EXPR accessors.
16586         (pass_through_call): Likewise.
16587         (compute_object_sizes): Likewise.  Use fold_call_expr instead of
16588         fold_builtin.
16590         * tree-profile.c (tree_gen_interval_profiler): Use build_call_expr.
16591         (tree_gen_pow2_profiler): Likewise.
16592         (tree_gen_one_value_profiler): Likewise.
16593         (tree_gen_ic_func_profiler): Likewise.
16594         (tree_gen_average_profiler): Likewise.
16595         (tree_gen_ior_profiler): Likewise.
16597         * tree-ssa-structalias.c (get_constraint_for): Add case tcc_vl_exp.
16598         (find_func_aliases): Use new CALL_EXPR accessors.  Add case
16599         tcc_vl_exp.  Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
16601         * tree-ssa-reassoc.c (get_rank): Use TREE_OPERAND_LENGTH instead
16602         of TREE_CODE_LENGTH.
16604         * stmt.c (warn_if_unused_value): Use TREE_OPERAND_LENGTH instead
16605         of TREE_CODE_LENGTH.
16607         * convert.c (convert_to_real): Use new CALL_EXPR accessors and
16608         constructor.
16609         (convert_to_integer): Likewise.
16611         * tree-ssa-operands.c (get_call_expr_operands): Use new CALL_EXPR
16612         accessors.
16614 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
16615             Brooks Moses  <brooks.moses@codesourcery.com>
16616             Lee Millward  <lee.millward@codesourcery.com>
16618         * config/alpha/alpha.c (alpha_expand_builtin): Use new CALL_EXPR
16619         accessors.
16620         * config/frv/frv.c (frv_expand_builtin): Likewise.
16621         * config/s390/s390.c (s390_expand_builtin): Likewise.
16623         * config/sparc/sparc.c (sparc_gimplify_va_arg): Use build_call_expr.
16624         (sparc_expand_builtin): Use new CALL_EXPR accessors.
16626         * config/i386/i386.c (ix86_function_ok_for_sibcall): Likewise.
16627         (ix86_expand_binop_builtin): Pass entire CALL_EXPR as parameter
16628         instead of arglist.  Use new CALL_EXPR accessors on it.  Fix callers.
16629         (ix86_expand_store_builtin): Likewise.
16630         (ix86_expand_unop_builtin): Likewise.
16631         (ix86_expand_unop1_builtin): Likewise.
16632         (ix86_expand_sse_compare): Likewise.
16633         (ix86_expand_sse_comi): Likewise.
16634         (ix86_expand_vec_init_builtin): Likewise.
16635         (ix86_expand_vec_ext_builtin): Likewise.
16636         (ix86_expand_vec_set_builtin): Likewise.
16637         (ix86_expand_builtin): Use new CALL_EXPR accessors.
16639         * config/sh/sh.c (sh_expand_builtin): Use new CALL_EXPR accessors.
16640         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
16642         * config/iq2000/iq2000.c (expand_one_builtin): Pass entire CALL_EXPR
16643         instead of arglist.  Use new CALL_EXPR accessors.  Fix callers.
16644         (iq2000_expand_builtin): Use new CALL_EXPR accessors.
16646         * config/rs6000/rs6000-c.c (altivec_build_resolved_builtin): Use
16647         build_call_expr.
16648         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Likewise.
16649         (rs6000_expand_unop_builtin): Pass entire CALL_EXPR instead of
16650         arglist.  Use new CALL_EXPR accessors.  Fix callers.
16651         (altivec_expand_abs_builtin): Likewise.
16652         (rs6000_expand_binop_builtin): Likewise.
16653         (altivec_expand_predicate_builtin): Likewise.
16654         (altivec_expand_lv_builtin): Likewise.
16655         (spe_expand_stv_builtin): Likewise.
16656         (altivec_expand_stv_builtin): Likewise.
16657         (rs6000_expand_ternop_builtin): Likewise.
16658         (altivec_expand_ld_builtin): Use new CALL_EXPR accessors.
16659         (altivec_expand_st_builtin): Likewise.
16660         (altivec_expand_dst_builtin): Likewise.
16661         (altivec_expand_vec_init_builtin): Pass entire CALL_EXPR instead of
16662         arglist.  Use new CALL_EXPR accessors.  Fix callers.
16663         (altivec_expand_vec_set_builtin): Likewise.
16664         (altivec_expand_vec_ext_builtin): Likewise.
16665         (altivec_expand_builtin): Use new CALL_EXPR accessors.
16666         (spe_expand_builtin): Likewise.
16667         (spe_expand_predicate_builtin): Pass entire CALL_EXPR instead of
16668         arglist.  Use new CALL_EXPR accessors.  Fix callers.
16669         (spe_expand_evsel_builtin): Likewise.
16670         (rs6000_expand_builtin): Use new CALL_EXPR accessors.  VCFUX and
16671         FCFSX cases must construct whole new CALL_EXPR, not just arglist.
16673         * config/arm/arm.c (arm_expand_binop_builtin): Pass entire CALL_EXPR
16674         instead of arglist.  Use new CALL_EXPR accessors.  Fix callers.
16675         (arm_expand_unop_builtin): Likewise.
16676         (arm_expand_builtin): Use new CALL_EXPR accessors.
16678         * config/mips/mips.c (mips_expand_builtin):  Use new CALL_EXPR
16679         accessors.
16681         * config/bfin/bfin.c (bfin_expand_binop_builtin): Pass entire
16682         CALL_EXPR instead of arglist.  Use new CALL_EXPR accessors.
16683         Fix callers.
16684         (bfin_expand_unop_builtin): Likewise.
16685         (bfin_expand_builtin): Use new CALL_EXPR accessors.
16687 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
16688             Brooks Moses  <brooks.moses@codesourcery.com>
16689             Lee Millward  <lee.millward@codesourcery.com>
16691         * c-semantics.c (build_stmt): Add internal diagnostic check.
16693         * c-pretty-print.c (pp_c_postfix_expression): Use new CALL_EXPR
16694         accessors.  Print arguments explicitly instead of as a list.
16696         * c-typeck.c (build_function_call): Use new CALL_EXPR constructors.
16698         * c-omp.c (c_finish_omp_barrier): Use build_call_expr.
16699         (c_finish_omp_flish): Likewise.
16701         * c-common.c (verify_tree): Use new CALL_EXPR accessors.  Traverse
16702         arguments explicitly instead of as a list.  Use TREE_OPERAND_LENGTH
16703         instead of TREE_CODE_LENGTH.
16704         (check_function_arguments_recurse): Use new CALL_EXPR accessors.
16705         (c_warn_unused_result): Likewise.
16707 2007-02-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
16709         PR c/26494
16710         * doc/invoke.texi (Warning Options): Remove
16711         -Werror-implicit-function-declaration.
16712         (Wimplicit-function-declaration): Update description.
16713         * opts.c (common_handle_option): Move handling of -Werror=* to...
16714         (enable_warning_as_error): ...here.
16715         * opts.h (enable_warning_as_error): Declare.
16716         * c-decl.c (implicit_decl_warning): Unless
16717         -Wno-implicit-function-declaration is given, emit a pedwarn if
16718         -std=c99 or emit a warning if -Wimplicit-function-declaration.
16719         * c.opt (Wimplicit-function-declaration): Replace
16720         mesg_implicit_function_declaration with
16721         warn_implicit_function_declaration.
16722         * c-opts.c (c_common_handle_option):
16723         -Werror-implicit-function-declaration is exactly equal as
16724         -Werror=implicit-function-declaration.
16725         (set_Wimplicit): Replace mesg_implicit_function_declaration with
16726         warn_implicit_function_declaration.
16727         (c_common_post_options): -Wimplict-function-declaration is enabled
16728         by default by -std=c99, otherwise is disabled by default.
16729         * c-objc-common.c (c_objc_common_init): Remove flawed logic.
16731 2007-02-15  Eric Botcazou  <ebotcazou@adacore.com>
16733         * gimplify.c (gimplify_modify_expr): During gimplification, attach a
16734         DECL on the rhs to a DECL on the lhs for debug info purposes if the
16735         former is ignored but not the latter.
16737 2007-02-15  Eric Botcazou  <ebotcazou@adacore.com>
16739         * expr.c (expand_expr_real_1) <normal_inner_ref>: If a temporary
16740         is made and the reference doesn't use the alias set of its type,
16741         do not create the temporary using that type.
16743 2007-02-15  Aldy Hernandez  <aldyh@redhat.com>
16745         * jump.c: Remove prototypes for delete_computation and
16746         delete_prior_computation.
16748 2007-02-15  Paolo Bonzini  <bonzini@gnu.org>
16750         * jump.c (get_label_after): Delete.
16751         (get_label_before, delete_computation, delete_jump,
16752         delete_prior_computation, follow_jumps): Move...
16753         * reorg.c (delete_computation, delete_prior_computation): ... here...
16754         (get_label_before, delete_jump): ... making these static ...
16755         (follow_jumps): ... and simplifying this since it only runs after
16756         reload.
16757         * rtl.h (get_label_after, get_label_before, delete_jump,
16758         follow_jumps): Delete prototypes.
16760 2007-02-15  Paolo Bonzini  <bonzini@gnu.org>
16762         * caller-save.c (save_call_clobbered_regs): Do not process sibcalls.
16764 2007-02-15  Nick Clifton  <nickc@redhat.com>
16766         * varasm.c (default_asm_output_anchor): Prepend * to . symbol in
16767         order to prevent it from being munged by the target.
16769 2007-02-15  Uros Bizjak  <ubizjak@gmail.com>
16771         * config/i386/i386.md: Remove misleading comment.
16773 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
16775         * config/frv/frv.md (reload_incc, reload_outcc, reload_incc_uns,
16776         reload_outcc_uns, reload_incc_nz, reload_outcc_nz): Remove
16777         invalid patterns.
16779 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
16781         * tree-sra.c (instantiate_missing_elements): Canonicalize
16782         bit-field types.
16783         (sra_build_assignment): New.
16784         (generate_copy_inout, generate_element_copy,
16785         generate_element_zero, generate_one_element_init): Use it.
16787 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
16789         * tree-sra.c (instantiate_missing_elements): Canonicalize
16790         bit-field types.
16791         (sra_build_assignment): New.
16792         (generate_copy_inout, generate_element_copy,
16793         generate_element_zero, generate_one_element_init): Use it.
16795 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
16797         * dwarf2out.c (dwarf2out_finish): Accept namespaces as context of
16798         limbo die nodes.
16800 2007-02-14  Joseph Myers  <joseph@codesourcery.com>
16802         * emit-rtl.c (set_mem_attributes_minus_bitpos): Treat complex
16803         types as aggregates not scalars.
16804         * function.c (assign_stack_temp_for_type): Likewise.
16806 2007-02-14  Roger Sayle  <roger@eyesopen.com>
16807             Zdenek Dvorak  <dvorakz@suse.cz>
16809         * tree-dump.c (dump_switch_p_1): Require exact match of the option
16810         name.
16812 2007-02-14  Zdenek Dvorak  <dvorakz@suse.cz>
16814         * passes.c (next_pass_1): Clear the next field of the copied
16815         pass structure.
16817 2007-02-14  Richard Henderson  <rth@redhat.com>
16819         * tree-sra.c (early_sra): New.
16820         (decl_can_be_decomposed_p): Deny va_list if early_sra.
16821         (tree_sra_early, pass_sra_early): New.
16822         * tree-pass.h (pass_sra_early): Declare.
16823         * passes.c (init_optimization_passes): Use it.
16825 2007-02-14  Richard Guenther  <rguenther@suse.de>
16827         * flags.h (issue_strict_overflow_warning): Convert to a macro.
16829 2007-02-14  Dorit Nuzman  <dorit@il.ibm.com>
16831          PR tree-optimization/30771
16832         * tree-vect-analyze.c (vect_determine_vectorization_factor): Traverse
16833         also phi nodes.
16834         (vect_analyze_operations): Induction phis can now be marked as
16835         used_in_loop.
16836         (vect_mark_stmts_to_be_vectorized): No special treatment for phis.
16837         Update documentation accordingly.
16839 2007-02-14  Nick Clifton  <nickc@redhat.com>
16841         * builtin-types.def (DEF_FUNCTION_TYPE_x): Do not imply that at
16842         most 3 arguments are supported.
16843         (DEF_FUNCTION_TYPE_VAR_5): Fix typo in its description.
16845 2007-02-13  Seongbae Park <seongbae.park@gmail.com>
16847         * bitmap.c (bitmap_and, bitmap_and_compl, bitmap_xor):
16848         Ensure dst->current is valid.
16850 2007-02-13  Paul Brook  <paul@codesourcery.com>
16852         * config.gcc: Add arm*-*-uclinux-*eabi.
16853         * config/arm/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Define.
16854         (SUBTARGET_EXTRA_LINK_SPEC): Define.
16855         (STARTFILE_SPEC, ENDFILE_SPEC): Remove broken -shared handling.
16856         (LINK_GCC_C_SEQUENCE_SPEC): Undef.
16857         (LINK_SPEC): Define.
16858         (LIB_SPEC): Define.
16859         * config/arm/arm.c (arm_override_options): Use r9 as EABI PIC
16860         register.
16861         * config/arm/uclinux-eabi.h: New file.
16862         * config/arm/linux-eabi.h (WCHAR_TYPE): Remove.
16863         * config/arm/linux-gas.h (WCHAR_TYPE): Use unsigned long on AAPCS
16864         based targets.
16866 2007-02-13  Ian Lance Taylor  <iant@google.com>
16868         * common.opt: Add Wstrict-overflow and Wstrict-overflow=.
16869         * flags.h (warn_strict_overflow): Declare.
16870         (enum warn_strict_overflow_code): Define.
16871         (issue_strict_overflow_warning): New static inline function.
16872         * opts.c (warn_strict_overflow): New variable.
16873         (common_handle_option): Handle OPT_Wstrict_overflow and
16874         OPT_Wstrict_overflow_.
16875         * c-opts.c (c_common_handle_option): Set warn_strict_overflow for
16876         OPT_Wall.
16877         * fold-const.c: Include intl.h.
16878         (fold_deferring_overflow_warnings): New static variable.
16879         (fold_deferred_overflow_warning): New static variable.
16880         (fold_deferred_overflow_code): New static variable.
16881         (fold_defer_overflow_warnings): New function.
16882         (fold_undefer_overflow_warnings): New function.
16883         (fold_undefer_and_ignore_overflow_warnings): New function.
16884         (fold_deferring_overflow_warnings_p): New function.
16885         (fold_overflow_warning): New static function.
16886         (make_range): Add strict_overflow_p parameter.  Change all
16887         callers.
16888         (extract_muldiv, extract_muldiv_1): Likewise.
16889         (fold_unary) [ABS_EXPR]: Check ABS_EXPR before calling
16890         tree_expr_nonnegative_p.
16891         (fold_negate_expr): Call fold_overflow_warning.
16892         (fold_range_test): Likewise.
16893         (fold_comparison): Likewise.
16894         (fold_binary): Likewise.  Call tree_expr_nonnegative_warnv_p
16895         instead of tree_expr_nonnegative_p.
16896         (tree_expr_nonnegative_warnv_p): Rename from
16897         tree_expr_nonnegative_p, add strict_overflow_p parameter.
16898         (tree_expr_nonnegative_p): New function.
16899         (tree_expr_nonzero_warnv_p): Rename from tree_expr_nonzero_p, add
16900         strict_overflow_p parameter.
16901         (tree_expr_nonzero_p): New function.
16902         * passes.c (verify_interpass_invariants): New static function.
16903         (execute_one_pass): Call it.
16904         * tree-ssa-loop-niter.c (expand_simple_operations): Ignore fold
16905         warnings.
16906         (number_of_iterations_exit, loop_niter_by_eval): Likewise.
16907         (estimate_numbers_of_iterations): Likewise.
16908         (scev_probably_wraps_p): Likewise.
16909         * tree-ssa-ccp.c: Include "toplev.h".
16910         (evaluate_stmt): Defer fold overflow warnings until we know we are
16911         going to optimize.
16912         (struct fold_stmt_r_data): Add stmt field.
16913         (fold_stmt_r): Defer fold overflow warnings until we know we
16914         optimized.
16915         (fold_stmt): Initialize stmt field of fold_stmt_r_data.
16916         (fold_stmt_inplace): Likewise.
16917         * tree-cfgcleanup.c: Include "toplev.h" rather than "errors.h".
16918         (cleanup_control_expr_graph): Defer fold overflow warnings until
16919         we know we are going to optimize.
16920         * tree-cfg.c (fold_cond_expr_cond): Likewise.
16921         * tree-ssa-threadedge.c (simplify_control_stmt_condition):
16922         Likewise.
16923         * tree-vrp.c (vrp_expr_computes_nonnegative): Call
16924         tree_expr_nonnegative_warnv_p instead of tree_expr_nonnegative_p.
16925         * tree-ssa-loop-manip.c (create_iv): Likewise.
16926         * c-typeck.c (build_conditional_expr): Likewise.
16927         (build_binary_op): Likewise.
16928         * tree-vrp.c (vrp_expr_computes_nonzero): Call
16929         tree_expr_nonzero_warnv_p instead of tree_expr_nonzero_p.
16930         (extract_range_from_unary_expr): Likewise.
16931         * simplify-rtx.c (simplify_const_relational_operation): Warn when
16932         assuming that signed overflow does not occur.
16933         * c-common.c (pointer_int_sum): Ignore fold overflow warnings.
16934         * tree.h (tree_expr_nonnegative_warnv_p): Declare.
16935         (fold_defer_overflow_warnings): Declare.
16936         (fold_undefer_overflow_warnings): Declare.
16937         (fold_undefer_and_ignore_overflow_warnings): Declare.
16938         (fold_deferring_overflow_warnings_p): Declare.
16939         (tree_expr_nonzero_warnv_p): Declare.
16940         * doc/invoke.texi (Option Summary): Add -Wstrict-overflow to list
16941         of warning options.
16942         (Warning Options): Document -Wstrict-overflow.
16943         * Makefile.in (tree-ssa-threadedge.o): Depend on toplev.h.
16944         (tree-ssa-ccp.o): Likewise.
16945         (tree-cfgcleanup.o): Change errors.h dependency to toplev.h.
16946         (fold-const.o): Depend on intl.h.
16948 2007-02-13  Ian Lance Taylor  <iant@google.com>
16950         PR middle-end/30751
16951         * lower-subreg.c (resolve_simple_move): Decompose subregs in
16952         addresses.
16954 2007-02-13  Stuart Hastings  <stuart@apple.com>
16956         * config/i386/i386.md (fixuns_truncdfhi2): Require SSE2.
16958 2007-02-13  Richard Henderson  <rth@redhat.com>
16960         * config/alpha/alpha.c (alpha_stdarg_optimize_hook): Strip
16961         handled_component_p before looking for the indirect_ref.
16963 2007-02-13  Richard Henderson  <rth@redhat.com>
16965         * config/i386/i386.md (bswapsi_1): Rename from bswapsi2,
16966         remove flags clobber.
16967         (bswapsi2): New expander, emit code for !TARGET_BSWAP.
16968         (bswaphi_lowpart): New.
16969         (bswapdi2): Rename from bswapdi2_rex, remove flags clobber,
16970         remove TARGET_BSWAP test.  Delete expander of the same name.
16972         * optabs.c (widen_bswap, expand_doubleword_bswap): New.
16973         (expand_unop): Use them.
16975 2007-02-13  Uros Bizjak  <ubizjak@gmail.com>
16977         * config/i386/i386.md (cmpdi_ccno_1_rex64, *cmpsi_ccno_1,
16978         *cmphi_ccno_1, *cmpqi_ccno_1, *movsi_xor, *movstricthi_xor,
16979         *movstrictqi_xor, *movdi_xor_rex64, *ashldi3_1_rex64,
16980         *ashldi3_cmp_rex64, *ashldi3_cconly_rex64, ashlsi3, *ashlsi3_1_zext,
16981         *ashlsi3_cmp, *ashlsi3_cconly, *ashlsi3_cmp_zext, *ashlhi3_1_lea,
16982         *ashlhi3_1, *ashlhi3_cmp, *ashlhi3_cconly, *ashlqi3_1_lea,
16983         *ashlqi3_1, *ashlqi3_cmp, *ashlqi3_cconly): Remove equivalent
16984         assembler dialect choice from asm templates.
16986 2007-02-12  Richard Henderson  <rth@redhat.com>
16988         * config/i386/i386.md (fixuns_trunc<SSEMODEF>si_1): New insn.
16989         (fixuns_trunc<SSEMODEF>si2): Use it.
16990         * config/i386/sse.md (vec_setv4sf_0): Export.
16991         * config/i386/i386.c (ix86_build_const_vector): Export.
16992         (ix86_split_convert_uns_si_sse): Rename from
16993         ix86_expand_convert_uns_si_sse and rewrite as a splitter.
16994         * config/i386/i386-protos.h: Update.
16996 2007-02-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
16998         PR c/29521
16999         * c-typeck.c (c_finish_return): Improve warning message.
17001 2007-02-12  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
17003         * alias.c (find_symbolic_term): Delete unused function.
17005 2007-02-12  Uros Bizjak  <ubizjak@gmail.com>
17007         * config/i386/i386.md (paritydi2, paritysi2): New expanders.
17008         (paritydi2_cmp, paritydi2_cmp): New insn and split patterns.
17009         (*parityhi2_cmp, *parityqi2_cmp): New insn patterns.
17011 2007-02-12  Eric Botcazou  <ebotcazou@adacore.com>
17013         * tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
17014         * cgraphunit.c (cgraph_expand_function): If DECL_IGNORED_P is set on
17015         the function, temporarily point the debug interface to the null one.
17017 2007-02-12  Eric Botcazou  <ebotcazou@adacore.com>
17019         * dwarf2out.c (round_up_to_align): New static function.
17020         (field_byte_offset): Use it to round the offset.
17022 2007-02-12  Richard Henderson  <rth@redhat.com>
17024         * config/alpha/alpha.md (bswapsi2, bswapdi2): New.
17025         (inswl_const): Export.
17027 2007-02-12  Richard Henderson  <rth@redhat.com>
17029         * calls.c (emit_library_call_value_1): If PROMOTE_MODE modifed the
17030         result mode of the libcall, convert back to outmode.
17032 2007-02-12  Roger Sayle  <roger@eyesopen.com>
17034         * config/i386/i386.md (*bswapdi2_rex): Renamed from bswapdi2.
17035         (bswapdi2): New define_expand to implement 32-bit implementation.
17037 2007-02-12  Nick Clifton  <nickc@redhat.com>
17039         * doc/invoke.texi (Overall Options): Document --help=.
17040         * gcc.c (target_help_flag): Rename to print_subprocess_flag.
17041         (cc1_options): Pass --help= on to cc1.
17042         (display_help): Add description of --help=.
17043         (process_command): Add code to handle --help=.  Allow translated
17044         --help and --target-help switches to be passed on to compiler
17045         sub-process.
17046         (main): Remove unused if statement.
17047         * opts.c (columns): Remove.
17048         (LEFT_COLUMN): Define.
17049         (wrap_help): Add columns argument.
17050         (print_filtered_help): Change parameters to be an include bitmask,
17051         an exclude bitmask, an any bitmask and the column width.  Move the
17052         code to display the params list here.  Add code to display the
17053         status of options rather than their descriptions if the quiet flag
17054         is not active.
17055         (print_specific_help): Change parameters to be an include bitmask,
17056         an exclude bitmask and an any bitmask.  Move code to look up the
17057         column width here.  Decide upon the title for an options listing.
17058         (common_handle_options): Add code to handle --help=.  Adapt code
17059         for --help and --target-help to use the revised form of the
17060         print_specific_help function.
17061         (print_help): Delete.
17062         (print_param_help): Delete.
17063         (print_switch): Delete.
17064         * opts.h (cl_lang_count): Add prototype.
17065         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_MIN_OPTION_CLASS,
17066         CL_MAX_OPTION_CLASS): New defines.
17067         * optc-gen.awk: Add construction of cl_lang_count.
17068         * c.opt: Add Warning attribute to warning options and Optimization
17069         attribute to optimization options.
17070         * common.opt: Likewise.
17071         Add --help=.
17072         Add -fhelp and -ftarget-help as aliases for the transformed --help
17073         and --target-help options.
17074         * opt-functions.awk: Add code to handle Warning and Optimization
17075         attributes.
17077 2007-02-12  Richard Henderson  <rth@redhat.com>
17079         * config/alpha/constraints.md: New file.
17080         * config/alpha/alpha.c: Include tm-constrs.h.
17081         (alpha_const_ok_for_letter_p, alpha_const_double_ok_for_letter_p,
17082         alpha_extra_constraint): Remove.
17083         (alpha_emit_conditional_branch): Use satisfies_constraint_*.
17084         * config/alpha/alpha-protos.h: Update.
17085         * config/alpha/alpha.h (REG_CLASS_FROM_LETTER): Remove.
17086         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Remove.
17087         (EXTRA_CONSTRAINT): Remove.
17088         * config/alpha/alpha.md: Include constraints.md.
17089         (adddi splitter): Use satisfies_constraint_*.
17090         * config/alpha/predicates.md (add_operand): Likewise.
17091         (sext_add_operand, addition_operation): Likewise.
17093 2007-02-12  Dorit Nuzman  <dorit@il.ibm.com>
17095         PR tree-optimization/29145
17096         * tree-data-ref.c (base_addr_differ_p): Make us more conservative
17097         in our handling of restrict qualified pointers.
17099 2007-02-12  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
17101         PR middle-end/7651
17102         * doc/invoke.texi (Wunused-value): Update description.
17103         (Wextra): Delete item.
17104         * opts.c (set_Wextra): Don't use the value of Wextra to set the
17105         value of Wunused-value.
17106         * c-typeck.c (c_process_expr_stmt): Don't check extra_warnings.
17107         (c_finish_stmt_expr): Don't check extra_warnings.
17108         (emit_side_effect_warnings): The caller is responsible to check
17109         warn_unused_value.
17111 2007-02-11  Roger Sayle  <roger@eyesopen.com>
17112             Matt Thomas  <matt@3am-software.com>
17114         * simplify-rtx.c (simplify_relational_operation_1): Correct typo.
17116 2007-02-11  Roger Sayle  <roger@eyesopen.com>
17118         * simplify-rtx.c (simplify_relational_operation_1): Optimize
17119         comparisons of POPCOUNT against zero.
17120         (simplify_const_relational_operation): Likewise.
17122 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
17124         * doc/invoke.texi (Wextra): Delete outdated paragraph.
17126 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
17128         * dwarf2out.c (root_type): Delete unused function.
17130 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
17132         * genattrtab.c (contained_in_p): Delete unused function.
17133         (write_expr_attr_cache): Likewise.
17135 2007-02-11  Jan Hubicka  <jh@suse.cz>
17137         * ipa-inline.c (cgraph_edge_badness): Add "else" missing in the
17138         previous patch.
17140 2007-02-11  Steven Bosscher  <steven@gcc.gnu.org>
17142         * fwprop.c (try_fwprop_subst): Use set_unique_reg_note
17143         to add the REG_EQ* note.
17144         * see.c (see_merge_one_use_extension): Likewise.
17145         * local-alloc.c (update_equiv_regs): Likewise.  Also don't
17146         turn REG_EQUAL notes into REG_EQUIV notes if the target
17147         register may have more than one set.
17148         * function.c (assign_parm_setup_reg): Use set_unique_reg_note.
17149         * gcse.c (try_replace_reg): Likewise.
17150         * alias.c (init_alias_analysis): Use find_reg_equal_equiv_note.
17151         * calls.c (fixup_tail_calls): Likewise.  Abort if there is
17152         more than one REG_EQUIV note.
17153         * reload1.c (gen_reload): Use set_unique_reg_note.
17155 2007-02-11  Uros Bizjak  <ubizjak@gmail.com>
17157         * config/i386/i386.c (TARGET_VECTORIZE_BUILTIN_CONVERSION): Define.
17158         (ix86_builtin_conversion): New function.
17160 2007-02-06  Mark Mitchell  <mark@codesourcery.com>
17162         PR target/29487
17163         * tree.h (DECL_REPLACEABLE_P): New macro.
17164         * except.c (set_nothrow_function_flags): Likewise.
17166 2007-02-11  Tehila Meyzels  <tehila@il.ibm.com>
17167             Ira Rosen  <irar@il.ibm.com>
17168             Dorit Nuzman  <dorit@il.ibm.com>
17170         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.
17171         * targhooks.c (default_builtin_vectorized_conversion): New.
17172         * targhooks.h (default_builtin_vectorized_function): New declaration.
17173         * target.h (struct vectorize): Add builtin_conversion field.
17174         * tree-vectorizer.h (type_conversion_vec_info_type): New enum
17175         stmt_vec_info_type value.
17176         (vectorizable_conversion): New declaration.
17177         * tree-vect-analyze.c (vect_analyze_operations): Add
17178         vectorizable_conversion call.
17179         * target-def.h (TARGET_VECTORIZE_BUILTIN_CONVERSION): New.
17180         * tree-vect-transform.c (vectorizable_conversion): New function.
17181         (vect_transform_stmt): Add case for type_conversion_vec_info_type.
17182         * tree-vect-generic.c (expand_vector_operations_1): Consider correct
17183         mode.
17184         * config/rs6000/rs6000.c (rs6000_builtin_conversion): New.
17185         (TARGET_VECTORIZE_BUILTIN_CONVERSION): Defined.
17186         (rs6000_expand_builtin): Add handling a case of ALTIVEC_BUILTIN_VCFUX
17187         or ALTIVEC_BUILTIN_VCFSX.
17189 2007-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17191         PR target/30634
17192         * pa.md (movdf): For 64-bit target, fail if operand 1 is a non-zero
17193         CONST_DOUBLE and operand 0 is a hard register.
17194         (movdi): For 64-bit target, remove code to force CONST_DOUBLE to
17195         memory.  Fail if operand 1 is a non-zero CONST_INT and operand 0
17196         is a hard floating-point register.
17198 2007-02-10  Richard Henderson  <rth@redhat.com>
17199             Jakub Jelinek  <jakub@redhat.com>
17200             Alexandre Oliva  <aoliva@redhat.com>
17202         * Makefile.in (libgcc-support, libgcc.mvars): Add emutls.c.
17203         * builtin-types.def (BT_WORD): Make unsigned.
17204         (BT_FN_VOID_PTR_WORD_WORD_PTR): New.
17205         * builtins.def (BUILT_IN_EMUTLS_GET_ADDRESS): New.
17206         (BUILT_IN_EMUTLS_REGISTER_COMMON): New.
17207         * c-decl.c (grokdeclarator): Don't error if !have_tls.
17208         * c-parser.c (c_parser_omp_threadprivate): Likewise.
17209         * dwarf2out.c (loc_descriptor_from_tree_1): Don't do anything for
17210         emulated tls.
17211         * expr.c (emutls_var_address): New.
17212         (expand_expr_real_1): Expand emulated tls.
17213         (expand_expr_addr_expr_1): Likewise.
17214         * libgcc-std.ver: Add __emutls_get_address, __emutls_register_common.
17215         * output.h (emutls_finish): Declare.
17216         * toplev.c (compile_file): Call it.
17217         * tree-ssa-address.c (gen_addr_rtx): Check for const-ness of the
17218         address before wrapping in CONST.
17219         * varasm.c (emutls_htab, emutls_object_type): New.
17220         (EMUTLS_VAR_PREFIX, EMUTLS_TMPL_PREFIX): New.
17221         (get_emutls_object_name, get_emutls_object_type): New.
17222         (get_emutls_init_templ_addr, emutls_decl): New.
17223         (emutls_common_1, emutls_finish): New.
17224         (assemble_variable): When emulating tls, swap decls; generate
17225         constructor for the emutls objects.
17226         (do_assemble_alias): When emulating tls, swap decl and target name.
17227         (default_encode_section_info): Don't add SYMBOL_FLAG_TLS_SHIFT
17228         for emulated tls.
17229         * varpool.c (decide_is_variable_needed): Look at force_output.
17230         Recurse for emulated tls.
17231         (cgraph_varpool_remove_unreferenced_decls): Remove checks redundant
17232         with decide_is_variable_needed.
17233         * emutls.c: New file.
17234         * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): Only emit
17235         tls_object for real tls.
17237 2007-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
17239         PR rtl-optimization/29599
17240         * reload1.c (eliminate_regs_in_insn): Take the destination
17241         mode into account when computing the offset.
17243 2007-02-09  Stuart Hastings  <stuart@apple.com>
17244             Richard Henderson  <rth@redhat.com>
17246         * config/i386/i386.h (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
17247         * config/i386/darwin.h: (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
17248         * config/i386/i386.md (fixuns_trunc<mode>si2, fixuns_truncsfhi2,
17249         fixuns_truncdfhi2): New.
17250         (fix_truncsfdi_sse): Call ix86_expand_convert_sign_didf_sse.
17251         (floatunsdidf2): Call ix86_expand_convert_uns_didf_sse.
17252         (floatunssisf2): Add call to ix86_expand_convert_uns_sisf_sse.
17253         (floatunssidf2): Allow nonimmediate source.
17254         * config/i386/sse.md (movdi_to_sse): New.
17255         (vec_concatv2di): Drop '*'.
17256         * config/i386/i386-protos.h (ix86_expand_convert_uns_si_sse,
17257         ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
17258         ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse):
17259         New.
17260         * config/i386/i386.c (ix86_expand_convert_uns_si_sse,
17261         ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
17262         ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse,
17263         ix86_build_const_vector, ix86_expand_vector_init_one_nonzero): New.
17264         (ix86_build_signbit_mask): Fix decl of v, refactor to call
17265         ix86_build_const_vector.
17266         (x86_emit_floatuns): Rewrite.
17268 2007-02-10  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
17270         * genautomata.c (longest_path_length): Delete unused function.
17271         (struct state): Delete unused longest_path_length.
17272         (UNDEFINED_LONGEST_PATH_LENGTH): Delete unused macro.
17273         (get_free_state): Delete unused.
17275 2007-02-09  Jan Hubicka  <jh@suse.cz>
17277         * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 30.
17278         * doc/invoke.texi (inline-unit-growth): Update default value.
17280         * Makefile.in (passes.o, ipa-inline.o): Add dependencies.
17281         * cgraphbuild.c (build_cgraph_edges): Compute frequencies.
17282         (rebuild_cgraph_edges): Likewise.
17283         * cgraph.c (cgraph_set_call_stmt): Add new argument frequency.
17284         (dump_cgraph_node): Dump frequencies.
17285         (cgraph_clone_edge): Add frequency scales.
17286         (cgraph_clone_node): Add freuqnecy.
17287         * cgraph.h (cgraph_edge): Add freuqnecy argument.
17288         (CGRAPH_FREQ_BASE, CGRAPH_FREQ_MAX): New constants.
17289         (cgraph_create_edge, cgraph_clone_edge, cgraph_clone_node): Update.
17290         * tree-pass.h (TODO_rebuild_frequencies): New constant.
17291         * cgraphunit.c (verify_cgraph_node): Verify frequencies.
17292         (cgraph_copy_node_for_versioning): Update call of cgraph_clone_edge.
17293         (save_inline_function_body): Likewise.
17294         * ipa-inline.c: inluce rtl.h
17295         (cgraph_clone_inlined_nods): Update call of cgraph_clone_node.
17296         (cgraph_edge_badness): Use frequencies.
17297         (cgraph_decide_recursive_inlining): Update clonning.
17298         (cgraph_decide_inlining_of_small_function): Dump frequency.
17299         * predict.c (estimate_bb_frequencies): Export.
17300         * predict.h (estimate_bb_frequencies): Declare.
17301         * tree-inline.c (copy_bb): Watch overflows.
17302         (expand_call_inline): Update call of cgraph_create_edge.
17303         (optimize_inline_calls): Use TODO flags to update frequnecies.
17304         * passes.h: Include predict.h
17305         (init_optimization_passes): Move profile ahead.
17306         (execute_function_todo): Handle TODO_rebuild_frequencies.
17308 2007-02-09  Roger Sayle  <roger@eyesopen.com>
17310         * config/alpha/alpha.c (emit_insxl): Force the first operand of
17311         the insbl or inswl pattern into a register.
17313 2007-02-09  Roger Sayle  <roger@eyesopen.com>
17315         * config/ia64/ia64.md (bswapdi2): New define_insn.
17317 2007-02-09  Richard Henderson  <rth@redhat.com>
17319         * config/i386/constraints.md (Ym): New constraint.
17320         * config/i386/i386.md (movsi_1): Change Y2 to Yi constraints.
17321         (movdi_1_rex64): Split sse and xmm general register moves from
17322         memory move alternatives.  Use conditional register constraints.
17323         (movsf_1, movdf_integer): Likewise.
17324         (zero_extendsidi2_32, zero_extendsidi2_rex64): Likewise.
17325         (movdf_integer_rex64): New.
17326         (pushsf_rex64): Fix output constraints.
17327         * config/i386/sse.md (sse2_loadld): Split rm alternative, use Yi.
17328         (sse2_stored): Likewise.
17329         (sse2_storeq_rex64): New.
17330         * config/i386/i386.c (x86_inter_unit_moves): Enable for not
17331         amd and not generic.
17332         (ix86_secondary_memory_needed): Don't bypass TARGET_INTER_UNIT_MOVES
17333         for optimize_size.  Remove SF/DFmode hack.
17335 2007-02-09  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
17337         * config/i386/driver-i386.c: Turn on -mtune=native for AMDFAM10.
17338         (bit_SSE4a): New.
17340 2007-02-09  Nathan Sidwell  <nathan@codesourcery.com>
17341             Richard Sandiford  <richard@codesourcery.com>
17343         * config.gcc (m68010-*-netbsdelf*, m68k*-*-netbsdelf*)
17344         (m68k*-*-openbsd*, m68k-*-linux*): Set default_cf_cpu.
17345         (m68k-*-aout*, m68k-*-coff*, m68k-*-uclinux*, m68k-*-rtems*): Add
17346         m68k/t-mlib to tmake_file.
17347         (m68020-*-elf*, m68k-*-elf*): Likewise.  Add t-m68kbare as well.
17348         (m68k*-*-*): Use --with-arch to pick a default for --with-cpu.
17349         (m680[012]0-*-*, m68k*-*-*): Add support for --with-arch.
17350         Allow it to be cf or m68k.  Set m68k_arch_family.  If that
17351         variable is not empty, add t-$m68k_arch_family to tmake_file.
17352         Add t-mlibs to tmake_file.
17353         * doc/install.texi: Document --with-arch=m68k and --with-arch=cf.
17354         * config/m68k/t-cf: New file.
17355         * config/m68k/t-m68k: Likewise.
17356         * config/m68k/t-mlibs: Likewise.
17357         * config/m68k/t-m68kbare (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
17358         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
17359         (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
17360         * config/m68k/t-m68kelf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
17361         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS, LIBGCC, INSTALL_LIBGCC):
17362         Delete.
17363         * config/m68k/t-openbsd (MULTILIB_OPTIONS, LIBGCC): Delete.
17364         (INSTALL_LIBGCC): Delete.
17365         (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
17366         * config/m68k/t-rtems (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
17367         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
17368         (M68K_MLIB_CPU): Define.
17369         * config/m68k/t-uclinux (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
17370         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
17371         (M68K_MLIB_CPU, M68K_MLIB_OPTIONS, M68K_MLIB_DIRNAMES): Define.
17373 2007-02-09  Zdenek Dvorak  <dvorakz@suse.cz>
17374             Richard Guenther  <rguenther@suse.de>
17376         PR middle-end/23361
17377         * fold-const.c (fold_comparison): Handle obfuscated comparisons
17378         against INT_MIN/INT_MAX.
17379         * tree-ssa-loop-ivcanon.c (remove_empty_loop): Print to dump
17380         file if a loop is removed.
17382 2007-02-09  Joseph Myers  <joseph@codesourcery.com>
17384         * calls.c (store_one_arg): Pass correct alignment to
17385         emit_push_insn for non-BLKmode values.
17386         * expr.c (emit_push_insn): If STRICT_ALIGNMENT, copy to an
17387         unaligned stack slot via a suitably aligned slot.
17389 2007-02-08  DJ Delorie  <dj@redhat.com>
17391         * config/m32c/m32c.c (m32c_unpend_compare): Add default to silence
17392         warnings.
17393         (legal_subregs): Use unsigned char, make const.
17394         (m32c_illegal_subreg_p): Use ARRAY_SIZE.  Delete unused variables.
17396 2007-02-08  Paul Brook  <paul@codesourcery.com>
17398         * config/arm/lib1funcs.asm (RETLDM): Pop directly into PC when no
17399         special interworking needed.
17401 2007-02-08  Harsha Jagasia  <harsha.jagasia@amd.com>
17403         * config/i386/xmmintrin.h: Make inclusion of emmintrin.h
17404         conditional to __SSE2__.
17405         (Entries below should have been added to first ChangeLog
17406         entry for amdfam10 dated 2007-02-05)
17407         * config/i386/emmintrin.h: Generate #error if __SSE2__ is not
17408         defined.
17409         * config/i386/pmmintrin.h: Generate #error if __SSE3__ is not
17410         defined.
17411         * config/i386/tmmintrin.h: Generate #error if __SSSE3__ is not
17412         defined.
17414 2007-02-08  DJ Delorie  <dj@redhat.com>
17416         * config/m32c/m32c-protos.h (m32c_illegal_subreg_p): New.
17417         * config/m32c/m32c.c (legal_subregs): New.
17418         (m32c_illegal_subreg_p): New.
17419         * config/m32c/predicates.md (m32c_any_operand): Use it to reject
17420         unsupported subregs of hard regs.
17422 2007-02-08  Jan Hubicka  <jh@suse.cz>
17424         * tree-cfg.c (bsi_replace): Shortcut when replacing the statement with
17425         the same one; always update histograms.
17427 2007-02-08  Diego Novillo  <dnovillo@redhat.com>
17429         * passes.c (init_optimization_passes): Tidy comment.
17431 2007-02-08  Roger Sayle  <roger@eyesopen.com>
17433         * simplify-rtx.c (simplify_unary_operation_1) <POPCOUNT>: We can
17434         strip zero_extend, bswap and rotates from POCOUNT's argument.
17435         <PARITY>: Likewise, we can strip not, bswap, sign_extend,
17436         zero_extend and rotates from PARITY's argument.
17437         <BSWAP>: A byte-swap followed by a byte-swap is an identity.
17438         (simplify_const_unary_operation) <BSWAP>: Evaluate the byte-swap
17439         of an integer constant at compile-time.
17441 2007-02-08  Diego Novillo  <dnovillo@redhat.com>
17443         PR 30562
17444         * tree-flow.h (struct var_ann_d): Remove field 'is_used'.
17445         Update all users.
17446         * tree-ssa-alias.c (compute_is_aliased): Remove.  Update all
17447         users.
17448         (init_alias_info):
17449         * tree-ssa-live.c (remove_unused_locals): Do not remove
17450         TREE_ADDRESSABLE variables.
17451         * tree-ssa-structalias.c (compute_points_to_sets): Tidy.
17452         * tree-ssa-operands.c (add_virtual_operand): Remove argument
17453         FOR_CLOBBER.  Update all users.
17454         If VAR has an associated alias set, add a virtual operand for
17455         it if no alias is found to conflict with the memory reference.
17457 2007-02-07  Jan Hubicka  <jh@suse.cz>
17458             Robert Kidd <rkidd@crhc.uiuc.edu>
17460         * value-prof.c (visit_hist, free_hist): Return 1 instead of 0.
17462 2007-02-07  Ian Lance Taylor  <iant@google.com>
17464         * lower-subreg.c (simple_move): Reject PARTIAL_INT modes.
17466 2007-02-07  Roger Sayle  <roger@eyesopen.com>
17468         * config/rs6000/rs6000.md (ctz<mode>2, ffs<mode>2, popcount<mode>2,
17469         parity<mode>2, smulsi3_highpart, abstf2_internal, allocate_stack,
17470         tablejumpdi, movsi_to_cr_one): Remove constraints from
17471         define_expand's match_operands.
17473 2007-02-07  Roger Sayle  <roger@eyesopen.com>
17475         * global.c (compute_regsets): Move declatation of "i" inside of
17476         #ifdef ELIMINABLE_REGS to avoid unused variable bootstrap failure.
17478 2007-02-07  Jakub Jelinek  <jakub@redhat.com>
17480         PR c++/30703
17481         * gimplify.c (gimplify_scan_omp_clauses): Remove special casing
17482         of INDIRECT_REF <RESULT_DECL>.
17484         * config/i386/i386.c (override_options): Set PTA_SSSE3 for core2.
17486 2007-02-06  J"orn Rennecke  <joern.rennecke@arc.com>
17487             Kaz Kojima  <kkojima@gcc.gnu.org>
17489         PR target/29746
17490         * config/sh/sh.c (expand_cbranchdi4): Use scratch register
17491         properly.
17492         (sh_initialize_trampoline): Add parentheses to avoid a warning.
17494 2007-02-06  Zdenek Dvorak <dvorakz@suse.cz>
17496         * doc/loop.texi: Document possibility not to perform disambiguation
17497         of loops with multiple latches.
17498         * cfgloopmanip.c (alp_enum_p): Removed.
17499         (add_loop): Handle subloops.  Use get_loop_body_with_size.
17500         (create_preheader): Do not allow ENTRY_BLOCK_PTR to be preheader.
17501         * cfghooks.c (redirect_edge_and_branch_force): Set dominator for
17502         the new forwarder block.
17503         (make_forwarder_block): Only call new_bb_cbk if it is not NULL.
17504         Handle the case latch is NULL.
17505         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Avoid cfg
17506         modifications when marking loop exits.
17507         * ifcvt.c (if_convert): Ditto.  Mark loop exits even if cfg cannot
17508         be modified.
17509         * loop-init.c (loop_optimizer_init): Do not modify cfg.  Call
17510         disambiguate_loops_with_multiple_latches.
17511         * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Calculate dominators
17512         before fix_loop_structure.
17513         * cfgloop.c: Include pointer-set.h and output.h.
17514         (canonicalize_loop_headers, HEADER_BLOCK, LATCH_EDGE,
17515         update_latch_info, mfb_keep_just, mfb_keep_nonlatch): Removed.
17516         (get_loop_latch_edges, find_subloop_latch_edge_by_profile,
17517         find_subloop_latch_edge_by_ivs, find_subloop_latch_edge,
17518         mfb_redirect_edges_in_set, form_subloop, merge_latch_edges,
17519         disambiguate_multiple_latches, get_loop_body_with_size,
17520         disambiguate_loops_with_multiple_latches): New functions.
17521         (flow_loop_dump): Dump multiple latch edges.
17522         (flow_loop_nodes_find): Handle loops with multiple latches.
17523         (flow_loops_find): Ditto. Do not call canonicalize_loop_headers.
17524         (glb_enum_p): Modified.
17525         (get_loop_body): Use get_loop_body_with_size.
17526         * cfgloop.h (LOOPS_HAVE_RECORDED_EXITS): New flag.
17527         (AVOID_CFG_MODIFICATIONS): New constant.
17528         (disambiguate_loops_with_multiple_latches, add_loop,
17529         get_loop_body_with_size): Declare.
17530         * Makefile.in (cfgloop.o): Add pointer-set.h and output.h.
17532 2007-02-06  Seongbae Park <seongbae.park@gmail.com>
17534         PR inline-asm/28686
17535         * global.c (compute_regsets): New function.
17536         (global_alloc): Refactored ELIMINABLE_REGSET
17537         and NO_GLOBAL_ALLOC_REGS computation out.
17538         (rest_of_handle_global_alloc): Call compute_regsets()
17539         for non-optimizing case.
17541 2007-02-06  Richard Henderson  <rth@redhat.com>
17543         * config/i386/constraints.md (Y2): Rename from Y.
17544         (Yi): New constraint.
17545         * config/i386/i386.md (movsi_1, movdi_2, pushdf_nointeger,
17546         pushdf_integer, movdf_nointeger, movdf_integer, zero_extendsidi2_32,
17547         zero_extendsidi2_rex64, truncxfdf2_mixed): Change Y constraints to Y2.
17548         (extendsfdf2_mixed, extendsfdf2_sse, truncdfsf_fast_mixed,
17549         truncdfsf_fast_sse, truncdfsf_mixed, fix_truncdfdi_sse,
17550         fix_truncdfsi_sse, floatsidf2_mixed, floatsidf2_sse,
17551         floatdidf2_mixed, floatdidf2_sse, absnegdf2_mixed,
17552         absnegdf2_sse, sse_setccdf, fop_df_comm_mixed, fop_df_comm_sse,
17553         fop_df_1_mixed, fop_df_1_sse): Change Y constraints to x.
17554         * config/i386/mmx.md (mov<MMXMODEI>_internal_rex64,
17555         mov<MMXMODEI>_internal, movv2sf_internal_rex64, movv2sf_internal,
17556         vec_extractv2si_1): Change Y constraints to Y2.
17557         * config/i386/sse.md (vec_setv4sf_0, vec_concatv2df, vec_dupv4si,
17558         vec_dupv2di, sse2_concatv2si, vec_concatv4si_1, vec_concatv2di):
17559         Change Y constraints to Y2.
17560         (sse2_loadld): Change Y constraints to x.
17562 2007-02-06  Roger Sayle  <roger@eyesopen.com>
17564         * config/rs6000/rs6000.md (popcount<mode>2): Rewrite.
17565         (parity<mode>2): New define_expand using rs6000_emit_parity.
17566         * config/rs6000/rs6000.c (rs6000_emit_popcount,
17567         rs6000_emit_parity): New functions.
17568         * config/rs6000/rs6000-protos.h (rs6000_emit_popcount,
17569         rs6000_emit_parity): Prototype here.
17571 2007-02-06  Ian Lance Taylor  <iant@google.com>
17573         * lower-subreg.c (simple_move_operand): Reject CONST.
17574         (resolve_clobber): Call validate_change rather than directly
17575         assigning to XEXP (pat, 0).
17577 2006-02-06  Paolo Bonzini  <bonzini@gnu.org>
17579         * Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.
17580         (tree-ssa-reassoc.o): Add pointer-set.h dependency.
17581         (tree-cfg.o): Remove hashtab.h dependency.
17583         * tree-ssa-loop-ivopts.c: Include pointer-set.h.
17584         (struct ivopts_data): Change niters to pointer_map_t.
17585         (struct nfe_cache_elt, nfe_hash, nfe_eq): Delete.
17586         (niter_for_exit): Create pointer_map on demand.  Change for
17587         pointer_map API.
17588         (tree_ssa_iv_optimize_init): Initialize data->niters to NULL.
17589         (free_loop_data): Destroy data->niters if created and reset field.
17590         (tree_ssa_iv_optimize_finalize): Don't delete data->niters here.
17591         (tree_ssa_iv_optimize_loop): Check for presence of stale data.
17593         * tree-ssa-reassoc.c: Include pointer-set.h.
17594         (bb_rank): Change to long *.
17595         (operand_rank): Change to pointer_map_t.
17596         (find_operand_rank): Return long, -1 if not found.  Declare as inline.
17597         (insert_operand_rank): Accept long.
17598         (operand_entry_hash, operand_entry_eq): Remove.
17599         (get_rank): Return long.  Adjust for changes above.
17600         (init_reassoc): Change rank type to long.  Adjust creation of bb_rank
17601         and operand_rank.
17602         (fini_reassoc): Delete operand_rank with pointer_map_destroy.
17604         * tree-ssa-structalias.c (vi_for_tree): Change to pointer_map.
17605         (struct tree_vi, tree_vi_t, tree_vi_hash, tree_vi_eq): Delete.
17606         (insert_vi_for_tree): Rewrite for pointer_map API.  Assert argument
17607         is not NULL.
17608         (lookup_vi_for_tree): Rewrite for pointer_map API.  Return varinfo_t
17609         directly since it cannot be NULL.
17610         (get_vi_for_tree): Rewrite for pointer_map API.
17611         (find_what_p_points_to): Adjust for change to lookup_vi_for_tree.
17612         (init_alias_vars): Create vi_for_tree as pointer_map.
17613         (delete_points_to_sets): Delete vi_for_tree using pointer_map_destroy.
17615         * tree-cfg.c: Don't include hashtab.h.
17616         (edge_to_cases): Declare as pointer_map.
17617         (struct edge_to_cases_elt, edge_to_cases_hash, edge_to_cases_eq):
17618         Delete.
17619         (edge_to_cases_cleanup): Rewrite as pointer_map_traverse callback.
17620         (start_recording_case_labels): Create edge_to_cases as pointer_map.
17621         (end_recoding_case_labels): Cleanup edge_to_cases manually before
17622         destroying it.
17623         (record_switch_edge): Delete.
17624         (get_cases_for_edge): Adjust for pointer_map API, inline
17625         record_switch_edge (rewritten for new API), remove goto.
17627 2006-02-06  Paolo Bonzini  <bonzini@gnu.org>
17629         * Makefile.in (tree-nested.o): Add pointer-set.h dependency.
17630         * tree-nested.c: Include pointer-set.h.
17631         (var_map_elt, var_map_eq, var_map_hash): Delete.
17632         (struct nesting_info): Remove GTY marker.  Change the two htab_t's
17633         to pointer_map_t's.
17634         (nesting_info_bitmap_obstack): New.
17635         (lookup_field_for_decl): Adjust for pointer_map API.
17636         (lookup_tramp_for_decl): Adjust for pointer_map API.
17637         (get_nonlocal_debug_decl): Adjust for pointer_map API.
17638         (get_local_debug_decl): Adjust for pointer_map API.
17639         (convert_nl_goto_reference): Adjust for pointer_map API.
17640         (convert_nl_goto_receiver): Adjust for pointer_map API.
17641         (create_nesting_tree): Create outside GGC space.  Create bitmap on
17642         the new obstack.  Create field_map and var_map as pointer_maps.
17643         (free_nesting_tree): Adjust for changes to create_nesting_tree.
17644         (root): Delete.
17645         (lower_nested_functions): Move root here, no need to NULL it.
17646         Initialize and release the obstack.
17648 2007-02-06  Paolo Bonzini  <bonzini@gnu.org>
17650         * tree.c (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p):
17651         Remove prototypes and make them non-static.
17652         (struct tree_int_map): Remove.
17653         * tree.h (struct tree_int_map): Move here, turning TO into an
17654         unsigned int.
17655         (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p): Declare.
17657         * tree.h (TREE_COMPLEXITY): Remove.
17658         (struct tree_exp): Remove complexity field.
17659         * tree.c (build1_stat): Don't set it.
17661 2007-02-06  Dorit Nuzman  <dorit@il.ibm.com>
17662             Victor Kaplansky  <victork@il.ibm.com>
17664         * tree-vectorizer.c (vect_is_simple_use): Support induction.
17665         (vect_is_simple_reduction): Support reduction with induction as
17666         one of the operands.
17667         (vect_is_simple_iv_evolution): Fix formatting.
17668         * tree-vect-analyze.c (vect_mark_stmts_to_be_vectorized): Fix
17669         formatting.  Don't mark induction phis for vectorization.
17670         (vect_analyze_scalar_cycles): Analyze all inductions, then reductions.
17671         * tree-vect-transform.c (get_initial_def_for_induction): New function.
17672         (vect_get_vec_def_for_operand): Support induction.
17673         (vect_get_vec_def_for_stmt_copy): Fix formatting and add check for
17674         induction case.
17675         (vectorizable_reduction): Support reduction with induction as one of
17676         the operands.
17677         (vectorizable_type_demotion): Use def-type of stmt argument rather
17678         than dummy def-type.
17680         * tree-ssa-loop.c (gate_scev_const_prop): Return the value of
17681         flag_tree_scev_cprop.
17682         * common.opt (tree-scev-cprop): New flag.
17684         * tree-vect-transform.c (vect_create_destination_var): Use 'kind' in
17685         call to vect_get_new_vect_var.
17687 2007-02-06  Ira Rosen  <irar@il.ibm.com>
17689         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Check that
17690         vectype is not NULL.
17691         (vect_pattern_recog_1): Likewise.
17693 2007-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17695         * fold-const.c (negate_expr_p): Handle CONJ_EXPR.
17696         (fold_negate_expr): Likewise.
17698 2007-02-05  Alexandre Oliva  <aoliva@redhat.com>
17700         PR debug/30189
17701         * dwarf2out.c (modified_type_die): Follow DECL_ORIGINAL_TYPE
17702         even if cv-qualification is the same.
17704 2007-02-05  Geoffrey Keating  <geoffk@apple.com>
17706         * config/rs6000/darwin-tramp.asm (__trampoline_setup): Call
17707         __enable_execute_stack on completion.
17709 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
17711         * config/i386/athlon.md (athlon_fldxf_k8, athlon_fld_k8,
17712         athlon_fstxf_k8, athlon_fst_k8, athlon_fist, athlon_fmov,
17713         athlon_fadd_load, athlon_fadd_load_k8, athlon_fadd, athlon_fmul,
17714         athlon_fmul_load, athlon_fmul_load_k8, athlon_fsgn,
17715         athlon_fdiv_load, athlon_fdiv_load_k8, athlon_fdiv_k8,
17716         athlon_fpspc_load, athlon_fpspc, athlon_fcmov_load,
17717         athlon_fcmov_load_k8, athlon_fcmov_k8, athlon_fcomi_load_k8,
17718         athlon_fcomi, athlon_fcom_load_k8, athlon_fcom): Added amdfam10.
17720 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
17722         * config/i386/i386.md (x86_sahf_1, cmpfp_i_mixed, cmpfp_i_sse,
17723         cmpfp_i_i387, cmpfp_iu_mixed, cmpfp_iu_sse, cmpfp_iu_387,
17724         swapsi, swaphi_1, swapqi_1, swapdi_rex64, fix_truncsfdi_sse,
17725         fix_truncdfdi_sse, fix_truncsfsi_sse, fix_truncdfsi_sse,
17726         x86_fldcw_1, floatsisf2_mixed, floatsisf2_sse, floatdisf2_mixed,
17727         floatdisf2_sse, floatsidf2_mixed, floatsidf2_sse,
17728         floatdidf2_mixed, floatdidf2_sse, muldi3_1_rex64, mulsi3_1,
17729         mulsi3_1_zext, mulhi3_1, mulqi3_1, umulqihi3_1, mulqihi3_insn,
17730         umulditi3_insn, umulsidi3_insn, mulditi3_insn, mulsidi3_insn,
17731         umuldi3_highpart_rex64, umulsi3_highpart_insn,
17732         umulsi3_highpart_zext, smuldi3_highpart_rex64,
17733         smulsi3_highpart_insn, smulsi3_highpart_zext, x86_64_shld,
17734         x86_shld_1, x86_64_shrd, sqrtsf2_mixed, sqrtsf2_sse,
17735         sqrtsf2_i387, sqrtdf2_mixed, sqrtdf2_sse, sqrtdf2_i387,
17736         sqrtextendsfdf2_i387, sqrtxf2, sqrtextendsfxf2_i387,
17737         sqrtextenddfxf2_i387): Added amdfam10_decode.
17739         * config/i386/athlon.md (athlon_idirect_amdfam10,
17740         athlon_ivector_amdfam10, athlon_idirect_load_amdfam10,
17741         athlon_ivector_load_amdfam10, athlon_idirect_both_amdfam10,
17742         athlon_ivector_both_amdfam10, athlon_idirect_store_amdfam10,
17743         athlon_ivector_store_amdfam10): New define_insn_reservation.
17744         (athlon_idirect_loadmov, athlon_idirect_movstore): Added
17745         amdfam10.
17747 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
17749         * config/i386/athlon.md (athlon_call_amdfam10,
17750         athlon_pop_amdfam10, athlon_lea_amdfam10): New
17751         define_insn_reservation.
17752         (athlon_branch, athlon_push, athlon_leave_k8, athlon_imul_k8,
17753         athlon_imul_k8_DI, athlon_imul_mem_k8, athlon_imul_mem_k8_DI,
17754         athlon_idiv, athlon_idiv_mem, athlon_str): Added amdfam10.
17756 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
17758         * config/i386/athlon.md (athlon_sseld_amdfam10,
17759         athlon_mmxld_amdfam10, athlon_ssest_amdfam10,
17760         athlon_mmxssest_short_amdfam10): New define_insn_reservation.
17762 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
17764         * config/i386/athlon.md (athlon_sseins_amdfam10): New
17765         define_insn_reservation.
17766         * config/i386/i386.md (sseins): Added sseins to define_attr type
17767         and define_attr unit.
17768         * config/i386/sse.md: Set type attribute to sseins for insertq
17769         and insertqi.
17771 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
17773         * config/i386/athlon.md (sselog_load_amdfam10, sselog_amdfam10,
17774         ssecmpvector_load_amdfam10, ssecmpvector_amdfam10,
17775         ssecomi_load_amdfam10, ssecomi_amdfam10,
17776         sseaddvector_load_amdfam10, sseaddvector_amdfam10): New
17777         define_insn_reservation.
17778         (ssecmp_load_k8, ssecmp, sseadd_load_k8, seadd): Added amdfam10.
17780 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
17782         * config/i386/athlon.md (cvtss2sd_load_amdfam10,
17783         cvtss2sd_amdfam10, cvtps2pd_load_amdfam10, cvtps2pd_amdfam10,
17784         cvtsi2sd_load_amdfam10, cvtsi2ss_load_amdfam10,
17785         cvtsi2sd_amdfam10, cvtsi2ss_amdfam10, cvtsd2ss_load_amdfam10,
17786         cvtsd2ss_amdfam10, cvtpd2ps_load_amdfam10, cvtpd2ps_amdfam10,
17787         cvtsX2si_load_amdfam10, cvtsX2si_amdfam10): New
17788         define_insn_reservation.
17790         * config/i386/sse.md (cvtsi2ss, cvtsi2ssq, cvtss2si,
17791         cvtss2siq, cvttss2si, cvttss2siq, cvtsi2sd, cvtsi2sdq,
17792         cvtsd2si, cvtsd2siq, cvttsd2si, cvttsd2siq,
17793         cvtpd2dq, cvttpd2dq, cvtsd2ss, cvtss2sd,
17794         cvtpd2ps, cvtps2pd): Added amdfam10_decode attribute.
17796 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
17798         * config/i386/athlon.md (athlon_ssedivvector_amdfam10,
17799         athlon_ssedivvector_load_amdfam10, athlon_ssemulvector_amdfam10,
17800         athlon_ssemulvector_load_amdfam10): New define_insn_reservation.
17801         (athlon_ssediv, athlon_ssediv_load_k8, athlon_ssemul,
17802         athlon_ssemul_load_k8): Added amdfam10.
17804 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
17806         * config/i386/i386.h (TARGET_SSE_UNALIGNED_MOVE_OPTIMAL): New macro.
17807         (x86_sse_unaligned_move_optimal): New variable.
17809         * config/i386/i386.c (x86_sse_unaligned_move_optimal): Enable for
17810         m_AMDFAM10.
17811         (ix86_expand_vector_move_misalign): Add code to generate movupd/movups
17812         for unaligned vector SSE double/single precision loads for AMDFAM10.
17814 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
17816         * config/i386/i386.h (TARGET_AMDFAM10): New macro.
17817         (TARGET_CPU_CPP_BUILTINS): Add code for amdfam10.
17818         Define TARGET_CPU_DEFAULT_amdfam10.
17819         (TARGET_CPU_DEFAULT_NAMES): Add amdfam10.
17820         (processor_type): Add PROCESSOR_AMDFAM10.
17822         * config/i386/i386.md: Add amdfam10 as a new cpu attribute to match
17823         processor_type in config/i386/i386.h.
17824         Enable imul peepholes for TARGET_AMDFAM10.
17826         * config.gcc: Add support for --with-cpu option for amdfam10.
17828         * config/i386/i386.c (amdfam10_cost): New variable.
17829         (m_AMDFAM10): New macro.
17830         (m_ATHLON_K8_AMDFAM10): New macro.
17831         (x86_use_leave, x86_push_memory, x86_movx, x86_unroll_strlen,
17832         x86_cmove, x86_3dnow_a, x86_deep_branch, x86_use_simode_fiop,
17833         x86_promote_QImode, x86_integer_DFmode_moves,
17834         x86_partial_reg_dependency, x86_memory_mismatch_stall,
17835         x86_accumulate_outgoing_args, x86_arch_always_fancy_math_387,
17836         x86_sse_partial_reg_dependency, x86_sse_typeless_stores,
17837         x86_use_ffreep, x86_use_incdec, x86_four_jump_limit,
17838         x86_schedule, x86_use_bt, x86_cmpxchg16b, x86_pad_returns):
17839         Enable/disable for amdfam10.
17840         (override_options): Add amdfam10_cost to processor_target_table.
17841         Set up PROCESSOR_AMDFAM10 for amdfam10 entry in
17842         processor_alias_table.
17843         (ix86_issue_rate): Add PROCESSOR_AMDFAM10.
17844         (ix86_adjust_cost): Add code for amdfam10.
17846 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
17848         * config/i386/i386.opt: Add new Advanced Bit Manipulation (-mabm)
17849         instruction set feature flag. Add new (-mpopcnt) flag for popcnt
17850         instruction. Add new SSE4A (-msse4a) instruction set feature flag.
17851         * config/i386/i386.h: Add builtin definition for SSE4A.
17852         * config/i386/i386.md: Add support for ABM instructions
17853         (popcnt and lzcnt).
17854         * config/i386/sse.md: Add support for SSE4A instructions
17855         (movntss, movntsd, extrq, insertq).
17856         * config/i386/i386.c: Add support for ABM and SSE4A builtins.
17857         Add -march=amdfam10 flag.
17858         * config/i386/ammintrin.h: Add support for SSE4A intrinsics.
17859         * doc/invoke.texi: Add documentation on flags for sse4a, abm, popcnt
17860         and amdfam10.
17861         * doc/extend.texi: Add documentation for SSE4A builtins.
17863 2007-02-05  Bob Wilson  <bob.wilson@acm.org>
17865         * config/xtensa/xtensa.c (constantpool_mem_p): Skip over SUBREGs.
17867 2007-02-05  Richard Guenther  <rguenther@suse.de>
17869         * tree-vectorizer.h (vectorizable_function): Add argument type
17870         argument, change return type.
17871         * tree-vect-patterns.c (vect_recog_pow_pattern): Adjust caller.
17872         * tree-vect-transform.c (vectorizable_function): Handle extra
17873         argument, return vectorized function decl.
17874         (build_vectorized_function_call): Remove.
17875         (vectorizable_call): Handle calls with result and argument types
17876         differing.  Handle loop vectorization factor correctly.
17877         * targhooks.c (default_builtin_vectorized_function): Adjust for
17878         extra argument.
17879         * targhooks.h (default_builtin_vectorized_function): Likewise.
17880         * target.h (builtin_vectorized_function): Add argument type
17881         argument.
17882         * config/i386/i386.c (ix86_builtin_vectorized_function): Handle
17883         extra argument, allow vectorizing of lrintf.
17884         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Adjust
17885         documentation of target hook.
17887 2007-02-05  Hans-Peter Nilsson  <hp@axis.com>
17889         PR target/30665
17890         * config/cris/cris.md ("*andsi_movu", "*andsi_clear", "*andhi_movu")
17891         ("*andhi_clear", andu (casesi+45)): For size-changed operand where
17892         memory is allowed, require !side_effects_p, not just !MEM_VOLATILE_P.
17894 2007-02-05  Roger Sayle  <roger@eyesopen.com>
17896         * fold-const.c (fold_unary) <REAL_PART>: Test for availability of
17897         BUILT_IN_COS before simplifying REAL_PART(CEXPI)) to COS.
17898         <IMAG_PART>: Likewise, check for availability of BUILT_IN_SIN.
17899         * builtins.c (fold_builtin_sincos): Check for TARGET_C99_FUNCTIONS
17900         before canonicalizing sincos to cexpi.
17901         (fold_builtin_cexp): Likewise, for canonicalizing cexp to cexpi.
17903 2007-02-05  Roger Sayle  <roger@eyesopen.com>
17905         * config/alpha/alpha.c (alpha_add_builtins): New Helper function.
17906         Set TREE_READONLY and TREE_NOTHROW directly, not via attributes.
17907         (alpha_init_builtins): Use alpha_add_builtins to process tables.
17909 2007-02-05  Roger Sayle  <roger@eyesopen.com>
17911         * mips-tfile.c (initialize_init_file): Correct endianness test.
17913 2007-02-05  Kazu Hirata  <kazu@codesourcery.com>
17915         * config/m68k/m68k.md (pushdi-1, pushdi, movsi+1): Don't use
17916         the 'y' constraint.
17918 2007-02-05  Richard Sandiford  <richard@codesourcery.com>
17920         * dwarf2out.c (dwarf2out_frame_debug_expr): Record the register
17921         saves in a PARALLEL before the register assignments.
17923 2007-02-05  Richard Sandiford  <richard@codesourcery.com>
17925         * doc/tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Do not require
17926         DWARF_FRAME_RETURN_COLUMN to be a general register.
17927         * dwarf2out.c (init_return_column_size): New function, split from...
17928         (expand_builtin_init_dwarf_reg_sizes): ...here.  Allow both
17929         DWARF_FRAME_RETURN_COLUMN and DWARF_ALT_FRAME_RETURN_COLUMN
17930         to be nongeneral registers.
17931         * config/m68k/m68k.h (DWARF_FRAME_REGNUM): Only map FP and
17932         integer registers.
17933         (DWARF_FRAME_REGISTERS, DWARF_FRAME_RETURN_COLUMN): Define.
17934         (DWARF_ALT_FRAME_RETURN_COLUMN): Define.
17936 2007-02-04  Zdenek Dvorak <dvorakz@suse.cz>
17938         * cfgcleanup.c (try_optimize_cfg): Avoid removing ENTRY_BLOCK_PTR.
17940 2007-02-04  Zdenek Dvorak <dvorakz@suse.cz>
17942         * cfgloopmanip.c (loop_delete_branch_edge): Removed.
17943         (remove_path): Use can_remove_branch_p and remove_branch instead
17944         of loop_delete_branch_edge.
17945         * tree-ssa-loop-manip.c (scale_dominated_blocks_in_loop): New function.
17946         (tree_transform_and_unroll_loop): Remove dead branches immediately.
17947         Update profile using scale_dominated_blocks_in_loop.
17948         * cfghooks.c (can_remove_branch_p, remove_branch): New functions.
17949         * cfghooks.h (struct cfg_hooks): Add can_remove_branch_p.
17950         (can_remove_branch_p, remove_branch): Declare.
17951         * tree-cfg.c (tree_can_remove_branch_p): New function.
17952         (tree_cfg_hooks): Add tree_can_remove_branch_p.
17953         * cfgrtl.c (rtl_can_remove_branch_p): New function.
17954         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Add rtl_can_remove_branch_p.
17956 2007-02-05  Jan Hubicka  <jh@suse.cz>
17958         PR middle-end/30696
17959         * ipa-inline.c (cgraph_clone_inlined_nodes): When there are unanalyzed
17960         nodes in cgraph, don't remove offline copy of the function.
17962 2007-02-04  Jan Hubicka  <jh@suse.cz>
17964         * tree-sra.c (sra_walk_expr): Add linebreaks. BITFIELD_REFs into
17965         vectors might cause maybe_lookup_element_for_expr to be called
17966         on non-sra-candidate.
17968 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
17970         * config/bfin/bfin-modes.def, config/bfin/bfin.c,
17971         config/bfin/bfin.md, config/bfin/predicates.md: Follow
17972         spelling conventions.
17974 2007-02-04  Richard Guenther  <rguenther@suse.de>
17976         PR middle-end/30636
17977         * fold-const.c (try_move_mult_to_index): Make sure to not
17978         overflow one dimension of a multi-dimensional array access.
17980 2007-02-04  Jan Hubicka  <jh@suse.cz>
17982         * passes.c (init_optimization_passes): Reindent.
17984 2007-02-04  Jan Hubicka  <jh@suse.cz>
17985             Eric Botcazou  <ebotcazou@adacore.com>
17987         * tree-optimize.c (has_abnormal_outgoing_edge_p): Move to...
17988         (execute_fixup_cfg): Break out the abnormal goto code.
17989         * tree-inline.c (has_abnormal_outgoing_edge_p): ...here.
17990         (make_nonlocal_label_edges): Move here from execute_fixup_cfg.
17991         (optimize_inline_calls): Call make_nonlocal_label_edges.
17993 2007-02-04  Jan Hubicka  <jh@suse.cz>
17995         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return
17996         true when something was changed.
17997         (rename_ssa_copies): When something was changed, do
17998         TODO_remove_unused_locals.
17999         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
18000         add TODO_remove_unused_locals when instruction was removed.
18002 2007-02-04  Jan Hubicka  <jh@suse.cz>
18004         * ipa-inline.c (try_inline): Improve debug output; work on already
18005         inline edges too.
18006         (cgraph_decide_inlining_incrementally): Indent; improve debug output;
18007         call try_inline for already inlined edges too when flattening;
18008         inline also functions that make callee growth but overall unit size
18009         reduce.
18011 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
18013         * config/m32c/bitops.md, config/m32c/jump.md,
18014         config/m32c/m32c.c, config/m32c/m32c.h, config/m32r/m32r.c,
18015         config/m32r/m32r.h, config/m32r/m32r.md,
18016         config/m32r/predicates.md, config/m68hc11/larith.asm,
18017         config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
18018         config/m68k/m68k.h, config/mcore/mcore.md, config/mips/4k.md,
18019         config/mips/mips-protos.h, config/mips/mips.c,
18020         config/mips/mips.h, config/mips/mips.md, config/mips/mips16.S,
18021         config/mn10300/mn10300.h, config/mn10300/predicates.md,
18022         config/mt/mt.c, config/mt/mt.h, config/mt/mt.md: Follow
18023         spelling conventions.
18025         * config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
18026         Follow spelling conventions.
18028 2007-02-03  Douglas Gregor  <doug.gregor@gmail.com>
18030         * c-opts.c (c_common_post_options): If C++0x mode is enabled, don't
18031         warn about C++0x compatibility.
18033 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
18035         * config/h8300/h8300.c, config/h8300/h8300.h,
18036         config/h8300/h8300.md: Follow spelling conventions.
18038 2007-02-03  Uros Bizjak  <ubizjak@gmail.com>
18040         PR middle-end/30667
18041         * combine.c (try_combine): Do not substitute source operand
18042         with constants wider than 2 * HOST_BITS_PER_WIDE_INT.
18044 2007-02-03  Jan Hubicka  <jh@suse.cz>
18046         PR gcov-profile/30650
18047         * value-prof.c (stringop_block_profile): Fix handling of size counter;
18048         do not divide by zero for never executed counters.
18049         (tree_find_values_to_profile): Fix counters.
18050         * gcov-ui.h (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): Fix comments.
18052 2007-02-03  Ian Lance Taylor  <iant@google.com>
18054         * lower-subreg.c (simple_move_operand): New static function,
18055         broken out of simple_move.  Reject LABEL_REF, SYMBOL_REF, and HIGH
18056         operands.
18057         (simple_move): Call simple_move_operand.
18058         (find_decomposable_subregs): Add special handling of MEMs.
18059         (can_decompose_p): Rename from cannot_decompose_p.  Reverse
18060         meaning of return value.  If we see a hard register, test whether
18061         it can store a word_mode value.  Change all callers.
18063 2007-02-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18065         * pa.md (addvdi3, addvsi3, subvdi3, subvsi3, negvdi2, negvsi2): New
18066         ftrapv insns and expanders.
18067         (subdi3): Change define_expand operand 1 to arith11_operand, and
18068         operand 2 to reg_or_0_operand.  Change constraints of 64-bit insn
18069         pattern to handle reg_or_0 operands.  Revise 32-bit insn pattern to
18070         handle 11-bit constants and reg_or_0 operands in operands 1 and 2,
18071         respectively.
18073         PR middle-end/30174
18074         * varasm.c (notice_global_symbol): Treat global objects as weak when
18075         flag_shlib is true.
18077 2007-02-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18079         * emit-rtl.c (dconstpi): Delete.
18080         (dconstsqrt2): New.
18081         (init_emit_once): Delete dconstpi and init dconstsqrt2.
18082         * real.h (dconstpi): Delete.
18083         (dconstsqrt2): New.
18084         * builtins.c (fold_builtin_cabs): Use dconstsqrt2.
18085         (fold_builtin_hypot): Likewise.
18087 2007-02-03  Tom Tromey  <tromey@redhat.com>
18089         PR driver/30246
18090         * gcc.c (cpp_unique_options): Any of -ggdb3, -gstabs3,
18091         -gcoff3, -gxcoff3, -gvms3 implies -dD.
18093 2007-02-03  Kazu Hirata  <kazu@codesourcery.com>
18095         * c-decl.c, config/avr/avr.c, config/avr/avr.h,
18096         config/m68k/m68k.c, config/m68k/netbsd-elf.h,
18097         config/mn10300/mn10300.c, config/pdp11/pdp11.h,
18098         config/rs6000/cell.md, config/rs6000/darwin.h,
18099         config/sh/sh.md, config/sh/sh4-300.md, config/spu/spu.c,
18100         config/spu/spu.md, cselib.c, expr.c, haifa-sched.c, hwint.h,
18101         jump.c, reload.c, sched-deps.c, sched-int.h, tree-inline.c,
18102         tree-profile.c, tree-ssa-live.h, tree-vrp.c: Fix comment
18103         typos.  Follow spelling conventions.
18104         * doc/invoke.texi: Follow spelling conventions.
18106 2007-02-03  Roger Sayle  <roger@eyesopen.com>
18108         * simplify-rtx.c (simplify_relational_operation_1): Implement some
18109         canonicalization transformations that attempt to simplify integer
18110         constant comparisons to become comparisons against zero.
18112 2007-02-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18114         * builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into
18115         fabs(x)*sqrt(2).
18116         * fold-const.c (fold_binary): Fix comment typos.  Fold complex
18117         (x,0)-(0,y) into (x,-y).  Likewise (0,y)-(x,0) into (-x,y).
18119 2007-02-02  Mike Stump  <mrs@apple.com>
18121         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Add.
18122         * config/rs6000/rs6000.c (DARWIN_GENERATE_ISLANDS): Add.
18123         (output_call): Use DARWIN_GENERATE_ISLANDS to decide when to
18124         generate a branch island.
18126 2007-02-02  Bob Wilson  <bob.wilson@acm.org>
18128         * config/xtensa/xtensa.c (smalloffset_mem_p): Use BASE_REG_P.
18129         (xtensa_legitimate_address_p): New.
18130         (xtensa_legitimize_address): New.
18131         (xtensa_output_addr_const_extra): New.
18132         * config/xtensa/xtensa.h (REG_OK_STRICT_FLAG): Define.
18133         (BASE_REG_P): New.
18134         (REG_OK_FOR_BASE_P): Use BASE_REG_P.
18135         (GO_IF_LEGITIMATE_ADDRESS): Move code to xtensa_legitimate_address_p.
18136         (LEGITIMIZE_ADDRESS): Move code to xtensa_legitimize_address.
18137         (OUTPUT_ADDR_CONST_EXTRA): Move code to xtensa_output_addr_const_extra.
18138         * config/xtensa/xtensa-protos.h (xtensa_legitimate_address_p): New.
18139         (xtensa_legitimize_address): New.
18140         (xtensa_output_addr_const_extra): New.
18142 2007-02-02  Steve Ellcey  <sje@cup.hp.com>
18144         * config/ia64/ia64.c (ia64_print_operand): Fix compare strings.
18146 2007-02-02  Ian Lance Taylor  <iant@google.com>
18148         * expmed.c (expand_divmod): Add comment.
18150 2007-02-02  Kazu Hirata  <kazu@codesourcery.com>
18152         * emit-rtl.c (renumber_insns): Remove.
18153         * flags.h: Remove the extern for flag_renumber_insns.
18154         * rtl.h: Remove the prototype for renumber_insns.
18155         * toplev.c (flag_renumber_insns): Remove.
18157 2007-02-02  Hui-May Chang  <hm.chang@apple.com>
18159         Revert for x86 darwin:
18160         2005-06-19  Uros Bizjak  <uros@kss-loka.si>
18162         * config/i386/i386.c (ix86_function_arg_regno_p): Put back the
18163         code before the following patch under TARGET_MACHO.
18164         (ix86_function_value_regno_p): Likewise.
18166 2007-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18168         * fold-const.c (negate_expr_p, fold_negate_expr): Handle
18169         COMPLEX_EXPR.
18171 2007-02-02  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
18173         PR target/29682
18174         * config/ia64/ia64.c (ia64_speculate_insn): Restrict to memory
18175         loads to general or fp registers.  Add comments.
18176         * config/ia64/ia64.md (reg_pred_prefix): Add comment.
18178 2007-02-02  Paolo Bonzini  <bonzini@gnu.org>
18180         * pointer-set.c (insert_aux): Only return insertion slot.
18181         (pointer_set_insert): Adjust.
18182         (pointer_set_traverse, struct pointer_map_t, pointer_map_create,
18183         pointer_map_destroy, pointer_map_insert, pointer_map_contains,
18184         pointer_map_traverse): New.
18185         * pointer-set.h (pointer_set_traverse, struct pointer_map_t,
18186         pointer_map_create,  pointer_map_destroy, pointer_map_insert,
18187         pointer_map_contains, pointer_map_traverse): Declare.
18189 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
18191         PR middle-end/30473
18192         * builtins.c (fold_builtin_sprintf): Do not attempt to optimize
18193         sprintf (str, "%s").  Do not optimize sprintf (str, "nopercent", p++).
18195 2007-02-02  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
18197         * sched-int.h (ds_to_dk, dk_to_ds): Declare functions.
18199         (struct _dep): New type.
18200         (dep_t): New typedef.
18201         (DEP_PRO, DEP_CON, DEP_KIND): New access macros.
18202         (DEP_STATUS): New access macro.  The macro with the same name was
18203         renamed to DEP_LINK_STATUS.
18204         (dep_init): Declare function
18206         (struct _dep_link): New type.
18207         (dep_link_t): New typedef.
18208         (DEP_LINK_NODE, DEP_LINK_NEXT, DEP_LINK_PREV_NEXTP): New access macros.
18209         (DEP_LINK_DEP, DEP_LINK_PRO, DEP_LINK_CON, DEP_LINK_KIND): New macros.
18210         (DEP_LINK_STATUS): New macro.
18211         (debug_dep_links): New debug function.
18213         (struct _deps_list): New type.
18214         (deps_list_t): New typedef.
18215         (DEPS_LIST_FIRST): New access macro.
18216         (FOR_EACH_DEP_LINK): New cycle macro.
18217         (create_deps_list, free_deps_list, delete_deps_list): Declare
18218         functions.
18219         (deps_list_empty_p, debug_deps_list, add_back_dep_to_deps_list): Ditto.
18220         (find_link_by_pro_in_deps_list, find_link_by_con_in_deps_list): Ditto.
18221         (copy_deps_list_change_con): Ditto.
18223         (move_dep_link): Declare function.
18225         (struct _dep_node): New type.
18226         (dep_node_t): New typedef.
18227         (DEP_NODE_BACK, DEP_NODE_DEP, DEP_NODE_FORW): New access macros.
18229         (struct haifa_insn_data.back_deps): New field to hold backward
18230         dependencies of the insn.
18231         (struct haifa_insn_data.depend): Rename to forw_deps.  Change its type
18232         to deps_list_t.
18233         (struct haifa_insn_data.resolved_deps): Rename to resolved_back_deps.
18234         Change its type to deps_list_t.
18235         (INSN_BACK_DEPS): New access macro to use instead of LOG_LINKS.
18236         (INSN_DEPEND): Rename to INSN_FORW_DEPS.
18237         (RESOLVED_DEPS): Rename to INSN_RESOLVED_BACK_DEPS.
18239         (INSN_COST): Move to haifa-sched.c.  Use insn_cost () instead.
18241         (DEP_STATUS): Rename to DEP_LINK_STATUS.  Fix typo in the comment.
18243         (add_forw_dep, delete_back_forw_dep, insn_cost): Update declaration
18244         and all callers.
18245         (dep_cost): Declare.
18247         * sched-deps.c (CHECK): New macro to (en/dis)able sanity checks.
18248         (ds_to_dk, dk_to_ds): New functions.
18250         (init_dep_1): New static function.
18251         (init_dep): New function.
18252         (copy_dep): New static function.
18254         (dep_link_consistent_p, attach_dep_link, add_to_deps_list): New static
18255         functions.
18256         (detach_dep_link): New static function.
18257         (move_dep_link): New function.
18259         (dep_links_consistent_p, dump_dep_links): New static functions.
18260         (debug_dep_links): New debugging function.
18262         (deps_obstack, dl_obstack, dn_obstack): New static variables.
18264         (alloc_deps_list, init_deps_list): New static functions.
18265         (create_deps_list): New function.
18266         (clear_deps_list): New static function.
18267         (free_deps_list, delete_deps_list, deps_list_empty_p): New functions.
18268         (deps_list_consistent_p, dump_deps_list): New static functions.
18269         (debug_deps_list): New function.
18270         (add_back_dep_to_deps_list, find_link_by_pro_in_deps_list): New
18271         functions.
18272         (find_link_by_con_in_deps_list, copy_deps_list_change_con): Ditto.
18274         (maybe_add_or_update_back_dep_1, add_or_update_back_dep_1): Update to
18275         use new scheduler dependencies lists.
18276         (add_back_dep, delete_all_dependences, fixup_sched_groups): Ditto.
18277         (sched_analyze): Ditto.  Initialize dependencies lists.
18278         (add_forw_dep, compute_forward_dependences): Update to use new
18279         scheduler dependencies lists.
18281         (init_dependency_caches): Init deps_obstack.
18282         (free_dependency_caches): Free deps_obstack.
18284         (adjust_add_sorted_back_dep, adjust_back_add_forw_dep): Update to use
18285         new scheduler dependencies lists.
18286         (delete_forw_dep, add_or_update_back_forw_dep): Ditto.
18287         (add_back_forw_dep, delete_back_forw_dep): Ditto.
18289         * sched-rgn.c (set_spec_fed, find_conditional_protection, is_pfree):
18290         Update to use new scheduler dependencies lists.
18291         (is_conditionally_protected, is_prisky, add_branch_dependences): Ditto.
18292         (debug_dependencies): Ditto.
18293         (schedule_region): Update comments.
18295         * sched-ebb.c (earliest_block_with_similiar_load): Update to use new
18296         scheduler dependencies lists.
18297         (schedule_ebb): Update comments.
18299         * rtl.def (DEPS_LIST): Remove.
18301         * lists.c (unused_deps_list): Remove.
18302         (free_list): Update assertions.
18304         (alloc_DEPS_LIST, free_DEPS_LIST_list, free_DEPS_LIST_node): Remove.
18305         (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
18307         * rtl.h (free_DEPS_LIST_list, alloc_DEPS_LIST): Remove declarations.
18308         (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
18310         * haifa-sched.c (comments): Update.
18311         (insn_cost1): Remove.  Inline the code into insn_cost ().
18312         (insn_cost): Update to use new scheduler dependencies lists.  Move
18313         processing of the dependency cost to dep_cost ().
18314         (dep_cost): New function.  Use it instead of insn_cost () when
18315         evaluating cost of the dependency.  Use compatible interface to
18316         interact with the target.
18317         (priority): Update to use new scheduler dependencies lists.
18318         (rank_for_schedule): Ditto.  Optimize heuristic that prefers the insn
18319         with greater number of insns that depend on the insn.
18320         (schedule_insn): Update to use new scheduler dependencies lists.  Add
18321         code to free backward dependencies lists.  Inline and optimize code
18322         from resolve_dep () - see PR28071.
18323         (ok_for_early_queue_removal): Update to use new scheduler dependencies
18324         lists.  Update call to targetm.sched.is_costly_dependence hook.
18326         (fix_inter_tick, try_ready, fix_tick_ready): Update to use new
18327         scheduler dependencies lists.
18329         (resolve_dep): Remove.  Move the logic to schedule_insn ().
18330         (init_h_i_d): Initialize dependencies lists.
18332         (process_insn_depend_be_in_spec): Rename to
18333         process_insn_forw_deps_be_in_spec.  Update to use new scheduler
18334         dependencies lists.
18335         (add_to_speculative_block, create_check_block_twin, fix_recovery_deps):
18336         Update to use new scheduler dependencies lists.
18337         (clear_priorities, calc_priorities, add_jump_dependencies): Ditto.
18339         * ddg.c (create_ddg_dependence, create_ddg_dep_no_link): Update to use
18340         new scheduler dependencies lists.
18341         (build_intra_loop_deps): Ditto.
18343         * target.h (struct _dep): Declare to use in
18344         gcc_target.sched.is_costly_dependence.
18345         (struct gcc_target.sched.adjust_cost): Fix typo.
18346         (struct gcc_target.sched.is_costly_dependence): Change signature to
18347         use single dep_t parameter instead of an equivalent triad.
18348         (struct gcc_target.sched.adjust_cost_2): Remove.
18350         * target-def.h (TARGET_SCHED_ADJUST_COST_2): Remove.
18352         * reg-notes.def (DEP_TRUE, DEP_OUTPUT, DEP_ANTI): Update comments.
18354         * doc/tm.texi (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Update
18355         documentation.
18356         (TARGET_SCHED_ADJUST_COST_2): Remove documentation.
18358         * doc/rtl.texi (LOG_LINKS): Remove part about instruction scheduler.
18359         (REG_DEP_TRUE): Document.
18361         * config/ia64/ia64.c (ia64_adjust_cost_2): Rename to ia64_adjust_cost.
18362         Change signature to correspond to the targetm.sched.adjust_cost hook.
18363         Update use in TARGET_SCHED_ADJUST_COST_2.
18364         (TARGET_SCHED_ADJUST_COST_2): Rename to TARGET_SCHED_ADJUST_COST.
18365         (ia64_dependencies_evaluation_hook, ia64_dfa_new_cycle): Update to use
18366         new scheduler dependencies lists.
18367         (ia64_gen_check): Ditto.
18369         * config/mips/mips.c (vr4130_swap_insns_p): Update to use new
18370         scheduler dependencies lists.
18372         * config/rs6000/rs6000.c (rs6000_is_costly_dependence): Change
18373         signature to correspond to the targetm.sched.is_costly_dependence hook.
18374         (is_costly_group): Update to use new scheduler dependencies lists.
18376         * config/spu/spu.c (spu_sched_adjust_cost): Use insn_cost () function
18377         instead of INSN_COST () macro.
18379 2007-02-01  Ian Lance Taylor  <iant@google.com>
18381         * lower-subreg.c (resolve_clobber): Handle a subreg of a concatn.
18383 2007-02-01  Guy Martin  <gmsoft@gentoo.org>
18385         * pa.md (tp_load): Correct mfctl instruction syntax.
18387 2007-02-01  Geoffrey Keating  <geoffk@apple.com>
18389         * config/rs6000/rs6000.c (rs6000_stack_info): Correct
18390         altivec_padding_size calculation on AIX.  Improve comment, add
18391         assert to verify that it's right.
18393         * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Don't define for
18394         64-bit.
18396 2007-2-01  Seongbae Park  <seongbae.park@gmail.com>
18398         PR inline-asm/28686
18399         * global.c (global_alloc): Add mising initialization of
18400         ELIMINABLE_REGSET.
18402 2007-02-01  Roger Sayle  <roger@eyesopen.com>
18404         * alias.c (init_alias_analysis): Correct whitespace.
18405         * bb-reorder.c (fix_edges_for_rarely_executed_code,
18406         partition_hot_cold_basic_blocks): Likewise.
18407         * builtins.c (expand_builtin_printf, expand_builtin_fprintf,
18408         expand_builtin_sprintf, fold_builtin_carg, fold_builtin_sprintf,
18409         maybe_emit_sprintf_chk_warning, fold_builtin_sprintf_chk,
18410         fold_builtin_snprintf_chk, fold_builtin_printf,
18411         fold_builtin_fprintf, do_mpfr_ckconv, do_mpfr_arg1, do_mpfr_arg2,
18412         do_mpfr_arg3, do_mpfr_sincos): Likewise.
18413         * cfgcleanup.c (cleanup_cfg): Likewise.
18414         * cfgexpand.c (tree_expand_cfg): Likewise.
18415         * fold-const.c (fold_binary) <RDIV_EXPR>: Likewise.
18416         * function.c (get_next_funcdef_no): Likewise.
18417         * gengtype.c (main): Likewise.
18418         * genmodes.c (main): Likewise.
18419         * gcse.c (bypass_conditional_jumps, print_ldst_list): Likewise.
18420         * haifa-sched.c (schedule_block, extend_h_i_d): Likewise.
18421         * ifcvt.c (noce_emit_move_insn): Likewise.
18422         * modulo-sched.c (generate_prolog_epilog, sms_schedule_by_order):
18423         Likewise.
18424         * stor-layout.c (get_best_mode): Likewise.
18425         * tree-ssa-loop-niter.c (get_val_for): Likewise.
18426         * tree-ssa-structalias.c (get_varinfo, get_varinfo_fc,
18427         scc_visit, do_ds_constraint, do_complex_constraint, label_visit,
18428         perform_var_substitution, solve_graph): Likewise.
18429         * tree-vrp.c (vrp_finalize): Likewise.
18431 2007-02-01  Ian Lance Taylor  <iant@google.com>
18433         * lower-subreg.c (simplify_gen_subreg_concatn): If we ask for the
18434         high part of a paradoxical subreg, return a constant zero.
18436 2007-02-01  Zdenek Dvorak <dvorakz@suse.cz>
18438         * toplev.c (lang_dependent_init): Call init_set_costs.
18439         * loop-init.c (loop_optimizer_init): Do not call init_set_costs.
18441 2007-02-01  Richard Guenther  <rguenther@suse.de>
18443         PR middle-end/30656
18444         * fold-const.c (fold_negate_expr): Allow negating a
18445         constant if overflow does not change.
18447 2007-02-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18449         * doc/c-tree.texi (Expression trees): Improve markup.
18450         * doc/tm.texi (Register Classes, Addressing Modes)
18451         (Floating Point): Fix spacing after abbreviations.  Fix some
18452         typos.
18454 2007-02-01  Ben Elliston  <bje@au.ibm.com>
18456         * doc/invoke.texi: Replace "bugfix" with "bug fix" throughout.
18457         * doc/contrib.texi: Likewise.
18458         * doc/install.texi: Likewise.
18460 2007-01-31  Richard Henderson  <rth@redhat.com>
18461             Ian Lance Taylor  <iant@google.com>
18463         * lower-subreg.c: New file.
18464         * rtl.def (CONCATN): Define.
18465         * passes.c (init_optimization_passes): Add pass_lower_subreg and
18466         pass_lower_subreg2.
18467         * emit-rtl.c (update_reg_offset): New static function, broken out
18468         of gen_rtx_REG_offset.
18469         (gen_rtx_REG_offset): Call update_reg_offset.
18470         (gen_reg_rtx_offset): New function.
18471         * regclass.c: Revert patch of 2006-03-05, restoring
18472         reg_scan_update.
18473         (clear_reg_info_regno): New function.
18474         * dwarf2out.c (concatn_loc_descriptor): New static function.
18475         (loc_descriptor): Handle CONCATN.
18476         * common.opt (fsplit_wide_types): New option.
18477         * opts.c (decode_options): Set flag_split_wide_types when
18478         optimizing.
18479         * timevar.def (TV_LOWER_SUBREG): Define.
18480         * rtl.h (gen_reg_rtx_offset): Declare.
18481         (reg_scan_update): Declare.
18482         * regs.h (clear_reg_info_regno): Declare.
18483         * tree-pass.h (pass_lower_subreg): Declare.
18484         (pass_lower_subreg2): Declare.
18485         * doc/invoke.texi (Option Summary): List -fno-split-wide-types.
18486         (Optimize Options): Add -fsplit-wide-types to -O1 list.  Document
18487         -fsplit-wide-types.
18488         * doc/rtl.texi (Regs and Memory): Document concat and concatn.
18489         * Makefile.in (OBJS-common): Add lower-subreg.o.
18490         (lower-subreg.o): New target.
18492 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
18494         * config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.
18496 2007-01-31  Anatoly Sokolov <aesok@post.ru>
18498         PR target/19087
18499         * config/avr/avr.c (DWARF2_ADDR_SIZE): Define.
18501 2007-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18503         PR middle-end/29335
18504         * builtins.c (fold_builtin_sqrt): Use MPFR for constant args.
18506 2007-01-31  Zdenek Dvorak <dvorakz@suse.cz>
18508         * cfgloop.h: Include vec-prim.h.
18509         (enum li_flags): Remove LI_ONLY_OLD.
18510         (loop_iterator): Changed.
18511         (fel_next, fel_init): Iterate over loop tree.
18512         (FOR_EACH_LOOP_BREAK): New macro.
18513         * loop-unswitch.c (unswitch_loops): Do not pass LI_ONLY_OLD to
18514         FOR_EACH_LOOP.
18515         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Ditto.
18516         * modulo-sched.c (sms_schedule): Ditto.
18517         * tree-vectorizer.c (vectorize_loops): Ditto.
18518         * doc/loop.texi: Update information on loop numbering and behavior of
18519         FOR_EACH_LOOP wrto new loops.
18520         * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop,
18521         add_to_evolution_1): Test nestedness of loops instead of comparing
18522         their numbers.
18523         * tree-chrec.c (chrec_fold_plus_poly_poly,
18524         chrec_fold_multiply_poly_poly, chrec_evaluate,
18525         hide_evolution_in_other_loops_than_loop, chrec_component_in_loop_num,
18526         reset_evolution_in_loop): Ditto.
18527         * Makefile.in (CFGLOOP_H): Add vecprim.h dependency.
18529 2007-01-31  Dirk Mueller  <dmueller@suse.de>
18531         * c-common.c (warn_about_parentheses): Separate warning about
18532         un-parenthized sequence of comparison operators from the one
18533         which is supposed to warn about x <= y <= z.
18535 2007-01-31  Uros Bizjak  <ubizjak@gmail.com>
18537         * optabs.h (enum optab_index): Add new OTI_isinf.
18538         (isinf_optab): Define corresponding macro.
18539         * optabs.c (init_optabs): Initialize isinf_optab.
18540         * genopinit.c (optabs): Implement isinf_optab using isinf?f2
18541         patterns.
18542         * builtins.c (mathfn_built_in): Handle BUILT_IN_ISINF{,F,L}.
18543         (expand_builtin_interclass_mathfn): Expand BUILT_IN_ISINF{,F,L}
18544         using isinf_optab.
18545         (expand_builtin): Expand BUILT_IN_ISINF{,F,L} using
18546         expand_builtin_interclass_mathfn.
18547         * reg_stack.c (subst_stack_regs_pat): Handle UNSPEC_FXAM.
18548         * config/i386/i386.md (UNSPEC_FXAM): New constant.
18549         (fxam<mode>2_i387): New insn pattern.
18550         (isinf<mode>2) New expander to implement isinf, isinff and isinfl
18551         built-in functions as x87 inline asm.
18553 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
18555         * config/arm/unwind-arm.h (_sleb128_t, _uleb128_t): New.
18557 2007-01-30  Eric Christopher  <echristo@apple.com>
18559         * config.gcc: Add geode.
18561 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
18563         * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
18564         ipa-inline.c, tree-profile.c, tree-ssa-live.c,
18565         tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c,
18566         value-prof.c: Fix comment typos.
18568 2007-01-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
18570         PR c++/24745
18571         * doc/invoke.texi (Wpointer-arith): Document warning.
18573 2007-01-30  Janis Johnson  <janis187@us.ibm.com>
18575         * doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
18576         the list of discrepancies from the draft TR.
18578 2007-01-30  Dirk Mueller  <dmueller@suse.de>
18580         PR c++/30601
18581         * doc/invoke.texi (-Wreturn-type): Update description to
18582         match new behavior.
18584 2007-01-30  Richard Sandiford  <richard@codesourcery.com>
18586         * cfgrtl.c (try_redirect_by_replacing_jump): Check only_sets_cc0_p.
18588 2007-01-30  Uros Bizjak  <ubizjak@gmail.com>
18590         * builtins.c (expand_builtin_int_interclass_roundingfn): New function
18591         to handle optabs that operate on floating point input argument and
18592         output to integer output.
18593         (expand_builtin_mathfn) [BUILT_IN_ILOGB]: Move from here ...
18594         (expand_builtin_interclass_mathfn) [BUILT_IN_ILOGB]: ... to here.
18595         (expand_builtin): Expand BUILT_IN_ILOGB{,F,L} using
18596         expand_builtin_interclass_mathfn ().
18597         * config/i386/i386.md (fxtractxf3_i387): Rename from *fxtractxf3_i387.
18598         (ilogbsi2): Remove.
18599         (ilogbxf2, ilogb<mode>2): New expanders to implement ilogb, ilogbf and
18600         ilogbl built-in functions as x87 intrinsics.
18602 2007-01-30  Richard Guenther  <rguenther@suse.de>
18604         PR middle-end/27657
18605         * dwarf2out.c (reference_to_unused): Query varpool if the
18606         variable was output.
18608 2007-01-30  Richard Guenther  <rguenther@suse.de>
18610         PR middle-end/30313
18611         * passes.c (execute_one_pass): Reset in_gimple_form to not
18612         confuse non-unit-at-a-time mode.
18614 2007-01-29  Roger Sayle  <roger@eyesopen.com>
18615             Richard Guenther  <rguenther@suse.de>
18617         * fold-const.c (round_up): Make HIGH an unsigned HOST_WIDE_INT to
18618         avoid undefined behaviour on overflow.  Use force_fit_type_double
18619         to construct the constant with the specified TREE_OVERFLOW.
18621 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
18623         * config/dfp-bit.c: Add parameterized support for fp exceptions.
18624         * config/dfp-bit.h: Ditto.
18626 2007-01-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
18628         * c-decl.c (pop_scope): Replace warnings with call to
18629         warn_for_unused_label.
18630         * c-common.h (warn_for_unused_label): Declare.
18631         * c-common.c (warn_for_unused_label): Define.
18633 2007-01-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
18635         * tree-optimize.c (update_inlined_to_pointers): Delete unused
18636         function.
18638 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
18640         * Makefile.in (USER_H): Remove decfloat.h.
18641         * ginclude/decfloat.h: Delete, moving contents to ...
18642         * ginclude/float.h: Add support for decimal floating point,
18643         guarded by __STDC_WANT_DEC_FP__.
18645 2007-01-29  Mike Stump  <mrs@apple.com>
18647         * doc/gccint.texi (Top): Rename Loop Representation to Loop
18648         Analysis and Representation to resolve case insensitive conflict.
18649         * doc/loop.texi (Loop Analysis and Representation): Likewise.
18651 2007-01-28  Daniel Berlin  <dberlin@dberlin.org>
18653         * tree.h (struct tree_memory_tag): Add aliases member.
18654         (MTAG_ALIASES): New macro.
18655         * tree-ssa-alias.c (alias_bitmap_obstack): New variable.
18656         (add_may_alias): Remove pointer-set. Update for may_aliases being
18657         a bitmap.
18658         (mark_aliases_call_clobbered): Update for may_aliases being a
18659         bitmap.
18660         (compute_tag_properties): Ditto.
18661         (create_partition_for): Ditto.
18662         (compute_memory_partitions): Ditto.
18663         (dump_may_aliases_for): Ditto.
18664         (is_aliased_with): Ditto.
18665         (add_may_alias_for_new_tag): Ditto.
18666         (rewrite_alias_set_for): Rewrite for may_aliases being a bitmap.
18667         (compute_is_aliased): New function.
18668         (compute_may_aliases): Call compute_is_aliased).
18669         (init_alias_info): Initialize alias_bitmap_obstack.
18670         (union_alias_set_into): New function.
18671         (compute_flow_sensitive_aliasing): Use union_aliases_into.
18672         (have_common_aliases_p): Rewrite to take two bitmaps and use
18673         intersection.
18674         (compute_flow_insensitive_aliasing): Stop using pointer-sets.
18675         Update for bitmaps.
18676         (finalize_ref_all_pointers): Update for add_may_alias changes.
18677         (new_type_alias): Ditto.
18678         * tree-flow-inline.h (may_aliases): Return a bitmap.
18679         * tree-dfa.c (dump_variable): Check for MTAG_P'ness.
18680         * tree-ssa.c (verify_flow_insensitive_alias_info): Update for
18681         may_aliases being a bitmap.
18682         * tree-flow.h (struct var_ann_d): Remove may_aliases member.
18683         may_aliases now returns a bitmap.
18684         * tree-ssa-structalias.c (merge_smts_into): Update for may_aliases
18685         being a bitmap.
18686         * tree-ssa-operands.c (add_virtual_operand): Update for
18687         may_aliases being a bitmap.
18689 2007-01-29  Daniel Berlin  <dberlin@dberlin.org>
18691         PR tree-optimization/30630
18692         * tree-ssa-structalias.c (do_complex_constraint): Mark correct
18693         variable as changed.
18695 2007-01-29  Simon Martin  <simartin@users.sourceforge.net>
18697         PR c++/28266
18698         * gimplify.c (gimplify_target_expr): Make sure that the TARGET_EXPR is
18699         expanded only once even if an error occurs.
18701 2007-01-29  Ben Elliston  <bje@au.ibm.com>
18703         * gcov-io.h (__gcov_indirect_call_profiler): Declare.
18704         (__gcov_average_profiler): Likewise.
18705         (__gcov_ior_profiler): Likewise.
18706         (__gcov_merge_ior): Likewise.
18708 2007-01-28  Jan Hubicka  <jh@suse.cz>
18710         * builtins.c (expand_builtin_memset): Fix typo in my last patch.
18711         * value-prof.c (stringop_block_profile): Likewise.
18713 2007-01-28  Jan Hubicka  <jh@suse.cz>
18715         * expr.c (emit_block_move_via_movmem, emit_block_move_via_libcall):
18716         Add variant handling histograms; add wrapper.
18717         (clear_storage_via_libcall): Export.
18718         (emit_block_move_hints): Break out from ...; add histograms.
18719         (emit_block_move): ... this one.
18720         (clear_storage_hints): Break out from ...; add histograms.
18721         (clear_storage): ... this one.
18722         (set_storage_via_memset): Handle histogram.
18723         * expr.h (emit_block_move_via_libcall, emit_block_move_hints): Declare.
18724         (clear_storage_hints, clear_storage_via_libcall): Declare.
18725         (set_storage_via_setmem): Update prototype.
18726         * doc/md.texi (movmem, setmem): Document new arguments.
18728         * value-prof.c (dump_histogram_value, tree_find_values_to_profile):
18729         Add new histograms.
18730         (stringop_block_profile): New global function.
18731         (tree_stringops_values_to_profile): Profile block size and alignment.
18732         * value-prof.h (enum hist_type): add HIST_TYPE_AVERAGE and
18733         HIST_TYPE_IOR.
18734         (struct profile_hooks): Add gen_average_profiler and gen_ior_profiler.
18735         (stringop_block_profile): Declare.
18736         * builtins.c: Include value-prof.h.
18737         (expand_builtin_memcpy, expand_builtin_memset): Pass block profile.
18738         * gcov-ui.h (GCOV_COUNTER_NAMES): Add new counter.
18739         (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): New constants.
18740         (GCOV_COUNTERS, GCOV_LAST_VALUE_COUNTER): Update.
18741         * profile.c (instrument_values): Add new counters.
18742         * cfgexpand.c (expand_gimple_basic_block): Propagate histograms to
18743         calls.
18744         * tree-profile.c (tree_average_profiler_fn, tree_ior_profiler_fn): New.
18745         (tree_init_edge_profiler): Build new profilers.
18746         (tree_gen_average_profiler, tree_gen_ior_profiler): New.
18747         (pass_tree_profile): Add dump.
18748         (tree_profile_hooks): Update.
18749         * Makefile.in (LIBGCOV): Add new constants.
18750         * libgcov.c (__gcov_merge_ior, __gcov_average_profiler,
18751         __gcov_ior_profiler): New.
18752         * i386.md (movmem/setmem expanders): Add new optional arguments.
18754 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
18756         * doc/md.texi (Standard Pattern Names): Document blockage pattern.
18758 2007-01-28  Zdenek Dvorak <dvorakz@suse.cz>
18760         * tree-ssa-loop-unswitch.c: Include tree-inline.h.
18761         (tree_unswitch_single_loop): Pass eni_size_weights to
18762         tree_num_loop_insns.
18763         * tree-ssa-loop-manip.c: Include tree-inline.h.
18764         (can_unroll_loop_p): Pass eni_size_weights to
18765         tree_num_loop_insns.
18766         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p):
18767         Pass eni_size_weights to estimate_num_insns.
18768         * tree.h (init_inline_once): Export.
18769         * toplev.c (backend_init): Call init_inline_once.
18770         * cgraphunit.c (cgraph_process_new_functions,
18771         cgraph_analyze_function): Pass eni_inlining_weights to
18772         estimate_num_insns.
18773         * ipa-inline.c (compute_inline_parameters): Ditto.
18774         * tree-ssa-loop-ivcanon.c (tree_num_loop_insns): Pass weights
18775         to estimate_num_insns.
18776         (try_unroll_loop_completely): Pass eni_size_weights to
18777         tree_num_loop_insns.
18778         * tree-eh.c (decide_copy_try_finally): Pass eni_size_weights
18779         ot estimate_num_insns.
18780         * tree-ssa-loop-prefetch.c: Include tree-inline.h.
18781         (loop_prefetch_arrays): Pass eni_time_weights to tree_num_loop_insns.
18782         * tree-inline.c (eni_inlining_weights, eni_size_weights,
18783         eni_time_weights): New variables.
18784         (init_inline_once): Initialize them.
18785         (struct eni_data): Mew.
18786         (estimate_num_insns_1, estimate_num_insns): Use weights.
18787         * tree-inline.h (struct eni_weights_d): New.
18788         (eni_inlining_weights, eni_size_weights, eni_time_weights): Declare.
18789         (estimate_num_insns): Declaration changed.
18790         * cfgloop.h (tree_num_loop_insns): Declaration changed.
18791         * Makefile.in (tree-ssa-loop-unswitch.o, tree-ssa-loop-prefetch.o,
18792         tree-ssa-loop-manip.o): Add TREE_INLINE_H dependency.
18794 2007-01-28  Zdenek Dvorak <dvorakz@suse.cz>
18796         * tree-data-ref.c (conflict_fn): Assert that the number of affine
18797         relations in the conflict function is valid.
18799 2007-01-27  Ian Lance Taylor  <iant@google.com>
18801         * common.opt: Add fstrict-overflow.
18802         * opts.c (decode_options): Set flag_strict_overflow if -O2.
18803         * flags.h (TYPE_OVERFLOW_WRAPS): Define.
18804         (TYPE_OVERFLOW_UNDEFINED): Define.
18805         (TYPE_OVERFLOW_TRAPS): Define.  This replaces TYPE_TRAP_SIGNED.
18806         Replace all uses.
18807         * tree.h (TYPE_TRAP_SIGNED): Don't define.
18808         * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_UNDEFINED.
18809         (fold_negate_expr): Likewise.
18810         (make_range): Likewise.
18811         (extract_muldiv_1): Likewise.
18812         (maybe_canonicalize_comparison): Likewise.
18813         (fold_comparison): Likewise.
18814         (fold_binary): Likewise.
18815         (tree_expr_nonnegative_p): Likewise.
18816         (tree_expr_nonzero_p): Likewise.
18817         * tree-vrp.c (compare_values): Likewise.
18818         (extract_range_from_binary_expr): Likewise.
18819         (extract_range_from_unary_expr): Likewise.
18820         * tree-ssa-loop-niter.c (infer_loop_bounds_from_signedness):
18821         Likewise.
18822         (nowrap_type_p): Likewise.
18823         * tree-scalar-evolution.c (simple_iv): Likewise.
18824         * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_WRAPS.
18825         (build_range_check): Likewise.
18826         (extract_muldiv_1): Likewise.
18827         (fold_comparison): Likewise.
18828         * tree-vrp.c (vrp_int_const_binop): Likewise.
18829         (extract_range_from_unary_expr): Likewise.
18830         * convert.c (convert_to_integer): Likewise.
18831         * fold-const.c (fold_negate_expr): Use TYPE_OVERFLOW_TRAPS.
18832         (fold_comparison): Likewise.
18833         (fold_binary): Likewise.
18834         * optabs.c (optab_for_tree_code): Likewise.
18835         * tree-vectorizer.c (vect_is_simple_reduction): Likewise.
18836         * simplify-rtx.c (simplify_const_relational_operation): Check
18837         flag_strict_overflow and flag_trapv.
18838         (simplify_const_relational_operation): Likewise.
18839         * doc/invoke.texi (Option Summary): Mention -fstrict-overflow.
18840         (Optimize Options): Add -fstrict-overflow to -O2 list.  Document
18841         -fstrict-overflow.
18843 2007-01-27  Roger Sayle  <roger@eyesopen.com>
18845         * tree.c (tree_fold_gcd): Delete.
18846         * tree.h (tree_fold_gcd): Remove prototype.
18847         * tree-data-ref.c (tree_fold_divides_p): Don't use tree_fold_gcd to
18848         test whether one constant integer is a multiple of another.  Instead
18849         call int_const_binop with TRUNC_MOD_EXPR and test for a zero result.
18850         * fold-const.c (multiple_of_p):  We've determined both TOP and
18851         BOTTOM are integer constants so we can call int_const_binop directly
18852         instead of the more generic const_binop.
18854 2007-01-27  Roger Sayle  <roger@eyesopen.com>
18856         * fold-const.c (size_binop): In the fast-paths for X+0, 0+X, X-0 and
18857         1*X check that the constant hasn't overflowed, to preserve the
18858         TREE_OVERFLOW bit.
18859         (round_up): Provide an efficient implementation when rouding-up an
18860         INTEGER_CST to a power-of-two.
18862 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18864         * doc/sourcebuild.texi: Add comma for clarity.
18865         * doc/extend.texi: Fix some typos.
18866         * doc/passes.texi: Likewise.
18867         * doc/cppinternals.texi: Likewise.
18868         * doc/c-tree.texi: Likewise.
18869         * doc/tree-ssa.texi: Likewise.
18870         * doc/install.texi: Likewise.
18872 2007-01-27  Jan Hubicka  <jh@suse.cz>
18874         * tree-sra.c (sra_walk_function): Don't rely on aliases being build.
18875         (pass_sra): Do not require alias information.
18876         * passes.c (init_optimization_passes): Add SRA
18878 2007-01-27  Steven Bosscher  <steven@gcc.gnu.org>
18880         * tracer.c (rest_of_handle_tracer): We already cleaned
18881         up the CFG in tracer() so don't do it here again.
18882         * cfgcleanup.c (rest_of_handle_jump2): Don't repeat
18883         cleanup_cfg here, either.  And don't call renumber_insns.
18885         * cfgrtl.c (rtl_verify_flow_info_1): Don't verify that BB_END
18886         and BB_HEAD are in the insn stream here.  Instead make sure
18887         that BB_INSN is valid on all insns.  Also, do check here that
18888         there are no pending branch predictions...
18889         (rtl_verify_flow_info): ...instead of doing it here.  Checks
18890         for BB_END and BB_HEAD moved from rtl_verify_flow_info_1 to
18891         here.
18893 2007-01-26  Roger Sayle  <roger@eyesopen.com>
18895         * config/i386/i386.c (ix86_swap_binary_operands_p): New helper
18896         function to simplify/factorize operand order canonicalization.
18897         (ix86_fixup_binary_operands): Reorganize using the above function.
18898         (ix86_binary_operator_ok): Likewise.
18900 2007-01-27  Jakub Jelinek  <jakub@redhat.com>
18902         * genattrtab.c (struct attr_value_list, insn_code_values): Move to
18903         file scope from optimize_attrs.
18904         (simplify_test_exp): If insn_code_values is not NULL, use it to speed
18905         up search.
18906         (optimize_attrs): Clear insn_code_values after freeing it.
18908 2007-01-26  Zdenek Dvorak <dvorakz@suse.cz>
18910         * tree-ssa-address.c (create_mem_ref): Remove ", bsi" from
18911         a parts.base assignment.
18913 2007-01-26  Zdenek Dvorak <dvorakz@suse.cz>
18915         * tree-data-ref.c (dump_subscript): Use dump_conflict_function.
18916         (compute_subscript_distance, initialize_data_dependence_relation,
18917         finalize_ddr_dependent, analyze_ziv_subscript,
18918         analyze_siv_subscript_cst_affine,
18919         compute_overlap_steps_for_affine_univar,
18920         compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
18921         analyze_siv_subscript, analyze_miv_subscript,
18922         analyze_overlapping_iterations, subscript_dependence_tester_1,
18923         compute_self_dependence, free_dependence_relation): Work
18924         with affine_fn instead of chrecs.
18925         (dump_affine_function, dump_conflict_function, affine_function_equal_p,
18926         common_affine_function, affine_function_base,
18927         affine_function_constant_p, affine_fn_op, affine_fn_plus,
18928         affine_fn_minus, affine_fn_free, conflict_fn_not_known,
18929         conflict_fn_no_dependence, free_conflict_function, free_subscripts,
18930         conflict_fn, affine_fn_cst, affine_fn_univar): New functions.
18931         (all_chrecs_equal_p): Removed.
18932         * tree-data-ref.h (affine_fn, conflict_function): New types.
18933         (struct subscript): Change type of conflicting_iterations_in_a
18934         and conflicting_iterations_in_b.
18936 2007-01-26  Steve Ellcey  <sje@cup.hp.com>
18938         PR other/30182
18939         * config/pa/pa.h (TARGET_HPUX_11): New.
18940         * config/pa/pa-hpux11.h (TARGET_HPUX_11): New.
18941         * config/pa/pa.c (pa_init_builtins): Use TARGET_HPUX_11.
18943 2007-01-26  Daniel Berlin  <dberlin@dberlin.org>
18944         Richard Guenther  <rguenther@suse.de>
18946         * tree-ssa-structalias.c (solve_graph): Handle case
18947         we merged the variable to another.
18949 2007-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18951         * builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even'
18952         functions.
18954         * fold-const.c (negate_mathfn_p): Treat casin, casinh, catan,
18955         catanh, cproj, csin, csinh, ctan and ctanh as 'odd' functions.
18957 2007-01-25  DJ Delorie  <dj@redhat.com>
18959         * config/m32c/m32c.c (m32c_cannot_change_mode_class): We don't
18960         allow changes to modes which don't fit in those registers.
18962         * reload1.c (choose_reload_regs): Check for invalid subregs before
18963         computing their locations, not after.
18965 2007-01-25  Geoffrey Keating  <geoffk@apple.com>
18967         PR 25127
18968         * config/rs6000/rs6000.c (first_altivec_reg_to_save): On Darwin,
18969         save Altivec registers in an eh_return function.
18970         (compute_vrsave_mask): Likewise.
18971         (rs6000_stack_info): Correct AIX/Darwin stack alignment computation
18972         for saving Altivec registers.
18973         (rs6000_emit_prologue): Don't allocate stack twice in
18974         eh_return function.  Correct expected value of altivec_save_offset
18975         when using save_world.  Describe save of R0 to stack when using
18976         save_world.  Describe stack pointer adjustment when using
18977         save_world.  Remove duplicated eh_return parameter register saving.
18978         Update sp_offset variable after save_world.
18979         * config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA): Remove
18980         darwin-world.asm.
18981         (LIB2FUNCS_EXTRA): Add darwin-world.asm.
18982         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): -m64
18983         implies Altivec.
18985 2007-01-25  Steve Ellcey  <sje@cup.hp.com>
18987         * config.gcc (ia64*-*-hpux*): Make posix threads the default.
18989 2007-01-25  Steve Ellcey  <sje@cup.hp.com>
18991         PR other/30182
18992         * config/pa/pa.c (pa_init_builtins): Set asm names for finite routines.
18993         * config/ia64/ia64.c (ia64_init_builtins):  Ditto.
18995 2007-01-25  Richard Guenther  <rguenther@suse.de>
18997         * doc/invoke.texi (-Wcoverage-mismatch): Document.
18998         * common.opt (-Wcoverage-mismatch): New warning option.
18999         * coverage.c (get_coverage_counts): Ignore coverage mismatch
19000         if -Wcoverage-mismatch is given.
19002 2007-01-25  Razya Ladelsky  <razya@il.ibm.com>
19004         * ipa-cp.c (ipcp_insert_stage, ipcp_driver): Support for SSA.
19005         (ipcp_driver): Change to static definition.
19006         Add dumping of the ifunctions.
19007         (constant_val_insert): Remove unused parameter. Support for SSA.
19008         (ipcp_propagate_const): Support for SSA.
19009         (ipcp_profile_bb_print): Print only analyzed nodes.
19010         (ipcp_replace_map_create): Remove support for Fortran constant
19011         for now.
19012         * ipa-prop.c (ipa_method_modify_stmt,
19013         ipa_callsite_compute_param): Support for SSA.
19014         * ipa-prop.h (ipcp_driver): Remove declaration.
19015         (IS_VALID_TREE_MAP_INDEX): Add define.
19017 2007-01-24  Geoffrey Keating  <geoffk@apple.com>
19019         * unwind-dw2.c (execute_stack_op): Handle DW_OP_swap.
19021 2007-01-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19023         PR middle-end/30447
19024         * builtins.c (fold_builtin_cabs): Use MPFR to evaluate a
19025         constant argument to cabs and do it without checking for
19026         -funsafe-math-optimizations.
19028 2007-01-24  Douglas Gregor  <dgregor@osl.iu.edu>
19030         * c-common.h (RID_FIRST_CXX0X): New.
19031         (RID_LAST_CXX0X): New.
19032         * c-opts.c (c_common_handle_option): -Wc++0x-compat is triggered
19033         by -Wall.
19034         * c.opt (Wc++0x-compat): New.
19035         * doc/invoke.texi (-Wc++0x-compat): Document.
19037 2007-01-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19039         * builtins.c (fold_builtin_carg): New.
19040         (fold_builtin_1): Use it.
19042 2007-01-24  Jan Hubicka  <jh@suse.cz>
19044         * ipa-inline.c (cgraph_decide_inlining): Initialize initial_insns.
19046         * ipa-inline.c (initial_insns, max_insns): Delete.
19047         (compute_max_insns): New function.
19048         (cgraph_decide_inlining_of_small_function): Use it; take minimal
19049         amount of insns as base for code growth.
19050         (cgraph_decide_inlining): Make initial_insns local; do not compute
19051         max_insns.
19052         * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 60.
19053         * doc/invoke.texi (inline-unit-growth): Update docs.
19055 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
19057         * config/i386/i386.h (x86_cmpxchg16b): Remove const.
19058         (TARGET_CMPXCHG16B): Define to x86_cmpxchg16b.
19059         * config/i386/i386.c (x86_cmpxchg16b): Remove const.
19060         (override_options): Add PTA_CX16 flag.  Set x86_cmpxchg16b
19061         for CPUs that have PTA_CX16 set.
19063         PR middle-end/27416
19064         * gimplify.c (omp_check_private): New function.
19065         (gimplify_scan_omp_clauses): Use it for
19066         firstprivate/lastprivate/reduction.
19068         PR middle-end/30494
19069         * gimplify.c (omp_add_variable): Don't call omp_notice_variable
19070         on TYPE_SIZE_UNIT for GOVD_LOCAL VLAs.
19072         PR middle-end/30421
19073         * omp-low.c (lower_omp_for_lastprivate): Add dlist argument.
19074         If lower_lastprivate_clauses emits some statements, append them
19075         to dlist rather than body_p and to body_p append an initializer.
19076         (lower_omp_for): Adjust caller.
19078 2007-01-24  Steve Ellcey  <sje@cup.hp.com>
19080         * target.h (globalize_decl_name): New.
19081         * target-def.h (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
19082         * output.h (default_globalize_decl_name): New.
19083         * varasm.c (asm_output_bss): Use globalize_decl_name instead of
19084         globalize_label.
19085         (globalize_decl): Ditto.
19086         (default_globalize_decl_name): New.
19087         * config/ia64/ia64.c (ia64_globalize_decl_name): New.
19088         (ia64_handle_version_id_attribute): New.
19089         (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
19090         (ia64_asm_output_external): Use globalize_decl_name instead
19091         of globalize_label.
19092         * doc/extend.texi (version_id): New pragma.
19093         * doc/tm.texi (ARGET_ASM_GLOBALIZE_DECL_NAME): New target hook.
19095 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
19097         * unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with
19098         _uleb128_t and _Unwind_SWord with _sleb128_t.
19099         * unwind-dw2.c (extract_cie_info, execute_stack_op,
19100         execute_cfa_program, uw_frame_state_for, uw_update_context_1):
19101         Likewise.
19102         * unwind-c.c (parse_lsda_header, PERSONALITY_FUNCTION): Likewise.
19103         * unwind-pe.h (read_uleb128, read_sleb128,
19104         read_encoded_value_with_base): Likewise.
19105         * unwind-generic.h: Define _sleb128_t and _uleb128_t types.
19107 2007-01-24  Richard Guenther  <rguenther@suse.de>
19109         * builtins.c (expand_builtin_cexpi): Get the fndecl
19110         for cexp in the correct way.
19112 2007-01-24  Jan Hubicka  <jh@suse.cz>
19114         * tree-ssa-dce.c (eliminate_unnecesary_stmts): Remove dead LHS
19115         of calls.
19117 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
19119         * c-cppbuiltin.c (builtin_define_type_sizeof): New function.
19120         (c_cpp_builtins): New builtin macros: __SIZEOF_INT__, __SIZEOF_LONG__,
19121         __SIZEOF_LONG_LONG__, __SIZEOF_SHORT__, __SIZEOF_POINTER__,
19122         __SIZEOF_FLOAT__, __SIZEOF_DOUBLE__, __SIZEOF_LONG_DOUBLE__,
19123         __SIZEOF_SIZE_T__, __SIZEOF_WCHAR_T__, __SIZEOF_WINT_T__ and
19124         __SIZEOF_PTRDIFF_T__.
19125         * doc/cpp.texi: Documentation for the new builtin macros added.
19127 2007-01-24  Uros Bizjak  <ubizjak@gmail.com>
19129         * config/i386/i386.md (tanxf2, tan<mode>2, atan<mode>2, log<mode>2,
19130         log10<mode>2, log2<mode>2, expxf2, exp10xf2, exp2xf2): Use op2
19131         instead of operands[2] to avoid access past the end of array.
19133 2007-01-24  Richard Sandiford  <richard@codesourcery.com>
19135         * reload1.c (emit_reload_insns): Pass the reload register
19136         for a non-spill output reload through forget_old_reloads_1.
19138 2007-01-23  Joseph Myers  <joseph@codesourcery.com>
19140         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
19141         _SOFT_DOUBLE if doubles use software floating-point.
19142         * config/rs6000/libgcc-ppc-glibc.ver: Export additional long
19143         double functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
19144         * config/rs6000/darwin-ldouble.c: Also compile functions for
19145         hard-float without FPRs.  Use fmsub function for all __NO_FPRS__
19146         cases.  Compile extra functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
19147         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove
19148         commented-out long double override.
19149         (CPP_LONGDOUBLE_DEFAULT_SPEC): Likewise.
19150         * config/rs6000/eabispe.h: Likewise.
19151         * config/rs6000/rs6000.c (rs6000_override_options): Don't override
19152         long double for non-SPE.
19153         (rs6000_handle_option): Likewise.
19154         (invalid_e500_subreg): Disallow more subregs involding DImode,
19155         DFmode, TImode or TFmode.
19156         (rs6000_legitimate_offset_address_p): Check TFmode offsets for
19157         E500 double.
19158         (legitimate_lo_sum_address_p): Also check for TFmode for E500
19159         double.
19160         (rs6000_legitimize_address): Also handle TFmode for E500 double.
19161         (rs6000_legitimize_reload_address): Also handle TFmode for E500
19162         double.
19163         (rs6000_legitimate_address): Also check for TFmode for E500
19164         double.
19165         (rs6000_emit_move): Use DFmode subregs of TFmode for E500 double.
19166         (spe_build_register_parallel): Handle TFmode and TCmode.
19167         (rs6000_spe_function_arg): Handle TFmode and TCmode for E500
19168         double.
19169         (function_arg): Handle TFmode and TCmode for E500 double.
19170         (rs6000_init_libfuncs): Initialize extra libfuncs for soft double
19171         in general.
19172         (print_operand): Handle TFmode and TImode for %y.
19173         (rs6000_generate_compare): Handle TFmode comparisons for E500
19174         double.
19175         (spe_func_has_64bit_regs_p): Check for TFmode for E500 double.
19176         (rs6000_function_value): Handle TFmode and TCmode for E500 double.
19177         (rs6000_libcall_value): Handle TFmode and TCmode for E500 double.
19178         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Check for
19179         TFmode for E500 double.
19180         * config/rs6000/rs6000.md (FP): Allow TF for E500 double.
19181         (floatsidf2): Enable for E500 double.
19182         (movtf_softfloat): Use rs6000_nonimmediate_operand.
19183         (extenddftf2): Change to extenddftf2_fprs.
19184         (extenddftf2): Call gen_spe_extenddftf2 or gen_extenddftf2_fprs
19185         depending on TARGET_E500_DOUBLE.
19186         (extendsftf2): Enable for E500 double.
19187         (trunctfdf2): Enable for E500 double.
19188         (trunctfsf2): Change to trunctfsf2_fprs.
19189         (trunctfsf2): Call gen_spe_trunctfsf2 or gen_trunctfsf2_fprs
19190         depending on TARGET_E500_DOUBLE.
19191         (floatsitf2): Enable for E500 double.
19192         (fix_trunctfsi2): Change to fix_trunctfsi2_fprs.
19193         (fix_trunctfsi2): Call gen_spe_fix_trunctfsi2 or
19194         gen_fix_trunctfsi2_fprs depending on TARGET_E500_DOUBLE.
19195         (negtf2): Change to negtf2_internal.
19196         (negtf2): New expander.
19197         (abstf2): Enable for E500 double.  Call gen_spe_abstf2_tst,
19198         gen_spe_abstf2_cmp or gen_abstf2_internal depending on
19199         TARGET_E500_DOUBLE and flag_unsafe_math_optimizations.
19200         (movdi_internal32): Use rs6000_nonimmediate_operand.
19201         (unnamed splitter): Likewise.
19202         * config/rs6000/spe.md (CMPTFEQ_GPR, TSTTFEQ_GPR, CMPTFGT_GPR,
19203         TSTTFGT_GPR, CMPTFLT_GPR, TSTTFLT_GPR): New unspecs.
19204         (SPE64TF, DITI): New mode macros.
19205         (frob_df_di): Change to frob_<SPE64:mode>_<DITI:mode>; allow more
19206         modes.
19207         (frob_tf_ti): New.
19208         (frob_<mode>_di_2): New.
19209         (frob_tf_di_8_2): New.
19210         (frob_di_df): Change to frob_di_<mode>; allow more modes.
19211         (frob_ti_tf): New.
19212         (frob_di_df_2): Change to frob_<DITI:mode>_<SPE64:mode>_2; allow
19213         more modes.
19214         (frob_ti_<mode>_8_2): New.
19215         (frob_ti_tf_2): New.
19216         (mov_si<mode>_e500_subreg0, mov_si<mode>_e500_subreg0_2,
19217         mov_si<mode>_e500_subreg4, mov_si<mode>_e500_subreg4_2): Allow
19218         TFmode.
19219         (mov_sitf_e500_subreg8, mov_sitf_e500_subreg8_2,
19220         mov_sitf_e500_subreg12, mov_sitf_e500_subreg12_2): New.
19221         (spe_trunctfdf2_internal1, spe_trunctfsf2, spe_extenddftf2,
19222         spe_fix_trunctfsi2, spe_fix_trunctfsi2_internal,
19223         spe_negtf2_internal, spe_abstf2_cmp, spe_abstf2_tst): New.
19224         (cmptfeq_gpr, tsttfeq_gpr, cmptfgt_gpr, tsttfgt_gpr, cmptflt_gpr,
19225         tsttflt_gp): New.
19227 2007-01-23  Ian Lance Taylor  <iant@google.com>
19229         * Makefile.in (OBJS-common): Reformat, alphabetize, but put
19230         insn-*.o first.
19231         (OBJS-archive): Reformat, alphabetize.
19232         (OBJS): Change out_object_file to OBJS-md.
19234 2007-01-23  Uros Bizjak  <ubizjak@gmail.com>
19236         * config/i386/i386.md: Use REG_P, MEM_P, CONST_INT_P, LABEL_P,
19237         JUMP_P and CALL_P predicates where applicable.
19238         * config/i386/i386.c: Ditto.
19239         * config/i386/i386.md: Ditto.
19240         * config/i386/mmx.md: Ditto.
19241         * config/i386/predicates.md: Ditto.
19243 2007-01-22  Andreas Schwab  <schwab@suse.de>
19245         * config/m68k/m68k.h: Fix comment.
19247 2007-01-22  Jan Hubicka  <jh@suse.cz>
19249         * passes.c (init_optimization_passes): Do not rerun
19250         pass_early_warn_uninitialized.
19252 2007-01-22  Richard Guenther  <rguenther@suse.de>
19254         PR tree-optimization/30038
19255         * tree-ssa-math-opts.c (maybe_record_sincos): New static helper
19256         function.
19257         (execute_cse_sincos_1): Likewise.
19258         (execute_cse_sincos): Likewise.
19259         (gate_cse_sincos): Likewise.
19260         (pass_cse_sincos): New pass CSEing sin() and cos() calls using
19261         the cexpi() canonicalization of sincos().
19262         * tree-pass.h (pass_cse_sincos): Declare.
19263         * passes.c (init_optimization_passes): New pass pas_cse_sincos.
19265 2007-01-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
19267         PR rtl-optimization/29329
19268         * combine.c (replaced_rhs_insn): Rename to i2mod.
19269         (replaced_rhs_value): Rename to i2mod_new_rhs.
19270         (i2mod_old_rhs): New global variable.
19271         (combine_instructions): Adjust for above change.  Save a copy of
19272         the old RHS into i2mod_old_rhs when the contents of a REG_EQUAL
19273         note are substituted in the second instruction.
19274         (distribute_notes) <REG_DEAD>: Adjust for above change.  Do not
19275         ditch the note if it pertains to the second eliminated register
19276         and this register is mentioned in i2mod_old_rhs.
19278         Revert:
19279         2006-09-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
19281         * combine.c (distribute_notes) <REG_DEAD>: Do not consider SETs past
19282         the insn to which the note was originally attached.
19284 2007-01-21  Jan Hubicka  <jh@suse.cz>
19286         * ipa-inline.c (inlining_mode): Comment, move up.
19287         (cgraph_decide_inlining_incrementally): Do not perform inlining
19288         itself; fix handling of flattening of self recursive functions.
19289         (cgraph_find_cycles): Remove.
19290         (cgraph_flatten_node): Remove.
19291         (cgraph_decide_inlining): Use incremental inliner to handle flattening.
19292         (try_inline): New function.
19293         (cgraph_early_inlining): Update call of
19294         cgraph_decide_inlining_incrementally.  Apply inlining here.
19295         (apply_inline): Update call of cgraph_decide_inlining_incrementally.
19297 2007-01-21  Dirk Mueller  <dmueller@suse.de>
19299         PR bootstrap/30511
19300         * tree-vrp.c (check_array_bounds): do not warn
19301         about ADDR_EXPR's of ARRAY_REF's which are immediately
19302         used in binary expressions.
19304 2007-01-21  Ira Rosen  <irar@il.ibm.com>
19306         * tree-vectorizer.h (struct _stmt_vec_info): Add new field
19307         read_write_dep and macros for its access.
19308         * tree-vectorizer.c (new_stmt_vec_info): Initialize the new field.
19309         * tree-vect-analyze.c (vect_analyze_data_ref_dependence): Remove
19310         argument, call vect_check_interleaving for every independent pair of
19311         data-refs. Mark loads that access the same memory location as a store
19312         in the loop.
19313         (vect_check_dependences): Remove.
19314         (vect_analyze_data_ref_dependences): Remove  vect_check_dependences
19315         call, fix the call to vect_analyze_data_ref_dependence.
19316         (vect_analyze_data_ref_access): For statements that access the same
19317         data-ref, check that they are not stores; for loads, check that there
19318         is no store that access the same location.
19320 2007-01-20  Roger Sayle  <roger@eyesopen.com>
19321             Joseph Myers  <joseph@codesourcery.com>
19323         * doc/invoke.texi (-fdump-rtl-combine): Fix under/overfull hbox.
19324         (-fdump-rtl-stack): Likewise.
19325         (-fno-signed-zeros): Use @minus{} for a minus sign.  Correct typo.
19326         (-mcheck-zero-division, -mcpu): Fix under/overfull hbox.
19327         (-mpt-fixed): Use @minus{} for minus sign.
19328         (Using Precompiled Headers): Fix under/overfull hbox.
19330 2007-01-20  Jan Hubicka  <jh@suse.cz>
19332         * tree-flow.h (struct stmt_ann_d): Move references_memory to proper
19333         place within annotation.
19335 2007-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19337         * pa.c (output_move_double): Change array size of xoperands to 4.
19339 2007-01-20  Jan Hubicka  <jh@suse.cz>
19341         * tree-tailcall.c (adjust_return_value): Do not use RESULT_DECL
19342         as temporary.
19344 2007-01-19  Ian Lance Taylor  <iant@google.com>
19346         * expmed.c (expand_divmod) [TRUNC_MOD_EXPR, TRUNC_DIV_EXPR]: Cast
19347         constant to unsigned HOST_WIDE_INT before negating.
19349 2007-01-19  Ian Lance Taylor  <iant@google.com>
19351         * tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field
19352         to unsigned.
19353         (VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Use unsigned comparison.
19354         (VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
19355         (SET_VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Likewise.
19356         (SET_VUSE_ELEMENT_VAR) [ENABLE_CHECKING]: Likewise.
19357         (SET_VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
19358         (realloc_vdef, realloc_vuse): Change second parameter to
19359         unsigned.
19360         (ssa_operand_iterator_d): Change vuse_index and mayuse_index
19361         fields to unsigned.
19362         * tree-ssa-operands.c (realloc_vop): Change num_elem parameter to
19363         unsigned. Change x and lim locals to unsigned.
19364         (realloc_vdef, realloc_vuse): Change num_elem parameter to
19365         unsigned.
19366         (finalize_ssa_vuse_ops): Change old_i local to unsigned.
19367         (copy_virtual_operands): Change i and n locals to unsigned.
19369 2007-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19371         PR middle-end/29335
19372         * builtins.c (fold_builtin_1): Handle builtin fdim.
19374 2007-01-20  Jan Hubicka  <jh@suse.cz>
19376         * tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars.
19377         * tree-ssa-structalias.c (compute_points_to_sets): Do call
19378         init_alias_heapvars.
19379         (init_alias_heapvars): Initialize only when not already initialized.
19380         (delete_alias_heapvars): Set heapvar_for_stmt to NULL.
19382 2007-01-19  Roger Sayle  <roger@eyesopen.com>
19384         * common.opt (fsigned-zeros): New command line option.
19385         * flags.h (HONOR_SIGNED_ZEROS): Control via flag_signed_zeros instead
19386         of flag_unsafe_math_optimizations.
19387         * opts.c (set_fast_math_flags): The -ffast-math command line option
19388         implies -fno-signed-zeros.
19389         (fast_math_flags_set_p): Likewise.
19391         * doc/invoke.texi: Document new -fno-signed-zeros option, and update
19392         the documentation of -ffast-math appropriately.  Wrap long lines.
19394 2007-01-19  Steve Ellcey  <sje@cup.hp.com>
19396         * system.h (ASM_MAKE_LABEL_LINKONCE): Poison.
19397         * varasm.c (globalize_decl): Remove ASM_MAKE_LABEL_LINKONCE ifdef.
19399 2007-01-19  Tomas Bily  <tbily@suse.cz>
19401         * cgraphunit.c (cgraph_finalize_function): Updating of pid
19402         * tree-profile.c:
19403         (tree_init_ic_make_global_vars): New function
19404         (tree_init_edge_profiler): call of tree_init_ic_make_global_vars
19405         (tree_gen_ic_profiler): New function
19406         (tree_gen_ic_func_profiler): New function
19407         (tree_profiling): Added calling of tree_gen_ic_func_profiler
19408         (tree_profile_hooks): Added hook for indirec/virtual calls
19409         * value-prof.c (tree_find_values_to_profile): New case for
19410         indirect calls
19411         (tree_values_to_profile): Call for determining indirect/virtual
19412         counters
19413         (tree_indirect_call_to_profile): New function
19414         (tree_ic_transform): New function
19415         (tree_ic): New function
19416         (find_func_by_pid): New function
19417         (init_pid_map): New function
19418         (tree_value_profile_transformations): Added check for
19419         indirect/virtual call transformation
19420         * value-prof.h (enum hist_type): New counter type for
19421         indirect/virtual calls
19422         (profile_hooks): Added new hook for profiling indirect/virtual
19423         calls
19424         * profile.c (instrument_values): New case for indirect/virtual
19425         call added
19426         * gcov-io.h (GCOV_LAST_VALUE_COUNTER): Changed to 6
19427         (GCOV_COUNTER_V_INDIR): New counter type
19428         (GCOV_COUNTER_NAMES): New name of counter "indirect" added
19429         (GCOV_MERGE_FUNCTIONS): New merge function for indirect/virtual
19430         call added
19431         * cgraph.c: Definition of cgraph_max_pid
19432         (cgraph_create_node): Default init of pid attribute
19433         * cgraph.h: Declaration of cgraph_max_pid
19434         (struct cgraph_node): Added pid attribute
19435         * libgcov.c (__gcov_indirect_call_profiler): New function
19436         (__gcov_one_value_profiler_body): New function
19437         (__gcov_one_value_profiler): Body was moved to
19438         __gcov_one_value_profiler_body and calls it
19440 2007-01-19  Basile Starynkevitch  <basile@starynkevitch.net>
19442         * doc/gty.texi (Options): Document the mark_hook option to GTY.
19443         * gengtype.c (write_types_data, write_func_for_structure,
19444         write_types, ggc_wtd, pch_wtd): Add skip_hooks to
19445         write_types_data, ggc_wtd, pch_wtd for processing mark_hook.
19446         (walk_type, write_func_for_structure): Generate the mark_hook if
19447         needed.
19449 2007-01-19  Jan Hubicka  <jh@suse.cz>
19451         * ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of
19452         'early' argument take inlining mode argument specifying whether to
19453         inline for size/speeed or all functions; add support for flattening;
19454         improve dumpting.
19455         (cgraph_early_inlining): Update call of decide_inlining_incrementally.
19457 2007-01-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
19459         PR c++/17947
19460         * toplev.c (warn_deprecated_use): Use %qD instead of %qs to print
19461         the name of the declared identifier.
19463 2007-01-19  Dirk Mueller  <dmueller@suse.de>
19465         * config/i386.h (CONDITIONAL_REGISTER_USAGE): Store
19466         result of PIC_OFFSET_TABLE_REGNUM in temporary variable to avoid
19467         duplicate evaluation.
19469 2007-01-19  Uros Bizjak  <ubizjak@gmail.com>
19471         * config/i386/i386.md (acos<mode>2): Rename from acossf2 and acosdf2.
19472         Macroize expander using X87MODEF12 mode macro.  Extend operand 1
19473         to XFMode, use acosxf2 and truncate result to requested mode.
19474         Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
19475         (asin<mode>2): Similarly, with asin expanders.
19476         (*fscalexf4_i387): Rename from *fscalexf4.
19477         (expNcorexf3): New expander.
19478         (expxf2, exp10xf2, exp2xf2): Use expNcorexf3 expander.
19479         (exp<mode>2): Rename from expsf2 and expdf2. Macroize expander using
19480         X87MODEF12 mode macro.  Extend operand 1 to XFMode, use expxf2 and
19481         truncate result to requested mode. Use SSE_FLOAT_MODE_P to disable
19482         patterns for SSE math.
19483         (exp10<mode>2): Similarly, with exp10 expanders.
19484         (exp2<mode>2): Similarly, with exp2 expanders.
19485         (expm1<mode>2): Similarly, with expm1 expanders.
19486         (ldexp<mode>3): Similarly, with ldexp expanders.
19487         (log<mode>2, log10<mode>2, log2<mode>2, log1p<mode>2, logb<mode>2):
19488         Use gen_truncxf<mode>2_i387_noop to truncate result.
19490 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
19492         * config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Define to 32
19493         for ColdFire targets.
19495 2007-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19496             Richard Sandiford  <richard@codesourcery.com>
19498         * config/m68k/m68k.h (M68K_STATIC_CHAIN_REG_NAME): New macro.
19499         (INITIALIZE_TRAMPOLINE): Use STATIC_CHAIN_REGNUM.
19500         (__transfer_from_trampoline): Use M68K_STATIC_CHAIN_REG_NAME.
19501         * config/m68k/m68kelf.h (STATIC_CHAIN_REGNUM): Override.
19502         (M68K_STATIC_CHAIN_REG_NAME): Likewise.
19503         * config/m68k/netbsd-elf.h (M68K_STATIC_CHAIN_REG_NAME): Likewise.
19505 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
19507         * config/m68k/m68k.md (adddi_dilshr32): Rename to...
19508         (*adddi_dilshr32): ...this.  Fix formatting.  Remove commented-out
19509         non-canonical pattern.  Restrict to !TARGET_COLDFIRE.
19510         (*adddi_dilshr32_cf): New pattern.
19511         (adddi3, subdi3): Remove first alternatives.
19513 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
19515         * config/m68k/m68k.c (notice_update_cc): If an SFmode move is
19516         implemented using move.l, do not use its cc result for floating-point
19517         comparisons.
19519 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
19521         * config/m68k/m68k.h (EXTRA_CONSTRAINT): Stop the 'T' constraint
19522         from accepting 's' constraints if flag_pic.
19524 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
19526         * config/m68k/m68k.md (bordered, bunordered, buneq, bunge, bungt)
19527         (bunle, bunlt, bltgt, bordered_rev, bunordered_rev, buneq_rev)
19528         (bunge_rev, bungt_rev, bunle_rev, bunlt_rev, bltgt_rev): Change
19529         condition from TARGET_68881 to TARGET_HARD_FLOAT.
19531 2007-01-19  Sandra Loosemore  <sandra@codesourcery.com>
19533         * longlong.h (count_leading_zeros, COUNT_LEADING_ZEROS_0): Add
19534         ColdFire alternatives.
19535         * config/m68k/m68k.h (CLZ_DEFINED_VALUE_AT_ZERO): New macro.
19536         * config/m68k/m68k.md (clzsi2):  Define for ColdFire
19537         architectures that support ff1 instruction.
19539 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
19540             Julian Brown  <julian@codesourcery.com>
19542         * config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Add an 'R' case.
19543         * config/m68k/m68k.md (*movsi_cfv4): Fold into...
19544         (*movsi_cf): ...here.  Remove unnecessary 'R' from 'Rg'.
19545         Add commentary.
19547 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
19549         * config/m68k/m68k-protos.h (valid_mov3q_const): Take a HOST_WIDE_INT
19550         and return a bool.
19551         (output_move_const_into_data_reg, output_move_simode_const): Delete.
19552         * config/m68k/m68k.c (const_method, const_int_cost): Take a
19553         HOST_WIDE_INT instead of an rtx.
19554         (m68k_rtx_costs): Update call accordingly.
19555         (output_move_const_into_data_reg): Likewise.  Fix formatting.
19556         (valid_mov3q_const): Take a HOST_WIDE_INT instead of an rtx.
19557         Return a bool.
19558         (output_move_simode_const): Update calls after above changes.
19559         Rework to use automatic variables and predicates like MEM_P.
19560         * config/m68k/m68k.md (pushexthisi_const): Update call to
19561         valid_mov3q_const.
19563 2007-01-19  Dirk Mueller  <dmueller@suse.de>
19565         * tree-ssa-alias.c (perform_var_substitution): Fix typo
19566         in dump_flags test.
19568 2007-01-19  Richard Guenther  <rguenther@suse.de>
19570         * builtins.c (expand_builtin_cexpi): Fall back to expanding
19571         via cexp in case sincos is not available.
19573 2007-01-19  Richard Guenther  <rguenther@suse.de>
19575         * doc/tm.texi (TARGET_HAS_SINCOS): Document new target macro.
19576         * defaults.h (TARGET_HAS_SINCOS): Default to off.
19577         * config/linux.h (TARGET_HAS_SINCOS): Set to on if we have glibc.
19578         * config/alpha/linux.h (TARGET_HAS_SINCOS): Likewise.
19579         * config/sparc/linux.h (TARGET_HAS_SINCOS): Likewise.
19580         * config/sparc/linux64.h (TARGET_HAS_SINCOS): Likewise.
19581         * config/rs6000/linux.h (TARGET_HAS_SINCOS): Likewise.
19582         * config/rs6000/linux64.h (TARGET_HAS_SINCOS): Likewise.
19584 2007-01-19  Uros Bizjak  <ubizjak@gmail.com>
19586         * config/i386/i386.md (*fpatanxf3_i387, fpatan_extend<mode>xf3_i387):
19587         New insn patterns.
19588         (atan2sf3_1, atan2df3_1, atan2xf3_1): Remove insn patterns.
19589         (atan2xf3): Directly generate RTL pattern.
19590         (atan2<mode>3): Rename from atan2sf3 and atan2df3 and macroize insn
19591         patterns using X87MODEF12 mode macro.  Use fpatan_extend<mode>xf3_i387
19592         and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
19593         disable patterns for SSE math.
19594         (atan<mode>2): Rename from atansf2 and atandf2 and macroize insn
19595         patterns using X87MODEF12 mode macro.  Use fpatan_extend<mode>xf3_i387
19596         and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
19597         disable patterns for SSE math.
19599 2007-01-19  Alexandre Oliva  <aoliva@redhat.com>
19601         * libgcc-std.ver: Fix typo in %inherit for GCC_4.3.0.
19603 2007-01-18  Roger Sayle  <roger@eyesopen.com>
19605         * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Optimize away a
19606         VIEW_CONVERT_EXPR to the same type as it's operand.
19608 2007-01-18  David Edelsohn  <edelsohn@gnu.org>
19610         * config/rs6000/darwin-ldouble.c: Only build _SOFT_FLOAT if
19611         configured for long double 128.
19613 2007-01-18  Mike Stump  <mrs@apple.com>
19615         * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Fix build
19616         error.
19618 2007-01-18  Michael Meissner  <michael.meissner@amd.com>
19620         * i386.c (ix86_compute_frame_layout): Make fprintf's in #if 0 code
19621         type correct.
19623 2007-01-18  Jan Hubicka  <jh@suse.cz>
19625         * tree-ssa-operands.c (vop_free_bucket_size): Never return value
19626         greater than NUM_VOP_FREE_BUCKETS.
19628 2007-01-18  Daniel Berlin  <dberlin@dberlin.org>
19630         * tree-ssa-structalias.c: Update comments.
19631         (ptabitmap_obstack): Removed.
19632         (pta_obstack): New.
19633         (oldpta_obstack): Ditto.
19634         (stats): Add a few members.
19635         (struct variable_info): Remove node, complex, address_taken, and
19636         indirect_target members. Add oldsolution member.
19637         (new_var_info): Do not initialize removed members.
19638         (constraint_expr_type): Remove INCLUDES.
19639         (constraint_graph): Add size, implicit_preds, rep,
19640         indirect_cycles, eq_rep, label, direct_nodes, and complex members.
19641         (FIRST_REF_NODE): New macro.
19642         (LAST_REF_NODE): Ditto.
19643         (FIRST_ADDR_NODE): Ditto.
19644         (find): New function.
19645         (unite): Ditto.
19646         (dump_constraint): Do not handle INCLUDES.
19647         (insert_into_complex): Do not insert duplicate constraints.
19648         (condense_varmap_nodes): Renamed and rewritten into ...
19649         (merge_node_constraints): This. Also fix bug in handling of
19650         offseted copy constraints.
19651         (clear_edges_for_node): No longer need to deal with preds at all,
19652         or removing associated preds/succs.
19653         (merge_graph_nodes): Deal with indirect_cycles.
19654         Don't deal with predecessors.
19655         (add_implicit_graph_edge): New function.
19656         (add_pred_graph_edge): Ditto.
19657         (add_graph_edge): Don't deal with predecessors.
19658         (build_constraint_graph): Removed.
19659         (build_pred_graph): New function.
19660         (build_succ_graph): Ditto.
19661         (struct scc_info): Removed in_component. Added roots, dfs, and
19662         node_mapping. Remove visited_index, unification_queue.
19663         (scc_visit): Deal with union-find we do now.
19664         Deal with cycles with REF nodes.
19665         (collapse_nodes): Renamed and rewritten to ...
19666         (unify_nodes): This.
19667         (process_unification_queue): Removed.
19668         (topo_visit): Cleanup
19669         (do_da_constraint): Use find.
19670         (do_sd_constraint): Ditto.
19671         (do_ds_constraint): Ditto.
19672         (do_complex_constraint): Ditto.
19673         (init_scc_info): Update for removed and added members.
19674         (find_and_collapse_graph_cycles): Renamed and rewritten into ...
19675         (find_indirect_cycles): This.
19676         (equivalence_class): New variable.
19677         (label_visit): New function.
19678         (perform_variable_substitution): Rewritten.
19679         (free_var_substitution_info): New function.
19680         (find_equivalent_node): Ditto.
19681         (move_complex_constraints): Ditto.
19682         (eliminate_indirect_cycles): Ditto.
19683         (solve_graph): Only propagate changed bits.
19684         Use indirect cycle elimination.
19685         Use find.
19686         (tree_id_t): Rename to tree_vi_t, delete id member, add vi member.
19687         (tree_id_eq): Renamed to ...
19688         (tree_vi_eq): This. Update for member change
19689         (insert_id_for_tree): Renamed and rewritten to ...
19690         (insert_vi_for_tree): This.
19691         (lookup_id_for_tree): Renamed and rewritten to ...
19692         (lookup_vi_for_tree): This.
19693         (get_id_for_tree): Renamed and rewritten to ...
19694         (get_vi_for_tree): Ditto.
19695         (get_constraint_exp_from_ssa_var): Update to use get_vi_for_tree.
19696         (process_constraint): Don't handle INCLUDES.
19697         Remove special ADDRESSOF case.
19698         (find_func_aliases): Rewrite to use vi functions instead of id
19699         ones.
19700         (create_function_info_for): Ditto.
19701         (create_variable_info_for): Ditto.
19702         (intra_create_variable_infos): Ditto.
19703         (merge_smts_into): Ditto.
19704         (find_what_p_points_to): Ditto.
19705         (init_base_vars): Ditto.
19706         (init_alias_vars): Ditto.
19707         (remove_preds_and_fake_succs): New function.
19708         (dump_sa_points_to_info): Dump new stats.
19709         (dump_solution_for_var): Use find.
19710         (set_used_smts): Fix formatting.
19711         (compute_points_to_sets): Updated for new functions.
19712         (ipa_pta_execute): Ditto.
19714 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
19715             Richard Sandiford  <richard@codesourcery.com>
19717         * doc/tm.texi (TARGET_FUNCTION_VALUE): Expand documentation of
19718         parallels.
19719         * calls.c (expand_call): If the return value is a PARALLEL,
19720         extract its first member.
19721         * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Remove.
19722         * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
19723         use FUNCTION_EXTRA_EPILOGUE.
19724         (m68k_function_value): Return a PARALLEL if the return value
19725         is of a pointer type.
19726         * config/m68k/netbsd-elf.h (current_function_returns_pointer)
19727         (FUNCTION_EXTRA_EPILOGUE): Remove.
19728         * config/m68k/m68k.md (D0_REG): New constant.
19730 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
19732         * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
19733         output a NOP for empty epilogues.
19735 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
19737         * config/m68k/m68k.c (m68k_use_return_insn): Update comments
19738         before function.  Extend register save check to include all
19739         registers, not just integer ones.
19741 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
19743         * config/m68k/m68k-protos.h (use_return_insn): Rename to...
19744         (m68k_use_return_insn): ...this.
19745         * config/m68k/m68k.h (USE_RETURN_INSN): Delete.
19746         * config/m68k/m68k.c (use_return_insn): Rename to...
19747         (m68k_use_return_insn): ...this.
19748         * config/m68k/m68k.md (return): Use m68k_use_return_insn instead
19749         of USE_RETURN_INSN.
19751 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19753         * config/m68k/fpgnulib.c (__truncdfsf2): Implement round to
19754         nearest even, fix denormal rounding overflow.
19756 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
19758         * config/m68k/m68k.md (movsf_cf_hard): Use fsmove instead of
19759         f%$smove and f%$move.
19760         (movdf_cf_hard): Use fdmove for cases 0 and 3 and fmove for case 1.
19761         (extendsfdf2_cf): Use fdmove instead of f%&move.
19762         (truncdfsf2_cf): Use fsmove instead of f%$smove.
19763         (add<mode>3_cf, sub<mode>3_cf): Use <FP:prec> instead of <FP:round>.
19765 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
19767         * config/m68k/m68k.md (movdf_cf_hard): Use output_move_double for
19768         GPR<-GPR moves.
19770 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
19772         * real.h (real_format): Add a canonical_nan_lsbs_set field.
19773         (coldfire_single_format): Declare.
19774         (coldfire_double_format): Likewise.
19775         * real.c (encode_ieee_single): Use canonical_nan_lsbs_set instead
19776         of qnan_msb_set to determine the lower bits of a canonical
19777         NaN significand.
19778         (encode_ieee_double): Likewise.
19779         (encode_ieee_quad): Likewise.
19780         (ieee_single_format): Initialize canonical_nan_lsbs_set.
19781         (mips_single_format): Likewise.
19782         (ieee_double_format): Likewise.
19783         (mips_double_format): Likewise.
19784         (ieee_extended_motorola_format): Likewise.
19785         (ieee_extended_intel_96_format): Likewise.
19786         (ieee_extended_intel_128_format): Likewise.
19787         (ieee_extended_intel_96_round_53_format): Likewise.
19788         (ibm_extended_format): Likewise.
19789         (mips_extended_format): Likewise.
19790         (ieee_quad_format): Likewise.
19791         (mips_quad_format): Likewise.
19792         (vax_f_format): Likewise.
19793         (vax_d_format): Likewise.
19794         (vax_g_format): Likewise.
19795         (i370_single_format): Likewise.
19796         (i370_double_format): Likewise.
19797         (decimal_single_format): Likewise.
19798         (decimal_double_format): Likewise.
19799         (decimal_quad_format): Likewise.
19800         (c4x_single_format): Likewise.
19801         (c4x_extended_format): Likewise.
19802         (real_internal_format): Likewise.
19803         (coldfire_single_format): New real_format.
19804         (coldfire_double_format): Likewise.
19805         * config/pdp11/pdp11.c (pdp11_f_format): Initialize
19806         canonical_nan_lsbs_set.
19807         (pdp11_d_format): Likewise.
19808         * config/m68k/m68k.c (override_options): Override REAL_FORMAT_MODE
19809         if TARGET_COLDFIRE_CPU.
19811 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
19813         * config/m68k/m68k-protos.h (m68k_output_pic_call): Delete.
19814         (output_call, m68k_legitimize_call_address): Declare.
19815         * config/m68k/m68k.h (EXTRA_CONSTRAINT): Remove unnecessary
19816         parenthesees.  Add support for a 'W' constraint.
19817         (LEGITIMATE_PIC_OPERAND_P): Remove SYMBOL_REF_FLAG handling.
19818         (PRINT_OPERAND_PUNCT_VALID_P): Remove comment about 'o'.
19819         (m68k_symbolic_call, m68k_symbolic_jump): Declare.
19820         * config/m68k/m68k.c (m68k_symbolic_call, m68k_symbolic_jump): New
19821         variables.
19822         (override_options): Initialize them.  Do not set flag_no_function_cse
19823         for TARGET_ID_SHARED_LIBRARY.
19824         (m68k_output_pic_call): Delete.
19825         (m68k_legitimize_call_address): New function.
19826         (print_operand): Remove the %o prefix.  Handle the %p prefix.
19827         (output_call): New function.
19828         (m68k_output_mi_thunk): Use m68k_symbolic_jump.  Always load the
19829         target address from the GOT if symbolic jumps are not allowed.
19830         * config/m68k/m68k.md (call, general_operand): Do not set
19831         SYMBOL_REF_FLAG.  Use m68k_legitimize_call_address instead.
19832         Merge separate flag_pic and !flag_pic define_insns into...
19833         (*call, *call_value): ...these new patterns.  Match the address
19834         rather than the containing MEM and require it to be a call_operand.
19835         Use output_call to generate the asm template.
19836         * config/m68k/predicates.md (const_call_operand): New predicate.
19837         (call_operand): Likewise.
19839 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19841         * config/m68k/m68k.h (REGISTER_MOVE_COST): Simplify definition.
19842         (STACK_GROWS_DOWNWARD): Define to 1.
19843         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Equivocate
19844         comments, emphasizing that these values are only defaults.
19845         * config/m68k/linux.h (LINK_SPEC): Fix formatting in #undef.
19846         * config/m68k/m68k.c (const_method): Remove trailing whitespace.
19848 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
19850         * config/m68k/m68k.md (cmpsi): Remove outdated flag_pic handling.
19852 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
19853             Richard Sandiford  <richard@codesourcery.com>
19855         * config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P)
19856         (FP_REGNO_P): New macros.
19857         (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P, REGNO_OK_FOR_DATA_P)
19858         (REGNO_OK_FOR_FP_P, REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Use them.
19859         (EH_RETURN_STACKADJ_RTX): Use A0_REG.
19860         * config/m68k/m68k.c (m68k_regno_mode_ok): Use the new REGNO macros.
19862 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19864         * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
19865         (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-rtems*): Add t-floatlib
19866         to $tmake_file.
19867         * config/m68k/t-floatlib: New file, extracting common code from...
19868         * config/m68k/t-m68kbare, config/m68k/t-m68kelf,
19869         * config/m68k/t-uclinux: Here.
19870         * config/m68k/fpgnulib.c: Do not compile extendeed precision
19871         routines on ColdFire targets.
19873 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19875         * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
19876         (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*)
19877         (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-linux*)
19878         (m68k-*-rtems*): Use tm_file rather than m68k/m68k.h and
19879         explicitly set MOTOROLA to 1.
19880         * config/m68k/m68k.h (MOTOROLA): Simplify definition accordingly.
19882 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
19883             Nathan Sidwell  <nathan@codesourcery.com>
19885         * config/m68k/m68k.h (PCC_STATIC_STRUCT_RETURN): Delete.
19886         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add MOTOROLA cases.
19887         * config/m68k/coff.h (REGISTER_PREFIX_MD): Delete.
19888         * config/m68k/m68020-elf.h (LIB_SPEC): Delete.
19889         * config/m68k/m68k-none.h (CC1_SPEC, CPP_SUBTARGET_SPEC): Delete.
19890         * config/m68k/m68kelf.h (IMMEDIATE_PREFIX, REGISTER_PREFIX_MD)
19891         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
19892         (NO_DOLLAR_IN_LABEL, PCC_STATIC_STRUCT_RETURN): Don't undefine.
19893         (BSS_ASM_OP, ASM_OUTPUT_SKIP, ASM_OUTPUT_ASCII): Delete.
19894         * config/m68k/m68kemb.h (PCC_STATIC_STRUCT_RETURN): Don't undefine.
19895         * config/m68k/linux.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE)
19896         (WCHAR_TYPE_SIZE, TARGET_OBJFMT_CPP_BUILTINS): Delete.
19897         (TARGET_OS_CPP_BUILTINS): Don't define mc68000 and mc68020 here.
19898         (DBX_REGISTER_NUMBER): Delete.
19899         * config/m68k/netbsd-elf.h (IMMEDIATE_PREFIX): Delete.
19900         (PCC_STATIC_STRUCT_RETURN): Don't undefine.
19901         * config/m68k/openbsd.h (PCC_STATIC_STRUCT_RETURN): Define.
19903 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
19905         * config.gcc (m68k-*-uclinux*): Add flat.h to $tm_file.
19906         * config/flat.h: New file.
19907         * crtstuff.c (USE_PT_GNU_EH_FRAME): Don't define if
19908         OBJECT_FORMAT_FLAT.
19909         * config/m68k/m68k.h (ASM_PREFERRED_EH_DATA_FORMAT): Do not use
19910         indirect references for -msep-data or -mid-shared-library.
19911         Do not use PC-relative code addresses either.
19912         * config/m68k/m68k.c (override_options): Restrict -fPIC error
19913         to -mpcrel.
19914         * config/m68k/uclinux.h (STARTFILE_SPEC): Define.  Use Scrt1.o
19915         for shared libraries and crt1.o for executables.  Use crti.o and
19916         crtbegin.o.
19917         (ENDFILE_SPEC): Use crtend.o and crtn.o.
19918         (LIB_SPEC): Suppress -Rlibc.gdb if -static-libc is given.
19919         Do not add -elf2flt or -shared-lib-id options here.
19920         (LINK_SPEC): Define.  Pass -elf2flt if no -elf2flt option is given.
19921         Pass -shared-lib-id if -mid-shared-library, taking the library
19922         identifier from -mshared-library-id if given, otherwise
19923         defaulting to 0.
19924         (EH_FRAME_IN_DATA_SECTION): Do not undefine.
19925         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Likewise.
19926         (TARGET_OS_CPP_BUILTINS): Define __GXX_MERGED_TYPEINFO_NAMES=0
19927         and __GXX_TYPEINFO_EQUALITY_INLINE=0 if -mid-shared-library.
19928         (DRIVER_SELF_SPECS): Map unadorned PIC options to -msep-data.
19929         * config/m68k/t-uclinux (EXTRA_MULTILIB_PARTS): Add crtbegin.o
19930         and crtend.o.
19931         * config/m68k/lb1sf68.asm (PICCALL): Use an lea and pc-relative
19932         jump sequence for ISA A and ISA A+.
19933         (PICJUMP): Likewise.
19935 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
19937         * config.gcc (m68k-*-uclinux*): Base the port on the common
19938         and m68k GNU/Linux files rather than on the generic ELF ones.
19939         * config/m68k/uclinux.h (TARGET_VERSION): Override.
19940         (TARGET_OS_CPP_BUILTINS): Use LINUX_TARGET_OS_CPP_BUILTINS.
19942 2007-01-18  Julian Brown  <julian@codesourcery.com>
19943             Richard Sandiford  <richard@codesourcery.com>
19945         * config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Make 64-bit on ColdFire.
19946         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
19947         * config/m68k/netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Undefine
19948         before redefining.
19949         * config/m68k/uclinux-oldabi.h (LONG_DOUBLE_TYPE_SIZE): Redefine to
19950         80 unconditionally.
19951         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
19953 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
19955         * doc/install.texi: Document m68k-uclinuxoldabi.
19956         * config.gcc (m68k-*-uclinuxoldabi): New configuration.
19957         * config/m68k/uclinux-oldabi.h: New file, copied from
19958         config/m68k/uclinux.h.
19960 2007-01-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19962         * config/m32r/m32r-protos.h (m32r_expand_epilogue): Declare it.
19963         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Use gen_frame_mem.
19964         (m32r_compute_frame_size): Use unsigned for regno.
19965         (m32r_reload_lr): Use gen_frame_mem.
19966         (pop): New.
19967         (m32r_output_function_epilogue): Don't output the function epilogue
19968         textually here.
19969         (m32r_expand_epilogue): New.
19970         (direct_return): Return false if the function has the interrupt
19971         attribute.
19972         (m32r_hard_regno_rename_ok): Remove code for the textual epilogue.
19973         * config/m32r/m32r.md (epilogue): New expander.
19974         (return_lr, return_rte): New insns.
19975         (return): Make it expander.
19976         (return_normal): New expander.
19978 2007-01-18  Josh Conner  <jconner@apple.com>
19980         PR target/30485
19981         * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Add
19982         support for UNLE, UNLT, UNGE, and UNGT.
19984 2007-01-18  Jan Hubicka  <jh@suse.cz>
19986         * tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.
19987         * tree-tailcall (add_virtual_phis): Likewise.
19988         (optimize_tail_call): Return TODOs.
19989         (execute_tail_calls): Return TODOs.
19990         * tree-ssa-ccp (execute_fold_all_builtins): Do cleanup_cfg via TODO.
19991         * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Return if something
19992         changed.
19993         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
19994         Cleanup cfg using TODO.
19995         * tree-flow.h (cleanup_tree_cfg_loop): Update prototype.
19996         * passes.c (execute_function_todo): When cleanup did something, remove
19997         unused locals.
19998         * tree-cfg.c (pass_build_cfg): Add cleanup_cfg TODO.
19999         (make_edges): Don't cleanup_cfg.
20001 2007-01-18  Uros Bizjak  <ubizjak@gmail.com>
20003         * reg-stack.c (subst_stack_regs_pat) [UNSPEC_SINCOS_COS,
20004         UNSPEC_XTRACT_FRACT]: Use generic code for instructions that
20005         operate on the top of stack.
20006         [UNSPEC_SINCOS_SIN, UNSPEC_XTRACT_EXP, UNSPEC_TAN]: Rewrite
20007         register handling of instructions that output to the second
20008         stack slot.
20009         [UNSPEC_TAN_ONE, UNSPEC_TAN_TAN]: Remove.
20010         (move_for_stack_reg): Special-case check for dead destination
20011         stack slot for constant load of 1.0 inside UNSPEC_TAN.
20013         * config/i386/i386.md (UNSPEC_TAN): New constant.
20014         (UNSPEC_TAN_ONE, UNSPEC_TAN_TAN): Remove.
20015         (fptanxf4_i387, fptan_extend<mode>xf4_i387): New patterns
20016         to correctly model move of constant 1.0 to top stack slot.
20017         (*tandf3_1, *tansf3_1, *tanxf3_1): Remove insn patterns.
20018         (unnamed peephole2 pattern): Remove corresponding peephole2
20019         pattern that optimizes tan insn and loading of constant 1.0.
20020         (tanxf2): Use fptanxf4_i387.
20021         (tan<mode>2): Rename from tansf2 and tandf2 and macroize insn
20022         patterns using X87MODEF12 mode macro.  Use fptan_extend<mode>xf4_i387
20023         and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
20024         disable patterns for SSE math.
20025         (sincos<mode>3): Use truncxf<mode>2_i387_noop for truncation.
20026         (fyl2x_extend<mode>xf3_i387): Use X87MODEF12 for operand 1.
20028 2007-01-18  Dirk Mueller  <dmueller@suse.de>
20029             Richard Guenther <rguenther@suse.de>
20031         PR diagnostic/8268
20032         * doc/invoke.texi (Warray-bounds): Document -Warray-bounds.
20033         * common.opt (Warray-bounds): Add new warning option.
20034         * c-opts.c (c_common_handle_option): Define -Warray-bounds
20035         if -Wall is given.
20036         * Makefile.in: make tree-vrp.o depend on toplev.h
20037         * tree-vrp.c (vrp_finalize): Call check_array_refs if -Warray-bounds
20038         is enabled.
20039         (check_array_refs, check_array_bounds, check_array_ref): New.
20041 2007-01-18  Jan Hubicka  <jh@suse.cz>
20043         * tree-ssa-ccp.c (ccp_finalize): Return if something changed.
20044         (execute_ssa_ccp): Return flags conditionally.
20045         * tree-ssa-propagate.c (substitue_and_fold): Return if something was
20046         changed.
20047         * tree-ssa-propagate.h (substitute_and_fold): Update prototype.
20049 2007-01-18  Steven Bosscher  <steven@gcc.gnu.org>
20051         * cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set
20052         the CLEANUP_CFGLAYOUT flag when in cfglayout mode.
20054         * Makefile.c (GTFILES): Add cfglayout.h.
20055         * gengtype.c (open_base_files): Likewise.
20056         * cfglayout.c (cfg_layout_function_footer,
20057         cfg_layout_function_header) Reindent to make gengtype happy.
20058         * cfglayout.h (cfg_layout_function_footer,
20059         cfg_layout_function_header): Add GTY(()) marker.
20061         * ifcvt.c (noce_try_sign_mask): Make sure INSN_B is non-null.
20063 2007-01-18  Ben Elliston  <bje@au.ibm.com>
20065         * genautomata.c (write_automata): Include xstrerror output in the
20066         error message if writing the DFA description file fails.
20068 2007-01-17  H.J. Lu  <hongjiu.lu@intel.com>
20070         * config/mips/mips-protos.h (mips_output_external): Make it
20071         return void.
20072         * config/mips/iris.h (TARGET_ASM_EXTERNAL_LIBCALL): Removed.
20073         * config/mips/mips.c (irix_output_external_libcall): Likewise.
20074         (extern_list): Likewise.
20075         (extern_head): Likewise.
20076         (TARGET_ASM_FILE_END): Likewise.
20077         (mips_file_end): Likewise.
20078         (mips_output_external): Rewritten.
20080 2007-01-18  Ben Elliston  <bje@au.ibm.com>
20082         * genpreds.c (write_insn_preds_c): Only write out the function
20083         body for regclass_for_constraint if we have register constraints.
20085 2007-01-17  Tom Tromey  <tromey@redhat.com>
20087         * doc/sourcebuild.texi (libgcj Tests): Use sourceware.org.
20088         * doc/install.texi (Testing): Use sourceware.org.
20089         (Binaries): Likewise.
20090         (Specific): Likewise.
20091         * doc/contrib.texi (Contributors): Use sourceware.org.
20093 2007-01-17  Anatoly Sokolov <aesok@post.ru>
20095         * config/avr/avr.h (AVR_HAVE_LPMX): New macro.
20096         (AVR_ENHANCED): Rename to ...
20097         (AVR_HAVE_MUL): ... new.
20098         (avr_enhanced_p): Rename to ...
20099         (avr_have_mul_p): ... new.
20100         (TARGET_CPU_CPP_BUILTINS): Use 'avr_have_mul_p' instead of
20101         'avr_enhanced_p' for "__AVR_ENHANCED__". Define "__AVR_HAVE_MUL__".
20102         * config/avr/avr.c (avr_enhanced_p): Rename to ...
20103         (avr_have_mul_p): ... new.
20104         (base_arch_s): Rename 'enhanced' to 'have_mul'.
20105         (avr_override_options): Use 'avr_have_mul_p' and 'have_mul' instead of
20106         'avr_enhanced_p' and 'enhanced'.
20107         (ashlhi3_out, ashrhi3_out, lshrhi3_out, avr_rtx_costs): Use
20108         AVR_HAVE_MUL instead of AVR_ENHANCED.
20109         * avr.md (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
20110         (mulqi3, *mulqi3_enh, *mulqi3_call, mulqihi3, umulqihi3, mulhi3,
20111         *mulhi3_enh, *mulhi3_call, mulsi3, *mulsi3_call): Use AVR_HAVE_MUL
20112         instead of AVR_ENHANCED.
20113         (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
20114         * libgcc.S: Use __AVR_HAVE_MUL__ instead of __AVR_ENHANCED__.
20115         (__tablejump__): Use __AVR_HAVE_LPMX__ instead of __AVR_ENHANCED__.
20117 2007-01-17  Ian Lance Taylor  <iant@google.com>
20119         * vec.h (VEC_reserve_exact): Define.
20120         (vec_gc_p_reserve_exact): Declare.
20121         (vec_gc_o_reserve_exact): Declare.
20122         (vec_heap_p_reserve_exact): Declare.
20123         (vec_heap_o_reserve_exact): Declare.
20124         (VEC_OP (T,A,reserve_exact)): New static inline function, three
20125         versions.
20126         (VEC_OP (T,A,reserve)) [all versions]: Remove handling of
20127         negative parameter.
20128         (VEC_OP (T,A,alloc)) [all versions]: Call ...reserve_exact.
20129         (VEC_OP (T,A,copy)) [all versions]: Likewise.
20130         (VEC_OP (T,a,safe_grow)) [all versions]: Likewise.
20131         * vec.c (calculate_allocation): Add exact parameter.  Change all
20132         callers.
20133         (vec_gc_o_reserve_1): New static function, from vec_gc_o_reserve.
20134         (vec_gc_p_reserve, vec_gc_o_reserve): Call vec_gc_o_reserve_1.
20135         (vec_gc_p_reserve_exact, vec_gc_o_reserve_exact): New functions.
20136         (vec_heap_o_reserve_1): New static function, from vec_heap_o_reserve.
20137         (vec_heap_p_reserve, vec_heap_o_reserve): Call vec_heap_o_reserve_1.
20138         (vec_heap_p_reserve_exact): New function.
20139         (vec_heap_o_reserve_exact): New function.
20141 2007-01-17  Jan Hubicka  <jh@suse.cz>
20143         * ipa-type-escape.c (look_for_casts): Revamp using handled_component_p.
20145 2007-01-17  Eric Christopher  <echristo@apple.com>
20147         * config.gcc: Support core2 processor.
20149 2007-01-16  Jan Hubicka  <jh@suse.cz>
20151         * tree-ssanames.c (release_dead_ssa_names): Instead of ggc_freeing
20152         the names, just unlink the chain so we don't crash on dangling
20153         pointers
20154         to dead SSA names.
20156 2007-01-16  Jan Hubicka  <jh@suse.cz>
20158         * cgraph.h (cgraph_decide_inlining_incrementally): Kill.
20159         * tree-pass.h: Reorder to make IPA passes appear toegher.
20160         (pass_early_inline, pass_inline_parameters, pass_apply_inline):
20161         Declare.
20162         * cgraphunit.c (cgraph_finalize_function): Do not compute inling
20163         parameters, do not call early inliner.
20164         * ipa-inline.c: Update comments.  Include tree-flow.h
20165         (cgraph_decide_inlining): Do not compute inlining parameters.
20166         (cgraph_decide_inlining_incrementally): Return TODOs; assume to
20167         be called with function context set up.
20168         (pass_ipa_inline): Remove unreachable functions before pass.
20169         (cgraph_early_inlining): Simplify assuming to be called from the
20170         PM as local pass.
20171         (pass_early_inline): New pass.
20172         (cgraph_gate_ipa_early_inlining): New gate.
20173         (pass_ipa_early_inline): Turn into simple wrapper.
20174         (compute_inline_parameters): New function.
20175         (gate_inline_passes): New gate.
20176         (pass_inline_parameters): New pass.
20177         (apply_inline): Move here from tree-optimize.c
20178         (pass_apply_inline): New pass.
20179         * ipa.c (cgraph_remove_unreachable_nodes): Verify cgraph after
20180         transforming.
20181         * tree-inline.c (optimize_inline_calls): Return TODOs rather than
20182         doing them by hand.
20183         (tree_function_versioning): Do not allocate dummy struct function.
20184         * tree-inline.h (optimize_inline_calls): Update prototype.
20185         * tree-optimize.c (execute_fixup_cfg): Export.
20186         (pass_fixup_cfg): Remove
20187         (tree_rest_of_compilation): Do not apply inlines.
20188         * tree-flow.h (execute_fixup_cfg): Declare.
20189         * Makefile.in (gt-passes.c): New.
20190         * passes.c: Include gt-passes.h
20191         (init_optimization_passes): New passes.
20192         (nnodes, order): New static vars.
20193         (do_per_function_toporder): New function.
20194         (execute_one_pass): Dump current pass here.
20195         (execute_ipa_pass_list): Don't dump current pass here.
20197 2007-01-16  Janis Johnson  <janis187@us.ibm.com>
20199         * config/dfp-bit.c (dfp_compare_op): Return separate value for NaN.
20200         (DFP_NE, DFP_LE, DFP_GE): Return false for NaN.
20202 2007-01-16  David Edelsohn  <edelsohn@gnu.org>
20204         * config/rs6000/darwin-ldouble.c: Build file for SOFT_FLOAT.
20205         (strong_alias): Define.
20206         (__gcc_qmul): Provide non-FMA for soft-float.
20207         (__gcc_qdiv): Same.
20208         (__gcc_qneg): New.
20209         (__gcc_qeq): New.
20210         (__gcc_qle): New.
20211         (__gcc_qge): New.
20212         (__gcc_qunord): New.
20213         (__gcc_stoq): New.
20214         (__gcc_dtoq): New.
20215         (__gcc_qtos): New.
20216         (__gcc_qtod): New.
20217         (__gcc_qtoi): New.
20218         (__gcc_qtou): New.
20219         (__gcc_itoq): New.
20220         (__gcc_utoq): New.
20221         (fmsub): New.
20222         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Initialize
20223         soft-float functions.
20224         * config/rs6000/libgcc-ppc-glibc.ver: Version soft-float symbols.
20225         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Do not warn
20226         about long double soft float.
20228 2007-01-16  Dorit Nuzman  <dorit@il.ibm.com>
20229             Tehila Meyzels  <tehila@il.ibm.com>
20231         * tree-vectorizer.h (is_pattern_stmt_p): New.
20232         * tree-vect-analyze.c (vect_determine_vectorization_factor): Fix
20233         formatting (tabs instead of spaces). Cleanup and clarify setting
20234         of STMT_VINFO_VECTYPE. Call is_pattern_stmt_p.
20235         * tree-vect-transform.c (vect_get_vec_def_for_operand): Fix typo.
20236         (vectorizable_type_demotion): Check that types are integral.
20237         (vectorizable_type_promotion): Likewise.
20238         (vectorizable_store): Fix typo.  Eliminate new-line at end of
20239         comments.
20241 2007-01-16  Jan Hubicka  <jh@suse.cz>
20243         * tree-ssanames.c (release_dead_ssa_names): Remove invalidated
20244         cgraph edges too.
20246 2007-01-15  Eric Christopher  <echristo@apple.com>
20248         * ifcvt.c: Include vec.h, vecprim.h.
20249         (check_cond_move_block): New argument regs.
20250         Reorganize. Add registers used to regs.
20251         (cond_move_process_if_block): Use regs set above as
20252         loop bounds.
20254 2007-01-15  Eric Christopher  <echristo@apple.com>
20256         * config/darwin.h: Update copyright.
20257         (TARGET_OPTION_TRANSLATE_TABLE): Add umbrella.
20258         (LINK_COMMAND_SPEC): Add -u.
20259         (LINK_SPEC): Fix umbrella for above.
20261 2007-01-15  Joseph S. Myers  <joseph@codesourcery.com>
20263         * config/soft-fp/op-common.h, config/soft-fp/op-4.h: Update from
20264         glibc CVS.
20266 2007-01-15  Tom Tromey  <tromey@redhat.com>
20268         * doc/sourcebuild.texi (libgcj Tests): Don't mention jacks.
20269         * doc/install.texi (Testing): Don't mention jacks.
20270         (Configuration): Document --enable-java-maintainer-mode.  Move
20271         --with-java-home to libgcj-specific section.  Document
20272         --with-ecj-jar.
20273         (Prerequisites): Mention --enable-java-maintainer-mode, ecj1.
20275 2007-01-15  Jan Hubicka  <jh@suse.cz>
20277         * tree-ssa-dce.c (DCE_TODOs): New.
20278         (propagate_necessity): Return if something changed.
20279         (eliminate_unnecessary_stmts): Likewise.
20280         (perform_tree_ssa_dce): Return TODO flags when needed.
20281         (pass_dce, pass_dce_loop, pass_cd_dce): Remove TODO flags.
20283 2007-01-15  Uros Bizjak  <ubizjak@gmail.com>
20285         * config/i386/i386.md (fyl2xxf3_i387): Rename from fyl2x_xf3.
20286         (fyl2x_extend<mode>xf3_i387): New insn pattern.
20287         (log<mode>2): Rename from logsf2 and logdf2 and macroize insn
20288         patterns using X87MODEF12 mode macro.  Extend operand 1
20289         to XFmode. Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
20290         (log10<mode>2): Ditto.
20291         (log2<mode>2): Ditto.
20292         (log1p<mode>2): Ditto.
20293         (logb<mode>2): Ditto.
20294         (fyl2xp1xf3_i387): Rename from fyl2xp1_xf3.
20295         (fyl2xp1_extend<mode>xf3_i387): New insn pattern.
20296         (*fxtractxf3_i387): Rename from *fxtractxf3.
20297         (fxtract_extend<mode>xf3_i387): New insn pattern.
20298         (ilogbsi2): Use match_dup 3, not match_operand:XF 3.
20299         * config/i386/i386.c (ix86_emit_i387_log1p): Use gen_fyl2xp1xf3_i387()
20300         and gen_fyl2xxf3_i387().
20302 2007-01-14  Zdenek Dvorak <dvorakz@suse.cz>
20304         * loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement.
20305         * cfgloopmanip.c (fix_loop_placement): Made static.  Use
20306         get_loop_exit_edges.  Changed return type to bool.
20307         * cfgloop.h (fix_loop_placement): Declaration removed.
20309 2007-01-14  Dorit Nuzman  <dorit@il.ibm.com>
20311         * param.h (MIN_VECT_LOOP_BOUND): New.
20312         * params.def (MIN_VECT_LOOP_BOUND): New.
20313         * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Takes another
20314         argument - minimum threshold for number of iterations.
20315         * tree-vectorizer.h (slpeel_tree_peel_loop_to_edge): Add another
20316         argument to declaration.
20317         * tree-vect-analyze.c (vect_analyze_operations): Check value of
20318         MIN_VECT_LOOP_BOUND.
20319         * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Call
20320         slpeel_tree_peel_loop_to_edge with additional argument.
20321         (vect_do_peeling_for_alignment): Likewise.
20322         * doc/invoke.texi (min-vect-loop-bound): Document new param option.
20324 2007-01-14  Uros Bizjak  <ubizjak@gmail.com>
20326         PR target/30413
20327         * config/i386/i386.c (print_operand) ['z']: Output 'b' for
20328         operands of size 1.
20330 2007-01-14  Jan Hubicka  <jh@suse.cz>
20332         * tree-dfa.c (remove_referenced_var): New function.
20333         * tree-ssa-live.c (remove_unused_locals): Walk referenced vars and
20334         prune referenced vars list too.
20335         * tree-flow.h (remove_referenced_var): Declare.
20337 2007-01-14  Jan Hubicka  <jh@suse.cz>
20339         * tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs
20340         separately.
20341         (remove_stmt_from_eh_region_fn): Do not remove call_exprs.
20342         (verify_eh_throw_stmt_node, verify_eh_throw_table_statements): Kill.
20343         * except.h (verify_eh_throw_table_statements): Kill prototype.
20344         * cfgexpand.c (expand_gimple_basic_block): Propagate Eh regions
20345         into call exrepssions.
20346         * tree-optimize.c (execute_free_cfg_annotatiosn): Do not call
20347         eh trhow verifier.
20348         * tree-cfg.c: Include pointer-set.h.
20349         (verify_node_sharing): Work on pointer set.
20350         (verify_eh_throw_stmt_node): New.
20351         (verify_stmts): Use pointers sets, verify throw_stmt.
20353 2007-01-13  Zdenek Dvorak <dvorakz@suse.cz>
20355         * ipa-reference.c (analyze_function): Consider also addresses taken
20356         in phi nodes.
20358 2007-01-12  Roger Sayle  <roger@eyesopen.com>
20360         * c-typeck.c (null_pointer_constant_p): Replace use of
20361         TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
20362         (build_c_cast): Likewise.
20364 2007-01-12  Roger Sayle  <roger@eyesopen.com>
20366         * tree.h (force_fit_type_double): Remove unused final argument.
20367         * c-common.c (constant_expression_warning): Replace use of
20368         TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
20369         (convert_and_check): Likewise.
20370         (shorten_compare): Update call to force_fit_type_double.
20371         (c_common_truthvalue_conversion) <INTEGER_CST>: Use integer_zerop.
20372         * convert.c (convert_to_pointer): Update call to
20373         force_fit_type_double.
20374         * fold-const.c (force_fit_type_double): Remove overflowed_const
20375         argument.
20376         (int_const_binop, fold_convert_const_int_from_int,
20377         fold_convert_const_int_from_real, fold_div_compare,
20378         fold_sign_changed_comparison, fold_unary, fold_negate_const,
20379         fold_abs_const, fold_not_const): Remove the final argument from
20380         calls to force_fit_type_double.
20382 2007-01-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
20384         * configure.ac: Set insn to "nop" for spu-*-* also.
20385         * configure: Regenerate.
20387 2007-01-12  Olga Golovanevsky  <olga@il.ibm.com>
20389         * builtins.def : Add BUILT_IN_FREE.
20391 2007-01-12  Jan Hubicka  <jh@suse.cz>
20393         PR tree-optimization/30443
20394         * tree-inline.c (tree_function_versioning): Do not optimize when
20395         cloning for inlining.
20397 2007-01-12  Zdenek Dvorak <dvorakz@suse.cz>
20399         * doc/loop.texi: Document recording of loop exits.
20400         * cfgloopmanip.c (loopify, duplicate_loop): Use alloc_loop.
20401         (update_single_exits_after_duplication,
20402         update_single_exit_for_duplicated_loop,
20403         update_single_exit_for_duplicated_loops): Removed.
20404         (duplicate_loop_to_header_edge): Do not call
20405         update_single_exits_after_duplication and
20406         update_single_exit_for_duplicated_loops.
20407         (loop_version): Do not update single_exit information.
20408         (fix_loop_structure): Use record_loop_exits instead of
20409         mark_single_exit_loops.
20410         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update
20411         the lists of loop exits.
20412         * cfghooks.c (redirect_edge_and_branch, redirect_edge_and_branch_force,
20413         split_edge, merge_blocks): Update the lists of loop exits.
20414         * modulo-sched.c (sms_schedule): Pass LOOPS_HAVE_RECORDED_EXITS to
20415         loop_optimizer_init.
20416         * loop-init.c (loop_optimizer_init): Call record_loop_exits instead
20417         of mark_single_exit_loops.
20418         (loop_optimizer_finalize): Call release_recorded_exits.
20419         * tree-ssa-loop.c (tree_loop_optimizer_init): Pass
20420         LOOPS_HAVE_RECORDED_EXITS to loop_optimizer_init.
20421         * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg): Do not
20422         update single exit information.
20423         * lambda-code.c (perfect_nestify): Ditto.
20424         * cfgloop.c (flow_loop_free): Destroy the list of exits of the loop.
20425         (mark_single_exit_loops): Removed.
20426         (alloc_loop, loop_exit_hash, loop_exit_eq, loop_exit_free,
20427         get_exit_descriptions, rescan_loop_exit, record_loop_exits,
20428         dump_recorded_exit, dump_recorded_exits, release_recorded_exits): New
20429         functions.
20430         (get_loop_exit_edges, single_exit): Use recorded exit lists.
20431         (add_bb_to_loop, remove_bb_from_loops): Update the lists of loop exits.
20432         (verify_loop_structure): Verify consistency of the exit lists.
20433         (flow_loops_find): Use alloc_loop.  Initialize exits hash.
20434         (set_single_exit): Removed.
20435         * cfgloop.h (struct loop_exit): New function.
20436         (struct loop): single_exit_ field replaced by exits field.
20437         (LOOPS_HAVE_MARKED_SINGLE_EXITS): Replaced by
20438         LOOPS_HAVE_RECORDED_EXITS.
20439         (struct loops): Added exits hash.
20440         (mark_single_exit_loops, set_single_exit): Declaration removed.
20441         (release_recorded_exits, record_loop_exits, rescan_loop_exit): Declare.
20443 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
20445         * doc/invoke.texi: Avoid use of @headitem.
20447 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
20449         * cse.c (cse_insn): Move HAVE_CC0 code after declarations.
20451 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
20453         * doc/install.texi: Fix m68k-*-* anchor and add m68k-*-* to the
20454         list of targets.
20456 2007-01-12  Nathan Sidwell  <nathan@codesourcery.com>
20457             Richard Sandiford  <richard@codesourcery.com>
20459         * doc/invoke.texi: Document -mno-bitfield, -mno-rtd and -mno-short.
20460         * config/m68k/m68k.opt: Resort options.
20461         (mbitfield, mrtd, mshort): Remove RejectNegative properties.
20463 2007-01-12  Nathan Sidwell  <nathan@codesourcery.com>
20464             Richard Sandiford  <richard@codesourcery.com>
20466         * doc/invoke.texi: Document the macros that are defined by
20467         m68k's -mtune and -mhard-float options.
20468         * config/m68k/m68k-protos.h (m68k_cpp_cpu_ident) Declare.
20469         (m68k_cpp_cpu_family): Likewise.
20470         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Add a full set
20471         of __ucfv*__ macros.  Define __mcffpu__ if generating code for
20472         ColdFire FPUs.  Define __mcf_cpu_* and __mcf_family_* macros.
20473         * config/m68k/m68k.c (m68k_cpp_cpu_ident): New function.
20474         (m68k_cpp_cpu_family): Likewise.
20476 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
20478         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Treat all mc68*
20479         macros besides mc68000 as tuning macros.  Use a switch statement
20480         to set them and mcpu32.
20482 2007-01-12  Julian Brown  <julian@codesourcery.com>
20484         * config/m68k/m68k.h: Use TARGET_68040 instead of TARGET_68040_ONLY.
20485         (TARGET_68040_ONLY): Rename to...
20486         (TARGET_68040): ...this.
20487         * config/m68k/m68k.c: Use TARGET_68040 instead of TARGET_68040_ONLY.
20488         * config/m68k/m68k.md: Likewise.
20490 2007-01-12  Julian Brown  <julian@codesourcery.com>
20491             Nathan Sidwell  <nathan@codesourcery.com>
20492             Richard Sandiford  <richard@codesourcery.com>
20494         * config.gcc (m680[012]0-*-*, m68k*-*-*): Set m68k_cpu_ident to
20495         the -mcpu= argument associated with the --with-cpu setting.
20496         Define M68K_DEFAULT_TUNE to the default -mtune= option,
20497         if different from the one implied by the -mcpu setting.
20498         Accept --with-cpu=FOO if FOO is listed in m68k-devices.def,
20499         using mcpu=FOO as the default CPU option.  Set target_cpu_default2.
20500         * doc/invoke.texi: Mention ColdFire in the introduction to the
20501         m68k options.  Document the new -march, -mcpu, -mtune, -mdiv,
20502         -mno-div and -mhard-float options.  Make -m68881 a synonym for
20503         -mhard-float.  Document the previously-undocumented -m5206e,
20504         -m528x, -m5307 and -m5407 options.  Tweak the existing option
20505         documentation for consistency.
20506         * doc/install.texi: Mention new --with-cpu arguments.
20507         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Only use the
20508         default CPU if neither -mcpu nor -march are specified.
20509         (ASM_CPU_SPEC): Pass down -mcpu and -march options.
20510         (TARGET_CPU_CPP_BUILTINS): Set __mcfisa*__ macros from
20511         TARGET_ISA*.  Set the legacy __mcf*__ cpu macros in the same way,
20512         using m68k_tune to decide between families that implement the
20513         same ISA.  Use m68k_tune to set __mcfv4e__.
20514         (FL_BITFIELD, FL_68881, FL_COLDFIRE, FL_CF_HWDIV, FL_CF_MAC)
20515         (FL_CF_EMAC, FL_CF_EMAC_B, FL_CF_USP, FL_CF_FPU, FL_ISA_68000)
20516         (FL_ISA_68010, FL_ISA_68020, FL_ISA_68040, FL_ISA_A, FL_ISA_B)
20517         (FL_ISA_C, FL_ISA_MMU): New macros.
20518         (MASK_COLDFIRE): Delete.
20519         (TARGET_68010, TARGET_68020, TARGET_68040_ONLY, TARGET_COLDFIRE)
20520         (TARGET_ISAB): Redefine in terms of m68k_cpu_flags.
20521         (TARGET_68881, TARGET_COLDFIRE_FPU): Redefine in terms of m68k_fpu.
20522         (TARGET_HARD_FLOAT): Do not define here.
20523         (TARGET_ISAAPLUS, TARGET_ISAC): New macros.
20524         (TUNE_68000): New macro.
20525         (TUNE_68000_10): Redefine in terms of TUNE_68000 and TUNE_68010.
20526         (TUNE_68010, TUNE_68030, TUNE_68040, TUNE_68060, TUNE_CPU32)
20527         (TUNE_CFV2): Redefine in terms of m68k_tune.
20528         (uarch_type, target_device, fpu_type): New enums.
20529         (m68k_cpu, m68k_tune, m68k_fpu, m68k_cpu_flags): Declare.
20530         * config/m68k/m68k.c (TARGET_DEFAULT): Remove MASK_68881.
20531         (FL_FOR_isa_00, FL_FOR_isa_10, FL_FOR_isa_20, FL_FOR_isa_40)
20532         (FL_FOR_isa_cpu32, FL_FOR_isa_a, FL_FOR_isa_aplus, FL_FOR_isa_b)
20533         (FL_FOR_isa_c): New macros.
20534         (m68k_isa): New enum.
20535         (m68k_target_selection): New structure.
20536         (all_devices, all_isas, all_microarchs): New tables.
20537         (m68k_cpu_entry, m68k_arch_entry, m68k_tune_entry, m68k_cpu)
20538         (m68k_tune, m68k_fpu, m68k_cpu_flags): New variables.
20539         (MASK_ALL_CPU_BITS): Delete.
20540         (m68k_find_selection): New function.
20541         (m68k_handle_option): Handle -mcpu=, -march= and -mtune=.
20542         Map the legacy target options to a combination of the new ones.
20543         (override_options): Set m68k_cpu, m68k_tune, m68k_fpu and
20544         m68k_cpu_flags.  Handle M68K_DEFAULT_TUNE.  Use m68k_cpu_flags
20545         to derive default MASK_BITFIELD, MASK_CF_HWDIV and MASK_HARD_FLOAT
20546         settings.
20547         * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407, mcfv4e)
20548         (m68010, m68020, m68020-40, m68020-60, m68030, m68040): Remove Mask
20549         properties.
20550         (m68881, msoft-float): Change mask from 68881 to HARD_FLOAT.
20551         (march=, mcpu=, mdiv, mhard-float, mtune=): New options.
20552         * config/m68k/m68k-devices.def: New file.
20554 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
20555             Nathan Sidwell  <nathan@codesourcery.com>
20557         * config/m68k/m68k.h (ASM_CPU_SPEC, ASM_SPEC, EXTRA_SPECS)
20558         (SUBTARGET_EXTRA_SPECS): New macros.
20559         * config/m68k/linux.h (ASM_SPEC): Remove CPU flags;
20560         use %(asm_cpu_spec) instead.
20561         * config/m68k/m68k-none.h (ASM_SPEC): Likewise.
20562         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
20563         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
20564         (EXTRA_SPECS): Rename to...
20565         (SUBTARGET_EXTRA_SPECS): ...this.
20567 2007-01-12  Nathan Sidwell  <nathan@codesourcery.com>
20568             Richard Sandiford  <richard@codesourcery.com>
20569             Julian Brown  <julian@codesourcery.com>
20571         * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
20572         (m68k-*-uclinux*, m68k-*-linux*, m68k-*-rtems*): Set default_m68k_cpu
20573         to the configuration's default CPU.
20574         (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*): Likewise.
20575         Remove default masks.
20576         (m680[012]0-*-*): Set the default with_cpu to the first part of
20577         the target name.
20578         (m68k*-*-*): Set the default with_cpu to m$default_m68k_cpu.
20579         (m68k*-*-linux): Extend the --with-cpu handling to...
20580         (m680[012]0-*-*, m68k*-*-*): ...these configurations.  Allow m68000
20581         and m68010.  Don't set target_cpu_default2.
20582         * doc/install.texi: Document --with-cpu for m68k.
20583         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Define.
20584         * config/m68k/m68k-none.h (TARGET_CPU_DEFAULT, M68K_CPU_m68k)
20585         (M68K_CPU_m68000, M68K_CPU_m68010, M68K_CPU_m68020, M68K_CPU_m68030)
20586         (M68K_CPU_m68040, M68K_CPU_m68302, M68K_CPU_m68332, TARGET_DEFAULT)
20587         (ASM_CPU_DEFAULT_SPEC, CC1_CPU_DEFAULT_SPEC): Delete.
20588         (ASM_SPEC): Remove use of %(asm_cpu_default).
20589         (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS, MULTILIB_DEFAULTS): Delete.
20590         * config/m68k/linux.h (TARGET_DEFAULT): Delete.
20591         (CPP_SPEC): Merge definitions.  Do not handle __HAVE_68881__ here.
20592         * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
20593         __HAVE_FPU__ if TARGET_HARD_FLOAT.
20594         (TARGET_DEFAULT): Delete.
20595         (EXTRA_SPECS): Delete cpp_cpu_default_spec, cpp_cpu_spec,
20596         cpp_fpu_spec, asm_default_spec and netbsd_cpp_spec.
20597         (CPP_CPU_SPEC): Delete.
20598         (TARGET_VERSION): Merge definitions, using TARGET_68010 to pick
20599         the appropriate string.
20600         (CPP_CPU_DEFAULT_SPEC, ASM_DEFAULT_SPEC, CPP_FPU_SPEC): Delete.
20601         (CPP_SPEC): Define to NETBSD_CPP_SPEC.
20602         (ASM_SPEC): Don't use %(asm_default_spec).
20603         * config/m68k/m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove
20604         TARGET_DEFAULT and add MASK_68881.
20605         * config/m68k/m68k.md: Remove mention of TARGET_DEFAULT from comments.
20607 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
20609         * config.gcc (m68010-*-netbsdelf*): Add MASK_68010.
20610         (m68k*-*-netbsdelf*, m68k*-*-openbsd*, m68k*-linux*): Add
20611         MASK_68010 alongside MASK_68020.
20612         * doc/invoke.texi: Document -m68010.
20613         * config/m68k/m68k.opt (m68010): New.
20614         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define mc68010
20615         if TUNE_68010.
20616         (TUNE_68010): New macro.
20617         * config/m68k/m68k-none.h (M68K_CPU_m68k, M68K_CPU_m68010)
20618         (M68K_CPU_m68020, M68K_CPU_m68030, M68K_CPU_m68040)
20619         (M68K_CPU_m68332): Add MASK_68010.
20620         * config/m68k/linux.h (TARGET_DEFAULT): Add MASK_68010 to
20621         fallback definition.
20622         * config/m68k/netbsd-elf.h (CPP_CPU_SPEC): Remove now-redundant
20623         defines.
20624         * config/m68k/m68k.c (MASK_ALL_CPU_BITS): Add MASK_68010.
20625         (m68k_handle_option): Handle OPT_m68010.  Add MASK_68010
20626         to all entries that use MASK_68020.
20627         (output_move_simode_const, output_move_himode, output_move_qimode)
20628         (output_move_stricthi, output_move_strictqi): Use TARGET_68010
20629         instead of TARGET_68020 to select clr behavior.  Remove comment
20630         about there being no TARGET_68010.
20631         * config/m68k/m68k.md: Likewise throughout.
20633 2007-01-12  Julian Brown  <julian@codesourcery.com>
20635         * config/m68k/m68k.h (TARGET_ISAB): New macro.
20636         * config/m68k/m68k.c: Use TARGET_ISAB rather than TARGET_CFV4.
20637         * config/m68k/m68k.md: Likewise.
20639 2007-01-12  Julian Brown  <julian@codesourcery.com>
20641         * config/m68k/m68k.h (LEGITIMATE_INDEX_P, LEGITIMIZE_ADDRESS): Use
20642         TARGET_COLDFIRE_FPU instead of TARGET_CFV4E.
20644 2007-01-12  Julian Brown  <julian@codesourcery.com>
20646         * config/m68k/m68k.h (TUNE_68040_60): New macro.
20647         * config/m68k/m68k.c (standard_68881_constant_p): Use it.
20648         * config/m68k/m68k.md: Likewise.
20650 2007-01-12  Julian Brown  <julian@codesourcery.com>
20651             Richard Sandiford  <richard@codesourcery.com>
20653         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Use TUNE_68030
20654         instead of TARGET_68030, TUNE_68040 instead of TARGET_68040,
20655         TUNE_68060 instead of TARGET_68060 and TUNE_CPU32 instead of
20656         TARGET_CPU32.
20657         (TARGET_CPU32): Rename to...
20658         (TUNE_CPU32): ...this.
20659         (TUNE_68000_10, TUNE_68030, TUNE_68040, TUNE_68060)
20660         (TUNE_CFV2): New macros.
20661         * config/m68k/netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Simplify;
20662         remove conditions that are implied by TARGET_68020.
20663         * config/m68k/m68k.c (m68k_output_function_prologue): Use TUNE_68040
20664         instead of TARGET_68040 and TUNE_CPU32 instead of TARGET_CPU32.
20665         (m68k_output_function_epilogue): Likewise.
20666         (m68k_rtx_costs): Likewise.  Use TUNE_68060 instead of TARGET_68060
20667         and TUNE_CFV2 instead of TARGET_5200.  Use TUNE_68000_10 instead of
20668         "!TARGET_68020 && !TARGET_COLDFIRE" to choose between 68000 and
20669         non-68000 timings.  Refactor multiplication and division costs.
20670         (output_addsi3): Use TUNE_68040 instead of TARGET_68040 and
20671         TUNE_CPU32 instead of TARGET_CPU32.
20672         (standard_68881_constant_p): Use TUNE_68040 instead of TARGET_68040
20673         and TUNE_68060 instead of TARGET_68060.
20674         * config/m68k/m68k.md: Use TUNE_68040 instead of TARGET_68040,
20675         TUNE_68060 instead of TARGET_68060, and TUNE_CPU32 instead of
20676         TARGET_CPU32.
20677         (movsi_const0): Use TUNE_68000_10 rather than "!TARGET_68020
20678         && !TARGET_COLDFIRE" to choose between moveq and clr.
20679         Likewise in the unnamed movsf pattern.
20680         (ashlsi_17_24, lshrsi_17_24): Guard with TUNE_68000_10 rather than
20681         "!TARGET_68020 && !TARGET_COLDFIRE".  Likewise the unnamed
20682         ashiftrt pattern.
20684 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
20686         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Increase amount
20687         of tabbing before backslashes.
20689 2007-01-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20691         * pa-linux.h (ASM_OUTPUT_INTERNAL_LABEL): Undefine.
20692         * pa.h (ASM_OUTPUT_LABEL): Output colon when using GAS.
20693         (ASM_OUTPUT_INTERNAL_LABEL): Define.
20695 2007-01-11  Zdenek Dvorak <dvorakz@suse.cz>
20697         * tree-ssa-loop-ivopts.c (extract_cond_operands): Split from
20698         find_interesting_uses_cond.
20699         (find_interesting_uses_cond): Use extract_cond_operands.
20700         (rewrite_use_compare): Use extract_cond_operands and
20701         force_gimple_operand_bsi.  Do not call update_stmt.
20702         (determine_use_iv_cost_condition): Use extract_cond_operands.
20703         Return cheaper of using original bound and changing the exit bound.
20705 2007-01-11  Zdenek Dvorak <dvorakz@suse.cz>
20707         PR tree-optimization/29516
20708         * tree-ssa-address.c (tree_mem_ref_addr, add_to_parts,
20709         most_expensive_mult_to_index, addr_to_parts,
20710         create_mem_ref, maybe_fold_tmr): Make the type of
20711         fields of TARGET_MEM_REF sizetype.
20712         (move_fixed_address_to_symbol, move_pointer_to_base):
20713         New functions.
20714         * tree.def (TARGET_MEM_REF): Add comment on types of
20715         the operands.
20717 2007-01-11  Joseph Myers  <joseph@codesourcery.com>
20719         * c-common.c (vector_types_convertible_p): Treat opaque types as
20720         always convertible if they have the same size, but not otherwise.
20722 2007-01-11  Steven Bosscher  <steven@gcc.gnu.org>
20724         * ifcvt.c (struct noce_if_info): Add comments to the fields.
20725         Remove the b_unconditional field.
20726         (noce_try_sign_mask): Do not look at b_unconditional.
20727         (noce_process_if_block): Do not use merge_if_blocks.  Update
20728         the CFG here.  Do not set b_unconditional.
20729         (cond_move_process_if_block): Likewise.
20730         (find_cond_trap): Likewise.
20731         (check_cond_move_block): Require simple jump insns at the end
20732         of the basic block.
20734 2007-01-11  Jan Hubicka  <jh@suse.cz>
20736         PR tree-optimization/1046
20737         * tree-tailcall.c (suitable_for_tail_call_opt_p): Use TREE_ADDRESSABLE
20738         when alias info is not ready.
20739         (pass_tail_recursion): Do not require aliasing.
20740         * tree-ssa-copyrename.c (pass_rename_ssa_cop): Likewise.
20741         * tree-ssa-ccp.c (pass_ccp, pass_fold_builtins): Likewise.
20742         * tree-ssa-copy.c (pass_copy_prop): Likewise.
20743         * tree-ssa-forwprop.c (pass_forwprop): Likewise.
20744         * tree-ssa-dce.c (pass_dce, pass_dce_loop, pass_cd_dce): Likewise.
20745         * passes.c (init_optimization_passes): Execute rename_ssa_copies,
20746         ccp, forwprop, copy_prop, merge_phi, copy_prop, dce and tail recursion
20747         before inlining.
20748         * tree-ssa-operands.c (add_virtual_operand, get_indirect_ref_operand):
20749         When aliasing is not build, mark statement as volatile.
20751 2007-01-11  Tom Tromey  <tromey@redhat.com>
20753         PR preprocessor/15185, PR preprocessor/20989:
20754         * doc/cppopts.texi <-MT>: Update description of algorithm for
20755         computing default target.
20756         <-M, -MD>: Reword "basename" text.
20758 2007-01-11  Roger Sayle  <roger@eyesopen.com>
20760         * builtins.c (expand_builtin_pow, expand_builtin_powi,
20761         fold_builtin_cabs, fold_builtin_sqrt, fold_builtin_trunc,
20762         fold_builtin_floor, fold_builtin_ceil, fold_builtin_round,
20763         fold_builtin_int_int_roundingfn, fold_builtin_bitop,
20764         fold_builtin_bswap, real_constp, fold_builtin_pow,
20765         fold_builtin_powi, fold_builtin_signbit, fold_builtin_copysign,
20766         do_mpfr_arg1, do_mpfr_arg2, do_mpfr_arg3, do_mpfr_sincos): Replace
20767         uses of the macro TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
20768         * convert.c (convert_to_pointer): Likewise.
20769         * expr.c (highest_pow2_factor, expand_expr_real_1): Likewise.
20770         * fold-const.c (force_fit_type, fold_negate_expr, int_const_binop,
20771         const_binop, fold_convert_const_int_from_int,
20772         fold_convert_const_int_from_real,
20773         fold_convert_const_real_from_real, sign_bit_p,
20774         optimize_minmax_comparison, extract_muldiv_1, fold_div_compare,
20775         fold_sign_changed_comparison, fold_unary, fold_comparison,
20776         fold_binary, multiple_of_p, tree_Expr_non_zero_p,
20777         fold_negate_const, fold_abs_const, fold_not_const): Likewise.
20778         * print-tree.c (print_node_brief, print_node): Likewise.
20779         * stor-layout.c (place_field, layout_type): Likewise.
20780         * tree-chrec.c (keep_cast): Likewise.
20781         * tree.c (build_vector, build_real, build_real_from_int_cst,
20782         build_complex): Likewise.
20784 2007-01-11  Roger Sayle  <roger@eyesopen.com>
20786         * tree.h (TREE_CONSTANT_OVERFLOW): Obsolete.  For the time being,
20787         treat TREE_CONSTANT_OVERFLOW as a synonym of TREE_OVERFLOW.
20789 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
20791         * configure.ac (strict1_warn): Rename to strict_warn.
20792         (WERROR, --enable-werror, symlink hacks, stage1_cflags,
20793         cc_set_by_configure, quoted_cc_set_by_configure,
20794         stage_prefix_set_by_configure, quoted_stage_prefix_set_by_configure,
20795         all_boot_languages, all_stagestuff): Remove.
20796         (target_list): Remove bootstrap targets.
20797         * Makefile.in (quickstrap): Unconditionally make a synonym of all.
20798         (BOOT_LANGUAGES, STAGE1_CFLAGS, STAGE1_CHECKING,
20799         REMAKEFLAGS, FLAGS_TO_PASS, PREPEND_DOTDOT_TO_RELATIVE_PATHS,
20800         SUBDIR_FLAGS_TO_PASS, WERROR_FLAGS, STRICT2_WARN, LANG_STAGESTUFF,
20801         VOL_FILES, POSTSTAGE1_FLAGS_TO_PASS, STAGE2_FLAGS_TO_PASS,
20802         STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS, stage1_build,
20803         stage1_copy, stage2_build, stage2_copy, stageprofile_build,
20804         stageprofile_copy, stage3_build, stage3_copy, stagefeedback_build,
20805         stagefeedback_copy, stage4_build, clean_s1, clean_sw, bootstrap,
20806         bootstrap-lean, bootstrap2, bootstrap2-lean, bootstrap3,
20807         bootstrap3-lean, bootstrap4, bootstrap4-lean, unstage1, unstage2,
20808         unstage3, unstage4, unstageprofile, unstagefeedback, restage, restage2,
20809         restage3, restage4, restageprofile, restagefeedback, bubbleestrap,
20810         cleanstrap, unstrap, restrap, *compare, *compare3, *compare4,
20811         *compare-lean, *compare3-lean, *compare4-lean, stage1-start, stage1,
20812         stage2-start, stage2, stage3-start, stage3, stage4-start, stage4,
20813         stageprofile-start, stageprofile, stagefeedback-start, stagefeedback,
20814         risky-stage1, risky-stage2, risky-stage3, risky-stage4): Remove.
20815         (ORDINARY_FLAGS_TO_PASS): Rename to FLAGS_TO_PASS.
20816         (STAGECOPYSTUFF, STAGEMOVESTUFF): Consolidate into MOSTLYCLEANFILES.
20817         (mostlyclean): Adjust.
20818         (clean, distclean): Don't mention bootstrap stuff.
20819         * configure: Regenerate.
20820         * ada/config-lang.in, cp/config-lang.in, forttran/config-lang.in,
20821         java/config-lang.in, objc/config-lang.in, objcp/config-lang.in,
20822         treelang/config-lang.in (stagestuff): Remove.
20823         * doc/sourcebuild.texi (stage1, stage2, stage3, stage4,
20824         stageprofile, stagefeedback, stagestuff): Remove mention.
20826 2007-01-11  Nick Clifton  <nickc@redhat.com>
20828         * config/mcore/predicates.md (mcore_general_movesrc_operand):
20829         Accept CONSTs.
20830         (mcore_general_movdst_operand): Do not accept CONST_INTs.
20831         (mcore_arith_K_S_operand): Run the test for the S constraint not
20832         the test for the M constraint.
20833         (mcore_addsub_operand): Do not accept integer values that are
20834         larger than 32 bits.
20835         * config/mcore/mcore.md: Remove unused constraints from split.
20836         (andsi3): Use HOST_WIDE_INT instead of int to hold an INTVAL.
20837         (addsi3): Likewise.
20838         (allocate_stack): Likewise.
20839         * config/mcore/mcore.c (mcore_print_operand): Restrict output of P
20840         operands to 32 bits.
20841         (mcore_const_costs): Use HOST_WIDE_INT instead of int to hold an
20842         INTVAL.
20843         (mcore_and_cost, mcore_modify_comparison, const_ok_for_mcore,
20844         mcore_const_ok_for_inline, mcore_const_trick_uses_not,
20845         try_constant_tricks, mcore_num_ones, mcore_num_zeros,
20846         mcore_output_bclri, mcore_output_andn, output_inline_const,
20847         mcore_output_move, mcore_output_movedouble): Likewise.
20848         (mcore_output_cmov): Use CONST_OK_FOR_M and CONST_OK_FOR_N.
20849         (output_inline_const): Likewise.
20850         (output_inline_const): Fix format strings used in sprintf
20851         statements.
20852         * config/mcore/mcore-protos.h: Update prototypes for changed
20853         functions in mcore.c.
20854         * config/mcore/mcore.h (CONST_OK_FOR_I): Cast values to
20855         HOST_WIDE_INT and not int.
20856         (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M,
20857         CONST_OK_FOR_N): Likewise.
20858         (LEGITIMATE_CONSTANT_P): Also check CONSTANT_P.
20859         (GO_IF_LEGITIMATE_INDEX): Use HOST_WIDE_INT instead of int to hold
20860         an INTVAL.
20862 2007-01-10  Jan Hubicka  <jh@suse.cz>
20864         * tree-vrp.c (remove_range_assertions): Release defs.
20865         * tree-ssa-loop-ivopts.c (rmeove_statement): Likewise.
20866         * tree-ssa-dom.c (remove_stmt_or_phi): Likewise.
20868 2007-01-10  Paul Brook  <paul@codesourcery.com>
20870         * config/arm/arm.c (arm_rtx_costs_1): Handle mutiply-subtract.
20871         * config/arm/arm.md (mulsi3subsi): New insn.
20873 2007-01-10  Zdenek Dvorak <dvorakz@suse.cz>
20875         * tree-ssa-loop-manip.c (tree_unroll_loop): Make it a wrapper over ...
20876         (tree_transform_and_unroll_loop): New.
20877         * tree-flow.h (transform_callback, tree_transform_and_unroll_loop):
20878         Declare.
20880 2007-01-10  Robert Kennedy <jimbob@google.com>
20882         * fold-const.c (fold_comparison): Fold comparisons like (x *
20883         1000 < 0) to (x < 0).
20885 2007-01-10  Ian Lance Taylor  <iant@google.com>
20887         * tree-pretty-print.c (dump_generic_node): Print parentheses when
20888         operands have the same priority.
20890 2007-01-10  Tom Tromey  <tromey@redhat.com>
20892         * fold-const.c (fold_truthop): Don't check can_use_bit_fields_p.
20893         (fold_binary): Likewise.
20894         * langhooks.c (lhd_can_use_bit_fields_p): Removed.
20895         * langhooks-def.h (lhd_can_use_bit_fields_p): Removed.
20896         (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): Removed.
20897         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_CAN_USE_BIT_FIELDS_P.
20898         * langhooks.h (struct lang_hooks): Removed field
20899         'can_use_bit_fields_p'.
20901 2007-01-10  Ralf Corsépius <ralf.corsepius@rtems.org>
20903         * config/bfin/t-bfin, config/bfin/t-bfin-elf: Remove GCC_CFLAGS.
20905 2007-01-10  Razya Ladelsky  <razya@il.ibm.com>
20907         * function.c (get_last_funcdef_no): New function.
20908         * function.h (get_last_funcdef_no): Declare.
20909         * tree-inline.c (initialize_cfun): Add initialization.
20910         (tree_function_versioning): Cleanup.
20912 2007-01-10  Jan Hubicka  <jh@suse.cz>
20914         * tree-inline.c (setup_one_parameter): Do not propagate into abnormal
20915         PHIs.
20917 2007-01-10  Sa Liu  <saliu@de.ibm.com>
20918             Ben Elliston  <bje@au.ibm.com>
20920         * spu.h (STACK_SAVE_AREA): Use VOIDmode for SAVE_FUNCTION, SImode
20921         for SAVE_NONLOCAL and Pmode for any other save level.
20922         * spu-protos.h (spu_restore_stack_block): Declare.
20923         * spu.md (save_stack_block): Remove.
20924         (restore_stack_block): Call spu_restore_stack_block.
20925         * spu.c (spu_restore_stack_block): New function.
20926         (spu_expand_epilogue): Remove old comment.
20928 2007-01-09  Zdenek Dvorak <dvorakz@suse.cz>
20930         PR tree-optimization/30322
20931         * tree-ssa-loop-ivopts.c (fold_affine_expr, iv_value): Removed.
20932         (cand_value_at): Return the value as aff_tree.
20933         (may_eliminate_iv): Convert the bound from aff_tree to tree.
20934         * tree-affine.c (aff_combination_add_cst, aff_combination_add_product,
20935         aff_combination_mult): New functions.
20936         (aff_combination_add): Use aff_combination_add_cst.
20937         (aff_combination_convert): Allow conversions to a wider type.
20938         (tree_to_aff_combination): Handle BIT_NOT_EXPR.
20939         * tree-affine.h (aff_combination_mult): Declare.
20941 2007-01-09  Carlos O'Donell  <carlos@codesourcery.com>
20943         * doc/tm.texi: Update documentation to reflect reality of exec
20944         and start file search behaviours. Update copyright year.
20945         * doc/invoke.texi: Explain how GCC_EXEC_PREFIX is used to find
20946         header file directories.
20948 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
20950         * config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
20951         (*cosxf2): Rename to cosxf2_i387.
20952         (*sindf2, *sinsf2): Extend operand 1 to XFmode.  Macroize patterns
20953         using X87MODEF12 mode macro. Rename patterns to
20954         *sin_extend<mode>xf2_i387.  Use SSE_FLOAT_MODE_P to disable patterns
20955         for SSE math.
20956         (*cosdf2, *cossf2): Ditto.
20957         (sincosdf3, sincossf3): Ditto.  Rewrite corresponding splitters
20958         to match extended input operands.
20959         (sincos<mode>3): New expander.
20960         (*sinextendsfdf2, *cosextendsfdf2, *sincosextendsfdf3): Remove
20961         insn patterns and corresponding splitters.
20963 2007-01-09  Kaz Kojima  <kkojima@gcc.gnu.org>
20965         * config/sh/t-linux (TARGET_LIBGCC2_CFLAGS): Delete.
20966         (SHLIB_MAPFILES, SHLIB_LINK, SHLIB_INSTALL): Likewise.
20968 2007-01-09  Nicolas Pitre  <nico@cam.org>
20970         PR target/30173
20971         * arm/ieee754-df.S (Lad_s): Also test the low word of X for zero.
20973 2007-01-08  Geoffrey Keating  <geoffk@apple.com>
20975         * target.h (struct gcc_target): New field library_rtti_comdat.
20976         * target-def.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): New.
20977         (TARGET_CXX): Add TARGET_CXX_LIBRARY_RTTI_COMDAT.
20978         * doc/tm.texi (C++ ABI): Document TARGET_CXX_LIBRARY_RTTI_COMDAT.
20979         * config/darwin.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): Define.
20981 2007-01-08  Geoffrey Keating  <geoffk@apple.com>
20983         * doc/invoke.texi (Optimize Options): Correct description of -O0.
20985 2007-01-08  Richard Guenther  <rguenther@suse.de>
20987         * tree.h (force_fit_type_double): Export.
20988         (force_fit_type): Remove.
20989         * fold-const.c (force_fit_type_double): New function.
20990         (force_fit_type): Remove.
20991         (int_const_binop): Use it.
20992         (fold_convert_const_int_from_int): Likewise.
20993         (fold_convert_const_int_from_real): Likewise.
20994         (fold_div_compare): Likewise.
20995         (fold_sign_changed_comparison): Likewise.
20996         (fold_unary): Likewise.
20997         (fold_negate_const): Likewise.
20998         (fold_abs_const): Likewise.
20999         (fold_not_const): Likewise.
21000         * c-common.c (shorten_compare): Use force_fit_type_double.
21001         * convert.c (convert_to_pointer): Likewise.
21003 2007-01-08  Richard Guenther  <rguenther@suse.de>
21005         * tree.h (build_int_cst_wide_type): Export.
21006         * tree.c (build_int_cst_wide_type): New function.
21007         (build_int_cst_wide): Fix comment.
21008         * builtins.c (fold_builtin_object_size): Use build_int_cst
21009         to build -1 or 0 of the correct type.  Use fit_double_type
21010         to check for overflow.
21011         * fold-const.c (optimize_bit_field_compare): Use build_int_cst_type
21012         to build the mask.
21013         (decode_field_reference): Likewise.
21014         (all_ones_mask_p): Likewise.
21015         (native_interpret_int): Use build_int_cst_wide_type.
21016         (fold_binary): Use build_int_cst_type to build an all-ones
21017         value.
21018         * stor-layout.c (set_sizetype): Use build_int_cst_wide_type.
21020 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
21022         * config/pa/t-pa64 (libgcc_stub.a): Use $(T).
21024 2007-01-09  Ben Elliston  <bje@au.ibm.com>
21026         * genautomata.c (STATS_OPTION): New option.
21027         (stats_flag): New flag.
21028         (gen_automata_option): Handle it.
21029         (initiate_automaton_gen): Ditto.
21030         (write_automata): Output statistics only if stats_flag is
21031         set. Likewise, output time statistics only if time_flag is set.
21032         * doc/md.texi (Processor pipeline description): Document new flag.
21034 2007-01-08  Richard Guenther  <rguenther@suse.de>
21036         * builtins.c (fold_builtin_int_roundingfn): Use fit_double_type.
21037         * tree.c (build_int_cst_type): Likewise.
21038         (size_in_bytes): Don't call force_fit_type on the result.
21039         (int_fits_type_p): Use fit_double_type.
21040         * fold-const.c (fit_double_type): New function.
21041         (force_fit_type): Use it.
21042         * tree.h (fit_double_type): Export.
21044 2007-01-08  Jan Hubicka  <jh@suse.cz>
21046         * tree-vectorizer.c (gate_increase_alignment): Fix return type.
21047         * ipa.c (function_and_variable_visibility): Fix return type.
21049 2007-01-08  Richard Guenther  <rguenther@suse.de>
21051         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type
21052         of offset to build the index.
21053         * tree-pretty-print.c (dump_generic_node): Don't build negated
21054         const just for printing.
21055         * c-pretty-print.c (pp_c_integer_constant): Likewise.
21056         * builtins.c (fold_builtin_int_roundingfn): Check if result
21057         fits the type by using force_fit_type and comparing the result.
21058         * predict.c (predict_loops): Use compare_tree_int for comparison.
21059         * tree.c (build_int_cst): Fall back to integer_type_node for
21060         NULL_TREE type.
21061         (build_int_cst_wide): Assert type is non-null.
21063 2007-01-08  Roberto Costa  <roberto.costa@st.com>
21065         * tree-vrp.c (extract_range_from_cond_expr): New.
21066         (extract_range_from_expr): Handle COND_EXPR nodes used as expressions.
21067         * tree-ssa-ccp.c (get_maxval_strlen): Handle COND_EXPR nodes used
21068         as expressions.
21069         (fold_stmt): Bug fix, avoid infinite recursion when folding COND_EXPRs.
21070         * tree-ssa-forwprop.c (simplify_cond, forward_propagate_into_cond,
21071         tree_ssa_forward_propagate_single_use_vars): Handle COND_EXPR nodes
21072         used as expressions.
21073         * tree-object-size.c (cond_expr_object_size): New.
21074         (collect_object_sizes_for): Handle COND_EXPR nodes used as expressions.
21076 2007-01-08  Jan Hubicka  <jh@suse.cz>
21078         * tree-ssa-forwprop.c (forward_propagate_into_cond,
21079         tree_ssa_forward_propagate_single_use_va): Release defs of propagated
21080         statement.
21082 2007-01-08  Richard Guenther  <rguenther@suse.de>
21084         PR tree-optimization/23603
21085         * tree-vrp.c (set_value_range_to_truthvalue): New function.
21086         (extract_range_from_binary): Fall back to truthvalue instead of
21087         varying for TRUTH_*_EXPR.
21088         (extract_range_from_comparison): Fall back to truthvalue instead of
21089         varying.
21090         (vrp_visit_phi_node): Don't adjust new range bounds to +INF/-INF
21091         if all visited PHI values were constant.
21093 2007-01-08  Jan Hubicka  <jh@suse.cz>
21095         * cgraphunit.c (cgraph_process_new_functions): Reset reachable flag.
21096         (cgraph_analyze_function): break out from ...
21097         (cgraph_finalize_compilation_unit): ... here.
21098         (cgraph_expand_function): Remove forgoten commented out line.
21099         (cgraph_optimize): Analyze functions.
21101 2007-01-08  Jan Hubicka  <jh@suse.cz>
21103         * tree-pas.h (TODO_remove_function): New flag.
21104         (TODO_update*): Renumber.
21105         (pass_ipa_increase_alignment,
21106         pass_ipa_function_and_variable_visibility): New passes.
21107         * cgraphunit.c (cgraph_increase_alignment): Move to tree-vectorizer.c
21108         (cgraph_function_and_variable_visibility): Move to ipa.c
21109         (cgraph_optimize): Don't call cgraph_function_and_variable_visibility,
21110         cgraph_increase_alignment.
21111         * ipa-inline.c (cgraph_decide_inlining): Don't push timevar.
21112         (cgraph_decide_inlining_incrementally): Push TV_INTEGRATION before
21113         calling tree-inline.
21114         (cgraph_early_inlining): Do not call cgraph_remove_unreachable_nodes.
21115         (pass_ipa_inline, pass_early_ipa_inlining): Set TODO_remove_functions
21116         * tree-vectorizer.c (increase_alignment): Move here from cgraphunit.c
21117         (gate_increase_alignment): New function.
21118         (pass_ipa_increase_alignment): New pass.
21119         * ipa.c: Inline tree-pass.h and timevar.h
21120         (function_and_variable_visibility): Move here from cgraphunit.c
21121         * tree-optimize.c (pass_early_local_passes): Add TODO_remove_functions.
21122         * passes.c (init_optimization_passes): Add the two new passes.
21123         (execute_todo): Handle cgraph_remove_functions.
21125 2007-01-08  Nick Clifton  <nickc@redhat.com>
21127         * config/frv/predicates.md (reg_or_0_operand): Accept
21128         CONST_DOUBLEs.
21130 2007-01-08  Ralf Corsépius <ralf.corsepius@rtems.org>
21132         * config/bfin/rtems.h, config/bfin/t-rtems: New.
21133         * config.gcc: Add bfin*-rtems*.
21135 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
21137         * c.opt: Add -flax-vector-conversions.
21138         * c-typeck.c (convert_for_assignment): Pass flag to
21139         vector_types_convertible_p to allow emission of note.
21140         (digest_init): Likewise.
21141         * c-opts.c: Handle -flax-vector-conversions.
21142         * c-common.c (flag_lax_vector_conversions): New.
21143         (vector_types_convertible_p): Unless -flax-vector conversions
21144         has been passed, disallow conversions between vectors with
21145         differing numbers of subparts and/or element types.  If such
21146         a conversion is disallowed, possibly emit a note on the first
21147         occasion only to inform the user of -flax-vector-conversions.
21148         The new last argument specifies this.
21149         * c-common.h (flag_lax_vector_conversions): New.
21150         (vector_types_convertible_p): Add extra argument.
21151         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use
21152         char_type_node for V*QI type vectors.
21153         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins):
21154         Update to satisfy new typechecking rules.
21155         * config/rs6000/altivec.h (vec_cmple): Use vec_cmpge, for both
21156         C and C++ variants.
21157         * doc/invoke.texi (C Dialect Options): Document
21158         -flax-vector-conversions.
21160 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
21162         PR tree-optimization/29877
21163         * tree-ssa-ter.c (is_replaceable_p): Deem assignments with
21164         a register variable on the RHS to not be replaceable.
21166 2007-01-08  Chen Liqin  <liqin@sunnorth.com.cn>
21167         * config/score/t-score-elf (MULTILIB_OPTIONS): Change.
21168         * config/score/predicates.md (const_uimm5, sr0_operand, const_simm12,
21169         const_simm15, const_pow2, const_npow2): Added.
21170         * config/score/misc.md (insv, extv, extzv, movmemsi,
21171         move_lbu_a/b, mov_lhu_a/b etc): Added and fix some bug.
21172         * config/score/score.c (score_address_cost, score_select_cc_mode):
21173         Added.
21174         Change CONST_OK_FOR_LETTER_P/EXTRA_CONSTRAINT define.
21175         Update score_rtx_costs for MACRO TARGET_RTX_COSTS.
21176         Update score_print_operand.
21177         * config/score/score.h (DATA_ALIGNMENT, SELECT_CC_MODE): Added.
21178         Adjust register allocate order and update some macro define.
21179         * config/score/score-mdaux.c (mdx_unaligned_load, mdx_unsigned_store,
21180         mdx_block_move_straight, mdx_block_move_loop_head,
21181         mdx_block_move_loop_body, mdx_block_move_loop_foot,
21182         mdx_block_move_loop, mdx_block_move): Added.
21183         (mdx_movsicc, mdp_select_add_imm, mdp_select, mds_zero_extract_andi,
21184         mdp_limm): Updated and fix some bug and typo.
21185         * config/score/score.md (movqi/hi/si, add/sub/zero/ext): Updated.
21186         (movsf, movdf, doloop_end): Added.
21188 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
21190         * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
21191         config/arm/thumb2.md: Fix comment typos.
21192         * doc/extend.texi: Fix a typo.
21194 2007-01-07  Eric Christopher  <echristo@apple.com>
21196         * configure.ac: Check for __stack_chk_fail for darwin.
21197         * configure: Regenerate.
21199 2007-01-07  Richard Guenther  <rguenther@suse.de>
21201         * tree-vrp.c (extract_range_from_assert): CSE calls to
21202         compare_values where possible.
21203         (extract_range_from_unary_expr): Likewise.
21205 2007-01-07  Anatoly Sokolov <aesok@post.ru>
21207         * config/avr/avr-protos.h (call_insn_operand): Delete prototype.
21208         * config/avr/avr.c (call_insn_operand): Delete function.
21209         * config/avr/avr.md (*pushqi, *pushhi, *pushsi, *pushsf): Use REG_SP
21210         instead of register number. Use predicates.
21211         * config/avr/predicates.md (const0_operand, reg_or_0_operand,
21212         call_insn_operand): Add.
21214 2007-01-06  Jan Hubicka  <jh@suse.cz>
21216         * tree-pass.h (pass_build_cgraph_edges): Declare.
21217         * cgraphunit.c (record_refernece): Move to cgraphbuild.c
21218         (visited_nodes): Remove.
21219         (cgraph_create_edges): Move to cgraphbuild.c; rename to
21220         build_cgrpah_edges; make visited_nodes local.
21221         (cgraph_process_new_functions): DO not call initialize_inline_failed.
21222         (record_references_in_initializer): Move to cgraphbuild.c
21223         (initialize_inline_failed, rebuild_cgraph_edges,
21224         pass_rebuild_cgraph_edges): Move to cgraphbuild.c.
21225         (verify_cgraph_node): Make visited_nodes local.
21226         (cgraph_analyze_function): Do not call cgraph_create_edges and
21227         initialize_inline_failed.
21228         (cgraph_expand_function): Do not call cgraph_lower_function;
21229         assert that function is already lowered.
21230         * Makefile.in (cgraphbuild.o): New.
21231         * passes.c (init_optimization_passes): Add pass_build_cgraph_edges
21232         at the end of lowering passes.
21234 2007-01-06  Steven Bosscher  <steven@gcc.gnu.org>
21236         * ifcvt.c (cond_move_convert_if_block): New function, code
21237         factored out from...
21238         (cond_move_process_if_block): ...here.  Call the new function
21239         on the THEN and ELSE blocks.
21240         (merge_if_block): Do not copy global_live_at_end, merge_blocks
21241         already takes care of this.
21243 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
21245         PR c/19978
21246         * tree.h (TREE_OVERFLOW_P): New.
21247         * c-typeck.c (parser_build_unary_op): Warn only if result
21248         overflowed and operands did not.
21249         (parser_build_binary_op): Likewise.
21250         (convert_for_assignment): Remove redundant overflow_warning.
21251         * c-common.c (overflow_warning): Don't check or set TREE_OVERFLOW.
21253 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
21255         * c-typeck.c (store_init_value): Split over two lines to follow
21256         the GNU coding style.
21258 2007-01-05  Benjamin Kosnik  <bkoz@redhat.com>
21260         * c-cppbuiltin.c (c_cpp_builtins): __GXX_EXPERIMENTAL_CPP0X__ to
21261         __GXX_EXPERIMENTAL_CXX0X__.
21262         * doc/cpp.texi: Same.
21264 2007-01-05  Richard Guenther  <rguenther@suse.de>
21266         PR middle-end/27826
21267         * tree.c (get_narrower): Do not construct COMPONENT_REFs
21268         with mismatched types.  Instead explicitly build a
21269         conversion NOP_EXPR.
21271 2007-01-05  Ian Lance Taylor  <iant@google.com>
21273         * c-common.c (decl_with_nonnull_addr_p): New function.
21274         (c_common_truthvalue_conversion): Call it.
21275         * c-typeck.c (build_binary_op): Likewise.
21276         * c-common.h (decl_with_nonnull_addr_p): Declare.
21278 2007-01-05  Jakub Jelinek  <jakub@redhat.com>
21280         PR c/30360
21281         * libgcc2.c (__divdc3): Compare c and d against 0.0 instead of
21282         denom against 0.0.
21284 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
21286         * doc/install.texi (Final install): Document the fact that
21287         the GNAT runtime should not be stripped.
21289 2007-01-04  Jan Hubicka  <jh@suse.cz>
21291         * tree-inline.c (fold_marked_statements): Update operand caches
21292         and EH after folding
21294 2007-01-04  Ian Lance Taylor  <iant@google.com>
21296         * c-common.c (check_function_nonnull): Whitespace fix.
21298 2007-01-04  Jan Hubicka  <jh@suse.cz>
21300         * tree-optimize.c (execute_fixup_cfg): Correct previously mistakely
21301         comitted older version of patch.
21302         (pass_fixup_cfg): Add TODOs to verify flow and statements, dump
21303         function, celanup cfg and collect garbage.
21305 2007-01-04  Mike Stump  <mrs@apple.com>
21307         * Makefile.in (mostlyclean): Don't remove libgcc anymore.
21308         (clean): Likewise.
21310 2007-01-04  Eric Christopher  <echristo@apple.com>
21312         * libgcc2.c (__bswapsi2): Use SItype.
21313         (__bswapdi2): Use DItype.
21314         * libgcc2.h: Update for above.
21316 2007-01-04  Paul Brook  <paul@codesourcery.com>
21318         * config/arm/arm.md (arm_mulsi3, thumb_mulsi3, mulsi3_compare0,
21319         mulsi_compare0_scratch, mulsi3addsi, mulsi3addsi_compare0,
21320         mulsi3addsi_compare0_scratch, mulsidi3adddi, mulsidi3,
21321         umulsidi3, umulsidi3adddi, smulsi3_highpart,
21322         umulsi3_highpart): Make conditional on !arm_arch6.
21323         (arm_mulsi3_v6, thumb_mulsi3_v6, mulsi3_compare0_v6,
21324         mulsi_compare0_scratch_v6, mulsi3addsi_v6, mulsi3addsi_compare0_v6,
21325         mulsi3addsi_compare0_scratch_v6, mulsidi3adddi_v6, mulsidi3_v6,
21326         umulsidi3_v6, umulsidi3adddi_v6, smulsi3_highpart_v6,
21327         umulsi3_highpart_v6): New insns.
21329 2007-01-04  Roger Sayle  <roger@eyesopen.com>
21331         * fold-const.c (fold_convert): When casting an expression to void,
21332         fold_ignored_result may discover a GIMPLE_MODIFY_STMT which doesn't
21333         have a type.  Instead of attempting to build a NOP_EXPR, return
21334         these "special" trees directly.
21336 2007-01-04  Joseph Myers  <joseph@codesourcery.com>
21338         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make adjustment for
21339         MULT inside MINUS as either argument.  Use rs6000_cost->dmul -
21340         rs6000_cost->fp not 0 as adjustment for outer NEG.
21342 2007-01-04  Jan Hubicka  <jh@suse.cz>
21344         * cgraph.c (cgraph_release_function_body): New function.
21345         (cgraph_remove_node): Use it.
21346         * cgraph.h (cgraph_release_function_body): Declare.
21347         * cgraphunit.c (cgraph_expand_function): Use it.
21348         * ipa.c (cgraph_remove_unreahchable_nodes): Use it.
21349         * tree-ssa.c (delete_tree_ssa): Allow to be called before aliasing
21350         is initialized and while compilation of other function is running.
21351         * tree-optimize.c (execute_free_cfg_annotations): Move code to clear
21352         statement CFG annotations from here to ...
21353         * tree-cfg.c (delete_tree_cfg_annotations): ... here.
21355 2007-01-04  Zdenek Dvorak <dvorakz@suse.cz>
21357         * cfgloop.h (enum li_flags): Make the constants powers of two.
21359 2007-01-04  Jan Hubicka  <jh@suse.cz>
21361         * tree-inline.c (copy_bb): Insert new statements to statements_to_fold
21362         set.
21363         (fold_marked_statements): New function.
21364         (optimize_inline_calls, tree_function_versioning): Fold new statements.
21365         * tree-inline.h (copy_body_data): Add statements_to_fold.
21367 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
21369         * config.gcc: Mention libgcc/config.host.
21370         * Makefile.in: Update comments mentioning libgcc.
21371         (LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete.
21372         (all.cross, start.encap, rest.encap, rest.cross): Update
21373         dependencies for libgcc move.
21374         (libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib)
21375         (clean-target, clean-target-libgcc): Delete.
21376         (srcdirify, GCC_EXTRA_PARTS): New macros.
21377         (libgcc-support, libgcc.mvars): New rules.
21378         (distclean): Remove mention of mklibgcc.
21379         (install): Don't reference INSTALL_LIBGCC.
21380         (install-common): Don't reference EXTRA_PARTS.
21381         (install-libgcc, install-multilib): Delete rules.
21382         * mklibgcc.in: Delete file.
21383         * doc/configfiles.texi: Don't mention mklibgcc.
21385         * config/i386/t-darwin (SHLIB_VERPFX): Delete (moved to libgcc).
21386         * config/i386/t-darwin64 (SHLIB_VERPFX): Likewise.
21387         * config/rs6000/t-darwin (SHLIB_VERPFX): Likewise.
21388         * config/rs6000/t-ppccomm (TARGET_LIBGCC2_CFLAGS, SHLIB_MAPFILES)
21389         (mklibgcc, ldblspecs): Likewise.
21391         * config/i386/t-nwld (libgcc.def, libc.def, libpcre.def)
21392         (posixpre.def): Use $(T).
21393         (SHLIB_EXT, SHLIB_NAME, SHLIB_SLIBDIR_QUAL, SHLIB_DEF, SHLIB_MAP)
21394         (SHLIB_SRC, SHLIB_INSTALL): Delete.
21395         (SHLIB_LINK): Make dummy.
21396         * config/t-slibgcc-darwin: Delete contents except for dummy SHLIB_LINK.
21398         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Clear.
21400         * config/alpha/t-crtfm: Use $(T) in rules for EXTRA_PARTS.
21401         * config/alpha/t-vms, config/alpha/t-vms64, config/fr30/t-fr30,
21402         config/i386/t-rtems-i386, config/ia64/t-ia64, config/rs6000/t-beos,
21403         config/rs6000/t-newas, config/sparc/t-elf: Likewise.
21405         * configure.ac (all_outputs): Remove mklibgcc.
21406         * configure: Regenerated.
21408 2007-01-03  Josh Conner  <jconner@apple.com>
21410         PR middle-end/29683
21411         * calls.c (compute_argument_addresses): Set stack and stack_slot
21412         for partial args, too.
21413         (store_one_arg): Use locate.size.constant for the size when
21414         generating a save_area.
21416 2007-01-03  Robert Kennedy <jimbob@google.com>
21418         * tree-cfg.c (tree_merge_blocks): Release SSA_NAME phi results
21419         whose definitions are deleted due to basic block merging.
21421 2007-01-03  Paul Brook  <paul@codesourcery.com>
21423         PR target/16634
21424         * config/arm/arm.c (output_return_instruction): Pop PC in interrupt
21425         functions.
21426         (use_return_insn): Return 0 for Thumb interrupt functions.
21427         (print_multi_reg): Add rfe argument for IRQ returns.
21428         (arm_output_epilogue): Pop interrupt return address directly into PC.
21429         (arm_expand_prologue): Only adjust IRQ return address in Arm mode.
21431 2007-01-03  Paul Brook  <paul@codesourcery.com>
21433         Merge from sourcerygxx-4_1.
21434         * config/arm/thumb2.md: New file.
21435         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Return True for
21436         Thumb-2.
21437         * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Ditto.
21438         * config/arm/aout.h (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
21439         (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump tables.
21440         * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump
21441         tables.
21442         (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
21443         * config/arm/ieee754-df.S: Use macros for Thumb-2/Unified asm
21444         comptibility.
21445         * config/arm/ieee754-sf.S: Ditto.
21446         * config/arm/arm.c (thumb_base_register_rtx_p): Rename...
21447         (thumb1_base_register_rtx_p): ... to this.
21448         (thumb_index_register_rtx_p): Rename...
21449         (thumb1_index_register_rtx_p): ... to this.
21450         (thumb_output_function_prologue): Rename...
21451         (thumb1_output_function_prologue): ... to this.
21452         (thumb_legitimate_address_p): Rename...
21453         (thumb1_legitimate_address_p): ... to this.
21454         (thumb_rtx_costs): Rename...
21455         (thumb1_rtx_costs): ... to this.
21456         (thumb_compute_save_reg_mask): Rename...
21457         (thumb1_compute_save_reg_mask): ... to this.
21458         (thumb_final_prescan_insn): Rename...
21459         (thumb1_final_prescan_insn): ... to this.
21460         (thumb_expand_epilogue): Rename...
21461         (thumb1_expand_epilogue): ... to this.
21462         (arm_unwind_emit_stm): Rename...
21463         (arm_unwind_emit_sequence): ... to this.
21464         (thumb2_legitimate_index_p, thumb2_legitimate_address_p,
21465         thumb1_compute_save_reg_mask, arm_dwarf_handle_frame_unspec,
21466         thumb2_index_mul_operand, output_move_vfp, arm_shift_nmem,
21467         arm_save_coproc_regs, thumb_set_frame_pointer, arm_print_condition,
21468         thumb2_final_prescan_insn, thumb2_asm_output_opcode, arm_output_shift,
21469         thumb2_output_casesi): New functions.
21470         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Define.
21471         (FL_THUMB2, FL_NOTM, FL_DIV, FL_FOR_ARCH6T2, FL_FOR_ARCH7,
21472         FL_FOR_ARCH7A, FL_FOR_ARCH7R, FL_FOR_ARCH7M, ARM_LSL_NAME,
21473         THUMB2_WORK_REGS): Define.
21474         (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv, arm_condexec_count,
21475         arm_condexec_mask, arm_condexec_masklen)): New variables.
21476         (all_architectures): Add armv6t2, armv7, armv7a, armv7r and armv7m.
21477         (arm_override_options): Check new CPU capabilities.
21478         Set new architecture flag variables.
21479         (arm_isr_value): Handle v7m interrupt functions.
21480         (user_return_insn): Return 0 for v7m interrupt functions.  Handle
21481         Thumb-2.
21482         (const_ok_for_arm): Handle Thumb-2 constants.
21483         (arm_gen_constant): Ditto.  Use movw when available.
21484         (arm_function_ok_for_sibcall): Return false for v7m interrupt
21485         functions.
21486         (legitimize_pic_address, arm_call_tls_get_addr): Handle Thumb-2.
21487         (thumb_find_work_register, arm_load_pic_register,
21488         legitimize_tls_address, arm_address_cost, load_multiple_sequence,
21489         emit_ldm_seq, emit_stm_seq, arm_select_cc_mode, get_jump_table_size,
21490         print_multi_reg, output_mov_long_double_fpa_from_arm,
21491         output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm,
21492         output_mov_double_fpa_from_arm, output_move_double,
21493         arm_compute_save_reg_mask, arm_compute_save_reg0_reg12_mask,
21494         output_return_instruction, arm_output_function_prologue,
21495         arm_output_epilogue, arm_get_frame_offsets, arm_regno_class,
21496         arm_output_mi_thunk, thumb_set_return_address): Ditto.
21497         (arm_expand_prologue): Handle Thumb-2.  Use arm_save_coproc_regs.
21498         (arm_coproc_mem_operand): Allow POST_INC/PRE_DEC.
21499         (arithmetic_instr, shift_op): Use arm_shift_nmem.
21500         (arm_print_operand): Use arm_print_condition.  Handle '(', ')', '.',
21501         '!' and 'L'.
21502         (arm_final_prescan_insn): Use extract_constrain_insn_cached.
21503         (thumb_expand_prologue): Use thumb_set_frame_pointer.
21504         (arm_file_start): Output directive for unified syntax.
21505         (arm_unwind_emit_set): Handle stack alignment instruction.
21506         * config/arm/lib1funcs.asm: Remove default for __ARM_ARCH__.
21507         Add v6t2, v7, v7a, v7r and v7m.
21508         (RETLDM): Add Thumb-2 code.
21509         (do_it, shift1, do_push, do_pop, COND, THUMB_SYNTAX): New macros.
21510         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __thumb2__.
21511         (TARGET_THUMB1, TARGET_32BIT, TARGET_THUMB2, TARGET_DSP_MULTIPLY,
21512         TARGET_INT_SIMD, TARGET_UNIFIED_ASM, ARM_FT_STACKALIGN, IS_STACKALIGN,
21513         THUMB2_TRAMPOLINE_TEMPLATE, TRAMPOLINE_ADJUST_ADDRESS,
21514         ASM_OUTPUT_OPCODE, THUMB2_GO_IF_LEGITIMATE_ADDRESS,
21515         THUMB2_LEGITIMIZE_ADDRESS, CASE_VECTOR_PC_RELATIVE,
21516         CASE_VECTOR_SHORTEN_MODE, ADDR_VEC_ALIGN, ASM_OUTPUT_CASE_END,
21517         ADJUST_INSN_LENGTH): Define.
21518         (TARGET_REALLY_IWMMXT, TARGET_IWMMXT_ABI, CONDITIONAL_REGISTER_USAGE,
21519         STATIC_CHAIN_REGNUM, HARD_REGNO_NREGS, INDEX_REG_CLASS,
21520         BASE_REG_CLASS, MODE_BASE_REG_CLASS, SMALL_REGISTER_CLASSES,
21521         PREFERRED_RELOAD_CLASS, SECONDARY_OUTPUT_RELOAD_CLASS,
21522         SECONDARY_INPUT_RELOAD_CLASS, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
21523         TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE, HAVE_PRE_INCREMENT,
21524         HAVE_POST_DECREMENT, HAVE_PRE_DECREMENT, HAVE_PRE_MODIFY_DISP,
21525         HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_REG, HAVE_POST_MODIFY_REG,
21526         REGNO_MODE_OK_FOR_BASE_P, LEGITIMATE_CONSTANT_P,
21527         REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, GO_IF_LEGITIMATE_ADDRESS,
21528         LEGITIMIZE_ADDRESS, THUMB2_LEGITIMIZE_ADDRESS,
21529         GO_IF_MODE_DEPENDENT_ADDRESS, MEMORY_MOVE_COST, BRANCH_COST,
21530         ASM_APP_OFF, ASM_OUTPUT_CASE_LABEL, ARM_DECLARE_FUNCTION_NAME,
21531         FINAL_PRESCAN_INSN, PRINT_OPERAND_PUNCT_VALID_P,
21532         PRINT_OPERAND_ADDRESS): Adjust for Thumb-2.
21533         (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv): New declarations.
21534         * config/arm/arm-cores.def: Add arm1156t2-s, cortex-a8, cortex-r4 and
21535         cortex-m3.
21536         * config/arm/arm-tune.md: Regenerate.
21537         * config/arm/arm-protos.h: Update prototypes.
21538         * config/arm/vfp.md: Enable patterns for Thumb-2.
21539         (arm_movsi_vfp): Add movw alternative.  Use output_move_vfp.
21540         (arm_movdi_vfp, movsf_vfp, movdf_vfp): Use output_move_vfp.
21541         (thumb2_movsi_vfp, thumb2_movdi_vfp, thumb2_movsf_vfp,
21542         thumb2_movdf_vfp, thumb2_movsfcc_vfp, thumb2_movdfcc_vfp): New.
21543         * config/arm/libunwind.S: Add Thumb-2 code.
21544         * config/arm/constraints.md: Update include Thumb-2.
21545         * config/arm/ieee754-sf.S: Add Thumb-2/Unified asm support.
21546         * config/arm/ieee754-df.S: Ditto.
21547         * config/arm/bpabi.S: Ditto.
21548         * config/arm/t-arm (MD_INCLUDES): Add thumb2.md.
21549         * config/arm/predicates.md (low_register_operand,
21550         low_reg_or_int_operand, thumb_16bit_operator): New.
21551         (thumb_cmp_operand, thumb_cmpneg_operand): Rename...
21552         (thumb1_cmp_operand, thumb1_cmpneg_operand): ... to this.
21553         * config/arm/t-arm-elf: Add armv7 multilib.
21554         * config/arm/arm.md: Update patterns for Thumb-2 and Unified asm.
21555         Include thumb2.md.
21556         (UNSPEC_STACK_ALIGN, ce_count): New.
21557         (arm_incscc, arm_decscc, arm_umaxsi3, arm_uminsi3,
21558         arm_zero_extendsidi2, arm_zero_extendqidi2): New
21559         insns/expanders.
21560         * config/arm/fpa.md: Update patterns for Thumb-2 and Unified asm.
21561         (thumb2_movsf_fpa, thumb2_movdf_fpa, thumb2_movxf_fpa,
21562         thumb2_movsfcc_fpa, thumb2_movdfcc_fpa): New insns.
21563         * config/arm/cirrus.md: Update patterns for Thumb-2 and Unified asm.
21564         (cirrus_thumb2_movdi, cirrus_thumb2_movsi_insn,
21565         thumb2_cirrus_movsf_hard_insn, thumb2_cirrus_movdf_hard_insn): New
21566         insns.
21567         * doc/extend.texi: Document ARMv7-M interrupt functions.
21568         * doc/invoke.texi: Document Thumb-2 new cores+architectures.
21570 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
21572         * unwind-dw2.c (SIGNAL_FRAME_BIT, EXTENDED_CONTEXT_BIT): Define.
21573         (struct _Unwind_Context): Rename args_size to flags, remove
21574         signal_frame field, add a new args_size field and version field.
21575         (_Unwind_IsSignalFrame, _Unwind_SetSignalFrame,
21576         _Unwind_IsExtendedContext): New inline functions.
21577         (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
21578         Assume by_value array is only present if _Unwind_IsExtendedContext.
21579         (_Unwind_GetIPInfo, execute_cfa_program, uw_frame_state_for): Use
21580         _Unwind_IsSignalFrame.
21581         (__frame_state_for): Initialize context.flags to EXTENDED_CONTEXT_BIT.
21582         (uw_update_context_1): Use _Unwind_SetSignalFrame.
21583         (uw_init_context_1): Initialize context->flags to
21584         EXTENDED_CONTEXT_BIT.
21585         * config/rs6000/linux-unwind.h (frob_update_context): Use
21586         _Unwind_SetSignalFrame.
21588 2007-01-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
21590         PR middle-end/30353
21591         * gimplify.c (gimplify_modify_expr_complex_part): Move below
21592         tree_to_gimple_tuple.  Call tree_to_gimple_tuple when we need
21593         the value.
21595 2007-01-03  Kazu Hirata  <kazu@codesourcery.com>
21597         * config/i386/i386.h (NON_STACK_REG_P, REGNO_OK_FOR_SIREG_P,
21598         REGNO_OK_FOR_DIREG_P, REWRITE_ADDRESS, ASM_OPERAND_LETTER,
21599         RET, AT_SP): Remove.
21600         * config/i386/i386.md (*sse_prologue_save_insn): Use return
21601         instead of RET.
21603         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
21604         * cfgbuild.c (find_basic_blocks): Likewise.
21605         * cfgrtl.c (rtl_create_basic_block): Likewise.
21606         * function.c (temp_slots_at_level): Likewise.
21607         * reg-stack.c (stack_regs_mentioned): Likewise.
21608         * regclass.c (allocate_reg_info): Likewise.
21609         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
21610         set_bb_for_stmt, move_block_to_fn): Likewise.
21611         * tree-complex.c (tree_lower_complex): Likewise.
21612         * vec.h (VEC_safe_grow_cleared): New.
21614         * cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
21616 2007-01-03  Zdenek Dvorak <dvorakz@suse.cz>
21618         * loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.
21619         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Pass probabilities
21620         to loop_version.
21621         * cfgloopmanip.c (scale_loop_frequencies): Export.
21622         (loopify): Scale the frequencies by prescribed coefficients.
21623         (set_zero_probability): New function.
21624         (duplicate_loop_to_header_edge): Improve updating of frequencies.
21625         (lv_adjust_loop_entry_edge, loop_version): Set probabilities
21626         and frequencies according to arguments.
21627         * tree-ssa-loop-manip.c (tree_unroll_loop): Set probabilities
21628         correctly.
21629         * cfg.c (scale_bbs_frequencies_int): Allow scaling the frequencies up.
21630         * modulo-sched.c (sms_schedule): Set probabilities for entering
21631         versioned loop correctly.
21632         * tree-vect-transform.c (vect_transform_loop): Ditto.
21633         * cfgloop.h (loopify, loop_version): Declaration changed.
21634         (scale_loop_frequencies): Declared.
21636 2007-01-02  Jan Hubicka  <jh@suse.cz>
21638         * cgraph.c: Include tree-flow.h
21639         (cgraph_add_new-function): Handle IPA_SSA mode; execute
21640         early_local_passes.
21641         * cgraph.h (enum cgraph_state): Add CGRAPH_STATE_IPA_SSA.
21642         * tree-pass.h (pass_all_early_optimizations): Declare.
21643         * cgraphunit.c (cgraph_process_new_functions): Add IPA_SSA; execute
21644         early_local_passes.
21645         (cgraph_analyze_function): Do early_local_passes.
21646         * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
21647         Do not add referenced vars.
21648         * tree-optimize.c (gate_all_optimizations): Do not execute when not in
21649         SSA form.
21650         (gate_all_early_local_passes): New gate.
21651         (pass_early_local_passes): Use new gate.
21652         (execute_early_local_optimizations): New functions.
21653         (gate_all_early_optimizations): New gate.
21654         (pass_all_early_optimizations): New pass.
21655         (execute_free_datastructures): Free SSA only when initialized.
21656         (gate_init_datastructures): Init only when optimizing.
21657         (tree_lowering_passes): Do early local passes when called late.
21658         * tree-profile.c (do_tree_profiling): Don't profile functions added
21659         late.
21660         (do_early_tree_profiling, pass_early_tree_profile): Kill.
21661         * tree-cfg.c (update_modified_stmts): Do not update when operands are
21662         not active.
21663         * passes.c (init_optimizations_passes): Reorder so we go into SSA
21664         during early_local_passes.
21665         * Makefile.in (cgraph.o): Add dependency on tree-flow.h.
21668 2007-01-02  Carlos O'Donell  <carlos@codesourcery.com>
21670         * Makefile.in: Update copyright year.
21672 2007-01-02  Carlos O'Donell  <carlos@codesourcery.com>
21674         * Makefile.in: Export GCC_EXEC_PREFIX before calling $(RUNTEST)
21675         in $(lang_checks) and check-consistency targets.
21677 2007-01-02  Jan Hubicka  <jh@suse.cz>
21679         * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
21680         Do not add referenced vars.
21681         * tree-cfg.c (update_modified_stmts): Do not update when SSA operands
21682         are not active.
21683         * passes.c (init_optimization_passes): Put mudflap_2 after
21684         free_datastructures.
21686 2007-01-02  Jan Hubicka  <jh@suse.cz>
21688         * tree-optimize (execute_fixup_cfg): Set after_inlining flag.
21689         Set NOTHROW flag on call statements proved to be nothrow.
21690         Update statement of local calls so new pure/const functions are
21691         updated. Update_ssa when in ssa form. Mark PHI nodes of nonlocal
21692         goto receivers.
21693         (tree_rest_of_compilation): Register hooks and initialize bitmap
21694         early. Do not set after_inlining flag.
21696 2007-01-02  Steve Ellcey  <sje@cup.hp.com>
21698         * sbitmap.c (HOST_BITS_PER_LONG_LONG):  Change to
21699         HOST_BITS_PER_LONGLONG
21701 2007-01-02  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
21703         PR c/19977
21704         * c-typeck.c (store_init_value): Don't emit pedantic overflow
21705         warning for non-static initializers.
21707 2007-01-02  Steven Bosscher  <steven@gcc.gnu.org>
21709         * config/alpha/alpha.md, arm/arm.c, darwin.c, frv/frv.md,
21710         m32r/m32r.c, m32r/m32r.c, mn10300/mn10300.md, pa/pa.c,
21711         rs6000/rs6000.c, s390/s390.md, sh/sh.md, sparc/sparc.c:
21712         Always use set_unique_reg_note to add REG_EQUAL notes.
21714 2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
21716         Revert:
21717         2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
21719         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
21720         * cfgbuild.c (find_basic_blocks): Likewise.
21721         * cfgrtl.c (rtl_create_basic_block): Likewise.
21722         * function.c (temp_slots_at_level): Likewise.
21723         * reg-stack.c (stack_regs_mentioned): Likewise.
21724         * regclass.c (allocate_reg_info): Likewise.
21725         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
21726         set_bb_for_stmt, move_block_to_fn): Likewise.
21727         * tree-complex.c (tree_lower_complex): Likewise.
21728         * vec.h (VEC_safe_grow_cleared): New.
21730 2007-01-02  Ian Lance Taylor  <iant@google.com>
21732         * c-common.c (c_common_truthvalue_conversion): When warning about
21733         using an assignment as a truth value, set TREE_NO_WARNING.
21735 2007-01-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
21737         PR middle-end/7651
21738         * c.opt (Wold-style-declaration): New.
21739         * doc/invoke.texi (C-only Warning Options): New.
21740         (Wold-style-declaration): Document it.
21741         (Wextra): Enabled by -Wextra.
21742         * c-opts.c (c_common_post_options): Enabled by -Wextra.
21743         * c-decl.c (declspecs_add_scspec): Replace -Wextra with
21744         -Wold-style-declaration.
21746 2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
21748         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
21749         * cfgbuild.c (find_basic_blocks): Likewise.
21750         * cfgrtl.c (rtl_create_basic_block): Likewise.
21751         * function.c (temp_slots_at_level): Likewise.
21752         * reg-stack.c (stack_regs_mentioned): Likewise.
21753         * regclass.c (allocate_reg_info): Likewise.
21754         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
21755         set_bb_for_stmt, move_block_to_fn): Likewise.
21756         * tree-complex.c (tree_lower_complex): Likewise.
21757         * vec.h (VEC_safe_grow_cleared): New.
21759 2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
21761         * c-common.c (c_common_nodes_and_builtins): Since variants of
21762         void_type_node get built before it is given a name, we need to
21763         give those variants the name, too.
21764         (complete_array_type): We need to work with the canonical main
21765         type of the array, from which we will build the qualified version.
21766         * params.def (PARAM_VERIFY_CANONICAL_TYPES): New.
21767         * print-tree.c (print_node): Display canonical type information
21768         for each type.
21769         * stor-layout.c (layout_type): When we don't know the
21770         alignment of a type for which we're building an array, we end up
21771         guessing wrong, so make the type require structural equality.
21772         * tree.c (make_node_stat): When we build a new type, it is its
21773         own canonical type.
21774         (build_type_attribute_qual_variant): When building an attribute
21775         variant, its canonical type is the non-attribute variant. However,
21776         if the attributes are target-dependent and they differ, we need to
21777         use structural equality checks for this type.
21778         (build_qualified_type): A qualified type is not equivalent to its
21779         unqualified variant; set the canonical type appropriately.
21780         (build_distinct_type_copy): When building a distinct type from
21781         another type, the new type is its own canonical type.
21782         (build_variant_type_copy): When building a new type variant, we
21783         assume that it is equivalent to the original type.
21784         (build_pointer_type_for_mode): When building a pointer type, also
21785         build a canonical type pointer.
21786         (build_reference_type_for_mode): When building a reference type,
21787         also build a canonical type reference.
21788         (build_index_type): When we can't hash an index type (e.g.,
21789         because its maximum value is negative), the index type requires
21790         structural equality tests.
21791         (build_array_type): Build the canonical form of an array type.
21792         (build_function_type): Function types require structural equality,
21793         because they contain default arguments, attributes, etc.
21794         (build_method_type_directly): Ditto for method types.
21795         (build_offset_type): Build the canonical offset type.
21796         (build_complex_type): Build the canonical vector type.
21797         (make_vector_type): Build the canonical vector type.
21798         * tree.h (TYPE_CANONICAL): New.
21799         (TYPE_STRUCTURAL_EQUALITY_P): New.
21800         (SET_TYPE_STRUCTURAL_EQUALITY): New.
21801         (struct tree_type): Added "canonical" field.
21802         * params.h (VERIFY_CANONICAL_TYPES): New.
21803         * doc/c-tree.texi (TYPE_CANONICAL): Document.
21804         (TYPE_STRUCTURAL_EQUALITY_P): Document.
21805         (SET_TYPE_STRUCTURAL_EQUALITY): Document.
21806         * doc/invoke.texi (verify-canonical-types): Document --param
21807         parameter for verifying canonical types.
21809 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
21811         * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
21812         powerpc-*-eabisim*, powerpc-*-eabialtivec*, powerpc-*-eabi*,
21813         powerpc-*-rtems*, powerpc-wrs-vxworks, powerpc-wrs-vxworksae,
21814         powerpcle-*-eabisim*, powerpcle-*-eabi*): Add rs6000/e500.h to
21815         tm_file.
21816         * config/rs6000/e500.h: New.
21817         * config/rs6000/eabi.h (TARGET_SPE_ABI, TARGET_SPE, TARGET_E500,
21818         TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE, TARGET_E500_DOUBLE):
21819         Remove.
21820         * config/rs6000/linuxspe.h (TARGET_SPE_ABI, TARGET_SPE,
21821         TARGET_E500, TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE,
21822         TARGET_E500_DOUBLE): Remove.
21823         * config/rs6000/vxworks.h (TARGET_SPE_ABI, TARGET_SPE,
21824         TARGET_E500, TARGET_ISEL, TARGET_FPRS): Remove.
21825         * config/rs6000/rs6000.h (CHECK_E500_OPTIONS): Define.
21826         * config/rs6000/rs6000.c (rs6000_override_options): Use
21827         CHECK_E500_OPTIONS.
21829 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
21831         * config/rs6000/rs6000.c (print_operand): Check (TARGET_SPE ||
21832         TARGET_E500_DOUBLE), not TARGET_E500, for %y.
21833         (rs6000_generate_compare, rs6000_emit_sCOND, output_cbranch,
21834         rs6000_emit_cmove): Don't check TARGET_E500.
21835         * config/rs6000/rs6000.md (bunordered, bordered, sunordered,
21836         sordered): Don't check TARGET_E500.
21838 2007-01-01  Eric Christopher  <echristo@apple.com>
21840         * config/mips/mips.c (mips_regno_mode_ok_for_base_p): Use
21841         HARD_REGISTER_NUM_P.
21843 2007-01-01  Roger Sayle  <roger@eyesopen.com>
21845         * fold-const.c (fold_binary) <EQ_EXPR>: Fold "(X^C1) eq/ne C2" into
21846         "X eq/ne (C1^C2)".  Fold "(X^Z) eq/ne (Y^Z)" as "X eq/ne Y" when Z
21847         has no side-effects.  Fold "(X^C1) eq/ne (Y^C2)" as "(X^(C1^C2))
21848         eq/ne Y".
21850 2007-01-01  Mike Stump  <mrs@apple.com>
21852         * configure.ac: Remove support for building with Apple's gcc-3.1.
21854 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
21856         PR middle-end/30311
21857         * caller-save.c (add_stored_regs): Only handle SUBREGs if inner
21858         REG is a hard register.  Do not modify REG before calling
21859         subreg_nregs.
21860         * rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
21861         multiple of the size of YMODE for certain lowpart cases.
21863 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
21865         PR middle-end/30253
21866         * gimplify (voidify_wrapper_expr): Update for
21867         GIMPLE_MODIFY_STMT.
21869 2007-01-01  Andreas Schwab  <schwab@suse.de>
21871         PR target/29166
21872         * config/ia64/ia64.c (ia64_compute_frame_size): Account space for
21873         save of BR0 in extra_spill_size instead of spill_size.
21874         (ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill
21875         area.
21876         (ia64_expand_epilogue): Restore BR0 from its new location.
21878 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
21880         * gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>):
21881         Use a temporary variable if the left hand side is not a gimple
21882         register.
21884 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
21886         * gimplify.c (gimplify_return_expr): Make the temporary variable
21887         for the return expression, a gimple register variable.
21889 2007-01-01  Jan Hubicka  <jh@suse.cz>
21891         * emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for
21892         INSN_LIST.
21894 2007-01-01  Mike Stump  <mrs@apple.com>
21896         * configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for
21897         .literal16.
21898         * config/darwin.c (machopic_select_rtx_section): Use
21899         HAVE_GAS_LITERAL16.
21900         (darwin_mergeable_constant_section): Likewise.
21901         * configure: Regenerate.
21902         * config.in: Regenerate.
21904 2007-01-01  Jan Hubicka  <jh@suse.cz>
21905             Andrew Pinski  <pinskia@gmail.com>
21907         * cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions
21908         before starting IPA passes.