2007-10-29 Razya Ladelsky
[gcc.git] / gcc / ChangeLog
1 2007-10-29 Razya Ladelsky
2
3 Automatic parallelization reduction tests.
4
5 * testsuite/gcc.dg/tree-ssa/reduc-1.c: New test.
6 * testsuite/gcc.dg/tree-ssa/reduc-1char.c: New test.
7 * testsuite/gcc.dg/tree-ssa/reduc-1short.c: New test.
8 * testsuite/gcc.dg/tree-ssa/reduc-2.c: New test.
9 * testsuite/gcc.dg/tree-ssa/reduc-2char.c: New test.
10 * testsuite/gcc.dg/tree-ssa/reduc-2short.c: New test.
11 * testsuite/gcc.dg/tree-ssa/reduc-3.c: New test.
12 * testsuite/gcc.dg/tree-ssa/reduc-6.c: New test.
13 * testsuite/gcc.dg/tree-ssa/reduc-7.c: New test.
14 * testsuite/gcc.dg/tree-ssa/reduc-8.c: New test.
15 * testsuite/gcc.dg/tree-ssa/reduc-9.c: New test.
16
17 2007-10-29 Razya Ladelsky
18 Zdenek Dvorak
19
20 OMP_ATOMIC Changes, testsuite changes.
21
22 * testsuite/gcc.dg/gomp/atomic-3.c: Search for string on
23 ompexp dump instead of gimple dump.
24 * testsuite/gcc.dg/gomp/atomic-9.c: Same.
25 * testsuite/gcc.dg/gomp/atomic-10.c: Same.
26 * testsuite/g++.dg/gomp/atomic-3.C: Same.
27 * testsuite/g++.dg/gomp/atomic-9.C: Same.
28 * testsuite/g++.dg/gomp/atomic-10.C: Same.
29
30 2007-10-29 Razya Ladelsky
31 Zdenek Dvorak
32
33 OMP_ATOMIC Changes,
34 Reduction support for automatic parallelization.
35
36 * expr.c (expand_expr_real_1): Add cases for OMP_ATOMIC_LOAD,
37 OMP_ATOMIC_STORE.
38 * Makefile.in: Add dependencies to expr.o, tree-parloops.o, omp-low.o
39 * tree-pretty-print.c (dump_generic_node): Add OMP_ATOMIC_LOAD
40 and OMP_ATOMIC_STORE.
41 * tree.h (OMP_DIRECTIVE_P): Add OMP_ATOMIC_LOAD,
42 OMP_ATOMIC_STORE.
43 * gimple-low.c (lower_stmt): Same.
44 * gimplify.c (gimplify_expr): Same.
45 (gimplify_omp_atomic_fetch_op, gimplify_omp_atomic_pipeline,
46 gimplify_omp_atomic_mutex): Remove.
47 (gimplify_omp_atomic): Change it to simply gimplify the
48 statement instead of expanding it.
49 * omp-low.c: Add includes to optabs.h, cfgloop.h.
50 (expand_omp_atomic, expand_omp_atomic_pipeline,
51 goa_stabilize_expr, expand_omp_atomic_mutex,
52 expand_omp_atomic_fetch_op): New functions to implement
53 expansion of OMP_ATOMIC.
54 (expand_omp, build_omp_regions_1): Add support for
55 OMP_ATOMIC_LOAD/OMP_ATOMIC_STORE.
56 * tree-cfg.c (make_edges): add case for OMP_ATOMIC_LOAD,
57 OMP_ATOMIC_STORE.
58 * tree-gimple.c (is_gimple_stmt): Add OMP_ATOMIC_LOAD,
59 OMP_ATOMIC_STORE.
60 * tree-parloops.c: add include to tree-vectorizer.h.
61 (reduction_info): New structure for reduction.
62 (reduction_list): New list to represent list of reductions
63 per loop.
64 (struct data_arg): New helper structure for reduction.
65 (reduction_info_hash, reduction_info_eq, reduction_phi,
66 initialize_reductions,
67 create_call_for_reduction, create_phi_for_local_result,
68 create_call_for_reduction_1, create_loads_for_reductions,
69 create_final_loads_for_reduction): New functions.
70 (loop_parallel_p): Identify reductions, add reduction_list parameter.
71 (separate_decls_in_loop_name): Support reduction variables.
72 (separate_decls_in_loop): Add reduction_list and ld_st_data arguments,
73 call create_loads_for_reduction for each reduction.
74 (canonicalize_loop_ivs): Identify reductions, add reduction_list
75 parameter.
76 (transform_to_exit_first_loop): Add reduction support, add
77 reduction_list parameter.
78 (gen_parallel_loop): Add reduction_list parameter. Add call
79 separate_decls_in_loop with
80 the new argument. Traverse reductions and call
81 initialize_reductions, create_call_for_reduction.
82 (parallelize_loops): Create and delete the reduction list.
83 (add_field_for_name): Change use of data parameter. Add fields for
84 reductions.
85 * tree-vectorizer.h (vect_analyze_loop_form): Add declaration.
86 * tree-vect-analyze.c (vect_analyze_loop_form): export it.
87 * tree.def: Add definitions for OMP_ATOMIC_LOAD,
88 OMP_ATOMIC_STORE.
89 * tree-inline.c (estimate_num_insns_1): add cases for
90 OMP_ATOMIC_LOAD, OMP_ATOMIC_STORE.
91 * tree-cfg.c (make_edges): Add OMP_ATOMIC_LOAD,
92 OMP_ATOMIC_STORE.
93 * tree-ssa-operands.c (get_addr_dereference_operands):
94 New function. Subroutine of get_indirect_ref_operands.
95 (get_indirect_ref_operands): Call get_addr_dereference_operands.
96 (get_expr_operands): Support OMP_ATOMIC_LOAD, OMP_ATOMIC_STORE.
97
98
99 2007-10-29 Hans-Peter Nilsson <hp@axis.com>
100
101 * config/cris/cris.c: Include df.h.
102 (cris_address_cost): Add gcc_assert for canonicalization
103 assumptions. For PLUS with MULT or register, correct
104 test for register in other arm. Tweak comments.
105
106 2007-10-28 Richard Guenther <rguenther@suse.de>
107
108 * tree-ssa-operands.c (add_vars_for_offset): Add parameter
109 telling if the var is to be treated as points-to location.
110 (add_vars_for_bitmap): Pass true to add_vars_for_offset.
111 (add_virtual_operand): Only recurse into MPTs if aliases
112 is from a NMT.
113
114 2007-10-28 Richard Guenther <rguenther@suse.de>
115
116 * tree-ssa-operands.c (add_vars_for_offset): Clean and speed up.
117 (add_vars_for_bitmap): Do not recurse further. Only add vars
118 for pointed-to SFTs.
119 (add_virtual_operand): Re-instantiate loop to add operands for
120 aliases. Recurse into MPTs.
121 (get_indirect_ref_operands): If we fall back to use a pointers
122 SMT, make sure to not prune based on the access offset and size.
123
124 2007-10-28 Andrew Pinski <pinskia@gmail.com>
125
126 PR tree-opt/33589
127 * tree-outof-ssa.c (rewrite_trees): If the statement changed, cleanup
128 the eh information on the statement.
129
130 2007-10-28 Richard Guenther <rguenther@suse.de>
131
132 * tree-flow.h (subvar_t): Make it a VEC.
133 (struct subvar): Remove.
134 (struct var_ann_d): Use VEC(tree,gc) to store subvars.
135 * tree-flow-inline.h (get_subvar_at): Adjust iterators over
136 variable subvars.
137 * tree-into-ssa.c (mark_sym_for_renaming): Likewise.
138 * tree-nrv.c (dest_safe_for_nrv_p): Likewise.
139 * tree-ssa-alias.c (mark_aliases_call_clobbered): Likewise.
140 (set_initial_properties): Likewise.
141 (setup_pointers_and_addressables): Likewise.
142 (new_type_alias): Likewise.
143 (create_overlap_variables_for): Likewise.
144 * tree-dfa.c (dump_subvars_for): Likewise.
145 * tree-ssa-operands.c (add_vars_for_offset): Likewise.
146 (get_expr_operands): Likewise.
147 (add_to_addressable_set): Likewise.
148 * tree-ssa-structalias.c (set_uids_in_ptset): Likewise.
149
150 2007-10-28 Uros Bizjak <ubizjak@gmail.com>
151
152 PR tree-optimization/33920
153 * tree-if-conv.c (tree_if_conversion): Force predicate of single
154 successor bb to true when predecessor bb has NULL predicate.
155 (find_phi_replacement_condition): Assert that tmp_cond is non-null.
156
157 2007-10-28 Richard Sandiford <rsandifo@nildram.co.uk>
158
159 * config/mips/mips.md: Add combiner patterns for DImode extensions
160 of HImode and QImode truncations. Reformat HImode <- QImode pattern
161 for consistency.
162
163 2007-10-28 Richard Sandiford <rsandifo@nildram.co.uk>
164
165 PR target/33895
166 * config/mips/mips.c (mips_output_dwarf_dtprel): Add ATTRIBUTE_UNUSED.
167
168 2007-10-28 Andreas Krebbel <krebbel1@de.ibm.com>
169
170 * dce.c (delete_unmarked_insns): Just delete the RETVAL and
171 LIBCALL notes if they are about to be moved to the same insn.
172
173 2007-10-27 Richard Guenther <rguenther@suse.de>
174
175 PR tree-optimization/33870
176 * tree-ssa-operands.c (add_vars_for_offset): Reduce code
177 duplication. Remove redundant call to access_can_touch_variable.
178 (add_vars_for_bitmap): New helper for recursing over MPT contents.
179 (add_virtual_operand): Use it.
180
181 2007-10-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
182
183 PR fortran/31608
184 * pa.h (ASM_PN_FORMAT): Delete define.
185
186 2007-10-26 Janis Johnson <janis187@us.ibm.com>
187
188 * doc/invoke.texi (Option Summary, optimizations): Remove
189 -fbounds-check. Add -fassociative-math, -freciprocal-math,
190 -ftree-vrp and -funit-at-a-time. Change -fno-split-wide-types to
191 -fsplit-wide-types to match later entry. Break up a long line.
192 (Option Summary, code gen options) Add -fno-stack-limit. Add
193 missing @gol to the end of a line.
194 (Optimization Options): Remove -fbounds-check, which is also
195 documented under Code Generation Options. Remove =n from
196 index entry for -ftree-parallelize-loops. Change -fno-cprop-registers
197 to -fcprop-registers to match other options, and say when it is
198 enabled rather than disabled. Remove extra index entry for
199 -fno-cx-limited-range. Add index entries for -fstack-protector
200 and -fstack-protector-all.
201 (Code Gen Options): Add index entry for -ftls-model.
202
203 2007-10-26 Anatoly Sokolov <aesok@post.ru>
204
205 * config/avr/avr.c (avr_OS_task_function_p): Add new function.
206 (avr_regs_to_save): Handle functions with 'OS_task' attribute.
207 (avr_simple_epilogue, expand_prologue, avr_asm_function_end_prologue,
208 expand_epilogue, output_movhi): Don't handle 'main' function.
209 (avr_attribute_table): Add 'OS_task' function attribute.
210 * config/avr/avr.h (machine_function): Remove 'is_main' field, add
211 'is_OS_task' field.
212 * config/avr/avr.md (return_from_main_epilogue): Remove insn.
213 (return_from_epilogue, return_from_interrupt_epilogue): Don't handle
214 'main' function.
215 * config/avr/avr.opt (minit-stack): Remove.
216
217 2007-10-26 Eric Botcazou <ebotcazou@adacore.com>
218
219 * tree-nested.c (get_trampoline_type): Fix thinko.
220
221 2007-10-26 Douglas Gregor <doug.gregor@gmail.com>
222
223 PR c++/33601
224 * tree.c (build_offset_type): Build canonical type based on the
225 TYPE_MAIN_VARIANT of the base type.
226
227 2007-10-26 Daniel Jacobowitz <dan@codesourcery.com>
228
229 * reorg.c (emit_delay_sequence): Move insn locator from the
230 first insn to the sequence.
231
232 2007-10-26 Samuel Tardieu <sam@rfc1149.net>
233
234 * ipa-pure-const.c (check_decl): Return immediately when
235 pure_const_state has been set to IPA_NEITHER.
236
237 2007-10-25 Ira Rosen <irar@il.ibm.com>
238
239 PR tree-optimization/33833
240 * tree-vect-analyze.c (vect_analyze_data_refs): Use POINTER_PLUS_EXPR
241 and convert init to sizetype in inner_base construction.
242
243 2007-10-25 Richard Guenther <rguenther@suse.de>
244
245 * tree-flow.h (mem_sym_stats): Remove.
246 (dump_mem_sym_stats_for_var): Declare.
247 * tree-dfa.c (dump_variable): Call dump_mem_sym_stats_for_var.
248 (mem_sym_stats): Move ...
249 * tree-ssa-alias.c (mem_sym_stats): ... here and make it static.
250 (mem_sym_score): Rename from ...
251 (pscore): ... this. Remove.
252 (dump_mem_sym_stats_for_var): New function. Dump the score, but
253 not the frequencies.
254 (compare_mp_info_entries): Make sort stable by disambiguating
255 on DECL_UID.
256
257 2007-10-25 Ira Rosen <irar@il.ibm.com>
258
259 PR tree-optimization/33866
260 * tree-vect-transform.c (vectorizable_store): Check operands of all
261 the stmts in the group of strided accesses. Get def stmt type for each
262 store in the group and pass it to vect_get_vec_def_for_stmt_copy ().
263
264 2007-10-25 Uros Bizjak <ubizjak@gmail.com>
265
266 * config/i386/constraints.md (Y0): Rename register constraint to Yz.
267 (Yt): Rename register constraint to Y2.
268 * config/i386/sse.md: Use renamed register constraints.
269 * config/i386/mmx.md: Ditto.
270 * config/i386/i386.md: Ditto.
271
272 2007-10-25 Rask Ingemann Lambertsen <rask@sygehus.dk>
273
274 * config/i386/i386.md (*dummy_extendsfdf2): Fix operand 1 constraint.
275
276 2007-10-24 Chao-ying Fu <fu@mips.com>
277
278 * dwarf2out.c (base_type_die): Use DW_ATE_unsigned_fixed or
279 DW_ATE_signed_fixed to describe FIXED_POINT_TYPE.
280
281 2007-10-24 Samuel Tardieu <sam@rfc1149.net>
282 Olga Golovanevsky <olga@il.ibm.com>
283
284 * ipa-struct-reorg.c (replace_field_acc): Make it clear to
285 the compiler that wr.wrap and wr.domain are initialized in
286 any case.
287
288 2007-10-24 Samuel Tardieu <sam@rfc1149.net>
289
290 * ipa-struct-reorg.c (sum_counts): Use HOST_WIDEST_PRINT_DEC
291 to print gcov_type values.
292
293 2007-10-24 Eric B. Weddington <eweddington@cso.atmel.com>
294
295 * config/avr/avr.h: Do not include progmem_section definition when
296 building with IN_TARGET_LIBS.
297
298 2007-10-24 Richard Sandiford <rsandifo@nildram.co.uk>
299
300 PR target/33755
301 * config/mips/mips.c (mips_lo_sum_offset): New structure.
302 (mips_hash_base, mips_lo_sum_offset_hash, mips_lo_sum_offset_eq)
303 (mips_lo_sum_offset_lookup, mips_record_lo_sum)
304 (mips_orphaned_high_part_p: New functions.
305 (mips_avoid_hazard): Don't check INSN_P here.
306 (mips_avoid_hazards): Rename to...
307 (mips_reorg_process_insns): ...this. Cope with
308 !TARGET_EXPLICIT_RELOCS. Delete orphaned high-part relocations,
309 or turn them into nops.
310 (mips_reorg): Remove TARGET_EXPLICIT_RELOCS check from calls to
311 dbr_schedule and mips_avoid_hazards/mips_reorg_process_insns.
312 (mips_set_mips16_mode): Don't set flag_delayed_branch here.
313 (mips_override_options): Set flag_delayed_branch to 0.
314
315 2007-10-24 Richard Sandiford <rsandifo@nildram.co.uk>
316
317 * config/mips/mips.h (MOVE_MAX): Use UNITS_PER_WORD and describe
318 MIPS-specific implementation details.
319 (MIPS_MAX_MOVE_BYTES_PER_LOOP_ITER): New macro.
320 (MIPS_MAX_MOVE_BYTES_STRAIGHT): Likewise.
321 (MOVE_RATIO): Define to MIPS_MAX_MOVE_BYTES_STRAIGHT / UNITS_PER_WORD
322 for targets with movmemsi.
323 (MOVE_BY_PIECES_P): Define.
324 * config/mips/mips.c (MAX_MOVE_REGS, MAX_MOVE_BYTES): Delete.
325 (mips_block_move_loop): Add a bytes_per_iter argument.
326 (mips_expand_block_move): Use MIPS_MAX_MOVE_BYTES_STRAIGHT.
327 Update call to mips_block_move_loop.
328
329 2007-10-24 Michael Matz <matz@suse.de>
330
331 PR debug/33868
332 * var-tracking.c (variable_union): Don't break after one loop
333 iteration but only when a difference is found.
334 (dump_variable): Also print DECL_UID.
335
336 2007-10-24 Olga Golovanevsky <olga@il.ibm.com>
337
338 * ipa-type-escape.h: Expose function
339 is_array_access_through_pointer_and_index.
340 * ipa-type-escape.c
341 (is_array_access_through_pointer_and_index):
342 Add three new parameters. Add support of
343 POINTER_PLUS_EXPR tree code.
344
345 2007-10-24 Olga Golovanevsky <olga@il.ibm.com>
346
347 * ipa-struct-reorg.c, ipa-struct-reorg.h: New files.
348 * tree-pass.h: Add pass_ipa_struct_reorg.
349 * common.opt: Add ipa-struct-reorg flag.
350 * Makefile.in: Add ipa-strcut-reorg.o compilation.
351 * passes.c: Add pass pass_ipa_struct_reorg.
352 * params.h: Add STRUCT_REORG_COLD_STRUCT_RATIO.
353 * params.def: Add PARAM_STRUCT_REORG_COLD_STRUCT_RATIO.
354
355 2007-10-24 Ira Rosen <irar@il.ibm.com>
356
357 PR tree-optimization/33804
358 * tree-vect-transform.c (vectorizable_operation): Remove the
359 checks that the vectorization is worthwhile from the transformation
360 phase.
361
362 2007-10-24 Ira Rosen <irar@il.ibm.com>
363
364 * tree-vect-analyze.c (vect_build_slp_tree): Return false if
365 vectype cannot be determined for the scalar type.
366 (vect_analyze_slp_instance): Likewise.
367 * tree-vect-transform.c (vect_model_reduction_cost): Change the
368 return type to bool. Return false if vectype cannot be determined
369 for the scalar type.
370 (vect_get_constant_vectors): Return false if vectype cannot be
371 determined for the scalar type.
372 (get_initial_def_for_induction, vect_get_vec_def_for_operand,
373 get_initial_def_for_reduction, vect_create_epilog_for_reduction,
374 vectorizable_reduction): Likewise.
375
376 2007-10-23 Craig Rodrigues <rodrigc@gcc.gnu.org>
377
378 * config.gcc: For a FreeBSD target, parse the value of ${target}
379 to determine the value of FBSD_MAJOR, instead of adding an
380 explicit check for every possible FreeBSD major version.
381
382 2007-10-23 Uros Bizjak <ubizjak@gmail.com>
383
384 PR rtl-optimization/33846
385 * combine.c (simplify_shift_const_1) [NOT]: Skip vector modes.
386
387 2007-10-23 Dorit Nuzman <dorit@il.ibm.com>
388
389 PR tree-optimization/33860
390 * tree-vect-transform.c (vect_analyze_data_ref_access): Don't allow
391 interleaved accesses in case the dr is inside the inner-loop during
392 outer-loop vectorization.
393
394 2007-10-23 Eric Botcazou <ebotcazou@libertysurf.fr>
395
396 * doc/rtl.texi (Flags): Fix MEM_SCALAR_P entry.
397 Document MEM_POINTER. Replace mentions of "integrated"
398 field with "return_val". Delete outdated stuff.
399
400 2007-10-23 David Edelsohn <edelsohn@gnu.org>
401
402 * config/rs6000/rs6000.c (rs6000_override_options): Set
403 rs6000_altivec_abi on AIX.
404 (conditional_register_usage): Set VR20:31 fixed on AIX.
405
406 2007-10-23 Richard Guenther <rguenther@suse.de>
407
408 * alias.c (get_alias_set): For INDIRECT_REFs, deal with
409 SSA_NAME pointers.
410
411 2007-10-22 Seongbae Park <seongbae.park@gmail.com>
412 David S. Miller <davem@davemloft.net>
413
414 * df-scan.c (df_get_call_refs): Mark global registers as both a
415 DF_REF_REG_USE and a non-clobber DF_REF_REG_DEF.
416
417 2007-10-22 Dorit Nuzman <dorit@il.ibm.com>
418
419 PR tree-optimization/33834
420 PR tree-optimization/33835
421 * tree-vect-analyze.c (vect_analyze_operations): RELEVANT and LIVE
422 stmts need to be checked for success seperately.
423 * tree-vect-transform.c (vectorizable_call, vectorizable_conversion):
424 Remove the check that stmt is not LIVE.
425 (vectorizable_assignment, vectorizable_induction): Likewise.
426 (vectorizable_operation, vectorizable_type_demotion): Likewise.
427 (vectorizable_type_promotion, vectorizable_load, vectorizable_store):
428 Likewise.
429 (vectorizable_live_operation): Check that op is not NULL.
430
431 2007-10-22 Janis Johnson <janis187@us.ibm.com>
432
433 * doc/invoke.texi (Optimization Options): In the summary, show
434 that the value for options -falign-jumps, -falign-labels,
435 -falign-loops, -falign-functions, -fsched-stalled-insns, and
436 -fsched-stalled-insns-dep is optional. In the summary, show that
437 -fsched-stalled-insns takes an optional argument and that
438 -fparallelize-loops takes an argument. Add opindex for several
439 optimization options, and fix typos in the opindex commands for
440 several others. In the descriptions for -fsched-stalled-insns
441 and -fsched-stalled-insns-dep, show the options with and without
442 values.
443
444 2007-10-22 Eric B. Weddington <eweddington@cso.atmel.com>
445
446 * config/avr/avr.c (avr_mcu_types): Remove ATmega603 which was never
447 produced.
448 * config/avr/avr.h (LINK_SPEC): Likewise.
449 (CRT_BINUTILS_SPECS): Likewsie.
450 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
451
452 2007-10-22 Eric Botcazou <ebotcazou@libertysurf.fr>
453
454 PR rtl-optimization/33644
455 * cfgcleanup.c: Do not include dce.h.
456 * cfgrtl.c (delete_insn_chain_and_edges): Resurrect.
457 * combine.c (distribute_notes): Delete REG_LIBCALL_ID case.
458 * dce.c (something_changed): Delete.
459 (libcall_dead_p): New predicate.
460 (delete_unmarked_insns): Use it to delete dead libcalls.
461 Deal with REG_LIBCALL and REG_RETVAL notes.
462 (prescan_libcall_for_dce): New function.
463 (prescan_insns_for_dce): Use it to deal with libcalls.
464 (mark_reg_dependencies): Do nothing special for libcalls.
465 (dce_process_block): Likewise.
466 (fast_dce): Delete unused local variable.
467 (run_fast_dce): Do not return a value.
468 * dce.h (struct df): Delete.
469 (run_fast_dce): Adjust prototype.
470 * optabs.c (libcall_id): Delete.
471 (maybe_encapsulate_block): Do not emit REG_LIBCALL_ID notes.
472 (emit_no_conflict_block): Do not look for REG_LIBCALL_ID notes.
473 * reload1.c (reload): Delete REG_LIBCALL_ID case.
474 * rtl.h (delete_insn_chain_and_edges): Resurrect prototype.
475 * see.c (see_update_relevancy): Look for REG_LIBCALL and REG_RETVAL
476 notes instead of REG_LIBCALL_ID notes.
477 * reg-notes.def (LIBCALL_ID): Delete.
478 * Makefile.in (see.o): Add dce.h dependency.
479 (cfgcleanup.o): Remove dce.h dependency.
480
481 2007-10-22 Michael Matz <matz@suse.de>
482
483 PR tree-optimization/33855
484 * tree-ssa-phiopt.c (cond_store_replacement): Handle COMPLEX_TYPE
485 and VECTOR_TYPE.
486
487 2007-10-22 Ira Rosen <irar@il.ibm.com>
488
489 PR tree-optimization/33854
490 * tree-vect-analyze.c (vect_determine_vectorization_factor): Add
491 FLOAT_EXPR to the list of promotion operations.
492
493 2007-10-22 Rask Ingemann Lambertsen <rask@sygehus.dk>
494
495 PR target/29473
496 PR target/29493
497 * config/i386/i386.c (output_pic_addr_const): Support Intel asm syntax.
498 (print_reg): Print register prefix only with AT&T asm syntax.
499 Support pc_rtx for RIP register.
500 (print_operand_address): Use print_reg()'s pc_rtx support for RIP
501 relative addressing. Always print segment register prefix with AT&T
502 asm syntax and never with Intel asm syntax.
503 (print_operand): Suppress 'XXX PTR' prefix for BLKmode operands.
504 Fix prefix for 16-byte XFmode operands.
505 (output_addr_const_extra): Support Intel asm syntax.
506 (x86_file_start): Don't use register prefix with Intel asm syntax.
507 * config/i386/i386.md ("*zero_extendqihi2_movzbl"): Fix typo.
508 ("return_internal_long"): Fix Intel asm syntax output.
509 ("set_got_rex64"): Support Intel asm syntax.
510 ("set_rip_rex64"): Likewise.
511 ("set_got_offset_rex64"): Likewise.
512 ("*sibcall_1_rex64_v"): Print register prefix only with AT&T asm
513 syntax.
514 ("*tls_global_dynamic_64"): Likewise.
515 ("*tls_local_dynamic_base_64"): Likewise.
516 ("*load_tp_si")("*load_tp_di"): Likewise.
517 ("*add_tp_si")("*add_tp_di"): Likewise.
518 ("*tls_dynamic_lea_64"): Likewise.
519 ("*sibcall_value_1_rex64_v"): Likewise.
520 ("stack_tls_protect_set_si"): Likewise.
521 ("stack_tls_protect_set_di"): Likewise.
522 ("stack_tls_protect_test_si"): Likewise.
523 ("stack_tls_protect_test_di"): Likewise.
524 * config/i386/mmx.md ("*mov<mode>_internal_rex64"): Fix Intel asm
525 syntax output.
526 ("*movv2sf_internal_rex64"): Likewise.
527 * config/i386/cpuid.h (__cpuid): Support Intel asm syntax.
528 (__get_cpuid_max): Likewise.
529
530 2007-10-21 Richard Sandiford <rsandifo@nildram.co.uk>
531
532 * config/mips/mips-protos.h (mips_regno_mode_ok_for_base_p): Give
533 the STRICT_P argument type "bool" rather than "int".
534 (mips_legitimate_address_p): Likewise.
535 (fp_register_operand, lo_operand): Delete.
536 (mips_subword): Give the HIGH_P argument type "bool" rather than "int".
537 (mips_emit_scc): Rename to...
538 (mips_expand_scc): ...this.
539 (gen_conditional_branch): Rename to...
540 (mips_expand_conditional_branch): ...this.
541 (gen_conditional_move): Rename to...
542 (mips_expand_conditional_move): ...this.
543 (mips_gen_conditional_trap): Rename to...
544 (mips_expand_conditional_trap): ...this and take an rtx code instead
545 of an operands array.
546 (mips_expand_call): Give the SIBCALL_P argument type "bool"
547 rather than "int".
548 (mips_emit_fcc_reload): Rename to...
549 (mips_expand_fcc_reload): ...this.
550 (init_cumulative_args): Rename to...
551 (mips_init_cumulative_args): ...this and remove the libname argument.
552 (function_arg_advance): Rename to...
553 (mips_function_arg_advance): ...this.
554 (function_arg): Rename to...
555 (mips_function_arg): ...this and use "rtx" instead of
556 "struct rtx_def *".
557 (function_arg_boundary): Rename to...
558 (mips_function_arg_boundary): ...this.
559 (mips_expand_unaligned_load): Rename to...
560 (mips_expand_ext_as_unaligned_load): ...this and give the WIDTH
561 and BITPOS arguments type "HOST_WIDE_INT".
562 (mips_expand_unaligned_store): Rename to...
563 (mips_expand_ins_as_unaligned_store): ...this and give the WIDTH
564 and BITPOS arguments type "HOST_WIDE_INT".
565 (override_options): Rename to...
566 (mips_override_options): ...this.
567 (print_operand): Rename to...
568 (mips_print_operand): ...this.
569 (print_operand_address): Rename to...
570 (mips_print_operand_address): ...this.
571 (mips_output_ascii): Remove the PREFIX argument.
572 (mips_expand_epilogue): Give the SIBCALL_P argument type "bool"
573 rather than "int".
574 (mips_can_use_return_insn): Return a "bool" rather than an "int".
575 (mips_function_value): Remove the FUNC argument. Use "rtx" instead
576 of "struct rtx_def *".
577 (mips_secondary_reload_class): Give the IN_P argument type "bool"
578 rather than "int".
579 (build_mips16_call_stub): Delete.
580 (mips_store_data_bypass_p): Return a "bool" rather than an "int".
581 (mips_use_ins_ext_p): Give the second and third arguments type
582 "HOST_WIDE_INT" rather than "rtx".
583 * config/mips/mips.h: Update after the above changes. Tweak comments
584 and formatting.
585 (SECONDARY_INPUT_RELOAD_CLASS): Pass a boolean IN_P argument.
586 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
587 (mips_print_operand_punct, mips_hard_regno_mode_ok): Change the
588 element type from "char" to "bool".
589 (mips_section_threshold, sym_lineno, set_noat, mips_branch_likely)
590 (mips_cpu_info_table): Delete.
591 * config/mips/mips.md: Update after the above changes. Tweak some
592 formatting.
593 * config/mips/mips-ps-3d.md: Likewise.
594 * config/mips/mips.c: Tweak comments and formatting.
595 Use NULL-like macros rather than 0 in various places.
596 (mips_section_threshold): Rename to...
597 (mips_small_data_threshold): ...this and give it an unsigned type.
598 (num_source_filenames): Remove explicit initialization.
599 (sdb_label_count): Likewise.
600 (sym_lineno): Delete.
601 (set_noat): Make static.
602 (mips_branch_likely): Likewise, and give it type "bool".
603 (mips_isa_info): Rename to...
604 (mips_isa_option_info): ...this.
605 (mips_flag_delayed_branch): Rename to...
606 (mips_base_delayed_branch): ...this.
607 (mips_split_addresses): Delete.
608 (mips_print_operand_punct, mips_hard_regno_mode_ok): Change the
609 element type from "char" to "bool".
610 (mips_regno_to_class): Add an explicit array size.
611 (mips16_flipper): Change from type "int" to type "bool".
612 (mips_comp_type_attributes): Remove redundant FUNCTION_TYPE check.
613 (mips_tls_operand_p): Rename to...
614 (mips_tls_symbol_p): ...this.
615 (mips_global_symbol_p): Remove redundant "const".
616 (mips_offset_within_alignment_p): Simplify.
617 (mips_regno_mode_ok_for_base_p): Change the name of the last argument
618 to STRICT_P and give it type bool.
619 (mips_valid_base_register_p): Likewise.
620 (mips_classify_address): Likewise.
621 (mips_legitimate_address_p): Likewise.
622 (mips16_unextended_reference_p): Take the offset as an
623 "unsigned HOST_WIDE_INT" rather than an "rtx". Simplify.
624 (mips_const_insns): Use IN_RANGE.
625 (mips_force_temporary): Remove an unnecessary copy_rtx.
626 (mips16_gp_pseudo_reg): Simplify.
627 (mips_split_symbol): Remove an unnecessary copy_rtx.
628 (mips_legitimize_tls_address): Only create registers if we need them.
629 (mips_legitimize_address): Use mips_split_plus.
630 (mips_move_integer): Swap DEST and TEMP arguments. Rename local
631 variable COST to NUM_OPS.
632 (mips_legitimize_move): Use gen_lowpart.
633 (mips_rewrite_small_data): Rename the OP parameter to PATTERN.
634 (m16_check_op): Use IN_RANGE.
635 (mips_subword): Give the HIGH_P argument type "bool" rather than "int".
636 (mips_split_doubleword_move): Pass booleans to mips_subword.
637 (mips_output_move): Store the mode in a local variable.
638 Explicitly assert that this function does not deal with
639 MFLO and MFHI. Use SMALL_OPERAND_UNSIGNED. Make order of
640 cases more consistent.
641 (mips_relational_operand_ok_p): Rename to...
642 (mips_int_order_operand_ok_p): ...this.
643 (mips_canonicalize_comparison): Rename to...
644 (mips_canonicalize_int_order_test): ...this.
645 (mips_emit_int_relational): Rename to...
646 (mips_emit_int_order_test): ...this. Store the mode in a local
647 variable.
648 (mips_reverse_fp_cond_p): Rename to...
649 (mips_reversed_fp_cond): ...this.
650 (mips_emit_compare): Make the order of the statements more consistent.
651 (mips_emit_scc): Rename to...
652 (mips_expand_scc): ...this.
653 (gen_conditional_branch): Rename to...
654 (mips_expand_conditional_branch): ...this.
655 (gen_conditional_move): Rename to...
656 (mips_expand_conditional_move): ...this. Build the condition
657 separately from the main pattern.
658 (mips_gen_conditional_trap): Rename to...
659 (mips_expand_conditional_trap): ...this and take an rtx code instead
660 of an operands array. Simplify.
661 (init_cumulative_args): Rename to...
662 (mips_init_cumulative_args): ...this. Use memset rather than a
663 copy from a zeroed static. Use prototype_p and stdarg_p.
664 (mips_arg_info): Rename to...
665 (mips_get_arg_info): ...this and put the INFO argument first.
666 (function_arg): Rename to...
667 (mips_function_arg): ...this and use "rtx" instead of
668 "struct rtx_def *". Only split structures into chunks if
669 TARGET_HARD_FLOAT, rather than checking !TARGET_SOFT_FLOAT on
670 a chunk-by-chunk basis. Use SCALAR_FLOAT_TYPE_P instead of a
671 comparison with REAL_TYPE. Rename local variable REG to REGNO
672 and make it unsigned.
673 (function_arg_advance): Rename to...
674 (mips_function_arg_advance): ...this.
675 (function_arg_boundary): Rename to...
676 (mips_function_arg_boundary): ...this.
677 (mips_pad_arg_upward): Use SCALAR_INT_MODE_P instead of a comparison
678 with MODE_INT.
679 (mips_fpr_return_fields): Use SCALAR_FLOAT_TYPE_P instead of a
680 comparison with REAL_TYPE.
681 (mips_function_value): Remove the FUNC argument. Rename local
682 variable UNSIGNEDP to UNSIGNED_P.
683 (mips_return_in_memory): Use IN_RANGE.
684 (mips_setup_incoming_varargs): Pass a boolean rather than an int
685 to FUNCTION_ARG_ADVANCE.
686 (mips_gimplify_va_arg_expr): Rename local variable INDIRECT
687 to INDIRECT_P. Remove a redundant mips_abi check. Only calculate
688 SIZE and RSIZE if needed.
689 (mips16_stub): Rename FPRET to FP_RET_P and give it type "bool"
690 rather than "int".
691 (build_mips16_function_stub): Rename to...
692 (mips16_build_function_stub): ...this.
693 (build_mips16_call_stub): Rename to...
694 (mips16_build_call_stub): ...this. Make static, and return a
695 "bool" rather than an "int". Rename the ARG_SIZE argument to
696 ARGS_SIZE. Rename the local variable FPRET to FP_RET_P and give
697 it type "bool". Use "jr" rather than "j". Use XNEW. Simplify.
698 (mips_load_call_address): Give the SIBCALL_P argument type "bool"
699 rather than "int".
700 (mips_expand_call): Likewise. Assert that MIPS16 calls via stubs
701 are not sibling ones.
702 (mips_emit_fcc_reload): Rename to...
703 (mips_expand_fcc_reload): ...this.
704 (mips_get_unaligned_mem): Give the WIDTH and BITPOS arguments type
705 "HOST_WIDE_INT".
706 (mips_expand_unaligned_load): Rename to...
707 (mips_expand_ext_as_unaligned_load): ...this and give the WIDTH
708 and BITPOS arguments type "HOST_WIDE_INT". Remove redundant
709 SUBREG_BYTE check.
710 (mips_expand_unaligned_store): Rename to...
711 (mips_expand_ins_as_unaligned_store): ...this and give the WIDTH
712 and BITPOS arguments type "HOST_WIDE_INT".
713 (mips_use_ins_ext_p): Rename second and third arguments to WIDTH
714 and BITPOS and give them type "HOST_WIDE_INT" rather than "rtx".
715 Use IN_RANGE.
716 (mips_init_split_addresses): Replace with...
717 (mips_split_addresses_p): ...this new function.
718 (mips_init_relocs): Check mips_split_addresses_p () rather than
719 mips_split_addresses. Always initialize mips_split_p with booleans.
720 (print_operand_reloc): Rename to...
721 (mips_print_operand_reloc): ...this. Use a gcc_assert rather than
722 a fatal_error.
723 (print_operand): Rename to...
724 (mips_print_operand): ...this.
725 (print_operand_address): Rename to...
726 (mips_print_operand_address): ...this. Use GP_REG_FIRST.
727 (mips_in_small_data_p): Simplify.
728 (mips_output_ascii): Remove the PREFIX argument and "register"
729 keywords. Use the STRING parameter directly and cast to
730 "unsigned char".
731 (mips16e_collect_argument_save_p): Use IN_RANGE.
732 (mips_function_has_gp_insn): Simplify.
733 (mips_set_return_address): Use BITSET_P.
734 (mips_restore_gp): Use a separate statement to pick the base
735 register.
736 (mips_output_function_prologue): Use a local FRAME variable.
737 (mips_save_reg): Pass booleans to mips_subword.
738 (mips_expand_prologue): Use a local FRAME variable. Use
739 cprestore_size to detect when .cprestore is needed.
740 (mips_restore_reg): Use GP_REG_FIRST.
741 (mips_expand_epilogue): Give the SIBCALL_P argument type "bool"
742 rather than "int". Use local FRAME and REGNO variables.
743 (mips_can_use_return_insn): Return a "bool" rather than an "int".
744 (mips_secondary_reload_class): Give the IN_P argument type "bool"
745 rather than "int".
746 (mips_linked_madd_p): Rename arguments to OUT_INSN and IN_INSN.
747 (mips_store_data_bypass_p): Return a "bool" rather than an "int".
748 (vr4130_swap_insns_p): Rename local variables to DEP1_P and DEP2_P.
749 (mips_74k_agen_init): Assume INSN satisfies USEFUL_INSN_P.
750 (mips_variable_issue): Do nothing unless INSN satisfies USEFUL_INSN_P.
751 (builtin_description): Rename to...
752 (mips_builtin_description): ...this.
753 (mips_bdesc): Rename to...
754 (mips_ps_bdesc): ...this.
755 (sb1_bdesc): Rename to...
756 (mips_sb1_bdesc): ...this.
757 (dsp_bdesc): Rename to...
758 (mips_dsp_bdesc): ...this.
759 (dsp_32only_bdesc): Rename to...
760 (mips_dsp_32only_bdesc): ...this.
761 (bdesc_map): Rename to...
762 (mips_bdesc_map): ...this.
763 (bdesc_arrays): Rename to...
764 (mips_bdesc_arrays): ...this.
765 (mips_prepare_builtin_arg): Rename OP to OPNO and ARGNUM to ARGNO.
766 Tweak error message.
767 (mips_expand_builtin_direct): Rename HAS_TARGET to HAS_TARGET_P.
768 Rename local variables I and J to OPNO and ARGNO respectively.
769 Assert that the number of arguments is no more than the number of
770 input operands.
771 (mips_expand_builtin_compare): Use an array of arguments rather
772 than an array of operands. Assert that the number of operands is
773 as expected.
774 (add_constant): Rename to...
775 (mips16_add_constant): ...this. Use XNEW.
776 (dump_constants_1): Rename to...
777 (mips16_emit_constants_1): ...this. Use ALL_SCALAR_FIXED_POINT_MODE_P.
778 (dump_constants): Rename to...
779 (mips16_emit_constants): ...this.
780 (mips_sim_wait_reg, mips_sim_record_set): Use END_REGNO.
781 (mips_set_mips16_mode): Don't call mips_init_split_addresses.
782 Assign mips16_p to was_mips16_p.
783 (mips_parse_cpu): Tweak warning message.
784 (override_options): Rename to...
785 (mips_override_options): ...this. Move the mips_cost initialization
786 out of the "shared with GAS" block. Quote option names in error
787 messages.
788 (mips_conditional_register_usage): Make local variable REGNO unsigned.
789 (mips_order_regs_for_local_alloc): Remove register keyword.
790
791 2007-10-21 Richard Sandiford <rsandifo@nildram.co.uk>
792
793 * system.h (IN_RANGE): Cast each argument individually.
794
795 2007-10-21 Richard Sandiford <rsandifo@nildram.co.uk>
796
797 * config/mips/mips.c (mips_set_mips16_mode) Say sorry for hard-float
798 MIPS16 code unless using o32 or o64.
799
800 2007-10-21 Richard Sandiford <rsandifo@nildram.co.uk>
801
802 * config/mips/mips.c (mips_cannot_change_mode_class): Don't check
803 for modes smaller than 4 bytes.
804 * config/mips/mips.md (*movhi_internal, *movqi_internal): Remove
805 FPR alternatives.
806
807 2007-10-21 Richard Sandiford <rsandifo@nildram.co.uk>
808
809 * config/mips/mips-protos.h (mips_output_aligned_bss): Delete.
810 * config/mips/linux.h (BSS_SECTION_ASM_OP): Delete.
811 (ASM_OUTPUT_ALIGNED_BSS): Delete.
812 * config/mips/mips.c (mips_output_aligned_bss): Delete.
813
814 2007-10-21 Richard Sandiford <rsandifo@nildram.co.uk>
815
816 * config/mips/mips.c (mips_function_ok_for_sibcall): Only forbid
817 sibling calls to "mips16" functions if the function satisfies
818 const_call_insn_operand.
819
820 2007-10-21 Richard Sandiford <rsandifo@nildram.co.uk>
821
822 * config/mips/mips.c (mips_va_start): Fix types in calls
823 to build_int_cst.
824
825 2007-10-21 Richard Sandiford <rsandifo@nildram.co.uk>
826
827 * config/mips/mips.c (mips_rtx_costs): Only recognize reciprocals
828 if ISA_HAS_FP4.
829
830 2007-10-21 Richard Sandiford <rsandifo@nildram.co.uk>
831
832 * config/mips/mips.h (ISA_HAS_LDC1_SDC1): New macro.
833 * config/mips/mips.c (mips_split_64bit_move_p): Use ISA_HAS_LDC1_SDC1
834 instead of checking mips_isa.
835
836 2007-10-21 Richard Sandiford <rsandifo@nildram.co.uk>
837
838 * doc/invoke.texi (-mpaired-single): Don't say that the option
839 requires 64-bit code.
840 * config/mips/mips-protos.h (mips_modes_tieable_p): Declare.
841 * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): New macro.
842 (ISA_HAS_NMADD_NMSUB): Add a mode argument. Return true for
843 V2SF if ISA_MIPS32R2.
844 (MODES_TIEABLE_P): Use mips_modes_tieable_p.
845 * config/mips/mips.c (mips_rtx_costs): Pass a mode argument
846 to ISA_HAS_NMADD_NMSUB.
847 (mips_split_doubleword_move): Handle V2SF.
848 (mips_modes_tieable_p): New function.
849 (override_options): Report a warning rather than an error when
850 -mpaired-single is used on ISAs that don't support it; use
851 ISA_HAS_PAIRED_SINGLE to check that case.
852 * config/mips/mips.md (MOVE64): New mode iterator. Replace DI
853 and DF move splitters with a single MOVE64 splitter, thereby adding
854 a V2SF splitter too.
855 (SPLITF): Add TARGET_DOUBLE_FLOAT conditions to DI and DF.
856 Add a TARGET_FLOAT64 condition to TF. Add V2SF to the iterator.
857 (HALFMODE): Add V2SF.
858 (*nmadd<mode>, *nmadd<mode>_fastmath, *nmsub<mode>)
859 (*nmsub<mode>_fastmath): Add a mode argument to ISA_HAS_NMADD_NMSUB.
860 (movv2sf_hardfloat_64bit): Tweak ordering of conditions.
861 (movv2sf_hardfloat_32bit): New pattern.
862 (load_low<mode>, load_high<mode>, store_word<mode>): Remove
863 TARGET_DOUBLE_FLOAT conditions.
864
865 2007-10-20 Jakub Jelinek <jakub@redhat.com>
866
867 * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Point
868 saved CR2 offset to low 32 bits of regs->ccr rather than the whole
869 64-bit register in 64-bit libgcc.
870
871 2007-10-20 Eric B. Weddington <eweddington@cso.atmel.com>
872
873 * config/avr/avr.c (avr_mcu_types): Add at90pwm2b, at90pwm3b.
874 * config/avr/avr.h (LINK_SPEC): Likewise.
875 (CRT_BINUTILS_SPECS): Likewsie.
876 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
877
878 2007-10-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
879
880 * doc/invoke.texi (Warning Options): Move -w, -Werror, -Werror=
881 and -Wfatal-errors together.
882
883 2007-10-20 Alan Modra <amodra@bigpond.net.au>
884
885 PR target/33812
886 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Revert 2007-05-16
887 change for vrsave, ie restore after frame pop.
888
889 2007-10-19 David S. Miller <davem@davemloft.net>
890
891 * config/sparc/niagara2.md: Fix copyright notice.
892
893 2007-10-19 Sebastian Pop <sebastian.pop@amd.com>
894
895 PR tree-optimization/23820
896 PR tree-optimization/24309
897 PR tree-optimization/33766
898 * testsuite/gcc.dg/tree-ssa/pr23820.c: New.
899 * testsuite/gcc.dg/tree-ssa/pr24309.c: New.
900 * testsuite/gcc.dg/tree-ssa/pr33766.c: New.
901 * testsuite/gcc.dg/tree-ssa/ltrans-3.c: XFAILed.
902 * tree-loop-linear.c (perfect_loop_nest_depth): New.
903 (linear_transform_loops): Use perfect_loop_nest_depth.
904 * lambda-code.c (perfect_nest_p): Outer loops in perfect nests
905 should have a single condition: their exit.
906
907 2007-10-19 Richard Guenther <rguenther@suse.de>
908
909 PR middle-end/33816
910 PR middle-end/32921
911 * stor-layout.c (layout_type): Assert that aggregates do not
912 have their alias sets set.
913 * alias.c (get_alias_set): Return alias set zero for incomplete
914 types, return the alias set of the element for incomplete array
915 types, but do not remember these.
916
917 2007-10-19 Richard Guenther <rguenther@suse.de>
918
919 Revert
920 2007-10-19 Richard Guenther <rguenther@suse.de>
921
922 PR middle-end/32921
923 * tree.c (build_array_type): Do not re-layout unbound array
924 types.
925
926 2007-10-19 Richard Guenther <rguenther@suse.de>
927
928 PR middle-end/32921
929 * tree.c (build_array_type): Do not re-layout unbound array
930 types.
931
932 2007-10-19 Richard Sandiford <rsandifo@nildram.co.uk>
933
934 * config/mips/mips.c (mips_canonicalize_comparison): Check
935 mips_relational_operand_ok_p before trying to rewrite the test.
936 Only calculate PLUS_ONE if needed.
937 (mips_emit_int_relational): Don't call mips_relational_operand_ok_p
938 here.
939
940 2007-10-19 Richard Sandiford <rsandifo@nildram.co.uk>
941
942 * config/mips/mips.c (mips16e_build_save_restore): Fix *OFFSET_PTR
943 calculation.
944
945 2007-10-19 Richard Sandiford <rsandifo@nildram.co.uk>
946
947 * config/mips/mips.c (mips_call_tls_get_addr): Don't claim that
948 the call uses the incoming value of $2.
949
950 2007-10-19 Richard Sandiford <rsandifo@nildram.co.uk>
951
952 * config/mips/mips.c (mips_call_tls_get_addr): Use gen_const_mem
953 rather then gen_rtx_MEM.
954 (mips_setup_incoming_varargs): Use gen_frame_mem rather than
955 gen_rtx_MEM.
956 (mips_set_return_address): Likewise.
957 (mips_restore_gp): Likewise.
958
959 2007-10-19 Richard Sandiford <rsandifo@nildram.co.uk>
960
961 * config/mips/mips.c (gpr_mode): Delete.
962 (mips16e_build_save_restore): Use word_mode and UNITS_PER_WORD
963 instead of gpr_mode.
964 (mips_for_each_saved_reg): Likewise.
965 (mips_expand_prologue, mips_expand_epilogue): Likewise.
966 (override_options): Don't initialize gpr_mode.
967 * config/mips/mips.md (eh_return): Use word_mode instead of gpr_mode.
968
969 2007-10-19 Richard Sandiford <rsandifo@nildram.co.uk>
970
971 * config/mips/mips.c (mips_hard_regno_nregs): Put the UNITS_PER_WORD
972 case last.
973 (mips_class_max_nregs): Calculate the smallest consituent register
974 size and use that to determine an upper bound on the number of
975 registers.
976
977 2007-10-19 Richard Sandiford <rsandifo@nildram.co.uk>
978
979 * config/mips/mips.c (mips16_copy_fpr_return_value): New function,
980 split out from...
981 (mips_expand_epilogue): ...here.
982 (mips_mdebug_abi_name): New function, split out from...
983 (mips_file_start): ...here.
984 (mips_hard_regno_mode_ok_p): New function, split out from...
985 (override_options): ...here.
986 (mips_expand_builtin_1): New function, split out from...
987 (mips_expand_buitin): ...here. Abort if we don't recognize
988 the function.
989
990 2007-10-19 Richard Sandiford <rsandifo@nildram.co.uk>
991
992 * config/mips/mips.c (build_mips16_function_stub): Load the
993 target address into $1 before transfering the arguments.
994 Don't use ".set noreorder".
995 (build_mips16_call_stub): Likewise.
996
997 2007-10-19 Richard Sandiford <rsandifo@nildram.co.uk>
998
999 * config/mips/mips.c (mips_output_32bit_xfer): New function.
1000 (mips_output_64bit_xfer): Likewise.
1001 (mips16_fp_args): Rename to...
1002 (mips_output_args_xfer): ...this and replace the FROM_FP_P argument
1003 with a DIRECTION argument. Use mips_output_32bit_xfer and
1004 mips_output_64bit_xfer.
1005 (build_mips16_function_stub): Update accordingly.
1006 (mips16_fpret_double): Delete.
1007 (build_mips16_call_stub): Update after above changes.
1008 Use mips_output_32bit_xfer. Use mips_output_64bit_xfer instead
1009 of mips16_fpret_double. Use GP_REG_RETURN.
1010
1011 2007-10-19 Richard Sandiford <rsandifo@nildram.co.uk>
1012
1013 * config/mips/mips.c (mips16_fp_args): Remove the FILE argument and
1014 use asm_out_file instead.
1015 (build_mips16_function_stub): Likewise.
1016 (build_mips16_call_stub, mips_output_function_prologue): Update
1017 accordingly.
1018
1019 2007-10-18 David S. Miller <davem@davemloft.net>
1020
1021 Add Niagara-2 support.
1022 * doc/invoke.texi: Document -m{cpu,tune}=niagara2.
1023 * config.gcc: Add niagara2 to cpu and tune lists for sparc.
1024 * config/sparc/sparc.md (sparc_cpu_attr): Add niagara2.
1025 (include): Add inclusion of niagara2.md
1026 * config/sparc/sparc.c (niagara2_costs): New.
1027 (sparc_override_options): Add niagara2 entry to cpu_default[]
1028 and cpu_table[]. Set align_functions to 32 on Niagara2. Use
1029 niagara2_costs when PROCESSOR_NIAGARA2. Handle Niagara2 for
1030 PARAM_SIMULTANEOUS_PREFETCHES and PARAM_L1_CACHE_LINE_SIZE.
1031 (sparc_initialize_trampoline): Handle niagara2 like niagara.
1032 (sparc64_initialize_trampoline): Likewise.
1033 (sparc_use_sched_lookahead): Likewise.
1034 (sparc_issue_rate): Likewise.
1035 * config/sparc/sol2-bi.h: Handle TARGET_CPU_niagara2 and
1036 mcpu=niagara2
1037 * config/sparc/sparc.h (TARGET_CPU_niagara2): Define.
1038 ({CPP,ASM}_CPU64_DEFAULT_SPEC): Set appropriately for
1039 TARGET_CPU_niagara2.
1040 (PROCESSOR_NIAGARA2): New.
1041 (REGISTER_MOVE_COST): Handle PROCESSOR_NIAGARA2.
1042 (BRANCH_COST): Likewise.
1043 * config/sparc/linux64.h: Handle TARGET_CPU_niagara2.
1044 * config/sparc/sol2.h: Likewise.
1045 * config/sparc/niagara2.md: New file.
1046
1047 2007-10-18 Richard Sandiford <rsandifo@nildram.co.uk>
1048
1049 * config/mips/mips.c (mips_frame_info): Remove gp_reg_size and
1050 and fp_reg_size.
1051 (mips_compute_frame_info): Remove associated code.
1052 (mips16e_build_save_restore): Check num_fp instead of fp_reg_size.
1053
1054 2007-10-18 Richard Sandiford <rsandifo@nildram.co.uk>
1055
1056 * config/mips/mips-protos.h (compute_frame_size): Delete.
1057 * config/mips/mips.h: Update comments.
1058 * config/mips/mips.c (mips_frame_info): Remove initialized.
1059 (compute_frame_size): Rename to...
1060 (mips_compute_frame_info): ...this and make static. Remove the
1061 SIZE argument and return no value. Remove the setting of initialized.
1062 Update rest of file accordingly.
1063 (mips_set_return_address): Don't call compute_frame_size.
1064 (mips_can_use_return_insn): Don't check df_regs_ever_live_p (31).
1065 Don't call compute_frame_size.
1066
1067 2007-10-18 Richard Sandiford <rsandifo@nildram.co.uk>
1068
1069 * config/mips/mips-protos.h (mips_frame_pointer_required): Declare.
1070 * config/mips/mips.h (FRAME_POINTER_REQUIRED): Use
1071 mips_hard_frame_pointer_required.
1072 (CAN_ELIMINATE): Rely on FRAME_POINTER_REQUIRED to check for
1073 large MIPS16 frames.
1074 * config/mips/mips.c (mips_frame_pointer_required): New function.
1075
1076 2007-10-18 Richard Sandiford <rsandifo@nildram.co.uk>
1077
1078 * config/mips/mips.c (mips_frame_info): Add arg_pointer_offset
1079 and hard_frame_pointer_offset.
1080 (mips_debugger_offset): Use hard_frame_pointer_offset.
1081 (mips16e_collect_argument_save_p): Likewise.
1082 (compute_frame_size): Initialize arg_pointer_offset and
1083 hard_frame_pointer_offset.
1084 (mips_initial_elimination_offset): Use them.
1085 (mips_output_function_prologue): Use hard_frame_pointer_offset.
1086 (mips_expand_prologue, mips_expand_epilogue): Likewise.
1087
1088 2007-10-18 Richard Sandiford <rsandifo@nildram.co.uk>
1089
1090 * config/mips/mips.h (STARTING_FRAME_OFFSET): Remove rtl
1091 profiling code.
1092 * config/mips/mips.c (mips_frame_info): Give num_gp and num_fp type
1093 "unsigned int" rather than "int" and put them with the other
1094 register-related fields. Put expanded comments above fields
1095 rather than to their right.
1096 (mips16e_mask_registers): Replace the GP_REG_SIZE_PTR argument
1097 with a NUM_REGS_PTR argument.
1098 (mips16e_save_restore_pattern_p): Update accordingly.
1099 (compute_frame_size): Clarify frame diagram. Rewrite.
1100
1101 2007-10-18 Richard Sandiford <rsandifo@nildram.co.uk>
1102
1103 * config/mips/mips-ftypes.def: New file.
1104 * config/mips/mips.c (MIPS_FTYPE_NAME1, MIPS_FTYPE_NAME2)
1105 (MIPS_FTYPE_NAME3, MIPS_FTYPE_NAME4): New macros.
1106 (mips_function_type): Redefine using mips-ftypes.def.
1107 (dsp_bdesc): Use POINTER rather than PTR in the MIPS_*_FTYPE_* names.
1108 (mips_builtin_vector_type): New function.
1109 (MIPS_ATYPE_VOID, MIPS_ATYPE_INT, MIPS_ATYPE_POINTER, MIPS_ATYPE_SI)
1110 (MIPS_ATYPE_USI, MIPS_ATYPE_DI, MIPS_ATYPE_SF, MIPS_ATYPE_DF)
1111 (MIPS_ATYPE_V2SF, MIPS_ATYPE_V2HI, MIPS_ATYPE_V4QI, MIPS_FTYPE_ATYPES1)
1112 (MIPS_FTYPE_ATYPES2, MIPS_FTYPE_ATYPES3, MIPS_FTYPE_ATYPES4): New
1113 macros.
1114 (mips_build_function_type): New function.
1115 (mips_init_builtins): Use it to create types lazily.
1116
1117 2007-10-18 Richard Sandiford <rsandifo@nildram.co.uk>
1118
1119 * config/mips/mips.h (set_volatile): Delete.
1120 * config/mips/mips.c (set_volatile): Delete.
1121 (mips_print_operand_punctuation): New function, split out from
1122 print_operand. Remove '%{', '%}', '%~', '%&' and '%!'.
1123 Use the same character ordering in the code and the comments.
1124 Use a recursive call to handle '*'. Abort on unknown characters.
1125 (mips_init_print_operand_punct): New function, split out from
1126 override_options.
1127 (mips_print_int_branch_condition): New function, split out from
1128 print_operand. Use GET_RTX_NAME. Use output_operand_lossage
1129 to report unexpected codes.
1130 (mips_print_float_branch_condition): New function, split out from
1131 print_operand. Use output_operand_lossage to report unexpected codes.
1132 (print_operand): Rework to use a case statement. Use the
1133 same letter ordering in the code and the comments. Use
1134 output_operand_lossage to report unexpected codes and
1135 reverse_condition to handle inverted branch conditions.
1136 (override_options): Use mips_init_print_operand_punct.
1137
1138 2007-10-18 Richard Sandiford <rsandifo@nildram.co.uk>
1139
1140 * config/mips/mips.h: Move variable declarations to end of file and
1141 enclose them all in #ifndef USED_FOR_TARGET.
1142 * config/mips/mips.c: Reorder functions into more logical groups,
1143 and so that callees appear before callers. Put the targetm
1144 initializer at the end of the file. Remove forward static
1145 declarations where possible.
1146 (mips_init_builtins): Add "static" to definition.
1147 (mips_expand_builtin, mips_mode_rep_extended): Likewise.
1148
1149 2007-10-18 Richard Sandiford <rsandifo@nildram.co.uk>
1150
1151 * config/mips/mips.c (TARGET_MIN_ANCHOR_OFFSET): Delete.
1152 (TARGET_MAX_ANCHOR_OFFSET): Delete.
1153 (mips_cannot_force_const_mem): Don't check TARGET_HAVE_TLS.
1154 (mips_set_mips16_mode): Initialize min_anchor_offset and
1155 max_anchor_offset directly to constants.
1156
1157 2007-10-18 Richard Sandiford <rsandifo@nildram.co.uk>
1158
1159 * config/mips/mips.c: Delete trailing whitespace.
1160
1161 2007-10-18 Richard Sandiford <rsandifo@nildram.co.uk>
1162
1163 * config/mips/mips.c (mips_expand_call): Use FAKE_CALL_REGNO.
1164 (mips_avoid_hazard): Allow multiple sets for HAZARD_DELAY,
1165 and pick the first.
1166 * config/mips/mips.md (load_call<mode>): Don't make the unspec
1167 depend on FAKE_CALL_REGNO. Set FAKE_CALL_REGNO.
1168
1169 2007-10-18 David Daney <ddaney@avtrex.com>
1170
1171 * config/mips/linux-unwind.h (mips_fallback_frame_state): Use new
1172 reg_offset variable to calculate register locations.
1173
1174 2007-10-18 Richard Guenther <rguenther@suse.de>
1175
1176 * tree-ssa.c (uid_ssaname_map_eq): New function.
1177 (uid_ssaname_map_has): Likewise.
1178 (init_tree_ssa): Allocate default_defs as uid_ssaname map.
1179 * tree-flow.h (struct gimple_df): Make default_defs a
1180 uid_ssaname map.
1181 * tree-dfa.c (gimple_default_def): Deal with it.
1182 (set_default_def): Likewise.
1183
1184 2007-10-18 Richard Guenther <rguenther@suse.de>
1185
1186 * tree-flow.h (struct gimple_df): Make referenced_vars
1187 a uid_decl_map.
1188 (uid_decl_map_eq): Declare.
1189 (uid_decl_map_hash): Likewise.
1190 * tree-ssa.c (uid_decl_map_eq): New function.
1191 (uid_decl_map_hash): Likewise.
1192 (init_tree_ssa): Make referenced_vars a uid_decl_map.
1193 * tree-flow-inline.h (first_referenced_var): Deal with
1194 the referenced_vars representation change.
1195 (next_referenced_var): Likewise.
1196 * tree-dfa.c (referenced_var_lookup): Likewise.
1197 (referenced_var_check_and_insert): Likewise.
1198 (remove_referenced_var): Likewise.
1199
1200 2007-10-18 Daniel Jacobowitz <dan@codesourcery.com>
1201
1202 * config/mips/mips.c (mips_dwarf_register_span): New.
1203 (TARGET_DWARF_REGISTER_SPAN): Define.
1204
1205 2007-10-18 Chen Liqin <liqin@sunnorth.com.cn>
1206
1207 * config.gcc : update score-*-elf(extra_objs).
1208 * config/score/mac.md : Remove.
1209 * config/score/misc.md : Remove.
1210 * config/score/score7.md : Remove.
1211 * config/score/score-mdaux.h : Remove.
1212 * config/score/score-mdaux.c : Remove.
1213 * config/score/score-version.h : Remove.
1214 * config/score/score-generic.md : New.
1215 * config/score/score3.h : New.
1216 * config/score/score3.c : New.
1217 * config/score/score7.h : New.
1218 * config/score/score7.c : New.
1219 * config/score/mul-div.S : add flush_cache score3 support.
1220 * config/score/elf.h : Fix some typos.
1221 * config/score/score.md : merge score3 and score7 pattern.
1222 * config/score/score.c : use to seperate which target it used.
1223 * config/score/score.h : use to seperate the target macro.
1224 * config/score/score.opt : remove -mmac option , add -mscore3,
1225 -mscore3d and -march OPTION support.
1226
1227 2007-10-17 Andrew Pinski <andrew_pinski@playstation.sony.com>
1228
1229 * cfgexpand.c (expand_stack_vars): Add checking to make sure
1230 that the offset of a variable is not greater than the size
1231 of the paritition.
1232
1233 2007-10-17 Anatoly Sokolov <aesok@post.ru>
1234
1235 * config/avr/avr.c (avr_mcu_types): Add support for atmega48p,
1236 atmega88p, atmega168p and atmega328p devices.
1237 * config/avr/avr.h (LINK_SPEC): (Ditto.).
1238 (CRT_BINUTILS_SPECS): (Ditto.).
1239 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
1240
1241 2007-10-17 Maxim Kuvyrkov <maxim@codesourcery.com>
1242
1243 * sched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.
1244 * ddg.c: Ditto.
1245 * sched-deps.c: Ditto. Remove nested #ifdef's INSN_SCHEDULING.
1246 * sched-int.h: Surround declarations with '#ifdef INSN_SCHEDULING'.
1247 (print_insn): Move declaration to ...
1248 * rtl.h (print_insn): ... here.
1249
1250 2007-10-17 Maxim Kuvyrkov <maxim@codesourcery.com>
1251
1252 * config/m68k/m68k.h (m68k_sched_cpu, m68k_sched_attr_opx_type,
1253 m68k_sched_attr_opy_type, m68k_sched_attr_size, m68k_sched_attr_op_mem,
1254 m68k_sched_branch_type): Move declarations to ...
1255 * config/m68/m68k-protos.h: ... here.
1256
1257 2007-10-17 Maxim Kuvyrkov <maxim@codesourcery.com>
1258
1259 * genattrtab.c (main): Rearrange output of insn-attrtab.c headers.
1260
1261 2007-10-17 Eric B. Weddington <eweddington@cso.atmel.com>
1262
1263 * config/avr/avr.c (avr_mcu_types): Add attiny48.
1264 * config/avr/avr.h (LINK_SPEC): Likewise.
1265 (CRT_BINUTILS_SPECS): Likewsie.
1266 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
1267
1268 2007-10-17 Eric B. Weddington <eweddington@cso.atmel.com>
1269
1270 * config/avr/avr.c (avr_mcu_types): Add attiny43u.
1271 * config/avr/avr.h (CRT_BINUTILS_SPECS): Likewsie.
1272 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
1273
1274 2007-10-17 Uros Bizjak <ubizjak@gmail.com>
1275
1276 PR middle-end/33794
1277 * reg-stack.c (move_for_stack_reg): Swap input argument of
1278 UNSPEC_TAN insn to the top of the stack.
1279
1280 2007-10-17 Uros Bizjak <ubizjak@gmail.com>
1281
1282 PR target/32961
1283 * config/i386/i386.c (ix86_expand_builtin) [IX86_BUILTIN_PSLLWI128,
1284 IX86_BUILTIN_PSLLDI128, BUILTIN_PSLLQI128, IX86_BUILTIN_PSRAWI128,
1285 IX86_BUILTIN_PSRADI128, IX86_BUILTIN_PSRLWI128,
1286 IX86_BUILTIN_PSRLDI128, IX86_BUILTIN_PSRLQI128]: Do not require
1287 immediate shift value.
1288 * config/i386/emmintrin.h (_mm_slli_epi16, _mm_slli_epi32,
1289 _mm_slli_epi64, _mm_srai_epi16, _mm_srai_epi32, _mm_srli_epi16,
1290 _mm_srli_epi32, _mm_srli_epi64): Remove 'const' from count argument.
1291 Remove macros for !__OPTIMIZE__ case.
1292
1293 2007-10-17 Daniel Berlin <dberlin@dberlin.org>
1294
1295 * tree-ssa-structalias.c (rewrite_constraints): Don't test for
1296 directness anymore.
1297 (perform_var_substitution): Only DFS from real nodes. Don't test
1298 for directness.
1299 (unite_pointer_equivalences): Fix broken test.
1300
1301 2007-10-17 Alan Modra <amodra@bigpond.net.au>
1302
1303 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Correct
1304 altivec sp_offset. Rearrange sp_offset assignments to
1305 correspond to stack adjustments. Use frame_reg_rtx for
1306 SPE register restores. Correct SPE stack adjustment.
1307
1308 2007-10-17 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1309
1310 * builtins.c (gimplify_va_arg_expr): Use inform for help message.
1311 * toplev.c (check_global_declaration_1): Use appropriate warning
1312 option instead of unnamed warning.
1313 * stor-layout.c (layout_decl): Likewise.
1314 * c-typeck.c (build_conditional_expr): Likewise.
1315 (build_compound_expr): Fix wrong comment.
1316 (build_binary_op): Use appropriate warning option instead of
1317 unnamed warning.
1318 * cfgexpand.c (tree_expand_cfg): Likewise.
1319 * tree-optimize.c (tree_rest_of_compilation): Likewise.
1320 * tree-cfg.c (remove_useless_stmts_warn_notreached): Likewise.
1321 (execute_warn_function_return): Likewise.
1322 * stmt.c (warn_if_unused_value): Likewise.
1323
1324 2007-10-16 Eric B. Weddington <eweddington@cso.atmel.com>
1325
1326 * config/avr/avr.c (avr_mcu_types): Add at90pwm216, at90pwm316.
1327 * config/avr/avr.h (LINK_SPEC): Likewise and remove regex for
1328 similar devices.
1329 (CRT_BINUTILS_SPECS): Likewsie.
1330 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
1331
1332 2007-10-16 Amruth Laxman <amruth.laxman@nsn.com>
1333
1334 PR target/33594
1335 * config/sparc/sparc.h (LOCAL_ALIGNMENT): Define.
1336
1337 2007-10-16 Eric Botcazou <ebotcazou@libertysurf.fr>
1338
1339 * dce.c (init_dce): Only initialize the obstacks for the fast pass.
1340 (fini_dce): Only release them for the fast pass.
1341 (end_ud_dce): Delete.
1342 (rest_of_handle_ud_dce): Do not modify df_in_progress.
1343 Call fini_dce instead of end_ud_dce.
1344 (rest_of_handle_fast_dce): Do not modify df_in_progress.
1345 (run_fast_df_dce): Reset df_in_progress to false on exit.
1346
1347 2007-10-16 Paolo Bonzini <bonzini@gnu.org>
1348 Maxim Kuvyrkov <maxim@codesourcery.com>
1349
1350 * target.h (unspec_may_trap_p): New target hook.
1351 * target-def.h (TARGET_UNSPEC_MAY_TRAP_P): New macro.
1352 * targhooks.c (default_unspec_may_trap_p): Default implementation of
1353 the hook.
1354 * targhooks.h (default_unspec_may_trap_p): Declare it.
1355 * doc/tm.texi (TARGET_UNSPEC_MAY_TRAP_P): Document new hook.
1356 * rtlanal.c (may_trap_p_1): Use new hook. Make global.
1357 * rtl.h (may_trap_p_1): Declare.
1358
1359 * config/ia64/ia64.c (ia64_unspec_may_trap_p): New function to
1360 override default hook implementation.
1361 (TARGET_UNSPEC_MAY_TRAP_P): Override default implementation of the
1362 hook.
1363
1364 2007-10-16 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1365
1366 * doc/invoke.texi (Wextra): Move it just after Wall, list the
1367 options enabled by Wextra and mention Wuninitialized.
1368
1369 2007-10-15 Nigel Stephens <nigel@mips.com>
1370
1371 * config/mips/mips.h (LOCAL_ALIGNMENT): Define.
1372
1373 2007-10-15 Jakub Jelinek <jakub@redhat.com>
1374
1375 PR tree-optimization/33136
1376 * opts.c (decode_options): Don't enable flag_ipa_type_escape.
1377
1378 2007-10-15 Alexandre Oliva <aoliva@redhat.com>
1379
1380 PR tree-optimization/33735
1381 PR tree-optimization/33572
1382 * tree-inline.c (update_ssa_across_abnormal_edges): Revert
1383 2007-10-09's change.
1384 * except.c (duplicate_eh_regions): Don't look for prev_try
1385 beyond ERT_ALLOWED_EXCEPTIONS with an empty list.
1386
1387 2007-10-15 Alexandre Oliva <aoliva@redhat.com>
1388
1389 PR middle-end/33706
1390 * tree-inline.c (copy_bb): Use bsi_replace to replace a
1391 __builtin_va_arg_pack-containing call stmt.
1392
1393 2007-10-15 Razya Ladelsky <razya@il.ibm.com>
1394
1395 * matrix-reorg.c (gate_matrix_reorg): Don't comment out whole
1396 program flag.
1397
1398 2007-10-15 Jakub Jelinek <jakub@redhat.com>
1399
1400 PR tree-optimization/33619
1401 * tree-ssa-ter.c (is_replaceable_p): Return false for all
1402 calls.
1403
1404 2007-10-15 David Edelsohn <edelsohn@gnu.org>
1405
1406 * config.gcc (powerpc-ibm-aix5*): Install altivec.h.
1407
1408 2007-10-15 Richard Guenther <rguenther@suse.de>
1409
1410 * fold-const.c (extract_array_ref): Remove.
1411 (fold_comparison): Handle POINTER_PLUS_EXPR with the
1412 generic address expression comparison folding. Remove
1413 the folding that used extract_array_ref.
1414
1415 2007-10-15 Maxim Kuvyrkov <maxim@codesourcery.com>
1416
1417 PR target/33133
1418 * haifa-sched.c (process_insn_forw_deps_be_in_spec): Check if
1419 speculation type of insn can be changed before trying to do that.
1420
1421 2007-10-15 Eric Botcazou <ebotcazou@libertysurf.fr>
1422
1423 * dse.c (struct insn_info): Add 'frame_read' field.
1424 (scan_insn): For the call to a const function, set frame_read if
1425 reload has been run.
1426 If the insn reads the frame, kill the frame related stores.
1427 (scan_reads_nospill): Likewise.
1428
1429 2007-10-14 Jason Merrill <jason@redhat.com>
1430
1431 * tree-eh.c (optimize_double_finally): Don't assume that the
1432 cleanup we're duplicating is only one statement.
1433
1434 2007-10-14 Kazu Hirata <kazu@codesourcery.com>
1435
1436 * config/fixed-bit.c, config/i386/cpuid.h, config/i386/i386.c,
1437 config/i386/i386.md, config/i386/sse.md, function.c, jump.c,
1438 modulo-sched.c, ra-conflict.c, toplev.c, tree-eh.c, tree-sra.c,
1439 tree-ssa-dse.c, tree-vect-analyze.c, tree-vect-patterns.c,
1440 tree-vect-transform.c: Fix comment typos.
1441 * doc/extend.texi: Fix a typo.
1442
1443 * c-common.h: Remove the prototype for c_expand_body.
1444 * c-tree.h: Remove the prototype for c_disregard_inline_limits.
1445 * tree.h: Remove the prototype for fold_build_call_expr.
1446
1447 * c-objc-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN):
1448 Remove.
1449 * c-tree.h: Remove the prototype for c_cannot_inline_tree_fn.
1450
1451 2007-10-13 David Edelsohn <edelsohn@gnu.org>
1452
1453 * config/rs6000/aix53.h: New file.
1454 * config/rs6000/aix{41,43,51,52}.h (TARGET_ALTIVEC): Define to 0.
1455 (TARGET_ALTIVEC_ABI): Same.
1456 * config/rs6000/aix.h (TARGET_ALTIVEC): Delete.
1457 (TARGET_ALTIVEC_ABI): Delete.
1458 * config.gcc (powerpc-ibm-aix5*): Rename to aix5.2. Add new
1459 stanza defaulting to aix5.3.
1460
1461 2007-10-12 Nathan Froyd <froydnj@codesourcery.com>
1462
1463 * config/i386/i386.md (SI_REG, DI_REG): New constants.
1464 (strmov): Use defined constants.
1465 (cmpstrnsi): Likewise.
1466 * config/i386/i386.c (decide_alg): Use defined constants.
1467 (ix86_expand_strlen): Likewise.
1468
1469 2007-10-12 Richard Sandiford <rsandifo@nildram.co.uk>
1470
1471 * dse.c (find_shift_sequence): Reinstate "<= UNITS_PER_WORD" condition.
1472 * var-tracking.c (micro_operation_def): Update comment on u.loc.
1473 (mode_for_reg_attrs, var_lowpart): New functions.
1474 (add_uses): Consider recording a lowpart of LOC for MO_USE.
1475 (add_stores): Likewise MO_SET and MO_COPY. If the source of a set
1476 or copy is known, set LOC to the SET that performs the set, instead
1477 of the destination.
1478 (find_src_status, find_src_set_src): Remove LOC parameter.
1479 Replace INSN with the source value.
1480 (compute_bb_dataflow, emit_notes_in_bb): Check for a SET u.loc when
1481 handling MO_SET and MO_COPY. Update the calls to find_src_status
1482 and find_src_set_src.
1483
1484 2007-10-12 Nathan Froyd <froydnj@codesourcery.com>
1485
1486 PR 11001
1487 * config/i386/i386.md (strmov): Check for esi and edi usage.
1488 * config/i386/i386.c (decide_alg): Check whether we can use a
1489 rep prefix and adjust algorithm choice accordingly.
1490 (ix86_expand_strlen): Check for eax, ecx, and edi usage.
1491
1492 2007-10-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1493
1494 * config/c4x/c4x.md (mulqi3, mulhi3): Use optab_libfunc.
1495
1496 2007-10-12 Kenneth Zadeck <zadeck@naturalbridge.com>
1497
1498 * global.c (build_insn_chain): Formatting fixes.
1499
1500 2007-10-12 Richard Guenther <rguenther@suse.de>
1501
1502 * tree-ssa-forwprop.c (forward_propagate_into_cond): For
1503 combining both operands require either both have single uses
1504 or combining to a constant.
1505
1506 2007-10-12 Richard Guenther <rguenther@suse.de>
1507
1508 PR middle-end/26198
1509 * tree-ssa-forwprop.c (can_propagate_from): Do not propagate from
1510 a rhs with side-effects or which is a load.
1511 (forward_propagate_into_cond): Also try combining both operands.
1512
1513 2007-10-12 Uros Bizjak <ubizjak@gmail.com>
1514
1515 PR tree-optimization/33742
1516 * tree-vect-transform.c (vectorizable_operation): Return false
1517 if get_vectype_for_scalar_type for scalar_dest can't be determined.
1518 (vectorizable_call): Same for rhs_type and lhs_type.
1519
1520 2007-10-12 Jakub Jelinek <jakub@redhat.com>
1521
1522 PR tree-optimization/33645
1523 * tree-ssa-live.c (mark_all_vars_used): Add data argument,
1524 pass it to walk_tree.
1525 (mark_all_vars_used_1): Pass data through to mark_all_vars_used.
1526 When calling set_is_used on a VAR_DECL, if data is not NULL and
1527 its DECL_UID is in the bitmap, call mark_all_vars_used on its
1528 DECL_INITIAL after clearing the bit in bitmap.
1529 (remove_unused_locals): Adjust mark_all_vars_used callers.
1530 Instead of removing unused global vars from unexpanded_var_list
1531 immediately record them in bitmap, call mark_all_vars_used on
1532 all used global vars from unexpanded_var_list and only purge
1533 global vars that weren't found used even during that step.
1534
1535 2007-10-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1536
1537 * gthr-posix.h (__gthread_active_init): Create detached instead of
1538 joinable thread when testing whether threads are active on hppa-hpux.
1539 * gthr-posix95.h (__gthread_active_init): Likewise.
1540
1541 2007-10-11 Kenneth Zadeck <zadeck@naturalbridge.com>
1542
1543 PR middle-end/33676
1544 * global.c (build_insn_chain): Include insn that occur between
1545 basic blocks.
1546
1547 2007-10-11 Tom Tromey <tromey@redhat.com>
1548
1549 * gengtype-yacc.y: Delete.
1550
1551 2007-10-11 Uros Bizjak <ubizjak@gmail.com>
1552
1553 * config/i386/i386.md (AX_REG, DX_REG, CX_REG): New constants.
1554 * config/i386/i386.c (ix86_function_arg_regno_p, function_arg_32,
1555 function_value_32, function_value_64, function_value_ms_64,
1556 setup_incoming_varargs_64, ix86_expand_prologue, ix86_expand_call,
1557 legitimize_tls_address, x86_this_parameter, x86_output_mi_thunk):
1558 Use new constants.
1559
1560 2007-10-11 Richard Guenther <rguenther@suse.de>
1561
1562 * gcse.c (hash_scan_set): If the next nonnote insn is in
1563 a different basic block insert the set.
1564
1565 2007-10-11 Richard Guenther <rguenther@suse.de>
1566
1567 PR middle-end/33724
1568 * tree-cfg.c (one_pointer_to_useless_type_conversion_p): New function.
1569 (verify_gimple_expr): Use it to verify pointer-to types for
1570 ADDR_EXPRs.
1571
1572 2007-10-11 Richard Guenther <rguenther@suse.de>
1573
1574 PR c/33726
1575 * c-typeck.c (build_array_ref): Do not strip qualifiers from
1576 the array element type.
1577
1578 2007-10-11 Eric Botcazou <ebotcazou@libertysurf.fr>
1579
1580 PR rtl-optimization/33638
1581 * dse.c (struct insn_info): Remove 'stack_read' field,
1582 add 'stack_pointer_based' field.
1583 (record_store): For a store with non-constant base, record
1584 whether it is stack pointer based.
1585 (scan_insn): For the call to a const function, remove stack
1586 pointer based stores from the list of local active stores.
1587 (scan_reads_nospill): Delete code dealing with const functions.
1588
1589 2007-10-10 Peter Bergner <bergner@vnet.ibm.com>
1590
1591 * ra-conflict.c (partial_bitnum, max_bitnum): Change type of variables
1592 to HOST_WIDE_INT.
1593 (conflict_p, set_conflict, set_conflicts): Likewise.
1594 * global.c (global_alloc): Likewise.
1595 * ra.h: Update prototypes.
1596
1597 2007-10-10 Wolfgang Gellerich <gellerich@de.ibm.com>
1598
1599 * opth-gen.awk: Fixed generation of comment stating the origin
1600 of options.h
1601
1602 2007-10-10 Kazu Hirata <kazu@codesourcery.com>
1603
1604 Revert:
1605 2007-10-09 Kazu Hirata <kazu@codesourcery.com>
1606 * longlong.h (count_leading_zeros): Replace '{' and '}' with '%{'
1607 and '%}', respectively.
1608
1609 Revert:
1610 2007-10-09 Kazu Hirata <kazu@codesourcery.com>
1611 * config/m68k/m68k.c (print_operand): Handle '{' and '}'.
1612 * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Accept '{'
1613 and '}'.
1614 * config/m68k/m68k.md: Replace '{' with '%{' where '{' is
1615 meant to be output.
1616
1617 Revert:
1618 2007-10-07 Kazu Hirata <kazu@codesourcery.com>
1619 * config/m68k/m68k.c, config/m68k/m68k.md: Use the assembly
1620 syntax for ASSEMBLER_DIALECT.
1621 * config/m68k/m68k.h (ASSEMBLER_DIALECT): New.
1622
1623 2007-10-10 Revital Eres <eres@il.ibm.com>
1624
1625 * modulo-sched.c (check_nodes_order): Dump the final order of
1626 the nodes.
1627 (get_sched_window): Add dump info.
1628 (calculate_order_params): Dump order params of the nodes.
1629
1630 2007-10-09 Kenneth Zadeck <zadeck@naturalbridge.com>
1631
1632 PR middle-end/33669
1633 * ra-conflict.c (record_one_conflict_between_regnos,
1634 set_conflicts_for_earlyclobber, global_conflicts): Improved logging.
1635 (global_conflicts): Enhanced incorrect check.
1636
1637 2007-10-09 Geoffrey Keating <geoffk@apple.com>
1638
1639 * dwarf2out.c (output_call_frame_info): FDEs are always emitted
1640 if flag_exceptions is not set.
1641 * config/darwin.c (darwin_emit_unwind_label): Rewrite to use
1642 assemble_name rather than incorrectly emulating it.
1643
1644 * doc/extend.texi (Deprecated Features): Mention that <? and >? and
1645 friends are removed from G++.
1646
1647 2007-10-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1648
1649 * c-opts.c (c_common_handle_option): -Wnontemplate-friend,
1650 -Wwrite-strings and -Wmultichar are enabled by default, so Wall
1651 enabling them is redundant. Don't check two times for
1652 c_dialect_cxx.
1653
1654 2007-10-09 H.J. Lu <hongjiu.lu@intel.com>
1655
1656 * ra-conflict.c (record_one_conflict_between_regnos): Revert
1657 the last change.
1658 (set_conflicts_for_earlyclobber): Likewise.
1659 (global_conflicts): Likewise.
1660
1661 2007-10-09 Kazu Hirata <kazu@codesourcery.com>
1662
1663 * longlong.h (count_leading_zeros): Replace '{' and '}' with '%{'
1664 and '%}', respectively.
1665
1666 2007-10-09 Kazu Hirata <kazu@codesourcery.com>
1667
1668 * config/m68k/m68k.c (print_operand): Handle '{' and '}'.
1669 * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Accept '{'
1670 and '}'.
1671 * config/m68k/m68k.md: Replace '{' with '%{' where '{' is
1672 meant to be output.
1673
1674 2007-10-09 Richard Guenther <rguenther@suse.de>
1675
1676 PR middle-end/33692
1677 * gimplify.c (canonicalize_component_ref): Honor qualifiers
1678 of referenced structure and component.
1679
1680 2007-10-09 Kenneth Zadeck <zadeck@naturalbridge.com>
1681
1682 PR middle-end/33669
1683 * ra-conflict.c (record_one_conflict_between_regnos,
1684 set_conflicts_for_earlyclobber, global_conflicts): Improved
1685 logging.
1686 (global_conflicts): Removed incorrect check.
1687
1688 2007-10-09 Richard Sandiford <rsandifo@nildram.co.uk>
1689
1690 PR tree-optimization/33615
1691 * tree-ssa-pre.c (compute_avail): Don't call make_values_for_stmt
1692 if the statement might throw. Fix formatting.
1693
1694 2007-10-09 Richard Sandiford <rsandifo@nildram.co.uk>
1695
1696 PR tree-optimization/33615
1697 * tree-ssa-loop-im.c (movement_possibility): Return MOVE_IMPOSSIBLE
1698 if the rhs might throw.
1699
1700 2007-10-09 Jan Hubicka <jh@suse.cz>
1701
1702 * invoke.texi (align-threshold, align-loop-iterations): Document.
1703 * final.c: Include cfgloop.h, params.h
1704 (compute_alignments): Dump decisions and compare them with loop
1705 structure; honor given parameters.
1706 (pass_compute_alignments): New dump file.
1707 * params.def (PARAM_ALIGN_THRESHOLD, PARAM_ALIGN_LOOP_ITERATIONS): New.
1708 * Makefile.in (final.o): Add dependency on cfgloop.h and params.h
1709
1710 2007-10-09 James E. Wilson <wilson@specifix.com>
1711
1712 PR tree-optimization/33655
1713 PR middle-end/22156
1714 * tree-sra.c (bitfield_overlaps_p): When fld->element is INTEGER_CST,
1715 convert it to bitsizetype before size_binop call.
1716
1717 2007-10-09 Alexandre Oliva <aoliva@redhat.com>
1718
1719 PR tree-optimization/33572
1720 * tree-inline.c (update_ssa_across_abnormal_edges): Tolerate
1721 the absence of a corresponding edge from the exit block.
1722
1723 2007-10-09 Alexandre Oliva <aoliva@redhat.com>
1724
1725 PR middle-end/22156
1726 * tree-sra.c (instantiate_element): Use BYTES_BIG_ENDIAN for
1727 bit-field layout.
1728 (sra_build_assignment): Likewise. Set up mask depending on
1729 precision, not type.
1730 (sra_build_bf_assignment): Use BYTES_BIG_ENDIAN. Don't overflow
1731 computing bit masks.
1732 (sra_build_elt_assignment): Don't view-convert from signed to
1733 unsigned.
1734 (sra_explode_bitfield_assignment): Use bit-field type if
1735 possible. Use BYTES_BIG_ENDIAN.
1736
1737 2007-10-08 Alexandre Oliva <aoliva@redhat.com>
1738
1739 PR middle-end/22156
1740 * tree-sra.c (scalarize_lsdt): Fix thinko in testing whether
1741 the original stmt can throw.
1742 (sra_build_bf_assignment): Fix type mismatch when applying negated
1743 mask.
1744
1745 2007-10-08 Geoffrey Keating <geoffk@apple.com>
1746
1747 * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Register
1748 '#pragma mark' to be executed at preprocessing time.
1749
1750 2007-10-08 Ollie Wild <aaw@google.com>
1751
1752 * varasm.c (compare_constant): Removed call to
1753 lang_hooks.expand_constant.
1754 (copy_constants): Removed call to lang_hooks.expand_constant.
1755 (compute_reloc_for_constant): Removed call to
1756 lang_hooks.expand_constant.
1757 (output_addressed_constants): Removed call to
1758 lang_hooks.expand_constant.
1759 (constructor_static_from_elts_p): Removed call to
1760 lang_hooks.expand_constant.
1761 (output_constant): Removed calls to lang_hooks.expand_constant.
1762 * langhooks.h (struct lang_hooks): Removed field expand_constant.
1763 * langhooks-def.h (lhd_return_tree): Removed.
1764 (LANG_HOOKS_EXPAND_CONSTANT): Removed.
1765 (LANG_HOOKS_INITIALIZER): Removed LANG_HOOKS_EXPAND_CONSTANT.
1766 * langhooks.c (lhd_return_tree): Removed.
1767
1768 2007-10-08 Mark Shinwell <shinwell@codesourcery.com>
1769
1770 * combine.c (setup_incoming_promotions): Ensure that
1771 arguments that have not undergone mode promotions do not
1772 incorrectly get marked as being sign- or zero-extended.
1773
1774 2007-10-08 Richard Guenther <rguenther@suse.de>
1775
1776 PR middle-end/33693
1777 PR middle-end/33695
1778 PR middle-end/33697
1779 * fold-const.c (fold_binary): Use correct types in folding
1780 of a * (1 << b) to (a << b). Likewise for ~A & ~B to ~(A | B)
1781 and building of RROTATE_EXPR.
1782
1783 2007-10-08 Richard Guenther <rguenther@suse.de>
1784
1785 PR middle-end/33691
1786 PR middle-end/33694
1787 PR middle-end/33696
1788 * fold-const.c (fold_binary): Use the correct types when
1789 folding (A | CST1) & CST2 to (A & CST2) | (CST1 & CST2).
1790 (fold_binary): Use the correct types when folding
1791 (-A) - B to (-B) - A.
1792 (fold_unary): Use the correct types when folding ~(X).
1793
1794 2007-10-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1795
1796 * doc/invoke.texi (Wall): fix formatting issues.
1797
1798 2007-10-07 Richard Sandiford <rsandifo@nildram.co.uk>
1799
1800 * simplify-rtx.c (simplify_binary_operation_1): Canonicalize
1801 truncated shift counts.
1802
1803 2007-10-07 Kazu Hirata <kazu@codesourcery.com>
1804
1805 * config/m68k/m68k.c, config/m68k/m68k.md: Use the assembly
1806 syntax for ASSEMBLER_DIALECT.
1807 * config/m68k/m68k.h (ASSEMBLER_DIALECT): New.
1808
1809 2007-10-06 Eric Botcazou <ebotcazou@adacore.com>
1810 Nathan Froyd <froydnj@codesourcery.com>
1811
1812 * dwarf2out.c (dwarf2out_frame_init): Check for DWARF2_FRAME_INFO
1813 when determining whether to record INCOMING_RETURN_ADDR_RTX.
1814
1815 2007-10-06 Eric Botcazou <ebotcazou@adacore.com>
1816
1817 Revert:
1818 2007-02-12 Eric Botcazou <ebotcazou@adacore.com>
1819
1820 * tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
1821 * cgraphunit.c (cgraph_expand_function): If DECL_IGNORED_P is set on
1822 the function, temporarily point the debug interface to the null one.
1823
1824 2007-10-06 Alexandre Oliva <aoliva@redhat.com>
1825
1826 PR tree-optimization/33655
1827 PR middle-end/22156
1828 * tree-sra.c (bitfield_overlaps_p): Handle array and complex
1829 elements.
1830
1831 2007-10-06 Alexandre Oliva <aoliva@redhat.com>
1832
1833 PR tree-optimization/33572
1834 * tree-cfg.c (verify_stmts): Check for missing PHI defs.
1835 * tree-inline.c (update_ssa_across_eh_edges): Renamed to...
1836 (update_ssa_across_abnormal_edges): ... this. Set slots in the
1837 return PHI node.
1838 (copy_edges_for_bb): Handle nonlocal label edges.
1839 (make_nonlocal_label_edges): Deleted.
1840 (optimize_inline_calls): Don't call it.
1841
1842 2007-10-05 Hans-Peter Nilsson <hp@axis.com>
1843
1844 * gthr-single.h: Revert last change.
1845
1846 2007-10-05 Michael Matz <matz@suse.de>
1847
1848 PR middle-end/33667
1849 * lower-subreg.c (decompose_multiword_subregs): Use
1850 validate_unshare_change().
1851
1852 2007-10-05 Peter Bergner <bergner@vnet.ibm.com>
1853
1854 * ra-conflict.c: Include "sparseset.h".
1855 (conflicts): Change to HOST_WIDEST_FAST_INT.
1856 (allocnos_live): Redefine variable as a sparseset.
1857 (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE, GET_ALLOCNO_LIVE):
1858 Delete macros.
1859 (allocno_row_words): Removed global variable.
1860 (partial_bitnum, max_bitnum, adjacency_pool, adjacency): New variables.
1861 (CONFLICT_BITNUM, CONFLICT_BITNUM_FAST): New defines.
1862 (conflict_p, set_conflict_p, set_conflicts_p): New functions.
1863 (record_one_conflict_between_regnos): Cache allocno values and reuse.
1864 Use set_conflict_p.
1865 (record_one_conflict): Update uses of allocnos_live to use
1866 the sparseset routines. Use set_conflicts_p.
1867 (mark_reg_store): Likewise.
1868 (set_reg_in_live): Likewise.
1869 (global_conflicts): Update uses of allocnos_live.
1870 Use the new adjacency list to visit an allocno's neighbors
1871 rather than iterating over all possible allocnos.
1872 Call set_conflicts_p to setup conflicts rather than adding
1873 them manually.
1874 * global.c: Comments updated.
1875 (CONFLICTP): Delete define.
1876 (regno_compare): New function. Add prototype.
1877 (global_alloc): Sort the allocno to regno mapping according to
1878 which basic blocks the regnos are referenced in. Modify the
1879 conflict bit matrix to a compressed triangular bitmatrix.
1880 Only allocate the conflict bit matrix and adjacency lists if
1881 we are actually going to allocate something.
1882 (expand_preferences): Use conflict_p. Update uses of allocnos_live.
1883 (prune_preferences): Use the FOR_EACH_CONFLICT macro to visit an
1884 allocno's neighbors rather than iterating over all possible allocnos.
1885 (mirror_conflicts): Removed function.
1886 (dump_conflicts): Iterate over regnos rather than allocnos so
1887 that all dump output will be sorted by regno number.
1888 Use the FOR_EACH_CONFLICT macro.
1889 * ra.h: Comments updated.
1890 (conflicts): Update prototype to HOST_WIDEST_FAST_INT.
1891 (partial_bitnum, max_bitnum, adjacency, adjacency_pool):
1892 Add prototypes.
1893 (ADJACENCY_VEC_LENGTH, FOR_EACH_CONFLICT): New defines.
1894 (adjacency_list_d, adjacency_iterator_d): New types.
1895 (add_neighbor, adjacency_iter_init, adjacency_iter_done,
1896 adjacency_iter_next, regno_basic_block): New static inline functions.
1897 (EXECUTE_IF_SET_IN_ALLOCNO_SET): Removed define.
1898 (conflict_p): Add function prototype.
1899 * sparseset.h, sparseset.c: New files.
1900 * Makefile.in (OBJS-common): Add sparseset.o.
1901 (sparseset.o): New rule.
1902
1903 2007-10-05 Richard Guenther <rguenther@suse.de>
1904
1905 PR middle-end/33666
1906 * fold-const.c (fold_unary): Do not fold (long long)(int)ptr
1907 to (long long)ptr.
1908
1909 2007-10-05 Michael Matz <matz@suse.de>
1910
1911 PR inline-asm/33600
1912 * function.c (match_asm_constraints_1): Check for input
1913 being used in the outputs.
1914
1915 2007-10-05 Richard Guenther <rguenther@suse.de>
1916
1917 * tree-cfg.c (verify_gimple_expr): Accept OBJ_TYPE_REF.
1918
1919 2007-10-05 Richard Sandiford <rsandifo@nildram.co.uk>
1920
1921 PR target/33635
1922 * config/mips/mips.c (mips_register_move_cost): Rewrite to use
1923 subset checks. Make the cost of FPR -> FPR moves depend on
1924 mips_mode_ok_for_mov_fmt_p.
1925
1926 2007-10-04 Doug Kwan <dougkwan@google.com>
1927
1928 * gthr-posix.h (__gthread_cond_broadcast, __gthread_cond_wait,
1929 __gthread_cond_wait_recursive): Add to extend interface for POSIX
1930 conditional variables. (__GTHREAD_HAS_COND): Macro defined to signify
1931 support of conditional variables.
1932 * gthr-posix95.h (__gthread_cond_broadcast, __gthread_cond_wait,
1933 __gthread_cond_wait_recursive): Add to extend interface for POSIX
1934 conditional variables. (__GTHREAD_HAS_COND): Macro defined to signify
1935 support of conditional variables.
1936 * gthr-single.h (__gthread_cond_broadcast, __gthread_cond_wait,
1937 __gthread_cond_wait_recursive): Add to extend interface for POSIX
1938 conditional variables.
1939 * gthr.h: Update comments to document new interface.
1940
1941 2007-10-04 Geoffrey Keating <geoffk@apple.com>
1942
1943 * cgraphunit.c (cgraph_build_static_cdtor): Don't set
1944 DECL_IGNORED_P.
1945
1946 2007-10-04 Anatoly Sokolov <aesok@post.ru>
1947
1948 * config/avr/avr.c (expand_epilogue): Don't set RTX_FRAME_RELATED_P.
1949
1950 2007-10-04 Richard Guenther <rguenther@suse.de>
1951
1952 PR middle-end/33641
1953 * tree-cfg.c (verify_gimple_expr): Operand one of POINTER_PLUS_EXPR
1954 does not need to be of INTEGER_TYPE.
1955 (verify_gimple_2): New function split out from ...
1956 (verify_gimple_1): ... here. ICE if there was an error during
1957 verification.
1958
1959 2007-10-04 Michael Matz <matz@suse.de>
1960
1961 PR rtl-optimization/33653
1962 * dce.c (deletable_insn_p_1): Use volatile_refs_p().
1963 * dse.c (scan_insn): Same.
1964
1965 2007-10-04 Kazu Hirata <kazu@codesourcery.com>
1966
1967 * config.gcc: Remove USE_GAS for m68k targets.
1968
1969 2007-10-04 Richard Guenther <rguenther@suse.de>
1970
1971 PR tree-optimization/33627
1972 * tree-gimple.h (canonicalize_cond_expr_cond): Declare.
1973 * tree-gimple.c (canonicalize_cond_expr_cond): New function,
1974 split out from ...
1975 * tree-ssa-forwprop.c (combine_cond_expr_cond): ... here.
1976 * tree-ssa-ifcombine.c (ifcombine_iforif): Use it.
1977
1978 2007-10-04 Anatoly Sokolov <aesok@post.ru>
1979
1980 * config/avr/avr.c (commands_in_file, commands_in_prologues,
1981 commands_in_epilogues): Remove variables.
1982 (avr_file_start): Remove unneded initializations of commands_in_file,
1983 commands_in_prologues and commands_in_epilogues variables.
1984 (avr_file_end): Remove dead code.
1985
1986 2007-10-04 Kazu Hirata <kazu@codesourcery.com>
1987
1988 * config/m68k/m68k.c (m68k_output_movem): Use the MOTOROLA if
1989 MOTOROLA is to true.
1990
1991 2007-10-03 Richard Sandiford <rsandifo@nildram.co.uk>
1992
1993 PR target/33635
1994 * config/mips/mips-protos.h (mips_split_64bit_move): Rename to...
1995 (mips_split_doubleword_move): ...this.
1996 * config/mips/mips.c (mips_subword): Extend to handle 64-bit words;
1997 use natural endianness for multi-format FPR values.
1998 (mips_split_64bit_move): Rename to...
1999 (mips_split_doubleword_move): ...this and extend to 64-bit words.
2000 Use move_doubleword_fpr* patterns for moves involving FPRs.
2001 (mips_save_reg): Update the call to mips_split_64bit_move.
2002 (mips_secondary_reload_class): Return NO_REGS for any reload of a
2003 nonzero constant into an FPR if the constant can be forced to memory.
2004 * config/mips/mips.md: Update the splitter calls to
2005 mips_split_64bit_move.
2006 (UNSPEC_LOAD_DF_LOW): Rename to...
2007 (UNSPEC_LOAD_LOW): ...this.
2008 (UNSPEC_LOAD_DF_HIGH): Rename to...
2009 (UNSPEC_LOAD_HIGH): ...this.
2010 (UNSPEC_STORE_DF_HIGH): Rename to...
2011 (UNSPEC_STORE_WORD): ...this.
2012 (SPLITF): New mode iterator.
2013 (HALFMODE): New mode attribute.
2014 (movtf): New expander.
2015 (*movtf_internal): New define_insn_and_split.
2016 (move_doubleword_fpr<mode>): New expander.
2017 (load_df_low, load_df_high, store_df_high, mthc1, mfhc1): Replace
2018 with...
2019 (load_low<mode>, load_high<mode>, store_word<mode>, mthc1<mode>)
2020 (mfhc1<mode>): ...these more general patterns.
2021
2022 2007-10-03 Alexandre Oliva <aoliva@redhat.com>
2023
2024 * cfgrtl.c (rtl_block_ends_with_call_p): Skip notes at the end.
2025
2026 2007-10-03 Alexandre Oliva <aoliva@redhat.com>
2027
2028 * gcse.c (hash_scan_set): Insert set in insn before note at
2029 the end of basic block.
2030
2031 2007-10-03 Sebastian Pop <sebastian.pop@amd.com>
2032
2033 PR tree-optimization/33576
2034 * testsuite/gcc.dg/tree-ssa/pr33576.c: New.
2035 * tree-loop-linear.c (linear_transform_loops): Call remove_iv.
2036 * lambda.h (lambda_loopnest_to_gcc_loopnest): New parameter.
2037 (remove_iv): Declared.
2038 * lambda-code.c (remove_iv): Not static.
2039 (lambda_loopnest_to_gcc_loopnest): New parameter remove_ivs.
2040 Don't remove ivs there, save ivs in the buffer.
2041
2042 2007-10-03 Jason Merrill <jason@redhat.com>
2043
2044 PR c++/15764
2045 * tree-eh.c (same_handler_p): New fn.
2046 (optimize_double_finally): New fn.
2047 (refactor_eh_r): New fn.
2048 (refactor_eh): New fn.
2049 (pass_refactor_eh): New pass.
2050 * tree-pass.h: Declare it.
2051 * passes.c (init_optimization_passes): Add it.
2052
2053 2007-10-03 Doug Kwan <dougkwan@google.com>
2054 Richard Guenther <rguenther@suse.de>
2055
2056 PR debug/31899
2057 * dwarf2out.c (reference_to_unused): Disable sanity checking,
2058 be conservative instead.
2059
2060 2007-10-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2061
2062 PR fortran/26682
2063 * doc/invoke.texi (-fwhole-program): Document that Fortran
2064 doesn't support this option.
2065
2066 2007-10-02 Richard Sandiford <rsandifo@nildram.co.uk>
2067
2068 PR middle-end/33617
2069 * expr.c (expand_expr_addr_expr_1): Pass CONSTRUCTORs to
2070 expand_expr.
2071
2072 2007-10-02 David Daney <ddaney@avtrex.com>
2073
2074 * config/mips/mips.md (sync_compare_and_swap<mode>): Handle compare
2075 against constant zero.
2076 * config/mips/mips.h (MIPS_COMPARE_AND_SWAP): Handle constant zero
2077 operand.
2078
2079 2007-09-02 Kenneth Zadeck <zadeck@naturalbridge.com>
2080
2081 * ra-conflict.c: New file.
2082 * ra.h: New file.
2083 * reload.c (push_reload, find_dummy_reload): Change DF_RA_LIVE
2084 usage to DF_LIVE usage.
2085 (reload): Remove reference to df_get_live_top.
2086 * rtlanal.c (subreg_nregs_with_regno): New function.
2087 * df-scan.c (df_def_record_1, df_uses_record): Add code to set
2088 DF_REF_EXTRACT, DF_REF_STRICT_LOWER_PART, and DF_REF_SUBREG flags.
2089 (df_has_eh_preds): Removed.
2090 (df_bb_refs_collect, df_bb_refs_collect, df_bb_refs_collect,
2091 df_exit_block_uses_collect): Changed call from df_has_eh_preds to
2092 bb_has_eh_pred.
2093 * global.c (allocno, max_allocno, conflicts, allocno_row_words,
2094 reg_allocno, EXECUTE_IF_SET_IN_ALLOCNO_SET): Moved to ra.h
2095 (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Moved to ra-conflicts.c.
2096 (regs_set, record_one_conflict, record_conflicts, mark_reg_store,
2097 mark_reg_clobber, mark_reg_conflicts, mark_reg_death): Deleted.
2098 (global_alloc): Turn off rescanning insns after call to
2099 global_conflicts and added call to set_preferences.
2100 (global_conflicts): Moved to ra-alloc.c.
2101 (set_preferences_1, set_preferences): New function.
2102 (mirror_conflicts): Changed types for various variables.
2103 (mark_elimination): Change DF_RA_LIVE
2104 usage to DF_LIVE usage.
2105 (build_insn_chain): Rewritten from scratch and made local.
2106 (print_insn_chain, print_insn_chains): New functions.
2107 (dump_conflicts): Do not print conflicts for fixed_regs.
2108 (rest_of_handle_global_alloc): Turn off insn rescanning.
2109 * hard-reg-set.h: Fixed comment.
2110 * local-alloc.c (update_equiv_regs): Change DF_RA_LIVE
2111 usage to DF_LIVE usage and delete refs to TOP sets.
2112 (block_alloc): Mark regs as live if they are in the artificial
2113 defs at top of block.
2114 (find_stack_regs): New function.
2115 (rest_of_handle_local_alloc): Changed urec problem to live
2116 problem and do not turn off df rescanning.
2117 * df.h (DF_UREC, DF_UREC_BB_INFO, DF_LIVE_TOP, DF_RA_LIVE_IN,
2118 DF_RA_LIVE_TOP, DF_RA_LIVE_OUT, df_urec_bb_info, df_urec,
2119 df_urec_add_problem, df_urec_get_bb_info, df_has_eh_preds): Removed.
2120 (DF_CHAIN, DF_NOTE, DF_CHAIN): Renumbered.
2121 (DF_REF_EXTRACT, DF_REF_STRICT_LOWER_PART, DF_REF_SUBREG): New
2122 fields in df_ref_flags. The rest have been renumbered.
2123 * init-regs.c (initialize_uninitialized_regs): Enhanced debugging
2124 at -O1.
2125 * rtl.h (subreg_nregs_with_regno): New function.
2126 * df-problems.c: (df_get_live_out, df_get_live_in,
2127 df_get_live_top): Removed reference to DF_RA_LIVE.
2128 (df_lr_reset, df_lr_transfer_function, df_live_free_bb_info,
2129 df_live_alloc, df_live_reset, df_live_local_finalize,
2130 df_live_free): Make top set only if different from in set.
2131 (df_lr_top_dump, df_live_top_dump): Only print top set if
2132 different from in set.
2133 (df_lr_bb_local_compute): Removed unnecessary check.
2134 (df_urec_problem_data, df_urec_set_bb_info, df_urec_free_bb_info,
2135 df_urec_alloc, df_urec_mark_reg_change, earlyclobber_regclass,
2136 df_urec_check_earlyclobber, df_urec_mark_reg_use_for_earlyclobber,
2137 df_urec_mark_reg_use_for_earlyclobber_1, df_urec_bb_local_compute,
2138 df_urec_local_compute, df_urec_init, df_urec_local_finalize,
2139 df_urec_confluence_n, df_urec_transfer_function, df_urec_free,
2140 df_urec_top_dump, df_urec_bottom_dump, problem_UREC,
2141 df_urec_add_problem): Removed.
2142 (df_simulate_fixup_sets): Changed call from df_has_eh_preds to
2143 bb_has_eh_pred.
2144 * Makefile.in (ra-conflict.o, ra.h): New dependencies.
2145 * basic_block.h (bb_has_abnormal_pred): New function.
2146 * reload1.c (compute_use_by_pseudos): Change DF_RA_LIVE
2147 usage to DF_LIVE usage.
2148
2149 2007-10-02 Revital Eres <eres@il.ibm.com>
2150
2151 * config/rs6000/predicates.md (easy_vector_constant): Return false
2152 for 750CL paired vectors.
2153 * config/rs6000/paired.md (movv2sf_paired): Fix move of easy
2154 vector constant.
2155 (vec_initv2sf): Add new description.
2156 (vconcatsf): Likewise.
2157 * config/rs6000/rs6000-protos.h: Declare paired_expand_vector_init.
2158 * config/rs6000/rs6000.c (paired_expand_vector_init): New function.
2159
2160 2007-10-01 Alexandre Oliva <aoliva@redhat.com>
2161
2162 * tree-ssa-sink.c (sink_code_in_bb): Don't stop sinking after
2163 sinking the last stmt in a BB.
2164
2165 2007-10-01 Alexandre Oliva <aoliva@redhat.com>
2166
2167 PR middle-end/22156
2168 * tree-sra.c (struct sra_elt): Add in_bitfld_block.
2169 (sra_hash_tree): Handle BIT_FIELD_REFs.
2170 (sra_elt_hash): Don't hash bitfld blocks.
2171 (sra_elt_eq): Skip them in parent compares as well. Handle
2172 BIT_FIELD_REFs.
2173 (build_element_name_1): Handle BIT_FIELD_REFs.
2174 (instantiate_element): Propagate nowarn from parents. Create
2175 BIT_FIELD_REF for variables that are widened by scalarization.
2176 Gimple-zero-initialize all bit-field variables that are not
2177 part of parameters that are going to be scalarized on entry.
2178 (instantiate_missing_elements_1): Return the sra_elt.
2179 (canon_type_for_field): New.
2180 (try_instantiate_multiple_fields): New. Infer widest possible
2181 access mode from decl or member type, but clip it at word
2182 size, and only widen it if a field crosses an alignment
2183 boundary.
2184 (instantiate_missing_elements): Use them.
2185 (generate_one_element_ref): Handle BIT_FIELD_REFs.
2186 (scalar_bitfield_p): New.
2187 (sra_build_assignment): Optimize assignments from scalarizable
2188 BIT_FIELD_REFs. Use BITS_BIG_ENDIAN to determine shift
2189 counts.
2190 (REPLDUP): New.
2191 (sra_build_bf_assignment): New. Optimize assignments to
2192 scalarizable BIT_FIELD_REFs.
2193 (sra_build_elt_assignment): New. Optimize BIT_FIELD_REF
2194 assignments to full variables.
2195 (generate_copy_inout): Use the new macros and functions.
2196 (generate_element_copy): Likewise. Handle bitfld differences.
2197 (generate_element_zero): Don't recurse for blocks. Use
2198 sra_build_elt_assignment.
2199 (generate_one_element_init): Take elt instead of var. Use
2200 sra_build_elt_assignment.
2201 (generate_element_init_1): Adjust.
2202 (bitfield_overlap_info): New struct.
2203 (bitfield_overlaps_p): New.
2204 (sra_explode_bitfield_assignment): New. Adjust widened
2205 variables to account for endianness.
2206 (sra_sync_for_bitfield_assignment): New.
2207 (scalarize_use): Re-expand assignment to/from scalarized
2208 BIT_FIELD_REFs. Explode or sync needed members for
2209 BIT_FIELD_REFs accesses or assignments. Use REPLDUP.
2210 (scalarize_copy): Use REPLDUP.
2211 (scalarize_ldst): Move assert before dereference. Adjust EH
2212 handling.
2213 (dump_sra_elt_name): Handle BIT_FIELD_REFs.
2214
2215 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
2216
2217 * simplify-rtx.c (comparison_result, simplify_relational_operation_1):
2218 Rename CR_* constants to CMP_*. Fix spacing.
2219
2220 2007-10-01 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2221
2222 PR other/33585
2223 * Makefile.in (build_html_dir/gccinstall): gccinstall.texi needs
2224 to be processed with the special script doc/install.texi2html.
2225
2226 2007-09-30 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2227
2228 * doc/invoke.texi (Wall): List the options enabled by Wall.
2229 (Wstrict-aliasing): Add missing @option.
2230
2231 2007-09-30 Richard Sandiford <rsandifo@nildram.co.uk>
2232
2233 * config/mips/mips.c (mips_split_64bit_move): Use gen_rtx_REG_offset
2234 rather than gen_lowpart to change a register from DImode to DFmode.
2235 (mips_cannot_change_mode_class): Only allow FPRs to change mode if
2236 both FROM and TO are integer modes that are no bigger than 4 bytes.
2237 (mips_mode_ok_for_mov_fmt_p): New function.
2238 (mips_preferred_reload_class): Use it instead of FLOAT_MODE_P.
2239 (mips_secondary_reload_class): Tweak formatting and comments.
2240 Use reg_class_subset_p instead of direct comparisons with
2241 classes. Only allow direct FPR<->FPR moves for modes that
2242 satisfy mips_mode_ok_for_mov_fmt_p. Only allow loads and stores
2243 for 4- and 8-byte types. Handle reloads in which X is an FPR.
2244 * config/mips/mips.md (*movdi_gp32_fp64): Remove f<-f alternative.
2245 (*movdi_64bit): Likewise.
2246 (*movsi_internal): Likewise.
2247 (*movhi_internal): Likewise.
2248 (*movqi_internal): Likewise.
2249
2250 2007-09-30 Diego Novillo <dnovillo@google.com>
2251
2252 PR 33593
2253 * tree-ssa-ter.c (is_replaceable_p): Return false if STMT may
2254 throw an exception.
2255
2256 2007-09-30 Uros Bizjak <ubizjak@gmail.com>
2257
2258 PR tree-optimization/33597
2259 * tree-vect-analyze.c (vect_build_slp_tree): Check if optab handler
2260 for LSHIFT_EXPR and RSHIFT_EXPR is available for vec_mode.
2261
2262 2007-09-28 Uros Bizjak <ubizjak@gmail.com>
2263
2264 * config/i386/i386.c (ix86_expand_move): Use can_create_pseudo_p ()
2265 instead of variants of (!reload_in_progress && !reload_completed).
2266 (x86_expand_vector_move): Ditto.
2267
2268 2007-09-28 Ollie Wild <aaw@google.com>
2269
2270 Revert
2271 2007-09-27 Ollie Wild <aaw@google.com>
2272
2273 * varasm.c (compare_constant): Removed call to
2274 lang_hooks.expand_constant.
2275 (copy_constants): Removed call to lang_hooks.expand_constant.
2276 (compute_reloc_for_constant): Removed call to
2277 lang_hooks.expand_constant.
2278 (output_addressed_constants): Removed call to
2279 lang_hooks.expand_constant.
2280 (constructor_static_from_elts_p): Removed call to
2281 lang_hooks.expand_constant.
2282 (output_constant): Removed calls to lang_hooks.expand_constant.
2283 * langhooks.h (struct lang_hooks): Removed field expand_constant.
2284 * langhooks-def.h (lhd_return_tree): Removed.
2285 (LANG_HOOKS_EXPAND_CONSTANT): Removed.
2286 (LANG_HOOKS_INITIALIZER): Removed LANG_HOOKS_EXPAND_CONSTANT.
2287 * langhooks.c (lhd_return_tree): Removed.
2288
2289 2007-09-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
2290
2291 PR target/33347
2292 * config/spu/spu.c (spu_expand_insv): Call copy_rtx on the second
2293 argument to gen_selb.
2294
2295 2007-09-28 Chao-ying Fu <fu@mips.com>
2296
2297 * libgcc-std.ver: Add fixed-point routines to GCC_4.3.0 section.
2298 * doc/libgcc.texi (Fixed-point fractional library routines):
2299 Fix typos for neg and cmp functions.
2300
2301 2007-09-28 Michael Matz <matz@suse.de>
2302
2303 PR rtl-optimization/33552
2304 * function.c (match_asm_constraints_1): Check for overlap in
2305 inputs and replace all occurences.
2306
2307 2007-09-28 Richard Sandiford <rsandifo@nildram.co.uk>
2308
2309 * config/mips/mips.c (override_options): Fix comment typo.
2310
2311 2007-09-28 Jie Zhang <jie.zhang@analog.com>
2312
2313 * config.gcc (bfin*-linux-uclibc*): Set extra_parts
2314 to "crtbegin.o crtbeginS.o crtend.o crtendS.o".
2315 * config/bfin/t-bfin-linux (crti.o): Don't build.
2316 (crtn.o): Likewise.
2317 (EXTRA_MULTILIB_PARTS): Remove crti.o and crtn.o.
2318 * config/bfin/t-bfin-uclinux (crti.o): Don't build.
2319 (crtn.o): Likewise.
2320 (EXTRA_MULTILIB_PARTS): Remove crti.o and crtn.o.
2321
2322 2007-09-27 Ollie Wild <aaw@google.com>
2323
2324 * varasm.c (compare_constant): Removed call to
2325 lang_hooks.expand_constant.
2326 (copy_constants): Removed call to lang_hooks.expand_constant.
2327 (compute_reloc_for_constant): Removed call to
2328 lang_hooks.expand_constant.
2329 (output_addressed_constants): Removed call to
2330 lang_hooks.expand_constant.
2331 (constructor_static_from_elts_p): Removed call to
2332 lang_hooks.expand_constant.
2333 (output_constant): Removed calls to lang_hooks.expand_constant.
2334 * langhooks.h (struct lang_hooks): Removed field expand_constant.
2335 * langhooks-def.h (lhd_return_tree): Removed.
2336 (LANG_HOOKS_EXPAND_CONSTANT): Removed.
2337 (LANG_HOOKS_INITIALIZER): Removed LANG_HOOKS_EXPAND_CONSTANT.
2338 * langhooks.c (lhd_return_tree): Removed.
2339
2340 2007-09-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2341
2342 PR middle-end/33436
2343 * expr.c (emit_group_load_1): Split constant double when destination
2344 length is half source length.
2345
2346 2007-09-27 Richard Sandiford <rsandifo@nildram.co.uk>
2347
2348 * config/mips/mips.h (PTF_AVOID_BRANCHLIKELY): New macro.
2349 (mips_cpu_info): Add tune_flags.
2350 (GENERATE_BRANCHLIKELY): Remove TARGET_SR71K check.
2351 * config/mips/mips.c (mips_cpu_info_table): Add tune_flags fields.
2352 Remove end marker.
2353 (override_options): Remove deprecation code. Use branch-likely
2354 instructions for optimize_size or if the tuning flags do not
2355 suggest otherwise. Tweak warning.
2356 (mips_matching_cpu_name_p, mips_parse_cpu): Use ARRAY_SIZE.
2357
2358 2007-09-27 Matthias Klose <doko@ubuntu.com>
2359
2360 * config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Use ../lib32 as the
2361 multilib osdirname if it exists.
2362 * config/rs6000/t-linux64 (MULTILIB_OSDIRNAMES): Likewise.
2363
2364 2007-09-27 Ian Lance Taylor <iant@google.com>
2365
2366 PR tree-optimization/33565
2367 * tree-ssa-loop-ch.c (copy_loop_headers): Set TREE_NO_WARNING on
2368 assignments of comparisons.
2369 * tree-ssa-sccvn.c (simplify_binary_expression): Add stmt
2370 parameter. Change caller. Defer overflow warnings around call to
2371 fold_binary.
2372 * fold-const.c (fold_undefer_overflow_warnings): Don't warn if
2373 TREE_NO_WARNING is set on the statement.
2374 * tree-ssa-forwprop.c
2375 (tree_ssa_forward_propagate_single_use_vars): Don't test
2376 TREE_NO_WARNING when calling fold_undefer_overflow_warnings.
2377 * tree-cfg.c (fold_cond_expr_cond): Likewise.
2378
2379 2007-09-27 Joseph Myers <joseph@codesourcery.com>
2380
2381 * config/rs6000/rs6000.c (rs6000_legitimize_address): Do not
2382 reduce offset by units of 0x10000 for SPE vector modes or modes
2383 used with E500 double instructions.
2384
2385 2007-09-04 Paolo Bonzini <bonzini@gnu.org>
2386
2387 * simplify-rtx.c (comparison_result): New.
2388 (simplify_const_relational_operation): Use it instead of the five
2389 "equal|op[01]ltu?" variables; consequently remove redundant "else"s.
2390 Improve bounds-checking optimizations; remove subsumed POPCOUNT
2391 optimizations. Extract nonzero_address_p optimizations into a
2392 separate "if" together with optimizations where op1 is const0_rtx.
2393 Optimize comparing an IOR with zero. Simplify op0 RELOP op0 for
2394 floating-point arguments too when appropriate. Hoist test for ABS
2395 outside the final switch statement.
2396 * cse.c (fold_rtx): Don't look for an IOR equivalent of
2397 folded_arg0 if we found a constant equivalent. Remove
2398 transformations done in simplify-rtx.c for "op0 RELOP op0".
2399
2400 2007-09-27 Jakub Jelinek <jakub@redhat.com>
2401
2402 * builtins.c (expand_builtin, expand_builtin_object_size,
2403 expand_builtin_memory_chk, maybe_emit_chk_warning,
2404 maybe_emit_sprintf_chk_warning): Use new %K format string specifier
2405 for diagnostics.
2406 * expr.c (expand_expr_real_1): Likewise.
2407 * langhooks-def.h (struct diagnostic_info): Add forward decl.
2408 (lhd_print_error_function): Add third argument.
2409 * langhooks.h (struct diagnostic_info): Add forward decl.
2410 (struct lang_hooks): Add third argument to print_error_function.
2411 * diagnostic.h (diagnostic_info): Add abstract_origin field.
2412 (diagnostic_last_function_changed, diagnostic_set_last_function): Add
2413 second argument.
2414 (diagnostic_report_current_function): Likewise.
2415 * toplev.c (announce_function): Pass NULL as second argument to
2416 diagnostic_set_last_function.
2417 * diagnostic.c (diagnostic_report_current_function): Add second
2418 argument, pass it as third argument to lang_hooks.print_error_function.
2419 (default_diagnostic_starter): Pass DIAGNOSTIC as second argument
2420 to diagnostic_report_current_function.
2421 (diagnostic_report_diagnostic): Initialize diagnostic->abstract_origin
2422 and message.abstract_origin.
2423 (verbatim): Initialize abstract_origin.
2424 * pretty-print.h (text_info): Add abstract_origin field.
2425 * pretty-print.c (pp_base_format): Handle %K.
2426 * langhooks.c (lhd_print_error_function): Add third argument. If
2427 diagnostic->abstract_origin, print virtual backtrace.
2428 * c-format.c (gcc_diag_char_table, gcc_tdiag_char_table,
2429 gcc_cdiag_char_table, gcc_cxxdiag_char_table): Support %K.
2430 (init_dynamic_diag_info): Likewise.
2431
2432 2007-09-26 David Daney <ddaney@avtrex.com>
2433
2434 PR target/33479
2435 * config/mips/mips.md (sync_compare_and_swap<mode>, sync_old_add<mode>,
2436 sync_new_add<mode>, sync_old_<optab><mode>, sync_new_<optab><mode>,
2437 sync_old_nand<mode>, sync_new_nand<mode>,
2438 sync_lock_test_and_set<mode>): Fix '&' constraint modifiers.
2439 Update length attributes.
2440 (sync_add<mode>, sync_sub<mode>, sync_old_sub<mode>,
2441 sync_new_sub<mode>, sync_<optab><mode>, sync_nand<mode>): Update
2442 length attributes.
2443 * config/mips/mips.h (MIPS_COMPARE_AND_SWAP, MIPS_SYNC_OP,
2444 MIPS_SYNC_OLD_OP, MIPS_SYNC_NEW_OP, MIPS_SYNC_NAND,
2445 MIPS_SYNC_OLD_NAND, MIPS_SYNC_NEW_NAND, MIPS_SYNC_EXCHANGE): Add
2446 post-loop sync.
2447
2448 2007-09-26 Richard Guenther <rguenther@suse.de>
2449
2450 PR tree-optimization/33563
2451 * tree-ssa-dse.c (get_use_of_stmt_lhs): Rename to ...
2452 (get_kill_of_stmt_lhs): ... this. Re-structure. Handle
2453 aggregate stores.
2454 (dse_optimize_stmt): Call get_kill_of_stmt_lhs instead of
2455 get_use_of_stmt_lhs.
2456
2457 2007-09-26 Joseph Myers <joseph@codesourcery.com>
2458
2459 PR c/25309
2460 * c-common.c (complete_array_type): Diagnose too-large arrays and
2461 set type to error_mark_node.
2462
2463 2007-09-26 Richard Guenther <rguenther@suse.de>
2464
2465 PR tree-optimization/30375
2466 PR tree-optimization/33560
2467 * tree-ssa-dse.c (get_use_of_stmt_lhs): Give up on uses
2468 with calls.
2469
2470 Revert
2471 2006-05-22 Aldy Hernandez <aldyh@redhat.com>
2472
2473 * tree-ssa-dse.c (aggregate_vardecl_d): New.
2474 (dse_global_data): Add aggregate_vardecl field.
2475 (dse_possible_dead_store_p): New.
2476 Add prev_defvar variable.
2477 Allow immediate uses and previous immediate uses to differ
2478 if they are setting different parts of the whole.
2479 (get_aggregate_vardecl): New.
2480 (dse_record_partial_aggregate_store): New.
2481 (dse_whole_aggregate_clobbered_p): New.
2482 (dse_partial_kill_p): New.
2483 Call dse_maybe_record_aggregate_store().
2484 When checking whether a STMT and its USE_STMT refer to the
2485 same memory address, check also for partial kills that clobber
2486 the whole.
2487 Move some variable definitions to the block where they are used.
2488 (aggregate_vardecl_hash): New.
2489 (aggregate_vardecl_eq): New.
2490 (aggregate_vardecl_free): New.
2491 (aggregate_whole_store_p): New.
2492 (tree_ssa_dse): Initialize and free aggregate_vardecl.
2493 Mark which aggregate stores we care about.
2494
2495 2007-09-25 DJ Delorie <dj@redhat.com>
2496
2497 PR target/33551
2498 * config/m32c/m32c.c (m32c_immd_dbl_mov): Use INTVAL instead of
2499 XINT.
2500
2501 2007-09-25 Michael Meissner <michael.meissner@amd.com>
2502
2503 PR target/33524
2504 * config/i386/i386.c (ix86_expand_sse5_unpack): Change to call
2505 gen_sse5_pperm_sign_v4si_v2di and gen_sse5_pperm_zero_v4si_v2di
2506 for vector int32 -> int64 conversions. Don't write beyond the end
2507 of the allocated vector for int32 -> int64 conversions.
2508
2509 2007-09-25 Revital Eres <eres@il.ibm.com>
2510
2511 * config/rs6000/paired.h (paired_sel): New.
2512 * config/rs6000/rs6000.c (bdesc_3arg): Add selv2sf4.
2513 (rs6000_expand_ternop_builtin): Pass zero const_double operand
2514 when expanding selv2sf.
2515 * config/rs6000/rs6000.h (rs6000_builtins): Add
2516 PAIRED_BUILTIN_SELV2SF4.
2517
2518 2007-09-25 Joseph Myers <joseph@codesourcery.com>
2519
2520 PR c/32295
2521 * c-typeck.c (default_conversion): Call require_complete_type
2522 before perform_integral_promotions.
2523 (build_unary_op): Call require_complete_type except for ADDR_EXPR.
2524 (build_c_cast): Call require_complete_type except for casts to
2525 void types.
2526 (convert_for_assignment): Call require_complete_type.
2527
2528 2007-09-25 Revital Eres <eres@il.ibm.com>
2529
2530 * config/spu/spu.md: Fix doloop pattern.
2531
2532 2007-09-25 Bernd Schmidt <bernd.schmidt@analog.com>
2533
2534 * config/bfin/bfin.c (expand_prologue_reg_save,
2535 expand_epilogue_reg_restore): Code to save and restore I/M/B/L regs
2536 and ASTAT moved here...
2537 (expand_interrupt_handler_prologue, expand_interrupt_handler_epilogue):
2538 ... from here. New argument ALL; callers changed.
2539 (n_regs_saved_by_prologue): Count ASTAT for plain saveall functions.
2540 (bfin_expand_prologue, bfin_expand_epilogue): Deal with functions that
2541 have the "saveall" attribute.
2542
2543 2007-09-25 Hans-Peter Nilsson <hp@bitrange.com>
2544
2545 * config/mmix/mmix.h (FUNCTION_INCOMING_ARG_REGNO_P): Don't define
2546 bogus target macro.
2547 (INCOMING_REGNO, OUTGOING_REGNO): Define.
2548 * config/mmix/mmix.c (mmix_opposite_regno): New function.
2549 * config/mmix/mmix-protos.h (mmix_opposite_regno): Prototype.
2550
2551 * config/mmix/mmix.md ("*cmpcc_folded"): In condition, gate
2552 with REG_P tests before REGNO access.
2553
2554 2007-09-24 DJ Delorie <dj@redhat.com>
2555
2556 PR target/31482
2557 * config/m32c/cond.md (stzx_reversed_<mode>): Add an output
2558 constraint.
2559 (movqicc_<code>_<mode>): Likewise.
2560 (movhicc_<code>_<mode>): Likewise.
2561
2562 2007-09-24 Rask Ingemann Lambertsen <rask@sygehus.dk>
2563
2564 PR target/33184
2565 * config/m32c/m32c.c (m32c_eh_return_data_regno): Leave an address
2566 register for reload.
2567
2568 2007-09-24 Danny Smith <dannysmith@user.sourceforge.net>
2569
2570 PR c++/14688
2571 * config/i386/i386.c (ix86_comp_type_attributes): Check
2572 METHOD_TYPE too.
2573
2574 2007-09-24 Roman Zippel <zippel@linux-m68k.org>
2575
2576 * config/m68k/m68k.h (ASM_OUTPUT_ALIGN_WITH_NOP): New, use
2577 "move.l %a4,%a4" to produce nops.
2578 * config/m68k/m68k.c (override_options): Reset align options,
2579 if neccessary align macro isn't avaible.
2580
2581 2007-09-24 Roman Zippel <zippel@linux-m68k.org>
2582
2583 config/m68k/linux.h (PREFERRED_STACK_BOUNDARY): New.
2584
2585 2007-09-24 Roman Zippel <zippel@linux-m68k.org>
2586
2587 * config/m68k/m68k.c (strict_low_part_peephole_ok): Don't leave
2588 the basic block.
2589 * config/m68k/m68k.md (movsi_m68k): Allow certain constant when
2590 reload is completed.
2591 (peephole pattern): Convert most of them to RTL peephole pattern.
2592
2593 2007-09-24 Roman Zippel <zippel@linux-m68k.org>
2594
2595 * config/m68k/m68k.c (notice_update_cc): Recognize fp compare
2596 (moved from fp compare patterns).
2597 * config/m68k/m68k.md (cmp<mode>, cmp<mode>_68881, cmp<mode>_cf):
2598 Cleanup predicates to relieve reload.
2599 (conditional_trap): Reject conditional trap with fp condition.
2600 * gcc/config/m68k/predicates.md (fp_src_operand): New, reject
2601 certain constants early.
2602
2603 2007-09-24 Roman Zippel <zippel@linux-m68k.org>
2604
2605 * gcc/final.c (final_scan_insn): Remove accidentally duplicated code.
2606
2607 2007-09-24 Andrew Pinski <andrew_pinski@playstation.sony.com>
2608
2609 * config.gcc (powerpc*-*-*): --with-cpu=cell is a 64bit CPU.
2610 Allow --with-tune=cell and --with-cpu=cell.
2611
2612 2007-09-24 David Edelsohn <edelsohn@gnu.org>
2613
2614 * config/rs6000/rs6000-protos.h (rs6000_emit_swrsqrtsf): Declare.
2615 * config/rs6000/rs6000.opt (swdiv): Change option to ...
2616 (recip): this.
2617 * config/rs6000/rs6000.c (rs6000_builtin_reciprocal): New
2618 function.
2619 (TARGET_BUILTIN_RECIPROCAL): Use it.
2620 (rs6000_builtin_expand): Expand recip, recipf, and rsqrtf.
2621 (rs6000_init_builtins): Initialize recip, recipf, and rsqrtf.
2622 (rs6000_emit_swrsqrtsf): New.
2623 * config/rs6000/rs6000.h (rs6000_builtins): Add recip, recipf, and
2624 rsqrtf.
2625 * config/rs6000/rs6000.md (UNSPEC_RSQRT): Define.
2626 (divsf3): Remove swdiv support.
2627 (recipsf3): New.
2628 (rsqrtsf2): New.
2629 (rsqrt_internal1): New.
2630 (divdf3): Remove swdiv support.
2631 (reciptdf3): New.
2632
2633 2007-09-24 Jakub Jelinek <jakub@redhat.com>
2634
2635 PR c++/33506
2636 * langhooks.h (struct lang_hooks_for_types): Add type_hash_eq
2637 field.
2638 * langhooks-def.h (LANG_HOOKS_TYPE_HASH_EQ): Define.
2639 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_TYPE_HASH_EQ.
2640 * tree.c (type_hash_eq): For FUNCTION_TYPE use
2641 lang_hooks.type.type_hash_eq in addition to generic tests.
2642
2643 2007-09-24 Pranav Bhandarkar <pranav.bhandarkar@celunite.com>
2644 Ramana Radhakrishnan <ramana@hercules.pun.celunite.com>
2645
2646 * tree-inline.h (eni_weights): Add field target_builtin_cost to
2647 reflect the cost per call to a target specific builtin.
2648 * tree-inline.c (estimate_num_insns_1): If it is a CALL_EXPR for a
2649 call to a target specific builtin, then use target_builtin_call_cost.
2650 (init_inline_once): Initialize target_builtin_call_cost field.
2651
2652 2007-09-24 Kai Tietz <kai.tietz@onevision.com>
2653
2654 PR middle-end/33472
2655 * config/i386/i386.c (return_in_memory_ms_64): Handle return types for
2656 complex types.
2657
2658 2007-09-23 H.J. Lu <hongjiu.lu@intel.com>
2659
2660 * configure.ac (ld_vers): Support GNU linker version xx.xx.*
2661 * configure: Regenerated.
2662
2663 2007-09-23 Ollie Wild <aaw@google.com>
2664
2665 * fold-const.c (fold_binary): Fold BIT_AND_EXPR's with a pointer
2666 operand.
2667 (get_pointer_modulus_and_residue): New function.
2668
2669 2007-09-23 Richard Sandiford <rsandifo@nildram.co.uk>
2670
2671 * config/mips/mips.c (build_mips16_call_stub): On 64-bit targets,
2672 combine an SC return value into a single register.
2673
2674 2007-09-23 Richard Sandiford <rsandifo@nildram.co.uk>
2675
2676 * opth-gen.awk (target_flags_explicit): Declare.
2677 * toplev.h (target_flags_explicit): Delete declaration.
2678 * toplev.c (target_flags): Likewise.
2679 * config/mips/mips.h (mips_llsc_setting, mips_llsc): Delete.
2680 (GENERATE_SYNC, GENERATE_LL_SC): Redefine using target_explicit_flags.
2681 Never return true for TARGET_MIPS16.
2682 * config/mips/mips.c (mips_llsc): Delete.
2683 (mips_handle_option): Remove -mllsc handling.
2684 (mips_strip_unspec_address): Tweak comment.
2685 * config/mips/mips.opt (mllsc): Use a target mask.
2686
2687 2007-09-23 Richard Sandiford <rsandifo@nildram.co.uk>
2688
2689 * doc/tm.texi (POINTERS_EXTEND_UNSIGNED): Document extensions to
2690 word_mode as well as Pmode.
2691
2692 2007-09-23 Richard Sandiford <rsandifo@nildram.co.uk>
2693
2694 * function.c (assign_parm_setup_block): Explicitly convert BLKmode
2695 parameters from word_mode to the subword type if such a truncation
2696 is not a no-op.
2697
2698 2007-09-23 Jakub Jelinek <jakub@redhat.com>
2699
2700 * configure.ac (MAKEINFO): Handle makeinfo version 4.10 and above.
2701 * configure: Regenerated.
2702
2703 2007-09-23 Jan Hubicka <jh@suse.cz>
2704
2705 * params.def (INLINE_CALL_COST): Set to 12.
2706 * invoke.texi (inline-call-cost): Update default value.
2707
2708 2007-09-23 Eric Botcazou <ebotcazou@adacore.com>
2709
2710 * config/alpha/alpha.md (movti): Use operand_subword for the split.
2711
2712 2007-09-23 Ayal Zaks <zaks@il.ibm.com>
2713 Revital Eres <eres@il.ibm.com>
2714
2715 * modulo-sched.c (doloop_register_get): Rewrite the loop which
2716 checks whether the count_reg is found outside the control part.
2717
2718 2007-09-23 Jakub Jelinek <jakub@redhat.com>
2719
2720 * expr.c (expand_expr_real_1) <case CALL_EXPR>: Use get_callee_fndecl
2721 instead of checking CALL_EXPR_FN directly to test for builtins.
2722 If error or warning attributes are present, print
2723 error resp. warning.
2724 * c-common.c (handle_error_attribute): New function.
2725 (c_common_attribute_table): Add error and warning
2726 attributes.
2727 * doc/extend.texi: Document error and warning attributes.
2728
2729 * tree.h (block_nonartificial_location): New prototype.
2730 * tree.c (block_nonartificial_location): New function.
2731 * dwarf2out.c (gen_subprogram_die): Add DW_AT_artificial
2732 if artificial attribute is present on abstract inline decl.
2733 * c-common.c (handle_artificial_attribute): New function.
2734 (c_common_attribute_table): Add artificial attribute.
2735 * final.c (override_filename, override_linenum): New variables.
2736 (final_scan_insn): For DBX_DEBUG or SDB_DEBUG, set override_filename
2737 and override_linenum if inside of a block inlined from
2738 __attribute__((__artificial__)) function.
2739 (notice_source_line): Honor override_filename and override_linenum.
2740 * doc/extend.texi: Document __attribute__((__artificial__)).
2741 * config/i386/emmintrin.h: Add __artificial__ attribute to
2742 all __always_inline__ functions.
2743 * config/i386/mmintrin.h: Likewise.
2744 * config/i386/tmmintrin.h: Likewise.
2745 * config/i386/mm3dnow.h: Likewise.
2746 * config/i386/pmmintrin.h: Likewise.
2747 * config/i386/ammintrin.h: Likewise.
2748 * config/i386/xmmintrin.h: Likewise.
2749 * config/i386/smmintrin.h: Likewise.
2750 * config/i386/bmmintrin.h: Likewise.
2751 * config/i386/mmintrin-common.h: Likewise.
2752
2753 PR middle-end/28755
2754 * expr.c (expand_constructor): New function.
2755 (expand_expr_real_1) <case CONSTRUCTOR>: Call it.
2756 (expand_expr_real_1) <case ARRAY_REF>: Call it if VALUE is
2757 CONSTRUCTOR.
2758
2759 2007-09-23 Richard Sandiford <rsandifo@nildram.co.uk>
2760
2761 * config/mips/mips.c (dump_constants_1): Generalize to include
2762 fractional and accumulator modes.
2763
2764 2007-09-23 Richard Sandiford <rsandifo@nildram.co.uk>
2765
2766 * config/mips/mips.h (ISA_HAS_DSP, ISA_HAS_DSPR2): New macros.
2767 * config/mips/mips.c (mips_set_mips16_mode): Don't clear the DSP
2768 flags for MIPS16.
2769 (override_options): Check TARGET_HARD_FLOAT_ABI instead of
2770 TARGET_HARD_FLOAT when testing whether -mpaired-single is
2771 supported.
2772 (mips_conditional_register_usage): Check ISA_HAS_DSP instead of
2773 TARGET_DSP.
2774 * config/mips/constraints.md (ka): Check ISA_HAS_DSPR2 instead of
2775 TARGET_DSPR2.
2776 * config/mips/mips.md (ANYF): Require TARGET_HARD_FLOAT for V2SF.
2777 (mulv2sf3, movv2sf, movv2sf_hardfloat_64bit): Require
2778 TARGET_HARD_FLOAT.
2779 (<u>mulsidi3_32bit_internal, <u>msubsidi4, <u>maddsidi4): Check
2780 ISA_HAS_DSPR2 instead of TARGET_HAS_DSPR2.
2781 * config/mips/mips-dsp.md: Use ISA_HAS_DSP instead of TARGET_HAS_DSP
2782 throughout.
2783 * config/mips/mips-dspr2.md: Likewise ISA_HAS_DSPR2 and
2784 TARGET_HAS_DSPR2.
2785 * config/mips/mips-fixed.md: Use ISA_HAS_DSP and ISA_HAS_DSPR2
2786 instead of TARGET_HAS_DSP and TARGET_HAS_DSPR2.
2787 * config/mips/mips-ps-3d.md: Add TARGET_HARD_FLOAT to V2SF patterns.
2788
2789 2007-09-22 Jason Merrill <jason@redhat.com>
2790
2791 PR c++/19407
2792 * attribs.c (lookup_attribute_spec): Split out...
2793 (decl_attributes): From here.
2794 * tree.h: Declare it.
2795
2796 2007-09-22 Richard Sandiford <rsandifo@nildram.co.uk>
2797
2798 * doc/sourcebuild.texi: Document dg-add-options mips16_attribute.
2799
2800 2007-09-22 Eric Botcazou <ebotcazou@adacore.com>
2801
2802 * tree-inline.c (remap_type_1): Correctly chain variants.
2803
2804 2007-09-22 Richard Guenther <rguenther@suse.de>
2805
2806 PR tree-optimization/33146
2807 * fold-const.c (fold_binary): Use the original tree
2808 for negating.
2809 * tree.h (STRIP_SIGN_NOPS): Converting from or to pointer
2810 also changes "sign".
2811
2812 2007-09-22 Eric Botcazou <ebotcazou@adacore.com>
2813
2814 PR target/32325
2815 * except.c (finish_eh_generation): Call commit_edge_insertions if
2816 there are insns queued on the entry edge.
2817 * config/alpha/alpha.c (alpha_gp_save_rtx): Insert the insns on
2818 the entry edge.
2819
2820 2007-09-22 Richard Sandiford <rsandifo@nildram.co.uk>
2821
2822 * doc/sourcebuild.texi (dg-add-c99-runtime-options): Document.
2823
2824 2007-09-19 Michael Meissner <michael.meissner@amd.com>
2825
2826 * gcc/config/i386/i386.c: Delete trailing whitespace.
2827 * gcc/config/i386/i386.h: Ditto.
2828 * gcc/config/i386/bmmintrin.h: Ditto.
2829 * gcc/config/i386/sync.md: Ditto.
2830 * gcc/config/i386/ppro.md: Ditto.
2831 * gcc/config/i386/mmx.md: Ditto.
2832 * gcc/config/i386/constraints.md: Ditto.
2833 * gcc/config/i386/sse.md: Ditto.
2834 * gcc/config/i386/athlon.md: Ditto.
2835 * gcc/config/i386/i386.md: Ditto.
2836
2837 2007-09-21 Richard Guenther <rguenther@suse.de>
2838
2839 PR tree-optimization/33508
2840 * tree-ssa-alias.c (mark_aliases_call_clobbered): Avoid
2841 quadratic loop by keeping a bitmap of variables we have
2842 to clobber all subvariables for.
2843 (set_initial_properties): Likewise.
2844
2845 2007-09-21 Richard Sandiford <rsandifo@nildram.co.uk>
2846
2847 * config/mips/t-sde (TARGET_LIBGCC2_CFLAGS): Delete.
2848
2849 2007-09-20 Nigel Stephens <nigel@mips.com>
2850 Chao-ying Fu <fu@mips.com>
2851
2852 * c-decl.c (finish_declspecs): When _Sat is used without
2853 _Fract or _Accum, set the default type to cts_fract.
2854 This avoids a warning of "type defaults to int".
2855
2856 2007-09-20 Joseph Myers <joseph@codesourcery.com>
2857
2858 * c-decl.c (check_bitfield_type_and_width): Don't allow _Bool
2859 bit-fields wider than one bit.
2860
2861 2007-09-20 Jakub Jelinek <jakub@redhat.com>
2862
2863 PR debug/33316
2864 * dwarf2out.c (modified_type_die): Handle TYPE_DECL with NULL
2865 DECL_NAME.
2866 * dbxout.c (dbxout_type): Likewise.
2867
2868 PR c/33238
2869 PR c/27301
2870 * gimplify.c (gimplify_vla_decl): New function.
2871 (gimplify_decl_expr): Move VLA decl handling to gimplify_vla_decl.
2872 Call it.
2873 (gimplify_target_expr): Handle variable length TARGET_EXPRs.
2874
2875 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2876
2877 * doc/invoke.texi (-minterlink-mips16): Document.
2878 * config/mips/mips.opt (minterlink-mips16): New option.
2879 * config/mips/mips.c (mips_function_ok_for_sibcall): Handle
2880 -minterlink-mips16
2881
2882 2007-09-20 Joseph Myers <joseph@codesourcery.com>
2883
2884 * doc/extend.texi (Attribute Syntax): Remove old speculative
2885 future direction.
2886
2887 2007-09-20 Mark Shinwell <shinwell@codesourcery.com>
2888
2889 * combine.c: Include cgraph.h.
2890 (setup_incoming_promotions): Rework to allow more aggressive
2891 elimination of sign extensions when all call sites of the
2892 current function are known to lie within the current unit.
2893
2894 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2895
2896 * dse.c (find_shift_sequence): No-op rework of control flow.
2897
2898 2007-09-19 Richard Sandiford <rsandifo@nildram.co.uk>
2899
2900 * config/mips/mips.c (build_mips16_call_stub): Tidy. Fix second
2901 GPR for DCmode on 64-bit targets. Remove redundant fallback.
2902
2903 2007-09-19 Andrew Pinski <andrew_pinski@playstation.sony.com>
2904
2905 * cfgexpand.c (dump_stack_var_partition): Use the correct
2906 index for the offset.
2907
2908 2007-09-19 Joseph Myers <joseph@codesourcery.com>
2909
2910 * config/mips/sde.h: Switch to GPLv3.
2911
2912 2007-09-19 Eric Botcazou <ebotcazou@adacore.com>
2913
2914 * tree-sra.c (decide_block_copy): Decide if there are groups.
2915
2916 2007-09-19 Roman Zippel <zippel@linux-m68k.org>
2917
2918 * config/m68k/m68k.c (output_move_himode): Remove jump table
2919 recognition.
2920 config/m68k/m68k.md (lea): Likewise.
2921 * config/m68k/m68k.c (print_operand_address): Use simple pc
2922 relative addressing.
2923
2924 2007-09-19 Bernd Schmidt <bernd.schmidt@analog.com>
2925
2926 * doc/tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument.
2927 * final.c (IS_ASM_LOGICAL_LINE_SEPARATOR): Provide two-argument
2928 default definition.
2929 (asm_insn_count): Pass template as second argument to it.
2930 * config/avr/avr.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
2931 * config/pa/pa.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
2932 * config/stormy16/stormy16.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
2933 * config/cris/cris.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
2934 * config/sh/sh.c (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
2935 (sh_insn_length_adjustment): Pass template as second argument to it.
2936 * config/bfin/bfin.h (IS_ASM_LOGICAL_LINE_SEPARATOR): New macro.
2937
2938 * config/bfin/bfin.md (define_asm_attributes): New.
2939
2940 2007-09-19 Jie Zhang <jie.zhang@analog.com>
2941
2942 * config.gcc (bfin*-linux-uclibc*): Add ./linux-sysroot-suffix.h
2943 to tm_file.
2944 * config/bfin/print-sysroot-suffix.sh: New.
2945 * config/bfin/t-bfin-elf (EXTRA_PARTS): Remove.
2946 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES, MULTILIB_MATCHES,
2947 MULTILIB_EXCEPTIONS): Redefine with new multilibs.
2948 * config/bfin/t-bfin-uclinux (EXTRA_PARTS): Remove.
2949 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES, MULTILIB_MATCHES,
2950 MULTILIB_EXCEPTIONS): Redefine with new multilibs.
2951 * config/bfin/t-bfin-linux (EXTRA_PARTS): Remove.
2952 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES, MULTILIB_MATCHES,
2953 MULTILIB_EXCEPTIONS): Redefine with new multilibs.
2954 (linux-sysroot-suffix.h): New target.
2955 * config/bfin/bfin.opt (mcsync-anomaly): Use Var instead of Mask.
2956 (mspecld-anomaly): Likewise.
2957 * config/bfin/bfin-protos.h (enum bfin_cpu_type): Renamed from
2958 (enum bfin_cpu): ... this. Add BFIN_CPU_BF522, BFIN_CPU_BF525,
2959 BFIN_CPU_BF527, BFIN_CPU_BF538, BFIN_CPU_BF539, BFIN_CPU_BF542,
2960 BFIN_CPU_BF544, BFIN_CPU_BF548, and BFIN_CPU_BF549.
2961 (bfin_si_revision): Declare.
2962 (bfin_workarounds): Declare.
2963 (WA_SPECULATIVE_LOADS): Define.
2964 (ENABLE_WA_SPECULATIVE_LOADS): Define.
2965 (WA_SPECULATIVE_SYNCS): Define.
2966 (ENABLE_WA_SPECULATIVE_SYNCS): Define.
2967 * config/bfin/elf.h (STARTFILE_SPEC): Rename crt532.o to basiccrt.o.
2968 (LIB_SPEC): Add %s to the linker scripts.
2969 Use proper linker script for bf522, bf525, bf527,
2970 bf538, bf539, bf542, bf544, bf548, and bf549.
2971 * config/bfin/bfin.c (bfin_si_revision): Define.
2972 (bfin_workarounds): Define.
2973 (struct bfin_cpu): New.
2974 (bfin_cpus): New.
2975 (bfin_handle_option): Handle silicon revision part of -mcpu option.
2976 (override_options): Set bfin_workarounds.
2977 (length_for_loop): Replace TARGET_CSYNC_ANOMALY with
2978 ENABLE_WA_SPECULATIVE_SYNCS, TARGET_SPECLD_ANOMALY with
2979 ENABLE_WA_SPECULATIVE_LOADS.
2980 (bfin_reorg): Likewise.
2981 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
2982 macros for bf522, bf525, bf527, bf538, bf539,
2983 bf542, bf544, bf548, and bf549.
2984 Define __SILICON_REVISION__ and __WORKAROUND_* macros if needed.
2985 Don't define __ID_SHARED_LIB__ when -msep-data.
2986 (TARGET_DEFAULT): Define as 0.
2987 (DRIVER_SELF_SPECS): Add -mcpu=bf532 if no -mcpu option.
2988 * doc/invoke.texi (Blackfin Options): Document silicon
2989 revision part of -mcpu option and it now accepts bf522, bf525,
2990 bf527, bf538, bf539, bf542, bf544, bf548, and bf549.
2991
2992 2007-09-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2993
2994 * alias.c (memory_modified_1): Deconstify.
2995 (memory_modified_in_insn_p): Don't use const_note_stores.
2996 * rtl.h (const_note_stores): Delete.
2997 * rtlanal.c (const_note_stores): Likewise.
2998
2999 2007-09-18 Richard Sandiford <rsandifo@nildram.co.uk>
3000
3001 * dse.c (find_shift_sequence): Temporarily revert to forbidding
3002 word shifts.
3003
3004 2007-09-18 Rask Ingemann Lambertsen <rask@sygehus.dk>
3005
3006 PR target/33388
3007 PR target/33397
3008 * config/fr30/fr30.md (addsi3): Check REG_P() before calling REGNO().
3009 (addsi_small_int): Likewise.
3010 (addsi_big_int): Use rtx_equal_p() instead of REGNO() comparison.
3011 (one_cmplsi2): Likewise.
3012 (negsi2): Delete.
3013 (enter_func): Expand insn using hard_frame_pointer_rtx and
3014 stack_pointer_rtx.
3015 (*enter_func): New.
3016 * config/fr30/fr30.c (fr30_expand_prologue): Check for
3017 hard_frame_pointer_rtx instead of using REGNO() check.
3018 Properly sign extend GEN_INT() argument.
3019
3020 2007-09-18 Roman Zippel <zippel@linux-m68k.org>
3021
3022 * config/m68k/m68k.c (override_options): Remove USE_GAS,
3023 use %. syntax.
3024 (output_dbcc_and_branch, output_scc_di): Replace all jbcc
3025 alternatives with just jcc.
3026 * config/m68k/m68k.md (addsi_lshrsi_31, beq0_di, bne0_di,
3027 bge0_di, blt0_di, bgtu, bltu, bgeu, bleu, bgtu_rev,
3028 bltu_rev, bgeu_rev, bleu_rev, jump, dbne_hi, dbne_si,
3029 dbge_hi, dbge_si): Likewise.
3030
3031 2007-09-18 Roman Zippel <zippel@linux-m68k.org>
3032
3033 * config/m68k/m68k.md (beq, bne, bgt, blt, bge, ble, bordered,
3034 bunordered, buneq, bunge, bungt, bunle, bunlt, bltgt, beq_rev,
3035 bne_rev, bgt_rev, blt_rev, bge_rev, ble_rev, bordered_rev,
3036 bunordered_rev, buneq_rev, bunge_rev, bungt_rev, bunle_rev,
3037 bunlt_rev, bltgt_rev): Replace all fbcc with fjcc.
3038
3039 2007-09-18 Maxim Kuvyrkov <maxim@codesourcery.com>
3040
3041 * config/m68k/m68k-devices.def (51qe): New device.
3042 * config/m68k/m68k.c (FL_FOR_isa_c): Remove division unit. Add it
3043 to all uses of FL_FOR_isa_c for compatibility.
3044 (all_microarchs): Add cfv1 microarchitecture.
3045 (m68k_handle_option): Handle m51qe option.
3046 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Handle 51QE.
3047 (TUNE_CFV1): New macro.
3048 (enum uarch_type): Add ucfv1.
3049 * doc/invoke.texi: Document 51qe device and cfv1 microarchitecture.
3050
3051 2007-09-18 Richard Guenther <rguenther@suse.de>
3052
3053 PR tree-optimization/31863
3054 * tree-ssa-structalias.c (create_variable_info_for): Always
3055 free the fieldstack.
3056
3057 2007-09-18 Dorit Nuzman <dorit@il.ibm.com>
3058
3059 * opts.c (decode_options): Enable vectorization under -O3.
3060
3061 2007-09-18 Richard Guenther <rguenther@suse.de>
3062
3063 PR tree-optimization/33340
3064 * tree-ssa-sccvn.c (set_ssa_val_to): Do not set values to
3065 SSA_NAMEs that occur in abnormal PHI nodes.
3066
3067 2007-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3068
3069 * tree-cfg.c (is_ctrl_altering_stmt, tree_block_ends_with_call_p):
3070 Don't use const_get_call_expr_in.
3071 * tree-gimple.c (const_get_call_expr_in): Delete.
3072 * tree-gimple.h (const_get_call_expr_in): Likewise.
3073
3074 2007-09-18 Richard Sandiford <rsandifo@nildram.co.uk>
3075
3076 * df-scan.c (df_notes_rescan): Do nothing if the instruction does
3077 not yet have a basic block.
3078 * dse.c (find_shift_sequence): Don't set DF_NO_INSN_RESCAN.
3079
3080 2007-09-18 Richard Sandiford <rsandifo@nildram.co.uk>
3081
3082 * config/mips/mips.c (mips_file_start): Add ".previous" directives
3083 to both ".section"s.
3084
3085 2007-09-17 Richard Sandiford <rsandifo@nildram.co.uk>
3086
3087 * config/mips/mips.c (mips_output_mi_thunk): Use
3088 mips_function_ok_for_sibcall and const_call_insn_operand
3089 to determine if a direct sibcall is allowed. Use
3090 mips_classify_symbol to determine a global pointer is needed.
3091
3092 2007-09-17 Richard Sandiford <rsandifo@nildram.co.uk>
3093
3094 * config/mips/mips.md (*clear_upper32): Use "W" as the memory operand.
3095
3096 2007-09-17 Chao-ying Fu <fu@mips.com>
3097 Nigel Stephens <nigel@mips.com>
3098
3099 * config/fixed-bit.h: New file.
3100 * config/fixed-bit.c: New file.
3101 * doc/libgcc.texi (Fixed-point fractional library routines): New node.
3102
3103 2007-09-18 Jakub Jelinek <jakub@redhat.com>
3104
3105 * c-format.h (format_kind_info): Add alloc_char field.
3106 * c-format.c (scanf_flag_specs): Add 'm'.
3107 (scanf_flag_pairs): Add 'a', 'm' pair.
3108 (scan_char_table): Allow 'm' modifier for c, s, [, C and S.
3109 (format_types_orig): Add alloc_char fields.
3110 (check_format_info_main): Rename aflag to alloc_flag.
3111 Handle fki->alloc_char. modifier after width and before length
3112 modifiers. Move FMT_FLAG_SCANF_A_KLUDGE handling before
3113 length modifiers as well.
3114 * config/sol2-c.c (solaris_format_types): Add alloc_char field.
3115
3116 PR middle-end/33423
3117 * builtins.c (expand_builtin_memory_chk): Handle COMPOUND_EXPRs
3118 returned by build_call_expr.
3119
3120 2007-09-17 Eric Botcazou <ebotcazou@adacore.com>
3121
3122 * tree-sra.c (maybe_lookup_element_for_expr) <COMPONENT_REF>: Return
3123 NULL for variable-sized records too.
3124 (sra_walk_expr) <COMPONENT_REF>: Stop at variable-sized records too.
3125
3126 2007-09-17 Tom Tromey <tromey@redhat.com>
3127
3128 * c-decl.c (pushdecl): Don't set DECL_LANG_SPECIFIC.
3129 (c_builtin_function): Likewise.
3130 (grokdeclarator): Likewise.
3131
3132 2007-09-17 Zdenek Dvorak <ook@ucw.cz>
3133
3134 PR rtl-optimization/26449
3135 * loop-invariant.c (move_invariant_reg): Do not use force_operand.
3136 (seq_insns_valid_p): Removed.
3137
3138 2007-09-17 Eric Botcazou <ebotcazou@adacore.com>
3139
3140 * tree-nomudflap.c (gate_mudflap): New static function.
3141 (pass_mudflap_1): Use it as gate function.
3142 (pass_mudflap_2): Likewise.
3143
3144 2007-09-17 Jan Hubicka <jh@suse.cz>
3145
3146 PR middle-end/33348
3147 PR target/33406
3148 * loop-invariant.c (move_invariant_reg): Unshare sequence.
3149
3150 2007-09-17 Victor Kaplansky <victork@il.ibm.com>
3151
3152 PR tree-optimization/33319
3153 * tree-vect-analyze.c (vect_same_range_drs): New.
3154 (vect_vfa_range_equal): New.
3155 (vect_is_duplicate_ddr): Removed.
3156 (vect_mark_for_runtime_alias_test): Do not perform marking when
3157 optimizing for size or max_param for alias checking is zero.
3158 Move the function before vect_analyze_data_ref_dependence.
3159 (vect_analyze_data_ref_dependence): Add call to
3160 vect_mark_for_runtime_alias_test in two cases when dependence
3161 is not clear.
3162 (vect_analyze_data_ref_dependences): Do not call to
3163 vect_mark_for_runtime_alias_test.
3164 (vect_prune_runtime_alias_test_list): New.
3165 (vect_analyze_loop): Add call to vect_prune_runtime_alias_test_list.
3166 * tree-vect-transform.c (vect_estimate_min_profitable_iters):
3167 Update vec_outside_cost.
3168 (vect_vfa_segment_size): More compact code, use TYPE_SIZE_UNIT.
3169 (vect_create_cond_for_alias_checks): Build the base address of data
3170 reference from DR_GROUP_FIRST_DR.
3171 (vect_loop_versioning): New.
3172 (vect_transform_loop): Add a call to vect_loop_versioning.
3173 Remove factored out code.
3174
3175 2007-09-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3176
3177 PR middle-end/33273
3178 * expr.c (store_expr): Call adjust_address to change mode of dest_mem
3179 to BLKmode.
3180
3181 2007-09-16 Richard Sandiford <rsandifo@nildram.co.uk>
3182
3183 * dse.c (find_shift_sequence): Allow word as well as subword shifts.
3184 Do the tentative shift expansion with the DF_NO_INSN_RESCAN flag set.
3185 Fix the call to insn_rtx_cost. Skip access sizes that require a
3186 real truncation of the store register. Use convert_move instead
3187 of gen_lowpart when narrowing the result.
3188 (replace_read): Use convert_move instead of gen_lowpart when
3189 narrowing the store rhs.
3190
3191 2007-09-16 Richard Sandiford <rsandifo@nildram.co.uk>
3192
3193 * config/mips/mips.md (SHORT): Fix long line.
3194 (SUBDI): New mode iterator. Extend the shift-and-truncate insns
3195 to QImode and HImode.
3196
3197 2007-09-16 Richard Sandiford <rsandifo@nildram.co.uk>
3198
3199 * config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Define.
3200
3201 2007-09-15 Zdenek Dvorak <ook@ucw.cz>
3202
3203 * tree-parloops.c: New file.
3204 * tree-ssa-operands.h (free_stmt_operands): Declare.
3205 * tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new basic
3206 block.
3207 * tree-pass.h (pass_parallelize_loops): Declare.
3208 * omp-low.c (expand_omp_parallel, expand_omp_for): Update SSA form for
3209 virtual operands.
3210 (build_omp_regions_1): Allow analysing just a single OMP region and
3211 its subregions.
3212 ( build_omp_regions_root, omp_expand_local): New functions.
3213 (build_omp_regions): Add argument to build_omp_regions_1 call.
3214 * builtins.def (DEF_GOMP_BUILTIN): Initialize OMP builtins when
3215 autoparallelization is run.
3216 * timevar.def (TV_TREE_PARALLELIZE_LOOPS): New.
3217 * tree-ssa-loop.c (gate_tree_parallelize_loops, tree_parallelize_loops,
3218 pass_parallelize_loops): New.
3219 * common.opt (ftree-parallelize-loops): New.
3220 * tree-flow.h (omp_expand_local, tree_duplicate_sese_tail,
3221 parallelize_loops): Declare.
3222 (add_phi_args_after_copy, split_loop_exit_edge): Declaration changed.
3223 * Makefile.in (tree-parloops.o): Added.
3224 * tree-cfg.c (add_phi_args_after_copy_edge, tree_duplicate_sese_tail):
3225 New functions.
3226 (add_phi_args_after_copy_bb): Use add_phi_args_after_copy_edge.
3227 (add_phi_args_after_copy): Call add_phi_args_after_copy_edge for
3228 one extra edge as well.
3229 (tree_duplicate_sese_region): Add argument to add_phi_args_after_copy.
3230 Use VEC_free to free doms vector.
3231 (move_block_to_fn): Update loop info. Remove phi nodes for virtual
3232 operands. Recompute operand caches in the new function.
3233 (move_sese_region_to_fn): Update loop info.
3234 * passes.c (init_optimization_passes): Add pass_parallelize_loops.
3235 * tree-ssa-operands.c (free_stmt_operands): New function.
3236
3237 * doc/passes.texi: Document autoparallelization.
3238 * doc/invoke.texi (-ftree-parallelize-loops): New option.
3239
3240 2007-09-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3241
3242 PR target/33062
3243 * pa.c (function_value): Use GET_MODE_BITSIZE instead of
3244 TYPE_PRECISION.
3245
3246 2007-09-15 Dorit Nuzman <dorit@il.ibm.com>
3247
3248 * tree-vect-transform.c (vect_get_vec_defs_for_stmt_copy): check if
3249 the VEC is not NULL.
3250 (vectorizable_type_demotion, vectorizable_type_promotion): Check that
3251 get_vectype_for_scalar_type succeeded.
3252 (vectorizable_conversion): Likewise.
3253
3254 2007-09-14 Jan Hubicka <jh@suse.cz>
3255
3256 * config/i386/i386.md (*floatdi<mode>2_i387): Guard against
3257 TARGET_64BIT.
3258
3259 2007-09-14 Uros Bizjak <ubizjak@gmail.com>
3260
3261 PR target/33438
3262 * config/i386/i386.md (fmodxf3): Copy operands[2] to temporary
3263 register when operands[2] equals operands[1].
3264 (remainderxf3): Ditto.
3265
3266 2007-09-14 Sandra Loosemore <sandra@codesourcery.com>
3267 Nigel Stephens <nigel@mips.com>
3268
3269 * doc/tm.texi (LIBGCC2_UNWIND_ATTRIBUTE): Document.
3270 * unwind-generic.h (LIBGCC2_UNWIND_ATTRIBUTE): Define.
3271 (_Unwind_RaiseException): Add LIBGCC2_UNWIND_ATTRIBUTE to
3272 declaration.
3273 (_Unwind_ForcedUnwind): Likewise.
3274 (_Unwind_Resume): Likewise.
3275 (_Unwind_Resume_or_Rethrow): Likewise.
3276 (_Unwind_Backtrace): Likewise.
3277 (_Unwind_SjLj_RaiseException): Likewise.
3278 (_Unwind_SjLj_ForcedUnwind): Likewise.
3279 (_Unwind_SjLj_Resume): Likewise.
3280 (_Unwind_SjLj_Resume_or_Rethrow): Likewise.
3281 * unwind.inc (_Unwind_RaiseException): Add LIBGCC2_UNWIND_ATTRIBUTE
3282 to definition.
3283 (_Unwind_ForcedUnwind): Likewise.
3284 (_Unwind_Resume): Likewise.
3285 (_Unwind_Resume_or_Rethrow): Likewise.
3286 (_Unwind_Backtrace): Likewise.
3287 * unwind-compat.c (_Unwind_Backtrace): Likewise.
3288 (_Unwind_ForcedUnwind): Likewise.
3289 (_Unwind_RaiseException): Likewise.
3290 (_Unwind_Resume): Likewise.
3291 (_Unwind_Resume_or_Rethrow): Likewise.
3292
3293 * config/mips/mips.h (LIBGCC2_UNWIND_ATTRIBUTE): Define to force
3294 nomips16 mode when IN_LIBGCC2 with hard float.
3295
3296 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
3297
3298 * config/mips/sdemtk.opt: Update to GPLv3.
3299 * config/mips/sdemtk.h: Likewise.
3300
3301 2007-09-14 Nigel Stephens <nigel@mips.com>
3302
3303 * config.gcc (mips*-*-linux*): Recognise mipsisa32r2 and set
3304 MIPS_ISA_DEFAULT appropriately. Don't make soft-float the default
3305 for mipsisa32-*-linux*.
3306
3307 2007-09-14 Nigel Stephens <nigel@mips.com>
3308 David Ung <davidu@mips.com>
3309 Thiemo Seufer <ths@mips.com>
3310 Richard Sandiford <richard@codesourcery.com>
3311
3312 * config.gcc (mips*-sde-elf*): Add support for the SDE C libraries.
3313 * configure.ac: Add a mipssde threading type.
3314 * configure: Regenerate.
3315 * config/mips/sdemtk.h: New file.
3316 * config/mips/t-sdemtk: Likewise.
3317 * config/mips/sdemtk.opt: Likewise.
3318 * gthr-mipssde.h: Likewise.
3319 * config/mips/sde.h (FUNCTION_PROFILER): Move to config/mips/sdemtk.h.
3320 * config/mips/mips.h (MIPS_SAVE_REG_FOR_PROFILING_P): New macro.
3321 (MIPS_ICACHE_SYNC): New macro, split from ...
3322 * config/mips/mips.md (clear_cache): ...here.
3323 * config/mips/mips.c (mips_save_reg_p): Check
3324 MIPS_SAVE_REG_FOR_PROFILING_P on profiled functions.
3325 (build_mips16_function_stub): Use targetm.strip_name_encoding.
3326 (build_mips16_call_stub): Likewise.
3327
3328 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3329
3330 * Makefile.in (stmp-int-hdrs): Depend on fixinc_list.
3331
3332 2007-09-14 Jakub Jelinek <jakub@redhat.com>
3333
3334 PR target/32337
3335 * config/ia64/ia64.c (find_gr_spill): Don't decrement
3336 current_frame_info.n_local_regs. Don't return emitted local
3337 regs.
3338 (ia64_compute_frame_size): Improve unwind hack to put
3339 RP, PFS, FP in that order by allowing some of the registers
3340 been already emitted, as long as they are emitted to the
3341 desired register.
3342
3343 2007-09-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3344
3345 * config/spu/vmx2spu.h (vec_extract, vec_insert, vec_lvlx,
3346 vec_lvlxl, vec_lvrx, vec_lvrxl, vec_promote, vec_splats,
3347 vec_stvlx, vec_stvlxl, vec_stvrx, vec_stvrxl): New intrinsics.
3348
3349 2007-09-13 Eric Christopher <echristo@apple.com>
3350 Kenneth Zadeck <zadeck@naturalbridge.com>
3351
3352 * dse.c (find_shift_sequence): New function.
3353 (replace_read): Add case to remove read if it requires shift.
3354 * config/i386/i386.c (ix86_expand_prologue): Fixed typo in comment.
3355
3356 2007-09-13 Tom Tromey <tromey@redhat.com>
3357
3358 * c-common.c (fname_as_string): Update.
3359 * c-parser.c (c_parser) <lex_untranslated_string>: New field.
3360 (c_lex_one_token): Update. Add 'parser' argument.
3361 (c_parser_simple_asm_expr): Update.
3362 (c_parser_attributes): Update.
3363 (c_parser_asm_statement): Update.
3364 (c_parser_asm_operands): Update.
3365 (c_parser_peek_token): Update.
3366 (c_parser_peek_2nd_token): Update.
3367 * c-lex.c (c_lex_string_translate): Remove.
3368 (c_lex_return_raw_strings): Likewise.
3369 (c_lex_with_flags): Added 'lex_flags' argument.
3370 (lex_string): Added 'translate' argument.
3371 * c-pragma.h (c_lex_with_flags): Update.
3372 (c_lex_string_translate, c_lex_return_raw_strings): Remove.
3373 (C_LEX_STRING_NO_TRANSLATE): New define.
3374 (C_LEX_RAW_STRINGS): Likewise.
3375
3376 2007-09-13 Bernd Schmidt <bernd.schmidt@analog.com>
3377
3378 From Jie Zhang:
3379 * config/bfin/bfin.c (enum bfin_builtins): Add BFIN_BUILTIN_ONES,
3380 BFIN_BUILTIN_CPLX_MUL_16_S40, BFIN_BUILTIN_CPLX_MAC_16_S40,
3381 BFIN_BUILTIN_CPLX_MSU_16_S40, and BFIN_BUILTIN_CPLX_SQU.
3382 (bfin_init_builtins): Initialize __builtin_bfin_ones,
3383 __builtin_bfin_min_fr1x16, __builtin_bfin_max_fr1x16,
3384 __builtin_bfin_min_fr1x32, __builtin_bfin_max_fr1x32,
3385 __builtin_bfin_cmplx_add, __builtin_bfin_cmplx_sub,
3386 __builtin_bfin_cmplx_mul_s40, __builtin_bfin_cmplx_mac_s40,
3387 __builtin_bfin_cmplx_msu_s40 and __builtin_bfin_csqu_fr16.
3388 (bdesc_1arg): Add __builtin_bfin_ones.
3389 (bfin_expand_builtin): Expand __builtin_bfin_cmplx_mul_s40,
3390 __builtin_bfin_cmplx_mac_s40, __builtin_bfin_cmplx_msu_s40,
3391 and __builtin_bfin_csqu_fr16.
3392 * config/bfin/bfin.md (UNSPEC_ONES): New constant.
3393 (ones): New define_insn.
3394 (ssaddhi3_parts): New define_insn.
3395 (sssubhi3_parts): New define_insn.
3396 (flag_mulhi_parts): New define_insn.
3397
3398 2007-09-13 Seongbae Park <seongbae.park@gmail.com>
3399
3400 * common.opt (femit-class-debug-always): Turn off by default.
3401
3402 2007-09-13 Bernd Schmidt <bernd.schmidt@analog.com>
3403
3404 * config/bfin/bfin.md (reload_outpdi, reload_inpdi): New patterns.
3405 * config/bfin/bfin.c (bfin_secondary_reload): Make sure we use them.
3406
3407 2007-09-13 James E. Wilson <wilson@specifix.com>
3408
3409 PR tree-optimization/33389
3410 * tree-ssa-operands.c (append_vuse): If ann->in_vdef_list true,
3411 then set build_loads before returning.
3412
3413 2007-09-13 Sandra Loosemore <sandra@codesourcery.com>
3414 David Ung <davidu@mips.com>
3415
3416 * config/mips/mips.h (ASM_OUTPUT_REG_PUSH): Replace {d}subu with
3417 {d}addiu and a negative immediate such that it works with MIPS16
3418 instructions.
3419
3420 2007-09-13 H.J. Lu <hongjiu.lu@intel.com>
3421
3422 PR bootstrap/33418
3423 * configure.ac (ld_vers): Support Linux linker.
3424 * configure: Regenerated.
3425
3426 2007-09-13 Richard Sandiford <richard@codesourcery.com>
3427 Sandra Loosemore <sandra@codesourcery.com>
3428
3429 * config/mips/mips.h (SYMBOL_FLAG_MIPS16_FUNC): Delete.
3430 (SYMBOL_REF_MIPS16_FUNC_P): Delete.
3431 * config/mips/mips.c (mips_attribute_table): Turn mips16 and
3432 nomips16 into decl attributes.
3433 (TARGET_INSERT_ATTRIBUTES): Override.
3434 (TARGET_MERGE_DECL_ATTRIBUTES): Likewise.
3435 (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): Always return true.
3436 (mips_mips16_type_p, mips_nomips16_type_p): Delete in favor of...
3437 (mips_mips16_decl_p, mips_nomips16_decl_p): ...these new functions.
3438 (mips_comp_type_attributes): Remove mips16 and nomips16 handling.
3439 (mips_use_mips16_mode_p): Reimplement as a function that takes
3440 a decl and considers only decl attributes. If the decl is nested
3441 function, use its parent attributes.
3442 (mips_function_ok_for_sibcall): Use mips_use_mips16_mode_p
3443 instead of SYMBOL_REF_MIPS16_FUNC_P.
3444 (mips_set_mips16_mode): Move call to sorry here from old
3445 mips_use_mips16_mode_p.
3446 (mflip_mips16_entry): New structure.
3447 (mflip_mips16_htab): New variable.
3448 (mflip_mips16_htab_hash, mflip_mips16_htab_eq): New functions.
3449 (mflip_mips16_use_mips16_p, mips_insert_attributes): Likewise.
3450 (mips_merge_decl_attributes): New function.
3451 (mips_set_current_function): Reinstate call to mips_set_mips16_mode.
3452 Use mips_use_mips16_mode_p.
3453 (mips_output_mi_thunk): Use mips_use_mips16_mode_p instead of
3454 SYMBOL_REF_MIPS16_FUNC_P.
3455 (mips_encode_section_info): Don't set SYMBOL_FLAG_MIPS16_FUNC.
3456
3457 2007-09-13 Richard Sandiford <richard@codesourcery.com>
3458
3459 * c-parser.c (c_parser_struct_declaration): Check for a null return.
3460
3461 2007-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3462
3463 PR driver/33309
3464 * gcc.c (xputenv): Make argument const, and use CONST_CAST.
3465
3466 2007-09-12 Michael Meissner <michael.meissner@amd.com>
3467 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3468 Tony Linthicum <tony.linthicum@amd.com>
3469
3470 * tree.h (function_args_iterator): New type to iterate over
3471 function arguments.
3472 (FOREACH_FUNCTION_ARGS_PTR): Iterator macros for iterating over
3473 function arguments providing a pointer to the argument.
3474 (FOREACH_FUNCTION_ARGS): Iterator macros for iterating over
3475 function arguments providing the argument.
3476 (function_args_iter_init): Inline function to initialize
3477 function_args_iterator.
3478 (function_args_iter_cond_ptr): Inline function to return the next
3479 pointer to hold the argument.
3480 (function_args_iter_cond): Inline function to return the next
3481 argument.
3482 (function_args_iter_cond_next): Advance the function args
3483 iterator.
3484 (stdarg_p): New function, return true if variable argument
3485 function.
3486 (prototype_p): New function, return true if function is
3487 prototyped.
3488 (function_args_count): New function, count the number of arguments
3489 of a function.
3490
3491 * tree.c (stdarg_p): New function, return true if variable
3492 argument function.
3493 (prototype_p): New function, return true if function is
3494 prototyped.
3495
3496 * config/i386/i386.h (TARGET_SSE5): New macro for SSE5.
3497 (TARGET_ROUND): New macro for the round/ptest instructions which
3498 are shared between SSE4.1 and SSE5.
3499 (OPTION_MASK_ISA_ROUND): Ditto.
3500 (OPTION_ISA_ROUND): Ditto.
3501 (TARGET_FUSED_MADD): New macro for -mfused-madd swtich.
3502 (TARGET_CPU_CPP_BUILTINS): Add SSE5 support.
3503
3504 * config/i386/i386.opt (-msse5): New switch for SSE5 support.
3505 (-mfused-madd): New switch to give users control over whether the
3506 compiler optimizes to use the multiply/add SSE5 instructions.
3507
3508 * config/i386/i386.c (m_AMD_MULTIPLE): Rename from
3509 m_ATHLON_K8_AMDFAM10, and change all uses.
3510 (enum pta_flags): Add PTA_SSE5.
3511 (ix86_handle_option): Turn off 3dnow if -msse5.
3512 (override_options): Add SSE5 support.
3513 (print_operand): %Y prints comparison codes for SSE5 com/pcom
3514 instructions.
3515 (ix86_expand_sse_movcc): Add SSE5 support.
3516 (ix86_expand_sse5_unpack): New function to use pperm to unpack a
3517 vector type to the next largest size.
3518 (ix86_expand_sse5_pack): New function to use pperm to pack a
3519 vector type to the next smallest size.
3520 (IX86_BUILTIN_FMADDSS): New for SSE5 intrinsic.
3521 (IX86_BUILTIN_FMADDSD): Ditto.
3522 (IX86_BUILTIN_FMADDPS): Ditto.
3523 (IX86_BUILTIN_FMADDPD): Ditto.
3524 (IX86_BUILTIN_FMSUBSS): Ditto.
3525 (IX86_BUILTIN_FMSUBSD): Ditto.
3526 (IX86_BUILTIN_FMSUBPS): Ditto.
3527 (IX86_BUILTIN_FMSUBPD): Ditto.
3528 (IX86_BUILTIN_FNMADDSS): Ditto.
3529 (IX86_BUILTIN_FNMADDSD): Ditto.
3530 (IX86_BUILTIN_FNMADDPS): Ditto.
3531 (IX86_BUILTIN_FNMADDPD): Ditto.
3532 (IX86_BUILTIN_FNMSUBSS): Ditto.
3533 (IX86_BUILTIN_FNMSUBSD): Ditto.
3534 (IX86_BUILTIN_FNMSUBPS): Ditto.
3535 (IX86_BUILTIN_FNMSUBPD): Ditto.
3536 (IX86_BUILTIN_PCMOV_V2DI): Ditto.
3537 (IX86_BUILTIN_PCMOV_V4SI): Ditto.
3538 (IX86_BUILTIN_PCMOV_V8HI): Ditto.
3539 (IX86_BUILTIN_PCMOV_V16QI): Ditto.
3540 (IX86_BUILTIN_PCMOV_V4SF): Ditto.
3541 (IX86_BUILTIN_PCMOV_V2DF): Ditto.
3542 (IX86_BUILTIN_PPERM): Ditto.
3543 (IX86_BUILTIN_PERMPS): Ditto.
3544 (IX86_BUILTIN_PERMPD): Ditto.
3545 (IX86_BUILTIN_PMACSSWW): Ditto.
3546 (IX86_BUILTIN_PMACSWW): Ditto.
3547 (IX86_BUILTIN_PMACSSWD): Ditto.
3548 (IX86_BUILTIN_PMACSWD): Ditto.
3549 (IX86_BUILTIN_PMACSSDD): Ditto.
3550 (IX86_BUILTIN_PMACSDD): Ditto.
3551 (IX86_BUILTIN_PMACSSDQL): Ditto.
3552 (IX86_BUILTIN_PMACSSDQH): Ditto.
3553 (IX86_BUILTIN_PMACSDQL): Ditto.
3554 (IX86_BUILTIN_PMACSDQH): Ditto.
3555 (IX86_BUILTIN_PMADCSSWD): Ditto.
3556 (IX86_BUILTIN_PMADCSWD): Ditto.
3557 (IX86_BUILTIN_PHADDBW): Ditto.
3558 (IX86_BUILTIN_PHADDBD): Ditto.
3559 (IX86_BUILTIN_PHADDBQ): Ditto.
3560 (IX86_BUILTIN_PHADDWD): Ditto.
3561 (IX86_BUILTIN_PHADDWQ): Ditto.
3562 (IX86_BUILTIN_PHADDDQ): Ditto.
3563 (IX86_BUILTIN_PHADDUBW): Ditto.
3564 (IX86_BUILTIN_PHADDUBD): Ditto.
3565 (IX86_BUILTIN_PHADDUBQ): Ditto.
3566 (IX86_BUILTIN_PHADDUWD): Ditto.
3567 (IX86_BUILTIN_PHADDUWQ): Ditto.
3568 (IX86_BUILTIN_PHADDUDQ): Ditto.
3569 (IX86_BUILTIN_PHSUBBW): Ditto.
3570 (IX86_BUILTIN_PHSUBWD): Ditto.
3571 (IX86_BUILTIN_PHSUBDQ): Ditto.
3572 (IX86_BUILTIN_PROTB): Ditto.
3573 (IX86_BUILTIN_PROTW): Ditto.
3574 (IX86_BUILTIN_PROTD): Ditto.
3575 (IX86_BUILTIN_PROTQ): Ditto.
3576 (IX86_BUILTIN_PROTB_IMM): Ditto.
3577 (IX86_BUILTIN_PROTW_IMM): Ditto.
3578 (IX86_BUILTIN_PROTD_IMM): Ditto.
3579 (IX86_BUILTIN_PROTQ_IMM): Ditto.
3580 (IX86_BUILTIN_PSHLB): Ditto.
3581 (IX86_BUILTIN_PSHLW): Ditto.
3582 (IX86_BUILTIN_PSHLD): Ditto.
3583 (IX86_BUILTIN_PSHLQ): Ditto.
3584 (IX86_BUILTIN_PSHAB): Ditto.
3585 (IX86_BUILTIN_PSHAW): Ditto.
3586 (IX86_BUILTIN_PSHAD): Ditto.
3587 (IX86_BUILTIN_PSHAQ): Ditto.
3588 (IX86_BUILTIN_FRCZSS): Ditto.
3589 (IX86_BUILTIN_FRCZSD): Ditto.
3590 (IX86_BUILTIN_FRCZPS): Ditto.
3591 (IX86_BUILTIN_FRCZPD): Ditto.
3592 (IX86_BUILTIN_CVTPH2PS): Ditto.
3593 (IX86_BUILTIN_CVTPS2PH): Ditto.
3594 (IX86_BUILTIN_COMEQSS): Ditto.
3595 (IX86_BUILTIN_COMNESS): Ditto.
3596 (IX86_BUILTIN_COMLTSS): Ditto.
3597 (IX86_BUILTIN_COMLESS): Ditto.
3598 (IX86_BUILTIN_COMGTSS): Ditto.
3599 (IX86_BUILTIN_COMGESS): Ditto.
3600 (IX86_BUILTIN_COMUEQSS): Ditto.
3601 (IX86_BUILTIN_COMUNESS): Ditto.
3602 (IX86_BUILTIN_COMULTSS): Ditto.
3603 (IX86_BUILTIN_COMULESS): Ditto.
3604 (IX86_BUILTIN_COMUGTSS): Ditto.
3605 (IX86_BUILTIN_COMUGESS): Ditto.
3606 (IX86_BUILTIN_COMORDSS): Ditto.
3607 (IX86_BUILTIN_COMUNORDSS): Ditto.
3608 (IX86_BUILTIN_COMFALSESS): Ditto.
3609 (IX86_BUILTIN_COMTRUESS): Ditto.
3610 (IX86_BUILTIN_COMEQSD): Ditto.
3611 (IX86_BUILTIN_COMNESD): Ditto.
3612 (IX86_BUILTIN_COMLTSD): Ditto.
3613 (IX86_BUILTIN_COMLESD): Ditto.
3614 (IX86_BUILTIN_COMGTSD): Ditto.
3615 (IX86_BUILTIN_COMGESD): Ditto.
3616 (IX86_BUILTIN_COMUEQSD): Ditto.
3617 (IX86_BUILTIN_COMUNESD): Ditto.
3618 (IX86_BUILTIN_COMULTSD): Ditto.
3619 (IX86_BUILTIN_COMULESD): Ditto.
3620 (IX86_BUILTIN_COMUGTSD): Ditto.
3621 (IX86_BUILTIN_COMUGESD): Ditto.
3622 (IX86_BUILTIN_COMORDSD): Ditto.
3623 (IX86_BUILTIN_COMUNORDSD): Ditto.
3624 (IX86_BUILTIN_COMFALSESD): Ditto.
3625 (IX86_BUILTIN_COMTRUESD): Ditto.
3626 (IX86_BUILTIN_COMEQPS): Ditto.
3627 (IX86_BUILTIN_COMNEPS): Ditto.
3628 (IX86_BUILTIN_COMLTPS): Ditto.
3629 (IX86_BUILTIN_COMLEPS): Ditto.
3630 (IX86_BUILTIN_COMGTPS): Ditto.
3631 (IX86_BUILTIN_COMGEPS): Ditto.
3632 (IX86_BUILTIN_COMUEQPS): Ditto.
3633 (IX86_BUILTIN_COMUNEPS): Ditto.
3634 (IX86_BUILTIN_COMULTPS): Ditto.
3635 (IX86_BUILTIN_COMULEPS): Ditto.
3636 (IX86_BUILTIN_COMUGTPS): Ditto.
3637 (IX86_BUILTIN_COMUGEPS): Ditto.
3638 (IX86_BUILTIN_COMORDPS): Ditto.
3639 (IX86_BUILTIN_COMUNORDPS): Ditto.
3640 (IX86_BUILTIN_COMFALSEPS): Ditto.
3641 (IX86_BUILTIN_COMTRUEPS): Ditto.
3642 (IX86_BUILTIN_COMEQPD): Ditto.
3643 (IX86_BUILTIN_COMNEPD): Ditto.
3644 (IX86_BUILTIN_COMLTPD): Ditto.
3645 (IX86_BUILTIN_COMLEPD): Ditto.
3646 (IX86_BUILTIN_COMGTPD): Ditto.
3647 (IX86_BUILTIN_COMGEPD): Ditto.
3648 (IX86_BUILTIN_COMUEQPD): Ditto.
3649 (IX86_BUILTIN_COMUNEPD): Ditto.
3650 (IX86_BUILTIN_COMULTPD): Ditto.
3651 (IX86_BUILTIN_COMULEPD): Ditto.
3652 (IX86_BUILTIN_COMUGTPD): Ditto.
3653 (IX86_BUILTIN_COMUGEPD): Ditto.
3654 (IX86_BUILTIN_COMORDPD): Ditto.
3655 (IX86_BUILTIN_COMUNORDPD): Ditto.
3656 (IX86_BUILTIN_COMFALSEPD): Ditto.
3657 (IX86_BUILTIN_COMTRUEPD): Ditto.
3658 (IX86_BUILTIN_PCOMEQUB): Ditto.
3659 (IX86_BUILTIN_PCOMNEUB): Ditto.
3660 (IX86_BUILTIN_PCOMLTUB): Ditto.
3661 (IX86_BUILTIN_PCOMLEUB): Ditto.
3662 (IX86_BUILTIN_PCOMGTUB): Ditto.
3663 (IX86_BUILTIN_PCOMGEUB): Ditto.
3664 (IX86_BUILTIN_PCOMFALSEUB): Ditto.
3665 (IX86_BUILTIN_PCOMTRUEUB): Ditto.
3666 (IX86_BUILTIN_PCOMEQUW): Ditto.
3667 (IX86_BUILTIN_PCOMNEUW): Ditto.
3668 (IX86_BUILTIN_PCOMLTUW): Ditto.
3669 (IX86_BUILTIN_PCOMLEUW): Ditto.
3670 (IX86_BUILTIN_PCOMGTUW): Ditto.
3671 (IX86_BUILTIN_PCOMGEUW): Ditto.
3672 (IX86_BUILTIN_PCOMFALSEUW): Ditto.
3673 (IX86_BUILTIN_PCOMTRUEUW): Ditto.
3674 (IX86_BUILTIN_PCOMEQUD): Ditto.
3675 (IX86_BUILTIN_PCOMNEUD): Ditto.
3676 (IX86_BUILTIN_PCOMLTUD): Ditto.
3677 (IX86_BUILTIN_PCOMLEUD): Ditto.
3678 (IX86_BUILTIN_PCOMGTUD): Ditto.
3679 (IX86_BUILTIN_PCOMGEUD): Ditto.
3680 (IX86_BUILTIN_PCOMFALSEUD): Ditto.
3681 (IX86_BUILTIN_PCOMTRUEUD): Ditto.
3682 (IX86_BUILTIN_PCOMEQUQ): Ditto.
3683 (IX86_BUILTIN_PCOMNEUQ): Ditto.
3684 (IX86_BUILTIN_PCOMLTUQ): Ditto.
3685 (IX86_BUILTIN_PCOMLEUQ): Ditto.
3686 (IX86_BUILTIN_PCOMGTUQ): Ditto.
3687 (IX86_BUILTIN_PCOMGEUQ): Ditto.
3688 (IX86_BUILTIN_PCOMFALSEUQ): Ditto.
3689 (IX86_BUILTIN_PCOMTRUEUQ): Ditto.
3690 (IX86_BUILTIN_PCOMEQB): Ditto.
3691 (IX86_BUILTIN_PCOMNEB): Ditto.
3692 (IX86_BUILTIN_PCOMLTB): Ditto.
3693 (IX86_BUILTIN_PCOMLEB): Ditto.
3694 (IX86_BUILTIN_PCOMGTB): Ditto.
3695 (IX86_BUILTIN_PCOMGEB): Ditto.
3696 (IX86_BUILTIN_PCOMFALSEB): Ditto.
3697 (IX86_BUILTIN_PCOMTRUEB): Ditto.
3698 (IX86_BUILTIN_PCOMEQW): Ditto.
3699 (IX86_BUILTIN_PCOMNEW): Ditto.
3700 (IX86_BUILTIN_PCOMLTW): Ditto.
3701 (IX86_BUILTIN_PCOMLEW): Ditto.
3702 (IX86_BUILTIN_PCOMGTW): Ditto.
3703 (IX86_BUILTIN_PCOMGEW): Ditto.
3704 (IX86_BUILTIN_PCOMFALSEW): Ditto.
3705 (IX86_BUILTIN_PCOMTRUEW): Ditto.
3706 (IX86_BUILTIN_PCOMEQD): Ditto.
3707 (IX86_BUILTIN_PCOMNED): Ditto.
3708 (IX86_BUILTIN_PCOMLTD): Ditto.
3709 (IX86_BUILTIN_PCOMLED): Ditto.
3710 (IX86_BUILTIN_PCOMGTD): Ditto.
3711 (IX86_BUILTIN_PCOMGED): Ditto.
3712 (IX86_BUILTIN_PCOMFALSED): Ditto.
3713 (IX86_BUILTIN_PCOMTRUED): Ditto.
3714 (IX86_BUILTIN_PCOMEQQ): Ditto.
3715 (IX86_BUILTIN_PCOMNEQ): Ditto.
3716 (IX86_BUILTIN_PCOMLTQ): Ditto.
3717 (IX86_BUILTIN_PCOMLEQ): Ditto.
3718 (IX86_BUILTIN_PCOMGTQ): Ditto.
3719 (IX86_BUILTIN_PCOMGEQ): Ditto.
3720 (IX86_BUILTIN_PCOMFALSEQ): Ditto.
3721 (IX86_BUILTIN_PCOMTRUEQ): Ditto.
3722 (bdesc_ptest): Change OPTION_MASK_ISA_SSE4_1 to
3723 OPTION_MASK_ISA_ROUND for instructions that are shared between
3724 SSE4.1 and SSE5.
3725 (bdesc_2arg): Ditto.
3726 (bdesc_sse_3arg): Ditto.
3727 (enum multi_arg_type): New enum for describing the various SSE5
3728 intrinsic argument types.
3729 (bdesc_multi_arg): New table for SSE5 intrinsics.
3730 (ix86_init_mmx_sse_builtins): Add SSE5 intrinsic support.
3731 (ix86_expand_multi_arg_builtin): New function for creating SSE5
3732 intrinsics.
3733 (ix86_expand_builtin): Add SSE5 intrinsic support.
3734 (ix86_sse5_valid_op_p): New function to validate SSE5 3 and 4
3735 operand instructions.
3736 (ix86_expand_sse5_multiple_memory): New function to split the
3737 second memory reference from SSE5 instructions.
3738 (type_has_variadic_args_p): Delete in favor of stdarg_p.
3739 (ix86_return_pops_args): Use stdarg_p to determine if the function
3740 has variable arguments.
3741 (ix86_setup_incoming_varargs): Ditto.
3742 (x86_this_parameter): Ditto.
3743
3744 * config/i386/i386-protos.h (ix86_expand_sse5_unpack): Add
3745 declaration.
3746 (ix86_expand_sse5_pack): Ditto.
3747 (ix86_sse5_valid_op_p): Ditto.
3748 (ix86_expand_sse5_multiple_memory): Ditto.
3749
3750 * config/i386/i386.md (UNSPEC_SSE5_INTRINSIC): Add new UNSPEC
3751 constant for SSE5 support.
3752 (UNSPEC_SSE5_UNSIGNED_CMP): Ditto.
3753 (UNSPEC_SSE5_TRUEFALSE): Ditto.
3754 (UNSPEC_SSE5_PERMUTE): Ditto.
3755 (UNSPEC_SSE5_ASHIFT): Ditto.
3756 (UNSPEC_SSE5_LSHIFT): Ditto.
3757 (UNSPEC_FRCZ): Ditto.
3758 (UNSPEC_CVTPH2PS): Ditto.
3759 (UNSPEC_CVTPS2PH): Ditto.
3760 (PCOM_FALSE): Add new constant for true/false SSE5 comparisons.
3761 (PCOM_TRUE): Ditto.
3762 (COM_FALSE_S): Ditto.
3763 (COM_FALSE_P): Ditto.
3764 (COM_TRUE_S): Ditto.
3765 (COM_TRUE_P): Ditto.
3766 (type attribute): Add ssemuladd, sseiadd1, ssecvt1, sse4arg types.
3767 (unit attribute): Add support for ssemuladd, ssecvt1, sseiadd1 sse4arg
3768 types.
3769 (memory attribute): Ditto.
3770 (sse4_1_round<mode>2): Use TARGET_ROUND instead of TARGET_SSE4_1.
3771 Use SSE4_1_ROUND_* constants instead of hard coded numbers.
3772 (rint<mode>2): Use TARGET_ROUND instead of TARGET_SSE4_1.
3773 (floor<mode>2): Ditto.
3774 (ceil<mode>2): Ditto.
3775 (btrunc<mode>2): Ditto.
3776 (nearbyintdf2): Ditto.
3777 (nearbyintsf2): Ditto.
3778 (sse_setccsf): Disable if SSE5.
3779 (sse_setccdf): Ditto.
3780 (sse5_setcc<mode>): New support for SSE5 conditional move.
3781 (sse5_pcmov_<mode>): Ditto.
3782
3783 * config/i386/sse.md (SSEMODE1248): New mode iterator for SSE5.
3784 (SSEMODEF4): Ditto.
3785 (SSEMODEF2P): Ditto.
3786 (ssemodesuffixf4): New mode attribute for SSE5.
3787 (ssemodesuffixf2s): Ditto.
3788 (ssemodesuffixf2c): Ditto.
3789 (sserotatemax): Ditto.
3790 (ssescalarmode): Ditto.
3791 (sse_maskcmpv4sf3): Disable if SSE5.
3792 (sse_maskcmpv2df3): Ditto.
3793 (sse_vmmaskcmpv4sf3): Ditto.
3794 (sse5_fmadd<mode>4): Add SSE5 floating point multiply/add
3795 instructions.
3796 (sse5_vmfmadd<mode>4): Ditto.
3797 (sse5_fmsub<mode>4): Ditto.
3798 (sse5_vmfmsub<mode>4): Ditto.
3799 (sse5_fnmadd<mode>4): Ditto.
3800 (sse5_vmfnmadd<mode>4): Ditto.
3801 (sse5_fnmsub<mode>4): Ditto.
3802 (sse5_vmfnmsub<mode>4): Ditto.
3803 (sse5i_fmadd<mode>4): Ditto.
3804 (sse5i_fmsub<mode>4): Ditto.
3805 (sse5i_fnmadd<mode>4): Ditto.
3806 (sse5i_fnmsub<mode>4): Ditto.
3807 (sse5i_vmfmadd<mode>4): Ditto.
3808 (sse5i_vmfmsub<mode>4): Ditto.
3809 (sse5i_vmfnmadd<mode>4): Ditto.
3810 (sse5i_vmfnmsub<mode>4): Ditto.
3811 (mulv16qi3): Add SSE5 support.
3812 (mulv4si3): Ditto.
3813 (sse5_mulv4si3): New insn for 32-bit multiply support on SSE5.
3814 (sse2_mulv4si3): Disable if SSE5.
3815 (sse4_1_roundpd): Use TARGET_ROUND instead of TARGET_SSE4_1.
3816 (sse4_1_roundps): Ditto.
3817 (sse4_1_roundsd): Ditto.
3818 (sse4_1_roundss): Ditto.
3819 (sse_maskcmpv4sf3): Disable if SSE5 so the SSE5 instruction will
3820 be generated.
3821 (sse_maskcmpsf3): Ditto.
3822 (sse_vmmaskcmpv4sf3): Ditto.
3823 (sse2_maskcmpv2df3): Ditto.
3824 (sse2_maskcmpdf3): Ditto.
3825 (sse2_vmmaskcmpv2df3): Ditto.
3826 (sse2_eq<mode>3): Ditto.
3827 (sse2_gt<mode>3): Ditto.
3828 (sse5_pcmov_<mode>): Add SSE5 support.
3829 (vec_unpacku_hi_v16qi): Ditto.
3830 (vec_unpacks_hi_v16qi): Ditto.
3831 (vec_unpacku_lo_v16qi): Ditto.
3832 (vec_unpacks_lo_v16qi): Ditto.
3833 (vec_unpacku_hi_v8hi): Ditto.
3834 (vec_unpacks_hi_v8hi): Ditto.
3835 (vec_unpacku_lo_v8hi): Ditto.
3836 (vec_unpacks_lo_v8hi): Ditto.
3837 (vec_unpacku_hi_v4si): Ditto.
3838 (vec_unpacks_hi_v4si): Ditto.
3839 (vec_unpacku_lo_v4si): Ditto.
3840 (vec_unpacks_lo_v4si): Ditto.
3841 (sse5_pmacsww): New SSE5 intrinsic insn.
3842 (sse5_pmacssww): Ditto.
3843 (sse5_pmacsdd): Ditto.
3844 (sse5_pmacssdd): Ditto.
3845 (sse5_pmacssdql): Ditto.
3846 (sse5_pmacssdqh): Ditto.
3847 (sse5_pmacsdqh): Ditto.
3848 (sse5_pmacsswd): Ditto.
3849 (sse5_pmacswd): Ditto.
3850 (sse5_pmadcsswd): Ditto.
3851 (sse5_pmadcswd): Ditto.
3852 (sse5_pcmov_<move>): Conditional move support on SSE5.
3853 (sse5_phaddbw): New SSE5 intrinsic insn.
3854 (sse5_phaddbd): Ditto.
3855 (sse5_phaddbq): Ditto.
3856 (sse5_phaddwd): Ditto.
3857 (sse5_phaddwq): Ditto.
3858 (sse5_phadddq): Ditto.
3859 (sse5_phaddubw): Ditto.
3860 (sse5_phaddubd): Ditto.
3861 (sse5_phaddubq): Ditto.
3862 (sse5_phadduwd): Ditto.
3863 (sse5_phadduwq): Ditto.
3864 (sse5_phaddudq): Ditto.
3865 (sse5_phsubbw): Ditto.
3866 (sse5_phsubwd): Ditto.
3867 (sse5_phsubdq): Ditto.
3868 (sse5_pperm): Ditto.
3869 (sse5_pperm_sign_v16qi_v8hi): New insns for pack/unpack with SSE5.
3870 (sse5_pperm_zero_v16qi_v8hi): Ditto.
3871 (sse5_pperm_sign_v8hi_v4si): Ditto.
3872 (sse5_pperm_zero_v8hi_v4si): Ditto.
3873 (sse5_pperm_sign_v4si_v2di): Ditto.
3874 (sse5_pperm_sign_v4si_v2di): Ditto.
3875 (sse5_pperm_pack_v2di_v4si): Ditto.
3876 (sse5_pperm_pack_v4si_v8hi): Ditto.
3877 (sse5_pperm_pack_v8hi_v16qi): Ditto.
3878 (sse5_perm<mode>): New SSE5 intrinsic insn.
3879 (rotl<mode>3): Ditto.
3880 (sse5_rotl<mode>3): Ditto.
3881 (sse5_ashl<mode>3): Ditto.
3882 (sse5_lshl<mode>3): Ditto.
3883 (sse5_frcz<mode>2): Ditto.
3884 (sse5s_frcz<mode>2): Ditto.
3885 (sse5_cvtph2ps): Ditto.
3886 (sse5_cvtps2ph): Ditto.
3887 (sse5_vmmaskcmp<mode>3): Ditto.
3888 (sse5_com_tf<mode>3): Ditto.
3889 (sse5_maskcmp<mode>3): Ditto.
3890 (sse5_maskcmp_uns<mode>3): Ditto.
3891 (sse5_maskcmp_uns2<mode>3): Ditto.
3892 (sse5_pcom_tf<mode>3): Ditto.
3893
3894 * config/i386/predicates.md (const_0_to_31_operand): New predicate
3895 to match 0..31.
3896 (sse5_comparison_float_operator): New predicate to match the
3897 comparison operators supported by the SSE5 com instruction.
3898 (ix86_comparison_int_operator): New predicate to match just the
3899 signed int comparisons.
3900 (ix86_comparison_uns_operator): New predicate to match just the
3901 unsigned int comparisons.
3902
3903 * doc/invoke.texi (-msse5): Add documentation.
3904 (-mfused-madd): Ditto.
3905
3906 * doc/extend.texi (x86 intrinsics): Document new SSE5 intrinsics.
3907
3908 * config.gcc (i[34567]86-*-*): Include bmmintrin.h and
3909 mmintrin-common.h.
3910 (x86_64-*-*): Ditto.
3911
3912 * config/i386/cpuid.h (bit_SSE5): Define SSE5 bit.
3913
3914 * config/i386/bmmintrin.h: New file, provide common x86 compiler
3915 intrinisics for SSE5.
3916
3917 * config/i386/smmintrin.h: Move instructions shared with SSE5 to
3918 mmintrin-common.h.
3919
3920 * config/i386/mmintrin-common.h: New file, to contain common
3921 instructions between SSE4.1 and SSE5.
3922
3923 * config/i386/netware.c (gen_stdcall_or_fastcall_decoration): Use
3924 FOREACH_FUNCTION_ARGS to iterate over the argument list.
3925 (gen_regparm_prefix): Ditto.
3926
3927 * config/i386/winnt.c (gen_stdcall_or_fastcall_suffix): Use
3928 FOREACH_FUNCTION_ARGS to iterate over the argument list. Use
3929 prototype_p to determine if a function is prototyped.
3930
3931 2007-09-12 Janis Johnson <janis187@us.ibm.com>
3932
3933 * config/dfp-bit.c (dfp_conversion_exception): New function.
3934 (DFP_TO_DFP) Add new variants to use direct conversions in decNumber.
3935 (DFP_TO_INT): Ditto.
3936 (INT_TO_DFP): Ditto.
3937 * config/dfp-bit.h (DEC_FLOAT_FROM_INT, DEC_FLOAT_TO_INT): New.
3938
3939 2007-09-12 Jakub Jelinek <jakub@redhat.com>
3940
3941 PR target/32338
3942 * config/ia64/ia64.c (ia64_expand_epilogue): Emit blockage
3943 before sp restoration even when total_size is 0, but
3944 frame_pointer_needed.
3945
3946 2007-09-12 Bob Wilson <bob.wilson@acm.org>
3947
3948 * config/xtensa/xtensa.c (machine_function): Add vararg_a7_copy.
3949 (xtensa_copy_incoming_a7): Use start_sequence instead of
3950 push_to_sequence. Stash insns in vararg_a7_copy for builtin_saveregs.
3951 (xtensa_builtin_saveregs): Place code from vararg_a7_copy at the start
3952 of the saveregs sequence.
3953
3954 2007-09-12 Richard Sandiford <richard@codesourcery.com>
3955
3956 * c-tree.h (grokfield): Add a "tree *" argument.
3957 * c-decl.c (grokdeclarator): Take a pointer to the decl's attributes.
3958 Chain nested decl attributes to it. Don't call decl_attributes here.
3959 (groktypename): Pass grokdeclarator a pointer to the attribute list.
3960 (start_decl, grokparm, push_parm_decl, start_function): Likewise.
3961 (grokfield): Take a pointer to the decl's attributes and pass
3962 it to grokdeclarator.
3963 * c-parser.c (c_parser_struct_declaration): Update the calls to
3964 grokfield. Call decl_attributes for anonymous struct and union
3965 fields.
3966
3967 2007-09-12 Jan Hubicka <jh@suse.cz>
3968
3969 * c-objc-common.h (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
3970
3971 2007-09-12 Ira Rosen <irar@il.ibm.com>
3972
3973 PR tree-optimization/32377
3974 * tree-vect-analyze.c (vect_analyze_data_ref_dependence): Distinguish
3975 between positive and negative dependence distance using DDR_REVERSED_P.
3976
3977 2007-09-12 Dorit Nuzman <dorit@il.ibm.com>
3978
3979 PR tree-optimization/33373
3980 * tree-vect-analyze (vect_determine_vectorization_factor): Call
3981 TREE_INT_CST_LOW when comparing TYPE_SIZE_UNIT.
3982
3983 2007-09-12 Jan Hubicka <jh@suse.cz>
3984
3985 PR target/33393
3986 * i386.md (floatsisf2_mixed_memory, floatsisf2_sse_memory): Disable
3987 for !SSE_MATH
3988
3989 2007-09-12 Christian Bruel <christian.bruel@st.com>
3990
3991 * sh.h (SH_DBX_REGISTER_NUMBER): Added fpscr, fixed sr/gbr regs.
3992 * linux-unwind.h (SH_DWARF_FRAME_GBR): fixed.
3993
3994 2007-09-12 Ira Rosen <irar@il.ibm.com>
3995
3996 * tree-vect-transform.c (vect_get_slp_defs): Don't build a vector
3997 for oprnd1 if not required.
3998 (vectorizable_operation): Use scalar operand in SLP in case of
3999 shift with scalar argument.
4000
4001 2007-09-12 Ira Rosen <irar@il.ibm.com>
4002
4003 * params.def (PARAM_MIN_VECT_LOOP_BOUND): Change default and minimum
4004 to 1.
4005
4006 2007-09-11 James E. Wilson <wilson@specifix.com>
4007
4008 * defaults.h (DWARF2_UNWIND_INFO): Don't define if
4009 TARGET_UNWIND_INFO is defined.
4010 * config/ia64/ia64.h (INCOMING_RETURN_ADDR_RTX): Delete undef
4011 after definition.
4012
4013 2007-09-12 Kaz Kojima <kkojima@gcc.gnu.org>
4014
4015 * config/sh/sh.c (calc_live_regs): Use
4016 current_function_saves_all_registers instead of
4017 current_function_has_nonlocal_label.
4018 (sh_allocate_initial_value): Likewise.
4019 (sh_get_pr_initial_val): Likewise.
4020 * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): Likewise.
4021 * config/sh/sh.md (load_ra): Likewise.
4022
4023 2007-09-12 Hans-Peter Nilsson <hp@axis.com>
4024
4025 * config/cris/t-linux (LIMITS_H_TEST): Only define if not inhibit_libc.
4026
4027 PR target/33360
4028 * config/cris/cris.c (cris_expand_pic_call_address): Fix typo in
4029 GET_CODE (x) == CONST_INT to CONST_INT_P (x) transformation.
4030
4031 2007-09-12 Sa Liu <saliu@de.ibm.com>
4032
4033 * config/spu/spu.c (spu_emit_branch_or_set): Handle NaN values as
4034 operands to DFmode GE or LE compares.
4035
4036 2007-09-12 Bernd Schmidt <bernd.schmidt@analog.com>
4037
4038 * config/bfin/bfin.h (enum reg_class, REG_CLASS_CONTENTS,
4039 REG_CLASS_NAMES): Add P0REGS.
4040 (REGNO_REG_CLASS): Return it where appropriate.
4041 (REG_CLASS_FROM_CONSTRAINT): Add 'qA'.
4042 (CLASS_LIKELY_SPILLED_P): P0REGS is likely_spilled.
4043 * doc/md.texi (Blackfin family): Document 'q' constraints.
4044
4045 2007-09-11 Steve Kenton <skenton@ou.edu>
4046
4047 * pa/linux-unwind.h: Guard with inhibit_libc.
4048 * pa/hpux-unwind.h: Likewise.
4049
4050 2007-09-11 David Daney <ddaney@avtrex.com>
4051
4052 * doc/invoke.texi: Document new MIPS -mllsc and -mno-llsc options.
4053 * doc/install.texi: Document new --with-llsc and --without-llsc
4054 options.
4055 * config.gcc: Handle --with-llsc and --without-llsc configure options.
4056 * config/mips/mips.md (sync, memory_barrier): Wrap sync instrunction
4057 in %| and %- operand codes. Depend on GENERATE_SYNC instead of
4058 ISA_HAS_SYNC.
4059 (sync_compare_and_swap<mode>, sync_add<mode>, sync_sub<mode>,
4060 sync_old_add<mode>, sync_old_sub<mode>, sync_new_add<mode>,
4061 sync_new_sub<mode>, sync_<optab><mode>, sync_old_<optab><mode>,
4062 sync_new_<optab><mode>, sync_nand<mode>, sync_old_nand<mode>,
4063 sync_new_nand<mode>, sync_lock_test_and_set<mode>): Depend on
4064 GENERATE_LL_SC instead of ISA_HAS_LL_SC.
4065 * config/mips/mips.opt (mllsc): New option.
4066 * config/mips/mips.c (mips_llsc): Define variable.
4067 (mips_handle_option): Handle mllsc option.
4068 (override_options): Set mips_print_operand_punct for '|' and '-'.
4069 (print_operand): Add new %| and %- operand codes.
4070 * config/mips/mips.h (mips_llsc_setting): New enum type.
4071 (mips_llsc): Declare.
4072 (OPTION_DEFAULT_SPECS): Add llsc handling.
4073 (GENERATE_SYNC): New macro.
4074 (GENERATE_LL_SC): New macro.
4075 (MIPS_COMPARE_AND_SWAP, MIPS_SYNC_OP, MIPS_SYNC_OLD_OP,
4076 MIPS_SYNC_NEW_OP, MIPS_SYNC_NAND, MIPS_SYNC_OLD_NAND,
4077 MIPS_SYNC_NEW_NAND, MIPS_SYNC_EXCHANGE): Wrap instructions
4078 in %| and %- operand codes.
4079
4080 2007-09-11 Eric Botcazou <ebotcazou@adacore.com>
4081
4082 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Deal with
4083 TYPE_NONALIASED_COMPONENT like with DECL_NONADDRESSABLE_P.
4084
4085 2007-09-11 Jason Merrill <jason@redhat.com>
4086
4087 PR middle-end/27945
4088 * stor-layout.c (layout_decl): Do pack variable size fields.
4089
4090 2007-09-11 Maxim Kuvyrkov <maxim@codesourcery.com>
4091
4092 * config/m68k/predicates.md (movsi_const0_operand,
4093 non_symbolic_call_operand): New predicates.
4094
4095 * config/m68k/constraints.md (Cs, Ci, C0, Cj, CQ, CW, CZ, CS, Ap, Ac):
4096 New constraints.
4097 * doc/md.texi (Constraints for Particular Machines: Motorola 680x0):
4098 Document constraints N, O, P, R, S, T, Q, U, W, Cs, Ci, C0, Cj, CQ,
4099 CW, CZ, CS, Ap and Ac.
4100
4101 * config/m68k/m68k.md (UNSPEC_IB): New constant.
4102 (constraints.md): New include.
4103 (cpu, type, type1, opx, opy, opx_type, opy_type, size, opx_access,
4104 opx_mem, opy_mem, op_mem, guess, split): New attributes.
4105 (movdf_internal): Name pattern. Fix to use alternatives. Add split.
4106 Specify attributes.
4107 (pushdi): Add split.
4108 (tstsi_internal): Name pattern. Fix to use alternatives. Specify
4109 attributes. Split tstsi_internal_68020_cf from it.
4110 (tstsi_internal_68020_cf): New pattern.
4111 (tsthi_internal, tstqi_internal): Name pattern. Specify attributes.
4112 (tst<mode>_cf): Specify attributea.
4113 (cmpsi_cf): Name pattern. Specify attributes.
4114 (cmp<mode>_68881, cmp<mode>_cf): Specify type attribute.
4115 (pushexthisi_const): Fix to use alternatives. Specify
4116 attributes.
4117 (movsi_const0): Split movsi_const0_68000_10 and movsi_const0_68040_60
4118 from it. Fix to use alternatives. Specify attributes.
4119 (movsi_const0_68040_10, movsi_const0_68040_60): New patterns.
4120 (movsi_cf, movstrictqi_cf): Fix to use alternatives. Specify
4121 attributes.
4122 (movsf_cf_soft): Specify attributes.
4123 (movdf_cf_soft): Add split.
4124 (pushasi, zero_extendhisi2_cf, zero_extendqisi2_cfv4,
4125 cfv4_extendhisi2, 68k_extendhisi2, extendqihi2, cfv4_extendqisi2,
4126 68k_extendqisi2, truncdfsf2_cf): Specify attributes.
4127 (truncdfsf2_68881): Name pattern. Specify attributes.
4128 (floatsi<mode>2_cf, floathi<mode>2_68881, floathi<mode>2_cf,
4129 floatqi<mode>2_68881, floatqi<mode>2_cf, ftrunc<mode>2_cf,
4130 fix<mode>qi2_cf, fix<mode>hi2_cf, fix<mode>si2_cf, adddi_dishl32):
4131 Specify attributes.
4132 (addsi3_5200): Fix to use alternatives. Specify attributes.
4133 Add splits.
4134 (add<mode>3_cf, subdi_dishl32): Specify attributes.
4135 (subsi3): Add alternative for subq.l. Specify attributes.
4136 (sub<mode>3_cf, mulhi3, mulhisi3): Specify attributes.
4137 (mulhisisi3_s, mulsi3_68020, mulsi3_cf): Name pattern. Specify
4138 attributes.
4139 (umulhisi3): Specify attributes.
4140 (mulhisisi3_z): Name pattern. Specify attributes.
4141 (fmul<mode>3_cf, div<mode>3_cf, negsi2_internal, negsi2_5200,
4142 sqrt<mode>2_68881, clzsi2, one_cmplsi2_5200, subreghi1ashrdi_const32,
4143 subregsi1ashrdi_const32, ashrsi3, subreg1lshrdi_const32, lshrsi3,
4144 bsetmemqi): Specify attributes.
4145 (bsetmemqi_ext): Name pattern. Specify attributes.
4146 (bclrmemqi): Specify attributes.
4147 (bclrmemqi_ext, scc, sls): Name pattern. Specify attributes.
4148 (beq, bne, bgt, bgtu, blt, bltu, bge, bgeu, ble, bleu): Specify
4149 attributes.
4150 (beq2, bne2, bgt2, bgtu2, blt2, bltu2, bge2, bgeu2, ble2, bleu2): Name
4151 pattern. Specify attributes.
4152 (jump): Specify attributes.
4153 (tablejump_internal): Name pattern. Specify attributes.
4154 (call_value): Split into non_symbolic_call_value,
4155 symbolic_call_value_jsr, symbolic_call_value_bsr. Fix to use
4156 alternatives. Specify attributes.
4157 (non_symbolic_call_value, symbolic_call_value_jsr,
4158 symbolic_call_value_bsr): New patterns.
4159 (nop, return, unlink, indirect_jump): Specify attributes.
4160 (trap): Fix condition. Specify attributes.
4161 (ib): New pattern.
4162
4163 * config/m68k/m68k.c (m68k_symbolic_call_var): New variable.
4164 (override_options): Initialize it. Initialize m68k_sched_cpu.
4165 (CONST_METHOD): Rename to M68K_CONST_METHOD, move to m68k.h.
4166 (const_method): Make global, rename to m68k_const_method.
4167 (const_int_cost, output_move_const_into_data_reg): Update.
4168 (output_move_double): Parametrize to emit rtl code, rename to
4169 handle_move_double.
4170 (output_reg_adjust, emit_reg_adjust, output_compadr, output_movsi,
4171 emit_movsi): New static functions.
4172 (output_move_double): New function with semantics of old
4173 output_move_double.
4174 (m68k_emit_move_double): New function.
4175 (m68k_sched_cpu): New variable.
4176 (attr_op_type): New enum.
4177 (sched_guess_p): New variable.
4178 (sched_address_type, sched_operand_type, sched_attr_op_type):
4179 New static functions.
4180 (m68k_sched_attr_opx_type, m68k_sched_attr_opy_type,
4181 m68k_sched_attr_size, m68k_sched_attr_op_mem): New functions.
4182 (sched_branch_type): New static variable.
4183 (m68k_sched_branch_type): New function.
4184 * config/m68k/m68k.h (M68K_SYMBOLIC_CALL): New enum.
4185 (m68k_symbolic_call_var): Declare.
4186 (M68K_CONST_METHOD): Rename from CONST_METHOD. Move here from m68k.c.
4187 (m68k_const_method, m68k_emit_move_double, m68k_sched_cpu,
4188 m68k_sched_attr_opx_type, m68k_sched_attr_opy_type,
4189 m68k_sched_attr_size, m68k_sched_attr_op_mem, m68k_sched_branch_type):
4190 Declare.
4191
4192 2007-09-11 Jakub Jelinek <jakub@redhat.com>
4193
4194 * builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin.
4195 * builtins.c (expand_builtin) <case BUILT_IN_VA_ARG_PACK_LEN>: Issue
4196 error if __builtin_va_arg_pack_len () wasn't optimized out during
4197 inlining.
4198 * tree-inline.c (copy_bb): Replace __builtin_va_arg_pack_len ()
4199 with the number of inline's anonymous arguments.
4200 * doc/extend.texi: Document __builtin_va_arg_pack_len ().
4201
4202 2007-09-11 Zdenek Dvorak <ook@ucw.cz>
4203
4204 * fold-const.c (extract_muldiv_1): Do not simplify
4205 var * c * c to var.
4206
4207 2007-09-11 Jan Hubicka <jh@suse.cz>
4208
4209 * i386.h (ix86_tune_indices): Add X86_TUNE_INTER_UNIT_CONVERSIONS.
4210 (TARGET_INTER_UNIT_CONVERSIONS): New.
4211 * i386.md (floatsi expanders): Remove redundant check for SImode
4212 source; offload to memory when asked for.
4213 (floatsisf2_mixed, floatsisf2_sse, floatsidf2_mixed, floatsidf2_sse
4214 floatdisf2_mixed, floatsisf2_sse, floatsidf2_mixed, floatsidf2_sse):
4215 Update conditions;
4216 (floatsisf2_mixed_memory, floatsisf2_sse_memory,
4217 floatsidf2_mixed_memory, floatsidf2_sse_memory
4218 floatdisf2_mixed_memory, floatsisf2_sse_memory,
4219 floatsidf2_mixed_memory, floatsidf2_sse_memory): New.
4220
4221 2007-09-11 Jan Hubicka <jh@suse.cz>
4222
4223 * toplev.c (process_options): all frontends now do unit-at-a-time.
4224 * cgraphunit.c: update comments.
4225 (cgraph_expand_function): call passmanager dirrectly; emit thunks.
4226 * c-decl.c (finish_function): use cgraph_add_new_function.
4227 * function.c (expand_function_end): We are always unit-at-a-time.
4228
4229 2007-09-11 Richard Sandiford <richard@codesourcery.com>
4230
4231 * config/mips/mips.c (mips_set_mips16_mode): Use separate anchor
4232 settings for MIPS16.
4233 (mips_use_anchors_for_symbol_p): Use default_use_anchors_for_symbol_p.
4234
4235 2007-09-11 Richard Sandiford <richard@codesourcery.com>
4236
4237 * config/mips/mips.c (mips_symbol_insns_1): Allow LEAs of
4238 SYMBOL_FORCE_TO_MEM constants.
4239 (mips_rtx_costs): Give a cost of 1 to force_to_mem_operands.
4240 (mips16_rewrite_pool_refs_info): New structure.
4241 (mips16_rewrite_pool_constant): New function, split out from...
4242 (mips16_rewrite_pool_refs): ...here. Take a pointer to a
4243 mips16_rewrite_pool_refs_info structure rather than a pointer
4244 to a constant pool. Force force_to_mem_operands into memory.
4245 (mips16_lay_out_constants): Update call to mips16_rewrite_pool_refs.
4246 * config/mips/predicates.md (force_to_mem_operand): New predicate.
4247 * config/mips/constraints.md (kf): New constraint.
4248 * config/mips/mips.md (*movdi_64bit_mips16): Add a d <- kf alternative.
4249 (*movsi_mips16): Likewise.
4250
4251 2007-09-11 Richard Sandiford <richard@codesourcery.com>
4252 Nigel Stephens <nigel@mips.com>
4253 David Ung <davidu@mips.com>
4254
4255 * config/mips/mips.h (CONSTANT_POOL_COST): Move to...
4256 * config/mips/mips.c: ...here and set to 4 for TARGET_MIPS16.
4257 (mips16_constant_cost, mips_immediate_operand_p, mips_binary_cost)
4258 (mips_fp_mult_cost, mips_fp_div_cost, mips_sign_extend_cost)
4259 (mips_zero_extend_cost): New functions.
4260 (mips_rtx_costs): Treat COMPARE constants as having zero cost.
4261 Use the new functions. Tweak many cost estimates, both here
4262 and in the new subroutines. Return false when the cost of the
4263 operands has not been calculated. Check for *clear_upper32.
4264 Check for floating-point multiply-add, reciprocal and rsqrt
4265 patterns. Handle comparison and rotation codes.
4266
4267 2007-09-11 Danny Smith <dannysmith@users.sourceforge.net>
4268
4269 * config/i386/cygming.h (TARGET_STRIP_NAME_ENCODING): Don't
4270 override default.
4271 * config/i386/i386.c (get_dllimport_decl): Don't strip
4272 FASTCALL_PREFIX.
4273
4274 2007-09-10 Janis Johnson <janis187@us.ibm.com>
4275
4276 PR c/30013
4277 * config/dfp-bit.c: Don't skip TFmode conversions; move strto*
4278 declarations to top.
4279 (DFP_TO_BFP): Use for either XFmode or TFmode.
4280 (BFP_TO_DFP): Use for either XFmode or TFmode; always use cast
4281 of BFP_VIA_TYPE.
4282 * config/dfp-bit.h: Include float.h.
4283 (LONG_DOUBLE_HAS_XF_MODE, LONG_DOUBLE_HAS_TF_MODE): Define if long
4284 double is one of these modes, rather than using LIBGCC_HAS_*F_MODE
4285 which doesn't mean the same thing.
4286 (BFP_KIND): Use 4 to mean TFmode.
4287 (BFP_FMT): Specify the number of decimal digits based on the
4288 number of mantissa digits.
4289 (BFP_VIA_TYPE): Binary float type to use as cast for sprintf.
4290 (BFP_TO_DFP, DFP_TO_BFP): Define names for TFmode variants.
4291 (STR_TO_BFP): Use strtold for XFmode or TFmode.
4292 (TFtype): Define if TFmode is supported.
4293 * doc/libgcc.texi (Decimal float library routines): Document
4294 TF conversion functions.
4295
4296 2007-09-10 Chao-ying Fu <fu@mips.com>
4297
4298 * config/mips/mips.c (mips_scalar_mode_supported_p): Declare.
4299 (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
4300 (mips_emit_compare): Process fixed-point modes.
4301 (mips_pad_arg_upward): Support fixed-point types.
4302 (override_options): Allow fixed-point modes in accumulators.
4303 (mips_pass_by_reference): Pass DQ, UDQ, DA, and UDA modes in registers.
4304 (mips_vector_mode_supported_p): Support V2HQmode, V2UHQmode, V2HAmode,
4305 V2UHAmode, V4QQmode, and V4UQQmode when TARGET_DSP.
4306 (mips_scalar_mode_supported_p): New function to accept fixed-point
4307 modes if the width is not greater than two BITS_PER_WORD.
4308 * config/mips/mips.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE,
4309 LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE,
4310 SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE,
4311 LONG_LONG_ACCUM_TYPE_SIZE): Define.
4312 * config/mips/mips.md ("d"): Update mode attribute for fixed-point
4313 modes.
4314 ("IMODE"): New mode attribute.
4315 (mips-fixed.md): Include.
4316 * config/mips/mips-modes.def: Create VECTOR_MODES for FRACT, UFRACT,
4317 ACCUM, UACCUM.
4318 * config/mips/mips-fixed.md: New file.
4319
4320 2007-09-11 Ben Elliston <bje@au.ibm.com>
4321
4322 * config/spu/spu.md: Formatting fixes.
4323
4324 2007-09-10 Janis Johnson <janis187@us.ibm.com>
4325
4326 * config/dfp-bit.c (dfp_unary_func): Delete.
4327 (dfp_unary_op): Delete.
4328 (dfp_binary_op): Use decFloat functions instead of decNumber
4329 functions for binary operations.
4330 (d32_binary_op): Convert 32-bit operands to 64 bits for evaluation.
4331 (dnn_binary_op): Call dfp_binary_op with decFloat rather than
4332 DFP_C_TYPE.
4333 (dfp_compare_op): Use decFloat functions insteadof decNumber
4334 functions for comparisons.
4335 (d32_compare_op): Convert 32-bit operands to 64 bits for evaluation.
4336 (dnn_binary_op): Call dfp_compare_op with decFloat rather than
4337 DFP_C_TYPE.
4338 (DFP_ADD, DFP_SUB, DFP_MULTIPLE, DFP_DIVIDE): Use macros for
4339 call to dxx_binary_op and decFloat function.
4340 (DFP_EQ, DFP_NE, DFP_LT, DFP_GT, DFP_LE, DFP_GE): Use macros for
4341 calls to dxx_binary_op and decFloat function.
4342 * config/dfp-bit.h: Include decFloat header files.
4343 (decFloat, DFP_BINARY_OP, DFP_COMPARE_OP, DEC_FLOAT_ADD,
4344 DEC_FLOAT_SUBTRACT, DEC_FLOAT_MULTIPLY, DEC_FLOAT_DIVIDE,
4345 DEC_FLOAT_COMPARE, DEC_FLOAT_IS_ZERO, DEC_FLOAT_IS_NAN,
4346 DEC_FLOAT_IS_SIGNED: Define for each of 3 operand widths.
4347
4348 2007-09-10 Harsha Jagasia <harsha.jagasia@amd.com>
4349 Jan Sjodin <jan.sjodin@amd.com>
4350
4351 * tree-vect-analyze.c (vect_analyze_operations): Change
4352 comparison of loop iterations with threshold to less than
4353 or equal to instead of less than. Reduce
4354 min_scalar_loop_bound by one.
4355 * tree-vect-transform.c (vect_estimate_min_profitable_iters):
4356 Change prologue and epilogue iterations estimate to vf/2,
4357 when unknown at compile-time. Change versioning guard
4358 cost to taken_branch_cost. If peeling for alignment is
4359 unknown at compile-time, change peel guard costs to one
4360 taken branch and one not-taken branch per peeled loop.
4361 If peeling for alignment is known but number of scalar loop
4362 iterations is unknown at compile-time, change peel guard
4363 costs to one taken branch per peeled loop. Change the cost
4364 model equation to consider vector iterations as the loop
4365 iterations less the prologue and epilogue iterations.
4366 Change outside vector cost check to less than or equal to
4367 zero instead of equal to zero.
4368 (vect_do_peeling_for_loop_bound): Reduce
4369 min_scalar_loop_bound by one.
4370 * tree-vectorizer.h: Add TARG_COND_TAKEN_BRANCH_COST and
4371 TARG_COND_NOT_TAKEN_BRANCH_COST.
4372 * config/i386/i386.h (processor_costs): Add
4373 scalar_stmt_cost, scalar_load_cost, scalar_store_cost,
4374 vec_stmt_cost, vec_to_scalar_cost, scalar_to_vec_cost,
4375 vec_align_load_cost, vect_unalign_load_cost,
4376 vec_store_cost, cond_taken_branch_cost,
4377 cond_not_taken_branch_cost.
4378 Define macros for x86 costs.
4379 * config/i386/i386.c:
4380 (size_cost): Set scalar_stmt_cost, scalar_load_cost,
4381 scalar_store_cost, vec_stmt_cost, vec_to_scalar_cost,
4382 scalar_to_vec_cost, vec_align_load_cost,
4383 vect_unalign_load_cost, vec_store_cost,
4384 cond_taken_branch_cost, cond_not_taken_branch_cost to one.
4385 (i386_cost, i486_cost, pentium_cost, pentiumpro_cost,
4386 geode_cost, k6_cost, athlon_cost, pentium4_cost, nocona_cost,
4387 core2_cost, generic64_cost, generic32_cost): Set to default
4388 untuned costs.
4389 (k8_cost, amdfam10_cost): Costs for vectorization tuned.
4390 (x86_builtin_vectorization_cost): New.
4391
4392 2007-09-10 Janis Johnson <janis187@us.ibm.com>
4393 Ben Elliston <bje@au.ibm.com>
4394
4395 * dfp.c: Include decimal128Local.h;
4396 (dfp_byte_swap): Remove.
4397 (encode_decimal32, decode_decimal32): Don't handle endianness.
4398 (encode_decimal64, decode_decimal64): Ditto.
4399 (encode_decimal128, decode_decimal128): Ditto.
4400 * config/dfp-bit.c (host_to_ieee32, ieee_to_host_32): Ditto.
4401 (__swap64): Remove.
4402 (host_to_ieee_64, ieee_to_host_64): Don't handle endianness.
4403 (__swap128): Remove
4404 (host_to_ieee_128, ieee_to_host_128): Don't handle endianness.
4405 * Makefile.in (DECNUM_H): Add decimal128Local.h.
4406
4407 2007-09-10 David Daney <ddaney@avtrex.com>
4408
4409 * config/mips/mips.md (UNSPEC_MEMORY_BARRIER): New entry in
4410 define_constants.
4411 (memory_barrier): Rewrote as an insn that clobbers memory.
4412
4413 2007-09-10 Richard Sandiford <richard@codesourcery.com>
4414
4415 * config/mips/mips.c (mips_global_pointer): Check
4416 call_really_used_regs instead of call_used_regs.
4417 (mips_save_reg_p): Likewise. Save all call-saved registers
4418 if current_function_saves_all_registers. Fix indentation.
4419 No longer treat $18 as a special case.
4420 (compute_frame_size): Guard FPR loop with TARGET_HARD_FLOAT.
4421
4422 2007-09-10 Richard Sandiford <richard@codesourcery.com>
4423
4424 * config/mips/mips.h (MIPS_ARCH_FLOAT_SPEC): New macro.
4425 * config/mips/mips.c (mips_cpu_info_table): Mention it in the
4426 the introductory comment.
4427 (MIPS_MARCH_CONTROLS_SOFT_FLOAT): Delete.
4428 (override_options): Don't test for it.
4429 * config/mips/sde.h (MIPS_MARCH_CONTROLS_SOFT_FLOAT): Delete.
4430 (DRIVER_SELF_SPECS): Add MIPS_ARCH_FLOAT_SPEC.
4431 * config/mips/vr.h: As for config/mips/sde.h.
4432
4433 2007-09-10 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4434 Revital Eres <eres@il.ibm.com>
4435
4436 * target.h (struct gcc_target.sched): New field: sms_res_mii.
4437 (struct ddg): Define.
4438 * target-def.h (TARGET_SCHED_SMS_RES_MII): Define.
4439 (TARGET_SCHED): Add TARGET_SCHED_SMS_RES_MII.
4440 * config/spu/spu.c: Include ddg.h.
4441 (TARGET_SCHED_SMS_RES_MII): Define.
4442 (spu_sms_res_mii): New function to calculate mii.
4443 * modulo-sched (res_MII): Use it.
4444 * doc/tm.texi: Document TARGET_SCHED_SMS_RES_MII.
4445
4446 2007-09-10 Andreas Krebbel <krebbel1@de.ibm.com>
4447
4448 * config/s390/s390.c (s390_dump_pool): Create copy of constant
4449 pool entries since they might hold values that must not be shared.
4450
4451 2007-09-10 Uros Bizjak <ubizjak@gmail.com>
4452
4453 PR target/33369
4454 * gcc/config/i386/sse.md (ashr<mode>3): Change op2 mode to SImode.
4455 Use 'N' operand constraint for op2.
4456 (lshr<mode>3): Ditto.
4457 (ashl<mode>3): Ditto.
4458 (vec_shl_<mode>): Use const_0_to_255_mul_8_operand predicate for op2.
4459 (vec_shr_<mode>): Ditto.
4460 * gcc/config/i386/i386.c (ix86_expand_builtin) [IX86_BUILTIN_PSLL?128,
4461 IX86_BUILTIN_PSRA*?128, IX86_BUILTIN_PSRL?128]: Convert op1 to SImode.
4462
4463 2007-09-10 Andreas Krebbel <krebbel1@de.ibm.com>
4464
4465 * config/s390/s390.md ("fixuns_trunc<BFP:mode><GPR:mode>2"):
4466 Change mode macro in the last real_2expN parameter to uppercase.
4467
4468 2007-09-10 Michael Matz <matz@suse.de>
4469
4470 * tree-pass.h (pass_cselim): Declare new pass.
4471 * passes.c (init_optimization_passes): Link in pass_cselim.
4472 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Renamed from
4473 tree_ssa_phiopt; add do_store_elim parameter, handle it by calling
4474 cond_store_replacement.
4475 (condstoretemp): New static variable.
4476 (cond_store_replacement): New function.
4477 (tree_ssa_phiopt, tree_ssa_cs_elim): New wrappers around
4478 tree_ssa_phiopt_worker.
4479 (struct name_to_bb): New.
4480 (get_non_trapping, name_to_bb_hash, name_to_bb_eq, add_or_mark_expr,
4481 nt_init_block, nt_fini_block): New static functions.
4482 (seen_ssa_names, nontrap_set): New static variables.
4483 (gate_cselim, pass_cselim): Define new pass.
4484 * common.opt (ftree-cselim): New flag.
4485 * toplev.c (process_options): Set flag_tree_cselim if required.
4486
4487 2007-09-10 Hans-Peter Nilsson <hp@axis.com>
4488
4489 * simplify-rtx.c (simplify_relational_operation_1): For recent
4490 canonicalization, don't recurse if op1 equals both PLUS arguments.
4491
4492 2007-09-09 David Daney <ddaney@avtrex.com>
4493
4494 * optabs.c (expand_sync_operation): Use plus insn if minus
4495 CONST_INT_P(val).
4496 (expand_sync_fetch_operation): Ditto.
4497
4498 2007-09-09 H.J. Lu <hongjiu.lu@intel.com>
4499
4500 * i386.md (*floatsisf2_mixed_vector): Use cvtdq2ps instead
4501 of cvtpq2ps.
4502 (*floatsisf2_sse_vector): Likewise.
4503
4504 2007-09-09 Krister Walfridsson <cato@df.lth.se>
4505
4506 * config/netbsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
4507
4508 2007-09-09 H.J. Lu <hongjiu.lu@intel.com>
4509
4510 * config/i386/i386.h (ix86_tune_indices): Rename
4511 X86_USE_VECTOR_CONVERTS to X86_TUNE_USE_VECTOR_CONVERTS.
4512 (TARGET_USE_VECTOR_CONVERTS): Updated.
4513 * config/i386/i386.c: Likewise.
4514
4515 2007-09-09 Sandra Loosemore <sandra@codesourcery.com>
4516 Nigel Stephens <nigel@mips.com>
4517
4518 * doc/invoke.texi (Overall Options): Add .sx file extension
4519 as a synonym for .S.
4520 * cppspec.c (known_suffixes): Likewise.
4521 * gcc.c (default_compilers): Likewise.
4522
4523 2007-09-09 Rask Ingemann Lambertsen <rask@sygehus.dk>
4524
4525 PR target/30315
4526 * config/i386/i386.h (CANONICALIZE_COMPARISON): Delete.
4527 * simplify-rtx.c (simplify_relational_operation_1): Add the
4528 canonicalization from i386.h.
4529 * doc/md.texi (Canonicalization of Instructions): Document it.
4530
4531 2007-09-09 Jan Hubicka <jh@suse.cz>
4532 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4533
4534 * i386.h (ix86_tune_indices): Add X86_USE_VECTOR_CONVERTS.
4535 (TARGET_USE_VECTOR_CONVERTS): New.
4536 * i386.md: New post-reload splitters for converting SF to DF and DF to
4537 SF.
4538 (floatsi* expander): Special case vector conversions.
4539 (floatsisf2_mixed_vector, floatsisf2_sse_vector_nointernunit,
4540 floatsisf2_sse_vector_internunit, floatsisf2_sse_vector,
4541 floatsidf2_mixed_vector, floatsidf2_sse_vector): New.
4542 (floatsisf2_mixed, floatsisf2_sse, floatsidf2_mixed, floatsidf2_sse):
4543 Disable when doing vector converts.
4544 (floatsi<mode>2_i387): Disable when
4545 * sse.md (vec_dupv2df): Export.
4546 * i386.c (ix86_tune_features): Enable SSE conversions.
4547
4548 2007-09-09 Richard Guenther <rguenther@suse.de>
4549
4550 * tree-ssa-operands.c (add_virtual_operand): Only mark
4551 stores as has_volatile_ops if alias information is not available.
4552
4553 2007-09-09 Revital Eres <eres@il.ibm.com>
4554
4555 * doc/contrib.texi: Add myself.
4556
4557 2007-09-09 Ira Rosen <irar@il.ibm.com>
4558
4559 * tree-vectorizer.h (stmt_vinfo_set_inside_of_loop_cost,
4560 stmt_vinfo_set_outside_of_loop_cost): New functions.
4561 * tree-vect-transform.c (vect_get_cost_fields): Remove.
4562 (vect_model_simple_cost): Call
4563 stmt_vinfo_set_inside/outside_of_loop_cost to set the relevant cost
4564 field instead of calling vect_get_cost_fields.
4565 (vect_model_store_cost, vect_model_load_cost): Likewise.
4566
4567 2007-09-09 Revital Eres <eres@il.ibm.com>
4568
4569 * config/rs6000/rs6000.c (paired_init_builtins): Add const
4570 declaration to bdesc_paired_preds variable.
4571 (paired_expand_builtin): Likewise.
4572
4573 2007-09-09 Revital Eres <eres@il.ibm.com>
4574
4575 * dbgcnt.def (sms_sched_loop): New counter.
4576 * modulo-sched.c: Use sms_sched_loop instead of
4577 MAX_SMS_LOOP_NUMBER to determine the maximum number of loops to
4578 perform swing modulo scheduling on. Include dbgcnt.h.
4579 * Makefile.in: Add DBGCNT_H to modulo-sched.o.
4580 * params.def: Remove PARAM_MAX_SMS_LOOP_NUMBER.
4581
4582 2007-09-09 Uros Bizjak <ubizjak@gmail.com>
4583
4584 * config/i386/i386.md (X87MODEF12, SSEMODEF): Remove mode iterators.
4585 Substitute all uses with ...
4586 (MODEF): New mode iterator.
4587
4588 (fix_trunc<mode>_fisttp_i387_1): Remove operand constraints
4589 from pre-regalloc define_insn_and_split splitter pattern.
4590 (*fix_trunc<mode>_i387_1): Ditto.
4591 (*fistdi2_1): Ditto.
4592 (*fist<mode>2_1): Ditto.
4593 (frndintxf2_floor): Ditto.
4594 (*fist<mode>2_floor_1): Ditto.
4595 (frndintxf2_ceil): Ditto.
4596 (*fist<mode>2_ceil_1): Ditto.
4597 (frndintxf2_trunc): Ditto.
4598 (frndintxf2_mask_pm): Ditto.
4599
4600 (prologue): Use (const_int 0) as never generated filler insn.
4601 (epilogue): Ditto.
4602 (sibcall_epilogue): Ditto.
4603 (eh_return_si): Ditto.
4604 (eh_return_di): Ditto.
4605
4606 (add<mode>3): Rename from adddf3 and addsf3. Macroize expander
4607 using MODEF mode iterator.
4608 (sub<mode>3): Rename from subdf3 and subsf3. Macroize expander
4609 using MODEF mode iterator.
4610 (mul<mode>3): Rename from muldf3 and mulsf3. Macroize expander
4611 using MODEF mode iterator.
4612 (nearbyint<mode>2): Rename from nearbyintdf2 and nearbyintsf2.
4613 Macroize expander using MODEF mode iterator.
4614
4615 (zero_extendsidi2): Remove operand constraints from expander.
4616 (smuldi3_highpart): Ditto.
4617 (indirect_jump): Ditto.
4618 (tablejump): Ditto.
4619 (rsqrtsf2): Ditto.
4620 * config/i386/sse.md (storentv4sf): Ditto.
4621 (storentv2df): Ditto.
4622 (storentv2di): Ditto.
4623 (storentsi): Ditto.
4624 (sse2_cvtpd2ps): Ditto.
4625 (vec_interleave_highv16qi): Ditto.
4626 (vec_interleave_lowv16qi): Ditto.
4627 (vec_interleave_highv8hi): Ditto.
4628 (vec_interleave_lowv8hi): Ditto.
4629 (vec_interleave_highv4si): Ditto.
4630 (vec_interleave_lowv4si): Ditto.
4631 (vec_interleave_highv2di): Ditto.
4632 (vec_interleave_lowv2di): Ditto.
4633 (sse2_maskmovdqu): Ditto.
4634 * config/i386/mmx.md (mmx_maskmovq): Ditto.
4635
4636 2007-09-09 Ira Rosen <irar@il.ibm.com>
4637
4638 * tree-vectorizer.h (enum vect_def_type): Start enumeration from 1.
4639 (struct _slp_tree, struct _slp_instance): Define new data structures
4640 along macros for their access.
4641 (struct _loop_vec_info): Define new fields: strided_stores,
4642 slp_instances, and slp_unrolling_factor along macros for their access.
4643 (enum slp_vect_type): New.
4644 (struct _stmt_vec_info): Define new field, slp_type, and macros for
4645 its access.
4646 (STMT_VINFO_STRIDED_ACCESS): New macro.
4647 (vect_free_slp_tree): Declare.
4648 (vectorizable_load): Add an argument of type slp_tree.
4649 (vectorizable_store, vectorizable_operation, vectorizable_conversion,
4650 vectorizable_assignment): Likewise.
4651 (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
4652 Declare (make extern).
4653 * tree-vectorizer.c (new_stmt_vec_info): Initialize the new field.
4654 (new_loop_vec_info): Likewise.
4655 (destroy_loop_vec_info): Free memory allocated for SLP structures.
4656 * tree-vect-analyze.c: Include recog.h.
4657 (vect_update_slp_costs_according_to_vf): New.
4658 (vect_analyze_operations): Add argument for calls to vectorizable_ ()
4659 functions. For not pure SLP stmts with strided access check that the
4660 group size is power of 2. Update the vectorization factor according to
4661 SLP. Call vect_update_slp_costs_according_to_vf.
4662 (vect_analyze_group_access): New.
4663 (vect_analyze_data_ref_access): Call vect_analyze_group_access.
4664 (vect_free_slp_tree): New functions.
4665 (vect_get_and_check_slp_defs, vect_build_slp_tree, vect_print_slp_tree,
4666 vect_mark_slp_stmts, vect_analyze_slp_instance, vect_analyze_slp,
4667 vect_make_slp_decision, vect_detect_hybrid_slp_stmts,
4668 vect_detect_hybrid_slp): Likewise.
4669 (vect_analyze_loop): Call vect_analyze_slp, vect_make_slp_decision
4670 and vect_detect_hybrid_slp.
4671 * tree-vect-transform.c (vect_estimate_min_profitable_iters): Take
4672 SLP costs into account.
4673 (vect_get_cost_fields): New function.
4674 (vect_model_simple_cost): Make extern, add SLP parameter and handle
4675 SLP.
4676 (vect_model_store_cost, vect_model_load_cost): Likewise.
4677 (vect_get_constant_vectors): New function.
4678 (vect_get_slp_vect_defs, vect_get_slp_defs,
4679 vect_get_vec_defs_for_stmt_copy, vect_get_vec_defs_for_stmt_copy,
4680 vect_get_vec_defs): Likewise.
4681 (vectorizable_reduction): Don't handle SLP for now.
4682 (vectorizable_call): Don't handle SLP for now. Add argument to
4683 vect_model_simple_cost.
4684 (vectorizable_conversion): Handle SLP (call vect_get_vec_defs to
4685 get SLPed and vectorized defs). Fix indentation and spacing.
4686 (vectorizable_assignment): Handle SLP.
4687 (vectorizable_induction): Don't handle SLP for now.
4688 (vectorizable_operation): Likewise.
4689 (vectorizable_type_demotion): Add argument to
4690 vect_model_simple_cost.
4691 (vectorizable_type_promotion): Likewise.
4692 (vectorizable_store, vectorizable_load): Handle SLP.
4693 (vectorizable_condition): Don't handle SLP for now.
4694 (vect_transform_stmt): Add a new argument for SLP. Check that there is
4695 no SLP transformation required for unsupported cases. Add SLP
4696 argument for supported cases.
4697 (vect_remove_stores): New function.
4698 (vect_schedule_slp_instance, vect_schedule_slp): Likewise.
4699 (vect_transform_loop): Schedule SLP instances.
4700 * Makefile.in: (tree-vect-analyze.o): Depend on recog.h.
4701
4702 2007-09-09 Andrew Haley <aph@redhat.com>
4703
4704 * optabs.c (sign_expand_binop): Set libcall_gen = NULL in the fake
4705 signed optab.
4706
4707 2007-09-09 Hans-Peter Nilsson <hp@axis.com>
4708
4709 Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.
4710 * doc/rtl.texi (Insns): Specify when a label_ref makes a jump_insn.
4711 Similar for what label_refs can go in the JUMP_TARGET field. Split
4712 REG_LABEL documentation into REG_LABEL_TARGET and REG_LABEL_OPERAND.
4713 * reload.c (find_reloads): Generate REG_LABEL_OPERAND, not
4714 REG_LABEL when replacing an operand with a LABEL_REF for a
4715 non-jump insn.
4716 (subst_reloads): When replacing a LABEL_REG with a register,
4717 instead of generating a REG_LABEL note, assert that there already
4718 is one or that the label is a known target for the insn.
4719 * rtlanal.c (computed_jump_p): Instead of looking for a REG_LABEL
4720 note, check the JUMP_LABEL field. Remove "else" after return.
4721 * reorg.c (emit_delay_sequence): Replace case for REG_LABEL with
4722 cases for REG_LABEL_OPERAND and REG_LABEL_TARGET.
4723 (fill_slots_from_thread): Handle both REG_LABEL_OPERAND and
4724 REG_LABEL_TARGET notes, including the JUMP_TARGET field on JUMP_P
4725 insns. Iterate over all notes; don't assume there's only one.
4726 * cse.c (recorded_label_ref): Adjust comment to refer to
4727 REG_LABEL_OPERAND.
4728 (cse_extended_basic_block): Do LABEL_REF check for all INSN_P
4729 insns, not just NONJUMP_INSN_P.
4730 (check_for_label_ref): For JUMP_P insns, check that the LABEL_REF
4731 isn't a jump target.
4732 * jump.c (rebuild_jump_labels): Adjust head comment.
4733 (init_label_info): Ditto. Remove REG_LABEL_OPERAND notes only;
4734 don't reset REG_LABEL_TARGET notes, including the JUMP_LABEL field.
4735 (mark_all_labels): For JUMP_P insns without a target, check if the
4736 the target is noted on the previous nonjump insn.
4737 (mark_jump_label_1): New function, guts from mark_jump_label.
4738 <case IF_THEN_ELSE>: Handle first operand as a non-target when
4739 marking jump target labels.
4740 <case LABEL_REF>: Adjust for whether to generate a
4741 REG_LABEL_TARGET or a REG_LABEL_OPERAND note.
4742 For 'E' format rtl, iterate in descending element order.
4743 (delete_related_insns): Handle both REG_LABEL_TARGET and
4744 REG_LABEL_OPERAND notes. For JUMP_P insns with labels with zero
4745 reference count, delete and fallthrough. Move finding-next-
4746 non-deleted insn last in the function. Look at all INSN_P insns
4747 for REG_LABEL_OPERAND notes.
4748 (redirect_jump_2): Assert that OLABEL equals the old JUMP_LABEL of
4749 JUMP.
4750 * print-rtl.c (print_rtx): For JUMP_P insns and a non-NULL
4751 JUMP_LABEL, output the INSN_UID of it.
4752 * gcse.c: Adjust comments as appropriate to say REG_LABEL_OPERAND
4753 and/or REG_LABEL_TARGET.
4754 (add_label_notes): Only add REG_LABEL_OPERAND notes. Put in line
4755 with jump.c copy by only adding notes for labels actually
4756 referenced in the insn.
4757 * emit-rtl.c (try_split): Don't assume only NONJUMP_INSN_P need
4758 usage count increment; handle all INSN_P trial insns.
4759 (emit_copy_of_insn_after): Change to not copy REG_LABEL_OPERAND
4760 notes.
4761 * rtl.h (struct rtx_def) <volatil>: Adjust to mention
4762 REG_LABEL_TARGET and REG_LABEL_OPERAND.
4763 (LABEL_REF_NONLOCAL_P): Allow REG_LABEL_TARGET and
4764 REG_LABEL_OPERAND.
4765 * combine.c (distribute_notes): Adjust for REG_LABEL_TARGET on
4766 JUMP_P insns and REG_LABEL_OPERAND everywhere.
4767 * sched-rgn.c (is_cfg_nonregular): Check for REG_LABEL_OPERANDS
4768 on all INSN_P insns.
4769 * reg-notes.def (LABEL_TARGET, LABEL_OPERAND): Split from LABEL.
4770 * cfgrtl.c (delete_insn): Adjust to handle REG_LABEL_TARGET and
4771 REG_LABEL_OPERAND notes.
4772 * reload1.c (calculate_needs_all_insns): Adjust comments.
4773 (set_label_offsets): Adjust to look for REG_LABEL_OPERAND notes.
4774 * config/alpha/alpha.md (split for load of an address into a
4775 four-insn sequence on Unicos/Mk): Adjust to use
4776 REG_LABEL_OPERAND.
4777 * config/sh/sh.md (sh_reorg, final_prescan_insn): Ditto.
4778
4779 2007-09-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4780
4781 Revert:
4782 2007-09-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4783 * regrename.c (copyprop_hardreg_forward_1): New variable next. Use
4784 FOR_BB_INSNS_SAFE instead of for loop.
4785 * cse.c (cse_extended_basic_block): Likewise.
4786 * postreload.c (reload_cse_regs_1): New variable next. Make sure
4787 that the for loop does not invoke NEXT_INSN on a deleted insn.
4788 * function.c (instantiate_virtual_regs): Likewise.
4789 * lower-subreg.c (remove_retval_note): Likewise.
4790 (decompose_multiword_subregs): Use FOR_BB_INSNS_SAFE instead of
4791 FOR_BB_INSNS.
4792 * emit-rtl.c (remove_insn): Set NEXT_INSN and PREV_INSN to NULL on
4793 a deleted insn.
4794 * cfgrtl.c (delete_insn): Set JUMP_LABEL to NULL on a deleted
4795 insn, if it's a jump.
4796 (try_redirect_by_replacing_jump): New variable jump_p. Call
4797 tablejump_p before delete_insn_chain.
4798 * reload1.c (reload): New variable next. Make sure that the for
4799 loop does not invoke NEXT_INSN on a deleted insn.
4800 (fixup_eh_region_note): Make the loop terminate if i becomes NULL.
4801 (delete_output_reload): New variable prev. Make sure the the for
4802 loops do not invoke PREV_INSN on a deleted insn.
4803
4804 2007-09-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4805
4806 * pa/constraints.md: Remove 'X' from unused letters comment.
4807
4808 2007-09-08 Richard Guenther <rguenther@suse.de>
4809
4810 * tree-tailcall.c (find_tail_calls): If we don't have aliases
4811 computed check stmt_ann->references_memory instead of counting
4812 virtual operands.
4813
4814 2007-09-08 Segher Boessenkool <segher@kernel.crashing.org>
4815
4816 * cse.c (fold_rtx): Use validate_unshare_change() instead of
4817 validate_change() in one more case.
4818
4819 2007-09-08 Zdenek Dvorak <ook@ucw.cz>
4820
4821 PR tree-optimization/32283
4822 * tree-ssa-loop-ivopts.c (may_eliminate_iv): Use
4823 estimated_loop_iterations.
4824 (determine_use_iv_cost_condition): Decrease cost of expressions
4825 used in iv elimination.
4826
4827 2007-09-08 Richard Guenther <rguenther@suse.de>
4828
4829 * tree-cfg.c (verify_gimple_expr): Avoid building new
4830 pointer types, use TYPE_POINTER_TO if available instead.
4831
4832 2007-09-08 Uros Bizjak <ubizjak@gmail.com>
4833
4834 PR target/33329
4835 PR rtl-optimization/26449
4836 * config/i386/sse.md (mulv4si3): Do not expand sse2 sequence.
4837 (*sse2_mulv4si3): New define_insn_and_split pattern. Split insn in
4838 split1 pass.
4839 (mulv16qi3): Implement as define_insn_and_split pattern instead of
4840 define_expand. Split insn in split1 pass.
4841 (mulv2di3): Ditto.
4842
4843 2007-09-08 Dorit Nuzman <dorit@il.ibm.com>
4844
4845 PR tree-optimization/33301
4846 * tree-vect-analyze (analyze_operations): Look at the type of the rhs
4847 when relevant.
4848
4849 2007-09-07 Zdenek Dvorak <ook@ucw.cz>
4850
4851 PR tree-optimization/32183
4852 * Makefile.in (tree-ssa-reassoc.o): Also depend on $(CFGLOOP_H).
4853
4854 * tree-ssa-reassoc.c: Include cfgloop.h.
4855 (is_reassociable_op): Add a loop argument and return true only
4856 for inside loop.
4857 (linearize_expr): Updated.
4858 (should_break_up_subtract): Likewise.
4859 (linearize_expr_tree): Likewise.
4860 (init_reassoc): Call loop_optimizer_init with
4861 AVOID_CFG_MODIFICATIONS. Remove calculate_dominance_info call
4862 with CDI_DOMINATORS.
4863 (fini_reassoc): Call loop_optimizer_finalize.
4864
4865 2007-09-07 Sterling Augustine <sterling@tensilica.com>
4866
4867 * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Use an ISYNC even
4868 if there is no i-cache.
4869
4870 2007-09-07 Richard Guenther <rguenther@suse.de>
4871
4872 Reapply
4873 2007-09-06 Richard Guenther <rguenther@suse.de>
4874
4875 PR tree-optimization/32586
4876 * tree-ssa-sccvn.c (simplify_binary_expression): Avoid
4877 folding if nothing changed.
4878 (simplify_unary_expression): New function. Do tree combining
4879 on conversion like codes.
4880 (try_to_simplify): Call it.
4881
4882 2007-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4883
4884 PR target/33286
4885 * gthr-posix.h (__gthread_active_p): Add implementation for hppa-hpux.
4886 (__gthread_active,__gthread_start, __gthread_active_init): New.
4887 * gthr-posix95.h: Likewise.
4888
4889 2007-09-07 Roman Zippel <zippel@linux-m68k.org>
4890
4891 * function.h (struct function): Rename calls_unwind_init
4892 to saves_all_registers.
4893 (current_function_saves_all_registers): Renamed from
4894 current_function_calls_unwind_init.
4895 * reload1.c (reload): Set current_function_saves_all_registers.
4896 * except.c (expand_builtin_unwind_init): Likewise.
4897 * config/m68k/m68k.c (m68k_save_reg): Use
4898 current_function_saves_all_registers to save pic register.
4899
4900 2007-09-07 Janis Johnson <janis187@us.ibm.com>
4901
4902 config/m68k/m68k.c (floating_exact_log2): Update call to real_2expN.
4903 config/s390/s390.md (fixuns_trunc<BFP:mode><GPR:mode>2): Ditto.
4904
4905 Reapply reverted changes:
4906
4907 2007-09-06 Jan Hubicka <jh@suse.cz>
4908
4909 * config/i386.c (ix86_expand_lround, ix86_expand_round): Update call
4910 of real_2expN.
4911
4912 2007-09-06 Richard Sandiford <richard@codesourcery.com>
4913
4914 * config/mips/mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2)
4915 (fixuns_truncsfsi2, fixuns_truncsfdi2): Update calls to real_2expN.
4916
4917 2007-09-05 Janis Johnson <janis187@us.ibm.com>
4918
4919 * optabs.c (expand_float): Convert unsigned integer as signed only
4920 if it provides sufficient accuracy; add mode argument to real_2expN.
4921 (expand_fix): Fix comment typos; extend binary float into mode
4922 wider than destination for converion to unsigned integer; add mode
4923 argument to real_2expN.
4924 * real.c (real_2expN): Add mode argument to special-case decimal
4925 float values.
4926 * real.h (real_2expN): Ditto.
4927 * fixed-value.c (check_real_for_fixed_mode): Add mode argument to
4928 real_2expN.
4929 (fixed_from_string): Ditto.
4930 (fixed_to_decimal): Ditto.
4931 (fixed_convert_from_real): Ditto.
4932 (real_convert_from_fixed): Ditto.
4933 * config/rs6000/rs6000.md (FP): Include DD and TD modes.
4934 * config/rs6000/dfp.md (extendddtd2, adddd3, addtd3, subdd3, subtd3,
4935 muldd3, multd3, divdd3, divtd3, cmpdd_internal1, cmptd_internal1,
4936 floatditd2, ftruncdd2, fixdddi2, ftrunctd2, fixddi2): New.
4937
4938 2007-09-07 Diego Novillo <dnovillo@google.com>
4939
4940 * tree-flow.h (const_block_stmt_iterator): Remove.
4941 Update all users to use block_stmt_iterator.
4942 * tree-iterator.h (const_tree_stmt_iterator): Remove.
4943 Update all users to use tree_stmt_iterator.
4944
4945 2007-09-07 Sandra Loosemore <sandra@codesourcery.com>
4946
4947 * config/mips/mips.c (mips_set_current_function): Temporarily
4948 make this a no-op to fix bootstrap errors, pending rewrite.
4949
4950 2007-09-07 Jan Hubicka <jh@suse.cz>
4951
4952 * reorg.c (dbr_schedule): Move code removing placeholder USEs later
4953 in the pass.
4954
4955 2007-09-07 Dorit Nuzman <dorit@il.ibm.com>
4956
4957 PR tree-optimization/33299
4958 * tree-vect-transform.c (vect_create_epilog_for_reduction): Update
4959 uses for all relevant loop-exit phis, not just the first.
4960
4961 2007-09-07 Richard Guenther <rguenther@suse.de>
4962
4963 PR middle-end/33330
4964 * tree-ssa-operands.c (access_can_touch_variable): An access
4965 of the form (*p)[0] can touch a variable of same size.
4966
4967 2007-09-07 Jan Hubicka <jh@suse.cz>
4968
4969 * passes.c (init_optimization_passes): Add simple dce and addressable
4970 passes.
4971 * tree-ssa.c (execute_update_addresses_taken): New function.
4972 (pass_update_address_taken): New.
4973 * tree-ssa-dse.c (execute_simple_dse): New function.
4974 (pass_simple_dse): New.
4975 * tree-pass.h (pass_simple_dse, pass_update_address_taken): Declare.
4976
4977 2007-09-07 Tobias Burnus <burnus@net-b.de>
4978
4979 PR middle-end/33321
4980 * doc/invoke.texi: Fix -Wstrict-overflow= table.
4981
4982 2007-09-07 Richard Guenther <rguenther@suse.de>
4983
4984 Revert
4985 2007-09-06 Richard Guenther <rguenther@suse.de>
4986
4987 PR tree-optimization/32586
4988 * tree-ssa-sccvn.c (simplify_binary_expression): Avoid
4989 folding if nothing changed.
4990 (simplify_unary_expression): New function. Do tree combining
4991 on conversion like codes.
4992 (try_to_simplify): Call it.
4993
4994 2007-09-07 Richard Guenther <rguenther@suse.de>
4995 Uros Bizjak <ubizjak@gmail.com>
4996
4997 PR tree-optimization/32821
4998 * tree_if_conv.c (combine_blocks): Use alloc_stmt_list instead of
4999 NULL in the call to set_bb_stmt_list.
5000
5001 2007-09-07 Richard Sandiford <richard@codesourcery.com>
5002
5003 * config/mips/mips.c (build_mips16_call_stub): Emit all direct
5004 float calls here, rather than leaving some to the caller.
5005 Use call_internal_direct and call_value_internal_direct.
5006 * config/mips/mips.md (call_internal_direct): New pattern.
5007 (call_value_internal_direct): Likewise.
5008
5009 2007-09-07 Richard Sandiford <richard@codesourcery.com>
5010
5011 * config/mips/mips.c (mips_base_move_loop_invariants): New variable.
5012 (mips_set_mips16_mode): Restore flag_move_loop_invariants, then set
5013 to 0 for MIPS16.
5014 (override_options): Set mips_base_move_loop_invariants.
5015
5016 2007-09-07 Richard Sandiford <richard@codesourcery.com>
5017
5018 * config/mips/mips.opt (mcode-readable=): Move to keep list
5019 alphabetical.
5020
5021 2007-09-07 Richard Sandiford <richard@codesourcery.com>
5022
5023 * doc/invoke.texi: Document the MIPS -mlocal-sdata, -mextern-sdata
5024 and -mgpopt options. Adjust the -G documentation to match.
5025 * config/mips/mips.opt (mextern-data, mgpopt, mlocal-data): New.
5026 * config/mips/mips.c (mips_rtx_constant_in_small_data_p): New
5027 function, split out from mips_classify_symbol. Return false for
5028 !TARGET_LOCAL_SDATA.
5029 (mips_classify_symbol): Call mips_rtx_constant_in_small_data_p.
5030 Only use GP-relative accesses for non-pool symbols if TARGET_GPOPT.
5031 (override_options): Check whether the -mgpopt setting is consistent
5032 with the other flags.
5033 (symbolic_expression_p): Delete.
5034 (mips_select_rtx_section): Use mips_rtx_constant_in_small_data_p
5035 and default_elf_select_rtx_section.
5036 (mips_in_small_data_p): Honor section attributes for MIPS16 too.
5037 Return false for local data unless TARGET_LOCAL_SDATA. Likewise
5038 external data and TARGET_EXTERN_SDATA.
5039
5040 2007-09-07 Tobias Burnus <burnus@net-b.de>
5041
5042 PR fortran/33303
5043 * doc/cpp.texi (Common Predefined Macros): Add __GFORTRAN__.
5044
5045 2007-09-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5046
5047 * regrename.c (copyprop_hardreg_forward_1): New variable next. Use
5048 FOR_BB_INSNS_SAFE instead of for loop.
5049 * cse.c (cse_extended_basic_block): Likewise.
5050 * postreload.c (reload_cse_regs_1): New variable next. Make sure
5051 that the for loop does not invoke NEXT_INSN on a deleted insn.
5052 * function.c (instantiate_virtual_regs): Likewise.
5053 * lower-subreg.c (remove_retval_note): Likewise.
5054 (decompose_multiword_subregs): Use FOR_BB_INSNS_SAFE instead of
5055 FOR_BB_INSNS.
5056 * emit-rtl.c (remove_insn): Set NEXT_INSN and PREV_INSN to NULL on
5057 a deleted insn.
5058 * cfgrtl.c (delete_insn): Set JUMP_LABEL to NULL on a deleted
5059 insn, if it's a jump.
5060 (try_redirect_by_replacing_jump): New variable jump_p. Call
5061 tablejump_p before delete_insn_chain.
5062 * reload1.c (reload): New variable next. Make sure that the for
5063 loop does not invoke NEXT_INSN on a deleted insn.
5064 (fixup_eh_region_note): Make the loop terminate if i becomes NULL.
5065 (delete_output_reload): New variable prev. Make sure the the for
5066 loops do not invoke PREV_INSN on a deleted insn.
5067
5068 2007-09-06 Zdenek Dvorak <ook@ucw.cz>
5069
5070 * cgraphbuild.c (rebuild_cgraph_edges): Export.
5071 * cgraph.h (rebuild_cgraph_edges): Declare.
5072 * tree-pass.h (pass_expand_omp_ssa): New.
5073 * omp-low.c (find_omp_clause): Export.
5074 (copy_var_decl): Split from omp_copy_decl_2.
5075 (build_omp_barrier): Return the call to emit instead of emitting
5076 it directly.
5077 (lower_rec_input_clauses, expand_omp_single): Gimplify the result of
5078 build_omp_barrier.
5079 (extract_omp_for_data, expand_parallel_call, expand_omp_parallel,
5080 expand_omp_for_generic, expand_omp_for_static_nochunk,
5081 expand_omp_for_static_chunk, expand_omp_for, expand_omp_sections):
5082 Adapted to work on SSA form.
5083 (execute_expand_omp): Do not invalidate dominance information.
5084 (gate_expand_omp): Do not run with -fopenmp-ssa flag.
5085 (gate_expand_omp_ssa, pass_expand_omp_ssa): New.
5086 * gimplify.c (gimplify_omp_for): Ensure that the control variable is
5087 a gimple_reg.
5088 (force_gimple_operand): Allow gimplifying code expressions without
5089 value.
5090 * tree-predcom.c (mark_virtual_ops_for_renaming): Handle phi nodes.
5091 * common.opt (fopenmp-ssa): New.
5092 * tree-flow.h (find_omp_clause, copy_var_decl): Declare.
5093 * Makefile.in (tree-cfg.o): Add TREE_INLINE_H dependency.
5094 * tree-cfg.c: Include tree-inline.h.
5095 (struct move_stmt_d): Replace vars_to_remove by vars_map field.
5096 (replace_by_duplicate_decl, replace_ssa_name,
5097 mark_virtual_ops_in_region): New functions.
5098 (move_stmt_r, move_block_to_fn, move_sese_region_to_fn): Adapted
5099 to work on SSA form.
5100 * passes.c (init_optimization_passes): Add pass_expand_omp_ssa pass.
5101 * tree-ssa-operands.c (get_expr_operands): Handle operands of OMP
5102 constructs.
5103
5104 2007-09-06 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5105
5106 * tree-loop-linear.c: Include obstack.h.
5107 (linear_transform_loops): New obstack lambda_obstack.
5108 Initialize it, pass it to gcc_loopnest_to_lambda_loopnest,
5109 lambda_loopnest_transform, lambda_loopnest_to_gcc_loopnest calls
5110 and free afterwards.
5111 * lambda.h (struct obstack): New forward declaration.
5112 (lambda_linear_expression_new): New parameter of type struct
5113 obstack *.
5114 (lambda_loopnest_new): Likewise.
5115 (lambda_loopnest_transform): Likewise.
5116 (lambda_body_vector_new): Likewise.
5117 (lambda_body_vector_compute_new): Likewise.
5118 (gcc_loopnest_to_lambda_loopnest): Likewise.
5119 (lambda_loopnest_to_gcc_loopnest): Likewise.
5120 * lambda-code.c: Include obstack.h.
5121 (lambda_lattice_new): New parameter lambda_obstack. Use it for
5122 allocation of ret.
5123 (lambda_body_vector_new): Likewise.
5124 (lambda_linear_expression_new): Likewise.
5125 (lambda_lattice_new): Likewise.
5126 (lambda_loopnest_new): Likewise. Additionally use obstack to
5127 allocate LN_LOOPS(ret).
5128 (lambda_lattice_compute_base): New parameter lambda_obstack. Pass
5129 it to lambda_lattice_new.
5130 (lambda_body_vector_compute_new): New parameter lambda_obstack.
5131 Pass it to lambda_body_vector_new.
5132 (lambda_lattice_compute_base): New paramater lambda_obstack. Pass
5133 it to lambda_lattice_new.
5134 (compute_nest_using_fourier_motzkin): New parameter lambda_obstack.
5135 Pass it to lambda_loopnest_new, lambda_linear_expression_new.
5136 (lambda_compute_target_space): Likewise.
5137 (lambda_compute_auxillary_space): New parameter lambda_obstack.
5138 Pass it to lambda_lattice_compute_base and
5139 compute_nest_using_fourieer_motzkin.
5140 (lambda_loopnest_transform): New parameter lambda_obstack. Pass
5141 it to lambda_lattice_compute_base, lambda_lattice_auxillary_space
5142 and lambda_lattice_compute_target_space.
5143 (gcc_tree_to_linear_expression): Nex parameter lambda_obstack.
5144 Pass it to lambda_linear_expression_new.
5145 (gcc_loop_to_lambda_loop): New parameter lambda_obstack. Pass it
5146 to gcc_tree_to_linear_expression.
5147 (gcc_loopnest_to_lambda_loopnest): New parameter lambda_obstack.
5148 Pass it to gcc_loop_to_lambda_loop and lambda_loopnest_new.
5149 (lambda_loopnest_to_gcc_loopnest): New parameter lambda_obstack.
5150 Pass it to lambda_body_vector_new and
5151 lambda_body_vector_compute_new.
5152 * Makefile.in (tree-loop-linear.o): Add $(OBSTACK_H) dependency.
5153 (lambda-code.o): Likewise.
5154
5155 2007-09-06 Chao-ying Fu <fu@mips.com>
5156
5157 * ginclude/stdfix.h: New file.
5158 * Makefile.in (USER_H): Add $(srcdir)/ginclude/stdfix.h.
5159 (convert.o): Add dependence on fixed-value.h.
5160 * c-convert.c (convert): Support FIXED_POINT_TYPE.
5161 * c-cppbuiltin.c (builtin_define_fixed_point_constants): New function
5162 to define fixed-point constants.
5163 (c_cpp_builtins): Define fixed-point constants.
5164 * convert.c (fixed-value.h): New include.
5165 (convert_to_real): Update comment to include fixed-point.
5166 Support FIXED_POINT_TYPE.
5167 (convert_to_integer): Update comment to include fixed-point.
5168 Support FIXED_POINT_TYPE.
5169 (convert_to_complex): Support FIXED_POINT_TYPE.
5170 (convert_to_fixed): New function.
5171 * convert.h (convert_to_fixed): Declare.
5172 * genopinit.c: Add comment about $Q for only fixed-point modes.
5173 (optabs): Add fract_optab, fractuns_optab, satfract_optab,
5174 satfractuns_optab, add_optab, ssadd_optab, usadd_optab, sub_optab,
5175 sssub_optab, ussub_optab, smul_optab, ssmul_optab, usmul_optab,
5176 ssmadd_widen_optab, usmadd_widen_optab, ssdiv_optab, udiv_optab,
5177 usdiv_optab, ssashl_optab, usashl_optab, neg_optab, ssneg_optab,
5178 usneg_optab for fixed-point modes.
5179 (gen_insn): Add force_fixed to track the $Q format for all fixed-point
5180 modes.
5181 * optabs.c (optab_for_tree_code): For *DIV_EXPR, LSHIFT_EXPR,
5182 PLUS_EXPR, MINUS_EXPR, MULT_EXPR, NEGATE_EXPR, return signed or
5183 unsigned saturation optabs, when type is saturating.
5184 (shift_optab_p): Return true for SS_ASHIFT or US_ASHIFT.
5185 (expand_fixed_convert): New function.
5186 (gen_fixed_libfunc, gen_signed_fixed_libfunc,
5187 gen_unsigned_fixed_libfunc, gen_int_fp_fixed_libfunc,
5188 gen_int_fp_signed_fixed_libfunc, gen_int_fixed_libfunc,
5189 gen_int_signed_fixed_libfunc, gen_int_unsigned_fixed_libfunc,
5190 gen_fract_conv_libfunc, gen_fractuns_conv_libfunc,
5191 gen_satfract_conv_libfunc, gen_satfractuns_conv_libfunc): New
5192 functions.
5193 (init_optabs): Initialize ssadd_optab, usadd_optab, sssub_optab,
5194 ussub_optab, ssmul_optab, usmul_optab, ssmadd_widen_optab,
5195 usmadd_widen_optab, ssmsub_widen_optab, usmsub_widen_optab,
5196 ssdiv_optab, usdiv_optab, ssashl_optab, usashl_optab, ssneg_optab,
5197 usneg_optab, fract_optab, fractuns_optab, satfract_optab,
5198 satfractuns_optab.
5199 Initialize fixed-point libraries, including add, ssadd, usadd, sub,
5200 sssub, ussub, mul, ssmul, usmul, div, ssdiv, udiv, usdiv, ashl,
5201 ssashl, usashl, ashr, lshr, neg, ssneg, usneg, cmp, fract, satfract,
5202 fractuns, satfractuns.
5203 * optabs.h (enum optab_index): Add OTI_ssadd, OTI_usadd, OTI_sssub,
5204 OTI_ussub, OTI_ssmul, OTI_usmul, OTI_ssdiv, OTI_usdiv, OTI_ssneg,
5205 OTI_usneg, OTI_ssashl, OTI_usashl, OTI_ssmadd_widen, OTI_usmadd_widen,
5206 OTI_ssmsub_widen, OTI_usmsub_widen.
5207 (ssadd_optab, usadd_optab, sssub_optab, ussub_optab, ssmul_optab,
5208 usmul_optab, ssdiv_optab, usdiv_optab, ssneg_optab, usneg_optab,
5209 ssashl_optab, usashl_optab, ssmadd_widen_optab, usmadd_widen_optab,
5210 umsub_widen_optab, usmsub_widen_optab): Define.
5211 (enum convert_optab_index): Add COI_fract, COI_fractuns, COI_satfract,
5212 COI_satfractuns.
5213 (fract_optab, fractuns_optab, satfract_optab, satfractuns_optab):
5214 Define.
5215 (expand_fixed_convert): Declare.
5216 * expr.c (convert_move): Support the move of fixed-point modes.
5217 (emit_move_insn_1): Handle fixed-point mode to move via integer.
5218 (categorize_ctor_elements_1): Handle FIXED_CST.
5219 (count_type_elements): Handle FIXED_POINT_TYPE.
5220 (expand_expr_real_1): For VECTOR_CST, check MODE_VECTOR_FRACT,
5221 MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
5222 Support FIXED_CST.
5223 For PLUS_EXPR and MINUS_EXPR, support saturating and non-saturating
5224 multiply and add/subtract for fixed-point types.
5225 For MULT_EXPR, *DIV_EXPR, *SHIFT_EXPR, if the mode if a fixed-point
5226 mode, we jump to binop directly.
5227 Support FIXED_CONVERT_EXPR.
5228 (do_store_flag): Check FIXED_CST to put a constant second.
5229 (vector_mode_valid_p): Handle MODE_VECTOR_FRACT,
5230 MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
5231 (const_vector_from_tree): Support FIXED_CST.
5232 * doc/extend.texi (Fixed-Point): New node.
5233 * doc/md.texi (ssadd, usadd, sssub, ussub, ssmul, usmul, ssdiv, usdiv,
5234 ssmadd, usmadd, ssmsub, usmsub, ssashl, usashl, ssneg, usneg, fract,
5235 satfract, fractuns, satfractuns): Document them.
5236
5237 2007-09-07 Bernd Schmidt <bernd.schmidt@analog.com>
5238
5239 * config/bfin/bfin.h (PREFERRED_RELOAD_CLASS): Don't reload autoinc
5240 addresses into I registers.
5241
5242 2007-09-06 Jan Hubicka <jh@suse.cz>
5243 Andreas Tobler <a.tobler@schweiz.org>
5244
5245 * config/darwin.c (machopic_indirect_data_reference): Avoid invalid
5246 sharing.
5247 (machopic_legitimize_pic_address): Likewise.
5248
5249 2007-09-06 Andrew Pinski <andrew_pinski@playstation.sony.com>
5250 Jan Hubicka <jh@suse.cz>
5251
5252 * config/spu/spu.md (floatsidf2): Use convert_optab_libfunc
5253 instead of ufloat_optab->handlers directly.
5254 (floatdidf2): Likewise.
5255
5256 2007-09-06 Sandra Loosemore <sandra@codesourcery.com>
5257
5258 * config/mips/mips.c: Include diagnostic.h.
5259 (mips_set_current_function): Check errorcount and sorrycount
5260 before generating RTL.
5261
5262 2007-09-06 Richard Sandiford <richard@codesourcery.com>
5263
5264 PR target/33256
5265 * config/mips/mips.c (mips_classify_symbolic_expression): New function.
5266 (mips_classify_address): Use it instead of mips_symbolic_constant_p.
5267 (print_operand_reloc): Likewise.
5268
5269 2007-09-06 Janis Johnson <janis187@us.ibm.com>
5270
5271 Revert:
5272
5273 2007-09-06 Jan Hubicka <jh@suse.cz>
5274
5275 * i386.c (ix86_expand_lround, ix86_expand_round): Update call of
5276 real_2expN.
5277
5278 2007-09-06 Richard Sandiford <richard@codesourcery.com>
5279
5280 * config/mips/mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2)
5281 (fixuns_truncsfsi2, fixuns_truncsfdi2): Update calls to real_2expN.
5282
5283 2007-09-05 Janis Johnson <janis187@us.ibm.com>
5284
5285 * optabs.c (expand_float): Convert unsigned integer as signed only
5286 if it provides sufficient accuracy; add mode argument to real_2expN.
5287 (expand_fix): Fix comment typos; extend binary float into mode
5288 wider than destination for converion to unsigned integer; add mode
5289 argument to real_2expN.
5290 * real.c (real_2expN): Add mode argument to special-case decimal
5291 float values.
5292 * real.h (real_2expN): Ditto.
5293 * fixed-value.c (check_real_for_fixed_mode): Add mode argument to
5294 real_2expN.
5295 (fixed_from_string): Ditto.
5296 (fixed_to_decimal): Ditto.
5297 (fixed_convert_from_real): Ditto.
5298 (real_convert_from_fixed): Ditto.
5299 * config/rs6000/rs6000.md (FP): Include DD and TD modes.
5300 * config/rs6000/dfp.md (extendddtd2, adddd3, addtd3, subdd3, subtd3,
5301 muldd3, multd3, divdd3, divtd3, cmpdd_internal1, cmptd_internal1,
5302 floatditd2, ftruncdd2, fixdddi2, ftrunctd2, fixddi2): New.
5303
5304 2007-09-06 Tom Tromey <tromey@redhat.com>
5305
5306 * tree-cfg.c (remove_bb): Only warn if line is non-zero.
5307 * c-pch.c (c_common_read_pch): Restore current location after
5308 reading PCH file.
5309 * tree.c (expand_location): Update.
5310 (expr_filename): Changed return type. Unified the two cases.
5311 (expr_lineno): Likewise.
5312 (annotate_with_file_line): Don't use EXPR_LINENO and EXPR_FILENAME
5313 as lvalues.
5314 * toplev.c (line_table): Changed type.
5315 (general_init): Update.
5316 (realloc_for_line_map): New function.
5317 (general_init): Allocate line_table using GC.
5318 * fix-header.c (line_table): Changed type.
5319 (read_scan_file): Update.
5320 (read_scan_file): Update.
5321 * c-ppoutput.c (maybe_print_line): Update.
5322 (print_line): Update.
5323 (cb_line_change): Update.
5324 (cb_define): Update.
5325 (pp_file_change): Update.
5326 * c-opts.c (c_common_init_options): Update.
5327 (finish_options): Update.
5328 (push_command_line_include): Update.
5329 * c-lex.c (cb_line_change): Update.
5330 (cb_def_pragma): Update.
5331 (cb_define): Update.
5332 (cb_undef): Update.
5333 (c_lex_with_flags): Use cpp_get_token_with_location.
5334 * input.h (line_table): Changed type.
5335 (location_from_locus): New macro.
5336 * tree.h (EXPR_FILENAME): No longer an lvalue.
5337 (EXPR_LINENO): Likewise.
5338 (expr_locus, set_expr_locus): Declare separately for
5339 USE_MAPPED_LOCATION.
5340 (expr_filename, expr_lineno): Changed return type.
5341 * gimplify.c (tree_to_gimple_tuple): Use SET_EXPR_LOCUS.
5342 * cfgexpand.c (expand_gimple_cond_expr): Use location_from_locus.
5343 (expand_gimple_basic_block): Likewise.
5344 * final.c (final_scan_insn): Use expanded_location.
5345
5346 2007-09-06 Richard Guenther <rguenther@suse.de>
5347
5348 PR tree-optimization/32586
5349 * tree-ssa-sccvn.c (simplify_binary_expression): Avoid
5350 folding if nothing changed.
5351 (simplify_unary_expression): New function. Do tree combining
5352 on conversion like codes.
5353 (try_to_simplify): Call it.
5354 * builtins.c (fold_builtin_cexp): Fold the built expressions.
5355 * fold-const.c (fold_unary): Test result of get_callee_fndecl().
5356
5357 2007-09-06 Jan Hubicka <jh@suse.cz>
5358
5359 PR target/33318
5360 * cse.c (fold_rtx): Avoid invalid sharing.
5361
5362 2007-09-06 Richard Sandiford <richard@codesourcery.com>
5363
5364 * config/mips/mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2)
5365 (fixuns_truncsfsi2, fixuns_truncsfdi2): Update calls to real_2expN.
5366
5367 2007-09-06 Revital Eres <eres@il.ibm.com>
5368
5369 * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
5370 Fix offsettable memory reference for 750CL.
5371
5372 2007-09-06 Pat Haugen <pthaugen@us.ibm.com>
5373
5374 * reload.c (find_reloads_address_1): Try to preserve original
5375 base/index regclass of operands.
5376 * regrename.c (scan_rtx_address): Likewise.
5377 (replace_oldest_value_addr): Likewise.
5378
5379 2007-09-06 Richard Guenther <rguenther@suse.de>
5380
5381 PR tree-optimization/33302
5382 * domwalk.c (walk_dominator_tree): The exit block is
5383 interesting even if it is not reachable.
5384
5385 2007-09-06 Richard Sandiford <richard@codesourcery.com>
5386
5387 PR middle-end/33306
5388 * optabs.c (avoid_expensive_constant): Do nothing if MODE is VOIDmode.
5389
5390 2007-09-06 Basile Starynkevitch <basile@starynkevitch.net>
5391
5392 * cfg.c (dump_bb_info, dump_edge_info): Added cfun test for
5393 robustness.
5394
5395 2007-09-05 Ian Lance Taylor <iant@google.com>
5396
5397 * tree-pretty-print.c (dump_decl_name): Cast LABEL_DECL_UID to int
5398 when printing.
5399 (dump_generic_node): Likewise.
5400 * print-rtl.c (print_decl_name): Likewise.
5401 * print-tree.c (print_node_brief): Likewise.
5402 (print_node): Likewise.
5403 * Makefile.in (RTL_BASE_H): Add alias.h.
5404 (TREE_H): Likewise.
5405
5406 2007-09-06 Jesper Nilsson <jesper.nilsson@axis.com>
5407
5408 * longlong.h [__CRIS_arch_version >= 8] (count_trailing_zeros):
5409 Defined.
5410 * config/cris/cris.md (ctzsi2, cris_swap_bits): Implemented.
5411 * config/cris/cris.h (CTZ_DEFINED_VALUE_AT_ZERO): Defined.
5412
5413 2007-09-06 Jie Zhang <jie.zhang@analog.com>
5414
5415 * config.gcc (tm_file): Add linux.h for bfin*-uclinux*.
5416 (tm_defines): Define UCLIBC_DEFAULT to 1.
5417 (extra_options): Add linux.opt.
5418 * config/bfin/linux.h (CPLUSPLUS_CPP_SPEC): Don't define.
5419 (CRT_CALL_STATIC_FUNCTION): Likewise.
5420 (NO_IMPLICIT_EXTERN_C): Likewise.
5421 (TARGET_OS_CPP_BUILTINS): Define as LINUX_TARGET_OS_CPP_BUILTINS.
5422 * config/bfin/elf.h (OBJECT_FORMAT_ELF): Don't define.
5423 * config/bfin/uclinux.h (CPLUSPLUS_CPP_SPEC): Don't define.
5424 (ENDFILE_SPEC): Don't define.
5425 (LIB_SPEC): Likewise.
5426 (CRT_CALL_STATIC_FUNCTION): Likewise.
5427 (NO_IMPLICIT_EXTERN_C): Likewise.
5428 (LINUX_TARGET_OS_CPP_BUILTINS): Likewise.
5429 (TARGET_OS_CPP_BUILTINS): Define as LINUX_TARGET_OS_CPP_BUILTINS.
5430
5431 2007-09-06 Jan Hubicka <jh@suse.cz>
5432
5433 * i386.c (ix86_expand_lround, ix86_expand_round): Update call of
5434 real_2expN.
5435
5436 2007-09-06 Jan Hubicka <jh@suse.cz>
5437
5438 * opts.c (common_handle_option): Enable inlining functions for
5439 -fprofile-generate.
5440
5441 2007-09-06 Jakub Jelinek <jakub@redhat.com>
5442
5443 * builtin-attrs.def (ATTR_NONNULL_3): New.
5444 (DEF_FORMAT_ATTRIBUTE): Use just ATTR_NONNULL_##FA instead of
5445 ATTR_NOTHROW_NONNULL_##FA.
5446 (DEF_FORMAT_ATTRIBUTE_NOTHROW, DEF_FORMAT_ATTRIBUTE_BOTH): New macros.
5447 (ATTR_FORMAT_PRINTF_NOTHROW_2_0, ATTR_PRINTF_NOTHROW_2_3,
5448 ATTR_FORMAT_PRINTF_NOTHROW_3_0, ATTR_FORMAT_PRINTF_NOTHROW_3_4,
5449 ATTR_FORMAT_PRINTF_NOTHROW_4_0, ATTR_PRINTF_NOTHROW_4_5,
5450 ATTR_FORMAT_PRINTF_NOTHROW_5_0, ATTR_FORMAT_PRINTF_NOTHROW_5_6,
5451 ATTR_FORMAT_SCANF_NOTHROW_2_0, ATTR_FORMAT_SCANF_NOTHROW_2_3,
5452 ATTR_FORMAT_STRFTIME_NOTHROW_3_0, ATTR_FORMAT_STRFMON_NOTHROW_3_4):
5453 New.
5454 (ATTR_FORMAT_PRINTF_4_0, ATTR_PRINTF_4_5, ATTR_FORMAT_PRINTF_5_0,
5455 ATTR_FORMAT_PRINTF_5_6, ATTR_FORMAT_STRFTIME_3_0,
5456 ATTR_FORMAT_NOTHROW_3_4): Remove.
5457 * builtins.def (snprintf, sprintf, sscanf, vsnprintf, vsprintf,
5458 vsscanf, strfmon, strftime, __snprintf_chk, __sprintf_chk,
5459 __vsnprintf_chk, __vsprintf_chk): Use ATTR_FORMAT_*_NOTHROW_*
5460 instead of ATTR_FORMAT_*_*.
5461
5462 2007-09-06 Hans-Peter Nilsson <hp@axis.com>
5463
5464 * config/cris/cris.c (cris_emit_movem_store): Call copy_rtx on
5465 parts re-used for REG_FRAME_RELATED_EXPR.
5466
5467 2007-09-05 Janis Johnson <janis187@us.ibm.com>
5468
5469 * optabs.c (expand_float): Convert unsigned integer as signed only
5470 if it provides sufficient accuracy; add mode argument to real_2expN.
5471 (expand_fix): Fix comment typos; extend binary float into mode
5472 wider than destination for converion to unsigned integer; add mode
5473 argument to real_2expN.
5474 * real.c (real_2expN): Add mode argument to special-case decimal
5475 float values.
5476 * real.h (real_2expN): Ditto.
5477 * fixed-value.c (check_real_for_fixed_mode): Add mode argument to
5478 real_2expN.
5479 (fixed_from_string): Ditto.
5480 (fixed_to_decimal): Ditto.
5481 (fixed_convert_from_real): Ditto.
5482 (real_convert_from_fixed): Ditto.
5483 * config/rs6000/rs6000.md (FP): Include DD and TD modes.
5484 * config/rs6000/dfp.md (extendddtd2, adddd3, addtd3, subdd3, subtd3,
5485 muldd3, multd3, divdd3, divtd3, cmpdd_internal1, cmptd_internal1,
5486 floatditd2, ftruncdd2, fixdddi2, ftrunctd2, fixddi2): New.
5487
5488 2007-09-05 Ian Lance Taylor <iant@google.com>
5489
5490 * init-regs.c (initialize_uninitialized_regs): Call
5491 emit_insn_before rather than add_insn_before.
5492
5493 2007-09-05 Jakub Jelinek <jakub@redhat.com>
5494
5495 * builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.
5496 * tree.h (CALL_EXPR_VA_ARG_PACK): Define.
5497 * tree-inline.h (copy_body_data): Add call_expr field.
5498 * tree-inline.c (expand_call_inline): Initialize call_expr.
5499 (copy_bb): Append anonymous inline fn arguments to arguments
5500 when inlining a CALL_EXPR_VA_ARG_PACK call.
5501 * builtins.c (expand_builtin): Issue an error if
5502 BUILT_IN_VA_ARG_PACK is seen during expand.
5503 (fold_call_expr, fold_builtin_call_array): Don't fold
5504 CALL_EXPR_VA_ARG_PACK CALL_EXPRs or calls with
5505 __builtin_va_arg_pack () call as last argument.
5506 * gimplify.c (gimplify_call_expr): If last argument to a vararg
5507 function is __builtin_va_arg_pack (), decrease number of call
5508 arguments and instead set CALL_EXPR_VA_ARG_PACK on the CALL_EXPR.
5509 * expr.c (expand_expr_real_1): Issue an error if
5510 CALL_EXPR_VA_ARG_PACK CALL_EXPR is seen during expand.
5511 * tree-pretty-print.c (dump_generic_node): Handle printing
5512 CALL_EXPR_VA_ARG_PACK bit on CALL_EXPRs.
5513 * doc/extend.texi (__builtin_va_arg_pack): Document.
5514
5515 2007-09-05 Adam Nemet <anemet@caviumnetworks.com>
5516
5517 PR tree-optimization/21513
5518 * builtins.c (build_builtin_expect_predicate): New function.
5519 (fold_builtin_expect): Add argument for expected value.
5520 Distribute __builtin_expect over short-circuiting operations.
5521 Fold nested builtin_expects.
5522 (fold_builtin_2): Adjust call to fold_builtin_expect.
5523
5524 2007-09-05 Rask Ingemann Lambertsen <rask@sygehus.dk>
5525
5526 PR web/32965
5527 PR tree-optimization/13756
5528 * doc/invoke.texi (Options That Control Optimization): Document
5529 -ftree-dse.
5530
5531 2007-09-05 Uros Bizjak <ubizjak@gmail.com>
5532
5533 * gcc/config/i386/cpuid.h: New file.
5534 * gcc/config/i386/driver-i386.c: Include cpuid.h.
5535 (describe_cache): Shrink size and line strings to 100 bytes.
5536 (detect_caches_amd): Return "" for unsupported max_ext_level.
5537 Use __cpuid function.
5538 (detect_caches_intel): Return "" for unsupported max_level.
5539 Use __cpuid function.
5540 (host_detect_local_cpu): Change feature flag variables to
5541 unsigned int. Initialize only extended feature flag variables.
5542 Use __get_cpuid_max to determine max supported cpuid level.
5543 Use __cpuid function to determine supported features. Fix
5544 calculation of family id. Remove is_amd and check signature
5545 directly. Check for Geode signature. Handle family 4 id.
5546 [PROCESSOR_GENERIC32]: New default for unknown family id. Move
5547 cpu discovery code to lower part of the function.
5548 [PROCESSOR_PENTIUM, PROCESSOR_K6, PROCESSOR_ATHLON]: Do not tune
5549 for sub-architecture.
5550 [PROCESSOR_PENTIUMPRO]: Simplify cpu discovery code.
5551 [PROCESSOR_K8]: Add k8-sse3 architecture.
5552 [PROCESSOR_NOCONA]: Remove.
5553 [PROCESSOR_GENERIC64]: Ditto.
5554 * gcc/config/i386/x-i386 (driver-i386.o): Depend on cpuid.h.
5555 * gcc/config/i386/crtfastmath.c: Include cpuid.h. Use __get_cpuid
5556 to check for SSE and FXSAVE support.
5557 * gcc/config/i386/t-crtfm (crtfastmath.o): Depend on cpuid.h.
5558 Add -minline-all-stringops.
5559 * gcc/config.gcc (i[34567]86-*-*): Add cpuid.h to extra_headers.
5560 (x86_64-*-*): Ditto.
5561
5562 2007-09-05 Jie Zhang <jie.zhang@analog.com>
5563
5564 * config/bfin/linux-unwind.h: New file.
5565 * config/bfin/linux.h (MD_UNWIND_SUPPORT): Define.
5566 * config/bfin/uclinux.h (MD_UNWIND_SUPPORT): Define.
5567
5568 2007-09-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5569
5570 * Makefile.in (stmt.o): Add alloc-pool.h dependency.
5571 * stmt.c: Include alloc-pool.h.
5572 (struct case_node): Remove GTY marker.
5573 (add_case_node): New parameter case_node_pool. Use it for
5574 allocation of r.
5575 (expand_case): New allocation pool case_node_pool. Initialize it,
5576 pass to add_case_node and free it.
5577
5578 2007-09-05 Sandra Loosemore <sandra@codesourcery.com>
5579 David Ung <davidu@mips.com>
5580 Nigel Stephens <nigel@mips.com>
5581
5582 Add mips16/nomips16 function attributes and -mflip-mips16 option
5583 for testing mixed-mode compilation.
5584
5585 * config/mips/mips.opt (mflip-mips16): New.
5586
5587 * config/mips/mips.h (SYMBOL_FLAG_MIPS16_FUNC): Define.
5588 (SYMBOL_FLAG_MIPS16_FUNC_P): Define.
5589
5590 * config/mips/mips.c (mips_base_target_flags): New.
5591 (mips_base_mips16): New.
5592 (mips_base_schedule_insns): New.
5593 (mips_base_reorder_blocks_and_partition): New.
5594 (mips_base_align_loops): New.
5595 (mips_base_align_jumps): New.
5596 (mips_base_align_functions): New.
5597 (mips16_flipper): New.
5598 (mips_attribute_table): Add "mips16" and "nomips16" entries.
5599 (TARGET_SET_CURRENT_FUNCTION): Define.
5600 (mips_mips16_type_p, mips_nomips16_type_p): New.
5601 (mips_comp_type_attributes): Check mips16/nomips16 attributes.
5602 (mips_function_ok_for_sibcall): Make it deal with functions with
5603 mips16 attributes.
5604 (mips_init_split_addresses): New, split out from override_options.
5605 (mips_init_relocs): New, split out from override_options.
5606 (was_mips16_p): New.
5607 (mips_set_mips16_mode): New, split out from override_options.
5608 (mips_set_current_function): New.
5609 (override_options): Add sorry for unsupported mips16/pic
5610 combination. Remove error for mips16/dsp combination. Save
5611 base option settings.
5612 (mips_file_start): Move mips16 mode setting output from here....
5613 (mips_output_function_prologue): ....to here.
5614 (mips_output_mi_thunk): Check for mips16 function.
5615 (build_mips16_function_stub): Don't set .mips16 here.
5616 (build_mips16_call_stub): Likewise.
5617 (mips_expand_builtin): Error in mips16 mode.
5618 (mips_use_mips16_mode_p): New.
5619 (mips_encode_section_info): Check for mips16 function, and set
5620 SYMBOL_REF_FLAGS accordingly.
5621
5622 * doc/extend.texi (Function Attributes): Document new
5623 mips16/nomips16 attributes.
5624 * doc/invoke.texi (Option Summary): Add -mflip-mips16.
5625 (MIPS Options): Document -mflip-mips16.
5626
5627 2007-09-05 Sandra Loosemore <sandra@codesourcery.com>
5628
5629 * config/mips/mips.c (mips_legitimize_tls_address): Call sorry
5630 if we encounter TLS address in MIPS16 mode.
5631 (mips_legitimize_const_move): Check cannot_force_const_mem for
5632 the (const (plus symbol offset)) case; this forces invalid TLS
5633 address in MIPS16 mode to be caught by the above call to sorry.
5634 (override_options): Don't reset targetm.have_tls in MIPS16 mode,
5635 because that now enables emutls, which is not ABI compatible
5636 with native TLS in non-MIPS16 mode.
5637
5638 2007-09-05 Sandra Loosemore <sandra@codesourcery.com>
5639
5640 Add target hook invoked when cfun changes.
5641
5642 * doc/tm.texi (TARGET_SET_CURRENT_FUNCTION): Document.
5643 * target.h (struct gcc_target): Add set_current_function.
5644 * target-def.h (TARGET_SET_CURRENT_FUNCTION): Define.
5645 (TARGET_INITIALIZER): Add initializer for set_current_function.
5646 * tree.h (push_struct_function): New.
5647 * tree-inline.h (push_cfun, pop_cfun): Move declarations to...
5648 * function.h: Here.
5649 (set_cfun): Declare.
5650 * tree-inline.c (cfun_stack, push_cfun, pop_cfun): Moved to...
5651 * function.c: Here.
5652 (push_function_context_to): Use allocate_struct_function
5653 to create null context, not init_dummy_function_start. Use set_cfun.
5654 (pop_function_context_from): Use set_cfun.
5655 (in_dummy_function): New.
5656 (invoke_set_current_function_hook): New.
5657 (set_cfun): New.
5658 (push_cfun, pop_cfun): Use set_cfun.
5659 (push_struct_function): New.
5660 (allocate_struct_function): Call invoke_set_current_function_hook
5661 before returning.
5662 (prepare_function_start): Don't set cfun here. Remove unused
5663 argument; fix all callers.
5664 (init_dummy_function_start): Fiddle with in_dummy_function. Call
5665 push_struct_function.
5666 (init_function_start): Set cfun here.
5667 (expand_dummy_function_end): Fiddle with in_dummy_function. Pop cfun.
5668 * omp-low.c (create_omp_child_function): Use push_struct_function
5669 and pop_cfun to save/restore state.
5670 (expand_omp_parallel): Remove unused saved_cfun variable.
5671 * cgraphunit.c (ipa_passes): Use set_cfun.
5672 * gimple-low.c (record_vars_into): Use push_cfun/pop_cfun here.
5673 * dwarf2out.c (dwarf2out_abstract_function): Likewise.
5674 * matrix-reorg.c (transform_allocation_sites): Likewise.
5675 (matrix_reorg): Use set_cfun.
5676 * gimplify.c (gimplify_function_tree): Use push_cfun/pop_cfun here.
5677 * tree-optimize.c (tree_rest_of_compilation): Remove one redundant
5678 assignment to cfun; use set_cfun for the other.
5679 * tree-cfg.c (move_sese_region_to_fn): Use set_cfun.
5680 (dump_function_to_file): Use push_cfun/pop_cfun here.
5681 * c-decl.c (finish_function): Use set_cfun.
5682
5683 2007-09-05 Kenneth Zadeck <zadeck@naturalbridge.com>
5684
5685 * regrename.c (rerename_optimize): Use deferred rescanning and
5686 insert explicit calls to rescan insns when changed.
5687
5688 2007-09-05 Jan Hubicka <jh@suse.cz>
5689
5690 * optabs.c (libfunc_entry): Change optab to integer.
5691 (hash_libfunc, convert_optab_libfunc, optab_libfunc,
5692 set_optab_libfunc, set_conv_libfunc): Use optable indexes instead
5693 of pointers for hashing.
5694
5695 2007-09-05 Jan Hubicka <jh@suse.cz>
5696
5697 * regrename.c (pass_regrename, pass_cprop_hardreg): Add RTL sharing
5698 verifier.
5699 * fwprop.c (pass_rtl_fwprop, pass_rtl_fwprop_add): Likewise.
5700 * see.c (pass_see): Likewise.
5701 * tracer.c (pass_tracer): Likewise.
5702 * postreload-gcse.c (pass_gcse2): Likewise.
5703 * postreload.c (pass_postreload_cse): Likewise.
5704 * mode-switching.c (pass_mode_switching): Likewise.
5705 * modulo-sched.c (pass_sms): Likewise.
5706 * cse.c (cse_insn): Likewise.
5707 * web.c (pass_web): Likweise.
5708 * combine-stack-adj.c (pass_stack_adjustments): Likewise.
5709 * dce.c (pass_ud_rtl_dce, pass_fast_rtl_dce): Likewise.
5710 * loop-init.c (pass_rtl_loop_init): Likewise.
5711 (pass_rtl_loop_done, pass_rtl_move_loop_, pass_rtl_unswitch,
5712 pass_rtl_unroll_and, pass_rtl_doloop): Likewise.
5713 * global.c (pass_global_alloc): Likewise.
5714 * ifcvt.c (pass_rtl_ifcvt, pass_if_after_combine,
5715 pass_if_after_reload): Likewise.
5716 * reload.c (pass_peephole2, pass_split_for_shoren_branches): Likewise.
5717 * dse.c (pass_rtl_dse1, pass_rtl_dse2): Likewise.
5718 * regmove.c (pass_regmove): Likewise.
5719 * function.c (pass_thread_prologugues_epilogues): Likewise.
5720 * gcse.c (pass_gcse): Likewise.
5721 * rtl-factoring.c (pass_rtl_seqabstr): Likewise.
5722 * lower-subreg.c (pass_lower_subreg2): Likewise.
5723 * bt-load.c (pass_branch_target_load): Likewise.
5724 * emit-rtl.c (pass_unshare_all_rtl): Likewise.
5725 * cfgcleanup.c (pass_jump, pass_jump2): Likewise.
5726 * combine.c (pass_combine): Likewise.
5727 * bb-reorder.c (pass_duplicate_comp, pass_reorder_blocks): Likewise.
5728 (pass_partition_blocks): Likewise.
5729 * var-tracking.c (pass_variable_track): Likewise.
5730 * reg-stack.c (pass_stack_regs_run): Likewise.
5731 * sched-rgn.c (pass_sched, pass_sched2): Likewise.
5732 * passes.c (pass_postreload): Likewise.
5733 (execute_function_todo): Add TODO_verify_rtl_sharing handling code.
5734 * tree-pass.h (TODO_verify_rtl_sharing): New.
5735 (TODO_update_ssa, TODO_update_ssa_no_phi, TODO_update_ssa_full_phi,
5736 TODO_update_ssa_only_virtuals, TODO_remove_unused_locals,
5737 TODO_set_props, TODO_df_finish, TODO_df_verify,
5738 TODO_mark_first_instance, TODO_rebuild_alias): Renumber.
5739
5740 2007-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5741
5742 * fold-const.c (all_ones_mask_p, sign_bit_p, simple_operand_p,
5743 fold_real_zero_addition_p, reorder_operands_p,
5744 div_if_zero_remainder, fold_undefer_overflow_warnings,
5745 int_binop_types_match_p, fold_convert_const_int_from_int,
5746 fold_convert_const_int_from_real,
5747 fold_convert_const_int_from_fixed,
5748 fold_convert_const_real_from_real,
5749 fold_convert_const_real_from_fixed,
5750 fold_convert_const_fixed_from_fixed,
5751 fold_convert_const_fixed_from_int,
5752 fold_convert_const_fixed_from_real, maybe_lvalue_p,
5753 fold_checksum_tree, fold_check_failed, print_fold_checksum,
5754 debug_fold_checksum, multiple_of_p): Constify.
5755 * tree-flow-inline.h (get_lineno): Likewise.
5756 * tree-flow.h (get_lineno): Likewise.
5757 * tree-object-size.c (compute_object_offset, addr_object_size,
5758 alloc_object_size, pass_through_call): Likewise.
5759 * tree-pretty-print.c (op_symbol, print_call_name,
5760 print_struct_decl, do_niy): Likewise.
5761 * tree.h (fold_undefer_overflow_warnings, multiple_of_p,
5762 debug_fold_checksum): Likewise.
5763
5764 2007-09-04 Steven Bosscher <steven@gcc.gnu.org>
5765
5766 PR middle-end/33029
5767 * lower-subreg.c (resolve_clobber): If we remove a REG_LIBCALL
5768 note, remove the associated REG_RETVAL note.
5769
5770 2007-09-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
5771
5772 * config.gcc (powerpc*-*-*): Install
5773 spu2vmx.h, vec_types.h, and si2vmx.h headers.
5774 * config/rs6000/spu2vmx.h: New header.
5775 * config/rs6000/si2vmx.h: New header.
5776 * config/rs6000/vec_types.h: New header.
5777
5778 2007-09-05 Ben Elliston <bje@au.ibm.com>
5779
5780 * varasm.c (initializer_constant_valid_p): Fix comment typo.
5781
5782 2007-09-05 Ben Elliston <bje@au.ibm.com>
5783
5784 * config/rs6000/ppu_intrinsics.h (__ldarx): Use `Z' constraint,
5785 not `m' for *ptrp.
5786 (__stdcx): Make asm volatile.
5787 (__stwcx, __stdcx): Return only 0 or 1.
5788
5789 2007-09-05 Jan Hubicka <jh@suse.cz>
5790
5791 Revert:
5792
5793 2007-09-04 Jan Hubicka <jh@suse.cz>
5794 * tree-tailcall.c (eliminate_tail_call): Expect unrenamed return value.
5795
5796 2007-09-04 Richard Guenther <rguenther@suse.de>
5797 * tree-ssa-operands.c (add_virtual_operand): Only mark
5798 stores as has_volatile_ops if alias information is not available.
5799
5800 2007-09-05 Jakub Jelinek <jakub@redhat.com>
5801
5802 * config/rs6000/tramp.asm: Include config.h.
5803 Check __PIC__ or __pic__ macro instead of SHARED.
5804
5805 PR rtl-optimization/32300
5806 * see.c (see_copy_insn): New function.
5807 (see_def_extension_not_merged, see_merge_one_use_extension,
5808 see_merge_one_def_extension): Use it. Avoid changing
5809 PREV_INSN/NEXT_INSN chains directly, insted emit insns
5810 into sequences. Call df_insn_delete on temporary insns
5811 that won't be emitted into the insn stream.
5812 (rest_of_handle_see): Turn off DF_DEFER_INSN_RESCAN
5813 and run df_process_deferred_rescans () before run_fast_dce.
5814
5815 PR tree-optimization/33017
5816 * tree-data-ref.c (split_constant_offset) <case SSA_NAME>: Don't
5817 recurse for pure or const function calls.
5818
5819 2007-09-04 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5820
5821 * c-format.c: Include alloc-pool.h.
5822 (check_format_info_main): New argument fwt_alloc. Use allocation
5823 pool instead of GC. Remove GC deallocation code.
5824 (check_format_arg): Create allocation pool, pass it to
5825 check_format_info_main and free it afterwards.
5826 * Makefile.in (c-format.o): Add alloc-pool.h dependency.
5827
5828 2007-09-05 Ben Elliston <bje@au.ibm.com>
5829
5830 * config/rs6000/ppu_intrinsics.h (__protected_stream_count):
5831 Rename count macro arugment for clarity.
5832 (__protected_unlimited_stream_set): Pass UG=1 to __dcbt_TH1000.
5833 (__protected_stream_set): Likewise, pass 0.
5834
5835 2007-09-04 Jan Hubicka <jh@suse.cz>
5836
5837 * tree-tailcall.c (eliminate_tail_call): Expect unrenamed return value.
5838
5839 2007-09-04 Jan Hubicka <jh@suse.cz>
5840
5841 * invoke.texi (-finline-small-functions): Document.
5842 * ipa-inline.c (cgraph_default_inline_p): Do not use DECL_INLINE
5843 when deciding what is inlinable.
5844 (cgraph_decide_recursive_inlining): Handle flag_inline_functions.
5845 (cgraph_decide_inlining_of_small_function): Handle new flags.
5846 (cgraph_decide_inlining_incrementally): Likewise.
5847 * opts.c (decode_options): Enable flag_inline_small_functions at -O2
5848 * common.opt (finline-small-functions): New.
5849 * Makefile.in (build/gengtype.o-warn): Work around PR29478
5850
5851 2007-09-04 Richard Guenther <rguenther@suse.de>
5852
5853 * tree-ssa-operands.c (add_virtual_operand): Only mark
5854 stores as has_volatile_ops if alias information is not available.
5855
5856 2007-09-04 Andrew Haley <aph@redhat.com>
5857
5858 * config/arm/libgcc-bpabi.ver: Add _Unwind_Backtrace as GCC_4.3.0.
5859
5860 2007-09-04 Andrew Haley <aph@redhat.com>
5861
5862 * config/arm/libunwind.S (UNWIND_WRAPPER _Unwind_Backtrace): New.
5863 * config/arm/unwind-arm.h (__gnu_Unwind_Backtrace): New.
5864 * config/arm/unwind-arm.c (__gnu_Unwind_Backtrace): New.
5865
5866 2007-09-04 Emmanuel Thome <Emmanuel.Thome@inria.fr>
5867
5868 PR c++/14178
5869 * common.opt: Mention ABI version 2 in comment.
5870
5871 2007-09-04 Jan Hubicka <jh@suse.cz>
5872
5873 * optabs.c (debug_optab_libfunc): Update; make available to gdb.
5874 (libfunc_entry): New structure.
5875 (libfunc_hash): New hashtable.
5876 (hash_libfunc): New function.
5877 (eq_libfunc): New function.
5878 (convert_optab_libfunc): New function.
5879 (optab_libfunc): New function.
5880 (expand_binop, sign_expand_binop, expand_twoval_binop_libfunc,
5881 expand_unop, prepare_cmp_insn, prepare_float_insn, gen_add2_insn,
5882 expand_float, expand_fix, new_optab, new_convert_optab):
5883 Update for new libfunc API.
5884 (init_libfunc, init_integral_libfuncs,
5885 init_floating_libfuncs, init_interclass_conv_libfuncs
5886 init_intraclass_conv_libfuncs): Remove; reorganize all logic to:
5887 (gen_libfunc, gen_int_libfunc, gen_fp_libfunc, gen_int_fp_libfunc,
5888 gen_intv_fp_libfunc, gen_interclass_conv_libfunc,
5889 gen_int_to_fp_conv_libfunc, gen_ufloat_conv_libfunc,
5890 gen_int_to_fp_nondecimal_conv_libfunc, gen_fp_to_int_conv_libfunc,
5891 gen_intraclass_conv_libfunc, gen_trunc_conv_libfunc,
5892 gen_extend_conv_libfunc): New.
5893 (init_one_libfunc): Revamp for hashtables.
5894 (set_conv_libfunc): Likewise.
5895 (init_optabs): Initialize hashtable; use lazy initialization where
5896 possible.
5897 * optabs.h (optab_handlers): Move out of GGC.
5898 (optab, convert_optab): Move out of GGC; add lazy gen info.
5899 (code_to_optab, convert_optab_table, optab_table): Move out of GGC.
5900 (optab_libfunc, convert_optab_libfunc): New.
5901 * builtins.c (expand_builtin_powi): Update for new API.
5902 * expr.c (convert_move): Likewise.
5903 * expmed.c (expand_divmod): Likewise.
5904
5905 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5906
5907 * config/rs6000/rs6000.c (rs6000_stack_info): Allocate space for the
5908 GOT pointer only if there is a constant pool. Use the allocated space
5909 for SPE also.
5910
5911 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5912
5913 * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Correct
5914 typo for AltiVec.
5915
5916 2007-09-04 Revital Eres <eres@il.ibm.com>
5917 Richard Guenther <rguenther@suse.de>
5918 R. Clint Whaley <whaley@cs.utsa.edu>
5919
5920 * doc/invoke.texi (-fassociative-math, -freciprocal-math):
5921 Document new flags.
5922 * tree-tailcall.c (process_assignment): Use -fassociative-math
5923 when reodering operands of floating-point type.
5924 * fold-const.c (fold_comparison, fold_binary): Use
5925 -fassociative-math and -freciprocal-math instead of
5926 -funsafe-math-optimization flag.
5927 * toplev.h (set_unsafe_math_optimizations_flags): Declare function.
5928 * tree-ssa-math-opts.c (gate_cse_reciprocals): Use
5929 -freciprocal-math instead of -funsafe-math-optimizations.
5930 * opts.c (set_fast_math_flags): Set -freciprocal-math and
5931 -fassociative-math when -ffast-math is set.
5932 (set_unsafe_math_optimizations_flags): New Function
5933 to set -freciprocal-math and -fassociative-math when
5934 -funsafe-math-optimizations is set.
5935 (common_handle_option): Call it.
5936 * tree-vectorizer.c (vect_is_simple_reduction): Use
5937 -fassociative-math when doing reduction on floats.
5938 * loop-unroll.c (analyze_insn_to_expand_var): Use
5939 -fassociative-math when expanding an accumulator of type float.
5940 * simplify-rtx.c (simplify_binary_operation_1): Use
5941 -fassociative-math and -freciprocal-math when reordeing operands
5942 of floating-point type.
5943 * combine.c (combine_simplify_rtx): Likewise.
5944 * tree-ssa-reassoc.c (break_up_subtract_bb, reassociate_bb):
5945 Likewise.
5946 * common.opt (-fassociative-math, -freciprocal-math): New flags.
5947
5948 2007-09-04 Paolo Carlini <pcarlini@suse.de>
5949
5950 PR c++/18608
5951 * doc/install.texi (--enable-__cxa_atexit): Fix typo.
5952
5953 2007-09-04 Jan Hubicka <jh@suse.cz>
5954
5955 * regrename.c(copyprop_hardreg_forward_1): Unshare when doing copyprop.
5956
5957 2007-09-04 Jan Hubicka <jh@suse.cz>
5958
5959 * regrename.c (build_def_use): Don't share RTL between MATCH_OPERATOR
5960 and corresponding MATCH_DUP.
5961
5962 2007-09-04 Uros Bizjak <ubizjak@gmail.com>
5963
5964 PR middle-end/33187
5965 * combine.c (subst): Do not try to simplify X if it represents load
5966 of FP constant from the constant pool via float extension.
5967
5968 2007-09-04 Ben Elliston <bje@au.ibm.com>
5969
5970 * c-opts.c: Include "tm_p.h".
5971 * Makefile.in (c-opts.o): Add $(TM_P_H) as a dependency.
5972
5973 2007-09-04 Richard Guenther <rguenther@suse.de>
5974
5975 PR tree-optimization/33291
5976 * tree-pretty-print.c (dump_generic_node): Dump all
5977 qualifiers for pointer types, not only first. Dump
5978 qualifiers for aggregate types as well.
5979 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Always
5980 use the canonical type for building ARRAY_REFs.
5981 * gimplify.c (canonicalize_addr_expr): Clean up. The
5982 correct validness check is compatibility of the pointer
5983 types. Always use the canonical type for building
5984 ARRAY_REFs and ADDR_EXPRs.
5985 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Revert
5986 change that disabled propagation of ADDR_EXPRs into statements
5987 with volatile ops.
5988
5989 2007-09-03 Zack Weinberg <zack@codesourcery.com>
5990
5991 * config/arm/arm.md (mulsidi3, umulsidi3, mulsi3_highpart)
5992 (umulsi3_highpart): Make into expanders; existing insns are
5993 now named *[insn]_nov6. Add stars to existing [insn]_v6
5994 counterparts' names.
5995
5996 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
5997
5998 * Makefile.in (DRIVER_DEFINES, gcc.o, gccspec.o, protoize.o)
5999 (unprotoize.o): Remove SHLIB_MULTILIB.
6000
6001 2007-09-03 Eric Weddington <eweddington@cso.atmel.com>
6002
6003 * doc/extend.texi: Document progmem attribute for AVR.
6004
6005 2007-09-03 Anatoly Sokolov <aesok@post.ru>
6006
6007 PR target/28902
6008 * config/avr/avr.h (TARGET_VTABLE_ENTRY_ALIGN): Define.
6009
6010 2007-09-03 Zack Weinberg <zack@codesourcery.com>
6011
6012 * optabs.c (expand_ffs): Initialize val and defined_at_zero
6013 to avoid warnings.
6014
6015 * optabs.c: Remove unnecessary forward declarations.
6016 (expand_unop_direct): New, broken out of expand_unop.
6017 (expand_doubleword_clz): New.
6018 (expand_ctz): Move above expand_ffs. Use
6019 start_sequence, end_sequence, add_equal_note, and
6020 expand_unop_direct. Add more commentary.
6021 (expand_ffs): Try both ctz optab and expand_ctz.
6022 Generate a test and branch if the hardware doesn't give us
6023 a useful value for input zero. Style improvements similar to
6024 expand_ctz.
6025
6026 * config/arm/arm.md (ffssi2, ctzsi2): Delete.
6027
6028 2007-09-03 Zack Weinberg <zack@codesourcery.com>
6029
6030 * config.gcc: Delete stanza for arm-semi-aof and
6031 armel-semi-aof targets.
6032 * config/arm/arm-protos.h
6033 * config/arm/arm.c
6034 * config/arm/arm.h: Delete all #ifdef AOF_ASSEMBLER blocks;
6035 make all #ifndef AOF_ASSEMBLER blocks unconditional. Also
6036 delete aof_pic_label and remove mention of AOF in comments.
6037 * config/arm/arm.md: Delete patterns used only for AOF assembly.
6038 * config/arm/aof.h
6039 * config/arm/semiaof.h
6040 * config/arm/t-semi: Delete file.
6041
6042 2007-09-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6043
6044 * system.h (CONST_CAST2, CONST_CAST_TREE, CONST_CAST_RTX,
6045 CONST_CAST_BB): New macros for type-specific casts.
6046 (CONST_CAST): Add a TYPE parameter and define it in terms of
6047 CONST_CAST2.
6048
6049 * c-decl.c (c_make_fname_decl): Supply a TYPE for CONST_CAST.
6050 * c-lex.c (cb_ident, lex_string): Likewise,
6051 * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise,
6052 * config/i386/i386.c (ix86_function_regparm,
6053 ix86_function_sseregparm): Use CONST_CAST_TREE.
6054 * config/mmix/mmix.c (mmix_encode_section_info): Supply a TYPE for
6055 CONST_CAST.
6056 * gcc.c (set_spec, read_specs, for_each_path, execute, do_spec_1,
6057 give_switch, set_multilib_dir): Likewise,
6058 * gengtype-parse.c (string_seq, typedef_name): Likewise,
6059 * gimple-low.c (block_may_fallthru): Use CONST_CAST_TREE.
6060 * jump.c (reversed_comparison_code_parts): Use CONST_CAST_RTX.
6061 * passes.c (execute_one_pass): Supply a TYPE for CONST_CAST.
6062 * prefix.c (update_path): Likewise,
6063 * pretty-print.c (pp_base_destroy_prefix): Likewise,
6064 * rtlanal.c (keep_with_call_p): Use CONST_CAST_RTX.
6065 * tree-cfg.c (tree_can_merge_blocks_p,
6066 tree_block_ends_with_condjump_p): Use CONST_CAST_BB.
6067 * tree-eh.c (lookup_stmt_eh_region_fn): USe CONST_CAST_TREE.
6068 * tree.c (build_string): Supply a TYPE for CONST_CAST.
6069 (attribute_list_contained): Use CONST_CAST_TREE.
6070
6071 2007-09-03 Krister Walfridsson <cato@df.lth.se>
6072
6073 * config/netbsd-elf.h (USE_LD_AS_NEEDED): Define.
6074
6075 2007-09-03 Richard Sandiford <richard@codesourcery.com>
6076
6077 PR middle-end/33290
6078 * optabs.c (avoid_expensive_constant): Canonicalize CONST_INTs
6079 before forcing them into a register.
6080
6081 2007-09-03 Richard Sandiford <richard@codesourcery.com>
6082
6083 * config/mips/mips.md (fetchop_bit): Use define_code_iterator
6084 rather than define_code_macro.
6085
6086 2007-09-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6087
6088 * gcc.c (xputenv): New function.
6089 (putenv_from_prefixes): Use xputenv instead of putenv.
6090 (process_command): Use xputenv instead of putenv.
6091 (set_collect_gcc_options): Use xputenv instead of putenv.
6092 (main): Use xputenv instead of putenv.
6093
6094 2007-09-03 Jesper Nilsson <jesper.nilsson@axis.com>
6095
6096 * config/cris/cris.h (TARGET_HAS_SWAP): Defined to describe
6097 availability of swap instruction.
6098 * config/cris/cris.md (bswapsi2): Implement using swap instruction.
6099
6100 2007-09-03 Revital Eres <eres@il.ibm.com>
6101
6102 * doc/invoke.texi (-fmodulo-sched-allow-regmoves): Update
6103 Documentation.
6104
6105 2007-09-03 Vladimir Yanovsky <yanov@il.ibm.com>
6106 Ayal Zaks <zaks@il.ibm.com>
6107 Revital Eres <eres@il.ibm.com>
6108
6109 * modulo-sched.c (ps_insert_empty_row, verify_partial_schedule,
6110 compute_split_row): New functions.
6111 (ps_unschedule_node): Remove.
6112 (normalize_sched_times): Iterate over the already scheduled
6113 insns instead of the number of nodes.
6114 (MAX_SPLIT_NUM): New definition.
6115 (sms_schedule_by_order): Change the scheduling heuristic to
6116 avoid useless increases of initiation interval ii.
6117 (get_sched_window): Add dump printouts.
6118
6119 2007-09-02 David Daney <ddaney@avtrex.com>
6120
6121 * config/mips/mips.md (UNSPEC_COMPARE_AND_SWAP, UNSPEC_SYNC_OLD_OP,
6122 UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_EXCHANGE): New define_constants.
6123 (optab, insn): Add more attributes.
6124 (fetchop_bit): New code macro.
6125 (immediate_insn): New code macro attribute.
6126 (sync): Change condition to ISA_HAS_SYNC.
6127 (rdhwr): Change predicate for operand 0 to register_operand.
6128 (memory_barrier): New expand.
6129 (sync_compare_and_swap<mode>, sync_add<mode>, sync_sub<mode>,
6130 sync_old_add<mode>, sync_old_sub<mode>, sync_new_add<mode>,
6131 sync_new_sub<mode>, sync_<optab><mode>, sync_old_<optab><mode>,
6132 sync_new_<optab><mode>, sync_nand<mode>, sync_old_nand<mode>,
6133 sync_new_nand<mode>, sync_lock_test_and_set<mode>): New insns.
6134 * config/mips/mips.h (ISA_HAS_SYNC, ISA_HAS_LL_SC): New ISA predicates.
6135 (MIPS_COMPARE_AND_SWAP, MIPS_SYNC_OP, MIPS_SYNC_OLD_OP,
6136 MIPS_SYNC_NEW_OP, MIPS_SYNC_NAND, MIPS_SYNC_OLD_NAND,
6137 MIPS_SYNC_NEW_NAND, MIPS_SYNC_EXCHANGE): New Macros.
6138
6139 2007-09-03 Jesper Nilsson <jesper.nilsson@axis.com>
6140 Hans-Peter Nilsson <hp@axis.com>
6141
6142 * config/cris/cris.h (TARGET_HAS_LZ, CLZ_DEFINED_VALUE_AT_ZERO):
6143 Defined to describe availability and behavior of CLZ.
6144 * config/cris/cris.md (clzsi2): Implement using lz instruction.
6145 * config/cris/cris.opt: Tweak comment for "-metrax4".
6146 * config/cris/arit.c (LZ): When defined, define as __builtin_clz.
6147 * longlong.h [__CRIS__ && __CRIS_arch_version >= 3]
6148 (count_leading_zeros): Define.
6149
6150 2007-09-01 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6151
6152 * ggc-page.c (ggc_pch_read): Call validate_free_objects.
6153
6154 2007-09-02 Joseph Myers <joseph@codesourcery.com>
6155
6156 PR middle-end/33272
6157 * c-decl.c (grokdeclarator): Apply qualifiers to type of parameter
6158 decayed from array.
6159
6160 2007-09-01 Kazu Hirata <kazu@codesourcery.com>
6161
6162 * config/arm/arm.c, config/rs6000/ppu_intrinsics.h,
6163 config/spu/spu.c, df-scan.c, fixed-value.c, fold-const.c,
6164 ginclude/tgmath.h, haifa-sched.c, optabs.c, recog.c,
6165 sched-deps.c, sched-int.h, system.h, target.h,
6166 tree-ssa-live.c, tree-vect-transform.c, tree-vectorizer.c,
6167 tree.def: Fix comment typos.
6168
6169 2007-09-01 Kazu Hirata <kazu@codesourcery.com>
6170
6171 * config/m68k/m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove.
6172 (override_options): Turn on -mstrict-align on non-ColdFire
6173 targets.
6174 * config/m68k/m68k.h (BIGGEST_ALIGNMENT): Update a comment.
6175
6176 2007-09-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6177
6178 * c-common.c (const_strip_array_types): Delete.
6179 * c-common.h (const_strip_array_types): Likewise.
6180 * emit-rtl.c (const_next_insn, const_previous_insn,
6181 const_next_nonnote_insn, const_prev_nonnote_insn,
6182 const_next_real_insn, const_prev_real_insn,
6183 const_next_active_insn, const_prev_active_insn, const_next_label,
6184 const_prev_label): Delete.
6185 * gimple-low.c (block_may_fallthru): Use expr_last.
6186 * jump.c (reversed_comparison_code_parts): Use prev_nonnote_insn.
6187 * rtl.h (const_previous_insn, const_next_insn,
6188 const_prev_nonnote_insn, const_next_nonnote_insn,
6189 const_prev_real_insn, const_next_real_insn,
6190 const_prev_active_insn, const_next_active_insn, const_prev_label,
6191 const_next_label): Delete.
6192 * rtlanal.c (keep_with_call_p): Use next_nonnote_insn.
6193 * system.h (CONST_CAST): Update comment.
6194 * tree-cfg.c (tree_can_merge_blocks_p): Use last_stmt.
6195 (const_first_stmt, const_last_stmt): Delete.
6196 (tree_block_ends_with_condjump_p): Use last_stmt.
6197 * tree-flow.h (const_first_stmt, const_last_stmt): Delete.
6198 * tree-iterator.c (const_expr_first, const_expr_last,
6199 const_expr_only): Delete.
6200 * tree.c (const_lookup_attribute): Likewise.
6201 (attribute_list_contained): Use lookup_attribute.
6202 * tree.h (const_lookup_attribute, const_expr_first,
6203 const_expr_last, const_expr_only): Delete.
6204
6205 2007-09-01 Richard Guenther <rguenther@suse.de>
6206
6207 * tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE
6208 instead of TREE_THIS_VOLATILE.
6209 * tree-ssa-operands.c (add_virtual_operand): Do not set
6210 has_volatile_ops. Do not check s_ann for NULL.
6211 (get_indirect_ref_operands): Likewise.
6212 (get_expr_operands): Likewise. For all reference trees
6213 set has_volatile_ops based on TREE_THIS_VOLATILE. Also
6214 check base of reference for TREE_THIS_VOLATILE.
6215
6216 2007-09-01 Richard Guenther <rguenther@suse.de>
6217
6218 * tree-cfg.c (verify_gimple_expr): Fix check for conversions
6219 between integral types. Also allow conversions between
6220 pointer types.
6221
6222 2007-08-31 Andrew Pinski <andrew_pinski@playstation.sony.com>
6223
6224 * optabs.c (prepare_float_lib_cmp): Use
6225 libgcc_cmp_return_mode instead of word_mode.
6226 * config/dfp-bit.h: Likewise.
6227 * config/fp-bit.h: Likewise.
6228 * config/spu/spu.c (spu_libgcc_cmp_return_mode):
6229 New function.
6230 (spu_libgcc_shift_count_mode): New function.
6231 (TARGET_LIBGCC_CMP_RETURN_MODE): Define.
6232 (TARGET_LIBGCC_SHIFT_COUNT_MODE): Define.
6233
6234 2007-08-31 Joseph Myers <joseph@codesourcery.com>
6235
6236 * tree-pretty-print.c: Include output.h.
6237 (dump_decl_name, dump_generic_node): Use %wd with pp_printf, not
6238 HOST_WIDE_INT_PRINT_DEC.
6239 * Makefile.in (tree-pretty-print.o): Add dependency on output.h.
6240
6241 2007-08-31 Zdenek Dvorak <ook@ucw.cz>
6242
6243 PR rtl-optimization/33224
6244 * loop-iv.c (latch_dominating_def): Check that the definition belongs
6245 to the analysed region.
6246
6247 2007-08-31 Richard Guenther <rguenther@suse.de>
6248
6249 * function.c (allocate_struct_function): Do not set
6250 current_function_returns_pointer.
6251 * function.h (struct var_refs_queue): Remove.
6252 (struct simple_obstack_stack): Likewise.
6253 (struct function): Remove fixup_var_refs_queue member.
6254 Remove returns_pointer flag.
6255 (current_function_returns_pointer): Remove define.
6256
6257 2007-08-31 Nick Clifton <nickc@redhat.com>
6258
6259 * tree-ssa-coalesce.c (compare_pairs): Use the elements as
6260 secondary keys in order to obtain a stable sort.
6261
6262 2007-08-31 Nick Clifton <nickc@redhat.com>
6263
6264 PR target/33132
6265 * config/m32r/constraints.md: Add W constraint for integer zero.
6266 * config/m32r/m32r.md (get_pc): Use W and i constraints.
6267 Fix length calculation by using alternatives.
6268
6269 2007-08-31 Richard Sandiford <richard@codesourcery.com>
6270
6271 * optabs.c (shift_optab_p, commutative_optab_p): New functions,
6272 split out from expand_binop.
6273 (avoid_expensive_constant): New function.
6274 (expand_binop_directly): Remove commutative_op argument and
6275 (expand_binop_directly): Remove commutative_op argument and
6276 call cummutative_optab_p instead. Do not change op0 or op1
6277 when swapping xop0 and xop1. Apply avoid_expensive_constant
6278 to each argument after potential swapping. Enforce the
6279 canonical order of commutative operands.
6280 (expand_binop): Use shift_optab_p and commutative_optab_p.
6281 Update the calls to expand_binop_directly. Only force constants
6282 into registers when widening an operation. Only swap operands
6283 once a direct expansion has been rejected.
6284 (expand_twoval_binop): Only force constants into registers when
6285 using a direct expansion.
6286
6287 2007-08-31 Maxim Kuvyrkov <maxim@codesourcery.com>
6288
6289 * sched-deps.c (update_dep): Mark arguments with ATTRIBUTE_UNUSED.
6290 (sched_analyze_insn): Don't postprocess speculative dependencies when
6291 target has no scheduling.
6292 * tree-vect-transform.c (vect_estimate_min_profitable_iters): Fix
6293 'uninitialized' warning.
6294
6295 2007-08-31 Richard Guenther <rguenther@suse.de>
6296
6297 * tree.c (build_complex_type): Always set TYPE_NAME for
6298 comples types.
6299
6300 2007-08-31 Olivier Hainque <hainque@adacore.com>
6301
6302 * config/rs6000/xcoff.h (XCOFF_CSECT_DEFAULT_ALIGNMENT_STR): New
6303 internal macro. Default alignment factor for csect directives, chosen
6304 to match what BIGGEST_ALIGNMENT allows.
6305 (DATA_SECTION_ASM_OP): Use it.
6306 * config/rs6000/rs6000.c
6307 (rs6000_xcoff_output_readonly_section_asm_op):
6308 Use XCOFF_CSECT_DEFAULT_ALIGNMENT_STR.
6309 (rs6000_xcoff_output_readwrite_section_asm_op): Likewise.
6310
6311 2007-08-31 Olivier Hainque <hainque@adacore.com>
6312
6313 * dbxout.c (dbxout_block): Move declaration within the first
6314 #if defined (DBX_DEBUGGING_INFO) block. Rearrange another such
6315 block to include the definition, together with the associated
6316 helpers.
6317
6318 2007-08-31 David Edelsohn <edelsohn@gnu.org>
6319 Revital Eres <eres@il.ibm.com>
6320
6321 * doc/invoke.texi (-mpaired): Document flag.
6322 * config.gcc: Include paired.h in powerpc extra_headers and
6323 750cl.h in powerpc-*-linux*paired*.
6324 * config/rs6000/rs6000.opt (-mpaired): New flag.
6325 * config/rs6000/rs6000.c (paired_init_builtins,
6326 paired_expand_builtin, paired_expand_lv_builtin,
6327 paired_expand_stv_builtin, paired_expand_predicate_builtin):
6328 New functions to support the paired single builtin functions.
6329 (rs6000_hard_regno_mode_ok): Handle PAIRED_VECTOR_MODE.
6330 (def_builtin, bdesc_3arg, bdesc_2arg, bdesc_1arg): Add paired
6331 single builtins.
6332 (bdesc_paired_preds): New structure for paired predicate
6333 instructions.
6334 (rs6000_expand_builtin): Expand paired single builtins.
6335 (rs6000_init_builtins): Init paired single builtins.
6336 (rs6000_common_init_builtins): Add v2sf_ftype_v2sf_v2sf_v2sf.
6337 Rename v2sf_ftype_v2sf_v2sf to v2sf_ftype_v2sf_v2sf_spe
6338 and v2sf_ftype_v2sf_spe to v2sf_ftype_v2sf. Add new types
6339 v2sf_ftype_v2sf_v2sf and v2sf_ftype_v2sf.
6340 (rs6000_vector_mode_supported_p): Support paired vector mode.
6341 * config/rs6000/rs6000.h: (UNITS_PER_PAIRED_WORD,
6342 PAIRED_VECTOR_MODE, PAIRED_SIMD_REGNO_P, TARGET_PAIRED_FLOAT):
6343 New.
6344 (LOCAL_ALIGNMENT): Handle PAIRED_VECTOR_MODE.
6345 (DATA_ALIGNMENT): Likewise.
6346 (UNITS_PER_SIMD_WORD): Handle PAIRED_VECTOR_MODE.
6347 (rs6000_builtins): Add PAIRED builtins.
6348 * config/rs6000/rs6000.md: Include paired.md.
6349 * config/rs6000/paired.h: New.
6350 * config/rs6000/paired.md: New.
6351 * config/rs6000/750cl.h: New.
6352 * config/rs6000/spe.md: Recognize movv2sf instruction for 750cl.
6353
6354 2007-08-30 Ollie Wild <aaw@google.com>
6355
6356 * c-opts.c (c_common_handle_option): Support -fno-directives-only.
6357 * gcc.c (default_compilers): Add -fno-directives-only to
6358 @assembler-with-cpp.
6359
6360 2007-08-30 Sandra Loosemore <sandra@codesourcery.com>
6361
6362 PR middle-end/33211
6363
6364 * regclass.c (initial_fixed_regs): Revert previous change and make
6365 it const again.
6366 (initial_call_used_regs): Likewise.
6367 (initial_call_really_used_regs): Delete, reverting previous addition.
6368 (initial_reg_names): Likewise.
6369 (init_reg_sets): Revert previous change.
6370 (saved_fixed_regs): New.
6371 (saved_call_used_regs): New.
6372 (saved_call_really_used_regs): New.
6373 (saved_reg_names): New.
6374 (save_register_info): New.
6375 (restore_register_info): New.
6376 (init_reg_sets_1): Replace reset of register info with call to
6377 restore_register_info.
6378 * rtl.h (save_register_info): Declare.
6379 * toplev.c (backend_init): Call save_register_info.
6380
6381 2007-08-30 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6382
6383 * tree-ssa-propagate.c (set_rhs): Remove the copied annotation
6384 from the original statement.
6385
6386 2007-08-30 Chao-ying Fu <fu@mips.com>
6387
6388 * c-lex.c (interpret_fixed): Declare.
6389 (interpret_float): Process _Fract and _Accum.
6390 (interpret_fixed): New function.
6391 * final.c (output_addr_const): Process CONST_FIXED.
6392 * simplify-rtx.c (simplify_const_unary_operation): Handle US_NEG.
6393 (simplify_binary_operation_1): Handle US_ASHIFT, SS_MULT, US_MULT,
6394 SS_DIV, US_DIV.
6395 (simplify_const_binary_operation): Handle SS_MULT, US_MULT, SS_DIV,
6396 US_DIV, US_ASHIFT.
6397 (simplify_immed_subreg): Support CONST_FIXED.
6398 Process MODE_FRACT, MODE_UFRACT, MODE_ACCUM, MODE_UACCUM.
6399 (simplify_subreg): Support CONST_FIXED.
6400
6401 2007-08-30 Andrew Pinski <andrew_pinski@playstation.sony.com>
6402
6403 * config/rs6000/ppu_intrinsics.h: New file.
6404 * config.gcc (powerpc*-*-* <extra_headers>): Install
6405 ppu_intrinsics.h.
6406
6407 2007-08-30 Kenneth Zadeck <zadeck@naturalbridge.com>
6408
6409 * cfg.c (dump_flow_info): Change to also print entry and exit
6410 block info.
6411 * print-rtl.c (print_rtl_single): Allow to print rtl with
6412 -fdump-unnumbered.
6413
6414 2007-08-30 Kenneth Zadeck <zadeck@naturalbridge.com>
6415
6416 * df-core.h (df_dump_region): New function.
6417 * df.h (df_dump_region): New function.
6418 * loop-invariant.c (find_defs): Add call to df_dump_region.
6419 * loop-iv.c (iv_analysis_loop_init): Changed call from df_dump to
6420 df_dump_region.
6421
6422 2007-08-30 Jakub Jelinek <jakub@redhat.com>
6423
6424 PR target/33168
6425 * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Return
6426 true if any of the compare_section_name calls returned true,
6427 rather than if any returned false.
6428
6429 2007-08-30 Richard Guenther <rguenther@suse.de>
6430
6431 PR tree-optimization/33199
6432 * tree-ssa-structalias.c (handle_lhs_call): New function.
6433 (find_func_aliases): In non-IPA mode make sure that for
6434 calls that return a pointer we add a constraint for the
6435 result to point to anything.
6436
6437 2007-08-30 Richard Guenther <rguenther@suse.de>
6438
6439 * doc/invoke.texi (-mveclibabi): Document new target option.
6440 * config/i386/i386.opt (-mveclibabi): New target option.
6441 * config/i386/i386.c (ix86_veclib_handler): Handler for
6442 vectorization library support.
6443 (override_options): Handle the -mveclibabi option, initialize
6444 the vectorization library handler.
6445 (ix86_builtin_vectorized_function): As fallback call the
6446 vectorization library handler, if set.
6447 (ix86_veclibabi_acml): New static function for ACML ABI style
6448 vectorization support.
6449
6450 2007-08-30 Jakub Jelinek <jakub@redhat.com>
6451
6452 * config/rs6000/rs6000.c (rs6000_emit_sync): For QI or HI mode
6453 used_m, even if it is 32-bit aligned, adjust used_m MEM to have
6454 SImode and update m. Don't run gen_lowpart_common on arbitrary
6455 memory address, force it to register first.
6456
6457 PR middle-end/32758
6458 * dce.c (dce_process_block): Don't delete setters of
6459 artificially used registers.
6460
6461 2007-08-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6462
6463 * config/s390/s390.md ("*add<mode>3_alc_carry1_cc",
6464 "*add<mode>3_alc_carry1_cconly", "*add<mode>3_alc_carry2_cc",
6465 "*add<mode>3_alc_carry2_cconly"): New insn definitions.
6466
6467 2007-08-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6468
6469 * config/s390/s390.c (s390_expand_addcc): Emit canonical alc
6470 pattern.
6471 * config/s390/s390.md ("*add<mode>3_alc_cc", "*add<mode>3_alc",
6472 "addti3", "*adddi3_31z", "*scond<mode>"): Make alc pattern canonical.
6473
6474 2007-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6475
6476 * system.h: Activate -Wcast-qual as warning-only.
6477
6478 2007-08-29 Paolo Bonzini <bonzini@gnu.org>
6479
6480 PR target/33168
6481 * config/rs6000/rs6000.c (compare_section_name): New function.
6482 (rs6000_elf_in_small_data_p): Compare section prefixes instead
6483 of full name.
6484
6485 2007-08-29 Olivier Hainque <hainque@adacore.com>
6486
6487 * xcoffout.c: #include debug.h.
6488 * Makefile.in (xcoffout.o): Add debug.h dependency.
6489
6490 2007-08-29 Uros Bizjak <ubizjak@gmail.com>
6491
6492 * simplify-rtx.c (simplify_binary_operation_1) [VEC_SELECT]:
6493 Change CONST_VECTOR_ELT to XVECEXP in elem calculation.
6494
6495 2007-08-29 Richard Guenther <rguenther@suse.de>
6496
6497 * tree-pretty-print.c (dump_generic_node): Print
6498 label DECL_UID as D.%u.
6499 * tree-dfa.c (dump_variable): Print DECL_UID as D.%u.
6500
6501 2007-08-29 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6502
6503 * gcc/builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.
6504 * gcc/builtins.def (BUILT_IN_REALLOC): New builtin.
6505
6506 2007-08-29 Douglas Gregor <doug.gregor@gmail.com>
6507
6508 PR c++/33194
6509 * tree.c (build_type_attribute_qual_variant): Set canonical types
6510 on the final, unqualified attribute variant before building the
6511 qualified version.
6512
6513 2007-08-29 Jie Zhang <jie.zhang@analog.com>
6514
6515 * config/bfin/bfin.c (bfin_expand_builtin): Fix the argument
6516 order of __builtin_bfin_cmplx_mac and __builtin_bfin_cmplx_msu.
6517
6518 2007-08-29 Jie Zhang <jie.zhang@analog.com>
6519
6520 Revert
6521 2007-08-29 Jie Zhang <jie.zhang@analog.com>
6522 * config/bfin/bfin.md (composev2hi): Put operands into vector
6523 with correct order.
6524
6525 2007-08-29 Jie Zhang <jie.zhang@analog.com>
6526
6527 * config/bfin/bfin.md (composev2hi): Put operands into vector
6528 with correct order.
6529
6530 2007-08-29 Jie Zhang <jie.zhang@analog.com>
6531
6532 * config/bfin/bfin.c (bfin_expand_call): Inline PLT with l1_text
6533 attribute when appropriate.
6534 (bfin_handle_l1_text_attribute): New.
6535 (bfin_handle_l1_data_attribute): New.
6536 (bfin_attribute_table): Add attributes: l1_text, l1_data,
6537 l1_data_A and l1_data_B.
6538 * doc/extend.texi (node Function Attributes): Document l1_text
6539 function attribute.
6540 (Variable Attributes): Add Blackfin subsection. Document l1_data,
6541 l1_data_A and l1_data_B variable attributes.
6542
6543 2007-08-28 Jie Zhang <jie.zhang@analog.com>
6544
6545 * config/bfin/bfin.opt (minline-plt): Add.
6546 * config/bfin/bfin.c (bfin_expand_call): Inline PLT when emit
6547 call to global functions.
6548 * doc/invoke.texi (Option Summary): Mention -minline-plt.
6549 (Blackfin Options): Document -minline-plt.
6550
6551 2007-08-28 Nathan Sidwell <nathan@codesourcery.com>
6552
6553 * config/m68k/m68k.c (m68k_get_function_kind): Assert we're never
6554 given a non-function.
6555 (m68k_ok_for_sibcall_p): Only sibcall functions of the same kind.
6556
6557 2007-08-28 DJ Delorie <dj@redhat.com>
6558
6559 * config/sh/sh.c (sh_gimplify_va_arg_expr): Fix sh2a support.
6560
6561 2007-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6562
6563 * system.h (CONST_CAST): Avoid union for gcc-4.0.x.
6564
6565 2007-08-28 Richard Guenther <rguenther@suse.de>
6566
6567 * tree.h (struct tree_function_decl): Increase size of
6568 function_code bitfield.
6569
6570 2007-08-28 Nathan Sidwell <nathan@codesourcery.com>
6571 Kazu Hirata <kazu@codesourcery.com>
6572
6573 * gcc/config/m68k/linux.h
6574 (M68K_HONOR_TARGET_STRICT_ALIGNMENT): Redefine as 0.
6575 * config/m68k/m68k.c (TARGET_RETURN_IN_MEMORY): New.
6576 (m68k_return_in_memory): New.
6577 * gcc/config/m68k/m68k.h (M68K_HONOR_TARGET_STRICT_ALIGNMENT):
6578 New.
6579
6580 2007-08-28 Uros Bizjak <ubizjak@gmail.com>
6581
6582 PR target/32661
6583 * simplify-rtx.c (simplify_binary_operation_1) [VEC_SELECT]:
6584 Simplify nested VEC_SELECT (with optional VEC_CONCAT operator as
6585 operand) when top VEC_SELECT extracts scalar element.
6586 * config/i386/sse.md (*vec_extract_v4si_mem): New pattern.
6587 (*vec_extract_v4sf_mem): Ditto.
6588
6589 2007-08-28 Jakub Jelinek <jakub@redhat.com>
6590
6591 PR middle-end/32370
6592 * passes.c (init_optimization_passes): Move pass_df_finish
6593 after pass_postreload sublist.
6594
6595 PR rtl-optimization/33148
6596 * simplify-rtx.c (simplify_unary_operation_1): Only optimize
6597 (neg (lt X 0)) if X has scalar int mode.
6598
6599 PR debug/32914
6600 * dwarf2out.c (rtl_for_decl_init): If vector decl has CONSTRUCTOR
6601 initializer, use build_vector_from_ctor if possible to create
6602 VECTOR_CST out of it. If vector initializer is not VECTOR_CST
6603 even after this, return NULL.
6604
6605 2007-08-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
6606
6607 * c-pretty-print.c (pp_c_constant): Handle COMPLEX_CST.
6608
6609 2007-08-28 Richard Guenther <rguenther@suse.de>
6610
6611 * tree.h (DECL_DISREGARD_INLINE_LIMITS): New.
6612 (struct tree_function_decl): Make function_code a bitfield.
6613 Add disregard_inline_limits flag.
6614 * cgraphunit.c (cgraph_process_new_functions): Check
6615 DECL_DISREGARD_INLINE_LIMITS instead of disregard_inline_limits_p.
6616 (cgraph_preserve_function_body_p): Likewise.
6617 * ipa-inline.c (compute_inline_parameters): Likewise.
6618 * c-decl.c (finish_function): Set DECL_DISREGARD_INLINE_LIMITS
6619 for GNU C extern inline functions.
6620 (merge_decls): Merge DECL_DISREGARD_INLINE_LIMITS.
6621 * tree-inline.c (disregard_inline_limits_p): Remove.
6622 * tree-inline.h (disregard_inline_limits_p): Likewise.
6623 * c-common.c (handle_always_inline_attribute): Set
6624 DECL_DISREGARD_INLINE_LIMITS.
6625 * langhooks.c (add_builtin_function): Verify the function code
6626 fits in the bitfield.
6627
6628 2007-08-28 Mircea Namolaru <namolaru@il.ibm.com>
6629 Vladimir Yanovsky <yanov@il.ibm.com>
6630 Revital Eres <eres@il.ibm.com>
6631 Andrey Belevantsev <abel@ispras.ru>
6632
6633 * config/spu/spu.md: Recognize doloop pattern when -fmodulo-sched
6634 is set.
6635 * modulo-sched.c: Add documentation regarding do-loop.
6636 (doloop_register_get): Change number of arguments to support
6637 the new do-loop pattern and check whether COUNT_REG has no other
6638 occurences in the loop besides in the control part.
6639 (duplicate_insns_of_cycles): Do not duplicate the insn which
6640 changes count_reg as it is already adjusted.
6641 (generate_prolog_epilog): New argument to support the new
6642 do-loop pattern. Change the subtract instruction to use
6643 expand_simple_binop. Call duplicate_insns_of_cycles with new
6644 argument.
6645 (sms_schedule): Call doloop_register_get and
6646 generate_prolog_epilog with new argument. Do not handle loops
6647 with single sets insns with subreg in their lhs.
6648 * loop-doloop.c (doloop_optimize): Support for another do-loop
6649 pattern.
6650 (doloop_condition_get): Gets an instruction instead of a pattern
6651 and change the return condition when the do-loop pattern is
6652 not parallel.
6653 * ddg.c (create_ddg_dep_from_intra_loop_link): Handle only reg
6654 deps when considering to not create edges.
6655
6656 2007-08-27 Alexandre Oliva <aoliva@redhat.com>
6657
6658 * doc/extend.texi (gnu_inline funtion attribute): Document C++
6659 behavior.
6660
6661 2007-08-27 Jason Merrill <jason@redhat.com>
6662
6663 PR c++/31337
6664 * gimplify.c (gimplify_modify_expr): Discard the assignment of
6665 zero-sized types after calling gimplify_modify_expr_rhs.
6666
6667 2007-08-27 Sandra Loosemore <sandra@codesourcery.com>
6668
6669 * regclass.c (init_reg_autoinc): Fix typo.
6670
6671 2007-08-27 Daniel Berlin <dberlin@dberlin.org>
6672
6673 Fix PR tree-optimization/33173
6674 * tree-ssa-alias.c (find_used_portions): Fix reversed test.
6675
6676 2007-08-27 H.J. Lu <hongjiu.lu@intel.com>
6677
6678 PR target/31385
6679 * config/i386/i386.h (VALID_DFP_MODE_P): New.
6680 * config/i386/i386.c (ix86_hard_regno_mode_ok): Allow DFP in
6681 GPR.
6682
6683 2007-08-27 Sandra Loosemore <sandra@codesourcery.com>
6684 David Ung <davidu@mips.com>
6685 Nigel Stephens <nigel@mips.com>
6686
6687 Separate target-specific initialization from general
6688 back-end initialization.
6689
6690 * toplev.c (init_alignments): New, split out from...
6691 (process_options): ...here.
6692 (backend_init_target): New, split out from...
6693 (backend_init): ...here.
6694 (lang_dependent_init_target): New, split out from...
6695 (lang_dependent_init): ...here.
6696 (target_reinit): New.
6697 * toplev.h (target_reinit): Declare.
6698 * expr.c (init_expr_target): Renamed from init_expr_once, since it
6699 now can be called more than once. Update comments.
6700 * expr.h (init_expr_target): Likewise.
6701 * alias.c (init_alias_target): Renamed from init_alias_once, since it
6702 now can be called more than once. Explicitly zero
6703 static_reg_base_value.
6704 * emit-rtl.c (init_emit_regs): New, split out from...
6705 (init_emit_once): Here.
6706 * regclass.c (initial_fixed_regs, initial_call_used_regs): Make
6707 non-const, so that changes from command-line arguments can overwrite
6708 values provided by the static initializers.
6709 (initial_call_really_used_regs): New, used similarly to the above.
6710 (initial_reg_names): Likewise.
6711 (last_mode_for_init_move_cost): Promoted function-local static to
6712 file-scope static to make it accessible outside init_move_cost.
6713 (init_reg_sets): Do not initialize fixed_regs and call_used_regs yet.
6714 Do not initialize inv_reg_alloc_order yet, either. Do initialize
6715 reg_names since it is needed for parsing command-line options.
6716 (init_move_cost): Use last_mode_for_init_move_cost instead of
6717 function-local static.
6718 (init_reg_sets_1): Initialize fixed_regs, call_used_regs, and
6719 call_really_used_regs now. Reinitialize reg_names. Also
6720 initialize inv_reg_alloc_order. Zero reg_class_subunion and
6721 reg_class_superunion. Clear losing_caller_save_reg_set.
6722 Preserve global registers if called more than once. Reset
6723 move cost, may_move_in_cost, may_move_out_cost, and
6724 last_mode_for_init_move_cost.
6725 (init_reg_modes_target): Renamed from init_reg_modes_once, since it
6726 can now be invoked more than once. Update comments.
6727 (init_regs): Update comments.
6728 (fix_register): Update initial_fixed_regs, initial_call_used_regs,
6729 and initial_call_really_used_regs, instead of the non-initial
6730 variables. This allows us to save the command-line register settings
6731 after target reinitialization.
6732 (init_reg_autoinc): Zero forbidden_inc_dec_classes.
6733 * rtl.h (init_emit_regs): Declare.
6734 (init_reg_modes_target, init_alias_target): Renamed as described
6735 above.
6736 * reload1.c (init_reload): Update comments.
6737 * optabs.c (init_optabs): Likewise.
6738 * cfgloopanal.c (init_set_costs): Explicitly zero target_avail_regs.
6739
6740 2007-08-26 Chao-ying Fu <fu@mips.com>
6741
6742 * rtl.h (XCNMPFV): Preserve const-ness of parameters through use of
6743 __typeof().
6744
6745 2007-08-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6746
6747 * alias.c (memory_modified_1, memory_modified_in_insn_p):
6748 Constify.
6749 * basic-block.h (tree_predicted_by_p, rtl_predicted_by_p):
6750 Likewise.
6751 * bb-reorder.c (copy_bb_p): Likewise.
6752 * cfghooks.c (can_remove_branch_p, can_merge_blocks_p,
6753 predicted_by_p, can_duplicate_block_p, block_ends_with_call_p,
6754 block_ends_with_condjump_p): Likewise.
6755 * cfghooks.h (can_remove_branch_p, can_merge_blocks_p,
6756 predicted_by_p, can_duplicate_block_p, block_ends_with_call_p,
6757 block_ends_with_condjump_p): Likewise.
6758 * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
6759 * cfgrtl.c (can_delete_note_p, can_delete_label_p,
6760 rtl_can_merge_blocks, cfg_layout_can_merge_blocks_p,
6761 rtl_block_ends_with_call_p, rtl_block_ends_with_condjump_p,
6762 need_fake_edge_p, rtl_can_remove_branch_p): Likewise.
6763 * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Use
6764 debug_true_const_tree instad of debug_true_tree.
6765 * debug.c (do_nothing_debug_hooks): Likewise.
6766 * debug.h (ignore_block, debug_true_const_tree): Constify.
6767 * dwarf2out.c (stack_adjust_offset, clobbers_queued_reg_save,
6768 dwarf2out_ignore_block, is_pseudo_reg, is_tagged_type,
6769 decl_ultimate_origin, block_ultimate_origin, lookup_decl_loc,
6770 same_dw_val_p, add_ranges, is_subrange_type, type_is_enum,
6771 dbx_reg_number, is_based_loc, field_type,
6772 simple_type_align_in_bits, simple_decl_align_in_bits,
6773 simple_type_size_in_bits, field_byte_offset, insert_float,
6774 type_tag, member_declared_type, is_redundant_typedef,
6775 secname_for_decl, is_inlined_entry_point): Likewise.
6776 * emit-rtl.c (const_next_insn, const_previous_insn,
6777 const_next_nonnote_insn, const_prev_nonnote_insn,
6778 const_next_real_insn, const_prev_real_insn,
6779 const_next_active_insn, const_prev_active_insn, const_next_label,
6780 const_prev_label): Likewise.
6781 * except.h (lookup_stmt_eh_region_fn, lookup_stmt_eh_region):
6782 Likewise.
6783 * haifa-sched.c (may_trap_exp, haifa_classify_insn,
6784 find_set_reg_weight, no_real_insns_p, find_set_reg_weight,
6785 sched_insn_is_legitimate_for_speculation_p): Likewise.
6786 * jump.c (reversed_comparison_code_parts,
6787 reversed_comparison_code, reversed_comparison, condjump_label):
6788 Likewise.
6789 * predict.c (rtl_predicted_by_p, tree_predicted_by_p): Likewise.
6790 * reg-stack.c (stack_regs_mentioned_p, stack_regs_mentioned):
6791 Likewise.
6792 * rtl.h (const_previous_insn, const_next_insn,
6793 const_prev_nonnote_insn, const_next_nonnote_insn,
6794 const_prev_real_insn, const_next_real_insn,
6795 const_prev_active_insn, const_next_active_insn, const_prev_label,
6796 const_next_label, modified_between_p, modified_in_p,
6797 const_note_storeskeep_with_call_p, condjump_label,
6798 reversed_comparison, reversed_comparison_code,
6799 reversed_comparison_code_parts, memory_modified_in_insn_p,
6800 stack_regs_mentioned): Likewise.
6801 * rtlanal.c (modified_between_p, modified_in_p, const_note_stores,
6802 keep_with_call_p): Likewise.
6803 * sched-deps.c (deps_may_trap_p, sched_get_condition,
6804 conditions_mutex_p, sched_insns_conditions_mutex_psd_next_list,
6805 sd_lists_size, sd_lists_empty_p): Likewise.
6806 * sched-int.h (sched_insns_conditions_mutex_p,
6807 haifa_classify_insn, no_real_insns_p,
6808 sched_insn_is_legitimate_for_speculation_p, sd_next_list,
6809 sd_lists_size, sd_lists_empty_p): Likewise.
6810 * sdbout.c (sdb_debug_hooks): Likewise.
6811 * tree-cfg.c (tree_can_merge_blocks_p, is_ctrl_altering_stmt,
6812 stmt_ends_bb_p, tree_can_remove_branch_p, tree_can_duplicate_bb_p,
6813 -tree_block_ends_with_call_p, tree_block_ends_with_condjump_p):
6814 Likewise.
6815 * tree-eh.c (lookup_stmt_eh_region_fn, lookup_stmt_eh_region,
6816 tree_can_throw_internal): Likewise.
6817 * tree-flow-inline.h (phi_nodes): Likewise.
6818 * tree-flow.h (phi_nodesstmt_ends_bb_p, is_ctrl_altering_stmt,
6819 tree_can_throw_internal, lookup_stmt_eh_region): Likewise.
6820 * tree-gimple.c (const_get_call_expr_in): Likewise.
6821 * tree-gimple.h (const_get_call_expr_in): Likewise.
6822 * tree.c (const_lookup_attribute, attribute_list_equal,
6823 attribute_list_contained): Likewise.
6824 * tree.h (attribute_list_equal, attribute_list_contained,
6825 const_lookup_attribute): Likewise.
6826 * vmsdbgout.c (vmsdbgout_ignore_block): Likewise.
6827
6828 2007-08-26 Bernhard Fischer <aldot@gcc.gnu.org>
6829
6830 * tree-ssa-sccvn.c, tree-ssa-sccvn.h, tree-vn.c,
6831 tree-ssa-pre.c: Remove unnecessary trailing whitespace.
6832
6833 2007-08-26 H.J. Lu <hongjiu.lu@intel.com>
6834
6835 PR target/32991
6836 * config/alpha/constraints.md: Delete "svn:mime-type" property
6837 with svn propdel "svn:mime-type".
6838
6839 2007-08-26 H.J. Lu <hongjiu.lu@intel.com>
6840
6841 PR middle-end/33181
6842 * ifcvt.c (noce_get_alt_condition): Make sure that the previous
6843 non NOTE insn doesn't cross basic block.
6844 (noce_try_abs): Likewise.
6845 (noce_process_if_block): Likewise.
6846
6847 2007-08-26 David Edelsohn <edelsohn@gnu.org>
6848
6849 PR target/33151
6850 * config/rs6000/predicates.md (offsettable_mem_operand): Memory
6851 operand without auto-inc-dec.
6852 * config/rs6000/rs6000.md (floatsidf2_internal): Use
6853 offsettable_mem_operand.
6854 (floatunssidf2_internal): Same.
6855 (fix_truncdfsi2_internal): Same.
6856 (floatsidf_ppc64): Same.
6857 (floatunssidf_ppc64): Same.
6858 (fix_trunctfsi2_internal): Same.
6859
6860 2007-08-26 Bernhard Fischer <aldot@gcc.gnu.org>
6861
6862 PR bootstrap/30620
6863 * Makefile.in (libbackend.o): Add gcov-iov.h dependency and
6864 pass defines needed for version.c.
6865
6866 2007-08-25 Joseph Myers <joseph@codesourcery.com>
6867
6868 * configure.ac (--debug-prefix-map check): Change assembler
6869 version presumed to have feature to 2.18.
6870 * configure: Regenerate.
6871
6872 2007-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6873
6874 * c-common.c (vector_types_convertible_p,
6875 decl_with_nonnull_addr_p, c_promoting_integer_type_p,
6876 self_promoting_args_p): Constify.
6877 * c-common.h (has_c_linkage, decl_with_nonnull_addr_p,
6878 c_promoting_integer_type_p, self_promoting_args_p,
6879 anon_aggr_type_p, vector_types_convertible_p): Likewise.
6880 * c-decl.c (anon_aggr_type_p): Likewise.
6881 * * c-dump.c (dump_stmt): Likewise.
6882 * c-objc-common.c (has_c_linkage): Likewise.
6883 * c-tree.h (same_translation_unit_p): Likewise.
6884 * c-typeck.c (null_pointer_constant_p,
6885 tagged_types_tu_compatible_p, function_types_compatible_p,
6886 type_lists_compatible_p, lvalue_or_else, lvalue_p,
6887 comptypes_internal, struct tagged_tu_seen_cache,
6888 same_translation_unit_p, alloc_tagged_tu_seen_cache,
6889 c_size_in_bytes): Likewise.
6890 * ggc-common.c (compare_ptr_data, hash_descriptor, eq_descriptor,
6891 hash_ptr, eq_ptr): Likewise.
6892 * langhooks-def.h (lhd_decl_ok_for_sibcall,
6893 LANG_HOOKS_OMP_PRIVATIZE_BY_REFERENCE): Likewise.
6894 * langhooks.c (lhd_decl_ok_for_sibcall): Likewise.
6895 * langhooks.h (ok_for_sibcall, omp_privatize_by_reference):
6896 Likewise.
6897 * optabs.c (optab_for_tree_code): Likewise.
6898 * optabs.h (optab_for_tree_code): Likewise.
6899 * rtl.h (simplify_rtx): Likewise.
6900 * simplify-rtx.c (simplify_rtx): Likewise.
6901 * tree-dump.c (queue, queue_and_dump_index, queue_and_dump_type,
6902 dump_flag, dump_node): Likewise.
6903 * tree-dump.h (struct dump_info, dump_stmt, queue_and_dump_index,
6904 queue_and_dump_type, dump_flag): Likewise.
6905 * tree-flow.h (vect_can_force_dr_alignment_p): Likewise.
6906 * tree-pass.h (dump_node): Likewise.
6907 * tree-vectorizer.c (vect_can_force_dr_alignment_p,
6908 supportable_narrowing_operation): Likewise.
6909 * tree-vectorizer.h (vect_can_force_dr_alignment_p,
6910 supportable_narrowing_operation): Likewise.
6911 * tree-vrp.c (needs_overflow_infinity, supports_overflow_infinity,
6912 is_negative_overflow_infinity, is_positive_overflow_infinity,
6913 is_overflow_infinity, vrp_val_is_max, vrp_val_is_min,
6914 nonnull_arg_p, get_value_range, vrp_operand_equal_p,
6915 update_value_range, add_equivalence, ssa_name_nonnegative_p,
6916 ssa_name_nonzero_p, fp_predicate): Likewise.
6917 * tree.c (auto_var_in_fn_p, empty_body_p): Likewise.
6918 * tree.h (empty_body_p, auto_var_in_fn_p, ssa_name_nonzero_p,
6919 ssa_name_nonnegative_p): Likewise.
6920
6921 2007-08-25 Hans Kester <hans.kester@ellips.nl>
6922
6923 * config.gcc : Add x86_64-elf target.
6924
6925 2007-08-25 Jakub Jelinek <jakub@redhat.com>
6926
6927 * expr.c (store_expr): Fix order of store_by_pieces arguments.
6928
6929 2007-08-24 Sandra Loosemore <sandra@codesourcery.com>
6930 Nigel Stephens <nigel@mips.com>
6931
6932 PR target/11787
6933
6934 * doc/tm.texi (SET_RATIO, SET_BY_PIECES_P): Document new macros.
6935 (STORE_BY_PIECES_P): No longer applies to __builtin_memset.
6936 * expr.c (SET_BY_PIECES_P): Define.
6937 (can_store_by_pieces, store_by_pieces): Add MEMSETP argument; use
6938 it to decide whether to use SET_BY_PIECES_P or STORE_BY_PIECES_P.
6939 (store_expr): Pass MEMSETP argument to can_store_by_pieces and
6940 store_by_pieces.
6941 * expr.h (SET_RATIO): Define.
6942 (can_store_by_pieces, store_by_pieces): Update prototypes.
6943 * builtins.c (expand_builtin_memcpy): Pass MEMSETP argument to
6944 can_store_by_pieces/store_by_pieces.
6945 (expand_builtin_memcpy_args): Likewise.
6946 (expand_builtin_strncpy): Likewise.
6947 (expand_builtin_memset_args): Likewise. Also remove special case
6948 for optimize_size so that can_store_by_pieces/SET_BY_PIECES_P can
6949 decide what to do instead.
6950 * value-prof.c (tree_stringops_transform): Pass MEMSETP argument
6951 to can_store_by_pieces.
6952
6953 * config/sh/sh.h (SET_BY_PIECES_P): Clone from STORE_BY_PIECES_P.
6954 * config/s390/s390.h (SET_BY_PIECES_P): Likewise.
6955
6956 * config/mips/mips.opt (mmemcpy): Change from Var to Mask.
6957 * config/mips/mips.c (override_options): Make -Os default to -mmemcpy.
6958 * config/mips/mips.h (MIPS_CALL_RATIO): Define.
6959 (MOVE_RATIO, CLEAR_RATIO, SET_RATIO): Define.
6960 (STORE_BY_PIECES_P): Define.
6961
6962 2007-08-24 Tom Tromey <tromey@redhat.com>
6963
6964 * varpool.c (varpool_last_needed_node): Fix comment typo.
6965 * c-decl.c (duplicate_decls): Fix comment typo.
6966 (clone_underlying_type): Update comment.
6967
6968 2007-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6969
6970 * config/alpha/alpha.c (alpha_mangle_type, decl_has_samegp,
6971 alpha_in_small_data_p, alpha_split_complex_arg,
6972 alpha_stdarg_optimize_hook, TARGET_ASM_CAN_OUTPUT_MI_THUNK):
6973 Constify.
6974 * config/arm/arm-protos.h (arm_mangle_type): Likewise.
6975 * config/arm/arm.c (arm_comp_type_attributes, arm_mangle_type):
6976 Likewise.
6977 * config/bfin/bfin.c (funkind, bfin_comp_type_attributes,
6978 TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
6979 * config/darwin-protos.h (darwin_binds_local_p): Likewise.
6980 * config/darwin.c (darwin_binds_local_p): Likewise.
6981 * config/frv/frv.c (frv_string_begins_with, frv_in_small_data_p):
6982 Likewise.
6983 * config/i386/i386-protos.h (i386_pe_binds_local_p,
6984 i386_pe_valid_dllimport_attribute_p): Likewise.
6985 * config/i386/i386.c (ix86_function_regparm,
6986 ix86_comp_type_attributes, ix86_ms_bitfield_layout_p,
6987 x86_can_output_mi_thunk, ix86_mangle_type,
6988 TARGET_USE_BLOCKS_FOR_CONSTANT_P): Likewise.
6989 * config/i386/winnt.c (i386_pe_valid_dllimport_attribute_p,
6990 i386_pe_binds_local_p): Likewise.
6991 * config/ia64/ia64.c
6992 (ia64_first_cycle_multipass_dfa_lookahead_guard_spec,
6993 ia64_needs_block_p, ia64_in_small_data_p, ia64_mangle_type,
6994 ia64_invalid_conversion, ia64_invalid_unary_op,
6995 ia64_invalid_binary_op, TARGET_ASM_CAN_OUTPUT_MI_THUNK):
6996 Likewise.
6997 * config/m32c/m32c.c (m32c_comp_type_attributes): Likewise.
6998 * config/m32r/m32r.c (m32r_in_small_data_p): Likewise.
6999 * config/m68k/m68k.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
7000 * config/mips/mips.c (mips_use_blocks_for_constant_p,
7001 mips_in_small_data_p, mips_use_anchors_for_symbol_p,
7002 mips_comp_type_attributes, TARGET_ASM_CAN_OUTPUT_MI_THUNK,
7003 mips_near_type_p, mips_far_type_p, mips_global_symbol_p,
7004 mips_symbol_binds_local_p, mips_classify_symbol): Likewise.
7005 * config/pa/pa.c (pa_commutative_p): Likewise.
7006 * config/rs6000/rs6000-protos.h (rs6000_elf_in_small_data_p):
7007 Likewise.
7008 * config/rs6000/rs6000.c (rs6000_invalid_within_doloop,
7009 rs6000_ms_bitfield_layout_p, rs6000_mangle_type,
7010 rs6000_use_blocks_for_constant_p,
7011 rs6000_vector_alignment_reachable, rs6000_is_opaque_type,
7012 invalid_arg_for_unprototyped_fn, TARGET_ASM_CAN_OUTPUT_MI_THUNK,
7013 TARGET_SPLIT_COMPLEX_ARG, rs6000_elf_in_small_data_p): Likewise.
7014 * config/s390/s390.c (s390_mangle_type,
7015 TARGET_ASM_CAN_OUTPUT_MI_THUNK, TARGET_INVALID_WITHIN_DOLOOP):
7016 Likewise.
7017 * config/score/score.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK,
7018 th_in_small_data_p): Likewise.
7019 * config/sh/sh.c (sh_ms_bitfield_layout_p,
7020 sh_dwarf_calling_convention, TARGET_ASM_CAN_OUTPUT_MI_THUNK):
7021 Likewise.
7022 * config/sparc/sparc.c (sparc_can_output_mi_thunk,
7023 sparc_mangle_type): Likewise.
7024 * config/spu/spu.c (spu_vector_alignment_reachable): Likewise.
7025 * config/xtensa/xtensa.c (TARGET_SPLIT_COMPLEX_ARG): Likewise.
7026 * emit-rtl.c (const_fixed_htab_hash, const_fixed_htab_eq):
7027 Likewise.
7028 * hooks.c (hook_bool_mode_const_rtx_false,
7029 hook_bool_mode_const_rtx_true,
7030 hook_bool_const_tree_hwi_hwi_const_tree_false,
7031 hook_bool_const_tree_hwi_hwi_const_tree_true,
7032 hook_int_const_tree_0, hook_int_const_tree_const_tree_1,
7033 hook_constcharptr_const_tree_null,
7034 hook_constcharptr_const_rtx_null,
7035 hook_constcharptr_const_tree_const_tree_null,
7036 hook_constcharptr_int_const_tree_null,
7037 hook_constcharptr_int_const_tree_const_tree_null): New.
7038 (hook_bool_mode_rtx_false, hook_bool_mode_rtx_true,
7039 hook_bool_tree_hwi_hwi_tree_false,
7040 hook_bool_tree_hwi_hwi_tree_true, hook_int_tree_0,
7041 hook_int_tree_tree_1, hook_constcharptr_tree_null,
7042 hook_constcharptr_rtx_null, hook_constcharptr_tree_tree_null,
7043 hook_constcharptr_int_tree_null,
7044 hook_constcharptr_int_tree_tree_null): Delete.
7045 (default_can_output_mi_thunk_no_vcall): Constify.
7046 * hooks.h (hook_bool_mode_rtx_false, hook_bool_mode_rtx_true,
7047 hook_bool_tree_hwi_hwi_tree_false,
7048 hook_bool_tree_hwi_hwi_tree_true, hook_int_tree_0,
7049 hook_int_tree_tree_1, hook_constcharptr_tree_null,
7050 hook_constcharptr_rtx_null, hook_constcharptr_tree_tree_null,
7051 hook_constcharptr_int_tree_null,
7052 hook_constcharptr_int_tree_tree_null): Delete.
7053 (hook_bool_mode_const_rtx_false, hook_bool_mode_const_rtx_true,
7054 hook_bool_const_tree_hwi_hwi_const_tree_false,
7055 hook_bool_const_tree_hwi_hwi_const_tree_true,
7056 hook_int_const_tree_0, hook_int_const_tree_const_tree_1,
7057 hook_constcharptr_const_tree_null,
7058 hook_constcharptr_const_rtx_null,
7059 hook_constcharptr_const_tree_const_tree_null,
7060 hook_constcharptr_int_const_tree_null,
7061 hook_constcharptr_int_const_tree_const_tree_null): New.
7062 (default_can_output_mi_thunk_no_vcall): Constify.
7063 * integrate.c (function_attribute_inlinable_p): Likewise.
7064 * integrate.h (function_attribute_inlinable_p): Likewise.
7065 * jump.c (rtx_renumbered_equal_p): Likewise.
7066 * output.h (decl_readonly_section, categorize_decl_for_section,
7067 default_use_anchors_for_symbol_p, default_binds_local_p,
7068 default_binds_local_p_1): Likewise.
7069 * rtl.h (rtx_renumbered_equal_p, decl_default_tls_model):
7070 Likewise.
7071 * target-def.h (TARGET_ASM_CAN_OUTPUT_MI_THUNK,
7072 TARGET_VALID_DLLIMPORT_ATTRIBUTE_P, TARGET_VECTOR_OPAQUE_P,
7073 TARGET_COMMUTATIVE_P, TARGET_USE_BLOCKS_FOR_CONSTANT_P,
7074 TARGET_COMP_TYPE_ATTRIBUTES,
7075 TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P,
7076 TARGET_MS_BITFIELD_LAYOUT_P, TARGET_MANGLE_TYPE,
7077 TARGET_IN_SMALL_DATA_P, TARGET_INVALID_CONVERSION,
7078 TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP,
7079 TARGET_DWARF_CALLING_CONVENTION): Likewise.
7080 * target.h (can_output_mi_thunk, needs_block_p,
7081 first_cycle_multipass_dfa_lookahead_guard_spec,
7082 vector_alignment_reachable, comp_type_attributes,
7083 function_attribute_inlinable_p, ms_bitfield_layout_p, mangle_type,
7084 commutative_p, use_blocks_for_constant_p,
7085 use_anchors_for_symbol_p, in_small_data_p, binds_local_p,
7086 vector_opaque_p, dwarf_calling_convention, stdarg_optimize_hook,
7087 invalid_within_doloop, valid_dllimport_attribute_p,
7088 split_complex_arg, invalid_arg_for_unprototyped_fn,
7089 invalid_conversion, invalid_unary_op, invalid_binary_op):
7090 Likewise.
7091 * targhooks.c (default_invalid_within_doloop,
7092 hook_invalid_arg_for_unprototyped_fn,
7093 default_builtin_vector_alignment_reachable): Likewise.
7094 (hook_bool_rtx_commutative_p): Delete.
7095 (hook_bool_const_rtx_commutative_p): New.
7096 * targhooks.h (default_invalid_within_doloop,
7097 default_builtin_vector_alignment_reachable,
7098 hook_invalid_arg_for_unprototyped_fn): Constify.
7099 (hook_bool_rtx_commutative_p): Delete.
7100 (hook_bool_const_rtx_commutative_p): New.
7101 * varasm.c (bss_initializer_p, decl_default_tls_model,
7102 categorize_decl_for_section, decl_readonly_section,
7103 default_use_anchors_for_symbol_p, default_binds_local_p,
7104 default_binds_local_p_1): Constify.
7105
7106 2007-08-24 Jie Zhang <jie.zhang@analog.com>
7107
7108 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
7109 __NO_BUILTIN if -fno-builtin.
7110
7111 2007-08-24 Jie Zhang <jie.zhang@analog.com>
7112
7113 * config/bfin/bfin.c (print_operand): Report error instead of
7114 ICE for wrong operand.
7115
7116 2007-08-24 Michael Matz <matz@suse.de>
7117
7118 * Makefile.in (GTFILES_H): Use $(patsubst) instead of $(subst).
7119
7120 2007-08-24 Richard Guenther <rguenther@suse.de>
7121
7122 PR middle-end/33166
7123 * tree-ssa.c (useless_type_conversion_p): Split into a
7124 recursive and a non-recursive part.
7125 (useless_type_conversion_p_1): New function.
7126 * tree-ssa-ccp.c (fold_stmt_r): Make sure that the result
7127 from maybe_fold_offset_to_reference is trivially convertible
7128 to the desired type before doing the simplification.
7129
7130 2007-08-24 Jakub Jelinek <jakub@redhat.com>
7131
7132 * expr.c (store_expr): Optimize initialization of an array
7133 with STRING_CST.
7134 * expr.h (builtin_strncpy_read_str): New prototype.
7135 * builtins.c (builtin_strncpy_read_str): Remove prototype.
7136 No longer static.
7137
7138 2007-08-24 Uros Bizjak <ubizjak@gmail.com>
7139
7140 PR middle-end/33157
7141 * ifcvt.c (noce_find_if_block): Do not clear if_info.cond_earliest
7142 field when initializing if_info structure.
7143
7144 2007-08-24 Richard Guenther <rguenther@suse.de>
7145
7146 * Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H)
7147 dependencies.
7148 * c-objc-common.c (c_cannot_inline_tree_fn): Remove.
7149 * langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Likewise.
7150 * tree-inline.c (inlinable_function_p): Fold in common parts of
7151 the cannot_inline_tree_fn langhook.
7152 * langhooks-def.h (lhd_tree_inlining_cannot_inline_tree_fn): Remove.
7153 (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN): Likewise.
7154 (LANG_HOOKS_TREE_INLINING_INITIALIZER): Remove initializer for
7155 cannot_inline_tree_fn langhook.
7156 * langhooks.h (struct lang_hooks_for_tree_inlining): Remove
7157 cannot_inline_tree_fn member.
7158
7159 2007-08-24 Richard Guenther <rguenther@suse.de>
7160
7161 * expr.c (get_inner_reference): Do computation of bitoffset
7162 from offset in a way we can detect overflow reliably.
7163
7164 2007-08-24 Jie Zhang <jie.zhang@analog.com>
7165
7166 * crtstuff.c (USE_PT_GNU_EH_FRAME): Don't define for uClibc.
7167
7168 2007-08-24 Jie Zhang <jie.zhang@analog.com>
7169
7170 * config/bfin/bfin.opt (mfast-fp): Add.
7171 * config/bfin/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Let
7172 libbffastfp override libgcc if -mfast-fp.
7173 * config/bfin/bfin.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
7174 * doc/invoke.texi (Option Summary): Mention -mfast-fp.
7175 (Blackfin Options): Document -mfast-fp.
7176
7177 2007-08-24 Jakub Jelinek <jakub@redhat.com>
7178
7179 PR tree-optimization/32573
7180 PR middle-end/32946
7181 * tree-data-ref.c (initialize_data_dependence_relation): Clear
7182 DDR_SUBSCRIPTS, DDR_DIR_VECTS and DDR_DIST_VECTS at the beginning.
7183 (finalize_ddr_dependent): Clear DDR_SUBSCRIPTS after freeing it.
7184 (build_classic_dist_vector): Return false rather than true if
7185 DDR_ARE_DEPENDENT is non-NULL at the beginning. Return false
7186 if either subscript_dependence_tester_1 or build_classic_dist_vector_1
7187 returned false. Don't call save_dist_v before calling
7188 build_classic_dist_vector_1.
7189 (free_dependence_relation): Don't guard freeing DDR_SUBSCRIPTS
7190 with NULL DDR_ARE_DEPENDENT. Also free DDR_DIST_VECTS and/or
7191 DDR_DIR_VECTS vectors.
7192
7193 2007-08-23 Brian Sidebotham <brian.sidebotham@gmail.com>
7194
7195 * configure.ac (leb128): Modify sed statement to work with any
7196 binutils version string.
7197 * configure: Regenerate
7198
7199 2007-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7200
7201 * config/arc/arc-protos.h arc_select_cc_mode, gen_compare_reg):
7202 Wrap in RTX_CODE macro guard.
7203 * config/arm/pe.c (arm_dllexport_p, arm_dllimport_p,
7204 arm_dllexport_name_p, arm_dllimport_name_p, arm_mark_dllexport,
7205 arm_mark_dllimport, arm_pe_encode_section_info,
7206 arm_pe_unique_section): Use ISO-C function declarations.
7207 * config/c4x/c4x-c.c (c4x_parse_pragma, c4x_pr_CODE_SECTION,
7208 c4x_pr_DATA_SECTION, c4x_pr_FUNC_IS_PURE,
7209 c4x_pr_FUNC_NEVER_RETURNS, c4x_pr_INTERRUPT, c4x_pr_ignored):
7210 Likewise.
7211 * config/iq2000/iq2000.h (ASM_OUTPUT_SKIP): Fix format warning.
7212 * config/m68hc11/m68hc11.h (ASM_OUTPUT_EXTERNAL): Undef before
7213 defining.
7214 * config/mips/mips.h (ASM_DECLARE_OBJECT_NAME): Fix format
7215 warnings.
7216 * config/mn10300/mn10300.h (OUTPUT_ADDR_CONST_EXTRA): Likewise.
7217 * config/pdp11/pdp11.c (pdp11_output_function_epilogue): Likewise.
7218 (register_move_cost): Use ISO-C function declarations.
7219 * config/pdp11/pdp11.h (PRINT_OPERAND): Fix format warnings.
7220 * config/score/score-protos.h (score_declare_object): Add
7221 ATTRIBUTE_PRINTF_4.
7222 * config/score/score.h (ASM_DECLARE_OBJECT_NAME): Fix format
7223 warnings.
7224 * final.c (profile_function): Avoid empty if-bodies.
7225
7226
7227 * calls.c (must_pass_in_stack_var_size,
7228 must_pass_in_stack_var_size_or_pad): Constify.
7229 * config/alpha/alpha-protos.h (function_value): Likewise.
7230 * config/alpha/alpha.c (alpha_return_in_memory,
7231 alpha_pass_by_reference, function_value,
7232 unicosmk_must_pass_in_stack, TARGET_PROMOTE_FUNCTION_ARGS,
7233 TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES):
7234 Likewise.
7235 * config/arc/arc.c (arc_return_in_memory, arc_pass_by_reference,
7236 TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
7237 TARGET_PROMOTE_PROTOTYPES): Likewise.
7238 * config/arm/arm-protos.h (arm_return_in_memory,
7239 arm_pad_arg_upward, arm_function_value): Likewise.
7240 * config/arm/arm.c (arm_pass_by_reference,
7241 arm_promote_prototypes, arm_return_in_msb, arm_must_pass_in_stack,
7242 TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
7243 arm_function_value, arm_return_in_memory, arm_pad_arg_upward):
7244 Likewise.
7245 * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Likewise.
7246 * config/avr/avr-protos.h (avr_function_value): Likewise.
7247 * config/avr/avr.c (avr_return_in_memory,
7248 gas_output_limited_string, gas_output_ascii, avr_function_value,
7249 avr_return_in_memory): Likewise.
7250 * config/bfin/bfin-protos.h (bfin_return_in_memory): Likewise.
7251 * config/bfin/bfin.c (bfin_pass_by_reference,
7252 bfin_return_in_memory, TARGET_PROMOTE_PROTOTYPES,
7253 TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN):
7254 Likewise.
7255 * config/cris/cris.c (cris_pass_by_reference,
7256 TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
7257 * config/crx/crx.c (crx_return_in_memory): Likewise.
7258 * config/darwin.c (function_base, machopic_function_base_name):
7259 Likewise.
7260 * config/fr30/fr30.c (fr30_must_pass_in_stack,
7261 TARGET_PROMOTE_PROTOTYPES): Likewise.
7262 * config/frv/frv.c (frv_must_pass_in_stack): Likewise.
7263 * config/h8300/h8300.c (h8300_return_in_memory): Likewise.
7264 * config/i386/i386-protos.h (ix86_return_in_memory,
7265 ix86_sol10_return_in_memory): Likewise.
7266 * config/i386/i386.c (ix86_function_value,
7267 ix86_function_sseregparm, ix86_must_pass_in_stack,
7268 type_natural_mode, classify_argument, examine_argument,
7269 construct_container, ix86_pass_by_reference, function_value_32,
7270 function_value_64, ix86_function_value_1, return_in_memory_32,
7271 return_in_memory_64, return_in_memory_ms_64,
7272 ix86_return_in_memory, ix86_sol10_return_in_memory,
7273 TARGET_PROMOTE_PROTOTYPES): Likewise.
7274 * config/ia64/ia64-protos.h (ia64_function_value,
7275 ia64_hpux_function_arg_padding): Likewise.
7276 * config/ia64/ia64.c (hfa_element_mode, ia64_return_in_memory,
7277 ia64_function_value, bundle_state_hash, bundle_state_eq_p,
7278 ia64_hpux_function_arg_padding): Likewise.
7279 * config/iq2000/iq2000-protos.h (function_arg,
7280 iq2000_function_value): Likewise.
7281 * config/iq2000/iq2000.c (iq2000_return_in_memory,
7282 iq2000_pass_by_reference, TARGET_PROMOTE_FUNCTION_ARGS,
7283 TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
7284 function_arg, iq2000_function_value): Likewise.
7285 * config/m32c/m32c-protos.h (m32c_function_value,
7286 m32c_promote_function_return): Likewise.
7287 * config/m32c/m32c.c (m32c_pass_by_reference,
7288 m32c_promote_prototypes, m32c_promote_function_return,
7289 m32c_function_value): Likewise.
7290 * config/m32r/m32r.c (m32r_return_in_memory,
7291 m32r_pass_by_reference, TARGET_PROMOTE_PROTOTYPES,
7292 m32r_in_small_data_p): Likewise.
7293 * config/m68hc11/m68hc11-protos.h (m68hc11_function_arg_padding):
7294 Likewise.
7295 * config/m68hc11/m68hc11.c (m68hc11_return_in_memory,
7296 m68hc11_function_arg_padding): Likewise.
7297 * config/m68k/m68k-protos.h (m68k_function_value): Likewise.
7298 * config/m68k/m68k.c (TARGET_PROMOTE_PROTOTYPES,
7299 m68k_function_value): Likewise.
7300 * config/mcore/mcore-protos.h (mcore_num_arg_regs,
7301 mcore_function_value): Likewise.
7302 * config/mcore/mcore.c (handle_structs_in_regs,
7303 mcore_return_in_memory, TARGET_PROMOTE_FUNCTION_ARGS,
7304 TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
7305 mcore_num_arg_regs, mcore_function_value): Likewise.
7306 * config/mips/mips-protos.h (mips_pad_arg_upward,
7307 mips_function_value): Likewise.
7308 * config/mips/mips.c (mips_fpr_return_fields, mips_return_in_msb,
7309 mips_return_in_memory, mips_pass_by_reference, mips_callee_copies,
7310 TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
7311 TARGET_PROMOTE_PROTOTYPES, mips_pad_arg_upward,
7312 mips_function_value): Likewise.
7313 * config/mmix/mmix-protos.h (mmix_function_outgoing_value):
7314 Likewise.
7315 * config/mmix/mmix.c (mmix_pass_by_reference,
7316 TARGET_PROMOTE_FUNCTION_ARGS, mmix_function_outgoing_value,
7317 mmix_encode_section_info): Likewise.
7318 * config/mn10300/mn10300-protos.h (mn10300_function_value):
7319 Likewise.
7320 * config/mn10300/mn10300.c (mn10300_return_in_memory,
7321 mn10300_pass_by_reference, TARGET_PROMOTE_PROTOTYPES,
7322 mn10300_function_value): Likewise.
7323 * config/mt/mt-protos.h (mt_function_value): Likewise.
7324 * config/mt/mt.c (mt_pass_by_reference, mt_function_value,
7325 mt_pass_in_stack, TARGET_PROMOTE_PROTOTYPES): Likewise.
7326 * config/pa/pa-protos.h (function_arg_padding, function_value,
7327 pa_return_in_memory): Likewise.
7328 * config/pa/pa.c (pa_pass_by_reference,
7329 TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
7330 function_arg_padding, function_value, pa_return_in_memory):
7331 Likewise.
7332 * config/pdp11/pdp11.c (pdp11_return_in_memory): Likewise.
7333 * config/rs6000/rs6000-protos.h (rs6000_function_value,
7334 function_arg_padding): Likewise.
7335 * config/rs6000/rs6000.c (rs6000_return_in_memory,
7336 rs6000_darwin64_record_arg_recurse, rs6000_darwin64_record_arg,
7337 rs6000_pass_by_reference, rs6000_must_pass_in_stack,
7338 TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
7339 function_arg_padding, altivec_expand_dst_builtin,
7340 altivec_expand_builtin, rs6000_expand_builtin, spe_init_builtins,
7341 altivec_init_builtins, rs6000_common_init_builtins,
7342 rs6000_function_value): Likewise.
7343 * s390/s390-protos.h (s390_function_value): Likewise.
7344 * config/s390/s390.c (s390_function_arg_size,
7345 s390_pass_by_reference, s390_return_in_memory,
7346 s390_function_value, TARGET_PROMOTE_FUNCTION_ARGS,
7347 TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
7348 * config/score/score-protos.h (score_function_value): Likewise.
7349 * config/score/score.c (score_arg_partial_bytes,
7350 TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
7351 TARGET_PROMOTE_PROTOTYPES, score_return_in_memory,
7352 score_pass_by_reference, score_add_offset, score_function_value):
7353 Likewise.
7354 * config/sh/sh-protos.h (sh_attr_renesas_p,
7355 sh_promote_prototypes): Likewise.
7356 * config/sh/sh.c (sh_return_in_memory, sh_pass_by_reference,
7357 sh_callee_copies, sh_promote_prototypes, shcompact_byref,
7358 sh_attr_renesas_p): Likewise.
7359 * config/sparc/sparc-protos.h (function_value,
7360 function_arg_padding): Likewise.
7361 * config/sparc/sparc.c (sparc_promote_prototypes,
7362 sparc_return_in_memory, sparc_pass_by_reference,
7363 TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
7364 function_arg_record_value_2, function_arg_record_value_1,
7365 function_arg_record_value, function_arg_record_value,
7366 function_arg_padding, function_value): Likewise.
7367 * config/spu/spu-protos.h (spu_function_value): Likewise.
7368 * config/spu/spu.c (spu_pass_by_reference, spu_return_in_memory,
7369 spu_function_value): Likewise.
7370 * config/stormy16/stormy16-protos.h (xstormy16_function_value):
7371 Likewise.
7372 * config/stormy16/stormy16.c (xstormy16_return_in_memory,
7373 xstormy16_function_value, TARGET_PROMOTE_FUNCTION_ARGS,
7374 TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES):
7375 Likewise.
7376 * config/v850/v850.c (v850_return_in_memory,
7377 v850_pass_by_reference, TARGET_PROMOTE_PROTOTYPES): Likewise.
7378 * config/vax/vax.c (TARGET_PROMOTE_PROTOTYPES): Likewise.
7379 * config/xtensa/xtensa.c (xtensa_return_in_msb,
7380 xtensa_return_in_memory, TARGET_PROMOTE_FUNCTION_ARGS,
7381 TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES):
7382 Likewise.
7383 * explow.c (promote_mode, hard_function_value): Likewise.
7384 * expr.h (hard_function_value, promote_mode): Likewise.
7385 * function.c (aggregate_value_p): Likewise.
7386 * hooks.c (hook_bool_const_tree_true): New.
7387 * hooks.h (hook_bool_const_tree_true): New.
7388 * sdbout.c (SET_KNOWN_TYPE_TAG, plain_type_1): Constify.
7389 * target-def.h (TARGET_PROMOTE_FUNCTION_ARGS,
7390 TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
7391 TARGET_RETURN_IN_MSB): Likewise.
7392 * target.h (promote_function_args, promote_function_return,
7393 promote_prototypes, return_in_memory, return_in_msb,
7394 pass_by_reference, must_pass_in_stack, callee_copies,
7395 function_value): Likewise.
7396 * targhooks.c (default_return_in_memory,
7397 hook_pass_by_reference_must_pass_in_stack,
7398 hook_callee_copies_named,
7399 hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false,
7400 hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true,
7401 default_function_value): Likewise.
7402 * targhooks.h (default_return_in_memory,
7403 hook_pass_by_reference_must_pass_in_stack,
7404 hook_callee_copies_named,
7405 hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false,
7406 hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true,
7407 default_function_value): Likewise.
7408 * tree-ssa-structalias.c (const_equiv_class_label_t): New.
7409 (equiv_class_label_hash, equiv_class_label_eq): Constify.
7410 * tree-vectorizer.c (bb_in_loop_p): Likewise.
7411 * tree.c (needs_to_live_in_memory): Likewise.
7412 * tree.h (struct tree_type, needs_to_live_in_memory,
7413 aggregate_value_p, must_pass_in_stack_var_size,
7414 must_pass_in_stack_var_size_or_pad): Likewise.
7415 * vmsdbgout.c (write_debug_addr, write_debug_delta4,
7416 write_debug_string, ASM_OUTPUT_DEBUG_STRING, write_rtnbeg,
7417 lookup_filename): Likewise.
7418
7419 2007-08-23 Uros Bizjak <ubizjak@gmail.com>
7420
7421 PR target/17390
7422 * config/i386/i386.c (ix86_expand_fp_compare): Expand fp comparison to
7423 fake fcomi i387 instruction for !TARGET_CMOVE.
7424 (ix86_expand_branch): Expand natural sequence with one jump for
7425 all targets, not only TARGET_CMOVE.
7426 * config/i386/i386.md (*cmpfp_0_cc): New define_insn_and_split
7427 pattern to implement fake fcomi sequence. Split instruction after
7428 reload to correct compare sequences.
7429 (*cmpfp_xf_cc): Ditto.
7430 (*cmpfp_<mode>_cc): Ditto.
7431 (*cmpfp_u_cc): Ditto.
7432 (*cmpfp_<mode>_cc): Ditto.
7433
7434 2007-08-23 Richard Guenther <rguenther@suse.de>
7435
7436 * tree-pretty-print.c (dump_generic_node): Annotate
7437 GIMPLE_MODIFY_STMTs with volatile ops with "{v}".
7438
7439 2007-08-23 Richard Guenther <rguenther@suse.de>
7440
7441 * builtins.c (expand_builtin_mathfn): Wrap argument in
7442 save_expr directly instead of re-building the call.
7443 (expand_builtin_mathfn_2): Likewise.
7444 (expand_builtin_mathfn_3): Likewise.
7445 (expand_builtin_interclass_mathfn): Likewise.
7446 (expand_builtin_int_roundingfn): Set arg.
7447 (expand_builtin_int_roundingfn_2): Likewise.
7448
7449 2007-08-23 Paolo Bonzini <bonzini@gnu.org>
7450
7451 * config/i386/sse.md (*sse_and<mode>3, *sse_ior<mode>3,
7452 *sse_nand<mode>3, *sse_xor<mode>3): New.
7453
7454 2007-08-23 Uros Bizjak <ubizjak@gmail.com>
7455
7456 * config/i386/i386.h (PRINT_OPERAND_PUNCT_VALID_P): Add ';' code.
7457 * config/i386/i386.c (print_operand): Handle ';' code. Output
7458 semicolon for TARGET_MACHO.
7459 * config/i386/sync.md (*sync_compare_and_swap<mode>): Use '%;' to
7460 emit semicolon after 'lock' prefix.
7461 (sync_double_compare_and_swap<mode>): Ditto.
7462 (*sync_double_compare_and_swapdi_pic): Ditto.
7463 (*sync_compare_and_swap_cc<mode>): Ditto.
7464 (sync_double_compare_and_swap_cc<mode>): Ditto.
7465 (*sync_double_compare_and_swap_ccdi_pic): Ditto.
7466 (sync_old_add<mode>): Ditto.
7467 (sync_add<mode>): Ditto.
7468 (sync_sub<mode>): Ditto.
7469 (sync_ior<mode>): Ditto.
7470 (sync_and<mode>): Ditto.
7471 (sync_xor<mode>): Ditto.
7472
7473 2007-08-22 Chao-ying Fu <fu@mips.com>
7474
7475 * rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes
7476 in DEF_RTL_EXPR.
7477 (copy_rtx): Handle CONST_FIXED.
7478 (rtx_equal_p): Likewise.
7479 * rtl.h (fixed_value.h): New include.
7480 (rtx_def): Add a new field of fixed_value to u.
7481 (XCNMPFV): Define for accessing fixed_value.
7482 (CONST_FIXED_VALUE, CONST_FIXED_VALUE_HIGH, CONST_FIXED_VALUE_LOW):
7483 Define.
7484 * rtl.def (CONST_FIXED): New constant.
7485 (SS_MULT, US_MULT, SS_DIV, US_DIV, FRACT_CONVERT,
7486 UNSIGNED_FRACT_CONVERT, SAT_FRACT, UNSIGNED_SAT_FRACT, US_NEG,
7487 US_ASHIFT): New codes.
7488 * doc/rtl.texi (Expressions): Document const_fixed, us_neg, ss_mult,
7489 us_mult, ss_div, us_div, us_ashift, fract_convert, sat_fract,
7490 unsigned_fract_convert, unsigned_sat_fract): Document them.
7491 * varasm.c (assemble_integer): Extend to support fixed-point constants
7492 by using different machine classes.
7493 (decode_addr_const): Handle FIXED_CST.
7494 (const_hash_1): Likewise.
7495 (compare_constant): Likewise.
7496 (copy_constant): Likewise.
7497 (const_rtx_hash_1): Handle CONST_FIXED.
7498 (output_constant_pool_2): Handle MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
7499 MODE_UACCUM, MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
7500 MODE_VECTOR_UACCUM.
7501 (initializer_constant_valid_p): Handle FIXED_CST.
7502 (output_constant): Support FIXED_POINT_TYPE.
7503 * gengenrtl.c (excluded_rtx): Check CONST_FIXED to exclude.
7504 * cse.c (hash_rtx): Support CONST_FIXED.
7505 (exp_equiv_p): Likewise.
7506 (cannon_reg): Likewise.
7507 (fold_rtx): Likewise.
7508 (equiv_constant): Likewise.
7509 (cse_process_notes_1): Likewise.
7510 (count_reg_usage): Likewise.
7511 * cselib.c (entry_and_rtx_equal_p): Check CONST_FIXED.
7512 (rtx_equal_for_cselib_p): Handle CONST_FIXED.
7513 (wrap_constant): Check CONST_FIXED.
7514 (cselib_hash_rtx): Support CONST_FIXED.
7515 (cselib_subst_to_values): Likewise.
7516 * df-scan.c (df_uses_record): Likewise.
7517 * gcse.c (want_to_gcse_p): Likewise.
7518 (oprs_unchanged_p): Likewise.
7519 (oprs_not_set_p): Likewise.
7520 (compute_transp): Likewise.
7521 (extract_mentioned_regs_helper): Likewise.
7522 * genemit.c (gen_exp): Likewise.
7523 * local-alloc.c (equiv_init_varies_p): Likewise.
7524 (contains_replace_regs): Likewise.
7525 (memref_referenced_p): Likewise.
7526 * loop-invariant.c (check_maybe_invariant): Likewise.
7527 (hash_invariant_expr_1): Likewise.
7528 (invariant_expr_equal_p): Likewise.
7529 * postreload-gcse.c (oprs_unchanged_p): Likewise.
7530 * regclass.c (reg_scan_mark_refs): Likewise.
7531 * regrename.c (scan_rtx): Likewise.
7532 * resource.c (mark_referenced_resources): Likewise.
7533 (mark_set_resources): Likewise.
7534 * rtlanal.c (rtx_unstable_p): Likewise.
7535 (rtx_varies_p): Likewise.
7536 (count_occurrences): Likewise.
7537 (reg_mentioned_p): Likewise.
7538 (modified_between_p): Likewise.
7539 (modified_in_p): Likewise.
7540 (volatile_insn_p): Likewise.
7541 (volatile_refs_p): Likewise.
7542 (side_effects_p): Likewise.
7543 (may_trap_p_1): Likewise.
7544 (inequality_comparisons_p): Likewise.
7545 (computed_jump_p_1): Likewise.
7546 (commutative_operand_precedence): Likewise.
7547 * sched-deps.c (sched_analyze_2): Likewise.
7548 * sched-vis.c (print_value): Likewise.
7549 * reload.c (operands_match_p): Likewise.
7550 (subst_reg_equivs): Likewise.
7551 * reload1.c (eliminate_regs_1): Likewise.
7552 (elimination_effects): Likewise.
7553 (scan_paradoxical_subregs): Likewise.
7554 * alias.c (rtx_equal_for_memref_p): Likewise.
7555 * Makefile.in (RTL_BASE_H): Add fixed-value.h.
7556 * emit-rtl.c (const_fixed_htab): New hash table.
7557 (const_fixed_htab_hash, const_fixed_htab_eq, lookup_const_fixed):
7558 Declare.
7559 (const_fixed_htab_hash, const_fixed_htab_eq, lookup_const_fixed,
7560 const_fixed_from_fixed_value): New functions.
7561 (verify_rtx_sharing): Handle CONST_FIXED.
7562 (copy_rtx_if_shared_1): Likewise.
7563 (reset_used_flags): Likewise.
7564 (set_used_flags): Likewise.
7565 (copy_insn_1): Likewise.
7566 (init_emit_once): Create const_fixed_htab.
7567 Store fixed-point scalar and vector zero and one to const_tiny_rtx.
7568
7569 2007-08-22 Zdenek Dvorak <ook@ucw.cz>
7570
7571 PR tree-optimization/32949
7572 * tree-ssa-loop-niter.c (scev_probably_wraps_p): Test nowrap_type_p
7573 before failing for ivs with non-constant step.
7574
7575 2007-08-22 Hans-Peter Nilsson <hp@axis.com>
7576
7577 * doc/md.texi (Iterators): Renamed from Macros. All contents
7578 changed to reflect rename of respectively define_code_macro and
7579 define_mode_macro to define_code_iterator and define_mode_iterator.
7580 (Mode Iterators, Code Iterators): Similar.
7581 * read-rtl.c (struct iterator_group, struct iterator_traverse_data)
7582 (uses_mode_iterator_p, apply_mode_iterator, uses_code_iterator_p)
7583 (apply_iterator_to_string, uses_iterator_p, apply_iterator_traverse)
7584 (initialize_iterators, find_iterator, check_code_iterator)
7585 (map_attr_string, apply_mode_maps, apply_iterator_to_rtx, add_mapping)
7586 (read_mapping, read_rtx_1): Similar.
7587 * config/alpha/sync.md, config/alpha/alpha.md, config/frv/frv.md,
7588 config/s390/s390.md, config/m32c/blkmov.md, config/m32c/m32c.md,
7589 config/spu/spu.md, config/sparc/sparc.md, config/sparc/sync.md,
7590 config/i386/i386.md, config/i386/mmx.md, config/i386/sse.md,
7591 config/i386/sync.md, config/crx/crx.md, config/xtensa/xtensa.md,
7592 config/cris/cris.c, config/cris/cris.md, config/ia64/sync.md,
7593 config/ia64/div.md, config/ia64/vect.md, config/ia64/ia64.md,
7594 config/m68k/m68k.md, config/rs6000/spe.md, config/rs6000/altivec.md,
7595 config/rs6000/sync.md, config/rs6000/rs6000.md,
7596 config/arm/vec-common.md, config/arm/neon.md, config/arm/iwmmxt.md,
7597 config/arm/arm.md, config/mips/mips-dsp.md, config/mips/mips.md,
7598 config/vax/vax.md, config/bfin/bfin.md: Similar.
7599
7600 2007-08-22 David Daney <ddaney@avtrex.com>
7601
7602 * doc/install.texi (Testing): Mention testing on a simulator.
7603
7604 2007-08-22 Janis Johnson <janis187@us.ibm.com>
7605
7606 * config/dfp-bit.c (DFP_TO_DFP): Check for overflow.
7607
7608 * doc/libgcc.texi (Decimal float library routines): Fix formatting
7609 and rearrange floating point conversion functions into different
7610 categories.
7611
7612 2007-08-22 Maxim Kuvyrkov <maxim@codesourcery.com>
7613
7614 * target.h (struct gcc_target.sched: dfa_pre_advance_cycle,
7615 dfa_post_advance_cycle): New scheduler hooks.
7616 * target-def.h (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE,
7617 TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): New macros to initialize
7618 new hooks.
7619 (TARGET_SCHED): Use them.
7620 * doc/tm.texi (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE,
7621 TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Document new hooks.
7622 * haifa-sched.c (advance_one_cycle): Invoke new hooks.
7623
7624 * genautomata.c (insn_has_dfa_reservation_p): New DFA interface
7625 function to facilitate debugging.
7626 (INSN_HAS_DFA_RESERVATION_P_FUNC_NAME): New macro.
7627 (output_insn_has_dfa_reservation_p): New static function to output
7628 insn_has_dfa_reservation_p ().
7629 (write_automata): Use it.
7630 * genattr.c (main): Output declaration for
7631 insn_has_dfa_reservation_p ().
7632
7633 2007-08-22 Christian Bruel <christian.bruel@st.com>
7634 Richard Guenther <rguenther@suse.de>
7635
7636 * fold-const.c (fold_binary): Optimize A-A if -ffinite-math-only.
7637 * simplify_rtx (simplify_binary_operation_1): Likewise.
7638
7639 2007-08-22 Rask Ingemann Lambertsen <rask@sygehus.dk>
7640
7641 PR rtl-optimization/32557
7642 * df-problems.c (df_note_bb_compute): Use mws->start_regno instead
7643 of REGNO (mws->mw_reg).
7644
7645 2007-08-22 Richard Guenther <rguenther@suse.de>
7646
7647 PR middle-end/33007
7648 * builtins.c (expand_builtin_int_roundingfn): Replace call
7649 argument wrapped with SAVE_EXPR directly.
7650 (expand_builtin_int_roundingfn_2): Likewise.
7651
7652 2007-08-22 Richard Guenther <rguenther@suse.de>
7653
7654 * tree-inline.c (inlinable_function_p): Restore disregarding
7655 inline limits for GNU extern inline functions.
7656
7657 2007-08-22 Richard Guenther <rguenther@suse.de>
7658
7659 PR middle-end/32563
7660 * tree.c (host_integerp): Treat sizetype as signed as it is
7661 sign-extended.
7662
7663 2007-08-21 Ian Lance Taylor <iant@google.com>
7664
7665 PR tree-optimization/33134
7666 * tree-vrp.c (adjust_range_with_scev): Call
7667 set_value_range_to_value.
7668
7669 2007-08-21 Aldy Hernandez <aldyh@redhat.com>
7670
7671 * value-prof.h (gimple_remove_histogram_value): Remove duplicate
7672 prototype.
7673
7674 2007-08-21 Aldy Hernandez <aldyh@redhat.com>
7675
7676 * tree-flow-inline.h (next_imm_use_stmt): Remove unecessary
7677 whitespace.
7678
7679 2007-08-21 Nathan Froyd <froydnj@codesourcery.com>
7680
7681 * config/rs6000/rs6000.c (expand_block_clear): Add TARGET_SPE
7682 cases to set eight bytes at a time.
7683 (expand_block_move): Likewise.
7684
7685 2007-08-21 Jakub Jelinek <jakub@redhat.com>
7686
7687 PR debug/32610
7688 * dwarf2out.c (gen_decl_die): Don't call
7689 gen_tagged_type_instantiation_die if decl doesn't have tagged type.
7690
7691 2007-08-21 Paul Brook <paul@codesourcery.com>
7692 Nathan Sidwell <nathan@codesourcery.com>
7693 Mark Mitchell <mark@codesourcery.com>
7694 Joseph Myers <joseph@codesourcery.com>
7695
7696 * configure.ac: Add --with-pkgversion and --with-bugurl.
7697 * configure: Regenerate.
7698 * doc/install.texi: Document them.
7699 * version.c (version_string): Remove VERSUFFIX.
7700 (VERSUFFIX): Remove.
7701 (pkgversion_string): New.
7702 (bug_report_url): Do not hard-code initializer.
7703 * version.h (pkgversion_string): Declare.
7704 * Makefile.in (PKGVERSION_s, BUGURL_s, PKGVERSION, BUGURL_TEXI):
7705 Define.
7706 (version.o): Define PKGVERSION and BUGURL.
7707 (gcc-vers.texi): Define VERSION_PACKAGE and BUGURL.
7708 (%.pod): Define BUGURL.
7709 * gcc.c (process_command, main): Use pkgversion_string.
7710 * toplev.c (compile_file, print_version): Likewise.
7711 * protoize.c (main): Likewise.
7712 * gcov.c (print_version): Likewise. Update copyright date.
7713 * gcov-dump.c (print_version): Likewise. Update copyright date.
7714 * mips-tdump.c (main): Likewise. Update copyright date.
7715 * mips-tfile.c (main): Likewise. Update copyright date.
7716 * doc/include/gcc-common.texi: Include VERSION_PACKAGE as subtitle.
7717 * doc/bugreport.texi: Use BUGURL for bug-reporting instructions;
7718 shorten description.
7719 * doc/gcc.texi: Include VERSION_PACKAGE in version description.
7720 * doc/gccint.texi: Likewise.
7721 * doc/invoke.texi: Use BUGURL for bug-reporting instructions.
7722 Update copyright date.
7723
7724 2007-08-21 Uros Bizjak <ubizjak@gmail.com>
7725
7726 * config/i386/i386.c (ix86_expand_clear): Use FLAGS_REG.
7727 (ix86_expand_strlensi_unroll_1): Ditto.
7728 (ix86_expand_branch): Use FLAGS_REG and FPSR_REG.
7729 (ix86_expand_carry_flag_compare): Update comment.
7730
7731 2007-08-21 Jakub Jelinek <jakub@redhat.com>
7732
7733 PR middle-end/32912
7734 * fold-const.c (fold_unary): Optimize BIT_NOT_EXPR of VECTOR_CST.
7735 (fold_binary): Handle vectors in X | ~X and X ^ ~X optimizations.
7736
7737 2007-08-21 Richard Guenther <rguenther@suse.de>
7738
7739 * fold-const.c (fold_binary): Revert removing of index +p PTR folding.
7740
7741 2007-08-21 Richard Guenther <rguenther@suse.de>
7742
7743 PR middle-end/33122
7744 * fold-const.c (fold_binary): Remove index +p PTR folding.
7745 Fix types of POINTER_PLUS_EXPR generated by folding of
7746 (PTR +p B) +p A.
7747
7748 2007-08-20 Chao-ying Fu <fu@mips.com>
7749
7750 * c-common.h (enum rid): Add new enumeration values of RID_SAT,
7751 RID_FRACT, and RID_ACCUM. RID_SAT needs to be inserted before
7752 RID_ONEWAY, so that it can be checked in declspecs_add_type.
7753 (c_common_fixed_point_type_for_size): Declare.
7754 * c-parser.c (reswords): Add _Fract, _Accum, and _Sat.
7755 (c_token_starts_typename): Handle RID_FRACT, RID_ACCUM, and RID_SAT.
7756 (c_token_starts_declspecs): Likewise.
7757 (c_parser_declspecs): Likewise.
7758 (c_parser_attributes): Likewise.
7759 * c-tree.h (enum c_typespec_keyword): Add cts_fract and cts_accum.
7760 (c_declspecs): Add saturating_p.
7761 * c-decl.c (build_null_declspecs): Initialize saturating_p.
7762 (declspecs_add_type): Avoid using complex with _Fract, _Accum, or
7763 _Sat. Handle RID_SAT.
7764 Avoid using void, bool, char, int, float, double, _Decimal32,
7765 _Decimal64, _Decimal128, and complex with _Sat.
7766 Handle RID_FRACT and RID_ACCUM.
7767 Make sure _Sat is used with _Fract or _Accum.
7768 (finish_declspecs): Handle cts_fract and cts_accum.
7769 * c-common.c (fixed-value.h): New include.
7770 (constant_expression_warning): Handle FIXED_CST.
7771 (overflow_warning): Likewise.
7772 (warnings_for_convert_and_check): Likewise.
7773 (c_common_fixed_point_type_for_size): New.
7774 (c_common_type_for_mode): Handle fixed-point modes to
7775 return various saturating/non-saturating, signed/unsigned types.
7776 (c_common_signed_or_unsigned_type): Support fixed-point types.
7777 (shorten_compare): Check fixed-point zero.
7778 Handle FIXED_POINT_TYPE.
7779 (c_common_truthvalue_conversion): Handle FIXED_CST.
7780 Handle FIXED_POINT_TYPE.
7781 (c_common_nodes_and_builtins): Record builtin types for fixed-point
7782 types.
7783 (handle_mode_attribute): Handle fixed-point modes. Need to check
7784 if the signness of base type and fixed-point modes are consistent.
7785 (handle_vector_size_attribute): Handle fixed-point modes.
7786 (same_scalar_type_ignoring_signedness): Handle FIXED_POINT_TYPE.
7787 (warn_for_div_by_zero): Check fixed-point zero.
7788 * c-typeck.c (c_common_type): Check FIXED_POINT_TYPE. Build
7789 a common fixed-point type based on fbit, ibit, sign, and saturation.
7790 (build_unary_op): Allow FIXED_POINT_TYPE for CONVERT_EXPR,
7791 NEGATE_EXPR, TRUTH_NOT_EXPR, PREINCREMENT_EXPR, POSTINCREMENT_EXPR,
7792 PREDECREMENT_EXPR, and POSTDECREMENT_EXPR.
7793 (convert_for_assignment): Support FIXED_POINT_TYPE.
7794 (digest_init): Handle FIXED_POINT_TYPE.
7795 (build_binary_op): Support FIXED_POINT_TYPE in *_DIV_EXPR,
7796 TRUTH_ANDIF_EXPR, TRUTH_ORIF_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR,
7797 TRUTH_XOR_EXPR, RSHIFT_EXPR, LSHIFT_EXPR, EQ_EXPR, NE_EXPR, LE_EXPR,
7798 GE_EXPR, LT_EXPR, GT_EXPR.
7799 * target-def.h (TARGET_FIXED_POINT_SUPPORTED_P): New.
7800 (TARGET_INITIALIZER): Add TARGET_FIXED_POINT_SUPPORTED_P.
7801 * target.h (gcc_target): Add fixed_point_supported_p.
7802 * targhooks.c (default_scalar_mode_supported_p): Handle MODE_FRACT,
7803 MODE_UFRACT, MODE_ACCUM, and MODE_UACCUM.
7804 (default_fixed_point_supported_p): Define.
7805 * targhooks.h (default_fixed_point_supported_p): Declare.
7806 * doc/tm.texi (TARGET_FIXED_POINT_SUPPORTED_P): Add.
7807 * doc/install.texi (Configuration): Add --enable-fixed-point.
7808 * configure.ac (--enable-fixed-point): New to enable fixed-point
7809 arithmetic extension to C. For mips targets, we enable it by default.
7810 * configure, config.in: Regenerate.
7811
7812 2007-08-20 Pawel Sikora <pluto@pld-linux.org>
7813
7814 * doc/invoke.texi (-Wnon-virtual-dtor): Update documentation.
7815
7816 2007-08-20 David Edelsohn <edelsohn@gnu.org>
7817
7818 * dwarf2out.c (text_section_used): Move declaration outside ifdef
7819 DWARF2_DEBUGGING_INFO.
7820 (cold_text_section_used): Same.
7821 (cold_text_section): Same.
7822
7823 2007-08-20 Richard Guenther <rguenther@suse.de>
7824
7825 * c-typeck.c (convert_for_assignment): Use the type of
7826 the member for the initialization.
7827
7828 2007-08-20 Richard Guenther <rguenther@suse.de>
7829
7830 * c-objc-common.c (c_disregard_inline_limits): Remove.
7831 * c-objc-common.h (c_disregard_inline_limits): Likewise.
7832 * cgraphunit.c (cgraph_process_new_functions): Call
7833 disregard_inline_limits_p.
7834 (cgraph_preserve_function_body_p): Likewise.
7835 * ipa-inline.c (compute_inline_parameters): Likewise.
7836 * langhooks-def.h (lhd_tree_inlining_disregard_inline_limits):
7837 Remove.
7838 (LANG_HOOKS_TREE_INLINING_DISREGARD_INLINE_LIMITS): Remove.
7839 (LANG_HOOKS_TREE_INLINING_INITIALIZER): Remove initializer for
7840 disregard_inline_limits langhook.
7841 * langhooks.c (lhd_tree_inlining_disregard_inline_limits):
7842 Remove.
7843 * langhooks.h (lang_hooks_for_tree_inlining): Remove
7844 disregard_inline_limits langhook.
7845 * tree-inline.c (disregard_inline_limits_p): New function.
7846 * tree-inline.h (disregard_inline_limits_p): Declare.
7847
7848 2007-08-20 Richard Guenther <rguenther@suse.de>
7849
7850 * langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.
7851 (LANG_HOOKS_TREE_INLINING_AUTO_VAR_IN_FN_P): Likewise.
7852 (LANG_HOOKS_TREE_INLINING_INITIALIZER): Remove initializer for
7853 auto_var_in_fn_p langhook.
7854 * langhooks.c (lhd_tree_inlining_auto_var_in_fn_p): Rename and
7855 move ...
7856 * tree.c (auto_var_in_fn_p): ... here.
7857 (find_var_from_fn): Call auto_var_in_fn_p directly.
7858 * langhooks.h (lang_hooks_for_tree_inlining): Remove
7859 auto_var_in_fn_p langhook.
7860 * tree-inline.c (remap_decls): Call auto_var_in_fn_p directly.
7861 (copy_body_r): Likewise.
7862 (self_inlining_addr_expr): Likewise.
7863 * tree.h (auto_var_in_fn_p): Declare.
7864
7865 2007-08-20 Richard Guenther <rguenther@suse.de>
7866
7867 * tree.c (WALK_SUBTREE): Call walk_tree_1.
7868 (walk_type_fields): Take lh parameter.
7869 (walk_tree): Rename to ...
7870 (walk_tree_1): ... this. Do not call the walk_subtrees
7871 langhook but the now passed callback. Pass lh on recursion.
7872 (walk_tree_without_duplicates): Rename to ...
7873 (walk_tree_without_duplicates_1): ... this. Take lh parameter
7874 and call walk_tree_1.
7875 * tree.h (walk_tree_lh): New typedef.
7876 (walk_tree_1): Declare.
7877 (walk_tree_without_duplicates_1): Likewise.
7878 (walk_tree): New define to walk_tree_1 with NULL lh parameter.
7879 (walk_tree_without_duplicates): New define to
7880 walk_tree_without_duplicates_1 with NULL lh parameter.
7881 * langhooks.c (lhd_tree_inlining_walk_subtrees): Remove.
7882 * langhooks.h (lang_hooks_for_tree_inlining): Remove walk_subtrees
7883 langhook.
7884 * langhooks-def.h (lhd_tree_inlining_walk_subtrees): Remove.
7885 (LANG_HOOKS_TREE_INLINING_WALK_SUBTREES): Likewise.
7886 (LANG_HOOKS_TREE_INLINING_INITIALIZER): Remove walk_subtrees
7887 initializer.
7888
7889 2007-08-20 Andrew Pinski <andrew_pinski@playstation.sony.com>
7890
7891 PR middle-end/30564
7892 * tree-inline.c (optimize_inline_calls): Move the cgraph checking
7893 code in front of the compacting of basic blocks.
7894 Move the folding of statements inbetween the cgraph checking
7895 and compacting of basic blocks.
7896
7897 2007-08-19 Andrew Pinski <andrew_pinski@playstation.sony.com>
7898 Serge Belyshev <belyshev@depni.sinp.msu.ru>
7899
7900 PR target/32522
7901 * config/alpha/alpha.c (va_list_skip_additions): Check for
7902 POINTER_PLUS_EXPR in addition to PLUS_EXPR.
7903 (alpha_stdarg_optimize_hook): Look for POINTER_PLUS_EXPR instead of
7904 PLUS_EXPR when checking ap.__base.
7905 (alpha_va_start): Create POINTER_PLUS_EXPR instead of PLUS_EXPR
7906 when doing addition on pointer types. Use size_int instead of
7907 build_int_cst.
7908 (alpha_gimplify_va_arg_1): Likewise, but use sizetype instead of
7909 ptr_type in the second operand.
7910
7911 2007-08-19 Andrew Pinski <pinskia@gmail.com>
7912
7913 PR target/33115
7914 * config/i386/darwin.h (CC1_SPEC): Add %(cc1_cpu) in front.
7915
7916 2007-08-19 Andrew Pinski <andrew_pinski@playstation.sony.com>
7917
7918 PR middle-end/32940
7919 * cfgexpand.c (expand_one_register_var): Mark pointer
7920 DECL_ARTIFICIAL as REG_POINTER also.
7921 * stmt.c (expand_decl): Likewise.
7922
7923 2007-08-19 Daniel Berlin <dberlin@dberlin.org>
7924
7925 Fix PR 32772
7926 Fix PR 32716
7927 Fix PR 32328
7928 Fix PR 32303
7929
7930 * tree-flow.h (struct stmt_ann_d): Remove makes_clobbering_call.
7931 * tree-ssa-alias.c (init_transitive_clobber_worklist): Add
7932 on_worklist argument and avoid adding things to worklist multiple
7933 times.
7934 (add_to_worklist): Ditto.
7935 (mark_aliases_call_clobbered): Mark entire structure clobbered if
7936 single SFT is clobbered.
7937 (set_initial_properties): Ditto.
7938 (compute_call_clobbered): Update for changes to function
7939 arguments.
7940 (create_overlap_variables_for): Always create SFT for offset 0.
7941 (create_structure_vars): Handle PHI's, since we are in SSA form at
7942 this point.
7943 * tree-ssa-loop-ivopts.c (get_ref_tag): Don't return subvars.
7944 * tree-ssa-operands.c (access_can_touch_variable): Don't handle
7945 TARGET_MEM_REF.
7946 (add_vars_for_offset): Figure out aliases from access + points-to.
7947 (add_virtual_operand): Use add_vars-for_offset.
7948 (get_tmr_operands): Update for NMT changes, rewrite to be correct.
7949 (add_call_clobber_ops): Remove makes_clobbering_call set.
7950 (get_expr_operands): Always pass through the INDIRECT_REF
7951 reference.
7952 * tree-ssa-structalias.c (struct constraint_graph): Remove
7953 variables member.
7954 Add pe, pe_rep, pointer_label, loc_label, pointed_by, points_to,
7955 address_taken, pt_used, number_incoming.
7956 (FIRST_ADDR_NODE): Removed.
7957 (merge_graph_nodes): Remove broken code for the moment.
7958 (init_graph): New function.
7959 (build_pred_graph): Remove code to init_graph.
7960 Add location equivalence support.
7961 (struct scc_info): Rename roots to deleted.
7962 (scc_visit): Ditto.
7963 (init_scc_info): Ditto
7964 (init_topo_info): Use graph->size.
7965 (compute_topo_order): Ditto.
7966 (do_da_constraint): Removed.
7967 (do_sd_constraint): Remove calls to find().
7968 set_union_with_increment should always get 0 as last arg here.
7969 (do_complex_constraint): Replace do_da_constraint with assert.
7970 Stop calling find.
7971 (struct equiv_class_label): New.
7972 (pointer_equiv_class_table): Ditto.
7973 (location_equiv_class_table): Ditto.
7974 (equiv_class_label_hash): Ditto.
7975 (equiv_class_label_eq): Ditto
7976 (equiv_class_lookup): Ditto.
7977 (equiv_class_ladd): Ditto.
7978 (pointer_equiv_class): Ditto.
7979 (location_equiv_class): Ditto.
7980 (condense_visit): Rename and rewrite from label_visit to do only
7981 SCC related stuff for HU.
7982 (label_visit): Do HU work for HU.
7983 (perform_var_substitution): Update to do HU and location
7984 equivalence.
7985 (free_var_substitution_info): Update to free HU and location
7986 equivalence structures. */
7987 (find_equivalent_node): Update for pointer but not location
7988 equivalence.
7989 (unite_pointer_equivalences): New function.
7990 (move_complex_constraints): Rewrite to only do moving.
7991 (rewrite_constraints): Split out of move_complex_constraints.
7992 (solve_graph): Use graph->size.
7993 (process_constraint_1): Add from_call argument, use it.
7994 Split *a = &b into two constraints.
7995 (process_constraint): Use new process_constraint_1.
7996 (get_constraint_for_component_ref): Handle bitmaxsize == -1 case.
7997 (get_constraint_for): Handle non-pointer integers properly.
7998 Remove code that used to handle structures.
7999 (handle_ptr_arith): Fix a few bugs in pointer arithmetic handling
8000 with unknown addends.
8001 (handle_rhs_call): New function.
8002 (find_func_aliases): Use handle_rhs_call.
8003 (set_uids_in_ptset): Add an assert.
8004 (set_used_smts): Fix bug in not considering unified vars.
8005 (compute_tbaa_pruning): Stop initing useless iteration_obstack.
8006 (compute_points_to_sets): Update for other function changes.
8007 (delete_points_to_sets): Ditto.
8008 (ipa_pta_execute): Ditto.
8009 (pass_ipa_pta): We need to update SSA after ipa_pta.
8010
8011 2007-08-19 Jan Hubicka <jh@suse.cz>
8012
8013 * i386.md: Replace "rim" and "mri" constraints by "g".
8014
8015 2007-08-19 Joseph Myers <joseph@codesourcery.com>
8016
8017 * dwarf2out.c (text_section_used, cold_text_section_used,
8018 cold_text_section, dwarf2out_note_section_used): New.
8019 (dwarf2out_init): Initialize cold_text_section.
8020 (dwarf2out_switch_text_section, dwarf2out_begin_function): Call
8021 dwarf2out_note_section_used.
8022 (size_of_aranges): Only count entry for text section if it was
8023 used. Count entry for cold text section if it was used.
8024 (output_aranges): Only output entries for text section and cold
8025 text section if they were used.
8026
8027 2007-08-19 Andrew Pinski <pinskia@gmail.com>
8028
8029 * tree-pretty-print.c (debug_generic_expr): Add a comment about
8030 the function.
8031 (debug_generic_stmt): Likewise.
8032 (debug_tree_chain): Likewise.
8033
8034 2007-08-19 Dorit Nuzman <dorit@il.ibm.com>
8035
8036 * tree-data-refs.c (split_constant_offset): Expose.
8037 * tree-data-refs.h (split_constant_offset): Add declaration.
8038
8039 * tree-vectorizer.h (dr_alignment_support): Renamed
8040 dr_unaligned_software_pipeline to dr_explicit_realign_optimized.
8041 Added a new value dr_explicit_realign.
8042 (_stmt_vec_info): Added new fields: dr_base_address, dr_init,
8043 dr_offset, dr_step, and dr_aligned_to, along with new access
8044 functions for these fields: STMT_VINFO_DR_BASE_ADDRESS,
8045 STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET, STMT_VINFO_DR_STEP, and
8046 STMT_VINFO_DR_ALIGNED_TO.
8047
8048 * tree-vectorizer.c (vect_supportable_dr_alignment): Add
8049 documentation.
8050 In case of outer-loop vectorization with non-fixed misalignment - use
8051 the dr_explicit_realign scheme instead of the optimized realignment
8052 scheme.
8053 (new_stmt_vec_info): Initialize new fields.
8054
8055 * tree-vect-analyze.c (vect_compute_data_ref_alignment): Handle the
8056 'nested_in_vect_loop' case. Change verbosity level.
8057 (vect_analyze_data_ref_access): Handle the 'nested_in_vect_loop' case.
8058 Don't fail on zero step in the outer-loop for loads.
8059 (vect_analyze_data_refs): Call split_constant_offset to calculate
8060 base, offset and init relative to the outer-loop.
8061
8062 * tree-vect-transform.c (vect_create_data_ref_ptr): Replace the unused
8063 BSI function argument with a new function argument - at_loop.
8064 Simplify the condition that determines STEP. Takes additional argument
8065 INV_P. Support outer-loop vectorization (handle the
8066 nested_in_vect_loop case), including zero step in the outer-loop. Call
8067 vect_create_addr_base_for_vector_ref with additional argument.
8068 (vect_create_addr_base_for_vector_ref): Takes additional argument LOOP.
8069 Updated function documentation. Handle the 'nested_in_vect_loop' case.
8070 Fixed and simplified calculation of step.
8071 (vectorizable_store): Call vect_create_data_ref_ptr with loop instead
8072 of bsi, and with additional argument. Call bump_vector_ptr with
8073 additional argument. Fix typos. Handle the 'nested_in_vect_loop' case.
8074 (vect_setup_realignment): Takes additional arguments INIT_ADDR and
8075 DR_ALIGNMENT_SUPPORT. Returns another value AT_LOOP. Handle the case
8076 when the realignment setup needs to take place inside the loop.
8077 Support the dr_explicit_realign scheme. Allow generating the optimized
8078 realignment scheme for outer-loop vectorization. Added documentation.
8079 (vectorizable_load): Support the dr_explicit_realign scheme. Handle
8080 the 'nested_in_vect_loop' case, including loads that are invariant in
8081 the outer-loop and the realignment schemes. Handle the case when the
8082 realignment setup needs to take place inside the loop. Call
8083 vect_setup_realignment with additional arguments. Call
8084 vect_create_data_ref_ptr with additional argument and with loop instead
8085 of bsi. Fix 80-column overflow. Fix typos. Rename PHI_STMT to PHI.
8086 (vect_gen_niters_for_prolog_loop): Call
8087 vect_create_addr_base_for_vector_ref with additional arguments.
8088 (vect_create_cond_for_align_checks): Likewise.
8089 (bump_vector_ptr): Updated to support the new dr_explicit_realign
8090 scheme: takes additional argument bump; argument ptr_incr is now
8091 optional; updated documentation.
8092 (vect_init_vector): Takes additional argument (bsi). Use it, if
8093 available, to insert the vector initialization.
8094 (get_initial_def_for_induction): Pass additional argument in call to
8095 vect_init_vector.
8096 (vect_get_vec_def_for_operand): Likewise.
8097 (vect_setup_realignment): Likewise.
8098 (vectorizable_load): Likewise.
8099
8100 2007-08-19 Dorit Nuzman <dorit@il.ibm.com>
8101
8102 * tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info
8103 as argument instead of struct loop.
8104 (nested_in_vect_loop_p): New function.
8105 (vect_relevant): Add enum values vect_used_in_outer_by_reduction and
8106 vect_used_in_outer.
8107 (is_loop_header_bb_p): New. Used to differentiate loop-header phis
8108 from other phis in the loop.
8109 (destroy_loop_vec_info): Add additional argument to declaration.
8110
8111 * tree-vectorizer.c (supportable_widening_operation): Also check if
8112 nested_in_vect_loop_p (don't allow changing the order in this case).
8113 (vect_is_simple_reduction): Takes a loop_vec_info as argument instead
8114 of struct loop. Call nested_in_vect_loop_p and don't require
8115 flag_unsafe_math_optimizations if it returns true.
8116 (new_stmt_vec_info): When setting def_type for phis differentiate
8117 loop-header phis from other phis.
8118 (bb_in_loop_p): New function.
8119 (new_loop_vec_info): Inner-loop phis already have a stmt_vinfo, so
8120 just update their loop_vinfo. Order of BB traversal now matters -
8121 call dfs_enumerate_from with bb_in_loop_p.
8122 (destroy_loop_vec_info): Takes additional argument to control whether
8123 stmt_vinfo of the loop stmts should be destroyed as well.
8124 (vect_is_simple_reduction): Allow the "non-reduction" use of a
8125 reduction stmt to be defines by a non loop-header phi.
8126 (vectorize_loops): Call destroy_loop_vec_info with additional argument.
8127
8128 * tree-vect-transform.c (vectorizable_reduction): Call
8129 nested_in_vect_loop_p. Check for multitypes in the inner-loop.
8130 (vectorizable_call): Likewise.
8131 (vectorizable_conversion): Likewise.
8132 (vectorizable_operation): Likewise.
8133 (vectorizable_type_promotion): Likewise.
8134 (vectorizable_type_demotion): Likewise.
8135 (vectorizable_store): Likewise.
8136 (vectorizable_live_operation): Likewise.
8137 (vectorizable_reduction): Likewise. Also pass loop_info to
8138 vect_is_simple_reduction instead of loop.
8139 (vect_init_vector): Call nested_in_vect_loop_p.
8140 (get_initial_def_for_reduction): Likewise.
8141 (vect_create_epilog_for_reduction): Likewise.
8142 (vect_init_vector): Check which loop to work with, in case there's an
8143 inner-loop.
8144 (get_initial_def_for_inducion): Extend to handle outer-loop
8145 vectorization. Fix indentation.
8146 (vect_get_vec_def_for_operand): Support phis in the case vect_loop_def.
8147 In the case vect_induction_def get the vector def from the induction
8148 phi node, instead of calling get_initial_def_for_inducion.
8149 (get_initial_def_for_reduction): Extend to handle outer-loop
8150 vectorization.
8151 (vect_create_epilog_for_reduction): Extend to handle outer-loop
8152 vectorization.
8153 (vect_transform_loop): Change assert to just skip this case. Add a
8154 dump printout.
8155 (vect_finish_stmt_generation): Add a couple asserts.
8156
8157 (vect_estimate_min_profitable_iters): Multiply
8158 cost of inner-loop stmts (in outer-loop vectorization) by estimated
8159 inner-loop bound.
8160 (vect_model_reduction_cost): Don't add reduction epilogue cost in case
8161 this is an inner-loop reduction in outer-loop vectorization.
8162
8163 * tree-vect-analyze.c (vect_analyze_scalar_cycles_1): New function.
8164 Same code as what used to be vect_analyze_scalar_cycles, only with
8165 additional argument loop, and loop_info passed to
8166 vect_is_simple_reduction instead of loop.
8167 (vect_analyze_scalar_cycles): Code factored out into
8168 vect_analyze_scalar_cycles_1. Call it for each relevant loop-nest.
8169 Updated documentation.
8170 (analyze_operations): Check for inner-loop loop-closed exit-phis during
8171 outer-loop vectorization that are live or not used in the outerloop,
8172 cause this requires special handling.
8173 (vect_enhance_data_refs_alignment): Don't consider versioning for
8174 nested-loops.
8175 (vect_analyze_data_refs): Check that there are no datarefs in the
8176 inner-loop.
8177 (vect_mark_stmts_to_be_vectorized): Also consider vect_used_in_outer
8178 and vect_used_in_outer_by_reduction cases.
8179 (process_use): Also consider the case of outer-loop stmt defining an
8180 inner-loop stmt and vice versa.
8181 (vect_analyze_loop_1): New function.
8182 (vect_analyze_loop_form): Extend, to allow a restricted form of nested
8183 loops. Call vect_analyze_loop_1.
8184 (vect_analyze_loop): Skip (inner-)loops within outer-loops that have
8185 been vectorized. Call destroy_loop_vec_info with additional argument.
8186
8187 * tree-vect-patterns.c (vect_recog_widen_sum_pattern): Don't allow
8188 in the inner-loop when doing outer-loop vectorization. Add
8189 documentation and printout.
8190 (vect_recog_dot_prod_pattern): Likewise. Also add check for
8191 GIMPLE_MODIFY_STMT (in case we encounter a phi in the loop).
8192
8193 2007-08-18 Andrew Pinski <pinskia@gmail.com>
8194
8195 * tree-affine.h (print_aff): New prototype.
8196 (debug_aff): Likewise.
8197 * tree-affine.c (print_aff): New function.
8198 (debug_aff): Likewise.
8199
8200 2007-08-18 Paul Brook <paul@codesourcery.com>
8201 Joseph Myers <joseph@codesourcery.com>
8202
8203 * common.opt (-fdebug-prefix-map=): New option.
8204 * opts.c: Include debug.h.
8205 (common_handle_option): Handle -fdebug-prefix-map.
8206 * final.c: Include ggc.h.
8207 (struct debug_prefix_map, debug_prefix_maps, add_debug_prefix_map,
8208 remap_debug_filename): New.
8209 * Makefile.in (final.o, opts.o): Update dependencies.
8210 * debug.h (remap_debug_filename, add_debug_prefix_map): Declare.
8211 * configure.ac: Check for assembler --debug-prefix-map support.
8212 * configure, config.in: Regenerate.
8213 * gcc.c (ASM_MAP): Define conditional on HAVE_AS_DEBUG_PREFIX_MAP.
8214 (ASM_DEBUG_SPEC): Include ASM_MAP.
8215 * doc/install.texi (--with-debug-prefix-map): Document.
8216 * doc/invoke.texi (-fdebug-prefix-map): Document.
8217 * dbxout.c (dbxout_init, dbxout_start_source_file,
8218 dbxout_source_file): Call remap_debug_filename.
8219 * dwarf2out.c (add_comp_dir_attribute, maybe_emit_file,
8220 dwarf2out_start_source_file, dwarf2out_finish): Call
8221 remap_debug_filename.
8222 (file_table_relative_p): Do not check d->emitted_number.
8223 * toplev.c (output_file_directive): Call remap_debug_filename.
8224 * vmsdbgout.c (write_srccorr): Call remap_debug_filename.
8225 * xcoffout.c (xcoffout_source_file): Call remap_debug_filename.
8226
8227 2007-08-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8228
8229 * loop-invariant.c (find_invariants_to_move): Add missing macro
8230 argument.
8231
8232 2007-08-17 Tom Tromey <tromey@redhat.com>
8233
8234 * tree.h (struct tree_label_decl): Removed old "java" fields.
8235
8236 2007-08-17 Richard Sandiford <richard@codesourcery.com>
8237 Nigel Stephens <nigel@mips.com>
8238
8239 * config/mips/sde.h (DRIVER_SELF_SPECS): Add commas.
8240 Treat -mno-data-in-code and -mcode-xonly as aliases for
8241 -mcode-readable=no and -mcode-readable=pcrel respectively.
8242 * config/mips/t-sde (TARGET_LIBGCC2_CFLAGS): Add -mcode-xonly.
8243 (MULTILIB_OPTIONS): Add -mcode-readable=no multilibs.
8244 (MULTILIB_DIRNAMES): Update accordingly.
8245
8246 2007-08-17 H.J. Lu <hongjiu.lu@intel.com>
8247
8248 * Makefile.in (version.o): Depend on $(REVISION) only if
8249 REVISION_s is defined.
8250
8251 2007-08-17 Sa Liu <saliu@de.ibm.com>
8252 Ulrich Weigand <uweigand@de.ibm.com>
8253
8254 PR middle-end/32970
8255 * tree.c (reconstruct_complex_type): For a pointer to a vector,
8256 use build_qualified_type to retain qualifiers of the base type.
8257
8258 2007-08-17 Chen Liqin <liqin@sunnorth.com.cn>
8259
8260 * config/score/score.md : Update pattern tablejump.
8261 * config/score/score.c : Update score_initialize_trampoline
8262 function.
8263 * config/score/score.h (TRAMPOLINE_TEMPLATE): Added macro.
8264 (TRAMPOLINE_INSNS, TRAMPOLINE_SIZE) Update macro.
8265 * doc/contrib.texi: Add my entry.
8266
8267 2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
8268
8269 * Makefile.in (REVISION): New.
8270 (REVISION_c): New.
8271 (REVISION_s): New.
8272 (version.o): Also depend on $(REVISION). Add
8273 -DREVISION=$(REVISION_s).
8274
8275 * version.c (version_string): Add REVISION.
8276
8277 2007-08-16 Seongbae Park <seongbae.park@gmail.com>
8278
8279 * tree-eh.c (lower_try_finally_onedest): Reset the locus
8280 of GOTO that's relocated to a different block.
8281
8282 2007-08-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8283
8284 * c-common.c (const_strip_array_types): New.
8285 * c-common.h (lang_missing_noreturn_ok_p): Delete.
8286 (const_strip_array_types): New.
8287 * c-objc-common.c (c_disregard_inline_limits,
8288 c_warn_unused_global_decl): Constify.
8289 * c-tree.h (c_disregard_inline_limits, c_warn_unused_global_decl,
8290 c_vla_type_p, c_incomplete_type_error): Likewise.
8291 * c-typeck.c (c_incomplete_type_error, c_vla_type_p): Likewise.
8292 * hooks.c (hook_bool_const_tree_false): New.
8293 * hooks.h (hook_bool_const_tree_false): Likewise.
8294 * langhooks-def.h (lhd_warn_unused_global_decl,
8295 lhd_incomplete_type_error, lhd_expr_size,
8296 lhd_tree_inlining_disregard_inline_limits,
8297 lhd_tree_inlining_auto_var_in_fn_p, lhd_tree_dump_type_quals,
8298 LANG_HOOKS_GENERIC_TYPE_P, LANG_HOOKS_TYPE_MAX_SIZE): Constify.
8299 * langhooks.c (lhd_warn_unused_global_decl,
8300 lhd_incomplete_type_error,
8301 lhd_tree_inlining_disregard_inline_limits,
8302 lhd_tree_inlining_auto_var_in_fn_p, lhd_tree_dump_type_quals,
8303 lhd_expr_size): Likewise.
8304 * langhooks.h (lang_hooks_for_tree_inlining,
8305 lang_hooks_for_tree_dump, lang_hooks_for_types,
8306 lang_hooks_for_decls, lang_hooks): Likewise.
8307 * pointer-set.c (pointer_set_t, pointer_set_create,
8308 pointer_set_contains, insert_aux, pointer_set_insert,
8309 pointer_set_traverse, pointer_map_t, pointer_map_create,
8310 pointer_map_contains, pointer_map_insert, pointer_map_traverse):
8311 Likewise.
8312 * pointer-set.h (pointer_set_contains, pointer_set_insert,
8313 pointer_set_traverse, pointer_map_contains, pointer_map_insert,
8314 pointer_map_traverse): Likewise.
8315 * predict.c (assert_is_empty): Likewise.
8316 * tree-affine.c (free_name_expansion): Likewise.
8317 * tree-cfg.c (edge_to_cases_cleanup): Likewise.
8318 * tree.c (size_in_bytes, max_int_size_in_bytes): Likewise.
8319 * tree.h (size_in_bytes, max_int_size_in_bytes): Likewise.
8320
8321 2007-08-16 Victor Kaplansky <victork@il.ibm.com>
8322
8323 * tree-vectorizer.c (new_loop_vec_info): Initialize new
8324 field.
8325 (destroy_loop_vec_info): Add call to VEC_free.
8326 * tree-vectorizer.h (may_alias_ddrs): Define.
8327 (LOOP_VINFO_MAY_ALIAS_DDRS): Define.
8328 * tree-vect-analyze.c (vect_analyze_data_ref_dependence):
8329 Change reporting to dump.
8330 (vect_is_duplicate_ddr): New.
8331 (vect_mark_for_runtime_alias_test): New.
8332 (vect_analyze_data_ref_dependences) Add call to
8333 vect_mark_for_runtime_alias_test.
8334 (vect_enhance_data_refs_alignment): Define local variable
8335 vect_versioning_for_alias_required, don't perform
8336 peeling for alignment if versioning for alias is
8337 required.
8338 (vect_enhance_data_refs_alignment): Use
8339 PARAM_VECT_MAX_VERSION_FOR_ALIGNMENT_CHECKS instead of
8340 PARAM_VECT_MAX_VERSION_CHECKS.
8341 * tree-vect-transform.c
8342 (vect_create_cond_for_alias_checks): New.
8343 (vect_transform_loop): Add call to
8344 vect_create_cond_for_alias_checks.
8345 (vect_vfa_segment_size): New.
8346 * params.def (PARAM_VECT_MAX_VERSION_FOR_ALIGNMENT_CHECKS):
8347 Rename.
8348 (PARAM_VECT_MAX_VERSION_FOR_ALIAS_CHECKS): Define.
8349 * gcc/doc/invoke.texi
8350 (vect-max-version-for-alignment-checks): Document.
8351 (vect-max-version-for-alias-checks): Document.
8352 (vect-max-version-checks): Remove.
8353
8354 2007-08-16 Uros Bizjak <ubizjak@gmail.com>
8355
8356 * config/i386/i386.md (*rep_movdi_rex64): Emit "rep" prefix on
8357 the same line as the instruction for all asm dialects.
8358 (*rep_movsi): Ditto.
8359 (*rep_movsi_rex64): Ditto.
8360 (*rep_movqi): Ditto.
8361 (*rep_movqi_rex64): Ditto.
8362 (*rep_stosdi_rex64): Ditto.
8363 (*rep_stossi): Ditto.
8364 (*rep_stossi_rex64): Ditto.
8365 (*rep_stosqi): Ditto.
8366 (*rep_stosqi_rex64): Ditto.
8367 (*cmpstrnqi_nz_1): Ditto.
8368 (*cmpstrnqi_nz_rex_1): Ditto.
8369 (*cmpstrnqi_1): Ditto.
8370 (*cmpstrnqi_rex_1): Ditto.
8371 (*strlenqi_1): Ditto.
8372 (*strlenqi_rex_1): Ditto.
8373 * config/i386/sync.md (*sync_compare_and_swap<mode>): Emit "lock"
8374 prefix on the same line as the instruction for all asm dialects.
8375 (sync_double_compare_and_swap<mode>): Ditto.
8376 (*sync_double_compare_and_swapdi_pic): Ditto.
8377 (*sync_compare_and_swap_cc<mode>): Ditto.
8378 (sync_double_compare_and_swap_cc<mode>): Ditto.
8379 (*sync_double_compare_and_swap_ccdi_pic): Ditto.
8380 (sync_old_add<mode>): Ditto.
8381 (sync_add<mode>): Ditto.
8382 (sync_sub<mode>): Ditto.
8383 (sync_ior<mode>): Ditto.
8384 (sync_and<mode>): Ditto.
8385 (sync_xor<mode>): Ditto.
8386
8387 2007-08-16 Richard Sandiford <richard@codesourcery.com>
8388
8389 PR middle-end/32897
8390 * reload.c (find_reloads): Check that the memory returned by
8391 find_reloads_toplev was not the result of forcing a constant
8392 to memory.
8393 (find_reloads_toplev): Always use simplify_gen_subreg to get
8394 the subreg of a constant. If the result is also a constant,
8395 but not a legitimate one, force it into the constant pool
8396 and reload its address.
8397
8398 2007-08-15 David Edelsohn <edelsohn@gnu.org>
8399
8400 * config/rs6000/rs6000.c (rs6000_rtx_costs): Add CLZ, CTZ, and
8401 POPCOUNT.
8402
8403 2007-08-15 Daniel Jacobowitz <dan@codesourcery.com>
8404
8405 * config/rs6000/rs6000.c (rs6000_file_start): Output a .gnu_attribute
8406 directive for the current vector ABI.
8407
8408 2007-08-15 Steve Ellcey <sje@cup.hp.com>
8409
8410 PR target/32963
8411 * caller-save.c (reg_save_code): Set invalide status on restore code.
8412
8413 2007-08-15 Diego Novillo <dnovillo@google.com>
8414
8415 * tree-ssa-alias.c (compute_memory_partitions): Use
8416 alias_bitmap_obstack to allocate bitmaps.
8417 (reset_alias_info): Factor out of init_alias_info.
8418 Mark all name tags not associated to an SSA name for renaming.
8419 (init_alias_info): Call it.
8420 (create_name_tags): Tidy. Add comments.
8421 (dump_points_to_info_for): Do not call get_mem_sym_stats_for.
8422
8423 2007-08-15 Maxim Kuvyrkov <maxim@codesourcery.com>
8424
8425 * config/mips/mips.c (vr4130_swap_insns_p): Use new interface to
8426 scheduler dependencies.
8427
8428 2007-08-15 Rask Ingemann Lambertsen <rask@sygehus.dk>
8429
8430 * config/i386/i386.md (subsi3_carry_zext): Remove "m" constraint for
8431 "register_operand".
8432 (*iorsi_1_zext): Likewise.
8433 (*iorsi_1_zext_imm): Likewise.
8434 * config/i386/sse.md: (*sse4_1_extractps): Use "nonimmediate_operand"
8435 with "rm"/"xm" constraint.
8436 (sse2_vmsqrtv2df2): Likewise.
8437
8438 2007-08-15 Jakub Jelinek <jakub@redhat.com>
8439
8440 PR middle-end/33074
8441 * emit-rtl.c (try_split): Use INSN_LIST instead of EXPR_LIST for
8442 REG_LIBCALL note.
8443
8444 2007-08-14 Daniel Berlin <dberlin@dberlin.org>
8445
8446 * tree-pass.h (PROP_pta): Removed.
8447 (TODO_rebuild_alias): New.
8448 (pass_may_alias): Removed.
8449 * tree-ssa-ccp.c (execute_fold_all_builtins): Only rebuild
8450 aliasing if we changed something.
8451 * tree-ssa-alias.c (compute_may_aliases): Make non-static. Update
8452 SSA internally.
8453 (pass_may_alias): Removed.
8454 (create_structure_vars): Return TODO_rebuild_alias.
8455 * tree-ssa-pre.c (do_pre): Return TODO_rebuild_alias.
8456 * tree-sra.c (tree_sra): Only rebuild aliasing if something
8457 changed.
8458 (tree_sra_early): We never affect aliasing right now.
8459 * tree-flow.h (compute_may_aliases): New prototype.
8460 * passes.c: Remove pass_may_alias from the passes.
8461 (execute_function_todo): Support TODO_rebuild_alias.
8462
8463 2007-08-14 Kai Tietz <kai.tietz@onevision.com>
8464
8465 * i386.c: (legitimize_address): Move dllimported variable check
8466 infront of legitimizing pic address of CONST symbols.
8467
8468 2007-08-14 Steve Ellcey <sje@cup.hp.com>
8469
8470 PR tree-optimization/32941
8471 * tree-eh.c (struct leh_tf_state): Add goto_queue_map field.
8472 (goto_queue_cmp): Remove.
8473 (find_goto_replacement): Change search method.
8474 (maybe_record_in_goto_queue): Add assert.
8475 (lower_try_finally): Remove qsort call, add pointer_map_destroy call.
8476 * Makefile.in (tree-eh.o): Add pointer-set.h dependency.
8477
8478 2007-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8479
8480 * alias.c (component_uses_parent_alias_set): Constify.
8481 * alias.h (component_uses_parent_alias_set): Likewise.
8482 * cfgrtl.c (print_rtl_with_bb): Likewise.
8483 * double-int.c (tree_to_double_int, double_int_fits_to_tree_p,
8484 mpz_get_double_int): Likewise.
8485 * double-int.h (double_int_fits_to_tree_p, tree_to_double_int,
8486 mpz_get_double_int): Likewise.
8487 * expr.c (is_aligning_offset, undefined_operand_subword_p,
8488 mostly_zeros_p, all_zeros_p, safe_from_p, is_aligning_offset):
8489 Likewise.
8490 * expr.h (safe_from_p): Likewise.
8491 * gimple-low.c (try_catch_may_fallthru, block_may_fallthru):
8492 Likewise.
8493 * gimplify.c (should_carry_locus_p, zero_sized_field_decl,
8494 zero_sized_type, goa_lhs_expr_p): Likewise.
8495 * omp-low.c (is_variable_sized, use_pointer_for_field): Likewise.
8496 * rtl.h (print_rtl_with_bb): Likewise.
8497 * sched-vis.c (print_exp, print_value, print_pattern): Likewise.
8498 * tree-cfg.c (const_first_stmt, const_last_stmt): New.
8499 * tree-flow-inline.h (bb_stmt_list): Constify.
8500 (cbsi_start, cbsi_last, cbsi_end_p, cbsi_next, cbsi_prev,
8501 cbsi_stmt): New.
8502 * tree-flow.h (const_block_stmt_iterator, cbsi_start, cbsi_last,
8503 const_first_stmt, const_last_stmt): New.
8504 (block_may_fallthru, empty_block_p): Constify.
8505 * tree-iterator.c (EXPR_FIRST_BODY, EXPR_LAST_BODY,
8506 EXPR_ONLY_BODY): New.
8507 (expr_first, expr_last, expr_only): Use macro for body.
8508 (const_expr_first, const_expr_last, const_expr_only): New.
8509 * tree-iterator.h (const_tree_stmt_iterator, ctsi_start,
8510 ctsi_last, ctsi_end_p, ctsi_one_before_end_p, ctsi_next,
8511 ctsi_prev, ctsi_stmt): New.
8512 * tree-scalar-evolution.c (get_loop_exit_condition): Constify.
8513 * tree-scalar-evolution.h (get_loop_exit_condition): Likewise.
8514 * tree-ssa-loop-niter.c (loop_only_exit_p,
8515 derive_constant_upper_bound): Likewise.
8516 * tree-ssa-phiopt.c (empty_block_p): Likewise.
8517 * tree-ssa-threadupdate.c (redirection_block_p): Likewise.
8518 * tree-vectorizer.c (slpeel_can_duplicate_loop_p): Likewise.
8519 * tree-vectorizer.h (slpeel_can_duplicate_loop_p): Likewise.
8520 * tree-vrp.c (vrp_bitmap_equal_p): Likewise.
8521 * tree.c (get_type_static_bounds): Likewise.
8522 * tree.h (const_expr_first, const_expr_last, const_expr_only): New.
8523 (get_type_static_bounds): Constify.
8524
8525 2007-08-14 Rask Ingemann Lambertsen <rask@sygehus.dk>
8526
8527 PR target/30315
8528 * config/i386/i386.h (CANONICALIZE_COMPARISON): New.
8529 * config/i386/i386.md (plusminus)(addsub)(SWI): New.
8530 (*<addsub><mode>3_cc_overflow): New.
8531 (*add<mode>3_cconly_overflow): New.
8532 (*sub<mode>3_cconly_overflow): New.
8533 (*<addsub>si3_zext_cc_overflow): New.
8534 * config/i386/predicates.md (fcmov_comparison_operator): Accept
8535 CCCmode for LTU, GTU, LEU and GEU.
8536 (ix86_comparison_operator): Likewise.
8537 (ix86_carry_flag_operator): Carry flag is set if LTU or GTU in CCCmode.
8538 * config/i386/i386.c (put_condition_code): Support CCCmode.
8539 (ix86_cc_mode): Use CCCmode when testing for overflow of PLUS
8540 or MINUS expressions.
8541
8542 2007-08-14 Andrew Pinski <pinskia@gmail.com>
8543
8544 PR c/30428
8545 * c-typeck.c (build_binary_op): Disallow vector float types with
8546 BIT_IOR_EXPR, BIT_AND_EXPR, and BIT_XOR_EXPR.
8547
8548 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
8549
8550 * sched-int.h (struct _dep): Rename field 'kind' to 'type'.
8551 (DEP_KIND): Rename to DEP_TYPE. Update all uses.
8552 (dep_def): New typedef.
8553 (init_dep_1, sd_debug_dep): Declare functions.
8554 (DEP_LINK_KIND): Rename to DEP_LINK_TYPE.
8555 (debug_dep_links): Remove.
8556 (struct _deps_list): New field 'n_links'.
8557 (DEPS_LIST_N_LINKS): New macro.
8558 (FOR_EACH_DEP_LINK): Remove.
8559 (create_deps_list, free_deps_list, delete_deps_list): Remove
8560 declaration.
8561 (deps_list_empty_p, debug_deps_list, add_back_dep_to_deps_list): Ditto.
8562 (find_link_by_pro_in_deps_list, find_link_by_con_in_deps_list): Ditto.
8563 (copy_deps_list_change_con, move_dep_link): Ditto.
8564 (struct haifa_insn_data): Split field 'back_deps' into 'hard_back_deps'
8565 and 'spec_back_deps'. New field 'resolved_forw_deps'. Remove field
8566 'dep_count'.
8567 (INSN_BACK_DEPS): Remove.
8568 (INSN_HARD_BACK_DEPS, INSN_SPEC_BACK_DEPS, INSN_RESOLVED_FORW_DEPS):
8569 New macros.
8570 (INSN_DEP_COUNT): Remove.
8571 (enum DEPS_ADJUST_RESULT): Add new constant DEP_NODEP. Fix comments.
8572 (spec_info, haifa_recovery_block_was_added_during_scheduling_p):
8573 Declare global variables.
8574 (deps_pools_are_empty_p, sched_free_deps): Declare functions.
8575 (add_forw_dep, compute_forward_dependences): Remove declarations.
8576 (add_or_update_back_dep, add_or_update_back_forw_dep): Ditto.
8577 (add_back_forw_dep, delete_back_forw_dep): Ditto.
8578 (debug_ds, sched_insn_is_legitimate_for_speculation_p): Declare
8579 functions.
8580 (SD_LIST_NONE, SD_LIST_HARD_BACK, SD_LIST_SPEC_BACK, SD_LIST_FORW):
8581 New constants.
8582 (SD_LIST_RES_BACK, SD_LIST_RES_FORW, SD_LIST_BACK): Ditto.
8583 (sd_list_types_def): New typedef.
8584 (sd_next_list): Declare function.
8585 (struct _sd_iterator): New type.
8586 (sd_iterator_def): New typedef.
8587 (sd_iterator_start, sd_iterator_cond, sd_iterator_next): New inline
8588 functions.
8589 (FOR_EACH_DEP): New cycle wrapper.
8590 (sd_lists_size, sd_lists_empty_p, sd_init_insn, sd_finish_insn):
8591 Declare functions.
8592 (sd_find_dep_between, sd_add_dep, sd_add_or_update_dep): Ditto.
8593 (sd_resolve_dep, sd_copy_back_deps, sd_delete_dep, sd_debug_lists):
8594 Ditto.
8595
8596 * sched-deps.c (init_dep_1): Make global.
8597 (DUMP_DEP_PRO, DUMP_DEP_CON, DUMP_DEP_STATUS, DUMP_DEP_ALL): New
8598 constants.
8599 (dump_dep): New static function.
8600 (dump_dep_flags): New static variable.
8601 (sd_debug_dep): New function.
8602 (add_to_deps_list, remove_from_deps_list): Update 'n_links' field of
8603 the list.
8604 (move_dep_link): Use remove_from_deps_list (), instead of
8605 detach_dep_link ().
8606 (dep_links_consistent_p, dump_dep_links, debug_dep_links): Remove.
8607 (dep_link_is_detached_p): New static function.
8608 (deps_obstack, dl_obstack, dn_obstack): Remove. Use dn_pool, dl_pool
8609 instead.
8610 (dn_pool, dl_pool): New alloc_pools.
8611 (dn_pool_diff, dl_pool_diff): New static variables.
8612 (create_dep_node, delete_dep_node): New static function.
8613 (create_deps_list): Make it static. Use alloc_pool 'dl_pool'.
8614 (deps_list_empty_p): Make it static. Use 'n_links' field.
8615 (deps_pools_are_empty_p): New static function.
8616 (alloc_deps_list, delete_deps_list): Remove.
8617 (dump_deps_list, debug_deps_list, add_back_dep_to_deps_list): Remove.
8618 (find_link_by_pro_in_deps_list, find_link_by_con_in_deps_list): Ditto.
8619 (copy_deps_list_change_con): Remove. Use sd_copy_back_deps () instead.
8620 (forward_dependency_cache): Remove.
8621 (maybe_add_or_update_back_dep_1, add_or_update_back_dep_1): Remove
8622 'back' from the names. Change signature to use dep_t instead of
8623 equivalent quad.
8624 (add_back_dep): Ditto. Make global.
8625 (check_dep_status): Rename to check_dep ().
8626 (sd_next_list, sd_lists_size, sd_lists_empty_p, sd_init_insn):
8627 New functions.
8628 (sd_finish_insn): Ditto.
8629 (sd_find_dep_between_no_cache): New static function.
8630 (sd_find_dep_between): New function.
8631 (ask_dependency_caches, set_dependency_caches): New static functions.
8632 (update_dependency_caches, change_spec_dep_to_hard, update_dep): Ditto.
8633 (add_or_update_dep_1): Separate pieces of functionality into
8634 ask_dependency_caches (), update_dependency_caches (),
8635 change_spec_dep_to_hard (), update_dep ().
8636 (get_back_and_forw_lists): New static function.
8637 (sd_add_dep): Separate setting of dependency caches into
8638 set_dependency_caches ().
8639 (sd_add_or_update_dep, sd_resolve_dep, sd_copy_back_deps):
8640 New functions.
8641 (sd_delete_dep): Ditto.
8642 (DUMP_LISTS_SIZE, DUMP_LISTS_DEPS, DUMP_LISTS_ALL): New constants.
8643 (dump_lists): New static function.
8644 (sd_debug_lists): New debug function.
8645 (delete_all_dependences, fixup_sched_groups): Update to use
8646 sd_* infrastructure.
8647 (sched_analyze_2): Create data-speculative dependency only if
8648 data-speculation is enabled.
8649 (sched_analyze_insn): If insn cannot be speculative, make all its
8650 dependencies non-speculative.
8651 (sched_analyze): Use sd_init_insn ().
8652 (add_forw_dep, compute_forward_dependencies): Remove.
8653 (delete_dep_nodes_in_back_deps): New static function.
8654 (sched_free_deps): New function.
8655 (init_dependency_caches): Init alloc_pools.
8656 (extend_depedency_caches): Update after removing of
8657 forward_dependency_cache.
8658 (free_dependency_caches): Ditto. Free alloc_pools.
8659 (adjust_add_sorted_back_dep, adjust_back_add_forw_dep): Remove.
8660 (delete_forw_dep, add_or_update_back_dep, add_or_update_back_forw_dep):
8661 Ditto.
8662 (add_back_forw_dep, delete_back_forw_dep): Ditto.
8663 (add_dependence): Use init_dep ().
8664 (get_dep_weak_1): New static function.
8665 (get_dep_weak): Move logic to get_dep_weak_1 ().
8666 (dump_ds): New static function moved from haifa-sched.c:
8667 debug_spec_status ().
8668 (debug_ds): New debug function.
8669 (check_dep_status): Rename to check_dep (). Update to check whole
8670 dependencies.
8671
8672 * haifa-sched.c (spec_info): Make global.
8673 (added_recovery_block_p): Rename to
8674 'haifa_recovery_block_was_added_during_current_schedule_block_p'.
8675 (haifa_recovery_block_was_added_during_scheduling_p): New variable.
8676 (dep_cost, priority, rank_for_schedule, schedule_insn): Update
8677 to use new interfaces.
8678 (ok_for_early_queue_removal): Ditto.
8679 (schedule_block): Initialize logical uids of insns emitted by the
8680 target.
8681 (sched_init): Initialize new variable.
8682 (fix_inter_tick, try_ready, fix_tick_ready): Update to use new
8683 interfaces.
8684 (extend_global): Initialize insn data.
8685 (init_h_i_d): Remove code that is now handled in sd_init_insn ().
8686 (process_insn_forw_deps_be_in_spec): Change signature. Update to use
8687 new interfaces.
8688 (add_to_speculative_block): Update to use new interfaces.
8689 (create_recovery_block): Set new variables.
8690 (create_check_block_twin, fix_recovery_deps): Update to use new
8691 interfaces.
8692 (sched_insn_is_legitimate_for_speculation_p): New function.
8693 (speculate_insn): Move checking logic to
8694 sched_insn_is_legitimate_for_speculation_p ().
8695 (sched_remove_insn): Finalize sched-deps information of instruction.
8696 (clear_priorities, add_jump_dependencies): Update to use new
8697 interfaces.
8698 (debug_spec_status): Rename to dump_ds () and move to sched-deps.c.
8699
8700 * sched-rgn.c (set_spec_fed, find_conditional_protection): Update
8701 to use new interfaces.
8702 (is_conditionally_protected, is_pfree, is_prisky) Ditto.
8703 (new_ready): Try to use control speculation only if it is available.
8704 (add_branch_dependences): Update to use new interfaces.
8705 (compute_block_backward_dependences): Rename to
8706 compute_block_dependences (). Call
8707 targetm.sched.dependencies_evaluation_hook ().
8708 (free_block_dependencies): New static function.
8709 (debug_dependencies): Update to use new interfaces.
8710 (schedule_region): Remove separate computation of forward dependencies.
8711 Move call of targetm.sched.dependencies_evaluation_hook () to
8712 compute_block_dependences (). Free dependencies at the end of
8713 scheduling the region.
8714
8715 * sched-ebb.c (earliest_block_with_similiar_load): Update to use
8716 new interfaces.
8717 (add_deps_for_risky_insns): Ditto.
8718 (schedule_ebb): Remove separate computation of forward dependencies.
8719 Free dependencies at the end of scheduling the ebb.
8720
8721 * ddg.c (create_ddg_dependence): Update to use new interfaces.
8722 (build_intra_loop_deps): Ditto. Remove separate computation of
8723 forward dependencies. Free sched-deps dependencies.
8724
8725 * config/ia64/ia64.c (ia64_dependencies_evaluation_hook): Update
8726 to use new interfaces.
8727 (ia64_dfa_new_cycle, ia64_gen_check): Ditto.
8728
8729 * config/rs6000/rs6000.c (rs6000_is_costly_dependence): Update to use
8730 new interfaces.
8731 (is_costly_group): Ditto.
8732
8733 2007-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8734
8735 * alias.c (rtx_equal_for_memref_p): Constify.
8736 * basic-block.h (const_edge, const_basic_block): New.
8737 (reg_set_to_hard_reg_set, dfs_enumerate_from, single_succ_p,
8738 single_pred_p, single_succ_edge, single_pred_edge, single_succ,
8739 single_pred, maybe_hot_bb_p, probably_cold_bb_p,
8740 probably_never_executed_bb_p, edge_probability_reliable_p,
8741 br_prob_note_reliable_p, forwarder_block_p, flow_nodes_print,
8742 inside_basic_block_p, control_flow_insn_p, dominated_by_p):
8743 Likewise.
8744 * bb-reorder.c (better_edge_p, push_to_next_round_p): Likewise.
8745 * bt-load.c (basic_block_freq, insn_sets_btr_p, can_move_up):
8746 Likewise.
8747 * cfganal.c (flow_active_insn_p, forwarder_block_p,
8748 flow_nodes_print, dfs_enumerate_from): Likewise.
8749 * cfgbuild.c (count_basic_blocks, inside_basic_block_p,
8750 control_flow_insn_p, count_basic_blocks): Likewise.
8751 * cfgloop.c (flow_bb_inside_loop_p, glb_enum_p,
8752 get_loop_body_with_size, loop_exit_edge_p): Likewise.
8753 * cfgloop.h (flow_bb_inside_loop_p, num_loop_insns,
8754 average_num_loop_insns, loop_exit_edge_p,
8755 just_once_each_iteration_p, can_duplicate_loop_p): Likewise.
8756 * cfgloopanal.c (just_once_each_iteration_p, num_loop_insns,
8757 average_num_loop_insns, seq_cost): Likewise.
8758 * cfgloopmanip.c (rpe_enum_p, can_duplicate_loop_p): Likewise.
8759 * dominance.c (dominated_by_p): Likewise.
8760 * emit-rtl.c (validate_subreg): Likewise.
8761 * except.c (can_throw_internal, can_throw_external): Likewise.
8762 * except.h (can_throw_internal, can_throw_external): Likewise.
8763 * gcse.c (gcse_constant_p, oprs_unchanged_p, oprs_anticipatable_p,
8764 oprs_available_p, hash_expr, expr_equiv_p, oprs_not_set_p,
8765 compute_transp, load_killed_in_block_p, reg_killed_on_edge,
8766 simple_mem, store_ops_ok, load_kills_store, find_loads,
8767 store_killed_in_insn, store_killed_after, store_killed_before,
8768 gcse_mem_operand, implicit_set_cond_p, store_killed_in_pat):
8769 Likewise.
8770 * ifcvt.c (count_bb_insns, cheap_bb_rtx_cost_p, noce_operand_ok,
8771 noce_mem_write_may_trap_or_fault_p): Likewise.
8772 * pointer-set.c (pointer_set_contains, pointer_map_contains):
8773 Likewise.
8774 * pointer-set.h (pointer_set_contains, pointer_map_contains):
8775 Likewise.
8776 * predict.c (can_predict_insn_p, maybe_hot_bb_p,
8777 probably_cold_bb_p, probably_never_executed_bb_p,
8778 edge_probability_reliable_p, br_prob_note_reliable_p,
8779 can_predict_insn_p): Likewise.
8780 * regclass.c (reg_set_to_hard_reg_set): Likewise.
8781 * resource.c (return_insn_p): Likewise.
8782 * rtl.h (reg_set_between_p, reg_set_p, validate_subreg):
8783 Likewise.
8784 * rtlanal.c (reg_set_between_p, reg_set_p): Likewise.
8785 * tracer.c (count_insns, ignore_bb_p, better_p): Likewise.
8786 * tree-cfg.c (verify_gimple_unary_expr, verify_gimple_binary_expr,
8787 verify_gimple_modify_stmt): Likewise.
8788 * tree-chrec.c (is_not_constant_evolution,
8789 is_multivariate_chrec_rec, is_multivariate_chrec,
8790 chrec_contains_symbols, chrec_contains_undetermined,
8791 tree_contains_chrecs, evolution_function_is_affine_multivariate_p,
8792 evolution_function_is_univariate_p, avoid_arithmetics_in_type_p,
8793 eq_evolutions_p, scev_direction): Likewise.
8794 * tree-chrec.h (automatically_generated_chrec_p, tree_is_chrec,
8795 eq_evolutions_p, is_multivariate_chrec, chrec_contains_symbols,
8796 chrec_contains_symbols_defined_in_loop,
8797 chrec_contains_undetermined, tree_contains_chrecs,
8798 evolution_function_is_affine_multivariate_p,
8799 evolution_function_is_univariate_p, chrec_zerop,
8800 evolution_function_is_constant_p, evolution_function_is_affine_p,
8801 evolution_function_is_affine_or_constant_p,
8802 tree_does_not_contain_chrecs, chrec_type): Likewise.
8803 * tree-data-ref.c (tree_fold_divides_p,
8804 object_address_invariant_in_loop_p, dr_may_alias_p,
8805 ziv_subscript_p, siv_subscript_p, gcd_of_steps_may_divide_p,
8806 same_access_functions, constant_access_functions,
8807 access_functions_are_affine_or_constant_p, find_vertex_for_stmt):
8808 Likewise.
8809 * tree-flow.h (scev_direction): Likewise.
8810 * tree-gimple.c (is_gimple_stmt): Likewise.
8811 * tree-outof-ssa.c (identical_copies_p, identical_stmt_lists_p):
8812 Likewise.
8813 * tree-pretty-print.c (op_prio): Likewise.
8814 * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop,
8815 analyzable_condition, backedge_phi_arg_p): Likewise.
8816 * tree-scalar-evolution.h (get_chrec_loop): Likewise.
8817 * tree-ssa-operands.c (get_name_decl, operand_build_cmp): Likewise.
8818 * tree-ssa-threadupdate.c (dbds_continue_enumeration_p):
8819 Likewise.
8820
8821 2007-08-13 Dan Hipschman <dsh@google.com>
8822
8823 PR c/32953
8824 * c-format.c (check_format_arg): Move check for zero-length
8825 format strings below the check for unterminated strings.
8826
8827 2007-08-13 Andrew Pinski <pinskia@gmail.com>
8828
8829 PR C/30427
8830 * c-typeck.c (build_unary_op <case BIT_NOT_EXPR>): Reject vector float
8831 types.
8832
8833 2007-08-13 Nick Clifton <nickc@redhat.com>
8834
8835 * config/arm/arm_neon.h: Revert GPLv3 patch to this file.
8836
8837 2007-08-12 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8838
8839 PR fortran/32860
8840 * c-format.c (gcc_gfc_length_specs): New array.
8841 (gcc_gfc_char_table): Add unsigned specifier, and references to
8842 the l length modifier.
8843 (format_types_orig): Use the new gcc_gfc_length_specs.
8844
8845 2007-08-12 Sa Liu <saliu@de.ibm.com>
8846
8847 * emit-rtl.c (try_split): Relink the insns with REG_LIBCALL note
8848 and with REG_RETVAL note after split.
8849
8850 2007-08-11 David Daney <ddaney@avtrex.com>
8851
8852 * config/mips/mips.c (mips_sched_reorder): Mark cycle parameter
8853 as ATTRIBUTE_UNUSED.
8854
8855 2007-08-11 David Edelsohn <edelsohn@gnu.org>
8856 Segher Boessenkool <segher@kernel.crashing.org>
8857
8858 * config/rs6000/rs6000.h (CC1_CPU_SPEC): Define as empty string if
8859 HAVE_LOCAL_CPU_DETECT not defined.
8860
8861 2007-08-11 Jan Hubicka <jh@suse.cz>
8862
8863 * cgraphunit.c (record_cdtor_fn): Declare all cdtors always inlined.
8864 (cgraph_process_new_functions): Honor previous value of
8865 disregard_inline_limits.
8866 * ipa-inline.c (compute_inline_parameters): Likewise.
8867
8868 2007-08-11 Ian Lance Taylor <iant@google.com>
8869
8870 * alias.h (alias_set_type): Define new type.
8871 (ALIAS_SET_MEMORY_BARRIER): Use it.
8872 * rtl.h: Include alias.h.
8873 (struct mem_attrs): Use alias_set_type.
8874 * tree.h: Include alias.h
8875 (struct tree_type): Use alias_set_type.
8876 (struct tree_struct_field_tag): Likewise.
8877 (struct tree_decl_common): Likewise.
8878 * alias.c (struct alias_set_entry): Use alias_set_type.
8879 (get_alias_set_entry, alias_set_subset_of): Likewise.
8880 (alias_sets_conflict_p): Likewise.
8881 (alias_sets_must_conflict_p): Likewise.
8882 (objects_must_conflict_p): Likewise.
8883 (get_alias_set, new_alias_set): Likewise.
8884 (record_alias_subset, record_component_aliases): Likewise.
8885 (varargs_set, frame_set): Change to alias_set_type.
8886 (get_varargs_alias_set): Use alias_set_type.
8887 (get_frame_alias_set): Likewise.
8888 * builtins.c (setjmp_alias_set): Change to alias_set_type.
8889 * dse.c (struct store_info): Use alias_set_type.
8890 (struct read_info, struct clear_alias_mode_holder): Likewise.
8891 (clear_alias_set_lookup, canon_address): Likewise.
8892 (record_store, check_mem_read_rtx): Likewise.
8893 (dse_record_singleton_alias_set): Likewise.
8894 (dse_invalidate_singleton_alias_set): Likewise.
8895 * emit-rtl.c (get_mem_attrs): Likewise.
8896 (set_mem_attributes_minus_bitpos): Likewise.
8897 (set_mem_alias_set): Likewise.
8898 * expr.c (store_constructor_field, store_field): Likewise.
8899 * gimplify.c (struct gimplify_init_ctor_preeval_data): Likewise.
8900 * langhooks.c (lhd_get_alias_set): Likewise.
8901 * langhooks-def.h (lhd_get_alias_set): Likewise.
8902 * reload1.c (alter_reg): Likewise.
8903 * tree-flow.h (struct fieldoff): Likewise.
8904 * tree-ssa-alias.c (struct alias_map_d): Likewise.
8905 (may_alias_p, get_smt_for, create_sft): Likewise.
8906 * tree-ssa-alias-warnings.c (nonstandard_alias_types_p): Likewise.
8907 * tree-ssa-structalias.c (set_uids_in_ptset): Likewise.
8908 (merge_smts_into): Likewise.
8909 * varasm.c (const_alias_set): Likewise.
8910 * c-common.c (strict_aliasing_warning): Likewise.
8911 (c_common_get_alias_set): Likewise.
8912 * dse.h (dse_record_singleton_alias_set): Update declaration.
8913 (dse_invalidate_singleton_alias_set): Likewise.
8914 * emit-rtl.h (set_mem_alias_set): Likewise.
8915 * c-common.h (c_common_get_alias_set): Likewise.
8916 * print-rtl.c (print_rtx): Cast MEM_ALIAS_SET when printing it.
8917 * print-tree.c (print_node): Likewise.
8918 * config/alpha/alpha.c (alpha_sr_alias_set): Change to
8919 alias_set_type.
8920 (alpha_setup_incoming_varargs): Use alias_set_type.
8921 * config/i386/i386.c (setup_incoming_varargs_64): Use
8922 alias_set_type.
8923 (setup_incoming_varargs_ms_64): Likewise.
8924 (ix86_GOT_alias_set): Likewise.
8925 * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
8926 * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
8927 (set): Change to alias_set_type.
8928 (get_TOC_alias_set): Use alias_set_type.
8929 * config/rs6000/rs6000-protos.h (get_TOC_alias_set): Update
8930 declaration.
8931 * config/sh/sh.c (sh_builtin_saveregs): Use alias_set_type.
8932 * config/sparc/sparc.c (sparc_sr_alias_set): Change to
8933 alias_set_type.
8934 (struct_value_alias_set): Likewise.
8935 * Makefile.in (GTFILES): Add $(srcdir)/alias.h.
8936
8937 2007-08-11 Richard Sandiford <richard@codesourcery.com>
8938
8939 * config/vxworks-dummy.h (TARGET_VXWORKS): Define.
8940 * config/vxworks.h (TARGET_VXWORKS): Override.
8941 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Don't define
8942 "mips" if TARGET_VXWORKS.
8943
8944 2007-08-11 Richard Sandiford <richard@codesourcery.com>
8945
8946 * calls.c (avoid_likely_spilled_reg): New function.
8947 (expand_call): Use it.
8948
8949 2007-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8950
8951 * c-typeck.c (build_c_cast): Add OPT_Wcast_qual to warnings.
8952
8953 2007-08-10 Adam Nemet <anemet@caviumnetworks.com>
8954
8955 * config/mips/predicates.md (const_call_insn_operand): Invoke
8956 SYMBOL_REF_LONG_CALL_P only on SYMBOL_REFs.
8957
8958 2007-08-10 David Edelsohn <edelsohn@gnu.org>
8959
8960 PR target/33042
8961 * config/rs6000/driver-rs6000.c: Include link.h.
8962 Use ElfW instead of wordsize-specif typedef.
8963
8964 2007-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8965
8966 * system.h (CONST_CAST): New.
8967 * c-decl.c (c_make_fname_decl): Use it.
8968 * c-lex.c (cb_ident, lex_string): Likewise.
8969 * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
8970 * gcc.c (set_spec, read_specs, for_each_path, execute, do_spec_1,
8971 give_switch, set_multilib_dir): Likewise.
8972 * gengtype-parse.c (string_seq, typedef_name): Likewise.
8973 * passes.c (execute_one_pass): Likewise.
8974 * prefix.c (update_path): Likewise.
8975 * pretty-print.c (pp_base_destroy_prefix): Likewise.
8976 * tree.c (build_string): Likewise.
8977
8978 2007-08-10 Aldy Hernandez <aldyh@redhat.com>
8979
8980 * tree-flow-inline.h (is_exec_stmt): Remove.
8981 (is_label_stmt): Remove.
8982 * tree-flow.h: Remove prototypes for is_exec_stmt, get_filename, and
8983 is_label_stmt.
8984
8985 2007-08-10 Andreas Krebbel <krebbel1@de.ibm.com>
8986
8987 * lower-subreg.c (resolve_shift_zext): Don't adjust
8988 src_reg_num for wordmode operands.
8989
8990 2007-08-10 Sandra Loosemore <sandra@codesourcery.com>
8991 David Ung <davidu@mips.com>
8992
8993 * config/mips/mips.c (TARGET_SCHED_INIT): Define.
8994 (TARGET_SCHED_REORDER2): Define.
8995 (mips_maybe_swap_ready): New.
8996 (mips_last_74k_agen_insn): New.
8997 (mips_74k_agen_init): New.
8998 (mips_74k_agen_reorder): New function to group loads and stores
8999 in the ready queue.
9000 (mips_sched_init): New.
9001 (mips_sched_reorder): Don't do initialization here. Call
9002 mips_74k_agen_reorder.
9003 (mips_variable_issue): Call mips_74k_agen_init.
9004
9005 2007-08-10 Aldy Hernandez <aldyh@redhat.com>
9006
9007 * tree-flow-inline.h (get_filename): Remove.
9008
9009 2007-08-10 Richard Sandiford <richard@codesourcery.com>
9010
9011 * config/mips/mips-protos.h (mips_address_insns): Add a boolean
9012 argument.
9013 (mips_fetch_insns): Delete in favor of...
9014 (mips_load_store_insns): ...this new function.
9015 * config/mips/mips.c (mips_address_insns): Add a boolean argument
9016 to say whether multiword moves _might_ be split.
9017 (mips_fetch_insns): Delete in favor of...
9018 (mips_load_store_insns): ...this new function.
9019 (mips_rtx_costs): Update the call to mips_address_insns.
9020 (mips_address_cost): Likewise.
9021 * config/mips/mips.md (length): Use mips_load_store_insns instead
9022 of mips_fetch_insns.
9023 * config/mips/constraints.md (R): Use mips_address_insns rather
9024 than mips_fetch_insns. Assume that the move never needs to be split.
9025
9026 2007-08-09 Sandra Loosemore <sandra@codesourcery.com>
9027
9028 * config/mips/mips.opt (mhard-float, msoft-float): Make these
9029 control TARGET_HARD_FLOAT_ABI and TARGET_SOFT_FLOAT_ABI, rather
9030 than TARGET_HARD_FLOAT and TARGET_SOFT_FLOAT.
9031 * config/mips/mips.h (mips16_hard_float): Delete.
9032 (TARGET_HARD_FLOAT_ABI, TARGET_SOFT_FLOAT_ABI): Delete these
9033 definitions, and replace with....
9034 (TARGET_HARD_FLOAT, TARGET_SOFT_FLOAT): Define.
9035 * config/mips/mips.c (mips16_hard_float): Delete. Replace
9036 all references with (TARGET_MIPS16 && TARGET_HARD_FLOAT_ABI).
9037 (MIPS_MARCH_CONTROLS_SOFT_FLOAT): Update comments.
9038 (override_options): Replace MASK_SOFT_FLOAT references with
9039 MASK_SOFT_FLOAT_ABI. Delete twiddling with MASK_SOFT_FLOAT
9040 and mips16_hard_float when TARGET_MIPS16.
9041
9042 2007-08-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
9043
9044 PR c/32796
9045 * c-typeck.c (build_binary_op): Check for non pointer types before
9046 calling int_fits_type_p.
9047
9048 2007-08-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
9049
9050 PR middle-end/32813
9051 * fold-const.c (omit_one_operand): Return only the ommitted expression
9052 if the result is an empty statement.
9053 (pedantic_omit_one_operand): Likewise.
9054
9055 2007-08-09 Daniel Berlin <dberlin@dberlin.org>
9056
9057 * c-typeck.c (readonly_error): Improve error for assignment.
9058
9059 * c-pretty-print.c (pp_c_additive_expression): Handle pointer-plus
9060 expression.
9061 (pp_c_expression): Ditto.
9062
9063 2007-08-09 Simon Baldwin <simonb@google.com>
9064
9065 * simplify-rtx.c (simplify_binary_operation_1): Removed erroneous
9066 break that was preventing simplify_associative_operation() for xor.
9067
9068 2007-08-09 Sandra Loosemore <sandra@codesourcery.com>
9069 Nigel Stephens <nigel@mips.com>
9070
9071 * doc/tm.texi (CLZ_DEFINED_VALUE_AT_ZERO, CTZ_DEFINED_VALUE_AT_ZERO):
9072 Document change in interpretation of value from boolean to
9073 tri-state integer.
9074 * optabs.c (expand_ffs, expand_ctz): New functions to compute
9075 ffs and ctz using clz.
9076 (expand_unop): Call them.
9077 * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Fix its
9078 result value.
9079 (CTZ_DEFINED_VALUE_AT_ZERO): Likewise.
9080 * config/mips/mips.h (CLZ_DEFINED_VALUE_AT_ZERO): Likewise, to
9081 enable the new ffs expansion on this target.
9082
9083 2007-08-09 Jan Hubicka <jh@suse.cz>
9084
9085 * optabs.c (expand_widen_pattern_expr): Use optabs accestors.
9086 (expand_ternary_op): Likewise.
9087 (expand_vec_shift_expr): Likewise.
9088 (expand_binop_directly): Likewise.
9089 (expand_binop): Likewise.
9090 (sign_expand_binop): Likewise.
9091 (expand_twoval_unop): Likewise.
9092 (expand_twoval_binop): Likewise.
9093 (expand_twoval_binop_libfunc): Likewise.
9094 (widen_clz): Likewise.
9095 (widen_bswap): Likewise.
9096 (expand_parity): Likewise.
9097 (expand_unop): Likewise.
9098 (expand_abs_nojump): Likewise.
9099 (expand_copysign): Likewise.
9100 (emit_no_conflict_block): Likewise.
9101 (emit_libcall_block): Likewise.
9102 (can_compare_p): Likewise.
9103 (prepare_cmp_insn): Likewise.
9104 (emit_cmp_and_jump_insn_1): Likewise.
9105 (prepare_float_lib_cmp): Likewise.
9106 (emit_conditional_add): Likewise.
9107 (gen_add2_insn): Likewise.
9108 (have_add2_insn): Likewise.
9109 (gen_sub2_insn): Likewise.
9110 (have_sub2_insn): Likewise.
9111 (can_extend_p): Likewise.
9112 (can_fix_p): Likewise.
9113 (can_float_p): Likewise.
9114 (expand_float): Likewise.
9115 (expand_fix): Likewise.
9116 (expand_sfix_optab): Likewise.
9117 (new_optab): Likewise.
9118 (new_convert_optab): Likewise.
9119 (init_libfuncs): Likewise.
9120 (init_interclass_conv_libfuncs): Likewise.
9121 (init_intraclass_conv_libfuncs): Likewise.
9122 (set_conv_libfunc): Likewise.
9123 (init_optabs): Likewise.
9124 (debug_optab_libfuncs): Likewise.
9125 (gen_cond_trap): Likewise.
9126 * optabs.h (optab_handler, convert_optab_hanlder): New.
9127 * genopinit.c: Update optabs generation table.
9128 * reload.c (find_reloads_address_1): Use optabs accestors.
9129 * builtins.c (expand_builtin_mathfn): Likewise.
9130 (expand_builtin_mathfn_2): Likewise.
9131 (expand_builtin_mathfn_3): Likewise.
9132 (expand_builtin_interclass_mathfn): Likewise.
9133 (expand_builtin_sincos): Likewise.
9134 (expand_builtin_cexpi): Likewise.
9135 (expand_builtin_powi): Likewise.
9136 (expand_builtin_strlen): Likewise.
9137 * dojump.c (do_jump): Likewise.
9138 * expr.c (convert_move): Likewise.
9139 (move_by_pieces): Likewise.
9140 (move_by_pieces_ninsns): Likewise.
9141 (can_store_by_pieces): Likewise.
9142 (store_by_pieces_1): Likewise.
9143 (emit_move_via_integer): Likewise.
9144 (emit_move_complex): Likewise.
9145 (emit_move_ccmode): Likewise.
9146 (emit_move_insn_1): Likewise.
9147 (emit_single_push_insn): Likewise.
9148 (store_constructor): Likewise.
9149 (expand_expr_real_1): Likewise.
9150 (do_store_flag): Likewise.
9151 * ada/misc.c (gnat_compute_largest_alignment): Likewise.
9152 (enumerate_modes): Likewise.
9153 * tree-vectorizer.c (vect_supportable_dr_alignment): Likewise.
9154 (supportable_widening_operation): Likewise.
9155 (supportable_narrowing_operation): Likewise.
9156 * expmed.c (store_bit_field_1): Likewise.
9157 (extract_bit_field_1): Likewise.
9158 (expand_mult_highpart_optab): Likewise.
9159 (expand_smod_pow2): Likewise.
9160 (expand_divmod): Likewise.
9161 (emit_store_flag): Likewise.
9162 * tree-vect-patterns.c
9163 (vect_pattern_recog_1): Likewise.
9164 * tree-ssa-loop-prefetch.c
9165 (nontemporal_store_p): Likewise.
9166 * tree-vect-transform.c (vect_model_reduction_cost): Likewise.
9167 (vect_create_epilog_for_reduction): Likewise.
9168 (vectorizable_reduction): Likewise.
9169 (vectorizable_operation): Likewise.
9170 (vect_strided_store_supported): Likewise.
9171 (vectorizable_store): Likewise.
9172 (vect_strided_load_supported): Likewise.
9173 (vectorizable_load): Likewise.
9174 * combine.c (simplify_comparison): Likewise.
9175 * tree-vect-generic.c
9176 (type_for_widest_vector_mode): Likewise.
9177 (expand_vector_operations_1): Likewise.
9178 * config/spu/spu.c (spu_expand_mov): Likewise.
9179 (spu_emit_vector_compare): Likewise.
9180 * config/rs6000/rs6000.c
9181 (rs6000_emit_vector_compare): Likewise.
9182 * stmt.c (add_case_node): Likewise.
9183 * reload1.c (gen_reload):
9184
9185 2007-08-09 Michael Matz <matz@suse.de>
9186
9187 * tree.h (fixed_zerop): Declare as taking a const_tree.
9188 * tree.c (fixed_zerop): Take a const_tree.
9189
9190 2007-08-09 Ira Rosen <irar@il.ibm.com>
9191
9192 * tree-vect-transform.c (vectorizable_store): Remove call to
9193 copy_virtual_operands() and call mark_symbols_for_renaming() for
9194 the created vector store.
9195 (vect_setup_realignment): Don't call copy_virtual_operands() and
9196 update_vuses_to_preheader().
9197 (vectorizable_load): Don't call copy_virtual_operands().
9198 (update_vuses_to_preheader): Remove.
9199
9200 2007-08-08 Chao-ying Fu <fu@mips.com>
9201
9202 * tree.def (FIXED_POINT_TYPE): New type.
9203 (FIXED_CST): New constant.
9204 (FIXED_CONVERT_EXPR): New expr.
9205 * doc/c-tree.texi (Types): Document FIXED_POINT_TYPE.
9206 (Expressions): Document FIXED_CST and FIXED_CONVERT_EXPR.
9207 * tree.h (struct tree_base): Add saturating_flag.
9208 Remove one bit of spare for saturating_flag.
9209 (NUMERICAL_TYPE_CHECK): Support FIXED_POINT_TYPE.
9210 (NON_SAT_FIXED_POINT_TYPE_P, SAT_FIXED_POINT_TYPE_P,
9211 FIXED_POINT_TYPE_P): Define.
9212 (TYPE_SATURATING): Define.
9213 (TREE_FIXED_CST_PTR, TREE_FIXED_CST): Define.
9214 (struct tree_fixed_cst): New.
9215 (TYPE_IBIT, TYPE_FBIT): Define.
9216 (tree_node): Add fixed_cst.
9217 (enum tree_index): Add new enumeration values of
9218 TI_SAT_SFRACT_TYPE, TI_SAT_FRACT_TYPE, TI_SAT_LFRACT_TYPE,
9219 TI_SAT_LLFRACT_TYPE, TI_SAT_USFRACT_TYPE, TI_SAT_UFRACT_TYPE,
9220 TI_SAT_ULFRACT_TYPE, TI_SAT_ULLFRACT_TYPE, TI_SFRACT_TYPE,
9221 TI_FRACT_TYPE, TI_LFRACT_TYPE, TI_LLFRACT_TYPE, TI_USFRACT_TYPE,
9222 TI_UFRACT_TYPE, TI_ULFRACT_TYPE, TI_ULLFRACT_TYPE,
9223 TI_SAT_SACCUM_TYPE, TI_SAT_ACCUM_TYPE, TI_SAT_LACCUM_TYPE,
9224 TI_SAT_LLACCUM_TYPE, TI_SAT_USACCUM_TYPE, TI_SAT_UACCUM_TYPE,
9225 TI_SAT_ULACCUM_TYPE, TI_SAT_ULLACCUM_TYPE, TI_SACCUM_TYPE,
9226 TI_ACCUM_TYPE, TI_LACCUM_TYPE, TI_LLACCUM_TYPE, TI_USACCUM_TYPE,
9227 TI_UACCUM_TYPE, TI_ULACCUM_TYPE, TI_ULLACCUM_TYPE,
9228 TI_QQ_TYPE, TI_HQ_TYPE,_TYPE, TI_SQ_TYPE, TI_DQ_TYPE, TI_TQ_TYPE,
9229 TI_UQQ_TYPE, TI_UHQ_TYPE, TI_USQ_TYPE, TI_UDQ_TYPE, TI_UTQ_TYPE,
9230 TI_SAT_QQ_TYPE, TI_SAT_HQ_TYPE, TI_SAT_SQ_TYPE, TI_SAT_DQ_TYPE,
9231 TI_SAT_TQ_TYPE, TI_SAT_UQQ_TYPE, TI_SAT_UHQ_TYPE, TI_SAT_USQ_TYPE,
9232 TI_SAT_UDQ_TYPE, TI_SAT_UTQ_TYPE, TI_HA_TYPE, TI_SA_TYPE, TI_DA_TYPE,
9233 TI_TA_TYPE, TI_UHA_TYPE, TI_USA_TYPE, TI_UDA_TYPE, TI_UTA_TYPE,
9234 TI_SAT_HA_TYPE, TI_SAT_SA_TYPE, TI_SAT_DA_TYPE, TI_SAT_TA_TYPE,
9235 TI_SAT_UHA_TYPE, TI_SAT_USA_TYPE, TI_SAT_UDA_TYPE, TI_SAT_UTA_TYPE.
9236 (sat_short_fract_type_node, sat_fract_type_node,
9237 sat_long_fract_type_node, sat_long_long_fract_type_node,
9238 sat_unsigned_short_fract_type_node, sat_unsigned_fract_type_node,
9239 sat_unsigned_long_fract_type_node,
9240 sat_unsigned_long_long_fract_type_node, short_fract_type_node,
9241 fract_type_node, long_fract_type_node, long_long_fract_type_node,
9242 unsigned_short_fract_type_node, unsigned_fract_type_node,
9243 unsigned_long_fract_type_node, unsigned_long_long_fract_type_node,
9244 sat_short_accum_type_node, sat_accum_type_node,
9245 sat_long_accum_type_node, sat_long_long_accum_type_node,
9246 sat_unsigned_short_accum_type_node, sat_unsigned_accum_type_node,
9247 sat_unsigned_long_accum_type_node,
9248 sat_unsigned_long_long_accum_type_node, short_accum_type_node,
9249 accum_type_node, long_accum_type_node, long_long_accum_type_node,
9250 unsigned_short_accum_type_node, unsigned_accum_type_node,
9251 unsigned_long_accum_type_node, unsigned_long_long_accum_type_node,
9252 qq_type_node, hq_type_node, sq_type_node, dq_type_node, tq_type_node,
9253 uqq_type_node, uhq_type_node, usq_type_node, udq_type_node,
9254 utq_type_node, sat_qq_type_node, sat_hq_type_node, sat_sq_type_node,
9255 sat_dq_type_node, sat_tq_type_node, sat_uqq_type_node,
9256 sat_uhq_type_node, sat_usq_type_node, sat_udq_type_node,
9257 sat_utq_type_node, ha_type_node, sa_type_node, da_type_node,
9258 ta_type_node, uha_type_node, usa_type_node, uda_type_node,
9259 uta_type_node, sat_ha_type_node, sat_sa_type_node, sat_da_type_node,
9260 sat_ta_type_node, sat_uha_type_node, sat_usa_type_node,
9261 sat_uda_type_node, sat_uta_type_node): New macro.
9262 (make_fract_type, make_accum_type): Declare.
9263 (make_signed_fract_type, make_unsigned_fract_type,
9264 make_sat_signed_fract_type, make_sat_unsigned_fract_type,
9265 make_signed_accum_type, make_unsigned_accum_type,
9266 make_sat_signed_accum_type, make_sat_unsigned_accum_type,
9267 make_or_reuse_signed_fract_type, make_or_reuse_unsigned_fract_type,
9268 make_or_reuse_sat_signed_fract_type,
9269 make_or_reuse_sat_unsigned_fract_type, make_or_reuse_signed_accum_type,
9270 make_or_reuse_unsigned_accum_type, make_or_reuse_sat_signed_accum_type,
9271 make_or_reuse_sat_unsigned_accum_type): New macro.
9272 (fixed_zerop): Declare.
9273 * defaults.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE,
9274 LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE,
9275 SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE,
9276 LONG_LONG_ACCUM_TYPE_SIZE): Define.
9277 * treestruct.def: Add TS_FIXED_CST.
9278 * Makefile.in (c-pretty-print.o): Add dependence on fixed-value.h.
9279 (tree.o): Likewise.
9280 (tree-dump.o): Likewise.
9281 (print-tree.o): Likewise.
9282 (tree-pretty-print.o): Likewise.
9283 (fold-const.o): Likewise.
9284 * tree-complex.c (some_nonzerop): Handle FIXED_CST.
9285 * tree-gimple.c (is_gimple_formal_tmp_rhs): Handle FIXED_CST.
9286 (is_gimple_min_invariant): Handle FIXED_CST.
9287 * stor-layout.c (int_mode_for_mode): Handle MODE_FRACT, MODE_UFRACT,
9288 MODE_ACCUM, MODE_UACCUM, MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT,
9289 MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
9290 (layout_type): Handle FIXED_POINT_TYPE.
9291 (make_fract_type, make_accum_type): New functions.
9292 * tree-browser.c (browse_tree): Handle FIXED_POINT_TYPE.
9293 * tree-dump.c (fixed-value.h): New include.
9294 (dump_fixed): New function.
9295 (dequeue_and_dump): Handle FIXED_POINT_TYPE and FIXED_CST.
9296 * tree-inline.c (remap_type_1): Handle FIXED_POINT_TYPE.
9297 (estimate_num_insns_1): Handle FIXED_CST and FIXED_CONVERT_EXPR.
9298 * tree-pretty-print.c (fixed-value.h): New include.
9299 (dump_generic_node): Handle FIXED_POINT_TYPE, FIXED_CST, and
9300 FIXED_CONVERT_EXPR.
9301 * tree-scalar-evolution.c (get_scalar_evolution): Handle FIXED_CST.
9302 * tree-ssa-loop-im.c (for_each_index): Handle FIXED_CST.
9303 * tree-ssa-pre.c (poolify_tree): Handle FIXED_CST.
9304 * tree-ssa-reassoc.c (break_up_subtract_bb): We can do reassociation
9305 for non-saturating fixed-point types.
9306 (reassociate_bb): Likewise.
9307 * emit-rtl.c (fixed-value.h): New include.
9308 (fconst0, fconst1): New array.
9309 (init_emit_once): Initialize fconst0 and fconst1 for fixed-point modes.
9310 * tree-vect-generic.c expand_vector_operation): Support
9311 MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, and
9312 MODE_VECTOR_UACCUM.
9313 (type_for_widest_vector_mode): Add one parameter for the
9314 saturating flag.
9315 Check scalar FRACT, UFRACT, ACCUM, and UACCUM mode to select their
9316 vector mode.
9317 Pass the satp parameter to type_for_mode for fixed-point types.
9318 (expand_vector_operations_1): Pass the saturating flag to
9319 type_for_widest_vector_mode.
9320 Support MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
9321 and MODE_VECTOR_UACCUM.
9322 * tree-vect-transform.c (vect_is_simple_cond): Support FIXED_CST.
9323 (vectorizable_condition): Likewise.
9324 * tree.c (fixed-value.h): New include.
9325 (tree_code_size): Support FIXED_CST.
9326 (build_fixed): New function.
9327 (build_one_cst): Support FIXED_POINT_TYPE for accum types.
9328 (fixed_zerop): New function.
9329 (tree_node_structure): Support FIXED_CST.
9330 (type_contains_placeholder_1): Support FIXED_POINT_TYPE.
9331 (build_type_attribute_qual_variant): Handle FIXED_POINT_TYPE.
9332 (type_hash_eq): Handle FIXED_POINT_TYPE.
9333 (simple_cst_equal): Support FIXED_CST.
9334 (iterative_hash_expr): Handle FIXED_CST.
9335 (get_unwidened): Make sure type is not FIXED_POINT_TYPE.
9336 (get_narrower): Likewise.
9337 (variably_modified_type_p): Handle FIXED_POINT_TYPE.
9338 (make_or_reuse_fract_type, make_or_reuse_accum_type): New functions.
9339 (build_common_tree_nodes_2): Use MAKE_FIXED_TYPE_NODE_FAMILY and
9340 MAKE_FIXED_MODE_NODE macros to initialize fixed-point type
9341 nodes.
9342 (build_vector_type_for_mode): Handle MODE_VECTOR_FRACT,
9343 MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
9344 (initializer_zerop): Support FIXED_CST.
9345 (walk_tree): Handle FIXED_CST and FIXED_POINT_TYPE.
9346 * dwarf2out.c (base_type_die): Use DW_ATE_signed_fixed or
9347 DW_ATE_unsigned_fixed to describe FIXED_POINT_TYPE.
9348 (is_base_type): Handle FIXED_POINT_TYPE.
9349 (add_type_attribute): Handle FIXED_POINT_TYPE.
9350 (gen_type_die_with_usage): Handle FIXED_POINT_TYPE.
9351 * print-tree.c (fixed-value.h): New include.
9352 (print_node_brief): Support FIXED_CST.
9353 (print_node): Support FIXED_POINT_TYPE and FIXED_CST.
9354 * c-pretty-print.c (fixed-value.h): New include.
9355 (pp_c_type_specifier): Handle FIXED_POINT_TYPE. Need to pass
9356 TYPE_SATURATING to c_common_type_for_mode for fixed-point modes.
9357 (pp_c_direct_abstract_declarator): Handle FIXED_POINT_TYPE.
9358 Support fixed-point types for inner items in VECTOR_TYPE.
9359 (pp_c_direct_declarator): Likewise.
9360 (pp_c_declarator): Likewise.
9361 (pp_c_fixed_constant): New function.
9362 (pp_c_constant): Handle FIXED_CST.
9363 (pp_c_primary_expression): Likewise.
9364 (pp_c_expression): Likewise.
9365 * fold-const.c (fixed-value.h): New include.
9366 (negate_expr_p): Return true for FIXED_CST.
9367 (fold_negate_expr): Support FIXED_CST.
9368 (split_tree): Support FIXED_CST.
9369 (const_binop): Support FIXED_CST.
9370 (fold_convert_const_int_from_fixed): New function to convert from
9371 fixed to int.
9372 (fold_convert_const_real_from_fixed): New function to convert from
9373 fixed to real.
9374 (fold_convert_const_fixed_from_fixed): New function to convert from
9375 fixed to another fixed.
9376 (fold_convert_const_fixed_from_int): New function to convert from
9377 int to fixed.
9378 (fold_convert_const_fixed_from_real): New function to convert from
9379 real to fixed.
9380 (fold_convert_const): Support conversions from fixed to int, from
9381 fixed to real, from fixed to fixed, from int to fixed, and from real
9382 to fixed.
9383 (fold_convert): Support FIXED_CST and FIXED_POINT_TYPE.
9384 (operand_equal_p): Support FIXED_CST.
9385 (make_range): For fixed-point modes, we need to pass the
9386 saturating flag as the 2nd parameter.
9387 (tree_swap_operands_p): Handle FIXED_CST.
9388 (fold_plusminus_mult_expr): For fract modes, we cannot generate
9389 constant 1.
9390 (fold_unary): Support FIXED_CONVERT_EXPR.
9391 (fold_binary): Handle FIXED_CST.
9392 Make sure the type is not saturating, before associating operations.
9393 Ex: A + B + C, A * B * C, (A1 * C1) +/- (A2 * C2).
9394 (tree_expr_nonnegative_warnv_p): Handle FIXED_CST.
9395 (fold_negate_const): Support FIXED_CST.
9396 (fold_relational_const): Support FIXED_CST.
9397 * gimplify.c (omp_firstprivatize_type_sizes): Handle FIXED_POINT_TYPE.
9398 (gimplify_expr): Handle FIXED_CST.
9399 (gimplify_type_sizes): Handle FIXED_POINT_TYPE.
9400 * ipa-prop.c (ipa_callsite_compute_param): Support FIXED_CST.
9401 * ipa-type-escape.c (type_to_consider): Handle FIXED_POINT_TYPE.
9402 * doc/tm.texi (Type Layout): Document SHORT_FRACT_TYPE_SIZE,
9403 FRACT_TYPE_SIZE, LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE,
9404 SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE,
9405 LONG_LONG_ACCUM_TYPE_SIZE.
9406 * dbxout.c (dbxout_type): Handle FIXED_POINT_TYPE.
9407 * c-aux-info.c (gen_type): Handle FIXED_POINT_TYPE.
9408 * tree-sra.c (is_sra_scalar_type): Support FIXED_POINT_TYPE.
9409 * expmed.c (extract_bit_field): Support MODE_FRACT, MODE_UFRACT,
9410 MODE_ACCUM, and MODE_UACCUM.
9411 * tree-vectorizer.c (vect_is_simple_reduction): Check for saturating
9412 fixed-point types to disable reduction.
9413 * explow.c (promote_mode): Support FIXED_POINT_TYPE.
9414
9415 2007-08-08 David Edelsohn <edelsohn@gnu.org>
9416
9417 * config/rs6000/x-rs6000: New file.
9418 * config/rs6000/darwin.h (CC1_SPEC): Add cc1_cpu.
9419 * config/rs6000/rs6000.h (EXTRA_SPECS): Add cc1_cpu.
9420 (EXTRA_SPEC_FUNCTIONS): Define.
9421 (HAVE_LOCAL_CPU_DETECT): Define.
9422 (CC1_CPU_SPEC): Define.
9423 * config/rs6000/driver-rs6000.c: New file.
9424 * config/rs6000/aix.h (CC1_SPEC): Define.
9425 * config/rs6000/sysv4.h (CC1_SPEC): Add cc1_cpu.
9426 * config.host: Add x-rs6000 to host_xmake_file if host and target
9427 are rs6000 or powerpc.
9428
9429 2007-08-08 Paolo Bonzini <paolo.bonzini@lu.unisi.ch>
9430
9431 * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Use +=.
9432
9433 2007-08-08 Richard Sandiford <richard@codesourcery.com>
9434 Sandra Loosemore <sandra@codesourcery.com>
9435 Chao-ying Fu <fu@mips.com>
9436 Nigel Stephens <nigel@mips.com>
9437 David Ung <davidu@mips.com>
9438
9439 * doc/invoke.texi (-mcode-readable): Document.
9440 * config/mips/mips.opt (mcode-readable): New option.
9441 * config/mips/mips-protos.h (SYMBOL_32_HIGH): New symbol type.
9442 * config/mips/mips.h (mips_code_readable_setting): New enum.
9443 (mips_code_readable): Declare.
9444 (TARGET_MIPS16_TEXT_LOADS, TARGET_MIPS16_PCREL_LOADS): New macros.
9445 (TARGET_MIPS16_SHORT_JUMP_TABLES): New macro.
9446 (JUMP_TABLES_IN_TEXT_SECTION): Use it.
9447 (CASE_VECTOR_MODE, CASE_VECTOR_PC_RELATIVE): Likewise. Remove
9448 boiler-plate comments.
9449 (ASM_OUTPUT_ADDR_DIFF_ELT): Use TARGET_MIPS16_SHORT_JUMP_TABLES.
9450 * config/mips/mips.c (mips_code_readable): New variable.
9451 (mips_classify_symbol): Only return SYMBOL_PC_RELATIVE for
9452 MIPS16 labels if TARGET_MIPS16_SHORT_JUMP_TABLES. Use both the
9453 context and -mcode-readable setting to restrict the use of
9454 SYMBOL_PC_RELATIVE for MIPS16 constant pool references.
9455 Only return TARGET_FORCE_TO_MEM if PC-relative loads are allowed.
9456 (mips_symbolic_constant_p): Handle SYMBOL_32_HIGH.
9457 (mips_blocks_for_constant_p): Only return false for
9458 TARGET_MIPS16_PCREL_LOADS.
9459 (mips_symbol_insns_1): Treat HIGHs as 2 extended instructions
9460 for MIPS16. Handle SYMBOL_32_HIGH.
9461 (mips_const_insns): Allow HIGHs for MIPS16 too.
9462 (mips_unspec_address_offset): New function, split out from...
9463 (mips_unspec_address): ...here.
9464 (mips_output_move): Handle MIPS16 HIGH moves. Use "li" to load
9465 16-bit symbolic constants. Assert approropiate conditions for
9466 using the "la" and "dla" macros.
9467 (mips_handle_option): Handle -mcode-readable=.
9468 (override_options): Use %hi/%lo relocations for TARGET_MIPS16 too.
9469 Set up mips_lo_relocs[SYMBOL_32_HIGH].
9470 (mips_strip_unspec_address): New function, split out from...
9471 (print_operand_reloc): ...here.
9472 (print_operand): Pass constants through mips_strip_unspec_address.
9473 (print_operand_address): Likewise.
9474 (mips_output_mi_thunk): Remove guard of mips16_lay_out_constants.
9475 (mips_select_rtx_section): Remove MIPS16 handling.
9476 (mips16_gp_pseudo_reg): Check currently_expanding_to_rtl.
9477 (mips16_rewrite_pool_refs): Wrap the labels in an address UNSPEC.
9478 (mips16_lay_out_constants): Do nothing unless
9479 TARGET_MIPS16_PCREL_LOADS.
9480 (mips_avoid_hazards): Remove guard of mips16_lay_out_constants.
9481 * config/mips/mips.md: Split HIGHs for MIPS16.
9482 (tablejump): Use TARGET_MIPS16_SHORT_JUMP_TABLES.
9483
9484 2007-08-08 Richard Sandiford <richard@codesourcery.com>
9485
9486 * config/mips/mips-protos.h (mips_emit_move): Declare.
9487 * config/mips/mips.c (mips_emit_move): New function.
9488 (mips_force_temporary): Use mips_emit_move instead of emit_move_insn.
9489 (mips_legitimize_const_move): Likewise.
9490 (mips_legitimize_move): Likewise.
9491 (mips_split_64bit_move): Likewise.
9492 (mips_restore_gp): Likewise.
9493 (mips_load_call_address): Likewise.
9494 (mips_emit_fcc_reload): Likewise.
9495 (mips_set_return_address): Likewise.
9496 (mips_block_move_straight): Likewise.
9497 (mips_block_move_loop): Likewise.
9498 (mips_setup_incoming_varargs): Likewise.
9499 (mips_save_reg): Likewise.
9500 (mips_expand_prologue): Likewise.
9501 (mips_restore_reg): Likewise.
9502 (mips_expand_epilogue): Likewise.
9503 (mips_output_mi_thunk): Likewise.
9504 (build_mips16_call_stub): Likewise.
9505 (mips_builtin_branch_and_move): Likewise.
9506 * config/mips/mips.h (INITIALIZE_TRAMPOLINE): Likewise.
9507 * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
9508 (fixuns_truncdfdi2): Likewise.
9509 (fixuns_truncsfsi2): Likewise.
9510 (fixuns_truncsfdi2): Likewise.
9511 (loadgp_absolute): Likewise.
9512 (builtin_setjmp_setup): Likewise.
9513 (builtin_longjmp): Likewise.
9514 (untyped_call): Likewise.
9515
9516 2007-08-08 Richard Sandiford <richard@codesourcery.com>
9517
9518 * config/mips/mips-protos.h (mips_split_symbol): Add a mode and
9519 an "rtx *" argument. Return a bool.
9520 * config/mips/mips.c (mips_split_symbol): Accept arbitrary source
9521 values and return true if they can be split. Take the same kind of
9522 mode argument as mips_symbol_insns. Add a "lo_sum_out" parameter
9523 and store the lo_sum there if nonnull. Use the symbol type to
9524 determine whether a $gp or HIGH is needed.
9525 (mips_legitimize_address): Update call to mips_split_symbol and
9526 simplify accordingly.
9527 (mips_legitimize_const_move): Likewise.
9528 * config/mips/mips.md: In the combine define_split,
9529 check mips_split_symbol instead of splittable_symbolic_operand.
9530 Update use of mips_split_symbol in the generator code.
9531 * config/mips/predicates.md (splittable_symbolic_operand): Delete.
9532
9533 2007-08-08 Richard Sandiford <richard@codesourcery.com>
9534
9535 * config/mips/mips.c (mips_symbolic_address_p): Delete.
9536 (mips_symbol_insns_1): New function, split out from...
9537 (mips_symbol_insns): ...here. Take a mode argument. Treat loads
9538 and stores separately from load addresses.
9539 (mips_classify_address): Replace uses of mips_symbolic_address_p
9540 with uses of mips_symbol_insns.
9541 (mips_address_insns): Update calls to mips_symbol_insns.
9542 (mips_const_insns): Likewise.
9543 (mips_legitimize_address): Likewise.
9544
9545 2007-08-08 Richard Sandiford <richard@codesourcery.com>
9546
9547 * config/mips/mips-protos.h (SYMBOL_FORCE_TO_MEM): New symbol type.
9548 * config/mips/mips.c (mips_classify_symbol): Skip TARGET_ABICALLS
9549 block for locally-binding symbols if TARGET_ABSOLUTE_ABICALLS.
9550 Return SYMBOL_FORCE_TO_MEM instead of SYMBOL_ABSOLUTE for
9551 non-call contexts if TARGET_MIPS16.
9552 (mips_symbolic_constant_p): Handle SYMBOL_FORCE_TO_MEM.
9553 (mips_symbolic_address_p): Likewise. Remove special TARGET_MIPS16
9554 code for SYMBOL_ABSOLUTE.
9555 (mips_symbol_insns): Likewise.
9556
9557 2007-08-08 Richard Sandiford <richard@codesourcery.com>
9558
9559 * config/mips/mips-protos.h (mips_symbol_context): New enumeration.
9560 * config/mips/mips.c (mips_classify_symbol): Take a context argument.
9561 (mips_symbolic_constant_p): Likewise. Update the call to
9562 mips_classify_symbol.
9563 (mips_classify_address): Update the calls to mips_symbolic_constant_p.
9564 (mips_const_insns): Likewise. Update the call to mips_classify_symbol.
9565 (mips_legitimize_address): Update the call to mips_symbolic_constant_p.
9566 (print_operand_reloc): Add a context argument. Update the call to
9567 mips_symbolic_constant_p.
9568 (print_operand): Update the calls to print_operand_reloc.
9569 (print_operand_address): Use print_operand_reloc rather than
9570 print_operand.
9571 (mips_rewrite_small_data_p): Add a context argument. Update the call
9572 to mips_symbolic_constant_p.
9573 (mips_small_data_pattern_1): Make DATA the containing mem.
9574 Update the call to mips_rewrite_small_data_p.
9575 (mips_rewrite_small_data_1): Likewise.
9576 (mips_use_anchors_for_symbol_p): Update the call to
9577 mips_symbolic_constant_p.
9578 * config/mips/predicates.md (const_call_insn_operand): Likewise.
9579 (splittable_symbolic_operand): Likewise.
9580 (move_operand): Likewise.
9581 (absolute_symbolic_operand): Likewise.
9582 (got_disp_operand): Likewise.
9583 (got_page_ofst_operand): Likewise.
9584
9585 2007-08-08 Richard Sandiford <richard@codesourcery.com>
9586
9587 * config/mips/mips-protos.h (SYMBOL_GENERAL): Rename to...
9588 (SYMBOL_ABSOLUTE): ...this.
9589 (SYMBOL_SMALL_DATA): Rename to...
9590 (SYMBOL_GP_RELATIVE): ...this.
9591 (SYMBOL_CONSTANT_POOL): Rename to...
9592 (SYMBOL_PC_RELATIVE): ...this.
9593 * config/mips/mips.c (mips_classify_symbol, mips_symbolic_constant_p)
9594 (mips_symbolic_address_p, mips_symbol_insns, override_options)
9595 (mips_rewrite_small_data_p, mips_use_anchors_for_symbol_p): Update
9596 after above changes.
9597 * config/mips/predicates.md (const_call_insn_operand): Likewise.
9598 (general_symbolic_operand): Rename to...
9599 (absolute_symbolic_operand): ...this.
9600 * config/mips/mips.md: Update after above changes.
9601
9602 2007-08-08 Vladimir Yanovsky <yanov@il.ibm.com>
9603 Revital Eres <eres@il.ibm.com>
9604
9605 * ddg.c (print_ddg): Add dump information.
9606 * modulo-sched.c (print_node_sched_params): Add parameter and
9607 verbosity.
9608 (calculate_maxii): Remove function.
9609 (undo_generate_reg_moves): Likewise.
9610 (undo_permute_partial_schedule): Likewise.
9611 (kernel_number_of_cycles): Likewise.
9612 (MAXII_FACTOR): New definition to calculate the upper bound of II.
9613 (sms_schedule): Use it. Remove profitability checks.
9614 (sms_schedule_by_order): Fix order of nodes within the cycle.
9615
9616 2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
9617
9618 * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt0.o in profile mode, add
9619 -profile option, add pie support.
9620 (ENDFILE_SPEC): New spec.
9621 * config/gnu.h (LIB_SPEC): Add -profile option.
9622
9623 2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
9624
9625 * config/i386/gnu.h (CPP_SPEC): Add -pthread option.
9626 * config/gnu.h (LIB_SPEC): Likewise.
9627
9628 2007-08-07 Yaz Saito <saito@google.com>
9629 Ian Lance Taylor <iant@google.com>
9630
9631 * common.opt (finstrument-functions-exclude-function-list): New
9632 option.
9633 (finstrument-functions-exclude-file-list): New option.
9634 * opts.c (char_p): Define and DEF_VEC.
9635 (flag_instrument_functions_exclude_functions): New static
9636 variable.
9637 (flag_instrument_functions_exclude_files): New static variable.
9638 (add_instrument_functions_exclude_list): New static function.
9639 (flag_instrument_functions_exclude_p): New function.
9640 (common_handle_option): Handle new options.
9641 * flags.h (flag_instrument_functions_exclude_p): Declare.
9642 * gimplify.c (gimplify_function_tree): Call
9643 flag_instrument_functions_exclude_p.
9644 * doc/invoke.texi (Option Summary): Mention new options.
9645 (Code Gen Options): Document new options.
9646
9647 2007-08-07 Ian Lance Taylor <iant@google.com>
9648
9649 PR rtl-optimization/32776
9650 * lower-subreg.c (resolve_clobber): Call resolve_reg_notes.
9651 (resolve_use): Likewise.
9652 (decompose_multiword_subregs): Remove "changed" local variable.
9653
9654 2007-08-07 Carlos O'Donell <carlos@codesourcery.com>
9655
9656 * configure.ac: Define HAVE_GNU_AS if $gas_flag is yes.
9657 * configure: Regenerate.
9658 * config.in: Regenerate.
9659 * gcc.c [HAVE_GNU_AS]: Add "%{v} %{w:-W} %{I*} " to asm_options
9660 spec string.
9661
9662 2007-08-07 Ian Lance Taylor <iant@google.com>
9663
9664 * lower-subreg.c (resolve_clobber): If the clobber has a LIBCALL
9665 note, just delete the insn.
9666
9667 2007-08-07 Andreas Schwab <schwab@suse.de>
9668
9669 PR bootstrap/32973
9670 * gengtype-lex.l: Ignore backslash/newline pair while scanning a
9671 struct definition.
9672
9673 2007-08-07 Andreas Krebbel <krebbel1@de.ibm.com>
9674
9675 * lower-subreg.c (resolve_subreg_use): Remove assertion.
9676 (find_decomposable_shift_zext, resolve_shift_zext): New functions.
9677 (decompose_multiword_subregs): Use the functions above to decompose
9678 multiword shifts and zero-extends.
9679
9680 2007-08-07 Rask Ingemann Lambertsen <rask@sygehus.dk>
9681
9682 * doc/sourcebuild.texi (Test Directives): Fix "compile" and
9683 "assemble" descriptions which were swapped.
9684
9685 2007-08-06 Chao-ying Fu <fu@mips.com>
9686
9687 * fixed-value.h: New file.
9688 * fixed-value.c: New file.
9689 * Makefile.in (OBJS-common): Add fixed-value.o.
9690 (fixed-value.o): New rule.
9691 (GTFILES): Add fixed-value.h.
9692 * double-int.c (double_int_scmp): We should use unsigned HOST_WIDE_INT
9693 to compare a.low and b.low.
9694 * gengtype.c (main): Handle FIXED_VALUE_TYPE type as scalar typedef.
9695
9696 2007-08-06 H.J. Lu <hongjiu.lu@intel.com>
9697 Daniel Jacobowitz <dan@codesourcery.com>
9698
9699 PR target/31868
9700 * config.gcc (x86_64-*-freebsd*): Add i386/t-crtstuff to
9701 tmake_file.
9702 (x86_64-*-netbsd*): Likewise.
9703 (x86_64-*-linux*): Likewise.
9704 (x86_64-*-kfreebsd*-gnu): Likewise.
9705 (x86_64-*-knetbsd*-gnu): Likewise.
9706 (i[34567]86-*-solaris2.1[0-9]*): Likewise.
9707
9708 * config/i386/t-linux64 (CRTSTUFF_T_CFLAGS): Removed.
9709
9710 * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Update comments.
9711 Add -fno-asynchronous-unwind-tables.
9712
9713 * config/t-freebsd (CRTSTUFF_T_CFLAGS_S): Add $(CRTSTUFF_T_CFLAGS).
9714 * config/t-libc-ok (CRTSTUFF_T_CFLAGS_S): Likewise.
9715 * config/t-lynx (CRTSTUFF_T_CFLAGS_S): Likewise.
9716 * config/t-netbsd (CRTSTUFF_T_CFLAGS_S): Likewise.
9717 * config/t-svr4 (CRTSTUFF_T_CFLAGS_S): Likewise.
9718
9719 2007-08-06 Steve Ellcey <sje@cup.hp.com>
9720
9721 * config/ia64/ia64.c (ia64_c_mode_for_suffix): New.
9722 (TARGET_C_MODE_FOR_SUFFIX): New.
9723
9724 2007-08-06 Steve Ellcey <sje@cup.hp.com>
9725
9726 * config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.
9727
9728 2007-08-06 Steve Ellcey <sje@cup.hp.com>
9729
9730 * config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo.
9731
9732 2007-08-06 H.J. Lu <hongjiu.lu@intel.com>
9733
9734 * config/i386/i386.md: Check TARGET_ macros and optimize_size
9735 before checking function returns in conditional expressions.
9736
9737 2007-08-06 Alfred Minarik <a.minarik@aon.at>
9738
9739 PR pch/13676
9740 * doc/invoke.texi: Add .hp, .hxx, .hpp, .h, .HPP, .tcc as c++ header.
9741
9742 2008-08-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
9743
9744 PR middle-end/32988
9745 * tree.c (build2_stat): Instead of checking for INTEGER_TYPE, check
9746 for INTEGRAL_TYPE_P.
9747
9748 2008-08-05 Paolo Bonzini <bonzini@gnu.org>
9749
9750 * configure.ac: Remove --enable-checking=df from default settings.
9751 * tree-pass.h (TODO_df_verify): New. Shift TODO_mark_first_instance.
9752 * df-core.c (df_finish_pass) [ENABLE_CHECKING]: Schedule verification
9753 if the parameter is true.
9754 (df_analyze) [!ENABLE_DF_CHECKING]: Also do verification if the
9755 DF_VERIFY_SCHEDULED flag is true.
9756 * df.h (enum df_changeable_flags): Add DF_VERIFY_SCHEDULED.
9757 (df_finish_pass): Adjust prototype.
9758 * passes.c (execute_todo): Schedule verification if TODO_df_verify is
9759 true.
9760
9761 * see.c (pass_see): Add TODO_df_verify.
9762 * loop-init.c (pass_rtl_move_loop_invariants): Add TODO_df_verify.
9763 * global.c (rest_of_handle_global_alloc): Schedule verification
9764 after the pass.
9765 * local-alloc.c (rest_of_handle_local_alloc): Schedule verification
9766 before the pass.
9767 * function.c (pass_thread_prologue_and_epilogue): Add TODO_df_verify.
9768 * gcse.c (rest_of_handle_gcse): Adjust call to df_finish_pass.
9769 * loop-iv.c (iv_analysis_done): Schedule verification after the pass.
9770
9771 * config/sh/sh.c (sh_output_mi_thunk): Remove dead code.
9772 * config/ia64/ia64.c (ia64_reorg): Adjust call to df_finish_pass.
9773 * config/bfin/bfin.c (bfin_reorg): Adjust call to df_finish_pass.
9774
9775 2007-08-05 Vladimir Yanovsky <yanov@il.ibm.com>
9776 Revital Eres <eres@il.ibm.com>
9777
9778 * doc/invoke.texi (-fmodulo-sched-allow-regmoves): Document new
9779 flag.
9780 * ddg.c (create_ddg_dependence): Rename to...
9781 (create_ddg_dep_from_intra_loop_link): This. Do not check
9782 for interloop edges. Do not create anti dependence edge when
9783 a true dependence edge exists in the opposite direction and
9784 -fmodulo-sched-allow-regmoves is set.
9785 (build_intra_loop_deps): Call create_ddg_dep_from_intra_loop_link.
9786 (add_cross_iteration_register_deps): Create anti dependence edge
9787 when -fno-modulo-sched-allow-regmoves is set.
9788 * common.opt (-fmodulo-sched-allow-regmoves): New flag.
9789
9790 2007-08-04 Richard Sandiford <richard@codesourcery.com>
9791
9792 * config/arm/arm.md (movsi): Add braces.
9793
9794 2007-08-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
9795
9796 PR middle-end/32780
9797 * fold-const.c (fold_binary <case MINUS_EXPR>): Fix the type of
9798 operands for the folding of "A - (A & B)" into "~B & A"; cast them
9799 to type.
9800
9801 2007-08-03 Zdenek Dvorak <ook@ucw.cz>
9802
9803 * tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops'
9804 state accessor functions.
9805 * cfgloopmanip.c (remove_path, create_preheaders,
9806 force_single_succ_latches, fix_loop_structure): Ditto.
9807 * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa,
9808 tree_duplicate_loop_to_header_edge): Ditto.
9809 * cfgloopanal.c (mark_irreducible_loops): Ditto.
9810 * loop-init.c (loop_optimizer_init, loop_optimizer_finalize):
9811 Ditto.
9812 * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures,
9813 cleanup_tree_cfg): Ditto.
9814 * tree-cfg.c (tree_merge_blocks): Ditto.
9815 * cfgloop.c (rescan_loop_exit, record_loop_exits,
9816 release_recorded_exits, get_loop_exit_edges, verify_loop_structure,
9817 loop_preheader_edge, single_exit): Ditto.
9818 (flow_loops_find): Do not clear loops->state.
9819 * cfgloop.h (loops_state_satisfies_p, loops_state_set,
9820 loops_state_clear): New functions.
9821
9822 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
9823
9824 PR middle-end/32399
9825 * tree-ssa-address.c (add_to_parts): Use POINTER_PLUS_EXPR
9826 when adding to the base and convert ELT to sizetype instead of type.
9827
9828 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
9829
9830 PR middle-end/32304
9831 * ipa-reference.c (has_proper_scope_for_analysis): Return false when
9832 the decl's type has TYPE_NEEDS_CONSTRUCTING set.
9833
9834 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
9835
9836 PR middle-end/32935
9837 * fold-convert.c (fold_negate_expr <NOP_EXPR>): Convert back to the
9838 correct type the negate expression.
9839
9840 2007-08-03 Jan Hubicka <jh@suse.cz>
9841
9842 * i386.c (setup_incoming_varargs_64): Tolerate 64bit preferred
9843 stack boundary.
9844
9845 2007-08-03 David Edelsohn <edelsohn@gnu.org>
9846
9847 * config/rs6000/rs6000.c (struct processor_cost): Change
9848 l1_cache_lines to l1_cache_size. Add l2_cache_size.
9849 (*_cost): Convert l1 cache information to kilobytes. Add l2 cache
9850 information.
9851 (rios1_costs, rios2_cost): Correct cache line size.
9852 (rs6000_override_options): Set l2-cache-size parameter.
9853
9854 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
9855 Diego Novillo <dnovillo@google.com>
9856
9857 PR 31521
9858 * tree-vrp.c (simplify_div_or_mod_using_ranges): Also simplify
9859 if the range includes 0.
9860
9861 2007-08-03 Ben Elliston <bje@au.ibm.com>
9862
9863 * config/spu/spu.md (dftsv, dftsv_celledp): Attach the appropriate
9864 mode to unspec expressions to silence a warning from the generator
9865 programs.
9866
9867 2007-08-02 Steve Ellcey <sje@cup.hp.com>
9868
9869 * config/ia64/constraints.md ("U"): Make constraint vector only.
9870
9871 2007-08-02 Nathan Froyd <froydnj@codesourcery.com>
9872
9873 PR middle-end/25446
9874 * c-objc-common.c (c_cannot_inline_tree_fn): Check for an
9875 always_inline attribute on the function decl.
9876
9877 2007-08-02 Nathan Froyd <froydnj@codesourcery.com>
9878
9879 PR middle-end/25445
9880 * varasm.c (default_binds_local_p_1): Consult flag_whole_program
9881 if we are compiling with -fPIC.
9882
9883 2007-08-02 Sandra Loosemore <sandra@codesourcery.com>
9884 Nigel Stephens <nigel@mips.com>
9885
9886 * longlong.h [__mips__] (count_leading_zeros, COUNT_LEADING_ZEROS_0):
9887 Define for MIPS32 and MIPS64.
9888
9889 2007-08-02 Nick Clifton <nickc@redhat.com>
9890
9891 * config/host-hpux.c: Change copyright header to refer to version
9892 3 of the GNU General Public License and to point readers at the
9893 COPYING3 file and the FSF's license web page.
9894 * config/alpha/predicates.md, config/alpha/vms-ld.c,
9895 config/alpha/linux.h, config/alpha/alpha.opt,
9896 config/alpha/linux-elf.h, config/alpha/vms.h, config/alpha/elf.h,
9897 config/alpha/vms-unwind.h, config/alpha/ev4.md,
9898 config/alpha/ev6.md, config/alpha/alpha.c, config/alpha/vms-cc.c,
9899 config/alpha/alpha.h, config/alpha/sync.md,
9900 config/alpha/openbsd.h, config/alpha/alpha.md,
9901 config/alpha/alpha-modes.def, config/alpha/ev5.md,
9902 config/alpha/alpha-protos.h, config/alpha/freebsd.h,
9903 config/alpha/osf5.h, config/alpha/netbsd.h, config/alpha/vms64.h,
9904 config/alpha/constraints.md, config/alpha/osf.h,
9905 config/alpha/xm-vms.h, config/alpha/unicosmk.h, config/linux.h,
9906 config/frv/predicates.md, config/frv/frv.h, config/frv/linux.h,
9907 config/frv/frv.md, config/frv/frv.opt, config/frv/frv-modes.def,
9908 config/frv/frv-asm.h, config/frv/frv-protos.h,
9909 config/frv/frv-abi.h, config/frv/frv.c, config/s390/tpf.h,
9910 config/s390/s390.c, config/s390/predicates.md, config/s390/s390.h,
9911 config/s390/linux.h, config/s390/tpf.md, config/s390/tpf.opt,
9912 config/s390/2064.md, config/s390/2084.md, config/s390/s390.md,
9913 config/s390/s390.opt, config/s390/s390-modes.def,
9914 config/s390/fixdfdi.h, config/s390/constraints.md,
9915 config/s390/s390-protos.h, config/s390/s390x.h, config/elfos.h,
9916 config/dbxcoff.h, config/m32c/predicates.md, config/m32c/cond.md,
9917 config/m32c/m32c.c, config/m32c/minmax.md, config/m32c/blkmov.md,
9918 config/m32c/m32c-pragma.c, config/m32c/m32c.h,
9919 config/m32c/prologue.md, config/m32c/m32c.abi,
9920 config/m32c/muldiv.md, config/m32c/bitops.md, config/m32c/mov.md,
9921 config/m32c/addsub.md, config/m32c/m32c.md, config/m32c/m32c.opt,
9922 config/m32c/t-m32c, config/m32c/m32c-modes.def,
9923 config/m32c/jump.md, config/m32c/shift.md,
9924 config/m32c/m32c-protos.h, config/libgloss.h,
9925 config/spu/spu-protos.h, config/spu/predicates.md,
9926 config/spu/spu-builtins.h, config/spu/spu.c,
9927 config/spu/spu-builtins.def, config/spu/spu-builtins.md,
9928 config/spu/spu.h, config/spu/spu-elf.h, config/spu/constraints.md,
9929 config/spu/spu.md, config/spu/spu-c.c, config/spu/spu.opt,
9930 config/spu/spu-modes.def, config/spu/t-spu-elf, config/interix.h,
9931 config/sparc/hypersparc.md, config/sparc/predicates.md,
9932 config/sparc/linux.h, config/sparc/sp64-elf.h,
9933 config/sparc/supersparc.md, config/sparc/cypress.md,
9934 config/sparc/openbsd1-64.h, config/sparc/openbsd64.h,
9935 config/sparc/niagara.md, config/sparc/sparc.md,
9936 config/sparc/long-double-switch.opt, config/sparc/ultra3.md,
9937 config/sparc/sparc.opt, config/sparc/sync.md,
9938 config/sparc/sp-elf.h, config/sparc/sparc-protos.h,
9939 config/sparc/ultra1_2.md, config/sparc/biarch64.h,
9940 config/sparc/sparc.c, config/sparc/little-endian.opt,
9941 config/sparc/sysv4-only.h, config/sparc/sparc.h,
9942 config/sparc/linux64.h, config/sparc/freebsd.h,
9943 config/sparc/sol2.h, config/sparc/rtemself.h,
9944 config/sparc/netbsd-elf.h, config/sparc/vxworks.h,
9945 config/sparc/sparc-modes.def, config/sparc/sparclet.md,
9946 config/sparc/sysv4.h, config/vx-common.h, config/netbsd-aout.h,
9947 config/flat.h, config/m32r/m32r.md, config/m32r/predicates.md,
9948 config/m32r/little.h, config/m32r/m32r.c, config/m32r/m32r.opt,
9949 config/m32r/linux.h, config/m32r/constraints.md,
9950 config/m32r/m32r.h, config/m32r/m32r-protos.h, config/vxworks.opt,
9951 config/darwin-c.c, config/darwin.opt, config/i386/i386.h,
9952 config/i386/cygming.h, config/i386/linux.h, config/i386/cygwin.h,
9953 config/i386/i386.md, config/i386/netware-crt0.c,
9954 config/i386/sco5.h, config/i386/mmx.md, config/i386/vx-common.h,
9955 config/i386/kaos-i386.h, config/i386/winnt-stubs.c,
9956 config/i386/netbsd64.h, config/i386/djgpp.h, config/i386/gas.h,
9957 config/i386/sol2.h, config/i386/constraints.md,
9958 config/i386/netware-libgcc.c, config/i386/sysv5.h,
9959 config/i386/predicates.md, config/i386/geode.md,
9960 config/i386/x86-64.h, config/i386/kfreebsd-gnu.h,
9961 config/i386/freebsd64.h, config/i386/vxworksae.h,
9962 config/i386/pentium.md, config/i386/lynx.h, config/i386/i386elf.h,
9963 config/i386/rtemself.h, config/i386/netbsd-elf.h,
9964 config/i386/ppro.md, config/i386/k6.md, config/i386/netware.c,
9965 config/i386/netware.h, config/i386/i386-modes.def,
9966 config/i386/sysv4-cpp.h, config/i386/i386-interix.h,
9967 config/i386/cygwin1.c, config/i386/djgpp.opt, config/i386/uwin.h,
9968 config/i386/unix.h, config/i386/ptx4-i.h, config/i386/xm-djgpp.h,
9969 config/i386/att.h, config/i386/winnt.c, config/i386/beos-elf.h,
9970 config/i386/sol2-10.h, config/i386/darwin64.h, config/i386/sse.md,
9971 config/i386/i386.opt, config/i386/bsd.h, config/i386/cygming.opt,
9972 config/i386/xm-mingw32.h, config/i386/linux64.h,
9973 config/i386/openbsdelf.h, config/i386/xm-cygwin.h,
9974 config/i386/sco5.opt, config/i386/darwin.h, config/i386/mingw32.h,
9975 config/i386/winnt-cxx.c, config/i386/i386-interix3.h,
9976 config/i386/nwld.c, config/i386/nwld.h, config/i386/host-cygwin.c,
9977 config/i386/cygwin2.c, config/i386/i386-protos.h,
9978 config/i386/sync.md, config/i386/openbsd.h,
9979 config/i386/host-mingw32.c, config/i386/i386-aout.h,
9980 config/i386/nto.h, config/i386/biarch64.h,
9981 config/i386/i386-coff.h, config/i386/freebsd.h,
9982 config/i386/driver-i386.c, config/i386/knetbsd-gnu.h,
9983 config/i386/host-i386-darwin.c, config/i386/vxworks.h,
9984 config/i386/crtdll.h, config/i386/i386.c, config/i386/sysv4.h,
9985 config/darwin-protos.h, config/linux.opt, config/sol2.c,
9986 config/sol2.h, config/sh/symbian.c, config/sh/sh-protos.h,
9987 config/sh/linux.h, config/sh/elf.h, config/sh/superh.h,
9988 config/sh/sh4.md, config/sh/coff.h, config/sh/newlib.h,
9989 config/sh/embed-elf.h, config/sh/symbian-pre.h, config/sh/rtems.h,
9990 config/sh/kaos-sh.h, config/sh/sh4a.md, config/sh/constraints.md,
9991 config/sh/sh64.h, config/sh/sh.opt, config/sh/symbian-post.h,
9992 config/sh/sh-c.c, config/sh/predicates.md, config/sh/sh.c,
9993 config/sh/sh.h, config/sh/shmedia.md, config/sh/sh-modes.def,
9994 config/sh/little.h, config/sh/sh1.md, config/sh/sh4-300.md,
9995 config/sh/superh64.h, config/sh/rtemself.h,
9996 config/sh/netbsd-elf.h, config/sh/sh.md, config/sh/vxworks.h,
9997 config/usegas.h, config/svr3.h, config/pdp11/pdp11-protos.h,
9998 config/pdp11/2bsd.h, config/pdp11/pdp11.md, config/pdp11/pdp11.c,
9999 config/pdp11/pdp11.opt, config/pdp11/pdp11-modes.def,
10000 config/pdp11/pdp11.h, config/avr/rtems.h, config/avr/avr-protos.h,
10001 config/avr/predicates.md, config/avr/constraints.md,
10002 config/avr/avr.md, config/avr/avr.c, config/avr/avr.opt,
10003 config/avr/avr.h, config/sol2-protos.h, config/dbxelf.h,
10004 config/lynx.opt, config/crx/crx.h, config/crx/crx-protos.h,
10005 config/crx/crx.md, config/crx/crx.c, config/crx/crx.opt,
10006 config/c4x/c4x-c.c, config/c4x/c4x.c, config/c4x/c4x.opt,
10007 config/c4x/c4x-modes.def, config/c4x/rtems.h,
10008 config/c4x/predicates.md, config/c4x/c4x.h,
10009 config/c4x/c4x-protos.h, config/c4x/c4x.md, config/kfreebsd-gnu.h,
10010 config/xtensa/predicates.md, config/xtensa/xtensa.c,
10011 config/xtensa/linux.h, config/xtensa/xtensa.h,
10012 config/xtensa/elf.h, config/xtensa/xtensa.md,
10013 config/xtensa/xtensa.opt, config/xtensa/constraints.md,
10014 config/xtensa/xtensa-protos.h, config/dbx.h,
10015 config/stormy16/predicates.md, config/stormy16/stormy16.md,
10016 config/stormy16/stormy16.c, config/stormy16/stormy16.opt,
10017 config/stormy16/stormy16.h, config/stormy16/stormy16-protos.h,
10018 config/host-solaris.c, config/fr30/fr30.h,
10019 config/fr30/predicates.md, config/fr30/fr30-protos.h,
10020 config/fr30/fr30.md, config/fr30/fr30.c, config/fr30/fr30.opt,
10021 config/vxworksae.h, config/sol2-c.c, config/lynx.h,
10022 config/m68hc11/m68hc11-protos.h, config/m68hc11/predicates.md,
10023 config/m68hc11/m68hc11.md, config/m68hc11/m68hc11.c,
10024 config/m68hc11/m68hc11.opt, config/m68hc11/m68hc11.h,
10025 config/m68hc11/m68hc12.h, config/openbsd-oldgas.h,
10026 config/host-linux.c, config/interix3.h, config/cris/cris.c,
10027 config/cris/predicates.md, config/cris/linux.h,
10028 config/cris/cris.h, config/cris/aout.h, config/cris/cris.md,
10029 config/cris/linux.opt, config/cris/cris.opt, config/cris/elf.opt,
10030 config/cris/aout.opt, config/cris/cris-protos.h,
10031 config/vxworks-dummy.h, config/netbsd.h, config/netbsd-elf.h,
10032 config/iq2000/iq2000.h, config/iq2000/predicates.md,
10033 config/iq2000/iq2000-protos.h, config/iq2000/iq2000.md,
10034 config/iq2000/iq2000.c, config/iq2000/iq2000.opt,
10035 config/host-darwin.c, config/mt/mt.md, config/mt/mt.c,
10036 config/mt/mt.opt, config/mt/t-mt, config/mt/mt.h,
10037 config/mt/mt-protos.h, config/svr4.h, config/host-darwin.h,
10038 config/chorus.h, config/mn10300/mn10300.c,
10039 config/mn10300/mn10300.opt, config/mn10300/predicates.md,
10040 config/mn10300/mn10300.h, config/mn10300/linux.h,
10041 config/mn10300/constraints.md, config/mn10300/mn10300-protos.h,
10042 config/mn10300/mn10300.md, config/ia64/predicates.md,
10043 config/ia64/itanium1.md, config/ia64/unwind-ia64.h,
10044 config/ia64/ia64-c.c, config/ia64/sync.md, config/ia64/ia64.c,
10045 config/ia64/itanium2.md, config/ia64/ia64.h, config/ia64/vect.md,
10046 config/ia64/freebsd.h, config/ia64/ia64.md,
10047 config/ia64/ia64-modes.def, config/ia64/constraints.md,
10048 config/ia64/hpux.h, config/ia64/ia64-protos.h, config/windiss.h,
10049 config/gofast.h, config/rtems.h, config/sol2-10.h,
10050 config/m68k/predicates.md, config/m68k/m68k.md,
10051 config/m68k/linux.h, config/m68k/m68k-modes.def,
10052 config/m68k/print-sysroot-suffix.sh, config/m68k/m68k-protos.h,
10053 config/m68k/coff.h, config/m68k/m68k-none.h, config/m68k/ieee.opt,
10054 config/m68k/openbsd.h, config/m68k/m68k-aout.h,
10055 config/m68k/m68k.opt, config/m68k/m68020-elf.h,
10056 config/m68k/m68kelf.h, config/m68k/m68k-devices.def,
10057 config/m68k/uclinux-oldabi.h, config/m68k/m68k.c,
10058 config/m68k/constraints.md, config/m68k/rtemself.h,
10059 config/m68k/netbsd-elf.h, config/m68k/m68k.h,
10060 config/m68k/uclinux.h, config/rs6000/power4.md,
10061 config/rs6000/host-darwin.c, config/rs6000/6xx.md,
10062 config/rs6000/linux.h, config/rs6000/eabi.h,
10063 config/rs6000/aix41.opt, config/rs6000/xcoff.h,
10064 config/rs6000/secureplt.h, config/rs6000/linuxspe.h,
10065 config/rs6000/eabialtivec.h, config/rs6000/8540.md,
10066 config/rs6000/darwin8.h, config/rs6000/kaos-ppc.h,
10067 config/rs6000/windiss.h, config/rs6000/603.md,
10068 config/rs6000/aix41.h, config/rs6000/cell.md,
10069 config/rs6000/mpc.md, config/rs6000/aix43.h, config/rs6000/beos.h,
10070 config/rs6000/gnu.h, config/rs6000/rtems.h, config/rs6000/aix.opt,
10071 config/rs6000/darwin.md, config/rs6000/darwin64.h,
10072 config/rs6000/default64.h, config/rs6000/7xx.md,
10073 config/rs6000/darwin.opt, config/rs6000/spe.md,
10074 config/rs6000/rs6000.opt, config/rs6000/rs6000-c.c,
10075 config/rs6000/rios2.md, config/rs6000/linuxaltivec.h,
10076 config/rs6000/7450.md, config/rs6000/linux64.h,
10077 config/rs6000/constraints.md, config/rs6000/440.md,
10078 config/rs6000/darwin.h, config/rs6000/host-ppc64-darwin.c,
10079 config/rs6000/rs6000.c, config/rs6000/aix52.h,
10080 config/rs6000/rs6000.h, config/rs6000/power6.md,
10081 config/rs6000/predicates.md, config/rs6000/altivec.md,
10082 config/rs6000/aix64.opt, config/rs6000/rios1.md,
10083 config/rs6000/rs6000-modes.def, config/rs6000/rs64.md,
10084 config/rs6000/eabisim.h, config/rs6000/sysv4le.h,
10085 config/rs6000/darwin7.h, config/rs6000/dfp.md,
10086 config/rs6000/linux64.opt, config/rs6000/sync.md,
10087 config/rs6000/vxworksae.h, config/rs6000/power5.md,
10088 config/rs6000/lynx.h, config/rs6000/biarch64.h,
10089 config/rs6000/rs6000.md, config/rs6000/sysv4.opt,
10090 config/rs6000/eabispe.h, config/rs6000/e500.h,
10091 config/rs6000/freebsd.h, config/rs6000/rs6000-protos.h,
10092 config/rs6000/netbsd.h, config/rs6000/e500-double.h,
10093 config/rs6000/aix.h, config/rs6000/vxworks.h,
10094 config/rs6000/40x.md, config/rs6000/aix51.h,
10095 config/rs6000/sysv4.h, config/arc/arc-protos.h, config/arc/arc.md,
10096 config/arc/arc.c, config/arc/arc.opt, config/arc/arc-modes.def,
10097 config/arc/arc.h, config/mcore/mcore-elf.h,
10098 config/mcore/mcore-protos.h, config/mcore/predicates.md,
10099 config/mcore/mcore.md, config/mcore/mcore.c,
10100 config/mcore/mcore.opt, config/mcore/mcore.h,
10101 config/mcore/mcore-pe.h, config/darwin.c, config/freebsd-nthr.h,
10102 config/score/predicates.md, config/score/score-version.h,
10103 config/score/score-protos.h, config/score/misc.md,
10104 config/score/elf.h, config/score/score.c, config/score/mac.md,
10105 config/score/score7.md, config/score/score.h,
10106 config/score/score-conv.h, config/score/score-mdaux.c,
10107 config/score/score.md, config/score/score.opt,
10108 config/score/score-modes.def, config/score/score-mdaux.h,
10109 config/score/mul-div.S, config/arm/uclinux-elf.h,
10110 config/arm/semi.h, config/arm/ecos-elf.h, config/arm/arm1020e.md,
10111 config/arm/symbian.h, config/arm/linux-elf.h,
10112 config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
10113 config/arm/elf.h, config/arm/aout.h, config/arm/arm.c,
10114 config/arm/thumb2.md, config/arm/vec-common.md, config/arm/coff.h,
10115 config/arm/strongarm-pe.h, config/arm/arm.h,
10116 config/arm/cortex-a8-neon.md, config/arm/semiaof.h,
10117 config/arm/cortex-a8.md, config/arm/uclinux-eabi.h,
10118 config/arm/arm-modes.def, config/arm/linux-eabi.h,
10119 config/arm/rtems-elf.h, config/arm/neon-schedgen.ml,
10120 config/arm/arm-cores.def, config/arm/arm-protos.h,
10121 config/arm/vfp.md, config/arm/aof.h, config/arm/linux-gas.h,
10122 config/arm/wince-pe.h, config/arm/neon.md,
10123 config/arm/constraints.md, config/arm/neon.ml,
10124 config/arm/xscale-elf.h, config/arm/strongarm-coff.h,
10125 config/arm/arm.opt, config/arm/arm926ejs.md,
10126 config/arm/predicates.md, config/arm/iwmmxt.md,
10127 config/arm/arm_neon.h, config/arm/unknown-elf.h,
10128 config/arm/kaos-arm.h, config/arm/bpabi.h, config/arm/pe.opt,
10129 config/arm/neon-testgen.ml, config/arm/arm.md,
10130 config/arm/xscale-coff.h, config/arm/pe.c,
10131 config/arm/arm-generic.md, config/arm/pe.h,
10132 config/arm/kaos-strongarm.h, config/arm/freebsd.h,
10133 config/arm/neon-docgen.ml, config/arm/netbsd.h, config/arm/fpa.md,
10134 config/arm/strongarm-elf.h, config/arm/cirrus.md,
10135 config/arm/netbsd-elf.h, config/arm/vxworks.h,
10136 config/arm/neon-gen.ml, config/kaos.h, config/darwin-driver.c,
10137 config/pa/predicates.md, config/pa/pa64-hpux.h,
10138 config/pa/pa-hpux.opt, config/pa/som.h, config/pa/pa-hpux1010.opt,
10139 config/pa/pa-hpux1111.opt, config/pa/pa-pro-end.h,
10140 config/pa/elf.h, config/pa/fptr.c, config/pa/pa64-linux.h,
10141 config/pa/pa.md, config/pa/pa.opt, config/pa/pa-hpux.h,
10142 config/pa/pa-hpux10.h, config/pa/pa-hpux11.h,
10143 config/pa/pa-hpux1010.h, config/pa/pa-protos.h,
10144 config/pa/pa-osf.h, config/pa/pa-hpux1111.h, config/pa/pa-64.h,
10145 config/pa/milli64.S, config/pa/pa.c, config/pa/pa-linux.h,
10146 config/pa/pa.h, config/pa/pa32-linux.h, config/pa/pa64-hpux.opt,
10147 config/pa/pa64-regs.h, config/pa/pa-modes.def,
10148 config/pa/constraints.md, config/darwin9.h, config/mips/4100.md,
10149 config/mips/linux.h, config/mips/elfoabi.h, config/mips/elf.h,
10150 config/mips/sdb.h, config/mips/windiss.h, config/mips/rtems.h,
10151 config/mips/3000.md, config/mips/iris5.h, config/mips/5000.md,
10152 config/mips/7000.md, config/mips/9000.md, config/mips/4600.md,
10153 config/mips/linux64.h, config/mips/elforion.h,
10154 config/mips/constraints.md, config/mips/generic.md,
10155 config/mips/predicates.md, config/mips/4300.md,
10156 config/mips/mips-ps-3d.md, config/mips/iris.h, config/mips/24k.md,
10157 config/mips/mips.md, config/mips/mips.opt, config/mips/4k.md,
10158 config/mips/5k.md, config/mips/vr4120-div.S,
10159 config/mips/openbsd.h, config/mips/iris6.h, config/mips/4000.md,
10160 config/mips/mips-protos.h, config/mips/6000.md,
10161 config/mips/mips.c, config/mips/mips.h, config/mips/r3900.h,
10162 config/mips/74k.md, config/mips/netbsd.h, config/mips/vxworks.h,
10163 config/mips/mips-modes.def, config/mips/vr.h,
10164 config/soft-fp/t-softfp, config/openbsd.h, config/ptx4.h,
10165 config/freebsd-spec.h, config/vax/vax.c, config/vax/openbsd.h,
10166 config/vax/vax.h, config/vax/elf.h, config/vax/vax.md,
10167 config/vax/bsd.h, config/vax/vax.opt, config/vax/vax-modes.def,
10168 config/vax/openbsd1.h, config/vax/netbsd.h,
10169 config/vax/vax-protos.h, config/vax/netbsd-elf.h,
10170 config/vax/vaxv.h, config/vax/ultrix.h, config/freebsd.h,
10171 config/h8300/rtems.h, config/h8300/predicates.md,
10172 config/h8300/h8300.c, config/h8300/h8300.h, config/h8300/elf.h,
10173 config/h8300/h8300.md, config/h8300/h8300.opt,
10174 config/h8300/coff.h, config/h8300/h8300-protos.h,
10175 config/v850/v850.md, config/v850/predicates.md,
10176 config/v850/v850-c.c, config/v850/v850.c, config/v850/v850.opt,
10177 config/v850/v850.h, config/v850/v850-protos.h, config/vxworks.c,
10178 config/knetbsd-gnu.h, config/sol2-6.h, config/vxworks.h,
10179 config/mmix/mmix.h, config/mmix/predicates.md,
10180 config/mmix/mmix-protos.h, config/mmix/mmix.md,
10181 config/mmix/mmix.c, config/mmix/mmix.opt,
10182 config/mmix/mmix-modes.def, config/bfin/bfin.opt,
10183 config/bfin/rtems.h, config/bfin/bfin-modes.def,
10184 config/bfin/predicates.md, config/bfin/bfin-protos.h,
10185 config/bfin/bfin.c, config/bfin/bfin.h, config/bfin/bfin.md:
10186 Likewise.
10187
10188 2007-08-02 Richard Sandiford <richard@codesourcery.com>
10189
10190 * emit-rtl.c (reset_used_decls): Rename to...
10191 (set_used_decls): ...this. Set the used flag rather than clearing it.
10192 (unshare_all_rtl_again): Update accordingly. Set flags on argument
10193 DECL_RTLs rather than resetting them.
10194
10195 2007-08-02 Andreas Krebbel <krebbel1@de.ibm.com>
10196
10197 * config/s390/s390.md ("*xordi3_cconly"): Change xr to xg.
10198
10199 2007-08-01 Sandra Loosemore <sandra@codesourcery.com>
10200
10201 * reload.c (find_reloads_address_part): Pass correct MEMREFLOC
10202 argument to find_reloads_address.
10203
10204 2007-08-01 Daniel Jacobowitz <dan@codesourcery.com>
10205
10206 PR tree-optimization/32919
10207 * tree-ssa-sccvn.c (visit_phi): Do not visit abnormal PHIs.
10208 * tree-ssa-coalesce.c (ssa_conflicts_dump): New.
10209 (coalesce_ssa_name): Call it.
10210
10211 2007-08-01 Sandra Loosemore <sandra@codesourcery.com>
10212 David Ung <davidu@mips.com>
10213
10214 * config/mips/mips16.S (__mips16_unordsf2, __mips16_floatunsisf): New.
10215 (__mips16_unorddf2, __mips16_floatunsidf): New.
10216 * config/mips/mips.c (mips_init_libfuncs): Add optab entries for
10217 above functions.
10218 * config/mips/t-libgcc-mips16 (LIB1ASMFUNCS): Add new functions.
10219
10220 2007-08-01 Zdenek Dvorak <ook@ucw.cz>
10221
10222 * tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.
10223 Display new operands of OMP_SECTIONS and OMP_CONTINUE.
10224 * tree.h (OMP_SECTIONS_CONTROL): New macro.
10225 (OMP_DIRECTIVE_P): Add OMP_SECTIONS_SWITCH.
10226 * omp-low.c (get_ws_args_for, determine_parallel_type,
10227 expand_omp_for_generic, expand_omp_for_static_nochunk,
10228 expand_omp_for_static_chunk, expand_omp_for, expand_omp_sections):
10229 Work with more precise CFG.
10230 (build_omp_regions_1): Handle OMP_SECTIONS_SWITCH.
10231 (lower_omp_sections): Emit OMP_SECTIONS_SWITCH. Add arguments to
10232 OMP_CONTINUE.
10233 * tree-gimple.c (is_gimple_stmt): Handle OMP_SECTIONS_SWITCH.
10234 * gimple-low.c (lower_stmt): Ditto.
10235 * tree-inline.c (estimate_num_insns_1): Ditto.
10236 * tree.def (OMP_SECTIONS, OMP_CONTINUE): Added new operands.
10237 (OMP_SECTIONS_SWITCH): New.
10238 * tree-cfgcleanup.c (cleanup_omp_return): New.
10239 (cleanup_tree_cfg_bb): Call cleanup_omp_return.
10240 * tree-cfg.c (make_edges): Create back edges for OMP_CONTINUE
10241 and exit edge for OMP_FOR. Handle OMP_SECTIONS_SWITCH.
10242 (tree_redirect_edge_and_branch): Handle omp constructs.
10243
10244 * fortran/trans-openmp.c (gfc_trans_omp_sections): Build OMP_SECTIONS
10245 with three arguments.
10246
10247 2007-08-01 Zdenek Dvorak <ook@ucw.cz>
10248
10249 * tree-cfg.c (tree_merge_blocks): Preserve loop exit phi nodes only
10250 in loop closed ssa.
10251
10252 2007-08-01 Zdenek Dvorak <ook@ucw.cz>
10253
10254 * tree-ssa-threadupdate.c (thread_through_all_blocks): Record that
10255 the loop structures may need fixing.
10256 * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures):
10257 New functions.
10258 (cleanup_tree_cfg_loop): Removed.
10259 (cleanup_tree_cfg): If loops need fixing, call repair_loop_structures.
10260 * tree-predcom.c (tree_predictive_commoning): Return TODO_cleanup_cfg
10261 instead of running cleanup_tree_cfg_loop.
10262 * cfgloop.h (LOOPS_NEED_FIXUP): New constant.
10263 * tree-flow.h (cleanup_tree_cfg_loop): Declaration removed.
10264 (tree_predictive_commoning): Declaration changed.
10265 * passes.c (execute_function_todo): Do not use cleanup_tree_cfg_loop.
10266
10267 2007-08-01 Zdenek Dvorak <ook@ucw.cz>
10268
10269 * doc/invoke.texi (l1-cache-size): Update documentation.
10270 (l2-cache-size): Document.
10271 * params.h (L2_CACHE_SIZE): New macro.
10272 * tree-ssa-loop-prefetch.c (L1_CACHE_SIZE_BYTES): Reflect
10273 that L1_CACHE_SIZE is in kB now.
10274 (L2_CACHE_SIZE_BYTES): New macro.
10275 (tree_ssa_prefetch_arrays): Show size in kB.
10276 * config/i386/i386.h (struct processor_costs): Add l1_cache_size
10277 and l2_cache_size fields.
10278 * config/i386/driver-i386.c (describe_cache): Detect cache size
10279 in kB.
10280 * config/i386/i386.c (size_cost, i386_cost, i486_cost,pentium_cost,
10281 pentiumpro_cost, geode_cost, k6_cost, athlon_cost, k8_cost,
10282 amdfam10_cost, pentium4_cost, nocona_cost, core2_cost,
10283 generic64_cost, generic32_cost): Add l1_cache_size and l2_cache_size.
10284 (override_options): Set l1-cache-size and l2-cache-size to default
10285 values if not specified otherwise.
10286 * params.def (PARAM_L1_CACHE_SIZE): Change to set in kB.
10287 (PARAM_L2_CACHE_SIZE): New.
10288
10289 2007-08-01 Nigel Stephens <nigel@mips.com>
10290 David Ung <davidu@mips.com>
10291 Thiemo Seufer <ths@mips.com>
10292 Chris Dearman <chris@mips.com>
10293 Richard Sandiford <richard@codesourcery.com>
10294
10295 * config.gcc (mips*-sde-elf*): New stanza.
10296 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
10297 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
10298 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*, mips-*-elf*)
10299 (mipsel-*-elf*, mips64-*-elf*, mips64el-*-elf*, mips64orion-*-elf*)
10300 (mips64orionel-*-elf*, mips*-*-rtems*, mips-wrs-windiss)
10301 (mipstx39-*-elf*, mipstx39el-*-elf*): Add mips/t-libgcc-mips16
10302 to tmake_file.
10303 * config/mips/sde.h: New file.
10304 * config/mips/t-libgcc-mips16: Likewise.
10305 * config/mips/t-sde: Likewise.
10306 * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Remove settings
10307 of _ABIN32, _ABI64, _ABIO32, _MIPS_SIM, _MIPS_SZLONG, _MIPS_SZPTR,
10308 _MIPS_FPSET and _MIPS_SZINT.
10309 * config/mips/iris.h (TARGET_OS_CPP_BUILTINS): Likewise.
10310 * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Remove separate
10311 insertion of a default -mips option. Use MIPS_32BIT_OPTION_SPEC.
10312 * config/mips/t-isa3264 (LIB1ASMSRC, LIB1ASMFUNCS): Delete.
10313 * config/mips/t-r3900 (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
10314 * config/mips/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
10315 * config/mips/mips.h (TARGET_CPU_CPP_BUITINS): Define _ABIO32,
10316 _ABIN32, _ABI64, _ABIO64, _MIPS_SIM, _MIPS_SZINT, _MIPS_SZLONG,
10317 _MIPS_SZPTR and _MIPS_FPSET.
10318 (MIPS_ISA_LEVEL_SPEC): Inject the default -mips option if no
10319 architecture is specified.
10320 (MIPS_32BIT_OPTION_SPEC): New macro.
10321
10322 2007-07-31 Dan Hipschman <dsh@google.com>
10323
10324 * gcc.c (end_going_arg): New function.
10325 (do_spec_2): Use it.
10326 (do_spec_1): Use it.
10327
10328 2007-07-31 H.J. Lu <hongjiu.lu@intel.com>
10329
10330 * ddg.c (add_cross_iteration_register_deps): Declare bb_info
10331 only if ENABLE_CHECKING is defined.
10332
10333 2007-07-31 Kenneth Zadeck <zadeck@naturalbridge.com>
10334
10335 * df.h (DF_RU, DF_RU_BB_INFO, df_ru_bb_info, df_ru,
10336 df_ru_add_problem, df_ru_get_bb_info): Removed.
10337 (DF_RD, DF_UREC, DF_CHAIN, DF_NOTE): Renumbered.
10338 * df-problems.c (df_ru_problem_data, df_ru_set_bb_info,
10339 df_ru_free_bb_info, df_ru_alloc,
10340 df_ru_bb_local_compute_process_def,
10341 df_ru_bb_local_compute_process_use, df_ru_bb_local_compute,
10342 df_ru_local_compute, df_ru_init_solution, df_ru_confluence_n,
10343 df_ru_transfer_function, df_ru_free, df_ru_start_dump,
10344 df_ru_top_dump, df_ru_bottom_dump, df_problem problem_RU,
10345 df_ru_add_problem): Removed.
10346
10347 2007-07-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10348
10349 PR target/32847
10350 * pa.md (casesi32): Use match_scratch. Revise insn condition.
10351 (casesi32p, casesi64p): Likewise.
10352 (casesi): Adjust for above.
10353
10354 2007-07-31 Richard Sandiford <richard@codesourcery.com>
10355
10356 * mode-switching.c (create_pre_exit): Don't search past calls.
10357
10358 2007-07-31 Sandra Loosemore <sandra@codesourcery.com>
10359
10360 * config/mips/mips.h (ISA_HAS_SYNCI): Add !TARGET_MIPS16 test.
10361
10362 2007-07-31 Revital Eres <eres@il.ibm.com>
10363
10364 * ddg.c (add_deps_for_def): Rename to...
10365 (add_cross_iteration_register_deps): This. Change implementation
10366 to use only reaching def and def-use chains to construct the
10367 inter loop dependencies.
10368 (add_deps_for_use): Remove function.
10369 (build_inter_loop_deps): Call add_cross_iteration_register_deps
10370 function to build the inter loop dependencies.
10371 * modulo-sched.c (sms_schedule): Build only
10372 reaching def and def-use chains for the propose of the ddg
10373 construction.
10374
10375 2007-07-31 Julian Brown <julian@codesourcery.com>
10376
10377 * config/arm/neon.md (vec_set<mode>_internal, vec_setv2di_internal):
10378 New define_insns. Use correct RTL.
10379 (vec_set<mode>): Write as expander.
10380
10381 2007-07-31 Razya Ladelsky <razya@il.ibm.com>
10382
10383 * matrix-reorg.c (analyze_matrix_allocation_site): Avoid referring
10384 to an unallocated space.
10385
10386 2007-07-30 Jan Sjodin <jan.sjodin@amd.com>
10387
10388 * tree-data-ref.c
10389 (split_constant_offset): Enable split_constant_offset to extract
10390 constants from other statements.
10391 * tree-vect-transform.c
10392 (vect_create_addr_base_for_vector_ref): Generate data_ref_base
10393 to a temp var. Force base_offset to be simple.
10394
10395 2007-07-30 Seongbae Park <seongbae.park@gmail.com>
10396
10397 * df-scan.c (df_scan_verify): Remove artificial limit on
10398 the number of blocks for verification.
10399 * df-problems.c (df_lr_bb_local_compute, df_simulate_find_defs,
10400 df_simulate_defs): Avoid unnecessary insn checking for defs.
10401
10402 2007-07-29 Mark Mitchell <mark@codesourcery.com>
10403
10404 * config/m68k/lb1sf68.asm (FUNC): New macro.
10405 (__mulsi3): Use it.
10406 (__udivsi3): Likewise.
10407 (__divsi3): Likewise.
10408 (__umodsi3): Likewise.
10409 (__modsi3): Likewise.
10410 (__subdf3): Likewise.
10411 (__adddf3): Likewise.
10412 (__muldf3): Likewise.
10413 (__divdf3): Likewise.
10414 (__negdf2): Likewise.
10415 (__cmpdf2): Likewise.
10416 (__subsf3): Likewise.
10417 (__addsf3): Likewise.
10418 (__mulsf3): Likewise.
10419 (__divsf3): Likewise.
10420 (__negsf2): Likewise.
10421 (__cmpsf2): Likewise.
10422 (__eqdf2): Likewise.
10423 (__nedf2): Likewise.
10424 (__gtdf2): Likewise.
10425 (__gedf2): Likewise.
10426 (__ltdf2): Likewise.
10427 (__ledf2): Likewise.
10428 (__eqsf2): Likewise.
10429 (__nesf2): Likewise.
10430 (__gtsf2): Likewise.
10431 (__gesf2): Likewise.
10432 (__ltsf2): Likewise.
10433 (__lesf2): Likewise.
10434
10435 2007-07-30 Ollie Wild <aaw@google.com>
10436
10437 * c-ppoutput.c (print_lines_directives_only): New function.
10438 (scan_translation_unit_directives_only): New function.
10439 (preprocess_file): Add call to scan_translation_unit_directives_only.
10440 * c-opts.c (c_common_handle_option): Add OPT_fdirectives_only.
10441 (sanitize_cpp_opts): Add default flag_dump_macros setting for
10442 -fdirectives-only. Add errors for -fdirectives-only conflict with
10443 -Wunused-macros and -traditional.
10444 (finish_options): Add builtin macro initialization for
10445 -fdirectives-only + -fpreprocessed.
10446 * c.opt (fdirectives-only): New.
10447 * doc/cppopts.texi (fdirectives-only): New.
10448
10449 2007-07-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10450
10451 * alias.c (record_set, memory_modified_1): Constify.
10452 * bt-load.c (note_btr_set): Likewise.
10453 * caller-save.c (mark_set_regs, add_stored_regs): Likewise.
10454 * combine.c (set_nonzero_bits_and_sign_copies,
10455 expand_field_assignment, record_dead_and_set_regs_1,
10456 use_crosses_set_p, reg_dead_at_p_1, can_combine_p,
10457 likely_spilled_retval_1): Likewise.
10458 * config/frv/frv.c (frv_registers_update_1, frv_io_check_address,
10459 frv_io_handle_set): Likewise.
10460 * config/mips/mips.c (mips_sim_record_set,
10461 vr4130_true_reg_dependence_p_1): Likewise.
10462 * config/mt/mt.c (insn_dependent_p_1): Likewise.
10463 * config/s390/s390.c (s390_reg_clobbered_rtx): Likewise.
10464 * config/sh/sh.c (flow_dependent_p_1): Likewise.
10465 * cselib.c (cselib_invalidate_rtx_note_stores): Likewise.
10466 * dce.c (mark_nonreg_stores_1, mark_nonreg_stores_2): Likewise.
10467 * ddg.c (mark_mem_store): Likewise.
10468 * df-problems.c (df_urec_mark_reg_change): Likewise.
10469 * function.c (update_epilogue_consts): Likewise.
10470 * gcse.c (record_set_info, record_last_set_info,
10471 mems_conflict_for_gcse_p, canon_list_insert, reg_set_info,
10472 reg_clear_last_set): Likewise.
10473 * global.c (mark_reg_store, mark_reg_clobber, reg_becomes_live):
10474 Likewise.
10475 * jump.c (reversed_comparison_code_parts): Likewise.
10476 * local-alloc.c (validate_equiv_mem_from_store, no_equiv,
10477 reg_is_set): Likewise.
10478 * loop-iv.c (mark_altered): Likewise.
10479 * mode-switching.c (reg_becomes_live): Likewise.
10480 * optabs.c (no_conflict_move_test): Likewise.
10481 * postreload-gcse.c (record_last_set_info, find_mem_conflicts):
10482 Likewise.
10483 * postreload.c (reload_combine_note_store, move2add_note_store):
10484 Likewise.
10485 * regmove.c (flags_set_1): Likewise.
10486 * regrename.c (note_sets, kill_clobbered_value, kill_set_value):
10487 Likewise.
10488 * reload1.c (mark_not_eliminable, forget_old_reloads_1):
10489 Likewise.
10490 * resource.c (update_live_status): Likewise.
10491 * rtl.h (set_of, note_stores): Likewise.
10492 * rtlanal.c (set_of_1, parms_set, struct set_of_data, set_of,
10493 note_stores, parms_set): Likewise.
10494 * sched-rgn.c (sets_likely_spilled_1): Likewise.
10495 * stack-ptr-mod.c (notice_stack_pointer_modification_1):
10496 Likewise.
10497 * var-tracking.c (count_stores, add_stores): Likewise.
10498
10499 2007-07-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10500
10501 * alias.c (mems_in_disjoint_alias_sets_p,
10502 fixed_scalar_and_varying_struct_p, aliases_everything_p,
10503 nonoverlapping_component_refs_p, nonoverlapping_memrefs_p,
10504 write_dependence_p, mems_in_disjoint_alias_sets_p,
10505 read_dependence, true_dependence, canon_true_dependence,
10506 anti_dependence, output_dependence): Constify.
10507 * combine.c (extended_count): Likewise.
10508 * cse.c (cse_rtx_varies_p, hash_rtx, exp_equiv_p): Likewise.
10509 * cselib.c (get_value_hash, references_value_p,
10510 cselib_reg_set_mode, cselib_rtx_varies_p): Likewise.
10511 * cselib.h (cselib_reg_set_mode, references_value_p): Likewise.
10512 * emit-rtl.c (mem_expr_equal_p, active_insn_p): Likewise.
10513 * function.c (contains, prologue_epilogue_contains,
10514 sibcall_epilogue_contains): Likewise.
10515 * jump.c (simplejump_p, condjump_p, condjump_in_parallel_p,
10516 pc_set, any_uncondjump_p, any_condjump_p, onlyjump_p,
10517 only_sets_cc0_p, sets_cc0_p, rtx_renumbered_equal_p, true_regnum,
10518 reg_or_subregno): Likewise.
10519 * recog.c (asm_noperands): Likewise.
10520 * reload1.c (function_invariant_p): Likewise.
10521 * rtl.h (mem_expr_equal_p, active_insn_p, rtx_varies_p,
10522 rtx_addr_varies_p, asm_noperands, exp_equiv_p, hash_rtx,
10523 condjump_p, any_condjump_p, any_uncondjump_p, pc_set,
10524 simplejump_p, onlyjump_p, only_sets_cc0_p, sets_cc0_p,
10525 true_regnum, reg_or_subregno, condjump_in_parallel_p,
10526 extended_count, prologue_epilogue_contains,
10527 sibcall_epilogue_contains, function_invariant_p, true_dependence,
10528 canon_true_dependence, read_dependence, anti_dependence,
10529 output_dependence): Likewise.
10530 * rtlanal.c (rtx_varies_p, rtx_addr_varies_p): Likewise.
10531
10532 2007-07-30 Julian Brown <julian@codesourcery.com>
10533
10534 * config/arm/neon.md (V_ext): New mode attribute.
10535 (neon_vget_lane<mode>): Replace with define_expand.
10536 (neon_vget_lane<mode>_sext_internal)
10537 (neon_vget_lane<mode>_zext_internal): New define_insns for double
10538 and quad precision vectors.
10539 (neon_vget_lanedi): Add bounds check. Remove dead comment.
10540 * config/arm/neon.ml (get_lane): Make 32-bit get-lane intrinsics
10541 have typeless 32-bit result.
10542
10543 2007-07-30 Andrew Pinski <andrew_pinski@playstation.sony.com>
10544
10545 PR tree-opt/32527
10546 * tree-affine.h (aff_tree): The type of rest is sizetype for types
10547 of pointers.
10548 * tree-affine.c (aff_combination_scale): If type is a pointer type,
10549 use sizetype for rest.
10550 (aff_combination_add_elt): Likewise. Don't specialize pointer types.
10551 (aff_combination_convert): Don't convert rest for pointer types.
10552
10553 2007-07-28 Daniel Berlin <dberlin@dberlin.org>
10554
10555 * Makefile.in (tree-ssa-alias.o): Add alloc-pool.h
10556
10557 * tree-ssa-alias.c: Add alloc-pool.h.
10558 (init_alias_info): Free alias_bitmap_obstack.
10559 (delete_alias_info): Call delete_mem_ref_stats.
10560 (get_mem_sym_stats_for): Use alloc_pool.
10561 (init_mem_ref_stats): Do not delete mem_ref_stats here.
10562 (delete_mem_sym_stats): Removed.
10563
10564 2007-07-29 Sebastian Pop <sebpop@gmail.com>
10565
10566 * tree-data-ref.c (add_multivariate_self_dist): Parametric access
10567 functions cannot be represented as classical distance vectors.
10568
10569 2007-07-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10570
10571 * attribs.c (hash_attr, eq_attr, init_attributes): Constify.
10572 * builtins.c (validate_arg, builtin_mathfn_code,
10573 validate_arglist): Likewise.
10574 * calls.c (call_expr_flags): Likewise.
10575 * combine.c (reg_nonzero_bits_for_combine,
10576 reg_num_sign_bit_copies_for_combine, get_last_value,
10577 reg_truncated_to_mode): Likewise.
10578 * emit-rtl.c (subreg_lowpart_p): Likewise.
10579 * expr.c (highest_pow2_factor_for_target,
10580 categorize_ctor_elements_1, categorize_ctor_elements,
10581 count_type_elements, contains_packed_reference,
10582 highest_pow2_factor, highest_pow2_factor_for_target): Likewise.
10583 * fold-const.c (may_negate_without_overflow_p, int_const_binop,
10584 fold_convertible_p, operand_equal_p, tree_swap_operands_p,
10585 native_encode_int, native_encode_real, native_encode_complex,
10586 native_encode_vector, native_encode_expr, native_interpret_int,
10587 native_interpret_real, native_interpret_complex,
10588 native_interpret_vector, native_interpret_expr): Likewise.
10589 * function.c (use_register_for_decl): Likewise.
10590 * gimplify.c (get_name): Likewise.
10591 * langhooks-def.h (lhd_return_null_const_tree): New.
10592 (LANG_HOOKS_GET_CALLEE_FNDECL): Use it.
10593 * langhooks.c (lhd_return_null_const_tree): New.
10594 * langhooks.h (lang_get_callee_fndecl): Constify.
10595 * output.h (constructor_static_from_elts_p): Likewise.
10596 * rtl-factoring.c (gen_symbol_ref_rtx_for_label): Likewise.
10597 * rtl.h (nonzero_bits, num_sign_bit_copies, truncated_to_mode,
10598 subreg_lowpart_p, noop_move_p, struct rtl_hooks): Likewise.
10599 * rtlanal.c (cached_nonzero_bits, nonzero_bits1,
10600 cached_num_sign_bit_copies, num_sign_bit_copies1, noop_move_p,
10601 nonzero_bits, num_sign_bit_copies, truncated_to_mode): Likewise.
10602 * rtlhooks-def.h (reg_nonzero_bits_general,
10603 reg_num_sign_bit_copies_general, reg_truncated_to_mode_general):
10604 Likewise.
10605 * rtlhooks.c (reg_num_sign_bit_copies_general,
10606 reg_nonzero_bits_general, reg_truncated_to_mode_general):
10607 Likewise.
10608 * stmt.c (warn_if_unused_value, is_body_block): Likewise.
10609 * stor-layout.c (mode_for_size_tree): Likewise.
10610 * tree-ssa-loop-im.c (memref_eq): Likewise.
10611 * tree-ssa-loop-ivopts.c (tree_int_cst_sign_bit): Likewise.
10612 * tree.c (contains_placeholder_p, type_list_equal,
10613 simple_cst_equal, get_callee_fndecl, operand_equal_for_phi_arg_p):
10614 Likewise.
10615 * tree.h (tree_int_cst_sign_bit, may_negate_without_overflow_p,
10616 mode_for_size_tree, categorize_ctor_elements, count_type_elements,
10617 contains_placeholder_p, contains_packed_reference,
10618 get_callee_fndecl, operand_equal_for_phi_arg_p,
10619 warn_if_unused_value, is_body_block, native_encode_expr,
10620 native_interpret_expr, fold_convertible_p, operand_equal_p,
10621 int_const_binop, tree_swap_operands_p, builtin_mathfn_code,
10622 validate_arglist, simple_cst_equal, type_list_equal,
10623 use_register_for_decl, call_expr_flags, get_name,
10624 highest_pow2_factor): Likewise.
10625 (const_call_expr_arg_iterator_d,
10626 init_const_call_expr_arg_iterator, next_const_call_expr_arg,
10627 first_const_call_expr_arg, more_const_call_expr_args_p,
10628 FOR_EACH_CONST_CALL_EXPR_ARG): New.
10629 * varasm.c (constructor_static_from_elts_p): Constify.
10630
10631 2007-07-28 Kazu Hirata <kazu@codesourcery.com>
10632
10633 * cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md,
10634 config/arm/neon-schedgen.ml, config/arm/neon.ml,
10635 config/arm/vec-common.md, config/ia64/div.md, cselib.c,
10636 df-core.c, df.h, dominance.c, optabs.c, opts.c, reg-stack.c,
10637 regstat.c, target.h, tree-ssa-live.c, tree-ssa-pre.c,
10638 tree-vect-transform.c, tree.def: Fix comment typos. Follow
10639 spelling conventions.
10640 * doc/invoke.texi: Follow spelling conventions.
10641
10642 2007-07-29 Vladimir Yanovsky <yanov@il.ibm.com>
10643 Revital Eres <eres@il.ibm.com>
10644
10645 * modulo-sched.c (sms_schedule): Avoid loops which includes
10646 auto-increment instructions.
10647
10648 2007-07-28 Richard Guenther <rguenther@suse.de>
10649
10650 PR middle-end/32920
10651 * fold-const.c (fold_cond_expr_with_comparison): Convert
10652 operand zero of MIN/MAX_EXPR to correct type.
10653
10654 2007-07-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10655
10656 * calls.c (special_function_p, setjmp_call_p, alloca_call_p,
10657 flags_from_decl_or_type): Constify.
10658 * gcc.c (do_spec_1): Likewise.
10659 * print-tree.c (dump_addr, print_node_brief): Likewise.
10660 * tree-cfg.c (stmt_starts_bb_p, is_ctrl_stmt, computed_goto_p,
10661 simple_goto_p, tree_can_make_abnormal_goto, stmt_starts_bb_p,
10662 tree_purge_all_dead_eh_edges): Likewise.
10663 * tree-flow.h (is_ctrl_stmt, computed_goto_p, simple_goto_p,
10664 tree_can_make_abnormal_goto, tree_purge_all_dead_eh_edges):
10665 Likewise.
10666 * tree.c (expr_location, expr_has_location, expr_locus,
10667 expr_filename, expr_lineno, get_inner_array_type,
10668 fields_compatible_p): Likewise.
10669 * tree.h (get_inner_array_type, fields_compatible_p,
10670 expr_location, expr_has_location, expr_locus, expr_filename,
10671 expr_lineno, dump_addr, print_node_brief, flags_from_decl_or_type,
10672 setjmp_call_p, alloca_call_p): Likewise.
10673
10674 2007-07-28 Daniel Berlin <dberlin@dberlin.org>
10675
10676 * timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE,
10677 TV_FLOW_INSENSITIVE.
10678
10679 * tree-ssa-alias.c (compute_call_clobbered): Push/pop
10680 TV_CALL_CLOBBER.
10681 (compute_flow_sensitive_aliasing): Ditto for TV_FLOW_SENSITIVE.
10682 (compute_flow_insensitive_aliasing): Ditto for
10683 TV_FLOW_INSENSITIVE.
10684
10685 2007-07-27 Jan Hubicka <jh@suse.cz>
10686
10687 * config/i386/i386.c (register_move_cost): Remove accidentally
10688 comitted #if 0 block.
10689
10690 * attribs.c: Include hashtab.h
10691 (attribute_hash): New.
10692 (substring): New structure.
10693 (extract_attribute_substring, substring_hash, hash_attr, eq_attr):
10694 New function.
10695 (init_attributes): Initialize attribute hash.
10696 (decl_attributes): Use attribute hash.
10697 * Makefile.in (attribs.c): Depend on hashtab.h.
10698
10699 2007-07-27 Steve Ellcey <sje@cup.hp.com>
10700
10701 * config/ia64/vect.md (vec_initv2si): Remove bad BIG_ENDIAN test.
10702
10703 2007-07-27 Richard Sandiford <richard@codesourcery.com>
10704
10705 * doc/invoke.texi (mdsp, mdspr2): Document the __mips_dsp,
10706 __mips_dspr2 and __mips_dsp_rev macros.
10707 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_dsp_rev.
10708
10709 2007-07-27 Douglas Gregor <doug.gregor@gmail.com>
10710
10711 * c-common.h (enum rid): Add RID_DECLTYPE, update RID_LAST_CXX0X.
10712
10713 2007-07-26 Kenneth Zadeck <zadeck@naturalbridge.com>
10714
10715 PR middle-end/32749
10716
10717 * df-problems.c (df_create_unused_note): Removed do_not_gen parm
10718 and the updating of the live and do_not_gen sets.
10719 (df_note_bb_compute): Added updating of live and do_not_gen sets
10720 for regular defs so that the case of clobber inside conditional
10721 call is processed correctly.
10722
10723 2007-07-27 Zdenek Dvorak <dvorakz@suse.cz>
10724
10725 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Generate the
10726 operands with compatible type.
10727
10728 2007-07-27 Richard Sandiford <richard@codesourcery.com>
10729
10730 * expr.h (store_bit_field): Don't return a value.
10731 * expmed.c (check_predicate_volatile_ok): New function.
10732 (store_bit_field_1): New function, extracted from store_bit_field.
10733 Take a fallback_p argument and return true if the operation succeeded.
10734 Only use store_fixed_bit_field if fallback_p. Don't recompute
10735 mode_for_extraction; use op_mode instead. Try forcing memories
10736 into registers if the insv expander fails.
10737 (store_bit_field): Use store_bit_field_1 with fallback_p true.
10738 Don't return a value.
10739 (convert_extracted_bit_field): New function, extracted from
10740 store_bit_field.
10741 (extract_bit_field_1): Likewise. Take a fallback_p argument
10742 and return NULL if the operation succeeded. Only use
10743 extract_fixed_bit_field if fallback_p. Only calculate one
10744 extraction mode. Combine code for extv and extzv. Try forcing
10745 memories into registers if the ext(z)v expander fails.
10746 (extract_bit_field): Use extract_bit_field_1 with fallback_p true.
10747
10748 2007-07-27 Richard Sandiford <rsandifo@nildram.co.uk>
10749
10750 * df.h (df_mw_hardreg): Turn df_ref_type and df_ref_flags
10751 into bitfields.
10752 (df_ref): Likewise. Put regno with other integer fields.
10753
10754 2007-07-27 Richard Sandiford <rsandifo@nildram.co.uk>
10755
10756 * df.h (df_mw_hardreg): Remove "loc" field.
10757 * df-scan.c (df_ref_record): Don't set it. Remove redundant
10758 local variable.
10759 * df-problems.c (df_whole_mw_reg_unused_p): New function,
10760 split out from df_set_unused_notes_for_mw. Return false for
10761 partial references. Assert that mw_reg is a REG when returning true.
10762 (df_set_unused_notes_for_mw): Use it. Use mw_reg instead of *loc.
10763 (df_whole_mw_reg_dead_p): New function, split out from
10764 df_set_dead_notes_for_mw. Return false for partial references.
10765 Assert that mw_reg is a REG when returning true.
10766 (df_set_dead_notes_for_mw): Use it. Use mw_reg instead of *loc.
10767 Remove redundant bitmap check.
10768
10769 2007-07-26 H.J. Lu <hongjiu.lu@intel.com>
10770
10771 * config/ia64/t-ia64 ($(T)crtbegin.o): Removed.
10772 ($(T)crtend.o): Likwise.
10773 ($(T)crtbeginS.o): Likwise.
10774 ($(T)crtendS.o): Likwise.
10775 ($(T)crtfastmath.o): Likwise.
10776
10777 2007-07-26 Zdenek Dvorak <dvorakz@suse.cz>
10778
10779 * dominance.c (dom_computed, n_bbs_in_dom_tree): Removed.
10780 * function.h (dom_computed, n_bbs_in_dom_tree): New macros.
10781 * basic-block.h (struct control_flow_graph): Added x_dom_computed
10782 and x_n_bbs_in_dom_tree fields.
10783
10784 2007-07-26 Steve Ellcey <sje@cup.hp.com>
10785
10786 PR tree-optimization/32087
10787 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
10788 Do not call scale_bbs_frequencies_int with prob of zero.
10789
10790 2007-07-26 Julian Brown <julian@codesourcery.com>
10791
10792 * config/arm/arm-protos.h (neon_lane_bounds, neon_const_bounds)
10793 (neon_element_bits): Add prototypes.
10794 * config/arm/arm.c (bounds_check, neon_lane_bounds)
10795 (neon_const_bounds, neon_element_bits): New functions.
10796 * config/arm/neon.md (neon_vget_lane<mode>, neon_vget_lanedi)
10797 (neon_vget_lanev2di, neon_vset_lane<mode>, neon_vset_lanedi)
10798 (neon_vset_lanev2di, neon_vdup_lane<mode>, neon_vdup_lanedi)
10799 (neon_vdup_lanev2di, neon_vcvt_n<mode>, neon_vmul_lane<mode>)
10800 (neon_vmull_lane<mode>, neon_vqdmull_lane<mode>)
10801 (neon_vqdmulh_lane<mode>, neon_vmla_lane<mode>)
10802 (neon_vmlal_lane<mode>, neon_vqdmlal_lane<mode>)
10803 (neon_vmls_lane<mode>, neon_vmlsl_lane<mode>)
10804 (neon_vqdmlsl_lane<mode>, neon_vext<mode>, neon_vshr_n<mode>)
10805 (neon_vshrn_n<mode>, neon_vqshrn_n<mode>, neon_vqshrun_n<mode>)
10806 (neon_vshl_n<mode>, neon_vshl_n<mode>, neon_vqshl_n<mode>)
10807 (neon_vqshlu_n<mode>, neon_vshll_n<mode>, neon_vsra_n<mode>)
10808 (neon_vsri_n<mode>, neon_vsli_n<mode>): Add bounds checks.
10809
10810 2007-07-26 Nathan Froyd <froydnj@codesourcery.com>
10811
10812 * config/vxworks.h (VXWORKS_LINK_SPEC): Fix typo.
10813 (HAVE_AS_GNU_ATTRIBUTE): Undefine.
10814
10815 2007-07-26 Mark Shinwell <shinwell@codesourcery.com>
10816 Julian Brown <julian@codesourcery.com>
10817
10818 * config/arm/arm.c (arm_mac_accumulator_is_mul_result): New.
10819 * config/arm/arm-protos.h (arm_mac_accumulator_is_mul_result): New.
10820 * config/arm/cortex-a8.md: New.
10821 * config/arm/cortex-a8-neon.md: New.
10822 * config/arm/neon-schedgen.ml: New.
10823 * config/arm/neon.md (vqh_mnem): New.
10824 (neon_type): New.
10825 (Is_float_mode): New.
10826 (Scalar_mul_8_16): New.
10827 (Is_d_reg): New.
10828 (V_mode_nunits): New.
10829 (All instruction patterns): Annotate with neon_type attribute
10830 values.
10831 * config/arm/arm.md: Include cortex-a8.md.
10832 (insn): Add smmla, umaal, smlald, smlsld, clz, mrs, msr and xtab
10833 values.
10834 Annotate instruction patterns accordingly.
10835 (generic_sched): Do not use generic scheduling for Cortex-A8.
10836 (generic_vfp): Do not use generic VFP scheduling for Cortex-A8.
10837
10838 2007-07-26 Daniel Jacobowitz <dan@codesourcery.com>
10839
10840 * fold-const.c (fold_read_from_constant_string): Use
10841 build_int_cst_type.
10842 * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
10843
10844 2007-07-26 Nick Clifton <nickc@redhat.com>
10845
10846 * tree-ssa-operands.h: Change copyright header to refer to version
10847 3 of the GNU General Public License and to point readers at the
10848 COPYING3 file and the FSF's license web page.
10849 * tree-vrp.c, regrename.c, attribs.c, loop-unswitch.c,
10850 sched-ebb.c, fwprop.c, tree-loop-linear.c, dwarf2asm.c,
10851 tree-into-ssa.c, dwarf2asm.h, tree-ssa-loop-im.c, sbitmap.c,
10852 targhooks.c, tree-dump.c, tree-complex.c, sbitmap.h, targhooks.h,
10853 tree-dump.h, regstat.c, see.c, machmode.h, hooks.c, cgraphbuild.c,
10854 hooks.h, genrecog.c, tree-ssa-threadupdate.c, gen-protos.c,
10855 flags.h, rtlhooks.c, gencheck.c, tree-ssa-loop-niter.c,
10856 opts-common.c, dbgcnt.def, tree-pretty-print.c, tracer.c,
10857 gengtype.c, mkconfig.sh, gengtype.h, tree-ssa-loop-unswitch.c,
10858 cgraph.c, c-lex.c, cgraph.h, libfuncs.h, cfgloopmanip.c,
10859 rtl-error.c, optabs.c, postreload-gcse.c, tree-ssa-loop-manip.c,
10860 optabs.h, genmddeps.c, defaults.h, postreload.c, value-prof.c,
10861 tree-ssa-loop-ch.c, tree-tailcall.c, gengenrtl.c, value-prof.h,
10862 genopinit.c, tree.c, tree.h, reload.c, tree-pass.h, ipa-cp.c,
10863 reload.h, bitmap.c, bitmap.h, tree-scalar-evolution.c,
10864 c-config-lang.in, tree-scalar-evolution.h, target.h, cppspec.c,
10865 rtlanal.c, ddg.c, lambda-mat.c, mips-tdump.c, ddg.h,
10866 tree-phinodes.c, mips-tfile.c, pointer-set.c, pointer-set.h,
10867 diagnostic.c, final.c, diagnostic.h, builtins.c, genoutput.c,
10868 gcc.c, lists.c, tree-ssa-alias-warnings.c, gcc.h, cfghooks.c,
10869 input.h, gensupport.c, fold-const.c, cfghooks.h, insn-notes.def,
10870 gensupport.h, builtin-attrs.def, sync-builtins.def, params.c,
10871 cfgloopanal.c, params.h, graphds.c, omp-low.c, tree-ssa-dse.c,
10872 graphds.h, gcov.c, cfg.c, genextract.c, ipa-reference.c,
10873 genautomata.c, tree-ssa-uncprop.c, auto-inc-dec.c, toplev.c,
10874 tree-gimple.c, ipa-reference.h, vmsdbgout.c, errors.c, toplev.h,
10875 reorg.c, tree-gimple.h, tree-chrec.c, pretty-print.c, errors.h,
10876 real.c, tree-chrec.h, pretty-print.h, debug.c, real.h, genemit.c,
10877 omega.c, c-cppbuiltin.c, genmultilib, debug.h, omega.h,
10878 tree-ssa-sccvn.c, genconfig.c, tree-ssa-sccvn.h, cgraphunit.c,
10879 regs.h, df-scan.c, vec.c, hosthooks-def.h, vec.h,
10880 tree-ssa-copyrename.c, scan.c, builtin-types.def, tree-ssa-ccp.c,
10881 scan.h, mode-classes.def, haifa-sched.c, dominance.c, dojump.c,
10882 double-int.c, gcov-io.c, dbxout.c, builtins.def, double-int.h,
10883 dbxout.h, tree-ssa-loop-ivopts.c, df-core.c, mode-switching.c,
10884 gengtype-lex.l, tree-nomudflap.c, modulo-sched.c, c-objc-common.c,
10885 hosthooks.h, c-objc-common.h, caller-save.c, graph.c,
10886 ipa-pure-const.c, graph.h, c-format.c, cse.c, fix-header.c,
10887 c-format.h, web.c, tree-stdarg.c, genpeep.c, tree-stdarg.h,
10888 tree-ssa-math-opts.c, xcoffout.c, tree-ssa-dom.c, tree-nrv.c,
10889 xcoffout.h, tree-ssa-propagate.c, ipa-utils.c,
10890 tree-ssa-propagate.h, tree-ssa-alias.c, loop-init.c, ipa-utils.h,
10891 gimple-low.c, rtl.def, c-tree.h, tree-ssa-sink.c, ipa-inline.c,
10892 mkmap-symver.awk, machmode.def, c-pch.c, cfganal.c, global.c,
10893 alloc-pool.c, c-semantics.c, alloc-pool.h, jump.c, ifcvt.c,
10894 dwarf2out.c, expr.c, cfgbuild.c, tree-browser.c, dwarf2out.h,
10895 expr.h, longlong.h, opts.c, gcov-iov.c, opts.h, dwarf2.h,
10896 genattrtab.c, genconditions.c, genattr.c, optc-gen.awk,
10897 timevar.def, tree-ssa-loop-ivcanon.c, hard-reg-set.h, predict.c,
10898 tree-ssa-loop.c, host-default.c, predict.h, recog.c, dbgcnt.c,
10899 recog.h, dbgcnt.h, c-aux-info.c, tree-ssa-address.c, timevar.c,
10900 dse.c, lcm.c, tree-ssa-ifcombine.c, timevar.h, dse.h,
10901 matrix-reorg.c, tree-vn.c, treestruct.def, fp-test.c, c-decl.c,
10902 tree-eh.c, c-errors.c, c-pretty-print.c, regmove.c,
10903 lambda-trans.c, c-pretty-print.h, et-forest.c, et-forest.h,
10904 ebitmap.c, configure.ac, local-alloc.c, function.c, langhooks.c,
10905 ebitmap.h, cppdefault.c, tree-vectorizer.c, function.h,
10906 langhooks.h, print-rtl.c, cppdefault.h, df.h, tree-vectorizer.h,
10907 sdbout.c, stor-layout.c, sdbout.h, rtlhooks-def.h, read-rtl.c,
10908 gcse.c, ipa-type-escape.c, vmsdbg.h, alias.c, gengtype-parse.c,
10909 ipa-type-escape.h, domwalk.c, alias.h, tree-if-conv.c, profile.c,
10910 init-regs.c, domwalk.h, ipa.c, gccbug.in, tree-data-ref.c,
10911 loop-unroll.c, tree-data-ref.h, tree-flow-inline.h, tree-affine.c,
10912 mkmap-flat.awk, tree-affine.h, tree-vect-analyze.c, c.opt, ggc.h,
10913 opt-gather.awk, c-typeck.c, gimplify.c, coretypes.h, exec-tool.in,
10914 insn-addr.h, tree-ssa-phiopt.c, c-pragma.c, c-pragma.h, calls.c,
10915 tree-ssa-coalesce.c, genmodes.c, loop-doloop.c, predict.def,
10916 dwarf.h, tree.def, rtl-factoring.c, lower-subreg.c, expmed.c,
10917 bt-load.c, ggc-common.c, genflags.c, tree-dfa.c, except.c,
10918 coverage.c, except.h, emit-rtl.c, cfgexpand.c, coverage.h,
10919 stringpool.c, cselib.c, emit-rtl.h, tree-cfgcleanup.c, c-opts.c,
10920 cselib.h, cfgcleanup.c, simplify-rtx.c, tree-ssa-pre.c, explow.c,
10921 tree-ssa-live.c, tree-sra.c, tree-ssa-live.h, tree-predcom.c,
10922 loop-invariant.c, genpreds.c, protoize.c, opth-gen.awk, c-dump.c,
10923 lambda.h, loop-iv.c, tree-mudflap.c, ipa-prop.c, print-tree.c,
10924 tree-mudflap.h, tree-ssa-copy.c, ipa-prop.h, cfglayout.c,
10925 tree-ssa-forwprop.c, c-convert.c, cfglayout.h, common.opt,
10926 ggc-zone.c, ggc-page.c, c-omp.c, tree-ssa-dce.c, gencodes.c,
10927 varasm.c, tree-vect-patterns.c, libada-mk.in, tree-ssa-ter.c,
10928 sched-deps.c, tree-nested.c, c-ppoutput.c, tree-ssa.c,
10929 target-def.h, tree-ssa-loop-prefetch.c, lambda-code.c,
10930 omp-builtins.def, rtl.c, regclass.c, stab.def, intl.c, rtl.h,
10931 intl.h, tree-inline.c, conditions.h, tree-inline.h, integrate.c,
10932 sched-int.h, tree-iterator.c, integrate.h, tree-iterator.h,
10933 genchecksum.c, tree-optimize.c, output.h, tree-vect-transform.c,
10934 tree-object-size.c, combine.c, tree-outof-ssa.c, addresses.h,
10935 bb-reorder.c, stack-ptr-mod.c, resource.c, var-tracking.c,
10936 cfgloop.c, system.h, resource.h, ggc-none.c, tree-profile.c,
10937 cfgloop.h, c-gimplify.c, c-common.c, opt-functions.awk,
10938 tree-vect-generic.c, tree-flow.h, df-problems.c, scan-decls.c,
10939 c-common.h, config.gcc, reg-stack.c, tlink.c, main.c, stub-objc.c,
10940 fixproto, config.host, Makefile.in, gccspec.c, sched-rgn.c,
10941 vecprim.h, basic-block.h, tree-ssa-structalias.c,
10942 tree-ssa-structalias.h, c-common.def, sched-vis.c, tree-cfg.c,
10943 passes.c, genconstants.c, c-incpath.c, c-incpath.h,
10944 struct-equiv.c, c-parser.c, tree-ssa-reassoc.c, varray.c, sreal.c,
10945 varray.h, dfp.c, sreal.h, combine-stack-adj.c, dfp.h,
10946 reg-notes.def, cfgrtl.c, config.build, varpool.c, gengtype-yacc.y,
10947 stmt.c, dce.c, tree-browser.def, prefix.c, statistics.h,
10948 params.def, dce.h, c-lang.c, gcov-dump.c, prefix.h,
10949 tree-ssanames.c, collect2.c, collect2.h, tree-ssa-threadedge.c,
10950 convert.c, convert.h, langhooks-def.h, reload1.c,
10951 tree-ssa-operands.c: Likewise.
10952
10953 2007-07-26 Jan Hubicka <jh@suse.cz>
10954
10955 * tree-ssa-live.c: Include debug.h and flags.h.
10956 (mark_scope_block_unused): New function.
10957 (remove_unused_scope_block_p): New function.
10958 (remove_unused_locals): Remove unused blocks too.
10959
10960 2007-07-25 Ian Lance Taylor <iant@google.com>
10961
10962 * combine.c (combine_max_regno): Remove. Remove all uses.
10963 (struct reg_stat_struct): Rename from struct reg_stat.
10964 (reg_stat_type): Define, and declare VECs.
10965 (reg_stat): Change from pointer to VEC. Change all uses.
10966 (combine_split_insns): New static function.
10967 (try_combine, find_split_point): Call it instead of split_insns.
10968
10969 2007-07-25 Zdenek Dvorak <dvorakz@suse.cz>
10970
10971 * cfghooks.c (split_block): Fix the information about loop latch.
10972
10973 2007-07-25 Zdenek Dvorak <dvorakz@suse.cz>
10974
10975 * cfgloopmanip.c (fix_loop_structure): Call force_single_succ_latches.
10976
10977 2007-07-25 Zdenek Dvorak <dvorakz@suse.cz>
10978
10979 * tree-ssa-threadupdate.c (create_edge_and_update_destination_phis):
10980 Scan the new edge for loop exit info.
10981
10982 2007-07-25 Andreas Tobler <a.tobler@schweiz.org>
10983
10984 * config/darwin.c: Include debug.h.
10985
10986 2007-07-25 Steve Ellcey <sje@cup.hp.com>
10987
10988 PR target/32218
10989 * tree-vect-patterns.c (vect_pattern_recog_1): Check for valid type.
10990
10991 2007-07-25 Steve Ellcey <sje@cup.hp.com>
10992
10993 * config/ia64/ia64.h (HARD_REGNO_NREGS): Handle RFmode.
10994 (HARD_REGNO_MODE_OK): Ditto.
10995 (MODES_TIEABLE_P): Ditto.
10996 (HARD_REGNO_CALLER_SAVE_MODE): Ditto.
10997 (CLASS_MAX_NREGS): Ditto.
10998 * config/ia64/ia64.c (ia64_print_operand_address): Add R format.
10999 * config/ia64/ia64.md (divsf3_internal_thr): Removed.
11000 (divdf3_internal_thr): Removed.
11001 * config/ia64/div.md: New file.
11002 * config/ia64/constraints.md: Add H constraint.
11003
11004 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11005
11006 * sbitmap.c (sbitmap_verify_popcount, sbitmap_alloc_with_popcount,
11007 sbitmap_copy, sbitmap_copy_n, sbitmap_equal, sbitmap_empty_p,
11008 sbitmap_union_of_diff_cg, sbitmap_union_of_diff, sbitmap_not,
11009 sbitmap_difference, sbitmap_any_common_bits, sbitmap_a_and_b_cg,
11010 sbitmap_a_and_b, sbitmap_a_xor_b_cg, sbitmap_a_xor_b,
11011 sbitmap_a_or_b_cg, sbitmap_a_or_b, sbitmap_a_subset_b_p,
11012 sbitmap_a_or_b_and_c_cg, sbitmap_a_or_b_and_c,
11013 sbitmap_a_and_b_or_c_cg, sbitmap_a_and_b_or_c,
11014 sbitmap_first_set_bit, sbitmap_last_set_bit, dump_sbitmap,
11015 dump_sbitmap_file, debug_sbitmap, popcount_table,
11016 sbitmap_popcount): Constify.
11017 * sbitmap.h (const_sbitmap, const_sbitmap_ptr): New.
11018 (sbitmap_iterator, sbitmap_iter_init, dump_sbitmap,
11019 dump_sbitmap_file, sbitmap_copy, sbitmap_copy_n, sbitmap_equal,
11020 sbitmap_empty_p, sbitmap_union_of_diff, sbitmap_union_of_diff_cg,
11021 sbitmap_difference, sbitmap_not, sbitmap_a_or_b_and_c,
11022 sbitmap_a_or_b_and_c_cg, sbitmap_a_and_b_or_c,
11023 sbitmap_a_and_b_or_c_cg, sbitmap_any_common_bits, sbitmap_a_and_b,
11024 sbitmap_a_and_b_cg, sbitmap_a_or_b, sbitmap_a_or_b_cg,
11025 sbitmap_a_xor_b, sbitmap_a_xor_b_cg, sbitmap_a_subset_b_p,
11026 sbitmap_first_set_bit, sbitmap_last_set_bit, debug_sbitmap,
11027 sbitmap_popcount, sbitmap_verify_popcount): Constify.
11028
11029 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11030
11031 * bitmap.c (hash_descriptor, eq_descriptor, bitmap_element_zerop,
11032 bitmap_copy, bitmap_clear_bit, popcount_table, bitmap_count_bits,
11033 bitmap_first_set_bit, bitmap_and, bitmap_and_into,
11034 bitmap_elt_copy, bitmap_and_compl, bitmap_and_compl_into,
11035 bitmap_compl_and_into, bitmap_elt_ior, bitmap_ior,
11036 bitmap_ior_into, bitmap_xor, bitmap_xor_into, bitmap_equal_p,
11037 bitmap_intersect_p, bitmap_intersect_compl_p,
11038 bitmap_ior_and_compl, bitmap_ior_and_compl_into,
11039 debug_bitmap_file, debug_bitmap, bitmap_print, bitmap_hash):
11040 Constify.
11041 * bitmap.h (bitmap_copy, bitmap_equal_p, bitmap_intersect_p,
11042 bitmap_intersect_compl_p, bitmap_count_bits, bitmap_and,
11043 bitmap_and_into, bitmap_and_compl, bitmap_and_compl_into,
11044 bitmap_compl_and_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
11045 bitmap_xor_into, bitmap_ior_and_compl, bitmap_ior_and_compl_into,
11046 debug_bitmap, debug_bitmap_file, bitmap_print,
11047 bitmap_first_set_bit, bitmap_hash, bmp_iter_set_init,
11048 bmp_iter_and_init, bmp_iter_and_compl_init): Likewise.
11049
11050 2007-07-25 Daniel Berlin <dberlin@dberlin.org>
11051
11052 * config/darwin.c (darwin_override_options): Additional fix for
11053 debug info formats that don't support var tracking.
11054
11055 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11056
11057 * cselib.c (entry_and_rtx_equal_p): Constify.
11058 * gengtype.c (output_mangled_typename, write_types, write_local):
11059 Likewise.
11060 * gengtype.h (const_type_p): New.
11061 * see.c (eq_descriptor_extension, hash_descriptor_extension):
11062 Constify.
11063 * tlink.c (scan_linker_output): De-constify.
11064 * tree-ssa-loop-im.c (memref_eq): Constify.
11065 * tree-ssa-structalias.c (const_shared_bitmap_info_t): New.
11066 (shared_bitmap_hash, shared_bitmap_eq): Constify.
11067
11068 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11069
11070 * c-common.c (fname_as_string, c_type_hash): Constify.
11071 * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
11072 * cgraph.c (edge_hash, edge_eq): Likewise.
11073 * dwarf2out.c (decl_die_table_eq, decl_loc_table_eq): Likewise.
11074 * emit-rtl.c (mem_attrs_htab_eq, reg_attrs_htab_hash,
11075 reg_attrs_htab_eq): Likewise.
11076 * except.c (t2r_eq, t2r_hash, ttypes_filter_eq, ehl_hash, ehl_eq):
11077 Likewise.
11078 * genautomata.c (const_reserv_sets_t, const_unit_decl_t,
11079 const_decl_t, const_state_t, const_automata_list_el_t): New.
11080 (first_out_arc, DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON, DECL_EXCL,
11081 DECL_PRESENCE, DECL_ABSENCE, DECL_RESERV, DECL_INSN_RESERV,
11082 automaton_decl_hash, automaton_decl_eq_p, insn_decl_hash,
11083 insn_decl_eq_p, decl_hash, decl_eq_p, alt_state_cmp,
11084 reserv_sets_cmp, reserv_sets_eq, state_hash, state_eq_p,
11085 automata_list_hash, automata_list_eq_p, compare_states_for_equiv,
11086 compare_max_occ_cycle_nums, out_state_arcs_num,
11087 compare_transition_els_num, units_cmp, state_reservs_cmp):
11088 Constify.
11089 * genmodes.c (cmp_modes): Likewise.
11090 * ggc-common.c (saving_htab_hash, saving_htab_eq): Likewise.
11091 * gimplify.c (compare_case_labels): Likewise.
11092 * ipa-type-escape.c (get_name_of_type, type_brand_s): Likewise.
11093 * loop-unroll.c (si_info_hash, ve_info_hash): Likewise.
11094 * matrix-reorg.c (mtt_info_hash): Likewise.
11095 * postreload-gcse.c (hash_expr_for_htab, expr_equiv_p): Likewise.
11096 * rtl-factoring.c (const_p_hash_bucket, const_p_hash_elem): New.
11097 (htab_hash_bucket, htab_hash_elem): Constify.
11098 * tree-browser.c (TB_parent_eq): Likewise.
11099 * tree-scalar-evolution.c (hash_scev_info): Likewise.
11100 * tree-ssa-alias.c (sort_tags_by_id): Likewise.
11101 * tree-ssa-coalesce.c (const_coalesce_pair_p): New.
11102 (coalesce_pair_map_hash, coalesce_pair_map_eq, compare_pairs):
11103 Constify.
11104 * tree-ssa-dom.c (avail_expr_hash, avail_expr_eq): Likewise.
11105 * tree-ssa-pre.c (const_expr_pred_trans_t): New.
11106 (expr_pred_trans_hash, expr_pred_trans_eq): Constify.
11107 * tree-ssa-sccvn.c (const_vn_binary_op_t, const_vn_unary_op_t,
11108 const_vn_phi_t, const_vn_reference_op_t, const_vn_reference_t):
11109 New.
11110 (vn_reference_op_eq, vn_reference_hash, vn_reference_eq,
11111 vn_unary_op_hash, vn_unary_op_eq, vn_binary_op_hash,
11112 vn_binary_op_eq, vn_phi_hash, vn_phi_eq): Constify.
11113 * tree-ssa-threadupdate.c (redirection_data_hash,
11114 redirection_data_eq): Likewise.
11115 * tree-ssa-uncprop.c (equiv_hash, equiv_eq): Likewise.
11116 * tree-ssa.c (var_ann_eq): Likewise.
11117 * tree-vrp.c (compare_case_labels): Likewise.
11118 * tree.c (int_cst_hash_hash, int_cst_hash_eq,
11119 tree_map_base_marked_p, type_hash_marked_p, tree_check_failed,
11120 tree_not_check_failed, tree_class_check_failed,
11121 tree_range_check_failed, tree_not_class_check_failed,
11122 omp_clause_check_failed, omp_clause_range_check_failed,
11123 tree_contains_struct_check_failed, tree_operand_check_failed):
11124 Likewise.
11125 * tree.h (tree_contains_struct_check_failed, tree_check_failed,
11126 tree_not_check_failed, tree_class_check_failed,
11127 tree_range_check_failed, tree_not_class_check_failed,
11128 tree_operand_check_failed, omp_clause_operand_check_failed,
11129 tree_operand_length): Likewise.
11130 * var-tracking.c (const_variable): New.
11131 (variable_htab_hash, variable_htab_eq): Constify.
11132 * varasm.c (const_desc_hash): Likewise.
11133
11134 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11135
11136 * expr.c (handled_component_p): Constify.
11137 * fold-const.c (fit_double_type): Likewise.
11138 * real.h (real_value_from_int_cst): Likewise.
11139 * tree-flow-inline.h (gimple_in_ssa_p,
11140 gimple_aliases_computed_p, gimple_addressable_vars,
11141 gimple_call_clobbered_vars, gimple_referenced_vars,
11142 gimple_global_var, gimple_nonlocal_all, gimple_var_anns,
11143 end_htab_p, end_referenced_vars_p, var_ann, function_ann,
11144 may_aliases, end_readonly_imm_use_p, has_zero_uses,
11145 has_single_use, single_imm_use, num_imm_uses, is_exec_stmt,
11146 is_label_stmt, is_global_var, phi_ssa_name_p,
11147 factoring_name_p, is_call_clobbered, tree_common_ann,
11148 op_iter_done, end_imm_use_stmt_p, end_imm_use_on_stmt_p,
11149 unmodifiable_var_p, array_ref_contains_indirect_ref,
11150 ref_contains_array_ref, lookup_subvars_for_var,
11151 var_can_have_subvars, overlap_subvar, gimple_ssa_operands,
11152 gimple_mem_ref_stats): Likewise.
11153 * tree-flow.h (tree_common_ann, var_ann, function_ann,
11154 may_aliases, is_exec_stmt, is_label_stmt,
11155 ref_contains_array_ref, array_ref_contains_indirect_ref,
11156 var_can_have_subvars, overlap_subvar, is_call_clobbered,
11157 unmodifiable_var_p): Likewise.
11158 * tree-gimple.c (is_gimple_min_invariant): Likewise.
11159 * tree-gimple.h (is_gimple_min_invariant): Likewise.
11160 * tree.c (type_hash_list, attribute_hash_list, tree_size,
11161 cst_and_fits_in_hwi, real_value_from_int_cst,
11162 build_real_from_int_cst, integer_zerop, integer_onep,
11163 integer_all_onesp, integer_pow2p, integer_nonzerop, tree_log2,
11164 tree_floor_log2, real_zerop, real_onep, real_twop,
11165 real_minus_onep, really_constant_p, purpose_member, chain_member,
11166 list_length, fields_length, int_size_in_bytes, bit_position,
11167 int_bit_position, byte_position, int_byte_position, expr_align,
11168 array_type_nelts, tree_node_structure,
11169 type_contains_placeholder_1, iterative_hash_pointer,
11170 is_attribute_with_length_p, is_attribute_p, check_qualified_type,
11171 tree_map_base_eq, type_hash_list, type_hash_eq,
11172 attribute_hash_list, type_num_arguments, tree_int_cst_equal,
11173 tree_int_cst_lt, tree_int_cst_compare, host_integerp,
11174 tree_low_cst, tree_int_cst_msb, tree_int_cst_sgn,
11175 simple_cst_list_equal, compare_tree_int, iterative_hash_expr,
11176 int_fits_type_p, get_containing_scope, decl_function_context,
11177 decl_type_context, omp_clause_operand_check_failed,
11178 initializer_zerop, int_cst_value, num_ending_zeros): Likewise.
11179 * tree.h (omp_clause_operand_check_failed, tree_size,
11180 build_real_from_int_cst, array_type_nelts, purpose_member,
11181 tree_int_cst_equal, tree_int_cst_lt, tree_int_cst_compare,
11182 host_integerp, tree_low_cst, tree_int_cst_msb, tree_int_cst_sgn,
11183 is_attribute_p, check_qualified_type, expr_align,
11184 int_size_in_bytes, bit_position, int_bit_position, byte_position,
11185 int_byte_position, list_length, fields_length, initializer_zerop,
11186 integer_zerop, integer_onep, integer_all_onesp, integer_pow2p,
11187 integer_nonzerop, cst_and_fits_in_hwi, num_ending_zeros,
11188 tree_node_structure, handled_component_p, get_containing_scope,
11189 decl_function_context, decl_type_context, real_zerop,
11190 type_num_arguments, fit_double_type, really_constant_p,
11191 int_fits_type_p, tree_log2, tree_floor_log2, iterative_hash_expr,
11192 compare_tree_int, chain_member, simple_cst_list_equal, real_onep,
11193 real_twop, real_minus_onep, int_cst_value): Likewise.
11194
11195 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11196
11197 * cfglayout.c (insn_scope, insn_line): Constify.
11198 * emit-rtl.c (const_int_htab_hash, const_int_htab_eq,
11199 const_double_htab_hash, const_double_htab_eq,
11200 mem_attrs_htab_hash): Likewise.
11201 * loop-iv.c (biv_eq): Likewise.
11202 * print-rtl.c (print_rtx, print_decl_name, print_mem_expr,
11203 print_inline_rtx, debug_rtx, debug_rtx_list, debug_rtx_range,
11204 debug_rtx_find, print_rtl, print_rtl_single, print_simple_rtl):
11205 Likewise.
11206 * rtl-error.c (location_for_asm, diagnostic_for_asm,
11207 error_for_asm, warning_for_asm, _fatal_insn,
11208 _fatal_insn_not_found): Likewise.
11209 * rtl.c (rtx_size, shared_const_p, shallow_copy_rtx_stat,
11210 rtx_equal_p, rtl_check_failed_bounds, rtl_check_failed_type1,
11211 rtl_check_failed_type2, rtl_check_failed_code1,
11212 rtl_check_failed_code2, rtl_check_failed_code_mode,
11213 rtvec_check_failed_bounds, rtl_check_failed_flag): Likewise.
11214 * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
11215 rtl_check_failed_type2, rtl_check_failed_code1,
11216 rtl_check_failed_code2, rtl_check_failed_code_mode,
11217 rtvec_check_failed_bounds, rtl_check_failed_flag, LABEL_KIND,
11218 SET_LABEL_KIND, rhs_regno, subreg_lsb, subreg_regno, subreg_nregs,
11219 shared_const_p, rtx_size, shallow_copy_rtx_stat, rtx_equal_p,
11220 get_pool_mode, insn_line, insn_file, simplify_replace_rtx,
11221 mode_signbit_p, rtx_addr_can_trap_p, nonzero_address_p,
11222 rtx_unstable_p, get_integer_term, get_related_value,
11223 offset_within_block_p, reg_mentioned_p, count_occurrences,
11224 reg_referenced_p, reg_used_between_p, no_labels_between_p,
11225 single_set_2, multiple_sets, set_noop_p, refers_to_regno_p,
11226 reg_overlap_mentioned_p, dead_or_set_p, dead_or_set_regno_p,
11227 find_reg_note, find_regno_note, find_reg_equal_equiv_note,
11228 find_constant_src, find_reg_fusage, find_regno_fusage,
11229 pure_call_p, remove_note, side_effects_p, volatile_refs_p,
11230 volatile_insn_p, may_trap_p, may_trap_after_code_motion_p,
11231 may_trap_or_fault_p, inequality_comparisons_p, tablejump_p,
11232 computed_jump_p, auto_inc_p, in_expr_list_p,
11233 remove_node_from_expr_list, loc_mentioned_in_p,
11234 label_is_jump_target_p, reversed_comparison_code_parts,
11235 debug_rtx, debug_rtx_list, debug_rtx_range, debug_rtx_find,
11236 print_mem_expr, print_rtl, print_simple_rtl, print_rtl_single,
11237 print_inline_rtx): Likewise.
11238 * rtlanal.c (covers_regno_p, covers_regno_no_parallel_p,
11239 computed_jump_p_1, nonzero_bits1, rtx_unstable_p,
11240 rtx_addr_can_trap_p_1, rtx_addr_can_trap_p, nonzero_address_p,
11241 get_integer_term, get_related_value, offset_within_block_p,
11242 count_occurrences, reg_mentioned_p, no_labels_between_p,
11243 reg_used_between_p, reg_referenced_p, single_set_2,
11244 multiple_sets, set_noop_p, refers_to_regno_p,
11245 reg_overlap_mentioned_p, dead_or_set_p,
11246 covers_regno_no_parallel_p, covers_regno_p,
11247 dead_or_set_regno_p, find_reg_note, find_regno_note,
11248 find_reg_equal_equiv_note, find_constant_src, find_reg_fusage,
11249 find_regno_fusage, pure_call_p, remove_note, in_expr_list_p,
11250 remove_node_from_expr_list, volatile_insn_p, volatile_refs_p,
11251 side_effects_p, may_trap_p_1, may_trap_p,
11252 may_trap_after_code_motion_p, may_trap_or_fault_p,
11253 inequality_comparisons_p, tablejump_p, computed_jump_p_1,
11254 computed_jump_p, auto_inc_p, loc_mentioned_in_p, subreg_lsb,
11255 subreg_regno, subreg_nregs, label_is_jump_target_p): Likewise.
11256 * simplify-rtx.c (neg_const_int, plus_minus_operand_p,
11257 mode_signbit_p, simplify_replace_rtx, plus_minus_operand_p):
11258 Likewise.
11259 * toplev.h (_fatal_insn_not_found, _fatal_insn, error_for_asm,
11260 warning_for_asm): Likewise.
11261 * tree.h (print_rtl): Likewise.
11262 * varasm.c (get_pool_mode): Likewise.
11263
11264 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11265
11266 * c-lex.c (c_lex_with_flags, lex_string): Constify.
11267 * c-ppoutput.c (print_line, pp_dir_change): Likewise.
11268 * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
11269 * cfg.c (bb_copy_original_hash, bb_copy_original_eq): Likewise.
11270 * cfgloop.c (loop_exit_hash, loop_exit_eq): Likewise.
11271 * ddg.c (compare_sccs): Likewise.
11272 * df-scan.c (df_ref_compare, df_mw_compare): Likewise.
11273 * dfp.c (decimal_real_from_string, decimal_to_decnumber,
11274 decimal_to_binary, decimal_do_compare, decimal_real_to_decimal,
11275 decimal_do_fix_trunc, decimal_real_to_integer,
11276 decimal_real_to_integer2, decimal_real_maxval): Likewise.
11277 * dse.c (const_group_info_t): New.
11278 (invariant_group_base_eq, invariant_group_base_hash): Constify.
11279 * dwarf2out.c (const_dw_die_ref): New.
11280 (decl_die_table_hash, decl_die_table_eq, file_info_cmp): Constify.
11281 * tree-browser.c (TB_parent_eq): Likewise.
11282 * unwind-dw2-fde.c (__register_frame_info_bases,
11283 __deregister_frame_info_bases, fde_unencoded_compare, fde_split,
11284 add_fdes, linear_search_fdes, binary_search_unencoded_fdes):
11285 Likewise.
11286 * unwind-dw2-fde.h (get_cie, next_fde): Likewise.
11287 * unwind-dw2.c (uw_frame_state_for): Likewise.
11288 * value-prof.c (histogram_hash, histogram_eq): Likewise.
11289 * value-prof.h (const_histogram_value): New.
11290
11291 2007-07-25 Richard Sandiford <richard@codesourcery.com>
11292
11293 * config/mips/mips.c (machine_function): Add
11294 initialized_mips16_gp_pseudo_p.
11295 (mips16_gp_pseudo_reg): Do not emit the initialization of
11296 mips16_gp_pseudo_rtx when being called from the gimple cost-
11297 calculation routines; emit it on the first use outside those
11298 routines.
11299
11300 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11301
11302 * coretypes.h (const_bitmap, const_rtx, const_rtvec, const_tree):
11303 New.
11304
11305 * rtl.h (RTL_CHECK1, RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2,
11306 RTVEC_ELT, XWINT, XCWINT, XCMWINT, XCNMPRV, BLOCK_SYMBOL_CHECK,
11307 RTL_FLAG_CHECK1, RTL_FLAG_CHECK2, RTL_FLAG_CHECK3,
11308 RTL_FLAG_CHECK4, RTL_FLAG_CHECK5, RTL_FLAG_CHECK6,
11309 RTL_FLAG_CHECK7, RTL_FLAG_CHECK8, LABEL_KIND, SET_LABEL_KIND):
11310 Preserve const-ness of parameters through use of __typeof(),
11311 also constify and tidy.
11312
11313 * tree.h (TREE_CHECK, TREE_NOT_CHECK, TREE_CHECK2,
11314 TREE_NOT_CHECK2, TREE_CHECK3, TREE_NOT_CHECK3, TREE_CHECK4,
11315 NON_TREE_CHECK4, TREE_CHECK5, TREE_NOT_CHECK5,
11316 CONTAINS_STRUCT_CHECK, TREE_CLASS_CHECK, TREE_RANGE_CHECK,
11317 OMP_CLAUSE_SUBCODE_CHECK, OMP_CLAUSE_RANGE_CHECK, EXPR_CHECK,
11318 GIMPLE_STMT_CHECK, NON_TYPE_CHECK, TREE_VEC_ELT_CHECK,
11319 PHI_NODE_ELT_CHECK, OMP_CLAUSE_ELT_CHECK, TREE_OPERAND_CHECK,
11320 TREE_OPERAND_CHECK_CODE, GIMPLE_STMT_OPERAND_CHECK,
11321 TREE_RTL_OPERAND_CHECK, TREE_CHAIN, TREE_TYPE): Likewise.
11322
11323 2007-07-25 Julian Brown <julian@codesourcery.com>
11324 Mark Shinwell <shinwell@codesourcery.com>
11325
11326 * config/alpha/alpha.c (alpha_mangle_fundamental_type): Rename to...
11327 (alpha_mangle_type): This.
11328 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
11329 (TARGET_MANGLE_TYPE): Define this instead.
11330 * config/arm/arm-protos.h (arm_mangle_type): Add prototype.
11331 * config/arm/arm.c (TARGET_MANGLE_TYPE): Define target hook.
11332 (arm_init_neon_builtins): Fix comment.
11333 (arm_mangle_map_entry): New.
11334 (arm_mangle_map): New.
11335 (arm_mangle_type): New.
11336 * config/i386/i386.c (ix86_mangle_fundamental_type): Rename to...
11337 (ix86_mangle_type): This. Use TYPE_MAIN_VARIANT and restrict
11338 mangled types to VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, REAL_TYPE.
11339 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
11340 (TARGET_MANGLE_TYPE): Define this instead.
11341 * config/ia64/ia64.c (ia64_mangle_fundamental_type): Rename to...
11342 (ia64_mangle_type): This. Use TYPE_MAIN_VARIANT and restrict
11343 mangled types to VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, REAL_TYPE.
11344 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
11345 (TARGET_MANGLE_TYPE): Define this instead.
11346 * config/rs6000/rs6000.c (rs6000_mangle_fundamental_type): Rename
11347 to...
11348 (rs6000_mangle_type): This. Use TYPE_MAIN_VARIANT.
11349 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
11350 (TARGET_MANGLE_TYPE): Define this instead.
11351 * config/s390/s390.c (s390_mangle_fundamental_type): Rename to...
11352 (s390_mangle_type): This.
11353 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
11354 (TARGET_MANGLE_TYPE): Define this instead.
11355 * config/sparc/sparc.c (sparc_mangle_fundamental_type): Rename to...
11356 (sparc_mangle_type): This.
11357 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
11358 (TARGET_MANGLE_TYPE): Define this instead.
11359 * cp/mangle.c (write_type): Call mangle_type target hook on all
11360 types before mangling. Use original type, not main variant, as
11361 argument.
11362 * target-def.h (TARGET_MANGLE_FUNDAMENTAL_TYPE): Rename hook to...
11363 (TARGET_MANGLE_TYPE): This.
11364 * target.h (gcc_target): Rename mangle_fundamental_type to
11365 mangle_type.
11366 * doc/tm.texi (TARGET_MANGLE_FUNDAMENTAL_TYPE): Rename section to...
11367 (TARGET_MANGLE_TYPE): This. Note slightly different semantics.
11368
11369 2007-07-25 Julian Brown <julian@codesourcery.com>
11370 Paul Brook <paul@codesourcery.com>
11371 Joseph Myers <joseph@codesourcery.com>
11372 Mark Shinwell <shinwell@codesourcery.com>
11373
11374 * Makefile.in (TEXI_GCC_FILES): Add arm-neon-intrinsics.texi.
11375 * config.gcc (arm*-*-*): Add arm_neon.h to extra headers.
11376 (with_fpu): Allow --with-fpu=neon.
11377 * config/arm/aof.h (ADDITIONAL_REGISTER_NAMES): Add Q0-Q15.
11378 * config/arm/aout.h (ADDITIONAL_REGISTER_NAMES): Add Q0-Q15.
11379 * config/arm/arm-modes.def (EI, OI, CI, XI): New modes.
11380 * config/arm/arm-protos.h (neon_immediate_valid_for_move)
11381 (neon_immediate_valid_for_logic, neon_output_logic_immediate)
11382 (neon_pairwise_reduce, neon_expand_vector_init, neon_reinterpret)
11383 (neon_emit_pair_result_insn, neon_disambiguate_copy)
11384 (neon_vector_mem_operand, neon_struct_mem_operand, output_move_quad)
11385 (output_move_neon): Add prototypes.
11386 * config/arm/arm.c (FL_NEON): New flag for NEON processor capability.
11387 (all_fpus): Add FPUTYPE_NEON.
11388 (fp_model_for_fpu): Add NEON field.
11389 (arm_return_in_memory): Return vectors <= 16 bytes in ARM registers.
11390 (arm_arg_partial_bytes): Allow NEON vectors to be passed partially
11391 in registers.
11392 (arm_legitimate_address_p): Don't support fancy addressing for NEON
11393 structure moves.
11394 (thumb2_legitimate_address_p): Likewise.
11395 (neon_valid_immediate): Recognize and prepare constants suitable for
11396 NEON instructions.
11397 (neon_immediate_valid_for_move): New function. Recognize and prepare
11398 immediates for NEON move instructions.
11399 (neon_immediate_valid_for_logic): New function. Recognize and
11400 prepare immediates for NEON logic instructions.
11401 (neon_output_logic_immediate): New function. Create asm string
11402 suitable for outputting immediate logic instructions.
11403 (neon_pairwise_reduce): New function. Implement reduction using
11404 pairwise operations.
11405 (neon_expand_vector_init): New function. Expand a (possibly
11406 non-constant) vector initialization.
11407 (neon_vector_mem_operand): New function. Memory operands supported
11408 for quad-word loads/stores to/from ARM or NEON registers. Don't
11409 allow base+offset addressing for core regs.
11410 (neon_struct_mem_operand): New function. Valid mems for NEON
11411 structure moves.
11412 (coproc_secondary_reload_class): Enable NEON registers to be loaded
11413 from neon_vector_mem_operand addresses without a secondary register.
11414 (add_minipool_forward_ref): Handle >8-byte minipool entries.
11415 (add_minipool_backward_ref): Likewise.
11416 (dump_minipool): Likewise.
11417 (push_minipool_fix): Likewise.
11418 (output_move_quad): New function. Output quad-word moves, loads and
11419 stores using ARM registers.
11420 (output_move_vfp): Add support for vectors in VFP (NEON) D
11421 registers.
11422 (output_move_neon): Output a NEON load/store to/from a quadword
11423 register.
11424 (arm_print_operand): Implement new codes:
11425 - 'c' for unadorned integers (without a # sign).
11426 - 'J', 'K' for reg+2/reg+3, reg+3/reg+2 in little/big-endian
11427 mode.
11428 - 'e', 'f' for the low and high D parts of a NEON Q register.
11429 - 'q' outputs a NEON Q register.
11430 - 'h' outputs ranges of D registers for VLDM/VSTM etc.
11431 - 'T' prints NEON opcode features from a coded bitmask.
11432 - 'F' is similar to T, but signed/unsigned codes both print as
11433 'i'.
11434 - 't' is similar to T, but 'u' is printed instead of 'p'.
11435 - 'O' prints 'r' if NEON instruction should perform rounding (as
11436 specified by bitmask), else prints nothing.
11437 - '#' is a punctuation character to stop operand numbers from
11438 running together with following digits in the assembler
11439 strings for instructions (when using mode attributes).
11440 (arm_assemble_integer): Handle extra NEON vector modes. Permute
11441 constant vectors in big-endian mode, where necessary.
11442 (arm_hard_regno_mode_ok): Allow vectors in VFP/NEON registers.
11443 Handle EI, OI, CI, XI modes.
11444 (ashlv4hi3, ashlv2si3, lshrv4hi3, lshrv2si3, ashrv4hi3)
11445 (ashrv2si3): Rename IWMMXT2_BUILTINs to...
11446 (ashlv4hi3_iwmmxt, ashlv2si3_iwmmxt, lshrv4hi3_iwmmxt)
11447 (lshrv2si3_iwmmxt, ashrv4hi3_iwmmxt, ashrv2si3_iwmmxt): New names.
11448 (neon_builtin_type_bits): Add enumeration, one bit for each vector
11449 type.
11450 (v8qi_UP, v4hi_UP, v2si_UP, v2sf_UP, di_UP, v16qi_UP, v8hi_UP)
11451 (v4si_UP, v4sf_UP, v2di_UP, ti_UP, ei_UP, oi_UP, UP): Define macros
11452 to turn v8qi, etc. into bits defined above.
11453 (neon_itype): New enumeration. Classifications of NEON builtins.
11454 (neon_builtin_datum): Define struct. Contains information about
11455 a single builtin (with multiple modes).
11456 (CF): Define helper macro for...
11457 (VAR1...VAR10): Define builtins with a type, name and 1-10 different
11458 modes.
11459 (neon_builtin_data): New array. Define information about builtins
11460 for use during initialization/expansion.
11461 (arm_init_neon_builtins): New function.
11462 (arm_init_builtins): Call arm_init_neon_builtins if TARGET_NEON is
11463 true.
11464 (neon_builtin_compare): New function.
11465 (locate_neon_builtin_icode): New function. Find an insn code for a
11466 builtin given a function code for that builtin. Also return type of
11467 builtin (NEON_BINOP, NEON_UNOP etc.).
11468 (builtin_arg): New enumeration. Types of arguments for builtins.
11469 (arm_expand_neon_args): New function. Expand a generic NEON builtin.
11470 Takes a variable argument list of builtin_arg types, terminated by
11471 NEON_ARG_STOP.
11472 (arm_expand_neon_builtin): New function. Expand a NEON builtin.
11473 (neon_reinterpret): New function. Expand NEON reinterpret intrinsic.
11474 (neon_emit_pair_result_insn): New function. Support returning pairs
11475 of vectors via a pointer.
11476 (neon_disambiguate_copy): New function. Set up operands for a
11477 multi-word copy such that registers do not get clobbered.
11478 (arm_expand_builtin): Call arm_expand_neon_builtin if fcode >=
11479 ARM_BUILTIN_NEON_BASE.
11480 (arm_file_start): Set float-abi attribute for NEON.
11481 (arm_vector_mode_supported_p): Enable NEON vector modes.
11482 (arm_mangle_map_entry): New.
11483 (arm_mangle_map): New.
11484 (arm_mangle_vector_type): New.
11485 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_NEON__
11486 when appropriate.
11487 (TARGET_NEON): New macro. Target supports NEON.
11488 (fputype): Add FPUTYPE_NEON.
11489 (UNITS_PER_SIMD_WORD): Define. Allow quad-word registers to be used
11490 for vectorization based on command-line arg.
11491 (NEON_REGNO_OK_FOR_NREGS): Define.
11492 (VALID_NEON_DREG_MODE, VALID_NEON_QREG_MODE)
11493 (VALID_NEON_STRUCT_MODE): Define.
11494 (PRINT_OPERAND_PUNCT_VALID_P): '#' is valid punctuation.
11495 (arm_builtins): Add ARM_BUILTIN_NEON_BASE.
11496 * config/arm/arm.md (VUNSPEC_POOL_16): Insert constant for unspec.
11497 (consttable_16): Add pattern for outputting 16-byte minipool
11498 entries.
11499 (movv2si, movv4hi, movv8qi): Remove blank expanders (redefined in
11500 vec-common.md).
11501 (vec-common.md, neon.md): Include md files.
11502 * config/arm/arm.opt (mvectorize-with-neon-quad): Add option.
11503 * config/arm/constraints.md (constraint "Dn", "Dl", "DL"): Define.
11504 (memory_constraint "Ut", "Un", "Us"): Define.
11505 * config/arm/iwmmxt.md (VMMX, VSHFT): New mode macros.
11506 (MMX_char): New mode attribute.
11507 (addv8qi3, addv4hi3, addv2si3): Remove. Replace with...
11508 (*add<mode>3_iwmmxt): New insn pattern.
11509 (subv8qi3, subv4hi3, subv2si3): Remove. Replace with...
11510 (*sub<mode>3_iwmmxt): New insn pattern.
11511 (mulv4hi3): Rename to...
11512 (*mulv4hi3_iwmmxt): This.
11513 (smaxv8qi3, smaxv4hi3, smaxv2si3, umaxv8qi3, umaxv4hi3)
11514 (umaxv2si3, sminv8qi3, sminv4hi3, sminv2si3, uminv8qi3)
11515 (uminv4hi3, uminv2si3): Remove. Replace with...
11516 (*smax<mode>3_iwmmxt, *umax<mode>3_iwmmxt, *smin<mode>3_iwmmxt)
11517 (*umin<mode>3_iwmmxt): These.
11518 (ashrv4hi3, ashrv2si3, ashrdi3_iwmmxt): Replace with...
11519 (ashr<mode>3_iwmmxt): This new pattern.
11520 (lshrv4hi3, lshrv2si3, lshrdi3_iwmmxt): Replace with...
11521 (lshr<mode>3_iwmmxt): This new pattern.
11522 (ashlv4hi3, ashlv2si3, ashldi3_iwmmxt): Replace with...
11523 (ashl<mode>3_iwmmxt): This new pattern.
11524 * config/arm/neon-docgen.ml: New file. Generate documentation for
11525 intrinsics.
11526 * config/arm/neon-gen.ml: New file. Generate arm_neon.h header.
11527 * config/arm/arm_neon.h: New (autogenerated).
11528 * config/arm/neon-testgen.ml: New file. Generate NEON tests
11529 automatically.
11530 * config/arm/neon.md: New file. Define NEON instructions.
11531 * config/arm/neon.ml: New file. Abstract description of NEON
11532 instructions, used to generate arm_neon.h header, documentation and
11533 tests.
11534 * config/arm/t-arm (MD_INCLUDES): Add vec-common.md, neon.md.
11535 * vec-common.md: New file. Shared parts for iWMMXt and NEON vector
11536 support.
11537 * doc/extend.texi (ARM Built-in Functions): Rename and remove
11538 extraneous comma.
11539 (ARM NEON Intrinsics): New subsection.
11540 * doc/arm-neon-intrinsics.texi: New (autogenerated).
11541
11542 2007-07-25 Danny Smith <dannysmith@users.sourceforge.net>
11543
11544 * config/i386/i386-protos.h (i386_pe_asm_file_end): Remove
11545 prototype.
11546
11547 2007-07-24 Jan Hubicka <jh@suse.cz>
11548
11549 * regclass.c (move_table): New type.
11550 (move_cost, may_move_in_cost, may_move_out_cost): Use it.
11551 (init_move_cost): Break out from ...
11552 (init_reg_sets_1): ... here; simplify computation of
11553 have_regs-of_mode and contains_reg_of_mode.
11554 (record_reg_classes): Unswitch internal loops.
11555 (copy_cost): Trigger lazy initialization of move cost
11556 (record_address_regs): Likewise.
11557
11558 2007-07-24 Daniel Berlin <dberlin@dberlin.org>
11559
11560 * config/darwin.c (darwin_override_options): Don't force on
11561 flag_var_tracking_uninit when no debug info is requested.
11562
11563 2007-07-25 Zdenek Dvorak <dvorakz@suse.cz>
11564
11565 * cfgloop.c (init_loops_structure): New function.
11566 (flow_loops_find): Create root of the loop tree unconditionally.
11567
11568 2007-07-24 Daniel Jacobowitz <dan@codesourcery.com>
11569
11570 * tree-ssa-ccp.c (fold_const_aggregate_ref): Use fold_convert.
11571
11572 2007-07-24 Jan Hubicka <jh@suse.cz>
11573
11574 * caller-save.c: Include ggc.h, gt-caller-save.h
11575 (reg_save_code, reg_restore_code): Rename to ...
11576 (cached_reg_save_code, cached_reg_restore_code): ... those.
11577 (savepat, restpat, test_reg, test_mem, saveinsn, restinsn): New.
11578 (reg_save_code, reg_restore_code): New functions.
11579 (init_caller_save): Do not intialize
11580 reg_save_code/reg_restore_code tables.
11581 * Makefile.in: (gt-caller-save.h): New.
11582
11583 2007-07-24 Andreas Krebbel <krebbel1@de.ibm.com>
11584
11585 * tree-ssa-ifcombine.c (ifcombine_ifandif): Use a ONE operand
11586 with the mode of the original operand instead of
11587 integer_one_node.
11588
11589 2007-07-23 Jan Hubicka <jH@suse.cz>
11590
11591 * i386.c (ix86_secondary_memory_needed): Break out to...
11592 (inline_secondary_memory_needed): ... here.
11593 (ix86_memory_move_cost): Break out to ...
11594 (inline_memory_move_cost): ... here; add support for IN value of 2 for
11595 maximum of input and output; fix handling of Q_REGS on 64bit.
11596 (ix86_secondary_memory_needed): Microoptimize.
11597
11598 2007-07-23 Sebastian Pop <sebpop@gmail.com>
11599
11600 * tree-data-ref.c (find_vertex_for_stmt, create_rdg_edge_for_ddr,
11601 create_rdg_edges_for_scalar, create_rdg_edges, create_rdg_vertices,
11602 stmts_from_loop, known_dependences_p, build_rdg): New.
11603 * tree-data-ref.h: Depends on graphds.h.
11604 (rdg_vertex, RDGV_STMT, rdg_dep_type, rdg_edge, RDGE_TYPE): New.
11605 (build_rdg): Declared.
11606 * Makefile.in (TREE_DATA_REF_H): Depends on graphds.h.
11607
11608 2007-07-23 Daniel Berlin <dberlin@dberlin.org>
11609
11610 * tree-ssa-propagate.c (valid_gimple_expression_p): Match up with
11611 ccp_min_invariant.
11612
11613 2007-07-23 Peter Bergner <bergner@vnet.ibm.com>
11614 Jakub Jelinek <jakub@redhat.com>
11615
11616 PR middle-end/PR28690
11617 * optabs.c (expand_binop): (emit_cmp_and_jump_insns): Allow
11618 EQ compares.
11619 * rtlanal.c (commutative_operand_precedence): Prefer both REG_POINTER
11620 and MEM_POINTER operands over REG and MEM operands.
11621 (swap_commutative_operands_p): Change return value to bool.
11622 * rtl.h: Update the corresponding prototype.
11623 * tree-ssa-address.c (gen_addr_rtx): Use simplify_gen_binary
11624 instead of gen_rtx_PLUS.
11625 * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Change return
11626 value to bool. Change function arguments to rtx's and update code
11627 to match.
11628 (simplify_plus_minus): Update the simplify_plus_minus_op_data_cmp
11629 calls to match the new declaration.
11630 * simplify-rtx.c (simplify_associative_operation): Don't
11631 reorder simplify_binary_operation arguments.
11632
11633 2007-07-23 Richard Sandiford <richard@codesourcery.com>
11634
11635 * config/mips/mips.c (override_options): Use mips_costs to derive
11636 the default branch cost.
11637 * config/mips/mips.h (BRANCH_COST): Use mips_branch_cost rather
11638 than mips_costs.
11639 * config/mips/mips.opt (mbranch-cost=): New option.
11640 * doc/invoke.texi (-mbranch-cost): Document new MIPS option.
11641
11642 2007-07-23 Richard Sandiford <richard@codesourcery.com>
11643
11644 * config/mips/mips.h (GR_REG_CLASS_P, COP_REG_CLASS_P): Delete.
11645 (SECONDARY_MEMORY_NEEDED): Delete commented-out definition.
11646 * config/mips/mips.c (mips_register_move_cost): Use reg_class_subset_p
11647 instead of GR_REG_CLASS_P and COP_REG_CLASS_P.
11648
11649 2007-07-23 Richard Sandiford <richard@codesourcery.com>
11650
11651 * config/mips/constraints.md (ks): New constraint.
11652 * config/mips/mips.md (*add<mode>3_sp1, *add<mode>3_sp2): Fold into...
11653 (*add<mode>3_mips16): ...here.
11654
11655 2007-07-21 Uros Bizjak <ubizjak@gmail.com>
11656
11657 * optabs.h (enum optab_index): Add new OTI_signbit.
11658 (signbit_optab): Define corresponding macro.
11659 (enum insn_code signbit_optab[]): Remove array.
11660 * optabs.c (init_optabs): Initialize signbit_optab using init_optab.
11661 (expand_copysign_absneg): If back end provides signbit insn, use it
11662 instead of bit operations on floating point argument.
11663 * builtins.c (enum insn_code signbit_optab[]): Remove array.
11664 (expand_builtin_signbit): Check signbit_optab->handlers[].insn_code
11665 for availability of signbit insn.
11666
11667 * config/i386/i386.md (signbit<mode>2): New insn pattern to implement
11668 signbitf, signbit and signbitl built-ins as inline x87 intrinsics when
11669 SSE mode is not active.
11670 (isinf<mode>2): Disable for mfpmath=sse,387.
11671
11672 2007-07-22 Ben Elliston <bje@au.ibm.com>
11673
11674 * regclass.c (invalid_mode_change_p): Attach ATTRIBUTE_UNUSED to
11675 `class' parameter.
11676 * struct-equiv.c (note_local_live): Likewise for `y_regno'.
11677
11678 2007-07-20 Richard Guenther <rguenther@suse.de>
11679
11680 * tree-cfg.c (verify_expr): COND_EXPRs can have any
11681 integral typed condition.
11682 * tree-ssa.c (useless_type_conversion_p): Do not preserve
11683 booleanness. Only preserve conversions from a non-base
11684 type to a base type, not in general between types with
11685 different TYPE_MIN_VALUE or TYPE_MAX_VALUE.
11686 * tree.def (COND_EXPR): Document that the condition
11687 can be of any integral type.
11688
11689 2007-07-20 Nigel Stephens <nigel@mips.com>
11690 Richard Sandiford <richard@codesourcery.com>
11691
11692 * config/mips/mips.h (mips_dwarf_regno): Declare.
11693 (DBX_REGISTER_NUMBER): Remove redundant brackets.
11694 (HI_REGNUM, LO_REGNUM): Define in an endian-dependent way.
11695 (AC1HI_REGNUM, AC1LO_REGNUM, AC2HI_REGNUM, AC2LO_REGNUM)
11696 (AC3HI_REGNUM, AC3LO_REGNUM, ACC_HI_REG_P): Delete.
11697 (reg_class): Rename HI_REG to MD0_REG and LO_REG to MD1_REG.
11698 (REG_CLASS_NAMES): Update accordingly.
11699 * config/mips/mips.c (mips_dwarf_regno): New array.
11700 (mips_regno_to_class): Rename HI_REG to MD0_REG and LO_REG to MD1_REG.
11701 (mips_subword): Remove special handling for accumulator registers.
11702 (override_options): Initiailize mips_dwarf_regno. Remove use
11703 of ACC_HI_REG_P.
11704 (mips_swap_registers): New function.
11705 (mips_conditional_register_usage): Swap accumulator registers
11706 around if TARGET_LITTLE_ENDIAN.
11707 (mips_cannot_change_mode_class): Remove special treatment of ACC_REGS.
11708 * config/mips/constraints.md (h, l): Use the endianness to choose
11709 between MD0_REG and MD1_REG.
11710 * config/mips/mips.md (*mfhilo_<mode>_macc): Use a fixed-string,
11711 alternative-dependent template.
11712
11713 2007-07-20 Richard Sandiford <richard@codesourcery.com>
11714
11715 * config/arm/arm.md (movsi): Use can_create_pseudo_p instead of
11716 no_new_pseudos.
11717
11718 2007-07-20 Zdenek Dvorak <dvorakz@suse.cz>
11719
11720 * function.c (thread_prologue_and_epilogue_insns): Fix exit
11721 predecessor fallthru flags.
11722
11723 2007-07-20 Zdenek Dvorak <dvorakz@suse.cz>
11724
11725 * tree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands
11726 of compare to the same type.
11727 * cfgloopmanip.c (add_loop): Update information about loop exits.
11728 (loop_version): Remove the innermost loop requirement.
11729 * tree-ssa-loop-manip.c (determine_exit_conditions): Convert bounds
11730 to sizetype for pointers.
11731
11732 2007-07-18 H.J. Lu <hongjiu.lu@intel.com>
11733
11734 * Makefile.in (D32PBIT_FUNCS): Add _sd_to_tf and _tf_to_sd.
11735 (D64PBIT_FUNCS): Add _dd_to_tf and _tf_to_dd.
11736 (D128PBIT_FUNCS): Add _td_to_tf and _tf_to_td.
11737
11738 * config/dfp-bit.c: Empty for TFmode conversions.
11739
11740 2007-07-18 Caroline Tice <ctice@apple.com>
11741
11742 * var-tracking.c (find_src_status): Check for COND_EXEC insns
11743 and handle them correctly; check that src is not NULL before
11744 trying to use it.
11745 (find_src_set_src): Likewise.
11746
11747 2007-07-18 Bob Wilson <bob.wilson@acm.org>
11748
11749 * config/xtensa/xtensa.c (xtensa_expand_mask_and_shift): New.
11750 (struct alignment_context, init_alignment_context): New.
11751 (xtensa_expand_compare_and_swap, xtensa_expand_atomic): New.
11752 * config/xtensa/xtensa.h (XCHAL_HAVE_RELEASE_SYNC): Add default.
11753 (XCHAL_HAVE_S32C1I): Likewise.
11754 (TARGET_RELEASE_SYNC, TARGET_S32C1I): New.
11755 * config/xtensa/xtensa.md (UNSPECV_MEMW): New constant.
11756 (UNSPECV_S32RI, UNSPECV_S32C1I): Likewise.
11757 (ATOMIC, HQI): New macros.
11758 (memory_barrier, *memory_barrier): New.
11759 (sync_lock_releasesi): New.
11760 (sync_compare_and_swapsi, sync_compare_and_swap<mode>): New.
11761 (sync_lock_test_and_set<mode>): New.
11762 (sync_<atomic><mode>): New.
11763 (sync_old_<atomic><mode>, sync_new_<atomic><mode>): New.
11764 * config/xtensa/xtensa-protos.h (xtensa_expand_compare_and_swap): New.
11765 (xtensa_expand_atomic): New.
11766
11767 2007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11768
11769 PR target/30652
11770
11771 * builtins.c (expand_builtin_interclass_mathfn): Provide a generic
11772 transformation for builtin ISNORMAL.
11773 (expand_builtin): Handle BUILT_IN_ISNORMAL.
11774 * builtins.def (BUILT_IN_ISNORMAL): New.
11775 * doc/extend.texi: Document isnormal.
11776
11777 2007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11778
11779 PR target/30652
11780
11781 * builtins.c (expand_builtin_interclass_mathfn): Allow for missing
11782 optabs infrastructure. Provide generic implementation for
11783 FINITE/ISFINITE.
11784 (expand_builtin): Handle FINITE/ISFINITE.
11785 (fold_builtin_classify): Make ISFINITE canonical instead of FINITE.
11786 (fold_builtin_1): Likewise.
11787
11788 * builtins.def (BUILT_IN_ISFINITE): New.
11789
11790 * doc/extend.texi: Document isfinite.
11791
11792 2007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11793
11794 PR target/30652
11795 PR middle-end/20558
11796
11797 * builtins.c (expand_builtin_interclass_mathfn): Provide a
11798 generic fallback for isinf.
11799 * c-cppbuiltin.c (builtin_define_float_constants): Move FP max
11800 calculation code ...
11801 * real.c (get_max_float): ... to here.
11802 * real.h (get_max_float): New.
11803
11804 2007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11805
11806 PR middle-end/32668
11807
11808 * builtin-attrs.def (ATTR_TYPEGENERIC,
11809 ATTR_CONST_NOTHROW_TYPEGENERIC): New.
11810
11811 * builtins.def (BUILT_IN_ISINF, BUILT_IN_ISNAN,
11812 BUILT_IN_ISGREATER, BUILT_IN_ISGREATEREQUAL, BUILT_IN_ISLESS,
11813 BUILT_IN_ISLESSEQUAL, BUILT_IN_ISLESSGREATER,
11814 BUILT_IN_ISUNORDERED): Use ATTR_CONST_NOTHROW_TYPEGENERIC.
11815
11816 * c-common.c (handle_type_generic_attribute): New.
11817 (c_common_attribute_table): Add "type generic".
11818
11819 * c-typeck.c (convert_arguments): Handle "type generic" functions.
11820
11821 2007-07-18 Daniel Berlin <dberlin@dberlin.org>
11822
11823 * tree-ssa-sccvn.c (try_to_simplify): Use valid_gimple_expression
11824 * tree-ssa-propagate (valid_gimple_expression): Handle ADDR_EXPR
11825 properly.
11826
11827 2007-07-18 Rask Ingemann Lambertsen <rask@sygehus.dk>
11828
11829 PR target/32808
11830 * config/cris/cris.c (cris_print_index): Don't use XEXP before
11831 checking that the operand is an expression.
11832
11833 2007-07-19 Christoph von Wittich <Christoph_vW@reactos.org>
11834 Danny Smith <dannysmith@users.sourceforge.net>
11835
11836 PR/other 30335
11837 * config/i386/host-mingw32.c (mingw32_gt_pch_use_address): Put
11838 file mapping object in local namespace if Windows version later
11839 than NT4
11840
11841 2007-07-18 Richard Sandiford <richard@codesourcery.com>
11842
11843 * config/arm/arm-protos.h (arm_cannot_force_const_mem): Declare.
11844 * config/arm/arm.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
11845 arm_cannot_force_const_mem.
11846 (arm_cannot_force_const_mem): New function.
11847 * config/arm/arm.h (ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): New macro.
11848 (LEGITIMATE_CONSTANT_P): Test arm_cannot_force_const_mem instead
11849 of arm_tls_referenced_p.
11850 * config/arm/arm.md (movsi): Split out-of-section constants when
11851 ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P.
11852 * config/arm/vxworks.h (ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define.
11853
11854 2007-07-18 Richard Sandiford <richard@codesourcery.com>
11855
11856 * config/mips/mips.md (clear_cache): Treat the size argument as Pmode.
11857
11858 2007-07-18 Richard Sandiford <richard@codesourcery.com>
11859
11860 * config/mips/mips.md (*extendqihi2): Convert the destination
11861 to SImode.
11862
11863 2007-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11864
11865 * config/pa/fptr.c: Update license header.
11866 * config/pa/milli64.S: Likewise.
11867
11868 2007-07-17 Nick Clifton <nickc@redhat.com>
11869
11870 * COPYING_v3: New file. Contains version 3 of the GNU General
11871 Public License.
11872 * COPYING.LIB_v3: New file. Contains version 3 of the GNU
11873 Lesser General Public License.
11874 * doc/include/gpl_v3.texi: New file. Contains version 3 of
11875 the GNU General Public License.
11876
11877 2007-07-17 Zdenek Dvorak <dvorakz@suse.cz>
11878
11879 PR rtl-optimization/32773
11880 * cfglayout.c (force_one_exit_fallthru): New function.
11881 (cfg_layout_finalize): Use it.
11882
11883 2007-07-16 Richard Guenther <rguenther@suse.de>
11884 Uros Bizjak <ubizjak@gmail.com>
11885
11886 * tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond"
11887 before forcing it to gimple operand.
11888
11889 2007-07-16 Sandra Loosemore <sandra@codesourcery.com>
11890 David Ung <davidu@mips.com>
11891
11892 * config/mips/mips.h (TUNE_24K): Define.
11893 (TUNE_MACC_CHAINS): Add TUNE_24K.
11894 * config/mips/mips.md: (*mul_acc_si, *mul_sub_si): Change type to
11895 imadd.
11896 * config/mips/74k.md (r74k_int_mult): Split madd/msub to ..
11897 (r74k_int_madd): .. this new reservation.
11898 (define_bypass): Fixed bypasses for r74k_int_madd to use
11899 mips_linked_madd_p.
11900 * config/mips/24k.md (define_bypass): Define new
11901 r24k_int_mul3->r24k_int_madd bypass using mips_linked_madd_p.
11902
11903 2007-07-16 Sandra Loosemore <sandra@codesourcery.com>
11904 Nigel Stephens <nigel@mips.com>
11905
11906 * config/mips/mips.md: Include 20kc.md.
11907 * config/mips/20kc.md: New file.
11908 * config/mips/mips.c (mips_rtx_cost_data): Fill in 20Kc costs.
11909 (mips_adjust_cost): Tweak for 20Kc.
11910 (mips_issue_rate): Likewise.
11911 * config/mips/mips.h (TUNE_20KC): Define.
11912
11913 2007-07-16 David Edelsohn <edelsohn@gnu.og>
11914
11915 * config/rs6000/rs6000.c (struct processor_cost): Add
11916 cache_line_size, l1_cache_lines, and simultaneous_prefetches
11917 fields.
11918 (*_cost): Add cache information.
11919 (rs6000_override_options): Set cache parameters.
11920
11921 2007-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11922
11923 PR bootstrap/3456
11924 * config.gcc (mips-sgi-irix[56]*): Enable pthread support.
11925 * doc/install.texi (mips-sgi-irix6): pthread support works now.
11926
11927 2007-07-16 Paul Brook <paul@codesourcery.com>
11928
11929 PR target/32753
11930 * config/arm/cirrus.md (cirrus_arm_movsi_insn): Remove dead insn.
11931 (cirrus_thumb2_movsi_insn): Ditto.
11932
11933 2007-07-15 Geoffrey Keating <geoffk@apple.com>
11934
11935 * config/rs6000/darwin-fallback.c (interpret_libc): Change
11936 CR2_REGNO to R_CR2.
11937
11938 2007-07-15 Andrew Haley <aph@redhat.com>
11939
11940 * unwind-sjlj.c (_Unwind_GetIPInfo): Check for context->fc != NULL
11941 before looking in the context.
11942
11943 2007-07-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11944
11945 PR middle-end/32398
11946 PR middle-end/32769
11947 * pa-protos.h (pa_eh_return_handler_rtx): Declare.
11948 * pa.c (pa_extra_live_on_entry, rp_saved): Declare.
11949 (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
11950 (pa_output_function_prologue): Use rp_saved and
11951 current_function_is_leaf to generate .CALLINFO statement.
11952 (hppa_expand_prologue): Set rp_saved.
11953 (hppa_expand_epilogue): Use rp_saved.
11954 (pa_extra_live_on_entry, pa_eh_return_handler_rtx): New functions.
11955 * pa.h (EH_RETURN_HANDLER_RTX): Use pa_eh_return_handler_rtx.
11956
11957 2007-07-14 Dirk Mueller <dmueller@suse.de>
11958
11959 * omega.c (coalesce): Fix memory leak on early exit.
11960 * matrix-reorg.c (check_allocation_function): Likewise.
11961 * tree-vect-transform.c (vect_get_new_vect_var): free result
11962 of concat().
11963 * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
11964 pass pointer to edge vector
11965 (partition_hot_cold_basic_blocks): Fix memory leak.
11966 * collect2.c (prefix_from_string): Free temporary storage.
11967 * reload1.c (fixup_abnormal_edges): Free sbitmap.
11968
11969 2007-07-14 Kaz Kojima <kkojima@gcc.gnu.org>
11970
11971 * config/sh/sh.h (DO_GLOBAL_CTORS_BODY): Add void to prototype.
11972 (DO_GLOBAL_DTORS_BODY): Likewise.
11973
11974 2007-07-14 Sandra Loosemore <sandra@codesourcery.com>
11975 Nigel Stephens <nigel@mips.com>
11976
11977 * config/mips/mips.c (mips_classify_symbol): Don't return
11978 SYMBOL_SMALL_DATA for constant pool addresses if
11979 TARGET_EMBEDDED_DATA is true.
11980
11981 2007-07-14 Uros Bizjak <ubizjak@gmail.com>
11982
11983 * config/i386/i386.c (init_mmx_sse_builtins): Define all builtins
11984 except __builtin_ia32_emms, __builtin_ia32_ldmxcsr,
11985 __builtin_ia32_stmxcsr, __builtin_ia32_maskmovq, __builtin_ia32_loadups,
11986 __builtin_ia32_storeups, __builtin_ia32_loadhps, __builtin_ia32_loadlps,
11987 __builtin_ia32_storehps, __builtin_ia32_storelps,
11988 __builtin_ia32_movntps, __builtin_ia32_movntq, __builtin_ia32_sfence,
11989 __builtin_ia32_femms, __builtin_ia32_maskmovdqu, __builtin_ia32_loadupd,
11990 __builtin_ia32_storeupd, __builtin_ia32_loadhpd, __builtin_ia32_loadlpd,
11991 __builtin_ia32_movnti, __builtin_ia32_movntpd, __builtin_ia32_movntdq,
11992 __builtin_ia32_clflush, __builtin_ia32_lfence, __builtin_ia32_mfence,
11993 __builtin_ia32_loaddqu, __builtin_ia32_storedqu, __builtin_ia32_monitor,
11994 __builtin_ia32_mwait, __builtin_ia32_lddqu, __builtin_ia32_movntdqa,
11995 __builtin_ia32_movntsd and __builtin_ia32_movntss as const builtins
11996 using def_builtin_const.
11997
11998 2007-07-14 Eric Botcazou <ebotcazou@adacore.com>
11999
12000 PR tree-optimization/32705
12001 * tree-ssa-sccvn.c (set_ssa_val_to): Accept VN_TOP as value number.
12002 (simplify_binary_expression): Use SSA_VAL consistently.
12003
12004 2007-07-13 David Edelsohn <edelsohn@gnu.org>
12005
12006 * config/rs6000/spe.md (SPE_ACC_REGNO): Delete definition.
12007 (SPEFSCR_REGNO): Delete definition.
12008 * config/rs6000/rs6000.c: LINK_REGISTER_REGNUM -> LR_REGNO.
12009 COUNT_REGISTER_REGNUM -> CTR_REGNO.
12010 * config/rs6000/rs6000.h: Do not define *_REGNO.
12011 LINK_REGISTER_REGNUM -> LR_REGNO.
12012 COUNT_REGISTER_REGNUM -> CTR_REGNO.
12013 * config/rs6000/predicates.md: LINK_REGISTER_REGNUM -> LR_REGNO.
12014 COUNT_REGISTER_REGNUM -> CTR_REGNO.
12015 * config/rs6000/linux-unwind.h: Define R_LR, R_CR2, R_VR0,
12016 R_VRSAVE, R_VSCR. Use them.
12017 * config/rs6000/darwin-fallback.c: Define R_LR, R_CTR, R_CR2,
12018 R_XER, R_VR0, R_VRSAVE, R_VSCR, R_SPEFSCR. Use them.
12019 * config/rs6000/rs6000.md: Define REGNO constants. Use them.
12020 * config/rs6000/aix.h: Define R_LR. Use it.
12021
12022 2007-07-13 Caroline Tice <ctice@apple.com>
12023
12024 * toplev.c (process_options): Turn flag_var_tracking_uninit off when
12025 flag_var_tracking is explicitly turned off (i.e. when variable
12026 tracking is not feasible); otherwise, turn flag_var_tracking on when
12027 flag_var_tracking_uninit is on.
12028 * rtl.def (VAR_LOCATION): Add a new integer subfield to VAR_LOCATION
12029 note definitions, to allow recording of initialization status in the
12030 notes.
12031 * dwarf2out.c (dwarf_stack_op_name): Add case for DW_OP_GNU_uninit.
12032 (add_var_loc_to_decl): Add comparison of NOTE_VAR_LOCATION_STATUS to
12033 determine if two note locations are equal.
12034 (output_loc_list): Don't output list entries whose start & end labels
12035 are the same.
12036 (reg_loc_descriptor): Add parameter for initialization status; pass it
12037 to other loc descriptor functions.
12038 (one_reg_loc_descriptor): Add parameter for initialization status;
12039 check its value and add DW_OP_GNU_uninit to returned loc descr if
12040 appropriate.
12041 (multiple_reg_loc_descriptor): Add parameter for initialization
12042 status;
12043 pass init status argument to other loc descriptor functions; check
12044 value of intialization parameter and add DW_OP_GNU_uninit to returned
12045 loc descr if appropriate.
12046 (based_loc_descr): Add parameter for initialization status; add new
12047 variable for return value; check value of initialization parameter and
12048 add DW_OP_GNU_uninit to returned loc descr if appropriate.
12049 (concatn_mem_loc_descriptor): Add parameter for initialization status;
12050 pass init status argument to other loc descriptor functions; check
12051 value of intialization parameter and add DW_OP_GNU_uninit to returned
12052 loc descr if appropriate.
12053 (mem_loc_descriptor): Likewise.
12054 (concat_loc_descriptor): Likewise.
12055 (concatn_loc_descriptor): Likewise.
12056 (loc_descriptor): Add parameter for initialization status; pass it as
12057 argument to other loc descriptor function calls.
12058 (loc_descriptor_from_tree_1): Add appropriate initialization status
12059 to loc descriptor function calls.
12060 (add_location_or_const_value_attribute): Get initialization status
12061 from VAR_LOCATION note; add initialization status to loc descriptor
12062 function calls.
12063 * dwarf2.h (enum dwarf_location_atom): New op, DW_OP_GNU_uninit.
12064 * print-rtl.c (print_rtx): When printing a VAR_LOCATION note, if
12065 status is uninitialized, add "[uninint]" to output.
12066 * common.opt (fvar-tracking-uninit): New option, similar to
12067 fvar-tracking, to turn on tracking of uninitialized variables; creates
12068 a new global flag, flag_var_tracking_uninit.
12069 * rtl.h (NOTE_VAR_LOCATION_STATUS): New macro for accessing new field.
12070 (enum var_init_status): New type, for var initialization status field.
12071 * var-tracking.c (struct location_chain_def): Two new fields, init,
12072 for initialization status, and set_src for the assignment value expr.
12073 (unshare_variable): New parameter for initialization status;
12074 initialize new init and set_src fields.
12075 (var_reg_set): New parameters for initialization status and value;
12076 pass them to set_variable_part.
12077 (var_mem_set): Likewise.
12078 (get_init_value): New function.
12079 (var_reg_delete_and_set): New initialization status & value
12080 parameters; add call to get_init_value if status is unknown; pass new
12081 parameters to clobber_variable_part and var_reg_set.
12082 (var_mem_delete_and_set): Likewise.
12083 (var_reg_delete): Pass null set_src value to clobber_variable_part.
12084 (var_mem_delete): Likewise.
12085 (variable_union): Pass status to unshare_variable; initialize new init
12086 and set_src fields. If flag_var_tracking_uninit is not set, force
12087 status to initialized.
12088 (add_stores): Store insn, rather than NEXT_INSN(insn), so it can be
12089 used later to get the set_src value.
12090 (find_src_status): New function.
12091 (find_src_set_src): New function.
12092 (compute_bb_dataflow): Pass init status to calls to var_reg_set,
12093 var_mem_set, var_reg_delete_and_set and var_mem_delete_and_set; for
12094 MO_SET, get set_src value and pass it to var_reg_delete_and_set
12095 and var_mem_delete_and_set.
12096 (dump_variable): Print out "[uninit]" if appropriate.
12097 (set_variable_part): Add new initialization and set_src parameters;
12098 pass status to unshare_variable; set node->init and node- >set_src
12099 fields and modify slot in hash table appropriately; save the init and
12100 set_src values if appropriate and assign to the new node.
12101 (clobber_variable_part): New set_src parameter; if two nodes have
12102 same variable and same location but different set_src (assignment)
12103 values, clobber old node.
12104 (delete_variable_part): Pass init status to unshare_variable.
12105 (emit_note_insn_var_location): Add initialized var; assign var's init
12106 status to new 'initialized'; pass new init status field to calls to
12107 gen_rtx_VAR_LOCATION. If flag_var_tracking_uninit is not set, force
12108 status to initialized.
12109 (emit_notes_in_bb): Pass initialization status to calls to
12110 var_reg_set, var_mem_set, var_reg_delete_and_set and
12111 var_mem_delete_and_set; for MO_SET, get set_src value and pass it to
12112 var_reg_delete_and_set and var_mem_delete_and_set; call
12113 emit_notes_for_changes on NEXT_INSN(insn) rather than on insn, to
12114 make up for change in add_stores.
12115 (vt_add_function_parameters): Add status to calls to
12116 set_variable_part.
12117 * config/darwin.c (darwin_override_options): Turn on uninitialized
12118 tracking automatically, if var_tracking is on and the system is
12119 10.5 or higher.
12120
12121 2007-07-13 Sa Liu <saliu@de.ibm.com>
12122
12123 * config.gcc: Add options for arch and tune on SPU.
12124 * config/spu/predicates.md: Add constant operands 0 and 1.
12125 * config/spu/spu-builtins.def: Add builtins for double precision
12126 floating point comparison: si_dfceq, si_dfcmeq, si_dfcgt, si_dfcmgt,
12127 si_dftsv, spu_cmpeq_13, spu_cmpabseq_1, spu_cmpgt_13, spu_cmpabsgt_1,
12128 spu_testsv.
12129 * config/spu/spu-c.c: Define __SPU_EDP__ when builtins invoked with
12130 a CELLEDP target.
12131 * config/spu/spu-protos.h: Add new function prototypes.
12132 * config/spu/spu.c (spu_override_options): Check options -march and
12133 -mtune.
12134 (spu_comp_icode): Add comparison code for DFmode and vector mode.
12135 (spu_emit_branch_or_set): Use the new code for DFmode and vector
12136 mode comparison.
12137 (spu_const_from_int): New. Create a vector constant from 4 ints.
12138 (get_vec_cmp_insn): New. Get insn index of vector compare instruction.
12139 (spu_emit_vector_compare): New. Emit vector compare.
12140 (spu_emit_vector_cond_expr): New. Emit vector conditional expression.
12141 * config/spu/spu.h: Add options -march and -mtune. Define processor
12142 types PROCESSOR_CELL and PROCESSOR_CELLEDP. Define macro
12143 CANONICALIZE_COMPARISON.
12144 * config/spu/spu.md: Add new insns for double precision compare
12145 and double precision vector compare. Add vcond and smax/smin patterns
12146 to enable DFmode vector conditional expression.
12147 * config/spu/spu.opt: Add options -march and -mtune.
12148 * config/spu/spu_internals.h: Add builtins for CELLEDP target:
12149 si_dfceq, si_dfcmeq, si_dfcgt, si_dfcmgt, si_dftsv. Add builtin for
12150 both CELL and CELLEDP targets: spu_testsv.
12151 * config/spu/spu_intrinsics.h: Add flag mnemonics for test special
12152 values.
12153
12154 2007-07-13 Richard Guenther <rguenther@suse.de>
12155
12156 PR tree-optimization/32721
12157 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Preserve
12158 TREE_THIS_VOLATILE on the folded reference.
12159 * tree-ssa-operands.c (get_expr_operands): Set has_volatile_ops
12160 if the array reference has TREE_THIS_VOLATILE set.
12161
12162 2007-07-13 H.J. Lu <hongjiu.lu@intel.com>
12163
12164 PR other/32188
12165 * doc/libgcc.texi: Update DFP intrinsics for DPD and BID.
12166
12167 2007-07-13 Andreas Schwab <schwab@suse.de>
12168
12169 * gengtype-lex.l: Allow declarations to be indented.
12170
12171 2007-07-12 Geoffrey Keating <geoffk@apple.com>
12172
12173 * ginclude/tgmath.h: New.
12174 * config.gcc: Use GCC's tgmath.h on non-glibc systems.
12175 * doc/sourcebuild.texi (Headers): Document use_gcc_tgmath.
12176 * configure.ac (STMP_FIXPROTO): Honor use_gcc_tgmath.
12177 * configure: Regenerate.
12178
12179 2007-07-13 Kaz Kojima <kkojima@gcc.gnu.org>
12180
12181 * config/sh/linux-unwind.h (sh_fallback_frame_state): Use
12182 correct index when setting register save state for xd
12183 registers.
12184
12185 2007-07-13 Kaz Kojima <kkojima@gcc.gnu.org>
12186
12187 * config/sh/sh.c (mark_use): Remove.
12188
12189 2007-07-12 Paul Brook <paul@codesourcery.com>
12190
12191 * config/arm/arm.c (thumb1_compute_save_reg_mask): Make sure scratch
12192 reg does not overlap return value.
12193
12194 2007-07-12 Daniel Berlin <dberlin@dberlin.org>
12195
12196 * tree-ssa-pre.c (get_expression_vuses): Move out side-effect.
12197 (set_expression_vuses): Ditto.
12198 (init_pre): Initialize expression_vuses.
12199
12200 2007-07-12 Zdenek Dvorak <dvorakz@suse.cz>
12201
12202 * config/i386/sse.md (storentdf, storentsf): New.
12203
12204 2007-07-12 Geoffrey Keating <geoffk@apple.com>
12205
12206 * builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a
12207 FUNCTION_DECL.
12208 * tree.c (build_decl_stat): Move code from here...
12209 (make_node_stat): ... to here. Don't uselessly clear DECL_USER_ALIGN.
12210 (expr_align): Honor DECL_ALIGN on a FUNCTION_DECL. Add comment
12211 about using DECL_ALIGN of LABEL_DECL and CONST_DECL.
12212 * tree.h (DECL_USER_ALIGN): Fix misplaced comment.
12213 * varasm.c (assemble_start_function): Use DECL_ALIGN instead of
12214 FUNCTION_BOUNDARY.
12215
12216 2007-07-12 Dorit Nuzman <dorit@il.ibm.com>
12217 Devang Patel <dpatel@apple.com>
12218
12219 PR tree-optimization/25413
12220 * targhooks.c (default_builtin_vector_alignment_reachable): New.
12221 * targhooks.h (default_builtin_vector_alignment_reachable): New.
12222 * tree.h (contains_packed_reference): New.
12223 * expr.c (contains_packed_reference): New.
12224 * tree-vect-analyze.c (vector_alignment_reachable_p): New.
12225 (vect_enhance_data_refs_alignment): Call
12226 vector_alignment_reachable_p.
12227 * target.h (vector_alignment_reachable): New builtin.
12228 * target-def.h (TARGET_VECTOR_ALIGNMENT_REACHABLE): New.
12229 * config/rs6000/rs6000.c (rs6000_vector_alignment_reachable): New.
12230 (TARGET_VECTOR_ALIGNMENT_REACHABLE): Define.
12231
12232 2007-07-12 Dorit Nuzman <dorit@il.ibm.com>
12233
12234 * target.h (builtin_vectorization_cost): Add new target builtin.
12235 * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): New.
12236 * tree-vectorizer.h (TARG_SCALAR_STMT_COST): New.
12237 (TARG_SCALAR_LOAD_COST, TARG_SCALAR_STORE_COST): New.
12238 * tree-vect-analyze.c (vect_analyze_slp_instance): Initisliaze
12239 uninitialized variables.
12240 * tree-vect-transform.c (cost_for_stmt): New function.
12241 (vect_estimate_min_profitable_iters): Call cost_for_stmt instead of
12242 using cost 1 for all scalar stmts. Be less conservative when
12243 estimating the number of prologue/epulogue iterations. Call
12244 targetm.vectorize.builtin_vectorization_cost. Return
12245 min_profitable_iters-1.
12246 (vect_model_reduction_cost): Use TARG_SCALAR_TO_VEC_COST for
12247 initialization cost instead of TARG_VEC_STMT_COST. Use
12248 TARG_VEC_TO_SCALAR_COST instead of TARG_VEC_STMT_COST for reduction
12249 epilogue code. Fix epilogue cost computation.
12250 * config/spu/spu.c (spu_builtin_vectorization_cost): New.
12251 (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Implement.
12252 * config/spu/spu.h (TARG_COND_BRANCH_COST, TARG_SCALAR_STMT_COST):
12253 (TARG_SCALAR_LOAD_COST, TARG_SCALAR_STORE_COST, TARG_VEC_STMT_COST):
12254 (TARG_VEC_TO_SCALAR_COST, TARG_SCALAR_TO_VEC, TARG_VEC_LOAD_COST):
12255 (TARG_VEC_UNALIGNED_LOAD_COST, TARG_VEC_STORE_COST): Define.
12256
12257 2007-07-12 Richard Guenther <rguenther@suse.de>
12258
12259 * gimplify.c (gimplify_conversion): Make sure that the result
12260 from maybe_fold_offset_to_reference is trivially convertible
12261 to the desired type before doing the simplification.
12262 (gimplify_expr): Likewise.
12263 * fold-const.c (fold_binary): Use the correct types for
12264 building the simplified expression.
12265
12266 2007-07-12 Zdenek Dvorak <dvorakz@suse.cz>
12267
12268 PR rtl-optimization/32729
12269 * cfghooks.c (can_duplicate_block_p): Do not forbid duplicating blocks
12270 that fallthru to exit.
12271
12272 2007-07-12 Kaz Kojima <kkojima@gcc.gnu.org>
12273
12274 * config/sh/sh.md (symGOTOFF2reg): Add missing parenthesis.
12275 (symDTPOFF2reg): Likewise.
12276
12277 2007-07-11 Daniel Berlin <dberlin@dberlin.org>
12278
12279 PR tree-optimization/32663
12280
12281 * tree.h (VALUE_HANDLE_VUSES): Remove.
12282 (struct tree_value_handle): Remove vuses.
12283
12284 * tree-vn.c (create_value_handle_for_expr): Don't set
12285 VALUE_HANDLE_VUSES.
12286
12287 * tree-ssa-pre.c (expression_vuses): New.
12288 (alloc_expression_id): Set up expression_vuses.
12289 (get_expression_vuses): New.
12290 (set_expression_vuses): Ditto.
12291 (clear_expression_ids): Modify for expression_vuses.
12292 (phi_translate_1): Ditto.
12293 (phi_translate_set): Ditto.
12294 (value_dies_in_block_x): Ditto
12295 (valid_in_sets): Ditto.
12296 (add_to_sets): Ditto.
12297 (find_existing_value_expr): Ditto.
12298 (create_value_handle_for_expr): Ditto.
12299 (make_values_for_stmt): Ditto.
12300 (vuse_equiv): Remove.
12301
12302 2007-07-11 Alexandre Oliva <aoliva@redhat.com>
12303
12304 * Makefile.in (mostlyclean): Remove object files.
12305
12306 2007-07-11 Kenneth Zadeck <zadeck@naturalbridge.com>
12307
12308 * toplev.c (no_new_pseudos): Deleted.
12309 * rtl.h (no_new_pseudos): Deleted.
12310 * tree-pass.h (pass_no_new_pseudos): Deleted.
12311 * passes.c (pass_no_new_pseudos): Deleted.
12312 * final.c (rest_of_clean_state): Removed no_new_pseudos.
12313 (rest_of_no_new_pseudos, pass_no_new_pseudos): Deleted.
12314 * struct-equiv.c (rtx_equiv_p): Replaced no_new_pseudos with
12315 reload_completed.
12316 * cfgcleanup.c (try_crossjump_to_edge): Ditto.
12317 * rtlhooks.c (gen_lowpart_general): Ditto.
12318 * optabs.c (prepare_operand): Ditto.
12319 * mode-switching.c (rest_of_handle_mode_switching): Deleted set of
12320 no_new_pseudos.
12321 * modulo-sched.c (rest_of_handle_sms): Ditto.
12322 * see.c (rest_of_handle_see): Ditto.
12323 * ifcvt.c (if_convert): Ditto.
12324 (gate_handle_if_after_combine): Replaced no_new_pseudos with
12325 reload_completed.
12326 * init-regs.c (gate_initialize_regs): Deleted set of
12327 no_new_pseudos.
12328 * lower-subreg.c (decompose_multiword_subregs): Ditto.
12329 * bb-reorder.c (rest_of_handle_partition_blocks): Ditto.
12330 * doc/md.texi: Changed no_new_pseudos to can_create_pseudo_p.
12331
12332 2007-07-11 Uros Bizjak <ubizjak@gmail.com>
12333
12334 PR target/32661
12335 * config/i386/sse.md (*sse2_storeq_rex64): Handle 64bit mem->reg moves.
12336 (*vec_extractv2di_1_sse2): Disable for TARGET_64BIT.
12337 (*vec_extractv2di_1_rex64): New insn pattern.
12338
12339 2007-07-11 David Daney <ddaney@avtrex.com>
12340
12341 * config/mips/linux-unwind.h (mips_fallback_frame_state): Rewrite
12342 return address calculation. Substitute DWARF_ALT_FRAME_RETURN_COLUMN
12343 for SIGNAL_UNWIND_RETURN_COLUMN.
12344 * config/mips/mips.h (SIGNAL_UNWIND_RETURN_COLUMN): Remove.
12345 (DWARF_FRAME_REGNUM): Rewrite.
12346 (DWARF_ALT_FRAME_RETURN_COLUMN) Define.
12347
12348 2007-07-11 Nick Clifton <nickc@redhat.com>
12349
12350 * config/m32r/m32r.h (INITIALIZE_TRAMPOLINE): Revert previous
12351 delta and use gen_int_mode in place of GET_INT instead.
12352
12353 2007-07-11 Uros Bizjak <ubizjak@gmail.com>
12354
12355 * reg-stack.c (struct tree_opt_pass pass_stack_regs): Nullify name
12356 and letter field.
12357
12358 2007-07-11 Douglas Gregor <doug.gregor@gmail.com>
12359
12360 * params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove.
12361 (PARAM_USE_CANONICAL_TYPES): New; decides whether to use canonical
12362 types or not.
12363 * params.h (VERIFY_CANONICAL_TYPES): Remove.
12364 (USE_CANONICAL_TYPES): New.
12365 * doc/invoke.texi (verify-canonical-types): Remove.
12366 (use-canonical-types): Add.
12367
12368 2007-07-11 Ulrich Weigand <uweigand@de.ibm.com>
12369
12370 * config/spu/spu.c (spu_optimization_options): Remove setting of
12371 parameter PARAM_MAX_COMPLETELY_PEEL_TIMES.
12372 (spu_override_options): Move it here.
12373
12374 2007-07-11 Richard Sandiford <richard@codesourcery.com>
12375
12376 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle -m4ksc and -m4ksd.
12377 * config/mips/mips.c (mips_cpu_info_table): Mention
12378 MIPS_ISA_LEVEL_SPEC in the comment.
12379
12380 2007-07-11 Eric Botcazou <ebotcazou@adacore.com>
12381
12382 PR tree-optimization/32713
12383 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle REAL_CST.
12384
12385 2007-07-11 Paolo Carlini <pcarlini@suse.de>
12386
12387 PR middle-end/30482
12388 * c-opts.c (c_common_post_options): Do not change flag_complex_method
12389 conditional to flag_isoc99.
12390 (c_common_init_options): Do it here, unconditionally.
12391
12392 2007-07-11 Eric Botcazou <ebotcazou@adacore.com>
12393
12394 PR tree-optimization/32589
12395 * doc/tree-ssa.texi (Rough GIMPLE Grammar): Add missing rule.
12396 * tree-gimple.c (is_gimple_min_invariant): Clarify head comment.
12397 * tree-ssa-propagate.c (valid_gimple_expression_p): New
12398 predicate, extracted from...
12399 (set_rhs): ...here. Call it for the expression on entry.
12400 * tree-ssa-propagate.h (valid_gimple_expression_p): Declare.
12401 * tree-ssa-sccvn.c: Include tree-ssa-propagate.h.
12402 (simplify_binary_expression): Use valid_gimple_expression_p
12403 to validate the simplification.
12404 * Makefile.in (tree-ssa-sccvn.o): Depends on tree-ssa-propagate.h.
12405
12406 2007-07-11 Danny Smith <dannysmith@users.sourceforge.net>
12407
12408 * config/i386/cygming.h (PREFERRED_DEBUGGING_TYPE): Define to
12409 DWARF2_DEBUG on 32 bit target too.
12410 (DWARF2_UNWIND_INFO): Reorganize 64-bit vs 32-bit definition.
12411
12412 2007-07-11 Nick Clifton <nickc@redhat.com>
12413
12414 * config/m32r/m32r.h (INITIALIZE_TRAMPOLINE): Provide alternative
12415 version for 64-bit hosts.
12416
12417 2007-07-10 David Daney <ddaney@avtrex.com>
12418
12419 * config/mips/mips.h (ISA_HAS_SYNCI): New target capability
12420 predicate.
12421 (INITIALIZE_TRAMPOLINE): Emit clear_cache insn instead of library
12422 call.
12423 * config/mips/mips.c (mips_expand_synci_loop): New function.
12424 * config/mips/mips.md (UNSPEC_CLEAR_HAZARD): New constant.
12425 (UNSPEC_RDHWR): Same.
12426 (UNSPEC_SYNCI): Same.
12427 (UNSPEC_SYNC): Same.
12428 (clear_cache): New expand.
12429 (sync): New insn.
12430 (synci): Same.
12431 (rdhwr): Same.
12432 (clear_hazard): Same.
12433 * config/mips/mips-protos.h (mips_expand_synci_loop): Declare
12434 function.
12435 * testsuite/gcc.target/mips/clear-cache-1.c: New test.
12436 * testsuite/gcc.target/mips/clear-cache-2.c: New test.
12437
12438 2007-07-10 Ian Lance Taylor <iant@google.com>
12439
12440 * emit-rtl.c (gen_reg_rtx): Check can_create_pseudo_p rather than
12441 no_new_pseudos.
12442
12443 2007-07-10 David Daney <ddaney@avtrex.com>
12444
12445 * builtins.def (BUILT_IN_CLEAR_CACHE): New builtin.
12446 * builtins.c (expand_builtin___clear_cache): New function.
12447 (expand_builtin): Call expand_builtin___clear_cache for
12448 BUILT_IN_CLEAR_CACHE case.
12449 * doc/extend.texi (__builtin___clear_cache): Document new builtin.
12450 * doc/md.texi (clear_cache): Document new instruction pattern.
12451 * testsuite/gcc.dg/builtins-64.c: New test.
12452
12453 2007-07-11 Hans-Peter Nilsson <hp@axis.com>
12454
12455 * config/cris/cris.md ("movsi"): Fix typo in last change.
12456
12457 2007-07-09 Geoffrey Keating <geoffk@apple.com>
12458
12459 PR 32617
12460 * c-common.c (c_alignof_expr): Look at DECL_ALIGN of
12461 FUNCTION_DECLs.
12462 (handle_aligned_attribute): Allow use on FUNCTION_DECLs.
12463 * varasm.c (assemble_start_function): Honor DECL_ALIGN
12464 for FUNCTION_DECLs. Don't use align_functions_log if
12465 DECL_USER_ALIGN.
12466 * print-tree.c (print_node): Print DECL_ALIGN and DECL_USER_ALIGN
12467 even for FUNCTION_DECLs.
12468 * c-decl.c (merge_decls): Propagate DECL_ALIGN even for
12469 FUNCTION_DECLs.
12470 * tree.h (DECL_ALIGN): Update for new location of 'align'.
12471 (DECL_FUNCTION_CODE): Update for new location and name of
12472 'function_code'.
12473 (DECL_OFFSET_ALIGN): Update for new location of 'off_align'.
12474 (struct tree_decl_common): Move 'align' and 'off_align' out
12475 of union, ensure they're still on a 32-bit boundary. Remove
12476 other fields in union 'u1'.
12477 (struct tree_function_decl): Add field 'function_code' replacing
12478 'u1.f' in tree_decl_common.
12479 * tree.c (build_decl_stat): Set initial value of DECL_ALIGN.
12480 * doc/extend.texi (Function Attributes): Add 'aligned' attribute.
12481 (Variable Attributes): Cross-reference 'aligned' attribute
12482 to Function Attributes.
12483 * flags.h (force_align_functions_log): Delete.
12484 * toplev.c (force_align_functions_log): Delete.
12485
12486 2007-07-10 Uros Bizjak <ubizjak@gmail.com>
12487
12488 PR target/32708
12489 * config/i386/sse.md (vec_concatv2di): Disable for TARGET_64BIT.
12490 (*vec_concatv2di_rex): New insn pattern.
12491
12492 2007-07-10 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12493
12494 PR target/32538
12495 * config/mips/iris6.h (LIBGCC_SPEC): Add libm.
12496
12497 2007-07-10 Ian Lance Taylor <iant@google.com>
12498
12499 Replace no_new_pseudos in backends.
12500 * rtl.h (can_create_pseudo_p): Define.
12501 * config/darwin.c (machopic_indirect_data_reference): Use
12502 can_create_pseudo_p () instead of no_new_pseudos.
12503 (machopic_indirect_data_reference): Likewise.
12504 (machopic_legitimize_pic_address): Likewise.
12505 * config/alpha/alpha.c (alpha_legitimize_address): Likewise.
12506 (alpha_emit_set_const_1): Likewise.
12507 (alpha_emit_set_const): Likewise.
12508 (alpha_emit_conditional_move): Likewise.
12509 (alpha_split_conditional_move): Likewise.
12510 * config/alpha/alpha.md (various splitters): Likewise.
12511 (movti): Likewise.
12512 * config/arm/arm.c (legitimize_pic_address): Likewise.
12513 (arm_load_pic_register): Likewise.
12514 * config/arm/arm.md (addsi3, subsi3, andsi3, iorsi3): Likewise.
12515 (movdi, movsi, movhi, movqi, movsf, movdf): Likewise.
12516 * config/bfin/bfin.c (legitimize_pic_address): Likewise.
12517 * config/cris/cris.c (cris_expand_pic_call_address): Likewise.
12518 * config/cris/cris.md (movsi): Likewise.
12519 * config/frv/frv.md (symGOT2reg_hilo): Likewise.
12520 (symGOTOFF2reg_hilo): Likewise.
12521 (symGPREL2reg, symGPREL2reg_hilo): Likewise.
12522 * config/h8300/h8300.md (insv, extzv): Likewise.
12523 * config/i386/i386.c (ix86_expand_move): Likewise.
12524 (ix86_expand_vector_move): Likewise.
12525 (ix86_prepare_fp_compare_args): Likewise.
12526 (ix86_expand_carry_flag_compare): Likewise.
12527 * config/i386/i386.md (tls_dynamic_gnu2_32): Likewise.
12528 (tls_dynamic_gnu2_combine_32): Likewise.
12529 (tls_dynamic_gnu2_64, tls_dynamic_gnu2_combine_64): Likewise.
12530 * config/ia64/ia64.c (ia64_expand_move): Likewise.
12531 (ia64_expand_movxf_movrf): Likewise.
12532 * config/m32c/m32c.c (m32c_prepare_move): Likewise.
12533 (m32c_split_move): Likewise.
12534 (m32c_expand_insv): Likewise.
12535 * config/m68k/m68k.md (movsi): Likewise.
12536 * config/mips/mips.c (mips_force_temporary): Likewise.
12537 (mips_split_symbol): Likewise.
12538 (mips_move_integer): Likewise.
12539 (mips_legitimize_const_move): Likewise.
12540 * config/mn10300/mn10300.md (movsi): Likewise.
12541 * config/pa/pa.c (emit_move_sequence): Likewise.
12542 * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
12543 (rs6000_got_register): Likewise.
12544 (create_TOC_reference): Likewise.
12545 (rs6000_machopic_legitimize_pic_address): Likewise.
12546 * config/rs6000/rs6000.md (add<mode>3): Likewise.
12547 (various splitters): Likewise.
12548 (iorsi3, xorsi3, iordi3, xordi3): Likewise.
12549 (movsi_got): Likewise.
12550 * config/s390/s390.c (emit_symbolic_move): Likewise.
12551 * config/s390/s390.md (movhi, movqi): Likewise.
12552 (load_multiple, store_multiple): Likewise.
12553 * config/score/score.c (score_force_temporary): Likewise.
12554 * config/sh/sh.c (prepare_move_operands): Likewise.
12555 (prepare_cbranch_operands): Likewise.
12556 (emit_fpu_switch): Likewise.
12557 (fpscr_set_from_mem): Likewise.
12558 * config/sh/sh.md (movdicc, movsicc, movsicc_umin): Likewise.
12559 (adddi3, subsi3): Likewise.
12560 (various splitters): Likewise.
12561 (divsi_inv_fp_combine): Likewise.
12562 (symGOT_load, symGOTOFF2reg, symDTPOFF2reg): Likewise.
12563 (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu): Likewise.
12564 (sne): Likewise.
12565 * config/sh/predicates.md (xor_operand): Likewise.
12566 * config/sparc/sparc.c (legitimize_tls_address): Likewise.
12567 * config/sparc/sparc.md (movsi_pic_label_ref): Likewise.
12568 (movdi_pic_label_ref): Likewise.
12569 * config/spu/spu.c (spu_split_immediate): Likewise.
12570 * config/alpha/alpha.md (various splitters): Remove test
12571 !no_new_pseudos || reload_completed.
12572 * config/ia64/ia64.c (ia64_output_mi_thunk): Don't set
12573 no_new_pseudos.
12574 * config/m68k/m68k.c (m68k_output_mi_thunk): Likewise.
12575 * config/mips/mips.c (mips_output_mi_thunk): Likewise.
12576 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
12577 * config/score/score.c (th_output_mi_thunk): Likewise.
12578 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
12579 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
12580
12581 2007-07-10 Kaz Kojima <kkojima@gcc.gnu.org>
12582
12583 PR rtl-optimization/32664
12584 * mode-switching.c (create_pre_exit): Skip barrier insns.
12585
12586 2007-07-10 Zdenek Dvorak <dvorakz@suse.cz>
12587
12588 * tree-scalar-evolution.c (scev_const_prop): Add arguments to
12589 force_gimple_operand_bsi.
12590 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr,
12591 rewrite_use_compare): Ditto.
12592 * tree-ssa-address.c (gimplify_mem_ref_parts, create_mem_ref):
12593 Ditto.
12594 * tree-ssa-ifcombine.c (ifcombine_ifandif): Ditto.
12595 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
12596 * lambda-code.c (replace_uses_equiv_to_x_with_y): Ditto.
12597 * tree-profile.c (prepare_instrumented_value,
12598 tree_gen_interval_profiler, tree_gen_pow2_profiler,
12599 tree_gen_one_value_profiler, tree_gen_ic_profiler,
12600 tree_gen_ic_func_profiler, tree_gen_average_profiler,
12601 tree_gen_ior_profiler): Ditto.
12602 * tree-ssa-reassoc.c (negate_value): Ditto.
12603 * matrix-reorg.c (transform_access_sites, transform_allocation_sites):
12604 Use force_gimple_operand_bsi.
12605 * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Ditto.
12606 * tree-if-conv.c (add_to_dst_predicate_list,
12607 find_phi_replacement_condition): Ditto.
12608 * gimplify.c (force_gimple_operand_bsi): Add before and m arguments.
12609 Call mark_symbols_for_renaming for new statements.
12610 * tree-flow.h (force_gimple_operand_bsi): Declaration changed.
12611
12612 2007-07-10 Zdenek Dvorak <dvorakz@suse.cz>
12613
12614 * cfghooks.c (remove_edge): New function.
12615 (redirect_edge_and_branch, remove_branch, merge_blocks): Updated
12616 loop exit rescans.
12617 * cfghooks.h (remove_edge): Declare.
12618 * cfg.c (remove_edge): Renamed to remove_edge_raw.
12619 * basic-block.h (remove_edge): Declaration changed to remove_edge_raw.
12620
12621 2007-07-09 Wolfgang Gellerich <gellerich@de.ibm.com>
12622
12623 * optabs.h: Added declaration for signbit_optab.
12624 * optabs.c: (init_optabs): Added initialization for signbit_optab.
12625 * genoptinit.c (optabs): Added entry for signbit insns.
12626 * builtins.c (expand_builtin_signbit): Added code to use a signbit
12627 insn, if available.
12628 * config/s390/s390.h (S390_TDC_SIGNBIT_SET): New constant.
12629 * config/s390/s390.md (signbit<mode>2): New expander.
12630
12631 2007-07-09 Richard Guenther <rguenther@suse.de>
12632
12633 PR middle-end/32698
12634 * fold-const.c (fold_plusminus_mult_expr): Move constant
12635 arguments second to allow decomposing.
12636
12637 2007-07-09 Alexandre Oliva <aoliva@oliva.athome.lsd.ic.unicamp.br>
12638
12639 Revert:
12640 2007-07-06 Alexandre Oliva <aoliva@redhat.com>
12641 PR debug/23551
12642 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
12643 Disregard DECL_FROM_INLINE.
12644
12645 2007-07-09 Uros Bizjak <ubizjak@gmail.com>
12646
12647 PR target/27855
12648 * doc/invoke.texi: Add ftree-reassoc flag.
12649 * common.opt (ftree-reassoc): New flag.
12650 * tree-ssa-reassoc.c (gate_tree_ssa_reassoc): New static function.
12651 (struct tree_opt_pass pass_reassoc): Use gate_tree_ssa_reassoc.
12652
12653 2007-07-09 Uros Bizjak <ubizjak@gmail.com>
12654
12655 PR tree-optimization/32681
12656 * tree-if-conv.c (find_phi_replacement_condition): Use the condition
12657 saved in second_edge->aux when first_bb is a loop header.
12658
12659 2007-07-09 Jan HUbicka <jh@suse.cz>
12660
12661 * cse.c (cse_insn): Avoid invalid sharing on trial replacement.
12662
12663 2007-07-09 Richard Guenther <rguenther@suse.de>
12664
12665 * c-decl.c (start_function): Do not promote return type.
12666
12667 2007-07-08 Daniel Franke <franke.daniel@gmail.com>
12668
12669 * function.c (do_warn_unused_parameter): Do not warn if
12670 TREE_NO_WARNING is set.
12671
12672 2007-07-08 Andreas Schwab <schwab@suse.de>
12673
12674 * doc/invoke.texi (DEC Alpha/VMS Options): Fix typo.
12675
12676 2007-07-08 Sandra Loosemore <sandra@codesourcery.com>
12677
12678 Revert this patch:
12679 2007-07-06 Sandra Loosemore <sandra@codesourcery.com>
12680
12681 * c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS
12682 apply to assembly language, too.
12683 * doc/tm.texi (DOLLARS_IN_IDENTIFIERS): Update.
12684
12685 2007-07-07 Daniel Berlin <dberlin@dberlin.org>
12686
12687 Revert (note the sccvn portions are *not* reverted)
12688 2007-07-06 Daniel Berlin <dberlin@dberlin.org>
12689
12690 Fix PR tree-optimization/23488
12691
12692 * tree-vn.c (set_value_handle): Use decl_vh_map for decl value
12693 handles.
12694 * tree-flow-inline.h (get_value_handle): Ditto.
12695 * tree-ssa-pre.c (decl_vh_map): New.
12696 (decl_node_pool): New.
12697 (can_value_number_operation): Support DECL_P.
12698 (can_PRE_operation): Ditto.
12699 (create_expression_by_pieces): Ditto.
12700 (find_existing_value_expr): Modify to differnetiate between
12701 addressing and top level.
12702 (create_value_handle_for_expr): Handle DECL's.
12703 (poolify_tree): Ditto.
12704 (make_values_for_phi): Don't insert into PHI_GEN during FRE.
12705 (make_values_for_stmt): Handle DECL's properly.
12706 (init_pre): Reorg to not init useless things during FRE.
12707 (fini_pre): Ditto.
12708 * tree-flow.h: Include pointer-set.h.
12709 (decl_vh_map): Declare.
12710 * Makefile.in (TREE_FLOW_H): Add pointer-set.h
12711
12712 2007-07-07 Eric Weddington <eweddington@cso.atmel.com>
12713
12714 * config/avr/constraints.md (define_memory_constraint "Q"): Fix
12715 the constraint description.
12716 * doc/md.texi: Update documentation of AVR constraints.
12717
12718 2007-07-07 Kazu Hirata <kazu@codesourcery.com>
12719
12720 * auto-inc-dec.c, config/arm/arm.c,
12721 config/m32r/constraints.md, config/mips/mips.md,
12722 config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c,
12723 df-problems.c, df-scan.c, df.h, dse.c, gimplify.c,
12724 tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment
12725 typos. Follow spelling conventions.
12726 * doc/invoke.texi, doc/rtl.texi: Fix typos.
12727
12728 * cfgrtl.c (delete_insn_chain_and_edges): Remove.
12729 * rtl.h: Remove the prototype for delete_insn_chain_and_edges.
12730
12731 * tree-ssa-operands.c (realloc_vop, realloc_vdef,
12732 realloc_vuse): Remove.
12733 * tree-ssa-operands.h: Remove the prototype for realloc_vdef
12734 and realloc_vuse.
12735
12736 2007-07-06 Daniel Berlin <dberlin@dberlin.org>
12737
12738 Fix PR tree-optimization/23488
12739
12740 * tree-ssa-sccvn.c (expr_has_constants): Handle tcc_declaration.
12741 (try_to_simplify): Ditto.
12742 (visit_use): Ditto.
12743 * tree-vn.c (set_value_handle): Use decl_vh_map for decl value
12744 handles.
12745 * tree-flow-inline.h (get_value_handle): Ditto.
12746 * tree-ssa-pre.c (decl_vh_map): New.
12747 (decl_node_pool): New.
12748 (can_value_number_operation): Support DECL_P.
12749 (can_PRE_operation): Ditto.
12750 (create_expression_by_pieces): Ditto.
12751 (find_existing_value_expr): Modify to differnetiate between
12752 addressing and top level.
12753 (create_value_handle_for_expr): Handle DECL's.
12754 (poolify_tree): Ditto.
12755 (make_values_for_phi): Don't insert into PHI_GEN during FRE.
12756 (make_values_for_stmt): Handle DECL's properly.
12757 (init_pre): Reorg to not init useless things during FRE.
12758 (fini_pre): Ditto.
12759 * tree-flow.h: Include pointer-set.h.
12760 (decl_vh_map): Declare.
12761 * Makefile.in (TREE_FLOW_H): Add pointer-set.h
12762
12763 2007-07-06 Sandra Loosemore <sandra@codesourcery.com>
12764
12765 * c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS
12766 apply to assembly language, too.
12767 * doc/tm.texi (DOLLARS_IN_IDENTIFIERS): Update.
12768
12769 2007-07-06 Ian Lance Taylor <iant@google.com>
12770 Zack Weinberg <zackw@panix.com>
12771
12772 PR middle-end/32441
12773 * builtins.c (std_expand_builtin_va_start): Don't use make_tree.
12774
12775 2007-07-06 Richard Sandiford <richard@codesourcery.com>
12776
12777 * config/sh/sh.md (*prefetch_i4): Disable for TARGET_VXWORKS_RTP.
12778 (prefetch): Likewise if "pref" would be used.
12779
12780 2007-07-06 Josh Conner <jconner@apple.com>
12781
12782 PR middle-end/32602
12783 PR middle-end/32603
12784 * calls.c (store_one_arg): Handle arguments which are partially
12785 on the stack when detecting argument overlap.
12786
12787 2007-07-06 Bernd Schmidt <bernd.schmidt@analog.com>
12788
12789 * reload1.c (choose_reload_regs): Set reload_spill_index for regs
12790 chosen during find_reloads.
12791
12792 2007-07-06 Richard Guenther <rguenther@suse.de>
12793
12794 * gimplify.c (gimplify_call_expr): Prefer DECL_ARGUMENTS over
12795 TYPE_ARG_TYPES for verification of argument types. Use
12796 DECL_ARG_TYPE instead of the PARM_DECL type. Take excess
12797 parameters as variable arguments.
12798
12799 2007-07-06 Andreas Krebbel <krebbel1@de.ibm.com>
12800
12801 * libgcc2.h (word_type): Type definition removed.
12802 (cmp_return_type, shift_count_type): Type definitions added.
12803 (__lshrdi3, __ashldi3, __ashrdi3): word_type of second parameter
12804 replaced with shift_count_type.
12805 (__cmpdi2, __ucmpdi2): word_type of return type replaced with
12806 cmp_return_type.
12807 * libgcc2.c (__udivmoddi4, __moddi3): Type of local variable c
12808 changed from word_type to Wtype.
12809 (__lshrdi3, __ashldi3, __ashrdi3): word_type of second parameter
12810 replaced with shift_count_type.
12811 (__cmpdi2, __ucmpdi2): word_type of return type replaced with
12812 cmp_return_type.
12813 * c-common.c (handle_mode_attribute): Handling for libgcc_cmp_return
12814 and libgcc_shift_count attribute added.
12815 * target-def.h (TARGET_LIBGCC_CMP_RETURN_MODE,
12816 TARGET_LIBGCC_SHIFT_COUNT_MODE): New target hooks defined.
12817 (TARGET_INITIALIZER): New target hooks added.
12818 * targhooks.c (default_libgcc_cmp_return_mode,
12819 default_libgcc_shift_count_mode): Default implementations for the new
12820 target hooks added.
12821 * targhooks.h (default_libgcc_cmp_return_mode,
12822 default_libgcc_shift_count_mode): Function prototypes added.
12823 * target.h (struct gcc_target): Fields for the new target hooks added.
12824 * optabs.c (expand_binop): Use shift_count_mode when expanding shift
12825 as library call.
12826 (prepare_cmp_insn): Use cmp_return_mode when expanding comparison as
12827 library call.
12828
12829 * doc/tm.texi (TARGET_LIBGCC_CMP_RETURN_MODE,
12830 TARGET_LIBGCC_SHIFT_COUNT_MODE): Documentation added.
12831
12832 * config/s390/s390.c (s390_libgcc_cmp_return_mode,
12833 s390_libgcc_shift_count_mode): Functions added.
12834 (TARGET_LIBGCC_CMP_RETURN_MODE, TARGET_LIBGCC_SHIFT_COUNT_MODE):
12835 Target hooks defined.
12836
12837 2007-07-06 Richard Sandiford <richard@codesourcery.com>
12838
12839 * config/mips/mips.c (compute_frame_size): Restore the original
12840 gp_sp_offset for !GENERATE_MIPS16E_SAVE_RESTORE and remove the
12841 fp_size term from the GENERATE_MIPS16E_SAVE_RESTORE calculation.
12842 Document why the difference is needed.
12843
12844 2007-07-06 Richard Guenther <rguenther@suse.de>
12845
12846 * c-common.c (boolean_increment): Use correctly typed
12847 constant.
12848
12849 2007-07-06 Richard Sandiford <richard@codesourcery.com>
12850
12851 * config/mips/mips.c (mips16e_save_restore_pattern_p): Check that
12852 the topmost argument register is not also included in the save mask.
12853 (mips16e_collect_argument_save_p): Take a pointer to the argument
12854 register, rather than a pointer to the number of arguments.
12855 (mips16e_collect_argument_saves): Only include argument saves
12856 that aren't in the register mask.
12857
12858 2007-07-06 Uros Bizjak <ubizjak@gmail.com>
12859
12860 PR rtl-optimization/32450
12861 * function.c (thread_prologue_and_epilogue_insns): Emit blockage insn
12862 to ensure that instructions are not moved into the prologue when
12863 profiling is on. Remove unused prologue_end variable.
12864 (expand_function_end): Emit blockage insn instead of ASM_INPUT rtx
12865 as a scheduling barrier.
12866
12867 2007-07-06 Alexandre Oliva <aoliva@redhat.com>
12868
12869 PR debug/23551
12870 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
12871 Disregard DECL_FROM_INLINE.
12872
12873 2007-07-05 Adam Nemet <anemet@caviumnetworks.com>
12874
12875 * rtlanal.c (num_sign_bit_copies1): Improve cases of ANDing or
12876 IORing with a constant.
12877
12878 2007-07-05 Seongbae Park <seongbae.park@gmail.com>
12879
12880 PR rtl-optimization/32475
12881 * df-scan.c (df_def_record_1): Add a use of the stack pointer
12882 for every definition of the stack pointer.
12883
12884 2007-07-05 Richard Earnshaw <rearnsha@arm.com>
12885
12886 * arm.c (vfp3_const_double_index): Copy signed results of
12887 REAL_VALUE_TO_INT into unsigned vars.
12888
12889 2007-07-05 Richard Guenther <rguenther@suse.de>
12890
12891 PR middle-end/32639
12892 * alias.c (get_alias_set): Tread METHOD_TYPE the same as
12893 FUNCTION_TYPE.
12894 * tree-ssa.c (useless_type_conversion_p): Check canonical
12895 types early.
12896
12897 2007-07-05 Anatoly Sokolov <aesok@post.ru>
12898
12899 * config/avr/avr.md (zero_extendqihi2, zero_extendqisi2,
12900 zero_extendhisi2): Change to define_insn_and_split.
12901 (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New.
12902
12903 2007-07-05 Paolo Bonzini <bonzini@gnu.org>
12904
12905 * function.c (match_asm_constraints_1, rest_of_match_asm_constraints,
12906 pass_match_asm_constraints): New.
12907 * passes.c (init_optimization_passes): Add new pass.
12908 * stmt.c (expand_asm_operands): Set cfun->has_asm_statement.
12909 * function.h (struct function): Add has_asm_statement bit.
12910 (current_function_has_asm_statement): New.
12911 * tree-pass.h (pass_match_asm_constraints): New.
12912
12913 2007-07-05 Richard Sandiford <rsandifo@nildram.co.uk>
12914
12915 * config/mips/mips.c (mips_file_start): Avoid declaration
12916 after code.
12917
12918 2007-07-05 Sandra Loosemore <sandra@codesourcery.com>
12919
12920 * optabs.c (expand_binop_directly): Fix signed/unsigned comparison.
12921
12922 2007-07-05 Uros Bizjak <ubizjak@gmail.com>
12923
12924 * rtl.def (NOTE): Change print format string to print
12925 operand 5 as a note insn name.
12926
12927 2007-07-05 Sandra Loosemore <sandra@codesourcery.com>
12928 David Ung <davidu@mips.com>
12929
12930 * config/mips/mips.c (mips_cpu_info): Add 4ksc and 4ksd processors.
12931 * doc/invoke.texi: (MIPS Options): Document them.
12932
12933 2007-07-05 Sandra Loosemore <sandra@codesourcery.com>
12934 David Ung <davidu@mips.com>
12935
12936 Add support for SmartMIPS ASE.
12937
12938 * optabs.c (expand_binop_directly): New, broken out from...
12939 (expand_binop): Here. Make it try rotating in the other
12940 direction even when the second operand isn't constant.
12941 * config/mips/mips.md (*lwxs): New.
12942 * config/mips/mips.opt (msmartmips): New.
12943 * config/mips/mips.c (mips_lwxs_address_p): New.
12944 (mips_rtx_costs): Make it recognize scaled indexed addressing.
12945 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define
12946 __mips_smartmips when compiling for TARGET_SMARTMIPS.
12947 (ISA_HAS_ROR): Define for TARGET_SMARTMIPS.
12948 (ISA_HAS_LWXS): New.
12949 (ASM_SPEC): Add -msmartmips/-mno-smartmips.
12950 * doc/invoke.texi (MIPS Options): Document -msmartmips/-mno-smartmips.
12951 * testsuite/gcc.target/mips/smartmips-lwxs.c: New test case.
12952 * testsuite/gcc.target/mips/smartmips-ror-1.c: New test case.
12953 * testsuite/gcc.target/mips/smartmips-ror-2.c: New test case.
12954 * testsuite/gcc.target/mips/smartmips-ror-3.c: New test case.
12955 * testsuite/gcc.target/mips/smartmips-ror-4.c: New test case.
12956
12957 2007-07-05 Dorit Nuzman <dorit@il.ibm.com>
12958
12959 * tree-vectorizer.c (new_loop_vec_info): Initialize
12960 LOOP_VINFO_COST_MODEL_MIN_ITERS.
12961 * tree-vectorizer.h (_loop_vec_info): Added new filed
12962 min_profitable_iters.
12963 (LOOP_VINFO_COST_MODEL_MIN_ITERS): New access macro to above new field.
12964 (TARG_SCALAR_TO_VEC_COST): Define cost of scalar to vector operation.
12965 * tree-vect-analyze.c (vect_analyze_operations): Set
12966 LOOP_VINFO_COST_MODEL_MIN_ITERS.
12967 * tree-vect-transform.c (vect_estimate_min_profitable_iters): Use
12968 VEC_length to determine if there are any LOOP_VINFO_MAY_MISALIGN_STMTS.
12969 Fix calculation of peel_iters_prologue. Move consideration of epilogue
12970 and prologue cost to after they are computed.
12971 (vect_model_induction_cost): Use TARG_SCALAR_TO_VEC_COST instead of
12972 TARG_VEC_STMT_COST.
12973 (vect_model_simple_cost): Takes additional argument dt. Consider cost
12974 of creating vectors from scalars according to dt.
12975 (vect_model_store_cost): Likewise.
12976 (vectorizable_call): Use dt array instead of scalar dt. Call
12977 vect_model_simple_cost with additional argument dt.
12978 (vectorizable_assignment): Likewise.
12979 (vectorizable_operation): Likewise.
12980 (vectorizable_type_demotion): Likewise.
12981 (vectorizable_type_promotion): Likewise.
12982 (vectorizable_store): Use dt array instead of scalar dt. Call
12983 vect_model_store_cost with additional argument dt.
12984 (vect_do_peeling_for_loop_bound): Don't call
12985 vect_estimate_min_profitable_iters. Instead, lookup
12986 LOOP_VINFO_COST_MODEL_MIN_ITERS. Don't always print
12987 "may not be profitable".
12988
12989 2007-07-05 Dorit Nuzman <dorit@il.ibm.com>
12990
12991 PR testsuite/32014
12992 * config/rs6000/altivec.md (UNSPEC_VUPKHS_V4SF, UNSPEC_VUPKLS_V4SF):
12993 (UNSPEC_VUPKHU_V4SF, UNSPEC_VUPKLU_V4SF): New.
12994 (vec_unpacks_float_hi_v8hi, vec_unpacks_float_lo_v8hi): New patterns.
12995 (vec_unpacku_float_hi_v8hi, vec_unpacku_float_lo_v8hi): New patterns.
12996
12997 2007-07-05 Zdenek Dvorak <dvorakz@suse.cz>
12998
12999 * config/i386/i386.c (ix86_address_cost): Do not consider more complex
13000 addressing modes cheaper.
13001
13002 2007-07-05 Alexandre Oliva <aoliva@redhat.com>
13003
13004 * dwarf2out.c (dw_ranges_by_label_ref): New typedef.
13005 (dw_ranges_struct): Rename block_num to num. Adjust.
13006 (dw_ranges_by_label_struct): New.
13007 (ranges_by_label, ranges_by_label_allocated,
13008 ranges_by_label_in_use): New variables.
13009 (add_ranges_num): Factored most of the code out of...
13010 (add_ranges): ... this one. Rewrite in terms of the former.
13011 (add_ranges_by_labels): New.
13012 (output_ranges): Output by-label ranges.
13013 (dwarf2out_finish): Output range for multiple-section
13014 compile_unit. Output standard DW_AT_low_pc in addition to
13015 unexpected DW_AT_entry_pc.
13016
13017 2007-07-04 Daniel Berlin <dberlin@dberlin.org>
13018
13019 PR tree-optimization/32604
13020 PR tree-optimization/32606
13021
13022 * tree-ssa-pre.c (bb_bitmap_sets): Removed antic_safe_loads.
13023 (compute_antic_safe): Removed.
13024 (ANTIC_SAFE_LOADS): Ditto.
13025 (compute_antic_aux): Don't print ANTIC_SAFE_LOADS.
13026 (execute_pre): Don't call compute_antic_safe.
13027 (vuse_equiv): New function.
13028 (make_values_for_stmt): Use it
13029 * tree-ssa-sccvn.c (set_ssa_val_to): Remove assert, since it is
13030 not always true.
13031
13032 2007-07-04 Anatoly Sokolov <aesok@post.ru>
13033
13034 PR target/31331
13035 * config/avr/avr.c (avr_naked_function_p): Handle receiving a type
13036 rather than a decl.
13037 (avr_attribute_table): Make "naked" attribute apply to function types
13038 rather than to decls.
13039 (avr_handle_fntype_attribute): New function.
13040
13041 2007-07-04 Joseph Myers <joseph@codesourcery.com>
13042
13043 * target-def.h (TARGET_INITIALIZER): Remove trailing whitespace
13044 after \.
13045
13046 2007-07-04 David Ung <davidu@mips.com>
13047 Joseph Myers <joseph@codesourcery.com>
13048
13049 * config/mips/mips.md (type): Add logical, signext and move.
13050 (one_cmpl<mode>2, *and<mode>3, *and<mode>3_mips16, *ior<mode>3,
13051 *ior<mode>3_mips16, two unnamed insns after *ior<mode>3_mips16,
13052 *nor<mode>3, "Combiner patterns to optimize truncate/zero_extend
13053 combinations", *zero_extend<SHORT:mode><GPR:mode>2,
13054 *zero_extendqihi2, *extend<SHORT:mode><GPR:mode>2_mips16e,
13055 *extend<SHORT:mode><GPR:mode>2_se<SHORT:size>, *movdi_64bit,
13056 *movdi_64bit_mips16, *movsi_internal, *movsi_mips16, movcc,
13057 *movhi_internal, *movhi_mips16, *movqi_internal, *movqi_mips16,
13058 *movsf_hardfloat, *movsf_softfloat, *movsf_mips16,
13059 *movdf_hardfloat_64bit, *movdf_hardfloat_32bit,
13060 movv2sf_hardfloat_64bit): Use the new types.
13061 (*movdi_32bit, *movdi_gp32_fp64, *movdi_32bit_mips16,
13062 *movdf_softfloat, *movdf_mips16): Use "multi".
13063 (extendqihi2): Replace with a define_expand.
13064 (*extendqihi2_mips16e, *extendqihi2, *extendqihi2_seb): New.
13065 Based on extend<SHORT:mode><GPR:mode>2 patterns.
13066 * config/mips/74k.md (r74k_int_logical): New reservation and
13067 bypasses.
13068 (r74k_int_arith): Remove "slt".
13069 * config/mips/24k.md, config/mips/4130.md, config/mips/4k.md,
13070 config/mips/5400.md, config/mips/5500.md, config/mips/5k.md,
13071 config/mips/7000.md, config/mips/9000.md, config/mips/generic.md,
13072 config/mips/sb1.md, config/mips/sr71k.md: Add new types to
13073 reservations for "arith".
13074
13075 2007-07-04 Richard Guenther <rguenther@suse.de>
13076
13077 * tree-ssa.c (useless_type_conversion_p): Add handling for
13078 scalar float and vector types. Only call the types_compatible_p
13079 langhook for aggregate types as last resort. Follow the
13080 rules.
13081
13082 2007-07-04 Richard Guenther <rguenther@suse.de>
13083
13084 * tree-inline.c (estimate_num_insns_1): Treat CONVERT_EXPR
13085 the same as NOP_EXPR.
13086
13087 2007-07-04 Nick Clifton <nickc@redhat.com>
13088
13089 * target.h (struct gcc_target): Add target_help field.
13090 * target-def.h (TARGET_HELP): New.
13091 (TARGET_INITIALIZER): Use TARGET_HELP.
13092 * opts.c (command_handle_option): Invoke target_help function, if
13093 defined, when the user has specified --target-help on the command
13094 line.
13095 * doc/invoke.texi: Mention that --target-help might print
13096 additional information.
13097 * doc/tm.texi: Document TARGET_HELP hook.
13098
13099 * arm.c (TARGET_HELP): Override default definition.
13100 (arm_target_help): New - display a wrapped list of cores and
13101 architectures supported.
13102
13103 2007-07-04 Rask Ingemann Lambertsen <rask@sygehus.dk>
13104
13105 * config/v850/v850.c (expand_prologue): Make sure
13106 GEN_INT() argument is sign extended rather than zero extended.
13107 (expand_epilogue): Likewise.
13108 (output_move_double): Delete.
13109 * config/v850/v850-protos.h (output_move_double): Delete.
13110 * config/v850/v850.md (movdi): Delete.
13111 (*movdi_internal): Delete.
13112 (movdf): Delete.
13113 (*movdf_internal): Delete.
13114
13115 2007-07-04 Richard Sandiford <richard@codesourcery.com>
13116
13117 * config/sh/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Reject -mrelax
13118 unless compiling RTP PIC.
13119
13120 2007-07-04 Richard Guenther <rguenther@suse.de>
13121
13122 PR tree-optimization/32482
13123 * tree-ssa-ifcombine.c (recognize_single_bit_test): Use the
13124 original ssa name if we didn't find a shift expression.
13125 Fix shift constant for bit zero test.
13126
13127 2007-07-04 Richard Sandiford <richard@codesourcery.com>
13128
13129 * config/sh/lib1funcs.asm (ic_invalidate): Align constant pool.
13130
13131 2007-07-04 Richard Sandiford <richard@codesourcery.com>
13132
13133 * config.gcc (arm-wrs-vxworks): Don't include svr4.h.
13134 * config/vxworks.h (PTRDIFF_TYPE, SIZE_TYPE, TARGET_POSIX_IO): Define.
13135 * config/arm/vxworks.h (ASM_SPEC): Delete.
13136 (SUBTARGET_EXTRA_ASM_SPEC): Define.
13137
13138 2007-07-04 Sebastian Pop <sebpop@gmail.com>
13139
13140 * tree-data-ref.h (data_dependence_relation): New flag reversed_p.
13141 (DDR_REVERSED_P): New.
13142 * tree-data-ref.c (initialize_data_dependence_relation,
13143 build_classic_dist_vector): Set DDR_REVERSED_P.
13144
13145 2007-07-04 Sebastian Pop <sebpop@gmail.com>
13146
13147 PR middle-end/32457
13148 * tree-data-ref.c (analyze_siv_subscript_cst_affine,
13149 compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
13150 init_omega_for_ddr_1): Use non conservative number of iterations
13151 estimations.
13152 (analyze_subscript_affine_affine): Use HOST_WIDE_INT instead of int.
13153 (analyze_siv_subscript): Remove FIXME and reinitialization of
13154 last_conflicts to chrec_dont_know.
13155 * testsuite/gfortran.dg/vect/pr32457.f90: New.
13156
13157 2007-07-04 Douglas Gregor <doug.gregor@gmail.com>
13158
13159 * tree.c (maybe_canonicalize_argtypes): Improve description.
13160
13161 2007-07-04 Douglas Gregor <doug.gregor@gmail.com>
13162
13163 * tree.c (maybe_canonicalize_argtypes): New.
13164 (build_function_type): Set canonical type.
13165 (build_method_type_directly): Ditto.
13166 (reconstruct_complex_type): Rebuild the METHOD_TYPE node
13167 properly.
13168
13169 2007-07-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
13170
13171 * tree-ssa-loop-ivopts.c (strip_offset_1): Treat POINTER_PLUS_EXPR
13172 like PLUS_EXPR.
13173 (rewrite_use_nonlinear_expr): Likewise.
13174
13175 2007-07-03 Seongbae Park <seongbae.park@gmail.com>
13176
13177 * rtl.def (UNSPEC, USE, CLOBBER): More comments.
13178
13179 2007-07-04 Ben Elliston <bje@au.ibm.com>
13180
13181 * dwarf2out.c: Move DWARF2 abbreviation glossary closer to the top
13182 of this file.
13183
13184 * c-objc-common.c (c_types_compatible_p): Fix indentation.
13185
13186 * doc/tm.texi (Run-time Target): Capitalise "CPU".
13187 (Exception Handling): Likewise.
13188
13189 2007-07-03 Jan Hubicka <jh@suse.cz>
13190
13191 * ifcvt.c (find_cond_trap): Avoid invalid RTL sharing.
13192
13193 2007-07-03 Eric Christopher <echristo@apple.com>
13194
13195 * doc/cppopts.texi: Add conflicting option note to -dM.
13196 * doc/invoke.texi: Add note about possible conflicts with
13197 -E for -dCHARS and note that -dM will not produce
13198 any results if there is no machine dependent reorg.
13199
13200 2007-07-03 Geoffrey Keating <geoffk@apple.com>
13201
13202 * tree.h (DECL_ALIGN): Back out previous change.
13203
13204 2007-07-03 Joseph Myers <joseph@codesourcery.com>
13205
13206 * configure.ac: Test for .dtprelword support on MIPS.
13207 * configure, config.in: Regenerate.
13208 * config/mips/mips.c (mips_output_dwarf_dtprel): New.
13209 (TARGET_ASM_OUTPUT_DWARF_DTPREL): Define.
13210
13211 2007-07-03 Julian Brown <julian@codesourcery.com>
13212
13213 * config.gcc (with_fpu): Allow --with-fpu=vfp3.
13214 * config/arm/aout.h (REGISTER_NAMES): Add D16-D31.
13215 * config/arm/aof.h (REGISTER_NAMES): Add D16-D31.
13216 * config/arm/arm.c (FL_VFPV3): New flag for VFPv3 processor
13217 capability.
13218 (all_fpus): Add FPUTYPE_VFP3.
13219 (fp_model_for_fpu): Add VFPv3 field.
13220 (arm_rtx_costs_1): Give cost to VFPv3 constants.
13221 (vfp3_const_double_index): New function. Return integer index of
13222 VFPv3 constant suitable for fconst[sd] insns, or -1 if constant
13223 isn't suitable.
13224 (vfp3_const_double_rtx): New function. True if VFPv3 is enabled
13225 and argument represents a valid RTX for a VFPv3 constant.
13226 (vfp_output_fldmd): Split fldmd with > 16 registers in the list into
13227 two instructions.
13228 (vfp_emit_fstmd): Similar, for fstmd.
13229 (arm_print_operand): Implement new code 'G' for VFPv3 floating-point
13230 constants, represented as integer indices.
13231 (arm_hard_regno_mode_ok): Use VFP_REGNO_OK_FOR_SINGLE,
13232 VFP_REGNO_OK_FOR_DOUBLE macros.
13233 (arm_regno_class): Handle VFPv3 d0-d7, low, high register split.
13234 (arm_file_start): Set float-abi attribute for VFPv3, and output
13235 correct ".fpu" assembler directive.
13236 (arm_dbx_register_numbering): Add FIXME.
13237 * config/arm/arm.h (TARGET_VFP3): New macro. Target supports VFPv3.
13238 (fputype): Add FPUTYPE_VFP3.
13239 (FIXED_REGISTERS): Add 32 registers for D16-D31.
13240 (CALL_USED_REGISTERS): Likewise.
13241 (CONDITIONAL_REGISTER_USAGE): Add note about conditional definition
13242 of LAST_VFP_REGNUM. Make D16-D31 caller-saved, if present.
13243 (LAST_VFP_REGNUM): Extend available VFP registers for VFPv3.
13244 (D7_VFP_REGNUM): New.
13245 (LAST_LO_VFP_REGNUM, FIRST_HI_VFP_REGNUM, LAST_HI_VFP_REGNUM)
13246 (VFP_REGNO_OK_FOR_SINGLE, VFP_REGNO_OK_FOR_SINGLE)
13247 (VFP_REGNO_OK_FOR_DOUBLE): Define new macros.
13248 (FIRST_PSEUDO_REGISTER): Shift up to 128 to accommodate VFPv3.
13249 (REG_ALLOC_ORDER): Adjust for VFPv3.
13250 (reg_class): Add VFP_D0_D7_REGS, VFP_LO_REGS, VFP_HI_REGS.
13251 (REG_CLASS_NAMES): Add entries corresponding to VFP_D0_D7_REGS,
13252 VFP_LO_REGS, VFP_HI_REGS.
13253 (REG_CLASS_CONTENTS): Likewise. Extend contents for VFP_REGS.
13254 (IS_VFP_CLASS): Define macro.
13255 (SECONDARY_OUTPUT_RELOAD_CLASS, SECONDARY_INPUT_RELOAD_CLASS): Use
13256 IS_VFP_CLASS.
13257 (REGISTER_MOVE_COST): Likewise.
13258 * config/arm/arm-protos.h (vfp3_const_double_rtx): Add prototype.
13259 * config/arm/vfp.md (VFPCC_REGNUM): Redefine as 127.
13260 (*arm_movsi_vfp, *thumb2_movsi_vfp, *movsfcc_vfp)
13261 (*thumb2_movsfcc_vfp, *abssf2_vfp, *negsf2_vfp, *addsf3_vfp)
13262 (*subsf3_vfp, *divsf_vfp, *mulsf_vfp, *mulsf3negsf_vfp)
13263 (*mulsf3addsf_vfp, *mulsf3subsf_vfp, *mulsf3negsfaddsf_vfp)
13264 (*extendsfdf2_vfp, *truncdfsf2_vfp, *truncsisf2_vfp)
13265 (*truncsidf2_vfp, fixuns_truncsfsi2, fixuns_truncdfsi2)
13266 (*floatsisf2_vfp, *floatsidf2_vfp, floatunssisf2)
13267 (floatunssidf2, *sqrtsf2_vfp, *cmpsf_split_vfp)
13268 (*cmpsf_trap_split_vfp, *cmpsf_vfp, *cmpsf_trap_vfp): Use 't'
13269 where appropriate for single-word registers.
13270 (*movsf_vfp, *thumb2_movsf_vfp, *movdf_vfp, *thumb2_movdf_vfp):
13271 As above. Fix type attributes.
13272 * config/arm/constraints.md (register_contraint "t"): Define.
13273 (register_constraint "w"): Change to D0-D15, or D0-D31 for
13274 VFPv3/NEON.
13275 (register_constraint "x"): Define.
13276 (constraint "Dv"): Define.
13277
13278 2007-07-03 Geoffrey Keating <geoffk@apple.com>
13279
13280 * tree.h (DECL_ALIGN): Prevent use on a FUNCTION_DECL.
13281
13282 2007-07-03 Tom Tromey <tromey@redhat.com>
13283
13284 * c-parser.c (objc_pq_context): Removed.
13285 (objc_need_raw_identifier): Likewise.
13286 (c_parser) <objc_pq_context>: New field.
13287 <objc_need_raw_identifier>: Likewise.
13288 (OBJC_NEED_RAW_IDENTIFIER): Removed.
13289 (c_lex_one_token): Update.
13290 (c_parser_objc_protocol_definition): Update.
13291 (c_parser_objc_method_definition): Update.
13292 (c_parser_objc_methodproto): Update.
13293 (c_parser_declspecs): Update.
13294
13295 2007-07-03 David Ung <davidu@mips.com>
13296
13297 * config/mips/mips.c (mips_issue_rate): Return 4 for 74K processors.
13298
13299 2007-07-03 David Ung <davidu@mips.com>
13300 Richard Sandiford <richard@codesourcery.com>
13301
13302 * doc/invoke.texi: Document -march=74kf3_2.
13303 * config/mips/mips.h (PROCESSOR_74KF3_2): New processor_type.
13304 (TUNE_74K): Check for it.
13305 * config/mips/mips.c (mips_cpu_info): Add 74kf3_2.
13306 (mips_rtx_cost_data): Add an entry for PROCESSOR_74KF3_2.
13307 * config/mips/mips.md (cpu): Add 74kf3_2.
13308 * config/mips/74k.md (r74k_int_logical, r74k_int_arith, r74k_int_nop)
13309 (r74k_int_cmove, r74k_int_mult, r74k_int_mul3, r74k_int_mfhilo)
13310 (r74k_int_mthilo, r74k_int_div, r74k_int_call, r74k_int_jump)
13311 (r74k_int_load, r74k_int_store, r74k_unknown, r74k_multi): Add
13312 74kf3_2 to the CPU list.
13313 (r74kf3_2_fadd, r74kf3_2_fmove, r74kf3_2_fload, r74kf3_2_fstore)
13314 (r74kf3_2_fmul_sf, r74kf3_2_fmul_df, r74kf3_2_fdiv_sf)
13315 (r74kf3_2_fdiv_df, r74kf3_2_frsqrt_sf, r74kf3_2_frsqrt_df)
13316 (r74kf3_2_fcmp, r74kf3_2_fcvt, r74kf3_2_fxfer_to_c1)
13317 (r74kf3_2_fxfer_from_c1): New insn reservations.
13318
13319 2007-07-03 Richard Sandiford <richard@codesourcery.com>
13320 David Ung <davidu@mips.com>
13321
13322 * doc/invoke.texi: Replace -march=24kf with -march=24kf2_1 and
13323 -march=24kx with -march=24kf1_1. Likewise 24ke[fx], 34k[fx]
13324 and 74k[fx]. Document aliases for the new options.
13325 * config/mips/mips.h (PROCESSOR_24KF): Rename to...
13326 (PROCESSOR_24KF2_1): ...this.
13327 (PROCESSOR_24KX): Rename to...
13328 (PROCESSOR_24KF1_1): ...this.
13329 (PROCESSOR_74KF): Rename to...
13330 (PROCESSOR_74KF2_1): ...this.
13331 (PROCESSOR_74KX): Rename to...
13332 (PROCESSOR_74KF1_1): ...this.
13333 (TUNE_74K): Update PROCESSOR_* names.
13334 * config/mips/mips.c (mips_cpu_info): Add 24kf2_1 as a synonym
13335 for 24kf. Add 24kf1_1 and 24kfx as synonyms for 24kx. Likewise
13336 the 24ke*, 34k* and 74k* processors. Update PROCESSOR_* names.
13337 (mips_rtx_cost_data): Update processor names in comments.
13338 (mips_issue_rate): Update PROCESSOR_* names.
13339 * config/mips/mips.md (cpu): Rename 24kf to 24kf2_1, 24kx to
13340 24kf1_1, 74kf to 74kf2_1 and 74kx to 74kf1_1.
13341 * config/mips/24k.md: Rename FPU-related r24k_* insn reservations
13342 to r24kf2_1_*. Rename r24kx_* insn reservations to r24kf1_1_*.
13343 Update cpu attribute names.
13344 (r24k_fpu_iss): Rename this reservation to...
13345 (r24kf2_1_fpu_iss): ...this and update all uses.
13346 (r24kx_fpu_iss): Rename this reservation to...
13347 (r24kf1_1_fpu_iss): ...this and update all uses.
13348 * config/mips/74k.md: Rename FPU-related r74kf_* insn reservations
13349 to r74kf2_1_*. Rename r74kx_* insn reservations to r74kf1_1_*.
13350 Update cpu attribute names.
13351
13352 2007-07-01 Kaz Kojima <kkojima@gcc.gnu.org>
13353
13354 * config/m32r/constraints.md: New file.
13355 * config/m32r/m32r.c: Include tm-constrs.h.
13356 (small_data_operand): Use satisfies_constraint_* instead of macro.
13357 (addr24_operand, gen_compare): Likewise.
13358 * config/m32r/m32r.h (REG_CLASS_FROM_LETTER): Remove.
13359 (INT8_P, UPPER16_P, UINT32_P, UINT5_P, INVERTED_SIGNED_8BIT,
13360 CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
13361 EXTRA_CONSTRAINT): Likewise.
13362 * config/m32r/m32r.md: Include constraints.md.
13363 (*movsi_insn): Use satisfies_constraint_* instead of macro.
13364 (andsi3, iorsi3, xorsi3, seq_insn+1, sne): Likewise.
13365 * config/m32r/predicates.md (conditional_move_operand): Likewise.
13366 (two_insn_const_operand, int8_operand, uint16_operand,
13367 reg_or_int16_operand, reg_or_uint16_operand,
13368 reg_or_cmp_int16_operand, cmp_int16_operand,
13369 seth_add3_operand): Likewise.
13370
13371 2007-07-03 Eric Christopher <echristo@gmail.com>
13372
13373 * libgcc2.h: Conditionally declare __bswapsi2 and
13374 __bswapdi2.
13375
13376 2007-07-03 H.J. Lu <hongjiu.lu@intel.com>
13377
13378 * ddg.c (check_sccs): Define only if ENABLE_CHECKING is
13379 defined.
13380
13381 2007-07-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13382
13383 PR target/28307
13384 * gthr-posix.h [SUPPORTS_WEAK && GTHREAD_USE_WEAK]
13385 (__gthrw_pragma): Provide default definition.
13386 (__gthrw2): Use it.
13387 * gthr-posix.c (__gthrw_pragma): Define.
13388
13389 2007-07-03 Daniel Berlin <dberlin@dberlin.org>
13390
13391 * tree-ssa-sccvn.c (set_ssa_val_to): Check for operand_equal_p
13392 before declaring inequality.
13393
13394 2007-07-03 Rask Ingemann Lambertsen <rask@sygehus.dk>
13395
13396 * combine.c (recog_for_combine): Log the success or failure of
13397 matching new insn patterns against the machine description in
13398 detailed dumps.
13399
13400 2007-07-03 Revital Eres <eres@il.ibm.com>
13401
13402 * ddg.c (print_sccs): New function.
13403 (check_sccs): New function.
13404 (create_ddg_all_sccs): Use it.
13405 * ddg.h (print_sccs): Declare.
13406 * modulo-sched.c (sms_order_nodes): Call print_sccs.
13407
13408 2007-07-03 Uros Bizjak <ubizjak@gmail.com>
13409
13410 * targhooks.h (default_mode_for_suffix): New function declaration.
13411 * targhooks.c (default_mode_for_suffix): New default target hook.
13412 * target.h (struct c): New structure in the targetm struct.
13413 (mode_for_suffix): New target hook as part of struct c.
13414 target-def.h (TARGET_C_MODE_FOR_SUFFIX): Define as
13415 default_mode_for_suffix.
13416 (TARGET_C): New define.
13417 * c-lex.c: Include "target.h".
13418 (interpret_float): Use targetm.c.mode_for_suffix to determine
13419 the mode for a given non-standard suffix.
13420 Makefile.in (c-lex.o): Depend on $(TARGET_H).
13421
13422 * config/i386/i386.c (ix86_c_mode_for_suffix): New static function.
13423 (TARGET_C_MODE_FOR_SUFFIX): Define to ix86_c_mode_for_suffix.
13424
13425 * doc/extend.texi (Floating Types): New node. Document __float80 and
13426 __float128 types. Document 'w', 'W', 'q' and 'Q' suffixes.
13427
13428 2007-07-03 Kaz Kojima <kkojima@gcc.gnu.org>
13429
13430 PR target/32506
13431 * config/sh/sh.md (udivsi3_i1_media): Use target_reg_operand
13432 predicate instead of target_operand.
13433 (divsi3_i1_media, divsi3_media_2): Likewise.
13434
13435 2007-07-02 Eric Botcazou <ebotcazou@adacore.com>
13436
13437 * tree.h (alias_sets_might_conflict_p): Rename into
13438 alias_sets_must_conflict_p.
13439 * alias.c (alias_sets_might_conflict_p): Likewise.
13440 (alias_sets_conflict_p): Use it.
13441 (objects_must_conflict_p): Likewise.
13442 * c-common.c (strict_aliasing_warning): Adjust.
13443
13444 2007-07-02 Andrew Pinski <andrew_pinski@playstation.sony.com>
13445
13446 * rtlhooks.c (gen_lowpart_if_possible): Check for
13447 invalid subreg before calling gen_lowpart_SUBREG.
13448
13449 2007-07-02 Geoffrey Keating <geoffk@apple.com>
13450
13451 * config/darwin9.h: Add copyright notice.
13452 (LINK_COMMAND_SPEC): Add comment.
13453 (DARWIN_LIBSYSTEM_HAS_UNWIND): Define.
13454 * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Conditionalise on
13455 DARWIN_LIBSYSTEM_HAS_UNWIND.
13456
13457 2007-07-02 Jakub Jelinek <jakub@redhat.com>
13458
13459 PR libgomp/32468
13460 * omp-low.c (check_combined_parallel): New function.
13461 (lower_omp_parallel): Call it via walk_stmts, set
13462 OMP_PARALLEL_COMBINED if appropriate.
13463 (determine_parallel_type): If OMP_FOR resp. OMP_SECTIONS
13464 isn't the only statement in WS_ENTRY_BB or OMP_RETURN
13465 the only one in PAR_EXIT_BB and not OMP_PARALLEL_COMBINED,
13466 don't consider it as combined parallel.
13467
13468 2007-07-02 Richard Sandiford <richard@codesourcery.com>
13469
13470 * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
13471 (gcc_tooldir): Likewise.
13472 * configure: Regenerate.
13473 * Makefile.in (libsubdir_to_prefix): New variable, based on the
13474 old configure.ac gcc_tooldir setting.
13475 (prefix_to_exec_prefix): New variable.
13476 (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
13477 rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
13478
13479 2007-07-02 Daniel Berlin <dberlin@dberlin.org>
13480
13481 Fix PR tree-optimization/32583
13482 Fix PR tree-optimization/32584
13483 * tree-ssa-pre.c (phi_translate): Always pass seen bitmap.
13484 (phi_translate_set): Use phi_translate directly now.
13485 (make_values_for_stmt): Don't value number RHS if we already know
13486 it is constant.
13487
13488 2007-07-02 Steve Ellcey <sje@cup.hp.com>
13489 Jim Wilson <wilson@specifix.com>
13490
13491 PR target/31684
13492 * haifa-sched.c (add_to_speculative_block): Change copy_rtx to
13493 copy_insn.
13494
13495 2007-07-02 Sandra Loosemore <sandra@codesourcery.com>
13496 Richard Sandiford <richard@codesourcery.com>
13497 Nigel Stephens <nigel@mips.com>
13498
13499 * config/mips/mips-protos.h (mips16e_save_restore_info): New struct.
13500 (mips16e_output_save_restore): Declare.
13501 (mips16e_save_restore_pattern_p): Likewise.
13502 * config/mips/mips.h (GENERATE_MIPS16E_SAVE_RESTORE): New macro.
13503 * config/mips/mips.c (MIPS_MAX_FIRST_STACK_STEP): Return 0x7f8
13504 for GENERATE_MIPS16E_SAVE_RESTORE. Return 0x400 for TARGET_MIPS16
13505 && !GENERATE_MIPS16E_SAVE_RESTORE && !TARGET_64BIT.
13506 (BITSET_P): New global macro, extracted from...
13507 (mips_for_each_saved_reg): ...here.
13508 (mips16e_save_restore_info): New struct.
13509 (mips16e_s2_s8_regs, mips16e_a0_a3_regs): New variables.
13510 (mips16e_save_restore_regs): New variable.
13511 (mips_split_plus, mips16e_find_first_register): New functions.
13512 (mips16e_mask_registers): New function.
13513 (compute_frame_size): Expand the commentary before the function.
13514 Enforce the MIPS16e save and restore register range restrictions.
13515 Pad the general register save area at the low end.
13516 (mips16e_save_restore_reg, mips16e_build_save_restore)
13517 (mips16e_save_restore_pattern_p, mips16e_add_register_range)
13518 (mips16e_output_save_restore, mips16e_collect_propagate_value)
13519 (mips16e_collect_argument_save, mips16e_collect_argument_saves):
13520 New functions.
13521 (mips_expand_prologue, mips_expand_epilogue): Handle
13522 GENERATE_MIPS16E_SAVE_RESTORE.
13523 * config/mips/mips.md (*mips16e_save_restore): New pattern.
13524
13525 2007-07-02 Uros Bizjak <ubizjak@gmail.com>
13526
13527 PR tree-optimization/31966
13528 PR tree-optimization/32533
13529 * tree-if-conv.c (add_to_dst_predicate_list): Use "edge", not
13530 "basic_block" description as its third argument. Update function
13531 calls to get destination bb from "edge" argument. Save "cond" into
13532 aux field of the edge. Update prototype for changed arguments.
13533 (if_convertible_loop_p): Clear aux field of incoming edges if bb
13534 contains phi node.
13535 (find_phi_replacement_condition): Operate on incoming edges, not
13536 on predecessor blocks. If there is a condition saved in the
13537 incoming edge aux field, AND it with incoming bb predicate.
13538 Return source bb of the first edge.
13539 (clean_predicate_lists): Clean aux field of outgoing node edges.
13540 (tree_if_conversion): Do not initialize cond variable. Move
13541 variable declaration into the loop.
13542 (replace_phi_with_cond_gimple_modify_stmt): Remove unneded
13543 initializations of new_stmt, arg0 and arg1 variables.
13544
13545 2007-07-02 Jakub Jelinek <jakub@redhat.com>
13546
13547 * tree-nrv.c (dest_safe_for_nrv_p): Grok any handled_component_p,
13548 SSA_NAMEs, RESULT_DECLs and PARM_DECLs.
13549
13550 2007-07-02 Richard Guenther <rguenther@suse.de>
13551
13552 * tree-ssa.c (useless_type_conversion_p): Document
13553 future intent as defining the middle-end type system.
13554 Re-structure to call langhook last, group by type class,
13555 mark questionable parts.
13556
13557 2007-07-02 Richard Guenther <rguenther@suse.de>
13558
13559 * tree-flow.h (types_compatible_p): Declare.
13560 * tree-ssa.c (types_compatible_p): New function.
13561 * ipa-type-escape.c (discover_unique_type): Use
13562 types_compatible_p instead of lang_hooks.types_compatible_p.
13563 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Likewise.
13564 * tree-vn.c (expressions_equal_p): Likewise.
13565 * tree.c (fields_compatible_p): Likewise.
13566 * tree-ssa-dom.c (avail_expr_eq): Likewise.
13567 (cprop_operand): Use useless_type_conversion_p instead of
13568 lang_hooks.types_compatible_p.
13569 * tree-inline.c (setup_one_parameter): Likewise.
13570 (declare_return_variable): Likewise.
13571 * tree-nrv.c (tree_nrv): Likewise.
13572 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
13573 (maybe_fold_offset_to_component_ref): Likewise.
13574 (maybe_fold_offset_to_reference): Likewise.
13575 * tree-ssa-copy.c (may_propagate_copy): Likewise.
13576 (merge_alias_info): Likewise.
13577 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
13578 * tree-ssa-phiopt.c (conditional_replacement): Likewise.
13579 * tree-ssa-reassoc.c (optimize_ops_list): Likewise.
13580 * tree-tailcall.c (find_tail_calls): Likewise.
13581 * tree-vect-generic.c (expand_vector_operations_1): Likewise.
13582 * gimplify.c (canonicalize_addr_expr): Likewise.
13583 (fold_indirect_ref_rhs): Likewise.
13584 (gimplify_addr_expr): Likewise. Swap parameters to cpt_same_type.
13585 (cpt_same_type): Likewise.
13586 (check_pointer_types_r): Swap parameters to cpt_same_type
13587 where appropriate.
13588 * fold-const.c (fold_convert): Revert fix for PR15988.
13589 * tree-inline.c (setup_one_parameter): Instead fix it here by
13590 using fold_build1 instead of fold_convert and checking for
13591 error_mark_node. Convert only if the conversion is necessary.
13592
13593 2007-07-02 Joseph Myers <joseph@codesourcery.com>
13594
13595 * configure.ac: Check for .gnu_attribute on Power.
13596 * configure: Regenerate.
13597 * config/rs6000/rs6000.c (rs6000_file_start): If supported, output
13598 attribute for floating-point ABI.
13599
13600 2007-07-02 Ira Rosen <irar@il.ibm.com>
13601
13602 PR tree-optimization/32230
13603 PR tree-optimization/32477
13604 * tree-vect-analyze.c (vect_analyze_data_refs): Fail if base
13605 address is a constant.
13606
13607 2007-07-02 Richard Sandiford <richard@codesourcery.com>
13608
13609 * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*)
13610 (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*)
13611 (mipsisa64-*-elf*, mipsisa64el-*-elf*): Combine top-level
13612 stanzas. Use the first part of the triplet to set MIPS_ISA_DEFAULT.
13613 Remove redundant setting of MASK_FLOAT64 and MASK_64BIT for the
13614 64-bit targets. Add support for *-elfoabi*.
13615 * config/mips/t-isa3264 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Use
13616 different settings if $(tm_defines) does not select the EABI.
13617 (MULTILIB_EXCLUSIONS): Define in those circumstances.
13618 * config/mips/mips.h (MIPS_ISA_LEVEL_OPTION_SPEC): New macro.
13619 (MIPS_ARCH_OPTION_SPEC): Likewise.
13620 (MIPS_ISA_LEVEL_SPEC): Likewise.
13621 (OPTION_DEFAULT_SPECS): Use MIPS_ARCH_OPTION_SPEC.
13622 * config/mips/elfoabi.h: New file.
13623
13624 2007-07-02 Richard Guenther <rguenther@suse.de>
13625
13626 * tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...
13627 (useless_type_conversion_p): ... this.
13628 * tree-ssa.c (tree_ssa_useless_type_conversion_1): Rename to ...
13629 (useless_type_conversion_p): ... this.
13630 * builtins.c (fold_builtin_memory_op): Rename
13631 tree_ssa_useless_type_conversion_1 to useless_type_conversion_p.
13632 * tree-cfg.c (verify_expr): Likewise.
13633 * tree-ssa-address.c (tree_ssa_useless_type_conversion_1): Likewise.
13634 * tree-ssa-ccp.c (ccp_fold): Likewise.
13635 * tree-ssa-copy.c (may_propagate_copy): Likewise.
13636 * tree-ssa-dom.c (eliminate_redundant_computations): Likewise.
13637 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
13638 * tree-ssa-loop-niter.c (refine_bounds_using_guard): Likewise.
13639 * tree-ssa-pre.c (eliminate): Likewise.
13640 * tree-ssa.c (delete_tree_ssa): Likewise.
13641 (tree_ssa_useless_type_conversion): Likewise.
13642 * tree.c (build2_stat): Likewise.
13643
13644 2007-07-01 Daniel Berlin <dberlin@dberlin.org>
13645
13646 Fix PR tree-optimization/32571
13647 * tree-ssa-sccvn.c (visit_use): Shortcut copies to avoid
13648 simplifying them.
13649
13650 2007-07-01 Daniel Berlin <dberlin@dberlin.org>
13651
13652 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle constants
13653 and other expected operations explicitly, change default to
13654 gcc_unreachable.
13655
13656 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
13657
13658 * config/arm/arm.c (arm_cannot_copy_insn_p): Do not expect a
13659 PARALLEL.
13660 * config/arm/arm.md (pic_add_dot_plus_four, pic_add_dot_plus_eight)
13661 (tls_load_dot_plus_eight): Move the label number into the unspec.
13662 * config/arm/thumb2.md (pic_load_dot_plus_four): Likewise.
13663
13664 2007-07-01 Andreas Schwab <schwab@suse.de>
13665
13666 * dwarf2out.c (initial_return_save): Define only if used.
13667
13668 2007-07-01 Kenneth Zadeck <zadeck@naturalbridge.com>
13669
13670 Unreverting Richard's Revert of:
13671
13672 2007-06-27 Richard Sandiford <richard@codesourcery.com>
13673
13674 * dce.c (deletable_insn_p_1): New function, split out from...
13675 (deletable_insn_p): ...here. Only treat bare USEs and CLOBBERs
13676 specially, not those inside PARALLELs. Remove BODY argument
13677 and adjust recursive call accordingly.
13678 (prescan_insns_for_dce): Update call to delete_insn_p.
13679
13680 2007-07-01 Vladimir Yanovsky <yanov@il.ibm.com>
13681 Revital Eres <eres@il.ibm.com>
13682
13683 * ddg.c (create_ddg_all_sccs): Fix missed
13684 initialization of scc_nodes.
13685
13686 2007-07-01 Uros Bizjak <ubizjak@gmail.com>
13687
13688 PR middle-end/32559
13689 * fold-const.c (fold-binary) [PLUS_EXPR]: Convert ~X + X to 1 or
13690 X + ~X to 1 only for INTEGRAL_TYPE_P type.
13691
13692 2007-06-30 Joseph Myers <joseph@codesourcery.com>
13693
13694 * configure.ac: Check for .gnu_attribute on MIPS.
13695 * configure, config.in: Regenerate.
13696 * config/mips/mips.c (mips_file_start): If supported, output
13697 attribute for floating-point ABI.
13698
13699 2007-06-30 Uros Bizjak <ubizjak@gmail.com>
13700
13701 PR target/32433
13702 * config/i386/i386.md (ffssi2): Expand as ffs_cmove for TARGET_CMOVE.
13703 (ffs_cmove): New expander to expand using ctz pattern.
13704 (*ffs_cmove): Remove pattern.
13705 (*ffs_no_cmove): Enable only for !TARGET_CMOVE.
13706 (ffsdi2): Expand using ctz pattern.
13707 (*ffs_rex64): Remove pattern.
13708
13709 2007-06-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13710
13711 PR rtl-optimization/32296
13712 * pa.md (return): Delete pattern.
13713 (return_internal): Remove "(const_int 1)" from pattern.
13714 (epilogue): Use return_internal pattern for trivial returns.
13715 * pa-protos.h (hppa_can_use_return_insn_p): Delete declaration.
13716 * pa.c (hppa_can_use_return_insn_p): Delete function. Include "df.h".
13717
13718 2007-06-30 Daniel Berlin <dberlin@dberlin.org>
13719
13720 * tree-ssa-pre.c (is_exception_related): New function
13721 (can_value_number_operation): Use it.
13722
13723 2007-06-30 Daniel Berlin <dberlin@dberlin.org>
13724
13725 Fix PR tree-optimization/32540
13726 Fix PR tree-optimization/31651
13727
13728 * tree-ssa-sccvn.c: New file.
13729
13730 * tree-ssa-sccvn.h: Ditto.
13731
13732 * tree-vn.c: Include tree-ssa-sccvn.h
13733 (val_expr_paid_d): Removed.
13734 (value_table): Ditto.
13735 (vn_compute): Ditto.
13736 (val_expr_pair_hash): Ditto.
13737 (val_expr_pair_expr_eq): Ditto.
13738 (copy_vuses_from_stmt): Ditto.
13739 (vn_delete): Ditto.
13740 (vn_init): Ditto.
13741 (shared_vuses_from_stmt): Ditto.
13742 (print_creation_to_file): Moved up.
13743 (sort_vuses): Ditto.
13744 (sort_vuses_heap): Ditto.
13745 (set_value_handle): Make non-static.
13746 (make_value_handle): Ditto.
13747 (vn_add): Rewritten to use sccvn lookups.
13748 (vn_add_with_vuses): Ditto.
13749 (vn_lookup): Ditto (and second argument removed).
13750 (vn_lookup_with_vuses): Ditto.
13751 (vn_lookup_or_add): Ditto (and second argument removed);
13752 (vn_lookup_or_add_with_vuses): Ditto.
13753 (vn_lookup_with_stmt): New.
13754 (vn_lookup_or_add_with_stmt): Ditto.
13755 (create_value_handle_for_expr): Ditto.
13756
13757 * tree-ssa-pre.c: Include tree-ssa-sccvn.h.
13758 (seen_during_translate): New function.
13759 (phi_trans_lookup): Use iterative_hash_expr, not vn_compute.
13760 (phi_trans_add): Ditto.
13761 (constant_expr_p): FIELD_DECL is always constant.
13762 (phi_translate_1): Renamed from phi_translate, add seen bitmap.
13763 Use constant_expr_p.
13764 Avoid infinite recursion on mutually valued expressions.
13765 Change callers of vn_lookup_or_add.
13766 (phi_translate): New function.
13767 (compute_antic_safe): Allow phi nodes.
13768 (create_component_ref_by_pieces): Update for FIELD_DECL change.
13769 (find_or_generate_expression): Rewrite slightly.
13770 (create_expression_by_pieces): Updated for vn_lookup_or_add
13771 change.
13772 Update VN_INFO for new names.
13773 (insert_into_preds_of_block): Update for new names.
13774 (add_to_exp_gen): New function.
13775 (add_to_sets): Use vn_lookup_or_add_with_stmt.
13776 (find_existing_value_expr): Rewrite to changed vn_lookup.
13777 (create_value_expr_from): Ditto, and use add_to_exp_gen.
13778 (try_look_through_load): Removed.
13779 (try_combine_conversion): Ditto.
13780 (get_sccvn_value): New function.
13781 (make_values_for_phi): Ditto.
13782 (make_values_for_stmt): Ditto.
13783 (compute_avail): Rewritten for vn_lookup_or_add changes and to use
13784 SCCVN.
13785 (init_pre): Update for SCCVN changes.
13786 (fini_pre): Ditto.
13787 (execute_pre): Ditto.
13788
13789 * tree-flow.h (make_value_handle): Declare.
13790 (set_value_handle): Ditto.
13791 (sort_vuses_heap): Ditto.
13792 (vn_lookup_or_add_with_stmt): Ditto.
13793 (vn_lookup_with_stmt): Ditto.
13794 (vn_compute): Remove.
13795 (vn_init): Ditto.
13796 (vn_delete): Ditto.
13797 (vn_lookup): Update arguments.
13798
13799 * Makefile.in (tree-ssa-pre.o): Add tree-ssa-sccvn.h
13800 (tree-vn.o): Ditto.
13801 (tree-ssa-sccvn.o): New.
13802 (OBJS-common): Add tree-ssa-sccvn.o
13803
13804 2007-06-30 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
13805
13806 PR c/4076
13807 * c-typeck.c (build_external_ref): Don't mark as used if called
13808 from itself.
13809 * calls.c (rtx_for_function_call): Likewise.
13810
13811 2007-06-30 Richard Sandiford <richard@codesourcery.com>
13812
13813 Revert:
13814
13815 2007-06-27 Richard Sandiford <richard@codesourcery.com>
13816
13817 * dce.c (deletable_insn_p_1): New function, split out from...
13818 (deletable_insn_p): ...here. Only treat bare USEs and CLOBBERs
13819 specially, not those inside PARALLELs. Remove BODY argument
13820 and adjust recursive call accordingly.
13821 (prescan_insns_for_dce): Update call to delete_insn_p.
13822
13823 2007-06-30 Rask Ingemann Lambertsen <rask@sygehus.dk>
13824
13825 * combine.c (combine_validate_cost): New parameter NEWOTHERPAT.
13826 (try_combine): Move potential calls to undo_all() so they happen
13827 before we commit to using the combined insns.
13828
13829 2006-06-30 Jan Hubicka <jh@suse.cz>
13830
13831 * loop-unroll.c (unroll_loop_runtime_iterations): Unshare newly emit
13832 code.
13833
13834 2006-06-30 Thomas Neumann <tneumann@users.sourceforge.net>
13835
13836 * ipa.c (cgraph_postorder): Cast according to the coding conventions.
13837 (cgraph_remove_unreachable_nodes): Likewise.
13838 * ipa-cp.c (ipcp_propagate_stage): Use BOTTOM instead of integer 0.
13839 * ipa-inline.c (update_caller_keys): Cast according to the coding
13840 conventions.
13841 (cgraph_decide_recursive_inlining): Likewise.
13842 (cgraph_decide_inlining_of_small_function): Likewise.
13843 (try_inline): Likewise.
13844 (cgraph_decide_inlining_incrementally): Likewise.
13845 * ipa-pure-const.c (get_function_state): Likewise.
13846 (scan_function): Likewise.
13847 (analyze_function): Likewise.
13848 (static_execute): Likewise.
13849 * ipa-reference.c (scan_for_static_refs): Likewise.
13850 (merge_callee_local_info): Likewise.
13851 (analyze_function): Use type safe memory macros.
13852 (static_execute): Likewise. Cast according to the coding conventions.
13853 * ipa-type-escape.c (scan_for_regs): Cast according to the coding
13854 conventions.
13855 * ipa-utils.c (searchc): Likewise. Avoid using C++ keywords as variable
13856 names.
13857 (ipa_utils_reduced_inorder): Likewise. Use type safe memory macros.
13858 * ipa-utils.h (struct ipa_dfa_info): Avoid using C++ keywords as
13859 variable names.
13860
13861 2007-06-29 Andrew Pinski <andrew_pinski@playstation.sony.com>
13862
13863 PR middle-end/30024
13864 * emit-rtl.c (init_emit_once): Intilize const_tiny_rtx[0]
13865 for complex modes (both int and real).
13866
13867 2007-06-29 Jan Hubicka <jh@suse.cz>
13868
13869 * cse.c: Rever accidentally comitted TODO_verify_rtl_sharing change.
13870
13871 2007-06-29 Jan Hubicka <jh@suse.cz>
13872
13873 PR middle-end/32372
13874 * cse.c (cse_insn): Avoid invalid sharing in between register note and
13875 the insn pattern.
13876
13877 2007-06-29 Anatoly Sokolov <aesok@post.ru>
13878
13879 PR target/32335
13880 * config/avr/avr.c: Include dataflow header file.
13881 (expand_prologue): Adjust for prologue insn change.
13882 * config/avr/avr.md (call_prologue_saves): Only modify REG_SP once
13883 inside a insn.
13884
13885 2007-06-29 Richard Guenther <rguenther@suse.de>
13886
13887 PR middle-end/32493
13888 * gimplify.c (gimplify_call_expr): Ignore variable argument parts
13889 during type verification.
13890
13891 2007-06-29 Jan Hubicka <jh@suse.cz>
13892
13893 * recog.c (validate_change_rtx_1): Unshare TO argument.
13894
13895 2007-06-29 Uros Bizjak <ubizjak@gmail.com>
13896
13897 PR tree-optimization/24659
13898 * tree-vect-transform.c (vectorizable_call): Handle
13899 (nunits_in == nunits_out / 2) and (nunits_out == nunits_in / 2) cases.
13900
13901 * config/i386/sse.md (vec_pack_sfix_v2df): New expander.
13902 * config/i386/i386.c (enum ix86_builtins)
13903 [IX86_BUILTIN_VEC_PACK_SFIX]: New constant.
13904 (struct bdesc_2arg) [__builtin_ia32_vec_pack_sfix]: New builtin
13905 description.
13906 (ix86_init_mmx_sse_builtins): Define all builtins with 2 arguments as
13907 const using def_builtin_const.
13908 (ix86_expand_binop_builtin): Remove bogus assert() that insn wants
13909 input operands in the same modes as the result.
13910 (ix86_builtin_vectorized_function): Handle BUILT_IN_LRINT.
13911
13912 2007-06-29 Richard Sandiford <rsandifo@nildram.co.uk>
13913
13914 * df-problems.c (df_set_unused_notes_for_mw): Fix formatting.
13915 (df_set_dead_notes_for_mw): Likewise.
13916
13917 2007-06-29 Eric Botcazou <ebotcazou@adacore.com>
13918
13919 * c-common.c (pointer_int_sum): Do the negation in sizetype.
13920
13921 2007-06-28 DJ Delorie <dj@redhat.com>
13922
13923 * config/m32c/m32c.h (OVERRIDE_OPTIONS): Omit unneeded semicolon.
13924
13925 2007-06-28 Geoffrey Keating <geoffk@apple.com>
13926
13927 * doc/invoke.texi (C++ Dialect Options): Document
13928 fvisibility-ms-compat.
13929 * c.opt (fvisibility-ms-compat): New.
13930
13931 2007-06-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
13932
13933 PR tree-opt/32417
13934 * tree-affine.c (aff_combination_add_elt): Handle
13935 pointer addition specially.
13936
13937 2007-06-28 Jakub Jelinek <jakub@redhat.com>
13938
13939 * config/rs6000/rs6000.c (rs6000_function_ok_for_sibcall): Ensure
13940 decl is non-external for AIX ABI.
13941
13942 2007-06-28 David Edelsohn <edelsohn@gnu.org>
13943
13944 * config/rs6000/predicates.md (current_file_function_operand):
13945 Ensure the symbol is non-external for AIX ABI.
13946
13947 2007-06-28 Nick Clifton <nickc@redhat.com>
13948
13949 * common.opt (fipa-matrix-reorg): Add Optimization attribute.
13950 (fdce, fdse, fpredictive-commoning): Likewise.
13951
13952 2007-06-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
13953
13954 PR other/31400
13955 * gcc.c (process_command): Recognize the new -static-libgfortran
13956 option.
13957
13958 2007-06-27 Rask Ingemann Lambertsen <rask@sygehus.dk>
13959
13960 PR target/32418
13961 * config/m32c/m32c.c (m32c_eh_return_stackadj_rtx): Dataflow fix:
13962 Use a call clobbered hard reg instead of a pseudo reg.
13963
13964 2007-06-27 Kaz Kojima <kkojima@gcc.gnu.org>
13965
13966 * config/sh/sh.md (load_gbr): Use correct operand constraint.
13967
13968 2007-06-27 Kaz Kojima <kkojima@gcc.gnu.org>
13969
13970 PR target/32479
13971 * config/sh/sh.md (udivsi3): Don't wrap the sequence with
13972 REG_LIBCALL and REG_RETVAL notes.
13973 (divsi3, mulsi3): Likewise.
13974 (mulhisi3): Likewise. Use emit_libcall_block.
13975 (umulhisi3, smulsi3_highpart, umulsi3_highpart_i): Likewise.
13976
13977 2007-06-27 Seongbae Park <seongbae.park@gmail.com>
13978
13979 PR rtl-optimization/32481
13980 * combine.c (adjust_for_new_dest): Rescan the changed insn.
13981
13982 2007-06-27 Richard Sandiford <richard@codesourcery.com>
13983
13984 * dce.c (deletable_insn_p_1): New function, split out from...
13985 (deletable_insn_p): ...here. Only treat bare USEs and CLOBBERs
13986 specially, not those inside PARALLELs. Remove BODY argument
13987 and adjust recursive call accordingly.
13988 (prescan_insns_for_dce): Update call to delete_insn_p.
13989
13990 2007-06-27 Richard Guenther <rguenther@suse.de>
13991
13992 PR middle-end/32492
13993 * tree.h (fold_convertible_p): Declare.
13994 * fold-const.c (fold_convertible_p): New function.
13995 * gimplify.c (gimplify_call_expr): Use fold_convertible_p
13996 instead of lang_hooks.types_compatible_p.
13997
13998 2007-06-26 Jan Hubicka <jh@suse.cz>
13999
14000 * fwprop.c (try_fwprop_subst): Use validate_unshare_change.
14001 * postreload.c (reload_cse_simplify_set): Instead of copying the rtx
14002 early use validate_unshare_change.
14003 (reload_combine): Likewise.
14004 * recog.c (change_t): New field unshare.
14005 (validate_change_1): Rename from validate_change; add argument unshare.
14006 (validate_change): Turn into wrapper of validate_change_1; update
14007 prototype for bools.
14008 (validate_unshare_change): New.
14009 (confirm_change_group): Unshare changes if asked for; avoid unnecesary
14010 calls of df_insn_rescan.
14011 * recog.h (validate_change): Replace ints by bools.
14012 (validate_unshare_change): Declare.
14013
14014 2007-06-26 Kenneth Zadeck <zadeck@naturalbridge.com>
14015
14016 * tree.def (VEC_WIDEN_MULT_LO_EXPR): Corrected string name.
14017
14018 2007-06-26 Steve Ellcey <sje@cup.hp.com>
14019
14020 * builtins.c (expand_builtin_next_arg): Change Pmode to ptr_mode.
14021
14022 2007-06-25 Jan Hubicka <jh@suse.cz>
14023
14024 * ipa-inline.c (cgraph_mark_inline): Assert that we never inline
14025 uninlinable call.
14026 (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining,
14027 cgraph_decide_inlining_incrementally): Move uninlinability checks to
14028 places other call site specific checks are performed.
14029
14030 2007-06-25 Andrew Pinski <andrew_pinski@playstation.sony.com>
14031
14032 PR tree-opt/32421
14033 * tree-vect-transform.c (vectorizable_operation): Convert
14034 POINTER_PLUS_EXPR over to PLUS_EXPR.
14035
14036 2007-06-25 Chao-ying Fu <fu@mips.com>
14037
14038 * doc/rtl.texi (Machine Modes): Document QQ, HQ, SQ, DQ, TQ,
14039 UQQ, UHQ, USQ, UDQ, UTQ, HA, SA, DA, TA, UHA, USA, UDA, and UTAmodes.
14040 Document MODE_FRACT, MODE_UFRACT, MODE_ACCUM, MODE_UACCUM.
14041 Document GET_MODE_IBIT, and GET_MODE_FBIT.
14042
14043 * machmode.h (VECTOR_MODE_P): Test MODE_VECTOR_FRACT,
14044 MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
14045 (SCALAR_FRACT_MODE_P, SCALAR_UFRACT_MODE_P, ALL_SCALAR_FRACT_MODE_P,
14046 SCALAR_ACCUM_MODE_P, SCALAR_UACCUM_MODE_P, ALL_SCALAR_ACCUM_MODE_P,
14047 SIGNED_SCALAR_FIXED_POINT_MODE_P, UNSIGNED_SCALAR_FIXED_POINT_MODE_P,
14048 ALL_SCALAR_FIXED_POINT_MODE_P, FRACT_MODE_P, UFRACT_MODE_P,
14049 ALL_FRACT_MODE_P, ACCUM_MODE_P, UACCUM_MODE_P, ALL_ACCUM_MODE_P,
14050 SIGNED_FIXED_POINT_MODE_P, UNSIGNED_FIXED_POINT_MODE_P,
14051 ALL_FIXED_POINT_MODE_P): New define.
14052 (CLASS_HAS_WIDER_MODES_P): Test MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
14053 MODE_UACCUM.
14054 (GET_MODE_IBIT, GET_MODE_FBIT): New define.
14055
14056 * mode-classes.def (MODE_FRACT, MODE_UFRACT, MODE_ACCUM, MODE_UACCUM,
14057 MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
14058 MODE_VECTOR_UACCUM): New mode classes.
14059
14060 * machmode.def: Document FRACT_MODE, UFRACT_MODE, ACCUM_MODE,
14061 UACCUM_MODE, ADJUST_IBIT, and ADJUST_FBIT.
14062 Add QQ, HQ, SQ, DQ, TQ, UQQ, UHQ, USQ, UDQ, UTQ, HA, SA, DA, TA, UHA,
14063 USA, UDA, and UTA.
14064
14065 * genmodes.c (struct mode_data): Add ibit and fbit fields.
14066 (blank_mode): Initialize ibit and fbit.
14067 (adj_ibit, adj_fbit): New to adjust ibit and fbit.
14068 (vector_class): Handle MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
14069 MODE_UACCUM.
14070 (new_adjust): Change required_class to required_class_from and
14071 required_class_to for testing within a range.
14072 (complete_mode): Handle MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
14073 MODE_UACCUM, MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
14074 MODE_VECTOR_UACCUM.
14075 (FRACT_MODE, UFRACT_MODE, ACCUM_MODE, UACCUM_MODE): New define.
14076 (make_fixed_point_mode): New.
14077 (_ADD_ADJUST): Change C to C1 and C2.
14078 (ADJUST_BYTESIZE, ADJUST_ALIGNMENT, ADJUST_FLOAT_FORMAT): Change to
14079 use a range for machine classes.
14080 (ADJUST_IBIT, ADJUST_FBIT): New.
14081 (emit_insn_modes_h): Output defines of CONST_MODE_IBIT and
14082 CONST_MODE_FBIT.
14083 (emit_mode_adjustments): Handle MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT,
14084 MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
14085 Emit adjustment for ibit and fbit.
14086 (emit_mode_ibit, emit_mode_fbit): New.
14087 (emit_insn_modes_c): Add emit_mode_ibit and emit_mode_fbit.
14088
14089 2007-06-25 Nathan Froyd <froydnj@codesourcery.com>
14090
14091 * config/rs6000/spe.md (*frob_ti_tf_2): Specify an input_operand
14092 as the source of the set.
14093
14094 2007-06-25 Roman Zippel <zippel@linux-m68k.org>
14095
14096 * config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P,
14097 FP_REGNO_P): Use IN_RANGE.
14098 (REGNO_OK_FOR_DATA_P, REGNO_OK_FOR_FP_P): Remove.
14099 (REGNO_OK_FOR_INDEX_NONSTRICT_P, REGNO_OK_FOR_BASE_NONSTRICT_P): New.
14100 (DATA_REG_P): Use DATA_REGNO_P.
14101 (FP_REG_P): Use FP_REGNO_P.
14102 (ADDRESS_REG_P): Use ADDRESS_REGNO_P.
14103 * config/m68k/m68k.c (m68k_legitimate_base_reg_p): Use
14104 REGNO_OK_FOR_INDEX_NONSTRICT_P, REGNO_OK_FOR_BASE_NONSTRICT_P.
14105
14106 2007-06-24 Jan Hubicka <jh@suse.cz>
14107
14108 PR middle-end/30563
14109 * cgraphunit.c (cgraph_analyze_function): Fix ordering problem.
14110
14111 2007-06-24 Sebastian Pop <sebpop@gmail.com>
14112
14113 PR middle-end/32461
14114 * fold-const.c (fold_binary): Strip nops of operand 0
14115 of BIT_NOT_EXPR before calling operand_equal_p.
14116 * testsuite/gcc.dg/tree-ssa/pr32461-1.c: New.
14117 * testsuite/gcc.dg/tree-ssa/pr32461-2.c: New.
14118
14119 2007-06-23 Mark Mitchell <mark@codesourcery.com>
14120
14121 * doc/extend.texi: Document that dllimport and dllexport imply
14122 default visibility.
14123 * tree.c (handle_dll_attribute): Set DECL_VISIBILITY on the
14124 imported or exported declaration, including type declarations.
14125 * c-common.c (handle_visibility_attribute): Check for conflicts
14126 with dllimport/dllexport.
14127 (c_determine_visibility): Handle dllimport/dllexport as an
14128 explicit visibility atttribute.
14129
14130 2007-06-23 Richard Guenther <rguenther@suse.de>
14131
14132 PR tree-optimization/16876
14133 PR middle-end/29478
14134 * tree.h (CALL_CANNOT_INLINE_P): New macro to access static_flag
14135 for CALL_EXPRs.
14136 * tree-inline.c (initialize_inlined_parameters): Do not call
14137 lang_hooks.tree_inlining.convert_parm_for_inlining.
14138 * cgraphbuild.c (initialize_inline_failed): Set inline failed
14139 reason for mismatched types.
14140 * gimplify.c (gimplify_call_expr): Verify the call expression
14141 arguments match the called function type signature. Otherwise
14142 mark the call expression to be not considered for inlining
14143 using CALL_CANNOT_INLINE_P flag.
14144 * ipa-inline.c (cgraph_mark_inline): Honor CALL_CANNOT_INLINE_P on the
14145 edges call expression.
14146 (cgraph_decide_inlining_of_small_function): Likewise.
14147 (cgraph_decide_inlining): Likewise.
14148 * c-objc-common.h (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
14149 Remove define.
14150 * c-tree.h (c_convert_parm_for_inlining): Remove declaration.
14151 * c-typeck.c (c_convert_parm_for_inlining): Remove.
14152 * langhooks-def.h (lhd_tree_inlining_convert_parm_for_inlining):
14153 Remove declaration.
14154 (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING): Remove define.
14155 * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining):
14156 Remove.
14157 * langhooks.h (struct lang_hooks_for_tree_inlining): Remove
14158 convert_parm_for_inlining member.
14159
14160 2007-06-23 Richard Earnshaw <rearnsha@arm.com>
14161
14162 PR target/31152
14163 * arm.md (negscc): Match the correct operand for optimized LT0 test.
14164 Remove optimization for GT.
14165
14166 2007-06-23 Kenneth Zadeck <zadeck@naturalbridge.com>
14167
14168 PR middle-end/32437
14169 * dce.c (deletable_insn_p): Add extra parameter and recurse if insn
14170 is a PARALLEL.
14171 (prescan_insns_for_dce): Add extra parameter.
14172
14173 2007-06-23 Jan Hubicka <jh@suse.cz>
14174
14175 PR middle-end/31541
14176 * gimplify.c (mark_addressable): New function.
14177 (gimplify_modify_expr_rhs, gimplify_addr_expr, gimplify_expr): Use it.
14178
14179 2007-06-22 Uros Bizjak <ubizjak@gmail.com>
14180
14181 PR middle-end/32374
14182 * expr.c (store_constructor): Do not clobber non-zeroed memory.
14183
14184 2007-06-22 Uros Bizjak <ubizjak@gmail.com>
14185
14186 PR target/32413
14187 * config/i386/i386.c (ix86_register_move_cost): Rise the cost of
14188 moves between MMX/SSE registers to at least 8 units to prevent
14189 ICE caused by non-tieable SI/HI/QImodes in SSE registers.
14190
14191 2007-06-22 Uros Bizjak <ubizjak@gmail.com>
14192
14193 * config/i386/i386.c (override_options): Correct x86_sahf
14194 setting condition.
14195
14196 2007-06-21 David Daney <ddaney@avtrex.com>
14197
14198 PR target/32406
14199 * config/mips/mips.md (define_constants): Rename UNSPEC_EH_RECEIVER
14200 to UNSPEC_NONLOCAL_GOTO_RECEIVER globally.
14201 (exception_receiver): Renamed to ...
14202 (nonlocal_goto_receiver): ... this.
14203
14204 2007-06-22 Roman Zippel <zippel@linux-m68k.org>
14205
14206 * df-scan.c (df_read_modify_subreg_p): Use REGMODE_NATURAL_SIZE.
14207 (df_def_record_1): Set (DF_REF_READ_WRITE | DF_REF_PARTIAL) for
14208 partial register accesses.
14209
14210 2007-06-21 Adam Nemet <anemet@caviumnetworks.com>
14211
14212 * fold-const.c (debug_fold_checksum): Move it under
14213 ENABLE_FOLD_CHECKING.
14214
14215 2007-06-21 Sebastian Pop <sebpop@gmail.com>
14216
14217 PR middle-end/20623
14218 * tree.h (debug_fold_checksum): Declared.
14219 * fold-const.c (build_fold_addr_expr_with_type_1): New.
14220 (build_fold_addr_expr_with_type, build_fold_addr_expr): Use
14221 build_fold_addr_expr_with_type_1.
14222 (fold_addr_expr, debug_fold_checksum): New.
14223 (fold_checksum_tree): Don't fold TREE_CHAIN of an SSA_NAME.
14224 (fold_unary, fold_comparison, split_address_to_core_and_offset):
14225 Use fold_addr_expr.
14226
14227 2007-06-21 Sebastian Pop <sebpop@gmail.com>
14228
14229 PR tree-optimization/19590
14230 * tree-vrp.c (adjust_range_with_scev): Set the range when the result
14231 of scev is a constant.
14232
14233 2007-06-21 Kenneth Zadeck <zadeck@naturalbridge.com>
14234
14235 * df-problems.c (df_note_bb_compute): Made computation of live
14236 info consistent with df_lr.
14237
14238 2007-06-21 Richard Guenther <rguenther@suse.de>
14239
14240 PR tree-optimization/32453
14241 * tree-vrp.c (extract_range_from_assert): Build POINTER_PLUS_EXPR
14242 for pointer anti-range.
14243
14244 2007-06-21 H.J. Lu <hongjiu.lu@intel.com>
14245
14246 * config/i386/i386.c (processor_target_table): Increase maximum
14247 skip from 7 byte to 10 byte for Pentium Pro, Core 2 Duo and
14248 default 64bit.
14249
14250 * config/i386/linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Ensure 8
14251 byte alignment if > 8 byte alignment is preferred.
14252 * config/i386/x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
14253
14254 2007-06-21 Jakub Jelinek <jakub@redhat.com>
14255
14256 PR tree-optimization/31866
14257 * tree-ssa-coalesce.c (create_outofssa_var_map): Do nothing
14258 if ASM_EXPR's input is not a SSA_NAME.
14259
14260 PR middle-end/32362
14261 * omp-low.c (lookup_decl_in_outer_ctx): Don't ICE if t is NULL,
14262 but decl is a global var, instead return decl.
14263 * gimplify.c (gimplify_adjust_omp_clauses_1): Add shared clauses
14264 even for is_global_var decls, if they are private in some outer
14265 context.
14266
14267 2007-06-21 Richard Guenther <rguenther@suse.de>
14268
14269 PR tree-optimization/32451
14270 * tree-ssa-threadupdate.c (thread_single_edge): Fixup edge flags.
14271
14272 2007-06-21 Christian Bruel <christian.bruel@st.com>
14273
14274 * config/sh/sh-protos.h (sh_loads_bankedreg_p): Declare.
14275 * config/sh/sh.c (sh_loads_bankedreg_p): New function.
14276 (push_regs): Changed saving order or banked registers.
14277 (sh_expand_epilogue): Likewise.
14278 * config/sh/sh.h (BANKED_REGISTER_P): New macro.
14279 (FIRST_BANKED_REG): Likewise.
14280 (LAST_BANKED_REG): Likewise.
14281 * config/sh/sh.md (banked) New attribute.
14282 (in_delay_slot): Check banked attribute.
14283
14284 2007-06-20 Sebastian Pop <sebpop@gmail.com>
14285
14286 PR tree-optimization/32075
14287 * tree-data-ref.c (subscript_dependence_tester_1,
14288 analyze_miv_subscript, analyze_overlapping_iterations,
14289 add_distance_for_zero_overlaps, build_classic_dist_vector,
14290 subscript_dependence_tester_1, analyze_overlapping_iterations,
14291 subscript_dependence_tester, access_functions_are_affine_or_constant_p,
14292 compute_affine_dependence, compute_all_dependences): Pass loop_nest
14293 to evolution_function_is_affine_multivariate_p.
14294
14295 2007-06-20 Eric Botcazou <ebotcazou@libertysurf.fr>
14296
14297 * df-scan.c (df_get_call_refs): Be prepared for MEMs inside CLOBBERs.
14298
14299 2007-06-20 Rask Ingemann Lambertsen <rask@sygehus.dk>
14300
14301 PR target/32335
14302 * config/m32c/m32c.c (m32c_emit_epilogue): Use new HImode epilogue
14303 for TARGET_A16.
14304 * config/m32c/prologue.md (epilogue_exitd_16): New.
14305 (epilogue_reit_16): New.
14306 (epilogue_exitd): Rename to epilogue_exitd_24.
14307 (epilogue_reit): Rename to epilogue_reit_24.
14308
14309 2007-06-20 Seongbae Park <seongbae.park@gmail.com>
14310 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
14311
14312 * dbgcnt.def (global_alloc_at_func, global_alloc_at_reg):
14313 New counters.
14314 * haifa-sched.c (queue_to_ready): Don't requeue next insn
14315 if dbg_cnt (sched_insn) reaches the limit.
14316 (choose_ready): New parameter INSN_PTR and new return value.
14317 (schedule_block): Handle dbg_cnt (sched_insn). Handle
14318 the new return value from choose_ready.
14319 * global.c (global_aloc): New dbgcnt global_alloc_at_reg.
14320 (rest_of_handle_global_alloc): New global_alloc_at_func.
14321
14322 2007-06-20 Adam Nemet <anemet@caviumnetworks.com>
14323
14324 PR tree-optimization/25737
14325 * tree.h (struct tree_struct_field_tag): Add new field alias_set.
14326 (SFT_NONADDRESSABLE_P, SFT_ALIAS_SET): New macros.
14327 * tree-flow.h (struct fieldoff): Add new field alias_set.
14328 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Add new
14329 argument addressable_type. Set alias_set of fieldoff.
14330 * tree-ssa-alias.c (create_sft): Add new argument alias_set.
14331 (create_overlap_variables_for): Pass alias_set from fieldoff to
14332 create_sft.
14333 * alias.c (get_alias_set): Use alias_set from SFT if set.
14334
14335 2007-06-20 Hui-May Chang <hm.chang@apple.com>
14336
14337 * config/i386/darwin.h (ASM_OUTPUT_COMMON): Print the size
14338 of a variable as an unsigned HOST_WIDE_INT integer.
14339
14340 2007-06-20 Zdenek Dvorak <dvorakz@suse.cz>
14341
14342 PR rtl-optimization/32405
14343 * loop-iv.c (iv_get_reaching_def): Fail for partial defs.
14344
14345 2007-06-20 Jakub Jelinek <jakub@redhat.com>
14346
14347 * Makefile.in (omega.o): Depend on $(DIAGNOSTIC_H).
14348
14349 PR middle-end/31959
14350 * builtins.c: Include diagnostic.h.
14351 (expand_builtin_expect): Make gcc_assert more permissive.
14352 * Makefile.in (builtins.o): Depend on $(DIAGNOSTIC_H).
14353
14354 PR inline-asm/32109
14355 * gimplify.c (gimplify_asm_expr): Issue error if type is addressable
14356 and !allows_mem.
14357
14358 PR middle-end/32285
14359 * calls.c (precompute_arguments): Also precompute CALL_EXPR arguments
14360 if ACCUMULATE_OUTGOING_ARGS.
14361
14362 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
14363
14364 * config/m68hc11/m68hc11.c: Include dataflow header file.
14365 (m68hc11_reorg): Port to dataflow.
14366
14367 2007-06-19 Kenneth Zadeck <zadeck@naturalbridge.com>
14368
14369 * df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.
14370 (struct df_problem.free_blocks_on_set_blocks): New field.
14371 (struct dataflow.optional_p): New field.
14372 (df_bb_regno_last_use_find, df_insn_regno_def_p): Removed.
14373 (df_live_set_all_dirty): New function.
14374 * df-scan.c (df_scan_alloc): Initialize optional_p.
14375 (problem_SCAN): Initialize free_blocks_on_set_blocks.
14376 * df-core.c (df_set_blocks): Removed use of
14377 DF_FIRST_OPTIONAL_PROBLEM. Now uses
14378 df_problem.free_blocks_on_set_blocks to determine which blocks are
14379 recycled.
14380 (df_remove_problem): Removed use of DF_FIRST_OPTIONAL_PROBLEM.
14381 (df_finish_pass): Removed use of DF_FIRST_OPTIONAL_PROBLEM. Now
14382 uses dataflow.optional_p to determine if problem should be
14383 deleted.
14384 (rest_of_handle_df_initialize): Only start live problem if
14385 -02 or above.
14386 (df_bb_regno_last_use_find, df_insn_regno_def_p): Removed.
14387 * df-problems.c (df_ru_alloc, df_rd_alloc, df_lr_alloc,
14388 df_live_alloc, df_urec_alloc, df_note_alloc): set optional_p.
14389 (problem_RU, problem_RD, problem_LR, problem_UREC, problem_CHAIN,
14390 problem_NOTE): Initialize free_blocks_on_set_blocks.
14391 (df_lr_bb_local_compute): Recompute luids if df_live problem is
14392 not active.
14393 (df_live_set_all_dirty, df_note_alloc): New function.
14394 * regrename.c (merge_overlapping_regs): Change DF_LIVE_* to
14395 df_get_live_*.
14396 * sched_ebb.c (compute_jump_reg_dependencies): Ditto.
14397 * postreload.c (reload_combine): Ditto.
14398 * cse.c (cse_extended_basic_block): Ditto.
14399 * regmove.c (mark_flags_life_zones): Ditto.
14400 * rtlfactoring.c (split_blocks_after_seqs, split_pattern_seq,
14401 erase_matching_seqs): Ditto.
14402 * bt-load.c (compute_defs_uses_and_gen): Ditto.
14403 * integrate (allocate_initial_values): Ditto.
14404 * combine.c (reg_dead_at_p): Ditto.
14405 * resource.c (mark_target_live_regs): Ditto.
14406 * sched-rgn.c (check_live_1, update_live_1): Ditto.
14407 * config/sh/sh.c (find_r0_life_regions): Ditto.
14408 * global.c (rest_of_handle_global_alloc): Only add back df_live
14409 for -O > 1.
14410 * local-alloc.c (rest_of_handle_local_alloc): Only remove
14411 df_live for -O > 1.
14412 * ifcvt.c (dead_or_predicable): Change DF_LIVE_* to
14413 df_get_live_*.
14414 (if_convert): Make sure df_live is there at -O == 1.
14415 (pass_if_after_combine): Cleanup flags.
14416 * init-regs.c (initialize_uninitialized_regs): Make sure df_live
14417 is there at -O == 1.
14418
14419 2007-06-19 Seongbae Park <seongbae.park@gmail.com>
14420
14421 * config/arm/arm.c (arm_get_frame_offsets): Set
14422 offsets->locals_base to avoid negative stack size.
14423 (thumb1_expand_prologue): Assert on negative stack size.
14424
14425 2007-06-19 Sebastian Pop <sebpop@gmail.com>
14426
14427 PR tree-optimization/32367
14428 * tree-chrec.h (build_polynomial_chrec): Verify that the left hand side
14429 of the chrec has no evolution in that loop.
14430 * testsuite/gcc.dg/tree-ssa/pr32367.c: New.
14431
14432 2007-06-19 Bob Wilson <bob.wilson@acm.org>
14433
14434 * config/xtensa/xtensa.c: Include "df.h".
14435 (xtensa_builtin_saveregs): Use adjust_address instead of
14436 change_address.
14437 (xtensa_va_start): Invoke make_tree with sizetype for
14438 expand_builtin_saveregs and then convert the result to a pointer.
14439 Use POINTER_PLUS_EXPR. Use size_int instead of build_int_cst.
14440 (xtensa_gimplify_va_arg_expr): Use size_int instead of build_int_cst.
14441 Subtract argument size from index value as integers and then use
14442 POINTER_PLUS_EXPR to add the result to the array address.
14443
14444 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
14445
14446 PR target/32335
14447 * config/m32c/m32c.c: Include dataflow header file.
14448 (m32c_emit_prologue): Adjust for prologue insn change.
14449 * config/m32c/prologue.md (prologue_enter_16): Only modify SP_REGNO
14450 once inside a PARALLEL. Assume frame size passed in operand 0
14451 includes space to save the fb register.
14452 (prologue_enter_24): Likewise.
14453 (epilogue_exitd): Only modify SP_REGNO once inside a PARALLEL.
14454
14455 2007-06-19 David Daney <ddaney@avtrex.com
14456
14457 PR target/32313
14458 * config/mips/mips.md (cprestore): Mark $gp as used.
14459
14460 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
14461
14462 PR target/32369
14463 * config/frv/frv.c (frv_ifcvt_modify_tests): Dataflow merge fix.
14464 (frv_ifcvt_modify_insn): Likewise.
14465
14466 2007-06-19 Richard Guenther <rguenther@suse.de>
14467
14468 * tree-ssa-structalias.c (handle_ptr_arith): Make sure to
14469 only handle positive offsets that fit in a HOST_WIDE_INT.
14470
14471 2007-06-19 Uros Bizjak <ubizjak@gmail.com>
14472
14473 * config/i386/i386.c (ix86_emit_swsqrtsf): Filter out infinity
14474 result of rsqrt insn for zero input argument to avoid NaN.
14475
14476 2007-06-19 Richard Guenther <rguenther@suse.de>
14477
14478 PR middle-end/31950
14479 * tree-ssa-alias-warnings.c (ffan_walker): Punt on MTAGs.
14480
14481 2007-06-19 Jakub Jelinek <jakub@redhat.com>
14482
14483 PR tree-optimization/32353
14484 * tree-ssa-structalias.c (set_uids_in_ptset): Also handle RESULT_DECL.
14485
14486 2007-06-19 Nick Clifton <nickc@redhat.com>
14487
14488 * config/m32r/linux.h (LIB_SPEC): Always imply -lpthread for -pthread.
14489
14490 2007-06-18 Uros Bizjak <ubizjak@gmail.com>
14491
14492 PR target/32389
14493 * config/i386/i386.h (enum ix86_stack_slot): Add SLOT_VIRTUAL.
14494 * config/i386/i386.c (assign_386_stack_local): Assert that
14495 SLOT_VIRTUAL is valid only before virtual regs are instantiated.
14496 (ix86_expand_builtin) [IX86_BUILTIN_LDMXCSR, IX86_BUILTIN_STMXCSR]:
14497 Use SLOT_VIRTUAL stack slot instead of SLOT_TEMP.
14498 * config/i386/i386.md (truncdfsf2, truncxf<mode>2): Ditto.
14499
14500 2007-06-18 Steve Ellcey <sje@cup.hp.com>
14501
14502 * config/ia64/ia64.h (LIBGCC2_TF_CEXT): New.
14503
14504 2007-06-18 Seongbae Park <seongbae.park@gmail.com>
14505
14506 PR rtl-optimization/32321
14507 * gcse.c (replace_store_insn): Update the note before
14508 calling emit_insn_after.
14509
14510 2007-06-18 Kenneth Zadeck <zadeck@naturalbridge.com>
14511
14512 PR middle-end/32355
14513 * gcse (rest_of_handle_gcse): Add call to df_finish_pass after
14514 cse_main.
14515 * df-problems.c (df_note_bb_compute): Fix dumping info.
14516
14517 2007-06-18 Kazu Hirata <kazu@codesourcery.com>
14518
14519 * config/m68k/m68k.c (m68k_expand_epilogue): Emit a return
14520 insn with emit_jump_insn.
14521
14522 2007-06-18 Uros Bizjak <ubizjak@gmail.com>
14523
14524 PR tree-optimization/32383
14525 * targhooks.c (default_builtin_reciprocal): Add new bool argument.
14526 * targhooks.h (default_builtin_reciprocal): Update prototype.
14527 * target.h (struct gcc_target): Update builtin_reciprocal.
14528 * doc/tm.texi (TARGET_BUILTIN_RECIPROCAL): Update description.
14529 * tree-ssa-math-opts (execute_cse_reciprocals): Skip statements
14530 where arg1 is not SSA_NAME. Pass true to targetm.builtin_reciprocal
14531 when fndecl is in BUILT_IN_MD class.
14532 (execute_convert_to_rsqrt): Ditto.
14533
14534 * config/i386/i386.c (ix86_builtin_reciprocal): Update for new bool
14535 argument. Convert IX86_BUILTIN_SQRTPS code only when md_fn is true.
14536 Convert BUILT_IN_SQRTF code only when md_fn is false.
14537
14538 2007-06-18 Kaz Kojima <kkojima@gcc.gnu.org>
14539
14540 * bt-load.c (move_btr_def): Fix the order of arguments
14541 to validate_replace_rtx.
14542
14543 2007-06-18 Nathan Sidwell <nathan@codesourcery.com>
14544
14545 * config/m68k/m68k-devices.def: Add 54450..54455.
14546
14547 2007-06-17 Uros Bizjak <ubizjak@gmail.com>
14548
14549 PR rtl-optimization/32366
14550 * simplify-rtx.c (simplify_unary_operation_1) [FLOAT_TRUNCATE,
14551 FLOAT_EXTEND]: Prevent non-scalar modes from entering
14552 significand_size.
14553
14554 2007-06-17 Kenneth Zadeck <zadeck@naturalbridge.com>
14555
14556 PR middle-end/32349
14557 * modulo-sched (generate_reg_moves): Added rescan parameter and if
14558 this is true, rescan insn being modified.
14559 (sms_schedule): Added rescan parameter.
14560 (rest_of_handle_sms): Moved freeing of dominance info to before
14561 getting out of cfg_layout.
14562
14563 2007-06-17 Nathan Sidwell <nathan@codesourcery.com>
14564
14565 * config/m68k/m68k.h (ISA_HAS_FF1, ISA_HAS_MVS_MVZ): New.
14566 * config/m68k/m68k.md: Use ISA_HAS_FF1 and ISA_HAS_MVS_MVZ as
14567 appropriate.
14568
14569 * config/m68k/m68k.c (all_isas): Remove FL_CF_FPU and
14570 FL_CF_EMAC from the entry for isac.
14571
14572 * config/m68k/predicates.md (const_call_operand): Adjust comment.
14573 (const_sibcall_operand): New.
14574 (sibcall_operand): Use it.
14575 * config/m68k/m68k.c (FL_FOR_isa_c): Not ISA_B compatible.
14576 (m68k_isas): ISAC does not imply FPU or EMAC.
14577 (override_options): Add ISA_C logic for symbolic jump & call.
14578
14579 2007-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
14580
14581 * config/sparc/sparc.c (sparc_vis_init_builtins): Retrieve the
14582 return mode from the builtin itself.
14583 (sparc_fold_builtin): Fix cast of zero constant.
14584
14585 2007-06-16 Uros Bizjak <ubizjak@gmail.com>
14586
14587 * targhooks.c (default_builtin_reciprocal): New default target hook.
14588 * targhooks.h (default_builtin_reciprocal): Add prototype.
14589 * hooks.c (hook_tree_tree_bool_null): Remove hook.
14590 * hooks.h (hook_tree_tree_bool_null): Remove prototype.
14591 * target-def.h (TARGET_BUILTIN_RECIPROCAL): Define as
14592 default_builtin_reciprocal.
14593
14594 2007-06-16 Uros Bizjak <ubizjak@gmail.com>
14595
14596 PR middle-end/31723
14597 * hooks.c (hook_tree_tree_bool_null): New hook.
14598 * hooks.h (hook_tree_tree_bool_null): Add prototype.
14599 * tree-pass.h (pass_convert_to_rsqrt): Declare.
14600 * passes.c (init_optimization_passes): Add pass_convert_to_rsqrt.
14601 * tree-ssa-math-opts.c (execute_cse_reciprocals): Scan for a/func(b)
14602 and convert it to reciprocal a*rfunc(b).
14603 (execute_convert_to_rsqrt): New function.
14604 (gate_convert_to_rsqrt): New function.
14605 (pass_convert_to_rsqrt): New pass definition.
14606 * target.h (struct gcc_target): Add builtin_reciprocal.
14607 * target-def.h (TARGET_BUILTIN_RECIPROCAL): New define.
14608 (TARGET_INITIALIZER): Initialize builtin_reciprocal with
14609 TARGET_BUILTIN_RECIPROCAL.
14610 * doc/tm.texi (TARGET_BUILTIN_RECIPROCAL): Document.
14611
14612 * config/i386/i386.h (TARGET_RECIP): New define.
14613 * config/i386/i386.md (divsf3): Expand by calling ix86_emit_swdivsf
14614 for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
14615 flag_unsafe_math_optimizations are set, flag_trapping_math is unset
14616 and not optimizing for size.
14617 (*rcpsf2_sse): New insn pattern.
14618 (*rsqrtsf2_sse): Ditto.
14619 (rsqrtsf2): New expander. Expand by calling ix86_emit_swsqrtsf
14620 for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
14621 flag_unsafe_math_optimizations are set, flag_trapping_math is unset
14622 and not optimizing for size.
14623 (sqrt<mode>2): Expand SFmode operands by calling ix86_emit_swsqrtsf
14624 for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
14625 flag_unsafe_math_optimizations are set, flag_trapping_math is unset
14626 and not optimizing for size.
14627 * config/i386/sse.md (divv4sf): Expand by calling ix86_emit_swdivsf
14628 for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
14629 flag_unsafe_math_optimizations are set, flag_trapping_math is unset
14630 and not optimizing for size.
14631 (*sse_rsqrtv4sf2): Do not export.
14632 (sqrtv4sf2): Ditto.
14633 (sse_rsqrtv4sf2): New expander. Expand by calling ix86_emit_swsqrtsf
14634 for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
14635 flag_unsafe_math_optimizations are set, flag_trapping_math is unset
14636 and not optimizing for size.
14637 (sqrtv4sf2): Ditto.
14638 * config/i386/i386.opt (mrecip): New option.
14639 * config/i386/i386-protos.h (ix86_emit_swdivsf): Declare.
14640 (ix86_emit_swsqrtsf): Ditto.
14641 * config/i386/i386.c (IX86_BUILTIN_RSQRTF): New constant.
14642 (ix86_init_mmx_sse_builtins): __builtin_ia32_rsqrtf: New
14643 builtin definition.
14644 (ix86_expand_builtin): Expand IX86_BUILTIN_RSQRTF using
14645 ix86_expand_unop1_builtin.
14646 (ix86_emit_swdivsf): New function.
14647 (ix86_emit_swsqrtsf): Ditto.
14648 (ix86_builtin_reciprocal): New function.
14649 (TARGET_BUILTIN_RECIPROCAL): Use it.
14650 (ix86_vectorize_builtin_conversion): Rename from
14651 ix86_builtin_conversion.
14652 (TARGET_VECTORIZE_BUILTIN_CONVERSION): Use renamed function.
14653 * doc/invoke.texi (Machine Dependent Options): Add -mrecip to
14654 "i386 and x86_64 Options" section.
14655 (Intel 386 and AMD x86_64 Options): Document -mrecip.
14656
14657 2007-06-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
14658 Zdenek Dvorak <dvorakz@suse.cz>
14659 Richard Guenther <rguenther@suse.de>
14660 Kaz Kojima <kkojima@gcc.gnu.org>
14661
14662 * tree-vrp.c (compare_values_warnv): Convert val2 to
14663 the type of val1.
14664 (extract_range_from_assert): Create
14665 POINTER_PLUS_EXPR for pointer types.
14666 (extract_range_from_binary_expr): Handle
14667 only POINTER_PLUS_EXPR, MIN_EXPR, and MAX_EXPR
14668 for pointer types.
14669 * doc/c-tree.texi (POINTER_PLUS_EXPR): Document.
14670 * tree-ssa-loop-niter.c (split_to_var_and_offset): Handle
14671 POINTER_PLUS_EXPR as PLUS_EXPR.
14672 (number_of_iterations_lt_to_ne):
14673 For pointer types, use sizetype when
14674 creating MINUS_EXPR/PLUS_EXPRs.
14675 (assert_loop_rolls_lt): For pointer types, use sizetype when
14676 creating MINUS_EXPR/PLUS_EXPRs.
14677 (number_of_iterations_le): Likewise.
14678 (expand_simple_operations): POINTER_PLUS_EXPR are simple also.
14679 (derive_constant_upper_bound): Handle POINTER_PLUS_EXPR just
14680 like PLUS_EXPR and MINUS_EXPR.
14681 * tree-pretty-print.c (dump_generic_node): Handle
14682 POINTER_PLUS_EXPR.
14683 (op_prio): Likewise.
14684 (op_symbol_1): Likewise.
14685 * optabs.c (optab_for_tree_code): Likewise.
14686 * tree-ssa-loop-manip.c (create_iv): Handle pointer base
14687 specially.
14688 * tree-tailcall.c (process_assignment): Mention
14689 POINTER_PLUS_EXPR in a TODO comment.
14690 * tree.c (build2_stat): Assert when trying to use PLUS_EXPR or
14691 MINUS_EXPR with a pointer. Also assert for POINTER_PLUS_EXPR
14692 not used with a pointer and an integer type.
14693 * tree-scalar-evolution.c (add_to_evolution_1): Convert the
14694 increment using chrec_convert_rhs instead of chrec_convert.
14695 (follow_ssa_edge_in_rhs): Handle POINTER_PLUS_EXPR like
14696 PLUS_EXPR except for the right hand side's type will be
14697 sizetype.
14698 (interpret_rhs_modify_stmt): Handle POINTER_PLUS_EXPR.
14699 (fold_used_pointer_cast): Kill.
14700 (pointer_offset_p): Kill.
14701 (fold_used_pointer): Kill.
14702 (pointer_used_p): Kill.
14703 (analyze_scalar_evolution_1 <case GIMPLE_MODIFY_STMT>): Don't
14704 call fold_used_pointer.
14705 (instantiate_parameters_1): Convert the increment
14706 using chrec_convert_rhs instead of chrec_convert.
14707 Handle POINTER_PLUS_EXPR as PLUS_EXPR.
14708 * builtins.c (get_pointer_alignment): Handle POINTER_PLUS_EXPR
14709 instead of PLUS_EXPR.
14710 (expand_builtin_strcat): Create a POINTER_PLUS_EXPR instead of
14711 PLUS_EXPR for pointers.
14712 (std_gimplify_va_arg_expr): Likewise.
14713 (fold_builtin_memory_op): Likewise.
14714 (fold_builtin_strstr): Likewise.
14715 (fold_builtin_strchr): Likewise.
14716 (fold_builtin_strrchr): Likewise.
14717 (fold_builtin_strpbrk): Likewise.
14718 (expand_builtin_memory_chk): Likewise.
14719 (fold_builtin_memory_chk): Likewise.
14720 (std_expand_builtin_va_start): Use
14721 sizetype for the call to make_tree and then convert
14722 to the pointer type.
14723 (fold_builtin_memchr): Use POINTER_PLUS_EXPR
14724 instead of PLUS_EXPR for adding to a pointer.
14725 (std_gimplify_va_arg_expr): Use fold_build2 for
14726 the creating of POINTER_PLUS_EXPR. For the BIT_AND_EXPR, cast
14727 the operands to sizetype first and then cast the BIT_AND_EXPR
14728 back to the pointer type.
14729 * fold-const.c (build_range_check): Handle pointer types
14730 specially.
14731 (extract_array_ref): Look for POINTER_PLUS_EXPR instead
14732 of PLUS_EXPR's. Make sure the offset is converted to
14733 sizetype.
14734 (try_move_mult_to_index): Strip the NOPs from the offset.
14735 Remove code argument and replace all uses with PLUS_EXPR.
14736 (fold_to_nonsharp_ineq_using_bound): Handle pointer types
14737 specially. Don't use a pointer type for MINUS_EXPR.
14738 (fold_unary): Handle for (T1)(X op Y),
14739 only p+ as that is the only as that can be handled for
14740 binary operators now.
14741 (fold_binary <case POINTER_PLUS_EXPR>): Add folding of
14742 POINTER_PLUS_EXPR.
14743 <case PLUS_EXPR>: Add folding of PTR+INT into
14744 PTR p+ INT.
14745 Don't call try_move_mult_to_index.
14746 <case MINUS_EXPR>: Fold (PTR0 p+ A) - (PTR1 p+ B)
14747 into (PTR0 - PTR1) + (A - B). Fold (PTR0 p+ A) - PTR1 into
14748 (PTR0 - PTR1) + A iff (PTR0 - PTR1) simplifies.
14749 Don't call try_move_mult_to_index.
14750 (tree_expr_nonnegative_warnv_p): Handle POINTER_PLUS_EXPR.
14751 (tree_expr_nonzero_p): Likewise.
14752 (fold_indirect_ref_1): Look at POINTER_PLUS_EXPR instead
14753 of PLUS_EXPR for the complex expression folding.
14754 * tree-chrec.c (chrec_fold_plus_poly_poly): If the
14755 first chrec is a pointer type, then the second should
14756 be sizetype and not the first's type.
14757 For POINTER_PLUS_EXPR, use a different right hand side type.
14758 Handle POINTER_PLUS_EXPR like PLUS_EXPR.
14759 (chrec_fold_plus_1): For POINTER_PLUS_EXPR, use a
14760 different right hand side type.
14761 Handle POINTER_PLUS_EXPR like PLUS_EXPR.
14762 (chrec_fold_plus): For pointer types, use POINTER_PLUS_EXPR
14763 instead of PLUS_EXPR.
14764 When either operand is zero, convert the other operand.
14765 (chrec_apply): Use chrec_convert_rhs
14766 on the argument x instead of chrec_convert.
14767 (reset_evolution_in_loop): For pointer types, the new_evol
14768 should be sizetype.
14769 (convert_affine_scev): For POINTER_PLUS_EXPR, use a
14770 different right hand side type.
14771 Handle POINTER_PLUS_EXPR like PLUS_EXPR.
14772 (chrec_convert_rhs): New function.
14773 (chrec_convert_aggressive): For POINTER_PLUS_EXPR, use a
14774 different right hand side type.
14775 Handle POINTER_PLUS_EXPR like PLUS_EXPR.
14776 * tree-chrec.h (chrec_convert_rhs): New prototype.
14777 (build_polynomial_chrec): For pointer types, the right hand
14778 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Look for
14779 POINTER_PLUS_EXPR instead of PLUS_EXPR's.
14780 Remove subtraction case as it is always addition now.
14781 Make sure the offset is converted to sizetype.
14782 (fold_stmt_r): Don't handle PLUS_EXPR/MINUS_EXPR specially.
14783 Handle POINTER_PLUS_EXPR like PLUS_EXPR was handled before.
14784 * tree-ssa-loop-ivopts.c (determine_base_object): Abort for
14785 PLUS_EXPR in pointer type.
14786 Handle POINTER_PLUS_EXPR.
14787 (tree_to_aff_combination): Likewise.
14788 (force_expr_to_var_cost): Likewise.
14789 (force_expr_to_var_cost): Likewise. Create a POINTER_PLUS_EXPR
14790 instead of PLUS_EXPR for pointers.
14791 * c-format.c (check_format_arg): Handle POINTER_PLUS_EXPR
14792 instead of PLUS_EXPR of pointer types.
14793 * tree-stdarg.c (va_list_counter_bump): Handle POINTER_PLUS_EXPR
14794 as PLUS_EXPR.
14795 (check_va_list_escapes): Likewise.
14796 (check_all_va_list_escapes): Likewise.
14797 * dwarf2out.c (loc_descriptor_from_tree_1):
14798 Handle POINT_PLUS_EXPR as a PLUS_EXPR.
14799 * expr.c (expand_expr_real_1): Handle POINTER_PLUS_EXPR.
14800 (string_constant): Likewise.
14801 * tree-ssa-address.c (tree_mem_ref_addr): When adding
14802 the offset to the base, use POINTER_PLUS_EXPR.
14803 (add_to_parts): Convert the index to sizetype.
14804 (create_mem_ref): Create A POINTER_PLUS_EXPR for the one case.
14805 * matrix-reorg.c (collect_data_for_malloc_call): Stmt
14806 will now only be either INDIRECT_REF and POINTER_PLUS_EXPR.
14807 Offset only holds something for PLUS_EXPR.
14808 (ssa_accessed_in_tree): Handle POINTER_PLUS_EXPR just as
14809 a PLUS_EXPR.
14810 (analyze_transpose): POINTER_PLUS_EXPR will only show up now
14811 and not PLUS_EXPR.
14812 (analyze_accesses_for_modify_stmt): Likewise.
14813 Remove comment about the type being integral type as it is
14814 wrong now.
14815 (can_calculate_expr_before_stmt): Handle POINTER_PLUS_EXPR as
14816 PLUS_EXPR.
14817 (transform_access_sites): POINTER_PLUS_EXPR will only show up now
14818 and not PLUS_EXPR.
14819 Correct the type which the artimentic is done in (is now
14820 sizetype).
14821 Reindent one loop.
14822 * tree-data-ref.c (split_constant_offset): Handle
14823 POINTER_PLUS_EXPR
14824 * tree-affine.c (tree_to_aff_combination): Likewise.
14825 * c-typeck.c (build_unary_op): For pointers create the increment
14826 as a sizetype. Create a POINTER_PLUS_EXPR instead of PLUS_EXPR
14827 for pointers.
14828 * gimplify.c (gimplify_self_mod_expr): Create a
14829 POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
14830 (gimplify_omp_atomic_fetch_op): Handle POINTER_PLUS_EXPR.
14831 * tree.def (POINTER_PLUS_EXPR): New tree code.
14832 * tree-predcom.c (ref_at_iteration): If we have a pointer
14833 type do the multiplication in sizetype.
14834 * tree-mudflap.c (mf_xform_derefs_1): Create a
14835 POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
14836 * tree-ssa-forwprop.c
14837 (forward_propagate_addr_into_variable_array_index):
14838 Don't expect there to be a cast for the index as that
14839 does not exist anymore.
14840 (forward_propagate_addr_expr_1): Check for POINTER_PLUS_EXPR
14841 instead of PLUS_EXPR.
14842 Don't check for the first operand of the POINTER_PLUS_EXPR
14843 was the index as it cannot be.
14844 Call forward_propagate_addr_into_variable_array_index with
14845 the SSA_NAME instead of the statement.
14846 * varasm.c (const_hash_1): Handle POINTER_PLUS_EXPR.
14847 (compare_constant): Likewise.
14848 (copy_constant): Likewise.
14849 (compute_reloc_for_constant): Likewise.
14850 (output_addressed_constants): Likewise.
14851 (initializer_constant_valid_p): Likewise.
14852 * tree-ssa.c (tree_ssa_useless_type_conversion_1):
14853 Convert the MIN/MAX of the inner type to the outer
14854 type before comparing them.
14855 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Handle
14856 POINTER_PLUS_EXPR instead of PLUS_EXPR.
14857 (issue_prefetch_ref): Create a POINTER_PLUS_EXPR instead
14858 of PLUS_EXPR for pointers.
14859 * tree-inline.c (estimate_num_insns_1): Handle
14860 POINTER_PLUS_EXPR.
14861 * tree-vect-transform.c (vect_create_addr_base_for_vector_ref):
14862 Create a POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
14863 (bump_vector_ptr): Create a POINTER_PLUS_EXPR
14864 instead of PLUS_EXPR for the pointer increment statement.
14865 (vect_update_ivs_after_vectorizer): For pointer types, create
14866 POINTER_PLUS_EXPR instead of PLUS_EXPR and also create
14867 MULT_EXPR in sizetype.
14868 (vect_gen_niters_for_prolog_loop): Add a cast when creating
14869 byte_misalign.
14870 * tree-object-size.c (plus_expr_object_size): Handle
14871 POINTER_PLUS_EXPR instead of PLUS_EXPR. Removing all the extra
14872 code which is trying to figure out which side is a pointer and
14873 is the index.
14874 (check_for_plus_in_loops_1): Likewise.
14875 (check_for_plus_in_loops): Likewise.
14876 * c-common.c (pointer_int_sum): Create a
14877 POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
14878 * tree-ssa-structalias.c (handle_ptr_arith): Handle
14879 only POINTER_PLUS_EXPR. Removing all the extra
14880 code which is trying to figure out which side is a pointer and
14881 is the index.
14882 * tree-cfg.c (verify_expr): Add extra checking for pointers and
14883 PLUS_EXPR and MINUS_EXPR.
14884 Also add checking to make sure the operands of POINTER_PLUS_EXPR
14885 are correct.
14886 * config/frv/frv.c (frv_expand_builtin_va_start): Use sizetype
14887 with make_tree, instead of a pointer type.
14888 * config/s390/s390.c (s390_va_start): Use POINTER_PLUS_EXPR
14889 for pointers instead of PLUS_EXPR.
14890 (s390_gimplify_va_arg): Likewise.
14891 * config/spu/spu.c (spu_va_start): Create POINTER_PLUS_EXPR
14892 instead of PLUS_EXPR when doing addition on pointer
14893 types. Use sizetype for the second operand.
14894 (spu_gimplify_va_arg_expr): Likewise.
14895 * config/sparc/sparc.c (sparc_gimplify_va_arg): Use
14896 POINTER_PLUS_EXPR instead of PLUS_EXPR when the operand was
14897 a pointer. Don't create a BIT_AND_EXPR for pointer types.
14898 * config/i386/i386.c (ix86_va_start): Use POINTER_PLUS_EXPR
14899 for the pointer addition and also use size_int/sizetype
14900 for the offset.
14901 (ix86_gimplify_va_arg): Likewise.
14902 Perform BIT_AND_EXPR on sizetype arguments.
14903 * config/sh/sh.c (sh_va_start): Call make_tree with sizetype
14904 and convert its result to a pointer type. Use POINTER_PLUS_EXPR
14905 for the pointer additions and also use size_int for the offsets.
14906 (sh_gimplify_va_arg_expr): Use POINTER_PLUS_EXPR for the pointer
14907 additions and also use size_int for the offsets. Perform
14908 BIT_AND_EXPR on sizetype arguments.
14909 * config/ia64/ia64.c (ia64_gimplify_va_arg): Use
14910 POINTER_PLUS_EXPR for pointers and create the
14911 BIT_AND_EXPR in sizetype.
14912 * config/rs6000/rs6000.c (rs6000_va_start): Use POINTER_PLUS_EXPR
14913 instead of PLUS_EXPR for pointer addition.
14914 (rs6000_va_start): Likewise.
14915 Also use sizetype for the offset.
14916 * config/pa/pa.c (reloc_needed): Handle POINTER_PLUS_EXPR
14917 as PLUS_EXPR/MINUS_EXPR.
14918 (hppa_gimplify_va_arg_expr): Don't create MINUS_EXPR or
14919 PLUS_EXPR for pointers, instead use POINTER_PLUS_EXPR.
14920 Don't use BIT_AND_EXPR on a pointer type, convert the
14921 expression to sizetype first.
14922 * config/mips/mips.c (mips_va_start): Use POINTER_PLUS_EXPR
14923 for pointers.
14924 (mips_gimplify_va_arg_expr): Likewise.
14925 Don't create BIT_AND_EXPR in a pointer type.
14926
14927 2007-06-15 Eric Christopher <echristo@apple.com>
14928
14929 * config.gcc (i?86-*-darwin*): Add t-crtfm and t-crtpc.
14930 (x86_64-*-darwin*): Ditto.
14931 * config/i386/darwin.h (CRTEND_SPEC): New. Add support
14932 for above.
14933
14934 2007-06-15 Matthew Wilcox <matthew@wil.cx>
14935
14936 * doc/extend.texi: Document behavior of __attribute__((aligned))
14937 on typedefs.
14938
14939 2007-06-15 Mark Mitchell <mark@codesourcery.com>
14940
14941 * rtlanal.c (note_stores): Improve documentation.
14942
14943 2007-06-15 Bernd Schmidt <bernd.schmidt@analog.com>
14944
14945 * config/bfin/elf.h (ASM_GENERATE_INTERNAL_LABEL,
14946 LOCAL_LABEL_PREFIX): Delete.
14947 * config/bfin/bfin.c (TARGET_ASM_INTERNAL_LABEL): Delete.
14948 (bfin_internal_label): Delete.
14949
14950 2007-06-15 Uros Bizjak <ubizjak@gmail.com>
14951
14952 * libgcc2.c (CEXT): When compiling L_multc3 and L_divtc3,
14953 define to "l" if LIBGCC_LONG_DOUBLE_SIZE == 128,
14954 otherwise define to LIBGCC2_TF_CEXT.
14955 * config/i386/linux64.h (LIBGCC2_HAS_TF_MODE): New define.
14956 (LIBGCC_TF_CEXT): Ditto.
14957 (TF_SIZE): Ditto.
14958
14959 2007-06-14 Seongbae Park <seongbae.park@gmail.com>
14960
14961 PR rtl-optimization/32339
14962 * df-scan.c (df_uses_record): Don't modify flags but just add to
14963 it for df_ref_record.
14964
14965 2007-06-14 Andrew Pinski <andrew_pinski@playstation.sony.com>
14966
14967 * tree-mudflap.c: Fix whitespace issues.
14968
14969 2007-06-15 Kazu Hirata <kazu@codesourcery.com>
14970
14971 * config/m68k/m68k.c (ASM_DOT, ASM_DOTW, ASM_DOTL): Remove.
14972
14973 2007-06-14 Eric Christopher <echristo@apple.com>
14974
14975 * config/i386/sse.md (movdi_to_sse): Rewrite body.
14976 (movv4sf): Use gcc_unreachable instead of abort.
14977
14978 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
14979
14980 PR target/32268
14981 * config/i386/sfp-machine.h (CMPtype): New define.
14982 (mach stubs): Use CMPtype instead of int as a return type.
14983
14984 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
14985
14986 * config/soft-fp/eqdf2.c, config/soft-fp/eqsf2.c,
14987 config/soft-fp/eqtf2.c, config/soft-fp/gedf2.c,
14988 config/soft-fp/gesf2.c, config/soft-fp/getf2.c,
14989 config/soft-fp/ledf2.c, config/soft-fp/lesf2.c,
14990 config/soft-fp/letf2.c, config/soft-fp/unorddf2.c,
14991 config/soft-fp/unordsf2.c, config/soft-fp/unordtf2.c,
14992 config/soft-fp/soft-fp.h: Update from glibc CVS.
14993
14994 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
14995
14996 * config/bfin/uclinux.h (MFWRAP_SPEC): New.
14997
14998 2007-06-14 Rask Ingemann Lambertsen <rask@sygehus.dk>
14999
15000 PR target/32341
15001 * config/v850/v850.c: Include dataflow header file.
15002 (substitute_ep_register): Fix typo.
15003
15004 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
15005
15006 * configure.ac: Fix earlier checkin.
15007 * configure: Regenerated.
15008
15009 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
15010
15011 * acinclude.m4 (gcc_AC_CHECK_PROG_VER): Remove.
15012 * aclocal.m4: Regenerate.
15013 * configure.ac: Use ACX_PROG_CC_WARNING_OPTS,
15014 ACX_PROG_CC_WARNINGS_ARE_ERRORS,
15015 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_CHECK_PROG_VER.
15016 * configure: Regenerate.
15017 * Makefile.in (LOOSE_WARN): Subst loose_warn.
15018
15019 * Makefile.in (quickstrap): Build libgcc too.
15020
15021 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
15022
15023 * configure.ac: Add --enable-checking=df. Explicitly mention that
15024 the variables are initialized as for "release".
15025 * df-core.c: Use it.
15026 * configure: Regenerate.
15027 * config.in: Regenerate.
15028
15029 2007-06-14 Bob Wilson <bob.wilson@acm.org>
15030
15031 * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Use
15032 validate_replace_rtx instead of replace_rtx.
15033 (xtensa_expand_prologue): Call df_insn_rescan after replace_rtx.
15034
15035 2007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
15036
15037 * config/i386/cygming.h (DWARF_FRAME_REGNUM): Define.
15038 (DWARF2_UNWIND_INFO): Override default if configured with
15039 SJLJ EH disabled.
15040 * config/i386/cygwin.h (STARTFILE_SPEC): Add crtbegin.o.
15041 (ENDFILE_SPEC): Add crtend.o.
15042 * config/i386/mingw32.h (STARTFILE_SEC): Add crtbegin.o.
15043 (ENDFILE_SPEC): Add crtend.o.
15044 (TARGET_USE_JCR_SECTION): Define.
15045 (MD_UNWIND_SUPPORT): Define for 32-bit target.
15046
15047 * config/i386/cygming-crtbegin.c: New file.
15048 * config/i386/cygming-crtend.c: New file.
15049
15050 2007-06-14 Pascal Obry Pascal Obry <obry@adacore.com>
15051
15052 * config/i386/w32-unwind.h: New file.
15053
15054 2007-06-13 Eric Christopher <echristo@apple.com>
15055
15056 * config/i386/darwin.h (PREFERRED_STACK_BOUNDARY): Don't let
15057 the user set a value below STACK_BOUNDARY.
15058
15059 2007-06-13 Thiemo Seufer <ths@networkno.de>
15060
15061 * config/mips/linux.h, config/mips/linux64.h (LIB_SPEC): Always
15062 imply -lpthread for -pthread.
15063
15064 2007-06-13 Kazu Hirata <kazu@codesourcery.com>
15065
15066 * basic-block.h: Remove the prototype for
15067 free_basic_block_vars.
15068 * cfglayout.h: Remove the prototype for
15069 insn_locators_initialize.
15070 * tree.h: Remove the prototype for emit_line_note.
15071
15072 * tree-ssa-pre.c (mergephitemp): Remove.
15073 (init_pre): Don't use mergephitemp.
15074
15075 2007-06-13 Eric Christopher <echristo@apple.com>
15076
15077 * config/i386/i386.c (override_options): If we've specified
15078 an arch then don't use TARGET_SUBTARGET_ISA_DEFAULTs.
15079
15080 2007-06-13 Bob Wilson <bob.wilson@acm.org>
15081
15082 * df-scan.c (df_get_entry_block_def_set): Check if STATIC_CHAIN_REGNUM
15083 is defined.
15084
15085 2007-06-13 Bernd Schmidt <bernd.schmidt@analog.com>
15086
15087 * config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Use gen_frame_mem.
15088 * config/bfin/bfin.md (UNSPEC_VOLATILE_STORE_EH_HANDLER): New constant.
15089 (eh_store_handler): New pattern.
15090 (eh_return): Emit it instead of a plain move.
15091
15092 2007-06-13 Uros Bizjak <ubizjak@gmail.com>
15093
15094 * config/i386/i386.c (ix86_init_mmx_sse_builtins)
15095 [__builtin_infq, __builtin_fabsq]: Define usign def_builtin.
15096 [__builtin_ia32_rsqrtps, __builtin_ia32_rsqrtss]: Define using
15097 def_builtin_const.
15098
15099 2007-06-13 Bernd Schmidt <bernd.schmidt@analog.com>
15100
15101 * config/bfin/bfin.c (gen_one_bundle): Delete unused local variables.
15102 (find_next_insn_start, find_load): New functions.
15103 (bfin_reorg): Use them to deal with the fact that parallel insns are
15104 no longer represented as a SEQUENCE.
15105
15106 2007-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
15107
15108 * config/sparc/sparc.c (sparc_override_options): Initialize
15109 fpu mask correctly.
15110
15111 2007-06-13 Dave Korn <dave.korn@artimi.com>
15112
15113 * config/i386/i386.c (ix86_eax_live_at_start_p): Use
15114 df_get_live_out.
15115
15116 2007-06-13 Kazu Hirata <kazu@codesourcery.com>
15117
15118 * auto-inc-dec.c, c-incpath.c, config/c4x/libgcc.S,
15119 config/sh/divcost-analysis, dbgcnt.def, df-core.c,
15120 df-problems.c, df-scan.c, df.h, dominance.c, dse.c, regstat.c,
15121 tree-data-ref.c, tree-ssa-loop-im.c, tree-ssa-loop-prefetch.c,
15122 tree-vect-transform.c: Fix comment typos. Follow spelling
15123 conventions.
15124
15125 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
15126
15127 * df-scan.c (df_get_exit-block_use_set): Always add the stack pointer
15128 to the exit block use set.
15129 (df_insn_delete, df_insn_rescan): Fixed spelling of "deferring".
15130 * gcse.c (cpro_jump): Don't emit barrier in cfglayout mode.
15131 * config/sparc/sparc.c (sparc_check_64): Check df != NULL.
15132
15133 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
15134
15135 * opts.c (common_handle_option): Handle new option -fdbg-cnt-list.
15136 * dbgcnt.c (dbg_cnt_set_limit_by_name): Return value
15137 to indicate an error.
15138 (dbg_cnt_process_single_pair, dbg_cnt_list_all_counters):
15139 New functions.
15140 (dbg_cnt_process_opt): Print an error on a bad argument.
15141 * dbgcnt.h (dbg_cnt_list_all_counters): New function declaration.
15142 * common.opt (-fdbg-cnt-list): New.
15143 * doc/invoke.texi (-fdbg-cnt-list,-fdbg-cnt=): New.
15144
15145 2007-06-12 Eric Botcazou <ebotcazou@adacore.com>
15146
15147 * tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything
15148 flag on ref-all pointers.
15149
15150 2007-06-12 Andrew Pinski <andrew_pinski@playstation.sony.com>
15151
15152 PR middle-end/31579
15153 * expr.c (expand_expr_addr_expr_1): Call expand_expr
15154 for the offset with the modifier as EXPAND_INITIALIZER
15155 if the modifier is EXPAND_INITIALIZER.
15156 (expand_expr_real_1 <case INTEGER_CST>): Don't force to
15157 a register if we had an overflow.
15158
15159 2007-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15160
15161 * real.c (real_isfinite): New.
15162 (real_sqrt): Use it.
15163 * real.h (real_isfinite): New.
15164 * builtins.c: Use it.
15165
15166 2007-06-12 Ian Lance Taylor <iant@google.com>
15167 Daniel Berlin <dberlin@dberlin.org>
15168
15169 PR libstdc++/29286
15170 * tree.def: Add CHANGE_DYNAMIC_TYPE_EXPR.
15171 * tree.h (CHANGE_DYNAMIC_TYPE_NEW_TYPE): Define.
15172 (CHANGE_DYNAMIC_TYPE_LOCATION): Define.
15173 (DECL_NO_TBAA_P): Define.
15174 (struct tree_decl_common): Add no_tbaa_flag field.
15175 * tree-ssa-structalias.c (struct variable_info): Add
15176 no_tbaa_pruning field.
15177 (new_var_info): Initialize no_tbaa_pruning field.
15178 (unify_nodes): Copy no_tbaa_pruning field.
15179 (find_func_aliases): Handle CHANGE_DYNAMIC_TYPE_EXPR.
15180 (dump_solution_for_var): Print no_tbaa_pruning flag.
15181 (set_uids_in_ptset): Add no_tbaa_pruning parameter. Change all
15182 callers.
15183 (compute_tbaa_pruning): New static function.
15184 (compute_points_to_sets): Remove CHANGE_DYNAMIC_TYPE_EXPR nodes.
15185 Call compute_tbaa_pruning.
15186 * tree-ssa-alias.c (may_alias_p): Test no_tbaa_flag for pointers.
15187 * gimplify.c (gimplify_expr): Handle CHANGE_DYNAMIC_TYPE_EXPR.
15188 * gimple-low.c (lower_stmt): Likewise.
15189 * tree-gimple.c (is_gimple_stmt): Likewise.
15190 * tree-ssa-operands.c (get_expr_operands): Likewise.
15191 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
15192 * tree-inline.c (estimate_num_insns_1): Likewise.
15193 (copy_result_decl_to_var): Likewise.
15194 * expr.c (expand_expr_real_1): Likewise.
15195 * tree-pretty-print.c (dump_generic_node): Likewise.
15196 * tree-inline.c (copy_decl_to_var): Copy DECL_NO_TBAA_P flag.
15197 * omp-low.c (omp_copy_decl_2): Likewise.
15198 * print-tree.c (print_node): Print DECL_NO_TBAA_P flag.
15199 * doc/c-tree.texi (Expression trees): Document
15200 CHANGE_DYNAMIC_TYPE_EXPR.
15201
15202 2007-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15203
15204 * fold-const.c (fold_binary): Guard (X-X) -> 0 transformation
15205 with !HONOR_NANS and !HONOR_INFINITIES.
15206 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
15207
15208 2007-06-12 Tristan Gingold <gingold@adacore.com>
15209
15210 * gcov.c: Comments updated.
15211 (source_info): Add file_time field.
15212 (source_index): New variable.
15213 (mutiple_files): New variable.
15214 (generate_results): New function extracted from process_file.
15215 (process_file): Save and restore chain of functions, generate
15216 results and free structures only if not merging results.
15217 (release_structures): File names are now freed in create_file_names
15218 (create_file_names): Free previous file names.
15219 (find_source): File date is now read here and modifications in
15220 source files is checked here.
15221 (read_graph_file): Only reverse order of functions for the current
15222 object file.
15223 (make_gcov_file_name): Do not generate long names if input_name is
15224 NULL.
15225 (output_lines): If merging results do not display graph, data and
15226 runs informations.
15227 Checking source file modification is done in find_source.
15228
15229 * doc/gcov.texi: Append an s to sourcefile.
15230
15231 2007-06-12 Bernd Schmidt <bernd.schmidt@analog.com>
15232
15233 * config/bfin/bfin.md (UNSPEC_NOP): New constant.
15234 (forced_nop): New pattern.
15235 * config/bfin/bfin.c: Include "df.h".
15236 (add_to_reg): Use df_regs_ever_live_p instead of regs_ever_live.
15237 (bfin_discover_loop): Use df_get_live_in instead of
15238 global_live_at_start.
15239 (bfin_reorder_loops): Pass 0 to cfg_layout_initialize. Call
15240 df_analyze when done.
15241 (gen_one_bundle): Don't generate SEQUENCE insns, just put modes on
15242 the insns. Use QImode for the final insn in a bundle. Call
15243 df_insn_rescan on generated NOPs; use gen_forced_nop instead of
15244 gen_nop.
15245 (reorder_var_tracking_notes): New function.
15246 (bfin_reorg): Pass no argument to split_all_insns. Don't call
15247 update_life_info. Call df_analyze after scheduling and bundle
15248 generation. Call reorder_var_tracking_notes if generating these
15249 notes. Call df_finish_pass at the end.
15250
15251 2007-06-12 Dirk Mueller <dmueller@suse.de>
15252
15253 * optabs.c (debug_optab_libfuncs): fix gcc_assert to
15254 a comparison, not an assignment.
15255
15256 2007-06-12 Olivier Hainque <hainque@adacore.com>
15257
15258 * tree-nested.c (convert_local_reference): Handle VIEW_CONVERT_EXPR.
15259 Request walking the subtrees only, leaving the current is_lhs/val_only
15260 untouched.
15261 (convert_non_local_reference): Likewise.
15262
15263 2007-06-12 Nathan Sidwell <nathan@codesourcery.com>
15264
15265 * config/m68k/m68k-devices.def (52221, 52223, 5253): New.
15266
15267 2007-06-12 Richard Guenther <rguenther@suse.de>
15268
15269 PR tree-optimization/15353
15270 PR tree-optimization/31657
15271 * passes.c (init_optimization_passes): Add pass_tree_ifcombine.
15272 * timevar.def: Add TV_TREE_IFCOMBINE.
15273 * tree-pass.h (pass_tree_ifcombine): Declare.
15274 * tree-ssa-ifcombine.c: New file.
15275 * tree-ssa-phiopt.c (blocks_in_phiopt_order): Export.
15276 * tree-flow.h (blocks_in_phiopt_order): Declare.
15277 * Makefile.in (OBJS-common): Add tree-ssa-ifcombine.o.
15278 (tree-ssa-ifcombine.o): New dependencies.
15279
15280 2007-06-12 Uros Bizjak <ubizjak@gmail.com>
15281
15282 PR rtl-optimization/32293
15283 * combine.c (simplify_if_then_else): Truncate return from
15284 nonzero_bits() to correct mode.
15285
15286 2007-06-12 Uros Bizjak <ubizjak@gmail.com>
15287
15288 * fold-const (fold_binary) [RDIV_EXPR]: Also optimize a/cbrt(b/c)
15289 into a*cbrt(c/b) if flag_unsafe_math_optimizations is set.
15290
15291 2007-06-11 Diego Novillo <dnovillo@google.com>
15292
15293 * Makefile.in (reload1.o-warn): Remove.
15294
15295 2007-06-11 Seongbae Park <seongbae.park@gmail.com>
15296
15297 * combine.c (subst): Use reg_overlap_mentioned_p
15298 instead of comparing register numbers directly.
15299
15300 2007-06-11 Kenneth Zadeck <zadeck@naturalbridge.com>
15301
15302 * reload1.c (mark_home_live_1): Use the mode parameter.
15303
15304 2007-06-11 Kenneth Zadeck <zadeck@naturalbridge.com>
15305
15306 * df-scan.c (df_insn_delete, df_insn_rescan, df_insn_rescan_all,
15307 df_process_deferred_rescans, df_notes_rescan): Fixed spelling of
15308 word "deferred".
15309 * df-core.c: Ditto.
15310
15311 2007-06-11 Daniel Berlin <dberlin@dberlin.org>
15312
15313 * Merge dataflow-branch into mainline (see ChangeLog.dataflow)
15314
15315 2007-06-11 Uros Bizjak <ubizjak@gmail.com>
15316
15317 * config/i386/i386.md ("*movtf_internal): Penalize moves to and
15318 from integer registers.
15319 (FP mode splitters): Handle TFmode.
15320
15321 2007-06-11 Eric Botcazou <ebotcazou@adacore.com>
15322
15323 * tree-ssa-structalias.c (find_what_p_points_to): Return false
15324 for ref-all pointers that point-to anything.
15325
15326 2007-06-11 Joseph Myers <joseph@codesourcery.com>
15327
15328 * config/arm/arm.c (arm_output_dwarf_dtprel,
15329 TARGET_ASM_OUTPUT_DWARF_DTPREL): New.
15330
15331 2007-06-11 Bernd Schmidt <bernd.schmidt@analog.com>
15332
15333 * config/bfin/bfin.md (movdi_insn, movsi_insn, movv2hi_insn,
15334 movhi_insn, movqi_insn, movsf_insn, movdf_insn): Don't allow constant
15335 to memory moves.
15336
15337 2007-06-11 Rafael Avila de Espindola <espindola@google.com>
15338
15339 * tree.c (signed_or_unsigned_type_for): New.
15340 (unsigned_type_for): Use signed_or_unsigned_type_for.
15341 (signed_type_for): Use signed_or_unsigned_type_for.
15342 * tree.h (signed_or_unsigned_type_for): New.
15343 (get_signed_or_unsigned_type): Remove.
15344 * fold-const.c (fold_negate_expr): Use signed_type_for instead of
15345 lang_hooks.types.signed_type
15346 (size_diffop): Likewise.
15347 (all_ones_mask_p): Likewise.
15348 (build_range_check): Likewise.
15349 (fold_cond_expr_with_comparison): Likewise.
15350 (fold_cond_expr_with_comparison): Likewise.
15351 (unextend): Likewise.
15352 (extract_muldiv_1): Likewise.
15353 (fold_single_bit_test_into_sign_test): Likewise.
15354 (fold_binary): Likewise.
15355 (fold_ternary): Likewise.
15356 (operand_equal_for_comparison_p): Use signed_or_unsigned_type_for
15357 instead of get_signed_or_unsigned_type.
15358 * c-objc-common.h (LANG_HOOKS_SIGNED_TYPE): Remove.
15359 (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
15360 * expr.c (signed_or_unsigned_type_for): Use
15361 signed_or_unsigned_type_for instead of get_signed_or_unsigned_type.
15362 * langhooks.c (get_signed_or_unsigned_type): Remove.
15363 (lhd_signed_or_unsigned_type): Remove.
15364 * langhooks.h (lang_hooks_for_types): Remove signed_type and
15365 signed_or_unsigned_type.
15366 (lhd_signed_or_unsigned_type): Remove.
15367 * expmed.c (make_tree): Use signed_type_for instead of
15368 lang_hooks.types.signed_type.
15369 * c-common.c (same_scalar_type_ignoring_signedness): Use
15370 c_common_signed_type instead of lang_hooks.types.signed_type.
15371 (c_common_unsigned_type): New.
15372 (c_common_signed_type): Just call c_common_signed_or_unsigned_type.
15373 (shorten_compare): Use c_common_unsigned_type instead of
15374 c_common_signed_or_unsigned_type.
15375 (c_common_nodes_and_builtins): Use c_common_unsigned_type instead of
15376 unsigned_type_for.
15377 * convert.c (convert_to_integer): Use signed_type_for instead of
15378 lang_hooks.types.signed_type.
15379 * langhooks-def.h (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
15380 (LANG_HOOK_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_SIGNED_TYPE and
15381 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE.
15382 * c-format.c (check_format_types): Use c_common_unsigned_type
15383 instead of unsigned_type_for.
15384 * c-decl.c (groakdeclarator): Likewise.
15385 * c-typeck.c (convert_for_assignment): Likewise.
15386 * c-common.h (c_common_unsigned_type): New.
15387
15388 2007-06-11 Uros Bizjak <ubizjak@gmail.com>
15389
15390 PR target/32280
15391 * config/i386/sse.md ("sse2_ashlti", "sse2_lshrti3"): Move ...
15392 * config/i386/i386.md ("sse2_ashlti", "sse2_lshrti3"): ... to here.
15393
15394 2007-06-11 Uros Bizjak <ubizjak@gmail.com>
15395
15396 PR middle-end/32279
15397 * fold-const (fold_binary) [RDIV_EXPR]: Optimize a/sqrt(b/c)
15398 into a*sqrt(c/b) if flag_unsafe_math_optimizations is set.
15399
15400 2007-06-10 Jan Sjodin <jan.sjodin@amd.com>
15401 Sebastian Pop <sebpop@gmail.com>
15402
15403 * lambda-code.c (remove_iv): New.
15404 (lambda_loopnest_to_gcc_loopnest): Use remove_iv.
15405
15406 2007-06-10 Zdenek Dvorak <dvorakz@suse.cz>
15407
15408 * tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.
15409 * tree-predcom.c (mark_virtual_ops_for_renaming): Exported.
15410 * tree-ssa-loop-prefetch.c: Include optabs.h.
15411 (FENCE_FOLLOWING_MOVNT): New macro.
15412 (struct mem_ref): Add independent_p and storent_p fields.
15413 (record_ref): Initalize the new fields.
15414 (gather_memory_references_ref): Return true if the reference
15415 could be analysed.
15416 (gather_memory_references): Check whether all memory accesses
15417 in loop were recorded.
15418 (should_issue_prefetch_p): Return false for nontemporal stores.
15419 (nontemporal_store_p, mark_nontemporal_store, emit_mfence_after_loop,
15420 may_use_storent_in_loop_p, mark_nontemporal_stores): New functions.
15421 (determine_loop_nest_reuse): Detect independent memory references.
15422 (loop_prefetch_arrays): Call mark_nontemporal_stores.
15423 * tree-flow.h (mark_virtual_ops_for_renaming): Declare.
15424 * Makefile.in (tree-ssa-loop-prefetch.o): Add OPTABS_H dependency.
15425 * config/i386/i386.h (x86_mfence): Declare.
15426 (FENCE_FOLLOWING_MOVNT): Return x86_mfence.
15427 * config/i386/i386.c (x86_mfence): New variable.
15428 (ix86_init_mmx_sse_builtins): Initialize x86_mfence.
15429
15430 * tree-pretty-print.c (dump_generic_node): Mark nontemporal stores.
15431 * optabs.c (init_optabs): Initialize storent_optab.
15432 * optabs.h (enum optab_index): Add OTI_storent.
15433 (storent_optab): Declare.
15434 * genopinit.c (optabs): Add initialization for storent_optab.
15435 * tree.h (MOVE_NONTEMPORAL): New macro.
15436 * expr.c (expand_assignment, store_expr, store_constructor_field,
15437 store_constructor, store_field, expand_expr_real_1): Propagate
15438 nontemporality of the expanded store.
15439 (emit_storent_insn): New function.
15440 * expr.h (expand_assignment, store_expr): Declaration changed.
15441 * function.c (assign_parm_setup_reg): Pass false as nontemporality
15442 to expand_assignment.
15443 * stmt.c (expand_asm_expr): Ditto.
15444 * calls.c (initialize_argument_information): Pass false as
15445 nontemporality to store_expr.
15446 * config/i386/sse.md (storentv4sf, storentv2df, storentv2di,
15447 storentsi): New.
15448
15449 2007-06-09 Daniel Berlin <dberlin@dberlin.org>
15450
15451 * tree-ssa-structalias.c (set_uids_in_ptset): Add is_deref'd
15452 parameter, use it.
15453 (find_what_p_points_to): Pass new parameter to set_uids_in_ptset.
15454
15455 2007-06-09 Daniel Berlin <dberlin@dberlin.org>
15456
15457 * tree-data-ref.c (dr_may_alias_p): Check that decl_a != decl_b,
15458 and allow DECL_P here.
15459
15460 2007-06-09 Zdenek Dvorak <dvorakz@suse.cz>
15461
15462 * tree-scalar-evolution.c (follow_ssa_edge_in_rhs,
15463 follow_ssa_edge_in_condition_phi, follow_ssa_edge): Keep more precise
15464 track of the size of the expression.
15465 * cfghooks.c (merge_blocks): Remove block from loops structure only
15466 after call of the merge_blocks hook.
15467
15468 2007-06-09 Tom Tromey <tromey@redhat.com>
15469
15470 * c-decl.c (grokdeclarator): Added 'deprecated_state' argument.
15471 (deprecated_state): Removed.
15472 (start_decl): Update.
15473 (enum deprecated_states): Moved earlier.
15474 (groktypename): Update.
15475 (push_parm_decl): Likewise.
15476 (grokfield): Likewise.
15477 (start_function): Likewise.
15478
15479 2007-06-09 Ian Lance Taylor <iant@google.com>
15480
15481 PR tree-optimization/32169
15482 * tree-vrp.c (extract_range_from_unary_expr): For NOP_EXPR and
15483 CONVERT_EXPR, check whether min and max both converted to an
15484 overflow infinity representation.
15485
15486 2007-06-08 Eric Botcazou <ebotcazou@adacore.com>
15487
15488 * reload1.c (fixup_abnormal_edges): Clear bb field for insns
15489 not inserted on the edge.
15490
15491 2007-06-08 Bob Wilson <bob.wilson@acm.org>
15492
15493 * config/xtensa/lib1funcs.asm (__udivsi3): Use hardware divide
15494 instructions if they are supported.
15495 (__divsi3, __umodsi3, __modsi3): Likewise.
15496 (__ashldi3, __ashrdi3, __lshrdi3): New.
15497 * config/xtensa/t-xtensa (LIB1ASMFUNCS): Add DImode shift functions.
15498
15499 2007-06-08 Harsha Jagasia <harsha.jagasia@amd.com>
15500 Tony Linthicum <tony.linthicum@amd.com>
15501
15502 * doc/invoke.texi: Add fvect-cost-model flag.
15503 * common.opt (fvect-cost-model): New flag.
15504 * tree-vectorizer.c (new_stmt_vec_info): Initialize inside and outside
15505 cost fields in stmt_vec_info struct for STMT.
15506 * tree-vectorizer.h (stmt_vec_info): Define inside and outside cost
15507 fields in stmt_vec_info struct and access functions for the same.
15508 (TARG_COND_BRANCH_COST): Define cost of conditional branch.
15509 (TARG_VEC_STMT_COST): Define cost of any vector operation, excluding
15510 load, store and vector to scalar operation.
15511 (TARG_VEC_TO_SCALAR_COST): Define cost of vector to scalar operation.
15512 (TARG_VEC_LOAD_COST): Define cost of aligned vector load.
15513 (TARG_VEC_UNALIGNED_LOAD_COST): Define cost of misasligned vector load.
15514 (TARG_VEC_STORE_COST): Define cost of vector store.
15515 (vect_estimate_min_profitable_iters): Define new function.
15516 * tree-vect-analyze.c (vect_analyze_operations): Add a compile-time
15517 check to evaluate if loop iterations are less than minimum profitable
15518 iterations determined by cost model or minimum vect loop bound defined
15519 by user, whichever is more conservative.
15520 * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Add a
15521 run-time check to evaluate if loop iterations are less than minimum
15522 profitable iterations determined by cost model or minimum vect loop
15523 bound defined by user, whichever is more conservative.
15524 (vect_estimate_min_profitable_iterations): New function to estimate
15525 mimimimum iterartions required for vector version of loop to be
15526 profitable over scalar version.
15527 (vect_model_reduction_cost): New function.
15528 (vect_model_induction_cost): New function.
15529 (vect_model_simple_cost): New function.
15530 (vect_cost_strided_group_size): New function.
15531 (vect_model_store_cost): New function.
15532 (vect_model_load_cost): New function.
15533 (vectorizable_reduction): Call vect_model_reduction_cost during
15534 analysis phase.
15535 (vectorizable_induction): Call vect_model_induction_cost during
15536 analysis phase.
15537 (vectorizable_load): Call vect_model_load_cost during analysis phase.
15538 (vectorizable_store): Call vect_model_store_cost during analysis phase.
15539 (vectorizable_call, vectorizable_assignment, vectorizable_operation,
15540 vectorizable_promotion, vectorizable_demotion): Call
15541 vect_model_simple_cost during analysis phase.
15542
15543 2007-06-08 Simon Baldwin <simonb@google.com>
15544
15545 * reg-stack.c (get_true_reg): Readability change. Moved default case
15546 label into direct switch statement scope.
15547
15548 2007-06-08 Simon Baldwin <simonb@google.com>
15549
15550 * tree-flow-inline.h (var_ann): Replaced erroneous '=' assignment
15551 in gcc_assert() with '==' comparison.
15552
15553 2007-06-08 Uros Bizjak <ubizjak@gmail.com>
15554
15555 * config/i386/i386.c (override_options): Merge TARGET_SSE4_2 and
15556 TARGET_ABM handling of x86_popcnt variable.
15557
15558 2007-06-08 Uros Bizjak <ubizjak@gmail.com>
15559
15560 * doc/extend.texi (X86 Built-in Functions): Document __builtin_fabsq,
15561 __builtin_copysignq and __builtin_infq built-in functions.
15562
15563 2007-06-08 Uros Bizjak <ubizjak@gmail.com>
15564
15565 * doc/extend.texi (X86 Built-in Functions): Add missing `@item's in
15566 SSE4.2 section. Correct built-in function names in SSE4A section.
15567
15568 2007-06-08 Uros Bizjak <ubizjak@gmail.com>
15569
15570 PR tree-optimization/32243
15571 * tree-vect-transform.c (vectorizable_type_promotion): Move check
15572 for ncopies after ratio check between nunits_out and nunits_in.
15573 (vectorizable_type_demotion): Remove single-use variable "scalar_type".
15574
15575 2007-06-08 Dorit Nuzman <dorit@il.ibm.com>
15576
15577 PR tree-optimization/32224
15578 * tree-vect-analyze.c (vect_determine_vectorization_factor): Fail
15579 vectorization upon a non GIMPLE_MODIFY_STMT.
15580
15581 2007-06-08 Christian Bruel <christian.bruel@st.com>
15582
15583 PR target/29953
15584 * config/sh/sh.md (doloop_end): New pattern and splitter.
15585 * loop-iv.c (simple_rhs_p): Check for hardware registers.
15586
15587 2007-06-08 Zdenek Dvorak <dvorakz@suse.cz>
15588
15589 PR middle-end/32209
15590 * dominance.c (debug_dominance_tree, debug_dominance_tree_1): New
15591 functions.
15592 (verify_dominators): Do not change dominance tree.
15593
15594 2007-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
15595
15596 * config/sh/constraints.md: New file.
15597 * config/sh/sh.c: Include tm-constrs.h.
15598 (reg_class_from_letter): Remove.
15599 (prepare_cbranch_operands): Use satisfies_constraint_*
15600 function instead of macro.
15601 (andcosts, broken_move, sh_secondary_reload): Likewise.
15602 * config/sh/predicates.md (trapping_target_operand): Likewise.
15603 (and_operand, arith_operand, arith_reg_or_0_operand,
15604 cmp_operand, logical_operand, target_operand,
15605 ua_address_operand, ua_offset, xor_operand): Likewise.
15606 * config/sh/sh.md: Include constraints.md.
15607 (*movsicc_t_false): Use satisfies_constraint_* function
15608 instead of macro.
15609 (*movsicc_t_true, ashlsi3_std, ashlhi3_k, lshrsi3_m,
15610 lshrsi3_k, movsi_const_16bit+2, *movhi_media+1,
15611 movdi_const_16bit+1, beq, bne, *ptb): Likewise.
15612 * config/sh/sh.h (reg_class_from_letter): Remove prototype.
15613 (OVERRIDE_OPTIONS): Don't modify reg_class_from_letter.
15614 (REG_CLASS_FROM_CONSTRAINT): Remove.
15615 (CONSTRAINT_LEN, CONST_OK_FOR_I20, CONST_OK_FOR_I,
15616 CONST_OK_FOR_J, CONST_OK_FOR_K16, CONST_OK_FOR_K,
15617 CONST_OK_FOR_P27, CONST_OK_FOR_P, CONST_OK_FOR_M,
15618 CONST_OK_FOR_N, CONST_OK_FOR_CONSTRAINT_P,
15619 CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
15620 (SECONDARY_INOUT_RELOAD_CLASS): Use satisfies_constraint_*
15621 function instead of macro.
15622 (SECONDARY_INPUT_RELOAD_CLASS): Likewise.
15623 (EXTRA_CONSTRAINT_Q, EXTRA_CONSTRAINT_A,
15624 EXTRA_CONSTRAINT_Bsc, EXTRA_CONSTRAINT_B,
15625 EXTRA_CONSTRAINT_Css, EXTRA_CONSTRAINT_Csu): Remove.
15626 (IS_PC_RELATIVE_LOAD_ADDR_P): New macro.
15627 (IS_LITERAL_OR_SYMBOLIC_S16_P): Likewise.
15628 (IS_LITERAL_OR_SYMBOLIC_U16_P): Likewise.
15629 (IS_NON_EXPLICIT_CONSTANT_P): Likewise.
15630 (EXTRA_CONSTRAINT_Csy, EXTRA_CONSTRAINT_Z, EXTRA_CONSTRAINT_W,
15631 EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C,
15632 EXTRA_MEMORY_CONSTRAINT, EXTRA_CONSTRAINT_Sr0,
15633 EXTRA_CONSTRAINT_Sua, EXTRA_CONSTRAINT_S,
15634 EXTRA_CONSTRAINT_STR): Likewise.
15635 (GO_IF_LEGITIMATE_INDEX): Fix indentation.
15636
15637 2007-06-07 Geoffrey Keating <geoffk@apple.com>
15638
15639 * config/i386/darwin.h (STACK_BOUNDARY): Define.
15640
15641 2007-06-07 Simon Martin <simartin@users.sourceforge.net>
15642
15643 PR c++/30759
15644 * c-common.h (flag_cpp0x): Replaced by...
15645 (cxx_dialect): ... this new variable specifying the C++ dialect that
15646 is used.
15647 * c-common.c (flag_cpp0x): Removed.
15648 (cxx_dialect): Defined.
15649 * c-cppbuiltin.c (c_cpp_builtins): flag_cpp0x rewritten in terms of
15650 cxx_dialect.
15651 * c-opts.c (c_common_post_options): Likewise.
15652 (set_std_cxx98): Set cxx_dialect to cxx98.
15653 (set_std_cxx0x): Set cxx_dialect to cxx0x.
15654
15655 2007-06-07 Geoffrey Keating <geoffk@apple.com>
15656 Hui-May Chang <hm.chang@apple.com>
15657
15658 * doc/invoke.texi (Darwin Options): Update documentation for
15659 -mmacosx-version-min.
15660 * config.gcc (*-*-darwin*): Set extra_gcc_objs.
15661 * config/darwin-driver.c: New file.
15662 * config/darwin.h (GCC_DRIVER_HOST_INITIALIZATION): New.
15663 * config/t-darwin (darwin-driver.o): New rule.
15664
15665 * config/darwin-c.c (version_as_macro): Ignore low digit.
15666
15667 2007-06-07 Uros Bizjak <ubizjak@gmail.com>
15668
15669 * config/i386/i386.md (standard sse constant splitter): Handle TFmode.
15670 (negtf2, abstf2, *absnegtf2_sse): New insn patterns.
15671 (CSGNMODE): New mode macro.
15672 (CSGNVMODE): New mode attribute.
15673 (copysign<mode>3): Rename from copysingsf3 and copysigndf3. Macroize
15674 expander using CSGNMODE mode macro. Handle TFmode.
15675 (copysign<mode>3_const): Rename from copysignsf3_const and
15676 copysigndf3_const. Macroize pattern using CSGNMODE mode macro.
15677 Handle TFmode.
15678 (copysign<mode>3_var): Rename from copysignsf3_var and
15679 copysigndf3_var. Macroize pattern using CSGNMODE mode macro.
15680 Handle TFmode.
15681 (copysign<mode>3_var splitter): Macroize pattern using CSGNMODE
15682 mode macro. Handle TFmode.
15683 * config/i386/sse.md (andtf3, *andtf3, *nandtf3): New insn patterns.
15684 (iortf3, *iortf3): Ditto.
15685 (xortf3, *xortf3): Ditto.
15686 * config/i386/i386.c (ix86_build_signbit_mask): Create scalar
15687 TFmode and TImode masks.
15688 (ix86_expand_copysign): Expand TFmode copysign insn.
15689 (IX86_BUILTIN_INFQ): New.
15690 (IX86_BUILTIN_FABSQ): Ditto.
15691 (IX86_BUILTIN_COPYSIGNQ): Ditto.
15692 (ix86_init_mmx_sse_builtins) [__builtin_infq]: New builtin definition.
15693 [__builtin_fabsq]: Ditto.
15694 [__builtin_copysignq]: Ditto.
15695 (ix86_expand_builtin) [IX86_BUILTIN_INFQ]: Expand builtin.
15696 [IX86_BUILTIN_FABSQ]: Expand builtin using ix86_expand_unop_builtin().
15697 [IX86_BUILTIN_COPYSIGNQ]: Expand builtin using
15698 ix86_expand_binop_builtin().
15699
15700 2007-06-07 Bob Wilson <bob.wilson@acm.org>
15701
15702 * config/xtensa/lib1funcs.asm: Clean up whitespace.
15703
15704 2007-06-07 Steve Ellcey <sje@cup.hp.com>
15705
15706 PR target/31850
15707 * rtl.h (push_to_sequence2): New.
15708 * emit-rtl.c (push_to_sequence2): New.
15709 * function.c (assign_parm_data_all): Add new fields.
15710 (assign_parm_setup_block): Call push_to_sequence2 instead of
15711 push_to_sequence.
15712 (assign_parm_setup_reg): Ditto.
15713 (assign_parm_setup_stack): Ditto.
15714 (assign_parms_unsplit_complex): Ditto.
15715 (assign_parms): Change field name.
15716
15717 2007-06-07 Zdenek Dvorak <dvorakz@suse.cz>
15718
15719 PR tree-optimization/32220
15720 * tree-predcom.c (eliminate_temp_copies): Handle the case that loop
15721 phi node is reached before defining statement.
15722
15723 2007-06-06 Andrew Pinski <andrew_pinski@playstation.sony.com>
15724
15725 PR tree-opt/32231
15726 * tree-vect-transform.c (vectorizable_call): Call update_stmt
15727 after changing the right hand side of the assignment.
15728
15729 2007-06-06 Eric Christopher <echristo@apple.com>
15730
15731 * config.gcc (i?86-*-darwin*): Remove arch parameter.
15732 (x86_64-*-darwin*): Ditto.
15733 * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Define.
15734 (TARGET_SUBTARGET64_ISA_DEFAULT): Ditto.
15735
15736 2007-06-06 Thomas Neumann <tneumann@users.sourceforge.net>
15737
15738 * tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the
15739 coding conventions.
15740 (add_key): Likewise.
15741 * tree-ssa.c (init_tree_ssa): Use type safe memory macros.
15742 * tree-ssa-ccp.c (ccp_fold_builtin): Avoid using C++ keywords as
15743 variable names.
15744 * tree-ssa-coalesce.c (find_coalesce_pair): Use type safe memory
15745 macros.
15746 (add_cost_one_coalesce): Likewise.
15747 * tree-ssa-copy.c (merge_alias_info): Avoid using C++ keywords as
15748 variable names. Rename orig to orig_name for consistency.
15749 * tree-ssa-dom.c (dom_thread_across_edge): Cast according to the
15750 coding conventions.
15751 (cprop_into_successor_phis): Avoid using C++ keywords as variable
15752 names.
15753 (record_equivalences_from_stmt): Likewise.
15754 * tree-ssa-dse.c (dse_initialize_block_local_data): Cast according to
15755 the coding conventions.
15756 (memory_ssa_name_same): Likewise.
15757 (dse_optimize_stmt): Likewise.
15758 (dse_record_phis): Likewise.
15759 (dse_finalize_block): Likewise.
15760 * tree-ssa-loop-im.c (outermost_invariant_loop_expr): Avoid using C++
15761 keywords as variable names.
15762 (may_move_till): Cast according to the coding conventions.
15763 (force_move_till_expr): Avoid using C++ keywords as variable names.
15764 (force_move_till): Cast according to the coding conventions.
15765 (memref_hash): Likewise.
15766 (memref_eq): Likewise.
15767 (gather_mem_refs_stmt): Likewise.
15768 * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Avoid
15769 using C++ keywords as variable names.
15770 (idx_find_step): Cast according to the coding conventions.
15771 (idx_record_use): Likewise.
15772 (find_depends): Likewise.
15773 (prepare_decl_rtl): Likewise.
15774 (mbc_entry_hash): Likewise.
15775 (mbc_entry_eq): Likewise.
15776 * tree-ssa-loop-niter.c (SWAP): Use the correct the type for tmp.
15777 (simplify_replace_tree): Avoid using C++ keywords as variable names.
15778 (idx_infer_loop_bounds): Cast according to the coding conventions.
15779 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
15780 * tree-ssa-math-opts.c (occ_new ): Likwise.
15781 * tree-ssanames.c (duplicate_ssa_name_ptr_info): Use type safe memory
15782 macros.
15783 * tree-ssa-operands.c (add_def_op): Avoid using C++ keywords as
15784 variable names.
15785 (add_use_op): Likewise.
15786 (add_vop): Likewise.
15787 (add_vuse_op): Likewise.
15788 (add_vdef_op): Likewise.
15789 (get_expr_operands): Likewise.
15790 (push_stmt_changes): Use type safe memory macros.
15791 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Avoid using C++
15792 keywords as variable names.
15793 (conditional_replacement): Likewise.
15794 (minmax_replacement): Likewise.
15795 (abs_replacement): Likewise.
15796 * tree-ssa-pre.c (create_expression_by_pieces): Cast according to the
15797 coding conventions.
15798 (insert_fake_stores): Avoid using C++ keywords as variable names.
15799 * tree-ssa-reassoc.c (add_to_ops_vec): Cast according to the coding
15800 conventions.
15801 * tree-ssa-structalias.c (heapvar_lookup): Likewise.
15802 (heapvar_insert): Use type safe memory macros.
15803 (new_var_info): Cast according to the coding conventions.
15804 (new_constraint): Likewise.
15805 (remove_preds_and_fake_succs): Use type safe memory macros.
15806 * tree-ssa-threadupdate.c (thread_block): Cast according to the coding
15807 conventions.
15808 (thread_single_edge): Likewise.
15809 (thread_through_loop_header): Likewise.
15810
15811 2007-06-06 Eric Christopher <echristo@apple.com>
15812
15813 * config/i386/i386.c (override_options): Move handling
15814 of TARGET_SUBTARGET* earlier.
15815
15816 2007-06-06 Paolo Bonzini <bonzini@gnu.org>
15817
15818 * genmodes.c (tagged_printf, emit_insn_modes_h): Don't
15819 use %n on printf.
15820
15821 2007-06-06 Zdenek Dvorak <dvorakz@suse.cz>
15822
15823 * haifa-sched.c (restore_bb_notes): Clear bb field of the notes
15824 emited outside of basic block.
15825 * cfgbuild.c (find_bb_boundaries): Clear bb field for insns between
15826 the created blocks.
15827 * rtl.h (delete_insn_chain): Declaration changed.
15828 * cfgrtl.c (delete_insn_chain): Add option to clear bb field for
15829 non-removed insns.
15830 (rtl_delete_block, rtl_merge_blocks): Pass true to delete_insn_chain.
15831 (delete_insn_chain_and_edges, try_redirect_by_replacing_jump,
15832 rtl_tidy_fallthru_edge, cfg_layout_merge_blocks): Pass false
15833 to delete_insn_chain.
15834 (rtl_verify_flow_info_1): Verify that the insns in header and footer
15835 do not have bb field set.
15836 (rtl_verify_flow_info): Verify that insns between basic blocks do not
15837 have bb field set.
15838 * recog.c (peephole2_optimize): Add argument to delete_insn_chain call.
15839 * cfgcleanup.c (try_optimize_cfg): Ditto.
15840
15841 2007-06-06 Thomas Neumann <tneumann@users.sourceforge.net>
15842
15843 * lambda-code.c (struct lambda_lattice_s): Add a name to the struct.
15844 (lambda_body_vector_new): Use type safe memory macros.
15845 (lambda_linear_expression_new): Likewise.
15846 (lambda_loopnest_new): Likewise.
15847 (lambda_lattice_new): Likewise.
15848 (replace_uses_equiv_to_x_with_y): Cast according to the coding
15849 conventions. Use type safe memory macros.
15850 * lambda.h (struct lambda_trans_matrix_s): Add a name to the struct.
15851 (lambda_body_vector_s): Likewise.
15852 * lambda-mat.c (lambda_matrix_new): Use type safe memory macros.
15853 * lambda-trans.c (lambda_trans_matrix_new): Likewise.
15854
15855 2007-06-06 Richard Guenther <rguenther@suse.de>
15856
15857 * tree-ssa-forwprop.c (forward_propagate_into_cond): Return 2
15858 if we need to schedule cfg_cleanup.
15859 (tree_ssa_forward_propagate_single_use_vars): Do so.
15860
15861 2007-06-06 Ian Lance Taylor <iant@google.com>
15862
15863 * fold-const.c (merge_ranges): If range_successor or
15864 range_predecessor fail, just return 0.
15865
15866 2007-06-06 Uros Bizjak <ubizjak@gmail.com>
15867
15868 PR tree-optimization/32216
15869 * tree-vectorizer.c (supportable_widening_operation): Determine
15870 signedness of FIX_TRUNC_EXPR from output operand.
15871 (supportable_narrowing_operation): Ditto.
15872 * tree-vect-generic.c (expand_vector_operations_1): Determine
15873 signedness of VEC_UNPACK_FLOAT_HI_EXPR and VEC_UNPACK_FLOAT_LO_EXPR
15874 from input operand.
15875
15876 2007-06-06 Thomas Neumann <tneumann@users.sourceforge.net>
15877
15878 * config/i386/i386.c (enum pta_flags): Move out of struct scope...
15879 (struct pta): ...from here. Change flags to unsigned to avoid
15880 excessive casting (as it is used as a bit mask).
15881 (override_options): Add casts according to the coding convenventions.
15882 (x86_64_elf_unique_section): Likewise.
15883 (examine_argument): Avoid using C++ keywords as variable names.
15884 (construct_container): Likewise.
15885 (legitimize_pic_address): Likewise.
15886 (get_dllimport_decl): Cast according to the coding conventions. Use
15887 type safe memory macros.
15888 (legitimize_address): Cast according to the coding conventions.
15889 (emit_i387_cw_initialization): Corrected the type of slot to enum
15890 ix86_stack_slot.
15891 (ix86_init_machine_status): Use type safe memory macros.
15892 (bdesc_pcmpestr): Use UNKNOWN instead of integer 0.
15893 (bdesc_pcmpistr): Likewise.
15894 (bdesc_crc32): Likewise.
15895 (bdesc_sse_3arg): Likewise.
15896 (bdesc_2arg): Likewise.
15897 (bdesc_1arg): Likewise.
15898 (ix86_expand_sse_pcmpestr): Cast according to the coding conventions.
15899 (ix86_expand_sse_pcmpistr): Likewise.
15900 (ix86_expand_vec_set_builtin): Use EXPAND_NORMAL instead of integer 0.
15901 (ix86_builtin_vectorized_function): Change the type of fn to unsigned
15902 int to match the langhook definition.
15903 (ix86_builtin_conversion): Change the type of code to unsigned init to
15904 match the langhook definition.
15905 (ix86_preferred_reload_class): Avoid using C++ keywords as variable
15906 names.
15907 (ix86_preferred_output_reload_class): Likewise.
15908 (ix86_cannot_change_mode_class): Likewise.
15909 (ix86_memory_move_cost): Likewise.
15910 (ix86_rtx_costs): Cast the outer_code parameter to enum rtx_code to
15911 avoid excessive casting later on.
15912 (x86_output_mi_thunk): Avoid using C++ keywords as variable names.
15913
15914 2007-06-06 Uros Bizjak <ubizjak@gmail.com>
15915
15916 * config/i386/sse.md (sse4_2_pcmpestr_cconly): Prefer pcmpestrm
15917 as flags setting insn.
15918 (sse4_2_pcmpistr_cconly): Prefer pcmpistrm as flags setting insn.
15919
15920 2007-06-06 Uros Bizjak <ubizjak@gmail.com>
15921
15922 * config/i386/i386.md (UNSPEC_ROUNDP, UNSPEC_ROUNDS): Remove.
15923 (UNSPEC_ROUND): New.
15924 ("sse4_1_round<mode>2"): New insn pattern.
15925 ("rint<mode>2"): Expand using "sse4_1_round<mode>2" pattern for
15926 SSE4.1 targets.
15927 ("floor<mode>2"): Rename from floordf2 and floorsf2. Macroize
15928 expander using SSEMODEF mode macro. Expand using
15929 "sse4_1_round<mode>2" pattern for SSE4.1 targets.
15930 ("ceil<mode>2"): Rename from ceildf2 and ceilsf2. Macroize
15931 expander using SSEMODEF mode macro. Expand using
15932 "sse4_1_round<mode>2" pattern for SSE4.1 targets.
15933 ("btrunc<mode>2"): Rename from btruncdf2 and btruncsf2. Macroize
15934 expander using SSEMODEF mode macro. Expand using
15935 "sse4_1_round<mode>2" pattern for SSE4.1 targets.
15936 * config/i386/sse.md ("sse4_1_roundpd", "sse4_1_roundps"): Use
15937 UNSPEC_ROUND instead of UNSPEC_ROUNDP.
15938 ("sse4_1_roundsd", "sse4_1_roundss"): Use UNSPEC_ROUND instead of
15939 UNSPEC_ROUNDS.
15940
15941 2007-06-06 Jan Sjodin <jan.sjodin@amd.com>
15942 Sebastian Pop <sebpop@gmail.com>
15943
15944 * lambda.h (build_linear_expr): New.
15945 * lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression):
15946 Use build_linear_expr, call fold and force_gimple_operand.
15947 (lambda_loopnest_to_gcc_loopnest): Check that there is
15948 something to insert.
15949 * testsuite/gcc.dg/tree-ssa/ltrans-6.c: New.
15950
15951 2007-06-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
15952
15953 PR preprocessor/23479
15954 * doc/extend.texi: Document the 0b-prefixed binary integer
15955 constant extension.
15956
15957 2007-06-05 Uros Bizjak <ubizjak@gmail.com>
15958
15959 PR tree-optimization/32215
15960 * tree-vectorizer.c (supportable_widening_operation): Return false
15961 for unsupported FIX_TRUNC_EXPR tree code.
15962 (supportable_narrowing_operation): Ditto for FLOAT_EXPR tree code.
15963
15964 2007-06-06 Nathan Froyd <froydnj@codesourcery.com>
15965
15966 * config/rs6000/rs6000.h (FIXED_SCRATCH): Use r0 as a scratch
15967 register on SPE targets. Change documentation to reflect
15968 reality.
15969 * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
15970 Change FIXED_SCRATCH to 14 and document why we're keeping r14
15971 out of the register allocation pool.
15972 (rs6000_reg_live_or_pic_offset_p): New function.
15973 (rs6000_emit_prologue): Move the actual saving of LR up to free
15974 r0 for holding r11. Split saving of SPE 64-bit registers into
15975 its own case. Ensure that offsets will always be in-range for
15976 'evstdd' by using r11 as a scratch register to point at the start
15977 of the SPE save area. Save r11 if necessary, as it is the static
15978 chain register.
15979 (rs6000_emit_epilogue): Split restoring of SPE 64-bit registers
15980 into its own case. Ensure that offsets will always be in-range
15981 for 'evldd' by using r11 as a scratch register to point at the
15982 start of the SPE save area. Also adjust r11 when restoring
15983 the stack pointer to compensate for pre-loading r11.
15984
15985 2007-06-05 Thomas Neumann <tneumann@users.sourceforge.net>
15986
15987 * cfg.c (init_flow): Use type safe memory macros.
15988 (alloc_block): Likewise.
15989 (unchecked_make_edge): Likewise.
15990 (dump_flow_info): Avoid using C++ keywords as variable names.
15991 (copy_original_table_clear): Cast according to the coding conventions.
15992 (copy_original_table_set): Likewise.
15993 * cfgexpand (label_rtx_for_bb): Likewise.
15994 (expand_gimple_basic_block): Likewise.
15995 * cfghooks.c (dump_bb): Likewise.
15996 (lv_adjust_loop_header_phi): Avoid using C++ keywords as
15997 variable names.
15998 (lv_add_condition_to_bb): Likewise.
15999 * cfglayout (relink_block_chain): Cast according to the coding
16000 conventions.
16001 (fixup_reorder_chain): Likewise.
16002 (fixup_fallthru_exit_predecessor): Likewise.
16003 * cfgloop.c (glb_enum_p): Likewise.
16004 (get_exit_description): Likewise.
16005 (dump_recorded_exit): Likewise.
16006 * cfgloop.h (enum loop_estimation): Move out of struct scope...
16007 (struct loop): ... from here.
16008 * cfgloopmanip.c (rpe_enum_p): Cast according to the coding
16009 conventions.
16010 * cfgrtl.c (rtl_create_basic_block): Likewise.
16011 (rtl_split_block): Likewise.
16012 (rtl_dump_bb): Likewise.
16013 (cfg_layout_split_block): Likewise.
16014 (init_rtl_bb_info): Use typesafe memory macros.
16015
16016 * graphds.h (struct graph_edge): Renamed edge to graph_edge.
16017 * graphds.h: Updated all usages of edge to graph_edge.
16018 * graphds.c: Likewise.
16019 * cfgloopanal.c: Likewise.
16020
16021 2007-06-05 Ian Lance Taylor <iant@google.com>
16022
16023 * tree-vrp.c (compare_values_warnv): Check TREE_NO_WARNING on a
16024 PLUS_EXPR or MINUS_EXPR node before setting *strict_overflow_p.
16025 (extract_range_from_assert): Set TREE_NO_WARNING when creating an
16026 expression.
16027 (test_for_singularity): Likewise.
16028
16029 2007-06-05 H.J. Lu <hongjiu.lu@intel.com>
16030
16031 * config/i386/constraints.md ("Y2"): Replaced by ...
16032 ("Yt"): This.
16033 * config/i386/i386.md: Likewise.
16034 * config/i386/mmx.md: Likewise.
16035 * config/i386/sse.md: Likewise.
16036
16037 2007-06-05 H.J. Lu <hongjiu.lu@intel.com>
16038
16039 * config/i386/constraints.md ("z"): Replaced by ...
16040 ("Y0"): This.
16041 * config/i386/sse.md (sse4_1_blendvpd): Likewise.
16042 (sse4_1_blendvps): Likewise.
16043 (sse4_1_pblendvb): Likewise.
16044 (sse4_2_pcmpestr): Likewise.
16045 (sse4_2_pcmpestrm): Likewise.
16046 (sse4_2_pcmpestr_cconly): Likewise.
16047 (sse4_2_pcmpistr): Likewise.
16048 (sse4_2_pcmpistrm): Likewise.
16049 (sse4_2_pcmpistr_cconly): Likewise.
16050
16051 2007-06-05 Razya Ladelsky <razya@il.ibm.com>
16052
16053 * matrix-reorg.c (transform_access_sites): Fix computation.
16054 (transform_allocation_sites): Same.
16055
16056 2007-06-05 Uros Bizjak <ubizjak@gmail.com>
16057
16058 * config/i386/i386.c (override_options): Use
16059 TARGET_SUBTARGET32_ISA_DEFAULT to select default ix86_isa_flags.
16060
16061 2007-06-05 Uros Bizjak <ubizjak@gmail.com>
16062
16063 * config/i386/predicates.md (reg_not_xmm0_operand): New predicate.
16064 (nonimm_not_xmm0_operand): Ditto.
16065 * config/i386/sse.md ("sse4_1_blendvpd"): Use "reg_not_xmm0_operand"
16066 as operand[0] and operand[1] predicate. Use "nonimm_not_xmm0_operand"
16067 as operand[2] predicate. Require "z" class XMM register for
16068 operand[3]. Adjust asm template.
16069 ("sse4_1_blendvpd"): Ditto.
16070 ("sse4_1_pblendvb"): Ditto.
16071 * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Do not
16072 force op2 into xmm0 register for variable blend instructions.
16073
16074 2007-06-04 Tom Tromey <tromey@redhat.com>
16075
16076 * c-tree.h (start_enum): Update.
16077 (build_enumerator): Likewise.
16078 * c-decl.c (enum_next_value): Removed.
16079 (enum_overflow): Likewise.
16080 (start_enum): Add c_enum_contents argument. Don't use globals.
16081 (build_enumerator): Likewise.
16082 * c-tree.h (struct c_enum_contents): New struct.
16083
16084 2007-06-04 Tom Tromey <tromey@redhat.com>
16085
16086 * c-common.c (c_common_get_alias_set): Fix indentation.
16087
16088 2007-06-04 Ian Lance Taylor <iant@google.com>
16089
16090 * tree-vrp.c (adjust_range_with_scev): When loop is not expected
16091 to overflow, reduce overflow infinity to regular infinity.
16092 (vrp_var_may_overflow): New static function.
16093 (vrp_visit_phi_node): Check vrp_var_may_overflow.
16094
16095 2007-06-04 Kazu Hirata <kazu@codesourcery.com>
16096
16097 * stor-layout.c (layout_type): Remove duplicate code.
16098
16099 2007-06-04 Uros Bizjak <ubizjak@gmail.com>
16100
16101 PR c/32191
16102 * c-common.c (c_define_builtins): Call targetm.init_builtins ()
16103 before build_common_builtin_nodes ().
16104
16105 2007-06-04 Steve Ellcey <sje@cup.hp.com>
16106
16107 PR target/31733
16108 * cfgrtl.c (rtl_verify_flow_info): Skip notes when looking for barrier.
16109
16110 2007-06-04 Jan Hubicka <jh@suse.cz>
16111
16112 * tree-predcom.c (replace_ref_with, initialize_root_vars_lm,
16113 reassociate_to_the_same_stmt): Call build_gimple_modify_stmt
16114 instead of _stat version.
16115
16116 2007-06-03 Zdenek Dvorak <dvorakz@suse.cz>
16117
16118 PR tree-optimization/32194
16119 * tree-predcom.c (determine_offset): Check that both references have
16120 the same type.
16121
16122 2007-06-03 Zdenek Dvorak <dvorakz@suse.cz>
16123
16124 * cfgloopmanip.c (remove_path, loopify, duplicate_loop_to_header_edge):
16125 Change dom_bbs to vector. Add argument to iterate_fix_dominators call.
16126 * loop-unroll.c (unroll_loop_runtime_iterations): Ditto.
16127 * tree-cfg.c (tree_duplicate_sese_region): Change doms to vector.
16128 Add argument to iterate_fix_dominators call.
16129 (remove_edge_and_dominated_blocks): Pass vector to bbs_to_fix_dom.
16130 * gcse.c (hoist_code): Change domby to vector.
16131 * cfghooks.c (make_forwarder_block): Change doms_to_fix to vector.
16132 Add argument to iterate_fix_dominators call.
16133 * loop-doloop.c (doloop_modify): Changed recount_dominator to
16134 recompute_dominator.
16135 * lambda-code.c (perfect_nestify): Ditto.
16136 * cfgloopanal.c: Include graphds.h.
16137 (struct edge, struct vertex, struct graph, dump_graph, new_graph,
16138 add_edge, dfs, for_each_edge, free_graph): Moved to graphds.c.
16139 (mark_irreducible_loops): Use graphds_scc. Remove argument from
16140 add_edge call.
16141 * graphds.c: New file.
16142 * graphds.h: New file.
16143 * dominance.c: Include vecprim.h, pointer-set.h and graphds.h.
16144 (get_dominated_by, get_dominated_by_region): Change return type to
16145 vector.
16146 (verify_dominators): Recompute all dominators and compare the results.
16147 (recount_dominator): Renamed to ...
16148 (recompute_dominator): ... this. Do not check that the block is
16149 dominated by entry.
16150 (iterate_fix_dominators): Reimplemented.
16151 (prune_bbs_to_update_dominators, root_of_dom_tree,
16152 determine_dominators_for_sons): New functions.
16153 * et-forest.c (et_root): New function.
16154 * et-forest.h (et_root): Declare.
16155 * Makefile.in (graphds.o): Add.
16156 (cfgloopanal.o): Add graphds.h dependency.
16157 (dominance.o): Add graphds.h, vecprim.h and pointer-set.h dependency.
16158 * basic-block.h (get_dominated_by, get_dominated_by_region,
16159 iterate_fix_dominators): Declaration changed.
16160 (recount_dominator): Renamed to ...
16161 (recompute_dominator): ... this.
16162 * tree-ssa-threadupdate.c (thread_block): Free dominance info.
16163 (thread_through_all_blocks): Do not free dominance info.
16164
16165 2007-06-03 Andreas Schwab <schwab@suse.de>
16166
16167 * config/m68k/m68k.c (override_options): Don't override
16168 REAL_MODE_FORMAT.
16169 * config/m68k/m68k-modes.def (SF, DF): Define to use
16170 motorola_single_format and motorola_double_format, resp.
16171 * real.c (motorola_single_format): Renamed from
16172 coldfire_single_format.
16173 (motorola_double_format): Renamed from coldfire_double_format.
16174 (encode_ieee_extended): Generate a proper canonical NaN image
16175 respecting canonical_nan_lsbs_set.
16176 (ieee_extended_motorola_format): Set canonical_nan_lsbs_set to
16177 true.
16178 * real.h: Adjust declarations.
16179
16180 2007-06-03 Kaz Kojima <kkojima@gcc.gnu.org>
16181
16182 PR target/32163
16183 * config/sh/sh.md (symGOT_load): Don't schedule insns when
16184 the symbol is generated with the stack protector.
16185
16186 2007-06-03 Kazu Hirata <kazu@codesourcery.com>
16187
16188 * config/m68k/m68k.c (m68k_attribute_table): Add "interrupt".
16189 (m68k_get_function_kind): Return m68k_fk_interrupt_handler on
16190 "interrupt".
16191 * doc/extend.texi (interrupt): Mention m68k.
16192
16193 2007-06-02 Uros Bizjak <ubizjak@gmail.com>
16194
16195 * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Call
16196 safe_vector_operand() if input operand is VECTOR_MODE_P operand.
16197 (ix86_expand_sse_pcmpestr): Do not check operands for
16198 "register_operand", when insn operand predicate is "register_operand".
16199 (ix86_expand_sse_pcmpistr): Ditto.
16200
16201 2007-06-02 H.J. Lu <hongjiu.lu@intel.com>
16202 Uros Bizjak <ubizjak@gmail.com>
16203
16204 * config/i386/i386.h (enum reg_class) [SSE_FIRST_REG]: New.
16205 (SSE_CLASS_P): Use reg_class_subset_p between SSE_REGS.
16206 (REG_CLASS_NAMES): Add "FIRST_SSE_REG" string.
16207 (REG_CLASS_CONTENTS): Add members of FIRST_SSE_REG class.
16208 * config/i386/constraints.md ("z"): New register constraint
16209 for members of SSE_FIRST_REG class.
16210 * config/i386/i386-modes.def (CCA, CCC, CCO, CCS): New compare modes.
16211 * config/i386/i386.c (regclass_map): Change class of %xmm0 to
16212 SSE_FIRST_REG class.
16213 (put_condition_code) [EQ, NE]: Output suffixes for new compare modes.
16214 (ix86_cc_modes_compatible): Handle CCA, CCC, CCO and CCS modes.
16215 (IX86_BUILTIN_PCMPESTRI128): New for SSE4.2.
16216 (IX86_BUILTIN_PCMPESTRM128): Likewise.
16217 (IX86_BUILTIN_PCMPESTRA128): Likewise.
16218 (IX86_BUILTIN_PCMPESTRC128): Likewise.
16219 (IX86_BUILTIN_PCMPESTRO128): Likewise.
16220 (IX86_BUILTIN_PCMPESTRS128): Likewise.
16221 (IX86_BUILTIN_PCMPESTRZ128): Likewise.
16222 (IX86_BUILTIN_PCMPISTRI128): Likewise.
16223 (IX86_BUILTIN_PCMPISTRM128): Likewise.
16224 (IX86_BUILTIN_PCMPISTRA128): Likewise.
16225 (IX86_BUILTIN_PCMPISTRC128): Likewise.
16226 (IX86_BUILTIN_PCMPISTRO128): Likewise.
16227 (IX86_BUILTIN_PCMPISTRS128): Likewise.
16228 (IX86_BUILTIN_PCMPISTRZ128): Likewise.
16229 (struct builtin_description): Change "flag" field to unsigned.
16230 (bdesc_pcmpestr): New builtin description table.
16231 (bdesc_pcmpistr): Likewise.
16232 (ix86_init_mmx_sse_builtins): Define int_ftype_v16qi_int_v16qi_int_int,
16233 v16qi_ftype_v16qi_int_v16qi_int_int and int_ftype_v16qi_v16qi_int.
16234 Initialize pcmp[ei]str[im] insns for SSE4.2.
16235 (ix86_expand_sse_pcmpestr): New subroutine of ix86_expand_builtin.
16236 (ix86_expand_sse_pcmpistr): Likewise.
16237 (ix86_expand_builtin): Expand pcmp[ei]str[im] builtins for SSE4.2.
16238 * config/i386/i386.md (UNSPEC_PCMPESTR): New for SSE4.2.
16239 (UNSPEC_PCMPISTR): Likewise.
16240 * config/i386/sse.md (sse4_2_pcmpestr): New insn patern and splitter.
16241 (sse4_2_pcmpestri):New isns pattern.
16242 (sse4_2_pcmpestrm): Likewise.
16243 (sse4_2_pcmpestr_cconly): Likewise.
16244 (sse4_2_pcmpistr): New insn patern and splitter.
16245 (sse4_2_pcmpistri):New isns pattern.
16246 (sse4_2_pcmpistrm): Likewise.
16247 (sse4_2_pcmpistr_cconly): Likewise.
16248 * config/i386/smmintrin.h: Enable pcmp[ei]str[im] intrinsics
16249 in SSE4.2.
16250
16251 2007-06-01 David Daney <ddaney@avtrex.com>
16252
16253 * config/mips/mips.c (mips_output_mi_thunk): Only load gp if not
16254 LOADGP_ABSOLUTE and not binds_local_p.
16255
16256 2007-06-01 Geoffrey Keating <geoffk@apple.com>
16257
16258 * config/darwin.h (LINK_SPEC): Pass -fpie through to the linker.
16259
16260 2007-06-01 Ian Lance Taylor <iant@google.com>
16261
16262 * tree-vrp.c (compare_name_with_value): Always set
16263 used_strict_overflow if we get a result from the variable itself.
16264
16265 2007-06-01 Ian Lance Taylor <iant@google.com>
16266
16267 PR rtl-optimization/31455
16268 * lower-subreg.c (find_decomposable_subregs): Don't decompose
16269 subregs which have a cast between modes which are not tieable.
16270
16271 2007-06-01 Uros Bizjak <ubizjak@gmail.com>
16272
16273 * expr.c (force_operand) [DIV, MOD, UDIV, UMOD, ASHIFTRT]: Remove
16274 breaks after return statements.
16275
16276 2007-06-01 Kaz Kojima <kkojima@gcc.gnu.org>
16277
16278 * config/sh/sh.c (fpscr_set_from_mem): Call get_free_reg
16279 only after no_new_pseudos.
16280
16281 2007-05-31 Eric Christopher <echristo@apple.com>
16282
16283 * expr.c (convert_move): Assert that we don't have a BLKmode
16284 operand.
16285 (store_expr): Handle BLKmode moves by calling emit_block_move.
16286
16287 2007-05-31 Daniel Berlin <dberlin@dberlin.org>
16288
16289 * c-typeck.c (build_indirect_ref): Include type in error message.
16290 (build_binary_op): Pass types to binary_op_error.
16291 * c-common.c (binary_op_error): Take two type arguments, print out
16292 types with error.
16293 * c-common.h (binary_op_error): Update prototype.
16294
16295 2007-05-31 H.J. Lu <hongjiu.lu@intel.com>
16296
16297 * config/i386/i386.c: Correct coments on -mno-sse4.
16298
16299 2007-05-31 H.J. Lu <hongjiu.lu@intel.com>
16300
16301 * config.gcc (i[34567]86-*-*): Add nmmintrin.h to extra_headers.
16302 (x86_64-*-*): Likewise.
16303 * config/i386/i386.c (OPTION_MASK_ISA_MMX_UNSET): New.
16304 (OPTION_MASK_ISA_3DNOW_UNSET): Likewise.
16305 (OPTION_MASK_ISA_SSE_UNSET): Likewise.
16306 (OPTION_MASK_ISA_SSE2_UNSET): Likewise.
16307 (OPTION_MASK_ISA_SSE3_UNSET): Likewise.
16308 (OPTION_MASK_ISA_SSSE3_UNSET): Likewise.
16309 (OPTION_MASK_ISA_SSE4_1_UNSET): Likewise.
16310 (OPTION_MASK_ISA_SSE4_2_UNSET): Likewise.
16311 (OPTION_MASK_ISA_SSE4): Likewise.
16312 (OPTION_MASK_ISA_SSE4_UNSET): Likewise.
16313 (OPTION_MASK_ISA_SSE4A_UNSET): Likewise.
16314 (ix86_handle_option): Use OPTION_MASK_ISA_*_UNSET. Handle SSE4.2.
16315 (override_options): Support SSE4.2.
16316 (ix86_build_const_vector): Support SImode and DImode.
16317 (ix86_build_signbit_mask): Likewise.
16318 (ix86_expand_int_vcond): Support V2DImode.
16319 (IX86_BUILTIN_CRC32QI): New for SSE4.2.
16320 (IX86_BUILTIN_CRC32HI): Likewise.
16321 (IX86_BUILTIN_CRC32SI): Likewise.
16322 (IX86_BUILTIN_CRC32DI): Likewise.
16323 (IX86_BUILTIN_PCMPGTQ): Likewise.
16324 (bdesc_crc32): Likewise.
16325 (bdesc_sse_3arg): Likewise.
16326 (ix86_expand_crc32): Likewise.
16327 (ix86_init_mmx_sse_builtins): Support SSE4.2.
16328 (ix86_expand_builtin): Likewise.
16329 * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define
16330 __SSE4_2__ for -msse4.2.
16331 * config/i386/i386.md (UNSPEC_CRC32): New for SSE4.2.
16332 (CRC32MODE): Likewise.
16333 (crc32modesuffix): Likewise.
16334 (crc32modeconstraint): Likewise.
16335 (sse4_2_crc32<mode>): Likewise.
16336 (sse4_2_crc32di): Likewise.
16337 * config/i386/i386.opt (msse4.2): New for SSE4.2.
16338 (msse4): Likewise.
16339 * config/i386/nmmintrin.h: New. The dummy SSE4.2 intrinsic header file.
16340 * config/i386/smmintrin.h: Add SSE4.2 intrinsics.
16341 * config/i386/sse.md (sse4_2_gtv2di3): New pattern for SSE4.2.
16342 (vcond<mode>): Use SSEMODEI instead of SSEMODE124.
16343 (vcondu<mode>): Likewise.
16344 * doc/extend.texi: Document SSE4.2 built-in functions.
16345 * doc/invoke.texi: Document -msse4.2/-msse4.
16346
16347 2007-05-31 Zdenek Dvorak <dvorakz@suse.cz>
16348
16349 PR tree-optimization/32160
16350 * tree-predcom.c (predcom_tmp_var): New function. Mark created
16351 variable as gimple reg.
16352 (initialize_root_vars, initialize_root_vars_lm): Use predcom_tmp_var.
16353
16354 2007-05-31 Kazu Hirata <kazu@codesourcery.com>
16355
16356 * gcc.c (main): Don't consider linker options when issuing the
16357 warning about a linker input file not being used.
16358
16359 2007-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16360
16361 * tree-vrp.c (compare_names): Initialize sop.
16362
16363 2007-05-30 Dirk Mueller <dmueller@suse.de>
16364
16365 * cgraphunit.c (cgraph_analyze_function): Remove
16366 computation of inline parameters.
16367
16368 2007-05-30 Uros Bizjak <ubizjak@gmail.com>
16369
16370 * config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Undef before define.
16371
16372 2007-05-30 Richard Sandiford <richard@codesourcery.com>
16373
16374 * config.gcc (arm-wrs-vxworks): Remove dbxelf.h from tm_file.
16375 Add vx-common.h. Include vxworks.h between vx-common.h and
16376 arm/vxworks.h.
16377 * config/vx-common.h (DWARF2_UNWIND_INFO): Undefine before
16378 redefining.
16379 * config/vxworks.h (TARGET_ASM_CONSTRUCTOR): Likewise.
16380 (TARGET_ASM_DESTRUCTOR): Likewise.
16381 * config/arm/vxworks.h (TARGET_OS_CPP_BUILTINS): Check arm_arch_xscale
16382 instead of arm_is_xscale. Use VXWORKS_OS_CPP_BUILTINS.
16383 (OVERRIDE_OPTIONS, SUBTARGET_CPP_SPEC): Define.
16384 (CC1_SPEC): Add -tstrongarm. Line up backslashes.
16385 (VXWORKS_ENDIAN_SPEC): Define.
16386 (ASM_SPEC): Add VXWORKS_ENDIAN_SPEC.
16387 (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Redefine to their
16388 VXWORKS_* equivalents.
16389 (LINK_SPEC): Likewise, but add VXWORKS_ENDIAN_SPEC.
16390 (ASM_FILE_START): Delete.
16391 (TARGET_VERSION): Reformat.
16392 (FPUTYPE_DEFAULT, FUNCTION_PROFILER): Define.
16393 (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define.
16394 * config/arm/t-vxworks (LIB1ASMSRC, LIB1ASMFUNCS): Define.
16395 (FPBIT, DPBIT): Define.
16396 (fp-bit.c, dp-bit.c): New rules.
16397 (MULTILIB_OPTIONS): Add strongarm, -mrtp and -mrtp/-fPIC multilibs.
16398 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Define.
16399 * config/arm/arm-protos.h (arm_emit_call_insn): Declare.
16400 * config/arm/arm.h: Include vxworks-dummy.h.
16401 * config/arm/arm.c (arm_elf_asm_constructor, arm_elf_asm_destructor):
16402 Mark with ATTRIBUTE_UNUSED.
16403 (arm_override_options): Do not allow VxWorks RTP PIC to be used
16404 for Thumb. Force r9 to be the PIC register for VxWorks RTPs and
16405 make it incompatible with -msingle-pic-base.
16406 (arm_function_ok_for_sibcall): Return false for calls that might
16407 go through a VxWorks PIC PLT entry.
16408 (require_pic_register): New function, split out from...
16409 (legitimize_pic_address): ...here. Do not use GOTOFF accesses
16410 for VxWorks RTPs.
16411 (arm_load_pic_register): Handle the VxWorks RTP initialization
16412 sequence. Use pic_reg as a shorthand for cfun->machine->pic_reg.
16413 (arm_emit_call_insn): New function.
16414 (arm_assemble_integer): Do not use GOTOFF accesses for VxWorks RTP.
16415 * config/arm/arm.md (UNSPEC_PIC_OFFSET): New unspec number.
16416 (pic_offset_arm): New pattern.
16417 (call, call_value): Use arm_emit_call_insn.
16418 (call_internal, call_value_internal): New expanders.
16419 * config/arm/lib1funcs.asm (__PLT__): Define to empty for
16420 VxWorks unless __PIC__.
16421
16422 2007-05-30 Eric Christopher <echristo@gmail.com>
16423
16424 * genrecog.c: Include regs.h in generated file.
16425 * genemit.c: Ditto. Fix up formatting.
16426 * config/mn10300/constraints.md: New.
16427 * config/mn10300/mn10300.md: Include.
16428 * config/mn10300/mn10300.c(mn10300_secondary_reload_class):
16429 Fix up for removed macro.
16430 * config/mn10300/predicates.md (call_address_operand): Ditto.
16431 * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Delete.
16432 (CONST_OK_FOR_I): Ditto.
16433 (CONST_OK_FOR_J): Ditto.
16434 (CONST_OK_FOR_K): Ditto.
16435 (CONST_OK_FOR_L): Ditto.
16436 (CONST_OK_FOR_M): Ditto.
16437 (CONST_OK_FOR_N): Ditto.
16438 (CONST_DOUBLE_OK_FOR_LETTER_P): Ditto.
16439 (OK_FOR_Q): Ditto.
16440 (OK_FOR_R): Ditto.
16441 (OK_FOR_T): Ditto.
16442 (EXTRA_CONSTRAINT): Ditto.
16443
16444 2007-05-30 Uros Bizjak <ubizjak@gmail.com>
16445
16446 * config/i386/i386.h (MASK_64BIT, MASK_MMX, MASK_3DNOW*, MASK_SSE*):
16447 Remove defines.
16448 * config/i386/biarch.h (TARGET_64BIT_DEFAULT): Define to
16449 OPTION_MASK_ISA_64BIT.
16450 * config/i386/i386.c: Rename MASK_* macros to OPTION_MASK_ISA_*.
16451
16452 2007-05-30 Richard Guenther <rguenther@suse.de>
16453
16454 PR middle-end/32152
16455 * gimplify.c (gimplify_omp_atomic_pipeline): Use correct
16456 types for comparison.
16457 * fold-const.c (fold_comparison): Call maybe_canonicalize_comparison
16458 with original typed arguments.
16459 * config/i386/i386.c (ix86_gimplify_va_arg): Fix type mismatches.
16460
16461 2007-05-30 Jakub Jelinek <jakub@redhat.com>
16462
16463 PR tree-optimization/31769
16464 * except.c (duplicate_eh_regions): Clear prev_try if
16465 ERT_MUST_NOT_THROW region is inside of ERT_TRY region.
16466
16467 2007-05-30 Zdenek Dvorak <dvorakz@suse.cz>
16468
16469 * tree-scalar-evolution.c (scev_const_prop): Do not create labels.
16470 * tree-ssa-sink.c (statement_sink_location): Return basic block and
16471 bsi of the location where statements should be inserted.
16472 (sink_code_in_bb): Take bsi from statement_sink_location.
16473 * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use bsi_after_labels
16474 instead of bsi_start.
16475 * tree-profile.c (tree_gen_ic_func_profiler): Pass BSI_NEW_STMT to
16476 bsi_insert_after.
16477 * tree-cfg.c (bsi_move_after): Pass BSI_NEW_STMT to bsi_insert_after.
16478 (bsi_move_before): Document inconsistency with bsi_move_after.
16479 (tree_redirect_edge_and_branch): Do not create labels if not necessary.
16480
16481 2007-05-30 Uros Bizjak <ubizjak@gmail.com>
16482
16483 * config/i386/i386.h (TARGET_ABM): New define.
16484 (TARGET_POPCNT): Ditto.
16485 (TARGET_64BIT, TARGET_MMX, TARGET_3DNOW, TARGET_3DNOW_A, TARGET_SSE*):
16486 New temporary defines to redefine from OPTION_ISA_* defines.
16487 (MASK_64BIT, MASK_MMX, MASK_3DNOW, MASK_3DNOW_A, MASK_SSE*):
16488 New temporary defines to redefine from OPTION_MASK_ISA_* defines.
16489 (ix86_isa_flags): New extern int declaration.
16490 (TARGET_SUBTARGET_DEFAULT): New define.
16491 (TARGET_SUBTARGET_ISA_DEFAULT): Ditto.
16492 (TARGET_SUBTARGET32_DEFAULT): Ditto.
16493 (TARGET_SUBTARGET32_ISA_DEFAULT): Ditto.
16494 (TARGET_SUBTARGET64_ISA_DEFAULT): Ditto.
16495 * config/i386/unix.h: Undef TARGET_SUBTARGET_DEFAULT before define.
16496 * config/i386/darwin.h: Change TARGET_64BIT define to
16497 OPTION_ISA_64BIT.
16498
16499 * config/i386/i386.opt (m3dnowa): Define as undocumented option
16500 using existing "ix86_isa_flags" varible.
16501 (m32, m64): Use existing "ix86_isa_flags" variable.
16502 (mmmx, m3dnow): Ditto.
16503 (msse, msse2, msse3, mssse3, msse4.1, msse4a): Ditto.
16504 (mabm): Define as non-negative option using "x86_abm" variable.
16505 (mpopcnt): Define as non-negative option using "x86_popcnt" variable.
16506
16507 * config/i386/i386.c (ix86_arch_features) [X86_ARCH_CMOVE]:
16508 Rewrite feature test bitmap.
16509 (ix86_isa_flags): New initialized global int varible.
16510 (ix86_isa_flags_explicit): New static int variable.
16511 (ix86_handle_option): Set "ix86_isa_flags_explicit" when mmmx, m3dnow,
16512 msse, msse2, msse3, msse4.1 and msse4a option is processed. Change
16513 i86_isa_flags and ix86_isa_flags_explicit, not target_flags and
16514 target_flags_explicit.
16515 (override_options): Remove "target_enable" and "target_disable" fields
16516 from "struct ptt". Update processor_target_table accordingly. Remove
16517 PTA_PREFETCH_SSE from processor_alias_table entry if PTE_SSE is
16518 defined and rearrange PTA_* bits. Use "ix86_isa_flags" instead of
16519 "target_flags" and "ix86_isa_flags_explicit" instead of
16520 "target_flags_explicit" when masked with MASK_64BIT, MASK_MMX,
16521 MASK_3DNOW, MASK_3DNOW_A or MASK_SSE*. Set "x86_abm" to true when
16522 PTA_ABM is set in processor_alias_table flags entry. Set "x86_popcnt"
16523 to true when either of PTA_POPCNT or PTA_ABM is set in
16524 processor_alias_table flags entry. Set "x86_prefetch_sse" to true
16525 when either of PTA_PREFETCH_SSE or PTA_SSE is set in
16526 processor_alias_table flags entry. Remove handling of
16527 "target_enable" and "target_disable" fields of processor_target_table.
16528 Mask "target_flags" with TARGET_SUBTARGET32_DEFAULT for 32-bit
16529 targets or with TARGET_SUBTARGET64_DEFAULT for 64-bit targets.
16530 Mask "ix86_isa_flags" with TARGET_SUBTARGET32_ISA_DEFAULT for 32-bit
16531 targets or with TARGET_SUBTARGET64_ISA_DEFAULT for 64-bit targets.
16532 (def_builtin): Mask "mask" variable with "ix86_isa_flags", not
16533 "target_flags".
16534 (TARGET_DEFAULT_TARGET_FLAGS): Do not include TARGET_64BIT_DEFAULT.
16535
16536 2007-05-29 David Daney <ddaney@avtrex.com>
16537
16538 PR gcc/31975
16539 * config/mips/mips.c (mips_output_mi_thunk): Emit
16540 NOTE_INSN_PROLOGUE_END at beginning of the thunk.
16541
16542 2007-05-29 Hui-May Chang <hm.chang@apple.com>
16543 * config/i386/i386.c (ix86_function_regparm): Added checking of
16544 ix86_force_align_arg_pointer to determine the number of
16545 register parameters.
16546
16547 2007-05-29 Zdenek Dvorak <dvorakz@suse.cz>
16548
16549 * tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.
16550 (SET_DR_MISALIGNMENT): New.
16551 * tree-vect-analyze.c (vect_compute_data_ref_alignment,
16552 vect_update_misalignment_for_peel, vect_enhance_data_refs_alignment):
16553 Use SET_DR_MISALIGNMENT.
16554 * tree-predcom.c (split_data_refs_to_components): Cast dr->aux from
16555 pointer.
16556 * tree-data-ref.c (create_data_ref, compute_all_dependences,
16557 find_loop_nest): Export.
16558 * tree-data-ref.h (struct data_reference): Change aux field to pointer.
16559 (create_data_ref, compute_all_dependences, find_loop_nest): Declare.
16560 * tree-ssa-loop-prefetch.c: Include tree-data-ref.h.
16561 (L1_CACHE_SIZE_BYTES, L2_CACHE_SIZE_BYTES, NONTEMPORAL_FRACTION):
16562 New macros.
16563 (struct mem_ref): Add field reuse_distance.
16564 (find_or_create_group, record_ref): Use XNEW instead of xcalloc.
16565 Initialize reuse_distance field.
16566 (issue_prefetch_ref): Select temporality of prefetch according to
16567 reuse_distance.
16568 (volume_of_references, volume_of_dist_vector, add_subscript_strides,
16569 self_reuse_distance, determine_loop_nest_reuse): New functions.
16570 (loop_prefetch_arrays): Call determine_loop_nest_reuse.
16571 (tree_ssa_prefetch_arrays): Dump L2 cache size.
16572 * Makefile.in (tree-ssa-loop-prefetch.o): Add TREE_DATA_REF_H
16573 dependency.
16574
16575 2007-05-29 Daniel Berlin <dberlin@dberlin.org>
16576
16577 * tree-ssa-alias.c: Add aliasing overview.
16578
16579 2007-05-29 Zuxy Meng <zuxy.meng@gmail.com>
16580 Danny Smith <dannysmith@users.sourceforge.net>
16581
16582 PR target/29498
16583 * config/i386/t-crtfm: Compile crtfastmath.o with
16584 -minline-all-stringops.
16585 * config/i386/cygwin.h (ENDFILE_SPECS): Add crtfastmath.o.
16586 * config/i386/mingw32.h (ENDFILE_SPECS): Add crtfastmath.o.
16587
16588 2007-05-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16589
16590 * doc/md.texi: Document constraints on HP PA-RISC.
16591
16592 * pa/constraints.md: New file.
16593 * pa.md: Include constraints.md.
16594 * pa.c (cint_ok_for_move): Avoid using CONST_OK_FOR_LETTER_P.
16595 (integer_store_memory_operand, ldil_cint_p): New functions.
16596 * pa-protos.h (integer_store_memory_operand, ldil_cint_p): Declare.
16597 * pa.h (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
16598 IS_RELOADING_PSEUDO_P, EXTRA_CONSTRAINT): Remove.
16599 * pa32-regs.h (REG_CLASS_FROM_LETTER): Remove.
16600 * pa64-regs.h (REG_CLASS_FROM_LETTER): Remove.
16601
16602 2007-05-28 Andrew Pinski <Andrew_pinski@playstation.sony.com>
16603
16604 PR c/31339
16605 * c-typeck.c (build_unary_op <case PREINCREMENT_EXPR,
16606 case POSTINCREMENT_EXPR, case PREDECREMENT_EXPR,
16607 case POSTDECREMENT_EXPR>): Return the error_mark_node
16608 if either the real or imaginary parts would an
16609 error_mark_node.
16610
16611 2007-05-28 Daniel Berlin <dberlin@dberlin.org>
16612
16613 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Release LHS SSA
16614 name when we remove it from a call.
16615
16616 2007-05-28 Kazu Hirata <kazu@codesourcery.com>
16617
16618 * targhooks.c (default_narrow_bitfield): Remove.
16619 * targhooks.h: Remove the prototype for
16620 default_narrow_bitfield.
16621
16622 * langhooks-def.h: Remove the prototype for
16623 hook_get_alias_set_0.
16624 * langhooks.c (hook_get_alias_set_0): Remove.
16625
16626 * global.c (EXECUTE_IF_CONFLICT): Remove.
16627
16628 2007-05-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
16629
16630 PR tree-opt/32100
16631 * fold-const.c (tree_expr_nonnegative_warnv_p): Don't
16632 return true when truth_value_p is true and the type
16633 is of signed:1.
16634
16635 2007-05-28 Gerald Pfeifer <gerald@pfeifer.com>
16636
16637 * doc/install.texi (Prerequisites): We no longer require Autoconf
16638 2.13 for the top-level.
16639
16640 2007-05-28 Uros Bizjak <ubizjak@gmail.com>
16641
16642 * target/i386/i386.c (ix86_expand_vector_move): Expand unaligned
16643 memory access via x86_expand_vector_move_misalign() only for
16644 TImode values on 32-bit targets.
16645
16646 2007-05-28 Razya Ladelsky <razya@il.ibm.com>
16647
16648 * matrix-reorg.c: New file. Implement matrix flattening and
16649 transposing optimization.
16650 * tree-pass.h: Add matrix reorg pass.
16651 * common.opt: Add fipa-mreorg flag.
16652 * Makefile.in: Add matrix-reorg.c.
16653 * passes.c: Add matrix reorg pass.
16654 * varpool.c (add_new_static_var): New function.
16655 * cgraph.h (add_new_static_var): Declare.
16656
16657 2007-05-27 Eric Christopher <echristo@apple.com>
16658
16659 * config/rs6000/rs6000.c (rs6000_emit_prologue): Update
16660 sp_offset depending on stack size. Save r12 depending
16661 on registers we're saving later.
16662 (rs6000_emit_epilogue): Update sp_offset depending only
16663 on stack size.
16664
16665 2007-05-27 Zdenek Dvorak <dvorakz@suse.cz>
16666
16667 * tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.
16668 * tree-chrec.c (evolution_function_is_invariant_rec_p): Ditto.
16669 * ifcvt.c (if_convert): Ditto.
16670 * tree-ssa-threadupdate.c (thread_block): Ditto.
16671 (thread_through_all_blocks): Ditto. Assert that loops were analysed.
16672 * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa,
16673 verify_loop_closed_ssa): Check number_of_loops instead of
16674 current_loops.
16675 * predict.c (tree_estimate_probability): Ditto.
16676 * tree-if-conv.c (main_tree_if_conversion): Ditto.
16677 * tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
16678 * modulo-sched.c (sms_schedule): Ditto.
16679 * tree-scalar-evolution.c (scev_const_prop): Ditto.
16680 (scev_finalize): Do not do anything if scev analysis was not
16681 initialized.
16682 * cfgloopanal.c (mark_irreducible_loops): Do not check whether
16683 current_loops == NULL.
16684 (mark_loop_exit_edges): Check number_of_loops instead of current_loops.
16685 * loop-init.c (loop_optimizer_init): Do not free current_loops when
16686 there are no loops.
16687 (loop_optimizer_finalize): Assert that loops were analyzed.
16688 (rtl_move_loop_invariants, rtl_unswitch, rtl_unroll_and_peel_loops,
16689 rtl_doloop): Check number_of_loops instead of current_loops.
16690 * tree-ssa-loop.c (tree_loop_optimizer_init): Do not check whether
16691 current_loops == NULL.
16692 (tree_ssa_loop_init, tree_ssa_loop_im, tree_ssa_loop_unswitch,
16693 gate_tree_vectorize tree_linear_transform, check_data_deps,
16694 tree_ssa_loop_ivcanon, tree_ssa_empty_loop, tree_ssa_loop_bounds,
16695 tree_complete_unroll, tree_ssa_loop_prefetch, tree_ssa_loop_ivopts):
16696 Check number_of_loops instead of current_loops.
16697 (tree_ssa_loop_done): Do not check whether current_loops == NULL.
16698 * tree-ssa-pre.c (fini_pre): Do not take do_fre argument. Always
16699 free loops if available.
16700 (execute_pre): Do not pass do_fre to fini_pre.
16701
16702 2007-05-27 Tobias Burnus <burnus@net-b.de>
16703
16704 PR middle-end/32083
16705 * real.c (mpfr_from_real): Fix sign of -Inf.
16706
16707 2007-05-27 H.J. Lu <hongjiu.lu@intel.com>
16708
16709 * tree-vect-transform.c (vectorizable_conversion): Initialize
16710 tree_code variables to ERROR_MARK.
16711 (vectorizable_type_demotion): Likewise.
16712 (vectorizable_type_promotion): Likewise.
16713
16714 2007-05-26 Uros Bizjak <ubizjak@gmail.com>
16715
16716 PR target/32065
16717 * config/i386/i386.md (movti): Handle push operands via
16718 ix86_expand_push().
16719
16720 2007-05-26 Kazu Hirata <kazu@codesourcery.com>
16721
16722 * basic-block.h: Remove the prototype for merge_seq_blocks.
16723 * cfgcleanup.c (merge_seq_blocks): Remove.
16724
16725 * tree-flow.h: Remove the prototype for is_aliased_with.
16726 * tree-ssa-alias.c (is_aliased_with): Remove.
16727
16728 2007-05-26 H.J. Lu <hongjiu.lu@intel.com>
16729
16730 * config/i386/i386-protos.h (ix86_expand_sse4_unpack): New.
16731
16732 * config/i386/i386.c (ix86_expand_sse4_unpack): New.
16733
16734 * config/i386/sse.md (vec_unpacku_hi_v16qi): Call
16735 ix86_expand_sse4_unpack if SSE4.1 is enabled.
16736 (vec_unpacks_hi_v16qi): Likewise.
16737 (vec_unpacku_lo_v16qi): Likewise.
16738 (vec_unpacks_lo_v16qi): Likewise.
16739 (vec_unpacku_hi_v8hi): Likewise.
16740 (vec_unpacks_hi_v8hi): Likewise.
16741 (vec_unpacku_lo_v8hi): Likewise.
16742 (vec_unpacks_lo_v8hi): Likewise.
16743 (vec_unpacku_hi_v4si): Likewise.
16744 (vec_unpacks_hi_v4si): Likewise.
16745 (vec_unpacku_lo_v4si): Likewise.
16746 (vec_unpacks_lo_v4si): Likewise.
16747
16748 2007-05-26 Kazu Hirata <kazu@codesourcery.com>
16749
16750 * c-typeck.c, config/arm/arm.c, config/darwin.c,
16751 config/sh/symbian.c, gcc.c, ipa-cp.c, ipa-inline.c, loop-iv.c,
16752 omega.c, tree-ssa-loop-niter.c, treestruct.def: Fix typos and
16753 follow spelling conventions in various
16754 warning/error/diagnostic messages.
16755
16756 * config/i386/i386.c, config/pa/pa.c, config/spu/spu.c,
16757 df-problems.c, df-scan.c, domwalk.c, ebitmap.c, ebitmap.h,
16758 fold-const.c, gcc.c, ipa-type-escape.c, omega.c, omega.h,
16759 tree-ssa-coalesce.c, tree-ssa-live.c, tree-ssa-structalias.c,
16760 tree-vrp.c: Fix comment typos. Follow spelling conventions.
16761 * doc/tm.texi: Follow spelling conventions.
16762
16763 2007-05-25 Andrew Pinski <andrew_pinski@playstation.sony.com>
16764
16765 PR tree-opt/32090
16766 * tree-ssa-forwprop.c
16767 (forward_propagate_addr_into_variable_array_index): Remove
16768 the lhs argument. Use the type of def_rhs instead of lhs.
16769 (forward_propagate_addr_expr_1): Update use of
16770 forward_propagate_addr_into_variable_array_index.
16771
16772 2007-05-25 Sandra Loosemore <sandra@codesourcery.com>
16773 Nigel Stephens <nigel@mips.com>
16774
16775 * config/mips/mips.c (mips_attribute_table): Add "near" and "far"
16776 function attributes, "far" being an alias for "long_call".
16777 (TARGET_COMP_TYPE_ATTRIBUTES): Define as mips_comp_type_attributes.
16778 (mips_near_type_p, mips_far_type_p): New.
16779 (mips_comp_type_attributes): New function to check that attributes
16780 attached to a function type are compatible.
16781 (mips_output_mi_thunk): Test SYMBOL_REF_LONG_CALL_P() rather than
16782 TARGET_LONG_CALLS when deciding whether we can do a direct sibcall
16783 to the target function of the thunk.
16784 (mips_encode_section_info): Check for "near" and "far" function
16785 attributes, and always set the SYMBOL_FLAG_LONG_CALL bit explicitly.
16786
16787 * config/mips/predicates.md (const_call_insn_operand): Test only
16788 SYMBOL_REF_LONG_CALL_P() and not TARGET_LONG_CALLS.
16789
16790 * doc/extend.texi (Function Attributes): Document MIPS "near" and
16791 "far" attributes.
16792
16793 * testsuite/gcc.target/mips/near-far-1.c: New test case.
16794 * testsuite/gcc.target/mips/near-far-2.c: New test case.
16795 * testsuite/gcc.target/mips/near-far-3.c: New test case.
16796 * testsuite/gcc.target/mips/near-far-4.c: New test case.
16797
16798 2007-05-25 Eric Christopher <echristo@apple.com>
16799
16800 * config.gcc: Add i386/t-fprules-softfp64 and soft-fp/t-softfp
16801 to x86-darwin configurations.
16802 * config/i386/t-darwin: Add softfp support.
16803 * config/i386/t-darwin64: Ditto.
16804 * config/i386/sfp-machine.h: If mach then don't use
16805 aliasing, emit a stub to call.
16806
16807 2007-05-25 Kazu Hirata <kazu@codesourcery.com>
16808
16809 * cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c,
16810 haifa-sched.c, optabs.h, tree-affine.c, tree-data-ref.c,
16811 tree-predcom.c, tree-ssa-alias-warnings.c,
16812 tree-ssa-forwprop.c, tree-vect-analyze.c, tree-vrp.c: Fix
16813 comment typos. Follow spelling conventions.
16814 * doc/cpp.texi, doc/invoke.texi: Fix typos.
16815
16816 2007-05-26 Uros Bizjak <ubizjak@gmail.com>
16817
16818 PR target/32065
16819 * target/i386/i386.c (ix86_expand_vector_move): Force SUBREGs of
16820 constants into memory. Expand unaligned memory references for
16821 SSE modes via x86_expand_vector_move_misalign() function.
16822
16823 2007-05-25 Uros Bizjak <ubizjak@gmail.com>
16824
16825 * config/i386/sse.md (*vec_extractv2di_1_sse2): Do not calculate
16826 "memory" attribute for "sseishft" type insn without operands[2].
16827
16828 2007-05-25 Dirk Mueller <dmueller@suse.de>
16829 Marcus Meissner <meissner@suse.de>
16830
16831 * doc/extend.texi (alloc_size): New attribute.
16832 * c-common.c (handle_alloc_size_attribute): New.
16833 * tree-object-size.c (alloc_object_size): Use alloc_size
16834 attribute, if available.
16835
16836 2007-05-25 H.J. Lu <hongjiu.lu@intel.com>
16837
16838 * config/i386/i386.c (__builtin_ia32_vec_ext_v2df): Mark it
16839 with MASK_SSE2.
16840 (__builtin_ia32_vec_ext_v2di): Likewise.
16841 (__builtin_ia32_vec_ext_v4si): Likewise.
16842 (__builtin_ia32_vec_ext_v8hi): Likewise.
16843 (__builtin_ia32_vec_ext_v16qi): Likewise.
16844 (__builtin_ia32_vec_set_v8hi): Likewise.
16845
16846 2007-05-25 H.J. Lu <hongjiu.lu@intel.com>
16847
16848 * config/i386/sse.md (*vec_extractv2di_1_sse2): Correct shift.
16849
16850 2007-05-25 Richard Sandiford <richard@codesourcery.com>
16851
16852 * config/arm/arm-protos.h (arm_encode_call_attribute): Delete.
16853 (arm_is_longcall_p): Rename to...
16854 (arm_is_long_call_p): ...this. Take a single tree argument and
16855 return a bool.
16856 * config/arm/arm.h (CALL_SHORT, CALL_LONG, CALL_NORMAL): Delete.
16857 (CUMULATIVE_ARGS): Remove call_cookie.
16858 (SHORT_CALL_FLAG_CHAR, LONG_CALL_FLAG_CHAR, ENCODED_SHORT_CALL_ATTR_P)
16859 (ENCODED_LONG_CALL_ATTR_P): Delete.
16860 (ARM_NAME_ENCODING_LENGTHS): Remove SHORT_CALL_FLAG_CHAR and
16861 LONG_CALL_FLAG_CHAR cases.
16862 (ARM_DECLARE_FUNCTION_SIZE): Delete.
16863 * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Don't use
16864 ARM_DECLARE_FUNCTION_SIZE.
16865 * config/arm/arm.c (arm_init_cumulative_args): Don't set call_cookie.
16866 (arm_function_arg): Return const0_rtx for VOIDmode arguments.
16867 (arm_encode_call_attribute, current_file_function_operand): Delete.
16868 (arm_function_in_section_p): New function.
16869 (arm_is_longcall_p): Rename to...
16870 (arm_is_long_call_p): ...this. Take the target function as a single
16871 argument and return a bool. Do not rely on call cookies. Check
16872 whether the target symbol is in the same section as the current
16873 function, not just the same compilation unit.
16874 (arm_function_ok_for_sibcall): Use arm_is_long_call_p.
16875 (arm_encode_section_info): Don't encode a call type.
16876 * config/arm/arm.md (call, call_value): Update calls to
16877 arm_is_long(_)call_p. Simplify logic.
16878 (*call_symbol, *call_value_symbol, *call_insn, *call_value_insn):
16879 Update calls to arm_is_long(_)call_p.
16880
16881 2007-05-25 Richard Guenther <rguenther@suse.de>
16882
16883 PR tree-optimization/31982
16884 * tree-ssa-forwprop.c
16885 (forward_propagate_addr_into_variable_array_index): Handle arrays
16886 with element size one.
16887
16888 2007-05-24 Andrew Pinski <andrew_pinski@playstation.sony.com>
16889
16890 * config/spu/spu.md (smulsi3_highpart): Unshare the rtl chain.
16891 (umulsi3_highpart): Likewise.
16892
16893 2007-05-24 Ian Lance Taylor <iant@google.com>
16894
16895 PR rtl-optimization/32069
16896 * regclass.c (regclass): Don't crash if the entry in regno_reg_rtx
16897 is NULL.
16898
16899 2007-05-24 Ollie Wild <aaw@google.com>
16900
16901 * doc/cpp.texi (Common Predefined Macros): Add __COUNTER__
16902 description.
16903
16904 2007-05-24 Richard Sandiford <rsandifo@nildram.co.uk>
16905
16906 * postreload-gcse.c (reg_changed_after_insn_p): New function.
16907 (oprs_unchanged_p): Use it to check all registers in a REG.
16908 (record_opr_changes): Look for clobbers in CALL_INSN_FUNCTION_USAGE.
16909 (reg_set_between_after_reload_p): Delete.
16910 (reg_used_between_after_reload_p): Likewise.
16911 (reg_set_or_used_since_bb_start): Likewise.
16912 (eliminate_partially_redundant_load): Use reg_changed_after_insn_p
16913 and reg_used_between_p instead of reg_set_or_used_since_bb_start.
16914 Use reg_set_between_p instead of reg_set_between_after_reload_p.
16915 * rtlanal.c (reg_set_p): Check whether REG overlaps
16916 regs_invalidated_by_call, rather than just checking the
16917 membership of REGNO (REG).
16918
16919 2007-05-24 Zdenek Dvorak <dvorakz@suse.cz>
16920
16921 * doc/passes.texi: Document predictive commoning.
16922 * doc/invoke.texi (-fpredictive-commoning): Document.
16923 * opts.c (decode_options): Enable flag_predictive_commoning on -O3.
16924 * tree-ssa-loop-im.c (get_lsm_tmp_name): Export. Allow
16925 adding indices to the generated name.
16926 (schedule_sm): Pass 0 to get_lsm_tmp_name.
16927 * tree-ssa-loop-niter.c (stmt_dominates_stmt_p): Export.
16928 * tree-pretty-print.c (op_symbol_1): Renamed to ...
16929 (op_symbol_code): ... and exported.
16930 (dump_omp_clause, op_symbol): Use op_symbol_code
16931 instead of op_symbol_1.
16932 * tree-pass.h (pass_predcom): Declare.
16933 * timevar.def (TV_PREDCOM): New timevar.
16934 * tree-ssa-loop.c (run_tree_predictive_commoning,
16935 gate_tree_predictive_commoning, pass_predcom): New.
16936 * tree-data-ref.c (find_data_references_in_loop): Find the
16937 references in dominance order.
16938 (canonicalize_base_object_address): Ensure that the result has
16939 pointer type.
16940 (dr_analyze_innermost): Export.
16941 (create_data_ref): Code to fail for references with invariant
16942 address moved ...
16943 (find_data_references_in_stmt): ... here.
16944 * tree-data-ref.h (dr_analyze_innermost): Declare.
16945 * tree-affine.c: Include tree-gimple.h and hashtab.h.
16946 (aff_combination_find_elt, name_expansion_hash,
16947 name_expansion_eq, tree_to_aff_combination_expand,
16948 double_int_constant_multiple_p, aff_combination_constant_multiple_p):
16949 New functions.
16950 * tree-affine.h (aff_combination_constant_multiple_p,
16951 tree_to_aff_combination_expand): Declare.
16952 * tree-predcom.c: New file.
16953 * common.opt (fpredictive-commoning): New option.
16954 * tree-flow.h (op_symbol_code, tree_predictive_commoning,
16955 stmt_dominates_stmt_p, get_lsm_tmp_name): Declare.
16956 * Makefile.in (tree-predcom.o): Add.
16957 (tree-affine.o): Add TREE_GIMPLE_H dependency.
16958 * passes.c (init_optimization_passes): Add dceloop after
16959 copy propagation in loop optimizer. Add predictive commoning
16960 to loop optimizer passes.
16961
16962 2007-05-24 H.J. Lu <hongjiu.lu@intel.com>
16963
16964 * target-def.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Correct
16965 default hook.
16966
16967 2007-05-24 Jan Hubicka <jh@suse.cz>
16968
16969 * gengenrtl.c (gendecl, gendef): Output the gens annotated for
16970 statistics.
16971 (genheader): Include statistics.h.
16972
16973 * doc/invoke.texi (-fdump-unnumbered): Update docs when line number
16974 notes are gone.
16975 * print-rtl.c (flag_dump_unnumbered): Update comments.
16976 (print_rtl): Fix my previous change.
16977 * emit-rtl.c (emit_note_before, emit_note_after): Clear out note
16978 specific data.
16979
16980 2007-05-24 Zdenek Dvorak <dvorakz@suse.cz>
16981
16982 PR middle-end/32018
16983 * tree-ssa-threadupdate.c (thread_through_loop_header): Use
16984 set_loop_copy.
16985 (thread_through_all_blocks): Call initialize_original_copy_tables
16986 and free_original_copy_tables.
16987 * cfgloopmanip.c (duplicate_loop, duplicate_loop_to_header_edge):
16988 Use set_loop_copy.
16989 * tree-cfg.c (tree_duplicate_sese_region): Ditto.
16990 * cfghooks.c (duplicate_block): Use get_loop_copy.
16991 * cfg.c: Include cfgloop.h.
16992 (loop_copy): New hash table.
16993 (initialize_original_copy_tables): Initialize loop_copy table.
16994 (free_original_copy_tables): Free loop_copy table.
16995 (copy_original_table_clear, copy_original_table_set,
16996 set_loop_copy, get_loop_copy): New functions.
16997 (set_bb_original, set_bb_copy): Use copy_original_table_set.
16998 * cfgloop.h (struct loop): Remove copy field.
16999 * Makefile.in (cfg.o): Add CFGLOOP_H dependency.
17000 * basic-block.h (set_loop_copy, get_loop_copy): Declare.
17001
17002 2007-05-24 H.J. Lu <hongjiu.lu@intel.com>
17003
17004 * config/i386/i386.c (ix86_handle_option): Handle SSE4.1 for
17005 -msse/-msse2/-msse3.
17006
17007 2007-05-24 H.J. Lu <hongjiu.lu@intel.com>
17008
17009 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Mark
17010 __builtin_ia32_vec_set_v2di with MASK_64BIT.
17011
17012 2007-05-24 Danny Smith <dannysmith@users.sourceforge.net>
17013
17014 PR target/27067
17015 * doc/tm.texi (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Document.
17016 * targhooks.h (default_mangle_decl_assembler_name): Declare
17017 default hook.
17018 * targhooks.c (default_mangle_decl_assembler_name): Define
17019 default hook.
17020 * target-def.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME) New. Set to
17021 default hook.
17022 * target.h (struct gcc_target): Add mangle_decl_assembler_name field.
17023 * langhooks.c (lhd_set_decl_assembler_name): Call
17024 targetm.mangle_decl_assembler_name for names with global scope.
17025
17026 * config/i386/cygming.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME) Override
17027 default.
17028 (ASM_OUTPUT_DEF_FROM_DECLS): Simplify to use DECL_ASSEMBLER_NAME.
17029 * config/i386/i386-protos.h (i386_pe_mangle_decl_assembler_name):
17030 Declare.
17031 * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
17032 New. Factored out of i386_pe_encode_section_info.
17033 (gen_stdcall_or_fastcall_suffix): Get name identifier as argument.
17034 Move check for prior decoration of stdcall
17035 symbols to i386_pe_encode_section_info.
17036 (i386_pe_encode_section_info): Adjust call to
17037 gen_stdcall_or_fastcall_suffix. Use
17038 i386_pe_maybe_mangle_decl_assembler_name, if needed.
17039 (i386_pe_mangle_decl_assembler_name): New. Wrap
17040 i386_pe_maybe_mangle_decl_assembler_name.
17041
17042 2007-05-16 Rafael Avila de Espindola <espindola@google.com>
17043
17044 * c-common.c (c_common_signed_or_unsigned_type): Delay the check for
17045 INTEGRAL_TYPE_P and TYPE_UNSIGNED.
17046 * langhooks.c (get_signed_or_unsigned_type): Don't check for
17047 INTEGRAL_TYPE_P or TYPE_UNSIGNED.
17048 (lhd_signed_or_unsigned_type): Check for INTEGRAL_TYPE_P and
17049 TYPE_UNSIGNED.
17050
17051 2007-05-23 Sandra Loosemore <sandra@codesourcery.com>
17052 Nigel Stephens <nigel@mips.com>
17053 Richard Sandiford <richard@codesourcery.com>
17054
17055 Fix up MIPS16 hard float and add support for complex.
17056
17057 * config/mips/mips.h (TARGET_HARD_FLOAT_ABI): New.
17058 (TARGET_SOFT_FLOAT_ABI): New.
17059 (TARGET_CPU_CPP_BUILTINS): Define __mips_hard_float and
17060 __mips_soft_float to reflect the ABI in use, not whether the
17061 FPU is directly accessible (e.g., in MIPS16 mode).
17062 (UNITS_PER_HWFPVALUE): Use TARGET_SOFT_FLOAT_ABI.
17063 (UNITS_PER_FPVALUE): Likewise.
17064
17065 * config/mips/mips.c (mips_expand_call): Remove redundant
17066 TARGET_MIPS16 check.
17067 (mips_arg_regno): New.
17068 (function_arg_advance): When setting bits in cum->fp_code for
17069 MIPS16, don't subtract 1 from cum->arg_number, since it is now
17070 zero-based.
17071 (function_arg): Use mips_arg_regno.
17072 (mips_return_mode_in_fpr_p): New.
17073 (mips16_call_stub_mode_suffix): New.
17074 (mips16_cfun_returns_in_fpr_p): New.
17075 (mips_save_reg_p): Use mips16_cfun_returns_in_fpr_p.
17076 (mips_output_function_prologue): Test mips16_hard_float, not
17077 !TARGET_SOFT_FLOAT, to decide when a function stub is required.
17078 (mips_expand_epilogue): Call MIPS16 helper routines to copy
17079 return value into a floating-point register.
17080 (mips_can_use_return_insn): Use mips16_cfun_returns_in_fpr_p.
17081 (mips_function_value): Rewrite to use mips_return_mode_in_fpr_p.
17082 (mips16_fp_args): Handle MIPS32r2 ISA which supports
17083 TARGET_FLOAT64, and use mfhc1/mthc1 to copy the most significant
17084 word of double arguments from or to the high bits of 64-bit
17085 floating point registers.
17086 (build_mips16_function_stub): Fill in DECL_RESULT for stubdecl.
17087 (mips16_fpret_double): New helper function.
17088 (build_mips16_call_stub): Use mips16_return_mode_in_fpr_p. Add
17089 support for complex modes. Fill in DECL_RESULT for stubdecl.
17090 (mips_init_libfuncs): Remove redundant TARGET_MIPS16 check.
17091
17092 * config/mips/mips16.S
17093 (RET, ARG1, ARG2): New.
17094 (MERGE_GPRf, MERGE_GPRt): New.
17095 (DELAYt, DELAYf): New.
17096 (MOVE_SF_BYTE0, MOVE_SI_BYTE0): New.
17097 (MOVE_SF_BYTE4, MOVE_SF_BYTE8): New.
17098 (MOVE_DF_BYTE0, MOVE_DF_BYTE8): New.
17099 (MOVE_SF_RET, MOVE_SC_RET, MOVE_DF_RET, MOVE_DC_RET, MOVE_SI_RET): New.
17100 (SFOP): Renamed to...
17101 (OPSF3): This, and macro-ified. Updated all uses.
17102 (SFOP2): Renamed to...
17103 (OPSF2): This, and macro-ified. Updated all uses.
17104 (SFCMP): Renamed to...
17105 (CMPSF): This, and macro-ified. Updated all uses.
17106 (SFREVCMP): Renamed to...
17107 (REVCMPSF): This, and macro-ified. Updated all uses.
17108 (__mips16_floatsisf, __mips16_fix_truncsfsi): Macro-ified.
17109 (LDDBL1, LDDBL2, RETDBL): Deleted.
17110 (DFOP): Renamed to...
17111 (OPDF3): This, and macro-ified. Updated all uses.
17112 (DFOP2): Renamed to...
17113 (OPDF2): This, and macro-ified. Updated all uses.
17114 (__mips16_extendsfdf2, __mips16_truncdfsf2): Macro-ified.
17115 (DFCMP): Renamed to...
17116 (CMPDF): This, and macro-ified. Updated all uses.
17117 (DFREVCMP): Renamed to...
17118 (REVCMPDF): This, and macro-ified. Updated all uses.
17119 (__mips16_floatsidf, __mips16_fix_truncdfsi): Macro-ified.
17120 (RET_FUNCTION): New.
17121 (__mips16_ret_sf, __mips16_ret_df): Macro-ified.
17122 (__mips16_ret_sc, __mips16_ret_dc): New.
17123 (STUB_ARGS_0, STUB_ARGS_1, STUB_ARGS_5, STUB_ARGS_9, STUB_ARGS_2,
17124 STUB_ARGS_6, STUB_ARGS_10): New.
17125 (CALL_STUB_NO_RET): New.
17126 (__mips16_call_stub_1): Macro-ified.
17127 (__mips16_call_stub_5): Macro-ified.
17128 (__mips16_call_stub_2): Macro-ified.
17129 (__mips16_call_stub_6): Macro-ified.
17130 (__mips16_call_stub_9): Macro-ified.
17131 (__mips16_call_stub_10): Macro-ified.
17132 (CALL_STUB_RET): New.
17133 (__mips16_call_stub_sf_0): Macro-ified.
17134 (__mips16_call_stub_sf_1): Macro-ified.
17135 (__mips16_call_stub_sf_5): Macro-ified.
17136 (__mips16_call_stub_sf_2): Macro-ified.
17137 (__mips16_call_stub_sf_6): Macro-ified.
17138 (__mips16_call_stub_sf_9): Macro-ified.
17139 (__mips16_call_stub_sf_10): Macro-ified.
17140 (__mips16_call_stub_df_0): Macro-ified.
17141 (__mips16_call_stub_df_1): Macro-ified.
17142 (__mips16_call_stub_df_5): Macro-ified.
17143 (__mips16_call_stub_df_2): Macro-ified.
17144 (__mips16_call_stub_df_6): Macro-ified.
17145 (__mips16_call_stub_df_9): Macro-ified.
17146 (__mips16_call_stub_df_10): Macro-ified.
17147 (__mips16_call_stub_sc_0): New.
17148 (__mips16_call_stub_sc_1): New.
17149 (__mips16_call_stub_sc_5): New.
17150 (__mips16_call_stub_sc_2): New.
17151 (__mips16_call_stub_sc_6): New.
17152 (__mips16_call_stub_sc_9): New.
17153 (__mips16_call_stub_sc_10): New.
17154 (__mips16_call_stub_dc_0): New.
17155 (__mips16_call_stub_dc_1): New.
17156 (__mips16_call_stub_dc_5): New.
17157 (__mips16_call_stub_dc_2): New.
17158 (__mips16_call_stub_dc_6): New.
17159 (__mips16_call_stub_dc_9): New.
17160 (__mips16_call_stub_dc_10): New.
17161
17162 * config/mips/t-elf (LIB1ASMFUNCS): Add MIPS16 floating-point stubs.
17163 * config/mips/t-isa3264 (LIB1ASMFUNCS): Likewise.
17164 * config/mips/t-r2900 (LIB1ASMFUNCS): Likewise.
17165
17166 2007-05-23 Ian Lance Taylor <iant@google.com>
17167
17168 * doc/invoke.texi (Invoking GCC): Document that the order of the
17169 -l option matters.
17170
17171 2007-05-23 Chen Liqin <liqin@sunnorth.com.cn>
17172
17173 PR target/30987
17174 * config/score/misc.md (bitclr_c, bitset_c, bittgl_c): Remove.
17175 * config/score/predicate.md (const_pow2, const_npow2): Remove.
17176 * config/score/score.h (ASM_OUTPUT_EXTERNAL): Add ASM_OUTPUT_EXTERNAL
17177 undef.
17178
17179 PR target/30474
17180 * config/score/score.c (score_print_operand): Make sure that only
17181 lower bits are used.
17182
17183 2007-05-22 Ian Lance Taylor <iant@google.com>
17184
17185 * tree-vrp.c (avoid_overflow_infinity): New static function,
17186 broken out of set_value_range_to_value.
17187 (set_value_range_to_value): Call avoid_overflow_infinity.
17188 (extract_range_from_assert): Likewise.
17189
17190 2007-05-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
17191
17192 PR middle-end/31095
17193 * builtins.c (expand_builtin_memmove_args): Strip nops that don't
17194 change the type before looking for a COMPOUND_EXPR.
17195
17196 2007-05-22 Ian Lance Taylor <iant@google.com>
17197
17198 * lower-subreg.c (decompose_multiword_subregs): If we change an
17199 insn, call remove_retval_note on it.
17200
17201 2007-05-22 Richard Sandiford <rsandifo@nildram.co.uk>
17202
17203 * regs.h (end_hard_regno): New function.
17204 (END_HARD_REGNO, END_REGNO): New macros.
17205 (add_to_hard_reg_set): New function.
17206 (remove_from_hard_reg_set): Likewise.
17207 (in_hard_reg_set_p): Likewise.
17208 (overlaps_hard_reg_set_p): Likewise.
17209 * bt-load.c (find_btr_reference): Use overlaps_hard_reg_set_p.
17210 (note_btr_set): Use END_HARD_REGNO.
17211 * caller-save.c (setup_save_areas): Use end_hard_regno.
17212 (mark_set_regs): Use END_HARD_REGNO.
17213 (add_stored_regs): Use end_hard_regno.
17214 (mark_referenced_regs): Use add_to_hard_reg_set.
17215 * combine.c (update_table_tick): Use END_REGNO.
17216 (record_value_for_reg): Likewise.
17217 (record_dead_and_set_regs): Likewise.
17218 (get_last_value_validate): Likewise.
17219 (use_crosses_set_p): Likewise.
17220 (reg_dead_at_p_1): Likewise.
17221 (reg_dead_at_p): Likewise.
17222 (mark_used_regs_combine): Use add_to_hard_reg_set.
17223 (move_deaths): Use END_HARD_REGNO.
17224 (reg_bitfield_target_p): Use end_hard_regno.
17225 (distribute_notes): Use END_HARD_REGNO.
17226 * cse.c (mention_regs): Use END_REGNO.
17227 (insert): Use add_to_hard_reg_set.
17228 (invalidate): Use END_HARD_REGNO.
17229 (invalidate_for_call): Likewise.
17230 (exp_equiv_p): Use END_REGNO.
17231 (cse_insn): Likewise.
17232 * cselib.c (cselib_invalidate_regno): Use end_hard_regno.
17233 * df-problems.c (df_urec_mark_reg_change): Use END_HARD_REGNO.
17234 * df-scan.c (df_ref_record): Use END_HARD_REGNO.
17235 * function.c (keep_stack_depressed): Use end_hard_regno.
17236 * global.c (global_alloc): Use end_hard_regno.
17237 (global_conflicts): Use add_to_hard_reg_set instead of
17238 mark_reg_live_nc.
17239 (find_reg): Likewise.
17240 (mark_reg_store): Likewise.
17241 (mark_reg_conflicts): Likewise.
17242 (mark_reg_death): Use remove_from_hard_reg_set.
17243 (mark_reg_live_nc): Delete.
17244 (set_preference): Use end_hard_regno.
17245 * local-alloc.c (mark_life): Use add_to_hard_reg_set and
17246 remove_from_hard_reg_set.
17247 (post_mark_life): Use add_to_hard_reg_set.
17248 * mode-switching.c (reg_dies): Use remove_from_hard_reg_set.
17249 (reg_becomes_live): Use add_to_hard_reg_set.
17250 * recog.c (reg_fits_class_p): Use in_hard_reg_set_p.
17251 (peep2_find_free_register): Use add_to_hard_reg_set.
17252 * reg-stack.c (convert_regs_exit): Use END_HARD_REGNO.
17253 * regclass.c (record_reg_classes): Use in_hard_reg_set_p.
17254 * regrename.c (note_sets): Use add_to_hard_reg_set.
17255 (clear_dead_regs): Use remove_from_hard_reg_set.
17256 (regrename_optimize): Use add_to_hard_reg_set.
17257 (find_oldest_value_reg): Use in_hard_reg_set_p.
17258 * reload.c (push_reload): Use in_hard_reg_set_p and end_hard_regno.
17259 (hard_reg_set_here_p): Use end_hard_regno.
17260 (decompose): Likewise.
17261 (reg_overlap_mentioned_for_reload_p): Use END_HARD_REGNO.
17262 (find_equiv_reg): Use in_hard_reg_set_p and end_hard_regno.
17263 * reload1.c (compute_use_by_pseudos): Use add_to_hard_reg_set.
17264 (mark_home_live): Use end_hard_regno.
17265 (spill_hard_reg): Likewise.
17266 (clear_reload_reg_in_use): Likewise.
17267 * reorg.c (delete_prior_computation): Use END_REGNO.
17268 * resource.c (update_live_status): Use END_HARD_REGNO.
17269 (mark_referenced_resources): Use add_to_hard_reg_set.
17270 (mark_set_resources): Likewise.
17271 (mark_target_live_regs): Likewise. Use remove_from_hard_reg_set.
17272 * rtlanal.c (refers_to_regno_p): Use END_REGNO.
17273 (reg_overlap_mentioned_p): Likewise.
17274 (dead_or_set_p): Likewise. Use an exclusive upper loop bound.
17275 (covers_regno_no_parallel_p): Use END_REGNO.
17276 (find_regno_note): Likewise.
17277 (find_reg_fusage): Use END_HARD_REGNO.
17278 * stmt.c (decl_overlaps_hard_reg_set_p): Use overlaps_hard_reg_set_p.
17279 * var-tracking.c (emit_note_insn_var_location): Use end_hard_regno.
17280
17281 2007-05-22 Richard Sandiford <rsandifo@nildram.co.uk>
17282
17283 * mode-switching.c (reg_dies): Change type of second argument to
17284 "HARD_REG_SET *".
17285 (optimize_mode_switching): Update accordingly.
17286
17287 2007-05-22 Richard Sandiford <richard@codesourcery.com>
17288
17289 * hard-reg-set.h (GO_IF_HARD_REG_SUBSET, GO_IF_HARD_REG_EQUAL): Delete
17290 in favor of...
17291 (hard_reg_subset_p, hard_reg_sets_equal_p, hard_reg_sets_intersect_p)
17292 (hard_reg_set_empty_p): ...these new functions.
17293 * bt-load.c (choose_btr): Use hard_reg_subset_p instead of
17294 GO_IF_HARD_REG_SUBSET.
17295 * cfgcleanup.c (old_insns_match_p): Use hard_reg_sets_equal_p
17296 instead of GO_IF_HARD_REG_EQUAL.
17297 * df-problems.c (df_urec_local_compute): Use hard_reg_set_empty_p
17298 instead of GO_IF_HARD_REG_EQUAL.
17299 * global.c (find_reg): Use hard_reg_set_empty_p instead of
17300 GO_IF_HARD_REG_SUBSET.
17301 (modify_reg_pav): Use hard_reg_set_empty_p instead of
17302 GO_IF_HARD_REG_EQUAL.
17303 * local-alloc.c (find_free_reg): Use hard_reg_subset_p instead
17304 of GO_IF_HARD_REG_SUBSET.
17305 * reg-stack.c (change_stack, convert_regs_1): Use hard_reg_sets_equal_p
17306 instead of GO_IF_HARD_REG_EQUAL.
17307 * regclass.c (init_reg_sets_1, reg_scan_mark_refs): Use
17308 hard_reg_subset_p instead of GO_IF_HARD_REG_SUBSET.
17309 (reg_classes_intersect_p): Use hard_reg_sets_intersect_p instead
17310 of GO_IF_HARD_REG_SUBSET,
17311 * reload1.c (finish_spills): Use hard_reg_subset_p instead of
17312 GO_IF_HARD_REG_SUBSET.
17313 * struct-equiv.c (death_notes_match_p): Use hard_reg_sets_equal_p
17314 instead of GO_IF_HARD_REG_EQUAL.
17315 * config/sh/sh.c (push_regs, calc_live_regs): Use
17316 hard_reg_sets_intersect_p instead of hard_regs_intersect_p.
17317 (hard_regs_intersect_p): Delete.
17318
17319 2007-05-22 Janis Johnson <janis187@us.ibm.com>
17320
17321 * doc/sourcebuild.texi (Test Directives) Add dg-message.
17322
17323 2007-05-22 H.J. Lu <hongjiu.lu@intel.com>
17324 Richard Henderson <rth@redhat.com>
17325
17326 * config.gcc (i[34567]86-*-*): Add smmintrin.h to
17327 extra_headers.
17328 (x86_64-*-*): Likewise.
17329
17330 * i386/i386-modes.def (V2QI): New.
17331
17332 * config/i386/i386.c (ix86_handle_option): Handle SSE4.1 and
17333 SSE4A.
17334 (override_options): Support SSE4.1.
17335 (IX86_BUILTIN_BLENDPD): New for SSE4.1.
17336 (IX86_BUILTIN_BLENDPS): Likewise.
17337 (IX86_BUILTIN_BLENDVPD): Likewise.
17338 (IX86_BUILTIN_BLENDVPS): Likewise.
17339 (IX86_BUILTIN_PBLENDVB128): Likewise.
17340 (IX86_BUILTIN_PBLENDW128): Likewise.
17341 (IX86_BUILTIN_DPPD): Likewise.
17342 (IX86_BUILTIN_DPPS): Likewise.
17343 (IX86_BUILTIN_INSERTPS128): Likewise.
17344 (IX86_BUILTIN_MOVNTDQA): Likewise.
17345 (IX86_BUILTIN_MPSADBW128): Likewise.
17346 (IX86_BUILTIN_PACKUSDW128): Likewise.
17347 (IX86_BUILTIN_PCMPEQQ): Likewise.
17348 (IX86_BUILTIN_PHMINPOSUW128): Likewise.
17349 (IX86_BUILTIN_PMAXSB128): Likewise.
17350 (IX86_BUILTIN_PMAXSD128): Likewise.
17351 (IX86_BUILTIN_PMAXUD128): Likewise.
17352 (IX86_BUILTIN_PMAXUW128): Likewise.
17353 (IX86_BUILTIN_PMINSB128): Likewise.
17354 (IX86_BUILTIN_PMINSD128): Likewise.
17355 (IX86_BUILTIN_PMINUD128): Likewise.
17356 (IX86_BUILTIN_PMINUW128): Likewise.
17357 (IX86_BUILTIN_PMOVSXBW128): Likewise.
17358 (IX86_BUILTIN_PMOVSXBD128): Likewise.
17359 (IX86_BUILTIN_PMOVSXBQ128): Likewise.
17360 (IX86_BUILTIN_PMOVSXWD128): Likewise.
17361 (IX86_BUILTIN_PMOVSXWQ128): Likewise.
17362 (IX86_BUILTIN_PMOVSXDQ128): Likewise.
17363 (IX86_BUILTIN_PMOVZXBW128): Likewise.
17364 (IX86_BUILTIN_PMOVZXBD128): Likewise.
17365 (IX86_BUILTIN_PMOVZXBQ128): Likewise.
17366 (IX86_BUILTIN_PMOVZXWD128): Likewise.
17367 (IX86_BUILTIN_PMOVZXWQ128): Likewise.
17368 (IX86_BUILTIN_PMOVZXDQ128): Likewise.
17369 (IX86_BUILTIN_PMULDQ128): Likewise.
17370 (IX86_BUILTIN_PMULLD128): Likewise.
17371 (IX86_BUILTIN_ROUNDPD): Likewise.
17372 (IX86_BUILTIN_ROUNDPS): Likewise.
17373 (IX86_BUILTIN_ROUNDSD): Likewise.
17374 (IX86_BUILTIN_ROUNDSS): Likewise.
17375 (IX86_BUILTIN_PTESTZ): Likewise.
17376 (IX86_BUILTIN_PTESTC): Likewise.
17377 (IX86_BUILTIN_PTESTNZC): Likewise.
17378 (IX86_BUILTIN_VEC_EXT_V16QI): Likewise.
17379 (IX86_BUILTIN_VEC_SET_V2DI): Likewise.
17380 (IX86_BUILTIN_VEC_SET_V4SF): Likewise.
17381 (IX86_BUILTIN_VEC_SET_V4SI): Likewise.
17382 (IX86_BUILTIN_VEC_SET_V16QI): Likewise.
17383 (bdesc_ptest): New.
17384 (bdesc_sse_3arg): Likewise.
17385 (bdesc_2arg): Likewise.
17386 (bdesc_1arg): Likewise.
17387 (ix86_init_mmx_sse_builtins): Support SSE4.1. Handle SSE builtins
17388 with 3 args.
17389 (ix86_expand_sse_4_operands_builtin): New.
17390 (ix86_expand_unop_builtin): Support 2 arg builtins with a constant
17391 smaller than 8 bits as the 2nd arg.
17392 (ix86_expand_sse_ptest): New.
17393 (ix86_expand_builtin): Support SSE4.1. Support 3 arg SSE builtins.
17394 (ix86_expand_vector_set): Support SSE4.1.
17395 (ix86_expand_vector_extract): Likewise.
17396
17397 * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define
17398 __SSE4_1__ for -msse4.1.
17399
17400 * config/i386/i386.md (UNSPEC_BLENDV): New for SSE4.1.
17401 (UNSPEC_INSERTPS): Likewise.
17402 (UNSPEC_DP): Likewise.
17403 (UNSPEC_MOVNTDQA): Likewise.
17404 (UNSPEC_MPSADBW): Likewise.
17405 (UNSPEC_PHMINPOSUW): Likewise.
17406 (UNSPEC_PTEST): Likewise.
17407 (UNSPEC_ROUNDP): Likewise.
17408 (UNSPEC_ROUNDS): Likewise.
17409
17410 * config/i386/i386.opt (msse4.1): New for SSE4.1.
17411
17412 * config/i386/predicates.md (const_pow2_1_to_2_operand): New.
17413 (const_pow2_1_to_32768_operand): Likewise.
17414
17415 * config/i386/smmintrin.h: New. The SSE4.1 intrinsic header
17416 file.
17417
17418 * config/i386/sse.md (*vec_setv4sf_sse4_1): New pattern for
17419 SSE4.1.
17420 (sse4_1_insertps): Likewise.
17421 (*sse4_1_extractps): Likewise.
17422 (sse4_1_ptest): Likewise.
17423 (sse4_1_mulv2siv2di3): Likewise.
17424 (*sse4_1_mulv4si3): Likewise.
17425 (*sse4_1_smax<mode>3): Likewise.
17426 (*sse4_1_umax<mode>3): Likewise.
17427 (*sse4_1_smin<mode>3): Likewise.
17428 (*sse4_1_umin<mode>3): Likewise.
17429 (sse4_1_eqv2di3): Likewise.
17430 (*sse4_1_pinsrb): Likewise.
17431 (*sse4_1_pinsrd): Likewise.
17432 (*sse4_1_pinsrq): Likewise.
17433 (*sse4_1_pextrb): Likewise.
17434 (*sse4_1_pextrb_memory): Likewise.
17435 (*sse4_1_pextrw_memory): Likewise.
17436 (*sse4_1_pextrq): Likewise.
17437 (sse4_1_blendpd): Likewise.
17438 (sse4_1_blendps): Likewise.
17439 (sse4_1_blendvpd): Likewise.
17440 (sse4_1_blendvps): Likewise.
17441 (sse4_1_dppd): Likewise.
17442 (sse4_1_dpps): Likewise.
17443 (sse4_1_movntdqa): Likewise.
17444 (sse4_1_mpsadbw): Likewise.
17445 (sse4_1_packusdw): Likewise.
17446 (sse4_1_pblendvb): Likewise.
17447 (sse4_1_pblendw): Likewise.
17448 (sse4_1_phminposuw): Likewise.
17449 (sse4_1_extendv8qiv8hi2): Likewise.
17450 (*sse4_1_extendv8qiv8hi2): Likewise.
17451 (sse4_1_extendv4qiv4si2): Likewise.
17452 (*sse4_1_extendv4qiv4si2): Likewise.
17453 (sse4_1_extendv2qiv2di2): Likewise.
17454 (*sse4_1_extendv2qiv2di2): Likewise.
17455 (sse4_1_extendv4hiv4si2): Likewise.
17456 (*sse4_1_extendv4hiv4si2): Likewise.
17457 (sse4_1_extendv2hiv2di2): Likewise.
17458 (*sse4_1_extendv2hiv2di2): Likewise.
17459 (sse4_1_extendv2siv2di2): Likewise.
17460 (*sse4_1_extendv2siv2di2): Likewise.
17461 (sse4_1_zero_extendv8qiv8hi2): Likewise.
17462 (*sse4_1_zero_extendv8qiv8hi2): Likewise.
17463 (sse4_1_zero_extendv4qiv4si2): Likewise.
17464 (*sse4_1_zero_extendv4qiv4si2): Likewise.
17465 (sse4_1_zero_extendv2qiv2di2): Likewise.
17466 (*sse4_1_zero_extendv2qiv2di2): Likewise.
17467 (sse4_1_zero_extendv4hiv4si2): Likewise.
17468 (*sse4_1_zero_extendv4hiv4si2): Likewise.
17469 (sse4_1_zero_extendv2hiv2di2): Likewise.
17470 (*sse4_1_zero_extendv2hiv2di2): Likewise.
17471 (sse4_1_zero_extendv2siv2di2): Likewise.
17472 (*sse4_1_zero_extendv2siv2di2): Likewise.
17473 (sse4_1_roundpd): Likewise.
17474 (sse4_1_roundps): Likewise.
17475 (sse4_1_roundsd): Likewise.
17476 (sse4_1_roundss): Likewise.
17477 (mulv4si3): Don't expand for SSE4.1.
17478 (smax<mode>3): Likewise.
17479 (umaxv4si3): Likewise.
17480 (uminv16qi3): Likewise.
17481 (umin<mode>3): Likewise.
17482 (umaxv8hi3): Rewrite. Only enabled for SSE4.1.
17483
17484 * doc/extend.texi: Document SSE4.1 built-in functions.
17485
17486 * doc/invoke.texi: Document -msse4.1.
17487
17488 2007-05-22 Nathan Sidwell <nathan@codesourcery.com>
17489
17490 * config/m68k/linux.h (ASM_SPEC): Add asm_pcrel_spec.
17491 * config/m68k/m68k-none.h (ASM_SPEC): Don't override here.
17492 * config/m68k/m68k.h (ASM_PCREL_SPEC): New.
17493 (ASM_SPEC): Add asm_pcrel_spec.
17494 (EXTRA_SPECS): Add asm_pcrel_spec.
17495
17496 2007-05-21 David Daney <ddaney@avtrex.com>
17497
17498 * doc/install.texi (Building a cross compiler): Add requirements
17499 for Java cross compiler.
17500
17501 2007-05-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
17502
17503 PR middle-end/31995
17504 * tree-chrec.c (evolution_function_is_affine_multivariate_p):
17505 Add loopno argument. Use evolution_function_is_invariant_rec_p
17506 instead of evolution_function_is_constant_p.
17507 Update calls to evolution_function_is_affine_multivariate_p.
17508 * tree-chrec.h (evolution_function_is_affine_multivariate_p):
17509 Add loopno argument.
17510 * tree-scalar-evolution.c (gather_chrec_stats): Call
17511 evolution_function_is_affine_multivariate_p with a loop
17512 number of 0.
17513 * tree-data-ref.c (analyze_miv_subscript): Likewise.
17514 (analyze_overlapping_iterations): Likewise.
17515 (access_functions_are_affine_or_constant_p): Likewise.
17516 (build_classic_dist_vector_1): If the access functions
17517 are equal, don't do anything.
17518
17519 2007-05-21 Paolo Bonzini <bonzini@gnu.org>
17520 Paolo Carlini <pcarlini@suse.de>
17521 Uros Bizjak <ubizjak@gmail.com>
17522
17523 * c-cppbuiltin.c (c_cpp_builtins): Define
17524 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2,
17525 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8,
17526 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16, if appropriate.
17527 * doc/cpp.texi ([Standard Predefined Macros]): Document.
17528
17529 2007-05-21 Mike Stump <mrs@apple.com>
17530
17531 * config/darwin.h (LINK_COMMAND_SPEC): Add .cxx/.cp for dsymutil
17532 handling as well.
17533 * config/darwin9.h (LINK_COMMAND_SPEC): Likewise.
17534
17535 2007-05-21 Uros Bizjak <ubizjak@gmail.com>
17536
17537 * config/i386/tmmintrin.h (_mm_alignr_epi8): Provide macro
17538 implementation if __OPTIMIZE__ is not defined.
17539 (_mm_alignr_pi8): Ditto.
17540 * config/i386/ammintrin.h (_mm_extracti_si64): Ditto.
17541 (_mm_inserti_si64): Ditto.
17542 * config/i386/emmintrin.h (_mm_shuffle_pd): Ditto.
17543 (_mm_slli_epi16): Ditto.
17544 (_mm_slli_epi32): Ditto.
17545 (_mm_slli_epi64): Ditto.
17546 (_mm_srai_epi16): Ditto.
17547 (_mm_srai_epi32): Ditto.
17548 (_mm_srli_si128): Ditto.
17549 (_mm_slli_si128): Ditto.
17550 (_mm_srli_epi16): Ditto.
17551 (_mm_srli_epi32): Ditto.
17552 (_mm_srli_epi64): Ditto.
17553 (_mm_extract_epi16): Ditto.
17554 (_mm_insert_epi16): Ditto.
17555 (_mm_shufflehi_epi16): Ditto.
17556 (_mm_shufflelo_epi16): Ditto.
17557 (_mm_shuffle_epi32): Ditto.
17558 * config/i386/xmmintrin.h (_mm_extract_pi16): Ditto.
17559 (_m_pextrw): Ditto.
17560 (_mm_insert_pi16): Ditto.
17561 (_m_pinsrw): Ditto.
17562 (_mm_shuffle_pi16): Ditto.
17563 (_m_pshufw): Ditto.
17564 (_mm_shufle_ps): Ditto.
17565 (_mm_prefetch): Ditto.
17566
17567 2007-05-21 Andreas Krebbel <krebbel1@de.ibm.com>
17568
17569 * defaults.h (IBM_FLOAT_FORMAT): Macro definition removed.
17570 * doc/tm.texi (IBM_FLOAT_FORMAT): Documentation entry removed.
17571 * real.c (encode_i370_single, decode_i370_single,
17572 encode_i370_double, decode_i370_double): Functions removed.
17573 (i370_single_format, i370_double_format): Initializations removed.
17574 (real_maxval, round_for_format, exact_real_truncate, significand_size):
17575 Consider the log2_b field to always be one.
17576 (ieee_single_format, mips_single_format, coldfire_single_format,
17577 ieee_double_format, mips_double_format, coldfire_double_format,
17578 ieee_extended_motorola_format, ieee_extended_intel_96_format,
17579 ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
17580 ibm_extended_format, mips_extended_format, ieee_quad_format,
17581 mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
17582 decimal_single_format, decimal_double_format, decimal_quad_format,
17583 c4x_single_format, c4x_extended_format, real_internal_format): Remove
17584 initialization of log2_b.
17585 * real.h (i370_single_format, i370_double_format): Declarations
17586 removed.
17587 * c-cppbuiltin.c (builtin_define_float_constants): Consider the log2_b
17588 field to always be one.
17589
17590 2007-05-21 Andreas Schwab <schwab@suse.de>
17591
17592 * config/ia64/ia64.c (emit_predicate_relation_info): Fix use of
17593 NOTE_INSN_BASIC_BLOCK_P.
17594 (process_for_unwind_directive): Likewise.
17595
17596 2007-05-21 Nathan Sidwell <nathan@codesourcery.com>
17597
17598 * builtins.c (expand_builtin_setjmp_setup): Update comment.
17599 * function.h (struct function): Move va_list_gpr_size,
17600 va_list_fpr_size, function_frequency to front of bitfields. Add
17601 calls_unwind_init.
17602 (current_function_calls_unwind_init): New.
17603 * except.c (expand_builtin_unwind_init): Set
17604 current_function_calls_unwind_init not
17605 current_function_has_nonlocal_label.
17606 * reload1.c (has_nonexceptional_receiver): New.
17607 (reload): Use it and current_function_calls_unwind_init to
17608 determine whether call-saved regs must be saved.
17609
17610 2007-05-20 Jan Hubicka <jh@suse.cz>
17611
17612 * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of
17613 NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
17614 * ddg.c (create_ddg): LIkewise.
17615 * final.c (final): Remove hunk moving line number notes around since
17616 they are no longer present at this stage.
17617 (final_scan_insn): Use NOTE_KIND instead of
17618 NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
17619 (output_asm_label): Likewise.
17620 * reorg.c (dbr_schedule): Likewise.
17621 * haifa-sched.c (unlink_other_notes): Likewise.
17622 * mode-switching.c (optimize_mode_switching): Likewise.
17623 * graph.c (start_bb): Likewise.
17624 * rtl.def (NOTE): Update description.
17625 * jump.c (squeeze_notes): Delete.
17626 (mark_jump_label): Use NOTE_KIND instead of NOTE_LINE_NUMBER; use
17627 NOTE_INSN_BASIC_BLOCK_P when possible.
17628 * ifcvt.c (dead_or_predicable): Remove call of squeeze_notes.
17629 * dwarf2out.c (gen_label_die): Use NOTE_KIND instead of
17630 NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
17631 (dwarf2out_var_location): Likewise.
17632 * cfgbuild.c (make_edges): Likewise.
17633 (find_basic_blocks_1): Likewise.
17634 * function.c (reorder_blocks_1): Likewise.
17635 (epilogue_done): Likewise.
17636 (reposition_prologue_and_epilogue_notes): Likewise.
17637 * print-rtl.c (print_rtx): Likewise; drop code for printing
17638 line number notes.
17639 (print_rtl): Likewise.
17640 (print_rtl_single): Likewise.
17641 * gcse.c (insert_insn_start_bb): Likewise.
17642 * alias.c (init_alias_analysis): Likewise.
17643 * calls.c (fixup_tail_calls): Likewise.
17644 * except.c (sjlj_emit_function_enter): Likewise.
17645 * emit-rtl.c (add_insn_after): Likeiwse.
17646 (emit_label_before): Likewise.
17647 (emit_label_after): Likewise.
17648 (emit_note_before, emit_note_after, emit_note): Update
17649 parameter to be enum insn_note; do not deal with source
17650 files.
17651 * cfgcleanup.c (merge_blocks_move_predecessor_nojumps):
17652 Use NOTE_KIND instead of NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P
17653 when possible.
17654 (merge_blocks_move_successor_nojumps): Simplify now when
17655 we don't have BLOCK notes.
17656 (try_optimize_cfg): Likewise.
17657 * cfglayout.c (skip_insns_after_block): Likewise.
17658 (record_effective_endpoints): Likewise.
17659 (duplicate_insn_chain): Likewise.
17660 * varasm.c (output_constant_pool_1): Likewise.
17661 * sched-deps.c (sched_analyze): Likewise.
17662 * rtl.c (NOTE_INSN_MAX_isnt_negative_adjust_NOTE_INSN_BIAS):
17663 Exterminate.
17664 (note_insn_name): Simplify now when NOTE_INSN_BIAS is gone.
17665 * rtl.h (NOTE_SOURCE_LOCATION, NOTE_EXPANDED_LOCATION): Exterminate.
17666 (SET_INSN_DELETED): Simplify.
17667 (NOTE_LINE_NUMBER): Exterminate.
17668 (NOTE_LINE_KIND): New.
17669 (NOTE_INSN_BASIC_BLOCK_P): Update.
17670 (enum insn_note): Simplify.
17671 (GET_NOTE_INSN_NAME) Simplify.
17672 (emit_note_before, emit_note_after, emit_note): Update prototype.
17673 (squeeze_notes): Remove.
17674 * sched-int.h (NOTE_NOT_BB_P): Update.
17675 * resource.c (mark_target_live_regs): Update.
17676 * sched-rgn.c (debug_dependencies): Update.
17677 * sched-vis.c (print_insn): Update.
17678 * config/alpha/alpha.c (alpha_handle_trap_shadows): Update.
17679 * config/i386/i386.c (ix86_output_function_epilogue): Update.
17680 * config/sh/sh.c (sh_adjust_unroll_max): Function dead since gcc 4.0.0.
17681 (TARGET_ADJUST_UNROLL_MAX): Likewise.
17682 (split_branches): Update.
17683 (sh_optimize_target_register_callee_saved): Remove hunk dead since gcc
17684 4.0.0.
17685 (sh_adjust_unroll_max): Exterminate.
17686 * config/c4x/c4x.c (c4x_reorg): Use SET_INSN_DELETED.
17687 * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Likewise.
17688 (m68hc11_reorg): Likewise.
17689 * config/ia64/ia64.c (emit_insn_group_barriers): Update.
17690 (emit_predicate_relation_info): Update.
17691 (process_for_unwind_directive): Update.
17692 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Update.
17693 (output_call): Update.
17694 * config/pa/pa.c (output_lbranch): Update.
17695 (output_millicode_call): Update.
17696 (output_call): Update.
17697 (pa_combine_instructions): Update.
17698 * config/mips/mips.c (mips16_gp_pseudo_reg): Update.
17699 * config/bfin/bfin.c (gen_one_bundle): Update.
17700 * cfgrtl.c (can_delete_note_p): Update.
17701 (delete_insn): Update.
17702 (rtl_merge_blocks): Update.
17703 (commit_one_edge_insertion): Update.
17704 (rtl_verify_flow_info): Update.
17705 * stmt.c (expand_case): Do not call squeeze_notes.
17706
17707 2007-05-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
17708
17709 PR middle-end/7651
17710 PR c++/11856
17711 PR c/12963
17712 PR c/23587
17713 PR other/29694
17714 * c.opt (Wtype-limits): New.
17715 * doc/invoke.texi (Wtype-limits): Document it.
17716 (Wextra): Enabled by -Wextra.
17717 * c-opts.c (c_common_post_options): Enabled by -Wextra.
17718 * c-common.c (shorten_compare): Warn with Wtype-limits.
17719
17720 2007-05-20 Uros Bizjak <ubizjak@gmail.com>
17721
17722 * config/i386/tmmintrin.h (_mm_alignr_epi32): Implement as always
17723 inlined function, not as a macro.
17724 (_mm_alignr_pi8): Ditto.
17725 * config/i386/ammintrin.h (_mm_extracti_si64): Ditto.
17726 (_mm_inserti_si64): Ditto.
17727 * config/i386/emmintrin.h (_mm_shuffle_pd): Ditto.
17728 (_mm_extract_epi16): Ditto.
17729 (_mm_insert_epi16): Ditto.
17730 (_mm_shufflehi_epi16): Ditto.
17731 (_mm_shufflelo_epi16): Ditto.
17732 (_mm_shuffle_epi32): Ditto.
17733 * config/i386/xmmintrin.h (_mm_set_ss): Use 0.0f for float constant.
17734 * config/386/mm3dnow.h: Add __attribute__((__always_inline__)) to
17735 all functions.
17736 (_m_from_float): Add __extension__ to conversion. Use 0.0f for
17737 float constant.
17738 (_m_to_float): Use C89 compatible assignment.
17739
17740 2007-05-20 Martin Michlmayr <tbm@cyrius.com>
17741
17742 PR target/32007
17743 * config/arm/lib1funcs.asm: Define __ARM_ARCH__ on v2/v3 machines.
17744
17745 2007-05-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
17746
17747 PR middle-end/7651
17748 * doc/invoke.texi (Wreturn-type): Complete description.
17749 (Wextra): Delete item about return-type warning.
17750 * c-decl.c: Delete redundant Wextra warning.
17751
17752 2007-05-20 Uros Bizjak <ubizjak@gmail.com>
17753
17754 PR target/31585
17755 * config/i386/pmmintrin.h: Do not include xmmintrin.h
17756 * config/i386/xmmintrin.h (_mm_extract_pi16): Implement as always
17757 inlined function, not as a macro.
17758 (_mm_prefetch): Ditto.
17759 (_m_pextrw): Ditto.
17760 (_mm_insert_pi16): Ditto.
17761 (_m_pinsrw): Ditto.
17762 (_mm_shuffle_pi16): Ditto. Add const to __N argument.
17763 (_m_pshufw): Ditto. Add const to __N argument.
17764 (_mm_shufle_ps): Ditto. Add const to __mask argument.
17765 * config/i386/emmintrin.h (_mm_slli_epi16): Add const to __B argument.
17766 (_mm_slli_epi32): Ditto.
17767 (_mm_srli_si128): Implement as always inlined function, not as a
17768 macro. Add __inline to function declaration.
17769 (_mm_slli_si128): Ditto.
17770
17771 2007-05-19 Uros Bizjak <ubizjak@gmail.com>
17772
17773 * config/i386/sfp-machine.h (FP_EX_INVALID, FP_EX_DENORM,
17774 FP_EXP_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT):
17775 New constants.
17776 (struct fenv): New structure.
17777 (FP_HANDLE_EXCEPTIONS): New define.
17778 (FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF, FP_RND_MINF): New constants.
17779 (_FP_DECL_EXP): New define.
17780 (FP_INIT_ROUNDMODE): New define.
17781 (FP_ROUNDMODE): New define.
17782
17783 2007-05-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
17784
17785 * doc/invoke.texi (Warning Options): Add -Wconversion-sign.
17786 (Wconversion): Update description.
17787 (Wconversion-sign): New.
17788 * c.opt (Wconversion-sign): New.
17789 * c-opts.c (c_common_post_options): Uninitialized Wconversion-sign
17790 means disabled for C++. Otherwise, take the status of Wconversion.
17791 * c-common.c (conversion_warning): Warn with either Wconversion or
17792 Wconversion-sign.
17793 (warnings_for_convert_and_check): Conditions are already checked by
17794 conversion_warning.
17795 (convert_and_check): Don't check warnings if the conversion failed.
17796
17797 2007-05-19 Andy Hutchinson <HutchinsonAndy@netscape.net>
17798 Anatoly Sokolov <aesok@dol.ru>
17799
17800 * config/avr/avr-protos.h (expand_prologue, expand_epilogue,
17801 avr_epilogue_uses) : Add declaration.
17802 * config/avr/predicates.md (avr_sp_immediate_operand): New predicate.
17803 * config/avr/constraints.md (R): New constraint.
17804 config/avr/avr.md (SREG_ADDR, UNSPEC_SEI, UNSPEC_CLI,
17805 UNSPECV_PROLOGUE_SAVES, UNSPECV_EPILOGUE_RESTORES): New constants.
17806 (*pop1, *pop2, *pop3, *pop4, *pop5): Combine into ...
17807 (*addhi3_sp_R_pc2, *addhi3_sp_R_pc3): ... these patterns.
17808 (*movhi_sp, popqi, pophi, enable_interrupt, disable_interrupt,
17809 call_prologue_saves, epilogue_restores, return_from_epilogue,
17810 return_from_main_epilogue, return_from_interrupt_epilogue,
17811 return_from_naked_epilogue, prologue, epilogue): New patterns.
17812 (jump): Handle symbol reference.
17813 * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr,
17814 avr_output_function_prologue, avr_output_function_epilogue): Remove
17815 functions.
17816 (avr_init_machine_status, expand_prologue, expand_epilogue,
17817 avr_asm_function_end_prologue, avr_epilogue_uses,
17818 avr_asm_function_begin_epilogue): New functions.
17819 (prologue_size, epilogue_size, jump_tables_size): Remove global
17820 variables.
17821 (TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.
17822 (TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
17823 (TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): Define.
17824 (avr_override_options): Initialise init_machine_status.
17825 (output_movhi): Handle all stack pointer loads.
17826 (out_movqi_r_mr, out_movqi_mr_r): Handle SREG_ADDR address.
17827 (avr_output_addr_vec_elt): Do not use variable jump_tables_size.
17828 * config/avr/avr.h (AVR_2_BYTE_PC, AVR_3_BYTE_PC): New.
17829 (EPILOGUE_USES) Redefine.
17830 (machine_function) Declare.
17831
17832 2007-05-19 Richard Sandiford <richard@codesourcery.com>
17833
17834 * config/mips/mips.c (mips_offset_within_alignment_p): Tweak comment.
17835 Use a single return statement.
17836
17837 2007-05-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17838
17839 PR middle-end/30250
17840 * builtins.c (do_mpfr_lgamma_r): New.
17841 (fold_builtin_2): Handle builtin gamma_r/lgamma_r.
17842 * tree.h (CASE_FLT_FN_REENT): New.
17843
17844 2007-05-18 Geoffrey Keating <geoffk@apple.com>
17845
17846 * dwarf2out.c (print_die): Use '%ld' not '%lu' to print a 'long'.
17847 (output_die): Use 'unsigned long' with %x.
17848 * sched-vis.c (print_value): Use 'unsigned HOST_WIDE_INT' and
17849 HOST_WIDE_INT_PRINT_HEX to print HOST_WIDE_INT.
17850 * tree-dump.c (dump_pointer): Use 'unsigned long' for %lx.
17851
17852 * unwind-dw2.c (uw_identify_context): Use the CFA, not the IP.
17853
17854 2007-05-18 H.J. Lu <hongjiu.lu@intel.com>
17855
17856 PR target/31989
17857 PR target/31681
17858 PR target/31666
17859 * config/i386/i386.c (init_cumulative_args): Set maybe_vaarg to
17860 true if function has no argument.
17861
17862 2007-05-18 DJ Delorie <dj@redhat.com>
17863
17864 * config/mips/mips.c (mips_offset_within_alignment_p): New.
17865 (mips_symbolic_constant_p): Call it for TPREL and DTPREL symbols.
17866
17867 2007-05-18 Uros Bizjak <ubizjak@gmail.com>
17868
17869 * longlong.h (__x86_64__): Add definitions for add_ssaaaa,
17870 sub_ddmmss, umul_ppmm, udiv_qrnnd, count_leading_zeros and
17871 count_trailing_zeros.
17872 (__i386__): Implement count_leading_zeros using __builtin_clz().
17873 Implement count_trailing_zeros usign __builtin_ctz().
17874
17875 2007-05-18 Richard Sandiford <richard@codesourcery.com>
17876
17877 * config/i386/vxworks.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine.
17878
17879 2007-05-18 Uros Bizjak <ubizjak@gmail.com>
17880
17881 PR middle-end/31344
17882 * expr.c (emit_move_change_mode): Change mode of push operands here.
17883
17884 2007-05-17 Ian Lance Taylor <iant@google.com>
17885
17886 PR tree-optimization/31953
17887 * tree-vrp.c (set_value_range_to_value): Add equiv parameter.
17888 Change all callers.
17889 (set_value_range_to_null): Call set_value_range_to_value.
17890 (extract_range_from_comparison): Likewise.
17891
17892 2007-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17893
17894 * toplev.c (print_version): Output GMP/MPFR version info.
17895
17896 * builtins.c (CASE_MATHFN_REENT): New macro.
17897 (mathfn_built_in): Use it.
17898 * builtins.def (BUILT_IN_GAMMA_R, BUILT_IN_GAMMAF_R,
17899 BUILT_IN_GAMMAL_R, BUILT_IN_LGAMMA_R, BUILT_IN_LGAMMAF_R,
17900 BUILT_IN_LGAMMAL_R): New.
17901 * doc/extend.texi: Document new builtins.
17902
17903 PR middle-end/31796
17904 * builtins.c (do_mpfr_remquo): New.
17905 (fold_builtin_2): Handle BUILT_IN_DREM/BUILT_IN_REMAINDER.
17906 (fold_builtin_3): Handle BUILT_IN_REMQUO.
17907
17908 PR middle-end/30251
17909 * builtins.c (fold_builtin_1): Handle y0, y1.
17910 (fold_builtin_2): Handle yn.
17911
17912 PR middle-end/30251
17913 * builtins.c (do_mpfr_bessel_n): New.
17914 (fold_builtin_1): Handle BUILT_IN_J0 and BUILT_IN_J1.
17915 (fold_builtin_2): Handle BUILT_IN_JN.
17916
17917 2007-05-17 Danny Smith <dannysmith@users.sourceforge.net>
17918
17919 PR target/31965
17920 * config/i386/mingw32.h (_INTEGRAL_MAX_BITS): Define builtin as
17921 TYPE_PRECISION (intmax_type_node).
17922
17923 2007-05-17 Steve Ellcey <sje@cup.hp.com>
17924
17925 PR target/31850
17926 * reload.c (subst_reloads): Remove checking.
17927
17928 2007-05-17 Eric Botcazou <ebotcazou@libertysurf.fr>
17929
17930 PR rtl-optimization/31691
17931 * combine.c (simplify_set): Build a new src pattern instead of
17932 substituting its operands in the COMPARE case.
17933
17934 2007-05-17 Zdenek Dvorak <dvorakz@suse.cz>
17935
17936 * tree-vrp.c (finalize_jump_threads): Do not care about dominance info.
17937 (execute_vrp): Preserve loops through jump threading.
17938 * tree-ssa-threadupdate.c (thread_single_edge,
17939 dbds_continue_enumeration_p, determine_bb_domination_status,
17940 thread_through_loop_header): New functions.
17941 (create_edge_and_update_destination_phis,
17942 create_edge_and_update_destination_phis): Set loops for the new blocks.
17943 (prune_undesirable_thread_requests): Removed.
17944 (redirect_edges): Do not pretend that redirect_edge_and_branch can
17945 create new blocks.
17946 (thread_block): Do not call prune_undesirable_thread_requests.
17947 Update loops.
17948 (mark_threaded_blocks): Select edges to thread here.
17949 (thread_through_all_blocks): Take may_peel_loop_headers argument.
17950 Thread edges through loop headers independently.
17951 * cfgloopmanip.c (create_preheader, mfb_keep_just): Export.
17952 * tree-pass.h (TODO_mark_first_instance): New.
17953 (first_pass_instance): Declare.
17954 * cfghooks.c (duplicate_block): Put the block to the original loop
17955 if copy is not specified.
17956 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Preserve loops through
17957 jump threading. Pass may_peel_loop_headers to
17958 thread_through_all_blocks according to first_pass_instance.
17959 * cfgloop.h (create_preheader): Declare.
17960 * tree-flow.h (thread_through_all_blocks): Declaration changed.
17961 * basic-block.h (mfb_keep_just, mfb_kj_edge): Declare.
17962 * passes.c (first_pass_instance): New variable.
17963 (next_pass_1): Set TODO_mark_first_instance.
17964 (execute_todo): Set first_pass_instance.
17965
17966 2007-05-17 Uros Bizjak <ubizjak@gmail.com>
17967
17968 PR tree-optimization/24659
17969 * optabs.h (enum optab_index): Add OTI_vec_unpacks_float_hi,
17970 OTI_vec_unpacks_float_lo, OTI_vec_unpacku_float_hi,
17971 OTI_vec_unpacku_float_lo, OTI_vec_pack_sfix_trunc and
17972 OTI_vec_pack_ufix_trunc.
17973 (vec_unpacks_float_hi_optab): Define new macro.
17974 (vec_unpacks_float_lo_optab): Ditto.
17975 (vec_unpacku_float_hi_optab): Ditto.
17976 (vec_unpacku_float_lo_optab): Ditto.
17977 (vec_pack_sfix_trunc_optab): Ditto.
17978 (vec_pack_ufix_trunc_optab): Ditto.
17979 * genopinit.c (optabs): Implement vec_unpack[s|u]_[hi|lo]_optab
17980 and vec_pack_[s|u]fix_trunc_optab using
17981 vec_unpack[s|u]_[hi\lo]_* and vec_pack_[u|s]fix_trunc_* patterns
17982 * tree-vectorizer.c (supportable_widening_operation): Handle
17983 FLOAT_EXPR and CONVERT_EXPR. Update comment.
17984 (supportable_narrowing_operation): New function.
17985 * tree-vectorizer.h (supportable_narrowing_operation): Prototype.
17986 * tree-vect-transform.c (vectorizable_conversion): Handle
17987 (nunits_in == nunits_out / 2) and (nunits_out == nunits_in / 2) cases.
17988 (vect_gen_widened_results_half): Move before vectorizable_conversion.
17989 (vectorizable_type_demotion): Call supportable_narrowing_operation()
17990 to check for target support.
17991 * optabs.c (optab_for_tree_code) Return vec_unpack[s|u]_float_hi_optab
17992 for VEC_UNPACK_FLOAT_HI_EXPR, vec_unpack[s|u]_float_lo_optab
17993 for VEC_UNPACK_FLOAT_LO_EXPR and vec_pack_[u|s]fix_trunc_optab
17994 for VEC_PACK_FIX_TRUNC_EXPR.
17995 (expand_binop): Special case mode of the result for
17996 vec_pack_[u|s]fix_trunc_optab.
17997 (init_optabs): Initialize vec_unpack[s|u]_[hi|lo]_optab and
17998 vec_pack_[u|s]fix_trunc_optab.
17999
18000 * tree.def (VEC_UNPACK_FLOAT_HI_EXPR, VEC_UNPACK_FLOAT_LO_EXPR,
18001 VEC_PACK_FIX_TRUNC_EXPR): New tree codes.
18002 * tree-pretty-print.c (dump_generic_node): Handle
18003 VEC_UNPACK_FLOAT_HI_EXPR, VEC_UNPACK_FLOAT_LO_EXPR and
18004 VEC_PACK_FIX_TRUNC_EXPR.
18005 (op_prio): Ditto.
18006 * expr.c (expand_expr_real_1): Ditto.
18007 * tree-inline.c (estimate_num_insns_1): Ditto.
18008 * tree-vect-generic.c (expand_vector_operations_1): Ditto.
18009
18010 * config/i386/sse.md (vec_unpacks_float_hi_v8hi): New expander.
18011 (vec_unpacks_float_lo_v8hi): Ditto.
18012 (vec_unpacku_float_hi_v8hi): Ditto.
18013 (vec_unpacku_float_lo_v8hi): Ditto.
18014 (vec_unpacks_float_hi_v4si): Ditto.
18015 (vec_unpacks_float_lo_v4si): Ditto.
18016 (vec_pack_sfix_trunc_v2df): Ditto.
18017
18018 * doc/c-tree.texi (Expression trees) [VEC_UNPACK_FLOAT_HI_EXPR]:
18019 Document.
18020 [VEC_UNPACK_FLOAT_LO_EXPR]: Ditto.
18021 [VEC_PACK_FIX_TRUNC_EXPR]: Ditto.
18022 * doc/md.texi (Standard Names) [vec_pack_sfix_trunc]: Document.
18023 [vec_pack_ufix_trunc]: Ditto.
18024 [vec_unpacks_float_hi]: Ditto.
18025 [vec_unpacks_float_lo]: Ditto.
18026 [vec_unpacku_float_hi]: Ditto.
18027 [vec_unpacku_float_lo]: Ditto.
18028
18029 2007-05-16 Uros Bizjak <ubizjak@gmail.com>
18030
18031 * soft-fp/README: Update for new files.
18032 * soft-fp/floattisf.c: New file.
18033 * soft-fp/floattidf.c: New file.
18034 * soft-fp/floattitf.c: New file.
18035 * soft-fp/floatuntisf.c: New file.
18036 * soft-fp/floatuntidf.c: New file.
18037 * soft-fp/floatuntitf.c: New file.
18038 * soft-fp/fixsfti.c: New file.
18039 * soft-fp/fixdfti.c: New file.
18040 * soft-fp/fixtfti.c: New file.
18041 * soft-fp/fixunssfti.c: New file.
18042 * soft-fp/fixunsdfti.c: New file.
18043 * soft-fp/fixunstfti.c: New file.
18044 * soft-fp/extendxftf.c: New file.
18045 * soft-fp/trunctfxf.c: New file.
18046
18047 * libgcc-std.ver (__extendxftf2): Added to GCC_4.3.0 section.
18048 (__trunctfxf2): Ditto.
18049
18050 * config/i386/libgcc-x86_64-glibc.ver (__addtf3, __divtf3, __eqtf2,
18051 __extenddftf2, __extendsftf2, __fixtfdi, __fixtfsi, __fixtfti,
18052 __fixunstfdi, __fixunstfsi, __fixunstfti, __floatditf, __floatsitf,
18053 __floattitf, __floatunditf, __floatunsitf, __floatuntitf, __getf2,
18054 __letf2, __multf3, __negtf2, __subtf3, __trunctfdf2, __trunctfsf2,
18055 __unordtf2): Exclude and add to GCC_4.3.0 section for x86_64 targets.
18056
18057 * config/i386/t-fprules-softfp64: New file.
18058 * config/i386/sfp-machine.h: New file.
18059 * config.gcc (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu,
18060 x86_64-*-knetbsd*-gnu): Add i386/t-fprules-softfp64
18061 and soft-fp/t-softfp to tmake_file.
18062 (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
18063 i[34567]86-*-knetbsd*-gnu): Ditto for --enable-targets=all.
18064
18065 * config/i386/t-linux64 (softfp_wrap_start): New.
18066 (softfp_wrap_end): New.
18067 * config/i386/i386.c (ix86_scalar_mode_supported): TFmode is
18068 supported for TARGET_64BIT.
18069
18070 2007-05-16 Rafael Avila de Espindola <espindola@google.com>
18071
18072 * c-common.c (c_common_signed_or_unsigned_type): Emulate
18073 c_common_unsigned_type behavior.
18074
18075 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
18076
18077 * config/i386/i386.c (legitimize_tls_address): Mark __tls_get_addr
18078 calls as pure.
18079
18080 2007-05-16 Eric Christopher <echristo@apple.com>
18081
18082 * config/rs6000/rs6000.c (rs6000_emit_prologue): Move altivec register
18083 saving after stack push. Set sp_offset whenever we push.
18084 (rs6000_emit_epilogue): Move altivec register restore before
18085 stack push.
18086
18087 2007-05-16 Richard Sandiford <richard@codesourcery.com>
18088
18089 * configure.ac: Allow sysroots to be relocated under $prefix as
18090 well as $exec_prefix.
18091 * configure: Regenerate.
18092
18093 2007-05-16 Richard Sandiford <richard@codesourcery.com>
18094
18095 Revert:
18096
18097 2007-05-12 Richard Sandiford <richard@codesourcery.com>
18098
18099 * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
18100 (gcc_tooldir): Likewise.
18101 * configure: Regenerate.
18102 * Makefile.in (libsubdir_to_prefix): New variable, based on the
18103 old configure.ac gcc_tooldir setting.
18104 (prefix_to_exec_prefix): New variable.
18105 (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
18106 rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
18107
18108 2007-05-14 Janis Johnson <janis187@us.ibm.com>
18109
18110 * c-typeck.c (build_binary_op): Return early for error.
18111
18112 2007-05-15 Zdenek Dvorak <dvorakz@suse.cz>
18113
18114 * tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate
18115 struct nb_iter_bound.
18116 (free_numbers_of_iterations_estimates_loop): Use ggc_free.
18117 * gengtype.c (open_base_files): Add cfhloop.h to the list of includes.
18118 * cfgloopmanip.c (place_new_loop): Vector larray is gc-allocated.
18119 * tree-scalar-evolution.c: Include gt-tree-scalar-evolution.h.
18120 (struct scev_info_str, scalar_evolution_info): Add GTY markers.
18121 (new_scev_info_str): Use GGC_NEW to allocate struct scev_info_str.
18122 (del_scev_info): Use ggc_free.
18123 (scev_initialize): Allocate scalar_evolution_info in gc memory.
18124 * loop-init.c: Include ggc.h.
18125 (loop_optimizer_init): Use GGC_CNEW to allocate struct loops.
18126 (loop_optimizer_finalize): Use ggc_free.
18127 * tree-ssa-loop.c (pass_tree_unswitch, pass_vectorize,
18128 pass_linear_transfom, pass_empty_loop, pass_complete_unroll,
18129 pass_iv_optimize): Add TODO_ggc_collect.
18130 * function.h (struct function): Remove skip marker from
18131 x_current_loops.
18132 * cfgloop.c: Include ggc.h.
18133 (flow_loops_free, flow_loop_free): Free the loop descriptions in gc
18134 memory.
18135 (establish_preds): Vector superloops is gc allocated.
18136 (alloc_loop): Allocate loop using GGC_CNEW. Allocate head of
18137 loop->exits list.
18138 (flow_loops_find): Vector larray is gc allocated.
18139 (loop_exit_free): Use ggc_free.
18140 (rescan_loop_exit): Use GGC_NEW to allocate struct loop_exit. Reflect
18141 that head of exits list is now not a part of struct loop.
18142 (record_loop_exits): Allocate exits table in gc memory.
18143 (get_loop_exit_edges, verify_loop_structure, single_exit): Reflect
18144 that head of exits list is now not a part of struct loop.
18145 * cfgloop.h (struct lpt_decision, struct nb_iter_bound,
18146 struct loop_exit): Add GTY marker.
18147 (struct loop): Add GTY marker. Make superloops vector gc allocated.
18148 Add skip marker to aux field. Make head of exits list a separate
18149 object.
18150 (struct loops): Add GTY marker. Make larray vector gc allocated.
18151 Add param marker to exits table.
18152 (get_loops): Type changed.
18153 * Makefile.in (tree-scalar-evolution.o): Add
18154 gt-tree-scalar-evolution.h dependency.
18155 (cfgloop.o, loop-init.o): Add ggc.h dependency.
18156 (GTFILES): Add cfgloop.h and tree-scalar-evolution.c.
18157 * basic-block.h (struct basic_block_def): Remove skip marker from
18158 loop_father field.
18159
18160 2007-05-14 Uros Bizjak <ubizjak@gmail.com>
18161
18162 * builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead
18163 of 0 in the call to expand_expr().
18164 (expand_builtin_mathfn_3): Ditto.
18165 (expand_builtin_interclass_mathfn): Ditto.
18166 (expand_builtin_cexpi): Ditto.
18167 (expand_builtin_int_roundingfn): Ditto.
18168 (expand_builtin_int_roundingfn_2): Ditto.
18169 (expand_builtin_pow): Ditto.
18170 (expand_builtin_powi): Ditto.
18171 (expand_builtin_bswap): Ditto.
18172 (expand_builtin_unop): Ditto.
18173 (expand_builtin_fabs): Ditto.
18174 (get_builtin_sync_mem): Use NULL_RTX instead of NULL in
18175 the call to expand_expr().
18176 (expand_builtin_sync_operation): Ditto.
18177 (expand_builtin_compare_and_swap): Ditto.
18178 (expand_builtin_lock_test_and_set): Ditto.
18179 * except.c (expand_builtin_eh_return_data_regno): Use EXPAND_NORMAL
18180 instead of 0 in the call to expand_expr().
18181 (expand_builtin_extract_return_addr): Ditto.
18182 (expand_builtin_eh_return): Ditto.
18183 (expand_eh_return): Ditto.
18184 * explow.c (expr_size): Ditto.
18185 * expr.c (optimize_bitfield_assignment_op): Ditto.
18186 (expand_assignement): Ditto.
18187 (store_expr): Ditto.
18188 (store_field): Ditto.
18189 (expand_expr_addr_expr_1): Use NULL_RTX instead of NULL in
18190 the call to expand_expr().
18191 (expand_expr_real_1) [COMPLEX_CST]: Use EXPAND_NORMAL instead of 0
18192 in the call to expand_expr().
18193 [CONSTRUCTOR, PLUS_EXPR, MINUS_EXPR, NEGATE_EXPR, ABS_EXPR,
18194 BIT_NOT_EXPR, LSHIFT_EXPR, LT_EXPR, TRUTH_NOT_EXPR]: Ditto.
18195 [VEC_UNPACK_HI_EXPR, VEC_UNPACK_LO]: Use expand_normal() instead
18196 of expand_expr().
18197 * optabs.c (expand_vec_shift_expr): Ditto.
18198 (expand_vec_cond_expr): Ditto.
18199 (vector_compare_rtx): Use EXPAND_STACK_PARM instead of 1 in the
18200 call to expand_expr().
18201 * stmt.c (expand_return): Use EXPAND_NORMAL instead of 0
18202 in the call to expand_expr().
18203
18204 2007-05-14 Dave Korn <dave.korn@artimi.com>
18205
18206 * genautomata.c (gen_regexp_el): Allocate correct size for regexp.
18207
18208 2007-05-14 Rafael Avila de Espindola <espindola@google.com>
18209
18210 * c-common.c (warnings_for_convert_and_check): Use unsigned_type_for
18211 instead of c_common_unsigned_type.
18212 (c_common_unsigned_type): Remove.
18213 (shorten_compare): Use c_common_signed_or_unsigned_type instead of
18214 c_common_unsigned_type.
18215 (c_common_nodes_and_builtins): Use unsigned_type_for instead of
18216 c_common_unsigned_type.
18217 * c-common.h (c_common_unsigned_type): Remove.
18218 * c-decl.c (grokdeclarator): Use unsigned_type_for instead of
18219 c_common_unsigned_type.
18220 * c-format.c (check_format_types): Use unsigned_type_for instead of
18221 c_common_unsigned_type.
18222 * c-objc-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
18223 * c-typeck.c (convert_for_assignment): Use unsigned_type_for instead
18224 of c_common_unsigned_type.
18225 * convert.c (convert_to_integer): Use unsigned_type_for instead of
18226 lang_hooks.types.unsigned_type.
18227 * expmed.c (make_tree): Use unsigned_type_for instead of
18228 lang_hooks.types.unsigned_type.
18229 * fold-const.c (fold_negate_expr): Use unsigned_type_for instead of
18230 lang_hooks.types.unsigned_type.
18231 (build_range_check): Likewise.
18232 (fold_unary): Likewise.
18233 (fold_binary): Likewise.
18234 (fold_ternary): Likewise.
18235 * langhooks-def.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
18236 * langhooks.h (lang_hooks_for_types): Remove unsigned_type.
18237 * tree.c (get_unsigned_type): New.
18238 (unsigned_type_for): Use get_unsigned_type instead of
18239 lang_hooks.types.unsigned_type.
18240
18241 2007-05-14 Kazu Hirata <kazu@codesourcery.com>
18242
18243 * config/m68k/m68k-protos.h: Rename m68k_interrupt_function_p
18244 to m68k_get_function_kind. Update its prototype.
18245 * config/m68k/m68k.c (m68k_attribute_table): Add an entry for
18246 interrupt_thread.
18247 (m68k_interrupt_function_p): Return enum m68k_function_type
18248 instead of bool. Rename to m68k_get_function_kind.
18249 (m68k_handle_fndecl_attribute): Reject interrupt_thread if the
18250 target is not fido.
18251 (m68k_compute_frame_layout): Don't mark any register for save
18252 if an interrupt_thread attribute is specified.
18253 (m68k_hard_regno_rename_ok): Update a use of
18254 m68k_interrupt_function_p.
18255 * config/m68k/m68k.h (EPILOGUE_USES): Update a use of
18256 m68k_interrupt_function_p.
18257 (m68k_function_type): New.
18258 * config/m68k/m68k.md (*return): Output a 'sleep' instruction
18259 for a function with an interrupt_thread attribute.
18260 * doc/extend.texi: Document the interrupt_thread attribute.
18261
18262 2007-05-13 Daniel Berlin <dberlin@dberlin.org>
18263
18264 Fix PR tree-optimization/31911
18265 * tree-ssa-pre.c (phi_translate): Make sure to cache results even
18266 if they didn't change the expression.
18267
18268 2007-05-13 Zdenek Dvorak <dvorakz@suse.cz>
18269
18270 * tree-scalar-evolution.c (resolve_mixers): Exported.
18271 * tree-scalar-evolution.h (resolve_mixers): Declare.
18272 * tree-data-ref.c (object_analysis, ptr_decl_may_alias_p,
18273 ptr_ptr_may_alias_p, may_alias_p, record_ptr_differ_p,
18274 record_record_differ_p, record_array_differ_p, array_ptr_differ_p,
18275 base_object_differ_p, base_addr_differ_p, analyze_array_indexes,
18276 init_array_ref, init_pointer_ref, analyze_indirect_ref,
18277 strip_conversion, analyze_offset_expr, address_analysis,
18278 object_analysis, analyze_offset): Removed.
18279 (dr_analyze_innermost, dr_analyze_indices, dr_analyze_alias,
18280 split_constant_offset, canonicalize_base_object_address,
18281 object_address_invariant_in_loop_p, disjoint_objects_p,
18282 dr_may_alias_p, dr_address_invariant_p): New functions.
18283 (create_data_ref): Use dr_analyze_innermost, dr_analyze_indices
18284 and dr_analyze_alias.
18285 (initialize_data_dependence_relation): Use dr_may_alias_p
18286 and object_address_invariant_in_loop_p.
18287 (compute_self_dependence): Handle the case when
18288 DDR_ARE_DEPENDENT (ddr) is chrec_dont_know.
18289 (find_data_references_in_stmt): Restrict the analysis of data
18290 references to the given loop nest.
18291 (find_data_references_in_loop): Made static. Pass loop nest to
18292 find_data_references_in_stmt.
18293 (compute_data_dependences_for_loop): Use DR_VOPS.
18294 (free_data_ref): Free DR_VOPS.
18295 * tree-data-ref.h (struct first_location_in_loop): Replaced by ...
18296 (struct innermost_loop_behavior): ... new.
18297 (struct base_object_info): Replaced by ...
18298 (struct indices): ... new.
18299 (struct dr_alias): New.
18300 (enum data_ref_type): Removed.
18301 (struct data_reference): Consist of struct innermost_loop_behavior,
18302 struct indices and struct dr_alias.
18303 (DR_SET_ACCESS_FNS, DR_FREE_ACCESS_FNS): Removed.
18304 (DR_MEMTAG): Renamed to ...
18305 (DR_SYMBOL_TAG): ... this.
18306 (find_data_references_in_loop): Declaration removed.
18307 * tree-vect-analyze.c (vect_compute_data_ref_alignment): Use DR_INIT
18308 instead of DR_OFFSET_MISALIGNMENT. DR_ALIGNED_TO is never NULL.
18309 (vect_analyze_data_refs): Use DR_SYMBOL_TAG instead of DR_MEMTAG.
18310 * tree-vect-transform.c (vect_create_data_ref_ptr): Ditto.
18311
18312 2007-05-13 Revital Eres <eres@il.ibm.com>
18313
18314 * tree-ssa-dse.c (get_use_of_stmt_lhs): New function
18315 which walks virtual def-use chains to find redundant stores.
18316 (dse_optimize_stmt): Call it.
18317
18318 2007-05-12 Steven Bosscher <steven@gcc.gnu.org>
18319
18320 * gcse.c (gcse_main): Do jump bypassing in CPROP2.
18321 * passes.c (init_optimization_passes): Move pass_jump_bypass
18322 after loop2.
18323
18324 * basic-block.h (bb_has_eh_pred): Fix style issue.
18325
18326 2007-05-12 Steven Bosscher <steven@gcc.gnu.org>
18327
18328 PR rtl-optimization/31848
18329 * loop-invariant.c (move_invariant_reg): If we move an insn
18330 with a REG_EQUAL note, and that insn is not always executed,
18331 remove the REG_EQUAL note.
18332
18333 2007-05-12 Richard Guenther <rguenther@suse.de>
18334
18335 PR tree-optimization/31797
18336 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Do not
18337 propagate into a stmt that has volatile ops.
18338
18339 2007-05-12 Richard Sandiford <richard@codesourcery.com>
18340
18341 * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
18342 (gcc_tooldir): Likewise.
18343 * configure: Regenerate.
18344 * Makefile.in (libsubdir_to_prefix): New variable, based on the
18345 old configure.ac gcc_tooldir setting.
18346 (prefix_to_exec_prefix): New variable.
18347 (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
18348 rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
18349
18350 2007-05-11 Silvius Rus <rus@google.com>
18351
18352 * Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.
18353 * c-common.c (strict_aliasing_warning): Modify -Wstrict-aliasing logic.
18354 * c-common.h (strict_aliasing_warning): Change return type.
18355 * c-opts.c (c_common_handle_option): Add call to set_Wstrict_aliasing.
18356 * c-typeck.c (build_indirect_ref): Add call to strict_aliasing_warning.
18357 (build_c_cast): Condition call to strict_aliasing_warning.
18358 * doc/invoke.texi: Update description of -Wstrict-aliasing[=n].
18359 * flags.h (set_Wstrict_aliasing): Declare.
18360 * opts.c (set_Wstrict_alising): Define, add call to.
18361 * tree-flow.h (strict_aliasing_warning_backend): Declare.
18362 * tree-ssa-alias-warnings.c: New file.
18363 * tree-ssa-alias.c (compute_may_aliases): Add call to
18364 strict_aliasing_warning_backend.
18365
18366 2007-05-11 Zdenek Dvorak <dvorakz@suse.cz>
18367
18368 * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):
18369 Use loop_depth and loop_outer accessor functions.
18370 * tree-ssa-loop-im.c (outermost_invariant_loop, set_level,
18371 determine_invariantness_stmt, move_computations_stmt): Ditto.
18372 * cfgloopmanip.c (fix_bb_placement, fix_loop_placement, remove_path,
18373 add_loop, loopify, unloop, fix_loop_structure): Ditto.
18374 * tree-ssa-loop-manip.c (find_uses_to_rename_use): Ditto.
18375 * tree-scalar-evolution.c (interpret_loop_phi,
18376 compute_scalar_evolution_in_loop, analyze_scalar_evolution_in_loop,
18377 instantiate_parameters_1, scev_const_prop): Ditto.
18378 * cfghooks.c (make_forwarder_block): Ditto.
18379 * cfgloopanal.c (mark_irreducible_loops, mark_loop_exit_edges): Ditto.
18380 * modulo-sched.c (loop_canon_p): Ditto.
18381 * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg,
18382 slpeel_can_duplicate_loop_p): Ditto.
18383 * lambda-code.c (invariant_in_loop_and_outer_loops): Ditto.
18384 * tree-cfg.c (tree_duplicate_sese_region): Ditto.
18385 * cfgloop.c (flow_loop_dump, flow_loop_nodes_find, rescan_loop_exit,
18386 cancel_loop, verify_loop_structure): Ditto.
18387 (flow_loop_nested_p, superloop_at_depth, flow_loop_free,
18388 add_bb_to_loop, remove_bb_from_loops, find_common_loop): Use the
18389 superloops vector instead of "pred" array.
18390 (establish_preds): Take father loop as an argument. Initialize the
18391 superloops vector.
18392 (flow_loop_tree_node_add): Pass father loop to establish_preds.
18393 Do not initialize loop->outer.
18394 (flow_loop_tree_node_remove): Truncate the superloops vector.
18395 * cfgloop.h (struct loop): Removed field "outer", fields "depth" and
18396 "pred" merged to "superloops" vector.
18397 (loop_depth, loop_outer): New.
18398 (fel_init): Use loop_outer.
18399
18400 2007-05-11 Jan Hubicka <jh@suse.cz>
18401
18402 * cgraphunit.c: Include gt-cgraphunit.h
18403 (static_ctors, static_dtors): New static vars.
18404 (record_cdtor_fn, build_cdtor, cgraph_build_cdtor_fns): New functions,
18405 based on implementation in c-common.c
18406 (cgraph_finalize_function): Call record_cdtor_fn.
18407 (cgraph_optimize): Call cgraph_build_cdtor_fns.
18408 * decl.c (finish_function): Do not call c_record_cdtor_fn.
18409 (c_write_global_declarations): Do not call c_build_cdtor_fns.
18410 * c-common.c (static_ctors, static_dtors, c_record_cdtor_fn,
18411 build_cdtor, c_build_cdtor_fns): Remove.
18412 * c-common.h (static_ctors, static_dtors, c_record_cdtor_fn,
18413 c_build_cdtor_fns): Remove prototype.
18414
18415 2007-05-11 Paolo Carlini <pcarlini@suse.de>
18416
18417 PR other/31852
18418 * builtin-types.def: Add BT_FN_PTR_CONST_PTR_INT_SIZE.
18419 * builtins.def: Add BUILT_IN_MEMCHR, use the latter.
18420 * builtins.c (fold_builtin_memchr): New.
18421 (expand_builtin_memchr): Call the latter.
18422 (expand_builtin, fold_builtin_3): Deal with BUILT_IN_MEMCHR.
18423 * doc/extend.texi ([Other built-in functions provided by GCC]):
18424 Document memchr.
18425
18426 2007-05-11 Andreas Krebbel <krebbel1@de.ibm.com>
18427
18428 * config/s390/s390.md (GPR0_REGNUM, FPR0_REGNUM, FPR2_REGNUM,
18429 PFPO_CONVERT, PFPO_OP_TYPE_SF, PFPO_OP_TYPE_DF, PFPO_OP_TYPE_TF,
18430 PFPO_OP_TYPE_SD, PFPO_OP_TYPE_DD, PFPO_OP_TYPE_TD, PFPO_OP0_TYPE_SHIFT,
18431 PFPO_OP1_TYPE_SHIFT): Constants added.
18432 (DFP_ALL): Mode macro defined.
18433 ("*trunc<BFP:mode><DFP_ALL:mode>2", "*trunc<DFP_ALL:mode><BFP:mode>2",
18434 "*extend<BFP:mode><DFP_ALL:mode>2", "*extend<DFP_ALL:mode><BFP:mode>2"):
18435 Insn definitions added.
18436 ("trunc<BFP:mode><DFP_ALL:mode>2", "trunc<DFP_ALL:mode><BFP:mode>2",
18437 "extend<BFP:mode><DFP_ALL:mode>2", "extend<DFP_ALL:mode><BFP:mode>2"):
18438 Expanders added.
18439
18440 2007-05-10 Zdenek Dvorak <dvorakz@suse.cz>
18441
18442 PR tree-optimization/31885
18443 * tree-chrec.c (chrec_contains_undetermined): Do not consider
18444 NULL_TREE to be undetermined.
18445 (automatically_generated_chrec_p): Return false for NULL.
18446
18447 2007-05-08 Bernd Schmidt <bernd.schmidt@analog.com>
18448
18449 * config/bfin/bfin.h (MOVE_RATIO): Define.
18450
18451 2007-05-10 Richard Sandiford <richard@codesourcery.com>
18452
18453 * config.gcc (sparc-wrs-vxworks): New target.
18454 * config/sparc/vxworks.h, config/sparc/t-vxworks: New files.
18455 * config/sparc/sparc-protos.h (sparc_emit_call_insn): Declare.
18456 * config/sparc/sparc.h: Include vxworks-dummy.h.
18457 (PRINT_OPERAND_ADDRESS): Extend SYMBOL_REF handling to
18458 include LABEL_REFs too.
18459 * config/sparc/sparc.c (sparc_expand_move): Don't assume that
18460 _GLOBAL_OFFSET_TABLE_ - label_ref is a link-time constant on
18461 VxWorks.
18462 (legitimize_pic_address): Handle LABEL_REFs like SYMBOL_REFs
18463 on VxWorks.
18464 (load_pic_register): Use gen_vxworks_load_got for VxWorks.
18465 (sparc_emit_call_insn): New function.
18466 (sparc_function_ok_for_sibcall): Restrict sibcalls to locally-binding
18467 functions when generating VxWorks PIC.
18468 * config/sparc/sparc.md (vxworks_load_got): New pattern.
18469 (call, call_value): Use sparc_emit_call_insn instead of
18470 emit_call_insn.
18471
18472 2007-05-09 Bob Wilson <bob.wilson@acm.org>
18473
18474 * config/xtensa/xtensa.c (xtensa_output_literal): Don't use #if.
18475
18476 2007-05-09 Bob Wilson <bob.wilson@acm.org>
18477
18478 * config/xtensa/xtensa.c (xtensa_output_literal): Mask out high bits
18479 for floating-point values if HOST_BITS_PER_LONG > 32. Use
18480 split_double instead of operand_subword.
18481
18482 2007-05-08 Bernd Schmidt <bernd.schmidt@analog.com>
18483
18484 * config/bfin/bfin.h (LOCAL_ALIGNMENT): Define.
18485 * config/bfin/bfin.c (bfin_local_alignment): New function.
18486 * config/bfin/bfin-protos.h (bfin_local_alignment): Declare it.
18487
18488 2007-05-08 Chao-ying Fu <fu@mips.com>
18489
18490 * doc/md.texi (msub@var{m}@var{n}4, usub@var{m}@var{n}4): Document.
18491 * optabs.h (OTI_smsub_widen, OTI_umsub_widen): New optab_indexes.
18492 (smsub_widen_optab, umsub_widen_optab): Define.
18493 * optabs.c (init_optabs): Initialize smsub_widen_optab and
18494 umsub_widen_optab.
18495 * genopinit.c (optabs): Fill in smsub_widen_optab and
18496 umsub_widen_optab.
18497 * expr.c (expand_expr_real_1): Try to use smsub_widen_optab
18498 and umsub_widen_optab to implement multiply-subtract sequences.
18499 * config/mips/mips.md (*msac<u>_di): Rename to...
18500 (<u>msubsidi4): ...this. Extend condition to include
18501 GENERATE_MADD_MSUB and TARGET_DSPR2. Change the constraint
18502 of operand 0 to "ka" and use the three-operand form of msub<u>
18503 for TARGET_DSPR2.
18504 * config/mips/mips-dspr2.md (mips_msub, mips_msubu): Convert
18505 to define_expands.
18506
18507 2007-05-08 Kaz Kojima <kkojima@gcc.gnu.org>
18508
18509 PR rtl-optimization/28011
18510 * reload.c (push_reload): Set dont_share if IN appears in OUT
18511 also when IN is a PLUS rtx.
18512 (reg_overlap_mentioned_for_reload_p): Return true if X and IN
18513 are same PLUS rtx.
18514
18515 2007-05-08 Kazu Hirata <kazu@codesourcery.com>
18516
18517 * emit-rtl.c (unshare_all_rtl_1): Don't copy DECL_RTL. Don't
18518 call unshare_all_decls.
18519 (unshare_all_rtl): Adjust the call to unshare_all_rtl_1.
18520 (unshare_all_decls): Remove.
18521
18522 2007-05-08 Simon Martin <simartin@users.sourceforge.net>
18523
18524 PR 31847
18525 * tree-dump.c (dump_options): Don't use TDF_DIAGNOSTIC in "*-all" tree
18526 dumps.
18527
18528 2007-05-08 Sandra Loosemore <sandra@codesourcery.com>
18529 Nigel Stephens <nigel@mips.com>
18530
18531 * config/mips/mips.h (MAX_FPRS_PER_FMT): Renamed from FP_INC.
18532 Update comments and all uses.
18533 (MIN_FPRS_PER_FMT): Define.
18534 * config/mips/mips.c (function_arg): Fix to correctly handle
18535 the -mips32r2 -mfp64 -mabi=32 case.
18536 (override_options): Enable use of odd-numbered registers for
18537 SFmode values on MIPS32.
18538 (mips_save_reg_p): Save whole floating-point register pair if
18539 either half is used.
18540 (compute_frame_size): Fix comment.
18541
18542 2007-05-08 Jie Zhang <jie.zhang@analog.com>
18543
18544 * config/bfin/bfin-protos.h (bfin_expand_epilogue): Add a third
18545 argument of type bool.
18546 * config/bfin/bfin.c (add_to_reg): Add epilogue_p as a fourth
18547 argument. Safely select temporary P register according to it.
18548 (do_link): Change call site of add_to_reg accordingly.
18549 (do_unlink): Add epilogue_p as a fourth argument and pass it
18550 to add_to_reg.
18551 (expand_interrupt_handler_epilogue): Change call of do_unlink
18552 accordingly.
18553 (bfin_expand_prologue): Add a third argument sibcall_p.
18554 * config/bfin/bfin.md (epilogue): Change call of
18555 bfin_expand_epilogue accordingly.
18556 (sibcall_epilogue): Likewise.
18557 (eh_return_internal): Likewise.
18558
18559 * config/bfin/bfin-protos.h (enum bfin_cpu): Add
18560 BFIN_CPU_BF534, BFIN_CPU_BF536 and BFIN_CPU_BF561.
18561 * config/bfin/bfin.c (bfin_handle_option): Handle
18562 -mcpu=bf534, -mcpu=bf536 and -mcpu=bf561.
18563 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS):
18564 Support bf534, bf536 and bf561.
18565 * doc/invoke.texi (Blackfin Options): Document -mcpu and -msim.
18566
18567 2007-05-08 Uros Bizjak <ubizjak@gmail.com>
18568
18569 PR target/31854
18570 * config/i386/i386.c (ix86_function_regparm): Process local
18571 functions only when TREE_CODE (decl) equals FUNCTION_DECL.
18572
18573 2007-05-07 Mike Stump <mrs@apple.com>
18574
18575 * doc/invoke.texi (Warning Options): Document that -Wempty-body
18576 also checks for and while statements in C++.
18577
18578 2007-05-07 Nathan Froyd <froydnj@codesourcery.com>
18579
18580 * gcc.c (at_file_supplied): New variable.
18581 (main): Set it if we expanded argv.
18582 (do_spec_1): Pass an @-file to the linker if we were called with
18583 an @-file argument and HAVE_GNU_LD.
18584 * collect2.c (at_file_supplied): New variable.
18585 (response_file): New variable.
18586 (collect_exit): Unlink response_file if necessary.
18587 (handler): Likewise.
18588 (do_wait): Likewise.
18589 (main): Set at_file_supplied if we expanded argv.
18590 (collect_execute): Pass an @-file to subprocesses if we were called
18591 with an @-file argument.
18592 * configure.ac: Add define for HAVE_GNU_LD.
18593 * configure: Regenerate.
18594 * config.in: Regenerate.
18595
18596 2007-05-07 Naveen.H.S <naveen.hs@kpitcummins.com>
18597
18598 * config/m32c/muldiv.md (mulhisi3_c): Limit the mode of the 2nd
18599 operand to HI mode.
18600 (mulsi3): New.
18601 (divsi3): New.
18602 (udivsi3): New.
18603
18604 2007-05-07 Jayant Sonar <jayants@kpitcummins.com>
18605
18606 * config/m32c/m32c.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): Define.
18607 (TARGET_ENCODE_SECTION_INFO): Re-define.
18608 (m32c_encode_section_info): New
18609 (function_vector_handler): New
18610 (current_function_special_page_vector): New
18611 (m32c_special_page_vector_p): New.
18612 * config/m32c/m32c-protos.h (m32c_special_page_vector_p):
18613 Prototype.
18614 * config/m32c/jump.md: Added instruction JSRS for functions
18615 with attribute "function_vector".
18616 * doc/extend.texi (function_vector): Added description
18617 for M16C, M32C targets.
18618
18619 2007-05-07 DJ Delorie <dj@redhat.com>
18620
18621 PR 31794
18622 * config/m32c/shift.md (ashlpsi3_i, ashrpsi3_i, ashlpsi3,
18623 ashrpsi3, lshrpsi3): Update shift count constraint.
18624
18625 2007-05-07 Danny Smith <dannysmith@users.sourceforge.net>
18626 Nathan Froyd <froydnj@codesourcery.com>
18627
18628 PR 22133
18629 * c-incpath.c (add_path): Strip trailing path separators.
18630
18631 2007-05-07 Eric Botcazou <ebotcazou@adacore.com>
18632
18633 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Reset cfg_altered.
18634 Free dominance info before purging EH edges.
18635 (eliminate_degenerate_phis): Likewise.
18636 (propagate_rhs_into_lhs): Set cfg_altered to true instead of 1.
18637
18638 2007-05-07 Jan Hubicka <jh@suse.cz>
18639
18640 * gimplify.c (gimplify_expr): Do not crash when folding
18641 (void *)(int)&a + 4.
18642
18643 2007-05-07 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
18644
18645 PR driver/31694
18646 * c-opts.c (lang_fortran): Make it non static.
18647 * c-common.h (lang_fortran): New prototype.
18648 * c-cppbuiltin.c (c_cpp_builtins): Create a __GFORTRAN__ if the
18649 -lang-fortran option was passed by the driver.
18650
18651 2007-05-06 Eric Botcazou <ebotcazou@adacore.com>
18652
18653 * timevar.c (timevar_print): Test ENABLE_ASSERT_CHECKING instead
18654 of ASSERT_CHECKING. Tweak message.
18655
18656 2007-05-06 Revital Eres <eres@il.ibm.com>
18657
18658 PR 30957
18659 * loop-unroll.c (insert_var_expansion_initialization):
18660 Initialize the expansions with -zero instead of +zero.
18661
18662 2007-05-05 Aurelien Jarno <aurelien@aurel32.net>
18663
18664 * config/pa/pa.md: Split tgd_load, tld_load and tie_load
18665 into pic and non-pic versions. Mark r19 as used for
18666 tgd_load_pic, tld_load_pic and tie_load_pic. Mark r27 as used
18667 for tgd_load, tld_load and tie_load .
18668 * config/pa/pa.c (legitimize_tls_address): Emit pic or non-pic
18669 version of tgd_load, tld_load and tie_load depending on the
18670 value of flag_pic.
18671
18672 2007-05-04 Ulrich Drepper <drepper@redhat.com>
18673 Jakub Jelinek <jakub@redhat.com>
18674
18675 * crtstuff.c (HIDDEN_DTOR_LIST_END): New macro.
18676 (__do_global_dtors_aux): Use more paranoid loop to run
18677 destructors if HIDDEN_DTOR_LIST_END.
18678 (__DTOR_END__): Export as a hidden symbol when HIDDEN_DTOR_LIST_END.
18679
18680 2007-05-04 Jakub Jelinek <jakub@redhat.com>
18681
18682 * varasm.c (align_variable): Don't increase alignment for
18683 DECL_THREAD_LOCAL_P variables above BITS_PER_WORD through
18684 DATA_ALIGNMENT or CONSTANT_ALIGNMENT.
18685
18686 2007-05-04 Josh Conner <jconner@apple.com>
18687
18688 * basic-block.h (cdi_direction): Assign values to all enumeration
18689 constants.
18690 (dom_computed): Remove.
18691 (dom_info_state): New.
18692 (set_dom_info_availability): New.
18693 * tree-ssa-loop-im.c (determine_invariantness): Initialize
18694 walk_data.dom_direction.
18695 * cfghooks.c (delete_basic_block): Use dom_info_available_p()
18696 instead of dom_computed[].
18697 (split_edge): Likewise.
18698 (create_basic_block): Likewise.
18699 (merge_blocks): Likewise.
18700 * ifcvt.c (find_if_header): Likewise.
18701 * tree-cfgcleanup.c (cleanup_tree_cfg): Likewise.
18702 * tree-ssa-dce.c (remove_dead_stmt): Likewise.
18703 * tree-ssa.c (verify_ssa): Likewise.
18704 * tree-cfg.c (tree_verify_flow_info): Likewise.
18705 (remove_edge_and_dominated_blocks): Likewise.
18706 * dominance.c (dom_computed): Make static.
18707 (calc_dfs_tree_nonrec): Change third param to a bool.
18708 (calc_dfs_tree): Change second param to a bool.
18709 (calc_idioms): Change second param to a bool. Use
18710 dom_convert_dir_to_idx.
18711 (init_dom_info): Validate dir before using.
18712 (dom_convert_dir_to_idx): New.
18713 (calculate_dominance_info): Use dom_convert_dir_to_idx. New
18714 variable 'reverse' used for calling calc_dfs_tree and calc_idoms.
18715 (free_dominance_info): Use dom_convert_dir_to_idx.
18716 (get_immediate_dominator): Likewise.
18717 (set_immediate_dominator): Likewise.
18718 (get_dominated_by): Likewise.
18719 (redirect_immediate_dominators): Likewise.
18720 (nearest_common_denominator): Likewise.
18721 (dominated_by_p): Likewise.
18722 (bb_dom_dfs_in): Likewise.
18723 (bb_dom_dfs_out): Likewise.
18724 (recount_dominator): Likewise.
18725 (iterate_fix_dominators): Likewise.
18726 (add_to_dominance_info): Likewise.
18727 (delete_from_dominance_info): Likewise.
18728 (first_dom_son): Likewise.
18729 (next_dom_son): Likewise.
18730 (dom_info_available_p): Likewise.
18731 (dom_info_state): New.
18732 (set_dom_info_availability): New.
18733
18734 2007-05-04 Andreas Krebbel <krebbel1@de.ibm.com>
18735
18736 * config/s390/s390.md ("fix_trunc<mode>di2", "fix_trunc<mode>si2"):
18737 Expander removed.
18738 ("fix_trunc<DSF:mode><GPR:mode>2"): Expander added.
18739
18740 2007-05-04 Bob Wilson <bob.wilson@acm.org>
18741
18742 * config/xtensa/xtensa.md (adddi3, adddi_carry): Delete.
18743 (subdi3, subdi_carry): Delete.
18744
18745 2007-05-04 Jan Hubicka <jh@suse.cz>
18746 Richard Guenther <rguenther@suse.de>
18747
18748 * opts.c (decode_options): Do not fiddle with inlining
18749 parameters in case of optimizing for size.
18750 * ipa-inline.c (cgraph_decide_recursive_inlining): When optimizing
18751 for size do nothing.
18752 (cgraph_decide_inlining_of_small_function): When optimizing for
18753 size never inline functions increasing caller size.
18754 (cgraph_early_inlining): Inline for size when optimizing for size.
18755
18756 2007-05-04 Bernd Schmidt <bernd.schmidt@analog.com>
18757
18758 * config/bfin/bfin.md (<optab>di3): Now a define_expand which expands
18759 logical operations piecewise.
18760 (<optab>di_zesidi_di, <optab>di_sesidi_di, negdi2, one_cmpldi2,
18761 zero_extendsidi2, subdi_di_zesidi, subdi_zesidi_di, subdi_di_sesidi,
18762 subdi_sesidi_di): Delete.
18763 (add_with_carry): Produce carry in CC instead of a DREG to shorten
18764 the generated sequence. Allow three-reg add in constraints. Rewrite
18765 the rtl expression for carry to avoid zero_extend of a constant.
18766 (sub_with_carry): New pattern.
18767 (adddi3, subdi3): Change into define_expand. For subtract, generate a
18768 different sequence not involving jumps.
18769 (notbi): Now a named pattern.
18770
18771 2007-05-04 Bradley Lucier <lucier@math.purdue.edu>
18772
18773 * doc/invoke.texi (i386 and x86-64 Options) [-mpc32, -mpc64, -mpc80]:
18774 Add the note about a significant loss of accuracy of some
18775 mathematical routines when these options are used.
18776
18777 2007-05-04 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
18778
18779 * haifa-sched.c (rtx_vec_t): New typedef.
18780 (contributes_to_priority_p): Extract piece of priority () into new
18781 static function.
18782 (priority): Use the function. Add assertion.
18783 (rank_for_schedule, set_priorities): Add assertion to check that
18784 insn's priority is initialized.
18785 (clear_priorities, calc_priorities): Change signature. Make it update
18786 all relevant insns. Update all callers ('add_to_speculative_block ()'
18787 and 'create_block_check_twin ()').
18788 * sched-int.h (struct haifa_insn_data): Remove field 'priority_known'.
18789 Add new field 'priority_status'.
18790 (INSN_PRIORITY_STATUS): New macro.
18791 (INSN_PRIORITY_KNOWN): Change to use INSN_PRIORITY_STATUS.
18792
18793 2007-05-04 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
18794
18795 * sched-ebb.c (debug_ebb_dependencies): New static function.
18796 (init_ready_list): Use it.
18797
18798 * sched-rgn.c (debug_dependencies): Split into 'debug_dependencies ()'
18799 with changed signature and 'debug_rgn_dependencies ()'.
18800 (debug_rgn_dependencies): New static function.
18801 (init_ready_list): Use it.
18802
18803 * sched-int.h (debug_dependencies): Declare.
18804
18805 2007-05-04 Andreas Krebbel <krebbel1@de.ibm.com>
18806
18807 * libgcc-std.ver (__ffssi2): Added to GCC_4.3.0 section.
18808
18809 2007-05-04 Dirk Mueller <dmueller@suse.de>
18810
18811 * c.opt(Wmain,ffreestanding): Enable for C++,ObjC++.
18812
18813 2007-05-03 Jan Hubicka <jh@suse.cz>
18814
18815 * fold-const.c (fold_unary): Convert (T1)(X op Y) into
18816 ((T1)X op (T1)Y), for pointer type in more cases than before.
18817
18818 * gimplify.c (gimplify_expr): Fold (void *)&a + 4.
18819
18820 * tree-object-size.c (plus_expr_object_size): When operand size is
18821 unknown, return unknown.
18822
18823 2007-05-03 Dirk Mueller <dmueller@suse.de>
18824
18825 * doc/invoke.texi (-m386,-m486,-mpentium,-mpentiumpro): Remove.
18826
18827 * config/i386/i386.h (CC1_CPU_SPEC): Remove handling for deprecated
18828 options.
18829
18830 * config/i386/i386.opt (m386,m486,mpentium,mpentiumpro): Remove.
18831
18832 2007-05-03 Janis Johnson <janis187@us.ibm.com>
18833
18834 * doc/sourcebuild.texi (Test Directives) Clarify dg-excess-errors.
18835
18836 2007-05-03 Joseph Myers <joseph@codesourcery.com>
18837
18838 * config/soft-fp/double.h, config/soft-fp/extended.h,
18839 config/soft-fp/floatundidf.c, config/soft-fp/floatundisf.c,
18840 config/soft-fp/floatunsidf.c, config/soft-fp/floatunsisf.c,
18841 config/soft-fp/op-2.h, config/soft-fp/op-4.h,
18842 config/soft-fp/op-common.h, config/soft-fp/quad.h: Update from
18843 glibc CVS.
18844
18845 2007-05-03 Ian Lance Taylor <iant@google.com>
18846
18847 * config/rs6000/rs6000.c (rs6000_override_options): Don't set
18848 MASK_PPC_GFXOPT for 8540 or 8548.
18849
18850 2007-05-03 Uros Bizjak <ubizjak@gmail.com>
18851
18852 * tree-vect-transform.c (vect_update_inits_of_drs): Use
18853 vect_print_dump_info() to output debug information.
18854
18855 2007-05-03 Uros Bizjak <ubizjak@gmail.com>
18856
18857 PR target/31768
18858 * config/i386/i386.c (print_operand) ['z']: Output 'w' for
18859 operands of size 2 when operand is not MEM_P.
18860
18861 2007-05-03 Zdenek Dvorak <dvorakz@suse.cz>
18862
18863 PR tree-optimization/30565
18864 * lambda-code.c (perfect_nestify): Fix updating of dominators.
18865
18866 2007-05-03 Bernd Schmidt <bernd.schmidt@analog.com>
18867
18868 * config/bfin/bfin.md (addpdi3, us_truncpdisi2): New patterns.
18869 (umulsi3_highpart): Use them.
18870 * config/bfin/lib1funcs.asm (__umulsi3_highpart): Use unsigned move
18871 for final accumulator to D regisster tranfser.
18872
18873 2007-05-03 Dorit Nuzman <dorit@il.ibm.com>
18874
18875 PR tree-optimization/31699
18876 * tree-vect-analyze.c (vect_update_misalignment_for_peel): Remove
18877 wrong code.
18878 (vect_enhance_data_refs_alignment): Compute peel amount using
18879 TYPE_VECTOR_SUBPARTS instead of vf.
18880 * tree-vect-transform.c (vect_gen_niters_for_prolog_loop): Likewise.
18881
18882 2007-05-02 Brooks Moses <brooks.moses@codesourcery.com>
18883
18884 PR bootstrap/31776
18885 * system.h: Remove inclusion of double-int.h
18886 * tree.h: Include double-int.h
18887 * gengtype.c: Likewise
18888 * cfgloop.h: Likewise
18889 * Makefile.in: Adjust dependencies on double-int.h
18890
18891 2007-05-02 Eric Christopher <echristo@apple.com>
18892
18893 * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Translate
18894 -shared to -Zdynamiclib.
18895
18896 2007-05-02 Seongbae Park <seongbae.park@gmail.com>
18897
18898 PR c++/31663
18899 * c-common.c (strip_pointer_or_array_types): New function.
18900 * c-common.h (strip_pointer_or_array_types): New function declaration.
18901
18902 2007-05-03 Zdenek Dvorak <dvorakz@suse.cz>
18903
18904 PR tree-optimization/31771
18905 * tree-cfg.c (move_block_to_fn): Assign bb to the correct index.
18906
18907 2007-05-02 Paul Brook <paul@codesourcery.com>
18908
18909 * config/arm/bpabi.S (aeabi_lcmp): Fix result on overflow.
18910
18911 2007-05-02 Andrew Pinski <andrew_pinski@playstation.sony.com>
18912
18913 PR middle-end/29715
18914 * fold-const.c (fold_comparision): Remove the "foo++ == CONST"
18915 transformation.
18916
18917 2007-05-02 Nick Clifton <nickc@redhat.com>
18918
18919 * config/frv/predicates.md (symbolic_operand): Accept CONSTs.
18920
18921 2007-05-02 Richard Guenther <rguenther@suse.de>
18922
18923 PR tree-optimization/31146
18924 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): New
18925 argument, single_use_p. If we have a single use that is
18926 a conversion to the definition rhs type, propagate that rhs.
18927 (forward_propagate_addr_expr): Pass single_use_p argument
18928 to forward_propagate_addr_expr_1.
18929
18930 2007-05-01 H.J. Lu <hongjiu.lu@intel.com>
18931
18932 * config/i386/i386.c (ix86_expand_sse_comi): Remove unused
18933 variable.
18934
18935 2007-05-01 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
18936
18937 * doc/invoke.texi: Fix typo, 'AMD Family 10h core' instead of
18938 'AMD Family 10 core'.
18939
18940 2007-05-01 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
18941
18942 * config/i386/i386.c (override_options): Accept k8-sse3, opteron-sse3
18943 and athlon64-sse3 as improved versions of k8, opteron and athlon64
18944 with SSE3 instruction set support.
18945 * doc/invoke.texi: Likewise.
18946
18947 2007-05-01 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
18948
18949 * config/i386/i386.c (override_options): Tuning 32-byte loop
18950 alignment for amdfam10 architecture. Increasing the max loop
18951 alignment to 24 bytes.
18952
18953 2007-05-01 Kazu Hirata <kazu@codesourcery.com>
18954
18955 * config/m68k/constraints.md: New.
18956 * config/m68k/m68k.h (REG_CLASS_FROM_LETTER,
18957 CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
18958 EXTRA_CONSTRAINT): Remove.
18959 * config/m68k/m68k.md: Include constraints.md.
18960 * expr.c (expand_expr_real_1): Copy DECL_RTL before using it.
18961
18962 2007-05-01 Ian Lance Taylor <iant@google.com>
18963
18964 PR tree-optimization/31739
18965 * tree-vrp.c (vrp_val_is_max): New static function.
18966 (vrp_val_is_min): New static function.
18967 (set_value_range_to_value): Use TYPE_{MAX,MIN}_VALUE rather than
18968 copying the node.
18969 (set_value_range): Use vrp_val_is_{max,min}.
18970 (extract_range_from_assert): Likewise.
18971 (extract_range_from_binary_expr): Likewise.
18972 (extract_range_from_unary_expr): Likewise.
18973 (dump_value_range, vrp_meet): Likewise.
18974 (vrp_visit_phi_node): Likewise.
18975 * tree.c (build_distinct_type_copy): Revert change of 2007-04-27.
18976
18977 2007-05-01 Mark Mitchell <mark@codesourcery.com>
18978
18979 * config/i386/gmon-sol2.c (size_t): New type.
18980 (intptr_t): Likewise.
18981 (s_textsize): Declare as size_t.
18982 (sbrk): Declare.
18983 (monstartup): Use size_t for sizes.
18984 (_mcount): Save and restore registers.
18985 (internal_mcount): Pass 0 as the first argument to monstartup
18986 in 64-bit mode.
18987 (moncontrol): Convert pointer to appropriately sized integer
18988 before passing to profil.
18989
18990 2007-05-01 Joseph Myers <joseph@codesourcery.com>
18991
18992 * config/rs6000/darwin-ldouble.c (__gcc_qunord): Define if
18993 __NO_FPRS__, not just if _SOFT_DOUBLE.
18994 * config/rs6000/libgcc-ppc-glibc.ver (__gcc_qunord): Likewise.
18995 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Use __gcc_qunord
18996 also for E500 double.
18997 * config/rs6000/rs6000.md (buneq, bunge, bungt, bunle, bunlt,
18998 suneq, sunge, sungt, sunle, sunlt): Disable for (TARGET_HARD_FLOAT
18999 && !TARGET_FPRS).
19000
19001 2007-05-01 Richard Guenther <rguenther@suse.de>
19002
19003 * tree-ssa-loop-manip.c (ip_normal_pos): Check if last stmt
19004 is NULL.
19005
19006 2007-05-01 Joseph Myers <joseph@codesourcery.com>
19007
19008 * config/rs6000/libgcc-ppc-glibc.ver (__gcc_qgt): Fix typo.
19009
19010 2007-05-01 Jan Hubicka <jh@suse.cz>
19011
19012 * tree-vectorize.c (vect_is_simple_use): gimple_min_invariant is
19013 invariant.
19014
19015 2007-05-01 Jan Hubicka <jh@suse.cz>
19016
19017 * tree.h (maybe_fold_offset_to_component_ref): Remove.
19018 (maybe_fold_offset_to_reference): Declare.
19019 * fold-const.c (fold_unary): Do not fold
19020 (type *)&A into &A->field_of_type_and_offset_0
19021 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): When base type
19022 size is unknown, give up.
19023 (maybe_fold_offset_to_component_ref): Ignore firelds with unknown
19024 offsets.
19025 (maybe_fold_offset_to_reference): New.
19026 (maybe_fold_stmt_indirect): Use it.
19027 (fold_stmt_r): Fold (type *)&A+offset into A->field_if_type_and_offset.
19028 * gimplify.c (gimplify_conversion): Canonicalize conversions to
19029 field references.
19030 (gimplify_expr): Likewise for plus_expr.
19031
19032 2007-05-01 Zdenek Dvorak <dvorakz@suse.cz>
19033
19034 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use
19035 bsi_after_labels. Always insert statements before bsi.
19036 * tree-vect-transform.c (vect_create_epilog_for_reduction): Ditto.
19037 * predict.c (apply_return_prediction): Check for empty blocks.
19038 * cfgexpand.c (lab_rtx_for_bb): New variable.
19039 (label_rtx_for_bb): Do not create new tree labels.
19040 (expand_gimple_basic_block): Add labels recorded in lab_rtx_for_bb.
19041 (tree_expand_cfg): Initialize lab_rtx_for_bb.
19042 * tree-cfg.c (build_tree_cfg): Call cleanup_dead_labels after
19043 creating edges.
19044 (label_for_bb): Add field used.
19045 (update_eh_label, main_block_label): Mark the label used.
19046 (cleanup_dead_labels): Remove unused labels.
19047
19048 2007-05-01 Richard Guenther <rguenther@suse.de>
19049
19050 * tree-vrp.c (set_value_range): Do not allocate equiv bitmap
19051 if it is not about to be set.
19052 (get_value_range): Do not pre-allocate equiv bitmap.
19053 (update_value_range): No need to clear equiv field.
19054 (add_equivalence): Change prototype to get bitmap pointer.
19055 Allocate bitmap here if it is not already.
19056 (extract_range_from_assert): Do not allocate bitmap here.
19057 Update callers to add_equivalence.
19058 (extract_range_from_ssa_name): Likewise.
19059 (get_vr_for_comparison): New static helper.
19060 (compare_name_with_value): Handle NULL equiv bitmap by
19061 peeling the first iteration of the comparison loop.
19062 Use get_vr_for_comparison.
19063 (compare_names): Handle NULL equiv bitmaps by using fake
19064 ones. Use get_vr_for_comparison.
19065
19066 2007-04-30 Brooks Moses <brooks.moses@codesourcery.com>
19067
19068 * double-int.c (mpz_set_double_int): Moved from
19069 tree-ssa-loop-niter.c.
19070 (mpz_get_double_int): Likewise; also, add option to wrap
19071 out-of-range integers.
19072 * double-int.h: New prototypes for above.
19073 * tree.c (get_static_type_bounds): Moved from
19074 tree-ssa-loop-niter.c; now returns TYPE_MIN_VALUE and
19075 TYPE_MAX_VALUE if they exist..
19076 * tree.h: New prototype for above.
19077 * tree-ssa-loop-niter.c: Adjust mpz_to_double_int and
19078 get_type_bounds calls.
19079 (mpz_set_double_int): Move to double-int.c.
19080 (get_type_bounds): Move to tree.c, rename to
19081 get_static_type_bounds.
19082 (mpz_to_double_int): Move to double-int.c, rename to
19083 mpz_get_double_int.
19084
19085 2007-04-30 Bob Wilson <bob.wilson@acm.org>
19086
19087 * config/xtensa/lib1funcs.asm (__umodsi3, __modsi3): Rearrange so that
19088 DIV0 exception can fall through to a normal return.
19089
19090 2007-04-30 Alexandre Oliva <aoliva@redhat.com>
19091
19092 PR middle-end/22156
19093 Temporarily revert:
19094 2007-04-06 Andreas Tobler <a.tobler@schweiz.org>
19095 * tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.
19096 2007-04-05 Alexandre Oliva <aoliva@redhat.com>
19097 * tree-sra.c (try_instantiate_multiple_fields): Needlessly
19098 initialize align to silence bogus warning.
19099 2007-04-05 Alexandre Oliva <aoliva@redhat.com>
19100 * tree-sra.c (struct sra_elt): Add in_bitfld_block. Remove
19101 all_no_warning.
19102 (struct sra_walk_fns): Remove use_all parameter from use.
19103 (sra_hash_tree): Handle BIT_FIELD_REFs.
19104 (sra_elt_hash): Don't hash bitfld blocks.
19105 (sra_elt_eq): Skip them in parent compares as well. Handle
19106 BIT_FIELD_REFs.
19107 (sra_walk_expr): Don't maintain or pass down use_all_p.
19108 (scan_use): Remove use_all parameter.
19109 (scalarize_use): Likewise. Re-expand assignment to
19110 BIT_FIELD_REF of gimple_reg. De-scalarize before input or
19111 output, and re-scalarize after output. Don't mark anything
19112 for no warning.
19113 (scalarize_ldst): Adjust.
19114 (scalarize_walk_gimple_modify_statement): Likewise.
19115 (build_element_name_1): Handle BIT_FIELD_REFs.
19116 (instantiate_element): Don't warn for any element whose parent
19117 is used as a whole.
19118 (instantiate_missing_elements_1): Return the sra_elt.
19119 (canon_type_for_field): New.
19120 (try_instantiate_multiple_fields): New.
19121 (instantiate_missing_elemnts): Use them.
19122 (mark_no_warning): Removed.
19123 (generate_one_element_ref): Handle BIT_FIELD_REFs.
19124 (REPLDUP, sra_build_elt_assignment): New.
19125 (generate_copy_inout): Use them.
19126 (generate_element_copy): Likewise. Handle bitfld differences.
19127 (generate_element_zero): Don't recurse for blocks. Use
19128 sra_build_elt_assignment.
19129 (generate_one_element_int): Take elt instead of var. Use
19130 sra_build_elt_assignment.
19131 (generate_element_init_1): Adjust.
19132 (scalarize_use, scalarize_copy): Use REPLDUP.
19133 (scalarize_ldst): Move assert before dereference.
19134 (dump_sra_elt_name): Handle BIT_FIELD_REFs.
19135
19136 2007-04-30 Andrew Pinski <andrew_pinski@playstation.sony.com>
19137
19138 PR C++/31721
19139 * tree.c (reconstruct_complex_type): Reconstruct a reference
19140 correctly.
19141 Also use the same mode for the pointer as the old pointer type.
19142
19143 2007-04-30 Francois-Xavier Coudert <coudert@clipper.ens.fr>
19144
19145 * doc/trouble.texi (Interoperation): Remove note about Ultrix
19146 Fortran compiler.
19147
19148 2007-04-29 Zdenek Dvorak <dvorakz@suse.cz>
19149
19150 PR rtl-optimization/31676
19151 * df-scan.c (record_nonlocal_goto_receiver_defs): New function.
19152 (df_refs_record): Call it.
19153
19154 2007-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
19155
19156 * rtl.def (SS_ABS): New code.
19157 * config/bfin/bfin.c (print_operand): New modifier 'v'.
19158 (enum bfin_builtins): Add BFIN_BUILTIN_SUM_2X16, BFIN_BUILTIN_ABS_1x32,
19159 BFIN_BUILTIN_ROUND_1x32, BFIN_BUILTIN_MULT_1x32x32,
19160 BFIN_BUILTIN_MULT_1x32x32NS, BFIN_BUILTIN_SSASHIFT_1x32.
19161 (bfin_init_builtins): Define them.
19162 (bdesc_1arg, bdesc_2arg): Add some of them here, ...
19163 (bfin_expand_builtin): ... and handle the others here.
19164 * config/bfin/bfin.md (ssabssi2, ssroundsi2, ssashiftsi3,
19165 flag_mul_macv2hi_parts_acconly_andcc0): New patterns.
19166 (ss_absv2hi2): Renamed from absv2hi; use ss_abs code.
19167 (ssashiftv2hi3, ssashifthi3, lshiftv2hi3, lshifthi3): Shift count
19168 operand is only HImode.
19169
19170 2007-04-29 Steven Bosscher <steven@gcc.gnu.org>
19171
19172 * regclass.c (scan_one_insn): Remove splitting of
19173 two address insns.
19174
19175 2007-04-28 Sandra Loosemore <sandra@codesourcery.com>
19176 Nigel Stephens <nigel@mips.com>
19177
19178 * config/mips/mips.h (SLOW_BYTE_ACCESS): Turn off for MIPS16.
19179
19180 2007-04-28 Jan Hubicka <jh@suse.cz>
19181
19182 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Use
19183 insn_locators_alloc instead of insn_locators_initialize;
19184 call reset_block_changes.
19185 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
19186 * config/sh/sh.c (sparc_output_mi_thunk): Likewise.
19187 * config/is64/ia64.c (ia64_output_mi_thunk): Likewise.
19188 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
19189 * config/score/score.c (th_output_mi_thunk): Likewise.
19190 * config/mips/mips.c (mips_output_mi_thunk): Likewise.
19191 * cfglyaout.c (set_curr_insn_source_location, set_curr_insn_block):
19192 tolerate uninitialized locator info.
19193
19194 Re-apply:
19195 * function.c (init_function_start): Don't init line number info.
19196 (expand_function_end): Update.
19197 (reset_block_changes, record_block_change, finalize_block_changes,
19198 check_block_change, free_block_changes): Kill.
19199 * function.h (reset_block_changes, record_block_change,
19200 finalize_block_changes, check_block_change, free_block_changes):
19201 Remove prototypes.
19202 (struct function): Remove ib_boundaries_block.
19203 * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
19204 Use curr_insn_locator to initialize locator.
19205 (emit_line_note): Remove.
19206 * cfgexpand.c (expand_gimple_cond_expr): Update.
19207 (construct_exit_block): Likewise.
19208 (tree_expand_cfg): Initialize/finalize locators.
19209 * expr.c (expand_expr_real): Update.
19210 * cfglayout.c (line_locators_locs, line_locators_lines,
19211 file_locators_locs, file_locators_files): Remove.
19212 (set_block_levels): Move to cfgexpand.c.
19213 (insn_locators_initialize): Remove.
19214 (pass_insn_locators_initialize): Remove.
19215 (locations_locators_locs, locations_locators_vals): New static vars.
19216 (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
19217 Likewise.
19218 (insn_locators_alloc, insn_locators_finalize,
19219 set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
19220 New functions.
19221 (locator_location): New.
19222 (locator_line, locator_file): Rewrite.
19223 * rtl.h (emit_line_note): Kill.
19224 (insn_locators_alloc, insn_locators_finalize,
19225 set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
19226 Declare.
19227 * tree-inline.c (initialize_cfun): Do not initialize
19228 ib_boundaries_block.
19229 * passes.c (pass_insn_locators_initialize): Remove.
19230
19231 2007-04-28 Zdenek Dvorak <dvorakz@suse.cz>
19232
19233 * tree-cfg.c (move_block_to_fn): Release bb from dominance
19234 info. Update last_basic_block correctly.
19235
19236 2007-04-27 Kaz Kojima <kkojima@gcc.gnu.org>
19237
19238 PR target/31701
19239 * config/sh/sh.c (output_stack_adjust): Avoid using the frame
19240 register itself to hold the offset constant. Tell flow the use
19241 of r4 and r5 when they are used.
19242
19243 2007-04-27 Richard Guenther <rguenther@suse.de>
19244
19245 * tree-ssa-forwprop.c (forward_propagate_into_cond): Keep track
19246 if we simplified anything.
19247 (tree_ssa_forward_propagate_single_use_vars): Defer overflow
19248 warnings until we did a simplification and the stmt was not
19249 marked as TREE_NO_WARNING.
19250
19251 2007-04-27 Mike Stump <mrs@apple.com>
19252
19253 * config/rs6000/darwin.h (ALWAYS_PUSH_CONSTS_USING_REGS_P): Remove.
19254
19255 2007-04-27 Ian Lance Taylor <iant@google.com>
19256
19257 PR middle-end/31710
19258 * tree.c (build_distinct_type_copy): If TYPE_MIN_VALUE or
19259 TYPE_MAX_VALUE exist, convert them to the new type.
19260
19261 2007-04-27 Zdenek Dvorak <dvorakz@suse.cz>
19262
19263 * tree-cfgcleanup.c (cleanup_tree_cfg): Verify dominance info
19264 if it claims to be available.
19265 * tree-ssa-dce.c (remove_dead_stmt): Mark cfg as altered when
19266 edge is redirected.
19267 (perform_tree_ssa_dce): Always free postdominators.
19268
19269 2007-04-27 Richard Henderson <rth@redhat.com>
19270
19271 * config/alpha/predicates.md (aligned_memory_operand): Mark
19272 as define_special_predicate.
19273 (unaligned_memory_operand, normal_memory_operand): Likewise.
19274 (reg_or_unaligned_mem_operand): Remove.
19275 (any_memory_operand): Match the documentation and check for
19276 non-renumbered pseudos during reload.
19277 * config/alpha/alpha.c (alpha_secondary_reload): Rename from
19278 alpha_secondary_reload_class, update to new interface, make static.
19279 Handle CQImode like HImode. Remove FP subreg check.
19280 (alpha_expand_mov): Use replace_equiv_address.
19281 (alpha_expand_mov_nobwx): Use any_memory_operand.
19282 (TARGET_SECONDARY_RELOAD): New.
19283 * config/alpha/alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Remove.
19284 (SECONDARY_OUTPUT_RELOAD_CLASS): Remove.
19285 * config/alpha/sync.md (I12MODE, I48MODE, modesuffix): Move ...
19286 * config/alpha/alpha.md: ... here.
19287 (RELOAD12, reloadmode): New.
19288 (movcqi): New.
19289 (reload_in<RELOAD12>): Macro-ize from reload_inqi, reload_inhi.
19290 Don't handle the aligned case here.
19291 (reload_out<RELOAD12>): Macro-ize from reload_outqi, reload_outhi.
19292 (reload_in<I12MODE>_aligned): Macro-ize from reload_inqi_help,
19293 reload_inhi_help. Don't expect a scratch register.
19294 (reload_out<I12MODE>_aligned): Macro-ize from reload_outqi_help,
19295 reload_outhi_help.
19296 * config/alpha/alpha-protos.h (alpha_secondary_reload_class): Remove.
19297
19298 2007-04-27 Richard Guenther <rguenther@suse.de>
19299
19300 * tree-ssa-forwprop.c (get_prop_dest_stmt): Fix comment typo.
19301
19302 2007-04-27 Richard Guenther <rguenther@suse.de>
19303
19304 PR tree-optimization/30965
19305 PR tree-optimization/30978
19306 * Makefile.in (tree-ssa-forwprop.o): Depend on $(FLAGS_H).
19307 * tree-ssa-forwprop.c (forward_propagate_into_cond_1): Remove.
19308 (find_equivalent_equality_comparison): Likewise.
19309 (simplify_cond): Likewise.
19310 (get_prop_source_stmt): New helper.
19311 (get_prop_dest_stmt): Likewise.
19312 (can_propagate_from): Likewise.
19313 (remove_prop_source_from_use): Likewise.
19314 (combine_cond_expr_cond): Likewise.
19315 (forward_propagate_comparison): New function.
19316 (forward_propagate_into_cond): Rewrite to use fold for
19317 tree combining.
19318 (tree_ssa_forward_propagate_single_use_vars): Call
19319 forward_propagate_comparison to propagate comparisons.
19320
19321 2007-04-27 Richard Guenther <rguenther@suse.de>
19322
19323 PR tree-optimization/31715
19324 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Make
19325 sure to do computation on the offset in an appropriate
19326 signed type.
19327
19328 2007-04-27 Richard Sandiford <richard@codesourcery.com>
19329
19330 * reload.h (elimination_target_reg_p): Declare.
19331 * reload.c (find_reloads): Don't apply the reg_rtx move
19332 optimization if the SET_DEST satisfies elimination_target_reg_p.
19333 * reload1.c (elimination_target_reg_p): New function.
19334 (gen_reload): In the move/add2 fallback, make sure that op0
19335 does not overlap the destination register.
19336
19337 2007-04-27 Zdenek Dvorak <dvorakz@suse.cz>
19338
19339 * tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to
19340 transform only GIMPLE_MODIFY_STMTs.
19341 * tree-complex.c (expand_complex_operations_1): Ditto.
19342 (expand_complex_div_wide): Do not create gotos in COND_EXPR branches.
19343 * tree-ssa-loop-manip.c (build_if_stmt): Removed.
19344 (tree_transform_and_unroll_loop): Do not create gotos in COND_EXPR
19345 branches.
19346 * value-prof.c (tree_divmod_fixed_value, tree_mod_pow2,
19347 tree_mod_subtract, tree_ic, tree_stringop_fixed_value): Ditto.
19348 * omp-low.c (expand_parallel_call, expand_omp_for_generic,
19349 expand_omp_for_static_chunk, expand_omp_for_static_nochunk): Ditto.
19350 * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes,
19351 slpeel_add_loop_guard): Ditto.
19352 * tree-mudflap.c (mf_build_check_statement_for): Ditto.
19353 * lambda-code.c (perfect_nestify): Ditto.
19354 * tree-iterator.c (tsi_split_statement_list_before): Fix splitting
19355 before the first statement.
19356 * tree-optimize.c (execute_free_datastructures): Fix comments.
19357 (execute_free_cfg_annotations): Do not call disband_implicit_edges.
19358 * tree-flow.h (disband_implicit_edges): Declaration removed.
19359 * tree-cfg.c (make_cond_expr_edges): Remove gotos from COND_EXPR
19360 branches.
19361 (cleanup_dead_labels, tree_redirect_edge_and_branch): Handle
19362 COND_EXPRs without gotos.
19363 (disband_implicit_edges, has_label_p): Removed.
19364 (tree_verify_flow_info): Verify that COND_EXPR branches are empty.
19365 (tree_lv_add_condition_to_bb): Do not create gotos in COND_EXPR
19366 branches.
19367 * tree.c (build3_stat): Mark COND_EXPRs used as statements as having
19368 side effects.
19369 * tree-pretty-print.c (dump_implicit_edges): Dump implicit edges
19370 also for COND_EXPRs.
19371 * cfgexpand.c (label_rtx_for_bb): New function.
19372 (expand_gimple_cond_expr): Do not expect gotos in COND_EXPR branches.
19373 Use label_rtx_for_bb to find the labels.
19374 (expand_gimple_basic_block): Remove RETURN_EXPR at the end of the
19375 last block. Detect fallthru edges.
19376
19377 2007-04-26 Ian Lance Taylor <iant@google.com>
19378
19379 PR target/28675
19380 * reload.c (find_reloads_subreg_address): If the address was valid
19381 in the original mode but not in the new mode, reload the whole
19382 address.
19383
19384 2007-04-27 Zdenek Dvorak <dvorakz@suse.cz>
19385
19386 * tree-cfgcleanup.c (cfgcleanup_altered_bbs): New global variable.
19387 (remove_fallthru_edge): Use remove_edge_and_dominated_blocks.
19388 (cleanup_control_expr_graph): Do not invalidate dominance info.
19389 Record altered blocks.
19390 (cleanup_control_flow, cleanup_forwarder_blocks): Removed.
19391 (cleanup_control_flow_bb, split_bbs_on_noreturn_calls,
19392 cleanup_tree_cfg_bb): New functions.
19393 (remove_forwarder_block): Do not maintain the worklist of blocks.
19394 Record altered blocks.
19395 (cleanup_tree_cfg_1): Iterate over cfgcleanup_altered_bbs,
19396 not over whole cfg.
19397 (cleanup_tree_cfg): Do not iterate cleanup_tree_cfg_1. Only call
19398 delete_unreachable_blocks if dominators are not available.
19399 * tree-inline.c (optimize_inline_calls): Free dominance information
19400 earlier.
19401 * tree-flow.h (remove_edge_and_dominated_blocks,
19402 cfgcleanup_altered_bbs): Altered.
19403 * tree-cfg.c (replace_uses_by, tree_merge_blocks): Record altered
19404 blocks.
19405 (get_all_dominated_blocks, remove_edge_and_dominated_blocks): New
19406 functions.
19407 (tree_purge_dead_eh_edges): Use remove_edge_and_dominated_blocks,
19408 do not invalidate dominators.
19409
19410 2007-04-26 Anatoly Sokolov <aesok@post.ru>
19411
19412 * config/avr/avr.c (avr_mcu_types): Add support for ATmega8HVA and
19413 ATmega16HVA devices. Move AT90USB82 device to 'avr5' architecture.
19414 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
19415 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
19416
19417 2007-04-26 Steve Ellcey <sje@cup.hp.com>
19418
19419 * config/ia64/ia64.md (ip_value): Fix itanium_class attribute.
19420
19421 2007-04-26 Richard Guenther <rguenther@suse.de>
19422
19423 PR tree-optimization/31703
19424 * tree-ssa-loop-im.c (rewrite_bittest): Make sure to use
19425 the right type for the target of the bittest.
19426
19427 2007-04-26 Richard Sandiford <richard@codesourcery.com>
19428
19429 * config/i386/vx-common.h (RETURN_IN_MEMORY): Use
19430 ix86_sol10_return_in_memory.
19431
19432 2007-04-26 Richard Sandiford <richard@codesourcery.com>
19433
19434 * config/i386/i386.c (ix86_sol10_return_in_memory): Remove unused
19435 variables.
19436
19437 2007-04-26 Jakub Jelinek <jakub@redhat.com>
19438
19439 PR c++/31598
19440 * tree-inline.c (copy_body_r): Don't touch TREE_TYPE of OMP_CLAUSE.
19441
19442 PR tree-optimization/30558
19443 * tree-eh.c (lower_eh_filter): If EH_FILTER_MUST_NOT_THROW
19444 clear this_state.prev_try.
19445
19446 2007-04-26 Richard Sandiford <richard@codesourcery.com>
19447 Mark Mitchell <mark@codesourcery.com>
19448
19449 * config/i386/i386-protos.h (ix86_sol10_return_in_memory): Declare.
19450 * config/i386/i386.c (ix86_sol10_return_in_memory): New function.
19451 * config/i386/sol2-10.h (RETURN_IN_MEMORY): Use it.
19452
19453 2007-04-26 Richard Sandiford <richard@codesourcery.com>
19454
19455 PR driver/31107
19456 * doc/invoke.texi (%:print-asm-header): Document.
19457 * gcc.c (asm_options): Use %:print-asm-header() for --target-help
19458 and -ftarget-help.
19459 (static_spec_functions): Add print-asm-header.
19460 (main): Print a banner before the --target-help linker options.
19461 (print_asm_header_spec_function): New function.
19462
19463 2007-04-25 Kaz Kojima <kkojima@gcc.gnu.org>
19464
19465 PR target/31403
19466 * config/sh/sh.md (movsi_ie): Fix length for TARGET_SH2A.
19467 (movsf_ie): Likewise.
19468
19469 2007-04-25 Paolo Carlini <pcarlini@suse.de>
19470
19471 * doc/extend.texi ([Type Traits]): Adjust per N2255.
19472
19473 2007-04-25 Bob Wilson <bob.wilson@acm.org>
19474
19475 * config/xtensa/lib1funcs.asm (__udivsi3, __divsi3): Throw an
19476 exception for divide-by-zero.
19477 (__umodsi3, __modsi3): Likewise.
19478
19479 2007-04-25 Dirk Mueller <dmueller@suse.de>
19480
19481 * c-typeck.c (build_compound_expr): Annotate warning()
19482 call with OPT_Wunused_value.
19483 * tree-ssa.c (warn_uninit): Annotate warning with
19484 OPT_Wunintialized.
19485 * c-common.c (handle_sentinel_attribute): Annotate warning
19486 call with OPT_Wattributes.
19487
19488 2007-04-25 Thiemo Seufer <ths@mips.com>
19489
19490 * config/mips/mips.opt (mdmx, mmt, mno-mdmx): New options.
19491 (mips16): Fix typo.
19492 * config/mips/mips.h (ASM_SPEC): Pass -mmt/-mno-mt and -mdmx/-mno-mdmx
19493 on to the assembler. Improve handling of -mno-mips16. Add handling
19494 of -mno-mips3d, -mno-dsp, -mno-dspr2.
19495 * doc/invoke.texi (MIPS Options): Whitespace cleanup. Fix wrong use
19496 of @itemx. Document -mno-dsp, -mno-dspr2, -mno-paired-single, -mdmx,
19497 -mno-mdmx, -mno-mips3d, -mmt and -mno-mt.
19498
19499 2007-04-25 Danny Smith <dannysmith.users.sourceforge.net>
19500
19501 PR target/31680
19502 * config/i386/winnt.c (i386_pe_file_end): Strip only
19503 USER_LABEL_PREFIX when writing export name.
19504
19505 2007-04-25 Richard Sandiford <richard@codesourcery.com>
19506
19507 * config.gcc (sh-wrs-vxworks): Don't include dbxelf.h. Include
19508 sh/elf.h, vx-common.h and vxworks.h.
19509 * config/sh/sh.h: Include config/vxworks-dummy.h.
19510 (SUBTARGET_OVERRIDE_OPTIONS): Define.
19511 (OVERRIDE_OPTIONS): Use it.
19512 * config/sh/sh.md (GOTaddr2picreg): Add suport for VxWorks RTPs.
19513 (vxworks_picreg): New pattern.
19514 * config/sh/vxworks.h (TARGET_OS_CPP_BUILTINS): Use
19515 VXWORKS_OS_CPP_BUILTINS.
19516 (LIB_SPEC, LINK_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Redefine
19517 to their VXWORKS_* equivalents.
19518 (SUBTARGET_OVERRIDE_OPTIONS, SUBTARGET_CPP_SPEC): Define.
19519 (SUBTARGET_LINK_EMUL_SUFFIX, FUNCTION_PROFILER): Define.
19520 * config/sh/lib1funcs.asm (NO_FPSCR_VALUES): Define for VxWorks PIC.
19521 (set_fpscr, ic_invalidate): Add VxWorks PIC sequences.
19522 * config/sh/t-vxworks (MULTILIB_OPTIONS): Add m4a, -mrtp and
19523 -mrtp/-fPIC multilibs.
19524 (MULTILIB_EXCEPTIONS): Generalize globs accordingly.
19525 (MULTILIB_MATCHES, EXTRA_MULTILIB_PARTS): Define.
19526 (MULTILIB_OSDIRNAMES): Delete.
19527
19528 2007-04-25 Anatoly Sokolov <aesok@post.ru>
19529
19530 PR target/18989
19531 * config/avr/avr.h (ASM_OUTPUT_ALIGN): Redefine.
19532
19533 2007-04-24 Brooks Moses <brooks.moses@codesourcery.com>
19534
19535 * real.c (mpfr_from_real): Handle Inf and NaN, and allow the
19536 rounding mode to be specified by the caller.
19537 (real_to_mpfr) Likewise.
19538 * real.h: Update mpfr_from_real, mpfr_to_real prototypes to
19539 include new arguments.
19540 * builtins.c: Update mpfr_from_real, mpfr_to_real calls.
19541
19542 2007-04-24 Ian Lance Taylor <iant@google.com>
19543
19544 PR tree-optimization/31605
19545 * tree-vrp.c (set_value_range): Check that min and max are not
19546 both overflow infinities.
19547 (set_value_range_to_value): New static function.
19548 (extract_range_from_binary_expr): Call set_value_range_to_value.
19549 (extract_range_from_cond_expr): Likewise.
19550 (extract_range_from_expr): Likewise.
19551 (extract_range_from_unary_expr): Likewise. Don't create a range
19552 which overflows on both sides.
19553 (vrp_meet): Check for a useless range.
19554 (vrp_visit_phi_node): If we see a constant which looks like an
19555 overflow infinity, turn off the TREE_OVERFLOW flag.
19556
19557 2007-04-24 Ian Lance Taylor <iant@google.com>
19558
19559 * flow.c (elim_reg_cond): Handle a comparison of a subreg.
19560
19561 2007-04-24 Simon Martin <simartin@users.sourceforge.net>
19562
19563 PR diagnostic/25923
19564 * tree-pass.h (TDF_DIAGNOSTIC): New dump control to specify that a
19565 diagnostic message is being built.
19566 * tree-pretty-print.c (dump_generic_node): Only write the
19567 formatted text into BUFFER's stream if we are not building a
19568 diagnostic message.
19569 * toplev.c (default_tree_printer): Pass TDF_DIAGNOSTIC to
19570 dump_generic_node.
19571 * Makefile.in (toplev.o): Depend on tree-pass.h.
19572
19573 2007-04-24 Ian Lance Taylor <iant@google.com>
19574
19575 PR tree-optimization/31602
19576 * tree-ssa-loop-ch.c (copy_loop_headers): Set TREE_NO_WARNING for
19577 conditionals in the copied loop header.
19578 * tree-cfg.c (fold_cond_expr_cond): Don't issue undefined overflow
19579 warnings if TREE_NO_WARNING is set.
19580 * doc/invoke.texi (Warning Options): Clarify that
19581 -Wstrict-overflow does not warn about loops.
19582
19583 2007-04-24 Janis Johnson <janis187@us.ibm.com>
19584
19585 * config/rs6000/rs6000.c (function_arg_advance): For 32-bit ELF ABI,
19586 expand on the comment about _Decimal128 arguments and check the
19587 integer result of the modulus operation; for 64-bit ELF ABI, ensure
19588 that _Decimal128 argument uses even/odd register pair.
19589 (function_arg): Ditto.
19590
19591 2007-04-24 Hui-May Chang <hm.chang@apple.com>
19592
19593 * reload1.c (merge_assigned_reloads) : Do not merge a RELOAD_OTHER
19594 instruction with a RELOAD_FOR_OPERAND_ADDRESS instruction.
19595
19596 2007-04-24 Richard Guenther <rguenther@suse.de>
19597 Olga Golovanevsky <olga@il.ibm.com>
19598
19599 * fold-const.c (multiple_of_p): Check for bottom
19600 to be zero.
19601
19602 2007-04-24 Richard Henderson <rth@redhat.com>
19603
19604 * libgcc2.h (AVOID_FP_TYPE_CONVERSION): Rename from
19605 IS_IBM_EXTENDED. Also define in terms of WIDEST_HARDWARE_FP_SIZE.
19606 * libgcc2.c (__floatdisf): Avoid double-word arithmetic when
19607 looking for non-zero bits shifted out. Avoid a recursive call
19608 when constructing the scalar.
19609 (__floatundisf): Likewise.
19610
19611 2007-04-24 Nathan Froyd <froydnj@codesourcery.com>
19612
19613 * dwarf2out.c (field_byte_offset): Move the existing logic
19614 under the control of PCC_BITFIELD_TYPE_MATTERS and just use
19615 the bit offset of the field if !PCC_BITFIELD_TYPE_MATTERS.
19616
19617 2007-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
19618
19619 PR target/31641
19620 * config/s390/s390.c (s390_expand_setmem): Don't ICE for constant
19621 length argument of 0 for memset.
19622 (s390_expand_movmem, s390_expand_setmem, s390_expand_cmpmem): Use
19623 unsigned shift instead of the signed variant.
19624
19625 2007-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
19626
19627 * config/s390/s390.md ("*cmp<mode>_ccs_0_ibm", "*cmp<mode>_ccs_ibm",
19628 "fix_trunc<BFP:mode><GPR:mode>2_ieee", "fix_truncdfsi2_ibm",
19629 "floatsidf2_ibm", "floatsisf2", "truncdfsf2_ieee", "truncdfsf2_ibm",
19630 "*trunctfdf2_ieee", "*trunctfdf2_ibm", "*trunctfsf2_ieee",
19631 "*trunctfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
19632 "*extenddftf2_ieee", "*extenddftf2_ibm", "*extendsftf2_ieee",
19633 "*extendsftf2_ibm", "*add<mode>3", "*add<mode>3_ibm", "*sub<mode>3_ibm",
19634 "*mul<mode>3", "*mul<mode>3_ibm", "*div<mode>3", "*div<mode>3_ibm",
19635 "*neg<mode>2_ibm", "*abs<mode>2_ibm"): Insn definitions removed.
19636 ("fix_trunc<BFP:mode><GPR:mode>2_bfp", "floatsi<mode>2",
19637 "truncdfsf2", "trunctf<mode>2", "add<mode>3", "sub<mode>3",
19638 "mul<mode>3", "div<mode>3"): Insn definitions added.
19639 ("fixuns_trunc<BFP:mode><GPR:mode>2", "fix_trunc<mode>di2",
19640 "fix_trunc<mode>si2"): gen_fix_trunc<BFP:mode><GPR:mode>2_ieee renamed
19641 to gen_fix_trunc<BFP:mode><GPR:mode>2_bfp.
19642 ("fix_truncdfsi2", "floatsitf2", "truncdfsf2", "trunctfdf2",
19643 "trunctfsf2", "extendsfdf2", "extenddftf2", "extendsftf2", "add<mode>3",
19644 "sub<mode>3", "mul<mode>3", "div<mode>3"): Expander removed.
19645 ("fix_trunc<mode>si2", "extend<DSF:mode><BFP:mode>2"): Expander added.
19646 * config/s390/s390.h (TARGET_IBM_FLOAT, TARGET_IEEE_FLOAT,
19647 TARGET_FLOAT_FORMAT): Macro definitions removed.
19648 (FP_REGNO_P): No special case for !TARGET_IEEE_FLOAT anymore.
19649 * config/s390/s390.c (struct processor_costs, z900_cost, z990_cost,
19650 z9_109_cost): Remove fields for hexfloat instructions: dxr, ddr and der.
19651 (s390_rtx_costs): Remove !TARGET_IEEE_FLOAT special branches.
19652 (s390_gen_rtx_const_DI): Function removed.
19653 * config/s390/s390-protos.h (s390_gen_rtx_const_DI): Prototype removed.
19654
19655 2007-04-24 Richard Sandiford <richard@codesourcery.com>
19656
19657 * optabs.c (set_conv_libfunc): Prefer libgcc2's __ffsMM2 functions
19658 over an external ffs function.
19659
19660 2007-04-24 Chao-ying Fu <fu@mips.com>
19661 Richard Sandiford <richard@nildram.co.uk>
19662
19663 * doc/md.texi (madd@var{m}@var{n}4, umadd@var{m}@var{n}4): Document.
19664 * optabs.h (OTI_smadd_widen, OTI_umadd_widen): New optab_indexes.
19665 (smadd_widen_optab, umadd_widen_optab): Define.
19666 * optabs.c (init_optabs): Initialize smadd_widen_optab and
19667 umadd_widen_optab.
19668 * genopinit.c (optabs): Fill in smadd_widen_optab and
19669 umadd_widen_optab.
19670 * expr.c (expand_expr_real_1): Try to use smadd_widen_optab
19671 and umadd_widen_optab to implement multiply-add sequences.
19672 * config/mips/mips.md (*<su>mul_acc_di): Rename to...
19673 (<u>maddsidi4): ...this. Extend condition to include
19674 GENERATE_MADD_MSUB and TARGET_DSPR2. Change the constraint
19675 of operand 0 to "ka" and use the three-operand form of madd<u>
19676 for TARGET_DSPR2.
19677 * config/mips/mips-dspr2.md (mips_madd, mips_maddu): Convert
19678 to define_expands.
19679 * config/mips/constraints.md (ka): New register constraint.
19680
19681 2007-04-24 Jan Hubicka <j@suse.cz>
19682
19683 Revert:
19684
19685 2007-04-23 Jan Hubicka <jh@suse.cz>
19686 * function.c (init_function_start): Don't init line number info.
19687 (expand_function_end): Update.
19688 (reset_block_changes, record_block_change, finalize_block_changes,
19689 check_block_change, free_block_changes): Kill.
19690 * function.h (reset_block_changes, record_block_change,
19691 finalize_block_changes, check_block_change, free_block_changes):
19692 Remove prototypes.
19693 (struct function): Remove ib_boundaries_block.
19694 * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
19695 Use curr_insn_locator to initialize locator.
19696 (emit_line_note): Remove.
19697 * cfgexpand.c (expand_gimple_cond_expr): Update.
19698 (construct_exit_block): Likewise.
19699 (tree_expand_cfg): Initialize/finalize locators.
19700 * expr.c (expand_expr_real): Update.
19701 * cfglayout.c (line_locators_locs, line_locators_lines,
19702 file_locators_locs, file_locators_files): Remove.
19703 (set_block_levels): Move to cfgexpand.c.
19704 (insn_locators_initialize): Remove.
19705 (pass_insn_locators_initialize): Remove.
19706 (locations_locators_locs, locations_locators_vals): New static vars.
19707 (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
19708 Likewise.
19709 (insn_locators_alloc, insn_locators_finalize,
19710 set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
19711 New functions.
19712 (locator_location): New.
19713 (locator_line, locator_file): Rewrite.
19714 * rtl.h (emit_line_note): Kill.
19715 (insn_locators_alloc, insn_locators_finalize,
19716 set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
19717 Declare.
19718 * tree-inline.c (initialize_cfun): Do not initialize
19719 ib_boundaries_block.
19720 * passes.c (pass_insn_locators_initialize): Remove.
19721
19722 2007-04-24 Daniel Franke <franke.daniel@gmail.com>
19723
19724 * doc/invoke.texi: Removed leading '-' from option index entries.
19725
19726 2007-04-23 Zdenek Dvorak <dvorakz@suse.cz>
19727
19728 * tree-phinodes.c (reserve_phi_args_for_new_edge, remove_phi_node):
19729 Use phi_nodes_ptr.
19730 (create_phi_node): Use set_phi_nodes.
19731 * omp-low.c (expand_omp_parallel): Use bb_stmt_list.
19732 * tree-if-conv.c (process_phi_nodes): Use set_phi_nodes.
19733 (combine_blocks): Use bb_stmt_list and set_bb_stmt_list.
19734 * tree-flow-inline.h (phi_nodes, set_phi_nodes,
19735 (bsi_start, bsi_last): Use bb_stmt_list.
19736 (phi_nodes_ptr, bb_stmt_list, set_bb_stmt_list): New functions.
19737 * cfgexpand.c (expand_gimple_basic_block): Use bb_stmt_list.
19738 Traverse the statements using tsi iterator.
19739 * basic-block.h (struct basic_block_def): Fields stmt_list
19740 and phi_nodes moved to ...
19741 (struct tree_bb_info): ... new structure.
19742 * tree-cfg.c (create_bb): Allocate il.tree. Use set_bb_stmt_list.
19743 (tree_merge_blocks): Use bb_stmt_list and set_bb_stmt_list.
19744 (remove_bb): Handle blocks with NULL stmt list. Clear il.tree field.
19745 (tree_verify_flow_info): Verify that il.tree is not set for
19746 entry and exit block.
19747 (tree_split_block): Use set_bb_stmt_list.
19748
19749 2007-04-23 Mike Stump <mrs@apple.com>
19750
19751 * config/i386/i386.c (ix86_tune_features
19752 [X86_TUNE_DEEP_BRANCH_PREDICTION]: Prefer call over thunks on
19753 nocona and core2.
19754
19755 2007-04-23 H.J. Lu <hongjiu.lu@intel.com>
19756
19757 * config/i386/i386.md (prefix_extra): New attribute.
19758 (length): Add prefix_extra.
19759
19760 * onfig/i386/sse.md (sse2_movdqu): Set prefix_data16.
19761 (sse2_movntv2di): Likewise.
19762 (sse2_cvtps2dq): Likewise.
19763 (sse2_cvtpd2pi): Likewise.
19764 (sse2_cvttpd2pi): Likewise.
19765 (*sse2_cvtpd2ps): Likewise.
19766 (*add<mode>3): Likewise.
19767 (sse2_ssadd<mode>3): Likewise.
19768 (sse2_usadd<mode>3): Likewise.
19769 (*sub<mode>3): Likewise.
19770 (sse2_sssub<mode>3): Likewise.
19771 (sse2_ussub<mode>3): Likewise.
19772 (*mulv8hi3): Likewise.
19773 (*smulv8hi3_highpart): Likewise.
19774 (*umulv8hi3_highpart): Likewise.
19775 (sse2_umulv2siv2di3): Likewise.
19776 (sse2_pmaddwd): Likewise.
19777 (ashr<mode>3): Likewise.
19778 (lshr<mode>3): Likewise.
19779 (ashl<mode>3): Likewise.
19780 (sse2_ashlti3): Likewise.
19781 (sse2_lshrti3): Likewise.
19782 (*umaxv16qi3): Likewise.
19783 (*smaxv8hi3): Likewise.
19784 (*uminv16qi3): Likewise.
19785 (*sminv8hi3): Likewise.
19786 (sse2_eq<mode>3): Likewise.
19787 (sse2_gt<mode>3): Likewise.
19788 (*and<mode>3): Likewise.
19789 (sse2_nand<mode>3): Likewise.
19790 (*ior<mode>3): Likewise.
19791 (*xor<mode>3): Likewise.
19792 (sse2_packsswb): Likewise.
19793 (sse2_packssdw): Likewise.
19794 (sse2_packuswb): Likewise.
19795 (sse2_punpckhbw): Likewise.
19796 (sse2_punpcklbw): Likewise.
19797 (sse2_punpckhwd): Likewise.
19798 (sse2_punpcklwd): Likewise.
19799 (sse2_punpckhdq): Likewise.
19800 (sse2_punpckldq): Likewise.
19801 (sse2_punpckhqdq): Likewise.
19802 (sse2_punpcklqdq): Likewise.
19803 (*sse2_pinsrw): Likewise.
19804 (*sse2_pextrw): Likewise.
19805 (sse2_pshufd_1): Likewise.
19806 (sse2_uavgv16qi3): Likewise.
19807 (sse2_uavgv8hi3): Likewise.
19808 (sse2_psadbw): Likewise.
19809 (sse2_pmovmskb): Likewise.
19810 (*sse2_maskmovdqu): Likewise.
19811 (*sse2_maskmovdqu_rex64): Likewise.
19812 (sse4a_extrqi): Likewise.
19813 (sse4a_extrq): Likewise.
19814 (sse3_lddqu): Set prefix_rep.
19815 (sse3_addsubv4sf3): Likewise.
19816 (sse3_haddv4sf3): Likewise.
19817 (sse3_hsubv4sf3): Likewise.
19818 (sse_cvtss2si): Likewise.
19819 (sse_cvtss2si_2): Likewise.
19820 (sse_cvtss2siq): Likewise.
19821 (sse_cvtss2siq_2): Likewise.
19822 (sse_cvttss2si): Likewise.
19823 (sse_cvttss2siq): Likewise.
19824 (sse2_cvttps2dq): Likewise.
19825 (sse3_movshdup): Likewise.
19826 (sse3_movsldup): Likewise.
19827 (sse2_cvtsd2si): Likewise.
19828 (sse2_cvtsd2si_2): Likewise.
19829 (sse2_cvtsd2siq): Likewise.
19830 (sse2_cvtsd2siq_2): Likewise.
19831 (sse2_cvttsd2si): Likewise.
19832 (sse2_cvttsd2siq): Likewise.
19833 (*sse2_cvtpd2dq): Likewise.
19834 (*sse2_cvttpd2dq): Likewise.
19835 (sse2_pshuflw_1): Likewise.
19836 (sse2_pshufhw_1): Likewise.
19837 (sse4a_insertqi): Likewise.
19838 (sse4a_insertq): Likewise.
19839 (ssse3_phaddwv8hi3): Set prefix_data16 and prefix_extra.
19840 (ssse3_phadddv4si3): Likewise.
19841 (ssse3_phaddswv8hi3): Likewise.
19842 (ssse3_phsubwv8hi3): Likewise.
19843 (ssse3_phsubdv4si3): Likewise.
19844 (ssse3_phsubswv8hi3): Likewise.
19845 (ssse3_pmaddubswv8hi3): Likewise.
19846 (ssse3_pmulhrswv8hi3): Likewise.
19847 (ssse3_pshufbv16qi3): Likewise.
19848 (ssse3_psign<mode>3): Likewise.
19849 (ssse3_palignrti): Likewise.
19850 (abs<mode>2): Likewise.
19851 (ssse3_phaddwv4hi3): Set prefix_extra.
19852 (ssse3_phadddv2si3): Likewise.
19853 (ssse3_phaddswv4hi3): Likewise.
19854 (ssse3_phsubwv4hi3): Likewise.
19855 (ssse3_phsubdv2si3): Likewise.
19856 (ssse3_phsubswv4hi3): Likewise.
19857 (ssse3_pmaddubswv4hi3): Likewise.
19858 (ssse3_pmulhrswv4hi3): Likewise.
19859 (ssse3_pshufbv8qi3): Likewise.
19860 (ssse3_psign<mode>3): Likewise.
19861 (ssse3_palignrdi): Likewise.
19862 (abs<mode>2): Likewise.
19863 (sse2_cvtdq2ps): Set mode to V4SF instead of V2DF.
19864 (*vec_dupv2df): Set mode to V2DF instead of V4SF.
19865 (sse2_pmovmskb): Set mode to SI instead of V2DF.
19866
19867 2007-04-23 Nick Clifton <nickc@redhat.com>
19868
19869 * params.def: Fix formatting of emacs local variables.
19870
19871 2007-04-23 H.J. Lu <hongjiu.lu@intel.com>
19872
19873 * config/i386/sse.md (sse2_stored): Don't split to inter-unit
19874 move if inter-unit move isn't allowed.
19875 Don't split moving the first element of V2DI to DI to inter-unit
19876 move if inter-unit move isn't allowed.
19877
19878 2007-04-23 Richard Guenther <rguenther@suse.de>
19879
19880 * tree-ssa-sink.c (execute_sink_code): Calculate CDI_DOMINATORS
19881 and CDI_POST_DOMINATORS separately.
19882
19883 2007-04-23 Nick Clifton <nickc@redhat.com>
19884
19885 * c.opt (Wformat-contains-nul): Add warning attribute.
19886
19887 2007-04-23 Jan Hubicka <jh@suse.cz>
19888
19889 * function.c (init_function_start): Don't init line number info.
19890 (expand_function_end): Update.
19891 (reset_block_changes, record_block_change, finalize_block_changes,
19892 check_block_change, free_block_changes): Kill.
19893 * function.h (reset_block_changes, record_block_change,
19894 finalize_block_changes, check_block_change, free_block_changes):
19895 Remove prototypes.
19896 (struct function): Remove ib_boundaries_block.
19897 * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
19898 Use curr_insn_locator to initialize locator.
19899 (emit_line_note): Remove.
19900 * cfgexpand.c (expand_gimple_cond_expr): Update.
19901 (construct_exit_block): Likewise.
19902 (tree_expand_cfg): Initialize/finalize locators.
19903 * expr.c (expand_expr_real): Update.
19904 * cfglayout.c (line_locators_locs, line_locators_lines,
19905 file_locators_locs, file_locators_files): Remove.
19906 (set_block_levels): Move to cfgexpand.c.
19907 (insn_locators_initialize): Remove.
19908 (pass_insn_locators_initialize): Remove.
19909 (locations_locators_locs, locations_locators_vals): New static vars.
19910 (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
19911 Likewise.
19912 (insn_locators_alloc, insn_locators_finalize,
19913 set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
19914 New functions.
19915 (locator_location): New.
19916 (locator_line, locator_file): Rewrite.
19917 * rtl.h (emit_line_note): Kill.
19918 (insn_locators_alloc, insn_locators_finalize,
19919 set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
19920 Declare.
19921 * tree-inline.c (initialize_cfun): Do not initialize
19922 ib_boundaries_block.
19923 * passes.c (pass_insn_locators_initialize): Remove.
19924
19925 2007-04-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
19926
19927 PR middle-end/31448
19928 * expr.c (reduce_to_bit_field_precision): Handle
19929 CONST_INT rtx's.
19930
19931 2007-04-22 Uros Bizjak <ubizjak@gmail.com>
19932
19933 PR tree-optimization/24659
19934 * optabs.h (enum optab_index) [OTI_vec_unpacks_hi,
19935 OTI_vec_unpacks_lo]: Update comment to mention floating point operands.
19936 (vec_pack_trunc_optab): Rename from vec_pack_mod_optab.
19937 * genopinit.c (optabs): Rename vec_pack_mod_optab
19938 to vec_pack_trunc_optab.
19939 * tree-vect-transform.c (vectorizable_type_demotion): Do not fail
19940 early for scalar floating point operands for NOP_EXPR.
19941 (vectorizable_type_promotion): Ditto.
19942 * optabs.c (optab_for_tree_code) [VEC_PACK_TRUNC_EXPR]: Return
19943 vec_pack_trunc_optab.
19944 (expand_binop): Rename vec_float_trunc_optab to vec_pack_mod_optab.
19945
19946 * tree.def (VEC_PACK_TRUNC_EXPR): Rename from VEC_PACK_MOD_EXPR.
19947 * tree-pretty-print.c (dump_generic_node) [VEC_PACK_TRUNC_EXPR]:
19948 Rename from VEC_PACK_MOD_EXPR.
19949 (op_prio) [VEC_PACK_TRUNC_EXPR]: Ditto.
19950 * expr.c (expand_expr_real_1): Ditto.
19951 * tree-inline.c (estimate_num_insns_1): Ditto.
19952 * tree-vect-generic.c (expand_vector_operations_1): Ditto.
19953
19954 * config/i386/sse.md (vec_unpacks_hi_v4sf): New expander.
19955 (vec_unpacks_lo_v4sf): Ditto.
19956 (vec_pack_trunc_v2df): Ditto.
19957 (vec_pack_trunc_v8hi): Rename from vec_pack_mod_v8hi.
19958 (vec_pack_trunc_v4si): Rename from vec_pack_mod_v4si.
19959 (vec_pack_trunc_v2di): Rename from vec_pack_mod_v2di.
19960
19961 * config/rs6000/altivec.md (vec_pack_trunc_v8hi): Rename from
19962 vec_pack_mod_v8hi.
19963 (vec_pack_trunc_v4si): Rename from vec_pack_mod_v4si.
19964
19965 * doc/c-tree.texi (Expression trees) [VEC_PACK_TRUNC_EXPR]:
19966 Rename from VEC_PACK_MOD_EXPR. This expression also represent
19967 packing of floating point operands.
19968 [VEC_UNPACK_HI_EXPR, VEC_UNPACK_LO_EXPR]: These expression also
19969 represent unpacking of floating point operands.
19970 * doc/md.texi (Standard Names) [vec_pack_trunc]: Update documentation.
19971 [vec_unpacks_hi]: Ditto.
19972 [vec_unpacks_lo]: Ditto.
19973
19974 2007-04-22 Jan Hubicka <jh@suse.cz>
19975
19976 * final.c (rest_of_handle_final): Call
19977 targetm.asm_out.constructor/targetm.asm_out.destructor
19978 * cgraphunit.c (cgraph_build_static_cdtor): Don't do it here; set
19979 proper priority via decl_*_priority_insert.
19980 * c-common.c (c_expand_body): Likewise.
19981
19982 2007-04-22 Richard Guenther <rguenther@suse.de>
19983
19984 PR tree-optimization/29789
19985 * tree-ssa-loop-im.c (stmt_cost): Adjust cost of shifts.
19986 (rewrite_reciprocal): New helper split out from
19987 determine_invariantness_stmt.
19988 (rewrite_bittest): Likewise.
19989 (determine_invariantness_stmt): Rewrite (A >> B) & 1 to
19990 A & (1 << B) if (1 << B) is loop invariant but (A >> B)
19991 is not.
19992
19993 2007-04-22 Revital Eres <eres@il.ibm.com>
19994
19995 * loop-unroll.c (var_to_expand): New field to support also
19996 insns of the form x = something + x.
19997 (analyze_insn_to_expand_var): Use it.
19998 (expand_var_during_unrolling): Likewise.
19999
20000 2007-04-21 Zdenek Dvorak <dvorakz@suse.cz>
20001
20002 * predict.c: Include pointer-set.h.
20003 (bb_predictions): New variable.
20004 (tree_predicted_by_p, tree_predict_edge,
20005 remove_predictions_associated_with_edge): Use bb_predictions map
20006 instead of bb->predictions.
20007 (clear_bb_predictions, assert_is_empty): New functions.
20008 (combine_predictions_for_bb): Use bb_predictions map. Call
20009 clear_bb_predictions.
20010 (tree_estimate_probability): Create and free bb_predictions map.
20011 * Makefile.in (predict.o): Add pointer-set.h dependency.
20012 * basic-block.h (struct basic_block_def): Remove predictions
20013 field.
20014 * cfgrtl.c (rtl_verify_flow_info_1): Do not check bb->predictions.
20015
20016 2007-04-21 Kaz Kojima <kkojima@gcc.gnu.org>
20017
20018 PR target/31480
20019 * config/sh/sh.md (length): Check if prev_nonnote_insn (insn)
20020 is null.
20021
20022 2007-04-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
20023
20024 * timevar.c (timevar_print): Change reference of --disable-checking to
20025 --enable-checking=release. Also warn if assert checking is disabled.
20026
20027 2007-04-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
20028
20029 PR C/30265
20030 * c-gimplifier.c (gimplify_compound_literal_expr): Mark the
20031 decl as addressable if the compound literal was marked as
20032 addressable.
20033 Mark the decl as a gimple register if it is a complex or
20034 vector decl and does not live in memory.
20035
20036 2007-04-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
20037
20038 * tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.
20039 (GENERIC_NEXT): New function macro.
20040 (PHI_CHAIN): Use phi_node's new chain variable.
20041 (tree_phi_node): Change tree_common to tree_base
20042 and add the chain field.
20043 * tree-phinodes.c (make_phi_node): Don't set
20044 TREE_TYPE on the new node.
20045 * c-decl.c (lang_tree_node): Use GENERIC_NEXT
20046 instead of checking GIMPLE_TUPLE_P in chain_next.
20047 * tree-vect-transform.c
20048 (get_initial_def_for_induction): Look at
20049 PHI_RESULT_TREE for the type of the phi node.
20050 (update_vuses_to_preheader): Use PHI_CHAIN
20051 instead of TREE_CHAIN on the phi node.
20052 * tree-ssa-structalias.c (compute_points_to_sets):
20053 Likewise.
20054 (ipa_pta_execute): Likewise.
20055
20056 2007-04-21 Richard Guenther <rguenther@suse.de>
20057
20058 PR middle-end/31136
20059 * fold-const.c (fold_unary): Call fold_convert_const on the
20060 original tree.
20061
20062 2007-04-21 Alexandre Oliva <aoliva@redhat.com>
20063
20064 * gcse.c (store_killed_in_insn): Handle PARALLELs.
20065 (store_killed_in_pat): New.
20066
20067 2007-04-20 Richard Henderson <rth@redhat.com>
20068
20069 PR target/31628
20070 * config/i386/i386.c (type_has_variadic_args_p): Look for any
20071 TREE_LIST with a void_type_node value, not void_list_node exactly.
20072
20073 2007-04-21 Douglas Gregor <doug.gregor@gmail.com>
20074
20075 * doc/standards.texi: Re-arrange into language-specific
20076 subsections. Add a C++ section, documenting which standards we
20077 support.
20078
20079 2007-04-21 Zdenek Dvorak <dvorakz@suse.cz>
20080
20081 * tree-ssa-structalias.c (delete_points_to_sets): Free graph->complex.
20082 * tree-ssa-operands.c (finalize_ssa_vuse_ops): Free new_ops.
20083
20084 2007-04-20 Daniel Jacobowitz <dan@codesourcery.com>
20085
20086 * config/rs6000/sysv4.h (STARTFILE_DEFAULT_SPEC): Include
20087 ecrti.o and crtbegin.o.
20088 (LIB_DEFAULT_SPEC): Include -lc.
20089 (ENDFILE_DEFAULT_SPEC): Include crtend.o and ecrtn.o.
20090
20091 2007-04-20 Richard Henderson <rth@redhat.com>
20092
20093 PR target/28623
20094 * config/alpha/alpha.c (get_unaligned_address): Remove extra_offset
20095 argument; update all callers.
20096 (get_unaligned_offset): New.
20097 * config/alpha/alpha.md (extendqidi2, extendhidi2): Don't use
20098 get_unaligned_address, just pass on the address directly.
20099 (unaligned_extendqidi): Use gen_lowpart instead of open-coding
20100 the subreg in the helper patterns.
20101 (unaligned_extendqidi_le): Use get_unaligned_offset.
20102 (unaligned_extendqidi_be, unaligned_extendhidi_le): Likewise.
20103 (unaligned_extendhidi_be): Likewise.
20104 (unaligned_extendhidi): Tidy.
20105 * config/alpha/alpha-protos.h: Update.
20106
20107 2007-04-20 Richard Henderson <rth@redhat.com>
20108
20109 * config/alpha/alpha.h (CPP_SPEC, CPP_SUBTARGET_SPEC): Remove.
20110 (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): Remove.
20111 * config/alpha/linux.h (CPP_SPEC): Undef before redefine.
20112 * config/alpha/linux-elf.h (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
20113 * config/alpha/freebsd.h (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
20114 (CPP_SPEC): Don't include %(cpp_subtarget).
20115 * config/alpha/netbsd.h (CPP_SPEC): Rename CPP_SUBTARGET_SPEC.
20116 (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
20117 * config/alpha/osf.h (CPP_SPEC, EXTRA_SPECS): Similarly.
20118
20119 2007-04-20 Jakub Jelinek <jakub@redhat.com>
20120
20121 * config/i386/i386.c (bdesc_2arg): Use ORDERED rather than UNORDERED
20122 for __builtin_ia32_cmpordss.
20123
20124 PR tree-optimization/31632
20125 * fold-const.c (fold_binary): Use op0 and op1 instead of arg0
20126 and arg1 for optimizations of comparison against min/max values.
20127 Fold arg0 to arg1's type for optimizations of comparison against
20128 min+1 and max-1 values.
20129
20130 2007-04-19 Bernd Schmidt <bernd.schmidt@analog.com>
20131
20132 * reload.c (combine_reloads): When trying to use a dying register,
20133 check whether it's uninitialized and don't use if so.
20134
20135 2007-04-19 Brooks Moses <brooks.moses@codesourcery.com>
20136
20137 * fold-const.c: Remove prototypes for native_encode_expr and
20138 native_interpret_expr.
20139 (native_encode_expr): Make non-static.
20140 (native_interpret_expr): Likewise.
20141 * tree.h: Add prototypes for the above.
20142
20143 2007-04-19 Joseph Myers <joseph@codesourcery.com>
20144
20145 * config/rs6000/spe.md (*frob_tf_ti, *frob_ti_tf, *frob_ti_tf_2,
20146 *mov_si<mode>_e500_subreg0, *mov_si<mode>_e500_subreg0_2,
20147 *mov_sitf_e500_subreg8, *mov_sitf_e500_subreg8_2, spe_extenddftf2,
20148 spe_fix_trunctfsi2_internal, spe_negtf2_internal, cmptfeq_gpr,
20149 tsttfeq_gpr, cmptfgt_gpr, tsttfgt_gpr, cmptflt_gpr, tsttflt_gpr):
20150 Add length attributes.
20151
20152 2007-04-19 Janis Johnson <janis187@us.ibm.com>
20153
20154 * ginclude/float.h: Check that __STDC_WANT_DEC_FP__ is defined,
20155 not that it is 1.
20156
20157 * c-cppbuiltin.c (c_cpp_builtins): Remove definition of
20158 __STDC_WANT_DEC_FP__.
20159
20160 2007-04-19 Joseph Myers <joseph@codesourcery.com>
20161
20162 * configure.ac: Allow both powerpc*-*-linux* and powerpc*-*-gnu*
20163 for long double compatibility.
20164 * configure: Regenerate.
20165
20166 2007-04-19 Eric Botcazou <ebotcazou@libertysurf.fr>
20167
20168 PR rtl-optimization/29841
20169 * cfgbuild.c (control_flow_insn_p): Return TRUE for unconditional
20170 trap instructions.
20171 * sched-deps.c (sched_analyze_insn): Prevent all non-jump instructions
20172 that may cause control flow transfer from being moved.
20173
20174 2007-04-18 Jan Hubicka <jh@suse.cz>
20175
20176 * fold-const.c (div_if_zero_remainder): Do signed divide for pointer
20177 types.
20178
20179 2007-04-18 Eric Christopher <echristo@apple.com>
20180
20181 * config/rs6000/darwin.md (load_macho_picbase): Use link register
20182 only. Update operands.
20183 * config/rs6000/rs6000.c (rs6000_emit_prologue): Update caller.
20184 * config/rs6000/rs6000.md (builtin_setjmp_receiver): Ditto. Move from
20185 link register to pic register.
20186
20187 2007-04-18 Dirk Mueller <dmueller@suse.de>
20188
20189 PR diagnostic/31227
20190 * tree-vrp.c (search_for_addr_array): New.
20191 (check_array_bounds): Suppress warning about
20192 address taken of array refs if its not de-referenced.
20193
20194 2007-04-18 Dorit Nuzman <dorit@il.ibm.com>
20195
20196 * tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL.
20197 * tree-vect-analyze.c (vect_analyze_loop_form): Set loop->aux.
20198
20199 * tree-vectorizer.h (NITERS_KNOWN_P): New.
20200 * tree-vect-analyze.c (vect_analyze_loop_form): Call NITERS_KNOWN_P
20201 instead of LOOP_VINFO_INT_NITERS to avoid having to geneate loop_info.
20202
20203 * tree-vect-analyze.c (vect_determine_vectorization_factor): Add
20204 dump print.
20205 (vect_analyze_operations): Fix indenetation. Fix a comment. Fix a
20206 print message.
20207 (vect_analyze_scalar_cycles): Fix indentation.
20208 (vect_enhance_data_refs_alignment): Fix check in case of peeling.
20209 (vect_mark_relevant): Include phis in relevance analysis.
20210
20211 * tree-vect-transform.c (vect_transform_loop): Add an assert.
20212
20213 2007-04-18 Anatoly Sokolov <aesok@post.ru>
20214
20215 * config/avr/avr.c (ptrreg_to_str): Replace error() with
20216 output_operand_lossage().
20217
20218 2007-04-18 Dorit Nuzman <dorit@il.ibm.com>
20219
20220 * tree-vect-transform.c (get_initial_def_for_reduction): Clean away
20221 the unused code for reduction without adjust-in-epilog to simplify the
20222 function.
20223
20224 2007-04-18 Wolfgang Gellerich <gellerich@de.ibm.com>
20225
20226 * config/s390/s390.h (S390_TDC_POSITIVE_ZERO): New constant.
20227 (S390_TDC_NEGATIVE_ZERO): New constant.
20228 (S390_TDC_POSITIVE_NORMALIZED_NUMBER): New constant.
20229 (S390_TDC_NEGATIVE_NORMALIZED_NUMBER): New constant.
20230 (S390_TDC_POSITIVE_DENORMALIZED_NUMBER): New constant.
20231 (S390_TDC_NEGATIVE_DENORMALIZED_NUMBER): New constant.
20232 (S390_TDC_POSITIVE_INFINITY): New constant.
20233 (S390_TDC_NEGATIVE_INFINITY): New constant.
20234 (S390_TDC_POSITIVE_QUIET_NAN): New constant.
20235 (S390_TDC_NEGATIVE_QUIET_NAN): New constant.
20236 (S390_TDC_POSITIVE_SIGNALING_NAN): New constant.
20237 (S390_TDC_NEGATIVE_SIGNALING_NAN): New constant.
20238 (S390_TDC_INFINITY): New constant.
20239 * config/s390/s390.c (s390_canonicalize_comparison): Renamed
20240 UNSPEC_CMPINT to UNSPEC_CCU_TO_INT, added a UNSPEC_CCU_TO_INT-like
20241 optimization for UNSPEC_CCZ_TO_INT.
20242 * config/s390/s390.md ("*TDC_insn_<mode>"): New insn.
20243 ("*ccz_to_int"): New insn.
20244 ("isinf<mode>2"): New insn.
20245 (UNSPEC_CMPINT): Renamed to UNSPEC_CCU_TO_INT.
20246 (UNSPEC_CCU_TO_INT): New constant, replaces UNSPEC_CMPINT.
20247 (UNSPEC_CCZ_TO_INT): New constant.
20248
20249 2007-04-18 Richard Guenther <rguenther@suse.de>
20250
20251 PR tree-optimization/19431
20252 PR tree-optimization/21463
20253 * tree-pass.h (pass_phiprop): Declare.
20254 * passes.c (init_optimization_passes): New phiprop pass.
20255 * tree-ssa-forwprop.c (struct phiprop_d): New structure.
20256 (phivn_valid_p): New helper function.
20257 (phiprop_insert_phi): Likewise.
20258 (propagate_with_phi): Likewise.
20259 (tree_ssa_phiprop): New propagator propagating loads
20260 through phi nodes if profitable.
20261
20262 2007-04-18 Dorit Nuzman <dorit@il.ibm.com>
20263
20264 * tree-vect-analyze.c (process_use): New function.
20265 (vect_mark_stmts_to_be_vectorized): Factor out code to process_use.
20266 Check phis in all bbs.
20267 * tree-vectorizer.c (vect_is_simple_use): Remove a no longer relavant
20268 assert.
20269
20270 2007-04-18 Bernd Schmidt <bernd.schmidt@analog.com>
20271
20272 * reload1.c (eliminte_regs_in_insn): Use REG_EQUIV notes the same way
20273 we use REG_EQUAL.
20274
20275 2007-04-17 Anatoly Sokolov <aesok@post.ru>
20276
20277 PR target/30483
20278 * config/avr/avr.c (ptrreg_to_str): Replace gcc_unreachable() with
20279 error().
20280
20281 2007-04-17 H.J. Lu <hongjiu.lu@intel.com>
20282
20283 * config/i386/sse.md (sse_vmaddv4sf3): Use register_operand
20284 on "0".
20285 (sse_vmmulv4sf3): Likewise.
20286 (sse2_vmaddv2df3): Likewise.
20287 (sse2_vmmulv2df3): Likewise.
20288
20289 2007-04-17 Zdenek Dvorak <dvorakz@suse.cz>
20290
20291 PR rtl-optimization/31360
20292 * cfgloopanal.c (target_small_cost, target_pres_cost): Removed.
20293 (target_reg_cost): New.
20294 (init_set_costs): Initialize target_reg_cost. Add comments
20295 regarding the rationale of the costs.
20296 (global_cost_for_size): Renamed to...
20297 (estimate_reg_pressure_cost): ... and simplify. Decrease importance
20298 of register pressure.
20299 * tree-ssa-loop-ivopts.c (ivopts_global_cost_for_size): Use
20300 estimate_reg_pressure_cost. Add number of ivs.
20301 (determine_set_costs): Dump target_reg_cost.
20302 * loop-invariant.c (gain_for_invariant): Use
20303 estimate_reg_pressure_cost. Removed n_inv_uses argument.
20304 (best_gain_for_invariant, find_invariants_to_move): Remove
20305 n_inv_uses.
20306 * cfgloop.h (target_small_cost, target_pres_cost): Removed.
20307 (target_reg_cost): Declare.
20308 (global_cost_for_size): Declaration removed.
20309 (estimate_reg_pressure_cost): Declare.
20310
20311 2007-04-17 Peter Bergner <bergner@vnet.ibm.com>
20312
20313 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Force TDmode
20314 regnos into even/odd register pairs.
20315 * config/rs6000/rs6000.h [SLOW_UNALIGNED_ACCESS]: Treat DDmode and
20316 TDmode similar to the other floating point modes.
20317 [SECONDARY_MEMORY_NEEDED]: Treat DDmode similar to DFmode.
20318 * config/rs6000/dfp.md (negdd2, absdd2, negtd2, abstd2): New
20319 define_expand's.
20320 (negdd2_fpr, absdd2_fpr, nabsdd2_fpr, negtd2_fpr, abstd2_fpr,
20321 nabstd2_fpr, movdd_hardfloat64_mfpgpr): New define_insn's.
20322 (movdd_hardfloat64): Use TARGET_MFPGPR.
20323
20324 2007-04-17 Bernd Schmidt <bernd.schmidt@analog.com>
20325
20326 * reload1.c (delete_output_reload): Don't count output in n_inherited.
20327
20328 Revert
20329 2005-01-05 Richard Henderson <rth@redhat.com>
20330 PR rtl-opt/10692
20331 * reload1.c (do_input_reload): Restrict the optimization deleteing
20332 a previous output reload to RELOAD_FOR_INPUT.
20333
20334 2007-04-17 Dorit Nuzman <dorit@il.ibm.com>
20335
20336 * tree-vectorizer.h (stmt_vec_info_type): Add enum value
20337 induc_vec_info_type.
20338 (vectorizable_induction): New function declaration.
20339 * tree-vect-transform.c (get_initial_def_for_induction): No need to
20340 check if already vectorized. Find first place in BB where new stmts
20341 can be inserted. Takes only one argument.
20342 (vectorizable_induction): New function.
20343 (vect_transform_stmt): Add case for induc_vec_info_type to call
20344 vectorizable_induction.
20345 (vect_transform_loop): Consider phis for vectorization.
20346 * tree-vect-analyze.c (vect_determine_vectorization_factor): Simplify
20347 condition.
20348 (analyze_operations): Call vectorizable_induction when analyzing phis.
20349 Fix comment.
20350 (vect_mark_stmts_to_be_vectorized): Remove redundant checks.
20351 (vect_mark_relevant): Include phis in relevance analysis.
20352 (vect_mark_stmts_to_be_vectorize): Likewise.
20353 * tree-vect-patterns.c (widened_name_p): Remove obsolete asserts.
20354
20355 2007-04-16 Lawrence Crowl <crowl@google.com>
20356
20357 * doc/invoke.texi (Debugging Options): Add documentation for the
20358 -femit-struct-debug options -femit-struct-debug-baseonly,
20359 -femit-struct-debug-reduced, and
20360 -femit-struct-debug-detailed[=...].
20361
20362 * c-opts.c (c_common_handle_option): Add
20363 OPT_femit_struct_debug_baseonly, OPT_femit_struct_debug_reduced,
20364 and OPT_femit_struct_debug_detailed_.
20365 * c.opt: Add specifications for
20366 -femit-struct-debug-baseonly, -femit-struct-debug-reduced,
20367 and -femit-struct-debug-detailed[=...].
20368 * opts.c (set_struct_debug_option): Parse the
20369 -femit-struct-debug-... options.
20370 * opts.c (matches_main_base, main_input_basename,
20371 main_input_baselength, base_of_path, matches_main_base): Add
20372 variables and functions to compare header base name to compilation
20373 unit base name.
20374 * opts.c (should_emit_struct_debug): Add to determine to emit a
20375 structure based on the option.
20376 (dump_struct_debug) Also disabled function to debug this
20377 function.
20378 * opts.c (handle_options): Save the base name of the
20379 compilation unit.
20380
20381 * langhooks-def.h (LANG_HOOKS_GENERIC_TYPE_P): Define.
20382 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add.
20383 This hook indicates if a type is generic. Set it by default
20384 to "never generic".
20385 * langhooks.h (struct lang_hooks_for_types): Add a new hook
20386 to determine if a struct type is generic or not.
20387 * cp/cp-tree.h (class_tmpl_impl_spec_p): Declare a C++ hook.
20388 * cp/tree.c (class_tmpl_impl_spec_p): Implement the C++ hook.
20389 * cp/cp-lang.c (LANG_HOOKS_GENERIC_TYPE_P): Override null C hook
20390 with live C++ hook.
20391
20392 * flags.h (enum debug_info_usage): Add an enumeration to describe
20393 a program's use of a structure type.
20394 * dwarf2out.c (gen_struct_or_union_type_die): Add a new parameter
20395 to indicate the program's usage of the type. Filter structs based
20396 on the -femit-struct-debug-... specification.
20397 (gen_type_die): Split into two routines, gen_type_die and
20398 gen_type_die_with_usage. gen_type_die is now a wrapper
20399 that assumes direct usage.
20400 (gen_type_die_with_usage): Replace calls to gen_type_die
20401 with gen_type_die_with_usage adding the program usage of
20402 the referenced type.
20403 (dwarf2out_imported_module_or_decl): Suppress struct debug
20404 information using should_emit_struct_debug when appropriate.
20405
20406 2007-04-16 Ian Lance Taylor <iant@google.com>
20407
20408 PR tree-optimization/31522
20409 * tree-vrp.c (vr_phi_edge_counts): New static variable.
20410 (vrp_initialize): Allocate vr_phi_edge_counts.
20411 (vrp_visit_phi_node): Don't push to infinity if we saw a new
20412 executable edge. Drop test for all constants.
20413 (vrp_finalize): Free vrp_phi_edge_counts.
20414
20415 * doc/cpp.texi (Common Predefined Macros): Clarify description of
20416 __GNUC_GNU_INLINE__ and __GNUC_STDC_INLINE__.
20417
20418 * tree-ssa-propagate.c (cfg_blocks_add): Insert blocks with fewer
20419 predecessors at head rather than tail.
20420
20421 2007-04-16 Matthias Klose <doko@debian.org>
20422
20423 * config/alpha/linux.h (CPP_SPEC): Define.
20424 * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Extend.
20425
20426 2007-04-16 Aldy Hernandez <aldyh@redhat.com>
20427
20428 * function.h: Remove sequence_stack extern declaration.
20429
20430 2007-04-16 Kazu Hirata <kazu@codesourcery.com>
20431
20432 * config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Change to 64 on
20433 TARGET_FIDOA.
20434 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Change to 64 if __mfido__ is
20435 defined.
20436
20437 2007-04-16 Anatoly Sokolov <aesok@post.ru>
20438
20439 * config/avr/avr.c (avr_arch_types): Rearranging array.
20440 (enum avr_arch): Add.
20441 (avr_mcu_types): Use avr_arch enumeration constants instead of
20442 numbers.
20443 * config/avr/avr.h (LINK_SPEC): Simplify.
20444
20445 2007-04-16 Kazu Hirata <kazu@codesourcery.com>
20446
20447 * config/m68k/m68k.c (m68k_libcall_value,
20448 m68k_function_value): Use macros for register names more.
20449
20450 * config/m68k/m68k.h (FRAME_POINTER_REGNUM): Use A6_REG
20451 instead.
20452 (M68K_REGNAME): Use A6_REG.
20453 * config/m68k/m68k.md (FP_REG): Rename to A6_REG.
20454
20455 2007-04-16 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
20456
20457 PR middle-end/28071
20458 * sched-int.h (struct deps): Split field 'pending_lists_length' into
20459 'pending_read_list_length' and 'pending_write_list_length'. Update
20460 comment.
20461 * sched-deps.c (add_insn_mem_dependence): Change signature. Update
20462 to handle two length counters instead of one. Update all uses.
20463 (flush_pending_lists, sched_analyze_1, init_deps): Update to handle
20464 two length counters instead of one.
20465 * sched-rgn.c (propagate_deps): Update to handle two length counters
20466 instead of one.
20467
20468 2007-04-16 H.J. Lu <hongjiu.lu@intel.com>
20469
20470 PR target/31582
20471 * config/i386/i386.c (ix86_expand_vec_set_builtin): Make a
20472 copy of source, pass it to ix86_expand_vector_set and return
20473 it as target.
20474
20475 2007-04-16 David Ung <davidu@mips.com>
20476 Joseph Myers <joseph@codesourcery.com>
20477
20478 * config/mips/mips.h (PROCESSOR_74KC, PROCESSOR_74KF,
20479 PROCESSOR_74KX, TUNE_74K, GENERATE_MADD_MSUB): Define.
20480 * config/mips/mips.c (mips_cpu_info_table, mips_rtx_cost_data):
20481 Add 74K processor information.
20482 * config/mips/mips.md: Include 74k.md.
20483 (cpu): Add 74kc,74kf,74kx.
20484 (ISA_HAS_MADD_MSUB): Change to GENERATE_MADD_MSUB throughout.
20485 * config/mips/74k.md: New.
20486 * doc/invoke.texi (MIPS Options): Document 74K support.
20487
20488 2007-04-16 Dorit Nuzman <dorit@il.ibm.com>
20489
20490 * tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to
20491 vectorizable_* functions.
20492 * tree-vect-transform.c (vectorizable_call): Add check for
20493 STMT_VINFO_RELEVANT_P, STMT_VINFO_DEF_TYPE and STMT_VINFO_LIVE_P.
20494 (vectorizable_store): likewise.
20495 (vectorizable_conversion): Add check for STMT_VINFO_DEF_TYPE.
20496 Add comments.
20497 (vectorizable_operation, vectorizable_type_demotion): Likewise.
20498 (vectorizable_type_promotion, vectorizable_load): Likewise.
20499 (vectorizable_live_operation, vectorizable_condition): Likewise.
20500 (vectorizable_assignment): Add check for STMT_VINFO_DEF_TYPE and
20501 STMT_VINFO_LIVE_P.
20502 (vect_transform_stmt): Reorganize calls to vectorizable_* functions.
20503
20504 2007-04-15 Kazu Hirata <kazu@codesourcery.com>
20505
20506 * config/m68k/linux.h (FUNCTION_VALUE_REGNO_P): Use macros for
20507 register numbers more.
20508 * config/m68k/m68k.h (STACK_POINTER_REGNUM,
20509 FRAME_POINTER_REGNUM, STATIC_CHAIN_REGNUM,
20510 M68K_STRUCT_VALUE_REGNUM, FUNCTION_VALUE, LIBCALL_VALUE,
20511 FUNCTION_VALUE_REGNO_P): Likewise.
20512 * config/m68k/m68kelf.h (M68K_STRUCT_VALUE_REGNUM,
20513 STATIC_CHAIN_REGNUM): Likewise.
20514 * config/m68k/m68kemb.h (FUNCTION_VALUE_REGNO_P): Likewise.
20515 * config/m68k/netbsd-elf.h (M68K_STRUCT_VALUE_REGNUM,
20516 STATIC_CHAIN_REGNUM, FUNCTION_VALUE_REGNO_P): Likewise.
20517 * config/m68k/m68k.md (FP_REG): New.
20518
20519 2007-04-15 Kazu Hirata <kazu@codesourcery.com>
20520
20521 * config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Prefer 32-bit
20522 alignment on fido.
20523
20524 2007-04-15 Kazu Hirata <kazu@codesourcery.com>
20525
20526 * config/i386/i386.c, config/s390/s390.c, config/s390/s390.md,
20527 tree-ssa-loop-niter.c, tree-ssa-structalias.c, tree-vrp.c: Fix
20528 comment typos.
20529
20530 2007-04-11 Zdenek Dvorak <dvorakz@suse.cz>
20531
20532 * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Ignore
20533 cold loops.
20534
20535 2007-04-14 Andrew Pinski <andrew_pinski@playstation.sony.com>
20536
20537 PR c/31520
20538 * c-decl.c (finish_decl): Grab the type of the decl after the call
20539 to store_init_value.
20540
20541 2007-04-14 Steven Bosscher <steven@gcc.gnu.org>
20542
20543 * common.opt (fforward-propagate): Fix "Optimization" annotation.
20544
20545 2007-04-14 Jakub Jelinek <jakub@redhat.com>
20546
20547 PR c++/25874
20548 * omp-low.c (expand_omp_parallel): If child_cfun->cfg, free
20549 dominators, post dominators and cleanup cfg before returning.
20550
20551 2007-04-14 Bernd Schmidt <bernd.schmidt@analog.com>
20552
20553 * config/bfin/bfin.h (MODES_TIEABLE_P): Allow more modes to be tied.
20554 * config/bfin/bfin.md (movsi_insn): Delete two unused alternatives.
20555
20556 2007-04-14 Kazu Hirata <kazu@codesourcery.com>
20557
20558 * config.gcc: Recognize fido.
20559 * config/m68k/m68k-devices.def (fidoa): New.
20560 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define
20561 __mfido__.
20562 (FL_FIDOA, TARGET_FIDOA): New.
20563 * config/m68k/m68k.opt (mfidoa): New.
20564
20565 2007-04-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20566
20567 PR middle-end/31322
20568 * dwarf2out.c (output_call_frame_info): Call assemble_external_libcall
20569 when a personality function is used.
20570
20571 2007-04-13 Bob Wilson <bob.wilson@acm.org>
20572
20573 * config/xtensa/xtensa.c (xtensa_expand_builtin): Use CALL_EXPR_FN.
20574
20575 2007-04-13 Mike Stump <mrs@apple.com>
20576
20577 * config/darwin-c.c (handle_c_option): Handle -fapple-kext here so
20578 we can...
20579 * config/darwin.opt (fapple-kext): Make C++ only.
20580 * config/darwin.c (darwin_override_options): Remove code to ensure
20581 -fapple-kext is given for C++ only.
20582
20583 2007-04-13 Richard Sandiford <richard@codesourcery.com>
20584
20585 * config/mips/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
20586 * config/mips/mips.c (override_options): Call
20587 SUBTARGET_OVERRIDE_OPTIONS, if defined.
20588
20589 2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
20590
20591 * config/i386/i386.opt (msvr3-shlib): Removed.
20592
20593 * doc/invoke.texi: Remove -msvr3-shlib.
20594
20595 2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
20596
20597 * config/i386/i386.opt (mpopcnt): Replace "popcount" instruction
20598 with "popcnt" instruction.
20599
20600 2007-04-13 Richard Guenther <rguenther@suse.de>
20601
20602 PR tree-optimization/21258
20603 * tree-vrp.c (compare_case_labels): New helper.
20604 (find_switch_asserts): New function.
20605 (find_assert_locations): Call it for SWITCH_EXPRs.
20606
20607 2007-04-13 Uros Bizjak <ubizjak@gmail.com>
20608
20609 * config/i386/i386.h (X87_FLOAT_MODE_P): Check for TARGET_80387.
20610 * config/i386/i386.md (*cmpfp0): Remove check for TARGET_80387, this
20611 check is now implied in X87_FLOAT_MODE_P.
20612 (*cmpfp_u, *cmpfp_<mode>, *cmpfp_i_i387): Ditto.
20613 (*cmpfp_iu_387, fix_trunc<mode>_fisttp_i386_1): Ditto.
20614 (fix_trunc<mode>_i386_fisttp): Ditto.
20615 (fix_trunc<mode>_i387_fisttp_with_temp): Ditto.
20616 (*fix_trunc<mode>_i387_1, fix_truncdi_i387): Ditto.
20617 (fix_truncdi_i387_with_temp, fix_trunc<mode>_i387): Ditto.
20618 (fix_trunc<mode>_i387_with_temp, *fp_jcc_1_387): Ditto.
20619 (*fp_jcc_2_387, *fp_jcc_5_387, *fp_jcc_6_387): Ditto.
20620 (*fp_jcc_7_387, *fp_jcc_8<mode>_387): Ditto.
20621 (unnamed_splitters): Ditto.
20622 * config/i386/i386.c (function_value_32): Generate FIRST_FLOAT_REG
20623 for X87_FLOAT_MODE_P mode. Override FIRST_FLOAT_REG with
20624 FIRST_SSE_REG for local functions when SSE math is enabled or
20625 for functions with sseregparm attribute.
20626 (standard_80387_constant_p): Return -1 if mode is not
20627 X87_FLOAT_MODE_P.
20628 (ix86_cc_mode): Assert that scalar mode is not DECIMAL_FLOAT_MODE_P.
20629 (ix86_expand_compare): Ditto.
20630 (ix86_expand_carry_flag_compare): Ditto.
20631 (ix86_expand_int_movcc): Check for SCALAR_FLOAT_MODE_P instead
20632 of FLOAT_MODE_P for cmp_mode and assert that cmp_mode is not
20633 DECIMAL_FLOAT_MODE_P.
20634 (ix86_preferred_output_reload_class): Use X87_FLOAT_MODE_P instead
20635 of SCALAR_FLOAT_MODE_P.
20636 (ix86_rtx_costs) [PLUS] Remove FLOAT_MODE_P and fall through to ...
20637 [MINUS]: ... here. Add SSE_FLOAT_MODE_P and X87_FLOAT_MODE_P
20638 checks before FLOAT_MODE_P.
20639 [MULT]: Add SSE_FLOAT_MODE_P and X87_FLOAT_MODE_P checks
20640 before FLOAT_MODE_P.
20641 [DIV]: Ditto.
20642 [NEG]: Ditto.
20643 [ABS]: Ditto.
20644 [SQRT]: Ditto.
20645 [FLOAT_EXTEND]: Use SSE_FLOAT_MODE_P.
20646
20647 2007-04-12 Paolo Bonzini <bonzini@gnu.org>
20648 Charles Wilson <libtool@cwilson.fastmail.fm>
20649
20650 * Makefile.in (stamp-as, stamp-collect-ld, stamp-nm): Remove.
20651 (libgcc.mvars): Don't depend on them.
20652 * configure.ac (as, collect-ld, nm): Create from exec-tool.in.
20653 * exec-tool.in: New.
20654
20655 2007-04-12 Brooks Moses <brooks.moses@codesourcery.com>
20656
20657 * doc/invoke.text (--help): Document --help=common.
20658
20659 2007-04-12 Thomas Neumann <tneumann@users.sourceforge.net>
20660
20661 * stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords.
20662
20663 2007-04-12 Richard Sandiford <richard@codesourcery.com>
20664
20665 * Makefile.in (insn-emit.o): Depend on $(INTEGRATE_H).
20666 * genemit.c (main): Emit #include "integrate.h".
20667 * config/mips/mips-protos.h (SYMBOL_HALF): New mips_symbol_type.
20668 (LOADGP_RTP): New mips_loadgp_style.
20669 * config/mips/mips.h: Include config/vxworks-dummy.h.
20670 (TARGET_RTP_PIC): New macro.
20671 (TARGET_USE_GOT): Return true for TARGET_RTP_PIC.
20672 (TARGET_USE_PIC_FN_ADDR_REG): Return true for TARGET_VXWORKS_RTP.
20673 (ASM_OUTPUT_ADDR_DIFF_ELT): Emit function-relative case tables
20674 for TARGET_RTP_PIC.
20675 * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Define. Pass down
20676 -mvxworks-pic when using -mrtp and a PIC option.
20677 * config/mips/mips.c (mips_classify_symbol): Return SYMBOL_GOT_DISP
20678 for RTP PIC.
20679 (mips_symbolic_constant_p, mips_symbolic_address_p)
20680 (mips_symbol_insns): Handle SYMBOL_HALF.
20681 (override_options): Warn about -G and -mrtp being used together.
20682 Initialize mips_lo_relocs[SYMBOL_HALF].
20683 (mips_current_loadgp_style): Return LOADGP_RTP for RTP PIC.
20684 (mips_emit_loadgp): Handle LOADGP_RTP.
20685 (mips_in_small_data_p): Return false for TARGET_VXWORKS_RTP.
20686 * config/mips/mips.md (loadgp_rtp): New insn and splitter.
20687 (tablejump): Handle function-relative case table entries if
20688 TARGET_RTP_PIC.
20689 * config/mips/predicates.md (symbol_ref_operand): New predicate.
20690
20691 2007-04-12 Richard Sandiford <richard@codesourcery.com>
20692
20693 * config/mips/mips.md (load_call<mode>): Allow any general register.
20694 destination.
20695 (sibcall_value_internal, sibcall_value_multiple_internal)
20696 (call_value_internal, call_value_split, call_value_multiple_internal)
20697 (call_value_multiple_split): Remove constraints from operand 0.
20698
20699 2007-04-12 Richard Sandiford <richard@codesourcery.com>
20700
20701 * config/mips/mips-protos.h: In comments, refer to loadgp_absolute
20702 rather than loadgp_noshared.
20703 * config/mips/mips.c (mips_emit_loadgp): Use gen_loadgp_absolute
20704 instead of gen_loadgp_noshared. Use gen_loadgp_newabi instead of
20705 gen_loadgp.
20706 * config/mips/mips.md (loadgp): Rename to...
20707 (loadgp_newabi): ...this.
20708 (loadgp_noshared): Rename to...
20709 (loadgp_absolute): ...this.
20710
20711 2007-04-12 Richard Sandiford <richard@codesourcery.com>
20712
20713 * config/mips/mips.c (mips_ok_for_lazy_binding_p): Always return
20714 false for locally-binding symbols.
20715 (mips_dangerous_for_la25_p): Check mips_global_symbol_p.
20716
20717 2007-04-12 Richard Sandiford <richard@codesourcery.com>
20718
20719 * config/mips/mips-protos.h (SYMBOL_GOT_LOCAL): Rename to...
20720 (SYMBOL_GOT_PAGE_OFST): ...this.
20721 (SYMBOL_GOT_GLOBAL): Rename to...
20722 (SYMBOL_GOT_DISP): ...this.
20723 (SYMBOL_GOTOFF_GLOBAL): Rename to...
20724 (SYMBOL_GOTOFF_DISP): ...this. Update comments accordingly.
20725 * config/mips/mips.c (mips_global_symbol_p): New function.
20726 (mips_symbol_binds_local_p): Likewise.
20727 (mips_classify_symbol): Rename SYMBOL_GOT_GLOBAL to SYMBOL_GOT_DISP
20728 and SYMBOL_GOT_LOCAL to SYMBOL_GOT_PAGE_OFST. Use
20729 mips_global_symbol_p and mips_symbol_binds_local_p.
20730 (mips_symbolic_constant_p, mips_symbolic_address_p, mips_symbol_insns)
20731 (override_options): Rename SYMBOL_GOT_GLOBAL to SYMBOL_GOT_DISP,
20732 SYMBOL_GOT_LOCAL to SYMBOL_GOT_PAGE_OFST and SYMBOL_GOTOFF_GLOBAL to
20733 SYMBOL_GOTOFF_DISP.
20734 (mips_ok_for_lazy_binding_p): New function.
20735 (mips_load_call_address, mips_expand_call): Use it.
20736 (mips_dangerous_for_la25_p): Likewise.
20737 * config/mips/mips.md (*xgot_hi<mode>, *xgot_lo<mode>)
20738 (*got_disp<mode>): Use got_disp_operand instead of
20739 global_got_operand. Use SYMBOL_GOTOFF_DISP instead of
20740 SYMBOL_GOTOFF_GLOBAL.
20741 (*got_page<mode>): Use got_page_ofst_operand instead of
20742 local_got_operand.
20743 * config/mips/predicates.md (const_call_insn_operand): Use
20744 SYMBOL_GOT_DISP instead of SYMBOL_GOT_GLOBAL.
20745 (global_got_operand): Rename to...
20746 (got_disp_operand): ...this and use SYMBOL_GOT_DISP instead of
20747 SYMBOL_GOT_GLOBAL.
20748 (local_got_operand): Rename to...
20749 (got_page_ofst_operand): ...this and use SYMBOL_GOT_PAGE_OFST instead
20750 of SYMBOL_GOT_LOCAL.
20751
20752 2007-04-12 Richard Sandiford <richard@codesourcery.com>
20753
20754 * config/mips/mips.h (TARGET_SPLIT_CALLS): Check
20755 TARGET_CALL_CLOBBERED_GP.
20756 (TARGET_SIBCALLS): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
20757 (TARGET_USE_GOT, TARGET_CALL_CLOBBERED_GP): New macros.
20758 (TARGET_CALL_SAVED_GP, TARGET_USE_PIC_FN_ADDR_REG): Likewise.
20759 (STARTING_FRAME_OFFSET): Check TARGET_CALL_CLOBBERED_GP instead
20760 of TARGET_ABICALLS && !TARGET_NEWABI.
20761 (MIPS_CALL): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
20762 * config/mips/mips.c (mips_load_call_address): Check
20763 TARGET_CALL_SAVED_GP instead of TARGET_NEWABI.
20764 (mips_global_pointer): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
20765 Check TARGET_CALL_SAVED_GP instead of TARGET_NEWABI.
20766 (mips_save_reg_p): Check TARGET_CALL_SAVED_GP instead of
20767 TARGET_ABICALLS && TARGET_NEWABI.
20768 (mips_current_loadgp_style): Check TARGET_USE_GOT instead of
20769 TARGET_ABICALLS.
20770 (mips_expand_prologue): Check TARGET_OLDABI instead of !TARGET_NEWABI.
20771 (mips_expand_epilogue): Check TARGET_CALL_SAVED_GP instead of
20772 TARGET_ABICALLS && TARGET_NEWABI.
20773 (mips_output_mi_thunk): Check TARGET_USE_GOT instead of
20774 TARGET_ABICALLS. Check TARGET_CALL_SAVED_GP instead of
20775 TARGET_NEWABI. Use TARGET_USE_PIC_FN_ADDR_REG to decide
20776 whether indirect calls must use $25.
20777 (mips_extra_live_on_entry): Check TARGET_GOT instead of
20778 TARGET_ABICALLS.
20779 * config/mips/mips.md (jal_macro): Check flag_pic and
20780 TARGET_CALL_CLOBBERED_GP instead of TARGET_ABICALLS and TARGET_NEWABI.
20781 (builtin_setjmp_setup, builtin_longjmp): Check TARGET_USE_GOT
20782 instead of TARGET_ABICALLS.
20783 (exception_receiver): Check TARGET_CALL_CLOBBERED_GP instead of
20784 TARGET_ABICALLS && TARGET_OLDABI.
20785 (load_call<mode>): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
20786 (sibcall): In the comment above the define_insn, mention
20787 TARGET_USE_PIC_FN_ADDR_REG instead of TARGET_ABICALLS.
20788 * config/mips/constraints.md (c): Check TARGET_USE_PIC_FN_ADDR_REG
20789 instead of TARGET_ABICALLS.
20790
20791 2007-04-12 Bernd Schmidt <bernd.schmidt@analog.com>
20792
20793 * doc/md.texi (Blackfin family constraints): Document PA and PB.
20794 * config/bfin/bfin.h (CONST_OK_FOR_P): Handle PA and PB.
20795 (MACFLAGS_MATCH_P): New macro.
20796 * config/bfin/bfin.c (print_operand): Handle MACFLAG_IS_M.
20797 (bfin_secondary_reload): Treat EVEN_AREGS and ODD_AREGS like AREGS.
20798 * config/bfin/bfin.md (MACFLAG_IS_M): New constant. Renumber some of
20799 the other MACFLAG constants.
20800 (sum_of_accumulators, lshrpdi3, ashrpdi3): New patterns.
20801 (flag_machi): Tighten constraints. Renumber some of the operands.
20802 (flag_machi_acconly): Tighten constraints. Correct operand numbers in
20803 output template.
20804 (flag_machi_parts_acconly): New pattern.
20805 (flag_macinithi): Tighten constraints. Allow any accumulator to be
20806 used.
20807 (flag_macinit1hi): Tighten constraints.
20808 (flag_mul_macv2hi_parts_acconly): New pattern.
20809
20810 * config/bfin/lib1funcs.asm (___umulsi3_highpart, __smulsi3_highpart):
20811 Use a more efficient implementation.
20812 * config/bfin/bfin.md (umulsi3_highpart, smulsi3_highpart): Emit
20813 inline sequences when not optimizing for size.
20814
20815 * config/bfin/bfin.md (movhi_low2high, movhi_high2high, movhi_low2low,
20816 movhi_high2low): Delete, merge functionality into...
20817 (packv2hi): ... this pattern.
20818
20819 2007-02-11 Jie Zhang <jie.zhang@analog.com>
20820 * config/bfin/bfin.opt (msim): New option.
20821 (mcpu=): New option.
20822 * config/bfin/bfin-protos.h (enum bfin_cpu): New.
20823 (bfin_cpu_t): Typedef of enum bfin_cpu.
20824 (bfin_cpu_type): New declaration.
20825 * config/bfin/elf.h (STARTFILE_SPEC): Add support for
20826 -msim and -mcpu= options.
20827 (LIB_SPEC): Likewise.
20828 * config/bfin/bfin.c (bfin_cpu_type): Define.
20829 (bfin_handle_option): Handle -mcpu= option.
20830 * config/bfin/bfin.h (DEFAULT_CPU_TYPE): Define as BFIN_CPU_BF532.
20831 (TARGET_CPU_CPP_BUILTINS): Define __ADSPBF531__, __ADSPBF532__,
20832 __ADSPBF533__ or __ADSPBF537__ according to the cpu type.
20833
20834 2007-04-12 Richard Sandiford <richard@codesourcery.com>
20835
20836 * config.gcc (*-*-vxworks*): Don't add to tm_files in this stanza.
20837 (arm-wrs-vxworks, mips-wrs-vxworks, powerpc-wrs-vxworks)
20838 (powerpc-wrs-vxworksae): Use ${tm_file}.
20839 (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add svr4.h
20840 after elfos.h. Remove i386/sysv4.h and add i386/vx-common.h.
20841 * config/i386/vx-common.h: New file.
20842
20843 2007-04-12 Richard Sandiford <richard@codesourcery.com>
20844
20845 * config/vxworks.h (VXWORKS_STARTFILE_SPEC): Use -l:crt0.o instead
20846 of crt0.o%s.
20847
20848 2007-04-12 Andreas Krebbel <krebbel1@de.ibm.com>
20849
20850 * config/s390/s390.md ("trunctddd2"): Use TDmode for the target of
20851 ldxtr.
20852
20853 2007-04-12 Douglas Gregor <doug.gregor@gmail.com>
20854
20855 PR c++/31078
20856 PR c++/31103
20857 * c-common.c (c_build_qualified_type): Set canonical type
20858 appropriately.
20859
20860 2007-04-12 Richard Guenther <rguenther@suse.de>
20861
20862 * tree-pretty-print.c (dump_generic_node): Print ARRAY_REF
20863 lower bound and element size if lower bound is not zero
20864 or either of the ARRAY_REF operands is set.
20865
20866 2007-04-12 Richard Guenther <rguenther@suse.de>
20867
20868 PR tree-optimization/24689
20869 PR tree-optimization/31307
20870 * fold-const.c (operand_equal_p): Compare INTEGER_CST array
20871 indices by value.
20872 * gimplify.c (canonicalize_addr_expr): To be consistent with
20873 gimplify_compound_lval only set operands two and three of
20874 ARRAY_REFs if they are not gimple_min_invariant. This makes
20875 it never at this place.
20876 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
20877
20878 2007-04-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20879
20880 * pa.c (pa_som_asm_init_sections): Ensure that cfun->machine is not
20881 null before emitting a .nsubspa directive.
20882
20883 2007-04-11 Diego Novillo <dnovillo@redhat.com>
20884
20885 * tree-ssa-alias.c (dump_mem_ref_stats): Do not call
20886 need_to_partition_p if there are no memory statements in the
20887 function.
20888
20889 2007-04-11 Zdenek Dvorak <dvorakz@suse.cz>
20890
20891 * tree-data-ref.c (chrec_steps_divide_constant_p): Removed.
20892 (gcd_of_steps_may_divide_p): New function.
20893 (analyze_miv_subscript): Use gcd_of_steps_may_divide_p.
20894
20895 2007-04-11 Bernd Schmidt <bernd.schmidt@analog.com>
20896
20897 * reload.c (find_reloads_toplev, find_reloads_address,
20898 find_reloads_address_1, find_reloads_subreg_address): Use rtx_equal_p,
20899 not a pointer equality test, to decide if we need to call
20900 push_reg_equiv_alt_mem.
20901
20902 2007-04-11 Sebastian Pop <sebastian.pop@inria.fr>
20903
20904 * tree-data-ref.c (affine_function_zero_p, constant_access_functions,
20905 insert_innermost_unit_dist_vector, add_distance_for_zero_overlaps):
20906 New.
20907 (build_classic_dist_vector): Call add_distance_for_zero_overlaps.
20908
20909 2007-04-11 Zdenek Dvorak <dvorakz@suse.cz>
20910
20911 * tree-data-ref.c (add_multivariate_self_dist): Force the distance
20912 vector to be positive.
20913
20914 2007-04-11 Diego Novillo <dnovillo@redhat.com>
20915
20916 PR 30735
20917 PR 31090
20918 * doc/invoke.texi: Document --params max-aliased-vops and
20919 avg-aliased-vops.
20920 * tree-ssa-operands.h (get_mpt_for, dump_memory_partitions,
20921 debug_memory_partitions): Move to tree-flow.h
20922 * params.h (AVG_ALIASED_VOPS): Define.
20923 * tree-ssa-alias.c (struct mp_info_def): Remove. Update all
20924 users.
20925 (mp_info_t): Likewise.
20926 (get_mem_sym_stats_for): New.
20927 (set_memory_partition): Move from tree-flow-inline.h.
20928 (mark_non_addressable): Only clear the set of symbols for the
20929 partition if it exists.
20930 (dump_memory_partitions): Move from tree-ssa-operands.c
20931 (debug_memory_partitions): Likewise.
20932 (need_to_partition_p): New.
20933 (dump_mem_ref_stats): New.
20934 (debug_mem_ref_stats): New.
20935 (dump_mem_sym_stats): New.
20936 (debug_mem_sym_stats): New.
20937 (update_mem_sym_stats_from_stmt): New.
20938 (compare_mp_info_entries): New.
20939 (mp_info_cmp): Call it.
20940 (sort_mp_info): Change argument to a list of mem_sym_stats_t
20941 objects.
20942 (get_mpt_for): Move from tree-ssa-operands.c.
20943 (find_partition_for): New.
20944 (create_partition_for): Remove.
20945 (estimate_vop_reduction): New.
20946 (update_reference_counts): New.
20947 (build_mp_info): New.
20948 (compute_memory_partitions): Refactor.
20949 Document new heuristic.
20950 Call build_mp_info, update_reference_counts,
20951 find_partition_for and estimate_vop_reduction.
20952 (compute_may_aliases): Populate virtual operands before
20953 calling debugging dumps.
20954 (delete_mem_sym_stats): New.
20955 (delete_mem_ref_stats): New.
20956 (init_mem_ref_stats): New.
20957 (init_alias_info): Call it.
20958 (maybe_create_global_var): Remove alias_info argument.
20959 Get number of call sites and number of pure/const call sites
20960 from gimple_mem_ref_stats().
20961 (dump_alias_info): Call dump_memory_partitions first.
20962 (dump_points_to_info_for): Show how many times a pointer has
20963 been dereferenced.
20964 * opts.c (decode_options): For -O2 set --param
20965 max-aliased-vops to 500.
20966 For -O3 set --param max-aliased-vops to 1000 and --param
20967 avg-aliased-vops to 3.
20968 * fortran/options.c (gfc_init_options): Remove assignment to
20969 MAX_ALIASED_VOPS.
20970 * tree-flow-inline.h (gimple_mem_ref_stats): New.
20971 * tree-dfa.c (dump_variable): Dump memory reference
20972 statistics.
20973 Dump NO_ALIAS* settings.
20974 (referenced_var_lookup): Tidy.
20975 (mem_sym_stats): New.
20976 * tree-ssa-copy.c (may_propagate_copy): Return true if DEST
20977 and ORIG are different SSA names for a memory partition.
20978 * tree-ssa.c (delete_tree_ssa): Call delete_mem_ref_stats.
20979 * tree-flow.h (struct mem_sym_stats_d): Define.
20980 (mem_sym_stats_t): Define.
20981 (struct mem_ref_stats_d): Define.
20982 (struct gimple_df): Add field mem_ref_stats.
20983 (enum noalias_state): Define.
20984 (struct var_ann_d): Add bitfield noalias_state.
20985 (mem_sym_stats, delete_mem_ref_stats, dump_mem_ref_stats,
20986 debug_mem_ref_stats, debug_memory_partitions,
20987 debug_mem_sym_stats): Declare.
20988 * tree-ssa-structalias.c (update_alias_info): Update call
20989 sites, pure/const call sites and asm sites in structure
20990 returned by gimple_mem_ref_stats.
20991 Remove local variable IS_POTENTIAL_DEREF.
20992 Increase NUM_DEREFS if the memory expression is a potential
20993 dereference.
20994 Call update_mem_sym_stats_from_stmt.
20995 If the memory references memory, call
20996 update_mem_sym_stats_from_stmt for all the direct memory
20997 symbol references found.
20998 (intra_create_variable_infos): Set noalias_state field for
20999 pointer arguments according to the value of
21000 flag_argument_noalias.
21001 * tree-ssa-structalias.h (struct alias_info): Remove fields
21002 num_calls_found and num_pure_const_calls_found.
21003 (update_mem_sym_stats_from_stmt): Declare.
21004 * params.def (PARAM_MAX_ALIASED_VOPS): Change description.
21005 Set default value to 100.
21006 (PARAM_AVG_ALIASED_VOPS): Define.
21007
21008 2007-04-11 Richard Guenther <rguenther@suse.de>
21009
21010 PR middle-end/31530
21011 * simplify-rtx.c (simplify_binary_operation_1): Do not simplify
21012 a * -b + c as c - a * b if we honor sign dependent rounding.
21013
21014 2007-04-11 Bernd Schmidt <bernd.schmidt@analog.com>
21015
21016 * config/bfin/bfin-protos.h (bfin_expand_movmem): Renamed from
21017 bfin_expand_strmov.
21018 * config/bfin/bfin.c (bfin_expand_prologue, bfin_delegitimize_address,
21019 bfin_function_ok_for_sibcall, split_load_immediate): Remove unused
21020 variables.
21021 (initialize_trampoline): Don't use old-style function definition.
21022 (bfin_secondary_reload): Mark IN_P argument as unused.
21023
21024 2007-04-10 Sebastian Pop <sebastian.pop@inria.fr>
21025
21026 PR tree-optimization/31343
21027 * tree-chrec.h (chrec_zerop): Moved before build_polynomial_chrec.
21028 (build_polynomial_chrec): Return a scalar when the evolution is zero.
21029 * testsuite/gcc.dg/vect/pr31343.c: New.
21030
21031 2007-04-10 Eric Christopher <echristo@apple.com>
21032
21033 * config/i386/i386.h (X87_FLOAT_MODE_P): New.
21034 * config/i386/i386.md (*cmpfp0): Use.
21035 (*cmpfp_u, *cmpfp_<mode>, *cmpfp_i_i387): Ditto.
21036 (*cmpfp_iu_387, fix_trunc<mode>_fisttp_i386_1): Ditto.
21037 (fix_trunc<mode>_i386_fisttp): Ditto.
21038 (fix_trunc<mode>_i387_fisttp_with_temp): Ditto.
21039 (*fix_trunc<mode>_i387_1, fix_truncdi_i387): Ditto.
21040 (fix_truncdi_i387_with_temp, fix_trunc<mode>_i387): Ditto.
21041 (fix_trunc<mode>_i387_with_temp, *fp_jcc_1_387): Ditto.
21042 (*fp_jcc_2_387, *fp_jcc_5_387, *fp_jcc_6_387): Ditto.
21043 (*fp_jcc_7_387, *fp_jcc_8<mode>_387): Ditto.
21044 (unnamed_splitters): Ditto.
21045 * config/i386/i386.c (output_fix_trunc): Assert that
21046 we're not being passed a TFmode operand.
21047
21048 2007-04-10 Zdenek Dvorak <dvorakz@suse.cz>
21049
21050 PR tree-optimization/31526
21051 * tree-inline.c (copy_cfg_body): Use last_basic_block instead of
21052 n_basic_blocks to find newly added blocks.
21053
21054 2007-04-10 Uros Bizjak <ubizjak@gmail.com>
21055
21056 * config/i386/i386.md (fix_trunc<mode>di_sse): Remove "x" from "xm"
21057 alternative.
21058 (fix_trunc<mode>si_sse): Ditto.
21059 (*floatsisf2_mixed, *floatsisf2_sse): Ditto.
21060 (*floatsidf2_mixed, *floatsidf2_sse): Ditto.
21061 (*floatdisf2_mixed, *floatdisf2_sse): Ditto.
21062 (*floatdidf2_mixed, *floatdidf2_sse): Ditto.
21063 (floathi<mode>2): Rename from floathisf2 and floathidf2. Macroize
21064 expander using SSEMODEF mode macro.
21065 (floatsi<mode>2): Rename from floatsisf2 and floashidf2. Macroize
21066 expander using SSEMODEF mode macro.
21067 (*floathi<mode>2_i387): Rename from *floathisf2_i387 and
21068 *floathidf2_i387. Macroize insn using X87MODEF12 mode macro.
21069 (*floatsi<mode>2_i387): Rename from *floatsisf2_i387 and
21070 *floatsidf2_i387. Macroize insn using X87MODEF12 mode macro.
21071 (*floatdi<mode>2_i387): Rename from *floatdisf2_i387 and
21072 *floatdidf2_i387. Macroize insn using X87MODEF12 mode macro.
21073 (float<mode>xf2): Rename from floathixf2, floatsixf2 and floatdixf2.
21074 Macroize insn using X87MODEF mode macro.
21075
21076 2007-04-09 H.J. Lu <hongjiu.lu@intel.com>
21077
21078 * config/i386/sse.md (sse2_pinsrw): Removed.
21079 (sse2_pextrw): Renamed to ...
21080 (*sse2_pextrw): This.
21081
21082 2007-04-09 Jan Hubicka <jh@suse.cz>
21083
21084 PR target/27869
21085 * config/i386/sse.md
21086 (sse_vmaddv4sf3, sse_vmmulv4sf3): Remove '%' modifier.
21087 (sse_vmsmaxv4sf3_finite, sse_vmsminv4sf3_finite): Remove.
21088 (sse2_vmaddv2df3, sse2_vmmulv2df3): Remove '%' modifier.
21089 (sse2_vmsmaxv2df3_finite, sse2_vmsminv2df3_finite): Remove.
21090
21091 2007-04-09 Jan Hubicka <jh@suse.cz>
21092
21093 * tree-ssa-ccp (maybe_fold_offset_to_component_ref): Recurse into
21094 multiple fields of union.
21095
21096 2007-04-09 Zdenek Dvorak <dvorakz@suse.cz>
21097
21098 * cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.
21099 (create_preheaders): Check that loops are available.
21100 (fix_loop_structure): Clean up, improve comments.
21101 * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa):
21102 Check that loops are available. Set LOOP_CLOSED_SSA to the loops
21103 state flags.
21104 * tree-scalar-evolution.c (scev_finalize): Clear scalar_evolution_info.
21105 * predict.c (tree_estimate_probability): Do not call
21106 calculate_dominance_info. Call create_preheaders.
21107 * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Only call
21108 rewrite_into_loop_closed_ssa if LOOP_CLOSED_SSA is set in loops state
21109 flags.
21110 * cfgloop.c (loop_preheader_edge): Assert that loops have preheaders.
21111 * cfgloop.h (LOOP_CLOSED_SSA): New constant.
21112 * tree-cfg.c (tree_split_edge): Make an assert more precise.
21113 * tree-ssa-threadedge.c (thread_across_edge): Comment the function
21114 arguments.
21115
21116 2007-04-08 Jan Hubicka <jh@suse.cz>
21117
21118 * tree.h (maybe_fold_offset_to_component_ref): Declare.
21119 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Export.
21120 * fold-const.c (fold_unary): Use it.
21121
21122 2007-04-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
21123
21124 * varasm.c (assemble_variable): Remove call to
21125 lang_hooks.decls.prepare_assemble_variable.
21126 * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): Kill.
21127 (LANG_HOOKS_DECLS): Remove LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE.
21128 * langhooks.h (lang_hooks_for_decls): Remove
21129 prepare_assemble_variable.
21130
21131 2007-04-08 Mike Stump <mrs@apple.com>
21132
21133 * config/i386/i386.c: Use inc/dec on Core2.
21134
21135 2007-04-08 Steven Bosscher <steven@gcc.gnu.org>
21136
21137 * langhooks.c (lhd_tree_inlining_add_pending_fn_decls,
21138 lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
21139 lhd_tree_inlining_end_inlining): Remove.
21140 * langhooks.h (struct lang_hooks_for_tree_inlining): Remove then
21141 add_pending_fn_decls, anon_aggr_type_p, start_inlining, and
21142 end_inlining hooks.
21143 * langhooks-def.h (lhd_tree_inlining_add_pending_fn_decls,
21144 lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
21145 lhd_tree_inlining_end_inlining): Remove prototypes.
21146 (LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS,
21147 LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
21148 LANG_HOOKS_TREE_INLINING_START_INLINING,
21149 LANG_HOOKS_TREE_INLINING_END_INLINING): Remove.
21150
21151 * c-objc-common.h (LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Do
21152 not set it.
21153
21154 2007-04-08 Anatoly Sokolov <aesok@post.ru>
21155
21156 PR target/29932
21157 * config/avr/predicates.md (io_address_operand): Delete predicate.
21158 (low_io_address_operand): Don't use 'mode' argument.
21159 (higth_io_address_operand): Rename ...
21160 (high_io_address_operand): ... to this. Don't use 'mode' argument.
21161 * config/avr/avr.md (*sbix_branch_tmp, *sbix_branch_tmp_bit7): Adjust
21162 for above change.
21163
21164 2007-04-07 Daniel Berlin <dberlin@dberlin.org>
21165
21166 Revert change removing staticp.
21167
21168 2007-04-07 Anatoly Sokolov <aesok@post.ru>
21169
21170 PR target/30289
21171 * config/avr/avr.md (*clrmemqi, *clrmemhi): Mark operand 4 as
21172 earlyclobber.
21173
21174 2007-04-07 Bruce Korb <bkorb@gnu.org>
21175
21176 * c.opt: Add -Wformat-contains-nul.
21177 * c-format.c (set_Wformat): Set warn_format_contains_nul to the
21178 -Wformat setting.
21179 (check_format_info_main): Check OPT_Wformat_contains_nul before emitting
21180 the NUL byte warning.
21181
21182 2007-04-07 H.J. Lu <hongjiu.lu@intel.com>
21183
21184 * config/i386/i386.c (ix86_handle_option): Handle SSSE3.
21185
21186 2007-04-06 Daniel Berlin <dberlin@dberlin.org>
21187
21188 * tree.c (staticp): No longer use staticp langhook.
21189 * langhooks.c (lhd_staticp): Removed.
21190 * langhooks.h (struct lang_hooks): Remove staticp.
21191 * c-common.c (c_staticp): Remove.
21192 * c-common.h (c_staticp): Ditto.
21193 * langhooks-defs.h (lhd_staticp): Ditto.
21194 (LHD_HOOKS_STATICP): Ditto
21195 * tree.h (gcc_assert_lowered): New macro.
21196
21197 2007-04-06 Zdenek Dvorak <dvorakz@suse.cz>
21198
21199 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use
21200 argument "reliable".
21201 (infer_loop_bounds_from_ref, infer_loop_bounds_from_array):
21202 Add argument "reliable". Propagate it through calls.
21203 (infer_loop_bounds_from_undefined): Derive number of iterations
21204 estimates from references in blocks that do not dominate loop latch.
21205 (gcov_type_to_double_int): New function.
21206 (estimate_numbers_of_iterations_loop): Use gcov_type_to_double_int
21207 and expected_loop_iterations_unbounded.
21208 * cfgloopanal.c (expected_loop_iterations_unbounded): New function.
21209 (expected_loop_iterations): Use expected_loop_iterations_unbounded.
21210 * tree-data-ref.c (estimated_loop_iterations): Export.
21211 (get_references_in_stmt): Fix -- do not return addresses of local
21212 objects.
21213 * cfgloop.h (expected_loop_iterations_unbounded,
21214 estimated_loop_iterations): Declare.
21215
21216 2007-04-06 Andreas Tobler <a.tobler@schweiz.org>
21217
21218 * tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.
21219
21220 2007-04-06 Uros Bizjak <ubizjak@gmail.com>
21221
21222 * config/i386/i386.md (extend<mode>xf2): Rename from extendsfxf2
21223 and extenddfxf2. Macroize expander using X87MODEF12 mode macro.
21224 (*truncdfsf_mixed, *truncdfsf_i387, *truncdfsf2_i387_1):
21225 Use output_387_reg_move().
21226 (*truncxf<mode>2): Rename from *truncxfsf2 and truncxfdf2. Macroize
21227 expander using X87MODEF12 mode macro.
21228 (*truncxfsf2_mixed): Combine alternatives, ignore "r" alternative when
21229 choosing register preferences. Use output_387_reg_move().
21230 (*truncxfdf2_mixed): Combine alternatives, use "r" alternative
21231 instead of "x". Use output_387_reg_move().
21232 (*truncxf<mode>2_i387_noop): Rename from *truncxfsf2_i387_noop and
21233 *truncxfdf2_i387_noop. Macroize insn using X87MODEF12 mode macro.
21234 (*truncxf<mode>2_i387): Rename from *truncxfsf2_i387 and
21235 *truncxfdf2_i387. Macroize insn using X87MODEF12 mode macro.
21236 Use output_387_reg_move().
21237 (*truncxf?f_mixed splitter): Macroize splitter using X87MODEF12
21238 mode macro.
21239 (*truncxf?f_i387 splitter): Ditto.
21240
21241 2007-04-06 Daniel Berlin <dberlin@dberlin.org>
21242
21243 * langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove
21244 LANG_HOOKS_SAFE_FROM_P.
21245 * expr.c (safe_from_p): Remove langhook call.
21246 * langhooks.h (lang_hooks): Remove safe_from_p.
21247 (lhd_safe_from_p): Remove prototype.
21248 * langhooks.c (lhd_safe_from_p): Remove.
21249
21250 2007-04-06 Jan Hubicka <jh@suse.cz>
21251
21252 * cgraphunit.c (decide_is_function_needed): Do not keep always_inline
21253 functions.
21254
21255 2007-04-06 Uros Bizjak <ubizjak@gmail.com>
21256
21257 * config/i386/i386.c (output_387_reg_move): Handle memory operand[0].
21258 * config/i386/i386.md (*movsf_1, *movdf_nointeger,
21259 *movdf_integer_rex64, *movdf_integer, *movxf_nointeger,
21260 *movxf_integer): Use output_387_reg_move() for x87 reg->mem
21261 alternative.
21262 (*extendsfdf2_mixed, *extendsfdf2_i387, *extendsfxf2_i387,
21263 *extenddfxf2_i387, *truncdfsf_fast_mixed): Ditto.
21264
21265 2007-04-05 Richard Henderson <rth@redhat.com>
21266
21267 * config/alpha/alpha.c (print_operand) [+]: Remove.
21268 (alpha_end_function): Print nop if call at end of function.
21269 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Remove +.
21270 * config/alpha/alpha.md (UNSPEC_LDGP1): New.
21271 (call_osf_1_er_noreturn, call_value_osf_1_er_noreturn): New.
21272 (call_osf_2_er_nogp, call_value_osf_2_er_nogp): New.
21273 (call_osf_2_er, call_value_osf_2_er): Merge the ldgp highpart into
21274 the call pattern. Update peepholes to match.
21275
21276 2007-04-05 Janis Johnson <janis187@us.ibm.com>
21277
21278 * doc/extend.texi (Other Builtins): Add decimal float variants
21279 of signbit.
21280 * builtins.def: Ditto.
21281 * builtins.c (expand_builtin): Ditto.
21282
21283 2007-04-05 Uros Bizjak <ubizjak@gmail.com>
21284 H.J. Lu <hongjiu.lu@intel.com>
21285
21286 PR target/31478
21287 * config/i386/sse.md (sse2_umulv2siv2di3): Use V4SImode instead
21288 of V8HImode when calling ix86_binary_operator_ok.
21289 (sse2_pmaddwd): Call ix86_binary_operator_ok.
21290 (sdot_prodv8hi): Operands 1 and 2 must be register.
21291
21292 2007-04-05 Alexandre Oliva <aoliva@redhat.com>
21293
21294 * tree-sra.c (try_instantiate_multiple_fields): Needlessly
21295 initialize align to silence bogus warning.
21296
21297 2007-04-05 Alexandre Oliva <aoliva@redhat.com>
21298
21299 PR middle-end/22156
21300 * tree-sra.c (struct sra_elt): Add in_bitfld_block. Remove
21301 all_no_warning.
21302 (struct sra_walk_fns): Remove use_all parameter from use.
21303 (sra_hash_tree): Handle BIT_FIELD_REFs.
21304 (sra_elt_hash): Don't hash bitfld blocks.
21305 (sra_elt_eq): Skip them in parent compares as well. Handle
21306 BIT_FIELD_REFs.
21307 (sra_walk_expr): Don't maintain or pass down use_all_p.
21308 (scan_use): Remove use_all parameter.
21309 (scalarize_use): Likewise. Re-expand assignment to
21310 BIT_FIELD_REF of gimple_reg. De-scalarize before input or
21311 output, and re-scalarize after output. Don't mark anything
21312 for no warning.
21313 (scalarize_ldst): Adjust.
21314 (scalarize_walk_gimple_modify_statement): Likewise.
21315 (build_element_name_1): Handle BIT_FIELD_REFs.
21316 (instantiate_element): Don't warn for any element whose parent
21317 is used as a whole.
21318 (instantiate_missing_elements_1): Return the sra_elt.
21319 (canon_type_for_field): New.
21320 (try_instantiate_multiple_fields): New.
21321 (instantiate_missing_elemnts): Use them.
21322 (mark_no_warning): Removed.
21323 (generate_one_element_ref): Handle BIT_FIELD_REFs.
21324 (REPLDUP, sra_build_elt_assignment): New.
21325 (generate_copy_inout): Use them.
21326 (generate_element_copy): Likewise. Handle bitfld differences.
21327 (generate_element_zero): Don't recurse for blocks. Use
21328 sra_build_elt_assignment.
21329 (generate_one_element_int): Take elt instead of var. Use
21330 sra_build_elt_assignment.
21331 (generate_element_init_1): Adjust.
21332 (scalarize_use, scalarize_copy): Use REPLDUP.
21333 (scalarize_ldst): Move assert before dereference.
21334 (dump_sra_elt_name): Handle BIT_FIELD_REFs.
21335
21336 2007-04-05 Steven Bosscher <steven@gcc.gnu.org>
21337
21338 * regmove.c: Fix unused variable warnings due to previous commit.
21339
21340 2007-04-05 Steven Bosscher <steven@gcc.gnu.org>
21341
21342 * regmove.c (STACK_GROWS_DOWNWARD): Don't boolean-ize.
21343 (regmove_bb_head): Remove.
21344 (copy_src_to_dest): Don't update regmove_bb_head and BB_HEAD.
21345 (regmove_optimize): Don't do unnecessary CFG fixes for non-existing
21346 problems with fixup_match_1.
21347 Don't initialize/free regmove_bb_head.
21348
21349 (reg_is_remote_constant_p): If an insn is in the same basic block
21350 but not before INSN, consider it remote, too.
21351
21352 2007-04-05 Anatoly Sokolov <aesok@post.ru>
21353
21354 PR target/25448
21355 * config/avr/avr.c (avr_handle_fndecl_attribute): Use the
21356 DECL_ASSEMBLER_NAME, not the DECL_NAME.
21357
21358 2007-04-05 H.J. Lu <hongjiu.lu@intel.com>
21359
21360 * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Reformat.
21361 (CONDITIONAL_REGISTER_USAGE): Likewise.
21362
21363 2007-04-04 Richard Henderson <rth@redhat.com>
21364
21365 * config/alpha/lib1funcs.asm: Remove unused file.
21366
21367 2007-04-04 Brooks Moses <brooks.moses@codesourcery.com>
21368
21369 PR other/31356
21370 * opts.c (print_specific_help): Fix --help=<language>
21371 header line.
21372 (common_handle_option): Support --help=common.
21373
21374 2007-04-04 Brooks Moses <brooks.moses@codesourcery.com>
21375
21376 PR other/31353
21377 * gcc.c (main): Do not run the linker if
21378 print_subprocess_help indicates that it shouldn't be
21379 run.
21380
21381 2007-04-04 Brooks Moses <brooks.moses@codesourcery.com>
21382
21383 PR doc/31355
21384 * doc/invoke.texi (--help=): Document <languages> value, fix
21385 formatting in tables of values.
21386
21387 2007-04-04 Danny Smith <dannysmith.users.sourceforge.net>
21388
21389 * config/i386/winnt-cxx.c (i386_pe_type_dllimport_p): Don't ignore
21390 dllimport attribute of virtual methods.
21391
21392 2007-04-04 Chen Liqin <liqin@sunnorth.com.cn>
21393
21394 * config/score/crti.asm: Change _bss_start to __bss_start.
21395 * config/score/score.h (CONDITIONAL_REGISTER_USAGE): Added.
21396 (OUTGOING_REG_PARM_STACK_SPACE) update.
21397 * config/score/score.opt: add options to make backend support
21398 score5, score5u, score7 and score7d.
21399 * config/score/score.md: Likewise.
21400 * config/score/misc.md: Likewise.
21401 * config/score/mac.md: Likewise.
21402 * doc/invoke.texi: Likewise.
21403 * doc/md.texi: update constraints define.
21404
21405 2007-04-03 Richard Henderson <rth@redhat.com>
21406
21407 * expr.c (store_expr): If get_signed_or_unsigned_type doesn't yield
21408 an appropriate type, use the mode instead.
21409
21410 2007-04-03 Richard Sandiford <richard@codesourcery.com>
21411
21412 * config.gcc (mips-wrs-vxworks): Add vx-common.h to tm_file.
21413 Set the default --with-arch setting to mips2.
21414 * config/mips/t-vxworks (MULTILIB_OPTIONS, MULTILIB_MATCHES)
21415 (MULTILIB_EXCEPTIONS): Redefine with new multilibs.
21416 (MULTILIB_OSDIRNAMES): Delete.
21417 (MULTILIB_DIRNAMES): Define.
21418 * config/mips/vxworks.h (LINK_SPEC): Add VXWORKS_LINK_SPEC.
21419 (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Define.
21420 (TARGET_OS_CPP_BUILTINS): Incorporate old SUBTARGET_CPP_SPEC
21421 definitions, except for _WRS_R3K_EXC_SUPPORT. Call
21422 VXWORKS_OS_CPP_BUILTINS.
21423 (SUBTARGET_CPP_SPEC): Redefine to VXWORKS_ADDITIONAL_CPP_SPEC.
21424 (MIPS_DEBUGGING_INFO): Undefine.
21425 (FUNCTION_PROFILER): Define to VXWORKS_FUNCTION_PROFILER.
21426
21427 2007-04-03 Jakub Jelinek <jakub@redhat.com>
21428
21429 PR middle-end/30704
21430 * fold-const.c (native_encode_real): Encode real.c provided longs
21431 as a series of 32-bit native integers.
21432 (native_interpret_real): Interpret buffer as a series of 32-bit
21433 native integers.
21434
21435 2007-04-03 Richard Guenther <rguenther@suse.de>
21436
21437 * genpreds.c (write_insn_constraint_len): Write function
21438 optimized for CONSTRAINT_LEN implementation.
21439 (write_tm_preds_h): Output insn_constraint_len inline and
21440 use it for CONSTRAINT_LEN.
21441 (write_insn_preds_c): Don't output insn_constraint_len.
21442 * doc/md.texi (define_register_constraint): Document multi-letter
21443 constraints shall have the same length if they start with the same
21444 letter.
21445
21446 2007-04-03 Uros Bizjak <ubizjak@gmail.com>
21447
21448 PR target/31175
21449 * config/i386/i386.md (isinf<mode>2): Expand only when
21450 TARGET_C99_FUNCTIONS is set.
21451
21452 2007-04-03 Uros Bizjak <ubizjak@gmail.com>
21453
21454 * config.gcc (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
21455 (x86_64-*-linux*): Ditto.
21456 * config/i386/i386.opt (mpc): New option.
21457 * config/i386/i386.c (overrride_options): Handle
21458 ix87_precision_string.
21459 * config/i386/crtprec.c: New file.
21460 * config/i386/t-crtpc: Ditto.
21461 * config/i386/linux.h (ENDFILE_SPEC): Add handling of -mpc32, -mpc64
21462 and -mpc80 options.
21463 * config/i386/linux64.h (ENDFILE_SPEC): Ditto.
21464 * config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Add
21465 crtprec32.o, crtprec64.o and crtprec80.o.
21466
21467 * doc/invoke.texi (Machine Dependent Options): Add -mpc32, -mpc64
21468 and -mpc80 options.
21469 (i386 and x86-64 Options): Document -mpc32, -mpc64 and -mpc80 options.
21470
21471 2007-04-02 Eric Christopher <echristo@apple.com>
21472
21473 * doc/invoke.texi (i386 and x86-64 Options): Document -m64
21474 limitations on darwin.
21475
21476 2007-04-02 Anatoly Sokolov <aesok@post.ru>
21477
21478 PR target/31137
21479 * config/avr/avr.c (avr_rtx_costs): Add missing 'break' statements.
21480
21481 2007-04-02 Dave Korn <dave.korn@artimi.com>
21482
21483 * doc/tm.texi (FUNCTION_MODE): Update and extend documentation.
21484
21485 2007-04-02 Dave Korn <dave.korn@artimi.com>
21486
21487 * libgcc2.h (exception_descriptor): Don't forward-declare.
21488 (__get_eh_table_language, __get_eh_table_version): Delete
21489 prototypes of long-dead functions.
21490
21491 2007-04-01 Daniel Berlin <dberlin@dberlin.org>
21492
21493 * ebitmap.h: New file
21494 * ebitmap.c: New file
21495 * Makefile.in (ebitmap.o): New target.
21496
21497 2007-04-01 Jan Hubicka <jh@suse.cz>
21498
21499 * emit-rtl.c (emit_insn_before_setloc): Do not ICE when asked to emit
21500 before very first instruction.
21501
21502 2007-04-01 Jan Hubicka <jh@suse.cz>
21503
21504 * ggc-page.c (ggc_print_statistics): Fix formatting string to avoid
21505 waring on 64bit hosts.
21506 * bitmap.h: Fix typo in bitmap_head_def.
21507
21508 2007-04-01 Steven Bosscher <steven@gcc.gnu.org>
21509
21510 PR rtl-optimization/31391
21511 * cfgcleanup.c (try_optimize_cfg): If a removed label is turned
21512 into a DELETED_LABEL note, and the label is in an empty basic
21513 block, update BB_END as well as BB_HEAD.
21514
21515 2007-04-01 Richard Henderson <rth@redhat.com>
21516
21517 PR tree-optimization/31169
21518 * tree-vrp.c (extract_range_from_binary_expr) <RSHIFT_EXPR>: Drop
21519 to varying if the range is outside [0, prec-1].
21520
21521 2007-04-01 Richard Sandiford <richard@codesourcery.com>
21522
21523 PR target/31388
21524 * config/mips/mips.md (load_const_gp): New insn.
21525 * config/mips/mips.c (mips_split_symbol): Avoid using or creating
21526 the MIPS16 GP pseudo register if no_new_pseudos.
21527 (mips16_gp_pseudo_reg): Use gen_load_const_gp.
21528
21529 2007-03-31 Andrew Pinski <andrew_pinski@playstation.sony.com>
21530
21531 PR target/31364
21532 * config/rs6000/rs6000.md (call): Convert to LR hard reg for
21533 secureplt.
21534 (call_value): Likewise.
21535
21536 2007-03-31 Wolfgang Bangerth <bangerth@dealii.org>
21537 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
21538
21539 PR 14737
21540 * doc/invoke.texi: (optimization options): Reword description
21541 of -ffast-math. Document its primary purpose.
21542
21543 2007-03-31 Richard Guenther <rguenther@suse.de>
21544
21545 * omp-low.c (splay-tree.h): Include.
21546 (lookup_decl): Replace splay-tree usage by pointer-map.
21547 (maybe_lookup_decl): Likewise.
21548 (new_omp_context): Likewise.
21549 (delete_omp_context): Likewise.
21550 * gimplify.c (splay-tree.h): Include.
21551 * tree-inline.c (insert_decl_map): Replace splay-tree usage by
21552 pointer-map.
21553 (remap_ssa_name): Likewise.
21554 (remap_decl): Likewise.
21555 (remap_type_1): Likewise.
21556 (remap_type): Likewise.
21557 (copy_body_r): Likewise.
21558 (expand_call_inline): Likewise.
21559 (clone_body): Likewise.
21560 (copy_tree_r): Likewise.
21561 (remap_save_expr): Likewise.
21562 (unsave_r): Likewise.
21563 (unsave_expr_now): Likewise.
21564 (tree_function_versioning): Likewise.
21565 (build_duplicate_type): Likewise.
21566 * tree-inline.h (pointer-set.h): Include instead of splay-tree.h.
21567 (struct copy_body_data): Replace splay-tree by pointer-map.
21568 * Makefile.in (TREE_INLINE_H): Depend on pointer-map.h,
21569 not $(SPLAY_TREE_H).
21570 (gimplify.o): Depend on $(SPLAY_TREE_H).
21571 (omp-low.p): Likewise.
21572
21573 2007-03-31 Anatoly Sokolov <aesok@post.ru>
21574
21575 * config/avr/predicates.md (even_register_operand,
21576 odd_register_operand): New predicates.
21577 * config/avr/avr.md (movw peephole2): New.
21578 (movw_r peephole2): New.
21579
21580 2007-03-30 Rafael Avila de Espindola <espindola@google.com>
21581
21582 * tree.h (get_signed_or_unsigned_type): New.
21583 * fold-const.c (operand_equal_for_comparison_p): Use
21584 get_signed_or_unsigned_type instead of
21585 lang_hooks.types.signed_or_unsigned_type.
21586 * expr.c (store_expr): Ditto.
21587 * langhooks.c (get_signed_or_unsigned_type): New.
21588 (lhd_signed_or_unsigned_type): New.
21589 * langhooks.h (lhd_signed_or_unsigned_type): New.
21590 * langhooks-def.h (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Define.
21591
21592 2007-03-30 Richard Henderson <rth@redhat.com>
21593
21594 * tree-ssa-loop-ivopts.c: Include target.h.
21595 (produce_memory_decl_rtl): Pass the rtx through encode_section_info.
21596 (get_address_cost): Force SYMBOL_FLAG_LOCAL set.
21597 (force_expr_to_var_cost): Use produce_memory_decl_rtl.
21598 * Makefile.in (tree-ssa-loop-ivopts.o): Depend on TARGET_H.
21599
21600 2007-03-30 Richard Henderson <rth@redhat.com>
21601 Kai Tietz <kai.tietz@onevision.com>
21602
21603 * config/i386/cygming.h (DWARF2_DEBUGGING_INFO): Enable by
21604 default for 64-bit.
21605 (PREFERRED_DEBUGGING_TYPE): Prefer dwarf2 for 64-bit.
21606 (TARGET_64BIT_MS_ABI): New.
21607 (DBX_REGISTER_NUMBER): Handle 64-bit.
21608 (SIZE_TYPE, PTRDIFF_TYPE): Use long long for 64-bit.
21609 (LONG_TYPE_SIZE): Force to 32.
21610 (REG_PARM_STACK_SPACE): New.
21611 (OUTGOING_REG_PARM_STACK_SPACE): New.
21612 (REGPARM_MAX, SSE_REGPARM_MAX): New.
21613 (HANDLE_PRAGMA_PUSH_POP_MACRO): New.
21614 (STACK_BOUNDARY): Use 128 for 64-bit.
21615 * config/i386/cygwin.asm: Use push/ret to preserve call stack.
21616 Add 64-bit implementation.
21617 * config/i386/gthr-win32.c (__gthr_win32_key_create): Mark dtor
21618 argument unused.
21619 * config/i386/i386.c (x86_64_ms_abi_int_parameter_registers): New.
21620 (override_options): Set ix86_cmodel for TARGET_64BIT_MS_ABI.
21621 Warn for -mregparm, -mrtd in 64-bit mode; force ix86_regparm
21622 for 64-bit; use TARGET_SUBTARGET64_DEFAULT.
21623 (ix86_handle_cconv_attribute): Don't warn when ignoring if
21624 TARGET_64BIT_MS_ABI.
21625 (ix86_function_arg_regno_p): Handle TARGET_64BIT_MS_ABI.
21626 (ix86_pass_by_reference): Likewise.
21627 (ix86_function_value_regno_p): Likewise.
21628 (ix86_build_builtin_va_list): Likewise.
21629 (ix86_va_start, ix86_gimplify_va_arg): Likewise.
21630 (function_arg_advance_ms_64): New.
21631 (function_arg_advance): Call it.
21632 (function_arg_ms_64): New.
21633 (function_arg): Call it.
21634 (function_value_ms_64): New.
21635 (ix86_function_value_1): Call it.
21636 (return_in_memory_ms_64): New.
21637 (ix86_return_in_memory): Call it.
21638 (setup_incoming_varargs_ms_64): New.
21639 (ix86_setup_incoming_varargs): Call it.
21640 (ix86_expand_prologue): Handle 64-bit stack probing.
21641 (legitimize_pic_address): Handle TARGET_64BIT_MS_ABI.
21642 (output_pic_addr_const): Likewise.
21643 (x86_this_parameter): Likewise.
21644 (x86_output_mi_thunk): Likewise.
21645 (x86_function_profiler): Likewise.
21646 (TARGET_STRICT_ARGUMENT_NAMING): New.
21647 * config/i386/i386.h (TARGET_SUBTARGET64_DEFAULT): New.
21648 (TARGET_64BIT_MS_ABI): New.
21649 (CONDITIONAL_REGISTER_USAGE): Handle TARGET_64BIT_MS_ABI.
21650 * config/i386/i386.md (allocate_stack_worker): Remove.
21651 (allocate_stack_worker_32): Rename from allocate_stack_worker_1;
21652 describe the clobber of eax without a match_scratch.
21653 (allocate_stack_worker_postreload): Remove.
21654 (allocate_stack_worker_64): Rename from allocate_stack_worker_rex64;
21655 describe the clobbers of rax, r10, r11 properly; use __chkstk symbol.
21656 (allocate_stack_worker_rex64_postreload): Remove.
21657 (allocate_stack): Handle 64-bit.
21658 * config/i386/i386elf (TARGET_SUBTARGET_DEFAULT): Remove.
21659 * config/i386/mingw32.h (TARGET_VERSION): Set correctly for 64-bit.
21660 (EXTRA_OS_CPP_BUILTINS): Handle 64-bit.
21661 (STANDARD_INCLUDE_DIR): Handle TARGET_64BIT_DEFAULT.
21662 (STANDARD_STARTFILE_PREFIX_1): Likewise.
21663 * config/i386/unix.h (TARGET_SUBTARGET64_DEFAULT): New.
21664 * config.build (x86_64-*-mingw*): New host.
21665 * config.host (x86_64-*-mingw*): New host.
21666 * config.gcc (x86_64-*-mingw*): New target.
21667 * gthr-win32.h (__gthread_key_create): Mark dtor unused.
21668
21669 2007-03-30 Richard Henderson <rth@redhat.com>
21670 Kai Tietz <kai.tietz@onevision.com>
21671
21672 * c-pragma.c (struct def_pragma_macro_value): New.
21673 (struct def_pragma_macro): New.
21674 (pushed_macro_table): New.
21675 (dpm_hash, dpm_eq): New.
21676 (handle_pragma_push_macro, handle_pragma_pop_macro): New.
21677 (init_pragma): Install them.
21678 * doc/tm.texi (HANDLE_PRAGMA_PUSH_POP_MACRO): New.
21679
21680 2007-03-30 Anatoly Sokolov <aesok@post.ru>
21681
21682 * config/avr/avr.c (avr_override_options): Clear
21683 'flag_delete_null_pointer_checks'.
21684
21685 2007-03-30 Paolo Carlini <pcarlini@suse.de>
21686
21687 PR c++/26099
21688 * c-common.h (enum rid): Add RID_HAS_NOTHROW_ASSIGN,
21689 RID_HAS_NOTHROW_CONSTRUCTOR, RID_HAS_NOTHROW_COPY,
21690 RID_HAS_TRIVIAL_ASSIGN, RID_HAS_TRIVIAL_CONSTRUCTOR,
21691 RID_HAS_TRIVIAL_COPY, RID_HAS_TRIVIAL_DESTRUCTOR,
21692 RID_HAS_VIRTUAL_DESTRUCTOR, RID_IS_ABSTRACT, RID_IS_BASE_OF,
21693 RID_IS_CONVERTIBLE_TO, RID_IS_CLASS, RID_IS_EMPTY, RID_IS_ENUM,
21694 RID_IS_POD, RID_IS_POLYMORPHIC, RID_IS_UNION, as
21695 C++ extensions.
21696 * doc/extend.texi (Extensions to the C++ Language): Add Type Traits.
21697
21698 2007-03-30 Steven Bosscher <steven@gcc.gnu.org>
21699
21700 * regmove.c: Move all of pass_stack_adjustments from here...
21701 * combine-stack-adj.c: ...to this new file.
21702 * Makefile.in: Add rules for combine-stack-adj.o.
21703
21704 2007-03-30 Zdenek Dvorak <dvorakz@suse.cz>
21705
21706 PR tree-optimization/31383
21707 * tree-data-ref.c (affine_function_equal_p): Do not require the
21708 vectors to have the same length.
21709
21710 2007-03-30 Jan Hubicka <jh@suse.cz>
21711
21712 PR middle-end/30700
21713 * dwarf2out.c (reference_to_unused): Ask cgraph for functions
21714 availablility; add more sanity checking; ask varpool only about
21715 VAR_DECL.
21716
21717 2007-03-29 Richard Henderson <rth@redhat.com>
21718
21719 * unwind-generic.h (_sleb128_t, _uleb128_t): Don't use HAVE_LONG_LONG
21720 to decide, but __SIZEOF_LONG_LONG__.
21721
21722 2007-03-29 Richard Henderson <rth@redhat.com>
21723
21724 * emutls.c (struct __emutls_array): New.
21725 (emutls_destroy): Use it instead of casting element 0 from void*.
21726 (__emutls_get_address): Likewise.
21727
21728 2007-03-29 Richard Henderson <rth@redhat.com>
21729
21730 * varasm.c (initializer_constant_valid_p): Don't deny
21731 DECL_DLLIMPORT_P on functions.
21732
21733 * config/i386/cygming.h: Remove function declarations.
21734 (SUBTARGET_ENCODE_SECTION_INFO): Don't undef first.
21735 (ASM_OUTPUT_LABELREF): Remove.
21736 (COMMON_ASM_OP): Remove.
21737 (ASM_OUTPUT_COMMON): Remove.
21738 (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
21739 (ASM_DECLARE_OBJECT_NAME): Use i386_pe_maybe_record_exported_symbol.
21740 (ASM_DECLARE_FUNCTION_NAME): Likewise.
21741 * config/i386/i386-interix.h (SUBTARGET_ENCODE_SECTION_INFO):
21742 Rename from TARGET_ENCODE_SECTION_INFO.
21743 * config/i386/netware.h: Likewise.
21744 * config/i386/i386-protos.h: Update.
21745 * config/i386/i386.c (ix86_function_ok_for_sibcall): Turn ifdef
21746 of TARGET_DLLIMPORT_DECL_ATTRIBUTES into straight if.
21747 (legitimate_constant_p): Reject dllimports.
21748 (dllimport_map, get_dllimport_decl): New.
21749 (legitimize_dllimport_symbol): New.
21750 (legitimize_address, ix86_expand_move): Use it.
21751 (TARGET_BINDS_LOCAL_P): Redefine for TARGET_DLLIMPORT_DECL_ATTRIBUTES.
21752 * config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Remove.
21753 (SYMBOL_FLAG_DLLIMPORT, SYMBOL_REF_DLLIMPORT_P): New.
21754 (SYMBOL_FLAG_DLLEXPORT, SYMBOL_REF_DLLEXPORT_P): New.
21755 * config/i386/predicates.md (constant_call_address_operand): Only
21756 accept symbols; reject dllimport_p symbols.
21757 * config/i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Use
21758 i386_pe_maybe_record_exported_symbol.
21759 * config/i386/winnt.c (DLL_IMPORT_PREFIX, DLL_EXPORT_PREFIX): Remove.
21760 (i386_pe_determine_dllexport_p): Rename from i386_pe_dllexport_p.
21761 (i386_pe_determine_dllimport_p): Rename from i386_pe_dllimport_p;
21762 trust the setting of DECL_DLLIMPORT_P.
21763 (i386_pe_dllexport_name_p, i386_pe_dllimport_name_p): Remove.
21764 (i386_pe_mark_dllexport, i386_pe_mark_dllimport): Remove.
21765 (gen_stdcall_or_fastcall_suffix): Return NULL if no change required;
21766 tidy the argument scanning loop.
21767 (i386_pe_encode_section_info): Set SYMBOL_FLAG_DLLIMPORT and
21768 SYMBOL_FLAG_DLLEXPORT in SYMBOL_REF_FLAGS.
21769 (i386_pe_strip_name_encoding): Remove.
21770 (i386_pe_binds_local_p): New.
21771 (i386_pe_strip_name_encoding_full): Use default_strip_name_encoding.
21772 (i386_pe_output_labelref): Remove.
21773 (i386_pe_asm_output_aligned_decl_common): New.
21774 (i386_pe_maybe_record_exported_symbol): Rename from
21775 i386_pe_record_exported_symbol; check for dllexported symbols.
21776
21777 2007-03-29 Zack Weinberg <zack@mrtock.ucsd.edu>
21778
21779 * gengtype.c (oprintf): Mostly revert changes from 2007-03-26;
21780 add comment explaining why vsnprintf cannot be used.
21781
21782 2007-03-29 Douglas Gregor <doug.gregor@gmail.com>
21783
21784 PR tree-optimization/30666
21785 * tree.c (build_complex_type): When creating type names for DWARF2
21786 debug info, create TYPE_DECLs for TYPE_NAME instead of
21787 IDENTIFIER_NODEs.
21788 (build_common_tree_nodes_2): Use build_complex_type when building
21789 predefined complex types, to preserve canonical types.
21790
21791 2007-03-29 Steven Bosscher <steven@gcc.gnu.org>
21792
21793 * ifcvt.c (struct noce_if_info): Add then_else_reversed field.
21794 (noce_get_alt_condition): Look at it to determine whether to
21795 reverse the condition or not.
21796 (noce_get_condition): Substitute the truth for lies.
21797 (noce_find_if_block): Set the then_else_reversed field.
21798
21799 2007-03-29 Lars Poeschel <larsi@wh2.tu-dresden.de>
21800
21801 * config/fr30/fr30.md (movdi): Do not accept immediates as the
21802 destination of this insn.
21803 * config/fr30/fr30.c (fr30_move_double): Use emit_move_insn rather
21804 than calling gen_rtx_SET directly. Use r0 to hold the value of
21805 'address + 4' rather than a stack based temporary which can be
21806 mis-optimized away.
21807
21808 2007-03-29 Andreas Krebbel <krebbel1@de.ibm.com>
21809
21810 * config/s390/s390.c (s390_secondary_input_reload_class,
21811 s390_secondary_output_reload_class): Functions removed.
21812 (s390_secondary_reload): New function.
21813 (TARGET_SECONDARY_RELOAD): Target macro defined.
21814 * config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS,
21815 SECONDARY_OUTPUT_RELOAD_CLASS): Macro definitions removed.
21816 * config/s390/s390.md ("reload_outti", "reload_outdi",
21817 "reload_indi", "reload_insi", "reload_out<mode>", "reload_in<mode>",
21818 "reload_out<mode>"): Expanders removed.
21819 ("reload<mode>_plus", "reload<mode>_nonoffmem_in",
21820 "reload<mode>_nonoffmem_out"): Expanders added.
21821
21822 2007-03-29 Andreas Krebbel <krebbel1@de.ibm.com>
21823
21824 * regmove.c (optimize_reg_copy_1): Don't perform DEST->SRC repair
21825 action if SRC->DEST replacement failed anyway.
21826
21827 2007-03-28 Mike Stump <mrs@apple.com>
21828
21829 * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Add.
21830 * config/darwin.h (MAX_OFILE_ALIGNMENT): Fix.
21831 * config/rs6000/darwin.h (ASM_OUTPUT_ALIGNED_COMMON): Removed #undef.
21832
21833 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
21834
21835 * config.gcc: Accept barcelona as a variant of amdfam10.
21836 * config/i386/i386.c (override_options): Likewise.
21837 * doc/invoke.texi: Likewise.
21838
21839 2007-03-28 Eric Botcazou <ebotcazou@adacore.com>
21840
21841 * tree-dfa.c (get_ref_base_and_extent): Do not expect positive
21842 offsets for BIT_FIELD_REF and COMPONENT_REF.
21843
21844 2007-03-28 Richard Guenther <rguenther@suse.de>
21845
21846 * tree.c (is_global_var): Move ...
21847 * tree-flow-inline.h (is_global_var): ... here.
21848 * tree.h (is_global_var): Remove declaration.
21849
21850 2007-03-28 Uros Bizjak <ubizjak@gmail.com>
21851
21852 * config/i386/i386.h (X86_TUNE_PROMOTE_HIMODE_IMUL): New tuning
21853 option.
21854 (TARGET_TUNE_PROMOTE_HIMODE_IMUL): New define. Use new tuning option.
21855 * config/i386/i386.c (ix86_tune_features): Initialize new
21856 tuning option.
21857 * config/i386/predicates.md (promotable_binary_operator): Use
21858 TARGET_TUNE_PROMOTE_HIMODE_IMUL.
21859
21860 2007-03-28 Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
21861
21862 PR target/31380
21863 * config/i386/sse.md (uminv16qi3): Use UMIN instead of UMAX.
21864
21865 2007-03-28 Lars Poeschel <larsi@wh2.tu-dresden.de>
21866
21867 * config/fr30/fr30.md (movsi_internal): Change destination
21868 constraint from m to V and add m to the end.
21869
21870 2007-03-28 Christian Bruel <christian.bruel@st.com>
21871
21872 * config/sh/sh.md (movsi_i): Fix type attribute.
21873
21874 2007-03-28 Christian Bruel <christian.bruel@st.com>
21875
21876 * config/sh/sh.md (movsi_ie): Fix memory constraints attribute length.
21877 (movsf_ie): Likewise.
21878
21879 2007-03-28 Christian Bruel <christian.bruel@st.com>
21880
21881 * config.gcc: Add sh4-300 to multilib.
21882 * config/sh/t-mlib-sh4-300: New file.
21883
21884 2007-03-28 Andreas Krebbel <krebbel1@de.ibm.com>
21885
21886 * config/s390/s390.md ("fix_trunc<mode>di2"): New expander.
21887 ("fix_trunc<DFP:mode>di2_dfp"): New insn definition renamed from
21888 fix_trunc<mode>di2.
21889 ("fixuns_truncdddi2", "fixuns_trunctddi2"): Use
21890 fix_trunc<DFP:mode>di2_dfp instead of fix_trunc<mode>di2.
21891 ("fix_truncdfsi2", "fix_truncsfsi2", "fixuns_truncdddi2",
21892 "fixuns_trunctddi2"): Whitespace fix.
21893
21894 2007-03-28 Kaz Kojima <kkojima@gcc.gnu.org>
21895
21896 * config/sh/sh.h (CALL_COOKIE_RET_TRAMP_SHIFT): Move after
21897 the definition of struct sh_args.
21898 (CALL_COOKIE_RET_TRAMP, CALL_COOKIE_STACKSEQ_SHIFT,
21899 CALL_COOKIE_INT_REG_GET): Likewise.
21900
21901 2007-03-28 Steven Bosscher <steven@gcc.gnu.org>
21902
21903 * ifcvt.c (cond_exec_find_if_block): Return FALSE if no
21904 transformations are applied successfully.
21905
21906 2007-03-27 Douglas Gregor <doug.gregor@gmail.com>
21907
21908 * tree.c (tree_contains_struct): Permit 512 tree codes.
21909 * tree.h (tree_contains_struct): Ditto.
21910 (MAX_TREE_CODES): Ditto.
21911 (struct tree_base): Make CODE 16 bits, instead of 8 bits. Add
21912 SPARE member to store remaining padding bits.
21913
21914 2007-03-27 Anatoly Sokolov <aesok@post.ru>
21915
21916 * config/avr/avr.c (avr_mcu_types): Move at90usb82 device to 'avr4'
21917 architecture.
21918
21919 2007-03-27 Janis Johnson <janis187@us.ibm.com>
21920
21921 * configure.ac: Fix assembler test for powerpc*-linux decimal float.
21922 * configure: Regenerate.
21923
21924 * configure: Regenerate using the correct version of autoconf.
21925
21926 2007-03-27 Anatoly Sokolov <aesok@post.ru>
21927
21928 * config/avr/avr.c (avr_hard_regno_mode_ok): Disallow QImode in stack
21929 pointer regs.
21930 * config/avr/avr.h (REGISTER_NAMES): Rename "__SPL__" and "__SPH__"
21931 regs to "__SP_L__" and "__SP_H__".
21932
21933 2007-03-27 Richard Guenther <rguenther@suse.de>
21934
21935 * tree-dfa.c (get_ref_base_and_extent): Replace bit_offset and
21936 computations with it with a HOST_WIDE_INT variable.
21937
21938 2007-03-26 Mike Stump <mrs@apple.com>
21939
21940 * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Add
21941 objective-c-header, objective-c++-header and objc++-cpp-output
21942 support.
21943 * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
21944
21945 2007-03-26 Richard Henderson <rth@redhat.com>
21946
21947 PR target/31361
21948 * config/i386/i386.c (IX86_BUILTIN_PSLLDQ128, IX86_BUILTIN_PSLLW128,
21949 IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128, IX86_BUILTIN_PSRAW128,
21950 IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128, IX86_BUILTIN_PSRLD128,
21951 IX86_BUILTIN_PSRLQ128): New.
21952 (ix86_init_mmx_sse_builtins): Add them.
21953 (ix86_expand_builtin): Expand them.
21954 * config/i386/sse.md (ashr<mode>3, lshr<mode>3, ashl<mode>3): Make
21955 operand 2 be TImode.
21956 * config/i386/emmintrin.h (_mm_slli_epi64, _mm_srai_epi16,
21957 _mm_srai_epi32, _mm_srli_epi16, _mm_srli_epi32,
21958 _mm_srli_epi64): Mark __B const.
21959 (_mm_srli_si128, _mm_srli_si128): Fix disabled inline versions.
21960 (_mm_sll_epi16, _mm_sll_epi32, _mm_sll_epi64, _mm_sra_epi16,
21961 _mm_sra_epi32, _mm_srl_epi16, _mm_srl_epi32, _mm_srl_epi64): Use
21962 new two-vector shift builtins.
21963
21964 2007-03-26 Ian Lance Taylor <iant@google.com>
21965
21966 PR tree-optimization/31345
21967 * tree-vrp.c (extract_range_from_binary_expr): Turn ranges like
21968 [+INF, +INF(OVF)] into VARYING.
21969
21970 2007-03-26 Zack Weinberg <zackw@panix.com>
21971
21972 * gengtype-parse.c: New file.
21973 * gengtype-yacc.y: Delete.
21974 * gengtype-lex.l: Don't include gengtype-yacc.h.
21975 Define YY_DECL and yyterminate appropriately for recursive
21976 descent parser. yylval is now a string out-parameter to yylex.
21977 (HWS, EOID): New shorthand.
21978 (IWORD): Add a couple more types.
21979 (yylex): Add a setup stanza. Remove the complex rules for
21980 detecting GTY'ed types and typedefs; replace with simple
21981 keyword detectors. Adjust everything for the changed
21982 definition of yylval. Ignore all pp-directives, not just #define.
21983 (yyerror): Delete.
21984 (parse_file): Rename yybegin; do not call yyparse.
21985 (yyend): New.
21986 * gengtype.c (xasprintf): Export again.
21987 (this_file): New. Use everywhere __FILE__ was being used.
21988 (get_lang_bitmap): Special case types defined in gengtype.c.
21989 (do_typedef, new_structure): Suppress definition of certain types.
21990 (new_structure): Improve diagnostics of duplicate definitions.
21991 Make sure location_s is associated with input.h.
21992 (nreverse_pairs, define_location_structures): New functions.
21993 (main): Improve tagging of kludge types. Remove old kludges
21994 for input.h types; use define_location_structures.
21995 * gengtype.h: Update prototypes. Define token codes here.
21996 * Makefile.in: Remove all references to gengtype-yacc.
21997 Add rules for gengtype-parse.o. Adjust rules for gengtype-lex.o
21998 and gengtype.
21999 * bitmap.h (struct bitmap_head_def): Coalesce definitions,
22000 add GTY((skip)) to the field that's only conditionally there.
22001 * doc/install.texi: Document that Bison is no longer required
22002 unless building treelang.
22003
22004 * gengtype.c: Don't include gtyp-gen.h.
22005 (srcdir): Declare here.
22006 (base_files, lang_dir_names): Allocate dynamically.
22007 (gt_files, num_gt_files, num_lang_dirs): New globals.
22008 (measure_input_list, read_input_line, read_input_list)
22009 (set_lang_bitmap): New functions.
22010 (get_base_file_bitmap): Rename get_lang_bitmap and drastically
22011 simplify, relying on read_input_list to set up the bitmaps.
22012 (main): Arguments are no longer unused. Check for correct number
22013 of command line arguments, set srcdir and srcdir_len, then call
22014 read_input_list, before doing anything else. No need to worry
22015 about duplicates in main loop.
22016 * configure.ac: Simplify the calculation of all_gtfiles.
22017 Put language tags in there. Don't set or substitute
22018 all_gtfiles_files_langs or all_gtfiles_files_frags.
22019 * Makefile.in: Revamp the way gengtype is invoked, now that it
22020 takes a file on its command line with a much simpler format.
22021 Remove or replace with gtyp-input.list all references to gtyp-gen.h.
22022 (GTFILES): Remove duplicates and C source files.
22023 * c-config-lang.in, cp/config-lang.in, objc/config-lang.in
22024 * objcp/config-lang.in: Add c-pragma.h to gtfiles.
22025 * configure: Regenerate.
22026
22027 * gengtype.h: Remove all type definitions to gengtype.c; leave
22028 only definitions of options_p, type_p, and pair_p as opaque
22029 pointers. Update prototypes.
22030 * gengtype.c: Many type definitions moved here from gengtype.h.
22031 Consolidate type definitions at the top of the file.
22032 (xvasprintf): Delete.
22033 (xasprintf): Make static.
22034 (create_nested_pointer_option): Add 'next' parameter.
22035 (create_field_all, create_field_at): New functions.
22036 (create_field): Now a thin wrapper around create_field_all.
22037 (create_optional_field): Rename create_optional_field_ and add
22038 line argument. Original name is now a macro which supplies
22039 __LINE__.
22040 (oprintf): Use vsnprintf directly.
22041 (close_output_files): Use fatal rather than perror/exit.
22042 (note_def_vec, note_def_vec_alloc): Use create_field_at.
22043 (main): Set progname. Don't use exit.
22044 * gengtype-yacc.y (struct_fields): Use create_field_at.
22045 (option, optionseqopt): Delete.
22046 (optionseq): Consolidate productions from option here so we
22047 can use the first argument to create_option.
22048
22049 * gengtype-lex.l: Distinguish unions from structures in the
22050 token type. Don't call find_structure; return the tag as a string.
22051 * gengtype-yacc.y: Add new token types ENT_TYPEDEF_UNION and
22052 ENT_UNION. Type of these, ENT_TYPEDEF_STRUCT, and ENT_STRUCT is
22053 string. Reorganize typedef_struct production accordingly.
22054 Use create_nested_ptr_option.
22055 * gengtype.c (create_nested_ptr_option): New function.
22056 * gengtype.h: Declare it.
22057
22058 * gengtype.h (struct type): Replace 'sc' with boolean, scalar_is_char.
22059 (string_type): Don't declare.
22060 (do_scalar_typedef): Declare.
22061 (create_scalar_type): Update prototype.
22062 * gengtype.c (string_type): Make static.
22063 (scalar_nonchar, scalar_char): New.
22064 (do_scalar_typedef): Export. Always use scalar_nonchar for the type.
22065 (resolve_typedef): Use scalar_nonchar for error recovery.
22066 (create_scalar_type): Remove name_len field. Return scalar_char
22067 or scalar_nonchar as appropriate.
22068 (adjust_field_type): Look at scalar_is_char boolean to decide whether
22069 to use string_type.
22070 (throughout): Use scalar_nonchar instead of calling
22071 create_scalar_type, whenever possible.
22072 (main): Initialize scalar_char and scalar_nonchar before calling
22073 gen_rtx_next.
22074 * gengtype-lex.l: Adjust for removal of second argument to
22075 create_scalar_type. Use yylval.s instead of yylval.t when
22076 returning SCALAR.
22077 * gengtype-yacc.y: Type of SCALAR is string. Call
22078 create_scalar_type from type:SCALAR rule. Adjust for removal of
22079 second argument to create_scalar_type.
22080
22081 * vec.h: Remove all #if IN_GENGTYPE blocks.
22082 Add comment saying that changes may require adjustments to gengtype.
22083 * gengtype.c: Don't include coretypes.h or tm.h.
22084 Add comment to inclusion of errors.h.
22085 (note_def_vec, note_def_vec_alloc): New functions.
22086 * gengtype.h: Declare new functions.
22087 * gengtype-lex.l: Don't include coretypes.h.
22088 (YY_INPUT, macro_input, push_macro_expansion, mangle_macro_name):
22089 Delete.
22090 (update_lineno): Remove unnecessary prototype.
22091 (DEF_VEC_* rules): Simplify using note_def_vec / note_def_vec_alloc.
22092 (VEC rule): Just return VEC_TOKEN.
22093 * gengtype-yacc.y (VEC_TOKEN): New token type.
22094 (type): Add a production for VEC(a,b).
22095 * Makefile.in: Update dependencies.
22096
22097 * gengtype-lex.l: Remove rules for parsing pointer-to-function
22098 typedefs that use the old PARAMS macro.
22099
22100 * gengtype-lex.l: Remove all rules and states relating to yacc
22101 input files.
22102 * gengtype-yacc.y: Similarly.
22103 * gengtype.c (note_yacc_type): Delete function.
22104 * gengtype.h: Update prototypes.
22105
22106 2007-03-26 Joseph Myers <joseph@codesourcery.com>
22107
22108 * tree-pretty-print.c (dump_generic_node): Report precision of
22109 unnamed integer types.
22110
22111 2007-03-26 Steven Bosscher <steven@gcc.gnu.org>
22112
22113 * ifcvt.c (noce_try_store_flag_constants): Don't check
22114 no_new_pseudos here.
22115 (noce_try_store_flag_constants): Don't check no_new_pseudos.
22116 (noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove_arith,
22117 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
22118 noce_try_sign_mask): Likewise.
22119 (if_convert): Check no_new_pseudos here.
22120
22121 (cond_exec_process_if_block, noce_process_if_block, find_if_block):
22122 Remove prototypes.
22123 (struct noce_if_info): Add then_bb, else_bb, join_bb members.
22124 (noce_get_condition): Handle new then_else_reversed argument.
22125 (noce_init_if_info): Remove, fold into noce_find_if_block.
22126 (noce_process_if_block): Take a struct noce_if_info as the
22127 argument. Don't set up one based on ce_if_info. Update pointer
22128 references accordingly.
22129 (cond_move_process_if_block): Likewise.
22130 (process_if_block): Removed.
22131 (find_if_block): Removed. Move functionality two new functions,
22132 noce_find_if_block and cond_exec_find_if_block.
22133 (noce_find_if_block): New function. Be aware of IF-THEN-JOIN
22134 blocks and the symmetric IF-ELSE-JOIN case.
22135 (cond_exec_find_if_block): Also new function mostly based on old
22136 find_if_block and process_if_block.
22137 (find_if_header): Replace find_if_block call with separately
22138 guarded calls to noce_find_if_block and cond_exec_find_if_block.
22139 (find_cond_trap): Update noce_get_condition call.
22140 (dead_or_predicable): Likewise.
22141
22142 2007-03-26 Jakub Jelinek <jakub@redhat.com>
22143
22144 * config/i386/i386.c (IX86_BUILTIN_CMPNEPD, IX86_BUILTIN_CMPNESD):
22145 Remove.
22146 (IX86_BUILTIN_PSLLW128, IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128,
22147 IX86_BUILTIN_PSRAW128, IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128,
22148 IX86_BUILTIN_PSRLD128, IX86_BUILTIN_PSRLQ128): Remove.
22149 (ix86_init_mmx_sse_builtins): Remove v8hi_ftype_v8hi_v2di and
22150 v4si_ftype_v4si_v2di. Remove __builtin_ia32_psllw128,
22151 __builtin_ia32_pslld128, __builtin_ia32_psllq128,
22152 __builtin_ia32_psrlw128, __builtin_ia32_psrld128,
22153 __builtin_ia32_psrlq128, __builtin_ia32_psraw128 and
22154 __builtin_ia32_psrad128 builtins.
22155
22156 2007-03-26 Uros Bizjak <ubizjak@gmail.com>
22157
22158 * reg-stack.c (replace_reg): Use IN_RANGE macro in gcc_assert().
22159 * config/i386/constraints.md
22160 (define_constraint "I"): Use IN_RANGE macro.
22161 (define_constraint "J"): Ditto.
22162 (define_constraint "K"): Ditto.
22163 (define_constraint "M"): Ditto.
22164 (define_constraint "N"): Ditto.
22165 (define_constraint "O"): Ditto.
22166 * config/i386/predicates.md
22167 (define_predicate "register_no_elim_operand"): Use IN_RANGE macro.
22168 (define_predicate "const_0_to_3_operand"): Ditto.
22169 (define_predicate "const_0_to_7_operand"): Ditto.
22170 (define_predicate "const_0_to_15_operand"): Ditto.
22171 (define_predicate "const_0_to_63_operand"): Ditto.
22172 (define_predicate "const_0_to_255_operand"): Ditto.
22173 (define_predicate "const_1_to_31_operand"): Ditto.
22174 (define_predicate "const_2_to_3_operand"): Ditto.
22175 (define_predicate "const_4_to_7_operand"): Ditto.
22176
22177 2007-03-25 David Edelsohn <edelsohn@gnu.org>
22178
22179 * config/rs6000/rs6000.c (rs6000_emit_prologue): Always clobber LR
22180 in SImode for save_world.
22181 * config/rs6000/altivec.md (save_world, restore_world): Convert to
22182 LR hard reg.
22183
22184 2007-03-25 Dorit Nuzman <dorit@il.ibm.com>
22185
22186 PR tree-optimization/30784
22187 * fold-const.c (fold_ternary): Handle CONSTRUCTOR in case
22188 BIT_FIELD_REF.
22189
22190 2007-03-25 Revital Eres <eres@il.ibm.com>
22191
22192 * tree-if-conv.c (if_convertible_gimple_modify_stmt_p):
22193 Fold movement_possibility function into it.
22194
22195 2007-03-25 David Edelsohn <edelsohn@gnu.org>
22196
22197 * config/rs6000/darwin.md (load_macho_picbase): Ignore operand 0.
22198 (load_macho_picbase_{si,di}): Convert to LR hard reg.
22199 (call_indirect_nonlocal_darwin64): Same.
22200 (call_nonlocal_darwin64): Same.
22201 (call_value_indirect_nonlocal_darwin64): Same.
22202 (call_value_nonlocal_darwin64): Same.
22203 (sibcall_nonlocal_darwin64): Same.
22204 (sibcall_value_nonlocal_darwin64): Same.
22205 (sibcall_symbolic_64): Same.
22206 (sibcall_value_symbolic_64): Same.
22207 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Remove
22208 LR pseudo.
22209 (rs6000_emit_load_toc_table): Same.
22210 * config/rs6000/altivec.md (restore_world): Convert to LR hard reg.
22211 * config/rs6000/rs6000.md (mulh_call): Convert to LR hard reg.
22212 (mull_call): Same.
22213 (divss_call): Same.
22214 (divus_call): Same.
22215 (quoss_call): Same.
22216 (quous_call): Same.
22217 (load_toc_v4_pic_si): Same
22218 (load_toc_v4_PIC_1): Same.
22219 (load_toc_v4_PIC_1b): Same.
22220 (call_indirect_aix{32,64}): Same.
22221 (call_value_indirect_aix{32,64}): Same.
22222 (call): Same.
22223 (call_value): Same.
22224 (call_local{32,64}): Same.
22225 (call_value_local{32,64}): Same.
22226 (call_indirect_nonlocal_aix{32,64}): Same.
22227 (call_nonlocal_aix{32,64}): Same.
22228 (call_value_indirect_nonlocal_aix{32,64}): Same.
22229 (call_value_nonlocal_aix{32,64}): Same.
22230 (call_indirect_nonlocal_sysv<mode>): Same.
22231 (call_nonlocal_sysv<mode>): Same.
22232 (call_value_indirect_nonlocal_sysv<mode>): Same.
22233 (call_value_nonlocal_sysv<mode>): Same.
22234 (sibcall): Same.
22235 (sibcall_local{32,64}): Same.
22236 (sibcall_value_local{32,64}): Same.
22237 (sibcall_nonlocal_aix{32,64}): Same.
22238 (sibcall_value_nonlocal_aix{32,64}): Same.
22239 (sibcall_nonlocal_sysv<mode>): Same.
22240 (sibcall_value): Same.
22241 (sibcall_value_nonlocal_sysv<mode>): Same.
22242
22243 2007-03-24 Paul Brook <paul@codesourcery.com>
22244
22245 * config/arm/lib1funcs.asm (div0): Use ARM_FUNC_START and do_push.
22246 * config/arm/linux-eabi.h: Remove legacy syscall hack.
22247
22248 2007-03-24 Richard Henderson <rth@redhat.com>
22249
22250 * config/ia64/constraints.md: New file.
22251 * config/ia64/predicates.md: Replace CONST_OK_FOR_? with
22252 satisfies_constraint_?.
22253 * config/ia64/ia64.c (ia64_move_ok, ia64_legitimate_constant_p,
22254 ia64_reload_gp, spill_restore_mem, ia64_expand_prologue,
22255 ia64_expand_epilogue, ia64_split_return_addr_rtx, ia64_rtx_costs,
22256 ia64_output_mi_thunk): Likewise.
22257 (ia64_const_ok_for_letter_p): Remove.
22258 (ia64_const_double_ok_for_letter_p): Remove.
22259 (ia64_extra_constraint): Remove.
22260 * config/ia64/ia64.h (REG_CLASS_FROM_LETTER): Remove.
22261 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L,
22262 CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O, CONST_OK_FOR_P,
22263 CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_G,
22264 CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT,
22265 EXTRA_MEMORY_CONSTRAINT): Remove.
22266 * config/ia64/ia64.md: Include constriants.md. Replace
22267 CONST_OK_FOR_? with satisfies_constraint_?.
22268
22269 2007-03-23 Michael Meissner <michael.meissner@amd.com>
22270 H.J. Lu <hongjiu.lu@intel.com>
22271
22272 * config/dfp-bit.h (DPD_BID_NAME): New macro to give either the
22273 DPD or BID name.
22274 (name macros): Use DPD_BID_NAME to convert names properly.
22275
22276 * optabs.c (DECIMAL_PREFIX): Prefix string to use for the current
22277 decimal floating point format.
22278 (init_floating_libfuncs): Change decimal functions so that they
22279 have a "bid_" prefix if the decimal system uses the BID format,
22280 and "dpd_" prefix if the decimal system uses the DPD format.
22281 (init_interclass_conv_libfuncs): Ditto.
22282 (init_intraclass_conv_libfuncs): Ditto.
22283
22284 * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
22285 using the BID format.
22286
22287 * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
22288 whether we are using the BID decimal format.
22289 * configure: Regenerate.
22290
22291 * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
22292 the compiler has decimal floating point enabled. Define
22293 __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
22294 instead of DPD.
22295
22296 * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
22297 using the BID format.
22298
22299 * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
22300 whether we are using the BID decimal format.
22301 * configure: Regenerate.
22302
22303 * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
22304 the compiler has decimal floating point enabled. Define
22305 __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
22306 instead of DPD.
22307
22308 * doc/install.texi (--enable-decimal-float): Document BID and DPD
22309 options, and that it is enabled for i386/x86_64 systems.
22310
22311 * Makefile.in (enable_decimal_float): New.
22312 (DECNUMFMT): New.
22313 (DECNUMINC): Add -I$(DECNUMFMT).
22314 (DECNUM_H): Mov decimal32.h, decimal64.h and decimal128.h
22315 to $(DECNUMFMT) from $(DECNUM).
22316
22317 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
22318 Substitute enable_decimal_float.
22319 * configure: Regenerated.
22320
22321 PR other/30529
22322 * config/dfp-bit.c (__dec_byte_swap): Use uint32_t instead of
22323 unsigned long.
22324
22325 * configure.ac: Enable decimal float for x86_64-*-linux*.
22326 * configure: Regenerated.
22327
22328 PR other/30530
22329 * dfp.c (decimal_real_arithmetic): Use decimal128FlipSign and
22330 decimal128ClearSign to flip and clear the sign bit in decimal128.
22331 (decimal_real_maxval): Set decimal128SetSign to set the sign
22332 bit in decimal128.
22333
22334 2007-03-23 Ian Lance Taylor <iant@google.com>
22335
22336 * fold-const.c (fold_binary): Correct warning for X - c >= X.
22337
22338 2007-03-23 Ian Lance Taylor <iant@google.com>
22339
22340 * tree-dump.c (dump_files): Correct comment.
22341
22342 2007-03-23 Ian Lance Taylor <iant@google.com>
22343
22344 * tree-vrp.c (operand_less_p): Ignore fold overflow warnings.
22345
22346 2007-03-23 Steven Bosscher <steven@gcc.gnu.org>
22347
22348 * tracer.c (tracer): Don't take FLAGS argument. Assert we are
22349 in cfglayout mode. Don't go into and out of cfglayout mode.
22350 Link the blocks in the order of the constructed traces.
22351 (rest_of_handle_tracer): Adjust call to tracer.
22352 * loop-init.c (rtl_loop_init): Assert we are in cfglayout mode.
22353 Don't go into cfglayout mode.
22354 (rtl_loop_done): Don't go out of cfglayout mode.
22355 * cfglayout.c (relink_block_chain): New function, split out from...
22356 (fixup_reorder_chain): ...here. Remove redundant checking.
22357 (cfg_layout_finalize): Don't clear the header, footer, and aux
22358 fields here, move the code to do so to relink_block_chain. Likewise
22359 for free_original_copy_tables.
22360 * rtl.h (tracer): Update prototype.
22361 * bb-reorder.c (reorder_basic_blocks): Don't take FLAGS argument.
22362 Assert we are in cfglayout mode. Don't go into and out of cfglayout
22363 mode. Use relink_block_chain to serialize the CFG according to the
22364 new basic block order. Move targetm.cannot_modify_jumps_p check from
22365 here...
22366 (gate_handle_reorder_blocks): ...to here.
22367 (duplicate_computed_gotos): Move targetm.cannot_modify_jumps_p check
22368 from here...
22369 (gate_duplicate_computed_gotos): ...to here.
22370 (rest_of_handle_reorder_blocks): Don't see if anything has changed,
22371 something always changes when going into and out of cfglayout mode.
22372 Perform an expensive cfg cleanup while going into cfglayout mode.
22373 Always update liveness information on HAVE_conditional_execution
22374 targets. Reserialize the basic blocks and go out of cfglayout mode.
22375 * reg-stack.c: Include cfglayout.h.
22376 (rest_of_handle_stack_regs): Go into and out of cfglayout mode around
22377 the call to reorder_basic_blocks.
22378 * basic-block.h (reorder_basic_blocks): Update prototype.
22379 (relink_block_chain): New prototype.
22380 * passes.c (pass_outof_cfg_layout_mode): Move after cse2.
22381
22382 2007-03-23 Joseph Myers <joseph@codesourcery.com>
22383
22384 * config/mips/mips.md (type, hazard, *movdi_32bit,
22385 *movdi_gp32_fp64, *movdi_64bit, *movsi_internal, movcc,
22386 *movhi_internal, *movqi_internal, *movsf_hardfloat,
22387 *movdf_hardfloat_64bit, *movdf_hardfloat_32bit, *movdf_softfloat,
22388 movv2sf_hardfloat_64bit, load_df_low, load_df_high, store_df_high,
22389 mthc1, mfhc1): Change xfer instruction type to mfc and mtc, as
22390 applicable.
22391 (movcc): Change first xfer to multi.
22392 * config/mips/24k.md, config/mips/4100.md, config/mips/4300.md,
22393 config/mips/5000.md, config/mips/5400.md, config/mips/5500.md,
22394 config/mips/5k.md, config/mips/7000.md, config/mips/9000.md,
22395 config/mips/generic.md: Change reservations using "xfer" to use
22396 "mfc,mtc".
22397 * config/mips/sb1.md (ir_sb1_mtxfer): Use "mtc" instead of
22398 using match_operand.
22399 (ir_sb1_mfxfer): Use "mfc" instead of using match_operand.
22400 * config/mips/sr71k.md (ir_sr70_xfer_from): Use "mfc" instead of
22401 examining mode.
22402 (ir_sr70_xfer_to): Use "mtc" instead of examining mode.
22403
22404 2007-03-22 Richard Henderson <rth@redhat.com>
22405
22406 * config/i386/i386.c: Remove unnecessary function declarations.
22407 Move targetm definition, and all related macros, to the end of
22408 the file. Resort some functions to put definitions before uses.
22409 (ix86_attribute_table): Make static. Move to end of file.
22410 (ix86_gimplify_va_arg): Make static.
22411
22412 2007-03-22 Richard Henderson <rth@redhat.com>
22413
22414 * config/i386/i386.c (ix86_function_regparm): Early exit for 64-bit;
22415 don't increase local_regparm with force_align_arg_pointer check.
22416 (ix86_function_sseregparm): Assert 32-bit.
22417 (type_has_variadic_args_p): New.
22418 (ix86_return_pops_args): Early exit for 64-bit. Reindent; use
22419 type_has_variadic_args_p.
22420 (ix86_function_arg_regno_p): Use == 0 instead of ! test for eax.
22421 (init_cumulative_args): Remove TARGET_DEBUG_ARG. Remove zero_cum;
22422 use memset instead. Do maybe_vaarg check first; skip attribute
22423 tests if true; skip attribute tests for 64-bit.
22424 (construct_container): Remove TARGET_DEBUG_ARG.
22425 (function_arg_advance_32, function_arg_advance_64): Split out ...
22426 (function_arg_advance): ... from here.
22427 (function_arg_32, function_arg_64): Split out ...
22428 (function_arg): ... from here.
22429 (ix86_pass_by_reference): Tidy.
22430 (ix86_function_value_regno_p): Rearrange w/ switch on regno.
22431 (function_value_32): New, from parts of ix86_function_value
22432 and ix86_value_regno.
22433 (function_value_64): New, from parts of ix86_function_value
22434 and ix86_libcall_value.
22435 (ix86_function_value_1): New.
22436 (ix86_function_value, ix86_libcall_value): Use it.
22437 (return_in_memory_32, return_in_memory_64): Split out ...
22438 (ix86_return_in_memory): ... from here.
22439 (ix86_struct_value_rtx): Skip for 64-bit.
22440 (ix86_libcall_value, ix86_value_regno): Remove.
22441 (setup_incoming_varargs_64): Split out ...
22442 (ix86_setup_incoming_varargs): ... from here.
22443 (ix86_va_start): Remove TARGET_DEBUG_ARG.
22444 (legitimate_address_p, legitimize_address): Remove TARGET_DEBUG_ADDR.
22445 * config/i386/i386-protos.h (ix86_function_value): Remove.
22446 * config/i386/i386.opt (TARGET_DEBUG_ADDR, TARGET_DEBUG_ARG): Remove.
22447
22448 2007-03-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
22449
22450 PR other/23572
22451 * c-lex.c (interpret_float): On overflow, emit pedantic warning if
22452 infinities not supported, otherwise emit warning if -Woverflow. On
22453 underflow, emit warning if -Woverflow.
22454 * real.c (real_from_string): Return -1 if underflow, +1 if overflow
22455 and 0 otherwise.
22456 * real.h (real_from_string): Update declaration
22457
22458 2007-03-22 Kai Tietz <kai.tietz@onevision.com>
22459 Richard Henderson <rth@redhat.com>
22460
22461 * defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.
22462 * calls.c (compute_argument_block_size, expand_call,
22463 emit_library_call_value_1): Don't ifdef OUTGOING_REG_PARM_STACK_SPACE.
22464 * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
22465 * function.c (STACK_DYNAMIC_OFFSET): Likewise.
22466 * doc/tm.texi (OUTGOING_REG_PARM_STACK_SPACE): Update.
22467 * config/alpha/unicosmk.h, config/bfin/bfin.h, config/iq2000/iq2000.h,
22468 config/mips/mips.h, config/mn10300/mn10300.h, config/mt/mt.h,
22469 config/pa/pa.h, config/rs6000/rs6000.h, config/score/score.h,
22470 config/spu/spu.h, config/v850/v850.h (OUTGOING_REG_PARM_STACK_SPACE):
22471 Set to 1.
22472
22473 2007-03-22 Joseph Myers <joseph@codesourcery.com>
22474
22475 * c-incpath.c (add_sysroot_to_chain): New.
22476 (merge_include_chains): Add sysroot argument. Call
22477 add_sysroot_to_chain if sysrooted.
22478 (register_include_chains): Update call to merge_include_chains.
22479 * doc/cppopts.texi: Document use of '=' in include directory
22480 arguments.
22481
22482 2007-03-22 Uros Bizjak <ubizjak@gmail.com>
22483
22484 * config/i386/i386.md (cmp<mode>): Rename from cmpsf and cmpdf.
22485 Macroize expander using SSEMODEF mode macro. Use SSE_FLOAT_MODE_P.
22486 (*cmpfp_<mode>): Rename from *cmpfp_sf and *cmpfp_df. Macroize
22487 insn pattern using X87MODEF12 mode macro.
22488
22489 2007-03-21 Seongbae Park <seongbae.park@gmail.com>
22490
22491 * regmove.c (regmove_optimize): Use reg_mentioned_p
22492 instead of reg_overlap_mentioned_p for DST.
22493
22494 2007-03-21 Mike Stump <mrs@apple.com>
22495
22496 * c.opt: Fixup for Objective-C/C++.
22497
22498 2007-03-21 Steve Ellcey <sje@cup.hp.com>
22499
22500 * explow.c (convert_memory_address): Fold memory reference when
22501 POINTERS_EXTEND_UNSIGNED < 0
22502
22503 2007-03-21 Richard Henderson <rth@redhat.com>
22504
22505 PR target/31245
22506 * config/i386/emmintrin.h (__m128i, __m128d): Mark may_alias.
22507 * config/i386/mmintrin.h (__m64): Likewise.
22508 * config/i386/xmmintrin.h (__m128): Likewise.
22509
22510 2007-03-21 Richard Sandiford <richard@codesourcery.com>
22511
22512 * config/vxworks.h (VXWORKS_ADDITIONAL_CPP_SPEC): Remove -D options.
22513 (VXWORKS_OS_CPP_BUILTINS): Define.
22514 * config/i386/vxworks.h (VXWORKS_CPU_DEFINE): Fold into...
22515 (TARGET_OS_CPP_BUILTINS): ...here. Use VXWORKS_OS_CPP_BUILTINS.
22516
22517 2007-03-21 Richard Sandiford <richard@codesourcery.com>
22518
22519 * rtl.h (constant_pool_reference_p): Delete.
22520 (find_constant_src): Declare.
22521 * rtlanal.c (find_constant_src): New function.
22522 * simplify-rtx.c (constant_pool_reference_p): Delete.
22523 * config/i386/i386.md: Use find_constant_src instead of
22524 constant_pool_reference_p/avoid_constant_pool_reference pairs.
22525
22526 2007-03-21 Richard Sandiford <richard@codesourcery.com>
22527
22528 * doc/invoke.texi (-fpie, -fPIE): Document __pie__ and __PIE__.
22529 * c-cppbuiltin.c (c_cpp_builtins): Define them.
22530
22531 2007-03-20 Mark Mitchell <mark@codesourcery.com>
22532
22533 * config/arm/elf.h (TARGET_ASM_DESTRUCTOR): Define.
22534 * config/arm/arm.c (arm_elf_asm_cdtor): New function.
22535 (arm_elf_asm_constructor): Use it.
22536 (arm_elf_asm_destructor): New function.
22537
22538 2007-03-20 Bernd Schmidt <bernd.schmidt@analog.com>
22539
22540 * jump.c (mark_jump_label): Treat SEQUENCE specially.
22541
22542 2007-03-20 Nathan Sidwell <nathan@codesourcery.com>
22543
22544 * config/vxlib.c (tls_delete_hook): Use TCB for kernel tasks.
22545
22546 2007-03-19 Andrew Haley <aph@redhat.com>
22547
22548 PR tree-optimization/31264
22549 * tree-vrp.c (register_edge_assert_for_1): Don't look though
22550 VIEW_CONVERT_EXPRs.
22551
22552 2007-03-19 Paolo Bonzini <bonzini@gnu.org>
22553
22554 PR rtl-optimization/30907
22555 * fwprop.c (forward_propagate_into): Never propagate inside a loop.
22556 (fwprop_init): Always call loop_optimizer_initialize.
22557 (fwprop_done): Always call loop_optimizer_finalize.
22558 (fwprop): We always have loop info now.
22559 (gate_fwprop_addr): Remove.
22560 (pass_fwprop_addr): Use gate_fwprop as gate.
22561
22562 PR rtl-optimization/30841
22563 * df-problems.c (df_ru_local_compute, df_rd_local_compute,
22564 df_chain_alloc): Call df_reorganize_refs unconditionally.
22565 * df-scan.c (df_rescan_blocks, df_reorganize_refs): Change
22566 refs_organized to refs_organized_size.
22567 (df_ref_create_structure): Use refs_organized_size instead of
22568 bitmap_size if refs had been organized, and keep refs_organized_size
22569 up-to-date.
22570 * df.h (struct df_ref_info): Change refs_organized to
22571 refs_organized_size.
22572 (DF_DEFS_SIZE, DF_USES_SIZE): Use refs_organized_size instead of
22573 bitmap_size.
22574
22575 2007-03-19 Mark Mitchell <mark@codesourcery.com>
22576
22577 * except.c (output_function_exception_table): Do not reference the
22578 EH personality routine for functions that do not require an
22579 exception table.
22580
22581 2007-03-20 Jakub Jelinek <jakub@redhat.com>
22582
22583 PR c/30762
22584 * c-typeck.c (convert_for_assignment): Call comptypes for
22585 RECORD_TYPE or UNION_TYPE.
22586
22587 PR inline-asm/30505
22588 * reload1.c (reload): Do invalid ASM checking after
22589 cleanup_subreg_operands.
22590
22591 2007-03-19 Jeff Law <law@redhat.com>
22592
22593 * tree-cfg.c (find_taken_edge): Tighten conditions for
22594 optimizing computed gotos.
22595
22596 2007-03-19 Michael Matz <matz@suse.de>
22597
22598 * builtins.c (expand_builtin_sync_operation,
22599 expand_builtin_compare_and_swap,
22600 expand_builtin_lock_test_and_set): Care for extending CONST_INTs
22601 correctly.
22602
22603 * config/i386/sync.md (sync_double_compare_and_swapdi_pic,
22604 sync_double_compare_and_swap_ccdi_pic): Use "SD" as constraint
22605 for operand 3.
22606
22607 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
22608
22609 * doc/tm.texi: Add brackets around the return type of
22610 TARGET_SECONDARY_RELOAD.
22611
22612 2007-03-19 Andrew Pinski <andrew_pinski@playstation.sony.com>
22613 Richard Guenther <rguenther@suse.de>
22614
22615 PR tree-optimization/31254
22616 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
22617 Use handled_component_p () where appropriate. Continue
22618 propagating into the rhs if we propagated into an INDIRECT_REF
22619 on the lhs.
22620
22621 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
22622
22623 * config/s390/s390.md (op_type attribute): RRR instruction type added.
22624 (FP, DFP, SD_SF, DD_DF, TD_TF): New mode macros.
22625 (xde, xdee): Mode attributes adjusted to support DFP modes.
22626 (RRer, f0, op1, Rf, bt, bfp, HALF_TMODE): New mode attributes added.
22627 ("cmp<mode>", "*cmp<mode>_css_0", "*cmp<mode>_ccs", TF move splitters,
22628 DF move splitters, "floatdi<mode>2", "add<mode>3", "*add<mode>3",
22629 "*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3", "*sub<mode>3",
22630 "*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3", "*mul<mode>3",
22631 "div<mode>3", "*div<mode>3", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
22632 "*negabs<mode>2_nocc", "copysign<mode>3"): Adjusted to support DFP
22633 numbers.
22634 ("*movtf_64", "*movtf_31", "*movdf_64dfp", "*movdf_64", "*movdf_31",
22635 "movsf"): Insn definitions removed.
22636 ("*mov<mode>_64", "*mov<mode>_31", "mov<mode>", "*mov<mode>_64dfp",
22637 "*mov<mode>_64", "*mov<mode>_31", "fix_trunc<DFP:mode>di2",
22638 "trunctddd2", "truncddsd2", "extendddtd2", "extendsddd2"): Insn
22639 definitions added.
22640 ("fixuns_truncdddi2", "fixuns_trunctddi2", "mov<mode>",
22641 "reload_in<mode>", "reload_out<mode>"): Expander added.
22642 ("movtf", "movdf", "reload_outtf", "reload_outdf", "reload_intf"):
22643 Expander removed.
22644
22645 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
22646
22647 * config/s390/s390.md: Only non-functional changes. Renamed
22648 FPR mode macro to BFP all over the file.
22649
22650 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
22651
22652 * config/s390/s390.md (UNSPEC_COPYSIGN): New constant.
22653 (op_type attribute): RRF instruction type added.
22654 (fT0): New mode attribute.
22655 ("*movdi_64dfp", "*movdf_64dfp", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
22656 "*negabs<mode>2_nocc", "copysign<mode>3"): Insn definitions added.
22657 * config/s390/s390.h (SECONDARY_MEMORY_NEEDED): Due to a new
22658 instruction no secondary memory is needed when moving DFmode values
22659 between GPRs and FPRs.
22660
22661 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
22662
22663 * config/s390/s390.opt ("mhard-float", "msoft-float"): Bit value
22664 inverted and documentation adjusted.
22665 ("mhard-dfp", "msoft-dfp"): New options.
22666 * config/s390/s390.c (s390_handle_arch_option): New architecture
22667 switch: z9-ec.
22668 (override_options): Sanity checks for the new options added.
22669 * config.gcc: New architecture switch: z9-ec.
22670 * config/s390/s390.h (processor_flags): PF_DFP added.
22671 (TARGET_CPU_DFP, TARGET_DFP): Macro definitions added.
22672 (TARGET_DEFAULT): Due to the s390.opt changes hard float is enabled
22673 when the bit is NOT set so remove it from the defaults.
22674
22675 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
22676
22677 * genemit.c (main): Print include statement for dfp.h.
22678 * dfp.h (decimal_real_arithmetic): Hide prototype if tree_code enum
22679 is not available.
22680
22681 2007-03-19 Hans-Peter Nilsson <hp@axis.com>
22682
22683 * config/cris/t-elfmulti (EXTRA_MULTILIB_PARTS): Do not define here.
22684
22685 2007-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
22686
22687 PR target/31022
22688 * config/sh/sh.c (sh_adjust_cost): Use the result of single_set
22689 instead of PATTERN.
22690
22691 2007-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
22692
22693 * pa.c (output_deferred_plabels, output_bb, output_millicode_call,
22694 attr_length_call, output_call, output_indirect_call): Cleanup
22695 formatting of targetm calls.
22696
22697 2007-03-19 Hans-Peter Nilsson <hp@axis.com>
22698
22699 * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
22700
22701 2007-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
22702
22703 * pa.md: Add fpstore_load and store_fpload instruction types. Provide
22704 reservation, bypass and anti-bypass descriptions for these
22705 instructions. Update move patterns.
22706 * pa.c (hppa_fpstore_bypass_p): Check for both TYPE_FPSTORE_LOAD and
22707 TYPE_FPSTORE.
22708
22709 2007-03-18 Dorit Nuzman <dorit@il.ibm.com>
22710
22711 * tree-vect-transform.c (get_initial_def_for_induction): Replace
22712 GET_MODE_NUNITS with TYPE_VECTOR_SUBPARTS.
22713 (get_initial_def_for_reduction): Likewise.
22714
22715 2007-03-16 Daniel Berlin <dberlin@dberlin.org>
22716
22717 Fix PR tree-optimization/29922
22718 * tree-ssa-pre.c (bb_bitmap_sets): Remove RVUSE_* members.
22719 (get_representative): Removed.
22720 (value_dies_in_block_x): Update for rvuse removal.
22721 (valid_in_sets): Update for renaming of vuses_dies_in_block_x.
22722 (compute_antic_aux): Handle when PHI nodes appear in
22723 non-single-successors.
22724 (dump_bitmap_of_names): Removed.
22725 (compute_antic_safe): Renamed and removed rvuse calculation.
22726 Calculate only antic safe.
22727 (insert_into_preds_of_block): Remove assert.
22728 (execute_pre): Update for renamed functions.
22729 (defer_or_phi_translate_block): New function.
22730
22731 2007-03-17 Kazu Hirata <kazu@codesourcery.com>
22732
22733 * config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c,
22734 config/spu/spu.c, omega.h, passes.c, predict.c: Fix comment
22735 typos.
22736 * doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos.
22737 Follow spelling conventions.
22738
22739 * tree-data-ref.h: Remove the prototype for analyze_array.
22740
22741 2007-03-17 Dorit Nuzman <dorit@il.ibm.com>
22742
22743 PR tree-optimization/31041
22744 * tree-vect-transform.c (get_initial_def_for_induction): Call
22745 force_gimple_operand.
22746
22747 2007-03-17 Olga Golovanevsky <olga@il.ibm.com>
22748
22749 * ipa-type-escape.c (look_for_casts) : Revert code to use
22750 handled_component_p due to ada test a-numaux.adb.
22751
22752 2007-03-17 Kazu Hirata <kazu@codesourcery.com>
22753
22754 * final.c (final_scan_insn): Alter the condition of a
22755 conditional trap if we have nonstandard CC.
22756
22757 2007-03-16 Alexandre Oliva <aoliva@redhat.com>
22758
22759 * configure.ac: Remove excess quoting from asm line 0 test.
22760 * configure: Rebuilt.
22761
22762 2007-03-16 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
22763
22764 * doc/invoke.texi (-Wconversion): Document warnings specific to C++.
22765 * c-common.c (convert_and_check): Move warning logic to...
22766 (warnings_for_convert_and_check): ...here. Define.
22767 * c-common.h (warnings_for_convert_and_check): Declare.
22768
22769 2007-03-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
22770
22771 * pa.c (attr_length_call): Partially revert change of 2007-03-09.
22772 (output_call): Likewise.
22773
22774 2007-03-16 Richard Sandiford <richard@codesourcery.com>
22775
22776 * config/vxworks.h (SUPPORTS_INIT_PRIORITY): Define.
22777
22778 2007-03-16 Richard Sandiford <richard@codesourcery.com>
22779
22780 * config/vx-common.h (WINT_TYPE, WINT_TYPE_SIZE): Define.
22781
22782 2007-03-16 Uros Bizjak <ubizjak@gmail.com>
22783
22784 * config/i386/i386.c (override_options): Add PTA_NO_SAHF to k8,
22785 opteron, athlon-64 and athlon-fx processor_alias_table entries.
22786
22787 2007-03-16 Sebastian Pop <sebastian.pop@inria.fr>
22788
22789 PR tree-optimization/31183
22790 * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):
22791 Use double_int instead of unsigned int for representing access_strides.
22792 * testsuite/gcc.dg/tree-ssa/pr31183.c: New.
22793
22794 2007-03-16 Richard Guenther <rguenther@suse.de>
22795
22796 PR tree-optimization/31146
22797 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Restructure
22798 to allow recursion of forward_propagate_addr_expr.
22799 (forward_propagate_addr_into_variable_array_index): Likewise.
22800 (forward_propagate_addr_expr): Likewise.
22801 (tree_ssa_forward_propagate_single_use_vars): Likewise.
22802 (forward_propagate_addr_expr_1): Recurse on simple copies
22803 instead of propagating into them. Do so for useless conversions
22804 as well.
22805 (forward_propagate_addr_expr): Clean up unused statements after
22806 recursion.
22807
22808 2007-03-16 Richard Guenther <rguenther@suse.de>
22809
22810 * builtins.c (expand_builtin_cexpi): Use the right argument
22811 for the expansion via cexp.
22812
22813 2007-03-16 Alexandre Oliva <aoliva@redhat.com>
22814
22815 * configure.ac: Don't require ELF binutils to tolerate # 0 "".
22816 * configure: Rebuilt.
22817
22818 2007-03-16 Alexandre Oliva <aoliva@redhat.com>
22819
22820 PR debug/29906
22821 * dwarf2out.c (force_type_die): Adjust comment.
22822 (dwarf2out_imported_module_or_decl): Handle base AT_import types.
22823
22824 2007-03-15 DJ Delorie <dj@redhat.com>
22825
22826 * config/frv/predicates.md (minmax_operator): Don't check operands
22827 here.
22828
22829 2007-03-15 Zdenek Dvorak <dvorakz@suse.cz>
22830
22831 * tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.
22832 Update constant estimates of number of iterations.
22833 (record_nonwrapping_iv): Add "upper" argument. "data_size_bounds_p"
22834 argument renamed to "realistic".
22835 (compute_estimated_nb_iterations): Removed.
22836 (record_niter_bound): New function.
22837 (idx_infer_loop_bounds): For possible but unlikely tail arrays,
22838 call record_nonwrapping_iv with upper = false.
22839 (infer_loop_bounds_from_signedness): Pass upper argument to
22840 record_nonwrapping_iv.
22841 (estimate_numbers_of_iterations_loop): Do not call
22842 compute_estimated_nb_iterations. Record estimate based on profile
22843 information. Initialize the constant estimates of number of
22844 iterations.
22845 * tree-data-ref.c (estimated_loop_iterations): Return the recorded
22846 estimates.
22847 * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Add dump when
22848 number of iterations is too small.
22849 * cfgloop.h (struct nb_iter_bound): Remove "realistic" field.
22850 (EST_NOT_AVAILABLE): Removed.
22851 (struct loop): Replace estimated_nb_iterations by any_upper_bound,
22852 nb_iterations_upper_bound, any_estimate and nb_iterations_estimate
22853 fields.
22854
22855 2007-03-15 Zdenek Dvorak <dvorakz@suse.cz>
22856
22857 * tree-ssa-loop-niter.c (refine_bounds_using_guard, bound_difference):
22858 Handle NE_EXPR guards.
22859
22860 2007-03-15 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
22861
22862 PR c++/24924
22863 * c-opts.c (c_common_post_options): Handle C++ post-processing here.
22864 Set also -pedantic-errors by default for the preprocessor unless
22865 -fpermissive is given.
22866
22867 2007-03-15 Richard Guenther <rguenther@suse.de>
22868
22869 PR middle-end/29719
22870 PR middle-end/31161
22871 * builtins.c (expand_builtin_cexpi): As a fallback if we
22872 don't have builtins for sincos or cexp create a function
22873 declaration for cexp and expand to a call to that.
22874 (expand_builtin_int_roundingfn): Always fall
22875 back to floor/ceil and its variants even if they may be
22876 not available.
22877
22878 2007-03-15 Steven Bosscher <steven@gcc.gnu.org>
22879
22880 PR middle-end/31159
22881 * cfglayout.c (fixup_reorder_chain): Postpone deleting dead
22882 jump tables, move the call to delete_dead_jumptables from here...
22883 (cfg_layout_finalize): ...to here. But rebuild jump labels first.
22884 * cfgrtl.c (cfg_layout_can_merge_blocks_p): When not optimizing,
22885 don't allow merging of blocks that try_redirect_by_replacing_jump
22886 also does not handle when not optimizing.
22887
22888 2007-03-15 Uros Bizjak <ubizjak@gmail.com>
22889 Francois-Xavier Coudert <coudert@clipper.ens.fr>
22890
22891 * config/i386/i386.md (x86_sahf_1): Correctly handle
22892 HAVE_AS_IX86_SAHF.
22893
22894 2007-03-15 Uros Bizjak <ubizjak@gmail.com>
22895
22896 PR target/31167
22897 * config/i386/i386.md (*addti3_1, *addti3_1 splitter): Use
22898 x86_64_general_operand as operand[2] predicate. Remove "iF"
22899 from operand constraints and use "e" constraint instead.
22900 (*subti3_1, *subti3_1 splitter): Ditto.
22901 (*negti2_1, *negti2_1 splitter): Use nonimmediate_operand as
22902 operand[1] predicate.
22903
22904 2007-03-14 Sebastian Pop <sebastian.pop@inria.fr>
22905
22906 * tree-loop-linear.c (gather_interchange_stats): For multidimensional
22907 arrays, multiply the access strides by the size of the sub-array.
22908 * testsuite/gcc.dg/tree-ssa/ltrans-5.c: New.
22909
22910 2007-03-14 Uros Bizjak <ubizjak@gmail.com>
22911
22912 * configure.ac (HAVE_AS_IX86_SAHF): On x86 targets check whether
22913 the configured assembler supports the sahf mnemonic.
22914 * configure: Regenerate.
22915 * config.in: Regenerate.
22916
22917 * config/i386/i386.md (x86_sahf_1): Depending on HAVE_AS_IX86_SAHF,
22918 emit "sahf" or ".byte\t0x9e" as asm template.
22919
22920 2007-03-14 Michael Meissner <michael.meissner@amd.com>
22921
22922 PR 31018
22923 * config/i386/i386.h (X86_TUNE_SHORTEN_X87_SSE): New tuning
22924 option to replace hard coded TARGET_xxx in md file.
22925 (X86_TUNE_AVOID_VECTOR_DECODE): Ditto.
22926 (X86_TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
22927 (X86_TUNE_SLOW_IMUL_IMM8): Ditto.
22928 (X86_TUNE_MOVE_M1_VIA_OR): Ditto.
22929 (X86_TUNE_NOT_UNPAIRABLE): Ditto.
22930 (X86_TUNE_NOT_VECTORMODE): Ditto.
22931 (TUNE_SHORTEN_X87_SSE): Use new tuning option.
22932 (TUNE_AVOID_VECTOR_DECODE): Ditto.
22933 (TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
22934 (TUNE_SLOW_IMUL_IMM8): Ditto.
22935 (TUNE_MOVE_M1_VIA_OR): Ditto.
22936 (TUNE_NOT_UNPAIRABLE): Ditto.
22937 (TUNE_NOT_VECTORMODE): Ditto.
22938
22939 * config/i386/i386.c (ix86_tune_features): Fill in new tuning
22940 options.
22941
22942 * config/i386/i386.md (fix_trunc?f?1_sse peephole2): Use new
22943 tuning options instead of hard coded TARGET_xxx.
22944 (fix ssemode peephole2's): Ditto.
22945 (imul peephole2's): Ditto.
22946 (movsi_or): Ditto.
22947 (movdi_or_rex64): Ditto.
22948 (move peephole2): Ditto.
22949 (not peephole2's): Ditto.
22950
22951 2007-03-14 Dirk Mueller <dmueller@suse.de>
22952
22953 * c-common.h (empty_body_warning): Rename to empty_if_body_warning.
22954 * c-common.c (empty_if_body_warning): Rephrase diagnostic message.
22955 * c-parser.c (c_parser_if_body): Always add an empty statement in case
22956 of empty body.
22957 * c-parser.c (c_parser_do_statement): Warn about empty body in
22958 do/while statement.
22959 * c-typeck (c_finish_if_stmt): Call empty_if_body_warning.
22960 * doc/invoke.texi (-Wempty-body): Update documentation.
22961
22962 2007-03-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
22963
22964 PR c/21438
22965 * c-common.h (warn_for_div_by_zero): Declare.
22966 * c-common.c (warn_for_div_by_zero): Define.
22967 * c-typeck.c (build_binary_op): Call warn_for_div_zero instead of
22968 warning.
22969
22970 2007-03-14 Richard Sandiford <richard@codesourcery.com>
22971
22972 * Makefile.in (PREPROCESSOR_DEFINES): Add directory terminators
22973 to PREFIX and STANDARD_PREFIX.
22974
22975 2007-03-14 Richard Sandiford <richard@codesourcery.com>
22976 Phil Edwards <phil@codesourcery.com>
22977
22978 * gthr-vxworks.h: Add an extern "C" wrapper for C++.
22979 (__gthread_once_t): Remove busy field for RTPs.
22980 (__GTHREAD_ONCE_INIT): Update accordingly.
22981
22982 2007-03-14 Richard Sandiford <richard@codesourcery.com>
22983
22984 * doc/invoke.texi: Document VxWorks options.
22985
22986 2007-03-14 Uros Bizjak <ubizjak@gmail.com>
22987
22988 * doc/invoke.texi (i386 and x86-64 Options): Clarify -msahf option.
22989
22990 2007-03-13 Seongbae Park <seongbae.park@gmail.com>
22991
22992 PR tree-optimization/30590
22993 * tree-nrv.c (tree_nrv): Check for the partial update of the
22994 return value.
22995
22996 2007-03-13 Alexandre Oliva <aoliva@redhat.com>
22997
22998 * flags.h (flag_random_seed): Remove declaration, in favor of...
22999 * toplev.h (get_random_seed, set_random_seed): ... these.
23000 * tree.c (get_file_function_name): Use the former.
23001 * opts.c (common_handle_option): Use the latter.
23002 * toplev.c
23003
23004 2007-03-13 Steven Bosscher <steven@gcc.gnu.org>
23005
23006 PR middle-end/31127
23007 * cse.c (cse_find_path): Do not bail out if a basic block that
23008 we already visited now becomes part of a path that starts at a
23009 different basic block. Just disallow this, to make sure we
23010 visit each basic block at most once.
23011
23012 2007-03-13 Jan Hubicka <jh@suse.cz>
23013
23014 * ipa-inline.c (cgraph_maybe_hot_edge_p): Look for hot/cold
23015 attributes, when profile esitmate is present, calls with very low
23016 frequency are cold.
23017
23018 2007-03-13 Zdenek Dvorak <dvorakz@suse.cz>
23019
23020 PR tree-optimization/30730
23021 PR tree-optimization/26900
23022 * tree-ssa-loop-niter.c: Include gmp.h.
23023 (bounds): New type.
23024 (mpz_set_double_int, get_type_bounds, mpz_to_double_int,
23025 split_to_var_and_offset, determine_value_range,
23026 bound_difference_of_offsetted_base, refine_bounds_using_guard,
23027 bound_difference, bounds_add, bounds_negate,
23028 number_of_iterations_ne_max, dump_affine_iv): New functions.
23029 (number_of_iterations_ne, number_of_iterations_lt_to_ne,
23030 assert_loop_rolls_lt, assert_loop_rolls_le): Use bounds on the
23031 difference of initial and final value of control iv to validate
23032 results.
23033 (number_of_iterations_cond): Add loop parameter. Determine bounds
23034 on the difference of the extremes of the control iv. Add dumps.
23035 (expand_simple_operations): Handle phi nodes.
23036 (simplify_using_initial_conditions): Do not record used conditions.
23037 (number_of_iterations_exit): Pass loop to number_of_iterations_cond.
23038 Do not set additional_info.
23039 (implies_nonnegative_p, implies_ge_p): Removed.
23040 (derive_constant_upper_bound): Do not use parameter `additional'.
23041 (record_estimate): Parameter `additional' removed. Parameter
23042 `i_bound' added. Do not call derive_constant_upper_bound.
23043 (record_nonwrapping_iv): Use derive_constant_upper_bound to
23044 bound the number of iterations estimate.
23045 (estimate_numbers_of_iterations_loop): Pass the estimate from
23046 the number of iterations analysis to record_estimate.
23047 * tree.h (multiple_of_p): Declare.
23048 * tree-scalar-evolution.c (expression_expensive_p): Removed.
23049 (scev_const_prop): Do not check expression_expensive_p.
23050 * fold-const.c (multiple_of_p): Exported.
23051 * double-int.c (double_int_mask): Exported.
23052 * double-int.h (double_int_mask): Declare.
23053 * tree-flow.h (struct tree_niter_desc): Removed additional_info
23054 field. Added max field.
23055
23056 2007-03-13 David Taylor <taylor@candd.org>
23057
23058 PR driver/12448:
23059 * gcc.c (cpp_unique_options): If -MT or -MQ is seen, don't pass
23060 default -MQ.
23061
23062 2007-03-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
23063
23064 PR target/31123
23065 * pa.md (vdepi_ior): Don't allow zero length deposit. Likewise for
23066 two unamed patterns.
23067
23068 2007-03-13 Uros Bizjak <ubizjak@gmail.com>
23069
23070 * config/i386/i386.opt (mcx16, msahf): New options.
23071 * config/i386/i386.c (x86_cmpxchg16b, x86_sahf): Remove.
23072 (ix86_tune_features) [X86_TUNE_USE_SAHF]: Enable for m_GENERIC.
23073
23074 * config/i386/driver-i386.c (bit_LAHF_LM): New define.
23075 (host_detect_local_cpu): Detect cx16 and lahf_lm cpuid bits.
23076 Output -mcx16 and -msahf options when corresponding bit is set.
23077
23078 * doc/invoke.texi (i386 and x86-64 Options): Document -mcx16
23079 and -msahf options.
23080
23081 2007-03-13 Alexandre Oliva <aoliva@redhat.com>
23082
23083 * configure.ac: Test for assembler tolerance to # 0 "".
23084 * configure, config.in: Rebuilt.
23085 * final.c (final_scan_insn): Emit it if HAVE_AS_LINE_ZERO.
23086
23087 2007-03-13 Geoffrey Keating <geoffk@apple.com>
23088
23089 * doc/invoke.texi (Spec Files): Update for '%{,' spec.
23090
23091 * config/rs6000/darwin-fallback.c: Compile file only on powerpc.
23092 (handle_syscall): Handle direct system calls.
23093 * config/rs6000/darwin.h (HAS_MD_FALLBACK_FRAME_STATE_FOR): Delete.
23094
23095 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
23096
23097 * doc/invoke.texi: Fix cpp.info cross-reference.
23098 * doc/passes.texi: Fix gcc.info cross-reference.
23099
23100 2007-03-12 Zdenek Dvorak <dvorakz@suse.cz>
23101
23102 PR tree-optimization/30835
23103 * lambda-code.c (can_convert_to_perfect_nest): Check whether
23104 bb_for_stmt is not NULL before accessing it.
23105
23106 2007-03-12 Joseph Myers <joseph@codesourcery.com>
23107
23108 * gcc.c (main): Handle target_sysroot_hdrs_suffix being NULL for
23109 some multilibs.
23110
23111 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
23112
23113 PR 30635
23114 * doc/install.texi: Document --enable-stage1-languages
23115
23116 2007-03-12 Steven Bosscher <steven@gcc.gnu.org>
23117
23118 * tree-pass.h (pass_into_cfg_layout_mode,
23119 pass_outof_cfg_layout_mode): Declare.
23120 * cfglayout.c (into_cfg_layout_mode, outof_cfg_layout_mode,
23121 pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode): New.
23122 * passes.c (pass_into_cfg_layout_mode): Schedule before jump2.
23123 (pass_outof_cfg_layout_mode): Schedule after pass_rtl_ifcvt.
23124
23125 2007-03-12 Seongbae Park <seongbae.park@gmail.com>
23126
23127 * c-decl.c (warn_variable_length_array): New function.
23128 Refactored from grokdeclarator to handle warn_vla
23129 and handle unnamed array case.
23130 (grokdeclarator): Refactored VLA warning case.
23131 * c.opt (Wvla): New flag.
23132 * doc/invoke.texi (Wvla): New warning.
23133
23134 2007-03-12 Richard Henderson <rth@redhat.com>
23135
23136 * config/alpha/alpha.c (alpha_elf_section_type_flags): New.
23137 (TARGET_SECTION_TYPE_FLAGS): New.
23138
23139 2007-03-12 Richard Henderson <rth@redhat.com>
23140
23141 * config/darwin.c (machopic_reloc_rw_mask): New.
23142 * config/darwin-protos.h (machopic_reloc_rw_mask): Declare.
23143 * config/darwin.h (TARGET_ASM_RELOC_RW_MASK): New.
23144
23145 2007-03-12 Mark Mitchell <mark@codesourcery.com>
23146
23147 * cppdefault.c (cpp_EXEC_PREFIX): New variable.
23148 * cppdefault.h (cpp_PREFIX): Document.
23149 (cpp_PREFIX_len): Likewise.
23150 (cpp_EXEC_PREFIX): New variable.
23151 * Makefile.in (PREPROCESSOR_DEFINES): Add STANDARD_EXEC_PREFIX.
23152 * c-incpath.c (add_standard_paths): Correct logic for relocating
23153 paths within prefix.
23154
23155 2007-03-12 Uros Bizjak <ubizjak@gmail.com>
23156
23157 * config/i386/i386.md (fixuns_trunc<mode>hi2): Implement from
23158 fixuns_truncsfhi2 and fixuns_truncdfhi2 using SSEMODEF
23159 mode macro.
23160 (fix_trunc<mode>di_sse): Implement from fix_truncsfdi_sse and
23161 fix_truncdfdi_sse using SSEMODEF mode macro.
23162 (fix_trunc<mode>si_sse): Implement from fix_truncsfsi_sse and
23163 fix_truncdfsi_sse using SSEMODEF mode macro.
23164 (fix_trunc?f?i_sse peephole2): Implement using SSEMODEF mode macro.
23165 (fix_trunc?f?i_sse K8 peephole2): Fix register constraint.
23166
23167 2007-03-12 Richard Sandiford <richard@codesourcery.com>
23168
23169 * config.gcc (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add
23170 elfos.h to tm_file.
23171
23172 2007-03-12 Olga Golovanevsky <olga@il.ibm.com>
23173
23174 * tree.h : Add multiple_of_p declaration.
23175 * fold-const.c (multiple_of_p): Make multiple_of_p public.
23176 * ipa-type-escape.c (results_of_malloc): Redundant.
23177 (visited_stmts): New. Visited stmt for walk_use_def_chains.
23178 (cast_type): Extended with new members.
23179 (check_cast): Returns cast_type.
23180 (cast): New structure for data of walk_use_def_chains.
23181 (is_malloc_result, is_cast_from_non_pointer_1,
23182 is_cast_from_non_pointer,
23183 is_array_access_through_pointer_and_index): New functions.
23184 (look_for_casts): Returns cast types.
23185 (check_call): Returns void.
23186 (okay_pointer_operation): Use support of pointer plus index,
23187 pointer plus constant and allow all multiplications.
23188
23189 2007-03-11 Richard Guenther <rguenther@suse.de>
23190
23191 PR tree-optimization/31115
23192 * tree-vrp.c (extract_range_from_binary_expr): Make sure
23193 the shift count is positive and non-anti-range for RSHIFT_EXPR.
23194 A shift count of zero is not special as with *_DIV_EXPR.
23195 (vrp_int_const_binop): Handle RSHIFT_EXPR for determining overflow
23196 direction.
23197
23198 2007-03-11 Ian Lance Taylor <iant@google.com>
23199
23200 * tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and
23201 the *_DIV_EXPR codes correctly with overflow infinities.
23202
23203 2007-03-11 Ira Rosen <irar@il.ibm.com>
23204
23205 * tree-data-ref.c (analyze_offset): Add a return value (bool) to
23206 indicate success/failure of the analysis. Add negation to subtrahend
23207 in case of subtraction. Fail if both operands contain constants.
23208 (create_data_ref): Fail if analyze_offset fails.
23209
23210 2007-03-11 Uros Bizjak <ubizjak@gmail.com>
23211
23212 * config/i386/i386.md (frndintxf2): Rename to ...
23213 (rintxf2): ... this. Remove expander having same name.
23214 (rintsf2, rintdf2): Implement using SSEMODEF macro.
23215 (roundsf2, rounddf2): Ditto.
23216 (lrint<mode>di2, lrint<mode>si2): Implement using SSEMODEI24 macro.
23217 (lround<mode>di2, lround<mode>si2): Ditto.
23218
23219 2007-03-11 Steven Bosscher <steven@gcc.gnu.org>
23220
23221 * lower-subreg.c: Include except.h.
23222 (decompose_multiword_subregs): Verify that the only control flow
23223 insns we can split are loads to multi-words pseudos.
23224 Handle breaking such blocks after splitting, instead of calling
23225 find_many_sub_basic_blocks.
23226
23227 * loop-unroll.c (split_edge_and_insert): Don't set BB_SUPERBLOCK
23228 on the new basic block. Add a lengthy comment explaining why we
23229 thought this was necessary.
23230 * cfglayout.c (cfg_layout_finalize): Don't break superblocks.
23231
23232 2007-03-10 Mark Mitchell <mark@codesourcery.com>
23233
23234 PR c++/30924
23235 * tree.c (walk_type_fields): Recurse into the element type of
23236 ARRAY_TYPEs if there is a pointer set.
23237
23238 2007-03-10 Dirk Mueller <dmueller@suse.de>
23239
23240 * c-common.c (warn_logical_operator): Fix condition.
23241
23242 2007-03-10 Tobias Schl�ter <tobi@gcc.gnu.org>
23243
23244 * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Add missing
23245 quotation mark.
23246 * config/darwin.c (machopic_select_section): Remove superfluous
23247 argument in call to categorize_decl_for_section. Remove unused
23248 variable shlib.
23249
23250 2007-03-10 Joseph Myers <joseph@codesourcery.com>
23251
23252 * configure.ac (glibc_header_dir): Set using with_build_sysroot if
23253 defined.
23254 * configure: Regenerate.
23255
23256 2007-03-10 Uros Bizjak <ubizjak@gmail.com>
23257
23258 PR target/31101
23259 * config/i386/i386.md (UNSPEC_C2_FLAG): New constant.
23260 (fpremxf4_i387, fprem1xf4_i387): Use UNSPEC_C2_FLAG.
23261 (fmodxf3, fmod<mode>3, remainderxf3, remainder<mode>3):
23262 Add LABEL_NUSES to emitted label.
23263 * config/i386/i386.c (ix86_emit_fp_unordered_jump): Add
23264 branch probability value to emitted jump insn.
23265 * reg-stack.c (subst_stack_regs_pat)[UNSPEC]: Handle UNSPEC_C2_FLAG.
23266 Do not check life information and do not re-arrange input operands
23267 for UNSPEC_FSCALE_EXP, UNSPEC_FPREM_U and UNSPEC_FPREM1_U.
23268
23269 2007-03-10 Kaz Kojima <kkojima@gcc.gnu.org>
23270
23271 * config/sh/sh.c (sh_insn_length_adjustment): Adjust for
23272 the change of decode_asm_operands.
23273
23274 2007-03-10 Kaz Kojima <kkojima@gcc.gnu.org>
23275
23276 * mode-switching.c (create_pre_exit): Skip blockage insn.
23277
23278 2007-03-09 Diego Novillo <dnovillo@redhat.com>
23279
23280 * tree-pass.h (TODO_update_smt_usage): Remove.
23281 Update all users.
23282 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove
23283 argument SOME.
23284 Update all users.
23285
23286 2007-03-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
23287
23288 * pa.c (attr_length_call): Revise condition for long
23289 pc-relative branch.
23290 (output_call): Use "LONG_PIC_SDIFF" instruction sequence for long
23291 local calls on the SOM target. Don't use "LONG_PIC_PCREL" call
23292 sequence on SOM target.
23293
23294 2007-03-09 Geoffrey Keating <geoffk@apple.com>
23295
23296 * gcc.c: Document %{, in big comment at top.
23297 (input_suffix_matches): Remove special handling for .s and
23298 .S.
23299 (input_spec_matches): New.
23300 (handle_braces): Handle %{,.
23301 (validate_switches): ',' indicates a value which is not a switch.
23302 * config/alpha/osf.h (ASM_FINAL_SPEC): Use %{, rather than %{.
23303 to detect assembler input.
23304 * config/i386/sol2.h (CPP_SPEC): Likewise.
23305 * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
23306 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
23307 * config/rs6000/lynx.h (ASM_SPEC): Likewise.
23308 * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
23309 * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Objective-C plus
23310 -m64 causes deployment target to default to 10.5.
23311 * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
23312
23313 2007-03-09 Richard Henderson <rth@redhat.com>
23314
23315 PR target/26090
23316 * target.h (targetm.asm.out.reloc_rw_mask): New.
23317 * target-def.h (TARGET_ASM_RELOC_RW_MASK): New.
23318 (TARGET_ASM_OUT): Use it.
23319 * targhooks.c, targhooks.h (default_reloc_rw_mask): New.
23320 * varasm.c (categorize_decl_for_section): Remove shlib argument;
23321 use the new reloc_rw_mask target hook instead.
23322 (default_section_type_flags_1): Merge into...
23323 (default_section_type_flags): ... here.
23324 (decl_readonly_section_1): Merge into...
23325 (decl_readonly_section): ... here.
23326 (default_elf_select_section_1): Merge into...
23327 (default_elf_select_section): ... here.
23328 (default_unique_section_1): Merge into...
23329 (default_unique_section): ... here.
23330 (compute_reloc_for_rtx_1, compute_reloc_for_rtx): New.
23331 (default_select_rtx_section): Use it.
23332 (default_elf_select_rtx_section): Likewise.
23333 * output.h: Update to match.
23334 * doc/tm.texi (TARGET_ASM_RELOC_RW_MASK): New.
23335 * config/alpha/alpha.c (alpha_elf_reloc_rw_mask): New.
23336 (TARGET_ASM_RELOC_RW_MASK): New.
23337 * config/i386/i386.c (x86_64_elf_select_section): Adjust call
23338 to categorize_decl_for_section.
23339 (x86_64_elf_unique_section): Likewise.
23340 * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
23341 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Remove.
23342 (TARGET_ASM_RELOC_RW_MASK): New.
23343 * config/ia64/ia64.c (ia64_rwreloc_select_section,
23344 ia64_rwreloc_unique_section, ia64_rwreloc_select_rtx_section): Remove.
23345 (ia64_hpux_reloc_rw_mask, ia64_reloc_rw_mask): New.
23346 (TARGET_RWRELOC): Remove.
23347 (ia64_section_type_flags): Adjust call to default_section_type_flags.
23348 * config/ia64/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
23349 * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Remove.
23350 (rs6000_elf_select_section, rs6000_elf_unique_section): Remove.
23351 (rs6000_elf_reloc_rw_mask, rs6000_xcoff_reloc_rw_mask): New.
23352 (rs6000_xcoff_select_section): Use decl_readonly_section.
23353 (rs6000_xcoff_section_type_flags): Use default_section_type_flags.
23354 * config/rs6000/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
23355 (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): Remove.
23356 (TARGET_SECTION_TYPE_FLAGS): Remove.
23357 * config/rs6000/xcoff.h (TARGET_ASM_RELOC_RW_MASK): New.
23358
23359 2007-03-09 Roger Sayle <roger@eyesopen.com>
23360
23361 * fold-const.c (fold_comparison): Remove compile-time evaluation of
23362 complex constant equality/inequality comparisons for here.
23363 (fold_binary) <EQ_EXPR>: Simplify complex comparisons that are
23364 known at compile-time or can be simplified to a scalar comparison.
23365 (fold_relational_const): Move compile-time evaluation of complex
23366 constant equality/inequality comparisons to here.
23367
23368 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
23369
23370 PR rtl-optimization/30643
23371 * cse.c (cse_insn): Recompute dest_hash after insert_regs for
23372 dest_addr_elt.
23373 (fold_rtx): Recurse, like before 2006-11-03.
23374
23375 2007-03-09 DJ Delorie <dj@redhat.com>
23376
23377 * config/m32c/t-m32c (m32c-pragma.o): Add TM_H dependency to
23378 m32c-pragma.o.
23379
23380 2007-03-09 Aldy Hernandez <aldyh@redhat.com>
23381
23382 PR tree-optimization/30375
23383 * tree-ssa-dse.c (dse_possible_dead_store_p): Do not eliminate if
23384 LHS of statements is not the same.
23385 * testsuite/gcc.dg/tree-ssa/ssa-dse-10.c: New.
23386
23387 2007-03-09 Chao-ying Fu <fu@mips.com>
23388
23389 * doc/extend.texi (MIPS DSP Built-in Functions): Document the DSP
23390 REV 2.
23391 * doc/invoke.texi (-mdspr2): Document new option.
23392 * config/mips/mips.md (UNSPEC_ABSQ_S_QB .. UNSPEC_DPSQX_SA_W_PH):
23393 New unspec for DSP REV 2.
23394 (<u>mulsidi3_32bit_internal): Check if !TARGET_DSPR2, because
23395 these instructions are extended in DSP REV 2.
23396 (mips-dspr2.md): Include.
23397 * config/mips/mips.opt (mdspr2): New option.
23398 * config/mips/mips.c (mips_function_type): Add MIPS_V4QI_FTYPE_V4QI,
23399 MIPS_SI_FTYPE_SI_SI_SI, MIPS_DI_FTYPE_DI_USI_USI, MIPS_DI_FTYPE_SI_SI,
23400 MIPS_DI_FTYPE_USI_USI, MIPS_V2HI_FTYPE_SI_SI_SI.
23401 (override_options): Check TARGET_DSPR2 to enable MASK_DSP.
23402 (CODE_FOR_mips_mul_ph): Define it to CODE_FOR_mulv2hi3.
23403 (dsp_bdesc): Add DSP REV 2 builtins. Remove 32-bit only DSP builtins.
23404 (dsp_32only_bdesc): New description table for 32-bit only DSP REV 1
23405 and 2 builtins.
23406 (bdesc_map): Add one field of unsupported_target_flags.
23407 (bdesc_arrays): Update entries to have extra fields. Add
23408 dsp_32only_bdesc.
23409 (mips_init_builtins): Initialize new function types.
23410 Check unsupported_target_fileds to filter out builtins.
23411 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_dspr2 if
23412 TARGET_DSPR2.
23413 (ASM_SPEC): Pass mdspr2 to the assembler.
23414 * config/mips/mips-dspr2.md: New file.
23415
23416 2007-03-09 Sa Liu <saliu@de.ibm.com>
23417
23418 * config/rs6000/altivec.md: Fix vcond patterns using if_then_else.
23419
23420 2007-03-09 Ian Lance Taylor <iant@google.com>
23421
23422 * opts.c (common_handle_option): Treat -Wstrict-overflow (with no
23423 argument) like -Wstrict-overflow=2.
23424 * doc/invoke.texi (Warning Options): Update documentation.
23425
23426 2007-03-09 Dirk Mueller <dmueller@suse.de>
23427
23428 PR c++/17946
23429 * doc/invoke.texi (-Wlogical-op): Document.
23430 * common.opt (-Wlogical-op): New.
23431 * c-common.h (warn_logical_operator): Declare.
23432 * c-common.c (warn_logical_operator): Define.
23433 * c-typeck.c (parser_build_binary_op): Call
23434 warn_logical_operator.
23435
23436 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
23437
23438 * rtl.h (gen_rtx_ASM_INPUT): Use "" instead of NULL file name.
23439 * final.c (final_scan_insn): Test for non-"" file name.
23440
23441 2007-03-09 Sebastian Pop <sebastian.pop@inria.fr>
23442
23443 * doc/loop.texi: Document the Omega linear constraints solver.
23444 * doc/invoke.texi: Document -fcheck-data-deps, omega-max-vars,
23445 omega-max-geqs, omega-max-eqs, omega-max-wild-cards,
23446 omega-hash-table-size, omega-max-keys, and
23447 omega-eliminate-redundant-constraints.
23448 * tree-pass.h (pass_check_data_deps): Declared.
23449 * omega.c: New.
23450 * omega.h: New.
23451 * timevar.def (TV_CHECK_DATA_DEPS): Declared.
23452 * tree-ssa-loop.c (check_data_deps, gate_check_data_deps,
23453 pass_check_data_deps): New.
23454 * tree-data-ref.c (init_data_ref): Remove declaration.
23455 (dump_data_dependence_relation): Dump DDR_INNER_LOOP.
23456 (analyze_array): Renamed init_array_ref, move up initializations.
23457 (init_data_ref): Renamed init_pointer_ref. Moved before its call.
23458 Removed arguments that are set to NULL.
23459 (analyze_indirect_ref): Correct indentation, correct call to
23460 init_pointer_ref.
23461 (object_analysis): Call init_array_ref instead of analyze_array.
23462 (initialize_data_dependence_relation): Initialize DDR_INNER_LOOP.
23463 (access_functions_are_affine_or_constant_p): Use DR_ACCESS_FNS instead
23464 of DR_ACCESS_FNS_ADDR.
23465 (init_omega_eq_with_af, omega_extract_distance_vectors,
23466 omega_setup_subscript, init_omega_for_ddr_1, init_omega_for_ddr,
23467 ddr_consistent_p): New.
23468 (compute_affine_dependence): Check consistency of ddrs when
23469 flag_check_data_deps is passed.
23470 (analyze_all_data_dependences): Uncomment.
23471 (tree_check_data_deps): New.
23472 * tree-data-ref.h: Include omega.h.
23473 (DR_ACCESS_FNS_ADDR): Removed.
23474 (data_dependence_relation): Add inner_loop.
23475 (DDR_INNER_LOOP): New.
23476 * common.opt (fcheck-data-deps): New.
23477 * tree-flow.h (tree_check_data_deps): Declare.
23478 * Makefile.in (TREE_DATA_REF_H): Depend on omega.h.
23479 (OBJS-common): Depend on omega.o.
23480 (omega.o): Define.
23481 * passes.c (pass_check_data_deps): Scheduled.
23482 * params.def (PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
23483 PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
23484 PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS,
23485 PARAM_VECT_MAX_VERSION_CHECKS,
23486 PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS): New.
23487
23488 2007-03-09 Richard Guenther <rguenther@suse.de>
23489
23490 PR tree-optimization/30904
23491 PR middle-end/31058
23492 * tree-vrp.c (extract_range_from_binary_expr): Handle RSHIFT_EXPR
23493 the same way as *_DIV_EXPR.
23494
23495 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
23496
23497 * recog.c (decode_asm_operands): No mixed declarations and code.
23498
23499 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
23500
23501 * rtl.def (ASM_INPUT): Add location.
23502 * rtl.h (ASM_INPUT_SOURCE_LOCATION): New.
23503 (ASM_INPUT_SOURCE_FILE, ASM_INPUT_SOURCE_LINE): New.
23504 (decode_asm_operands): Add loc operand.
23505 (gen_rtx_ASM_INPUT, gen_rtx_ASM_INPUT_loc): Define.
23506 * stmt.c (expand_asm): Rename to...
23507 (expand_asm_loc): ... this. Add locus argument. Pass it on to
23508 gen_rtx_ASM_INPUT_loc.
23509 (expand_asm_expr): Adjust.
23510 * recog.c (decode_asm_operands): Add loc operand.
23511 (check_asm_operands, extract_insn): Adjust.
23512 * reload1.c (maybe_fix_stack_asms): Likewise.
23513 * final.c (asm_insn_count): Likewise.
23514 (final_scan_insn): Output # line before and after asm.
23515
23516 2007-03-09 Daniel Berlin <dberlin@dberlin.org>
23517
23518 * tree-ssa-structalias.c (variable_info): Remove
23519 finished_solution.
23520 (new_var_info): Ditto.
23521 (shared_bitmap_info_t): New structure.
23522 (shared_bitmap_table): New variable.
23523 (shared_bitmap_hash): New function.
23524 (shared_bitmap_eq): Ditto
23525 (shared_bitmap_lookup): Ditto.
23526 (shared_bitmap_add): Ditto.
23527 (merge_smts_into): Change to take bitmap directly.
23528 (find_what_p_points_to): Rewrite to use shared bitmap hashtable.
23529 (init_alias_vars): Init shared bitmap hashtable.
23530 (delete_points_to_sets): Delete shared bitmap hashtable.
23531 * tree-ssa-operands.c (add_virtual_operand): Partially revert the
23532 is_aliased removal as a change that was still necessary was
23533 deleted.
23534
23535 2007-03-09 Uros Bizjak <ubizjak@gmail.com>
23536
23537 * config/i386/i386.h (override_options): Conditionally disable
23538 x86_sahf for 64bit targets only.
23539
23540 2007-03-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
23541
23542 PR C/31072
23543 * c-decl.c (merge_decls): Don't call make_var_volatile.
23544 * varasm.c (make_var_volatile): Remove.
23545 * output.h (make_var_volatile): Remove.
23546
23547 2007-03-08 Zdenek Dvorak <dvorakz@suse.cz>
23548
23549 PR tree-optimization/31085
23550 * tree-ssa-address.c (create_mem_ref): Fix test of type of base.
23551
23552 2007-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23553
23554 * builtins.def (lceil, lceilf, lceill, lfloor, lfloorf, lfloorl,
23555 llceil, llceilf, llceill, llfloor, llfloorf, llfloorl): Mark with
23556 ATTR_CONST_NOTHROW_LIST.
23557
23558 * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
23559 FIX_TRUNC_EXPR.
23560
23561 2007-03-08 Diego Novillo <dnovillo@redhat.com>
23562
23563 * doc/tree-ssa.texi: Remove documentation for V_MUST_DEF.
23564
23565 2007-03-08 Geoffrey Keating <geoffk@apple.com>
23566
23567 PR 31013
23568 * gccspec.c (lang_specific_driver): Do nothing when NEXT_OBJC_RUNTIME
23569 is declared.
23570 * config/darwin.h (REAL_LIBGCC_SPEC): When -fgnu-runtime is
23571 passed, use shared libgcc.
23572
23573 2007-03-08 Roger Sayle <roger@eyesopen.com>
23574
23575 * tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt
23576 instead of calling build2 with a GIMPLE_MODIFY_STMT.
23577 (honor_protect_cleanup_actions, lower_try_finally_switch):
23578 Likewise.
23579 * tree-if-conv.c (replace_phi_with_cond_gimple_modify_stmt,
23580 ifc_temp_var): Likewise.
23581 * tree-inline.c (setup_one_parameter): Likewise.
23582 * tree-mudflap.c (mf_decl_cache_locals,
23583 mf_build_check_statement_for): Likewise.
23584 * tree-nested.c (init_tmp_var, save_tmp_var,
23585 finalize_nesting_tree_1): Likewise.
23586 * tree-outof-ssa.c (insert_copy_on_edge,
23587 insert_backedge_copies): Likewise.
23588 * tree-profile.c (tree_gen_edge_profiler,
23589 tree_gen_ic_profiler): Likewise.
23590 * tree-scalar-evolution.c (scev_const_prop): Likewise.
23591 * tree-sra.c (sra_build_assignment): Likewise.
23592 * tree-ssa-loop-im.c (determine_invariantness_stmt): Likewise.
23593 * tree-ssa-math-opts.c (insert_reciprocals,
23594 execute_cse_sincos_1): Likewise.
23595 * tree-tailcall.c (adjust_accumulator_values,
23596 adjust_return_value): Likewise.
23597 * tree-vect-patterns.c (vect_pattern_recog_1): Likewise.
23598 * tree-vect-transform.c (vect_create_data_ref_ptr,
23599 bump_vector_ptr, vect_init_vector, get_initial_def_for_induction,
23600 vect_create_epilog_for_reduction, vectorizable_reduction,
23601 vectorizable_call, vectorizable_conversion,
23602 vectorizable_assignment, vectorizable_operation,
23603 vectorizable_type_demotion, vect_gen_widened_results_half,
23604 vect_permute_store_chain, vectorizable_store,
23605 vect_setup_realignment, vect_permute_load_chain,
23606 vectorizable_load, vectorizable_condition,
23607 vect_create_cond_for_align_checks): Likewise.
23608 * tree-vrp.c (build_assert_expr_for): Likewise.
23609
23610 2007-03-08 Ian Lance Taylor <iant@google.com>
23611
23612 * tree-vrp.c: Include "intl.h".
23613 (usable_range_p): New static function.
23614 (compare_values_warnv): Don't test TYPE_OVERFLOW_UNDEFINED for
23615 overflowed values, juts set *strict_overflow_p.
23616 (compare_values): Only return -2 if one of the operands is not a
23617 constant.
23618 (compare_ranges): Call usable_range_p.
23619 (compare_range_with_value): Likewise.
23620 (vrp_evaluate_conditional_warnv): Rename from
23621 vrp_evaluate_conditional. Make static. Change all callers.
23622 (vrp_evaluate_conditional): New function.
23623 (simplify_div_or_mod_using_ranges): Issue warning about reliance
23624 on signed overflow.
23625 (simplify_abs_using_ranges): Likewise.
23626 (simplify_stmt_for_jump_threading): Add within_stmt parameter.
23627 * tree-ssa-dom.c (simplify_stmt_for_jump_threading): Add
23628 within_stmt parameter.
23629 * tree-ssa-propagate.c (fold_predicate_in): Update call to
23630 vrp_evaluate_conditional.
23631 * tree-ssa-threadedge.c
23632 (record_temporary_equivalences_from_stmts_at_dest): Change
23633 simplify parameter to take a second tree parameter.
23634 (simplify_control_stmt_condition): Likewise.
23635 (thread_across_edge): Likewise.
23636 * tree-flow.h (vrp_evaluate_conditional): Update declaration.
23637 (thread_across_edge): Likewise.
23638 * Makefile.in (tree-vrp.o): Depend upon intl.h.
23639
23640 2007-03-08 Uros Bizjak <ubizjak@gmail.com>
23641
23642 * config/i386/i386.h (TARGET_SAHF): New define.
23643 * config/i386/i386.c (ix86_tune_features) [X86_TUNE_USE_SAHF]:
23644 Also enable for m_K8, m_AMDFAM10 and m_CORE2.
23645 (x86_sahf): New global variable.
23646 (override_options): Add PTA_NO_SAHF to pta_flags enum. Recode
23647 pta_flags masks using shifts. Add PTA_NO_SAHF to x86_64 and
23648 nocona processor flags. Set x86_sahf when PTA_NO_SAHF is not set
23649 in processor flags. Do not unconditionally disable TARGET_USE_SAHF
23650 for 64-bit.
23651 (ix86_fp_comparison_sahf_cost): Return high value for !TARGET_SAHF.
23652 (ix86_expand_fp_compare): Check for TARGET_CMOVE or TARGET_SAHF
23653 when expanding fcomi/sahf based tests.
23654 (ix86_emit_fp_unordered_jump): Check for TARGET_SAHF when
23655 expanding sahf based alternative. Emit sahf based sequence when
23656 optimizing for code size.
23657 * config/i386/i386.md (x86_sahf_1): Do not disable for
23658 TARGET_64BIT, enable for TARGET_SAHF.
23659
23660 2007-03-08 Martin Michlmayr <tbm@cyrius.com>
23661
23662 * tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
23663 spurious whitespace from error message.
23664
23665 2007-03-08 Volker Reichelt <reichelt@netcologne.de>
23666
23667 PR c++/30852
23668 * c-common.c (fold_offsetof_1): Handle COMPOUND_EXPR.
23669
23670 2007-03-08 Alexandre Oliva <aoliva@redhat.com>
23671
23672 * c-decl.c (grokdeclarator): Disable warnings for anonymous
23673 bitfields.
23674 * tree-sra.c (instantiate_element): Propagate disabled warnings
23675 from the element itself to the created variable.
23676
23677 2007-03-07 Richard Henderson <rth@redhat.com>
23678
23679 PR target/30848
23680 * reg-stack.c (emit_swap_insn): If a malformed asm was seen,
23681 silently fix up the stack in the case of a missing register.
23682
23683 2007-03-07 Paul Brook <paul@codesourcery.com>
23684
23685 * config/arm/libunwind.S: Add .arch/.object_arch for armv4 builds.
23686
23687 2007-03-07 Joseph Myers <joseph@codesourcery.com>
23688
23689 * config/arm/unwind-arm.c (struct wmmxd_regs, struct wmmxc_regs):
23690 New.
23691 (phase1_vrs): Use them.
23692 (DEMAND_SAVE_WMMXD, DEMAND_SAVE_WMMXC): New.
23693 (__gnu_Unwind_Save_WMMXD, __gnu_Unwind_Restore_WMMXD,
23694 __gnu_Unwind_Save_WMMXC, __gnu_Unwind_Restore_WMMXC): Declare.
23695 (restore_non_core_regs): Call __gnu_Unwind_Restore_WMMXD and
23696 __gnu_Unwind_Restore_WMMXC if required.
23697 (_Unwind_VRS_Pop): Implement iWMMXt support.
23698 * config/arm/libunwind.S (gnu_Unwind_Restore_WMMXD,
23699 gnu_Unwind_Save_WMMXD, gnu_Unwind_Restore_WMMXC,
23700 gnu_Unwind_Save_WMMXC): Define.
23701
23702 2007-03-07 Richard Sandiford <richard@codesourcery.com>
23703
23704 * config/vxworks.h (vxworks_override_options): Declare.
23705 (VXWORKS_OVERRIDE_OPTIONS): Use it.
23706 * config/vxworks.c: Include target.h and toplev.h.
23707 (vxworks_override_options): New function.
23708 * config/t-vxworks (vxworks.o): Depend on $(TARGET_H) and toplev.h.
23709
23710 2007-03-07 Andreas Krebbel <krebbel1@de.ibm.com>
23711
23712 * config/s390/s390.c (override_options): Don't emit an error when
23713 -mstack-size is used without providing -mstack-guard.
23714 (s390_emit_prologue): Choose stack_guard value automatically if not
23715 provided via command line.
23716 * doc/invoke.texi: Adjust description of -mstack-guard and
23717 -mstack-size.
23718
23719 2007-03-07 Richard Sandiford <richard@codesourcery.com>
23720
23721 * config/i386/i386.c (output_set_got): Add a GOT initialization
23722 sequence for VxWorks PIC.
23723 (legitimate_pic_address_disp_p): Allow UNSPEC_GOT wrappers
23724 around labels as well as symbols. Use gotoff_operand instead
23725 of local_symbolic_operand.
23726 (legitimize_pic_address): Use gotoff_operand instead of
23727 local_symbolic_operand. Use @GOT accesses for labels as
23728 well as symbols.
23729 (ix86_output_addr_diff_elt): Use PC-relative rather than
23730 GP-relative offsets for VxWorks PIC.
23731 (ix86_expand_move): Pass NULL_RTX to legitimize_pic_address unless
23732 no_new_pseudos. Check whether the returned register is op0.
23733 * config/i386/i386.md (tablejump): Use PC-relative rather than
23734 GP-relative offsets for VxWorks PIC.
23735 * config/i386/predicates.md (gotoff_operand): New predicate.
23736
23737 2007-03-06 Richard Sandiford <richard@codesourcery.com>
23738
23739 * config/vxworks.h (VXWORKS_GOTT_BASE, VXWORKS_GOTT_INDEX): Undefine
23740 before defining.
23741 * config/vxworks-dummy.h: New file.
23742 * config/i386/i386.h: Include it.
23743
23744 2007-03-07 Alexandre Oliva <aoliva@redhat.com>
23745
23746 * dwarf2out.c (is_inlined_entry_point): New
23747 (add_high_low_attributes): Emit DW_AT_entry_pc along with
23748 DW_AT_ranges if the first subblock is the entry point.
23749
23750 2007-03-06 David Daney <ddaney@avtrex.com>
23751
23752 * doc/install.texi (mips-*-*): Change recommended binutils
23753 version.
23754
23755 2007-03-06 Anatoly Sokolov <aesok@post.ru>
23756
23757 * config/avr/avr.c (avr_mcu_types): Add support for ATmega325P,
23758 ATmega3250P, ATmega329P, ATmega3290P, AT90USB82 and AT90USB162
23759 devices.
23760 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
23761 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
23762
23763 2007-03-06 Jan Hubicka <jh@suse.cz>
23764
23765 * errors.h (warning, error, fatal, internal_error): Mark as cold.
23766 * predict.c (maybe_hot_bb): Cold functions are never hot; hot
23767 functions are hot.
23768 (probably_cold_bb_p): Cold functions are cold.
23769 (probably_never_executed_bb_p): Cold functions are cold.
23770 (tree_bb_level_predictions): Predict calls to cold functions as not
23771 taken.
23772 (compute_function_frequency): Check hot/cold attributes.
23773 * function.h (function_frequency): Update comments.
23774 * predict.def (PRED_COLD_FUNCTION): Predict cold function.
23775 * c-common.c (handle_hot_attribute, handle_cold_attribute): New.
23776 (c_common_att): Add cold and hot.
23777
23778 * doc/extend.texi (hot,cold attributes): Document.
23779
23780 2007-03-06 Andrew Haley <aph@redhat.com>
23781
23782 * function.c (expand_function_end): Move blockage to just after we
23783 emit the label for the naked return from the function.
23784
23785 2007-03-06 Richard Sandiford <richard@codesourcery.com>
23786
23787 * config/i386/att.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Undefine
23788 before redefining.
23789
23790 2007-03-06 Jan Hubicka <jh@suse.cz>
23791
23792 * reg-stack.c (reg_to_stack): Large models don't allow NAN to be
23793 loaded for constant large models. Non-large 64bit PIC can do.
23794 * i386.h (CASE_VECTOR_MODE): Large PIC cases are 64bit.
23795 * cmodel.h: Add LARGE PIC.
23796 * i386.md (UNSPEC_PLTOFF): New.
23797 (UNSPEC_SET_RIP, UNSPEC_SET_GOT_OFFSET): New; renumber other
23798 unspecs as needed.
23799 (*call_1_rex64): Disable for large models.
23800 (*call_1_rex64_large): New.
23801 (*call_value_1_rex64): Disable for large models.
23802 (*call_value_1_rex64_large): New.
23803 (set_rip_rex4): New.
23804 (set_got_offset_rex64): New.
23805 * predicates.md (constant_call_address_operand): For large model
23806 constant calls are not possible.
23807 * i386-protos.h (construct_plt_address): Declare.
23808 * i386.c (override_options): Accept large models.
23809 (ix86_expand_prologue): Expand large PIC GOT pointer load.
23810 (legitimate_constant_p): Add new UNSPECs.
23811 (legitimate_pic_operand_p): Likewise.
23812 (legitimate_pic_address_disp_p): Disallow local symbols for large PICs.
23813 (legitimize_pic_address): Do easy RIP relative way for TLS only for
23814 non-large model.
23815 (output_pic_addr_const): Add PLTOFF.
23816 (ix86_output_addr_diff_elt): Output 64bit tables when needed.
23817 (ix86_expand_move): Legitimize pic address when in PIC mode.
23818 (construct_plt_address): New function.
23819 (ix86_expand_call): Offload the address to register and use GOT
23820 pointer for large model.
23821 * invoke.texi (mcmodel=large): Update documentation.
23822
23823 2007-03-06 Richard Henderson <rth@redhat.com>
23824
23825 * config/i386/i386.c (x86_use_leave, x86_push_memory,
23826 x86_zero_extend_with_and, x86_movx, x86_double_with_add,
23827 x86_use_bit_test, x86_unroll_strlen, x86_deep_branch,
23828 x86_branch_hints, x86_use_sahf, x86_partial_reg_stall,
23829 x86_partial_flag_reg_stall, x86_use_himode_fiop, x86_use_simode_fiop,
23830 x86_use_mov0, x86_use_cltd, x86_read_modify_write, x86_read_modify,
23831 x86_split_long_moves, x86_promote_QImode, x86_fast_prefix,
23832 x86_single_stringop, x86_qimode_math, x86_promote_qi_regs,
23833 x86_himode_math, x86_promote_hi_regs, x86_sub_esp_4, x86_sub_esp_8,
23834 x86_add_esp_4, x86_add_esp_8, x86_integer_DFmode_moves,
23835 x86_partial_reg_dependency, x86_memory_mismatch_stall,
23836 x86_prologue_using_move, x86_epilogue_using_move, x86_shift1,
23837 x86_sse_partial_reg_dependency, x86_sse_split_regs,
23838 x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,
23839 x86_sse_load0_by_pxor, x86_use_ffreep, x86_use_incdec,
23840 x86_inter_unit_moves, x86_ext_80387_constants, x86_four_jump_limit,
23841 x86_schedule, x86_use_bt, x86_pad_returns,
23842 x86_use_xchgb): Merge into ...
23843 (ix86_tune_features): ... here. New array.
23844 (x86_cmove, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
23845 x86_bswap): Merge into ...
23846 (ix86_arch_features): ... here. New array.
23847 (x86_3dnow_a): Remove.
23848 (x86_accumulate_outgoing_args): Make static.
23849 (x86_arch_always_fancy_math_387): Make static.
23850 (ix86_tune_mask, ix86_arch_mask): Move ...
23851 (override_options): ... to local variables here. Apply the
23852 appropriate mask to each element of ix86_arch_features and
23853 ix86_tune_features. Adjust TARGET_CMOVE and TARGET_USE_SAHF
23854 as were done in the old macros.
23855 (standard_80387_constant_p): Use TARGET_EXT_80387_CONSTANTS.
23856 * config/i386/i386.h (x86_use_leave, x86_push_memory,
23857 x86_zero_extend_with_and, x86_use_bit_test, x86_cmove, x86_deep_branch,
23858 x86_branch_hints, x86_unroll_strlen, x86_double_with_add,
23859 x86_partial_reg_stall, x86_movx, x86_use_himode_fiop,
23860 x86_use_simode_fiop, x86_use_mov0, x86_use_cltd, x86_use_xchgb,
23861 x86_read_modify_write, x86_read_modify, x86_split_long_moves,
23862 x86_promote_QImode, x86_single_stringop, x86_fast_prefix,
23863 x86_himode_math, x86_qimode_math, x86_promote_qi_regs,
23864 x86_promote_hi_regs, x86_integer_DFmode_moves, x86_add_esp_4,
23865 x86_add_esp_8, x86_sub_esp_4, x86_sub_esp_8,
23866 x86_partial_reg_dependency, x86_memory_mismatch_stall,
23867 x86_accumulate_outgoing_args, x86_prologue_using_move,
23868 x86_epilogue_using_move, x86_decompose_lea,
23869 x86_arch_always_fancy_math_387, x86_shift1,
23870 x86_sse_partial_reg_dependency, x86_sse_split_regs,
23871 x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,
23872 x86_sse_load0_by_pxor, x86_use_ffreep, x86_inter_unit_moves,
23873 x86_schedule, x86_use_bt, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
23874 x86_use_incdec, x86_pad_returns, x86_bswap,
23875 x86_partial_flag_reg_stall): Remove.
23876 (enum ix86_tune_indices): New.
23877 (ix86_tune_features): New.
23878 (TARGET_USE_LEAVE, TARGET_PUSH_MEMORY, TARGET_ZERO_EXTEND_WITH_AND,
23879 TARGET_USE_BIT_TEST, TARGET_UNROLL_STRLEN,
23880 TARGET_DEEP_BRANCH_PREDICTION, TARGET_BRANCH_PREDICTION_HINTS,
23881 TARGET_DOUBLE_WITH_ADD, TARGET_USE_SAHF, TARGET_MOVX,
23882 TARGET_PARTIAL_REG_STALL, TARGET_PARTIAL_FLAG_REG_STALL,
23883 TARGET_USE_HIMODE_FIOP, TARGET_USE_SIMODE_FIOP, TARGET_USE_MOV0,
23884 TARGET_USE_CLTD, TARGET_USE_XCHGB, TARGET_SPLIT_LONG_MOVES,
23885 TARGET_READ_MODIFY_WRITE, TARGET_READ_MODIFY, TARGET_PROMOTE_QImode,
23886 TARGET_FAST_PREFIX, TARGET_SINGLE_STRINGOP, TARGET_QIMODE_MATH,
23887 TARGET_HIMODE_MATH, TARGET_PROMOTE_QI_REGS, TARGET_PROMOTE_HI_REGS,
23888 TARGET_ADD_ESP_4, TARGET_ADD_ESP_8, TARGET_SUB_ESP_4,
23889 TARGET_SUB_ESP_8, TARGET_INTEGER_DFMODE_MOVES,
23890 TARGET_PARTIAL_REG_DEPENDENCY, TARGET_SSE_PARTIAL_REG_DEPENDENCY,
23891 TARGET_SSE_UNALIGNED_MOVE_OPTIMAL, TARGET_SSE_SPLIT_REGS,
23892 TARGET_SSE_TYPELESS_STORES, TARGET_SSE_LOAD0_BY_PXOR,
23893 TARGET_MEMORY_MISMATCH_STALL, TARGET_PROLOGUE_USING_MOVE,
23894 TARGET_EPILOGUE_USING_MOVE, TARGET_SHIFT1, TARGET_USE_FFREEP,
23895 TARGET_INTER_UNIT_MOVES, TARGET_FOUR_JUMP_LIMIT, TARGET_SCHEDULE,
23896 TARGET_USE_BT, TARGET_USE_INCDEC, TARGET_PAD_RETURNS,
23897 TARGET_EXT_80387_CONSTANTS): Use it.
23898 (enum ix86_arch_indices): New.
23899 (ix86_arch_features): New.
23900 (TARGET_CMOVE, TARGET_CMPXCHG, TARGET_CMPXCHG8B, TARGET_XADD,
23901 TARGET_BSWAP): Use it.
23902 (ix86_tune_mask, ix86_arch_mask): Remove.
23903
23904 2007-03-06 Joseph Myers <joseph@codesourcery.com>
23905
23906 PR bootstrap/31020
23907 * configure.ac (CROSS_SYSTEM_HEADER_DIR, build_system_header_dir):
23908 Define using $${sysroot_headers_suffix}.
23909 * configure: Regenerate.
23910 * cppdefault.c (cpp_include_defaults): Make FIXED_INCLUDE_DIR a
23911 multilib-suffixed directory if SYSROOT_HEADERS_SUFFIX_SPEC
23912 defined.
23913 * doc/invoke.texi (-print-sysroot-headers-suffix): Document.
23914 * gcc.c (print_sysroot_headers_suffix): New.
23915 (option_map): Include --print-sysroot-headers-suffix.
23916 (display_help): Mention -print-sysroot-headers-suffix.
23917 (process_command): Handle -print-sysroot-headers-suffix.
23918 (do_spec_1): Append multilib directory to include-fixed path if
23919 sysroot suffixes in use.
23920 (main): Handle -print-sysroot-headers-suffix.
23921 * Makefile.in (start.encap): Don't depend on xlimits.h
23922 (xlimits.h): Remove.
23923 (stmp-int-hdrs): Don't depend on xlimits.h. Inline generation of
23924 limits.h for each multilib in fixinc_list.
23925 (fixinc_list, s-fixinc_list): New.
23926 (stmp-fixinc): Depend on fixinc_list. If not copying headers,
23927 generate them for each multilib in fixinc_list.
23928 (stmp-fixproto): Use include-fixed. Run fixproto for each
23929 multilib in fixinc_list.
23930 (mostlyclean): Don't remove xlimits.h.
23931 (clean): Remove include-fixed.
23932 (real-install-headers-tar, real-install-headers-cpio,
23933 real-install-headers-cp): Don't copy include, only include-fixed.
23934 (install-mkheaders): Depend on fixinc_list. Don't depend on
23935 xlimits.h. Save limits.h files for each multilib in fixinc_list.
23936 Always save mkinstalldirs. Preserve ${sysroot_headers_suffix} in
23937 SYSTEM_HEADER_DIR setting in mkheaders.conf.
23938
23939 2007-03-06 Jan Hubicka <jh@suse.cz>
23940
23941 * regstack.c (reg_to_stack): When in 64bit PIC mode, we still can load
23942 NANs easilly.
23943
23944 2007-03-06 Richard Sandiford <richard@codesourcery.com>
23945
23946 * configure.ac: Allow tm_file to contain build-directory files.
23947 * configure: Regenerate.
23948 * config.gcc (m68k-*-uclinux*): Add ./sysroot-suffix.h to tm_file.
23949 * config/m68k/t-uclinux (sysroot-suffix.h): New target.
23950 * config/m68k/print-sysroot-suffix.sh: New file.
23951
23952 2007-03-06 Richard Sandiford <richard@codesourcery.com>
23953
23954 * config/m68k/m68k.h (PIC_OFFSET_TABLE_REGNUM): Use the REGNO
23955 of pic_offset_table_rtx if reload_completed.
23956 (CONDITIONAL_REGISTER_USAGE): Use PIC_REG instead of
23957 PIC_OFFSET_TABLE_REGNUM.
23958 * config/m68k/m68k.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Always
23959 return true.
23960 (m68k_save_reg): Use PIC_REG instead of PIC_OFFSET_TABLE_REGNO.
23961 (m68k_output_mi_thunk): Rewrite to use RTL. Honor vcall_offset.
23962
23963 2007-03-06 Richard Sandiford <richard@codesourcery.com>
23964
23965 * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
23966 functions that call eh_return.
23967
23968 2007-03-06 Richard Sandiford <richard@codesourcery.com>
23969
23970 * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
23971 functions that need a constant pool.
23972
23973 2007-03-06 Richard Sandiford <richard@codesourcery.com>
23974
23975 PR target/28181
23976 * config/m68k/m68k-protos.h (m68k_secondary_reload_class): Declare.
23977 (m68k_preferred_reload_class): Likewise.
23978 * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Remove duplicated comment.
23979 (SECONDARY_RELOAD_CLASS): Define.
23980 (PREFERRED_RELOAD_CLASS): Use m68k_preferred_reload_class.
23981 (LIMIT_RELOAD_CLASS): Delete.
23982 * config/m68k/m68k.c (m68k_regno_mode_ok): Don't prevent address
23983 registers from storing bytes.
23984 (m68k_secondary_reload_class): New function.
23985 (m68k_preferred_reload_class): Likewise.
23986
23987 2007-03-06 Richard Sandiford <richard@codesourcery.com>
23988
23989 * config/m68k/m68k.c (m68k_save_reg): Remove special case for
23990 leaf functions.
23991 (m68k_expand_prologue): Likewise.
23992
23993 2007-03-06 Richard Sandiford <richard@codesourcery.com>
23994
23995 * config/m68k/m68k-protos.h (output_sibcall): Declare.
23996 (mips_expand_epilogue): Add a bool parameter.
23997 (m68k_legitimize_sibcall_address): Declare.
23998 * config/m68k/m68k.c (TARGET_FUNCTION_OK_FOR_SIBCALL): Define.
23999 (m68k_expand_epilogue): Add a parameter to select between sibling
24000 and normal epilogues. Only generate a return for the latter.
24001 (m68k_ok_for_sibcall_p): New function.
24002 (m68k_legitimize_sibcall_address, output_sibcall): New functions.
24003 * config/m68k/m68k.md (sibcall, *sibcall): New patterns.
24004 (sibcall_value, *sibcall_value): Likewise.
24005 (*call, *call_value): Require !SIBLING_CALL_P.
24006 (epilogue): Update call to m68k_expand_epilogue.
24007 (sibcall_epilogue): New pattern.
24008 * config/m68k/predicates.md (const_call_operand): Say that this
24009 predicate applies to sibling calls too.
24010 (sibcall_operand): New predicate.
24011
24012 2007-03-06 Richard Sandiford <richard@codesourcery.com>
24013
24014 * config/m68k/m68k.md (movsf_cf_soft): Provide the same non-mov3q
24015 alternatives as movsi_cf.
24016 (movsf_cf_hard): Add commentary.
24017
24018 2007-03-06 Kazu Hirata <kazu@codesourcery.com>
24019 Richard Sandiford <richard@codesourcery.com>
24020
24021 * config/m68k/m68k-protos.h (m68k_interrupt_function_p): Declare.
24022 (m68k_movem_pattern_p, m68k_output_movem): Likewise.
24023 (m68k_expand_prologue, m68k_expand_epilogue): Likewise.
24024 * config/m68k/m68k.h (EPILOGUE_USES): Define. Treat all registers
24025 as being live on exit from an interrupt function.
24026 (PRINT_OPERAND_PUNCT_VALID_P): Return true for '?'.
24027 * config/m68k/m68k.c (MIN_MOVEM_REGS, MIN_FMOVEM_REGS): New macros.
24028 (m68k_frame): Remove reg_rev_mask and fpu_rev_mask.
24029 (TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Delete.
24030 (m68k_interrupt_function_p): Globalize.
24031 (m68k_compute_frame_layout): Remove reverse mask code.
24032 (m68k_emit_movem, m68k_set_frame_related): New functions.
24033 (m68k_output_function_prologue): Delete in favor of...
24034 (m68k_expand_prologue): ...this new function.
24035 (m68k_output_function_epilogue): Delete in favor of...
24036 (m68k_expand_epilogue): ...this new function.
24037 (m68k_split_offset, m68k_movem_pattern_p, m68k_output_movem): New
24038 functions.
24039 (print_operand): Handle %?.
24040 * config/m68k/m68k.md (UNSPEC_SIN, UNSPEC_COS): Remove excess space.
24041 (UNSPEC_GOT, A1_REG, PIC_REG, FP0_REG): New constants.
24042 (prologue, epilogue): New patterns.
24043 (return): Turn into a define_expand.
24044 (*return): New pattern, derived from old "return" pattern. Use rte
24045 rather than rts for interrupt functions. Only use rtd if the pop
24046 count is nonzero.
24047 (*m68k_store_multiple, *m68k_store_multiple_automod): New patterns.
24048 (*m68k_load_multiple, *m68k_load_multiple_automod): Likewise.
24049 (link, *link, unlink, *unlink, load_got): Likewise.
24050
24051 2007-03-06 Richard Sandiford <richard@codesourcery.com>
24052
24053 PR target/23482
24054 PR target/17114
24055 * config/m68k/m68k-protos.h (m68k_legitimate_base_reg_p): Declare.
24056 (m68k_legitimate_index_reg_p, m68k_legitimate_address_p): Likewise.
24057 (m68k_matches_q_p, m68k_matches_u_p): Likewise.
24058 * config/m68k/m68k.h (EXTRA_CONSTRAINT): Use m68k_matches_q_p
24059 and m68k_matches_u_p.
24060 (PCREL_GENERAL_OPERAND_OK, LEGITIMATE_BASE_REG_P): Delete.
24061 (INDIRECTABLE_1_ADDRESS_P, GO_IF_NONINDEXED_ADDRESS): Delete.
24062 (GO_IF_INDEXABLE_BASE, GO_IF_INDEXING, GO_IF_INDEXED_ADDRESS): Delete.
24063 (LEGITIMATE_INDEX_REG_P, LEGITIMATE_INDEX_P): Delete.
24064 (GO_IF_COLDFIRE_FPU_LEGITIMATE_ADDRESS): Delete.
24065 (REG_STRICT_P): New macro.
24066 (LEGITIMATE_PIC_OPERAND_P): Use REG_STRICT_P rather than
24067 PCREL_GENERAL_OPERAND_OK.
24068 (REG_OK_FOR_BASE_P): Merge definitions. Use REG_STRICT_P and
24069 m68k_legitimate_base_reg_p.
24070 (REG_MODE_OK_FOR_INDEX_P): Likewise m68k_legitimate_index_reg_p.
24071 (GO_IF_LEGITIMATE_ADDRESS): Likewise m68k_legitimate_address_p.
24072 (PIC_CASE_VECTOR_ADDRESS): Update comment.
24073 * config/m68k/m68k.c (m68k_address): New structure.
24074 (m68k_legitimate_base_reg_p, m68k_legitimate_index_reg_p)
24075 (m68k_decompose_index, m68k_legitimate_constant_address_p)
24076 (m68k_jump_table_ref_p, m68k_decompose_address)
24077 (m68k_legitimate_address_p, m68k_legitimate_mem_p, m68k_matches_q_p)
24078 (m68k_matches_u_p): New functions.
24079 (print_operand_address): Rewrite to use m68k_decompose_index.
24080
24081 2007-03-05 David Taylor <dtaylor@emc.com>
24082
24083 * gcc.c: Correct copyright date in --version output.
24084
24085 2007-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
24086
24087 * pa.md: In unamed move patterns, disparge copies between general
24088 and floating point registers using '?' modifier. Don't include 'f'
24089 constraint for register preferences in DImode, SImode, HImode and
24090 QImode patterns. Likewise for 'r' in DFmode and SFmode patterns.
24091 Remove constraints for copies between general and floating registers
24092 in soft-float DFmode pattern.
24093 (movdf): Fail if operand1 is a CONST_DOUBLE and operand0 is a hard
24094 floating register.
24095 (movsf): Likewise.
24096
24097 2007-03-05 Mike Stump <mrs@apple.com>
24098
24099 * c-common.c (targetcm): Add.
24100 * c-opts.c (c_common_handle_option): Handle language specific
24101 target options.
24102 * opts.c (handle_option): Verify language for target options, if
24103 any are given.
24104 * opth-gen.awk: Add CL_LANG_ALL.
24105 * target-def.h (TARGET_HANDLE_C_OPTION): Add.
24106 (TARGETCM_INITIALIZER): Add.
24107 * target.h (struct gcc_targetcm): Add.
24108 (targetcm): Add.
24109 * targhooks.c (default_handle_c_option): Add.
24110 * targhooks.h (default_handle_c_option): Add.
24111 * doc/tm.texi (TARGET_HANDLE_C_OPTION): Add.
24112
24113 * config/darwin.opt (iframework): Add.
24114 * config/darwin.h (TARGET_HAS_TARGETCM): Add.
24115 * config/darwin-c.c (handle_c_option): Add.
24116 (TARGET_HANDLE_C_OPTION): Add.
24117 (targetcm): Add.
24118 * doc/invoke.texi (Darwin Options): Add -iframework.
24119
24120 2007-03-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24121
24122 * convert.c (convert_to_integer): Fix nearbyint/rint -> *lrint
24123 conversion.
24124
24125 2007-03-05 Ian Lance Taylor <iant@google.com>
24126
24127 * c.opt (fgnu89-inline): New option.
24128 * c-opts.c (c_common_post_options): Set default value for
24129 flag_gnu89_inline.
24130 * c-decl.c (WANT_C99_INLINE_SEMANTICS): Remove.
24131 (pop_scope): Check flag_gnu89_inline rather than flag_isoc99 for
24132 inline functions.
24133 (diagnose_mismatched_decls, merge_decls, start_decl): Likewise.
24134 (grokdeclarator, start_function): Likewise.
24135 * c-cppbuiltin.c (c_cpp_builtins): Define either
24136 __GNUC_GNU_INLINE__ or __GNUC_STDC_INLINE__.
24137 * doc/invoke.texi (Option Summary): Mention -fgnu89-inline.
24138 (C Dialect Options): Document -fgnu89-inline.
24139 * doc/extend.texi (Function Attributes): Explain what the
24140 gnu_inline attribute does.
24141 * doc/cpp.texi (Common Predefined Macros): Document
24142 __GNUC_GNU_INLINE__ and __GNUC_STDC_INLINE__.
24143
24144 2007-03-05 Ian Lance Taylor <iant@google.com>
24145
24146 PR tree-optimization/31034
24147 * tree-vrp.c (extract_range_from_assert): Don't try to handle a
24148 half-range if the other side is an overflow infinity.
24149
24150 2007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
24151
24152 * config.gcc (bfin*-uclinux*): Use t-bfin-uclinux.
24153 (bfin*-linux-uclibc*): New configuration.
24154 * config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefined before
24155 defining.
24156 * config/bfin/linux.h: New file.
24157 * config/bfin/libgcc-bfin.ver: New file.
24158 * config/bfin/t-bfin-uclinux: New file.
24159 * config/bfin/t-bfin-linux: New file.
24160 * config/bfin/uclinux.h (LINUX_TARGET_OS_CPP_BUILTINS): New macro.
24161 (TARGET_OS_CPP_BUILTINS): New macro.
24162
24163 2007-03-05 Richard Guenther <rguenther@suse.de>
24164
24165 * fold-const.c (fold_binary): Remove duplicate folding
24166 of comparison of non-null ADDR_EXPR against null.
24167
24168 2007-03-05 Richard Guenther <rguenther@suse.de>
24169 Dorit Nuzman <dorit@il.ibm.com>
24170
24171 PR tree-optimization/26420
24172 * tree-vectorizer.c (vectorize_loops): Bail out early if there
24173 are no loops in the function. Only print the number of
24174 vectorized loops if it is greater than zero or we are supposed
24175 to print information about unvectorized loops.
24176
24177 2007-03-05 Revital Eres <eres@il.ibm.com>
24178
24179 * gcc.dg/var-expand1.c: New test.
24180 * loop-unroll.c (analyze_insn_to_expand_var): Add dump info
24181 when an accumulator is expanded.
24182
24183 2007-03-04 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
24184
24185 PR other/30465
24186 * c-common.c (convert_and_check): Don't give warnings for
24187 conversion if 'expr' already overflowed.
24188
24189 2007-03-04 Roger Sayle <roger@eyesopen.com>
24190
24191 PR middle-end/30744
24192 * fold-const.c (fold_comparison): Enforce type consistency when
24193 transforming ~X op ~Y to Y op X, and ~X op C to X op' ~C.
24194
24195 2007-03-04 Zdenek Dvorak <dvorakz@suse.cz>
24196
24197 * tree-ssa-address.c (create_mem_ref): Do not put an expression
24198 containing a cast to the base of TARGET_MEM_REF.
24199
24200 2007-03-04 Martin Michlmayr <tbm@cyrius.com>
24201
24202 * tree.c (tree_contains_struct_check_failed): Remove spurious
24203 whitespace from error message.
24204
24205 2007-03-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
24206
24207 PR target/30406
24208 * config/rs6000/rs6000.c (rs6000_function_value): Look at bit size
24209 instead of precision.
24210
24211 2007-03-04 Roman Zippel <zippel@linux-m68k.org>
24212 Nathan Sidwell <nathan@codesourcery.com>
24213
24214 * emit-rtl.c (find_auto_inc): New.
24215 (try_split): recreate REG_INC notes,
24216 Use regular for loops rather than whiles.
24217
24218 2007-03-03 Andreas Schwab <schwab@suse.de>
24219
24220 * configure.ac (HAVE_AS_REL16): Move test back to correct place.
24221 * configure: Regenerate.
24222
24223 2007-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24224
24225 * builtins.def (ATTR_MATHFN_FPROUNDING): Rely on
24226 flag_rounding_math, not flag_unsafe_math_optimizations.
24227
24228 * c-pretty-print.c (pp_c_direct_abstract_declarator): Use
24229 fold_build2.
24230 * config/alpha/alpha.c (alpha_fold_builtin_zapnot,
24231 alpha_fold_vector_minmax): Likewise.
24232 * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
24233 * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
24234
24235 2007-03-02 Eric Botcazou <ebotcazou@adacore.com>
24236
24237 * tree-sra.c (sra_walk_fns) <ldst>: Document new restriction.
24238 (sra_walk_modify_expr) <rhs_elt>: Treat the reference as a use
24239 if the lhs has side-effects.
24240 <lhs_elt>: Treat the reference as a use if the rhs has side-effects.
24241
24242 2007-03-02 Uros Bizjak <ubizjak@gmail.com>
24243
24244 * config/i386/i386.h (TUNEMASK): Remove define.
24245 (ARCHMASK): Remove define.
24246 (TARGET_*): Use ix86_tune_mask variable instead of TUNEMASK.
24247 Use ix86_arch_mask variable instead of ARCHMASK.
24248 * config/i386/i386.c (override_options): Ditto.
24249 (standard_80387_constant_p): Ditto.
24250
24251 2007-03-02 Ian Lance Taylor <iant@google.com>
24252
24253 Used signed infinities in VRP.
24254 * tree-vrp.c (uses_overflow_infinity): New static function.
24255 (supports_overflow_infinity): New static function.
24256 (make_overflow_infinity): New static function.
24257 (negative_overflow_infinity): New static function.
24258 (positive_overflow_infinity): New static function.
24259 (is_negative_overflow_infinity): New static function.
24260 (is_positive_overflow_infinity): New static function.
24261 (is_overflow_infinity): New static function.
24262 (overflow_infinity_range_p): New static function.
24263 (compare_values_warnv): New function split out of compare_values.
24264 (compare_value): Call it.
24265 (set_value_range_to_nonnegative): Add overflow_infinity
24266 parameter. Change caller.
24267 (vrp_expr_computes_nonnegative): Add strict_overflow_p parameter.
24268 Change callers.
24269 (vrp_expr_computes_nonzero): Likewise.
24270 (compare_ranges, compare_range_with_value): Likewise.
24271 (compare_name_with_value, compare_names): Likewise.
24272 (vrp_evaluate_conditional): Likewise.
24273 (set_value_range): Handle infinity
24274 (vrp_operand_equal_p, operand_less_p): Likewise.
24275 (extract_range_from_assert): Likewise.
24276 (vrp_int_const_binop): Likewise.
24277 (extract_range_from_binary_expr): Likewise.
24278 (extract_range_from_unary_expr): Likewise.
24279 (extract_range_from_comparison): Likewise.
24280 (extract_range_from_expr): Likewise.
24281 (dump_value_range): Likewise.
24282 (vrp_visit_cond_stmt, vrp_visit_phi_node): Likewise.
24283 (test_for_singularity): Likewise.
24284 (vrp_int_const_binop): Remove inline qualifier.
24285 (adjust_range_with_scev): Add comment.
24286 * tree-flow.h (vrp_evaluate_conditional): Update declaration.
24287
24288 2007-03-02 Diego Novillo <dnovillo@redhat.com>
24289
24290 * tree-ssa-structalias.c (could_have_pointers): Tidy.
24291 (get_constraint_for): Likewise.
24292 (do_structure_copy): Likewise.
24293 (find_func_aliases): Fix references to MODIFY_EXPR.
24294 (intra_create_variable_infos): Tidy.
24295 * tree-ssa-operands.c (add_virtual_operand): Add argument
24296 IS_CALL_SITE.
24297 When adding members of alias sets, if IS_CALL_SITE is true and
24298 the symbol is not call-clobbered, skip it.
24299 Adjust all callers.
24300
24301 2007-03-02 Eric Botcazou <ebotcazou@adacore.com>
24302
24303 * config/alpha/alpha.c (alpha_gp_save_rtx): Insert the insns at the
24304 entry by means of emit_insn_at_entry.
24305
24306 2007-03-02 Richard Henderson <rth@redhat.com>
24307
24308 * expr.h (promoted_input_arg): Remove decl.
24309 * function.c (promoted_input_arg): Merge into ...
24310 * combine.c (setup_incoming_promotions): ... only caller.
24311 Rearrange to avoid double loop.
24312
24313 2007-03-02 Ben Elliston <bje@au.ibm.com>
24314 Peter Bergner <bergner@vnet.ibm.com>
24315 Janis Johnson <janis187@us.ibm.com>
24316
24317 * config/rs6000/dfp.md: New file.
24318 * config/rs6000/rs6000.md: Include dfp.md.
24319 (add<mode>3_internal1): Disable for DECIMAL_FLOAT_MODE_P operands.
24320 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Handle DDmode
24321 and TDmode decimal float modes in FP registers.
24322 (num_insns_constant): Likewise.
24323 (rs6000_legitimate_offset_address_p): Likewise.
24324 (rs6000_legitimize_address): Likewise.
24325 (rs6000_legitimize_reload_address): Likewise.
24326 (rs6000_legitimate_address): Likewise.
24327 (rs6000_emit_move): Likewise.
24328 (function_arg_boundary): Likewise.
24329 (function_arg_advance): Likewise.
24330 (rs6000_darwin64_record_arg_recurse): Likewise.
24331 (function_arg): Likewise.
24332 (rs6000_gimplify_va_arg): Likewise.
24333 (rs6000_split_multireg_move): Likewise.
24334 (rs6000_output_function_epilogue): Likewise.
24335 (rs6000_output_function_epilogue): Likewise.
24336 (rs6000_register_move_cost): Likewise.
24337 (rs6000_function_value): Likewise.
24338 (rs6000_libcall_value): Likewise.
24339
24340 2007-03-02 Richard Sandiford <richard@codesourcery.com>
24341
24342 * config/t-vxworks (LIMITS_H_TEST): Define to true for VxWorks.
24343
24344 2007-03-02 Richard Sandiford <richard@codesourcery.com>
24345
24346 * config/t-vxworks (LIBGCC2_INCLUDES): Pass -nostdinc.
24347 Use $MULTIDIR to choose between the kernel and RTP headers,
24348 and use $WIND_BASE and $WIND_USR to locate them.
24349
24350 2007-03-02 Uros Bizjak <ubizjak@gmail.com>
24351
24352 * config/i386/i386.c (override_options): Put initialization of
24353 ix86_tune_mask and ix86_arch_mask to the correct place.
24354
24355 2007-03-02 Uros Bizjak <ubizjak@gmail.com>
24356 Michael Meissner <michael.meissner@amd.com>
24357
24358 PR target/31019
24359 * config/i386/i386.h (TUNEMASK): Redefine to use ix86_tune_mask.
24360 (ARCHMASK): Define.
24361 (TARGET_CMOVE): Use ARCHMASK.
24362 (TARGET_CMPXCHG): Ditto.
24363 (TARGET_CMPXCHG8B): Ditto.
24364 (TARGET_XADD): Ditto.
24365 (TARGET_BSWAP): Ditto.
24366 * config/i386/i386.c (ix86_tune_mask): New global variable.
24367 (ix86_arch_mask): Ditto.
24368 (override_options): Initialize ix86_tune_mask and
24369 ix86_arch_mask. Use ARCHMASK to clear MASK_NO_FANCY_MATH_387 in
24370 target_flags.
24371
24372 2007-03-02 Ben Elliston <bje@au.ibm.com>
24373
24374 PR 30992
24375 * config/dfp-bit.c (DFP_TO_INT): Initialise qval with "1.".
24376
24377 2007-03-02 Joseph Myers <joseph@codesourcery.com>
24378
24379 * target.h (init_dwarf_reg_sizes_extra): New target hook.
24380 * target-def.h (TARGET_INIT_DWARF_REG_SIZES_EXTRA): New default.
24381 * doc/tm.texi (TARGET_INIT_DWARF_REG_SIZES_EXTRA): Document.
24382 * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Call this
24383 hook.
24384 * config/rs6000/rs6000.c (TARGET_INIT_DWARF_REG_SIZES_EXTRA,
24385 rs6000_init_dwarf_reg_sizes_extra): New.
24386 * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Support
24387 SPE register high parts.
24388
24389 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
24390
24391 * Makefile.in: Add install-pdf target as
24392 copied from automake v1.10 rules.
24393 * configure.ac: Add install-pdf to target list.
24394 * configure: Regenerate.
24395
24396 2007-03-01 Paul Brook <paul@codesourcery.com>
24397
24398 * config/arm/arm.c (arm_legitimate_index_p): Limit iWMMXt addressing
24399 modes to LDRD for DImode.
24400 (output_move_double): Fixup out of range ldrd/strd.
24401 (vfp_secondary_reload_class): Rename...
24402 (coproc_secondary_reload_class): ... to this. Add wb argument.
24403 * config/arm/arm.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use
24404 coproc_secondary_reload_class for CLASS_IWMMXT.
24405 (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
24406 * arm-protos.h (coproc_secondary_reload_class): Update prototype.
24407
24408 2007-03-01 Zdenek Dvorak <dvorakz@suse.cz>
24409
24410 * tree-ssa-loop-prefetch.c (determine_unroll_factor): Bound the
24411 unroll factor by the estimated number of iterations.
24412 (loop_prefetch_arrays): Do not prefetch in loops that iterate less
24413 than prefetch latency.
24414
24415 * config/i386/driver-i386.c (describe_cache, detect_caches_amd,
24416 decode_caches_intel, detect_caches_intel): New functions.
24417 (host_detect_local_cpu): Use detect_caches_amd and
24418 detect_caches_intel.
24419
24420 2007-03-01 Richard Henderson <rth@redhat.com>
24421
24422 * expr.c (emit_move_complex_push): Export.
24423 (emit_move_complex_parts): Split out from ...
24424 (emit_move_complex): ... here.
24425 * expr.h (emit_move_complex_push, emit_move_complex_parts): Declare.
24426 * config/i386/i386.md (movcdi): New.
24427
24428 2007-03-01 Uros Bizjak <ubizjak@gmail.com>
24429
24430 * config/i386/i386.c (ix86_modes_tieable_p): Fix typo, use also
24431 size of mode1 to check for tieable modes in MMX case.
24432
24433 2007-03-01 Richard Sandiford <richard@codesourcery.com>
24434
24435 * Makefile.in (rtlanal.o): Depend on tree.h.
24436 * rtl.h (offset_within_section_p, split_const): Declare.
24437 * rtlanal.c: Include tree.h.
24438 (offset_within_block_p): New function, taken from
24439 mips_offset_within_object_p.
24440 (split_const): New function, taken from mips_split_const.
24441 * config/m68k/m68k-protos.h (m68k_illegitimate_symbolic_constant_p):
24442 Declare.
24443 * config/m68k/m68k.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define.
24444 (CONSTANT_ADDRESS_P): Only accept legitimate constants.
24445 (LEGITIMATE_CONSTANT_P): Check m68k_illegitimate_symbolic_constant_p.
24446 * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Define.
24447 (m68k_illegitimate_symbolic_constant_p): New function.
24448 * config/m68k/m68k.md (movsi): Remove misleading predicates.
24449 If M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P and the source is a
24450 symbolic constant that might be outside the symbol's section,
24451 move the symbol first and then add the offset.
24452 * config/m68k/uclinux.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P):
24453 Override.
24454 * config/mips/mips.c (mips_split_const): Delete.
24455 (mips_offset_within_object_p): Delete.
24456 (mips_symbolic_constant_p): Use offset_within_section_p and
24457 split_const instead of mips_offset_within_object_p and
24458 mips_split_const.
24459 (mips_cannot_force_const_mem, mips_const_insns, mips_unspec_address)
24460 (mips_legitimize_const_move, print_operand_reloc)
24461 (mips_dangerous_for_la25_p): Use split_const instead of
24462 mips_split_const.
24463
24464 2007-02-28 Eric Christopher <echristo@apple.com>
24465
24466 * Makefile.in (install-include-dir): Don't rm -rf include.
24467
24468 2007-02-28 Richard Guenther <rguenther@suse.de>
24469
24470 PR middle-end/30364
24471 * fold-const.c (fold_binary): Do not associate expressions
24472 with more than one variable for integer types that do not wrap.
24473
24474 2007-02-28 Sandra Loosemore <sandra@codesourcery.com>
24475
24476 * builtins.c (fold_builtin_call_list, fold_builtin_call_valist):
24477 Delete, and replace with...
24478 (fold_builtin_call_array): This. Update callers to use it.
24479 * fold-const.c (fold_build_call_list): Delete, and replace with...
24480 (fold_build_call_array): This.
24481 (fold_build_call_list_initializer): Delete, and replace with...
24482 (fold_build_call_array_initializer): This.
24483 * tree.h: Update declarations to reflect above changes.
24484
24485 * c-typeck.c (build_function_call): Store converted arguments
24486 in a stack-allocated array instead of building a list.
24487 (convert_arguments): Store arguments in the array passed in as an
24488 argument, and return the actual number of arguments.
24489 * c-format.c: (check_function_format): Pass arguments in an
24490 array instead of a list.
24491 * c-common.c (check_function_nonnull): Likewise.
24492 (check_function_sentinel): Likewise.
24493 (check_function_arguments): Likewise.
24494 * c-common.h: Update declarations to reflect above changes.
24495
24496 2007-02-28 Jan Hubicka <jh@suse.cz>
24497
24498 * predict.def (PRED_TREE_EARLY_RETURN, PRED_CONST_RETURN,
24499 PRED_NEGATIVE_RETURN): Update outcomes.
24500
24501 2007-02-28 Bernd Schmidt <bernd.schmidt@analog.com>
24502
24503 * calls.c (emit_library_call_value_1): Handle partial registers
24504 correctly when building up CALL_INSN_FUNCTION_USAGE.
24505
24506 2007-02-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
24507
24508 * pa/predicates.md (move_src_operand): Allow zero for mode.
24509 * pa/pa.md: Fix constraints for zero CONST_DOUBLE in 64-bit DFmode
24510 move pattern.
24511
24512 2007-02-27 Uros Bizjak <ubizjak@gmail.com>
24513
24514 PR target/30970
24515 * config/i386/sse.md (*mov<mode>_internal, *movv4sf_internal,
24516 *movv2df_internal): Enable pattern only for valid operand
24517 combinations.
24518 * config/i386/i386.c (ix86_modes_tieable_p): For SSE registers,
24519 tie only 128bit modes. For MMX registers, tie only 64bit modes.
24520
24521 2007-02-27 Mike Stump <mrs@apple.com>
24522
24523 * config/darwin-crt3.c: Avoid compilation when compiling for a
24524 kext multilib.
24525
24526 2007-02-27 Joseph Myers <joseph@codesourcery.com>
24527
24528 * Makefile.in (PREPROCESSOR_DEFINES, test-protoize-simple): Define
24529 FIXED_INCLUDE_DIR.
24530 (stmp-int-hdrs, stmp-fixinc, install-headers): Use include-fixed
24531 for fixed headers and limits.h.
24532 (install-include-dir, install-headers-tar, install-headers-cpio,
24533 install-headers-cp, real-install-headers-tar,
24534 real-install-headers-cpio, real-install-headers-cp): Handle
24535 include-fixed as well as include.
24536 (install-mkheaders): Don't install files that go only in include
24537 not include-fixed.
24538 * cppdefault.c (cpp_include_defaults): Separate FIXED_INCLUDE_DIR
24539 from GCC_INCLUDE_DIR.
24540 * gcc.c (process_command): Remove special -BstageN/ handling.
24541 (do_spec_1): Add include-fixed directories.
24542
24543 2007-02-27 Bernd Schmidt <bernd.schmidt@analog.com>
24544
24545 * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add _umulsi3_highpart and
24546 _smulsi3_highpart.
24547 * config/bfin/lib1funcs.asm (___umulsi3_highpart, ___smulsi3_highpart):
24548 New functions.
24549 * config/bfin/bfin.md (smulsi3_highpart, umulsi3_highpart): New
24550 patterns.
24551
24552 2007-02-27 Mark Mitchell <mark@codesourcery.com>
24553
24554 * c-common.c (get_priority): Add check for
24555 SUPPORTS_INIT_PRIORITY.
24556
24557 2007-02-27 Bernd Schmidt <bernd.schmidt@analog.com>
24558
24559 * config/bfin/bfin.md (doloop_end): FAIL if counter reg isn't SImode.
24560
24561 * config/bfin/bfin.c: Include "cfglayout.h".
24562 (MAX_LSETUP_DISTANCE): New macro.
24563 (struct loop_info): New members incoming, incoming_src and
24564 incoming_dest. Delete member predecessor.
24565 (length_for_loop): New function.
24566 (bfin_optimize_loop): Handle more different loop structures.
24567 (bfin_discover_loop): Rework detection of predecessor blocks by
24568 examining incoming edges.
24569 (bfin_discover_loops, bfin_free_loops): New functions, broken out of
24570 bfin_reorg_loops.
24571 (bfin_reorder_loops): New function.
24572 (bfin_reorg_loops): Use these three new functions.
24573
24574 * config/bfin/bfin.h (enum reg_class, REG_CLASS_NAMES,
24575 REG_CLASS_CONTENTS): Add D0REGS through D7REGS.
24576 (CONSTRAINT_LEN): Add entry for 'q'.
24577 (REG_CLASS_FROM_CONSTRAINT): Renamed from REG_CLASS_FROM_LETTER.
24578 Add 'q' constraints.
24579 (REGNO_REG_CLASS): For R0 through R7, return corresponding regclass.
24580 (CLASS_LIKELY_SPILLED_P): True for R0, R1 and R2.
24581
24582 * config/bfin/bfin.md (add_with_carry): New pattern.
24583 (s_or_u, su_optab, su_modifier): New code macros/attrs.
24584 (<su_optab>hisi_ll, <su_optab>hisi_lh, <su_optab>hisi_hl,
24585 <su_optab>hisi_hh): Renamed from mulhisi_xx patterns; macroized to
24586 support unsigned multiplies too. Removed incorrect commutativity from
24587 operand 1 constraint where appropriate.
24588 (usmulhisi_ull, usmulhisi_ulh, usmulhisi_uhl, usmulhisi_uhh): New
24589 patterns.
24590 (<su_optab>hisi_ll_lh, <su_optab>hisi_ll_hl, <su_optab>hisi_ll_hh,
24591 <su_optab>hisi_lh_hl, <su_optab>hisi_lh_hh, <su_optab>hisi_hl_hh):
24592 New patterns.
24593 (usmulhisi_ll_lul, usmulhisi_ll_luh, usmulhisi_ll_hul,
24594 usmulhisi_ll_huh, usmulhisi_lh_lul, usmulhisi_lh_luh, usmulhisi_lh_hul,
24595 usmulhisi_lh_huh, usmulhisi_hl_lul, usmulhisi_hl_luh, usmulhisi_hl_hul,
24596 usmulhisi_hl_huh, usmulhisi_hh_lul, usmulhisi_hh_luh, usmulhisi_hh_hul,
24597 usmulhisi_hh_huh): New patterns.
24598
24599 * config/bfin/bfin.md (ssashiftv2hi3, ssashifthi3, lshiftv2hi3,
24600 lshifthi3): Fix output template to use half reg for operand 2.
24601
24602 * config/bfin/bfin.c (bfin_output_mi_thunk): Use R3 as scratch reg
24603 instead of R2.
24604
24605 * config/bfin/bfin.md (rotl16, rotlsi3, rotrsi3): New patterns.
24606
24607 2007-02-27 Andreas Schwab <schwab@suse.de>
24608
24609 * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-common.texi.
24610
24611 2007-02-27 Jan Hubicka <jh@suse.cz>
24612
24613 * predict.c (last_basic_block_p): Remove.
24614 (tree_estimate_probability): Update return heuristic for commonized
24615 return blocks.
24616
24617 2007-02-26 Brooks Moses <brooks.moses@codesourcery.com>
24618
24619 * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-vers.texi dependency.
24620
24621 2007-02-26 Brooks Moses <brooks.moses@codesourcery.com>
24622
24623 * doc/include/gcc-common.texi (versionsubtitle): New macro.
24624 * doc/cpp.texi: Standardize title page.
24625 * doc/cppinternals.texi: Likewise.
24626 * doc/gcc.texi: Standardize title page, remove version number
24627 from copyright page.
24628 * doc/gccint.texi: Likewise.
24629 * doc/install.texi: Standardize title page, add table of
24630 contents.
24631
24632 2007-02-26 Jan Hubicka <jh@suse.cz>
24633
24634 * predict.def: Set outcomes according to more recent results.
24635 (PRED_LOOP_CONDITION, PRED_LOOP_PRECONDITIONING, PRED_LOOP_HEADER):
24636 Remove dead predictors.
24637 * predict.c (return_prediction): Fix pasto.
24638
24639 2007-02-27 Bernd Schmidt <bernd.schmidt@analog.com>
24640
24641 * loop-iv.c (simplify_using_initial_values): Fix oversight in previous
24642 change; avoid a memory leak when returning early.
24643
24644 2007-02-26 Mark Mitchell <mark@codesourcery.com>
24645
24646 * c-decl.c (static_ctors): Move to c-common.c.
24647 (static_dtors): Likewise.
24648 (finish_function): Use c_record_cdtor_fn.
24649 (build_cdtor): Move to c-common.c.
24650 (c_write_global_declarations): Use c_build_cdtor_fns.
24651 * c-common.h (static_ctors): Declare.
24652 (static_dtors): Likewise.
24653 (c_record_cdtor_fn): Likewise.
24654 (c_build_cdtor_fns): Likewise.
24655 * c-common.c (static_ctors): New variable.
24656 (static_dtors): Likewise.
24657 (c_record_cdtor_fn): New function.
24658 (build_cdtor): Move from c-decl.c
24659 (c_build_cdtor_fns): New function.
24660
24661 * output.h (assemble_addr_to_section): Declare.
24662 (get_cdtor_priority_section): Likewise.
24663 * varasm.c (assemble_addr_to_section): New function.
24664 (get_cdtor_priority_section): Likewise.
24665 (default_named_section_asm_out_destructor): Use them.
24666 (destor_dtor_section_asm_out_destructor): Likewise.
24667 (default_named_section_asm_out_constructor): Likewise.
24668 (default_ctor_section_asm_out_constructor): Likewise.
24669 * config.gcc (*-*-vxworks*): Include vxworks.o.
24670 * config/t-vxworks (vxworks.o): New target.
24671 * config/vxworks.h (ALWAYS_NUMBER_CTORS_SECTIONS): Remove.
24672 (TARGET_ASM_CONSTRUCTOR): Define.
24673 (TARGET_ASM_DESTRUCTOR): Likewise.
24674 (vxworks_asm_out_constructor): Declare.
24675 (vxworks_asm_out_destructor): Likewise.
24676
24677 * c-common.c (get_priority): Check that we have not just an
24678 INTEGER_CST, but an integer constant with integeral type.
24679
24680 2007-02-25 Uros Bizjak <ubizjak@gmail.com>
24681
24682 PR tree-optimization/30938
24683 * tree-vect-transform.c (vectorizable_call): Fix off-by-one error:
24684 use &dt[nargs-1] instead of &dt[nargs] in the call to
24685 vect_is_simple_use().
24686
24687 2007-02-25 Ulrich Weigand <uweigand@de.ibm.com>
24688
24689 * reload.c (find_reloads_address_1): Handle PLUS expressions resulting
24690 from register elimination as PRE_MODIFY / POST_MODIFY increments.
24691 Do not attempt to handle MEM inside auto-inc expressions.
24692 * reload1.c (eliminate_regs_1): Do not attempt to handle elimination
24693 of a register modified by an auto-inc expression. However, do handle
24694 elimination of a register used as PRE_MODIFY / POST_MODIFY increment.
24695 (elimination_effects): Prohibit elimination of a register modified
24696 by an auto-inc expression. Disable register elimination rules whose
24697 target register is modified by an auto-inc expression with variable
24698 increment.
24699
24700 2007-02-25 Zdenek Dvorak <dvorakz@suse.cz>
24701
24702 * tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix
24703 off-by-one error.
24704 (array_at_struct_end_p): New function.
24705 (idx_infer_loop_bounds): Use it.
24706 (estimate_numbers_of_iterations_loop): Export.
24707 * predict.c (predict_loops): Use estimated_loop_iterations_int.
24708 Do not use PRED_LOOP_EXIT on exits predicted by # of iterations.
24709 (tree_estimate_probability): Call record_loop_exits.
24710 * tree-data-ref.c (get_number_of_iters_for_loop): Replaced by ...
24711 (estimated_loop_iterations, estimated_loop_iterations_int,
24712 estimated_loop_iterations_tree): New functions.
24713 (analyze_siv_subscript_cst_affine,
24714 compute_overlap_steps_for_affine_1_2,
24715 analyze_subscript_affine_affine): Use estimated_loop_iterations_int.
24716 (analyze_miv_subscript): Use estimated_loop_iterations_tree.
24717 * predict.def (PRED_LOOP_ITERATIONS): Update comment.
24718 (PRED_LOOP_ITERATIONS_GUESSED): New.
24719 * cfgloop.c (record_loop_exits): Do nothing if there are no loops.
24720 * cfgloop.h (estimate_numbers_of_iterations_loop,
24721 estimated_loop_iterations_int): Declare.
24722
24723 2007-02-25 Mark Mitchell <mark@codesourcery.com>
24724
24725 * doc/extend.texi: Document optional priority argument to
24726 constructors and destructors.
24727 * tree.c (init_priority_for_decl): Adjust GTY markers.
24728 (init_ttree): Use priority-info hash functions for
24729 init_priority_for_decl.
24730 (tree_map_eq): Rename to ...
24731 (tree_map_base_eq): ... this.
24732 (tree_map_marked_p): Rename to ...
24733 (tree_map_base_marked_p): ... this.
24734 (tree_map_base_hash): New function.
24735 (decl_init_priority_lookup): Rework.
24736 (decl_fini_priority_lookup): New function.
24737 (decl_priority_info): New function.
24738 (decl_init_priority_insert): Use it.
24739 (decl_fini_priority_insert): Likewise.
24740 (decl_restrict_base_lookup): Adjust for refactoring of tree_map
24741 hierarchy.
24742 (decl_restrict_base_insert): Likewise.
24743 (decl_debug_expr_insert): Likewise.
24744 (decl_value_expr_lookup): Likewise.
24745 (decl_value_expr_insert): Likewise.
24746 * tree.h (priority_type): New type.
24747 (decl_init_priority_lookup): Use priority_type.
24748 (decl_fini_priority_lookup): New function.
24749 (decl_init_priority_insert): Use priority_type.
24750 (decl_fini_priority_insert): New function.
24751 (DECL_HAS_INIT_PRIORITY): Tweak comments.
24752 (DECL_INIT_PRIORITY): Likewise.
24753 (SET_DECL_INIT_PRIORITY): Add comment.
24754 (DECL_FINI_PRIORITY): New macro.
24755 (SET_DECL_FINI_PRIORITY): Likewise.
24756 (DEFAULT_INIT_PRIORITY): Document.
24757 (MAX_INIT_PRIORITY): Likewise.
24758 (MAX_RESERVED_INIT_PRIORITY): Likewise.
24759 (tree_map_base): New type.
24760 (tree_map_base_eq): New function.
24761 (tree_map_base_hash): Likewise.
24762 (tree_map_base_marked_p): Likewise.
24763 (tree_map): Inherit from tree_map_base.
24764 (tree_map_eq): Make it a macro.
24765 (tree_map_marked_p): Likewise.
24766 (tree_int_map): Inherit from tree_map_base.
24767 (tree_int_map_eq): Make it a macro.
24768 (tree_int_map_hash): Likewise.
24769 (tree_int_map_marked_p): Likewise.
24770 (tree_priority_map): New type.
24771 (tree_priority_map_eq): New macro.
24772 (tree_priority_map_hash): Likewise.
24773 (tree_priority_map_marked_p): Likewise.
24774 * varasm.c (emults_decl): Adjust for refactoring of tree_map
24775 hierarchy.
24776 (emutls_common_1): Likewise.
24777 * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
24778 * tree-ssa-structalias.c (heapvar_lookup): Adjust for refactoring
24779 of tree_map hierarchy.
24780 * tree-cfg.c (move_stmt_r): Likewise.
24781 (new_label_mapper): Likewise.
24782 * c-tree.h (c_expand_body): Move to ...
24783 * c-common.h (c_expand_body): ... here.
24784 * c-decl.c (c_expand_body): Move to ...
24785 * c-common.c (c_expand_body): ... here.
24786 (c_common_attribute_table): Allow 1 argument for the constructor
24787 and destructor attributes.
24788 (get_priority): New function.
24789 (handle_constructor_attribute): Set DECL_INIT_PRIORITY.
24790 (handle_destructor_attribute): Set DECL_FINI_PRIORITY.
24791
24792 2007-02-24 Jan Hubicka <jh@suse.cz>
24793
24794 PR middle-end/30509
24795 * tree-inline.c (copy_bb): Produce exact copy of EH info when
24796 copying for inlining.
24797
24798 2007-02-24 Uros Bizjak <ubizjak@gmail.com>
24799 Jan Hubicka <jh@suse.cz>
24800
24801 PR target/30778
24802 * i386.c (counter_mode): New function.
24803 (expand_set_or_movmem_via_loop): Use it.
24804 (expand_movmem_epilogue): Likewise; fix pasto.
24805 (ix86_expand_movmem): Do emit guard even for constant counts.
24806 (ix86_expand_setmem): Likewise.
24807
24808 2007-02-25 Nick Clifton <nickc@redhat.com>
24809
24810 * config/frv/frv.h (ASM_OUTPUT_CASE_LABEL): Delete.
24811 (JUMP_TABLES_IN_TEXT_SECTION): Define.
24812
24813 2007-02-24 Uros Bizjak <ubizjak@gmail.com>
24814
24815 PR target/30770
24816 * config/i386/i386.md (expand_movmem_epilogue): Fix typo, mask
24817 count argument with 0x10, not with 0x16.
24818 (expand_setmem_epilogue): Ditto.
24819
24820 2007-02-24 Mike Stump <mrs@apple.com>
24821
24822 * config/i386/i386.c (output_pic_addr_const): Stubify optimized
24823 symbols.
24824
24825 2007-02-24 Richard Guenther <rguenther@suse.de>
24826
24827 PR middle-end/30951
24828 * fold-const.c (fold_binary): Fold x +- CST op x for
24829 EQ_EXPR and NE_EXPR.
24830
24831 2007-02-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
24832
24833 * pa.md (muldi3): Force subregs to registers in 64-bit expander.
24834
24835 2007-02-24 Jan Hubicka <jh@suse.cz>
24836
24837 * cgraphunit.c (decide_is_function_needed): Honor
24838 -fkeep-inline-functions.
24839
24840 2007-02-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24841
24842 * builtins.c (fold_builtin_modf): New.
24843 (fold_builtin_2): Use it.
24844
24845 2007-02-24 Bernd Schmidt <bernd.schmidt@analog.com>
24846
24847 * loop-iv.c (implies_p): Detect additional cases where A implies B.
24848 (determine_max_iter): Take additional LOOP arg; all callers changed.
24849 Lose broken logic dealing with PLUS. Try to limit the upper bound by
24850 one using simplifications.
24851 (simplify_using_initial_values): Return if the expression becomes
24852 invalid due to altered regs.
24853
24854 2007-02-23 DJ Delorie <dj@redhat.com>
24855
24856 * doc/tm.h (BIGGEST_ALIGNMENT): Clarify the purpose of this macro.
24857
24858 2007-02-23 Mike Stump <mrs@apple.com>
24859
24860 * tlink.c (scan_linker_output): Parse linker messages from
24861 darwin9's linker better.
24862
24863 2007-02-23 Steve Ellcey <sje@cup.hp.com>
24864
24865 PR debug/29614
24866 * varpool.c (varpool_assemble_pending_decls): Set
24867 varpool_last_needed_node to null.
24868
24869 2007-02-23 DJ Delorie <dj@redhat.com>
24870
24871 * config/i386/i386.c (ix86_data_alignment): Don't specify an
24872 alignment bigger than the object file can handle.
24873
24874 2007-02-23 Uros Bizjak <ubizjak@gmail.com>
24875
24876 PR target/30825
24877 * config/i386/i386.md (*movdi_1_rex64, zero_extendsidi2_32,
24878 zero_extendsidi2_rex64): Penalize MMX register<->memory moves.
24879 (*movsf_1): Penalize MMX moves.
24880
24881 2007-02-23 Bernd Schmidt <bernd.schmidt@analog.com>
24882
24883 * config/bfin/bfin.md (doloop_end): Fail for loops that can iterate
24884 2^32-1 or more times unless flag_unsafe_loop_optimizations.
24885
24886 * loop-iv.c (determine_max_iter): Moved in front of its sole user.
24887
24888 2007-02-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24889
24890 * builtins.c (fold_builtin_logb, fold_builtin_significand): New.
24891 (fold_builtin_1): Use them.
24892 * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
24893 BUILT_IN_SIGNIFICAND.
24894
24895 2007-02-23 H.J. Lu <hongjiu.lu@intel.com>
24896
24897 * config/i386/i386.c (bdesc_1arg): Initialize
24898 IX86_BUILTIN_MOVSHDUP and IX86_BUILTIN_MOVSLDUP with
24899 "__builtin_ia32_movshdup" and "__builtin_ia32_movsldup".
24900 (ix86_init_mmx_sse_builtins): Remove IX86_BUILTIN_MOVSHDUP
24901 and IX86_BUILTIN_MOVSLDUP.
24902
24903 2007-02-22 Paolo Bonzini <bonzini@gnu.org>
24904
24905 PR rtl-optimization/30841
24906 * fwprop.c (propagate_rtx_1): Accept a VOIDmode replacement address.
24907
24908 2007-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24909
24910 * builtins.c (fold_builtin_frexp): New.
24911 (fold_builtin_2): Use it.
24912
24913 2007-02-22 Mark Mitchell <mark@codesourcery.com>
24914
24915 * doc/invoke.texi (Spec Files): Document getenv spec function.
24916
24917 * gcc.c (getenv_spec_function): New function.
24918 (static_spec_functions): Add it.
24919 * config/vxworks.h (VXWORKS_TARGET_DIR): Remove.
24920 (VXWORKS_ADDITIONAL_CPP_SPEC): Use getenv to find the VxWorks
24921 header files.
24922
24923 2007-02-22 Michael Matz <matz@suse.de
24924
24925 PR c++/29433
24926 * dwarf2out.c (add_AT_string): Call ggc_strdup once per string.
24927 (type_tag): Use lang_hooks.dwarf_name instead of DECL_NAME.
24928
24929 2007-02-22 Ian Lance Taylor <iant@google.com>
24930
24931 PR debug/30898
24932 * dwarf2out.c (concatn_mem_loc_descriptor): New static function.
24933 (mem_loc_descriptor): Call it.
24934
24935 2007-02-22 Zdenek Dvorak <dvorakz@suse.cz>
24936 Ira Rosen <irar@il.ibm.com>
24937
24938 * tree-data-ref.c (ptr_ptr_may_alias_p): Take alias sets into account.
24939
24940 2007-02-22 Ira Rosen <irar@il.ibm.com>
24941
24942 PR tree-optimization/30843
24943 * tree-vect-transform.c (vect_transform_loop): Remove strided scalar
24944 stores only after all the group is vectorized.
24945
24946 2007-02-22 Dorit Nuzman <dorit@il.ibm.com>
24947
24948 PR tree-optimization/30858
24949 * tree-vectorizer.c (vect_is_simple_reduction): Check that the stmts
24950 in the reduction cycle have a single use in the loop.
24951 * tree-vectorizer.h (relevant): Add documentation.
24952
24953 2007-02-20 Mike Stump <mrs@apple.com>
24954
24955 * configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.
24956 * configure: Regenerate.
24957
24958 2007-02-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
24959
24960 Change the defaults of some parameters and options.
24961 * config/spu/spu-protos.h (spu_optimization_options): Declare.
24962 * config/spu/spu.c (spu_optimization_options): Add.
24963 (spu_override_options): Change params in spu_optimization_options.
24964 * config/spu/spu.h (OPTIMIZATION_OPTIONS): Define.
24965
24966 Register 127 is only 16 byte aligned when used as a frame pointer.
24967 * config/spu/spu-protos.h (spu_init_expanders): Declare.
24968 * config/spu/spu.c (spu_expand_prologue): Set REGNO_POINTER_ALIGN for
24969 HARD_FRAME_POINTER_REGNUM.
24970 (spu_legitimate_address): Use regno_aligned_for_reload.
24971 (regno_aligned_for_load): HARD_FRAME_POINTER_REGNUM is only 16 byte
24972 aligned when frame_pointer_needed is true.
24973 (spu_init_expanders): New. Set alignment of HARD_FRAME_POINTER_REGNUM
24974 to 8 bits.
24975 * config/spu/spu.h (INIT_EXPANDERS): Define.
24976
24977 Make sure shift and rotate instructions have valid immediate operands.
24978 * config/spu/predicates.md (spu_shift_operand): Remove.
24979 * config/spu/spu.c (print_operand): Add [efghEFGH] modifiers.
24980 * config/spu/constraints.md (W, O): Extend range.
24981 * config/spu/spu.md (umask, nmask): Define.
24982 (ashl<mode>3, ashldi3, ashlti3_imm, shlqbybi_ti, shlqbi_ti, shlqby_ti,
24983 lshr<mode>3, rotm_<mode>, lshr<mode>3_imm, rotqmbybi_<mode>,
24984 rotqmbi_<mode>, rotqmby_<mode>, ashr<mode>3, rotma_<mode>,
24985 rotl<mode>3, rotlti3, rotqbybi_ti, rotqby_ti, rotqbi_ti): Use
24986 spu_nonmem_operand instead of spu_shift_operands. Use new modifiers.
24987 (lshr<mode>3_reg): Fix rtl description.
24988
24989 Make sure mulhisi immediate operands are valid.
24990 * config/spu/predicates.md (imm_K_operand): Add.
24991 * config/spu/spu.md (mulhisi3_imm, umulhisi3_imm): Use imm_K_operand.
24992
24993 Generate constants using fsmbi and andi.
24994 * config/spu/spu.c (enum immediate_class): Add IC_FSMBI2.
24995 (print_operand, spu_split_immediate, classify_immediate,
24996 fsmbi_const_p): Handle IC_FSMBI2.
24997
24998 Correctly handle a CONST_VECTOR containing symbols.
24999 * config/spu/spu.c (print_operand): Handle HIGH correctly.
25000 (spu_split_immediate): Split CONST_VECTORs with -mlarge-mem.
25001 (immediate_load_p): Allow symbols that use 2 instructions to create.
25002 (classify_immediate, spu_builtin_splats): Don't accept a CONST_VECTOR
25003 with symbols when flag_pic is set.
25004 (const_vector_immediate_p): New.
25005 (logical_immediate_p, iohl_immediate_p, arith_immediate_p): Don't
25006 accept a CONST_VECTOR with symbols.
25007 (spu_legitimate_constant_p): Use const_vector_immediate_p. Don't
25008 accept a CONST_VECTOR with symbols when flag_pic is set. Handle HIGH
25009 correctly.
25010 * config/spu/spu.md (high, low): Delete.
25011 (low_<mode>): Define.
25012
25013 Remove INTRmode and INTR_REGNUM, which didn't work.
25014 * config/spu/spu.c (spu_conditional_register_usage): Remove reference
25015 of INTR_REGNUM.
25016 * config/spu/spu-builtins.md (spu_idisable, spu_ienable, set_intr,
25017 set_intr_pic, set_intr_cc, set_intr_cc_pic, set_intr_return, unnamed
25018 peephole2 pattern): Don't use INTR or 131.
25019 (movintrcc): Delete.
25020 * config/spu/spu.h (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS,
25021 CALL_USED_REGISTERS, REGISTER_NAMES, INTR_REGNUM): Remove INTR_REGNUM.
25022 * config/spu/spu.md (UNSPEC_IDISABLE, UNSPEC_IENABLE): Remove.
25023 (UNSPEC_SET_INTR): Add.
25024 * config/spu/spu-modes.def (INTR): Remove.
25025
25026 More accurate warnings about run-time relocations.
25027 * config/spu/spu.c (reloc_diagnostic): Test in_section.
25028
25029 Correctly warn about immediate arguments to specific intrinsics.
25030 * config/spu/spu.c (spu_check_builtin_parm): Handle CONST_VECTORs.
25031 (spu_expand_builtin_1): Call spu_check_builtin_parm before checking
25032 the instruction predicate.
25033
25034 Fix tree check errors with latest update.
25035 * config/spu/spu.c (expand_builtin_args, spu_expand_builtin_1): Use
25036 CALL_EXPR_ARG.
25037 (spu_expand_builtin): Use CALL_EXPR_FN.
25038
25039 Add missing specific intrinsics.
25040 * config/spu/spu-builtins.def: Add si_bisled, si_bisledd and
25041 si_bislede.
25042 * config/spu/spu_internals.h: Ditto.
25043
25044 Fix incorrect operand modifiers.
25045 * config/spu/spu-builtins.md (spu_mpy, spu_mpyu): Remove use of %H.
25046 * config/spu/spu.md (xor<mode>3): Change %S to %J.
25047
25048 Optimize one case of zero_extend of a vec_select.
25049 * config/spu/spu.md (_vec_extractv8hi_ze): Add.
25050
25051 Accept any immediate for hbr.
25052 * config/spu/spu.md (hbr): Change s constraints to i.
25053
25054 2007-02-21 Paul Brook <paul@codesourcery.com>
25055
25056 * config/arm/arm.c (thumb2_final_prescan_insn): Don't incrememnt
25057 condexec_count when skipping USE and CLOBBER.
25058
25059 2007-02-21 Nick Clifton <nickc@redhat.com>
25060
25061 * common.opt (Warray-bounds): Add Warning attribute.
25062 (Wstrict-overflow, Wstrict-overflow=, Wcoverage-mismatch):
25063 Likewise.
25064 (fsized-zeroes): Add Optimization attribute.
25065 (fsplit-wide-types, ftree-scev-cprop): Likewise.
25066 * c.opt (Wc++0x-compat): Add Warning attribute.
25067
25068 2007-02-21 Ulrich Weigand <uweigand@de.ibm.com>
25069
25070 PR middle-end/30761
25071 * reload1.c (eliminate_regs_in_insn): In the single_set special
25072 case, attempt to re-recognize the insn before falling back to
25073 having reload fix it up.
25074
25075 2007-02-20 Eric Christopher <echristo@gmail.com>
25076
25077 * config/frv/frv.c (frv_read_argument): Take a tree and int argument.
25078 Rewrite accordingly.
25079 (frv_read_iacc_argument): Ditto.
25080 (frv_expand_set_builtin): Take a call instead of arglist, update for
25081 above changes.
25082 (frv_expand_unop_builtin): Ditto.
25083 (frv_expand_binop_builtin): Ditto.
25084 (frv_expand_cut_builtin): Ditto.
25085 (frv_expand_binopimm_builtin): Ditto.
25086 (frv_expand_voidbinop_builtin): Ditto.
25087 (frv_expand_int_void2arg): Ditto.
25088 (frv_expand_prefetches): Ditto.
25089 (frv_expand_voidtriop_builtin): Ditto.
25090 (frv_expand_voidaccop_builtin): Ditto.
25091 (frv_expand_load_builtin): Ditto.
25092 (frv_expand_store_builtin): Ditto.
25093 (frv_expand_mdpackh_builtin): Ditto.
25094 (frv_expand_mclracc_builtin): Ditto.
25095 (frv_expand_mrdacc_builtin): Ditto.
25096 (frv_expand_mwtacc_builtin): Ditto.
25097 (frv_expand_builtin): Remove usage of CALL_EXPR_ARGS, update
25098 calls for above.
25099
25100 2007-02-20 Janis Johnson <janis187@us.ibm.com>
25101
25102 * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcmpb and -mdfp.
25103 * configure.ac (HAVE_GAS_CMPB): Check for assembler support of the
25104 cmpb instruction.
25105 (HAVE_GAS_DFP): Check for assembler support of decimal floating
25106 point instructions.
25107 * configure: Regenerate.
25108 * config.in: Regenerate.
25109 * config/rs6000/rs6000.opt (mcmpb, mdfp): New.
25110 * config/rs6000/rs6000.c (rs6000_override_options): Add CMPB and DFP
25111 masks to power6 and power6x and to POWERPC_MASKS.
25112 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
25113 _ARCH_PWR6.
25114 * config/rs6000/rs6000.h: Check assembler support for CMPB and DFP.
25115 * config/rs6000/sysv4.opt (mprototype): Use variable, not mask.
25116 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
25117 Access PROTOTYPE as variable, not mask.
25118
25119 2007-02-20 Steven Bosscher <steven@gcc.gnu.org>
25120
25121 * rtl.h (remove_reg_equal_equiv_notes): New prototype.
25122 * rtlanal.c (remove_reg_equal_equiv_notes): New function.
25123 * combine.c (adjust_for_new_dest): Use it.
25124 * postreload.c (reload_combine): Likewise.
25125
25126 2007-02-20 Steven Bosscher <steven@gcc.gnu.org>
25127
25128 * rtlanal.c (find_reg_equal_equiv_note): Do not find REG_EQ*
25129 notes on an insn with multiple sets, even if single_set returns
25130 non-NULL for that insn.
25131
25132 2007-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25133
25134 * fold-const.c (tree_expr_nonnegative_warnv_p): Handle scalb,
25135 scalbn and scalbln.
25136
25137 2007-02-20 Geoffrey Keating <geoffk@apple.com>
25138
25139 * config/darwin.h (LINK_SPEC): Default -mmacosx-version-min only
25140 if user didn't pass it.
25141 * config/i386/darwin.h (CC1_SPEC): Likewise.
25142 * config/rs6000/darwin.h (CC1_SPEC): Likewise.
25143 (DARWIN_MINVERSION_SPEC): Don't depend on user's setting of
25144 -mmacosx-version-min.
25145
25146 2007-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25147 Uros Bizjak <ubizjak@gmail.com>
25148
25149 * optabs.h (enum optab_index): Add new OTI_scalb.
25150 (scalb_optab): Define corresponding macro.
25151 * optabs.c (init_optabs): Initialize scalb_optab.
25152 * genopinit.c (optabs): Implement scalb_optab using scalb?f3
25153 patterns.
25154 * builtins.c (expand_builtin_mathfn_2, expand_builtin): Handle
25155 BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L} and BUILT_IN_SCALBLN{,F,L}.
25156 (expand_builtin): Expand BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L}
25157 and BUILT_IN_SCALBLN{,F,L} using expand_builtin_mathfn_2 if
25158 flag_unsafe_math_optimizations is set.
25159
25160 * config/i386/i386.md (scalbxf3, scalb<mode>3): New expanders
25161 to implement scalbf, scalb and scalbl built-ins as inline x87
25162 intrinsics.
25163
25164 2007-02-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
25165 DJ Delorie <dj@redhat.com>
25166
25167 PR other/30824
25168 * diagnostic.c (diagnostic_count_diagnostic): Move -Werror logic to...
25169 (diagnostic_report_diagnostic): ... here, and turn them into real
25170 errors. If warnings are inhibited, no need to do anything.
25171
25172 2007-02-20 Uros Bizjak <ubizjak@gmail.com>
25173
25174 * config/i386/i386.md (expm1xf2): Reorder insn sequence for
25175 better code generation.
25176
25177 2007-02-20 Ben Elliston <bje@au.ibm.com>
25178
25179 * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;.
25180
25181 2007-02-20 Kazu Hirata <kazu@codesourcery.com>
25182
25183 * config/alpha/alpha.c, config/alpha/alpha.md,
25184 config/alpha/lib1funcs.asm, config/alpha/vms-crt0-64.c,
25185 config/alpha/vms-psxcrt0-64.c, config/arc/arc.c,
25186 config/arc/arc.h, config/arm/arm.c, config/arm/arm.md,
25187 config/arm/lib1funcs.asm: Follow spelling conventions.
25188
25189 * config/c4x/c4x.md, config/cris/cris.c, config/crx/crx.c,
25190 config/fr30/fr30.md, config/i386/i386.h,
25191 config/iq2000/iq2000.h, config/iq2000/predicates.md,
25192 config/pa/milli64.S, config/pa/pa.c, config/pa/pa.h,
25193 config/pa/pa.md, config/pa/pa32-regs.h, config/pa/pa64-regs.h,
25194 config/pdp11/pdp11.c, config/pdp11/pdp11.h,
25195 config/rs6000/altivec.md, config/rs6000/rs6000.c,
25196 config/s390/s390-modes.def, config/sparc/netbsd-elf.h,
25197 config/sparc/sparc.c, config/sparc/sparc.h,
25198 config/sparc/sparc.md, config/spu/constraints.md,
25199 config/spu/spu.c, config/stormy16/stormy16.md: Follow spelling
25200 conventions.
25201
25202 2007-02-20 Alan Modra <amodra@bigpond.net.au>
25203
25204 PR target/29943
25205 * varasm.c (use_blocks_for_decl_p): Return false for decls with
25206 alias attribute.
25207
25208 2007-02-19 Kazu Hirata <kazu@codesourcery.com>
25209
25210 * doc/invoke.texi (-ftree-lrs): Remove.
25211
25212 2007-02-19 Diego Novillo <dnovillo@redhat.com>
25213
25214 * tree-ssa-pre.c (create_value_expr_from): Initialize POOL to
25215 NULL.
25216
25217 2007-02-19 Lee Millward <lee.millward@codesourcery.com>
25218
25219 * config/ia64/ia64.c (ia64_expand_builtin): Use the
25220 new CALL_EXPR_FN macro for retrieving the function
25221 declaration of the input expression.
25222
25223 2007-02-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
25224
25225 * c.opt (Waddress): New.
25226 * common.opt (Walways-true): Delete.
25227 (Wstring-literal-comparison): Delete.
25228 * doc/invoke.texi (Warning Options): Delete -Walways-true and
25229 -Wstring-literal-comparison. Add -Waddress.
25230 (Waddress): New.
25231 (Walways-true): Delete.
25232 (Wstring-literal-comparison): Delete.
25233 * doc/extend.texi (#pragma GCC diagnostic): Use -Wformat
25234 consistently instead of -Walways-true in example.
25235 * c-opts.c (c_common_handle_option): -Waddress is enabled by -Wall.
25236 * c-typeck.c (parser_build_binary_op): Replace
25237 -Wstring-literal-comparison and -Walways-true with -Waddress.
25238 * c-common.c (c_common_truthvalue_conversion): Replace -Walways-true
25239 with -Waddress.
25240
25241 2007-02-19 Eric Botcazou <ebotcazou@adacore.com>
25242
25243 * tree-cfg.c (dump_function_to_file): Be prepared for functions
25244 without DECL_STRUCT_FUNCTION initialized.
25245
25246 2007-02-19 Eric Botcazou <ebotcazou@adacore.com>
25247
25248 * gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap
25249 due to calls to functions taking pointers as parameters.
25250
25251 2007-02-19 Richard Henderson <rth@redhat.com>
25252
25253 PR debug/29558
25254 * var-tracking.c (track_expr_p): Disallow AGGREGATE_TYPE_P
25255 in memory.
25256
25257 2007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
25258
25259 * config/s390/s390.c (s390_call_saved_register_used,
25260 s390_function_ok_for_sibcall): Adjust the way CALL_EXPR arguments are
25261 accessed to the new scheme.
25262
25263 2007-02-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
25264
25265 * config/cris/cris.c (cris_movem_load_rest_p, cris_store_multiple_op_p)
25266 (cris_print_index, cris_print_operand, cris_print_operand_address)
25267 (cris_reload_address_legitimized, cris_rtx_costs, cris_address_cost)
25268 (cris_side_effect_mode_ok, cris_valid_pic_const, cris_split_movdx)
25269 (cris_expand_pic_call_address): Use xxx_P predicate macros instead of
25270 GET_CODE () == xxx.
25271 * config/cris/cris.h (SECONDARY_RELOAD_CLASS, EXTRA_CONSTRAINT_Q,
25272 EXTRA_CONSTRAINT_T, BDAP_INDEX_P, BIAP_INDEX_P, SIMPLE_ADDRESS_P,
25273 GO_IF_LEGITIMATE_ADDRESS): Ditto.
25274 * config/cris/cris.md (define_insns: *btst, movdi, *mov_side<mode>)
25275 (*mov_sidesisf, *mov_side<mode>_mem, *mov_sidesisf_mem)
25276 (*clear_side<mode>, movsi, *movsi_internal, *ext_sideqihi)
25277 (*ext_side<mode>si, *op_side<mode>, *op_swap_side<mode>, addsi3)
25278 (*extopqihi_side, *extop<mode>si_side, *extopqihi_swap_side)
25279 (*extop<mode>si_swap_side, addi_mul, *addi,andsi3, andhi3, ashl<mode>3)
25280 (uminsi3, call, call_value): Ditto.
25281 (define_split: indir_to_reg_split, unnamed): Ditto.
25282
25283 2007-02-19 Dorit Nuzman <dorit@il.ibm.com>
25284
25285 PR tree-optimization/30975
25286 * tree-vect-trasnform.c (vect_get_vec_def_for_stmt_copy): Remove
25287 wrong assert.
25288
25289 2007-02-18 Eric Christopher <echristo@gmail.com>
25290
25291 * mips.c (mips_prepare_builtin_arg): Add argnum parameter.
25292 Remove use of arglist.
25293 (mips_expand_builtin): Remove use of arglist, pass in expr.
25294 (mips_expand_builtin_direct): Rewrite handling for arglist removal.
25295 (mips_expand_builtin_movtf): Ditto.
25296 (mips_expand_builtin_compare): Ditto.
25297
25298 2007-02-19 Alexandre Oliva <aoliva@redhat.com>
25299
25300 * tree-sra.c (sra_build_assignment): Replace assertion
25301 checking with a comment explaining why it can't be done.
25302
25303 2007-02-18 Sandra Loosemore <sandra@codesourcery.com>
25304
25305 PR middle-end/30833
25306 * tree-dump.c (dequeue_and_dump): Add tcc_vl_exp case missed
25307 during CALL_EXPR representation conversion.
25308 * tree-ssa-propagate.c (set_rhs): Likewise.
25309
25310 2007-02-19 Alexandre Oliva <aoliva@redhat.com>
25311
25312 * tree-sra.c (sra_build_assignment): Disable assertion checking
25313 for now.
25314
25315 2007-02-18 Roger Sayle <roger@eyesopen.com>
25316
25317 * function.c (gimplify_parameters): Call build_gimple_modify_stmt
25318 instead of calling build2 with a GIMPLE_MODIFY_STMT.
25319 * gimple-low.c (lower_function_body, lower_builtin_setjmp):
25320 Likewise.
25321 * gimplify.c (build_stack_save_restore, gimplify_return_expr,
25322 gimplify_decl_expr, gimplify_self_mod_expr, gimplify_cond_expr,
25323 gimplify_init_ctor_eval_range, gimple_push_cleanup,
25324 gimplify_omp_for, gimplify_omp_atomic_pipeline,
25325 gimplify_omp_atomic_mutex, gimplify_expr, gimplify_one_sizepos,
25326 force_gimple_operand): Likewise.
25327 * ipa-cp.c (constant_val_insert): Likewise.
25328 * lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression,
25329 lambda_loopnest_to_gcc_loopnest, replace_uses_equiv_to_x_with_y,
25330 perfect_nestify): Likewise.
25331 * langhooks.c (lhd_omp_assignment): Likewise.
25332 * omp-low.c (lower_rec_input_clauses, lower_reduction_clauses,
25333 lower_copyprivate_clauses, lower_send_clauses,
25334 lower_send_shared_vars, expand_parallel_call,
25335 expand_omp_for_generic, expand_omp_for_static_nochunk,
25336 expand_omp_for_static_chunk, expand_omp_sections,
25337 lower_omp_single_copy, lower_omp_for_lastprivate,
25338 lower_omp_parallel, init_tmp_var, save_tmp_var): Likewise.
25339 * value-prof.c (tree_divmod_fixed_value, tree_mod_pow2,
25340 tree_mod_subtract, tree_ic, tree_stringop_fixed_value):
25341 Likewise.
25342
25343 2007-02-19 Kazu Hirata <kazu@codesourcery.com>
25344
25345 * config/sh/divtab.c, config/sh/sh.c, config/sh/sh.h,
25346 config/sh/sh.md: Follow spelling conventions.
25347
25348 * config/frv/frv.c, config/frv/frv.h, config/frv/frv.md,
25349 config/frv/predicates.md: Follow spelling conventions.
25350
25351 * config/m68k/linux-unwind.h: Fix a comment typo.
25352 * target.h: Follow spelling conventions.
25353
25354 2007-02-18 Roger Sayle <roger@eyesopen.com>
25355
25356 PR rtl-optimization/28173
25357 * simplify-rtx.c (simplify_binary_operation_1) <IOR>: Optimize
25358 (X & C1) | C2 as C2 when (C1 & C2) == C1 and X has no side-effects.
25359 Optimize (X & C1) | C2 as X | C2 when (C1 | C2) == ~0.
25360 Canonicalize (X & C1) | C2 as (X & (C1 & ~C2)) | C2.
25361 <AND>: Canonicalize (X | C1) & C2 as (X & C2) | (C1 & C2).
25362
25363 2007-02-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25364
25365 * builtins.c (fold_builtin_load_exponent): New.
25366 (fold_builtin_2): Use it.
25367
25368 2007-02-18 Steven Bosscher <steven@gcc.gnu.org>
25369
25370 PR rtl-optimization/30773
25371 * local-alloc.c (update_equiv_regs): Do not set reg_equiv_init
25372 if we fail to attach a REG_EQUIV note.
25373
25374 2007-02-18 David Edelsohn <edelsohn@gnu.org>
25375 Roger Sayle <roger@eyesopen.com>
25376
25377 * config/rs6000/rs6000.md (bswapsi2): New define_insn and splitter.
25378
25379 2007-02-18 Sandra Loosemore <sandra@codesourcery.com>
25380
25381 * calls.c (initialize_argument_information): Pass original EXP
25382 and STRUCT_VALUE_ADDR_VALUE instead of a list of arguments. Move
25383 code to split complex arguments here, as part of initializing the
25384 ARGS array.
25385 (expand_call): Remove code that builds a list of arguments and
25386 inserts implicit arguments into it. Instead, just count how many
25387 implicit arguments there will be so we can determine the size of
25388 the ARGS array, and let initialize_argument_information do the work.
25389 (split_complex_values): Delete unused function.
25390
25391 2007-02-18 Eric Botcazou <ebotcazou@adacore.com>
25392
25393 * tree-eh.c (tree_could_trap_p): Handle VIEW_CONVERT_EXPR.
25394
25395 2007-02-18 Eric Botcazou <ebotcazou@adacore.com>
25396
25397 * calls.c (mem_overlaps_already_clobbered_arg_p): Return true
25398 for arg pointer based indexed addressing.
25399
25400 2007-02-18 Kazu Hirata <kazu@codesourcery.com>
25401
25402 * config/ia64/ia64.h, config/ia64/ia64.md,
25403 config/ia64/predicates.md, config/ia64/sysv4.h: Follow
25404 spelling conventions.
25405
25406 2007-02-18 Roman Zippel <zippel@linux-m68k.org>
25407
25408 * config/m68k/m68k.c (split_di): New.
25409 * config/m68k/m68k-protos.h: Declare split_di.
25410 * config/m68k/m68k.md (extendsidi2*,ashldi3*,ashrdi3*,lshrdi3*):
25411 Improve predicate handling and split constant shifts.
25412
25413 2007-02-18 Roman Zippel <zippel@linux-m68k.org>
25414
25415 * config/m68k/m68k.md (extv,extzv,insv): disable dynamic
25416 parameter for register bitfield operations, general predicates
25417 cleanup
25418
25419 2007-02-18 Roman Zippel <zippel@linux-m68k.org>
25420
25421 * config/m68k/linux.h (MD_UNWIND_SUPPORT): Define.
25422 * config/m68k/linux-unwind.h: New file.
25423
25424 2007-02-18 Kazu Hirata <kazu@codesourcery.com>
25425
25426 * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,
25427 config/i386/athlon.md, config/ia64/ia64.md,
25428 config/rs6000/rs6000.c, config/s390/s390.c, config/spu/spu.md,
25429 df-problems.c, df.h, fold-const.c, ipa-cp.c, ipa-inline.c,
25430 ipa-prop.h, see.c, struct-equiv.c, tree-inline.c,
25431 tree-ssa-loop-niter.c, tree-vect-analyze.c,
25432 tree-vect-transform.c: Fix comment typos.
25433
25434 2007-02-17 Kazu Hirata <kazu@codesourcery.com>
25435
25436 * sched-deps.c (find_insn_list): Remove.
25437 * sched-int.h: Remove the prototype for find_insn_list.
25438
25439 2007-02-16 Geoffrey Keating <geoffk@apple.com>
25440
25441 * config/darwin.h (LINK_SPEC): Always pass -macosx_version_min
25442 to linker.
25443 (DARWIN_EXTRA_SPECS): Add %(darwin_minversion).
25444 * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Just call
25445 darwin_rs6000_override_options.
25446 (C_COMMON_OVERRIDE_OPTIONS): Expect
25447 darwin_macosx_version_min to be non-NULL always.
25448 (TARGET_C99_FUNCTIONS): Likewise.
25449 (CC1_SPEC): Always pass -mmacosx-version-min to cc1*.
25450 (DARWIN_MINVERSION_SPEC): New.
25451 * config/rs6000/rs6000.c (darwin_rs6000_override_options): New.
25452 * config/i386/darwin.h (CC1_SPEC): Always pass -mmacosx-version-min
25453 to cc1*.
25454 (DARWIN_MINVERSION_SPEC): New.
25455 * config/darwin.opt (mmacosx-version-min): Initialize to non-NULL
25456 value.
25457 * config/darwin-c.c (darwin_cpp_builtins): Expect
25458 darwin_macosx_version_min to be non-NULL always.
25459
25460 * config/rs6000/rs6000.c: Clean up trailing whitespace.
25461
25462 2007-02-16 Uros Bizjak <ubizjak@gmail.com>
25463
25464 * config/i386/i386.h (x86_use_xchgb): New.
25465 (TARGET_USE_XCHGB): New macro.
25466 * config/i386/i386.c (x86_use_xchgb): Set for PENT4.
25467 * config/i386/i386.md (*rotlhi3_1 splitter, *rotrhi3_1 splitter):
25468 Split after reload into bswaphi for shifts of 8.
25469 (bswaphi_lowpart): Generate rolw insn for HImode byte swaps.
25470 (*bswaphi_lowpart_1): Generate xchgb for Q registers for TARGET_XCHGB
25471 or when optimizing for size.
25472
25473 2007-02-16 Richard Guenther <rguenther@suse.de>
25474 Christian Bruel <christian.bruel@st.com>
25475
25476 * fold-const.c (tree_swap_operands_p): Treat SSA_NAMEs like
25477 DECLs but prefer SSA_NAMEs over DECLs.
25478
25479 2007-02-16 Richard Guenther <rguenther@suse.de>
25480
25481 * tree-flow-inline.h (single_imm_use_p): Remove.
25482 (zero_imm_uses_p): Likewise.
25483 * tree-ssa-coalesce.c (create_outofssa_var_map): Use has_single_use
25484 instead of single_imm_use_p.
25485 * tree-cfg.c (replace_uses_by): Use has_zero_use instead of
25486 zero_imm_uses_p.
25487
25488 2007-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25489
25490 PR other/27843
25491 * Makefile.in (SYSTEM_HEADER_DIR): Use single quotes to avoid
25492 nested double- and backquotes.
25493
25494 2007-02-15 Roger Sayle <roger@eyesopen.com>
25495
25496 PR middle-end/30391
25497 * tree.c (expr_align): Handle MODIFY_EXPR. GIMPLE_MODIFY_STMT
25498 should be unreachable.
25499 (build2_stat): Allow construction of MODIFY_EXPR at any time.
25500 For the time being redirect GIMPLE_MODIFY_STMT to the new
25501 (renamed) build_gimple_modify_stmt_stat.
25502 (build2_gimple_stat): Rename to...
25503 (build_gimple_modify_stmt_stat): Now longer take a CODE argument.
25504 Always build a GIMPLE_MODIFY_STMT node.
25505 * tree.h (build2_gimple, build2_gimple_stat): Delete.
25506 (build_gimple_modify_stmt, build_gimple_modify_stmt_stat): New
25507 declarations.
25508
25509 * tree-cfg.c (factor_computed_gotos, tree_merge_blocks,
25510 gimplify_val): Use build_gimple_modify_stmt instead of build2_gimple.
25511 * tree-complex.c (set_component_ssa_name, expand_complex_move,
25512 expand_complex_div_wide): Likewise.
25513 * tree-ssa-dom.c (record_equivalences_from_stmt): Likewise.
25514 * tree-ssa-loop-im.c (schedule_sm): Likewise.
25515 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Likewise.
25516 * tree-ssa-loop-manip.c (create_iv): Likewise.
25517 * tree-ssa-phiopt.c (conditional_replacement, minmax_replacement,
25518 abs_replacement): Likewise.
25519 * tree-ssa-pre.c (create_expression_by_pieces, poolify_modify_stmt,
25520 realify_fake_stores): Likewise.
25521
25522 * builtins.c (std_expand_builtin_va_start): Build a MODIFY_EXPR
25523 node rather than a GIMPLE_MODIFY_STMT node.
25524 (std_gimpify_va_arg_expr, expand_builtin_va_copy,
25525 fold_builtin_memset, fold_builtin_memory_op, do_mpfr_sincos):
25526 Likewise.
25527 (integer_valued_real_p): Handle MODIFY_EXPR, not GIMPLE_MODIFY_STMT.
25528 * expr.c (expand_expr_real_1): Handle both MODIFY_EXPR and
25529 GIMPLE_MODIFY_STMT.
25530
25531 2007-02-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
25532
25533 PR middle-end/30433
25534 * fold-const.c (fold_comparison): Add back the
25535 folding of constant complex comparisions.
25536
25537 2007-02-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
25538
25539 PR middle-end/30729
25540 * stmt.c (warn_if_unused_value): VA_ARG_EXPR has side
25541 effects unknown to this function, return early.
25542
25543 2007-02-15 Ian Lance Taylor <iant@google.com>
25544
25545 * lower-subreg.c (move_eh_region_note): New static function.
25546 (resolve_simple_move): Call it.
25547 (decompose_multiword_subregs): Track blocks for which we resolve a
25548 simple move which is also a control flow insn. Pass them to
25549 find_many_sub_basic_blocks.
25550 (pass_lower_subreg): Add TODO_verify_flow.
25551 (pass_lower_subreg2): Likewise.
25552
25553 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
25554 Brooks Moses <brooks.moses@codesourcery.com>
25555 Lee Millward <lee.millward@codesourcery.com>
25556
25557 * tree.h (enum tree_code_class): Add tcc_vl_exp.
25558 (VL_EXP_CLASS_P): New.
25559 (TREE_OPERAND_CHECK): Use TREE_OPERAND_LENGTH instead of
25560 TREE_CODE_LENGTH.
25561 (TREE_OPERAND_CHECK_CODE): Likewise.
25562 (GIMPLE_STMT_OPERAND_CHECK): Likewise.
25563 (TREE_RTL_OPERAND_CHECK): Likewise.
25564 (tree_operand_check_failed): Make second parameter the whole tree
25565 instead of its code. Fixed callers.
25566 (VL_EXP_CHECK): New.
25567 (TREE_OPERAND_LENGTH): New.
25568 (VL_EXP_OPERAND_LENGTH): New.
25569 (CALL_EXPR_FN): New.
25570 (CALL_EXPR_STATIC_CHAIN): New.
25571 (CALL_EXPR_ARGS): New.
25572 (CALL_EXPR_ARG): New.
25573 (call_expr_nargs): New.
25574 (CALL_EXPR_ARGP): New.
25575 (build_nt_call_list): Declare.
25576 (build_vl_exp_stat): Declare.
25577 (build_vl_exp): New.
25578 (build_call_list): Declare.
25579 (build_call_nary): Declare.
25580 (build_call_valist): Declare.
25581 (build_call_array): Declare.
25582 (call_expr_arg): Declare.
25583 (call_expr_argp): Declare.
25584 (call_expr_arglist): Declare.
25585 (fold_build_call_list): Declare.
25586 (fold_build_call_list_initializer): Declare.
25587 (fold_call_expr): Declare to replace fold_builtin.
25588 (fold_builtin_fputs): Update to agree with modified definition.
25589 (fold_builtin_strcpy): Likewise.
25590 (fold_builtin_strncpy): Likewise.
25591 (fold_builtin_memory_chk): Likewise.
25592 (fold_builtin_stxcpy_chk): Likewise.
25593 (fold_builtin_strncpy_chk): Likewise.
25594 (fold_builtin_next_arg): Likewise.
25595 (fold_build_call_expr): Declare.
25596 (fold_builtin_call_list): Declare.
25597 (fold_builtin_call_valist): Declare.
25598 (build_call_expr): Declare.
25599 (validate_arglist): Update to agree with modified definition.
25600 (tree_operand_length): New.
25601 (call_expr_arg_iterator): New.
25602 (init_call_expr_arg_iterator): New.
25603 (next_call_expr_arg): New.
25604 (first_call_expr_arg): New.
25605 (more_call_expr_args_p): New.
25606 (FOR_EACH_CALL_EXPR_ARG): New.
25607
25608 * tree.c (tree_code_class_string): Add entries for tcc_vl_exp
25609 and tcc_gimple_stmt.
25610 (tree_code_size): Update documentation. Use sizeof (tree) rather
25611 than sizeof (char *).
25612 (tree_size): Likewise. Add case for tcc_vl_exp.
25613 (tree_node_structure): Add case for tcc_vl_exp.
25614 (contains_placeholder_p): Likewise.
25615 (substitute_in_expr): Likewise.
25616 (substitute_placeholder_in_expr): Likewise.
25617 (stabilize_reference_1): Likewise.
25618 (build3_stat): Remove logic for CALL_EXPRs. Replace with assertion
25619 to diagnose breakage of this interface for constructing CALL_EXPRs.
25620 (build_nt): Add similar assertion here.
25621 (build_nt_call_list): New.
25622 (simple_cst_equal) <CALL_EXPR>: Rewrite to use new accessors.
25623 (iterative_hash_expr): Use TREE_OPERAND_LENGTH instead of
25624 TREE_CODE_LENGTH.
25625 (get_callee_fndecl): Use new CALL_EXPR accessors.
25626 (tree_operand_check_failed): Change parameters to pass entire node
25627 instead of its code, so that we can call TREE_OPERAND_LENGTH on it.
25628 (process_call_operands): New.
25629 (build_vl_exp_stat): New.
25630 (build_call_list): New.
25631 (build_call_nary): New.
25632 (build_call_valist): New.
25633 (build_call_array): New.
25634 (walk_tree): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
25635 (call_expr_arglist): New.
25636
25637 * tree.def (CALL_EXPR): Change representation of CALL_EXPRs to use
25638 tcc_vl_exp instead of a fixed-size tcc_expression.
25639
25640 * doc/c-tree.texi (CALL_EXPR): Document new representation and
25641 accessors for CALL_EXPRs.
25642 (AGGR_INIT_EXPR): Likewise.
25643
25644 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
25645 Brooks Moses <brooks.moses@codesourcery.com>
25646 Lee Millward <lee.millward@codesourcery.com>
25647
25648 * builtins.c (c_strlen): Return NULL_TREE instead of 0.
25649 (expand_builtin_nonlocal_goto): Change parameter to be entire
25650 CALL_EXPR instead of an arglist. Use new CALL_EXPR accessors.
25651 (expand_builtin_prefetch): Likewise.
25652 (expand_builtin_classify_type): Likewise.
25653 (mathfn_built_in): Return NULL_TREE instead of 0.
25654 (expand_errno_check): Use new CALL_EXPR accessors.
25655 (expand_builtin_mathfn): Use new CALL_EXPR accessors and constructors.
25656 Return NULL_RTX instead of 0.
25657 (expand_builtin_mathfn_2): Likewise.
25658 (expand_builtin_mathfn_3): Likewise.
25659 (expand_builtin_interclass_mathfn): Likewise.
25660 (expand_builtin_sincos): Likewise.
25661 (expand_builtin_cexpi): Likewise.
25662 (expand_builtin_int_roundingfn): Likewise.
25663 (expand_builtin_int_roundingfn_2): Likewise.
25664 (expand_builtin_pow): Likewise.
25665 (expand_builtin_powi): Likewise.
25666 (expand_builtin_strlen): Pass entire CALL_EXPR as parameter instead
25667 of arglist, fixing callers appropriately. Use new CALL_EXPR
25668 accessors and constructors. Return NULL_RTX instead of 0.
25669 (expand_builtin_strstr): Likewise.
25670 (expand_builtin_strchr): Likewise.
25671 (expand_builtin_strrchr): Likewise.
25672 (expand_builtin_strpbrk): Likewise.
25673 (expand_builtin_memcpy): Likewise.
25674 (expand_builtin_mempcpy): Likewise.
25675 (expand_builtin_mempcpy_args): New.
25676 (expand_builtin_memmove): Similarly to expand_builtin_mempcpy.
25677 (expand_builtin_memmove_args): New.
25678 (expand_builtin_bcopy): Similarly to expand_builtin_mempcpy.
25679 (expand_movstr): Likewise.
25680 (expand_builtin_strcpy): Likewise.
25681 (expand_builtin_strcpy_args): New.
25682 (expand_builtin_stpcpy): Similarly to expand_builtin_strcpy.
25683 (expand_builtin_strncpy): Likewise.
25684 (expand_builtin_memset): Likewise.
25685 (expand_builtin_memset_args): New.
25686 (expand_builtin_bzero): Similarly to expand_builtin_memset.
25687 (expand_builtin_memcmp): Likewise.
25688 (expand_builtin_strcmp): Likewise.
25689 (expand_builtin_strncmp): Likewise.
25690 (expand_builtin_strcat): Likewise.
25691 (expand_builtin_strncat): Likewise.
25692 (expand_builtin_strspn): Likewise.
25693 (expand_builtin_strcspn): Likewise.
25694 (expand_builtin_args_info): Likewise.
25695 (expand_builtin_va_start): Likewise.
25696 (gimplify_va_arg_expr): Likewise.
25697 (expand_builtin_va_end): Likewise.
25698 (expand_builtin_va_copy): Likewise.
25699 (expand_builtin_frame_address): Likewise.
25700 (expand_builtin_alloca): Likewise.
25701 (expand_builtin_bswap): Likewise.
25702 (expand_builtin_unop): Likewise.
25703 (expand_builtin_fputs): Likewise.
25704 (expand_builtin_expect): Likewise.
25705 (expand_builtin_fabs): Likewise.
25706 (expand_builtin_copysign): Likewise.
25707 (expand_builtin_printf): Likewise.
25708 (expand_builtin_fprintf): Likewise.
25709 (expand_builtin_sprintf): Likewise.
25710 (expand_builtin_init_trampoline): Likewise.
25711 (expand_builtin_signbit): Likewise.
25712 (expand_builtin_fork_or_exec): Likewise.
25713 (expand_builtin_sync_operation): Likewise.
25714 (expand_builtin_compare_and_swap): Likewise.
25715 (expand_builtin_lock_test_and_set): Likewise.
25716 (expand_builtin_lock_release): Likewise.
25717 (expand_builtin): Likewise.
25718 (builtin_mathfn_code): Likewise.
25719
25720 (fold_builtin_constant_p): Pass call arguments individually instead
25721 of as an arglist, fixing callers appropriately. Use new CALL_EXPR
25722 accessors and constructors. Return NULL_TREE instead of 0.
25723 (fold_builtin_expect): Likewise.
25724 (fold_builtin_classify_type): Likewise.
25725 (fold_builtin_strlen): Likewise.
25726 (fold_builtin_nan): Likewise.
25727 (integer_valued_real_p): Likewise.
25728 (fold_trunc_transparent_mathfn): Likewise.
25729 (fold_fixed_mathfn): Likewise.
25730 (fold_builtin_cabs): Likewise.
25731 (fold_builtin_sqrt): Likewise.
25732 (fold_builtin_cbrt): Likewise.
25733 (fold_builtin_cos): Likewise.
25734 (fold_builtin_cosh): Likewise.
25735 (fold_builtin_tan): Likewise.
25736 (fold_builtin_sincos): Likewise.
25737 (fold_builtin_cexp): Likewise.
25738 (fold_builtin_trunc): Likewise.
25739 (fold_builtin_floor): Likewise.
25740 (fold_builtin_ceil): Likewise.
25741 (fold_builtin_round): Likewise.
25742 (fold_builtin_int_roundingfn): Likewise.
25743 (fold_builtin_bitop): Likewise.
25744 (fold_builtin_bswap): Likewise.
25745 (fold_builtin_logarithm): Likewise.
25746 (fold_builtin_hypot): Likewise.
25747 (fold_builtin_pow): Likewise.
25748 (fold_builtin_powi): Likewise.
25749 (fold_builtin_exponent): Likewise.
25750 (fold_builtin_memset): Likewise.
25751 (fold_builtin_bzero): Likewise.
25752 (fold_builtin_memory_op): Likewise.
25753 (fold_builtin_bcopy): Deleted; call site changed to invoke
25754 fold_builtin_memory_op directly.
25755 (fold_builtin_strcpy): Similarly as for fold_builtin_memory_op.
25756 (fold_builtin_strncpy): Likewise.
25757 (fold_builtin_memcmp): Likewise.
25758 (fold_builtin_strcmp): Likewise.
25759 (fold_builtin_strncmp): Likewise.
25760 (fold_builtin_signbit): Likewise.
25761 (fold_builtin_copysign): Likewise.
25762 (fold_builtin_isascii): Likewise.
25763 (fold_builtin_toascii): Likewise.
25764 (fold_builtin_isdigit): Likewise.
25765 (fold_builtin_fabs): Likewise.
25766 (fold_builtin_abs): Likewise.
25767 (fold_builtin_fmin_fmax): Likewise.
25768 (fold_builtin_carg): Likewise.
25769 (fold_builtin_classify): Likewise.
25770 (fold_builtin_unordered_cmp): Likewise.
25771
25772 (fold_builtin_0, fold_builtin_2, fold_builtin_3, fold_builtin_4):
25773 New functions split out from fold_builtin_1.
25774 (fold_builtin_n): New.
25775 (fold_builtin_varargs): New.
25776 (fold_builtin): Deleted. Most callers changed to use fold_call_expr
25777 instead.
25778 (fold_call_expr): New.
25779 (build_function_call_expr): Rewrite to use new helper function.
25780 (fold_builtin_call_list): New.
25781 (build_call_expr): New.
25782 (fold_builtin_call_valist): New.
25783 (rewrite_call_expr): New.
25784 (validate_arg): New.
25785 (validate_arglist): Change parameter to be entire CALL_EXPR instead
25786 of an arglist. Change return type to bool. Use new CALL_EXPR
25787 accessors.
25788
25789 (fold_builtin_strstr): Pass call arguments individually instead
25790 of as an arglist, fixing callers appropriately. Use new CALL_EXPR
25791 accessors and constructors. Return NULL_TREE instead of 0.
25792 (fold_builtin_strchr): Likewise.
25793 (fold_builtin_strrchr): Likewise.
25794 (fold_builtin_strpbrk): Likewise.
25795 (fold_builtin_strcat): Likewise.
25796 (fold_builtin_strncat): Likewise.
25797 (fold_builtin_strspn): Likewise.
25798 (fold_builtin_strcspn): Likewise.
25799 (fold_builtin_fputs): Likewise.
25800 (fold_builtin_next_arg): Likewise.
25801 (fold_builtin_sprintf): Likewise.
25802
25803 (expand_builtin_object_size): Use new CALL_EXPR accessors. Use
25804 NULL_RTX instead of 0.
25805 (expand_builtin_memory_chk): Likewise.
25806 (maybe_emit_chk_warning): Likewise.
25807 (maybe_emit_sprintf_chk_warning): Likewise.
25808
25809 (fold_builtin_object_size): Pass call arguments individually instead
25810 of as an arglist, fixing callers appropriately. Use new CALL_EXPR
25811 accessors and constructors. Return NULL_TREE instead of 0.
25812 (fold_builtin_memory_chk): Likewise.
25813 (fold_builtin_stxcpy_chk): Likewise.
25814 (fold_builtin_strncpy_chk): Likewise.
25815 (fold_builtin_strcat_chk): Likewise.
25816 (fold_builtin_strcat_chk): Likewise.
25817 (fold_builtin_strncat_chk): Likewise.
25818 (fold_builtin_sprintf_chk): Likewise.
25819 (fold_builtin_snprintf_chk): Likewise.
25820 (fold_builtin_printf): Likewise.
25821 (fold_builtin_vprintf): Likewise.
25822
25823 * fold-const.c (negate_expr_p): Use new CALL_EXPR accessors and
25824 constructors.
25825 (operand_equal_p): Add separate tcc_vl_exp/CALL_EXPR case.
25826 (make_range): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
25827 (extract_muldiv_1): Add VL_EXP_CLASS_P case.
25828 (fold_mathfn_compare): Use new CALL_EXPR accessors and constructors.
25829 (fold_unary): Likewise.
25830 (fold_binary): Likewise.
25831 (fold_ternary): Remove CALL_EXPR case, since they are no longer
25832 ternary expressions.
25833 (fold): Add logic for tcc_vl_exp.
25834 (fold_checksum_tree): Make it know about tcc_vl_exp. Use
25835 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
25836 (fold_build3_stat): Add assertion to flag broken interface for
25837 constructing CALL_EXPRs.
25838 (fold_build_call_list): New.
25839 (fold_build_call_list_initializer): New.
25840 (tree_expr_nonnegative_p): Use new CALL_EXPR accessors and
25841 constructors.
25842 (fold_strip_sign_ops): Likewise.
25843
25844 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
25845 Brooks Moses <brooks.moses@codesourcery.com>
25846 Lee Millward <lee.millward@codesourcery.com>
25847
25848 * tree-dump.c (dequeue_and_dump) <CALL_EXPR>: Use new CALL_EXPR
25849 accessors and dump arguments explicitly.
25850
25851 * tree-pretty-print.c (do_niy): Use TREE_OPERAND_LENGTH instead of
25852 TREE_CODE_LENGTH.
25853 (dump_generic_node): Use new CALL_EXPR accessors and walk arguments
25854 explicitly.
25855 (print_call_name): Use new CALL_EXPR accessors.
25856
25857 * print-tree.c (print_node): Add case tcc_vl_exp. Print
25858 CALL_EXPR arguments explicitly instead of as a list. Use
25859 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
25860
25861 * tree-vrp.c (stmt_interesting_for_vrp): Use new CALL_EXPR accessors.
25862 (vrp_visit_stmt): Likewise.
25863
25864 * tree-ssa-loop-im.c (outermost_invariant_loop_expr): Make it
25865 know about tcc_vl_exp. Use TREE_OPERAND_LENGTH instead of
25866 TREE_CODE_LENGTH.
25867 (force_move_till_expr): Likewise.
25868
25869 * targhooks.c (default_external_stack_protect_fail): Use
25870 build_call_expr instead of build_function_call_expr.
25871 (default_hidden_stack_protect_fail): Likewise.
25872
25873 * tree-complex.c (expand_complex_libcall): Use build_call_expr to
25874 build the call.
25875
25876 * cgraphbuild.c (build_cgraph_edges): Use new CALL_EXPR accessors
25877 and walk arguments explicitly.
25878
25879 * tree-ssa-loop-niter.c (simplify_replace_tree): Use
25880 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
25881 (expand_simple_operations): Likewise.
25882 (infer_loop_bounds_from_array): Use new CALL_EXPR accessors.
25883
25884 * gengtype.c (adjust_field_tree_exp): Use TREE_OPERAND_LENGTH instead
25885 of TREE_CODE_LENGTH.
25886 (walk_type): Tweak walking of arrays not to blow up on CALL_EXPRs.
25887
25888 * optabs.c (expand_widen_pattern-expr): Use TREE_OPERAND_LENGTH
25889 instead of TREE_CODE_LENGTH.
25890
25891 * value_prof.c (tree_ic): Use new CALL_EXPR accessors.
25892 (tree_ic_transform): Likewise.
25893 (interesting_stringop_to_profile_p): Pass entire CALL_EXPR as
25894 parameter instead of arglist. Fix callers.
25895 (tree_stringop_fixed_value): Use new CALL_EXPR accessors.
25896 (tree_stringops_transform): Likewise.
25897 (tree_indirect_call_to_profile): Likewise.
25898 (tree_stringops_values_to_profile): Likewise.
25899
25900 * tree-tailcall.c (find_tail_calls): Use new CALL_EXPR iterator.
25901 (eliminate_tail_call): Likewise.
25902
25903 * ipa-cp.c (ipcp_update_callgraph): Use new CALL_EXPR accessors.
25904
25905 * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
25906 Use TREE_OPERAND_LENGTH and generalize to handle any number of
25907 operands.
25908 (instantiate_parameters_1): Can't handle tcc_vl_exp here.
25909
25910 * omp-low.c (build_omp_barrier): Use build_call_expr.
25911 (lower_rec_input_clauses): Likewise.
25912 (lower_reduction_clauses): Likewise.
25913 (expand_parallel_call): Likewise.
25914 (maybe_catch_exception): Likewise.
25915 (expand_omp_for_generic): Likewise.
25916 (expand_omp_for_static_nochunk): Likewise.
25917 (expand_omp_sections): Likewise.
25918 (lower_omp_single_simple): Likewise.
25919 (lower_omp_single_copy): Likewise.
25920 (lower_omp_master): Likewise.
25921 (lower_omp_ordered): Likewise.
25922 (lower_omp_critical): Likewise.
25923
25924 * ipa-reference.c (check-call): Use new CALL_EXPR iterator.
25925 (scan_for_static_refs): Create tcc_vl_exp case for CALL_EXPR.
25926
25927 * tree-gimple.c (is_gimple_call_addr): Fix doc.
25928 (recalculate_side_effects): Use TREE_OPERAND_LENGTH instead of
25929 TREE_CODE_LENGTH. Add tcc_vl_exp case.
25930
25931 * tree-chrec.c (chrec_contains_symbols): Use TREE_OPERAND_LENGTH
25932 and generalize to handle any number of operands.
25933 (chrec_contains_undetermined): Likewise.
25934 (tree_contains_chrecs): Likewise.
25935 (evolution_function_is_invariant_rec_p): Use TREE_OPERAND_LENGTH.
25936
25937 * cgraphunit.c (update_call_expr): Use new CALL_EXPR accessors.
25938
25939 * tree-ssa-ccp.c (ccp_fold): Use new CALL_EXPR accessors. Use
25940 fold_call_expr instead of fold_builtin.
25941 (ccp_fold_builtin): Likewise. Update calls into builtins.c to
25942 match declarations there.
25943 (fold_stmt): Use new CALL_EXPR constructor and accessors. Doc
25944 updates.
25945
25946 * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Use
25947 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
25948
25949 * ipa-pure-const.c (check_call): Use new CALL_EXPR accessors.
25950 (scan_function): Add case tcc_vl_exp for CALL_EXPR.
25951
25952 * tree-stdarg.c (execute_optimize_stdarg): Use new CALL_EXPR
25953 accessors.
25954
25955 * tree-ssa-math-opts.c (execute_cse_sincos_1): Use build_call_expr.
25956 (execute_cse_sincos): Use new CALL_EXPR accessors.
25957
25958 * tree-ssa-alias.c (find_used_portions): Use new CALL_EXPR iterator.
25959
25960 * gimple-low.c (lower_function_body): Use build_call_expr.
25961 (lower_builtin_setjmp): Likewise.
25962
25963 * expr.c (emit_block_move_via_libcall): Use build_call_expr.
25964 (set_storage_via_libcall): Likewise.
25965 (safe_from_p): Add tcc_vl_exp case. Use TREE_OPERAND_LENGTH
25966 instead of TREE_CODE_LENGTH.
25967 (expand_expr_real_1): Use new CALL_EXPR accessors.
25968
25969 * tree-browser.c (store_child_info): Use TREE_OPERAND_LENGTH and
25970 generalize to handle any number of operands.
25971 (TB_parent_eq): Likewise.
25972
25973 * predict.c (expr_expected_value): Use new CALL_EXPR accessors.
25974 (strip_builtin_expect): Likewise.
25975
25976 * function.c (gimplify_parameters): Use build_call_expr.
25977
25978 * tree-vectorizer.c (vect_is_simple_reduction): Use
25979 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
25980
25981 * ipa-type-escape.c (check_call): Use new CALL_EXPR iterators.
25982 (scan_for_refs): Add case tcc_vl_exp for CALL_EXPR.
25983
25984 * tree-data-ref.c (get_references_in_stmt): Use new CALL_EXPR
25985 iterators.
25986
25987 * gimplify.c (build_stack_save_restore): Use build_call_expr.
25988 (gimplify_decl_expr): Likewise.
25989 (gimplify_call_expr): Use fold_call_expr instead of fold_builtin.
25990 Use new CALL_EXPR iterators.
25991 (gimplify_modify_expr_to_memcpy): Use build_call_expr.
25992 (gimplify_modify_expr_to_memset): Likewise.
25993 (gimplify_variable_sized_compare): Likewise.
25994 (gimplify_omp_atomic_fetch_op): Likewise.
25995 (gimplify_omp_atomic_pipeline): Likewise.
25996 (gimplify_omp_atomic_mutex): Likewise.
25997 (gimplify_function_tree): Likewise.
25998
25999 * calls.c (alloca_call_p): Use new CALL_EXPR accessors.
26000 (call_expr_flags): Likewise.
26001 (expand_call): Likewise.
26002
26003 * except.c (expand_builtin_eh_return_data_regno): Pass entire
26004 CALL_EXPR as parameter instead of arglist. Use new CALL_EXPR
26005 accessors.
26006
26007 * coverage.c (create_coverage): Use build_call_expr.
26008
26009 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete.
26010 (temp_call_expr_obstack): New.
26011 (pool_copy_list): Delete.
26012 (temp_copy_call_expr): New.
26013 (phi_translate): Add case tcc_vl_exp for CALL_EXPR. Use new
26014 CALL_EXPR accessors. Get rid of special goo for copying argument
26015 lists and use temp_copy_call_expr instead.
26016 (valid_in_sets): Add case tcc_vl_exp for CALL_EXPR. Use new
26017 CALL_EXPR accessors.
26018 (create_expression_by_pieces): Likewise. Use build_call_array
26019 to construct the result instead of fold_build3.
26020 (create_value_expr_from): Add tcc_vl_exp. Delete special goo for
26021 dealing with argument lists.
26022 (init_pre): Remove references to expression_node_pool and
26023 list_node_pool. Init temp_call_expr_obstack instead.
26024 (fini_pre): Remove references to expression_node_pool and
26025 list_node_pool.
26026
26027 * tree-sra.c (sra_walk_call_expr): Use new CALL_EXPR accessors
26028 and walk arguments explicitly instead of as a list.
26029
26030 * tree-mudflap.c (mf_build_check_statement_for): Use build_call_expr.
26031 (mx_register_decls): Likewise.
26032 (mudflap_register_call): Likewise.
26033 (mudflap_finish_file): Likewise.
26034
26035 * ipa-prop.c (ipa_callsite_compute_count): Use new CALL_EXPR accessors.
26036 (ipa_callsite_compute_param): Likewise.
26037
26038 * tree-vect-patterns.c (vect_recog_pow_pattern): Use new CALL_EXPR
26039 accessors and constructor.
26040
26041 * tree-nested.c (convert_nl_goto_reference): Use new CALL_EXPR
26042 accessors and constructor.
26043 (convert_tramp_reference): Likewise.
26044 (convert_call_expr): Likewise.
26045 (finalize_nesting_tree_1): Likewise.
26046
26047 * tree-ssa.c (tree_ssa_useless_type_conversion): Use new CALL_EXPR
26048 accessors.
26049
26050 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Use build_call_expr.
26051
26052 * tree-inline.c (initialize_inlined_parameters): Pass entire
26053 CALL_EXPR as parameter instead of arglist. Use new CALL_EXPR
26054 accessors.
26055 (estimate_num_insns_1): Use new CALL_EXPR accessors.
26056 (expand_call_inline): Tidy up call to initialize_inlined_parameters.
26057
26058 * tree-vect-transform.c (vect_create_epilog_for_reduction): Use
26059 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
26060 (vectorizable_reduction): Likewise.
26061 (vectorizable_call): Use new CALL_EXPR iterators.
26062 (vectorizable_conversion): Use build_call_expr.
26063 (vectorizable_operation): Use TREE_OPERAND_LENGTH.
26064 (vect_gen_widened_results_half): Use build_call_expr.
26065 (vect_setup_realignment): Likewise.
26066 (vectorizable_live_operation): Use TREE_OPERAND_LENGTH.
26067
26068 * tree-object-size.c (alloc_object_size): Use new CALL_EXPR accessors.
26069 (pass_through_call): Likewise.
26070 (compute_object_sizes): Likewise. Use fold_call_expr instead of
26071 fold_builtin.
26072
26073 * tree-profile.c (tree_gen_interval_profiler): Use build_call_expr.
26074 (tree_gen_pow2_profiler): Likewise.
26075 (tree_gen_one_value_profiler): Likewise.
26076 (tree_gen_ic_func_profiler): Likewise.
26077 (tree_gen_average_profiler): Likewise.
26078 (tree_gen_ior_profiler): Likewise.
26079
26080 * tree-ssa-structalias.c (get_constraint_for): Add case tcc_vl_exp.
26081 (find_func_aliases): Use new CALL_EXPR accessors. Add case
26082 tcc_vl_exp. Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
26083
26084 * tree-ssa-reassoc.c (get_rank): Use TREE_OPERAND_LENGTH instead
26085 of TREE_CODE_LENGTH.
26086
26087 * stmt.c (warn_if_unused_value): Use TREE_OPERAND_LENGTH instead
26088 of TREE_CODE_LENGTH.
26089
26090 * convert.c (convert_to_real): Use new CALL_EXPR accessors and
26091 constructor.
26092 (convert_to_integer): Likewise.
26093
26094 * tree-ssa-operands.c (get_call_expr_operands): Use new CALL_EXPR
26095 accessors.
26096
26097 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
26098 Brooks Moses <brooks.moses@codesourcery.com>
26099 Lee Millward <lee.millward@codesourcery.com>
26100
26101 * config/alpha/alpha.c (alpha_expand_builtin): Use new CALL_EXPR
26102 accessors.
26103 * config/frv/frv.c (frv_expand_builtin): Likewise.
26104 * config/s390/s390.c (s390_expand_builtin): Likewise.
26105
26106 * config/sparc/sparc.c (sparc_gimplify_va_arg): Use build_call_expr.
26107 (sparc_expand_builtin): Use new CALL_EXPR accessors.
26108
26109 * config/i386/i386.c (ix86_function_ok_for_sibcall): Likewise.
26110 (ix86_expand_binop_builtin): Pass entire CALL_EXPR as parameter
26111 instead of arglist. Use new CALL_EXPR accessors on it. Fix callers.
26112 (ix86_expand_store_builtin): Likewise.
26113 (ix86_expand_unop_builtin): Likewise.
26114 (ix86_expand_unop1_builtin): Likewise.
26115 (ix86_expand_sse_compare): Likewise.
26116 (ix86_expand_sse_comi): Likewise.
26117 (ix86_expand_vec_init_builtin): Likewise.
26118 (ix86_expand_vec_ext_builtin): Likewise.
26119 (ix86_expand_vec_set_builtin): Likewise.
26120 (ix86_expand_builtin): Use new CALL_EXPR accessors.
26121
26122 * config/sh/sh.c (sh_expand_builtin): Use new CALL_EXPR accessors.
26123 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
26124
26125 * config/iq2000/iq2000.c (expand_one_builtin): Pass entire CALL_EXPR
26126 instead of arglist. Use new CALL_EXPR accessors. Fix callers.
26127 (iq2000_expand_builtin): Use new CALL_EXPR accessors.
26128
26129 * config/rs6000/rs6000-c.c (altivec_build_resolved_builtin): Use
26130 build_call_expr.
26131 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Likewise.
26132 (rs6000_expand_unop_builtin): Pass entire CALL_EXPR instead of
26133 arglist. Use new CALL_EXPR accessors. Fix callers.
26134 (altivec_expand_abs_builtin): Likewise.
26135 (rs6000_expand_binop_builtin): Likewise.
26136 (altivec_expand_predicate_builtin): Likewise.
26137 (altivec_expand_lv_builtin): Likewise.
26138 (spe_expand_stv_builtin): Likewise.
26139 (altivec_expand_stv_builtin): Likewise.
26140 (rs6000_expand_ternop_builtin): Likewise.
26141 (altivec_expand_ld_builtin): Use new CALL_EXPR accessors.
26142 (altivec_expand_st_builtin): Likewise.
26143 (altivec_expand_dst_builtin): Likewise.
26144 (altivec_expand_vec_init_builtin): Pass entire CALL_EXPR instead of
26145 arglist. Use new CALL_EXPR accessors. Fix callers.
26146 (altivec_expand_vec_set_builtin): Likewise.
26147 (altivec_expand_vec_ext_builtin): Likewise.
26148 (altivec_expand_builtin): Use new CALL_EXPR accessors.
26149 (spe_expand_builtin): Likewise.
26150 (spe_expand_predicate_builtin): Pass entire CALL_EXPR instead of
26151 arglist. Use new CALL_EXPR accessors. Fix callers.
26152 (spe_expand_evsel_builtin): Likewise.
26153 (rs6000_expand_builtin): Use new CALL_EXPR accessors. VCFUX and
26154 FCFSX cases must construct whole new CALL_EXPR, not just arglist.
26155
26156 * config/arm/arm.c (arm_expand_binop_builtin): Pass entire CALL_EXPR
26157 instead of arglist. Use new CALL_EXPR accessors. Fix callers.
26158 (arm_expand_unop_builtin): Likewise.
26159 (arm_expand_builtin): Use new CALL_EXPR accessors.
26160
26161 * config/mips/mips.c (mips_expand_builtin): Use new CALL_EXPR
26162 accessors.
26163
26164 * config/bfin/bfin.c (bfin_expand_binop_builtin): Pass entire
26165 CALL_EXPR instead of arglist. Use new CALL_EXPR accessors.
26166 Fix callers.
26167 (bfin_expand_unop_builtin): Likewise.
26168 (bfin_expand_builtin): Use new CALL_EXPR accessors.
26169
26170 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
26171 Brooks Moses <brooks.moses@codesourcery.com>
26172 Lee Millward <lee.millward@codesourcery.com>
26173
26174 * c-semantics.c (build_stmt): Add internal diagnostic check.
26175
26176 * c-pretty-print.c (pp_c_postfix_expression): Use new CALL_EXPR
26177 accessors. Print arguments explicitly instead of as a list.
26178
26179 * c-typeck.c (build_function_call): Use new CALL_EXPR constructors.
26180
26181 * c-omp.c (c_finish_omp_barrier): Use build_call_expr.
26182 (c_finish_omp_flish): Likewise.
26183
26184 * c-common.c (verify_tree): Use new CALL_EXPR accessors. Traverse
26185 arguments explicitly instead of as a list. Use TREE_OPERAND_LENGTH
26186 instead of TREE_CODE_LENGTH.
26187 (check_function_arguments_recurse): Use new CALL_EXPR accessors.
26188 (c_warn_unused_result): Likewise.
26189
26190 2007-02-15 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
26191
26192 PR c/26494
26193 * doc/invoke.texi (Warning Options): Remove
26194 -Werror-implicit-function-declaration.
26195 (Wimplicit-function-declaration): Update description.
26196 * opts.c (common_handle_option): Move handling of -Werror=* to...
26197 (enable_warning_as_error): ...here.
26198 * opts.h (enable_warning_as_error): Declare.
26199 * c-decl.c (implicit_decl_warning): Unless
26200 -Wno-implicit-function-declaration is given, emit a pedwarn if
26201 -std=c99 or emit a warning if -Wimplicit-function-declaration.
26202 * c.opt (Wimplicit-function-declaration): Replace
26203 mesg_implicit_function_declaration with
26204 warn_implicit_function_declaration.
26205 * c-opts.c (c_common_handle_option):
26206 -Werror-implicit-function-declaration is exactly equal as
26207 -Werror=implicit-function-declaration.
26208 (set_Wimplicit): Replace mesg_implicit_function_declaration with
26209 warn_implicit_function_declaration.
26210 (c_common_post_options): -Wimplict-function-declaration is enabled
26211 by default by -std=c99, otherwise is disabled by default.
26212 * c-objc-common.c (c_objc_common_init): Remove flawed logic.
26213
26214 2007-02-15 Eric Botcazou <ebotcazou@adacore.com>
26215
26216 * gimplify.c (gimplify_modify_expr): During gimplification, attach a
26217 DECL on the rhs to a DECL on the lhs for debug info purposes if the
26218 former is ignored but not the latter.
26219
26220 2007-02-15 Eric Botcazou <ebotcazou@adacore.com>
26221
26222 * expr.c (expand_expr_real_1) <normal_inner_ref>: If a temporary
26223 is made and the reference doesn't use the alias set of its type,
26224 do not create the temporary using that type.
26225
26226 2007-02-15 Aldy Hernandez <aldyh@redhat.com>
26227
26228 * jump.c: Remove prototypes for delete_computation and
26229 delete_prior_computation.
26230
26231 2007-02-15 Paolo Bonzini <bonzini@gnu.org>
26232
26233 * jump.c (get_label_after): Delete.
26234 (get_label_before, delete_computation, delete_jump,
26235 delete_prior_computation, follow_jumps): Move...
26236 * reorg.c (delete_computation, delete_prior_computation): ... here...
26237 (get_label_before, delete_jump): ... making these static ...
26238 (follow_jumps): ... and simplifying this since it only runs after
26239 reload.
26240 * rtl.h (get_label_after, get_label_before, delete_jump,
26241 follow_jumps): Delete prototypes.
26242
26243 2007-02-15 Paolo Bonzini <bonzini@gnu.org>
26244
26245 * caller-save.c (save_call_clobbered_regs): Do not process sibcalls.
26246
26247 2007-02-15 Nick Clifton <nickc@redhat.com>
26248
26249 * varasm.c (default_asm_output_anchor): Prepend * to . symbol in
26250 order to prevent it from being munged by the target.
26251
26252 2007-02-15 Uros Bizjak <ubizjak@gmail.com>
26253
26254 * config/i386/i386.md: Remove misleading comment.
26255
26256 2007-02-15 Alexandre Oliva <aoliva@redhat.com>
26257
26258 * config/frv/frv.md (reload_incc, reload_outcc, reload_incc_uns,
26259 reload_outcc_uns, reload_incc_nz, reload_outcc_nz): Remove
26260 invalid patterns.
26261
26262 2007-02-15 Alexandre Oliva <aoliva@redhat.com>
26263
26264 * tree-sra.c (instantiate_missing_elements): Canonicalize
26265 bit-field types.
26266 (sra_build_assignment): New.
26267 (generate_copy_inout, generate_element_copy,
26268 generate_element_zero, generate_one_element_init): Use it.
26269
26270 2007-02-15 Alexandre Oliva <aoliva@redhat.com>
26271
26272 * tree-sra.c (instantiate_missing_elements): Canonicalize
26273 bit-field types.
26274 (sra_build_assignment): New.
26275 (generate_copy_inout, generate_element_copy,
26276 generate_element_zero, generate_one_element_init): Use it.
26277
26278 2007-02-15 Alexandre Oliva <aoliva@redhat.com>
26279
26280 * dwarf2out.c (dwarf2out_finish): Accept namespaces as context of
26281 limbo die nodes.
26282
26283 2007-02-14 Joseph Myers <joseph@codesourcery.com>
26284
26285 * emit-rtl.c (set_mem_attributes_minus_bitpos): Treat complex
26286 types as aggregates not scalars.
26287 * function.c (assign_stack_temp_for_type): Likewise.
26288
26289 2007-02-14 Roger Sayle <roger@eyesopen.com>
26290 Zdenek Dvorak <dvorakz@suse.cz>
26291
26292 * tree-dump.c (dump_switch_p_1): Require exact match of the option
26293 name.
26294
26295 2007-02-14 Zdenek Dvorak <dvorakz@suse.cz>
26296
26297 * passes.c (next_pass_1): Clear the next field of the copied
26298 pass structure.
26299
26300 2007-02-14 Richard Henderson <rth@redhat.com>
26301
26302 * tree-sra.c (early_sra): New.
26303 (decl_can_be_decomposed_p): Deny va_list if early_sra.
26304 (tree_sra_early, pass_sra_early): New.
26305 * tree-pass.h (pass_sra_early): Declare.
26306 * passes.c (init_optimization_passes): Use it.
26307
26308 2007-02-14 Richard Guenther <rguenther@suse.de>
26309
26310 * flags.h (issue_strict_overflow_warning): Convert to a macro.
26311
26312 2007-02-14 Dorit Nuzman <dorit@il.ibm.com>
26313
26314 PR tree-optimization/30771
26315 * tree-vect-analyze.c (vect_determine_vectorization_factor): Traverse
26316 also phi nodes.
26317 (vect_analyze_operations): Induction phis can now be marked as
26318 used_in_loop.
26319 (vect_mark_stmts_to_be_vectorized): No special treatment for phis.
26320 Update documentation accordingly.
26321
26322 2007-02-14 Nick Clifton <nickc@redhat.com>
26323
26324 * builtin-types.def (DEF_FUNCTION_TYPE_x): Do not imply that at
26325 most 3 arguments are supported.
26326 (DEF_FUNCTION_TYPE_VAR_5): Fix typo in its description.
26327
26328 2007-02-13 Seongbae Park <seongbae.park@gmail.com>
26329
26330 * bitmap.c (bitmap_and, bitmap_and_compl, bitmap_xor):
26331 Ensure dst->current is valid.
26332
26333 2007-02-13 Paul Brook <paul@codesourcery.com>
26334
26335 * config.gcc: Add arm*-*-uclinux-*eabi.
26336 * config/arm/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Define.
26337 (SUBTARGET_EXTRA_LINK_SPEC): Define.
26338 (STARTFILE_SPEC, ENDFILE_SPEC): Remove broken -shared handling.
26339 (LINK_GCC_C_SEQUENCE_SPEC): Undef.
26340 (LINK_SPEC): Define.
26341 (LIB_SPEC): Define.
26342 * config/arm/arm.c (arm_override_options): Use r9 as EABI PIC
26343 register.
26344 * config/arm/uclinux-eabi.h: New file.
26345 * config/arm/linux-eabi.h (WCHAR_TYPE): Remove.
26346 * config/arm/linux-gas.h (WCHAR_TYPE): Use unsigned long on AAPCS
26347 based targets.
26348
26349 2007-02-13 Ian Lance Taylor <iant@google.com>
26350
26351 * common.opt: Add Wstrict-overflow and Wstrict-overflow=.
26352 * flags.h (warn_strict_overflow): Declare.
26353 (enum warn_strict_overflow_code): Define.
26354 (issue_strict_overflow_warning): New static inline function.
26355 * opts.c (warn_strict_overflow): New variable.
26356 (common_handle_option): Handle OPT_Wstrict_overflow and
26357 OPT_Wstrict_overflow_.
26358 * c-opts.c (c_common_handle_option): Set warn_strict_overflow for
26359 OPT_Wall.
26360 * fold-const.c: Include intl.h.
26361 (fold_deferring_overflow_warnings): New static variable.
26362 (fold_deferred_overflow_warning): New static variable.
26363 (fold_deferred_overflow_code): New static variable.
26364 (fold_defer_overflow_warnings): New function.
26365 (fold_undefer_overflow_warnings): New function.
26366 (fold_undefer_and_ignore_overflow_warnings): New function.
26367 (fold_deferring_overflow_warnings_p): New function.
26368 (fold_overflow_warning): New static function.
26369 (make_range): Add strict_overflow_p parameter. Change all
26370 callers.
26371 (extract_muldiv, extract_muldiv_1): Likewise.
26372 (fold_unary) [ABS_EXPR]: Check ABS_EXPR before calling
26373 tree_expr_nonnegative_p.
26374 (fold_negate_expr): Call fold_overflow_warning.
26375 (fold_range_test): Likewise.
26376 (fold_comparison): Likewise.
26377 (fold_binary): Likewise. Call tree_expr_nonnegative_warnv_p
26378 instead of tree_expr_nonnegative_p.
26379 (tree_expr_nonnegative_warnv_p): Rename from
26380 tree_expr_nonnegative_p, add strict_overflow_p parameter.
26381 (tree_expr_nonnegative_p): New function.
26382 (tree_expr_nonzero_warnv_p): Rename from tree_expr_nonzero_p, add
26383 strict_overflow_p parameter.
26384 (tree_expr_nonzero_p): New function.
26385 * passes.c (verify_interpass_invariants): New static function.
26386 (execute_one_pass): Call it.
26387 * tree-ssa-loop-niter.c (expand_simple_operations): Ignore fold
26388 warnings.
26389 (number_of_iterations_exit, loop_niter_by_eval): Likewise.
26390 (estimate_numbers_of_iterations): Likewise.
26391 (scev_probably_wraps_p): Likewise.
26392 * tree-ssa-ccp.c: Include "toplev.h".
26393 (evaluate_stmt): Defer fold overflow warnings until we know we are
26394 going to optimize.
26395 (struct fold_stmt_r_data): Add stmt field.
26396 (fold_stmt_r): Defer fold overflow warnings until we know we
26397 optimized.
26398 (fold_stmt): Initialize stmt field of fold_stmt_r_data.
26399 (fold_stmt_inplace): Likewise.
26400 * tree-cfgcleanup.c: Include "toplev.h" rather than "errors.h".
26401 (cleanup_control_expr_graph): Defer fold overflow warnings until
26402 we know we are going to optimize.
26403 * tree-cfg.c (fold_cond_expr_cond): Likewise.
26404 * tree-ssa-threadedge.c (simplify_control_stmt_condition):
26405 Likewise.
26406 * tree-vrp.c (vrp_expr_computes_nonnegative): Call
26407 tree_expr_nonnegative_warnv_p instead of tree_expr_nonnegative_p.
26408 * tree-ssa-loop-manip.c (create_iv): Likewise.
26409 * c-typeck.c (build_conditional_expr): Likewise.
26410 (build_binary_op): Likewise.
26411 * tree-vrp.c (vrp_expr_computes_nonzero): Call
26412 tree_expr_nonzero_warnv_p instead of tree_expr_nonzero_p.
26413 (extract_range_from_unary_expr): Likewise.
26414 * simplify-rtx.c (simplify_const_relational_operation): Warn when
26415 assuming that signed overflow does not occur.
26416 * c-common.c (pointer_int_sum): Ignore fold overflow warnings.
26417 * tree.h (tree_expr_nonnegative_warnv_p): Declare.
26418 (fold_defer_overflow_warnings): Declare.
26419 (fold_undefer_overflow_warnings): Declare.
26420 (fold_undefer_and_ignore_overflow_warnings): Declare.
26421 (fold_deferring_overflow_warnings_p): Declare.
26422 (tree_expr_nonzero_warnv_p): Declare.
26423 * doc/invoke.texi (Option Summary): Add -Wstrict-overflow to list
26424 of warning options.
26425 (Warning Options): Document -Wstrict-overflow.
26426 * Makefile.in (tree-ssa-threadedge.o): Depend on toplev.h.
26427 (tree-ssa-ccp.o): Likewise.
26428 (tree-cfgcleanup.o): Change errors.h dependency to toplev.h.
26429 (fold-const.o): Depend on intl.h.
26430
26431 2007-02-13 Ian Lance Taylor <iant@google.com>
26432
26433 PR middle-end/30751
26434 * lower-subreg.c (resolve_simple_move): Decompose subregs in
26435 addresses.
26436
26437 2007-02-13 Stuart Hastings <stuart@apple.com>
26438
26439 * config/i386/i386.md (fixuns_truncdfhi2): Require SSE2.
26440
26441 2007-02-13 Richard Henderson <rth@redhat.com>
26442
26443 * config/alpha/alpha.c (alpha_stdarg_optimize_hook): Strip
26444 handled_component_p before looking for the indirect_ref.
26445
26446 2007-02-13 Richard Henderson <rth@redhat.com>
26447
26448 * config/i386/i386.md (bswapsi_1): Rename from bswapsi2,
26449 remove flags clobber.
26450 (bswapsi2): New expander, emit code for !TARGET_BSWAP.
26451 (bswaphi_lowpart): New.
26452 (bswapdi2): Rename from bswapdi2_rex, remove flags clobber,
26453 remove TARGET_BSWAP test. Delete expander of the same name.
26454
26455 * optabs.c (widen_bswap, expand_doubleword_bswap): New.
26456 (expand_unop): Use them.
26457
26458 2007-02-13 Uros Bizjak <ubizjak@gmail.com>
26459
26460 * config/i386/i386.md (cmpdi_ccno_1_rex64, *cmpsi_ccno_1,
26461 *cmphi_ccno_1, *cmpqi_ccno_1, *movsi_xor, *movstricthi_xor,
26462 *movstrictqi_xor, *movdi_xor_rex64, *ashldi3_1_rex64,
26463 *ashldi3_cmp_rex64, *ashldi3_cconly_rex64, ashlsi3, *ashlsi3_1_zext,
26464 *ashlsi3_cmp, *ashlsi3_cconly, *ashlsi3_cmp_zext, *ashlhi3_1_lea,
26465 *ashlhi3_1, *ashlhi3_cmp, *ashlhi3_cconly, *ashlqi3_1_lea,
26466 *ashlqi3_1, *ashlqi3_cmp, *ashlqi3_cconly): Remove equivalent
26467 assembler dialect choice from asm templates.
26468
26469 2007-02-12 Richard Henderson <rth@redhat.com>
26470
26471 * config/i386/i386.md (fixuns_trunc<SSEMODEF>si_1): New insn.
26472 (fixuns_trunc<SSEMODEF>si2): Use it.
26473 * config/i386/sse.md (vec_setv4sf_0): Export.
26474 * config/i386/i386.c (ix86_build_const_vector): Export.
26475 (ix86_split_convert_uns_si_sse): Rename from
26476 ix86_expand_convert_uns_si_sse and rewrite as a splitter.
26477 * config/i386/i386-protos.h: Update.
26478
26479 2007-02-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
26480
26481 PR c/29521
26482 * c-typeck.c (c_finish_return): Improve warning message.
26483
26484 2007-02-12 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
26485
26486 * alias.c (find_symbolic_term): Delete unused function.
26487
26488 2007-02-12 Uros Bizjak <ubizjak@gmail.com>
26489
26490 * config/i386/i386.md (paritydi2, paritysi2): New expanders.
26491 (paritydi2_cmp, paritydi2_cmp): New insn and split patterns.
26492 (*parityhi2_cmp, *parityqi2_cmp): New insn patterns.
26493
26494 2007-02-12 Eric Botcazou <ebotcazou@adacore.com>
26495
26496 * tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
26497 * cgraphunit.c (cgraph_expand_function): If DECL_IGNORED_P is set on
26498 the function, temporarily point the debug interface to the null one.
26499
26500 2007-02-12 Eric Botcazou <ebotcazou@adacore.com>
26501
26502 * dwarf2out.c (round_up_to_align): New static function.
26503 (field_byte_offset): Use it to round the offset.
26504
26505 2007-02-12 Richard Henderson <rth@redhat.com>
26506
26507 * config/alpha/alpha.md (bswapsi2, bswapdi2): New.
26508 (inswl_const): Export.
26509
26510 2007-02-12 Richard Henderson <rth@redhat.com>
26511
26512 * calls.c (emit_library_call_value_1): If PROMOTE_MODE modifed the
26513 result mode of the libcall, convert back to outmode.
26514
26515 2007-02-12 Roger Sayle <roger@eyesopen.com>
26516
26517 * config/i386/i386.md (*bswapdi2_rex): Renamed from bswapdi2.
26518 (bswapdi2): New define_expand to implement 32-bit implementation.
26519
26520 2007-02-12 Nick Clifton <nickc@redhat.com>
26521
26522 * doc/invoke.texi (Overall Options): Document --help=.
26523 * gcc.c (target_help_flag): Rename to print_subprocess_flag.
26524 (cc1_options): Pass --help= on to cc1.
26525 (display_help): Add description of --help=.
26526 (process_command): Add code to handle --help=. Allow translated
26527 --help and --target-help switches to be passed on to compiler
26528 sub-process.
26529 (main): Remove unused if statement.
26530 * opts.c (columns): Remove.
26531 (LEFT_COLUMN): Define.
26532 (wrap_help): Add columns argument.
26533 (print_filtered_help): Change parameters to be an include bitmask,
26534 an exclude bitmask, an any bitmask and the column width. Move the
26535 code to display the params list here. Add code to display the
26536 status of options rather than their descriptions if the quiet flag
26537 is not active.
26538 (print_specific_help): Change parameters to be an include bitmask,
26539 an exclude bitmask and an any bitmask. Move code to look up the
26540 column width here. Decide upon the title for an options listing.
26541 (common_handle_options): Add code to handle --help=. Adapt code
26542 for --help and --target-help to use the revised form of the
26543 print_specific_help function.
26544 (print_help): Delete.
26545 (print_param_help): Delete.
26546 (print_switch): Delete.
26547 * opts.h (cl_lang_count): Add prototype.
26548 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_MIN_OPTION_CLASS,
26549 CL_MAX_OPTION_CLASS): New defines.
26550 * optc-gen.awk: Add construction of cl_lang_count.
26551 * c.opt: Add Warning attribute to warning options and Optimization
26552 attribute to optimization options.
26553 * common.opt: Likewise.
26554 Add --help=.
26555 Add -fhelp and -ftarget-help as aliases for the transformed --help
26556 and --target-help options.
26557 * opt-functions.awk: Add code to handle Warning and Optimization
26558 attributes.
26559
26560 2007-02-12 Richard Henderson <rth@redhat.com>
26561
26562 * config/alpha/constraints.md: New file.
26563 * config/alpha/alpha.c: Include tm-constrs.h.
26564 (alpha_const_ok_for_letter_p, alpha_const_double_ok_for_letter_p,
26565 alpha_extra_constraint): Remove.
26566 (alpha_emit_conditional_branch): Use satisfies_constraint_*.
26567 * config/alpha/alpha-protos.h: Update.
26568 * config/alpha/alpha.h (REG_CLASS_FROM_LETTER): Remove.
26569 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Remove.
26570 (EXTRA_CONSTRAINT): Remove.
26571 * config/alpha/alpha.md: Include constraints.md.
26572 (adddi splitter): Use satisfies_constraint_*.
26573 * config/alpha/predicates.md (add_operand): Likewise.
26574 (sext_add_operand, addition_operation): Likewise.
26575
26576 2007-02-12 Dorit Nuzman <dorit@il.ibm.com>
26577
26578 PR tree-optimization/29145
26579 * tree-data-ref.c (base_addr_differ_p): Make us more conservative
26580 in our handling of restrict qualified pointers.
26581
26582 2007-02-12 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
26583
26584 PR middle-end/7651
26585 * doc/invoke.texi (Wunused-value): Update description.
26586 (Wextra): Delete item.
26587 * opts.c (set_Wextra): Don't use the value of Wextra to set the
26588 value of Wunused-value.
26589 * c-typeck.c (c_process_expr_stmt): Don't check extra_warnings.
26590 (c_finish_stmt_expr): Don't check extra_warnings.
26591 (emit_side_effect_warnings): The caller is responsible to check
26592 warn_unused_value.
26593
26594 2007-02-11 Roger Sayle <roger@eyesopen.com>
26595 Matt Thomas <matt@3am-software.com>
26596
26597 * simplify-rtx.c (simplify_relational_operation_1): Correct typo.
26598
26599 2007-02-11 Roger Sayle <roger@eyesopen.com>
26600
26601 * simplify-rtx.c (simplify_relational_operation_1): Optimize
26602 comparisons of POPCOUNT against zero.
26603 (simplify_const_relational_operation): Likewise.
26604
26605 2007-02-11 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
26606
26607 * doc/invoke.texi (Wextra): Delete outdated paragraph.
26608
26609 2007-02-11 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
26610
26611 * dwarf2out.c (root_type): Delete unused function.
26612
26613 2007-02-11 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
26614
26615 * genattrtab.c (contained_in_p): Delete unused function.
26616 (write_expr_attr_cache): Likewise.
26617
26618 2007-02-11 Jan Hubicka <jh@suse.cz>
26619
26620 * ipa-inline.c (cgraph_edge_badness): Add "else" missing in the
26621 previous patch.
26622
26623 2007-02-11 Steven Bosscher <steven@gcc.gnu.org>
26624
26625 * fwprop.c (try_fwprop_subst): Use set_unique_reg_note
26626 to add the REG_EQ* note.
26627 * see.c (see_merge_one_use_extension): Likewise.
26628 * local-alloc.c (update_equiv_regs): Likewise. Also don't
26629 turn REG_EQUAL notes into REG_EQUIV notes if the target
26630 register may have more than one set.
26631 * function.c (assign_parm_setup_reg): Use set_unique_reg_note.
26632 * gcse.c (try_replace_reg): Likewise.
26633 * alias.c (init_alias_analysis): Use find_reg_equal_equiv_note.
26634 * calls.c (fixup_tail_calls): Likewise. Abort if there is
26635 more than one REG_EQUIV note.
26636 * reload1.c (gen_reload): Use set_unique_reg_note.
26637
26638 2007-02-11 Uros Bizjak <ubizjak@gmail.com>
26639
26640 * config/i386/i386.c (TARGET_VECTORIZE_BUILTIN_CONVERSION): Define.
26641 (ix86_builtin_conversion): New function.
26642
26643 2007-02-06 Mark Mitchell <mark@codesourcery.com>
26644
26645 PR target/29487
26646 * tree.h (DECL_REPLACEABLE_P): New macro.
26647 * except.c (set_nothrow_function_flags): Likewise.
26648
26649 2007-02-11 Tehila Meyzels <tehila@il.ibm.com>
26650 Ira Rosen <irar@il.ibm.com>
26651 Dorit Nuzman <dorit@il.ibm.com>
26652
26653 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.
26654 * targhooks.c (default_builtin_vectorized_conversion): New.
26655 * targhooks.h (default_builtin_vectorized_function): New declaration.
26656 * target.h (struct vectorize): Add builtin_conversion field.
26657 * tree-vectorizer.h (type_conversion_vec_info_type): New enum
26658 stmt_vec_info_type value.
26659 (vectorizable_conversion): New declaration.
26660 * tree-vect-analyze.c (vect_analyze_operations): Add
26661 vectorizable_conversion call.
26662 * target-def.h (TARGET_VECTORIZE_BUILTIN_CONVERSION): New.
26663 * tree-vect-transform.c (vectorizable_conversion): New function.
26664 (vect_transform_stmt): Add case for type_conversion_vec_info_type.
26665 * tree-vect-generic.c (expand_vector_operations_1): Consider correct
26666 mode.
26667 * config/rs6000/rs6000.c (rs6000_builtin_conversion): New.
26668 (TARGET_VECTORIZE_BUILTIN_CONVERSION): Defined.
26669 (rs6000_expand_builtin): Add handling a case of ALTIVEC_BUILTIN_VCFUX
26670 or ALTIVEC_BUILTIN_VCFSX.
26671
26672 2007-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
26673
26674 PR target/30634
26675 * pa.md (movdf): For 64-bit target, fail if operand 1 is a non-zero
26676 CONST_DOUBLE and operand 0 is a hard register.
26677 (movdi): For 64-bit target, remove code to force CONST_DOUBLE to
26678 memory. Fail if operand 1 is a non-zero CONST_INT and operand 0
26679 is a hard floating-point register.
26680
26681 2007-02-10 Richard Henderson <rth@redhat.com>
26682 Jakub Jelinek <jakub@redhat.com>
26683 Alexandre Oliva <aoliva@redhat.com>
26684
26685 * Makefile.in (libgcc-support, libgcc.mvars): Add emutls.c.
26686 * builtin-types.def (BT_WORD): Make unsigned.
26687 (BT_FN_VOID_PTR_WORD_WORD_PTR): New.
26688 * builtins.def (BUILT_IN_EMUTLS_GET_ADDRESS): New.
26689 (BUILT_IN_EMUTLS_REGISTER_COMMON): New.
26690 * c-decl.c (grokdeclarator): Don't error if !have_tls.
26691 * c-parser.c (c_parser_omp_threadprivate): Likewise.
26692 * dwarf2out.c (loc_descriptor_from_tree_1): Don't do anything for
26693 emulated tls.
26694 * expr.c (emutls_var_address): New.
26695 (expand_expr_real_1): Expand emulated tls.
26696 (expand_expr_addr_expr_1): Likewise.
26697 * libgcc-std.ver: Add __emutls_get_address, __emutls_register_common.
26698 * output.h (emutls_finish): Declare.
26699 * toplev.c (compile_file): Call it.
26700 * tree-ssa-address.c (gen_addr_rtx): Check for const-ness of the
26701 address before wrapping in CONST.
26702 * varasm.c (emutls_htab, emutls_object_type): New.
26703 (EMUTLS_VAR_PREFIX, EMUTLS_TMPL_PREFIX): New.
26704 (get_emutls_object_name, get_emutls_object_type): New.
26705 (get_emutls_init_templ_addr, emutls_decl): New.
26706 (emutls_common_1, emutls_finish): New.
26707 (assemble_variable): When emulating tls, swap decls; generate
26708 constructor for the emutls objects.
26709 (do_assemble_alias): When emulating tls, swap decl and target name.
26710 (default_encode_section_info): Don't add SYMBOL_FLAG_TLS_SHIFT
26711 for emulated tls.
26712 * varpool.c (decide_is_variable_needed): Look at force_output.
26713 Recurse for emulated tls.
26714 (cgraph_varpool_remove_unreferenced_decls): Remove checks redundant
26715 with decide_is_variable_needed.
26716 * emutls.c: New file.
26717 * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): Only emit
26718 tls_object for real tls.
26719
26720 2007-02-10 Kaz Kojima <kkojima@gcc.gnu.org>
26721
26722 PR rtl-optimization/29599
26723 * reload1.c (eliminate_regs_in_insn): Take the destination
26724 mode into account when computing the offset.
26725
26726 2007-02-09 Stuart Hastings <stuart@apple.com>
26727 Richard Henderson <rth@redhat.com>
26728
26729 * config/i386/i386.h (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
26730 * config/i386/darwin.h: (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
26731 * config/i386/i386.md (fixuns_trunc<mode>si2, fixuns_truncsfhi2,
26732 fixuns_truncdfhi2): New.
26733 (fix_truncsfdi_sse): Call ix86_expand_convert_sign_didf_sse.
26734 (floatunsdidf2): Call ix86_expand_convert_uns_didf_sse.
26735 (floatunssisf2): Add call to ix86_expand_convert_uns_sisf_sse.
26736 (floatunssidf2): Allow nonimmediate source.
26737 * config/i386/sse.md (movdi_to_sse): New.
26738 (vec_concatv2di): Drop '*'.
26739 * config/i386/i386-protos.h (ix86_expand_convert_uns_si_sse,
26740 ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
26741 ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse):
26742 New.
26743 * config/i386/i386.c (ix86_expand_convert_uns_si_sse,
26744 ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
26745 ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse,
26746 ix86_build_const_vector, ix86_expand_vector_init_one_nonzero): New.
26747 (ix86_build_signbit_mask): Fix decl of v, refactor to call
26748 ix86_build_const_vector.
26749 (x86_emit_floatuns): Rewrite.
26750
26751 2007-02-10 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
26752
26753 * genautomata.c (longest_path_length): Delete unused function.
26754 (struct state): Delete unused longest_path_length.
26755 (UNDEFINED_LONGEST_PATH_LENGTH): Delete unused macro.
26756 (get_free_state): Delete unused.
26757
26758 2007-02-09 Jan Hubicka <jh@suse.cz>
26759
26760 * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 30.
26761 * doc/invoke.texi (inline-unit-growth): Update default value.
26762
26763 * Makefile.in (passes.o, ipa-inline.o): Add dependencies.
26764 * cgraphbuild.c (build_cgraph_edges): Compute frequencies.
26765 (rebuild_cgraph_edges): Likewise.
26766 * cgraph.c (cgraph_set_call_stmt): Add new argument frequency.
26767 (dump_cgraph_node): Dump frequencies.
26768 (cgraph_clone_edge): Add frequency scales.
26769 (cgraph_clone_node): Add freuqnecy.
26770 * cgraph.h (cgraph_edge): Add freuqnecy argument.
26771 (CGRAPH_FREQ_BASE, CGRAPH_FREQ_MAX): New constants.
26772 (cgraph_create_edge, cgraph_clone_edge, cgraph_clone_node): Update.
26773 * tree-pass.h (TODO_rebuild_frequencies): New constant.
26774 * cgraphunit.c (verify_cgraph_node): Verify frequencies.
26775 (cgraph_copy_node_for_versioning): Update call of cgraph_clone_edge.
26776 (save_inline_function_body): Likewise.
26777 * ipa-inline.c: inluce rtl.h
26778 (cgraph_clone_inlined_nods): Update call of cgraph_clone_node.
26779 (cgraph_edge_badness): Use frequencies.
26780 (cgraph_decide_recursive_inlining): Update clonning.
26781 (cgraph_decide_inlining_of_small_function): Dump frequency.
26782 * predict.c (estimate_bb_frequencies): Export.
26783 * predict.h (estimate_bb_frequencies): Declare.
26784 * tree-inline.c (copy_bb): Watch overflows.
26785 (expand_call_inline): Update call of cgraph_create_edge.
26786 (optimize_inline_calls): Use TODO flags to update frequnecies.
26787 * passes.h: Include predict.h
26788 (init_optimization_passes): Move profile ahead.
26789 (execute_function_todo): Handle TODO_rebuild_frequencies.
26790
26791 2007-02-09 Roger Sayle <roger@eyesopen.com>
26792
26793 * config/alpha/alpha.c (emit_insxl): Force the first operand of
26794 the insbl or inswl pattern into a register.
26795
26796 2007-02-09 Roger Sayle <roger@eyesopen.com>
26797
26798 * config/ia64/ia64.md (bswapdi2): New define_insn.
26799
26800 2007-02-09 Richard Henderson <rth@redhat.com>
26801
26802 * config/i386/constraints.md (Ym): New constraint.
26803 * config/i386/i386.md (movsi_1): Change Y2 to Yi constraints.
26804 (movdi_1_rex64): Split sse and xmm general register moves from
26805 memory move alternatives. Use conditional register constraints.
26806 (movsf_1, movdf_integer): Likewise.
26807 (zero_extendsidi2_32, zero_extendsidi2_rex64): Likewise.
26808 (movdf_integer_rex64): New.
26809 (pushsf_rex64): Fix output constraints.
26810 * config/i386/sse.md (sse2_loadld): Split rm alternative, use Yi.
26811 (sse2_stored): Likewise.
26812 (sse2_storeq_rex64): New.
26813 * config/i386/i386.c (x86_inter_unit_moves): Enable for not
26814 amd and not generic.
26815 (ix86_secondary_memory_needed): Don't bypass TARGET_INTER_UNIT_MOVES
26816 for optimize_size. Remove SF/DFmode hack.
26817
26818 2007-02-09 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
26819
26820 * config/i386/driver-i386.c: Turn on -mtune=native for AMDFAM10.
26821 (bit_SSE4a): New.
26822
26823 2007-02-09 Nathan Sidwell <nathan@codesourcery.com>
26824 Richard Sandiford <richard@codesourcery.com>
26825
26826 * config.gcc (m68010-*-netbsdelf*, m68k*-*-netbsdelf*)
26827 (m68k*-*-openbsd*, m68k-*-linux*): Set default_cf_cpu.
26828 (m68k-*-aout*, m68k-*-coff*, m68k-*-uclinux*, m68k-*-rtems*): Add
26829 m68k/t-mlib to tmake_file.
26830 (m68020-*-elf*, m68k-*-elf*): Likewise. Add t-m68kbare as well.
26831 (m68k*-*-*): Use --with-arch to pick a default for --with-cpu.
26832 (m680[012]0-*-*, m68k*-*-*): Add support for --with-arch.
26833 Allow it to be cf or m68k. Set m68k_arch_family. If that
26834 variable is not empty, add t-$m68k_arch_family to tmake_file.
26835 Add t-mlibs to tmake_file.
26836 * doc/install.texi: Document --with-arch=m68k and --with-arch=cf.
26837 * config/m68k/t-cf: New file.
26838 * config/m68k/t-m68k: Likewise.
26839 * config/m68k/t-mlibs: Likewise.
26840 * config/m68k/t-m68kbare (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
26841 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
26842 (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
26843 * config/m68k/t-m68kelf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
26844 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS, LIBGCC, INSTALL_LIBGCC):
26845 Delete.
26846 * config/m68k/t-openbsd (MULTILIB_OPTIONS, LIBGCC): Delete.
26847 (INSTALL_LIBGCC): Delete.
26848 (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
26849 * config/m68k/t-rtems (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
26850 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
26851 (M68K_MLIB_CPU): Define.
26852 * config/m68k/t-uclinux (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
26853 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
26854 (M68K_MLIB_CPU, M68K_MLIB_OPTIONS, M68K_MLIB_DIRNAMES): Define.
26855
26856 2007-02-09 Zdenek Dvorak <dvorakz@suse.cz>
26857 Richard Guenther <rguenther@suse.de>
26858
26859 PR middle-end/23361
26860 * fold-const.c (fold_comparison): Handle obfuscated comparisons
26861 against INT_MIN/INT_MAX.
26862 * tree-ssa-loop-ivcanon.c (remove_empty_loop): Print to dump
26863 file if a loop is removed.
26864
26865 2007-02-09 Joseph Myers <joseph@codesourcery.com>
26866
26867 * calls.c (store_one_arg): Pass correct alignment to
26868 emit_push_insn for non-BLKmode values.
26869 * expr.c (emit_push_insn): If STRICT_ALIGNMENT, copy to an
26870 unaligned stack slot via a suitably aligned slot.
26871
26872 2007-02-08 DJ Delorie <dj@redhat.com>
26873
26874 * config/m32c/m32c.c (m32c_unpend_compare): Add default to silence
26875 warnings.
26876 (legal_subregs): Use unsigned char, make const.
26877 (m32c_illegal_subreg_p): Use ARRAY_SIZE. Delete unused variables.
26878
26879 2007-02-08 Paul Brook <paul@codesourcery.com>
26880
26881 * config/arm/lib1funcs.asm (RETLDM): Pop directly into PC when no
26882 special interworking needed.
26883
26884 2007-02-08 Harsha Jagasia <harsha.jagasia@amd.com>
26885
26886 * config/i386/xmmintrin.h: Make inclusion of emmintrin.h
26887 conditional to __SSE2__.
26888 (Entries below should have been added to first ChangeLog
26889 entry for amdfam10 dated 2007-02-05)
26890 * config/i386/emmintrin.h: Generate #error if __SSE2__ is not
26891 defined.
26892 * config/i386/pmmintrin.h: Generate #error if __SSE3__ is not
26893 defined.
26894 * config/i386/tmmintrin.h: Generate #error if __SSSE3__ is not
26895 defined.
26896
26897 2007-02-08 DJ Delorie <dj@redhat.com>
26898
26899 * config/m32c/m32c-protos.h (m32c_illegal_subreg_p): New.
26900 * config/m32c/m32c.c (legal_subregs): New.
26901 (m32c_illegal_subreg_p): New.
26902 * config/m32c/predicates.md (m32c_any_operand): Use it to reject
26903 unsupported subregs of hard regs.
26904
26905 2007-02-08 Jan Hubicka <jh@suse.cz>
26906
26907 * tree-cfg.c (bsi_replace): Shortcut when replacing the statement with
26908 the same one; always update histograms.
26909
26910 2007-02-08 Diego Novillo <dnovillo@redhat.com>
26911
26912 * passes.c (init_optimization_passes): Tidy comment.
26913
26914 2007-02-08 Roger Sayle <roger@eyesopen.com>
26915
26916 * simplify-rtx.c (simplify_unary_operation_1) <POPCOUNT>: We can
26917 strip zero_extend, bswap and rotates from POCOUNT's argument.
26918 <PARITY>: Likewise, we can strip not, bswap, sign_extend,
26919 zero_extend and rotates from PARITY's argument.
26920 <BSWAP>: A byte-swap followed by a byte-swap is an identity.
26921 (simplify_const_unary_operation) <BSWAP>: Evaluate the byte-swap
26922 of an integer constant at compile-time.
26923
26924 2007-02-08 Diego Novillo <dnovillo@redhat.com>
26925
26926 PR 30562
26927 * tree-flow.h (struct var_ann_d): Remove field 'is_used'.
26928 Update all users.
26929 * tree-ssa-alias.c (compute_is_aliased): Remove. Update all
26930 users.
26931 (init_alias_info):
26932 * tree-ssa-live.c (remove_unused_locals): Do not remove
26933 TREE_ADDRESSABLE variables.
26934 * tree-ssa-structalias.c (compute_points_to_sets): Tidy.
26935 * tree-ssa-operands.c (add_virtual_operand): Remove argument
26936 FOR_CLOBBER. Update all users.
26937 If VAR has an associated alias set, add a virtual operand for
26938 it if no alias is found to conflict with the memory reference.
26939
26940 2007-02-07 Jan Hubicka <jh@suse.cz>
26941 Robert Kidd <rkidd@crhc.uiuc.edu>
26942
26943 * value-prof.c (visit_hist, free_hist): Return 1 instead of 0.
26944
26945 2007-02-07 Ian Lance Taylor <iant@google.com>
26946
26947 * lower-subreg.c (simple_move): Reject PARTIAL_INT modes.
26948
26949 2007-02-07 Roger Sayle <roger@eyesopen.com>
26950
26951 * config/rs6000/rs6000.md (ctz<mode>2, ffs<mode>2, popcount<mode>2,
26952 parity<mode>2, smulsi3_highpart, abstf2_internal, allocate_stack,
26953 tablejumpdi, movsi_to_cr_one): Remove constraints from
26954 define_expand's match_operands.
26955
26956 2007-02-07 Roger Sayle <roger@eyesopen.com>
26957
26958 * global.c (compute_regsets): Move declatation of "i" inside of
26959 #ifdef ELIMINABLE_REGS to avoid unused variable bootstrap failure.
26960
26961 2007-02-07 Jakub Jelinek <jakub@redhat.com>
26962
26963 PR c++/30703
26964 * gimplify.c (gimplify_scan_omp_clauses): Remove special casing
26965 of INDIRECT_REF <RESULT_DECL>.
26966
26967 * config/i386/i386.c (override_options): Set PTA_SSSE3 for core2.
26968
26969 2007-02-06 J"orn Rennecke <joern.rennecke@arc.com>
26970 Kaz Kojima <kkojima@gcc.gnu.org>
26971
26972 PR target/29746
26973 * config/sh/sh.c (expand_cbranchdi4): Use scratch register
26974 properly.
26975 (sh_initialize_trampoline): Add parentheses to avoid a warning.
26976
26977 2007-02-06 Zdenek Dvorak <dvorakz@suse.cz>
26978
26979 * doc/loop.texi: Document possibility not to perform disambiguation
26980 of loops with multiple latches.
26981 * cfgloopmanip.c (alp_enum_p): Removed.
26982 (add_loop): Handle subloops. Use get_loop_body_with_size.
26983 (create_preheader): Do not allow ENTRY_BLOCK_PTR to be preheader.
26984 * cfghooks.c (redirect_edge_and_branch_force): Set dominator for
26985 the new forwarder block.
26986 (make_forwarder_block): Only call new_bb_cbk if it is not NULL.
26987 Handle the case latch is NULL.
26988 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Avoid cfg
26989 modifications when marking loop exits.
26990 * ifcvt.c (if_convert): Ditto. Mark loop exits even if cfg cannot
26991 be modified.
26992 * loop-init.c (loop_optimizer_init): Do not modify cfg. Call
26993 disambiguate_loops_with_multiple_latches.
26994 * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Calculate dominators
26995 before fix_loop_structure.
26996 * cfgloop.c: Include pointer-set.h and output.h.
26997 (canonicalize_loop_headers, HEADER_BLOCK, LATCH_EDGE,
26998 update_latch_info, mfb_keep_just, mfb_keep_nonlatch): Removed.
26999 (get_loop_latch_edges, find_subloop_latch_edge_by_profile,
27000 find_subloop_latch_edge_by_ivs, find_subloop_latch_edge,
27001 mfb_redirect_edges_in_set, form_subloop, merge_latch_edges,
27002 disambiguate_multiple_latches, get_loop_body_with_size,
27003 disambiguate_loops_with_multiple_latches): New functions.
27004 (flow_loop_dump): Dump multiple latch edges.
27005 (flow_loop_nodes_find): Handle loops with multiple latches.
27006 (flow_loops_find): Ditto. Do not call canonicalize_loop_headers.
27007 (glb_enum_p): Modified.
27008 (get_loop_body): Use get_loop_body_with_size.
27009 * cfgloop.h (LOOPS_HAVE_RECORDED_EXITS): New flag.
27010 (AVOID_CFG_MODIFICATIONS): New constant.
27011 (disambiguate_loops_with_multiple_latches, add_loop,
27012 get_loop_body_with_size): Declare.
27013 * Makefile.in (cfgloop.o): Add pointer-set.h and output.h.
27014
27015 2007-02-06 Seongbae Park <seongbae.park@gmail.com>
27016
27017 PR inline-asm/28686
27018 * global.c (compute_regsets): New function.
27019 (global_alloc): Refactored ELIMINABLE_REGSET
27020 and NO_GLOBAL_ALLOC_REGS computation out.
27021 (rest_of_handle_global_alloc): Call compute_regsets()
27022 for non-optimizing case.
27023
27024 2007-02-06 Richard Henderson <rth@redhat.com>
27025
27026 * config/i386/constraints.md (Y2): Rename from Y.
27027 (Yi): New constraint.
27028 * config/i386/i386.md (movsi_1, movdi_2, pushdf_nointeger,
27029 pushdf_integer, movdf_nointeger, movdf_integer, zero_extendsidi2_32,
27030 zero_extendsidi2_rex64, truncxfdf2_mixed): Change Y constraints to Y2.
27031 (extendsfdf2_mixed, extendsfdf2_sse, truncdfsf_fast_mixed,
27032 truncdfsf_fast_sse, truncdfsf_mixed, fix_truncdfdi_sse,
27033 fix_truncdfsi_sse, floatsidf2_mixed, floatsidf2_sse,
27034 floatdidf2_mixed, floatdidf2_sse, absnegdf2_mixed,
27035 absnegdf2_sse, sse_setccdf, fop_df_comm_mixed, fop_df_comm_sse,
27036 fop_df_1_mixed, fop_df_1_sse): Change Y constraints to x.
27037 * config/i386/mmx.md (mov<MMXMODEI>_internal_rex64,
27038 mov<MMXMODEI>_internal, movv2sf_internal_rex64, movv2sf_internal,
27039 vec_extractv2si_1): Change Y constraints to Y2.
27040 * config/i386/sse.md (vec_setv4sf_0, vec_concatv2df, vec_dupv4si,
27041 vec_dupv2di, sse2_concatv2si, vec_concatv4si_1, vec_concatv2di):
27042 Change Y constraints to Y2.
27043 (sse2_loadld): Change Y constraints to x.
27044
27045 2007-02-06 Roger Sayle <roger@eyesopen.com>
27046
27047 * config/rs6000/rs6000.md (popcount<mode>2): Rewrite.
27048 (parity<mode>2): New define_expand using rs6000_emit_parity.
27049 * config/rs6000/rs6000.c (rs6000_emit_popcount,
27050 rs6000_emit_parity): New functions.
27051 * config/rs6000/rs6000-protos.h (rs6000_emit_popcount,
27052 rs6000_emit_parity): Prototype here.
27053
27054 2007-02-06 Ian Lance Taylor <iant@google.com>
27055
27056 * lower-subreg.c (simple_move_operand): Reject CONST.
27057 (resolve_clobber): Call validate_change rather than directly
27058 assigning to XEXP (pat, 0).
27059
27060 2006-02-06 Paolo Bonzini <bonzini@gnu.org>
27061
27062 * Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.
27063 (tree-ssa-reassoc.o): Add pointer-set.h dependency.
27064 (tree-cfg.o): Remove hashtab.h dependency.
27065
27066 * tree-ssa-loop-ivopts.c: Include pointer-set.h.
27067 (struct ivopts_data): Change niters to pointer_map_t.
27068 (struct nfe_cache_elt, nfe_hash, nfe_eq): Delete.
27069 (niter_for_exit): Create pointer_map on demand. Change for
27070 pointer_map API.
27071 (tree_ssa_iv_optimize_init): Initialize data->niters to NULL.
27072 (free_loop_data): Destroy data->niters if created and reset field.
27073 (tree_ssa_iv_optimize_finalize): Don't delete data->niters here.
27074 (tree_ssa_iv_optimize_loop): Check for presence of stale data.
27075
27076 * tree-ssa-reassoc.c: Include pointer-set.h.
27077 (bb_rank): Change to long *.
27078 (operand_rank): Change to pointer_map_t.
27079 (find_operand_rank): Return long, -1 if not found. Declare as inline.
27080 (insert_operand_rank): Accept long.
27081 (operand_entry_hash, operand_entry_eq): Remove.
27082 (get_rank): Return long. Adjust for changes above.
27083 (init_reassoc): Change rank type to long. Adjust creation of bb_rank
27084 and operand_rank.
27085 (fini_reassoc): Delete operand_rank with pointer_map_destroy.
27086
27087 * tree-ssa-structalias.c (vi_for_tree): Change to pointer_map.
27088 (struct tree_vi, tree_vi_t, tree_vi_hash, tree_vi_eq): Delete.
27089 (insert_vi_for_tree): Rewrite for pointer_map API. Assert argument
27090 is not NULL.
27091 (lookup_vi_for_tree): Rewrite for pointer_map API. Return varinfo_t
27092 directly since it cannot be NULL.
27093 (get_vi_for_tree): Rewrite for pointer_map API.
27094 (find_what_p_points_to): Adjust for change to lookup_vi_for_tree.
27095 (init_alias_vars): Create vi_for_tree as pointer_map.
27096 (delete_points_to_sets): Delete vi_for_tree using pointer_map_destroy.
27097
27098 * tree-cfg.c: Don't include hashtab.h.
27099 (edge_to_cases): Declare as pointer_map.
27100 (struct edge_to_cases_elt, edge_to_cases_hash, edge_to_cases_eq):
27101 Delete.
27102 (edge_to_cases_cleanup): Rewrite as pointer_map_traverse callback.
27103 (start_recording_case_labels): Create edge_to_cases as pointer_map.
27104 (end_recoding_case_labels): Cleanup edge_to_cases manually before
27105 destroying it.
27106 (record_switch_edge): Delete.
27107 (get_cases_for_edge): Adjust for pointer_map API, inline
27108 record_switch_edge (rewritten for new API), remove goto.
27109
27110 2006-02-06 Paolo Bonzini <bonzini@gnu.org>
27111
27112 * Makefile.in (tree-nested.o): Add pointer-set.h dependency.
27113 * tree-nested.c: Include pointer-set.h.
27114 (var_map_elt, var_map_eq, var_map_hash): Delete.
27115 (struct nesting_info): Remove GTY marker. Change the two htab_t's
27116 to pointer_map_t's.
27117 (nesting_info_bitmap_obstack): New.
27118 (lookup_field_for_decl): Adjust for pointer_map API.
27119 (lookup_tramp_for_decl): Adjust for pointer_map API.
27120 (get_nonlocal_debug_decl): Adjust for pointer_map API.
27121 (get_local_debug_decl): Adjust for pointer_map API.
27122 (convert_nl_goto_reference): Adjust for pointer_map API.
27123 (convert_nl_goto_receiver): Adjust for pointer_map API.
27124 (create_nesting_tree): Create outside GGC space. Create bitmap on
27125 the new obstack. Create field_map and var_map as pointer_maps.
27126 (free_nesting_tree): Adjust for changes to create_nesting_tree.
27127 (root): Delete.
27128 (lower_nested_functions): Move root here, no need to NULL it.
27129 Initialize and release the obstack.
27130
27131 2007-02-06 Paolo Bonzini <bonzini@gnu.org>
27132
27133 * tree.c (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p):
27134 Remove prototypes and make them non-static.
27135 (struct tree_int_map): Remove.
27136 * tree.h (struct tree_int_map): Move here, turning TO into an
27137 unsigned int.
27138 (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p): Declare.
27139
27140 * tree.h (TREE_COMPLEXITY): Remove.
27141 (struct tree_exp): Remove complexity field.
27142 * tree.c (build1_stat): Don't set it.
27143
27144 2007-02-06 Dorit Nuzman <dorit@il.ibm.com>
27145 Victor Kaplansky <victork@il.ibm.com>
27146
27147 * tree-vectorizer.c (vect_is_simple_use): Support induction.
27148 (vect_is_simple_reduction): Support reduction with induction as
27149 one of the operands.
27150 (vect_is_simple_iv_evolution): Fix formatting.
27151 * tree-vect-analyze.c (vect_mark_stmts_to_be_vectorized): Fix
27152 formatting. Don't mark induction phis for vectorization.
27153 (vect_analyze_scalar_cycles): Analyze all inductions, then reductions.
27154 * tree-vect-transform.c (get_initial_def_for_induction): New function.
27155 (vect_get_vec_def_for_operand): Support induction.
27156 (vect_get_vec_def_for_stmt_copy): Fix formatting and add check for
27157 induction case.
27158 (vectorizable_reduction): Support reduction with induction as one of
27159 the operands.
27160 (vectorizable_type_demotion): Use def-type of stmt argument rather
27161 than dummy def-type.
27162
27163 * tree-ssa-loop.c (gate_scev_const_prop): Return the value of
27164 flag_tree_scev_cprop.
27165 * common.opt (tree-scev-cprop): New flag.
27166
27167 * tree-vect-transform.c (vect_create_destination_var): Use 'kind' in
27168 call to vect_get_new_vect_var.
27169
27170 2007-02-06 Ira Rosen <irar@il.ibm.com>
27171
27172 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Check that
27173 vectype is not NULL.
27174 (vect_pattern_recog_1): Likewise.
27175
27176 2007-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
27177
27178 * fold-const.c (negate_expr_p): Handle CONJ_EXPR.
27179 (fold_negate_expr): Likewise.
27180
27181 2007-02-05 Alexandre Oliva <aoliva@redhat.com>
27182
27183 PR debug/30189
27184 * dwarf2out.c (modified_type_die): Follow DECL_ORIGINAL_TYPE
27185 even if cv-qualification is the same.
27186
27187 2007-02-05 Geoffrey Keating <geoffk@apple.com>
27188
27189 * config/rs6000/darwin-tramp.asm (__trampoline_setup): Call
27190 __enable_execute_stack on completion.
27191
27192 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
27193
27194 * config/i386/athlon.md (athlon_fldxf_k8, athlon_fld_k8,
27195 athlon_fstxf_k8, athlon_fst_k8, athlon_fist, athlon_fmov,
27196 athlon_fadd_load, athlon_fadd_load_k8, athlon_fadd, athlon_fmul,
27197 athlon_fmul_load, athlon_fmul_load_k8, athlon_fsgn,
27198 athlon_fdiv_load, athlon_fdiv_load_k8, athlon_fdiv_k8,
27199 athlon_fpspc_load, athlon_fpspc, athlon_fcmov_load,
27200 athlon_fcmov_load_k8, athlon_fcmov_k8, athlon_fcomi_load_k8,
27201 athlon_fcomi, athlon_fcom_load_k8, athlon_fcom): Added amdfam10.
27202
27203 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
27204
27205 * config/i386/i386.md (x86_sahf_1, cmpfp_i_mixed, cmpfp_i_sse,
27206 cmpfp_i_i387, cmpfp_iu_mixed, cmpfp_iu_sse, cmpfp_iu_387,
27207 swapsi, swaphi_1, swapqi_1, swapdi_rex64, fix_truncsfdi_sse,
27208 fix_truncdfdi_sse, fix_truncsfsi_sse, fix_truncdfsi_sse,
27209 x86_fldcw_1, floatsisf2_mixed, floatsisf2_sse, floatdisf2_mixed,
27210 floatdisf2_sse, floatsidf2_mixed, floatsidf2_sse,
27211 floatdidf2_mixed, floatdidf2_sse, muldi3_1_rex64, mulsi3_1,
27212 mulsi3_1_zext, mulhi3_1, mulqi3_1, umulqihi3_1, mulqihi3_insn,
27213 umulditi3_insn, umulsidi3_insn, mulditi3_insn, mulsidi3_insn,
27214 umuldi3_highpart_rex64, umulsi3_highpart_insn,
27215 umulsi3_highpart_zext, smuldi3_highpart_rex64,
27216 smulsi3_highpart_insn, smulsi3_highpart_zext, x86_64_shld,
27217 x86_shld_1, x86_64_shrd, sqrtsf2_mixed, sqrtsf2_sse,
27218 sqrtsf2_i387, sqrtdf2_mixed, sqrtdf2_sse, sqrtdf2_i387,
27219 sqrtextendsfdf2_i387, sqrtxf2, sqrtextendsfxf2_i387,
27220 sqrtextenddfxf2_i387): Added amdfam10_decode.
27221
27222 * config/i386/athlon.md (athlon_idirect_amdfam10,
27223 athlon_ivector_amdfam10, athlon_idirect_load_amdfam10,
27224 athlon_ivector_load_amdfam10, athlon_idirect_both_amdfam10,
27225 athlon_ivector_both_amdfam10, athlon_idirect_store_amdfam10,
27226 athlon_ivector_store_amdfam10): New define_insn_reservation.
27227 (athlon_idirect_loadmov, athlon_idirect_movstore): Added
27228 amdfam10.
27229
27230 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
27231
27232 * config/i386/athlon.md (athlon_call_amdfam10,
27233 athlon_pop_amdfam10, athlon_lea_amdfam10): New
27234 define_insn_reservation.
27235 (athlon_branch, athlon_push, athlon_leave_k8, athlon_imul_k8,
27236 athlon_imul_k8_DI, athlon_imul_mem_k8, athlon_imul_mem_k8_DI,
27237 athlon_idiv, athlon_idiv_mem, athlon_str): Added amdfam10.
27238
27239 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
27240
27241 * config/i386/athlon.md (athlon_sseld_amdfam10,
27242 athlon_mmxld_amdfam10, athlon_ssest_amdfam10,
27243 athlon_mmxssest_short_amdfam10): New define_insn_reservation.
27244
27245 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
27246
27247 * config/i386/athlon.md (athlon_sseins_amdfam10): New
27248 define_insn_reservation.
27249 * config/i386/i386.md (sseins): Added sseins to define_attr type
27250 and define_attr unit.
27251 * config/i386/sse.md: Set type attribute to sseins for insertq
27252 and insertqi.
27253
27254 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
27255
27256 * config/i386/athlon.md (sselog_load_amdfam10, sselog_amdfam10,
27257 ssecmpvector_load_amdfam10, ssecmpvector_amdfam10,
27258 ssecomi_load_amdfam10, ssecomi_amdfam10,
27259 sseaddvector_load_amdfam10, sseaddvector_amdfam10): New
27260 define_insn_reservation.
27261 (ssecmp_load_k8, ssecmp, sseadd_load_k8, seadd): Added amdfam10.
27262
27263 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
27264
27265 * config/i386/athlon.md (cvtss2sd_load_amdfam10,
27266 cvtss2sd_amdfam10, cvtps2pd_load_amdfam10, cvtps2pd_amdfam10,
27267 cvtsi2sd_load_amdfam10, cvtsi2ss_load_amdfam10,
27268 cvtsi2sd_amdfam10, cvtsi2ss_amdfam10, cvtsd2ss_load_amdfam10,
27269 cvtsd2ss_amdfam10, cvtpd2ps_load_amdfam10, cvtpd2ps_amdfam10,
27270 cvtsX2si_load_amdfam10, cvtsX2si_amdfam10): New
27271 define_insn_reservation.
27272
27273 * config/i386/sse.md (cvtsi2ss, cvtsi2ssq, cvtss2si,
27274 cvtss2siq, cvttss2si, cvttss2siq, cvtsi2sd, cvtsi2sdq,
27275 cvtsd2si, cvtsd2siq, cvttsd2si, cvttsd2siq,
27276 cvtpd2dq, cvttpd2dq, cvtsd2ss, cvtss2sd,
27277 cvtpd2ps, cvtps2pd): Added amdfam10_decode attribute.
27278
27279 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
27280
27281 * config/i386/athlon.md (athlon_ssedivvector_amdfam10,
27282 athlon_ssedivvector_load_amdfam10, athlon_ssemulvector_amdfam10,
27283 athlon_ssemulvector_load_amdfam10): New define_insn_reservation.
27284 (athlon_ssediv, athlon_ssediv_load_k8, athlon_ssemul,
27285 athlon_ssemul_load_k8): Added amdfam10.
27286
27287 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
27288
27289 * config/i386/i386.h (TARGET_SSE_UNALIGNED_MOVE_OPTIMAL): New macro.
27290 (x86_sse_unaligned_move_optimal): New variable.
27291
27292 * config/i386/i386.c (x86_sse_unaligned_move_optimal): Enable for
27293 m_AMDFAM10.
27294 (ix86_expand_vector_move_misalign): Add code to generate movupd/movups
27295 for unaligned vector SSE double/single precision loads for AMDFAM10.
27296
27297 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
27298
27299 * config/i386/i386.h (TARGET_AMDFAM10): New macro.
27300 (TARGET_CPU_CPP_BUILTINS): Add code for amdfam10.
27301 Define TARGET_CPU_DEFAULT_amdfam10.
27302 (TARGET_CPU_DEFAULT_NAMES): Add amdfam10.
27303 (processor_type): Add PROCESSOR_AMDFAM10.
27304
27305 * config/i386/i386.md: Add amdfam10 as a new cpu attribute to match
27306 processor_type in config/i386/i386.h.
27307 Enable imul peepholes for TARGET_AMDFAM10.
27308
27309 * config.gcc: Add support for --with-cpu option for amdfam10.
27310
27311 * config/i386/i386.c (amdfam10_cost): New variable.
27312 (m_AMDFAM10): New macro.
27313 (m_ATHLON_K8_AMDFAM10): New macro.
27314 (x86_use_leave, x86_push_memory, x86_movx, x86_unroll_strlen,
27315 x86_cmove, x86_3dnow_a, x86_deep_branch, x86_use_simode_fiop,
27316 x86_promote_QImode, x86_integer_DFmode_moves,
27317 x86_partial_reg_dependency, x86_memory_mismatch_stall,
27318 x86_accumulate_outgoing_args, x86_arch_always_fancy_math_387,
27319 x86_sse_partial_reg_dependency, x86_sse_typeless_stores,
27320 x86_use_ffreep, x86_use_incdec, x86_four_jump_limit,
27321 x86_schedule, x86_use_bt, x86_cmpxchg16b, x86_pad_returns):
27322 Enable/disable for amdfam10.
27323 (override_options): Add amdfam10_cost to processor_target_table.
27324 Set up PROCESSOR_AMDFAM10 for amdfam10 entry in
27325 processor_alias_table.
27326 (ix86_issue_rate): Add PROCESSOR_AMDFAM10.
27327 (ix86_adjust_cost): Add code for amdfam10.
27328
27329 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
27330
27331 * config/i386/i386.opt: Add new Advanced Bit Manipulation (-mabm)
27332 instruction set feature flag. Add new (-mpopcnt) flag for popcnt
27333 instruction. Add new SSE4A (-msse4a) instruction set feature flag.
27334 * config/i386/i386.h: Add builtin definition for SSE4A.
27335 * config/i386/i386.md: Add support for ABM instructions
27336 (popcnt and lzcnt).
27337 * config/i386/sse.md: Add support for SSE4A instructions
27338 (movntss, movntsd, extrq, insertq).
27339 * config/i386/i386.c: Add support for ABM and SSE4A builtins.
27340 Add -march=amdfam10 flag.
27341 * config/i386/ammintrin.h: Add support for SSE4A intrinsics.
27342 * doc/invoke.texi: Add documentation on flags for sse4a, abm, popcnt
27343 and amdfam10.
27344 * doc/extend.texi: Add documentation for SSE4A builtins.
27345
27346 2007-02-05 Bob Wilson <bob.wilson@acm.org>
27347
27348 * config/xtensa/xtensa.c (constantpool_mem_p): Skip over SUBREGs.
27349
27350 2007-02-05 Richard Guenther <rguenther@suse.de>
27351
27352 * tree-vectorizer.h (vectorizable_function): Add argument type
27353 argument, change return type.
27354 * tree-vect-patterns.c (vect_recog_pow_pattern): Adjust caller.
27355 * tree-vect-transform.c (vectorizable_function): Handle extra
27356 argument, return vectorized function decl.
27357 (build_vectorized_function_call): Remove.
27358 (vectorizable_call): Handle calls with result and argument types
27359 differing. Handle loop vectorization factor correctly.
27360 * targhooks.c (default_builtin_vectorized_function): Adjust for
27361 extra argument.
27362 * targhooks.h (default_builtin_vectorized_function): Likewise.
27363 * target.h (builtin_vectorized_function): Add argument type
27364 argument.
27365 * config/i386/i386.c (ix86_builtin_vectorized_function): Handle
27366 extra argument, allow vectorizing of lrintf.
27367 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Adjust
27368 documentation of target hook.
27369
27370 2007-02-05 Hans-Peter Nilsson <hp@axis.com>
27371
27372 PR target/30665
27373 * config/cris/cris.md ("*andsi_movu", "*andsi_clear", "*andhi_movu")
27374 ("*andhi_clear", andu (casesi+45)): For size-changed operand where
27375 memory is allowed, require !side_effects_p, not just !MEM_VOLATILE_P.
27376
27377 2007-02-05 Roger Sayle <roger@eyesopen.com>
27378
27379 * fold-const.c (fold_unary) <REAL_PART>: Test for availability of
27380 BUILT_IN_COS before simplifying REAL_PART(CEXPI)) to COS.
27381 <IMAG_PART>: Likewise, check for availability of BUILT_IN_SIN.
27382 * builtins.c (fold_builtin_sincos): Check for TARGET_C99_FUNCTIONS
27383 before canonicalizing sincos to cexpi.
27384 (fold_builtin_cexp): Likewise, for canonicalizing cexp to cexpi.
27385
27386 2007-02-05 Roger Sayle <roger@eyesopen.com>
27387
27388 * config/alpha/alpha.c (alpha_add_builtins): New Helper function.
27389 Set TREE_READONLY and TREE_NOTHROW directly, not via attributes.
27390 (alpha_init_builtins): Use alpha_add_builtins to process tables.
27391
27392 2007-02-05 Roger Sayle <roger@eyesopen.com>
27393
27394 * mips-tfile.c (initialize_init_file): Correct endianness test.
27395
27396 2007-02-05 Kazu Hirata <kazu@codesourcery.com>
27397
27398 * config/m68k/m68k.md (pushdi-1, pushdi, movsi+1): Don't use
27399 the 'y' constraint.
27400
27401 2007-02-05 Richard Sandiford <richard@codesourcery.com>
27402
27403 * dwarf2out.c (dwarf2out_frame_debug_expr): Record the register
27404 saves in a PARALLEL before the register assignments.
27405
27406 2007-02-05 Richard Sandiford <richard@codesourcery.com>
27407
27408 * doc/tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Do not require
27409 DWARF_FRAME_RETURN_COLUMN to be a general register.
27410 * dwarf2out.c (init_return_column_size): New function, split from...
27411 (expand_builtin_init_dwarf_reg_sizes): ...here. Allow both
27412 DWARF_FRAME_RETURN_COLUMN and DWARF_ALT_FRAME_RETURN_COLUMN
27413 to be nongeneral registers.
27414 * config/m68k/m68k.h (DWARF_FRAME_REGNUM): Only map FP and
27415 integer registers.
27416 (DWARF_FRAME_REGISTERS, DWARF_FRAME_RETURN_COLUMN): Define.
27417 (DWARF_ALT_FRAME_RETURN_COLUMN): Define.
27418
27419 2007-02-04 Zdenek Dvorak <dvorakz@suse.cz>
27420
27421 * cfgcleanup.c (try_optimize_cfg): Avoid removing ENTRY_BLOCK_PTR.
27422
27423 2007-02-04 Zdenek Dvorak <dvorakz@suse.cz>
27424
27425 * cfgloopmanip.c (loop_delete_branch_edge): Removed.
27426 (remove_path): Use can_remove_branch_p and remove_branch instead
27427 of loop_delete_branch_edge.
27428 * tree-ssa-loop-manip.c (scale_dominated_blocks_in_loop): New function.
27429 (tree_transform_and_unroll_loop): Remove dead branches immediately.
27430 Update profile using scale_dominated_blocks_in_loop.
27431 * cfghooks.c (can_remove_branch_p, remove_branch): New functions.
27432 * cfghooks.h (struct cfg_hooks): Add can_remove_branch_p.
27433 (can_remove_branch_p, remove_branch): Declare.
27434 * tree-cfg.c (tree_can_remove_branch_p): New function.
27435 (tree_cfg_hooks): Add tree_can_remove_branch_p.
27436 * cfgrtl.c (rtl_can_remove_branch_p): New function.
27437 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Add rtl_can_remove_branch_p.
27438
27439 2007-02-05 Jan Hubicka <jh@suse.cz>
27440
27441 PR middle-end/30696
27442 * ipa-inline.c (cgraph_clone_inlined_nodes): When there are unanalyzed
27443 nodes in cgraph, don't remove offline copy of the function.
27444
27445 2007-02-04 Jan Hubicka <jh@suse.cz>
27446
27447 * tree-sra.c (sra_walk_expr): Add linebreaks. BITFIELD_REFs into
27448 vectors might cause maybe_lookup_element_for_expr to be called
27449 on non-sra-candidate.
27450
27451 2007-02-04 Kazu Hirata <kazu@codesourcery.com>
27452
27453 * config/bfin/bfin-modes.def, config/bfin/bfin.c,
27454 config/bfin/bfin.md, config/bfin/predicates.md: Follow
27455 spelling conventions.
27456
27457 2007-02-04 Richard Guenther <rguenther@suse.de>
27458
27459 PR middle-end/30636
27460 * fold-const.c (try_move_mult_to_index): Make sure to not
27461 overflow one dimension of a multi-dimensional array access.
27462
27463 2007-02-04 Jan Hubicka <jh@suse.cz>
27464
27465 * passes.c (init_optimization_passes): Reindent.
27466
27467 2007-02-04 Jan Hubicka <jh@suse.cz>
27468 Eric Botcazou <ebotcazou@adacore.com>
27469
27470 * tree-optimize.c (has_abnormal_outgoing_edge_p): Move to...
27471 (execute_fixup_cfg): Break out the abnormal goto code.
27472 * tree-inline.c (has_abnormal_outgoing_edge_p): ...here.
27473 (make_nonlocal_label_edges): Move here from execute_fixup_cfg.
27474 (optimize_inline_calls): Call make_nonlocal_label_edges.
27475
27476 2007-02-04 Jan Hubicka <jh@suse.cz>
27477
27478 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return
27479 true when something was changed.
27480 (rename_ssa_copies): When something was changed, do
27481 TODO_remove_unused_locals.
27482 * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
27483 add TODO_remove_unused_locals when instruction was removed.
27484
27485 2007-02-04 Jan Hubicka <jh@suse.cz>
27486
27487 * ipa-inline.c (try_inline): Improve debug output; work on already
27488 inline edges too.
27489 (cgraph_decide_inlining_incrementally): Indent; improve debug output;
27490 call try_inline for already inlined edges too when flattening;
27491 inline also functions that make callee growth but overall unit size
27492 reduce.
27493
27494 2007-02-04 Kazu Hirata <kazu@codesourcery.com>
27495
27496 * config/m32c/bitops.md, config/m32c/jump.md,
27497 config/m32c/m32c.c, config/m32c/m32c.h, config/m32r/m32r.c,
27498 config/m32r/m32r.h, config/m32r/m32r.md,
27499 config/m32r/predicates.md, config/m68hc11/larith.asm,
27500 config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
27501 config/m68k/m68k.h, config/mcore/mcore.md, config/mips/4k.md,
27502 config/mips/mips-protos.h, config/mips/mips.c,
27503 config/mips/mips.h, config/mips/mips.md, config/mips/mips16.S,
27504 config/mn10300/mn10300.h, config/mn10300/predicates.md,
27505 config/mt/mt.c, config/mt/mt.h, config/mt/mt.md: Follow
27506 spelling conventions.
27507
27508 * config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
27509 Follow spelling conventions.
27510
27511 2007-02-03 Douglas Gregor <doug.gregor@gmail.com>
27512
27513 * c-opts.c (c_common_post_options): If C++0x mode is enabled, don't
27514 warn about C++0x compatibility.
27515
27516 2007-02-04 Kazu Hirata <kazu@codesourcery.com>
27517
27518 * config/h8300/h8300.c, config/h8300/h8300.h,
27519 config/h8300/h8300.md: Follow spelling conventions.
27520
27521 2007-02-03 Uros Bizjak <ubizjak@gmail.com>
27522
27523 PR middle-end/30667
27524 * combine.c (try_combine): Do not substitute source operand
27525 with constants wider than 2 * HOST_BITS_PER_WIDE_INT.
27526
27527 2007-02-03 Jan Hubicka <jh@suse.cz>
27528
27529 PR gcov-profile/30650
27530 * value-prof.c (stringop_block_profile): Fix handling of size counter;
27531 do not divide by zero for never executed counters.
27532 (tree_find_values_to_profile): Fix counters.
27533 * gcov-ui.h (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): Fix comments.
27534
27535 2007-02-03 Ian Lance Taylor <iant@google.com>
27536
27537 * lower-subreg.c (simple_move_operand): New static function,
27538 broken out of simple_move. Reject LABEL_REF, SYMBOL_REF, and HIGH
27539 operands.
27540 (simple_move): Call simple_move_operand.
27541 (find_decomposable_subregs): Add special handling of MEMs.
27542 (can_decompose_p): Rename from cannot_decompose_p. Reverse
27543 meaning of return value. If we see a hard register, test whether
27544 it can store a word_mode value. Change all callers.
27545
27546 2007-02-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
27547
27548 * pa.md (addvdi3, addvsi3, subvdi3, subvsi3, negvdi2, negvsi2): New
27549 ftrapv insns and expanders.
27550 (subdi3): Change define_expand operand 1 to arith11_operand, and
27551 operand 2 to reg_or_0_operand. Change constraints of 64-bit insn
27552 pattern to handle reg_or_0 operands. Revise 32-bit insn pattern to
27553 handle 11-bit constants and reg_or_0 operands in operands 1 and 2,
27554 respectively.
27555
27556 PR middle-end/30174
27557 * varasm.c (notice_global_symbol): Treat global objects as weak when
27558 flag_shlib is true.
27559
27560 2007-02-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
27561
27562 * emit-rtl.c (dconstpi): Delete.
27563 (dconstsqrt2): New.
27564 (init_emit_once): Delete dconstpi and init dconstsqrt2.
27565 * real.h (dconstpi): Delete.
27566 (dconstsqrt2): New.
27567 * builtins.c (fold_builtin_cabs): Use dconstsqrt2.
27568 (fold_builtin_hypot): Likewise.
27569
27570 2007-02-03 Tom Tromey <tromey@redhat.com>
27571
27572 PR driver/30246
27573 * gcc.c (cpp_unique_options): Any of -ggdb3, -gstabs3,
27574 -gcoff3, -gxcoff3, -gvms3 implies -dD.
27575
27576 2007-02-03 Kazu Hirata <kazu@codesourcery.com>
27577
27578 * c-decl.c, config/avr/avr.c, config/avr/avr.h,
27579 config/m68k/m68k.c, config/m68k/netbsd-elf.h,
27580 config/mn10300/mn10300.c, config/pdp11/pdp11.h,
27581 config/rs6000/cell.md, config/rs6000/darwin.h,
27582 config/sh/sh.md, config/sh/sh4-300.md, config/spu/spu.c,
27583 config/spu/spu.md, cselib.c, expr.c, haifa-sched.c, hwint.h,
27584 jump.c, reload.c, sched-deps.c, sched-int.h, tree-inline.c,
27585 tree-profile.c, tree-ssa-live.h, tree-vrp.c: Fix comment
27586 typos. Follow spelling conventions.
27587 * doc/invoke.texi: Follow spelling conventions.
27588
27589 2007-02-03 Roger Sayle <roger@eyesopen.com>
27590
27591 * simplify-rtx.c (simplify_relational_operation_1): Implement some
27592 canonicalization transformations that attempt to simplify integer
27593 constant comparisons to become comparisons against zero.
27594
27595 2007-02-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
27596
27597 * builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into
27598 fabs(x)*sqrt(2).
27599 * fold-const.c (fold_binary): Fix comment typos. Fold complex
27600 (x,0)-(0,y) into (x,-y). Likewise (0,y)-(x,0) into (-x,y).
27601
27602 2007-02-02 Mike Stump <mrs@apple.com>
27603
27604 * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Add.
27605 * config/rs6000/rs6000.c (DARWIN_GENERATE_ISLANDS): Add.
27606 (output_call): Use DARWIN_GENERATE_ISLANDS to decide when to
27607 generate a branch island.
27608
27609 2007-02-02 Bob Wilson <bob.wilson@acm.org>
27610
27611 * config/xtensa/xtensa.c (smalloffset_mem_p): Use BASE_REG_P.
27612 (xtensa_legitimate_address_p): New.
27613 (xtensa_legitimize_address): New.
27614 (xtensa_output_addr_const_extra): New.
27615 * config/xtensa/xtensa.h (REG_OK_STRICT_FLAG): Define.
27616 (BASE_REG_P): New.
27617 (REG_OK_FOR_BASE_P): Use BASE_REG_P.
27618 (GO_IF_LEGITIMATE_ADDRESS): Move code to xtensa_legitimate_address_p.
27619 (LEGITIMIZE_ADDRESS): Move code to xtensa_legitimize_address.
27620 (OUTPUT_ADDR_CONST_EXTRA): Move code to xtensa_output_addr_const_extra.
27621 * config/xtensa/xtensa-protos.h (xtensa_legitimate_address_p): New.
27622 (xtensa_legitimize_address): New.
27623 (xtensa_output_addr_const_extra): New.
27624
27625 2007-02-02 Steve Ellcey <sje@cup.hp.com>
27626
27627 * config/ia64/ia64.c (ia64_print_operand): Fix compare strings.
27628
27629 2007-02-02 Ian Lance Taylor <iant@google.com>
27630
27631 * expmed.c (expand_divmod): Add comment.
27632
27633 2007-02-02 Kazu Hirata <kazu@codesourcery.com>
27634
27635 * emit-rtl.c (renumber_insns): Remove.
27636 * flags.h: Remove the extern for flag_renumber_insns.
27637 * rtl.h: Remove the prototype for renumber_insns.
27638 * toplev.c (flag_renumber_insns): Remove.
27639
27640 2007-02-02 Hui-May Chang <hm.chang@apple.com>
27641
27642 Revert for x86 darwin:
27643 2005-06-19 Uros Bizjak <uros@kss-loka.si>
27644
27645 * config/i386/i386.c (ix86_function_arg_regno_p): Put back the
27646 code before the following patch under TARGET_MACHO.
27647 (ix86_function_value_regno_p): Likewise.
27648
27649 2007-02-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
27650
27651 * fold-const.c (negate_expr_p, fold_negate_expr): Handle
27652 COMPLEX_EXPR.
27653
27654 2007-02-02 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
27655
27656 PR target/29682
27657 * config/ia64/ia64.c (ia64_speculate_insn): Restrict to memory
27658 loads to general or fp registers. Add comments.
27659 * config/ia64/ia64.md (reg_pred_prefix): Add comment.
27660
27661 2007-02-02 Paolo Bonzini <bonzini@gnu.org>
27662
27663 * pointer-set.c (insert_aux): Only return insertion slot.
27664 (pointer_set_insert): Adjust.
27665 (pointer_set_traverse, struct pointer_map_t, pointer_map_create,
27666 pointer_map_destroy, pointer_map_insert, pointer_map_contains,
27667 pointer_map_traverse): New.
27668 * pointer-set.h (pointer_set_traverse, struct pointer_map_t,
27669 pointer_map_create, pointer_map_destroy, pointer_map_insert,
27670 pointer_map_contains, pointer_map_traverse): Declare.
27671
27672 2007-02-02 Jakub Jelinek <jakub@redhat.com>
27673
27674 PR middle-end/30473
27675 * builtins.c (fold_builtin_sprintf): Do not attempt to optimize
27676 sprintf (str, "%s"). Do not optimize sprintf (str, "nopercent", p++).
27677
27678 2007-02-02 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
27679
27680 * sched-int.h (ds_to_dk, dk_to_ds): Declare functions.
27681
27682 (struct _dep): New type.
27683 (dep_t): New typedef.
27684 (DEP_PRO, DEP_CON, DEP_KIND): New access macros.
27685 (DEP_STATUS): New access macro. The macro with the same name was
27686 renamed to DEP_LINK_STATUS.
27687 (dep_init): Declare function
27688
27689 (struct _dep_link): New type.
27690 (dep_link_t): New typedef.
27691 (DEP_LINK_NODE, DEP_LINK_NEXT, DEP_LINK_PREV_NEXTP): New access macros.
27692 (DEP_LINK_DEP, DEP_LINK_PRO, DEP_LINK_CON, DEP_LINK_KIND): New macros.
27693 (DEP_LINK_STATUS): New macro.
27694 (debug_dep_links): New debug function.
27695
27696 (struct _deps_list): New type.
27697 (deps_list_t): New typedef.
27698 (DEPS_LIST_FIRST): New access macro.
27699 (FOR_EACH_DEP_LINK): New cycle macro.
27700 (create_deps_list, free_deps_list, delete_deps_list): Declare
27701 functions.
27702 (deps_list_empty_p, debug_deps_list, add_back_dep_to_deps_list): Ditto.
27703 (find_link_by_pro_in_deps_list, find_link_by_con_in_deps_list): Ditto.
27704 (copy_deps_list_change_con): Ditto.
27705
27706 (move_dep_link): Declare function.
27707
27708 (struct _dep_node): New type.
27709 (dep_node_t): New typedef.
27710 (DEP_NODE_BACK, DEP_NODE_DEP, DEP_NODE_FORW): New access macros.
27711
27712 (struct haifa_insn_data.back_deps): New field to hold backward
27713 dependencies of the insn.
27714 (struct haifa_insn_data.depend): Rename to forw_deps. Change its type
27715 to deps_list_t.
27716 (struct haifa_insn_data.resolved_deps): Rename to resolved_back_deps.
27717 Change its type to deps_list_t.
27718 (INSN_BACK_DEPS): New access macro to use instead of LOG_LINKS.
27719 (INSN_DEPEND): Rename to INSN_FORW_DEPS.
27720 (RESOLVED_DEPS): Rename to INSN_RESOLVED_BACK_DEPS.
27721
27722 (INSN_COST): Move to haifa-sched.c. Use insn_cost () instead.
27723
27724 (DEP_STATUS): Rename to DEP_LINK_STATUS. Fix typo in the comment.
27725
27726 (add_forw_dep, delete_back_forw_dep, insn_cost): Update declaration
27727 and all callers.
27728 (dep_cost): Declare.
27729
27730 * sched-deps.c (CHECK): New macro to (en/dis)able sanity checks.
27731 (ds_to_dk, dk_to_ds): New functions.
27732
27733 (init_dep_1): New static function.
27734 (init_dep): New function.
27735 (copy_dep): New static function.
27736
27737 (dep_link_consistent_p, attach_dep_link, add_to_deps_list): New static
27738 functions.
27739 (detach_dep_link): New static function.
27740 (move_dep_link): New function.
27741
27742 (dep_links_consistent_p, dump_dep_links): New static functions.
27743 (debug_dep_links): New debugging function.
27744
27745 (deps_obstack, dl_obstack, dn_obstack): New static variables.
27746
27747 (alloc_deps_list, init_deps_list): New static functions.
27748 (create_deps_list): New function.
27749 (clear_deps_list): New static function.
27750 (free_deps_list, delete_deps_list, deps_list_empty_p): New functions.
27751 (deps_list_consistent_p, dump_deps_list): New static functions.
27752 (debug_deps_list): New function.
27753 (add_back_dep_to_deps_list, find_link_by_pro_in_deps_list): New
27754 functions.
27755 (find_link_by_con_in_deps_list, copy_deps_list_change_con): Ditto.
27756
27757 (maybe_add_or_update_back_dep_1, add_or_update_back_dep_1): Update to
27758 use new scheduler dependencies lists.
27759 (add_back_dep, delete_all_dependences, fixup_sched_groups): Ditto.
27760 (sched_analyze): Ditto. Initialize dependencies lists.
27761 (add_forw_dep, compute_forward_dependences): Update to use new
27762 scheduler dependencies lists.
27763
27764 (init_dependency_caches): Init deps_obstack.
27765 (free_dependency_caches): Free deps_obstack.
27766
27767 (adjust_add_sorted_back_dep, adjust_back_add_forw_dep): Update to use
27768 new scheduler dependencies lists.
27769 (delete_forw_dep, add_or_update_back_forw_dep): Ditto.
27770 (add_back_forw_dep, delete_back_forw_dep): Ditto.
27771
27772 * sched-rgn.c (set_spec_fed, find_conditional_protection, is_pfree):
27773 Update to use new scheduler dependencies lists.
27774 (is_conditionally_protected, is_prisky, add_branch_dependences): Ditto.
27775 (debug_dependencies): Ditto.
27776 (schedule_region): Update comments.
27777
27778 * sched-ebb.c (earliest_block_with_similiar_load): Update to use new
27779 scheduler dependencies lists.
27780 (schedule_ebb): Update comments.
27781
27782 * rtl.def (DEPS_LIST): Remove.
27783
27784 * lists.c (unused_deps_list): Remove.
27785 (free_list): Update assertions.
27786
27787 (alloc_DEPS_LIST, free_DEPS_LIST_list, free_DEPS_LIST_node): Remove.
27788 (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
27789
27790 * rtl.h (free_DEPS_LIST_list, alloc_DEPS_LIST): Remove declarations.
27791 (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
27792
27793 * haifa-sched.c (comments): Update.
27794 (insn_cost1): Remove. Inline the code into insn_cost ().
27795 (insn_cost): Update to use new scheduler dependencies lists. Move
27796 processing of the dependency cost to dep_cost ().
27797 (dep_cost): New function. Use it instead of insn_cost () when
27798 evaluating cost of the dependency. Use compatible interface to
27799 interact with the target.
27800 (priority): Update to use new scheduler dependencies lists.
27801 (rank_for_schedule): Ditto. Optimize heuristic that prefers the insn
27802 with greater number of insns that depend on the insn.
27803 (schedule_insn): Update to use new scheduler dependencies lists. Add
27804 code to free backward dependencies lists. Inline and optimize code
27805 from resolve_dep () - see PR28071.
27806 (ok_for_early_queue_removal): Update to use new scheduler dependencies
27807 lists. Update call to targetm.sched.is_costly_dependence hook.
27808
27809 (fix_inter_tick, try_ready, fix_tick_ready): Update to use new
27810 scheduler dependencies lists.
27811
27812 (resolve_dep): Remove. Move the logic to schedule_insn ().
27813 (init_h_i_d): Initialize dependencies lists.
27814
27815 (process_insn_depend_be_in_spec): Rename to
27816 process_insn_forw_deps_be_in_spec. Update to use new scheduler
27817 dependencies lists.
27818 (add_to_speculative_block, create_check_block_twin, fix_recovery_deps):
27819 Update to use new scheduler dependencies lists.
27820 (clear_priorities, calc_priorities, add_jump_dependencies): Ditto.
27821
27822 * ddg.c (create_ddg_dependence, create_ddg_dep_no_link): Update to use
27823 new scheduler dependencies lists.
27824 (build_intra_loop_deps): Ditto.
27825
27826 * target.h (struct _dep): Declare to use in
27827 gcc_target.sched.is_costly_dependence.
27828 (struct gcc_target.sched.adjust_cost): Fix typo.
27829 (struct gcc_target.sched.is_costly_dependence): Change signature to
27830 use single dep_t parameter instead of an equivalent triad.
27831 (struct gcc_target.sched.adjust_cost_2): Remove.
27832
27833 * target-def.h (TARGET_SCHED_ADJUST_COST_2): Remove.
27834
27835 * reg-notes.def (DEP_TRUE, DEP_OUTPUT, DEP_ANTI): Update comments.
27836
27837 * doc/tm.texi (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Update
27838 documentation.
27839 (TARGET_SCHED_ADJUST_COST_2): Remove documentation.
27840
27841 * doc/rtl.texi (LOG_LINKS): Remove part about instruction scheduler.
27842 (REG_DEP_TRUE): Document.
27843
27844 * config/ia64/ia64.c (ia64_adjust_cost_2): Rename to ia64_adjust_cost.
27845 Change signature to correspond to the targetm.sched.adjust_cost hook.
27846 Update use in TARGET_SCHED_ADJUST_COST_2.
27847 (TARGET_SCHED_ADJUST_COST_2): Rename to TARGET_SCHED_ADJUST_COST.
27848 (ia64_dependencies_evaluation_hook, ia64_dfa_new_cycle): Update to use
27849 new scheduler dependencies lists.
27850 (ia64_gen_check): Ditto.
27851
27852 * config/mips/mips.c (vr4130_swap_insns_p): Update to use new
27853 scheduler dependencies lists.
27854
27855 * config/rs6000/rs6000.c (rs6000_is_costly_dependence): Change
27856 signature to correspond to the targetm.sched.is_costly_dependence hook.
27857 (is_costly_group): Update to use new scheduler dependencies lists.
27858
27859 * config/spu/spu.c (spu_sched_adjust_cost): Use insn_cost () function
27860 instead of INSN_COST () macro.
27861
27862 2007-02-01 Ian Lance Taylor <iant@google.com>
27863
27864 * lower-subreg.c (resolve_clobber): Handle a subreg of a concatn.
27865
27866 2007-02-01 Guy Martin <gmsoft@gentoo.org>
27867
27868 * pa.md (tp_load): Correct mfctl instruction syntax.
27869
27870 2007-02-01 Geoffrey Keating <geoffk@apple.com>
27871
27872 * config/rs6000/rs6000.c (rs6000_stack_info): Correct
27873 altivec_padding_size calculation on AIX. Improve comment, add
27874 assert to verify that it's right.
27875
27876 * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Don't define for
27877 64-bit.
27878
27879 2007-2-01 Seongbae Park <seongbae.park@gmail.com>
27880
27881 PR inline-asm/28686
27882 * global.c (global_alloc): Add mising initialization of
27883 ELIMINABLE_REGSET.
27884
27885 2007-02-01 Roger Sayle <roger@eyesopen.com>
27886
27887 * alias.c (init_alias_analysis): Correct whitespace.
27888 * bb-reorder.c (fix_edges_for_rarely_executed_code,
27889 partition_hot_cold_basic_blocks): Likewise.
27890 * builtins.c (expand_builtin_printf, expand_builtin_fprintf,
27891 expand_builtin_sprintf, fold_builtin_carg, fold_builtin_sprintf,
27892 maybe_emit_sprintf_chk_warning, fold_builtin_sprintf_chk,
27893 fold_builtin_snprintf_chk, fold_builtin_printf,
27894 fold_builtin_fprintf, do_mpfr_ckconv, do_mpfr_arg1, do_mpfr_arg2,
27895 do_mpfr_arg3, do_mpfr_sincos): Likewise.
27896 * cfgcleanup.c (cleanup_cfg): Likewise.
27897 * cfgexpand.c (tree_expand_cfg): Likewise.
27898 * fold-const.c (fold_binary) <RDIV_EXPR>: Likewise.
27899 * function.c (get_next_funcdef_no): Likewise.
27900 * gengtype.c (main): Likewise.
27901 * genmodes.c (main): Likewise.
27902 * gcse.c (bypass_conditional_jumps, print_ldst_list): Likewise.
27903 * haifa-sched.c (schedule_block, extend_h_i_d): Likewise.
27904 * ifcvt.c (noce_emit_move_insn): Likewise.
27905 * modulo-sched.c (generate_prolog_epilog, sms_schedule_by_order):
27906 Likewise.
27907 * stor-layout.c (get_best_mode): Likewise.
27908 * tree-ssa-loop-niter.c (get_val_for): Likewise.
27909 * tree-ssa-structalias.c (get_varinfo, get_varinfo_fc,
27910 scc_visit, do_ds_constraint, do_complex_constraint, label_visit,
27911 perform_var_substitution, solve_graph): Likewise.
27912 * tree-vrp.c (vrp_finalize): Likewise.
27913
27914 2007-02-01 Ian Lance Taylor <iant@google.com>
27915
27916 * lower-subreg.c (simplify_gen_subreg_concatn): If we ask for the
27917 high part of a paradoxical subreg, return a constant zero.
27918
27919 2007-02-01 Zdenek Dvorak <dvorakz@suse.cz>
27920
27921 * toplev.c (lang_dependent_init): Call init_set_costs.
27922 * loop-init.c (loop_optimizer_init): Do not call init_set_costs.
27923
27924 2007-02-01 Richard Guenther <rguenther@suse.de>
27925
27926 PR middle-end/30656
27927 * fold-const.c (fold_negate_expr): Allow negating a
27928 constant if overflow does not change.
27929
27930 2007-02-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
27931
27932 * doc/c-tree.texi (Expression trees): Improve markup.
27933 * doc/tm.texi (Register Classes, Addressing Modes)
27934 (Floating Point): Fix spacing after abbreviations. Fix some
27935 typos.
27936
27937 2007-02-01 Ben Elliston <bje@au.ibm.com>
27938
27939 * doc/invoke.texi: Replace "bugfix" with "bug fix" throughout.
27940 * doc/contrib.texi: Likewise.
27941 * doc/install.texi: Likewise.
27942
27943 2007-01-31 Richard Henderson <rth@redhat.com>
27944 Ian Lance Taylor <iant@google.com>
27945
27946 * lower-subreg.c: New file.
27947 * rtl.def (CONCATN): Define.
27948 * passes.c (init_optimization_passes): Add pass_lower_subreg and
27949 pass_lower_subreg2.
27950 * emit-rtl.c (update_reg_offset): New static function, broken out
27951 of gen_rtx_REG_offset.
27952 (gen_rtx_REG_offset): Call update_reg_offset.
27953 (gen_reg_rtx_offset): New function.
27954 * regclass.c: Revert patch of 2006-03-05, restoring
27955 reg_scan_update.
27956 (clear_reg_info_regno): New function.
27957 * dwarf2out.c (concatn_loc_descriptor): New static function.
27958 (loc_descriptor): Handle CONCATN.
27959 * common.opt (fsplit_wide_types): New option.
27960 * opts.c (decode_options): Set flag_split_wide_types when
27961 optimizing.
27962 * timevar.def (TV_LOWER_SUBREG): Define.
27963 * rtl.h (gen_reg_rtx_offset): Declare.
27964 (reg_scan_update): Declare.
27965 * regs.h (clear_reg_info_regno): Declare.
27966 * tree-pass.h (pass_lower_subreg): Declare.
27967 (pass_lower_subreg2): Declare.
27968 * doc/invoke.texi (Option Summary): List -fno-split-wide-types.
27969 (Optimize Options): Add -fsplit-wide-types to -O1 list. Document
27970 -fsplit-wide-types.
27971 * doc/rtl.texi (Regs and Memory): Document concat and concatn.
27972 * Makefile.in (OBJS-common): Add lower-subreg.o.
27973 (lower-subreg.o): New target.
27974
27975 2007-01-31 Kazu Hirata <kazu@codesourcery.com>
27976
27977 * config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.
27978
27979 2007-01-31 Anatoly Sokolov <aesok@post.ru>
27980
27981 PR target/19087
27982 * config/avr/avr.c (DWARF2_ADDR_SIZE): Define.
27983
27984 2007-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
27985
27986 PR middle-end/29335
27987 * builtins.c (fold_builtin_sqrt): Use MPFR for constant args.
27988
27989 2007-01-31 Zdenek Dvorak <dvorakz@suse.cz>
27990
27991 * cfgloop.h: Include vec-prim.h.
27992 (enum li_flags): Remove LI_ONLY_OLD.
27993 (loop_iterator): Changed.
27994 (fel_next, fel_init): Iterate over loop tree.
27995 (FOR_EACH_LOOP_BREAK): New macro.
27996 * loop-unswitch.c (unswitch_loops): Do not pass LI_ONLY_OLD to
27997 FOR_EACH_LOOP.
27998 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Ditto.
27999 * modulo-sched.c (sms_schedule): Ditto.
28000 * tree-vectorizer.c (vectorize_loops): Ditto.
28001 * doc/loop.texi: Update information on loop numbering and behavior of
28002 FOR_EACH_LOOP wrto new loops.
28003 * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop,
28004 add_to_evolution_1): Test nestedness of loops instead of comparing
28005 their numbers.
28006 * tree-chrec.c (chrec_fold_plus_poly_poly,
28007 chrec_fold_multiply_poly_poly, chrec_evaluate,
28008 hide_evolution_in_other_loops_than_loop, chrec_component_in_loop_num,
28009 reset_evolution_in_loop): Ditto.
28010 * Makefile.in (CFGLOOP_H): Add vecprim.h dependency.
28011
28012 2007-01-31 Dirk Mueller <dmueller@suse.de>
28013
28014 * c-common.c (warn_about_parentheses): Separate warning about
28015 un-parenthized sequence of comparison operators from the one
28016 which is supposed to warn about x <= y <= z.
28017
28018 2007-01-31 Uros Bizjak <ubizjak@gmail.com>
28019
28020 * optabs.h (enum optab_index): Add new OTI_isinf.
28021 (isinf_optab): Define corresponding macro.
28022 * optabs.c (init_optabs): Initialize isinf_optab.
28023 * genopinit.c (optabs): Implement isinf_optab using isinf?f2
28024 patterns.
28025 * builtins.c (mathfn_built_in): Handle BUILT_IN_ISINF{,F,L}.
28026 (expand_builtin_interclass_mathfn): Expand BUILT_IN_ISINF{,F,L}
28027 using isinf_optab.
28028 (expand_builtin): Expand BUILT_IN_ISINF{,F,L} using
28029 expand_builtin_interclass_mathfn.
28030 * reg_stack.c (subst_stack_regs_pat): Handle UNSPEC_FXAM.
28031 * config/i386/i386.md (UNSPEC_FXAM): New constant.
28032 (fxam<mode>2_i387): New insn pattern.
28033 (isinf<mode>2) New expander to implement isinf, isinff and isinfl
28034 built-in functions as x87 inline asm.
28035
28036 2007-01-31 Kazu Hirata <kazu@codesourcery.com>
28037
28038 * config/arm/unwind-arm.h (_sleb128_t, _uleb128_t): New.
28039
28040 2007-01-30 Eric Christopher <echristo@apple.com>
28041
28042 * config.gcc: Add geode.
28043
28044 2007-01-31 Kazu Hirata <kazu@codesourcery.com>
28045
28046 * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
28047 ipa-inline.c, tree-profile.c, tree-ssa-live.c,
28048 tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c,
28049 value-prof.c: Fix comment typos.
28050
28051 2007-01-30 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
28052
28053 PR c++/24745
28054 * doc/invoke.texi (Wpointer-arith): Document warning.
28055
28056 2007-01-30 Janis Johnson <janis187@us.ibm.com>
28057
28058 * doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
28059 the list of discrepancies from the draft TR.
28060
28061 2007-01-30 Dirk Mueller <dmueller@suse.de>
28062
28063 PR c++/30601
28064 * doc/invoke.texi (-Wreturn-type): Update description to
28065 match new behavior.
28066
28067 2007-01-30 Richard Sandiford <richard@codesourcery.com>
28068
28069 * cfgrtl.c (try_redirect_by_replacing_jump): Check only_sets_cc0_p.
28070
28071 2007-01-30 Uros Bizjak <ubizjak@gmail.com>
28072
28073 * builtins.c (expand_builtin_int_interclass_roundingfn): New function
28074 to handle optabs that operate on floating point input argument and
28075 output to integer output.
28076 (expand_builtin_mathfn) [BUILT_IN_ILOGB]: Move from here ...
28077 (expand_builtin_interclass_mathfn) [BUILT_IN_ILOGB]: ... to here.
28078 (expand_builtin): Expand BUILT_IN_ILOGB{,F,L} using
28079 expand_builtin_interclass_mathfn ().
28080 * config/i386/i386.md (fxtractxf3_i387): Rename from *fxtractxf3_i387.
28081 (ilogbsi2): Remove.
28082 (ilogbxf2, ilogb<mode>2): New expanders to implement ilogb, ilogbf and
28083 ilogbl built-in functions as x87 intrinsics.
28084
28085 2007-01-30 Richard Guenther <rguenther@suse.de>
28086
28087 PR middle-end/27657
28088 * dwarf2out.c (reference_to_unused): Query varpool if the
28089 variable was output.
28090
28091 2007-01-30 Richard Guenther <rguenther@suse.de>
28092
28093 PR middle-end/30313
28094 * passes.c (execute_one_pass): Reset in_gimple_form to not
28095 confuse non-unit-at-a-time mode.
28096
28097 2007-01-29 Roger Sayle <roger@eyesopen.com>
28098 Richard Guenther <rguenther@suse.de>
28099
28100 * fold-const.c (round_up): Make HIGH an unsigned HOST_WIDE_INT to
28101 avoid undefined behaviour on overflow. Use force_fit_type_double
28102 to construct the constant with the specified TREE_OVERFLOW.
28103
28104 2007-01-29 Janis Johnson <janis187@us.ibm.com>
28105
28106 * config/dfp-bit.c: Add parameterized support for fp exceptions.
28107 * config/dfp-bit.h: Ditto.
28108
28109 2007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
28110
28111 * c-decl.c (pop_scope): Replace warnings with call to
28112 warn_for_unused_label.
28113 * c-common.h (warn_for_unused_label): Declare.
28114 * c-common.c (warn_for_unused_label): Define.
28115
28116 2007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
28117
28118 * tree-optimize.c (update_inlined_to_pointers): Delete unused
28119 function.
28120
28121 2007-01-29 Janis Johnson <janis187@us.ibm.com>
28122
28123 * Makefile.in (USER_H): Remove decfloat.h.
28124 * ginclude/decfloat.h: Delete, moving contents to ...
28125 * ginclude/float.h: Add support for decimal floating point,
28126 guarded by __STDC_WANT_DEC_FP__.
28127
28128 2007-01-29 Mike Stump <mrs@apple.com>
28129
28130 * doc/gccint.texi (Top): Rename Loop Representation to Loop
28131 Analysis and Representation to resolve case insensitive conflict.
28132 * doc/loop.texi (Loop Analysis and Representation): Likewise.
28133
28134 2007-01-28 Daniel Berlin <dberlin@dberlin.org>
28135
28136 * tree.h (struct tree_memory_tag): Add aliases member.
28137 (MTAG_ALIASES): New macro.
28138 * tree-ssa-alias.c (alias_bitmap_obstack): New variable.
28139 (add_may_alias): Remove pointer-set. Update for may_aliases being
28140 a bitmap.
28141 (mark_aliases_call_clobbered): Update for may_aliases being a
28142 bitmap.
28143 (compute_tag_properties): Ditto.
28144 (create_partition_for): Ditto.
28145 (compute_memory_partitions): Ditto.
28146 (dump_may_aliases_for): Ditto.
28147 (is_aliased_with): Ditto.
28148 (add_may_alias_for_new_tag): Ditto.
28149 (rewrite_alias_set_for): Rewrite for may_aliases being a bitmap.
28150 (compute_is_aliased): New function.
28151 (compute_may_aliases): Call compute_is_aliased).
28152 (init_alias_info): Initialize alias_bitmap_obstack.
28153 (union_alias_set_into): New function.
28154 (compute_flow_sensitive_aliasing): Use union_aliases_into.
28155 (have_common_aliases_p): Rewrite to take two bitmaps and use
28156 intersection.
28157 (compute_flow_insensitive_aliasing): Stop using pointer-sets.
28158 Update for bitmaps.
28159 (finalize_ref_all_pointers): Update for add_may_alias changes.
28160 (new_type_alias): Ditto.
28161 * tree-flow-inline.h (may_aliases): Return a bitmap.
28162 * tree-dfa.c (dump_variable): Check for MTAG_P'ness.
28163 * tree-ssa.c (verify_flow_insensitive_alias_info): Update for
28164 may_aliases being a bitmap.
28165 * tree-flow.h (struct var_ann_d): Remove may_aliases member.
28166 may_aliases now returns a bitmap.
28167 * tree-ssa-structalias.c (merge_smts_into): Update for may_aliases
28168 being a bitmap.
28169 * tree-ssa-operands.c (add_virtual_operand): Update for
28170 may_aliases being a bitmap.
28171
28172 2007-01-29 Daniel Berlin <dberlin@dberlin.org>
28173
28174 PR tree-optimization/30630
28175 * tree-ssa-structalias.c (do_complex_constraint): Mark correct
28176 variable as changed.
28177
28178 2007-01-29 Simon Martin <simartin@users.sourceforge.net>
28179
28180 PR c++/28266
28181 * gimplify.c (gimplify_target_expr): Make sure that the TARGET_EXPR is
28182 expanded only once even if an error occurs.
28183
28184 2007-01-29 Ben Elliston <bje@au.ibm.com>
28185
28186 * gcov-io.h (__gcov_indirect_call_profiler): Declare.
28187 (__gcov_average_profiler): Likewise.
28188 (__gcov_ior_profiler): Likewise.
28189 (__gcov_merge_ior): Likewise.
28190
28191 2007-01-28 Jan Hubicka <jh@suse.cz>
28192
28193 * builtins.c (expand_builtin_memset): Fix typo in my last patch.
28194 * value-prof.c (stringop_block_profile): Likewise.
28195
28196 2007-01-28 Jan Hubicka <jh@suse.cz>
28197
28198 * expr.c (emit_block_move_via_movmem, emit_block_move_via_libcall):
28199 Add variant handling histograms; add wrapper.
28200 (clear_storage_via_libcall): Export.
28201 (emit_block_move_hints): Break out from ...; add histograms.
28202 (emit_block_move): ... this one.
28203 (clear_storage_hints): Break out from ...; add histograms.
28204 (clear_storage): ... this one.
28205 (set_storage_via_memset): Handle histogram.
28206 * expr.h (emit_block_move_via_libcall, emit_block_move_hints): Declare.
28207 (clear_storage_hints, clear_storage_via_libcall): Declare.
28208 (set_storage_via_setmem): Update prototype.
28209 * doc/md.texi (movmem, setmem): Document new arguments.
28210
28211 * value-prof.c (dump_histogram_value, tree_find_values_to_profile):
28212 Add new histograms.
28213 (stringop_block_profile): New global function.
28214 (tree_stringops_values_to_profile): Profile block size and alignment.
28215 * value-prof.h (enum hist_type): add HIST_TYPE_AVERAGE and
28216 HIST_TYPE_IOR.
28217 (struct profile_hooks): Add gen_average_profiler and gen_ior_profiler.
28218 (stringop_block_profile): Declare.
28219 * builtins.c: Include value-prof.h.
28220 (expand_builtin_memcpy, expand_builtin_memset): Pass block profile.
28221 * gcov-ui.h (GCOV_COUNTER_NAMES): Add new counter.
28222 (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): New constants.
28223 (GCOV_COUNTERS, GCOV_LAST_VALUE_COUNTER): Update.
28224 * profile.c (instrument_values): Add new counters.
28225 * cfgexpand.c (expand_gimple_basic_block): Propagate histograms to
28226 calls.
28227 * tree-profile.c (tree_average_profiler_fn, tree_ior_profiler_fn): New.
28228 (tree_init_edge_profiler): Build new profilers.
28229 (tree_gen_average_profiler, tree_gen_ior_profiler): New.
28230 (pass_tree_profile): Add dump.
28231 (tree_profile_hooks): Update.
28232 * Makefile.in (LIBGCOV): Add new constants.
28233 * libgcov.c (__gcov_merge_ior, __gcov_average_profiler,
28234 __gcov_ior_profiler): New.
28235 * i386.md (movmem/setmem expanders): Add new optional arguments.
28236
28237 2007-01-28 David Edelsohn <edelsohn@gnu.org>
28238
28239 * doc/md.texi (Standard Pattern Names): Document blockage pattern.
28240
28241 2007-01-28 Zdenek Dvorak <dvorakz@suse.cz>
28242
28243 * tree-ssa-loop-unswitch.c: Include tree-inline.h.
28244 (tree_unswitch_single_loop): Pass eni_size_weights to
28245 tree_num_loop_insns.
28246 * tree-ssa-loop-manip.c: Include tree-inline.h.
28247 (can_unroll_loop_p): Pass eni_size_weights to
28248 tree_num_loop_insns.
28249 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p):
28250 Pass eni_size_weights to estimate_num_insns.
28251 * tree.h (init_inline_once): Export.
28252 * toplev.c (backend_init): Call init_inline_once.
28253 * cgraphunit.c (cgraph_process_new_functions,
28254 cgraph_analyze_function): Pass eni_inlining_weights to
28255 estimate_num_insns.
28256 * ipa-inline.c (compute_inline_parameters): Ditto.
28257 * tree-ssa-loop-ivcanon.c (tree_num_loop_insns): Pass weights
28258 to estimate_num_insns.
28259 (try_unroll_loop_completely): Pass eni_size_weights to
28260 tree_num_loop_insns.
28261 * tree-eh.c (decide_copy_try_finally): Pass eni_size_weights
28262 ot estimate_num_insns.
28263 * tree-ssa-loop-prefetch.c: Include tree-inline.h.
28264 (loop_prefetch_arrays): Pass eni_time_weights to tree_num_loop_insns.
28265 * tree-inline.c (eni_inlining_weights, eni_size_weights,
28266 eni_time_weights): New variables.
28267 (init_inline_once): Initialize them.
28268 (struct eni_data): Mew.
28269 (estimate_num_insns_1, estimate_num_insns): Use weights.
28270 * tree-inline.h (struct eni_weights_d): New.
28271 (eni_inlining_weights, eni_size_weights, eni_time_weights): Declare.
28272 (estimate_num_insns): Declaration changed.
28273 * cfgloop.h (tree_num_loop_insns): Declaration changed.
28274 * Makefile.in (tree-ssa-loop-unswitch.o, tree-ssa-loop-prefetch.o,
28275 tree-ssa-loop-manip.o): Add TREE_INLINE_H dependency.
28276
28277 2007-01-28 Zdenek Dvorak <dvorakz@suse.cz>
28278
28279 * tree-data-ref.c (conflict_fn): Assert that the number of affine
28280 relations in the conflict function is valid.
28281
28282 2007-01-27 Ian Lance Taylor <iant@google.com>
28283
28284 * common.opt: Add fstrict-overflow.
28285 * opts.c (decode_options): Set flag_strict_overflow if -O2.
28286 * flags.h (TYPE_OVERFLOW_WRAPS): Define.
28287 (TYPE_OVERFLOW_UNDEFINED): Define.
28288 (TYPE_OVERFLOW_TRAPS): Define. This replaces TYPE_TRAP_SIGNED.
28289 Replace all uses.
28290 * tree.h (TYPE_TRAP_SIGNED): Don't define.
28291 * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_UNDEFINED.
28292 (fold_negate_expr): Likewise.
28293 (make_range): Likewise.
28294 (extract_muldiv_1): Likewise.
28295 (maybe_canonicalize_comparison): Likewise.
28296 (fold_comparison): Likewise.
28297 (fold_binary): Likewise.
28298 (tree_expr_nonnegative_p): Likewise.
28299 (tree_expr_nonzero_p): Likewise.
28300 * tree-vrp.c (compare_values): Likewise.
28301 (extract_range_from_binary_expr): Likewise.
28302 (extract_range_from_unary_expr): Likewise.
28303 * tree-ssa-loop-niter.c (infer_loop_bounds_from_signedness):
28304 Likewise.
28305 (nowrap_type_p): Likewise.
28306 * tree-scalar-evolution.c (simple_iv): Likewise.
28307 * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_WRAPS.
28308 (build_range_check): Likewise.
28309 (extract_muldiv_1): Likewise.
28310 (fold_comparison): Likewise.
28311 * tree-vrp.c (vrp_int_const_binop): Likewise.
28312 (extract_range_from_unary_expr): Likewise.
28313 * convert.c (convert_to_integer): Likewise.
28314 * fold-const.c (fold_negate_expr): Use TYPE_OVERFLOW_TRAPS.
28315 (fold_comparison): Likewise.
28316 (fold_binary): Likewise.
28317 * optabs.c (optab_for_tree_code): Likewise.
28318 * tree-vectorizer.c (vect_is_simple_reduction): Likewise.
28319 * simplify-rtx.c (simplify_const_relational_operation): Check
28320 flag_strict_overflow and flag_trapv.
28321 (simplify_const_relational_operation): Likewise.
28322 * doc/invoke.texi (Option Summary): Mention -fstrict-overflow.
28323 (Optimize Options): Add -fstrict-overflow to -O2 list. Document
28324 -fstrict-overflow.
28325
28326 2007-01-27 Roger Sayle <roger@eyesopen.com>
28327
28328 * tree.c (tree_fold_gcd): Delete.
28329 * tree.h (tree_fold_gcd): Remove prototype.
28330 * tree-data-ref.c (tree_fold_divides_p): Don't use tree_fold_gcd to
28331 test whether one constant integer is a multiple of another. Instead
28332 call int_const_binop with TRUNC_MOD_EXPR and test for a zero result.
28333 * fold-const.c (multiple_of_p): We've determined both TOP and
28334 BOTTOM are integer constants so we can call int_const_binop directly
28335 instead of the more generic const_binop.
28336
28337 2007-01-27 Roger Sayle <roger@eyesopen.com>
28338
28339 * fold-const.c (size_binop): In the fast-paths for X+0, 0+X, X-0 and
28340 1*X check that the constant hasn't overflowed, to preserve the
28341 TREE_OVERFLOW bit.
28342 (round_up): Provide an efficient implementation when rouding-up an
28343 INTEGER_CST to a power-of-two.
28344
28345 2007-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28346
28347 * doc/sourcebuild.texi: Add comma for clarity.
28348 * doc/extend.texi: Fix some typos.
28349 * doc/passes.texi: Likewise.
28350 * doc/cppinternals.texi: Likewise.
28351 * doc/c-tree.texi: Likewise.
28352 * doc/tree-ssa.texi: Likewise.
28353 * doc/install.texi: Likewise.
28354
28355 2007-01-27 Jan Hubicka <jh@suse.cz>
28356
28357 * tree-sra.c (sra_walk_function): Don't rely on aliases being build.
28358 (pass_sra): Do not require alias information.
28359 * passes.c (init_optimization_passes): Add SRA
28360
28361 2007-01-27 Steven Bosscher <steven@gcc.gnu.org>
28362
28363 * tracer.c (rest_of_handle_tracer): We already cleaned
28364 up the CFG in tracer() so don't do it here again.
28365 * cfgcleanup.c (rest_of_handle_jump2): Don't repeat
28366 cleanup_cfg here, either. And don't call renumber_insns.
28367
28368 * cfgrtl.c (rtl_verify_flow_info_1): Don't verify that BB_END
28369 and BB_HEAD are in the insn stream here. Instead make sure
28370 that BB_INSN is valid on all insns. Also, do check here that
28371 there are no pending branch predictions...
28372 (rtl_verify_flow_info): ...instead of doing it here. Checks
28373 for BB_END and BB_HEAD moved from rtl_verify_flow_info_1 to
28374 here.
28375
28376 2007-01-26 Roger Sayle <roger@eyesopen.com>
28377
28378 * config/i386/i386.c (ix86_swap_binary_operands_p): New helper
28379 function to simplify/factorize operand order canonicalization.
28380 (ix86_fixup_binary_operands): Reorganize using the above function.
28381 (ix86_binary_operator_ok): Likewise.
28382
28383 2007-01-27 Jakub Jelinek <jakub@redhat.com>
28384
28385 * genattrtab.c (struct attr_value_list, insn_code_values): Move to
28386 file scope from optimize_attrs.
28387 (simplify_test_exp): If insn_code_values is not NULL, use it to speed
28388 up search.
28389 (optimize_attrs): Clear insn_code_values after freeing it.
28390
28391 2007-01-26 Zdenek Dvorak <dvorakz@suse.cz>
28392
28393 * tree-ssa-address.c (create_mem_ref): Remove ", bsi" from
28394 a parts.base assignment.
28395
28396 2007-01-26 Zdenek Dvorak <dvorakz@suse.cz>
28397
28398 * tree-data-ref.c (dump_subscript): Use dump_conflict_function.
28399 (compute_subscript_distance, initialize_data_dependence_relation,
28400 finalize_ddr_dependent, analyze_ziv_subscript,
28401 analyze_siv_subscript_cst_affine,
28402 compute_overlap_steps_for_affine_univar,
28403 compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
28404 analyze_siv_subscript, analyze_miv_subscript,
28405 analyze_overlapping_iterations, subscript_dependence_tester_1,
28406 compute_self_dependence, free_dependence_relation): Work
28407 with affine_fn instead of chrecs.
28408 (dump_affine_function, dump_conflict_function, affine_function_equal_p,
28409 common_affine_function, affine_function_base,
28410 affine_function_constant_p, affine_fn_op, affine_fn_plus,
28411 affine_fn_minus, affine_fn_free, conflict_fn_not_known,
28412 conflict_fn_no_dependence, free_conflict_function, free_subscripts,
28413 conflict_fn, affine_fn_cst, affine_fn_univar): New functions.
28414 (all_chrecs_equal_p): Removed.
28415 * tree-data-ref.h (affine_fn, conflict_function): New types.
28416 (struct subscript): Change type of conflicting_iterations_in_a
28417 and conflicting_iterations_in_b.
28418
28419 2007-01-26 Steve Ellcey <sje@cup.hp.com>
28420
28421 PR other/30182
28422 * config/pa/pa.h (TARGET_HPUX_11): New.
28423 * config/pa/pa-hpux11.h (TARGET_HPUX_11): New.
28424 * config/pa/pa.c (pa_init_builtins): Use TARGET_HPUX_11.
28425
28426 2007-01-26 Daniel Berlin <dberlin@dberlin.org>
28427 Richard Guenther <rguenther@suse.de>
28428
28429 * tree-ssa-structalias.c (solve_graph): Handle case
28430 we merged the variable to another.
28431
28432 2007-01-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
28433
28434 * builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even'
28435 functions.
28436
28437 * fold-const.c (negate_mathfn_p): Treat casin, casinh, catan,
28438 catanh, cproj, csin, csinh, ctan and ctanh as 'odd' functions.
28439
28440 2007-01-25 DJ Delorie <dj@redhat.com>
28441
28442 * config/m32c/m32c.c (m32c_cannot_change_mode_class): We don't
28443 allow changes to modes which don't fit in those registers.
28444
28445 * reload1.c (choose_reload_regs): Check for invalid subregs before
28446 computing their locations, not after.
28447
28448 2007-01-25 Geoffrey Keating <geoffk@apple.com>
28449
28450 PR 25127
28451 * config/rs6000/rs6000.c (first_altivec_reg_to_save): On Darwin,
28452 save Altivec registers in an eh_return function.
28453 (compute_vrsave_mask): Likewise.
28454 (rs6000_stack_info): Correct AIX/Darwin stack alignment computation
28455 for saving Altivec registers.
28456 (rs6000_emit_prologue): Don't allocate stack twice in
28457 eh_return function. Correct expected value of altivec_save_offset
28458 when using save_world. Describe save of R0 to stack when using
28459 save_world. Describe stack pointer adjustment when using
28460 save_world. Remove duplicated eh_return parameter register saving.
28461 Update sp_offset variable after save_world.
28462 * config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA): Remove
28463 darwin-world.asm.
28464 (LIB2FUNCS_EXTRA): Add darwin-world.asm.
28465 * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): -m64
28466 implies Altivec.
28467
28468 2007-01-25 Steve Ellcey <sje@cup.hp.com>
28469
28470 * config.gcc (ia64*-*-hpux*): Make posix threads the default.
28471
28472 2007-01-25 Steve Ellcey <sje@cup.hp.com>
28473
28474 PR other/30182
28475 * config/pa/pa.c (pa_init_builtins): Set asm names for finite routines.
28476 * config/ia64/ia64.c (ia64_init_builtins): Ditto.
28477
28478 2007-01-25 Richard Guenther <rguenther@suse.de>
28479
28480 * doc/invoke.texi (-Wcoverage-mismatch): Document.
28481 * common.opt (-Wcoverage-mismatch): New warning option.
28482 * coverage.c (get_coverage_counts): Ignore coverage mismatch
28483 if -Wcoverage-mismatch is given.
28484
28485 2007-01-25 Razya Ladelsky <razya@il.ibm.com>
28486
28487 * ipa-cp.c (ipcp_insert_stage, ipcp_driver): Support for SSA.
28488 (ipcp_driver): Change to static definition.
28489 Add dumping of the ifunctions.
28490 (constant_val_insert): Remove unused parameter. Support for SSA.
28491 (ipcp_propagate_const): Support for SSA.
28492 (ipcp_profile_bb_print): Print only analyzed nodes.
28493 (ipcp_replace_map_create): Remove support for Fortran constant
28494 for now.
28495 * ipa-prop.c (ipa_method_modify_stmt,
28496 ipa_callsite_compute_param): Support for SSA.
28497 * ipa-prop.h (ipcp_driver): Remove declaration.
28498 (IS_VALID_TREE_MAP_INDEX): Add define.
28499
28500 2007-01-24 Geoffrey Keating <geoffk@apple.com>
28501
28502 * unwind-dw2.c (execute_stack_op): Handle DW_OP_swap.
28503
28504 2007-01-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
28505
28506 PR middle-end/30447
28507 * builtins.c (fold_builtin_cabs): Use MPFR to evaluate a
28508 constant argument to cabs and do it without checking for
28509 -funsafe-math-optimizations.
28510
28511 2007-01-24 Douglas Gregor <dgregor@osl.iu.edu>
28512
28513 * c-common.h (RID_FIRST_CXX0X): New.
28514 (RID_LAST_CXX0X): New.
28515 * c-opts.c (c_common_handle_option): -Wc++0x-compat is triggered
28516 by -Wall.
28517 * c.opt (Wc++0x-compat): New.
28518 * doc/invoke.texi (-Wc++0x-compat): Document.
28519
28520 2007-01-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
28521
28522 * builtins.c (fold_builtin_carg): New.
28523 (fold_builtin_1): Use it.
28524
28525 2007-01-24 Jan Hubicka <jh@suse.cz>
28526
28527 * ipa-inline.c (cgraph_decide_inlining): Initialize initial_insns.
28528
28529 * ipa-inline.c (initial_insns, max_insns): Delete.
28530 (compute_max_insns): New function.
28531 (cgraph_decide_inlining_of_small_function): Use it; take minimal
28532 amount of insns as base for code growth.
28533 (cgraph_decide_inlining): Make initial_insns local; do not compute
28534 max_insns.
28535 * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 60.
28536 * doc/invoke.texi (inline-unit-growth): Update docs.
28537
28538 2007-01-24 Jakub Jelinek <jakub@redhat.com>
28539
28540 * config/i386/i386.h (x86_cmpxchg16b): Remove const.
28541 (TARGET_CMPXCHG16B): Define to x86_cmpxchg16b.
28542 * config/i386/i386.c (x86_cmpxchg16b): Remove const.
28543 (override_options): Add PTA_CX16 flag. Set x86_cmpxchg16b
28544 for CPUs that have PTA_CX16 set.
28545
28546 PR middle-end/27416
28547 * gimplify.c (omp_check_private): New function.
28548 (gimplify_scan_omp_clauses): Use it for
28549 firstprivate/lastprivate/reduction.
28550
28551 PR middle-end/30494
28552 * gimplify.c (omp_add_variable): Don't call omp_notice_variable
28553 on TYPE_SIZE_UNIT for GOVD_LOCAL VLAs.
28554
28555 PR middle-end/30421
28556 * omp-low.c (lower_omp_for_lastprivate): Add dlist argument.
28557 If lower_lastprivate_clauses emits some statements, append them
28558 to dlist rather than body_p and to body_p append an initializer.
28559 (lower_omp_for): Adjust caller.
28560
28561 2007-01-24 Steve Ellcey <sje@cup.hp.com>
28562
28563 * target.h (globalize_decl_name): New.
28564 * target-def.h (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
28565 * output.h (default_globalize_decl_name): New.
28566 * varasm.c (asm_output_bss): Use globalize_decl_name instead of
28567 globalize_label.
28568 (globalize_decl): Ditto.
28569 (default_globalize_decl_name): New.
28570 * config/ia64/ia64.c (ia64_globalize_decl_name): New.
28571 (ia64_handle_version_id_attribute): New.
28572 (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
28573 (ia64_asm_output_external): Use globalize_decl_name instead
28574 of globalize_label.
28575 * doc/extend.texi (version_id): New pragma.
28576 * doc/tm.texi (ARGET_ASM_GLOBALIZE_DECL_NAME): New target hook.
28577
28578 2007-01-24 Andreas Krebbel <krebbel1@de.ibm.com>
28579
28580 * unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with
28581 _uleb128_t and _Unwind_SWord with _sleb128_t.
28582 * unwind-dw2.c (extract_cie_info, execute_stack_op,
28583 execute_cfa_program, uw_frame_state_for, uw_update_context_1):
28584 Likewise.
28585 * unwind-c.c (parse_lsda_header, PERSONALITY_FUNCTION): Likewise.
28586 * unwind-pe.h (read_uleb128, read_sleb128,
28587 read_encoded_value_with_base): Likewise.
28588 * unwind-generic.h: Define _sleb128_t and _uleb128_t types.
28589
28590 2007-01-24 Richard Guenther <rguenther@suse.de>
28591
28592 * builtins.c (expand_builtin_cexpi): Get the fndecl
28593 for cexp in the correct way.
28594
28595 2007-01-24 Jan Hubicka <jh@suse.cz>
28596
28597 * tree-ssa-dce.c (eliminate_unnecesary_stmts): Remove dead LHS
28598 of calls.
28599
28600 2007-01-24 Andreas Krebbel <krebbel1@de.ibm.com>
28601
28602 * c-cppbuiltin.c (builtin_define_type_sizeof): New function.
28603 (c_cpp_builtins): New builtin macros: __SIZEOF_INT__, __SIZEOF_LONG__,
28604 __SIZEOF_LONG_LONG__, __SIZEOF_SHORT__, __SIZEOF_POINTER__,
28605 __SIZEOF_FLOAT__, __SIZEOF_DOUBLE__, __SIZEOF_LONG_DOUBLE__,
28606 __SIZEOF_SIZE_T__, __SIZEOF_WCHAR_T__, __SIZEOF_WINT_T__ and
28607 __SIZEOF_PTRDIFF_T__.
28608 * doc/cpp.texi: Documentation for the new builtin macros added.
28609
28610 2007-01-24 Uros Bizjak <ubizjak@gmail.com>
28611
28612 * config/i386/i386.md (tanxf2, tan<mode>2, atan<mode>2, log<mode>2,
28613 log10<mode>2, log2<mode>2, expxf2, exp10xf2, exp2xf2): Use op2
28614 instead of operands[2] to avoid access past the end of array.
28615
28616 2007-01-24 Richard Sandiford <richard@codesourcery.com>
28617
28618 * reload1.c (emit_reload_insns): Pass the reload register
28619 for a non-spill output reload through forget_old_reloads_1.
28620
28621 2007-01-23 Joseph Myers <joseph@codesourcery.com>
28622
28623 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
28624 _SOFT_DOUBLE if doubles use software floating-point.
28625 * config/rs6000/libgcc-ppc-glibc.ver: Export additional long
28626 double functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
28627 * config/rs6000/darwin-ldouble.c: Also compile functions for
28628 hard-float without FPRs. Use fmsub function for all __NO_FPRS__
28629 cases. Compile extra functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
28630 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove
28631 commented-out long double override.
28632 (CPP_LONGDOUBLE_DEFAULT_SPEC): Likewise.
28633 * config/rs6000/eabispe.h: Likewise.
28634 * config/rs6000/rs6000.c (rs6000_override_options): Don't override
28635 long double for non-SPE.
28636 (rs6000_handle_option): Likewise.
28637 (invalid_e500_subreg): Disallow more subregs involding DImode,
28638 DFmode, TImode or TFmode.
28639 (rs6000_legitimate_offset_address_p): Check TFmode offsets for
28640 E500 double.
28641 (legitimate_lo_sum_address_p): Also check for TFmode for E500
28642 double.
28643 (rs6000_legitimize_address): Also handle TFmode for E500 double.
28644 (rs6000_legitimize_reload_address): Also handle TFmode for E500
28645 double.
28646 (rs6000_legitimate_address): Also check for TFmode for E500
28647 double.
28648 (rs6000_emit_move): Use DFmode subregs of TFmode for E500 double.
28649 (spe_build_register_parallel): Handle TFmode and TCmode.
28650 (rs6000_spe_function_arg): Handle TFmode and TCmode for E500
28651 double.
28652 (function_arg): Handle TFmode and TCmode for E500 double.
28653 (rs6000_init_libfuncs): Initialize extra libfuncs for soft double
28654 in general.
28655 (print_operand): Handle TFmode and TImode for %y.
28656 (rs6000_generate_compare): Handle TFmode comparisons for E500
28657 double.
28658 (spe_func_has_64bit_regs_p): Check for TFmode for E500 double.
28659 (rs6000_function_value): Handle TFmode and TCmode for E500 double.
28660 (rs6000_libcall_value): Handle TFmode and TCmode for E500 double.
28661 * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Check for
28662 TFmode for E500 double.
28663 * config/rs6000/rs6000.md (FP): Allow TF for E500 double.
28664 (floatsidf2): Enable for E500 double.
28665 (movtf_softfloat): Use rs6000_nonimmediate_operand.
28666 (extenddftf2): Change to extenddftf2_fprs.
28667 (extenddftf2): Call gen_spe_extenddftf2 or gen_extenddftf2_fprs
28668 depending on TARGET_E500_DOUBLE.
28669 (extendsftf2): Enable for E500 double.
28670 (trunctfdf2): Enable for E500 double.
28671 (trunctfsf2): Change to trunctfsf2_fprs.
28672 (trunctfsf2): Call gen_spe_trunctfsf2 or gen_trunctfsf2_fprs
28673 depending on TARGET_E500_DOUBLE.
28674 (floatsitf2): Enable for E500 double.
28675 (fix_trunctfsi2): Change to fix_trunctfsi2_fprs.
28676 (fix_trunctfsi2): Call gen_spe_fix_trunctfsi2 or
28677 gen_fix_trunctfsi2_fprs depending on TARGET_E500_DOUBLE.
28678 (negtf2): Change to negtf2_internal.
28679 (negtf2): New expander.
28680 (abstf2): Enable for E500 double. Call gen_spe_abstf2_tst,
28681 gen_spe_abstf2_cmp or gen_abstf2_internal depending on
28682 TARGET_E500_DOUBLE and flag_unsafe_math_optimizations.
28683 (movdi_internal32): Use rs6000_nonimmediate_operand.
28684 (unnamed splitter): Likewise.
28685 * config/rs6000/spe.md (CMPTFEQ_GPR, TSTTFEQ_GPR, CMPTFGT_GPR,
28686 TSTTFGT_GPR, CMPTFLT_GPR, TSTTFLT_GPR): New unspecs.
28687 (SPE64TF, DITI): New mode macros.
28688 (frob_df_di): Change to frob_<SPE64:mode>_<DITI:mode>; allow more
28689 modes.
28690 (frob_tf_ti): New.
28691 (frob_<mode>_di_2): New.
28692 (frob_tf_di_8_2): New.
28693 (frob_di_df): Change to frob_di_<mode>; allow more modes.
28694 (frob_ti_tf): New.
28695 (frob_di_df_2): Change to frob_<DITI:mode>_<SPE64:mode>_2; allow
28696 more modes.
28697 (frob_ti_<mode>_8_2): New.
28698 (frob_ti_tf_2): New.
28699 (mov_si<mode>_e500_subreg0, mov_si<mode>_e500_subreg0_2,
28700 mov_si<mode>_e500_subreg4, mov_si<mode>_e500_subreg4_2): Allow
28701 TFmode.
28702 (mov_sitf_e500_subreg8, mov_sitf_e500_subreg8_2,
28703 mov_sitf_e500_subreg12, mov_sitf_e500_subreg12_2): New.
28704 (spe_trunctfdf2_internal1, spe_trunctfsf2, spe_extenddftf2,
28705 spe_fix_trunctfsi2, spe_fix_trunctfsi2_internal,
28706 spe_negtf2_internal, spe_abstf2_cmp, spe_abstf2_tst): New.
28707 (cmptfeq_gpr, tsttfeq_gpr, cmptfgt_gpr, tsttfgt_gpr, cmptflt_gpr,
28708 tsttflt_gp): New.
28709
28710 2007-01-23 Ian Lance Taylor <iant@google.com>
28711
28712 * Makefile.in (OBJS-common): Reformat, alphabetize, but put
28713 insn-*.o first.
28714 (OBJS-archive): Reformat, alphabetize.
28715 (OBJS): Change out_object_file to OBJS-md.
28716
28717 2007-01-23 Uros Bizjak <ubizjak@gmail.com>
28718
28719 * config/i386/i386.md: Use REG_P, MEM_P, CONST_INT_P, LABEL_P,
28720 JUMP_P and CALL_P predicates where applicable.
28721 * config/i386/i386.c: Ditto.
28722 * config/i386/i386.md: Ditto.
28723 * config/i386/mmx.md: Ditto.
28724 * config/i386/predicates.md: Ditto.
28725
28726 2007-01-22 Andreas Schwab <schwab@suse.de>
28727
28728 * config/m68k/m68k.h: Fix comment.
28729
28730 2007-01-22 Jan Hubicka <jh@suse.cz>
28731
28732 * passes.c (init_optimization_passes): Do not rerun
28733 pass_early_warn_uninitialized.
28734
28735 2007-01-22 Richard Guenther <rguenther@suse.de>
28736
28737 PR tree-optimization/30038
28738 * tree-ssa-math-opts.c (maybe_record_sincos): New static helper
28739 function.
28740 (execute_cse_sincos_1): Likewise.
28741 (execute_cse_sincos): Likewise.
28742 (gate_cse_sincos): Likewise.
28743 (pass_cse_sincos): New pass CSEing sin() and cos() calls using
28744 the cexpi() canonicalization of sincos().
28745 * tree-pass.h (pass_cse_sincos): Declare.
28746 * passes.c (init_optimization_passes): New pass pas_cse_sincos.
28747
28748 2007-01-21 Eric Botcazou <ebotcazou@libertysurf.fr>
28749
28750 PR rtl-optimization/29329
28751 * combine.c (replaced_rhs_insn): Rename to i2mod.
28752 (replaced_rhs_value): Rename to i2mod_new_rhs.
28753 (i2mod_old_rhs): New global variable.
28754 (combine_instructions): Adjust for above change. Save a copy of
28755 the old RHS into i2mod_old_rhs when the contents of a REG_EQUAL
28756 note are substituted in the second instruction.
28757 (distribute_notes) <REG_DEAD>: Adjust for above change. Do not
28758 ditch the note if it pertains to the second eliminated register
28759 and this register is mentioned in i2mod_old_rhs.
28760
28761 Revert:
28762 2006-09-12 Eric Botcazou <ebotcazou@libertysurf.fr>
28763
28764 * combine.c (distribute_notes) <REG_DEAD>: Do not consider SETs past
28765 the insn to which the note was originally attached.
28766
28767 2007-01-21 Jan Hubicka <jh@suse.cz>
28768
28769 * ipa-inline.c (inlining_mode): Comment, move up.
28770 (cgraph_decide_inlining_incrementally): Do not perform inlining
28771 itself; fix handling of flattening of self recursive functions.
28772 (cgraph_find_cycles): Remove.
28773 (cgraph_flatten_node): Remove.
28774 (cgraph_decide_inlining): Use incremental inliner to handle flattening.
28775 (try_inline): New function.
28776 (cgraph_early_inlining): Update call of
28777 cgraph_decide_inlining_incrementally. Apply inlining here.
28778 (apply_inline): Update call of cgraph_decide_inlining_incrementally.
28779
28780 2007-01-21 Dirk Mueller <dmueller@suse.de>
28781
28782 PR bootstrap/30511
28783 * tree-vrp.c (check_array_bounds): do not warn
28784 about ADDR_EXPR's of ARRAY_REF's which are immediately
28785 used in binary expressions.
28786
28787 2007-01-21 Ira Rosen <irar@il.ibm.com>
28788
28789 * tree-vectorizer.h (struct _stmt_vec_info): Add new field
28790 read_write_dep and macros for its access.
28791 * tree-vectorizer.c (new_stmt_vec_info): Initialize the new field.
28792 * tree-vect-analyze.c (vect_analyze_data_ref_dependence): Remove
28793 argument, call vect_check_interleaving for every independent pair of
28794 data-refs. Mark loads that access the same memory location as a store
28795 in the loop.
28796 (vect_check_dependences): Remove.
28797 (vect_analyze_data_ref_dependences): Remove vect_check_dependences
28798 call, fix the call to vect_analyze_data_ref_dependence.
28799 (vect_analyze_data_ref_access): For statements that access the same
28800 data-ref, check that they are not stores; for loads, check that there
28801 is no store that access the same location.
28802
28803 2007-01-20 Roger Sayle <roger@eyesopen.com>
28804 Joseph Myers <joseph@codesourcery.com>
28805
28806 * doc/invoke.texi (-fdump-rtl-combine): Fix under/overfull hbox.
28807 (-fdump-rtl-stack): Likewise.
28808 (-fno-signed-zeros): Use @minus{} for a minus sign. Correct typo.
28809 (-mcheck-zero-division, -mcpu): Fix under/overfull hbox.
28810 (-mpt-fixed): Use @minus{} for minus sign.
28811 (Using Precompiled Headers): Fix under/overfull hbox.
28812
28813 2007-01-20 Jan Hubicka <jh@suse.cz>
28814
28815 * tree-flow.h (struct stmt_ann_d): Move references_memory to proper
28816 place within annotation.
28817
28818 2007-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
28819
28820 * pa.c (output_move_double): Change array size of xoperands to 4.
28821
28822 2007-01-20 Jan Hubicka <jh@suse.cz>
28823
28824 * tree-tailcall.c (adjust_return_value): Do not use RESULT_DECL
28825 as temporary.
28826
28827 2007-01-19 Ian Lance Taylor <iant@google.com>
28828
28829 * expmed.c (expand_divmod) [TRUNC_MOD_EXPR, TRUNC_DIV_EXPR]: Cast
28830 constant to unsigned HOST_WIDE_INT before negating.
28831
28832 2007-01-19 Ian Lance Taylor <iant@google.com>
28833
28834 * tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field
28835 to unsigned.
28836 (VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Use unsigned comparison.
28837 (VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
28838 (SET_VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Likewise.
28839 (SET_VUSE_ELEMENT_VAR) [ENABLE_CHECKING]: Likewise.
28840 (SET_VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
28841 (realloc_vdef, realloc_vuse): Change second parameter to
28842 unsigned.
28843 (ssa_operand_iterator_d): Change vuse_index and mayuse_index
28844 fields to unsigned.
28845 * tree-ssa-operands.c (realloc_vop): Change num_elem parameter to
28846 unsigned. Change x and lim locals to unsigned.
28847 (realloc_vdef, realloc_vuse): Change num_elem parameter to
28848 unsigned.
28849 (finalize_ssa_vuse_ops): Change old_i local to unsigned.
28850 (copy_virtual_operands): Change i and n locals to unsigned.
28851
28852 2007-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
28853
28854 PR middle-end/29335
28855 * builtins.c (fold_builtin_1): Handle builtin fdim.
28856
28857 2007-01-20 Jan Hubicka <jh@suse.cz>
28858
28859 * tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars.
28860 * tree-ssa-structalias.c (compute_points_to_sets): Do call
28861 init_alias_heapvars.
28862 (init_alias_heapvars): Initialize only when not already initialized.
28863 (delete_alias_heapvars): Set heapvar_for_stmt to NULL.
28864
28865 2007-01-19 Roger Sayle <roger@eyesopen.com>
28866
28867 * common.opt (fsigned-zeros): New command line option.
28868 * flags.h (HONOR_SIGNED_ZEROS): Control via flag_signed_zeros instead
28869 of flag_unsafe_math_optimizations.
28870 * opts.c (set_fast_math_flags): The -ffast-math command line option
28871 implies -fno-signed-zeros.
28872 (fast_math_flags_set_p): Likewise.
28873
28874 * doc/invoke.texi: Document new -fno-signed-zeros option, and update
28875 the documentation of -ffast-math appropriately. Wrap long lines.
28876
28877 2007-01-19 Steve Ellcey <sje@cup.hp.com>
28878
28879 * system.h (ASM_MAKE_LABEL_LINKONCE): Poison.
28880 * varasm.c (globalize_decl): Remove ASM_MAKE_LABEL_LINKONCE ifdef.
28881
28882 2007-01-19 Tomas Bily <tbily@suse.cz>
28883
28884 * cgraphunit.c (cgraph_finalize_function): Updating of pid
28885 * tree-profile.c:
28886 (tree_init_ic_make_global_vars): New function
28887 (tree_init_edge_profiler): call of tree_init_ic_make_global_vars
28888 (tree_gen_ic_profiler): New function
28889 (tree_gen_ic_func_profiler): New function
28890 (tree_profiling): Added calling of tree_gen_ic_func_profiler
28891 (tree_profile_hooks): Added hook for indirec/virtual calls
28892 * value-prof.c (tree_find_values_to_profile): New case for
28893 indirect calls
28894 (tree_values_to_profile): Call for determining indirect/virtual
28895 counters
28896 (tree_indirect_call_to_profile): New function
28897 (tree_ic_transform): New function
28898 (tree_ic): New function
28899 (find_func_by_pid): New function
28900 (init_pid_map): New function
28901 (tree_value_profile_transformations): Added check for
28902 indirect/virtual call transformation
28903 * value-prof.h (enum hist_type): New counter type for
28904 indirect/virtual calls
28905 (profile_hooks): Added new hook for profiling indirect/virtual
28906 calls
28907 * profile.c (instrument_values): New case for indirect/virtual
28908 call added
28909 * gcov-io.h (GCOV_LAST_VALUE_COUNTER): Changed to 6
28910 (GCOV_COUNTER_V_INDIR): New counter type
28911 (GCOV_COUNTER_NAMES): New name of counter "indirect" added
28912 (GCOV_MERGE_FUNCTIONS): New merge function for indirect/virtual
28913 call added
28914 * cgraph.c: Definition of cgraph_max_pid
28915 (cgraph_create_node): Default init of pid attribute
28916 * cgraph.h: Declaration of cgraph_max_pid
28917 (struct cgraph_node): Added pid attribute
28918 * libgcov.c (__gcov_indirect_call_profiler): New function
28919 (__gcov_one_value_profiler_body): New function
28920 (__gcov_one_value_profiler): Body was moved to
28921 __gcov_one_value_profiler_body and calls it
28922
28923 2007-01-19 Basile Starynkevitch <basile@starynkevitch.net>
28924
28925 * doc/gty.texi (Options): Document the mark_hook option to GTY.
28926 * gengtype.c (write_types_data, write_func_for_structure,
28927 write_types, ggc_wtd, pch_wtd): Add skip_hooks to
28928 write_types_data, ggc_wtd, pch_wtd for processing mark_hook.
28929 (walk_type, write_func_for_structure): Generate the mark_hook if
28930 needed.
28931
28932 2007-01-19 Jan Hubicka <jh@suse.cz>
28933
28934 * ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of
28935 'early' argument take inlining mode argument specifying whether to
28936 inline for size/speeed or all functions; add support for flattening;
28937 improve dumpting.
28938 (cgraph_early_inlining): Update call of decide_inlining_incrementally.
28939
28940 2007-01-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
28941
28942 PR c++/17947
28943 * toplev.c (warn_deprecated_use): Use %qD instead of %qs to print
28944 the name of the declared identifier.
28945
28946 2007-01-19 Dirk Mueller <dmueller@suse.de>
28947
28948 * config/i386.h (CONDITIONAL_REGISTER_USAGE): Store
28949 result of PIC_OFFSET_TABLE_REGNUM in temporary variable to avoid
28950 duplicate evaluation.
28951
28952 2007-01-19 Uros Bizjak <ubizjak@gmail.com>
28953
28954 * config/i386/i386.md (acos<mode>2): Rename from acossf2 and acosdf2.
28955 Macroize expander using X87MODEF12 mode macro. Extend operand 1
28956 to XFMode, use acosxf2 and truncate result to requested mode.
28957 Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
28958 (asin<mode>2): Similarly, with asin expanders.
28959 (*fscalexf4_i387): Rename from *fscalexf4.
28960 (expNcorexf3): New expander.
28961 (expxf2, exp10xf2, exp2xf2): Use expNcorexf3 expander.
28962 (exp<mode>2): Rename from expsf2 and expdf2. Macroize expander using
28963 X87MODEF12 mode macro. Extend operand 1 to XFMode, use expxf2 and
28964 truncate result to requested mode. Use SSE_FLOAT_MODE_P to disable
28965 patterns for SSE math.
28966 (exp10<mode>2): Similarly, with exp10 expanders.
28967 (exp2<mode>2): Similarly, with exp2 expanders.
28968 (expm1<mode>2): Similarly, with expm1 expanders.
28969 (ldexp<mode>3): Similarly, with ldexp expanders.
28970 (log<mode>2, log10<mode>2, log2<mode>2, log1p<mode>2, logb<mode>2):
28971 Use gen_truncxf<mode>2_i387_noop to truncate result.
28972
28973 2007-01-19 Richard Sandiford <richard@codesourcery.com>
28974
28975 * config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Define to 32
28976 for ColdFire targets.
28977
28978 2007-01-19 Nathan Sidwell <nathan@codesourcery.com>
28979 Richard Sandiford <richard@codesourcery.com>
28980
28981 * config/m68k/m68k.h (M68K_STATIC_CHAIN_REG_NAME): New macro.
28982 (INITIALIZE_TRAMPOLINE): Use STATIC_CHAIN_REGNUM.
28983 (__transfer_from_trampoline): Use M68K_STATIC_CHAIN_REG_NAME.
28984 * config/m68k/m68kelf.h (STATIC_CHAIN_REGNUM): Override.
28985 (M68K_STATIC_CHAIN_REG_NAME): Likewise.
28986 * config/m68k/netbsd-elf.h (M68K_STATIC_CHAIN_REG_NAME): Likewise.
28987
28988 2007-01-19 Richard Sandiford <richard@codesourcery.com>
28989
28990 * config/m68k/m68k.md (adddi_dilshr32): Rename to...
28991 (*adddi_dilshr32): ...this. Fix formatting. Remove commented-out
28992 non-canonical pattern. Restrict to !TARGET_COLDFIRE.
28993 (*adddi_dilshr32_cf): New pattern.
28994 (adddi3, subdi3): Remove first alternatives.
28995
28996 2007-01-19 Richard Sandiford <richard@codesourcery.com>
28997
28998 * config/m68k/m68k.c (notice_update_cc): If an SFmode move is
28999 implemented using move.l, do not use its cc result for floating-point
29000 comparisons.
29001
29002 2007-01-19 Richard Sandiford <richard@codesourcery.com>
29003
29004 * config/m68k/m68k.h (EXTRA_CONSTRAINT): Stop the 'T' constraint
29005 from accepting 's' constraints if flag_pic.
29006
29007 2007-01-19 Richard Sandiford <richard@codesourcery.com>
29008
29009 * config/m68k/m68k.md (bordered, bunordered, buneq, bunge, bungt)
29010 (bunle, bunlt, bltgt, bordered_rev, bunordered_rev, buneq_rev)
29011 (bunge_rev, bungt_rev, bunle_rev, bunlt_rev, bltgt_rev): Change
29012 condition from TARGET_68881 to TARGET_HARD_FLOAT.
29013
29014 2007-01-19 Sandra Loosemore <sandra@codesourcery.com>
29015
29016 * longlong.h (count_leading_zeros, COUNT_LEADING_ZEROS_0): Add
29017 ColdFire alternatives.
29018 * config/m68k/m68k.h (CLZ_DEFINED_VALUE_AT_ZERO): New macro.
29019 * config/m68k/m68k.md (clzsi2): Define for ColdFire
29020 architectures that support ff1 instruction.
29021
29022 2007-01-19 Richard Sandiford <richard@codesourcery.com>
29023 Julian Brown <julian@codesourcery.com>
29024
29025 * config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Add an 'R' case.
29026 * config/m68k/m68k.md (*movsi_cfv4): Fold into...
29027 (*movsi_cf): ...here. Remove unnecessary 'R' from 'Rg'.
29028 Add commentary.
29029
29030 2007-01-19 Richard Sandiford <richard@codesourcery.com>
29031
29032 * config/m68k/m68k-protos.h (valid_mov3q_const): Take a HOST_WIDE_INT
29033 and return a bool.
29034 (output_move_const_into_data_reg, output_move_simode_const): Delete.
29035 * config/m68k/m68k.c (const_method, const_int_cost): Take a
29036 HOST_WIDE_INT instead of an rtx.
29037 (m68k_rtx_costs): Update call accordingly.
29038 (output_move_const_into_data_reg): Likewise. Fix formatting.
29039 (valid_mov3q_const): Take a HOST_WIDE_INT instead of an rtx.
29040 Return a bool.
29041 (output_move_simode_const): Update calls after above changes.
29042 Rework to use automatic variables and predicates like MEM_P.
29043 * config/m68k/m68k.md (pushexthisi_const): Update call to
29044 valid_mov3q_const.
29045
29046 2007-01-19 Dirk Mueller <dmueller@suse.de>
29047
29048 * tree-ssa-alias.c (perform_var_substitution): Fix typo
29049 in dump_flags test.
29050
29051 2007-01-19 Richard Guenther <rguenther@suse.de>
29052
29053 * builtins.c (expand_builtin_cexpi): Fall back to expanding
29054 via cexp in case sincos is not available.
29055
29056 2007-01-19 Richard Guenther <rguenther@suse.de>
29057
29058 * doc/tm.texi (TARGET_HAS_SINCOS): Document new target macro.
29059 * defaults.h (TARGET_HAS_SINCOS): Default to off.
29060 * config/linux.h (TARGET_HAS_SINCOS): Set to on if we have glibc.
29061 * config/alpha/linux.h (TARGET_HAS_SINCOS): Likewise.
29062 * config/sparc/linux.h (TARGET_HAS_SINCOS): Likewise.
29063 * config/sparc/linux64.h (TARGET_HAS_SINCOS): Likewise.
29064 * config/rs6000/linux.h (TARGET_HAS_SINCOS): Likewise.
29065 * config/rs6000/linux64.h (TARGET_HAS_SINCOS): Likewise.
29066
29067 2007-01-19 Uros Bizjak <ubizjak@gmail.com>
29068
29069 * config/i386/i386.md (*fpatanxf3_i387, fpatan_extend<mode>xf3_i387):
29070 New insn patterns.
29071 (atan2sf3_1, atan2df3_1, atan2xf3_1): Remove insn patterns.
29072 (atan2xf3): Directly generate RTL pattern.
29073 (atan2<mode>3): Rename from atan2sf3 and atan2df3 and macroize insn
29074 patterns using X87MODEF12 mode macro. Use fpatan_extend<mode>xf3_i387
29075 and truncate result to requested mode. Use SSE_FLOAT_MODE_P to
29076 disable patterns for SSE math.
29077 (atan<mode>2): Rename from atansf2 and atandf2 and macroize insn
29078 patterns using X87MODEF12 mode macro. Use fpatan_extend<mode>xf3_i387
29079 and truncate result to requested mode. Use SSE_FLOAT_MODE_P to
29080 disable patterns for SSE math.
29081
29082 2007-01-19 Alexandre Oliva <aoliva@redhat.com>
29083
29084 * libgcc-std.ver: Fix typo in %inherit for GCC_4.3.0.
29085
29086 2007-01-18 Roger Sayle <roger@eyesopen.com>
29087
29088 * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Optimize away a
29089 VIEW_CONVERT_EXPR to the same type as it's operand.
29090
29091 2007-01-18 David Edelsohn <edelsohn@gnu.org>
29092
29093 * config/rs6000/darwin-ldouble.c: Only build _SOFT_FLOAT if
29094 configured for long double 128.
29095
29096 2007-01-18 Mike Stump <mrs@apple.com>
29097
29098 * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Fix build
29099 error.
29100
29101 2007-01-18 Michael Meissner <michael.meissner@amd.com>
29102
29103 * i386.c (ix86_compute_frame_layout): Make fprintf's in #if 0 code
29104 type correct.
29105
29106 2007-01-18 Jan Hubicka <jh@suse.cz>
29107
29108 * tree-ssa-operands.c (vop_free_bucket_size): Never return value
29109 greater than NUM_VOP_FREE_BUCKETS.
29110
29111 2007-01-18 Daniel Berlin <dberlin@dberlin.org>
29112
29113 * tree-ssa-structalias.c: Update comments.
29114 (ptabitmap_obstack): Removed.
29115 (pta_obstack): New.
29116 (oldpta_obstack): Ditto.
29117 (stats): Add a few members.
29118 (struct variable_info): Remove node, complex, address_taken, and
29119 indirect_target members. Add oldsolution member.
29120 (new_var_info): Do not initialize removed members.
29121 (constraint_expr_type): Remove INCLUDES.
29122 (constraint_graph): Add size, implicit_preds, rep,
29123 indirect_cycles, eq_rep, label, direct_nodes, and complex members.
29124 (FIRST_REF_NODE): New macro.
29125 (LAST_REF_NODE): Ditto.
29126 (FIRST_ADDR_NODE): Ditto.
29127 (find): New function.
29128 (unite): Ditto.
29129 (dump_constraint): Do not handle INCLUDES.
29130 (insert_into_complex): Do not insert duplicate constraints.
29131 (condense_varmap_nodes): Renamed and rewritten into ...
29132 (merge_node_constraints): This. Also fix bug in handling of
29133 offseted copy constraints.
29134 (clear_edges_for_node): No longer need to deal with preds at all,
29135 or removing associated preds/succs.
29136 (merge_graph_nodes): Deal with indirect_cycles.
29137 Don't deal with predecessors.
29138 (add_implicit_graph_edge): New function.
29139 (add_pred_graph_edge): Ditto.
29140 (add_graph_edge): Don't deal with predecessors.
29141 (build_constraint_graph): Removed.
29142 (build_pred_graph): New function.
29143 (build_succ_graph): Ditto.
29144 (struct scc_info): Removed in_component. Added roots, dfs, and
29145 node_mapping. Remove visited_index, unification_queue.
29146 (scc_visit): Deal with union-find we do now.
29147 Deal with cycles with REF nodes.
29148 (collapse_nodes): Renamed and rewritten to ...
29149 (unify_nodes): This.
29150 (process_unification_queue): Removed.
29151 (topo_visit): Cleanup
29152 (do_da_constraint): Use find.
29153 (do_sd_constraint): Ditto.
29154 (do_ds_constraint): Ditto.
29155 (do_complex_constraint): Ditto.
29156 (init_scc_info): Update for removed and added members.
29157 (find_and_collapse_graph_cycles): Renamed and rewritten into ...
29158 (find_indirect_cycles): This.
29159 (equivalence_class): New variable.
29160 (label_visit): New function.
29161 (perform_variable_substitution): Rewritten.
29162 (free_var_substitution_info): New function.
29163 (find_equivalent_node): Ditto.
29164 (move_complex_constraints): Ditto.
29165 (eliminate_indirect_cycles): Ditto.
29166 (solve_graph): Only propagate changed bits.
29167 Use indirect cycle elimination.
29168 Use find.
29169 (tree_id_t): Rename to tree_vi_t, delete id member, add vi member.
29170 (tree_id_eq): Renamed to ...
29171 (tree_vi_eq): This. Update for member change
29172 (insert_id_for_tree): Renamed and rewritten to ...
29173 (insert_vi_for_tree): This.
29174 (lookup_id_for_tree): Renamed and rewritten to ...
29175 (lookup_vi_for_tree): This.
29176 (get_id_for_tree): Renamed and rewritten to ...
29177 (get_vi_for_tree): Ditto.
29178 (get_constraint_exp_from_ssa_var): Update to use get_vi_for_tree.
29179 (process_constraint): Don't handle INCLUDES.
29180 Remove special ADDRESSOF case.
29181 (find_func_aliases): Rewrite to use vi functions instead of id
29182 ones.
29183 (create_function_info_for): Ditto.
29184 (create_variable_info_for): Ditto.
29185 (intra_create_variable_infos): Ditto.
29186 (merge_smts_into): Ditto.
29187 (find_what_p_points_to): Ditto.
29188 (init_base_vars): Ditto.
29189 (init_alias_vars): Ditto.
29190 (remove_preds_and_fake_succs): New function.
29191 (dump_sa_points_to_info): Dump new stats.
29192 (dump_solution_for_var): Use find.
29193 (set_used_smts): Fix formatting.
29194 (compute_points_to_sets): Updated for new functions.
29195 (ipa_pta_execute): Ditto.
29196
29197 2007-01-18 Kazu Hirata <kazu@codesourcery.com>
29198 Richard Sandiford <richard@codesourcery.com>
29199
29200 * doc/tm.texi (TARGET_FUNCTION_VALUE): Expand documentation of
29201 parallels.
29202 * calls.c (expand_call): If the return value is a PARALLEL,
29203 extract its first member.
29204 * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Remove.
29205 * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
29206 use FUNCTION_EXTRA_EPILOGUE.
29207 (m68k_function_value): Return a PARALLEL if the return value
29208 is of a pointer type.
29209 * config/m68k/netbsd-elf.h (current_function_returns_pointer)
29210 (FUNCTION_EXTRA_EPILOGUE): Remove.
29211 * config/m68k/m68k.md (D0_REG): New constant.
29212
29213 2007-01-18 Kazu Hirata <kazu@codesourcery.com>
29214
29215 * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
29216 output a NOP for empty epilogues.
29217
29218 2007-01-18 Richard Sandiford <richard@codesourcery.com>
29219
29220 * config/m68k/m68k.c (m68k_use_return_insn): Update comments
29221 before function. Extend register save check to include all
29222 registers, not just integer ones.
29223
29224 2007-01-18 Kazu Hirata <kazu@codesourcery.com>
29225
29226 * config/m68k/m68k-protos.h (use_return_insn): Rename to...
29227 (m68k_use_return_insn): ...this.
29228 * config/m68k/m68k.h (USE_RETURN_INSN): Delete.
29229 * config/m68k/m68k.c (use_return_insn): Rename to...
29230 (m68k_use_return_insn): ...this.
29231 * config/m68k/m68k.md (return): Use m68k_use_return_insn instead
29232 of USE_RETURN_INSN.
29233
29234 2007-01-18 Nathan Sidwell <nathan@codesourcery.com>
29235
29236 * config/m68k/fpgnulib.c (__truncdfsf2): Implement round to
29237 nearest even, fix denormal rounding overflow.
29238
29239 2007-01-18 Richard Sandiford <richard@codesourcery.com>
29240
29241 * config/m68k/m68k.md (movsf_cf_hard): Use fsmove instead of
29242 f%$smove and f%$move.
29243 (movdf_cf_hard): Use fdmove for cases 0 and 3 and fmove for case 1.
29244 (extendsfdf2_cf): Use fdmove instead of f%&move.
29245 (truncdfsf2_cf): Use fsmove instead of f%$smove.
29246 (add<mode>3_cf, sub<mode>3_cf): Use <FP:prec> instead of <FP:round>.
29247
29248 2007-01-18 Richard Sandiford <richard@codesourcery.com>
29249
29250 * config/m68k/m68k.md (movdf_cf_hard): Use output_move_double for
29251 GPR<-GPR moves.
29252
29253 2007-01-18 Richard Sandiford <richard@codesourcery.com>
29254
29255 * real.h (real_format): Add a canonical_nan_lsbs_set field.
29256 (coldfire_single_format): Declare.
29257 (coldfire_double_format): Likewise.
29258 * real.c (encode_ieee_single): Use canonical_nan_lsbs_set instead
29259 of qnan_msb_set to determine the lower bits of a canonical
29260 NaN significand.
29261 (encode_ieee_double): Likewise.
29262 (encode_ieee_quad): Likewise.
29263 (ieee_single_format): Initialize canonical_nan_lsbs_set.
29264 (mips_single_format): Likewise.
29265 (ieee_double_format): Likewise.
29266 (mips_double_format): Likewise.
29267 (ieee_extended_motorola_format): Likewise.
29268 (ieee_extended_intel_96_format): Likewise.
29269 (ieee_extended_intel_128_format): Likewise.
29270 (ieee_extended_intel_96_round_53_format): Likewise.
29271 (ibm_extended_format): Likewise.
29272 (mips_extended_format): Likewise.
29273 (ieee_quad_format): Likewise.
29274 (mips_quad_format): Likewise.
29275 (vax_f_format): Likewise.
29276 (vax_d_format): Likewise.
29277 (vax_g_format): Likewise.
29278 (i370_single_format): Likewise.
29279 (i370_double_format): Likewise.
29280 (decimal_single_format): Likewise.
29281 (decimal_double_format): Likewise.
29282 (decimal_quad_format): Likewise.
29283 (c4x_single_format): Likewise.
29284 (c4x_extended_format): Likewise.
29285 (real_internal_format): Likewise.
29286 (coldfire_single_format): New real_format.
29287 (coldfire_double_format): Likewise.
29288 * config/pdp11/pdp11.c (pdp11_f_format): Initialize
29289 canonical_nan_lsbs_set.
29290 (pdp11_d_format): Likewise.
29291 * config/m68k/m68k.c (override_options): Override REAL_FORMAT_MODE
29292 if TARGET_COLDFIRE_CPU.
29293
29294 2007-01-18 Richard Sandiford <richard@codesourcery.com>
29295
29296 * config/m68k/m68k-protos.h (m68k_output_pic_call): Delete.
29297 (output_call, m68k_legitimize_call_address): Declare.
29298 * config/m68k/m68k.h (EXTRA_CONSTRAINT): Remove unnecessary
29299 parenthesees. Add support for a 'W' constraint.
29300 (LEGITIMATE_PIC_OPERAND_P): Remove SYMBOL_REF_FLAG handling.
29301 (PRINT_OPERAND_PUNCT_VALID_P): Remove comment about 'o'.
29302 (m68k_symbolic_call, m68k_symbolic_jump): Declare.
29303 * config/m68k/m68k.c (m68k_symbolic_call, m68k_symbolic_jump): New
29304 variables.
29305 (override_options): Initialize them. Do not set flag_no_function_cse
29306 for TARGET_ID_SHARED_LIBRARY.
29307 (m68k_output_pic_call): Delete.
29308 (m68k_legitimize_call_address): New function.
29309 (print_operand): Remove the %o prefix. Handle the %p prefix.
29310 (output_call): New function.
29311 (m68k_output_mi_thunk): Use m68k_symbolic_jump. Always load the
29312 target address from the GOT if symbolic jumps are not allowed.
29313 * config/m68k/m68k.md (call, general_operand): Do not set
29314 SYMBOL_REF_FLAG. Use m68k_legitimize_call_address instead.
29315 Merge separate flag_pic and !flag_pic define_insns into...
29316 (*call, *call_value): ...these new patterns. Match the address
29317 rather than the containing MEM and require it to be a call_operand.
29318 Use output_call to generate the asm template.
29319 * config/m68k/predicates.md (const_call_operand): New predicate.
29320 (call_operand): Likewise.
29321
29322 2007-01-18 Nathan Sidwell <nathan@codesourcery.com>
29323
29324 * config/m68k/m68k.h (REGISTER_MOVE_COST): Simplify definition.
29325 (STACK_GROWS_DOWNWARD): Define to 1.
29326 (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Equivocate
29327 comments, emphasizing that these values are only defaults.
29328 * config/m68k/linux.h (LINK_SPEC): Fix formatting in #undef.
29329 * config/m68k/m68k.c (const_method): Remove trailing whitespace.
29330
29331 2007-01-18 Richard Sandiford <richard@codesourcery.com>
29332
29333 * config/m68k/m68k.md (cmpsi): Remove outdated flag_pic handling.
29334
29335 2007-01-18 Kazu Hirata <kazu@codesourcery.com>
29336 Richard Sandiford <richard@codesourcery.com>
29337
29338 * config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P)
29339 (FP_REGNO_P): New macros.
29340 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P, REGNO_OK_FOR_DATA_P)
29341 (REGNO_OK_FOR_FP_P, REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Use them.
29342 (EH_RETURN_STACKADJ_RTX): Use A0_REG.
29343 * config/m68k/m68k.c (m68k_regno_mode_ok): Use the new REGNO macros.
29344
29345 2007-01-18 Nathan Sidwell <nathan@codesourcery.com>
29346
29347 * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
29348 (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-rtems*): Add t-floatlib
29349 to $tmake_file.
29350 * config/m68k/t-floatlib: New file, extracting common code from...
29351 * config/m68k/t-m68kbare, config/m68k/t-m68kelf,
29352 * config/m68k/t-uclinux: Here.
29353 * config/m68k/fpgnulib.c: Do not compile extendeed precision
29354 routines on ColdFire targets.
29355
29356 2007-01-18 Nathan Sidwell <nathan@codesourcery.com>
29357
29358 * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
29359 (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*)
29360 (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-linux*)
29361 (m68k-*-rtems*): Use tm_file rather than m68k/m68k.h and
29362 explicitly set MOTOROLA to 1.
29363 * config/m68k/m68k.h (MOTOROLA): Simplify definition accordingly.
29364
29365 2007-01-18 Richard Sandiford <richard@codesourcery.com>
29366 Nathan Sidwell <nathan@codesourcery.com>
29367
29368 * config/m68k/m68k.h (PCC_STATIC_STRUCT_RETURN): Delete.
29369 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add MOTOROLA cases.
29370 * config/m68k/coff.h (REGISTER_PREFIX_MD): Delete.
29371 * config/m68k/m68020-elf.h (LIB_SPEC): Delete.
29372 * config/m68k/m68k-none.h (CC1_SPEC, CPP_SUBTARGET_SPEC): Delete.
29373 * config/m68k/m68kelf.h (IMMEDIATE_PREFIX, REGISTER_PREFIX_MD)
29374 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
29375 (NO_DOLLAR_IN_LABEL, PCC_STATIC_STRUCT_RETURN): Don't undefine.
29376 (BSS_ASM_OP, ASM_OUTPUT_SKIP, ASM_OUTPUT_ASCII): Delete.
29377 * config/m68k/m68kemb.h (PCC_STATIC_STRUCT_RETURN): Don't undefine.
29378 * config/m68k/linux.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE)
29379 (WCHAR_TYPE_SIZE, TARGET_OBJFMT_CPP_BUILTINS): Delete.
29380 (TARGET_OS_CPP_BUILTINS): Don't define mc68000 and mc68020 here.
29381 (DBX_REGISTER_NUMBER): Delete.
29382 * config/m68k/netbsd-elf.h (IMMEDIATE_PREFIX): Delete.
29383 (PCC_STATIC_STRUCT_RETURN): Don't undefine.
29384 * config/m68k/openbsd.h (PCC_STATIC_STRUCT_RETURN): Define.
29385
29386 2007-01-18 Richard Sandiford <richard@codesourcery.com>
29387
29388 * config.gcc (m68k-*-uclinux*): Add flat.h to $tm_file.
29389 * config/flat.h: New file.
29390 * crtstuff.c (USE_PT_GNU_EH_FRAME): Don't define if
29391 OBJECT_FORMAT_FLAT.
29392 * config/m68k/m68k.h (ASM_PREFERRED_EH_DATA_FORMAT): Do not use
29393 indirect references for -msep-data or -mid-shared-library.
29394 Do not use PC-relative code addresses either.
29395 * config/m68k/m68k.c (override_options): Restrict -fPIC error
29396 to -mpcrel.
29397 * config/m68k/uclinux.h (STARTFILE_SPEC): Define. Use Scrt1.o
29398 for shared libraries and crt1.o for executables. Use crti.o and
29399 crtbegin.o.
29400 (ENDFILE_SPEC): Use crtend.o and crtn.o.
29401 (LIB_SPEC): Suppress -Rlibc.gdb if -static-libc is given.
29402 Do not add -elf2flt or -shared-lib-id options here.
29403 (LINK_SPEC): Define. Pass -elf2flt if no -elf2flt option is given.
29404 Pass -shared-lib-id if -mid-shared-library, taking the library
29405 identifier from -mshared-library-id if given, otherwise
29406 defaulting to 0.
29407 (EH_FRAME_IN_DATA_SECTION): Do not undefine.
29408 (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Likewise.
29409 (TARGET_OS_CPP_BUILTINS): Define __GXX_MERGED_TYPEINFO_NAMES=0
29410 and __GXX_TYPEINFO_EQUALITY_INLINE=0 if -mid-shared-library.
29411 (DRIVER_SELF_SPECS): Map unadorned PIC options to -msep-data.
29412 * config/m68k/t-uclinux (EXTRA_MULTILIB_PARTS): Add crtbegin.o
29413 and crtend.o.
29414 * config/m68k/lb1sf68.asm (PICCALL): Use an lea and pc-relative
29415 jump sequence for ISA A and ISA A+.
29416 (PICJUMP): Likewise.
29417
29418 2007-01-18 Richard Sandiford <richard@codesourcery.com>
29419
29420 * config.gcc (m68k-*-uclinux*): Base the port on the common
29421 and m68k GNU/Linux files rather than on the generic ELF ones.
29422 * config/m68k/uclinux.h (TARGET_VERSION): Override.
29423 (TARGET_OS_CPP_BUILTINS): Use LINUX_TARGET_OS_CPP_BUILTINS.
29424
29425 2007-01-18 Julian Brown <julian@codesourcery.com>
29426 Richard Sandiford <richard@codesourcery.com>
29427
29428 * config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Make 64-bit on ColdFire.
29429 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
29430 * config/m68k/netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Undefine
29431 before redefining.
29432 * config/m68k/uclinux-oldabi.h (LONG_DOUBLE_TYPE_SIZE): Redefine to
29433 80 unconditionally.
29434 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
29435
29436 2007-01-18 Richard Sandiford <richard@codesourcery.com>
29437
29438 * doc/install.texi: Document m68k-uclinuxoldabi.
29439 * config.gcc (m68k-*-uclinuxoldabi): New configuration.
29440 * config/m68k/uclinux-oldabi.h: New file, copied from
29441 config/m68k/uclinux.h.
29442
29443 2007-01-18 Kaz Kojima <kkojima@rr.iij4u.or.jp>
29444
29445 * config/m32r/m32r-protos.h (m32r_expand_epilogue): Declare it.
29446 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Use gen_frame_mem.
29447 (m32r_compute_frame_size): Use unsigned for regno.
29448 (m32r_reload_lr): Use gen_frame_mem.
29449 (pop): New.
29450 (m32r_output_function_epilogue): Don't output the function epilogue
29451 textually here.
29452 (m32r_expand_epilogue): New.
29453 (direct_return): Return false if the function has the interrupt
29454 attribute.
29455 (m32r_hard_regno_rename_ok): Remove code for the textual epilogue.
29456 * config/m32r/m32r.md (epilogue): New expander.
29457 (return_lr, return_rte): New insns.
29458 (return): Make it expander.
29459 (return_normal): New expander.
29460
29461 2007-01-18 Josh Conner <jconner@apple.com>
29462
29463 PR target/30485
29464 * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Add
29465 support for UNLE, UNLT, UNGE, and UNGT.
29466
29467 2007-01-18 Jan Hubicka <jh@suse.cz>
29468
29469 * tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.
29470 * tree-tailcall (add_virtual_phis): Likewise.
29471 (optimize_tail_call): Return TODOs.
29472 (execute_tail_calls): Return TODOs.
29473 * tree-ssa-ccp (execute_fold_all_builtins): Do cleanup_cfg via TODO.
29474 * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Return if something
29475 changed.
29476 * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
29477 Cleanup cfg using TODO.
29478 * tree-flow.h (cleanup_tree_cfg_loop): Update prototype.
29479 * passes.c (execute_function_todo): When cleanup did something, remove
29480 unused locals.
29481 * tree-cfg.c (pass_build_cfg): Add cleanup_cfg TODO.
29482 (make_edges): Don't cleanup_cfg.
29483
29484 2007-01-18 Uros Bizjak <ubizjak@gmail.com>
29485
29486 * reg-stack.c (subst_stack_regs_pat) [UNSPEC_SINCOS_COS,
29487 UNSPEC_XTRACT_FRACT]: Use generic code for instructions that
29488 operate on the top of stack.
29489 [UNSPEC_SINCOS_SIN, UNSPEC_XTRACT_EXP, UNSPEC_TAN]: Rewrite
29490 register handling of instructions that output to the second
29491 stack slot.
29492 [UNSPEC_TAN_ONE, UNSPEC_TAN_TAN]: Remove.
29493 (move_for_stack_reg): Special-case check for dead destination
29494 stack slot for constant load of 1.0 inside UNSPEC_TAN.
29495
29496 * config/i386/i386.md (UNSPEC_TAN): New constant.
29497 (UNSPEC_TAN_ONE, UNSPEC_TAN_TAN): Remove.
29498 (fptanxf4_i387, fptan_extend<mode>xf4_i387): New patterns
29499 to correctly model move of constant 1.0 to top stack slot.
29500 (*tandf3_1, *tansf3_1, *tanxf3_1): Remove insn patterns.
29501 (unnamed peephole2 pattern): Remove corresponding peephole2
29502 pattern that optimizes tan insn and loading of constant 1.0.
29503 (tanxf2): Use fptanxf4_i387.
29504 (tan<mode>2): Rename from tansf2 and tandf2 and macroize insn
29505 patterns using X87MODEF12 mode macro. Use fptan_extend<mode>xf4_i387
29506 and truncate result to requested mode. Use SSE_FLOAT_MODE_P to
29507 disable patterns for SSE math.
29508 (sincos<mode>3): Use truncxf<mode>2_i387_noop for truncation.
29509 (fyl2x_extend<mode>xf3_i387): Use X87MODEF12 for operand 1.
29510
29511 2007-01-18 Dirk Mueller <dmueller@suse.de>
29512 Richard Guenther <rguenther@suse.de>
29513
29514 PR diagnostic/8268
29515 * doc/invoke.texi (Warray-bounds): Document -Warray-bounds.
29516 * common.opt (Warray-bounds): Add new warning option.
29517 * c-opts.c (c_common_handle_option): Define -Warray-bounds
29518 if -Wall is given.
29519 * Makefile.in: make tree-vrp.o depend on toplev.h
29520 * tree-vrp.c (vrp_finalize): Call check_array_refs if -Warray-bounds
29521 is enabled.
29522 (check_array_refs, check_array_bounds, check_array_ref): New.
29523
29524 2007-01-18 Jan Hubicka <jh@suse.cz>
29525
29526 * tree-ssa-ccp.c (ccp_finalize): Return if something changed.
29527 (execute_ssa_ccp): Return flags conditionally.
29528 * tree-ssa-propagate.c (substitue_and_fold): Return if something was
29529 changed.
29530 * tree-ssa-propagate.h (substitute_and_fold): Update prototype.
29531
29532 2007-01-18 Steven Bosscher <steven@gcc.gnu.org>
29533
29534 * cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set
29535 the CLEANUP_CFGLAYOUT flag when in cfglayout mode.
29536
29537 * Makefile.c (GTFILES): Add cfglayout.h.
29538 * gengtype.c (open_base_files): Likewise.
29539 * cfglayout.c (cfg_layout_function_footer,
29540 cfg_layout_function_header) Reindent to make gengtype happy.
29541 * cfglayout.h (cfg_layout_function_footer,
29542 cfg_layout_function_header): Add GTY(()) marker.
29543
29544 * ifcvt.c (noce_try_sign_mask): Make sure INSN_B is non-null.
29545
29546 2007-01-18 Ben Elliston <bje@au.ibm.com>
29547
29548 * genautomata.c (write_automata): Include xstrerror output in the
29549 error message if writing the DFA description file fails.
29550
29551 2007-01-17 H.J. Lu <hongjiu.lu@intel.com>
29552
29553 * config/mips/mips-protos.h (mips_output_external): Make it
29554 return void.
29555 * config/mips/iris.h (TARGET_ASM_EXTERNAL_LIBCALL): Removed.
29556 * config/mips/mips.c (irix_output_external_libcall): Likewise.
29557 (extern_list): Likewise.
29558 (extern_head): Likewise.
29559 (TARGET_ASM_FILE_END): Likewise.
29560 (mips_file_end): Likewise.
29561 (mips_output_external): Rewritten.
29562
29563 2007-01-18 Ben Elliston <bje@au.ibm.com>
29564
29565 * genpreds.c (write_insn_preds_c): Only write out the function
29566 body for regclass_for_constraint if we have register constraints.
29567
29568 2007-01-17 Tom Tromey <tromey@redhat.com>
29569
29570 * doc/sourcebuild.texi (libgcj Tests): Use sourceware.org.
29571 * doc/install.texi (Testing): Use sourceware.org.
29572 (Binaries): Likewise.
29573 (Specific): Likewise.
29574 * doc/contrib.texi (Contributors): Use sourceware.org.
29575
29576 2007-01-17 Anatoly Sokolov <aesok@post.ru>
29577
29578 * config/avr/avr.h (AVR_HAVE_LPMX): New macro.
29579 (AVR_ENHANCED): Rename to ...
29580 (AVR_HAVE_MUL): ... new.
29581 (avr_enhanced_p): Rename to ...
29582 (avr_have_mul_p): ... new.
29583 (TARGET_CPU_CPP_BUILTINS): Use 'avr_have_mul_p' instead of
29584 'avr_enhanced_p' for "__AVR_ENHANCED__". Define "__AVR_HAVE_MUL__".
29585 * config/avr/avr.c (avr_enhanced_p): Rename to ...
29586 (avr_have_mul_p): ... new.
29587 (base_arch_s): Rename 'enhanced' to 'have_mul'.
29588 (avr_override_options): Use 'avr_have_mul_p' and 'have_mul' instead of
29589 'avr_enhanced_p' and 'enhanced'.
29590 (ashlhi3_out, ashrhi3_out, lshrhi3_out, avr_rtx_costs): Use
29591 AVR_HAVE_MUL instead of AVR_ENHANCED.
29592 * avr.md (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
29593 (mulqi3, *mulqi3_enh, *mulqi3_call, mulqihi3, umulqihi3, mulhi3,
29594 *mulhi3_enh, *mulhi3_call, mulsi3, *mulsi3_call): Use AVR_HAVE_MUL
29595 instead of AVR_ENHANCED.
29596 (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
29597 * libgcc.S: Use __AVR_HAVE_MUL__ instead of __AVR_ENHANCED__.
29598 (__tablejump__): Use __AVR_HAVE_LPMX__ instead of __AVR_ENHANCED__.
29599
29600 2007-01-17 Ian Lance Taylor <iant@google.com>
29601
29602 * vec.h (VEC_reserve_exact): Define.
29603 (vec_gc_p_reserve_exact): Declare.
29604 (vec_gc_o_reserve_exact): Declare.
29605 (vec_heap_p_reserve_exact): Declare.
29606 (vec_heap_o_reserve_exact): Declare.
29607 (VEC_OP (T,A,reserve_exact)): New static inline function, three
29608 versions.
29609 (VEC_OP (T,A,reserve)) [all versions]: Remove handling of
29610 negative parameter.
29611 (VEC_OP (T,A,alloc)) [all versions]: Call ...reserve_exact.
29612 (VEC_OP (T,A,copy)) [all versions]: Likewise.
29613 (VEC_OP (T,a,safe_grow)) [all versions]: Likewise.
29614 * vec.c (calculate_allocation): Add exact parameter. Change all
29615 callers.
29616 (vec_gc_o_reserve_1): New static function, from vec_gc_o_reserve.
29617 (vec_gc_p_reserve, vec_gc_o_reserve): Call vec_gc_o_reserve_1.
29618 (vec_gc_p_reserve_exact, vec_gc_o_reserve_exact): New functions.
29619 (vec_heap_o_reserve_1): New static function, from vec_heap_o_reserve.
29620 (vec_heap_p_reserve, vec_heap_o_reserve): Call vec_heap_o_reserve_1.
29621 (vec_heap_p_reserve_exact): New function.
29622 (vec_heap_o_reserve_exact): New function.
29623
29624 2007-01-17 Jan Hubicka <jh@suse.cz>
29625
29626 * ipa-type-escape.c (look_for_casts): Revamp using handled_component_p.
29627
29628 2007-01-17 Eric Christopher <echristo@apple.com>
29629
29630 * config.gcc: Support core2 processor.
29631
29632 2007-01-16 Jan Hubicka <jh@suse.cz>
29633
29634 * tree-ssanames.c (release_dead_ssa_names): Instead of ggc_freeing
29635 the names, just unlink the chain so we don't crash on dangling
29636 pointers
29637 to dead SSA names.
29638
29639 2007-01-16 Jan Hubicka <jh@suse.cz>
29640
29641 * cgraph.h (cgraph_decide_inlining_incrementally): Kill.
29642 * tree-pass.h: Reorder to make IPA passes appear toegher.
29643 (pass_early_inline, pass_inline_parameters, pass_apply_inline):
29644 Declare.
29645 * cgraphunit.c (cgraph_finalize_function): Do not compute inling
29646 parameters, do not call early inliner.
29647 * ipa-inline.c: Update comments. Include tree-flow.h
29648 (cgraph_decide_inlining): Do not compute inlining parameters.
29649 (cgraph_decide_inlining_incrementally): Return TODOs; assume to
29650 be called with function context set up.
29651 (pass_ipa_inline): Remove unreachable functions before pass.
29652 (cgraph_early_inlining): Simplify assuming to be called from the
29653 PM as local pass.
29654 (pass_early_inline): New pass.
29655 (cgraph_gate_ipa_early_inlining): New gate.
29656 (pass_ipa_early_inline): Turn into simple wrapper.
29657 (compute_inline_parameters): New function.
29658 (gate_inline_passes): New gate.
29659 (pass_inline_parameters): New pass.
29660 (apply_inline): Move here from tree-optimize.c
29661 (pass_apply_inline): New pass.
29662 * ipa.c (cgraph_remove_unreachable_nodes): Verify cgraph after
29663 transforming.
29664 * tree-inline.c (optimize_inline_calls): Return TODOs rather than
29665 doing them by hand.
29666 (tree_function_versioning): Do not allocate dummy struct function.
29667 * tree-inline.h (optimize_inline_calls): Update prototype.
29668 * tree-optimize.c (execute_fixup_cfg): Export.
29669 (pass_fixup_cfg): Remove
29670 (tree_rest_of_compilation): Do not apply inlines.
29671 * tree-flow.h (execute_fixup_cfg): Declare.
29672 * Makefile.in (gt-passes.c): New.
29673 * passes.c: Include gt-passes.h
29674 (init_optimization_passes): New passes.
29675 (nnodes, order): New static vars.
29676 (do_per_function_toporder): New function.
29677 (execute_one_pass): Dump current pass here.
29678 (execute_ipa_pass_list): Don't dump current pass here.
29679
29680 2007-01-16 Janis Johnson <janis187@us.ibm.com>
29681
29682 * config/dfp-bit.c (dfp_compare_op): Return separate value for NaN.
29683 (DFP_NE, DFP_LE, DFP_GE): Return false for NaN.
29684
29685 2007-01-16 David Edelsohn <edelsohn@gnu.org>
29686
29687 * config/rs6000/darwin-ldouble.c: Build file for SOFT_FLOAT.
29688 (strong_alias): Define.
29689 (__gcc_qmul): Provide non-FMA for soft-float.
29690 (__gcc_qdiv): Same.
29691 (__gcc_qneg): New.
29692 (__gcc_qeq): New.
29693 (__gcc_qle): New.
29694 (__gcc_qge): New.
29695 (__gcc_qunord): New.
29696 (__gcc_stoq): New.
29697 (__gcc_dtoq): New.
29698 (__gcc_qtos): New.
29699 (__gcc_qtod): New.
29700 (__gcc_qtoi): New.
29701 (__gcc_qtou): New.
29702 (__gcc_itoq): New.
29703 (__gcc_utoq): New.
29704 (fmsub): New.
29705 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Initialize
29706 soft-float functions.
29707 * config/rs6000/libgcc-ppc-glibc.ver: Version soft-float symbols.
29708 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Do not warn
29709 about long double soft float.
29710
29711 2007-01-16 Dorit Nuzman <dorit@il.ibm.com>
29712 Tehila Meyzels <tehila@il.ibm.com>
29713
29714 * tree-vectorizer.h (is_pattern_stmt_p): New.
29715 * tree-vect-analyze.c (vect_determine_vectorization_factor): Fix
29716 formatting (tabs instead of spaces). Cleanup and clarify setting
29717 of STMT_VINFO_VECTYPE. Call is_pattern_stmt_p.
29718 * tree-vect-transform.c (vect_get_vec_def_for_operand): Fix typo.
29719 (vectorizable_type_demotion): Check that types are integral.
29720 (vectorizable_type_promotion): Likewise.
29721 (vectorizable_store): Fix typo. Eliminate new-line at end of
29722 comments.
29723
29724 2007-01-16 Jan Hubicka <jh@suse.cz>
29725
29726 * tree-ssanames.c (release_dead_ssa_names): Remove invalidated
29727 cgraph edges too.
29728
29729 2007-01-15 Eric Christopher <echristo@apple.com>
29730
29731 * ifcvt.c: Include vec.h, vecprim.h.
29732 (check_cond_move_block): New argument regs.
29733 Reorganize. Add registers used to regs.
29734 (cond_move_process_if_block): Use regs set above as
29735 loop bounds.
29736
29737 2007-01-15 Eric Christopher <echristo@apple.com>
29738
29739 * config/darwin.h: Update copyright.
29740 (TARGET_OPTION_TRANSLATE_TABLE): Add umbrella.
29741 (LINK_COMMAND_SPEC): Add -u.
29742 (LINK_SPEC): Fix umbrella for above.
29743
29744 2007-01-15 Joseph S. Myers <joseph@codesourcery.com>
29745
29746 * config/soft-fp/op-common.h, config/soft-fp/op-4.h: Update from
29747 glibc CVS.
29748
29749 2007-01-15 Tom Tromey <tromey@redhat.com>
29750
29751 * doc/sourcebuild.texi (libgcj Tests): Don't mention jacks.
29752 * doc/install.texi (Testing): Don't mention jacks.
29753 (Configuration): Document --enable-java-maintainer-mode. Move
29754 --with-java-home to libgcj-specific section. Document
29755 --with-ecj-jar.
29756 (Prerequisites): Mention --enable-java-maintainer-mode, ecj1.
29757
29758 2007-01-15 Jan Hubicka <jh@suse.cz>
29759
29760 * tree-ssa-dce.c (DCE_TODOs): New.
29761 (propagate_necessity): Return if something changed.
29762 (eliminate_unnecessary_stmts): Likewise.
29763 (perform_tree_ssa_dce): Return TODO flags when needed.
29764 (pass_dce, pass_dce_loop, pass_cd_dce): Remove TODO flags.
29765
29766 2007-01-15 Uros Bizjak <ubizjak@gmail.com>
29767
29768 * config/i386/i386.md (fyl2xxf3_i387): Rename from fyl2x_xf3.
29769 (fyl2x_extend<mode>xf3_i387): New insn pattern.
29770 (log<mode>2): Rename from logsf2 and logdf2 and macroize insn
29771 patterns using X87MODEF12 mode macro. Extend operand 1
29772 to XFmode. Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
29773 (log10<mode>2): Ditto.
29774 (log2<mode>2): Ditto.
29775 (log1p<mode>2): Ditto.
29776 (logb<mode>2): Ditto.
29777 (fyl2xp1xf3_i387): Rename from fyl2xp1_xf3.
29778 (fyl2xp1_extend<mode>xf3_i387): New insn pattern.
29779 (*fxtractxf3_i387): Rename from *fxtractxf3.
29780 (fxtract_extend<mode>xf3_i387): New insn pattern.
29781 (ilogbsi2): Use match_dup 3, not match_operand:XF 3.
29782 * config/i386/i386.c (ix86_emit_i387_log1p): Use gen_fyl2xp1xf3_i387()
29783 and gen_fyl2xxf3_i387().
29784
29785 2007-01-14 Zdenek Dvorak <dvorakz@suse.cz>
29786
29787 * loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement.
29788 * cfgloopmanip.c (fix_loop_placement): Made static. Use
29789 get_loop_exit_edges. Changed return type to bool.
29790 * cfgloop.h (fix_loop_placement): Declaration removed.
29791
29792 2007-01-14 Dorit Nuzman <dorit@il.ibm.com>
29793
29794 * param.h (MIN_VECT_LOOP_BOUND): New.
29795 * params.def (MIN_VECT_LOOP_BOUND): New.
29796 * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Takes another
29797 argument - minimum threshold for number of iterations.
29798 * tree-vectorizer.h (slpeel_tree_peel_loop_to_edge): Add another
29799 argument to declaration.
29800 * tree-vect-analyze.c (vect_analyze_operations): Check value of
29801 MIN_VECT_LOOP_BOUND.
29802 * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Call
29803 slpeel_tree_peel_loop_to_edge with additional argument.
29804 (vect_do_peeling_for_alignment): Likewise.
29805 * doc/invoke.texi (min-vect-loop-bound): Document new param option.
29806
29807 2007-01-14 Uros Bizjak <ubizjak@gmail.com>
29808
29809 PR target/30413
29810 * config/i386/i386.c (print_operand) ['z']: Output 'b' for
29811 operands of size 1.
29812
29813 2007-01-14 Jan Hubicka <jh@suse.cz>
29814
29815 * tree-dfa.c (remove_referenced_var): New function.
29816 * tree-ssa-live.c (remove_unused_locals): Walk referenced vars and
29817 prune referenced vars list too.
29818 * tree-flow.h (remove_referenced_var): Declare.
29819
29820 2007-01-14 Jan Hubicka <jh@suse.cz>
29821
29822 * tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs
29823 separately.
29824 (remove_stmt_from_eh_region_fn): Do not remove call_exprs.
29825 (verify_eh_throw_stmt_node, verify_eh_throw_table_statements): Kill.
29826 * except.h (verify_eh_throw_table_statements): Kill prototype.
29827 * cfgexpand.c (expand_gimple_basic_block): Propagate Eh regions
29828 into call exrepssions.
29829 * tree-optimize.c (execute_free_cfg_annotatiosn): Do not call
29830 eh trhow verifier.
29831 * tree-cfg.c: Include pointer-set.h.
29832 (verify_node_sharing): Work on pointer set.
29833 (verify_eh_throw_stmt_node): New.
29834 (verify_stmts): Use pointers sets, verify throw_stmt.
29835
29836 2007-01-13 Zdenek Dvorak <dvorakz@suse.cz>
29837
29838 * ipa-reference.c (analyze_function): Consider also addresses taken
29839 in phi nodes.
29840
29841 2007-01-12 Roger Sayle <roger@eyesopen.com>
29842
29843 * c-typeck.c (null_pointer_constant_p): Replace use of
29844 TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
29845 (build_c_cast): Likewise.
29846
29847 2007-01-12 Roger Sayle <roger@eyesopen.com>
29848
29849 * tree.h (force_fit_type_double): Remove unused final argument.
29850 * c-common.c (constant_expression_warning): Replace use of
29851 TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
29852 (convert_and_check): Likewise.
29853 (shorten_compare): Update call to force_fit_type_double.
29854 (c_common_truthvalue_conversion) <INTEGER_CST>: Use integer_zerop.
29855 * convert.c (convert_to_pointer): Update call to
29856 force_fit_type_double.
29857 * fold-const.c (force_fit_type_double): Remove overflowed_const
29858 argument.
29859 (int_const_binop, fold_convert_const_int_from_int,
29860 fold_convert_const_int_from_real, fold_div_compare,
29861 fold_sign_changed_comparison, fold_unary, fold_negate_const,
29862 fold_abs_const, fold_not_const): Remove the final argument from
29863 calls to force_fit_type_double.
29864
29865 2007-01-12 Andrew Pinski <andrew_pinski@playstation.sony.com>
29866
29867 * configure.ac: Set insn to "nop" for spu-*-* also.
29868 * configure: Regenerate.
29869
29870 2007-01-12 Olga Golovanevsky <olga@il.ibm.com>
29871
29872 * builtins.def : Add BUILT_IN_FREE.
29873
29874 2007-01-12 Jan Hubicka <jh@suse.cz>
29875
29876 PR tree-optimization/30443
29877 * tree-inline.c (tree_function_versioning): Do not optimize when
29878 cloning for inlining.
29879
29880 2007-01-12 Zdenek Dvorak <dvorakz@suse.cz>
29881
29882 * doc/loop.texi: Document recording of loop exits.
29883 * cfgloopmanip.c (loopify, duplicate_loop): Use alloc_loop.
29884 (update_single_exits_after_duplication,
29885 update_single_exit_for_duplicated_loop,
29886 update_single_exit_for_duplicated_loops): Removed.
29887 (duplicate_loop_to_header_edge): Do not call
29888 update_single_exits_after_duplication and
29889 update_single_exit_for_duplicated_loops.
29890 (loop_version): Do not update single_exit information.
29891 (fix_loop_structure): Use record_loop_exits instead of
29892 mark_single_exit_loops.
29893 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update
29894 the lists of loop exits.
29895 * cfghooks.c (redirect_edge_and_branch, redirect_edge_and_branch_force,
29896 split_edge, merge_blocks): Update the lists of loop exits.
29897 * modulo-sched.c (sms_schedule): Pass LOOPS_HAVE_RECORDED_EXITS to
29898 loop_optimizer_init.
29899 * loop-init.c (loop_optimizer_init): Call record_loop_exits instead
29900 of mark_single_exit_loops.
29901 (loop_optimizer_finalize): Call release_recorded_exits.
29902 * tree-ssa-loop.c (tree_loop_optimizer_init): Pass
29903 LOOPS_HAVE_RECORDED_EXITS to loop_optimizer_init.
29904 * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg): Do not
29905 update single exit information.
29906 * lambda-code.c (perfect_nestify): Ditto.
29907 * cfgloop.c (flow_loop_free): Destroy the list of exits of the loop.
29908 (mark_single_exit_loops): Removed.
29909 (alloc_loop, loop_exit_hash, loop_exit_eq, loop_exit_free,
29910 get_exit_descriptions, rescan_loop_exit, record_loop_exits,
29911 dump_recorded_exit, dump_recorded_exits, release_recorded_exits): New
29912 functions.
29913 (get_loop_exit_edges, single_exit): Use recorded exit lists.
29914 (add_bb_to_loop, remove_bb_from_loops): Update the lists of loop exits.
29915 (verify_loop_structure): Verify consistency of the exit lists.
29916 (flow_loops_find): Use alloc_loop. Initialize exits hash.
29917 (set_single_exit): Removed.
29918 * cfgloop.h (struct loop_exit): New function.
29919 (struct loop): single_exit_ field replaced by exits field.
29920 (LOOPS_HAVE_MARKED_SINGLE_EXITS): Replaced by
29921 LOOPS_HAVE_RECORDED_EXITS.
29922 (struct loops): Added exits hash.
29923 (mark_single_exit_loops, set_single_exit): Declaration removed.
29924 (release_recorded_exits, record_loop_exits, rescan_loop_exit): Declare.
29925
29926 2007-01-12 Richard Sandiford <richard@codesourcery.com>
29927
29928 * doc/invoke.texi: Avoid use of @headitem.
29929
29930 2007-01-12 Richard Sandiford <richard@codesourcery.com>
29931
29932 * cse.c (cse_insn): Move HAVE_CC0 code after declarations.
29933
29934 2007-01-12 Richard Sandiford <richard@codesourcery.com>
29935
29936 * doc/install.texi: Fix m68k-*-* anchor and add m68k-*-* to the
29937 list of targets.
29938
29939 2007-01-12 Nathan Sidwell <nathan@codesourcery.com>
29940 Richard Sandiford <richard@codesourcery.com>
29941
29942 * doc/invoke.texi: Document -mno-bitfield, -mno-rtd and -mno-short.
29943 * config/m68k/m68k.opt: Resort options.
29944 (mbitfield, mrtd, mshort): Remove RejectNegative properties.
29945
29946 2007-01-12 Nathan Sidwell <nathan@codesourcery.com>
29947 Richard Sandiford <richard@codesourcery.com>
29948
29949 * doc/invoke.texi: Document the macros that are defined by
29950 m68k's -mtune and -mhard-float options.
29951 * config/m68k/m68k-protos.h (m68k_cpp_cpu_ident) Declare.
29952 (m68k_cpp_cpu_family): Likewise.
29953 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Add a full set
29954 of __ucfv*__ macros. Define __mcffpu__ if generating code for
29955 ColdFire FPUs. Define __mcf_cpu_* and __mcf_family_* macros.
29956 * config/m68k/m68k.c (m68k_cpp_cpu_ident): New function.
29957 (m68k_cpp_cpu_family): Likewise.
29958
29959 2007-01-12 Richard Sandiford <richard@codesourcery.com>
29960
29961 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Treat all mc68*
29962 macros besides mc68000 as tuning macros. Use a switch statement
29963 to set them and mcpu32.
29964
29965 2007-01-12 Julian Brown <julian@codesourcery.com>
29966
29967 * config/m68k/m68k.h: Use TARGET_68040 instead of TARGET_68040_ONLY.
29968 (TARGET_68040_ONLY): Rename to...
29969 (TARGET_68040): ...this.
29970 * config/m68k/m68k.c: Use TARGET_68040 instead of TARGET_68040_ONLY.
29971 * config/m68k/m68k.md: Likewise.
29972
29973 2007-01-12 Julian Brown <julian@codesourcery.com>
29974 Nathan Sidwell <nathan@codesourcery.com>
29975 Richard Sandiford <richard@codesourcery.com>
29976
29977 * config.gcc (m680[012]0-*-*, m68k*-*-*): Set m68k_cpu_ident to
29978 the -mcpu= argument associated with the --with-cpu setting.
29979 Define M68K_DEFAULT_TUNE to the default -mtune= option,
29980 if different from the one implied by the -mcpu setting.
29981 Accept --with-cpu=FOO if FOO is listed in m68k-devices.def,
29982 using mcpu=FOO as the default CPU option. Set target_cpu_default2.
29983 * doc/invoke.texi: Mention ColdFire in the introduction to the
29984 m68k options. Document the new -march, -mcpu, -mtune, -mdiv,
29985 -mno-div and -mhard-float options. Make -m68881 a synonym for
29986 -mhard-float. Document the previously-undocumented -m5206e,
29987 -m528x, -m5307 and -m5407 options. Tweak the existing option
29988 documentation for consistency.
29989 * doc/install.texi: Mention new --with-cpu arguments.
29990 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Only use the
29991 default CPU if neither -mcpu nor -march are specified.
29992 (ASM_CPU_SPEC): Pass down -mcpu and -march options.
29993 (TARGET_CPU_CPP_BUILTINS): Set __mcfisa*__ macros from
29994 TARGET_ISA*. Set the legacy __mcf*__ cpu macros in the same way,
29995 using m68k_tune to decide between families that implement the
29996 same ISA. Use m68k_tune to set __mcfv4e__.
29997 (FL_BITFIELD, FL_68881, FL_COLDFIRE, FL_CF_HWDIV, FL_CF_MAC)
29998 (FL_CF_EMAC, FL_CF_EMAC_B, FL_CF_USP, FL_CF_FPU, FL_ISA_68000)
29999 (FL_ISA_68010, FL_ISA_68020, FL_ISA_68040, FL_ISA_A, FL_ISA_B)
30000 (FL_ISA_C, FL_ISA_MMU): New macros.
30001 (MASK_COLDFIRE): Delete.
30002 (TARGET_68010, TARGET_68020, TARGET_68040_ONLY, TARGET_COLDFIRE)
30003 (TARGET_ISAB): Redefine in terms of m68k_cpu_flags.
30004 (TARGET_68881, TARGET_COLDFIRE_FPU): Redefine in terms of m68k_fpu.
30005 (TARGET_HARD_FLOAT): Do not define here.
30006 (TARGET_ISAAPLUS, TARGET_ISAC): New macros.
30007 (TUNE_68000): New macro.
30008 (TUNE_68000_10): Redefine in terms of TUNE_68000 and TUNE_68010.
30009 (TUNE_68010, TUNE_68030, TUNE_68040, TUNE_68060, TUNE_CPU32)
30010 (TUNE_CFV2): Redefine in terms of m68k_tune.
30011 (uarch_type, target_device, fpu_type): New enums.
30012 (m68k_cpu, m68k_tune, m68k_fpu, m68k_cpu_flags): Declare.
30013 * config/m68k/m68k.c (TARGET_DEFAULT): Remove MASK_68881.
30014 (FL_FOR_isa_00, FL_FOR_isa_10, FL_FOR_isa_20, FL_FOR_isa_40)
30015 (FL_FOR_isa_cpu32, FL_FOR_isa_a, FL_FOR_isa_aplus, FL_FOR_isa_b)
30016 (FL_FOR_isa_c): New macros.
30017 (m68k_isa): New enum.
30018 (m68k_target_selection): New structure.
30019 (all_devices, all_isas, all_microarchs): New tables.
30020 (m68k_cpu_entry, m68k_arch_entry, m68k_tune_entry, m68k_cpu)
30021 (m68k_tune, m68k_fpu, m68k_cpu_flags): New variables.
30022 (MASK_ALL_CPU_BITS): Delete.
30023 (m68k_find_selection): New function.
30024 (m68k_handle_option): Handle -mcpu=, -march= and -mtune=.
30025 Map the legacy target options to a combination of the new ones.
30026 (override_options): Set m68k_cpu, m68k_tune, m68k_fpu and
30027 m68k_cpu_flags. Handle M68K_DEFAULT_TUNE. Use m68k_cpu_flags
30028 to derive default MASK_BITFIELD, MASK_CF_HWDIV and MASK_HARD_FLOAT
30029 settings.
30030 * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407, mcfv4e)
30031 (m68010, m68020, m68020-40, m68020-60, m68030, m68040): Remove Mask
30032 properties.
30033 (m68881, msoft-float): Change mask from 68881 to HARD_FLOAT.
30034 (march=, mcpu=, mdiv, mhard-float, mtune=): New options.
30035 * config/m68k/m68k-devices.def: New file.
30036
30037 2007-01-12 Richard Sandiford <richard@codesourcery.com>
30038 Nathan Sidwell <nathan@codesourcery.com>
30039
30040 * config/m68k/m68k.h (ASM_CPU_SPEC, ASM_SPEC, EXTRA_SPECS)
30041 (SUBTARGET_EXTRA_SPECS): New macros.
30042 * config/m68k/linux.h (ASM_SPEC): Remove CPU flags;
30043 use %(asm_cpu_spec) instead.
30044 * config/m68k/m68k-none.h (ASM_SPEC): Likewise.
30045 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
30046 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
30047 (EXTRA_SPECS): Rename to...
30048 (SUBTARGET_EXTRA_SPECS): ...this.
30049
30050 2007-01-12 Nathan Sidwell <nathan@codesourcery.com>
30051 Richard Sandiford <richard@codesourcery.com>
30052 Julian Brown <julian@codesourcery.com>
30053
30054 * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
30055 (m68k-*-uclinux*, m68k-*-linux*, m68k-*-rtems*): Set default_m68k_cpu
30056 to the configuration's default CPU.
30057 (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*): Likewise.
30058 Remove default masks.
30059 (m680[012]0-*-*): Set the default with_cpu to the first part of
30060 the target name.
30061 (m68k*-*-*): Set the default with_cpu to m$default_m68k_cpu.
30062 (m68k*-*-linux): Extend the --with-cpu handling to...
30063 (m680[012]0-*-*, m68k*-*-*): ...these configurations. Allow m68000
30064 and m68010. Don't set target_cpu_default2.
30065 * doc/install.texi: Document --with-cpu for m68k.
30066 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Define.
30067 * config/m68k/m68k-none.h (TARGET_CPU_DEFAULT, M68K_CPU_m68k)
30068 (M68K_CPU_m68000, M68K_CPU_m68010, M68K_CPU_m68020, M68K_CPU_m68030)
30069 (M68K_CPU_m68040, M68K_CPU_m68302, M68K_CPU_m68332, TARGET_DEFAULT)
30070 (ASM_CPU_DEFAULT_SPEC, CC1_CPU_DEFAULT_SPEC): Delete.
30071 (ASM_SPEC): Remove use of %(asm_cpu_default).
30072 (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS, MULTILIB_DEFAULTS): Delete.
30073 * config/m68k/linux.h (TARGET_DEFAULT): Delete.
30074 (CPP_SPEC): Merge definitions. Do not handle __HAVE_68881__ here.
30075 * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
30076 __HAVE_FPU__ if TARGET_HARD_FLOAT.
30077 (TARGET_DEFAULT): Delete.
30078 (EXTRA_SPECS): Delete cpp_cpu_default_spec, cpp_cpu_spec,
30079 cpp_fpu_spec, asm_default_spec and netbsd_cpp_spec.
30080 (CPP_CPU_SPEC): Delete.
30081 (TARGET_VERSION): Merge definitions, using TARGET_68010 to pick
30082 the appropriate string.
30083 (CPP_CPU_DEFAULT_SPEC, ASM_DEFAULT_SPEC, CPP_FPU_SPEC): Delete.
30084 (CPP_SPEC): Define to NETBSD_CPP_SPEC.
30085 (ASM_SPEC): Don't use %(asm_default_spec).
30086 * config/m68k/m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove
30087 TARGET_DEFAULT and add MASK_68881.
30088 * config/m68k/m68k.md: Remove mention of TARGET_DEFAULT from comments.
30089
30090 2007-01-12 Richard Sandiford <richard@codesourcery.com>
30091
30092 * config.gcc (m68010-*-netbsdelf*): Add MASK_68010.
30093 (m68k*-*-netbsdelf*, m68k*-*-openbsd*, m68k*-linux*): Add
30094 MASK_68010 alongside MASK_68020.
30095 * doc/invoke.texi: Document -m68010.
30096 * config/m68k/m68k.opt (m68010): New.
30097 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define mc68010
30098 if TUNE_68010.
30099 (TUNE_68010): New macro.
30100 * config/m68k/m68k-none.h (M68K_CPU_m68k, M68K_CPU_m68010)
30101 (M68K_CPU_m68020, M68K_CPU_m68030, M68K_CPU_m68040)
30102 (M68K_CPU_m68332): Add MASK_68010.
30103 * config/m68k/linux.h (TARGET_DEFAULT): Add MASK_68010 to
30104 fallback definition.
30105 * config/m68k/netbsd-elf.h (CPP_CPU_SPEC): Remove now-redundant
30106 defines.
30107 * config/m68k/m68k.c (MASK_ALL_CPU_BITS): Add MASK_68010.
30108 (m68k_handle_option): Handle OPT_m68010. Add MASK_68010
30109 to all entries that use MASK_68020.
30110 (output_move_simode_const, output_move_himode, output_move_qimode)
30111 (output_move_stricthi, output_move_strictqi): Use TARGET_68010
30112 instead of TARGET_68020 to select clr behavior. Remove comment
30113 about there being no TARGET_68010.
30114 * config/m68k/m68k.md: Likewise throughout.
30115
30116 2007-01-12 Julian Brown <julian@codesourcery.com>
30117
30118 * config/m68k/m68k.h (TARGET_ISAB): New macro.
30119 * config/m68k/m68k.c: Use TARGET_ISAB rather than TARGET_CFV4.
30120 * config/m68k/m68k.md: Likewise.
30121
30122 2007-01-12 Julian Brown <julian@codesourcery.com>
30123
30124 * config/m68k/m68k.h (LEGITIMATE_INDEX_P, LEGITIMIZE_ADDRESS): Use
30125 TARGET_COLDFIRE_FPU instead of TARGET_CFV4E.
30126
30127 2007-01-12 Julian Brown <julian@codesourcery.com>
30128
30129 * config/m68k/m68k.h (TUNE_68040_60): New macro.
30130 * config/m68k/m68k.c (standard_68881_constant_p): Use it.
30131 * config/m68k/m68k.md: Likewise.
30132
30133 2007-01-12 Julian Brown <julian@codesourcery.com>
30134 Richard Sandiford <richard@codesourcery.com>
30135
30136 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Use TUNE_68030
30137 instead of TARGET_68030, TUNE_68040 instead of TARGET_68040,
30138 TUNE_68060 instead of TARGET_68060 and TUNE_CPU32 instead of
30139 TARGET_CPU32.
30140 (TARGET_CPU32): Rename to...
30141 (TUNE_CPU32): ...this.
30142 (TUNE_68000_10, TUNE_68030, TUNE_68040, TUNE_68060)
30143 (TUNE_CFV2): New macros.
30144 * config/m68k/netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Simplify;
30145 remove conditions that are implied by TARGET_68020.
30146 * config/m68k/m68k.c (m68k_output_function_prologue): Use TUNE_68040
30147 instead of TARGET_68040 and TUNE_CPU32 instead of TARGET_CPU32.
30148 (m68k_output_function_epilogue): Likewise.
30149 (m68k_rtx_costs): Likewise. Use TUNE_68060 instead of TARGET_68060
30150 and TUNE_CFV2 instead of TARGET_5200. Use TUNE_68000_10 instead of
30151 "!TARGET_68020 && !TARGET_COLDFIRE" to choose between 68000 and
30152 non-68000 timings. Refactor multiplication and division costs.
30153 (output_addsi3): Use TUNE_68040 instead of TARGET_68040 and
30154 TUNE_CPU32 instead of TARGET_CPU32.
30155 (standard_68881_constant_p): Use TUNE_68040 instead of TARGET_68040
30156 and TUNE_68060 instead of TARGET_68060.
30157 * config/m68k/m68k.md: Use TUNE_68040 instead of TARGET_68040,
30158 TUNE_68060 instead of TARGET_68060, and TUNE_CPU32 instead of
30159 TARGET_CPU32.
30160 (movsi_const0): Use TUNE_68000_10 rather than "!TARGET_68020
30161 && !TARGET_COLDFIRE" to choose between moveq and clr.
30162 Likewise in the unnamed movsf pattern.
30163 (ashlsi_17_24, lshrsi_17_24): Guard with TUNE_68000_10 rather than
30164 "!TARGET_68020 && !TARGET_COLDFIRE". Likewise the unnamed
30165 ashiftrt pattern.
30166
30167 2007-01-12 Richard Sandiford <richard@codesourcery.com>
30168
30169 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Increase amount
30170 of tabbing before backslashes.
30171
30172 2007-01-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
30173
30174 * pa-linux.h (ASM_OUTPUT_INTERNAL_LABEL): Undefine.
30175 * pa.h (ASM_OUTPUT_LABEL): Output colon when using GAS.
30176 (ASM_OUTPUT_INTERNAL_LABEL): Define.
30177
30178 2007-01-11 Zdenek Dvorak <dvorakz@suse.cz>
30179
30180 * tree-ssa-loop-ivopts.c (extract_cond_operands): Split from
30181 find_interesting_uses_cond.
30182 (find_interesting_uses_cond): Use extract_cond_operands.
30183 (rewrite_use_compare): Use extract_cond_operands and
30184 force_gimple_operand_bsi. Do not call update_stmt.
30185 (determine_use_iv_cost_condition): Use extract_cond_operands.
30186 Return cheaper of using original bound and changing the exit bound.
30187
30188 2007-01-11 Zdenek Dvorak <dvorakz@suse.cz>
30189
30190 PR tree-optimization/29516
30191 * tree-ssa-address.c (tree_mem_ref_addr, add_to_parts,
30192 most_expensive_mult_to_index, addr_to_parts,
30193 create_mem_ref, maybe_fold_tmr): Make the type of
30194 fields of TARGET_MEM_REF sizetype.
30195 (move_fixed_address_to_symbol, move_pointer_to_base):
30196 New functions.
30197 * tree.def (TARGET_MEM_REF): Add comment on types of
30198 the operands.
30199
30200 2007-01-11 Joseph Myers <joseph@codesourcery.com>
30201
30202 * c-common.c (vector_types_convertible_p): Treat opaque types as
30203 always convertible if they have the same size, but not otherwise.
30204
30205 2007-01-11 Steven Bosscher <steven@gcc.gnu.org>
30206
30207 * ifcvt.c (struct noce_if_info): Add comments to the fields.
30208 Remove the b_unconditional field.
30209 (noce_try_sign_mask): Do not look at b_unconditional.
30210 (noce_process_if_block): Do not use merge_if_blocks. Update
30211 the CFG here. Do not set b_unconditional.
30212 (cond_move_process_if_block): Likewise.
30213 (find_cond_trap): Likewise.
30214 (check_cond_move_block): Require simple jump insns at the end
30215 of the basic block.
30216
30217 2007-01-11 Jan Hubicka <jh@suse.cz>
30218
30219 PR tree-optimization/1046
30220 * tree-tailcall.c (suitable_for_tail_call_opt_p): Use TREE_ADDRESSABLE
30221 when alias info is not ready.
30222 (pass_tail_recursion): Do not require aliasing.
30223 * tree-ssa-copyrename.c (pass_rename_ssa_cop): Likewise.
30224 * tree-ssa-ccp.c (pass_ccp, pass_fold_builtins): Likewise.
30225 * tree-ssa-copy.c (pass_copy_prop): Likewise.
30226 * tree-ssa-forwprop.c (pass_forwprop): Likewise.
30227 * tree-ssa-dce.c (pass_dce, pass_dce_loop, pass_cd_dce): Likewise.
30228 * passes.c (init_optimization_passes): Execute rename_ssa_copies,
30229 ccp, forwprop, copy_prop, merge_phi, copy_prop, dce and tail recursion
30230 before inlining.
30231 * tree-ssa-operands.c (add_virtual_operand, get_indirect_ref_operand):
30232 When aliasing is not build, mark statement as volatile.
30233
30234 2007-01-11 Tom Tromey <tromey@redhat.com>
30235
30236 PR preprocessor/15185, PR preprocessor/20989:
30237 * doc/cppopts.texi <-MT>: Update description of algorithm for
30238 computing default target.
30239 <-M, -MD>: Reword "basename" text.
30240
30241 2007-01-11 Roger Sayle <roger@eyesopen.com>
30242
30243 * builtins.c (expand_builtin_pow, expand_builtin_powi,
30244 fold_builtin_cabs, fold_builtin_sqrt, fold_builtin_trunc,
30245 fold_builtin_floor, fold_builtin_ceil, fold_builtin_round,
30246 fold_builtin_int_int_roundingfn, fold_builtin_bitop,
30247 fold_builtin_bswap, real_constp, fold_builtin_pow,
30248 fold_builtin_powi, fold_builtin_signbit, fold_builtin_copysign,
30249 do_mpfr_arg1, do_mpfr_arg2, do_mpfr_arg3, do_mpfr_sincos): Replace
30250 uses of the macro TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
30251 * convert.c (convert_to_pointer): Likewise.
30252 * expr.c (highest_pow2_factor, expand_expr_real_1): Likewise.
30253 * fold-const.c (force_fit_type, fold_negate_expr, int_const_binop,
30254 const_binop, fold_convert_const_int_from_int,
30255 fold_convert_const_int_from_real,
30256 fold_convert_const_real_from_real, sign_bit_p,
30257 optimize_minmax_comparison, extract_muldiv_1, fold_div_compare,
30258 fold_sign_changed_comparison, fold_unary, fold_comparison,
30259 fold_binary, multiple_of_p, tree_Expr_non_zero_p,
30260 fold_negate_const, fold_abs_const, fold_not_const): Likewise.
30261 * print-tree.c (print_node_brief, print_node): Likewise.
30262 * stor-layout.c (place_field, layout_type): Likewise.
30263 * tree-chrec.c (keep_cast): Likewise.
30264 * tree.c (build_vector, build_real, build_real_from_int_cst,
30265 build_complex): Likewise.
30266
30267 2007-01-11 Roger Sayle <roger@eyesopen.com>
30268
30269 * tree.h (TREE_CONSTANT_OVERFLOW): Obsolete. For the time being,
30270 treat TREE_CONSTANT_OVERFLOW as a synonym of TREE_OVERFLOW.
30271
30272 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
30273
30274 * configure.ac (strict1_warn): Rename to strict_warn.
30275 (WERROR, --enable-werror, symlink hacks, stage1_cflags,
30276 cc_set_by_configure, quoted_cc_set_by_configure,
30277 stage_prefix_set_by_configure, quoted_stage_prefix_set_by_configure,
30278 all_boot_languages, all_stagestuff): Remove.
30279 (target_list): Remove bootstrap targets.
30280 * Makefile.in (quickstrap): Unconditionally make a synonym of all.
30281 (BOOT_LANGUAGES, STAGE1_CFLAGS, STAGE1_CHECKING,
30282 REMAKEFLAGS, FLAGS_TO_PASS, PREPEND_DOTDOT_TO_RELATIVE_PATHS,
30283 SUBDIR_FLAGS_TO_PASS, WERROR_FLAGS, STRICT2_WARN, LANG_STAGESTUFF,
30284 VOL_FILES, POSTSTAGE1_FLAGS_TO_PASS, STAGE2_FLAGS_TO_PASS,
30285 STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS, stage1_build,
30286 stage1_copy, stage2_build, stage2_copy, stageprofile_build,
30287 stageprofile_copy, stage3_build, stage3_copy, stagefeedback_build,
30288 stagefeedback_copy, stage4_build, clean_s1, clean_sw, bootstrap,
30289 bootstrap-lean, bootstrap2, bootstrap2-lean, bootstrap3,
30290 bootstrap3-lean, bootstrap4, bootstrap4-lean, unstage1, unstage2,
30291 unstage3, unstage4, unstageprofile, unstagefeedback, restage, restage2,
30292 restage3, restage4, restageprofile, restagefeedback, bubbleestrap,
30293 cleanstrap, unstrap, restrap, *compare, *compare3, *compare4,
30294 *compare-lean, *compare3-lean, *compare4-lean, stage1-start, stage1,
30295 stage2-start, stage2, stage3-start, stage3, stage4-start, stage4,
30296 stageprofile-start, stageprofile, stagefeedback-start, stagefeedback,
30297 risky-stage1, risky-stage2, risky-stage3, risky-stage4): Remove.
30298 (ORDINARY_FLAGS_TO_PASS): Rename to FLAGS_TO_PASS.
30299 (STAGECOPYSTUFF, STAGEMOVESTUFF): Consolidate into MOSTLYCLEANFILES.
30300 (mostlyclean): Adjust.
30301 (clean, distclean): Don't mention bootstrap stuff.
30302 * configure: Regenerate.
30303 * ada/config-lang.in, cp/config-lang.in, forttran/config-lang.in,
30304 java/config-lang.in, objc/config-lang.in, objcp/config-lang.in,
30305 treelang/config-lang.in (stagestuff): Remove.
30306 * doc/sourcebuild.texi (stage1, stage2, stage3, stage4,
30307 stageprofile, stagefeedback, stagestuff): Remove mention.
30308
30309 2007-01-11 Nick Clifton <nickc@redhat.com>
30310
30311 * config/mcore/predicates.md (mcore_general_movesrc_operand):
30312 Accept CONSTs.
30313 (mcore_general_movdst_operand): Do not accept CONST_INTs.
30314 (mcore_arith_K_S_operand): Run the test for the S constraint not
30315 the test for the M constraint.
30316 (mcore_addsub_operand): Do not accept integer values that are
30317 larger than 32 bits.
30318 * config/mcore/mcore.md: Remove unused constraints from split.
30319 (andsi3): Use HOST_WIDE_INT instead of int to hold an INTVAL.
30320 (addsi3): Likewise.
30321 (allocate_stack): Likewise.
30322 * config/mcore/mcore.c (mcore_print_operand): Restrict output of P
30323 operands to 32 bits.
30324 (mcore_const_costs): Use HOST_WIDE_INT instead of int to hold an
30325 INTVAL.
30326 (mcore_and_cost, mcore_modify_comparison, const_ok_for_mcore,
30327 mcore_const_ok_for_inline, mcore_const_trick_uses_not,
30328 try_constant_tricks, mcore_num_ones, mcore_num_zeros,
30329 mcore_output_bclri, mcore_output_andn, output_inline_const,
30330 mcore_output_move, mcore_output_movedouble): Likewise.
30331 (mcore_output_cmov): Use CONST_OK_FOR_M and CONST_OK_FOR_N.
30332 (output_inline_const): Likewise.
30333 (output_inline_const): Fix format strings used in sprintf
30334 statements.
30335 * config/mcore/mcore-protos.h: Update prototypes for changed
30336 functions in mcore.c.
30337 * config/mcore/mcore.h (CONST_OK_FOR_I): Cast values to
30338 HOST_WIDE_INT and not int.
30339 (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M,
30340 CONST_OK_FOR_N): Likewise.
30341 (LEGITIMATE_CONSTANT_P): Also check CONSTANT_P.
30342 (GO_IF_LEGITIMATE_INDEX): Use HOST_WIDE_INT instead of int to hold
30343 an INTVAL.
30344
30345 2007-01-10 Jan Hubicka <jh@suse.cz>
30346
30347 * tree-vrp.c (remove_range_assertions): Release defs.
30348 * tree-ssa-loop-ivopts.c (rmeove_statement): Likewise.
30349 * tree-ssa-dom.c (remove_stmt_or_phi): Likewise.
30350
30351 2007-01-10 Paul Brook <paul@codesourcery.com>
30352
30353 * config/arm/arm.c (arm_rtx_costs_1): Handle mutiply-subtract.
30354 * config/arm/arm.md (mulsi3subsi): New insn.
30355
30356 2007-01-10 Zdenek Dvorak <dvorakz@suse.cz>
30357
30358 * tree-ssa-loop-manip.c (tree_unroll_loop): Make it a wrapper over ...
30359 (tree_transform_and_unroll_loop): New.
30360 * tree-flow.h (transform_callback, tree_transform_and_unroll_loop):
30361 Declare.
30362
30363 2007-01-10 Robert Kennedy <jimbob@google.com>
30364
30365 * fold-const.c (fold_comparison): Fold comparisons like (x *
30366 1000 < 0) to (x < 0).
30367
30368 2007-01-10 Ian Lance Taylor <iant@google.com>
30369
30370 * tree-pretty-print.c (dump_generic_node): Print parentheses when
30371 operands have the same priority.
30372
30373 2007-01-10 Tom Tromey <tromey@redhat.com>
30374
30375 * fold-const.c (fold_truthop): Don't check can_use_bit_fields_p.
30376 (fold_binary): Likewise.
30377 * langhooks.c (lhd_can_use_bit_fields_p): Removed.
30378 * langhooks-def.h (lhd_can_use_bit_fields_p): Removed.
30379 (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): Removed.
30380 (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_CAN_USE_BIT_FIELDS_P.
30381 * langhooks.h (struct lang_hooks): Removed field
30382 'can_use_bit_fields_p'.
30383
30384 2007-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
30385
30386 * config/bfin/t-bfin, config/bfin/t-bfin-elf: Remove GCC_CFLAGS.
30387
30388 2007-01-10 Razya Ladelsky <razya@il.ibm.com>
30389
30390 * function.c (get_last_funcdef_no): New function.
30391 * function.h (get_last_funcdef_no): Declare.
30392 * tree-inline.c (initialize_cfun): Add initialization.
30393 (tree_function_versioning): Cleanup.
30394
30395 2007-01-10 Jan Hubicka <jh@suse.cz>
30396
30397 * tree-inline.c (setup_one_parameter): Do not propagate into abnormal
30398 PHIs.
30399
30400 2007-01-10 Sa Liu <saliu@de.ibm.com>
30401 Ben Elliston <bje@au.ibm.com>
30402
30403 * spu.h (STACK_SAVE_AREA): Use VOIDmode for SAVE_FUNCTION, SImode
30404 for SAVE_NONLOCAL and Pmode for any other save level.
30405 * spu-protos.h (spu_restore_stack_block): Declare.
30406 * spu.md (save_stack_block): Remove.
30407 (restore_stack_block): Call spu_restore_stack_block.
30408 * spu.c (spu_restore_stack_block): New function.
30409 (spu_expand_epilogue): Remove old comment.
30410
30411 2007-01-09 Zdenek Dvorak <dvorakz@suse.cz>
30412
30413 PR tree-optimization/30322
30414 * tree-ssa-loop-ivopts.c (fold_affine_expr, iv_value): Removed.
30415 (cand_value_at): Return the value as aff_tree.
30416 (may_eliminate_iv): Convert the bound from aff_tree to tree.
30417 * tree-affine.c (aff_combination_add_cst, aff_combination_add_product,
30418 aff_combination_mult): New functions.
30419 (aff_combination_add): Use aff_combination_add_cst.
30420 (aff_combination_convert): Allow conversions to a wider type.
30421 (tree_to_aff_combination): Handle BIT_NOT_EXPR.
30422 * tree-affine.h (aff_combination_mult): Declare.
30423
30424 2007-01-09 Carlos O'Donell <carlos@codesourcery.com>
30425
30426 * doc/tm.texi: Update documentation to reflect reality of exec
30427 and start file search behaviours. Update copyright year.
30428 * doc/invoke.texi: Explain how GCC_EXEC_PREFIX is used to find
30429 header file directories.
30430
30431 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
30432
30433 * config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
30434 (*cosxf2): Rename to cosxf2_i387.
30435 (*sindf2, *sinsf2): Extend operand 1 to XFmode. Macroize patterns
30436 using X87MODEF12 mode macro. Rename patterns to
30437 *sin_extend<mode>xf2_i387. Use SSE_FLOAT_MODE_P to disable patterns
30438 for SSE math.
30439 (*cosdf2, *cossf2): Ditto.
30440 (sincosdf3, sincossf3): Ditto. Rewrite corresponding splitters
30441 to match extended input operands.
30442 (sincos<mode>3): New expander.
30443 (*sinextendsfdf2, *cosextendsfdf2, *sincosextendsfdf3): Remove
30444 insn patterns and corresponding splitters.
30445
30446 2007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
30447
30448 * config/sh/t-linux (TARGET_LIBGCC2_CFLAGS): Delete.
30449 (SHLIB_MAPFILES, SHLIB_LINK, SHLIB_INSTALL): Likewise.
30450
30451 2007-01-09 Nicolas Pitre <nico@cam.org>
30452
30453 PR target/30173
30454 * arm/ieee754-df.S (Lad_s): Also test the low word of X for zero.
30455
30456 2007-01-08 Geoffrey Keating <geoffk@apple.com>
30457
30458 * target.h (struct gcc_target): New field library_rtti_comdat.
30459 * target-def.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): New.
30460 (TARGET_CXX): Add TARGET_CXX_LIBRARY_RTTI_COMDAT.
30461 * doc/tm.texi (C++ ABI): Document TARGET_CXX_LIBRARY_RTTI_COMDAT.
30462 * config/darwin.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): Define.
30463
30464 2007-01-08 Geoffrey Keating <geoffk@apple.com>
30465
30466 * doc/invoke.texi (Optimize Options): Correct description of -O0.
30467
30468 2007-01-08 Richard Guenther <rguenther@suse.de>
30469
30470 * tree.h (force_fit_type_double): Export.
30471 (force_fit_type): Remove.
30472 * fold-const.c (force_fit_type_double): New function.
30473 (force_fit_type): Remove.
30474 (int_const_binop): Use it.
30475 (fold_convert_const_int_from_int): Likewise.
30476 (fold_convert_const_int_from_real): Likewise.
30477 (fold_div_compare): Likewise.
30478 (fold_sign_changed_comparison): Likewise.
30479 (fold_unary): Likewise.
30480 (fold_negate_const): Likewise.
30481 (fold_abs_const): Likewise.
30482 (fold_not_const): Likewise.
30483 * c-common.c (shorten_compare): Use force_fit_type_double.
30484 * convert.c (convert_to_pointer): Likewise.
30485
30486 2007-01-08 Richard Guenther <rguenther@suse.de>
30487
30488 * tree.h (build_int_cst_wide_type): Export.
30489 * tree.c (build_int_cst_wide_type): New function.
30490 (build_int_cst_wide): Fix comment.
30491 * builtins.c (fold_builtin_object_size): Use build_int_cst
30492 to build -1 or 0 of the correct type. Use fit_double_type
30493 to check for overflow.
30494 * fold-const.c (optimize_bit_field_compare): Use build_int_cst_type
30495 to build the mask.
30496 (decode_field_reference): Likewise.
30497 (all_ones_mask_p): Likewise.
30498 (native_interpret_int): Use build_int_cst_wide_type.
30499 (fold_binary): Use build_int_cst_type to build an all-ones
30500 value.
30501 * stor-layout.c (set_sizetype): Use build_int_cst_wide_type.
30502
30503 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
30504
30505 * config/pa/t-pa64 (libgcc_stub.a): Use $(T).
30506
30507 2007-01-09 Ben Elliston <bje@au.ibm.com>
30508
30509 * genautomata.c (STATS_OPTION): New option.
30510 (stats_flag): New flag.
30511 (gen_automata_option): Handle it.
30512 (initiate_automaton_gen): Ditto.
30513 (write_automata): Output statistics only if stats_flag is
30514 set. Likewise, output time statistics only if time_flag is set.
30515 * doc/md.texi (Processor pipeline description): Document new flag.
30516
30517 2007-01-08 Richard Guenther <rguenther@suse.de>
30518
30519 * builtins.c (fold_builtin_int_roundingfn): Use fit_double_type.
30520 * tree.c (build_int_cst_type): Likewise.
30521 (size_in_bytes): Don't call force_fit_type on the result.
30522 (int_fits_type_p): Use fit_double_type.
30523 * fold-const.c (fit_double_type): New function.
30524 (force_fit_type): Use it.
30525 * tree.h (fit_double_type): Export.
30526
30527 2007-01-08 Jan Hubicka <jh@suse.cz>
30528
30529 * tree-vectorizer.c (gate_increase_alignment): Fix return type.
30530 * ipa.c (function_and_variable_visibility): Fix return type.
30531
30532 2007-01-08 Richard Guenther <rguenther@suse.de>
30533
30534 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type
30535 of offset to build the index.
30536 * tree-pretty-print.c (dump_generic_node): Don't build negated
30537 const just for printing.
30538 * c-pretty-print.c (pp_c_integer_constant): Likewise.
30539 * builtins.c (fold_builtin_int_roundingfn): Check if result
30540 fits the type by using force_fit_type and comparing the result.
30541 * predict.c (predict_loops): Use compare_tree_int for comparison.
30542 * tree.c (build_int_cst): Fall back to integer_type_node for
30543 NULL_TREE type.
30544 (build_int_cst_wide): Assert type is non-null.
30545
30546 2007-01-08 Roberto Costa <roberto.costa@st.com>
30547
30548 * tree-vrp.c (extract_range_from_cond_expr): New.
30549 (extract_range_from_expr): Handle COND_EXPR nodes used as expressions.
30550 * tree-ssa-ccp.c (get_maxval_strlen): Handle COND_EXPR nodes used
30551 as expressions.
30552 (fold_stmt): Bug fix, avoid infinite recursion when folding COND_EXPRs.
30553 * tree-ssa-forwprop.c (simplify_cond, forward_propagate_into_cond,
30554 tree_ssa_forward_propagate_single_use_vars): Handle COND_EXPR nodes
30555 used as expressions.
30556 * tree-object-size.c (cond_expr_object_size): New.
30557 (collect_object_sizes_for): Handle COND_EXPR nodes used as expressions.
30558
30559 2007-01-08 Jan Hubicka <jh@suse.cz>
30560
30561 * tree-ssa-forwprop.c (forward_propagate_into_cond,
30562 tree_ssa_forward_propagate_single_use_va): Release defs of propagated
30563 statement.
30564
30565 2007-01-08 Richard Guenther <rguenther@suse.de>
30566
30567 PR tree-optimization/23603
30568 * tree-vrp.c (set_value_range_to_truthvalue): New function.
30569 (extract_range_from_binary): Fall back to truthvalue instead of
30570 varying for TRUTH_*_EXPR.
30571 (extract_range_from_comparison): Fall back to truthvalue instead of
30572 varying.
30573 (vrp_visit_phi_node): Don't adjust new range bounds to +INF/-INF
30574 if all visited PHI values were constant.
30575
30576 2007-01-08 Jan Hubicka <jh@suse.cz>
30577
30578 * cgraphunit.c (cgraph_process_new_functions): Reset reachable flag.
30579 (cgraph_analyze_function): break out from ...
30580 (cgraph_finalize_compilation_unit): ... here.
30581 (cgraph_expand_function): Remove forgoten commented out line.
30582 (cgraph_optimize): Analyze functions.
30583
30584 2007-01-08 Jan Hubicka <jh@suse.cz>
30585
30586 * tree-pas.h (TODO_remove_function): New flag.
30587 (TODO_update*): Renumber.
30588 (pass_ipa_increase_alignment,
30589 pass_ipa_function_and_variable_visibility): New passes.
30590 * cgraphunit.c (cgraph_increase_alignment): Move to tree-vectorizer.c
30591 (cgraph_function_and_variable_visibility): Move to ipa.c
30592 (cgraph_optimize): Don't call cgraph_function_and_variable_visibility,
30593 cgraph_increase_alignment.
30594 * ipa-inline.c (cgraph_decide_inlining): Don't push timevar.
30595 (cgraph_decide_inlining_incrementally): Push TV_INTEGRATION before
30596 calling tree-inline.
30597 (cgraph_early_inlining): Do not call cgraph_remove_unreachable_nodes.
30598 (pass_ipa_inline, pass_early_ipa_inlining): Set TODO_remove_functions
30599 * tree-vectorizer.c (increase_alignment): Move here from cgraphunit.c
30600 (gate_increase_alignment): New function.
30601 (pass_ipa_increase_alignment): New pass.
30602 * ipa.c: Inline tree-pass.h and timevar.h
30603 (function_and_variable_visibility): Move here from cgraphunit.c
30604 * tree-optimize.c (pass_early_local_passes): Add TODO_remove_functions.
30605 * passes.c (init_optimization_passes): Add the two new passes.
30606 (execute_todo): Handle cgraph_remove_functions.
30607
30608 2007-01-08 Nick Clifton <nickc@redhat.com>
30609
30610 * config/frv/predicates.md (reg_or_0_operand): Accept
30611 CONST_DOUBLEs.
30612
30613 2007-01-08 Ralf Corsépius <ralf.corsepius@rtems.org>
30614
30615 * config/bfin/rtems.h, config/bfin/t-rtems: New.
30616 * config.gcc: Add bfin*-rtems*.
30617
30618 2007-01-08 Mark Shinwell <shinwell@codesourcery.com>
30619
30620 * c.opt: Add -flax-vector-conversions.
30621 * c-typeck.c (convert_for_assignment): Pass flag to
30622 vector_types_convertible_p to allow emission of note.
30623 (digest_init): Likewise.
30624 * c-opts.c: Handle -flax-vector-conversions.
30625 * c-common.c (flag_lax_vector_conversions): New.
30626 (vector_types_convertible_p): Unless -flax-vector conversions
30627 has been passed, disallow conversions between vectors with
30628 differing numbers of subparts and/or element types. If such
30629 a conversion is disallowed, possibly emit a note on the first
30630 occasion only to inform the user of -flax-vector-conversions.
30631 The new last argument specifies this.
30632 * c-common.h (flag_lax_vector_conversions): New.
30633 (vector_types_convertible_p): Add extra argument.
30634 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use
30635 char_type_node for V*QI type vectors.
30636 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins):
30637 Update to satisfy new typechecking rules.
30638 * config/rs6000/altivec.h (vec_cmple): Use vec_cmpge, for both
30639 C and C++ variants.
30640 * doc/invoke.texi (C Dialect Options): Document
30641 -flax-vector-conversions.
30642
30643 2007-01-08 Mark Shinwell <shinwell@codesourcery.com>
30644
30645 PR tree-optimization/29877
30646 * tree-ssa-ter.c (is_replaceable_p): Deem assignments with
30647 a register variable on the RHS to not be replaceable.
30648
30649 2007-01-08 Chen Liqin <liqin@sunnorth.com.cn>
30650 * config/score/t-score-elf (MULTILIB_OPTIONS): Change.
30651 * config/score/predicates.md (const_uimm5, sr0_operand, const_simm12,
30652 const_simm15, const_pow2, const_npow2): Added.
30653 * config/score/misc.md (insv, extv, extzv, movmemsi,
30654 move_lbu_a/b, mov_lhu_a/b etc): Added and fix some bug.
30655 * config/score/score.c (score_address_cost, score_select_cc_mode):
30656 Added.
30657 Change CONST_OK_FOR_LETTER_P/EXTRA_CONSTRAINT define.
30658 Update score_rtx_costs for MACRO TARGET_RTX_COSTS.
30659 Update score_print_operand.
30660 * config/score/score.h (DATA_ALIGNMENT, SELECT_CC_MODE): Added.
30661 Adjust register allocate order and update some macro define.
30662 * config/score/score-mdaux.c (mdx_unaligned_load, mdx_unsigned_store,
30663 mdx_block_move_straight, mdx_block_move_loop_head,
30664 mdx_block_move_loop_body, mdx_block_move_loop_foot,
30665 mdx_block_move_loop, mdx_block_move): Added.
30666 (mdx_movsicc, mdp_select_add_imm, mdp_select, mds_zero_extract_andi,
30667 mdp_limm): Updated and fix some bug and typo.
30668 * config/score/score.md (movqi/hi/si, add/sub/zero/ext): Updated.
30669 (movsf, movdf, doloop_end): Added.
30670
30671 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
30672
30673 * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
30674 config/arm/thumb2.md: Fix comment typos.
30675 * doc/extend.texi: Fix a typo.
30676
30677 2007-01-07 Eric Christopher <echristo@apple.com>
30678
30679 * configure.ac: Check for __stack_chk_fail for darwin.
30680 * configure: Regenerate.
30681
30682 2007-01-07 Richard Guenther <rguenther@suse.de>
30683
30684 * tree-vrp.c (extract_range_from_assert): CSE calls to
30685 compare_values where possible.
30686 (extract_range_from_unary_expr): Likewise.
30687
30688 2007-01-07 Anatoly Sokolov <aesok@post.ru>
30689
30690 * config/avr/avr-protos.h (call_insn_operand): Delete prototype.
30691 * config/avr/avr.c (call_insn_operand): Delete function.
30692 * config/avr/avr.md (*pushqi, *pushhi, *pushsi, *pushsf): Use REG_SP
30693 instead of register number. Use predicates.
30694 * config/avr/predicates.md (const0_operand, reg_or_0_operand,
30695 call_insn_operand): Add.
30696
30697 2007-01-06 Jan Hubicka <jh@suse.cz>
30698
30699 * tree-pass.h (pass_build_cgraph_edges): Declare.
30700 * cgraphunit.c (record_refernece): Move to cgraphbuild.c
30701 (visited_nodes): Remove.
30702 (cgraph_create_edges): Move to cgraphbuild.c; rename to
30703 build_cgrpah_edges; make visited_nodes local.
30704 (cgraph_process_new_functions): DO not call initialize_inline_failed.
30705 (record_references_in_initializer): Move to cgraphbuild.c
30706 (initialize_inline_failed, rebuild_cgraph_edges,
30707 pass_rebuild_cgraph_edges): Move to cgraphbuild.c.
30708 (verify_cgraph_node): Make visited_nodes local.
30709 (cgraph_analyze_function): Do not call cgraph_create_edges and
30710 initialize_inline_failed.
30711 (cgraph_expand_function): Do not call cgraph_lower_function;
30712 assert that function is already lowered.
30713 * Makefile.in (cgraphbuild.o): New.
30714 * passes.c (init_optimization_passes): Add pass_build_cgraph_edges
30715 at the end of lowering passes.
30716
30717 2007-01-06 Steven Bosscher <steven@gcc.gnu.org>
30718
30719 * ifcvt.c (cond_move_convert_if_block): New function, code
30720 factored out from...
30721 (cond_move_process_if_block): ...here. Call the new function
30722 on the THEN and ELSE blocks.
30723 (merge_if_block): Do not copy global_live_at_end, merge_blocks
30724 already takes care of this.
30725
30726 2007-01-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
30727
30728 PR c/19978
30729 * tree.h (TREE_OVERFLOW_P): New.
30730 * c-typeck.c (parser_build_unary_op): Warn only if result
30731 overflowed and operands did not.
30732 (parser_build_binary_op): Likewise.
30733 (convert_for_assignment): Remove redundant overflow_warning.
30734 * c-common.c (overflow_warning): Don't check or set TREE_OVERFLOW.
30735
30736 2007-01-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
30737
30738 * c-typeck.c (store_init_value): Split over two lines to follow
30739 the GNU coding style.
30740
30741 2007-01-05 Benjamin Kosnik <bkoz@redhat.com>
30742
30743 * c-cppbuiltin.c (c_cpp_builtins): __GXX_EXPERIMENTAL_CPP0X__ to
30744 __GXX_EXPERIMENTAL_CXX0X__.
30745 * doc/cpp.texi: Same.
30746
30747 2007-01-05 Richard Guenther <rguenther@suse.de>
30748
30749 PR middle-end/27826
30750 * tree.c (get_narrower): Do not construct COMPONENT_REFs
30751 with mismatched types. Instead explicitly build a
30752 conversion NOP_EXPR.
30753
30754 2007-01-05 Ian Lance Taylor <iant@google.com>
30755
30756 * c-common.c (decl_with_nonnull_addr_p): New function.
30757 (c_common_truthvalue_conversion): Call it.
30758 * c-typeck.c (build_binary_op): Likewise.
30759 * c-common.h (decl_with_nonnull_addr_p): Declare.
30760
30761 2007-01-05 Jakub Jelinek <jakub@redhat.com>
30762
30763 PR c/30360
30764 * libgcc2.c (__divdc3): Compare c and d against 0.0 instead of
30765 denom against 0.0.
30766
30767 2007-01-05 Joel Brobecker <brobecker@adacore.com>
30768
30769 * doc/install.texi (Final install): Document the fact that
30770 the GNAT runtime should not be stripped.
30771
30772 2007-01-04 Jan Hubicka <jh@suse.cz>
30773
30774 * tree-inline.c (fold_marked_statements): Update operand caches
30775 and EH after folding
30776
30777 2007-01-04 Ian Lance Taylor <iant@google.com>
30778
30779 * c-common.c (check_function_nonnull): Whitespace fix.
30780
30781 2007-01-04 Jan Hubicka <jh@suse.cz>
30782
30783 * tree-optimize.c (execute_fixup_cfg): Correct previously mistakely
30784 comitted older version of patch.
30785 (pass_fixup_cfg): Add TODOs to verify flow and statements, dump
30786 function, celanup cfg and collect garbage.
30787
30788 2007-01-04 Mike Stump <mrs@apple.com>
30789
30790 * Makefile.in (mostlyclean): Don't remove libgcc anymore.
30791 (clean): Likewise.
30792
30793 2007-01-04 Eric Christopher <echristo@apple.com>
30794
30795 * libgcc2.c (__bswapsi2): Use SItype.
30796 (__bswapdi2): Use DItype.
30797 * libgcc2.h: Update for above.
30798
30799 2007-01-04 Paul Brook <paul@codesourcery.com>
30800
30801 * config/arm/arm.md (arm_mulsi3, thumb_mulsi3, mulsi3_compare0,
30802 mulsi_compare0_scratch, mulsi3addsi, mulsi3addsi_compare0,
30803 mulsi3addsi_compare0_scratch, mulsidi3adddi, mulsidi3,
30804 umulsidi3, umulsidi3adddi, smulsi3_highpart,
30805 umulsi3_highpart): Make conditional on !arm_arch6.
30806 (arm_mulsi3_v6, thumb_mulsi3_v6, mulsi3_compare0_v6,
30807 mulsi_compare0_scratch_v6, mulsi3addsi_v6, mulsi3addsi_compare0_v6,
30808 mulsi3addsi_compare0_scratch_v6, mulsidi3adddi_v6, mulsidi3_v6,
30809 umulsidi3_v6, umulsidi3adddi_v6, smulsi3_highpart_v6,
30810 umulsi3_highpart_v6): New insns.
30811
30812 2007-01-04 Roger Sayle <roger@eyesopen.com>
30813
30814 * fold-const.c (fold_convert): When casting an expression to void,
30815 fold_ignored_result may discover a GIMPLE_MODIFY_STMT which doesn't
30816 have a type. Instead of attempting to build a NOP_EXPR, return
30817 these "special" trees directly.
30818
30819 2007-01-04 Joseph Myers <joseph@codesourcery.com>
30820
30821 * config/rs6000/rs6000.c (rs6000_rtx_costs): Make adjustment for
30822 MULT inside MINUS as either argument. Use rs6000_cost->dmul -
30823 rs6000_cost->fp not 0 as adjustment for outer NEG.
30824
30825 2007-01-04 Jan Hubicka <jh@suse.cz>
30826
30827 * cgraph.c (cgraph_release_function_body): New function.
30828 (cgraph_remove_node): Use it.
30829 * cgraph.h (cgraph_release_function_body): Declare.
30830 * cgraphunit.c (cgraph_expand_function): Use it.
30831 * ipa.c (cgraph_remove_unreahchable_nodes): Use it.
30832 * tree-ssa.c (delete_tree_ssa): Allow to be called before aliasing
30833 is initialized and while compilation of other function is running.
30834 * tree-optimize.c (execute_free_cfg_annotations): Move code to clear
30835 statement CFG annotations from here to ...
30836 * tree-cfg.c (delete_tree_cfg_annotations): ... here.
30837
30838 2007-01-04 Zdenek Dvorak <dvorakz@suse.cz>
30839
30840 * cfgloop.h (enum li_flags): Make the constants powers of two.
30841
30842 2007-01-04 Jan Hubicka <jh@suse.cz>
30843
30844 * tree-inline.c (copy_bb): Insert new statements to statements_to_fold
30845 set.
30846 (fold_marked_statements): New function.
30847 (optimize_inline_calls, tree_function_versioning): Fold new statements.
30848 * tree-inline.h (copy_body_data): Add statements_to_fold.
30849
30850 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
30851
30852 * config.gcc: Mention libgcc/config.host.
30853 * Makefile.in: Update comments mentioning libgcc.
30854 (LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete.
30855 (all.cross, start.encap, rest.encap, rest.cross): Update
30856 dependencies for libgcc move.
30857 (libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib)
30858 (clean-target, clean-target-libgcc): Delete.
30859 (srcdirify, GCC_EXTRA_PARTS): New macros.
30860 (libgcc-support, libgcc.mvars): New rules.
30861 (distclean): Remove mention of mklibgcc.
30862 (install): Don't reference INSTALL_LIBGCC.
30863 (install-common): Don't reference EXTRA_PARTS.
30864 (install-libgcc, install-multilib): Delete rules.
30865 * mklibgcc.in: Delete file.
30866 * doc/configfiles.texi: Don't mention mklibgcc.
30867
30868 * config/i386/t-darwin (SHLIB_VERPFX): Delete (moved to libgcc).
30869 * config/i386/t-darwin64 (SHLIB_VERPFX): Likewise.
30870 * config/rs6000/t-darwin (SHLIB_VERPFX): Likewise.
30871 * config/rs6000/t-ppccomm (TARGET_LIBGCC2_CFLAGS, SHLIB_MAPFILES)
30872 (mklibgcc, ldblspecs): Likewise.
30873
30874 * config/i386/t-nwld (libgcc.def, libc.def, libpcre.def)
30875 (posixpre.def): Use $(T).
30876 (SHLIB_EXT, SHLIB_NAME, SHLIB_SLIBDIR_QUAL, SHLIB_DEF, SHLIB_MAP)
30877 (SHLIB_SRC, SHLIB_INSTALL): Delete.
30878 (SHLIB_LINK): Make dummy.
30879 * config/t-slibgcc-darwin: Delete contents except for dummy SHLIB_LINK.
30880
30881 * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Clear.
30882
30883 * config/alpha/t-crtfm: Use $(T) in rules for EXTRA_PARTS.
30884 * config/alpha/t-vms, config/alpha/t-vms64, config/fr30/t-fr30,
30885 config/i386/t-rtems-i386, config/ia64/t-ia64, config/rs6000/t-beos,
30886 config/rs6000/t-newas, config/sparc/t-elf: Likewise.
30887
30888 * configure.ac (all_outputs): Remove mklibgcc.
30889 * configure: Regenerated.
30890
30891 2007-01-03 Josh Conner <jconner@apple.com>
30892
30893 PR middle-end/29683
30894 * calls.c (compute_argument_addresses): Set stack and stack_slot
30895 for partial args, too.
30896 (store_one_arg): Use locate.size.constant for the size when
30897 generating a save_area.
30898
30899 2007-01-03 Robert Kennedy <jimbob@google.com>
30900
30901 * tree-cfg.c (tree_merge_blocks): Release SSA_NAME phi results
30902 whose definitions are deleted due to basic block merging.
30903
30904 2007-01-03 Paul Brook <paul@codesourcery.com>
30905
30906 PR target/16634
30907 * config/arm/arm.c (output_return_instruction): Pop PC in interrupt
30908 functions.
30909 (use_return_insn): Return 0 for Thumb interrupt functions.
30910 (print_multi_reg): Add rfe argument for IRQ returns.
30911 (arm_output_epilogue): Pop interrupt return address directly into PC.
30912 (arm_expand_prologue): Only adjust IRQ return address in Arm mode.
30913
30914 2007-01-03 Paul Brook <paul@codesourcery.com>
30915
30916 Merge from sourcerygxx-4_1.
30917 * config/arm/thumb2.md: New file.
30918 * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Return True for
30919 Thumb-2.
30920 * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Ditto.
30921 * config/arm/aout.h (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
30922 (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump tables.
30923 * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump
30924 tables.
30925 (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
30926 * config/arm/ieee754-df.S: Use macros for Thumb-2/Unified asm
30927 comptibility.
30928 * config/arm/ieee754-sf.S: Ditto.
30929 * config/arm/arm.c (thumb_base_register_rtx_p): Rename...
30930 (thumb1_base_register_rtx_p): ... to this.
30931 (thumb_index_register_rtx_p): Rename...
30932 (thumb1_index_register_rtx_p): ... to this.
30933 (thumb_output_function_prologue): Rename...
30934 (thumb1_output_function_prologue): ... to this.
30935 (thumb_legitimate_address_p): Rename...
30936 (thumb1_legitimate_address_p): ... to this.
30937 (thumb_rtx_costs): Rename...
30938 (thumb1_rtx_costs): ... to this.
30939 (thumb_compute_save_reg_mask): Rename...
30940 (thumb1_compute_save_reg_mask): ... to this.
30941 (thumb_final_prescan_insn): Rename...
30942 (thumb1_final_prescan_insn): ... to this.
30943 (thumb_expand_epilogue): Rename...
30944 (thumb1_expand_epilogue): ... to this.
30945 (arm_unwind_emit_stm): Rename...
30946 (arm_unwind_emit_sequence): ... to this.
30947 (thumb2_legitimate_index_p, thumb2_legitimate_address_p,
30948 thumb1_compute_save_reg_mask, arm_dwarf_handle_frame_unspec,
30949 thumb2_index_mul_operand, output_move_vfp, arm_shift_nmem,
30950 arm_save_coproc_regs, thumb_set_frame_pointer, arm_print_condition,
30951 thumb2_final_prescan_insn, thumb2_asm_output_opcode, arm_output_shift,
30952 thumb2_output_casesi): New functions.
30953 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Define.
30954 (FL_THUMB2, FL_NOTM, FL_DIV, FL_FOR_ARCH6T2, FL_FOR_ARCH7,
30955 FL_FOR_ARCH7A, FL_FOR_ARCH7R, FL_FOR_ARCH7M, ARM_LSL_NAME,
30956 THUMB2_WORK_REGS): Define.
30957 (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv, arm_condexec_count,
30958 arm_condexec_mask, arm_condexec_masklen)): New variables.
30959 (all_architectures): Add armv6t2, armv7, armv7a, armv7r and armv7m.
30960 (arm_override_options): Check new CPU capabilities.
30961 Set new architecture flag variables.
30962 (arm_isr_value): Handle v7m interrupt functions.
30963 (user_return_insn): Return 0 for v7m interrupt functions. Handle
30964 Thumb-2.
30965 (const_ok_for_arm): Handle Thumb-2 constants.
30966 (arm_gen_constant): Ditto. Use movw when available.
30967 (arm_function_ok_for_sibcall): Return false for v7m interrupt
30968 functions.
30969 (legitimize_pic_address, arm_call_tls_get_addr): Handle Thumb-2.
30970 (thumb_find_work_register, arm_load_pic_register,
30971 legitimize_tls_address, arm_address_cost, load_multiple_sequence,
30972 emit_ldm_seq, emit_stm_seq, arm_select_cc_mode, get_jump_table_size,
30973 print_multi_reg, output_mov_long_double_fpa_from_arm,
30974 output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm,
30975 output_mov_double_fpa_from_arm, output_move_double,
30976 arm_compute_save_reg_mask, arm_compute_save_reg0_reg12_mask,
30977 output_return_instruction, arm_output_function_prologue,
30978 arm_output_epilogue, arm_get_frame_offsets, arm_regno_class,
30979 arm_output_mi_thunk, thumb_set_return_address): Ditto.
30980 (arm_expand_prologue): Handle Thumb-2. Use arm_save_coproc_regs.
30981 (arm_coproc_mem_operand): Allow POST_INC/PRE_DEC.
30982 (arithmetic_instr, shift_op): Use arm_shift_nmem.
30983 (arm_print_operand): Use arm_print_condition. Handle '(', ')', '.',
30984 '!' and 'L'.
30985 (arm_final_prescan_insn): Use extract_constrain_insn_cached.
30986 (thumb_expand_prologue): Use thumb_set_frame_pointer.
30987 (arm_file_start): Output directive for unified syntax.
30988 (arm_unwind_emit_set): Handle stack alignment instruction.
30989 * config/arm/lib1funcs.asm: Remove default for __ARM_ARCH__.
30990 Add v6t2, v7, v7a, v7r and v7m.
30991 (RETLDM): Add Thumb-2 code.
30992 (do_it, shift1, do_push, do_pop, COND, THUMB_SYNTAX): New macros.
30993 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __thumb2__.
30994 (TARGET_THUMB1, TARGET_32BIT, TARGET_THUMB2, TARGET_DSP_MULTIPLY,
30995 TARGET_INT_SIMD, TARGET_UNIFIED_ASM, ARM_FT_STACKALIGN, IS_STACKALIGN,
30996 THUMB2_TRAMPOLINE_TEMPLATE, TRAMPOLINE_ADJUST_ADDRESS,
30997 ASM_OUTPUT_OPCODE, THUMB2_GO_IF_LEGITIMATE_ADDRESS,
30998 THUMB2_LEGITIMIZE_ADDRESS, CASE_VECTOR_PC_RELATIVE,
30999 CASE_VECTOR_SHORTEN_MODE, ADDR_VEC_ALIGN, ASM_OUTPUT_CASE_END,
31000 ADJUST_INSN_LENGTH): Define.
31001 (TARGET_REALLY_IWMMXT, TARGET_IWMMXT_ABI, CONDITIONAL_REGISTER_USAGE,
31002 STATIC_CHAIN_REGNUM, HARD_REGNO_NREGS, INDEX_REG_CLASS,
31003 BASE_REG_CLASS, MODE_BASE_REG_CLASS, SMALL_REGISTER_CLASSES,
31004 PREFERRED_RELOAD_CLASS, SECONDARY_OUTPUT_RELOAD_CLASS,
31005 SECONDARY_INPUT_RELOAD_CLASS, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
31006 TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE, HAVE_PRE_INCREMENT,
31007 HAVE_POST_DECREMENT, HAVE_PRE_DECREMENT, HAVE_PRE_MODIFY_DISP,
31008 HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_REG, HAVE_POST_MODIFY_REG,
31009 REGNO_MODE_OK_FOR_BASE_P, LEGITIMATE_CONSTANT_P,
31010 REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, GO_IF_LEGITIMATE_ADDRESS,
31011 LEGITIMIZE_ADDRESS, THUMB2_LEGITIMIZE_ADDRESS,
31012 GO_IF_MODE_DEPENDENT_ADDRESS, MEMORY_MOVE_COST, BRANCH_COST,
31013 ASM_APP_OFF, ASM_OUTPUT_CASE_LABEL, ARM_DECLARE_FUNCTION_NAME,
31014 FINAL_PRESCAN_INSN, PRINT_OPERAND_PUNCT_VALID_P,
31015 PRINT_OPERAND_ADDRESS): Adjust for Thumb-2.
31016 (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv): New declarations.
31017 * config/arm/arm-cores.def: Add arm1156t2-s, cortex-a8, cortex-r4 and
31018 cortex-m3.
31019 * config/arm/arm-tune.md: Regenerate.
31020 * config/arm/arm-protos.h: Update prototypes.
31021 * config/arm/vfp.md: Enable patterns for Thumb-2.
31022 (arm_movsi_vfp): Add movw alternative. Use output_move_vfp.
31023 (arm_movdi_vfp, movsf_vfp, movdf_vfp): Use output_move_vfp.
31024 (thumb2_movsi_vfp, thumb2_movdi_vfp, thumb2_movsf_vfp,
31025 thumb2_movdf_vfp, thumb2_movsfcc_vfp, thumb2_movdfcc_vfp): New.
31026 * config/arm/libunwind.S: Add Thumb-2 code.
31027 * config/arm/constraints.md: Update include Thumb-2.
31028 * config/arm/ieee754-sf.S: Add Thumb-2/Unified asm support.
31029 * config/arm/ieee754-df.S: Ditto.
31030 * config/arm/bpabi.S: Ditto.
31031 * config/arm/t-arm (MD_INCLUDES): Add thumb2.md.
31032 * config/arm/predicates.md (low_register_operand,
31033 low_reg_or_int_operand, thumb_16bit_operator): New.
31034 (thumb_cmp_operand, thumb_cmpneg_operand): Rename...
31035 (thumb1_cmp_operand, thumb1_cmpneg_operand): ... to this.
31036 * config/arm/t-arm-elf: Add armv7 multilib.
31037 * config/arm/arm.md: Update patterns for Thumb-2 and Unified asm.
31038 Include thumb2.md.
31039 (UNSPEC_STACK_ALIGN, ce_count): New.
31040 (arm_incscc, arm_decscc, arm_umaxsi3, arm_uminsi3,
31041 arm_zero_extendsidi2, arm_zero_extendqidi2): New
31042 insns/expanders.
31043 * config/arm/fpa.md: Update patterns for Thumb-2 and Unified asm.
31044 (thumb2_movsf_fpa, thumb2_movdf_fpa, thumb2_movxf_fpa,
31045 thumb2_movsfcc_fpa, thumb2_movdfcc_fpa): New insns.
31046 * config/arm/cirrus.md: Update patterns for Thumb-2 and Unified asm.
31047 (cirrus_thumb2_movdi, cirrus_thumb2_movsi_insn,
31048 thumb2_cirrus_movsf_hard_insn, thumb2_cirrus_movdf_hard_insn): New
31049 insns.
31050 * doc/extend.texi: Document ARMv7-M interrupt functions.
31051 * doc/invoke.texi: Document Thumb-2 new cores+architectures.
31052
31053 2007-01-03 Jakub Jelinek <jakub@redhat.com>
31054
31055 * unwind-dw2.c (SIGNAL_FRAME_BIT, EXTENDED_CONTEXT_BIT): Define.
31056 (struct _Unwind_Context): Rename args_size to flags, remove
31057 signal_frame field, add a new args_size field and version field.
31058 (_Unwind_IsSignalFrame, _Unwind_SetSignalFrame,
31059 _Unwind_IsExtendedContext): New inline functions.
31060 (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
31061 Assume by_value array is only present if _Unwind_IsExtendedContext.
31062 (_Unwind_GetIPInfo, execute_cfa_program, uw_frame_state_for): Use
31063 _Unwind_IsSignalFrame.
31064 (__frame_state_for): Initialize context.flags to EXTENDED_CONTEXT_BIT.
31065 (uw_update_context_1): Use _Unwind_SetSignalFrame.
31066 (uw_init_context_1): Initialize context->flags to
31067 EXTENDED_CONTEXT_BIT.
31068 * config/rs6000/linux-unwind.h (frob_update_context): Use
31069 _Unwind_SetSignalFrame.
31070
31071 2007-01-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
31072
31073 PR middle-end/30353
31074 * gimplify.c (gimplify_modify_expr_complex_part): Move below
31075 tree_to_gimple_tuple. Call tree_to_gimple_tuple when we need
31076 the value.
31077
31078 2007-01-03 Kazu Hirata <kazu@codesourcery.com>
31079
31080 * config/i386/i386.h (NON_STACK_REG_P, REGNO_OK_FOR_SIREG_P,
31081 REGNO_OK_FOR_DIREG_P, REWRITE_ADDRESS, ASM_OPERAND_LETTER,
31082 RET, AT_SP): Remove.
31083 * config/i386/i386.md (*sse_prologue_save_insn): Use return
31084 instead of RET.
31085
31086 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
31087 * cfgbuild.c (find_basic_blocks): Likewise.
31088 * cfgrtl.c (rtl_create_basic_block): Likewise.
31089 * function.c (temp_slots_at_level): Likewise.
31090 * reg-stack.c (stack_regs_mentioned): Likewise.
31091 * regclass.c (allocate_reg_info): Likewise.
31092 * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
31093 set_bb_for_stmt, move_block_to_fn): Likewise.
31094 * tree-complex.c (tree_lower_complex): Likewise.
31095 * vec.h (VEC_safe_grow_cleared): New.
31096
31097 * cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
31098
31099 2007-01-03 Zdenek Dvorak <dvorakz@suse.cz>
31100
31101 * loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.
31102 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Pass probabilities
31103 to loop_version.
31104 * cfgloopmanip.c (scale_loop_frequencies): Export.
31105 (loopify): Scale the frequencies by prescribed coefficients.
31106 (set_zero_probability): New function.
31107 (duplicate_loop_to_header_edge): Improve updating of frequencies.
31108 (lv_adjust_loop_entry_edge, loop_version): Set probabilities
31109 and frequencies according to arguments.
31110 * tree-ssa-loop-manip.c (tree_unroll_loop): Set probabilities
31111 correctly.
31112 * cfg.c (scale_bbs_frequencies_int): Allow scaling the frequencies up.
31113 * modulo-sched.c (sms_schedule): Set probabilities for entering
31114 versioned loop correctly.
31115 * tree-vect-transform.c (vect_transform_loop): Ditto.
31116 * cfgloop.h (loopify, loop_version): Declaration changed.
31117 (scale_loop_frequencies): Declared.
31118
31119 2007-01-02 Jan Hubicka <jh@suse.cz>
31120
31121 * cgraph.c: Include tree-flow.h
31122 (cgraph_add_new-function): Handle IPA_SSA mode; execute
31123 early_local_passes.
31124 * cgraph.h (enum cgraph_state): Add CGRAPH_STATE_IPA_SSA.
31125 * tree-pass.h (pass_all_early_optimizations): Declare.
31126 * cgraphunit.c (cgraph_process_new_functions): Add IPA_SSA; execute
31127 early_local_passes.
31128 (cgraph_analyze_function): Do early_local_passes.
31129 * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
31130 Do not add referenced vars.
31131 * tree-optimize.c (gate_all_optimizations): Do not execute when not in
31132 SSA form.
31133 (gate_all_early_local_passes): New gate.
31134 (pass_early_local_passes): Use new gate.
31135 (execute_early_local_optimizations): New functions.
31136 (gate_all_early_optimizations): New gate.
31137 (pass_all_early_optimizations): New pass.
31138 (execute_free_datastructures): Free SSA only when initialized.
31139 (gate_init_datastructures): Init only when optimizing.
31140 (tree_lowering_passes): Do early local passes when called late.
31141 * tree-profile.c (do_tree_profiling): Don't profile functions added
31142 late.
31143 (do_early_tree_profiling, pass_early_tree_profile): Kill.
31144 * tree-cfg.c (update_modified_stmts): Do not update when operands are
31145 not active.
31146 * passes.c (init_optimizations_passes): Reorder so we go into SSA
31147 during early_local_passes.
31148 * Makefile.in (cgraph.o): Add dependency on tree-flow.h.
31149
31150
31151 2007-01-02 Carlos O'Donell <carlos@codesourcery.com>
31152
31153 * Makefile.in: Update copyright year.
31154
31155 2007-01-02 Carlos O'Donell <carlos@codesourcery.com>
31156
31157 * Makefile.in: Export GCC_EXEC_PREFIX before calling $(RUNTEST)
31158 in $(lang_checks) and check-consistency targets.
31159
31160 2007-01-02 Jan Hubicka <jh@suse.cz>
31161
31162 * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
31163 Do not add referenced vars.
31164 * tree-cfg.c (update_modified_stmts): Do not update when SSA operands
31165 are not active.
31166 * passes.c (init_optimization_passes): Put mudflap_2 after
31167 free_datastructures.
31168
31169 2007-01-02 Jan Hubicka <jh@suse.cz>
31170
31171 * tree-optimize (execute_fixup_cfg): Set after_inlining flag.
31172 Set NOTHROW flag on call statements proved to be nothrow.
31173 Update statement of local calls so new pure/const functions are
31174 updated. Update_ssa when in ssa form. Mark PHI nodes of nonlocal
31175 goto receivers.
31176 (tree_rest_of_compilation): Register hooks and initialize bitmap
31177 early. Do not set after_inlining flag.
31178
31179 2007-01-02 Steve Ellcey <sje@cup.hp.com>
31180
31181 * sbitmap.c (HOST_BITS_PER_LONG_LONG): Change to
31182 HOST_BITS_PER_LONGLONG
31183
31184 2007-01-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
31185
31186 PR c/19977
31187 * c-typeck.c (store_init_value): Don't emit pedantic overflow
31188 warning for non-static initializers.
31189
31190 2007-01-02 Steven Bosscher <steven@gcc.gnu.org>
31191
31192 * config/alpha/alpha.md, arm/arm.c, darwin.c, frv/frv.md,
31193 m32r/m32r.c, m32r/m32r.c, mn10300/mn10300.md, pa/pa.c,
31194 rs6000/rs6000.c, s390/s390.md, sh/sh.md, sparc/sparc.c:
31195 Always use set_unique_reg_note to add REG_EQUAL notes.
31196
31197 2007-01-02 Kazu Hirata <kazu@codesourcery.com>
31198
31199 Revert:
31200 2007-01-02 Kazu Hirata <kazu@codesourcery.com>
31201
31202 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
31203 * cfgbuild.c (find_basic_blocks): Likewise.
31204 * cfgrtl.c (rtl_create_basic_block): Likewise.
31205 * function.c (temp_slots_at_level): Likewise.
31206 * reg-stack.c (stack_regs_mentioned): Likewise.
31207 * regclass.c (allocate_reg_info): Likewise.
31208 * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
31209 set_bb_for_stmt, move_block_to_fn): Likewise.
31210 * tree-complex.c (tree_lower_complex): Likewise.
31211 * vec.h (VEC_safe_grow_cleared): New.
31212
31213 2007-01-02 Ian Lance Taylor <iant@google.com>
31214
31215 * c-common.c (c_common_truthvalue_conversion): When warning about
31216 using an assignment as a truth value, set TREE_NO_WARNING.
31217
31218 2007-01-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
31219
31220 PR middle-end/7651
31221 * c.opt (Wold-style-declaration): New.
31222 * doc/invoke.texi (C-only Warning Options): New.
31223 (Wold-style-declaration): Document it.
31224 (Wextra): Enabled by -Wextra.
31225 * c-opts.c (c_common_post_options): Enabled by -Wextra.
31226 * c-decl.c (declspecs_add_scspec): Replace -Wextra with
31227 -Wold-style-declaration.
31228
31229 2007-01-02 Kazu Hirata <kazu@codesourcery.com>
31230
31231 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
31232 * cfgbuild.c (find_basic_blocks): Likewise.
31233 * cfgrtl.c (rtl_create_basic_block): Likewise.
31234 * function.c (temp_slots_at_level): Likewise.
31235 * reg-stack.c (stack_regs_mentioned): Likewise.
31236 * regclass.c (allocate_reg_info): Likewise.
31237 * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
31238 set_bb_for_stmt, move_block_to_fn): Likewise.
31239 * tree-complex.c (tree_lower_complex): Likewise.
31240 * vec.h (VEC_safe_grow_cleared): New.
31241
31242 2007-01-02 Douglas Gregor <doug.gregor@gmail.com>
31243
31244 * c-common.c (c_common_nodes_and_builtins): Since variants of
31245 void_type_node get built before it is given a name, we need to
31246 give those variants the name, too.
31247 (complete_array_type): We need to work with the canonical main
31248 type of the array, from which we will build the qualified version.
31249 * params.def (PARAM_VERIFY_CANONICAL_TYPES): New.
31250 * print-tree.c (print_node): Display canonical type information
31251 for each type.
31252 * stor-layout.c (layout_type): When we don't know the
31253 alignment of a type for which we're building an array, we end up
31254 guessing wrong, so make the type require structural equality.
31255 * tree.c (make_node_stat): When we build a new type, it is its
31256 own canonical type.
31257 (build_type_attribute_qual_variant): When building an attribute
31258 variant, its canonical type is the non-attribute variant. However,
31259 if the attributes are target-dependent and they differ, we need to
31260 use structural equality checks for this type.
31261 (build_qualified_type): A qualified type is not equivalent to its
31262 unqualified variant; set the canonical type appropriately.
31263 (build_distinct_type_copy): When building a distinct type from
31264 another type, the new type is its own canonical type.
31265 (build_variant_type_copy): When building a new type variant, we
31266 assume that it is equivalent to the original type.
31267 (build_pointer_type_for_mode): When building a pointer type, also
31268 build a canonical type pointer.
31269 (build_reference_type_for_mode): When building a reference type,
31270 also build a canonical type reference.
31271 (build_index_type): When we can't hash an index type (e.g.,
31272 because its maximum value is negative), the index type requires
31273 structural equality tests.
31274 (build_array_type): Build the canonical form of an array type.
31275 (build_function_type): Function types require structural equality,
31276 because they contain default arguments, attributes, etc.
31277 (build_method_type_directly): Ditto for method types.
31278 (build_offset_type): Build the canonical offset type.
31279 (build_complex_type): Build the canonical vector type.
31280 (make_vector_type): Build the canonical vector type.
31281 * tree.h (TYPE_CANONICAL): New.
31282 (TYPE_STRUCTURAL_EQUALITY_P): New.
31283 (SET_TYPE_STRUCTURAL_EQUALITY): New.
31284 (struct tree_type): Added "canonical" field.
31285 * params.h (VERIFY_CANONICAL_TYPES): New.
31286 * doc/c-tree.texi (TYPE_CANONICAL): Document.
31287 (TYPE_STRUCTURAL_EQUALITY_P): Document.
31288 (SET_TYPE_STRUCTURAL_EQUALITY): Document.
31289 * doc/invoke.texi (verify-canonical-types): Document --param
31290 parameter for verifying canonical types.
31291
31292 2007-01-02 Joseph Myers <joseph@codesourcery.com>
31293
31294 * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
31295 powerpc-*-eabisim*, powerpc-*-eabialtivec*, powerpc-*-eabi*,
31296 powerpc-*-rtems*, powerpc-wrs-vxworks, powerpc-wrs-vxworksae,
31297 powerpcle-*-eabisim*, powerpcle-*-eabi*): Add rs6000/e500.h to
31298 tm_file.
31299 * config/rs6000/e500.h: New.
31300 * config/rs6000/eabi.h (TARGET_SPE_ABI, TARGET_SPE, TARGET_E500,
31301 TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE, TARGET_E500_DOUBLE):
31302 Remove.
31303 * config/rs6000/linuxspe.h (TARGET_SPE_ABI, TARGET_SPE,
31304 TARGET_E500, TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE,
31305 TARGET_E500_DOUBLE): Remove.
31306 * config/rs6000/vxworks.h (TARGET_SPE_ABI, TARGET_SPE,
31307 TARGET_E500, TARGET_ISEL, TARGET_FPRS): Remove.
31308 * config/rs6000/rs6000.h (CHECK_E500_OPTIONS): Define.
31309 * config/rs6000/rs6000.c (rs6000_override_options): Use
31310 CHECK_E500_OPTIONS.
31311
31312 2007-01-02 Joseph Myers <joseph@codesourcery.com>
31313
31314 * config/rs6000/rs6000.c (print_operand): Check (TARGET_SPE ||
31315 TARGET_E500_DOUBLE), not TARGET_E500, for %y.
31316 (rs6000_generate_compare, rs6000_emit_sCOND, output_cbranch,
31317 rs6000_emit_cmove): Don't check TARGET_E500.
31318 * config/rs6000/rs6000.md (bunordered, bordered, sunordered,
31319 sordered): Don't check TARGET_E500.
31320
31321 2007-01-01 Eric Christopher <echristo@apple.com>
31322
31323 * config/mips/mips.c (mips_regno_mode_ok_for_base_p): Use
31324 HARD_REGISTER_NUM_P.
31325
31326 2007-01-01 Roger Sayle <roger@eyesopen.com>
31327
31328 * fold-const.c (fold_binary) <EQ_EXPR>: Fold "(X^C1) eq/ne C2" into
31329 "X eq/ne (C1^C2)". Fold "(X^Z) eq/ne (Y^Z)" as "X eq/ne Y" when Z
31330 has no side-effects. Fold "(X^C1) eq/ne (Y^C2)" as "(X^(C1^C2))
31331 eq/ne Y".
31332
31333 2007-01-01 Mike Stump <mrs@apple.com>
31334
31335 * configure.ac: Remove support for building with Apple's gcc-3.1.
31336
31337 2007-01-02 Joseph Myers <joseph@codesourcery.com>
31338
31339 PR middle-end/30311
31340 * caller-save.c (add_stored_regs): Only handle SUBREGs if inner
31341 REG is a hard register. Do not modify REG before calling
31342 subreg_nregs.
31343 * rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
31344 multiple of the size of YMODE for certain lowpart cases.
31345
31346 2007-01-01 Andrew Pinski <pinskia@gmail.com>
31347
31348 PR middle-end/30253
31349 * gimplify (voidify_wrapper_expr): Update for
31350 GIMPLE_MODIFY_STMT.
31351
31352 2007-01-01 Andreas Schwab <schwab@suse.de>
31353
31354 PR target/29166
31355 * config/ia64/ia64.c (ia64_compute_frame_size): Account space for
31356 save of BR0 in extra_spill_size instead of spill_size.
31357 (ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill
31358 area.
31359 (ia64_expand_epilogue): Restore BR0 from its new location.
31360
31361 2007-01-01 Andrew Pinski <pinskia@gmail.com>
31362
31363 * gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>):
31364 Use a temporary variable if the left hand side is not a gimple
31365 register.
31366
31367 2007-01-01 Andrew Pinski <pinskia@gmail.com>
31368
31369 * gimplify.c (gimplify_return_expr): Make the temporary variable
31370 for the return expression, a gimple register variable.
31371
31372 2007-01-01 Jan Hubicka <jh@suse.cz>
31373
31374 * emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for
31375 INSN_LIST.
31376
31377 2007-01-01 Mike Stump <mrs@apple.com>
31378
31379 * configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for
31380 .literal16.
31381 * config/darwin.c (machopic_select_rtx_section): Use
31382 HAVE_GAS_LITERAL16.
31383 (darwin_mergeable_constant_section): Likewise.
31384 * configure: Regenerate.
31385 * config.in: Regenerate.
31386
31387 2007-01-01 Jan Hubicka <jh@suse.cz>
31388 Andrew Pinski <pinskia@gmail.com>
31389
31390 * cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions
31391 before starting IPA passes.